rails_event_store-browser 0.21.0 → 0.22.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f0c32b376d6454325b969f1db9448a22e7fb845c
4
- data.tar.gz: f8935a79731f7d8f2eaeffa20597714432d36dea
3
+ metadata.gz: 407cbeda65ea2d3aab69bc478064fb6956de8c95
4
+ data.tar.gz: e821c51b29a11704295ec90b96364bde6272de90
5
5
  SHA512:
6
- metadata.gz: ff781ba395cd8aa3aa24f13dcf16192315bc9e0b5a64652c5e30988692c7179dd2fa3e5af49b3610bc3c584fa8e1c9b40a62650016e8bc246ab10c1ae91b7ffe
7
- data.tar.gz: 46edde880408b5b07d4e591810c7ba088d9793207cbbad02cdc77b8f2847c1e114971ca0920018db6f0ab96bdca97f292232c183751aea4b24a82a28cb8b2210
6
+ metadata.gz: 9448e6bc0a6d6ca2693d0bd77c93c8a0dbd249e9ec243ba06a61412af00b00ee22da0216c764763dd25d58bd923c336f607180c3cc6174739ce71e548686b567
7
+ data.tar.gz: ba4935d963b9d0ecadad7749a11ebc02a3dfbaa810f22fa71703526f20fd09bcf6b0490004a3b2011daf9bae96d3c56c2834b2aec9b39a342a4fc67ebeb74fdb
@@ -2,11 +2,10 @@
2
2
  <html>
3
3
  <head>
4
4
  <title>RailsEventStore::Browser</title>
5
- <%= stylesheet_link_tag "rails_event_store/browser/application", media: "all" %>
6
5
  <%= csrf_meta_tags %>
7
6
  </head>
8
7
  <body>
9
- <%= javascript_include_tag "rails_event_store/browser/application" %>
8
+ <%= javascript_include_tag "/rails_event_store_browser.js" %>
10
9
  <script type="text/javascript">
11
10
  RailsEventStore.Browser.Main.fullscreen({
12
11
  rootUrl: "<%= root_path %>",
@@ -16,4 +15,4 @@
16
15
  });
17
16
  </script>
18
17
  </body>
19
- </html>
18
+ </html>
@@ -4,6 +4,12 @@ module RailsEventStore
4
4
  module Browser
5
5
  class Engine < ::Rails::Engine
6
6
  isolate_namespace RailsEventStore::Browser
7
+
8
+ initializer "static assets" do |app|
9
+ puts "#{root}/public"
10
+ app.middleware.insert_before(::ActionDispatch::Static, ::ActionDispatch::Static, "#{root}/public")
11
+ end
7
12
  end
8
13
  end
9
14
  end
15
+
@@ -1,5 +1,5 @@
1
1
  module RailsEventStore
2
2
  module Browser
3
- VERSION = "0.21.0"
3
+ VERSION = "0.22.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_event_store-browser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.22.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arkency
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-22 00:00:00.000000000 Z
11
+ date: 2018-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 0.21.0
33
+ version: 0.22.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 0.21.0
40
+ version: 0.22.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: sqlite3
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -117,10 +117,6 @@ extra_rdoc_files: []
117
117
  files:
118
118
  - MIT-LICENSE
119
119
  - README.md
120
- - app/assets/config/rails_event_store_browser_manifest.js
121
- - app/assets/javascripts/rails_event_store/browser/application.js
122
- - app/assets/javascripts/rails_event_store/browser/bundle.js
123
- - app/assets/stylesheets/rails_event_store/browser/application.css
124
120
  - app/controllers/rails_event_store/browser/application_controller.rb
125
121
  - app/controllers/rails_event_store/browser/events_controller.rb
126
122
  - app/controllers/rails_event_store/browser/root_controller.rb
@@ -150,7 +146,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
150
146
  version: '0'
151
147
  requirements: []
152
148
  rubyforge_project:
153
- rubygems_version: 2.6.11
149
+ rubygems_version: 2.6.13
154
150
  signing_key:
155
151
  specification_version: 4
156
152
  summary: Web interface for RailsEventStore
