@everymatrix/player-account-notifications 1.63.3 → 1.64.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,4 +15,4 @@ PERFORMANCE OF THIS SOFTWARE.
15
15
  `+r.map(function(n,i){return i+1+") "+n.toString()}).join(`
16
16
  `):"",this.name="UnsubscriptionError",this.errors=r}});function je(e,t){if(e){var r=e.indexOf(t);0<=r&&e.splice(r,1)}}var _e=function(){function e(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}return e.prototype.unsubscribe=function(){var t,r,n,i,o;if(!this.closed){this.closed=!0;var s=this._parentage;if(s)if(this._parentage=null,Array.isArray(s))try{for(var a=De(s),h=a.next();!h.done;h=a.next()){var u=h.value;u.remove(this)}}catch(p){t={error:p}}finally{try{h&&!h.done&&(r=a.return)&&r.call(a)}finally{if(t)throw t.error}}else s.remove(this);var l=this.initialTeardown;if(I(l))try{l()}catch(p){o=p instanceof we?p.errors:[p]}var c=this._finalizers;if(c){this._finalizers=null;try{for(var f=De(c),d=f.next();!d.done;d=f.next()){var m=d.value;try{lt(m)}catch(p){o=o!=null?o:[],p instanceof we?o=Fe(Fe([],Ge(o)),Ge(p.errors)):o.push(p)}}}catch(p){n={error:p}}finally{try{d&&!d.done&&(i=f.return)&&i.call(f)}finally{if(n)throw n.error}}}if(o)throw new we(o)}},e.prototype.add=function(t){var r;if(t&&t!==this)if(this.closed)lt(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=(r=this._finalizers)!==null&&r!==void 0?r:[]).push(t)}},e.prototype._hasParent=function(t){var r=this._parentage;return r===t||Array.isArray(r)&&r.includes(t)},e.prototype._addParent=function(t){var r=this._parentage;this._parentage=Array.isArray(r)?(r.push(t),r):r?[r,t]:t},e.prototype._removeParent=function(t){var r=this._parentage;r===t?this._parentage=null:Array.isArray(r)&&je(r,t)},e.prototype.remove=function(t){var r=this._finalizers;r&&je(r,t),t instanceof e&&t._removeParent(this)},e.EMPTY=function(){var t=new e;return t.closed=!0,t}(),e}(),Ft=_e.EMPTY;function jt(e){return e instanceof _e||e&&"closed"in e&&I(e.remove)&&I(e.add)&&I(e.unsubscribe)}function lt(e){I(e)?e():e.unsubscribe()}var Xr={Promise:void 0},Wr={setTimeout:function(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];return setTimeout.apply(void 0,Fe([e,t],Ge(r)))},clearTimeout:function(e){return clearTimeout(e)},delegate:void 0};function zr(e){Wr.setTimeout(function(){throw e})}function ct(){}function pe(e){e()}var kt=function(e){oe(t,e);function t(r){var n=e.call(this)||this;return n.isStopped=!1,r?(n.destination=r,jt(r)&&r.add(n)):n.destination=qr,n}return t.create=function(r,n,i){return new ke(r,n,i)},t.prototype.next=function(r){this.isStopped||this._next(r)},t.prototype.error=function(r){this.isStopped||(this.isStopped=!0,this._error(r))},t.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this),this.destination=null)},t.prototype._next=function(r){this.destination.next(r)},t.prototype._error=function(r){try{this.destination.error(r)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t}(_e),Zr=function(){function e(t){this.partialObserver=t}return e.prototype.next=function(t){var r=this.partialObserver;if(r.next)try{r.next(t)}catch(n){he(n)}},e.prototype.error=function(t){var r=this.partialObserver;if(r.error)try{r.error(t)}catch(n){he(n)}else he(t)},e.prototype.complete=function(){var t=this.partialObserver;if(t.complete)try{t.complete()}catch(r){he(r)}},e}(),ke=function(e){oe(t,e);function t(r,n,i){var o=e.call(this)||this,s;return I(r)||!r?s={next:r!=null?r:void 0,error:n!=null?n:void 0,complete:i!=null?i:void 0}:s=r,o.destination=new Zr(s),o}return t}(kt);function he(e){zr(e)}function Qr(e){throw e}var qr={closed:!0,next:ct,error:Qr,complete:ct},Jr=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function Yr(e){return e}function Kr(e){return e.length===0?Yr:e.length===1?e[0]:function(r){return e.reduce(function(n,i){return i(n)},r)}}var ft=function(){function e(t){t&&(this._subscribe=t)}return e.prototype.lift=function(t){var r=new e;return r.source=this,r.operator=t,r},e.prototype.subscribe=function(t,r,n){var i=this,o=tn(t)?t:new ke(t,r,n);return pe(function(){var s=i,a=s.operator,h=s.source;o.add(a?a.call(o,h):h?i._subscribe(o):i._trySubscribe(o))}),o},e.prototype._trySubscribe=function(t){try{return this._subscribe(t)}catch(r){t.error(r)}},e.prototype.forEach=function(t,r){var n=this;return r=pt(r),new r(function(i,o){var s=new ke({next:function(a){try{t(a)}catch(h){o(h),s.unsubscribe()}},error:o,complete:i});n.subscribe(s)})},e.prototype._subscribe=function(t){var r;return(r=this.source)===null||r===void 0?void 0:r.subscribe(t)},e.prototype[Jr]=function(){return this},e.prototype.pipe=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return Kr(t)(this)},e.prototype.toPromise=function(t){var r=this;return t=pt(t),new t(function(n,i){var o;r.subscribe(function(s){return o=s},function(s){return i(s)},function(){return n(o)})})},e.create=function(t){return new e(t)},e}();function pt(e){var t;return(t=e!=null?e:Xr.Promise)!==null&&t!==void 0?t:Promise}function en(e){return e&&I(e.next)&&I(e.error)&&I(e.complete)}function tn(e){return e&&e instanceof kt||en(e)&&jt(e)}var rn=Gt(function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),Vt=function(e){oe(t,e);function t(){var r=e.call(this)||this;return r.closed=!1,r.currentObservers=null,r.observers=[],r.isStopped=!1,r.hasError=!1,r.thrownError=null,r}return t.prototype.lift=function(r){var n=new dt(this,this);return n.operator=r,n},t.prototype._throwIfClosed=function(){if(this.closed)throw new rn},t.prototype.next=function(r){var n=this;pe(function(){var i,o;if(n._throwIfClosed(),!n.isStopped){n.currentObservers||(n.currentObservers=Array.from(n.observers));try{for(var s=De(n.currentObservers),a=s.next();!a.done;a=s.next()){var h=a.value;h.next(r)}}catch(u){i={error:u}}finally{try{a&&!a.done&&(o=s.return)&&o.call(s)}finally{if(i)throw i.error}}}})},t.prototype.error=function(r){var n=this;pe(function(){if(n._throwIfClosed(),!n.isStopped){n.hasError=n.isStopped=!0,n.thrownError=r;for(var i=n.observers;i.length;)i.shift().error(r)}})},t.prototype.complete=function(){var r=this;pe(function(){if(r._throwIfClosed(),!r.isStopped){r.isStopped=!0;for(var n=r.observers;n.length;)n.shift().complete()}})},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var r;return((r=this.observers)===null||r===void 0?void 0:r.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(r){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,r)},t.prototype._subscribe=function(r){return this._throwIfClosed(),this._checkFinalizedStatuses(r),this._innerSubscribe(r)},t.prototype._innerSubscribe=function(r){var n=this,i=this,o=i.hasError,s=i.isStopped,a=i.observers;return o||s?Ft:(this.currentObservers=null,a.push(r),new _e(function(){n.currentObservers=null,je(a,r)}))},t.prototype._checkFinalizedStatuses=function(r){var n=this,i=n.hasError,o=n.thrownError,s=n.isStopped;i?r.error(o):s&&r.complete()},t.prototype.asObservable=function(){var r=new ft;return r.source=this,r},t.create=function(r,n){return new dt(r,n)},t}(ft),dt=function(e){oe(t,e);function t(r,n){var i=e.call(this)||this;return i.destination=r,i.source=n,i}return t.prototype.next=function(r){var n,i;(i=(n=this.destination)===null||n===void 0?void 0:n.next)===null||i===void 0||i.call(n,r)},t.prototype.error=function(r){var n,i;(i=(n=this.destination)===null||n===void 0?void 0:n.error)===null||i===void 0||i.call(n,r)},t.prototype.complete=function(){var r,n;(n=(r=this.destination)===null||r===void 0?void 0:r.complete)===null||n===void 0||n.call(r)},t.prototype._subscribe=function(r){var n,i;return(i=(n=this.source)===null||n===void 0?void 0:n.subscribe(r))!==null&&i!==void 0?i:Ft},t}(Vt),Xt={now:function(){return(Xt.delegate||Date).now()},delegate:void 0},nn=function(e){oe(t,e);function t(r,n,i){r===void 0&&(r=1/0),n===void 0&&(n=1/0),i===void 0&&(i=Xt);var o=e.call(this)||this;return o._bufferSize=r,o._windowTime=n,o._timestampProvider=i,o._buffer=[],o._infiniteTimeWindow=!0,o._infiniteTimeWindow=n===1/0,o._bufferSize=Math.max(1,r),o._windowTime=Math.max(1,n),o}return t.prototype.next=function(r){var n=this,i=n.isStopped,o=n._buffer,s=n._infiniteTimeWindow,a=n._timestampProvider,h=n._windowTime;i||(o.push(r),!s&&o.push(a.now()+h)),this._trimBuffer(),e.prototype.next.call(this,r)},t.prototype._subscribe=function(r){this._throwIfClosed(),this._trimBuffer();for(var n=this._innerSubscribe(r),i=this,o=i._infiniteTimeWindow,s=i._buffer,a=s.slice(),h=0;h<a.length&&!r.closed;h+=o?1:2)r.next(a[h]);return this._checkFinalizedStatuses(r),n},t.prototype._trimBuffer=function(){var r=this,n=r._bufferSize,i=r._timestampProvider,o=r._buffer,s=r._infiniteTimeWindow,a=(s?1:2)*n;if(n<1/0&&a<o.length&&o.splice(0,o.length-a),!s){for(var h=i.now(),u=0,l=1;l<o.length&&o[l]<=h;l+=2)u=l;u&&o.splice(0,u+1)}},t}(Vt);const mt=[],bt={},on=(e,t=0)=>{if(mt.indexOf(e)==-1){const r=new nn(t);bt[e]=r,mt.push(e)}return bt[e]},k=[];function sn(e,t){return{subscribe:xe(e,t).subscribe}}function xe(e,t=A){let r;const n=new Set;function i(a){if($t(e,a)&&(e=a,r)){const h=!k.length;for(const u of n)u[1](),k.push(u,e);if(h){for(let u=0;u<k.length;u+=2)k[u][0](k[u+1]);k.length=0}}}function o(a){i(a(e))}function s(a,h=A){const u=[a,h];return n.add(u),n.size===1&&(r=t(i,o)||A),a(e),()=>{n.delete(u),n.size===0&&r&&(r(),r=null)}}return{set:i,update:o,subscribe:s}}function J(e,t,r){const n=!Array.isArray(e),i=n?[e]:e;if(!i.every(Boolean))throw new Error("derived() expects stores as input, got a falsy value");const o=t.length<2;return sn(r,(s,a)=>{let h=!1;const u=[];let l=0,c=A;const f=()=>{if(l)return;c();const m=t(n?u[0]:u,s,a);o?s(m):c=Ke(m)?m:A},d=i.map((m,p)=>Sr(m,S=>{u[p]=S,l&=~(1<<p),h&&f()},()=>{l|=1<<p}));return h=!0,f(),function(){ie(d),c(),h=!1}})}function an(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var un=function(t){return hn(t)&&!ln(t)};function hn(e){return!!e&&typeof e=="object"}function ln(e){var t=Object.prototype.toString.call(e);return t==="[object RegExp]"||t==="[object Date]"||pn(e)}var cn=typeof Symbol=="function"&&Symbol.for,fn=cn?Symbol.for("react.element"):60103;function pn(e){return e.$$typeof===fn}function dn(e){return Array.isArray(e)?[]:{}}function re(e,t){return t.clone!==!1&&t.isMergeableObject(e)?z(dn(e),e,t):e}function mn(e,t,r){return e.concat(t).map(function(n){return re(n,r)})}function bn(e,t){if(!t.customMerge)return z;var r=t.customMerge(e);return typeof r=="function"?r:z}function gn(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(t){return Object.propertyIsEnumerable.call(e,t)}):[]}function gt(e){return Object.keys(e).concat(gn(e))}function Wt(e,t){try{return t in e}catch(r){return!1}}function yn(e,t){return Wt(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))}function vn(e,t,r){var n={};return r.isMergeableObject(e)&&gt(e).forEach(function(i){n[i]=re(e[i],r)}),gt(t).forEach(function(i){yn(e,i)||(Wt(e,i)&&r.isMergeableObject(t[i])?n[i]=bn(i,r)(e[i],t[i],r):n[i]=re(t[i],r))}),n}function z(e,t,r){r=r||{},r.arrayMerge=r.arrayMerge||mn,r.isMergeableObject=r.isMergeableObject||un,r.cloneUnlessOtherwiseSpecified=re;var n=Array.isArray(t),i=Array.isArray(e),o=n===i;return o?n?r.arrayMerge(e,t,r):vn(e,t,r):re(t,r)}z.all=function(t,r){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce(function(n,i){return z(n,i,r)},{})};var _n=z,xn=_n;const En=an(xn);var Ve=function(e,t){return Ve=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(r[i]=n[i])},Ve(e,t)};function Ee(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");Ve(e,t);function r(){this.constructor=e}e.prototype=t===null?Object.create(t):(r.prototype=t.prototype,new r)}var O=function(){return O=Object.assign||function(t){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(t[o]=r[o])}return t},O.apply(this,arguments)};function Sn(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(e);i<n.length;i++)t.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(e,n[i])&&(r[n[i]]=e[n[i]]);return r}function Be(e,t,r){if(r||arguments.length===2)for(var n=0,i=t.length,o;n<i;n++)(o||!(n in t))&&(o||(o=Array.prototype.slice.call(t,0,n)),o[n]=t[n]);return e.concat(o||Array.prototype.slice.call(t))}function Ne(e,t){var r=t&&t.cache?t.cache:Nn,n=t&&t.serializer?t.serializer:wn,i=t&&t.strategy?t.strategy:Pn;return i(e,{cache:r,serializer:n})}function Tn(e){return e==null||typeof e=="number"||typeof e=="boolean"}function An(e,t,r,n){var i=Tn(n)?n:r(n),o=t.get(i);return typeof o=="undefined"&&(o=e.call(this,n),t.set(i,o)),o}function zt(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),o=t.get(i);return typeof o=="undefined"&&(o=e.apply(this,n),t.set(i,o)),o}function Zt(e,t,r,n,i){return r.bind(t,e,n,i)}function Pn(e,t){var r=e.length===1?An:zt;return Zt(e,this,r,t.cache.create(),t.serializer)}function Hn(e,t){return Zt(e,this,zt,t.cache.create(),t.serializer)}var wn=function(){return JSON.stringify(arguments)},Bn=function(){function e(){this.cache=Object.create(null)}return e.prototype.get=function(t){return this.cache[t]},e.prototype.set=function(t,r){this.cache[t]=r},e}(),Nn={create:function(){return new Bn}},Oe={variadic:Hn},ge=function(){return ge=Object.assign||function(t){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(t[o]=r[o])}return t},ge.apply(this,arguments)};var b;(function(e){e[e.EXPECT_ARGUMENT_CLOSING_BRACE=1]="EXPECT_ARGUMENT_CLOSING_BRACE",e[e.EMPTY_ARGUMENT=2]="EMPTY_ARGUMENT",e[e.MALFORMED_ARGUMENT=3]="MALFORMED_ARGUMENT",e[e.EXPECT_ARGUMENT_TYPE=4]="EXPECT_ARGUMENT_TYPE",e[e.INVALID_ARGUMENT_TYPE=5]="INVALID_ARGUMENT_TYPE",e[e.EXPECT_ARGUMENT_STYLE=6]="EXPECT_ARGUMENT_STYLE",e[e.INVALID_NUMBER_SKELETON=7]="INVALID_NUMBER_SKELETON",e[e.INVALID_DATE_TIME_SKELETON=8]="INVALID_DATE_TIME_SKELETON",e[e.EXPECT_NUMBER_SKELETON=9]="EXPECT_NUMBER_SKELETON",e[e.EXPECT_DATE_TIME_SKELETON=10]="EXPECT_DATE_TIME_SKELETON",e[e.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE=11]="UNCLOSED_QUOTE_IN_ARGUMENT_STYLE",e[e.EXPECT_SELECT_ARGUMENT_OPTIONS=12]="EXPECT_SELECT_ARGUMENT_OPTIONS",e[e.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE=13]="EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE",e[e.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE=14]="INVALID_PLURAL_ARGUMENT_OFFSET_VALUE",e[e.EXPECT_SELECT_ARGUMENT_SELECTOR=15]="EXPECT_SELECT_ARGUMENT_SELECTOR",e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR=16]="EXPECT_PLURAL_ARGUMENT_SELECTOR",e[e.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT=17]="EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT",e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT=18]="EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT",e[e.INVALID_PLURAL_ARGUMENT_SELECTOR=19]="INVALID_PLURAL_ARGUMENT_SELECTOR",e[e.DUPLICATE_PLURAL_ARGUMENT_SELECTOR=20]="DUPLICATE_PLURAL_ARGUMENT_SELECTOR",e[e.DUPLICATE_SELECT_ARGUMENT_SELECTOR=21]="DUPLICATE_SELECT_ARGUMENT_SELECTOR",e[e.MISSING_OTHER_CLAUSE=22]="MISSING_OTHER_CLAUSE",e[e.INVALID_TAG=23]="INVALID_TAG",e[e.INVALID_TAG_NAME=25]="INVALID_TAG_NAME",e[e.UNMATCHED_CLOSING_TAG=26]="UNMATCHED_CLOSING_TAG",e[e.UNCLOSED_TAG=27]="UNCLOSED_TAG"})(b||(b={}));var v;(function(e){e[e.literal=0]="literal",e[e.argument=1]="argument",e[e.number=2]="number",e[e.date=3]="date",e[e.time=4]="time",e[e.select=5]="select",e[e.plural=6]="plural",e[e.pound=7]="pound",e[e.tag=8]="tag"})(v||(v={}));var Z;(function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"})(Z||(Z={}));function yt(e){return e.type===v.literal}function On(e){return e.type===v.argument}function Qt(e){return e.type===v.number}function qt(e){return e.type===v.date}function Jt(e){return e.type===v.time}function Yt(e){return e.type===v.select}function Kt(e){return e.type===v.plural}function In(e){return e.type===v.pound}function er(e){return e.type===v.tag}function tr(e){return!!(e&&typeof e=="object"&&e.type===Z.number)}function Xe(e){return!!(e&&typeof e=="object"&&e.type===Z.dateTime)}var rr=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,Cn=/(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;function Ln(e){var t={};return e.replace(Cn,function(r){var n=r.length;switch(r[0]){case"G":t.era=n===4?"long":n===5?"narrow":"short";break;case"y":t.year=n===2?"2-digit":"numeric";break;case"Y":case"u":case"U":case"r":throw new RangeError("`Y/u/U/r` (year) patterns are not supported, use `y` instead");case"q":case"Q":throw new RangeError("`q/Q` (quarter) patterns are not supported");case"M":case"L":t.month=["numeric","2-digit","short","long","narrow"][n-1];break;case"w":case"W":throw new RangeError("`w/W` (week) patterns are not supported");case"d":t.day=["numeric","2-digit"][n-1];break;case"D":case"F":case"g":throw new RangeError("`D/F/g` (day) patterns are not supported, use `d` instead");case"E":t.weekday=n===4?"long":n===5?"narrow":"short";break;case"e":if(n<4)throw new RangeError("`e..eee` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][n-4];break;case"c":if(n<4)throw new RangeError("`c..ccc` (weekday) patterns are not supported");t.weekday=["short","long","narrow","short"][n-4];break;case"a":t.hour12=!0;break;case"b":case"B":throw new RangeError("`b/B` (period) patterns are not supported, use `a` instead");case"h":t.hourCycle="h12",t.hour=["numeric","2-digit"][n-1];break;case"H":t.hourCycle="h23",t.hour=["numeric","2-digit"][n-1];break;case"K":t.hourCycle="h11",t.hour=["numeric","2-digit"][n-1];break;case"k":t.hourCycle="h24",t.hour=["numeric","2-digit"][n-1];break;case"j":case"J":case"C":throw new RangeError("`j/J/C` (hour) patterns are not supported, use `h/H/K/k` instead");case"m":t.minute=["numeric","2-digit"][n-1];break;case"s":t.second=["numeric","2-digit"][n-1];break;case"S":case"A":throw new RangeError("`S/A` (second) patterns are not supported, use `s` instead");case"z":t.timeZoneName=n<4?"short":"long";break;case"Z":case"O":case"v":case"V":case"X":case"x":throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""}),t}var _=function(){return _=Object.assign||function(t){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(t[o]=r[o])}return t},_.apply(this,arguments)};var Mn=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;function $n(e){if(e.length===0)throw new Error("Number skeleton cannot be empty");for(var t=e.split(Mn).filter(function(f){return f.length>0}),r=[],n=0,i=t;n<i.length;n++){var o=i[n],s=o.split("/");if(s.length===0)throw new Error("Invalid number skeleton");for(var a=s[0],h=s.slice(1),u=0,l=h;u<l.length;u++){var c=l[u];if(c.length===0)throw new Error("Invalid number skeleton")}r.push({stem:a,options:h})}return r}function Rn(e){return e.replace(/^(.*?)-/,"")}var vt=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,nr=/^(@+)?(\+|#+)?[rs]?$/g,Un=/(\*)(0+)|(#+)(0+)|(0+)/g,ir=/^(0+)$/;function _t(e){var t={};return e[e.length-1]==="r"?t.roundingPriority="morePrecision":e[e.length-1]==="s"&&(t.roundingPriority="lessPrecision"),e.replace(nr,function(r,n,i){return typeof i!="string"?(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length):i==="+"?t.minimumSignificantDigits=n.length:n[0]==="#"?t.maximumSignificantDigits=n.length:(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length+(typeof i=="string"?i.length:0)),""}),t}function or(e){switch(e){case"sign-auto":return{signDisplay:"auto"};case"sign-accounting":case"()":return{currencySign:"accounting"};case"sign-always":case"+!":return{signDisplay:"always"};case"sign-accounting-always":case"()!":return{signDisplay:"always",currencySign:"accounting"};case"sign-except-zero":case"+?":return{signDisplay:"exceptZero"};case"sign-accounting-except-zero":case"()?":return{signDisplay:"exceptZero",currencySign:"accounting"};case"sign-never":case"+_":return{signDisplay:"never"}}}function Dn(e){var t;if(e[0]==="E"&&e[1]==="E"?(t={notation:"engineering"},e=e.slice(2)):e[0]==="E"&&(t={notation:"scientific"},e=e.slice(1)),t){var r=e.slice(0,2);if(r==="+!"?(t.signDisplay="always",e=e.slice(2)):r==="+?"&&(t.signDisplay="exceptZero",e=e.slice(2)),!ir.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function xt(e){var t={},r=or(e);return r||t}function Gn(e){for(var t={},r=0,n=e;r<n.length;r++){var i=n[r];switch(i.stem){case"percent":case"%":t.style="percent";continue;case"%x100":t.style="percent",t.scale=100;continue;case"currency":t.style="currency",t.currency=i.options[0];continue;case"group-off":case",_":t.useGrouping=!1;continue;case"precision-integer":case".":t.maximumFractionDigits=0;continue;case"measure-unit":case"unit":t.style="unit",t.unit=Rn(i.options[0]);continue;case"compact-short":case"K":t.notation="compact",t.compactDisplay="short";continue;case"compact-long":case"KK":t.notation="compact",t.compactDisplay="long";continue;case"scientific":t=_(_(_({},t),{notation:"scientific"}),i.options.reduce(function(h,u){return _(_({},h),xt(u))},{}));continue;case"engineering":t=_(_(_({},t),{notation:"engineering"}),i.options.reduce(function(h,u){return _(_({},h),xt(u))},{}));continue;case"notation-simple":t.notation="standard";continue;case"unit-width-narrow":t.currencyDisplay="narrowSymbol",t.unitDisplay="narrow";continue;case"unit-width-short":t.currencyDisplay="code",t.unitDisplay="short";continue;case"unit-width-full-name":t.currencyDisplay="name",t.unitDisplay="long";continue;case"unit-width-iso-code":t.currencyDisplay="symbol";continue;case"scale":t.scale=parseFloat(i.options[0]);continue;case"rounding-mode-floor":t.roundingMode="floor";continue;case"rounding-mode-ceiling":t.roundingMode="ceil";continue;case"rounding-mode-down":t.roundingMode="trunc";continue;case"rounding-mode-up":t.roundingMode="expand";continue;case"rounding-mode-half-even":t.roundingMode="halfEven";continue;case"rounding-mode-half-down":t.roundingMode="halfTrunc";continue;case"rounding-mode-half-up":t.roundingMode="halfExpand";continue;case"integer-width":if(i.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(Un,function(h,u,l,c,f,d){if(u)t.minimumIntegerDigits=l.length;else{if(c&&f)throw new Error("We currently do not support maximum integer digits");if(d)throw new Error("We currently do not support exact integer digits")}return""});continue}if(ir.test(i.stem)){t.minimumIntegerDigits=i.stem.length;continue}if(vt.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(vt,function(h,u,l,c,f,d){return l==="*"?t.minimumFractionDigits=u.length:c&&c[0]==="#"?t.maximumFractionDigits=c.length:f&&d?(t.minimumFractionDigits=f.length,t.maximumFractionDigits=f.length+d.length):(t.minimumFractionDigits=u.length,t.maximumFractionDigits=u.length),""});var o=i.options[0];o==="w"?t=_(_({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=_(_({},t),_t(o)));continue}if(nr.test(i.stem)){t=_(_({},t),_t(i.stem));continue}var s=or(i.stem);s&&(t=_(_({},t),s));var a=Dn(i.stem);a&&(t=_(_({},t),a))}return t}var le={"001":["H","h"],419:["h","H","hB","hb"],AC:["H","h","hb","hB"],AD:["H","hB"],AE:["h","hB","hb","H"],AF:["H","hb","hB","h"],AG:["h","hb","H","hB"],AI:["H","h","hb","hB"],AL:["h","H","hB"],AM:["H","hB"],AO:["H","hB"],AR:["h","H","hB","hb"],AS:["h","H"],AT:["H","hB"],AU:["h","hb","H","hB"],AW:["H","hB"],AX:["H"],AZ:["H","hB","h"],BA:["H","hB","h"],BB:["h","hb","H","hB"],BD:["h","hB","H"],BE:["H","hB"],BF:["H","hB"],BG:["H","hB","h"],BH:["h","hB","hb","H"],BI:["H","h"],BJ:["H","hB"],BL:["H","hB"],BM:["h","hb","H","hB"],BN:["hb","hB","h","H"],BO:["h","H","hB","hb"],BQ:["H"],BR:["H","hB"],BS:["h","hb","H","hB"],BT:["h","H"],BW:["H","h","hb","hB"],BY:["H","h"],BZ:["H","h","hb","hB"],CA:["h","hb","H","hB"],CC:["H","h","hb","hB"],CD:["hB","H"],CF:["H","h","hB"],CG:["H","hB"],CH:["H","hB","h"],CI:["H","hB"],CK:["H","h","hb","hB"],CL:["h","H","hB","hb"],CM:["H","h","hB"],CN:["H","hB","hb","h"],CO:["h","H","hB","hb"],CP:["H"],CR:["h","H","hB","hb"],CU:["h","H","hB","hb"],CV:["H","hB"],CW:["H","hB"],CX:["H","h","hb","hB"],CY:["h","H","hb","hB"],CZ:["H"],DE:["H","hB"],DG:["H","h","hb","hB"],DJ:["h","H"],DK:["H"],DM:["h","hb","H","hB"],DO:["h","H","hB","hb"],DZ:["h","hB","hb","H"],EA:["H","h","hB","hb"],EC:["h","H","hB","hb"],EE:["H","hB"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],ER:["h","H"],ES:["H","hB","h","hb"],ET:["hB","hb","h","H"],FI:["H"],FJ:["h","hb","H","hB"],FK:["H","h","hb","hB"],FM:["h","hb","H","hB"],FO:["H","h"],FR:["H","hB"],GA:["H","hB"],GB:["H","h","hb","hB"],GD:["h","hb","H","hB"],GE:["H","hB","h"],GF:["H","hB"],GG:["H","h","hb","hB"],GH:["h","H"],GI:["H","h","hb","hB"],GL:["H","h"],GM:["h","hb","H","hB"],GN:["H","hB"],GP:["H","hB"],GQ:["H","hB","h","hb"],GR:["h","H","hb","hB"],GT:["h","H","hB","hb"],GU:["h","hb","H","hB"],GW:["H","hB"],GY:["h","hb","H","hB"],HK:["h","hB","hb","H"],HN:["h","H","hB","hb"],HR:["H","hB"],HU:["H","h"],IC:["H","h","hB","hb"],ID:["H"],IE:["H","h","hb","hB"],IL:["H","hB"],IM:["H","h","hb","hB"],IN:["h","H"],IO:["H","h","hb","hB"],IQ:["h","hB","hb","H"],IR:["hB","H"],IS:["H"],IT:["H","hB"],JE:["H","h","hb","hB"],JM:["h","hb","H","hB"],JO:["h","hB","hb","H"],JP:["H","K","h"],KE:["hB","hb","H","h"],KG:["H","h","hB","hb"],KH:["hB","h","H","hb"],KI:["h","hb","H","hB"],KM:["H","h","hB","hb"],KN:["h","hb","H","hB"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],KW:["h","hB","hb","H"],KY:["h","hb","H","hB"],KZ:["H","hB"],LA:["H","hb","hB","h"],LB:["h","hB","hb","H"],LC:["h","hb","H","hB"],LI:["H","hB","h"],LK:["H","h","hB","hb"],LR:["h","hb","H","hB"],LS:["h","H"],LT:["H","h","hb","hB"],LU:["H","h","hB"],LV:["H","hB","hb","h"],LY:["h","hB","hb","H"],MA:["H","h","hB","hb"],MC:["H","hB"],MD:["H","hB"],ME:["H","hB","h"],MF:["H","hB"],MG:["H","h"],MH:["h","hb","H","hB"],MK:["H","h","hb","hB"],ML:["H"],MM:["hB","hb","H","h"],MN:["H","h","hb","hB"],MO:["h","hB","hb","H"],MP:["h","hb","H","hB"],MQ:["H","hB"],MR:["h","hB","hb","H"],MS:["H","h","hb","hB"],MT:["H","h"],MU:["H","h"],MV:["H","h"],MW:["h","hb","H","hB"],MX:["h","H","hB","hb"],MY:["hb","hB","h","H"],MZ:["H","hB"],NA:["h","H","hB","hb"],NC:["H","hB"],NE:["H"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NI:["h","H","hB","hb"],NL:["H","hB"],NO:["H","h"],NP:["H","h","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],NZ:["h","hb","H","hB"],OM:["h","hB","hb","H"],PA:["h","H","hB","hb"],PE:["h","H","hB","hb"],PF:["H","h","hB"],PG:["h","H"],PH:["h","hB","hb","H"],PK:["h","hB","H"],PL:["H","h"],PM:["H","hB"],PN:["H","h","hb","hB"],PR:["h","H","hB","hb"],PS:["h","hB","hb","H"],PT:["H","hB"],PW:["h","H"],PY:["h","H","hB","hb"],QA:["h","hB","hb","H"],RE:["H","hB"],RO:["H","hB"],RS:["H","hB","h"],RU:["H"],RW:["H","h"],SA:["h","hB","hb","H"],SB:["h","hb","H","hB"],SC:["H","h","hB"],SD:["h","hB","hb","H"],SE:["H"],SG:["h","hb","H","hB"],SH:["H","h","hb","hB"],SI:["H","hB"],SJ:["H"],SK:["H"],SL:["h","hb","H","hB"],SM:["H","h","hB"],SN:["H","h","hB"],SO:["h","H"],SR:["H","hB"],SS:["h","hb","H","hB"],ST:["H","hB"],SV:["h","H","hB","hb"],SX:["H","h","hb","hB"],SY:["h","hB","hb","H"],SZ:["h","hb","H","hB"],TA:["H","h","hb","hB"],TC:["h","hb","H","hB"],TD:["h","H","hB"],TF:["H","h","hB"],TG:["H","hB"],TH:["H","h"],TJ:["H","h"],TL:["H","hB","hb","h"],TM:["H","h"],TN:["h","hB","hb","H"],TO:["h","H"],TR:["H","hB"],TT:["h","hb","H","hB"],TW:["hB","hb","h","H"],TZ:["hB","hb","H","h"],UA:["H","hB","h"],UG:["hB","hb","H","h"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],UY:["h","H","hB","hb"],UZ:["H","hB","h"],VA:["H","h","hB"],VC:["h","hb","H","hB"],VE:["h","H","hB","hb"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],VN:["H","h"],VU:["h","H"],WF:["H","hB"],WS:["h","H"],XK:["H","hB","h"],YE:["h","hB","hb","H"],YT:["H","hB"],ZA:["H","h","hb","hB"],ZM:["h","hb","H","hB"],ZW:["H","h"],"af-ZA":["H","h","hB","hb"],"ar-001":["h","hB","hb","H"],"ca-ES":["H","h","hB"],"en-001":["h","hb","H","hB"],"en-HK":["h","hb","H","hB"],"en-IL":["H","h","hb","hB"],"en-MY":["h","hb","H","hB"],"es-BR":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"gu-IN":["hB","hb","h","H"],"hi-IN":["hB","h","H"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],"ta-IN":["hB","h","hb","H"],"te-IN":["hB","h","H"],"zu-ZA":["H","hB","hb","h"]};function Fn(e,t){for(var r="",n=0;n<e.length;n++){var i=e.charAt(n);if(i==="j"){for(var o=0;n+1<e.length&&e.charAt(n+1)===i;)o++,n++;var s=1+(o&1),a=o<2?1:3+(o>>1),h="a",u=jn(t);for((u=="H"||u=="k")&&(a=0);a-- >0;)r+=h;for(;s-- >0;)r=u+r}else i==="J"?r+="H":r+=i}return r}function jn(e){var t=e.hourCycle;if(t===void 0&&e.hourCycles&&e.hourCycles.length&&(t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}var r=e.language,n;r!=="root"&&(n=e.maximize().region);var i=le[n||""]||le[r||""]||le["".concat(r,"-001")]||le["001"];return i[0]}var Ie,kn=new RegExp("^".concat(rr.source,"*")),Vn=new RegExp("".concat(rr.source,"*$"));function g(e,t){return{start:e,end:t}}var Xn=!!String.prototype.startsWith&&"_a".startsWith("a",1),Wn=!!String.fromCodePoint,zn=!!Object.fromEntries,Zn=!!String.prototype.codePointAt,Qn=!!String.prototype.trimStart,qn=!!String.prototype.trimEnd,Jn=!!Number.isSafeInteger,Yn=Jn?Number.isSafeInteger:function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},We=!0;try{var Kn=ar("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");We=((Ie=Kn.exec("a"))===null||Ie===void 0?void 0:Ie[0])==="a"}catch(e){We=!1}var Et=Xn?function(t,r,n){return t.startsWith(r,n)}:function(t,r,n){return t.slice(n,n+r.length)===r},ze=Wn?String.fromCodePoint:function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];for(var n="",i=t.length,o=0,s;i>o;){if(s=t[o++],s>1114111)throw RangeError(s+" is not a valid code point");n+=s<65536?String.fromCharCode(s):String.fromCharCode(((s-=65536)>>10)+55296,s%1024+56320)}return n},St=zn?Object.fromEntries:function(t){for(var r={},n=0,i=t;n<i.length;n++){var o=i[n],s=o[0],a=o[1];r[s]=a}return r},sr=Zn?function(t,r){return t.codePointAt(r)}:function(t,r){var n=t.length;if(!(r<0||r>=n)){var i=t.charCodeAt(r),o;return i<55296||i>56319||r+1===n||(o=t.charCodeAt(r+1))<56320||o>57343?i:(i-55296<<10)+(o-56320)+65536}},ei=Qn?function(t){return t.trimStart()}:function(t){return t.replace(kn,"")},ti=qn?function(t){return t.trimEnd()}:function(t){return t.replace(Vn,"")};function ar(e,t){return new RegExp(e,t)}var Ze;if(We){var Tt=ar("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");Ze=function(t,r){var n;Tt.lastIndex=r;var i=Tt.exec(t);return(n=i[1])!==null&&n!==void 0?n:""}}else Ze=function(t,r){for(var n=[];;){var i=sr(t,r);if(i===void 0||ur(i)||oi(i))break;n.push(i),r+=i>=65536?2:1}return ze.apply(void 0,n)};var ri=function(){function e(t,r){r===void 0&&(r={}),this.message=t,this.position={offset:0,line:1,column:1},this.ignoreTag=!!r.ignoreTag,this.locale=r.locale,this.requiresOtherClause=!!r.requiresOtherClause,this.shouldParseSkeletons=!!r.shouldParseSkeletons}return e.prototype.parse=function(){if(this.offset()!==0)throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(t,r,n){for(var i=[];!this.isEOF();){var o=this.char();if(o===123){var s=this.parseArgument(t,n);if(s.err)return s;i.push(s.val)}else{if(o===125&&t>0)break;if(o===35&&(r==="plural"||r==="selectordinal")){var a=this.clonePosition();this.bump(),i.push({type:v.pound,location:g(a,this.clonePosition())})}else if(o===60&&!this.ignoreTag&&this.peek()===47){if(n)break;return this.error(b.UNMATCHED_CLOSING_TAG,g(this.clonePosition(),this.clonePosition()))}else if(o===60&&!this.ignoreTag&&Qe(this.peek()||0)){var s=this.parseTag(t,r);if(s.err)return s;i.push(s.val)}else{var s=this.parseLiteral(t,r);if(s.err)return s;i.push(s.val)}}}return{val:i,err:null}},e.prototype.parseTag=function(t,r){var n=this.clonePosition();this.bump();var i=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))return{val:{type:v.literal,value:"<".concat(i,"/>"),location:g(n,this.clonePosition())},err:null};if(this.bumpIf(">")){var o=this.parseMessage(t+1,r,!0);if(o.err)return o;var s=o.val,a=this.clonePosition();if(this.bumpIf("</")){if(this.isEOF()||!Qe(this.char()))return this.error(b.INVALID_TAG,g(a,this.clonePosition()));var h=this.clonePosition(),u=this.parseTagName();return i!==u?this.error(b.UNMATCHED_CLOSING_TAG,g(h,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:v.tag,value:i,children:s,location:g(n,this.clonePosition())},err:null}:this.error(b.INVALID_TAG,g(a,this.clonePosition())))}else return this.error(b.UNCLOSED_TAG,g(n,this.clonePosition()))}else return this.error(b.INVALID_TAG,g(n,this.clonePosition()))},e.prototype.parseTagName=function(){var t=this.offset();for(this.bump();!this.isEOF()&&ii(this.char());)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(t,r){for(var n=this.clonePosition(),i="";;){var o=this.tryParseQuote(r);if(o){i+=o;continue}var s=this.tryParseUnquoted(t,r);if(s){i+=s;continue}var a=this.tryParseLeftAngleBracket();if(a){i+=a;continue}break}var h=g(n,this.clonePosition());return{val:{type:v.literal,value:i,location:h},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return!this.isEOF()&&this.char()===60&&(this.ignoreTag||!ni(this.peek()||0))?(this.bump(),"<"):null},e.prototype.tryParseQuote=function(t){if(this.isEOF()||this.char()!==39)return null;switch(this.peek()){case 39:return this.bump(),this.bump(),"'";case 123:case 60:case 62:case 125:break;case 35:if(t==="plural"||t==="selectordinal")break;return null;default:return null}this.bump();var r=[this.char()];for(this.bump();!this.isEOF();){var n=this.char();if(n===39)if(this.peek()===39)r.push(39),this.bump();else{this.bump();break}else r.push(n);this.bump()}return ze.apply(void 0,r)},e.prototype.tryParseUnquoted=function(t,r){if(this.isEOF())return null;var n=this.char();return n===60||n===123||n===35&&(r==="plural"||r==="selectordinal")||n===125&&t>0?null:(this.bump(),ze(n))},e.prototype.parseArgument=function(t,r){var n=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE,g(n,this.clonePosition()));if(this.char()===125)return this.bump(),this.error(b.EMPTY_ARGUMENT,g(n,this.clonePosition()));var i=this.parseIdentifierIfPossible().value;if(!i)return this.error(b.MALFORMED_ARGUMENT,g(n,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE,g(n,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:v.argument,value:i,location:g(n,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE,g(n,this.clonePosition())):this.parseArgumentOptions(t,r,i,n);default:return this.error(b.MALFORMED_ARGUMENT,g(n,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),r=this.offset(),n=Ze(this.message,r),i=r+n.length;this.bumpTo(i);var o=this.clonePosition(),s=g(t,o);return{value:n,location:s}},e.prototype.parseArgumentOptions=function(t,r,n,i){var o,s=this.clonePosition(),a=this.parseIdentifierIfPossible().value,h=this.clonePosition();switch(a){case"":return this.error(b.EXPECT_ARGUMENT_TYPE,g(s,h));case"number":case"date":case"time":{this.bumpSpace();var u=null;if(this.bumpIf(",")){this.bumpSpace();var l=this.clonePosition(),c=this.parseSimpleArgStyleIfPossible();if(c.err)return c;var f=ti(c.val);if(f.length===0)return this.error(b.EXPECT_ARGUMENT_STYLE,g(this.clonePosition(),this.clonePosition()));var d=g(l,this.clonePosition());u={style:f,styleLocation:d}}var m=this.tryParseArgumentClose(i);if(m.err)return m;var p=g(i,this.clonePosition());if(u&&Et(u==null?void 0:u.style,"::",0)){var S=ei(u.style.slice(2));if(a==="number"){var c=this.parseNumberSkeletonFromString(S,u.styleLocation);return c.err?c:{val:{type:v.number,value:n,location:p,style:c.val},err:null}}else{if(S.length===0)return this.error(b.EXPECT_DATE_TIME_SKELETON,p);var R=S;this.locale&&(R=Fn(S,this.locale));var f={type:Z.dateTime,pattern:R,location:u.styleLocation,parsedOptions:this.shouldParseSkeletons?Ln(R):{}},L=a==="date"?v.date:v.time;return{val:{type:L,value:n,location:p,style:f},err:null}}}return{val:{type:a==="number"?v.number:a==="date"?v.date:v.time,value:n,location:p,style:(o=u==null?void 0:u.style)!==null&&o!==void 0?o:null},err:null}}case"plural":case"selectordinal":case"select":{var P=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(b.EXPECT_SELECT_ARGUMENT_OPTIONS,g(P,ge({},P)));this.bumpSpace();var U=this.parseIdentifierIfPossible(),B=0;if(a!=="select"&&U.value==="offset"){if(!this.bumpIf(":"))return this.error(b.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,g(this.clonePosition(),this.clonePosition()));this.bumpSpace();var c=this.tryParseDecimalInteger(b.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,b.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);if(c.err)return c;this.bumpSpace(),U=this.parseIdentifierIfPossible(),B=c.val}var G=this.tryParsePluralOrSelectOptions(t,a,r,U);if(G.err)return G;var m=this.tryParseArgumentClose(i);if(m.err)return m;var y=g(i,this.clonePosition());return a==="select"?{val:{type:v.select,value:n,options:St(G.val),location:y},err:null}:{val:{type:v.plural,value:n,options:St(G.val),offset:B,pluralType:a==="plural"?"cardinal":"ordinal",location:y},err:null}}default:return this.error(b.INVALID_ARGUMENT_TYPE,g(s,h))}},e.prototype.tryParseArgumentClose=function(t){return this.isEOF()||this.char()!==125?this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE,g(t,this.clonePosition())):(this.bump(),{val:!0,err:null})},e.prototype.parseSimpleArgStyleIfPossible=function(){for(var t=0,r=this.clonePosition();!this.isEOF();){var n=this.char();switch(n){case 39:{this.bump();var i=this.clonePosition();if(!this.bumpUntil("'"))return this.error(b.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,g(i,this.clonePosition()));this.bump();break}case 123:{t+=1,this.bump();break}case 125:{if(t>0)t-=1;else return{val:this.message.slice(r.offset,this.offset()),err:null};break}default:this.bump();break}}return{val:this.message.slice(r.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(t,r){var n=[];try{n=$n(t)}catch(i){return this.error(b.INVALID_NUMBER_SKELETON,r)}return{val:{type:Z.number,tokens:n,location:r,parsedOptions:this.shouldParseSkeletons?Gn(n):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(t,r,n,i){for(var o,s=!1,a=[],h=new Set,u=i.value,l=i.location;;){if(u.length===0){var c=this.clonePosition();if(r!=="select"&&this.bumpIf("=")){var f=this.tryParseDecimalInteger(b.EXPECT_PLURAL_ARGUMENT_SELECTOR,b.INVALID_PLURAL_ARGUMENT_SELECTOR);if(f.err)return f;l=g(c,this.clonePosition()),u=this.message.slice(c.offset,this.offset())}else break}if(h.has(u))return this.error(r==="select"?b.DUPLICATE_SELECT_ARGUMENT_SELECTOR:b.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,l);u==="other"&&(s=!0),this.bumpSpace();var d=this.clonePosition();if(!this.bumpIf("{"))return this.error(r==="select"?b.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:b.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,g(this.clonePosition(),this.clonePosition()));var m=this.parseMessage(t+1,r,n);if(m.err)return m;var p=this.tryParseArgumentClose(d);if(p.err)return p;a.push([u,{value:m.val,location:g(d,this.clonePosition())}]),h.add(u),this.bumpSpace(),o=this.parseIdentifierIfPossible(),u=o.value,l=o.location}return a.length===0?this.error(r==="select"?b.EXPECT_SELECT_ARGUMENT_SELECTOR:b.EXPECT_PLURAL_ARGUMENT_SELECTOR,g(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!s?this.error(b.MISSING_OTHER_CLAUSE,g(this.clonePosition(),this.clonePosition())):{val:a,err:null}},e.prototype.tryParseDecimalInteger=function(t,r){var n=1,i=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(n=-1);for(var o=!1,s=0;!this.isEOF();){var a=this.char();if(a>=48&&a<=57)o=!0,s=s*10+(a-48),this.bump();else break}var h=g(i,this.clonePosition());return o?(s*=n,Yn(s)?{val:s,err:null}:this.error(r,h)):this.error(t,h)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){return{offset:this.position.offset,line:this.position.line,column:this.position.column}},e.prototype.char=function(){var t=this.position.offset;if(t>=this.message.length)throw Error("out of bound");var r=sr(this.message,t);if(r===void 0)throw Error("Offset ".concat(t," is at invalid UTF-16 code unit boundary"));return r},e.prototype.error=function(t,r){return{val:null,err:{kind:t,message:this.message,location:r}}},e.prototype.bump=function(){if(!this.isEOF()){var t=this.char();t===10?(this.position.line+=1,this.position.column=1,this.position.offset+=1):(this.position.column+=1,this.position.offset+=t<65536?1:2)}},e.prototype.bumpIf=function(t){if(Et(this.message,t,this.offset())){for(var r=0;r<t.length;r++)this.bump();return!0}return!1},e.prototype.bumpUntil=function(t){var r=this.offset(),n=this.message.indexOf(t,r);return n>=0?(this.bumpTo(n),!0):(this.bumpTo(this.message.length),!1)},e.prototype.bumpTo=function(t){if(this.offset()>t)throw Error("targetOffset ".concat(t," must be greater than or equal to the current offset ").concat(this.offset()));for(t=Math.min(t,this.message.length);;){var r=this.offset();if(r===t)break;if(r>t)throw Error("targetOffset ".concat(t," is at invalid UTF-16 code unit boundary"));if(this.bump(),this.isEOF())break}},e.prototype.bumpSpace=function(){for(;!this.isEOF()&&ur(this.char());)this.bump()},e.prototype.peek=function(){if(this.isEOF())return null;var t=this.char(),r=this.offset(),n=this.message.charCodeAt(r+(t>=65536?2:1));return n!=null?n:null},e}();function Qe(e){return e>=97&&e<=122||e>=65&&e<=90}function ni(e){return Qe(e)||e===47}function ii(e){return e===45||e===46||e>=48&&e<=57||e===95||e>=97&&e<=122||e>=65&&e<=90||e==183||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039}function ur(e){return e>=9&&e<=13||e===32||e===133||e>=8206&&e<=8207||e===8232||e===8233}function oi(e){return e>=33&&e<=35||e===36||e>=37&&e<=39||e===40||e===41||e===42||e===43||e===44||e===45||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||e===91||e===92||e===93||e===94||e===96||e===123||e===124||e===125||e===126||e===161||e>=162&&e<=165||e===166||e===167||e===169||e===171||e===172||e===174||e===176||e===177||e===182||e===187||e===191||e===215||e===247||e>=8208&&e<=8213||e>=8214&&e<=8215||e===8216||e===8217||e===8218||e>=8219&&e<=8220||e===8221||e===8222||e===8223||e>=8224&&e<=8231||e>=8240&&e<=8248||e===8249||e===8250||e>=8251&&e<=8254||e>=8257&&e<=8259||e===8260||e===8261||e===8262||e>=8263&&e<=8273||e===8274||e===8275||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||e===8608||e>=8609&&e<=8610||e===8611||e>=8612&&e<=8613||e===8614||e>=8615&&e<=8621||e===8622||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||e===8658||e===8659||e===8660||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||e===8968||e===8969||e===8970||e===8971||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||e===9001||e===9002||e>=9003&&e<=9083||e===9084||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||e===9655||e>=9656&&e<=9664||e===9665||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||e===9839||e>=9840&&e<=10087||e===10088||e===10089||e===10090||e===10091||e===10092||e===10093||e===10094||e===10095||e===10096||e===10097||e===10098||e===10099||e===10100||e===10101||e>=10132&&e<=10175||e>=10176&&e<=10180||e===10181||e===10182||e>=10183&&e<=10213||e===10214||e===10215||e===10216||e===10217||e===10218||e===10219||e===10220||e===10221||e===10222||e===10223||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||e===10627||e===10628||e===10629||e===10630||e===10631||e===10632||e===10633||e===10634||e===10635||e===10636||e===10637||e===10638||e===10639||e===10640||e===10641||e===10642||e===10643||e===10644||e===10645||e===10646||e===10647||e===10648||e>=10649&&e<=10711||e===10712||e===10713||e===10714||e===10715||e>=10716&&e<=10747||e===10748||e===10749||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||e===11158||e>=11159&&e<=11263||e>=11776&&e<=11777||e===11778||e===11779||e===11780||e===11781||e>=11782&&e<=11784||e===11785||e===11786||e===11787||e===11788||e===11789||e>=11790&&e<=11798||e===11799||e>=11800&&e<=11801||e===11802||e===11803||e===11804||e===11805||e>=11806&&e<=11807||e===11808||e===11809||e===11810||e===11811||e===11812||e===11813||e===11814||e===11815||e===11816||e===11817||e>=11818&&e<=11822||e===11823||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||e===11840||e===11841||e===11842||e>=11843&&e<=11855||e>=11856&&e<=11857||e===11858||e>=11859&&e<=11903||e>=12289&&e<=12291||e===12296||e===12297||e===12298||e===12299||e===12300||e===12301||e===12302||e===12303||e===12304||e===12305||e>=12306&&e<=12307||e===12308||e===12309||e===12310||e===12311||e===12312||e===12313||e===12314||e===12315||e===12316||e===12317||e>=12318&&e<=12319||e===12320||e===12336||e===64830||e===64831||e>=65093&&e<=65094}function qe(e){e.forEach(function(t){if(delete t.location,Yt(t)||Kt(t))for(var r in t.options)delete t.options[r].location,qe(t.options[r].value);else Qt(t)&&tr(t.style)||(qt(t)||Jt(t))&&Xe(t.style)?delete t.style.location:er(t)&&qe(t.children)})}function si(e,t){t===void 0&&(t={}),t=ge({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new ri(e,t).parse();if(r.err){var n=SyntaxError(b[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return t!=null&&t.captureLocation||qe(r.val),r.val}var Q;(function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"})(Q||(Q={}));var Se=function(e){Ee(t,e);function t(r,n,i){var o=e.call(this,r)||this;return o.code=n,o.originalMessage=i,o}return t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),At=function(e){Ee(t,e);function t(r,n,i,o){return e.call(this,'Invalid values for "'.concat(r,'": "').concat(n,'". Options are "').concat(Object.keys(i).join('", "'),'"'),Q.INVALID_VALUE,o)||this}return t}(Se),ai=function(e){Ee(t,e);function t(r,n,i){return e.call(this,'Value for "'.concat(r,'" must be of type ').concat(n),Q.INVALID_VALUE,i)||this}return t}(Se),ui=function(e){Ee(t,e);function t(r,n){return e.call(this,'The intl string context variable "'.concat(r,'" was not provided to the string "').concat(n,'"'),Q.MISSING_VALUE,n)||this}return t}(Se),E;(function(e){e[e.literal=0]="literal",e[e.object=1]="object"})(E||(E={}));function hi(e){return e.length<2?e:e.reduce(function(t,r){var n=t[t.length-1];return!n||n.type!==E.literal||r.type!==E.literal?t.push(r):n.value+=r.value,t},[])}function li(e){return typeof e=="function"}function de(e,t,r,n,i,o,s){if(e.length===1&&yt(e[0]))return[{type:E.literal,value:e[0].value}];for(var a=[],h=0,u=e;h<u.length;h++){var l=u[h];if(yt(l)){a.push({type:E.literal,value:l.value});continue}if(In(l)){typeof o=="number"&&a.push({type:E.literal,value:r.getNumberFormat(t).format(o)});continue}var c=l.value;if(!(i&&c in i))throw new ui(c,s);var f=i[c];if(On(l)){(!f||typeof f=="string"||typeof f=="number")&&(f=typeof f=="string"||typeof f=="number"?String(f):""),a.push({type:typeof f=="string"?E.literal:E.object,value:f});continue}if(qt(l)){var d=typeof l.style=="string"?n.date[l.style]:Xe(l.style)?l.style.parsedOptions:void 0;a.push({type:E.literal,value:r.getDateTimeFormat(t,d).format(f)});continue}if(Jt(l)){var d=typeof l.style=="string"?n.time[l.style]:Xe(l.style)?l.style.parsedOptions:n.time.medium;a.push({type:E.literal,value:r.getDateTimeFormat(t,d).format(f)});continue}if(Qt(l)){var d=typeof l.style=="string"?n.number[l.style]:tr(l.style)?l.style.parsedOptions:void 0;d&&d.scale&&(f=f*(d.scale||1)),a.push({type:E.literal,value:r.getNumberFormat(t,d).format(f)});continue}if(er(l)){var m=l.children,p=l.value,S=i[p];if(!li(S))throw new ai(p,"function",s);var R=de(m,t,r,n,i,o),L=S(R.map(function(B){return B.value}));Array.isArray(L)||(L=[L]),a.push.apply(a,L.map(function(B){return{type:typeof B=="string"?E.literal:E.object,value:B}}))}if(Yt(l)){var P=l.options[f]||l.options.other;if(!P)throw new At(l.value,f,Object.keys(l.options),s);a.push.apply(a,de(P.value,t,r,n,i));continue}if(Kt(l)){var P=l.options["=".concat(f)];if(!P){if(!Intl.PluralRules)throw new Se(`Intl.PluralRules is not available in this environment.
