UNPKG

core-app-worona

Version:
124 lines (109 loc) 101 kB
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"/> <meta http-equiv="Pragma" content="no-cache"/> <meta http-equiv="Expires" content="0"/> <meta name="format-detection" content="telephone=no"> <meta name="msapplication-tap-highlight" content="no"> <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width"> <title><%= htmlWebpackPlugin.options.title || 'Worona'%></title> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-KBSB5N');</script> <!-- End Google Tag Manager --> <style> html, body { margin: 0; padding: 0; height: 100%; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; font-size: 13px; font-weight: 300; } #app { display: flex; flex-direction: column; justify-content: space-between; align-items: center; width: 100%; height:100vh; } .icon { text-align: center; margin-bottom: 20px; } .footer { align-self: center; padding-bottom: 15%; } .text-grey { color: #7F8C8D; } .is-centered { text-align: center; } #container { display: none; } .show { display: block; } </style> </head> <body> <!-- Google Tag Manager (noscript) --> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KBSB5N" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <!-- End Google Tag Manager (noscript) --> <div id="app"> <div></div> <div id="container"> <div id="iconContainer" class="icon"> <span id="messageContainer"> <div class="icon"> <svg width="60px" height="60px" viewBox="0 0 60 60" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>wifi</title> <defs></defs> <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g id="wifi" fill="#7F8C8D"> <g id="Group" transform="translate(0.000000, 7.000000)"> <path d="M5.82189977,16.4843564 C18.7888584,3.56062097 40.7532984,3.56062097 53.7864149,16.4843564 C54.4479945,17.1437306 55.3080478,17.4734177 56.1681012,17.4734177 C57.0281546,17.4734177 57.888208,17.1437306 58.5497875,16.4843564 C59.8729465,15.1656079 59.8729465,13.0556102 58.5497875,11.7368617 C50.941623,4.1540578 40.7532984,1.77635684e-15 29.7710784,1.77635684e-15 C18.7888584,1.77635684e-15 8.60053376,4.1540578 0.992369279,11.7368617 C-0.33078976,13.0556102 -0.33078976,15.1656079 0.992369279,16.4843564 C2.31552832,17.8031049 4.49874073,17.8031049 5.82189977,16.4843564 L5.82189977,16.4843564 Z" id="Shape"></path> <path d="M39.9061181,33.9291283 C40.7661715,33.9291283 41.6262249,33.5994411 42.2878044,32.9400669 C43.6109634,31.6213184 43.6109634,29.5113208 42.2878044,28.1925723 C35.3412194,21.2691426 23.6312619,21.2691426 16.684677,28.1925723 C15.3615179,29.5113208 15.3615179,31.6213184 16.684677,32.9400669 C18.007836,34.2588154 20.1248905,34.2588154 21.4480495,32.9400669 C25.6821584,28.7200717 33.158007,28.7200717 37.4582739,32.9400669 C38.1860114,33.5994411 39.0460647,33.9291283 39.9061181,33.9291283 L39.9061181,33.9291283 Z" id="Shape"></path> <path d="M48.4655691,25.4802962 C49.3256225,25.4802962 50.1856759,25.150609 50.8472554,24.4912348 C52.1704145,23.1724863 52.1704145,21.0624887 50.8472554,19.7437402 C39.2034559,8.13875328 20.9438611,8.13875328 9.30006159,19.7437402 C7.97690255,21.0624887 7.97690255,23.1724863 9.30006159,24.4912348 C10.6232206,25.8099833 12.7402751,25.8099833 14.0634341,24.4912348 C23.1932315,15.3918701 36.9540855,15.3918701 46.0177249,24.4912348 C46.7454624,25.150609 47.6055158,25.4802962 48.4655691,25.4802962 L48.4655691,25.4802962 Z" id="Shape"></path> <ellipse id="Oval" cx="29.6234259" cy="39.6446812" rx="5.62342592" ry="5.60468116"></ellipse> </g> </g> </g> </svg> </div> </span> </div> <div class="text-grey is-centered">No internet.</div> <div class="text-grey is-centered">Waiting for connection...</div> </div> <div id="footer" class="footer" > </div> </div> <div id="root"></div> <script type="text/javascript" src="cordova.js"></script> <script type="text/javascript"> window.__webpack__ = { cdn: "<%= htmlWebpackPlugin.options.cdn %>", vendorsFile: "<%= htmlWebpackPlugin.options.vendorsFile %>", }; <% if (htmlWebpackPlugin.options.window) { %> <% for (var varName in htmlWebpackPlugin.options.window) { %> window['<%=varName%>'] = <%= JSON.stringify(htmlWebpackPlugin.options.window[varName]) %>; <% } %> <% } %> <% for (var chunk in htmlWebpackPlugin.files.chunks) { %> window.__webpack__.coreFile = "<%= htmlWebpackPlugin.files.chunks[chunk].entry %>"; <% } %> !function(t){function n(e){if(r[e])return r[e].exports;var i=r[e]={i:e,l:!1,exports:{}};return t[e].call(i.exports,i,i.exports,n),i.l=!0,i.exports}var r={};n.m=t,n.c=r,n.i=function(t){return t},n.d=function(t,r,e){n.o(t,r)||Object.defineProperty(t,r,{configurable:!1,enumerable:!0,get:e})},n.n=function(t){var r=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(r,"a",r),r},n.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)},n.p="",n(n.s=115)}([function(t,n,r){"use strict";var e=r(2),i=r(24),o=r(12),u=r(13),c=r(25),s=function t(n,r,s){var f,a,l,h,p=n&t.F,v=n&t.G,y=n&t.S,d=n&t.P,g=n&t.B,m=v?e:y?e[r]||(e[r]={}):(e[r]||{}).prototype,b=v?i:i[r]||(i[r]={}),w=b.prototype||(b.prototype={});v&&(s=r);for(f in s)a=!p&&m&&void 0!==m[f],l=(a?m:s)[f],h=g&&a?c(l,e):d&&"function"==typeof l?c(Function.call,l):l,m&&u(m,f,l,n&t.U),b[f]!=l&&o(b,f,h),d&&w[f]!=l&&(w[f]=l)};e.core=i,s.F=1,s.G=2,s.S=4,s.P=8,s.B=16,s.W=32,s.U=64,s.R=128,t.exports=s},function(t,n,r){"use strict";var e=r(4);t.exports=function(t){if(!e(t))throw TypeError(t+" is not an object!");return t}},function(t,n,r){"use strict";var e=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=e)},function(t,n,r){"use strict";t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,n,r){"use strict";var e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t};t.exports=function(t){return"object"===(void 0===t?"undefined":e(t))?null!==t:"function"==typeof t}},function(t,n,r){"use strict";var e=r(57)("wks"),i=r(39),o=r(2).Symbol,u="function"==typeof o;(t.exports=function(t){return e[t]||(e[t]=u&&o[t]||(u?o:i)("Symbol."+t))}).store=e},function(t,n,r){"use strict";t.exports=!r(3)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(t,n,r){"use strict";var e=r(1),i=r(93),o=r(23),u=Object.defineProperty;n.f=r(6)?Object.defineProperty:function(t,n,r){if(e(t),n=o(n,!0),e(r),i)try{return u(t,n,r)}catch(t){}if("get"in r||"set"in r)throw TypeError("Accessors not supported!");return"value"in r&&(t[n]=r.value),t}},function(t,n,r){"use strict";var e=r(30),i=Math.min;t.exports=function(t){return t>0?i(e(t),9007199254740991):0}},function(t,n,r){"use strict";var e=r(19);t.exports=function(t){return Object(e(t))}},function(t,n,r){"use strict";var e={}.hasOwnProperty;t.exports=function(t,n){return e.call(t,n)}},function(t,n,r){"use strict";t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},function(t,n,r){"use strict";var e=r(7),i=r(29);t.exports=r(6)?function(t,n,r){return e.f(t,n,i(1,r))}:function(t,n,r){return t[n]=r,t}},function(t,n,r){"use strict";var e=r(2),i=r(12),o=r(10),u=r(39)("src"),c=Function.toString,s=(""+c).split("toString");r(24).inspectSource=function(t){return c.call(t)},(t.exports=function(t,n,r,c){var f="function"==typeof r;f&&(o(r,"name")||i(r,"name",n)),t[n]!==r&&(f&&(o(r,u)||i(r,u,t[n]?""+t[n]:s.join(String(n)))),t===e?t[n]=r:c?t[n]?t[n]=r:i(t,n,r):(delete t[n],i(t,n,r)))})(Function.prototype,"toString",function(){return"function"==typeof this&&this[u]||c.call(this)})},function(t,n,r){"use strict";var e=r(0),i=r(3),o=r(19),u=/"/g,c=function(t,n,r,e){var i=String(o(t)),c="<"+n;return""!==r&&(c+=" "+r+'="'+String(e).replace(u,"&quot;")+'"'),c+">"+i+"</"+n+">"};t.exports=function(t,n){var r={};r[t]=n(c),e(e.P+e.F*i(function(){var n=""[t]('"');return n!==n.toLowerCase()||n.split('"').length>3}),"String",r)}},function(t,n,r){"use strict";var e=r(46),i=r(19);t.exports=function(t){return e(i(t))}},function(t,n,r){"use strict";var e=r(47),i=r(29),o=r(15),u=r(23),c=r(10),s=r(93),f=Object.getOwnPropertyDescriptor;n.f=r(6)?f:function(t,n){if(t=o(t),n=u(n,!0),s)try{return f(t,n)}catch(t){}if(c(t,n))return i(!e.f.call(t,n),t[n])}},function(t,n,r){"use strict";var e=r(10),i=r(9),o=r(74)("IE_PROTO"),u=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=i(t),e(t,o)?t[o]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?u:null}},function(t,n,r){"use strict";var e={}.toString;t.exports=function(t){return e.call(t).slice(8,-1)}},function(t,n,r){"use strict";t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},function(t,n,r){"use strict";var e=r(3);t.exports=function(t,n){return!!t&&e(function(){n?t.call(null,function(){},1):t.call(null)})}},function(t,n,r){"use strict";var e=r(25),i=r(46),o=r(9),u=r(8),c=r(118);t.exports=function(t,n){var r=1==t,s=2==t,f=3==t,a=4==t,l=6==t,h=5==t||l,p=n||c;return function(n,c,v){for(var y,d,g=o(n),m=i(g),b=e(c,v,3),w=u(m.length),S=0,x=r?p(n,w):s?p(n,0):void 0;w>S;S++)if((h||S in m)&&(y=m[S],d=b(y,S,g),t))if(r)x[S]=d;else if(d)switch(t){case 3:return!0;case 5:return y;case 6:return S;case 2:x.push(y)}else if(a)return!1;return l?-1:f||a?a:x}}},function(t,n,r){"use strict";var e=r(0),i=r(24),o=r(3);t.exports=function(t,n){var r=(i.Object||{})[t]||Object[t],u={};u[t]=n(r),e(e.S+e.F*o(function(){r(1)}),"Object",u)}},function(t,n,r){"use strict";var e=r(4);t.exports=function(t,n){if(!e(t))return t;var r,i;if(n&&"function"==typeof(r=t.toString)&&!e(i=r.call(t)))return i;if("function"==typeof(r=t.valueOf)&&!e(i=r.call(t)))return i;if(!n&&"function"==typeof(r=t.toString)&&!e(i=r.call(t)))return i;throw TypeError("Can't convert object to primitive value")}},function(t,n,r){"use strict";var e=t.exports={version:"2.4.0"};"number"==typeof __e&&(__e=e)},function(t,n,r){"use strict";var e=r(11);t.exports=function(t,n,r){if(e(t),void 0===n)return t;switch(r){case 1:return function(r){return t.call(n,r)};case 2:return function(r,e){return t.call(n,r,e)};case 3:return function(r,e,i){return t.call(n,r,e,i)}}return function(){return t.apply(n,arguments)}}},function(t,n,r){"use strict";var e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i=r(109),o=r(0),u=r(57)("metadata"),c=u.store||(u.store=new(r(112))),s=function(t,n,r){var e=c.get(t);if(!e){if(!r)return;c.set(t,e=new i)}var o=e.get(n);if(!o){if(!r)return;e.set(n,o=new i)}return o},f=function(t,n,r){var e=s(n,r,!1);return void 0!==e&&e.has(t)},a=function(t,n,r){var e=s(n,r,!1);return void 0===e?void 0:e.get(t)},l=function(t,n,r,e){s(r,e,!0).set(t,n)},h=function(t,n){var r=s(t,n,!1),e=[];return r&&r.forEach(function(t,n){e.push(n)}),e},p=function(t){return void 0===t||"symbol"==(void 0===t?"undefined":e(t))?t:String(t)},v=function(t){o(o.S,"Reflect",t)};t.exports={store:c,map:s,has:f,get:a,set:l,keys:h,key:p,exp:v}},function(t,n,r){"use strict";var e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t};if(r(6)){var i=r(32),o=r(2),u=r(3),c=r(0),s=r(58),f=r(81),a=r(25),l=r(31),h=r(29),p=r(12),v=r(36),y=r(30),d=r(8),g=r(38),m=r(23),b=r(10),w=r(106),S=r(45),x=r(4),_=r(9),E=r(66),O=r(33),P=r(17),F=r(34).f,A=r(83),M=r(39),j=r(5),N=r(21),I=r(48),k=r(75),R=r(84),T=r(42),L=r(54),C=r(37),W=r(59),U=r(86),D=r(7),B=r(16),G=D.f,V=B.f,z=o.RangeError,Y=o.TypeError,J=o.Uint8Array,K=Array.prototype,q=f.ArrayBuffer,X=f.DataView,H=N(0),$=N(2),Z=N(3),Q=N(4),tt=N(5),nt=N(6),rt=I(!0),et=I(!1),it=R.values,ot=R.keys,ut=R.entries,ct=K.lastIndexOf,st=K.reduce,ft=K.reduceRight,at=K.join,lt=K.sort,ht=K.slice,pt=K.toString,vt=K.toLocaleString,yt=j("iterator"),dt=j("toStringTag"),gt=M("typed_constructor"),mt=M("def_constructor"),bt=s.CONSTR,wt=s.TYPED,St=s.VIEW,xt=N(1,function(t,n){return At(k(t,t[mt]),n)}),_t=u(function(){return 1===new J(new Uint16Array([1]).buffer)[0]}),Et=!!J&&!!J.prototype.set&&u(function(){new J(1).set({})}),Ot=function(t,n){if(void 0===t)throw Y("Wrong length!");var r=+t,e=d(t);if(n&&!w(r,e))throw z("Wrong length!");return e},Pt=function(t,n){var r=y(t);if(r<0||r%n)throw z("Wrong offset!");return r},Ft=function(t){if(x(t)&&wt in t)return t;throw Y(t+" is not a typed array!")},At=function(t,n){if(!(x(t)&&gt in t))throw Y("It is not a typed array constructor!");return new t(n)},Mt=function(t,n){return jt(k(t,t[mt]),n)},jt=function(t,n){for(var r=0,e=n.length,i=At(t,e);e>r;)i[r]=n[r++];return i},Nt=function(t,n,r){G(t,n,{get:function(){return this._d[r]}})},It=function(t){var n,r,e,i,o,u,c=_(t),s=arguments.length,f=s>1?arguments[1]:void 0,l=void 0!==f,h=A(c);if(void 0!=h&&!E(h)){for(u=h.call(c),e=[],n=0;!(o=u.next()).done;n++)e.push(o.value);c=e}for(l&&s>2&&(f=a(f,arguments[2],2)),n=0,r=d(c.length),i=At(this,r);r>n;n++)i[n]=l?f(c[n],n):c[n];return i},kt=function(){for(var t=0,n=arguments.length,r=At(this,n);n>t;)r[t]=arguments[t++];return r},Rt=!!J&&u(function(){vt.call(new J(1))}),Tt=function(){return vt.apply(Rt?ht.call(Ft(this)):Ft(this),arguments)},Lt={copyWithin:function(t,n){return U.call(Ft(this),t,n,arguments.length>2?arguments[2]:void 0)},every:function(t){return Q(Ft(this),t,arguments.length>1?arguments[1]:void 0)},fill:function(t){return W.apply(Ft(this),arguments)},filter:function(t){return Mt(this,$(Ft(this),t,arguments.length>1?arguments[1]:void 0))},find:function(t){return tt(Ft(this),t,arguments.length>1?arguments[1]:void 0)},findIndex:function(t){return nt(Ft(this),t,arguments.length>1?arguments[1]:void 0)},forEach:function(t){H(Ft(this),t,arguments.length>1?arguments[1]:void 0)},indexOf:function(t){return et(Ft(this),t,arguments.length>1?arguments[1]:void 0)},includes:function(t){return rt(Ft(this),t,arguments.length>1?arguments[1]:void 0)},join:function(t){return at.apply(Ft(this),arguments)},lastIndexOf:function(t){return ct.apply(Ft(this),arguments)},map:function(t){return xt(Ft(this),t,arguments.length>1?arguments[1]:void 0)},reduce:function(t){return st.apply(Ft(this),arguments)},reduceRight:function(t){return ft.apply(Ft(this),arguments)},reverse:function(){for(var t,n=this,r=Ft(n).length,e=Math.floor(r/2),i=0;i<e;)t=n[i],n[i++]=n[--r],n[r]=t;return n},some:function(t){return Z(Ft(this),t,arguments.length>1?arguments[1]:void 0)},sort:function(t){return lt.call(Ft(this),t)},subarray:function(t,n){var r=Ft(this),e=r.length,i=g(t,e);return new(k(r,r[mt]))(r.buffer,r.byteOffset+i*r.BYTES_PER_ELEMENT,d((void 0===n?e:g(n,e))-i))}},Ct=function(t,n){return Mt(this,ht.call(Ft(this),t,n))},Wt=function(t){Ft(this);var n=Pt(arguments[1],1),r=this.length,e=_(t),i=d(e.length),o=0;if(i+n>r)throw z("Wrong length!");for(;o<i;)this[n+o]=e[o++]},Ut={entries:function(){return ut.call(Ft(this))},keys:function(){return ot.call(Ft(this))},values:function(){return it.call(Ft(this))}},Dt=function(t,n){return x(t)&&t[wt]&&"symbol"!=(void 0===n?"undefined":e(n))&&n in t&&String(+n)==String(n)},Bt=function(t,n){return Dt(t,n=m(n,!0))?h(2,t[n]):V(t,n)},Gt=function(t,n,r){return!(Dt(t,n=m(n,!0))&&x(r)&&b(r,"value"))||b(r,"get")||b(r,"set")||r.configurable||b(r,"writable")&&!r.writable||b(r,"enumerable")&&!r.enumerable?G(t,n,r):(t[n]=r.value,t)};bt||(B.f=Bt,D.f=Gt),c(c.S+c.F*!bt,"Object",{getOwnPropertyDescriptor:Bt,defineProperty:Gt}),u(function(){pt.call({})})&&(pt=vt=function(){return at.call(this)});var Vt=v({},Lt);v(Vt,Ut),p(Vt,yt,Ut.values),v(Vt,{slice:Ct,set:Wt,constructor:function(){},toString:pt,toLocaleString:Tt}),Nt(Vt,"buffer","b"),Nt(Vt,"byteOffset","o"),Nt(Vt,"byteLength","l"),Nt(Vt,"length","e"),G(Vt,dt,{get:function(){return this[wt]}}),t.exports=function(t,n,r,e){e=!!e;var f=t+(e?"Clamped":"")+"Array",a="Uint8Array"!=f,h="get"+t,v="set"+t,y=o[f],g=y||{},m=y&&P(y),b=!y||!s.ABV,w={},_=y&&y.prototype,E=function(t,r){var e=t._d;return e.v[h](r*n+e.o,_t)},A=function(t,r,i){var o=t._d;e&&(i=(i=Math.round(i))<0?0:i>255?255:255&i),o.v[v](r*n+o.o,i,_t)},M=function(t,n){G(t,n,{get:function(){return E(this,n)},set:function(t){return A(this,n,t)},enumerable:!0})};b?(y=r(function(t,r,e,i){l(t,y,f,"_d");var o,u,c,s,a=0,h=0;if(x(r)){if(!(r instanceof q||"ArrayBuffer"==(s=S(r))||"SharedArrayBuffer"==s))return wt in r?jt(y,r):It.call(y,r);o=r,h=Pt(e,n);var v=r.byteLength;if(void 0===i){if(v%n)throw z("Wrong length!");if((u=v-h)<0)throw z("Wrong length!")}else if((u=d(i)*n)+h>v)throw z("Wrong length!");c=u/n}else c=Ot(r,!0),u=c*n,o=new q(u);for(p(t,"_d",{b:o,o:h,l:u,e:c,v:new X(o)});a<c;)M(t,a++)}),_=y.prototype=O(Vt),p(_,"constructor",y)):L(function(t){new y(null),new y(t)},!0)||(y=r(function(t,r,e,i){l(t,y,f);var o;return x(r)?r instanceof q||"ArrayBuffer"==(o=S(r))||"SharedArrayBuffer"==o?void 0!==i?new g(r,Pt(e,n),i):void 0!==e?new g(r,Pt(e,n)):new g(r):wt in r?jt(y,r):It.call(y,r):new g(Ot(r,a))}),H(m!==Function.prototype?F(g).concat(F(m)):F(g),function(t){t in y||p(y,t,g[t])}),y.prototype=_,i||(_.constructor=y));var j=_[yt],N=!!j&&("values"==j.name||void 0==j.name),I=Ut.values;p(y,gt,!0),p(_,wt,f),p(_,St,!0),p(_,mt,y),(e?new y(1)[dt]==f:dt in _)||G(_,dt,{get:function(){return f}}),w[f]=y,c(c.G+c.W+c.F*(y!=g),w),c(c.S,f,{BYTES_PER_ELEMENT:n,from:It,of:kt}),"BYTES_PER_ELEMENT"in _||p(_,"BYTES_PER_ELEMENT",n),c(c.P,f,Lt),C(f),c(c.P+c.F*Et,f,{set:Wt}),c(c.P+c.F*!N,f,Ut),c(c.P+c.F*(_.toString!=pt),f,{toString:pt}),c(c.P+c.F*u(function(){new y(1).slice()}),f,{slice:Ct}),c(c.P+c.F*(u(function(){return[1,2].toLocaleString()!=new y([1,2]).toLocaleString()})||!u(function(){_.toLocaleString.call([1,2])})),f,{toLocaleString:Tt}),T[f]=N?j:I,i||N||p(_,yt,I)}}else t.exports=function(){}},function(t,n,r){"use strict";var e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i=r(39)("meta"),o=r(4),u=r(10),c=r(7).f,s=0,f=Object.isExtensible||function(){return!0},a=!r(3)(function(){return f(Object.preventExtensions({}))}),l=function(t){c(t,i,{value:{i:"O"+ ++s,w:{}}})},h=function(t,n){if(!o(t))return"symbol"==(void 0===t?"undefined":e(t))?t:("string"==typeof t?"S":"P")+t;if(!u(t,i)){if(!f(t))return"F";if(!n)return"E";l(t)}return t[i].i},p=function(t,n){if(!u(t,i)){if(!f(t))return!0;if(!n)return!1;l(t)}return t[i].w},v=function(t){return a&&y.NEED&&f(t)&&!u(t,i)&&l(t),t},y=t.exports={KEY:i,NEED:!1,fastKey:h,getWeak:p,onFreeze:v}},function(t,n,r){"use strict";t.exports=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}}},function(t,n,r){"use strict";var e=Math.ceil,i=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?i:e)(t)}},function(t,n,r){"use strict";t.exports=function(t,n,r,e){if(!(t instanceof n)||void 0!==e&&e in t)throw TypeError(r+": incorrect invocation!");return t}},function(t,n,r){"use strict";t.exports=!1},function(t,n,r){"use strict";var e=r(1),i=r(99),o=r(62),u=r(74)("IE_PROTO"),c=function(){},s=function(){var t,n=r(61)("iframe"),e=o.length;for(n.style.display="none",r(64).appendChild(n),n.src="javascript:",t=n.contentWindow.document,t.open(),t.write("<script>document.F=Object<\/script>"),t.close(),s=t.F;e--;)delete s.prototype[o[e]];return s()};t.exports=Object.create||function(t,n){var r;return null!==t?(c.prototype=e(t),r=new c,c.prototype=null,r[u]=t):r=s(),void 0===n?r:i(r,n)}},function(t,n,r){"use strict";var e=r(101),i=r(62).concat("length","prototype");n.f=Object.getOwnPropertyNames||function(t){return e(t,i)}},function(t,n,r){"use strict";var e=r(101),i=r(62);t.exports=Object.keys||function(t){return e(t,i)}},function(t,n,r){"use strict";var e=r(13);t.exports=function(t,n,r){for(var i in n)e(t,i,n[i],r);return t}},function(t,n,r){"use strict";var e=r(2),i=r(7),o=r(6),u=r(5)("species");t.exports=function(t){var n=e[t];o&&n&&!n[u]&&i.f(n,u,{configurable:!0,get:function(){return this}})}},function(t,n,r){"use strict";var e=r(30),i=Math.max,o=Math.min;t.exports=function(t,n){return t=e(t),t<0?i(t+n,0):o(t,n)}},function(t,n,r){"use strict";var e=0,i=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++e+i).toString(36))}},function(t,n,r){"use strict";var e=r(5)("unscopables"),i=Array.prototype;void 0==i[e]&&r(12)(i,e,{}),t.exports=function(t){i[e][t]=!0}},function(t,n,r){"use strict";var e=r(25),i=r(95),o=r(66),u=r(1),c=r(8),s=r(83),f={},a={},l=t.exports=function(t,n,r,l,h){var p,v,y,d,g=h?function(){return t}:s(t),m=e(r,l,n?2:1),b=0;if("function"!=typeof g)throw TypeError(t+" is not iterable!");if(o(g)){for(p=c(t.length);p>b;b++)if((d=n?m(u(v=t[b])[0],v[1]):m(t[b]))===f||d===a)return d}else for(y=g.call(t);!(v=y.next()).done;)if((d=i(y,m,v.value,n))===f||d===a)return d};l.BREAK=f,l.RETURN=a},function(t,n,r){"use strict";t.exports={}},function(t,n,r){"use strict";var e=r(7).f,i=r(10),o=r(5)("toStringTag");t.exports=function(t,n,r){t&&!i(t=r?t:t.prototype,o)&&e(t,o,{configurable:!0,value:n})}},function(t,n,r){"use strict";var e=r(0),i=r(19),o=r(3),u=r(79),c="["+u+"]",s="​…",f=RegExp("^"+c+c+"*"),a=RegExp(c+c+"*$"),l=function(t,n,r){var i={},c=o(function(){return!!u[t]()||s[t]()!=s}),f=i[t]=c?n(h):u[t];r&&(i[r]=f),e(e.P+e.F*c,"String",i)},h=l.trim=function(t,n){return t=String(i(t)),1&n&&(t=t.replace(f,"")),2&n&&(t=t.replace(a,"")),t};t.exports=l},function(t,n,r){"use strict";var e=r(18),i=r(5)("toStringTag"),o="Arguments"==e(function(){return arguments}()),u=function(t,n){try{return t[n]}catch(t){}};t.exports=function(t){var n,r,c;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(r=u(n=Object(t),i))?r:o?e(n):"Object"==(c=e(n))&&"function"==typeof n.callee?"Arguments":c}},function(t,n,r){"use strict";var e=r(18);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==e(t)?t.split(""):Object(t)}},function(t,n,r){"use strict";n.f={}.propertyIsEnumerable},function(t,n,r){"use strict";var e=r(15),i=r(8),o=r(38);t.exports=function(t){return function(n,r,u){var c,s=e(n),f=i(s.length),a=o(u,f);if(t&&r!=r){for(;f>a;)if((c=s[a++])!=c)return!0}else for(;f>a;a++)if((t||a in s)&&s[a]===r)return t||a||0;return!t&&-1}}},function(t,n,r){"use strict";var e=r(2),i=r(0),o=r(13),u=r(36),c=r(28),s=r(41),f=r(31),a=r(4),l=r(3),h=r(54),p=r(43),v=r(65);t.exports=function(t,n,r,y,d,g){var m=e[t],b=m,w=d?"set":"add",S=b&&b.prototype,x={},_=function(t){var n=S[t];o(S,t,"delete"==t?function(t){return!(g&&!a(t))&&n.call(this,0===t?0:t)}:"has"==t?function(t){return!(g&&!a(t))&&n.call(this,0===t?0:t)}:"get"==t?function(t){return g&&!a(t)?void 0:n.call(this,0===t?0:t)}:"add"==t?function(t){return n.call(this,0===t?0:t),this}:function(t,r){return n.call(this,0===t?0:t,r),this})};if("function"==typeof b&&(g||S.forEach&&!l(function(){(new b).entries().next()}))){var E=new b,O=E[w](g?{}:-0,1)!=E,P=l(function(){E.has(1)}),F=h(function(t){new b(t)}),A=!g&&l(function(){for(var t=new b,n=5;n--;)t[w](n,n);return!t.has(-0)});F||(b=n(function(n,r){f(n,b,t);var e=v(new m,n,b);return void 0!=r&&s(r,d,e[w],e),e}),b.prototype=S,S.constructor=b),(P||A)&&(_("delete"),_("has"),d&&_("get")),(A||O)&&_(w),g&&S.clear&&delete S.clear}else b=y.getConstructor(n,t,d,w),u(b.prototype,r),c.NEED=!0;return p(b,t),x[t]=b,i(i.G+i.W+i.F*(b!=m),x),g||y.setStrong(b,t,d),b}},function(t,n,r){"use strict";var e=r(12),i=r(13),o=r(3),u=r(19),c=r(5);t.exports=function(t,n,r){var s=c(t),f=r(u,s,""[t]),a=f[0],l=f[1];o(function(){var n={};return n[s]=function(){return 7},7!=""[t](n)})&&(i(String.prototype,t,a),e(RegExp.prototype,s,2==n?function(t,n){return l.call(t,this,n)}:function(t){return l.call(t,this)}))}},function(t,n,r){"use strict";var e=r(1);t.exports=function(){var t=e(this),n="";return t.global&&(n+="g"),t.ignoreCase&&(n+="i"),t.multiline&&(n+="m"),t.unicode&&(n+="u"),t.sticky&&(n+="y"),n}},function(t,n,r){"use strict";t.exports=function(t,n,r){var e=void 0===r;switch(n.length){case 0:return e?t():t.call(r);case 1:return e?t(n[0]):t.call(r,n[0]);case 2:return e?t(n[0],n[1]):t.call(r,n[0],n[1]);case 3:return e?t(n[0],n[1],n[2]):t.call(r,n[0],n[1],n[2]);case 4:return e?t(n[0],n[1],n[2],n[3]):t.call(r,n[0],n[1],n[2],n[3])}return t.apply(r,n)}},function(t,n,r){"use strict";var e=r(4),i=r(18),o=r(5)("match");t.exports=function(t){var n;return e(t)&&(void 0!==(n=t[o])?!!n:"RegExp"==i(t))}},function(t,n,r){"use strict";var e=r(5)("iterator"),i=!1;try{var o=[7][e]();o.return=function(){i=!0},Array.from(o,function(){throw 2})}catch(t){}t.exports=function(t,n){if(!n&&!i)return!1;var r=!1;try{var o=[7],u=o[e]();u.next=function(){return{done:r=!0}},o[e]=function(){return u},t(o)}catch(t){}return r}},function(t,n,r){"use strict";t.exports=r(32)||!r(3)(function(){var t=Math.random();__defineSetter__.call(null,t,function(){}),delete r(2)[t]})},function(t,n,r){"use strict";n.f=Object.getOwnPropertySymbols},function(t,n,r){"use strict";var e=r(2),i=e["__core-js_shared__"]||(e["__core-js_shared__"]={});t.exports=function(t){return i[t]||(i[t]={})}},function(t,n,r){"use strict";for(var e,i=r(2),o=r(12),u=r(39),c=u("typed_array"),s=u("view"),f=!(!i.ArrayBuffer||!i.DataView),a=f,l=0,h="Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array".split(",");l<9;)(e=i[h[l++]])?(o(e.prototype,c,!0),o(e.prototype,s,!0)):a=!1;t.exports={ABV:f,CONSTR:a,TYPED:c,VIEW:s}},function(t,n,r){"use strict";var e=r(9),i=r(38),o=r(8);t.exports=function(t){for(var n=e(this),r=o(n.length),u=arguments.length,c=i(u>1?arguments[1]:void 0,r),s=u>2?arguments[2]:void 0,f=void 0===s?r:i(s,r);f>c;)n[c++]=t;return n}},function(t,n,r){"use strict";var e=r(7),i=r(29);t.exports=function(t,n,r){n in t?e.f(t,n,i(0,r)):t[n]=r}},function(t,n,r){"use strict";var e=r(4),i=r(2).document,o=e(i)&&e(i.createElement);t.exports=function(t){return o?i.createElement(t):{}}},function(t,n,r){"use strict";t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(t,n,r){"use strict";var e=r(5)("match");t.exports=function(t){var n=/./;try{"/./"[t](n)}catch(r){try{return n[e]=!1,!"/./"[t](n)}catch(t){}}return!0}},function(t,n,r){"use strict";t.exports=r(2).document&&document.documentElement},function(t,n,r){"use strict";var e=r(4),i=r(73).set;t.exports=function(t,n,r){var o,u=n.constructor;return u!==r&&"function"==typeof u&&(o=u.prototype)!==r.prototype&&e(o)&&i&&i(t,o),t}},function(t,n,r){"use strict";var e=r(42),i=r(5)("iterator"),o=Array.prototype;t.exports=function(t){return void 0!==t&&(e.Array===t||o[i]===t)}},function(t,n,r){"use strict";var e=r(18);t.exports=Array.isArray||function(t){return"Array"==e(t)}},function(t,n,r){"use strict";var e=r(33),i=r(29),o=r(43),u={};r(12)(u,r(5)("iterator"),function(){return this}),t.exports=function(t,n,r){t.prototype=e(u,{next:i(1,r)}),o(t,n+" Iterator")}},function(t,n,r){"use strict";var e=r(32),i=r(0),o=r(13),u=r(12),c=r(10),s=r(42),f=r(68),a=r(43),l=r(17),h=r(5)("iterator"),p=!([].keys&&"next"in[].keys()),v=function(){return this};t.exports=function(t,n,r,y,d,g,m){f(r,n,y);var b,w,S,x=function(t){if(!p&&t in P)return P[t];switch(t){case"keys":case"values":return function(){return new r(this,t)}}return function(){return new r(this,t)}},_=n+" Iterator",E="values"==d,O=!1,P=t.prototype,F=P[h]||P["@@iterator"]||d&&P[d],A=F||x(d),M=d?E?x("entries"):A:void 0,j="Array"==n?P.entries||F:F;if(j&&(S=l(j.call(new t)))!==Object.prototype&&(a(S,_,!0),e||c(S,h)||u(S,h,v)),E&&F&&"values"!==F.name&&(O=!0,A=function(){return F.call(this)}),e&&!m||!p&&!O&&P[h]||u(P,h,A),s[n]=A,s[_]=v,d)if(b={values:E?A:x("values"),keys:g?A:x("keys"),entries:M},m)for(w in b)w in P||o(P,w,b[w]);else i(i.P+i.F*(p||O),n,b);return b}},function(t,n,r){"use strict";var e=Math.expm1;t.exports=!e||e(10)>22025.465794806718||e(10)<22025.465794806718||-2e-17!=e(-2e-17)?function(t){return 0==(t=+t)?t:t>-1e-6&&t<1e-6?t+t*t/2:Math.exp(t)-1}:e},function(t,n,r){"use strict";t.exports=Math.sign||function(t){return 0==(t=+t)||t!=t?t:t<0?-1:1}},function(t,n,r){"use strict";var e=r(2),i=r(80).set,o=e.MutationObserver||e.WebKitMutationObserver,u=e.process,c=e.Promise,s="process"==r(18)(u);t.exports=function(){var t,n,r,f=function(){var e,i;for(s&&(e=u.domain)&&e.exit();t;){i=t.fn,t=t.next;try{i()}catch(e){throw t?r():n=void 0,e}}n=void 0,e&&e.enter()};if(s)r=function(){u.nextTick(f)};else if(o){var a=!0,l=document.createTextNode("");new o(f).observe(l,{characterData:!0}),r=function(){l.data=a=!a}}else if(c&&c.resolve){var h=c.resolve();r=function(){h.then(f)}}else r=function(){i.call(e,f)};return function(e){var i={fn:e,next:void 0};n&&(n.next=i),t||(t=i,r()),n=i}}},function(t,n,r){"use strict";var e=r(4),i=r(1),o=function(t,n){if(i(t),!e(n)&&null!==n)throw TypeError(n+": can't set as prototype!")};t.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(t,n,e){try{e=r(25)(Function.call,r(16).f(Object.prototype,"__proto__").set,2),e(t,[]),n=!(t instanceof Array)}catch(t){n=!0}return function(t,r){return o(t,r),n?t.__proto__=r:e(t,r),t}}({},!1):void 0),check:o}},function(t,n,r){"use strict";var e=r(57)("keys"),i=r(39);t.exports=function(t){return e[t]||(e[t]=i(t))}},function(t,n,r){"use strict";var e=r(1),i=r(11),o=r(5)("species");t.exports=function(t,n){var r,u=e(t).constructor;return void 0===u||void 0==(r=e(u)[o])?n:i(r)}},function(t,n,r){"use strict";var e=r(30),i=r(19);t.exports=function(t){return function(n,r){var o,u,c=String(i(n)),s=e(r),f=c.length;return s<0||s>=f?t?"":void 0:(o=c.charCodeAt(s),o<55296||o>56319||s+1===f||(u=c.charCodeAt(s+1))<56320||u>57343?t?c.charAt(s):o:t?c.slice(s,s+2):u-56320+(o-55296<<10)+65536)}}},function(t,n,r){"use strict";var e=r(53),i=r(19);t.exports=function(t,n,r){if(e(n))throw TypeError("String#"+r+" doesn't accept regex!");return String(i(t))}},function(t,n,r){"use strict";var e=r(30),i=r(19);t.exports=function(t){var n=String(i(this)),r="",o=e(t);if(o<0||o==1/0)throw RangeError("Count can't be negative");for(;o>0;(o>>>=1)&&(n+=n))1&o&&(r+=n);return r}},function(t,n,r){"use strict";t.exports="\t\n\v\f\r   ᠎              \u2028\u2029\ufeff"},function(t,n,r){"use strict";var e,i,o,u=r(25),c=r(52),s=r(64),f=r(61),a=r(2),l=a.process,h=a.setImmediate,p=a.clearImmediate,v=a.MessageChannel,y=0,d={},g=function(){var t=+this;if(d.hasOwnProperty(t)){var n=d[t];delete d[t],n()}},m=function(t){g.call(t.data)};h&&p||(h=function(t){for(var n=[],r=1;arguments.length>r;)n.push(arguments[r++]);return d[++y]=function(){c("function"==typeof t?t:Function(t),n)},e(y),y},p=function(t){delete d[t]},"process"==r(18)(l)?e=function(t){l.nextTick(u(g,t,1))}:v?(i=new v,o=i.port2,i.port1.onmessage=m,e=u(o.postMessage,o,1)):a.addEventListener&&"function"==typeof postMessage&&!a.importScripts?(e=function(t){a.postMessage(t+"","*")},a.addEventListener("message",m,!1)):e="onreadystatechange"in f("script")?function(t){s.appendChild(f("script")).onreadystatechange=function(){s.removeChild(this),g.call(t)}}:function(t){setTimeout(u(g,t,1),0)}),t.exports={set:h,clear:p}},function(t,n,r){"use strict";var e=r(2),i=r(6),o=r(32),u=r(58),c=r(12),s=r(36),f=r(3),a=r(31),l=r(30),h=r(8),p=r(34).f,v=r(7).f,y=r(59),d=r(43),g=e.ArrayBuffer,m=e.DataView,b=e.Math,w=e.RangeError,S=e.Infinity,x=g,_=b.abs,E=b.pow,O=b.floor,P=b.log,F=b.LN2,A=i?"_b":"buffer",M=i?"_l":"byteLength",j=i?"_o":"byteOffset",N=function(t,n,r){var e,i,o,u=Array(r),c=8*r-n-1,s=(1<<c)-1,f=s>>1,a=23===n?E(2,-24)-E(2,-77):0,l=0,h=t<0||0===t&&1/t<0?1:0;for(t=_(t),t!=t||t===S?(i=t!=t?1:0,e=s):(e=O(P(t)/F),t*(o=E(2,-e))<1&&(e--,o*=2),t+=e+f>=1?a/o:a*E(2,1-f),t*o>=2&&(e++,o/=2),e+f>=s?(i=0,e=s):e+f>=1?(i=(t*o-1)*E(2,n),e+=f):(i=t*E(2,f-1)*E(2,n),e=0));n>=8;u[l++]=255&i,i/=256,n-=8);for(e=e<<n|i,c+=n;c>0;u[l++]=255&e,e/=256,c-=8);return u[--l]|=128*h,u},I=function(t,n,r){var e,i=8*r-n-1,o=(1<<i)-1,u=o>>1,c=i-7,s=r-1,f=t[s--],a=127&f;for(f>>=7;c>0;a=256*a+t[s],s--,c-=8);for(e=a&(1<<-c)-1,a>>=-c,c+=n;c>0;e=256*e+t[s],s--,c-=8);if(0===a)a=1-u;else{if(a===o)return e?NaN:f?-S:S;e+=E(2,n),a-=u}return(f?-1:1)*e*E(2,a-n)},k=function(t){return t[3]<<24|t[2]<<16|t[1]<<8|t[0]},R=function(t){return[255&t]},T=function(t){return[255&t,t>>8&255]},L=function(t){return[255&t,t>>8&255,t>>16&255,t>>24&255]},C=function(t){return N(t,52,8)},W=function(t){return N(t,23,4)},U=function(t,n,r){v(t.prototype,n,{get:function(){return this[r]}})},D=function(t,n,r,e){var i=+r,o=l(i);if(i!=o||o<0||o+n>t[M])throw w("Wrong index!");var u=t[A]._b,c=o+t[j],s=u.slice(c,c+n);return e?s:s.reverse()},B=function(t,n,r,e,i,o){var u=+r,c=l(u);if(u!=c||c<0||c+n>t[M])throw w("Wrong index!");for(var s=t[A]._b,f=c+t[j],a=e(+i),h=0;h<n;h++)s[f+h]=a[o?h:n-h-1]},G=function(t,n){a(t,g,"ArrayBuffer");var r=+n,e=h(r);if(r!=e)throw w("Wrong length!");return e};if(u.ABV){if(!f(function(){new g})||!f(function(){new g(.5)})){g=function(t){return new x(G(this,t))};for(var V,z=g.prototype=x.prototype,Y=p(x),J=0;Y.length>J;)(V=Y[J++])in g||c(g,V,x[V]);o||(z.constructor=g)}var K=new m(new g(2)),q=m.prototype.setInt8;K.setInt8(0,2147483648),K.setInt8(1,2147483649),!K.getInt8(0)&&K.getInt8(1)||s(m.prototype,{setInt8:function(t,n){q.call(this,t,n<<24>>24)},setUint8:function(t,n){q.call(this,t,n<<24>>24)}},!0)}else g=function(t){var n=G(this,t);this._b=y.call(Array(n),0),this[M]=n},m=function(t,n,r){a(this,m,"DataView"),a(t,g,"DataView");var e=t[M],i=l(n);if(i<0||i>e)throw w("Wrong offset!");if(r=void 0===r?e-i:h(r),i+r>e)throw w("Wrong length!");this[A]=t,this[j]=i,this[M]=r},i&&(U(g,"byteLength","_l"),U(m,"buffer","_b"),U(m,"byteLength","_l"),U(m,"byteOffset","_o")),s(m.prototype,{getInt8:function(t){return D(this,1,t)[0]<<24>>24},getUint8:function(t){return D(this,1,t)[0]},getInt16:function(t){var n=D(this,2,t,arguments[1]);return(n[1]<<8|n[0])<<16>>16},getUint16:function(t){var n=D(this,2,t,arguments[1]);return n[1]<<8|n[0]},getInt32:function(t){return k(D(this,4,t,arguments[1]))},getUint32:function(t){return k(D(this,4,t,arguments[1]))>>>0},getFloat32:function(t){return I(D(this,4,t,arguments[1]),23,4)},getFloat64:function(t){return I(D(this,8,t,arguments[1]),52,8)},setInt8:function(t,n){B(this,1,t,R,n)},setUint8:function(t,n){B(this,1,t,R,n)},setInt16:function(t,n){B(this,2,t,T,n,arguments[2])},setUint16:function(t,n){B(this,2,t,T,n,arguments[2])},setInt32:function(t,n){B(this,4,t,L,n,arguments[2])},setUint32:function(t,n){B(this,4,t,L,n,arguments[2])},setFloat32:function(t,n){B(this,4,t,W,n,arguments[2])},setFloat64:function(t,n){B(this,8,t,C,n,arguments[2])}});d(g,"ArrayBuffer"),d(m,"DataView"),c(m.prototype,u.VIEW,!0),n.ArrayBuffer=g,n.DataView=m},function(t,n,r){"use strict";var e=r(2),i=r(24),o=r(32),u=r(108),c=r(7).f;t.exports=function(t){var n=i.Symbol||(i.Symbol=o?{}:e.Symbol||{});"_"==t.charAt(0)||t in n||c(n,t,{value:u.f(t)})}},function(t,n,r){"use strict";var e=r(45),i=r(5)("iterator"),o=r(42);t.exports=r(24).getIteratorMethod=function(t){if(void 0!=t)return t[i]||t["@@iterator"]||o[e(t)]}},function(t,n,r){"use strict";var e=r(40),i=r(96),o=r(42),u=r(15);t.exports=r(69)(Array,"Array",function(t,n){this._t=u(t),this._i=0,this._k=n},function(){var t=this._t,n=this._k,r=this._i++;return!t||r>=t.length?(this._t=void 0,i(1)):"keys"==n?i(0,r):"values"==n?i(0,t[r]):i(0,[r,t[r]])},"values"),o.Arguments=o.Array,e("keys"),e("values"),e("entries")},function(t,n,r){"use strict";var e=r(18);t.exports=function(t,n){if("number"!=typeof t&&"Number"!=e(t))throw TypeError(n);return+t}},function(t,n,r){"use strict";var e=r(9),i=r(38),o=r(8);t.exports=[].copyWithin||function(t,n){var r=e(this),u=o(r.length),c=i(t,u),s=i(n,u),f=arguments.length>2?arguments[2]:void 0,a=Math.min((void 0===f?u:i(f,u))-s,u-c),l=1;for(s<c&&c<s+a&&(l=-1,s+=a-1,c+=a-1);a-- >0;)s in r?r[c]=r[s]:delete r[c],c+=l,s+=l;return r}},function(t,n,r){"use strict";var e=r(41);t.exports=function(t,n){var r=[];return e(t,!1,r.push,r,n),r}},function(t,n,r){"use strict";var e=r(11),i=r(9),o=r(46),u=r(8);t.exports=function(t,n,r,c,s){e(n);var f=i(t),a=o(f),l=u(f.length),h=s?l-1:0,p=s?-1:1;if(r<2)for(;;){if(h in a){c=a[h],h+=p;break}if(h+=p,s?h<0:l<=h)throw TypeError("Reduce of empty array with no initial value")}for(;s?h>=0:l>h;h+=p)h in a&&(c=n(c,a[h],h,f));return c}},function(t,n,r){"use strict";var e=r(11),i=r(4),o=r(52),u=[].slice,c={},s=function(t,n,r){if(!(n in c)){for(var e=[],i=0;i<n;i++)e[i]="a["+i+"]";c[n]=Function("F,a","return new F("+e.join(",")+")")}return c[n](t,r)};t.exports=Function.bind||function(t){var n=e(this),r=u.call(arguments,1),c=function e(){var i=r.concat(u.call(arguments));return this instanceof e?s(n,i.length,i):o(n,i,t)};return i(n.prototype)&&(c.prototype=n.prototype),c}},function(t,n,r){"use strict";var e=r(7).f,i=r(33),o=r(36),u=r(25),c=r(31),s=r(19),f=r(41),a=r(69),l=r(96),h=r(37),p=r(6),v=r(28).fastKey,y=p?"_s":"size",d=function(t,n){var r,e=v(n);if("F"!==e)return t._i[e];for(r=t._f;r;r=r.n)if(r.k==n)return r};t.exports={getConstructor:function(t,n,r,a){var l=t(function(t,e){c(t,l,n,"_i"),t._i=i(null),t._f=void 0,t._l=void 0,t[y]=0,void 0!=e&&f(e,r,t[a],t)});return o(l.prototype,{clear:function(){for(var t=this,n=t._i,r=t._f;r;r=r.n)r.r=!0,r.p&&(r.p=r.p.n=void 0),delete n[r.i];t._f=t._l=void 0,t[y]=0},delete:function(t){var n=this,r=d(n,t);if(r){var e=r.n,i=r.p;delete n._i[r.i],r.r=!0,i&&(i.n=e),e&&(e.p=i),n._f==r&&(n._f=e),n._l==r&&(n._l=i),n[y]--}return!!r},forEach:function(t){c(this,l,"forEach");for(var n,r=u(t,arguments.length>1?arguments[1]:void 0,3);n=n?n.n:this._f;)for(r(n.v,n.k,this);n&&n.r;)n=n.p},has:function(t){return!!d(this,t)}}),p&&e(l.prototype,"size",{get:function(){return s(this[y])}}),l},def:function(t,n,r){var e,i,o=d(t,n);return o?o.v=r:(t._l=o={i:i=v(n,!0),k:n,v:r,p:e=t._l,n:void 0,r:!1},t._f||(t._f=o),e&&(e.n=o),t[y]++,"F"!==i&&(t._i[i]=o)),t},getEntry:d,setStrong:function(t,n,r){a(t,n,function(t,n){this._t=t,this._k=n,this._l=void 0},function(){for(var t=this,n=t._k,r=t._l;r&&r.r;)r=r.p;return t._t&&(t._l=r=r?r.n:t._t._f)?"keys"==n?l(0,r.k):"values"==n?l(0,r.v):l(0,[r.k,r.v]):(t._t=void 0,l(1))},r?"entries":"values",!r,!0),h(n)}}},function(t,n,r){"use strict";var e=r(45),i=r(87);t.exports=function(t){return function(){if(e(this)!=t)throw TypeError(t+"#toJSON isn't generic");return i(this)}}},function(t,n,r){"use strict";var e=r(36),i=r(28).getWeak,o=r(1),u=r(4),c=r(31),s=r(41),f=r(21),a=r(10),l=f(5),h=f(6),p=0,v=function(t){return t._l||(t._l=new y)},y=function(){this.a=[]},d=function(t,n){return l(t.a,function(t){return t[0]===n})};y.prototype={get:function(t){var n=d(this,t);if(n)return n[1]},has:function(t){return!!d(this,t)},set:function(t,n){var r=d(this,t);r?r[1]=n:this.a.push([t,n])},delete:function(t){var n=h(this.a,function(n){return n[0]===t});return~n&&this.a.splice(n,1),!!~n}},t.exports={getConstructor:function(t,n,r,o){var f=t(function(t,e){c(t,f,n,"_i"),t._i=p++,t._l=void 0,void 0!=e&&s(e,r,t[o],t)});return e(f.prototype,{delete:function(t){if(!u(t))return!1;var n=i(t);return!0===n?v(this).delete(t):n&&a(n,this._i)&&delete n[this._i]},has:function(t){if(!u(t))return!1;var n=i(t);return!0===n?v(this).has(t):n&&a(n,this._i)}}),f},def:function(t,n,r){var e=i(o(n),!0);return!0===e?v(t).set(n,r):e[t._i]=r,t},ufstore:v}},function(t,n,r){"use strict";t.exports=!r(6)&&!r(3)(function(){return 7!=Object.defineProperty(r(61)("div"),"a",{get:function(){return 7}}).a})},function(t,n,r){"use strict";var e=r(4),i=Math.floor;t.exports=function(t){return!e(t)&&isFinite(t)&&i(t)===t}},function(t,n,r){"use strict";var e=r(1);t.exports=function(t,n,r,i){try{return i?n(e(r)[0],r[1]):n(r)}catch(n){var o=t.return;throw void 0!==o&&e(o.call(t)),n}}},function(t,n,r){"use strict";t.exports=function(t,n){return{value:n,done:!!t}}},function(t,n,r){"use strict";t.exports=Math.log1p||function(t){return(t=+t)>-1e-8&&t<1e-8?t-t*t/2:Math.log(1+t)}},function(t,n,r){"use strict";var e=r(35),i=r(56),o=r(47),u=r(9),c=r(46),s=Object.assign;t.exports=!s||r(3)(function(){var t={},n={},r=Symbol(),e="abcdefghijklmnopqrst";return t[r]=7,e.split("").forEach(function(t){n[t]=t}),7!=s({},t)[r]||Object.keys(s({},n)).join("")!=e})?function(t,n){for(var r=u(t),s=arguments.length,f=1,a=i.f,l=o.f;s>f;)for(var h,p=c(arguments[f++]),v=a?e(p).concat(a(p)):e(p),y=v.length,d=0;y>d;)l.call(p,h=v[d++])&&(r[h]=p[h]);return r}:s},function(t,n,r){"use strict";var e=r(7),i=r(1),o=r(35);t.exports=r(6)?Object.defineProperties:function(t,n){i(t);for(var r,u=o(n),c=u.length,s=0;c>s;)e.f(t,r=u[s++],n[r]);return t}},function(t,n,r){"use strict";var e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i=r(15),o=r(34).f,u={}.toString,c="object"==("undefined"==typeof window?"undefined":e(window))&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],s=function(t){try{return o(t)}catch(t){return c.slice()}};t.exports.f=function(t){return c&&"[object Window]"==u.call(t)?s(t):o(i(t))}},function(t,n,r){"use strict";var e=r(10),i=r(15),o=r(48)(!1),u=r(74)("IE_PROTO");t.exports=function(t,n){var r,c=i(t),s=0,f=[];for(r in c)r!=u&&e(c,r)&&f.push(r);for(;n.length>s;)e(c,r=n[s++])&&(~o(f,r)||f.push(r));return f}},function(t,n,r){"use strict";var e=r(35),i=r(15),o=r(47).f;t.exports=function(t){return function(n){for(var r,u=i(n),c=e(u),s=c.length,f=0,a=[];s>f;)o.call(u,r=c[f++])&&a.push(t?[r,u[r]]:u[r]);return a}}},function(t,n,r){"use strict";var e=r(34),i=r(56),o=r(1),u=r(2).Reflect;t.exports=u&&u.ownKeys||function(t){var n=e.f(o(t)),r=i.f;return r?n.concat(r(t)):n}},function(t,n,r){"use strict";var e=r(2).parseFloat,i=r(44).trim;t.exports=1/e(r(79)+"-0")!=-1/0?function(t){var n=i(String(t),3),r=e(n);return 0===r&&"-"==n.charAt(0)?-0:r}:e},function(t,n,r){"use strict";var e=r(2).parseInt,i=r(44).trim,o=r(79),u=/^[\-+]?0[xX]/;t.exports=8!==e(o+"08")||22!==e(o+"0x16")?function(t,n){var r=i(String(t),3);return e(r,n>>>0||(u.test(r)?16:10))}:e},function(t,n,r){"use strict";t.exports=Object.is||function(t,n){return t===n?0!==t||1/t==1/n:t!=t&&n!=n}},function(t,n,r){"use strict";var e=r(8),i=r(78),o=r(19);t.exports=function(t,n,r,u){var c=String(o(t)),s=c.length,f=void 0===r?" ":String(r),a=e(n);if(a<=s||""==f)return c;var l=a-s,h=i.call(f,Math.ceil(l/f.length));return h.length>l&&(h=h.slice(0,l)),u?h+c:c+h}},function(t,n,r){"use strict";n.f=r(5)},function(t,n,r){"use strict";var e=r(90);t.exports=r(49)("Map",function(t){return function(){return t(this,arguments.length>0?arguments[0]:void 0)}},{get:function(t){var n=e.getEntry(this,t);return n&&n.v},set:function(t,n){return e.def(this,0===t?0:t,n)}},e,!0)},function(t,n,r){"use strict";r(6)&&"g"!=/./g.flags&&r(7).f(RegExp.prototype,"flags",{configurable:!0,get:r(51)})},function(t,n,r){"use strict";var e=r(90);t.exports=r(49)("Set",function(t){return function(){return t(this,arguments.length>0?arguments[0]:void 0)}},{add:function(t){return e.def(this,t=0===t?0:t,t)}},e)},function(t,n,r){"use strict";var e,i=r(21)(0),o=r(13),u=r(28),c=r(98),s=r(92),f=r(4),a=u.getWeak,l=Object.isExtensible,h=s.ufstore,p={},v=function(t){return function(){return t(this,arguments.length>0?arguments[0]:void 0)}},y={get:function(t){if(f(t)){var n=a(t);return!0===n?h(this).get(t):n?n[this._i]:void 0}},set:function(t,n){return s.def(this,t,n)}},d=t.exports=r(49)("WeakMap",v,y,s,!0,!0);7!=(new d).set((Object.freeze||Object)(p),7).get(p)&&(e=s.getConstructor(v),c(e.prototype,y),u.NEED=!0,i(["delete","has","get","set"],function(t){var n=d.prototype,r=n[t];o(n,t,function(n,i){if(f(n)&&!l(n)){this._f||(this._f=new e);var o=this._f[t](n,i);return"set"==t?this:o}return r.call(this,n,i)})}))},function(t,n,r){"use strict";var e,i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t};e=function(){return this}();try{e=e||Function("return this")()||(0,eval)("this")}catch(t){"object"===("undefined"==typeof window?"undefined":i(window))&&(e=window)}t.exports=e},function(t,n,r){"use strict";(function(t){function n(t,n,r){t[n]||Object[e](t,n,{writable:!0,configurable:!0,value:r})}if(r(296),r(297),r(116),t._babelPolyfill)throw new Error("only one instance of babel-polyfill is allowed");t._babelPolyfill=!0;var e="defineProperty";n(String.prototype,"padLeft","".padStart),n(String.prototype,"padRight","".padEnd),"pop,reverse,shift,keys,values,entries,indexOf,every,some,forEach,map,filter,find,findIndex,includes,join,slice,concat,push,splice,unshift,sort,lastIndexOf,reduce,reduceRight,copyWithin,fill".split(",").forEach(function(t){[][t]&&n(Array,t,Function.call.bind([][t]))})}).call(n,r(113))},function(t,n,r){"use strict";function e(t){return function(){var n=t.apply(this,arguments);return new Promise(function(t,r){function e(i,o){try{var u=n[i](o),c=u.value}catch(t){return void r(t)}if(!u.done)return Promise.resolve(c).then(function(t){e("next",t)},function(t){e("throw",t)});t(c)}return e("next")})}}r(114);var i=function(t){return new Promise(function(n){return setTimeout(n,t)})},o=function(){var t=e(regeneratorRuntime.mark(function t(){return regeneratorRuntime.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(navigator.connection.type!==Connection.NONE){t.next=7;break}return console.log("=> Not connected. Trying again in 2 secs."),document.getElementById("container").style.display="block",t.next=5,i(2e3);case 5:t.next=0;break;case 7:document.getElementById("app").style.display="none";case 8:case"end":return t.stop()}},t,void 0)}));return function(){return t.apply(this,arguments)}}(),u=function(){navigator.notification.alert("Something went wrong. Please reload your app or contact support@worona.org",function(){},"The app couldn't load","Ok")},c=function(){var t=document.createElement("script"),n=document.createElement("script");t.setAttribute("src",window.__webpack__.vendorsFile),document.body.appendChild(t),console.log("=> Loading vendors."),n.setAttribute("src",window.__webpack__.coreFile),t.onload=function(){console.log("=> Vendors loaded. Loading core..."),document.body.appendChild(n)},n.onload=function(){console.log("=> Core loaded.")},t.onerror=u,n.onerror=u},s=function(){return new Promise(function(t,n){chcp.fetchUpdate(function(r){r?r.code===chcp.error.NOTHING_TO_UPDATE?t(!1):n(r.code):t(!0)},{"config-file":"https://"+window.__webpack__.cdn+".worona.io/api/v1/chcp/site/"+window.__woronaSiteId__+"/chcp.json"})})},f=function(){var t=e(regeneratorRuntime.mark(function t(){return regeneratorRuntime.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=1,t.next=4,s();case 4:return t.abrupt("return",t.sent);case 7:return t.prev=7,t.t0=t.catch(1),console.log("Failed to load the update with error code: "+t.t0.code),console.log(t.t0.description),t.next=13,i(500);case 13:t.next=0;break;case 15:case"end":return t.stop()}},t,void 0,[[1,7]])}));return function(){return t.apply(this,arguments)}}(),a=function(){return new Promise(function(t,n){chcp.installUpdate(function(r){r?r.code===chcp.error.NOTHING_TO_INSTALL?t(!1):n(r):t(!0)})})},l=function(){var t=e(regeneratorRuntime.mark(function t(){return regeneratorRuntime.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=1,t.next=4,a();case 4:return t.abrupt("return",t.sent);case 7:return t.prev=7,t.t0=t.catch(1),console.log("Failed to install the update with error code: "+t.t0.code),console.log(t.t0.description),t.next=13,i(500);case 13:t.next=0;break;case 15:case"end":return t.stop()}},t,void 0,[[1,7]])}));return function(){return t.apply(this,arguments)}}(),h=function(){console.log("=> Getting siteId..."),AppSettings.get(function(){var t=e(regeneratorRuntime.mark(function t(n){var r,e;return regeneratorRuntime.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return window.__woronaSiteId__=n.siteid,console.log("=> The siteId is: "+window.__woronaSiteId__),console.log("=> Checking for internet connection."),t.next=5,o();case 5:return console.log("=> Connected."),console.log("=> Launching app."),c(),console.log("=> Checking for update."),t.next=11,f();case 11:if(!(r=t.sent)){t.next=20;break}return console.log("=> There is an update. Trying to install it."),t.next=16,l();case 16:e=t.sent,e?console.log("=> Update installed."):console.log("=> Nothing to install"),t.next=21;break;case 20:console.log("=> Not