@@ -1,2 +0,0 @@
1
- //= link_directory ../javascripts/rails_event_store/browser .js
2
- //= link_directory ../stylesheets/rails_event_store/browser .css
@@ -1,13 +0,0 @@
1
- // This is a manifest file that'll be compiled into application.js, which will include all the files
2
- // listed below.
3
- //
4
- // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
5
- // or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
6
- //
7
- // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
8
- // compiled file. JavaScript code in this file should be added after the last require_* statement.
9
- //
10
- // Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
11
- // about supported directives.
12
- //
13
- //= require_tree .
@@ -1 +0,0 @@
1
- !function(t){function r(n){if(e[n])return e[n].exports;var o=e[n]={i:n,l:!1,exports:{}};return t[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}var e={};r.m=t,r.c=e,r.d=function(t,e,n){r.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:n})},r.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(e,"a",e),e},r.o=function(t,r){return Object.prototype.hasOwnProperty.call(t,r)},r.p="",r(r.s=0)}([function(t,r,e){t.exports=e(1)},function(t,r,e){e(2),window.RailsEventStore={},window.RailsEventStore.Browser=e(7)},function(t,r,e){var n=e(3);"string"==typeof n&&(n=[[t.i,n,""]]);var o={};o.transform=void 0;e(5)(n,o);n.locals&&(t.exports=n.locals)},function(t,r,e){r=t.exports=e(4)(!1),r.push([t.i,'/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body,html{height:100%}body{margin:0}fieldset{background-color:transparent;border:0;margin:0;padding:0}legend{padding:0}label,legend{font-weight:600;margin-bottom:.375em}label{display:block}input,select,textarea{display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px}input:not([type]),input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea{appearance:none;background-color:#fff;border:1px solid #ced4da;border-radius:3px;box-shadow:inset 0 1px 3px rgba(0,0,0,.06);box-sizing:border-box;margin-bottom:.75em;padding:.5em;transition:border-color .15s ease;width:100%}input:not([type]):hover,input[type=color]:hover,input[type=date]:hover,input[type=datetime-local]:hover,input[type=datetime]:hover,input[type=email]:hover,input[type=month]:hover,input[type=number]:hover,input[type=password]:hover,input[type=search]:hover,input[type=tel]:hover,input[type=text]:hover,input[type=time]:hover,input[type=url]:hover,input[type=week]:hover,textarea:hover{border-color:shade(#ced4da,20%)}input:not([type]):focus,input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus{border-color:#cf423b;box-shadow:inset 0 1px 3px rgba(0,0,0,.06),0 0 5px rgba(207,66,59,.7);outline:none}input:not([type]):disabled,input[type=color]:disabled,input[type=date]:disabled,input[type=datetime-local]:disabled,input[type=datetime]:disabled,input[type=email]:disabled,input[type=month]:disabled,input[type=number]:disabled,input[type=password]:disabled,input[type=search]:disabled,input[type=tel]:disabled,input[type=text]:disabled,input[type=time]:disabled,input[type=url]:disabled,input[type=week]:disabled,textarea:disabled{background-color:shade(#fff,5%);cursor:not-allowed}input:not([type]):disabled:hover,input[type=color]:disabled:hover,input[type=date]:disabled:hover,input[type=datetime-local]:disabled:hover,input[type=datetime]:disabled:hover,input[type=email]:disabled:hover,input[type=month]:disabled:hover,input[type=number]:disabled:hover,input[type=password]:disabled:hover,input[type=search]:disabled:hover,input[type=tel]:disabled:hover,input[type=text]:disabled:hover,input[type=time]:disabled:hover,input[type=url]:disabled:hover,input[type=week]:disabled:hover,textarea:disabled:hover{border:1px solid #ced4da}input:not([type])::placeholder,input[type=color]::placeholder,input[type=date]::placeholder,input[type=datetime-local]::placeholder,input[type=datetime]::placeholder,input[type=email]::placeholder,input[type=month]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,input[type=time]::placeholder,input[type=url]::placeholder,input[type=week]::placeholder,textarea::placeholder{color:tint(#343a40,40%)}textarea{resize:vertical}[type=checkbox],[type=radio]{display:inline;margin-right:.375em}[type=file],select{margin-bottom:.75em;width:100%}[type=checkbox]:focus,[type=file]:focus,[type=radio]:focus,select:focus{outline:3px solid rgba(207,66,59,.6);outline-offset:2px}button,input[type=button],input[type=reset],input[type=submit]{appearance:none;background-color:#cf423b;border:0;border-radius:3px;color:contrast-switch(#cf423b);cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;-webkit-font-smoothing:antialiased;font-weight:600;line-height:1;padding:.75em 1.5em;text-align:center;text-decoration:none;transition:background-color .15s ease;user-select:none;vertical-align:middle;white-space:nowrap}button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{background-color:shade(#cf423b,20%);color:contrast-switch(shade(#cf423b,20%))}button:focus,input[type=button]:focus,input[type=reset]:focus,input[type=submit]:focus{outline:3px solid rgba(207,66,59,.6);outline-offset:2px}button:disabled,input[type=button]:disabled,input[type=reset]:disabled,input[type=submit]:disabled{cursor:not-allowed;opacity:.5}button:disabled:hover,input[type=button]:disabled:hover,input[type=reset]:disabled:hover,input[type=submit]:disabled:hover{background-color:#cf423b}ol,ul{list-style-type:none;padding:0}dl,dt,ol,ul{margin:0}dt{font-weight:600}dd,figure{margin:0}img,picture{margin:0;max-width:100%}table{border-collapse:collapse;margin:1.5em 0;table-layout:fixed;text-align:left;width:100%}thead{line-height:1.2;vertical-align:bottom}tbody{vertical-align:top}th{border-bottom:1px solid #ced4da;padding:0 0 .75rem;text-transform:uppercase;font-size:1.2rem;color:#adb5bd}td{padding:.75rem 0 0}html{color:#343a40;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:62.5%;line-height:1.6;font-feature-settings:"kern","liga","pnum";-webkit-font-smoothing:antialiased}body{font-size:1.6rem}h1,h2,h3,h4,h5,h6{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:2em;line-height:1.2;margin:0 0 .75em}p{margin:0 0 .75em}a{color:#cf423b;text-decoration-skip:ink;transition:color .15s ease}a:hover{color:shade(#cf423b,25%)}a:focus{outline:3px solid rgba(207,66,59,.6);outline-offset:2px}hr{border-bottom:1px solid #ced4da;border-left:0;border-right:0;border-top:0;margin:1.5em 0}.frame{min-height:100vh;width:100%;background-color:#f8f9fa}.frame__body{background-color:#fff}.navigation{height:6rem;background-color:#cf423b}.navigation:after{clear:both;content:"";display:block}.navigation__brand{width:calc(33.33333% - 26.66667px);justify-content:flex-start}.navigation__brand,.navigation__links{float:left;margin-left:20px;display:flex;height:100%;align-items:center}.navigation__links{width:calc(66.66667% - 33.33333px);justify-content:flex-end}.navigation__link{margin-left:1rem;padding:.5rem;text-decoration:none;font-weight:700;font-size:1.4rem;color:#f1f3f5}.navigation__link--active,.navigation__link:hover{border-radius:4px;background-color:#ad302a;color:#f8f9fa}.navigation__logo{text-decoration:none;font-weight:600;color:#f8f9fa}.footer{border-top:1px solid #ced4da;padding:1rem 0}.footer:after{clear:both;content:"";display:block}.footer__links{width:calc(100% - 40px);float:left;margin-left:20px;display:flex;justify-content:center;font-size:1.4rem;color:#adb5bd}.footer__link{margin:0 0 0 1rem;color:#adb5bd}.footer__link:before{content:"\\2022";font-weight:700;margin:0 1rem 0 0;color:#dee2e6;display:inline-block}.browser{padding:2rem 0}.browser:after{clear:both;content:"";display:block}.browser__title{width:calc(100% - 40px);float:left;margin-left:20px;font-size:2.2rem}.browser__pagination,.browser__search{width:calc(50% - 30px);float:left;margin-left:20px}.browser__results{width:calc(100% - 40px);float:left;margin-left:20px}.event{padding:2rem 0}.event:after{clear:both;content:"";display:block}.event__title{font-size:2.2rem}.event__body,.event__title{width:calc(100% - 40px);float:left;margin-left:20px}.search__input{background:url(\'data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23495057" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search"><circle cx="10.5" cy="10.5" r="7.5"/><path d="M21 21l-5.2-5.2"/></svg>\') .5rem no-repeat;text-indent:2.5rem}.pagination{display:flex;justify-content:flex-end;margin-bottom:.75em}.pagination__page{height:3.6rem;width:4.2rem;background:none;border:1px solid #ced4da;text-align:center;padding:0;border-radius:0;border-right:none;color:#495057}.pagination__page--previous{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination__page--next{border-right:1px solid #adb5bd;border-top-right-radius:3px;border-bottom-right-radius:3px}.results__link{text-decoration:none}.results__empty{display:flex;align-items:center;justify-content:center;min-height:20rem}.u-align-right{text-align:right}',""])},function(t,r){function e(t,r){var e=t[1]||"",o=t[3];if(!o)return e;if(r&&"function"==typeof btoa){var i=n(o);return[e].concat(o.sources.map(function(t){return"/*# sourceURL="+o.sourceRoot+t+" */"})).concat([i]).join("\n")}return[e].join("\n")}function n(t){return"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(t))))+" */"}t.exports=function(t){var r=[];return r.toString=function(){return this.map(function(r){var n=e(r,t);return r[2]?"@media "+r[2]+"{"+n+"}":n}).join("")},r.i=function(t,e){"string"==typeof t&&(t=[[null,t,""]]);for(var n={},o=0;o<this.length;o++){var i=this[o][0];"number"==typeof i&&(n[i]=!0)}for(o=0;o<t.length;o++){var a=t[o];"number"==typeof a[0]&&n[a[0]]||(e&&!a[2]?a[2]=e:e&&(a[2]="("+a[2]+") and ("+e+")"),r.push(a))}},r}},function(t,r,e){function n(t,r){for(var e=0;e<t.length;e++){var n=t[e],o=p[n.id];if(o){o.refs++;for(var i=0;i<o.parts.length;i++)o.parts[i](n.parts[i]);for(;i<n.parts.length;i++)o.parts.push(s(n.parts[i],r))}else{for(var a=[],i=0;i<n.parts.length;i++)a.push(s(n.parts[i],r));p[n.id]={id:n.id,refs:1,parts:a}}}}function o(t,r){for(var e=[],n={},o=0;o<t.length;o++){var i=t[o],a=r.base?i[0]+r.base:i[0],u=i[1],c=i[2],l=i[3],s={css:u,media:c,sourceMap:l};n[a]?n[a].parts.push(s):e.push(n[a]={id:a,parts:[s]})}return e}function i(t,r){var e=v(t.insertInto);if(!e)throw new Error("Couldn't find a style target. This probably means that the value for the 'insertInto' parameter is invalid.");var n=b[b.length-1];if("top"===t.insertAt)n?n.nextSibling?e.insertBefore(r,n.nextSibling):e.appendChild(r):e.insertBefore(r,e.firstChild),b.push(r);else{if("bottom"!==t.insertAt)throw new Error("Invalid value for parameter 'insertAt'. Must be 'top' or 'bottom'.");e.appendChild(r)}}function a(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t);var r=b.indexOf(t);r>=0&&b.splice(r,1)}function u(t){var r=document.createElement("style");return t.attrs.type="text/css",l(r,t.attrs),i(t,r),r}function c(t){var r=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",l(r,t.attrs),i(t,r),r}function l(t,r){Object.keys(r).forEach(function(e){t.setAttribute(e,r[e])})}function s(t,r){var e,n,o,i;if(r.transform&&t.css){if(!(i=r.transform(t.css)))return function(){};t.css=i}if(r.singleton){var l=m++;e=g||(g=u(r)),n=_.bind(null,e,l,!1),o=_.bind(null,e,l,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(e=c(r),n=d.bind(null,e,r),o=function(){a(e),e.href&&URL.revokeObjectURL(e.href)}):(e=u(r),n=f.bind(null,e),o=function(){a(e)});return n(t),function(r){if(r){if(r.css===t.css&&r.media===t.media&&r.sourceMap===t.sourceMap)return;n(t=r)}else o()}}function _(t,r,e,n){var o=e?"":n.css;if(t.styleSheet)t.styleSheet.cssText=k(r,o);else{var i=document.createTextNode(o),a=t.childNodes;a[r]&&t.removeChild(a[r]),a.length?t.insertBefore(i,a[r]):t.appendChild(i)}}function f(t,r){var e=r.css,n=r.media;if(n&&t.setAttribute("media",n),t.styleSheet)t.styleSheet.cssText=e;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(e))}}function d(t,r,e){var n=e.css,o=e.sourceMap,i=void 0===r.convertToAbsoluteUrls&&o;(r.convertToAbsoluteUrls||i)&&(n=y(n)),o&&(n+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(o))))+" */");var a=new Blob([n],{type:"text/css"}),u=t.href;t.href=URL.createObjectURL(a),u&&URL.revokeObjectURL(u)}var p={},h=function(t){var r;return function(){return void 0===r&&(r=t.apply(this,arguments)),r}}(function(){return window&&document&&document.all&&!window.atob}),v=function(t){var r={};return function(e){return void 0===r[e]&&(r[e]=t.call(this,e)),r[e]}}(function(t){return document.querySelector(t)}),g=null,m=0,b=[],y=e(6);t.exports=function(t,r){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");r=r||{},r.attrs="object"==typeof r.attrs?r.attrs:{},r.singleton||(r.singleton=h()),r.insertInto||(r.insertInto="head"),r.insertAt||(r.insertAt="bottom");var e=o(t,r);return n(e,r),function(t){for(var i=[],a=0;a<e.length;a++){var u=e[a],c=p[u.id];c.refs--,i.push(c)}if(t){n(o(t,r),r)}for(var a=0;a<i.length;a++){var c=i[a];if(0===c.refs){for(var l=0;l<c.parts.length;l++)c.parts[l]();delete p[c.id]}}}};var k=function(){var t=[];return function(r,e){return t[r]=e,t.filter(Boolean).join("\n")}}()},function(t,r){t.exports=function(t){var r="undefined"!=typeof window&&window.location;if(!r)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var e=r.protocol+"//"+r.host,n=e+r.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,function(t,r){var o=r.trim().replace(/^"(.*)"$/,function(t,r){return r}).replace(/^'(.*)'$/,function(t,r){return r});if(/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(o))return t;var i;return i=0===o.indexOf("//")?o:0===o.indexOf("/")?e+o:n+o.replace(/^\.\//,""),"url("+JSON.stringify(i)+")"})}},function(t,r,e){var n,o;(function(){"use strict";function e(t){function r(r){return function(e){return t(r,e)}}return r.arity=2,r.func=t,r}function i(t){function r(r){return function(e){return function(n){return t(r,e,n)}}}return r.arity=3,r.func=t,r}function a(t){function r(r){return function(e){return function(n){return function(o){return t(r,e,n,o)}}}}return r.arity=4,r.func=t,r}function u(t){function r(r){return function(e){return function(n){return function(o){return function(i){return t(r,e,n,o,i)}}}}}return r.arity=5,r.func=t,r}function c(t){function r(r){return function(e){return function(n){return function(o){return function(i){return function(a){return t(r,e,n,o,i,a)}}}}}}return r.arity=6,r.func=t,r}function l(t){function r(r){return function(e){return function(n){return function(o){return function(i){return function(a){return function(u){return t(r,e,n,o,i,a,u)}}}}}}}return r.arity=7,r.func=t,r}function s(t){function r(r){return function(e){return function(n){return function(o){return function(i){return function(a){return function(u){return function(c){return t(r,e,n,o,i,a,u,c)}}}}}}}}return r.arity=8,r.func=t,r}function _(t){function r(r){return function(e){return function(n){return function(o){return function(i){return function(a){return function(u){return function(c){return function(l){return t(r,e,n,o,i,a,u,c,l)}}}}}}}}}return r.arity=9,r.func=t,r}function f(t,r,e){return 2===t.arity?t.func(r,e):t(r)(e)}function d(t,r,e,n){return 3===t.arity?t.func(r,e,n):t(r)(e)(n)}function p(t,r,e,n,o){return 4===t.arity?t.func(r,e,n,o):t(r)(e)(n)(o)}function h(t,r,e,n,o,i){return 5===t.arity?t.func(r,e,n,o,i):t(r)(e)(n)(o)(i)}function v(t,r,e,n,o,i,a){return 6===t.arity?t.func(r,e,n,o,i,a):t(r)(e)(n)(o)(i)(a)}var g=function(){function t(t,e){if(t<0||t>=I(e))throw new Error("Index "+t+" is out of range. Check the length of your array first or use getMaybe or getWithDefault.");return r(t,e)}function r(t,r){for(var e=r.height;e>0;e--){for(var n=t>>5*e;r.lengths[n]<=t;)n++;n>0&&(t-=r.lengths[n-1]),r=r.table[n]}return r.table[t]}function n(t,r,e){return t<0||I(e)<=t?e:o(t,r,e)}function o(t,r,e){if(e=U(e),0===e.height)e.table[t]=r;else{var n=z(t,e);n>0&&(t-=e.lengths[n-1]),e.table[n]=o(t,r,e.table[n])}return e}function a(t,r){return t<=0?$:u(r,Math.floor(Math.log(t)/Math.log(V)),0,t)}function u(t,r,e,n){if(0===r){for(var o=new Array((n-e)%(V+1)),i=0;i<o.length;i++)o[i]=t(e+i);return{ctor:"_Array",height:0,table:o}}for(var a=Math.pow(V,r),o=new Array(Math.ceil((n-e)/a)),c=new Array(o.length),i=0;i<o.length;i++)o[i]=u(t,r-1,e+i*a,Math.min(e+(i+1)*a,n)),c[i]=I(o[i])+(i>0?c[i-1]:0);return{ctor:"_Array",height:r,table:o,lengths:c}}function c(t){if("[]"===t.ctor)return $;for(var r=new Array(V),e=[],n=0;"[]"!==t.ctor;)if(r[n]=t._0,t=t._1,++n===V){var o={ctor:"_Array",height:0,table:r};l(o,e),r=new Array(V),n=0}if(n>0){var o={ctor:"_Array",height:0,table:r.splice(0,n)};l(o,e)}for(var i=0;i<e.length-1;i++)e[i].table.length>0&&l(e[i],e);var a=e[e.length-1];return a.height>0&&1===a.table.length?a.table[0]:a}function l(t,r){var e=t.height;if(r.length===e){var n={ctor:"_Array",height:e+1,table:[],lengths:[]};r.push(n)}r[e].table.push(t);var o=I(t);r[e].lengths.length>0&&(o+=r[e].lengths[r[e].lengths.length-1]),r[e].lengths.push(o),r[e].table.length===V&&(l(r[e],r),r[e]={ctor:"_Array",height:e+1,table:[],lengths:[]})}function s(t,r){var e=_(t,r);return null!==e?e:D(r,j(t,r.height))}function _(t,r){if(0===r.height){if(r.table.length<V){var e={ctor:"_Array",height:0,table:r.table.slice()};return e.table.push(t),e}return null}var n=_(t,P(r));if(null!==n){var e=U(r);return e.table[e.table.length-1]=n,e.lengths[e.lengths.length-1]++,e}if(r.table.length<V){var o=j(t,r.height-1),e=U(r);return e.table.push(o),e.lengths.push(e.lengths[e.lengths.length-1]+I(o)),e}return null}function d(t){return p(A.Nil,t)}function p(t,r){for(var e=r.table.length-1;e>=0;e--)t=0===r.height?A.Cons(r.table[e],t):p(t,r.table[e]);return t}function h(t,r){var e={ctor:"_Array",height:r.height,table:new Array(r.table.length)};r.height>0&&(e.lengths=r.lengths);for(var n=0;n<r.table.length;n++)e.table[n]=0===r.height?t(r.table[n]):h(t,r.table[n]);return e}function v(t,r){return g(t,r,0)}function g(t,r,e){var n={ctor:"_Array",height:r.height,table:new Array(r.table.length)};r.height>0&&(n.lengths=r.lengths);for(var o=0;o<r.table.length;o++)n.table[o]=0===r.height?f(t,e+o,r.table[o]):g(t,r.table[o],0==o?e:e+r.lengths[o-1]);return n}function m(t,r,e){if(0===e.height)for(var n=0;n<e.table.length;n++)r=f(t,e.table[n],r);else for(var n=0;n<e.table.length;n++)r=m(t,r,e.table[n]);return r}function b(t,r,e){if(0===e.height)for(var n=e.table.length;n--;)r=f(t,e.table[n],r);else for(var n=e.table.length;n--;)r=b(t,r,e.table[n]);return r}function y(t,r,e){return t<0&&(t+=I(e)),r<0&&(r+=I(e)),w(t,k(r,e))}function k(t,r){if(t===I(r))return r;if(0===r.height){var e={ctor:"_Array",height:0};return e.table=r.table.slice(0,t),e}var n=z(t,r),o=k(t-(n>0?r.lengths[n-1]:0),r.table[n]);if(0===n)return o;var e={ctor:"_Array",height:r.height,table:r.table.slice(0,n),lengths:r.lengths.slice(0,n)};return o.table.length>0&&(e.table[n]=o,e.lengths[n]=I(o)+(n>0?e.lengths[n-1]:0)),e}function w(t,r){if(0===t)return r;if(0===r.height){var e={ctor:"_Array",height:0};return e.table=r.table.slice(t,r.table.length+1),e}var n=z(t,r),o=w(t-(n>0?r.lengths[n-1]:0),r.table[n]);if(n===r.table.length-1)return o;var e={ctor:"_Array",height:r.height,table:r.table.slice(n,r.table.length+1),lengths:new Array(r.table.length-n)};e.table[0]=o;for(var i=0,a=0;a<e.table.length;a++)i+=I(e.table[a]),e.lengths[a]=i;return e}function x(t,r){if(0===t.table.length)return r;if(0===r.table.length)return t;var e=T(t,r);if(e[0].table.length+e[1].table.length<=V){if(0===e[0].table.length)return e[1];if(0===e[1].table.length)return e[0];if(e[0].table=e[0].table.concat(e[1].table),e[0].height>0){for(var n=I(e[0]),o=0;o<e[1].lengths.length;o++)e[1].lengths[o]+=n;e[0].lengths=e[0].lengths.concat(e[1].lengths)}return e[0]}if(e[0].height>0){var i=R(t,r);i>H&&(e=M(e[0],e[1],i))}return D(e[0],e[1])}function T(t,r){if(0===t.height&&0===r.height)return[t,r];if(1!==t.height||1!==r.height)if(t.height===r.height){t=U(t),r=U(r);var e=T(P(t),O(r));B(t,e[1]),N(r,e[0])}else if(t.height>r.height){t=U(t);var e=T(P(t),r);B(t,e[0]),r=J(e[1],e[1].height+1)}else{r=U(r);var e=T(t,O(r)),n=0===e[0].table.length?0:1,o=0===n?1:0;N(r,e[n]),t=J(e[o],e[o].height+1)}if(0===t.table.length||0===r.table.length)return[t,r];var i=R(t,r);return i<=H?[t,r]:M(t,r,i)}function B(t,r){var e=t.table.length-1;t.table[e]=r,t.lengths[e]=I(r),t.lengths[e]+=e>0?t.lengths[e-1]:0}function N(t,r){if(r.table.length>0){t.table[0]=r,t.lengths[0]=I(r);for(var e=I(t.table[0]),n=1;n<t.lengths.length;n++)e+=I(t.table[n]),t.lengths[n]=e}else{t.table.shift();for(var n=1;n<t.lengths.length;n++)t.lengths[n]=t.lengths[n]-t.lengths[0];t.lengths.shift()}}function R(t,r){for(var e=0,n=0;n<t.table.length;n++)e+=t.table[n].table.length;for(var n=0;n<r.table.length;n++)e+=r.table[n].table.length;return t.table.length+r.table.length-(Math.floor((e-1)/V)+1)}function E(t,r,e){return e<t.length?t[e]:r[e-t.length]}function S(t,r,e,n){e<t.length?t[e]=n:r[e-t.length]=n}function C(t,r,e,n){S(t.table,r.table,e,n);var o=0===e||e===t.lengths.length?0:E(t.lengths,t.lengths,e-1);S(t.lengths,r.lengths,e,o+I(n))}function L(t,r){r<0&&(r=0);var e={ctor:"_Array",height:t,table:new Array(r)};return t>0&&(e.lengths=new Array(r)),e}function M(t,r,e){for(var n=L(t.height,Math.min(V,t.table.length+r.table.length-e)),o=L(t.height,n.table.length-(t.table.length+r.table.length-e)),i=0;E(t.table,r.table,i).table.length%V==0;)S(n.table,o.table,i,E(t.table,r.table,i)),S(n.lengths,o.lengths,i,E(t.lengths,r.lengths,i)),i++;for(var a=i,u=new L(t.height-1,0),c=0;i-a-(u.table.length>0?1:0)<e;){var l=E(t.table,r.table,i),s=Math.min(V-u.table.length,l.table.length);if(u.table=u.table.concat(l.table.slice(c,s)),u.height>0)for(var _=u.lengths.length,f=_;f<_+s-c;f++)u.lengths[f]=I(u.table[f]),u.lengths[f]+=f>0?u.lengths[f-1]:0;c+=s,l.table.length<=s&&(i++,c=0),u.table.length===V&&(C(n,o,a,u),u=L(t.height-1,0),a++)}for(u.table.length>0&&(C(n,o,a,u),a++);i<t.table.length+r.table.length;)C(n,o,a,E(t.table,r.table,i)),i++,a++;return[n,o]}function P(t){return t.table[t.table.length-1]}function O(t){return t.table[0]}function U(t){var r={ctor:"_Array",height:t.height,table:t.table.slice()};return t.height>0&&(r.lengths=t.lengths.slice()),r}function I(t){return 0===t.height?t.table.length:t.lengths[t.lengths.length-1]}function z(t,r){for(var e=t>>5*r.height;r.lengths[e]<=t;)e++;return e}function j(t,r){return 0===r?{ctor:"_Array",height:0,table:[t]}:{ctor:"_Array",height:r,table:[j(t,r-1)],lengths:[1]}}function J(t,r){return r===t.height?t:{ctor:"_Array",height:r,table:[J(t,r-1)],lengths:[I(t)]}}function D(t,r){return{ctor:"_Array",height:t.height+1,table:[t,r],lengths:[I(t),I(t)+I(r)]}}function F(t){var r=new Array(I(t));return q(r,0,t),r}function q(t,r,e){for(var n=0;n<e.table.length;n++)if(0===e.height)t[r+n]=e.table[n];else{var o=0===n?0:e.lengths[n-1];q(t,r+o,e.table[n])}}function W(t){return 0===t.length?$:Q(t,Math.floor(Math.log(t.length)/Math.log(V)),0,t.length)}function Q(t,r,e,n){if(0===r)return{ctor:"_Array",height:0,table:t.slice(e,n)};for(var o=Math.pow(V,r),i=new Array(Math.ceil((n-e)/o)),a=new Array(i.length),u=0;u<i.length;u++)i[u]=Q(t,r-1,e+u*o,Math.min(e+(u+1)*o,n)),a[u]=I(i[u])+(u>0?a[u-1]:0);return{ctor:"_Array",height:r,table:i,lengths:a}}var V=32,H=2,$={ctor:"_Array",height:0,table:[]};return{empty:$,fromList:c,toList:d,initialize:e(a),append:e(x),push:e(s),slice:i(y),get:e(t),set:i(n),map:e(h),indexedMap:e(v),foldl:i(m),foldr:i(b),length:I,toJSArray:F,fromJSArray:W}}(),m=function(){function t(t,r){return t/r|0}function r(t,r){return t%r}function n(t,r){if(0===r)throw new Error("Cannot perform mod 0. Division by zero error.");var e=t%r,o=0===t?0:r>0?t>=0?e:e+r:-n(-t,-r);return o===r?0:o}function o(t,r){return Math.log(r)/Math.log(t)}function a(t){return-t}function u(t){return t<0?-t:t}function c(t,r){return b.cmp(t,r)<0?t:r}function l(t,r){return b.cmp(t,r)>0?t:r}function s(t,r,e){return b.cmp(e,t)<0?t:b.cmp(e,r)>0?r:e}function _(t,r){return{ctor:k[b.cmp(t,r)+1]}}function f(t,r){return t!==r}function d(t){return!t}function p(t){return t===1/0||t===-1/0}function h(t){return 0|t}function v(t){return t*Math.PI/180}function g(t){return 2*Math.PI*t}function m(t){var r=t._0,e=t._1;return b.Tuple2(r*Math.cos(e),r*Math.sin(e))}function y(t){var r=t._0,e=t._1;return b.Tuple2(Math.sqrt(r*r+e*e),Math.atan2(e,r))}var k=["LT","EQ","GT"];return{div:e(t),rem:e(r),mod:e(n),pi:Math.PI,e:Math.E,cos:Math.cos,sin:Math.sin,tan:Math.tan,acos:Math.acos,asin:Math.asin,atan:Math.atan,atan2:e(Math.atan2),degrees:v,turns:g,fromPolar:m,toPolar:y,sqrt:Math.sqrt,logBase:e(o),negate:a,abs:u,min:e(c),max:e(l),clamp:i(s),compare:e(_),xor:e(f),not:d,truncate:h,ceiling:Math.ceil,floor:Math.floor,round:Math.round,toFloat:function(t){return t},isNaN:isNaN,isInfinite:p}}(),b=function(){function t(t,e){for(var n,o=[],i=r(t,e,0,o);i&&(n=o.pop());)i=r(n.x,n.y,0,o);return i}function r(t,e,n,o){if(n>100)return o.push({x:t,y:e}),!0;if(t===e)return!0;if("object"!=typeof t){if("function"==typeof t)throw new Error('Trying to use `(==)` on functions. There is no way to know if functions are "the same" in the Elm sense. Read more about this at http://package.elm-lang.org/packages/elm-lang/core/latest/Basics#== which describes why it is this way and what the better version will look like.');return!1}if(null===t||null===e)return!1;if(t instanceof Date)return t.getTime()===e.getTime();if(!("ctor"in t)){for(var i in t)if(!r(t[i],e[i],n+1,o))return!1;return!0}if("RBNode_elm_builtin"!==t.ctor&&"RBEmpty_elm_builtin"!==t.ctor||(t=Qt(t),e=Qt(e)),"Set_elm_builtin"===t.ctor&&(t=_elm_lang$core$Set$toList(t),e=_elm_lang$core$Set$toList(e)),"::"===t.ctor){for(var a=t,u=e;"::"===a.ctor&&"::"===u.ctor;){if(!r(a._0,u._0,n+1,o))return!1;a=a._1,u=u._1}return a.ctor===u.ctor}if("_Array"===t.ctor){var c=g.toJSArray(t),l=g.toJSArray(e);if(c.length!==l.length)return!1;for(var s=0;s<c.length;s++)if(!r(c[s],l[s],n+1,o))return!1;return!0}if(!r(t.ctor,e.ctor,n+1,o))return!1;for(var i in t)if(!r(t[i],e[i],n+1,o))return!1;return!0}function n(t,r){if("object"!=typeof t)return t===r?v:t<r?h:m;if(t instanceof String){var e=t.valueOf(),o=r.valueOf();return e===o?v:e<o?h:m}if("::"===t.ctor||"[]"===t.ctor){for(;"::"===t.ctor&&"::"===r.ctor;){var i=n(t._0,r._0);if(i!==v)return i;t=t._1,r=r._1}return t.ctor===r.ctor?v:"[]"===t.ctor?h:m}if("_Tuple"===t.ctor.slice(0,6)){var i,a=t.ctor.slice(6)-0;if(0===a)return v;if(a>=1){if((i=n(t._0,r._0))!==v)return i;if(a>=2){if((i=n(t._1,r._1))!==v)return i;if(a>=3){if((i=n(t._2,r._2))!==v)return i;if(a>=4){if((i=n(t._3,r._3))!==v)return i;if(a>=5){if((i=n(t._4,r._4))!==v)return i;if(a>=6){if((i=n(t._5,r._5))!==v)return i;if(a>=7)throw new Error("Comparison error: cannot compare tuples with more than 6 elements.")}}}}}}return v}throw new Error("Comparison error: comparison is only defined on ints, floats, times, chars, strings, lists of comparable values, and tuples of comparable values.")}function o(t,r){return{ctor:"_Tuple2",_0:t,_1:r}}function i(t){return new String(t)}function a(t){return y++}function u(t,r){var e={};for(var n in t)e[n]=t[n];for(var n in r)e[n]=r[n];return e}function c(t,r){return{ctor:"::",_0:t,_1:r}}function l(t,r){if("string"==typeof t)return t+r;if("[]"===t.ctor)return r;var e=c(t._0,k),n=e;for(t=t._1;"[]"!==t.ctor;)n._1=c(t._0,k),t=t._1,n=n._1;return n._1=r,e}function s(t,r){return function(e){throw new Error("Ran into a `Debug.crash` in module `"+t+"` "+f(r)+"\nThe message provided by the code author is:\n\n "+e)}}function _(t,r,e){return function(n){throw new Error("Ran into a `Debug.crash` in module `"+t+"`\n\nThis was caused by the `case` expression "+f(r)+".\nOne of the branches ended with a crash and the following value got through:\n\n "+d(e)+"\n\nThe message provided by the code author is:\n\n "+n)}}function f(t){return t.start.line==t.end.line?"on line "+t.start.line:"between lines "+t.start.line+" and "+t.end.line}function d(t){var r=typeof t;if("function"===r)return"<function>";if("boolean"===r)return t?"True":"False";if("number"===r)return t+"";if(t instanceof String)return"'"+p(t,!0)+"'";if("string"===r)return'"'+p(t,!1)+'"';if(null===t)return"null";if("object"===r&&"ctor"in t){var e=t.ctor.substring(0,5);if("_Tupl"===e){var n=[];for(var o in t)"ctor"!==o&&n.push(d(t[o]));return"("+n.join(",")+")"}if("_Task"===e)return"<task>";if("_Array"===t.ctor){return"Array.fromList "+d(ot(t))}if("<decoder>"===t.ctor)return"<decoder>";if("_Process"===t.ctor)return"<process:"+t.id+">";if("::"===t.ctor){var n="["+d(t._0);for(t=t._1;"::"===t.ctor;)n+=","+d(t._0),t=t._1;return n+"]"}if("[]"===t.ctor)return"[]";if("Set_elm_builtin"===t.ctor)return"Set.fromList "+d(_elm_lang$core$Set$toList(t));if("RBNode_elm_builtin"===t.ctor||"RBEmpty_elm_builtin"===t.ctor)return"Dict.fromList "+d(Qt(t));var n="";for(var i in t)if("ctor"!==i){var a=d(t[i]),u=a[0],c="{"===u||"("===u||"<"===u||'"'===u||a.indexOf(" ")<0;n+=" "+(c?a:"("+a+")")}return t.ctor+n}if("object"===r){if(t instanceof Date)return"<"+t.toString()+">";if(t.elm_web_socket)return"<websocket>";var n=[];for(var o in t)n.push(o+" = "+d(t[o]));return 0===n.length?"{}":"{ "+n.join(", ")+" }"}return"<internal structure>"}function p(t,r){var e=t.replace(/\\/g,"\\\\").replace(/\n/g,"\\n").replace(/\t/g,"\\t").replace(/\r/g,"\\r").replace(/\v/g,"\\v").replace(/\0/g,"\\0");return r?e.replace(/\'/g,"\\'"):e.replace(/\"/g,'\\"')}var h=-1,v=0,m=1,b={ctor:"_Tuple0"},y=0,k={ctor:"[]"};return{eq:t,cmp:n,Tuple0:b,Tuple2:o,chr:i,update:u,guid:a,append:e(l),crash:s,crashCase:_,toString:d}}(),y=(e(function(t,r){var e=r;return f(t,e._0,e._1)}),i(function(t,r,e){return t({ctor:"_Tuple2",_0:r,_1:e})}),i(function(t,r,e){return f(t,e,r)}),e(function(t,r){return t})),k=function(t){return t},w=w||{};w["<|"]=e(function(t,r){return t(r)});var w=w||{};w["|>"]=e(function(t,r){return r(t)});var w=w||{};w[">>"]=i(function(t,r,e){return r(t(e))});var w=w||{};w["<<"]=i(function(t,r,e){return t(r(e))});var w=w||{};w["++"]=b.append;var x=b.toString,T=(m.isInfinite,m.isNaN,m.toFloat),B=m.ceiling,w=(m.floor,m.truncate,m.round,m.not,m.xor,w||{});w["||"]=m.or;var w=w||{};w["&&"]=m.and;var N=m.max,R=m.min,E=m.compare,w=w||{};w[">="]=m.ge;var w=w||{};w["<="]=m.le;var w=w||{};w[">"]=m.gt;var w=w||{};w["<"]=m.lt;var w=w||{};w["/="]=m.neq;var w=w||{};w["=="]=m.eq;var w=(m.e,m.pi,m.clamp,m.logBase,m.abs,m.negate,m.sqrt,m.atan2,m.atan,m.asin,m.acos,m.tan,m.sin,m.cos,w||{});w["^"]=m.exp;var w=w||{};w["%"]=m.mod;var w=(m.rem,w||{});w["//"]=m.div;var w=w||{};w["/"]=m.floatDiv;var w=w||{};w["*"]=m.mul;var w=w||{};w["-"]=m.sub;var w=w||{};w["+"]=m.add;var S=(m.toPolar,m.fromPolar,m.turns,m.degrees,e(function(t,r){var e=r;return"Just"===e.ctor?e._0:t}),{ctor:"Nothing"}),C=(e(function(t,r){var e=r;return"Just"===e.ctor?t(e._0):S}),function(t){return{ctor:"Just",_0:t}}),L=(e(function(t,r){var e=r;return"Just"===e.ctor?C(t(e._0)):S}),i(function(t,r,e){var n={ctor:"_Tuple2",_0:r,_1:e};return"_Tuple2"===n.ctor&&"Just"===n._0.ctor&&"Just"===n._1.ctor?C(f(t,n._0._0,n._1._0)):S})),A=(a(function(t,r,e,n){var o={ctor:"_Tuple3",_0:r,_1:e,_2:n};return"_Tuple3"===o.ctor&&"Just"===o._0.ctor&&"Just"===o._1.ctor&&"Just"===o._2.ctor?C(d(t,o._0._0,o._1._0,o._2._0)):S}),u(function(t,r,e,n,o){var i={ctor:"_Tuple4",_0:r,_1:e,_2:n,_3:o};return"_Tuple4"===i.ctor&&"Just"===i._0.ctor&&"Just"===i._1.ctor&&"Just"===i._2.ctor&&"Just"===i._3.ctor?C(p(t,i._0._0,i._1._0,i._2._0,i._3._0)):S}),c(function(t,r,e,n,o,i){var a={ctor:"_Tuple5",_0:r,_1:e,_2:n,_3:o,_4:i};return"_Tuple5"===a.ctor&&"Just"===a._0.ctor&&"Just"===a._1.ctor&&"Just"===a._2.ctor&&"Just"===a._3.ctor&&"Just"===a._4.ctor?C(h(t,a._0._0,a._1._0,a._2._0,a._3._0,a._4._0)):S}),function(){function t(t,r){return{ctor:"::",_0:t,_1:r}}function r(r){for(var e=y,n=r.length;n--;)e=t(r[n],e);return e}function n(t){for(var r=[];"[]"!==t.ctor;)r.push(t._0),t=t._1;return r}function o(t,r,e){for(var o=n(e),i=r,a=o.length;a--;)i=f(t,o[a],i);return i}function l(t,e,n){for(var o=[];"[]"!==e.ctor&&"[]"!==n.ctor;)o.push(f(t,e._0,n._0)),e=e._1,n=n._1;return r(o)}function s(t,e,n,o){for(var i=[];"[]"!==e.ctor&&"[]"!==n.ctor&&"[]"!==o.ctor;)i.push(d(t,e._0,n._0,o._0)),e=e._1,n=n._1,o=o._1;return r(i)}function _(t,e,n,o,i){for(var a=[];"[]"!==e.ctor&&"[]"!==n.ctor&&"[]"!==o.ctor&&"[]"!==i.ctor;)a.push(p(t,e._0,n._0,o._0,i._0)),e=e._1,n=n._1,o=o._1,i=i._1;return r(a)}function v(t,e,n,o,i,a){for(var u=[];"[]"!==e.ctor&&"[]"!==n.ctor&&"[]"!==o.ctor&&"[]"!==i.ctor&&"[]"!==a.ctor;)u.push(h(t,e._0,n._0,o._0,i._0,a._0)),e=e._1,n=n._1,o=o._1,i=i._1,a=a._1;return r(u)}function g(t,e){return r(n(e).sort(function(r,e){return b.cmp(t(r),t(e))}))}function m(t,e){return r(n(e).sort(function(r,e){var n=t(r)(e).ctor;return"EQ"===n?0:"LT"===n?-1:1}))}var y={ctor:"[]"};return{Nil:y,Cons:t,cons:e(t),toArray:n,fromArray:r,foldr:i(o),map2:i(l),map3:a(s),map4:u(_),map5:c(v),sortBy:e(g),sortWith:e(m)}}()),M=(A.sortWith,A.sortBy,e(function(t,r){for(;;){if(b.cmp(t,0)<1)return r;var e=r;if("[]"===e.ctor)return r;var n=t-1,o=e._1;t=n,r=o}})),P=(A.map5,A.map4,A.map3,A.map2),O=e(function(t,r){for(;;){var e=r;if("[]"===e.ctor)return!1;if(t(e._0))return!0;var n=t,o=e._1;t=n,r=o}}),U=(e(function(t,r){return!f(O,function(r){return!t(r)},r)}),A.foldr),I=i(function(t,r,e){for(;;){var n=e;if("[]"===n.ctor)return r;var o=t,i=f(t,n._0,r),a=n._1;t=o,r=i,e=a}}),z=function(t){return d(I,e(function(t,r){return r+1}),0,t)},j=function(t){var r=t;return"::"===r.ctor?C(d(I,N,r._0,r._1)):S},J=function(t){var r=t;return"::"===r.ctor?C(d(I,R,r._0,r._1)):S},D=e(function(t,r){return f(O,function(r){return b.eq(r,t)},r)}),F=F||{};F["::"]=A.cons;var q=e(function(t,r){return d(U,e(function(r,e){return{ctor:"::",_0:t(r),_1:e}}),{ctor:"[]"},r)}),W=e(function(t,r){var n=e(function(r,e){return t(r)?{ctor:"::",_0:r,_1:e}:e});return d(U,n,{ctor:"[]"},r)}),Q=i(function(t,r,e){var n=t(r);return"Just"===n.ctor?{ctor:"::",_0:n._0,_1:e}:e}),V=e(function(t,r){return d(U,Q(t),{ctor:"[]"},r)}),H=function(t){return d(I,e(function(t,r){return{ctor:"::",_0:t,_1:r}}),{ctor:"[]"},t)},$=(i(function(t,r,n){var o=e(function(r,e){var n=e;return"::"===n.ctor?{ctor:"::",_0:f(t,r,n._0),_1:e}:{ctor:"[]"}});return H(d(I,o,{ctor:"::",_0:r,_1:{ctor:"[]"}},n))}),e(function(t,r){return"[]"===r.ctor?t:d(U,e(function(t,r){return{ctor:"::",_0:t,_1:r}}),r,t)})),G=function(t){return d(U,$,{ctor:"[]"},t)},K=e(function(t,r){return G(f(q,t,r))}),X=(e(function(t,r){var n=e(function(r,e){var n=e,o=n._0,i=n._1;return t(r)?{ctor:"_Tuple2",_0:{ctor:"::",_0:r,_1:o},_1:i}:{ctor:"_Tuple2",_0:o,_1:{ctor:"::",_0:r,_1:i}}});return d(U,n,{ctor:"_Tuple2",_0:{ctor:"[]"},_1:{ctor:"[]"}},r)}),e(function(t,r){var n=r;if("[]"===n.ctor)return{ctor:"[]"};var o=e(function(r,e){return{ctor:"::",_0:t,_1:{ctor:"::",_0:r,_1:e}}}),i=d(U,o,{ctor:"[]"},n._1);return{ctor:"::",_0:n._0,_1:i}}),i(function(t,r,e){for(;;){if(b.cmp(t,0)<1)return e;var n=r;if("[]"===n.ctor)return e;var o=t-1,i=n._1,a={ctor:"::",_0:n._0,_1:e};t=o,r=i,e=a}})),Y=e(function(t,r){return H(d(X,t,r,{ctor:"[]"}))}),Z=i(function(t,r,e){if(b.cmp(r,0)<1)return{ctor:"[]"};var n={ctor:"_Tuple2",_0:r,_1:e};t:do{r:do{if("_Tuple2"!==n.ctor)break t;if("[]"===n._1.ctor)return e;if("::"!==n._1._1.ctor){if(1===n._0)break r;break t}switch(n._0){case 1:break r;case 2:return{ctor:"::",_0:n._1._0,_1:{ctor:"::",_0:n._1._1._0,_1:{ctor:"[]"}}};case 3:if("::"===n._1._1._1.ctor)return{ctor:"::",_0:n._1._0,_1:{ctor:"::",_0:n._1._1._0,_1:{ctor:"::",_0:n._1._1._1._0,_1:{ctor:"[]"}}}};break t;default:if("::"===n._1._1._1.ctor&&"::"===n._1._1._1._1.ctor){var o=n._1._1._1._0,i=n._1._1._0,a=n._1._0,u=n._1._1._1._1._0,c=n._1._1._1._1._1;return b.cmp(t,1e3)>0?{ctor:"::",_0:a,_1:{ctor:"::",_0:i,_1:{ctor:"::",_0:o,_1:{ctor:"::",_0:u,_1:f(Y,r-4,c)}}}}:{ctor:"::",_0:a,_1:{ctor:"::",_0:i,_1:{ctor:"::",_0:o,_1:{ctor:"::",_0:u,_1:d(Z,t+1,r-4,c)}}}}}break t}}while(!1);return{ctor:"::",_0:n._1._0,_1:{ctor:"[]"}}}while(!1);return e}),tt=e(function(t,r){return d(Z,0,t,r)}),rt=i(function(t,r,e){for(;;){if(b.cmp(r,0)<1)return t;var n={ctor:"::",_0:e,_1:t},o=r-1,i=e;t=n,r=o,e=i}}),et=(e(function(t,r){return d(rt,{ctor:"[]"},t,r)}),i(function(t,r,e){for(;;){if(!(b.cmp(t,r)<1))return e;var n=t,o=r-1,i={ctor:"::",_0:r,_1:e};t=n,r=o,e=i}})),nt=e(function(t,r){return d(et,t,r,{ctor:"[]"})}),ot=(e(function(t,r){return d(P,t,f(nt,0,z(r)-1),r)}),g.append,g.length,g.slice,g.set,e(function(t,r){return b.cmp(0,t)<1&&b.cmp(t,g.length(r))<0?C(f(g.get,t,r)):S}),g.push,g.empty,e(function(t,r){var n=e(function(r,e){return t(r)?f(g.push,r,e):e});return d(g.foldl,n,g.empty,r)}),g.foldr,g.foldl,g.indexedMap,g.map,g.toList),it=(g.fromList,g.initialize),at=(e(function(t,r){return f(it,t,y(r))}),function(){return{fromCode:function(t){return b.chr(String.fromCharCode(t))},toCode:function(t){return t.charCodeAt(0)},toUpper:function(t){return b.chr(t.toUpperCase())},toLower:function(t){return b.chr(t.toLowerCase())},toLocaleUpper:function(t){return b.chr(t.toLocaleUpperCase())},toLocaleLower:function(t){return b.chr(t.toLocaleLowerCase())}}}()),ut=(at.fromCode,at.toCode),ct=(at.toLocaleLower,at.toLocaleUpper,at.toLower,at.toUpper,i(function(t,r,e){var n=ut(e);return b.cmp(n,ut(t))>-1&&b.cmp(n,ut(r))<1})),lt=(f(ct,b.chr("A"),b.chr("Z")),f(ct,b.chr("a"),b.chr("z")),f(ct,b.chr("0"),b.chr("9")),f(ct,b.chr("0"),b.chr("7")),function(){function t(t){return{ctor:"_Task_succeed",value:t}}function r(t){return{ctor:"_Task_fail",value:t}}function n(t){return{ctor:"_Task_nativeBinding",callback:t,cancel:null}}function o(t,r){return{ctor:"_Task_andThen",callback:t,task:r}}function i(t,r){return{ctor:"_Task_onError",callback:t,task:r}}function a(t){return{ctor:"_Task_receive",callback:t}}function u(t){var r={ctor:"_Process",id:b.guid(),root:t,stack:null,mailbox:[]};return p(r),r}function c(r){return n(function(e){e(t(u(r)))})}function l(t,r){t.mailbox.push(r),p(t)}function s(r,e){return n(function(n){l(r,e),n(t(b.Tuple0))})}function _(r){return n(function(e){var n=r.root;"_Task_nativeBinding"===n.ctor&&n.cancel&&n.cancel(),r.root=null,e(t(b.Tuple0))})}function f(r){return n(function(e){var n=setTimeout(function(){e(t(b.Tuple0))},r);return function(){clearTimeout(n)}})}function d(t,r){for(;t<v;){var e=r.root.ctor;if("_Task_succeed"!==e)if("_Task_fail"!==e)if("_Task_andThen"!==e)if("_Task_onError"!==e){if("_Task_nativeBinding"===e){r.root.cancel=r.root.callback(function(t){r.root=t,p(r)});break}if("_Task_receive"!==e)throw new Error(e);var n=r.mailbox;if(0===n.length)break;r.root=r.root.callback(n.shift()),++t}else r.stack={ctor:"_Task_onError",callback:r.root.callback,rest:r.stack},r.root=r.root.task,++t;else r.stack={ctor:"_Task_andThen",callback:r.root.callback,rest:r.stack},r.root=r.root.task,++t;else{for(;r.stack&&"_Task_andThen"===r.stack.ctor;)r.stack=r.stack.rest;if(null===r.stack)break;r.root=r.stack.callback(r.root.value),r.stack=r.stack.rest,++t}else{for(;r.stack&&"_Task_onError"===r.stack.ctor;)r.stack=r.stack.rest;if(null===r.stack)break;r.root=r.stack.callback(r.root.value),r.stack=r.stack.rest,++t}}return t<v?t+1:(p(r),t)}function p(t){m.push(t),g||(setTimeout(h,0),g=!0)}function h(){for(var t,r=0;r<v&&(t=m.shift());)t.root&&(r=d(r,t));if(!t)return void(g=!1);setTimeout(h,0)}var v=1e4,g=!1,m=[];return{succeed:t,fail:r,nativeBinding:n,andThen:e(o),onError:e(i),receive:a,spawn:c,kill:_,sleep:f,send:e(s),rawSpawn:u,rawSend:l}}()),st=function(){function t(t){return function(r){return function(r,e){r.worker=function(r){if(void 0!==r)throw new Error("The `"+e+"` module does not need flags.\nCall "+e+".worker() with no arguments and you should be all set!");return a(t.init,t.update,t.subscriptions,n)}}}}function r(t){return function(r){return function(e,o){e.worker=function(e){if(void 0===r)throw new Error("Are you trying to sneak a Never value into Elm? Trickster!\nIt looks like "+o+".main is defined with `programWithFlags` but has type `Program Never`.\nUse `program` instead if you do not want flags.");var i=f(Wr.run,r,e);if("Err"===i.ctor)throw new Error(o+".worker(...) was called with an unexpected argument.\nI tried to convert it to an Elm value, but ran into this problem:\n\n"+i._0);return a(t.init(i._0),t.update,t.subscriptions,n)}}}}function n(t,r){return function(t){}}function o(t){var r=v(A.Nil),n=b.Tuple2(b.Tuple0,r);return he({init:n,view:function(t){return main},update:e(function(t,r){return n}),subscriptions:function(t){return r}})}function a(t,r,e,n){function o(t,n){return lt.nativeBinding(function(o){var i=f(r,t,n);n=i._0,a(n);var u=i._1,l=e(n);m(c,u,l),o(lt.succeed(n))})}function i(t){lt.rawSend(s,t)}var a,c={},l=lt.nativeBinding(function(r){var o=t._0;a=n(i,o);var u=t._1,l=e(o);m(c,u,l),r(lt.succeed(o))}),s=_(l,o),d=u(c,i);return d?{ports:d}:{}}function u(t,r){var e;for(var n in E){var o=E[n];o.isForeign&&(e=e||{},e[n]="cmd"===o.tag?B(n):R(n,r)),t[n]=c(o,r)}return e}function c(t,r){function e(t,r){if("self"===t.ctor)return d(a,n,t._0,r);var e=t._0;switch(o){case"cmd":return d(i,n,e.cmds,r);case"sub":return d(i,n,e.subs,r);case"fx":return p(i,n,e.cmds,e.subs,r)}}var n={main:r,self:void 0},o=t.tag,i=t.onEffects,a=t.onSelfMsg,u=_(t.init,e);return n.self=u,u}function l(t,r){return lt.nativeBinding(function(e){t.main(r),e(lt.succeed(b.Tuple0))})}function s(t,r){return f(lt.send,t.self,{ctor:"self",_0:r})}function _(t,r){function e(t){var o=lt.receive(function(e){return r(e,t)});return f(n,e,o)}var n=lt.andThen,o=f(n,e,t);return lt.rawSpawn(o)}function h(t){return function(r){return{type:"leaf",home:t,value:r}}}function v(t){return{type:"node",branches:t}}function g(t,r){return{type:"map",tagger:t,tree:r}}function m(t,r,e){var n={};y(!0,r,n,null),y(!1,e,n,null);for(var o in t){var i=o in n?n[o]:{cmds:A.Nil,subs:A.Nil};lt.rawSend(t[o],{ctor:"fx",_0:i})}}function y(t,r,e,n){switch(r.type){case"leaf":var o=r.home,i=k(t,o,n,r.value);return void(e[o]=w(t,i,e[o]));case"node":for(var a=r.branches;"[]"!==a.ctor;)y(t,a._0,e,n),a=a._1;return;case"map":return void y(t,r.tree,e,{tagger:r.tagger,rest:n})}}function k(t,r,e,n){function o(t){for(var r=e;r;)t=r.tagger(t),r=r.rest;return t}return f(t?E[r].cmdMap:E[r].subMap,o,n)}function w(t,r,e){return e=e||{cmds:A.Nil,subs:A.Nil},t?(e.cmds=A.Cons(r,e.cmds),e):(e.subs=A.Cons(r,e.subs),e)}function x(t){if(t in E)throw new Error("There can only be one port named `"+t+"`, but your program has multiple.")}function T(t,r){return x(t),E[t]={tag:"cmd",cmdMap:S,converter:r,isForeign:!0},h(t)}function B(t){function r(t,r,e){for(;"[]"!==r.ctor;){for(var n=o,i=a(r._0),c=0;c<n.length;c++)n[c](i);r=r._1}return u}function e(t){o.push(t)}function n(t){o=o.slice();var r=o.indexOf(t);r>=0&&o.splice(r,1)}var o=[],a=E[t].converter,u=lt.succeed(null);return E[t].init=u,E[t].onEffects=i(r),{subscribe:e,unsubscribe:n}}function N(t,r){return x(t),E[t]={tag:"sub",subMap:C,converter:r,isForeign:!0},h(t)}function R(t,r){function e(t,r,e){for(var o=n(t,r,e),i=0;i<l.length;i++)u(l[i]);return l=null,p=u,d=n,o}function n(t,r,e){return s=r,h}function o(t,r,e){return d(t,r,e)}function a(t){l.push(t)}function u(t){for(var e=s;"[]"!==e.ctor;)r(e._0(t)),e=e._1}function c(r){var e=f(Xr,_,r);if("Err"===e.ctor)throw new Error("Trying to send an unexpected type of value through port `"+t+"`:\n"+e._0);p(e._0)}var l=[],s=A.Nil,_=E[t].converter,d=e,p=a,h=lt.succeed(null);return E[t].init=h,E[t].onEffects=i(o),{send:c}}var E={},S=e(function(t,r){return r}),C=e(function(t,r){return function(e){return t(r(e))}});return{sendToApp:e(l),sendToSelf:e(s),effectManagers:E,outgoingPort:T,incomingPort:N,htmlToProgram:o,program:t,programWithFlags:r,initialize:a,leaf:h,batch:v,map:e(g)}}(),_t=st.batch,ft=_t({ctor:"[]"}),dt=dt||{};dt["!"]=e(function(t,r){return{ctor:"_Tuple2",_0:t,_1:_t(r)}});var pt=(st.map,st.batch),ht=pt({ctor:"[]"}),vt=(st.map,lt.succeed,st.sendToSelf),gt=st.sendToApp,mt=(st.programWithFlags,st.program,e(function(t,r){var e=r;return"Ok"===e.ctor?e._0:t}),function(t){return{ctor:"Err",_0:t}}),bt=(e(function(t,r){var e=r;return"Ok"===e.ctor?t(e._0):mt(e._0)}),function(t){return{ctor:"Ok",_0:t}}),yt=e(function(t,r){var e=r;return"Ok"===e.ctor?bt(t(e._0)):mt(e._0)}),kt=(i(function(t,r,e){var n={ctor:"_Tuple2",_0:r,_1:e};return"Ok"===n._0.ctor?"Ok"===n._1.ctor?bt(f(t,n._0._0,n._1._0)):mt(n._1._0):mt(n._0._0)}),a(function(t,r,e,n){var o={ctor:"_Tuple3",_0:r,_1:e,_2:n};return"Ok"===o._0.ctor?"Ok"===o._1.ctor?"Ok"===o._2.ctor?bt(d(t,o._0._0,o._1._0,o._2._0)):mt(o._2._0):mt(o._1._0):mt(o._0._0)}),u(function(t,r,e,n,o){var i={ctor:"_Tuple4",_0:r,_1:e,_2:n,_3:o};return"Ok"===i._0.ctor?"Ok"===i._1.ctor?"Ok"===i._2.ctor?"Ok"===i._3.ctor?bt(p(t,i._0._0,i._1._0,i._2._0,i._3._0)):mt(i._3._0):mt(i._2._0):mt(i._1._0):mt(i._0._0)}),c(function(t,r,e,n,o,i){var a={ctor:"_Tuple5",_0:r,_1:e,_2:n,_3:o,_4:i};return"Ok"===a._0.ctor?"Ok"===a._1.ctor?"Ok"===a._2.ctor?"Ok"===a._3.ctor?"Ok"===a._4.ctor?bt(h(t,a._0._0,a._1._0,a._2._0,a._3._0,a._4._0)):mt(a._4._0):mt(a._3._0):mt(a._2._0):mt(a._1._0):mt(a._0._0)}),e(function(t,r){var e=r;return"Ok"===e.ctor?bt(e._0):mt(t(e._0))}),e(function(t,r){var e=r;return"Just"===e.ctor?bt(e._0):mt(t)}),lt.onError),wt=lt.andThen,xt=e(function(t,r){var e=r;return lt.spawn(f(wt,gt(t),e._0))}),Tt=lt.fail,Bt=(e(function(t,r){return f(kt,function(r){return Tt(t(r))},r)}),lt.succeed),Nt=e(function(t,r){return f(wt,function(r){return Bt(t(r))},r)}),Rt=i(function(t,r,e){return f(wt,function(r){return f(wt,function(e){return Bt(f(t,r,e))},e)},r)}),Et=(a(function(t,r,e,n){return f(wt,function(r){return f(wt,function(e){return f(wt,function(n){return Bt(d(t,r,e,n))},n)},e)},r)}),u(function(t,r,e,n,o){return f(wt,function(r){return f(wt,function(e){return f(wt,function(n){return f(wt,function(o){return Bt(p(t,r,e,n,o))},o)},n)},e)},r)}),c(function(t,r,e,n,o,i){return f(wt,function(r){return f(wt,function(e){return f(wt,function(n){return f(wt,function(o){return f(wt,function(i){return Bt(h(t,r,e,n,o,i))},i)},o)},n)},e)},r)}),function(t){var r=t;return"[]"===r.ctor?Bt({ctor:"[]"}):d(Rt,e(function(t,r){return{ctor:"::",_0:t,_1:r}}),r._0,Et(r._1))}),St=i(function(t,r,e){return f(Nt,function(t){return{ctor:"_Tuple0"}},Et(f(q,xt(t),r)))}),Ct=Bt({ctor:"_Tuple0"}),Lt=i(function(t,r,e){return Bt({ctor:"_Tuple0"})}),At=st.leaf("Task"),Mt=function(t){return{ctor:"Perform",_0:t}},Pt=(e(function(t,r){return At(Mt(f(Nt,t,r)))}),e(function(t,r){return At(Mt(f(kt,function(r){return Bt(t(mt(r)))},f(wt,function(r){return Bt(t(bt(r)))},r))))})),Ot=e(function(t,r){return Mt(f(Nt,t,r._0))});st.effectManagers.Task={pkg:"elm-lang/core",init:Ct,onEffects:St,onSelfMsg:Lt,tag:"cmd",cmdMap:Ot};var Ut=function(){function t(t,r){var e=t+": "+b.toString(r),n=n||{};return n.stdout?n.stdout.write(e):console.log(e),r}function r(t){throw new Error(t)}return{crash:r,log:e(t)}}(),It=function(){function t(t){return 0===t.length}function r(t,r){return t+r}function n(t){var r=t[0];return r?C(b.Tuple2(b.chr(r),t.slice(1))):S}function o(t,r){return t+r}function a(t){return A.toArray(t).join("")}function u(t){return t.length}function c(t,r){for(var e=r.split(""),n=e.length;n--;)e[n]=t(b.chr(e[n]));return e.join("")}function l(t,r){return r.split("").map(b.chr).filter(t).join("")}function s(t){return t.split("").reverse().join("")}function _(t,r,e){for(var n=e.length,o=0;o<n;++o)r=f(t,b.chr(e[o]),r);return r}function d(t,r,e){for(var n=e.length;n--;)r=f(t,b.chr(e[n]),r);return r}function p(t,r){return A.fromArray(r.split(t))}function h(t,r){return A.toArray(r).join(t)}function v(t,r){for(var e="";t>0;)1&t&&(e+=r),t>>=1,r+=r;return e}function g(t,r,e){return e.slice(t,r)}function m(t,r){return t<1?"":r.slice(0,t)}function y(t,r){return t<1?"":r.slice(-t)}function k(t,r){return t<1?r:r.slice(t)}function w(t,r){return t<1?r:r.slice(0,-t)}function x(t,r,e){var n=(t-e.length)/2;return v(Math.ceil(n),r)+e+v(0|n,r)}function T(t,r,e){return e+v(t-e.length,r)}function B(t,r,e){return v(t-e.length,r)+e}function N(t){return t.trim()}function R(t){return t.replace(/^\s+/,"")}function E(t){return t.replace(/\s+$/,"")}function L(t){return A.fromArray(t.trim().split(/\s+/g))}function M(t){return A.fromArray(t.split(/\r\n|\r|\n/g))}function P(t){return t.toUpperCase()}function O(t){return t.toLowerCase()}function U(t,r){for(var e=r.length;e--;)if(t(b.chr(r[e])))return!0;return!1}function I(t,r){for(var e=r.length;e--;)if(!t(b.chr(r[e])))return!1;return!0}function z(t,r){return r.indexOf(t)>-1}function j(t,r){return 0===r.indexOf(t)}function J(t,r){return r.length>=t.length&&r.lastIndexOf(t)===r.length-t.length}function D(t,r){var e=t.length;if(e<1)return A.Nil;for(var n=0,o=[];(n=r.indexOf(t,n))>-1;)o.push(n),n+=e;return A.fromArray(o)}function F(t){var r=t.length;if(0===r)return q(t);var e=t[0];if("0"===e&&"x"===t[1]){for(var n=2;n<r;++n){var e=t[n];if(!("0"<=e&&e<="9"||"A"<=e&&e<="F"||"a"<=e&&e<="f"))return q(t)}return bt(parseInt(t,16))}if(e>"9"||e<"0"&&"-"!==e&&"+"!==e)return q(t);for(var n=1;n<r;++n){var e=t[n];if(e<"0"||"9"<e)return q(t)}return bt(parseInt(t,10))}function q(t){return mt("could not convert string '"+t+"' to an Int")}function W(t){if(0===t.length||/[\sxbo]/.test(t))return Q(t);var r=+t;return r===r?bt(r):Q(t)}function Q(t){return mt("could not convert string '"+t+"' to a Float")}function V(t){return A.fromArray(t.split("").map(b.chr))}function H(t){return A.toArray(t).join("")}return{isEmpty:t,cons:e(r),uncons:n,append:e(o),concat:a,length:u,map:e(c),filter:e(l),reverse:s,foldl:i(_),foldr:i(d),split:e(p),join:e(h),repeat:e(v),slice:i(g),left:e(m),right:e(y),dropLeft:e(k),dropRight:e(w),pad:i(x),padLeft:i(B),padRight:i(T),trim:N,trimLeft:R,trimRight:E,words:L,lines:M,toUpper:P,toLower:O,any:e(U),all:e(I),contains:e(z),startsWith:e(j),endsWith:e(J),indexes:e(D),toInt:F,toFloat:W,toList:V,fromList:H}}(),zt=(It.fromList,It.toList,It.toFloat,It.toInt),jt=(It.indexes,It.indexes,It.endsWith,It.startsWith,It.contains),Jt=(It.all,It.any,It.toLower),Dt=(It.toUpper,It.lines,It.words,It.trimRight,It.trimLeft,It.trim,It.padRight,It.padLeft,It.pad,It.dropRight,It.dropLeft),Ft=(It.right,It.left,It.slice,It.repeat,It.join,It.split),qt=(It.foldr,It.foldl,It.reverse,It.filter,It.map,It.length,It.concat),Wt=(It.append,It.uncons,It.cons,It.isEmpty,i(function(t,r,e){for(;;){var n=e;if("RBEmpty_elm_builtin"===n.ctor)return r;var o=t,i=d(t,n._1,n._2,d(Wt,t,r,n._4)),a=n._3;t=o,r=i,e=a}})),Qt=function(t){return d(Wt,i(function(t,r,e){return{ctor:"::",_0:{ctor:"_Tuple2",_0:t,_1:r},_1:e}}),{ctor:"[]"},t)},Vt=i(function(t,r,e){for(;;){var n=e;if("RBEmpty_elm_builtin"===n.ctor)return r;var o=t,i=d(t,n._1,n._2,d(Vt,t,r,n._3)),a=n._4;t=o,r=i,e=a}}),Ht=c(function(t,r,n,o,a,u){var c=i(function(e,o,i){for(;;){var a=i,u=a._1,c=a._0,l=c;if("[]"===l.ctor)return{ctor:"_Tuple2",_0:c,_1:d(n,e,o,u)};var s=l._1,_=l._0._1,f=l._0._0;if(!(b.cmp(f,e)<0))return b.cmp(f,e)>0?{ctor:"_Tuple2",_0:c,_1:d(n,e,o,u)}:{ctor:"_Tuple2",_0:s,_1:p(r,f,_,o,u)};var h=e,v=o,g={ctor:"_Tuple2",_0:s,_1:d(t,f,_,u)};e=h,o=v,i=g}}),l=d(Vt,c,{ctor:"_Tuple2",_0:Qt(o),_1:u},a),s=l._0,_=l._1;return d(I,e(function(r,e){var n=r;return d(t,n._0,n._1,e)}),_,s)}),$t=a(function(t,r,e,n){return Ut.crash(qt({ctor:"::",_0:"Internal red-black tree invariant violated, expected ",_1:{ctor:"::",_0:t,_1:{ctor:"::",_0:" and got ",_1:{ctor:"::",_0:x(r),_1:{ctor:"::",_0:"/",_1:{ctor:"::",_0:e,_1:{ctor:"::",_0:"/",_1:{ctor:"::",_0:n,_1:{ctor:"::",_0:"\nPlease report this bug to <https://github.com/elm-lang/core/issues>",_1:{ctor:"[]"}}}}}}}}}}))}),Gt=function(t){var r=t;t:do{if("RBNode_elm_builtin"===r.ctor){if("BBlack"===r._0.ctor)return!0;break t}if("LBBlack"===r._0.ctor)return!0;break t}while(!1);return!1},Kt=e(function(t,r){for(;;){var e=r;if("RBEmpty_elm_builtin"===e.ctor)return t;var n=f(Kt,t+1,e._4),o=e._3;t=n,r=o}}),Xt=e(function(t,r){t:for(;;){var e=r;if("RBEmpty_elm_builtin"===e.ctor)return S;var n=f(E,t,e._1);switch(n.ctor){case"LT":var o=t,i=e._3;t=o,r=i;continue t;case"EQ":return C(e._2);default:var a=t,u=e._4;t=a,r=u;continue t}}}),Yt=e(function(t,r){return"Just"===f(Xt,t,r).ctor}),Zt=i(function(t,r,e){for(;;){var n=e;if("RBEmpty_elm_builtin"===n.ctor)return{ctor:"_Tuple2",_0:t,_1:r};var o=n._1,i=n._2,a=n._4;t=o,r=i,e=a}}),tr={ctor:"NBlack"},rr={ctor:"BBlack"},er={ctor:"Black"},nr=function(t){var r=t;if("RBNode_elm_builtin"===r.ctor){var e=r._0;return b.eq(e,er)||b.eq(e,rr)}return!0},or={ctor:"Red"},ir=function(t){switch(t.ctor){case"Black":return rr;case"Red":return er;case"NBlack":return or;default:return Ut.crash("Can't make a double black node more black!")}},ar=function(t){switch(t.ctor){case"BBlack":return er;case"Black":return or;case"Red":return tr;default:return Ut.crash("Can't make a negative black node less black!")}},ur={ctor:"LBBlack"},cr={ctor:"LBlack"},lr=function(t){return{ctor:"RBEmpty_elm_builtin",_0:t}},sr=lr(cr),_r=u(function(t,r,e,n,o){return{ctor:"RBNode_elm_builtin",_0:t,_1:r,_2:e,_3:n,_4:o}}),fr=function(t){var r=t;return"RBNode_elm_builtin"===r.ctor&&"Red"===r._0.ctor?h(_r,er,r._1,r._2,r._3,r._4):t},dr=function(t){var r=t;return"RBNode_elm_builtin"===r.ctor?h(_r,ar(r._0),r._1,r._2,r._3,r._4):lr(cr)},pr=function(t){return function(r){return function(e){return function(n){return function(o){return function(i){return function(a){return function(u){return function(c){return function(l){return function(s){return h(_r,ar(t),n,o,h(_r,er,r,e,u,c),h(_r,er,i,a,l,s))}}}}}}}}}}},hr=function(t){var r=t;return"RBEmpty_elm_builtin"===r.ctor?lr(cr):h(_r,er,r._1,r._2,r._3,r._4)},vr=function(t){var r=t;return"RBEmpty_elm_builtin"===r.ctor?Ut.crash("can't make a Leaf red"):h(_r,or,r._1,r._2,r._3,r._4)},gr=function(t){var r=t;t:do{r:do{e:do{n:do{o:do{i:do{a:do{if("RBNode_elm_builtin"!==r.ctor)break t;if("RBNode_elm_builtin"===r._3.ctor)if("RBNode_elm_builtin"===r._4.ctor)switch(r._3._0.ctor){case"Red":switch(r._4._0.ctor){case"Red":if("RBNode_elm_builtin"===r._3._3.ctor&&"Red"===r._3._3._0.ctor)break a;if("RBNode_elm_builtin"===r._3._4.ctor&&"Red"===r._3._4._0.ctor)break i;if("RBNode_elm_builtin"===r._4._3.ctor&&"Red"===r._4._3._0.ctor)break o;if("RBNode_elm_builtin"===r._4._4.ctor&&"Red"===r._4._4._0.ctor)break n;break t;case"NBlack":if("RBNode_elm_builtin"===r._3._3.ctor&&"Red"===r._3._3._0.ctor)break a;if("RBNode_elm_builtin"===r._3._4.ctor&&"Red"===r._3._4._0.ctor)break i;if("BBlack"===r._0.ctor&&"RBNode_elm_builtin"===r._4._3.ctor&&"Black"===r._4._3._0.ctor&&"RBNode_elm_builtin"===r._4._4.ctor&&"Black"===r._4._4._0.ctor)break e;break t;default:if("RBNode_elm_builtin"===r._3._3.ctor&&"Red"===r._3._3._0.ctor)break a;if("RBNode_elm_builtin"===r._3._4.ctor&&"Red"===r._3._4._0.ctor)break i;break t}case"NBlack":switch(r._4._0.ctor){case"Red":if("RBNode_elm_builtin"===r._4._3.ctor&&"Red"===r._4._3._0.ctor)break o;if("RBNode_elm_builtin"===r._4._4.ctor&&"Red"===r._4._4._0.ctor)break n;if("BBlack"===r._0.ctor&&"RBNode_elm_builtin"===r._3._3.ctor&&"Black"===r._3._3._0.ctor&&"RBNode_elm_builtin"===r._3._4.ctor&&"Black"===r._3._4._0.ctor)break r;break t;case"NBlack":if("BBlack"===r._0.ctor){if("RBNode_elm_builtin"===r._4._3.ctor&&"Black"===r._4._3._0.ctor&&"RBNode_elm_builtin"===r._4._4.ctor&&"Black"===r._4._4._0.ctor)break e;if("RBNode_elm_builtin"===r._3._3.ctor&&"Black"===r._3._3._0.ctor&&"RBNode_elm_builtin"===r._3._4.ctor&&"Black"===r._3._4._0.ctor)break r;break t}break t;default:if("BBlack"===r._0.ctor&&"RBNode_elm_builtin"===r._3._3.ctor&&"Black"===r._3._3._0.ctor&&"RBNode_elm_builtin"===r._3._4.ctor&&"Black"===r._3._4._0.ctor)break r;break t}default:switch(r._4._0.ctor){case"Red":if("RBNode_elm_builtin"===r._4._3.ctor&&"Red"===r._4._3._0.ctor)break o;if("RBNode_elm_builtin"===r._4._4.ctor&&"Red"===r._4._4._0.ctor)break n;break t;case"NBlack":if("BBlack"===r._0.ctor&&"RBNode_elm_builtin"===r._4._3.ctor&&"Black"===r._4._3._0.ctor&&"RBNode_elm_builtin"===r._4._4.ctor&&"Black"===r._4._4._0.ctor)break e;break t;default:break t}}else switch(r._3._0.ctor){case"Red":if("RBNode_elm_builtin"===r._3._3.ctor&&"Red"===r._3._3._0.ctor)break a;if("RBNode_elm_builtin"===r._3._4.ctor&&"Red"===r._3._4._0.ctor)break i;break t;case"NBlack":if("BBlack"===r._0.ctor&&"RBNode_elm_builtin"===r._3._3.ctor&&"Black"===r._3._3._0.ctor&&"RBNode_elm_builtin"===r._3._4.ctor&&"Black"===r._3._4._0.ctor)break r;break t;default:break t}else{if("RBNode_elm_builtin"!==r._4.ctor)break t;switch(r._4._0.ctor){case"Red":if("RBNode_elm_builtin"===r._4._3.ctor&&"Red"===r._4._3._0.ctor)break o;if("RBNode_elm_builtin"===r._4._4.ctor&&"Red"===r._4._4._0.ctor)break n;break t;case"NBlack":if("BBlack"===r._0.ctor&&"RBNode_elm_builtin"===r._4._3.ctor&&"Black"===r._4._3._0.ctor&&"RBNode_elm_builtin"===r._4._4.ctor&&"Black"===r._4._4._0.ctor)break e;break t;default:break t}}}while(!1);return pr(r._0)(r._3._3._1)(r._3._3._2)(r._3._1)(r._3._2)(r._1)(r._2)(r._3._3._3)(r._3._3._4)(r._3._4)(r._4)}while(!1);return pr(r._0)(r._3._1)(r._3._2)(r._3._4._1)(r._3._4._2)(r._1)(r._2)(r._3._3)(r._3._4._3)(r._3._4._4)(r._4)}while(!1);return pr(r._0)(r._1)(r._2)(r._4._3._1)(r._4._3._2)(r._4._1)(r._4._2)(r._3)(r._4._3._3)(r._4._3._4)(r._4._4)}while(!1);return pr(r._0)(r._1)(r._2)(r._4._1)(r._4._2)(r._4._4._1)(r._4._4._2)(r._3)(r._4._3)(r._4._4._3)(r._4._4._4)}while(!1);return h(_r,er,r._4._3._1,r._4._3._2,h(_r,er,r._1,r._2,r._3,r._4._3._3),h(mr,er,r._4._1,r._4._2,r._4._3._4,vr(r._4._4)))}while(!1);return h(_r,er,r._3._4._1,r._3._4._2,h(mr,er,r._3._1,r._3._2,vr(r._3._3),r._3._4._3),h(_r,er,r._1,r._2,r._3._4._4,r._4))}while(!1);return t},mr=u(function(t,r,e,n,o){var i=h(_r,t,r,e,n,o);return nr(i)?gr(i):i}),br=u(function(t,r,e,n,o){return Gt(n)||Gt(o)?h(mr,ir(t),r,e,dr(n),dr(o)):h(_r,t,r,e,n,o)}),yr=u(function(t,r,e,n,o){var i=o;return"RBEmpty_elm_builtin"===i.ctor?d(kr,t,n,o):h(br,t,r,e,n,h(yr,i._0,i._1,i._2,i._3,i._4))}),kr=i(function(t,r,e){var n={ctor:"_Tuple2",_0:r,_1:e};if("RBEmpty_elm_builtin"!==n._0.ctor){if("RBEmpty_elm_builtin"===n._1.ctor){var o=n._1._0,i=n._0._0,a={ctor:"_Tuple3",_0:t,_1:i,_2:o};return"_Tuple3"===a.ctor&&"Black"===a._0.ctor&&"Red"===a._1.ctor&&"LBlack"===a._2.ctor?h(_r,er,n._0._1,n._0._2,n._0._3,n._0._4):p($t,"Black/Red/LBlack",t,x(i),x(o))}var u=n._0._2,c=n._0._4,l=n._0._1,s=h(yr,n._0._0,l,u,n._0._3,c),_=d(Zt,l,u,c),f=_._0,v=_._1;return h(br,t,f,v,s,e)}if("RBEmpty_elm_builtin"!==n._1.ctor){var g=n._1._0,m=n._0._0,b={ctor:"_Tuple3",_0:t,_1:m,_2:g};return"_Tuple3"===b.ctor&&"Black"===b._0.ctor&&"LBlack"===b._1.ctor&&"Red"===b._2.ctor?h(_r,er,n._1._1,n._1._2,n._1._3,n._1._4):p($t,"Black/LBlack/Red",t,x(m),x(g))}switch(t.ctor){case"Red":return lr(cr);case"Black":return lr(ur);default:return Ut.crash("cannot have bblack or nblack nodes at this point")}}),wr=e(function(t,r){var e=r;if("RBEmpty_elm_builtin"===e.ctor)return lr(cr);var n=e._1;return h(_r,e._0,n,f(t,n,e._2),f(wr,t,e._3),f(wr,t,e._4))}),xr={ctor:"Same"},Tr={ctor:"Remove"},Br={ctor:"Insert"},Nr=i(function(t,r,e){var n=function(e){var o=e;if("RBEmpty_elm_builtin"===o.ctor){var i=r(S);return"Nothing"===i.ctor?{ctor:"_Tuple2",_0:xr,_1:sr}:{ctor:"_Tuple2",_0:Br,_1:h(_r,or,t,i._0,sr,sr)}}var a=o._2,u=o._4,c=o._3,l=o._1,s=o._0;switch(f(E,t,l).ctor){case"EQ":var _=r(C(a));return"Nothing"===_.ctor?{ctor:"_Tuple2",_0:Tr,_1:d(kr,s,c,u)}:{ctor:"_Tuple2",_0:xr,_1:h(_r,s,l,_._0,c,u)};case"LT":var p=n(c),v=p._0,g=p._1;switch(v.ctor){case"Same":return{ctor:"_Tuple2",_0:xr,_1:h(_r,s,l,a,g,u)};case"Insert":return{ctor:"_Tuple2",_0:Br,_1:h(mr,s,l,a,g,u)};default:return{ctor:"_Tuple2",_0:Tr,_1:h(br,s,l,a,g,u)}}default:var m=n(u),v=m._0,b=m._1;switch(v.ctor){case"Same":return{ctor:"_Tuple2",_0:xr,_1:h(_r,s,l,a,c,b)};case"Insert":return{ctor:"_Tuple2",_0:Br,_1:h(mr,s,l,a,c,b)};default:return{ctor:"_Tuple2",_0:Tr,_1:h(br,s,l,a,c,b)}}}},o=n(e),i=o._0,a=o._1;switch(i.ctor){case"Same":return a;case"Insert":return fr(a);default:return hr(a)}}),Rr=i(function(t,r,e){return d(Nr,t,y(C(r)),e)}),Er=(e(function(t,r){return d(Rr,t,r,sr)}),e(function(t,r){return d(Vt,Rr,r,t)}),e(function(t,r){var e=i(function(r,e,n){return f(t,r,e)?d(Rr,r,e,n):n});return d(Vt,e,sr,r)})),Sr=(e(function(t,r){return f(Er,e(function(t,e){return f(Yt,t,r)}),t)}),e(function(t,r){var e=i(function(r,e,n){var o=n,i=o._1,a=o._0;return f(t,r,e)?{ctor:"_Tuple2",_0:d(Rr,r,e,a),_1:i}:{ctor:"_Tuple2",_0:a,_1:d(Rr,r,e,i)}});return d(Vt,e,{ctor:"_Tuple2",_0:sr,_1:sr},r)}),function(t){return d(I,e(function(t,r){var e=t;return d(Rr,e._0,e._1,r)}),sr,t)}),Cr=e(function(t,r){return d(Nr,t,y(S),r)}),Lr=(e(function(t,r){return d(Vt,i(function(t,r,e){return f(Cr,t,e)}),t,r)}),function(){function t(t,r){return lt.nativeBinding(function(e){var n=setInterval(function(){lt.rawSpawn(r)},t);return function(){clearInterval(n)}})}return{now:lt.nativeBinding(function(t){t(lt.succeed(Date.now()))}),setInterval_:e(t)}}()),Ar=Lr.setInterval_,Mr=i(function(t,r,e){var n=r;if("[]"===n.ctor)return Bt(e);var o=n._0,i=function(r){return d(Mr,t,n._1,d(Rr,o,r,e))},a=lt.spawn(f(Ar,o,f(vt,t,o)));return f(wt,i,a)}),Pr=e(function(t,r){var e=t,n=e._1,o=e._0,i=f(Xt,o,r);return"Nothing"===i.ctor?d(Rr,o,{ctor:"::",_0:n,_1:{ctor:"[]"}},r):d(Rr,o,{ctor:"::",_0:n,_1:i._0},r)}),Or=Lr.now,Ur=i(function(t,r,e){var n=f(Xt,r,e.taggers);if("Nothing"===n.ctor)return Bt(e);var o=function(r){return Et(f(q,function(e){return f(gt,t,e(r))},n._0))};return f(wt,function(t){return Bt(e)},f(wt,o,Or))}),Ir=st.leaf("Time"),zr=e(function(t,r){return{taggers:t,processes:r}}),jr=Bt(f(zr,sr,sr)),Jr=i(function(t,r,e){var n=e,o=i(function(t,r,e){var n=e;return{ctor:"_Tuple3",_0:n._0,_1:n._1,_2:f(wt,function(t){return n._2},lt.kill(r))}}),u=a(function(t,r,e,n){var o=n;return{ctor:"_Tuple3",_0:o._0,_1:d(Rr,t,e,o._1),_2:o._2}}),c=i(function(t,r,e){var n=e;return{ctor:"_Tuple3",_0:{ctor:"::",_0:t,_1:n._0},_1:n._1,_2:n._2}}),l=d(I,Pr,sr,r),s=v(Ht,c,u,o,l,n.processes,{ctor:"_Tuple3",_0:{ctor:"[]"},_1:sr,_2:Bt({ctor:"_Tuple0"})}),_=s._0,p=s._1,h=s._2;return f(wt,function(t){return Bt(f(zr,l,t))},f(wt,function(r){return d(Mr,t,_,p)},h))}),Dr=e(function(t,r){return{ctor:"Every",_0:t,_1:r}}),Fr=(e(function(t,r){return Ir(f(Dr,t,r))}),e(function(t,r){var e=r;return f(Dr,e._0,function(r){return t(e._1(r))})}));st.effectManagers.Time={pkg:"elm-lang/core",init:jr,onEffects:Jr,onSelfMsg:Ur,tag:"sub",subMap:Fr};var qr,Wr=(Ut.crash,Ut.log,function(){function t(t){return{ctor:"<decoder>",tag:"succeed",msg:t}}function r(t){return{ctor:"<decoder>",tag:"fail",msg:t}}function n(t){return{ctor:"<decoder>",tag:t}}function o(t,r){return{ctor:"<decoder>",tag:t,decoder:r}}function f(t){return{ctor:"<decoder>",tag:"null",value:t}}function d(t,r){return{ctor:"<decoder>",tag:"field",field:t,decoder:r}}function p(t,r){return{ctor:"<decoder>",tag:"index",index:t,decoder:r}}function h(t){return{ctor:"<decoder>",tag:"key-value",decoder:t}}function v(t,r){return{ctor:"<decoder>",tag:"map-many",func:t,decoders:r}}function m(t,r){return{ctor:"<decoder>",tag:"andThen",decoder:r,callback:t}}function y(t){return{ctor:"<decoder>",tag:"oneOf",decoders:t}}function k(t,r){return v(t,[r])}function w(t,r,e){return v(t,[r,e])}function x(t,r,e,n){return v(t,[r,e,n])}function T(t,r,e,n,o){return v(t,[r,e,n,o])}function B(t,r,e,n,o,i){return v(t,[r,e,n,o,i])}function N(t,r,e,n,o,i,a){return v(t,[r,e,n,o,i,a])}function R(t,r,e,n,o,i,a,u){return v(t,[r,e,n,o,i,a,u])}function E(t,r,e,n,o,i,a,u,c){return v(t,[r,e,n,o,i,a,u,c])}function L(t){return{tag:"ok",value:t}}function M(t,r){return{tag:"primitive",type:t,value:r}}function P(t,r){return{tag:"index",index:t,rest:r}}function O(t,r){return{tag:"field",field:t,rest:r}}function P(t,r){return{tag:"index",index:t,rest:r}}function U(t){return{tag:"oneOf",problems:t}}function I(t){return{tag:"fail",msg:t}}function z(t){for(var r="_";t;)switch(t.tag){case"primitive":return"Expecting "+t.type+("_"===r?"":" at "+r)+" but instead got: "+j(t.value);case"index":r+="["+t.index+"]",t=t.rest;break;case"field":r+="."+t.field,t=t.rest;break;case"oneOf":for(var e=t.problems,n=0;n<e.length;n++)e[n]=z(e[n]);return"I ran into the following problems"+("_"===r?"":" at "+r)+":\n\n"+e.join("\n");case"fail":return"I ran into a `fail` decoder"+("_"===r?"":" at "+r)+": "+t.msg}}function j(t){return void 0===t?"undefined":JSON.stringify(t)}function J(t,r){var e;try{e=JSON.parse(r)}catch(t){return mt("Given an invalid JSON: "+t.message)}return D(t,e)}function D(t,r){var e=F(t,r);return"ok"===e.tag?bt(e.value):mt(z(e))}function F(t,r){switch(t.tag){case"bool":return"boolean"==typeof r?L(r):M("a Bool",r);case"int":return"number"!=typeof r?M("an Int",r):-2147483647<r&&r<2147483647&&(0|r)===r?L(r):!isFinite(r)||r%1?M("an Int",r):L(r);case"float":return"number"==typeof r?L(r):M("a Float",r);case"string":return"string"==typeof r?L(r):r instanceof String?L(r+""):M("a String",r);case"null":return null===r?L(t.value):M("null",r);case"value":return L(r);case"list":if(!(r instanceof Array))return M("a List",r);for(var e=A.Nil,n=r.length;n--;){var o=F(t.decoder,r[n]);if("ok"!==o.tag)return P(n,o);e=A.Cons(o.value,e)}return L(e);case"array":if(!(r instanceof Array))return M("an Array",r);for(var i=r.length,a=new Array(i),n=i;n--;){var o=F(t.decoder,r[n]);if("ok"!==o.tag)return P(n,o);a[n]=o.value}return L(g.fromJSArray(a));case"maybe":var o=F(t.decoder,r);return L("ok"===o.tag?C(o.value):S);case"field":var u=t.field;if("object"!=typeof r||null===r||!(u in r))return M("an object with a field named `"+u+"`",r);var o=F(t.decoder,r[u]);return"ok"===o.tag?o:O(u,o);case"index":var c=t.index;if(!(r instanceof Array))return M("an array",r);if(c>=r.length)return M("a longer array. Need index "+c+" but there are only "+r.length+" entries",r);var o=F(t.decoder,r[c]);return"ok"===o.tag?o:P(c,o);case"key-value":if("object"!=typeof r||null===r||r instanceof Array)return M("an object",r);var l=A.Nil;for(var s in r){var o=F(t.decoder,r[s]);if("ok"!==o.tag)return O(s,o);var _=b.Tuple2(s,o.value);l=A.Cons(_,l)}return L(l);case"map-many":for(var f=t.func,d=t.decoders,n=0;n<d.length;n++){var o=F(d[n],r);if("ok"!==o.tag)return o;f=f(o.value)}return L(f);case"andThen":var o=F(t.decoder,r);return"ok"!==o.tag?o:F(t.callback(o.value),r);case"oneOf":for(var p=[],h=t.decoders;"[]"!==h.ctor;){var o=F(h._0,r);if("ok"===o.tag)return o;p.push(o),h=h._1}return U(p);case"fail":return I(t.msg);case"succeed":return L(t.msg)}}function q(t,r){if(t===r)return!0;if(t.tag!==r.tag)return!1;switch(t.tag){case"succeed":case"fail":return t.msg===r.msg;case"bool":case"int":case"float":case"string":case"value":return!0;case"null":return t.value===r.value;case"list":case"array":case"maybe":case"key-value":return q(t.decoder,r.decoder);case"field":return t.field===r.field&&q(t.decoder,r.decoder);case"index":return t.index===r.index&&q(t.decoder,r.decoder);case"map-many":return t.func===r.func&&W(t.decoders,r.decoders);case"andThen":return t.callback===r.callback&&q(t.decoder,r.decoder);case"oneOf":return W(t.decoders,r.decoders)}}function W(t,r){var e=t.length;if(e!==r.length)return!1;for(var n=0;n<e;n++)if(!q(t[n],r[n]))return!1;return!0}function Q(t,r){return JSON.stringify(r,null,t)}function V(t){return t}function H(t){for(var r={};"[]"!==t.ctor;){var e=t._0;r[e._0]=e._1,t=t._1}return r}return{encode:e(Q),runOnString:e(J),run:e(D),decodeNull:f,decodePrimitive:n,decodeContainer:e(o),decodeField:e(d),decodeIndex:e(p),map1:e(k),map2:i(w),map3:a(x),map4:u(T),map5:c(B),map6:l(N),map7:s(R),map8:_(E),decodeKeyValuePairs:h,andThen:e(m),fail:r,succeed:t,oneOf:y,identity:V,encodeNull:null,encodeArray:g.toJSArray,encodeList:A.toArray,encodeObject:H,equality:q}}()),Qr=(Wr.encodeList,Wr.encodeArray,Wr.encodeObject,Wr.encodeNull,Wr.identity),Vr=(Wr.identity,Wr.identity,Wr.identity),Hr=Wr.encode,$r=(Wr.decodeNull,Wr.decodePrimitive("value")),Gr=Wr.andThen,Kr=(Wr.fail,Wr.succeed),Xr=Wr.run,Yr=Wr.runOnString,Zr=(Wr.map8,Wr.map7,Wr.map6,Wr.map5,Wr.map4),te=Wr.map3,re=Wr.map2,ee=Wr.map1,ne=(Wr.oneOf,Wr.decodeIndex,Wr.decodeField),oe=e(function(t,r){return d(U,ne,r,t)}),ie=(Wr.decodeKeyValuePairs,function(t){return f(Wr.decodeContainer,"list",t)}),ae=(Wr.decodePrimitive("float"),Wr.decodePrimitive("int")),ue=Wr.decodePrimitive("bool"),ce=Wr.decodePrimitive("string"),le=lt.kill,se=(lt.sleep,lt.spawn),_e=(e(function(t,r){var e=r;return{ctor:"_Tuple2",_0:e._0,_1:t(e._1)}}),e(function(t,r){var e=r;return{ctor:"_Tuple2",_0:t(e._0),_1:e._1}}),function(){function t(t){return function(r,e,n){return lt.nativeBinding(function(o){function i(t){var r=f(Xr,e,t);"Ok"===r.ctor&&lt.rawSpawn(n(r._0))}return t.addEventListener(r,i),function(){t.removeEventListener(r,i)}})}}function r(t,r){return lt.nativeBinding(function(e){m(function(){var n=document.getElementById(t);if(null===n)return void e(lt.fail({ctor:"NotFound",_0:t}));e(lt.succeed(r(n)))})})}function n(t){return r(t,function(t){return t.focus(),b.Tuple0})}function o(t){return r(t,function(t){return t.blur(),b.Tuple0})}function a(t){return r(t,function(t){return t.scrollTop})}function u(t,e){return r(t,function(t){return t.scrollTop=e,b.Tuple0})}function c(t){return r(t,function(t){return t.scrollTop=t.scrollHeight,b.Tuple0})}function l(t){return r(t,function(t){return t.scrollLeft})}function s(t,e){return r(t,function(t){return t.scrollLeft=e,b.Tuple0})}function _(t){return r(t,function(t){return t.scrollLeft=t.scrollWidth,b.Tuple0})}function d(t,e){return r(e,function(r){switch(t.ctor){case"Content":return r.scrollWidth;case"VisibleContent":return r.clientWidth;case"VisibleContentWithBorders":return r.offsetWidth;case"VisibleContentWithBordersAndMargins":var e=r.getBoundingClientRect();return e.right-e.left}})}function p(t,e){return r(e,function(r){switch(t.ctor){case"Content":return r.scrollHeight;case"VisibleContent":return r.clientHeight;case"VisibleContentWithBorders":return r.offsetHeight;case"VisibleContentWithBordersAndMargins":var e=r.getBoundingClientRect();return e.bottom-e.top}})}var h={addEventListener:function(){},removeEventListener:function(){}},v=t("undefined"!=typeof document?document:h),g=t("undefined"!=typeof window?window:h),m="undefined"!=typeof requestAnimationFrame?requestAnimationFrame:function(t){t()};return{onDocument:i(v),onWindow:i(g),focus:n,blur:o,getScrollTop:a,setScrollTop:e(u),getScrollLeft:l,setScrollLeft:e(s),toBottom:c,toRight:_,height:e(p),width:e(d)}}()),fe=_e.onWindow,de=(_e.onDocument,function(){function t(t){return{type:"text",text:t}}function r(t){return e(function(r,e){return n(t,r,e)})}function n(t,r,e){for(var n=h(r),o=n.namespace,i=n.facts,a=[],u=0;"[]"!==e.ctor;){var c=e._0;u+=c.descendantsCount||0,a.push(c),e=e._1}return u+=a.length,{type:"node",tag:t,facts:i,children:a,namespace:o,descendantsCount:u}}function o(t,r,e){for(var n=h(r),o=n.namespace,i=n.facts,a=[],u=0;"[]"!==e.ctor;){var c=e._0;u+=c._1.descendantsCount||0,a.push(c),e=e._1}return u+=a.length,{type:"keyed-node",tag:t,facts:i,children:a,namespace:o,descendantsCount:u}}function u(t,r,e){return{type:"custom",facts:h(t).facts,model:r,impl:e}}function c(t,r){return{type:"tagger",tagger:t,node:r,descendantsCount:1+(r.descendantsCount||0)}}function l(t,r,e){return{type:"thunk",func:t,args:r,thunk:e,node:void 0}}function s(t,r){return l(t,[r],function(){return t(r)})}function _(t,r,e){return l(t,[r,e],function(){return f(t,r,e)})}function p(t,r,e,n){return l(t,[r,e,n],function(){return d(t,r,e,n)})}function h(t){for(var r,e={};"[]"!==t.ctor;){var n=t._0,o=n.key;if(o===gt||o===mt||o===vt){var i=e[o]||{};i[n.realKey]=n.value,e[o]=i}else if(o===pt){for(var a=e[o]||{},u=n.value;"[]"!==u.ctor;){var c=u._0;a[c._0]=c._1,u=u._1}e[o]=a}else if("namespace"===o)r=n.value;else if("className"===o){var l=e[o];e[o]=void 0===l?n.value:l+" "+n.value}else e[o]=n.value;t=t._1}return{facts:e,namespace:r}}function v(t){return{key:pt,value:t}}function g(t,r){return{key:t,value:r}}function m(t,r){return{key:gt,realKey:t,value:r}}function y(t,r,e){return{key:mt,realKey:r,value:{value:e,namespace:t}}}function k(t,r,e){return{key:vt,realKey:t,value:{options:r,decoder:e}}}function w(t,r){return(t.options===r.options||t.options.stopPropagation===r.options.stopPropagation&&t.options.preventDefault===r.options.preventDefault)&&Wr.equality(t.decoder,r.decoder)}function x(t,r){return r.key!==vt?r:k(r.realKey,r.value.options,f(ee,t,r.value.decoder))}function T(t,r){switch(t.type){case"thunk":return t.node||(t.node=t.thunk()),T(t.node,r);case"tagger":for(var e=t.node,n=t.tagger;"tagger"===e.type;)"object"!=typeof n?n=[n,e.tagger]:n.push(e.tagger),e=e.node;var o={tagger:n,parent:r},i=T(e,o);return i.elm_event_node_ref=o,i;case"text":return bt.createTextNode(t.text);case"node":var i=t.namespace?bt.createElementNS(t.namespace,t.tag):bt.createElement(t.tag);B(i,r,t.facts);for(var a=t.children,u=0;u<a.length;u++)i.appendChild(T(a[u],r));return i;case"keyed-node":var i=t.namespace?bt.createElementNS(t.namespace,t.tag):bt.createElement(t.tag);B(i,r,t.facts);for(var a=t.children,u=0;u<a.length;u++)i.appendChild(T(a[u]._1,r));return i;case"custom":var i=t.impl.render(t.model);return B(i,r,t.facts),i}}function B(t,r,e){for(var n in e){var o=e[n];switch(n){case pt:N(t,o);break;case vt:R(t,r,o);break;case gt:S(t,o);break;case mt:C(t,o);break;case"value":t[n]!==o&&(t[n]=o);break;default:t[n]=o}}}function N(t,r){var e=t.style;for(var n in r)e[n]=r[n]}function R(t,r,e){var n=t.elm_handlers||{};for(var o in e){var i=n[o],a=e[o];if(void 0===a)t.removeEventListener(o,i),n[o]=void 0;else if(void 0===i){var i=E(r,a);t.addEventListener(o,i),n[o]=i}else i.info=a}t.elm_handlers=n}function E(t,r){function e(r){var n=e.info,o=f(Wr.run,n.decoder,r);if("Ok"===o.ctor){var i=n.options;i.stopPropagation&&r.stopPropagation(),i.preventDefault&&r.preventDefault();for(var a=o._0,u=t;u;){var c=u.tagger;if("function"==typeof c)a=c(a);else for(var l=c.length;l--;)a=c[l](a);u=u.parent}}}return e.info=r,e}function S(t,r){for(var e in r){var n=r[e];void 0===n?t.removeAttribute(e):t.setAttribute(e,n)}}function C(t,r){for(var e in r){var n=r[e],o=n.namespace,i=n.value;void 0===i?t.removeAttributeNS(o,e):t.setAttributeNS(o,e,i)}}function L(t,r){var e=[];return M(t,r,e,0),e}function A(t,r,e){return{index:r,type:t,data:e,domNode:void 0,eventNode:void 0}}function M(t,r,e,n){if(t!==r){var o=t.type,i=r.type;if(o!==i)return void e.push(A("p-redraw",n,r));switch(i){case"thunk":for(var a=t.args,u=r.args,c=a.length,l=t.func===r.func&&c===u.length;l&&c--;)l=a[c]===u[c];if(l)return void(r.node=t.node);r.node=r.thunk();var s=[];return M(t.node,r.node,s,0),void(s.length>0&&e.push(A("p-thunk",n,s)));case"tagger":for(var _=t.tagger,f=r.tagger,d=!1,p=t.node;"tagger"===p.type;)d=!0,"object"!=typeof _?_=[_,p.tagger]:_.push(p.tagger),p=p.node;for(var h=r.node;"tagger"===h.type;)d=!0,"object"!=typeof f?f=[f,h.tagger]:f.push(h.tagger),h=h.node;return d&&_.length!==f.length?void e.push(A("p-redraw",n,r)):((d?P(_,f):_===f)||e.push(A("p-tagger",n,f)),void M(p,h,e,n+1));case"text":if(t.text!==r.text)return void e.push(A("p-text",n,r.text));return;case"node":if(t.tag!==r.tag||t.namespace!==r.namespace)return void e.push(A("p-redraw",n,r));var v=O(t.facts,r.facts);return void 0!==v&&e.push(A("p-facts",n,v)),void U(t,r,e,n);case"keyed-node":if(t.tag!==r.tag||t.namespace!==r.namespace)return void e.push(A("p-redraw",n,r));var v=O(t.facts,r.facts);return void 0!==v&&e.push(A("p-facts",n,v)),void I(t,r,e,n);case"custom":if(t.impl!==r.impl)return void e.push(A("p-redraw",n,r));var v=O(t.facts,r.facts);void 0!==v&&e.push(A("p-facts",n,v));var g=r.impl.diff(t,r);if(g)return void e.push(A("p-custom",n,g));return}}}function P(t,r){for(var e=0;e<t.length;e++)if(t[e]!==r[e])return!1;return!0}function O(t,r,e){var n;for(var o in t)if(o!==pt&&o!==vt&&o!==gt&&o!==mt)if(o in r){var i=t[o],a=r[o];i===a&&"value"!==o||e===vt&&w(i,a)||(n=n||{},n[o]=a)}else n=n||{},n[o]=void 0===e?"string"==typeof t[o]?"":null:e===pt?"":e===vt||e===gt?void 0:{namespace:t[o].namespace,value:void 0};else{var u=O(t[o],r[o]||{},o);u&&(n=n||{},n[o]=u)}for(var c in r)c in t||(n=n||{},n[c]=r[c]);return n}function U(t,r,e,n){var o=t.children,i=r.children,a=o.length,u=i.length;a>u?e.push(A("p-remove-last",n,a-u)):a<u&&e.push(A("p-append",n,i.slice(a)));for(var c=n,l=a<u?a:u,s=0;s<l;s++){c++;var _=o[s];M(_,i[s],e,c),c+=_.descendantsCount||0}}function I(t,r,e,n){for(var o=[],i={},a=[],u=t.children,c=r.children,l=u.length,s=c.length,_=0,f=0,d=n;_<l&&f<s;){var p=u[_],h=c[f],v=p._0,g=h._0,m=p._1,b=h._1;if(v!==g){var y=_+1<l,k=f+1<s;if(y)var w=u[_+1],x=w._0,T=w._1,B=g===x;if(k)var N=c[f+1],R=N._0,E=N._1,S=v===R;if(y&&k&&S&&B)d++,M(m,E,o,d),z(i,o,v,b,f,a),d+=m.descendantsCount||0,d++,j(i,o,v,T,d),d+=T.descendantsCount||0,_+=2,f+=2;else if(k&&S)d++,z(i,o,g,b,f,a),M(m,E,o,d),d+=m.descendantsCount||0,_+=1,f+=2;else if(y&&B)d++,j(i,o,v,m,d),d+=m.descendantsCount||0,d++,M(T,b,o,d),d+=T.descendantsCount||0,_+=2,f+=1;else{if(!y||!k||x!==R)break;d++,j(i,o,v,m,d),z(i,o,g,b,f,a),d+=m.descendantsCount||0,d++,M(T,E,o,d),d+=T.descendantsCount||0,_+=2,f+=2}}else d++,M(m,b,o,d),d+=m.descendantsCount||0,_++,f++}for(;_<l;){d++;var p=u[_],m=p._1;j(i,o,p._0,m,d),d+=m.descendantsCount||0,_++}for(var C;f<s;){C=C||[];var h=c[f];z(i,o,h._0,h._1,void 0,C),f++}(o.length>0||a.length>0||void 0!==C)&&e.push(A("p-reorder",n,{patches:o,inserts:a,endInserts:C}))}function z(t,r,e,n,o,i){var a=t[e];if(void 0===a)return a={tag:"insert",vnode:n,index:o,data:void 0},i.push({index:o,entry:a}),void(t[e]=a);if("remove"===a.tag){i.push({index:o,entry:a}),a.tag="move";var u=[];return M(a.vnode,n,u,a.index),a.index=o,void(a.data.data={patches:u,entry:a})}z(t,r,e+yt,n,o,i)}function j(t,r,e,n,o){var i=t[e];if(void 0===i){var a=A("p-remove",o,void 0);return r.push(a),void(t[e]={tag:"remove",vnode:n,index:o,data:a})}if("insert"===i.tag){i.tag="move";var u=[];M(n,i.vnode,u,o);var a=A("p-remove",o,{patches:u,entry:i});return void r.push(a)}j(t,r,e+yt,n,o)}function J(t,r,e,n){D(t,r,e,0,0,r.descendantsCount,n)}function D(t,r,e,n,o,i,a){for(var u=e[n],c=u.index;c===o;){var l=u.type;if("p-thunk"===l)J(t,r.node,u.data,a);else if("p-reorder"===l){u.domNode=t,u.eventNode=a;var s=u.data.patches;s.length>0&&D(t,r,s,0,o,i,a)}else if("p-remove"===l){u.domNode=t,u.eventNode=a;var _=u.data;if(void 0!==_){_.entry.data=t;var s=_.patches;s.length>0&&D(t,r,s,0,o,i,a)}}else u.domNode=t,u.eventNode=a;if(n++,!(u=e[n])||(c=u.index)>i)return n}switch(r.type){case"tagger":for(var f=r.node;"tagger"===f.type;)f=f.node;return D(t,f,e,n,o+1,i,t.elm_event_node_ref);case"node":for(var d=r.children,p=t.childNodes,h=0;h<d.length;h++){o++;var v=d[h],g=o+(v.descendantsCount||0);if(o<=c&&c<=g&&(n=D(p[h],v,e,n,o,g,a),!(u=e[n])||(c=u.index)>i))return n;o=g}return n;case"keyed-node":for(var d=r.children,p=t.childNodes,h=0;h<d.length;h++){o++;var v=d[h]._1,g=o+(v.descendantsCount||0);if(o<=c&&c<=g&&(n=D(p[h],v,e,n,o,g,a),!(u=e[n])||(c=u.index)>i))return n;o=g}return n;case"text":case"thunk":throw new Error("should never traverse `text` or `thunk` nodes like this")}}function F(t,r,e,n){return 0===e.length?t:(J(t,r,e,n),q(t,e))}function q(t,r){for(var e=0;e<r.length;e++){var n=r[e],o=n.domNode,i=W(o,n);o===t&&(t=i)}return t}function W(t,r){switch(r.type){case"p-redraw":return Q(t,r.data,r.eventNode);case"p-facts":return B(t,r.eventNode,r.data),t;case"p-text":return t.replaceData(0,t.length,r.data),t;case"p-thunk":return q(t,r.data);case"p-tagger":return void 0!==t.elm_event_node_ref?t.elm_event_node_ref.tagger=r.data:t.elm_event_node_ref={tagger:r.data,parent:r.eventNode},t;case"p-remove-last":for(var e=r.data;e--;)t.removeChild(t.lastChild);return t;case"p-append":for(var n=r.data,e=0;e<n.length;e++)t.appendChild(T(n[e],r.eventNode));return t;case"p-remove":var o=r.data;if(void 0===o)return t.parentNode.removeChild(t),t;var i=o.entry;return void 0!==i.index&&t.parentNode.removeChild(t),i.data=q(t,o.patches),t;case"p-reorder":return V(t,r);case"p-custom":var a=r.data;return a.applyPatch(t,a.data);default:throw new Error("Ran into an unknown patch!")}}function Q(t,r,e){var n=t.parentNode,o=T(r,e);return void 0===o.elm_event_node_ref&&(o.elm_event_node_ref=t.elm_event_node_ref),n&&o!==t&&n.replaceChild(o,t),o}function V(t,r){var e=r.data,n=H(e.endInserts,r);t=q(t,e.patches);for(var o=e.inserts,i=0;i<o.length;i++){var a=o[i],u=a.entry,c="move"===u.tag?u.data:T(u.vnode,r.eventNode);t.insertBefore(c,t.childNodes[a.index])}return void 0!==n&&t.appendChild(n),t}function H(t,r){if(void 0!==t){for(var e=bt.createDocumentFragment(),n=0;n<t.length;n++){var o=t[n],i=o.entry;e.appendChild("move"===i.tag?i.data:T(i.vnode,r.eventNode))}return e}}function $(t){return e(function(r,e){return function(n){return function(o,i,a){var u=t(n,i);void 0===a?Z(e,o,i,u):et(f(r,a,e),o,i,u)}}})}function G(t){var r=b.Tuple2(b.Tuple0,ft);return f(kt,qr,{init:r,view:function(){return t},update:e(function(){return r}),subscriptions:function(){return ht}})()}function K(t,r){return function(t,e,n){if(void 0===e)return t;Y("The `"+r+"` module does not need flags.\nInitialize it with no arguments and you should be all set!",n)}}function X(t,r){return function(e,n,o){if(void 0===t){var i="Are you trying to sneak a Never value into Elm? Trickster!\nIt looks like "+r+".main is defined with `programWithFlags` but has type `Program Never`.\nUse `program` instead if you do not want flags.";Y(i,o)}var a=f(Wr.run,t,n);if("Ok"===a.ctor)return e(a._0);var i="Trying to initialize the `"+r+"` module with an unexpected flag.\nI tried to convert it to an Elm value, but ran into this problem:\n\n"+a._0;Y(i,o)}}function Y(t,r){throw r&&(r.innerHTML='<div style="padding-left:1em;"><h2 style="font-weight:normal;"><b>Oops!</b> Something went wrong when starting your Elm program.</h2><pre style="padding-left:1em;">'+t+"</pre></div>"),new Error(t)}function Z(t,r,e,n){r.embed=function(r,e){for(;r.lastChild;)r.removeChild(r.lastChild);return st.initialize(n(t.init,e,r),t.update,t.subscriptions,tt(r,t.view))},r.fullscreen=function(r){return st.initialize(n(t.init,r,document.body),t.update,t.subscriptions,tt(document.body,t.view))}}function tt(t,r){return function(e,n){var o={tagger:e,parent:void 0},i=r(n),a=T(i,o);return t.appendChild(a),rt(a,r,i,o)}}function rt(t,r,e,n){function o(){switch(a){case"NO_REQUEST":throw new Error("Unexpected draw callback.\nPlease report this to <https://github.com/elm-lang/virtual-dom/issues>.");case"PENDING_REQUEST":xt(o),a="EXTRA_REQUEST";var e=r(i),c=L(u,e);return t=F(t,u,c,n),void(u=e);case"EXTRA_REQUEST":return void(a="NO_REQUEST")}}var i,a="NO_REQUEST",u=e;return function(t){"NO_REQUEST"===a&&xt(o),a="PENDING_REQUEST",i=t}}function et(t,r,e,n){r.fullscreen=function(r){var o={doc:void 0};return st.initialize(n(t.init,r,document.body),t.update(nt(o)),t.subscriptions,ot(e,document.body,o,t.view,t.viewIn,t.viewOut))},r.embed=function(r,o){var i={doc:void 0};return st.initialize(n(t.init,o,r),t.update(nt(i)),t.subscriptions,ot(e,r,i,t.view,t.viewIn,t.viewOut))}}function nt(t){return lt.nativeBinding(function(r){var e=t.doc;if(e){var n=e.getElementsByClassName("debugger-sidebar-messages")[0];n&&(n.scrollTop=n.scrollHeight)}r(lt.succeed(b.Tuple0))})}function ot(t,r,e,n,o,i){return function(a,u){var c={tagger:a,parent:void 0},l={tagger:a,parent:void 0},s=n(u),_=T(s,c);r.appendChild(_);var f=rt(_,n,s,c),d=o(u)._1,p=T(d,l);r.appendChild(p);var h=ut(c,p,o),v=rt(p,h,d,l),g=it(u,i,l,r,t,e);return function(t){f(t),v(t),g(t)}}}function it(t,r,e,n,o,i){var a,u;return function(t){if(t.isDebuggerOpen){if(!i.doc)return a=r(t),void(u=at(o,i,a,e));bt=i.doc;var n=r(t),c=L(a,n);u=F(u,a,c,e),a=n,bt=document}}}function at(t,r,e,n){function o(){r.doc=void 0,u.close()}var i=screen.width-900,a=screen.height-360,u=window.open("","","width=900,height=360,left="+i+",top="+a);bt=u.document,r.doc=bt,bt.title="Debugger - "+t,bt.body.style.margin="0",bt.body.style.padding="0";var c=T(e,n);return bt.body.appendChild(c),bt.addEventListener("keydown",function(t){t.metaKey&&82===t.which&&window.location.reload(),38===t.which&&(n.tagger({ctor:"Up"}),t.preventDefault()),40===t.which&&(n.tagger({ctor:"Down"}),t.preventDefault())}),window.addEventListener("unload",o),u.addEventListener("unload",function(){r.doc=void 0,window.removeEventListener("unload",o),n.tagger({ctor:"Close"})}),bt=document,c}function ut(t,r,e){var n,o=dt(r),i="Normal",a=t.tagger,u=function(){};return function(r){var c=e(r),l=c._0.ctor;return t.tagger="Normal"===l?a:u,i!==l&&(ct("removeEventListener",o,i),ct("addEventListener",o,l),"Normal"===i&&(n=document.body.style.overflow,document.body.style.overflow="hidden"),"Normal"===l&&(document.body.style.overflow=n),i=l),c._1}}function ct(t,r,e){switch(e){case"Normal":return;case"Pause":return _t(t,r,Tt);case"Message":return _t(t,r,Bt)}}function _t(t,r,e){for(var n=0;n<e.length;n++)document.body[t](e[n],r,!0)}function dt(t){return function(r){if("keydown"!==r.type||!r.metaKey||82!==r.which){for(var e="scroll"===r.type||"wheel"===r.type,n=r.target;null!==n;){if("elm-overlay-message-details"===n.className&&e)return;if(n===t&&!e)return;n=n.parentNode}r.stopPropagation(),r.preventDefault()}}}var pt="STYLE",vt="EVENT",gt="ATTR",mt="ATTR_NS",bt="undefined"!=typeof document?document:{},yt="_elmW6BL",kt=$(K),wt=$(X),xt="undefined"!=typeof requestAnimationFrame?requestAnimationFrame:function(t){setTimeout(t,1e3/60)},Tt=["click","dblclick","mousemove","mouseup","mousedown","mouseenter","mouseleave","touchstart","touchend","touchcancel","touchmove","pointerdown","pointerup","pointerover","pointerout","pointerenter","pointerleave","pointermove","pointercancel","dragstart","drag","dragend","dragenter","dragover","dragleave","drop","keyup","keydown","keypress","input","change","focus","blur"],Bt=Tt.concat("wheel","scroll");return{node:r,text:t,custom:u,map:e(c),on:i(k),style:v,property:e(g),attribute:e(m),attributeNS:i(y),mapProperty:e(x),lazy:e(s),lazy2:i(_),lazy3:a(p),keyedNode:i(o),program:kt,programWithFlags:wt,staticProgram:G}}()),pe=function(t){return f(de.programWithFlags,void 0,t)},he=function(t){return f(de.program,qr,t)},ve=(de.keyedNode,de.lazy3,de.lazy2,de.lazy,{stopPropagation:!1,preventDefault:!1}),ge=de.on,me=e(function(t,r){return d(ge,t,ve,r)}),be=(de.style,de.mapProperty,de.attributeNS,de.attribute,de.property),ye=(de.map,de.text),ke=de.node,we=(e(function(t,r){return{stopPropagation:t,preventDefault:r}}),pe),xe=he,Te=ye,Be=ke,Ne=(Be("body"),Be("section"),Be("nav")),Re=(Be("article"),Be("aside"),Be("h1")),Ee=(Be("h2"),Be("h3"),Be("h4"),Be("h5"),Be("h6"),Be("header")),Se=Be("footer"),Ce=(Be("address"),Be("main")),Le=Be("p"),Ae=(Be("hr"),Be("pre"),Be("blockquote"),Be("ol"),Be("ul")),Me=Be("li"),Pe=(Be("dl"),Be("dt"),Be("dd"),Be("figure"),Be("figcaption"),Be("div")),Oe=Be("a"),Ue=(Be("em"),Be("strong"),Be("small"),Be("s"),Be("cite"),Be("q"),Be("dfn"),Be("abbr"),Be("time"),Be("code"),Be("var"),Be("samp"),Be("kbd"),Be("sub"),Be("sup"),Be("i"),Be("b"),Be("u"),Be("mark"),Be("ruby"),Be("rt"),Be("rp"),Be("bdi"),Be("bdo"),Be("span"),Be("br"),Be("wbr"),Be("ins"),Be("del"),Be("img"),Be("iframe"),Be("embed"),Be("object"),Be("param"),Be("video"),Be("audio"),Be("source"),Be("track"),Be("canvas"),Be("math"),Be("table")),Ie=(Be("caption"),Be("colgroup"),Be("col"),Be("tbody")),ze=Be("thead"),je=(Be("tfoot"),Be("tr")),Je=Be("td"),De=Be("th"),Fe=(Be("form"),Be("fieldset"),Be("legend"),Be("label"),Be("input")),qe=Be("button"),We=(Be("select"),Be("datalist"),Be("optgroup"),Be("option"),Be("textarea"),Be("keygen"),Be("output"),Be("progress"),Be("meter"),Be("details"),Be("summary"),Be("menuitem"),Be("menu"),be),Qe=e(function(t,r){return f(We,t,Vr(r))}),Ve=function(t){return f(Qe,"className",t)},He=function(t){return f(Qe,"href",t)},$e=e(function(t,r){return f(We,t,Qr(r))}),Ge=function(t){return f($e,"disabled",t)},Ke=(f(ne,"keyCode",ae),f(oe,{ctor:"::",_0:"target",_1:{ctor:"::",_0:"checked",_1:{ctor:"[]"}}},ue),f(oe,{ctor:"::",_0:"target",_1:{ctor:"::",_0:"value",_1:{ctor:"[]"}}},ce)),Xe=ve,Ye=me,Ze=(b.update(Xe,{preventDefault:!0}),function(t){return f(Ye,"click",Kr(t))}),tn=(e(function(t,r){return{stopPropagation:t,preventDefault:r}}),function(){function t(t){return encodeURIComponent(t)}function r(t){try{return C(decodeURIComponent(t))}catch(t){return S}}function n(t,r){return lt.nativeBinding(function(e){var n=new XMLHttpRequest;o(n,r),n.addEventListener("error",function(){e(lt.fail({ctor:"NetworkError"}))}),n.addEventListener("timeout",function(){e(lt.fail({ctor:"Timeout"}))}),n.addEventListener("load",function(){e(u(n,t.expect.responseToResult))});try{n.open(t.method,t.url,!0)}catch(r){return e(lt.fail({ctor:"BadUrl",_0:t.url}))}return i(n,t),a(n,t.body),function(){n.abort()}})}function o(t,r){"Nothing"!==r.ctor&&t.addEventListener("progress",function(t){t.lengthComputable&&lt.rawSpawn(r._0({bytes:t.loaded,bytesExpected:t.total}))})}function i(t,r){function e(r){t.setRequestHeader(r._0,r._1)}f(q,e,r.headers),t.responseType=r.expect.responseType,t.withCredentials=r.withCredentials,"Just"===r.timeout.ctor&&(t.timeout=r.timeout._0)}function a(t,r){switch(r.ctor){case"EmptyBody":return void t.send();case"StringBody":return t.setRequestHeader("Content-Type",r._0),void t.send(r._1);case"FormDataBody":return void t.send(r._0)}}function u(t,r){var e=c(t);if(t.status<200||300<=t.status)return e.body=t.responseText,lt.fail({ctor:"BadStatus",_0:e});var n=r(e);return"Ok"===n.ctor?lt.succeed(n._0):(e.body=t.responseText,lt.fail({ctor:"BadPayload",_0:n._0,_1:e}))}function c(t){return{status:{code:t.status,message:t.statusText},headers:l(t.getAllResponseHeaders()),url:t.responseURL,body:t.response}}function l(t){var r=sr;if(!t)return r;for(var e=t.split("\r\n"),n=e.length;n--;){var o=e[n],i=o.indexOf(": ");if(i>0){var a=o.substring(0,i),u=o.substring(i+2);r=d(Nr,a,function(t){return C("Just"===t.ctor?u+", "+t._0:u)},r)}}return r}function s(t){return{responseType:"text",responseToResult:t}}function _(t,r){return{responseType:r.responseType,responseToResult:function(e){var n=r.responseToResult(e);return f(yt,t,n)}}}function p(t){for(var r=new FormData;"[]"!==t.ctor;){var e=t._0;r.append(e._0,e._1),t=t._1}return{ctor:"FormDataBody",_0:r}}return{toTask:e(n),expectStringResponse:s,mapExpect:e(_),multipart:p,encodeUri:t,decodeUri:r}}()),rn=(e(function(t,r){return b.update(r,{expect:f(tn.mapExpect,t,r.expect)})}),l(function(t,r,e,n,o,i,a){return{method:t,headers:r,url:e,body:n,expect:o,timeout:i,withCredentials:a}}),function(t){return{ctor:"Request",_0:t}}),en=(e(function(t,r){return{ctor:"StringBody",_0:t,_1:r}}),{ctor:"EmptyBody"}),nn=(e(function(t,r){return{ctor:"Header",_0:t,_1:r}}),tn.decodeUri),on=(tn.encodeUri,tn.expectStringResponse),an=function(t){return on(function(r){return f(Yr,t,r.body)})},un=(on(function(t){return bt(t.body)}),tn.multipart,en),cn=rn,ln=(i(function(t,r,e){return cn({method:"POST",headers:{ctor:"[]"},url:t,body:r,expect:an(e),timeout:S,withCredentials:!1})}),e(function(t,r){return cn({method:"GET",headers:{ctor:"[]"},url:t,body:un,expect:an(r),timeout:S,withCredentials:!1})})),sn=function(t){var r=t;return f(tn.toTask,r._0,S)},_n=e(function(t,r){return f(Pt,t,sn(r))}),fn=(a(function(t,r,e,n){return{url:t,status:r,headers:e,body:n}}),e(function(t,r){return{ctor:"BadPayload",_0:t,_1:r}}),e(function(t,r){return{ctor:"StringPart",_0:t,_1:r}}),function(){function t(t){return lt.nativeBinding(function(r){0!==t&&history.go(t),r(lt.succeed(b.Tuple0))})}function r(t){return lt.nativeBinding(function(r){history.pushState({},"",t),r(lt.succeed(i()))})}function e(t){return lt.nativeBinding(function(r){history.replaceState({},"",t),r(lt.succeed(i()))})}function n(t){return lt.nativeBinding(function(r){document.location.reload(t),r(lt.succeed(b.Tuple0))})}function o(t){return lt.nativeBinding(function(r){try{window.location=t}catch(t){document.location.reload(!1)}r(lt.succeed(b.Tuple0))})}function i(){var t=document.location;return{href:t.href,host:t.host,hostname:t.hostname,protocol:t.protocol,origin:t.origin,port_:t.port,pathname:t.pathname,search:t.search,hash:t.hash,username:t.username,password:t.password}}function a(){return-1!==window.navigator.userAgent.indexOf("Trident")}return{go:t,setLocation:o,reloadPage:n,pushState:r,replaceState:e,getLocation:i,isInternetExplorer11:a}}()),dn=fn.replaceState,pn=fn.pushState,hn=fn.go,vn=fn.reloadPage,gn=fn.setLocation,mn=mn||{};mn["&>"]=e(function(t,r){return f(wt,function(t){return r},t)});var bn=i(function(t,r,e){var n=function(r){return f(gt,t,r._0(e))};return f(mn["&>"],Et(f(q,n,r)),Bt({ctor:"_Tuple0"}))}),yn=i(function(t,r,e){var n=e;switch(n.ctor){case"Jump":return hn(n._0);case"New":return f(wt,f(bn,t,r),pn(n._0));case"Modify":return f(wt,f(bn,t,r),dn(n._0));case"Visit":return gn(n._0);default:return vn(n._0)}}),kn=function(t){var r=t;return"Normal"===r.ctor?le(r._0):f(mn["&>"],le(r._0),le(r._1))},wn=i(function(t,r,e){return f(mn["&>"],d(bn,t,e.subs,r),Bt(e))}),xn=st.leaf("Navigation"),Tn=st.leaf("Navigation"),Bn=e(function(t,r){return{subs:t,popWatcher:r}}),Nn=Bt(f(Bn,{ctor:"[]"},S)),Rn=function(t){return{ctor:"Reload",_0:t}},En=(Tn(Rn(!1)),Tn(Rn(!0)),function(t){return{ctor:"Visit",_0:t}}),Sn=function(t){return{ctor:"Modify",_0:t}},Cn=function(t){return{ctor:"New",_0:t}},Ln=function(t){return{ctor:"Jump",_0:t}},An=e(function(t,r){var e=r;switch(e.ctor){case"Jump":return Ln(e._0);case"New":return Cn(e._0);case"Modify":return Sn(e._0);case"Visit":return En(e._0);default:return Rn(e._0)}}),Mn=function(t){return{ctor:"Monitor",_0:t}},Pn=(e(function(t,r){var e=r.init(fn.getLocation({ctor:"_Tuple0"})),n=function(e){return pt({ctor:"::",_0:xn(Mn(t)),_1:{ctor:"::",_0:r.subscriptions(e),_1:{ctor:"[]"}}})};return xe({init:e,view:r.view,update:r.update,subscriptions:n})}),e(function(t,r){var e=function(t){return f(r.init,t,fn.getLocation({ctor:"_Tuple0"}))},n=function(e){return pt({ctor:"::",_0:xn(Mn(t)),_1:{ctor:"::",_0:r.subscriptions(e),_1:{ctor:"[]"}}})};return we({init:e,view:r.view,update:r.update,subscriptions:n})})),On=e(function(t,r){var e=r;return Mn(function(r){return t(e._0(r))})}),Un=e(function(t,r){return{ctor:"InternetExplorer",_0:t,_1:r}}),In=function(t){return{ctor:"Normal",_0:t}},zn=function(t){var r=function(r){return f(vt,t,fn.getLocation({ctor:"_Tuple0"}))};return fn.isInternetExplorer11({ctor:"_Tuple0"})?d(Rt,Un,se(d(fe,"popstate",$r,r)),se(d(fe,"hashchange",$r,r))):f(Nt,In,se(d(fe,"popstate",$r,r)))},jn=a(function(t,r,e,n){var o=n,i=o.popWatcher,a=function(){var r={ctor:"_Tuple2",_0:e,_1:i};t:do{if("[]"===r._0.ctor){if("Just"===r._1.ctor)return f(mn["&>"],kn(r._1._0),Bt(f(Bn,e,S)));break t}if("Nothing"===r._1.ctor)return f(Nt,function(t){return f(Bn,e,C(t))},zn(t));break t}while(!1);return Bt(f(Bn,e,i))}();return f(mn["&>"],Et(f(q,f(yn,t,e),r)),a)});st.effectManagers.Navigation={pkg:"elm-lang/navigation",init:Nn,onEffects:jn,onSelfMsg:wn,tag:"fx",cmdMap:An,subMap:On};var Jn=function(t){var r=f(Ft,"=",t);return"::"===r.ctor&&"::"===r._1.ctor&&"[]"===r._1._1.ctor?d(L,e(function(t,r){return{ctor:"_Tuple2",_0:t,_1:r}}),nn(r._0),nn(r._1._0)):S},Dn=function(t){return Sr(f(V,Jn,f(Ft,"&",f(Dt,1,t))))},Fn=function(t){var r=f(Ft,"/",t);return"::"===r.ctor&&""===r._0?r._1:r},qn=function(t){for(;;){var r=t;if("[]"===r.ctor)return S;var e=r._0,n=e.unvisited;if("[]"===n.ctor)return C(e.value);if(""===n._0&&"[]"===n._1.ctor)return C(e.value);t=r._1}},Wn=i(function(t,r,e){return qn(t._0({visited:{ctor:"[]"},unvisited:Fn(r),params:e,value:k}))}),Qn=e(function(t,r){return d(Wn,t,f(Dt,1,r.hash),Dn(r.search))}),Vn=(e(function(t,r){return d(Wn,t,r.pathname,Dn(r.search))}),e(function(t,r){var e=r;return{visited:e.visited,unvisited:e.unvisited,params:e.params,value:t(e.value)}})),Hn=a(function(t,r,e,n){return{visited:t,unvisited:r,params:e,value:n}}),$n=function(t){return{ctor:"Parser",_0:t}},Gn=function(t){return $n(function(r){var e=r,n=e.unvisited;if("[]"===n.ctor)return{ctor:"[]"};var o=n._0;return b.eq(o,t)?{ctor:"::",_0:p(Hn,{ctor:"::",_0:o,_1:e.visited},n._1,e.params,e.value),_1:{ctor:"[]"}}:{ctor:"[]"}})},Kn=e(function(t,r){return $n(function(t){var e=t,n=e.unvisited;if("[]"===n.ctor)return{ctor:"[]"};var o=n._0,i=r(o);return"Ok"===i.ctor?{ctor:"::",_0:p(Hn,{ctor:"::",_0:o,_1:e.visited},n._1,e.params,e.value(i._0)),_1:{ctor:"[]"}}:{ctor:"[]"}})}),Xn=f(Kn,"STRING",bt),Yn=(f(Kn,"NUMBER",zt),Yn||{});Yn["</>"]=e(function(t,r){var e=t,n=r;return $n(function(t){return f(K,n._0,e._0(t))})});var Zn=e(function(t,r){var e=r;return $n(function(r){var n=r;return f(q,Vn(n.value),e._0({visited:n.visited,unvisited:n.unvisited,params:n.params,value:t}))})}),to=$n(function(t){return{ctor:"::",_0:t,_1:{ctor:"[]"}}}),Yn=Yn||{};Yn["<?>"]=e(function(t,r){var e=t,n=r;return $n(function(t){return f(K,n._0,e._0(t))})});var ro=function(t){return{ctor:"QueryParser",_0:t}},eo=(e(function(t,r){return ro(function(e){var n=e,o=n.params;return{ctor:"::",_0:p(Hn,n.visited,n.unvisited,o,n.value(r(f(Xt,t,o)))),_1:{ctor:"[]"}}})}),function(t){return t._0.max}),no=function(t){return t._0.value},oo=function(t){return{ctor:"Bounded",_0:t}},io=e(function(t,r){return oo(b.cmp(t,r)<0?{min:t,max:r,value:t}:{min:r,max:t,value:r})}),ao=e(function(t,r){var e=r,n=e._0.min,o=e._0.max;return oo({min:n,max:o,value:f(N,n,f(R,o,t))})}),uo=e(function(t,r){var e=r,n=e._0.max;return oo({min:e._0.min,max:n,value:f(R,n,e._0.value+t)})}),co=e(function(t,r){var e=r,n=e._0.min;return oo({min:n,max:e._0.max,value:f(N,n,e._0.value-t)})}),lo=e(function(t,r){var e=r,n=e._0.currentPage;return f(q,function(r){return f(t,r,b.eq(r,no(n)))},f(nt,1,eo(n)))}),so=e(function(t,r){var e=r,n=e._0.itemsPerPage,o=(no(e._0.currentPage)-1)*n;return d(t,o,o+n,e._0.items)}),_o=e(function(t,r){return t(r._0.items)}),fo=function(t){return eo(t._0.currentPage)},po=function(t){return no(t._0.currentPage)},ho=function(t){var r=t,e=r._0.currentPage;return b.eq(no(e),eo(e))},vo=function(t){var r=t;return b.eq(no(r._0.currentPage),1)},go=function(t){return{ctor:"Paginated",_0:t}},mo=i(function(t,r,e){var n=b.eq(t(e),0)?1:B(T(t(e))/T(f(N,1,r)));return go({itemsPerPage:f(N,1,r),currentPage:f(io,1,n),items:e})}),bo=e(function(t,r){var e=r,n=e._0;return go(b.update(n,{currentPage:f(ao,t,n.currentPage)}))}),yo=i(function(t,r,e){var n=e;return f(bo,no(n._0.currentPage),d(mo,t,n._0.itemsPerPage,r(n._0.items)))}),ko=i(function(t,r,e){var n=e;return f(bo,no(n._0.currentPage),d(mo,t,r,n._0.items))}),wo=function(t){var r=t,e=r._0;return go(b.update(e,{currentPage:f(uo,1,e.currentPage)}))},xo=function(t){var r=t,e=r._0;return go(b.update(e,{currentPage:f(co,1,e.currentPage)}))},To=lo,Bo=so(e(function(t,r){return function(e){return f(tt,r-t,f(M,t,e))}})),No=(_o(k),fo),Ro=po,Eo=(_o(z),ho),So=vo,Co=xo,Lo=wo,Ao=bo,Mo=(ko(z),yo(z)),Po=e(function(t,r){return d(mo,z,t,r)}),Oo=d(re,e(function(t,r){return{ctor:"_Tuple2",_0:t,_1:r}}),f(ne,"data",$r),f(ne,"metadata",$r)),Uo=function(t){var r=t;if("Event"===r.ctor)return f(je,{ctor:"[]"},{ctor:"::",_0:f(Je,{ctor:"[]"},{ctor:"::",_0:f(Oe,{ctor:"::",_0:Ve("results__link"),_1:{ctor:"::",_0:He(f(w["++"],"#events/",r._2)),_1:{ctor:"[]"}}},{ctor:"::",_0:Te(r._0),_1:{ctor:"[]"}}),_1:{ctor:"[]"}}),_1:{ctor:"::",_0:f(Je,{ctor:"::",_0:Ve("u-align-right"),_1:{ctor:"[]"}},{ctor:"::",_0:Te(r._1),_1:{ctor:"[]"}}),_1:{ctor:"[]"}}});var e=r._0;return f(je,{ctor:"[]"},{ctor:"::",_0:f(Je,{ctor:"[]"},{ctor:"::",_0:f(Oe,{ctor:"::",_0:Ve("results__link"),_1:{ctor:"::",_0:He(f(w["++"],"#streams/",e)),_1:{ctor:"[]"}}},{ctor:"::",_0:Te(e),_1:{ctor:"[]"}}),_1:{ctor:"[]"}}),_1:{ctor:"[]"}})},Io=function(t){var r=t;return"[]"===r.ctor?f(Le,{ctor:"::",_0:Ve("results__empty"),_1:{ctor:"[]"}},{ctor:"::",_0:Te("No items"),_1:{ctor:"[]"}}):"Stream"===r._0.ctor?f(Ue,{ctor:"[]"},{ctor:"::",_0:f(ze,{ctor:"[]"},{ctor:"::",_0:f(je,{ctor:"[]"},{ctor:"::",_0:f(De,{ctor:"[]"},{ctor:"::",_0:Te("Stream name"),_1:{ctor:"[]"}}),_1:{ctor:"[]"}}),_1:{ctor:"[]"}}),_1:{ctor:"::",_0:f(Ie,{ctor:"[]"},f(q,Uo,t)),_1:{ctor:"[]"}}}):f(Ue,{ctor:"[]"},{ctor:"::",_0:f(ze,{ctor:"[]"},{ctor:"::",_0:f(je,{ctor:"[]"},{ctor:"::",_0:f(De,{ctor:"[]"},{ctor:"::",_0:Te("Event name"),_1:{ctor:"[]"}}),_1:{ctor:"::",_0:f(De,{ctor:"::",_0:Ve("u-align-right"),_1:{ctor:"[]"}},{ctor:"::",_0:Te("Created at"),_1:{ctor:"[]"}}),_1:{ctor:"[]"}}}),_1:{ctor:"[]"}}),_1:{ctor:"::",_0:f(Ie,{ctor:"[]"},f(q,Uo,t)),_1:{ctor:"[]"}}})},zo=function(t){var r=Ro(t),n={ctor:"_Tuple2",_0:J({ctor:"::",_0:0,_1:{ctor:"::",_0:r-2-1,_1:{ctor:"[]"}}}),_1:j({ctor:"::",_0:0,_1:{ctor:"::",_0:r+2-No(t),_1:{ctor:"[]"}}})},o=function(){var t=n;return"Just"===t._0.ctor&&"Just"===t._1.ctor?f(nt,r-2-t._1._0,r+2-t._0._0):f(nt,r-2,r+2)}();return f(W,function(t){return f(D,t._0,o)},f(To,e(function(t,r){return{ctor:"_Tuple2",_0:t,_1:r}}),t))},jo=function(t){return f(Pe,{ctor:"::",_0:Ve("event"),_1:{ctor:"[]"}},{ctor:"::",_0:f(Re,{ctor:"::",_0:Ve("event__title"),_1:{ctor:"[]"}},{ctor:"::",_0:Te(t.event.eventType),_1:{ctor:"[]"}}),_1:{ctor:"::",_0:f(Pe,{ctor:"::",_0:Ve("event__body"),_1:{ctor:"[]"}},{ctor:"::",_0:f(Ue,{ctor:"[]"},{ctor:"::",_0:f(ze,{ctor:"[]"},{ctor:"::",_0:f(je,{ctor:"[]"},{ctor:"::",_0:f(De,{ctor:"[]"},{ctor:"::",_0:Te("Event id"),_1:{ctor:"[]"}}),_1:{ctor:"::",_0:f(De,{ctor:"[]"},{ctor:"::",_0:Te("Metadata"),_1:{ctor:"[]"}}),_1:{ctor:"::",_0:f(De,{ctor:"[]"},{ctor:"::",_0:Te("Data"),_1:{ctor:"[]"}}),_1:{ctor:"[]"}}}}),_1:{ctor:"[]"}}),_1:{ctor:"::",_0:f(Ie,{ctor:"[]"},{ctor:"::",_0:f(je,{ctor:"[]"},{ctor:"::",_0:f(Je,{ctor:"[]"},{ctor:"::",_0:Te(t.event.eventId),_1:{ctor:"[]"}}),_1:{ctor:"::",_0:f(Je,{ctor:"[]"},{ctor:"::",_0:Te(t.event.metadata),_1:{ctor:"[]"}}),_1:{ctor:"::",_0:f(Je,{ctor:"[]"},{ctor:"::",_0:Te(t.event.data),_1:{ctor:"[]"}}),_1:{ctor:"[]"}}}}),_1:{ctor:"[]"}}),_1:{ctor:"[]"}}}),_1:{ctor:"[]"}}),_1:{ctor:"[]"}}})},Jo=function(t){return f(Se,{ctor:"::",_0:Ve("footer"),_1:{ctor:"[]"}},{ctor:"::",_0:f(Pe,{ctor:"::",_0:Ve("footer__links"),_1:{ctor:"[]"}},{ctor:"::",_0:Te(f(w["++"],"RailsEventStore v",t.flags.resVersion)),_1:{ctor:"::",_0:f(Oe,{ctor:"::",_0:He("http://railseventstore.org/docs/install/"),_1:{ctor:"::",_0:Ve("footer__link"),_1:{ctor:"[]"}}},{ctor:"::",_0:Te("Documentation"),_1:{ctor:"[]"}}),_1:{ctor:"::",_0:f(Oe,{ctor:"::",_0:He("http://railseventstore.org/support/"),_1:{ctor:"::",_0:Ve("footer__link"),_1:{ctor:"[]"}}},{ctor:"::",_0:Te("Support"),_1:{ctor:"[]"}}),_1:{ctor:"[]"}}}}),_1:{ctor:"[]"}})},Do=function(t){return f(Ne,{ctor:"::",_0:Ve("navigation"),_1:{ctor:"[]"}},{ctor:"::",_0:f(Pe,{ctor:"::",_0:Ve("navigation__brand"),_1:{ctor:"[]"}},{ctor:"::",_0:f(Oe,{ctor:"::",_0:He(t.flags.rootUrl),_1:{ctor:"::",_0:Ve("navigation__logo"),_1:{ctor:"[]"}}},{ctor:"::",_0:Te("Rails Event Store"),_1:{ctor:"[]"}}),_1:{ctor:"[]"}}),_1:{ctor:"::",_0:f(Pe,{ctor:"::",_0:Ve("navigation__links"),_1:{ctor:"[]"}},{ctor:"::",_0:f(Oe,{ctor:"::",_0:He(t.flags.rootUrl),_1:{ctor:"::",_0:Ve("navigation__link"),_1:{ctor:"[]"}}},{ctor:"::",_0:Te("Stream Browser"),_1:{ctor:"[]"}}),_1:{ctor:"[]"}}),_1:{ctor:"[]"}}})},Fo=e(function(t,r){return f(jt,Jt(t),Jt(r))}),qo=e(function(t,r){return f(Mo,W(function(r){var e=r;return e.ctor,f(Fo,t,e._0)}),r)}),Wo=e(function(t,r){switch(t.page.ctor){case"BrowseEvents":return{ctor:"_Tuple2",_0:b.update(t,{events:r(t.events)}),_1:ft};case"BrowseStreams":return{ctor:"_Tuple2",_0:b.update(t,{streams:r(t.streams)}),_1:ft};default:return{ctor:"_Tuple2",_0:t,_1:ft}}}),Qo=function(t){return ht},Vo=(l(function(t,r,e,n,o,i,a){return{streams:t,events:r,event:e,searchQuery:n,perPage:o,page:i,flags:a}}),a(function(t,r,e,n){return{eventType:t,eventId:r,data:e,metadata:n}})),Ho=function(t){return h(Zr,Vo,f(ne,"event_type",ce),f(ne,"event_id",ce),f(ne,"data",f(ee,Hr(2),$r)),f(ne,"metadata",f(ee,Hr(2),$r)))},$o=(a(function(t,r,e,n){return{rootUrl:t,streamsUrl:r,eventsUrl:e,resVersion:n}}),function(t){return{ctor:"UrlChange",_0:t}}),Go=function(t){return{ctor:"EventDetails",_0:t}},Ko=e(function(t,r){var e=f(Gr,Ho,Oo);return f(_n,Go,f(ln,f(w["++"],t,f(w["++"],"/",r)),e))}),Xo=function(t){return{ctor:"EventList",_0:t}},Yo=function(t){return{ctor:"StreamList",_0:t}},Zo=function(t){return{ctor:"GoToPage",_0:t}},ti=e(function(t,r){return f(qe,{ctor:"::",_0:Ze(Zo(t)),_1:{ctor:"::",_0:Ve("pagination__page"),_1:{ctor:"::",_0:Ge(r),_1:{ctor:"[]"}}}},{ctor:"::",_0:Te(x(t)),_1:{ctor:"[]"}})}),ri=function(t){return f(q,function(t){var r=t;return f(ti,r._0,r._1)},zo(t))},ei={ctor:"PreviousPage"},ni=function(t){return f(qe,{ctor:"::",_0:Ze(ei),_1:{ctor:"::",_0:Ve("pagination__page pagination__page--previous"),_1:{ctor:"::",_0:Ge(So(t)),_1:{ctor:"[]"}}}},{ctor:"::",_0:Te("←"),_1:{ctor:"[]"}})},oi={ctor:"NextPage"},ii=function(t){return f(qe,{ctor:"::",_0:Ze(oi),_1:{ctor:"::",_0:Ve("pagination__page pagination__page--next"),_1:{ctor:"::",_0:Ge(Eo(t)),_1:{ctor:"[]"}}}},{ctor:"::",_0:Te("→"),_1:{ctor:"[]"}})},ai=function(t){var r=f(q,function(t){return f(Me,{ctor:"[]"},{ctor:"::",_0:t,_1:{ctor:"[]"}})},ri(t));return f(Ae,{ctor:"::",_0:Ve("pagination"),_1:{ctor:"[]"}},G({ctor:"::",_0:{ctor:"::",_0:f(Me,{ctor:"[]"},{ctor:"::",_0:ni(t),_1:{ctor:"[]"}}),_1:{ctor:"[]"}},_1:{ctor:"::",_0:r,_1:{ctor:"::",_0:{ctor:"::",_0:f(Me,{ctor:"[]"},{ctor:"::",_0:ii(t),_1:{ctor:"[]"}}),_1:{ctor:"[]"}},_1:{ctor:"[]"}}}}))},ui=function(t){return{ctor:"Search",_0:t}},ci=f(Fe,{ctor:"::",_0:Ve("search__input"),_1:{ctor:"::",_0:function(t){return f(Qe,"placeholder",t)}("type to start searching"),_1:{ctor:"::",_0:function(t){return f(Ye,"input",f(ee,t,Ke))}(ui),_1:{ctor:"[]"}}}},{ctor:"[]"}),li=e(function(t,r){return f(Pe,{ctor:"::",_0:Ve("browser"),_1:{ctor:"[]"}},{ctor:"::",_0:f(Re,{ctor:"::",_0:Ve("browser__title"),_1:{ctor:"[]"}},{ctor:"::",_0:Te(t),_1:{ctor:"[]"}}),_1:{ctor:"::",_0:f(Pe,{ctor:"::",_0:Ve("browser__search search"),_1:{ctor:"[]"}},{ctor:"::",_0:ci,_1:{ctor:"[]"}}),_1:{ctor:"::",_0:f(Pe,{ctor:"::",_0:Ve("browser__pagination"),_1:{ctor:"[]"}},{ctor:"::",_0:ai(r),_1:{ctor:"[]"}}),_1:{ctor:"::",_0:f(Pe,{ctor:"::",_0:Ve("browser__results"),_1:{ctor:"[]"}},{ctor:"::",_0:Io(Bo(r)),_1:{ctor:"[]"}}),_1:{ctor:"[]"}}}}})}),si=function(t){var r=t.page;switch(r.ctor){case"BrowseStreams":return f(li,"Streams",f(qo,t.searchQuery,t.streams));case"BrowseEvents":return f(li,f(w["++"],"Events in ",r._0),f(qo,t.searchQuery,t.events));case"ShowEvent":return jo(t);default:return f(Re,{ctor:"[]"},{ctor:"::",_0:Te("404"),_1:{ctor:"[]"}})}},_i=function(t){return f(Pe,{ctor:"::",_0:Ve("frame"),_1:{ctor:"[]"}},{ctor:"::",_0:f(Ee,{ctor:"::",_0:Ve("frame__header"),_1:{ctor:"[]"}},{ctor:"::",_0:Do(t),_1:{ctor:"[]"}}),_1:{ctor:"::",_0:f(Ce,{ctor:"::",_0:Ve("frame__body"),_1:{ctor:"[]"}},{ctor:"::",_0:si(t),_1:{ctor:"[]"}}),_1:{ctor:"::",_0:f(Se,{ctor:"::",_0:Ve("frame__footer"),_1:{ctor:"[]"}},{ctor:"::",_0:Jo(t),_1:{ctor:"[]"}}),_1:{ctor:"[]"}}}})},fi={ctor:"NotFound"},di=function(t){return{ctor:"ShowEvent",_0:t}},pi=function(t){return{ctor:"BrowseEvents",_0:t}},hi={ctor:"BrowseStreams"},vi=function(t){return $n(function(r){return f(K,function(t){return t._0(r)},t)})}({ctor:"::",_0:f(Zn,hi,to),_1:{ctor:"::",_0:f(Zn,pi,f(Yn["</>"],Gn("streams"),Xn)),_1:{ctor:"::",_0:f(Zn,di,f(Yn["</>"],Gn("events"),Xn)),_1:{ctor:"[]"}}}}),gi=function(t){return f(Qn,vi,t)},mi=i(function(t,r,e){return{ctor:"Event",_0:t,_1:r,_2:e}}),bi=p(te,mi,f(ne,"event_type",ce),f(oe,{ctor:"::",_0:"metadata",_1:{ctor:"::",_0:"timestamp",_1:{ctor:"[]"}}},ce),f(ne,"event_id",ce)),yi=e(function(t,r){return f(_n,Xo,f(ln,f(w["++"],t,f(w["++"],"/",r)),ie(bi)))}),ki=function(t){return{ctor:"Stream",_0:t}},wi=f(ee,ki,f(ne,"name",ce)),xi=function(t){return f(_n,Yo,f(ln,t,ie(wi)))},Ti=e(function(t,r){var e=gi(r);if("Just"!==e.ctor)return{ctor:"_Tuple2",_0:b.update(t,{page:fi}),_1:ft};switch(e._0.ctor){case"BrowseStreams":return{ctor:"_Tuple2",_0:b.update(t,{page:hi}),_1:xi(t.flags.streamsUrl)};case"BrowseEvents":var n=e._0._0;return{ctor:"_Tuple2",_0:b.update(t,{page:pi(n)}),_1:f(yi,t.flags.streamsUrl,n)};case"ShowEvent":var o=e._0._0;return{ctor:"_Tuple2",_0:b.update(t,{page:di(o)}),_1:f(Ko,t.flags.eventsUrl,o)};default:return{ctor:"_Tuple2",_0:b.update(t,{page:e._0}),_1:ft}}}),Bi=e(function(t,r){var e=f(Po,10,{ctor:"[]"}),n={streams:e,events:e,event:p(Vo,"","","",""),searchQuery:"",perPage:10,page:fi,flags:t};return f(Ti,n,r)}),Ni=e(function(t,r){var e=t;switch(e.ctor){case"Search":return{ctor:"_Tuple2",_0:b.update(r,{searchQuery:e._0}),_1:ft};case"NextPage":return f(Wo,r,Lo);case"PreviousPage":return f(Wo,r,Co);case"GoToPage":return f(Wo,r,Ao(e._0));case"StreamList":return"Ok"===e._0.ctor?{ctor:"_Tuple2",_0:b.update(r,{streams:f(Po,r.perPage,e._0._0)}),_1:ft}:{ctor:"_Tuple2",_0:r,_1:ft};case"EventList":return"Ok"===e._0.ctor?{ctor:"_Tuple2",_0:b.update(r,{events:f(Po,r.perPage,e._0._0)}),_1:ft}:{ctor:"_Tuple2",_0:r,_1:ft};case"EventDetails":return"Ok"===e._0.ctor?{ctor:"_Tuple2",_0:b.update(r,{event:e._0._0}),_1:ft}:{ctor:"_Tuple2",_0:r,_1:ft};default:return f(Ti,r,e._0)}}),Ri=f(Pn,$o,{init:Bi,view:_i,update:Ni,subscriptions:Qo})(f(Gr,function(t){return f(Gr,function(r){return f(Gr,function(e){return f(Gr,function(n){return Kr({eventsUrl:t,resVersion:r,rootUrl:e,streamsUrl:n})},f(ne,"streamsUrl",ce))},f(ne,"rootUrl",ce))},f(ne,"resVersion",ce))},f(ne,"eventsUrl",ce))),Ei={};return Ei.Main=Ei.Main||{},void 0!==Ri&&Ri(Ei.Main,"Main",void 0),n=[],void(void 0!==(o=function(){return Ei}.apply(r,n))&&(t.exports=o))}).call(this)}]);
@@ -1,15 +0,0 @@
1
- /*
2
- * This is a manifest file that'll be compiled into application.css, which will include all the files
3
- * listed below.
4
- *
5
- * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6
- * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
7
- *
8
- * You're free to add application-wide styles to this file and they'll appear at the bottom of the
9
- * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
10
- * files in this directory. Styles in this file should be added after the last require_* statement.
11
- * It is generally better to create a new file per style scope.
12
- *
13
- *= require_tree .
14
- *= require_self
15
- */