17
17
  Try polyfilling it using "@formatjs/intl-pluralrules"
18
- `,Q.MISSING_INTL_API,s);var U=r.getPluralRules(t,{type:l.pluralType}).select(f-(l.offset||0));P=l.options[U]||l.options.other}if(!P)throw new At(l.value,f,Object.keys(l.options),s);a.push.apply(a,de(P.value,t,r,n,i,f-(l.offset||0)));continue}}return hi(a)}function ci(e,t){return t?O(O(O({},e||{}),t||{}),Object.keys(e).reduce(function(r,n){return r[n]=O(O({},e[n]),t[n]||{}),r},{})):e}function fi(e,t){return t?Object.keys(e).reduce(function(r,n){return r[n]=ci(e[n],t[n]),r},O({},e)):e}function Ce(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function pi(e){return e===void 0&&(e={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:Ne(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.NumberFormat).bind.apply(t,Be([void 0],r,!1)))},{cache:Ce(e.number),strategy:Oe.variadic}),getDateTimeFormat:Ne(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.DateTimeFormat).bind.apply(t,Be([void 0],r,!1)))},{cache:Ce(e.dateTime),strategy:Oe.variadic}),getPluralRules:Ne(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.PluralRules).bind.apply(t,Be([void 0],r,!1)))},{cache:Ce(e.pluralRules),strategy:Oe.variadic})}}var di=function(){function e(t,r,n,i){r===void 0&&(r=e.defaultLocale);var o=this;if(this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(h){var u=o.formatToParts(h);if(u.length===1)return u[0].value;var l=u.reduce(function(c,f){return!c.length||f.type!==E.literal||typeof c[c.length-1]!="string"?c.push(f.value):c[c.length-1]+=f.value,c},[]);return l.length<=1?l[0]||"":l},this.formatToParts=function(h){return de(o.ast,o.locales,o.formatters,o.formats,h,void 0,o.message)},this.resolvedOptions=function(){var h;return{locale:((h=o.resolvedLocale)===null||h===void 0?void 0:h.toString())||Intl.NumberFormat.supportedLocalesOf(o.locales)[0]}},this.getAst=function(){return o.ast},this.locales=r,this.resolvedLocale=e.resolveLocale(r),typeof t=="string"){if(this.message=t,!e.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");var s=i||{};s.formatters;var a=Sn(s,["formatters"]);this.ast=e.__parse(t,O(O({},a),{locale:this.resolvedLocale}))}else this.ast=t;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");this.formats=fi(e.formats,n),this.formatters=i&&i.formatters||pi(this.formatterCache)}return Object.defineProperty(e,"defaultLocale",{get:function(){return e.memoizedDefaultLocale||(e.memoizedDefaultLocale=new Intl.NumberFormat().resolvedOptions().locale),e.memoizedDefaultLocale},enumerable:!1,configurable:!0}),e.memoizedDefaultLocale=null,e.resolveLocale=function(t){if(typeof Intl.Locale!="undefined"){var r=Intl.NumberFormat.supportedLocalesOf(t);return r.length>0?new Intl.Locale(r[0]):new Intl.Locale(typeof t=="string"?t:t[0])}},e.__parse=si,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();function mi(e,t){if(t==null)return;if(t in e)return e[t];const r=t.split(".");let n=e;for(let i=0;i<r.length;i++)if(typeof n=="object"){if(i>0){const o=r.slice(i,r.length).join(".");if(o in n){n=n[o];break}}n=n[r[i]]}else n=void 0;return n}const M={},bi=(e,t,r)=>r&&(t in M||(M[t]={}),e in M[t]||(M[t][e]=r),r),hr=(e,t)=>{if(t==null)return;if(t in M&&e in M[t])return M[t][e];const r=Te(t);for(let n=0;n<r.length;n++){const i=r[n],o=yi(i,e);if(o)return bi(e,t,o)}};let et;const se=xe({});function gi(e){return et[e]||null}function lr(e){return e in et}function yi(e,t){if(!lr(e))return null;const r=gi(e);return mi(r,t)}function vi(e){if(e==null)return;const t=Te(e);for(let r=0;r<t.length;r++){const n=t[r];if(lr(n))return n}}function _i(e,...t){delete M[e],se.update(r=>(r[e]=En.all([r[e]||{},...t]),r))}J([se],([e])=>Object.keys(e));se.subscribe(e=>et=e);const me={};function xi(e,t){me[e].delete(t),me[e].size===0&&delete me[e]}function cr(e){return me[e]}function Ei(e){return Te(e).map(t=>{const r=cr(t);return[t,r?[...r]:[]]}).filter(([,t])=>t.length>0)}function Je(e){return e==null?!1:Te(e).some(t=>{var r;return(r=cr(t))==null?void 0:r.size})}function Si(e,t){return Promise.all(t.map(n=>(xi(e,n),n().then(i=>i.default||i)))).then(n=>_i(e,...n))}const K={};function fr(e){if(!Je(e))return e in K?K[e]:Promise.resolve();const t=Ei(e);return K[e]=Promise.all(t.map(([r,n])=>Si(r,n))).then(()=>{if(Je(e))return fr(e);delete K[e]}),K[e]}const Ti={number:{scientific:{notation:"scientific"},engineering:{notation:"engineering"},compactLong:{notation:"compact",compactDisplay:"long"},compactShort:{notation:"compact",compactDisplay:"short"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},Ai={fallbackLocale:null,loadingDelay:200,formats:Ti,warnOnMissingMessages:!0,handleMissingMessage:void 0,ignoreTag:!0},Pi=Ai;function q(){return Pi}const Le=xe(!1);var Hi=Object.defineProperty,wi=Object.defineProperties,Bi=Object.getOwnPropertyDescriptors,Pt=Object.getOwnPropertySymbols,Ni=Object.prototype.hasOwnProperty,Oi=Object.prototype.propertyIsEnumerable,Ht=(e,t,r)=>t in e?Hi(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Ii=(e,t)=>{for(var r in t||(t={}))Ni.call(t,r)&&Ht(e,r,t[r]);if(Pt)for(var r of Pt(t))Oi.call(t,r)&&Ht(e,r,t[r]);return e},Ci=(e,t)=>wi(e,Bi(t));let Ye;const ye=xe(null);function wt(e){return e.split("-").map((t,r,n)=>n.slice(0,r+1).join("-")).reverse()}function Te(e,t=q().fallbackLocale){const r=wt(e);return t?[...new Set([...r,...wt(t)])]:r}function D(){return Ye!=null?Ye:void 0}ye.subscribe(e=>{Ye=e!=null?e:void 0,typeof window!="undefined"&&e!=null&&document.documentElement.setAttribute("lang",e)});const Li=e=>{if(e&&vi(e)&&Je(e)){const{loadingDelay:t}=q();let r;return typeof window!="undefined"&&D()!=null&&t?r=window.setTimeout(()=>Le.set(!0),t):Le.set(!0),fr(e).then(()=>{ye.set(e)}).finally(()=>{clearTimeout(r),Le.set(!1)})}return ye.set(e)},ae=Ci(Ii({},ye),{set:Li}),Ae=e=>{const t=Object.create(null);return n=>{const i=JSON.stringify(n);return i in t?t[i]:t[i]=e(n)}};var Mi=Object.defineProperty,ve=Object.getOwnPropertySymbols,pr=Object.prototype.hasOwnProperty,dr=Object.prototype.propertyIsEnumerable,Bt=(e,t,r)=>t in e?Mi(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,tt=(e,t)=>{for(var r in t||(t={}))pr.call(t,r)&&Bt(e,r,t[r]);if(ve)for(var r of ve(t))dr.call(t,r)&&Bt(e,r,t[r]);return e},Y=(e,t)=>{var r={};for(var n in e)pr.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&ve)for(var n of ve(e))t.indexOf(n)<0&&dr.call(e,n)&&(r[n]=e[n]);return r};const ne=(e,t)=>{const{formats:r}=q();if(e in r&&t in r[e])return r[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},$i=Ae(e=>{var t=e,{locale:r,format:n}=t,i=Y(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(i=ne("number",n)),new Intl.NumberFormat(r,i)}),Ri=Ae(e=>{var t=e,{locale:r,format:n}=t,i=Y(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?i=ne("date",n):Object.keys(i).length===0&&(i=ne("date","short")),new Intl.DateTimeFormat(r,i)}),Ui=Ae(e=>{var t=e,{locale:r,format:n}=t,i=Y(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?i=ne("time",n):Object.keys(i).length===0&&(i=ne("time","short")),new Intl.DateTimeFormat(r,i)}),Di=(e={})=>{var t=e,{locale:r=D()}=t,n=Y(t,["locale"]);return $i(tt({locale:r},n))},Gi=(e={})=>{var t=e,{locale:r=D()}=t,n=Y(t,["locale"]);return Ri(tt({locale:r},n))},Fi=(e={})=>{var t=e,{locale:r=D()}=t,n=Y(t,["locale"]);return Ui(tt({locale:r},n))},ji=Ae((e,t=D())=>new di(e,t,q().formats,{ignoreTag:q().ignoreTag})),ki=(e,t={})=>{var r,n,i,o;let s=t;typeof e=="object"&&(s=e,e=s.id);const{values:a,locale:h=D(),default:u}=s;if(h==null)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let l=hr(e,h);if(!l)l=(o=(i=(n=(r=q()).handleMissingMessage)==null?void 0:n.call(r,{locale:h,id:e,defaultValue:u}))!=null?i:u)!=null?o:e;else if(typeof l!="string")return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof l}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),l;if(!a)return l;let c=l;try{c=ji(l,h).format(a)}catch(f){f instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,f.message)}return c},Vi=(e,t)=>Fi(t).format(e),Xi=(e,t)=>Gi(t).format(e),Wi=(e,t)=>Di(t).format(e),zi=(e,t=D())=>hr(e,t);J([ae,se],()=>ki);J([ae],()=>Vi);J([ae],()=>Xi);J([ae],()=>Wi);J([ae,se],()=>zi);window.emWidgets={topic:on};const Nt=e=>e.toLowerCase().match(/android/i)?"Android":e.toLowerCase().match(/iphone/i)?"iPhone":e.toLowerCase().match(/ipad|ipod/i)?"iPad":"PC";function Zi(e,t){if(e){const r=document.createElement("style");r.innerHTML=t,e.appendChild(r)}}function Qi(e,t){const r=new URL(t);fetch(r.href).then(n=>n.text()).then(n=>{const i=document.createElement("style");i.innerHTML=n,e&&e.appendChild(i)}).catch(n=>{console.error("There was an error while trying to load client styling from URL",n)})}function qi(e,t,r){if(window.emMessageBus){const n=document.createElement("style");window.emMessageBus.subscribe(t,i=>{n.innerHTML=i,e&&e.appendChild(n)})}}function Ji(e){Tr(e,"svelte-yka2kr",':host{padding:0;margin:0;font-family:inherit}.PlayerAccountNotificationsContainer{padding:0 5px;display:grid;grid-gap:20px;animation-name:fadeIn;animation-iteration-count:1;animation-timing-function:ease-in;animation-duration:0.3s}.PlayerAccountNotificationBox{display:block;padding:10px;border-radius:5px;width:100%;background:var(--emw--color-gray-300, #58586B);color:var(--emw--color-white, #FFFFFF);box-sizing:border-box;text-decoration:none;word-break:break-word;word-wrap:break-word;overflow-wrap:anywhere;white-space:normal}.PlayerAccountNotificationBoxHeader{display:grid;width:100%;grid-template-areas:"nav main aside";grid-template-rows:auto;grid-template-columns:34px calc(100% - 34px);align-items:center}.PlayerAccountNotificationBoxHeader .PlayerAccountNotificationIcon{width:24px;margin-right:10px;flex:1}.PlayerAccountNotificationBoxHeader .PlayerAccountNotificationTitle{font-size:16px;flex:2}.PlayerAccountNotificationText{margin:0;font-size:14px;font-weight:300}.PlayerAccountNotificationText a{text-decoration:none;color:var(--emw--color-white, #FFFFFF)}.PlayerAccountNotificationsMobileContainer{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));grid-gap:20px;padding:20px}.PlayerAccountNotificationsMobileContainer .PlayerAccountNotificationBoxHeader{grid-template-columns:40px calc(100% - 40px)}.PlayerAccountNotificationsMobileContainer .PlayerAccountNotificationTitle{font-size:14px}.PlayerAccountNotificationsMobileContainer .PlayerAccountNotificationIcon{width:30px;margin-right:10px}.PlayerAccountNotificationsTabletContainer{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));grid-gap:20px;padding:20px 40px}.PlayerAccountNotificationsTabletContainer .PlayerAccountNotificationBoxHeader{grid-template-columns:80px calc(100% - 80px)}.PlayerAccountNotificationsTabletContainer .PlayerAccountNotificationTitle{font-size:24px}.PlayerAccountNotificationsTabletContainer .PlayerAccountNotificationText{font-size:16px}.PlayerAccountNotificationsTabletContainer .PlayerAccountNotificationIcon{width:60px;margin-right:20px}.skeletonContainer{container-type:inline-size}.skeletonContainer .skeletonWrapper{animation:fadeIn ease 0.3s}@container (max-width: 768px){.skeletonContainer .skeletonWrapper{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));grid-gap:20px}.skeletonContainer .skeletonWrapper .skeletonNotification{width:100%}}@container (max-width: 425px){.skeletonContainer .skeletonWrapper{display:grid;grid-template-columns:repeat(1, minmax(0, 1fr));grid-gap:20px;padding:0px 10px}.skeletonContainer .skeletonWrapper .skeletonNotification{width:100%}}@keyframes fadeIn{0%{opacity:0.01}1%{opacity:0}50%{opacity:0}100%{opacity:1}}')}function Ot(e,t,r){const n=e.slice();return n[24]=t[r],n}function It(e,t,r){const n=e.slice();return n[21]=t[r],n}function Yi(e){let t,r=be(e[1]),n=[];for(let i=0;i<r.length;i+=1)n[i]=Ct(Ot(e,r,i));return{c(){t=T("div");for(let i=0;i<n.length;i+=1)n[i].c();x(t,"class","PlayerAccountNotificationsContainer "+(e[3]&&e[4].matches?"PlayerAccountNotificationsTabletContainer":e[3]?"PlayerAccountNotificationsMobileContainer":"")),x(t,"part","PlayerAccountNotificationsContainer "+(e[3]&&e[4].matches?"PlayerAccountNotificationsTabletContainer":e[3]?"PlayerAccountNotificationsMobileContainer":""))},m(i,o){$(i,t,o);for(let s=0;s<n.length;s+=1)n[s]&&n[s].m(t,null)},p(i,o){if(o&2){r=be(i[1]);let s;for(s=0;s<r.length;s+=1){const a=Ot(i,r,s);n[s]?n[s].p(a,o):(n[s]=Ct(a),n[s].c(),n[s].m(t,null))}for(;s<n.length;s+=1)n[s].d(1);n.length=r.length}},d(i){i&&C(t),Rt(n,i)}}}function Ki(e){let t,r,n=be({length:3}),i=[];for(let o=0;o<n.length;o+=1)i[o]=Lt(It(e,n,o));return{c(){t=T("div"),r=T("div");for(let o=0;o<i.length;o+=1)i[o].c();x(r,"class","skeletonWrapper"),x(t,"class","skeletonContainer")},m(o,s){$(o,t,s),w(t,r);for(let a=0;a<i.length;a+=1)i[a]&&i[a].m(r,null)},p(o,s){if(s&24){n=be({length:3});let a;for(a=0;a<n.length;a+=1){const h=It(o,n,a);i[a]?i[a].p(h,s):(i[a]=Lt(h),i[a].c(),i[a].m(r,null))}for(;a<i.length;a+=1)i[a].d(1);i.length=n.length}},d(o){o&&C(t),Rt(i,o)}}}function Ct(e){let t,r,n,i,o,s,a,h=e[24].title+"",u,l,c,f=e[24].description+"",d;return{c(){t=T("div"),r=T("div"),n=T("img"),s=ce(),a=T("p"),u=Ut(h),l=ce(),c=T("p"),d=ce(),x(n,"class","PlayerAccountNotificationIcon"),x(n,"width","24px"),x(n,"height","24px"),at(n.src,i=e[24].icon)||x(n,"src",i),x(n,"alt",o=e[24].title),x(a,"class","PlayerAccountNotificationTitle"),x(r,"class","PlayerAccountNotificationBoxHeader"),x(c,"class","PlayerAccountNotificationText"),x(t,"class","PlayerAccountNotificationBox"),ut(t,"background",e[24].backgroundColor)},m(m,p){$(m,t,p),w(t,r),w(r,n),w(r,s),w(r,a),w(a,u),w(t,l),w(t,c),c.innerHTML=f,w(t,d)},p(m,p){p&2&&!at(n.src,i=m[24].icon)&&x(n,"src",i),p&2&&o!==(o=m[24].title)&&x(n,"alt",o),p&2&&h!==(h=m[24].title+"")&&wr(u,h),p&2&&f!==(f=m[24].description+"")&&(c.innerHTML=f),p&2&&ut(t,"background",m[24].backgroundColor)},d(m){m&&C(t)}}}function eo(e){let t;return{c(){t=T("ui-skeleton"),X(t,"structure","rectangle"),X(t,"width","auto"),X(t,"height",e[3]&&e[4].matches?"250px":"400px")},m(r,n){$(r,t,n)},p:A,d(r){r&&C(t)}}}function to(e){let t;return{c(){t=T("ui-skeleton"),t.innerHTML="",X(t,"structure","rectangle"),X(t,"width","auto"),X(t,"height","130px")},m(r,n){$(r,t,n)},p:A,d(r){r&&C(t)}}}function Lt(e){let t,r;function n(s,a){return s[3]?eo:to}let o=n(e)(e);return{c(){t=T("div"),o.c(),r=ce(),x(t,"class","skeletonNotification")},m(s,a){$(s,t,a),o.m(t,null),w(t,r)},p(s,a){o.p(s,a)},d(s){s&&C(t),o.d()}}}function ro(e){let t;function r(o,s){var a;if(o[2])return Ki;if((a=o[1])!=null&&a.length)return Yi}let n=r(e),i=n&&n(e);return{c(){t=T("div"),i&&i.c()},m(o,s){$(o,t,s),i&&i.m(t,null),e[13](t)},p(o,[s]){n===(n=r(o))&&i?i.p(o,s):(i&&i.d(1),i=n&&n(o),i&&(i.c(),i.m(t,null)))},i:A,o:A,d(o){o&&C(t),i&&i.d(),e[13](null)}}}function no(e,t,r){let{lang:n=""}=t,{cmsendpoint:i=""}=t,{env:o=""}=t,{userroles:s=""}=t,{customnotif:a=""}=t,{clientstyling:h=""}=t,{clientstylingurl:u=""}=t,{mbsource:l}=t,c,f=!0,d=window.navigator.userAgent,m=Nt(d)!=="PC",p=[],S=[],R=P();const L=window.matchMedia("(min-width: 768px)");function P(){const y=Nt(d);if(y)return y==="PC"?"dk":"mtWeb"}const U=()=>{const y=new URL(`${i}/${n}/support-information`);y.searchParams.append("env",o),y.searchParams.append("userRoles",s),y.searchParams.append("device",R),fetch(y.href).then(F=>F.json()).then(F=>{F.length&&(r(1,p=F[0].children),p==null||p.forEach(br=>{S.length&&(br.backgroundColor=S[0],S.shift())}))}).catch(F=>{console.error(F)}).finally(()=>{setTimeout(()=>{r(2,f=!1)},1e3)})},B=()=>{a.replace(" ",""),S=a.split(",")};Or(()=>()=>{});function G(y){Me[y?"unshift":"push"](()=>{c=y,r(0,c)})}return e.$$set=y=>{"lang"in y&&r(5,n=y.lang),"cmsendpoint"in y&&r(6,i=y.cmsendpoint),"env"in y&&r(7,o=y.env),"userroles"in y&&r(8,s=y.userroles),"customnotif"in y&&r(9,a=y.customnotif),"clientstyling"in y&&r(10,h=y.clientstyling),"clientstylingurl"in y&&r(11,u=y.clientstylingurl),"mbsource"in y&&r(12,l=y.mbsource)},e.$$.update=()=>{e.$$.dirty&512&&a&&B(),e.$$.dirty&2&&p&&B(),e.$$.dirty&480&&s&&i&&o&&n&&U(),e.$$.dirty&1025&&h&&c&&Zi(c,h),e.$$.dirty&2049&&u&&c&&Qi(c,u),e.$$.dirty&4097&&l&&c&&qi(c,`${l}.Style`)},[c,p,f,m,L,n,i,o,s,a,h,u,l,G]}class mr extends kr{constructor(t){super(),Fr(this,t,no,ro,$t,{lang:5,cmsendpoint:6,env:7,userroles:8,customnotif:9,clientstyling:10,clientstylingurl:11,mbsource:12},Ji)}get lang(){return this.$$.ctx[5]}set lang(t){this.$$set({lang:t}),N()}get cmsendpoint(){return this.$$.ctx[6]}set cmsendpoint(t){this.$$set({cmsendpoint:t}),N()}get env(){return this.$$.ctx[7]}set env(t){this.$$set({env:t}),N()}get userroles(){return this.$$.ctx[8]}set userroles(t){this.$$set({userroles:t}),N()}get customnotif(){return this.$$.ctx[9]}set customnotif(t){this.$$set({customnotif:t}),N()}get clientstyling(){return this.$$.ctx[10]}set clientstyling(t){this.$$set({clientstyling:t}),N()}get clientstylingurl(){return this.$$.ctx[11]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),N()}get mbsource(){return this.$$.ctx[12]}set mbsource(t){this.$$set({mbsource:t}),N()}}jr(mr,{lang:{},cmsendpoint:{},env:{},userroles:{},customnotif:{},clientstyling:{},clientstylingurl:{},mbsource:{}},[],[],!0);exports.default=mr;
18
+ `,Q.MISSING_INTL_API,s);var U=r.getPluralRules(t,{type:l.pluralType}).select(f-(l.offset||0));P=l.options[U]||l.options.other}if(!P)throw new At(l.value,f,Object.keys(l.options),s);a.push.apply(a,de(P.value,t,r,n,i,f-(l.offset||0)));continue}}return hi(a)}function ci(e,t){return t?O(O(O({},e||{}),t||{}),Object.keys(e).reduce(function(r,n){return r[n]=O(O({},e[n]),t[n]||{}),r},{})):e}function fi(e,t){return t?Object.keys(e).reduce(function(r,n){return r[n]=ci(e[n],t[n]),r},O({},e)):e}function Ce(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function pi(e){return e===void 0&&(e={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:Ne(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.NumberFormat).bind.apply(t,Be([void 0],r,!1)))},{cache:Ce(e.number),strategy:Oe.variadic}),getDateTimeFormat:Ne(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.DateTimeFormat).bind.apply(t,Be([void 0],r,!1)))},{cache:Ce(e.dateTime),strategy:Oe.variadic}),getPluralRules:Ne(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.PluralRules).bind.apply(t,Be([void 0],r,!1)))},{cache:Ce(e.pluralRules),strategy:Oe.variadic})}}var di=function(){function e(t,r,n,i){r===void 0&&(r=e.defaultLocale);var o=this;if(this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(h){var u=o.formatToParts(h);if(u.length===1)return u[0].value;var l=u.reduce(function(c,f){return!c.length||f.type!==E.literal||typeof c[c.length-1]!="string"?c.push(f.value):c[c.length-1]+=f.value,c},[]);return l.length<=1?l[0]||"":l},this.formatToParts=function(h){return de(o.ast,o.locales,o.formatters,o.formats,h,void 0,o.message)},this.resolvedOptions=function(){var h;return{locale:((h=o.resolvedLocale)===null||h===void 0?void 0:h.toString())||Intl.NumberFormat.supportedLocalesOf(o.locales)[0]}},this.getAst=function(){return o.ast},this.locales=r,this.resolvedLocale=e.resolveLocale(r),typeof t=="string"){if(this.message=t,!e.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");var s=i||{};s.formatters;var a=Sn(s,["formatters"]);this.ast=e.__parse(t,O(O({},a),{locale:this.resolvedLocale}))}else this.ast=t;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");this.formats=fi(e.formats,n),this.formatters=i&&i.formatters||pi(this.formatterCache)}return Object.defineProperty(e,"defaultLocale",{get:function(){return e.memoizedDefaultLocale||(e.memoizedDefaultLocale=new Intl.NumberFormat().resolvedOptions().locale),e.memoizedDefaultLocale},enumerable:!1,configurable:!0}),e.memoizedDefaultLocale=null,e.resolveLocale=function(t){if(typeof Intl.Locale!="undefined"){var r=Intl.NumberFormat.supportedLocalesOf(t);return r.length>0?new Intl.Locale(r[0]):new Intl.Locale(typeof t=="string"?t:t[0])}},e.__parse=si,e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();function mi(e,t){if(t==null)return;if(t in e)return e[t];const r=t.split(".");let n=e;for(let i=0;i<r.length;i++)if(typeof n=="object"){if(i>0){const o=r.slice(i,r.length).join(".");if(o in n){n=n[o];break}}n=n[r[i]]}else n=void 0;return n}const M={},bi=(e,t,r)=>r&&(t in M||(M[t]={}),e in M[t]||(M[t][e]=r),r),hr=(e,t)=>{if(t==null)return;if(t in M&&e in M[t])return M[t][e];const r=Te(t);for(let n=0;n<r.length;n++){const i=r[n],o=yi(i,e);if(o)return bi(e,t,o)}};let et;const se=xe({});function gi(e){return et[e]||null}function lr(e){return e in et}function yi(e,t){if(!lr(e))return null;const r=gi(e);return mi(r,t)}function vi(e){if(e==null)return;const t=Te(e);for(let r=0;r<t.length;r++){const n=t[r];if(lr(n))return n}}function _i(e,...t){delete M[e],se.update(r=>(r[e]=En.all([r[e]||{},...t]),r))}J([se],([e])=>Object.keys(e));se.subscribe(e=>et=e);const me={};function xi(e,t){me[e].delete(t),me[e].size===0&&delete me[e]}function cr(e){return me[e]}function Ei(e){return Te(e).map(t=>{const r=cr(t);return[t,r?[...r]:[]]}).filter(([,t])=>t.length>0)}function Je(e){return e==null?!1:Te(e).some(t=>{var r;return(r=cr(t))==null?void 0:r.size})}function Si(e,t){return Promise.all(t.map(n=>(xi(e,n),n().then(i=>i.default||i)))).then(n=>_i(e,...n))}const K={};function fr(e){if(!Je(e))return e in K?K[e]:Promise.resolve();const t=Ei(e);return K[e]=Promise.all(t.map(([r,n])=>Si(r,n))).then(()=>{if(Je(e))return fr(e);delete K[e]}),K[e]}const Ti={number:{scientific:{notation:"scientific"},engineering:{notation:"engineering"},compactLong:{notation:"compact",compactDisplay:"long"},compactShort:{notation:"compact",compactDisplay:"short"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},Ai={fallbackLocale:null,loadingDelay:200,formats:Ti,warnOnMissingMessages:!0,handleMissingMessage:void 0,ignoreTag:!0},Pi=Ai;function q(){return Pi}const Le=xe(!1);var Hi=Object.defineProperty,wi=Object.defineProperties,Bi=Object.getOwnPropertyDescriptors,Pt=Object.getOwnPropertySymbols,Ni=Object.prototype.hasOwnProperty,Oi=Object.prototype.propertyIsEnumerable,Ht=(e,t,r)=>t in e?Hi(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Ii=(e,t)=>{for(var r in t||(t={}))Ni.call(t,r)&&Ht(e,r,t[r]);if(Pt)for(var r of Pt(t))Oi.call(t,r)&&Ht(e,r,t[r]);return e},Ci=(e,t)=>wi(e,Bi(t));let Ye;const ye=xe(null);function wt(e){return e.split("-").map((t,r,n)=>n.slice(0,r+1).join("-")).reverse()}function Te(e,t=q().fallbackLocale){const r=wt(e);return t?[...new Set([...r,...wt(t)])]:r}function D(){return Ye!=null?Ye:void 0}ye.subscribe(e=>{Ye=e!=null?e:void 0,typeof window!="undefined"&&e!=null&&document.documentElement.setAttribute("lang",e)});const Li=e=>{if(e&&vi(e)&&Je(e)){const{loadingDelay:t}=q();let r;return typeof window!="undefined"&&D()!=null&&t?r=window.setTimeout(()=>Le.set(!0),t):Le.set(!0),fr(e).then(()=>{ye.set(e)}).finally(()=>{clearTimeout(r),Le.set(!1)})}return ye.set(e)},ae=Ci(Ii({},ye),{set:Li}),Ae=e=>{const t=Object.create(null);return n=>{const i=JSON.stringify(n);return i in t?t[i]:t[i]=e(n)}};var Mi=Object.defineProperty,ve=Object.getOwnPropertySymbols,pr=Object.prototype.hasOwnProperty,dr=Object.prototype.propertyIsEnumerable,Bt=(e,t,r)=>t in e?Mi(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,tt=(e,t)=>{for(var r in t||(t={}))pr.call(t,r)&&Bt(e,r,t[r]);if(ve)for(var r of ve(t))dr.call(t,r)&&Bt(e,r,t[r]);return e},Y=(e,t)=>{var r={};for(var n in e)pr.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&ve)for(var n of ve(e))t.indexOf(n)<0&&dr.call(e,n)&&(r[n]=e[n]);return r};const ne=(e,t)=>{const{formats:r}=q();if(e in r&&t in r[e])return r[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},$i=Ae(e=>{var t=e,{locale:r,format:n}=t,i=Y(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(i=ne("number",n)),new Intl.NumberFormat(r,i)}),Ri=Ae(e=>{var t=e,{locale:r,format:n}=t,i=Y(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?i=ne("date",n):Object.keys(i).length===0&&(i=ne("date","short")),new Intl.DateTimeFormat(r,i)}),Ui=Ae(e=>{var t=e,{locale:r,format:n}=t,i=Y(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?i=ne("time",n):Object.keys(i).length===0&&(i=ne("time","short")),new Intl.DateTimeFormat(r,i)}),Di=(e={})=>{var t=e,{locale:r=D()}=t,n=Y(t,["locale"]);return $i(tt({locale:r},n))},Gi=(e={})=>{var t=e,{locale:r=D()}=t,n=Y(t,["locale"]);return Ri(tt({locale:r},n))},Fi=(e={})=>{var t=e,{locale:r=D()}=t,n=Y(t,["locale"]);return Ui(tt({locale:r},n))},ji=Ae((e,t=D())=>new di(e,t,q().formats,{ignoreTag:q().ignoreTag})),ki=(e,t={})=>{var r,n,i,o;let s=t;typeof e=="object"&&(s=e,e=s.id);const{values:a,locale:h=D(),default:u}=s;if(h==null)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let l=hr(e,h);if(!l)l=(o=(i=(n=(r=q()).handleMissingMessage)==null?void 0:n.call(r,{locale:h,id:e,defaultValue:u}))!=null?i:u)!=null?o:e;else if(typeof l!="string")return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof l}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),l;if(!a)return l;let c=l;try{c=ji(l,h).format(a)}catch(f){f instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,f.message)}return c},Vi=(e,t)=>Fi(t).format(e),Xi=(e,t)=>Gi(t).format(e),Wi=(e,t)=>Di(t).format(e),zi=(e,t=D())=>hr(e,t);J([ae,se],()=>ki);J([ae],()=>Vi);J([ae],()=>Xi);J([ae],()=>Wi);J([ae,se],()=>zi);window.emWidgets={topic:on};const Nt=e=>e.toLowerCase().match(/android/i)?"Android":e.toLowerCase().match(/iphone/i)?"iPhone":e.toLowerCase().match(/ipad|ipod/i)?"iPad":"PC";function Zi(e,t){if(e){const r=document.createElement("style");r.innerHTML=t,e.appendChild(r)}}function Qi(e,t){const r=new URL(t);fetch(r.href).then(n=>n.text()).then(n=>{const i=document.createElement("style");i.innerHTML=n,e&&e.appendChild(i)}).catch(n=>{console.error("There was an error while trying to load client styling from URL",n)})}function qi(e,t,r){if(window.emMessageBus){const n=document.createElement("style");window.emMessageBus.subscribe(t,i=>{n.innerHTML=i,e&&e.appendChild(n)})}}function Ji(e){Tr(e,"svelte-1oqf48m",':host{padding:0;margin:0;font-family:inherit}.PlayerAccountNotificationsContainer{padding:0 5px;display:grid;grid-gap:20px;animation-name:fadeIn;animation-iteration-count:1;animation-timing-function:ease-in;animation-duration:0.3s}.PlayerAccountNotificationBox{background:var(--emw--color-pale, var(--emw--color-gray-50, #f1f1f1));display:block;padding:20px;border-radius:var(--emw--border-radius-medium, 10px);width:100%;color:var(--emw--color-black, #000);box-sizing:border-box;text-decoration:none;word-break:break-word;word-wrap:break-word;overflow-wrap:anywhere;white-space:normal}.PlayerAccountNotificationBoxHeader{display:grid;width:100%;grid-template-areas:"nav main aside";grid-template-rows:auto;grid-template-columns:34px calc(100% - 34px);align-items:center}.PlayerAccountNotificationBoxHeader .PlayerAccountNotificationIcon{width:24px;margin-right:10px;flex:1}.PlayerAccountNotificationBoxHeader .PlayerAccountNotificationTitle{font-size:16px;flex:2}.PlayerAccountNotificationText{margin:0;font-size:14px;font-weight:300}.PlayerAccountNotificationText a{text-decoration:none;color:var(--emw--color-white, #FFFFFF)}.PlayerAccountNotificationsMobileContainer{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));grid-gap:20px;padding:20px}.PlayerAccountNotificationsMobileContainer .PlayerAccountNotificationBoxHeader{grid-template-columns:40px calc(100% - 40px)}.PlayerAccountNotificationsMobileContainer .PlayerAccountNotificationTitle{font-size:14px}.PlayerAccountNotificationsMobileContainer .PlayerAccountNotificationIcon{width:30px;margin-right:10px}.PlayerAccountNotificationsTabletContainer{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));grid-gap:20px;padding:20px 40px}.PlayerAccountNotificationsTabletContainer .PlayerAccountNotificationBoxHeader{grid-template-columns:80px calc(100% - 80px)}.PlayerAccountNotificationsTabletContainer .PlayerAccountNotificationTitle{font-size:24px}.PlayerAccountNotificationsTabletContainer .PlayerAccountNotificationText{font-size:16px}.PlayerAccountNotificationsTabletContainer .PlayerAccountNotificationIcon{width:60px;margin-right:20px}.skeletonContainer{container-type:inline-size}.skeletonContainer .skeletonWrapper{animation:fadeIn ease 0.3s}@container (max-width: 768px){.skeletonContainer .skeletonWrapper{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));grid-gap:20px}.skeletonContainer .skeletonWrapper .skeletonNotification{width:100%}}@container (max-width: 425px){.skeletonContainer .skeletonWrapper{display:grid;grid-template-columns:repeat(1, minmax(0, 1fr));grid-gap:20px;padding:0px 10px}.skeletonContainer .skeletonWrapper .skeletonNotification{width:100%}}@keyframes fadeIn{0%{opacity:0.01}1%{opacity:0}50%{opacity:0}100%{opacity:1}}')}function Ot(e,t,r){const n=e.slice();return n[24]=t[r],n}function It(e,t,r){const n=e.slice();return n[21]=t[r],n}function Yi(e){let t,r=be(e[1]),n=[];for(let i=0;i<r.length;i+=1)n[i]=Ct(Ot(e,r,i));return{c(){t=T("div");for(let i=0;i<n.length;i+=1)n[i].c();x(t,"class","PlayerAccountNotificationsContainer "+(e[3]&&e[4].matches?"PlayerAccountNotificationsTabletContainer":e[3]?"PlayerAccountNotificationsMobileContainer":"")),x(t,"part","PlayerAccountNotificationsContainer "+(e[3]&&e[4].matches?"PlayerAccountNotificationsTabletContainer":e[3]?"PlayerAccountNotificationsMobileContainer":""))},m(i,o){$(i,t,o);for(let s=0;s<n.length;s+=1)n[s]&&n[s].m(t,null)},p(i,o){if(o&2){r=be(i[1]);let s;for(s=0;s<r.length;s+=1){const a=Ot(i,r,s);n[s]?n[s].p(a,o):(n[s]=Ct(a),n[s].c(),n[s].m(t,null))}for(;s<n.length;s+=1)n[s].d(1);n.length=r.length}},d(i){i&&C(t),Rt(n,i)}}}function Ki(e){let t,r,n=be({length:3}),i=[];for(let o=0;o<n.length;o+=1)i[o]=Lt(It(e,n,o));return{c(){t=T("div"),r=T("div");for(let o=0;o<i.length;o+=1)i[o].c();x(r,"class","skeletonWrapper"),x(t,"class","skeletonContainer")},m(o,s){$(o,t,s),w(t,r);for(let a=0;a<i.length;a+=1)i[a]&&i[a].m(r,null)},p(o,s){if(s&24){n=be({length:3});let a;for(a=0;a<n.length;a+=1){const h=It(o,n,a);i[a]?i[a].p(h,s):(i[a]=Lt(h),i[a].c(),i[a].m(r,null))}for(;a<i.length;a+=1)i[a].d(1);i.length=n.length}},d(o){o&&C(t),Rt(i,o)}}}function Ct(e){let t,r,n,i,o,s,a,h=e[24].title+"",u,l,c,f=e[24].description+"",d;return{c(){t=T("div"),r=T("div"),n=T("img"),s=ce(),a=T("p"),u=Ut(h),l=ce(),c=T("p"),d=ce(),x(n,"class","PlayerAccountNotificationIcon"),x(n,"width","24px"),x(n,"height","24px"),at(n.src,i=e[24].icon)||x(n,"src",i),x(n,"alt",o=e[24].title),x(a,"class","PlayerAccountNotificationTitle"),x(r,"class","PlayerAccountNotificationBoxHeader"),x(c,"class","PlayerAccountNotificationText"),x(t,"class","PlayerAccountNotificationBox"),ut(t,"background",e[24].backgroundColor)},m(m,p){$(m,t,p),w(t,r),w(r,n),w(r,s),w(r,a),w(a,u),w(t,l),w(t,c),c.innerHTML=f,w(t,d)},p(m,p){p&2&&!at(n.src,i=m[24].icon)&&x(n,"src",i),p&2&&o!==(o=m[24].title)&&x(n,"alt",o),p&2&&h!==(h=m[24].title+"")&&wr(u,h),p&2&&f!==(f=m[24].description+"")&&(c.innerHTML=f),p&2&&ut(t,"background",m[24].backgroundColor)},d(m){m&&C(t)}}}function eo(e){let t;return{c(){t=T("ui-skeleton"),X(t,"structure","rectangle"),X(t,"width","auto"),X(t,"height",e[3]&&e[4].matches?"250px":"400px")},m(r,n){$(r,t,n)},p:A,d(r){r&&C(t)}}}function to(e){let t;return{c(){t=T("ui-skeleton"),t.innerHTML="",X(t,"structure","rectangle"),X(t,"width","auto"),X(t,"height","130px")},m(r,n){$(r,t,n)},p:A,d(r){r&&C(t)}}}function Lt(e){let t,r;function n(s,a){return s[3]?eo:to}let o=n(e)(e);return{c(){t=T("div"),o.c(),r=ce(),x(t,"class","skeletonNotification")},m(s,a){$(s,t,a),o.m(t,null),w(t,r)},p(s,a){o.p(s,a)},d(s){s&&C(t),o.d()}}}function ro(e){let t;function r(o,s){var a;if(o[2])return Ki;if((a=o[1])!=null&&a.length)return Yi}let n=r(e),i=n&&n(e);return{c(){t=T("div"),i&&i.c()},m(o,s){$(o,t,s),i&&i.m(t,null),e[13](t)},p(o,[s]){n===(n=r(o))&&i?i.p(o,s):(i&&i.d(1),i=n&&n(o),i&&(i.c(),i.m(t,null)))},i:A,o:A,d(o){o&&C(t),i&&i.d(),e[13](null)}}}function no(e,t,r){let{lang:n=""}=t,{cmsendpoint:i=""}=t,{env:o=""}=t,{userroles:s=""}=t,{customnotif:a=""}=t,{clientstyling:h=""}=t,{clientstylingurl:u=""}=t,{mbsource:l}=t,c,f=!0,d=window.navigator.userAgent,m=Nt(d)!=="PC",p=[],S=[],R=P();const L=window.matchMedia("(min-width: 768px)");function P(){const y=Nt(d);if(y)return y==="PC"?"dk":"mtWeb"}const U=()=>{const y=new URL(`${i}/${n}/support-information`);y.searchParams.append("env",o),y.searchParams.append("userRoles",s),y.searchParams.append("device",R),fetch(y.href).then(F=>F.json()).then(F=>{F.length&&(r(1,p=F[0].children),p==null||p.forEach(br=>{S.length&&(br.backgroundColor=S[0],S.shift())}))}).catch(F=>{console.error(F)}).finally(()=>{setTimeout(()=>{r(2,f=!1)},1e3)})},B=()=>{a.replace(" ",""),S=a.split(",")};Or(()=>()=>{});function G(y){Me[y?"unshift":"push"](()=>{c=y,r(0,c)})}return e.$$set=y=>{"lang"in y&&r(5,n=y.lang),"cmsendpoint"in y&&r(6,i=y.cmsendpoint),"env"in y&&r(7,o=y.env),"userroles"in y&&r(8,s=y.userroles),"customnotif"in y&&r(9,a=y.customnotif),"clientstyling"in y&&r(10,h=y.clientstyling),"clientstylingurl"in y&&r(11,u=y.clientstylingurl),"mbsource"in y&&r(12,l=y.mbsource)},e.$$.update=()=>{e.$$.dirty&512&&a&&B(),e.$$.dirty&2&&p&&B(),e.$$.dirty&480&&s&&i&&o&&n&&U(),e.$$.dirty&1025&&h&&c&&Zi(c,h),e.$$.dirty&2049&&u&&c&&Qi(c,u),e.$$.dirty&4097&&l&&c&&qi(c,`${l}.Style`)},[c,p,f,m,L,n,i,o,s,a,h,u,l,G]}class mr extends kr{constructor(t){super(),Fr(this,t,no,ro,$t,{lang:5,cmsendpoint:6,env:7,userroles:8,customnotif:9,clientstyling:10,clientstylingurl:11,mbsource:12},Ji)}get lang(){return this.$$.ctx[5]}set lang(t){this.$$set({lang:t}),N()}get cmsendpoint(){return this.$$.ctx[6]}set cmsendpoint(t){this.$$set({cmsendpoint:t}),N()}get env(){return this.$$.ctx[7]}set env(t){this.$$set({env:t}),N()}get userroles(){return this.$$.ctx[8]}set userroles(t){this.$$set({userroles:t}),N()}get customnotif(){return this.$$.ctx[9]}set customnotif(t){this.$$set({customnotif:t}),N()}get clientstyling(){return this.$$.ctx[10]}set clientstyling(t){this.$$set({clientstyling:t}),N()}get clientstylingurl(){return this.$$.ctx[11]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),N()}get mbsource(){return this.$$.ctx[12]}set mbsource(t){this.$$set({mbsource:t}),N()}}jr(mr,{lang:{},cmsendpoint:{},env:{},userroles:{},customnotif:{},clientstyling:{},clientstylingurl:{},mbsource:{}},[],[],!0);exports.default=mr;
@@ -781,14 +781,14 @@ var Qr = {
781
781
  next: ct,
782
782
  error: Zr,
783
783
  complete: ct
784
- }, Jr = function() {
784
+ }, qr = function() {
785
785
  return typeof Symbol == "function" && Symbol.observable || "@@observable";
786
786
  }();
787
- function qr(e) {
787
+ function Jr(e) {
788
788
  return e;
789
789
  }
790
790
  function Yr(e) {
791
- return e.length === 0 ? qr : e.length === 1 ? e[0] : function(r) {
791
+ return e.length === 0 ? Jr : e.length === 1 ? e[0] : function(r) {
792
792
  return e.reduce(function(n, i) {
793
793
  return i(n);
794
794
  }, r);
@@ -832,7 +832,7 @@ var ft = function() {
832
832
  }, e.prototype._subscribe = function(t) {
833
833
  var r;
834
834
  return (r = this.source) === null || r === void 0 ? void 0 : r.subscribe(t);
835
- }, e.prototype[Jr] = function() {
835
+ }, e.prototype[qr] = function() {
836
836
  return this;
837
837
  }, e.prototype.pipe = function() {
838
838
  for (var t = [], r = 0; r < arguments.length; r++)
@@ -1034,7 +1034,7 @@ function xe(e, t = A) {
1034
1034
  }
1035
1035
  return { set: i, update: o, subscribe: s };
1036
1036
  }
1037
- function q(e, t, r) {
1037
+ function J(e, t, r) {
1038
1038
  const n = !Array.isArray(e), i = n ? [e] : e;
1039
1039
  if (!i.every(Boolean))
1040
1040
  throw new Error("derived() expects stores as input, got a falsy value");
@@ -1260,10 +1260,10 @@ function Nn(e) {
1260
1260
  function Qt(e) {
1261
1261
  return e.type === v.number;
1262
1262
  }
1263
- function Jt(e) {
1263
+ function qt(e) {
1264
1264
  return e.type === v.date;
1265
1265
  }
1266
- function qt(e) {
1266
+ function Jt(e) {
1267
1267
  return e.type === v.time;
1268
1268
  }
1269
1269
  function Yt(e) {
@@ -3054,7 +3054,7 @@ var Ie, jn = new RegExp("^".concat(rr.source, "*")), kn = new RegExp("".concat(r
3054
3054
  function g(e, t) {
3055
3055
  return { start: e, end: t };
3056
3056
  }
3057
- var Vn = !!String.prototype.startsWith && "_a".startsWith("a", 1), Xn = !!String.fromCodePoint, Wn = !!Object.fromEntries, zn = !!String.prototype.codePointAt, Zn = !!String.prototype.trimStart, Qn = !!String.prototype.trimEnd, Jn = !!Number.isSafeInteger, qn = Jn ? Number.isSafeInteger : function(e) {
3057
+ var Vn = !!String.prototype.startsWith && "_a".startsWith("a", 1), Xn = !!String.fromCodePoint, Wn = !!Object.fromEntries, zn = !!String.prototype.codePointAt, Zn = !!String.prototype.trimStart, Qn = !!String.prototype.trimEnd, qn = !!Number.isSafeInteger, Jn = qn ? Number.isSafeInteger : function(e) {
3058
3058
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
3059
3059
  }, We = !0;
3060
3060
  try {
@@ -3541,7 +3541,7 @@ var ti = (
3541
3541
  break;
3542
3542
  }
3543
3543
  var h = g(i, this.clonePosition());
3544
- return o ? (s *= n, qn(s) ? { val: s, err: null } : this.error(r, h)) : this.error(t, h);
3544
+ return o ? (s *= n, Jn(s) ? { val: s, err: null } : this.error(r, h)) : this.error(t, h);
3545
3545
  }, e.prototype.offset = function() {
3546
3546
  return this.position.offset;
3547
3547
  }, e.prototype.isEOF = function() {
@@ -3622,13 +3622,13 @@ function ur(e) {
3622
3622
  function ii(e) {
3623
3623
  return e >= 33 && e <= 35 || e === 36 || e >= 37 && e <= 39 || e === 40 || e === 41 || e === 42 || e === 43 || e === 44 || e === 45 || e >= 46 && e <= 47 || e >= 58 && e <= 59 || e >= 60 && e <= 62 || e >= 63 && e <= 64 || e === 91 || e === 92 || e === 93 || e === 94 || e === 96 || e === 123 || e === 124 || e === 125 || e === 126 || e === 161 || e >= 162 && e <= 165 || e === 166 || e === 167 || e === 169 || e === 171 || e === 172 || e === 174 || e === 176 || e === 177 || e === 182 || e === 187 || e === 191 || e === 215 || e === 247 || e >= 8208 && e <= 8213 || e >= 8214 && e <= 8215 || e === 8216 || e === 8217 || e === 8218 || e >= 8219 && e <= 8220 || e === 8221 || e === 8222 || e === 8223 || e >= 8224 && e <= 8231 || e >= 8240 && e <= 8248 || e === 8249 || e === 8250 || e >= 8251 && e <= 8254 || e >= 8257 && e <= 8259 || e === 8260 || e === 8261 || e === 8262 || e >= 8263 && e <= 8273 || e === 8274 || e === 8275 || e >= 8277 && e <= 8286 || e >= 8592 && e <= 8596 || e >= 8597 && e <= 8601 || e >= 8602 && e <= 8603 || e >= 8604 && e <= 8607 || e === 8608 || e >= 8609 && e <= 8610 || e === 8611 || e >= 8612 && e <= 8613 || e === 8614 || e >= 8615 && e <= 8621 || e === 8622 || e >= 8623 && e <= 8653 || e >= 8654 && e <= 8655 || e >= 8656 && e <= 8657 || e === 8658 || e === 8659 || e === 8660 || e >= 8661 && e <= 8691 || e >= 8692 && e <= 8959 || e >= 8960 && e <= 8967 || e === 8968 || e === 8969 || e === 8970 || e === 8971 || e >= 8972 && e <= 8991 || e >= 8992 && e <= 8993 || e >= 8994 && e <= 9e3 || e === 9001 || e === 9002 || e >= 9003 && e <= 9083 || e === 9084 || e >= 9085 && e <= 9114 || e >= 9115 && e <= 9139 || e >= 9140 && e <= 9179 || e >= 9180 && e <= 9185 || e >= 9186 && e <= 9254 || e >= 9255 && e <= 9279 || e >= 9280 && e <= 9290 || e >= 9291 && e <= 9311 || e >= 9472 && e <= 9654 || e === 9655 || e >= 9656 && e <= 9664 || e === 9665 || e >= 9666 && e <= 9719 || e >= 9720 && e <= 9727 || e >= 9728 && e <= 9838 || e === 9839 || e >= 9840 && e <= 10087 || e === 10088 || e === 10089 || e === 10090 || e === 10091 || e === 10092 || e === 10093 || e === 10094 || e === 10095 || e === 10096 || e === 10097 || e === 10098 || e === 10099 || e === 10100 || e === 10101 || e >= 10132 && e <= 10175 || e >= 10176 && e <= 10180 || e === 10181 || e === 10182 || e >= 10183 && e <= 10213 || e === 10214 || e === 10215 || e === 10216 || e === 10217 || e === 10218 || e === 10219 || e === 10220 || e === 10221 || e === 10222 || e === 10223 || e >= 10224 && e <= 10239 || e >= 10240 && e <= 10495 || e >= 10496 && e <= 10626 || e === 10627 || e === 10628 || e === 10629 || e === 10630 || e === 10631 || e === 10632 || e === 10633 || e === 10634 || e === 10635 || e === 10636 || e === 10637 || e === 10638 || e === 10639 || e === 10640 || e === 10641 || e === 10642 || e === 10643 || e === 10644 || e === 10645 || e === 10646 || e === 10647 || e === 10648 || e >= 10649 && e <= 10711 || e === 10712 || e === 10713 || e === 10714 || e === 10715 || e >= 10716 && e <= 10747 || e === 10748 || e === 10749 || e >= 10750 && e <= 11007 || e >= 11008 && e <= 11055 || e >= 11056 && e <= 11076 || e >= 11077 && e <= 11078 || e >= 11079 && e <= 11084 || e >= 11085 && e <= 11123 || e >= 11124 && e <= 11125 || e >= 11126 && e <= 11157 || e === 11158 || e >= 11159 && e <= 11263 || e >= 11776 && e <= 11777 || e === 11778 || e === 11779 || e === 11780 || e === 11781 || e >= 11782 && e <= 11784 || e === 11785 || e === 11786 || e === 11787 || e === 11788 || e === 11789 || e >= 11790 && e <= 11798 || e === 11799 || e >= 11800 && e <= 11801 || e === 11802 || e === 11803 || e === 11804 || e === 11805 || e >= 11806 && e <= 11807 || e === 11808 || e === 11809 || e === 11810 || e === 11811 || e === 11812 || e === 11813 || e === 11814 || e === 11815 || e === 11816 || e === 11817 || e >= 11818 && e <= 11822 || e === 11823 || e >= 11824 && e <= 11833 || e >= 11834 && e <= 11835 || e >= 11836 && e <= 11839 || e === 11840 || e === 11841 || e === 11842 || e >= 11843 && e <= 11855 || e >= 11856 && e <= 11857 || e === 11858 || e >= 11859 && e <= 11903 || e >= 12289 && e <= 12291 || e === 12296 || e === 12297 || e === 12298 || e === 12299 || e === 12300 || e === 12301 || e === 12302 || e === 12303 || e === 12304 || e === 12305 || e >= 12306 && e <= 12307 || e === 12308 || e === 12309 || e === 12310 || e === 12311 || e === 12312 || e === 12313 || e === 12314 || e === 12315 || e === 12316 || e === 12317 || e >= 12318 && e <= 12319 || e === 12320 || e === 12336 || e === 64830 || e === 64831 || e >= 65093 && e <= 65094;
3624
3624
  }
3625
- function Je(e) {
3625
+ function qe(e) {
3626
3626
  e.forEach(function(t) {
3627
3627
  if (delete t.location, Yt(t) || Kt(t))
3628
3628
  for (var r in t.options)
3629
- delete t.options[r].location, Je(t.options[r].value);
3629
+ delete t.options[r].location, qe(t.options[r].value);
3630
3630
  else
3631
- Qt(t) && tr(t.style) || (Jt(t) || qt(t)) && Xe(t.style) ? delete t.style.location : er(t) && Je(t.children);
3631
+ Qt(t) && tr(t.style) || (qt(t) || Jt(t)) && Xe(t.style) ? delete t.style.location : er(t) && qe(t.children);
3632
3632
  });
3633
3633
  }
3634
3634
  function oi(e, t) {
@@ -3638,7 +3638,7 @@ function oi(e, t) {
3638
3638
  var n = SyntaxError(b[r.err.kind]);
3639
3639
  throw n.location = r.err.location, n.originalMessage = r.err.message, n;
3640
3640
  }
3641
- return t != null && t.captureLocation || Je(r.val), r.val;
3641
+ return t != null && t.captureLocation || qe(r.val), r.val;
3642
3642
  }
3643
3643
  var Q;
3644
3644
  (function(e) {
@@ -3731,7 +3731,7 @@ function de(e, t, r, n, i, o, s) {
3731
3731
  });
3732
3732
  continue;
3733
3733
  }
3734
- if (Jt(l)) {
3734
+ if (qt(l)) {
3735
3735
  var d = typeof l.style == "string" ? n.date[l.style] : Xe(l.style) ? l.style.parsedOptions : void 0;
3736
3736
  a.push({
3737
3737
  type: E.literal,
@@ -3739,7 +3739,7 @@ function de(e, t, r, n, i, o, s) {
3739
3739
  });
3740
3740
  continue;
3741
3741
  }
3742
- if (qt(l)) {
3742
+ if (Jt(l)) {
3743
3743
  var d = typeof l.style == "string" ? n.time[l.style] : Xe(l.style) ? l.style.parsedOptions : n.time.medium;
3744
3744
  a.push({
3745
3745
  type: E.literal,
@@ -4022,7 +4022,7 @@ function yi(e) {
4022
4022
  function vi(e, ...t) {
4023
4023
  delete M[e], se.update((r) => (r[e] = xn.all([r[e] || {}, ...t]), r));
4024
4024
  }
4025
- q(
4025
+ J(
4026
4026
  [se],
4027
4027
  ([e]) => Object.keys(e)
4028
4028
  );
@@ -4040,7 +4040,7 @@ function xi(e) {
4040
4040
  return [t, r ? [...r] : []];
4041
4041
  }).filter(([, t]) => t.length > 0);
4042
4042
  }
4043
- function qe(e) {
4043
+ function Je(e) {
4044
4044
  return e == null ? !1 : Te(e).some(
4045
4045
  (t) => {
4046
4046
  var r;
@@ -4055,7 +4055,7 @@ function Ei(e, t) {
4055
4055
  }
4056
4056
  const K = {};
4057
4057
  function fr(e) {
4058
- if (!qe(e))
4058
+ if (!Je(e))
4059
4059
  return e in K ? K[e] : Promise.resolve();
4060
4060
  const t = xi(e);
4061
4061
  return K[e] = Promise.all(
@@ -4063,7 +4063,7 @@ function fr(e) {
4063
4063
  ([r, n]) => Ei(r, n)
4064
4064
  )
4065
4065
  ).then(() => {
4066
- if (qe(e))
4066
+ if (Je(e))
4067
4067
  return fr(e);
4068
4068
  delete K[e];
4069
4069
  }), K[e];
@@ -4105,7 +4105,7 @@ const Si = {
4105
4105
  handleMissingMessage: void 0,
4106
4106
  ignoreTag: !0
4107
4107
  }, Ai = Ti;
4108
- function J() {
4108
+ function q() {
4109
4109
  return Ai;
4110
4110
  }
4111
4111
  const Le = xe(!1);
@@ -4122,7 +4122,7 @@ const ye = xe(null);
4122
4122
  function wt(e) {
4123
4123
  return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
4124
4124
  }
4125
- function Te(e, t = J().fallbackLocale) {
4125
+ function Te(e, t = q().fallbackLocale) {
4126
4126
  const r = wt(e);
4127
4127
  return t ? [.../* @__PURE__ */ new Set([...r, ...wt(t)])] : r;
4128
4128
  }
@@ -4133,8 +4133,8 @@ ye.subscribe((e) => {
4133
4133
  Ye = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
4134
4134
  });
4135
4135
  const Ci = (e) => {
4136
- if (e && yi(e) && qe(e)) {
4137
- const { loadingDelay: t } = J();
4136
+ if (e && yi(e) && Je(e)) {
4137
+ const { loadingDelay: t } = q();
4138
4138
  let r;
4139
4139
  return typeof window != "undefined" && D() != null && t ? r = window.setTimeout(
4140
4140
  () => Le.set(!0),
@@ -4172,7 +4172,7 @@ var Li = Object.defineProperty, ve = Object.getOwnPropertySymbols, pr = Object.p
4172
4172
  return r;
4173
4173
  };
4174
4174
  const ne = (e, t) => {
4175
- const { formats: r } = J();
4175
+ const { formats: r } = q();
4176
4176
  if (e in r && t in r[e])
4177
4177
  return r[e][t];
4178
4178
  throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
@@ -4222,8 +4222,8 @@ const ne = (e, t) => {
4222
4222
  return Ri(tt({ locale: r }, n));
4223
4223
  }, Fi = Ae(
4224
4224
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
4225
- (e, t = D()) => new pi(e, t, J().formats, {
4226
- ignoreTag: J().ignoreTag
4225
+ (e, t = D()) => new pi(e, t, q().formats, {
4226
+ ignoreTag: q().ignoreTag
4227
4227
  })
4228
4228
  ), ji = (e, t = {}) => {
4229
4229
  var r, n, i, o;
@@ -4240,7 +4240,7 @@ const ne = (e, t) => {
4240
4240
  );
4241
4241
  let l = hr(e, h);
4242
4242
  if (!l)
4243
- l = (o = (i = (n = (r = J()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: h, id: e, defaultValue: u })) != null ? i : u) != null ? o : e;
4243
+ l = (o = (i = (n = (r = q()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: h, id: e, defaultValue: u })) != null ? i : u) != null ? o : e;
4244
4244
  else if (typeof l != "string")
4245
4245
  return console.warn(
4246
4246
  `[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof l}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
@@ -4258,11 +4258,11 @@ const ne = (e, t) => {
4258
4258
  }
4259
4259
  return c;
4260
4260
  }, ki = (e, t) => Gi(t).format(e), Vi = (e, t) => Di(t).format(e), Xi = (e, t) => Ui(t).format(e), Wi = (e, t = D()) => hr(e, t);
4261
- q([ae, se], () => ji);
4262
- q([ae], () => ki);
4263
- q([ae], () => Vi);
4264
- q([ae], () => Xi);
4265
- q([ae, se], () => Wi);
4261
+ J([ae, se], () => ji);
4262
+ J([ae], () => ki);
4263
+ J([ae], () => Vi);
4264
+ J([ae], () => Xi);
4265
+ J([ae, se], () => Wi);
4266
4266
  window.emWidgets = { topic: nn };
4267
4267
  const Nt = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
4268
4268
  function zi(e, t) {
@@ -4288,8 +4288,8 @@ function Qi(e, t, r) {
4288
4288
  });
4289
4289
  }
4290
4290
  }
4291
- function Ji(e) {
4292
- Sr(e, "svelte-yka2kr", ':host{padding:0;margin:0;font-family:inherit}.PlayerAccountNotificationsContainer{padding:0 5px;display:grid;grid-gap:20px;animation-name:fadeIn;animation-iteration-count:1;animation-timing-function:ease-in;animation-duration:0.3s}.PlayerAccountNotificationBox{display:block;padding:10px;border-radius:5px;width:100%;background:var(--emw--color-gray-300, #58586B);color:var(--emw--color-white, #FFFFFF);box-sizing:border-box;text-decoration:none;word-break:break-word;word-wrap:break-word;overflow-wrap:anywhere;white-space:normal}.PlayerAccountNotificationBoxHeader{display:grid;width:100%;grid-template-areas:"nav main aside";grid-template-rows:auto;grid-template-columns:34px calc(100% - 34px);align-items:center}.PlayerAccountNotificationBoxHeader .PlayerAccountNotificationIcon{width:24px;margin-right:10px;flex:1}.PlayerAccountNotificationBoxHeader .PlayerAccountNotificationTitle{font-size:16px;flex:2}.PlayerAccountNotificationText{margin:0;font-size:14px;font-weight:300}.PlayerAccountNotificationText a{text-decoration:none;color:var(--emw--color-white, #FFFFFF)}.PlayerAccountNotificationsMobileContainer{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));grid-gap:20px;padding:20px}.PlayerAccountNotificationsMobileContainer .PlayerAccountNotificationBoxHeader{grid-template-columns:40px calc(100% - 40px)}.PlayerAccountNotificationsMobileContainer .PlayerAccountNotificationTitle{font-size:14px}.PlayerAccountNotificationsMobileContainer .PlayerAccountNotificationIcon{width:30px;margin-right:10px}.PlayerAccountNotificationsTabletContainer{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));grid-gap:20px;padding:20px 40px}.PlayerAccountNotificationsTabletContainer .PlayerAccountNotificationBoxHeader{grid-template-columns:80px calc(100% - 80px)}.PlayerAccountNotificationsTabletContainer .PlayerAccountNotificationTitle{font-size:24px}.PlayerAccountNotificationsTabletContainer .PlayerAccountNotificationText{font-size:16px}.PlayerAccountNotificationsTabletContainer .PlayerAccountNotificationIcon{width:60px;margin-right:20px}.skeletonContainer{container-type:inline-size}.skeletonContainer .skeletonWrapper{animation:fadeIn ease 0.3s}@container (max-width: 768px){.skeletonContainer .skeletonWrapper{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));grid-gap:20px}.skeletonContainer .skeletonWrapper .skeletonNotification{width:100%}}@container (max-width: 425px){.skeletonContainer .skeletonWrapper{display:grid;grid-template-columns:repeat(1, minmax(0, 1fr));grid-gap:20px;padding:0px 10px}.skeletonContainer .skeletonWrapper .skeletonNotification{width:100%}}@keyframes fadeIn{0%{opacity:0.01}1%{opacity:0}50%{opacity:0}100%{opacity:1}}');
4291
+ function qi(e) {
4292
+ Sr(e, "svelte-1oqf48m", ':host{padding:0;margin:0;font-family:inherit}.PlayerAccountNotificationsContainer{padding:0 5px;display:grid;grid-gap:20px;animation-name:fadeIn;animation-iteration-count:1;animation-timing-function:ease-in;animation-duration:0.3s}.PlayerAccountNotificationBox{background:var(--emw--color-pale, var(--emw--color-gray-50, #f1f1f1));display:block;padding:20px;border-radius:var(--emw--border-radius-medium, 10px);width:100%;color:var(--emw--color-black, #000);box-sizing:border-box;text-decoration:none;word-break:break-word;word-wrap:break-word;overflow-wrap:anywhere;white-space:normal}.PlayerAccountNotificationBoxHeader{display:grid;width:100%;grid-template-areas:"nav main aside";grid-template-rows:auto;grid-template-columns:34px calc(100% - 34px);align-items:center}.PlayerAccountNotificationBoxHeader .PlayerAccountNotificationIcon{width:24px;margin-right:10px;flex:1}.PlayerAccountNotificationBoxHeader .PlayerAccountNotificationTitle{font-size:16px;flex:2}.PlayerAccountNotificationText{margin:0;font-size:14px;font-weight:300}.PlayerAccountNotificationText a{text-decoration:none;color:var(--emw--color-white, #FFFFFF)}.PlayerAccountNotificationsMobileContainer{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));grid-gap:20px;padding:20px}.PlayerAccountNotificationsMobileContainer .PlayerAccountNotificationBoxHeader{grid-template-columns:40px calc(100% - 40px)}.PlayerAccountNotificationsMobileContainer .PlayerAccountNotificationTitle{font-size:14px}.PlayerAccountNotificationsMobileContainer .PlayerAccountNotificationIcon{width:30px;margin-right:10px}.PlayerAccountNotificationsTabletContainer{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));grid-gap:20px;padding:20px 40px}.PlayerAccountNotificationsTabletContainer .PlayerAccountNotificationBoxHeader{grid-template-columns:80px calc(100% - 80px)}.PlayerAccountNotificationsTabletContainer .PlayerAccountNotificationTitle{font-size:24px}.PlayerAccountNotificationsTabletContainer .PlayerAccountNotificationText{font-size:16px}.PlayerAccountNotificationsTabletContainer .PlayerAccountNotificationIcon{width:60px;margin-right:20px}.skeletonContainer{container-type:inline-size}.skeletonContainer .skeletonWrapper{animation:fadeIn ease 0.3s}@container (max-width: 768px){.skeletonContainer .skeletonWrapper{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));grid-gap:20px}.skeletonContainer .skeletonWrapper .skeletonNotification{width:100%}}@container (max-width: 425px){.skeletonContainer .skeletonWrapper{display:grid;grid-template-columns:repeat(1, minmax(0, 1fr));grid-gap:20px;padding:0px 10px}.skeletonContainer .skeletonWrapper .skeletonNotification{width:100%}}@keyframes fadeIn{0%{opacity:0.01}1%{opacity:0}50%{opacity:0}100%{opacity:1}}');
4293
4293
  }
4294
4294
  function Ot(e, t, r) {
4295
4295
  const n = e.slice();
@@ -4299,7 +4299,7 @@ function It(e, t, r) {
4299
4299
  const n = e.slice();
4300
4300
  return n[21] = t[r], n;
4301
4301
  }
4302
- function qi(e) {
4302
+ function Ji(e) {
4303
4303
  let t, r = be(
4304
4304
  /*notificationsData*/
4305
4305
  e[1]
@@ -4502,7 +4502,7 @@ function to(e) {
4502
4502
  /*notificationsData*/
4503
4503
  (a = o[1]) != null && a.length
4504
4504
  )
4505
- return qi;
4505
+ return Ji;
4506
4506
  }
4507
4507
  let n = r(e), i = n && n(e);
4508
4508
  return {
@@ -4601,7 +4601,7 @@ class no extends jr {
4601
4601
  clientstylingurl: 11,
4602
4602
  mbsource: 12
4603
4603
  },
4604
- Ji
4604
+ qi
4605
4605
  );
4606
4606
  }
4607
4607
  get lang() {
@@ -10,7 +10,7 @@ function et() {
10
10
  function ne(e) {
11
11
  e.forEach(Bt);
12
12
  }
13
- function qe(e) {
13
+ function Je(e) {
14
14
  return typeof e == "function";
15
15
  }
16
16
  function Nt(e, t) {
@@ -174,7 +174,7 @@ function me(e) {
174
174
  function Pr(e, t, r) {
175
175
  const { fragment: n, after_update: i } = e.$$;
176
176
  n && n.m(t, r), Me(() => {
177
- const o = e.$$.on_mount.map(Bt).filter(qe);
177
+ const o = e.$$.on_mount.map(Bt).filter(Je);
178
178
  e.$$.on_destroy ? e.$$.on_destroy.push(...o) : ne(o), e.$$.on_mount = [];
179
179
  }), i.forEach(Me);
180
180
  }
@@ -428,7 +428,7 @@ class Or {
428
428
  * @returns {() => void}
429
429
  */
430
430
  $on(t, r) {
431
- if (!qe(r))
431
+ if (!Je(r))
432
432
  return A;
433
433
  const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
434
434
  return n.push(r), () => {
@@ -997,7 +997,7 @@ function _e(e, t = A) {
997
997
  }
998
998
  return { set: i, update: o, subscribe: s };
999
999
  }
1000
- function J(e, t, r) {
1000
+ function q(e, t, r) {
1001
1001
  const n = !Array.isArray(e), i = n ? [e] : e;
1002
1002
  if (!i.every(Boolean))
1003
1003
  throw new Error("derived() expects stores as input, got a falsy value");
@@ -1011,7 +1011,7 @@ function J(e, t, r) {
1011
1011
  return;
1012
1012
  c();
1013
1013
  const m = t(n ? u[0] : u, s, a);
1014
- o ? s(m) : c = qe(m) ? m : A;
1014
+ o ? s(m) : c = Je(m) ? m : A;
1015
1015
  }, d = i.map(
1016
1016
  (m, p) => cr(
1017
1017
  m,
@@ -1032,12 +1032,12 @@ function Zr(e) {
1032
1032
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
1033
1033
  }
1034
1034
  var Qr = function(t) {
1035
- return Jr(t) && !qr(t);
1035
+ return qr(t) && !Jr(t);
1036
1036
  };
1037
- function Jr(e) {
1037
+ function qr(e) {
1038
1038
  return !!e && typeof e == "object";
1039
1039
  }
1040
- function qr(e) {
1040
+ function Jr(e) {
1041
1041
  var t = Object.prototype.toString.call(e);
1042
1042
  return t === "[object RegExp]" || t === "[object Date]" || en(e);
1043
1043
  }
@@ -1247,7 +1247,7 @@ function Qt(e) {
1247
1247
  function je(e) {
1248
1248
  return !!(e && typeof e == "object" && e.type === z.dateTime);
1249
1249
  }
1250
- var Jt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, xn = /(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;
1250
+ var qt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, xn = /(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;
1251
1251
  function En(e) {
1252
1252
  var t = {};
1253
1253
  return e.replace(xn, function(r) {
@@ -1371,10 +1371,10 @@ function Tn(e) {
1371
1371
  function An(e) {
1372
1372
  return e.replace(/^(.*?)-/, "");
1373
1373
  }
1374
- var pt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, qt = /^(@+)?(\+|#+)?[rs]?$/g, Pn = /(\*)(0+)|(#+)(0+)|(0+)/g, Yt = /^(0+)$/;
1374
+ var pt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Jt = /^(@+)?(\+|#+)?[rs]?$/g, Pn = /(\*)(0+)|(#+)(0+)|(0+)/g, Yt = /^(0+)$/;
1375
1375
  function dt(e) {
1376
1376
  var t = {};
1377
- return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(qt, function(r, n, i) {
1377
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Jt, function(r, n, i) {
1378
1378
  return typeof i != "string" ? (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length) : i === "+" ? t.minimumSignificantDigits = n.length : n[0] === "#" ? t.maximumSignificantDigits = n.length : (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length + (typeof i == "string" ? i.length : 0)), "";
1379
1379
  }), t;
1380
1380
  }
@@ -1549,7 +1549,7 @@ function wn(e) {
1549
1549
  o === "w" ? t = _(_({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = _(_({}, t), dt(o)));
1550
1550
  continue;
1551
1551
  }
1552
- if (qt.test(i.stem)) {
1552
+ if (Jt.test(i.stem)) {
1553
1553
  t = _(_({}, t), dt(i.stem));
1554
1554
  continue;
1555
1555
  }
@@ -3013,7 +3013,7 @@ function Nn(e) {
3013
3013
  var i = he[n || ""] || he[r || ""] || he["".concat(r, "-001")] || he["001"];
3014
3014
  return i[0];
3015
3015
  }
3016
- var Ne, On = new RegExp("^".concat(Jt.source, "*")), In = new RegExp("".concat(Jt.source, "*$"));
3016
+ var Ne, On = new RegExp("^".concat(qt.source, "*")), In = new RegExp("".concat(qt.source, "*$"));
3017
3017
  function g(e, t) {
3018
3018
  return { start: e, end: t };
3019
3019
  }
@@ -3637,7 +3637,7 @@ var Ee = (
3637
3637
  }
3638
3638
  return t;
3639
3639
  }(Ee)
3640
- ), Jn = (
3640
+ ), qn = (
3641
3641
  /** @class */
3642
3642
  function(e) {
3643
3643
  xe(t, e);
@@ -3650,7 +3650,7 @@ var Ee = (
3650
3650
  (function(e) {
3651
3651
  e[e.literal = 0] = "literal", e[e.object = 1] = "object";
3652
3652
  })(E || (E = {}));
3653
- function qn(e) {
3653
+ function Jn(e) {
3654
3654
  return e.length < 2 ? e : e.reduce(function(t, r) {
3655
3655
  var n = t[t.length - 1];
3656
3656
  return !n || n.type !== E.literal || r.type !== E.literal ? t.push(r) : n.value += r.value, t;
@@ -3685,7 +3685,7 @@ function pe(e, t, r, n, i, o, s) {
3685
3685
  }
3686
3686
  var c = l.value;
3687
3687
  if (!(i && c in i))
3688
- throw new Jn(c, s);
3688
+ throw new qn(c, s);
3689
3689
  var f = i[c];
3690
3690
  if (vn(l)) {
3691
3691
  (!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), a.push({
@@ -3755,7 +3755,7 @@ Try polyfilling it using "@formatjs/intl-pluralrules"
3755
3755
  continue;
3756
3756
  }
3757
3757
  }
3758
- return qn(a);
3758
+ return Jn(a);
3759
3759
  }
3760
3760
  function Kn(e, t) {
3761
3761
  return t ? N(N(N({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
@@ -3985,7 +3985,7 @@ function ai(e) {
3985
3985
  function ui(e, ...t) {
3986
3986
  delete L[e], oe.update((r) => (r[e] = ln.all([r[e] || {}, ...t]), r));
3987
3987
  }
3988
- J(
3988
+ q(
3989
3989
  [oe],
3990
3990
  ([e]) => Object.keys(e)
3991
3991
  );
@@ -4080,7 +4080,7 @@ var mi = Object.defineProperty, bi = Object.defineProperties, gi = Object.getOwn
4080
4080
  vi.call(t, r) && xt(e, r, t[r]);
4081
4081
  return e;
4082
4082
  }, xi = (e, t) => bi(e, gi(t));
4083
- let Je;
4083
+ let qe;
4084
4084
  const ge = _e(null);
4085
4085
  function Et(e) {
4086
4086
  return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
@@ -4090,10 +4090,10 @@ function Se(e, t = Q().fallbackLocale) {
4090
4090
  return t ? [.../* @__PURE__ */ new Set([...r, ...Et(t)])] : r;
4091
4091
  }
4092
4092
  function U() {
4093
- return Je ?? void 0;
4093
+ return qe ?? void 0;
4094
4094
  }
4095
4095
  ge.subscribe((e) => {
4096
- Je = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
4096
+ qe = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
4097
4097
  });
4098
4098
  const Ei = (e) => {
4099
4099
  if (e && ai(e) && Qe(e)) {
@@ -4125,7 +4125,7 @@ var Si = Object.defineProperty, ye = Object.getOwnPropertySymbols, ar = Object.p
4125
4125
  for (var r of ye(t))
4126
4126
  ur.call(t, r) && St(e, r, t[r]);
4127
4127
  return e;
4128
- }, q = (e, t) => {
4128
+ }, J = (e, t) => {
4129
4129
  var r = {};
4130
4130
  for (var n in e)
4131
4131
  ar.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
@@ -4141,21 +4141,21 @@ const re = (e, t) => {
4141
4141
  throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
4142
4142
  }, Ti = Te(
4143
4143
  (e) => {
4144
- var t = e, { locale: r, format: n } = t, i = q(t, ["locale", "format"]);
4144
+ var t = e, { locale: r, format: n } = t, i = J(t, ["locale", "format"]);
4145
4145
  if (r == null)
4146
4146
  throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
4147
4147
  return n && (i = re("number", n)), new Intl.NumberFormat(r, i);
4148
4148
  }
4149
4149
  ), Ai = Te(
4150
4150
  (e) => {
4151
- var t = e, { locale: r, format: n } = t, i = q(t, ["locale", "format"]);
4151
+ var t = e, { locale: r, format: n } = t, i = J(t, ["locale", "format"]);
4152
4152
  if (r == null)
4153
4153
  throw new Error('[svelte-i18n] A "locale" must be set to format dates');
4154
4154
  return n ? i = re("date", n) : Object.keys(i).length === 0 && (i = re("date", "short")), new Intl.DateTimeFormat(r, i);
4155
4155
  }
4156
4156
  ), Pi = Te(
4157
4157
  (e) => {
4158
- var t = e, { locale: r, format: n } = t, i = q(t, ["locale", "format"]);
4158
+ var t = e, { locale: r, format: n } = t, i = J(t, ["locale", "format"]);
4159
4159
  if (r == null)
4160
4160
  throw new Error(
4161
4161
  '[svelte-i18n] A "locale" must be set to format time values'
@@ -4165,21 +4165,21 @@ const re = (e, t) => {
4165
4165
  ), Hi = (e = {}) => {
4166
4166
  var t = e, {
4167
4167
  locale: r = U()
4168
- } = t, n = q(t, [
4168
+ } = t, n = J(t, [
4169
4169
  "locale"
4170
4170
  ]);
4171
4171
  return Ti(Ke({ locale: r }, n));
4172
4172
  }, wi = (e = {}) => {
4173
4173
  var t = e, {
4174
4174
  locale: r = U()
4175
- } = t, n = q(t, [
4175
+ } = t, n = J(t, [
4176
4176
  "locale"
4177
4177
  ]);
4178
4178
  return Ai(Ke({ locale: r }, n));
4179
4179
  }, Bi = (e = {}) => {
4180
4180
  var t = e, {
4181
4181
  locale: r = U()
4182
- } = t, n = q(t, [
4182
+ } = t, n = J(t, [
4183
4183
  "locale"
4184
4184
  ]);
4185
4185
  return Pi(Ke({ locale: r }, n));
@@ -4221,11 +4221,11 @@ const re = (e, t) => {
4221
4221
  }
4222
4222
  return c;
4223
4223
  }, Ii = (e, t) => Bi(t).format(e), Ci = (e, t) => wi(t).format(e), Li = (e, t) => Hi(t).format(e), Mi = (e, t = U()) => nr(e, t);
4224
- J([se, oe], () => Oi);
4225
- J([se], () => Ii);
4226
- J([se], () => Ci);
4227
- J([se], () => Li);
4228
- J([se, oe], () => Mi);
4224
+ q([se, oe], () => Oi);
4225
+ q([se], () => Ii);
4226
+ q([se], () => Ci);
4227
+ q([se], () => Li);
4228
+ q([se, oe], () => Mi);
4229
4229
  window.emWidgets = { topic: Wr };
4230
4230
  const Tt = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
4231
4231
  function $i(e, t) {
@@ -4252,7 +4252,7 @@ function Ui(e, t, r) {
4252
4252
  }
4253
4253
  }
4254
4254
  function Di(e) {
4255
- fr(e, "svelte-yka2kr", ':host{padding:0;margin:0;font-family:inherit}.PlayerAccountNotificationsContainer{padding:0 5px;display:grid;grid-gap:20px;animation-name:fadeIn;animation-iteration-count:1;animation-timing-function:ease-in;animation-duration:0.3s}.PlayerAccountNotificationBox{display:block;padding:10px;border-radius:5px;width:100%;background:var(--emw--color-gray-300, #58586B);color:var(--emw--color-white, #FFFFFF);box-sizing:border-box;text-decoration:none;word-break:break-word;word-wrap:break-word;overflow-wrap:anywhere;white-space:normal}.PlayerAccountNotificationBoxHeader{display:grid;width:100%;grid-template-areas:"nav main aside";grid-template-rows:auto;grid-template-columns:34px calc(100% - 34px);align-items:center}.PlayerAccountNotificationBoxHeader .PlayerAccountNotificationIcon{width:24px;margin-right:10px;flex:1}.PlayerAccountNotificationBoxHeader .PlayerAccountNotificationTitle{font-size:16px;flex:2}.PlayerAccountNotificationText{margin:0;font-size:14px;font-weight:300}.PlayerAccountNotificationText a{text-decoration:none;color:var(--emw--color-white, #FFFFFF)}.PlayerAccountNotificationsMobileContainer{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));grid-gap:20px;padding:20px}.PlayerAccountNotificationsMobileContainer .PlayerAccountNotificationBoxHeader{grid-template-columns:40px calc(100% - 40px)}.PlayerAccountNotificationsMobileContainer .PlayerAccountNotificationTitle{font-size:14px}.PlayerAccountNotificationsMobileContainer .PlayerAccountNotificationIcon{width:30px;margin-right:10px}.PlayerAccountNotificationsTabletContainer{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));grid-gap:20px;padding:20px 40px}.PlayerAccountNotificationsTabletContainer .PlayerAccountNotificationBoxHeader{grid-template-columns:80px calc(100% - 80px)}.PlayerAccountNotificationsTabletContainer .PlayerAccountNotificationTitle{font-size:24px}.PlayerAccountNotificationsTabletContainer .PlayerAccountNotificationText{font-size:16px}.PlayerAccountNotificationsTabletContainer .PlayerAccountNotificationIcon{width:60px;margin-right:20px}.skeletonContainer{container-type:inline-size}.skeletonContainer .skeletonWrapper{animation:fadeIn ease 0.3s}@container (max-width: 768px){.skeletonContainer .skeletonWrapper{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));grid-gap:20px}.skeletonContainer .skeletonWrapper .skeletonNotification{width:100%}}@container (max-width: 425px){.skeletonContainer .skeletonWrapper{display:grid;grid-template-columns:repeat(1, minmax(0, 1fr));grid-gap:20px;padding:0px 10px}.skeletonContainer .skeletonWrapper .skeletonNotification{width:100%}}@keyframes fadeIn{0%{opacity:0.01}1%{opacity:0}50%{opacity:0}100%{opacity:1}}');
4255
+ fr(e, "svelte-1oqf48m", ':host{padding:0;margin:0;font-family:inherit}.PlayerAccountNotificationsContainer{padding:0 5px;display:grid;grid-gap:20px;animation-name:fadeIn;animation-iteration-count:1;animation-timing-function:ease-in;animation-duration:0.3s}.PlayerAccountNotificationBox{background:var(--emw--color-pale, var(--emw--color-gray-50, #f1f1f1));display:block;padding:20px;border-radius:var(--emw--border-radius-medium, 10px);width:100%;color:var(--emw--color-black, #000);box-sizing:border-box;text-decoration:none;word-break:break-word;word-wrap:break-word;overflow-wrap:anywhere;white-space:normal}.PlayerAccountNotificationBoxHeader{display:grid;width:100%;grid-template-areas:"nav main aside";grid-template-rows:auto;grid-template-columns:34px calc(100% - 34px);align-items:center}.PlayerAccountNotificationBoxHeader .PlayerAccountNotificationIcon{width:24px;margin-right:10px;flex:1}.PlayerAccountNotificationBoxHeader .PlayerAccountNotificationTitle{font-size:16px;flex:2}.PlayerAccountNotificationText{margin:0;font-size:14px;font-weight:300}.PlayerAccountNotificationText a{text-decoration:none;color:var(--emw--color-white, #FFFFFF)}.PlayerAccountNotificationsMobileContainer{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));grid-gap:20px;padding:20px}.PlayerAccountNotificationsMobileContainer .PlayerAccountNotificationBoxHeader{grid-template-columns:40px calc(100% - 40px)}.PlayerAccountNotificationsMobileContainer .PlayerAccountNotificationTitle{font-size:14px}.PlayerAccountNotificationsMobileContainer .PlayerAccountNotificationIcon{width:30px;margin-right:10px}.PlayerAccountNotificationsTabletContainer{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));grid-gap:20px;padding:20px 40px}.PlayerAccountNotificationsTabletContainer .PlayerAccountNotificationBoxHeader{grid-template-columns:80px calc(100% - 80px)}.PlayerAccountNotificationsTabletContainer .PlayerAccountNotificationTitle{font-size:24px}.PlayerAccountNotificationsTabletContainer .PlayerAccountNotificationText{font-size:16px}.PlayerAccountNotificationsTabletContainer .PlayerAccountNotificationIcon{width:60px;margin-right:20px}.skeletonContainer{container-type:inline-size}.skeletonContainer .skeletonWrapper{animation:fadeIn ease 0.3s}@container (max-width: 768px){.skeletonContainer .skeletonWrapper{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));grid-gap:20px}.skeletonContainer .skeletonWrapper .skeletonNotification{width:100%}}@container (max-width: 425px){.skeletonContainer .skeletonWrapper{display:grid;grid-template-columns:repeat(1, minmax(0, 1fr));grid-gap:20px;padding:0px 10px}.skeletonContainer .skeletonWrapper .skeletonNotification{width:100%}}@keyframes fadeIn{0%{opacity:0.01}1%{opacity:0}50%{opacity:0}100%{opacity:1}}');
4256
4256
  }
4257
4257
  function At(e, t, r) {
4258
4258
  const n = e.slice();
@@ -1 +1 @@
1
- "use strict";if(typeof window!="undefined"){let n=function(t){return function(...s){try{return t.apply(this,s)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/PlayerAccountNotifications-DDk-18rC.cjs")).then(({default:t})=>{!customElements.get("player-account-notifications")&&customElements.define("player-account-notifications",t.element)})}
1
+ "use strict";if(typeof window!="undefined"){let n=function(t){return function(...s){try{return t.apply(this,s)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/PlayerAccountNotifications-Bfs2oudO.cjs")).then(({default:t})=>{!customElements.get("player-account-notifications")&&customElements.define("player-account-notifications",t.element)})}
@@ -10,7 +10,7 @@ if (typeof window != "undefined") {
10
10
  }
11
11
  };
12
12
  };
13
- customElements.define = n(customElements.define), import("../components/PlayerAccountNotifications-EITUuts7.js").then(({ default: t }) => {
13
+ customElements.define = n(customElements.define), import("../components/PlayerAccountNotifications-Bv2vrYmt.js").then(({ default: t }) => {
14
14
  !customElements.get("player-account-notifications") && customElements.define("player-account-notifications", t.element);
15
15
  });
16
16
  }
@@ -1,4 +1,4 @@
1
- import { P as s } from "../components/PlayerAccountNotifications-DVLF5lq_.js";
1
+ import { P as s } from "../components/PlayerAccountNotifications-sBAEk24Z.js";
2
2
  function i(t) {
3
3
  return function(...n) {
4
4
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/player-account-notifications",
3
- "version": "1.63.3",
3
+ "version": "1.64.1",
4
4
  "type": "module",
5
5
  "main": "es2015/player-account-notifications.cjs",
6
6
  "module": "esnext/player-account-notifications.js",