@everymatrix/general-player-register-form-nd 1.49.2 → 1.50.0
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.
- package/components/{GeneralPlayerRegisterFormNd-BBwyugjy.js → GeneralPlayerRegisterFormNd-B85SNDuY.js} +6 -6
- package/components/{GeneralPlayerRegisterFormNd-DJQZA8qw.cjs → GeneralPlayerRegisterFormNd-D4-_pjjn.cjs} +1 -1
- package/components/{GeneralPlayerRegisterFormStep1-L3BD_D0v.js → GeneralPlayerRegisterFormStep1-CWWUTxRY.js} +6 -6
- package/components/GeneralPlayerRegisterFormStep1-DXxvWOpO.cjs +1 -0
- package/components/{GeneralPlayerRegisterFormStep2-DGvrorth.js → GeneralPlayerRegisterFormStep2-B4ZNVjOb.js} +202 -202
- package/components/{GeneralPlayerRegisterFormStep2-CWnJA7mK.cjs → GeneralPlayerRegisterFormStep2-Bm9nyKNT.cjs} +2 -2
- package/components/{GeneralPlayerRegisterFormStep3-V9IQ4Eyt.js → GeneralPlayerRegisterFormStep3-D-7kst6G.js} +3 -3
- package/components/GeneralPlayerRegisterFormStep3-DdHG8kWQ.cjs +1 -0
- package/components/GeneralPlayerSmsVerificationForm-BjtHUYH9.cjs +1 -0
- package/components/{GeneralPlayerSmsVerificationForm-Ck5cTqVN.js → GeneralPlayerSmsVerificationForm-EyerqcCr.js} +2 -2
- package/es2015/general-player-register-form-nd.cjs +1 -1
- package/es2015/general-player-register-form-nd.js +1 -1
- package/package.json +1 -1
- package/components/GeneralPlayerRegisterFormStep1-B8XxGxz9.cjs +0 -1
- package/components/GeneralPlayerRegisterFormStep3-BtI-lqmU.cjs +0 -1
- package/components/GeneralPlayerSmsVerificationForm-wncqk0NO.cjs +0 -1
|
@@ -4300,7 +4300,7 @@ if (typeof window != "undefined") {
|
|
|
4300
4300
|
}
|
|
4301
4301
|
};
|
|
4302
4302
|
};
|
|
4303
|
-
customElements.define = e(customElements.define), import("./GeneralPlayerRegisterFormStep1-
|
|
4303
|
+
customElements.define = e(customElements.define), import("./GeneralPlayerRegisterFormStep1-CWWUTxRY.js").then(({ default: t }) => {
|
|
4304
4304
|
!customElements.get("general-player-register-form-step1") && customElements.define("general-player-register-form-step1", t.element);
|
|
4305
4305
|
});
|
|
4306
4306
|
}
|
|
@@ -4316,7 +4316,7 @@ if (typeof window != "undefined") {
|
|
|
4316
4316
|
}
|
|
4317
4317
|
};
|
|
4318
4318
|
};
|
|
4319
|
-
customElements.define = e(customElements.define), import("./GeneralPlayerRegisterFormStep2-
|
|
4319
|
+
customElements.define = e(customElements.define), import("./GeneralPlayerRegisterFormStep2-B4ZNVjOb.js").then(({ default: t }) => {
|
|
4320
4320
|
!customElements.get("general-player-register-form-step2") && customElements.define("general-player-register-form-step2", t.element);
|
|
4321
4321
|
});
|
|
4322
4322
|
}
|
|
@@ -4332,7 +4332,7 @@ if (typeof window != "undefined") {
|
|
|
4332
4332
|
}
|
|
4333
4333
|
};
|
|
4334
4334
|
};
|
|
4335
|
-
customElements.define = e(customElements.define), import("./GeneralPlayerRegisterFormStep3-
|
|
4335
|
+
customElements.define = e(customElements.define), import("./GeneralPlayerRegisterFormStep3-D-7kst6G.js").then(({ default: t }) => {
|
|
4336
4336
|
!customElements.get("general-player-register-form-step3") && customElements.define("general-player-register-form-step3", t.element);
|
|
4337
4337
|
});
|
|
4338
4338
|
}
|
|
@@ -4348,12 +4348,12 @@ if (typeof window != "undefined") {
|
|
|
4348
4348
|
}
|
|
4349
4349
|
};
|
|
4350
4350
|
};
|
|
4351
|
-
customElements.define = e(customElements.define), import("./GeneralPlayerSmsVerificationForm-
|
|
4351
|
+
customElements.define = e(customElements.define), import("./GeneralPlayerSmsVerificationForm-EyerqcCr.js").then(({ default: t }) => {
|
|
4352
4352
|
!customElements.get("general-player-sms-verification-form") && customElements.define("general-player-sms-verification-form", t.element);
|
|
4353
4353
|
});
|
|
4354
4354
|
}
|
|
4355
4355
|
function ks(e) {
|
|
4356
|
-
bn(e, "svelte-
|
|
4356
|
+
bn(e, "svelte-1ybwcf6", ".RegisterFormWrapper{background:var(--emw--registration-color-bg, var(--emw--color-gray-50, #F9F8F8));border-radius:15px}.RegisterFormContainer{padding:25px;height:404px;overflow-y:auto;scrollbar-color:var(--emw--color-gray-100, #E6E6E6) var(--emw--color-gray-50, #F9F8F8);scrollbar-width:thin}.RegisterFormContainer.RegisterFormContainerMobile{padding:40px 20px;height:65vh;overflow-y:scroll}.RegisterFormContainer::-webkit-scrollbar{width:6px}.RegisterFormContainer::-webkit-scrollbar-track{background:var(--emw--color-gray-50, #F9F8F8)}.RegisterFormContainer::-webkit-scrollbar-thumb{background:var(--emw--color-gray-100, #E6E6E6)}.RegisterSteps{display:flex;gap:10px;padding:20px 0 30px}.RegisterFirstStepDash,.RegisterSecondStepDash,.RegisterThirdStepDash{width:50px;height:2px;background-color:var(--emw--color-gray-100, #E6E6E6)}.RegisterStepDashColor{background-color:var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E))}.RegisterStepNext{background-image:linear-gradient(to bottom, color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, black 20%), var(--emw--color-primary, #22B04E), color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, white 30%));border:2px solid var(--emw--button-border-color, #0E5924);border-radius:var(--emw--button-border-radius, 50px);color:var(--emw--button-typography, var(--emw--button-text-color, #FFFFFF));font-family:var(--emw--button-typography);width:100%;height:60px;padding:0;text-transform:uppercase;font-size:var(--emw--font-size-medium, 16px);cursor:pointer;margin-top:24px}.SMSErrorText{height:80%;display:flex;align-items:center}.RegisterConfirmation{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-top:60px}.RegisterConfirmation svg{width:74px}.RegisterConfirmation .RegisterConfirmationTitle{color:var(--emw--color-valid, var(--emw--color-valid, #48952a));font-size:24px;font-weight:var(--emw--font-weight-normal, 400);text-transform:uppercase;margin-bottom:0}.RegisterConfirmation .RegisterConfirmationSubtitle{color:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444));font-size:var(--emw--font-size-medium, 16px);line-height:19px;margin-bottom:24px}.RegisterConfirmation .RegisterConfirmationNote{color:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444));font-size:var(--emw--font-size-medium, 16px);line-height:22px}.RegisterConfirmationGoToLogin{background-image:linear-gradient(to bottom, color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, black 20%), var(--emw--color-primary, #22B04E), color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, white 30%));border:2px solid var(--emw--button-border-color, #0E5924);border-radius:var(--emw--button-border-radius, 50px);color:var(--emw--button-typography, var(--emw--button-text-color, #FFFFFF));width:100%;height:60px;padding:0;text-transform:uppercase;font-size:var(--emw--font-size-medium, 16px);cursor:pointer;margin-top:24px}");
|
|
4357
4357
|
}
|
|
4358
4358
|
function js(e) {
|
|
4359
4359
|
let t, r, n, i, s, o, a, l = (
|
|
@@ -5001,7 +5001,7 @@ function fr(e) {
|
|
|
5001
5001
|
), O, D, N;
|
|
5002
5002
|
return {
|
|
5003
5003
|
c() {
|
|
5004
|
-
t = B("div"), r = Se("svg"), n = Se("defs"), i = Se("style"), s = $(".a{fill:#var(--
|
|
5004
|
+
t = B("div"), r = Se("svg"), n = Se("defs"), i = Se("style"), s = $(".a{fill:#var(--emw--color-valid, var(--emw--color-green, #48952a));}"), o = Se("path"), a = G(), l = B("h2"), u = $(
|
|
5005
5005
|
/*accountCreationTitle*/
|
|
5006
5006
|
e[22]
|
|
5007
5007
|
), h = G(), c = B("p"), p = $(
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
`+r.map(function(n,i){return i+1+") "+n.toString()}).join(`
|
|
3
3
|
`):"",this.name="UnsubscriptionError",this.errors=r}});function nt(e,t){if(e){var r=e.indexOf(t);0<=r&&e.splice(r,1)}}var Ne=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,s;if(!this.closed){this.closed=!0;var o=this._parentage;if(o)if(this._parentage=null,Array.isArray(o))try{for(var a=tt(o),l=a.next();!l.done;l=a.next()){var u=l.value;u.remove(this)}}catch(d){t={error:d}}finally{try{l&&!l.done&&(r=a.return)&&r.call(a)}finally{if(t)throw t.error}}else o.remove(this);var h=this.initialTeardown;if(V(h))try{h()}catch(d){s=d instanceof ze?d.errors:[d]}var c=this._finalizers;if(c){this._finalizers=null;try{for(var p=tt(c),y=p.next();!y.done;y=p.next()){var g=y.value;try{Gt(g)}catch(d){s=s!=null?s:[],d instanceof ze?s=re(re([],rt(s)),rt(d.errors)):s.push(d)}}}catch(d){n={error:d}}finally{try{y&&!y.done&&(i=p.return)&&i.call(p)}finally{if(n)throw n.error}}}if(s)throw new ze(s)}},e.prototype.add=function(t){var r;if(t&&t!==this)if(this.closed)Gt(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)&&nt(r,t)},e.prototype.remove=function(t){var r=this._finalizers;r&&nt(r,t),t instanceof e&&t._removeParent(this)},e.EMPTY=function(){var t=new e;return t.closed=!0,t}(),e}(),Hr=Ne.EMPTY;function Br(e){return e instanceof Ne||e&&"closed"in e&&V(e.remove)&&V(e.add)&&V(e.unsubscribe)}function Gt(e){V(e)?e():e.unsubscribe()}var Pr={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},Ar={setTimeout:function(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];return setTimeout.apply(void 0,re([e,t],rt(r)))},clearTimeout:function(e){var t=Ar.delegate;return((t==null?void 0:t.clearTimeout)||clearTimeout)(e)},delegate:void 0};function Zn(e){Ar.setTimeout(function(){throw e})}function kt(){}function Ae(e){e()}var Or=function(e){z(t,e);function t(r){var n=e.call(this)||this;return n.isStopped=!1,r?(n.destination=r,Br(r)&&r.add(n)):n.destination=Yn,n}return t.create=function(r,n,i){return new it(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}(Ne),qn=Function.prototype.bind;function We(e,t){return qn.call(e,t)}var Jn=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}(),it=function(e){z(t,e);function t(r,n,i){var s=e.call(this)||this,o;if(V(r)||!r)o={next:r!=null?r:void 0,error:n!=null?n:void 0,complete:i!=null?i:void 0};else{var a;s&&Pr.useDeprecatedNextContext?(a=Object.create(r),a.unsubscribe=function(){return s.unsubscribe()},o={next:r.next&&We(r.next,a),error:r.error&&We(r.error,a),complete:r.complete&&We(r.complete,a)}):o=r}return s.destination=new Jn(o),s}return t}(Or);function He(e){Zn(e)}function Qn(e){throw e}var Yn={closed:!0,next:kt,error:Qn,complete:kt},Kn=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function ei(e){return e}function ti(e){return e.length===0?ei:e.length===1?e[0]:function(r){return e.reduce(function(n,i){return i(n)},r)}}var jt=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,s=ni(t)?t:new it(t,r,n);return Ae(function(){var o=i,a=o.operator,l=o.source;s.add(a?a.call(s,l):l?i._subscribe(s):i._trySubscribe(s))}),s},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=$t(r),new r(function(i,s){var o=new it({next:function(a){try{t(a)}catch(l){s(l),o.unsubscribe()}},error:s,complete:i});n.subscribe(o)})},e.prototype._subscribe=function(t){var r;return(r=this.source)===null||r===void 0?void 0:r.subscribe(t)},e.prototype[Kn]=function(){return this},e.prototype.pipe=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return ti(t)(this)},e.prototype.toPromise=function(t){var r=this;return t=$t(t),new t(function(n,i){var s;r.subscribe(function(o){return s=o},function(o){return i(o)},function(){return n(s)})})},e.create=function(t){return new e(t)},e}();function $t(e){var t;return(t=e!=null?e:Pr.Promise)!==null&&t!==void 0?t:Promise}function ri(e){return e&&V(e.next)&&V(e.error)&&V(e.complete)}function ni(e){return e&&e instanceof Or||ri(e)&&Br(e)}var ii=Tr(function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),Cr=function(e){z(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 Vt(this,this);return n.operator=r,n},t.prototype._throwIfClosed=function(){if(this.closed)throw new ii},t.prototype.next=function(r){var n=this;Ae(function(){var i,s;if(n._throwIfClosed(),!n.isStopped){n.currentObservers||(n.currentObservers=Array.from(n.observers));try{for(var o=tt(n.currentObservers),a=o.next();!a.done;a=o.next()){var l=a.value;l.next(r)}}catch(u){i={error:u}}finally{try{a&&!a.done&&(s=o.return)&&s.call(o)}finally{if(i)throw i.error}}}})},t.prototype.error=function(r){var n=this;Ae(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;Ae(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,s=i.hasError,o=i.isStopped,a=i.observers;return s||o?Hr:(this.currentObservers=null,a.push(r),new Ne(function(){n.currentObservers=null,nt(a,r)}))},t.prototype._checkFinalizedStatuses=function(r){var n=this,i=n.hasError,s=n.thrownError,o=n.isStopped;i?r.error(s):o&&r.complete()},t.prototype.asObservable=function(){var r=new jt;return r.source=this,r},t.create=function(r,n){return new Vt(r,n)},t}(jt),Vt=function(e){z(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:Hr},t}(Cr),Ir={now:function(){return(Ir.delegate||Date).now()},delegate:void 0},si=function(e){z(t,e);function t(r,n,i){r===void 0&&(r=1/0),n===void 0&&(n=1/0),i===void 0&&(i=Ir);var s=e.call(this)||this;return s._bufferSize=r,s._windowTime=n,s._timestampProvider=i,s._buffer=[],s._infiniteTimeWindow=!0,s._infiniteTimeWindow=n===1/0,s._bufferSize=Math.max(1,r),s._windowTime=Math.max(1,n),s}return t.prototype.next=function(r){var n=this,i=n.isStopped,s=n._buffer,o=n._infiniteTimeWindow,a=n._timestampProvider,l=n._windowTime;i||(s.push(r),!o&&s.push(a.now()+l)),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,s=i._infiniteTimeWindow,o=i._buffer,a=o.slice(),l=0;l<a.length&&!r.closed;l+=s?1:2)r.next(a[l]);return this._checkFinalizedStatuses(r),n},t.prototype._trimBuffer=function(){var r=this,n=r._bufferSize,i=r._timestampProvider,s=r._buffer,o=r._infiniteTimeWindow,a=(o?1:2)*n;if(n<1/0&&a<s.length&&s.splice(0,s.length-a),!o){for(var l=i.now(),u=0,h=1;h<s.length&&s[h]<=l;h+=2)u=h;u&&s.splice(0,u+1)}},t}(Cr);const Xt=[],zt={},oi=(e,t=0)=>{if(Xt.indexOf(e)==-1){const r=new si(t);zt[e]=r,Xt.push(e)}return zt[e]},K=[];function ai(e,t){return{subscribe:Me(e,t).subscribe}}function Me(e,t=k){let r;const n=new Set;function i(a){if(pt(e,a)&&(e=a,r)){const l=!K.length;for(const u of n)u[1](),K.push(u,e);if(l){for(let u=0;u<K.length;u+=2)K[u][0](K[u+1]);K.length=0}}}function s(a){i(a(e))}function o(a,l=k){const u=[a,l];return n.add(u),n.size===1&&(r=t(i,s)||k),a(e),()=>{n.delete(u),n.size===0&&r&&(r(),r=null)}}return{set:i,update:s,subscribe:o}}function ue(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 s=t.length<2;return ai(r,(o,a)=>{let l=!1;const u=[];let h=0,c=k;const p=()=>{if(h)return;c();const g=t(n?u[0]:u,o,a);s?o(g):c=mt(g)?g:k},y=i.map((g,d)=>dr(g,b=>{u[d]=b,h&=~(1<<d),l&&p()},()=>{h|=1<<d}));return l=!0,p(),function(){ae(y),c(),l=!1}})}function ui(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var li=function(t){return hi(t)&&!fi(t)};function hi(e){return!!e&&typeof e=="object"}function fi(e){var t=Object.prototype.toString.call(e);return t==="[object RegExp]"||t==="[object Date]"||pi(e)}var ci=typeof Symbol=="function"&&Symbol.for,mi=ci?Symbol.for("react.element"):60103;function pi(e){return e.$$typeof===mi}function di(e){return Array.isArray(e)?[]:{}}function be(e,t){return t.clone!==!1&&t.isMergeableObject(e)?ne(di(e),e,t):e}function gi(e,t,r){return e.concat(t).map(function(n){return be(n,r)})}function bi(e,t){if(!t.customMerge)return ne;var r=t.customMerge(e);return typeof r=="function"?r:ne}function yi(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter(function(t){return Object.propertyIsEnumerable.call(e,t)}):[]}function Wt(e){return Object.keys(e).concat(yi(e))}function Rr(e,t){try{return t in e}catch(r){return!1}}function vi(e,t){return Rr(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))}function _i(e,t,r){var n={};return r.isMergeableObject(e)&&Wt(e).forEach(function(i){n[i]=be(e[i],r)}),Wt(t).forEach(function(i){vi(e,i)||(Rr(e,i)&&r.isMergeableObject(t[i])?n[i]=bi(i,r)(e[i],t[i],r):n[i]=be(t[i],r))}),n}function ne(e,t,r){r=r||{},r.arrayMerge=r.arrayMerge||gi,r.isMergeableObject=r.isMergeableObject||li,r.cloneUnlessOtherwiseSpecified=be;var n=Array.isArray(t),i=Array.isArray(e),s=n===i;return s?n?r.arrayMerge(e,t,r):_i(e,t,r):be(t,r)}ne.all=function(t,r){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce(function(n,i){return ne(n,i,r)},{})};var Ei=ne,wi=Ei;const xi=ui(wi);var v;(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"})(v||(v={}));var H;(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"})(H||(H={}));var ie;(function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"})(ie||(ie={}));function Zt(e){return e.type===H.literal}function Si(e){return e.type===H.argument}function Lr(e){return e.type===H.number}function Nr(e){return e.type===H.date}function Mr(e){return e.type===H.time}function Dr(e){return e.type===H.select}function Fr(e){return e.type===H.plural}function Ti(e){return e.type===H.pound}function Ur(e){return e.type===H.tag}function Gr(e){return!!(e&&typeof e=="object"&&e.type===ie.number)}function st(e){return!!(e&&typeof e=="object"&&e.type===ie.dateTime)}var kr=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,Hi=/(?:[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 Bi(e){var t={};return e.replace(Hi,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 Pi=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;function Ai(e){if(e.length===0)throw new Error("Number skeleton cannot be empty");for(var t=e.split(Pi).filter(function(p){return p.length>0}),r=[],n=0,i=t;n<i.length;n++){var s=i[n],o=s.split("/");if(o.length===0)throw new Error("Invalid number skeleton");for(var a=o[0],l=o.slice(1),u=0,h=l;u<h.length;u++){var c=h[u];if(c.length===0)throw new Error("Invalid number skeleton")}r.push({stem:a,options:l})}return r}function Oi(e){return e.replace(/^(.*?)-/,"")}var qt=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,jr=/^(@+)?(\+|#+)?[rs]?$/g,Ci=/(\*)(0+)|(#+)(0+)|(0+)/g,$r=/^(0+)$/;function Jt(e){var t={};return e[e.length-1]==="r"?t.roundingPriority="morePrecision":e[e.length-1]==="s"&&(t.roundingPriority="lessPrecision"),e.replace(jr,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 Vr(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 Ii(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)),!$r.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function Qt(e){var t={},r=Vr(e);return r||t}function Ri(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=Oi(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=w(w(w({},t),{notation:"scientific"}),i.options.reduce(function(l,u){return w(w({},l),Qt(u))},{}));continue;case"engineering":t=w(w(w({},t),{notation:"engineering"}),i.options.reduce(function(l,u){return w(w({},l),Qt(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(Ci,function(l,u,h,c,p,y){if(u)t.minimumIntegerDigits=h.length;else{if(c&&p)throw new Error("We currently do not support maximum integer digits");if(y)throw new Error("We currently do not support exact integer digits")}return""});continue}if($r.test(i.stem)){t.minimumIntegerDigits=i.stem.length;continue}if(qt.test(i.stem)){if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(qt,function(l,u,h,c,p,y){return h==="*"?t.minimumFractionDigits=u.length:c&&c[0]==="#"?t.maximumFractionDigits=c.length:p&&y?(t.minimumFractionDigits=p.length,t.maximumFractionDigits=p.length+y.length):(t.minimumFractionDigits=u.length,t.maximumFractionDigits=u.length),""});var s=i.options[0];s==="w"?t=w(w({},t),{trailingZeroDisplay:"stripIfInteger"}):s&&(t=w(w({},t),Jt(s)));continue}if(jr.test(i.stem)){t=w(w({},t),Jt(i.stem));continue}var o=Vr(i.stem);o&&(t=w(w({},t),o));var a=Ii(i.stem);a&&(t=w(w({},t),a))}return t}var Be={"001":["H","h"],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","hB","h","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","hB","h","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","hB","h","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"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["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 Li(e,t){for(var r="",n=0;n<e.length;n++){var i=e.charAt(n);if(i==="j"){for(var s=0;n+1<e.length&&e.charAt(n+1)===i;)s++,n++;var o=1+(s&1),a=s<2?1:3+(s>>1),l="a",u=Ni(t);for((u=="H"||u=="k")&&(a=0);a-- >0;)r+=l;for(;o-- >0;)r=u+r}else i==="J"?r+="H":r+=i}return r}function Ni(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=Be[n||""]||Be[r||""]||Be["".concat(r,"-001")]||Be["001"];return i[0]}var Ze,Mi=new RegExp("^".concat(kr.source,"*")),Di=new RegExp("".concat(kr.source,"*$"));function E(e,t){return{start:e,end:t}}var Fi=!!String.prototype.startsWith&&"_a".startsWith("a",1),Ui=!!String.fromCodePoint,Gi=!!Object.fromEntries,ki=!!String.prototype.codePointAt,ji=!!String.prototype.trimStart,$i=!!String.prototype.trimEnd,Vi=!!Number.isSafeInteger,Xi=Vi?Number.isSafeInteger:function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},ot=!0;try{var zi=zr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");ot=((Ze=zi.exec("a"))===null||Ze===void 0?void 0:Ze[0])==="a"}catch(e){ot=!1}var Yt=Fi?function(t,r,n){return t.startsWith(r,n)}:function(t,r,n){return t.slice(n,n+r.length)===r},at=Ui?String.fromCodePoint:function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];for(var n="",i=t.length,s=0,o;i>s;){if(o=t[s++],o>1114111)throw RangeError(o+" is not a valid code point");n+=o<65536?String.fromCharCode(o):String.fromCharCode(((o-=65536)>>10)+55296,o%1024+56320)}return n},Kt=Gi?Object.fromEntries:function(t){for(var r={},n=0,i=t;n<i.length;n++){var s=i[n],o=s[0],a=s[1];r[o]=a}return r},Xr=ki?function(t,r){return t.codePointAt(r)}:function(t,r){var n=t.length;if(!(r<0||r>=n)){var i=t.charCodeAt(r),s;return i<55296||i>56319||r+1===n||(s=t.charCodeAt(r+1))<56320||s>57343?i:(i-55296<<10)+(s-56320)+65536}},Wi=ji?function(t){return t.trimStart()}:function(t){return t.replace(Mi,"")},Zi=$i?function(t){return t.trimEnd()}:function(t){return t.replace(Di,"")};function zr(e,t){return new RegExp(e,t)}var ut;if(ot){var er=zr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");ut=function(t,r){var n;er.lastIndex=r;var i=er.exec(t);return(n=i[1])!==null&&n!==void 0?n:""}}else ut=function(t,r){for(var n=[];;){var i=Xr(t,r);if(i===void 0||Wr(i)||Yi(i))break;n.push(i),r+=i>=65536?2:1}return at.apply(void 0,n)};var qi=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 s=this.char();if(s===123){var o=this.parseArgument(t,n);if(o.err)return o;i.push(o.val)}else{if(s===125&&t>0)break;if(s===35&&(r==="plural"||r==="selectordinal")){var a=this.clonePosition();this.bump(),i.push({type:H.pound,location:E(a,this.clonePosition())})}else if(s===60&&!this.ignoreTag&&this.peek()===47){if(n)break;return this.error(v.UNMATCHED_CLOSING_TAG,E(this.clonePosition(),this.clonePosition()))}else if(s===60&&!this.ignoreTag&<(this.peek()||0)){var o=this.parseTag(t,r);if(o.err)return o;i.push(o.val)}else{var o=this.parseLiteral(t,r);if(o.err)return o;i.push(o.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:H.literal,value:"<".concat(i,"/>"),location:E(n,this.clonePosition())},err:null};if(this.bumpIf(">")){var s=this.parseMessage(t+1,r,!0);if(s.err)return s;var o=s.val,a=this.clonePosition();if(this.bumpIf("</")){if(this.isEOF()||!lt(this.char()))return this.error(v.INVALID_TAG,E(a,this.clonePosition()));var l=this.clonePosition(),u=this.parseTagName();return i!==u?this.error(v.UNMATCHED_CLOSING_TAG,E(l,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:H.tag,value:i,children:o,location:E(n,this.clonePosition())},err:null}:this.error(v.INVALID_TAG,E(a,this.clonePosition())))}else return this.error(v.UNCLOSED_TAG,E(n,this.clonePosition()))}else return this.error(v.INVALID_TAG,E(n,this.clonePosition()))},e.prototype.parseTagName=function(){var t=this.offset();for(this.bump();!this.isEOF()&&Qi(this.char());)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(t,r){for(var n=this.clonePosition(),i="";;){var s=this.tryParseQuote(r);if(s){i+=s;continue}var o=this.tryParseUnquoted(t,r);if(o){i+=o;continue}var a=this.tryParseLeftAngleBracket();if(a){i+=a;continue}break}var l=E(n,this.clonePosition());return{val:{type:H.literal,value:i,location:l},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return!this.isEOF()&&this.char()===60&&(this.ignoreTag||!Ji(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 at.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(),at(n))},e.prototype.parseArgument=function(t,r){var n=this.clonePosition();if(this.bump(),this.bumpSpace(),this.isEOF())return this.error(v.EXPECT_ARGUMENT_CLOSING_BRACE,E(n,this.clonePosition()));if(this.char()===125)return this.bump(),this.error(v.EMPTY_ARGUMENT,E(n,this.clonePosition()));var i=this.parseIdentifierIfPossible().value;if(!i)return this.error(v.MALFORMED_ARGUMENT,E(n,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(v.EXPECT_ARGUMENT_CLOSING_BRACE,E(n,this.clonePosition()));switch(this.char()){case 125:return this.bump(),{val:{type:H.argument,value:i,location:E(n,this.clonePosition())},err:null};case 44:return this.bump(),this.bumpSpace(),this.isEOF()?this.error(v.EXPECT_ARGUMENT_CLOSING_BRACE,E(n,this.clonePosition())):this.parseArgumentOptions(t,r,i,n);default:return this.error(v.MALFORMED_ARGUMENT,E(n,this.clonePosition()))}},e.prototype.parseIdentifierIfPossible=function(){var t=this.clonePosition(),r=this.offset(),n=ut(this.message,r),i=r+n.length;this.bumpTo(i);var s=this.clonePosition(),o=E(t,s);return{value:n,location:o}},e.prototype.parseArgumentOptions=function(t,r,n,i){var s,o=this.clonePosition(),a=this.parseIdentifierIfPossible().value,l=this.clonePosition();switch(a){case"":return this.error(v.EXPECT_ARGUMENT_TYPE,E(o,l));case"number":case"date":case"time":{this.bumpSpace();var u=null;if(this.bumpIf(",")){this.bumpSpace();var h=this.clonePosition(),c=this.parseSimpleArgStyleIfPossible();if(c.err)return c;var p=Zi(c.val);if(p.length===0)return this.error(v.EXPECT_ARGUMENT_STYLE,E(this.clonePosition(),this.clonePosition()));var y=E(h,this.clonePosition());u={style:p,styleLocation:y}}var g=this.tryParseArgumentClose(i);if(g.err)return g;var d=E(i,this.clonePosition());if(u&&Yt(u==null?void 0:u.style,"::",0)){var b=Wi(u.style.slice(2));if(a==="number"){var c=this.parseNumberSkeletonFromString(b,u.styleLocation);return c.err?c:{val:{type:H.number,value:n,location:d,style:c.val},err:null}}else{if(b.length===0)return this.error(v.EXPECT_DATE_TIME_SKELETON,d);var x=b;this.locale&&(x=Li(b,this.locale));var p={type:ie.dateTime,pattern:x,location:u.styleLocation,parsedOptions:this.shouldParseSkeletons?Bi(x):{}},I=a==="date"?H.date:H.time;return{val:{type:I,value:n,location:d,style:p},err:null}}}return{val:{type:a==="number"?H.number:a==="date"?H.date:H.time,value:n,location:d,style:(s=u==null?void 0:u.style)!==null&&s!==void 0?s:null},err:null}}case"plural":case"selectordinal":case"select":{var O=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(v.EXPECT_SELECT_ARGUMENT_OPTIONS,E(O,w({},O)));this.bumpSpace();var F=this.parseIdentifierIfPossible(),M=0;if(a!=="select"&&F.value==="offset"){if(!this.bumpIf(":"))return this.error(v.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,E(this.clonePosition(),this.clonePosition()));this.bumpSpace();var c=this.tryParseDecimalInteger(v.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,v.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);if(c.err)return c;this.bumpSpace(),F=this.parseIdentifierIfPossible(),M=c.val}var R=this.tryParsePluralOrSelectOptions(t,a,r,F);if(R.err)return R;var g=this.tryParseArgumentClose(i);if(g.err)return g;var C=E(i,this.clonePosition());return a==="select"?{val:{type:H.select,value:n,options:Kt(R.val),location:C},err:null}:{val:{type:H.plural,value:n,options:Kt(R.val),offset:M,pluralType:a==="plural"?"cardinal":"ordinal",location:C},err:null}}default:return this.error(v.INVALID_ARGUMENT_TYPE,E(o,l))}},e.prototype.tryParseArgumentClose=function(t){return this.isEOF()||this.char()!==125?this.error(v.EXPECT_ARGUMENT_CLOSING_BRACE,E(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(v.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,E(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=Ai(t)}catch(i){return this.error(v.INVALID_NUMBER_SKELETON,r)}return{val:{type:ie.number,tokens:n,location:r,parsedOptions:this.shouldParseSkeletons?Ri(n):{}},err:null}},e.prototype.tryParsePluralOrSelectOptions=function(t,r,n,i){for(var s,o=!1,a=[],l=new Set,u=i.value,h=i.location;;){if(u.length===0){var c=this.clonePosition();if(r!=="select"&&this.bumpIf("=")){var p=this.tryParseDecimalInteger(v.EXPECT_PLURAL_ARGUMENT_SELECTOR,v.INVALID_PLURAL_ARGUMENT_SELECTOR);if(p.err)return p;h=E(c,this.clonePosition()),u=this.message.slice(c.offset,this.offset())}else break}if(l.has(u))return this.error(r==="select"?v.DUPLICATE_SELECT_ARGUMENT_SELECTOR:v.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,h);u==="other"&&(o=!0),this.bumpSpace();var y=this.clonePosition();if(!this.bumpIf("{"))return this.error(r==="select"?v.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:v.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,E(this.clonePosition(),this.clonePosition()));var g=this.parseMessage(t+1,r,n);if(g.err)return g;var d=this.tryParseArgumentClose(y);if(d.err)return d;a.push([u,{value:g.val,location:E(y,this.clonePosition())}]),l.add(u),this.bumpSpace(),s=this.parseIdentifierIfPossible(),u=s.value,h=s.location}return a.length===0?this.error(r==="select"?v.EXPECT_SELECT_ARGUMENT_SELECTOR:v.EXPECT_PLURAL_ARGUMENT_SELECTOR,E(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!o?this.error(v.MISSING_OTHER_CLAUSE,E(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 s=!1,o=0;!this.isEOF();){var a=this.char();if(a>=48&&a<=57)s=!0,o=o*10+(a-48),this.bump();else break}var l=E(i,this.clonePosition());return s?(o*=n,Xi(o)?{val:o,err:null}:this.error(r,l)):this.error(t,l)},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=Xr(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(Yt(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()&&Wr(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 lt(e){return e>=97&&e<=122||e>=65&&e<=90}function Ji(e){return lt(e)||e===47}function Qi(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 Wr(e){return e>=9&&e<=13||e===32||e===133||e>=8206&&e<=8207||e===8232||e===8233}function Yi(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 ht(e){e.forEach(function(t){if(delete t.location,Dr(t)||Fr(t))for(var r in t.options)delete t.options[r].location,ht(t.options[r].value);else Lr(t)&&Gr(t.style)||(Nr(t)||Mr(t))&&st(t.style)?delete t.style.location:Ur(t)&&ht(t.children)})}function Ki(e,t){t===void 0&&(t={}),t=w({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new qi(e,t).parse();if(r.err){var n=SyntaxError(v[r.err.kind]);throw n.location=r.err.location,n.originalMessage=r.err.message,n}return t!=null&&t.captureLocation||ht(r.val),r.val}function qe(e,t){var r=t&&t.cache?t.cache:ss,n=t&&t.serializer?t.serializer:is,i=t&&t.strategy?t.strategy:ts;return i(e,{cache:r,serializer:n})}function es(e){return e==null||typeof e=="number"||typeof e=="boolean"}function Zr(e,t,r,n){var i=es(n)?n:r(n),s=t.get(i);return typeof s=="undefined"&&(s=e.call(this,n),t.set(i,s)),s}function qr(e,t,r){var n=Array.prototype.slice.call(arguments,3),i=r(n),s=t.get(i);return typeof s=="undefined"&&(s=e.apply(this,n),t.set(i,s)),s}function dt(e,t,r,n,i){return r.bind(t,e,n,i)}function ts(e,t){var r=e.length===1?Zr:qr;return dt(e,this,r,t.cache.create(),t.serializer)}function rs(e,t){return dt(e,this,qr,t.cache.create(),t.serializer)}function ns(e,t){return dt(e,this,Zr,t.cache.create(),t.serializer)}var is=function(){return JSON.stringify(arguments)};function gt(){this.cache=Object.create(null)}gt.prototype.get=function(e){return this.cache[e]};gt.prototype.set=function(e,t){this.cache[e]=t};var ss={create:function(){return new gt}},Je={variadic:rs,monadic:ns},se;(function(e){e.MISSING_VALUE="MISSING_VALUE",e.INVALID_VALUE="INVALID_VALUE",e.MISSING_INTL_API="MISSING_INTL_API"})(se||(se={}));var De=function(e){z(t,e);function t(r,n,i){var s=e.call(this,r)||this;return s.code=n,s.originalMessage=i,s}return t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),tr=function(e){z(t,e);function t(r,n,i,s){return e.call(this,'Invalid values for "'.concat(r,'": "').concat(n,'". Options are "').concat(Object.keys(i).join('", "'),'"'),se.INVALID_VALUE,s)||this}return t}(De),os=function(e){z(t,e);function t(r,n,i){return e.call(this,'Value for "'.concat(r,'" must be of type ').concat(n),se.INVALID_VALUE,i)||this}return t}(De),as=function(e){z(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,'"'),se.MISSING_VALUE,n)||this}return t}(De),L;(function(e){e[e.literal=0]="literal",e[e.object=1]="object"})(L||(L={}));function us(e){return e.length<2?e:e.reduce(function(t,r){var n=t[t.length-1];return!n||n.type!==L.literal||r.type!==L.literal?t.push(r):n.value+=r.value,t},[])}function ls(e){return typeof e=="function"}function Oe(e,t,r,n,i,s,o){if(e.length===1&&Zt(e[0]))return[{type:L.literal,value:e[0].value}];for(var a=[],l=0,u=e;l<u.length;l++){var h=u[l];if(Zt(h)){a.push({type:L.literal,value:h.value});continue}if(Ti(h)){typeof s=="number"&&a.push({type:L.literal,value:r.getNumberFormat(t).format(s)});continue}var c=h.value;if(!(i&&c in i))throw new as(c,o);var p=i[c];if(Si(h)){(!p||typeof p=="string"||typeof p=="number")&&(p=typeof p=="string"||typeof p=="number"?String(p):""),a.push({type:typeof p=="string"?L.literal:L.object,value:p});continue}if(Nr(h)){var y=typeof h.style=="string"?n.date[h.style]:st(h.style)?h.style.parsedOptions:void 0;a.push({type:L.literal,value:r.getDateTimeFormat(t,y).format(p)});continue}if(Mr(h)){var y=typeof h.style=="string"?n.time[h.style]:st(h.style)?h.style.parsedOptions:n.time.medium;a.push({type:L.literal,value:r.getDateTimeFormat(t,y).format(p)});continue}if(Lr(h)){var y=typeof h.style=="string"?n.number[h.style]:Gr(h.style)?h.style.parsedOptions:void 0;y&&y.scale&&(p=p*(y.scale||1)),a.push({type:L.literal,value:r.getNumberFormat(t,y).format(p)});continue}if(Ur(h)){var g=h.children,d=h.value,b=i[d];if(!ls(b))throw new os(d,"function",o);var x=Oe(g,t,r,n,i,s),I=b(x.map(function(M){return M.value}));Array.isArray(I)||(I=[I]),a.push.apply(a,I.map(function(M){return{type:typeof M=="string"?L.literal:L.object,value:M}}))}if(Dr(h)){var O=h.options[p]||h.options.other;if(!O)throw new tr(h.value,p,Object.keys(h.options),o);a.push.apply(a,Oe(O.value,t,r,n,i));continue}if(Fr(h)){var O=h.options["=".concat(p)];if(!O){if(!Intl.PluralRules)throw new De(`Intl.PluralRules is not available in this environment.
|
|
4
4
|
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
5
|
-
`,se.MISSING_INTL_API,o);var F=r.getPluralRules(t,{type:h.pluralType}).select(p-(h.offset||0));O=h.options[F]||h.options.other}if(!O)throw new tr(h.value,p,Object.keys(h.options),o);a.push.apply(a,Oe(O.value,t,r,n,i,p-(h.offset||0)));continue}}return us(a)}function hs(e,t){return t?w(w(w({},e||{}),t||{}),Object.keys(e).reduce(function(r,n){return r[n]=w(w({},e[n]),t[n]||{}),r},{})):e}function fs(e,t){return t?Object.keys(e).reduce(function(r,n){return r[n]=hs(e[n],t[n]),r},w({},e)):e}function Qe(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function cs(e){return e===void 0&&(e={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:qe(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.NumberFormat).bind.apply(t,re([void 0],r,!1)))},{cache:Qe(e.number),strategy:Je.variadic}),getDateTimeFormat:qe(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.DateTimeFormat).bind.apply(t,re([void 0],r,!1)))},{cache:Qe(e.dateTime),strategy:Je.variadic}),getPluralRules:qe(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.PluralRules).bind.apply(t,re([void 0],r,!1)))},{cache:Qe(e.pluralRules),strategy:Je.variadic})}}var ms=function(){function e(t,r,n,i){var s=this;if(r===void 0&&(r=e.defaultLocale),this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(l){var u=s.formatToParts(l);if(u.length===1)return u[0].value;var h=u.reduce(function(c,p){return!c.length||p.type!==L.literal||typeof c[c.length-1]!="string"?c.push(p.value):c[c.length-1]+=p.value,c},[]);return h.length<=1?h[0]||"":h},this.formatToParts=function(l){return Oe(s.ast,s.locales,s.formatters,s.formats,l,void 0,s.message)},this.resolvedOptions=function(){var l;return{locale:((l=s.resolvedLocale)===null||l===void 0?void 0:l.toString())||Intl.NumberFormat.supportedLocalesOf(s.locales)[0]}},this.getAst=function(){return s.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 o=i||{};o.formatters;var a=Wn(o,["formatters"]);this.ast=e.__parse(t,w(w({},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=fs(e.formats,n),this.formatters=i&&i.formatters||cs(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=Ki,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 ps(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 s=r.slice(i,r.length).join(".");if(s in n){n=n[s];break}}n=n[r[i]]}else n=void 0;return n}const Z={},ds=(e,t,r)=>r&&(t in Z||(Z[t]={}),e in Z[t]||(Z[t][e]=r),r),Jr=(e,t)=>{if(t==null)return;if(t in Z&&e in Z[t])return Z[t][e];const r=Fe(t);for(let n=0;n<r.length;n++){const i=r[n],s=bs(i,e);if(s)return ds(e,t,s)}};let bt;const J=Me({});function gs(e){return bt[e]||null}function Qr(e){return e in bt}function bs(e,t){if(!Qr(e))return null;const r=gs(e);return ps(r,t)}function ys(e){if(e==null)return;const t=Fe(e);for(let r=0;r<t.length;r++){const n=t[r];if(Qr(n))return n}}function yt(e,...t){delete Z[e],J.update(r=>(r[e]=xi.all([r[e]||{},...t]),r))}ue([J],([e])=>Object.keys(e));J.subscribe(e=>bt=e);const Ce={};function vs(e,t){Ce[e].delete(t),Ce[e].size===0&&delete Ce[e]}function Yr(e){return Ce[e]}function _s(e){return Fe(e).map(t=>{const r=Yr(t);return[t,r?[...r]:[]]}).filter(([,t])=>t.length>0)}function ft(e){return e==null?!1:Fe(e).some(t=>{var r;return(r=Yr(t))==null?void 0:r.size})}function Es(e,t){return Promise.all(t.map(n=>(vs(e,n),n().then(i=>i.default||i)))).then(n=>yt(e,...n))}const ce={};function Kr(e){if(!ft(e))return e in ce?ce[e]:Promise.resolve();const t=_s(e);return ce[e]=Promise.all(t.map(([r,n])=>Es(r,n))).then(()=>{if(ft(e))return Kr(e);delete ce[e]}),ce[e]}const ws={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"}}},xs={fallbackLocale:null,loadingDelay:200,formats:ws,warnOnMissingMessages:!0,handleMissingMessage:void 0,ignoreTag:!0},Ss=xs;function oe(){return Ss}const Ye=Me(!1);var Ts=Object.defineProperty,Hs=Object.defineProperties,Bs=Object.getOwnPropertyDescriptors,rr=Object.getOwnPropertySymbols,Ps=Object.prototype.hasOwnProperty,As=Object.prototype.propertyIsEnumerable,nr=(e,t,r)=>t in e?Ts(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Os=(e,t)=>{for(var r in t||(t={}))Ps.call(t,r)&&nr(e,r,t[r]);if(rr)for(var r of rr(t))As.call(t,r)&&nr(e,r,t[r]);return e},Cs=(e,t)=>Hs(e,Bs(t));let ct;const Re=Me(null);function ir(e){return e.split("-").map((t,r,n)=>n.slice(0,r+1).join("-")).reverse()}function Fe(e,t=oe().fallbackLocale){const r=ir(e);return t?[...new Set([...r,...ir(t)])]:r}function Q(){return ct!=null?ct:void 0}Re.subscribe(e=>{ct=e!=null?e:void 0,typeof window!="undefined"&&e!=null&&document.documentElement.setAttribute("lang",e)});const Is=e=>{if(e&&ys(e)&&ft(e)){const{loadingDelay:t}=oe();let r;return typeof window!="undefined"&&Q()!=null&&t?r=window.setTimeout(()=>Ye.set(!0),t):Ye.set(!0),Kr(e).then(()=>{Re.set(e)}).finally(()=>{clearTimeout(r),Ye.set(!1)})}return Re.set(e)},X=Cs(Os({},Re),{set:Is}),Ue=e=>{const t=Object.create(null);return n=>{const i=JSON.stringify(n);return i in t?t[i]:t[i]=e(n)}};var Rs=Object.defineProperty,Le=Object.getOwnPropertySymbols,en=Object.prototype.hasOwnProperty,tn=Object.prototype.propertyIsEnumerable,sr=(e,t,r)=>t in e?Rs(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,vt=(e,t)=>{for(var r in t||(t={}))en.call(t,r)&&sr(e,r,t[r]);if(Le)for(var r of Le(t))tn.call(t,r)&&sr(e,r,t[r]);return e},le=(e,t)=>{var r={};for(var n in e)en.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&Le)for(var n of Le(e))t.indexOf(n)<0&&tn.call(e,n)&&(r[n]=e[n]);return r};const ye=(e,t)=>{const{formats:r}=oe();if(e in r&&t in r[e])return r[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},Ls=Ue(e=>{var t=e,{locale:r,format:n}=t,i=le(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(i=ye("number",n)),new Intl.NumberFormat(r,i)}),Ns=Ue(e=>{var t=e,{locale:r,format:n}=t,i=le(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?i=ye("date",n):Object.keys(i).length===0&&(i=ye("date","short")),new Intl.DateTimeFormat(r,i)}),Ms=Ue(e=>{var t=e,{locale:r,format:n}=t,i=le(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?i=ye("time",n):Object.keys(i).length===0&&(i=ye("time","short")),new Intl.DateTimeFormat(r,i)}),Ds=(e={})=>{var t=e,{locale:r=Q()}=t,n=le(t,["locale"]);return Ls(vt({locale:r},n))},Fs=(e={})=>{var t=e,{locale:r=Q()}=t,n=le(t,["locale"]);return Ns(vt({locale:r},n))},Us=(e={})=>{var t=e,{locale:r=Q()}=t,n=le(t,["locale"]);return Ms(vt({locale:r},n))},Gs=Ue((e,t=Q())=>new ms(e,t,oe().formats,{ignoreTag:oe().ignoreTag})),ks=(e,t={})=>{var r,n,i,s;let o=t;typeof e=="object"&&(o=e,e=o.id);const{values:a,locale:l=Q(),default:u}=o;if(l==null)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let h=Jr(e,l);if(!h)h=(s=(i=(n=(r=oe()).handleMissingMessage)==null?void 0:n.call(r,{locale:l,id:e,defaultValue:u}))!=null?i:u)!=null?s:e;else if(typeof h!="string")return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof h}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),h;if(!a)return h;let c=h;try{c=Gs(h,l).format(a)}catch(p){p instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,p.message)}return c},js=(e,t)=>Us(t).format(e),$s=(e,t)=>Fs(t).format(e),Vs=(e,t)=>Ds(t).format(e),Xs=(e,t=Q())=>Jr(e,t),rn=ue([X,J],()=>ks);ue([X],()=>js);ue([X],()=>$s);ue([X],()=>Vs);ue([X,J],()=>Xs);window.emWidgets={topic:oi};const or=e=>e.toLowerCase().match(/android/i)?"Android":e.toLowerCase().match(/iphone/i)?"iPhone":e.toLowerCase().match(/ipad|ipod/i)?"iPad":"PC";function zs({withLocale:e,translations:t}){X.subscribe(r=>{r==null&&(J.set(t),X.set(e))})}function ar(e,t){yt(e,t)}function Ws(e){X.set(e)}const ur={en:{goToLoginButton:"Go To Login",error:"We encountered an issue. Please go to Login to receive your SMS code."},zhs:{goToLoginButton:"去登錄",error:"我们遇到了一个问题。请转到登录以接收您的短信代码"},fr:{goToLoginButton:"Aller à la connexion",error:"Nous avons rencontré un problème. Veuillez vous connecter pour recevoir votre code SMS."},tr:{goToLoginButton:"Giriş Yap'a Git",error:"Bir sorunla karşılaştık. SMS kodunuzu almak için lütfen Giriş kısmına gidin."},ro:{goToLoginButton:"Catre Autentificare",error:"Am întâmpinat o problemă. Vă rugăm să accesați Login pentru a primi codul SMS."},es:{goToLoginButton:"Ir a Inicio de Sesión",error:"Encontramos un problema. Vaya a Iniciar sesión para recibir su código SMS."},pt:{goToLoginButton:"Ir para o Login",error:"Encontramos um problema. Vá para Login para receber seu código SMS."},hr:{goToLoginButton:"Idi na Prijava",error:"Naišli smo problem. Idite na Prijava kako biste primili svoj SMS kod."},"pt-br":{goToLoginButton:"Ir ao início da sessão",error:"Descobrimos um problema. Por favor, vá ao início da sessão para receber seu código SMS."},"es-mx":{goToLoginButton:"Ir a inicio de sesión",error:"Encontramos un problema. Por favor vaya al inicio de sesión para recibir su código SMS."}};if(typeof window!="undefined"){let e=function(t){return function(...r){try{return t.apply(this,r)}catch(n){if(n instanceof DOMException&&n.message.includes("has already been used with this registry")||n.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw n}}};customElements.define=e(customElements.define),Promise.resolve().then(()=>require("./GeneralPlayerRegisterFormStep1-B8XxGxz9.cjs")).then(({default:t})=>{!customElements.get("general-player-register-form-step1")&&customElements.define("general-player-register-form-step1",t.element)})}if(typeof window!="undefined"){let e=function(t){return function(...r){try{return t.apply(this,r)}catch(n){if(n instanceof DOMException&&n.message.includes("has already been used with this registry")||n.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw n}}};customElements.define=e(customElements.define),Promise.resolve().then(()=>require("./GeneralPlayerRegisterFormStep2-CWnJA7mK.cjs")).then(({default:t})=>{!customElements.get("general-player-register-form-step2")&&customElements.define("general-player-register-form-step2",t.element)})}if(typeof window!="undefined"){let e=function(t){return function(...r){try{return t.apply(this,r)}catch(n){if(n instanceof DOMException&&n.message.includes("has already been used with this registry")||n.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw n}}};customElements.define=e(customElements.define),Promise.resolve().then(()=>require("./GeneralPlayerRegisterFormStep3-BtI-lqmU.cjs")).then(({default:t})=>{!customElements.get("general-player-register-form-step3")&&customElements.define("general-player-register-form-step3",t.element)})}if(typeof window!="undefined"){let e=function(t){return function(...r){try{return t.apply(this,r)}catch(n){if(n instanceof DOMException&&n.message.includes("has already been used with this registry")||n.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw n}}};customElements.define=e(customElements.define),Promise.resolve().then(()=>require("./GeneralPlayerSmsVerificationForm-wncqk0NO.cjs")).then(({default:t})=>{!customElements.get("general-player-sms-verification-form")&&customElements.define("general-player-sms-verification-form",t.element)})}function Zs(e){br(e,"svelte-1gmd2uc",".RegisterFormWrapper{background:var(--emw--registration-color-bg, var(--emw--color-gray-50, #F9F8F8));border-radius:15px}.RegisterFormContainer{padding:25px;height:404px;overflow-y:auto;scrollbar-color:var(--emw--color-gray-100, #E6E6E6) var(--emw--color-gray-50, #F9F8F8);scrollbar-width:thin}.RegisterFormContainer.RegisterFormContainerMobile{padding:40px 20px;height:65vh;overflow-y:scroll}.RegisterFormContainer::-webkit-scrollbar{width:6px}.RegisterFormContainer::-webkit-scrollbar-track{background:var(--emw--color-gray-50, #F9F8F8)}.RegisterFormContainer::-webkit-scrollbar-thumb{background:var(--emw--color-gray-100, #E6E6E6)}.RegisterSteps{display:flex;gap:10px;padding:20px 0 30px}.RegisterFirstStepDash,.RegisterSecondStepDash,.RegisterThirdStepDash{width:50px;height:2px;background-color:var(--emw--color-gray-100, #E6E6E6)}.RegisterStepDashColor{background-color:var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E))}.RegisterStepNext{background-image:linear-gradient(to bottom, color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, black 20%), var(--emw--color-primary, #22B04E), color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, white 30%));border:2px solid var(--emw--button-border-color, #0E5924);border-radius:var(--emw--button-border-radius, 50px);color:var(--emfe-w-button-typography, var(--emw--button-text-color, #FFFFFF));font-family:var(--emw--button-typography);width:100%;height:60px;padding:0;text-transform:uppercase;font-size:var(--emw--font-size-medium, 16px);cursor:pointer;margin-top:24px}.SMSErrorText{height:80%;display:flex;align-items:center}.RegisterConfirmation{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-top:60px}.RegisterConfirmation svg{width:74px}.RegisterConfirmation .RegisterConfirmationTitle{color:var(--emw--color-valid, var(--emw--color-valid, #48952a));font-size:24px;font-weight:var(--emw--font-weight-normal, 400);text-transform:uppercase;margin-bottom:0}.RegisterConfirmation .RegisterConfirmationSubtitle{color:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444));font-size:var(--emw--font-size-medium, 16px);line-height:19px;margin-bottom:24px}.RegisterConfirmation .RegisterConfirmationNote{color:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444));font-size:var(--emw--font-size-medium, 16px);line-height:22px}.RegisterConfirmationGoToLogin{background-image:linear-gradient(to bottom, color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, black 20%), var(--emw--color-primary, #22B04E), color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, white 30%));border:2px solid var(--emw--button-border-color, #0E5924);border-radius:var(--emw--button-border-radius, 50px);color:var(--emfe-w-button-typography, var(--emw--button-text-color, #FFFFFF));width:100%;height:60px;padding:0;text-transform:uppercase;font-size:var(--emw--font-size-medium, 16px);cursor:pointer;margin-top:24px}")}function qs(e){let t,r,n,i,s,o,a,l=(e[17]||e[18]||e[19])&&lr(e),u=e[17]&&hr(e),h=e[18]&&fr(e),c=e[19]&&cr(e);function p(b,x){if(b[7]&&b[20])return Qs;if(b[30])return Js}let y=p(e),g=y&&y(e),d=e[21]&&mr(e);return{c(){t=B("div"),r=B("div"),l&&l.c(),n=G(),u&&u.c(),i=G(),h&&h.c(),s=G(),c&&c.c(),o=G(),g&&g.c(),a=G(),d&&d.c(),T(r,"class","RegisterFormContainer "+(e[34]?"RegisterFormContainerMobile":"")),T(t,"class","RegisterFormWrapper")},m(b,x){D(b,t,x),_(t,r),l&&l.m(r,null),_(r,n),u&&u.m(r,null),_(r,i),h&&h.m(r,null),_(r,s),c&&c.m(r,null),_(r,o),g&&g.m(r,null),_(r,a),d&&d.m(r,null)},p(b,x){b[17]||b[18]||b[19]?l?l.p(b,x):(l=lr(b),l.c(),l.m(r,n)):l&&(l.d(1),l=null),b[17]?u?u.p(b,x):(u=hr(b),u.c(),u.m(r,i)):u&&(u.d(1),u=null),b[18]?h?h.p(b,x):(h=fr(b),h.c(),h.m(r,s)):h&&(h.d(1),h=null),b[19]?c?c.p(b,x):(c=cr(b),c.c(),c.m(r,o)):c&&(c.d(1),c=null),y===(y=p(b))&&g?g.p(b,x):(g&&g.d(1),g=y&&y(b),g&&(g.c(),g.m(r,a))),b[21]?d?d.p(b,x):(d=mr(b),d.c(),d.m(r,null)):d&&(d.d(1),d=null)},d(b){b&&N(t),l&&l.d(),u&&u.d(),h&&h.d(),c&&c.d(),g&&g.d(),d&&d.d()}}}function lr(e){let t,r,n,i,s,o,a,l,u;return{c(){t=B("div"),r=B("div"),i=G(),s=B("div"),a=G(),l=B("div"),T(r,"class",n="RegisterFirstStepDash "+(e[17]||!e[17]&&e[18]||!e[17]&&!e[18]&&e[19]?"RegisterStepDashColor":"")),T(s,"class",o="RegisterSecondStepDash "+(e[18]||!e[17]&&!e[18]&&e[19]?"RegisterStepDashColor":"")),T(l,"class",u="RegisterThirdStepDash "+(e[19]?"RegisterStepDashColor":"")),T(t,"class","RegisterSteps")},m(h,c){D(h,t,c),_(t,r),_(t,i),_(t,s),_(t,a),_(t,l),e[40](t)},p(h,c){c[0]&917504&&n!==(n="RegisterFirstStepDash "+(h[17]||!h[17]&&h[18]||!h[17]&&!h[18]&&h[19]?"RegisterStepDashColor":""))&&T(r,"class",n),c[0]&917504&&o!==(o="RegisterSecondStepDash "+(h[18]||!h[17]&&!h[18]&&h[19]?"RegisterStepDashColor":""))&&T(s,"class",o),c[0]&524288&&u!==(u="RegisterThirdStepDash "+(h[19]?"RegisterStepDashColor":""))&&T(l,"class",u)},d(h){h&&N(t),e[40](null)}}}function hr(e){let t,r;return{c(){t=B("div"),r=B("general-player-register-form-step1"),m(r,"lang",e[3]),m(r,"disabledfields",e[5]),m(r,"defaultoptions",e[6]),m(r,"custominputtextswitch",e[13]),m(r,"simplepasswordvalidation",e[8]),m(r,"clientstyling",e[9]),m(r,"clientstylingurl",e[10]),m(r,"savecredentials",e[12]),m(r,"translationurl",e[11]),T(t,"class","RegisterFormStep1")},m(n,i){D(n,t,i),_(t,r)},p(n,i){i[0]&8&&m(r,"lang",n[3]),i[0]&32&&m(r,"disabledfields",n[5]),i[0]&64&&m(r,"defaultoptions",n[6]),i[0]&8192&&m(r,"custominputtextswitch",n[13]),i[0]&256&&m(r,"simplepasswordvalidation",n[8]),i[0]&512&&m(r,"clientstyling",n[9]),i[0]&1024&&m(r,"clientstylingurl",n[10]),i[0]&4096&&m(r,"savecredentials",n[12]),i[0]&2048&&m(r,"translationurl",n[11])},d(n){n&&N(t)}}}function fr(e){let t,r;return{c(){t=B("div"),r=B("general-player-register-form-step2"),m(r,"endpoint",e[0]),m(r,"lang",e[3]),m(r,"licenseyears",e[4]),m(r,"disabledfields",e[5]),m(r,"defaultoptions",e[6]),m(r,"personalidlength",e[14]),m(r,"clientstyling",e[9]),m(r,"clientstylingurl",e[10]),m(r,"translationurl",e[11]),T(t,"class","RegisterFormStep2")},m(n,i){D(n,t,i),_(t,r)},p(n,i){i[0]&1&&m(r,"endpoint",n[0]),i[0]&8&&m(r,"lang",n[3]),i[0]&16&&m(r,"licenseyears",n[4]),i[0]&32&&m(r,"disabledfields",n[5]),i[0]&64&&m(r,"defaultoptions",n[6]),i[0]&16384&&m(r,"personalidlength",n[14]),i[0]&512&&m(r,"clientstyling",n[9]),i[0]&1024&&m(r,"clientstylingurl",n[10]),i[0]&2048&&m(r,"translationurl",n[11])},d(n){n&&N(t)}}}function cr(e){let t,r;return{c(){t=B("div"),r=B("general-player-register-form-step3"),m(r,"userconsentsexist",e[25]),m(r,"termsconditions",e[26]),m(r,"smsoffers",e[27]),m(r,"emailmarketing",e[28]),m(r,"endpoint",e[0]),m(r,"captchakey",e[2]),m(r,"lang",e[3]),m(r,"defaultoptions",e[6]),m(r,"disabledfields",e[5]),m(r,"clientstyling",e[9]),m(r,"clientstylingurl",e[10]),m(r,"translationurl",e[11]),T(t,"class","RegisterFormStep3")},m(n,i){D(n,t,i),_(t,r)},p(n,i){i[0]&33554432&&m(r,"userconsentsexist",n[25]),i[0]&67108864&&m(r,"termsconditions",n[26]),i[0]&134217728&&m(r,"smsoffers",n[27]),i[0]&268435456&&m(r,"emailmarketing",n[28]),i[0]&1&&m(r,"endpoint",n[0]),i[0]&4&&m(r,"captchakey",n[2]),i[0]&8&&m(r,"lang",n[3]),i[0]&64&&m(r,"defaultoptions",n[6]),i[0]&32&&m(r,"disabledfields",n[5]),i[0]&512&&m(r,"clientstyling",n[9]),i[0]&1024&&m(r,"clientstylingurl",n[10]),i[0]&2048&&m(r,"translationurl",n[11])},d(n){n&&N(t)}}}function Js(e){let t,r=e[33]("error")+"",n;return{c(){t=B("p"),n=j(r),T(t,"class","SMSErrorText")},m(i,s){D(i,t,s),_(t,n)},p(i,s){s[1]&4&&r!==(r=i[33]("error")+"")&&q(n,r)},d(i){i&&N(t)}}}function Qs(e){let t;function r(s,o){return s[30]?Ys:Ks}let n=r(e),i=n(e);return{c(){i.c(),t=yr()},m(s,o){i.m(s,o),D(s,t,o)},p(s,o){n===(n=r(s))&&i?i.p(s,o):(i.d(1),i=n(s),i&&(i.c(),i.m(t.parentNode,t)))},d(s){s&&N(t),i.d(s)}}}function Ys(e){let t,r=e[33]("error")+"",n;return{c(){t=B("p"),n=j(r),T(t,"class","SMSErrorText")},m(i,s){D(i,t,s),_(t,n)},p(i,s){s[1]&4&&r!==(r=i[33]("error")+"")&&q(n,r)},d(i){i&&N(t)}}}function Ks(e){let t;return{c(){t=B("general-player-sms-verification-form"),m(t,"endpoint",e[0]),m(t,"session",e[1]),m(t,"number",e[31]),m(t,"playerid",e[16]),m(t,"tokenid",e[29]),m(t,"clientstyling",e[9]),m(t,"clientstylingurl",e[10])},m(r,n){D(r,t,n)},p(r,n){n[0]&1&&m(t,"endpoint",r[0]),n[0]&2&&m(t,"session",r[1]),n[1]&1&&m(t,"number",r[31]),n[0]&65536&&m(t,"playerid",r[16]),n[0]&536870912&&m(t,"tokenid",r[29]),n[0]&512&&m(t,"clientstyling",r[9]),n[0]&1024&&m(t,"clientstylingurl",r[10])},d(r){r&&N(t)}}}function mr(e){let t,r,n,i,s,o,a,l,u,h,c,p,y,g,d,b,x,I=e[33]("goToLoginButton")+"",O,F,M;return{c(){t=B("div"),r=me("svg"),n=me("defs"),i=me("style"),s=j(".a{fill:#var(--emfe-w-color-valid, var(--emfe-w-color-green, #48952a));}"),o=me("path"),a=G(),l=B("h2"),u=j(e[22]),h=G(),c=B("p"),p=j(e[23]),y=G(),g=B("p"),d=j(e[24]),b=G(),x=B("button"),O=j(I),T(o,"class","a"),T(o,"d","M29.325,51,0,21.675l5.95-5.95,23.375,22.95L68,0l5.95,5.95Z"),T(r,"xmlns","http://www.w3.org/2000/svg"),T(r,"viewBox","0 0 73.95 51"),T(l,"class","RegisterConfirmationTitle"),T(c,"class","RegisterConfirmationSubtitle"),T(g,"class","RegisterConfirmationNote"),T(x,"class","RegisterConfirmationGoToLogin"),T(t,"class","RegisterConfirmation")},m(R,C){D(R,t,C),_(t,r),_(r,n),_(n,i),_(i,s),_(r,o),_(t,a),_(t,l),_(l,u),_(t,h),_(t,c),_(c,p),_(t,y),_(t,g),_(g,d),_(t,b),_(t,x),_(x,O),F||(M=vr(x,"click",e[35]),F=!0)},p(R,C){C[0]&4194304&&q(u,R[22]),C[0]&8388608&&q(p,R[23]),C[0]&16777216&&q(d,R[24]),C[1]&4&&I!==(I=R[33]("goToLoginButton")+"")&&q(O,I)},d(R){R&&N(t),F=!1,M()}}}function eo(e){let t;function r(s,o){return qs}let i=r()(e);return{c(){t=B("div"),i.c()},m(s,o){D(s,t,o),i.m(t,null),e[41](t)},p(s,o){i.p(s,o)},i:k,o:k,d(s){s&&N(t),i.d(),e[41](null)}}}let to="Please use this code {0} to activate your account";function ro(e,t,r){let n;gr(e,rn,f=>r(33,n=f));let{endpoint:i=""}=t,{cmsendpoint:s=""}=t,{env:o=""}=t,{session:a=""}=t,{trackedanalyticsdata:l=""}=t,{captchakey:u=""}=t,{lang:h="en"}=t,{licenseyears:c=""}=t,{disabledfields:p=""}=t,{defaultoptions:y=""}=t,{smsverification:g="false"}=t,{simplepasswordvalidation:d="false"}=t,{userroles:b=""}=t,{clientstyling:x=""}=t,{clientstylingurl:I=""}=t,{translationurl:O=""}=t,{savecredentials:F=""}=t,{custominputtextswitch:M="false"}=t,{personalidlength:R="13"}=t,C,_t="",Ge=!0,he=!1,ve=!1,ke=!1,je=!1,_e,Et=!1,wt="",xt="",St="",Tt=window.navigator.userAgent,sn=or(Tt)!=="PC",$={},Ht=!1,Bt=!1,$e="false",Pt="false",At="false",Ot="false",Ct="",It,Ee=!1,Rt,we;zs({withLocale:"en",translations:{}});const on=()=>{fetch(O).then(S=>S.json()).then(S=>{Object.keys(S).forEach(A=>{ar(A,S[A])})}).catch(S=>{console.log(S)})};Object.keys(ur).forEach(f=>{ar(f,ur[f])});const an=()=>{fetch(`${i}/v1/player/consentRequirements`).then(f=>f.json()).then(f=>{f.items.length>0?(r(25,$e="true"),f.items.forEach(S=>{switch(S.tagCode){case"termsandconditions":r(26,Pt="true");break;case"sms":r(27,At="true");break;case"emailmarketing":r(28,Ot="true");break}})):r(25,$e="false")})},un=()=>{let f=new URL(`${s}/${h}/login-register-content?env=${o}`),S=or(Tt);S&&(S==="PC"?f.searchParams.append("device","dk"):f.searchParams.append("device","mtWeb")),fetch(f.href).then(A=>A.json()).then(A=>{_e=A.registerData,r(22,wt=_e.title),r(23,xt=_e.subtitle),r(24,St=_e.content)}).catch(A=>{console.error(A)})},xe=()=>{we.scrollIntoView()},fe=f=>{for(const S in f)$[S]=f[S],S==="mobile"&&r(31,Rt=`${f[S].prefix}${f[S].number}`);$.affiliateMarker=$.promoCode?$.promoCode:l!=null?l:""},Lt=f=>{if(f.data)switch(f.data.type){case"RegisterStepOne":fe(f.data.registerStepOneData),xe(),r(17,Ge=!1),r(18,he=!0),Ht==!1?Ht=!0:window.postMessage({type:"StepTwoDataBackup",userData:$},window.location.href);break;case"RegisterStepTwo":fe(f.data.registerStepTwoData),xe(),r(18,he=!1),r(19,ve=!0),Bt==!1?Bt=!0:window.postMessage({type:"StepThreeDataBackup",userData:$},window.location.href);break;case"RegisterStepThree":fe(f.data.registerStepThreeData),hn($);break;case"SmsHasBeenValidated":r(21,je=!0),r(20,ke=!1);break;case"GoBackStepTwo":fe(f.data.registerStepTwoData),xe(),r(17,Ge=!0),r(18,he=!1),window.postMessage({type:"StepOneDataBackup",userData:$},window.location.href);break;case"GoBackStepThree":fe(f.data.registerStepThreeData),xe(),r(18,he=!0),r(19,ve=!1),window.postMessage({type:"StepTwoDataBackup",userData:$},window.location.href);break}},ln=()=>{typeof gtag=="function"&>ag("event","Register",{context:"GeneralPlayerRegisterForm"})},hn=f=>Se(this,null,function*(){f.language=h;let S={method:"PUT",headers:{"g-recaptcha-response":f.token,"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify(f)},A=yield fetch(`${i}/v1/player/register`,S),W=yield A.json();A.ok?(r(19,ve=!1),g==="false"?r(21,je=!0):(r(16,_t=W.id),fn(f,W.id)),f.username,f.password,ln()):(Ct=W.error.substring(W.error.indexOf("errorMessage")+13,W.error.length),Et=!0,window.postMessage({type:"ShowRegistrationError",showError:Et,error:Ct},window.location.href))}),fn=(f,S)=>Se(this,null,function*(){localStorage.setItem("smsTimer",JSON.stringify(Math.floor(Date.now()/1e3)));try{const A=yield fetch(`${i}/v1/player/sms/token`,{method:"POST",headers:{"Content-Type":"application/json",accept:"application/json"},body:JSON.stringify({userId:S,messageTemplate:to,destination:`${f.mobile.prefix}${f.mobile.number}`})}),W=yield A.json();if(A.ok){r(29,It=W.id);let io=W.maxValidationAttempts;r(20,ke=!0),r(30,Ee=!1)}else throw r(30,Ee=!0),new Error("Failed to fetch")}catch(A){r(30,Ee=!0),console.error(A)}}),cn=()=>{p.split(",")},mn=()=>{window.postMessage({type:"ToLogin"},window.location.href)},pn=()=>{Ws(h)},dn=()=>{let f=document.createElement("style");f.innerHTML=x,C.appendChild(f)},gn=()=>{let f=new URL(I),S=document.createElement("style");fetch(f.href).then(A=>A.text()).then(A=>{S.innerHTML=A,setTimeout(()=>{C.appendChild(S)},1),setTimeout(()=>{},500)})};_r(()=>(window.addEventListener("message",Lt,!1),()=>{window.removeEventListener("message",Lt)}));function bn(f){ge[f?"unshift":"push"](()=>{we=f,r(32,we)})}function yn(f){ge[f?"unshift":"push"](()=>{C=f,r(15,C)})}return e.$$set=f=>{"endpoint"in f&&r(0,i=f.endpoint),"cmsendpoint"in f&&r(36,s=f.cmsendpoint),"env"in f&&r(37,o=f.env),"session"in f&&r(1,a=f.session),"trackedanalyticsdata"in f&&r(38,l=f.trackedanalyticsdata),"captchakey"in f&&r(2,u=f.captchakey),"lang"in f&&r(3,h=f.lang),"licenseyears"in f&&r(4,c=f.licenseyears),"disabledfields"in f&&r(5,p=f.disabledfields),"defaultoptions"in f&&r(6,y=f.defaultoptions),"smsverification"in f&&r(7,g=f.smsverification),"simplepasswordvalidation"in f&&r(8,d=f.simplepasswordvalidation),"userroles"in f&&r(39,b=f.userroles),"clientstyling"in f&&r(9,x=f.clientstyling),"clientstylingurl"in f&&r(10,I=f.clientstylingurl),"translationurl"in f&&r(11,O=f.translationurl),"savecredentials"in f&&r(12,F=f.savecredentials),"custominputtextswitch"in f&&r(13,M=f.custominputtextswitch),"personalidlength"in f&&r(14,R=f.personalidlength)},e.$$.update=()=>{e.$$.dirty[0]&1&&i&&an(),e.$$.dirty[0]&8|e.$$.dirty[1]&352&&s&&h&&o&&b&&un(),e.$$.dirty[0]&65538,e.$$.dirty[0]&8&&h&&pn(),e.$$.dirty[0]&32&&p&&cn(),e.$$.dirty[0]&33280&&x&&C&&dn(),e.$$.dirty[0]&33792&&I&&C&&gn(),e.$$.dirty[0]&2048&&O&&on()},[i,a,u,h,c,p,y,g,d,x,I,O,F,M,R,C,_t,Ge,he,ve,ke,je,wt,xt,St,$e,Pt,At,Ot,It,Ee,Rt,we,n,sn,mn,s,o,l,b,bn,yn]}class nn extends Sr{constructor(t){super(),Er(this,t,ro,eo,pt,{endpoint:0,cmsendpoint:36,env:37,session:1,trackedanalyticsdata:38,captchakey:2,lang:3,licenseyears:4,disabledfields:5,defaultoptions:6,smsverification:7,simplepasswordvalidation:8,userroles:39,clientstyling:9,clientstylingurl:10,translationurl:11,savecredentials:12,custominputtextswitch:13,personalidlength:14},Zs,[-1,-1,-1])}get endpoint(){return this.$$.ctx[0]}set endpoint(t){this.$$set({endpoint:t}),P()}get cmsendpoint(){return this.$$.ctx[36]}set cmsendpoint(t){this.$$set({cmsendpoint:t}),P()}get env(){return this.$$.ctx[37]}set env(t){this.$$set({env:t}),P()}get session(){return this.$$.ctx[1]}set session(t){this.$$set({session:t}),P()}get trackedanalyticsdata(){return this.$$.ctx[38]}set trackedanalyticsdata(t){this.$$set({trackedanalyticsdata:t}),P()}get captchakey(){return this.$$.ctx[2]}set captchakey(t){this.$$set({captchakey:t}),P()}get lang(){return this.$$.ctx[3]}set lang(t){this.$$set({lang:t}),P()}get licenseyears(){return this.$$.ctx[4]}set licenseyears(t){this.$$set({licenseyears:t}),P()}get disabledfields(){return this.$$.ctx[5]}set disabledfields(t){this.$$set({disabledfields:t}),P()}get defaultoptions(){return this.$$.ctx[6]}set defaultoptions(t){this.$$set({defaultoptions:t}),P()}get smsverification(){return this.$$.ctx[7]}set smsverification(t){this.$$set({smsverification:t}),P()}get simplepasswordvalidation(){return this.$$.ctx[8]}set simplepasswordvalidation(t){this.$$set({simplepasswordvalidation:t}),P()}get userroles(){return this.$$.ctx[39]}set userroles(t){this.$$set({userroles:t}),P()}get clientstyling(){return this.$$.ctx[9]}set clientstyling(t){this.$$set({clientstyling:t}),P()}get clientstylingurl(){return this.$$.ctx[10]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),P()}get translationurl(){return this.$$.ctx[11]}set translationurl(t){this.$$set({translationurl:t}),P()}get savecredentials(){return this.$$.ctx[12]}set savecredentials(t){this.$$set({savecredentials:t}),P()}get custominputtextswitch(){return this.$$.ctx[13]}set custominputtextswitch(t){this.$$set({custominputtextswitch:t}),P()}get personalidlength(){return this.$$.ctx[14]}set personalidlength(t){this.$$set({personalidlength:t}),P()}}xr(nn,{endpoint:{},cmsendpoint:{},env:{},session:{},trackedanalyticsdata:{},captchakey:{},lang:{},licenseyears:{},disabledfields:{},defaultoptions:{},smsverification:{},simplepasswordvalidation:{},userroles:{},clientstyling:{},clientstylingurl:{},translationurl:{},savecredentials:{},custominputtextswitch:{},personalidlength:{}},[],[],!0);const no=Object.freeze(Object.defineProperty({__proto__:null,default:nn},Symbol.toStringTag,{value:"Module"}));exports.$dictionary=J;exports.$format=rn;exports.$locale=X;exports.GeneralPlayerRegisterFormNd_ce=no;exports.SvelteComponent=Sr;exports.addMessages=yt;exports.add_render_callback=Ie;exports.append=_;exports.append_styles=br;exports.attr=T;exports.binding_callbacks=ge;exports.component_subscribe=gr;exports.create_custom_element=xr;exports.destroy_each=An;exports.detach=N;exports.element=B;exports.empty=yr;exports.ensure_array_like=jn;exports.flush=P;exports.globals=Hn;exports.init=Er;exports.insert=D;exports.listen=vr;exports.noop=k;exports.onMount=_r;exports.run_all=ae;exports.safe_not_equal=pt;exports.select_option=In;exports.select_value=Rn;exports.set_data=q;exports.set_input_value=Cn;exports.space=G;exports.src_url_equal=Sn;exports.svg_element=me;exports.text=j;
|
|
5
|
+
`,se.MISSING_INTL_API,o);var F=r.getPluralRules(t,{type:h.pluralType}).select(p-(h.offset||0));O=h.options[F]||h.options.other}if(!O)throw new tr(h.value,p,Object.keys(h.options),o);a.push.apply(a,Oe(O.value,t,r,n,i,p-(h.offset||0)));continue}}return us(a)}function hs(e,t){return t?w(w(w({},e||{}),t||{}),Object.keys(e).reduce(function(r,n){return r[n]=w(w({},e[n]),t[n]||{}),r},{})):e}function fs(e,t){return t?Object.keys(e).reduce(function(r,n){return r[n]=hs(e[n],t[n]),r},w({},e)):e}function Qe(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}function cs(e){return e===void 0&&(e={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:qe(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.NumberFormat).bind.apply(t,re([void 0],r,!1)))},{cache:Qe(e.number),strategy:Je.variadic}),getDateTimeFormat:qe(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.DateTimeFormat).bind.apply(t,re([void 0],r,!1)))},{cache:Qe(e.dateTime),strategy:Je.variadic}),getPluralRules:qe(function(){for(var t,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];return new((t=Intl.PluralRules).bind.apply(t,re([void 0],r,!1)))},{cache:Qe(e.pluralRules),strategy:Je.variadic})}}var ms=function(){function e(t,r,n,i){var s=this;if(r===void 0&&(r=e.defaultLocale),this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(l){var u=s.formatToParts(l);if(u.length===1)return u[0].value;var h=u.reduce(function(c,p){return!c.length||p.type!==L.literal||typeof c[c.length-1]!="string"?c.push(p.value):c[c.length-1]+=p.value,c},[]);return h.length<=1?h[0]||"":h},this.formatToParts=function(l){return Oe(s.ast,s.locales,s.formatters,s.formats,l,void 0,s.message)},this.resolvedOptions=function(){var l;return{locale:((l=s.resolvedLocale)===null||l===void 0?void 0:l.toString())||Intl.NumberFormat.supportedLocalesOf(s.locales)[0]}},this.getAst=function(){return s.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 o=i||{};o.formatters;var a=Wn(o,["formatters"]);this.ast=e.__parse(t,w(w({},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=fs(e.formats,n),this.formatters=i&&i.formatters||cs(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=Ki,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 ps(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 s=r.slice(i,r.length).join(".");if(s in n){n=n[s];break}}n=n[r[i]]}else n=void 0;return n}const Z={},ds=(e,t,r)=>r&&(t in Z||(Z[t]={}),e in Z[t]||(Z[t][e]=r),r),Jr=(e,t)=>{if(t==null)return;if(t in Z&&e in Z[t])return Z[t][e];const r=Fe(t);for(let n=0;n<r.length;n++){const i=r[n],s=bs(i,e);if(s)return ds(e,t,s)}};let bt;const J=Me({});function gs(e){return bt[e]||null}function Qr(e){return e in bt}function bs(e,t){if(!Qr(e))return null;const r=gs(e);return ps(r,t)}function ys(e){if(e==null)return;const t=Fe(e);for(let r=0;r<t.length;r++){const n=t[r];if(Qr(n))return n}}function yt(e,...t){delete Z[e],J.update(r=>(r[e]=xi.all([r[e]||{},...t]),r))}ue([J],([e])=>Object.keys(e));J.subscribe(e=>bt=e);const Ce={};function vs(e,t){Ce[e].delete(t),Ce[e].size===0&&delete Ce[e]}function Yr(e){return Ce[e]}function _s(e){return Fe(e).map(t=>{const r=Yr(t);return[t,r?[...r]:[]]}).filter(([,t])=>t.length>0)}function ft(e){return e==null?!1:Fe(e).some(t=>{var r;return(r=Yr(t))==null?void 0:r.size})}function Es(e,t){return Promise.all(t.map(n=>(vs(e,n),n().then(i=>i.default||i)))).then(n=>yt(e,...n))}const ce={};function Kr(e){if(!ft(e))return e in ce?ce[e]:Promise.resolve();const t=_s(e);return ce[e]=Promise.all(t.map(([r,n])=>Es(r,n))).then(()=>{if(ft(e))return Kr(e);delete ce[e]}),ce[e]}const ws={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"}}},xs={fallbackLocale:null,loadingDelay:200,formats:ws,warnOnMissingMessages:!0,handleMissingMessage:void 0,ignoreTag:!0},Ss=xs;function oe(){return Ss}const Ye=Me(!1);var Ts=Object.defineProperty,Hs=Object.defineProperties,Bs=Object.getOwnPropertyDescriptors,rr=Object.getOwnPropertySymbols,Ps=Object.prototype.hasOwnProperty,As=Object.prototype.propertyIsEnumerable,nr=(e,t,r)=>t in e?Ts(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Os=(e,t)=>{for(var r in t||(t={}))Ps.call(t,r)&&nr(e,r,t[r]);if(rr)for(var r of rr(t))As.call(t,r)&&nr(e,r,t[r]);return e},Cs=(e,t)=>Hs(e,Bs(t));let ct;const Re=Me(null);function ir(e){return e.split("-").map((t,r,n)=>n.slice(0,r+1).join("-")).reverse()}function Fe(e,t=oe().fallbackLocale){const r=ir(e);return t?[...new Set([...r,...ir(t)])]:r}function Q(){return ct!=null?ct:void 0}Re.subscribe(e=>{ct=e!=null?e:void 0,typeof window!="undefined"&&e!=null&&document.documentElement.setAttribute("lang",e)});const Is=e=>{if(e&&ys(e)&&ft(e)){const{loadingDelay:t}=oe();let r;return typeof window!="undefined"&&Q()!=null&&t?r=window.setTimeout(()=>Ye.set(!0),t):Ye.set(!0),Kr(e).then(()=>{Re.set(e)}).finally(()=>{clearTimeout(r),Ye.set(!1)})}return Re.set(e)},X=Cs(Os({},Re),{set:Is}),Ue=e=>{const t=Object.create(null);return n=>{const i=JSON.stringify(n);return i in t?t[i]:t[i]=e(n)}};var Rs=Object.defineProperty,Le=Object.getOwnPropertySymbols,en=Object.prototype.hasOwnProperty,tn=Object.prototype.propertyIsEnumerable,sr=(e,t,r)=>t in e?Rs(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,vt=(e,t)=>{for(var r in t||(t={}))en.call(t,r)&&sr(e,r,t[r]);if(Le)for(var r of Le(t))tn.call(t,r)&&sr(e,r,t[r]);return e},le=(e,t)=>{var r={};for(var n in e)en.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&Le)for(var n of Le(e))t.indexOf(n)<0&&tn.call(e,n)&&(r[n]=e[n]);return r};const ye=(e,t)=>{const{formats:r}=oe();if(e in r&&t in r[e])return r[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},Ls=Ue(e=>{var t=e,{locale:r,format:n}=t,i=le(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(i=ye("number",n)),new Intl.NumberFormat(r,i)}),Ns=Ue(e=>{var t=e,{locale:r,format:n}=t,i=le(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?i=ye("date",n):Object.keys(i).length===0&&(i=ye("date","short")),new Intl.DateTimeFormat(r,i)}),Ms=Ue(e=>{var t=e,{locale:r,format:n}=t,i=le(t,["locale","format"]);if(r==null)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?i=ye("time",n):Object.keys(i).length===0&&(i=ye("time","short")),new Intl.DateTimeFormat(r,i)}),Ds=(e={})=>{var t=e,{locale:r=Q()}=t,n=le(t,["locale"]);return Ls(vt({locale:r},n))},Fs=(e={})=>{var t=e,{locale:r=Q()}=t,n=le(t,["locale"]);return Ns(vt({locale:r},n))},Us=(e={})=>{var t=e,{locale:r=Q()}=t,n=le(t,["locale"]);return Ms(vt({locale:r},n))},Gs=Ue((e,t=Q())=>new ms(e,t,oe().formats,{ignoreTag:oe().ignoreTag})),ks=(e,t={})=>{var r,n,i,s;let o=t;typeof e=="object"&&(o=e,e=o.id);const{values:a,locale:l=Q(),default:u}=o;if(l==null)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let h=Jr(e,l);if(!h)h=(s=(i=(n=(r=oe()).handleMissingMessage)==null?void 0:n.call(r,{locale:l,id:e,defaultValue:u}))!=null?i:u)!=null?s:e;else if(typeof h!="string")return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof h}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),h;if(!a)return h;let c=h;try{c=Gs(h,l).format(a)}catch(p){p instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,p.message)}return c},js=(e,t)=>Us(t).format(e),$s=(e,t)=>Fs(t).format(e),Vs=(e,t)=>Ds(t).format(e),Xs=(e,t=Q())=>Jr(e,t),rn=ue([X,J],()=>ks);ue([X],()=>js);ue([X],()=>$s);ue([X],()=>Vs);ue([X,J],()=>Xs);window.emWidgets={topic:oi};const or=e=>e.toLowerCase().match(/android/i)?"Android":e.toLowerCase().match(/iphone/i)?"iPhone":e.toLowerCase().match(/ipad|ipod/i)?"iPad":"PC";function zs({withLocale:e,translations:t}){X.subscribe(r=>{r==null&&(J.set(t),X.set(e))})}function ar(e,t){yt(e,t)}function Ws(e){X.set(e)}const ur={en:{goToLoginButton:"Go To Login",error:"We encountered an issue. Please go to Login to receive your SMS code."},zhs:{goToLoginButton:"去登錄",error:"我们遇到了一个问题。请转到登录以接收您的短信代码"},fr:{goToLoginButton:"Aller à la connexion",error:"Nous avons rencontré un problème. Veuillez vous connecter pour recevoir votre code SMS."},tr:{goToLoginButton:"Giriş Yap'a Git",error:"Bir sorunla karşılaştık. SMS kodunuzu almak için lütfen Giriş kısmına gidin."},ro:{goToLoginButton:"Catre Autentificare",error:"Am întâmpinat o problemă. Vă rugăm să accesați Login pentru a primi codul SMS."},es:{goToLoginButton:"Ir a Inicio de Sesión",error:"Encontramos un problema. Vaya a Iniciar sesión para recibir su código SMS."},pt:{goToLoginButton:"Ir para o Login",error:"Encontramos um problema. Vá para Login para receber seu código SMS."},hr:{goToLoginButton:"Idi na Prijava",error:"Naišli smo problem. Idite na Prijava kako biste primili svoj SMS kod."},"pt-br":{goToLoginButton:"Ir ao início da sessão",error:"Descobrimos um problema. Por favor, vá ao início da sessão para receber seu código SMS."},"es-mx":{goToLoginButton:"Ir a inicio de sesión",error:"Encontramos un problema. Por favor vaya al inicio de sesión para recibir su código SMS."}};if(typeof window!="undefined"){let e=function(t){return function(...r){try{return t.apply(this,r)}catch(n){if(n instanceof DOMException&&n.message.includes("has already been used with this registry")||n.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw n}}};customElements.define=e(customElements.define),Promise.resolve().then(()=>require("./GeneralPlayerRegisterFormStep1-DXxvWOpO.cjs")).then(({default:t})=>{!customElements.get("general-player-register-form-step1")&&customElements.define("general-player-register-form-step1",t.element)})}if(typeof window!="undefined"){let e=function(t){return function(...r){try{return t.apply(this,r)}catch(n){if(n instanceof DOMException&&n.message.includes("has already been used with this registry")||n.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw n}}};customElements.define=e(customElements.define),Promise.resolve().then(()=>require("./GeneralPlayerRegisterFormStep2-Bm9nyKNT.cjs")).then(({default:t})=>{!customElements.get("general-player-register-form-step2")&&customElements.define("general-player-register-form-step2",t.element)})}if(typeof window!="undefined"){let e=function(t){return function(...r){try{return t.apply(this,r)}catch(n){if(n instanceof DOMException&&n.message.includes("has already been used with this registry")||n.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw n}}};customElements.define=e(customElements.define),Promise.resolve().then(()=>require("./GeneralPlayerRegisterFormStep3-DdHG8kWQ.cjs")).then(({default:t})=>{!customElements.get("general-player-register-form-step3")&&customElements.define("general-player-register-form-step3",t.element)})}if(typeof window!="undefined"){let e=function(t){return function(...r){try{return t.apply(this,r)}catch(n){if(n instanceof DOMException&&n.message.includes("has already been used with this registry")||n.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw n}}};customElements.define=e(customElements.define),Promise.resolve().then(()=>require("./GeneralPlayerSmsVerificationForm-BjtHUYH9.cjs")).then(({default:t})=>{!customElements.get("general-player-sms-verification-form")&&customElements.define("general-player-sms-verification-form",t.element)})}function Zs(e){br(e,"svelte-1ybwcf6",".RegisterFormWrapper{background:var(--emw--registration-color-bg, var(--emw--color-gray-50, #F9F8F8));border-radius:15px}.RegisterFormContainer{padding:25px;height:404px;overflow-y:auto;scrollbar-color:var(--emw--color-gray-100, #E6E6E6) var(--emw--color-gray-50, #F9F8F8);scrollbar-width:thin}.RegisterFormContainer.RegisterFormContainerMobile{padding:40px 20px;height:65vh;overflow-y:scroll}.RegisterFormContainer::-webkit-scrollbar{width:6px}.RegisterFormContainer::-webkit-scrollbar-track{background:var(--emw--color-gray-50, #F9F8F8)}.RegisterFormContainer::-webkit-scrollbar-thumb{background:var(--emw--color-gray-100, #E6E6E6)}.RegisterSteps{display:flex;gap:10px;padding:20px 0 30px}.RegisterFirstStepDash,.RegisterSecondStepDash,.RegisterThirdStepDash{width:50px;height:2px;background-color:var(--emw--color-gray-100, #E6E6E6)}.RegisterStepDashColor{background-color:var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E))}.RegisterStepNext{background-image:linear-gradient(to bottom, color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, black 20%), var(--emw--color-primary, #22B04E), color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, white 30%));border:2px solid var(--emw--button-border-color, #0E5924);border-radius:var(--emw--button-border-radius, 50px);color:var(--emw--button-typography, var(--emw--button-text-color, #FFFFFF));font-family:var(--emw--button-typography);width:100%;height:60px;padding:0;text-transform:uppercase;font-size:var(--emw--font-size-medium, 16px);cursor:pointer;margin-top:24px}.SMSErrorText{height:80%;display:flex;align-items:center}.RegisterConfirmation{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-top:60px}.RegisterConfirmation svg{width:74px}.RegisterConfirmation .RegisterConfirmationTitle{color:var(--emw--color-valid, var(--emw--color-valid, #48952a));font-size:24px;font-weight:var(--emw--font-weight-normal, 400);text-transform:uppercase;margin-bottom:0}.RegisterConfirmation .RegisterConfirmationSubtitle{color:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444));font-size:var(--emw--font-size-medium, 16px);line-height:19px;margin-bottom:24px}.RegisterConfirmation .RegisterConfirmationNote{color:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444));font-size:var(--emw--font-size-medium, 16px);line-height:22px}.RegisterConfirmationGoToLogin{background-image:linear-gradient(to bottom, color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, black 20%), var(--emw--color-primary, #22B04E), color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, white 30%));border:2px solid var(--emw--button-border-color, #0E5924);border-radius:var(--emw--button-border-radius, 50px);color:var(--emw--button-typography, var(--emw--button-text-color, #FFFFFF));width:100%;height:60px;padding:0;text-transform:uppercase;font-size:var(--emw--font-size-medium, 16px);cursor:pointer;margin-top:24px}")}function qs(e){let t,r,n,i,s,o,a,l=(e[17]||e[18]||e[19])&&lr(e),u=e[17]&&hr(e),h=e[18]&&fr(e),c=e[19]&&cr(e);function p(b,x){if(b[7]&&b[20])return Qs;if(b[30])return Js}let y=p(e),g=y&&y(e),d=e[21]&&mr(e);return{c(){t=B("div"),r=B("div"),l&&l.c(),n=G(),u&&u.c(),i=G(),h&&h.c(),s=G(),c&&c.c(),o=G(),g&&g.c(),a=G(),d&&d.c(),T(r,"class","RegisterFormContainer "+(e[34]?"RegisterFormContainerMobile":"")),T(t,"class","RegisterFormWrapper")},m(b,x){D(b,t,x),_(t,r),l&&l.m(r,null),_(r,n),u&&u.m(r,null),_(r,i),h&&h.m(r,null),_(r,s),c&&c.m(r,null),_(r,o),g&&g.m(r,null),_(r,a),d&&d.m(r,null)},p(b,x){b[17]||b[18]||b[19]?l?l.p(b,x):(l=lr(b),l.c(),l.m(r,n)):l&&(l.d(1),l=null),b[17]?u?u.p(b,x):(u=hr(b),u.c(),u.m(r,i)):u&&(u.d(1),u=null),b[18]?h?h.p(b,x):(h=fr(b),h.c(),h.m(r,s)):h&&(h.d(1),h=null),b[19]?c?c.p(b,x):(c=cr(b),c.c(),c.m(r,o)):c&&(c.d(1),c=null),y===(y=p(b))&&g?g.p(b,x):(g&&g.d(1),g=y&&y(b),g&&(g.c(),g.m(r,a))),b[21]?d?d.p(b,x):(d=mr(b),d.c(),d.m(r,null)):d&&(d.d(1),d=null)},d(b){b&&N(t),l&&l.d(),u&&u.d(),h&&h.d(),c&&c.d(),g&&g.d(),d&&d.d()}}}function lr(e){let t,r,n,i,s,o,a,l,u;return{c(){t=B("div"),r=B("div"),i=G(),s=B("div"),a=G(),l=B("div"),T(r,"class",n="RegisterFirstStepDash "+(e[17]||!e[17]&&e[18]||!e[17]&&!e[18]&&e[19]?"RegisterStepDashColor":"")),T(s,"class",o="RegisterSecondStepDash "+(e[18]||!e[17]&&!e[18]&&e[19]?"RegisterStepDashColor":"")),T(l,"class",u="RegisterThirdStepDash "+(e[19]?"RegisterStepDashColor":"")),T(t,"class","RegisterSteps")},m(h,c){D(h,t,c),_(t,r),_(t,i),_(t,s),_(t,a),_(t,l),e[40](t)},p(h,c){c[0]&917504&&n!==(n="RegisterFirstStepDash "+(h[17]||!h[17]&&h[18]||!h[17]&&!h[18]&&h[19]?"RegisterStepDashColor":""))&&T(r,"class",n),c[0]&917504&&o!==(o="RegisterSecondStepDash "+(h[18]||!h[17]&&!h[18]&&h[19]?"RegisterStepDashColor":""))&&T(s,"class",o),c[0]&524288&&u!==(u="RegisterThirdStepDash "+(h[19]?"RegisterStepDashColor":""))&&T(l,"class",u)},d(h){h&&N(t),e[40](null)}}}function hr(e){let t,r;return{c(){t=B("div"),r=B("general-player-register-form-step1"),m(r,"lang",e[3]),m(r,"disabledfields",e[5]),m(r,"defaultoptions",e[6]),m(r,"custominputtextswitch",e[13]),m(r,"simplepasswordvalidation",e[8]),m(r,"clientstyling",e[9]),m(r,"clientstylingurl",e[10]),m(r,"savecredentials",e[12]),m(r,"translationurl",e[11]),T(t,"class","RegisterFormStep1")},m(n,i){D(n,t,i),_(t,r)},p(n,i){i[0]&8&&m(r,"lang",n[3]),i[0]&32&&m(r,"disabledfields",n[5]),i[0]&64&&m(r,"defaultoptions",n[6]),i[0]&8192&&m(r,"custominputtextswitch",n[13]),i[0]&256&&m(r,"simplepasswordvalidation",n[8]),i[0]&512&&m(r,"clientstyling",n[9]),i[0]&1024&&m(r,"clientstylingurl",n[10]),i[0]&4096&&m(r,"savecredentials",n[12]),i[0]&2048&&m(r,"translationurl",n[11])},d(n){n&&N(t)}}}function fr(e){let t,r;return{c(){t=B("div"),r=B("general-player-register-form-step2"),m(r,"endpoint",e[0]),m(r,"lang",e[3]),m(r,"licenseyears",e[4]),m(r,"disabledfields",e[5]),m(r,"defaultoptions",e[6]),m(r,"personalidlength",e[14]),m(r,"clientstyling",e[9]),m(r,"clientstylingurl",e[10]),m(r,"translationurl",e[11]),T(t,"class","RegisterFormStep2")},m(n,i){D(n,t,i),_(t,r)},p(n,i){i[0]&1&&m(r,"endpoint",n[0]),i[0]&8&&m(r,"lang",n[3]),i[0]&16&&m(r,"licenseyears",n[4]),i[0]&32&&m(r,"disabledfields",n[5]),i[0]&64&&m(r,"defaultoptions",n[6]),i[0]&16384&&m(r,"personalidlength",n[14]),i[0]&512&&m(r,"clientstyling",n[9]),i[0]&1024&&m(r,"clientstylingurl",n[10]),i[0]&2048&&m(r,"translationurl",n[11])},d(n){n&&N(t)}}}function cr(e){let t,r;return{c(){t=B("div"),r=B("general-player-register-form-step3"),m(r,"userconsentsexist",e[25]),m(r,"termsconditions",e[26]),m(r,"smsoffers",e[27]),m(r,"emailmarketing",e[28]),m(r,"endpoint",e[0]),m(r,"captchakey",e[2]),m(r,"lang",e[3]),m(r,"defaultoptions",e[6]),m(r,"disabledfields",e[5]),m(r,"clientstyling",e[9]),m(r,"clientstylingurl",e[10]),m(r,"translationurl",e[11]),T(t,"class","RegisterFormStep3")},m(n,i){D(n,t,i),_(t,r)},p(n,i){i[0]&33554432&&m(r,"userconsentsexist",n[25]),i[0]&67108864&&m(r,"termsconditions",n[26]),i[0]&134217728&&m(r,"smsoffers",n[27]),i[0]&268435456&&m(r,"emailmarketing",n[28]),i[0]&1&&m(r,"endpoint",n[0]),i[0]&4&&m(r,"captchakey",n[2]),i[0]&8&&m(r,"lang",n[3]),i[0]&64&&m(r,"defaultoptions",n[6]),i[0]&32&&m(r,"disabledfields",n[5]),i[0]&512&&m(r,"clientstyling",n[9]),i[0]&1024&&m(r,"clientstylingurl",n[10]),i[0]&2048&&m(r,"translationurl",n[11])},d(n){n&&N(t)}}}function Js(e){let t,r=e[33]("error")+"",n;return{c(){t=B("p"),n=j(r),T(t,"class","SMSErrorText")},m(i,s){D(i,t,s),_(t,n)},p(i,s){s[1]&4&&r!==(r=i[33]("error")+"")&&q(n,r)},d(i){i&&N(t)}}}function Qs(e){let t;function r(s,o){return s[30]?Ys:Ks}let n=r(e),i=n(e);return{c(){i.c(),t=yr()},m(s,o){i.m(s,o),D(s,t,o)},p(s,o){n===(n=r(s))&&i?i.p(s,o):(i.d(1),i=n(s),i&&(i.c(),i.m(t.parentNode,t)))},d(s){s&&N(t),i.d(s)}}}function Ys(e){let t,r=e[33]("error")+"",n;return{c(){t=B("p"),n=j(r),T(t,"class","SMSErrorText")},m(i,s){D(i,t,s),_(t,n)},p(i,s){s[1]&4&&r!==(r=i[33]("error")+"")&&q(n,r)},d(i){i&&N(t)}}}function Ks(e){let t;return{c(){t=B("general-player-sms-verification-form"),m(t,"endpoint",e[0]),m(t,"session",e[1]),m(t,"number",e[31]),m(t,"playerid",e[16]),m(t,"tokenid",e[29]),m(t,"clientstyling",e[9]),m(t,"clientstylingurl",e[10])},m(r,n){D(r,t,n)},p(r,n){n[0]&1&&m(t,"endpoint",r[0]),n[0]&2&&m(t,"session",r[1]),n[1]&1&&m(t,"number",r[31]),n[0]&65536&&m(t,"playerid",r[16]),n[0]&536870912&&m(t,"tokenid",r[29]),n[0]&512&&m(t,"clientstyling",r[9]),n[0]&1024&&m(t,"clientstylingurl",r[10])},d(r){r&&N(t)}}}function mr(e){let t,r,n,i,s,o,a,l,u,h,c,p,y,g,d,b,x,I=e[33]("goToLoginButton")+"",O,F,M;return{c(){t=B("div"),r=me("svg"),n=me("defs"),i=me("style"),s=j(".a{fill:#var(--emw--color-valid, var(--emw--color-green, #48952a));}"),o=me("path"),a=G(),l=B("h2"),u=j(e[22]),h=G(),c=B("p"),p=j(e[23]),y=G(),g=B("p"),d=j(e[24]),b=G(),x=B("button"),O=j(I),T(o,"class","a"),T(o,"d","M29.325,51,0,21.675l5.95-5.95,23.375,22.95L68,0l5.95,5.95Z"),T(r,"xmlns","http://www.w3.org/2000/svg"),T(r,"viewBox","0 0 73.95 51"),T(l,"class","RegisterConfirmationTitle"),T(c,"class","RegisterConfirmationSubtitle"),T(g,"class","RegisterConfirmationNote"),T(x,"class","RegisterConfirmationGoToLogin"),T(t,"class","RegisterConfirmation")},m(R,C){D(R,t,C),_(t,r),_(r,n),_(n,i),_(i,s),_(r,o),_(t,a),_(t,l),_(l,u),_(t,h),_(t,c),_(c,p),_(t,y),_(t,g),_(g,d),_(t,b),_(t,x),_(x,O),F||(M=vr(x,"click",e[35]),F=!0)},p(R,C){C[0]&4194304&&q(u,R[22]),C[0]&8388608&&q(p,R[23]),C[0]&16777216&&q(d,R[24]),C[1]&4&&I!==(I=R[33]("goToLoginButton")+"")&&q(O,I)},d(R){R&&N(t),F=!1,M()}}}function eo(e){let t;function r(s,o){return qs}let i=r()(e);return{c(){t=B("div"),i.c()},m(s,o){D(s,t,o),i.m(t,null),e[41](t)},p(s,o){i.p(s,o)},i:k,o:k,d(s){s&&N(t),i.d(),e[41](null)}}}let to="Please use this code {0} to activate your account";function ro(e,t,r){let n;gr(e,rn,f=>r(33,n=f));let{endpoint:i=""}=t,{cmsendpoint:s=""}=t,{env:o=""}=t,{session:a=""}=t,{trackedanalyticsdata:l=""}=t,{captchakey:u=""}=t,{lang:h="en"}=t,{licenseyears:c=""}=t,{disabledfields:p=""}=t,{defaultoptions:y=""}=t,{smsverification:g="false"}=t,{simplepasswordvalidation:d="false"}=t,{userroles:b=""}=t,{clientstyling:x=""}=t,{clientstylingurl:I=""}=t,{translationurl:O=""}=t,{savecredentials:F=""}=t,{custominputtextswitch:M="false"}=t,{personalidlength:R="13"}=t,C,_t="",Ge=!0,he=!1,ve=!1,ke=!1,je=!1,_e,Et=!1,wt="",xt="",St="",Tt=window.navigator.userAgent,sn=or(Tt)!=="PC",$={},Ht=!1,Bt=!1,$e="false",Pt="false",At="false",Ot="false",Ct="",It,Ee=!1,Rt,we;zs({withLocale:"en",translations:{}});const on=()=>{fetch(O).then(S=>S.json()).then(S=>{Object.keys(S).forEach(A=>{ar(A,S[A])})}).catch(S=>{console.log(S)})};Object.keys(ur).forEach(f=>{ar(f,ur[f])});const an=()=>{fetch(`${i}/v1/player/consentRequirements`).then(f=>f.json()).then(f=>{f.items.length>0?(r(25,$e="true"),f.items.forEach(S=>{switch(S.tagCode){case"termsandconditions":r(26,Pt="true");break;case"sms":r(27,At="true");break;case"emailmarketing":r(28,Ot="true");break}})):r(25,$e="false")})},un=()=>{let f=new URL(`${s}/${h}/login-register-content?env=${o}`),S=or(Tt);S&&(S==="PC"?f.searchParams.append("device","dk"):f.searchParams.append("device","mtWeb")),fetch(f.href).then(A=>A.json()).then(A=>{_e=A.registerData,r(22,wt=_e.title),r(23,xt=_e.subtitle),r(24,St=_e.content)}).catch(A=>{console.error(A)})},xe=()=>{we.scrollIntoView()},fe=f=>{for(const S in f)$[S]=f[S],S==="mobile"&&r(31,Rt=`${f[S].prefix}${f[S].number}`);$.affiliateMarker=$.promoCode?$.promoCode:l!=null?l:""},Lt=f=>{if(f.data)switch(f.data.type){case"RegisterStepOne":fe(f.data.registerStepOneData),xe(),r(17,Ge=!1),r(18,he=!0),Ht==!1?Ht=!0:window.postMessage({type:"StepTwoDataBackup",userData:$},window.location.href);break;case"RegisterStepTwo":fe(f.data.registerStepTwoData),xe(),r(18,he=!1),r(19,ve=!0),Bt==!1?Bt=!0:window.postMessage({type:"StepThreeDataBackup",userData:$},window.location.href);break;case"RegisterStepThree":fe(f.data.registerStepThreeData),hn($);break;case"SmsHasBeenValidated":r(21,je=!0),r(20,ke=!1);break;case"GoBackStepTwo":fe(f.data.registerStepTwoData),xe(),r(17,Ge=!0),r(18,he=!1),window.postMessage({type:"StepOneDataBackup",userData:$},window.location.href);break;case"GoBackStepThree":fe(f.data.registerStepThreeData),xe(),r(18,he=!0),r(19,ve=!1),window.postMessage({type:"StepTwoDataBackup",userData:$},window.location.href);break}},ln=()=>{typeof gtag=="function"&>ag("event","Register",{context:"GeneralPlayerRegisterForm"})},hn=f=>Se(this,null,function*(){f.language=h;let S={method:"PUT",headers:{"g-recaptcha-response":f.token,"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify(f)},A=yield fetch(`${i}/v1/player/register`,S),W=yield A.json();A.ok?(r(19,ve=!1),g==="false"?r(21,je=!0):(r(16,_t=W.id),fn(f,W.id)),f.username,f.password,ln()):(Ct=W.error.substring(W.error.indexOf("errorMessage")+13,W.error.length),Et=!0,window.postMessage({type:"ShowRegistrationError",showError:Et,error:Ct},window.location.href))}),fn=(f,S)=>Se(this,null,function*(){localStorage.setItem("smsTimer",JSON.stringify(Math.floor(Date.now()/1e3)));try{const A=yield fetch(`${i}/v1/player/sms/token`,{method:"POST",headers:{"Content-Type":"application/json",accept:"application/json"},body:JSON.stringify({userId:S,messageTemplate:to,destination:`${f.mobile.prefix}${f.mobile.number}`})}),W=yield A.json();if(A.ok){r(29,It=W.id);let io=W.maxValidationAttempts;r(20,ke=!0),r(30,Ee=!1)}else throw r(30,Ee=!0),new Error("Failed to fetch")}catch(A){r(30,Ee=!0),console.error(A)}}),cn=()=>{p.split(",")},mn=()=>{window.postMessage({type:"ToLogin"},window.location.href)},pn=()=>{Ws(h)},dn=()=>{let f=document.createElement("style");f.innerHTML=x,C.appendChild(f)},gn=()=>{let f=new URL(I),S=document.createElement("style");fetch(f.href).then(A=>A.text()).then(A=>{S.innerHTML=A,setTimeout(()=>{C.appendChild(S)},1),setTimeout(()=>{},500)})};_r(()=>(window.addEventListener("message",Lt,!1),()=>{window.removeEventListener("message",Lt)}));function bn(f){ge[f?"unshift":"push"](()=>{we=f,r(32,we)})}function yn(f){ge[f?"unshift":"push"](()=>{C=f,r(15,C)})}return e.$$set=f=>{"endpoint"in f&&r(0,i=f.endpoint),"cmsendpoint"in f&&r(36,s=f.cmsendpoint),"env"in f&&r(37,o=f.env),"session"in f&&r(1,a=f.session),"trackedanalyticsdata"in f&&r(38,l=f.trackedanalyticsdata),"captchakey"in f&&r(2,u=f.captchakey),"lang"in f&&r(3,h=f.lang),"licenseyears"in f&&r(4,c=f.licenseyears),"disabledfields"in f&&r(5,p=f.disabledfields),"defaultoptions"in f&&r(6,y=f.defaultoptions),"smsverification"in f&&r(7,g=f.smsverification),"simplepasswordvalidation"in f&&r(8,d=f.simplepasswordvalidation),"userroles"in f&&r(39,b=f.userroles),"clientstyling"in f&&r(9,x=f.clientstyling),"clientstylingurl"in f&&r(10,I=f.clientstylingurl),"translationurl"in f&&r(11,O=f.translationurl),"savecredentials"in f&&r(12,F=f.savecredentials),"custominputtextswitch"in f&&r(13,M=f.custominputtextswitch),"personalidlength"in f&&r(14,R=f.personalidlength)},e.$$.update=()=>{e.$$.dirty[0]&1&&i&&an(),e.$$.dirty[0]&8|e.$$.dirty[1]&352&&s&&h&&o&&b&&un(),e.$$.dirty[0]&65538,e.$$.dirty[0]&8&&h&&pn(),e.$$.dirty[0]&32&&p&&cn(),e.$$.dirty[0]&33280&&x&&C&&dn(),e.$$.dirty[0]&33792&&I&&C&&gn(),e.$$.dirty[0]&2048&&O&&on()},[i,a,u,h,c,p,y,g,d,x,I,O,F,M,R,C,_t,Ge,he,ve,ke,je,wt,xt,St,$e,Pt,At,Ot,It,Ee,Rt,we,n,sn,mn,s,o,l,b,bn,yn]}class nn extends Sr{constructor(t){super(),Er(this,t,ro,eo,pt,{endpoint:0,cmsendpoint:36,env:37,session:1,trackedanalyticsdata:38,captchakey:2,lang:3,licenseyears:4,disabledfields:5,defaultoptions:6,smsverification:7,simplepasswordvalidation:8,userroles:39,clientstyling:9,clientstylingurl:10,translationurl:11,savecredentials:12,custominputtextswitch:13,personalidlength:14},Zs,[-1,-1,-1])}get endpoint(){return this.$$.ctx[0]}set endpoint(t){this.$$set({endpoint:t}),P()}get cmsendpoint(){return this.$$.ctx[36]}set cmsendpoint(t){this.$$set({cmsendpoint:t}),P()}get env(){return this.$$.ctx[37]}set env(t){this.$$set({env:t}),P()}get session(){return this.$$.ctx[1]}set session(t){this.$$set({session:t}),P()}get trackedanalyticsdata(){return this.$$.ctx[38]}set trackedanalyticsdata(t){this.$$set({trackedanalyticsdata:t}),P()}get captchakey(){return this.$$.ctx[2]}set captchakey(t){this.$$set({captchakey:t}),P()}get lang(){return this.$$.ctx[3]}set lang(t){this.$$set({lang:t}),P()}get licenseyears(){return this.$$.ctx[4]}set licenseyears(t){this.$$set({licenseyears:t}),P()}get disabledfields(){return this.$$.ctx[5]}set disabledfields(t){this.$$set({disabledfields:t}),P()}get defaultoptions(){return this.$$.ctx[6]}set defaultoptions(t){this.$$set({defaultoptions:t}),P()}get smsverification(){return this.$$.ctx[7]}set smsverification(t){this.$$set({smsverification:t}),P()}get simplepasswordvalidation(){return this.$$.ctx[8]}set simplepasswordvalidation(t){this.$$set({simplepasswordvalidation:t}),P()}get userroles(){return this.$$.ctx[39]}set userroles(t){this.$$set({userroles:t}),P()}get clientstyling(){return this.$$.ctx[9]}set clientstyling(t){this.$$set({clientstyling:t}),P()}get clientstylingurl(){return this.$$.ctx[10]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),P()}get translationurl(){return this.$$.ctx[11]}set translationurl(t){this.$$set({translationurl:t}),P()}get savecredentials(){return this.$$.ctx[12]}set savecredentials(t){this.$$set({savecredentials:t}),P()}get custominputtextswitch(){return this.$$.ctx[13]}set custominputtextswitch(t){this.$$set({custominputtextswitch:t}),P()}get personalidlength(){return this.$$.ctx[14]}set personalidlength(t){this.$$set({personalidlength:t}),P()}}xr(nn,{endpoint:{},cmsendpoint:{},env:{},session:{},trackedanalyticsdata:{},captchakey:{},lang:{},licenseyears:{},disabledfields:{},defaultoptions:{},smsverification:{},simplepasswordvalidation:{},userroles:{},clientstyling:{},clientstylingurl:{},translationurl:{},savecredentials:{},custominputtextswitch:{},personalidlength:{}},[],[],!0);const no=Object.freeze(Object.defineProperty({__proto__:null,default:nn},Symbol.toStringTag,{value:"Module"}));exports.$dictionary=J;exports.$format=rn;exports.$locale=X;exports.GeneralPlayerRegisterFormNd_ce=no;exports.SvelteComponent=Sr;exports.addMessages=yt;exports.add_render_callback=Ie;exports.append=_;exports.append_styles=br;exports.attr=T;exports.binding_callbacks=ge;exports.component_subscribe=gr;exports.create_custom_element=xr;exports.destroy_each=An;exports.detach=N;exports.element=B;exports.empty=yr;exports.ensure_array_like=jn;exports.flush=P;exports.globals=Hn;exports.init=Er;exports.insert=D;exports.listen=vr;exports.noop=k;exports.onMount=_r;exports.run_all=ae;exports.safe_not_equal=pt;exports.select_option=In;exports.select_value=Rn;exports.set_data=q;exports.set_input_value=Cn;exports.space=G;exports.src_url_equal=Sn;exports.svg_element=me;exports.text=j;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as Zr, $ as Mr, S as qr, i as Br, f as ve, c as Gr, s as Kr, b as Yr, e as c, t as y, d as h, g as e, h as ae, j as s, k as J, l as p, m as z, n as Ke, o as oe, r as Jr, p as Wr, q as Xr, u as Ar, v as g, w as xr } from "./GeneralPlayerRegisterFormNd-
|
|
1
|
+
import { a as Zr, $ as Mr, S as qr, i as Br, f as ve, c as Gr, s as Kr, b as Yr, e as c, t as y, d as h, g as e, h as ae, j as s, k as J, l as p, m as z, n as Ke, o as oe, r as Jr, p as Wr, q as Xr, u as Ar, v as g, w as xr } from "./GeneralPlayerRegisterFormNd-B85SNDuY.js";
|
|
2
2
|
function Ur(r, t) {
|
|
3
3
|
Zr(r, t);
|
|
4
4
|
}
|
|
@@ -236,7 +236,7 @@ const Lr = {
|
|
|
236
236
|
}
|
|
237
237
|
};
|
|
238
238
|
function et(r) {
|
|
239
|
-
Yr(r, "svelte-
|
|
239
|
+
Yr(r, "svelte-6m40jp", ".RegisterFormTitle{font-size:20px;text-transform:uppercase;font-weight:300;margin:0;padding-bottom:8px}.RegisterFormSubtitle{font-size:14px;margin:0;padding-bottom:20px}.FormLoginCallToAction{color:var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C));font-size:14px;font-weight:400;text-decoration:none;cursor:pointer}.EmailContainer,.UserContainer,.PasswordContainer,.ConfirmPasswordContainer,.PromoCodeContainer,.SecurityQuestionContainer,.SecurityAnswerContainer{color:var(--emw--registration-contrast, var(--emw--color-gray-300, #58586B));display:flex;flex-direction:column;padding-bottom:40px;position:relative}.EmailContainer label,.UserContainer label,.PasswordContainer label,.ConfirmPasswordContainer label,.PromoCodeContainer label,.SecurityQuestionContainer label,.SecurityAnswerContainer label{font-size:14px;font-weight:300;padding-bottom:5px}.EmailContainer input,.UserContainer input,.PasswordContainer input,.ConfirmPasswordContainer input,.PromoCodeContainer input,.SecurityQuestionContainer input,.SecurityAnswerContainer input{width:100%;height:44px;border:1px solid var(--emw--color-gray-100, #E6E6E6);border-radius:5px;box-sizing:border-box;padding:5px 15px;font-size:16px;line-height:18px}.EmailContainer.InvalidField input,.UserContainer.InvalidField input,.PasswordContainer.InvalidField input,.ConfirmPasswordContainer.InvalidField input,.PromoCodeContainer.InvalidField input,.SecurityQuestionContainer.InvalidField input,.SecurityAnswerContainer.InvalidField input{border:1px solid var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C));background:var(--emw--color-pale, #FBECF4);color:var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C))}.EmailContainer.Hidden,.UserContainer.Hidden,.PasswordContainer.Hidden,.ConfirmPasswordContainer.Hidden,.PromoCodeContainer.Hidden,.SecurityQuestionContainer.Hidden,.SecurityAnswerContainer.Hidden{display:none}.PasswordContainer,.ConfirmPasswordContainer{position:relative}.PasswordContainer input,.ConfirmPasswordContainer input{padding:5px 30px 5px 15px}.FormRequired{color:var(--emw--categories-color-secondary, var(--emw--color-secondary, #FD2839))}.TogglePasswordVisibility,.ToggleConfirmPasswordVisibility{height:13px;position:absolute;right:8px;bottom:55px}.TogglePasswordVisibility.InvalidToggle path,.TogglePasswordVisibility.InvalidToggle circle,.TogglePasswordVisibility.InvalidToggle rect,.ToggleConfirmPasswordVisibility.InvalidToggle path,.ToggleConfirmPasswordVisibility.InvalidToggle circle,.ToggleConfirmPasswordVisibility.InvalidToggle rect{fill:var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C))}.TogglePasswordVisibility path,.TogglePasswordVisibility circle,.TogglePasswordVisibility rect,.ToggleConfirmPasswordVisibility path,.ToggleConfirmPasswordVisibility circle,.ToggleConfirmPasswordVisibility rect{fill:var(--emw--registration-contrast, var(--emw--color-gray-300, #58586B))}.InvalidInput{color:var(--emw--color-error, var(--emw--color-red, #ed0909));font-size:10px;position:absolute;padding-top:5px;top:55px;line-height:10px}.ErrorMessage{margin:0 0 15px 0;font-size:12px;color:var(--emw--color-error, var(--emw--color-red, #ed0909))}.RegisterStepNext{color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));background:var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C));border:1px solid var(--emw--registration-color-primary, var(--emw--color-primary, #D0046C));border-radius:5px;width:100%;height:60px;padding:0;text-transform:uppercase;font-size:18px;cursor:pointer;margin-top:24px}.RegisterStepNext[disabled]{background:var(--emw--color-gray-100, #E6E6E6);border:1px solid var(--emw--color-gray-150, #828282);cursor:not-allowed}input::-ms-reveal,input::-ms-clear{display:none}");
|
|
240
240
|
}
|
|
241
241
|
function Nr(r) {
|
|
242
242
|
let t, i = (
|
|
@@ -286,7 +286,7 @@ function rt(r) {
|
|
|
286
286
|
let t, i, u, o, n, f, m, w, C;
|
|
287
287
|
return {
|
|
288
288
|
c() {
|
|
289
|
-
t = g("svg"), i = g("defs"), u = g("style"), o = y(".a{fill:var(--
|
|
289
|
+
t = g("svg"), i = g("defs"), u = g("style"), o = y(".a{fill:var(--emw--registration-typography, var(--emw--color-background, #07072A));}"), n = g("g"), f = g("path"), m = g("circle"), e(f, "class", "a"), e(f, "d", "M23.541,38.332a11.467,11.467,0,0,1-4.886-1.611,34.413,34.413,0,0,1-3.976-2.469,1.1,1.1,0,0,1-.494-.936,1.21,1.21,0,0,1,.442-.962A37.986,37.986,0,0,1,18.6,29.625a16.06,16.06,0,0,1,2.521-1.248,6.862,6.862,0,0,1,2.417-.546,6.862,6.862,0,0,1,2.417.546,20.541,20.541,0,0,1,2.547,1.248,45.872,45.872,0,0,1,4.054,2.729,1.159,1.159,0,0,1,.468.962,1.067,1.067,0,0,1-.52.936,36.353,36.353,0,0,1-4.054,2.469A11.2,11.2,0,0,1,23.541,38.332Zm0-9.46a9.813,9.813,0,0,0-4.392,1.663,44.138,44.138,0,0,0-3.873,2.651.13.13,0,0,0,0,.208,36.5,36.5,0,0,0,3.873,2.391,10.372,10.372,0,0,0,4.392,1.481,11.051,11.051,0,0,0,4.444-1.481,40.2,40.2,0,0,0,3.925-2.391.13.13,0,0,0,0-.208h0a34.132,34.132,0,0,0-3.925-2.651A10.072,10.072,0,0,0,23.541,28.872Z"), e(f, "transform", "translate(0)"), e(m, "class", "a"), e(m, "cx", "2.779"), e(m, "cy", "2.779"), e(m, "r", "2.779"), e(m, "transform", "translate(20.827 30.303)"), e(n, "transform", "translate(-14.185 -27.832)"), e(t, "class", "TogglePasswordVisibility"), e(t, "xmlns", "http://www.w3.org/2000/svg"), e(t, "width", "18.843"), e(t, "height", "10.5"), e(t, "viewBox", "0 0 18.843 10.5");
|
|
290
290
|
},
|
|
291
291
|
m(E, v) {
|
|
292
292
|
ae(E, t, v), s(t, i), s(i, u), s(u, o), s(t, n), s(n, f), s(n, m), w || (C = p(
|
|
@@ -306,7 +306,7 @@ function tt(r) {
|
|
|
306
306
|
let t, i, u, o, n, f, m, w, C, E, v, A, _, j, b;
|
|
307
307
|
return {
|
|
308
308
|
c() {
|
|
309
|
-
t = g("svg"), i = g("defs"), u = g("style"), o = y(".a{fill:var(--
|
|
309
|
+
t = g("svg"), i = g("defs"), u = g("style"), o = y(".a{fill:var(--emw--registration-typography, var(--emw--color-background, #07072A));}"), n = g("g"), f = g("circle"), m = g("g"), w = g("path"), C = g("path"), E = g("g"), v = g("path"), A = g("path"), _ = g("rect"), e(f, "class", "a"), e(f, "cx", "0.05"), e(f, "cy", "0.05"), e(f, "r", "0.05"), e(f, "transform", "translate(121.017 31.148)"), e(w, "class", "a"), e(w, "d", "M147.413,43.174a2.774,2.774,0,0,0-3.229-3.943Z"), e(w, "transform", "translate(-142.164 -39.123)"), e(C, "class", "a"), e(C, "d", "M137.031,43.1a2.778,2.778,0,0,0,3.447,4.209Z"), e(C, "transform", "translate(-136.413 -42.068)"), e(m, "transform", "translate(117.499 27.37)"), e(v, "class", "a"), e(v, "d", "M122.538,42.061a7.043,7.043,0,0,1-2.325.53,10.373,10.373,0,0,1-4.393-1.482,36.509,36.509,0,0,1-3.873-2.391.13.13,0,0,1,0-.208,44.141,44.141,0,0,1,3.873-2.651c.394-.233.768-.437,1.13-.622l-.686-.838c-.322.167-.651.347-.99.55a37.989,37.989,0,0,0-3.977,2.729,1.21,1.21,0,0,0-.442.962,1.1,1.1,0,0,0,.494.936,34.416,34.416,0,0,0,3.977,2.469,11.468,11.468,0,0,0,4.886,1.611,8.427,8.427,0,0,0,3.039-.725Z"), e(v, "transform", "translate(-110.856 -33.157)"), e(A, "class", "a"), e(A, "d", "M149.119,34.14a45.875,45.875,0,0,0-4.055-2.729,20.541,20.541,0,0,0-2.547-1.248,5.6,5.6,0,0,0-4.79-.017l.7.856a5.254,5.254,0,0,1,1.672-.346,10.072,10.072,0,0,1,4.445,1.663,34.132,34.132,0,0,1,3.925,2.651.13.13,0,0,1,0,.208,40.2,40.2,0,0,1-3.925,2.391c-.179.092-.352.176-.525.26l.684.835c.1-.054.2-.1.309-.159a36.356,36.356,0,0,0,4.055-2.469,1.067,1.067,0,0,0,.52-.936A1.159,1.159,0,0,0,149.119,34.14Z"), e(A, "transform", "translate(-130.743 -29.617)"), e(E, "transform", "translate(110.856 24.899)"), e(_, "class", "a"), e(_, "width", "0.972"), e(_, "height", "15.861"), e(_, "rx", "0.486"), e(_, "transform", "translate(114.827 23.858) rotate(-39.315)"), e(n, "transform", "translate(-110.856 -23.242)"), e(t, "class", "TogglePasswordVisibility"), e(t, "xmlns", "http://www.w3.org/2000/svg"), e(t, "width", "18.844"), e(t, "height", "12.887"), e(t, "viewBox", "0 0 18.844 12.887");
|
|
310
310
|
},
|
|
311
311
|
m(S, F) {
|
|
312
312
|
ae(S, t, F), s(t, i), s(i, u), s(u, o), s(t, n), s(n, f), s(n, m), s(m, w), s(m, C), s(n, E), s(E, v), s(E, A), s(n, _), j || (b = p(
|
|
@@ -370,7 +370,7 @@ function st(r) {
|
|
|
370
370
|
let t, i, u, o, n, f, m, w, C;
|
|
371
371
|
return {
|
|
372
372
|
c() {
|
|
373
|
-
t = g("svg"), i = g("defs"), u = g("style"), o = y(".a{fill:var(--
|
|
373
|
+
t = g("svg"), i = g("defs"), u = g("style"), o = y(".a{fill:var(--emw--registration-typography, var(--emw--color-background, #07072A));}"), n = g("g"), f = g("path"), m = g("circle"), e(f, "class", "a"), e(f, "d", "M23.541,38.332a11.467,11.467,0,0,1-4.886-1.611,34.413,34.413,0,0,1-3.976-2.469,1.1,1.1,0,0,1-.494-.936,1.21,1.21,0,0,1,.442-.962A37.986,37.986,0,0,1,18.6,29.625a16.06,16.06,0,0,1,2.521-1.248,6.862,6.862,0,0,1,2.417-.546,6.862,6.862,0,0,1,2.417.546,20.541,20.541,0,0,1,2.547,1.248,45.872,45.872,0,0,1,4.054,2.729,1.159,1.159,0,0,1,.468.962,1.067,1.067,0,0,1-.52.936,36.353,36.353,0,0,1-4.054,2.469A11.2,11.2,0,0,1,23.541,38.332Zm0-9.46a9.813,9.813,0,0,0-4.392,1.663,44.138,44.138,0,0,0-3.873,2.651.13.13,0,0,0,0,.208,36.5,36.5,0,0,0,3.873,2.391,10.372,10.372,0,0,0,4.392,1.481,11.051,11.051,0,0,0,4.444-1.481,40.2,40.2,0,0,0,3.925-2.391.13.13,0,0,0,0-.208h0a34.132,34.132,0,0,0-3.925-2.651A10.072,10.072,0,0,0,23.541,28.872Z"), e(f, "transform", "translate(0)"), e(m, "class", "a"), e(m, "cx", "2.779"), e(m, "cy", "2.779"), e(m, "r", "2.779"), e(m, "transform", "translate(20.827 30.303)"), e(n, "transform", "translate(-14.185 -27.832)"), e(t, "class", "ToggleConfirmPasswordVisibility"), e(t, "xmlns", "http://www.w3.org/2000/svg"), e(t, "width", "18.843"), e(t, "height", "10.5"), e(t, "viewBox", "0 0 18.843 10.5");
|
|
374
374
|
},
|
|
375
375
|
m(E, v) {
|
|
376
376
|
ae(E, t, v), s(t, i), s(i, u), s(u, o), s(t, n), s(n, f), s(n, m), w || (C = p(
|
|
@@ -390,7 +390,7 @@ function it(r) {
|
|
|
390
390
|
let t, i, u, o, n, f, m, w, C, E, v, A, _, j, b;
|
|
391
391
|
return {
|
|
392
392
|
c() {
|
|
393
|
-
t = g("svg"), i = g("defs"), u = g("style"), o = y(".a{fill:var(--
|
|
393
|
+
t = g("svg"), i = g("defs"), u = g("style"), o = y(".a{fill:var(--emw--registration-typography, var(--emw--color-background, #07072A));}"), n = g("g"), f = g("circle"), m = g("g"), w = g("path"), C = g("path"), E = g("g"), v = g("path"), A = g("path"), _ = g("rect"), e(f, "class", "a"), e(f, "cx", "0.05"), e(f, "cy", "0.05"), e(f, "r", "0.05"), e(f, "transform", "translate(121.017 31.148)"), e(w, "class", "a"), e(w, "d", "M147.413,43.174a2.774,2.774,0,0,0-3.229-3.943Z"), e(w, "transform", "translate(-142.164 -39.123)"), e(C, "class", "a"), e(C, "d", "M137.031,43.1a2.778,2.778,0,0,0,3.447,4.209Z"), e(C, "transform", "translate(-136.413 -42.068)"), e(m, "transform", "translate(117.499 27.37)"), e(v, "class", "a"), e(v, "d", "M122.538,42.061a7.043,7.043,0,0,1-2.325.53,10.373,10.373,0,0,1-4.393-1.482,36.509,36.509,0,0,1-3.873-2.391.13.13,0,0,1,0-.208,44.141,44.141,0,0,1,3.873-2.651c.394-.233.768-.437,1.13-.622l-.686-.838c-.322.167-.651.347-.99.55a37.989,37.989,0,0,0-3.977,2.729,1.21,1.21,0,0,0-.442.962,1.1,1.1,0,0,0,.494.936,34.416,34.416,0,0,0,3.977,2.469,11.468,11.468,0,0,0,4.886,1.611,8.427,8.427,0,0,0,3.039-.725Z"), e(v, "transform", "translate(-110.856 -33.157)"), e(A, "class", "a"), e(A, "d", "M149.119,34.14a45.875,45.875,0,0,0-4.055-2.729,20.541,20.541,0,0,0-2.547-1.248,5.6,5.6,0,0,0-4.79-.017l.7.856a5.254,5.254,0,0,1,1.672-.346,10.072,10.072,0,0,1,4.445,1.663,34.132,34.132,0,0,1,3.925,2.651.13.13,0,0,1,0,.208,40.2,40.2,0,0,1-3.925,2.391c-.179.092-.352.176-.525.26l.684.835c.1-.054.2-.1.309-.159a36.356,36.356,0,0,0,4.055-2.469,1.067,1.067,0,0,0,.52-.936A1.159,1.159,0,0,0,149.119,34.14Z"), e(A, "transform", "translate(-130.743 -29.617)"), e(E, "transform", "translate(110.856 24.899)"), e(_, "class", "a"), e(_, "width", "0.972"), e(_, "height", "15.861"), e(_, "rx", "0.486"), e(_, "transform", "translate(114.827 23.858) rotate(-39.315)"), e(n, "transform", "translate(-110.856 -23.242)"), e(t, "class", "ToggleConfirmPasswordVisibility"), e(t, "xmlns", "http://www.w3.org/2000/svg"), e(t, "width", "18.844"), e(t, "height", "12.887"), e(t, "viewBox", "0 0 18.844 12.887");
|
|
394
394
|
},
|
|
395
395
|
m(S, F) {
|
|
396
396
|
ae(S, t, F), s(t, i), s(i, u), s(u, o), s(t, n), s(n, f), s(n, m), s(m, w), s(m, C), s(n, E), s(E, v), s(E, A), s(n, _), j || (b = p(
|