X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=priv%2Fstatic%2Fpacks%2Fbase_polyfills.js;h=092ef3b0a588654b3ac988381453796bae9a65b1;hb=4271cfb81a8983f5ec6a878cab1fb3fbd164245d;hp=165856773c8d0cc56b4ee70d20a1fbeb2b0f1300;hpb=657277ffc0d3d25be4376ed629057a2d2cefb2e1;p=akkoma diff --git a/priv/static/packs/base_polyfills.js b/priv/static/packs/base_polyfills.js index 165856773..092ef3b0a 100644 --- a/priv/static/packs/base_polyfills.js +++ b/priv/static/packs/base_polyfills.js @@ -1,2 +1,3 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[2],{1e3:function(e,t,r){"use strict";e.exports=function(){var e,t=Object.assign;return"function"==typeof t&&(t(e={foo:"raz"},{bar:"dwa"},{trzy:"trzy"}),e.foo+e.bar+e.trzy==="razdwatrzy")}},1001:function(e,t,r){"use strict";var i=r(1002),s=r(1006),u=Math.max;e.exports=function(t,r){var n,e,o,a=u(arguments.length,2);for(t=Object(s(t)),o=function(e){try{t[e]=r[e]}catch(e){n||(n=e)}},e=1;e>0},ToUint32:function(e){return this.ToNumber(e)>>>0},ToUint16:function(e){var t=this.ToNumber(e);if(s(t)||0===t||!u(t))return 0;var r=l(t)*Math.floor(Math.abs(t));return c(r,65536)},ToString:function(e){return i(e)},ToObject:function(e){return this.CheckObjectCoercible(e),o(e)},CheckObjectCoercible:function(e,t){if(null==e)throw new a(t||"Cannot call method on "+e);return e},IsCallable:y,SameValue:function(e,t){return e===t?0!==e||1/e==1/t:s(e)&&s(t)},Type:function(e){return null===e?"Null":void 0===e?"Undefined":"function"==typeof e||"object"==typeof e?"Object":"number"==typeof e?"Number":"boolean"==typeof e?"Boolean":"string"==typeof e?"String":void 0},IsPropertyDescriptor:function(e){if("Object"!==this.Type(e))return!1;var t={"[[Configurable]]":!0,"[[Enumerable]]":!0,"[[Get]]":!0,"[[Set]]":!0,"[[Value]]":!0,"[[Writable]]":!0};for(var r in e)if(p(e,r)&&!t[r])return!1;var n=p(e,"[[Value]]"),o=p(e,"[[Get]]")||p(e,"[[Set]]");if(n&&o)throw new a("Property Descriptors may not be both accessor and data descriptors");return!0},IsAccessorDescriptor:function(e){if(void 0===e)return!1;if(!this.IsPropertyDescriptor(e))throw new a("Desc must be a Property Descriptor");return!(!p(e,"[[Get]]")&&!p(e,"[[Set]]"))},IsDataDescriptor:function(e){if(void 0===e)return!1;if(!this.IsPropertyDescriptor(e))throw new a("Desc must be a Property Descriptor");return!(!p(e,"[[Value]]")&&!p(e,"[[Writable]]"))},IsGenericDescriptor:function(e){if(void 0===e)return!1;if(!this.IsPropertyDescriptor(e))throw new a("Desc must be a Property Descriptor");return!this.IsAccessorDescriptor(e)&&!this.IsDataDescriptor(e)},FromPropertyDescriptor:function(e){if(void 0===e)return e;if(!this.IsPropertyDescriptor(e))throw new a("Desc must be a Property Descriptor");if(this.IsDataDescriptor(e))return{value:e["[[Value]]"],writable:!!e["[[Writable]]"],enumerable:!!e["[[Enumerable]]"],configurable:!!e["[[Configurable]]"]};if(this.IsAccessorDescriptor(e))return{get:e["[[Get]]"],set:e["[[Set]]"],enumerable:!!e["[[Enumerable]]"],configurable:!!e["[[Configurable]]"]};throw new a("FromPropertyDescriptor must be called with a fully populated Property Descriptor")},ToPropertyDescriptor:function(e){if("Object"!==this.Type(e))throw new a("ToPropertyDescriptor requires an object");var t={};if(p(e,"enumerable")&&(t["[[Enumerable]]"]=this.ToBoolean(e.enumerable)),p(e,"configurable")&&(t["[[Configurable]]"]=this.ToBoolean(e.configurable)),p(e,"value")&&(t["[[Value]]"]=e.value),p(e,"writable")&&(t["[[Writable]]"]=this.ToBoolean(e.writable)),p(e,"get")){var r=e.get;if(void 0!==r&&!this.IsCallable(r))throw new TypeError("getter must be a function");t["[[Get]]"]=r}if(p(e,"set")){var n=e.set;if(void 0!==n&&!this.IsCallable(n))throw new a("setter must be a function");t["[[Set]]"]=n}if((p(t,"[[Get]]")||p(t,"[[Set]]"))&&(p(t,"[[Value]]")||p(t,"[[Writable]]")))throw new a("Invalid property descriptor. Cannot both specify accessors and a value or writable attribute");return t}};e.exports=h},1025:function(e,t,r){"use strict";var a=Object.prototype.toString,i=r(941),s=r(919),n=function(e){var t;if((t=1= 0");var r,n=0===t?0:t;if(this.IsArray(e)&&(r=this.Get(e,"constructor"),"Object"===this.Type(r)&&h&&f.species&&null===(r=this.Get(r,f.species))&&(r=void 0)),void 0===r)return u(n);if(!this.IsConstructor(r))throw new i("C must be a constructor");return new r(n)},CreateDataProperty:function(e,t,r){if("Object"!==this.Type(e))throw new i("Assertion failed: Type(O) is not Object");if(!this.IsPropertyKey(t))throw new i("Assertion failed: IsPropertyKey(P) is not true");var n=$(e,t),o=n||"function"!=typeof z||z(e);if(n&&(!n.writable||!n.configurable)||!o)return!1;var a={configurable:!0,enumerable:!0,value:r,writable:!0};return Object.defineProperty(e,t,a),!0},CreateDataPropertyOrThrow:function(e,t,r){if("Object"!==this.Type(e))throw new i("Assertion failed: Type(O) is not Object");if(!this.IsPropertyKey(t))throw new i("Assertion failed: IsPropertyKey(P) is not true");var n=this.CreateDataProperty(e,t,r);if(!n)throw new i("unable to create data property");return n},ObjectCreate:function(e,t){if(null!==e&&"Object"!==this.Type(e))throw new i("Assertion failed: proto must be null or an object");if(0<(arguments.length<2?[]:t).length)throw new s("es-abstract does not yet support internal slots");if(null===e&&!C)throw new s("native Object.create support is required to create null objects");return C(e)},AdvanceStringIndex:function(e,t,r){if("String"!==this.Type(e))throw new i("S must be a String");if(!this.IsInteger(t)||t<0||g= 0 and <= 2**53");if("Boolean"!==this.Type(r))throw new i("Assertion failed: unicode must be a Boolean");if(!r)return t+1;if(e.length<=t+1)return t+1;var n=F(e,t);if(n<55296||56319M){var k=g.length-M,j=k%T,E=g.slice(0,j);for(E.length&&z.call(S,E);jo;o++){n+=r[o]["[[value]]"]}return n}function ie(e,t,r){var n=r,o=void 0,a=void 0;if(0===e)o=p.call(Array(n+1),"0"),a=0;else{a=function(e){if("function"==typeof Math.log10)return Math.floor(Math.log10(e));var t=Math.round(Math.log(e)*Math.LOG10E);return t-(Number("1e"+t)>e)}(Math.abs(e));var i=Math.round(Math.exp(Math.abs(a-n+1)*Math.LN10));o=String(Math.round(a-n+1<0?e*i:e/i))}if(n<=a)return o+p.call(Array(a-n+1+1),"0");if(a===n-1)return o;if(0<=a?o=o.slice(0,a+1)+"."+o.slice(a+1):a<0&&(o="0."+p.call(Array(1-(a+1)),"0")+o),0<=o.indexOf(".")&&ta;a++){var i=r[a],s={};s.type=i["[[type]]"],s.value=i["[[value]]"],n[o]=s,o+=1}return n}(this,Number(e))}});var ue={arab:["٠","١","٢","٣","٤","٥","٦","٧","٨","٩"],arabext:["۰","۱","۲","۳","۴","۵","۶","۷","۸","۹"],bali:["᭐","᭑","᭒","᭓","᭔","᭕","᭖","᭗","᭘","᭙"],beng:["০","১","২","৩","৪","৫","৬","৭","৮","৯"],deva:["०","१","२","३","४","५","६","७","८","९"],fullwide:["0","1","2","3","4","5","6","7","8","9"],gujr:["૦","૧","૨","૩","૪","૫","૬","૭","૮","૯"],guru:["੦","੧","੨","੩","੪","੫","੬","੭","੮","੯"],hanidec:["〇","一","二","三","四","五","六","七","八","九"],khmr:["០","១","២","៣","៤","៥","៦","៧","៨","៩"],knda:["೦","೧","೨","೩","೪","೫","೬","೭","೮","೯"],laoo:["໐","໑","໒","໓","໔","໕","໖","໗","໘","໙"],latn:["0","1","2","3","4","5","6","7","8","9"],limb:["᥆","᥇","᥈","᥉","᥊","᥋","᥌","᥍","᥎","᥏"],mlym:["൦","൧","൨","൩","൪","൫","൬","൭","൮","൯"],mong:["᠐","᠑","᠒","᠓","᠔","᠕","᠖","᠗","᠘","᠙"],mymr:["၀","၁","၂","၃","၄","၅","၆","၇","၈","၉"],orya:["୦","୧","୨","୩","୪","୫","୬","୭","୮","୯"],tamldec:["௦","௧","௨","௩","௪","௫","௬","௭","௮","௯"],telu:["౦","౧","౨","౩","౪","౫","౬","౭","౮","౯"],thai:["๐","๑","๒","๓","๔","๕","๖","๗","๘","๙"],tibt:["༠","༡","༢","༣","༤","༥","༦","༧","༨","༩"]};A(ee.NumberFormat.prototype,"resolvedOptions",{configurable:!0,writable:!0,value:function(){var e=void 0,t=new x,r=["locale","numberingSystem","style","currency","currencyDisplay","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","useGrouping"],n=null!==this&&"object"===u.typeof(this)&&J(this);if(!n||!n["[[initializedNumberFormat]]"])throw new TypeError("`this` value for resolvedOptions() is not an initialized Intl.NumberFormat object.");for(var o=0,a=r.length;oo;o++){n+=r[o].value}return n}B.DateTimeFormat={"[[availableLocales]]":[],"[[relevantExtensionKeys]]":["ca","nu"],"[[localeData]]":{}},A(ee.DateTimeFormat,"supportedLocalesOf",{configurable:!0,writable:!0,value:h.call(function(e){if(!$.call(this,"[[availableLocales]]"))throw new TypeError("supportedLocalesOf() is not a constructor");var t=K(),r=arguments[1],n=this["[[availableLocales]]"],o=W(e);return t(),Q(n,o,r)},B.NumberFormat)}),A(ee.DateTimeFormat.prototype,"format",{configurable:!0,get:Ee}),Object.defineProperty(ee.DateTimeFormat.prototype,"formatToParts",{enumerable:!1,writable:!0,configurable:!0,value:function(){var e=arguments.length<=0||void 0===arguments[0]?void 0:arguments[0],t=null!==this&&"object"===u.typeof(this)&&J(this);if(!t||!t["[[initializedDateTimeFormat]]"])throw new TypeError("`this` value for formatToParts() is not an initialized Intl.DateTimeFormat object.");return function(e,t){for(var r=Ae(e,t),n=[],o=0;r.length>o;o++){var a=r[o];n.push({type:a.type,value:a.value})}return n}(this,void 0===e?Date.now():m(e))}}),A(ee.DateTimeFormat.prototype,"resolvedOptions",{writable:!0,configurable:!0,value:function(){var e=void 0,t=new x,r=["locale","calendar","numberingSystem","timeZone","hour12","weekday","era","year","month","day","hour","minute","second","timeZoneName"],n=null!==this&&"object"===u.typeof(this)&&J(this);if(!n||!n["[[initializedDateTimeFormat]]"])throw new TypeError("`this` value for resolvedOptions() is not an initialized Intl.DateTimeFormat object.");for(var o=0,a=r.length;o1&&"boolean"!=typeof t)throw new TypeError('"allowMissing" argument must be a boolean');for(var r=d(e),n=g("%"+(r.length>0?r[0]:"")+"%",t),o=1;o=r.length){var i=a(n,r[o]);n=i?i.get||i.value:n[r[o]]}else n=n[r[o]];return n}},1031:function(e,t,r){"use strict";var n=r(1172),a="function"==typeof Symbol&&"symbol"==typeof Symbol("foo"),o=Object.prototype.toString,i=Array.prototype.concat,s=Object.defineProperty,u=s&&function(){var e={};try{for(var t in s(e,"x",{enumerable:!1,value:e}),e)return!1;return e.x===e}catch(e){return!1}}(),l=function(e,t,r,n){var a;t in e&&("function"!=typeof(a=n)||"[object Function]"!==o.call(a)||!n())||(u?s(e,t,{configurable:!0,enumerable:!1,value:r,writable:!0}):e[t]=r)},c=function(e,t){var r=arguments.length>2?arguments[2]:{},o=n(t);a&&(o=i.call(o,Object.getOwnPropertySymbols(t)));for(var s=0;s=0&&"[object Function]"===n.call(e.callee)),r}},1087:function(e,t,r){"use strict";e.exports=r(1088)},1088:function(e,t,r){"use strict";var n=r(1024)("%TypeError%");e.exports=function(e,t){if(null==e)throw new n(t||"Cannot call method on "+e);return e}},1089:function(e,t,r){"use strict";(function(t){var n=t.Symbol,a=r(1174);e.exports=function(){return"function"==typeof n&&("function"==typeof Symbol&&("symbol"==typeof n("foo")&&("symbol"==typeof Symbol("bar")&&a())))}}).call(this,r(71))},1090:function(e,t,r){"use strict";var n=r(1060),a=r(1024)("%Function%"),o=a.apply,i=a.call;e.exports=function(){return n.apply(i,arguments)},e.exports.apply=function(){return n.apply(o,arguments)}},1091:function(e,t,r){"use strict";var n=r(1092),a=r(1188),o=r(1190),i=r(1191),s=r(1061),u=r(1093),l=r(1024),c=r(1042),y=r(1192),f=c("String.prototype.charAt"),p=l("%Array.prototype.indexOf%");e.exports=function(e){var t=arguments.length>1?n(arguments[1]):0;if(p&&!s(e)&&u(t)&&void 0!==e)return p.apply(this,arguments)>-1;var r=o(this),l=a(r.length);if(0===l)return!1;for(var c=t>=0?t:Math.max(0,l+t);c1){for(var u=Array(i),l=0;l=0||Object.prototype.hasOwnProperty.call(e,n)&&(r[n]=e[n]);return r},possibleConstructorReturn:function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t},selfGlobal:u,set:function e(t,r,n,a){var o=Object.getOwnPropertyDescriptor(t,r);if(void 0===o){var i=Object.getPrototypeOf(t);null!==i&&e(i,r,n,a)}else if("value"in o&&o.writable)o.value=n;else{var s=o.set;void 0!==s&&s.call(a,n)}return n},slicedToArray:l,slicedToArrayLoose:function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e)){for(var r,n=[],a=e[Symbol.iterator]();!(r=a.next()).done&&(n.push(r.value),!t||n.length!==t););return n}throw new TypeError("Invalid attempt to destructure non-iterable instance")},taggedTemplateLiteral:function(e,t){return Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))},taggedTemplateLiteralLoose:function(e,t){return e.raw=t,e},temporalRef:function(e,t,r){if(e===r)throw new ReferenceError(t+" is not defined - temporal dead zone");return e},temporalUndefined:{},toArray:function(e){return Array.isArray(e)?e:Array.from(e)},toConsumableArray:function(e){if(Array.isArray(e)){for(var t=0,r=Array(e.length);t="a"&&r<="z"&&(e=e.slice(0,t)+r.toUpperCase()+e.slice(t+1))}return e}function _(e){return!!D.test(e)&&(!z.test(e)&&!I.test(e))}function H(e){for(var t=void 0,r=void 0,n=1,a=(r=(e=e.toLowerCase()).split("-")).length;n1&&(t.sort(),e=e.replace(RegExp("(?:"+R.source+")+","i"),w.call(t,""))),p.call(C.tags,e)&&(e=C.tags[e]);for(var o=1,i=(r=e.split("-")).length;o-1)return r;var n=r.lastIndexOf("-");if(n<0)return;n>=2&&"-"===r.charAt(n-2)&&(n-=2),r=r.substring(0,n)}}function $(e,t){for(var r=0,n=t.length,a=void 0,o=void 0,i=void 0;r2){var M=s[S+1];-1!==w.call(m,M)&&(b="-"+g+"-"+(v=M))}else{-1!==w(m,"true")&&(v="true")}}if(p.call(r,"[["+g+"]]")){var k=r["[["+g+"]]"];-1!==w.call(m,k)&&k!==v&&(v=k,b="")}c["[["+g+"]]"]=v,y+=b,f++}if(y.length>2){var j=i.indexOf("-x-");if(-1===j)i+=y;else{var E=i.substring(0,j),A=i.substring(j);i=E+y+A}i=H(i)}return c["[[locale]]"]=i,c}function Y(e,t){for(var r=t.length,n=new E,a=0;an)throw new RangeError("Value is not a number or outside accepted range");return Math.floor(o)}return a}var V={};Object.defineProperty(V,"getCanonicalLocales",{enumerable:!1,configurable:!0,writable:!0,value:function(e){for(var t=W(e),r=[],n=t.length,a=0;a-1&&ly){var h=s.substring(y,l);b.call(u,{"[[type]]":"literal","[[value]]":h})}var d=s.substring(l+1,c);if("number"===d)if(isNaN(t)){var g=i.nan;b.call(u,{"[[type]]":"nan","[[value]]":g})}else if(isFinite(t)){"percent"===r["[[style]]"]&&isFinite(t)&&(t*=100);var m=void 0;m=p.call(r,"[[minimumSignificantDigits]]")&&p.call(r,"[[maximumSignificantDigits]]")?oe(t,r["[[minimumSignificantDigits]]"],r["[[maximumSignificantDigits]]"]):ie(t,r["[[minimumIntegerDigits]]"],r["[[minimumFractionDigits]]"],r["[[maximumFractionDigits]]"]),se[a]?function(){var e=se[a];m=String(m).replace(/\d/g,(function(t){return e[t]}))}():m=String(m);var v=void 0,w=void 0,M=m.indexOf(".",0);if(M>0?(v=m.substring(0,M),w=m.substring(M+1,M.length)):(v=m,w=void 0),!0===r["[[useGrouping]]"]){var j=i.group,T=[],A=o.patterns.primaryGroupSize||3,O=o.patterns.secondaryGroupSize||A;if(v.length>A){var P=v.length-A,x=P%O,K=v.slice(0,x);for(K.length&&b.call(T,K);xa;a++){n+=r[a]["[[value]]"]}return n}function oe(e,t,r){var n=r,a=void 0,o=void 0;if(0===e)a=w.call(Array(n+1),"0"),o=0;else{o=function(e){if("function"==typeof Math.log10)return Math.floor(Math.log10(e));var t=Math.round(Math.log(e)*Math.LOG10E);return t-(Number("1e"+t)>e)}(Math.abs(e));var i=Math.round(Math.exp(Math.abs(o-n+1)*Math.LN10));a=String(Math.round(o-n+1<0?e*i:e/i))}if(o>=n)return a+w.call(Array(o-n+1+1),"0");if(o===n-1)return a;if(o>=0?a=a.slice(0,o+1)+"."+a.slice(o+1):o<0&&(a="0."+w.call(Array(1-(o+1)),"0")+a),a.indexOf(".")>=0&&r>t){for(var s=r-t;s>0&&"0"===a.charAt(a.length-1);)a=a.slice(0,-1),s--;"."===a.charAt(a.length-1)&&(a=a.slice(0,-1))}return a}function ie(e,t,r,n){var a,o=n,i=Math.pow(10,o)*e,s=0===i?"0":i.toFixed(0),u=(a=s.indexOf("e"))>-1?s.slice(a+1):0;u&&(s=s.slice(0,a).replace(".",""),s+=w.call(Array(u-(s.length-1)+1),"0"));var l=void 0;if(0!==o){var c=s.length;if(c<=o)s=w.call(Array(o+1-c+1),"0")+s,c=o+1;var y=s.substring(0,c-o),f=s.substring(c-o,s.length);s=y+"."+f,l=y.length}else l=s.length;for(var p=n-r;p>0&&"0"===s.slice(-1);)s=s.slice(0,-1),p--;("."===s.slice(-1)&&(s=s.slice(0,-1)),lo;o++){var i=r[o],s={};s.type=i["[[type]]"],s.value=i["[[value]]"],n[a]=s,a+=1}return n}(this,Number(e))}});var se={arab:["٠","١","٢","٣","٤","٥","٦","٧","٨","٩"],arabext:["۰","۱","۲","۳","۴","۵","۶","۷","۸","۹"],bali:["᭐","᭑","᭒","᭓","᭔","᭕","᭖","᭗","᭘","᭙"],beng:["০","১","২","৩","৪","৫","৬","৭","৮","৯"],deva:["०","१","२","३","४","५","६","७","८","९"],fullwide:["0","1","2","3","4","5","6","7","8","9"],gujr:["૦","૧","૨","૩","૪","૫","૬","૭","૮","૯"],guru:["੦","੧","੨","੩","੪","੫","੬","੭","੮","੯"],hanidec:["〇","一","二","三","四","五","六","七","八","九"],khmr:["០","១","២","៣","៤","៥","៦","៧","៨","៩"],knda:["೦","೧","೨","೩","೪","೫","೬","೭","೮","೯"],laoo:["໐","໑","໒","໓","໔","໕","໖","໗","໘","໙"],latn:["0","1","2","3","4","5","6","7","8","9"],limb:["᥆","᥇","᥈","᥉","᥊","᥋","᥌","᥍","᥎","᥏"],mlym:["൦","൧","൨","൩","൪","൫","൬","൭","൮","൯"],mong:["᠐","᠑","᠒","᠓","᠔","᠕","᠖","᠗","᠘","᠙"],mymr:["၀","၁","၂","၃","၄","၅","၆","၇","၈","၉"],orya:["୦","୧","୨","୩","୪","୫","୬","୭","୮","୯"],tamldec:["௦","௧","௨","௩","௪","௫","௬","௭","௮","௯"],telu:["౦","౧","౨","౩","౪","౫","౬","౭","౮","౯"],thai:["๐","๑","๒","๓","๔","๕","๖","๗","๘","๙"],tibt:["༠","༡","༢","༣","༤","༥","༦","༧","༨","༩"]};h(V.NumberFormat.prototype,"resolvedOptions",{configurable:!0,writable:!0,value:function(){var e=void 0,t=new T,r=["locale","numberingSystem","style","currency","currencyDisplay","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","useGrouping"],n=null!==this&&"object"===c.typeof(this)&&F(this);if(!n||!n["[[initializedNumberFormat]]"])throw new TypeError("`this` value for resolvedOptions() is not an initialized Intl.NumberFormat object.");for(var a=0,o=r.length;ar&&(r=s,n=i),a++}return n}(s,M);else{var O=Z(r,"hour12","boolean");s.hour12=void 0===O?S.hour12:O,w=function(e,t){var r=[];for(var n in ke)p.call(ke,n)&&void 0!==e["[["+n+"]]"]&&r.push(n);if(1===r.length){var a=function(e,t){var r;if(be[e]&&be[e][t])return r={originalPattern:be[e][t],_:i({},e,t),extendedPattern:"{"+e+"}"},i(r,e,t),i(r,"pattern12","{"+e+"}"),i(r,"pattern","{"+e+"}"),r}(r[0],e["[["+r[0]+"]]"]);if(a)return a}var o=-1/0,s=void 0,u=0,l=t.length;for(;u=2||w>=2&&b<=1?S>0?y-=6:S<0&&(y-=8):S>1?y-=3:S<-1&&(y-=6)}}c._.hour12!==e.hour12&&(y-=1),y>o&&(o=y,s=c),u++}return s}(s,M)}for(var P in ke)if(p.call(ke,P)&&p.call(w,P)){var x=w[P];x=w._&&p.call(w._,P)?w._[P]:x,n["[["+P+"]]"]=x}var K=void 0,N=Z(r,"hour12","boolean");if(n["[[hour]]"])if(N=void 0===N?S.hour12:N,n["[[hour12]]"]=N,!0===N){var D=S.hourNo0;n["[[hourNo0]]"]=D,K=w.pattern12}else K=w.pattern;else K=w.pattern;n["[[pattern]]"]=K,n["[[boundFormat]]"]=void 0,n["[[initializedDateTimeFormat]]"]=!0,f&&(e.format=Te.call(e));return a(),e}(O(this),e,t):new V.DateTimeFormat(e,t)}h(V,"DateTimeFormat",{configurable:!0,writable:!0,value:Me}),h(Me,"prototype",{writable:!1});var ke={weekday:["narrow","short","long"],era:["narrow","short","long"],year:["2-digit","numeric"],month:["2-digit","numeric","narrow","short","long"],day:["2-digit","numeric"],hour:["2-digit","numeric"],minute:["2-digit","numeric"],second:["2-digit","numeric"],timeZoneName:["short","long"]};function je(e,t,r){if(void 0===e)e=null;else{var n=O(e);for(var a in e=new T,n)e[a]=n[a]}e=g(e);var o=!0;return"date"!==t&&"any"!==t||void 0===e.weekday&&void 0===e.year&&void 0===e.month&&void 0===e.day||(o=!1),"time"!==t&&"any"!==t||void 0===e.hour&&void 0===e.minute&&void 0===e.second||(o=!1),!o||"date"!==r&&"all"!==r||(e.year=e.month=e.day="numeric"),!o||"time"!==r&&"all"!==r||(e.hour=e.minute=e.second="numeric"),e}function Te(){var e=null!==this&&"object"===c.typeof(this)&&F(this);if(!e||!e["[[initializedDateTimeFormat]]"])throw new TypeError("`this` value for format() is not an initialized Intl.DateTimeFormat object.");if(void 0===e["[[boundFormat]]"]){var t=M.call((function(){var e=arguments.length<=0||void 0===arguments[0]?void 0:arguments[0],t=void 0===e?Date.now():P(e);return Ae(this,t)}),this);e["[[boundFormat]]"]=t}return e["[[boundFormat]]"]}function Ee(e,t){if(!isFinite(t))throw new RangeError("Invalid valid date passed to format");var r=e.__getInternalProperties(j);A();for(var n,a,o,i,s=r["[[locale]]"],u=new V.NumberFormat([s],{useGrouping:!1}),l=new V.NumberFormat([s],{minimumIntegerDigits:2,useGrouping:!1}),c=(n=t,r["[[calendar]]"],a=r["[[timeZone]]"],new T({"[[weekday]]":(o=new Date(n))[(i="get"+(a||""))+"Day"](),"[[era]]":+(o[i+"FullYear"]()>=0),"[[year]]":o[i+"FullYear"](),"[[month]]":o[i+"Month"](),"[[day]]":o[i+"Date"](),"[[hour]]":o[i+"Hours"](),"[[minute]]":o[i+"Minutes"](),"[[second]]":o[i+"Seconds"](),"[[inDST]]":!1})),y=r["[[pattern]]"],f=new E,p=0,h=y.indexOf("{"),d=0,g=r["[[dataLocale]]"],m=k.DateTimeFormat["[[localeData]]"][g].calendars,v=r["[[calendar]]"];-1!==h;){var w=void 0;if(-1===(d=y.indexOf("}",h)))throw new Error("Unclosed pattern");h>p&&b.call(f,{type:"literal",value:y.substring(p,h)});var S=y.substring(h+1,d);if(ke.hasOwnProperty(S)){var M=r["[["+S+"]]"],O=c["[["+S+"]]"];if("year"===S&&O<=0?O=1-O:"month"===S?O++:"hour"===S&&!0===r["[[hour12]]"]&&0===(O%=12)&&!0===r["[[hourNo0]]"]&&(O=12),"numeric"===M)w=ae(u,O);else if("2-digit"===M)(w=ae(l,O)).length>2&&(w=w.slice(-2));else if(M in we)switch(S){case"month":w=Se(m,v,"months",M,c["[["+S+"]]"]);break;case"weekday":try{w=Se(m,v,"days",M,c["[["+S+"]]"])}catch(e){throw new Error("Could not find weekday data for locale "+s)}break;case"timeZoneName":w="";break;case"era":try{w=Se(m,v,"eras",M,c["[["+S+"]]"])}catch(e){throw new Error("Could not find era data for locale "+s)}break;default:w=c["[["+S+"]]"]}b.call(f,{type:S,value:w})}else if("ampm"===S){w=Se(m,v,"dayPeriods",c["[[hour]]"]>11?"pm":"am",null),b.call(f,{type:"dayPeriod",value:w})}else b.call(f,{type:"literal",value:y.substring(h,d+1)});p=d+1,h=y.indexOf("{",p)}return da;a++){n+=r[a].value}return n}k.DateTimeFormat={"[[availableLocales]]":[],"[[relevantExtensionKeys]]":["ca","nu"],"[[localeData]]":{}},h(V.DateTimeFormat,"supportedLocalesOf",{configurable:!0,writable:!0,value:M.call((function(e){if(!p.call(this,"[[availableLocales]]"))throw new TypeError("supportedLocalesOf() is not a constructor");var t=A(),r=arguments[1],n=this["[[availableLocales]]"],a=W(e);return t(),Q(n,a,r)}),k.NumberFormat)}),h(V.DateTimeFormat.prototype,"format",{configurable:!0,get:Te}),Object.defineProperty(V.DateTimeFormat.prototype,"formatToParts",{enumerable:!1,writable:!0,configurable:!0,value:function(){var e=arguments.length<=0||void 0===arguments[0]?void 0:arguments[0],t=null!==this&&"object"===c.typeof(this)&&F(this);if(!t||!t["[[initializedDateTimeFormat]]"])throw new TypeError("`this` value for formatToParts() is not an initialized Intl.DateTimeFormat object.");return function(e,t){for(var r=Ee(e,t),n=[],a=0;r.length>a;a++){var o=r[a];n.push({type:o.type,value:o.value})}return n}(this,void 0===e?Date.now():P(e))}}),h(V.DateTimeFormat.prototype,"resolvedOptions",{writable:!0,configurable:!0,value:function(){var e=void 0,t=new T,r=["locale","calendar","numberingSystem","timeZone","hour12","weekday","era","year","month","day","hour","minute","second","timeZoneName"],n=null!==this&&"object"===c.typeof(this)&&F(this);if(!n||!n["[[initializedDateTimeFormat]]"])throw new TypeError("`this` value for resolvedOptions() is not an initialized Intl.DateTimeFormat object.");for(var a=0,o=r.length;a2&&4===a[1].length&&b.call(n,a[0]+"-"+a[2]);for(;r=S.call(n);)b.call(k.NumberFormat["[[availableLocales]]"],r),k.NumberFormat["[[localeData]]"][r]=e.number,e.date&&(e.date.nu=e.number.nu,b.call(k.DateTimeFormat["[[availableLocales]]"],r),k.DateTimeFormat["[[localeData]]"][r]=e.date);void 0===J&&function(e){J=e}(t)}(e,e.locale)}}),h(V,"__disableRegExpRestore",{value:function(){k.disableRegExpRestore=!0}}),e.exports=V}).call(this,r(71))},1147:function(e,t){},1148:function(e,t,r){"use strict";var n=r(1040),a={object:!0,symbol:!0};e.exports=function(){var e,t=n.Symbol;if("function"!=typeof t)return!1;e=t("test symbol");try{String(e)}catch(e){return!1}return!!a[typeof t.iterator]&&(!!a[typeof t.toPrimitive]&&!!a[typeof t.toStringTag])}},1149:function(e,t,r){"use strict";e.exports=function(){return"object"==typeof globalThis&&(!!globalThis&&globalThis.Array===Array)}},1150:function(e,t){var r=function(){if("object"==typeof self&&self)return self;if("object"==typeof window&&window)return window;throw new Error("Unable to resolve global `this`")};e.exports=function(){if(this)return this;try{Object.defineProperty(Object.prototype,"__global__",{get:function(){return this},configurable:!0})}catch(e){return r()}try{return __global__||r()}finally{delete Object.prototype.__global__}}()},1151:function(e,t,r){"use strict";var n,a,o,i=r(1041),s=r(1084),u=r(1040).Symbol,l=r(1169),c=r(1170),y=r(1171),f=Object.create,p=Object.defineProperties,h=Object.defineProperty;if("function"==typeof u)try{String(u()),o=!0}catch(e){}else u=null;a=function(e){if(this instanceof a)throw new TypeError("Symbol is not a constructor");return n(e)},e.exports=n=function e(t){var r;if(this instanceof e)throw new TypeError("Symbol is not a constructor");return o?u(t):(r=f(a.prototype),t=void 0===t?"":String(t),p(r,{__description__:i("",t),__name__:i("",l(t))}))},c(n),y(n),p(a.prototype,{constructor:i(n),toString:i("",(function(){return this.__name__}))}),p(n.prototype,{toString:i((function(){return"Symbol ("+s(this).__description__+")"})),valueOf:i((function(){return s(this)}))}),h(n.prototype,n.toPrimitive,i("",(function(){var e=s(this);return"symbol"==typeof e?e:e.toString()}))),h(n.prototype,n.toStringTag,i("c","Symbol")),h(a.prototype,n.toStringTag,i("c",n.prototype[n.toStringTag])),h(a.prototype,n.toPrimitive,i("c",n.prototype[n.toPrimitive]))},1152:function(e,t,r){"use strict";var n=r(1153),a=/^\s*class[\s{/}]/,o=Function.prototype.toString;e.exports=function(e){return!!n(e)&&!a.test(o.call(e))}},1153:function(e,t,r){"use strict";var n=r(1154);e.exports=function(e){if("function"!=typeof e)return!1;if(!hasOwnProperty.call(e,"length"))return!1;try{if("number"!=typeof e.length)return!1;if("function"!=typeof e.call)return!1;if("function"!=typeof e.apply)return!1}catch(e){return!1}return!n(e)}},1154:function(e,t,r){"use strict";var n=r(1155);e.exports=function(e){if(!n(e))return!1;try{return!!e.constructor&&e.constructor.prototype===e}catch(e){return!1}}},1155:function(e,t,r){"use strict";var n=r(1083),a={object:!0,function:!0,undefined:!0};e.exports=function(e){return!!n(e)&&hasOwnProperty.call(a,typeof e)}},1156:function(e,t,r){"use strict";e.exports=r(1157)()?Object.assign:r(1158)},1157:function(e,t,r){"use strict";e.exports=function(){var e,t=Object.assign;return"function"==typeof t&&(t(e={foo:"raz"},{bar:"dwa"},{trzy:"trzy"}),e.foo+e.bar+e.trzy==="razdwatrzy")}},1158:function(e,t,r){"use strict";var n=r(1159),a=r(1163),o=Math.max;e.exports=function(e,t){var r,i,s,u=o(arguments.length,2);for(e=Object(a(e)),s=function(n){try{e[n]=t[n]}catch(e){r||(r=e)}},i=1;i-1}},1168:function(e,t,r){"use strict";e.exports=function(e){return!!e&&("symbol"==typeof e||!!e.constructor&&("Symbol"===e.constructor.name&&"Symbol"===e[e.constructor.toStringTag]))}},1169:function(e,t,r){"use strict";var n=r(1041),a=Object.create,o=Object.defineProperty,i=Object.prototype,s=a(null);e.exports=function(e){for(var t,r,a=0;s[e+(a||"")];)++a;return s[e+=a||""]=!0,o(i,t="@@"+e,n.gs(null,(function(e){r||(r=!0,o(this,t,n(e)),r=!1)}))),t}},1170:function(e,t,r){"use strict";var n=r(1041),a=r(1040).Symbol;e.exports=function(e){return Object.defineProperties(e,{hasInstance:n("",a&&a.hasInstance||e("hasInstance")),isConcatSpreadable:n("",a&&a.isConcatSpreadable||e("isConcatSpreadable")),iterator:n("",a&&a.iterator||e("iterator")),match:n("",a&&a.match||e("match")),replace:n("",a&&a.replace||e("replace")),search:n("",a&&a.search||e("search")),species:n("",a&&a.species||e("species")),split:n("",a&&a.split||e("split")),toPrimitive:n("",a&&a.toPrimitive||e("toPrimitive")),toStringTag:n("",a&&a.toStringTag||e("toStringTag")),unscopables:n("",a&&a.unscopables||e("unscopables"))})}},1171:function(e,t,r){"use strict";var n=r(1041),a=r(1084),o=Object.create(null);e.exports=function(e){return Object.defineProperties(e,{for:n((function(t){return o[t]?o[t]:o[t]=e(String(t))})),keyFor:n((function(e){var t;for(t in a(e),o)if(o[t]===e)return t}))})}},1172:function(e,t,r){"use strict";var n=Array.prototype.slice,a=r(1086),o=Object.keys,i=o?function(e){return o(e)}:r(1173),s=Object.keys;i.shim=function(){Object.keys?function(){var e=Object.keys(arguments);return e&&e.length===arguments.length}(1,2)||(Object.keys=function(e){return a(e)?s(n.call(e)):s(e)}):Object.keys=i;return Object.keys||i},e.exports=i},1173:function(e,t,r){"use strict";var n;if(!Object.keys){var a=Object.prototype.hasOwnProperty,o=Object.prototype.toString,i=r(1086),s=Object.prototype.propertyIsEnumerable,u=!s.call({toString:null},"toString"),l=s.call((function(){}),"prototype"),c=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],y=function(e){var t=e.constructor;return t&&t.prototype===e},f={$applicationCache:!0,$console:!0,$external:!0,$frame:!0,$frameElement:!0,$frames:!0,$innerHeight:!0,$innerWidth:!0,$onmozfullscreenchange:!0,$onmozfullscreenerror:!0,$outerHeight:!0,$outerWidth:!0,$pageXOffset:!0,$pageYOffset:!0,$parent:!0,$scrollLeft:!0,$scrollTop:!0,$scrollX:!0,$scrollY:!0,$self:!0,$webkitIndexedDB:!0,$webkitStorageInfo:!0,$window:!0},p=function(){if("undefined"==typeof window)return!1;for(var e in window)try{if(!f["$"+e]&&a.call(window,e)&&null!==window[e]&&"object"==typeof window[e])try{y(window[e])}catch(e){return!0}}catch(e){return!0}return!1}();n=function(e){var t=null!==e&&"object"==typeof e,r="[object Function]"===o.call(e),n=i(e),s=t&&"[object String]"===o.call(e),f=[];if(!t&&!r&&!n)throw new TypeError("Object.keys called on a non-object");var h=l&&r;if(s&&e.length>0&&!a.call(e,0))for(var d=0;d0)for(var g=0;g=0?1:-1}},1179:function(e,t,r){"use strict";var n=r(1024),a=n("%TypeError%"),o=n("%Number%"),i=n("%RegExp%"),s=n("%parseInt%"),u=r(1042),l=r(1180),c=r(1181),y=u("String.prototype.slice"),f=l(/^0b[01]+$/i),p=l(/^0o[0-7]+$/i),h=l(/^[-+]0x[0-9a-f]+$/i),d=l(new i("["+["…","​","￾"].join("")+"]","g")),g=["\t\n\v\f\r   ᠎    ","          \u2028","\u2029\ufeff"].join(""),m=new RegExp("(^["+g+"]+)|(["+g+"]+$)","g"),v=u("String.prototype.replace"),b=r(1182);e.exports=function e(t){var r=c(t)?t:b(t,o);if("symbol"==typeof r)throw new a("Cannot convert a Symbol value to a number");if("string"==typeof r){if(f(r))return e(s(y(r,2),2));if(p(r))return e(s(y(r,2),8));if(d(r)||h(r))return NaN;var n=function(e){return v(e,m,"")}(r);if(n!==r)return e(n)}return o(r)}},1180:function(e,t,r){"use strict";var n=r(1024)("RegExp.prototype.test"),a=r(1090);e.exports=function(e){return a(n,e)}},1181:function(e,t,r){"use strict";e.exports=function(e){return null===e||"function"!=typeof e&&"object"!=typeof e}},1182:function(e,t,r){"use strict";var n=r(1183);e.exports=function(e){return arguments.length>1?n(e,arguments[1]):n(e)}},1183:function(e,t,r){"use strict";var n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator,a=r(1184),o=r(1185),i=r(1186),s=r(1187),u=function(e,t){if(null==e)throw new TypeError("Cannot call method on "+e);if("string"!=typeof t||"number"!==t&&"string"!==t)throw new TypeError('hint must be "string" or "number"');var r,n,i,s="string"===t?["toString","valueOf"]:["valueOf","toString"];for(i=0;i1&&(arguments[1]===String?r="string":arguments[1]===Number&&(r="number")),n&&(Symbol.toPrimitive?t=l(e,Symbol.toPrimitive):s(e)&&(t=Symbol.prototype.valueOf)),void 0!==t){var o=t.call(e,r);if(a(o))return o;throw new TypeError("unable to convert exotic object to primitive")}return"default"===r&&(i(e)||s(e))&&(r="string"),u(e,"default"===r?"number":r)}},1184:function(e,t,r){"use strict";e.exports=function(e){return null===e||"function"!=typeof e&&"object"!=typeof e}},1185:function(e,t,r){"use strict";var n=Function.prototype.toString,a=/^\s*class\b/,o=function(e){try{var t=n.call(e);return a.test(t)}catch(e){return!1}},i=Object.prototype.toString,s="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;e.exports=function(e){if(!e)return!1;if("function"!=typeof e&&"object"!=typeof e)return!1;if("function"==typeof e&&!e.prototype)return!0;if(s)return function(e){try{return!o(e)&&(n.call(e),!0)}catch(e){return!1}}(e);if(o(e))return!1;var t=i.call(e);return"[object Function]"===t||"[object GeneratorFunction]"===t}},1186:function(e,t,r){"use strict";var n=Date.prototype.getDay,a=Object.prototype.toString,o="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;e.exports=function(e){return"object"==typeof e&&null!==e&&(o?function(e){try{return n.call(e),!0}catch(e){return!1}}(e):"[object Date]"===a.call(e))}},1187:function(e,t,r){"use strict";var n=Object.prototype.toString;if(r(1089)()){var a=Symbol.prototype.toString,o=/^Symbol\(.*\)$/;e.exports=function(e){if("symbol"==typeof e)return!0;if("[object Symbol]"!==n.call(e))return!1;try{return function(e){return"symbol"==typeof e.valueOf()&&o.test(a.call(e))}(e)}catch(e){return!1}}}else e.exports=function(e){return!1}},1188:function(e,t,r){"use strict";var n=r(1189),a=r(1092);e.exports=function(e){var t=a(e);return t<=0?0:t>n?n:t}},1189:function(e,t,r){"use strict";var n=r(1024),a=n("%Math%"),o=n("%Number%");e.exports=o.MAX_SAFE_INTEGER||a.pow(2,53)-1},1190:function(e,t,r){"use strict";var n=r(1024)("%Object%"),a=r(1087);e.exports=function(e){return a(e),n(e)}},1191:function(e,t,r){"use strict";var n=r(1061);e.exports=function(e,t){return e===t||n(e)&&n(t)}},1192:function(e,t,r){"use strict";var n=String.prototype.valueOf,a=Object.prototype.toString,o="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;e.exports=function(e){return"string"==typeof e||"object"==typeof e&&(o?function(e){try{return n.call(e),!0}catch(e){return!1}}(e):"[object String]"===a.call(e))}},1193:function(e,t,r){"use strict";var n=r(1031),a=r(1094);e.exports=function(){var e=a();return n(Array.prototype,{includes:e},{includes:function(){return Array.prototype.includes!==e}}),e}},1194:function(e,t,r){"use strict";var n=r(1060);e.exports=n.call(Function.call,Object.prototype.hasOwnProperty)},1195:function(e,t,r){"use strict";e.exports=r(1088)},1196:function(e,t,r){"use strict";var n=r(1097),a=r(1031);e.exports=function(){var e=n();return a(Object,{values:e},{values:function(){return Object.values!==e}}),e}},1197:function(e,t,r){"use strict";var n=r(1031),a=r(1100);e.exports=function(){var e=a();return n(Number,{isNaN:e},{isNaN:function(){return Number.isNaN!==e}}),e}},425:function(e,t,r){"use strict";r.d(t,"a",(function(){return n}));var n=function(e){for(var t=window.atob(e),r=new Uint8Array(t.length),n=0;n=0){var o=a.split(";base64,")[1];n=Object(y.a)(o)}else{n=a.split(",")[1]}e(new Blob([n],{type:t}))}})}},465:function(e,t,r){"use strict";r.r(t);r(1080),r(1081),r(1082);var n=r(1085),a=r.n(n),o=r(86),i=r.n(o),s=r(1095),u=r.n(s),l=r(1098),c=r.n(l);if(Array.prototype.includes||a.a.shim(),Object.assign||(Object.assign=i.a),Object.values||u.a.shim(),Number.isNaN||(Number.isNaN=c.a),!HTMLCanvasElement.prototype.toBlob){Object.defineProperty(HTMLCanvasElement.prototype,"toBlob",{value:function(e,t,r){void 0===t&&(t="image/png");var n,a=this.toDataURL(t,r);a.indexOf(";base64,")>=0?n=function(e){for(var t=window.atob(e),r=new Uint8Array(t.length),n=0;n