webpackJsonp([219],[,,,function(e,t,n){"use strict";n.d(t,"a",function(){return s});n(0);var i=n(2),r=(n.n(i),n(95),n(7)),o=n(19),a=(n.n(o),n(111),n(8),n(20)),s=(n.n(a),n(195),function(){function e(e,t,n,i){this.http=e,this.errorProvider=t,this.sentryProvider=n,this.envProvider=i,this._configApplicationSubject=new a.ReplaySubject(1),this._configSportSubject=new a.ReplaySubject(1),this._configSportTicketSubject=new a.ReplaySubject(1),this._configLottoTicketSubject=new a.ReplaySubject(1),this._configClientSubject=new a.ReplaySubject(1),this._configTerminalSubject=new a.ReplaySubject(1),this._configBingoTicketSubject=new a.ReplaySubject(1),this._configKenoTicketSubject=new a.ReplaySubject(1),this._configKenoSubject=new a.ReplaySubject(1),this._configBingoSubject=new a.ReplaySubject(1),this._configVirtualGamesTicketSubject=new a.ReplaySubject(1)}return Object.defineProperty(e.prototype,"_baseURL",{get:function(){return this.envProvider.environment.API.URL.Terminal+"/configuration"},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"configApplication",{get:function(){return this._configApplication},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"configApplication$",{get:function(){return this._configApplicationSubject.asObservable()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"configSport",{get:function(){return this._configSport},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"configSport$",{get:function(){return this._configSportSubject.asObservable()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"configSportTicket",{get:function(){return this._configSportTicket},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"configSportTicket$",{get:function(){return this._configSportTicketSubject.asObservable()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"configLottoTicket",{get:function(){return this._configLottoTicket},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"configLottoTicket$",{get:function(){return this._configLottoTicketSubject.asObservable()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"configClient",{get:function(){return this._configClient},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"configClient$",{get:function(){return this._configClientSubject.asObservable()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"configTerminal",{get:function(){return this._configTerminal},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"configTerminal$",{get:function(){return this._configTerminalSubject.asObservable()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"configBingoTicket",{get:function(){return this._configBingoTicket},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"configBingoTicket$",{get:function(){return this._configBingoTicketSubject.asObservable()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"configKenoTicket",{get:function(){return this._configKenoTicket},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"configKenoTicket$",{get:function(){return this._configBingoTicketSubject.asObservable()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"configKeno",{get:function(){return this._configKeno},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"configKeno$",{get:function(){return this._configKenoSubject.asObservable()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"configBingo",{get:function(){return this._configBingo},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"configBingo$",{get:function(){return this._configBingoSubject.asObservable()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"configVirtualGamesTicket",{get:function(){return this._configVirtualGamesTicket},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"configVirtualGamesTicket$",{get:function(){return this._configVirtualGamesTicketSubject.asObservable()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"attendantTerminalId",{get:function(){return this._attendantTerminalId},set:function(e){this._attendantTerminalId=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"terminalId",{get:function(){var e=JSON.parse(localStorage.getItem("app:auth:Auth"));return e?e.terminalId:"1"==r.a.TerminalType&&this._attendantTerminalId?this._attendantTerminalId:this._configClient?this._configClient.DefaultTerminalId:void 0},enumerable:!0,configurable:!0}),e.prototype.initialize=function(e){var t=this;return void 0===e&&(e=void 0),i.Observable.create(function(n){"1"==r.a.TerminalType&&t._attendantTerminalId&&(e=t._attendantTerminalId);var i=new Date;t.http.get(t._baseURL+"/initialization/"+t.envProvider.environment.API.ClientId,{headers:{"Device-Type":""+t.envProvider.environment.Headers.DeviceType,"Accept-Language":t.envProvider.environment.DefaultLanguage,TerminalId:""+e}}).timeout(1e4).subscribe(function(e){e&&(t._configClient=e.ClientConfiguration,t.configClient?t._configClientSubject.next(t._configClient):t.sentryProvider.captureSentryMessage("Config Client Not Initialized"),t._configApplication=e.ApplicationUserConfiguration,t._configApplication?t._configApplicationSubject.next(t._configApplication):t.sentryProvider.captureSentryMessage("Config Application Not Initialized"),t._configBingo=e.BingoConfiguration,t._configBingo?t._configBingoSubject.next(t._configBingo):t.sentryProvider.captureSentryMessage("Config Bingo Not Initialized"),t._configBingoTicket=e.BingoTicketConfigurationResult,t._configBingoTicket?t._configBingoTicketSubject.next(t._configBingoTicket):t.sentryProvider.captureSentryMessage("Config BingoTicket Not Initialized"),t._configKeno=e.KenoConfiguration?e.KenoConfiguration:{},t._configKeno?t._configKenoSubject.next(t._configKeno):t.sentryProvider.captureSentryMessage("Config Keno Not Initialized"),t._configKenoTicket=e.KenoTicketConfigurationResult,t._configKenoTicket?t._configKenoTicketSubject.next(t._configKenoTicket):t.sentryProvider.captureSentryMessage("Config KenoTicket Not Initialized"),t._configLottoTicket=e.LottoTicketConfigurationResult,t._configLottoTicket?t._configLottoTicketSubject.next(t._configLottoTicket):t.sentryProvider.captureSentryMessage("Config LottoTicket Not Initialized"),t._configSport=e.SportOfferConfiguration,t._configSport?t._configSportSubject.next(t._configSport):t.sentryProvider.captureSentryMessage("Config Sport Not Initialized"),t._configSportTicket=e.SportTicketConfigurationResult,t._configSportTicket?(t._configSportTicket.SplitTicketToggleDefault=!!e.Configuration&&e.Configuration.SplitTicketToggleDefault,t._configSportTicketSubject.next(t._configSportTicket)):t.sentryProvider.captureSentryMessage("Config SportTicket Not Initialized"),t._configVirtualGamesTicket=e.VirtualGamesTicketConfigurationResult,t._configVirtualGamesTicket?t._configVirtualGamesTicketSubject.next(t._configVirtualGamesTicket):t.sentryProvider.captureSentryMessage("Config VirtualGamesTicket Not Initialized"),!e.Configuration||e.Configuration.DefaultSportTimeFilter&&72e3!=e.Configuration.DefaultSportTimeFilter||(e.Configuration.DefaultSportTimeFilter=7200),e.Configuration&&168==e.Configuration.DefaultSportTimeFilter&&(e.Configuration.DefaultSportTimeFilter=7),t._configTerminal=e.Configuration,t.envProvider.setThirdParty(e.Configuration),t._configTerminal?t._configTerminalSubject.next(t._configTerminal):t.sentryProvider.captureSentryMessage("Config Terminal Not Initialized"),t.configTerminal&&t.configTerminal.WebOutrightsBetTypes&&(t.configTerminal.outrightBetTypes=t.configTerminal.WebOutrightsBetTypes.split(",").map(function(e){return+e})),r.a.MobileWeb&&(t.configTerminal.AutomaticLoginEnabled=!0),n.next(),n.complete())},function(e){t.sentryProvider.captureSentryError(e,"initialization error ocurred",i),n.error(e),n.complete(),console.error(e)})})},e.prototype.loadConfigApplication=function(){var e=this,t=new o.Subject;return this.http.get(this._baseURL+"/"+this.terminalId+"/application").timeout(1e4).subscribe(function(n){e._configApplication=n,e._configApplicationSubject.next(e._configApplication),t.next(),t.complete()},function(e){t.error(e),t.complete(),console.error(e)}),t.asObservable()},e.prototype.loadConfigTerminal=function(){var e=this,t=new o.Subject;return this.http.get(""+this._baseURL,{headers:{TerminalId:""+this.terminalId,"Device-Type":""+this.envProvider.environment.Headers.DeviceType,"Accept-Language":this.envProvider.environment.DefaultLanguage}}).timeout(1e4).subscribe(function(n){n&&!n.DefaultSportTimeFilter&&(n.DefaultSportTimeFilter=7200),n&&168==n.DefaultSportTimeFilter&&(n.DefaultSportTimeFilter=7),e._configTerminal=n,e.configTerminal.WebOutrightsBetTypes&&(e.configTerminal.outrightBetTypes=e.configTerminal.WebOutrightsBetTypes.split(",").map(function(e){return+e})),r.a.MobileWeb&&(e.configTerminal.AutomaticLoginEnabled=!0),e._configTerminalSubject.next(e._configTerminal),t.next(),t.complete()},function(e){t.error(e),t.complete(),console.error(e)}),t.asObservable()},e.prototype.loadConfigSport=function(){var e=this,t=new o.Subject;return this.http.get(this._baseURL+"/"+this.terminalId+"/sport").timeout(1e4).subscribe(function(n){e._configSport=n,e._configSportSubject.next(e._configSport),t.next(),t.complete()},function(e){t.error(e),t.complete(),console.error(e)}),t.asObservable()},e.prototype.loadConfigClient=function(){var e=this,t=new o.Subject;return this.http.get(this._baseURL+"/client/"+this.envProvider.environment.API.ClientId,{headers:{"Device-Type":""+this.envProvider.environment.Headers.DeviceType}}).timeout(1e4).subscribe(function(n){e._configClient=n,e._configClientSubject.next(e._configClient),t.next(),t.complete()},function(e){t.error(e),t.complete(),console.error(e)}),t.asObservable()},e.prototype.getOddsRepresentations=function(){var e=new o.Subject;return setTimeout(function(){e.next([{Id:"decimal",Label:"ODD_REPRESENTATION_DECIMAL"},{Id:"fractional",Label:"ODD_REPRESENTATION_FRACTIONAL"},{Id:"american",Label:"ODD_REPRESENTATION_AMERICAN"},{Id:"hongkong",Label:"ODD_REPRESENTATION_HONGKONG"},{Id:"indo",Label:"ODD_REPRESENTATION_INDO"},{Id:"malay",Label:"ODD_REPRESENTATION_MALAY"}]),e.complete()},50),e.asObservable()},e.prototype.getAppDownloadLocation=function(){return this.http.get(this.configClient.TerminalApiUrl+"versioninfo",{headers:{TerminalId:""+this.terminalId,"Device-Type":this.envProvider.environment.Headers.DeviceType}})},e.prototype.setTerminalId=function(e){this._configClient.DefaultTerminalId=e},e}())},,,,function(e,t,n){"use strict";n.d(t,"a",function(){return i});var i={AppVersion:"20180517001",MobileWeb:!0,TerminalType:"2",PrinterType:"",HotjarTrackingCode:null,SentryDSN:null,ZendeskChatToken:null,GoogleAnalyticsTrackerId:null,GoogleSearchConsoleSiteVerification:null,GoogleMapsKey:"AIzaSyAGP4QrDj2K5UC_xCJ5kHXHoccd6EfHwHk",FacebookPixelId:null,GoPlKey:null,InitialSpinner:!1,HideInitImage:!1,Integration:!1,BuildTag:"cze",monri:{url:"",auth:""}}},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(e){this.http=e}return e.prototype.initialize=function(){var e=this;return this.startInit=new Date,this.http.get("assets/config.json?v="+(new Date).valueOf()).map(function(t){e.environment=t;if(t.PwaMobile||"true"==t.MobileWeb.toString().toLowerCase()){(document.body||document.getElementsByTagName("body")[0]).classList.add("mobile-web")}var n=localStorage.getItem("userClientId");return n&&(e.environment.API.ClientId=n),e.environment})},e.prototype.setThirdParty=function(e){if(e.ThirdParty){var t=e.ThirdParty;this.environment.TicketAutoConfirm=t.TicketAutoConfirm,this.environment.TawkToEmbedded=t.TawkToEmbedded.length?t.TawkToEmbedded:null,this.environment.TawkToKey=t.TawkToKey.length?t.TawkToKey:null,this.environment.LiveChatLicence=e.LiveChatLicence,this.environment.SupportBoxChatKey=t.SupportBoxChatKey.length?t.SupportBoxChatKey:null,this.environment.SupportBoxChatUrl=t.SupportBoxChatUrl,this.environment.SupportBoxChatId=t.SupportBoxChatId,this.environment.WebPayTosHyperLink=t.WebPayTosHyperLink,this.environment.FooterEvonaLogoEnabled=t.FooterEvonaLogoEnabled,this.environment.SocialSharing=t.SocialSharing.length?t.SocialSharing:null,this.environment.PrepareBarCode=t.PrepareBarCode,this.environment.AviatorId=t.AviatorId,this.environment.NewItems=t.NewItems.length?t.NewItems.split("|"):null,this.environment.TawkToKey=t.TawkToKey.length?t.TawkToKey:null}},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return u});n(0),n(5);var i=n(2),r=(n.n(i),n(19)),o=(n.n(r),n(42),n(3),n(10),n(290)),a=(n.n(o),n(8),n(20)),s=(n.n(a),n(96),n(7)),u=function(){function e(e,t,n,i,o,s,u){this.http=e,this.configProvider=t,this.translationProvider=n,this.storage=i,this.platform=o,this.envProvider=s,this.network=u,this.deviceOnline=!0,this._loggedInSubject=new a.ReplaySubject(1),this.loggedIn$=this._loggedInSubject.asObservable(),this._tokenRefreshedSubject=new r.Subject,this.tokenRefreshed$=this._tokenRefreshedSubject.asObservable(),this._refreshTokenSubject=void 0,this._auth=JSON.parse(localStorage.getItem("app:auth:Auth"))}return e.prototype.ngOnDestroy=function(){},Object.defineProperty(e.prototype,"apiURL",{get:function(){return""+this.configProvider.configClient.AuthorizationApiUrl},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"forcePINLogin",{get:function(){return this._hasPINCredentials&&this.configProvider.configTerminal.PinLoginEnabled},enumerable:!0,configurable:!0}),e.prototype.initialize=function(){var e=this;return i.Observable.fromPromise(this.storage.get("app:auth:PIN")).map(function(t){e._hasPINCredentials=!!t})},e.prototype.isLoggedIn=function(){return void 0!=this._auth},e.prototype.isAdmin=function(){return this._auth&&(1==this._auth.membershipType||8==this._auth.membershipType||9==this._auth.membershipType)},e.prototype.getAuth=function(){return this._authTemp?this._authTemp:this._auth},Object.defineProperty(e.prototype,"accessToken",{get:function(){return this._authTemp?this._authTemp.token:this._auth?this._auth.token:void 0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"refreshToken",{get:function(){return this._auth?this._auth.refreshToken:void 0},enumerable:!0,configurable:!0}),e.prototype.login=function(e,t,n,i){var a=this;this.storage.remove("app:auth:PIN"),this.storage.remove("app:auth:Auth"),localStorage.removeItem("app:auth:Auth"),this._hasPINCredentials=!1,this._pinVerified=!1;var u=new r.Subject,l="grant_type=password&username="+e+"&password="+encodeURIComponent(t)+"&client_id="+this.envProvider.environment.API.ClientId+"&terminal_type="+n;return this.configProvider&&this.configProvider.configTerminal.UidCodeEnabled&&"1"==s.a.TerminalType&&(l+="&uid_code="+i),this.http.post(this.apiURL+"token",l,{headers:this.prepareHeaders()}).subscribe(function(t){var i=o(t.access_token),r={token:t.access_token,role:i.role,refreshToken:t.refresh_token,terminalId:t.terminal_id,clientId:t.client_id,username:e,userId:i.user_id,membershipType:n,membershipTypeToken:i.membership_type,isWebUser:"2"===n,permissions:{}};"2"==n?(a._auth=r,a.storage.set("app:auth:Auth",JSON.stringify(a._auth)),localStorage.setItem("app:auth:Auth",JSON.stringify(a._auth)),a._loggedInSubject.next(!0)):(a._authTemp=r,setTimeout(function(){a._authTemp&&(a._authTemp=void 0)},1e4)),u.next(r),u.complete()},function(e){u.error(e),u.complete()}),u.asObservable()},e.prototype.registrationLogin=function(e){var t=this;this.storage.remove("app:auth:PIN"),this.storage.remove("app:auth:Auth"),localStorage.removeItem("app:auth:Auth"),this._hasPINCredentials=!1,this._pinVerified=!1;var n=new r.Subject;return this.http.post(this.apiURL+"token","grant_type=users_authorization_codes&code="+e+"&client_id="+this.envProvider.environment.API.ClientId,{headers:this.prepareHeaders()}).subscribe(function(e){var i=o(e.access_token),r=i.membership_type;t._auth={token:e.access_token,role:i.role,refreshToken:e.refresh_token,terminalId:i.terminal_id,clientId:e.client_id,username:i.unique_name,userId:i.user_id,membershipType:r,membershipTypeToken:i.membership_type,isWebUser:"2"===r,permissions:{}},n.next(t._auth),n.complete(),t._loggedInSubject.next(!0)},function(e){n.error(e),n.complete()}),n.asObservable()},e.prototype.getUserLoginToken=function(e,t){return this.http.post(this.apiURL+"token","grant_type=password&username="+e+"&password="+t+"&client_id="+(this.envProvider.environment.API.ClientId2?this.envProvider.environment.API.ClientId2:this.envProvider.environment.API.ClientId)+"&terminal_type=2",{headers:this.prepareHeaders()})},e.prototype.doRefreshToken=function(){var e=this,t=void 0;if(!this.deviceOnline)return this._refreshTokenSubject=new r.Subject,t=this._refreshTokenSubject.asObservable(),this._tokenRefreshedSubject.next(!0),this._refreshTokenSubject.complete(),this._refreshTokenSubject=void 0,t;if(this._refreshTokenSubject)t=this._refreshTokenSubject.asObservable();else if(this._refreshTokenSubject=new r.Subject,t=this._refreshTokenSubject.asObservable(),this._auth=JSON.parse(localStorage.getItem("app:auth:Auth")),this._auth){this.http.post(this.apiURL+"token","grant_type=refresh_token&refresh_token="+this._auth.refreshToken+"&client_id="+this._auth.clientId+"&terminal_type="+this._auth.membershipType,{headers:{"Content-Type":"application/x-www-form-urlencoded"}}).subscribe(function(t){var n=o(t.access_token);e._auth={token:t.access_token,role:n.role,refreshToken:t.refresh_token,terminalId:e._auth.terminalId,clientId:e._auth.clientId,username:e._auth.username,userId:n.user_id,membershipType:e._auth.membershipType,membershipTypeToken:e._auth.membershipTypeToken,isWebUser:e._auth.isWebUser,permissions:e._auth.permissions,userPIN:e._auth.userPIN},e.storage.set("app:auth:Auth",JSON.stringify(e._auth)),localStorage.setItem("app:auth:Auth",JSON.stringify(e._auth)),e._tokenRefreshedSubject.next(!0),e._refreshTokenSubject.next(),e._refreshTokenSubject.complete(),e._refreshTokenSubject=void 0},function(t){e._tokenRefreshedSubject.next(!1),e._refreshTokenSubject.error(t),e._refreshTokenSubject.complete(),e._refreshTokenSubject=void 0,e.logout()})}else this._tokenRefreshedSubject.next(!1),this._refreshTokenSubject.error(void 0),this._refreshTokenSubject.complete(),this._refreshTokenSubject=void 0,this.logout();return t},e.prototype.logout=function(){this._auth=void 0,this._authTemp=void 0,this._loggedInSubject.next(!1),this.storage.remove("app:auth:PIN"),this.storage.remove("app:auth:Auth"),localStorage.removeItem("app:auth:Auth"),localStorage.getItem("userLoginTime")&&localStorage.removeItem("userLoginTime"),this._hasPINCredentials=!1,this._pinVerified=!1},e.prototype.setPin=function(e){var t=new r.Subject;return this.isLoggedIn()?(localStorage.setItem("app:auth:Auth",JSON.stringify(this._auth)),i.Observable.zip(i.Observable.fromPromise(this.storage.set("app:auth:PIN",JSON.stringify(e))),i.Observable.fromPromise(this.storage.set("app:auth:Auth",JSON.stringify(this._auth)))).subscribe(function(){t.next(),t.complete()},function(e){t.error(e),t.complete()})):(t.next(),t.complete()),t.asObservable()},e.prototype.setTerminalId=function(e){this._authTemp&&(this._authTemp.terminalId=e,this._auth=this._authTemp,this._authTemp=void 0,this.storage.set("app:auth:Auth",JSON.stringify(this._auth)),localStorage.setItem("app:auth:Auth",JSON.stringify(this._auth)),this._loggedInSubject.next(!0))},e.prototype.loginWithPIN=function(e){var t=this,n=new r.Subject;return i.Observable.fromPromise(this.storage.get("app:auth:PIN")).subscribe(function(r){r?JSON.parse(r)==e?(t._pinVerified=!0,i.Observable.fromPromise(t.storage.get("app:auth:Auth")).subscribe(function(e){t._auth=JSON.parse(e),t.doRefreshToken().subscribe(function(){n.next(t._auth),n.complete(),t._loggedInSubject.next(!0)},function(e){t._pinVerified=!1,n.error(e),n.complete()})},function(e){t._pinVerified=!1,n.error({}),n.complete()})):(t._pinVerified=!1,n.error({Type:"INCORRECTPIN",MessageKey:"INCORRECT_PIN"}),n.complete()):(t._pinVerified=!1,n.error({}),n.complete())}),n.asObservable()},e.prototype.loginAutomatically=function(){var e=this,t=new r.Subject;return this._auth=JSON.parse(localStorage.getItem("app:auth:Auth")),this.doRefreshToken().subscribe(function(){t.next(e._auth),t.complete(),e._loggedInSubject.next(!0)},function(e){t.error(e),t.complete()}),t.asObservable()},e.prototype.canAttemptAutomaticallLogin=function(){return i.Observable.fromPromise(this.storage.get("app:auth:Auth")).map(function(e){return void 0!=JSON.parse(e)})},Object.defineProperty(e.prototype,"gaid",{get:function(){return this.envProvider.environment.GAID},enumerable:!0,configurable:!0}),e.prototype.prepareHeaders=function(){var e={"Content-Type":"application/x-www-form-urlencoded"};return this.gaid&&(e=Object.assign({},e,{GAID:""+this.gaid})),e},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return c});var i=n(0),r=n(12),o=(n(42),n(95),n(7)),a=n(1),s=n(19),u=(n.n(s),n(3),n(17)),l=(n.n(u),n(4)),c=(n.n(l),n(5),n(111),n(8),function(){function e(e,t,n,i,r,o,a,u){this.document=e,this.http=t,this.platform=n,this.config=i,this.configProvider=r,this.errorProvider=o,this.storage=a,this.envProvider=u,this._translations={},this._currentLanguage=void 0,this.languages=[],this._languageChangedSubject=new s.Subject,this.$languageChanged=this._languageChangedSubject.asObservable()}return Object.defineProperty(e.prototype,"currentLanguage",{get:function(){return this._currentLanguage},set:function(e){this._currentLanguage=e},enumerable:!0,configurable:!0}),e.prototype.loadLocale=function(e){try{this.locale=n(343)("./"+e.Culture+".js"),Object(r.registerLocaleData)(this.locale.default),this.angularLocale=e.Culture,window.angularLocale=e.Culture}catch(i){try{this.locale=n(343)("./"+e.Id+".js"),Object(r.registerLocaleData)(this.locale.default),this.angularLocale=e.Id,window.angularLocale=e.Id}catch(i){try{var t=this.getAngularLocale(e);this.locale=n(343)("./"+t+".js"),Object(r.registerLocaleData)(this.locale.default),this.angularLocale=t,window.angularLocale=t}catch(t){console.error("Unable to find locale for ",e)}}}},e.prototype.initialize=function(){var e=this,t=new s.Subject;return this._baseURL=this.configProvider.configClient.TerminalApiUrl+"translation",this._defaultLanguage=this.envProvider.environment.DefaultLanguage,this.storage.get("app:preferredLanguage").then(function(n){var i=n;e._currentLanguage||(e.languages=e.configProvider.configTerminal.Languages,e._currentLanguage=void 0!=u.find(e.languages,function(e){return e.Id==i})?i:e.configProvider.configTerminal.TerminalDefaultLanguageId,e.document.documentElement.lang=e._currentLanguage),e.changeLanguage(u.find(e.languages,function(t){return t.Id==e._currentLanguage})).subscribe(function(){t.next(),t.complete()},function(e){t.error(e),t.complete()})}).catch(function(e){t.error(e),t.complete(),console.error(e)}),t.asObservable()},e.prototype.changeLanguage=function(e){var t=this;e||!(e=u.find(this.languages,function(e){return e.Id==t._defaultLanguage}))&&this.languages.length>0&&(e=this.languages[0]);var n=new s.Subject;return this.http.get(this._baseURL+"/"+e.Id+"/"+this.envProvider.environment.API.ClientId,{headers:{"Device-Type":""+this.envProvider.environment.Headers.DeviceType}}).timeout(1e4).subscribe(function(i){t._currentLanguage=e.Id,t.language=e,t._languageChangedSubject.next(),t.storage.set("app:preferredLanguage",t._currentLanguage),t.document.documentElement.lang=t._currentLanguage,t.momentLocale=t.getMomentLocale(e.Id),l.locale(t.momentLocale),t.loadLocale(e),t._translations={},u.each(i,function(e){t._translations[e.tk]=e.t}),t.platform.is("ios")&&t.config.set("backButtonText",o.a.MobileWeb?"":t.translate("BACK")),n.next(),n.complete()},function(e){n.error(e),n.complete(),console.error(e)}),n.asObservable()},e.prototype.translate=function(e){var t=this._translations[e];return t||e},e.prototype.getMomentLocale=function(e){switch(e.toLowerCase()){case"zht":return"zh-cn";case"es-co":return"es";case"se":return"sv";case"srl":return"sr";case"sr":return"sr-cyrl";default:return e}},e.prototype.getAngularLocale=function(e){switch(e.Id.toLowerCase()){case"zht":return"zh-cn";case"es-co":return"es";case"se":return"sv";case"srl":return"sr-Latn";default:return e.Id}},e=Object(i.__decorate)([Object(i.__param)(0,Object(a.Inject)(r.DOCUMENT))],e)}())},,,,function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0),n(10),n(5);var i=function(){function e(e,t,n){this.loadingCtrl=e,this.translationProvider=t,this.toastCtrl=n,this._loadingCount=0}return e.prototype.loadingPresent=function(e,t){0==this._loadingCount?(this._loading=this.loadingCtrl.create({content:this.translationProvider.translate(void 0!=e?e:"PLEASE_WAIT")}),this._loadingCount++,this._loading.present()):t&&this._loading.setContent(this.translationProvider.translate(void 0!=e?e:"PLEASE_WAIT"))},e.prototype.loadingDismiss=function(){this._loadingCount>0&&(this._loadingCount--,0==this._loadingCount?this._loading.dismiss():(this._loadingCount=0,this._loading.dismiss()))},e.prototype.toastCreate=function(e,t,n){t||(t="success");try{this.toast&&this.toast.dismiss()}catch(e){console.log("error",e)}return this.toast=this.toastCtrl.create({message:this.translationProvider.translate(e),duration:n||3e3,position:"top",cssClass:"eba-toast-"+t}),this.toast.present()},e.prototype.onErrorResponse=function(e){if(e.error&&e.error.ModelState&&e.error.ModelState.Errors&&e.error.ModelState.Errors.$values&&e.error.ModelState.Errors.$values.length>0)this.toastCreate(e.error.ModelState.Errors.$values[0],"error");else if(e.error&&e.error.ModelState&&e.error.ModelState.Errors&&e.error.ModelState.Errors.length>0)this.toastCreate(e.error.ModelState.Errors[0],"error");else if(e.error&&e.error.Message)this.toastCreate(e.error.Message,"error");else if(e.error&&e.error.Messages&&e.error.Messages.length)this.toastCreate(e.error.Messages[0],"error");else if(e.error&&e.error.errors){var t=e.error.errors,n="";for(var i in t)""!==i&&(n+=i+" - "),t[i].forEach(function(e){n+=e+" ,"});this.toastCreate(n,"error")}else if(e.error&&e.error.length)this.toastCreate(e.error,"error");else if(e.error&&e.error.ValidationResults&&e.error.ValidationResults.length){var r=this.validationErrors(e.error.ValidationResults);this.toastCreate(r,"error")}else this.toastCreate(e.statusText&&""!==e.statusText?e.statusText:"string"==typeof e?e:e.Result&&e.Result.Messages.length?e.Result.Messages[0]:"SERVICE_NOT_AVAILABLE","error")},e.prototype.validationErrors=function(e){var t=this.translationProvider.translate("VALIDATION_ERRORS")+"\n\n";return e.forEach(function(e){e.PropertyName&&(t+="-"+e.PropertyName+" : "),t+=e.ErrorMessage+"\n"}),t},e}()},,,,,,,function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0),n(3),n(10),n(14),n(9);var i=n(19),r=(n.n(i),n(8),n(290)),o=(n.n(r),function(){function e(e,t,n,i,r,o){this.http=e,this.authProvider=t,this.uiProvider=n,this.configProvider=i,this.translateProvider=r,this.envProvider=o}return e.prototype.get=function(e,t){var n=this,r=new i.Subject;return t||(t={headers:{}}),t=this.requestHeaders(t),this.http.get(e,t).take(1).subscribe(function(e){r.next(e),r.complete()},function(i){n.getRetry(i,r,e,t,!0)}),r.asObservable()},e.prototype.getRetry=function(e,t,n,i,r){var o=this;401==e.status?this.authProvider.doRefreshToken().take(1).subscribe(function(e){o.authProvider.accessToken&&(i.headers.Authorization="Bearer "+o.authProvider.accessToken),o.http.get(n,i).take(1).subscribe(function(e){t.next(e),t.complete()},function(e){401==e.status&&o.on401(n),console.error(e),t.error(e),t.complete()})},function(e){r?o.getRetry(e,t,n,i):(o.on401(n),console.error(e),t.error(e),t.complete())},function(){}):500==e.status&&n.includes("initialization")?this.http.get(n,i).take(1).subscribe(function(e){t.next(e),t.complete()},function(e){401==e.status&&o.on401(n),console.error(e),t.error(e),t.complete()}):(console.error(e),t.error(e),t.complete())},e.prototype.post=function(e,t,n){var r=this,o=new i.Subject,a=!0;return n||(n={headers:{}}),n=this.requestHeaders(n,e.includes("submitanonymous")),this.http.post(e,t,n).take(1).subscribe(function(e){o.next(e),o.complete()},function(i){i&&401==i.status&&(a=!1),r.postRetry(i,o,e,t,n,a)}),o.asObservable()},e.prototype.postRetry=function(e,t,n,i,r,o){var a=this;401==e.status?this.authProvider.doRefreshToken().take(1).subscribe(function(e){a.authProvider.accessToken&&(r.headers.Authorization="Bearer "+a.authProvider.accessToken),a.http.post(n,i,r).take(1).subscribe(function(e){t.next(e),t.complete()},function(e){console.error(e),t.error(e),t.complete(),401==e.status&&a.on401(n)})},function(e){o?a.postRetry(e,t,n,i,r):(a.on401(n),console.error(e),t.error(e),t.complete())}):e.status>=500?setTimeout(function(){a.http.post(n,i,r).take(1).subscribe(function(e){t.next(e),t.complete()},function(e){console.error(e),t.error(e),t.complete(),401==e.status&&a.on401(n)})},this.randomTimeout()):(console.error(e),t.error(e),t.complete())},e.prototype.delete=function(e,t){var n=this,r=new i.Subject;return t||(t={headers:{}}),t=this.requestHeaders(t),this.http.delete(e,t).take(1).subscribe(function(e){r.next(e),r.complete()},function(i){n.deleteRetry(i,r,e,t,!0)}),r.asObservable()},e.prototype.deleteRetry=function(e,t,n,i,r,o){var a=this;401==e.status?this.authProvider.doRefreshToken().take(1).subscribe(function(e){a.authProvider.accessToken&&(r.headers.Authorization="Bearer "+a.authProvider.accessToken),a.http.post(n,i,r).take(1).subscribe(function(e){t.next(e),t.complete()},function(e){console.error(e),t.error(e),t.complete(),401==e.status&&a.on401(n)})},function(e){o?a.deleteRetry(e,t,n,r):(a.on401(n),console.error(e),t.error(e),t.complete())}):500==e.status?this.http.post(n,i,r).take(1).subscribe(function(e){t.next(e),t.complete()},function(e){console.error(e),t.error(e),t.complete(),401==e.status&&a.on401(n)}):(console.error(e),t.error(e),t.complete())},e.prototype.on401=function(e){"undefined"!=typeof Sentry&&Sentry.withScope(function(t){t.setTag("occuredAt",new Date),t.setTag("requestUrl",e),t.setLevel(Sentry.Severity.Warning),Sentry.captureMessage("Unauthorized request logout")});var t=new Date(0);t.setUTCSeconds(r(this.authProvider.getAuth().token).exp),t<new Date&&(this.uiProvider.toastCreate("LOGIN_EXPIRED","warning"),this.authProvider.logout())},e.prototype.requestHeaders=function(e,t){void 0===t&&(t=!1);var n=null;return this.authProvider.accessToken&&(e.headers=Object.assign({},e.headers,{Authorization:"Bearer "+this.authProvider.accessToken}),n=this.authProvider.getAuth()),e.headers=Object.assign(e.headers,{LanguageId:this.translateProvider.currentLanguage?this.translateProvider.currentLanguage:"",TerminalId:n?""+n.terminalId:this.getTerminal(t),"Device-Type":this.envProvider.environment.Headers.DeviceType,"Accept-Language":this.translateProvider.currentLanguage?this.translateProvider.currentLanguage:""}),this.gaid&&(e.headers=Object.assign({},e.headers,{GAID:""+this.gaid})),e},e.prototype.randomTimeout=function(){return 1e3*(4*Math.random()+5)},e.prototype.getTerminal=function(e){return void 0===e&&(e=!1),e&&this.prepareTerminal?""+this.prepareTerminal:""+this.configProvider.terminalId},Object.defineProperty(e.prototype,"prepareTerminal",{get:function(){return this.configProvider.configTerminal.LotteryResultsTerminalId},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"gaid",{get:function(){return this.envProvider.environment.GAID},enumerable:!0,configurable:!0}),e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return d});n(0),n(42),n(21);var i=n(2),r=(n.n(i),n(10),n(3),n(9),n(1)),o=n(19),a=(n.n(o),n(7)),s=n(104),u=n(60),l=(n.n(u),n(8),n(28)),c=(n.n(l),n(122)),d=(n.n(c),n(206),n(179),function(){function e(e,t,n,i,a,s,l,c){var d=this;this.authHttp=e,this.authProvider=t,this.configProvider=n,this.translationProvider=i,this.storage=a,this.envProvider=s,this.analyticsProvider=l,this.goPlProvider=c,this.userData={},this._notificationsTryCount=0,this._userDataSubject=new u.ReplaySubject(1),this.userData$=this._userDataSubject.asObservable(),this._userNotificationsSubject=new u.ReplaySubject(1),this.userNotifications$=this._userNotificationsSubject.asObservable(),this._highLevelNotificationsSubject=new u.ReplaySubject,this.highLevelNotifications$=this._highLevelNotificationsSubject.asObservable(),this._userSessionTime=new u.ReplaySubject,this.userSessionTime$=this._userSessionTime.asObservable(),this._keppAliveEnded=new u.ReplaySubject(1),this.keppAliveEnded$=this._keppAliveEnded.asObservable(),this.userActiveTickets=new r.EventEmitter,this.jokerBetslipUpdated=new r.EventEmitter,this.ticketProcessed=new r.EventEmitter,this.activeTicketAdded=new r.EventEmitter,this.prematchFavorites=new Map,this._prematchFavoritesSubject=new u.ReplaySubject,this.prematchFavorites$=this._prematchFavoritesSubject.asObservable(),this._userLoggedInSubject=new o.Subject,this.userLoggedIn$=this._userLoggedInSubject.asObservable(),this._registerForActiveTicketsSubj=new u.ReplaySubject(1),this.registerForActiveTicketsSubj$=this._registerForActiveTicketsSubj.asObservable(),this.sessionTimer=null,this.navigatedPage={},this.authProvider.loggedIn$.subscribe(function(e){e?d.configProvider.configTerminal&&d.configProvider.configTerminal.KeepAliveEnabled&&d.startKeepAlive():(d.disconnectUserNotification(),d.configProvider.configTerminal&&d.configProvider.configTerminal.KeepAliveEnabled&&d.stopKeepAlive(),d.userPersonalInfo=null)},function(e){d.disconnectUserNotification(),d.configProvider.configTerminal&&d.configProvider.configTerminal.KeepAliveEnabled&&d.stopKeepAlive()}),this.authProvider.tokenRefreshed$.subscribe(function(e){e&&d.authProvider.isLoggedIn()?(d.disconnectUserNotification(!0),d.connectUserNotification()):d.disconnectUserNotification()})}return Object.defineProperty(e.prototype,"OddsRepresentation",{get:function(){return this._userSettings&&this._userSettings.OddsRepresentation?this._userSettings.OddsRepresentation:this.configProvider.configTerminal?this.configProvider.configTerminal.OddsRepresentation:void 0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"userSettings",{get:function(){return this._userSettings},enumerable:!0,configurable:!0}),e.prototype.getCurrentMembershipType=function(){var e=this.authProvider.getAuth();return e?e.membershipType:a.a.TerminalType},e.prototype.initializeLocalSettings=function(){return i.Observable.create(function(e){e.next(!0),e.complete()})},e.prototype.startKeepAlive=function(){var e=this;this.stopKeepAlive(),this.keepAliveTmr||(this.keepAliveTmr=setInterval(function(){e.configProvider&&e.configProvider.configClient&&e.keepAlive().subscribe(function(t){t&&t.LimitReached&&(e._keppAliveEnded.next(t),setTimeout(function(){e._keppAliveEnded.next(!1)},1e3))})},1e4))},e.prototype.stopKeepAlive=function(){this.keepAliveTmr&&(clearInterval(this.keepAliveTmr),this.keepAliveTmr=void 0)},Object.defineProperty(e.prototype,"apiURL",{get:function(){return""+this.configProvider.configClient.UserApiUrl},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"campaignsApiURL",{get:function(){return""+this.configProvider.configClient.CampaignsApiUrl},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"apiNotificationsURL",{get:function(){return""+this.configProvider.configClient.NotificationApiUrl},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"apiTerminalsURL",{get:function(){return""+this.configProvider.configClient.TerminalApiUrl},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"attendantTerminalId",{set:function(e){this.configProvider.attendantTerminalId=e,this.storage.set("app:attendantTerminalId",this.configProvider.attendantTerminalId)},enumerable:!0,configurable:!0}),e.prototype.initialize=function(){var e=new u.ReplaySubject(1);return!this.configProvider.configTerminal.AutomaticLoginEnabled&&"2"!=a.a.TerminalType||this.loggingIn?(this.loggingIn||"2"!=a.a.TerminalType||this.authProvider.logout(),e.next(void 0),e.complete()):this.loginAutomatically().subscribe(function(t){e.next(void 0),e.complete()},function(t){e.next(void 0),e.complete()}),e.asObservable()},e.prototype.login=function(e,t){var n=this,i=new o.Subject;return this.authProvider.login(e,t,a.a.TerminalType).timeout(1e4).take(1).subscribe(function(t){n.loggingIn=!0,setTimeout(function(){n.loggingIn=!1},1e3),n.authHttp.post(n.apiURL+"settings",{MembershipType:t.membershipType}).subscribe(function(e){n._userSettings=e,n.startSessionTimer(),n.handleUserPrematchFavorites(),i.next(),i.complete(),n.tryConnectNotifications()},function(t){n.logout(),i.error({}),i.complete(),console.error(t),"undefined"!=typeof Sentry&&Sentry.withScope(function(n){n.setTag("user",e),n.setTag("occuredAt",new Date),n.setTag("originalError",t?t.originalError:""),n.setTag("error",t),Sentry.captureException(new Error("getting user settings error"))})})},function(e){var t=e.error.error,r=t&&t.length?t.toUpperCase():"INCORRECT_USERNAME_OR_PASSWORD",o=e.error?e.error.error_description.split("error: "):null,a="";"TimeoutError"==e.Name&&(r="TIMEOUT_ERROR"),o&&o.length>1&&(a=o[1]),n.logout(),i.error({MessageKey:r,ErrorCode:a}),i.complete(),console.error(e)}),i.asObservable()},e.prototype.tryConnectNotifications=function(){var e=this,t=new o.Subject;this.connectUserNotification().timeout(1e4).subscribe(function(){e._notificationsTryCount=0,t.next(),t.complete()},function(n){var i="SERVICE_NOT_AVAILABLE";"TimeoutError"==n.Name&&(i="TIMEOUT_ERROR"),t.error({MessageKey:i}),t.complete(),console.error(n),e._notificationsTryCount<15?setTimeout(function(){e.tryConnectNotifications(),e._notificationsTryCount++},1e4):e._notificationsTryCount=0})},e.prototype.startSessionTimer=function(){var e=0,t=localStorage.getItem("userLoginTime");t&&(e=parseInt(t)),this.increaseTime(e)},e.prototype.increaseTime=function(e){var t=this;this.authProvider.isLoggedIn()&&setTimeout(function(){t.isMidnight()&&(e=0),e++,t._userSessionTime.next(new Date(1e3*e).toISOString().substr(11,8)),t.increaseTime(e),t.sessionTimer=e},1e3)},e.prototype.isMidnight=function(){return"00:00:00"==(new Date).toLocaleDateString()},e.prototype.getTimeStamp=function(e){var t=e.split(":");return 60*+t[0]*60+60*+t[1]+ +t[2]},e.prototype.loginAttendant=function(e,t,n){var i=this,r=new o.Subject;return this.authProvider.login(e,t,a.a.TerminalType,n).timeout(1e4).take(1).subscribe(function(e){i.loggingIn=!0,setTimeout(function(){i.loggingIn=!1},1e3),i.authHttp.post(i.apiURL+"settings",{MembershipType:e.membershipType}).subscribe(function(e){i._userSettings=e,i.connectUserNotification().timeout(1e4).subscribe(function(){r.next(),r.complete()},function(e){var t="SERVICE_NOT_AVAILABLE";"TimeoutError"==e.Name&&(t="TIMEOUT_ERROR"),i.logout(),r.error({MessageKey:t}),r.complete(),console.error(e)})},function(e){i.logout(),r.error({}),r.complete(),console.error(e)})},function(e){var t;t=e.error&&"invalid_uid"==e.error.error?"INVALID_UID":"INCORRECT_USERNAME_OR_PASSWORD","TimeoutError"==e.Name&&(t="TIMEOUT_ERROR"),i.logout(),r.error({MessageKey:t}),r.complete(),console.error(e)}),r.asObservable()},e.prototype.setPin=function(e){return"1"==a.a.TerminalType?i.Observable.zip(i.Observable.fromPromise(this.storage.set("app:attendantTerminalId",this.configProvider.attendantTerminalId)),this.authProvider.setPin(e)):this.authProvider.setPin(e)},e.prototype.loginWithPIN=function(e){var t=this,n=new o.Subject;return this.authProvider.loginWithPIN(e).timeout(1e4).take(1).subscribe(function(e){t.loggingIn=!0,setTimeout(function(){t.loggingIn=!1},1e3),t.authHttp.post(t.apiURL+"settings",{MembershipType:e.membershipType}).subscribe(function(i){if(t._userSettings=i,"2"==e.membershipType)t.connectUserNotification().timeout(1e4).subscribe(function(){n.next(),n.complete()},function(e){var i="SERVICE_NOT_AVAILABLE";"TimeoutError"==e.Name&&(i="TIMEOUT_ERROR"),t.disconnectUserNotification(),n.error({MessageKey:i}),n.complete(),console.error(e)});else{var r=t.authProvider.getAuth();t._userName=r.username,Object.assign(t.userData,{userName:t._userName}),t.storage.get("app:attendantTerminalId").then(function(e){t.attendantTerminalId=e,t.connectUserNotification().timeout(1e4).subscribe(function(){n.next(),n.complete()},function(e){var i="SERVICE_NOT_AVAILABLE";"TimeoutError"==e.Name&&(i="TIMEOUT_ERROR"),t.disconnectUserNotification(),n.error({MessageKey:i}),n.complete(),console.error(e)})},function(e){n.error({}),n.complete(),console.error(e)})}},function(e){t.disconnectUserNotification(),n.error({}),n.complete(),console.error(e)})},function(e){var t="INCORRECT_PIN";"TimeoutError"==e.Name&&(t="TIMEOUT_ERROR"),n.error({MessageKey:t}),n.complete(),console.error(e)}),n.asObservable()},e.prototype.loginAutomatically=function(){var e=this,t=new u.ReplaySubject;return this.authProvider.canAttemptAutomaticallLogin().subscribe(function(n){n?e.authProvider.loginAutomatically().timeout(1e4).take(1).subscribe(function(n){e.authHttp.post(e.apiURL+"settings",{MembershipType:n.membershipType}).subscribe(function(r){if(e._userSettings=r,e.handleUserPrematchFavorites(),"2"==n.membershipType)Object.assign(e.userData,{Balance:r?r.Balance:0,LockedBalance:r?r.LockedBalance:0,CurrentPoints:r?r.CurrentPoints:0,UprocessedTicketsCount:r?r.UprocessedTicketsCount:0,UserMembershipType:r?r.UserMembershipType:0,userName:e._userName}),e.startSessionTimer(),t.next(void 0),t.complete(),e.tryConnectNotifications();else{var o=e.authProvider.getAuth();e._userName=o.username,Object.assign(e.userData,{userName:e._userName}),e.storage.get("app:attendantTerminalId").then(function(n){e.configProvider.attendantTerminalId=n,i.Observable.zip(e.connectUserNotification()).timeout(1e4).subscribe(function(){t.next(void 0),t.complete()},function(n){var i="SERVICE_NOT_AVAILABLE";"TimeoutError"==n.Name&&(i="TIMEOUT_ERROR"),e.disconnectUserNotification(),t.error({MessageKey:i}),t.complete(),console.error(n)})},function(e){t.error({}),t.complete(),console.error(e)})}},function(n){e.disconnectUserNotification(),t.error({}),t.complete(),console.error(n),"undefined"!=typeof Sentry&&Sentry.withScope(function(e){e.setTag("user",this.authProvider.getAuth().username),e.setTag("occuredAt",new Date),e.setTag("originalError",n?n.originalError:""),e.setTag("error",n),Sentry.captureException(new Error("getting user settings error"))})})},function(e){t.error(e),t.complete(),console.error(e)}):(e.authProvider.isLoggedIn()&&e.logout(),t.error({}),t.complete())}),t.asObservable()},e.prototype.registrationLogin=function(e){var t=this,n=new o.Subject;return this.authProvider.registrationLogin(e).timeout(1e4).take(1).subscribe(function(e){t.loggingIn=!0,setTimeout(function(){t.loggingIn=!1},1e3),t.authHttp.post(t.apiURL+"settings",{MembershipType:e.membershipType}).subscribe(function(e){t._userSettings=e,t.handleUserPrematchFavorites(),t.connectUserNotification().timeout(1e4).subscribe(function(){n.next(),n.complete()},function(e){var i="SERVICE_NOT_AVAILABLE";"TimeoutError"==e.Name&&(i="TIMEOUT_ERROR"),t.logout(),n.error({MessageKey:i}),n.complete(),console.error(e)})},function(e){t.logout(),n.error({}),n.complete(),console.error(e)})},function(e){var i="INCORRECT_USERNAME_OR_PASSWORD",r=e.error?e.error.error_description.split("error: "):null,o="";"TimeoutError"==e.Name&&(i="TIMEOUT_ERROR"),r&&r.length>1&&(o=r[1]),t.logout(),n.error({MessageKey:i,ErrorCode:o}),n.complete(),console.error(e)}),n.asObservable()},e.prototype.connectUserNotification=function(){var e=this;if(this._notificationsHub&&this.disconnectUserNotification(!0),!this._loginSubj)if(this._loginSubj=new u.ReplaySubject,this._loginObservable=this._loginSubj.asObservable(),this.authProvider.isLoggedIn()){var t=this.authProvider.getAuth();this._userName=t.username,this._notificationsHub=new s.a("accountnotification",{rootPath:this.apiNotificationsURL+"signalr",listeners:{accountDataUpdated:this.accountDataUpdatedCallback.bind(this),notificationRecived:this.notificationRecivedCallback.bind(this),activeTicketsUpdated:this.activeTicketsPerGameRecivedCallback.bind(this),ticketProcessed:this.ticketProcessedCallback.bind(this),activeTicketAdded:this.activeTicketAddedCallback.bind(this),jokerBetslipUpdated:this.jokerBetslipUpdatedCallback.bind(this),playerDivisionChange:this.playerDivisionChangeCallback.bind(this)},methods:["ListenForActiveTicketsChanges"],options:{transport:["serverSentEvents"]},stateChanged:function(t){switch(t.newState){case $.signalR.connectionState.connecting:break;case $.signalR.connectionState.connected:e._registerForActiveTicketsSubj.next(!0);break;case $.signalR.connectionState.reconnecting:case $.signalR.connectionState.disconnected:}},queryParams:{"Accept-Language":this.translationProvider.currentLanguage,LanguageId:this.translationProvider.currentLanguage,Authorization:t.token,TerminalId:""+this.configProvider.terminalId,"Device-Type":this.envProvider.environment.Headers.DeviceType}}),this._notificationsHub.connect()}else this._loginSubj&&(this._loginSubj.next(),this._loginSubj.complete(),this._loginSubj=void 0);return this._loginObservable},e.prototype.accountDataUpdatedCallback=function(e){e&&Object.assign(this.userData,e,{userName:this._userName}),this._userDataSubject.next(this.userData),this._loginSubj&&(this._loginSubj.next(),this._loginSubj.complete(),this._loginSubj=void 0)},e.prototype.registerForActiveTickets=function(e){var t=new u.ReplaySubject(1);return this._notificationsHub.connection.state===$.signalR.connectionState.connected?Object(c.from)(this._notificationsHub.ListenForActiveTicketsChanges(e)).subscribe(function(){t.next(!0),t.complete()},function(){t.next(!1),t.complete()}):(t.next(!1),t.complete()),t.asObservable()},e.prototype.unregisterForActiveTickets=function(){var e=new u.ReplaySubject(1);return this._notificationsHub&&this._notificationsHub.connection.state===$.signalR.connectionState.connected?Object(c.from)(this._notificationsHub.ListenForActiveTicketsChanges()).subscribe(function(){e.next(!0),e.complete()},function(){e.next(!1),e.complete()}):(e.next(!1),e.complete()),e.asObservable()},e.prototype.jokerBetslipUpdatedCallback=function(e){this.jokerBetslipUpdated.emit(e)},e.prototype.playerDivisionChangeCallback=function(e){e&&e.length&&this.userSettings&&(this.userSettings.UserRankImage=e)},e.prototype.activeTicketAddedCallback=function(e){this.activeTicketAdded.emit(e)},e.prototype.activeTicketsPerGameRecivedCallback=function(e){this.userActiveTickets.emit(e)},e.prototype.ticketProcessedCallback=function(e){this.ticketProcessed.emit(e)},e.prototype.getActiveTicketsPerGameType=function(e){return this.authHttp.get(this.apiNotificationsURL+"user/tickets/active/"+e).pipe(Object(l.timeout)(3e4))},e.prototype.disconnectUserNotification=function(e){void 0===e&&(e=!1),this._userDataSubject.next(this.userData),this._loginSubj&&(this._loginSubj.error({}),this._loginSubj.complete(),this._loginSubj=void 0),this._notificationsHub&&(this._notificationsHub.disconnect(),this._notificationsHub=void 0)},e.prototype.logout=function(){this.sessionTimer=null,this.authProvider.logout(),this.attendantTerminalId=void 0,this.disconnectUserNotification(),this.userData={},this.handleUserPrematchFavorites()},e.prototype.handleUserPrematchFavorites=function(){var e=this;this.authProvider.isLoggedIn()&&this.userSettings&&this.userSettings.PersonalSettingsJson&&this.userSettings.PersonalSettingsJson.prematchLeagueFavorites?this.userSettings.PersonalSettingsJson.prematchLeagueFavorites.forEach(function(t){e.prematchFavorites.set(t.leagueId,t.sportId)}):this.prematchFavorites=new Map,this._prematchFavoritesSubject.next(!0)},e.prototype.addLeagueToPrematchFavorites=function(e){if(this.authProvider.isLoggedIn()&&!this.prematchFavorites.has(e.Id)){this.prematchFavorites.set(e.Id,e.SportId),this._prematchFavoritesSubject.next(!0);var t=Array.from(this.prematchFavorites.entries()).map(function(e){return{sportId:e[1],leagueId:e[0]}});this.savePersonalSettingsJSON({prematchLeagueFavorites:t})}},e.prototype.removeLeagueFromPrematchFavorites=function(e){if(this.authProvider.isLoggedIn()&&this.prematchFavorites.has(e.Id)){this.prematchFavorites.delete(e.Id),this._prematchFavoritesSubject.next(!0);var t=Array.from(this.prematchFavorites.entries()).map(function(e){return{sportId:e[1],leagueId:e[0]}});this.savePersonalSettingsJSON({prematchLeagueFavorites:t})}},e.prototype.savePersonalSettingsJSON=function(e){return this.authHttp.post(this.apiURL+"personalsettings",e).pipe(Object(l.timeout)(3e4))},e.prototype.getUserSettings=function(){var e=this,t=new u.ReplaySubject(1);return this.authHttp.post(this.apiURL+"settings",null,{MembershipType:this.getCurrentMembershipType()}).subscribe(function(n){e._userSettings=n,e.sessionTimer||e.startSessionTimer();var i=e.authProvider.getAuth();e._userName=i.username,Object.assign(e.userData,{Balance:n?n.Balance:0,LockedBalance:n?n.LockedBalance:0,CurrentPoints:n?n.CurrentPoints:0,UprocessedTicketsCount:n?n.UprocessedTicketsCount:0,UserMembershipType:n?n.UserMembershipType:0,userName:e._userName}),e._userDataSubject.next(e.userData),t.next(e._userSettings),t.complete()},function(e){t.next(!1),t.complete()}),t.asObservable()},e.prototype.checkUserFieldAvailability=function(e,t){return this.authHttp.post(this.apiURL+"userfieldavailability",{UserField:e,Value:t,MembershipType:this.getCurrentMembershipType()})},e.prototype.checkUserFieldAvailabilityV2=function(e,t){return this.authHttp.post(this.apiURL+"userfieldavailability/v2",{UserField:e,Value:t,MembershipType:this.getCurrentMembershipType()})},e.prototype.register=function(e){return this.authHttp.post(this.apiURL+"mobile/v2/register",e)},e.prototype.registerType4=function(e){return this.authHttp.post(this.apiURL+"v2/register",e)},e.prototype.registerType3=function(e){return this.authHttp.post(this.apiURL+"v2/tz/registration",e)},e.prototype.registerType6=function(e){return this.authHttp.post(this.apiURL+"gh/registration",e)},e.prototype.registerType5=function(e){return this.authHttp.post(this.apiURL+"v2/poland/registration",e)},e.prototype.registerType7=function(e){return this.authHttp.post(this.apiURL+"v2/cz/registration ",e)},e.prototype.registerType9=function(e){return this.authHttp.post(this.apiURL+"v2/hr/registration ",e)},e.prototype.linkRegistration=function(e){return this.authHttp.post(this.apiURL+"v2/cz/linkRegistration",e).pipe(Object(l.timeout)(3e4))},e.prototype.registerConfirm=function(e){return this.authHttp.post(this.apiURL+"register/confirmation",{ActivationCode:e}).timeout(3e4)},e.prototype.registerCodeResend=function(e){return this.authHttp.post(this.apiURL+"mobile/activationcode/resend",e).timeout(3e4)},e.prototype.resendUserConfirmation=function(e){return this.authHttp.post(this.apiURL+"mobile/resendcode",e).timeout(3e4)},e.prototype.registerEmailResend=function(e){return this.authHttp.post(this.apiURL+"resendactivation",e).pipe(Object(l.timeout)(3e4))},e.prototype.registerActivationResend=function(e){return this.authHttp.post(this.apiURL+"resendactivation",e).pipe(Object(l.timeout)(3e4))},e.prototype.securityQuestions=function(){return this.authHttp.get(this.apiURL+"common/securityquestions").timeout(3e4)},e.prototype.personalInfo=function(){return this.authHttp.get(this.apiURL+"details").timeout(3e4)},e.prototype.editUser=function(e,t){var n="editUser";return t&&(n+="/"+t),this.authHttp.post(this.apiURL+n,e).timeout(3e4)},e.prototype.userPreferences=function(){return this.authHttp.get(this.apiURL+"common/userpreferences").timeout(3e4)},e.prototype.postUserPreferences=function(e){return this.authHttp.post(this.apiURL+"userpreferences",{MembershipType:this.getCurrentMembershipType(),UserPreferences:e}).timeout(3e4)},e.prototype.getUserPreferences=function(){return this.authHttp.get(this.apiURL+"userpreferences").timeout(3e4)},e.prototype.enableUserPreferences=function(e){return this.authHttp.post(this.apiURL+"enable/userpreferences",{MembershipType:this.getCurrentMembershipType(),UserPreferences:e}).pipe(Object(l.timeout)(3e4))},e.prototype.userPreferencesInfo=function(){return this.authHttp.post(this.apiURL+"userpreferencesinfo",{MembershipType:this.getCurrentMembershipType()}).timeout(3e4)},e.prototype.securitySettings=function(e,t){return this.authHttp.post(this.apiURL+"securitysettings",{MembershipType:this.getCurrentMembershipType(),SecurityAnswer:e,SecurityQuestionId:t}).timeout(3e4)},e.prototype.oddRepresentationSave=function(e){var t=this;return this.authHttp.post(this.apiURL+"oddsrepresentation/save",{MembershipType:this.getCurrentMembershipType(),OddsRepresentation:e}).timeout(3e4).map(function(n){return n.IsSuccess&&(t._userSettings.OddsRepresentation=e),n})},e.prototype.userPassword=function(e,t,n){return this.authHttp.post(this.apiURL+"userpassword",{NewPassword:e,OldPassword:t,PasswordConfirm:n}).timeout(3e4)},e.prototype.userPasswordType3=function(e,t,n){return this.authHttp.post(this.apiURL+"tz/userpassword",{NewPassword:e,OldPassword:t,PasswordConfirm:n}).timeout(3e4)},e.prototype.userPasswordType6=function(e,t,n){return this.authHttp.post(this.apiURL+"gh/userpassword",{NewPassword:e,OldPassword:t,PasswordConfirm:n}).timeout(3e4)},e.prototype.recentactivities=function(e,t){return this.authHttp.post(this.apiURL+"recentactivities",{MembershipType:this.getCurrentMembershipType(),From:e,To:t}).timeout(3e4)},e.prototype.recoverPasswordUsernameRequest=function(e,t){return this.authHttp.post(this.apiURL+"forgottenpassword",{MembershipType:this.getCurrentMembershipType(),UserField:e,Value:t}).timeout(3e4)},e.prototype.recoverPasswordRequest=function(e,t,n,i){return this.authHttp.post(this.apiURL+"mobile/v2/forgottenpassword/answer",{Username:e,Email:t,SecurityAnswer:i,SecurityQuestionId:n}).timeout(3e4)},e.prototype.recoverPasswordChange=function(e,t,n){return this.authHttp.post(this.apiURL+"recoverypassword",{ActivationCode:e,Password:t,PasswordConfirm:n}).timeout(3e4)},e.prototype.recoverPasswordChangeType3=function(e,t,n){return this.authHttp.post(this.apiURL+"tz/recoverypassword",{ActivationCode:e,Password:t,PasswordConfirm:n}).timeout(3e4)},e.prototype.recoverPasswordChangeType6=function(e,t,n){return this.authHttp.post(this.apiURL+"gh/recoverypassword",{ActivationCode:e,Password:t,PasswordConfirm:n}).timeout(3e4)},e.prototype.passwordResetConfirm=function(e){return this.authHttp.post(this.apiURL+"",{PasswordResetCode:e}).timeout(3e4)},e.prototype.passwordResetCodeResend=function(e){return this.authHttp.post(this.apiURL+"",e).timeout(3e4)},e.prototype.attendantRegisterUser=function(e){return this.authHttp.post(this.apiURL+"attendant/registeruser",e).timeout(3e4)},e.prototype.attendantRegisterUserSimple=function(e){return this.authHttp.post(this.apiURL+"attendant/registeruser/simple",e).pipe(Object(l.timeout)(3e4))},e.prototype.attendantRegisterUserType3=function(e){return this.authHttp.post(this.apiURL+"attendant/registeruser/tz",e).timeout(3e4)},e.prototype.attendatnSearchUser=function(e){return this.authHttp.post(this.apiURL+"attendant/searchuser",{FirstName:e.firstName,LastName:e.lastName,Username:e.username,MembershipType:this.getCurrentMembershipType()}).timeout(3e4)},e.prototype.refererCodeRedeem=function(e){return this.authHttp.get(this.apiURL+"campaigns/code/"+e).timeout(3e4)},e.prototype.countries=function(){return this.authHttp.get(this.apiURL+"common/countries").timeout(3e4)},e.prototype.genders=function(){return this.authHttp.get(this.apiURL+"common/genders").timeout(3e4)},e.prototype.regions=function(e){return this.authHttp.get(this.apiURL+"common/regions/"+e).timeout(3e4)},e.prototype.cities=function(e){return this.authHttp.get(this.apiURL+"common/cities/country/"+e).timeout(3e4)},e.prototype.citiesByRegions=function(e){return this.authHttp.get(this.apiURL+"common/cities/region/"+e).timeout(3e4)},e.prototype.citiesByZipcode=function(e){return this.authHttp.get(this.apiURL+"common/cities/"+e).timeout(3e4)},e.prototype.getCitiesByCounty=function(e){return this.authHttp.get(this.apiURL+"common/cities/county/"+e).pipe(Object(l.timeout)(3e4))},e.prototype.getCountiesByRegion=function(e){return this.authHttp.get(this.apiURL+"common/counties/"+e).pipe(Object(l.timeout)(3e4))},e.prototype.nationalitiesByCountry=function(e){return this.authHttp.get(this.apiURL+"common/nationalities/"+e).timeout(3e4)},e.prototype.onlineIds=function(){return this.authHttp.get(this.apiURL+"attendant/terminals/2").timeout(3e4)},e.prototype.generateString=function(e){return this.authHttp.get(this.apiURL+"common/generatestring/"+e).timeout(3e4)},e.prototype.userDetails=function(e){return this.authHttp.post(this.apiURL+"attendant/userdetails",{MembershipType:this.getCurrentMembershipType(),Username:e}).timeout(3e4)},e.prototype.attendantUserPassword=function(e,t){return this.authHttp.post(this.apiURL+"attendant/userpassword",{MembershipType:this.getCurrentMembershipType(),NewPassword:e,Username:t}).timeout(3e4)},e.prototype.attendantUserPasswordType3=function(e,t){return this.authHttp.post(this.apiURL+"tz/attendant/userpassword",{MembershipType:this.getCurrentMembershipType(),NewPassword:e,Username:t}).timeout(3e4)},e.prototype.changeActiveState=function(e,t){return this.authHttp.post(this.apiURL+"attendant/changeactivestate",{MembershipType:this.getCurrentMembershipType(),UserState:e,Username:t}).timeout(3e4)},e.prototype.attendantRecentactivities=function(e,t,n){return this.authHttp.post(this.apiURL+"attendant/recentactivities",{From:e,MembershipType:this.getCurrentMembershipType(),To:t,Username:n}).timeout(3e4)},e.prototype.attendantEditUser=function(e){return this.authHttp.post(this.apiURL+"attendant/edituser",e).timeout(3e4)},e.prototype.keepAlive=function(){return this.authHttp.post(this.apiURL+"keepalive",{}).timeout(1e4)},e.prototype.notificationRecivedCallback=function(e){this._userNotificationsSubject.next(e),e.Deleted||-1==e.Seen.indexOf("0001-01-01T00:00:00")||("DEPOSIT_TRANSACTION_COMPLETED"==e.Type?(this.analyticsProvider.depositTransaction(JSON.parse(e.Data)),this.goPlProvider.depositTracking(JSON.parse(e.Data))):"WITHDRAW_TRANSACTION_COMPLETED"==e.Type&&this.analyticsProvider.withdrawTransaction(JSON.parse(e.Data)),2==e.Level&&this._highLevelNotificationsSubject.next(e)),this._loginSubj&&(this._loginSubj.next(),this._loginSubj.complete(),this._loginSubj=void 0)},e.prototype.typesOfLicence=function(){return this.authHttp.get(this.apiURL+"typeoflicenses").timeout(3e4)},e.prototype.documentInfo=function(){return this.authHttp.post(this.apiURL+"v2/verificationdocumentinfo",{}).timeout(3e4)},e.prototype.documentsUpload=function(e){return this.authHttp.post(this.apiURL+"verificationdocument",e).timeout(3e4)},e.prototype.getAMLMoneySources=function(){return this.authHttp.get(this.apiURL+"moneysources").timeout(3e4)},e.prototype.getAMLData=function(){return this.authHttp.get(this.apiURL+"amlmoneysource").timeout(3e4)},e.prototype.saveAMLData=function(e){return this.authHttp.post(this.apiURL+"amlmoneysource",e).timeout(3e4)},e.prototype.getProviderBanks=function(e){return this.authHttp.get(this.apiURL+(e?"common/"+e+"/banks":"common/banks")).pipe(Object(l.timeout)(3e4))},e.prototype.getProviderBranchesCode=function(e,t){return this.authHttp.get(this.apiURL+"common/"+e+"/banks/"+t+"/branches").timeout(3e4)},e.prototype.bankInfo=function(){return this.authHttp.post(this.apiURL+"bankinfo",{}).timeout(3e4)},e.prototype.updateBankInfo=function(e){return this.authHttp.post(this.apiURL+"bankdata",e).timeout(3e4)},e.prototype.getUserRestrictions=function(){return this.authHttp.get(this.apiURL+"restrictions/limits").timeout(3e4)},e.prototype.getSelfExclusionReasons=function(){return this.authHttp.get(this.apiURL+"restrictions/reasons").timeout(3e4)},e.prototype.updateUserRestrictions=function(e){return this.authHttp.post(this.apiURL+"restrictions/limits",e).timeout(3e4)},e.prototype.getUserResponsibleGamingInformation=function(){return this.authHttp.get(this.apiURL+"restrictions/limits").pipe(Object(l.timeout)(3e4))},e.prototype.setUserSelfSuspensionAuth=function(e){return this.authHttp.post(this.apiURL+"v2/selfsuspension",e).pipe(Object(l.timeout)(3e4))},e.prototype.setUserSelfExclusionAuth=function(e){return this.authHttp.post(this.apiURL+"v2/selfexclusion",e).pipe(Object(l.timeout)(3e4))},e.prototype.cancelUserSelfExclusion=function(e){return this.authHttp.post(this.apiURL+"selfexclusion/cancel",e).pipe(Object(l.timeout)(3e4))},e.prototype.updateMultipleUserRestrictionsLimitsAuth=function(e){return this.authHttp.post(this.apiURL+"restrictions/v2/limits",e).pipe(Object(l.timeout)(3e4))},e.prototype.getUserSelfSuspension=function(){return this.authHttp.get(this.apiURL+"selfsuspension").pipe(Object(l.timeout)(3e4))},e.prototype.setUserSelfSuspension=function(e){return this.authHttp.post(this.apiURL+"selfsuspension?interval="+e,{}).pipe(Object(l.timeout)(3e4))},e.prototype.getUserSelfExclusion=function(){return this.authHttp.get(this.apiURL+"selfexclusion").pipe(Object(l.timeout)(3e4))},e.prototype.setUserSelfExclusion=function(e){return this.authHttp.post(this.apiURL+"selfexclusion?interval="+e,{}).pipe(Object(l.timeout)(3e4))},e.prototype.getUserRestrictionsLimits=function(){return this.authHttp.get(this.apiURL+"restrictions/limits").pipe(Object(l.timeout)(3e4))},e.prototype.updateUserRestrictionsLimits=function(e){return this.authHttp.post(this.apiURL+"restrictions/update",e).pipe(Object(l.timeout)(3e4))},e.prototype.updateMultipleUserRestrictionsLimits=function(e){return this.authHttp.post(this.apiURL+"restrictions/limits",e).pipe(Object(l.timeout)(3e4))},e.prototype.getTerminalLocations=function(e){return this.authHttp.post(this.apiTerminalsURL+"configuration/terminals",e).pipe(Object(l.timeout)(3e4))},e.prototype.validateCaptcha=function(e){return this.authHttp.post(this.apiURL+"validatecaptcha",e).pipe(Object(l.timeout)(3e4))},e.prototype.getUserReferrals=function(){return this.authHttp.get(this.apiURL+"referrerperformance").pipe(Object(l.timeout)(3e4))},e.prototype.sendPhoneCode=function(e){return this.authHttp.post(this.apiURL+"phone/code",e).pipe(Object(l.timeout)(3e4))},e.prototype.verifyPhoneCode=function(e,t){return this.authHttp.post(this.apiURL+"phone/code/verify",{phoneNumber:e,code:t}).pipe(Object(l.timeout)(3e4))},e.prototype.updateUserResidence=function(e){return this.authHttp.post(this.apiURL+"residence",e).pipe(Object(l.timeout)(3e4))},e.prototype.getUserResidence=function(){return this.authHttp.get(this.apiURL+"residence").pipe(Object(l.timeout)(3e4))},e.prototype.getCampaigns=function(){return this.authHttp.get(this.campaignsApiURL+"available").timeout(3e4)},e.prototype.getBankIdRedirectUrl=function(e){return this.authHttp.post(this.apiURL+"v2/getBankIdRedirectUrl",e).pipe(Object(l.timeout)(3e4))},e.prototype.getMyLimits=function(){return this.authHttp.get(this.apiURL+"gamelimitation").pipe(Object(l.timeout)(3e4))},e.prototype.saveMyLimits=function(e){return this.authHttp.post(this.apiURL+"gamelimitation",e).pipe(Object(l.timeout)(3e4))},e.prototype.getMyLoginLimits=function(){return this.authHttp.get(this.apiURL+"login/limits").pipe(Object(l.timeout)(3e4))},e.prototype.saveMyLoginLimits=function(e){return this.authHttp.post(this.apiURL+"login/limits",e).pipe(Object(l.timeout)(3e4))},e.prototype.getSelfExcludeIntervals=function(){return this.authHttp.get(this.apiURL+"loginselfexclude").pipe(Object(l.timeout)(3e4))},e.prototype.setSelfExclude=function(e){return this.authHttp.post(this.apiURL+"v2/loginselfexclude",e).pipe(Object(l.timeout)(3e4))},e.prototype.getUserVerifications=function(){return this.authHttp.get(this.apiURL+"verifications").pipe(Object(l.timeout)(3e4))},e.prototype.getSmsVerificationCode=function(e){return this.authHttp.get(this.apiURL+"phone/v2/code"+(e?"?activationCodeType="+e:"")).pipe(Object(l.timeout)(3e4))},e.prototype.verifySmsCode=function(e){return this.authHttp.post(this.apiURL+"phone/v2/code/verify",e).pipe(Object(l.timeout)(3e4))},e.prototype.registerType8=function(e){return this.authHttp.post(this.apiURL+"v2/la12/registration",e)},e.prototype.documentTypes=function(){return this.authHttp.get(this.apiURL+"common/typeoflicenses/").pipe(Object(l.timeout)(3e4))},e.prototype.czeBankIdVerification=function(e){return this.authHttp.post(this.apiURL+"czech/bankid",e).pipe(Object(l.timeout)(3e4))},e.prototype.bankAccounts=function(e,t){var n="bank/account"+(t?"/"+t:"");return e?this.authHttp.post(""+this.apiURL+n,e).pipe(Object(l.timeout)(3e4)):this.authHttp.get(""+this.apiURL+n,e).pipe(Object(l.timeout)(3e4))},e.prototype.deleteBankAccount=function(e){return this.authHttp.post(this.apiURL+"bank/account/"+e,{}).pipe(Object(l.timeout)(3e4))},e.prototype.bankIbanCheck=function(e){return this.authHttp.post(this.apiURL+"bank/ibancheck",e).pipe(Object(l.timeout)(3e4))},e.prototype.getCzeUserAMLData=function(){return this.authHttp.get(this.apiURL+"cz/amlmoneysource").pipe(Object(l.timeout)(3e4))},e.prototype.setCzeUserAMLData=function(e){return this.authHttp.post(this.apiURL+"cz/amlmoneysource",e).pipe(Object(l.timeout)(3e4))},e.prototype.getEmploymentTypes=function(){return this.authHttp.get(this.apiURL+"aml/employmentTypes").pipe(Object(l.timeout)(3e4))},e.prototype.getUserBonuses=function(){return this.authHttp.get(this.apiURL+"bonuses").pipe(Object(l.timeout)(3e4))},e.prototype.cancelUserBonus=function(e){return this.authHttp.post(this.apiURL+"bonuses/expire/"+e,{}).pipe(Object(l.timeout)(3e4))},e.prototype.czeExcludeUser=function(e){return this.authHttp.post(this.apiURL+"czech/exclude/"+(e?"permanent":"48hours"),{}).pipe(Object(l.timeout)(3e4))},e.prototype.getUserQuestionareQuestions=function(){return this.authHttp.get(this.apiURL+"questionnaire/questions").pipe(Object(l.timeout)(3e4))},e.prototype.registerType10=function(e){return this.authHttp.post(this.apiURL+"v2/bwin/registration",e)},e.prototype.registerType11=function(e){return this.authHttp.post(this.apiURL+"lepep/registration",e)},e.prototype.registerType13=function(e){return this.authHttp.post(this.apiURL+"v2/bih/registration",e)},e.prototype.registerCodeResendLepep=function(e){return this.authHttp.post(this.apiURL+"lepep/resendcode",e)},e.prototype.getTotalFinancialBalance=function(e,t){return this.authHttp.get(this.apiURL+"financialbalance?gameCategory="+e+"&timespan="+t).pipe(Object(l.timeout)(3e4))},e.prototype.getRegistrationRequiredFields=function(){return this.authHttp.get(this.apiURL+"v2/register/requiredfields").pipe(Object(l.timeout)(3e4))},e}())},,,,,,,,,function(e,t,n){"use strict";n.d(t,"b",function(){return a}),n.d(t,"a",function(){return s});n(0),n(9);var i=n(7),r=(n(8),n(3),n(20)),o=(n.n(r),n(13)),a=function(){var e={};return e[e.Disabled=0]="Disabled",e[e.Enabled=1]="Enabled",e}(),s=function(){function e(e,t,n){var r=this;this.configProvider=e,this.envProvider=t,this.authProvider=n,this.menuItemsString=[],this.menuItemsFiltered=[],this.isAttendant="1"==i.a.TerminalType,this._enableBottomMenuPerPage=1,this.authProvider.loggedIn$.pipe(Object(o.a)(this)).subscribe(function(){r.envProvider.environment.AuthGames&&r.getEnabledItems()})}return e.prototype.ngOnDestroy=function(){},Object.defineProperty(e.prototype,"isBottomMenuEnabledPerPage",{get:function(){return this._enableBottomMenuPerPage},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"enableBottomMenuPerPage",{set:function(e){this._enableBottomMenuPerPage=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"bottomMenuEnabledApp",{get:function(){return this.menuItemsString&&""!=this.menuItemsString&&this.menuItemsFiltered&&this.menuItemsFiltered.length&&this.menuItemsFiltered.length>=1},enumerable:!0,configurable:!0}),e.prototype.initialize=function(){var e=new r.ReplaySubject(1);return this.initialized=!0,this.menuItemsString=this.configProvider.configTerminal.FooterNavigationLinks,this.getEnabledItems(),e.next(!0),e.complete(),e.asObservable()},e.prototype.splitMenuItems=function(){return this.initialized&&this.menuItemsString&&""!=this.menuItemsString?this.menuItemsString.split("|"):""},Object.defineProperty(e.prototype,"authGames",{get:function(){return!this.envProvider.environment.AuthGames||this.authProvider.getAuth()},enumerable:!0,configurable:!0}),e.prototype.getEnabledItems=function(){var e=this;this.menuItemsFiltered=[];var t=this.splitMenuItems();t&&t.forEach(function(t){switch(t){case"SportsBettingPage":1==e.configProvider.configTerminal.SportBettingEnabled&&e.menuItemsFiltered.push("SportsBettingPage");break;case"SportBettingPrematchPage":1==e.configProvider.configTerminal.SportBettingEnabled&&e.menuItemsFiltered.push("SportBettingPrematchPage");break;case"SportsBettingLivePage":1==e.configProvider.configTerminal.LiveBettingEnabled&&e.menuItemsFiltered.push("SportsBettingLivePage");break;case"BingoPage":e.configProvider.configTerminal.BingoEnabled&&e.authGames&&e.menuItemsFiltered.push("BingoPage");break;case"HomePage":e.menuItemsFiltered.push("2"==i.a.TerminalType?"HomePage":"AttendantHomePage");break;case"VirtualRacesPage":e.configProvider.configTerminal.VirtualRacesEnabled&&e.authGames&&e.menuItemsFiltered.push("VirtualRacesPage");break;case"CasinoGoldenracePage":e.configProvider.configTerminal.GoldenRacesEnabled&&e.menuItemsFiltered.push("CasinoGoldenracePage");break;case"KenoV2Page":e.configProvider.configTerminal.KenoEnabled&&e.menuItemsFiltered.push("KenoV2Page");break;case"OryxCasinoPage":e.configProvider.configTerminal.OryxCasinoEnabled&&e.menuItemsFiltered.push("OryxCasinoPage");break;case"CasinoPage":e.configProvider.configTerminal.CasinoAgregatorEnabled&&e.authGames&&e.menuItemsFiltered.push("CasinoPage");break;case"CasinoScratchGamesPage":e.configProvider.configTerminal.CasinoAgregatorEnabled&&e.authGames&&e.menuItemsFiltered.push("CasinoScratchGamesPage");break;case"CouponBettingOfferPage":e.configProvider.configTerminal.CouponBettingEnabled&&e.menuItemsFiltered.push("CouponBettingOfferPage");break;case"CasinoTvbetPage":e.configProvider.configTerminal.TvBetEnabled&&e.menuItemsFiltered.push("CasinoTvbetPage");break;case"OddinPage":e.configProvider.configTerminal.OddinEnabled&&e.menuItemsFiltered.push("OddinPage");break;case"CasinoEndorphinaPage":e.configProvider.configTerminal.EndorphinaEnabled&&e.menuItemsFiltered.push("CasinoEndorphinaPage");break;case"CasinoBetgamesPage":e.configProvider.configTerminal.BetgamesEnabled&&e.menuItemsFiltered.push("CasinoBetgamesPage");break;case"EzugiPage":e.configProvider.configTerminal.EzugiEnabled&&e.menuItemsFiltered.push("EzugiPage");break;case"EmbeddedBonusesPage":e.configProvider.configApplication.BonusPageEnabled&&e.menuItemsFiltered.push("EmbeddedBonusesPage");break;case"EmbeddedPromotionsPage":e.configProvider.configApplication.PromotionsPageEnabled&&e.menuItemsFiltered.push("EmbeddedPromotionsPage");break;case"TerminalLocationsPage":e.configProvider.configTerminal.TerminalLocationsEnabled&&e.menuItemsFiltered.push("TerminalLocationsPage");break;case"MyTicketsPage":e.authProvider.isLoggedIn()&&(e.configProvider.configApplication.TicketHistoryEnabled||e.isAttendant)&&e.menuItemsFiltered.push("MyTicketsPage");break;case"LotteryGamesLobbyPage":e.configProvider.configTerminal.LotteriesLobbyEnabled&&(e.configProvider.configTerminal.BingoEnabled||e.configProvider.configTerminal.BingoPlayEnabled||e.configProvider.configTerminal.KenoEnabled||e.configProvider.configTerminal.KenoPlayEnabled)&&e.menuItemsFiltered.push("LotteryGamesLobbyPage");break;case"VipMembershipPage":e.configProvider.configTerminal.Gamification&&e.configProvider.configTerminal.Gamification.GamificationEnabled&&e.menuItemsFiltered.push("VipMembershipPage");break;case"AviatorPage":e.configProvider.configTerminal.Games.AviatorInNavEnabled&&e.menuItemsFiltered.push("AviatorPage");break;case"PlinkoPage":e.menuItemsFiltered.push("PlinkoPage");break;case"AvionPage":e.menuItemsFiltered.push("AvionPage");break;case"":e.menuItemsFiltered.length=0}return e.menuItemsFiltered})},Object.defineProperty(e.prototype,"filteredMenuItems",{get:function(){return this.menuItemsFiltered},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i}),n.d(t,"b",function(){return r});n(0);var i=function(){var e={};return e[e.None=0]="None",e[e.SportsBetting=1]="SportsBetting",e[e.Keno=2]="Keno",e[e.Bingo=3]="Bingo",e[e.VirtualRaces=4]="VirtualRaces",e[e.KenoV2=5]="KenoV2",e[e.Lotto=6]="Lotto",e}(),r=function(){function e(){}return Object.defineProperty(e.prototype,"activeFAB",{get:function(){return this._activeFAB},set:function(e){this._activeFAB=e},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return d});n(0),n(21);var i,r=n(2),o=(n.n(r),n(3),n(20)),a=(n.n(o),n(28)),s=(n.n(a),n(8),n(10),n(14),n(9),n(104)),u=n(7),l=n(655),c=this&&this.__assign||Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++){t=arguments[n];for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])}return e};!function(e){e[e.Connecting=1]="Connecting",e[e.Connected=2]="Connected",e[e.Reconnecting=3]="Reconnecting",e[e.Disconnected=4]="Disconnected"}(i||(i={}));var d=function(){function e(e,t,n,i,r,a,s){var l=this;this.http=e,this.authHTTP=t,this.configProvider=n,this.envProvider=i,this.translationProvider=r,this.uiProvider=a,this.authProvider=s,this.startRefCount=0,this._connectedSubject=new o.Subject,this.connected$=this._connectedSubject.asObservable(),this._casinoWinnersSubject=new o.ReplaySubject(1),this._casinoWinnersData$=this._casinoWinnersSubject.asObservable().debounceTime(300),this._currentUserPointsChangedSubject=new o.ReplaySubject(1),this._currentUserPointsChangedSubject$=this._currentUserPointsChangedSubject.asObservable().debounceTime(300),this._currentUserInfoSubject=new o.Subject,this._currentUserInfoSubject$=this._currentUserInfoSubject.asObservable().debounceTime(300),this.userTorunamentPositionSubject=new o.Subject,this.userTorunamentPosition$=this.userTorunamentPositionSubject.asObservable().debounceTime(300),this.evonaJackpotsSubject=new o.ReplaySubject(1),this.evonaJackpots$=this.evonaJackpotsSubject.asObservable(),this.allJackpotsUpdatedSubject=new o.ReplaySubject(1),this.allCasinoJackpots$=this.allJackpotsUpdatedSubject.asObservable(),this.tournamentsSubject=new o.ReplaySubject(1),this.tournaments$=this.tournamentsSubject.asObservable().debounceTime(300),this.connectionStateSubject=new o.ReplaySubject(1),this.connectionState$=this.connectionStateSubject.asObservable().debounceTime(300),this.sections=[],this.favorites=[],this.providers=[],this.tournaments=[],this.gamesJackpots=[],this.evonaJackpots=[],this.gameSelected=null,this.gameSource=new o.BehaviorSubject(this.gameSelected),this.casinoSelectedGame=this.gameSource.asObservable(),this.userApp="2"==u.a.TerminalType,this.userSessionSubject=new o.Subject,this.userSessionSubject$=this.userSessionSubject.asObservable(),this.eventPromotionsEndedSubject=new o.Subject,this.eventPromotionsEndedSubject$=this.eventPromotionsEndedSubject.asObservable(),this.userInactivityTimeoutSubject=new o.Subject,this.userInactivityTimeout$=this.userInactivityTimeoutSubject.asObservable(),this.lobbyItemsWithOrder=[],this.categories=[],this.navbarCategories=[],this.authProvider.loggedIn$.subscribe(function(e){l.loggedIn=e})}return Object.defineProperty(e.prototype,"apiNotificationsURL",{get:function(){return""+this.configProvider.configClient.NotificationApiUrl},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"url",{get:function(){if(this.configProvider&&this.configProvider.configClient&&this.configProvider.configClient.CasinoApiUrl)return this.configProvider.configClient.CasinoApiUrl},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"clientId",{get:function(){return this.userClientId?this.userClientId:this.envProvider.environment.API.ClientId},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"userClientId",{get:function(){return localStorage.getItem("userClientId")},enumerable:!0,configurable:!0}),e.prototype.start=function(){if(this.startRefCount++,this.initialized&&1==this.startRefCount)return this.running=!0,this.startConnection();var e=new o.ReplaySubject(1);return e.next(!1),e.complete(),e.asObservable()},e.prototype.startConnection=function(){var e=this;if(this.userApp){if(this.configProvider&&this.configProvider.configClient){var t=new o.ReplaySubject(1);return this._casinoHub=new s.a("casino",{rootPath:this.apiNotificationsURL+"signalr",autoConnect:!1,listeners:{casinoWin:this.casinoWinnersCallback.bind(this)},methods:["RegisterForLatestWinners"],stateChanged:function(n){switch(n.newState){case $.signalR.connectionState.connecting:break;case $.signalR.connectionState.connected:e.connected=!0;var i=[];i.push(e.registerForLatestWinners()),r.Observable.zip.apply(r.Observable,i).subscribe(function(){t.next(e.connected),t.complete()});break;case $.signalR.connectionState.reconnecting:break;case $.signalR.connectionState.disconnected:t.next(e.connected),t.complete(),setTimeout(function(){e.running&&e._casinoHub.connect()},1e3)}}}),this._casinoHub.connect(),t.asObservable()}this.configProvider.configClient$.subscribe(function(t){t&&e.startConnection()})}},e.prototype.stop=function(){if(this.startRefCount--,0==this.startRefCount)return this.disconnectOryxHub()},e.prototype.disconnectOryxHub=function(){this.running=!1,this._casinoHub&&(this._casinoHub.disconnect(),this._casinoHub=void 0)},e.prototype.registerForLatestWinners=function(){var e=new o.ReplaySubject(1);return this._casinoHub&&this._casinoHub.connection.state===$.signalR.connectionState.connected?r.Observable.fromPromise(this._casinoHub.RegisterForLatestWinners(this.clientId)).subscribe(function(){e.next(!0),e.complete()},function(){e.next(!1),e.complete()}):(e.next(!1),e.complete()),e.asObservable()},e.prototype.casinoWinnersCallback=function(e){this.winners=e,this._casinoWinnersSubject.next(this.winners)},e.prototype.getCasinoLobby=function(){return this.authHTTP.get(this.url+"/casino/v2/"+this.clientId+"/lobby")},e.prototype.getLobbyOrder=function(e){var t=this;e.tournamentStatuses&&e.tournamentStatuses.length&&(e.tournamentStatuses=e.tournamentStatuses.filter(function(e){return e.tournamentsCount}));var n=[];if(this.configProvider&&this.configProvider.configTerminal&&this.configProvider.configTerminal.CasinoLobby){var i=["categories","jackpots","promotions","providers","themes","tournamentStatuses","lastPlayedGames","winners"];return this.configProvider.configTerminal.CasinoLobby.split("|").forEach(function(r,o){if(-1!==i.indexOf(r))switch(r){case"winners":n.push({key:r,lobbyOrder:o+1});break;case"categories":n.push({key:r,lobbyOrder:o+1,data:e.categories});break;case"jackpots":n.push({key:r,lobbyOrder:o+1,data:e.jackpots});break;case"promotions":n.push({key:r,lobbyOrder:o+1,data:e.promotions}),t.getInfinitePromotions(e.promotions);break;case"providers":n.push({key:r,lobbyOrder:o+1,data:e.providers});break;case"themes":n.push({key:r,lobbyOrder:o+1,data:e.themes});break;case"tournamentStatuses":n.push({key:r,lobbyOrder:o+1,data:e.tournamentStatuses});break;case"lastPlayedGames":n.push({key:r,lobbyOrder:o+1,data:e.lastPlayedGames})}else{var a=e.sections.find(function(e){return e.originTitle===r});if(a){var s={key:a.originTitle,lobbyOrder:o+1,data:a,isSection:!0};-1===n.findIndex(function(e){return e.key===s.key})&&n.push(s)}}}),this.lobbyItemsWithOrder=n.sort(function(e,t){return e.lobbyOrder-t.lobbyOrder}),this.lobbyItemsWithOrder}},e.prototype.getCasinoV2Categories=function(){var e=this;return this.http.get(this.url+"/casino/v2/"+this.clientId+"/categories").pipe(Object(a.map)(function(t){return e.categories=t,e.navbarCategories=e.categories.filter(function(e){return e.navigation}),t}))},e.prototype.getCasinoPromotionsGames=function(e){return this.http.get(this.url+"/casino/"+this.clientId+"/event/"+e+"/games")},e.prototype.getCasinoWinners=function(e){return this.authHTTP.get(this.url+"/casino/v2/"+this.clientId+"/winners/"+e)},e.prototype.getInfinitePromotions=function(e){var t,n=[];t=1===e.length?1:e.length>=2&&e.length<=5?10:7;for(var i=0;i<t;i++)n.push.apply(n,e.map(function(e){return c({},e)}));var r=e.length;return{visiblePromotions:n,middleSlide:Math.floor(t/2)*r,originalLength:r}},e.prototype.getCasinoTournamentsByStatus=function(e){return this.authHTTP.get(this.url+"/casino/v2/"+this.clientId+"/tournaments/"+e)},e.prototype.getProvidersByTag=function(e){return this.authHTTP.get(this.url+"/casino/v2/"+this.clientId+"/category/"+e+"/providers")},e.prototype.initialize=function(){var e=new o.ReplaySubject(1);return this.initialized=!0,e.next(this.initialized),e.complete(),this.startRefCount>0?(this.running=!0,this.startConnection()):e.asObservable()},e.prototype.getLatestWinners=function(){return this.http.get(this.url+"/casino/"+this.clientId+"/lastwinners").pipe(Object(a.timeout)(3e4))},e.prototype.login=function(e,t,n,i){void 0===i&&(i=!1);var r=new o.Subject;return this.authHTTP.post(n?this.url+"/casino/"+this.clientId+"/anonymous/login":this.url+"/casino/"+this.clientId+"/login",{providerId:e,gameCode:t,timezoneOffset:0,lobbyUrl:u.a.MobileWeb?this.configProvider.configTerminal.MobileWebUrl:"http://localhost/#/games/agregator",oddsRepresentation:this.configProvider.configTerminal.OddsRepresentation,bonusPlay:i}).subscribe(function(e){r.next(e),r.complete()},function(e){r.error(e),r.complete()}),r.asObservable()},e.prototype.logout=function(e,t){var n=new o.Subject,i={providerId:e,token:t};return this.userTorunamentPositionSubject.next(0),this.authHTTP.post(this.url+"/casino/"+this.clientId+"/logout",i).subscribe(function(e){n.next(e),n.complete()},function(e){n.error(e),n.complete()}),n.asObservable()},e.prototype.getZoneOffset=function(){return((new Date).getTimezoneOffset()>0?"-":"")+Math.abs((new Date).getTimezoneOffset())/60},e.prototype.getOryxCategories=function(){var e=this;return new Promise(function(t,n){e.http.get(e.configProvider.configClient.CasinoApiUrl+"/casino/"+e.clientId+"/categories").subscribe(function(e){t(e)},function(e){n(e)})})},e.prototype.getOryxProviders=function(){var e=this;return new Promise(function(t,n){e.providers&&e.providers.length?t(e.providers):e.http.get(e.configProvider.configClient.CasinoApiUrl+"/casino/"+e.clientId+"/providers").subscribe(function(n){e.providers=n,t(n)},function(e){n(e)})})},e.prototype.getSelectedGame=function(e){var t=this,n=new o.Subject,i=[];return"all"!==e?"favorites"===e?this.getFavoriteGames():"mostplayed"===e?this.getMostPlayed():this.getAllGamesByCategory(e):(i.push(this.getOryxProviders()),i.push(this.getMostPlayed()),r.Observable.zip.apply(r.Observable,i).subscribe(function(t){"all"===e&&t.unshift({all:!0}),n.next(t),n.complete()},function(e){console.log(e),t.uiProvider.toastCreate("SERVICE_NOT_AVAILABLE","error",3e3),n.error(e),n.complete()}),n.asObservable())},e.prototype.getMostPlayed=function(){var e=this,t=new o.Subject;return this.authHTTP.get(this.url+"/casino/"+this.clientId+"/provider/games/top?limit=10").subscribe(function(e){t.next(e),t.complete()},function(n){console.log(n,"cold not get most played games"),e.uiProvider.toastCreate("SERVICE_NOT_AVAILABLE","error",3e3),t.error(n),t.complete()}),t.asObservable()},e.prototype.getMostPlayedGames=function(e,t,n){var i=this,r=new o.Subject;return this.authHTTP.get(this.url+"/casino/"+this.clientId+"/games/top?\n          categoryId="+e+"&providerId="+t+"&limit="+n).subscribe(function(e){r.next(e),r.complete()},function(e){console.log(e),r.error(e),r.complete(),i.uiProvider.toastCreate("SERVICE_NOT_AVAILABLE","error",3e3)}),r.asObservable()},e.prototype.filterGamesByProviderAndCategory=function(e,t){return e.find(function(e){return e.provider.id==t})},e.prototype.getAllGamesByProvider=function(e){var t=this,n=new o.Subject;return this.authHTTP.get(this.url+"/casino/"+this.clientId+"/provider/"+e+"/games").subscribe(function(e){n.next(e),n.complete()},function(e){console.log(e),n.error(e),n.complete(),t.uiProvider.toastCreate("SERVICE_NOT_AVAILABLE","error",3e3)}),n.asObservable()},e.prototype.getAllGamesByCategory=function(e){var t=this,n=new o.Subject;return this.authHTTP.get(this.url+"/casino/"+this.clientId+"/category/"+e+"/games").subscribe(function(e){n.next(e),n.complete()},function(e){console.log(e),n.error(e),n.complete(),t.uiProvider.toastCreate("SERVICE_NOT_AVAILABLE","error",3e3)}),n.asObservable()},e.prototype.getFavoriteGames=function(){var e=this,t=new o.Subject;return this.authProvider.isLoggedIn()?this.authHTTP.get(this.url+"/casino/"+this.clientId+"/games/favorites"+(this.configProvider.configTerminal.CasinoAgregatorEnabled?"/v2":"")).subscribe(function(e){t.next(e),t.complete()},function(n){console.log(n,"could not get favorites"),t.error(n),t.complete(),e.uiProvider.toastCreate("SERVICE_NOT_AVAILABLE","error",3e3)}):(t.next([]),t.complete()),t.asObservable()},e.prototype.addGameToFavorites=function(e){var t=this;return new Promise(function(n,i){t.authHTTP.post(t.url+"/casino/"+t.clientId+"/games/favorites/"+e,{}).subscribe(function(e){n(e)},function(e){i(e)})})},e.prototype.removeGameFromFavorites=function(e){var t=this;return new Promise(function(n,i){t.authHTTP.delete(t.url+"/casino/"+t.clientId+"/games/favorites/"+e).subscribe(function(e){n(e)},function(e){i(e)})})},e.prototype.searchGamesByName=function(e){return this.authHTTP.get(this.url+"/casino/"+this.clientId+"/games?name="+e)},e.prototype.getFavoritesV2=function(){return this.authHTTP.get(this.url+"/casino/"+this.clientId+"/games/favorites/v2")},e.prototype.getCasinoSections=function(){if(this.configProvider&&this.configProvider.configClient&&this.configProvider.configClient.CasinoApiUrl)return this.authHTTP.get(this.configProvider.configClient.CasinoApiUrl+"/casino/"+this.clientId+"/"+(this.loggedIn?"authorize/sections":"sections"))},e.prototype.getCasinoFilters=function(){return this.authHTTP.get(this.url+"/casino/filters")},e.prototype.getCasinoFilteredGames=function(e){var t=this.url+"/casino/"+this.clientId+"/games/v2";if(e&&Object.keys(e).length>0){var n=new URLSearchParams;for(var i in e){var r=e[i];null!==r&&void 0!==r&&""!==r&&n.set(i,r.toString())}var o=n.toString();o&&(t+="?"+o)}return this.authHTTP.get(t)},e.prototype.getOryxProvidersV2=function(){if(this.configProvider&&this.configProvider.configClient&&this.configProvider.configClient.CasinoApiUrl)return this.authHTTP.get(this.configProvider.configClient.CasinoApiUrl+"/casino/"+this.clientId+"/providers/V2")},e.prototype.getOryxProviderByIdV2=function(e){if(this.configProvider&&this.configProvider.configClient&&this.configProvider.configClient.CasinoApiUrl)return this.authHTTP.get(this.configProvider.configClient.CasinoApiUrl+"/casino/"+this.clientId+"/providers/"+e)},e.prototype.loadCasinoDataV2=function(){var e=this,t=new o.ReplaySubject,n=function(e){t.error(e),t.complete(),console.error(e)},i=[];return this.authProvider.loggedIn$.subscribe(function(t){t?e.getFavoritesV2().subscribe(function(t){t?Object.assign(e.favorites,t):e.favorites=[]}):e.favorites=[]}),this.sections=[],i.push(this.getCasinoSections()),this.providers&&0!=this.providers.length&&this.sections&&0!=this.sections.length?(t.next(!0),t.complete()):(i.push(this.getOryxProvidersV2()),r.Observable.zip.apply(r.Observable,i).subscribe(function(n){n&&(Object.assign(e.sections,n[0]),Object.assign(e.providers,n[1]),e.userApp&&(e.getCasinoTournaments().subscribe(function(t){e.tournaments=t,e.tournamentsSubject.next(e.tournaments)},function(t){e.tournaments=[]}),e.getCasinoJackpots()),t.next(!0),t.complete())},n)),t.asObservable()},e.prototype.loadCasinoDataV3=function(){var e=this,t=new o.ReplaySubject,n=function(e){t.error(e),t.complete(),console.error("Error in loadCasinoDataV3:",e)};return this.loadFavorites(),r.Observable.zip(this.getCasinoLobby(),this.getCasinoV2Categories()).subscribe(function(i){var r=i[0],o=i[1];try{e.lobbyItemsWithOrder=e.getLobbyOrder(e.mapLobbyData(r)),e.categories=o;var a=e.categories.find(function(e){return e.name.toLowerCase().includes("most")});e.mostPlayedTag=a||null,t.next(!0),t.complete()}catch(e){n(e)}},n),t.asObservable()},e.prototype.mapLobbyData=function(e){return e.themes&&e.themes.forEach(function(e){e.games.forEach(function(t){t.tagId=e.tagId})}),e},e.prototype.loadFavorites=function(){var e=this;this.authProvider.loggedIn$.subscribe(function(t){t?e.getFavoritesV2().subscribe(function(t){t?Object.assign(e.favorites,t):e.favorites=[]}):e.favorites=[]})},e.prototype.eventCasinoGamesUpdated=function(e){this.userSessionSubject.next(e)},e.prototype.eventInactivityTimeout=function(e){this.userInactivityTimeoutSubject.next(e)},e.prototype.eventJackpotsUpdated=function(e){this.prepareJackpots(e)},e.prototype.prepareJackpots=function(e){var t=this;e.forEach(function(e){var n=t.gamesJackpots.findIndex(function(t){return t.providerId==e.providerId&&t.jackpotType==e.jackpotType});-1!=n?(e.changed=t.gamesJackpots[n].amount!=e.amount,t.gamesJackpots[n]=e,setTimeout(function(){t.gamesJackpots[n].changed=!1},1e3)):t.gamesJackpots.push(e)})},e.prototype.eventEvonaJackpotsUpdated=function(e){var t=this;e.forEach(function(e){var n=t.evonaJackpots.findIndex(function(t){return t.id===e.id});-1!==n?(t.evonaJackpots[n].currentValue=e.currentValue,e.isActive||t.evonaJackpots.splice(n,1),t.evonaJackpots[n].duration=t.prepareJackpotDuration(t.evonaJackpots[n])):t.getCasinoJackpots()}),this.evonaJackpotsSubject.next(this.evonaJackpots)},e.prototype.eventTournamentUpdated=function(e){this.tournaments&&this.tournaments.length&&this.tournaments.forEach(function(t){var n=e.find(function(e){return e.tournamentId==t.tournamentId});n&&(t.players=n.players)}),this._currentUserPointsChangedSubject.next(!0)},e.prototype.eventTournamentBonusUpdated=function(e){var t=this;this.getCasinoTournaments().subscribe(function(e){t.tournaments=e,t.tournamentsSubject.next(t.tournaments)},function(e){t.tournaments=[]})},e.prototype.eventCasinoSessionClose=function(e){this.userSessionSubject.next({closeSession:!0,message:e})},e.prototype.eventPromotionsEnded=function(e){this.eventPromotionsEndedSubject.next(e)},e.prototype.eventTournamentPositionUpdated=function(e){void 0!==e&&e.position?(this.userTorunamentPositionSubject.next(e.position),this.tournamentRemaining=this.calculateTournamentRemaining(e.tournamentEndDate)):this.userTorunamentPositionSubject.next(0)},e.prototype.calculateTournamentRemaining=function(e){var t=new Date,n=new Date(e).getTime()-t.getTime();return Math.ceil(n/864e5)},e.prototype.sendCasinoSelectedGame=function(e){this.gameSource.next(e)},e.prototype.getCasinoTournaments=function(){if(this.userApp&&this.configProvider&&this.configProvider.configClient&&this.configProvider.configClient.CasinoApiUrl)return this.authHTTP.get(this.configProvider.configClient.CasinoApiUrl+"/tournaments/"+this.clientId,{headers:{TerminalId:""+this.configProvider.terminalId}})},e.prototype.getCasinoPromotions=function(e){var t=this.url+"/casino/v2/"+this.clientId+"/events";if(e&&Object.keys(e).length>0){var n=new URLSearchParams;for(var i in e)null!=e[i]&&n.set(i,e[i].toString());t+="?"+n.toString()}return this.authHTTP.get(t)},e.prototype.getCasinoTournamentById=function(e){if(this.userApp&&this.configProvider&&this.configProvider.configClient&&this.configProvider.configClient.CasinoApiUrl)return this.authHTTP.get(this.configProvider.configClient.CasinoApiUrl+"/tournaments/"+this.clientId+"?tournamentId="+e,{headers:{TerminalId:""+this.configProvider.terminalId}})},e.prototype.getCasinoTournamentsAllPlayers=function(e){if(this.userApp&&this.configProvider&&this.configProvider.configClient&&this.configProvider.configClient.CasinoApiUrl)return this.authHTTP.get(this.configProvider.configClient.CasinoApiUrl+"/tournaments/"+e+"/player",{headers:{TerminalId:""+this.configProvider.terminalId}})},e.prototype.getCasinoTournamentPlayersByGame=function(e){if(this.userApp&&this.configProvider&&this.configProvider.configClient&&this.configProvider.configClient.CasinoApiUrl)return this.authHTTP.get(this.configProvider.configClient.CasinoApiUrl+"/tournaments/playerInfo?gameCode="+e,{headers:{TerminalId:""+this.configProvider.terminalId}})},e.prototype.getCasinoJackpots=function(){var e=this;this.authHTTP.get(this.url+"/casino/"+this.clientId+"/jackpots").subscribe(function(t){var n=["DAILY","MONTHLY","WEEKLY"];t.forEach(function(t){t.name=n[t.type],t.duration=e.prepareJackpotDuration(t)}),e.evonaJackpots=t,e.evonaJackpotsSubject.next(t)},function(t){e.evonaJackpots=[]})},e.prototype.prepareJackpotDuration=function(e){var t=new Date,n=new Date(e.expirationTime)-t;return n>0?n/1e3:0},e.prototype.webSocketConnect=function(){var e=this;if(!this.connectRequested){this.connectRequested=!0,this.autoReconnect=!0;var t=this.url.replace("https","wss")+"/ws/casino";this.connection=new l.a(""+t.replace("/api/","/")),this.connection.connectionMethods.onConnected=function(){console.log("You are now connected! Connection ID: "+e.connection.connectionId),e.connectionState=i.Connected,e.connectionStateSubject.next(e.connectionState),e.connection.invoke("RegisterForJackpots",e.configProvider.terminalId),e.connection.invoke("RegisterForTournaments",e.configProvider.terminalId)},this.connection.connectionMethods.onDisconnected=function(){console.log("Disconnected!",e.connection.connectionId),e.connectionState=i.Disconnected,e.connectionStateSubject.next(e.connectionState),e.autoReconnect&&setTimeout(function(){e.connection.start()},3e3)},this.connection.clientMethods.eventJackpotsUpdated=this.eventJackpotsUpdated.bind(this),this.connection.clientMethods.eventEvonaJackpotsUpdated=this.eventEvonaJackpotsUpdated.bind(this),this.connection.clientMethods.eventCasinoSessionUpdated=this.eventCasinoGamesUpdated.bind(this),this.connection.clientMethods.eventInactiveUserUpdated=this.eventInactivityTimeout.bind(this),this.connection.clientMethods.eventTournamentPlayerUpdated=this.eventTournamentPositionUpdated.bind(this),this.connection.clientMethods.eventTournamentsUpdated=this.eventTournamentUpdated.bind(this),this.connection.clientMethods.eventTournamentBonusUpdated=this.eventTournamentBonusUpdated.bind(this),this.connection.clientMethods.eventCasinoSessionClose=this.eventCasinoSessionClose.bind(this),this.connection.clientMethods.eventPromotionsEnded=this.eventPromotionsEnded.bind(this),this.connection.clientMethods.eventAllJackpotsUpdated=this.eventAllJackpotsUpdated.bind(this),this.connection.start(),setTimeout(function(){e.connectRequested=!1},3e3)}},e.prototype.webSocketDisconnect=function(){this.autoReconnect=!1,this.connection&&this.connectionState!=i.Disconnected&&(this.connectionState=i.Disconnected,this.connectionStateSubject.next(i.Disconnected),this.connection.stop(),console.log("casino connection disconnected"))},e.prototype.casinoTournamentPlaceListen=function(e,t,n){void 0===n&&(n=!0),this.tournaments&&this.tournaments.length&&this.connection&&this.checkTournamentWithGame(t,n)&&(n?this.connection.invoke("RegisterForPlace",t,e):this.connection.invoke("UnregisterForPlace"))},e.prototype.checkTournamentWithGame=function(e,t){if(!t)return!0;var n=this.tournaments.filter(function(e){return"RUNNING"==e.tournamentStatus});return n&&n.length},e.prototype.userSessionListen=function(e,t,n){void 0===n&&(n=!0),this.connection&&(n?this.connection.invoke("RegisterForSession",e,this.configProvider.terminalId,t):this.connection.invoke("UnregisterForSession"))},e.prototype.eventAllJackpotsUpdated=function(e){this.allJackpotsUpdatedSubject.next(e)},e.prototype.getCasinoBonusGames=function(e){return this.authHTTP.get(this.url+"/casino/"+this.clientId+"/bonus/games/"+e)},e.prototype.getCasinoQuestGames=function(e){return this.authHTTP.get(this.url+"/casino/"+this.clientId+"/quests/games/"+e)},e.prototype.getCasinoBonusFreeSpinsGames=function(e){return this.authHTTP.get(this.url+"/casino/"+this.clientId+"/freebet/games/"+e)},e.prototype.getAllPlayersFromCasinoTournament=function(e,t,n){if(this.userApp&&this.configProvider&&this.configProvider.configClient&&this.configProvider.configClient.CasinoApiUrl)return this.authHTTP.get(this.configProvider.configClient.CasinoApiUrl+"/tournaments/"+this.clientId+"/"+e+"/players?limit="+n+"&offset="+t,{headers:{TerminalId:""+this.configProvider.terminalId}})},e.prototype.getAllGamesFromCasinoTournament=function(e,t,n){if(this.userApp&&this.configProvider&&this.configProvider.configClient&&this.configProvider.configClient.CasinoApiUrl)return this.authHTTP.get(this.configProvider.configClient.CasinoApiUrl+"/tournaments/"+this.clientId+"/"+e+"/games?limit="+n+"&offset="+t,{headers:{TerminalId:""+this.configProvider.terminalId}})},e.prototype.getCasinoSectionGames=function(e,t,n){return this.authHTTP.get(this.url+"/casino/"+this.clientId+"/sections/"+e+"?limit="+t+"&offset="+n)},e}()},,,function(e,t,n){"use strict";n.d(t,"a",function(){return u});n(0),n(248),n(54),n(31),n(33),n(251),n(22),n(9),n(93);var i=n(60),r=(n.n(i),n(66),n(3),n(10),n(2)),o=(n.n(r),n(19)),a=(n.n(o),n(125),n(41),n(498)),s=(n.n(a),n(111),n(293),n(176),n(71),n(140),n(80),n(8),n(252),n(155),n(294),n(206),n(58),n(164),n(47),n(295),n(296),n(133),n(59),n(253),n(7)),u=(n(179),n(21),n(5),n(249),n(156),n(68),n(297),n(79),n(173),function(){function e(e,t,n,r,o,a,s,u,l,c,d,m,p,h,f,g,y,v,b,M,S,P,T,k,E,A,C,O,I,_,j,w,B,N,H,R,D,z,L,J,F){this.http=e,this.authHttp=t,this.configurationProvider=n,this.translationProvider=r,this.sportsBettingProvider=o,this.sportBettingLiveClientProvider=a,this.sportBettingTicketProvider=s,this.kenoTicketProvider=u,this.bannersProvider=l,this.authProvider=c,this.anonymousAuthProvider=d,this.kenoProvider=m,this.userProvider=p,this.accountingProvider=h,this.ticketProvider=f,this.envProvider=g,this.betgamesProvider=y,this.zenProvider=v,this.googleSearchConsoleProvider=b,this.googleAnalyticsProvider=M,this.userNotifications=S,this.bingoProvider=P,this.bingoTicketProvider=T,this.virtualGamesProvider=k,this.virtualGamesTicketProvider=E,this.ezugiProvider=A,this.oryxCasinoProvider=C,this.tawkToProvider=O,this.supportBoxProvider=I,this.facebookPixelProvider=_,this.goPlProvider=j,this.footerMenuProvider=w,this.platform=B,this.casinoProvider=N,this.optionalCookies=H,this.KenoV2Provider=R,this.kenoTicketV2Provider=D,this.sportRadarAnaliticsProvider=z,this.lotteryPlayProvider=L,this.lottoTicketProvider=J,this.gaidProvider=F,this._initializedSubject=new i.ReplaySubject(1),this.initialized$=this._initializedSubject.asObservable(),this.initialized=!1}return Object.defineProperty(e.prototype,"_baseURL",{get:function(){return this.envProvider.environment.API.URL.Terminal+"/configuration"},enumerable:!0,configurable:!0}),e.prototype.initialize=function(){var e=this,t=new o.Subject,n=function(n){t.error(n),t.complete(),e._initializedSubject.next(!1),e.initialized=!1,console.error(n)};return this.envProvider.initialize().subscribe(function(){e.userProvider.initializeLocalSettings().subscribe(function(){var i=void 0;if(e.authProvider.isLoggedIn()){var o=e.authProvider.getAuth();e.configurationProvider.configClient&&(e.authProvider.isAdmin()||e.configurationProvider.configClient.DefaultTerminalId==o.terminalId?e.authProvider.isAdmin()&&e.configurationProvider.configClient.DefaultTerminalId!=e.configurationProvider.attendantTerminalId&&(i=e.configurationProvider.attendantTerminalId):i=o.terminalId)}e.configurationProvider.initialize(i).subscribe(function(){var i=e.configurationProvider.configTerminal;i&&i.LandingPageDisabled&&e.bannersProvider.bannerTypes.push(6),e.userProvider.initialize().subscribe(function(i){var o=function(i){i&&e.sendVersionInfo(i),e.translationProvider.initialize().take(1).subscribe(function(){var i=[];i.push(e.authProvider.initialize()),i.push(e.ticketProvider.initialize()),"2"==s.a.TerminalType&&(i.push(e.bannersProvider.initialize()),i.push(e.anonymousAuthProvider.initialize())),e.configurationProvider.configTerminal.CasinoAgregatorEnabled&&i.push(e.oryxCasinoProvider.initialize()),e.configurationProvider.configTerminal.KenoEnabled&&(i.push(e.KenoV2Provider.initialize()),i.push(e.kenoTicketV2Provider.initialize())),e.configurationProvider.configTerminal.LottoEnabled&&i.push(e.lottoTicketProvider.initialize()),e.configurationProvider.configTerminal.BetgamesEnabled&&i.push(e.betgamesProvider.initialize()),e.configurationProvider.configTerminal.EzugiEnabled&&i.push(e.ezugiProvider.initialize()),e.configurationProvider.configTerminal.BingoEnabled&&(i.push(e.bingoProvider.initialize()),i.push(e.bingoTicketProvider.initialize())),e.configurationProvider.configTerminal.VirtualRacesEnabled&&(i.push(e.virtualGamesProvider.initialize()),i.push(e.virtualGamesTicketProvider.initialize())),e.configurationProvider.configTerminal.LoteryGamesEnabled&&i.push(e.lotteryPlayProvider.initialize()),e.configurationProvider.configTerminal.FooterNavigationLinks&&""!=e.configurationProvider.configTerminal.FooterNavigationLinks&&i.push(e.footerMenuProvider.initialize()),r.Observable.zip.apply(e,i).subscribe(function(){var i=[];(1==e.configurationProvider.configTerminal.SportBettingEnabled||1==e.configurationProvider.configTerminal.LiveBettingEnabled)&&i.push(e.sportBettingTicketProvider.initialize()),e.authProvider.isLoggedIn()&&"2"!==e.authProvider.getAuth().membershipTypeToken&&i.push(e.accountingProvider.initialize()),e.configurationProvider&&e.configurationProvider.configTerminal.UserMenuSystemMessagesEnabled&&i.push(e.userNotifications.initialize()),i.length?r.Observable.zip.apply(e,i).subscribe(function(){t.next(),t.complete(),e._initializedSubject.next(!0),e.initialized=!0,"2"==s.a.TerminalType&&e.loadExternalScripts()},n):(t.next(),t.complete(),e._initializedSubject.next(!0),e.initialized=!0,"2"==s.a.TerminalType&&e.loadExternalScripts())},n)},n)};if(e.authProvider.isLoggedIn()){var a=e.authProvider.getAuth();e.authProvider.isAdmin()&&!e.configurationProvider.attendantTerminalId?e.configurationProvider.configClient.DefaultTerminalId==a.terminalId?(e.authProvider.logout(),o()):e.configurationProvider.initialize(a.terminalId).subscribe(function(e){o(a.terminalId)},n):a&&e.configurationProvider.configClient&&(!e.authProvider.isAdmin()&&e.configurationProvider.configClient.DefaultTerminalId!=a.terminalId||e.authProvider.isAdmin()&&e.configurationProvider.configClient.DefaultTerminalId!=e.configurationProvider.attendantTerminalId)?e.configurationProvider.initialize(a.terminalId).subscribe(function(e){o(a.terminalId)},n):o(a.terminalId)}else o()},n)},n)},n)},function(n){console.error(n),t.error(n),t.complete(),e._initializedSubject.next(!1),e.initialized=!1}),t.asObservable()},e.prototype.loadExternalScripts=function(){var e=this;setTimeout(function(){var t=[],n=e.envProvider.environment;e.configurationProvider.configTerminal.ZendeskChatEnabled&&t.push(e.zenProvider.initialize()),e.configurationProvider.configTerminal.TawkToChatEnabled&&t.push(e.tawkToProvider.initialize()),e.configurationProvider.configTerminal.SupportBoxChatEnabled&&t.push(e.supportBoxProvider.initialize()),s.a.GoogleAnalyticsTrackerId&&t.push(e.googleAnalyticsProvider.initialize()),s.a.FacebookPixelId&&t.push(e.facebookPixelProvider.initialize(s.a.FacebookPixelId)),n.GoPlKey&&t.push(e.goPlProvider.initialize(n.GoPlKey)),n.OptionalCookies&&e.optionalCookies.initialize(),n.SportRadarKey&&e.sportRadarAnaliticsProvider.initialize(n.SportRadarKey),n.GAID&&e.gaidProvider.initialize(),t.push(e.casinoProvider.loadEvolutionGames()),r.Observable.zip.apply(e,t).subscribe(function(){},function(){})},100)},e.prototype.sendVersionInfo=function(e){if(this.authProvider.isAdmin()){this.authHttp.post(this._baseURL+"/"+e+"/version",{Version:this.envProvider.environment.Version,VersionInfo:(s.a.MobileWeb?this.envProvider.environment.Version:s.a.AppVersion)+" - mobileweb - "+s.a.BuildTag}).timeout(1e4)}},e}())},,,,function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0),n(21),n(3),n(8);var i=function(){function e(e,t,n){this.authHttp=e,this.configProvider=t,this.envProvider=n}return Object.defineProperty(e.prototype,"url",{get:function(){if(this.configProvider&&this.configProvider.configClient&&this.configProvider.configClient.GamificationApiUrl)return this.configProvider.configClient.GamificationApiUrl},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"clientId",{get:function(){return this.userClientId?this.userClientId:this.envProvider.environment.API.ClientId},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"userClientId",{get:function(){return localStorage.getItem("userClientId")},enumerable:!0,configurable:!0}),e.prototype.getProgress=function(){return this.authHttp.get(this.url+"/Players/progress")},e.prototype.getVIPRanks=function(){return this.authHttp.get(this.url+"/VIP/ranks")},e.prototype.buyDivision=function(e){return this.authHttp.post(this.url+"/VIP/divisions/buy?price="+e,{})},e.prototype.getWagerBonus=function(){return this.authHttp.get(this.url+"/WagerBonus")},e.prototype.purchaseWagerBonus=function(e){return this.authHttp.post(this.url+"/WagerBonus/purchase?wagerBonusId="+e,{})},e.prototype.activateWagerBonus=function(e){return this.authHttp.post(this.url+"/WagerBonus/activate/"+e,{})},e.prototype.getWheels=function(){return this.authHttp.get(this.url+"/Wheels"+(this.buyEnabled?"":"/available"))},e.prototype.buyWheel=function(e,t){return this.authHttp.post(this.url+"/Wheels/"+e+"/buy/"+t,{})},e.prototype.spinWheel=function(e){return this.authHttp.post(this.url+"/Wheels/"+e+"/spin",{})},e.prototype.getBattlepass=function(){return this.authHttp.get(this.url+"/BattlePass/active")},e.prototype.getUsersBattlepass=function(){return this.authHttp.get(this.url+"/BattlePass/active/user")},e.prototype.getUsersBattlepassHistory=function(e,t){return this.authHttp.get(this.url+"/BattlePass/history/user?limit="+e+"&offset="+t)},e.prototype.buyBattlepass=function(e){return this.authHttp.post(this.url+"/BattlePass/"+e+"/buy",{})},e.prototype.getInventory=function(){return this.authHttp.get(this.url+"/Inventory/1")},e.prototype.claimAward=function(e){return this.authHttp.post(this.url+"/Awards/"+e+"/claim",{})},e.prototype.getInventoryAwards=function(e,t,n){var i="";return t?i="?limit="+t+"&offset="+n:e&&(i="?limit=6&offset=0"),this.authHttp.get(this.url+"/Awards/user/"+(e?"2":"1")+i)},e.prototype.getInventoryWagerBonus=function(e,t,n){var i="";return t?i="?limit="+t+"&offset="+n:e&&(i="?limit=6&offset=0"),this.authHttp.get(this.url+"/WagerBonus/user/"+(e?"2":"1")+i)},e.prototype.getInventoryWheels=function(e,t,n){var i="";return t?i="?limit="+t+"&offset="+n:e&&(i="?limit=6&offset=0"),this.authHttp.get(this.url+"/Wheels/user/"+(e?"2":"1")+i)},e.prototype.getInventoryChests=function(e,t,n){var i="";return t?i="?limit="+t+"&offset="+n:e&&(i="?limit=6&offset=0"),this.authHttp.get(this.url+"/Chests/user/"+(e?"2":"1")+i)},e.prototype.getInventoryKeys=function(e,t,n){var i="";return t?i="?limit="+t+"&offset="+n:e&&(i="?limit=6&offset=0"),this.authHttp.get(this.url+"/Keys/user/"+(e?"2":"1")+i)},e.prototype.getRaces=function(e,t,n){if(e)return this.authHttp.get(this.url+"/races/active");return this.authHttp.get(this.url+"/races/active?raceId="+n+"&limit=10&offset="+10*t)},e.prototype.getChests=function(e){return this.authHttp.get(e?this.url+"/Chests?id="+e:this.url+"/Chests"+(this.buyEnabled?"":"/available"))},e.prototype.chestAction=function(e){return this.authHttp.post(this.url+"/Chests/open?userChestId="+e,{})},e.prototype.buyChests=function(e,t){return this.authHttp.post(this.url+"/Chests/"+e+"/buy/"+t,{})},e.prototype.getKeys=function(e){return this.authHttp.get(e?this.url+"/Keys?id="+e:this.url+"/Keys"+(this.buyEnabled?"":"/available"))},e.prototype.buyKey=function(e,t){return this.authHttp.post(this.url+"/Keys/"+e+"/buy/"+t,{})},e.prototype.buyChestKey=function(e,t,n){return n?this.buyChests(e,t):this.buyKey(e,t)},e.prototype.getChestKey=function(e,t){return t?this.getChests(e):this.getKeys(e)},e.prototype.cancelBattlePass=function(e){return this.authHttp.post(this.url+"/BattlePass/cancel?battlepassId="+e.battlepassId+"&userId="+e.userId,{})},Object.defineProperty(e.prototype,"buyEnabled",{get:function(){return this.configProvider.configTerminal.Gamification.GamificationBuyEnabled},enumerable:!0,configurable:!0}),e.prototype.getCollectables=function(e){return void 0===e&&(e=null),this.authHttp.get(this.url+"/collectibles/"+(e||"active"))},e.prototype.collectCollectables=function(e){return this.authHttp.post(this.url+"/collectibles/"+e+"/collect",{})},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return u});n(0),n(21);var i=n(19),r=(n.n(i),n(42),n(66),n(22),n(9),n(3),n(14),n(10),n(76),n(17)),o=(n.n(r),n(8),n(28)),a=(n.n(o),n(13)),s=this&&this.__assign||Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++){t=arguments[n];for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])}return e},u=function(){function e(e,t,n,r,o,s,u,l,c,d,m,p,h){var f=this;this.authHttp=e,this.storage=t,this.uiProvider=n,this.configProvider=r,this.translateProvider=o,this.authProvider=s,this.userProvider=u,this.currencyPipe=l,this.sportBettingUtilProvider=c,this.sportBettingOfferProvider=d,this.envProvider=m,this.oddPipe=p,this.http=h,this.calculateInProgressSubject=new i.Subject,this.calculateInProgress$=this.calculateInProgressSubject.asObservable(),this.availableTicketTypes={Normal:0,System:5,BetBuilder:6},this._calculateDebouncedUntil=new Date,this._bettingGameType=1,this._isBusy=!1,this._isTicketRepeatDialogVisible=!1,this._isTicketPreparedDialogVisible=!1,this._fixToggling=!1,this.ticketAuthTime=90,this._ticketBetsModifiedSubj=new i.Subject,this.ticketBetsModified$=this._ticketBetsModifiedSubj.asObservable(),this._ticketTypeSubject=new i.Subject,this.ticketType$=this._ticketTypeSubject.asObservable(),this._betBuilderBetsModifiedSubj=new i.Subject,this.betBuilderBetsModified$=this._betBuilderBetsModifiedSubj.asObservable(),this._isBusySubject=new i.Subject,this.isBusy$=this._isBusySubject.asObservable(),this._isTicketRepeatDialogVisibleSubject=new i.Subject,this.isTicketRepeatDialogVisible$=this._isTicketRepeatDialogVisibleSubject.asObservable(),this._isTicketPreparedDialogVisibleSubject=new i.Subject,this.isTicketPreparedDialogVisible$=this._isTicketPreparedDialogVisibleSubject.asObservable(),this._ticketCalculateSubject=new i.Subject,this.ticketCalculate$=this._ticketCalculateSubject.asObservable(),this._calculatingSubject=new i.Subject,this.calculating$=this._calculatingSubject.asObservable(),this.editedTicketSubject=new i.Subject,this.editedTicket$=this.editedTicketSubject.asObservable(),this._ticket={PreparedTicketIdentifier:void 0,ClubTicketBonusItems:[],JokerBetSlipItems:[],JokerBetSlipPriceItems:[],JokerBetSlipOddsAdvantages:[],OddBonusId:0,OddBonusMode:0,OddMultiplier:0,OddBonusJokerType:null,PayIn:void 0,PayInPerTicketLocked:!1,BetsAnimationEnabled:!0,TicketType:this.availableTicketTypes.Normal,GameType:this._bettingGameType,NumberOfFixedBets:0,Bets:[],GroupedBets:[],Errors:[],AvailableSystems:[],AvailableBetGroups:[],SystemResults:[],ErrorMaxBets:!1,HasTicketErrors:!1,HasBetErrors:!1,HasOddChanges:!1,Settings:{AcceptAllChanges:!1,AcceptHigherOdds:!1,IsQuickTicket:!1,OddsChangePercentAccepted:0,IgnoreOddsChange:!1,SplitTicketChosen:!1},EncryptedTicketPin:void 0,EncryptedTicketControlSign:void 0,PredefinedPayins:[],BetAmount:void 0,ServiceChargeAmount:void 0,ServiceChargePercent:void 0,MinPayIn:void 0,MaxPayIn:void 0,SystemMinPayIn:void 0,MinOdds:void 0,MaxOdds:void 0,AverageOdds:void 0,TotalOdds:void 0,MinWin:void 0,MaxWin:void 0,TotalWin:void 0,WinBonus:void 0,WinTax:void 0,WinTaxPercent:void 0,CombinationCount:void 0,BetSlipBonusType:void 0,AnonymousTicket:!1,UseBonusCredit:!1,BetSplitAvailable:!1},this.ticket=this._ticket,this.betBuilderBets=[],this._enabledBetSlipBonusToggle=!1,this.attachTicket=function(){f._ticket.AnonymousTicket=!1,setTimeout(function(){f.ticket=f._ticket}),f._ticket.BetsAnimationEnabled=!0},this.repeatDialogYes=function(){f.isTicketRepeatDialogVisible=!1},this.preparedDialogYes=function(){f._isTicketPreparedDialogVisible=!1},d.liveUpdate$.subscribe(function(e){f.liveUpdateCallback(e)}),this.configProvider.configTerminal$.subscribe(function(t){f.httpProvider=e}),this.ticketCalculate$.pipe(Object(a.a)(this)).subscribe(function(e){f._calculatingSubject.next(!0),f.timeoutHandle&&(clearTimeout(f.timeoutHandle),f.timeoutHandle=void 0),f.timeoutHandle=setTimeout(function(){f.calculateTicket()},1e3)})}return e.prototype.enableBetSlipBonusToggle=function(e){this._enabledBetSlipBonusToggle=e},Object.defineProperty(e.prototype,"isBusy",{get:function(){return this._isBusy},set:function(e){this._isBusy=e,this._isBusySubject.next(this._isBusy)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"quickBetActive",{get:function(){return this._quickBetActive},set:function(e){this._quickBetActive=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ticketConfiguration",{get:function(){return this._ticketConfiguration},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isTicketRepeatDialogVisible",{set:function(e){this._isTicketRepeatDialogVisible=e,this._isTicketRepeatDialogVisibleSubject.next(this._isTicketRepeatDialogVisible)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isTicketPreparedDialogVisible",{set:function(e){this._isTicketPreparedDialogVisible=e,this._isTicketPreparedDialogVisibleSubject.next(this._isTicketPreparedDialogVisible)},enumerable:!0,configurable:!0}),e.prototype.ngOnDestroy=function(){},Object.defineProperty(e.prototype,"bettingAPI",{get:function(){return""+this.configProvider.configClient.BettingApiUrl},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"clubAPI",{get:function(){return""+this.configProvider.configClient.ClubApiUrl},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ticketAPI",{get:function(){return""+this.configProvider.configClient.TicketApiUrl},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isBetSlipBonusSwitchEnabled",{get:function(){return 1!=this._ticket.OddBonusMode&&this._enabledBetSlipBonusToggle},enumerable:!0,configurable:!0}),e.prototype.detachTicket=function(){var e=this;this._ticket.BetsAnimationEnabled=!1,setTimeout(function(){e.ticket=Object.assign({},e._ticket)})},Object.defineProperty(e.prototype,"isTicketLocked",{get:function(){return this._isBusy||this._isTicketRepeatDialogVisible},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isTicketBusy",{get:function(){return this._isBusy},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isRepeatDialogVisible",{get:function(){return this._isTicketRepeatDialogVisible},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isPreparedDialogVisible",{get:function(){return this._isTicketPreparedDialogVisible},enumerable:!0,configurable:!0}),e.prototype.forceTicketCalculate=function(){this._ticketCalculateSubject.next(!0)},e.prototype.changeTicketType=function(e){this._ticket.TicketType!=e&&(this.isTicketLocked?this.uiProvider.toastCreate("SPORT_TICKET_TOASTER_LOCKED_MESSAGE","warning"):(this._ticket.TicketType=e,e==this.availableTicketTypes.System&&(this._ticket.Bets.forEach(function(e){e.isFixed=!1}),this.updateNumberOfFixes()),0!=this._ticket.OddBonusMode&&(this._ticket.PayIn=this.getDefaultStake(),this.resetAllBonuses()),this.selectDefaultSystem(),this.resetCalculationAndErrors(),this._ticketCalculateSubject.next(!0),this.storage.set("app:sportTicket",JSON.stringify(this._ticket)),this._ticketTypeSubject.next(this._ticket.TicketType)))},e.prototype.selectDefaultSystem=function(){r.each(this._ticket.AvailableSystems,function(e){e.PayIn=0,e.PayInPerCombination=0,e.Selected=!1});var e=r.last(this._ticket.AvailableSystems);if(e&&e){var t=this.ticket.PayIn>this.ticket.SystemMinPayIn?this.ticket.PayIn:this.ticket.SystemMinPayIn;e.PayIn=t,e.PayInPerCombination=t,e.Selected=!0}},e.prototype.getUserBonuses=function(){var e=this;return new Promise(function(t,n){!e.authProvider.isLoggedIn()||"WebUser"!==e.authProvider.getAuth().role&&"ExternalUser"!==e.authProvider.getAuth().role?(e.clearBonuses(),t()):e.httpProvider.post(e.clubAPI+"bonuses",{BonusTypes:[0]}).subscribe(function(n){if(n.Result){if(e._ticket.ClubTicketBonusItems=n.Result.ClubTicketBonusItems,e._ticket.JokerBetSlipItems=n.Result.JokerBetSlipItems,e._ticket.JokerBetSlipPriceItems=n.Result.JokerBetSlipPriceItems,e._ticket.JokerBetSlipOddsAdvantages=n.Result.JokerBetSlipOddsAdvantages,e._ticket.ClubTicketBonusItems.length)for(var i=0,r=e._ticket.ClubTicketBonusItems;i<r.length;i++){var o=r[i];o.WinIncrease=3===e._ticket.OddBonusMode?e._ticket.MaxWin-100/(o.Value+100)*e._ticket.MaxWin:o.Value/100*e._ticket.MaxWin}}else e.clearBonuses();t()},function(n){e.clearBonuses(),t()})})},e.prototype.removeBonus=function(e){return this._ticket.JokerBetSlipItems[e].Count>1?this._ticket.JokerBetSlipItems[e].Count=this._ticket.JokerBetSlipItems[e].Count-1:this._ticket.JokerBetSlipItems.splice(e,1),this.ticket.JokerBetSlipItems=this._ticket.JokerBetSlipItems,this._ticket.JokerBetSlipItems},e.prototype.addBonus=function(e){this._ticket.JokerBetSlipItems.push(e)},e.prototype.clearBonuses=function(){this._ticket.OddBonusId=0,this._ticket.OddBonusMode=0,this._ticket.OddMultiplier=0,this._ticket.OddBonusJokerType=null,this._ticket.ClubTicketBonusItems=[],this._ticket.JokerBetSlipItems=[],this._ticket.JokerBetSlipPriceItems=[],this._ticket.JokerBetSlipOddsAdvantages=[]},e.prototype.toggleBet=function(e,t,n,i,r,o){if(e&&t&&n){var a={Match:e,Offer:t,Odd:n,IsValid:!0,HasErrors:!1,Game:t.GameId,isFixed:o},s=this.indexOfBet(a);-1===s||a.Odd.BetBuilderOdd?-1!==s&&a.Odd.BetBuilderOdd?this.deleteBetBuilderBet(s,a):(!e.IsLiveMatchAvailable||t.Active&&t.IsEnabled&&n.Active)&&this.addBet(a,i):this.deleteBet(s,r)}},e.prototype.placeBet=function(e,t,n,i){var r={Match:e,Offer:t,Odd:n,IsValid:!0,HasErrors:!1,Game:t.GameId};-1===this.indexOfBet(r)&&this.addBet(r,i)},e.prototype.hasBet=function(e,t,n){this.indexOfBet({Match:e,Offer:t,Odd:n,IsValid:!0,HasErrors:!1,Game:t.GameId})},e.prototype.calculateTicketSystems=function(e){for(var t=0,n=0;n<e.length;n++){var i=e[n];if(i.PayIn&&i.Selected)for(var r=0;r<this._ticket.AvailableSystems.length;r++)if(this._ticket.AvailableSystems[r].TypeFrom===i.TypeFrom){this._ticket.AvailableSystems[r].PayIn=i.PayIn,this._ticket.AvailableSystems[r].PayInPerCombination=i.PayIn/this._ticket.AvailableSystems[r].CombinationsCount,this._ticket.AvailableSystems[r].Selected=!0,t++;break}}t>0&&this._ticketCalculateSubject.next(!0)},e.prototype.clearSystemsSelection=function(){this._ticket.AvailableSystems.forEach(function(e){e.Selected=!1})},e.prototype.addBet=function(e,t,n){if(this.isTicketLocked)this.uiProvider.toastCreate("SPORT_TICKET_TOASTER_LOCKED_MESSAGE","warning");else if("-"!==this.sportBettingUtilProvider.formatOdd(e.Odd.Odd))if(e.Odd.Active)if(this.isTicketBusy)this.uiProvider.toastCreate("SPORT_TICKET_TOASTER_BUSY_MESSAGE","warning");else if(e.Match=this.prepareTicketMatch(e.Match),e.Id=e.Match.Id+"_"+e.Offer.Id+"_"+e.Odd.OrigName,e.selectedGroup=void 0,e.isFixed=e.isFixed,e.Errors=[],e.Odd.BetBuilderOdd&&!n)this.prepareBetBuilderBets(e);else{if(e.Odd.BetBuilderOdd||e.Offer.IgnoreAllowedBetCombinations||this.removeForbiddenBetCombinations(e),5==this._ticket.TicketType){this.clearSystemsSelection();var i=this._ticket.Bets.filter(function(e){return"FIX"==e.Group}).length;if(this._ticket.Bets.length-i>=this._ticketConfiguration.SystemTicketMaxBets)return void this.uiProvider.toastCreate("SPORT_TICKET_TOASTER_MAX_BETS_ON_SYSTEM_MESSAGE","warning")}else if(this._ticket.Bets.length>=this._ticketConfiguration.BetSlipMaxBets)return void this.uiProvider.toastCreate("SPORT_TICKET_TOASTER_MAX_BETS_MESSAGE","warning");this._ticket.Bets.push(e),this.quickBetActive&&this.authProvider.isLoggedIn()&&!this.authProvider.isAdmin()?this.envProvider.environment.TicketAutoConfirm?this.submitV2():this.submit():this._ticketCalculateSubject.next(!0),this.storage.set("app:sportTicket",JSON.stringify(this._ticket)),void 0!==t&&t(null,e),this._ticketBetsModifiedSubj.next({operation:"added",bet:e})}else this.uiProvider.toastCreate("SPORT_TICKET_TOASTER_ODD_DISABLED_MESSAGE","warning");else this.uiProvider.toastCreate("SPORT_TICKET_TOASTER_ODD_DISABLED_MESSAGE","warning")},e.prototype.removeForbiddenBetCombinations=function(e){for(var t,n=function(n){var o=i._ticket.Bets[n];if(!o.Odd.BetBuilderOdd&&e.Match.Id==o.Match.Id){(!e.Offer.AllowedBetTypeCombinations||void 0==r.find(e.Offer.AllowedBetTypeCombinations,function(e){return e.Id==parseFloat(o.Offer.BetTypeKey)}))&&(i._ticket.Bets.splice(n,1),i._ticketBetsModifiedSubj.next({operation:"removed",bet:o}),n--)}t=n},i=this,o=0;o<this._ticket.Bets.length;o++)n(o),o=t;this.groupTicketBets()},e.prototype.removeForbiddenBetBuilderCombinations=function(e){for(var t=0;t<this.betBuilderBets.length;t++){var n=this.betBuilderBets[t];if(e.Match.Id==n.matchId)for(var i=function(t){var i=n.betBuilderBets[t],a=!e.Offer.AllowedBetBuilderCombinations||0==e.Offer.AllowedBetBuilderCombinations.length||void 0==r.find(e.Offer.AllowedBetBuilderCombinations,function(e){return e==parseFloat(i.Offer.BetTypeKey)});a||(a=e.Offer.Id==i.Offer.Id&&e.Odd.Id!=i.Odd.Id),a&&(n.betBuilderBets.splice(t,1),o._ticketBetsModifiedSubj.next({operation:"removed",bet:i}))},o=this,a=0;a<n.betBuilderBets.length;a++)i(a)}},e.prototype.removeBet=function(e,t){var n=this.indexOfBet(e);-1!==n&&this.deleteBet(n,t)},e.prototype.prepareBetBuilderBets=function(e){e.Offer.IgnoreAllowedBetCombinations||this.removeForbiddenBetBuilderCombinations(e);var t=[];if(this.betBuilderBets.length>0){var n=r.find(this.betBuilderBets,function(t){return t.matchId==e.Match.Id});if(n)n.betBuilderBets.push(e),t=n.betBuilderBets;else{(i={matchId:e.Match.Id,betBuilderBets:[]}).betBuilderBets.push(e),this.betBuilderBets.push(i),t=i.betBuilderBets}}else{this.betBuilderBets=[];var i;(i={matchId:e.Match.Id,betBuilderBets:[]}).betBuilderBets.push(e),this.betBuilderBets.push(i),t=i.betBuilderBets}this._ticketBetsModifiedSubj.next({operation:"added",bet:e}),this.calculateBetBuilderBet(t)},e.prototype.addBetBuilderBetToTicket=function(e,t){var n,i=this._ticket.AvailableBetGroups;if(e.length>1){this._ticket.TicketType!=this.availableTicketTypes.BetBuilder&&this.changeTicketType(this.availableTicketTypes.BetBuilder);for(var o=0,a=e;o<a.length;o++){var s=a[o];s.Group=t||(i.length>0?i[i.length-1]:"A"),this.addBet(s,void 0,!0)}}else e[0].BetBuilderOdd=!1,this.addBet(e[0],void 0,!0);var u=r.find(this.betBuilderBets,function(t,i){return n=i,t.matchId==e[0].Match.Id});u&&this.betBuilderBets.splice(n,1),0==this.betBuilderBets.length&&(this.betBuilderBets=[]),u.betBuilderBets=[],u.totalOdds=0,this._betBuilderBetsModifiedSubj.next(u)},e.prototype.clearBetBuilderSelection=function(e){var t=this,n=r.find(this.betBuilderBets,function(t){return t.matchId==e});n&&(r.forEach(n.betBuilderBets,function(e){t._ticketBetsModifiedSubj.next({operation:"removed",bet:e})}),n.betBuilderBets=[],n.totalOdds=0,this._betBuilderBetsModifiedSubj.next(n))},e.prototype.deleteBetBuilderBet=function(e,t){if(this.betBuilderBets.length>0){var n,i=r.find(this.betBuilderBets,function(e,i){return n=i,e.matchId==t.Match.Id});i&&i.betBuilderBets.splice(e,1),0==i.betBuilderBets.length?(this.betBuilderBets.splice(n,1),this._betBuilderBetsModifiedSubj.next(i)):this.calculateBetBuilderBet(i.betBuilderBets),this._ticketBetsModifiedSubj.next({operation:"removed",bet:t})}},e.prototype.deleteBet=function(e,t,n){if(this.isTicketLocked)this.uiProvider.toastCreate("SPORT_TICKET_TOASTER_LOCKED_MESSAGE","warning");else{var i=this._ticket.Bets.splice(e,1)[0];5==this._ticket.TicketType&&this.clearSystemsSelection(),this._ticket.Bets.length>0&&(this.groupTicketBets(!0),this._ticketCalculateSubject.next(!0)),0===this._ticket.Bets.length?(this.resetTicket(),this.impersonationData=void 0):1===this._ticket.Bets.length&&this.changeTicketType(this.availableTicketTypes.Normal),this.updateNumberOfFixes(),this.storage.set("app:sportTicket",JSON.stringify(this._ticket)),void 0!==t&&t(null,i),this._ticketBetsModifiedSubj.next({operation:"removed",bet:i})}},e.prototype.updateNumberOfFixes=function(){var e=this;this._ticket.NumberOfFixedBets=0,r.each(this._ticket.Bets,function(t){t.isFixed&&e._ticket.NumberOfFixedBets++})},e.prototype.resetTicket=function(){this._ticket.PreparedTicketIdentifier=void 0,this._ticket.PayInPerTicketLocked=!1,this._ticket.PayIn=this.getDefaultStake(),this._ticket.TicketType=this.availableTicketTypes.Normal,this._ticket.GameType=this._bettingGameType,this._ticket.NumberOfFixedBets=0,this._ticket.Bets=[],this._ticket.GroupedBets=[],this._ticket.Errors=[],this._ticket.AvailableSystems=[],this._ticket.AvailableBetGroups=[],this._ticket.SystemResults=[],this._ticket.ErrorMaxBets=!1,this._ticket.HasTicketErrors=!1,this._ticket.HasBetErrors=!1,this._ticket.OddBonusId=0,this._ticket.OddBonusMode=0,this._ticket.OddMultiplier=0,this._ticket.OddBonusJokerType=null,this._ticket.Settings.IgnoreOddsChange=!1,this._ticket.EncryptedTicketPin=void 0,this._ticket.EncryptedTicketControlSign=void 0,this._ticket.BetAmount=void 0,this._ticket.ServiceChargeAmount=void 0,this._ticket.ServiceChargePercent=void 0,this._ticket.MinPayIn=void 0,this._ticket.MaxPayIn=void 0,this._ticket.MinOdds=void 0,this._ticket.MaxOdds=void 0,this._ticket.AverageOdds=void 0,this._ticket.TotalOdds=void 0,this._ticket.MinWin=void 0,this._ticket.MaxWin=void 0,this._ticket.TotalWin=void 0,this._ticket.WinBonus=void 0,this._ticket.WinBonusTax=void 0,this._ticket.WinTax=void 0,this._ticket.WinTaxPercent=void 0,this._ticket.CombinationCount=void 0,this._ticket.UseBonusCredit=!1,this._ticket.BetSplitAvailable=!1,this._ticket.Settings.SplitTicketChosen=this.configProvider.configTerminal.SplitTicketToggleDefault,this.resetAllBonuses(),this.storage.set("app:sportTicket",JSON.stringify(this._ticket)),this._ticketTypeSubject.next(this._ticket.TicketType)},e.prototype.toggleFix=function(e){this._fixToggling||(this.isTicketLocked?this.uiProvider.toastCreate("SPORT_TICKET_TOASTER_LOCKED_MESSAGE","warning"):(this._fixToggling=!0,e.isFixed=!e.isFixed,this.updateNumberOfFixes(),this._ticketCalculateSubject.next(!0),this.storage.set("app:sportTicket",JSON.stringify(this._ticket))))},e.prototype.selectBetSlipBonus=function(e){this.ticket.BetSlipBonusType=e},e.prototype.toggleSystemSelection=function(e){e.Selected?(e.PayIn=this._ticket.SystemMinPayIn,e.PayInPerCombination=this._ticket.SystemMinPayIn/e.CombinationsCount):(e.PayIn=0,e.PayInPerCombination=0),this._ticketCalculateSubject.next(!0),this.storage.set("app:sportTicket",JSON.stringify(this._ticket))},e.prototype.changeGroup=function(e,t){this.isTicketLocked?this.uiProvider.toastCreate("SPORT_TICKET_TOASTER_LOCKED_MESSAGE","warning"):(e.Group=t,e.isFixed="FIX"==t,this.updateNumberOfFixes(),this._ticketCalculateSubject.next(!0),this.storage.set("app:sportTicket",JSON.stringify(this._ticket)))},Object.defineProperty(e.prototype,"preparedTicketIdentifier",{get:function(){return this._ticket.PreparedTicketIdentifier},enumerable:!0,configurable:!0}),e.prototype.handleTicketPayIn=function(e,t,n){if(e.length>0){if(r.find(e,function(e){return 1===e.ErrorType&&(1===e.MessageType||0===e.MessageType)||0===e.ErrorType&&18===e.MessageType||0===e.ErrorType&&0===e.MessageType}))return t}return n>0?n:t},e.prototype.handleBetSlipResponse=function(e,t){var n=this;if(e){var i=this._ticket.AvailableSystems;this._ticket.EncryptedTicketPin=e.EncryptedTicketPin,this._ticket.EncryptedTicketControlSign=e.EncryptedTicketControlSign,this._ticket.BetAmount=e.BetAmount,this._ticket.ServiceChargeAmount=e.ServiceChargeAmount,this._ticket.ServiceChargePercent=e.ServiceChargePercent,this._ticket.MinPayIn=e.MinPayIn,this._ticket.MaxPayIn=e.MaxPayIn>0?e.MaxPayIn:void 0,this._ticket.MinOdds=e.MinOdds,this._ticket.MaxOdds=e.MaxOdds,this._ticket.AverageOdds=e.AverageOdds,this._ticket.TotalOdds=e.TotalOdds,this._ticket.MinWin=e.MinWin,this._ticket.MaxWin=e.MaxWin,this._ticket.TotalWin=e.TotalWin,this._ticket.WinBonus=e.WinBonus,this.ticket.WinBonusTax=e.WinBonusTax,this._ticket.WinTax=e.WinTax,this._ticket.WinTaxPercent=e.WinTaxPercent,this._ticket.CombinationCount=e.CombinationCount,this._ticket.AvailableSystems=null!==e.AvailableSystems?e.AvailableSystems:[],this._ticket.AvailableBetGroups=null!==e.AvailableBetGroups?e.AvailableBetGroups:[];this._ticket.SystemResults=e.SystemResults,this._ticket.PayIn=this.handleTicketPayIn(e.Errors,this._ticket.PayIn,e.PayIn),this._ticket.PayInPerTicketLocked=e.PayInPerTicketLocked,this._ticket.PreparedTicketIdentifier=e.PreparedTicketIdentifier,this._ticket.BetSlipGroups=e.BetSlipGroups,this._ticket.BetSplitAvailable=e.BetSplitAvailable,this._ticket.BetSplitAvailable?void 0===this._ticket.Settings.SplitTicketChosen&&(this._ticket.Settings.SplitTicketChosen=this.configProvider.configTerminal.SplitTicketToggleDefault):this._ticket.Settings.SplitTicketChosen=void 0;for(var o=t,a=function(t){var n=s._ticket.AvailableSystems[t];n.id=n.TypeFrom+"_"+n.TypeTo;var a=r.find(i,function(e){return e.id==n.id});a&&(o=!0,n.Selected=a.Selected,n.PayIn=s.handleTicketPayIn(e.Errors,a.PayIn,n.PayIn),n.PayInPerCombination=s.handleTicketPayIn(e.Errors,a.PayInPerCombination,n.PayInPerCombination))},s=this,u=0;u<this._ticket.AvailableSystems.length;u++)a(u);0,!o&&this._ticket.AvailableSystems.length>0&&this._ticket.TicketType==this.availableTicketTypes.System&&this.calculateTicketSystems(i),0==this._ticket.AvailableBetGroups.length&&this._ticket.AvailableBetGroups.push("A");if(r.find(this._ticket.AvailableBetGroups,function(e){return"FIX"==e})||this._ticket.AvailableBetGroups.splice(0,0,"FIX"),e.Errors)for(var l=0;l<e.Errors.length;l++){var c=e.Errors[l];if(c.Value&&c.ValueType)switch(c.ValueType){case"CURRENCY":c.Message=c.Message.replace("{0}",this.currencyFormatter(c.Value))}}if(this._ticket.Errors=this.errorsChecker(e),this._ticket.HasTicketErrors=this.ticketHasErrors(),this._ticket.HasBetErrors=!1,e.BetResults){for(l=0;l<e.BetResults.length;l++){var d=e.BetResults[l],m=function(e){var t=p._ticket.Bets[e];if(d.Bet.Game===t.Game&&parseInt(d.Bet.BetData)===t.Offer.Id&&d.Bet.Pick===t.Odd.OrigName)return t.Group=d.Bet.Group,t.isFixed=d.Bet.Fix,t.Fix=d.Bet.Fix,t.Errors=d.Errors,t.ErrorType=void 0,p._ticket.HasBetErrors=p._ticket.HasBetErrors||t.Errors.length>0,r.each(t.Errors,function(e){1!==e.Error||null===e.CorrectionValue||isNaN(e.CorrectionValue)||(t.NewOdd=Object.assign({},t.Odd),t.NewOdd.Odd=e.CorrectionValue,n._ticket.HasOddChanges=!0),(2!=e.ErrorType||t.ErrorType)&&(0!=e.ErrorType||t.ErrorType&&2!=t.ErrorType)?1!=e.ErrorType||t.ErrorType&&2!=t.ErrorType&&0!=t.ErrorType||(t.ErrorType=e.ErrorType):t.ErrorType=e.ErrorType}),"break"},p=this;for(u=0;u<this._ticket.Bets.length;u++){if("break"===m(u))break}}this._ticket.HasOddChanges=e.BetResults.some(function(e){return e.Errors.length&&-1!==e.Errors.findIndex(function(e){return null!==e.CorrectionValue})})}if(this.groupTicketBets(),this.configProvider.configTerminal.GroupTicketEnabled&&this._ticket.Bets.sort(function(e,t){var n=0;return"FIX"==e.Group&&"FIX"==t.Group?n=0:"FIX"==e.Group&&"FIX"!=t.Group?n=-1:"FIX"!=e.Group&&"FIX"==t.Group?n=1:e.Group&&t.Group&&(n=e.Group.localeCompare(t.Group)),n}),this.ticket.ClubTicketBonusItems&&this.ticket.ClubTicketBonusItems.length>0)for(var h=0,f=this.ticket.ClubTicketBonusItems;h<f.length;h++){var g=f[h];g.WinIncrease=3==this.ticket.OddBonusMode?this.ticket.MaxWin-100/(g.Value+100)*this.ticket.MaxWin:g.Value/100*this.ticket.MaxWin}this.storage.set("app:sportTicket",JSON.stringify(this._ticket))}setTimeout(function(){n._fixToggling=!1},500),this._calculatingSubject.next(!1)},e.prototype.errorsChecker=function(e){var t=e.Errors,n=t.findIndex(function(e){return 41==e.MessageType}),i=t.findIndex(function(e){return 43==e.MessageType});if(-1!==n||-1!==i){var r=this.getEditedTicketType(n,i),o=void 0,a=void 0;return"combined"==r?(o=t[n],a=t[i]):(o="edited"==r?t[n]:null,a="suggested"==r?t[i]:null),(o||a)&&((o=this.prepareEditedTicket(o,a)).totalOdds=e.TotalOdds,o.totalWin=e.TotalWin,o.type=r),this.editedTicketSubject.next(o),t}return t},e.prototype.getEditedTicketType=function(e,t){var n="combined";return-1!==e&&-1===t&&(n="edited"),-1===e&&-1!==t&&(n="suggested"),n},e.prototype.prepareEditedTicket=function(e,t){var n=this,i={};if(e){var r=e.AuthorizationMessage?e.AuthorizationMessage.split(";"):[];if(r.length){var o=[];r.forEach(function(e){if(-1===e.indexOf("SUGGESTED")){var t=e.split(":");if(t.length>1){var i=+t[0];o.push({bet:n.ticket.Bets[i].Match,offer:n.ticket.Bets[i].Offer,odd:n.ticket.Bets[i].Odd,change:t[1]})}}}),e.bets=o}i=Object.assign({},e)}return t&&(i=Object.assign({},i,t)),i},e.prototype.ticketHasErrors=function(){var e=0,t=0;return this._ticket.Errors&&this._ticket.Errors.length>0&&(t=this._ticket.Errors.length,this._ticket.Errors.forEach(function(t){2===t.ErrorType&&e++})),e<t},e.prototype.resetCalculationAndErrors=function(){for(var e=0,t=this._ticket.Bets;e<t.length;e++){t[e].Errors=[]}},e.prototype.calculateBetBuilderBet=function(e){var t=this,n=e[0].Match.Id;this.isTicketBusy||(this.calculateInProgressSubject.next(!0),this.validatePayIn(),this._calculateSubscription&&(this._calculateSubscription.unsubscribe(),this._calculateSubscription=void 0),e.length>0&&(this._calculateSubscription=this.httpProvider.post(this.bettingAPI+"calculate",this.prepareBetBuilderBetForSending(e),{headers:{LanguageId:this.translateProvider.currentLanguage,TerminalId:""+this.configProvider.terminalId,"Device-Type":this.envProvider.environment.Headers.DeviceType}}).timeout(1e4).subscribe(function(e){var i=!1;e.Errors&&e.length>0&&(i=t.ticketHasErrors())&&t.showTicketErrorsToast(),t.ticketActive&&i&&t.uiProvider.toastCreate("SPORT_TICKET_TOASTER_CALCULATE_BET_ERRORS_MESSAGE","warning");var r=t.betBuilderBets.find(function(e){return e.matchId==n});r&&(r.totalOdds=e.BetSlipGroups[0].TotalOdds),t._betBuilderBetsModifiedSubj.next(r),t.calculateInProgressSubject.next(!1)},function(){t.calculateInProgressSubject.next(!1)})))},e.prototype.prepareBetBuilderBetForSending=function(e,t){var n={};this.impersonationData&&(n.ImpersonationToken=this.impersonationData.token),n.Bets=[],n.Systems=[],n.Settings=this._ticket.Settings,n.Settings.OddsRepresentation=this.userProvider.OddsRepresentation,n.GameType=this._bettingGameType,n.AutoConfirm=t,n.OddBonusId=0,n.OddBonusMode=0,n.BetSlipType=2;for(var i=0;i<e.length;i++){var r=e[i],o={BetData:r.Offer.Id,Fix:r.isFixed,Game:r.Game,Odd:this.calculateOdd(r.Game,r.Odd.Odd,0),Pick:r.Odd.OrigName,Sbv:r.Offer.Sbv,Group:"A"};n.Bets.push(o)}return n.Systems.push({TypeFrom:this._ticket.AvailableSystems.length,TypeTo:this._ticket.AvailableSystems.length,PayIn:this._ticket.PayIn}),n},e.prototype.calculateTicket=function(){var e=this;this.isTicketBusy||(this.editedTicketId=null,this.calculateInProgressSubject.next(!0),this.validatePayIn(),this._calculateSubscription&&(this._calculateSubscription.unsubscribe(),this._calculateSubscription=void 0),this._ticket.Bets.length>0&&(this._calculateSubscription=this.httpProvider.post(this.bettingAPI+"calculate",this.prepareTicketForSending(),{headers:{LanguageId:this.translateProvider.currentLanguage,TerminalId:""+this.configProvider.terminalId,"Device-Type":this.envProvider.environment.Headers.DeviceType}}).timeout(1e4).subscribe(function(t){var n=e.ticket.HasBetErrors;e.handleBetSlipResponse(t),e._calculateSubscription=void 0,e._ticket.Errors&&e._ticket.Errors.length>0&&(e._ticket.HasTicketErrors=e.ticketHasErrors()),e.ticketActive&&e._ticket.HasBetErrors&&!n&&e.uiProvider.toastCreate("SPORT_TICKET_TOASTER_CALCULATE_BET_ERRORS_MESSAGE","warning"),e.calculateInProgressSubject.next(!1)},function(){e.calculateInProgressSubject.next(!1),e._calculatingSubject.next(!1)})))},e.prototype.prepareTicketForSending=function(e){var t=this;if(this.newTicket&&this.editedTicketId){this.editedTicketPayin&&this.newTicket.Systems.forEach(function(e){e.PayIn=t.editedTicketPayin/t.newTicket.Systems.length});var n=s({},this.newTicket,{EditedTicketId:this.editedTicketId,PayIn:this.editedTicketPayin});return this.newTicket=null,this.editedTicketId=null,this.editedTicketPayin=null,n}var i={};this.impersonationData&&(i.ImpersonationToken=this.impersonationData.token),i.UseBonusCredit=this._ticket.UseBonusCredit,i.Bets=[],i.Systems=[],i.Settings=this._ticket.Settings,i.Settings.OddsRepresentation=this.userProvider.OddsRepresentation,i.GameType=this._bettingGameType,i.AutoConfirm=e,this.isBetSlipBonusSwitchEnabled&&(i.BetSlipBonusType=this._ticket.BetSlipBonusType),this._ticket.TicketType===this.availableTicketTypes.Normal?(i.OddBonusId=this._ticket.OddBonusId,i.OddBonusMode=this._ticket.OddBonusMode,i.BetSlipType=0):this._ticket.TicketType===this.availableTicketTypes.BetBuilder?(i.OddBonusId=0,i.OddBonusMode=0,i.BetSlipType=2):(i.OddBonusId=0,i.OddBonusMode=0,i.BetSlipType=1);for(var o=0;o<this._ticket.Bets.length;o++){var a=this._ticket.Bets[o],u={BetData:a.Offer.Id,Fix:a.isFixed,Game:a.Game,Odd:this.calculateOdd(a.Game,a.Odd.Odd,0),Pick:a.Odd.OrigName,Sbv:a.Offer.Sbv,Group:a.Group,EventId:a.Match.Id,IsBasic:a.Offer.IsBasic};i.Bets.push(u)}return this._ticket.TicketType===this.availableTicketTypes.Normal?i.Systems.push({TypeFrom:i.Bets.length,TypeTo:i.Bets.length,PayIn:this._ticket.PayIn}):this._ticket.TicketType==this.availableTicketTypes.BetBuilder?i.Systems.push({TypeFrom:this._ticket.AvailableSystems.length,TypeTo:this._ticket.AvailableSystems.length,PayIn:this._ticket.PayIn}):this._ticket.AvailableSystems&&(i.Systems=[],r.each(this._ticket.AvailableSystems,function(e){if(e.Selected){var t=Object.assign({},e);delete t.PayInPerCombination,delete t.CombinationsCount,i.Systems.push(t)}})),i},e.prototype.calculateOdd=function(e,t,n){if(1===e?n=this.configProvider.configSport.SportOfferBonusPercent:2===e&&(n=this.configProvider.configSport.LiveOfferBonusPercent),void 0!==t&&""!==t&&"-"!==t&&0!==n){var i=(t-1)*(1+n/100)+1,r=parseFloat(((i%.05+.05)%.05).toFixed(3));return r>.02?(i+(.05-r)).toFixed(2):(i-r).toFixed(2)}return t},e.prototype.indexOfBet=function(e){if(e.Odd.BetBuilderOdd&&this.betBuilderBets.length>0){var t=r.find(this.betBuilderBets,function(t){return t.matchId==e.Match.Id});if(t)for(var n=0;n<t.betBuilderBets.length;n++){if((i=t.betBuilderBets[n]).Odd.Id===e.Odd.Id&&i.Odd.OrigName===e.Odd.OrigName)return n}}for(n=0;n<this._ticket.Bets.length;n++){var i;if((i=this._ticket.Bets[n]).Match.Id===e.Match.Id&&i.Offer.Id===e.Offer.Id&&i.Odd.OrigName===e.Odd.OrigName)return n}return-1},e.prototype.isValid=function(){return!(this._ticket.HasTicketErrors||this._ticket.HasBetErrors)},e.prototype.isSubmitEnabled=function(){return this.isValid()&&!this._isBusy},e.prototype.submit=function(){var e=this;if(this.isTicketLocked)this.uiProvider.toastCreate("SPORT_TICKET_TOASTER_LOCKED_MESSAGE","warning");else{this._validationTime=this.ticketAuthTime,this.isBusy=!0,this.detachTicket();var t=void 0,n=void 0,i=function(){n=setTimeout(function(){e._validationTime--,e._validationTime<=0?t&&(e.isBusy=!1,t.unsubscribe()):i()},1e3)};i();var r=this.configProvider.configTerminal.WebUserPrepareTicketEnabled&&!this.authProvider.isLoggedIn()||this._ticket.AnonymousTicket,o=r?"submitanonymous/"+this.envProvider.environment.API.ClientId:"submit";this.newTicket=this.prepareTicketForSending(),t=this.httpProvider.post(""+this.bettingAPI+o,this.newTicket).subscribe(function(i){if(e.attachTicket(),e.handleBetSlipResponse(i,!0),e._calculateDebouncedUntil=new Date,e._calculateDebouncedUntil.setSeconds(e._calculateDebouncedUntil.getSeconds()+3e3),e._ticket.HasBetErrors||e._ticket.HasTicketErrors)e.attachTicket(),e.isBusy=!1,e._validationTime=void 0,clearTimeout(n),e._ticket.HasTicketErrors&&e.showTicketErrorsToast(),e._ticket.HasBetErrors&&e.uiProvider.toastCreate("SPORT_TICKET_TOASTER_BET_ERRORS_MESSAGE","warning");else if(r)e.attachTicket(),e.isBusy=!1,e._validationTime=void 0,clearTimeout(n),e.isTicketPreparedDialogVisible=!0;else{e.detachTicket();var o={EncryptedTicketPin:e._ticket.EncryptedTicketPin};e.configProvider.configTerminal.UserAuthorizeAttendantTicket&&e.authProvider.isAdmin()&&(o.ReferrerAttendant=e.authProvider.getAuth().username),e.impersonationData&&(o.ImpersonationToken=e.impersonationData.token),t=e.httpProvider.post(e.bettingAPI+"confirm",o).subscribe(function(t){if(!0!==t)e.attachTicket(),e.isBusy=!1,e._validationTime=void 0,clearTimeout(n),e.isTicketRepeatDialogVisible=!1,e.uiProvider.toastCreate("SERVICE_NOT_AVAILABLE","error");else{e.impersonationData=void 0;var i=e.authProvider.isAdmin();i||(e.attachTicket(),e.isBusy=!1,e._validationTime=void 0,clearTimeout(n)),e.resetAllBonuses(),i||(e.ticketActive?e.isTicketRepeatDialogVisible=!0:(e.uiProvider.toastCreate("SPORT_TICKET_TOASTER_SUCCESS_MESSAGE","success"),e._quickBetActive&&e.clear()))}},function(t){e.attachTicket(),e.isBusy=!1,e._validationTime=void 0,clearTimeout(n),e.isTicketRepeatDialogVisible=!1,t&&401!==t.status&&e.uiProvider.onErrorResponse(t)})}},function(t){clearTimeout(n),t&&401!==t.status&&e.uiProvider.onErrorResponse(t),e.attachTicket(),e.isBusy=!1,e._validationTime=void 0})}},e.prototype.submitV2=function(){var e=this;if(this.isTicketLocked)this.uiProvider.toastCreate("SPORT_TICKET_TOASTER_LOCKED_MESSAGE","warning");else{this._validationTime=this.ticketAuthTime,this.isBusy=!0,this.detachTicket();var t=void 0,n=void 0,i=function(){n=setTimeout(function(){e._validationTime--,e._validationTime<=0?t&&(e.isBusy=!1,t.unsubscribe()):i()},1e3)};i();var r=this.configProvider.configTerminal.WebUserPrepareTicketEnabled&&!this.authProvider.isLoggedIn()||this._ticket.AnonymousTicket,o=r?"submitanonymous/"+this.envProvider.environment.API.ClientId:"submit";if(this.newTicket=this.prepareTicketForSending(!0),"Sportslepep"==this.configProvider.configTerminal.CompanyName&&!r&&this.configProvider.configTerminal.LepepUssdBettingEnabled)return this.isBusy=!1,void this.smsTicketSubmit(this.newTicket).subscribe(function(t){t&&"success"==t.status?t.smsstr&&(e.uiProvider.toastCreate("OPENING_SMS_APPLICATION","success"),setTimeout(function(){window.location.href=t.smsstr},2e3)):t&&"error"==t.status?t.errorMessage&&e.uiProvider.toastCreate(t.errorMessage,"error"):e.uiProvider.toastCreate("ERROR_GENERATING_SMS_TICKET","error")},function(t){t&&t.errorMessage&&e.uiProvider.toastCreate(t.errorMessage,"error")});t=this.httpProvider.post(""+this.bettingAPI+o,this.newTicket).subscribe(function(t){if(e.attachTicket(),e.handleBetSlipResponse(t,!0),e._calculateDebouncedUntil=new Date,e._calculateDebouncedUntil.setSeconds(e._calculateDebouncedUntil.getSeconds()+3e3),e._ticket.HasBetErrors||e._ticket.HasTicketErrors)e.attachTicket(),e.isBusy=!1,e._validationTime=void 0,clearTimeout(n),e._ticket.HasTicketErrors&&e.showTicketErrorsToast(),e._ticket.HasBetErrors&&e.uiProvider.toastCreate("SPORT_TICKET_TOASTER_BET_ERRORS_MESSAGE","warning");else if(r)e.attachTicket(),e.isBusy=!1,e._validationTime=void 0,clearTimeout(n),e.isTicketPreparedDialogVisible=!0;else{e.detachTicket(),e.impersonationData=void 0;var i=e.authProvider.isAdmin();i||(e.attachTicket(),e.isBusy=!1,e._validationTime=void 0,clearTimeout(n)),e.resetAllBonuses(),i||(e.ticketActive?e.isTicketRepeatDialogVisible=!0:(e.uiProvider.toastCreate("SPORT_TICKET_TOASTER_SUCCESS_MESSAGE","success"),e._quickBetActive&&e.clear()))}},function(t){clearTimeout(n),t&&401!==t.status&&e.uiProvider.onErrorResponse(t),e.attachTicket(),e.isBusy=!1,e._validationTime=void 0})}},e.prototype.showTicketErrorsToast=function(){if(this._ticket.Errors){if(-1==this._ticket.Errors.findIndex(function(e){return 41==e.MessageType||43==e.MessageType}))for(var e=0;e<this._ticket.Errors.length;e++){var t=this._ticket.Errors[e];41!=t.MessageType&&43!=t.MessageType&&this.uiProvider.toastCreate(t.TranslatedMessage,"warning")}}},e.prototype.clear=function(){this.resetTicket(),this._quickBetActive&&(this.ticket.Settings.AcceptAllChanges=this._ticketConfiguration.AcceptAllOddsChanges,this.ticket.Settings.AcceptHigherOdds=!1,this._quickBetActive=!1),this.impersonationData=void 0,this.storage.set("app:sportTicket",JSON.stringify(this._ticket)),this._ticketBetsModifiedSubj.next({operation:"cleared",bet:void 0})},e.prototype.repeatDialogNo=function(){this.isTicketRepeatDialogVisible=!1,this.clear()},e.prototype.preparedDialogNo=function(){this._isTicketPreparedDialogVisible=!1,this.clear()},e.prototype.validatePayIn=function(){r.each(this._ticket.AvailableSystems,function(e){e.PayIn<e.MinPayIn?e.PayIn=e.MinPayIn:e.PayIn>e.MaxPayIn&&(e.PayIn=e.MaxPayIn)}),(!this._ticket.PayIn||this._ticket.PayIn<this._ticket.MinPayIn&&!this._ticket.OddBonusId)&&(this._ticket.PayIn=this.getDefaultStake())},e.prototype.getDefaultStake=function(){return this._ticketConfiguration.DefaultStake>=this._ticket.MinPayIn&&(void 0==this._ticket.MaxPayIn||this._ticketConfiguration.DefaultStake<=this._ticket.MaxPayIn)?this._ticketConfiguration.DefaultStake:this._ticketConfiguration.MinPayIn},e.prototype.currencyFormatter=function(e){this.currencyPipe.transform(e)},e.prototype.setPayin=function(e){var t=!0;return isNaN(e)&&(this.uiProvider.toastCreate("SPORT_TICKET_TOASTER_INVALID_PAYIN_MESSAGE","warning"),e=this._ticketConfiguration.DefaultStake(),t=!1),this._ticket.PayIn=e,this.validatePayIn(),this._ticketCalculateSubject.next(!0),t},e.prototype.initialize=function(){var e=this,t=new i.Subject;return this.envProvider.environment.TicketValidationTime&&(this.ticketAuthTime=+this.envProvider.environment.TicketValidationTime),this.storage.get("app:sportTicket").then(function(n){n&&null!==n&&Object.assign(e._ticket,JSON.parse(n)),e._ticketConfiguration=e.configProvider.configSportTicket,e._ticket.MinPayIn=e._ticketConfiguration.MinPayIn,e._ticket.SystemMinPayIn=e._ticketConfiguration.SystemMinPayIn,e._ticket.PredefinedPayins=e._ticketConfiguration.BetSlipPayInValues,e._ticket.Settings.AcceptAllChanges=e._ticketConfiguration.AcceptAllOddsChanges,e._ticket.Settings.SplitTicketChosen=e._ticket.BetSplitAvailable?e._ticketConfiguration.SplitTicketToggleDefault:void 0,e.clearBonuses(),e.validatePayIn(),t.next(!0),t.complete()},function(e){t.error(e),t.complete()}),t.asObservable()},e.prototype.getValidationTime=function(){return this._validationTime},e.prototype.setTicketPayinForSystemTicket=function(e){var t=this,n=e,i=0;this.ticket.AvailableSystems.forEach(function(e){e.Selected&&(i+=e.CombinationsCount)}),i&&(n=i/n),this.ticket.AvailableSystems.forEach(function(e){if(e.Selected){var i=Math.round(e.CombinationsCount/n*1e4)/1e4;t.onSystemPayinChanged(e,i)}});if(0===this.ticket.AvailableSystems.filter(function(e){return e.PayIn>0}).length){this.onSystemPayinChanged(this.ticket.AvailableSystems[this.ticket.AvailableSystems.length-1],n)}return!0},e.prototype.onSystemPayinChanged=function(e,t){e.Selected=!!t,this.setSystemPayin(e,""!==t&&t!==e.PayIn?t:e.PayIn)},e.prototype.setSystemPayin=function(e,t){return this.configProvider&&this.configProvider.configTerminal&&this.configProvider.configTerminal.CurrencyDecimalPlaces&&0!=t&&(t=t.toFixed(this.configProvider.configTerminal.CurrencyDecimalPlaces)),e.PayIn=t,e.PayInPerCombination=Math.round(e.PayIn/e.CombinationsCount*1e4)/1e4,this._ticketCalculateSubject.next(!0),!0},e.prototype.setSystemCombinationPayin=function(e,t){return e.PayIn=e.CombinationsCount*t,e.PayInPerCombination=t,this._ticketCalculateSubject.next(!0),!0},e.prototype.resetAllBonuses=function(e){this._ticket.OddBonusId=0,this._ticket.OddBonusMode=0,this._ticket.OddMultiplier=0,this._ticket.OddBonusJokerType=null,r.each(this._ticket.ClubTicketBonusItems,function(t){e!=t.Id&&(t.selected=!1)}),r.each(this._ticket.JokerBetSlipItems,function(t){e!=t.Id&&(t.selected=!1)}),r.each(this._ticket.JokerBetSlipPriceItems,function(t){e!=t.Id&&(t.selected=!1)}),r.each(this._ticket.JokerBetSlipOddsAdvantages,function(t){e!=t.Id&&(t.selected=!1)})},e.prototype.toggleSplitTicket=function(){this._ticket.Settings.SplitTicketChosen=!!this._ticket.BetSplitAvailable&&!this._ticket.Settings.SplitTicketChosen},e.prototype.toggleBonus=function(e){e.selected=!e.selected,e.selected?(this._ticket.UseBonusCredit=!1,this.resetAllBonuses(e.Id),3==e.OddBonusMode&&this._ticket.PayIn<this.ticketConfiguration.MinPayIn&&(this._ticket.PayIn=this.ticketConfiguration.MinPayIn),this._ticket.PayIn>this._ticket.MaxPayIn&&3!=e.OddBonusMode&&(this._ticket.PayIn=e.AbstractValue),1==e.OddBonusMode&&(this._ticket.PayIn=e.SurchargeAmount),this._ticket.OddBonusId=e.Id,this._ticket.OddBonusMode=e.OddBonusMode,this._ticket.OddMultiplier=e.OddMultiplier,this._ticket.OddBonusJokerType=e.JokerType):this._ticket.OddBonusId==e.Id&&this._ticket.OddBonusMode==e.OddBonusMode&&(this._ticket.OddBonusId=0,this._ticket.OddBonusMode=0,this._ticket.OddMultiplier=0,this._ticket.OddBonusJokerType=null,this._ticket.PayIn=this.getDefaultStake()),this._ticketCalculateSubject.next(!0)},e.prototype.liveUpdateCallback=function(e){var t=this,n=!1;r.each(this._ticket.Bets,function(i){var o=r.find(e,function(e){return e.Id===i.Match.Id});if(void 0!==o&&(i.Match=Object.assign({},o),void 0!==o.BasicOffer&&null!==o.BasicOffer&&i.Offer.Id===o.BasicOffer.Id&&(o.BasicOffer?i.Offer=Object.assign({},o.BasicOffer):o.Offers[i.Offer.Id]&&(i.Offer=Object.assign({},o.Offers[i.Offer.Id]))),void 0!=i.Offer)){var a=r.find(i.Offer.Odds,function(e){return e.OrigName===i.Odd.OrigName});if(void 0==a||a.Odd==i.Odd.Odd&&a.Active==i.Odd.Active){var s=i.Errors.findIndex(function(e){return null!==e.CorrectionValue});a.Odd===i.Odd.Odd&&-1!==s&&(i.newOdd=null,n=!0)}else if(i.newOdd=a,n=t.calculateOddChanges(i,a),t._ticket.Settings.AcceptAllChanges){var u=i.Odd;i.Odd=Object.assign({},a),t.sportBettingOfferProvider.determineOddChangeType(u,a)}else if(t._ticket.Settings.AcceptHigherOdds&&a.Odd>i.Odd.Odd){u=i.Odd;i.Odd=Object.assign({},a),t.sportBettingOfferProvider.determineOddChangeType(u,a)}}});var i=this.ticket.Bets.some(function(e){return-1!==e.Errors.findIndex(function(e){return 1==e.ErrorType})}),o=this.ticket.Errors.some(function(e){return e.AuthorizationMessage});!n||i||o||this._ticketCalculateSubject.next(!0)},e.prototype.calculateOddChanges=function(e,t){var n=!t.Active&&void 0!==e.Errors.find(function(e){return 12===e.Error}),i=n;if(1==e.Errors.length&&!n){var r=e.Errors.findIndex(function(e){return null!==e.CorrectionValue});if(-1!==r){i=t.Active;for(var o=e.Errors[r].TranslatedMessage.split(" "),a="",s=0;s<o.length-1;s++)a+=o[s]+" ";e.Errors[r].TranslatedMessage=a+" "+this.oddPipe.transform(t.Odd),e.Errors[r].CorrectionValue=t.Odd}}return e.Odd.Odd!==t.Odd&&!i},e.prototype.acceptOddChanges=function(){var e=this;r.each(this.ticket.Bets,function(t){if(t.NewOdd){var n=t.Odd;t.Odd=Object.assign({},t.NewOdd),e.sportBettingOfferProvider.determineOddChangeType(n,t.Odd)}}),this.ticket.HasOddChanges=!1,this.ticket.Settings.IgnoreOddsChange=!0,this._ticketCalculateSubject.next(!0)},e.prototype.groupTicketBets=function(e){if(this.configProvider.configTerminal.GroupTicketEnabled||this._ticket.TicketType==this.availableTicketTypes.BetBuilder){var t=r.groupBy(this._ticket.Bets,function(e){return e.Group});this._ticket.GroupedBets=[];var n=function(e){var n=t[e],o=i._ticket.BetSlipGroups?r.find(i._ticket.BetSlipGroups,function(t){return t.Group==e}):void 0;i._ticket.GroupedBets.push({group:e,bets:n,hasError:!1,totalOdd:o?o.TotalOdds:0})},i=this;for(var o in t)n(o);for(var a=0,s=this._ticket.GroupedBets;a<s.length;a++)for(var u=0,l=(o=s[a]).bets;u<l.length;u++){if(l[u].Errors.length>0){o.hasError=!0;break}}if(this._ticket.GroupedBets.sort(function(e,t){return"FIX"==e.group&&"FIX"==t.group?0:"FIX"==e.group&&"FIX"!=t.group?-1:"FIX"!=e.group&&"FIX"==t.group?1:e.group.localeCompare(t.group)}),this._ticket.TicketType==this.availableTicketTypes.BetBuilder&&e){r.find(this._ticket.GroupedBets,function(e){return e.bets.length>1})||this.changeTicketType(this.availableTicketTypes.Normal)}}},e.prototype.getRandomGeneretedBets=function(e,t,n,r,a){var s=new i.Subject;return this.authHttp.post(encodeURI(this.configProvider.configClient.BettingApiUrl+"generate"),{BetAmount:e,MaxWin:t,DaysRange:n,OddsFrom:r,OddsTo:a}).pipe(Object(o.take)(1)).subscribe(function(e){s.next(e)},function(e){s.error(e)},function(){s.complete()}),s.asObservable()},e.prototype.prepareTicketMatch=function(e){var t=Object.assign({},e);return t.BasicOffer=null,t.BetProbabilities=null,t.MatchResults=null,t.CommonOffers=null,t.Offers=null,t.OffersMap=null,t.BetBuilderOffers=null,t},e.prototype.toggleAnonymousTicket=function(){this.ticket.AnonymousTicket=!this.ticket.AnonymousTicket,this._ticket.AnonymousTicket=this.ticket.AnonymousTicket},e.prototype.setAnonymousTicket=function(){(this.isSubmitEnabled()||this.ticket.AnonymousTicket)&&(this.ticket.AnonymousTicket=!0,this._ticket.AnonymousTicket=!0)},e.prototype.resetErrors=function(){this._ticket.HasTicketErrors=!1},e.prototype.smsTicketSubmit=function(e){return this.http.post(this.configProvider.configTerminal.LepepUssdBettingUrl,e)},e}()},,,,,,function(e,t,n){"use strict";n.d(t,"a",function(){return s});n(0),n(58);var i=n(20),r=(n.n(i),n(291)),o=(n(21),n(10),n(9),n(42),n(17)),a=(n.n(o),n(3),n(8),n(13)),s=function(){function e(e,t,n,o,s,u,l,c){var d=this;this.http=e,this.storage=t,this.translationProvider=n,this.authProvider=o,this.currencyPipe=s,this.bingoProvider=u,this.configProvider=l,this.envProvider=c,this.calculateInProgressSubject=new i.Subject,this.calculateInProgress$=this.calculateInProgressSubject.asObservable(),this.notificationSubject=new i.Subject,this.notificationSubject$=this.notificationSubject.asObservable(),this._calculateDebouncedUntil=new Date,this._bettingGameType=5,this._busy=!1,this._isTicketRepeatDialogVisible=!1,this._ticketCalculateSubject=new i.Subject,this.ticketCalculate$=this._ticketCalculateSubject.asObservable(),this.ticketAuthTime=90,this.drawnBalls=[],this._ticketBetsModifiedSubj=new i.Subject,this.ticketBetsModified$=this._ticketBetsModifiedSubj.asObservable(),this._ticketTypeSubject=new i.Subject,this.ticketType$=this._ticketTypeSubject.asObservable(),this._busySubject=new i.Subject,this.busy$=this._busySubject.asObservable(),this._isTicketRepeatDialogVisibleSubject=new i.Subject,this.isTicketRepeatDialogVisible$=this._isTicketRepeatDialogVisibleSubject.asObservable(),this._ballDrawnSubject=new i.Subject,this._ballDrawn$=this._ballDrawnSubject.asObservable(),this._ticket={PreparedTicketIdentifier:void 0,ClubTicketBonusItems:[],JokerBetSlipItems:[],JokerBetSlipPriceItems:[],OddBonusId:0,OddBonusMode:0,OddMultiplier:0,PayIn:void 0,PayInPerTicketLocked:!1,BetsAnimationEnabled:!0,TicketType:r.b.normal,GameType:this._bettingGameType,NumberOfFixedBets:0,Bets:[],Errors:[],AvailableSystems:[],SystemResults:[],ErrorMaxBets:!1,HasTicketErrors:!1,HasBetErrors:!1,HasOddChanges:!1,Settings:{AcceptAllChanges:!1,AcceptHigherOdds:!1,IsQuickTicket:!1,OddsChangePercentAccepted:0,IgnoreOddsChange:!1,ReserveFunds:!0},EncryptedTicketPin:void 0,EncryptedTicketControlSign:void 0,PredefinedPayins:[],BetAmount:void 0,ServiceChargeAmount:void 0,ServiceChargePercent:void 0,MinPayIn:void 0,MaxPayIn:void 0,MinOdds:void 0,MaxOdds:void 0,AverageOdds:void 0,TotalOdds:void 0,MinWin:void 0,MaxWin:void 0,TotalWin:void 0,WinBonus:void 0,WinTax:void 0,WinTaxPercent:void 0,CombinationCount:void 0,JackpotBets:{Game:5,Numbers:[],EventId:null,BetType:null},UseBonusCredit:!1},this.ticket=this._ticket,this.repeatDialogYes=function(){d.isTicketRepeatDialogVisible=!1},this.attachTicket=function(){setTimeout(function(){d.ticket=d._ticket}),d._ticket.BetsAnimationEnabled=!0},this.ticketCalculate$.pipe(Object(a.a)(this)).subscribe(function(e){d.timeoutHandle&&(clearTimeout(d.timeoutHandle),d.timeoutHandle=void 0),d.timeoutHandle=setTimeout(function(){d.calculateTicket()},300)})}return Object.defineProperty(e.prototype,"ticketConfiguration",{get:function(){return this._ticketConfiguration},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isTicketRepeatDialogVisible",{set:function(e){this._isTicketRepeatDialogVisible=e,this._isTicketRepeatDialogVisibleSubject.next(this._isTicketRepeatDialogVisible)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"bettingAPI",{get:function(){return""+this.configProvider.configClient.BettingApiUrl},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"clubAPI",{get:function(){return""+this.configProvider.configClient.ClubApiUrl},enumerable:!0,configurable:!0}),e.prototype.forceTicketCalculate=function(){this._ticketCalculateSubject.next(!0)},e.prototype.ngOnDestroy=function(){},e.prototype.initialize=function(){var e=this,t=new i.ReplaySubject;return this.envProvider.environment.TicketValidationTime&&(this.ticketAuthTime=+this.envProvider.environment.TicketValidationTime),this.storage.get("app:bingoTicket").then(function(n){n&&null!==n&&Object.assign(e.ticket,n),e._ticketConfiguration=e.configProvider.configBingoTicket,e._ticket.MinPayIn=e._ticketConfiguration.MinPayIn,e._ticket.PredefinedPayins=e._ticketConfiguration.BetSlipPayInValues,e.clearBonuses(),e.validatePayIn(),t.next(!0),t.complete()},function(e){t.error(e),t.complete()}),t.asObservable()},Object.defineProperty(e.prototype,"locked",{get:function(){return this._busy||this._isTicketRepeatDialogVisible},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"busy",{get:function(){return this._busy},set:function(e){this._busy=e,this._busySubject.next(this._busy)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"repeatTicketDialogVisible",{get:function(){return this._isTicketRepeatDialogVisible},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"bingoState",{get:function(){return this.bingoProvider.bingoState},enumerable:!0,configurable:!0}),e.prototype.getUserBonuses=function(){var e=this;return new Promise(function(t,n){!e.authProvider.isLoggedIn()||"WebUser"!==e.authProvider.getAuth().role&&"ExternalUser"!==e.authProvider.getAuth().role?(e.clearBonuses(),t()):e.http.post(e.clubAPI+"bonuses",{BonusTypes:[0],GameType:5}).subscribe(function(n){if(n.Result){if(e._ticket.ClubTicketBonusItems=n.Result.ClubTicketBonusItems,e._ticket.JokerBetSlipItems=n.Result.JokerBetSlipItems,e._ticket.JokerBetSlipPriceItems=n.Result.JokerBetSlipPriceItems,e._ticket.ClubTicketBonusItems.length)for(var i=0,r=e._ticket.ClubTicketBonusItems;i<r.length;i++){var o=r[i];o.WinIncrease=3===e._ticket.OddBonusMode?e._ticket.MaxWin-100/(o.Value+100)*e._ticket.MaxWin:o.Value/100*e._ticket.MaxWin}}else e.clearBonuses();t()},function(t){e.clearBonuses(),n()})})},e.prototype.removeBonus=function(e){return this._ticket.JokerBetSlipItems[e].Count>1?this._ticket.JokerBetSlipItems[e].Count=this._ticket.JokerBetSlipItems[e].Count-1:this._ticket.JokerBetSlipItems.splice(e,1),this.ticket.JokerBetSlipItems=this._ticket.JokerBetSlipItems,this._ticket.JokerBetSlipItems},e.prototype.addBonus=function(e){this._ticket.JokerBetSlipItems.push(e)},e.prototype.clearBonuses=function(){this.ticket.OddBonusId=0,this.ticket.OddBonusMode=0,this.ticket.OddMultiplier=0,this.ticket.ClubTicketBonusItems=[],this.ticket.JokerBetSlipItems=[],this.ticket.JokerBetSlipPriceItems=[]},e.prototype.getBetType=function(e){switch(e){case 0:return"NORMAL";case 1:return"RANDOM";case 3:return"RANDOM_ODD";case 2:return"RANDOM_EVEN";case 4:return"COLOR";case 5:return"FIRST_COLOR";case 6:return"FIRST_ODD_EVEN";case 7:return"FIRST_OVER_UNDER_24.5";case 8:return"FIRST_FIVE_SUM_122.5";case 9:return"MORE_ODD_EVEN"}},e.prototype.getColorNumbers=function(e,t){var n=e.find(function(e){return e.name===t.toLowerCase()});if(n)return n.numbers},e.prototype.ballDrawn=function(e){this._ballDrawnSubject.next(e)},e.prototype.prepareOddsDescription=function(e,t,n){switch(e){case 5:return n[0==t?7:t-1].name.toUpperCase();case 6:return 0==t?"EVEN":"ODD";case 7:case 8:return 0==t?"UNDER":"OVER";case 9:return 0==t?"MORE_EVEN":"MORE_ODD";default:return null}},e.prototype.toggleBet=function(e,t,n,i,r,o){var a="",s=0,u="";switch(e){case 0:case 1:case 2:case 3:n.selection=n.selection.sort(function(e,t){return e-t}),a=n.selection;break;case 4:a=this.getColorNumbers(i,t);break;case 5:case 6:case 7:case 8:case 9:u=this.prepareOddsDescription(e,t,i),s=5==e?this.bingoState.firstBallColorOdd:this.bingoState.specialBetsOdd,a=t}var l={Game:5,BetData:n.id+"_"+e,Pick:a,Odd:s,DrawNumber:n.id,DailyNumber:n.dailyNumber,PickDescription:this.getBetType(e),NumberOfReplies:1,TranslatedPick:u.toLocaleUpperCase(),IsValid:!0,HasErrors:!1};this.addBet(l,r)},e.prototype.placeBet=function(e,t,n){e.IsValid=!0,e.HasErrors=!1,this.addBet(e,t)},e.prototype.hasBet=function(e){return-1!==this.indexOfBet(e)},e.prototype.removeBet=function(e,t){var n=this.indexOfBet(e);-1!==n&&this.deleteBet(n,t)},e.prototype.valid=function(){return!(this._ticket.HasTicketErrors||this._ticket.HasBetErrors)},e.prototype.submitEnabled=function(){return this.valid()&&!this._busy},e.prototype.submit=function(){var e=this;if(this.locked)this.notificationSubject.next({Message:"BINGO_TICKET_TOASTER_LOCKED_MESSAGE",Type:r.a.warning});else{this._validationTime=this.ticketAuthTime,this.busy=!0,this.detachTicket();var t,n,i=function(){n=setTimeout(function(){e._validationTime--,e._validationTime<=0?t&&(e.busy=!1,t.unsubscribe()):i()},1e3)};i(),t=this.http.post(this.bettingAPI+"submit",this.prepareTicketForSending()).subscribe(function(i){if(e.attachTicket(),e.handleBetSlipResponse(i),e._calculateDebouncedUntil=new Date,e._calculateDebouncedUntil.setSeconds(e._calculateDebouncedUntil.getSeconds()+3e3),e._ticket.HasBetErrors||e._ticket.HasTicketErrors)e.attachTicket(),e.busy=!1,e._validationTime=void 0,clearTimeout(n),e._ticket.HasTicketErrors&&e.showTicketErrorsToast(),e._ticket.HasBetErrors&&e.notificationSubject.next({Message:"BINGO_TICKET_TOASTER_BET_ERRORS_MESSAGE",Type:r.a.warning});else{e.detachTicket();t=e.http.post(e.bettingAPI+"confirm",{EncryptedTicketPin:e._ticket.EncryptedTicketPin}).subscribe(function(t){if(!0!==t)e.attachTicket(),e.busy=!1,e._validationTime=void 0,clearTimeout(n),e.isTicketRepeatDialogVisible=!1,e.notificationSubject.next({Message:"SERVICE_NOT_AVAILABLE",Type:r.a.error});else{var i=e.authProvider.isAdmin();i||(e.attachTicket(),e.busy=!1,e._validationTime=void 0,clearTimeout(n)),e.resetAllBonuses(),i||(e.ticketActive?e.isTicketRepeatDialogVisible=!0:e.notificationSubject.next({Message:"BINGO_TICKET_TOASTER_SUCCESS_MESSAGE",Type:r.a.info}))}},function(t){e.attachTicket(),e.busy=!1,e._validationTime=void 0,clearTimeout(n),e.isTicketRepeatDialogVisible=!1,t&&401!==t.status&&e.notificationSubject.next({Message:"SERVICE_NOT_AVAILABLE",Type:r.a.error})})}},function(t){clearTimeout(n),t&&401!==t.status&&e.notificationSubject.next({Message:"SERVICE_NOT_AVAILABLE",Type:r.a.error}),e.attachTicket(),e.busy=!1,e._validationTime=void 0})}},e.prototype.submitV2=function(){var e=this;if(this.locked)this.notificationSubject.next({Message:"BINGO_TICKET_TOASTER_LOCKED_MESSAGE",Type:r.a.warning});else{this._validationTime=this.ticketAuthTime,this.busy=!0,this.detachTicket();var t,n,i=function(){n=setTimeout(function(){e._validationTime--,e._validationTime<=0?t&&(e.busy=!1,t.unsubscribe()):i()},1e3)};i(),t=this.http.post(this.bettingAPI+"submit",this.prepareTicketForSending(!0)).subscribe(function(t){if(e.attachTicket(),e.handleBetSlipResponse(t),e._calculateDebouncedUntil=new Date,e._calculateDebouncedUntil.setSeconds(e._calculateDebouncedUntil.getSeconds()+3e3),e._ticket.HasBetErrors||e._ticket.HasTicketErrors)e.attachTicket(),e.busy=!1,e._validationTime=void 0,clearTimeout(n),e._ticket.HasTicketErrors&&e.showTicketErrorsToast(),e._ticket.HasBetErrors&&e.notificationSubject.next({Message:"BINGO_TICKET_TOASTER_BET_ERRORS_MESSAGE",Type:r.a.warning});else{e.detachTicket();var i=e.authProvider.isAdmin();i||(e.attachTicket(),e.busy=!1,e._validationTime=void 0,clearTimeout(n)),e.resetAllBonuses(),i||(e.ticketActive?e.isTicketRepeatDialogVisible=!0:e.notificationSubject.next({Message:"BINGO_TICKET_TOASTER_SUCCESS_MESSAGE",Type:r.a.info}))}},function(t){clearTimeout(n),t&&401!==t.status&&e.notificationSubject.next({Message:"SERVICE_NOT_AVAILABLE",Type:r.a.error}),e.attachTicket(),e.busy=!1,e._validationTime=void 0})}},e.prototype.clear=function(){var e=Object.assign([],this._ticket.Bets);this.resetTicket(),this.storage.set("app:bingoTicket",this._ticket);for(var t=0,n=e;t<n.length;t++){this._ticketBetsModifiedSubj.next({operation:"removed",bet:n[t]})}},e.prototype.repeatDialogNo=function(){this.isTicketRepeatDialogVisible=!1,this.clear()},e.prototype.setPayin=function(e){var t=!0;return isNaN(e)&&(this.notificationSubject.next({Message:"BINGO_TICKET_TOASTER_INVALID_PAYIN_MESSAGE",Type:r.a.warning}),e=this.getDefaultStake(),t=!1),this._ticket.PayIn=e,this.validatePayIn(),this.calculateTicket(),t},e.prototype.getDefaultStake=function(){return this._ticketConfiguration.DefaultStake>=this._ticket.MinPayIn&&(void 0==this._ticket.MaxPayIn||this._ticketConfiguration.DefaultStake<=this._ticket.MaxPayIn)?this._ticketConfiguration.DefaultStake:this._ticketConfiguration.MinPayIn},Object.defineProperty(e.prototype,"validationTime",{get:function(){return this._validationTime},enumerable:!0,configurable:!0}),e.prototype.resetAllBonuses=function(e){this._ticket.OddBonusId=0,this._ticket.OddBonusMode=0,this._ticket.OddMultiplier=0,o.each(this._ticket.ClubTicketBonusItems,function(t){e!=t.Id&&(t.selected=!1)}),o.each(this._ticket.JokerBetSlipItems,function(t){e!=t.Id&&(t.selected=!1)}),o.each(this._ticket.JokerBetSlipPriceItems,function(t){e!=t.Id&&(t.selected=!1)})},e.prototype.toggleBonus=function(e){e.selected=!e.selected,e.selected?(this._ticket.UseBonusCredit=!1,this.resetAllBonuses(e.Id),this._ticket.OddBonusId=e.Id,this._ticket.OddBonusMode=e.OddBonusMode,this._ticket.OddMultiplier=e.OddMultiplier,this._ticket.PayIn=e.SurchargeAmount):this._ticket.OddBonusId===e.Id&&this._ticket.OddBonusMode===e.OddBonusMode&&(this._ticket.OddBonusId=0,this._ticket.OddBonusMode=0,this._ticket.OddMultiplier=0,this._ticket.PayIn=this.getDefaultStake()),this._ticketCalculateSubject.next(!0)},e.prototype.validatePayIn=function(){if(o.each(this._ticket.AvailableSystems,function(e){e.PayIn<e.MinPayIn?e.PayIn=e.MinPayIn:e.PayIn>e.MaxPayIn&&(e.PayIn=e.MaxPayIn)}),this._setMinPayinPerCombination){if(this.ticket.SystemResults[0].BetPerCombination){this._ticket.PayIn=this._ticket.SystemResults[0].MinPayIn/(this._ticket.Bets.length+1)*this._ticket.Bets.length}this._setMinPayinPerCombination=!1}else(!this._ticket.PayIn||this._ticket.PayIn<this._ticket.MinPayIn)&&(this._ticket.PayIn=this.getDefaultStake())},e.prototype.currencyFormatter=function(e){this.currencyPipe.transform(e)},e.prototype.detachTicket=function(){var e=this;this._ticket.BetsAnimationEnabled=!1,setTimeout(function(){e.ticket=Object.assign({},e._ticket)})},e.prototype.showTicketErrorsToast=function(){if(this._ticket.Errors)for(var e=0,t=this._ticket.Errors;e<t.length;e++){this.notificationSubject.next({Message:t[e],Type:r.a.warning})}},e.prototype.indexOfBet=function(e){for(var t=0;t<this._ticket.Bets.length;t++){var n=this._ticket.Bets[t];if(n.BetData===e.BetData&&n.PickDescription===e.PickDescription&&n.DrawNumber===e.DrawNumber&&n.Pick===e.Pick)return t}return-1},e.prototype.deleteBet=function(e,t){if(this.ticket.HasOddChanges=!1,this.locked)this.notificationSubject.next({Message:"BINGO_TICKET_TOASTER_LOCKED_MESSAGE",Type:r.a.warning});else{var n=this._ticket.Bets.splice(e,1)[0];this._ticket.Bets.length>0&&(this.setMinPayinPerCombination(),this._ticketCalculateSubject.next(!0)),0===this._ticket.Bets.length&&this.resetTicket(),this.storage.set("app:bingoTicket",this._ticket),void 0!==t&&t(null,n),this._ticketBetsModifiedSubj.next({operation:"removed",bet:n}),this.notificationSubject.next({Message:"BINGO_TICKET_TOASTER_BET_REMOVED_MESSAGE",Type:r.a.warning})}},e.prototype.setMinPayinPerCombination=function(){this._setMinPayinPerCombination=!0},e.prototype.resetTicket=function(){this._ticket.PreparedTicketIdentifier=void 0,this._ticket.PayInPerTicketLocked=!1,this._ticket.PayIn=this.getDefaultStake(),this._ticket.TicketType=r.b.normal,this._ticket.GameType=this._bettingGameType,this._ticket.NumberOfFixedBets=0,this._ticket.Bets=[],this._ticket.Errors=[],this._ticket.AvailableSystems=[],this._ticket.SystemResults=[],this._ticket.ErrorMaxBets=!1,this._ticket.HasTicketErrors=!1,this._ticket.HasBetErrors=!1,this._ticket.OddBonusId=0,this._ticket.OddBonusMode=0,this._ticket.OddMultiplier=0,this._ticket.EncryptedTicketPin=void 0,this._ticket.EncryptedTicketControlSign=void 0,this._ticket.BetAmount=void 0,this._ticket.ServiceChargeAmount=void 0,this._ticket.ServiceChargePercent=void 0,this._ticket.MinPayIn=void 0,this._ticket.MinOdds=void 0,this._ticket.MaxOdds=void 0,this._ticket.AverageOdds=void 0,this._ticket.TotalOdds=void 0,this._ticket.MinWin=void 0,this._ticket.MaxWin=void 0,this._ticket.TotalWin=void 0,this._ticket.WinBonus=void 0,this._ticket.WinBonusTax=void 0,this._ticket.WinTax=void 0,this._ticket.WinTaxPercent=void 0,this._ticket.CombinationCount=void 0,this._ticket.HasOddChanges=!1,this._ticket.Settings.IgnoreOddsChange=!1,this._ticket.JackpotBets.Numbers=[],this._ticket.UseBonusCredit=!1,this.resetAllBonuses(),this.storage.set("app:bingoTicket",this._ticket),this._ticketTypeSubject.next(this._ticket.TicketType)},e.prototype.prepareFiveSixJackpotBets=function(e){var t=this,n=[];this._ticket.Bets.forEach(function(e){for(var t=0;t<e.NumberOfReplies;t++)n.push(e.DrawNumber+t)});var i=n.filter(function(e,t,n){return n.indexOf(e)===t});if(this._ticket.JackpotBets.Numbers&&0==this._ticket.JackpotBets.Numbers.length)for(var r=0;r<6;r++)this._ticket.JackpotBets.Numbers.push(o.random(1,9));i.forEach(function(n){e.JackpotBets.push({Game:5,Numbers:t._ticket.JackpotBets.Numbers,EventId:n,BetType:0})})},e.prototype.pickCompare=function(e,t){if(Array.isArray(t)){var n=o.cloneDeep(t);return n=n.toString().replace(/\,/g,"-"),e==n}return e==t},e.prototype.handleTicketPayIn=function(e,t){if(e.length>0){if(o.find(e,function(e){return 1===e.ErrorType&&1===e.MessageType}))return this._ticket.PayIn}return t>0?t:this._ticket.PayIn},e.prototype.handleBetSlipResponse=function(e){var t=this;if(e){this._ticket.EncryptedTicketPin=e.EncryptedTicketPin,this._ticket.EncryptedTicketControlSign=e.EncryptedTicketControlSign,this._ticket.BetAmount=e.BetAmount,this._ticket.ServiceChargeAmount=e.ServiceChargeAmount,this._ticket.ServiceChargePercent=e.ServiceChargePercent,this._ticket.MinPayIn=e.MinPayIn,this._ticket.MaxPayIn=e.MaxPayIn>0?e.MaxPayIn:void 0,this._ticket.MinOdds=e.MinOdds,this._ticket.MaxOdds=e.MaxOdds,this._ticket.AverageOdds=e.AverageOdds,this._ticket.TotalOdds=e.TotalOdds,this._ticket.MinWin=e.MinWin,this._ticket.MaxWin=e.MaxWin,this._ticket.TotalWin=e.TotalWin,this._ticket.WinBonus=e.WinBonus,this._ticket.WinBonusTax=e.WinBonusTax,this._ticket.WinTax=e.WinTax,this._ticket.WinTaxPercent=e.WinTaxPercent,this._ticket.CombinationCount=e.CombinationCount,this._ticket.AvailableSystems=null!==e.AvailableSystems?e.AvailableSystems:[],this._ticket.SystemResults=e.SystemResults,this._ticket.PayIn=this._ticket.PayIn=this.handleTicketPayIn(e.Errors,e.PayIn),this._ticket.PayInPerTicketLocked=e.PayInPerTicketLocked,this._ticket.PreparedTicketIdentifier=e.PreparedTicketIdentifier;for(var n=0,i=this.ticket.AvailableSystems;n<i.length;n++){var r=i[n];r.Id=r.TypeFrom+"_"+r.TypeTo;for(var o=0,a=this.ticket.SystemResults;o<a.length;o++){var s=a[o];if(r.TypeFrom===s.TypeFrom&&r.TypeTo===s.TypeTo){r.PayIn=s.PayIn,r.PayInPerCombination=s.PayInPerCombination;break}}}if(e.Errors&&e.Errors.forEach(function(n,i){if(n.value&&n.valueType)switch(n.valueType){case"CURRENCY":n.message=n.message.replace("{0}",t.currencyFormatter(n.Value))}1!=n.ErrorType||12!=n.MessageType||t.ticket.OddBonusMode||e.Errors.splice(i,1)}),this._ticket.Errors=e.Errors,this._ticket.HasTicketErrors=this.ticketHasErrors(),this._ticket.HasBetErrors=!1,e.BetResults)for(var u=0,l=e.BetResults;u<l.length;u++)for(var c=l[u],d=0,m=this._ticket.Bets;d<m.length;d++){var p=m[d];if(c.Bet.Game===p.Game&&c.Bet.BetData===p.BetData&&this.pickCompare(c.Bet.Pick,p.Pick)){p.Errors=c.Errors,this._ticket.HasBetErrors=this._ticket.HasBetErrors||p.Errors.length>0;break}}if(this.ticket.ClubTicketBonusItems&&this.ticket.ClubTicketBonusItems.length>0)for(var h=0,f=this.ticket.ClubTicketBonusItems;h<f.length;h++){var g=f[h];g.winIncrease=3===this.ticket.OddBonusMode?this.ticket.MaxWin-100/(g.Value+100)*this.ticket.MaxWin:g.Value/100*this.ticket.MaxWin}this.storage.set("app:bingoTicket",this._ticket)}},e.prototype.ticketHasErrors=function(){var e=0,t=0;return this._ticket.Errors&&this._ticket.Errors.length>0&&(t=this._ticket.Errors.length,this._ticket.Errors.forEach(function(t){2===t.ErrorType&&e++})),e<t},e.prototype.calculateTicket=function(){var e=this;this.busy||(this.calculateInProgressSubject.next(!0),this.validatePayIn(),this._calculateSubscription&&(this._calculateSubscription.unsubscribe(),this._calculateSubscription=void 0),this._ticket.Bets.length>0&&(this._calculateSubscription=this.http.post(this.bettingAPI+"calculate",this.prepareTicketForSending(),{headers:{LanguageId:this.translationProvider.currentLanguage,TerminalId:""+this.configProvider.terminalId,"Device-Type":this.envProvider.environment.Headers.DeviceType}}).timeout(1e4).subscribe(function(t){var n=e.ticket.HasBetErrors,i=e.ticket.HasTicketErrors;e.handleBetSlipResponse(t),e._calculateSubscription=void 0,e._ticket.HasTicketErrors&&!i&&e.showTicketErrorsToast(),e.ticketActive&&e._ticket.HasBetErrors&&!n&&e.notificationSubject.next({Message:"BINGO_TICKET_TOASTER_CALCULATE_BET_ERRORS_MESSAGE",Type:r.a.warning}),e.calculateInProgressSubject.next(!1)},function(){e.calculateInProgressSubject.next(!1)})))},e.prototype.prepareFiveSixJackpot=function(e){var t=this,n=[];this._ticket.Bets.forEach(function(e){for(var t=0;t<e.NumberOfReplies;t++)n.push(e.DrawNumber+t)});var i=n.filter(function(e,t,n){return n.indexOf(e)===t});if(this._ticket.JackpotBets.Numbers&&0==this._ticket.JackpotBets.Numbers.length)for(var r=0;r<6;r++)this._ticket.JackpotBets.Numbers.push(o.random(1,9));i.forEach(function(n){e.JackpotBets.push({Game:5,Numbers:t._ticket.JackpotBets.Numbers,EventId:n,BetType:0})})},e.prototype.prepareTicketForSending=function(e){var t={};t.Bets=[],t.JackpotBets=[],t.Systems=[],t.GameType=this._bettingGameType,t.OddBonusId=this._ticket.OddBonusId,t.OddBonusMode=this._ticket.OddBonusMode,t.BetSlipType=0,t.AutoConfirm=e,t.Settings={ReserveFunds:this._ticket.Settings.ReserveFunds},t.UseBonusCredit=this._ticket.UseBonusCredit,"True"==this.configProvider.configBingo.BINGO_FIVESIX_JACKPOT_ON&&this.prepareFiveSixJackpot(t);for(var n=0,i=this._ticket.Bets;n<i.length;n++){var a=i[n],s={BetData:a.BetData,Game:a.Game,Odd:a.Odd,Pick:"number"==typeof a.Pick?a.Pick:a.Pick.toString().replace(/\,/g,"-"),DrawNumber:a.DrawNumber,PickDescription:a.PickDescription,NumberOfReplies:a.NumberOfReplies,TranslatedPick:a.TranslatedPick};if(a.NumberOfReplies>1)for(var u=0;u<a.NumberOfReplies;u++){var l=Object.assign({},s);if(u>0){var c=l.BetData.split("_");l.DrawNumber=l.DrawNumber+u,l.BetData=l.DrawNumber+"_"+c[1]}t.Bets.push(l)}else t.Bets.push(s)}return this._ticket.TicketType===r.b.normal?t.Systems.push({TypeFrom:t.Bets.length,TypeTo:t.Bets.length,PayIn:this._ticket.PayIn}):this._ticket.AvailableSystems&&(t.Systems=[],o.each(this._ticket.AvailableSystems,function(e){e.PayIn>0&&t.Systems.push({PayIn:e.PayIn,TypeFrom:e.TypeFrom,TypeTo:e.TypeTo})})),t},e.prototype.addBet=function(e,t){this.locked?this.notificationSubject.next({Message:"BINGO_TICKET_TOASTER_LOCKED_MESSAGE",Type:r.a.warning}):this._ticket.Bets.length>=this._ticketConfiguration.BetSlipMaxBets?this.notificationSubject.next({Message:"BINGO_TICKET_TOASTER_MAX_BETS_MESSAGE",Type:r.a.warning}):(e.Errors=[],this._ticket.Bets.push(e),this.ticket.Bets.length>=2&&0!=this.ticket.OddBonusId&&this.resetAllBonuses(),this._ticketCalculateSubject.next(!0),this.storage.set("app:bingoTicket",this._ticket),void 0!==t&&t(null,e),this._ticketBetsModifiedSubj.next({operation:"added",bet:e}),this.notificationSubject.next({Message:"BINGO_TICKET_TOASTER_BET_ADDED_MESSAGE",Type:r.a.info}))},e.prototype.changeNumberOfReplies=function(e){var t=this.indexOfBet(e);-1!=t&&(this.ticket.Bets[t].NumberOfReplies=e.NumberOfReplies,this.ticket.Bets[t].NumberOfReplies>=2&&0!=this.ticket.OddBonusId&&this.resetAllBonuses(),this._ticketCalculateSubject.next(!0),this.storage.set("app:bingoTicket",this._ticket))},e}()},,,,,,,function(e,t,n){"use strict";n.d(t,"a",function(){return c});n(0),n(14),n(8),n(3),n(10),n(21);var i=n(20),r=(n.n(i),n(9),n(17)),o=n.n(r),a=n(28),s=(n.n(a),n(291)),u=n(7),l=(n(42),n(68),n(13)),c=function(){function e(e,t,n,r,o,a,s,c,d){var m=this;this.currencyPipe=e,this.authProvider=t,this.http=n,this.translationProvider=r,this.storage=o,this.configProvider=a,this.envProvider=s,this.uiProvider=c,this.kenoProvider=d,this.gameID=16,this._ticket={PayInPerTicketLocked:!1,SystemResults:[],CombinationCount:0,WinTaxPercent:0,WinTax:0,WinBonus:0,MaxWin:0,MinWin:0,TotalOdds:0,AverageOdds:0,MaxOdds:0,MinOdds:0,ServiceChargePercent:0,ServiceChargeAmount:0,BetAmount:0,Errors:[],HasTicketErrors:!1,HasBetErrors:!1,GameType:this.gameID,Bets:[],Systems:[],MinPayIn:0,MaxPayIn:0,PayIn:0,TotalWin:0,PredefinedPayins:[],JokerBetSlipItems:[],JokerBetSlipPriceItems:[],OddBonusId:0,OddBonusMode:0,OddMultiplier:0,JackpotBets:{Game:16,Numbers:[],EventId:null,BetType:null},ClubTicketBonusItems:[],UseBonusCredit:!1},this.ticket=this._ticket,this.isAttendant="1"==u.a.TerminalType,this._isBusy=!1,this._isTicketRepeatDialogVisible=!1,this._ticketBetsModifiedSubj=new i.Subject,this.ticketBetsModified$=this._ticketBetsModifiedSubj.asObservable(),this._isBusySubject=new i.Subject,this.isBusy$=this._isBusySubject.asObservable(),this.calculateInProgressSubject=new i.Subject,this.calculateInProgress$=this.calculateInProgressSubject.asObservable(),this._ticketCalculateSubject=new i.Subject,this.ticketCalculate$=this._ticketCalculateSubject.asObservable(),this._isTicketRepeatDialogVisibleSubject=new i.Subject,this.isTicketRepeatDialogVisible$=this._isTicketRepeatDialogVisibleSubject.asObservable(),this.notificationSubject=new i.Subject,this.notificationSubject$=this.notificationSubject.asObservable(),this._ballDrawnSubject=new i.Subject,this._ballDrawn$=this._ballDrawnSubject.asObservable(),this._ticketTypeSubject=new i.Subject,this.ticketType$=this._ticketTypeSubject.asObservable(),this.ticketAuthTime=90,this.drawnBalls=[],this.attachTicket=function(){setTimeout(function(){m.ticket=m._ticket})},this.repeatDialogYes=function(){m.isTicketRepeatDialogVisible=!1},this.ticketCalculate$.pipe(Object(l.a)(this)).subscribe(function(e){m.timeoutHandle&&(clearTimeout(m.timeoutHandle),m.timeoutHandle=void 0),m.timeoutHandle=setTimeout(function(){m.calculateTicket()},300)})}return e.prototype.ngOnDestroy=function(){},e.prototype.forceTicketCalculate=function(){this._ticketCalculateSubject.next(!0)},e.prototype.initialize=function(){var e=this,t=new i.ReplaySubject(1);return this.envProvider.environment.TicketValidationTime&&(this.ticketAuthTime=+this.envProvider.environment.TicketValidationTime),this.storage.get("app:kenoTicket").then(function(n){n&&null!==n&&Object.assign(e._ticket,n),e._ticketConfiguration=e.configProvider.configKenoTicket,e._ticket.MinPayIn=e._ticketConfiguration.MinPayIn,e._ticket.PredefinedPayins=e._ticketConfiguration.BetSlipPayInValues,e.clearBonuses(),e.validatePayIn(),t.next(!0),t.complete()},function(e){t.error(e),t.complete()}),t.asObservable()},e.prototype.validatePayIn=function(){o.a.each(this._ticket.Systems,function(e){e.PayIn<e.MinPayIn?e.PayIn=e.MinPayIn:e.PayIn>e.MaxPayIn&&(e.PayIn=e.MaxPayIn)}),(!this._ticket.PayIn||this._ticket.PayIn<this._ticket.MinPayIn)&&(this._ticket.PayIn=this.getDefaultStake())},e.prototype.getDefaultStake=function(){return this._ticketConfiguration.DefaultStake>=this._ticket.MinPayIn&&(void 0==this._ticket.MaxPayIn||this._ticketConfiguration.DefaultStake<=this._ticket.MaxPayIn)?this._ticketConfiguration.DefaultStake:this._ticketConfiguration.MinPayIn},Object.defineProperty(e.prototype,"isBusy",{get:function(){return this._isBusy},set:function(e){this._isBusy=e,this._isBusySubject.next(this._isBusy)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"bettingAPI",{get:function(){return""+this.configProvider.configClient.BettingApiUrl},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"clubAPI",{get:function(){return""+this.configProvider.configClient.ClubApiUrl},enumerable:!0,configurable:!0}),e.prototype.createBet=function(e,t,n,i,r,o){return{Game:this.gameID,RoundId:e.Id,BetData:e.Id+"-"+t.BetType+"-"+(o?1:0)+"-"+e.DrawNumber,BetType:t.BetType,Pick:n,Odd:r,EventTime:e.StartTime,DrawNumber:e.DrawNumber,PickDesctiption:t.Sbv>0?t.BetTypeTranslatedName+" "+t.Sbv:t.BetTypeTranslatedName,Risk:o?1:0,RiskEnabled:e.RiskEnabled,NumberOfReplies:1,TranslatedPick:i}},e.prototype.toggleBet=function(e,t,n,i,r,o){var a=this.createBet(e,t,n,i,r,o);this.addBet(a)},e.prototype.indexOfBet=function(e){for(var t=0;t<this._ticket.Bets.length;t++){var n=this._ticket.Bets[t];if(n.DrawNumber===e.DrawNumber&&n.BetType===e.BetType&&n.Pick==e.Pick)return t}return-1},e.prototype.placeBet=function(e,t,n,i,r,o){var a=this.createBet(e,t,n,i,r,o);return this.addBet(a),!0},e.prototype.addBet=function(e){return this.isTicketLocked?(this.uiProvider.toastCreate("KENO_TICKET_TOASTER_LOCKED_MESSAGE","warning"),void this.notificationSubject.next({Message:"KENO_TICKET_TOASTER_LOCKED_MESSAGE",Type:s.a.warning})):this.ticketConfiguration&&this.ticketConfiguration.BetSlipMaxBets&&this.ticket.Bets.length>=this.ticketConfiguration.BetSlipMaxBets?(this.notificationSubject.next({Message:"KENO_TICKET_TOASTER_MAX_BETS_MESSAGE",Type:s.a.warning}),void this.uiProvider.toastCreate("KENO_TICKET_TOASTER_MAX_BETS_MESSAGE","warning")):(this._ticket.Bets.push(e),this.ticket.Bets.length>=2&&0!=this.ticket.OddBonusId&&this.resetAllBonuses(),this._ticketCalculateSubject.next(!0),this.storage.set("app:kenoTicket",JSON.stringify(this._ticket)),void this._ticketBetsModifiedSubj.next({operation:"added",bet:e}))},e.prototype.removeBet=function(e){var t=this.indexOfBet(e);-1!==t&&this.deleteBet(t)},e.prototype.deleteBet=function(e){if(this.isTicketLocked)return this.notificationSubject.next({Message:"KENO_TICKET_TOASTER_LOCKED_MESSAGE",Type:s.a.warning}),void this.uiProvider.toastCreate("KENO_TICKET_TOASTER_LOCKED_MESSAGE","warning");var t=this._ticket.Bets.splice(e,1)[0];this._ticket.Bets.length>0&&this._ticketCalculateSubject.next(!0),0===this._ticket.Bets.length&&this.resetTicket(),this.storage.set("app:kenoTicket",this._ticket),this._ticketBetsModifiedSubj.next({operation:"removed",bet:t}),this.notificationSubject.next({Message:"KENO_TICKET_TOASTER_BET_REMOVED_MESSAGE",Type:s.a.warning})},e.prototype.resetTicket=function(){this._ticket.MinPayIn=this._ticketConfiguration.MinPayIn,this._ticket.PredefinedPayins=this._ticketConfiguration.BetSlipPayInValues,this._ticket.GameType=this.gameID,this._ticket.Bets=[],this._ticket.Systems=[],this._ticket.Errors=[],this._ticket.HasTicketErrors=!1,this._ticket.HasBetErrors=!1,this.ticket.TotalWin=0,this.ticket.PayInPerTicketLocked=!1,this.ticket.SystemResults=[],this.ticket.CombinationCount=0,this.ticket.WinTaxPercent=0,this.ticket.WinTax=0,this.ticket.WinBonus=0,this.ticket.MaxWin=0,this.ticket.MinWin=0,this.ticket.TotalOdds=0,this.ticket.AverageOdds=0,this.ticket.MaxOdds=0,this.ticket.MinOdds=0,this.ticket.ServiceChargePercent=0,this.ticket.ServiceChargeAmount=0,this.ticket.BetAmount=0,this.ticket.EncryptedTicketPin=void 0,this.ticket.EncryptedTicketControlSign=void 0,this.ticket.PayIn=this._ticketConfiguration.MinPayIn,this._ticket.JackpotBets.Numbers=[],this._ticket.UseBonusCredit=!1,this.resetAllBonuses(),this.storage.set("app:kenoTicket",this._ticket)},e.prototype.prepareFiveSixJackpot=function(e){var t=this,n=[];this._ticket.Bets.forEach(function(e){for(var i=0;i<e.NumberOfReplies;i++){var r=t.getCorrectRoundId(e.DrawNumber+i,e);r&&n.push(r)}});var i=n.filter(function(e,t,n){return n.indexOf(e)===t});if(this._ticket.JackpotBets.Numbers&&0==this._ticket.JackpotBets.Numbers.length)for(var r=0;r<6;r++)this._ticket.JackpotBets.Numbers.push(o.a.random(1,9));i.forEach(function(n){e.JackpotBets.push({Game:16,Numbers:t._ticket.JackpotBets.Numbers,EventId:n,BetType:0})})},e.prototype.hasBet=function(e,t,n,i,r,a){var s=this.createBet(e,t,n,i,r,a);return!!o.a.find(this._ticket.Bets,function(e){return e.DrawNumber===s.DrawNumber&&e.PickDesctiption===s.PickDesctiption&&e.Pick==s.Pick})},e.prototype.betsEqual=function(e,t,n,i,r,o,a){var s=this.createBet(e,t,n,i,r,o);return a.DrawNumber===s.DrawNumber&&a.PickDesctiption===s.PickDesctiption&&a.Pick==s.Pick},e.prototype.removeForbiddenBetCombinations=function(e){for(var t=0;t<this._ticket.Bets.length;t++){var n=this._ticket.Bets[t];n.DrawNumber===e.DrawNumber&&n.BetType===e.BetType&&n.BetType>2&&(this._ticket.Bets.splice(t,1),this._ticketBetsModifiedSubj.next({operation:"removed",bet:n}),t--)}},e.prototype.calculateTicket=function(){var e=this;this.isTicketBusy||(this.calculateInProgressSubject.next(!0),this.validatePayIn(),this._calculateSubscription&&(this._calculateSubscription.unsubscribe(),this._calculateSubscription=void 0),this._ticket.Bets.length>0&&(this._calculateSubscription=this.http.post(this.bettingAPI+"calculate",this.prepareTicketForSending(),{headers:{LanguageId:this.translationProvider.currentLanguage,TerminalId:""+this.configProvider.terminalId,"Device-Type":this.envProvider.environment.Headers.DeviceType}}).pipe(Object(a.timeout)(1e4)).subscribe(function(t){var n=e.ticket.HasBetErrors,i=e.ticket.HasTicketErrors;if(e.handleBetSlipResponse(t),e._calculateSubscription=void 0,e._ticket.HasTicketErrors&&!i&&e.showTicketErrorsToast(),e.ticketActive&&e._ticket.HasBetErrors&&!n)return e.notificationSubject.next({Message:"KENOO_TICKET_TOASTER_CALCULATE_BET_ERRORS_MESSAGE",Type:s.a.warning}),void e.uiProvider.toastCreate("KENO_TICKET_TOASTER_CALCULATE_BET_ERRORS_MESSAGE","warning");e.resetSelectedFreeTicket(),e.calculateInProgressSubject.next(!1)},function(){e.calculateInProgressSubject.next(!1)})))},e.prototype.resetSelectedFreeTicket=function(){var e=this;this._ticket.JokerBetSlipItems.length>0&&this._ticket.JokerBetSlipItems.forEach(function(t){e.ticket.SystemResults&&e.ticket.SystemResults.length>0&&(t.AbstractValue>=e._ticket.SystemResults[0].MinPayIn&&t.AbstractValue<=e._ticket.SystemResults[0].MaxPayIn||(t.selected?(t.selected=!1,e.resetAllBonuses(t.Id),e._ticket.OddBonusId=t.Id,e._ticket.OddBonusMode=t.OddBonusMode,e._ticket.OddMultiplier=t.OddMultiplier):e._ticket.OddBonusId===t.Id&&e._ticket.OddBonusMode===t.OddBonusMode&&(e._ticket.OddBonusId=0,e._ticket.OddBonusMode=0,e._ticket.OddMultiplier=0)))})},e.prototype.handleTicketPayIn=function(e,t){if(e.length>0){if(o.a.find(e,function(e){return 1===e.ErrorType&&1===e.MessageType}))return this._ticket.PayIn}return t>0?t:this._ticket.PayIn},e.prototype.handleBetSlipResponse=function(e){var t=this;if(e){this._ticket.EncryptedTicketPin=e.EncryptedTicketPin,this._ticket.EncryptedTicketControlSign=e.EncryptedTicketControlSign,this._ticket.BetAmount=e.BetAmount,this._ticket.ServiceChargeAmount=e.ServiceChargeAmount,this._ticket.ServiceChargePercent=e.ServiceChargePercent,this._ticket.MinPayIn=e.MinPayIn,this._ticket.MinOdds=e.MinOdds,this._ticket.MaxOdds=e.MaxOdds,this._ticket.AverageOdds=e.AverageOdds,this._ticket.TotalOdds=e.TotalOdds,this._ticket.MinWin=e.MinWin,this._ticket.MaxWin=e.MaxWin,this._ticket.WinBonus=e.WinBonus,this._ticket.WinTax=e.WinTax,this._ticket.WinTaxPercent=e.WinTaxPercent,this._ticket.CombinationCount=e.CombinationCount,this._ticket.SystemResults=e.SystemResults;var n=this._ticket.PayIn;if(this._ticket.PayIn=this._ticket.PayIn=this.handleTicketPayIn(e.Errors,e.PayIn),this._ticket.PayInPerTicketLocked=e.PayInPerTicketLocked,n!=this._ticket.PayIn?this._ticketCalculateSubject.next(!0):this._ticket.TotalWin=e.TotalWin,e.Errors&&e.Errors.forEach(function(n,i){if(n.value&&n.valueType)switch(n.valueType){case"CURRENCY":n.message=n.message.replace("{0}",t.currencyFormatter(n.Value))}1==n.ErrorType&&12==n.MessageType&&e.Errors.splice(i,1)}),this._ticket.Errors=e.Errors,this._ticket.HasTicketErrors=this.ticketHasErrors(),this._ticket.HasBetErrors=!1,e.BetResults)for(var i=0;i<e.BetResults.length;i++)for(var r=e.BetResults[i],o=0;o<this._ticket.Bets.length;o++){var a=this._ticket.Bets[o];if(r.Bet.Game===a.Game&&r.Bet.BetData===a.BetData&&r.Bet.Pick==a.Pick){a.Errors=r.Errors,this._ticket.HasBetErrors=this._ticket.HasBetErrors||a.Errors.length>0;break}}this.storage.set("app:kenoTicket",this._ticket)}},e.prototype.ticketHasErrors=function(){var e=0,t=0;return this._ticket.Errors&&this._ticket.Errors.length>0&&(t=this._ticket.Errors.length,this._ticket.Errors.forEach(function(t){2===t.ErrorType&&e++})),e<t},e.prototype.currencyFormatter=function(e){this.currencyPipe.transform(e)},e.prototype.prepareTicketForSending=function(e){var t={};t.GameType=this._ticket.GameType,t.Autoconfirm=e,t.Bets=[],t.OddBonusId=this._ticket.OddBonusId,t.OddBonusMode=this._ticket.OddBonusMode,t.BetSlipType=0,t.AutoConfirm=e,t.JackpotBets=[],t.UseBonusCredit=this._ticket.UseBonusCredit,"True"==this.configProvider.configKeno.KENO_FIVESIX_JACKPOT_ON&&this.prepareFiveSixJackpot(t);for(var n=0,i=this._ticket.Bets;n<i.length;n++){var r=i[n],o={Game:r.Game,RoundId:r.RoundId,BetData:r.BetData,BetType:r.BetType,Pick:r.Pick,Odd:r.Odd,EventTime:r.EventTime,DrawNumber:r.DrawNumber,PickDesctiption:r.PickDesctiption,Risk:r.Risk,RiskEnabled:r.RiskEnabled,NumberOfReplies:r.NumberOfReplies,TranslatedPick:r.TranslatedPick,Errors:r.Errors};if(r.NumberOfReplies>1)for(var a=0;a<r.NumberOfReplies;a++){var s=Object.assign({},o);if(a>0){s.DrawNumber=s.DrawNumber+a;var u=this.getCorrectRoundId(s.DrawNumber,r);u&&(s.RoundId=u),s.BetData=s.RoundId+"-"+s.BetType+"-"+(s.Risk?1:0)+"-"+s.DrawNumber}t.Bets.push(s)}else t.Bets.push(o)}return t.Systems=[{TypeFrom:t.Bets.length,TypeTo:t.Bets.length,PayIn:this._ticket.PayIn}],t},e.prototype.checkPayIn=function(e){},e.prototype.detachTicket=function(){var e=this;setTimeout(function(){e.ticket=Object.assign({},e._ticket)})},Object.defineProperty(e.prototype,"isTicketLocked",{get:function(){return this._isBusy||this._isTicketRepeatDialogVisible},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isTicketBusy",{get:function(){return this._isBusy},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isRepeatDialogVisible",{get:function(){return this._isTicketRepeatDialogVisible},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ticketConfiguration",{get:function(){return this._ticketConfiguration},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isTicketRepeatDialogVisible",{set:function(e){this._isTicketRepeatDialogVisible=e,this._isTicketRepeatDialogVisibleSubject.next(this._isTicketRepeatDialogVisible)},enumerable:!0,configurable:!0}),e.prototype.isValid=function(){return!(this._ticket.HasTicketErrors||this._ticket.HasBetErrors)},e.prototype.isSubmitEnabled=function(){return this.isValid()&&!this._isBusy},e.prototype.setPayin=function(e){var t=!0;return isNaN(e)&&(this.notificationSubject.next({Message:"KENOO_TICKET_TOASTER_INVALID_PAYIN_MESSAGE",Type:s.a.warning}),this.uiProvider.toastCreate("KENO_TICKET_TOASTER_INVALID_PAYIN_MESSAGE","warning"),e=this.getDefaultStake(),t=!1),this._ticket.PayIn=e,this.validatePayIn(),this._ticketCalculateSubject.next(!0),t},e.prototype.submit=function(){var e=this;if(this.isTicketLocked)return this.notificationSubject.next({Message:"KENO_TICKET_TOASTER_LOCKED_MESSAGE",Type:s.a.warning}),void this.uiProvider.toastCreate("KENO_TICKET_TOASTER_LOCKED_MESSAGE","warning");this._validationTime=this.ticketAuthTime,this.isBusy=!0,this.detachTicket();var t=void 0,n=void 0,i=function(){n=setTimeout(function(){e._validationTime--,e._validationTime<=0?t&&t.unsubscribe():i()},1e3)};i(),t=this.http.post(this.bettingAPI+"submit",this.prepareTicketForSending()).subscribe(function(i){if(e.attachTicket(),e.handleBetSlipResponse(i),e._calculateDebouncedUntil=new Date,e._calculateDebouncedUntil.setSeconds(e._calculateDebouncedUntil.getSeconds()+3e3),e._ticket.HasBetErrors||e._ticket.HasTicketErrors)e.attachTicket(),e.isBusy=!1,e._validationTime=void 0,clearTimeout(n),e._ticket.HasTicketErrors&&e.showTicketErrorsToast(),e._ticket.HasBetErrors&&(e.notificationSubject.next({message:"KENO_TICKET_TOASTER_BET_ERRORS_MESSAGE",type:s.a.warning}),e.uiProvider.toastCreate("KENO_TICKET_TOASTER_BET_ERRORS_MESSAGE","warning"));else{e.detachTicket();t=e.http.post(e.bettingAPI+"confirm",{EncryptedTicketPin:e._ticket.EncryptedTicketPin}).subscribe(function(t){if(!0!==t)e.attachTicket(),e.isBusy=!1,e._validationTime=void 0,clearTimeout(n),e.isTicketRepeatDialogVisible=!1,e.notificationSubject.next({message:"SERVICE_NOT_AVAILABLE",type:s.a.error});else{e.impersonationData=void 0;var i=e.authProvider.isAdmin();i||(e.attachTicket(),e.isBusy=!1,e._validationTime=void 0,clearTimeout(n)),e.resetAllBonuses(),i||(e.ticketActive?e.isTicketRepeatDialogVisible=!0:(e.notificationSubject.next({message:"KENO_TICKET_TOASTER_SUCCESS_MESSAGE",type:s.a.info}),e.uiProvider.toastCreate("KENO_TICKET_TOASTER_SUCCESS_MESSAGE","success")))}},function(t){e.attachTicket(),e.isBusy=!1,e._validationTime=void 0,clearTimeout(n),e.isTicketRepeatDialogVisible=!1,t&&401!==t.Status&&(e.notificationSubject.next({message:"SERVICE_NOT_AVAILABLE",type:s.a.error}),e.uiProvider.toastCreate("SERVICE_NOT_AVAILABLE","error"))})}},function(t){clearTimeout(n),t&&401!==t.Status&&(e.notificationSubject.next({message:"SERVICE_NOT_AVAILABLE",type:s.a.error}),e.uiProvider.toastCreate("SERVICE_NOT_AVAILABLE","error")),e.attachTicket(),e.isBusy=!1,e._validationTime=void 0})},e.prototype.submitV2=function(){var e=this;if(this.isTicketLocked)return this.notificationSubject.next({message:"KENO_TICKET_TOASTER_LOCKED_MESSAGE",type:s.a.warning}),void this.uiProvider.toastCreate("KENO_TICKET_TOASTER_LOCKED_MESSAGE","warning");this._validationTime=this.ticketAuthTime,this.isBusy=!0,this.detachTicket();var t=void 0,n=void 0,i=function(){n=setTimeout(function(){e._validationTime--,e._validationTime<=0?t&&t.unsubscribe():i()},1e3)};i(),t=this.http.post(this.bettingAPI+"submit",this.prepareTicketForSending(!0)).subscribe(function(t){if(e.attachTicket(),e.handleBetSlipResponse(t),e._calculateDebouncedUntil=new Date,e._calculateDebouncedUntil.setSeconds(e._calculateDebouncedUntil.getSeconds()+3e3),e._ticket.HasBetErrors||e._ticket.HasTicketErrors)e.attachTicket(),e.isBusy=!1,e._validationTime=void 0,clearTimeout(n),e._ticket.HasTicketErrors&&e.showTicketErrorsToast(),e._ticket.HasBetErrors&&(e.notificationSubject.next({message:"KENO_TICKET_TOASTER_BET_ERRORS_MESSAGE",type:s.a.warning}),e.uiProvider.toastCreate("KENO_TICKET_TOASTER_BET_ERRORS_MESSAGE","warning"));else{e.detachTicket();e.impersonationData=void 0;var i=e.authProvider.isAdmin();i||(e.attachTicket(),e.isBusy=!1,e._validationTime=void 0,clearTimeout(n)),e.resetAllBonuses(),i||(e.ticketActive?e.isTicketRepeatDialogVisible=!0:(e.notificationSubject.next({message:"KENO_TICKET_TOASTER_SUCCESS_MESSAGE",type:s.a.info}),e.uiProvider.toastCreate("KENO_TICKET_TOASTER_SUCCESS_MESSAGE","success")))}},function(t){clearTimeout(n),t&&401!==t.Status&&(e.notificationSubject.next({message:"SERVICE_NOT_AVAILABLE",type:s.a.error}),e.uiProvider.toastCreate("KSERVICE_NOT_AVAILABLE","error")),e.attachTicket(),e.isBusy=!1,e._validationTime=void 0})},e.prototype.showTicketErrorsToast=function(){if(this._ticket.Errors)for(var e=0;e<this._ticket.Errors.length;e++)this.notificationSubject.next({message:this._ticket.Errors[e].TranslatedMessage,type:s.a.warning})},e.prototype.clear=function(){this.resetTicket(),this.impersonationData=void 0,this.storage.set("app:kenoTicket",this._ticket),this._ticketBetsModifiedSubj.next({operation:"cleared",bet:void 0})},e.prototype.repeatDialogNo=function(){this.isTicketRepeatDialogVisible=!1,this.clear()},e.prototype.changeRisk=function(e,t){e.Risk=t?1:0,e.BetData=e.RoundId+"-"+e.BetType+"-"+e.Risk+"-"+e.DrawNumber,this._ticketCalculateSubject.next(!0),this.storage.set("app:kenoTicket",this._ticket)},e.prototype.changeRepetitions=function(e){var t=this.indexOfBet(e);-1!=t&&(this.ticket.Bets[t].NumberOfReplies=e.NumberOfReplies,this.ticket.Bets[t].NumberOfReplies>=2&&0!=this.ticket.OddBonusId&&this.resetAllBonuses()),this._ticketCalculateSubject.next(!0),this.storage.set("app:kenoTicket",this._ticket)},e.prototype.ballDrawn=function(e){this._ballDrawnSubject.next(e)},e.prototype.getUserBonuses=function(){var e=this;return new Promise(function(t,n){!e.authProvider.isLoggedIn()||"WebUser"!==e.authProvider.getAuth().role&&"ExternalUser"!==e.authProvider.getAuth().role?(e.clearBonuses(),t()):e.http.post(e.clubAPI+"bonuses",{BonusTypes:[0],GameType:16}).subscribe(function(n){if(n.Result){if(e._ticket.ClubTicketBonusItems=n.Result.ClubTicketBonusItems,e._ticket.JokerBetSlipItems=n.Result.JokerBetSlipItems,e._ticket.JokerBetSlipPriceItems=n.Result.JokerBetSlipPriceItems,e._ticket.ClubTicketBonusItems.length)for(var i=0,r=e._ticket.ClubTicketBonusItems;i<r.length;i++){var o=r[i];o.WinIncrease=3===e._ticket.OddBonusMode?e._ticket.MaxWin-100/(o.Value+100)*e._ticket.MaxWin:o.Value/100*e._ticket.MaxWin}}else e.clearBonuses();t()},function(t){e.clearBonuses(),n()})})},e.prototype.resetAllBonuses=function(e){this._ticket.OddBonusId=0,this._ticket.OddBonusMode=0,this._ticket.OddMultiplier=0,o.a.each(this._ticket.ClubTicketBonusItems,function(t){e!=t.Id&&(t.selected=!1)}),o.a.each(this._ticket.JokerBetSlipItems,function(t){e!=t.Id&&(t.selected=!1)}),o.a.each(this._ticket.JokerBetSlipPriceItems,function(t){e!=t.Id&&(t.selected=!1)})},e.prototype.toggleBonus=function(e){e.selected=!e.selected,e.selected?(this._ticket.UseBonusCredit=!1,this.resetAllBonuses(e.Id),this._ticket.OddBonusId=e.Id,this._ticket.OddBonusMode=e.OddBonusMode,this._ticket.OddMultiplier=e.OddMultiplier,this._ticket.PayIn=e.SurchargeAmount):this._ticket.OddBonusId===e.Id&&this._ticket.OddBonusMode===e.OddBonusMode&&(this._ticket.OddBonusId=0,this._ticket.OddBonusMode=0,this._ticket.OddMultiplier=0,this._ticket.PayIn=this.getDefaultStake()),this._ticketCalculateSubject.next(!0)},e.prototype.removeBonus=function(e){return this._ticket.JokerBetSlipItems[e].Count>1?this._ticket.JokerBetSlipItems[e].Count=this._ticket.JokerBetSlipItems[e].Count-1:this._ticket.JokerBetSlipItems.splice(e,1),this.ticket.JokerBetSlipItems=this._ticket.JokerBetSlipItems,this._ticket.JokerBetSlipItems},e.prototype.addBonus=function(e){this._ticket.JokerBetSlipItems.push(e)},e.prototype.clearBonuses=function(){this.ticket.OddBonusId=0,this.ticket.OddBonusMode=0,this.ticket.OddMultiplier=0,this.ticket.ClubTicketBonusItems=[],this.ticket.JokerBetSlipItems=[],this.ticket.JokerBetSlipPriceItems=[]},e.prototype.getCorrectRoundId=function(e,t){var n=this.kenoProvider.kenoAvailableRoundsBasicData.find(function(t){return t.DrawNumber===e});if(n)return n.Id;this.removeBet(t)},e}()},,,,function(e,t,n){"use strict";n.d(t,"a",function(){return l});n(0);var i=n(20),r=(n.n(i),n(104)),o=n(291),a=n(28),s=(n.n(a),n(21),n(9),n(10),n(3),n(8),n(207)),u=n(7),l=function(){function e(e,t,n,r,o,a,l){this.zone=e,this.http=t,this.authService=n,this.localizationService=r,this.configProvider=o,this.envProvider=a,this.authHTTP=l,this.connectionStateSubj=new i.ReplaySubject(1),this.connectionState$=this.connectionStateSubj.asObservable(),this.bingoRoundStatsSubj=new i.ReplaySubject(1),this.bingoRoundStatsSubj$=this.bingoRoundStatsSubj.asObservable(),this.bingoJackpotsTimelineSubj=new i.ReplaySubject(1),this.bingoJackpotsTimeline$=this.bingoJackpotsTimelineSubj.asObservable(),this._roundsInfoHistorySubject=new i.ReplaySubject,this.roundsInfoHistory$=this._roundsInfoHistorySubject.asObservable(),this.roundsSubj=new i.ReplaySubject(1),this.rounds$=this.roundsSubj.asObservable(),this.historyRoundsSubj=new i.ReplaySubject(1),this.historyRounds$=this.historyRoundsSubj.asObservable(),this.upcomingRoundsSubj=new i.ReplaySubject(1),this.upcomingRounds$=this.upcomingRoundsSubj.asObservable(),this.bingoStateSubj=new i.ReplaySubject(1),this.bingoState$=this.bingoStateSubj.asObservable(),this.noMatchBonusAmountSubj=new i.ReplaySubject(1),this.noMatchBonusAmount$=this.noMatchBonusAmountSubj.asObservable(),this.colorBonusAmountSubj=new i.ReplaySubject(1),this.colorBonusAmount$=this.colorBonusAmountSubj.asObservable(),this.jackpotAmountSubj=new i.ReplaySubject(1),this.jackpotAmount$=this.jackpotAmountSubj.asObservable(),this.startRefCount=0,this.hotJackpotAmountSubj=new i.ReplaySubject(1),this.hotJackpotAmount$=this.hotJackpotAmountSubj.asObservable(),this.megaJackpotAmountSubj=new i.ReplaySubject(1),this.megaJackpotAmount$=this.megaJackpotAmountSubj.asObservable(),this.jackpot56NumbersSubj=new i.ReplaySubject(1),this.jackpot56Numbers$=this.jackpot56NumbersSubj.asObservable(),this.jackpotWonSubj=new i.ReplaySubject(1),this.jackpotWon$=this.jackpotWonSubj.asObservable(),this._currentUserInfoSubject=new i.Subject,this._currentUserInfoSubject$=this._currentUserInfoSubject.asObservable().debounceTime(300),this._bingoTournamentsSubject=new i.ReplaySubject(1),this._bingoTournaments$=this._bingoTournamentsSubject.asObservable(),this.bingoTournamentCacheTime=new Date;var c=new Date;this.bingoTournamentCacheTime=new Date(c),this.bingoTournamentCacheTime.setMinutes(c.getMinutes()+5),"2"==u.a.TerminalType&&(this._bingoTournamentsCache=new s.a(this.updateBingoTournaments.bind(this),this.bingoTournamentsCacheValid.bind(this),this._bingoTournamentsSubject,3e5,3e5))}return Object.defineProperty(e.prototype,"connectionState",{get:function(){return this.mCnnectionState},set:function(e){this.mCnnectionState=e,this.connectionStateSubj.next(e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"bingoRoundStats",{get:function(){return this._bingoRoundStats},set:function(e){this._bingoRoundStats=e,this.bingoRoundStatsSubj.next(e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"bingoJackpotsTimeline",{get:function(){return this._bingoJackpotsTimeline},set:function(e){this._bingoJackpotsTimeline=e,this.bingoJackpotsTimelineSubj.next(e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"rounds",{get:function(){return this.mRounds},set:function(e){this.mRounds=e,this.roundsSubj.next(e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"historyRounds",{get:function(){return this._historyRounds},set:function(e){this._historyRounds=e,this.historyRoundsSubj.next(e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"upcomingRounds",{get:function(){return this._upcomingRounds},set:function(e){this._upcomingRounds=e,this.upcomingRoundsSubj.next(e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"bingoState",{get:function(){return this._bingoState},set:function(e){this._bingoState=e,this.bingoStateSubj.next(e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"noMatchBonusAmount",{get:function(){return this._noMatchBonusAmount},set:function(e){this._noMatchBonusAmount=e,this.noMatchBonusAmountSubj.next(e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"colorBonusAmount",{get:function(){return this._colorBonusAmount},set:function(e){this._colorBonusAmount=e,this.colorBonusAmountSubj.next(e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"jackpotAmount",{get:function(){return this._jackpotAmount},set:function(e){this._jackpotAmount=e,this.jackpotAmountSubj.next(e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"hotJackpotAmount",{get:function(){return this._hotJackpotAmount},set:function(e){this._hotJackpotAmount=e,this.hotJackpotAmountSubj.next(e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"megaJackpotAmount",{get:function(){return this._megaJackpotAmount},set:function(e){this._megaJackpotAmount=e,this.megaJackpotAmountSubj.next(e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"jackpot56Numbers",{get:function(){return this._jackpot56Numbers},set:function(e){this._jackpot56Numbers=e,this.jackpot56NumbersSubj.next(e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"jackpotWon",{get:function(){return this._jackpotWon},set:function(e){this._jackpotWon=e,this.jackpotWonSubj.next(e)},enumerable:!0,configurable:!0}),e.prototype.initialize=function(){var e=new i.ReplaySubject(1);return this.initialized=!0,e.next(this.initialized),e.complete(),this.startRefCount>0?(this.running=!0,this.connectBingoHub()):e.asObservable()},e.prototype.start=function(){if(this.startRefCount++,this.initialized&&1==this.startRefCount)return this.running=!0,this.connectBingoHub();var e=new i.ReplaySubject(1);return e.next(!1),e.complete(),e.asObservable()},e.prototype.stop=function(){if(this.startRefCount--,0==this.startRefCount)return this.running=!1,this.disconnectBingoHub()},Object.defineProperty(e.prototype,"apiURL",{get:function(){return this.configProvider.configClient.BingoApiUrl},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"tournamentsApiURL",{get:function(){return this.configProvider.configClient.TournamentsGamesApiUrl},enumerable:!0,configurable:!0}),e.prototype.connectBingoHub=function(){var e=this;this.bingoHub&&this.disconnectBingoHub();var t=new i.ReplaySubject(1);return this.bingoHub=new r.a("bingohubV2",{rootPath:this.apiURL+"signalr",autoConnect:!1,listeners:{BingoStateChanged:this.onBingoStateChanged.bind(this),BingoJacpotWon:this.onBingoJacpotWon.bind(this),BingoJackpotChanged:this.onBingoJackpotChanged.bind(this),BingoColorBonusChanged:this.onBingoColorBonusChanged.bind(this),BingoNoMatchBonusChanged:this.onBingoNoMatchBonusChanged.bind(this),BingoRoundTimeChanged:this.onBingoRoundTimeChanged.bind(this),BingoJackpotAccumulation:this.onBingoJackpotAccomulation.bind(this),JackpotDrawsHistory:this.onBingoJackpotDrawsHistory.bind(this),ColorBonusWinnerChanged:this.onColorBonusWon.bind(this),NoMatchBonusWinnerChanged:this.onNoMatchBonusWon.bind(this)},stateChanged:function(n){switch(n.newState){case $.signalR.connectionState.connecting:e.connectionState=o.c.connecting;break;case $.signalR.connectionState.connected:e.connectionState=o.c.connected;var r=[];r.push(e.updateGameData()),r.push(e.updateBonuses()),r.push(e.updateUpcomingRounds()),r.push(e.updateHistoryRounds()),r.push(e.getCurrentRound()),r.push(e.updateJackpotsTimeline()),i.Observable.zip.apply(i.Observable,r).subscribe(function(){t.next(!0),t.complete()});break;case $.signalR.connectionState.reconnecting:e.connectionState=o.c.disconnected;break;case $.signalR.connectionState.disconnected:t.next(!1),t.complete(),e.connectionState=o.c.disconnected,setTimeout(function(){e.running&&e.bingoHub.connect()},1e3)}},queryParams:{"Accept-Language":this.localizationService.language,LanguageId:this.localizationService.language,Authorization:this.authService.accessToken,TerminalId:""+this.configProvider.terminalId,"Device-Type":this.envProvider.environment.Headers.DeviceType}}),this.bingoHub.connect(),t.asObservable()},e.prototype.disconnectBingoHub=function(){this.bingoHub&&(this.bingoHub.disconnect(),this.bingoHub=void 0)},e.prototype.onBingoStateChanged=function(e){var t=this;this.zone.run(function(){var n=[];n.push(t.updateGameData()),2!==e.State&&(t.bingoRoundStats=e,t.bingoRoundStatsSubj.next(t.bingoRoundStats),n.push(t.updateUpcomingRounds()),n.push(t.updateHistoryRounds()),n.push(t.updateBonuses()),n.push(t.updateJackpotsTimeline())),i.Observable.zip.apply(i.Observable,n).subscribe(function(){})})},e.prototype.onBingoJacpotWon=function(e){var t=this;this.zone.run(function(){e.Type=o.d.mistery,t.jackpotWon=e,t.jackpotWonSubj.next(t.jackpotWon)})},e.prototype.onColorBonusWon=function(e){var t=this;this.zone.run(function(){e.Type=o.d.color,t.jackpotWon=e,t.jackpotWonSubj.next(t.jackpotWon)})},e.prototype.onNoMatchBonusWon=function(e){var t=this;this.zone.run(function(){e.Type=o.d.nomatch,t.jackpotWon=e,t.jackpotWonSubj.next(t.jackpotWon)})},e.prototype.onBingoJackpotChanged=function(e){var t=this;this.zone.run(function(){t.jackpotAmount=e,t.jackpotAmountSubj.next(t.jackpotAmount)})},e.prototype.onBingoColorBonusChanged=function(e){var t=this;this.zone.run(function(){t.colorBonusAmount=e})},e.prototype.onBingoNoMatchBonusChanged=function(e){var t=this;this.zone.run(function(){t.noMatchBonusAmount=e})},e.prototype.onBingoRoundTimeChanged=function(e){var t=this;this.zone.run(function(){t.rounds.forEach(function(t){t.id==e.Id&&(t=e)}),t.roundsSubj.next(t.rounds)})},e.prototype.onBingoJackpotAccomulation=function(e){var t=this;this.zone.run(function(){switch(e.Type){case 0:t.hotJackpotAmount=e.CurrentAmount,t.hotJackpotAmountSubj.next(t.hotJackpotAmount);break;case 1:t.megaJackpotAmount=e.CurrentAmount,t.megaJackpotAmountSubj.next(t.megaJackpotAmount);break;case 2:t.colorBonusAmount=e.CurrentAmount,t.colorBonusAmountSubj.next(t.colorBonusAmount)}})},e.prototype.onBingoJackpotDrawsHistory=function(e){var t=this;this.zone.run(function(){e=e.filter(function(e){return 6==e.Numbers.length}),t._jackpot56Numbers=[],e[0].Numbers.forEach(function(e,n){t._jackpot56Numbers.push(e)}),t.jackpot56NumbersSubj.next(t._jackpot56Numbers)})},e.prototype.updateState=function(){var e=this;return this.http.get(""+this.apiURL).pipe(Object(a.map)(function(t){e.state=t}))},e.prototype.updateGameData=function(){var e=this;return this.http.get(this.apiURL+"rounds/gameData").pipe(Object(a.map)(function(t){t.RoundTime=e.correctDateTimeFormat(t.RoundTime),t.RoundWinShowingTime=e.correctDateTimeFormat(t.RoundWinShowingTime),e.bingoState={state:t.State,group:t.Group,paytable:null!=t.Paytable?t.Paytable.split("-").map(function(e){return parseFloat(e)}):[],colorBonusNumber:t.ColorBonusNumber,firstBallColorOdd:t.FirstBallColorOdd,specialBetsOdd:t.SpecialBetsOdd,paytableMultiplier:t.PaytableMultiplier,doubleWinEnabled:t.DoubleWinEnabled,returnBetEnabled:t.ReturnBetEnabled,activeRound:{id:t.RoundNumber,drawTime:t.RoundTime,winshowingTime:t.RoundWinShowingTime,dailyNumber:t.DailyRoundNumber,drawnNumbers:2===t.State&&null!=t.StateData?t.StateData.split("|").map(function(e){return parseInt(e,10)}):[],doubleWinNumbers:null!=t.DoubleWinNumbers?t.DoubleWinNumbers.split("|").map(function(e){return parseInt(e,10)}):[],returnBetNumbers:null!=t.ReturnBetNumbers?t.ReturnBetNumbers.split("|").map(function(e){return parseInt(e,10)}):[]}},e.bingoStateSubj.next(e.bingoState)}))},e.prototype.updateUpcomingRounds=function(){var e=this;return this.http.get(this.apiURL+"rounds/5/upcoming").pipe(Object(a.map)(function(t){e.rounds=[];for(var n=0,i=t;n<i.length;n++){var r=i[n];e.rounds.push({id:r.Id,drawTime:new Date(e.correctDateTimeFormat(r.DrawingTime)),dailyNumber:r.DailyRoundNumber})}e.roundsSubj.next(e.rounds)}))},e.prototype.updateHistoryRounds=function(){var e=this;return this.http.get(this.apiURL+"rounds/20/history").pipe(Object(a.map)(function(t){e.historyRounds=[];for(var n=0,i=t;n<i.length;n++){var r=i[n];e.historyRounds.push({id:r.RoundNumber,drawTime:new Date(e.correctDateTimeFormat(r.RoundTime)),dailyNumber:r.DailyRoundNumber,drawnNumbers:r.RoundNumbers,doubleWinNumbers:r.DoubleWinNumbers,returnBetNumbers:r.ReturnBetsNumbers,paytable:null!=r.Paytable?r.Paytable.split("-").map(function(e){return parseFloat(e)}):[]})}e.historyRoundsSubj.next(e.historyRounds)}))},e.prototype.updateBonuses=function(){var e=this;return this.http.get(this.apiURL+"bonuses").pipe(Object(a.map)(function(t){e.jackpotAmount=null!==t.Jackpot?t.Jackpot:0,e.fiveSixJackpotEnabled||(e.colorBonusAmount=null!==t.ColorBonus?t.ColorBonus:null),e.noMatchBonusAmount=null!==t.NoMatchBonus?t.NoMatchBonus:null,e.jackpotAmountSubj.next(e.jackpotAmount),e.colorBonusAmountSubj.next(e.colorBonusAmount),e.noMatchBonusAmountSubj.next(e.noMatchBonusAmount)}))},e.prototype.getJackpotDrawHistory=function(){var e=this;return this.http.get(this.apiURL+"rounds/jackpotdrawshistory").pipe(Object(a.map)(function(t){t=t.filter(function(e){return 6==e.Numbers.length}),e._jackpot56Numbers=[],t.length>0&&t[0].Numbers.forEach(function(t,n){e._jackpot56Numbers.push(t)}),e.jackpot56NumbersSubj.next(e._jackpot56Numbers)}))},e.prototype.getJackpotAccumulations=function(){var e=this;return this.http.get(this.apiURL+"jackpotaccumulations").pipe(Object(a.map)(function(t){t&&t.forEach(function(t){switch(t.Type){case 0:e.hotJackpotAmount=t.CurrentAmount;break;case 1:e.megaJackpotAmount=t.CurrentAmount;break;case 2:e.colorBonusAmount=t.CurrentAmount}})}))},e.prototype.getRoundsByDate=function(e,t){var n=this.apiURL+"v2/roundinfo/history?Day="+e;return t&&(n=n+"&terminalId="+t),this.http.get(n).pipe(Object(a.map)(function(e){return e}))},e.prototype.getRoundInfo=function(e,t){var n=this.apiURL+"roundinfo/"+e;return t&&(n=n+"?terminalId="+t),this.http.get(n).pipe(Object(a.map)(function(e){return e}))},e.prototype.getRoundInfoDetails=function(e,t,n,i){var r=this.apiURL+"roundinfo/details";return e&&(r=r+"?RoundDailyNumber="+e),r=e?r+"&":r+"?",t&&(r=r+"terminalId="+t+"&"),r=r+"dateFrom="+n+"&dateTo="+i,n&&i&&(r+="&limit=1000"),this.http.get(r).pipe(Object(a.map)(function(e){return e}))},e.prototype.getRoundInfoHistory=function(e,t){var n=this.apiURL+"roundinfo/history/"+e;return t&&(n=n+"?terminalId="+t),this.http.get(n).pipe(Object(a.map)(function(e){return e}))},e.prototype.getCurrentRound=function(){var e=this;return this.http.get(this.apiURL+"rounds/current").pipe(Object(a.map)(function(t){e.bingoRoundStats=t,e.bingoRoundStatsSubj.next(e.bingoRoundStats)}))},e.prototype.updateJackpotsTimeline=function(){var e=this;return this.http.get(this.apiURL+"lastbonuswinners?limit=16").pipe(Object(a.map)(function(t){e.bingoJackpotsTimeline=t,e.bingoJackpotsTimelineSubj.next(e.bingoJackpotsTimeline)}))},e.prototype.correctDateTimeFormat=function(e){return e.endsWith("Z")||e.endsWith("z")?e:e+="Z"},e.prototype.getBingoTournamentsAllPlayers=function(e){return this.authHTTP.get(this.tournamentsApiURL+"api/tournaments/"+e+"/player",{headers:{TerminalId:""+this.configProvider.terminalId}})},e.prototype.updateBingoTournaments=function(){return this.http.get(this.tournamentsApiURL+"api/tournaments?gameType=5").timeout(1e4).map(function(e){return e})},Object.defineProperty(e.prototype,"bingoTournaments$",{get:function(){return this.initialized&&"2"==u.a.TerminalType&&this._bingoTournamentsCache.get().take(1).subscribe(),this._bingoTournaments$},enumerable:!0,configurable:!0}),e.prototype.bingoTournamentsCacheValid=function(){if(this.bingoTournamentCacheTime.valueOf()<(new Date).valueOf()){var e=new Date;return this.bingoTournamentCacheTime=new Date(e),this.bingoTournamentCacheTime.setMinutes(e.getMinutes()+5),!1}return!0},Object.defineProperty(e.prototype,"fiveSixJackpotEnabled",{get:function(){return this.configProvider.configBingo&&"True"==this.configProvider.configBingo.BINGO_FIVESIX_JACKPOT_ON},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return u});n(0),n(42);var i=n(20),r=(n.n(i),n(181)),o=(n(3),n(21),n(10),n(9),n(14),n(28)),a=(n.n(o),n(8),n(17)),s=(n.n(a),n(13)),u=function(){function e(e,t,n,r,o,a,u,l){var c=this;this.currencyPipe=e,this.storage=t,this.httpProvider=n,this.uiProvider=r,this.authProvider=o,this.envProvider=a,this.translateProvider=u,this.configProvider=l,this._calculateDebouncedUntil=new Date,this.ticketAuthTime=90,this._isBusy=!1,this._isBusySubject=new i.Subject,this.isBusy$=this._isBusySubject.asObservable(),this._isTicketRepeatDialogVisible=!1,this._isTicketRepeatDialogVisibleSubject=new i.Subject,this.isTicketRepeatDialogVisible$=this._isTicketRepeatDialogVisibleSubject.asObservable(),this._isTicketPreparedDialogVisible=!1,this._isTicketPreparedDialogVisibleSubject=new i.Subject,this.isTicketPreparedDialogVisible$=this._isTicketPreparedDialogVisibleSubject.asObservable(),this.ticketBetsModifiedSubj=new i.Subject,this.ticketBetsModified$=this.ticketBetsModifiedSubj.asObservable(),this.calculateInProgressSubject=new i.Subject,this.calculateInProgress$=this.calculateInProgressSubject.asObservable(),this._ticketCalculateSubject=new i.Subject,this.ticketCalculate$=this._ticketCalculateSubject.asObservable(),this.gameType=8,this.ticket={PreparedTicketIdentifier:void 0,ClubTicketBonusItems:[],JokerBetSlipItems:[],JokerBetSlipPriceItems:[],OddBonusId:0,OddBonusMode:0,OddMultiplier:0,PayIn:void 0,PayInPerTicketLocked:!1,BetsAnimationEnabled:!0,TicketType:0,GameType:this.gameType,NumberOfFixedBets:0,Bets:[],Errors:[],AvailableSystems:[],SystemResults:[],ErrorMaxBets:!1,HasTicketErrors:!1,HasBetErrors:!1,HasOddChanges:!1,Settings:{AcceptAllChanges:!1,AcceptHigherOdds:!1,IsQuickTicket:!1,OddsChangePercentAccepted:0,IgnoreOddsChange:!1,ReserveFunds:!0},EncryptedTicketPin:void 0,EncryptedTicketControlSign:void 0,PredefinedPayins:[],BetAmount:void 0,ServiceChargeAmount:void 0,ServiceChargePercent:void 0,MinPayIn:void 0,MaxPayIn:void 0,MinOdds:void 0,MaxOdds:void 0,AverageOdds:void 0,TotalOdds:void 0,MinWin:void 0,MaxWin:void 0,TotalWin:void 0,WinBonus:void 0,WinTax:void 0,WinTaxPercent:void 0,CombinationCount:void 0,UseBonusCredit:!1},this.selectedBetIds=new Set,this.ticketCalculate$.pipe(Object(s.a)(this)).subscribe(function(e){c.timeoutHandle&&(clearTimeout(c.timeoutHandle),c.timeoutHandle=void 0),c.timeoutHandle=setTimeout(function(){c.calculateTicket()},300)})}return e.prototype.forceTicketCalculate=function(){this._ticketCalculateSubject.next(!0)},e.prototype.ngOnDestroy=function(){},e.prototype.initialize=function(){var e=this,t=new i.Subject;return this.envProvider.environment.TicketValidationTime&&(this.ticketAuthTime=+this.envProvider.environment.TicketValidationTime),this.storage.get("app:vgTicket").then(function(n){n&&null!==n&&(Object.assign(e.ticket,n),n.Bets.forEach(function(t){e.selectedBetIds.add(t._BetId)})),e.ticketConfiguration=e.configProvider.configVirtualGamesTicket,e.ticket.MinPayIn=e.ticketConfiguration.MinPayIn,e.ticket.PredefinedPayins=e.ticketConfiguration.BetSlipPayInValues,e.clearBonuses(),e.validatePayIn(),t.next(!0),t.complete()},function(e){t.error(e),t.complete()}),t.asObservable()},Object.defineProperty(e.prototype,"bettingAPI",{get:function(){return this.configProvider.configClient.BettingApiUrl+"betting/"},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"clubAPI",{get:function(){return""+this.configProvider.configClient.ClubApiUrl},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ticketAPI",{get:function(){return""+this.configProvider.configClient.VirtualGamesApiUrl},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isBusy",{get:function(){return this._isBusy},set:function(e){this._isBusy=e,this._isBusySubject.next(this._isBusy)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isRepeatDialogVisible",{get:function(){return this._isTicketRepeatDialogVisible},enumerable:!0,configurable:!0}),e.prototype.isTicketRepeatDialogVisible=function(e,t){this._isTicketRepeatDialogVisible=e,this._isTicketRepeatDialogVisibleSubject.next(this._isTicketRepeatDialogVisible),t&&this.clear()},Object.defineProperty(e.prototype,"isPreparedDialogVisible",{get:function(){return this._isTicketPreparedDialogVisible},enumerable:!0,configurable:!0}),e.prototype.isTicketPreparedDialogVisible=function(e){this._isTicketPreparedDialogVisible=e,this._isTicketPreparedDialogVisibleSubject.next(this._isTicketPreparedDialogVisible)},Object.defineProperty(e.prototype,"isTicketValid",{get:function(){return!(this.ticket.HasTicketErrors||this.ticket.HasBetErrors)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isTicketLocked",{get:function(){return this.isBusy||this.isRepeatDialogVisible},enumerable:!0,configurable:!0}),e.prototype.showTicketErrorsToast=function(){if(this.ticket.Errors)for(var e=0;e<this.ticket.Errors.length;e++)this.uiProvider.toastCreate(this.ticket.Errors[e].TranslatedMessage,"warning")},e.prototype.ticketHasErrors=function(){var e=0,t=0;return this.ticket.Errors&&this.ticket.Errors.length>0&&(t=this.ticket.Errors.length,this.ticket.Errors.forEach(function(t){2===t.ErrorType&&e++})),e<t},e.prototype.detachTicket=function(){var e=this;this.ticket.BetsAnimationEnabled=!1,setTimeout(function(){e.ticket=Object.assign({},e.ticket)})},e.prototype.attachTicket=function(){var e=this;setTimeout(function(){e.ticket=e.ticket}),this.ticket.BetsAnimationEnabled=!0},e.prototype.clear=function(){this.resetTicket(),this.impersonationData=null,this.ticketBetsModifiedSubj.next({operation:"cleared",bet:null}),this.selectedBetIds.clear()},e.prototype.resetTicket=function(){this.ticket.PreparedTicketIdentifier=void 0,this.ticket.PayInPerTicketLocked=!1,this.ticket.PayIn=this.getDefaultStake(),this.ticket.TicketType=0,this.ticket.GameType=this.gameType,this.ticket.NumberOfFixedBets=0,this.ticket.Bets=[],this.ticket.Errors=[],this.ticket.AvailableSystems=[],this.ticket.SystemResults=[],this.ticket.ErrorMaxBets=!1,this.ticket.HasTicketErrors=!1,this.ticket.HasBetErrors=!1,this.ticket.OddBonusId=0,this.ticket.OddBonusMode=0,this.ticket.OddMultiplier=0,this.ticket.EncryptedTicketPin=void 0,this.ticket.EncryptedTicketControlSign=void 0,this.ticket.BetAmount=void 0,this.ticket.ServiceChargeAmount=void 0,this.ticket.ServiceChargePercent=void 0,this.ticket.MinPayIn=void 0,this.ticket.MinOdds=void 0,this.ticket.MaxOdds=void 0,this.ticket.AverageOdds=void 0,this.ticket.TotalOdds=void 0,this.ticket.MinWin=void 0,this.ticket.MaxWin=void 0,this.ticket.TotalWin=void 0,this.ticket.WinBonus=void 0,this.ticket.WinBonusTax=void 0,this.ticket.WinTax=void 0,this.ticket.WinTaxPercent=void 0,this.ticket.CombinationCount=void 0,this.ticket.HasOddChanges=!1,this.ticket.UseBonusCredit=!1,this.resetAllBonuses(),this.storage.remove("app:vgTicket")},e.prototype.submit=function(){var e=this;if(this.isTicketLocked)this.uiProvider.toastCreate("VG_TICKET_TOASTER_LOCKED_MESSAGE","warning");else{this._validationTime=this.ticketAuthTime,this.isBusy=!0,this.detachTicket();var t,n,i=function(){n=setTimeout(function(){e._validationTime--,e._validationTime<=0?t&&(e.isBusy=!1,t.unsubscribe()):i()},1e3)};i(),t=this.httpProvider.post(this.bettingAPI+"submit",this.prepareTicketForSending()).subscribe(function(i){if(e.attachTicket(),e.handleBetSlipResponse(i),e._calculateDebouncedUntil=new Date,e._calculateDebouncedUntil.setSeconds(e._calculateDebouncedUntil.getSeconds()+3e3),e.isTicketValid){e.detachTicket();var r={EncryptedTicketPin:e.ticket.EncryptedTicketPin};e.configProvider.configTerminal.UserAuthorizeAttendantTicket&&e.authProvider.isAdmin()&&(r.ReferrerAttendant=e.authProvider.getAuth().username),e.impersonationData&&(r.ImpersonationToken=e.impersonationData.token),t=e.httpProvider.post(e.bettingAPI+"confirm",r).subscribe(function(t){if(!0!==t)e.attachTicket(),e.isBusy=!1,e._validationTime=void 0,clearTimeout(n),e.isTicketRepeatDialogVisible(!1),e.uiProvider.toastCreate("SERVICE_NOT_AVAILABLE","warning");else{e.impersonationData=null;var i=e.authProvider.isAdmin();i||(e.attachTicket(),e.isBusy=!1,e._validationTime=void 0,clearTimeout(n)),e.resetAllBonuses(),i||(e.ticketActive?e.isTicketRepeatDialogVisible(!0):e.uiProvider.toastCreate("VG_TICKET_TOASTER_SUCCESS_MESSAGE","success"))}},function(t){e.attachTicket(),e.isBusy=!1,e._validationTime=void 0,clearTimeout(n),e.isTicketRepeatDialogVisible(!1),t&&401!==t.status&&e.uiProvider.toastCreate("SERVICE_NOT_AVAILABLE","warning")})}else e.attachTicket(),e.isBusy=!1,e._validationTime=void 0,clearTimeout(n),e.ticket.HasTicketErrors&&e.showTicketErrorsToast(),e.ticket.HasBetErrors&&e.uiProvider.toastCreate("VG_TICKET_TOASTER_BET_ERRORS_MESSAGE","warning")},function(t){clearTimeout(n),t&&401!==t.status&&e.uiProvider.toastCreate("SERVICE_NOT_AVAILABLE","warning"),e.attachTicket(),e.isBusy=!1,e._validationTime=void 0,e.isTicketRepeatDialogVisible(!1)})}},e.prototype.submitV2=function(){var e=this;if(this.isTicketLocked)this.uiProvider.toastCreate("VG_TICKET_TOASTER_LOCKED_MESSAGE","warning");else{this._validationTime=this.ticketAuthTime,this.isBusy=!0,this.detachTicket();var t,n,i=function(){n=setTimeout(function(){e._validationTime--,e._validationTime<=0?t&&(e.isBusy=!1,t.unsubscribe()):i()},1e3)};i(),t=this.httpProvider.post(this.bettingAPI+"submit",this.prepareTicketForSending(!0)).subscribe(function(t){if(e.attachTicket(),e.handleBetSlipResponse(t),e._calculateDebouncedUntil=new Date,e._calculateDebouncedUntil.setSeconds(e._calculateDebouncedUntil.getSeconds()+3e3),e.isTicketValid){e.detachTicket();var i={EncryptedTicketPin:e.ticket.EncryptedTicketPin};e.configProvider.configTerminal.UserAuthorizeAttendantTicket&&e.authProvider.isAdmin()&&(i.ReferrerAttendant=e.authProvider.getAuth().username),e.impersonationData&&(i.ImpersonationToken=e.impersonationData.token);var r=e.authProvider.isAdmin();r||(e.attachTicket(),e.isBusy=!1,e._validationTime=void 0,clearTimeout(n)),e.resetAllBonuses(),r||(e.ticketActive?e.isTicketRepeatDialogVisible(!0):e.uiProvider.toastCreate("VG_TICKET_TOASTER_SUCCESS_MESSAGE","success"))}else e.attachTicket(),e.isBusy=!1,e._validationTime=void 0,clearTimeout(n),e.ticket.HasTicketErrors&&e.showTicketErrorsToast(),e.ticket.HasBetErrors&&e.uiProvider.toastCreate("VG_TICKET_TOASTER_BET_ERRORS_MESSAGE","warning")},function(t){clearTimeout(n),t&&401!==t.status&&e.uiProvider.toastCreate("SERVICE_NOT_AVAILABLE","warning"),e.attachTicket(),e.isBusy=!1,e._validationTime=void 0,e.isTicketRepeatDialogVisible(!1)})}},e.prototype.calculateTicket=function(){var e=this;this.isTicketLocked||(this.calculateInProgressSubject.next(!0),this.validatePayIn(),this._calculateSubscription&&(this._calculateSubscription.unsubscribe(),this._calculateSubscription=void 0),this.ticket.Bets.length>0&&(this._calculateSubscription=this.httpProvider.post(this.bettingAPI+"calculate",this.prepareTicketForSending(),{headers:{LanguageId:this.translateProvider.language,TerminalId:""+this.configProvider.terminalId,"Device-Type":this.envProvider.environment.Headers.DeviceType}}).pipe(Object(o.timeout)(1e4)).subscribe(function(t){for(var n=0;n<t.BetResults.length;n++){e.ticket.Bets[n].OddAfterCalculate=t.BetResults[n].Bet.Odd*t.SystemResults[0].BetPerCombination}var i=e.ticket.HasBetErrors,r=e.ticket.HasTicketErrors;e.handleBetSlipResponse(t),e._calculateSubscription=void 0,e.ticket.HasTicketErrors&&!r&&(e.ticket.HasTicketErrors=e.ticketHasErrors(),e.showTicketErrorsToast()),e.ticketActive&&e.ticket.HasBetErrors&&!i&&e.uiProvider.toastCreate("VG_TICKET_TOASTER_CALCULATE_BET_ERRORS_MESSAGE","warning"),e.calculateInProgressSubject.next(!1)},function(){e.calculateInProgressSubject.next(!1)})))},e.prototype.prepareTicketForSending=function(e){var t={};this.impersonationData&&(t.ImpersonationToken=this.impersonationData.token),t.GameType=this.gameType,t.Bets=[],t.Systems=[],t.AutoConfirm=e,t.UseBonusCredit=this.ticket.UseBonusCredit,0===this.ticket.TicketType?(t.OddBonusId=this.ticket.OddBonusId,t.OddBonusMode=this.ticket.OddBonusMode,t.BetSlipType=0):(t.OddBonusId=0,t.OddBonusMode=0,t.BetSlipType=1);for(var n=0,i=this.ticket.Bets;n<i.length;n++){var r=this.createBet(i[n]);t.Bets.push(r)}return 0===this.ticket.TicketType?t.Systems.push({TypeFrom:t.Bets.length,TypeTo:t.Bets.length,PayIn:this.ticket.PayIn}):this.ticket.AvailableSystems&&(t.Systems=[],a.each(this.ticket.AvailableSystems,function(e){e.PayIn>0&&e.Selected&&t.Systems.push({PayIn:e.PayIn,TypeFrom:e.TypeFrom,TypeTo:e.TypeTo})})),t},e.prototype.handleTicketPayIn=function(e,t){if(e.length>0){if(a.find(e,function(e){return 1===e.ErrorType&&1===e.MessageType}))return this.ticket.PayIn}return t>0?t:this.ticket.PayIn},e.prototype.handleBetSlipResponse=function(e){var t=this;if(e){var n=this.ticket.AvailableSystems;this.ticket.EncryptedTicketPin=e.EncryptedTicketPin,this.ticket.EncryptedTicketControlSign=e.EncryptedTicketControlSign,this.ticket.BetAmount=e.BetAmount,this.ticket.ServiceChargeAmount=e.ServiceChargeAmount,this.ticket.ServiceChargePercent=e.ServiceChargePercent,this.ticket.MinPayIn=e.MinPayIn,this.ticket.MaxPayIn=e.MaxPayIn>0?e.MaxPayIn:void 0,this.ticket.MinOdds=e.MinOdds,this.ticket.MaxOdds=e.MaxOdds,this.ticket.AverageOdds=e.AverageOdds,this.ticket.TotalOdds=e.TotalOdds,this.ticket.MinWin=e.MinWin,this.ticket.MaxWin=e.MaxWin,this.ticket.TotalWin=e.TotalWin,this.ticket.WinBonus=e.WinBonus,this.ticket.WinBonusTax=e.WinBonusTax,this.ticket.WinTax=e.WinTax,this.ticket.WinTaxPercent=e.WinTaxPercent,this.ticket.CombinationCount=e.CombinationCount,this.ticket.AvailableSystems=null!==e.AvailableSystems?e.AvailableSystems:[],this.ticket.SystemResults=e.SystemResults,this.ticket.PayIn=this.handleTicketPayIn(e.Errors,e.PayIn),this.ticket.PayInPerTicketLocked=e.PayInPerTicketLocked,this.ticket.PreparedTicketIdentifier=e.PreparedTicketIdentifier;for(var i=function(e){var t=r.ticket.AvailableSystems[e];t.id=t.TypeFrom+"_"+t.TypeTo;var i=a.find(n,function(e){return e.id==t.id});i&&(t.Selected=i.Selected,t.PayIn=i.PayIn,t.PayInPerCombination=i.PayInPerCombination)},r=this,o=0;o<this.ticket.AvailableSystems.length;o++)i(o);if(e.Errors&&e.Errors.forEach(function(e,n){if(e.Value&&e.ValueType)switch(e.ValueType){case"CURRENCY":e.Message=e.Message.replace("{0}",t.currencyPipe.transform(e.Value))}}),this.ticket.Errors=e.Errors,this.ticket.HasTicketErrors=this.ticketHasErrors(),this.ticket.HasBetErrors=!1,e.BetResults)for(var s=0,u=e.BetResults;s<u.length;s++)for(var l=u[s],c=0,d=this.ticket.Bets;c<d.length;c++){var m=d[c];if(l.Bet.BetData+"-"+l.Bet.Pick==m._BetId){m.Errors=l.Errors,this.ticket.HasBetErrors=this.ticket.HasBetErrors||m.Errors.length>0;break}}if(this.ticket.ClubTicketBonusItems&&this.ticket.ClubTicketBonusItems.length>0)for(var p=0,h=this.ticket.ClubTicketBonusItems;p<h.length;p++){var f=h[p];f.WinIncrease=3===this.ticket.OddBonusMode?this.ticket.MaxWin-100/(f.Value+100)*this.ticket.MaxWin:f.Value/100*this.ticket.MaxWin}this.storage.set("app:vgTicket",this.ticket)}},e.prototype.createBet=function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];var i={_BetId:null,BetData:null,RaceId:t.length?t[0].RaceId:e.RaceId,RaceNumber:t.length?t[0].RaceNumber:e.RaceNumber,Pick:e.Pick.replace(/\|/g,"-"),PickArray:e.PickArray?e.PickArray:e.Pick.split("|"),Odd:null,Odds:t.length&&9==t[1].BetType||e.Odds&&9==e.BetType?e.Odds:null,Offer:t.length?t[1]:e.Offer,BetType:t.length?t[1].BetType:e.BetType,BetGame:t.length?t[0].Name.toLowerCase():e.BetGame,GameType:t.length?t[0].GameType:e.GameType,Game:10,TranslatedOfferType:t.length?t[1].TranslatedBetType:e.TranslatedBetType,EventTime:t.length?t[0].RaceStartTime+"Z":e.EventTime};return i.BetData=i.RaceId+"-"+i.BetType+"-"+i.GameType,i._BetId=i.BetData+"-"+i.Pick,i.Odd=i.Odds&&2==i.Odds.length?parseFloat(((i.Odds[0]+i.Odds[1])/2).toFixed(4)):t.length?e.Odds[0]:e.Odd,this.createPick(i),i},e.prototype.createPick=function(e){e.BetType==r.a.Winner||e.BetType==r.a.InTopTwo||e.BetType==r.a.InTopThree||e.BetType==r.a.WinnerOrTopTwo?e.PickArray=e.PickArray.slice(0,1):e.BetType!=r.a.FirstOrSecond&&e.BetType!=r.a.FirstAndSecond||(e.PickArray=e.PickArray.slice(0,2))},e.prototype.indexOfBet=function(e){for(var t=0;t<this.ticket.Bets.length;t++)if(this.ticket.Bets[t]._BetId==e._BetId)return t;return-1},e.prototype.toggleBet=function(e){var t=this.indexOfBet(e);-1!==t?this.deleteBet(t):this.addBet(e)},e.prototype.placeBet=function(e,t){e.isValid=!0,e.hasErrors=!1,this.addBet(e,t)},e.prototype.addBet=function(e,t){this.isTicketLocked?this.uiProvider.toastCreate("VG_TICKET_TOASTER_LOCKED_MESSAGE","warning"):this.ticket.Bets.length>=this.ticketConfiguration.BetSlipMaxBets?this.uiProvider.toastCreate("VG_TICKET_TOASTER_MAX_BETS_MESSAGE","warning"):(e.Errors=[],this.ticket.Bets.push(e),this.selectedBetIds.add(e._BetId),this.ticket.Bets.length>=2&&0!=this.ticket.OddBonusId&&this.resetAllBonuses(),this._ticketCalculateSubject.next(!0),this.storage.set("app:vgTicket",this.ticket),void 0!==t&&t(null,e),this.ticketBetsModifiedSubj.next({operation:"added",bet:e}))},e.prototype.removeBet=function(e,t){var n=this.indexOfBet(e);-1!==n&&this.deleteBet(n,t)},e.prototype.deleteBet=function(e,t){if(this.ticket.HasOddChanges=!1,this.isTicketLocked)this.uiProvider.toastCreate("VG_TICKET_TOASTER_LOCKED_MESSAGE","warning");else{var n=this.ticket.Bets.splice(e,1)[0];this.selectedBetIds.delete(n._BetId),this.ticket.Bets.length>0&&this._ticketCalculateSubject.next(!0),0===this.ticket.Bets.length&&(this.resetTicket(),this.impersonationData=null),this.storage.set("app:vgTicket",this.ticket),void 0!==t&&t(null,n),this.ticketBetsModifiedSubj.next({operation:"removed",bet:n})}},e.prototype.getUserBonuses=function(){var e=this;return new Promise(function(t,n){!e.authProvider.isLoggedIn()||"WebUser"!==e.authProvider.getAuth().role&&"ExternalUser"!==e.authProvider.getAuth().role?(e.clearBonuses(),t()):e.httpProvider.post(e.clubAPI+"bonuses",{BonusTypes:[0],GameType:e.gameType}).subscribe(function(n){if(n.Result){if(e.ticket.ClubTicketBonusItems=n.Result.ClubTicketBonusItems,e.ticket.JokerBetSlipItems=n.Result.JokerBetSlipItems,e.ticket.JokerBetSlipPriceItems=n.Result.JokerBetSlipPriceItems,e.ticket.ClubTicketBonusItems.length)for(var i=0,r=e.ticket.ClubTicketBonusItems;i<r.length;i++){var o=r[i];o.WinIncrease=3===e.ticket.OddBonusMode?e.ticket.MaxWin-100/(o.Value+100)*e.ticket.MaxWin:o.Value/100*e.ticket.MaxWin}}else e.clearBonuses();t()},function(t){e.clearBonuses(),n()})})},e.prototype.removeBonus=function(e){return this.ticket.JokerBetSlipItems[e].Count>1?this.ticket.JokerBetSlipItems[e].Count=this.ticket.JokerBetSlipItems[e].Count-1:this.ticket.JokerBetSlipItems.splice(e,1),this.ticket.JokerBetSlipItems},e.prototype.addBonus=function(e){this.ticket.JokerBetSlipItems.push(e)},e.prototype.toggleBonus=function(e){e.selected=!e.selected,e.selected?(this.ticket.UseBonusCredit=!1,this.resetAllBonuses(e.Id),this.ticket.OddBonusId=e.Id,this.ticket.OddBonusMode=e.OddBonusMode,this.ticket.OddMultiplier=e.OddMultiplier,this.ticket.PayIn=e.SurchargeAmount):this.ticket.OddBonusId===e.Id&&this.ticket.OddBonusMode===e.OddBonusMode&&(this.ticket.OddBonusId=0,this.ticket.OddBonusMode=0,this.ticket.OddMultiplier=0,this.ticket.PayIn=this.getDefaultStake()),this._ticketCalculateSubject.next(!0)},e.prototype.resetAllBonuses=function(e){this.ticket.OddBonusId=0,this.ticket.OddBonusMode=0,this.ticket.OddMultiplier=0,a.each(this.ticket.ClubTicketBonusItems,function(t){e!=t.Id&&(t.selected=!1)}),a.each(this.ticket.JokerBetSlipItems,function(t){e!=t.Id&&(t.selected=!1)}),a.each(this.ticket.JokerBetSlipPriceItems,function(t){e!=t.Id&&(t.selected=!1)})},e.prototype.clearBonuses=function(){this.ticket.OddBonusId=0,this.ticket.OddBonusMode=0,this.ticket.OddMultiplier=0,this.ticket.ClubTicketBonusItems=[],this.ticket.JokerBetSlipItems=[],this.ticket.JokerBetSlipPriceItems=[]},e.prototype.validatePayIn=function(){a.each(this.ticket.AvailableSystems,function(e){e.PayIn<e.MinPayIn?e.PayIn=e.MinPayIn:e.PayIn>e.MaxPayIn&&(e.PayIn=e.MaxPayIn)}),(!this.ticket.PayIn||this.ticket.PayIn<this.ticket.MinPayIn)&&(this.ticket.PayIn=this.getDefaultStake())},e.prototype.getDefaultStake=function(){return this.ticketConfiguration.DefaultStake>=this.ticket.MinPayIn&&(void 0==this.ticket.MaxPayIn||this.ticketConfiguration.DefaultStake<=this.ticket.MaxPayIn)?this.ticketConfiguration.DefaultStake:this.ticketConfiguration.MinPayIn},e.prototype.setPayin=function(e){var t=!0;return isNaN(e)&&(this.uiProvider.toastCreate("VG_TICKET_TOASTER_INVALID_PAYIN_MESSAGE","warning"),e=this.getDefaultStake(),t=!1),this.ticket.PayIn=e,this.validatePayIn(),this.calculateTicket(),t},e}()},,,,,,,function(e,t,n){"use strict";n.d(t,"a",function(){return m});n(0);var i,r=n(2),o=(n.n(r),n(60)),a=(n.n(o),n(19)),s=(n.n(a),n(207)),u=(n(95),n(10),n(3),n(76),n(125),n(17)),l=(n.n(u),n(28)),c=(n.n(l),n(21),n(8),n(7)),d=n(655);!function(e){e[e.Connecting=1]="Connecting",e[e.Connected=2]="Connected",e[e.Reconnecting=3]="Reconnecting",e[e.Disconnected=4]="Disconnected"}(i||(i={}));var m=function(){function e(e,t,n,i,r,u,l){var d=this;this.http=e,this.errorProvider=t,this.translationProvider=n,this.configProvider=i,this.sportBettingLiveClientProvider=r,this.sportBettingUtilProvider=u,this.envProvider=l,this.betTypeCategories=[],this.sportInit=!1,this.evonaSportJackpotsSubject=new o.ReplaySubject(1),this.evonaSportJackpots$=this.evonaSportJackpotsSubject.asObservable(),this._mostPlayedMatchesSubject=new o.ReplaySubject(1),this._mostPlayedMatches$=this._mostPlayedMatchesSubject.asObservable(),this._lastMinuteMatchesSubject=new o.ReplaySubject(1),this._lastMinuteMatches$=this._lastMinuteMatchesSubject.asObservable(),this._sportTournamentsSubject=new o.ReplaySubject(1),this._sportTournaments$=this._sportTournamentsSubject.asObservable(),this.sportBetTypeSubject=new a.Subject,this.sportBetType$=this.sportBetTypeSubject.asObservable(),this._liveMatches=[],this._liveMatchesMap={},this._liveSubject=new o.ReplaySubject(1),this._live$=this._liveSubject.asObservable(),this._liveFavoritesSelectedSportMatches=[],this._liveFavoritesMatchesIds=[],this._liveFavoritesSelectedSportsMatchesSubject=new o.ReplaySubject(1),this._liveFavoritesSelectedSportsMatches$=this._liveFavoritesSelectedSportsMatchesSubject.asObservable(),this._liveUpdateSubject=new a.Subject,this._liveUpdate$=this._liveUpdateSubject.asObservable(),this.liveMatches$=this._liveUpdateSubject.asObservable(),this._prematchSportsSubject=new o.ReplaySubject(1),this._prematchSports$=this._prematchSportsSubject.asObservable(),this._resultsSportsSubject=new o.ReplaySubject(1),this._resultsSports$=this._resultsSportsSubject.asObservable(),this._initializedSubject=new o.ReplaySubject,this.initialized$=this._initializedSubject.asObservable(),this._liveInitSubject=new o.ReplaySubject(1),this.liveInitialized$=this._liveInitSubject.asObservable(),this._resultsInitializedSubject=new o.ReplaySubject,this.resultsInitialized$=this._resultsInitializedSubject.asObservable(),this._selectedLeagueMatches=[],this.sportTournamentCacheTime=new Date,this.baseLine=!0;var m=new Date;this.sportTournamentCacheTime=new Date(m),this.sportTournamentCacheTime.setMinutes(m.getMinutes()+5),this._mostPlayedCache=new s.a(this.updateMostPlayed.bind(this),this.mostPlayedCacheValid.bind(this),this._mostPlayedMatchesSubject,3e5,6e5),this._lastMinuteCache=new s.a(this.updateLastMinute.bind(this),this.lastMinuteCacheValid.bind(this),this._lastMinuteMatchesSubject,3e5,6e5),"2"==c.a.TerminalType&&(this._sportTournamentsCache=new s.a(this.updateSportTournaments.bind(this),this.sportTournamentsCacheValid.bind(this),this._sportTournamentsSubject,3e5,3e5)),this.configProvider.configTerminal$.subscribe(function(e){1==e.LiveBettingEnabled&&(d._liveCache=new s.a(d.updateLive.bind(d),d.liveCacheValid.bind(d),d._liveSubject,3e5,6e5),d.sportBettingLiveClientProvider.liveUpdate$.subscribe(function(e){d.onLiveUpdate(e)}),setInterval(function(){return d.onCloseLiveMatches()},3e4))}),this._prematchSportsCache=new s.a(this.updatePrematchSports.bind(this),this.prematchSportsCacheValid.bind(this),this._prematchSportsSubject,3e5,6e5),this._resultsSportsCache=new s.a(this.updateResultsSports.bind(this),this.resultsSportsCacheValid.bind(this),this._resultsSportsSubject,3e5,6e5),this.sportBettingLiveClientProvider.connected$.subscribe(function(e){d._initialized&&e&&d._liveCache.update()})}return e.prototype.initialize=function(e){var t=this;return void 0===e&&(e=!0),this.initRequested?r.Observable.create(function(e){e.next(!0),e.complete()}):(this.initRequested=!0,this._initialized=!1,this.sportInit=e,this.translationProvider.$languageChanged.subscribe(function(e){t.betTypeCategories=[],t._initialized=!1,t._liveInitialized=!1,t._resultsInitialized=!1,t.initRequested=!1,t.sportInit=!1}),r.Observable.create(function(e){var n=new Date,i=60*(24-n.getHours()-1)*60+60*(60-n.getMinutes()-1)+(60-n.getSeconds())-30,r=t.configProvider.configTerminal,o={OddsFilter:0,Intervals:[10800,21600,43200,i,172800+i,518400+i,62208e4],IntervalType:3};t.http.get(t.sportBettingURL+"offer/v3/initialization?BetTypesCategories=true&LastMinute.SportId="+388+"&LastMinute.Limit="+10+"&MostPlayedLimitModel.Limit="+(r?r.MostPlayedOfferFiltersLimit:10)+"&MostPlayedLimitModel.Hours="+(r?r.MostPlayedOfferFiltersTime:1e3)+"&SportModel.OddsFilter="+o.OddsFilter+"&SportModel.Intervals="+o.Intervals.toString()+"&LiveLimitModel.Limit=0&SportModel.IntervalType="+o.IntervalType,{headers:{LanguageId:t.translationProvider.currentLanguage,TerminalId:""+t.configProvider.terminalId,"Device-Type":t.envProvider.environment.Headers.DeviceType}}).timeout(2e4).subscribe(function(n){t._initialized=!0,t.sportBettingUtilProvider.formatSports(n.LastMinuteSports),t.sportBettingUtilProvider.formatSports(n.MostPlayedSports),t.sportBettingUtilProvider.formatSports(n.Sports),t._lastMinuteCache.cachedItem=n.LastMinuteSports,t._mostPlayedCache.cachedItem=n.MostPlayedSports,t._prematchSportsCache.cachedItem=n.Sports,t.betTypeCategories=n.BetTypeCategories,t.getLiveFavorites(),1===t.configProvider.configTerminal.LiveBettingEnabled?(t._liveMatches.splice(0),t.sportBettingUtilProvider.formatSports(n.LiveSportsFull),t.sportBettingUtilProvider.filterLiveSports(n.LiveSportsFull),t.sportBettingUtilProvider.flattenToMatches(n.LiveSportsFull,t._liveMatches),t._liveMatchesMap=t.sportBettingUtilProvider.getMatchesMap(t._liveMatches),t.sportBettingUtilProvider.sortMatches(t._liveMatches),t._liveCache.cachedItem=n.LiveSportsFull,t.sportBettingLiveClientProvider.initialize().subscribe(function(){},function(e){}),e.next(t._initialized),e.complete(),t.sportInit=!1,t._initializedSubject.next(t._initialized)):(t.sportBettingLiveClientProvider.deinitialize(),t._liveSubject.next([]),e.next(t._initialized),e.complete(),t.sportInit=!1,t._initializedSubject.next(t._initialized))},function(n){"undefined"!=typeof Sentry&&Sentry.withScope(function(e){e.setTag("occuredAt",new Date),e.setTag("originalError",n?n.originalError:""),e.setTag("error",n),Sentry.captureException(new Error("sport initialization error ocurred"))}),e.error(n),e.complete(),t.sportInit=!1,t._initializedSubject.next(t._initialized)})}))},Object.defineProperty(e.prototype,"initialized",{get:function(){return this._initialized},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"liveInitialized",{get:function(){return this._liveInitialized},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"resultsInitialized",{get:function(){return this._resultsInitialized},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"liveUpdate$",{get:function(){return this._liveUpdate$},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"liveFavoritesSelectedSportsMatches$",{get:function(){return this._liveFavoritesSelectedSportsMatches$},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"sportBettingURL",{get:function(){if(this.configProvider&&this.configProvider.configClient)return""+this.configProvider.configClient.SportApiUrl},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"sportResultsURL",{get:function(){if(this.configProvider&&this.configProvider.configClient)return""+this.configProvider.configClient.ResultsApiUrl},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"sportTournamentURL",{get:function(){if(this.configProvider&&this.configProvider.configClient)return""+this.configProvider.configClient.SportTournamentApiUrl},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"sportJackpotUrl",{get:function(){if(this.configProvider&&this.configProvider.configClient)return""+this.configProvider.configClient.EvonaJackpotsApiUrl},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"mostPlayedMatches$",{get:function(){return this._initialized&&this._mostPlayedCache.get().take(1).subscribe(),this._mostPlayedMatches$},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"prematchSports$",{get:function(){return this._initialized&&this._prematchSportsCache.get().take(1).subscribe(),this._prematchSports$},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"selectedLeagueMatches",{get:function(){return this._selectedLeagueMatches},enumerable:!0,configurable:!0}),e.prototype.setPrematchLeagueMatches=function(e){if(e&&e.length>0){var t=[];e.forEach(function(e){e.Categories.forEach(function(e){e.Leagues.forEach(function(n){n.Matches.forEach(function(n){t.push({Id:n.Id,TeamHome:n.TeamHome,TeamAway:n.TeamAway,Category:e.Slug})})})})}),this._selectedLeagueMatches=t}},e.prototype.loadBetTypeConfiguration=function(){var e=this,t=new a.Subject;return this.http.get(this.sportBettingURL+"offer/v3/bettypes/categories").take(1).subscribe(function(n){e.betTypeCategories=n,t.next(n)},function(e){t.error(e)},function(){t.complete()}),t.asObservable()},e.prototype.registerForSportMatches=function(e){this.sportBettingLiveClientProvider.registerForMatches([e])},e.prototype.unregisterExtended=function(){this.sportBettingLiveClientProvider.registerForLiveExtended(null,[])},e.prototype.updateExtendedOffer=function(e,t){var n=this,i=new a.Subject;return t?(this.sportBettingLiveClientProvider.registerForMatches([]),this.sportBettingLiveClientProvider.registerForLiveExtended(e).subscribe(function(){n.http.get(n.sportBettingURL+"offer/v3/match/offers?MatchId="+e,{headers:{LanguageId:n.translationProvider.currentLanguage,TerminalId:""+n.configProvider.terminalId,"Device-Type":n.envProvider.environment.Headers.DeviceType}}).timeout(2e4).subscribe(function(e){if(e){e.Offers=n.sportBettingUtilProvider.getOffersMap(e.Offers);for(var t in e.Offers){var r=e.Offers[t];n.sportBettingUtilProvider.formatOdds(r),r.OddsCount=r.Odds.length,0==r.Odds.length&&delete e.Offers[t],e.IsLiveMatchAvailable&&(r.Active&&r.IsEnabled||delete e.Offers[t])}n.sportBettingUtilProvider.formatData(e)}i.next(e),i.complete()},function(t){"undefined"!=typeof Sentry&&Sentry.withScope(function(n){n.setTag("matchId",e),n.setTag("occuredAt",new Date),n.setTag("originalError",t?t.originalError:""),n.setTag("error",t),Sentry.captureException(new Error("getting live match offer error ocurred"))}),i.error(t),i.complete()})})):this.http.get(this.sportBettingURL+"offer/v3/match/offers?MatchId="+e,{headers:{LanguageId:this.translationProvider.currentLanguage,TerminalId:""+this.configProvider.terminalId,"Device-Type":this.envProvider.environment.Headers.DeviceType}}).timeout(2e4).subscribe(function(e){e.Offers=n.filterMatchOffers(e.Offers);var t=function(t){var i=e.Offers[t];["40","4093","4092","4111"].find(function(e){return e==i.BetTypeKey})&&n.sportBettingUtilProvider.formatOdds(i),i.OddsCount=i.Odds.length,0===i.Odds.length&&delete e.Offers[t]};for(var r in e.Offers)t(r);n.sportBettingUtilProvider.formatData(e),i.next(e),i.complete()},function(t){"undefined"!=typeof Sentry&&Sentry.withScope(function(n){n.setTag("matchId",e),n.setTag("occuredAt",new Date),n.setTag("originalError",t?t.originalError:""),n.setTag("error",t),Sentry.captureException(new Error("getting prematch match offer error ocurred"))}),i.error(t),i.complete()}),i.asObservable()},e.prototype.unregisterLiveExtendedOffer=function(){this.sportBettingLiveClientProvider.registerForLiveExtended()},e.prototype.registerMultipeLiveExtendedOffer=function(e){this.sportBettingLiveClientProvider.registerForLiveExtended(null,e)},e.prototype.registerLiveOfferBetTypes=function(e,t){this.sportBettingLiveClientProvider.registerForLiveBetType(e,t,this.baseLine)},e.prototype.filterMatchOffers=function(e){var t=this;if(e)return(e=e.sort(function(e,t){return e.Id-t.Id})).forEach(function(e){t.sportBettingUtilProvider.formatOdds(e)}),e.filter(function(e){return e.Odds.length>0})},e.prototype.updatePrematchLeagueMatches=function(e,t,n,i,r){var o=this,s=new a.Subject;n.Matches?n.Matches.splice(0):n.Matches=[];var l=[e.Id],c=[t.Id],d="?Offset=0&Limit=0&DateFrom="+i.toISOString();return l.length&&(d=d+"&SportIds="+l.toString()),c.length&&(d=d+"&CategoryIds="+c.toString()),r&&(d=d+"&DateTo="+r.toISOString()),this.http.get(this.sportBettingURL+"offer/v3/sports/offer"+d,{headers:{LanguageId:this.translationProvider.currentLanguage,TerminalId:""+this.configProvider.terminalId,"Device-Type":this.envProvider.environment.Headers.DeviceType}}).timeout(2e4).subscribe(function(e){var t=e.Response;t&&(o.sportBettingUtilProvider.formatSports(t),o.sportBettingUtilProvider.flattenToMatches(t,n.Matches)),u.each(n.Matches,function(e){o.sportBettingUtilProvider.formatData(e)}),s.next(n.Matches),s.complete()},function(e){"undefined"!=typeof Sentry&&Sentry.withScope(function(i){i.setTag("categoryId",t.Id),i.setTag("leagueId",n),i.setTag("occuredAt",new Date),i.setTag("originalError",e?e.originalError:""),i.setTag("error",e),Sentry.captureException(new Error("getting sport per category/league offer error ocurred"))}),s.error(e),s.complete()}),s.asObservable()},e.prototype.getPrematchOffer=function(e,t,n,i,r,o,s,u){var l=this;void 0===s&&(s=0),void 0===u&&(u=100);var c=new a.Subject,d=e?[e]:[],m=t?[t]:[],p=n?[n]:[],h="?Offset="+s+"&Limit="+u;return i&&(h=h+"&DateFrom="+i.toISOString()),d.length&&(h=h+"&SportIds="+d.toString()),m.length&&(h=h+"&CategoryIds="+m.toString()),p.length&&(h=h+"&LeagueIds="+p.toString()),r&&(h=h+"&DateTo="+r.toISOString()),o&&(h=h+"&BetTypeKey="+o.toString()+"&BaseLine="+this.baseLine),this.http.get(this.sportBettingURL+"offer/v3/sports/offer"+h).timeout(2e4).subscribe(function(e){var t=e.Response;t?l.sportBettingUtilProvider.formatSports(t):t=[],c.next(t),c.complete()},function(i){"undefined"!=typeof Sentry&&Sentry.withScope(function(r){r.setTag("sportId",e),r.setTag("categoryId",t),r.setTag("leagueId",n),r.setTag("occuredAt",new Date),r.setTag("originalError",i?i.originalError:""),r.setTag("error",i),Sentry.captureException(new Error("getting sport offer error ocurred with params"))}),c.error(i),c.complete()}),c.asObservable()},e.prototype.getTimePrematchOffer=function(e,t,n,i,r){var o=this,s=new a.Subject,u=e?[e]:[],l="?Offset="+i+"&Limit=10";return t&&(l=l+"&DateFrom="+t.toISOString()),u.length&&(l=l+"&SportIds="+u.toString()),n&&(l=l+"&DateTo="+n.toISOString()),r&&(l=l+"&BetTypeKey="+r.toString()+"&BaseLine="+this.baseLine),this.http.get(this.sportBettingURL+"offer/v3/matches/flat"+l).timeout(2e4).subscribe(function(e){var t=e.Response;t?o.sportBettingUtilProvider.formatMatches(t,!0):t=[],s.next(t),s.complete()},function(t){"undefined"!=typeof Sentry&&Sentry.withScope(function(n){n.setTag("sportId",e),n.setTag("occuredAt",new Date),n.setTag("originalError",t?t.originalError:""),n.setTag("error",t),Sentry.captureException(new Error("getting sport offer error ocurred with params"))}),s.error(t),s.complete()}),s.asObservable()},e.prototype.getPrematchOfferBySlug=function(e,t,n,i,r,o,s,u){var c=this;void 0===o&&(o=null),void 0===s&&(s=0),void 0===u&&(u=100);var d=new a.Subject;return this.prematchSports$.pipe(Object(l.take)(1)).subscribe(function(a){for(var l=function(a){if(a.Slug===e){if(!t)return c.getPrematchOffer(a.Id,void 0,void 0,i,r,o).subscribe(function(e){d.next(e),d.complete()},function(e){"undefined"!=typeof Sentry&&Sentry.withScope(function(t){t.setTag("sportId",a.Id),t.setTag("occuredAt",new Date),t.setTag("originalError",e?e.originalError:""),t.setTag("error",e),Sentry.captureException(new Error("getting sport by sportId offer error ocurred"))}),d.error(e),d.complete()}),{value:void 0};for(var l=function(e){if(e.Slug===t){if(!n)return c.getPrematchOffer(a.Id,e.Id,void 0,i,r,o).subscribe(function(e){d.next(e),d.complete()},function(t){"undefined"!=typeof Sentry&&Sentry.withScope(function(n){n.setTag("categoryId",e.Id),n.setTag("occuredAt",new Date),n.setTag("originalError",t?t.originalError:""),n.setTag("error",t),Sentry.captureException(new Error("getting sport by category offer error ocurred"))}),d.error(t),d.complete()}),{value:void 0};for(var l=function(t){if(t.Slug===n)return c.getPrematchOffer(a.Id,e.Id,t.Id,i,r,o,s,u).subscribe(function(e){c.setPrematchLeagueMatches(e),d.next(e),d.complete()},function(e){"undefined"!=typeof Sentry&&Sentry.withScope(function(n){n.setTag("leagueSlug",t.Slug),n.setTag("occuredAt",new Date),n.setTag("originalError",e?e.originalError:""),n.setTag("error",e),Sentry.captureException(new Error("getting by league slug offer error ocurred"))}),d.error(e),d.complete()}),{value:void 0}},m=0,p=e.Leagues;m<p.length;m++){var h=l(p[m]);if("object"==typeof h)return h}}},m=0,p=a.Categories;m<p.length;m++){var h=l(p[m]);if("object"==typeof h)return h}}},m=0,p=a;m<p.length;m++){var h=l(p[m]);if("object"==typeof h)return h.value}d.next([]),d.complete()},function(e){d.error(e),d.complete()}),d},e.prototype.getTimePrematchOfferBySlug=function(e,t,n,i,r){var o=this;void 0===r&&(r=null);var s=new a.Subject;return this.prematchSports$.pipe(Object(l.take)(1)).subscribe(function(a){for(var u=0,l=a;u<l.length;u++){var c=l[u];if(c.Slug===e)return void o.getTimePrematchOffer(c.Id,t,n,i,r).subscribe(function(e){s.next(e),s.complete()},function(e){"undefined"!=typeof Sentry&&Sentry.withScope(function(t){t.setTag("occuredAt",new Date),t.setTag("originalError",e?e.originalError:""),t.setTag("error",e),Sentry.captureException(new Error("getting by league slug offer error ocurred"))}),s.error(e),s.complete()})}s.next([]),s.complete()},function(e){s.error(e),s.complete()}),s},e.prototype.getSportCategoryLeagueBySlug=function(e,t,n){var i=new o.ReplaySubject;return this.prematchSports$.pipe(Object(l.take)(1)).subscribe(function(r){for(var o=0,a=r;o<a.length;o++){var s=a[o];if(s.Slug===e&&t)for(var u=0,l=s.Categories;u<l.length;u++){var c=l[u];if(c.Slug===t&&n)for(var d=0,m=c.Leagues;d<m.length;d++){var p=m[d];if(p.Slug===n)return i.next({sport:s,category:c,league:p}),void i.complete()}}}i.next(void 0),i.complete()},function(e){i.error(e),i.complete()}),i},e.prototype.getPrematchOfferByBetType=function(e,t,n,i){var r,o=this,s=new a.Subject;return r="?LeagueId="+e,r=r+"&BetTypeId="+t,n&&(r=r+"&SearchValue="+n),i&&(r=r+"&DateTo="+i.toISOString()),this.http.get(this.sportBettingURL+"offer/v3/bettype/matches"+r).timeout(2e4).subscribe(function(e){var t=e.Response;t?o.sportBettingUtilProvider.formatMatches(t):t=[],s.next(t),s.complete()},function(n){"undefined"!=typeof Sentry&&Sentry.withScope(function(i){i.setTag("betTypeId",t),i.setTag("leagueId",e),i.setTag("occuredAt",new Date),i.setTag("originalError",n?n.originalError:""),i.setTag("error",n),Sentry.captureException(new Error("getting prematch offer by bettype error ocurred"))}),s.error(n),s.complete()}),s.asObservable()},e.prototype.getTimePrematchOfferByBetType=function(e,t,n,i){var r,o=this,s=new a.Subject;return r="?SportId="+e,r=r+"&BetTypeId="+t,n&&(r=r+"&SearchValue="+n),i&&(r=r+"&DateTo="+i.toISOString()),this.http.get(this.sportBettingURL+"offer/v3/bettype/matches"+r).timeout(2e4).subscribe(function(e){var t=e.Response;t?o.sportBettingUtilProvider.formatMatches(t):t=[],s.next(t),s.complete()},function(n){"undefined"!=typeof Sentry&&Sentry.withScope(function(i){i.setTag("betTypeId",t),i.setTag("sportId",e),i.setTag("occuredAt",new Date),i.setTag("originalError",n?n.originalError:""),i.setTag("error",n),Sentry.captureException(new Error("getting prematch offer by bettype error ocurred"))}),s.error(n),s.complete()}),s.asObservable()},e.prototype.updateMostPlayed=function(){var e=this,t=this.configProvider.configTerminal;return this.http.get(this.sportBettingURL+"offer/v3/mostplayed?Limit="+(t?t.MostPlayedOfferFiltersLimit:10)+"&Hours="+(t?t.MostPlayedOfferFiltersTime:1e3),{headers:{LanguageId:this.translationProvider.currentLanguage,TerminalId:""+this.configProvider.terminalId,"Device-Type":this.envProvider.environment.Headers.DeviceType}}).timeout(2e4).map(function(t){return e.sportBettingUtilProvider.formatSports(t),t})},e.prototype.mostPlayedCacheValid=function(e){if(void 0==e)return!1;for(var t=0,n=e;t<n.length;t++)for(var i=0,r=n[t].Categories;i<r.length;i++)for(var o=0,a=r[i].Leagues;o<a.length;o++)for(var s=0,u=a[o].Matches;s<u.length;s++){if(u[s].MatchStartTime.valueOf()<(new Date).valueOf())return!1}return!0},Object.defineProperty(e.prototype,"lastMinuteMatches$",{get:function(){return this._initialized&&this._lastMinuteCache.get().take(1).subscribe(),this._lastMinuteMatches$},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"sportTournaments$",{get:function(){return this._initialized&&"2"==c.a.TerminalType&&this._sportTournamentsCache.get().take(1).subscribe(),this._sportTournaments$},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"live$",{get:function(){return this._live$},enumerable:!0,configurable:!0}),e.prototype.updateLastMinute=function(){var e=this;return this.http.get(this.sportBettingURL+"offer/v3/lastminute?Limit=10&SportId=388",{headers:{LanguageId:this.translationProvider.currentLanguage,TerminalId:""+this.configProvider.terminalId,"Device-Type":this.envProvider.environment.Headers.DeviceType}}).timeout(2e4).map(function(t){return e.sportBettingUtilProvider.formatSports(t),t})},e.prototype.lastMinuteCacheValid=function(e){if(void 0==e)return!1;for(var t=0,n=e;t<n.length;t++)for(var i=0,r=n[t].Categories;i<r.length;i++)for(var o=0,a=r[i].Leagues;o<a.length;o++)for(var s=0,u=a[o].Matches;s<u.length;s++){if(u[s].MatchStartTime.valueOf()<(new Date).valueOf())return!1}return!0},e.prototype.updateSportTournaments=function(){return this.http.get(this.sportTournamentURL+"tournaments").timeout(1e4).map(function(e){return e})},e.prototype.updateSportJackpots=function(){return this.http.get(this.sportJackpotUrl+"active").timeout(1e4).map(function(e){return e})},e.prototype.sportTournamentsCacheValid=function(){if(this.sportTournamentCacheTime.valueOf()<(new Date).valueOf()){var e=new Date;return this.sportTournamentCacheTime=new Date(e),this.sportTournamentCacheTime.setMinutes(e.getMinutes()+5),!1}return!0},e.prototype.updatePrematchSports=function(){var e=this,t=new Date,n=60*(24-t.getHours()-1)*60+60*(60-t.getMinutes()-1)+(60-t.getSeconds())-30;return this.http.get(this.sportBettingURL+"offer/v3/sports?OddsFilter=0&Intervals="+[n,172800+n,518400+n,62208e4].toString()+"&IntervalType=3",{headers:{LanguageId:this.translationProvider.currentLanguage,TerminalId:""+this.configProvider.terminalId,"Device-Type":this.envProvider.environment.Headers.DeviceType}}).timeout(2e4).map(function(t){return e.sportBettingUtilProvider.formatSports(t),t})},e.prototype.prematchSportsCacheValid=function(e){return void 0!=e&&void 0==u.find(e,function(e){return new Date(e.MatchStartTime).valueOf()<(new Date).valueOf()})},e.prototype.updateLive=function(){var e=this;return this.http.get(this.sportBettingURL+"offer/v3/sports/live?Limit=0",{headers:{LanguageId:this.translationProvider.currentLanguage,TerminalId:""+this.configProvider.terminalId,"Device-Type":this.envProvider.environment.Headers.DeviceType}}).timeout(2e4).map(function(t){return e._liveMatches.splice(0),e.sportBettingUtilProvider.formatSports(t),e.sportBettingUtilProvider.filterLiveSports(t),e.sportBettingUtilProvider.flattenToMatches(t,e._liveMatches),e._liveMatchesMap=e.sportBettingUtilProvider.getMatchesMap(e._liveMatches),e.sportBettingUtilProvider.sortMatches(e._liveMatches),e.liveInitialized||(e._liveInitialized=!0,e._liveInitSubject.next(e._liveInitialized)),t})},e.prototype.liveCacheValid=function(e){return!0},e.prototype.onLiveUpdate=function(e){var t=this,n=[];u.each(e,function(e){var i=t._liveMatchesMap[e.Id];if(i){var r=i.BasicOffer;i.SportId=e.sid,i.CategoryId=e.cid,i.LiveMatchState=e.lms,i.LiveMatchTime=e.lmt,i.LiveMatchTimeState=e.lmts,i.LiveMatchTimeOrigName=e.lmto,i.LiveMatchScore=e.lmsc,i.LiveSetScore=e.lssc,i.LiveServer=e.ls,i.LiveGameScore=e.lgsc,i.LiveMatchInfo=e.lmi,i.LiveMatchEndTime=e.lmet,i.LiveHalfTimeScore=e.lmhts,i.LiveHomeYellowCards=e.lhyc,i.LiveAwayYellowCards=e.layc,i.LiveHomeRedCards=e.lhrc,i.LiveAwayRedCards=e.larc,i.LiveHomeCorners=e.lhcr,i.LiveAwayCorners=e.lacr,i.LiveHomeYellowRedCards=e.lhyrc,i.LiveAwayYellowRedCards=e.layrc,i.HasExtendedLive=e.hel,i.OffersCount=e.ofc,i.OddsCount=e.odc,i.IsLiveMatchAvailable=e.lma,i.IsBlocked=e.b,i.BasicOffer=t.sportBettingUtilProvider.inflateLiveOfferUpdate(e.bo),i.BasicOffer&&i.BasicOffer.Odds&&(t.sportBettingUtilProvider.formatOdds(i.BasicOffer),i.BasicOffer.OddsCount=i.BasicOffer.Odds.length,0==i.BasicOffer.OddsCount&&(i.BasicOffer=void 0)),t.determineOfferOddChangeType(r,i.BasicOffer);var o=t.sportBettingUtilProvider.getOffersMap(u.map(e.ofs,function(e){return t.sportBettingUtilProvider.inflateLiveOfferUpdate(e)}));i.Offers||(i.Offers={});for(var a in o){if(t.sportBettingUtilProvider.formatOdds(c=o[a]),c.Active&&c.IsEnabled&&c.Odds.length){c.OddsCount=c.Odds.length;var s=i.Offers[a];i.Offers[a]=c,t.determineOfferOddChangeType(s,c)}else delete i.Offers[a]}if(e.cofs&&e.cofs.length&&t.hasBetType){var l=t.sportBettingUtilProvider.getOffersMap(u.map(e.cofs,function(e){return t.sportBettingUtilProvider.inflateLiveOfferUpdate(e)}));i.TempBetTypeOffers||(i.TempBetTypeOffers={});for(var a in l){var c;if(t.sportBettingUtilProvider.formatOdds(c=l[a]),c.Active&&c.IsEnabled&&c.Odds.length){c.OddsCount=c.Odds.length;s=i.TempBetTypeOffers[a];c.Sbv&&c.Odds.unshift({IsSbv:!0,Id:0,Name:"",ExtendedName:"",OrigName:"",Odd:c?c.Sbv:"",FormatedOdd:c?c.Sbv:"",IsWin:!1,IsTopOdd:!1,Type:null,Active:!0,ChangeType:0,BetBuilderOdd:!1}),i.TempBetTypeOffers[a]=c,t.determineOfferOddChangeType(s,c)}else delete i.TempBetTypeOffers[a]}i.BetTypeOffers=t.prepareBettypeOffers(i.TempBetTypeOffers)}t.sportBettingUtilProvider.formatData(i),n.push(i)}}),n.length>0&&this._liveUpdateSubject.next(n)},e.prototype.prepareBettypeOffers=function(e){var t=[];for(var n in e)t.push(e[n]);return t.sort(function(e,t){return e.Sbv>t.Sbv?1:-1})},Object.defineProperty(e.prototype,"liveFavoritesMatchesIds",{get:function(){return this._liveFavoritesMatchesIds},enumerable:!0,configurable:!0}),e.prototype.onLiveFavoritesUpdate=function(e){this._liveFavoritesSelectedSportsMatchesSubject.next(e)},e.prototype.getLiveFavorites=function(){var e=JSON.parse(localStorage.getItem("selectedLiveMatches"));this._liveFavoritesMatchesIds=e||[]},e.prototype.onLiveSportSelect=function(e,t){var n=this;this.isLiveFavoritesSelected=-1===e,this.deselectEndedFavorites(),this.updateLiveFavorites(),this.isLiveFavoritesSelected?(this._liveFavoritesSelectedSportMatches=this.filterSportsBySelectedFavorites(this._liveCache.cachedItem),this.onLiveFavoritesUpdate(this._liveFavoritesSelectedSportMatches)):this.sportBettingLiveClientProvider.registerForMatches([e]).subscribe(function(i){i&&n.registerLiveOfferBetTypes(e,t)})},e.prototype.updateLiveFavorites=function(){this._liveFavoritesMatchesIds.length?localStorage.setItem("selectedLiveMatches",JSON.stringify(this._liveFavoritesMatchesIds)):localStorage.removeItem("selectedLiveMatches")},e.prototype.toggleLiveFavorite=function(e){this._liveFavoritesMatchesIds.includes(e)?this._liveFavoritesMatchesIds=this._liveFavoritesMatchesIds.filter(function(t){return t!=e}):this._liveFavoritesMatchesIds.push(e),this.updateLiveFavorites(),this.isLiveFavoritesSelected&&(this._liveFavoritesSelectedSportMatches=this.filterSportsBySelectedFavorites(this._liveCache.cachedItem),this.onLiveFavoritesUpdate(this._liveFavoritesSelectedSportMatches))},e.prototype.filterSportsBySelectedFavorites=function(e){var t=this,n=u.cloneDeep(e);return n.forEach(function(e){e.Categories.forEach(function(e){e.Leagues.forEach(function(n){n.Matches=n.Matches.filter(function(e){return t._liveFavoritesMatchesIds.includes(e.Id)}),n.Name=e.Name+" / "+n.Name}),e.Leagues=e.Leagues.filter(function(e){return e.Matches.length>0})}),e.Categories=e.Categories.filter(function(e){return e.Leagues.length>0})}),n=n.filter(function(e){return e.Categories.length>0})},e.prototype.liveMatchExists=function(e,t){void 0===t&&(t=this._liveCache.cachedItem);for(var n=0,i=t;n<i.length;n++)for(var r=0,o=i[n].Categories;r<o.length;r++)for(var a=0,s=o[r].Leagues;a<s.length;a++){if(s[a].Matches.filter(function(t){return t.Id===e}).length)return!0}return!1},e.prototype.deselectEndedFavorites=function(){var e=this;this._liveFavoritesMatchesIds=this._liveFavoritesMatchesIds.filter(function(t){return e.liveMatchExists(t)})},e.prototype.determineOfferOddChangeType=function(e,t){t&&e&&u.each(t.Odds,function(t){var n=u.find(e.Odds,function(e){return e.OrigName==t.OrigName});t.ChangeType=0,n&&(t.Odd>n.Odd?t.ChangeType=1:t.Odd<n.Odd&&(t.ChangeType=2))})},e.prototype.determineOddChangeType=function(e,t){e&&t&&(t.ChangeType=0,t.Odd>e.Odd?t.ChangeType=1:t.Odd<e.Odd&&(t.ChangeType=2))},e.prototype.onCloseLiveMatches=function(){var e=0,t=0,n=this._liveCache.cachedItem;if(n)for(var i=0;i<n.length;i++){for(var r=n[i],o=0;o<r.Categories.length;o++){for(var a=r.Categories[o],s=0;s<a.Leagues.length;s++){for(var u=a.Leagues[s],l=0;l<u.Matches.length;l++){var c=u.Matches[l];if(2===c.LiveMatchState)if(c.LiveMatchEndTime){var d=new Date(c.LiveMatchEndTime);d.setMinutes(d.getMinutes()+3);new Date>d&&(r.MatchesCount--,a.MatchesCount--,u.MatchesCount--,u.Matches.splice(l,1),e++,l--)}else r.MatchesCount--,a.MatchesCount--,u.MatchesCount--,u.Matches.splice(l,1),e++,l--}u.Matches.length||(a.Leagues.splice(s,1),s--,t++)}a.Leagues.length||(r.Categories.splice(o,1),o--)}r.Categories.length||(n.splice(i,1),i--)}e>0&&(this._liveMatches.splice(0),this.sportBettingUtilProvider.flattenToMatches(n,this._liveMatches),this._liveMatchesMap=this.sportBettingUtilProvider.getMatchesMap(this._liveMatches),this.sportBettingUtilProvider.sortMatches(this._liveMatches),t>0&&this._liveSubject.next(n))},e.prototype.searchOffer=function(e,t,n,i){var r=this;return void 0===i&&(i=!1),this.http.get(this.sportBettingURL+"offer/v3/search"+(i?"/live":"")+"?Offset="+e+"&Limit="+t+"&Value="+n).map(function(e){r.sportBettingUtilProvider.formatSports(e.Response);for(var t=0,n=e.Response;t<n.length;t++)for(var i=0,o=n[t].Categories;i<o.length;i++)for(var a=0,s=o[i].Leagues;a<s.length;a++)for(var u=0,l=s[a].Matches;u<l.length;u++){r.sportBettingUtilProvider.formatOdds(l[u].BasicOffer)}return{Count:e.Count,Sports:e.Response}})},e.prototype.getAutocompleteOptions=function(e,t,n){void 0===n&&(n=!1);var i=new a.Subject,r=this.sportBettingURL+"offer/v3/autocomplete";return t&&1==t&&(r+="v2"),r=r+(n?"/live":"")+"?Value="+e,this.http.get(encodeURI(r)).pipe(Object(l.take)(1)).subscribe(function(e){i.next(e)},function(e){i.error(e)},function(){i.complete()}),i.asObservable()},e.prototype.addBetByCode=function(e,t){var n=new a.Subject,i=encodeURIComponent(t),r=encodeURIComponent(e);return this.http.get(this.sportBettingURL+"offer/v3/bets?offerCode="+r+"&pickCode="+i).take(1).subscribe(function(e){n.next(e)},function(e){n.error(e)},function(){n.complete()}),n.asObservable()},e.prototype.getPrematchBannerOffer=function(e,t){var n=this,i=new a.Subject;return this.http.get(this.sportBettingURL+"offer/v3/bannersport?OfferId="+e.toString()+"&OfferType="+t,{headers:{"Device-Type":this.envProvider.environment.Headers.DeviceType}}).timeout(3e4).subscribe(function(e){var t=e.response?e.response:e;if(t){n.sportBettingUtilProvider.formatSports(t);for(var r=0,o=t;r<o.length;r++)for(var a=0,s=o[r].Categories;a<s.length;a++)for(var u=0,l=s[a].Leagues;u<l.length;u++)for(var c=0,d=l[u].Matches;c<d.length;c++){n.sportBettingUtilProvider.formatData(d[c])}}i.next({count:e.count,sports:t}),i.complete()},function(t){"undefined"!=typeof Sentry&&Sentry.withScope(function(n){n.setTag("offerId",e),n.setTag("occuredAt",new Date),n.setTag("originalError",t?t.originalError:""),n.setTag("error",t),Sentry.captureException(new Error("getting banner offer error ocurred"))}),i.error(t),i.complete()}),i.asObservable()},Object.defineProperty(e.prototype,"resultsSports$",{get:function(){return this._initialized&&this._resultsSportsCache.get().take(1).subscribe(),this._resultsSports$},enumerable:!0,configurable:!0}),e.prototype.updateOfferResults=function(e){var t=this,n=new a.Subject;return this.http.get(this.sportResultsURL+"result/match/"+e+"/results",{headers:{LanguageId:this.translationProvider.currentLanguage,TerminalId:""+this.configProvider.terminalId,"Device-Type":this.envProvider.environment.Headers.DeviceType}}).timeout(2e4).subscribe(function(e){e.Offers=t.sportBettingUtilProvider.getOffersMap(e.Offers);for(var i in e.Offers){var r=e.Offers[i];t.sportBettingUtilProvider.formatOdds(r),r.OddsCount=r.Odds.length,0==r.Odds.length&&delete e.Offers[i],e.IsLiveMatchAvailable&&(r.Active&&r.IsEnabled||delete e.Offers[i])}n.next(e),n.complete()},function(t){"undefined"!=typeof Sentry&&Sentry.withScope(function(n){n.setTag("matchId",e),n.setTag("occuredAt",new Date),n.setTag("originalError",t?t.originalError:""),n.setTag("error",t),Sentry.captureException(new Error("getting sport results per match error ocurred"))}),n.error(t),n.complete()}),n.asObservable()},e.prototype.getResultsOfferBySlug=function(e,t,n,i,r){var o=this,s=new a.Subject;return this.resultsSports$.pipe(Object(l.take)(1)).subscribe(function(i){for(var r=function(i){if(i.Slug===e){if(!t)return o.getResultsOffer(i.Id,void 0,void 0).subscribe(function(e){s.next(e),s.complete()},function(e){"undefined"!=typeof Sentry&&Sentry.withScope(function(t){t.setTag("sportId",i.Id),t.setTag("occuredAt",new Date),t.setTag("originalError",e?e.originalError:""),t.setTag("error",e),Sentry.captureException(new Error("getting sport results by sport error ocurred"))}),s.error(e),s.complete()}),{value:void 0};for(var r=function(e){if(e.Slug===t){if(!n)return o.getResultsOffer(i.Id,e.Id,void 0).subscribe(function(e){s.next(e),s.complete()},function(t){"undefined"!=typeof Sentry&&Sentry.withScope(function(n){n.setTag("sportId",i.Id),n.setTag("categoryId",e.Id),n.setTag("occuredAt",new Date),n.setTag("originalError",t?t.originalError:""),n.setTag("error",t),Sentry.captureException(new Error("getting sport results by category error ocurred"))}),s.error(t),s.complete()}),{value:void 0};for(var r=function(t){if(t.Slug===n)return o.getResultsOffer(i.Id,e.Id,t.Id).subscribe(function(e){s.next(e),s.complete()},function(e){"undefined"!=typeof Sentry&&Sentry.withScope(function(n){n.setTag("leagueSlug",t.Slug),n.setTag("occuredAt",new Date),n.setTag("originalError",e?e.originalError:""),n.setTag("error",e),Sentry.captureException(new Error("getting sport results by league slug error ocurred"))}),s.error(e),s.complete()}),{value:void 0}},a=0,u=e.Leagues;a<u.length;a++){var l=r(u[a]);if("object"==typeof l)return l}}},a=0,u=i.Categories;a<u.length;a++){var l=r(u[a]);if("object"==typeof l)return l}}},a=0,u=i;a<u.length;a++){var l=r(u[a]);if("object"==typeof l)return l.value}s.next([]),s.complete()},function(e){s.error(e),s.complete()}),s},e.prototype.getResultsOffer=function(e,t,n){var i=this,r=new a.Subject;return this.http.get(this.sportResultsURL+"result/sports/pagedresults?offset=0&limit=100000&SportIds="+e+"&CategoryIds="+t+"&LeagueIds="+n,{headers:{LanguageId:this.translationProvider.currentLanguage,TerminalId:""+this.configProvider.terminalId,"Device-Type":this.envProvider.environment.Headers.DeviceType}}).timeout(2e4).subscribe(function(e){var t=e.Response;t?i.sportBettingUtilProvider.formatSports(t):t=[],r.next(t),r.complete()},function(e){r.error(e),r.complete()}),r.asObservable()},e.prototype.initializeResults=function(){var e=this;return r.Observable.create(function(t){e.http.get(e.sportResultsURL+"result/sports",{headers:{LanguageId:e.translationProvider.currentLanguage,TerminalId:""+e.configProvider.terminalId,"Device-Type":e.envProvider.environment.Headers.DeviceType}}).timeout(2e4).subscribe(function(n){e._resultsInitialized=!0,e.sportBettingUtilProvider.formatSports(n),e._resultsSportsCache.cachedItem=n,t.next(e._resultsInitialized),t.complete(),e._resultsInitializedSubject.next(e._resultsInitialized)},function(n){"undefined"!=typeof Sentry&&Sentry.withScope(function(e){e.setTag("occuredAt",new Date),e.setTag("originalError",n?n.originalError:""),e.setTag("error",n),Sentry.captureException(new Error("sport results initialization error ocurred"))}),t.error(n),t.complete(),e._resultsInitializedSubject.next(e._resultsInitialized)})})},e.prototype.updateResultsSports=function(){var e=this;return this.http.get(this.sportResultsURL+"result/sports",{headers:{LanguageId:this.translationProvider.currentLanguage,TerminalId:""+this.configProvider.terminalId,"Device-Type":this.envProvider.environment.Headers.DeviceType}}).timeout(2e4).map(function(t){return e.sportBettingUtilProvider.formatSports(t),t})},e.prototype.resultsSportsCacheValid=function(e){return!0},e.prototype.getResultsSportCategoryLeagueBySlug=function(e,t,n){var i=new o.ReplaySubject;return this.resultsSports$.pipe(Object(l.take)(1)).subscribe(function(r){for(var o=0,a=r;o<a.length;o++){var s=a[o];if(s.Slug===e&&t)for(var u=0,l=s.Categories;u<l.length;u++){var c=l[u];if(c.Slug===t&&n)for(var d=0,m=c.Leagues;d<m.length;d++){var p=m[d];if(p.Slug===n)return i.next({sport:s,category:c,league:p}),void i.complete()}}}i.next(void 0),i.complete()},function(e){i.error(e),i.complete()}),i},e.prototype.getSportTournamentsAllPlayers=function(e){if(this.configProvider&&this.configProvider.configClient&&this.configProvider.configClient.SportTournamentApiUrl)return this.http.get(this.sportTournamentURL+"tournaments/"+e+"/player",{headers:{TerminalId:""+this.configProvider.terminalId}})},Object.defineProperty(e.prototype,"jackpotsEnabled",{get:function(){return"null"!=this.sportJackpotUrl},enumerable:!0,configurable:!0}),e.prototype.sportJackpots$=function(){if(this.configProvider&&this.configProvider.configClient&&this.configProvider.configClient.EvonaJackpotsApiUrl)return this.http.get(this.sportJackpotUrl+"active",{headers:{TerminalId:""+this.configProvider.terminalId}})},e.prototype.getWinningTickets=function(){if(this.configProvider&&this.configProvider.configClient&&this.configProvider.configClient.EvonaJackpotsApiUrl)return this.http.get(this.sportJackpotUrl+"winners",{headers:{TerminalId:""+this.configProvider.terminalId}})},e.prototype.webSocketConnect=function(){var e=this;this.jackpotsAutoReconnect=!0;var t=this.sportJackpotUrl.replace("https","wss")+"ws/progressiveJackpots";this.connection=new d.a(""+t.replace("/api/","/")),this.connection.connectionMethods.onConnected=function(){console.log("You are now connected! Connection ID: "+e.connection.connectionId),e.connectionState=i.Connected,e.connection.invoke("Register",e.configProvider.terminalId)},this.connection.connectionMethods.onDisconnected=function(){console.log("Disconnected!",e.connection.connectionId),e.connectionState=i.Disconnected,e.jackpotsAutoReconnect&&setTimeout(function(){e.connection.start()},3e3)},this.connection.clientMethods.evonaProgressiveJackpotsUpdated=this.evonaProgressiveJackpotsUpdated.bind(this),this.connection.start()},e.prototype.webSocketDisconnect=function(){this.jackpotsAutoReconnect=!1,this.connection&&this.connection.stop()},e.prototype.evonaProgressiveJackpotsUpdated=function(e){this.evonaSportJackpotsSubject.next(e)},e.prototype.clearBettypeKeyOffers=function(e){for(var t in this._liveMatchesMap){var n=this._liveMatchesMap[t];n.TempBetTypeOffers={},n.BetTypeOffers=e?[e]:[]}},Object.defineProperty(e.prototype,"hasBetType",{get:function(){return this.sportBetType&&this.sportBetType.BetTypeKey},enumerable:!0,configurable:!0}),e}()},,function(e,t,n){"use strict";n.d(t,"a",function(){return u});n(0),n(8);var i=n(20),r=(n.n(i),n(104)),o=(n(21),n(9),n(3),n(95),n(10),n(28)),a=(n.n(o),n(17)),s=(n.n(a),function(){var e={};return e[e.disconnected=0]="disconnected",e[e.connecting=1]="connecting",e[e.connected=2]="connected",e}()),u=function(){function e(e,t,n,r,o,a,s){this.authProvider=e,this.http=t,this.errorProvider=n,this.configurationProvider=r,this.translationProvider=o,this.envProvider=a,this.zone=s,this._connectedSubject=new i.Subject,this._startCount=0,this.startRefCount=0,this.connected$=this._connectedSubject.asObservable(),this.connectionStateSubj=new i.ReplaySubject(1),this.connectionState$=this.connectionStateSubj.asObservable(),this._upcomingRoundsSubject=new i.ReplaySubject(1),this._endedRoundsSubject=new i.ReplaySubject(1),this._jackpotsSubject=new i.ReplaySubject(1),this._kenoStatsSubject=new i.ReplaySubject(1),this.upcomingRounds$=this._upcomingRoundsSubject.asObservable(),this.endedRounds$=this._endedRoundsSubject.asObservable(),this.jackpotsSubject$=this._jackpotsSubject.asObservable(),this.kenoStatsSubject$=this._kenoStatsSubject.asObservable(),this._kenoPayTableSubject=new i.ReplaySubject(1),this.kenoPayTableSubject$=this._kenoPayTableSubject.asObservable(),this.jackpotAmountSubj=new i.ReplaySubject(1),this.jackpotAmount$=this.jackpotAmountSubj.asObservable(),this.hotJackpotAmountSubj=new i.ReplaySubject(1),this.hotJackpotAmount$=this.hotJackpotAmountSubj.asObservable(),this.megaJackpotAmountSubj=new i.ReplaySubject(1),this.megaJackpotAmount$=this.megaJackpotAmountSubj.asObservable(),this.jackpot56NumbersSubj=new i.ReplaySubject(1),this.jackpot56Numbers$=this.jackpot56NumbersSubj.asObservable(),this.retryCounter=5,this.kenoStatsSubj=new i.ReplaySubject(1),this.kenoStatsSubj$=this.kenoStatsSubj.asObservable()}return Object.defineProperty(e.prototype,"jackpotAmount",{get:function(){return this._jackpotAmount},set:function(e){this._jackpotAmount=e,this.jackpotAmountSubj.next(e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"hotJackpotAmount",{get:function(){return this._hotJackpotAmount},set:function(e){this._hotJackpotAmount=e,this.hotJackpotAmountSubj.next(e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"megaJackpotAmount",{get:function(){return this._megaJackpotAmount},set:function(e){this._megaJackpotAmount=e,this.megaJackpotAmountSubj.next(e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"jackpot56Numbers",{get:function(){return this._jackpot56Numbers},set:function(e){this._jackpot56Numbers=e,this.jackpot56NumbersSubj.next(e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"selectedRound",{get:function(){return this._selectedRound},set:function(e){this._selectedRound=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isRiskEnabled",{get:function(){return this.riskEnabledGlobal},set:function(e){this.riskEnabledGlobal=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"connectionState",{get:function(){return this.mConnectionState},set:function(e){this.mConnectionState=e,this.connectionStateSubj.next(e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"kenoApiURL",{get:function(){return this.configurationProvider.configClient.KenoApiUrl},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"upcomingRounds",{get:function(){return this._upcomingRounds},set:function(e){this._upcomingRounds=e,this._upcomingRoundsSubject.next(this._upcomingRounds)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"endedRounds",{get:function(){return this._endedRounds},set:function(e){this._endedRounds=e,this._endedRoundsSubject.next(this._endedRounds)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"jackpots",{get:function(){return this._jackpots},set:function(e){this._jackpots=e,this._jackpotsSubject.next(this._jackpots)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"kenoStats",{get:function(){return this._kenoStats},set:function(e){this._kenoStats=e,this.kenoStatsSubj.next(e)},enumerable:!0,configurable:!0}),e.prototype.initialize=function(){var e=new i.ReplaySubject(1);return this.initialized=!0,e.next(this.initialized),e.complete(),this.startRefCount>0&&this.kenoApiURL?(this.running=!0,this.connectKenoHub()):e.asObservable()},e.prototype.start=function(){if(this.startRefCount++,this.initialized&&1==this.startRefCount)return this.running=!0,this.connectKenoHub();var e=new i.ReplaySubject(1);return e.next(!1),e.complete(),e.asObservable()},e.prototype.connectKenoHub=function(){var e=this;this._kenoHub&&this.disconnect();var t=new i.ReplaySubject(1);return this._kenoHub=new r.a("kenohubv2",{rootPath:this.kenoApiURL+"signalr",listeners:{RoundsClosed:this.roundsClosedCallback.bind(this),RoundsGenerated:this.roundsGeneratedCallback.bind(this),JackpotChanges:this.jackpotChangesCallback.bind(this),StatisticsData:this.statisticsDataCallback.bind(this),JackpotsChanged:this.jackpotChangesCallback.bind(this),JackpotAccumulationChanges:this.onKenoJackpotAccomulation.bind(this),JackpotDrawsHistory:this.onKenoJackpotDrawsHistory.bind(this)},stateChanged:function(n){switch(n.newState){case $.signalR.connectionState.connecting:e.connectionState=s.connecting;break;case $.signalR.connectionState.connected:e.connectionState=s.connected,e.connected=!0,e._connectedSubject.next(e.connected);var r=[];r.push(e.getInitialData(5,6)),r.push(e.getInitialStatisticsData()),r.push(e.getJackpots()),r.push(e.getJackpotAccumulations()),r.push(e.getJackpotDrawHistory()),i.Observable.zip.apply(i.Observable,r).subscribe(function(){t.next(!0),t.complete()});break;case $.signalR.connectionState.reconnecting:e.connectionState=s.disconnected;break;case $.signalR.connectionState.disconnected:t.next(!1),t.complete(),e.connectionState=s.disconnected,setTimeout(function(){e.running&&e._kenoHub.connect()},1e3)}},queryParams:{"Accept-Language":this.translationProvider.language,LanguageId:this.translationProvider.language,Authorization:this.authProvider.accessToken,TerminalId:""+this.configurationProvider.terminalId,"Device-Type":this.envProvider.environment.Headers.DeviceType}}),this._kenoHub.connect(),t.asObservable()},e.prototype.stop=function(){if(this.startRefCount--,0==this.startRefCount)return this.running=!1,this.disconnect()},e.prototype.disconnect=function(){this._kenoHub&&(this._kenoHub.disconnect(),this._kenoHub=void 0)},e.prototype.sortRoundsAsc=function(e){e.sort(function(e,t){return e.DrawNumber-t.DrawNumber})},e.prototype.sortRoundsDesc=function(e){e.sort(function(e,t){return t.DrawNumber-e.DrawNumber})},e.prototype.roundsClosedCallback=function(e){var t=this;e&&e.length>0&&setTimeout(function(){t.getInitialData(5,6).subscribe(function(e){})},10)},e.prototype.roundsGeneratedCallback=function(e){if(void 0!==e&&null!==e&&e.length>0){for(var t=!1,n=new Date,i=function(e){e.UpdateTime=n,r.correctDateTimeFormats(e);a.find(r._upcomingRounds,function(t){return e.Id===t.Id})||(r._upcomingRounds.push(e),t=!0)},r=this,o=0,s=e;o<s.length;o++){i(s[o])}t&&(this.sortRoundsAsc(this._upcomingRounds),this._upcomingRoundsSubject.next(this._upcomingRounds))}},e.prototype.jackpotChangesCallback=function(e){e&&(this.jackpots=e,this._jackpotsSubject.next(e))},e.prototype.statisticsDataCallback=function(e){e&&(this.kenoStats=e,this._kenoStatsSubject.next(e))},e.prototype.correctDateTimeFormats=function(e){var t=function(e){return e.endsWith("Z")||e.endsWith("z")?e:e+="Z"};e.StartTime=t(e.StartTime),e.ProcessingTime=t(e.ProcessingTime)},e.prototype.getRoundsByDate=function(e){return this.http.get(this.kenoApiURL+"v2/roundinfo/history?Day="+e).pipe(Object(o.map)(function(e){return e}))},e.prototype.getRoundsHistory=function(){return this.http.get(this.kenoApiURL+"roundinfo/history/20").pipe(Object(o.map)(function(e){return e}))},e.prototype.getRoundInfo=function(e){return this.http.get(this.kenoApiURL+"roundinfo/"+e).pipe(Object(o.map)(function(e){return e}))},e.prototype.getInitialData=function(e,t){var n=this;if(this.kenoAvailableRoundsBasicData){if(this.upcomingRounds&&this.upcomingRounds.length){this.upcomingRounds[this.upcomingRounds.length-1].DrawNumber>this.kenoAvailableRoundsBasicData[this.kenoAvailableRoundsBasicData-6]&&this.getAvailableRoundsData()}}else this.getAvailableRoundsData();return this.http.get(this.kenoApiURL+"kenodata?offerCount="+e+"&resultCount="+t).pipe(Object(o.map)(function(e){n.retryCounter=5;var t=e&&e.AvailableRounds?e.AvailableRounds:[],i=e&&e.ClosedRounds?e.ClosedRounds:[],r=i.findIndex(function(e){return 1==e.RoundState}),o=null;-1!=r&&(o=i[r],i.splice(r,1),t.unshift(o),t.splice(t.length-1,1)),n.sortRoundsAsc(t),n.sortRoundsDesc(i),t.length&&n._kenoPayTableSubject.next(t[0].Offers);for(var a=new Date,s=0,u=t;s<u.length;s++){(d=u[s]).UpdateTime=a,n.correctDateTimeFormats(d)}for(var l=0,c=i;l<c.length;l++){var d;(d=c[l]).UpdateTime=a,n.correctDateTimeFormats(d)}n.upcomingRounds=t,n.endedRounds=i;return[{UpcomingRounds:n.upcomingRounds},{ClosedRounds:n.endedRounds}]})).catch(function(e){return n.retryCounter>0&&(n.retryCounter--,setTimeout(function(){n.getInitialData(5,6).subscribe()},5e3)),i.Observable.throw(e)})},e.prototype.getInitialStatisticsData=function(){var e=this;return this.http.get(this.kenoApiURL+"statistics").pipe(Object(o.map)(function(t){return e.kenoStats=t,e._kenoStatsSubject.next(e.kenoStats),t}))},e.prototype.getJackpots=function(){var e=this;return this.http.get(this.kenoApiURL+"jackpots").pipe(Object(o.map)(function(t){return e.jackpots=t,e._jackpotsSubject.next(e.jackpots),t}))},e.prototype.onKenoJackpotChanged=function(e){var t=this;this.zone.run(function(){t.jackpotAmount=e,t.jackpotAmountSubj.next(t.jackpotAmount)})},e.prototype.onKenoJackpotAccomulation=function(e){var t=this;this.zone.run(function(){switch(e.Type){case 0:t.hotJackpotAmount=e.CurrentAmount,t.hotJackpotAmountSubj.next(t.hotJackpotAmount);break;case 1:t.megaJackpotAmount=e.CurrentAmount,t.megaJackpotAmountSubj.next(t.megaJackpotAmount)}})},e.prototype.onKenoJackpotDrawsHistory=function(e){var t=this;this.zone.run(function(){e=e.filter(function(e){return 6==e.Numbers.length}),t._jackpot56Numbers=[],e[0].Numbers.forEach(function(e,n){t._jackpot56Numbers.push(e)}),t.jackpot56NumbersSubj.next(t._jackpot56Numbers)})},e.prototype.getJackpotAccumulations=function(){var e=this;return this.http.get(this.kenoApiURL+"jackpotaccumulations").pipe(Object(o.map)(function(t){t&&t.forEach(function(t){switch(t.Type){case 0:e.hotJackpotAmount=t.CurrentAmount,e.hotJackpotAmountSubj.next(e.hotJackpotAmount);break;case 1:e.megaJackpotAmount=t.CurrentAmount,e.megaJackpotAmountSubj.next(e.megaJackpotAmount)}})}))},e.prototype.getJackpotDrawHistory=function(){var e=this;return this.http.get(this.kenoApiURL+"jackpotdrawshistory").pipe(Object(o.map)(function(t){t=t.filter(function(e){return 6==e.Numbers.length}),e._jackpot56Numbers=[],t.length>0&&t[0].Numbers.forEach(function(t,n){e._jackpot56Numbers.push(t)}),e.jackpot56NumbersSubj.next(e._jackpot56Numbers)}))},e.prototype.getAvailableRoundsData=function(){var e=this;return this.http.get(this.kenoApiURL+"kenoactiverounds").subscribe(function(t){e.kenoAvailableRoundsBasicData=t.AvailableRounds})},e}()},,,function(e,t,n){"use strict";n.d(t,"a",function(){return s});n(0);var i=n(60),r=(n.n(i),n(2)),o=(n.n(r),n(42),n(21),n(3),n(10),n(14),n(17)),a=(n.n(o),n(19)),s=(n.n(a),n(9),n(8),function(){function e(e,t,n,i,r,o,s,u){var l=this;this.currencyPipe=e,this.httpProvider=t,this.configProvider=n,this.translateProvider=i,this.authProvider=r,this.uiProvider=o,this.storage=s,this.envProvider=u,this.gameID=16,this._ticket={MinPayIn:0,PayIn:0,PredefinedPayins:[],GameType:this.gameID,Bets:[],Systems:[],HasTicketErrors:!1,HasBetErrors:!1,Errors:[],TotalWin:0,PayInPerTicketLocked:!1,SystemResults:[],CombinationCount:0,WinTaxPercent:0,WinTax:0,WinBonus:0,MaxWin:0,MinWin:0,TotalOdds:0,AverageOdds:0,MaxOdds:0,MinOdds:0,ServiceChargePercent:0,ServiceChargeAmount:0,BetAmount:0,ClubTicketBonusItems:[]},this.ticket=this._ticket,this._isBusy=!1,this._isTicketRepeatDialogVisible=!1,this._ticketBetsModifiedSubj=new a.Subject,this.ticketBetsModified$=this._ticketBetsModifiedSubj.asObservable(),this._isBusySubject=new a.Subject,this.isBusy$=this._isBusySubject.asObservable(),this.calculateInProgressSubject=new a.Subject,this.calculateInProgress$=this.calculateInProgressSubject.asObservable(),this._isTicketRepeatDialogVisibleSubject=new a.Subject,this.isTicketRepeatDialogVisible$=this._isTicketRepeatDialogVisibleSubject.asObservable(),this.attachTicket=function(){setTimeout(function(){l.ticket=l._ticket})},this.repeatDialogYes=function(){l.isTicketRepeatDialogVisible=!1}}return e.prototype.initialize=function(){var e=this,t=new i.ReplaySubject(1);return r.Observable.fromPromise(this.storage.get("app:kenoTicket")).subscribe(function(n){var i=JSON.parse(n);i&&null!==i&&Object.assign(e._ticket,i);var o=[];o.push(e.httpProvider.post(e.bettingAPI+"configuration/v2",{BettingGameType:16,IsSystem:!1},{headers:{LanguageId:e.translateProvider.currentLanguage,TerminalId:""+e.configProvider.terminalId}}).map(function(t){e._ticketConfiguration=t,e._ticket.MinPayIn=e._ticketConfiguration.MinPayIn,e._ticket.PredefinedPayins=e._ticketConfiguration.BetSlipPayInValues,e._ticket.MinPayIn>e._ticket.PayIn&&(e._ticket.PayIn=e._ticket.MinPayIn),e.validatePayIn()})),r.Observable.zip.apply(e,o).subscribe(function(){t.next(!0),t.complete()},function(e){t.error(e),t.complete()})},function(e){t.error(e),t.complete()}),t.asObservable()},e.prototype.validatePayIn=function(){},Object.defineProperty(e.prototype,"isBusy",{get:function(){return this._isBusy},set:function(e){this._isBusy=e,this._isBusySubject.next(this._isBusy)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"bettingAPI",{get:function(){return""+this.configProvider.configClient.BettingApiUrl},enumerable:!0,configurable:!0}),e.prototype.createBet=function(e,t,n,i,r,o){return{Game:this.gameID,RoundId:e.Id,BetData:e.Id+"-"+t.BetType+"-"+(o?1:0)+"-"+e.DrawNumber,BetType:t.BetType,Pick:n,Odd:r,EventTime:e.StartTime,DrawNumber:e.DrawNumber,PickDesctiption:t.Sbv>0?t.BetTypeTranslatedName+" "+t.Sbv:t.BetTypeTranslatedName,Risk:o?1:0,RiskEnabled:e.RiskEnabled,NumberOfReplies:1,TranslatedPick:i}},e.prototype.toggleBet=function(e,t,n,i,r,o){var a=this.createBet(e,t,n,i,r,o),s=this.indexOfBet(a);-1!==s?this.deleteBet(s):this.addBet(a)},e.prototype.indexOfBet=function(e){for(var t=0;t<this._ticket.Bets.length;t++){var n=this._ticket.Bets[t];if(n.DrawNumber===e.DrawNumber&&n.BetType===e.BetType&&n.Pick==e.Pick)return t}return-1},e.prototype.placeBet=function(e,t,n,i,r,a){var s=this.createBet(e,t,n,i,r,a);return o.find(this._ticket.Bets,function(e){return e.DrawNumber===s.DrawNumber&&e.BetType===s.BetType&&e.Pick==s.Pick})?(this.uiProvider.toastCreate("KENO_TICKET_TOASTER_BET_COMBINATION_EXISTS_MESSAGE","warning"),!1):(this.addBet(s),!0)},e.prototype.addBet=function(e){this._ticketLocked?this.uiProvider.toastCreate("KENO_TICKET_TOASTER_LOCKED_MESSAGE","warning"):this._ticket.Bets.length>=this._ticketConfiguration.BetSlipMaxBets?this.uiProvider.toastCreate("KENO_TICKET_TOASTER_MAX_BETS_MESSAGE","warning"):(this.removeForbiddenBetCombinations(e),this._ticket.Bets.push(e),this.calculateTicket(),this.storage.set("app:kenoTicket",JSON.stringify(this._ticket)),this._ticketBetsModifiedSubj.next({operation:"added",bet:e}))},e.prototype.removeBet=function(e){var t=this.indexOfBet(e);-1!==t&&this.deleteBet(t)},e.prototype.deleteBet=function(e){if(this._ticketLocked)this.uiProvider.toastCreate("KENO_TICKET_TOASTER_LOCKED_MESSAGE","warning");else{var t=this._ticket.Bets.splice(e,1)[0];this._ticket.Bets.length>0&&this.calculateTicket(),0===this._ticket.Bets.length&&this.resetTicket(),this.storage.set("app:kenoTicket",JSON.stringify(this._ticket)),this._ticketBetsModifiedSubj.next({operation:"removed",bet:t})}},e.prototype.resetTicket=function(){this._ticket.MinPayIn=this._ticketConfiguration.MinPayIn,this._ticket.PredefinedPayins=this._ticketConfiguration.BetSlipPayInValues,this._ticket.GameType=this.gameID,this._ticket.Bets=[],this._ticket.Systems=[],this._ticket.Errors=[],this._ticket.HasTicketErrors=!1,this._ticket.HasBetErrors=!1,this.ticket.TotalWin=0,this.ticket.PayInPerTicketLocked=!1,this.ticket.SystemResults=[],this.ticket.CombinationCount=0,this.ticket.WinTaxPercent=0,this.ticket.WinTax=0,this.ticket.WinBonus=0,this.ticket.MaxWin=0,this.ticket.MinWin=0,this.ticket.TotalOdds=0,this.ticket.AverageOdds=0,this.ticket.MaxOdds=0,this.ticket.MinOdds=0,this.ticket.ServiceChargePercent=0,this.ticket.ServiceChargeAmount=0,this.ticket.BetAmount=0,this.ticket.EncryptedTicketPin=void 0,this.ticket.EncryptedTicketControlSign=void 0},e.prototype.hasBet=function(e,t,n,i,r,a){var s=this.createBet(e,t,n,i,r,a);return!!o.find(this._ticket.Bets,function(e){return e.DrawNumber===s.DrawNumber&&e.PickDesctiption===s.PickDesctiption&&e.Pick==s.Pick})},e.prototype.betsEqual=function(e,t,n,i,r,o,a){var s=this.createBet(e,t,n,i,r,o);return a.DrawNumber===s.DrawNumber&&a.PickDesctiption===s.PickDesctiption&&a.Pick==s.Pick},e.prototype.removeForbiddenBetCombinations=function(e){for(var t=0;t<this._ticket.Bets.length;t++){var n=this._ticket.Bets[t];n.DrawNumber===e.DrawNumber&&n.BetType===e.BetType&&n.BetType>2&&(this._ticket.Bets.splice(t,1),this._ticketBetsModifiedSubj.next({operation:"removed",bet:n}),t--)}},e.prototype.calculateTicket=function(){var e=this;this.isTicketBusy||(this.calculateInProgressSubject.next(!0),this.validatePayIn(),this._calculateSubscription&&(this._calculateSubscription.unsubscribe(),this._calculateSubscription=void 0),this._ticket.Bets.length>0&&(this._calculateSubscription=this.httpProvider.post(this.bettingAPI+"calculate",this.prepareTicketForSending(),{headers:{LanguageId:this.translateProvider.currentLanguage,TerminalId:""+this.configProvider.terminalId,"Device-Type":this.envProvider.environment.Headers.DeviceType}}).timeout(1e4).subscribe(function(t){var n=e.ticket.HasBetErrors,i=e.ticket.HasTicketErrors;e.handleBetSlipResponse(t),e._calculateSubscription=void 0,e._ticket.HasTicketErrors&&!i&&e.showTicketErrorsToast(),e.ticketActive&&e._ticket.HasBetErrors&&!n&&e.uiProvider.toastCreate("KENO_TICKET_TOASTER_CALCULATE_BET_ERRORS_MESSAGE","warning"),e.calculateInProgressSubject.next(!1)},function(){e.calculateInProgressSubject.next(!1)})))},e.prototype.handleBetSlipResponse=function(e){if(e){if(this._ticket.EncryptedTicketPin=e.EncryptedTicketPin,this._ticket.EncryptedTicketControlSign=e.EncryptedTicketControlSign,this._ticket.BetAmount=e.BetAmount,this._ticket.ServiceChargeAmount=e.ServiceChargeAmount,this._ticket.ServiceChargePercent=e.ServiceChargePercent,this._ticket.MinPayIn=e.MinPayIn,this._ticket.MinOdds=e.MinOdds,this._ticket.MaxOdds=e.MaxOdds,this._ticket.AverageOdds=e.AverageOdds,this._ticket.TotalOdds=e.TotalOdds,this._ticket.MinWin=e.MinWin,this._ticket.MaxWin=e.MaxWin,this._ticket.TotalWin=e.TotalWin,this._ticket.WinBonus=e.WinBonus,this._ticket.WinTax=e.WinTax,this._ticket.WinTaxPercent=e.WinTaxPercent,this._ticket.CombinationCount=e.CombinationCount,this._ticket.SystemResults=e.SystemResults,this._ticket.PayIn=e.PayIn>0?e.PayIn:this._ticket.PayIn,this._ticket.PayInPerTicketLocked=e.PayInPerTicketLocked,e.Errors)for(var t=0;t<e.Errors.length;t++){var n=e.Errors[t];if(n.Value&&n.ValueType)switch(n.ValueType){case"CURRENCY":n.Message=n.Message.replace("{0}",this.currencyPipe.transform(n.Value))}}if(this._ticket.Errors=e.Errors,this._ticket.HasTicketErrors=this._ticket.Errors&&this._ticket.Errors.length>0,this._ticket.HasBetErrors=!1,e.BetResults)for(t=0;t<e.BetResults.length;t++)for(var i=e.BetResults[t],r=0;r<this._ticket.Bets.length;r++){var o=this._ticket.Bets[r];if(i.Bet.Game===o.Game&&i.Bet.BetData===o.BetData&&i.Bet.Pick==o.Pick){o.Errors=i.Errors,this._ticket.HasBetErrors=this._ticket.HasBetErrors||o.Errors.length>0;break}}this.storage.set("app:kenoTicket",JSON.stringify(this._ticket))}},e.prototype.prepareTicketForSending=function(e){return{GameType:this._ticket.GameType,Bets:this._ticket.Bets,Autoconfirm:e,Systems:[{TypeFrom:this._ticket.Bets.length,TypeTo:this._ticket.Bets.length,PayIn:this._ticket.PayIn}]}},e.prototype.detachTicket=function(){var e=this;setTimeout(function(){e.ticket=Object.assign({},e._ticket)})},Object.defineProperty(e.prototype,"isTicketLocked",{get:function(){return this._isBusy||this._isTicketRepeatDialogVisible},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isTicketBusy",{get:function(){return this._isBusy},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isRepeatDialogVisible",{get:function(){return this._isTicketRepeatDialogVisible},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ticketConfiguration",{get:function(){return this._ticketConfiguration},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isTicketRepeatDialogVisible",{set:function(e){this._isTicketRepeatDialogVisible=e,this._isTicketRepeatDialogVisibleSubject.next(this._isTicketRepeatDialogVisible)},enumerable:!0,configurable:!0}),e.prototype.isValid=function(){return!(this._ticket.HasTicketErrors||this._ticket.HasBetErrors)},e.prototype.isSubmitEnabled=function(){return this.isValid()&&!this._isBusy},e.prototype.setPayin=function(e){var t=!0;return isNaN(e)&&(this.uiProvider.toastCreate("KENO_TICKET_TOASTER_INVALID_PAYIN_MESSAGE","warning"),e=this._ticketConfiguration.MinPayIn,t=!1),this._ticket.PayIn=e,this.validatePayIn(),this.calculateTicket(),t},e.prototype.submit=function(){var e=this;if(this.isTicketLocked)this.uiProvider.toastCreate("KENO_TICKET_TOASTER_LOCKED_MESSAGE","warning");else{this._validationTime=90,this.isBusy=!0,this.detachTicket();var t=void 0,n=void 0,i=function(){n=setTimeout(function(){e._validationTime--,e._validationTime<=0?t&&t.unsubscribe():i()},1e3)};i(),t=this.httpProvider.post(this.bettingAPI+"submit",this.prepareTicketForSending()).subscribe(function(i){if(e.attachTicket(),e.handleBetSlipResponse(i),e._calculateDebouncedUntil=new Date,e._calculateDebouncedUntil.setSeconds(e._calculateDebouncedUntil.getSeconds()+3e3),e._ticket.HasBetErrors||e._ticket.HasTicketErrors)e.attachTicket(),e.isBusy=!1,e._validationTime=void 0,clearTimeout(n),e._ticket.HasTicketErrors&&e.showTicketErrorsToast(),e._ticket.HasBetErrors&&e.uiProvider.toastCreate("KENO_TICKET_TOASTER_BET_ERRORS_MESSAGE","warning");else{e.detachTicket();var r={EncryptedTicketPin:e._ticket.EncryptedTicketPin};e.configProvider.configTerminal.UserAuthorizeAttendantTicket&&e.authProvider.isAdmin()&&(r.ReferrerAttendant=e.authProvider.getAuth().username),e.impersonationData&&(r.ImpersonationToken=e.impersonationData.token),t=e.httpProvider.post(e.bettingAPI+"confirm",r).subscribe(function(t){if(!0!==t)e.attachTicket(),e.isBusy=!1,e._validationTime=void 0,clearTimeout(n),e.isTicketRepeatDialogVisible=!1,e.uiProvider.toastCreate("SERVICE_NOT_AVAILABLE","error");else{e.impersonationData=void 0;var i=e.authProvider.isAdmin();i||(e.attachTicket(),e.isBusy=!1,e._validationTime=void 0,clearTimeout(n)),i||(e.ticketActive?e.isTicketRepeatDialogVisible=!0:e.uiProvider.toastCreate("KENO_TICKET_TOASTER_SUCCESS_MESSAGE","success"))}},function(t){e.attachTicket(),e.isBusy=!1,e._validationTime=void 0,clearTimeout(n),e.isTicketRepeatDialogVisible=!1,t&&401!==t.status&&e.uiProvider.toastCreate("SERVICE_NOT_AVAILABLE","error")})}},function(t){clearTimeout(n),t&&401!==t.status&&e.uiProvider.toastCreate("SERVICE_NOT_AVAILABLE","error"),e.attachTicket(),e.isBusy=!1,e._validationTime=void 0})}},e.prototype.submitV2=function(){var e=this;if(this.isTicketLocked)this.uiProvider.toastCreate("KENO_TICKET_TOASTER_LOCKED_MESSAGE","warning");else{this._validationTime=90,this.isBusy=!0,this.detachTicket();var t=void 0,n=void 0,i=function(){n=setTimeout(function(){e._validationTime--,e._validationTime<=0?t&&t.unsubscribe():i()},1e3)};i(),t=this.httpProvider.post(this.bettingAPI+"submit",this.prepareTicketForSending(!0)).subscribe(function(t){if(e.attachTicket(),e.handleBetSlipResponse(t),e._calculateDebouncedUntil=new Date,e._calculateDebouncedUntil.setSeconds(e._calculateDebouncedUntil.getSeconds()+3e3),e._ticket.HasBetErrors||e._ticket.HasTicketErrors)e.attachTicket(),e.isBusy=!1,e._validationTime=void 0,clearTimeout(n),e._ticket.HasTicketErrors&&e.showTicketErrorsToast(),e._ticket.HasBetErrors&&e.uiProvider.toastCreate("KENO_TICKET_TOASTER_BET_ERRORS_MESSAGE","warning");else{e.detachTicket();var i={EncryptedTicketPin:e._ticket.EncryptedTicketPin};e.configProvider.configTerminal.UserAuthorizeAttendantTicket&&e.authProvider.isAdmin()&&(i.ReferrerAttendant=e.authProvider.getAuth().username),e.impersonationData&&(i.ImpersonationToken=e.impersonationData.token),e.impersonationData=void 0;var r=e.authProvider.isAdmin();r||(e.attachTicket(),e.isBusy=!1,e._validationTime=void 0,clearTimeout(n)),r||(e.ticketActive?e.isTicketRepeatDialogVisible=!0:e.uiProvider.toastCreate("KENO_TICKET_TOASTER_SUCCESS_MESSAGE","success"))}},function(t){clearTimeout(n),t&&401!==t.status&&e.uiProvider.toastCreate("SERVICE_NOT_AVAILABLE","error"),e.attachTicket(),e.isBusy=!1,e._validationTime=void 0})}},e.prototype.showTicketErrorsToast=function(){if(this._ticket.Errors)for(var e=0;e<this._ticket.Errors.length;e++)this.uiProvider.toastCreate(this._ticket.Errors[e].TranslatedMessage,"warning")},e.prototype.clear=function(){this.resetTicket(),this.impersonationData=void 0,this.storage.set("app:kenoTicket",JSON.stringify(this._ticket)),this._ticketBetsModifiedSubj.next({operation:"cleared",bet:void 0})},e.prototype.repeatDialogNo=function(){this.isTicketRepeatDialogVisible=!1,this.clear()},e.prototype.changeRisk=function(e,t){e.Risk=t?1:0,e.BetData=e.RoundId+"-"+e.BetType+"-"+e.Risk+"-"+e.DrawNumber,this.calculateTicket()},e.prototype.changeRepetitions=function(e,t){e.NumberOfReplies=t,this.calculateTicket()},e}())},,,,,function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0),n(292),n(10),n(9),n(22);var i=n(376),r=(n(3),n(17)),o=(n.n(r),n(8),function(){function e(e,t,n,r,o,a,s){this.decimalPipe=e,this.userProvider=t,this.authProvider=n,this.configProvider=r,this.localizationProvider=o,this.foldToAscii=a,this.envProvider=s,this._momentPipe=new i.a,this.calculateOdds=function(e,t){if(void 0!==e&&""!==e&&"-"!==e&&0!==t){var n=(e-1)*(1+t/100)+1,i=parseFloat(((n%.05+.05)%.05).toFixed(3));return i>.02?(n+(.05-i)).toFixed(2):(n-i).toFixed(2)}return e}}return e.prototype.flattenToMatches=function(e,t){var n=this;r.each(e,function(e){r.each(e.Categories,function(e){r.each(e.Leagues,function(e){e.Matches&&e.Matches.length>0&&(e.Matches&&e.Matches.length&&e.Matches.sort(function(e,t){return e.MatchStartTime.toString().localeCompare(t.MatchStartTime.toString())||e.Description.localeCompare(t.Description)}),r.each(e.Matches,function(e){n.formatData(e),t.push(Object.assign(e,{OriginSportName:n.betxToCompanyName(e.OriginSportName),AdditionalMatchData:n.betxToCompanyName(e.AdditionalMatchData)}))}))})})})},e.prototype.isOutright=function(e){return this.configProvider.configTerminal.outrightBetTypes&&e[0]&&e[0].BasicOffer&&e[0].BasicOffer.BetTypeKey&&-1!==this.configProvider.configTerminal.outrightBetTypes.indexOf(+e[0].BasicOffer.BetTypeKey)},e.prototype.sortOutrights=function(e){return e.sort(function(e,t){var n=e.BasicOffer,i=t.BasicOffer;if(n&&i&&n.Odds.length&&i.Odds.length){if(n.Odds[0]&&n.Odds[0])return n.Odds[0]-i.Odds[0];if(n.Odds[1]&&n.Odds[1])return n.Odds[1]-i.Odds[1]}return e.MatchStartTime.toString().localeCompare(t.MatchStartTime.toString())||e.MatchStartTime.localeCompare(t.MatchStartTime)})},e.prototype.formatSports=function(e){if(e)for(var t=0;t<e.length;t++){var n=e[t];if(n.Name=this.betxToCompanyName(n.Name),n.OriginName=this.betxToCompanyName(n.OriginName),n.Slug=this.generateSlug(n.Name),n.Categories)for(var i=0;i<n.Categories.length;i++){var r=n.Categories[i];if(r.Name=this.betxToCompanyName(r.Name),r.Slug=this.generateSlug(r.Name),r.Leagues)for(var o=0;o<r.Leagues.length;o++){var a=r.Leagues[o];if(a.Name=this.betxToCompanyName(a.Name),a.CategoryName=this.betxToCompanyName(a.CategoryName),a.SportName=this.betxToCompanyName(a.SportName),a.OriginSportName=this.betxToCompanyName(a.OriginSportName),a.Slug=this.generateSlug(a.Name),a.Matches&&a.Matches.length){this.isOutright(a.Matches)?a.Matches=this.sortOutrights(a.Matches):a.Matches.sort(function(e,t){return e.MatchStartTime.toString().localeCompare(t.MatchStartTime.toString())||e.Description.localeCompare(t.Description)})}a.Matches&&this.formatMatches(a.Matches)}}}},e.prototype.formatMatches=function(e,t){void 0===t&&(t=!1);for(var n=0;n<e.length;n++){var i=e[n];this.formatData(i),i.OriginSportName=this.betxToCompanyName(i.OriginSportName),i.SportName=this.betxToCompanyName(i.SportName),i.LeagueName=this.betxToCompanyName(i.LeagueName),i.CategoryName=this.betxToCompanyName(i.CategoryName),i.AdditionalMatchData=this.betxToCompanyName(i.AdditionalMatchData),t&&(i.sportSlug=this.generateSlug(i.OriginSportName),i.categorySlug=this.generateSlug(i.CategoryOriginalName),i.leagueSlug=this.generateSlug(i.LeagueOriginalName))}},e.prototype.flattenToLeagues=function(e,t){var n=this;r.each(e,function(e){r.each(e.Categories,function(i){r.each(i.Leagues,function(r){r.Name=n.betxToCompanyName(r.Name),t.push(Object.assign(r,{OriginSportName:n.betxToCompanyName(e.OriginName),SportName:n.betxToCompanyName(e.Name),SportId:e.Id,CategoryName:n.betxToCompanyName(i.Name),CategoryId:i.Id}))})})})},e.prototype.flattenToLeaguesBySport=function(e,t){var n=this;r.each(e,function(e,i){t.push(e),t[i].Leagues=[],n.sortCategories(e.Categories),r.each(e.Categories,function(o){n.sortLeagues(o.Leagues),r.each(o.Leagues,function(r){r.Name=n.betxToCompanyName(r.Name),t[i].Leagues.push(Object.assign(r,{OriginSportName:n.betxToCompanyName(e.OriginName),SportName:n.betxToCompanyName(e.Name),SportId:e.Id,CategoryName:n.betxToCompanyName(o.Name),CategoryId:o.Id,Category:o}))})})})},e.prototype.sortLeagues=function(e){e.sort(function(e,t){var n=0;return t.Ordering&&e.Ordering&&(n=e.Ordering-t.Ordering),n}).sort(function(e,t){var n=0;return e.IsSpecial&&(t.Ordering&&e.Ordering&&(n=e.SpecialOrd-t.SpecialOrd),0==n&&(n=e.Name.localeCompare(t.Name))),n})},e.prototype.sortCategories=function(e){e.sort(function(e,t){var n=0;return t.Ordering&&e.Ordering&&(n=e.Ordering-t.Ordering),n})},e.prototype.formatData=function(e){if(e.LeagueName=this.betxToCompanyName(e.LeagueName),e.CategoryName=this.betxToCompanyName(e.CategoryName),e.SportName=this.betxToCompanyName(e.SportName),e.LiveMatchScore){var t=e.LiveMatchScore.split(":");e.LiveHomeScore=t[0]?t[0].trim():"",e.LiveAwayScore=t[1]?t[1].trim():""}if(e.LiveGameScore){t=e.LiveGameScore.split(":");"tennis"==e.OriginSportName.toLowerCase()?(e.LiveHomeGameScore=t[0]?this.tennisGame(t[0].trim()):"",e.LiveAwayGameScore=t[1]?this.tennisGame(t[1].trim()):""):(e.LiveHomeGameScore=t[0]?t[0].trim():"",e.LiveAwayGameScore=t[1]?t[1].trim():"")}if(e.LiveSetScore){e.PeriodResults=[];var n=e.LiveSetScore.split("-");r.each(n,function(t){var n=t.split(":");e.PeriodResults.push({home:n[0]?n[0].trim():"",away:n[1]?n[1].trim():""})})}e.MatchResults&&r.each(e.MatchResults,function(e){var t=e.Score.split(":");e.Home=t[0]?t[0].trim():"",e.Away=t[1]?t[1].trim():""});if(e.TimeOrPeriod=e.IsLiveMatchAvailable?e.LiveMatchTime&&""!==e.LiveMatchTime?e.LiveMatchTime+"'":e.LiveMatchTimeState:this._momentPipe.transform(e.MatchStartTime),e.BasicOffer&&e.BasicOffer.Odds&&(this.formatOdds(e.BasicOffer),e.BasicOffer.OddsCount=e.BasicOffer.Odds.length,0==e.BasicOffer.OddsCount&&(e.BasicOffer=void 0)),e.Offers)for(var i in e.Offers){var o=e.Offers[i];o&&(this.formatOdds(o),0==o.Odds.length&&delete e.Offers[i])}e.IsLiveMatchAvailable&&(e.Offers=Object.assign({},e.Offers))},e.prototype.tennisGame=function(e){return"50"==e?"AD":e},e.prototype.formatOdds=function(e,t){if(e&&e.Odds)for(var n=0;n<e.Odds.length;n++){var i=e.Odds[n];i.FormatedOdd=this.formatOdd(i.Odd,e.GameId),t&&(i.BetBuilderOdd=!0)}},e.prototype.sortMatches=function(e){e.sort(function(e,t){var n=new Date(e.MatchStartTime),i=new Date(t.MatchStartTime),r=n.getTime()-i.getTime();return 0===r&&(r=e.Id-t.Id),r})},e.prototype.getOffersMap=function(e){var t={};if(e)for(var n=0;n<e.length;n++){var i=e[n];t[i.Id]=i}return t},e.prototype.getMatchesMap=function(e){for(var t={},n=0;n<e.length;n++){var i=e[n];t[i.Id]=i}return t},e.prototype.filterLiveSports=function(e){if(e)for(var t=0;t<e.length;t++){for(var n=e[t],i=0;i<n.Categories.length;i++){for(var r=n.Categories[i],o=0;o<r.Leagues.length;o++){for(var a=r.Leagues[o],s=0;s<a.Matches.length;s++){var u=a.Matches[s],l=new Date(u.MatchStartTime);l.setMinutes(l.getMinutes()-this.envProvider.environment.Sport.Live.MatchStartTreshold);var c=new Date;(!u.IsLiveMatchAvailable||c<l)&&(u.LiveMatchEndTime||(n.MatchesCount--,r.MatchesCount--,a.MatchesCount--,a.Matches.splice(s,1),s--))}a.Matches.length<=0&&(r.Leagues.splice(o,1),o--)}r.Leagues.length<=0&&(n.Categories.splice(i,1),i--)}n.Categories.length<=0&&(e.splice(t,1),t--)}},e.prototype.betxToCompanyName=function(e){var t=null!==e&&void 0!==e?e:"",n=t.toLowerCase(),i=this.configProvider.configSport.SpecialSportBrandName;return""!==i&&i&&-1!==n.indexOf("company_name")?t=n.replace(new RegExp("company_name","g"),i):""!==i&&i&&-1!==n.indexOf("betx")&&(t=n.replace(new RegExp("betx","g"),i)),t},e.prototype.inflateLiveMatchesUpdate=function(e){var t=this,n=[];return r.each(e,function(e){var i={Id:e.Id,SportId:e.sid,CategoryId:e.cid,LiveMatchState:e.lms,LiveMatchTime:e.lmt,LiveMatchTimeState:e.lmts,LiveMatchTimeOrigName:e.lmto,LiveMatchScore:e.lmsc,LiveSetScore:e.lssc,LiveServer:e.ls,LiveGameScore:e.lgsc,LiveMatchInfo:e.lmi,LiveMatchEndTime:e.lmet,LiveHalfTimeScore:e.lmhts,LiveHomeYellowCards:e.lhyc,LiveAwayYellowCards:e.layc,LiveHomeRedCards:e.lhrc,LiveAwayRedCards:e.larc,LiveHomeCorners:e.lhcr,LiveAwayCorners:e.lacr,LiveHomeYellowRedCards:e.lhyrc,LiveAwayYellowRedCards:e.layrc,HasExtendedLive:e.hel,OffersCount:e.ofc,OddsCount:e.odc,IsLiveMatchAvailable:e.lma,IsBlocked:e.b,BasicOffer:t.inflateLiveOfferUpdate(e.bo),Offers:r.map(e.ofs,function(e){return t.inflateLiveOfferUpdate(e)}),BetTypeOffers:r.map(e.cofs,function(e){return t.inflateLiveOfferUpdate(e)})};n.push(i)}),n},e.prototype.inflateLiveOfferUpdate=function(e){var t=void 0;return e&&(t={Id:e.Id,Description:e.d,OriginDescription:e.od,IsBasic:e.b,Sbv:e.sbv,Ordering:e.ord,OddsCount:e.odc,HasSbv:e.hs,BetTypeKey:e.bt,Active:e.a,IsEnabled:e.e,Type:e.t,GameId:2,BetTypeCategories:e.btcs,BetTypeInfo:e.bti,Odds:r.map(e.odds,function(e){return{Id:e.Id,Name:e.n,OrigName:e.on,Odd:e.o,Active:e.a}})}),t},e.prototype.formatOdd=function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];var i=e,r=t[0]?t[0]:1,o=!!t[1]&&t[1],a=t[2]?t[2]:this.configProvider.configSport.MinOddsForShowing;if(1===r){void 0!==(s=this.configProvider.configSport.SportOfferBonusPercent)&&0!==s&&(e=this.calculateOdds(i,s))}else if(2===r){var s;void 0!==(s=this.configProvider.configSport.LiveOfferBonusPercent)&&0!==s&&(e=this.calculateOdds(i,s))}if(i<=1||void 0===i||""===i||"-"===i||i<a)return"-";var u=this.userProvider.OddsRepresentation;if(void 0===u&&(u="decimal"),o&&"decimal"===u){var l=o.toString();return this.decimalPipe.transform(i,"1."+l+"-"+l,this.localizationProvider.angularLocale)}if("decimal"===u){return this.decimalPipe.transform(i,"1."+(l=i<10?"2":i<100?"1":"0")+"-"+l,this.localizationProvider.angularLocale)}if("hongkong"===u)return i-=1,this.decimalPipe.transform(i,"1.2-2",this.localizationProvider.angularLocale);if("indo"===u){if((i-=1)>=1){var c=i<10?"2":i<100?"1":"0";return this.decimalPipe.transform(i,"1."+c+"-"+c,this.localizationProvider.angularLocale)}return this.decimalPipe.transform(i=1/i*-1,"1."+(l=i<10?"2":i<100?"1":"0")+"-"+l,this.localizationProvider.angularLocale)}if("malay"===u){var d=i-1;l=3;return i>10?l=5:i>100?l=6:i>1e3?l=7:i>1e4&&(l=8),this.decimalPipe.transform(d<=1?d:1/d*-1,"1."+l+"-"+l,this.localizationProvider.angularLocale)}var m=Number(i);return"american"===u?m>=2?(100*(m-1)).toFixed(0):"-"+(100/(m-1)).toFixed(0):"fractional"===u?this.toFraction(m):"-"},e.prototype.toFraction=function(e){var t=1e4*((e=parseFloat(e).toFixed(2))-1),n=1e4;t=Math.round(t),n=Math.round(n);var i=this.reduce(t,n);return t=i[0],n=i[1],t+"/"+n},e.prototype.reduce=function(e,t){var n=new Array(2),i=this.GCD(e,t);return n[0]=e/i,n[1]=t/i,n},e.prototype.GCD=function(e,t){var n,i;if(e<t)n=t,i=e;else if(e>t)n=e,i=t;else if(e===t)return e;for(;;){if(0===i)return n;var r=i;i=n%i,n=r}},e.prototype.generateSlug=function(e){var t=this.foldToAscii.foldReplacing(e);return t=t.trim(),t=t.toLowerCase(),t=t.replace(/[^A-Za-z0-9]+/g,"-"),t=t.replace(/[-]+/g,"-")},e}())},,,function(e,t,n){"use strict";n(0),n(42),n(1);var i=n(20),r=function(){var e={};return e[e.info=0]="info",e[e.warning=1]="warning",e[e.error=2]="error",e}(),o=function(){var e={};return e[e.normal=0]="normal",e}(),a=(n(12),n(17)),s=n.n(a),u=n(13),l=(n(21),n(9),n(3),n(8),n(10),n(14),n(28));n.d(t,"a",function(){return c});var c=function(){function e(e,t,n,r,a,s,l,c){var d=this;this.http=e,this.storage=t,this.translationProvider=n,this.authProvider=r,this.currencyPipe=a,this.configProvider=s,this.envProvider=l,this.uiProvider=c,this.calculateInProgressSubject=new i.Subject,this.calculateInProgress$=this.calculateInProgressSubject.asObservable(),this.notificationSubject=new i.Subject,this.notificationSubject$=this.notificationSubject.asObservable(),this._calculateDebouncedUntil=new Date,this._bettingGametype=40,this._busy=!1,this._isTicketRepeatDialogVisible=!1,this._ticketCalculateSubject=new i.Subject,this.ticketCalculate$=this._ticketCalculateSubject.asObservable(),this.ticketAuthTime=90,this._ticketBetsModifiedSubj=new i.Subject,this.ticketBetsModified$=this._ticketBetsModifiedSubj.asObservable(),this._tickettypeSubject=new i.Subject,this.tickettype$=this._tickettypeSubject.asObservable(),this._busySubject=new i.Subject,this.busy$=this._busySubject.asObservable(),this._isTicketRepeatDialogVisibleSubject=new i.Subject,this.isTicketRepeatDialogVisible$=this._isTicketRepeatDialogVisibleSubject.asObservable(),this._ballDrawnSubject=new i.Subject,this._ballDrawn$=this._ballDrawnSubject.asObservable(),this._ticket={PreparedTicketIdentifier:void 0,PayIn:void 0,PayInPerTicketLocked:!1,BetsAnimationEnabled:!0,TicketType:o.normal,GameType:this._bettingGametype,Bets:[],Errors:[],AvailableSystems:[],SystemResults:[],ErrorMaxBets:!1,HasTicketErrors:!1,HasBetErrors:!1,HasOddChanges:!1,Settings:{AcceptAllChanges:!1,AcceptHigherOdds:!1,IsQuickTicket:!1,OddsChangePercentAccepted:0,IgnoreOddsChange:!1,ReserveFunds:!0},EncryptedTicketPin:void 0,EncryptedTicketControlSign:void 0,PredefinedPayins:[],BetAmount:void 0,ServiceChargeAmount:void 0,ServiceChargePercent:void 0,MinPayIn:void 0,MaxPayIn:void 0,MinOdds:void 0,MaxOdds:void 0,AverageOdds:void 0,TotalOdds:void 0,MinWin:void 0,MaxWin:void 0,TotalWin:void 0,WinBonus:void 0,WinBonusTax:void 0,WinTax:void 0,WinTaxPercent:void 0,CombinationCount:void 0},this.ticket=this._ticket,this.repeatDialogYes=function(){d.isTicketRepeatDialogVisible=!1},this.attachTicket=function(){setTimeout(function(){d.ticket=d._ticket}),d._ticket.BetsAnimationEnabled=!0},this.ticketCalculate$.pipe(Object(u.a)(this)).subscribe(function(e){d.timeoutHandle&&(clearTimeout(d.timeoutHandle),d.timeoutHandle=void 0),d.timeoutHandle=setTimeout(function(){d.calculateTicket()},200)})}return Object.defineProperty(e.prototype,"ticketConfiguration",{get:function(){return this._ticketConfiguration},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isTicketRepeatDialogVisible",{set:function(e){this._isTicketRepeatDialogVisible=e,this._isTicketRepeatDialogVisibleSubject.next(this._isTicketRepeatDialogVisible)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"bettingAPI",{get:function(){return""+this.configProvider.configClient.BettingApiUrl},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"clubAPI",{get:function(){return""+this.configProvider.configClient.ClubApiUrl},enumerable:!0,configurable:!0}),e.prototype.ngOnDestroy=function(){},e.prototype.initialize=function(){var e=this,t=new i.ReplaySubject;return this.envProvider.environment.TicketValidationTime&&(this.ticketAuthTime=+this.envProvider.environment.TicketValidationTime),this.storage.get("app:lottoTicket").then(function(n){n&&null!==n&&Object.assign(e.ticket,n),e._ticketConfiguration=e.configProvider.configLottoTicket,e._ticket.MinPayIn=e._ticketConfiguration.MinPayIn,e._ticket.PredefinedPayins=e._ticketConfiguration.BetSlipPayInValues,e.validatepayIn(),t.next(!0),t.complete()},function(e){t.error(e),t.complete()}),t.asObservable()},Object.defineProperty(e.prototype,"locked",{get:function(){return this._busy||this._isTicketRepeatDialogVisible},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"busy",{get:function(){return this._busy},set:function(e){this._busy=e,this._busySubject.next(this._busy)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"repeatTicketDialogVisible",{get:function(){return this._isTicketRepeatDialogVisible},enumerable:!0,configurable:!0}),e.prototype.toggleBet=function(e,t,n,i,r,o){var a=t.translatedDescription?t.translatedDescription:t.description;this.addBet({Game:40,BetData:t.id+"_"+t.betType.id,Pick:n,Odd:t.oddsSplit.odds[n.length-1],SelectedSystem:i?i.from:n.length,DrawNumber:t.drawingId,DrawTime:e.drawingTime,PickDescription:a,NumberOfReplies:1,TranslatedPick:a,IsValid:!0,HasErrors:!1,BetType:t.betType.id,PreparedTicketIdentifier:void 0},r)},e.prototype.placeBet=function(e,t,n){e.IsValid=!0,e.HasErrors=!1,this.addBet(e,t)},e.prototype.hasBet=function(e){return-1!==this.indexOfBet(e)},e.prototype.removeBet=function(e,t){var n=this.indexOfBet(e);-1!==n&&this.deleteBet(n,t)},e.prototype.valid=function(){return!(this._ticket.HasTicketErrors||this._ticket.HasBetErrors)},e.prototype.submitEnabled=function(){return this.valid()&&!this._busy},e.prototype.submit=function(){var e=this;if(this.locked)this.notificationSubject.next({Message:"LOTTO_TICKET_TOASTER_LOCKED_MESSAGE",Type:r.warning});else{this._validationTime=this.ticketAuthTime,this.busy=!0,this.detachTicket();var t,n,i=function(){n=setTimeout(function(){e._validationTime--,e._validationTime<=0?t&&(e.busy=!1,t.unsubscribe()):i()},1e3)};i(),t=this.http.post(this.bettingAPI+"submit",this.prepareTicketForSending()).subscribe(function(i){if(e.attachTicket(),e.handleBetSlipResponse(i),e._calculateDebouncedUntil=new Date,e._calculateDebouncedUntil.setSeconds(e._calculateDebouncedUntil.getSeconds()+3e3),e._ticket.HasBetErrors||e._ticket.HasTicketErrors)e.attachTicket(),e.busy=!1,e._validationTime=void 0,clearTimeout(n),e._ticket.HasTicketErrors&&e.showTicketErrorsToast(),e._ticket.HasBetErrors&&e.notificationSubject.next({Message:"LOTTO_TICKET_TOASTER_BET_ERRORS_MESSAGE",Type:r.warning});else{e.detachTicket();t=e.http.post(e.bettingAPI+"confirm",{EncryptedTicketPin:e._ticket.EncryptedTicketPin}).subscribe(function(t){if(!0!==t)e.attachTicket(),e.busy=!1,e._validationTime=void 0,clearTimeout(n),e.isTicketRepeatDialogVisible=!1,e.notificationSubject.next({Message:"SERVICE_NOT_AVAILABLE",Type:r.error});else{var i=e.authProvider.isAdmin();i||(e.attachTicket(),e.busy=!1,e._validationTime=void 0,clearTimeout(n)),i||(e.ticketActive?e.isTicketRepeatDialogVisible=!0:e.notificationSubject.next({Message:"LOTTO_TICKET_TOASTER_SUCCESS_MESSAGE",Type:r.info}))}},function(t){e.attachTicket(),e.busy=!1,e._validationTime=void 0,clearTimeout(n),e.isTicketRepeatDialogVisible=!1,t&&401!==t.status&&e.notificationSubject.next({Message:"SERVICE_NOT_AVAILABLE",Type:r.error})})}},function(t){clearTimeout(n),t&&401!==t.status&&e.notificationSubject.next({Message:"SERVICE_NOT_AVAILABLE",Type:r.error}),e.attachTicket(),e.busy=!1,e._validationTime=void 0})}},e.prototype.submitV2=function(){var e=this;if(this.locked)this.notificationSubject.next({Message:"LOTTO_TICKET_TOASTER_LOCKED_MESSAGE",Type:r.warning});else{this._validationTime=this.ticketAuthTime,this.busy=!0,this.detachTicket();var t,n,i=function(){n=setTimeout(function(){e._validationTime--,e._validationTime<=0?t&&(e.busy=!1,t.unsubscribe()):i()},1e3)};i(),t=this.http.post(this.bettingAPI+"submit",this.prepareTicketForSending(!0)).subscribe(function(t){if(e.attachTicket(),e.handleBetSlipResponse(t),e._calculateDebouncedUntil=new Date,e._calculateDebouncedUntil.setSeconds(e._calculateDebouncedUntil.getSeconds()+3e3),e._ticket.HasBetErrors||e._ticket.HasTicketErrors)e.attachTicket(),e.busy=!1,e._validationTime=void 0,clearTimeout(n),e._ticket.HasTicketErrors&&e.showTicketErrorsToast(),e._ticket.HasBetErrors&&e.notificationSubject.next({Message:"LOTTO_TICKET_TOASTER_BET_ERRORS_MESSAGE",Type:r.warning});else{e.detachTicket();var i=e.authProvider.isAdmin();i||(e.attachTicket(),e.busy=!1,e._validationTime=void 0,clearTimeout(n)),i||(e.ticketActive?e.isTicketRepeatDialogVisible=!0:e.notificationSubject.next({Message:"LOTTO_TICKET_TOASTER_SUCCESS_MESSAGE",Type:r.info}))}},function(t){clearTimeout(n),t&&401!==t.status&&e.notificationSubject.next({Message:"SERVICE_NOT_AVAILABLE",Type:r.error}),e.attachTicket(),e.busy=!1,e._validationTime=void 0})}},e.prototype.clear=function(){var e=Object.assign([],this._ticket.Bets);this.resetTicket(),this.storage.set("app:lottoTicket",this._ticket);for(var t=0,n=e;t<n.length;t++){this._ticketBetsModifiedSubj.next({operation:"removed",bet:n[t]})}},e.prototype.repeatDialogNo=function(){this.isTicketRepeatDialogVisible=!1,this.clear()},e.prototype.setpayIn=function(e){var t=!0;return isNaN(e)&&(this.notificationSubject.next({Message:"LOTTO_TICKET_TOASTER_INVALID_PAYIN_MESSAGE",Type:r.warning}),e=this.getDefaultStake(),t=!1),this._ticket.PayIn=e,this.validatepayIn(),this.calculateTicket(),t},e.prototype.getDefaultStake=function(){return this._ticketConfiguration.DefaultStake>=this._ticket.MinPayIn&&(void 0==this._ticket.MaxPayIn||this._ticketConfiguration.DefaultStake<=this._ticket.MaxPayIn)?this._ticketConfiguration.DefaultStake:this._ticketConfiguration.MinpayIn},Object.defineProperty(e.prototype,"validationTime",{get:function(){return this._validationTime},enumerable:!0,configurable:!0}),e.prototype.validatepayIn=function(){if(s.a.each(this._ticket.AvailableSystems,function(e){e.payIn<e.minPayIn?e.payIn=e.minPayIn:e.payIn>e.maxPayIn&&(e.payIn=e.maxPayIn)}),this._setMinpayInPerCombination){if(this.ticket.SystemResults[0].betPerCombination){this._ticket.PayIn=this._ticket.SystemResults[0].minPayIn/(this._ticket.Bets.length+1)*this._ticket.Bets.length}this._setMinpayInPerCombination=!1}else(!this._ticket.PayIn||this._ticket.PayIn<this._ticket.MinPayIn)&&(this._ticket.PayIn=this.getDefaultStake())},e.prototype.currencyFormatter=function(e){this.currencyPipe.transform(e)},e.prototype.detachTicket=function(){var e=this;this._ticket.BetsAnimationEnabled=!1,setTimeout(function(){e.ticket=Object.assign({},e._ticket)})},e.prototype.showTicketErrorsToast=function(){if(this._ticket.Errors)for(var e=0,t=this._ticket.Errors;e<t.length;e++){this.notificationSubject.next({Message:t[e],Type:r.warning})}},e.prototype.indexOfBet=function(e){for(var t=0;t<this._ticket.Bets.length;t++){var n=this._ticket.Bets[t];if(n.BetData===e.BetData&&n.PickDescription===e.PickDescription&&n.DrawNumber===e.DrawNumber&&n.Pick===e.Pick)return t}return-1},e.prototype.deleteBet=function(e,t){if(this.ticket.HasOddChanges=!1,this.locked)this.notificationSubject.next({Message:"LOTTO_TICKET_TOASTER_LOCKED_MESSAGE",Type:r.warning});else{var n=this._ticket.Bets.splice(e,1)[0];this._ticket.Bets.length>0&&(this.setMinpayInPerCombination(),this._ticketCalculateSubject.next(!0)),0===this._ticket.Bets.length&&this.resetTicket(),this.storage.set("app:lottoTicket",this._ticket),void 0!==t&&t(null,n),this._ticketBetsModifiedSubj.next({operation:"removed",bet:n}),this.notificationSubject.next({Message:"LOTTO_TICKET_TOASTER_BET_REMOVED_MESSAGE",Type:r.warning})}},e.prototype.setMinpayInPerCombination=function(){this._setMinpayInPerCombination=!0},e.prototype.resetTicket=function(){this._ticket.PreparedTicketIdentifier=void 0,this._ticket.PayInPerTicketLocked=!1,this._ticket.PayIn=this.getDefaultStake(),this._ticket.TicketType=o.normal,this._ticket.GameType=this._bettingGametype,this._ticket.Bets=[],this._ticket.Errors=[],this._ticket.AvailableSystems=[],this._ticket.SystemResults=[],this._ticket.ErrorMaxBets=!1,this._ticket.HasTicketErrors=!1,this._ticket.HasBetErrors=!1,this._ticket.OddBonusId=0,this._ticket.OddBonusMode=0,this._ticket.OddMultiplier=0,this._ticket.EncryptedTicketPin=void 0,this._ticket.EncryptedTicketControlSign=void 0,this._ticket.BetAmount=void 0,this._ticket.ServiceChargeAmount=void 0,this._ticket.ServiceChargePercent=void 0,this._ticket.MinPayIn=void 0,this._ticket.MinOdds=void 0,this._ticket.MaxOdds=void 0,this._ticket.AverageOdds=void 0,this._ticket.TotalOdds=void 0,this._ticket.MinWin=void 0,this._ticket.MaxWin=void 0,this._ticket.TotalWin=void 0,this._ticket.WinBonus=void 0,this._ticket.WinBonusTax=void 0,this._ticket.WinTax=void 0,this._ticket.WinTaxPercent=void 0,this._ticket.CombinationCount=void 0,this._ticket.HasOddChanges=!1,this._ticket.Settings.IgnoreOddsChange=!1,this.storage.set("app:lottoTicket",this._ticket),this._tickettypeSubject.next(this._ticket.TicketType)},e.prototype.pickCompare=function(e,t){if(Array.isArray(t)){var n=s.a.cloneDeep(t);return n=n.toString().replace(/\,/g,"-"),e.split("/")[0]==n}return e==t},e.prototype.handleTicketpayIn=function(e,t){if(e.length>0){if(s.a.find(e,function(e){return 1===e.Errortype&&1===e.messagetype}))return this._ticket.PayIn}return t>0?t:this._ticket.PayIn},e.prototype.handleBetSlipResponse=function(e){var t=this;if(e){this._ticket.EncryptedTicketPin=e.EncryptedTicketPin,this._ticket.EncryptedTicketControlSign=e.EncryptedTicketControlSign,this._ticket.BetAmount=e.BetAmount,this._ticket.ServiceChargeAmount=e.ServiceChargeAmount,this._ticket.ServiceChargePercent=e.ServiceChargePercent,this._ticket.MinPayIn=e.MinPayIn,this._ticket.MaxPayIn=e.MaxPayIn>0?e.MaxPayIn:void 0,this._ticket.MinOdds=e.MinOdds,this._ticket.MaxOdds=e.MaxOdds,this._ticket.AverageOdds=e.AverageOdds,this._ticket.TotalOdds=e.TotalOdds,this._ticket.MinWin=e.MinWin,this._ticket.MaxWin=e.MaxWin,this._ticket.TotalWin=e.TotalWin,this._ticket.WinBonus=e.WinBonus,this._ticket.WinBonusTax=e.WinBonusTax,this._ticket.WinTax=e.WinTax,this._ticket.WinTaxPercent=e.WinTaxPercent,this._ticket.CombinationCount=e.CombinationCount,this._ticket.AvailableSystems=null!==e.AvailableSystems?e.AvailableSystems:[],this._ticket.SystemResults=e.SystemResults;var n=this._ticket.PayIn;this._ticket.PayIn=this._ticket.PayIn=this.handleTicketpayIn(e.Errors,e.PayIn),this._ticket.PayInPerTicketLocked=e.PayInPerTicketLocked,this._ticket.PreparedTicketIdentifier=e.PreparedTicketIdentifier;for(var i=0,r=this.ticket.AvailableSystems;i<r.length;i++){var o=r[i];o.id=o.typeFrom+"_"+o.typeTo;for(var a=0,s=this.ticket.SystemResults;a<s.length;a++){var u=s[a];if(o.typeFrom===u.typeFrom&&o.typeTo===u.typeTo){o.payIn=u.payIn,o.payInPerCombination=u.payInPerCombination;break}}}n!=this._ticket.PayIn?this.calculateTicket():this._ticket.TotalWin=e.TotalWin,e.Errors&&e.Errors.forEach(function(n,i){if(n.value&&n.valueType)switch(n.valueType){case"CURRENCY":n.message=n.message.replace("{0}",t.currencyFormatter(n.Value))}1==n.ErrorType&&12==n.MessageType&&e.Errors.splice(i,1)}),this._ticket.Errors=e.Errors,this._ticket.HasTicketErrors=this.ticketHasErrors(),this._ticket.HasBetErrors=!1,e.BetResults&&e.BetResults.forEach(function(e,n){t._ticket.Bets.forEach(function(i,r){if(n==r&&e.Bet.Game===i.Game&&e.Bet.BetData===i.BetData&&t.pickCompare(e.Bet.Pick,i.Pick))return i.Errors=e.Errors,i.Odd=e.Bet.Odd,void(t._ticket.HasBetErrors=t._ticket.HasBetErrors||i.Errors.length>0)})}),this.storage.set("app:lottoTicket",this._ticket)}},e.prototype.ticketHasErrors=function(){var e=0,t=0;return this._ticket.Errors&&this._ticket.Errors.length>0&&(t=this._ticket.Errors.length,this._ticket.Errors.forEach(function(t){console.log(t),2===t.Errortype&&e++})),e<t},e.prototype.calculateTicket=function(){var e=this;this.busy||(this.calculateInProgressSubject.next(!0),this.validatepayIn(),this._calculateSubscription&&(this._calculateSubscription.unsubscribe(),this._calculateSubscription=void 0),this._ticket.Bets.length>0&&(this._calculateSubscription=this.http.post(this.bettingAPI+"calculate",this.prepareTicketForSending(),{headers:{LanguageId:this.translationProvider.currentLanguage,TerminalId:""+this.configProvider.terminalId,"Device-Type":this.envProvider.environment.Headers.DeviceType}}).pipe(Object(l.timeout)(1e4)).subscribe(function(t){var n=e.ticket.HasBetErrors,i=e.ticket.HasTicketErrors;if(e.handleBetSlipResponse(t),e._calculateSubscription=void 0,e._ticket.HasTicketErrors&&!i&&e.showTicketErrorsToast(),e.ticketActive&&e._ticket.HasBetErrors&&!n)return e.notificationSubject.next({Message:"LOTTO_TICKET_TOASTER_CALCULATE_BET_ERRORS_MESSAGE",Type:r.warning}),void e.uiProvider.toastCreate("LOTTO_TICKET_TOASTER_CALCULATE_BET_ERRORS_MESSAGE","warning");e.calculateInProgressSubject.next(!1)},function(){e.calculateInProgressSubject.next(!1)})))},e.prototype.prepareTicketForSending=function(e){var t={};t.Bets=[],t.JackpotBets=[],t.Systems=[],t.Gametype=this._bettingGametype,t.OddBonusId=this._ticket.OddBonusId,t.OddBonusMode=this._ticket.OddBonusMode,t.BetSliptype=0,t.AutoConfirm=e,t.Settings={ReserveFunds:this._ticket.Settings.ReserveFunds};for(var n=0,i=this._ticket.Bets;n<i.length;n++){var r=i[n],a={BetData:r.BetData,Game:r.Game,Odd:r.Odd,Pick:r.Pick.toString().replace(/\,/g,"-")+"/"+r.SelectedSystem,DrawNumber:r.DrawNumber,PickDescription:r.PickDescription,NumberOfReplies:r.NumberOfReplies,TranslatedPick:r.TranslatedPick};if(r.NumberOfReplies>1)for(var u=0;u<r.NumberOfReplies;u++){var l=Object.assign({},a);if(u>0){var c=l.BetData.split("_");l.DrawNumber=l.DrawNumber+u,l.BetData=l.DrawNumber+"_"+c[1]}t.Bets.push(l)}else t.Bets.push(a)}return this._ticket.TicketType===o.normal?t.Systems.push({typeFrom:t.Bets.length,typeTo:t.Bets.length,payIn:this._ticket.PayIn}):this._ticket.AvailableSystems&&(t.Systems=[],s.a.each(this._ticket.AvailableSystems,function(e){e.payIn>0&&t.Systems.push({payIn:e.payIn,typeFrom:e.typeFrom,typeTo:e.typeTo})})),t},e.prototype.addBet=function(e,t){this.locked?this.notificationSubject.next({Message:"LOTTO_TICKET_TOASTER_LOCKED_MESSAGE",Type:r.warning}):this._ticket.Bets.length>=this._ticketConfiguration.BetSlipMaxBets?this.notificationSubject.next({Message:"LOTTO_TICKET_TOASTER_MAX_BETS_MESSAGE",Type:r.warning}):(e.Errors=[],this._ticket.Bets.push(e),this._ticketCalculateSubject.next(!0),this.storage.set("app:lottoTicket",this._ticket),void 0!==t&&t(null,e),this._ticketBetsModifiedSubj.next({operation:"added",bet:e}),this.notificationSubject.next({Message:"LOTTO_TICKET_TOASTER_BET_ADDED_MESSAGE",Type:r.info}))},e.prototype.changeNumberOfReplies=function(e){var t=this.indexOfBet(e);-1!=t&&(this.ticket.Bets[t].NumberOfReplies=e.NumberOfReplies,this._ticketCalculateSubject.next(!0),this.storage.set("app:lottoTicket",this._ticket))},Object.defineProperty(e.prototype,"savedBettingPanelOffer",{get:function(){return this.bettingPanelOffer},set:function(e){this.bettingPanelOffer=e},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return a});n(0),n(3),n(21);var i=n(19),r=(n.n(i),n(17)),o=(n.n(r),n(20)),a=(n.n(o),function(){function e(e,t){this.http=e,this.configurationProvider=t,this.ticketCanceledSubject=new i.Subject,this.ticketCanceled$=this.ticketCanceledSubject.asObservable(),this._bestSportBettingTicketsSubject=new o.ReplaySubject(1),this._bestSportBettingTickets$=this._bestSportBettingTicketsSubject.asObservable(),this.partiallyPaidOutSubject=new i.Subject,this.partiallyPaidOut$=this.partiallyPaidOutSubject.asObservable()}return e.prototype.initialize=function(){var e=new o.ReplaySubject;return e.next([]),e.complete(),e.asObservable()},Object.defineProperty(e.prototype,"bestSportBettingTickets$",{get:function(){return this._bestSportBettingTickets$},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ticketAPIURL",{get:function(){return""+this.configurationProvider.configClient.TicketApiUrl},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"clubApiUrl",{get:function(){return""+this.configurationProvider.configClient.ClubApiUrl},enumerable:!0,configurable:!0}),e.prototype.searchTicket=function(e,t){var n=this;return this.http.post(this.ticketAPIURL+"v2/search",{Pin:e,ControlSign:t}).timeout(3e4).map(function(e){return n.groupTicketBets(e.Result),e})},e.prototype.searchTicketByEncryptedPin=function(e){var t=this;return this.http.post(this.ticketAPIURL+"v2/ticket",{EncryptedPin:e}).timeout(3e4).map(function(e){return t.groupTicketBets(e.Result),e})},e.prototype.searchTicketByEncryptedPinV2=function(e){var t=this;return this.http.post(this.ticketAPIURL+"v2/ticket/details",{EncryptedPin:e}).timeout(3e4).map(function(e){return t.groupTicketBets(e.Result),e})},e.prototype.getTicketFilters=function(){return this.http.get(this.ticketAPIURL+"v2/filters").timeout(3e4).map(function(e){return e})},e.prototype.getTickets=function(e,t,n,i,r,o,a,s,u){return this.configurationProvider.configTerminal.TicketIntervalSearchEnabled?this.http.post(this.ticketAPIURL+"v2/tickets/search",{GameId:e,Limit:t,Offset:n,StatusId:i,DateFrom:s,DateTo:u,Username:a}).timeout(3e4):this.http.post(this.ticketAPIURL+"v2/tickets",{GameId:e,Limit:t,Offset:n,StatusId:i,TimeFilterId:r,Year:o,Username:a}).timeout(3e4)},e.prototype.getPreparedBetslipDetails=function(e){return this.http.post(this.ticketAPIURL+"preparedbetslip",e).timeout(3e4)},e.prototype.prepareTicketOverview=function(e,t){return this.http.get(this.ticketAPIURL+"v2/prepareTicketOverview?TimeFrom="+e+"&TimeTo="+t).timeout(3e4)},e.prototype.loadTickets=function(e,t,n,i,r,o){return this.http.post(this.ticketAPIURL+"v2/tickets/search/v2",{GameId:e,Limit:t,Offset:n,StatusIds:i,DateFrom:r,DateTo:o}).timeout(3e4)},e.prototype.getEndorphinaTicketFilters=function(){return this.http.get(this.ticketAPIURL+"endorphinaticket/filters").timeout(3e4).map(function(e){return e})},e.prototype.getEndorphinaTickets=function(e,t,n,i,r,o,a){return this.http.post(this.ticketAPIURL+"endorphinaticket/tickets",{GameId:o,Limit:i,Offset:n,StatusId:r,TimeFilterId:e,Year:t,Username:a}).timeout(3e4)},e.prototype.getCasinoTicketFilters=function(){var e=this.ticketAPIURL.split("ticket")[0]+"integration/transactions/filters";return this.http.get(e).timeout(3e4)},e.prototype.getCasinoTickets=function(e,t,n,i,r,o,a){var s=this.ticketAPIURL.split("ticket")[0]+"integration/transactions/search";return this.http.post(s,{UserId:e,Offset:t,Limit:n,Status:i,ProviderId:r,FromTime:o,ToTime:a}).timeout(3e4)},e.prototype.getCasinoTicketDetails=function(e){var t=this.ticketAPIURL.split("ticket")[0]+"integration/transactions/"+e+"/details";return this.http.get(t).timeout(3e4)},e.prototype.getCasinoTicketsV2=function(e,t,n,i,r,o){var a=this.ticketAPIURL.split("ticket")[0]+"integration/transactions/sum/search";return this.http.post(a,{EvonaUserId:e,Offset:t,Limit:n,ProviderId:i,FromTime:r,ToTime:o}).timeout(3e4)},e.prototype.getCasinoTicketDetailsV2=function(e,t,n){var i="";t&&n&&(i="?limit="+t+"&offset="+n);var r=this.ticketAPIURL.split("ticket")[0]+"integration/transactions/sum/"+e+"/details"+i;return this.http.get(r).timeout(3e4)},e.prototype.cancelTicket=function(e){var t=this;return this.http.post(this.ticketAPIURL+"v2/cancel",{EncryptedPin:e}).timeout(3e4).map(function(e){return e.Processed&&t.ticketCanceledSubject.next(),e})},e.prototype.repeat=function(){return this.http.get(this.ticketAPIURL+"v2/repeat").timeout(3e4)},e.prototype.getTicketForPrint=function(e){return this.http.post(this.ticketAPIURL+"v2/ticket/print",e).timeout(3e4)},e.prototype.getAttendantTicket=function(e){var t=this;return this.http.post(this.ticketAPIURL+"v2/attendantticket",{Pin:e}).timeout(3e4).map(function(e){return t.groupTicketBets(e.Result),e})},e.prototype.ticketForPayout=function(e){return this.http.post(this.ticketAPIURL+"v2/payout",{EncryptedPin:e}).timeout(3e4)},e.prototype.payoutConfirm=function(e){return this.http.post(this.ticketAPIURL+"v2/payout/confirm",{EncryptedPin:e}).timeout(3e4)},e.prototype.payoutPartial=function(e){return this.http.post(this.ticketAPIURL+"v2/payout/partial",{EncryptedPin:e.EncryptedPin,PayoutAmount:e.PayoutAmount}).timeout(3e4)},e.prototype.getPartialPayoutInfo=function(e){return this.http.get(this.ticketAPIURL+"v2/"+e+"/partialpayout/overview").timeout(3e4)},e.prototype.ticketForPayoutWithPid=function(e){return this.http.post(this.ticketAPIURL+"v2/payout",e).timeout(3e4)},e.prototype.groupTicketBets=function(e){if(e){var t=r.groupBy(e.Bets,function(e){return e.Group});e.GroupedBets=[];for(var n in t){for(var i=t[n],o=1,a=0,s=i;a<s.length;a++){o*=s[a].Odd}e.GroupedBets.push({group:n,bets:i,totalOdd:Math.round(100*o)/100})}e.GroupedBets.sort(function(e,t){return"FIX"==e.group&&"FIX"==t.group?0:"FIX"==e.group&&"FIX"!=t.group?-1:"FIX"!=e.group&&"FIX"==t.group?1:e.group.localeCompare(t.group)})}},e.prototype.getTopTickets=function(e,t){return this.http.get(this.ticketAPIURL+"v2/topTickets?GameType="+e+"&Interval="+t).timeout(3e4)},e.prototype.updateSportsBettingBestTickets=function(){return this.http.post(this.ticketAPIURL+"/v2/toptickets",{GameType:1,Interval:336}).timeout(1e4).map(function(e){return e&&e.length>3?e.slice(0,3):e})},e.prototype.sportsBettingBestTicketsCacheValid=function(){return!0},e.prototype.searchPublicTicket=function(e){var t=this;return this.http.post(this.ticketAPIURL+"v2/publicticket",{EncryptedPin:e}).timeout(3e4).map(function(e){return t.groupTicketBets(e.Result),e})},e.prototype.getLastTicketsPerGame=function(e,t){return this.http.get(this.ticketAPIURL+"v2/last/"+e+"?game="+t).timeout(3e4)},e.prototype.getPreparedTicket=function(e){return this.http.post(this.ticketAPIURL+"preparedbetslip",e).timeout(3e4)},e.prototype.anonymousTicketPayout=function(e){return this.http.post(this.ticketAPIURL+"v2/payout/anonymous",e).timeout(3e4)},e.prototype.getPartialPayoutData=function(e){return this.http.get(this.ticketAPIURL+"v2/partialpayoutdata/"+e).timeout(3e4)},e}())},,,,,,,,,function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(e){this.translationProvider=e}return e.prototype.transform=function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];if(t){var i=this.translationProvider.translate(e);return 1==t[0]&&(i=i.toUpperCase()),1==t[1]&&i==e&&(i=""),i}return this.translationProvider.translate(e)},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return a});var i=n(0),r=n(12),o=n(1),a=function(e){function t(t,n,i,r){var o=e.call(this,t)||this;return o.locale=t,o.configProvider=n,o.translationProvider=i,o.decimalPipe=r,o}return Object(i.__extends)(t,e),t.prototype.transform=function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];if(!this.configProvider.configTerminal)return e;if("-"===e)return"-";var i=t[0]?t[0]:this.configProvider.configTerminal.CurrencyDecimalPlaces,o=t[1]?t[1]:this.configProvider.configTerminal.CurrencyDecimalPlaces,a=this.currencyHelper(),s=void 0;if(this.configProvider.configTerminal.CurrencyShortEnabled){var u=void 0,l=["k","M","G","T","P","E"];e<1e3&&(s=this.decimalPipe.transform(e,"1."+o+"-"+i,this.translationProvider.angularLocale)),e>=1?(u=Math.floor(Math.log(e)/Math.log(1e3)),s=this.decimalPipe.transform((e/Math.pow(1e3,u)).toFixed(i),"1."+o+"-"+i,this.translationProvider.angularLocale)+(l[u-1]?l[u-1]:"")):s=this.decimalPipe.transform(e,"1."+o+"-"+i,this.translationProvider.angularLocale)}else s=this.decimalPipe.transform(e,"1."+o+"-"+i,this.translationProvider.angularLocale);return a=Object(r.getCurrencySymbol)(a,"narrow"),0==this.configProvider.configTerminal.CurrencySignPlacement?1==a.length?""+a+s:a+" "+s:1==a.length?""+s+a:s+" "+a},t.prototype.currencyHelper=function(){var e=this.configProvider.configTerminal.CurrencySign;return"LRD"==e?"LD$":e},t=Object(i.__decorate)([Object(i.__param)(0,Object(o.Inject)(o.LOCALE_ID))],t)}(r.CurrencyPipe)},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0),n(10);var i=n(7),r=(n(36),function(){function e(e,t,n,i){this.title=e,this.meta=t,this.translationProvider=n,this.initializationProvider=i}return e.prototype.setTitle=function(e){var t=this;i.a.MobileWeb&&this.initializationProvider.initialized&&setTimeout(function(){var n=t.translationProvider.translate(e);n==e&&(n=t.translationProvider.translate("SEO_TITLE_DEFAULT")),t.title.setTitle(n)})},e.prototype.setMetaDescription=function(e){var t=this;i.a.MobileWeb&&this.initializationProvider.initialized&&setTimeout(function(){var n=t.translationProvider.translate(e);n==e&&(n=t.translationProvider.translate("SEO_META_DESCRIPTION_DEFAULT")),t.meta.updateTag({name:"description",content:n})})},e.prototype.setMetaRobots=function(e){var t=this;i.a.MobileWeb&&this.initializationProvider.initialized&&setTimeout(function(){t.meta.updateTag({name:"robots",content:e})})},e.prototype.generateKey=function(e){return e&&(e=(e=(e=(e=e.trim()).toUpperCase()).replace(/[^A-Za-z0-9]+/g,"_")).replace(/[_]+/g,"_")),e},e.prototype.generateAndSetTitleAndDescription=function(e,t){for(var n=[],i=2;i<arguments.length;i++)n[i-2]=arguments[i];for(var r=0,o=n;r<o.length;r++){var a=o[r];e+="_"+this.generateKey(a),t+="_"+this.generateKey(a)}this.setTitle(e),this.setMetaDescription(t)},e}())},,function(e,t,n){"use strict";n.d(t,"a",function(){return l});n(0),n(10),n(3);var i=n(19),r=(n.n(i),n(207)),o=n(60),a=(n.n(o),n(2)),s=(n.n(a),n(17)),u=(n.n(s),n(111),n(66),n(8),n(7)),l=function(){function e(e,t,n,i,a){this.http=e,this.configProvider=t,this.translationProvider=n,this.sportsBettingOfferProvider=i,this.envProvider=a,this._bannersSubject=new o.ReplaySubject(1),this._banners$=this._bannersSubject.asObservable(),this.banners=[],this.bannerTypes=[0,2,4,5,23,29,31],"2"==u.a.TerminalType&&(this._bannersCache=new r.a(this.updateBanners.bind(this),this.bannersCacheValid.bind(this),this._bannersSubject,3e5,6e5))}return Object.defineProperty(e.prototype,"banners$",{get:function(){return this._banners$},enumerable:!0,configurable:!0}),e.prototype.initialize=function(){return this._bannersCache.update(),this._banners$},e.prototype.updateBanners=function(){return this.banners=[],this.getBannersByType(this.bannerTypes)},e.prototype.bannersCacheValid=function(){return!0},Object.defineProperty(e.prototype,"apiURL",{get:function(){if(this.configProvider&&this.configProvider.configClient)return""+this.configProvider.configClient.BannerApiUrl},enumerable:!0,configurable:!0}),e.prototype.loadImage=function(e){return a.Observable.create(function(t){var n=new Image;e.FullImageUrl?(n.src=e.FullImageUrl,e.ImageHTML=n,e.ImageLoaded=!1,n.onload=function(){e.ImageLoaded=!0,t.next(e.ImageHTML),t.complete()},n.onerror=function(n){t.next(e.ImageHTML),t.complete()}):(t.next(e.ImageHTML),t.complete())})},e.prototype.getBannersByType=function(e){var t=this,n=new i.Subject;if(this.banners.find(function(t){return-1!=e.indexOf(t.Type)}))n.next(this.banners),n.complete();else{var r="";e.forEach(function(e,t){r+=(0==t?"?":"&")+"types="+e}),this.http.get(this.apiURL+"/banners/2/types"+r,{headers:{LanguageId:this.translationProvider.currentLanguage,TerminalId:""+this.configProvider.terminalId,"Device-Type":this.envProvider.environment.Headers.DeviceType}}).timeout(1e4).subscribe(function(e){if(e.Result){e.Result.sort(function(e,t){return e.Ordering-t.Ordering});var i=[];s.each(e.Result,function(e){e&&i.push(t.loadImage(e)),3==e.ShowingType&&e.OfferModel&&i.push(t.sportsBettingOfferProvider.getPrematchBannerOffer([e.OfferModel.OfferId],e.ShowingType).map(function(t){if(t.sports&&t.sports.length>0&&t.sports[0].Categories&&t.sports[0].Categories.length>0&&t.sports[0].Categories[0].Leagues&&t.sports[0].Categories[0].Leagues.length&&t.sports[0].Categories[0].Leagues[0].Matches&&t.sports[0].Categories[0].Leagues[0].Matches.length>0&&t.sports[0].Categories[0].Leagues[0].Matches[0].Offers[0]){e.Match=t.sports[0].Categories[0].Leagues[0].Matches[0];for(var n=[],i=0,r=e.OfferModel.Picks;i<r.length;i++)for(var o=r[i],a=0,s=e.Match.Offers[0].Odds;a<s.length;a++){var u=s[a];o.Name===u.OrigName&&n.push(u)}e.Match.Offers[0].Odds=n}}))}),a.Observable.zip.apply(t,i).subscribe(function(){},function(e){console.error(e)},function(){for(var i=0;i<e.Result.length;i++)e.Result[i].ImageLoaded||(e.Result.splice(i,1),i--);(r=t.banners).push.apply(r,e.Result),t._bannersSubject.next(t.banners),n.next(t.banners),n.complete();var r})}else n.next(t.banners),n.complete()},function(e){n.error(e),n.complete(),console.error(e)})}return n.asObservable()},e}()},,function(e,t,n){"use strict";n.d(t,"a",function(){return a});n(0);var i=n(7),r=(n(42),n(19)),o=(n.n(r),n(28)),a=(n.n(o),n(8),n(195),function(){function e(e,t,n){var a=this;this.envProvider=t,this.sentryProvider=n,this.saveSubj=new r.Subject,this.save$=this.saveSubj.asObservable(),this.logs=[],i.a.LogsEnabled&&(e.get("app:logs").then(function(t){t?(a.logs=JSON.parse(t),a.overrideConsole()):e.set("app:logs",a.safeStringify(a.logs)).then(function(){a.overrideConsole()},function(){a.overrideConsole()}).catch(function(){a.overrideConsole()})}).catch(function(){a.overrideConsole()}),this.save$.pipe(Object(o.debounceTime)(1e3)).subscribe(function(t){e.set("app:logs",a.safeStringify(t))}))}return e.prototype.overrideConsole=function(){var e=this,t=function(t,n){for(var r=[],o=2;o<arguments.length;o++)r[o-2]=arguments[o];try{if(i.a.LogsEnabled&&e.envProvider.environment.LogCount>0){for(e.logs.push({time:new Date,type:t,message:n,optionalParams:r});e.logs.length>e.envProvider.environment.LogCount;)e.logs.splice(0,1);e.saveSubj.next(e.logs)}}catch(e){}},n=console.log;console.log=function(e){for(var i=[],r=1;r<arguments.length;r++)i[r-1]=arguments[r];t("log",e,i),n.apply(console,arguments)},window.console.log=console.log;var r=console.error;console.error=function(e){for(var n=[],i=1;i<arguments.length;i++)n[i-1]=arguments[i];t("error",e,n),r.apply(console,arguments)},window.console.error=console.error;var o=console.warn;console.warn=function(e){for(var n=[],i=1;i<arguments.length;i++)n[i-1]=arguments[i];t("warn",e,n),o.apply(console,arguments)},window.console.warn=console.warn;var a=console.debug;console.debug=function(e){for(var n=[],i=1;i<arguments.length;i++)n[i-1]=arguments[i];t("debug",e,n),a.apply(console,arguments)},window.console.debug=console.debug;var s=console.trace;console.trace=function(e){for(var n=[],i=1;i<arguments.length;i++)n[i-1]=arguments[i];t("trace",e,n),s.apply(console,arguments)},window.console.trace=console.trace},e.prototype.safeStringify=function(e){var t=[];return JSON.stringify(e,function(e,n){if("object"==typeof n&&null!==n){if(-1!==t.indexOf(n))return;t.push(n)}return n})},e}())},,,,,,,,,function(e,t,n){"use strict";n.d(t,"a",function(){return o});var i=n(2),r=(n.n(i),n(17)),o=(n.n(r),function(){function e(e,t){var n=this;this.hubName=e,this.options=t,this.globalConnections=[],this.connection=this.getConnection(t),this.proxy=this.connection.createHubProxy(e),t&&t.listeners&&r.each(t.listeners,function(e,t){n.on(t,e)}),t&&t.methods&&r.each(t.methods,function(e){n[e]=function(){var t=$.makeArray(arguments);return t.unshift(e),this.invoke.apply(this,t)}}),t&&t.queryParams&&(this.connection.qs=t.queryParams),t&&t.errorHandler&&this.connection.error(t.errorHandler),t&&t.hubDisconnected&&this.connection.disconnected(t.hubDisconnected),t&&t.stateChanged&&this.connection.stateChanged(t.stateChanged),this.connect$=i.Observable.fromPromise(this.connect())}return e.prototype.on=function(e,t){this.proxy.on(e,t)},e.prototype.invoke=function(e,t){return this.proxy.invoke.apply(this.proxy,arguments)},e.prototype.disconnect=function(){this.connection.stop()},e.prototype.connect=function(){return this.connection.start(this.options.transport?{transport:this.options.transport}:null)},e.prototype.initNewConnection=function(e){var t=null;return t=e&&e.rootPath?$.hubConnection(e.rootPath,{useDefaultPath:!1}):$.hubConnection(),t.logging=!(!e||!e.logging),t},e.prototype.getConnection=function(e){return!(e&&!1===e.useSharedConnection)?void 0===this.globalConnections[e.rootPath]?this.globalConnections[e.rootPath]=this.initNewConnection(e):this.globalConnections[e.rootPath]:this.initNewConnection(e)},e}())},,,function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(){}}()},,function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0),n(21);var i=n(28),r=(n.n(i),n(9),n(3),n(10),function(){function e(e,t,n,i){this.configurationProvider=e,this.translationProvider=t,this.authProvider=n,this.http=i}return Object.defineProperty(e.prototype,"lottoApiURL",{get:function(){return""+this.configurationProvider.configClient.LotteryApiUrl},enumerable:!0,configurable:!0}),e.prototype.getLottoOffers=function(e){return this.http.get(this.lottoApiURL+"offer").pipe(Object(i.timeout)(3e4))},e.prototype.getLottoEventOffers=function(e,t){var n="offer/drawings?eventId="+e;return t&&(n=n+"&hours="+t),this.http.get(""+this.lottoApiURL+n).pipe(Object(i.timeout)(3e4))},e.prototype.getLottoResults=function(e){return this.http.get(this.lottoApiURL+"results").pipe(Object(i.timeout)(3e4))},e.prototype.getLottoEventResults=function(e,t,n){void 0===n&&(n=0);var r="results/drawings?eventId="+e+"&page="+n;return t&&(r=r+"&hours="+t),this.http.get(""+this.lottoApiURL+r).pipe(Object(i.timeout)(3e4))},e}())},,function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(19),r=(n.n(i),function(){function e(e){this.http=e}return e.prototype.get=function(e,t){var n=this,r=new i.Subject;return this.http.get(e,t).take(1).subscribe(function(e){r.next(e),r.complete()},function(i){n.getRetry(i,r,e,t)}),r.asObservable()},e.prototype.getRetry=function(e,t,n,i){500==e.status?this.http.get(n,i).take(1).subscribe(function(e){t.next(e),t.complete()},function(e){console.error(e),t.error(e),t.complete()}):(console.error(e),t.error(e),t.complete())},e.prototype.post=function(e,t,n){var r=this,o=new i.Subject;return this.http.post(e,t,n).take(1).subscribe(function(e){o.next(e),o.complete()},function(i){r.postRetry(i,o,e,t,n)}),o.asObservable()},e.prototype.postRetry=function(e,t,n,i,r){500==e.status?this.http.post(n,i,r).take(1).subscribe(function(e){t.next(e),t.complete()},function(e){console.error(e),t.error(e),t.complete()}):(console.error(e),t.error(e),t.complete())},e}())},,function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(e){this.translationProvider=e}return e.prototype.transform=function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];return t&&1==t[0]?this.translationProvider.translate(e).toUpperCase():this.translationProvider.translate(e)},e}()},,,,function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(7),r=(n(5),function(){function e(e,t){this.http=e,this.config=t,this.modals={}}return Object.defineProperty(e.prototype,"myAccountModal",{get:function(){return this.modals.myAccount},set:function(e){this.modals.myAccount=e},enumerable:!0,configurable:!0}),e.prototype.dismissAll=function(e,t){var n=this;for(var i in this.modals){var r=this.modals[i];r&&(e?r.dismiss({page:e,params:t},{animate:!0}):r.dismiss({animate:!0}),setTimeout(function(){n.isMobileWeb&&n.config.set("animate",!1)},0))}},Object.defineProperty(e.prototype,"isMobileWeb",{get:function(){return i.a.MobileWeb},enumerable:!0,configurable:!0}),e}())},,,,,,,,function(e,t,n){"use strict";n.d(t,"a",function(){return u});n(0);var i=n(2),r=(n.n(i),n(9),n(10),n(3),n(95),n(19)),o=(n.n(r),n(104)),a=n(60),s=(n.n(a),n(122)),u=(n.n(s),function(){function e(e,t,n,i){this.errorProvider=e,this.configurationProvider=t,this.translationProvider=n,this.authProvider=i,this._registeredExtendedMatchIds=[],this._connectedSubject=new r.Subject,this.connected$=this._connectedSubject.asObservable(),this._liveUpdateSubject=new r.Subject,this.liveUpdate$=this._liveUpdateSubject.asObservable(),this._sportsUpdateSubject=new r.Subject,this.sportUpdate$=this._sportsUpdateSubject.asObservable(),this._matchesUpdateSubject=new r.Subject,this.matchesUpdate$=this._matchesUpdateSubject.asObservable(),this._matchExtendedUpdateSubject=new r.Subject,this.matchExtendedUpdate$=this._matchExtendedUpdateSubject.asObservable(),this._offersUpdateSubject=new r.Subject,this.offersUpdate$=this._offersUpdateSubject.asObservable()}return e.prototype.initialize=function(){var e=new r.Subject;setTimeout(function(){e.next(),e.complete()},3e3),this._liveBettingHub&&this.disconnect();var t=this.configurationProvider.configTerminal&&this.configurationProvider.configTerminal.LiveBettingEnabled;if(!this._liveBettingHub&&t&&(this._liveBettingHub=new o.a("notificationv3",{rootPath:this.sportBettingURL+"signalr",autoConnect:!1,listeners:{sportUpdated:this.callbackSportsUpdated.bind(this),liveUpdated:this.callbackMatchesUpdated.bind(this),liveExtendedUpdated:this.callbackMatchExtendedUpdated.bind(this),liveOfferUpdated:this.callbackOffersUpdated.bind(this)},methods:["RegisterSports","RegisterMatches","RegisterForExtended","RegisterForOffers","RegisterSportBetType"],stateChanged:this.stateChanged.bind(this),queryParams:{TerminalId:this.configurationProvider.terminalId,LanguageId:this.langId}})),this.initialized=!0,!this.connected&&t){this.connect();var n=this.connected$.take(1).subscribe(function(t){t?(e.next(),e.complete(),n.unsubscribe()):(e.error(void 0),e.complete(),n.unsubscribe())})}else e.next(),e.complete();return e.asObservable()},e.prototype.deinitialize=function(){this._liveBettingHub&&this.disconnect(),this.initialized=!1,this._liveBettingHub=void 0},e.prototype.stateChanged=function(e){var t=this;switch(e.newState){case $.signalR.connectionState.connecting:break;case $.signalR.connectionState.connected:this.connected=!0,this._connectedSubject.next(this.connected),this._registeredExtendedMatchIds&&this.registerForExtended(this._registeredExtendedMatchIds),this._registeredOfferIds&&this.registerForOffers(this._registeredOfferIds),this._registeredForSports&&this.registerForSports(),this._registeredForSportMatches&&this.registerForMatches(this._registeredForSportMatches);break;case $.signalR.connectionState.reconnecting:break;case $.signalR.connectionState.disconnected:this.connected=!1,this._connectedSubject.next(this.connected),setTimeout(function(){if(t.authProvider.isLoggedIn()){var e=t.authProvider.getAuth();$.signalR.ajaxDefaults.headers={"Accept-Language":t.langId,LanguageId:t.langId,Authorization:e.token}}else $.signalR.ajaxDefaults.headers={"Accept-Language":t.langId,LanguageId:t.langId};t._reconnect&&t._liveBettingHub.connect()},1e3)}},e.prototype.disconnect=function(){this._reconnect=!1,this._liveBettingHub&&this._liveBettingHub.disconnect()},e.prototype.connect=function(){if(this.configurationProvider.configTerminal&&this.configurationProvider.configTerminal.LiveBettingEnabled&&(this._reconnect=!0,this._liveBettingHub)){if(this.authProvider.isLoggedIn()){var e=this.authProvider.getAuth();$.signalR.ajaxDefaults.headers={"Accept-Language":this.langId,LanguageId:this.langId,Authorization:e.token}}else $.signalR.ajaxDefaults.headers={"Accept-Language":this.langId,LanguageId:this.langId};this._liveBettingHub.connect()}},e.prototype.registerForLiveExtended=function(e,t){var n=new a.ReplaySubject(1);if(1===this.configurationProvider.configTerminal.LiveBettingEnabled&&this._liveBettingHub)if(this._liveBettingHub.connection.state===$.signalR.connectionState.connected){this._extendedMatchId=e;var r=e?[e]:[];t&&(r=t),i.Observable.fromPromise(this._liveBettingHub.RegisterForExtended(r)).subscribe(function(){n.next(!0),n.complete()},function(){n.next(!1),n.complete()})}else n.next(!1),n.complete();else n.next(!0),n.complete();return n.asObservable()},e.prototype.registerForLiveBetType=function(e,t,n){var r=new a.ReplaySubject(1);return 1===this.configurationProvider.configTerminal.LiveBettingEnabled?this._liveBettingHub.connection.state===$.signalR.connectionState.connected?i.Observable.fromPromise(this._liveBettingHub.RegisterSportBetType(e,t,n)).subscribe(function(){r.next(!0),r.complete()},function(){r.next(!1),r.complete()}):(r.next(!1),r.complete()):(r.next(!0),r.complete()),r.asObservable()},e.prototype.registerForSports=function(){var e=new a.ReplaySubject(1);return this._registeredForSports=!0,this._liveBettingHub&&this._liveBettingHub.connection.state===$.signalR.connectionState.connected?Object(s.from)(this._liveBettingHub.RegisterSports()).subscribe(function(){e.next(!0),e.complete()},function(){e.next(!1),e.complete()}):(e.next(!1),e.complete()),e.asObservable()},e.prototype.registerForMatches=function(e){var t=new a.ReplaySubject(1);return this._registeredForSportMatches=e,this._liveBettingHub&&this._liveBettingHub.connection.state===$.signalR.connectionState.connected?Object(s.from)(this._liveBettingHub.RegisterMatches(e)).subscribe(function(){t.next(!0),t.complete()},function(){t.next(!1),t.complete()}):(t.next(!1),t.complete()),t.asObservable()},e.prototype.registerForExtended=function(e){var t=this,n=new a.ReplaySubject(1);return e.forEach(function(e){return t._registeredExtendedMatchIds.push(e)}),this._liveBettingHub&&this._liveBettingHub.connection.state===$.signalR.connectionState.connected?Object(s.from)(this._liveBettingHub.RegisterForExtended(this._registeredExtendedMatchIds)).subscribe(function(){n.next(!0),n.complete()},function(){n.next(!1),n.complete()}):(n.next(!1),n.complete()),n.asObservable()},e.prototype.registerForOffers=function(e){var t=new a.ReplaySubject(1);return this._registeredOfferIds=e,this._liveBettingHub&&this._liveBettingHub.connection.state===$.signalR.connectionState.connected?Object(s.from)(this._liveBettingHub.RegisterForOffers(e)).subscribe(function(){t.next(!0),t.complete()},function(){t.next(!1),t.complete()}):(t.next(!1),t.complete()),t.asObservable()},e.prototype.callbackSportsUpdated=function(e){this._sportsUpdateSubject.next(e)},e.prototype.callbackMatchesUpdated=function(e){this._liveUpdateSubject.next(e)},e.prototype.callbackMatchExtendedUpdated=function(e){this._liveUpdateSubject.next(e)},e.prototype.callbackOffersUpdated=function(e){this._offersUpdateSubject.next(e)},Object.defineProperty(e.prototype,"sportBettingURL",{get:function(){if(this.configurationProvider&&this.configurationProvider.configClient)return""+this.configurationProvider.configClient.SportApiUrl},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"langId",{get:function(){return this.translationProvider.currentLanguage},enumerable:!0,configurable:!0}),e}())},,,,,,,,function(e,t,n){"use strict";n.d(t,"a",function(){return c});n(0),n(3),n(21);var i=n(28),r=(n.n(i),n(20)),o=(n.n(r),n(8),n(104)),a=(n(9),n(10),n(17)),s=(n.n(a),n(122)),u=(n.n(s),n(181)),l=n(207),c=function(){function e(e,t,n,i,o){var s=this;this.http=e,this.configProvider=t,this.envProvider=n,this.authService=i,this.localizationService=o,this.startRefCount=0,this.enabledGames=[],this.availableRounds=[],this.availableRoundsSubj=new r.ReplaySubject,this.availableRounds$=this.availableRoundsSubj.asObservable(),this.streamingRoundSubj=new r.ReplaySubject(1),this.streamingRound$=this.streamingRoundSubj.asObservable(),this._upcomingRaces=[],this.upcomingRacesSubj=new r.ReplaySubject(1),this.upcomingRaces$=this.upcomingRacesSubj.asObservable(),this._jackpotUpdated=[],this.jackpotUpdatedSubj=new r.ReplaySubject,this.jackpotUpdated$=this.jackpotUpdatedSubj.asObservable(),this._winningJackpot=[],this.winningJackpotSubj=new r.ReplaySubject,this.winningJackpot$=this.winningJackpotSubj.asObservable(),this._endedRaces=[],this.endedRacesSubj=new r.ReplaySubject,this.endedRacess$=this.endedRacesSubj.asObservable(),this._jackpot=[],this.jackpotSubj=new r.ReplaySubject,this.jackpot$=this.jackpotSubj.asObservable(),this.selectedGame=null,this.connectionStateSubj=new r.ReplaySubject(1),this.connectionState$=this.connectionStateSubj.asObservable(),this._currentUserInfoSubject=new r.Subject,this._currentUserInfoSubject$=this._currentUserInfoSubject.asObservable().debounceTime(300),this._virtualGamesTournamentsSubject=new r.ReplaySubject(1),this._virtualGamesTournaments$=this._virtualGamesTournamentsSubject.asObservable(),this.virtualGamesTournamentCacheTime=new Date,this.onRoundsStreaming=function(e){if(null!=e){a.filter(s.availableRounds,function(t){return t.raceId==e.raceId})&&(s._streamingRound=e,s.streamingRoundSubj.next(s._streamingRound))}},this.onRoundsGenerated=function(e){null!=e&&s.getAvailabeRound(parseInt(e.RaceId)).subscribe(function(t){if(t){e=t;var n=a.filter(s._upcomingRaces,function(t){return t.RaceId==e.RaceId});null==s._upcomingRaces||null!=n&&0!=n.length||(s._upcomingRaces.push(e),s._upcomingRaces.splice(0,1),s._upcomingRaces.sort(function(e,t){return e.RaceNumber-t.RaceNumber}),s.upcomingRacesSubj.next(s._upcomingRaces))}})},this.onJackpotUpdated=function(e){e&&(s._jackpotUpdated=e,s.jackpotUpdatedSubj.next(s._jackpotUpdated))},this.onJackpotWon=function(e){e&&(s._winningJackpot=e,s.winningJackpotSubj.next(s._winningJackpot))},this.onGroupsUpdated=function(e){};var u=new Date;this.virtualGamesTournamentCacheTime=new Date(u),this.virtualGamesTournamentCacheTime.setMinutes(u.getMinutes()+5),this._virtualGamesTournamentsCache=new l.a(this.updateVirtualGamesTournaments.bind(this),this.virtualGamesTournamentsCacheValid.bind(this),this._virtualGamesTournamentsSubject,3e5,3e5)}return Object.defineProperty(e.prototype,"connectionState",{get:function(){return this.mCnnectionState},set:function(e){this.mCnnectionState=e,this.connectionStateSubj.next(e)},enumerable:!0,configurable:!0}),e.prototype.initialize=function(){var e=new r.ReplaySubject(1);return this.initialized=!0,e.next(this.initialized),e.complete(),this.startRefCount>0?(this.running=!0,this.connectVGHub()):e.asObservable()},e.prototype.start=function(){if(this.startRefCount++,this.initialized&&1==this.startRefCount)return this.running=!0,this.connectVGHub();var e=new r.ReplaySubject(1);return e.next(!1),e.complete(),e.asObservable()},e.prototype.stop=function(){if(this.startRefCount--,0==this.startRefCount)return this.running=!1,this.disconnectVGHub()},Object.defineProperty(e.prototype,"apiURL",{get:function(){return this.configProvider.configClient.VirtualGamesApiUrl},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"tournamentsApiURL",{get:function(){return this.configProvider.configClient.TournamentsGamesApiUrl},enumerable:!0,configurable:!0}),e.prototype.connectVGHub=function(){var e=this;this.VGHub&&this.disconnectVGHub();var t=new r.ReplaySubject(1);return this.VGHub=new o.a("virtualgamesv2",{rootPath:this.apiURL+"signalr",listeners:{RoundsStreaming:this.onRoundsStreaming.bind(this),JackpotUpdated:this.onJackpotUpdated.bind(this),JackpotWon:this.onJackpotWon.bind(this),GroupsUpdated:this.onGroupsUpdated.bind(this),RoundsGenerated:this.onRoundsGenerated.bind(this)},methods:["RegisterForGame"],stateChanged:function(n){switch(n.newState){case $.signalR.connectionState.connecting:e.connectionState=u.e.connecting;break;case $.signalR.connectionState.connected:e.connectionState=u.e.connected,e.registerForGameType(),t.next(!0),t.complete();break;case $.signalR.connectionState.reconnecting:e.connectionState=u.e.disconnected;break;case $.signalR.connectionState.disconnected:t.next(!1),t.complete(),e.connectionState=u.e.disconnected,setTimeout(function(){e.running&&e.VGHub.connect()},1e3)}},queryParams:{"Accept-Language":this.localizationService.language,LanguageId:this.localizationService.language,Authorization:this.authService.accessToken,TerminalId:""+this.configProvider.terminalId,"Device-Type":this.envProvider.environment.Headers.DeviceType}}),this.VGHub.connect(),t.asObservable()},e.prototype.disconnectVGHub=function(){this.VGHub&&(this.VGHub.disconnect(),this.VGHub=void 0)},e.prototype.getInitialData=function(){var e=this;return new Promise(function(t,n){e.http.get(""+e.apiURL+e.envProvider.environment.UpcomingRacesLimit).subscribe(function(n){n&&(e.availableRounds=n.AvailableRounds,e.availableRounds.sort(function(e,t){return e.GameType-t.GameType}),e.availableRoundsSubj.next(e.availableRounds),e._upcomingRaces=n.AvailableRounds.sort(function(e,t){return e.RaceNumber-t.RaceNumber}),e.upcomingRacesSubj.next(e._upcomingRaces),e._endedRaces=n.ClosedRounds.sort(function(e,t){return e.RaceNumber-t.RaceNumber}),e.endedRacesSubj.next(e._endedRaces),e._jackpot=n.AvailableJackpots[0],e.jackpotUpdatedSubj.next(e._jackpot),e.enabledGames=n.EnabledGames.map(function(e){return{type:u.d[e],name:e}}),t({availableRounds:e.availableRounds,enabledGames:e.enabledGames,_upcomingRaces:e._upcomingRaces,_endedRaces:e._endedRaces,_jackpot:e._jackpot}))},function(e){n([])})})},e.prototype.getAvailabeRound=function(e){return this.http.get(this.apiURL+"rounds/"+e)},e.prototype.getClosedRound=function(e){return this.http.get(this.apiURL+"closedrounds/"+e)},e.prototype.getResults=function(e,t){return this.http.get(this.apiURL+"results/"+(t?"gamelimit":"game")+"/?gameType="+e+(t?"&limit="+t:"")).pipe(Object(i.timeout)(3e4))},e.prototype.searchResults=function(e,t){return this.http.post(this.apiURL+"results/search",{GameType:e,RoundNumber:t}).pipe(Object(i.timeout)(3e4))},e.prototype.registerForGameType=function(){if(this.VGHub&&this.VGHub.connection.state===$.signalR.connectionState.connected){Object(s.from)(this.VGHub.RegisterForGame(null,this.envProvider.environment.UpcomingRacesLimit))}},e.prototype.getVirtualGamesTournamentsAllPlayers=function(e){return this.http.get(this.tournamentsApiURL+"api/tournaments/"+e+"/player",{headers:{TerminalId:""+this.configProvider.terminalId}})},e.prototype.updateVirtualGamesTournaments=function(){return this.http.get(this.tournamentsApiURL+"api/tournaments?gameType=8").timeout(1e4).map(function(e){return e})},Object.defineProperty(e.prototype,"virtualGamesTournaments$",{get:function(){return this.initialized&&this._virtualGamesTournamentsCache.get().take(1).subscribe(),this._virtualGamesTournaments$},enumerable:!0,configurable:!0}),e.prototype.virtualGamesTournamentsCacheValid=function(){if(this.virtualGamesTournamentCacheTime.valueOf()<(new Date).valueOf()){var e=new Date;return this.virtualGamesTournamentCacheTime=new Date(e),this.virtualGamesTournamentCacheTime.setMinutes(e.getMinutes()+5),!1}return!0},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(){this.deferredPrompt=null,this.isPwaModalClosed=!0,this.pwaAvailable=!1,this.initPwaPromptListener()}return e.prototype.initPwaPromptListener=function(){var e=this;window.addEventListener("beforeinstallprompt",function(t){e.deferredPrompt=t,e.pwaAvailable=!0;var n=localStorage.getItem("isPwaModalClosed");e.isPwaModalClosed="true"===n})},e.prototype.promptInstall=function(){var e=this;this.deferredPrompt&&(this.deferredPrompt.prompt(),this.deferredPrompt.userChoice.then(function(t){"accepted"===t.outcome?(console.log("User accepted the A2HS prompt"),localStorage.setItem("isPwaModalClosed","true"),e.isPwaModalClosed=!0,e.pwaAvailable=!1):console.log("User dismissed the A2HS prompt"),e.deferredPrompt=null}))},Object.defineProperty(e.prototype,"getPwaAvailable",{get:function(){return this.pwaAvailable},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"getIsPwaModalClosed",{get:function(){return this.isPwaModalClosed},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(e,t,n){this.decimalPipe=e,this.userProvider=t,this.localizationProvider=n}return e.prototype.transform=function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];return this.formatOdd.apply(this,[e].concat(t))},e.prototype.formatOdd=function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];var i=e,r=!!t[1]&&t[1];if(void 0===i||""===i||i<(void 0!=t[0]?t[0]:1)||"-"===i)return"-";var o=this.userProvider.OddsRepresentation;if(r&&"decimal"===o){var a=r.toString();return this.decimalPipe.transform(i,"1."+a+"-"+a,this.localizationProvider.angularLocale)}if(void 0===o&&(o="decimal"),"decimal"===o){return this.decimalPipe.transform(i,"1."+(a=i<10?"2":i<100?"1":"0")+"-"+a,this.localizationProvider.angularLocale)}if("hongkong"===o)return i-=1,this.decimalPipe.transform(i,"1.2-2",this.localizationProvider.angularLocale);if("indo"===o){if((i-=1)>=1){var s=i<10?"2":i<100?"1":"0";return this.decimalPipe.transform(i,"1."+s+"-"+s,this.localizationProvider.angularLocale)}return this.decimalPipe.transform(i=1/i*-1,"1."+(a=i<10?"2":i<100?"1":"0")+"-"+a,this.localizationProvider.angularLocale)}if("malay"===o){var u=i-1;a=3;return i>10?a=5:i>100?a=6:i>1e3?a=7:i>1e4&&(a=8),this.decimalPipe.transform(u<=1?u:1/u*-1,"1."+a+"-"+a,this.localizationProvider.angularLocale)}var l=Number(i);return"american"===o?l>=2?(100*(l-1)).toFixed(0):"-"+(100/(l-1)).toFixed(0):"fractional"===o?this.toFraction(l):"-"},e.prototype.toFraction=function(e){var t=1e4*((e=parseFloat(e).toFixed(2))-1),n=1e4;t=Math.round(t),n=Math.round(n);var i=this.reduce(t,n);return t=i[0],n=i[1],t+"/"+n},e.prototype.reduce=function(e,t){var n=new Array(2),i=this.GCD(e,t);return n[0]=e/i,n[1]=t/i,n},e.prototype.GCD=function(e,t){var n,i;if(e<t)n=t,i=e;else if(e>t)n=e,i=t;else if(e===t)return e;for(;;){if(0===i)return n;var r=i;i=n%i,n=r}},e}()},,,,,function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0),n(22),n(21),n(3);var i=n(20),r=(n.n(i),function(){function e(e,t,n){this.http=e,this.configurationProvider=t,this.userProvider=n,this._reportTypesSubj=new i.Subject,this.reportTypes$=this._reportTypesSubj.asObservable()}return Object.defineProperty(e.prototype,"accountingUrl",{get:function(){return""+this.configurationProvider.configClient.AccountingApiUrl},enumerable:!0,configurable:!0}),e.prototype.initialize=function(){var e=this,t=new i.ReplaySubject(1);return this.http.get(this.accountingUrl+"reporting/reporttypes").timeout(3e4).subscribe(function(n){e.reportTypes=n,e._reportTypesSubj.next(e.reportTypes),t.next(n),t.complete()},function(e){console.error(e),t.error(e),t.complete()}),t.asObservable()},e.prototype.intervalTypes=function(){return this.http.get(this.accountingUrl+"reporting/intervaltypes").timeout(3e4)},e.prototype.currentInterval=function(e){return this.http.post(this.accountingUrl+"reporting/currentinterval",{MembershipType:this.userProvider.getCurrentMembershipType(),ReportIntervalType:e,ReportInterval:{FromTime:(new Date).toISOString()}}).timeout(3e4)},e.prototype.report=function(e){return this.http.post(this.accountingUrl+"reporting/report",{CurrencyId:this.configurationProvider.configTerminal.CurrencyId,MembershipType:this.userProvider.getCurrentMembershipType(),ReportInterval:{FromTime:e.ReportInterval.FromTime,ToTime:e.ReportInterval.ToTime},ReportType:e.ReportType}).timeout(3e4)},e.prototype.reportUser=function(e){return this.http.post(this.accountingUrl+"reporting/report",{CurrencyId:this.configurationProvider.configTerminal.CurrencyId,MembershipType:this.userProvider.getCurrentMembershipType(),ReportInterval:{FromTime:e.ReportInterval.FromTime,ToTime:e.ReportInterval.ToTime},ReportType:e.ReportType,WebUsername:e.Username}).timeout(3e4)},e.prototype.previousInterval=function(e){return this.http.post(this.accountingUrl+"reporting/previousinterval",{MembershipType:this.userProvider.getCurrentMembershipType(),ReportInterval:{FromTime:e.ReportInterval.FromTime,ToTime:e.ReportInterval.ToTime},ReportIntervalType:e.ReportIntervalType}).timeout(3e4)},e.prototype.nextInterval=function(e){return this.http.post(this.accountingUrl+"reporting/nextinterval",{MembershipType:this.userProvider.getCurrentMembershipType(),ReportInterval:{FromTime:e.ReportInterval.FromTime,ToTime:e.ReportInterval.ToTime},ReportIntervalType:e.ReportIntervalType}).timeout(3e4)},e.prototype.sellerReport=function(e){return this.http.post(this.accountingUrl+"printing/sellerreport",{CurrencyId:this.configurationProvider.configTerminal.CurrencyId,MembershipType:this.userProvider.getCurrentMembershipType(),ReportInterval:{FromTime:e.ReportInterval.FromTime,ToTime:e.ReportInterval.ToTime}}).timeout(3e4)},e.prototype.printFull=function(e){return this.http.post(this.accountingUrl+"printing/printfull",{CurrencyId:this.configurationProvider.configTerminal.CurrencyId,MembershipType:this.userProvider.getCurrentMembershipType(),ReportInterval:{FromTime:e.ReportInterval.FromTime,ToTime:e.ReportInterval.ToTime}}).timeout(3e4)},e.prototype.printOverview=function(e){return this.http.post(this.accountingUrl+"printing/printoverview",{CurrencyId:this.configurationProvider.configTerminal.CurrencyId,MembershipType:this.userProvider.getCurrentMembershipType(),ReportInterval:{FromTime:e.ReportInterval.FromTime,ToTime:e.ReportInterval.ToTime}}).timeout(3e4)},e.prototype.printFullWeb=function(e){return this.http.post(this.accountingUrl+"printing/printfullweb",{CurrencyId:this.configurationProvider.configTerminal.CurrencyId,MembershipType:this.userProvider.getCurrentMembershipType(),ReportInterval:{FromTime:e.ReportInterval.FromTime,ToTime:e.ReportInterval.ToTime}}).timeout(3e4)},e.prototype.printFullWebUser=function(e){return this.http.post(this.accountingUrl+"printing/printfullwebuser",{CurrencyId:this.configurationProvider.configTerminal.CurrencyId,MembershipType:this.userProvider.getCurrentMembershipType(),ReportInterval:{FromTime:e.ReportInterval.FromTime,ToTime:e.ReportInterval.ToTime},Username:e.Username}).timeout(3e4)},e.prototype.setshiftcash=function(e){return this.http.post(this.accountingUrl+"accounting/setshiftcash",{CurrencyId:this.configurationProvider.configTerminal.CurrencyId,MembershipType:this.userProvider.getCurrentMembershipType(),ShiftCash:e.ShiftCash}).timeout(3e4)},e.prototype.getTerminalUserCashLog=function(e){return this.http.post(this.accountingUrl+"reporting/user/cash/log",e).timeout(3e4)},e.prototype.getTerminalUserCurrentCash=function(){return this.http.get(this.accountingUrl+"reporting/current/cash").timeout(3e4)},e.prototype.getCreditLimitOverviewReport=function(e){return this.http.post(this.accountingUrl+"reporting/creditlimitsoverview",e).timeout(3e4)},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return a});n(0),n(323);var i=n(7),r=n(60),o=(n.n(r),n(19)),a=(n.n(o),n(5),n(324),n(111),n(3),n(8),function(){function e(e,t,n,i,a,s){var u=this;this.http=e,this.platform=t,this.webIntent=n,this.configProvider=i,this.envProvider=a,this.file=s,this.progressSubj=new o.Subject,this.progress$=this.progressSubj.asObservable(),this.skipOptionalUpdateSubject=new r.ReplaySubject,this.optionalUpdateSkipped$=this.skipOptionalUpdateSubject.asObservable(),this.updateCheckPerformed=!1,this.versionCheckResponse=void 0,this.platform.ready().then(function(){u.appType="",u.platform.is("android")?u.appType="android":u.platform.is("ios")&&(u.appType="ios")})}return e.prototype.downloadUpdate=function(){var e=new r.ReplaySubject(1);return"android"==this.appType?this.androidDownloadAndInstall(e,this.versionCheckResponse.url):(e.next(!0),e.complete()),e.asObservable()},e.prototype.checkUpdates=function(){var e=this,t=new r.ReplaySubject(1);return this.updateCheckPerformed?(t.next(!1),t.complete()):(this.updateCheckPerformed=!0,"cordova"in window&&"android"==this.appType?this.http.get(this.configProvider.configClient.TerminalApiUrl+"/configuration/client/"+this.envProvider.environment.API.ClientId+"/updates/version?terminalType="+i.a.TerminalType).subscribe(function(n){try{console.log("Installed: "+i.a.AppVersion+" New: "+n.version+" MinVersion: "+n.min_version),(""+n.version).localeCompare(i.a.AppVersion)>0&&(n.min_version&&(""+n.min_version).localeCompare(""+n.version)<0&&(e.optionalUpdateAvailable=!0),e.versionCheckResponse=n,t.next(!0),t.complete()),t.next(!1),t.complete()}catch(e){t.next(!1),t.complete(),console.error(e)}},function(e){t.next(!1),t.complete(),console.error(e)}):(t.next(!1),t.complete())),t.asObservable()},e.prototype.androidDownloadAndInstall=function(e,t){var n=this;null.onProgress(function(e){n.progressSubj.next(e.loaded/e.total)}),null.download(encodeURI(t),this.file.externalCacheDirectory+this.versionCheckResponse.filename).then(function(t){var i=t.toURL();n.webIntent.startActivity({action:n.webIntent.ACTION_VIEW,url:i,type:"application/vnd.android.package-archive"}).then(function(){e.next(!0),e.complete()},function(n){console.error("Failed to open URL via Android Intent. URL: "+t.fullPath),e.next(!1),e.complete()}).catch(function(t){console.error(t),e.next(!1),e.complete()})},function(t){console.error(t),e.next(!1),e.complete()}).catch(function(t){console.error(t),e.next(!1),e.complete()})},e}())},,,,,,,,,,,,,,function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0),n(3);var i=n(2),r=(n.n(i),n(7)),o=function(){function e(e){this.configProvider=e}return e.prototype.initialize=function(){var e=this;return i.Observable.create(function(t){setTimeout(function(){window.zESettings={webWidget:{color:{theme:"#000000"}}};if(document.getElementById("ze-snippet"))t.next(!0),t.complete();else{var n=document.createElement("script");n.type="application/javascript",n.src="https://static.zdassets.com/ekr/snippet.js?key="+r.a.ZendeskChatToken,n.id="ze-snippet",n.onload=function(){zE("messenger","hide"),zE("messenger:on","close",e.hideZendesk()),t.next(!0),t.complete()},n.onerror=function(){t.err("Unable to initialize zendesk"),t.complete()},document.head.appendChild(n)}})},600)},e.prototype.activateZe=function(){zE("messenger","show"),zE("messenger","open")},e.prototype.hideZendesk=function(){zE("messenger","close")},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0),n(8);var i=function(){function e(e){this.envProvider=e}return e.prototype.initialize=function(){this.deleteCookieIfNeeded();if(!document.getElementById("optional-cookies-css")){var e=document.createElement("link");e.type="text/css",e.rel="stylesheet",e.href="https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.7.2/dist/cookieconsent.css",e.id="optional-cookies-css",document.body.insertAdjacentElement("beforeend",e)}if(!document.getElementById("optional-cookies-loader")){var t=document.createElement("script");t.src="https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v2.7.2/dist/cookieconsent.js",t.id="optional-cookies-loader",t.defer=!0,document.body.insertAdjacentElement("beforeend",t)}document.getElementById("optional-cookies-script")||this.createScript()},Object.defineProperty(e.prototype,"cfgJson",{get:function(){return this.envProvider.environment},enumerable:!0,configurable:!0}),e.prototype.createScript=function(){setTimeout(function(){var e=document.createElement("script");e.src="https://resources.betx.bet/scripts/optional-cookies-web.js?v="+(new Date).getTime(),e.id="optional-cookies-script",e.defer=!0,document.body.insertAdjacentElement("beforeend",e)},500)},e.prototype.onLanguageChange=function(){if(this.cfgJson.OptionalCookies){var e=document.getElementById("optional-cookies-script");e&&(e.remove(),this.createScript())}},e.prototype.deleteCookieIfNeeded=function(){var e=localStorage.getItem("app:cc_cookie_delete_cnt");if(!e||parseInt(e,10)<1){document.cookie="cc_cookie=; path=/; domain=."+location.hostname+"; expires=Thu, 01 Jan 1970 00:00:00 GMT";var t=e?parseInt(e,10):0;localStorage.setItem("app:cc_cookie_delete_cnt",String(t+1))}},e}()},,,,,,,,function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0);var i=n(20),r=(n.n(i),n(21),n(28)),o=(n.n(r),n(3),n(9),function(){function e(e,t,n,r){this.authHttp=e,this.authProvider=t,this.configProvider=n,this.userProvider=r,this._userPendingNotificationsCountSubject=new i.ReplaySubject,this.userPendingNotificationsCount$=this._userPendingNotificationsCountSubject.asObservable(),this._userGetNotificationsCountSubject=new i.ReplaySubject,this.userGetNotificationsCount$=this._userGetNotificationsCountSubject.asObservable(),this.limit=20,this.offset=0}return e.prototype.initialize=function(){var e=this,t=new i.ReplaySubject(1);return this.initialized=!0,t.next(this.initialized),t.complete(),this.authProvider.loggedIn$.subscribe(function(t){e.loggedIn=t,t&&e.updateNotificationsCount()},function(e){return console.log(e)}),this.userProvider.userNotifications$.subscribe(function(t){e.reading||e.updateCounts()},function(e){return console.log(e)}),t.asObservable()},e.prototype.updateCounts=function(){this.updateNotificationsCount(),this.getNotifCount()},Object.defineProperty(e.prototype,"apiURL",{get:function(){return""+this.configProvider.configClient.UserApiUrl},enumerable:!0,configurable:!0}),e.prototype.getNotifications=function(e,t){return this.authHttp.get(this.apiURL+"notifications?limit="+e+"&offset="+t).pipe(Object(r.timeout)(3e4))},e.prototype.getNotificationsGroups=function(){return this.authHttp.get(this.apiURL+"notifications/groups").pipe(Object(r.timeout)(3e4))},e.prototype.getGroupNotifications=function(e,t,n){return this.authHttp.get(this.apiURL+"notifications/group/"+e+"?limit="+t+"&offset="+n).pipe(Object(r.timeout)(3e4))},e.prototype.getNotification=function(e){return this.authHttp.get(this.apiURL+"notifications/"+e).pipe(Object(r.timeout)(3e4))},e.prototype.getNotificationsCount=function(){return this.authHttp.get(this.apiURL+"notifications/count").pipe(Object(r.timeout)(3e4))},e.prototype.getPendingNotificationsCount=function(){return this.authHttp.get(this.apiURL+"notifications/count/pending").pipe(Object(r.timeout)(3e4))},e.prototype.setNotificationAsSeen=function(e){return this.authHttp.post(this.apiURL+"notifications/"+e+"/seen",{}).map(function(e){return e}).pipe(Object(r.timeout)(3e4))},e.prototype.updateNotificationsCount=function(){var e=this;this.loggedIn?this.getPendingNotificationsCount().subscribe(function(t){e.userPendingNotificationsCount=t,e._userPendingNotificationsCountSubject.next(e.userPendingNotificationsCount)},function(e){return console.log(e)}):(this.userPendingNotificationsCount=0,this._userPendingNotificationsCountSubject.next(this.userPendingNotificationsCount))},e.prototype.getNotifCount=function(){var e=this;return this.loggedIn?(this.getNotificationsCount().subscribe(function(t){e._userGetNotificationsCountSubject.next(t),e._userGetNotificationsCountSubject.complete()},function(e){return console.log(e)}),this._userGetNotificationsCountSubject.asObservable()):(this._userGetNotificationsCountSubject.complete(),this._userGetNotificationsCountSubject.asObservable())},e.prototype.getAllNotifications=function(){var e=this;return new Promise(function(t,n){e.getNotifications(e.limit,e.offset).subscribe(function(e){t(e)},function(e){return n(e)})})},e.prototype.logUserAction=function(e){return this.authHttp.post(this.apiURL+"actions",e).pipe(Object(r.timeout)(3e4))},e.prototype.deleteAll=function(){return this.authHttp.post(this.apiURL+"notifications/delete/all",{}).map(function(e){return e}).pipe(Object(r.timeout)(3e4))},e.prototype.deleteAllGroupNotifications=function(e){return this.reading=!0,this.authHttp.post(this.apiURL+"notifications/delete/group/"+e,{}).pipe(Object(r.timeout)(3e4))},e.prototype.deleteNotifications=function(e){return this.reading=!0,this.authHttp.post(this.apiURL+"notifications/delete",{notificationIds:e}).map(function(e){return e}).pipe(Object(r.timeout)(3e4))},e.prototype.readAll=function(){return this.authHttp.post(this.apiURL+"notifications/seen/all",{}).map(function(e){return e}).pipe(Object(r.timeout)(3e4))},e.prototype.readAllGroupNotifications=function(e){return this.reading=!0,this.authHttp.post(this.apiURL+"notifications/seen/group/"+e,{}).pipe(Object(r.timeout)(3e4))},e.prototype.readNotifications=function(e){return this.authHttp.post(this.apiURL+"notifications/seen",{notificationIds:e}).map(function(e){return e}).pipe(Object(r.timeout)(3e4))},e}())},,,,,function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(){}return e.prototype.ngOnChanges=function(){this.className=void 0,this.name&&(this.className="general-"+this.name.split(" ").join("").toLowerCase())},e}()},,function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(20),r=(n.n(i),function(){function e(){this.horizontalScrollSubj=new i.BehaviorSubject(!1)}return Object.defineProperty(e.prototype,"horziontalScroll$",{get:function(){return this.horizontalScrollSubj.asObservable()},enumerable:!0,configurable:!0}),e.prototype.notifyHorizontalScroll=function(e){this.horizontalScrollSubj.next(e)},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0),n(21),n(3);var i=function(){function e(e,t){this.http=e,this.configurationProvider=t}return Object.defineProperty(e.prototype,"walletURL",{get:function(){if(this.configurationProvider&&this.configurationProvider.configClient&&this.configurationProvider.configClient.WalletApiUrl)return""+this.configurationProvider.configClient.WalletApiUrl},enumerable:!0,configurable:!0}),e.prototype.getTransactionFiltersFilters=function(){return this.http.get(this.walletURL+"filters").timeout(3e4)},e.prototype.getBetSlipBonusTypes=function(){return this.http.get(this.walletURL+"bonus/betslip")},e.prototype.getCurrentMembershipType=function(){if(this.configurationProvider&&this.configurationProvider.configTerminal&&this.configurationProvider.configTerminal.WebUserMembershipType)return this.configurationProvider.configTerminal.WebUserMembershipType},e.prototype.getTransactions=function(e,t,n,i,r,o,a,s,u){return this.http.post(this.walletURL+"report/moneytransactions",{Limit:t,Offset:n,TransactionType:e,TimeFilter:i,YearFilter:r,CreditChangeType:o,WebUsername:a,DateFrom:s,DateTo:u}).timeout(3e4)},e.prototype.creditDeposit=function(e){return this.http.post(this.walletURL+"confirmation/creditticket",{Vs:e}).timeout(3e4)},e.prototype.creditWithdraw=function(e,t,n){return this.http.post(this.walletURL+"withdraw/creditticket",{Amount:e,Password:t,SmsCode:n}).timeout(3e4)},e.prototype.payoutRequest=function(e,t,n){return this.http.post(this.walletURL+"withdraw/request",{Amount:e,Password:t,PaymentProviderId:n?n.Id:void 0}).timeout(3e4)},e.prototype.balance=function(e){return this.http.post(this.walletURL+"attendant/balance",{MembershipType:this.getCurrentMembershipType(),Username:e}).timeout(3e4)},e.prototype.attendantDeposit=function(e){return this.http.post(this.walletURL+"attendant/deposit",{Amount:e.Amount,MembershipType:this.getCurrentMembershipType(),Username:e.Username}).timeout(3e4)},e.prototype.attendantWithdraw=function(e){return this.http.post(this.walletURL+"attendant/withdraw/confirmation",{Amount:e.Amount,Code:e.Code,MembershipType:this.getCurrentMembershipType(),Username:e.Username}).timeout(3e4)},e.prototype.attendantProviderWithdraw=function(e){return this.http.post(this.walletURL+"attendant/withdraw",e).timeout(3e4)},e.prototype.attendantCreditTicketDeposit=function(e){return this.http.post(this.walletURL+"attendant/creditticket/deposit",{CreditTicketPin:e}).timeout(3e4)},e.prototype.attendantCreditTicketWithdraw=function(e){return this.http.post(this.walletURL+"attendant/creditticket/withdraw",{Amount:e}).timeout(3e4)},e.prototype.getDepositProviders=function(){return this.http.post(this.walletURL+"deposit/providers",{MembershipType:this.getCurrentMembershipType()}).timeout(3e4)},e.prototype.getPayoutProviders=function(){return this.http.get(this.walletURL+"withdraw/providers").timeout(3e4)},e.prototype.deposit=function(e){return this.http.post(this.walletURL+"deposit",e).timeout(12e4)},e.prototype.confirmProviderTransaction=function(e,t){return this.http.post(this.walletURL+"confirmation/"+t,e).timeout(3e4)},e.prototype.getWithdrawProviders=function(){return this.http.get(this.walletURL+"withdraw/providers").timeout(3e4)},e.prototype.withdraw=function(e){return this.http.post(this.walletURL+"withdraw/request/V2",e).timeout(3e4)},e.prototype.cancelWithdraw=function(e){return this.http.post(this.walletURL+"withdraw/cancel",+e).timeout(3e4)},e.prototype.bonuses=function(){return this.http.get(this.walletURL+"bonus/V2").timeout(3e4)},e.prototype.cancelBonus=function(e){return this.http.post(this.walletURL+"bonus/V2/cancel",{SelectedBonusId:e}).timeout(3e4)},e.prototype.updateMonriTransaction=function(e){return this.http.post(this.walletURL+"confirmation/webpay/update",e).timeout(3e4)},e.prototype.getPossibleDepositBonus=function(){return this.http.get(this.walletURL+"bonus/possible/deposit/bonus").timeout(3e4)},e.prototype.linkeduserbalance=function(){return this.http.get(this.walletURL+"linkeduserbalance").timeout(3e4)},e.prototype.confirmTransaction=function(e){return this.http.post(this.walletURL+"confirmation/fundsTransfer",e).timeout(3e4)},e.prototype.sendPayUData=function(e){return this.http.post(this.walletURL+"payu/token",e).timeout(3e4)},e.prototype.getPayUCards=function(){return this.http.get(this.walletURL+"payu/cards").timeout(3e4)},e.prototype.removeSavedPayUCard=function(e){return this.http.post(this.walletURL+"payu/card?cardToken="+e,null).timeout(3e4)},e.prototype.submitTCashQR=function(e){return this.http.get(this.walletURL+"TCash/redirect/?code="+e).timeout(3e4)},e.prototype.getNeteraWalletCode=function(){return this.http.get(this.walletURL+"Neterapay/walletCode").timeout(3e4)},e.prototype.getSantimPayPartners=function(){return this.http.get(this.walletURL+"withdraw/santimPay/partners").timeout(3e4)},e.prototype.getCrypoCurrencies=function(e){return void 0===e&&(e=!0),this.http.get(this.walletURL+"cryptocurrency/"+(e?"deposit":"withdraw")).timeout(3e4)},e.prototype.getCrypoCurrenciesForBcx=function(){return this.http.get(this.walletURL+"bcx/currencies").timeout(3e4)},e.prototype.getZimSwitchToken=function(e){return this.http.post(this.walletURL+"zimswitch/create/checkout",e).timeout(3e4)},e.prototype.getZimSwitchStatus=function(e){return this.http.get(this.walletURL+"zimswitch/registration/token/"+e).timeout(3e4)},e.prototype.getDepozitronLocations=function(e){return this.http.get(this.walletURL+"depozitron/locations?balance="+e).timeout(3e4)},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0),n(5),n(8),n(22),n(9),n(3),n(21);var i=this&&this.__assign||Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++){t=arguments[n];for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])}return e},r=function(){function e(e,t,n,i,r,o){this.app=e,this.envProvider=t,this.authService=n,this.userService=i,this.configService=r,this.http=o}return Object.defineProperty(e.prototype,"nativeWindow",{get:function(){return window},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"config",{get:function(){return this.envProvider.environment},enumerable:!0,configurable:!0}),e.prototype.initialize=function(){var e=this;this.config.GAID&&(this.initialized=!0,this.subrscibeUrlNavigation(),this.userData=this.userService.userSettings,this.authSubscription=this.authService.loggedIn$.subscribe(function(t){t?(e.getUserData(),e.msgSubscribtionCheck(),e.msgSubscription=e.userService.userNotifications$.subscribe(function(t){t&&(console.log(t),t.Deleted||-1==t.Seen.indexOf("0001-01-01T00:00:00")||"DEPOSIT_TRANSACTION_COMPLETED"==t.Type&&e.getUserData())})):(e.msgSubscribtionCheck(),e.userData=null)}))},e.prototype.subrscibeUrlNavigation=function(){var e=this;this.initialized&&this.app.viewWillEnter.subscribe(function(t){e.lastPage!=t.name&&"LoadingCmp"!==t.name&&(e.lastPage=t.name,setTimeout(function(){e.onNavigationEnd(t.name)},100))})},e.prototype.msgSubscribtionCheck=function(){this.msgSubscription&&(this.msgSubscription.unsubscribe(),this.msgSubscription=null)},e.prototype.onNavigationEnd=function(e){var t=e,n={page_path:t,page_title:document.title,previous_page:"Root / Noone"!==t?"Root / Noone":""};this.pushEvent("user_navigation",n)},e.prototype.pushEvent=function(e,t){if(this.initialized&&this.nativeWindow.dataLayer){var n=new Date,r=Math.floor(n.getTime()/1e3),o=i({event:e},this.userData,{timestamp:r});t&&(o=Object.assign({},o,t)),o.language_preference&&"srl"==o.language_preference&&(o.language_preference="sr"),"registration"==o.event&&this.attributionRequest(o.user_id,o.event),this.nativeWindow.dataLayer.push(o)}},e.prototype.getUserData=function(){var e=this;this.initialized&&this.userService.getUserSettings().subscribe(function(t){e.userData=e.mapCorrectUserData(t.UserAnalyticsResult),e.attributionRequest(e.userData.user_id,"lastactivity")})},e.prototype.mapCorrectUserData=function(e){if(e){return{account_created_date:e.accountCreatedDate,age:e.age,city:e.city,currency:e.currency,date_of_birth:e.dateOfBirth,first_name:e.firstName,gender:e.gender,kyc_status:e.kycStatus,language_preference:e.languagePreference,last_name:e.lastName,postal_code:e.postalCode,total_deposits_amount:e.totalDepositsAmount,total_deposits_count:e.totalDepositsCount,user_id:e.userId,vip_level:e.vipLevel}}return{}},e.prototype.captureAttributionData=function(){var e=this,t={},n={},i=new URL(window.location.href);return["fbclid","gclid","msclkid","utm_source","utm_medium","utm_campaign","utm_term","utm_content"].forEach(function(n){var r=i.searchParams.get(n);r&&(t[e.propNameFormater(n)]=r)}),["_ga","_fbp"].forEach(function(t){var i=e.getCookie(t);i&&(n[e.propNameFormater(t)]=i)}),{UrlParameters:t,Cookies:n,CapturedAt:(new Date).toISOString()}},e.prototype.propNameFormater=function(e){var t="";return e.split("_").forEach(function(e){t+=e.charAt(0).toUpperCase()+e.slice(1)}),t},e.prototype.getCookie=function(e){var t=("; "+document.cookie).split("; "+e+"=");return 2===t.length?t.pop().split(";").shift():null},e.prototype.attributionRequest=function(e,t){var n=this.captureAttributionData(),i={EvonaUserId:e};"registration"==t?i.RegistrationAttribution=n:i.LastActivityAttribution=n,this.http.post(this.userApiUrl+"/googleanalytics/"+t,i).subscribe(function(e){})},Object.defineProperty(e.prototype,"cfg",{get:function(){return this.configService.configClient},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"userApiUrl",{get:function(){return this.cfg.UserApiUrl},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0);var i=n(1),r=n(7),o=function(){function e(e,t){this.authProvider=e,this.oryxProvider=t,this.gameSelected=new i.EventEmitter,this.opened=!1,this.expanded=!1,this.selectionLocked=!1}return e.prototype.ngOnInit=function(){var e=this;setTimeout(function(){e.happyHourBorder=e.bonus&&-1!==e.bonus.gameCodes.indexOf(e.game.gameCode)},400);var t=this.game.imagePath;this.game.imagePath="",setTimeout(function(){e.game.imagePath=t},0)},e.prototype.ngOnChanges=function(e){e.bonus&&e.bonus.currentValue&&void 0==e.bonus.currentValue&&(this.happyHourBorder=null)},e.prototype.selectGame=function(){localStorage.setItem("casinoParent","CasinoPage"),this.oryxProvider.gameSelected&&this.oryxProvider.gameSelected.id===this.game.id||(this.oryxProvider.sendCasinoSelectedGame(this.game),this.gameSelected.emit(this.game))},Object.defineProperty(e.prototype,"jackpot",{get:function(){var e=this;return void 0!==this.game.jackpotType?this.oryxProvider.gamesJackpots.find(function(t){return t.providerId==e.game.providerId&&t.jackpotType==e.game.jackpotType}):null},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"mobileWeb",{get:function(){return r.a.MobileWeb},enumerable:!0,configurable:!0}),e}()},,function(e,t,n){"use strict";n.d(t,"a",function(){return u});n(0),n(95),n(3),n(10),n(9);var i=n(104),r=n(19),o=(n.n(r),n(60)),a=(n.n(o),n(17)),s=(n.n(a),n(21),n(28)),u=(n.n(s),function(){function e(e,t,n,i,a,s){this.errorProvider=e,this.configurationProvider=t,this.translationProvider=n,this.authProvider=i,this.http=a,this.zone=s,this._connectedSubject=new r.Subject,this._startCount=0,this.connected$=this._connectedSubject.asObservable(),this._upcomingRoundsSubject=new o.ReplaySubject(1),this._endedRoundsSubject=new o.ReplaySubject(1),this._jackpotsSubject=new o.ReplaySubject(1),this.upcomingRounds$=this._upcomingRoundsSubject.asObservable(),this.endedRounds$=this._endedRoundsSubject.asObservable(),this.jackpotsSubject$=this._jackpotsSubject.asObservable(),this.jackpotAmountSubj=new o.ReplaySubject(1),this.jackpotAmount$=this.jackpotAmountSubj.asObservable(),this.startRefCount=0,this.hotJackpotAmountSubj=new o.ReplaySubject(1),this.hotJackpotAmount$=this.hotJackpotAmountSubj.asObservable(),this.megaJackpotAmountSubj=new o.ReplaySubject(1),this.megaJackpotAmount$=this.megaJackpotAmountSubj.asObservable(),this.jackpot56NumbersSubj=new o.ReplaySubject(1),this.jackpot56Numbers$=this.jackpot56NumbersSubj.asObservable()}return Object.defineProperty(e.prototype,"jackpotAmount",{get:function(){return this._jackpotAmount},set:function(e){this._jackpotAmount=e,this.jackpotAmountSubj.next(e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"hotJackpotAmount",{get:function(){return this._hotJackpotAmount},set:function(e){this._hotJackpotAmount=e,this.hotJackpotAmountSubj.next(e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"megaJackpotAmount",{get:function(){return this._megaJackpotAmount},set:function(e){this._megaJackpotAmount=e,this.megaJackpotAmountSubj.next(e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"jackpot56Numbers",{get:function(){return this._jackpot56Numbers},set:function(e){this._jackpot56Numbers=e,this.jackpot56NumbersSubj.next(e)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"kenoApiURL",{get:function(){return""+this.configurationProvider.configClient.KenoApiUrl},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"upcomingRounds",{get:function(){return this._upcomingRounds},set:function(e){this._upcomingRounds=e,this._upcomingRoundsSubject.next(this._upcomingRounds)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"endedRounds",{get:function(){return this._endedRounds},set:function(e){this._endedRounds=e,this._endedRoundsSubject.next(this._endedRounds)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"jackpots",{get:function(){return this._jackpots},set:function(e){this._jackpots=e,this._jackpotsSubject.next(this._jackpots)},enumerable:!0,configurable:!0}),e.prototype.start=function(){this._startCount++;var e=new r.Subject;if(setTimeout(function(){e.next(),e.complete()},3e3),this._hub&&this.disconnect(),this._kenoHub||(this._kenoHub=new i.a("kenohub",{rootPath:this.kenoApiURL+"signalr",autoConnect:!1,listeners:{InitialData:this.initialDataCallback.bind(this),RoundsClosed:this.roundsClosedCallback.bind(this),RoundsGenerated:this.roundsGeneratedCallback.bind(this),JackpotsChanged:this.jackpotChangesCallback.bind(this),KenoJackpotAccumulation:this.onKenoJackpotAccomulation.bind(this),JackpotDrawsHistory:this.onKenoJackpotDrawsHistory.bind(this),JackpotAccumulations:this.test.bind(this)},methods:[],stateChanged:this.stateChanged.bind(this),queryParams:{TerminalId:this.configurationProvider.terminalId,LanguageId:this.translationProvider.currentLanguage}})),this.connected)e.next(),e.complete();else{this.connect();var t=this.connected$.take(1).subscribe(function(n){n?(e.next(),e.complete(),t.unsubscribe()):(e.error(void 0),e.complete(),t.unsubscribe())})}return e.asObservable()},e.prototype.test=function(e){console.log("tes",e)},e.prototype.stop=function(){this._startCount--,this._startCount>0||this._kenoHub&&this.disconnect()},e.prototype.stateChanged=function(e){var t=this;switch(e.newState){case $.signalR.connectionState.connecting:break;case $.signalR.connectionState.connected:this.connected=!0,this._connectedSubject.next(this.connected);break;case $.signalR.connectionState.reconnecting:break;case $.signalR.connectionState.disconnected:this.connected=!1,this._connectedSubject.next(this.connected),setTimeout(function(){if(t.authProvider.isLoggedIn()){var e=t.authProvider.getAuth();$.signalR.ajaxDefaults.headers={"Accept-Language":t.translationProvider.currentLanguage,LanguageId:t.translationProvider.currentLanguage,Authorization:e.token}}else $.signalR.ajaxDefaults.headers={"Accept-Language":t.translationProvider.currentLanguage,LanguageId:t.translationProvider.currentLanguage};t._reconnect&&t._kenoHub.connect()},1e3)}},e.prototype.disconnect=function(){this._reconnect=!1,this._kenoHub&&(this._kenoHub.disconnect(),this._kenoHub=void 0)},e.prototype.connect=function(){if(this._reconnect=!0,this._kenoHub){if(this.authProvider.isLoggedIn()){var e=this.authProvider.getAuth();$.signalR.ajaxDefaults.headers={"Accept-Language":this.translationProvider.currentLanguage,LanguageId:this.translationProvider.currentLanguage,Authorization:e.token}}else $.signalR.ajaxDefaults.headers={"Accept-Language":this.translationProvider.currentLanguage,LanguageId:this.translationProvider.currentLanguage};this._kenoHub.connect()}},e.prototype.initialDataCallback=function(e,t,n){e=e||[],t=t||[],n=n||[],this.sortRoundsAsc(e),this.sortRoundsDesc(t);for(var i=new Date,r=0,o=e;r<o.length;r++){(u=o[r]).UpdateTime=i,this.correctDateTimeFormats(u)}for(var a=0,s=t;a<s.length;a++){var u;(u=s[a]).UpdateTime=i,this.correctDateTimeFormats(u)}this.upcomingRounds=e,this.endedRounds=t,this.jackpots=n},e.prototype.sortRoundsAsc=function(e){e.sort(function(e,t){return e.DrawNumber-t.DrawNumber})},e.prototype.sortRoundsDesc=function(e){e.sort(function(e,t){return t.DrawNumber-e.DrawNumber})},e.prototype.onKenoJackpotChanged=function(e){var t=this;this.zone.run(function(){t.jackpotAmount=e,t.jackpotAmountSubj.next(t.jackpotAmount)})},e.prototype.onKenoJackpotAccomulation=function(e){var t=this;this.zone.run(function(){switch(e.Type){case 0:t.hotJackpotAmount=e.CurrentAmount,t.hotJackpotAmountSubj.next(t.hotJackpotAmount);break;case 1:t.megaJackpotAmount=e.CurrentAmount,t.megaJackpotAmountSubj.next(t.megaJackpotAmount)}})},e.prototype.onKenoJackpotDrawsHistory=function(e){var t=this;this.zone.run(function(){e=e.filter(function(e){return 6==e.Numbers.length}),t._jackpot56Numbers=[],e[0].Numbers.forEach(function(e,n){t._jackpot56Numbers.push(e)}),t.jackpot56NumbersSubj.next(t._jackpot56Numbers)})},e.prototype.roundsClosedCallback=function(e){if(e&&e.length>0){for(var t=!1,n=!1,i=new Date,r=function(e){e.UpdateTime=i,o.correctDateTimeFormats(e);var r=a.remove(o._upcomingRounds,function(t){return t.Id===e.Id}),s=a.find(o._endedRounds,function(t){return t.Id===e.Id});r&&(n=!0),s||(o._endedRounds.push(e),t=!0)},o=this,s=0,u=e;s<u.length;s++){r(u[s])}if(t){for(this.sortRoundsDesc(this._endedRounds);this._endedRounds.length>50;)this._endedRounds.pop();this._endedRoundsSubject.next(this._endedRounds)}n&&this._upcomingRoundsSubject.next(this._upcomingRounds)}},e.prototype.roundsGeneratedCallback=function(e){if(void 0!==e&&null!==e&&e.length>0){for(var t=!1,n=new Date,i=function(e){e.UpdateTime=n,r.correctDateTimeFormats(e);a.find(r._upcomingRounds,function(t){return e.Id===t.Id})||(r._upcomingRounds.push(e),t=!0)},r=this,o=0,s=e;o<s.length;o++){i(s[o])}t&&(this.sortRoundsAsc(this._upcomingRounds),this._upcomingRoundsSubject.next(this._upcomingRounds))}},e.prototype.jackpotChangesCallback=function(e){console.log("jack",e)},e.prototype.correctDateTimeFormats=function(e){var t=function(e){return e&&"string"==typeof e&&!e.toUpperCase().endsWith("Z")&&(e+="Z"),e};e.StartTime=t(e.StartTime),e.ProcessingTime=t(e.ProcessingTime)},e.prototype.getRoundsByDate=function(e,t){var n=this.kenoApiURL+"v2/roundinfo/history?Day="+e;return t&&(n=n+"&terminalId="+t),this.http.get(n).pipe(Object(s.map)(function(e){return e}))},e.prototype.getRoundsHistory=function(e){var t=this.kenoApiURL+"roundinfo/history/20";return e&&(t=t+"?terminalId="+e),this.http.get(t).pipe(Object(s.map)(function(e){return e}))},e.prototype.getRoundInfo=function(e,t){var n=this.kenoApiURL+"roundinfo/"+e;return t&&(n=n+"?terminalId="+t),this.http.get(n).pipe(Object(s.map)(function(e){return e}))},e}())},,,function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(20),r=(n.n(i),function(){function e(){}return e.prototype.initialize=function(e){var t=this;return i.Observable.create(function(n){if(e&&!t.initialized){t.goPlKey=e;var i=document.createElement("script");i.type="text/javascript",i.async=!0,i.src="https://t.goadservices.com/tags/"+e+"?+url='+"+encodeURIComponent(location.href),document.body.insertAdjacentElement("beforeend",i),t.initialized=!0,n.next(!0),n.complete()}else n.next(!1),n.complete()})},e.prototype.registrationTracking=function(e){if(this.initialized){var t=t||[];try{t.push(["_LEAD","947aee45-20c8-46e3-9552-644bc89cbc6b",{identifier:e.registration_identifier}])}catch(e){}!function(){var e=document.createElement("script");e.type="text/javascript",e.async=!0,e.src="https://t.goadservices.com/tags/"+this.goPlKey+"?+url='+"+encodeURIComponent(location.href),e.setAttribute("referrerpolicy","no-referrer-when-downgrade");var t=document.getElementsByTagName("script")[0];t.parentNode.insertBefore(e,t)}()}},e.prototype.depositTracking=function(e){if(this.initialized){var t=t||[];try{t.push(["_ORDER",{identifier:e.transaction_identifier,amount:e.amount},["deposit"]]),function(){var e=document.createElement("script");e.type="text/javascript",e.async=!0,e.src="https://t.goadservices.com/engine/"+this.goPlKey+encodeURIComponent(location.href),__goe.setAttribute("referrerpolicy","no-referrer-when-downgrade");var t=document.cookie.indexOf("__goadservices=");if(-1!=t){t+=15;var n=document.cookie.indexOf(";",t);-1==n&&(n=document.cookie.length),e.src+="?id="+document.cookie.substring(t,n)}var i=document.getElementsByTagName("script")[0];i.parentNode.insertBefore(e,i)}()}catch(e){}}},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0),n(3);var i=function(){function e(e){var t=this;this.configService=e,this.basePalette=[{name:"--darkeba-primary-color-type1",value:void 0},{name:"--darkeba-primary-color-type2",value:void 0},{name:"--darkeba-primary-color-type3",value:void 0},{name:"--darkeba-main-on-primary-color-type1",value:void 0},{name:"--darkeba-main-on-primary-color-type2",value:void 0},{name:"--darkeba-cta-color",value:void 0},{name:"--darkeba-accent-color",value:void 0},{name:"--darkeba-alert-color",value:void 0},{name:"--darkeba-warning-color",value:void 0},{name:"--darkeba-info-color",value:void 0},{name:"--darkeba-highlight-color-type1",value:void 0},{name:"--darkeba-highlight-color-type2",value:void 0},{name:"--darkeba-light-color-type1",value:void 0},{name:"--darkeba-light-color-type2",value:void 0},{name:"--darkeba-light-color-type3",value:void 0},{name:"--darkeba-light-color-type4",value:void 0},{name:"--darkeba-light-color-type5",value:void 0},{name:"--darkeba-dark-color-type1",value:void 0},{name:"--darkeba-dark-color-type2",value:void 0},{name:"--darkeba-dark-color-type3",value:void 0},{name:"--darkeba-dark-color-type4",value:void 0},{name:"--darkeba-dark-color-type5",value:void 0},{name:"--darkeba-light-color-type1-a0",value:void 0},{name:"--darkeba-light-color-type1-a01",value:void 0},{name:"--darkeba-light-color-type1-a06",value:void 0},{name:"--darkeba-accent-color-a02",value:void 0},{name:"--darkeba-accent-color-a025",value:void 0},{name:"--darkeba-cta-color-a015",value:void 0},{name:"--darkeba-cta-color-a02",value:void 0},{name:"--darkeba-cta-color-a05",value:void 0},{name:"--darkeba-highlight-color-type1-a02",value:void 0},{name:"--darkeba-highlight-color-type1-a03",value:void 0},{name:"--darkeba-dark-color-type1-a05",value:void 0},{name:"--darkeba-dark-color-type2-a0",value:void 0},{name:"--darkeba-dark-color-type2-a05",value:void 0},{name:"--darkeba-bet-probabilties-color",value:void 0}],this.lightPalette=[{name:"--lighteba-primary-color-type1",value:void 0},{name:"--lighteba-primary-color-type2",value:void 0},{name:"--lighteba-primary-color-type3",value:void 0},{name:"--lighteba-main-on-primary-color-type1",value:void 0},{name:"--lighteba-main-on-primary-color-type2",value:void 0},{name:"--lighteba-cta-color",value:void 0},{name:"--lighteba-accent-color",value:void 0},{name:"--lighteba-alert-color",value:void 0},{name:"--lighteba-warning-color",value:void 0},{name:"--lighteba-info-color",value:void 0},{name:"--lighteba-highlight-color-type1",value:void 0},{name:"--lighteba-highlight-color-type2",value:void 0},{name:"--lighteba-light-color-type1",value:void 0},{name:"--lighteba-light-color-type2",value:void 0},{name:"--lighteba-light-color-type3",value:void 0},{name:"--lighteba-light-color-type4",value:void 0},{name:"--lighteba-light-color-type5",value:void 0},{name:"--lighteba-dark-color-type1",value:void 0},{name:"--lighteba-dark-color-type2",value:void 0},{name:"--lighteba-dark-color-type3",value:void 0},{name:"--lighteba-dark-color-type4",value:void 0},{name:"--lighteba-dark-color-type5",value:void 0},{name:"--lighteba-light-color-type1-a0",value:void 0},{name:"--lighteba-light-color-type1-a01",value:void 0},{name:"--lighteba-light-color-type1-a06",value:void 0},{name:"--lighteba-accent-color-a02",value:void 0},{name:"--lighteba-accent-color-a025",value:void 0},{name:"--lighteba-cta-color-a015",value:void 0},{name:"--lighteba-cta-color-a02",value:void 0},{name:"--lighteba-cta-color-a05",value:void 0},{name:"--lighteba-highlight-color-type1-a02",value:void 0},{name:"--lighteba-highlight-color-type1-a03",value:void 0},{name:"--lighteba-dark-color-type1-a05",value:void 0},{name:"--lighteba-dark-color-type2-a0",value:void 0},{name:"--lighteba-dark-color-type2-a05",value:void 0},{name:"--lighteba-bet-probabilties-color",value:void 0}],this.configService.configTerminal$.subscribe(function(){t.cfg.ThemeChangingEnabled&&!t.initialized&&t.initialize()})}return e.prototype.initialize=function(){this.currentTheme=localStorage.getItem("app:theme"),this.currentTheme||(this.currentTheme="dark");for(var e=0,t=this.basePalette;e<t.length;e++){var n=(o=t[e]).name.replace("darkeba","eba");o.value=getComputedStyle(document.documentElement).getPropertyValue(n),o.value&&(o.value=o.value.trim())}for(var i=0,r=this.lightPalette;i<r.length;i++){var o;(o=r[i]).value=getComputedStyle(document.documentElement).getPropertyValue(o.name),o.value&&(o.value=o.value.trim())}this.currentTheme&&"light"==this.currentTheme&&(this.changeTheme(this.currentTheme,!0),document.body.style.backgroundColor="#e9e8e8"),this.initialized=!0},e.prototype.changeTheme=function(e,t){var n=this;if(e!=this.currentTheme||t){this.currentTheme=e,localStorage.setItem("app:theme",e);Object.assign([],"light"==e?this.lightPalette:this.basePalette).forEach(function(t){var i=Object.assign({},t);n.setColorVariableValue(i.name.replace("light"==e?"lighteba":"darkeba","eba"),t.value)}),document.body.style.backgroundColor="light"==e?"#e9e8e8":"black"}},e.prototype.setColorVariableValue=function(e,t){document.documentElement.style.setProperty(e,t)},Object.defineProperty(e.prototype,"cfg",{get:function(){return this.configService.configTerminal},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"e",function(){return i}),n.d(t,"d",function(){return r}),n.d(t,"c",function(){return o}),n.d(t,"a",function(){return a}),n.d(t,"b",function(){return s});var i=function(){var e={};return e[e.disconnected=0]="disconnected",e[e.connecting=1]="connecting",e[e.connected=2]="connected",e}(),r=function(){var e={};return e[e.DOGS=0]="DOGS",e[e.HORSES=1]="HORSES",e[e.MOTORBIKES=2]="MOTORBIKES",e[e.REALDOGS=5]="REALDOGS",e[e.MOTOCROSS=6]="MOTOCROSS",e[e.NASCAR=7]="NASCAR",e[e.MOTOCROSS_6=8]="MOTOCROSS_6",e}(),o=function(){var e={};return e[e.Dogs=0]="Dogs",e[e.Horses=1]="Horses",e[e.Motorbikes=2]="Motorbikes",e[e.Pigs=3]="Pigs",e[e.Bikini=4]="Bikini",e[e.RealDogs=5]="RealDogs",e[e.Motocros=6]="Motocros",e[e.Nascar=7]="Nascar",e[e.Motocross6=8]="Motocross6",e}(),a=function(){var e={};return e[e.Winner=0]="Winner",e[e.Second=1]="Second",e[e.InTopTwo=2]="InTopTwo",e[e.InTopThree=3]="InTopThree",e[e.FirstAndSecond=4]="FirstAndSecond",e[e.FirstOrSecond=5]="FirstOrSecond",e[e.FirstAndLast=6]="FirstAndLast",e[e.FirstAndSecondAndThird=7]="FirstAndSecondAndThird",e[e.FirstOrSecondOrThird=8]="FirstOrSecondOrThird",e[e.WinnerOrTopTwo=9]="WinnerOrTopTwo",e}(),s=function(){var e={};return e[e.SingleBets=0]="SingleBets",e[e.CombinationForecast=1]="CombinationForecast",e[e.Forecast=2]="Forecast",e[e.CombinationTricast=3]="CombinationTricast",e[e.Tricast=4]="Tricast",e}()},,,,,,,,,,,,,,function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(7),r=function(){function e(e){this.http=e}return e.prototype.initialize=function(){if(!this.initialized){if(i.a.SentryDSN&&"2"==i.a.TerminalType){var e=document.createElement("script");e.src="https://browser.sentry-cdn.com/5.12.1/bundle.min.js",e.integrity="sha384-y+an4eARFKvjzOivf/Z7JtMJhaN6b+lLQ5oFbBbUwZNNVir39cYtkjW1r6Xjbxg3",e.crossOrigin="anonymous",e.onload=function(){Sentry.init({dsn:i.a.SentryDSN,release:i.a.AppVersion,environment:i.a.BuildTag})},e.onerror=function(){console.error("ERROR: Sentry loading")},document.getElementsByTagName("head")[0].appendChild(e)}this.initialized=!0}},e.prototype.captureSentryMessage=function(e){"undefined"!=typeof Sentry&&Sentry.withScope(function(t){t.setTag("occuredAt",new Date),t.setLevel(Sentry.Severity.Warning),Sentry.captureMessage(e)})},e.prototype.captureSentryError=function(e,t,n){"undefined"!=typeof Sentry&&Sentry.withScope(function(i){void 0!==n&&i.setTag("requestedAt",n),i.setTag("occuredAt",new Date),i.setTag("originalError",e?e.originalError:""),i.setTag("error",e),Sentry.captureException(new Error(t))})},e}()},,,,,,,,,,,function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0);var i=n(20),r=(n.n(i),n(7)),o=(n(107),n(3),function(){function e(e,t,n){this.location=e,this.navProvider=t,this.configProvider=n}return e.prototype.depositTransaction=function(e){gtag&&gtag("event","refund",{transaction_id:e.transaction_identifier,affiliation:e.provider_name,value:e.amount,currency:this.currency})},e.prototype.withdrawTransaction=function(e){gtag&&gtag("event","purchase",{transaction_id:e.transaction_identifier,affiliation:e.provider_name,value:e.amount,currency:this.currency})},e.prototype.initialize=function(){var e=this;return i.Observable.create(function(t){var n=r.a.GoogleAnalyticsTrackerId;if(!e.initialied&&r.a.GoogleAnalyticsTrackerId){e.currency=e.configProvider.configTerminal.CurrencyId.toUpperCase();var i=document.createElement("script");i.src="https://www.googletagmanager.com/gtag/js?id="+n,n.startsWith("GTM")&&(i.src="https://www.googletagmanager.com/gtm.js?id="+n),i.onload=function(){if(window.dataLayer=window.dataLayer?window.dataLayer:[],window.gtag=function(){window.dataLayer.push(arguments)},window.gtag("js",new Date),e.navProvider.nav.viewDidEnter.subscribe(function(e){setTimeout(function(){gtag&&gtag("config",n,{page_path:""+location.pathname+location.hash})})}),n.startsWith("GTM")){var i=document.createElement("noscript"),r=document.createElement("iframe");r.setAttribute("src","https://www.googletagmanager.com/ns.html?id="+n),r.setAttribute("height","0"),r.setAttribute("width","0"),r.setAttribute("style","display:none;visibility:hidden"),i.appendChild(r),document.body.appendChild(i),document.body.insertBefore(i,document.body.firstChild)}e.initialied=!0,t.next(!0),t.complete()},i.onerror=function(){e.initialied=!1,t.next(!1),t.complete()},document.getElementsByTagName("head")[0].appendChild(i)}else t.next(!0),t.complete()})},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return r});var i=n(19),r=(n.n(i),function(){function e(e,t,n,i,r){var o=this;this._authRefreshInterval=0,this._loadCallback=e,this._cacheValidCallback=t,this._duration=i,this._loadNotification=n,this._authRefreshInterval=r,this._authRefreshInterval&&setInterval(function(){o.update()},this._authRefreshInterval)}return Object.defineProperty(e.prototype,"cachedItem",{get:function(){return this._cachedItem},set:function(e){this._cachedItem=e,this._timestamp=new Date,this._loadNotification&&this._loadNotification.next(this._cachedItem)},enumerable:!0,configurable:!0}),e.prototype.get=function(){var e=this,t=new i.Subject;return!this._timestamp||this._timestamp&&this._timestamp.valueOf()+this._duration<(new Date).valueOf()||this._cachedItem&&!this._cacheValidCallback(this._cachedItem)?this.update().take(1).subscribe(function(n){t.next(e._cachedItem),t.complete()},function(e){t.error(e),t.complete(),console.error(e)}):(t.next(this._cachedItem),t.complete()),t.asObservable()},e.prototype.update=function(){var e=this,t=new i.Subject;return this._loadCallback().subscribe(function(n){e._cachedItem=n,e._timestamp=new Date,e._loadNotification&&e._loadNotification.next(e._cachedItem),t.next(n),t.complete()},function(e){t.error(e),t.complete(),console.error(e)}),t.asObservable()},e}())},,,,,,,,,,,,,,,,function(e,t,n){"use strict";n(0),n(345),n(228),n(1),n(376),n(89),n(347),n(90),n(790),n(10),n(135),n(113),n(786),n(932),n(933),n(348),n(350),n(351);n.d(t,"a",function(){return i});var i=function(){return function(){}}()},function(e,t,n){"use strict";var i=n(0),r=n(1);n(12),n(729),n(736),n(708),n(707),n(7),n(709),n(231),n(934),n(737),n(935);n.d(t,"a",function(){return o});var o=function(){return function(){}}()},,,,function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(e){this.utilProvider=e}return e.prototype.transform=function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];return(i=this.utilProvider).formatOdd.apply(i,[e].concat(t));var i},e}()},,,function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(e){this.viewContainer=e,this.onInputFocusCallback=this.onInputFocus.bind(this),this.onInputBlurCallback=this.onInputBlur.bind(this),this.eventsAttached=!1}return e.prototype.ngAfterViewInit=function(){this.detachEvents(),this.findElements(this.viewContainer.element.nativeElement.children)},e.prototype.ngOnChanges=function(){this.label&&(this.showLabel?this.label.classList.add("visible"):this.label.classList.remove("visible"))},e.prototype.findElements=function(e){for(var t=0,n=e;t<n.length;t++){var i=n[t];this.label||"LABEL"!=i.tagName?this.input||"INPUT"!=i.tagName?!(i.children&&i.children.length>0)||this.label&&this.input||this.findElements(i.children):(this.input=i,this.input.addEventListener("focus",this.onInputFocusCallback),this.input.addEventListener("blur",this.onInputBlurCallback),this.eventsAttached=!0,this.detectInputValueChange()):(this.label=i,this.label.classList.add("resizing-label"),this.detectInputValueChange(),this.showLabel&&this.label.classList.add("visible"))}},e.prototype.ngOnDestroy=function(){this.detachEvents()},e.prototype.detachEvents=function(){this.eventsAttached&&this.input&&(this.input.removeEventListener("focus",this.onInputFocusCallback),this.input.removeEventListener("blur",this.onInputBlurCallback))},e.prototype.onInputFocus=function(){this.label.classList.add("visible")},e.prototype.onInputBlur=function(){this.input.value||this.label.classList.remove("visible")},e.prototype.detectInputValueChange=function(){this.showLabel?this.label&&this.label.classList.add("visible"):this.input&&this.label&&this.input.value?this.label.classList.add("visible"):this.label.classList.remove("visible")},e}()},,function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0),n(3);var i=function(){function e(e){this.configProvider=e}return e.prototype.passwordMatcher=function(e){var t=e.get("password")?e.get("password"):e.get("newPassword"),n=e.get("repeatPassword")?e.get("repeatPassword"):e.get("confirmPassword");return t.value===n.value?null:{noMatch:!0}},e.prototype.emailMatcher=function(e){var t=e.get("email"),n=e.get("repeatEmail");return t.value===n.value?null:{noMatch:!0}},e.prototype.pinMatcher=function(e){var t=e.get("pin")?e.get("pin"):e.get("newPin"),n=e.get("pinConfirm")?e.get("pinConfirm"):e.get("confirmPin");return t.value===n.value?null:{noMatch:!0}},Object.defineProperty(e.prototype,"cfgClient",{get:function(){return this.configProvider.configClient},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"passwordRegistrationRegex",{get:function(){return this.cfgClient&&this.cfgClient.PasswordRegistrationRegex},enumerable:!0,configurable:!0}),e}()},,,,function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(e){this.envProvider=e,this.defaultPath="assets/sports/default.svg"}return e.prototype.ngOnChanges=function(){this.className=void 0,this.name&&(this.hideEuroIcon&&(this.name.toLocaleLowerCase().includes("euro")||this.name.toLocaleLowerCase().includes("olympic"))?(this.name="default",this.gamePath=this.defaultPath):(this.className="sporticon-"+this.name.split(" ").join("").toLowerCase(),this.gamePath="assets/sports/"+this.name.toLocaleLowerCase().replace(/ /g,"")+".svg"))},Object.defineProperty(e.prototype,"hideEuroIcon",{get:function(){return this.envProvider.environment.HideEuroIcon},enumerable:!0,configurable:!0}),e}()},,,function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0),n(8);var i=function(){function e(e){this.envProvider=e}return Object.defineProperty(e.prototype,"nativeWindow",{get:function(){return window},enumerable:!0,configurable:!0}),e.prototype.pushEvent=function(e,t){if(this.envProvider.environment.GtagDataLayer){var n={event:e};t&&(n.eventModel=t),this.nativeWindow.dataLayer.push(n)}},e}()},,,,function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0);var i=n(1),r=n(17),o=(n.n(r),function(){function e(){this.itemSelected=new i.EventEmitter}return e.prototype.ngOnInit=function(){var e=r.find(this.items,function(e){return"LIVE"==e.id});this.selectedItem=e||(this.items?this.items[0]:null),this.selectedItem&&this.itemSelected.emit(this.selectedItem)},e.prototype.onItemClicked=function(e,t){this.selectedItem=e,this.itemSelected.emit(this.selectedItem)},e.prototype.ngOnChanges=function(e){var t=this;e.items&&e.items.currentValue&&(this.selectedItem&&r.find(this.items,function(e){return e.id==t.selectedItem.id})||(this.selectedItem=this.items&&this.items[0]&&"SPORT_TOURNAMENTS"==this.items[0].id?this.items[1]:this.items[0],this.itemSelected.emit(this.selectedItem))),e.matchId&&e.matchId.currentValue&&e.matchId.previousValue!=e.matchId.currentValue&&(this.selectedItem=this.items[0],this.itemSelected.emit(this.selectedItem))},e.prototype.onScroll=function(e){var t=this;this.scrolling=!0,this.updateScrollers(e.srcElement),this.timeoutHndl&&(clearTimeout(this.timeoutHndl),this.timeoutHndl=void 0),this.timeoutHndl=setTimeout(function(){t.scrolling=!1},300)},e.prototype.ngAfterViewInit=function(){},e.prototype.updateScrollers=function(e){e&&(this.scrollLeft=e.scrollLeft>0,this.scrollRight=e.scrollLeft+e.clientWidth<e.scrollWidth)},e.prototype.ngDoCheck=function(){},e}())},,function(e,t,n){"use strict";n.d(t,"a",function(){return s});n(0);var i=n(20),r=(n.n(i),n(122)),o=(n.n(r),n(28)),a=(n.n(o),n(104)),s=(n(21),n(3),n(8),function(){function e(e,t,n){this.authHttp=e,this.configProvider=t,this.envProvider=n,this.channels=[],this._messageUpdateSubject=new i.Subject,this.messageUpdate$=this._messageUpdateSubject.asObservable(),this._connectedSubject=new i.Subject,this.connected$=this._connectedSubject.asObservable()}return Object.defineProperty(e.prototype,"chatAPI",{get:function(){return""+this.configProvider.configClient.ChatApiUrl},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"chatSignalR",{get:function(){return this.configProvider.configClient.ChatApiUrl+"signalr"},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"clientId",{get:function(){return this.envProvider.environment.API.ClientId},enumerable:!0,configurable:!0}),e.prototype.start=function(){var e=new i.Subject;if(this.running=!0,this._chatHub&&this.disconnect(),this._chatHub||(this._chatHub=new a.a("messages",{rootPath:this.chatSignalR+"/signalr",autoConnect:!1,listeners:{newMessage:this.callbackMessageUpdated.bind(this),newBanner:this.callbackMessageUpdated.bind(this),newTicket:this.callbackMessageUpdated.bind(this),deleteMessage:this.callbackMessageUpdated.bind(this)},methods:["NewMessage","Join"],stateChanged:this.stateChanged.bind(this)})),this.connected)e.next(),e.complete();else{this.connect();var t=this.connected$.pipe(Object(o.take)(1)).subscribe(function(n){n?(e.next(),e.complete(),t.unsubscribe()):(e.error({description:"Chat Disconnected"}),e.complete(),t.unsubscribe())})}return e.asObservable()},e.prototype.stop=function(){this.running=!1,this.disconnect()},e.prototype.deinitialize=function(){this._chatHub&&this.disconnect()},e.prototype.stateChanged=function(e){var t=this;switch(e.newState){case $.signalR.connectionState.connecting:break;case $.signalR.connectionState.connected:this.connected=!0,this._connectedSubject.next(this.connected),this._registeredForChannelMessages&&this.joinChat(this._registeredForChannelMessages),this.registerForMessages();break;case $.signalR.connectionState.reconnecting:break;case $.signalR.connectionState.disconnected:this.connected=!1,this._connectedSubject.next(this.connected),setTimeout(function(){t.running&&t._reconnect&&t._chatHub.connect()},1e3)}},e.prototype.disconnect=function(){this._reconnect=!1,this._chatHub&&(this._chatHub.disconnect(),this._chatHub=void 0)},e.prototype.connect=function(){this._reconnect=!0,this._chatHub&&(this._chatHub.connection.baseUrl=this.chatSignalR,this._chatHub.connect())},e.prototype.registerForMessages=function(){var e=new i.ReplaySubject(1);return this._chatHub&&this._chatHub.connection.state===$.signalR.connectionState.connected?Object(r.from)(this._chatHub.NewMessage()).subscribe(function(){e.next(!0),e.complete()},function(){e.next(!1),e.complete()}):(e.next(!1),e.complete()),e.asObservable()},e.prototype.joinChat=function(e){var t=new i.ReplaySubject(1);return this._registeredForChannelMessages=e,this._chatHub&&this._chatHub.connection.state===$.signalR.connectionState.connected?Object(r.from)(this._chatHub.Join(e)).subscribe(function(){t.next(!0),t.complete()},function(){t.next(!1),t.complete()}):(t.next(!1),t.complete()),t.asObservable()},e.prototype.callbackMessageUpdated=function(e){this._messageUpdateSubject.next(this.camelCaseObject(e))},e.prototype.getMessages=function(e,t){return this.authHttp.get(this.chatAPI+"messages/"+e+"?limit="+t).pipe(Object(o.timeout)(3e4))},e.prototype.sendMessage=function(e,t,n){var i=this.chatAPI+"messages/"+t;return n&&(i+="?reply="+n),this.authHttp.post(i,e).pipe(Object(o.timeout)(3e4))},e.prototype.sendTicketsMessage=function(e,t,n){var i=this.chatAPI+"messages/"+e+"/tickets";return n&&(i+="?reply="+n),this.authHttp.post(i,t).pipe(Object(o.timeout)(3e4))},e.prototype.getChannels=function(){return this.authHttp.get(this.chatAPI+"channels/"+this.clientId)},e.prototype.getBans=function(){return this.authHttp.get(this.chatAPI+"bans/"+this.clientId).pipe(Object(o.timeout)(3e4))},e.prototype.banUser=function(e,t){return this.authHttp.post(this.chatAPI+"bans/",{userId:e,banUntil:t}).pipe(Object(o.timeout)(3e4))},e.prototype.camelCaseObject=function(e){return"string"==typeof e?e:this.changeKeys(this.camelCase.bind(this),e)},e.prototype.editMessage=function(e,t){return this.authHttp.post(this.chatAPI+"messages/edit/"+e,t).pipe(Object(o.timeout)(3e4))},e.prototype.deleteMessage=function(e){return this.authHttp.delete(this.chatAPI+"messages/"+e).pipe(Object(o.timeout)(3e4))},e.prototype.flagMessage=function(e){return this.authHttp.post(this.chatAPI+"messages/flag?message="+e,{}).pipe(Object(o.timeout)(3e4))},e.prototype.shadowFlagMessage=function(e){return this.authHttp.post(this.chatAPI+"messages/flag/shadow?message="+e,{}).pipe(Object(o.timeout)(3e4))},e.prototype.pinMessage=function(e){return this.authHttp.post(this.chatAPI+"messages/pin?message="+e,{}).pipe(Object(o.timeout)(3e4))},e.prototype.changeKeys=function(e,t){var n,i=this;return Array.isArray(t)?t.map(function(t){return"string"==typeof t?t:i.changeKeys(e,t)}):"object"==typeof t&&null!==t?(n=Object.keys(t)).map(function(t){return e(t)}).reduce(function(r,o,a){var s=i.changeKeys(e,t[n[a]]);return r[o]=s,r},{}):t},e.prototype.preserveCamelCase=function(e){for(var t=!1,n=!1,i=!1,r=0;r<e.length;r++){var o=e[r];t&&/[a-zA-Z]/.test(o)&&o.toUpperCase()===o?(e=e.slice(0,r)+"-"+e.slice(r),t=!1,i=n,n=!0,r++):n&&i&&/[a-zA-Z]/.test(o)&&o.toLowerCase()===o?(e=e.slice(0,r-1)+"-"+e.slice(r-1),i=n,n=!1,t=!0):(t=o.toLowerCase()===o&&o.toUpperCase()!==o,i=n,n=o.toUpperCase()===o&&o.toLowerCase()!==o)}return e},e.prototype.camelCase=function(e,t){if(void 0===t&&(t={}),"string"!=typeof e&&!Array.isArray(e))throw new TypeError("Expected the input to be `string | string[]`");t=Object.assign({pascalCase:!1},t);if(0===(e=Array.isArray(e)?e.map(function(e){return e.trim()}).filter(function(e){return e.length}).join("-"):e.trim()).length)return"";if(1===e.length)return t.pascalCase?e.toUpperCase():e.toLowerCase();return e!==e.toLowerCase()&&(e=this.preserveCamelCase(e)),e=e.replace(/^[_.\- ]+/,"").toLowerCase().replace(/[_.\- ]+(\w|$)/g,function(e,t){return t.toUpperCase()}).replace(/\d+(\w|$)/g,function(e){return e.toUpperCase()}),function(e){return t.pascalCase?e.charAt(0).toUpperCase()+e.slice(1):e}(e)},e}())},,function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0),n(21),n(3);var i=n(20),r=(n.n(i),function(){function e(e,t){this.http=e,this.configProvider=t}return e.prototype.initialize=function(){var e=new i.ReplaySubject(1);return this.initialized=!0,e.next(!0),e.complete(),e.asObservable()},e.prototype.getPlayGameResults=function(e,t){var n=this.configProvider.configClient.PlayRoundHistoryApi+"api/";return this.http.get(""+(n=n+("bingo"===e?"Bingo":"Keno")+"RoundHistory/")+(t?"roundinfo?roundId="+t:"roundinfo/history?Limit=20"))},e.prototype.getPlayGameResultsByDate=function(e,t){var n=this.configProvider.configClient.PlayRoundHistoryApi+"api/";return this.http.get(""+(n=n+("bingo"===e?"Bingo":"Keno")+"RoundHistory/")+("roundinfo/day?Day="+t))},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0);var i=n(20),r=(n.n(i),n(17)),o=(n.n(r),n(3),n(21),function(){function e(e,t,n){this.authHttp=e,this.http=t,this.configProvider=n}return Object.defineProperty(e.prototype,"endorphinaAPIUrl",{get:function(){return""+this.configProvider.configClient.EndorphinaApiUrl},enumerable:!0,configurable:!0}),e.prototype.loadEvolutionGames=function(){return i.Observable.create(function(e){var t=document.createElement("script");t.src="https://studio.evolutiongaming.com/mobile/js/iframe.js",t.onload=function(){e.next(!0),e.complete()},t.onerror=function(){e.next(!1),e.complete()},document.getElementsByTagName("head")[0].appendChild(t)})},e.prototype.getEndorphinaGames=function(){var e=this;return i.Observable.create(function(t){e.endorphina&&e.endorphina.games?(t.next(e.endorphina),t.complete()):e.http.get("https://resources.betx.bet/endorphina/mobileGames.json?v="+(new Date).valueOf()).subscribe(function(n){e.endorphina=n;for(var o=[],a=1,s=0,u=e.endorphina.games;s<u.length;s++){var l=u[s];l.position=a++,o.push(e.loadImage(l))}i.Observable.zip.apply(i.Observable,o).subscribe(function(){},function(e){console.error(e)},function(){e.endorphina.games=r.filter(e.endorphina.games,function(e){return e.imageHTML})}),t.next(e.endorphina),t.complete()},function(n){console.log(n),t.next(e.endorphina),t.complete()})})},e.prototype.loadImage=function(e){return i.Observable.create(function(t){var n=new Image;e.imageHTML?(t.next(e.imageHTML),t.complete()):(n.src=e.imgPath,e.imageHTML=n,e.imageLoaded=!1,n.onload=function(){e.imageLoaded=!0,t.next(e.imageHTML),t.complete()},n.onerror=function(n){t.next(e.imageHTML),t.complete()})})},e.prototype.getEndorphinaGameURL=function(e){return this.authHttp.get(this.endorphinaAPIUrl+"launch?gameId="+e.gameId)},e}())},,function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0),n(3);var i=n(20),r=(n.n(i),n(21),n(28)),o=(n.n(r),function(){function e(e,t){this.configProvider=e,this.http=t}return e.prototype.initialize=function(){var e=this;return i.Observable.create(function(t){e.initialized=!0,e.apiUrl=e.configProvider.configClient.EzugiApiUrl,t.next(!0),t.complete()})},e.prototype.login=function(){return this.http.get(this.apiUrl+"login").pipe(Object(r.timeout)(3e4))},e.prototype.logout=function(e){return this.http.post(this.apiUrl+"logout",'"'+e+'"',{headers:{"Content-Type":"application/json"}}).pipe(Object(r.timeout)(3e4))},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(20),r=(n.n(i),n(3),n(21),n(9),function(){function e(e,t,n){this.configProvider=e,this.http=t,this.authProvider=n}return e.prototype.initialize=function(){var e=this;return i.Observable.create(function(t){e.initalized=!0,e.apiUrl=e.configProvider.configClient.BetgamesApiUrl,t.next(!0),t.complete()})},e.prototype.login=function(){var e=this;return this.authProvider.isLoggedIn()?this.http.post(this.apiUrl+"/token",{headers:{"Content-Type":"application/json"}}).map(function(t){return e.auth=t,t}):i.Observable.create(function(e){e.next(void 0),e.complete()})},e.prototype.logout=function(){var e=this;return i.Observable.create(function(t){e.auth?e.http.post(e.apiUrl+"/logout",'"'+e.auth+'"',{headers:{"Content-Type":"application/json"}}).subscribe(function(){e.auth=void 0,t.next(e.auth),t.complete()},function(e){t.error(e),t.complete()}):(e.auth=void 0,t.next(e.auth),t.complete())})},Object.defineProperty(e.prototype,"authorized",{get:function(){return null!==this.auth},enumerable:!0,configurable:!0}),e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(20),r=(n.n(i),function(){function e(){}return e.prototype.initialize=function(e){var t=this;return i.Observable.create(function(n){if(e&&!t.initialized){var i=document.createElement("script");i.innerHTML="!function(f,b,e,v,n,t,s)\n        {if(f.fbq)return;n=f.fbq=function(){n.callMethod?\n        n.callMethod.apply(n,arguments):n.queue.push(arguments)};\n        if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';\n        n.queue=[];t=b.createElement(e);t.async=!0;\n        t.src=v;s=b.getElementsByTagName(e)[0];\n        s.parentNode.insertBefore(t,s)}(window, document,'script',\n        'https://connect.facebook.net/en_US/fbevents.js');",document.head.insertAdjacentElement("beforeend",i);var r=document.createElement("noscript"),o=document.createElement("img");o.height=1,o.width=1,o.style.display="none",o.src="https://www.facebook.com/tr?id="+e+"&ev=PageView&noscript=1",r.appendChild(o),document.head.insertAdjacentElement("beforeend",r),t.initialized=!0,fbq("init",e),fbq("track","PageView"),n.next(!0),n.complete()}else n.next(!1),n.complete()})},e.prototype.writeEvent=function(e){this.initialized&&fbq("track",e)},e}())},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,n){"use strict";n.d(t,"c",function(){return i}),n.d(t,"d",function(){return r}),n.d(t,"a",function(){return o}),n.d(t,"b",function(){return a});var i=function(){var e={};return e[e.disconnected=0]="disconnected",e[e.connecting=1]="connecting",e[e.connected=2]="connected",e}(),r=function(){var e={};return e[e.mistery=0]="mistery",e[e.color=1]="color",e[e.nomatch=2]="nomatch",e}(),o=function(){var e={};return e[e.info=0]="info",e[e.warning=1]="warning",e[e.error=2]="error",e}(),a=function(){var e={};return e[e.normal=0]="normal",e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(){this.mapping=new Map([[192,"A"],[193,"A"],[194,"A"],[195,"A"],[196,"A"],[197,"A"],[256,"A"],[258,"A"],[260,"A"],[399,"A"],[461,"A"],[478,"A"],[480,"A"],[506,"A"],[512,"A"],[514,"A"],[550,"A"],[570,"A"],[7424,"A"],[7680,"A"],[7840,"A"],[7842,"A"],[7844,"A"],[7846,"A"],[7848,"A"],[7850,"A"],[7852,"A"],[7854,"A"],[7856,"A"],[7858,"A"],[7860,"A"],[7862,"A"],[9398,"A"],[65313,"A"],[224,"a"],[225,"a"],[226,"a"],[227,"a"],[228,"a"],[229,"a"],[257,"a"],[259,"a"],[261,"a"],[462,"a"],[479,"a"],[481,"a"],[507,"a"],[513,"a"],[515,"a"],[551,"a"],[592,"a"],[601,"a"],[602,"a"],[7567,"a"],[7573,"a"],[7681,"a"],[7834,"a"],[7841,"a"],[7843,"a"],[7845,"a"],[7847,"a"],[7849,"a"],[7851,"a"],[7853,"a"],[7855,"a"],[7857,"a"],[7859,"a"],[7861,"a"],[7863,"a"],[8336,"a"],[8340,"a"],[9424,"a"],[11365,"a"],[11375,"a"],[65345,"a"],[42802,"AA"],[198,"AE"],[482,"AE"],[508,"AE"],[7425,"AE"],[42804,"AO"],[42806,"AU"],[42808,"AV"],[42810,"AV"],[42812,"AY"],[9372,"(a)"],[42803,"aa"],[230,"ae"],[483,"ae"],[509,"ae"],[7426,"ae"],[42805,"ao"],[42807,"au"],[42809,"av"],[42811,"av"],[42813,"ay"],[385,"B"],[386,"B"],[579,"B"],[665,"B"],[7427,"B"],[7682,"B"],[7684,"B"],[7686,"B"],[9399,"B"],[65314,"B"],[384,"b"],[387,"b"],[595,"b"],[7532,"b"],[7552,"b"],[7683,"b"],[7685,"b"],[7687,"b"],[9425,"b"],[65346,"b"],[9373,"(b)"],[199,"C"],[262,"C"],[264,"C"],[266,"C"],[268,"C"],[391,"C"],[571,"C"],[663,"C"],[7428,"C"],[7688,"C"],[9400,"C"],[65315,"C"],[231,"c"],[263,"c"],[265,"c"],[267,"c"],[269,"c"],[392,"c"],[572,"c"],[597,"c"],[7689,"c"],[8580,"c"],[9426,"c"],[42814,"c"],[42815,"c"],[65347,"c"],[9374,"(c)"],[208,"D"],[270,"D"],[272,"D"],[393,"D"],[394,"D"],[395,"D"],[7429,"D"],[7430,"D"],[7690,"D"],[7692,"D"],[7694,"D"],[7696,"D"],[7698,"D"],[9401,"D"],[42873,"D"],[65316,"D"],[240,"d"],[271,"d"],[273,"d"],[396,"d"],[545,"d"],[598,"d"],[599,"d"],[7533,"d"],[7553,"d"],[7569,"d"],[7691,"d"],[7693,"d"],[7695,"d"],[7697,"d"],[7699,"d"],[9427,"d"],[42874,"d"],[65348,"d"],[452,"DZ"],[497,"DZ"],[453,"Dz"],[498,"Dz"],[9375,"(d)"],[568,"db"],[454,"dz"],[499,"dz"],[675,"dz"],[677,"dz"],[200,"E"],[201,"E"],[202,"E"],[203,"E"],[274,"E"],[276,"E"],[278,"E"],[280,"E"],[282,"E"],[398,"E"],[400,"E"],[516,"E"],[518,"E"],[552,"E"],[582,"E"],[7431,"E"],[7700,"E"],[7702,"E"],[7704,"E"],[7706,"E"],[7708,"E"],[7864,"E"],[7866,"E"],[7868,"E"],[7870,"E"],[7872,"E"],[7874,"E"],[7876,"E"],[7878,"E"],[9402,"E"],[11387,"E"],[65317,"E"],[232,"e"],[233,"e"],[234,"e"],[235,"e"],[275,"e"],[277,"e"],[279,"e"],[281,"e"],[283,"e"],[477,"e"],[517,"e"],[519,"e"],[553,"e"],[583,"e"],[600,"e"],[603,"e"],[604,"e"],[605,"e"],[606,"e"],[666,"e"],[7432,"e"],[7570,"e"],[7571,"e"],[7572,"e"],[7701,"e"],[7703,"e"],[7705,"e"],[7707,"e"],[7709,"e"],[7865,"e"],[7867,"e"],[7869,"e"],[7871,"e"],[7873,"e"],[7875,"e"],[7877,"e"],[7879,"e"],[8337,"e"],[9428,"e"],[11384,"e"],[65349,"e"],[9376,"(e)"],[401,"F"],[7710,"F"],[9403,"F"],[42800,"F"],[42875,"F"],[43003,"F"],[65318,"F"],[402,"f"],[7534,"f"],[7554,"f"],[7711,"f"],[7835,"f"],[9429,"f"],[42876,"f"],[65350,"f"],[9377,"(f)"],[64256,"ff"],[64259,"ffi"],[64260,"ffl"],[64257,"fi"],[64258,"fl"],[284,"G"],[286,"G"],[288,"G"],[290,"G"],[403,"G"],[484,"G"],[485,"G"],[486,"G"],[487,"G"],[500,"G"],[610,"G"],[667,"G"],[7712,"G"],[9404,"G"],[42877,"G"],[42878,"G"],[65319,"G"],[285,"g"],[287,"g"],[289,"g"],[291,"g"],[501,"g"],[608,"g"],[609,"g"],[7543,"g"],[7545,"g"],[7555,"g"],[7713,"g"],[9430,"g"],[42879,"g"],[65351,"g"],[9378,"(g)"],[292,"H"],[294,"H"],[542,"H"],[668,"H"],[7714,"H"],[7716,"H"],[7718,"H"],[7720,"H"],[7722,"H"],[9405,"H"],[11367,"H"],[11381,"H"],[65320,"H"],[293,"h"],[295,"h"],[543,"h"],[613,"h"],[614,"h"],[686,"h"],[687,"h"],[7715,"h"],[7717,"h"],[7719,"h"],[7721,"h"],[7723,"h"],[7830,"h"],[9431,"h"],[11368,"h"],[11382,"h"],[65352,"h"],[502,"HV"],[9379,"(h)"],[405,"hv"],[204,"I"],[205,"I"],[206,"I"],[207,"I"],[296,"I"],[298,"I"],[300,"I"],[302,"I"],[304,"I"],[406,"I"],[407,"I"],[463,"I"],[520,"I"],[522,"I"],[618,"I"],[7547,"I"],[7724,"I"],[7726,"I"],[7880,"I"],[7882,"I"],[9406,"I"],[43006,"I"],[65321,"I"],[236,"i"],[237,"i"],[238,"i"],[239,"i"],[297,"i"],[299,"i"],[301,"i"],[303,"i"],[305,"i"],[464,"i"],[521,"i"],[523,"i"],[616,"i"],[7433,"i"],[7522,"i"],[7548,"i"],[7574,"i"],[7725,"i"],[7727,"i"],[7881,"i"],[7883,"i"],[8305,"i"],[9432,"i"],[65353,"i"],[306,"IJ"],[9380,"(i)"],[307,"ij"],[308,"J"],[584,"J"],[7434,"J"],[9407,"J"],[65322,"J"],[309,"j"],[496,"j"],[567,"j"],[585,"j"],[607,"j"],[644,"j"],[669,"j"],[9433,"j"],[11388,"j"],[65354,"j"],[9381,"(j)"],[310,"K"],[408,"K"],[488,"K"],[7435,"K"],[7728,"K"],[7730,"K"],[7732,"K"],[9408,"K"],[11369,"K"],[42816,"K"],[42818,"K"],[42820,"K"],[65323,"K"],[311,"k"],[409,"k"],[489,"k"],[670,"k"],[7556,"k"],[7729,"k"],[7731,"k"],[7733,"k"],[9434,"k"],[11370,"k"],[42817,"k"],[42819,"k"],[42821,"k"],[65355,"k"],[9382,"(k)"],[313,"L"],[315,"L"],[317,"L"],[319,"L"],[321,"L"],[573,"L"],[671,"L"],[7436,"L"],[7734,"L"],[7736,"L"],[7738,"L"],[7740,"L"],[9409,"L"],[11360,"L"],[11362,"L"],[42822,"L"],[42824,"L"],[42880,"L"],[65324,"L"],[314,"l"],[316,"l"],[318,"l"],[320,"l"],[322,"l"],[410,"l"],[564,"l"],[619,"l"],[620,"l"],[621,"l"],[7557,"l"],[7735,"l"],[7737,"l"],[7739,"l"],[7741,"l"],[9435,"l"],[11361,"l"],[42823,"l"],[42825,"l"],[42881,"l"],[65356,"l"],[455,"LJ"],[7930,"LL"],[456,"Lj"],[9383,"(l)"],[457,"lj"],[7931,"ll"],[682,"ls"],[683,"lz"],[412,"M"],[7437,"M"],[7742,"M"],[7744,"M"],[7746,"M"],[9410,"M"],[11374,"M"],[43005,"M"],[43007,"M"],[65325,"M"],[623,"m"],[624,"m"],[625,"m"],[7535,"m"],[7558,"m"],[7743,"m"],[7745,"m"],[7747,"m"],[9436,"m"],[65357,"m"],[9384,"(m)"],[209,"N"],[323,"N"],[325,"N"],[327,"N"],[330,"N"],[413,"N"],[504,"N"],[544,"N"],[628,"N"],[7438,"N"],[7748,"N"],[7750,"N"],[7752,"N"],[7754,"N"],[9411,"N"],[65326,"N"],[241,"n"],[324,"n"],[326,"n"],[328,"n"],[329,"n"],[331,"n"],[414,"n"],[505,"n"],[565,"n"],[626,"n"],[627,"n"],[7536,"n"],[7559,"n"],[7749,"n"],[7751,"n"],[7753,"n"],[7755,"n"],[8319,"n"],[9437,"n"],[65358,"n"],[458,"NJ"],[459,"Nj"],[9385,"(n)"],[460,"nj"],[210,"O"],[211,"O"],[212,"O"],[213,"O"],[214,"O"],[216,"O"],[332,"O"],[334,"O"],[336,"O"],[390,"O"],[415,"O"],[416,"O"],[465,"O"],[490,"O"],[492,"O"],[510,"O"],[524,"O"],[526,"O"],[554,"O"],[556,"O"],[558,"O"],[560,"O"],[7439,"O"],[7440,"O"],[7756,"O"],[7758,"O"],[7760,"O"],[7762,"O"],[7884,"O"],[7886,"O"],[7888,"O"],[7890,"O"],[7892,"O"],[7894,"O"],[7896,"O"],[7898,"O"],[7900,"O"],[7902,"O"],[7904,"O"],[7906,"O"],[9412,"O"],[42826,"O"],[42828,"O"],[65327,"O"],[242,"o"],[243,"o"],[244,"o"],[245,"o"],[246,"o"],[248,"o"],[333,"o"],[335,"o"],[337,"o"],[417,"o"],[466,"o"],[491,"o"],[493,"o"],[511,"o"],[525,"o"],[527,"o"],[555,"o"],[557,"o"],[559,"o"],[561,"o"],[596,"o"],[629,"o"],[7446,"o"],[7447,"o"],[7575,"o"],[7757,"o"],[7759,"o"],[7761,"o"],[7763,"o"],[7885,"o"],[7887,"o"],[7889,"o"],[7891,"o"],[7893,"o"],[7895,"o"],[7897,"o"],[7899,"o"],[7901,"o"],[7903,"o"],[7905,"o"],[7907,"o"],[8338,"o"],[9438,"o"],[11386,"o"],[42827,"o"],[42829,"o"],[65359,"o"],[338,"OE"],[630,"OE"],[42830,"OO"],[546,"OU"],[7445,"OU"],[9386,"(o)"],[339,"oe"],[7444,"oe"],[42831,"oo"],[547,"ou"],[420,"P"],[7448,"P"],[7764,"P"],[7766,"P"],[9413,"P"],[11363,"P"],[42832,"P"],[42834,"P"],[42836,"P"],[65328,"P"],[421,"p"],[7537,"p"],[7549,"p"],[7560,"p"],[7765,"p"],[7767,"p"],[9439,"p"],[42833,"p"],[42835,"p"],[42837,"p"],[43004,"p"],[65360,"p"],[9387,"(p)"],[586,"Q"],[9414,"Q"],[42838,"Q"],[42840,"Q"],[65329,"Q"],[312,"q"],[587,"q"],[672,"q"],[9440,"q"],[42839,"q"],[42841,"q"],[65361,"q"],[9388,"(q)"],[569,"qp"],[340,"R"],[342,"R"],[344,"R"],[528,"R"],[530,"R"],[588,"R"],[640,"R"],[641,"R"],[7449,"R"],[7450,"R"],[7768,"R"],[7770,"R"],[7772,"R"],[7774,"R"],[9415,"R"],[11364,"R"],[42842,"R"],[42882,"R"],[65330,"R"],[341,"r"],[343,"r"],[345,"r"],[529,"r"],[531,"r"],[589,"r"],[636,"r"],[637,"r"],[638,"r"],[639,"r"],[7523,"r"],[7538,"r"],[7539,"r"],[7561,"r"],[7769,"r"],[7771,"r"],[7773,"r"],[7775,"r"],[9441,"r"],[42843,"r"],[42883,"r"],[65362,"r"],[9389,"(r)"],[346,"S"],[348,"S"],[350,"S"],[352,"S"],[536,"S"],[7776,"S"],[7778,"S"],[7780,"S"],[7782,"S"],[7784,"S"],[9416,"S"],[42801,"S"],[42885,"S"],[65331,"S"],[347,"s"],[349,"s"],[351,"s"],[353,"s"],[383,"s"],[537,"s"],[575,"s"],[642,"s"],[7540,"s"],[7562,"s"],[7777,"s"],[7779,"s"],[7781,"s"],[7783,"s"],[7785,"s"],[7836,"s"],[7837,"s"],[9442,"s"],[42884,"s"],[65363,"s"],[7838,"SS"],[9390,"(s)"],[223,"ss"],[64262,"st"],[354,"T"],[356,"T"],[358,"T"],[428,"T"],[430,"T"],[538,"T"],[574,"T"],[7451,"T"],[7786,"T"],[7788,"T"],[7790,"T"],[7792,"T"],[9417,"T"],[42886,"T"],[65332,"T"],[355,"t"],[357,"t"],[359,"t"],[427,"t"],[429,"t"],[539,"t"],[566,"t"],[647,"t"],[648,"t"],[7541,"t"],[7787,"t"],[7789,"t"],[7791,"t"],[7793,"t"],[7831,"t"],[9443,"t"],[11366,"t"],[65364,"t"],[222,"TH"],[42854,"TH"],[42792,"TZ"],[9391,"(t)"],[680,"tc"],[254,"th"],[7546,"th"],[42855,"th"],[678,"ts"],[42793,"tz"],[217,"U"],[218,"U"],[219,"U"],[220,"U"],[360,"U"],[362,"U"],[364,"U"],[366,"U"],[368,"U"],[370,"U"],[431,"U"],[467,"U"],[469,"U"],[471,"U"],[473,"U"],[475,"U"],[532,"U"],[534,"U"],[580,"U"],[7452,"U"],[7550,"U"],[7794,"U"],[7796,"U"],[7798,"U"],[7800,"U"],[7802,"U"],[7908,"U"],[7910,"U"],[7912,"U"],[7914,"U"],[7916,"U"],[7918,"U"],[7920,"U"],[9418,"U"],[65333,"U"],[249,"u"],[250,"u"],[251,"u"],[252,"u"],[361,"u"],[363,"u"],[365,"u"],[367,"u"],[369,"u"],[371,"u"],[432,"u"],[468,"u"],[470,"u"],[472,"u"],[474,"u"],[476,"u"],[533,"u"],[535,"u"],[649,"u"],[7524,"u"],[7577,"u"],[7795,"u"],[7797,"u"],[7799,"u"],[7801,"u"],[7803,"u"],[7909,"u"],[7911,"u"],[7913,"u"],[7915,"u"],[7917,"u"],[7919,"u"],[7921,"u"],[9444,"u"],[65365,"u"],[9392,"(u)"],[7531,"ue"],[434,"V"],[581,"V"],[7456,"V"],[7804,"V"],[7806,"V"],[7932,"V"],[9419,"V"],[42846,"V"],[42856,"V"],[65334,"V"],[651,"v"],[652,"v"],[7525,"v"],[7564,"v"],[7805,"v"],[7807,"v"],[9445,"v"],[11377,"v"],[11380,"v"],[42847,"v"],[65366,"v"],[42848,"VY"],[9393,"(v)"],[42849,"vy"],[372,"W"],[503,"W"],[7457,"W"],[7808,"W"],[7810,"W"],[7812,"W"],[7814,"W"],[7816,"W"],[9420,"W"],[11378,"W"],[65335,"W"],[373,"w"],[447,"w"],[653,"w"],[7809,"w"],[7811,"w"],[7813,"w"],[7815,"w"],[7817,"w"],[7832,"w"],[9446,"w"],[11379,"w"],[65367,"w"],[9394,"(w)"],[7818,"X"],[7820,"X"],[9421,"X"],[65336,"X"],[7565,"x"],[7819,"x"],[7821,"x"],[8339,"x"],[9447,"x"],[65368,"x"],[9395,"(x)"],[221,"Y"],[374,"Y"],[376,"Y"],[435,"Y"],[562,"Y"],[590,"Y"],[655,"Y"],[7822,"Y"],[7922,"Y"],[7924,"Y"],[7926,"Y"],[7928,"Y"],[7934,"Y"],[9422,"Y"],[65337,"Y"],[253,"y"],[255,"y"],[375,"y"],[436,"y"],[563,"y"],[591,"y"],[654,"y"],[7823,"y"],[7833,"y"],[7923,"y"],[7925,"y"],[7927,"y"],[7929,"y"],[7935,"y"],[9448,"y"],[65369,"y"],[9396,"(y)"],[377,"Z"],[379,"Z"],[381,"Z"],[437,"Z"],[540,"Z"],[548,"Z"],[7458,"Z"],[7824,"Z"],[7826,"Z"],[7828,"Z"],[9423,"Z"],[11371,"Z"],[42850,"Z"],[65338,"Z"],[378,"z"],[380,"z"],[382,"z"],[438,"z"],[541,"z"],[549,"z"],[576,"z"],[656,"z"],[657,"z"],[7542,"z"],[7566,"z"],[7825,"z"],[7827,"z"],[7829,"z"],[9449,"z"],[11372,"z"],[42851,"z"],[65370,"z"],[9397,"(z)"],[8304,"0"],[8320,"0"],[9450,"0"],[9471,"0"],[65296,"0"],[185,"1"],[8321,"1"],[9312,"1"],[9461,"1"],[10102,"1"],[10112,"1"],[10122,"1"],[65297,"1"],[9352,"1."],[9332,"(1)"],[178,"2"],[8322,"2"],[9313,"2"],[9462,"2"],[10103,"2"],[10113,"2"],[10123,"2"],[65298,"2"],[9353,"2."],[9333,"(2)"],[179,"3"],[8323,"3"],[9314,"3"],[9463,"3"],[10104,"3"],[10114,"3"],[10124,"3"],[65299,"3"],[9354,"3."],[9334,"(3)"],[8308,"4"],[8324,"4"],[9315,"4"],[9464,"4"],[10105,"4"],[10115,"4"],[10125,"4"],[65300,"4"],[9355,"4."],[9335,"(4)"],[8309,"5"],[8325,"5"],[9316,"5"],[9465,"5"],[10106,"5"],[10116,"5"],[10126,"5"],[65301,"5"],[9356,"5."],[9336,"(5)"],[8310,"6"],[8326,"6"],[9317,"6"],[9466,"6"],[10107,"6"],[10117,"6"],[10127,"6"],[65302,"6"],[9357,"6."],[9337,"(6)"],[8311,"7"],[8327,"7"],[9318,"7"],[9467,"7"],[10108,"7"],[10118,"7"],[10128,"7"],[65303,"7"],[9358,"7."],[9338,"(7)"],[8312,"8"],[8328,"8"],[9319,"8"],[9468,"8"],[10109,"8"],[10119,"8"],[10129,"8"],[65304,"8"],[9359,"8."],[9339,"(8)"],[8313,"9"],[8329,"9"],[9320,"9"],[9469,"9"],[10110,"9"],[10120,"9"],[10130,"9"],[65305,"9"],[9360,"9."],[9340,"(9)"],[9321,"10"],[9470,"10"],[10111,"10"],[10121,"10"],[10131,"10"],[9361,"10."],[9341,"(10)"],[9322,"11"],[9451,"11"],[9362,"11."],[9342,"(11)"],[9323,"12"],[9452,"12"],[9363,"12."],[9343,"(12)"],[9324,"13"],[9453,"13"],[9364,"13."],[9344,"(13)"],[9325,"14"],[9454,"14"],[9365,"14."],[9345,"(14)"],[9326,"15"],[9455,"15"],[9366,"15."],[9346,"(15)"],[9327,"16"],[9456,"16"],[9367,"16."],[9347,"(16)"],[9328,"17"],[9457,"17"],[9368,"17."],[9348,"(17)"],[9329,"18"],[9458,"18"],[9369,"18."],[9349,"(18)"],[9330,"19"],[9459,"19"],[9370,"19."],[9350,"(19)"],[9331,"20"],[9460,"20"],[9371,"20."],[9351,"(20)"],[171,'"'],[187,'"'],[8220,'"'],[8221,'"'],[8222,'"'],[8243,'"'],[8246,'"'],[10077,'"'],[10078,'"'],[10094,'"'],[10095,'"'],[65282,'"'],[8216,"'"],[8217,"'"],[8218,"'"],[8219,"'"],[8242,"'"],[8245,"'"],[8249,"'"],[8250,"'"],[10075,"'"],[10076,"'"],[65287,"'"],[8208,"-"],[8209,"-"],[8210,"-"],[8211,"-"],[8212,"-"],[8315,"-"],[8331,"-"],[65293,"-"],[8261,"["],[10098,"["],[65339,"["],[8262,"]"],[10099,"]"],[65341,"]"],[8317,"("],[8333,"("],[10088,"("],[10090,"("],[65288,"("],[11816,"(("],[8318,")"],[8334,")"],[10089,")"],[10091,")"],[65289,")"],[11817,"))"],[10092,"<"],[10096,"<"],[65308,"<"],[10093,">"],[10097,">"],[65310,">"],[10100,"{"],[65371,"{"],[10101,"}"],[65373,"}"],[8314,"+"],[8330,"+"],[65291,"+"],[8316,"="],[8332,"="],[65309,"="],[65281,"!"],[8252,"!!"],[8265,"!?"],[65283,"#"],[65284,"$"],[8274,"%"],[65285,"%"],[65286,"&"],[8270,"*"],[65290,"*"],[65292,","],[65294,"."],[8260,"/"],[65295,"/"],[65306,":"],[8271,";"],[65307,";"],[65311,"?"],[8263,"??"],[8264,"?!"],[65312,"@"],[65340,"\\"],[8248,"^"],[65342,"^"],[65343,"_"],[8275,"~"],[65374,"~"]])}return e.prototype.foldReplacing=function(e,t){return void 0===e&&(e=""),void 0===t&&(t=""),this._fold(e,function(){return t})},e.prototype.foldMaintaining=function(e){return void 0===e&&(e=""),this._fold(e,function(e){return e})},e.prototype._fold=function(e,t){var n=this;if(null===e)return"";if("number"==typeof e)return""+e;if("string"!=typeof e)throw new Error("Invalid input data type");return e.split("").map(function(e){if(e.charCodeAt(0)<128)return e;var i=n.mapping.get(e.charCodeAt(0));return void 0===i?t(e):i}).join("")},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return a});n(0);var i=n(60),r=(n.n(i),n(19)),o=(n.n(r),n(42),n(3),n(10),n(290)),a=(n.n(o),n(8),function(){function e(e,t,n,i,o){this.http=e,this.configProvider=t,this.translationProvider=n,this.storage=i,this.envProvider=o,this._loggedInSubject=new r.Subject,this.loggedIn$=this._loggedInSubject.asObservable(),this._refreshTokenSubject=void 0}return Object.defineProperty(e.prototype,"apiURL",{get:function(){return""+this.configProvider.configClient.AuthorizationApiUrl},enumerable:!0,configurable:!0}),e.prototype.initialize=function(){var e=new i.ReplaySubject;return e.next(this._auth),e.complete(),e.asObservable()},e.prototype.isLoggedIn=function(){return void 0!=this._auth},e.prototype.isAdmin=function(){return this._auth&&1==this._auth.membershipType},e.prototype.getAuth=function(){return this._auth},Object.defineProperty(e.prototype,"accessToken",{get:function(){return this._auth?this._auth.token:void 0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"refreshToken",{get:function(){return this._auth?this._auth.refreshToken:void 0},enumerable:!0,configurable:!0}),e.prototype.doRefreshToken=function(){var e=this,t=void 0;if(this._refreshTokenSubject)t=this._refreshTokenSubject.asObservable();else if(this._refreshTokenSubject=new r.Subject,t=this._refreshTokenSubject.asObservable(),this._auth){this.http.post(this.apiURL+"token","grant_type=refresh_token&refresh_token="+this._auth.refreshToken+"&client_id="+this.envProvider.environment.API.ClientId+"&terminal_type="+this._auth.membershipType,{headers:{"Content-Type":"application/x-www-form-urlencoded"}}).subscribe(function(t){var n=o(t.access_token);e._auth={token:t.access_token,role:n.role,refreshToken:t.refresh_token,terminalId:e._auth.terminalId,username:e._auth.username,userId:n.user_id,membershipType:e._auth.membershipType,membershipTypeToken:e._auth.membershipTypeToken,isWebUser:e._auth.isWebUser,permissions:e._auth.permissions,userPIN:e._auth.userPIN},e._refreshTokenSubject.next(),e._refreshTokenSubject.complete(),e._refreshTokenSubject=void 0},function(t){e._refreshTokenSubject.error(t),e._refreshTokenSubject.complete(),e._refreshTokenSubject=void 0,e.logout()})}else this._refreshTokenSubject.error(void 0),this._refreshTokenSubject.complete(),this._refreshTokenSubject=void 0,this.logout();return t},e.prototype.logout=function(){this._auth=void 0,this._loggedInSubject.next(!1)},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0);var i=n(20),r=(n.n(i),n(7)),o=function(){function e(e){this.meta=e}return e.prototype.initialize=function(){var e=this;return i.Observable.create(function(t){!e.initialied&&r.a.GoogleSearchConsoleSiteVerification?(e.meta.addTag({name:"google-site-verification",content:r.a.GoogleSearchConsoleSiteVerification}),e.initialied=!0,t.next(!0),t.complete()):(t.next(!0),t.complete())})},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0);var i=n(7),r=(n(3),n(2)),o=(n.n(r),n(8),function(){function e(e,t){var n=this;this.configProvider=e,this.envProvider=t,this.configProvider.configTerminal&&(this.tawkToChatEnabled=this.configProvider.configTerminal.TawkToChatEnabled&&null!=this.envProvider.environment.TawkToKey&&"2"==i.a.TerminalType),this.configProvider.configTerminal$.subscribe(function(){n.tawkToChatEnabled=n.configProvider.configTerminal.TawkToChatEnabled&&null!=n.envProvider.environment.TawkToKey&&"2"==i.a.TerminalType})}return e.prototype.initialize=function(){var e=this;return r.Observable.create(function(t){if(e.tawkToChatEnabled){if(document.getElementById("tawk-to-chat"))t.next(!0),t.complete();else{var n=e.envProvider.environment.TawkToKey,i=document.createElement("script");i.type="application/javascript",i.src="https://embed.tawk.to/"+(n.includes("/")?n:n+"/default"),i.id="tawk-to-chat",i.async=!0,i.charset="UTF-8",i.setAttribute("crossorigin","*"),document.head.appendChild(i),t.next(!0),t.complete()}}else t.next(!0),t.complete()})},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0);var i=n(7),r=n(2),o=(n.n(r),n(8),n(3),function(){function e(e,t){this.envProvider=e,this.configProvider=t}return e.prototype.initialize=function(){var e=this;return r.Observable.create(function(t){if(e.supportBoxChatEnabled=e.configProvider.configTerminal.SupportBoxChatEnabled&&null!=e.envProvider.environment.SupportBoxChatKey&&"2"==i.a.TerminalType,e.supportBoxChatEnabled){var n=e.envProvider.environment.SupportBoxChatUrl,r=document.getElementById("support-box-chat"),o=document.getElementById("support-box-config"),a=e.envProvider.environment.SupportBoxChatId,s=e.envProvider.environment.SupportBoxChatKey;if(!o){var u=document.createElement("script");u.type="application/javascript",u.id="support-box-config",u.defer=!0,u.async=!0,u.innerHTML="var supportBoxChatId = "+a+";\n                        var supportBoxChatSecret = '"+s+"';",document.body.insertAdjacentElement("beforeend",u)}if(r)t.next(!0),t.complete();else{var l=document.createElement("script");l.type="application/javascript",l.src=""+n,l.id="support-box-chat",l.defer=!0,l.async=!0,document.body.insertAdjacentElement("beforeend",l),window.addEventListener("supportBox:api:initialized",function(e){window.supportBoxApi.isShow()&&(window.supportBoxApi.close(),window.supportBoxApi.hide());var t=document.body.getElementsByTagName("iframe");if(t.length>0)for(var n=0;n<t.length;n++){"supportBox-iframe"==t[n].id&&(t[n].className="hide");break}}),t.next(!0),t.complete()}}else t.next(!0),t.complete()})},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(20),r=(n.n(i),function(){function e(){}return e.prototype.initialize=function(e){var t=this;return i.Observable.create(function(n){if(!t.initialied&&e){var i=document.createElement("script");i.innerHTML='(function (a, b, c, d, e, f) {\n          a[e] = a[e] || [];\n          a.x = b.createElement(c);\n          a.y = b.getElementsByTagName(c)[0];\n          x.src = d + "?id=" + f;\n          x.setAttribute("data-srtmn", e);\n          y.parentNode.insertBefore(x, y);\n          })(\n          window,\n          document,\n          "script",\n          "https://tm.ads.sportradar.com/dist/tag-manager.js",\n          "srtmCommands",\n          "'+e+'"\n          );',i.defer=!0,document.head.insertAdjacentElement("beforeend",i),t.observe(n)}else t.observe(n)})},e.prototype.observe=function(e){this.initialied=!0,e.next(!0),e.complete()},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0),n(5);var i=n(7),r=n(13),o=function(){function e(e,t,n,i,o){var a=this;this.sportsBettingTicketProvider=e,this.fabProvider=t,this.configProvider=n,this.bottomMenuProvider=i,this.authProvider=o,this.hide=!1,this.changed=!1,this.sportsBettingTicketProvider.ticketBetsModified$.pipe(Object(r.a)(this)).subscribe(function(e){"added"!=e.operation&&"removed"!=e.operation||(a.changed=!0),setTimeout(function(){a.changed=!1},500)}),this.sportsBettingTicketProvider.calculating$.pipe(Object(r.a)(this)).subscribe(function(e){a.calculating=e})}return e.prototype.ngOnDestroy=function(){},Object.defineProperty(e.prototype,"numberOfBets",{get:function(){return this.sportsBettingTicketProvider.ticket.Bets?this.sportsBettingTicketProvider.ticket.Bets.length:0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"totalOdds",{get:function(){return void 0!=this.sportsBettingTicketProvider.ticket.TotalOdds?this.sportsBettingTicketProvider.ticket.TotalOdds:0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"betSlipVisible",{get:function(){return this.sportsBettingTicketProvider.ticketActive},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"quickBetActive",{get:function(){return this.sportsBettingTicketProvider.quickBetActive},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"visibleMargin",{get:function(){if(this.configProvider&&this.configProvider.configTerminal.StickyFooterEnabled&&!this.configProvider.configTerminal.PrematchExpanderEnabled){if(this.totalOdds>0||this.numberOfBets>0){var e=document.getElementById("footer");if(e&&("transform: translateY(100%); transition: transform 300ms ease 0s;"==e.style.cssText||"transform: translateY(100%);"==e.style.cssText)){var t=document.getElementById("sportFabContainer");if(t)return t.style.transition="all .3s ease-in-out",t.style.transformOrigin="left top",t.classList.remove("mb-56"),!1}}return!0}return!0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"activeFAB",{get:function(){return this.fabProvider.activeFAB},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"bettingV6CodesEnabled",{get:function(){return this.configProvider.configTerminal&&this.configProvider.configTerminal.BettingV6CodesEnabled&&"1"==i.a.TerminalType},enumerable:!0,configurable:!0}),e.prototype.onFabClicked=function(){var e=this;this.hide=!0,this.navCtrl.push("SportsBettingBetSlipPage").then(function(){e.hide=!1},function(){e.hide=!1}).catch(function(){e.hide=!1})},Object.defineProperty(e.prototype,"isBottomMenuEnabled",{get:function(){return this.bottomMenuProvider.bottomMenuEnabledApp},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isBottomMenuEnabledPerPage",{get:function(){return this.bottomMenuProvider.isBottomMenuEnabledPerPage},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ticket",{get:function(){return this.sportsBettingTicketProvider.ticket},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ticketHasErrors",{get:function(){return this.sportsBettingTicketProvider.ticket.HasBetErrors||this.sportsBettingTicketProvider.ticket.HasTicketErrors},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isQuickBetEnabled",{get:function(){return this.configProvider&&this.configProvider.configTerminal&&this.configProvider.configTerminal.QuickBetEnabled&&this.authProvider.isLoggedIn()&&!this.authProvider.isAdmin()},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0),n(5);var i=n(7),r=function(){function e(e,t,n){this.kenoTicketProvider=e,this.fabProvider=t,this.configProvider=n,this.hide=!1}return Object.defineProperty(e.prototype,"numberOfBets",{get:function(){return this.kenoTicketProvider.ticket.Bets?this.kenoTicketProvider.ticket.Bets.length:0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"totalOdds",{get:function(){return void 0!=this.kenoTicketProvider.ticket.TotalOdds?this.kenoTicketProvider.ticket.TotalOdds:0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"betSlipVisible",{get:function(){return this.kenoTicketProvider.ticketActive},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"activeFAB",{get:function(){return this.fabProvider.activeFAB},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"bettingV6CodesEnabled",{get:function(){return this.configProvider.configTerminal&&this.configProvider.configTerminal.BettingV6CodesEnabled&&"1"==i.a.TerminalType},enumerable:!0,configurable:!0}),e.prototype.onFabClicked=function(){var e=this;this.hide=!0,this.navCtrl.push("KenoBetSlipPage").then(function(){e.hide=!1},function(){e.hide=!1}).catch(function(){e.hide=!1})},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0),n(5);var i=function(){function e(e,t,n,i,r){this.bingoProvider=e,this.fabProvider=t,this.configProvider=n,this.bingoTicketProvider=i,this.bottomMenuProvider=r,this.hide=!1}return Object.defineProperty(e.prototype,"activeFAB",{get:function(){return this.fabProvider.activeFAB},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"bingoBetSlipVisible",{get:function(){return this.bingoTicketProvider.ticketActive},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"numberOfBets",{get:function(){return this.bingoTicketProvider.ticket.Bets?this.bingoTicketProvider.ticket.Bets.length:0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"visibleMargin",{get:function(){if(this.configProvider&&this.configProvider.configTerminal.StickyFooterEnabled&&!this.configProvider.configTerminal.PrematchExpanderEnabled){if(this.numberOfBets>0){var e=document.getElementById("footer");if(e&&("transform: translateY(100%); transition: transform 300ms ease 0s;"==e.style.cssText||"transform: translateY(100%);"==e.style.cssText)){var t=document.getElementById("bingoFabContainer");if(t)return t.style.transition="all .3s ease-in-out",t.style.transformOrigin="left top",t.classList.remove("mb-56"),!1}}return!0}return!0},enumerable:!0,configurable:!0}),e.prototype.onFabClicked=function(){var e=this;this.hide=!0,this.navCtrl.push("BingoBetSlipPage").then(function(){e.hide=!1},function(){e.hide=!1}).catch(function(){e.hide=!1})},Object.defineProperty(e.prototype,"isBottomMenuEnabled",{get:function(){return this.bottomMenuProvider.bottomMenuEnabledApp},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isBottomMenuEnabledPerPage",{get:function(){return this.bottomMenuProvider.isBottomMenuEnabledPerPage},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ticketHasErrors",{get:function(){return this.bingoTicketProvider.ticket.HasBetErrors||this.bingoTicketProvider.ticket.HasTicketErrors},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0),n(5);var i=n(7),r=function(){function e(e,t,n,i){this.virtualGamesTicketProvider=e,this.fabProvider=t,this.configProvider=n,this.bottomMenuProvider=i,this.hide=!1}return Object.defineProperty(e.prototype,"numberOfBets",{get:function(){return this.virtualGamesTicketProvider.ticket.Bets?this.virtualGamesTicketProvider.ticket.Bets.length:0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"totalOdds",{get:function(){return void 0!=this.virtualGamesTicketProvider.ticket.TotalOdds?this.virtualGamesTicketProvider.ticket.TotalOdds:0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"visibleMargin",{get:function(){if(this.configProvider&&this.configProvider.configTerminal.StickyFooterEnabled&&!this.configProvider.configTerminal.PrematchExpanderEnabled){if(this.totalOdds>0||this.numberOfBets>0){var e=document.getElementById("footer");if(e&&("transform: translateY(100%); transition: transform 300ms ease 0s;"==e.style.cssText||"transform: translateY(100%);"==e.style.cssText)){var t=document.getElementById("virtualRacesFabContainer");if(t)return t.style.transition="all .3s ease-in-out",t.style.transformOrigin="left top",t.classList.remove("mb-56"),!1}}return!0}return!0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"betSlipVisible",{get:function(){return this.virtualGamesTicketProvider.ticketActive},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"activeFAB",{get:function(){return this.fabProvider.activeFAB},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"bettingV6CodesEnabled",{get:function(){return this.configProvider.configTerminal&&this.configProvider.configTerminal.BettingV6CodesEnabled&&"1"==i.a.TerminalType},enumerable:!0,configurable:!0}),e.prototype.onFabClicked=function(){var e=this;this.hide=!0,this.navCtrl.push("VirtualRacesBetslipPage").then(function(){e.hide=!1},function(){e.hide=!1}).catch(function(){e.hide=!1})},Object.defineProperty(e.prototype,"isBottomMenuEnabled",{get:function(){return this.bottomMenuProvider.bottomMenuEnabledApp},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isBottomMenuEnabledPerPage",{get:function(){return this.bottomMenuProvider.isBottomMenuEnabledPerPage},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ticketHasErrors",{get:function(){return this.virtualGamesTicketProvider.ticket.HasBetErrors||this.virtualGamesTicketProvider.ticket.HasTicketErrors},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0);var i=n(7),r=(n(5),n(96),n(13)),o=function(){function e(e,t,n,i,o,a,s){var u=this;this.bottomMenuProvider=e,this.configProvider=t,this.envProvider=n,this.initializationProvider=i,this.translationProvider=o,this.app=a,this.network=s,this.menuItems=[],this.items=[],this.visible=!0,this.oldInnerHeight=window.innerHeight,this.oldScrollPos=window.pageYOffset,this.configProvider.configTerminal$.pipe(Object(r.a)(this)).subscribe(function(e){e&&e.StickyFooterEnabled&&!e.PrematchExpanderEnabled&&(u.onScrollBind=u.onWindowScroll.bind(u))}),this.initializationProvider.initialized$.pipe(Object(r.a)(this)).subscribe(function(e){u.initialized=e,u.items=u.bottomMenuProvider.menuItemsFiltered,u.items&&u.items.length>0&&(u.createMenu(u.items),u.menuItemWidth=100/u.items.length+"%")})}return e.prototype.ngOnDestroy=function(){},e.prototype.ngOnChanges=function(e){e.currentPage&&e.currentPage.currentValue&&this.menuItems&&this.setPageOnBackActive(this.menuItems,i.a.MobileWeb?this.currentPage.id:this.currentPage.id||this.currentPage.component.name)},e.prototype.addScrollListener=function(){i.a.MobileWeb&&window.addEventListener("scroll",this.onScrollBind,!0)},e.prototype.onWindowScroll=function(e){var t=window.pageYOffset||document.documentElement.scrollTop,n=window.innerHeight-this.oldInnerHeight,i=document.getElementById("sportFabContainer"),r=document.getElementById("virtualRacesFabContainer"),o=document.getElementById("bingoFabContainer"),a=document.getElementById("kenoFabContainerV2"),s=document.getElementById("lottoFabContainer"),u=document.getElementById("gameLauncher");t>this.oldScrollPos-n?(document.getElementById("footer")&&(document.getElementById("footer").style.transform="translateY(100%)"),i&&(i.classList.remove("mb-56"),i.style.marginBottom="8px"),r&&(r.classList.remove("mb-56"),r.style.marginBottom="8px"),o&&(o.classList.remove("mb-56"),o.style.marginBottom="8px"),a&&(a.classList.remove("mb-56"),a.style.marginBottom="8px"),s&&(s.classList.remove("mb-56"),s.style.marginBottom="8px"),u&&(u.classList.remove("bottom-56"),u.style.bottom="0px")):t<this.oldScrollPos-n&&(i&&i.classList.add("mb-56"),r&&r.classList.add("mb-56"),o&&o.classList.add("mb-56"),a&&a.classList.add("mb-56"),s&&s.classList.add("mb-56"),u&&(u.classList.add("bottom-56"),u.style.bottom="56px"),document.getElementById("footer")&&(document.getElementById("footer").style.transform="translateY(0)",document.getElementById("footer").style.transition="transform 300ms")),this.oldScrollPos=t<=0?0:t,this.oldInnerHeight=window.innerHeight},e.prototype.ngOnInit=function(){var e=this;this.addScrollListener(),!i.a.MobileWeb&&this.configProvider&&this.configProvider.configTerminal.StickyFooterEnabled&&!this.configProvider.configTerminal.PrematchExpanderEnabled&&this.app.viewDidEnter.subscribe(function(t){e.scrollContent=t._ionCntDir,e.scrollContent&&e.scrollContent.ionScroll.subscribe(function(e){var t=document.getElementById("sportFabContainer"),n=document.getElementById("bingoFabContainer"),i=document.getElementById("lottoFabContainer"),r=document.getElementById("kenoFabContainerV2"),o=document.getElementById("virtualRacesFabContainer"),a=document.getElementById("gameLauncher");e&&("down"==e.directionY?(document.getElementById("footer")&&(document.getElementById("footer").style.transform="translateY(100%)"),t&&t.classList.remove("mb-56"),n&&n.classList.remove("mb-56"),r&&r.classList.remove("mb-56"),o&&o.classList.remove("mb-56"),a&&a.classList.remove("bottom-56")):"up"==e.directionY&&(t&&t.classList.add("mb-56"),n&&n.classList.add("mb-56"),r&&r.classList.add("mb-56"),i&&i.classList.add("mb-56"),o&&o.classList.add("mb-56"),a&&a.classList.add("bottom-56"),document.getElementById("footer")&&(document.getElementById("footer").style.transform="translateY(0)",document.getElementById("footer").style.transition="transform 300ms")))})})},e.prototype.createMenu=function(e){var t=this;this.menuItems=[],e.forEach(function(e){switch(e){case"SportsBettingPage":t.menuItems.push(t.createMenuItemSection("HOME","HomePage","SportsBettingPage",!0,function(){t.checkActivePage("SportsBettingPage")},void 0,"ion-icon"));break;case"SportBettingPrematchPage":t.menuItems.push(t.createMenuItemSection("PREMATCH","SportsBettingPage","SportBettingPrematchPage",!0,function(){t.checkActivePage("SportBettingPrematchPage")},void 0,"ion-icon"));break;case"BingoPage":t.menuItems.push(t.createMenuItemSection("BINGO","BingoPage","BingoPage",!0,function(){t.checkActivePage("BingoPage")},void 0,"ion-icon"));break;case"KenoV2Page":t.menuItems.push(t.createMenuItemSection("KENO","KenoPage","KenoV2Page",!0,function(){t.checkActivePage("KenoV2Page")},void 0,"ion-icon"));break;case"VirtualRacesPage":t.menuItems.push(t.createMenuItemSection("VIRTUAL_RACES","VirtualRacesPage","VirtualRacesPage",!0,function(){t.checkActivePage("VirtualRacesPage")},void 0,"ion-icon"));break;case"EmbeddedVirtualRacesPage":t.menuItems.push(t.createMenuItemSection("VIRTUAL_RACES","VirtualRacesPage","EmbeddedVirtualRacesPage",!0,function(){t.checkActivePage("EmbeddedVirtualRacesPage")},void 0,"ion-icon"));break;case"HomePage":t.menuItems.push(t.createMenuItemSection("HOME","HomePage","HomePage",!0,function(){t.checkActivePage("HomePage")},void 0,"ion-icon"));break;case"AttendantHomePage":t.menuItems.push(t.createMenuItemSection("HOME","home","HomePage",!0,function(){t.checkActivePage("AttendantHomePage")},void 0,"ion-icon"));break;case"CasinoEndorphinaPage":t.menuItems.push(t.createMenuItemSection("ENDORPHINA","CasinoPage","CasinoEndorphinaPage",!0,function(){t.checkActivePage("CasinoEndorphinaPage")},void 0,"ion-icon"));break;case"SportsBettingLivePage":t.menuItems.push(t.createMenuItemSection("LIVE","SportsBettingLivePage","SportsBettingLivePage",!0,function(){t.checkActivePage("SportsBettingLivePage")},void 0,"ion-icon"));break;case"OddinPage":t.menuItems.push(t.createMenuItemSection("ODDIN","OddinPage","OddinPage",!0,function(){t.checkActivePage("OddinPage")},void 0,"ion-icon"));break;case"EmbeddedBonusesPage":t.menuItems.push(t.createMenuItemSection("BONUSES","EmbeddedBonusesPage","EmbeddedBonusesPage",!0,function(){t.checkActivePage("EmbeddedBonusesPage",0)},void 0,"ion-icon"));break;case"EmbeddedPromotionsPage":t.menuItems.push(t.createMenuItemSection("PROMOTIONS","EmbeddedBonusesPage","EmbeddedPromotionsPage",!0,function(){t.checkActivePage("EmbeddedPromotionsPage",0)},void 0,"ion-icon"));break;case"OryxCasinoPage":t.menuItems.push(t.createMenuItemSection("ORYX_CASINO","CasinoPage","OryxCasinoPage",!0,function(){t.checkActivePage("OryxCasinoPage")},void 0,"ion-icon"));break;case"CasinoPage":t.menuItems.push(t.createMenuItemSection("CASINO","CasinoPage","CasinoPage",!0,function(){t.checkActivePage("CasinoPage")},void 0,"ion-icon"));break;case"CasinoScratchGamesPage":var n=t.cfg&&t.cfg.CasinoLiveSectionId;t.menuItems.push(t.createMenuItemSection("CASINO_LIVE_GAMES","CasinoScratchGamesPage","CasinoSectionGamesPage",!0,function(){t.checkActivePage("CasinoSectionGamesPage",{id:n,name:t.translationProvider.translate("CASINO_LIVE_GAMES")})},void 0,"ion-icon"));break;case"CasinoGoldenracePage":t.menuItems.push(t.createMenuItemSection("GOLDEN_RACE","VirtualRacesPage","CasinoGoldenracePage",!0,function(){t.checkActivePage("CasinoGoldenracePage")},void 0,"ion-icon"));break;case"CouponBettingOfferPage":t.menuItems.push(t.createMenuItemSection("COUPON_GAME","CouponBettingOfferPage","CouponBettingOfferPage",!0,function(){t.checkActivePage("CouponBettingOfferPage")},void 0,"ion-icon"));break;case"CasinoTvbetPage":t.menuItems.push(t.createMenuItemSection("TVBET","CasinoTvbetPage","CasinoTvbetPage",!0,function(){t.checkActivePage("CasinoTvbetPage")},void 0,"ion-icon"));break;case"CasinoBetgamesPage":t.menuItems.push(t.createMenuItemSection("BETGAMES","CasinoPage","CasinoBetgamesPage",!0,function(){t.checkActivePage("CasinoBetgamesPage")},void 0,"ion-icon"));break;case"EzugiPage":t.menuItems.push(t.createMenuItemSection("LIVE_DEALERS","CasinoPage","EzugiPage",!0,function(){t.checkActivePage("EzugiPage")},void 0,"ion-icon"));break;case"TerminalLocationsPage":t.menuItems.push(t.createMenuItemSection("OUR_TERMINALS","TerminalLocationsPage","TerminalLocationsPage",!0,function(){t.checkActivePage("TerminalLocationsPage")},void 0,"ion-icon"));break;case"MyTicketsPage":t.menuItems.push(t.createMenuItemSection("T_HISTORY","MyTicketsPage","MyTicketsPage",!0,function(){t.checkActivePage("MyTicketsPage")},void 0,"ion-icon"));break;case"LotteryGamesLobbyPage":t.menuItems.push(t.createMenuItemSection("MENU_LOBBY","BingoPage","LotteryGamesLobbyPage",!0,function(){t.checkActivePage("LotteryGamesLobbyPage")},void 0,"ion-icon"));break;case"VipMembershipPage":t.menuItems.push(t.createMenuItemSection("VIP_MEMBERSHIP","VipMembershipPage","VipMembershipPage",!0,function(){t.checkActivePage("VipMembershipPage")},void 0,"ion-icon"));break;case"AviatorPage":var i=t.envProvider.environment.AviatorId?t.envProvider.environment.AviatorId:"13";t.menuItems.push(t.createMenuItemSection("AVIATOR","AviatorCasinoLaunchPage","AviatorCasinoLaunchPage",!0,function(){t.checkActivePage("AviatorCasinoLaunchPage",{gameCode:"aviator",providerId:i})},void 0,"ion-icon"));break;case"PlinkoPage":var r=t.cfg&&t.cfg.Games&&t.cfg.Games.EvonaPlay&&t.cfg.Games.EvonaPlay.ProviderId||"25";t.menuItems.push(t.createMenuItemSection("PLINKO","PlinkoCasinoLaunchPage","PlinkoCasinoLaunchPage",!0,function(){t.checkActivePage("PlinkoCasinoLaunchPage",{gameCode:"plinko",providerId:r})},void 0,"ion-icon"));break;case"AvionPage":var o=t.cfg&&t.cfg.Games&&t.cfg.Games.EvonaPlay&&t.cfg.Games.EvonaPlay.ProviderId,a=t.cfg&&t.cfg.Games&&t.cfg.Games.EvonaPlay&&t.cfg.Games.EvonaPlay.CrashAvionCode;t.menuItems.push(t.createMenuItemSection("AVION","AvionCasinoLaunchPage","AvionCasinoLaunchPage",!0,function(){t.checkActivePage("AvionCasinoLaunchPage",{gameCode:a,providerId:o})},void 0,"ion-icon"))}})},e.prototype.createMenuItemSection=function(e,t,n,i,r,o,a){return void 0===o&&(o=void 0),void 0===a&&(a=void 0),{titleKey:e,iconName:t,pageName:n,active:i,onClick:r,opaque:o,iconType:a}},e.prototype.onMenuItemClicked=function(e){this.selectedMenuItem=e},e.prototype.openPage=function(e){this.nav.setRoot(e,null,{animate:!1,direction:"forward"})},e.prototype.openPageWithParams=function(e,t){this.nav.setRoot(e,t,{animate:!1,direction:"forward"})},Object.defineProperty(e.prototype,"isBottomMenuEnabledPerPage",{get:function(){return this.bottomMenuProvider.isBottomMenuEnabledPerPage},enumerable:!0,configurable:!0}),e.prototype.checkActivePage=function(e,t){var n=this.currentPage&&this.currentPage.id!==e&&this.currentPage.component.name!==e,i=["EmbeddedBonusesPage","EmbeddedPromotionsPAge","AviatorCasinoLaunchPage","PlinkoCasinoLaunchPage","AvionCasinoLaunchPage","CasinoAgregatorGamesListPage","CasinoSectionGamesPage"].indexOf(e)>-1;n&&(i?this.openPageWithParams(e,t):this.openPage(e))},e.prototype.selectMenuItemByPageName=function(e,t){switch(t){case"VirtualRacesPage":case"VirtualRacesResultsPage":this.selectedMenuItem=e.find(function(e){return"VirtualRacesPage"==e.pageName});break;case"BingoHowToPlayPage":case"BingoResultsPage":case"BingoPage":this.selectedMenuItem=e.find(function(e){return"BingoPage"==e.pageName});break;case"KenoV2Page":this.selectedMenuItem=e.find(function(e){return"KenoV2Page"==e.pageName});break;case"SportBettingPrematchPage":case"SportsBettingSearchOfferPage":case"SportsBettingMatchExtendedPage":case"SportsBettingPrematchLeaguePage":this.selectedMenuItem=e.find(function(e){return"SportBettingPrematchPage"==e.pageName});break;case"SportsBettingLivePage":case"SportsBettingLiveSearchOfferPage":case"SportsBettingLiveMatchExtendedPage":this.selectedMenuItem=e.find(function(e){return"SportsBettingLivePage"==e.pageName});break;case"CouponBettingOfferPage":case"CouponBettingResultsPage":this.selectedMenuItem=e.find(function(e){return"CouponBettingOfferPage"==e.pageName});break;case"AviatorPage":this.selectedMenuItem=e.find(function(e){return"AviatorCasinoLaunchPage"==e.pageName});break;default:this.selectedMenuItem=e.find(function(e){return e.pageName==t})}},e.prototype.setPageOnBackActive=function(e,t){i.a.MobileWeb?t&&(t.includes("Page")||t.includes("page"))?this.selectMenuItemByPageName(e,t):this.selectMenuItemByRoute(e,t):this.selectMenuItemByPageName(e,t)},e.prototype.selectMenuItemByRoute=function(e,t){this.selectedMenuItem=-1!=t.indexOf("virtuals/races")?e.find(function(e){return"VirtualRacesPage"==e.pageName}):-1!=t.indexOf("virtuals/races/embedded")?e.find(function(e){return"EmbeddedVirtualRacesPage"==e.pageName}):-1!=t.indexOf("home")?e.find(function(e){return"HomePage"==e.pageName}):-1!=t.indexOf("attendant/home")?e.find(function(e){return"AttendantHomePage"==e.pageName}):-1!=t.indexOf("virtuals/loterry/bingo")?e.find(function(e){return"BingoPage"==e.pageName}):-1!=t.indexOf("virtuals/loterry/keno")?e.find(function(e){return"KenoV2Page"==e.pageName}):"sports-betting"==t?e.find(function(e){return"SportsBettingPage"==e.pageName}):-1!=t.indexOf("sports-betting/offer")?e.find(function(e){return"SportBettingPrematchPage"==e.pageName}):-1!=t.indexOf("sports-betting/live")?e.find(function(e){return"SportsBettingLivePage"==e.pageName}):-1!=t.indexOf("games/agregator")?e.find(function(e){return"OryxCasinoPage"==e.pageName}):-1!=t.indexOf("games-agregator")?e.find(function(e){return"CasinoPage"==e.pageName}):-1!=t.indexOf("oddin")?e.find(function(e){return"OddinPage"==e.pageName}):-1!=t.indexOf("casino/tvbet")?e.find(function(e){return"CasinoTvbetPage"==e.pageName}):-1!=t.indexOf("casino/goldenrace/:link")?e.find(function(e){return"CasinoGoldenracePage"==e.pageName}):-1!=t.indexOf("coupon-betting-offer")?e.find(function(e){return"CouponBettingOfferPage"==e.pageName}):-1!=t.indexOf("casino/betgames")?e.find(function(e){return"CasinoBetgamesPage"==e.pageName}):-1!=t.indexOf("ezugi")?e.find(function(e){return"EzugiPage"==e.pageName}):-1!=t.indexOf("casino/endorphina")?e.find(function(e){return"CasinoEndorphinaPage"==e.pageName}):-1!=t.indexOf("terminal-locations")?e.find(function(e){return"TerminalLocationsPage"==e.pageName}):-1!=t.indexOf("vip-membership")?e.find(function(e){return"VipMembershipPage"==e.pageName}):-1!=t.indexOf("aviator")?e.find(function(e){return"AviatorCasinoLaunchPage"==e.pageName}):null},Object.defineProperty(e.prototype,"cfg",{get:function(){return this.configProvider&&this.configProvider.configTerminal},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0),n(5);var i=function(){function e(e,t,n,i,r){this.fabProvider=e,this.kenoTicketProviderV2=t,this.KenoV2Provider=n,this.bottomMenuProvider=i,this.configProvider=r,this.hide=!1}return Object.defineProperty(e.prototype,"activeFAB",{get:function(){return this.fabProvider.activeFAB},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"kenoBetSlipVisible",{get:function(){return this.kenoTicketProviderV2.ticketActive},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"numberOfBets",{get:function(){return this.kenoTicketProviderV2.ticket.Bets?this.kenoTicketProviderV2.ticket.Bets.length:0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"hasBallsBets",{get:function(){return!!this.kenoTicketProviderV2.ticket.Bets.find(function(e){return 2==e.BetType||1==e.BetType||0==e.BetType})},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"totalOdds",{get:function(){return void 0!=this.kenoTicketProviderV2.ticket.TotalOdds?this.kenoTicketProviderV2.ticket.TotalOdds:0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"visibleMargin",{get:function(){if(this.configProvider&&this.configProvider.configTerminal.StickyFooterEnabled&&!this.configProvider.configTerminal.PrematchExpanderEnabled){if(this.numberOfBets>0){var e=document.getElementById("footer");if(e&&("transform: translateY(100%); transition: transform 300ms ease 0s;"==e.style.cssText||"transform: translateY(100%);"==e.style.cssText)){var t=document.getElementById("kenoFabContainerV2");if(t)return t.style.transition="all .3s ease-in-out",t.style.transformOrigin="left top",t.classList.remove("mb-56"),!1}}return!0}return!0},enumerable:!0,configurable:!0}),e.prototype.onFabClicked=function(){var e=this;this.hide=!0,this.navCtrl.push("KenoBetSlipV2Page").then(function(){e.hide=!1},function(){e.hide=!1}).catch(function(){e.hide=!1})},Object.defineProperty(e.prototype,"isBottomMenuEnabled",{get:function(){return this.bottomMenuProvider.bottomMenuEnabledApp},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isBottomMenuEnabledPerPage",{get:function(){return this.bottomMenuProvider.isBottomMenuEnabledPerPage},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ticketHasErrors",{get:function(){return this.kenoTicketProviderV2.ticket.HasBetErrors||this.kenoTicketProviderV2.ticket.HasTicketErrors},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(7),r=function(){function e(e){this.envProvider=e,this.ageRestriction=this.envProvider.environment.SocialNetworks?this.envProvider.environment.SocialNetworks.find(function(e){return e.icon.includes("age")}):null}return e.prototype.ionViewDidLoad=function(){},Object.defineProperty(e.prototype,"mobileWeb",{get:function(){return i.a.MobileWeb},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"cookiesAccepted",{get:function(){var e=document.getElementsByClassName("cc-invisible");return this.cookiesAcc=e&&e.length>0},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0),n(5);var i=function(){function e(e,t,n,i,r){this.fabProvider=e,this.lottoTicketProvider=t,this.lottoProvider=n,this.bottomMenuProvider=i,this.configProvider=r,this.hide=!1}return Object.defineProperty(e.prototype,"activeFAB",{get:function(){return this.fabProvider.activeFAB},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"lottoBetSlipVisible",{get:function(){return this.lottoTicketProvider.ticketActive},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"numberOfBets",{get:function(){return this.lottoTicketProvider.ticket.Bets?this.lottoTicketProvider.ticket.Bets.length:0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"hasBallsBets",{get:function(){return!!this.lottoTicketProvider.ticket.Bets.find(function(e){return 2==e.BetType||1==e.BetType||0==e.BetType})},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"totalOdds",{get:function(){return void 0!=this.lottoTicketProvider.ticket.TotalOdds?this.lottoTicketProvider.ticket.TotalOdds:0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"visibleMargin",{get:function(){if(this.configProvider&&this.configProvider.configTerminal.StickyFooterEnabled&&!this.configProvider.configTerminal.PrematchExpanderEnabled){if(this.numberOfBets>0){var e=document.getElementById("footer");if(e&&("transform: translateY(100%); transition: transform 300ms ease 0s;"==e.style.cssText||"transform: translateY(100%);"==e.style.cssText)){var t=document.getElementById("lottoFabContainer");if(t)return t.style.transition="all .3s ease-in-out",t.style.transformOrigin="left top",t.classList.remove("mb-56"),!1}}return!0}return!0},enumerable:!0,configurable:!0}),e.prototype.onFabClicked=function(){var e=this;this.hide=!0,this.navCtrl.push("LottoBetslipPage").then(function(){e.hide=!1},function(){e.hide=!1}).catch(function(){e.hide=!1})},Object.defineProperty(e.prototype,"isBottomMenuEnabled",{get:function(){return this.bottomMenuProvider.bottomMenuEnabledApp},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isBottomMenuEnabledPerPage",{get:function(){return this.bottomMenuProvider.isBottomMenuEnabledPerPage},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ticketHasErrors",{get:function(){return this.lottoTicketProvider.ticket.HasBetErrors||this.lottoTicketProvider.ticket.HasTicketErrors},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(e){this.envProvider=e,this.defaultPath="assets/bottom-menu/default.svg"}return e.prototype.ngOnChanges=function(){this.className=void 0,this.name&&(this.gamePath="assets/bottom-menu/"+this.name.replace(/ /g,"")+".svg")},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return s});n(0);var i=n(1),r=(n(5),n(13)),o=n(4),a=n.n(o),s=function(){function e(e,t,n,r,o){this.oryxProvider=e,this.authProvider=t,this.uiProvider=n,this.configProvider=r,this.userProvider=o,this.gameInfoModalClosed=new i.EventEmitter,this.gamesInCategory=[],this.gamesInProvider=[],this.remainingCoolDowntime=Number(localStorage.getItem("remainingCoolDowntime"));var s=a()(new Date),u=a()(new Date(localStorage.getItem("coolDownTimerStarted")));this.timeDifference=s.diff(u,"seconds"),this.remainingCoolDowntime&&(this.remainingCoolDowntime=this.remainingCoolDowntime-this.timeDifference)}return e.prototype.ngOnDestroy=function(){this.enableContentScroll()},e.prototype.ngOnInit=function(){this.disableContentScroll(),this.getGamesByProvider(this.gameSelected.providerId),this.checkGameTag(),this.loadingGames()},e.prototype.checkGameTag=function(e){var t=this;if(this.gameSelected.tags&&this.gameSelected.tags.length||e){if(this.currentTag=e?e.id:this.gameSelected.tagId?this.gameSelected.tagId:this.gameSelected.tags[0].id,!e){var n=window.location.href.split("casino-games/");if(n.length>1){var i=n[1].split("/");i.length&&+i[0]>-1&&(this.currentTag=+i[0])}}this.tagName=e?e.name:this.gameSelected.tags.find(function(e){return e.id==t.currentTag}).name,this.getGamesByCategory(this.currentTag)}},e.prototype.handleEvent=function(e){(e&&0==e.left||"done"==e.action)&&(this.remainingCoolDowntime=null,localStorage.setItem("remainingCoolDowntime",null),localStorage.setItem("coolDownTimerStarted",null))},e.prototype.close=function(){this.gameInfoModalClosed.emit(!0),this.oryxProvider.sendCasinoSelectedGame(null)},e.prototype.playGame=function(e){if(void 0===e&&(e=!1),!this.authProvider.isLoggedIn())return this.navCtrlInput.push("LoginPage"),void this.gameInfoModalClosed.emit(!0);localStorage.setItem("oryxLaunchedGame",this.gameSelected.name),this.navCtrlInput.push("CasinoAgregatorGameLaunchPage",{providerId:this.gameSelected.providerId,gameCode:this.gameSelected.gameCode,useDemo:!1,playBonus:e}),this.gameInfoModalClosed.emit(!0)},e.prototype.playGameDemo=function(){localStorage.setItem("oryxLaunchedGame",this.gameSelected.name),this.navCtrlInput.push("CasinoAgregatorGameLaunchPage",{providerId:this.gameSelected.providerId,gameCode:this.gameSelected.gameCode,useDemo:!0}),this.gameInfoModalClosed.emit(!0)},e.prototype.toggleFavorite=function(){var e=this;this.authProvider.isLoggedIn()?this.isFavorite?this.oryxProvider.removeGameFromFavorites(this.gameSelected.id).then(function(t){var n=e.oryxProvider.favorites.findIndex(function(e){return e.id===t});-1!==n&&e.oryxProvider.favorites.splice(n,1)}):this.oryxProvider.addGameToFavorites(this.gameSelected.id).then(function(t){-1===e.oryxProvider.favorites.findIndex(function(e){return e.id===t})&&e.oryxProvider.favorites.push(e.gameSelected)}):this.uiProvider.toastCreate("PLEASE_LOG_IN","warning")},e.prototype.getGamesByCategory=function(e){var t=this;e?this.oryxProvider.getCasinoFilteredGames({tagIds:[e],limit:10,offset:0}).pipe(Object(r.a)(this)).subscribe(function(e){t.gamesInCategory=e}):this.gamesInCategory=[]},e.prototype.getGamesByProvider=function(e){var t=this;e?this.oryxProvider.getCasinoFilteredGames({providerIds:[e],limit:10,offset:0}).pipe(Object(r.a)(this)).subscribe(function(e){t.gamesInProvider=e}):this.gamesInProvider=[]},e.prototype.disableContentScroll=function(){document.body.style.overflow="hidden"},e.prototype.enableContentScroll=function(){document.body.style.overflow="auto"},Object.defineProperty(e.prototype,"isLoggedIn",{get:function(){return this.authProvider.isLoggedIn()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isFavorite",{get:function(){var e=this;if(this.oryxProvider.favorites&&this.oryxProvider.favorites.length>0)return-1!=this.oryxProvider.favorites.findIndex(function(t){return t.id==e.gameSelected.id})},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"bonusPlayEnabled",{get:function(){return this.configProvider.configTerminal&&this.configProvider.configTerminal.UseSeparateBonusCredit&&this.isLoggedIn},enumerable:!0,configurable:!0}),e.prototype.gameChanged=function(e){var t=this;if(this.loadingGames(),e.tags.length>0){!e.tags.find(function(e){return e.id==t.currentTag})&&this.mpTag&&this.checkGameTag(this.mpTag)}else this.mpTag&&this.checkGameTag(this.mpTag);this.getGamesByProvider(e.providerId)},e.prototype.loadingGames=function(){var e=this;this.loading=!0,setTimeout(function(){e.loading=!1},300)},Object.defineProperty(e.prototype,"mpTag",{get:function(){return this.oryxProvider.mostPlayedTag?this.oryxProvider.mostPlayedTag:null},enumerable:!0,configurable:!0}),e.prototype.navigateToGames=function(e){this.navCtrlInput.setRoot("CasinoGamesPage","provider"==e?{tagId:-1,providerId:this.gameSelected.providerId}:{tagId:this.currentTag,providerId:-1}),this.gameInfoModalClosed.emit(!0)},e}()},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,n){function i(e){return n(r(e))}function r(e){var t=o[e];if(!(t+1))throw new Error("Cannot find module '"+e+"'.");return t}var o={"./af-NA.js":1262,"./af.js":1263,"./agq.js":1264,"./ak.js":1265,"./am.js":1266,"./ar-AE.js":1267,"./ar-BH.js":1268,"./ar-DJ.js":1269,"./ar-DZ.js":1270,"./ar-EG.js":1271,"./ar-EH.js":1272,"./ar-ER.js":1273,"./ar-IL.js":1274,"./ar-IQ.js":1275,"./ar-JO.js":1276,"./ar-KM.js":1277,"./ar-KW.js":1278,"./ar-LB.js":1279,"./ar-LY.js":1280,"./ar-MA.js":1281,"./ar-MR.js":1282,"./ar-OM.js":1283,"./ar-PS.js":1284,"./ar-QA.js":1285,"./ar-SA.js":1286,"./ar-SD.js":1287,"./ar-SO.js":1288,"./ar-SS.js":1289,"./ar-SY.js":1290,"./ar-TD.js":1291,"./ar-TN.js":1292,"./ar-YE.js":1293,"./ar.js":1294,"./as.js":1295,"./asa.js":1296,"./ast.js":1297,"./az-Cyrl.js":1298,"./az-Latn.js":1299,"./az.js":1300,"./bas.js":1301,"./be.js":1302,"./bem.js":1303,"./bez.js":1304,"./bg.js":1305,"./bm.js":1306,"./bn-IN.js":1307,"./bn.js":1308,"./bo-IN.js":1309,"./bo.js":1310,"./br.js":1311,"./brx.js":1312,"./bs-Cyrl.js":1313,"./bs-Latn.js":1314,"./bs.js":1315,"./ca-AD.js":1316,"./ca-ES-VALENCIA.js":1317,"./ca-FR.js":1318,"./ca-IT.js":1319,"./ca.js":1320,"./ccp-IN.js":1321,"./ccp.js":1322,"./ce.js":1323,"./cgg.js":1324,"./chr.js":1325,"./ckb-IR.js":1326,"./ckb.js":1327,"./cs.js":1328,"./cu.js":1329,"./cy.js":1330,"./da-GL.js":1331,"./da.js":1332,"./dav.js":1333,"./de-AT.js":1334,"./de-BE.js":1335,"./de-CH.js":1336,"./de-IT.js":1337,"./de-LI.js":1338,"./de-LU.js":1339,"./de.js":1340,"./dje.js":1341,"./dsb.js":1342,"./dua.js":1343,"./dyo.js":1344,"./dz.js":1345,"./ebu.js":1346,"./ee-TG.js":1347,"./ee.js":1348,"./el-CY.js":1349,"./el.js":1350,"./en-001.js":1351,"./en-150.js":1352,"./en-AG.js":1353,"./en-AI.js":1354,"./en-AS.js":1355,"./en-AT.js":1356,"./en-AU.js":1357,"./en-BB.js":1358,"./en-BE.js":1359,"./en-BI.js":1360,"./en-BM.js":1361,"./en-BS.js":1362,"./en-BW.js":1363,"./en-BZ.js":1364,"./en-CA.js":1365,"./en-CC.js":1366,"./en-CH.js":1367,"./en-CK.js":1368,"./en-CM.js":1369,"./en-CX.js":1370,"./en-CY.js":1371,"./en-DE.js":1372,"./en-DG.js":1373,"./en-DK.js":1374,"./en-DM.js":1375,"./en-ER.js":1376,"./en-FI.js":1377,"./en-FJ.js":1378,"./en-FK.js":1379,"./en-FM.js":1380,"./en-GB.js":1381,"./en-GD.js":1382,"./en-GG.js":1383,"./en-GH.js":1384,"./en-GI.js":1385,"./en-GM.js":1386,"./en-GU.js":1387,"./en-GY.js":1388,"./en-HK.js":1389,"./en-IE.js":1390,"./en-IL.js":1391,"./en-IM.js":1392,"./en-IN.js":1393,"./en-IO.js":1394,"./en-JE.js":1395,"./en-JM.js":1396,"./en-KE.js":1397,"./en-KI.js":1398,"./en-KN.js":1399,"./en-KY.js":1400,"./en-LC.js":1401,"./en-LR.js":1402,"./en-LS.js":1403,"./en-MG.js":1404,"./en-MH.js":1405,"./en-MO.js":1406,"./en-MP.js":1407,"./en-MS.js":1408,"./en-MT.js":1409,"./en-MU.js":1410,"./en-MW.js":1411,"./en-MY.js":1412,"./en-NA.js":1413,"./en-NF.js":1414,"./en-NG.js":1415,"./en-NL.js":1416,"./en-NR.js":1417,"./en-NU.js":1418,"./en-NZ.js":1419,"./en-PG.js":1420,"./en-PH.js":1421,"./en-PK.js":1422,"./en-PN.js":1423,"./en-PR.js":1424,"./en-PW.js":1425,"./en-RW.js":1426,"./en-SB.js":1427,"./en-SC.js":1428,"./en-SD.js":1429,"./en-SE.js":1430,"./en-SG.js":1431,"./en-SH.js":1432,"./en-SI.js":1433,"./en-SL.js":1434,"./en-SS.js":1435,"./en-SX.js":1436,"./en-SZ.js":1437,"./en-TC.js":1438,"./en-TK.js":1439,"./en-TO.js":1440,"./en-TT.js":1441,"./en-TV.js":1442,"./en-TZ.js":1443,"./en-UG.js":1444,"./en-UM.js":1445,"./en-US-POSIX.js":1446,"./en-VC.js":1447,"./en-VG.js":1448,"./en-VI.js":1449,"./en-VU.js":1450,"./en-WS.js":1451,"./en-ZA.js":1452,"./en-ZM.js":1453,"./en-ZW.js":1454,"./en.js":1455,"./eo.js":1456,"./es-419.js":1457,"./es-AR.js":1458,"./es-BO.js":1459,"./es-BR.js":1460,"./es-BZ.js":1461,"./es-CL.js":1462,"./es-CO.js":1463,"./es-CR.js":1464,"./es-CU.js":1465,"./es-DO.js":1466,"./es-EA.js":1467,"./es-EC.js":1468,"./es-GQ.js":1469,"./es-GT.js":1470,"./es-HN.js":1471,"./es-IC.js":1472,"./es-MX.js":1473,"./es-NI.js":1474,"./es-PA.js":1475,"./es-PE.js":1476,"./es-PH.js":1477,"./es-PR.js":1478,"./es-PY.js":1479,"./es-SV.js":1480,"./es-US.js":1481,"./es-UY.js":1482,"./es-VE.js":1483,"./es.js":1484,"./et.js":1485,"./eu.js":1486,"./ewo.js":1487,"./fa-AF.js":1488,"./fa.js":1489,"./ff-CM.js":1490,"./ff-GN.js":1491,"./ff-MR.js":1492,"./ff.js":1493,"./fi.js":1494,"./fil.js":1495,"./fo-DK.js":1496,"./fo.js":1497,"./fr-BE.js":1498,"./fr-BF.js":1499,"./fr-BI.js":1500,"./fr-BJ.js":1501,"./fr-BL.js":1502,"./fr-CA.js":1503,"./fr-CD.js":1504,"./fr-CF.js":1505,"./fr-CG.js":1506,"./fr-CH.js":1507,"./fr-CI.js":1508,"./fr-CM.js":1509,"./fr-DJ.js":1510,"./fr-DZ.js":1511,"./fr-GA.js":1512,"./fr-GF.js":1513,"./fr-GN.js":1514,"./fr-GP.js":1515,"./fr-GQ.js":1516,"./fr-HT.js":1517,"./fr-KM.js":1518,"./fr-LU.js":1519,"./fr-MA.js":1520,"./fr-MC.js":1521,"./fr-MF.js":1522,"./fr-MG.js":1523,"./fr-ML.js":1524,"./fr-MQ.js":1525,"./fr-MR.js":1526,"./fr-MU.js":1527,"./fr-NC.js":1528,"./fr-NE.js":1529,"./fr-PF.js":1530,"./fr-PM.js":1531,"./fr-RE.js":1532,"./fr-RW.js":1533,"./fr-SC.js":1534,"./fr-SN.js":1535,"./fr-SY.js":1536,"./fr-TD.js":1537,"./fr-TG.js":1538,"./fr-TN.js":1539,"./fr-VU.js":1540,"./fr-WF.js":1541,"./fr-YT.js":1542,"./fr.js":1543,"./fur.js":1544,"./fy.js":1545,"./ga.js":1546,"./gd.js":1547,"./gl.js":1548,"./gsw-FR.js":1549,"./gsw-LI.js":1550,"./gsw.js":1551,"./gu.js":1552,"./guz.js":1553,"./gv.js":1554,"./ha-GH.js":1555,"./ha-NE.js":1556,"./ha.js":1557,"./haw.js":1558,"./he.js":1559,"./hi.js":1560,"./hr-BA.js":1561,"./hr.js":1562,"./hsb.js":1563,"./hu.js":1564,"./hy.js":1565,"./id.js":1566,"./ig.js":1567,"./ii.js":1568,"./is.js":1569,"./it-CH.js":1570,"./it-SM.js":1571,"./it-VA.js":1572,"./it.js":1573,"./ja.js":1574,"./jgo.js":1575,"./jmc.js":1576,"./ka.js":1577,"./kab.js":1578,"./kam.js":1579,"./kde.js":1580,"./kea.js":1581,"./khq.js":1582,"./ki.js":1583,"./kk.js":1584,"./kkj.js":1585,"./kl.js":1586,"./kln.js":1587,"./km.js":1588,"./kn.js":1589,"./ko-KP.js":1590,"./ko.js":1591,"./kok.js":1592,"./ks.js":1593,"./ksb.js":1594,"./ksf.js":1595,"./ksh.js":1596,"./kw.js":1597,"./ky.js":1598,"./lag.js":1599,"./lb.js":1600,"./lg.js":1601,"./lkt.js":1602,"./ln-AO.js":1603,"./ln-CF.js":1604,"./ln-CG.js":1605,"./ln.js":1606,"./lo.js":1607,"./lrc-IQ.js":1608,"./lrc.js":1609,"./lt.js":1610,"./lu.js":1611,"./luo.js":1612,"./luy.js":1613,"./lv.js":1614,"./mas-TZ.js":1615,"./mas.js":1616,"./mer.js":1617,"./mfe.js":1618,"./mg.js":1619,"./mgh.js":1620,"./mgo.js":1621,"./mk.js":1622,"./ml.js":1623,"./mn.js":1624,"./mr.js":1625,"./ms-BN.js":1626,"./ms-SG.js":1627,"./ms.js":1628,"./mt.js":1629,"./mua.js":1630,"./my.js":1631,"./mzn.js":1632,"./naq.js":1633,"./nb-SJ.js":1634,"./nb.js":1635,"./nd.js":1636,"./nds-NL.js":1637,"./nds.js":1638,"./ne-IN.js":1639,"./ne.js":1640,"./nl-AW.js":1641,"./nl-BE.js":1642,"./nl-BQ.js":1643,"./nl-CW.js":1644,"./nl-SR.js":1645,"./nl-SX.js":1646,"./nl.js":1647,"./nmg.js":1648,"./nn.js":1649,"./nnh.js":1650,"./nus.js":1651,"./nyn.js":1652,"./om-KE.js":1653,"./om.js":1654,"./or.js":1655,"./os-RU.js":1656,"./os.js":1657,"./pa-Arab.js":1658,"./pa-Guru.js":1659,"./pa.js":1660,"./pl.js":1661,"./prg.js":1662,"./ps.js":1663,"./pt-AO.js":1664,"./pt-CH.js":1665,"./pt-CV.js":1666,"./pt-GQ.js":1667,"./pt-GW.js":1668,"./pt-LU.js":1669,"./pt-MO.js":1670,"./pt-MZ.js":1671,"./pt-PT.js":1672,"./pt-ST.js":1673,"./pt-TL.js":1674,"./pt.js":1675,"./qu-BO.js":1676,"./qu-EC.js":1677,"./qu.js":1678,"./rm.js":1679,"./rn.js":1680,"./ro-MD.js":1681,"./ro.js":1682,"./rof.js":1683,"./root.js":1684,"./ru-BY.js":1685,"./ru-KG.js":1686,"./ru-KZ.js":1687,"./ru-MD.js":1688,"./ru-UA.js":1689,"./ru.js":1690,"./rw.js":1691,"./rwk.js":1692,"./sah.js":1693,"./saq.js":1694,"./sbp.js":1695,"./sd.js":1696,"./se-FI.js":1697,"./se-SE.js":1698,"./se.js":1699,"./seh.js":1700,"./ses.js":1701,"./sg.js":1702,"./shi-Latn.js":1703,"./shi-Tfng.js":1704,"./shi.js":1705,"./si.js":1706,"./sk.js":1707,"./sl.js":1708,"./smn.js":1709,"./sn.js":1710,"./so-DJ.js":1711,"./so-ET.js":1712,"./so-KE.js":1713,"./so.js":1714,"./sq-MK.js":1715,"./sq-XK.js":1716,"./sq.js":1717,"./sr-Cyrl-BA.js":1718,"./sr-Cyrl-ME.js":1719,"./sr-Cyrl-XK.js":1720,"./sr-Cyrl.js":1721,"./sr-Latn-BA.js":1722,"./sr-Latn-ME.js":1723,"./sr-Latn-XK.js":1724,"./sr-Latn.js":1725,"./sr.js":1726,"./sv-AX.js":1727,"./sv-FI.js":1728,"./sv.js":1729,"./sw-CD.js":1730,"./sw-KE.js":1731,"./sw-UG.js":1732,"./sw.js":1733,"./ta-LK.js":1734,"./ta-MY.js":1735,"./ta-SG.js":1736,"./ta.js":1737,"./te.js":1738,"./teo-KE.js":1739,"./teo.js":1740,"./tg.js":1741,"./th.js":1742,"./ti-ER.js":1743,"./ti.js":1744,"./tk.js":1745,"./to.js":1746,"./tr-CY.js":1747,"./tr.js":1748,"./tt.js":1749,"./twq.js":1750,"./tzm.js":1751,"./ug.js":1752,"./uk.js":1753,"./ur-IN.js":1754,"./ur.js":1755,"./uz-Arab.js":1756,"./uz-Cyrl.js":1757,"./uz-Latn.js":1758,"./uz.js":1759,"./vai-Latn.js":1760,"./vai-Vaii.js":1761,"./vai.js":1762,"./vi.js":1763,"./vo.js":1764,"./vun.js":1765,"./wae.js":1766,"./wo.js":1767,"./xog.js":1768,"./yav.js":1769,"./yi.js":1770,"./yo-BJ.js":1771,"./yo.js":1772,"./yue-Hans.js":1773,"./yue-Hant.js":1774,"./yue.js":1775,"./zgh.js":1776,"./zh-Hans-HK.js":1777,"./zh-Hans-MO.js":1778,"./zh-Hans-SG.js":1779,"./zh-Hans.js":1780,"./zh-Hant-HK.js":1781,"./zh-Hant-MO.js":1782,"./zh-Hant.js":1783,"./zh.js":1784,"./zu.js":1785};i.keys=function(){return Object.keys(o)},i.resolve=r,e.exports=i,i.id=343},function(e,t,n){"use strict";n(0),n(791),n(169),n(1),n(5),n(754),n(223),n(7),n(22),n(13),n(9),n(3),n(36),n(8),n(792),n(755),n(713),n(793),n(41),n(29),n(28),n(794),n(716),n(721),n(795),n(796),n(797),n(798),n(799),n(742),n(800),n(725),n(756),n(801),n(757),n(802),n(803),n(804),n(17),n(71),n(805),n(714),n(224),n(244),n(806),n(767),n(712),n(768),n(738),n(735),n(717),n(719),n(758),n(237),n(739),n(759),n(746),n(760),n(346),n(807),n(808),n(809),n(810),n(298),n(811),n(722),n(747),n(720),n(743),n(718),n(703),n(812),n(769),n(813),n(715),n(704),n(814),n(299),n(815),n(816),n(817),n(818),n(819),n(300),n(732),n(820),n(821),n(822),n(823),n(824),n(825),n(826),n(827),n(828),n(829),n(761),n(770),n(771),n(830),n(165),n(831),n(832),n(833),n(834),n(835),n(836),n(837),n(838),n(58),n(10),n(1216),n(762),n(839),n(840),n(841),n(772),n(842),n(744),n(843),n(844),n(845),n(846),n(847),n(773),n(301),n(848),n(1218),n(733),n(723),n(730),n(849),n(850),n(748),n(851),n(852),n(749),n(853),n(854),n(302),n(711),n(710),n(705),n(706),n(745),n(855),n(856),n(857),n(858),n(226),n(750),n(859),n(860),n(861),n(174),n(862),n(774),n(863),n(70),n(14),n(33),n(4),n(763),n(775),n(864),n(734),n(865),n(866),n(867),n(868),n(869),n(870),n(871),n(872),n(873),n(874),n(875),n(776),n(303),n(876),n(877),n(878),n(879),n(880),n(777),n(778),n(779),n(881),n(882),n(883),n(884),n(885),n(780),n(886),n(304),n(764),n(887),n(888),n(889),n(890),n(781),n(891),n(892),n(893),n(894),n(305),n(895),n(751),n(896),n(897),n(117),n(306),n(898),n(899),n(900),n(901),n(902),n(903),n(904),n(905),n(906),n(907),n(908),n(909),n(787),n(740),n(910),n(911),n(912),n(782),n(788),n(913),n(914),n(915),n(916),n(726),n(727),n(765),n(917),n(918),n(919),n(920),n(921),n(766),n(307),n(922),n(923),n(783),n(924),n(925),n(926),n(927),n(928),n(929),n(930);n.d(t,"a",function(){return r}),n.d(t,"b",function(){return i});var i={theme:"dark"},r=function(){return function(){}}()},function(e,t,n){"use strict";n.d(t,"a",function(){return a});var i=n(0),r=n(12),o=n(1),a=function(e){function t(t,n){var i=e.call(this,t)||this;return i.translationProvider=n,i}return Object(i.__extends)(t,e),t.prototype.transform=function(t){for(var n=[],i=1;i<arguments.length;i++)n[i-1]=arguments[i];return e.prototype.transform.call(this,t,n[0],n[1],this.translationProvider.angularLocale)},t=Object(i.__decorate)([Object(i.__param)(0,Object(o.Inject)(o.LOCALE_ID))],t)}(r.DatePipe)},,function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(17),r=(n.n(i),function(){function e(e,t){this.offerProvider=e,this.translationProvider=t}return e.prototype.transform=function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];return this.betBuilderOffer=t[1],this.transformWithBetTypeCategories(e)},e.prototype.transformWithBetTypeCategories=function(e){for(var t=[],n={},r=0,o=this.offerProvider.betTypeCategories;r<o.length;r++){n[(p=o[r]).Id]=Object.assign({BetTypeGroups:[]},p)}if(n[-99999]={Id:-99999,Ordering:1e5,Name:"OTHERS",TranslatedName:this.translationProvider.translate("OTHER_BET_TYPES"),BetTypeGroups:[]},this.betBuilderOffer&&(n[-99998]={Id:-99998,Ordering:2,Name:"BET_BUILDER",TranslatedName:this.translationProvider.translate("BET_BUILDER"),BetTypeGroups:[]}),e){var a=[];for(var s in e)a.push(e[s]);var u=i.groupBy(a,"BetTypeKey");for(var l in u)if(u[l][0].BetTypeCategories&&u[l][0].BetTypeCategories.length>0&&!this.betBuilderOffer)for(var c=0,d=u[l][0].BetTypeCategories;c<d.length;c++){this.addBetTypeGroup(l,u,d[c],n)}else this.addBetTypeGroup(l,u,this.betBuilderOffer?-99998:void 0,n)}for(var m in n){var p;(p=n[m]).BetTypeGroups.length>0&&(t.push(p),p.BetTypeGroups.sort(function(e,t){var n=0;if(t.Ordering&&e.Ordering&&(n=e.Ordering-t.Ordering),0==n&&e.Description&&t.Description&&(n=e.Description.localeCompare(t.Description)),0==n){var i=Number(e.Sbv),r=Number(t.Sbv);isNaN(i)||isNaN(r)?e.Sbv&&t.Sbv&&(n=e.Sbv.localeCompare(t.Sbv)):n=i-r}return n}))}return t.sort(function(e,t){var n=0;return t.Ordering&&e.Ordering&&(n=e.Ordering-t.Ordering),0==n&&(n=e.TranslatedName.localeCompare(t.TranslatedName)),n}),t},e.prototype.addBetTypeGroup=function(e,t,n,i){var r={Id:e,Description:t[e][0].OriginDescription,BetTypeInfo:t[e][0].BetTypeInfo,AllowedBetTypeCombinations:t[e][0].AllowedBetTypeCombinations,Ordering:t[e][0].Ordering,BetTypeCategoryId:n,Offers:t[e].sort(function(t,n){var i=0;if(n.Ordering&&t.Ordering&&(i=t.Ordering-n.Ordering),0==i){var r=Number(t.Sbv),o=Number(n.Sbv);i=isNaN(r)||isNaN(o)?t.Sbv.localeCompare(n.Sbv):r-o}return-1!==["40","4093","4092","4111"].indexOf(e)&&(i=t.Odds[0].Odd-n.Odds[0].Odd),i})},o=i[r.BetTypeCategoryId];o||(o=i[-99999]),o.BetTypeGroups.push(r)},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(e){this.locale=e}return e.prototype.transform=function(e,t){if(e){var n=(+new Date(e)-+new Date)/1e3,i=Math.sign(n),r="";-1===i&&(n=Math.floor(n*i),r="AGO");for(var o={YEAR:31536e3,MONTH:2592e3,WEEK:604800,DAY:86400,HOUR:3600,MINUTE:60,SECOND:1},a=["YEAR","MONTH","WEEK","DAY","HOUR","MINUTE","SECOND"],s=void 0,u=0,l=a;u<l.length;u++){var c=l[u],d="";if((s=Math.floor(n/o[c]))>0){d+=this.calculateTime(s,c);var m=n-s*o[c],p=a.indexOf(c)+1;return c=a[p],p>6?""+d+r:(s=Math.floor(m/o[c]),d+" "+this.calculateTime(s,c)+" "+this.locale.translate(r))}}}return e},e.prototype.calculateTime=function(e,t){return e?e+" "+this.locale.translate(t+(e>1?"S":"")):""},e}()},,function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(){}return e.prototype.transform=function(e,t){if("MatchStartTime"==t){var n=Object.assign([],e),i=Object.assign([],n.sort(function(e,n){return new Date(e[t]).valueOf()-new Date(n[t]).valueOf()}));return i.forEach(function(e,t){e.selected=0==t}),i}return e.length&&e.forEach(function(e,t){e.selected=0==t}),e},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(){}return e.prototype.transform=function(e,t){if("Ordering"==t){var n=Object.assign([],e),i=Object.assign([],n.sort(function(e,n){return new Date(e[t]).valueOf()-new Date(n[t]).valueOf()}));return i.forEach(function(e,t){e.selected=0==t}),i}return e.length&&e.forEach(function(e,t){e.selected=0==t}),e},e}()},,,,,,,,,,,,,,,,,function(e,t,n){"use strict";function i(e){return r["ɵvid"](0,[(e()(),r["ɵeld"](0,0,null,null,1,"i",[],null,null,null,null,null)),r["ɵdid"](1,278528,null,0,o.NgClass,[r.IterableDiffers,r.KeyValueDiffers,r.ElementRef,r.Renderer2],{ngClass:[0,"ngClass"]},null)],function(e,t){e(t,1,0,t.component.className)},null)}n.d(t,"a",function(){return a}),t.b=i;var r=n(1),o=n(12),a=r["ɵcrt"]({encapsulation:2,styles:[],data:{}})},,,,,,function(e,t,n){"use strict";function i(e){return c["ɵvid"](0,[(e()(),c["ɵeld"](0,0,null,null,7,"div",[],null,null,null,null,null)),(e()(),c["ɵted"](-1,null,["\n        "])),(e()(),c["ɵeld"](2,0,null,null,1,"div",[["class","happy-hour-wrapper"]],null,null,null,null,null)),(e()(),c["ɵted"](-1,null,["\n        "])),(e()(),c["ɵted"](-1,null,[" \n    \n        "])),(e()(),c["ɵeld"](5,0,null,null,1,"div",[],[[8,"className",0]],null,null,null,null)),(e()(),c["ɵted"](-1,null,[" \n        "])),(e()(),c["ɵted"](-1,null,["\n    "]))],null,function(e,t){e(t,5,0,c["ɵinlineInterpolate"](1,"happy-hour-multiplier multiplier-",t.component.bonus.multiplier,""))})}function r(e){return c["ɵvid"](0,[(e()(),c["ɵeld"](0,0,null,null,0,"img",[["loading","lazy"]],[[8,"src",4]],null,null,null,null))],null,function(e,t){e(t,0,0,t.component.game.imagePath)})}function o(e){return c["ɵvid"](0,[(e()(),c["ɵeld"](0,0,null,null,0,"img",[["loading","lazy"],["src","assets/imgs/default-image-casino.webp"]],null,null,null,null,null))],null,null)}function a(e){return c["ɵvid"](0,[(e()(),c["ɵeld"](0,0,null,null,5,null,null,null,null,null,null,null)),(e()(),c["ɵted"](-1,null,["\n        "])),(e()(),c["ɵeld"](2,0,null,null,2,"div",[["class","animated jackpot"]],[[2,"pulse",null],[2,"fromJackpot",null]],null,null,null,null)),(e()(),c["ɵted"](3,null,["\n            ","\n        "])),c["ɵpid"](0,d.a,[c.LOCALE_ID,m.a,p.a,h.DecimalPipe]),(e()(),c["ɵted"](-1,null,["\n    "]))],null,function(e,t){var n=t.component;e(t,2,0,n.jackpot.changed,n.fromJackpot);e(t,3,0,c["ɵunv"](t,3,0,c["ɵnov"](t,4).transform(null==n.jackpot?null:n.jackpot.amount)))})}function s(e){return c["ɵvid"](0,[(e()(),c["ɵeld"](0,0,null,null,2,"div",[["class","animated jackpot"]],[[2,"pulse",null],[2,"fromJackpot",null]],null,null,null,null)),(e()(),c["ɵted"](1,null,["\n            ","\n        "])),c["ɵpid"](0,d.a,[c.LOCALE_ID,m.a,p.a,h.DecimalPipe])],null,function(e,t){var n=t.component;e(t,0,0,n.game.jackpotAmount,n.fromJackpot);e(t,1,0,c["ɵunv"](t,1,0,c["ɵnov"](t,2).transform(n.game.jackpotAmount)))})}function u(e){return c["ɵvid"](0,[(e()(),c["ɵted"](-1,null,["\n        "])),(e()(),c["ɵand"](16777216,null,null,1,null,s)),c["ɵdid"](2,16384,null,0,h.NgIf,[c.ViewContainerRef,c.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),c["ɵted"](-1,null,["\n    "]))],function(e,t){var n=t.component;e(t,2,0,(null==n.game?null:n.game.jackpotAmount)>0)},null)}function l(e){return c["ɵvid"](0,[(e()(),c["ɵeld"](0,0,null,null,16,"div",[["class","game-holder"]],null,[[null,"click"]],function(e,t,n){var i=!0;if("click"===t){i=!1!==e.component.selectGame()&&i}return i},null,null)),(e()(),c["ɵted"](-1,null,["\n    "])),(e()(),c["ɵand"](16777216,null,null,1,null,i)),c["ɵdid"](3,16384,null,0,h.NgIf,[c.ViewContainerRef,c.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),c["ɵted"](-1,null,["\n    "])),(e()(),c["ɵted"](-1,null,["\n    "])),(e()(),c["ɵand"](16777216,null,null,1,null,r)),c["ɵdid"](7,16384,null,0,h.NgIf,[c.ViewContainerRef,c.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),c["ɵted"](-1,null,["\n    "])),(e()(),c["ɵand"](16777216,null,null,1,null,o)),c["ɵdid"](10,16384,null,0,h.NgIf,[c.ViewContainerRef,c.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),c["ɵted"](-1,null,["\n    "])),(e()(),c["ɵand"](16777216,null,null,1,null,a)),c["ɵdid"](13,16384,null,0,h.NgIf,[c.ViewContainerRef,c.TemplateRef],{ngIf:[0,"ngIf"],ngIfElse:[1,"ngIfElse"]},null),(e()(),c["ɵted"](-1,null,["\n    "])),(e()(),c["ɵand"](0,[["gameJP",2]],null,0,null,u)),(e()(),c["ɵted"](-1,null,["\n"])),(e()(),c["ɵted"](-1,null,["\n"]))],function(e,t){var n=t.component;e(t,3,0,n.happyHourBorder);e(t,7,0,n.game.imagePath);e(t,10,0,!n.game.imagePath);e(t,13,0,n.jackpot&&(null==n.jackpot?null:n.jackpot.amount),c["ɵnov"](t,15))},null)}n.d(t,"a",function(){return f}),t.b=l;var c=n(1),d=n(90),m=n(3),p=n(10),h=n(12),f=c["ɵcrt"]({encapsulation:2,styles:[],data:{}})},,function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(4),r=(n.n(i),function(){function e(){}return e.prototype.transform=function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];return t&&t[0]?i(e).format(t[0]):i(e).calendar()},e}())},,,,function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(7),r=function(){function e(){this.onScrollBind=this.onScroll.bind(this)}return Object.defineProperty(e.prototype,"getScrollToTopVisible",{get:function(){return this.scrollToTopVisible},enumerable:!0,configurable:!0}),e.prototype.setScrollTopVisible=function(e){this.scrollToTopVisible=e},e.prototype.addScrollListener=function(){i.a.MobileWeb&&window.addEventListener("scroll",this.onScrollBind,!0)},e.prototype.removeScrollListener=function(){i.a.MobileWeb&&window.removeEventListener("scroll",this.onScrollBind,!0)},e.prototype.onScroll=function(){var e=this;this.timeout&&clearTimeout(this.timeout),this.timeout=setTimeout(function(){e.scrollToTopVisible=window.innerHeight+window.pageYOffset+112>=document.body.offsetHeight&&document.body.offsetHeight>900},300)},e.prototype.detectBottomDevice=function(e){if(!i.a.MobileWeb){var t=parseInt(e.scrollTop.toFixed(1))+160;this.scrollToTopVisible=t>=e.scrollHeight+60-e.contentHeight}},e.prototype.scrollToTop=function(e,t){i.a.MobileWeb?t.setElementAttribute("content",scrollTo({top:0,left:0,behavior:"smooth"})):e.scrollTo(0,0).then(function(){return e.scrollToTop()})},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0),n(9),n(10),n(5),n(130),n(3),n(14),n(42),n(36),n(22);var i=n(7),r=function(){function e(e,t,n,r,o,a,s,u,l,c,d,m){var p=this;this.http=e,this.platform=t,this.userProvider=n,this.initializationProvider=r,this.storage=o,this.uiProvider=a,this.configProvider=s,this.fingerPrintAIO=u,this.alertCtrl=l,this.translationProvider=c,this.authProvider=d,this.app=m,this.configProvider.configTerminal&&this.configProvider.configTerminal.FingerLoginEnabled&&!i.a.MobileWeb&&(this.platform.ready().then(function(){p.platform.is("android")&&"cordova"in window&&p.fingerPrintAIO.isAvailable().then(function(e){e&&(p.isFingerprintAvailable=!0)},function(e){p.isFingerprintAvailable=!1})}),this.storage.get("app:fingerprintLogin").then(function(e){p.fingerprintLogin=e}))}return e.prototype.checkFingerLogin=function(){this.isFingerprintAvailable&&this.fingerprintLogin&&!this.authProvider.refreshToken?this.faioFallback():this.app.getActiveNav().push("LoginPage")},e.prototype.checkStoredFingerLoginCredentials=function(){var e=this;if(this.platform.is("android")&&"cordova"in window){this.storage.get("obj").then(function(t){var n=JSON.parse(t);t=JSON.parse(t),e.onFingerLogin(n)})}else;},e.prototype.onFingerLogin=function(e){var t=this;this.uiProvider.loadingPresent("LOGGING_IN",!0),this.userProvider.login(e.username,e.password).timeout(1e4).take(1).subscribe(function(){t.uiProvider.loadingDismiss(),t.initializationProvider.initialize().take(1).subscribe(function(){t.configProvider.configTerminal&&t.configProvider.configTerminal.LandingPageDisabled?t.app.getActiveNav().setRoot("SportsBettingPage"):t.app.getActiveNav().setRoot("HomePage"),t.uiProvider.loadingDismiss()},function(){t.uiProvider.toastCreate("SERVICE_NOT_AVAILABLE","error"),t.uiProvider.loadingDismiss()})},function(e){t.uiProvider.loadingDismiss(),t.uiProvider.toastCreate(e.MessageKey?e.MessageKey:"LOGIN_ERROR","warning"),console.error(e)})},e.prototype.faioFallback=function(){var e=this;this.fingerPrintAIO.show({clientId:"evona-betting-app",clientSecret:"evona-betting-app-password",disableBackup:!0}).then(function(t){e.checkStoredFingerLoginCredentials()},function(t){"BIOMETRIC_DISMISSED"===t.message?e.alertCtrl.create({title:e.translationProvider.translate("DO_YOU_WANT_TO_REPEAT"),enableBackdropDismiss:!1,buttons:[{text:e.translationProvider.translate("NO"),handler:function(){e.storage.set("app:fingerLoginRejected",!0),e.app.getActiveNav().push("LoginPage")}},{text:e.translationProvider.translate("YES"),handler:function(){e.faioFallback()}}]}).present():"Authentication failed"===t.message&&(e.uiProvider.toastCreate("LOGIN_ERROR","error"),e.alertCtrl.create({title:e.translationProvider.translate("GO_TO_LOGIN_PAGE"),enableBackdropDismiss:!1,buttons:[{text:e.translationProvider.translate("YES"),handler:function(){e.storage.set("app:fingerLoginRejected",!0),e.app.getActiveNav().push("LoginPage")}},{text:e.translationProvider.translate("NO"),handler:function(){e.faioFallback()}}]}).present())})},e}()},,,function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0);var i=n(20),r=(n.n(i),n(28)),o=(n.n(r),n(21),n(3),n(8),function(){function e(e,t,n){this.authHttp=e,this.configProvider=t,this.envProvider=n,this.couponNotificationSubject=new i.Subject,this.couponNotification$=this.couponNotificationSubject.asObservable()}return Object.defineProperty(e.prototype,"bettingAPI",{get:function(){return""+this.configProvider.configClient.BettingApiUrl},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"couponAPI",{get:function(){return""+this.configProvider.configClient.CouponApiUrl},enumerable:!0,configurable:!0}),e.prototype.getCouponOffer=function(){return this.authHttp.get(""+this.couponAPI+this.envProvider.environment.API.ClientId+"/events").pipe(Object(r.timeout)(3e4))},e.prototype.getCouponResults=function(){return this.authHttp.get(""+this.couponAPI+this.envProvider.environment.API.ClientId+"/events/results").pipe(Object(r.timeout)(3e4))},e.prototype.sendTicket=function(e,t){var n=this;this.authHttp.post(this.bettingAPI+"submit",this.prepareTicketForSending(t,e)).subscribe(function(e){if(e.EncryptedTicketPin){n.authHttp.post(n.bettingAPI+"confirm",{EncryptedTicketPin:e.EncryptedTicketPin}).subscribe(function(e){n.couponNotificationSubject.next(e?"COUPON_SUCCESSFULLY_SENT":"COUPON_NOT_SENT")},function(e){n.couponNotificationSubject.next(e)})}else n.couponNotificationSubject.next(e)},function(e){n.couponNotificationSubject.next(e)})},e.prototype.prepareTicketForSending=function(e,t){var n={};n.Bets=[],n.Systems=[],n.Settings={},n.GameType=27;for(var i=0,r=e;i<r.length;i++){var o=r[i];n.Bets.push({BetData:o.offerId,Game:27,Pick:o.name})}return n.Systems.push({TypeFrom:n.Bets.length,TypeTo:n.Bets.length,PayIn:t}),n},e}())},,,function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0),n(21),n(3);var i=function(){function e(e,t,n){this.http=e,this.configProvider=t,this.authHttp=n}return Object.defineProperty(e.prototype,"apiURL",{get:function(){return""+this.configProvider.configClient.CzeLocationsApi},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"userApiURL",{get:function(){return this.configProvider.configClient.UserApiUrl+"common/city/"},enumerable:!0,configurable:!0}),e.prototype.getCzeCities=function(e,t){return this.authHttp.get(this.apiURL+"cities?cityName="+e).timeout(3e4)},e.prototype.getCzeStreets=function(e,t){var n=this.apiURL+"streets?streetName="+e;return t&&(n+="&cityId="+t),this.authHttp.get(n).timeout(3e4)},e.prototype.getCzeStreetNumbers=function(e){return this.authHttp.get(this.apiURL+"street/numbers?streetId="+e).timeout(3e4)},e.prototype.getCzeZipCodes=function(e,t){var n=this.apiURL+"zipcodes?";return e&&(n+="zipcode="+e),t&&(n+=e?"&":"cityId="+t),this.http.get(n).timeout(3e4)},e.prototype.getCzeDistricts=function(e){return this.http.get(this.userApiURL+"districts/"+e).timeout(3e4)},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0),n(21),n(3);var i=n(28),r=(n.n(i),function(){function e(e,t){this.http=e,this.configProvider=t}return e.prototype.startSession=function(){return this.http.post(this.configProvider.configClient.GoldenRaceApiUrl+"session",{}).pipe(Object(i.timeout)(3e4))},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(28),r=(n.n(i),n(21),n(3),function(){function e(e,t){this.http=e,this.configProvider=t}return e.prototype.startSession=function(){return this.http.post(this.configProvider.configClient.TvBetApiUrl+"session",{}).pipe(Object(i.timeout)(3e4))},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(28),r=(n.n(i),n(21),n(3),function(){function e(e,t){this.http=e,this.configProvider=t}return e.prototype.startSession=function(){return this.http.get(this.configProvider.configClient.OddinApiUrl+"session/create",{}).pipe(Object(i.timeout)(3e4))},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return a});n(0);var i=n(672),r=(n.n(i),this&&this.__awaiter||function(e,t,n,i){return new(n||(n=Promise))(function(r,o){function a(e){try{u(i.next(e))}catch(e){o(e)}}function s(e){try{u(i.throw(e))}catch(e){o(e)}}function u(e){e.done?r(e.value):new n(function(t){t(e.value)}).then(a,s)}u((i=i.apply(e,t||[])).next())})}),o=this&&this.__generator||function(e,t){function n(n){return function(a){return function(n){if(i)throw new TypeError("Generator is already executing.");for(;s;)try{if(i=1,r&&(o=r[2&n[0]?"return":n[0]?"throw":"next"])&&!(o=o.call(r,n[1])).done)return o;switch(r=0,o&&(n=[0,o.value]),n[0]){case 0:case 1:o=n;break;case 4:return s.label++,{value:n[1],done:!1};case 5:s.label++,r=n[1],n=[0];continue;case 7:n=s.ops.pop(),s.trys.pop();continue;default:if(o=s.trys,!(o=o.length>0&&o[o.length-1])&&(6===n[0]||2===n[0])){s=0;continue}if(3===n[0]&&(!o||n[1]>o[0]&&n[1]<o[3])){s.label=n[1];break}if(6===n[0]&&s.label<o[1]){s.label=o[1],o=n;break}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(n);break}o[2]&&s.ops.pop(),s.trys.pop();continue}n=t.call(e,s)}catch(e){n=[6,e],r=0}finally{i=o=0}if(5&n[0])throw n[1];return{value:n[0]?n[1]:void 0,done:!0}}([n,a])}}var i,r,o,a,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:n(0),throw:n(1),return:n(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a},a=function(){function e(){this.codeReader=new i.BrowserMultiFormatReader}return e.prototype.init=function(e){var t=this;return this.videoElementId=e,new Promise(function(e,n){t.codeReader.getVideoInputDevices().then(function(i){return r(t,void 0,void 0,function(){var t,r,a,s;return o(this,function(o){switch(o.label){case 0:return console.log("Available video devices:",i),i.length?(t=i.filter(function(e){return e.label&&e.label.toLowerCase().includes("back")}),r=t.length?t:i,[4,this.getBestCameraDeviceId(r)]):[2,n("No camera devices found.")];case 1:return(a=o.sent())?(this.selectedDeviceId=a,e()):(s=t[0]||i[0])?(console.warn("Using fallback camera:",s.label),this.selectedDeviceId=s.deviceId,e()):n("No usable camera found."),[2]}})})}).catch(function(e){console.error("Error getting video devices:",e),n(e)})})},e.prototype.startScan=function(e,t){var n=this;console.log("startScan - deviceId:",this.selectedDeviceId,"videoElementId:",this.videoElementId),this.selectedDeviceId&&this.videoElementId?this.codeReader.decodeFromInputVideoDevice(this.selectedDeviceId,this.videoElementId).then(function(t){t&&(console.log("Scan result:",t.getText()),e(t.getText()),n.stopScan())}).catch(function(e){console.warn("Scan error:",e),t&&t(e)}):console.error("Scanner not initialized.")},e.prototype.stopScan=function(){this.codeReader.reset(),console.log("Scanner stopped.")},e.prototype.getBestCameraDeviceId=function(e){return r(this,void 0,void 0,function(){var t,n,i,r,a,s,u,l,c,d,m,p;return o(this,function(o){switch(o.label){case 0:t=null,n=0,i=0,r=e,o.label=1;case 1:if(!(i<r.length))return[3,6];a=r[i],o.label=2;case 2:return o.trys.push([2,4,,5]),[4,navigator.mediaDevices.getUserMedia({video:{deviceId:a.deviceId,width:{ideal:1920},height:{ideal:1080}}})];case 3:return s=o.sent(),u=s.getVideoTracks()[0],l=u.getSettings(),console.log("Device:",a.label,"Settings:",l),c="environment"===l.facingMode,d=!l.frameRate||l.frameRate<=30,m=(l.width||0)*(l.height||0),c&&d&&m>n&&(n=m,t=a.deviceId),u.stop(),[3,5];case 4:return p=o.sent(),console.warn("Could not access device",a.label||"Unnamed",p),[3,5];case 5:return i++,[3,1];case 6:return[2,t]}})})},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0),n(21),n(3);var i=n(28),r=(n.n(i),function(){function e(e,t){this.http=e,this.configProvider=t}return e.prototype.getClubTransactionFilters=function(){if(this.configProvider&&this.configProvider.configClient&&this.configProvider.configClient.ClubApiUrl)return this.http.get(this.configProvider.configClient.ClubApiUrl+"points/filters").pipe(Object(i.timeout)(3e4))},e.prototype.getClubTransactions=function(e){if(this.configProvider&&this.configProvider.configClient&&this.configProvider.configClient.ClubApiUrl)return this.http.post(this.configProvider.configClient.ClubApiUrl+"points/log/",e).pipe(Object(i.timeout)(3e4))},e}())},,,,,,,,,,,,,function(e,t){function n(e){return Promise.resolve().then(function(){throw new Error("Cannot find module '"+e+"'.")})}n.keys=function(){return[]},n.resolve=n,e.exports=n,n.id=405},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,n){function i(e){var t=r[e];return t?n.e(t[1]).then(function(){return n(t[0])}):Promise.reject(new Error("Cannot find module '"+e+"'."))}var r={"../pages/about-us/about-us.module.ngfactory":[1791,171],"../pages/account-activation-cze/account-activation-cze.module.ngfactory":[1792,94],"../pages/account-activation-type9/account-activation-type9.module.ngfactory":[1948,44],"../pages/account-activation/account-activation.module.ngfactory":[2003,31],"../pages/additional-documents-verification/additional-documents-verification.module.ngfactory":[1793,127],"../pages/age-restriction/age-restriction.module.ngfactory":[1794,218],"../pages/aml-verification-cze/aml-verification-cze.module.ngfactory":[1795,62],"../pages/aml-verification/aml-verification.module.ngfactory":[1796,141],"../pages/app-download-promo/app-download-promo.module.ngfactory":[1798,70],"../pages/app-update/app-update.module.ngfactory":[1797,217],"../pages/aviator-casino-launch/aviator-casino-launch.module.ngfactory":[1799,162],"../pages/avion-casino-launch/avion-casino-launch.module.ngfactory":[1800,161],"../pages/bank-id-verification-popup/bank-id-verification-popup.module.ngfactory":[1801,216],"../pages/bank-management-edit-account/bank-management-edit-account.module.ngfactory":[1984,175],"../pages/bank-management/bank-management.module.ngfactory":[1802,126],"../pages/basic-yes-no-modal/basic-yes-no-modal.module.ngfactory":[1803,187],"../pages/bet-builder/bet-builder.module.ngfactory":[1804,140],"../pages/bet-probabilities/bet-probabilities.module.ngfactory":[1805,215],"../pages/bingo-bet-slip/bingo-bet-slip.module.ngfactory":[1950,14],"../pages/bingo-how-to-play/bingo-how-to-play.module.ngfactory":[1806,54],"../pages/bingo-play-results/bingo-play-results.module.ngfactory":[1949,35],"../pages/bingo-results/bingo-results.module.ngfactory":[1807,8],"../pages/bingo-tournament-modal/bingo-tournament-modal.module.ngfactory":[1808,214],"../pages/bingo-tournaments/bingo-tournaments.module.ngfactory":[1809,125],"../pages/bingo/bingo.module.ngfactory":[1951,4],"../pages/biometrics-on-login-modal/biometrics-on-login-modal.module.ngfactory":[1952,65],"../pages/bonus/bonus.module.ngfactory":[1810,124],"../pages/campaign-bonus-details/campaign-bonus-details.module.ngfactory":[1811,213],"../pages/campaign-bonus/campaign-bonus.module.ngfactory":[1812,123],"../pages/casino-agregator-game-launch/casino-agregator-game-launch.module.ngfactory":[1985,212],"../pages/casino-agregator-games-by-tag/casino-agregator-games-by-tag.module.ngfactory":[1813,122],"../pages/casino-agregator-games-list/casino-agregator-games-list.module.ngfactory":[1986,45],"../pages/casino-agregator-providers-list/casino-agregator-providers-list.module.ngfactory":[1814,53],"../pages/casino-agregator-search/casino-agregator-search.module.ngfactory":[1815,121],"../pages/casino-agregator-tournament-games-list/casino-agregator-tournament-games-list.module.ngfactory":[1816,92],"../pages/casino-agregator/casino-agregator.module.ngfactory":[1817,6],"../pages/casino-betgames/casino-betgames.module.ngfactory":[1818,139],"../pages/casino-bonus-games-list/casino-bonus-games-list.module.ngfactory":[1819,138],"../pages/casino-endorphina-game/casino-endorphina-game.module.ngfactory":[1820,120],"../pages/casino-endorphina-tickets-filter/casino-endorphina-tickets-filter.module.ngfactory":[1822,180],"../pages/casino-endorphina-tickets/casino-endorphina-tickets.module.ngfactory":[1821,91],"../pages/casino-endorphina/casino-endorphina.module.ngfactory":[1825,96],"../pages/casino-favorites/casino-favorites.module.ngfactory":[1823,160],"../pages/casino-games-list/casino-games-list.module.ngfactory":[1824,165],"../pages/casino-games/casino-games.module.ngfactory":[1826,49],"../pages/casino-goldenrace/casino-goldenrace.module.ngfactory":[1827,137],"../pages/casino-jackpots-list/casino-jackpots-list.module.ngfactory":[1828,136],"../pages/casino-promotions-games/casino-promotions-games.module.ngfactory":[1829,164],"../pages/casino-promotions-modal/casino-promotions-modal.module.ngfactory":[1830,211],"../pages/casino-provider-games-list/casino-provider-games-list.module.ngfactory":[1831,50],"../pages/casino-providers-list/casino-providers-list.module.ngfactory":[1832,135],"../pages/casino-section-games/casino-section-games.module.ngfactory":[1833,32],"../pages/casino-themes-list/casino-themes-list.module.ngfactory":[1834,134],"../pages/casino-ticket-details/casino-ticket-details.module.ngfactory":[1835,90],"../pages/casino-tickets-filter/casino-tickets-filter.module.ngfactory":[1836,173],"../pages/casino-tickets-v2/casino-tickets-v2.module.ngfactory":[1954,79],"../pages/casino-tickets/casino-tickets.module.ngfactory":[1953,78],"../pages/casino-tournament-modal/casino-tournament-modal.module.ngfactory":[1837,210],"../pages/casino-tournaments-games/casino-tournaments-games.module.ngfactory":[1838,163],"../pages/casino-tvbet/casino-tvbet.module.ngfactory":[1839,159],"../pages/casino-winners/casino-winners.module.ngfactory":[1840,128],"../pages/casino/casino.module.ngfactory":[1841,24],"../pages/chat/chat.module.ngfactory":[1955,60],"../pages/club-points-filter/club-points-filter.module.ngfactory":[1842,179],"../pages/club-points/club-points.module.ngfactory":[1956,77],"../pages/coupon-betting-offer/coupon-betting-offer.module.ngfactory":[1843,39],"../pages/coupon-betting-results/coupon-betting-results.module.ngfactory":[1844,99],"../pages/credit-deposit/credit-deposit.module.ngfactory":[1845,58],"../pages/credit-transaction-success/credit-transaction-success.module.ngfactory":[1846,209],"../pages/credit-withdraw/credit-withdraw.module.ngfactory":[1847,74],"../pages/date-time-filter/date-time-filter.module.ngfactory":[1848,183],"../pages/deposit-popup/deposit-popup.module.ngfactory":[1849,208],"../pages/deposit-provider/deposit-provider.module.ngfactory":[2009,29],"../pages/deposit-verification/deposit-verification.module.ngfactory":[1850,107],"../pages/deposit-verified-popup/deposit-verified-popup.module.ngfactory":[1851,207],"../pages/deposit/deposit.module.ngfactory":[1957,119],"../pages/docuemnts-verification/docuemnts-verification.module.ngfactory":[1987,43],"../pages/documents-verification-v2/documents-verification-v2.module.ngfactory":[1958,64],"../pages/embedded-bingo/embedded-bingo.module.ngfactory":[1852,158],"../pages/embedded-bonuses/embedded-bonuses.module.ngfactory":[1959,69],"../pages/embedded-download/embedded-download.module.ngfactory":[1853,157],"../pages/embedded-how-to-play/embedded-how-to-play.module.ngfactory":[1865,133],"../pages/embedded-info-tos/embedded-info-tos.module.ngfactory":[1880,118],"../pages/embedded-info/embedded-info.module.ngfactory":[1854,156],"../pages/embedded-landing/embedded-landing.module.ngfactory":[1855,155],"../pages/embedded-live-chat/embedded-live-chat.module.ngfactory":[1856,154],"../pages/embedded-news/embedded-news.module.ngfactory":[1960,68],"../pages/embedded-promotions/embedded-promotions.module.ngfactory":[1961,132],"../pages/embedded-tawk-to/embedded-tawk-to.module.ngfactory":[1858,153],"../pages/embedded-vip/embedded-vip.module.ngfactory":[1857,131],"../pages/embedded-virtual-races/embedded-virtual-races.module.ngfactory":[1859,130],"../pages/empty-user-wallet-modal/empty-user-wallet-modal.module.ngfactory":[1860,206],"../pages/error-404/error-404.module.ngfactory":[1861,170],"../pages/ezugi/ezugi.module.ngfactory":[1862,129],"../pages/general-confirm-modal/general-confirm-modal.module.ngfactory":[1863,205],"../pages/generic-tos/generic-tos.module.ngfactory":[1864,204],"../pages/home/home.module.ngfactory":[1988,21],"../pages/idle-watcher/idle-watcher.module.ngfactory":[1866,203],"../pages/in-account-user/in-account-user.module.ngfactory":[1867,84],"../pages/keno-bet-slip-v2/keno-bet-slip-v2.module.ngfactory":[1962,15],"../pages/keno-bet-slip/keno-bet-slip.module.ngfactory":[1963,168],"../pages/keno-play-results/keno-play-results.module.ngfactory":[1964,47],"../pages/keno-results/keno-results.module.ngfactory":[1868,13],"../pages/keno-v2/keno-v2.module.ngfactory":[1965,9],"../pages/keno/keno.module.ngfactory":[1966,142],"../pages/language-selection-modal/language-selection-modal.module.ngfactory":[1869,202],"../pages/limit-restiction-confirmation/limit-restiction-confirmation.module.ngfactory":[1870,174],"../pages/log-viewer/log-viewer.module.ngfactory":[1871,177],"../pages/login-pin/login-pin.module.ngfactory":[1872,110],"../pages/login-successful/login-successful.module.ngfactory":[1873,169],"../pages/login/login.module.ngfactory":[1968,0],"../pages/lottery-games-lobby/lottery-games-lobby.module.ngfactory":[1874,33],"../pages/lotto-betslip/lotto-betslip.module.ngfactory":[1967,66],"../pages/lotto-betting-panel/lotto-betting-panel.module.ngfactory":[1875,73],"../pages/lotto-results/lotto-results.module.ngfactory":[1877,23],"../pages/lotto/lotto.module.ngfactory":[1876,55],"../pages/my-account/my-account.module.ngfactory":[2007,167],"../pages/my-limits/my-limits.module.ngfactory":[1878,86],"../pages/my-tickets-filter/my-tickets-filter.module.ngfactory":[1879,172],"../pages/my-tickets/my-tickets.module.ngfactory":[1989,57],"../pages/my-transactions-filter/my-transactions-filter.module.ngfactory":[1881,178],"../pages/my-transactions/my-transactions.module.ngfactory":[1969,76],"../pages/network-error/network-error.module.ngfactory":[1883,201],"../pages/notification-settings/notification-settings.module.ngfactory":[1882,100],"../pages/notifications/notifications.module.ngfactory":[1990,61],"../pages/odd-representation-settings/odd-representation-settings.module.ngfactory":[1884,104],"../pages/oddin/oddin.module.ngfactory":[1885,152],"../pages/optional-age-restriction/optional-age-restriction.module.ngfactory":[1886,200],"../pages/oryx-casino-game-launch/oryx-casino-game-launch.module.ngfactory":[1887,117],"../pages/oryx-casino/oryx-casino.module.ngfactory":[1888,26],"../pages/oryx-game-search/oryx-game-search.module.ngfactory":[1889,88],"../pages/panic-button-modal/panic-button-modal.module.ngfactory":[1890,199],"../pages/partial-payout/partial-payout.module.ngfactory":[1970,166],"../pages/password-reset-code/password-reset-code.module.ngfactory":[1891,87],"../pages/password-settings/password-settings.module.ngfactory":[1971,116],"../pages/payout-request/payout-request.module.ngfactory":[1892,95],"../pages/personal-info/personal-info.module.ngfactory":[2005,48],"../pages/plinko-casino-launch/plinko-casino-launch.module.ngfactory":[1894,151],"../pages/prepared-ticket-history-details/prepared-ticket-history-details.module.ngfactory":[1893,98],"../pages/prepared-ticket/prepared-ticket.module.ngfactory":[1895,198],"../pages/prepared-tickets-history/prepared-tickets-history.module.ngfactory":[1896,71],"../pages/promo-banners-modal/promo-banners-modal.module.ngfactory":[1898,176],"../pages/questionnaire-modal/questionnaire-modal.module.ngfactory":[1897,186],"../pages/recover-password-change-type-10/recover-password-change-type-10.module.ngfactory":[1899,106],"../pages/recover-password-change-type-3/recover-password-change-type-3.module.ngfactory":[1900,105],"../pages/recover-password-change/recover-password-change.module.ngfactory":[1901,82],"../pages/recover-password-request/recover-password-request.module.ngfactory":[1972,59],"../pages/recovery-password-change-type-6/recovery-password-change-type-6.module.ngfactory":[1902,80],"../pages/recovery-password-popup/recovery-password-popup.module.ngfactory":[1903,197],"../pages/redeem-ticket-popup/redeem-ticket-popup.module.ngfactory":[1904,196],"../pages/referer-code-redeem/referer-code-redeem.module.ngfactory":[1905,85],"../pages/referer-code-status/referer-code-status.module.ngfactory":[1906,195],"../pages/registration-error/registration-error.module.ngfactory":[1907,150],"../pages/registration-type-3/registration-type-3.module.ngfactory":[1973,18],"../pages/registration-type-4/registration-type-4.module.ngfactory":[2001,20],"../pages/registration-type-5/registration-type-5.module.ngfactory":[2e3,36],"../pages/registration-type-6/registration-type-6.module.ngfactory":[1991,7],"../pages/registration-type-7/registration-type-7.module.ngfactory":[2008,42],"../pages/registration-type-8/registration-type-8.module.ngfactory":[1992,30],"../pages/registration-type-9/registration-type-9.module.ngfactory":[1993,38],"../pages/registration-type10/registration-type10.module.ngfactory":[1974,28],"../pages/registration-type11/registration-type11.module.ngfactory":[1994,19],"../pages/registration-type13/registration-type13.module.ngfactory":[1995,37],"../pages/registration-verification/registration-verification.module.ngfactory":[1908,93],"../pages/registration-welcome/registration-welcome.module.ngfactory":[1909,149],"../pages/registration/registration.module.ngfactory":[1996,10],"../pages/search-casino-sport/search-casino-sport.module.ngfactory":[1910,97],"../pages/search-ticket/search-ticket.module.ngfactory":[1911,109],"../pages/security-settings/security-settings.module.ngfactory":[1912,103],"../pages/self-exclusion/self-exclusion.module.ngfactory":[1913,63],"../pages/set-pin/set-pin.module.ngfactory":[1914,108],"../pages/sms-verification/sms-verification.module.ngfactory":[1915,182],"../pages/splashtech/splashtech.module.ngfactory":[1916,148],"../pages/sport-betting-bet-slip-user-auth/sport-betting-bet-slip-user-auth.module.ngfactory":[1917,181],"../pages/sport-jackpot-won/sport-jackpot-won.module.ngfactory":[1918,194],"../pages/sport-jackpots-modal/sport-jackpots-modal.module.ngfactory":[1919,193],"../pages/sport-match-stats/sport-match-stats.module.ngfactory":[1920,115],"../pages/sports-betting-bet-slip/sports-betting-bet-slip.module.ngfactory":[2002,16],"../pages/sports-betting-live-match-extended/sports-betting-live-match-extended.module.ngfactory":[1921,46],"../pages/sports-betting-live-search-offer/sports-betting-live-search-offer.module.ngfactory":[1922,17],"../pages/sports-betting-live/sports-betting-live.module.ngfactory":[1976,2],"../pages/sports-betting-match-extended/sports-betting-match-extended.module.ngfactory":[1975,25],"../pages/sports-betting-prematch-league/sports-betting-prematch-league.module.ngfactory":[1997,5],"../pages/sports-betting-prematch/sports-betting-prematch.module.ngfactory":[2006,3],"../pages/sports-betting-results-league/sports-betting-results-league.module.ngfactory":[1923,40],"../pages/sports-betting-results-match-extended/sports-betting-results-match-extended.module.ngfactory":[1924,72],"../pages/sports-betting-results/sports-betting-results.module.ngfactory":[1977,34],"../pages/sports-betting-search-offer/sports-betting-search-offer.module.ngfactory":[1978,11],"../pages/sports-betting/sports-betting.module.ngfactory":[1998,1],"../pages/sports-tournaments/sports-tournaments.module.ngfactory":[1925,52],"../pages/supportBoxChatPage/support-box-chat.module.ngfactory":[1926,147],"../pages/terminal-locations/terminal-locations.module.ngfactory":[1979,56],"../pages/theme-creator/theme-creator.module.ngfactory":[1927,146],"../pages/ticket-deposit/ticket-deposit.module.ngfactory":[1928,83],"../pages/ticket-details/ticket-details.module.ngfactory":[1999,22],"../pages/tos/tos.module.ngfactory":[1929,145],"../pages/total-financial-balance/total-financial-balance.module.ngfactory":[1930,102],"../pages/transaction-details/transaction-details.module.ngfactory":[1932,114],"../pages/user-activities/user-activities.module.ngfactory":[1931,89],"../pages/user-limits-modal/user-limits-modal.module.ngfactory":[1933,192],"../pages/user-limits/user-limits.module.ngfactory":[1980,75],"../pages/user-preferences/user-preferences.module.ngfactory":[1934,185],"../pages/user-referrer-reporting/user-referrer-reporting.module.ngfactory":[1981,81],"../pages/user-responsible-gaming-limits/user-responsible-gaming-limits.module.ngfactory":[1936,101],"../pages/user-set-limits-info-modal/user-set-limits-info-modal.module.ngfactory":[1935,191],"../pages/user-tickets/user-tickets.module.ngfactory":[1937,184],"../pages/user-verification-info/user-verification-info.module.ngfactory":[1938,190],"../pages/user-verification-required-modal/user-verification-required-modal.module.ngfactory":[1939,189],"../pages/verification-confirmation-error/verification-confirmation-error.module.ngfactory":[1940,144],"../pages/verification-confirmation/verification-confirmation.module.ngfactory":[1941,143],"../pages/vip-membership/vip-membership.module.ngfactory":[1943,67],"../pages/virtual-games-tournaments-modal/virtual-games-tournaments-modal.module.ngfactory":[1942,188],"../pages/virtual-games-tournaments/virtual-games-tournaments.module.ngfactory":[1944,113],"../pages/virtual-races-betslip/virtual-races-betslip.module.ngfactory":[1982,27],"../pages/virtual-races-results/virtual-races-results.module.ngfactory":[1945,51],"../pages/virtual-races/virtual-races.module.ngfactory":[1983,12],"../pages/web-scan/web-scan.module.ngfactory":[1946,112],"../pages/withdraw-provider/withdraw-provider.module.ngfactory":[2004,41],"../pages/withdraw/withdraw.module.ngfactory":[1947,111]};i.keys=function(){return Object.keys(r)},i.id=654,e.exports=i},function(e,t,n){"use strict";n.d(t,"a",function(){return o});var i=function(){return function(e,t){this.methodName=e,this.arguments=t}}(),r=function(){var e={};return e[e.Text=0]="Text",e[e.MethodInvocation=1]="MethodInvocation",e[e.ConnectionEvent=2]="ConnectionEvent",e}(),o=function(){function e(e,t){void 0===t&&(t=!1);var n=this;this.enableLogging=!1,this.clientMethods={},this.connectionMethods={},this.url=e,this.enableLogging=t,this.connectionMethods.onConnected=function(){n.enableLogging&&console.log("Connected! connectionId: "+n.connectionId)},this.connectionMethods.onDisconnected=function(){n.enableLogging&&console.log("Connection closed from: "+n.url)},this.connectionMethods.onOpen=function(e){n.enableLogging&&console.log("WebSockets connection opened!")}}return e.prototype.start=function(){var e=this;this.socket&&this.stop(),this.socket=new WebSocket(this.url),this.socket.onopen=function(t){e.connectionMethods.onOpen.apply(e,t)},this.socket.onmessage=function(t){if(e.message=JSON.parse(t.data),e.message.messageType==r.Text)e.enableLogging&&console.log("Text message received. Message: "+e.message.data);else if(e.message.messageType==r.MethodInvocation){var n=JSON.parse(e.message.data);e.clientMethods[n.methodName]?e.clientMethods[n.methodName].apply(e,n.arguments):console.log("Websocket client method not implemented: "+n.methodName)}else e.message.messageType==r.ConnectionEvent&&(e.connectionId=e.message.data,e.connectionMethods.onConnected.apply(e))},this.socket.onclose=function(t){e.connectionMethods.onDisconnected.apply(e)},this.socket.onerror=function(t){e.enableLogging&&console.log("Error data: "+t.error)}},e.prototype.stop=function(){this.socket&&(this.socket.close(),this.socket.onopen=null,this.socket.onmessage=null,this.socket.onclose=null,this.socket.onerror=null,this.socket=void 0)},e.prototype.invoke=function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];if(this.socket&&this.connectionId){var r=new i(e,t);this.enableLogging&&console.log(r),this.socket.send(JSON.stringify(r))}},e}()},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0),n(5);var i=function(){function e(e,t){this.menuCtrl=e,this.viewCtrl=t}return e.prototype.OnInit=function(){},Object.defineProperty(e.prototype,"visible",{get:function(){return this.first||(this.first=this.viewCtrl.isFirst()),this.first},enumerable:!0,configurable:!0}),e.prototype.ngOnDestroy=function(){},e.prototype.onMenuClicked=function(){this.menuCtrl.toggle()},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(13),r=function(){function e(e,t){var n=this;this.notificationsProvider=e,this.config=t,this.notificationsProvider.userPendingNotificationsCount$.pipe(Object(i.a)(this)).subscribe(function(e){n.notificationsCount=e},function(e){return console.error(e)})}return e.prototype.ngOnDestroy=function(){},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0),n(5);var i=function(){function e(e,t,n){this.navCtrl=e,this.viewCtrl=t,this.configProvider=n}return Object.defineProperty(e.prototype,"firstInStack",{get:function(){return this.first=!!this.viewCtrl.isFirst()},enumerable:!0,configurable:!0}),e.prototype.onCloseButtonClicked=function(){this.navCtrl.isTransitioning()||this.navCtrl.pop()},e.prototype.ngOnDestroy=function(){},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0),n(5),n(42);var i=n(7),r=(n(130),n(13)),o=(n(70),function(){function e(e,t,n,o,a,s,u,l,c,d,m,p,h,f,g,y,v,b){var M=this;this.configProvider=e,this.initializationProvider=t,this.authProvider=n,this.navCtrl=o,this.fingerPrintAIO=a,this.platform=s,this.userProvider=u,this.storage=l,this.alertCtrl=c,this.translationProvider=d,this.uiProvider=m,this.platformType=p,this.envProvider=h,this.iosInAppBrowser=f,this.domSanitizer=g,this.modalCtrl=y,this.modalHandler=v,this.config=b,this.userApp="2"==i.a.TerminalType,this.platformType.ready().then(function(){M.platformType.is("ios")&&(M.isiOS=!0)}),this.configProvider.configTerminal$.subscribe(function(e){M.bingoHowToPlayEnabled=e?e.WebHowToPlayEnabled:null,M.registrationEnabled=e?e.RegistrationEnabled:null}),this.configProvider.configTerminal&&this.configProvider.configTerminal.FingerLoginEnabled&&!i.a.MobileWeb&&(this.platform.ready().then(function(){M.platform.is("android")&&"cordova"in window&&M.fingerPrintAIO.isAvailable().then(function(e){e?(M.isFingerprintAvailable=!0,console.log("Fingerprint is available on android device.")):console.log("Fingerprint is not available on android device.")},function(e){M.isFingerprintAvailable=!1,console.log("Fingerprint is not available on android device.")})}),this.storage.get("app:fingerprintLogin").then(function(e){M.fingerprintLogin=e})),this.userProvider.userNotifications$.pipe(Object(r.a)(this)).subscribe(function(e){M.blinkNotification()}),this.userLoggedIn=this.authProvider.isLoggedIn(),this.userData=this.userProvider.userData;var S=this.authProvider.getAuth();this.membershipTypeToken=S?S.membershipTypeToken:void 0,this.authProvider.loggedIn$.pipe(Object(r.a)(this)).subscribe(function(e){M.userLoggedIn=e;var t=M.authProvider.getAuth();M.membershipTypeToken=t?t.membershipTypeToken:void 0}),this.startSessionTimer()}return Object.defineProperty(e.prototype,"cfgApp",{get:function(){return this.configProvider&&this.configProvider.configApplication},enumerable:!0,configurable:!0}),e.prototype.ngOnInit=function(){this.pageTitle=this.titleKey},e.prototype.ngOnDestroy=function(){},e.prototype.onLoginUserClicked=function(){"2"==i.a.TerminalType?this.authProvider.forcePINLogin?this.navCtrl.push("LoginPinPage"):this.configProvider.configTerminal&&this.configProvider.configTerminal.FingerLoginEnabled&&!i.a.MobileWeb&&this.isFingerprintAvailable&&this.configProvider.configTerminal&&!this.configProvider.configTerminal.PingLoginEnabled?this.checkFingerLogin():this.navCtrl.push("LoginPage"):"1"==i.a.TerminalType&&this.navCtrl.push(this.authProvider.forcePINLogin?"LoginPinPage":"AttendantLoginPage")},e.prototype.onSignupUserClicked=function(){var e=this.configProvider.configTerminal.RegistrationType;this.navCtrl.push(0===e?"RegistrationPage":"RegistrationType"+e+"Page")},e.prototype.openChat=function(){this.navCtrl.push("ChatPage",{type:this.parent},{animate:!0,direction:"forward"})},e.prototype.onTicketHistoryClicked=function(){this.navCtrl.push("MyTicketsPage")},e.prototype.onCasinoTicketsHistoryClicked=function(){this.navCtrl.push("CasinoTicketsV2Page")},e.prototype.onMyAccountClicked=function(){var e=this;setTimeout(function(){e.config.set("animate",!0)},0),setTimeout(function(){e.modalHandler.myAccountModal=e.modalCtrl.create("MyAccountPage",{},{showBackdrop:!0,enableBackdropDismiss:!0,enterAnimation:"modal-slide-from-right",leaveAnimation:"modal-slide-to-right",cssClass:"my-account-modal"}),e.modalHandler.myAccountModal.onDidDismiss(function(t){t&&t.page&&(t.params?e.navCtrl.setRoot(t.page,{param:t.params}):e.navCtrl.setRoot(t.page))}),e.modalHandler.myAccountModal.present({animate:!0})},10)},e.prototype.onBingoResultsClicked=function(){this.navCtrl.push("BingoResultsPage")},e.prototype.onBingoHowToPlayClicked=function(){this.navCtrl.push("BingoHowToPlayPage")},e.prototype.onVirtualRacesResultsClicked=function(){this.navCtrl.push("VirtualRacesResultsPage")},e.prototype.onCouponResultsClicked=function(){this.navCtrl.push("CouponBettingResultsPage")},e.prototype.checkFingerLogin=function(){this.isFingerprintAvailable&&this.fingerprintLogin&&!this.authProvider.refreshToken?this.faioFallback():this.navCtrl.push("LoginPage")},e.prototype.faioFallback=function(){var e=this;this.fingerPrintAIO.show({clientId:"evona-betting-app",clientSecret:"evona-betting-app-password",disableBackup:!0}).then(function(t){e.checkStoredFingerLoginCredentials()},function(t){"BIOMETRIC_DISMISSED"===t.message?e.alertCtrl.create({title:e.translationProvider.translate("DO_YOU_WANT_TO_REPEAT"),enableBackdropDismiss:!1,buttons:[{text:e.translationProvider.translate("NO"),handler:function(){e.storage.set("app:fingerLoginRejected",!0),e.navCtrl.push("LoginPage")}},{text:e.translationProvider.translate("YES"),handler:function(){e.faioFallback()}}]}).present():"Authentication failed"===t.message&&(e.uiProvider.toastCreate("LOGIN_ERROR","error"),e.alertCtrl.create({title:e.translationProvider.translate("GO_TO_LOGIN_PAGE"),enableBackdropDismiss:!1,buttons:[{text:e.translationProvider.translate("YES"),handler:function(){e.storage.set("app:fingerLoginRejected",!0),e.navCtrl.push("LoginPage")}},{text:e.translationProvider.translate("NO"),handler:function(){e.faioFallback()}}]}).present())})},e.prototype.blinkNotification=function(){var e=this;this.newNotification=!0,setTimeout(function(){e.newNotification=!1},1e4)},e.prototype.checkStoredFingerLoginCredentials=function(){var e=this;if(this.platform.is("android")&&"cordova"in window){this.storage.get("obj").then(function(t){var n=JSON.parse(t);t=JSON.parse(t),e.onFingerLogin(n)})}else;},e.prototype.onFingerLogin=function(e){var t=this;this.uiProvider.loadingPresent("LOGGING_IN",!0),this.userProvider.login(e.username,e.password).timeout(1e4).take(1).subscribe(function(){t.uiProvider.loadingDismiss(),t.initializationProvider.initialize().take(1).subscribe(function(){t.navCtrl.setRoot(t.configProvider.configTerminal&&t.configProvider.configTerminal.LandingPageDisabled?"SportsBettingPage":"HomePage"),t.uiProvider.loadingDismiss()},function(){t.uiProvider.toastCreate("SERVICE_NOT_AVAILABLE","error"),t.uiProvider.loadingDismiss()})},function(e){t.uiProvider.loadingDismiss(),t.uiProvider.toastCreate(e.MessageKey?e.MessageKey:"LOGIN_ERROR","warning"),console.error(e)})},e.prototype.onStatsClicked=function(){if(this.userApp){var e="https://s5.sir.sportradar.com/"+(this.envProvider.environment.StatsPrefix?this.envProvider.environment.StatsPrefix:"evona")+"/"+this.translationProvider.currentLanguage+"/match/"+this.matchId;this.isiOS?this.iosInAppBrowser.create(e,"_system"):i.a.MobileWeb?window.open(e,"_system"):(this.statsUrl=this.domSanitizer.bypassSecurityTrustResourceUrl(e),this.navCtrl.push("SportMatchStatsPage",{statsUrl:this.statsUrl}))}},e.prototype.onInfoClicked=function(){if(this.matchComments){this.alertCtrl.create({title:this.translationProvider.translate("MATCH_COMMENTS_TITLE"),message:this.matchComments,buttons:[this.translationProvider.translate("CLOSE")]}).present()}},Object.defineProperty(e.prototype,"attendant",{get:function(){return"1"==i.a.TerminalType},enumerable:!0,configurable:!0}),e.prototype.startSessionTimer=function(){var e=this;this.configProvider&&this.configProvider.configTerminal&&this.configProvider.configTerminal.MobileWebSessionTimer&&this.userLoggedIn&&this.userProvider.userSessionTime$.pipe(Object(r.a)(this)).subscribe(function(t){e.sessionTimer=t})},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(e,t,n){this.templateRef=e,this.viewContainer=t,this.configProvider=n}return Object.defineProperty(e.prototype,"ifConfig",{set:function(e){this._cfg=e,e&&2==e.length?this.configProvider.configTerminal&&(this.configProvider.configTerminal[e[0]]!=e[1]||this.hasView?this.configProvider.configTerminal[e[0]]!=e[1]&&this.hasView&&(this.viewContainer.clear(),this.hasView=!1):(this.viewContainer.createEmbeddedView(this.templateRef),this.hasView=!0)):console.warn("Incorrect ifConfig parameter received, expecting array of 2 elements [key, val] received",e)},enumerable:!0,configurable:!0}),e.prototype.ngOnDestroy=function(){},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(13),r=function(){function e(e){this.generalNav=e,this.isContentResized=!1}return e.prototype.ngAfterViewInit=function(){var e=this;this.isContentResized=!1,this.content.resize(),this.generalNav.nav.viewDidEnter.pipe(Object(i.a)(this)).subscribe(function(t){setTimeout(function(){e.resize()})})},e.prototype.resize=function(){this.content.resize(),this.force&&!this.isContentResized&&(this.content.contentTop&&0!=this.content.contentTop||(setTimeout(this.resize.bind(this),50),this.isContentResized=!0))},e.prototype.ngOnDestroy=function(){},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(7),r=function(){function e(e,t){this.templateRef=e,this.viewContainer=t}return e.prototype.ngOnInit=function(){"2"==i.a.TerminalType?this.viewContainer.createEmbeddedView(this.templateRef):this.viewContainer.clear()},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return a});n(0),n(5),n(42);var i=n(7),r=(n(130),n(13)),o=n(28),a=(n.n(o),function(){function e(e,t,n,a,s,u,l,c,d,m,p,h,f,g,y,v,b,M){var S=this;this.configProvider=e,this.initializationProvider=t,this.authProvider=n,this.navCtrl=a,this.fingerPrintAIO=s,this.platform=u,this.userProvider=l,this.storage=c,this.alertCtrl=d,this.translationProvider=m,this.uiProvider=p,this.envProvider=h,this.bingoProvider=f,this.virtualGamesProvider=g,this.app=y,this.modalCtrl=v,this.modalHandler=b,this.config=M,this.userApp="2"==i.a.TerminalType,this.panicModal=null,this.configProvider.configTerminal$.pipe(Object(r.a)(this)).subscribe(function(e){S.registrationEnabled=e?e.RegistrationEnabled:null,S.loginEnabled=e?e.WebLoginEnabled:"1"==i.a.TerminalType,"1"==i.a.TerminalType&&S.authProvider.isLoggedIn()&&(S.userProvider.userData||S.userProvider.getUserSettings()),S.userProvider.userData$.pipe(Object(r.a)(S)).subscribe(function(e){Object.keys(e).length>0?S.userData=e:e=void 0})}),this.configProvider.configTerminal&&this.configProvider.configTerminal.FingerLoginEnabled&&!i.a.MobileWeb&&(this.platform.ready().then(function(){S.platform.is("android")&&"cordova"in window&&S.fingerPrintAIO.isAvailable().then(function(e){e&&(S.isFingerprintAvailable=!0)},function(e){S.isFingerprintAvailable=!1})}),this.storage.get("app:fingerprintLogin").then(function(e){S.fingerprintLogin=e})),this.app.viewDidEnter.pipe(Object(o.take)(1),Object(r.a)(this)).subscribe(function(e){(e.name.toLowerCase().includes("bingo")||e.id.toLowerCase().includes("bingo")||e.id.toLowerCase().includes("/bingo"))&&S.bingoProvider.bingoTournaments$.pipe(Object(r.a)(S)).subscribe(function(e){S.bingoTournaments=e});(e.name.toLowerCase().includes("virtualraces")||e.id.toLowerCase().includes("virtualraces")||e.id.toLowerCase().includes("/virtualraces"))&&S.virtualGamesProvider.virtualGamesTournaments$.pipe(Object(r.a)(S)).subscribe(function(e){S.virtualGamesTournaments=e})}),this.userProvider.userNotifications$.pipe(Object(r.a)(this)).subscribe(function(e){S.blinkNotification()}),this.userLoggedIn=this.authProvider.isLoggedIn();var P=this.authProvider.getAuth();this.membershipTypeToken=P?P.membershipTypeToken:void 0,this.authProvider.loggedIn$.pipe(Object(r.a)(this)).subscribe(function(e){S.userLoggedIn=e,S.userData&&S.userLoggedIn&&0==Object.keys(S.userData).length&&S.userProvider.getUserSettings();var t=S.authProvider.getAuth();S.membershipTypeToken=t?t.membershipTypeToken:void 0}),this.startSessionTimer()}return e.prototype.ngOnInit=function(){this.detectBrowser()},Object.defineProperty(e.prototype,"cfg",{get:function(){return this.configProvider.configTerminal},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"cfgApp",{get:function(){return this.configProvider&&this.configProvider.configApplication},enumerable:!0,configurable:!0}),e.prototype.ngOnDestroy=function(){},e.prototype.showPanicModal=function(){this.cfg.PanicButtonEnabled&&(this.panicModal=this.modalCtrl.create("PanicButtonModalPage",{},{showBackdrop:!0,enableBackdropDismiss:!1}),this.panicModal.present())},e.prototype.onLoginUserClicked=function(){"2"==i.a.TerminalType?this.authProvider.forcePINLogin?this.navCtrl.push("LoginPinPage"):this.configProvider.configTerminal&&this.configProvider.configTerminal.FingerLoginEnabled&&!i.a.MobileWeb&&this.isFingerprintAvailable&&this.configProvider.configTerminal&&!this.configProvider.configTerminal.PingLoginEnabled?this.checkFingerLogin():this.navCtrl.push("LoginPage"):"1"==i.a.TerminalType&&this.navCtrl.push(this.authProvider.forcePINLogin?"LoginPinPage":"AttendantLoginPage")},e.prototype.onSignupUserClicked=function(){var e=this.configProvider.configTerminal.RegistrationType;this.navCtrl.push(0===e?"RegistrationPage":"RegistrationType"+e+"Page")},e.prototype.openChat=function(){this.navCtrl.push("ChatPage",{type:this.parent},{animate:!0,direction:"forward"})},e.prototype.onTicketHistoryClicked=function(){this.navCtrl.push("MyTicketsPage")},e.prototype.onCasinoTicketsHistoryClicked=function(){this.navCtrl.push("CasinoTicketsV2Page")},e.prototype.onBingoTournamentsClicked=function(){this.navCtrl.push("BingoTournamentsPage")},e.prototype.onVirtualGamesTournamentsClicked=function(){this.navCtrl.push("VirtualGamesTournamentsPage")},e.prototype.onMyAccountClicked=function(){var e=this;setTimeout(function(){e.config.set("animate",!0)},0),setTimeout(function(){e.modalHandler.myAccountModal=e.modalCtrl.create("MyAccountPage",{},{showBackdrop:!0,enableBackdropDismiss:!0,enterAnimation:"modal-slide-from-right",leaveAnimation:"modal-slide-to-right",cssClass:"my-account-modal"}),e.modalHandler.myAccountModal.onDidDismiss(function(t){t&&t.page&&(t.params?e.navCtrl.setRoot(t.page,{param:t.params}):e.navCtrl.setRoot(t.page))}),e.modalHandler.myAccountModal.present({animate:!0})},10)},e.prototype.onVirtualRacesResultsClicked=function(){this.navCtrl.push("VirtualRacesResultsPage",{game:this.gameType})},e.prototype.onCouponResultsClicked=function(){this.navCtrl.push("CouponBettingResultsPage")},e.prototype.checkFingerLogin=function(){this.isFingerprintAvailable&&this.fingerprintLogin&&!this.authProvider.refreshToken?this.faioFallback():this.navCtrl.push("LoginPage")},e.prototype.faioFallback=function(){var e=this;this.fingerPrintAIO.show({clientId:"evona-betting-app",clientSecret:"evona-betting-app-password",disableBackup:!0}).then(function(t){e.checkStoredFingerLoginCredentials()},function(t){"BIOMETRIC_DISMISSED"===t.message?e.alertCtrl.create({title:e.translationProvider.translate("DO_YOU_WANT_TO_REPEAT"),enableBackdropDismiss:!1,buttons:[{text:e.translationProvider.translate("NO"),handler:function(){e.storage.set("app:fingerLoginRejected",!0),e.navCtrl.push("LoginPage")}},{text:e.translationProvider.translate("YES"),handler:function(){e.faioFallback()}}]}).present():"Authentication failed"===t.message&&(e.uiProvider.toastCreate("LOGIN_ERROR","error"),e.alertCtrl.create({title:e.translationProvider.translate("GO_TO_LOGIN_PAGE"),enableBackdropDismiss:!1,buttons:[{text:e.translationProvider.translate("YES"),handler:function(){e.storage.set("app:fingerLoginRejected",!0),e.navCtrl.push("LoginPage")}},{text:e.translationProvider.translate("NO"),handler:function(){e.faioFallback()}}]}).present())})},e.prototype.blinkNotification=function(){var e=this;this.newNotification=!0,setTimeout(function(){e.newNotification=!1},1e4)},e.prototype.checkStoredFingerLoginCredentials=function(){var e=this;if(this.platform.is("android")&&"cordova"in window){this.storage.get("obj").then(function(t){var n=JSON.parse(t);t=JSON.parse(t),e.onFingerLogin(n)})}else;},e.prototype.onFingerLogin=function(e){var t=this;this.uiProvider.loadingPresent("LOGGING_IN",!0),this.userProvider.login(e.username,e.password).timeout(1e4).take(1).subscribe(function(){t.initializationProvider.initialize().take(1).subscribe(function(){t.navCtrl.setRoot(t.configProvider.configTerminal&&t.configProvider.configTerminal.LandingPageDisabled?"SportsBettingPage":"HomePage"),t.uiProvider.loadingDismiss()},function(){t.uiProvider.toastCreate("SERVICE_NOT_AVAILABLE","error"),t.uiProvider.loadingDismiss()})},function(e){t.uiProvider.loadingDismiss(),t.uiProvider.toastCreate(e.MessageKey?e.MessageKey:"LOGIN_ERROR","warning"),console.error(e)})},e.prototype.goToHome=function(){this.navCtrl.setRoot(this.homePage)},Object.defineProperty(e.prototype,"homePage",{get:function(){if("2"==i.a.TerminalType){var e=this.envProvider.environment.HomePage;return this.configProvider.configTerminal.LandingPageDisabled||i.a.Integration?i.a.Integration?"SportBettingPrematchPage":e||"SportsBettingPage":e||"HomePage"}return"AttendantHomePage"},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"attendant",{get:function(){return"1"==i.a.TerminalType},enumerable:!0,configurable:!0}),e.prototype.onDepositClicked=function(){this.navCtrl.push("DepositPage")},e.prototype.onLottoResultsClicked=function(){this.navCtrl.push("LottoResultsPage")},e.prototype.startSessionTimer=function(){var e=this;this.configProvider&&this.configProvider.configTerminal&&this.configProvider.configTerminal.MobileWebSessionTimer&&this.userLoggedIn&&this.userProvider.userSessionTime$.pipe(Object(r.a)(this)).subscribe(function(t){e.sessionTimer=t})},Object.defineProperty(e.prototype,"version",{get:function(){return this.envProvider.environment&&this.envProvider.environment.Version},enumerable:!0,configurable:!0}),e.prototype.openGamification=function(){this.navCtrl.setRoot("VipMembershipPage",{segment:"inventory"})},Object.defineProperty(e.prototype,"userSettings",{get:function(){return this.userProvider.userSettings},enumerable:!0,configurable:!0}),e.prototype.detectBrowser=function(){var e=navigator.userAgent.toLowerCase();this.browserType=e.includes("firefox")?"firefox":e.includes("chrome")?"chrome":e.includes("safari")?"safari":"unknown"},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(7),r=function(){function e(e){this.bottomMenuProvider=e,this.hide=!1}return Object.defineProperty(e.prototype,"isBottomMenuEnabled",{get:function(){return 1==this.bottomMenuProvider.isBottomMenuEnabledPerPage&&this.bottomMenuProvider.bottomMenuEnabledApp},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"mobileWeb",{get:function(){return i.a.MobileWeb},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(){}}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(e){this.elementRef=e}return e.prototype.ngOnChanges=function(e){this.elementRef.nativeElement.innerHTML="",e.image&&e.image.currentValue&&this.elementRef.nativeElement.appendChild(e.image.currentValue.cloneNode())},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return a});n(0);var i=n(1),r=n(7),o=function(){var e={};return e[e.initial=0]="initial",e[e.loading=1]="loading",e[e.completed=2]="completed",e}(),a=function(){function e(e){this.envProvider=e,this.height=0,this.lastScrollY=0,this.infinite=new i.EventEmitter,this.state=o.initial,this.onScrollBind=this.onScroll.bind(this)}return e.prototype.ngOnInit=function(){r.a.MobileWeb&&(this.enable(!0),window.addEventListener("scroll",this.onScrollBind,!0),this.height=window.innerHeight+112)},e.prototype.ngOnDestroy=function(){r.a.MobileWeb&&window.removeEventListener("scroll",this.onScrollBind,!0)},e.prototype.onScroll=function(e){var t=window.scrollY>this.lastScrollY;this.lastScrollY=window.scrollY,t&&this.enabled&&this.state!=o.loading&&this.height+window.scrollY>=document.body.offsetHeight&&(this.state=o.loading,this.infinite.emit(this))},e.prototype.complete=function(){this.state=o.completed},e.prototype.enable=function(e){this.enabled=e},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0);var i=n(13),r=(n(5),n(7)),o=(n(70),function(){function e(e,t,n,o,a,s,u){var l=this;if(this.bannersProvider=e,this.configProvider=t,this.envProvider=n,this.navCtrl=o,this.platform=a,this.iab=s,this.pwaProvider=u,this.showFooterTitle=!1,this.footerType=1,this.mobileWeb=r.a.MobileWeb,this.currentYear=(new Date).getFullYear(),this.bannersProvider.banners$.pipe(Object(i.a)(this)).subscribe(function(e){e&&(l.paymentBanners=e.filter(function(e){return 2==e.Type||5==e.Type&&(!e.Categories||0==e.Categories.length)}),l.partnerBanners=e.filter(function(e){return 4==e.Type}))}),this.configProvider.configTerminal)switch(this.staticLinks=this.configProvider.configTerminal.StaticLinkSection,this.companyName=this.configProvider.configTerminal.CompanyName,this.webFooterCopyrightEnabled=this.configProvider.configTerminal.WebFooterCopyrightEnabled,this.footerType=this.configProvider.configTerminal.FooterType,this.footerType){case 2:this.staticLinks=this.mapStaticLinks(this.configProvider.configTerminal.StaticLinkSection);break;default:this.staticLinks=this.configProvider.configTerminal.StaticLinkSection}this.configProvider.configTerminal$.subscribe(function(e){var t=l.configProvider.configTerminal;switch(l.footerType=t.FooterType,l.footerType){case 2:l.staticLinks=l.mapStaticLinks(t.StaticLinkSection);break;default:l.staticLinks=t.StaticLinkSection}l.platform.ready().then(function(){var e=l.envProvider.environment.MobileWeb;l.appDownload=e&&t.AppDownloadEnabled&&!l.platform.is("ios"),l.iosDownload=e&&""!=t.IosDownloadLink&&l.platform.is("ios")})}),n.environment&&(this.socialNetworks=n.environment.SocialNetworks,this.appVersion=this.envProvider.environment.Version,this.footerCompanyData=this.envProvider.environment.FooterCompanyData,this.footerEvonaLogoEnabled=this.envProvider.environment.FooterEvonaLogoEnabled)}return e.prototype.ngOnInit=function(){setTimeout(function(){"undefined"!=typeof anj_753c984d_2143_40d6_ab46_37d0d71c2738&&anj_753c984d_2143_40d6_ab46_37d0d71c2738.init()},200)},e.prototype.ngOnDestroy=function(){},e.prototype.onBannerClicked=function(e){if(e.NewsUrl){var t=e.NewsUrl;if(t)if(t.startsWith("http://")||t.startsWith("https://")){if(-1!=t.indexOf("/my-account/")){var n=t.split("/my-account/deposit/");n.length>1&&this.navCtrl.push("DepositProviderPage",{providerName:n[1].toLowerCase()});t.split("/my-account/credit-ticket/").length>1&&this.navCtrl.push("CreditDepositPage")}else window.open(t,"_system")}else{var i={},r=t.split("?");if(r.length>1)for(var o=r[1].split("&"),a=0;a<o.length;a++){var s=o[a].split("=");i[s[0]]=s[1]}1==r.length&&"EmbeddedBonusesPage"==t?i.type=0:1==r.length&&"EmbeddedNewsPage"==t?i.type=0:1==r.length&&"EmbeddedHowToPlayPage"==t&&(i.type=0),1==r.length&&"EmbeddedInfoPage"==t&&(i.type=0),this.navCtrl.push(r[0],i)}}},e.prototype.onStaticLinkClicked=function(e){if(e.Link){var t=e.Link;if(t)if(t.startsWith("http://")||t.startsWith("https://"))window.open(t,"_system");else{var n={},i=t.split("?");if(i.length>1)for(var r=i[1].split("&"),o=0;o<r.length;o++){var a=r[o].split("=");n[a[0]]=a[1]}1==i.length&&"EmbeddedBonusesPage"==t?n.type=0:1==i.length&&"EmbeddedNewsPage"==t?n.type=0:1==i.length&&"EmbeddedHowToPlayPage"==t&&(n.type=0),1==i.length&&"EmbeddedInfoPage"==t&&(n.type=0),this.navCtrl.setRoot(i[0],n)}}},e.prototype.onSocialMediaNetworkClicked=function(e){e.link&&window.open(e.link,"_system")},e.prototype.mapStaticLinks=function(e){var t=[];return e.forEach(function(e){e.LinkItems.forEach(function(e){t.push(e)})}),t},e.prototype.openEvonaHomePage=function(){window.open("https://www.evona.sk/","_blank")},e.prototype.downloadApp=function(){var e=this.configProvider.configTerminal.CmsDownloadPage;e&&e.length?this.navCtrl.setRoot("EmbeddedDownloadPage",null,{animate:!0,direction:"forward"}):this.configProvider.getAppDownloadLocation().subscribe(function(e){var t=document.createElement("a");t.href=e.Url,t.target="_blank",document.body.appendChild(t),t.click(),document.body.removeChild(t),t=null})},e.prototype.downloadIos=function(){this.iab.create(this.configProvider.configTerminal.IosDownloadLink,"_system")},Object.defineProperty(e.prototype,"pwaAvailable",{get:function(){return this.pwaProvider.getPwaAvailable},enumerable:!0,configurable:!0}),e.prototype.installPwaApp=function(){this.pwaProvider.promptInstall()},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0);var i=n(1),r=n(17),o=(n.n(r),function(){function e(e,t,n,r,o,a,s){this.sportBettingTicket=e,this.kenoTicket=t,this.bingoTicket=n,this.virtualGamesTicketProvider=r,this.bottomMenuProvider=o,this.kenoTicketV2Provider=a,this.lottoTicketProvider=s,this.close=new i.EventEmitter,this.creditEntered=new i.EventEmitter,this.predefinedPayinSelected=!1,this.partialPayoutAmountEntered=new i.EventEmitter,this.betslipType="sport-betting",this.usePredefinedValues=!0,this.firstInputChar=!0,this.invariantDecimalSeparator="."}return e.prototype.ngOnInit=function(){this.selectedElementValue&&(this.newPayinValue=this.selectedElementValue,this.firstInputChar=!1)},e.prototype.ngOnChanges=function(){if(this.usePredefinedValues)if(this.betslipType)switch(this.betslipType){case"sports-betting":this.payinValues=this.sportBettingTicket.ticketConfiguration.BetSlipPayInValues;break;case"keno":this.payinValues=this.kenoTicket.ticketConfiguration.BetSlipPayInValues;break;case"keno-betting":this.payinValues=this.kenoTicketV2Provider.ticketConfiguration.BetSlipPayInValues;break;case"bingo-betting":this.payinValues=this.bingoTicket.ticketConfiguration.BetSlipPayInValues;break;case"virtual-races-betting":this.payinValues=this.virtualGamesTicketProvider.ticketConfiguration.BetSlipPayInValues;break;case"lotto-betting":this.payinValues=this.lottoTicketProvider.ticketConfiguration.BetSlipPayInValues;break;default:this.payinValues=this.sportBettingTicket.ticketConfiguration.BetSlipPayInValues}else this.payinValues=this.sportBettingTicket.ticketConfiguration.BetSlipPayInValues},e.prototype.addPayinNumber=function(e){if(this.predefinedPayinSelected=!1,this.firstInputChar)this.firstInputChar=!1,this.newPayinValue=e;else{var t=this.newPayinValue.indexOf(this.invariantDecimalSeparator);(-1===t||this.newPayinValue.length-t<=2)&&(this.newPayinValue+=e)}},e.prototype.addPayinSeparator=function(){(this.firstInputChar||""===this.newPayinValue)&&(this.firstInputChar=!1,this.newPayinValue="0"),-1===this.newPayinValue.indexOf(this.invariantDecimalSeparator)&&(this.newPayinValue+=this.invariantDecimalSeparator)},e.prototype.undoPayinChar=function(){this.firstInputChar=!1,this.newPayinValue=this.newPayinValue.substring(0,this.newPayinValue.length-1),this.predefinedPayinSelected=!1},e.prototype.setPayin=function(e){this.firstInputChar=!1,this.newPayinValue=r.isNumber(e)?e.toString():e,this.predefinedPayinSelected=!0},e.prototype.cancelPayin=function(){this.creditWithdraw?this.creditEntered.emit(""):this.isPartialPayout&&this.partialPayoutAmountEntered.emit(""),this.close.emit(!1),this.newPayinValue=""},e.prototype.confirmPayin=function(){if(this.isPartialPayout)this.partialPayoutAmountEntered.emit(this.newPayinValue),this.close.emit(!1);else if(this.creditWithdraw)this.creditEntered.emit(this.newPayinValue),this.close.emit(!1),this.newPayinValue="";else{var e=!0;if(!this.firstInputChar){var t=parseFloat(this.newPayinValue.replace(",","."));if(this.betslipType)switch(this.betslipType){case"sports-betting":e=this.setSportsBettingPayin(t);break;case"keno":e=this.kenoTicket.setPayin(t);break;case"keno-betting":e=this.kenoTicketV2Provider.setPayin(t);break;case"bingo-betting":e=this.bingoTicket.setPayin(t);break;case"virtual-races-betting":e=this.virtualGamesTicketProvider.setPayin(t);break;case"lotto-betting":e=this.lottoTicketProvider.setpayIn(t);break;default:e=this.setSportsBettingPayin(t)}else e=this.setSportsBettingPayin(t)}e&&this.close.emit(!1)}},e.prototype.backdropClick=function(){this.close.emit(!1)},e.prototype.setSportsBettingPayin=function(e){var t=!1;return 0!=this.sportBettingTicket.ticket.TicketType&&6!=this.sportBettingTicket.ticket.TicketType&&5!=this.sportBettingTicket.ticket.TicketType||(t=5==this.sportBettingTicket.ticket.TicketType?this.sportBettingTicket.setTicketPayinForSystemTicket(e):this.sportBettingTicket.setPayin(e)),t},Object.defineProperty(e.prototype,"isBottomMenuEnabledPerPage",{get:function(){return this.bottomMenuProvider.isBottomMenuEnabledPerPage},enumerable:!0,configurable:!0}),e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0),n(5);var i=n(7),r=function(){function e(e,t,n){this.navCtrl=e,this.configProvider=t,this.horizontalScrollProvider=n}return e.prototype.ngAfterViewInit=function(){if(this.oddsContainer){var e=this.oddsContainer.nativeElement.offsetWidth,t=window.innerWidth;this.isOddsContainerWiderThanScreen=e>t}},e.prototype.onHorizontalScroll=function(e){this.isOddsContainerWiderThanScreen&&!i.a.MobileWeb&&this.horizontalScrollProvider.notifyHorizontalScroll(e)},e.prototype.oddTrackBy=function(e,t){return t.Id+"_"+t.OrigName},e.prototype.onMatchClicked=function(){this.navCtrl.push(this.match&&this.match.IsLiveMatchAvailable?"SportsBettingLiveMatchExtendedPage":"SportsBettingMatchExtendedPage",{matchId:this.match.Id,match:this.match,sport:this.sport.Slug,category:this.category.Slug,league:this.league.Slug})},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(){}return e.prototype.ngOnChanges=function(e){this.control.disabled?this.iconName="locked":(this.control.untouched&&(this.iconName="medical"),this.control.valid&&this.control.touched&&(this.iconName="checkmark"),this.control.errors&&this.control.touched&&(this.iconName="close"))},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return a});n(0),n(5);var i=n(13),r=n(17),o=(n.n(r),n(7)),a=function(){function e(e,t,n,r){var a=this;this.sportBettingTicketProvider=e,this.configProvider=t,this.app=n,this.platform=r,this.buttonStateOn=!1,this.buttonDisabled=!1,this.posTop=0,this.posLeft=0,this.screenHeight=0,this.platformHeight=0,this.configTerminal.DropToFabAnimationEnabled&&(this.app.viewDidLeave.pipe(Object(i.a)(this)).subscribe(function(e){e&&(a.showAnimation=!1,a.posLeft=0,a.posTop=0,document.documentElement.style.setProperty("--topStart","0px"),document.documentElement.style.setProperty("--leftStart","0px"),document.documentElement.style.setProperty("--screenHeight","0px"))}),document.documentElement.style.setProperty("--screenHeight","0px"),o.a.MobileWeb?this.platformHeight=window.innerHeight:this.platform.ready().then(function(e){a.platformHeight=a.platform.height()}))}return e.prototype.setDropToFabAnimation=function(e){this.sportFabContainer=document.getElementById("sportFabContainer");var t=screen.height-window.innerHeight;o.a.MobileWeb?(this.screenHeight=this.sportFabContainer&&this.sportFabContainer.classList.contains("mb-56")?screen.height-95-t:screen.height-50-t,this.posTop=e.target.getClientRects()[0].top-t/2,this.posLeft=e.target.getClientRects()[0].left-10):(this.posTop=e.target.getClientRects()[0].top+this.contentInput.scrollTop-55,this.posLeft=e.target.getClientRects()[0].left-10,this.screenHeight=this.sportFabContainer&&this.sportFabContainer.classList.contains("mb-56")?this.platformHeight+this.contentInput.scrollTop-157:this.platformHeight+this.contentInput.scrollTop-103),document.documentElement.style.setProperty("--screenHeight",this.screenHeight+"px")},e.prototype.onClicked=function(e){var t=this;this.buttonDisabled||(this.sportBettingTicketProvider.toggleBet(this.match,this.offer,this.odd),e.stopPropagation(),this.configTerminal.DropToFabAnimationEnabled&&setTimeout(function(){t.setDropToFabAnimation(e)},50))},e.prototype.ngOnChanges=function(e){var t=this;e.odd&&e.odd.currentValue&&0!=e.odd.currentValue.ChangeType&&void 0!=e.odd.currentValue.ChangeType&&(this.oddIncreased=!1,this.oddDecreased=!1,setTimeout(function(){1==e.odd.currentValue.ChangeType?t.oddIncreased=!0:t.oddDecreased=!0},30))},Object.defineProperty(e.prototype,"isOddLocked",{get:function(){return this.match&&this.match.IsLiveMatchAvailable&&!(this.offer.Active&&this.offer.IsEnabled&&this.odd.Active)},enumerable:!0,configurable:!0}),e.prototype.ngOnInit=function(){var e=this;this.sportBettingTicketProvider.ticketBetsModified$.pipe(Object(i.a)(this)).subscribe(function(t){switch(t.operation){case"added":e.match.Id==t.bet.Match.Id&&e.offer.Id==t.bet.Offer.Id&&e.odd.OrigName==t.bet.Odd.OrigName&&e.odd.BetBuilderOdd==t.bet.Odd.BetBuilderOdd&&(e.buttonStateOn=!0,e.configTerminal.DropToFabAnimationEnabled&&(document.documentElement.style.setProperty("--topStart","0px"),document.documentElement.style.setProperty("--leftStart","0px"),setTimeout(function(){document.documentElement.style.setProperty("--topStart",e.posTop+"px"),document.documentElement.style.setProperty("--leftStart",e.posLeft+"px"),e.showAnimation=!0},100)));break;case"removed":e.match.Id==t.bet.Match.Id&&e.offer.Id==t.bet.Offer.Id&&e.odd.OrigName==t.bet.Odd.OrigName&&e.odd.BetBuilderOdd==t.bet.Odd.BetBuilderOdd&&(e.buttonStateOn=!1,e.showAnimation=!1);break;case"cleared":e.buttonStateOn=!1,e.showAnimation=!1}e.checkOfferValidity()});if(this.buttonStateOn=-1!=this.sportBettingTicketProvider.indexOfBet({Match:this.match,Offer:this.offer,Odd:this.odd,IsValid:!0,HasErrors:!1,Game:this.offer.GameId}),this.checkOfferValidity(),this.match.BetProbabilities)for(var t=0,n=this.match.BetProbabilities;t<n.length;t++){var r=n[t];this.odd.OrigName==r.Pick&&(this.percentage=r.Probability?r.Probability+"%":"0%")}else this.percentage="0%"},e.prototype.ngOnDestroy=function(){},Object.defineProperty(e.prototype,"betBuilderEnabled",{get:function(){return this.configProvider.configTerminal.WebBetBuilderEnabled},enumerable:!0,configurable:!0}),e.prototype.checkOfferValidity=function(){var e=this;if(this.betBuilderEnabled){var t=r.find(this.sportBettingTicketProvider.ticket.Bets,function(t){return e.match.Id==t.Match.Id&&e.offer.Id==t.Offer.Id});t?(this.odd.BetBuilderOdd||t.Odd.BetBuilderOdd)&&(this.buttonDisabled=!0):this.buttonDisabled=!1}},Object.defineProperty(e.prototype,"configTerminal",{get:function(){return this.configProvider&&this.configProvider.configTerminal},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(){}}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(1),r=function(){function e(e){this.bottomMenuProvider=e,this.pin="",this.pinModified=new i.EventEmitter,this.pinSet=new i.EventEmitter,this.backdropClick=new i.EventEmitter,this.backButtonClick=new i.EventEmitter,this.inputLimit=10,this.codeModified=new i.EventEmitter,this.codeSet=new i.EventEmitter,this.newInputValue=""}return e.prototype.addNumber=function(e){this.inputKeyboard?this.newInputValue.length<this.inputLimit&&(this.newInputValue+=e,this.codeModified.emit(this.newInputValue)):this.pin.length<4&&(this.pin+=e,this.pinModified.emit(this.pin))},e.prototype.ngOnInit=function(){this.newInputValue=this.previousPin?this.previousPin:""},e.prototype.undoChar=function(){this.inputKeyboard?(this.newInputValue=this.newInputValue.slice(0,-1),this.codeModified.emit(this.newInputValue)):this.pin.length>0&&(this.pin=this.pin.slice(0,-1),this.pinModified.emit(this.pin))},e.prototype.setPin=function(){this.pinSet.emit(this.pin)},e.prototype.setCode=function(){this.codeSet.emit(this.newInputValue),this.backdropClick.emit(!1)},e.prototype.reset=function(){this.newInputValue="",this.codeModified.emit(this.newInputValue),this.pin="",this.pinModified.emit(this.pin)},e.prototype.onBackdropClick=function(){this.newInputValue="",this.codeModified.emit(this.newInputValue),this.backdropClick.emit(!1)},e.prototype.onBackButtonClicked=function(){this.newInputValue="",this.codeModified.emit(this.newInputValue),this.backButtonClick.emit(!1)},Object.defineProperty(e.prototype,"isBottomMenuEnabledPerPage",{get:function(){return this.bottomMenuProvider.isBottomMenuEnabledPerPage},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(7),r=function(){function e(e,t,n,i){this.sportsBettingTicketProvider=e,this.fabProvider=t,this.configProvider=n,this.authProvider=i,this.hide=!1}return Object.defineProperty(e.prototype,"numberOfBets",{get:function(){return this.sportsBettingTicketProvider.ticket.Bets?this.sportsBettingTicketProvider.ticket.Bets.length:0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"totalOdds",{get:function(){return void 0!=this.sportsBettingTicketProvider.ticket.TotalOdds?this.sportsBettingTicketProvider.ticket.TotalOdds:0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"betSlipVisible",{get:function(){return this.sportsBettingTicketProvider.ticketActive},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"activeFAB",{get:function(){return this.fabProvider.activeFAB},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"terminalType",{get:function(){return i.a.TerminalType},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isQuickBetEnabled",{get:function(){return this.configProvider&&this.configProvider.configTerminal&&this.configProvider.configTerminal.QuickBetEnabled&&this.authProvider.isLoggedIn()&&!this.authProvider.isAdmin()},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0),n(70),n(5);var i=n(7),r=function(){function e(e,t,n,i){this.sportBettingUtil=e,this.navCtrl=t,this.inAppBrowser=n,this.authProvider=i}return e.prototype.onNavigateClicked=function(){if(-1!==this.banner.NewsUrl.indexOf("CasinoAgregatorGameLaunchPage")&&(this.authProvider.isLoggedIn()||(this.banner.NewsUrl=this.banner.NewsUrl+"&useDemo=true")),i.a.MobileWeb){if(3!=this.banner.ShowingType&&this.banner.NewsUrl&&""!=this.banner.NewsUrl.trim())if(this.banner.NewsUrl.startsWith("http://")||this.banner.NewsUrl.startsWith("https://"))window.open(this.banner.NewsUrl,"_system");else{var e={};if((r=this.banner.NewsUrl.split("?")).length>1)for(var t=r[1].split("&"),n=0;n<t.length;n++){e[(o=t[n].split("="))[0]]=o[1]}1==r.length&&"EmbeddedBonusesPage"==this.banner.NewsUrl?e.type=0:1==r.length&&"EmbeddedNewsPage"==this.banner.NewsUrl?e.type=0:1==r.length&&"EmbeddedHowToPlayPage"==this.banner.NewsUrl&&(e.type=0),1==r.length&&"EmbeddedInfoPage"==this.banner.NewsUrl&&(e.type=0),1==r.length&&"VipMembershipPage"==this.banner.NewsUrl&&(e.segment=0),this.navCtrl.setRoot(r[0],e)}}else if(3!=this.banner.ShowingType&&this.banner.NewsUrl&&""!=this.banner.NewsUrl.trim())if(this.banner.NewsUrl.startsWith("http://")||this.banner.NewsUrl.startsWith("https://"))this.inAppBrowser.create(this.banner.NewsUrl,"_system");else{var r;e={};if((r=this.banner.NewsUrl.split("?")).length>1)for(t=r[1].split("&"),n=0;n<t.length;n++){var o;e[(o=t[n].split("="))[0]]=o[1]}1==r.length&&"EmbeddedBonusesPage"==this.banner.NewsUrl?e.type=0:1==r.length&&"EmbeddedNewsPage"==this.banner.NewsUrl?e.type=0:1==r.length&&"EmbeddedHowToPlayPage"==this.banner.NewsUrl&&(e.type=0),1==r.length&&"EmbeddedInfoPage"==this.banner.NewsUrl&&(e.type=0),1==r.length&&"VipMembershipPage"==this.banner.NewsUrl&&(e.segment=0),this.navCtrl.setRoot(r[0],e)}},e.prototype.goToMatch=function(){if(this.banner.Match){var e=this.banner.Match;this.navCtrl.push(e&&e.IsLiveMatchAvailable?"SportsBettingLiveMatchExtendedPage":"SportsBettingMatchExtendedPage",{matchId:e.Id,match:e,sport:this.sportBettingUtil.generateSlug(e.SportName),category:this.sportBettingUtil.generateSlug(e.CategoryName),league:this.sportBettingUtil.generateSlug(e.LeagueName)})}},e}()},function(e,t,n){"use strict";function i(e){return r["ɵvid"](0,[(e()(),r["ɵeld"](0,0,null,null,0,"span",[],[[8,"className",0]],null,null,null,null)),(e()(),r["ɵted"](-1,null,["\n"]))],null,function(e,t){e(t,0,0,r["ɵinlineInterpolate"](1,"",t.component.className," sporticon-default"))})}n.d(t,"a",function(){return o}),t.b=i;var r=n(1),o=r["ɵcrt"]({encapsulation:2,styles:[],data:{}})},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(){this.isActiveTicketBall=!1}return e.prototype.drawn=function(){return this._isDrawn?this._isDrawn:this.isDrawn?this._isDrawn=this.isDrawn:void 0},e.prototype.ngOnInit=function(){this._isDrawn=!this.isActiveTicketBall},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(1),r=function(){function e(){this.navigateToForm=new i.EventEmitter}return e.prototype.navigate=function(e){this.navigateToForm.emit(e)},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(){this.showNoMatchError=!1,this.useGroupErrorsAsInvalid=!1,this.passwordType="password",this.repeatPasswordType="password",this.showHidePasswordIconName="eye-off",this.showHideRepeatPasswordIconName="eye-off"}return e.prototype.ngOnChanges=function(e){},e.prototype.showHidePassword=function(){this.passwordType="text"===this.passwordType?"password":"text",this.showHidePasswordIconName="eye-off"===this.showHidePasswordIconName?"eye":"eye-off"},e.prototype.showHideRepeatPassword=function(){this.repeatPasswordType="text"===this.repeatPasswordType?"password":"text",this.showHideRepeatPasswordIconName="eye-off"===this.showHideRepeatPasswordIconName?"eye":"eye-off"},e}()},,function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(7),r=function(){function e(e,t){this.templateRef=e,this.viewContainer=t}return e.prototype.ngOnInit=function(){i.a.MobileWeb?this.viewContainer.createEmbeddedView(this.templateRef):this.viewContainer.clear()},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(17),r=(n.n(i),function(){function e(e,t,n){this.envProvider=e,this.bannersProvider=t,this.authProvider=n,this.filterType=null,this._allBanners=[],this.banners=[],this.currentBannerIndex=0,this.menuCategories=[]}return e.prototype.ngOnInit=function(){var e=this;this.authProvider.loggedIn$.subscribe(function(t){e.userLoggedIn=t}),this.bannersProvider.banners$.subscribe(function(t){if(e._allBanners=t||[],e.filterBanners(),e.showCategories){var n={};e.menuCategories=[];for(var r=0,o=e._allBanners;r<o.length;r++){var a=o[r];if(0==a.Type&&a.Categories)for(var s=0,u=a.Categories;s<u.length;s++){var l=u[s];n[l.Name]||(n[l.Name]=[]),n[l.Name].push(a)}}for(var c in n){var d=i.sortBy(n[c],function(e){return e.Ordering});e.menuCategories.push({name:c,banners:d})}}e.banners.length&&e.startIntervals()})},e.prototype.ngOnDestroy=function(){this.destroyIntervals()},e.prototype.filterBanners=function(){var e=this;if(this.destroyIntervals(),null==this.filterType)this.banners=this._allBanners;else{this.banners=this._allBanners.filter(this.userLoggedIn?function(t){return t.Type==e.filterType&&(!t.Categories||0==t.Categories.length)&&"RegistrationPage"!=t.NewsUrl&&"RegistrationType3Page"!=t.NewsUrl&&"RegistrationType4Page"!=t.NewsUrl}:function(t){return t.Type==e.filterType&&(!t.Categories||0==t.Categories.length)});-1==this.bannersProvider.bannerTypes.indexOf(+this.filterType)&&(this.bannersProvider.bannerTypes.push(this.filterType),this.getTypeBanners(this.filterType))}},e.prototype.startIntervals=function(){var e=this;this.showHorizontalButtonsSlider&&this.startIndicatorInterval(),this.bannerInterval=setInterval(function(){e.showNextBanner()},this.envProvider.environment.Banners.BannerInterval)},e.prototype.startIndicatorInterval=function(){var e=this,t=100;this.indicatorInterval=setInterval(function(){e.indicator.nativeElement.style.width=(t-=1)+"%"},this.envProvider.environment.Banners.BannerInterval/100)},e.prototype.destroyIntervals=function(){clearInterval(this.bannerInterval),this.bannerInterval=null,this.showHorizontalButtonsSlider&&this.destroyIndicatorInterval()},e.prototype.destroyIndicatorInterval=function(){clearInterval(this.indicatorInterval),this.indicatorInterval=null},e.prototype.selectBanner=function(e){e!=this.currentBannerIndex&&(this.destroyIntervals(),this.currentBannerIndex=e,this.startIntervals(),this.onHorizontalButtonsSliderScroll(this.currentBannerIndex))},e.prototype.swipeEvent=function(e){e.deltaX>50?this.showPrevBanner():e.deltaX<-50&&this.showNextBanner()},e.prototype.showPrevBanner=function(){this.destroyIntervals(),0==this.currentBannerIndex?this.currentBannerIndex=this.banners.length-1:this.currentBannerIndex--,this.onHorizontalButtonsSliderScroll(this.currentBannerIndex),this.startIntervals()},e.prototype.showNextBanner=function(){this.destroyIntervals(),this.currentBannerIndex>=this.banners.length-1?this.currentBannerIndex=0:this.currentBannerIndex++,this.onHorizontalButtonsSliderScroll(this.currentBannerIndex),this.startIntervals()},e.prototype.onHorizontalButtonsSliderScroll=function(e){if(this.segment&&this.segment.nativeElement){this.segment.nativeElement.children[e].offsetLeft+this.segment.nativeElement.children[e].clientWidth<=this.segment.nativeElement.clientWidth+this.segment.nativeElement.scrollLeft&&this.segment.nativeElement.children[e].offsetLeft>=this.segment.nativeElement.scrollLeft||this.segment.nativeElement.scrollTo(this.segment.nativeElement.children[e].offsetLeft-30,0)}},e.prototype.getTypeBanners=function(e){this.bannersProvider.getBannersByType([e])},e}())},,function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(e,t){this.fabProvider=e,this.bingoTicketProvider=t,this.hide=!1}return Object.defineProperty(e.prototype,"bingoBetSlipVisible",{get:function(){return this.bingoTicketProvider.ticketActive},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"numberOfBets",{get:function(){return this.bingoTicketProvider.ticket.Bets?this.bingoTicketProvider.ticket.Bets.length:0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"activeFAB",{get:function(){return this.fabProvider.activeFAB},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(1),r=function(){function e(e,t){this.localService=e,this.env=t,this.checkCaptchaResponse=new i.EventEmitter,this.captchaValid=!1}return e.prototype.ngOnInit=function(){this.updateGoogleCaptchaLanguage(this.localService.language.Id)},e.prototype.ngDoCheck=function(){this.updateGoogleCaptchaLanguage(this.localService.language.Id)},e.prototype.updateGoogleCaptchaLanguage=function(e){if(document.getElementById("recaptcha")&&document.getElementById("recaptcha").getElementsByTagName("iframe")[0]){var t=document.getElementById("recaptcha").getElementsByTagName("iframe")[0];t.src.match(/hl=(.*?)&/).pop()!=e&&(t.src=t.src.replace(/hl=(.*?)&/,"hl="+e+"&"))}},e.prototype.resetRecaptcha=function(){var e=document.getElementById("recaptcha").getElementsByTagName("iframe")[0];e.src=e.src,this.checkCaptchaResponse.emit(null)},e.prototype.validateCaptcha=function(e){this.checkCaptchaResponse.emit(e)},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(){this.isDrawn=!1,this.isActiveBall=!1,this.statResultsBall=!1,this.ticketBall=!1,this.drawingBall=!1}}()},function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0),n(5);var i=n(13),r=(n(70),n(7)),o=function(){function e(e,t,n,i,o,a,s,u,l,c,d){var m=this;this.navCtrl=e,this.navParams=t,this.envProvider=n,this.modalCtrl=i,this.configProvider=o,this.offerProvider=a,this.platform=s,this.iosInAppBrowser=u,this.domSanitizer=l,this.translationProvider=c,this.alertCtrl=d,this.isAttendant="1"==r.a.TerminalType,this.platform.ready().then(function(){m.platform.is("ios")&&(m.isiOS=!0)})}return e.prototype.ngOnInit=function(){var e=this;this.match&&this.match.IsLiveMatchAvailable&&(this.isFavoriteMatch=this.offerProvider.liveFavoritesMatchesIds&&this.offerProvider.liveFavoritesMatchesIds.includes(this.match.Id),this.offerProvider.liveUpdate$.pipe(Object(i.a)(this)).subscribe(function(t){t.forEach(function(t){t.Id==e.match.Id&&(e.match=t)})}))},e.prototype.ngOnDestroy=function(){},e.prototype.onMatchClicked=function(){var e={matchId:this.match.Id,match:this.match,sport:null,category:null,league:null};if(this.timeOffer){var t=this.match;e.sport=t.sportSlug,e.category=t.categorySlug,e.league=t.leagueSlug}else e.sport=this.sport.Slug,e.category=this.category.Slug,e.league=this.league.Slug;this.match&&this.match.IsLiveMatchAvailable?(localStorage.setItem("leagueCountryName",this.match.CategoryName),this.navCtrl.push("SportsBettingLiveMatchExtendedPage",e)):(this.timeParam=this.navParams.get("time"),e.time=this.timeParam?this.timeParam:this.cfg.DefaultSportTimeFilter,localStorage.setItem("leagueCountryName",this.match.CategoryName),this.navCtrl.push("SportsBettingMatchExtendedPage",e))},e.prototype.onStatsClicked=function(){if(!this.isAttendant){var e="https://s5.sir.sportradar.com/"+(this.envProvider.environment.StatsPrefix?this.envProvider.environment.StatsPrefix:"evona")+"/"+this.translationProvider.currentLanguage+"/match/"+this.match.Id;this.isiOS?this.iosInAppBrowser.create(e,"_system"):r.a.MobileWeb?window.open(e,"_system"):(this.statsUrl=this.domSanitizer.bypassSecurityTrustResourceUrl(e),this.navCtrl.push("SportMatchStatsPage",{statsUrl:this.statsUrl}))}},e.prototype.onInfoClicked=function(){if(this.match.Comments){this.alertCtrl.create({title:this.translationProvider.translate("MATCH_COMMENTS_TITLE"),message:this.match.Comments,buttons:[this.translationProvider.translate("CLOSE")]}).present()}},e.prototype.openBetProbabilities=function(e,t){if(t){this.modalCtrl.create("BetProbabilitiesPage",{picks:t},{showBackdrop:!0,enableBackdropDismiss:!0}).present()}e.stopPropagation()},e.prototype.toggleFavoriteMatch=function(){this.isFavoriteMatch=!this.isFavoriteMatch,this.offerProvider.toggleLiveFavorite(this.match.Id)},Object.defineProperty(e.prototype,"sportCfg",{get:function(){return this.envProvider.environment.Sport},enumerable:!0,configurable:!0}),e.prototype.trackByScore=function(e,t){return t},Object.defineProperty(e.prototype,"cfg",{get:function(){return this.configProvider&&this.configProvider.configTerminal},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(7),r=function(){function e(e,t){this.templateRef=e,this.viewContainer=t}return e.prototype.ngOnInit=function(){i.a.MobileWeb?this.viewContainer.clear():this.viewContainer.createEmbeddedView(this.templateRef)},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(1),r=function(){function e(e){this._elementRef=e,this.clickOutside=new i.EventEmitter}return e.prototype.onClick=function(e){this._elementRef.nativeElement.contains(e)||this.clickOutside.emit(null)},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(7),r=(n(5),function(){function e(e){this.ionicApp=e}return e.prototype.trackByFn=function(e,t){return t.Id},e.prototype.scrollToTop=function(){var e=this;i.a.MobileWeb?this.ionicApp.setElementAttribute("content",scrollTo({top:0,left:0,behavior:"smooth"})):this.content.scrollTo(0,0).then(function(){return e.content.scrollToTop()})},e.prototype.ngOnInit=function(){this.sport.OriginName.toLowerCase().includes("scorers")&&this.league.Matches.sort(function(e,t){return e.MatchStartTime.toString().localeCompare(t.MatchStartTime.toString())||e.CommonTeamName.localeCompare(t.CommonTeamName)})},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(){}return e.prototype.ngOnChanges=function(){this.className=void 0,this.name&&(this.className="category-"+this.name.split(" ").join("").toLowerCase().replace("&",""))},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0);var i=n(1),r=(n(5),n(7)),o=function(){function e(e,t){this.configService=e,this.authService=t,this.type=1,this.question=!0,this.action=new i.EventEmitter,this.auth=!1,this.authMsg=!1,this.visible=!0}return e.prototype.ngOnInit=function(){this.auth&&!this.authService.isLoggedIn()&&(this.authMsg=!0),this.distanceFromTop(this.content)},e.prototype.ngOnChanges=function(e){var t=this;this.visible=!0,this.disableContentScroll(),3===this.type&&(this.enableContentScroll(),setTimeout(function(){t.onAction(2)},3e3))},Object.defineProperty(e.prototype,"mobileWeb",{get:function(){return r.a.MobileWeb},enumerable:!0,configurable:!0}),e.prototype.onAction=function(e){var t=this;this.visible=!1,setTimeout(function(){t.action.emit(e),t.enableContentScroll()},500)},e.prototype.disableContentScroll=function(){document.body.style.overflow="hidden",this.mobileWeb||(this.content._scrollContent.nativeElement.style.overflow="hidden")},e.prototype.enableContentScroll=function(){document.body.style.overflow="auto",this.mobileWeb||(this.content._scrollContent.nativeElement.style.overflow="auto")},Object.defineProperty(e.prototype,"cfg",{get:function(){return this.configService.configTerminal},enumerable:!0,configurable:!0}),e.prototype.distanceFromTop=function(e){r.a.MobileWeb||(this.scrollHeight=e._scrollContent.nativeElement.scrollTop,this.scrollHeight+="px")},e}()},,function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(e){this.envProvider=e,this.m6Racers=[17,24,35,48,52,69]}return Object.defineProperty(e.prototype,"bettingType",{get:function(){return this.envProvider.environment.VirtualGamesBettingType},enumerable:!0,configurable:!0}),e.prototype.getM6Pick=function(e){return e<17?this.m6Racers[e-1]:e},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return s});n(0);var i=n(1),r=n(32),o=(n(5),n(238),n(29)),a=this&&this.__assign||Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++){t=arguments[n];for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])}return e},s=function(){function e(e,t,n,r,o,a,s,u,l,c,d,m,p,h){this.platform=e,this.navCtrl=t,this.navParams=n,this.userProvider=r,this.uiProvider=o,this.configProvider=a,this.translationProvider=s,this.androidPermissions=u,this.seoProvider=l,this.formBuilder=c,this.validationProvider=d,this.fabProvider=m,this.gLayer=p,this.gaidProvider=h,this.showKeyboardEvent=new i.EventEmitter,this.successfulActivation=new i.EventEmitter,this.code="",this.createForm()}return e.prototype.ngAfterViewInit=function(){var e=this;this.seoProvider.setTitle("SEO_TITLE_REGISTRATION"),this.seoProvider.setMetaDescription("SEO_META_DESCRIPTION_REGISTRATION"),this.seoProvider.setMetaRobots("noindex, nofollow"),this.fabProvider.activeFAB=r.a.None,"cordova"in window&&(this.androidPermissions.checkPermission(this.androidPermissions.PERMISSION.READ_SMS).then(function(t){return e.androidPermissions.requestPermission(e.androidPermissions.PERMISSION.READ_SMS)}),this.androidPermissions.requestPermissions([this.androidPermissions.PERMISSION.READ_SMS]),this.platform.ready().then(function(t){SMS&&SMS.startWatch(function(){},function(e){console.error(e)}),document.addEventListener("onSMSArrive",function(t){var n=t.data;n.address&&e.configProvider.configTerminal.CompanyName&&n.address.toLowerCase()==e.configProvider.configTerminal.CompanyName.toLowerCase()&&n.body&&e.onCodeSet(n.body)})}))},e.prototype.createForm=function(){this.verificationForm=this.formBuilder.group({code:new o.e("",o.t.compose([o.t.required,o.t.pattern("[0-9]{4}$")]))})},e.prototype.onBackdropClick=function(e){this.keyboardShown=!1,this.showKeyboardEvent.emit(!1)},e.prototype.onCodeSet=function(e){var t=this;this.keyboardShown=!1,this.code=e,this.uiProvider.loadingPresent(),this.userProvider.registerConfirm(this.code).subscribe(function(e){if(t.uiProvider.loadingDismiss(),e.ActionResult){var n=a({verification_status:e.IsConfirmed?"success":"failed"},e.AnalyticsResult);setTimeout(function(){t.gaidProvider.pushEvent("email_verification",n)},1e3),t.gLayer.pushEvent("verification"),t.uiProvider.toastCreate("REGISTRATION_SUCCESSFUL","success"),t.navCtrl.setRoot("RegistrationWelcomePage"),t.successfulActivation.emit()}else e.Messages&&e.Messages.length>0?t.uiProvider.toastCreate(e.Messages[0],"warning"):t.uiProvider.toastCreate("SERVICE_NOT_AVAILABLE","error")},function(e){t.uiProvider.toastCreate("SERVICE_NOT_AVAILABLE","error"),t.uiProvider.loadingDismiss(),console.error(e)})},e.prototype.onCodeModified=function(e){this.code=e},e.prototype.onResendCodeClicked=function(){var e=this;this.uiProvider.loadingPresent();(this.configProvider.configTerminal&&11==this.configProvider.configTerminal.RegistrationType?this.userProvider.registerCodeResendLepep.bind(this.userProvider):this.userProvider.registerCodeResend.bind(this.userProvider))(this.username).subscribe(function(t){e.uiProvider.loadingDismiss(),!0===t?e.uiProvider.toastCreate("SUCCESSFUL_RESEND_ACTIVATION_CODE"):e.uiProvider.toastCreate("FAILED_RESEND_ACTIVATION_CODE","error")},function(t){e.uiProvider.toastCreate("SERVICE_NOT_AVAILABLE","error"),e.uiProvider.loadingDismiss(),console.error(t)})},e.prototype.showKeyboard=function(){this.keyboardShown=!0,this.showKeyboardEvent.emit(!0)},Object.defineProperty(e.prototype,"cfg",{get:function(){return this.configProvider.configTerminal},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(){}}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(e){this.configService=e,this.currentValue=0,this.useDevisor=!0}return Object.defineProperty(e.prototype,"cfg",{get:function(){return this.configService.configTerminal},enumerable:!0,configurable:!0}),e.prototype.ngOnInit=function(){var e=this;this.currentValue=this.value,this.raiseInterval||(this.raiseInterval=setInterval(function(){"number"==typeof e.value&&null!=e.value&&(e.currentValue+=e.calculateRaise(e.value,e.currentValue,e.lastValueChangeDate))},250))},e.prototype.ngOnChanges=function(e){e&&e.value&&(e.value.currentValue||0===e.value.currentValue)&&(this.value=e.value.currentValue,(this.value<=this.currentValue||null==this.currentValue)&&(this.currentValue=this.value),this.lastValueChangeDate=Date.now())},e.prototype.ngOnDestroy=function(){this.raiseInterval&&clearInterval(this.raiseInterval)},e.prototype.calculateRaise=function(e,t,n){if(e==t)return 0;return(e-t)/this.calculateDivisor(n)},e.prototype.calculateDivisor=function(e){if(this.useDevisor){var t=1200,n=(e-Date.now()+3e5)/1e3/60;return n>=5?t=1200:n>=4?t=960:n>=3?t=720:n>=2?t=480:n>=1?t=240:n>=0?t=120:n<0&&(t=1),t}return 10},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return a});n(0),n(5);var i=n(13),r=n(17),o=(n.n(r),n(7)),a=function(){function e(e,t,n,r){var a=this;this.sportBettingTicketProvider=e,this.configProvider=t,this.app=n,this.platform=r,this.buttonStateOn=!1,this.buttonDisabled=!1,this.posTop=0,this.posLeft=0,this.screenHeight=0,this.configTerminal.DropToFabAnimationEnabled&&(this.app.viewDidLeave.pipe(Object(i.a)(this)).subscribe(function(e){e&&(a.showAnimation=!1,a.posLeft=0,a.posTop=0,document.documentElement.style.setProperty("--topStart","0px"),document.documentElement.style.setProperty("--leftStart","0px"),document.documentElement.style.setProperty("--screenHeight","0px"))}),document.documentElement.style.setProperty("--screenHeight","0px"),o.a.MobileWeb?this.platformHeight=window.innerHeight:this.platform.ready().then(function(e){a.platformHeight=a.platform.height()}))}return Object.defineProperty(e.prototype,"isOddLocked",{get:function(){return this.match&&this.match.IsLiveMatchAvailable&&!(this.offer.Active&&this.offer.IsEnabled&&this.odd.Active)},enumerable:!0,configurable:!0}),e.prototype.setDropToFabAnimation=function(e){this.sportFabContainer=document.getElementById("sportFabContainer"),o.a.MobileWeb?(this.screenHeight=this.sportFabContainer&&this.sportFabContainer.classList.contains("mb-56")?screen.height-95-(screen.height-window.innerHeight):screen.height-50-(screen.height-window.innerHeight),this.posTop=e.target.getClientRects()[0].top,this.posLeft=e.target.getClientRects()[0].left):(this.posTop=e.target.getClientRects()[0].top+this.contentInput.scrollTop-55,this.posLeft=e.target.getClientRects()[0].left-10,this.screenHeight=this.sportFabContainer&&this.sportFabContainer.classList.contains("mb-56")?this.platformHeight+this.contentInput.scrollTop-157:this.platformHeight+this.contentInput.scrollTop-103),document.documentElement.style.setProperty("--screenHeight",this.screenHeight+"px")},e.prototype.onClicked=function(e){this.buttonDisabled||(this.sportBettingTicketProvider.toggleBet(this.match,this.offer,this.odd),e.stopPropagation(),this.configTerminal.DropToFabAnimationEnabled&&this.setDropToFabAnimation(e))},e.prototype.ngOnInit=function(){var e=this;this.sportBettingTicketProvider.ticketBetsModified$.pipe(Object(i.a)(this)).subscribe(function(t){switch(t.operation){case"added":e.match.Id==t.bet.Match.Id&&e.offer.Id==t.bet.Offer.Id&&e.odd.OrigName==t.bet.Odd.OrigName&&(e.buttonStateOn=!0,e.configTerminal.DropToFabAnimationEnabled&&(setTimeout(function(){document.documentElement.style.setProperty("--topStart",e.posTop+"px"),o.a.MobileWeb&&(e.posLeft<10?e.posLeft=120:e.posLeft-=6),document.documentElement.style.setProperty("--leftStart",e.posLeft+"px"),e.showAnimation=!0},100),document.documentElement.style.setProperty("--topStart","0px"),document.documentElement.style.setProperty("--leftStart","0px")));break;case"removed":e.match.Id==t.bet.Match.Id&&e.offer.Id==t.bet.Offer.Id&&e.odd.OrigName==t.bet.Odd.OrigName&&(e.buttonStateOn=!1,e.showAnimation=!1);break;case"cleared":e.buttonStateOn=!1,e.showAnimation=!1}e.checkOfferValidity()});this.buttonStateOn=-1!=this.sportBettingTicketProvider.indexOfBet({Match:this.match,Offer:this.offer,Odd:this.odd,IsValid:!0,HasErrors:!1,Game:this.offer.GameId}),this.checkOfferValidity()},e.prototype.ngOnDestroy=function(){},e.prototype.ngOnChanges=function(e){var t=this;if(e.odd){if(this.buttonStateOn=!1,this.match&&this.offer&&this.odd){var n=r.find(this.sportBettingTicketProvider.ticket.Bets,function(e){return t.match.Id==e.Match.Id&&t.offer.Id==e.Offer.Id&&t.odd.OrigName==e.Odd.OrigName});this.buttonStateOn=void 0!=n}e.odd.currentValue&&0!=e.odd.currentValue.ChangeType&&void 0!=e.odd.currentValue.ChangeType&&(this.oddIncreased=!1,this.oddDecreased=!1,setTimeout(function(){1==e.odd.currentValue.ChangeType?t.oddIncreased=!0:t.oddDecreased=!0},100))}},Object.defineProperty(e.prototype,"betBuilderEnabled",{get:function(){return this.configProvider.configTerminal.WebBetBuilderEnabled},enumerable:!0,configurable:!0}),e.prototype.checkOfferValidity=function(){var e=this;if(this.betBuilderEnabled){var t=r.find(this.sportBettingTicketProvider.ticket.Bets,function(t){return e.match.Id==t.Match.Id&&e.offer.Id==t.Offer.Id});t?(this.odd.BetBuilderOdd||t.Odd.BetBuilderOdd)&&(this.buttonDisabled=!0):this.buttonDisabled=!1}},Object.defineProperty(e.prototype,"configTerminal",{get:function(){return this.configProvider&&this.configProvider.configTerminal},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(1),r=function(){function e(e,t){this.translationProvider=e,this.envProvider=t,this.leagueChanged=new i.EventEmitter}return e.prototype.ngOnInit=function(){this.selectedLeague=this.league},e.prototype.onStatsClicked=function(e){var t="https://s5.sir.sportradar.com/"+(this.envProvider.environment.StatsPrefix?this.envProvider.environment.StatsPrefix:"evona")+"/"+this.translationProvider.currentLanguage+"/tournament/"+e.Id;window.open(t,"_system")},e.prototype.emitSelectedLeague=function(e){this.leagueChanged.emit(e)},e.prototype.setBodyScrollability=function(e){document.body.style.overflow=e?"auto":"hidden"},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(1),r=function(){function e(e,t,n,r,o){this.sportBettingTicketProvider=e,this.bingoTicketProvider=t,this.virtualGamesTicketProvider=n,this.configProvider=r,this.kenoTicketV2Provider=o,this.gameType=null,this.deleted=new i.EventEmitter,this.ticket=null}return e.prototype.ngOnInit=function(){1==this.gameType||2==this.gameType?this.ticket=this.sportBettingTicketProvider.ticket:5==this.gameType?this.ticket=this.bingoTicketProvider.ticket:10==this.gameType?this.ticket=this.virtualGamesTicketProvider.ticket:16==this.gameType&&(this.ticket=this.kenoTicketV2Provider.ticket)},Object.defineProperty(e.prototype,"cfg",{get:function(){return this.configProvider.configTerminal},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0);var i,r=n(13);!function(e){e[e.Bingo=5]="Bingo",e[e.Sport=1]="Sport",e[e.VirtualGames=8]="VirtualGames",e[e.Keno=16]="Keno"}(i||(i={}));var o=function(){function e(e,t,n,i,o,a,s){var u=this;this.authProvider=e,this.userProvider=t,this.sportBettingTicketProvider=n,this.bingoTicketProvider=i,this.virtualGamesTicketProvider=o,this.kenoTicketProviderV2=a,this.configProvider=s,this.gameType=null,this.clubPoints=0,this.jokerBetSlipPriceItems=[],this.jokerBetSlipItems=[],this.jokerBonusOddsAdvantagesItems=[],this.clubTicketBonusItems=[],this.authProvider.loggedIn$.pipe(Object(r.a)(this)).subscribe(function(e){u.loggedIn=e,u.loggedIn||(u.jokerBetSlipPriceItems=[],u.jokerBetSlipItems=[],u.clubTicketBonusItems=[],u.jokerBonusOddsAdvantagesItems=[],i.clearBonuses(),n.clearBonuses(),o.clearBonuses(),a.clearBonuses())}),this.userProvider.userData$.pipe(Object(r.a)(this)).subscribe(function(e){u.clubPoints=e.CurrentPoints||0})}return e.prototype.ngOnInit=function(){var e=this;if(this.loggedIn=this.authProvider.isLoggedIn(),this.loggedIn)switch(this.gameType){case i.Bingo:this.bingoTicketProvider.ticket.JokerBetSlipItems.length?this.setClubBenefits(this.bingoTicketProvider.ticket):this.bingoTicketProvider.getUserBonuses().then(function(){e.setClubBenefits(e.bingoTicketProvider.ticket)});break;case i.Sport:this.sportBettingTicketProvider.ticket.JokerBetSlipItems.length?this.setClubBenefits(this.sportBettingTicketProvider.ticket):this.sportBettingTicketProvider.getUserBonuses().then(function(){e.setClubBenefits(e.sportBettingTicketProvider.ticket)});break;case i.VirtualGames:this.virtualGamesTicketProvider.ticket.JokerBetSlipItems.length?this.setClubBenefits(this.virtualGamesTicketProvider.ticket):this.virtualGamesTicketProvider.getUserBonuses().then(function(){e.setClubBenefits(e.virtualGamesTicketProvider.ticket)});break;case i.Keno:this.kenoTicketProviderV2.ticket.JokerBetSlipItems.length?this.setClubBenefits(this.kenoTicketProviderV2.ticket):this.kenoTicketProviderV2.getUserBonuses().then(function(){e.setClubBenefits(e.kenoTicketProviderV2.ticket)})}this.jokerBetslipUdatedSubscription=this.userProvider.jokerBetslipUpdated.subscribe(function(t){switch(t.GameType){case i.Bingo:-1!=(n=e.bingoTicketProvider.ticket.JokerBetSlipItems.findIndex(function(e){return e.Id==t.Id}))?e.jokerBetSlipItems=e.bingoTicketProvider.removeBonus(n):e.bingoTicketProvider.addBonus(t);break;case i.Sport:-1!=(n=e.sportBettingTicketProvider.ticket.JokerBetSlipItems.findIndex(function(e){return e.Id==t.Id}))?e.jokerBetSlipItems=e.sportBettingTicketProvider.removeBonus(n):e.sportBettingTicketProvider.addBonus(t);break;case i.VirtualGames:-1!=(n=e.virtualGamesTicketProvider.ticket.JokerBetSlipItems.findIndex(function(e){return e.Id==t.Id}))?e.jokerBetSlipItems=e.virtualGamesTicketProvider.removeBonus(n):e.virtualGamesTicketProvider.addBonus(t);break;case i.Keno:var n;-1!=(n=e.kenoTicketProviderV2.ticket.JokerBetSlipItems.findIndex(function(e){return e.Id==t.Id}))?e.jokerBetSlipItems=e.kenoTicketProviderV2.removeBonus(n):e.kenoTicketProviderV2.addBonus(t)}})},Object.defineProperty(e.prototype,"cfg",{get:function(){return this.configProvider&&this.configProvider.configTerminal},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"bonusesLimit",{get:function(){return this.cfg.WebJokerBetslipItemsCount},enumerable:!0,configurable:!0}),e.prototype.setFreeTicketsCount=function(e){this.freeTicketsCount=e},e.prototype.setClubBenefitsCount=function(e){this.bonusTicketsCount=e},e.prototype.setOddAdvantagesCount=function(e){this.oddAdvantagesCount=e},e.prototype.setBonusOddAdvantagesCount=function(e){this.bonusOddAdvantagesCount=e},e.prototype.setClubBenefits=function(e){this.ticket=e,this.jokerBetSlipPriceItems=this.sortAbstract(e.JokerBetSlipPriceItems),this.jokerBetSlipItems=this.sortAbstract(e.JokerBetSlipItems),this.clubTicketBonusItems=this.sortValue(e.ClubTicketBonusItems),this.jokerBonusOddsAdvantagesItems=this.sortAbstract(e.JokerBetSlipOddsAdvantages)},e.prototype.sortAbstract=function(e){return e?(e.sort(function(e,t){return e.AbstractValue>t.AbstractValue?1:e.AbstractValue==t.AbstractValue?0:-1}),e):[]},e.prototype.sortValue=function(e){return e?(e.sort(function(e,t){return e.Value>t.Value?1:e.Value==t.Value?0:-1}),e):[]},e.prototype.ngOnDestroy=function(){this.jokerBetslipUdatedSubscription&&(this.jokerBetslipUdatedSubscription.unsubscribe(),this.jokerBetslipUdatedSubscription=null)},e.prototype.canUseFreeTicket=function(){switch(this.gameType){case i.Bingo:var e=this.bingoTicketProvider.ticket.Bets.filter(function(e){return 6==e.Pick.length&&1==e.NumberOfReplies});return this.bingoTicketProvider.ticket.JokerBetSlipItems.length&&this.bingoTicketProvider.ticket.Bets.length==e.length;case i.Sport:return this.sportBettingTicketProvider.ticket.JokerBetSlipPriceItems.length||this.sportBettingTicketProvider.ticket.JokerBetSlipItems.length||this.sportBettingTicketProvider.ticket.ClubTicketBonusItems.length;case i.VirtualGames:return this.virtualGamesTicketProvider.ticket.JokerBetSlipItems.length;case i.Keno:e=this.kenoTicketProviderV2.ticket.Bets.filter(function(e){return e.BetType<3&&1==e.NumberOfReplies&&0==e.Risk});return this.kenoTicketProviderV2.ticket.JokerBetSlipItems.length&&this.kenoTicketProviderV2.ticket.Bets.length==e.length;default:return!1}},e.prototype.selectedFreeTicket=function(e){if(this.canUseFreeTicket())switch(this.gameType){case i.Bingo:this.bingoTicketProvider.toggleBonus(e);break;case i.Sport:this.sportBettingTicketProvider.toggleBonus(e);break;case i.VirtualGames:this.virtualGamesTicketProvider.toggleBonus(e);break;case i.Keno:this.kenoTicketProviderV2.toggleBonus(e)}},Object.defineProperty(e.prototype,"isKeno",{get:function(){return this.ticket&&this.ticket.SystemResults&&16==this.gameType},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(e){var t=this;this.bannersProvider=e,this.banners=[],this.bannersProvider.banners$.subscribe(function(e){t.banners=e.filter(function(e){return 29==e.Type}),-1==t.bannersProvider.bannerTypes.indexOf(29)&&(t.bannersProvider.bannerTypes.push(29),t.bannersProvider.getBannersByType([29]))})}}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(){this.isDrawn=!1,this.isActiveBall=!1,this.statResultsBall=!1,this.ticketBall=!1,this.selectedBall=!1}}()},function(e,t,n){"use strict";function i(e){return s["ɵvid"](0,[(e()(),s["ɵeld"](0,0,null,null,7,null,null,null,null,null,null,null)),(e()(),s["ɵted"](-1,null,["\n          "])),(e()(),s["ɵeld"](2,0,null,null,4,"div",[["class","search"]],null,null,null,null,null)),(e()(),s["ɵted"](-1,null,["\n            "])),(e()(),s["ɵeld"](4,0,null,null,1,"ion-icon",[["name","ios-search"],["role","img"]],[[2,"hide",null]],null,null,null,null)),s["ɵdid"](5,147456,null,0,u.a,[l.a,s.ElementRef,s.Renderer],{name:[0,"name"]},null),(e()(),s["ɵted"](-1,null,["\n          "])),(e()(),s["ɵted"](-1,null,["\n        "]))],function(e,t){e(t,5,0,"ios-search")},function(e,t){e(t,4,0,s["ɵnov"](t,5)._hidden)})}function r(e){return s["ɵvid"](0,[(e()(),s["ɵeld"](0,0,null,null,8,null,null,null,null,null,null,null)),(e()(),s["ɵted"](-1,null,["\n          "])),(e()(),s["ɵeld"](2,0,null,null,5,"div",[["class","item-holder"]],null,null,null,null,null)),(e()(),s["ɵted"](3,null,["\n            ","\n            "])),s["ɵppd"](4,1),(e()(),s["ɵeld"](5,0,null,null,1,"ion-spinner",[],[[2,"spinner-paused",null]],null,null,c.b,c.a)),s["ɵdid"](6,114688,null,0,d.a,[l.a,s.ElementRef,s.Renderer],null,null),(e()(),s["ɵted"](-1,null,["\n          "])),(e()(),s["ɵted"](-1,null,["\n        "]))],function(e,t){e(t,6,0)},function(e,t){e(t,3,0,s["ɵunv"](t,3,0,e(t,4,0,s["ɵnov"](t.parent.parent,0),t.parent.context.$implicit.title)));e(t,5,0,s["ɵnov"](t,6)._paused)})}function o(e){return s["ɵvid"](0,[(e()(),s["ɵeld"](0,0,null,null,7,"div",[["class","segment-item autoTest_extendedOfferTypes"]],[[2,"bb-selection",null],[2,"active",null],[2,"loading",null],[2,"scrolling",null],[2,"last",null]],[[null,"click"]],function(e,t,n){var i=!0;if("click"===t){i=!1!==e.component.onItemClicked(e.context.$implicit,e.context.index)&&i}return i},null,null)),(e()(),s["ɵted"](-1,null,["\n        "])),(e()(),s["ɵand"](16777216,null,null,1,null,i)),s["ɵdid"](3,16384,null,0,m.NgIf,[s.ViewContainerRef,s.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),s["ɵted"](-1,null,["\n        "])),(e()(),s["ɵand"](16777216,null,null,1,null,r)),s["ɵdid"](6,16384,null,0,m.NgIf,[s.ViewContainerRef,s.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),s["ɵted"](-1,null,["\n      "]))],function(e,t){e(t,3,0,"SEARCH"==(null==t.context.$implicit?null:t.context.$implicit.title));e(t,6,0,"SEARCH"!=(null==t.context.$implicit?null:t.context.$implicit.title))},function(e,t){var n=t.component;e(t,0,0,1==t.context.index,n.integration?t.context.$implicit.title==(null==n.selectedItem?null:n.selectedItem.title):t.context.$implicit.id==(null==n.selectedItem?null:n.selectedItem.id),n.loading,n.scrolling,t.context.last)})}function a(e){return s["ɵvid"](0,[s["ɵpid"](0,p.a,[h.a]),s["ɵqud"](402653184,1,{segment:0}),(e()(),s["ɵeld"](2,0,null,null,11,"div",[["class","segment-container"]],null,null,null,null,null)),(e()(),s["ɵted"](-1,null,["\n  "])),(e()(),s["ɵeld"](4,0,[[1,0],["segment",1]],null,4,"div",[["class","segment"]],null,[[null,"scroll"]],function(e,t,n){var i=!0;if("scroll"===t){i=!1!==e.component.onScroll(n)&&i}return i},null,null)),(e()(),s["ɵted"](-1,null,["\n      "])),(e()(),s["ɵand"](16777216,null,null,1,null,o)),s["ɵdid"](7,802816,null,0,m.NgForOf,[s.ViewContainerRef,s.TemplateRef,s.IterableDiffers],{ngForOf:[0,"ngForOf"]},null),(e()(),s["ɵted"](-1,null,["\n  "])),(e()(),s["ɵted"](-1,null,["\n  "])),(e()(),s["ɵeld"](10,0,null,null,0,"div",[["class","scroll left"]],null,null,null,null,null)),(e()(),s["ɵted"](-1,null,["\n  "])),(e()(),s["ɵeld"](12,0,null,null,0,"div",[["class","scroll right"]],null,null,null,null,null)),(e()(),s["ɵted"](-1,null,["\n"]))],function(e,t){e(t,7,0,t.component.items)},null)}n.d(t,"a",function(){return f}),t.b=a;var s=n(1),u=n(43),l=n(6),c=n(108),d=n(78),m=n(12),p=n(89),h=n(10),f=s["ɵcrt"]({encapsulation:2,styles:[],data:{}})},,function(e,t,n){"use strict";n.d(t,"a",function(){return a});n(0),n(5);var i=n(13),r=n(28),o=(n.n(r),n(7)),a=function(){function e(e,t,n){var a=this;this.navCtrl=e,this.authProvider=t,this.envProvider=n,this.sportSubmenu=!1,this.userDetails=!0,this.sportSegmentModel="",e.viewDidLoad.pipe(Object(r.take)(1),Object(i.a)(this)).subscribe(function(e){a.showHome="Home"!==a.parent&&("AttendantHome"!==a.parent&&("1"==o.a.TerminalType?!!a.authProvider.isLoggedIn()&&e.index<=0:e.index<=0))})}return e.prototype.ngOnDestroy=function(){},e.prototype.onHomeClicked=function(){this.navCtrl.setRoot("1"==o.a.TerminalType?"AttendantHomePage":"HomePage",null,{animate:!0,direction:"forward"})},Object.defineProperty(e.prototype,"version",{get:function(){return this.envProvider.environment&&this.envProvider.environment.Version},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0),n(5);var i=n(7),r=function(){function e(e,t,n){this.navCtrl=e,this.authProvider=t,this.userProvider=n,this.userLoggedIn=this.authProvider.isLoggedIn(),this.userData=this.userProvider.userData;var i=this.authProvider.getAuth();this.membershipTypeToken=i?i.membershipTypeToken:void 0}return e.prototype.ngOnInit=function(){var e=this;this.loggedInSubscription=this.authProvider.loggedIn$.subscribe(function(t){e.userLoggedIn=t;var n=e.authProvider.getAuth();e.membershipTypeToken=n?n.membershipTypeToken:void 0}),this.userDataSubscription=this.userProvider.userData$.subscribe(function(t){e.userData=t})},e.prototype.ngOnDestroy=function(){this.loggedInSubscription&&this.loggedInSubscription.unsubscribe(),this.userDataSubscription&&this.userDataSubscription.unsubscribe()},e.prototype.onLoginUserClicked=function(){"2"==i.a.TerminalType?this.navCtrl.push(this.authProvider.forcePINLogin?"LoginPinPage":"LoginPage"):"1"==i.a.TerminalType&&this.navCtrl.push(this.authProvider.forcePINLogin?"LoginPinPage":"AttendantLoginPage")},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(){}}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(){}}()},function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0);var i=n(1),r=n(17),o=(n.n(r),function(){function e(e){this.configProvider=e,this.itemSelected=new i.EventEmitter,this.searchSelected=new i.EventEmitter}return e.prototype.onItemClicked=function(e,t){this.selectedItem=e,this.itemSelected.emit(this.selectedItem)},e.prototype.ngOnChanges=function(e){var t=this;e.items&&e.items.currentValue&&(this.selectedItem&&r.find(this.items,function(e){return e.Id==t.selectedItem.Id})||(this.selectedItem=this.items&&this.items[0]&&-99999==this.items[0].Id?this.items[1]:this.items[0],this.itemSelected.emit(this.selectedItem),setTimeout(function(){t.updateScrollers(t.segment.nativeElement)})),this.isLivePage||this.items.forEach(function(e){e.highlighted=t.highlightedSportsInMenu.includes(e.Id.toString())})),e.favoritesTriggered&&e.favoritesTriggered.currentValue&&this.items&&this.items.length>0&&(this.selectedItem=this.items[0],this.itemSelected.emit(this.selectedItem))},e.prototype.onScroll=function(e){var t=this;this.scrolling=!0,this.updateScrollers(e.srcElement),this.timeoutHndl&&(clearTimeout(this.timeoutHndl),this.timeoutHndl=void 0),this.timeoutHndl=setTimeout(function(){t.scrolling=!1},300)},e.prototype.ngAfterViewInit=function(){var e=this;setTimeout(function(){e.updateScrollers(e.segment.nativeElement)})},e.prototype.updateScrollers=function(e){e&&(this.scrollLeft=e.scrollLeft>0,this.scrollRight=e.scrollLeft+e.clientWidth<e.scrollWidth)},e.prototype.ngDoCheck=function(){this.segment&&this.updateScrollers(this.segment.nativeElement)},e.prototype.trackById=function(e,t){return t.Id},e.prototype.onSearchSelected=function(){this.searchSelected.emit(!0)},Object.defineProperty(e.prototype,"highlightedSportsInMenu",{get:function(){if(this.cfg.OnlineHighlightSportInMenu){var e=this.cfg.OnlineHighlightSportInMenu.split(",");return e=e.map(function(e){return e.trim()})}return[]},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"cfg",{get:function(){return this.configProvider&&this.configProvider.configTerminal},enumerable:!0,configurable:!0}),e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0),n(5);var i=function(){function e(e){this.configProvider=e,this.scoreBetTypes=["4104","4105","4106","4107"]}return Object.defineProperty(e.prototype,"cfg",{get:function(){return this.configProvider&&this.configProvider.configTerminal},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"getHighlightedBetype",{get:function(){if(this.cfg.OnlineHighlightBetType){var e=this.cfg.OnlineHighlightBetType.split(",");return e=e.map(function(e){return e.trim()})}return[]},enumerable:!0,configurable:!0}),e.prototype.oddTrackBy=function(e,t){return t.Id+"_"+t.OrigName},e.prototype.offerTrackBy=function(e,t){return t.Id},e.prototype.ngOnChanges=function(){if(this.offerGroup&&this.offerGroup.Offers){this.offerGroup.highlight=this.getHighlightedBetype.includes(this.highlight);for(var e=0,t=this.offerGroup.Offers;e<t.length;e++){var n=t[e],i=n.Odds.length;if(1==i&&(n.sbv50Percent=!0),i>3&&(i=3),3==i&&n.Odds.length>1&&n.Odds.length<6&&n.Odds.length%3==1&&(i=2),n.Odds){for(var r=0,o=n.Odds;r<o.length;r++){if((u=o[r]).Name){if(u.Name.length>=20&&i>1){i=1;break}u.Name.length>=10&&i>1&&(i=2)}}for(var a=0,s=n.Odds;a<s.length;a++){var u;if(1==(u=s[a]).Odd){i--;var l=n.Odds.indexOf(u);n.Odds.splice(l,1)}}n.Column=i}}}},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(17),r=(n.n(i),function(){function e(e){this.translationProvider=e,this.homeOptions={floor:0,ceil:6,step:1,showTicks:!0,showTicksValues:!0},this.awayOptions={floor:0,ceil:6,step:1,showTicks:!0,showTicksValues:!0},this.homeTeamScore=0,this.awayTeamScore=0}return e.prototype.ngOnChanges=function(){if(this.offer){this.homeOptions.floor=void 0,this.homeOptions.ceil=void 0,this.awayOptions.floor=void 0,this.awayOptions.ceil=void 0;for(var e=0,t=this.offer.Odds;e<t.length;e++){var n=t[e],i=n.OrigName.split(":");if(2==i.length){var r=+i[0],o=+i[1];(void 0==this.homeOptions.floor||r<this.homeOptions.floor)&&(this.homeOptions.floor=r),(void 0==this.homeOptions.ceil||r>this.homeOptions.ceil)&&(this.homeOptions.ceil=r),(void 0==this.awayOptions.floor||o<this.awayOptions.floor)&&(this.awayOptions.floor=o),(void 0==this.awayOptions.ceil||o>this.awayOptions.ceil)&&(this.awayOptions.ceil=o)}"OTHERS"==n.OrigName&&(this.homeOptions.ceil=6,this.awayOptions.ceil=6)}this.updateOdd()}},e.prototype.updateOdd=function(){var e=this;this.odd=i.find(this.offer.Odds,function(t){return t.OrigName==e.homeTeamScore+":"+e.awayTeamScore}),this.odd||(this.odd=i.find(this.offer.Odds,function(e){return"OTHERS"==e.OrigName})),this.odd||(this.odd={Id:0,Name:this.homeTeamScore+":"+this.awayTeamScore,ExtendedName:this.homeTeamScore+":"+this.awayTeamScore,OrigName:this.homeTeamScore+":"+this.awayTeamScore,Active:!1,FormatedOdd:this.translationProvider.translate("N/A"),IsTopOdd:!1,IsWin:!1,Odd:0,Type:this.homeTeamScore+":"+this.awayTeamScore})},e.prototype.onHomeTeamScoreChanged=function(){this.updateOdd()},e.prototype.onAwayTeamScoreChanged=function(){this.updateOdd()},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(){}}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(){}}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0),n(5);var i=function(){function e(e){this.navCtrl=e}return e.prototype.navigateToSearchPage=function(){this.navCtrl.push("CasinoAgregatorSearchPage")},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(13),r=(n(5),function(){function e(e,t){this.offerProvider=e,this.modalCtrl=t,this.jackpots=[],this.slideIndex=0}return e.prototype.ngOnInit=function(){var e=this;setTimeout(function(){e.offerProvider.jackpotsEnabled&&(e.offerProvider.sportJackpots$().pipe(Object(i.a)(e)).subscribe(function(t){e.jackpots=t,e.jackpots.length>0&&(e.selectedJackpot=e.jackpots[e.slideIndex],e.offerProvider.webSocketConnect(),e.startInterval(),e.offerProvider.evonaSportJackpots$.pipe(Object(i.a)(e)).subscribe(function(t){e.jackpots=t,e.selectedJackpot=e.jackpots[e.slideIndex]}))}),e.offerProvider.getWinningTickets().pipe(Object(i.a)(e)).subscribe(function(t){e.winningTickets=t}))},220)},e.prototype.ngOnDestroy=function(){this.clearInterval(),this.offerProvider.webSocketDisconnect()},e.prototype.slideJackpot=function(e,t){this.jackpots&&(t&&(this.clearInterval(),this.startInterval()),"next"==e?(this.slideIndex++,this.slideIndex==this.jackpots.length&&(this.slideIndex=0)):(this.slideIndex--,this.slideIndex<0&&(this.slideIndex=this.jackpots.length-1)),this.selectedJackpot=this.jackpots[this.slideIndex])},e.prototype.selectJackpot=function(e){this.clearInterval(),this.startInterval(),this.slideIndex=e,this.selectedJackpot=this.jackpots[e]},e.prototype.startInterval=function(){var e=this;this.interval=setInterval(function(){e.slideJackpot("next")},5e3)},e.prototype.clearInterval=function(){clearInterval(this.interval),this.interval=null},e.prototype.openJackpotInfo=function(){var e=this.modalCtrl.create("SportJackpotsModalPage",{jackpots:this.jackpots,winningTickets:this.winningTickets},{showBackdrop:!0,enableBackdropDismiss:!1,cssClass:"sport-jackpots-modal"});e.onDidDismiss(function(e){}),e.present()},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return s});n(0);var i=n(32),r=n(1),o=n(17),a=(n.n(o),n(13)),s=(n(5),function(){function e(e,t,n,i){var o=this;this.navCtrl=e,this.configProvider=t,this.offerProvider=n,this.fabProvider=i,this.commonHeaders=[],this.itemSelected=new r.EventEmitter,this.searchSelected=new r.EventEmitter,this.timeSortChanged=new r.EventEmitter,this.betTypeChanged=new r.EventEmitter,this.positionChanged=new r.EventEmitter,this.marginsChanged=new r.EventEmitter,this.showLeaguesOrdering=!0,this.settings={order:{az:!0},margins:{primary:!0}},this.settings.margins.primary=this.offerProvider.baseLine,this.configProvider.configTerminal$.pipe(Object(a.a)(this)).subscribe(function(e){o.settings.order.az=!e.DefaultTimeOffer})}return e.prototype.ngOnDestroy=function(){},e.prototype.ngOnInit=function(){var e=this;this.offerProvider.initialized$.pipe(Object(a.a)(this)).subscribe(function(){e.offerProvider.sportTournaments$.pipe(Object(a.a)(e)).subscribe(function(t){e.hasTournaments=t.length})})},e.prototype.onItemClicked=function(e,t){e!=this.selectedItem?(this.selectedItem=e,this.itemSelected.emit(this.selectedItem)):this.leagueItems&&(this.selectedItem=null,this.itemSelected.emit(this.selectedItem)),this.toggleTimeFilter(!1)},e.prototype.onSearchClicked=function(){this.searchSelected.emit(!0)},e.prototype.ngOnChanges=function(e){var t=this;if(e.selectedSport&&e.selectedSport.currentValue&&(this.liveFilter||this.betTypeChanged.emit(this.sportBaseType),this.resetToFirstSlide()),e.items&&e.items.currentValue&&(!1!==this.selectInitial&&this.selectedItem&&!o.find(this.items,function(e){return e.id==t.selectedItem.id})?(this.selectedItem=this.items[0],this.itemSelected.emit(this.selectedItem)):this.selectedItem=void 0),e.commonHeaders&&e.commonHeaders.currentValue){var n=e.commonHeaders.currentValue;if(n.length){n=n.filter(function(e){return null!==e.BetTypeKey}),this.sportBaseType?(n.unshift(this.sportBaseType),this.sportBetType&&-1===n.findIndex(function(e){return e.BetTypeKey==t.sportBetType.BetTypeKey})&&this.betTypeChanged.emit(n[0])):(n.unshift({BetTypeKey:null,Name:"BASIC_OFFER",Picks:[]}),this.sportBetType&&-1===n.findIndex(function(e){return e.BetTypeKey==t.sportBetType.BetTypeKey})&&this.betTypeChanged.emit(n[0]));var i=n,r=i.map(function(e,t){return t%6==0?i.slice(t,t+6):null}).filter(function(e){return e});this.sportHeaders=Object.assign({},{groups:r})}else this.sportHeaders={}}},e.prototype.onScroll=function(e){var t=this;this.scrolling=!0,this.updateScrollers(e.srcElement),this.timeoutHndl&&(clearTimeout(this.timeoutHndl),this.timeoutHndl=void 0),this.timeoutHndl=setTimeout(function(){t.scrolling=!1},300)},e.prototype.ngAfterViewInit=function(){},e.prototype.updateScrollers=function(e){e&&(this.scrollLeft=e.scrollLeft>0,this.scrollRight=e.scrollLeft+e.clientWidth<e.scrollWidth)},e.prototype.ngDoCheck=function(){},e.prototype.onTimeSortClicked=function(){this.timeSortChanged.emit(!this.sortByTime)},e.prototype.toggleOfferFilter=function(e,t){1==t?this.settings.order.az!==e&&(this.settings.order.az=e,this.timeSortChanged.emit(e)):(this.settings.margins.primary=e,this.offerProvider.baseLine=e,this.marginsChanged.emit())},e.prototype.settingsSave=function(){this.toggleSettinsFilter(!1)},e.prototype.openTournaments=function(){this.navCtrl.push("SportsTournamentsPage")},e.prototype.swipeEvent=function(e){},e.prototype.toggleSettinsFilter=function(e){this.showSettingsFilters=e,e?this.disableContentScroll():this.enableContentScroll(),this.fabProvider.activeFAB=e?i.a.None:i.a.SportsBetting},e.prototype.toggleTimeFilter=function(e){this.showTimeFilters=e,e?this.disableContentScroll():this.enableContentScroll(),this.fabProvider.activeFAB=e?i.a.None:i.a.SportsBetting},e.prototype.disableContentScroll=function(){document.body.style.overflow="hidden"},e.prototype.enableContentScroll=function(){document.body.style.overflow="auto"},e.prototype.openSearchPage=function(){this.navCtrl.push("SearchCasinoSportPage")},e.prototype.resetToFirstSlide=function(){this.slides&&this.slides.slideTo(0,0)},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(495),r=(n.n(i),function(){function e(){this.targetTime=0,this.days=0,this.hours=0,this.minutes=0,this.seconds=0}return e.prototype.ngOnInit=function(){var e=this;this.targetTime=new Date(this.dateTo).getTime(),this.updateCountdown(),this.timerSub=Object(i.interval)(1e3).subscribe(function(){return e.updateCountdown()})},e.prototype.ngOnDestroy=function(){this.timerSub.unsubscribe()},e.prototype.updateCountdown=function(){var e=Date.now(),t=this.targetTime-e;t<=0?this.days=this.hours=this.minutes=this.seconds=0:(this.days=Math.floor(t/864e5),this.hours=Math.floor(t/36e5%24),this.minutes=Math.floor(t/6e4%60),this.seconds=Math.floor(t/1e3%60),this.hideDays=this.splitBox&&0==this.days,this.hideSeconds=this.splitBox&&!this.hideDays)},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(1),r=function(){function e(e){this.envProvider=e,this.openedChange=new i.EventEmitter}return e.prototype.updateOpened=function(e){this.opened=e,this.openedChange.emit(e)},e.prototype.onHeaderClicked=function(){this.updateOpened(!this.opened)},Object.defineProperty(e.prototype,"sportCfg",{get:function(){return this.envProvider.environment.Sport},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0),n(5);var i=function(){function e(){this.opened=!0}return e.prototype.ngOnChanges=function(e){e.first&&e.first.currentValue&&(this.opened||(this.opened=!0))},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(e){this.envProvider=e}return Object.defineProperty(e.prototype,"sportCfg",{get:function(){return this.envProvider.environment.Sport},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(){this.fakeArray=new Array(6)}return e.prototype.ngOnInit=function(){},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(){}}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0),n(70);var i=n(1),r=(n(5),function(){function e(e,t,n,r,o,a){this.oryxProvider=e,this.authProvider=t,this.uiProvider=n,this.navCtrl=r,this.platform=o,this.inAppBrowser=a,this.favoriteRemoved=new i.EventEmitter}return e.prototype.toggleFavorite=function(){var e=this;this.authProvider.isLoggedIn()?this.game.isFavorite?this.oryxProvider.removeGameFromFavorites(this.game.id).then(function(t){e.game.isFavorite=!1,e.favoriteRemoved.emit(e.game.id)}):this.oryxProvider.addGameToFavorites(this.game.id).then(function(){e.game.isFavorite=!0}):this.uiProvider.toastCreate("PLEASE_LOG_IN","warning")},e.prototype.launchGame=function(){var e=this;this.authProvider.isLoggedIn()?3!=this.game.providerId||this.platform.is("ios")?(localStorage.setItem("oryxLaunchedGame",this.game.name),this.navCtrl.push("OryxCasinoGameLaunchPage",{providerId:this.game.providerId,gameCode:this.game.gameCode})):this.authProvider.isLoggedIn()?(this.uiProvider.loadingPresent(),this.oryxProvider.login(this.game.providerId,this.game.gameCode).subscribe(function(t){e.uiProvider.loadingDismiss(),e.inAppBrowser.create(t.url,"_blank")},function(){e.uiProvider.loadingDismiss()})):(localStorage.setItem("oryxLaunchedGame",this.game.name),this.navCtrl.push("OryxCasinoGameLaunchPage",{providerId:this.game.providerId,gameCode:this.game.gameCode})):this.uiProvider.toastCreate("PLEASE_LOG_IN","warning")},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(e,t){this.virtualGamesTicketProvider=e,this.fabProvider=t,this.hide=!1}return Object.defineProperty(e.prototype,"numberOfBets",{get:function(){return this.virtualGamesTicketProvider.ticket.Bets?this.virtualGamesTicketProvider.ticket.Bets.length:0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"totalOdds",{get:function(){return void 0!=this.virtualGamesTicketProvider.ticket.TotalOdds?this.virtualGamesTicketProvider.ticket.TotalOdds:0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"betSlipVisible",{get:function(){return this.virtualGamesTicketProvider.ticketActive},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"activeFAB",{get:function(){return this.fabProvider.activeFAB},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0),n(5);var i=function(){function e(e){this.navCtrl=e}return e.prototype.ngOnChanges=function(){},e.prototype.goToProviderGamesList=function(){this.navCtrl.push("CasinoAgregatorGamesListPage",{param:"provider-"+this.provider.id,tag:"tag-0"})},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return a});n(0),n(5);var i=n(13),r=n(4),o=n.n(r),a=function(){function e(e,t,n,r,o){var a=this;this.modalCtrl=e,this.authProvider=t,this.oryxCasinoProvider=n,this.uiProvider=r,this.navCtrl=o,this.slideIndex=0,this.selectedTournamentFinished=!1,this.selectedTournamentStarted=!1,this.selectedTournamentHappyHourFinished=!1,this.playersPagingOffset=0,this.playersPagingLimit=50,this.filterItems=[],this.authProvider.loggedIn$.pipe(Object(i.a)(this)).subscribe(function(e){e?(a.currentUser=a.authProvider.getAuth().userId,a.currentUsername=a.authProvider.getAuth().username):(a.currentUser=null,a.currentUsername="")}),this.oryxCasinoProvider._currentUserPointsChangedSubject$.pipe(Object(i.a)(this)).subscribe(function(e){if(a.currentUser&&a.selectedTournament&&a.selectedTournament.players){var t=a.selectedTournament.players.find(function(e){return e.id==a.currentUser});t&&(a.userTournamentInfo={id:a.currentUser,place:t.place,points:t.points,award:t.possibleAward,username:a.currentUsername,count:t.count,awardType:t.awardType},a.oryxCasinoProvider._currentUserInfoSubject.next(a.userTournamentInfo))}})}return e.prototype.ngOnDestroy=function(){},e.prototype.ngOnInit=function(){this.prepareFilters(),this.setCountdownProps(),this.selectedItem=this.filterItems.find(function(e){return e.tournaments?e.tournaments.length:null}),this.selectedItem&&(this.tournaments=this.selectedItem.tournaments,this.oryxCasinoProvider.tournaments=this.tournaments,this.selectedTournament=this.selectedItem.tournaments?this.selectedItem.tournaments[0]:[],this.getTournamentNumber())},e.prototype.prepareFilters=function(){var e=this;this.tournaments.forEach(function(t){e.filterItems.push({id:t.status,name:1==t.status?"L_ACTIVE":2==t.status?"L_FINISHED":"L_UPCOMING",tournaments:t.tournaments})})},e.prototype.ngOnChanges=function(e){},e.prototype.onItemClicked=function(e){this.selectedItem=e,this.getCasinoTournamentsByStatus(e.id)},e.prototype.getCasinoTournamentsByStatus=function(e){var t=this;this.oryxCasinoProvider.getCasinoTournamentsByStatus(e).pipe(Object(i.a)(this)).subscribe(function(e){t.tournaments=e.result,t.oryxCasinoProvider.tournaments=t.tournaments,t.tournaments.length?(t.selectedTournament=t.tournaments[0],t.getTournamentNumber(),t.slideIndex=0):t.selectedTournament=null})},e.prototype.getCasinoTournamets=function(){var e=this;setTimeout(function(){e.oryxCasinoProvider.tournaments$.pipe(Object(i.a)(e)).subscribe(function(t){e.tournaments=t,e.selectedTournament=e.tournaments[e.slideIndex],e.getTournamentNumber()}),e.setCountdownProps()},1e3)},e.prototype.trackByFn=function(e,t){return t.points},e.prototype.slideTournament=function(e){e?(this.slideIndex++,this.slideIndex==this.tournaments.length&&(this.slideIndex=0)):(this.slideIndex--,this.slideIndex<0&&(this.slideIndex=this.tournaments.length-1)),this.selectedTournament=this.tournaments[this.slideIndex],this.getTournamentNumber(),this.setCountdownProps(),this.setHorizontallScroll()},e.prototype.openTournamentInfo=function(e,t){var n=this,i=function(){n.isModalOpen=!0,n.playersPagingOffset=0,n.oryxCasinoProvider.getAllPlayersFromCasinoTournament(e.tournamentId,n.playersPagingOffset,n.playersPagingLimit).subscribe(function(i){var r=n.modalCtrl.create("CasinoTournamentModalPage",{tournament:e,tournamentPlayers:i,info:t,userTournamentInfo:n.userTournamentInfo},{showBackdrop:!0,enableBackdropDismiss:!1,cssClass:"casino-tournament-modal"});r.onDidDismiss(function(e){n.isModalOpen=!1}),r.present()},function(e){n.uiProvider.onErrorResponse(e)})};this.isModalOpen||(this.currentUser?this.oryxCasinoProvider.getCasinoTournamentsAllPlayers(e.tournamentId).subscribe(function(e){n.userTournamentInfo=e.place?{id:n.currentUser,place:e.place,points:e.points,award:e.possibleAward,username:n.currentUsername,count:e.count,awardType:e.awardType}:null,i()},function(e){n.userTournamentInfo=null,i()}):i())},e.prototype.openAllTournamentGames=function(e){this.navCtrl.push("CasinoTournamentsGamesPage",{id:e.tournamentId,index:this.slideIndex+1})},e.prototype.setHorizontallScroll=function(){this.scrollSegment&&this.scrollSegment.nativeElement&&this.scrollSegment.nativeElement.scrollTo({top:0,left:0,behavior:"smooth"})},e.prototype.convertToCountdownTime=function(e,t){var n=o()(new Date),i=o()(e);if(n>i)return"start"==t?this.selectedTournamentStarted=!0:this.selectedTournamentFinished=!0,null;var r=o.a.duration(n.diff(i)),a=r.asHours();a<0&&(a*=-1);var s=r.asSeconds();return s<0&&(s*=-1),a<24?parseInt(s.toFixed(1)):null},e.prototype.handleEvent=function(e,t){var n=this;!e||0!=e.left&&"00:00"!==e.text||setTimeout(function(){"end"==t?(n.countdownEndDate=null,n.selectedTournamentFinished=!0):(n.selectedTournamentStarted=!0,n.countdownStartDate=null)},0)},e.prototype.handleHappyHourEvent=function(e,t){var n=this;!e||0!=e.left&&"00:00"!==e.text||setTimeout(function(){"end"==t&&(n.countdownHappyHourEndDate=null,n.selectedTournamentHappyHourFinished=!0)},0)},e.prototype.setCountdownProps=function(){var e=this;this.selectedTournamentFinished=!1,this.countdownEndDate=null,this.selectedTournamentStarted=!1,this.countdownStartDate=null,this.selectedTournament&&(this.countdownStartDate=this.convertToCountdownTime(this.selectedTournament.startDate,"start"),this.countdownEndDate=this.convertToCountdownTime(this.selectedTournament.endDate,"end")),this.selectedTournamentHappyHourFinished=!1,this.countdownHappyHourEndDate=null,setTimeout(function(){e.selectedTournament&&e.selectedTournament.bonus&&(e.countdownHappyHourEndDate=e.convertToCountdownTime(e.selectedTournament.bonus.dateTimeTo,"end"))},300)},e.prototype.getTournamentNumber=function(){var e=this.selectedTournament.mobileBackgroundImage;if(e){var t=e.split("/").pop().split(".")[0].match(/defaultTournamentByAdmin(\d+)$/);t&&(this.defaultImageIndex=parseInt(t[1],10))}},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return a});n(0),n(5);var i=n(4),r=n.n(i),o=n(13),a=function(){function e(e,t,n,i,r){var a=this;if(this.modalCtrl=e,this.authProvider=t,this.offerProvider=n,this.navCtrl=i,this.configProvider=r,this.slideIndex=0,this.selectedTournamentFinished=!1,this.selectedTournamentStarted=!1,this.authProvider.loggedIn$.pipe(Object(o.a)(this)).subscribe(function(e){a.currentUser=e?a.authProvider.getAuth().userId:null}),this.currentUser&&this.selectedTournament&&this.selectedTournament.players){var s=this.selectedTournament.players.find(function(e){return e.id==a.currentUser});s&&(this.userTournamentInfo={id:this.currentUser,place:s.place,points:s.points,award:s.possibleAward,username:s.username})}}return e.prototype.ngOnDestroy=function(){this._subscription&&(this._subscription.unsubscribe(),this._subscription=void 0)},e.prototype.ngOnInit=function(){},e.prototype.ngOnChanges=function(e){e.tournaments&&e.tournaments.currentValue&&(this.selectedTournament=this.tournaments[this.slideIndex],this.selectedTournament&&this.setCountdownProps())},e.prototype.trackByFn=function(e,t){return t.points},e.prototype.slideTournament=function(e){e?(this.slideIndex++,this.slideIndex==this.tournaments.length&&(this.slideIndex=0)):(this.slideIndex--,this.slideIndex<0&&(this.slideIndex=this.tournaments.length-1)),this.selectedTournament=this.tournaments[this.slideIndex],this.setCountdownProps(),this.setHorizontallScroll()},e.prototype.openTournamentInfo=function(e,t){var n=this,i=function(){var i=n.modalCtrl.create("CasinoTournamentModalPage",{tournament:e,info:t,userTournamentInfo:n.userTournamentInfo,isSportTournament:!0,tournamentPlayers:e.players},{showBackdrop:!0,enableBackdropDismiss:!1,cssClass:"casino-tournament-modal"});i.onDidDismiss(function(e){}),i.present()};this.currentUser?this.offerProvider.getSportTournamentsAllPlayers(e.tournamentId).subscribe(function(e){n.userTournamentInfo=e.place?{id:n.currentUser,place:e.place,points:e.points,award:e.possibleAward,username:e.username}:null,i()},function(e){n.userTournamentInfo=null,i()}):i()},e.prototype.setHorizontallScroll=function(){this.scrollSegment&&this.scrollSegment.nativeElement&&this.scrollSegment.nativeElement.scrollTo({top:0,left:0,behavior:"smooth"})},e.prototype.convertToCountdownTime=function(e,t){var n=r()(new Date),i=r()(e);if(n>i)return"start"==t?this.selectedTournamentStarted=!0:this.selectedTournamentFinished=!0,null;var o=r.a.duration(n.diff(i)),a=o.asHours();a<0&&(a*=-1);var s=o.asSeconds();return s<0&&(s*=-1),a<24?parseInt(s.toFixed(1)):null},e.prototype.handleEvent=function(e,t){var n=this;!e||0!=e.left&&"00:00"!==e.text||setTimeout(function(){"end"==t?(n.countdownEndDate=null,n.selectedTournamentFinished=!0):(n.selectedTournamentStarted=!0,n.countdownStartDate=null)},0)},e.prototype.setCountdownProps=function(){this.selectedTournamentFinished=!1,this.countdownEndDate=null,this.selectedTournamentStarted=!1,this.countdownStartDate=null,this.countdownStartDate=this.convertToCountdownTime(this.selectedTournament.startDate,"start"),this.countdownEndDate=this.convertToCountdownTime(this.selectedTournament.endDate,"end")},e.prototype.selectTournamentLeague=function(e){var t=this,n=e.split("/");this._subscription&&(this._subscription.unsubscribe(),this._subscription=void 0),this._subscription=this.offerProvider.prematchSports$.take(1).subscribe(function(e){if(n.length){var i=e.find(function(e){return e.Id==n[0]});if(i&&n[1]){var r=i.Categories.find(function(e){return e.Id==n[1]});if(r&&n[2]){var o=r.Leagues.find(function(e){return e.Id==n[2]});o&&t.navCtrl.push("SportsBettingPrematchLeaguePage",{sport:i.Slug,category:r.Slug,league:o.Slug,time:t.cfg.DefaultSportTimeFilter})}}}})},Object.defineProperty(e.prototype,"cfg",{get:function(){return this.configProvider&&this.configProvider.configTerminal},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return l});n(0);var i=n(1),r=n(13),o=n(29),a=n(20),s=(n.n(a),n(32)),u=n(31),l=(n(5),function(){function e(e,t,n,a,s,u,l,c,d,m,p,h){this.http=e,this.navCtrl=t,this.navParams=n,this.bingoProvider=a,this.environmentProvider=s,this.seoProvider=u,this.fabProvider=l,this.uiProvider=c,this.authProvider=d,this.initProvider=m,this.configProvider=p,this.bottomMenuProvider=h,this.shownIndexes=[],this.queryField=new o.e,this.openedChange=new i.EventEmitter,this.expanded=!0,this.openedSingleR=!0,this.colors=[{name:"red",numbers:[1,9,17,25,33,41]},{name:"yellow",numbers:[2,10,18,26,34,42]},{name:"black",numbers:[3,11,19,27,35,43]},{name:"orange",numbers:[4,12,20,28,36,44]},{name:"purple",numbers:[5,13,21,29,37,45]},{name:"pink",numbers:[6,14,22,30,38,46]},{name:"blue",numbers:[7,15,23,31,39,47]},{name:"green",numbers:[8,16,24,32,40,48]}],this.authProvider.loggedIn$.pipe(Object(r.a)(this)).subscribe(function(e){}),this.lotteryGamesEnabled=this.configProvider&&this.configProvider.configTerminal&&this.configProvider.configTerminal.LoteryGamesEnabled}return e.prototype.ionViewDidEnter=function(){this.seoProvider.setTitle("SEO_TITLE_BINGO_RESULTS"),this.seoProvider.setMetaDescription("SEO_META_DESCRIPTION_BINGO_RESULTS"),this.seoProvider.setMetaRobots("all"),this.fabProvider.activeFAB=s.a.Bingo,this.maxDate=new Date,this.stringMaxDate=this.maxDate.toJSON(),this.minDate=new Date(this.maxDate.getFullYear(),0,1,1,1),this.stringMinDate=this.minDate.toJSON(),this.bottomMenuProvider.enableBottomMenuPerPage=u.b.Enabled},e.prototype.ngOnInit=function(){var e=this;this.initProvider.initialized$.pipe(Object(r.a)(this)).subscribe(function(t){e.roundHistory||(e.loading=!0,e.bingoProvider.getRoundInfoHistory(20,e.terminalId).pipe(Object(r.a)(e)).subscribe(function(t){e.loading=!1,e.onRoundsReceived(t)},function(t){e.loading=!1})),e.queryField.valueChanges.debounceTime(1e3).distinctUntilChanged().subscribe(function(t){e.getSingleRound(e.queryField.value)})})},e.prototype.ionViewWillLeave=function(){var e=document.getElementsByTagName("ion-picker-cmp");if(e.length>0)for(var t=0;t<e.length;t++)e[t].style.display="none"},e.prototype.ionViewDidLoad=function(){},e.prototype.ngOnDestroy=function(){},e.prototype.getRoundsByDate=function(e){var t=this;if(this.date=e,e)if(this.loading=!0,this.dailyNumberRoundEnabled){var n=new Date(this.date);n.setHours(0,0,0,0);var i=new Date(this.date);i.setHours(23,59,59,59),this.bingoProvider.getRoundInfoDetails(+this.queryField.value,this.terminalId,n.toISOString(),i.toISOString()).subscribe(function(e){e&&(t.loading=!1,t.onRoundsReceived(e))})}else this.bingoProvider.getRoundsByDate(this.date,this.terminalId).subscribe(function(e){e&&(t.loading=!1,t.onRoundsReceived(e),t.updateOpened(!t.opened))})},e.prototype.getSingleRound=function(e){var t,n=this;if(this.roundHistory&&this.queryField.value)if(-1!=(t=this.roundHistory.findIndex(function(e){return e.RoundId==n.queryField.value})))this.singleRound=this.roundHistory[t];else if(this.singleRound=null,this.queryField.value&&!this.singleRound)if(this.loadingSingleRound=!0,this.dailyNumberRoundEnabled){var i=new Date,r=new Date;this.date?((i=new Date(this.date)).setHours(0,0,0,0),(r=new Date(this.date)).setHours(23,59,59,59)):(i.setHours(0,0,0,0),r.setHours(23,59,59,59)),this.bingoProvider.getRoundInfoDetails(this.queryField.value,this.terminalId,i.toISOString(),r.toISOString()).subscribe(function(e){e&&e.length?(n.loadingSingleRound=!1,n.onSingleRoundReceived(e[0])):(n.loadingSingleRound=!1,n.singleRound=null)},function(e){n.singleRound=null,n.loadingSingleRound=!1})}else this.bingoProvider.getRoundInfo(this.queryField.value,this.terminalId).subscribe(function(e){e&&(n.loadingSingleRound=!1,n.onSingleRoundReceived(e))},function(e){n.singleRound=null,n.loadingSingleRound=!1})},e.prototype.onSingleRoundReceived=function(e){e.firstColor=this.getNumberColor(e.Results[0]),e.firstOddNumber=this.isOddNumber(e.Results[0]),e.firstFiveSum=this.countFirstFive(e),this.singleRound=e},e.prototype.onRoundsReceived=function(e){var t=this;e.forEach(function(e){e.firstColor=t.getNumberColor(e.Results[0]),e.firstOddNumber=t.isOddNumber(e.Results[0]),e.firstFiveSum=t.countFirstFive(e)}),this.roundHistory=e,this.toggleRoundResults(this.roundHistory[0],!0),this.roundHistory&&this.roundHistory.length&&(this.dailyNumberRoundEnabled=this.roundHistory[0].DailyRoundNumber||0==this.roundHistory[0].DailyRoundNumber)},e.prototype.getNumberColor=function(e){var t="";return this.colors.forEach(function(n){-1==n.numbers.indexOf(e)||(t=n.name)}),t},e.prototype.isOddNumber=function(e){return e%2!=0},e.prototype.countFirstFive=function(e){for(var t=0,n=0;n<5;n++)t+=e.Results[n];return t},e.prototype.clearQueryField=function(){this.queryField.setValue(""),this.singleRound=null},e.prototype.clearDateField=function(){var e=this;this.date&&(this.date=null,this.loading=!0,this.bingoProvider.getRoundInfoHistory(20,this.terminalId).pipe(Object(r.a)(this)).subscribe(function(t){e.loading=!1,e.onRoundsReceived(t),e.updateOpened(!e.opened)},function(t){e.loading=!1}))},Object.defineProperty(e.prototype,"cfg",{get:function(){return this.configProvider&&this.configProvider.configTerminal},enumerable:!0,configurable:!0}),e.prototype.onDeletePressed=function(e){var t=this,n=a.Observable.fromEvent(document,"keydown"),i=a.Observable.fromEvent(document,"keyup");a.Observable.merge(n,i).filter(function(){var e={};return function(t){var n=t.key||t.which;return"keyup"==t.type?(delete e[n],!0):"keydown"==t.type?!e[n]&&(e[n]=!0,!0):void 0}}()).subscribe(function(e){"android"==t.environmentProvider.environment.Headers.DeviceType||"mobile"==t.environmentProvider.environment.Headers.DeviceType?8===e.keyCode&&t.singleRound&&(t.singleRound=null):"Backspace"!==e.key&&"Delete"!==e.key||t.singleRound&&(t.singleRound=null)})},e.prototype.updateOpened=function(e){this.opened=e,this.openedChange.emit(e)},e.prototype.onDrawClicked=function(){this.updateOpened(!this.opened)},e.prototype.toggleRoundResults=function(e,t){e.isExpanded=!!t||!e.isExpanded,this.updateOpened(!this.opened)},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return u});n(0),n(5);var i=n(17),r=(n.n(i),n(12)),o=n(32),a=n(31),s=n(7),u=function(){function e(e,t,n,r,o,a){this.navCtrl=e,this.configProvider=t,this.navParams=n,this.fabProvider=r,this.bottomMenuProvider=o,this.ionicApp=a,this.lodash=i,this.howToPlayActive=!1,this.resultsActive=!1}return e.prototype.ionViewDidLoad=function(){},e.prototype.ionViewDidEnter=function(){this.fabProvider.activeFAB=o.a.Bingo,this.bottomMenuProvider.enableBottomMenuPerPage=a.b.Enabled},e.prototype.ngOnInit=function(){var e=this.configProvider.configTerminal?this.configProvider.configTerminal.CurrencyId.toUpperCase():"";this.currency=Object(r.getCurrencySymbol)(e,"narrow")},e.prototype.onSegmentChanged=function(e){this.selectedSegment=e,"howtoplay"!=this.selectedSegment||this.howToPlayActive||(this.navCtrl.push("BingoHowToPlayPage"),this.howToPlayActive=!0,this.resultsActive&&(this.resultsActive=!1)),"results"!=this.selectedSegment||this.resultsActive||(this.navCtrl.push("BingoResultsPage"),this.resultsActive=!0,this.howToPlayActive&&(this.howToPlayActive=!1))},e.prototype.onPlaceBetClicked=function(){var e=this;s.a.MobileWeb?this.ionicApp.setElementAttribute("content",scrollTo({top:0,left:0,behavior:"smooth"})):this.content.scrollTo(0,0).then(function(){return e.content.scrollToTop()})},Object.defineProperty(e.prototype,"fiveSixJackpotEnabled",{get:function(){return this.configProvider.configBingo&&"True"==this.configProvider.configBingo.BINGO_FIVESIX_JACKPOT_ON},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return s});n(0);var i=n(1),r=n(29),o=(n(5),n(13)),a=n(20),s=(n.n(a),function(){function e(e,t,n,o,a,s,u,l){this.navCtrl=e,this.navParams=t,this.kenoProvider=n,this.environmentProvider=o,this.seoProvider=a,this.fabProvider=s,this.initProvider=u,this.configProvider=l,this.shownIndexes=[],this.queryField=new r.e,this.openedChange=new i.EventEmitter,this.expanded=!0,this.openedSingleR=!0}return e.prototype.ngOnDestroy=function(){},e.prototype.ngOnInit=function(){var e=this;this.maxDate=new Date,this.stringMaxDate=this.maxDate.toJSON(),this.minDate=new Date(this.maxDate.getFullYear(),0,1,1,1),this.stringMinDate=this.minDate.toJSON(),this.queryField.valueChanges.debounceTime(1e3).distinctUntilChanged().subscribe(function(t){e.getSingleRound(e.queryField.value)}),this.initProvider.initialized$.pipe(Object(o.a)(this)).subscribe(function(t){e.roundHistory||(e.loading=!0,e.kenoProvider.getRoundsHistory(e.terminalId).pipe(Object(o.a)(e)).subscribe(function(t){e.loading=!1,e.onRoundsReceived(t)},function(t){e.loading=!1}))})},e.prototype.getRoundsByDate=function(e){var t=this;this.date=e,this.date&&(this.loading=!0,this.kenoProvider.getRoundsByDate(this.date,this.terminalId).subscribe(function(e){e&&(t.loading=!1,t.onRoundsReceived(e),t.updateOpened(!t.opened))}))},e.prototype.getSingleRound=function(e){var t=this;this.date&&(this.date=null);var n;this.roundHistory&&this.queryField.value&&(-1!=(n=this.roundHistory.findIndex(function(e){return e.RoundId==t.queryField.value}))?(this.singleRound=this.roundHistory[n],this.singleRound.isExpanded=!0):(this.singleRound=null,this.queryField.value&&!this.singleRound&&(this.loadingSingleRound=!0,this.kenoProvider.getRoundInfo(this.queryField.value,this.terminalId).subscribe(function(e){e&&(t.loadingSingleRound=!1,t.onSingleRoundReceived(e))},function(e){t.singleRound=null,t.loadingSingleRound=!1}))))},e.prototype.onSingleRoundReceived=function(e){e.Results?(e.firstOddNumber=this.isOddNumber(e.Results[0]),e.lastOddNumber=this.isOddNumber(e.Results[e.Results.length-1]),e.firstNumberOver40=e.Results[0]>40.5,e.lastNumberOver40=e.Results[e.Results.length-1]>40.5,e.firstNumberSingleDigit=this.isSingleDigit(e.Results[0]),e.lastNumberSingleDigit=this.isSingleDigit(e.Results[e.Results.length-1]),e.sumFirstFive=this.sumFirstFive(e),e.sumAllNumbers=this.sumAllNumbers(e),e.isExpanded=!0,this.singleRound=e):this.singleRound=null},e.prototype.onRoundsReceived=function(e){var t=this;e.forEach(function(e){e.firstOddNumber=t.isOddNumber(e.Results[0]),e.lastOddNumber=t.isOddNumber(e.Results[e.Results.length-1]),e.firstNumberOver40=e.Results[0]>40.5,e.lastNumberOver40=e.Results[e.Results.length-1]>40.5,e.firstNumberSingleDigit=t.isSingleDigit(e.Results[0]),e.lastNumberSingleDigit=t.isSingleDigit(e.Results[e.Results.length-1]),e.sumFirstFive=t.sumFirstFive(e),e.sumAllNumbers=t.sumAllNumbers(e)}),this.roundHistory=e,this.toggleRoundResults(this.roundHistory[0],!0)},e.prototype.isOddNumber=function(e){return e%2!=0},e.prototype.isSingleDigit=function(e){return String(Math.abs(e)).charAt(0)==e},e.prototype.sumFirstFive=function(e){for(var t=0,n=0;n<5;n++)t+=e.Results[n];return t},e.prototype.sumAllNumbers=function(e){for(var t=0,n=0;n<e.Results.length;n++)t+=e.Results[n];return t},e.prototype.clearQueryField=function(){this.queryField.setValue(""),this.singleRound=null},e.prototype.clearDateField=function(){var e=this;this.date&&(this.date=null,this.loading=!0,this.kenoProvider.getRoundsHistory(this.terminalId).pipe(Object(o.a)(this)).subscribe(function(t){e.loading=!1,e.onRoundsReceived(t),e.updateOpened(!e.opened)},function(t){e.loading=!1}))},e.prototype.onDeletePressed=function(e){var t=this,n=a.Observable.fromEvent(document,"keydown"),i=a.Observable.fromEvent(document,"keyup");a.Observable.merge(n,i).filter(function(){var e={};return function(t){var n=t.key||t.which;return"keyup"==t.type?(delete e[n],!0):"keydown"==t.type?!e[n]&&(e[n]=!0,!0):void 0}}()).subscribe(function(e){"android"==t.environmentProvider.environment.Headers.DeviceType||"mobile"==t.environmentProvider.environment.Headers.DeviceType?8===e.keyCode&&t.singleRound&&(t.singleRound=null):"Backspace"!==e.key&&"Delete"!==e.key||t.singleRound&&(t.singleRound=null)})},e.prototype.updateOpened=function(e){this.opened=e,this.openedChange.emit(e)},e.prototype.onDrawClicked=function(){this.updateOpened(!this.opened)},e.prototype.toggleRoundResults=function(e,t){e.isExpanded=!!t||!e.isExpanded,this.updateOpened(!this.opened)},Object.defineProperty(e.prototype,"isSpecialBetsEnabled",{get:function(){return this.configProvider.configTerminal.KenoSpecialBetsEnabled},enumerable:!0,configurable:!0}),e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(){}}()},function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0);var i=n(1),r=n(17),o=(n.n(r),function(){function e(){this.itemSelected=new i.EventEmitter}return e.prototype.onItemClicked=function(e,t){this.selectedItem=e!=this.selectedItem?e:void 0,this.itemSelected.emit(this.selectedItem),this.segment.nativeElement.scrollTo(this.segment.nativeElement.children[t].offsetLeft,0)},e.prototype.ngOnChanges=function(e){var t=this;e.items&&e.items.currentValue&&(0!=this.selectInitial&&this.selectedItem&&!r.find(this.items,function(e){return e.id==t.selectedItem.id})?(this.selectedItem=this.items[0],this.itemSelected.emit(this.selectedItem),setTimeout(function(){t.updateScrollers(t.segment.nativeElement)})):this.itemSelected.emit(this.selectedItem),this.segment&&this.segment.nativeElement&&(this.segment.nativeElement.scrollLeft=0))},e.prototype.onScroll=function(e){var t=this;this.scrolling=!0,this.updateScrollers(e.srcElement),this.timeoutHndl&&(clearTimeout(this.timeoutHndl),this.timeoutHndl=void 0),this.timeoutHndl=setTimeout(function(){t.scrolling=!1},300)},e.prototype.ngAfterViewInit=function(){var e=this;setTimeout(function(){e.updateScrollers(e.segment.nativeElement)})},e.prototype.updateScrollers=function(e){e&&(this.scrollLeft=e.scrollLeft>0,this.scrollRight=e.scrollLeft+e.clientWidth<e.scrollWidth)},e.prototype.ngDoCheck=function(){this.segment&&this.updateScrollers(this.segment.nativeElement)},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return s});n(0);var i=n(1),r=n(658),o=(n(5),this&&this.__assign||Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++){t=arguments[n];for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])}return e}),a=function(){var e={};return e[e.Idle=0]="Idle",e[e.Starting=1]="Starting",e[e.Spinning=2]="Spinning",e[e.Stopping=3]="Stopping",e}(),s=function(){function e(e,t,n,r){this.gamificationProvider=e,this.uiProvider=t,this.configProvider=n,this.navCtrl=r,this.fromShop=!1,this.showBasics=!0,this.awarded=new i.EventEmitter,this.spinned=new i.EventEmitter,this.goBack=new i.EventEmitter,this.refresh=new i.EventEmitter,this.awardElements=[],this.lastFrameTimestamp=void 0,this.wheelState=a.Idle,this.MOVE_SPEED=20,this.ELEMENT_WIDTH=70,this.WHEEL_CETER_X=180,this.EASE_SPEED=3,this.MIN_SPEED=2,this.gamificationConfig=this.configProvider.configTerminal.Gamification}return e.prototype.ngOnChanges=function(e){this.chest.boughtItems&&!this.awardElements.length?this.prepareCustomArray():this.awardElements=[]},e.prototype.ngOnDestroy=function(){this.refresh.emit()},Object.defineProperty(e.prototype,"cfg",{get:function(){return this.configProvider&&this.configProvider.configTerminal},enumerable:!0,configurable:!0}),e.prototype.prepareCustomArray=function(){this.awardElements=[];var e=[],t=Object.assign([],this.chest.awards);e.push.apply(e,t.map(function(e){return o({},e)})),e.push.apply(e,t.map(function(e){return o({},e)})),e.push.apply(e,t.map(function(e){return o({},e)})),e.push.apply(e,t.map(function(e){return o({},e)}));for(var n=0;n<e.length;n++){var i=e[n];i.width=this.ELEMENT_WIDTH,i.xPosition=n*this.ELEMENT_WIDTH}this.awardElements=e},e.prototype.playAnimation=function(){var e=this;if(this.wheelState==a.Idle&&this.chest.boughtItems.length){this.rendering=!1,this.awardElement=void 0,this.chestAward=null,this.userAward=null;for(var t=this.awardElements[0].xPosition,n=0;n<this.awardElements.length;n++){this.awardElements[n].xPosition=t+this.ELEMENT_WIDTH*n}this.WHEEL_CETER_X=180-60*(Math.random()-.5),this.animationMoveSpeed=0,this.wheelState=a.Starting,r.b.to(this,{animationMoveSpeed:this.MOVE_SPEED,duration:2,ease:r.a.easeIn,onComplete:function(){e.wheelState=a.Spinning,setTimeout(function(){e.spinChest()},2e3)}}),this.rendering=!0,this.renderAnimation()}},e.prototype.stopAnimation=function(){this.rendering=!1,this.animationMoveSpeed=0,this.lastFrameTimestamp=void 0,this.spinnedItem(),this.userAward=this.wonAward},e.prototype.calculateAnimation=function(e){var t=this;e>3&&(e=3);var n=function(){for(var n=t.animationMoveSpeed*e,i=0,r=t.awardElements;i<r.length;i++){var o=r[i];o.xPosition=o.xPosition-=n}var a=t.awardElements[0];if(a.xPosition<-a.width){t.awardElements.splice(0,1);var s=t.awardElements[t.awardElements.length-1];a.xPosition=s.xPosition+s.width,t.awardElements.push(a)}};switch(this.wheelState){case a.Idle:break;case a.Starting:case a.Spinning:n();break;case a.Stopping:if(!this.awardElement&&(this.awardElement=this.awardElements.find(function(e){return e.id==t.wonAward&&e.xPosition>t.WHEEL_CETER_X-t.ELEMENT_WIDTH/2+4*t.ELEMENT_WIDTH}),this.awardElement)){this.awardElement.xDiff=this.awardElement.xPosition-(this.WHEEL_CETER_X-this.ELEMENT_WIDTH/2),this.awardElement.xOffset=0;for(var i=0,r=this.awardElements;i<r.length;i++){(c=r[i]).xInitial=c.xPosition}}if(this.awardElement){var o=this.animationMoveSpeed*e,s=this.easeOutQuad((this.awardElement.xDiff-(this.awardElement.xOffset+o))/this.awardElement.xDiff/this.EASE_SPEED);this.awardElement.xOffset=this.awardElement.xOffset+Math.max(o*s,this.MIN_SPEED*e),this.awardElement.xOffset>=this.awardElement.xDiff&&(this.wheelState=a.Idle,this.stopAnimation(),this.chestAward=this.chest.awards.find(function(e){return e.id==t.wonAward}));for(var u=0,l=this.awardElements;u<l.length;u++){var c;(c=l[u]).xPosition=c.xInitial-this.awardElement.xOffset}var d=this.awardElements[0];if(d.xPosition<-d.width){this.awardElements.splice(0,1);var m=this.awardElements[this.awardElements.length-1];d.xPosition=m.xPosition+m.width,this.awardElements.push(d)}}else n()}},e.prototype.easeOutQuad=function(e){return 1===e?1:1-Math.pow(1.35,-10*e)},e.prototype.renderAnimation=function(){var e=this;if(this.rendering){var t=1;if(void 0!=this.lastFrameTimestamp){t=((new Date).valueOf()-this.lastFrameTimestamp.valueOf())/16.67}this.lastFrameTimestamp=new Date,this.calculateAnimation(t),requestAnimationFrame(function(){e.renderAnimation()})}},e.prototype.goToShop=function(){this.navCtrl.setRoot("VipMembershipPage",{segment:"shop"})},e.prototype.spinChest=function(){var e=this,t=this.getId();t?this.gamificationProvider.chestAction(t).subscribe(function(t){e.wheelState=a.Stopping,e.wonAward=t.awardId,e.cfg.GamificationAutoClaimEnabled&&t.userAwardId&&e.gamificationProvider.claimAward(t.userAwardId).subscribe(function(e){},function(t){e.uiProvider.onErrorResponse(t)})},function(t){e.uiProvider.onErrorResponse(t),e.stopAnimation()}):(this.stopAnimation(),this.uiProvider.toastCreate("NO_MORE_CHESTS_AVAILABLE","info"))},e.prototype.spinnedItem=function(){var e=this;setTimeout(function(){e.fromShop?e.spinned.emit(!0):(e.chest.boughtItems.splice(0,1),e.chest.availableKeys--,e.refresh.emit())},1e3)},e.prototype.getId=function(){if(this.chest.boughtItems)return this.chest.boughtItems.length?this.chest.boughtItems[0]:null},e.prototype.usedChest=function(e){this.awarded.emit(e)},e.prototype.buyDataAction=function(e){var t=this;this.buyData=null,this.buyingData=null,e||this.chest.key?this.assingBuyData(e):this.gamificationProvider.getKeys(this.chest.chestKeyId).subscribe(function(n){n.length&&(t.chest.key=n[0],t.assingBuyData(e))})},e.prototype.assingBuyData=function(e){var t=e?this.chest:this.chest.key;this.buyData={key:!e,dataCount:1,price:t.price,id:e&&t.chestId?t.chestId:t.id,name:t.name,image:e?this.chest.chestImagePath:t.keyImagePath}},e.prototype.updateCount=function(e){if(1==e){if(1==this.buyData.dataCount)return;this.buyData.dataCount--}else this.buyData.dataCount++},e.prototype.buyDataCount=function(){this.buyingData=!this.buyingData},e.prototype.onBuyData=function(e){var t=this;1==e?this.gamificationProvider.buyChestKey(this.buyData.id,this.buyData.dataCount,!this.buyData.key).subscribe(function(e){if(e.success){var n=t.buyData.key?e.userKeyIds:e.userChestIds;t.gamificationProvider.getChestKey(t.buyData.id,!t.buyData.key).subscribe(function(e){t.buyData.key?t.chest.availableKeys=n.length:(t.chest.boughtItems=n,t.prepareCustomArray()),t.buyData.processed=!0,t.refresh.emit()})}else t.uiProvider.onErrorResponse(e.errorMessage),t.resetSelection()},function(e){t.uiProvider.onErrorResponse(e),t.resetSelection()}):this.resetSelection()},e.prototype.resetSelection=function(){this.buyingData=!1,this.buyData=null},Object.defineProperty(e.prototype,"buyEnabled",{get:function(){return this.gamificationProvider.buyEnabled},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0),n(5);var i=n(13),r=this&&this.__assign||Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++){t=arguments[n];for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])}return e},o=function(){function e(e,t){this.oryxService=e,this.navCtrl=t,this.filterItems=[{name:"DAILY",id:0},{name:"WEEKLY",id:1},{name:"MONTHLY",id:2},{name:"ALL_TIME",id:4}],this.winners=[],this.winnersToDisplay=[]}return e.prototype.ngOnDestroy=function(){},e.prototype.ngOnInit=function(){var e=this;setTimeout(function(){e.onItemClicked({name:"DAILY",id:0})},100)},e.prototype.selectGame=function(e){this.oryxService.gameSelected&&this.oryxService.gameSelected.id===e.id||this.oryxService.sendCasinoSelectedGame(e)},e.prototype.onItemClicked=function(e){this.selectedItem=e,this.getCasinoWinners(e.id)},e.prototype.onScroll=function(e){var t=this;this.scrolling=!0,this.updateScrollers(e.srcElement),this.timeoutHndl&&(clearTimeout(this.timeoutHndl),this.timeoutHndl=void 0),this.timeoutHndl=setTimeout(function(){t.scrolling=!1},300)},e.prototype.updateScrollers=function(e){e&&(this.scrollLeft=e.scrollLeft>0,this.scrollRight=e.scrollLeft+e.clientWidth<e.scrollWidth)},e.prototype.getCasinoWinners=function(e){var t=this;this.oryxService.getCasinoWinners(e).pipe(Object(i.a)(this)).subscribe(function(e){t.winners=e||[],t.winners&&t.winners.length?(t.winners=t.winners.map(function(e){return r({},e,{playerName:e.playerName})}),t.winnersToDisplay=t.sliceWinners?t.winners.slice(0,5):t.winners):t.winnersToDisplay=[]})},e.prototype.maskName=function(e){if(!e)return"********";return e.split(" ").map(function(e){return e.slice(0,3)+"*".repeat(Math.max(0,e.length-3))}).join(" ")},e.prototype.onTitleClicked=function(){this.navCtrl.setRoot("CasinoWinnersPage")},e}()},,function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0),n(5);var i=n(32),r=n(31),o=function(){function e(e,t,n,i,r,o,a){var s=this;this.generalInitializationProvider=e,this.uiProvider=t,this.appUpdateProvider=n,this.seoProvider=i,this.fabProvider=r,this.menuCtrl=o,this.bottomMenuProvider=a,this.downloading=!1,this.optionalUpdateAvailable=!1,this.progress=0,this.appUpdateProvider.progress$.subscribe(function(e){s.progress=100*e}),this.optionalUpdateAvailable=this.appUpdateProvider.optionalUpdateAvailable}return e.prototype.ionViewDidEnter=function(){this.seoProvider.setTitle("SEO_TITLE_DEFAULT"),this.seoProvider.setMetaDescription("SEO_META_DESCRIPTION_DEFAULT"),this.seoProvider.setMetaRobots("noindex, nofollow"),this.fabProvider.activeFAB=i.a.None,this.bottomMenuProvider.enableBottomMenuPerPage=r.b.Disabled},e.prototype.ionViewWillEnter=function(){this.menuCtrl.enable(!1)},e.prototype.ionViewWillUnload=function(){this.menuCtrl.enable(!0)},e.prototype.skipUpdate=function(){this.appUpdateProvider.skipOptionalUpdateSubject.next(!0)},e.prototype.onDownloadClicked=function(){var e=this;this.progress=0,this.downloading=!0,this.appUpdateProvider.downloadUpdate().subscribe(function(t){t||(e.uiProvider.toastCreate("UNABLE_TO_INSTALL_UPDATE","error"),e.downloading=!1)},function(){e.downloading=!1})},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(){}return e.prototype.transform=function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];var i=Object.keys(e);if(e&&0!==i.length){var r=[];for(var o in e)r.push({key:o,value:e[o]});return r}},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return a});n(0);var i=n(1),r=n(1220),o=n.n(r),a=function(){function e(e,t,n,r){this.gamificationProvider=e,this.configProvider=t,this.uiProvider=n,this.domSanitizer=r,this.staticWheel=!1,this.refreshInventory=new i.EventEmitter,this.wheelSpinningEmitter=new i.EventEmitter,this.winModalEmitter=new i.EventEmitter,this.spinned=new i.EventEmitter,this.htmlHelper=""}return e.prototype.ngOnDestroy=function(){this.killAnimation()},e.prototype.ngOnInit=function(){this.audio=new Audio("assets/audio/gamification/wheel-click.mp3"),this.audioWin=new Audio("assets/audio/gamification/confetti.mp3"),this.createWheel()},Object.defineProperty(e.prototype,"cfg",{get:function(){return this.configProvider&&this.configProvider.configTerminal},enumerable:!0,configurable:!0}),e.prototype.createWheel=function(){var e=this;this.wheelCreated=!1,this.htmlWheel=void 0,this.htmlHelper="";var t=this.wheel.awards.length;this.rand=function(e,t){return Math.random()*(t-e)+e},this.PI=Math.PI,this.TAU=2*this.PI,this.arc=this.TAU/t,this.ang=0;for(var n=360/t,i=-1*(90-n),r=0;r<this.wheel.awards.length;r++){var o=this.wheel.awards[r],a=r*n,s="";s='<li class="wheel-section" id="award-section-'+r+'" style="',s+="transform:rotate("+a+"deg) skewY("+i+"deg)",s+='"> <div class="text" style="',s+="background:"+this.generateBgColor(r,a)+";",s+="color:"+this.generateTextColor(r,a)+" !important;",s+="transform:skewY("+-1*i+"deg) rotate("+n/2+"deg)",s+='"> <div  style="',s+="width:"+100/(t/2)+"%;display: inline-block; overflow-wrap: break-word";var u=document.createElement("span");u.innerHTML=o.displayName,this.htmlHelper+=s+='"><img src="'+o.imagePath+'">'+u.outerHTML+"</div> </div></li>"}this.htmlWheel=this.domSanitizer.bypassSecurityTrustHtml(this.htmlHelper),setTimeout(function(){e.elWheel=document.getElementById("wheel"),e.wheelCreated=!0},200)},e.prototype.spinWheel=function(){var e=this;if(!this.wheelSpinning&&!this.staticWheel){this.wheelSpinning=!0;var t=this.getId();t&&(this.winnigSector&&(this.winnigSector.classList.remove("winning-sector"),this.elWheel.classList.remove("spin-completed")),setTimeout(function(){e.spinningWheel(!0),e.gamificationProvider.spinWheel(t).subscribe(function(t){e.awardIndex=e.wheel.awards.findIndex(function(e){return e.id===t.awardId}),-1!==e.awardIndex&&e.spin(e.awardIndex,t.userAwardId),e.spinned.emit(!0)},function(t){e.uiProvider.onErrorResponse(t),e.spinningWheel(!1)})},300))}},e.prototype.getId=function(){return this.bougtWheels?this.bougtWheels.length?this.bougtWheels[0]:null:this.wheel.id},e.prototype.spin=function(e,t){var n=this,i=function(e,t){return(e%t+t)%t},r=i(this.ang,this.TAU),a=this.TAU-this.arc*e,s=i((a=i(a-=this.rand(.1,this.arc),this.TAU))-r,this.TAU),u=this.TAU*Math.floor(this.rand(5,16));this.ang+=s+u;var l=180/Math.PI,c=this.wheel.awards.length,d=Math.round(360/c);this.animation=o.a.to(this.elWheel,{rotation:this.ang*l,duration:this.rand(5,10),ease:"power4",onComplete:function(){setTimeout(function(){if(n.wheel){n.audioWin.play();var i=Object.assign({},n.wheel.awards[e],{userAwardId:t}),r="award-section-"+e;n.winnigSector=document.getElementById(r),n.winnigSector.classList.add("winning-sector"),n.elWheel.classList.add("spin-completed"),n.cfg.GamificationAutoClaimEnabled&&i.userAwardId?n.gamificationProvider.claimAward(i.userAwardId).subscribe(function(e){n.showWinModal(i)},function(e){n.uiProvider.onErrorResponse(e),n.showWinModal(i)}):n.showWinModal(i)}n.spinningWheel(!1)},500)},onUpdate:function(){if(n.wheel){var e=Math.round(o.a.getProperty("#wheel","rotation")),t=e-360*Math.floor(e/360),i=Math.floor((360-t)/d)%c,r=n.wheel.awards[i];n.previousSector!=r.id&&(n.audio.play(),n.previousSector=r.id)}}})},e.prototype.showWinModal=function(e){this.winModalEmitter.emit(e)},e.prototype.generateBgColor=function(e,t){return(e+1)%2==0?"#FFFFFF":"#E02555"},e.prototype.generateTextColor=function(e,t){return(e+1)%2==0?"#000000":"#FFFFFF"},e.prototype.killAnimation=function(){this.wheel&&(this.animation&&this.animation.kill(),this.wheelSpinning&&(this.refreshInventory.emit(),this.spinningWheel(!1)),this.wheel=void 0)},e.prototype.spinningWheel=function(e){this.wheelSpinning=e,this.wheelSpinningEmitter.emit(e)},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(1),r=function(){function e(e,t,n){this.gamificationProvider=e,this.uiProvider=t,this.configProvider=n,this.fromShop=!1,this.openShop=new i.EventEmitter,this.refresh=new i.EventEmitter,this.gamificationConfig=this.configProvider.configTerminal.Gamification}return e.prototype.goToShop=function(){this.openShop.emit()},e.prototype.toggleChest=function(e,t){var n=this;void 0===t&&(t=!0);var i=[];t&&this.key.availableChests.forEach(function(e){i.push(e.id)});this.gamificationProvider.getChestKey(e.chestId?e.chestId:e.id,!0).subscribe(function(r){if(r.length){var o=Object.assign({},e,{key:r[0].key,awards:r[0].awards,boughtItems:i});t||(o=Object.assign({},o,{availableKeys:n.key.keyItems?n.key.keyItems.length:1})),n.selectedChest=o}})},Object.defineProperty(e.prototype,"buyEnabled",{get:function(){return this.gamificationProvider.buyEnabled},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return s});n(0),n(5);var i=n(7),r=n(32),o=n(31),a=(n(96),n(13)),s=function(){function e(e,t,n,r,o,s,u,l,c,d){var m=this;this.navCtrl=e,this.initProvider=t,this.configProvider=n,this.uiProvider=r,this.authProvider=o,this.seoProvider=s,this.fabProvider=u,this.bottomMenuProvider=l,this.envProvider=c,this._network=d,this.terminalType=i.a.TerminalType,this.deviceOnline=!0,this.authProvider.loggedIn$.subscribe(function(e){m.userLoggedIn=e}),this.userLoggedIn=this.authProvider.isLoggedIn(),"cordova"in window&&this._network.onchange().pipe(Object(a.a)(this)).subscribe(function(e){m.deviceOnline="online"==e.type})}return e.prototype.ngOnDestroy=function(){},e.prototype.ionViewCanEnter=function(){var e=this;return new Promise(function(t,n){e.initProvider.initialized$.pipe(Object(a.a)(e)).subscribe(function(i){i&&navigator.onLine&&(e.openPage(),n()),t(!0)})})},e.prototype.ionViewDidEnter=function(){this.seoProvider.setTitle("SEO_TITLE_DEFAULT"),this.seoProvider.setMetaDescription("SEO_META_DESCRIPTION_DEFAULT"),this.seoProvider.setMetaRobots("noindex, nofollow"),this.fabProvider.activeFAB=r.a.None,this.bottomMenuProvider.enableBottomMenuPerPage=o.b.Disabled},e.prototype.onRetryClicked=function(){var e=this;this.uiProvider.loadingPresent("");var t=this.initProvider.initialize().subscribe(function(){e.openPage(),e.uiProvider.loadingDismiss(),t.unsubscribe()},function(){e.uiProvider.loadingDismiss(),t.unsubscribe()})},Object.defineProperty(e.prototype,"network",{get:function(){return this.envProvider.environment?this.envProvider.environment.Network:{}},enumerable:!0,configurable:!0}),e.prototype.openPage=function(){var e=this;"1"==this.terminalType?this.userLoggedIn?this.navCtrl.setRoot("AttendantHomePage").then(function(){}).catch(function(t){e.navCtrl.setRoot("NetworkErrorPage"),console.error(t)}):this.navCtrl.setRoot("AttendantLoginPage").then(function(){}).catch(function(t){e.navCtrl.setRoot("NetworkErrorPage"),console.error(t)}):this.configProvider.configTerminal&&this.configProvider.configTerminal.LandingPageDisabled?this.navCtrl.setRoot("SportsBettingPage").then(function(){}).catch(function(t){e.navCtrl.setRoot("NetworkErrorPage"),console.error(t)}):this.navCtrl.setRoot("HomePage").then(function(){}).catch(function(t){e.navCtrl.setRoot("NetworkErrorPage"),console.error(t)})},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return a});var i=n(0),r=n(12),o=n(1),a=function(e){function t(t,n){var i=e.call(this,t)||this;return i.locale=t,i.translationProvider=n,i}return Object(i.__extends)(t,e),t.prototype.transform=function(t){for(var n=[],i=1;i<arguments.length;i++)n[i-1]=arguments[i];return e.prototype.transform.call(this,t,n[0],this.translationProvider.angularLocale)},t=Object(i.__decorate)([Object(i.__param)(0,Object(o.Inject)(o.LOCALE_ID))],t)}(r.DecimalPipe)},function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0);var i=n(1),r=n(17),o=(n.n(r),function(){function e(e,t,n){this.configurationProvider=e,this.kenoTicketProvider=t,this.kenoProviderV2=n,this.riskEnabledEmitter=new i.EventEmitter,this.activeBalls=[],this.betBalls=[],this.bettingLocked=!1,this.offers=[],this.picks=[],this.fiveSixJackpotAvailable="True"==this.configurationProvider.configKeno.KENO_FIVESIX_JACKPOT_ON;for(var r=1;r<81;r++)this.betBalls.push({active:!1,number:r})}return e.prototype.ngOnInit=function(){this.riskEnabled=this.kenoProviderV2.isRiskEnabled},e.prototype.ngOnChanges=function(e){e&&e.betType&&e.betType.currentValue&&this.formatOfferBetTypeLimits()},e.prototype.toggleBall=function(e){var t=this,n=this.activeBalls.length;if(!e.active)if(2==this.betType.id){if(this.activeBalls.length>=6)return}else if(this.activeBalls.length>=10)return;e.active=!e.active,this.activeBalls=r.filter(this.betBalls,function(e){return e.active}),this.activeBalls.sort(function(e,t){return e.number-t.number});n<this.activeBalls.length&&this.activeBalls.length==(2==this.betType.id?6:10)&&setTimeout(function(){t.placeBallsBet()},500)},e.prototype.formatOfferBetTypeLimits=function(){this.picks=[],this.minPick=null,this.maxPick=null,this.offers=this.selectedRound.Offers.filter(function(e){return e.BetType<=2}).sort(function(e,t){return t.betType-e.betType}),0==this.betType.id?this.formatOdds(0):1==this.betType.id?this.formatOdds(1):2==this.betType.id&&this.formatOdds(2)},e.prototype.formatOdds=function(e){var t=this;this.offers.forEach(function(n){n.Odds.length>0&&n.BetType==e&&n.Odds.forEach(function(e){if(0==t.betType.id){t.picks.push(parseInt(e.Pick.split("/").pop()));var n=[];n=t.picks.filter(function(e,n){return t.picks.indexOf(e)===n}),t.picks=Object.assign([],n)}else t.picks.push(parseInt(e.Pick));t.picks.sort(function(e,t){return e-t}),t.minPick=t.picks[0],t.maxPick=t.picks[t.picks.length-1]})})},e.prototype.onAddBetClicked=function(){this.placeBallsBet()},e.prototype.clearSelection=function(){for(var e=0,t=this.activeBalls;e<t.length;e++){t[e].active=!1}this.activeBalls=[]},e.prototype.toggleRisk=function(){this.riskEnabled=!this.riskEnabled,this.kenoProviderV2.isRiskEnabled=this.riskEnabled,this.riskEnabledEmitter.emit(this.kenoProviderV2.isRiskEnabled)},e.prototype.placeBallsBet=function(){var e,t=this;switch(this.betType.id){case 0:e=r.find(this.selectedRound.Offers,function(e){return 0==e.BetType});break;case 1:e=r.find(this.selectedRound.Offers,function(e){return 1==e.BetType});break;case 2:e=r.find(this.selectedRound.Offers,function(e){return 2==e.BetType})}var n=this.activeBalls.map(function(e){return e.number}).join("-"),i=r.find(e.Odds,function(e){return e.Pick.split("/").pop()==""+t.activeBalls.length});this.selectedRound.RiskEnabled||(this.kenoProviderV2.isRiskEnabled=!1);if(this.kenoTicketProvider.placeBet(this.selectedRound,e,n,"",i?i.Odds:0,this.kenoProviderV2.isRiskEnabled)){for(var o=0,a=this.activeBalls;o<a.length;o++){a[o].active=!1}this.activeBalls=[]}},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0);var i=n(1),r=n(1213),o=function(){function e(e,t){this.translationProvider=e,this.envProvider=t,this.lmtLicensedSports=[388],this.available=new i.EventEmitter,this.lmtClientId=this.envProvider.environment.LiveMatchTrackerClientId,this.betBalancerTracker=this.envProvider.environment.BetBalancerTracker}return e.prototype.ngOnInit=function(){var e=this;0==this.match.Origin&&this.lmtClientId&&setTimeout(function(){e.lmtLicensedSports.find(function(t){return t==e.match.SportId})&&e.loadLiveMatchTracker(e.match)}),1==this.match.Origin&&this.betBalancerTracker&&this.startTracker()},e.prototype.ngOnDestroy=function(){document.querySelector(".sr-widget")&&this.lmtClientId&&SIR("removeWidget",document.querySelector(".sr-widget"));document.querySelector(".widgetLive")&&this.betBalancerTracker&&SBWidget.ctm(),this.trackerElement&&(this.resizeObserver.unobserve(this.trackerElement),this.resizeObserver.disconnect())},e.prototype.getLanguage=function(){var e=this.translationProvider.currentLanguage;switch(e.toLowerCase()){case"es-co":return"es";case"pt-br":return"pt";case"sw":return"en";case"srl":return"me";default:return e}},e.prototype.loadLiveMatchTracker=function(e){var t=this;try{SIR("addWidget",".sr-widget","match.lmtPlus",{layout:"topdown",collapseTo:"scoreboard",scoreboard:"extended",detailedScoreboard:"disable",matchId:this.match.Id}),setTimeout(function(){document.querySelector(".sr-widget")&&setTimeout(function(){document.querySelector(".sr-error__container")?(t.trackerAvailable=!1,t.available.emit(t.trackerAvailable)):(t.trackerAvailable=!0,t.available.emit(t.trackerAvailable),SIR("changeLanguage",t.getLanguage()),t.trackerElement=document.getElementById("sr-widget-tracker"),t.startObserver())},500)},0)}catch(e){console.error(e),this.trackerAvailable=!1,this.available.emit(this.trackerAvailable)}},e.prototype.startTracker=function(){var e=this;try{setTimeout(function(){SBWidget.ltm(e.match.TrackerId,".widgetLive"),e.trackerElement=document.getElementById("widgetLive"),e.startObserver()},1e3)}catch(e){console.error(e)}},e.prototype.startObserver=function(){this.resizeObserver=new r.a(this.resizeCallback),this.resizeObserver.observe(this.trackerElement)},e.prototype.resizeCallback=function(e){if(e.length){var t=e[0].target;t&&(this.trackerExpanded=t.clientHeight>100)}},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0),n(5);var i=n(1),r=function(){function e(e,t,n,r){this.sportBettingTicketProvider=e,this.configurationProvider=t,this.navCtrl=n,this.sportBettingUtil=r,this.betRemoved=new i.EventEmitter,this.ticket=this.sportBettingTicketProvider.ticket}return e.prototype.getIconName=function(e){return("eba-"+e).split(" ").join("").toLowerCase()},e.prototype.onDeleteBetClicked=function(e){this.sportBettingTicketProvider.removeBet(this.bet,void 0),this.betRemoved.emit(),e.stopPropagation()},e.prototype.errorTrackBy=function(e,t){return t.TranslatedMessage},Object.defineProperty(e.prototype,"betBuilderEnabled",{get:function(){return this.configurationProvider.configTerminal.WebBetBuilderEnabled},enumerable:!0,configurable:!0}),e.prototype.ngOnChanges=function(){this.match&&(this.eventDescription=this.match.Description.replace(/-/g," - "),this.configurationProvider.configTerminal.outrightBetTypes&&-1!=this.configurationProvider.configTerminal.outrightBetTypes.indexOf(parseInt(this.offer.BetTypeKey))&&(this.eventDescription=this.match.LeagueName+" - "+this.match.Description))},e.prototype.onMatchClicked=function(){this.match&&this.match.IsLiveMatchAvailable?(localStorage.setItem("leagueCountryName",this.match.CategoryName),this.navCtrl.push("SportsBettingLiveMatchExtendedPage",{matchId:this.match.Id,match:this.match,sport:this.sportBettingUtil.generateSlug(this.match.SportName),category:this.sportBettingUtil.generateSlug(this.match.CategoryName),league:this.sportBettingUtil.generateSlug(this.match.LeagueName)})):(localStorage.setItem("leagueCountryName",this.match.CategoryName),this.navCtrl.push("SportsBettingMatchExtendedPage",{matchId:this.match.Id,match:this.match,sport:this.sportBettingUtil.generateSlug(this.match.SportName),category:this.sportBettingUtil.generateSlug(this.match.CategoryName),league:this.sportBettingUtil.generateSlug(this.match.LeagueName)}))},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0),n(5);var i=function(){function e(e,t,n,i,r){this.sportBettingTicketProvider=e,this.configProvider=t,this.navCtrl=n,this.configurationProvider=i,this.sportBettingUtil=r,this.ticket=this.sportBettingTicketProvider.ticket}return e.prototype.ngOnChanges=function(){this.match&&(this.eventDescription=this.match.Description.replace(/-/g," - "),this.configurationProvider.configTerminal.outrightBetTypes&&-1!=this.configurationProvider.configTerminal.outrightBetTypes.indexOf(parseInt(this.offer.BetTypeKey))&&(this.eventDescription=this.match.LeagueName+" - "+this.match.Description))},Object.defineProperty(e.prototype,"availableGroups",{get:function(){return this.sportBettingTicketProvider.ticket.AvailableBetGroups},enumerable:!0,configurable:!0}),e.prototype.onDeleteBetClicked=function(e){this.sportBettingTicketProvider.removeBet(this.bet,void 0),e.stopPropagation()},e.prototype.errorTrackBy=function(e,t){return t.TranslatedMessage},e.prototype.onGroupChanged=function(e){if(this.configProvider.configTerminal.GroupTicketEnabled)this.sportBettingTicketProvider.changeGroup(this.bet,this.bet.Group);else{this.sportBettingTicketProvider.toggleFix(this.bet);this.ticket.Bets.find(function(e){return!e.isFixed})||this.sportBettingTicketProvider.changeTicketType(0),e.stopPropagation()}},e.prototype.onMatchClicked=function(){this.match&&this.match.IsLiveMatchAvailable?(localStorage.setItem("leagueCountryName",this.match.CategoryName),this.navCtrl.push("SportsBettingLiveMatchExtendedPage",{matchId:this.match.Id,match:this.match,sport:this.sportBettingUtil.generateSlug(this.match.SportName),category:this.sportBettingUtil.generateSlug(this.match.CategoryName),league:this.sportBettingUtil.generateSlug(this.match.LeagueName)})):(localStorage.setItem("leagueCountryName",this.match.CategoryName),this.navCtrl.push("SportsBettingMatchExtendedPage",{matchId:this.match.Id,match:this.match,sport:this.sportBettingUtil.generateSlug(this.match.SportName),category:this.sportBettingUtil.generateSlug(this.match.CategoryName),league:this.sportBettingUtil.generateSlug(this.match.LeagueName)}))},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(){}return e.prototype.getIconName=function(e){return("sport-"+e.split(" ").join("")).toLowerCase()},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(){}}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0),n(5);var i=n(1),r=function(){function e(e,t,n){this.ticketProvider=e,this.uiProvider=t,this.modalCtrl=n,this.partialPayoutEmitter=new i.EventEmitter}return e.prototype.ngOnInit=function(){},e.prototype.searchTicket=function(e){var t=this;this.ticketLoading=!0,this.ticketProvider.searchTicketByEncryptedPinV2(e).subscribe(function(e){e.Result?(t.ticketResult=e.Result,t.ticketLoading=!1):(t.uiProvider.toastCreate("TICKET_NOT_FOUND","warning"),t.loading=!1)},function(e){t.loading=!1,t.uiProvider.toastCreate("SERVICE_NOT_AVAILABLE","error"),console.error(e)})},e.prototype.onPartialPayoutClick=function(){var e=this;this.ticketProvider.searchTicketByEncryptedPinV2(this.ticket.EncryptedTicketPin).subscribe(function(t){if(t.Result){e.ticketResult=t.Result,e.ticketLoading=!1;e.modalCtrl.create("PartialPayoutPage",{minPayout:e.ticketResult.Ticket.PartialMinPayout,maxPayout:e.ticketResult.Ticket.PartialMaxPayout,encryptedTicketPin:e.ticket.EncryptedTicketPin,gameTypeTranslatedName:e.ticketResult.Ticket.GameTypeTranslatedName,gameType:e.ticketResult.Ticket.GameType,timeCreated:e.ticketResult.Ticket.TimeCreated,ticketId:e.ticketResult.Ticket.TicketId},{showBackdrop:!0,enableBackdropDismiss:!0,cssClass:"partial-payout-modal"}).present()}})},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(){}}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(){}}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(){}}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(){}return e.prototype.ngOnInit=function(){this.bet.BetType=+this.bet.BetType,this.ballsPickLength=this.getBallsPicksLength(this.bet)},e.prototype.getBallsPicksLength=function(e){return e.Pick.split("-").length},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(){}}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(e){this.kenoTicketProvider=e,this.buttonStateOn=!1}return e.prototype.ngOnChanges=function(e){var t=this;this.round&&this.offer&&this.odd&&(this.buttonStateOn=this.kenoTicketProvider.hasBet(this.round,this.offer,this.odd.Pick,this.odd.TranslatedPick,this.odd.Odds,!1),this.ticketBetsSubscription&&this.ticketBetsSubscription.unsubscribe(),this.ticketBetsSubscription=this.kenoTicketProvider.ticketBetsModified$.subscribe(function(e){"added"==e.operation?t.kenoTicketProvider.betsEqual(t.round,t.offer,t.odd.Pick,t.odd.TranslatedPick,t.odd.Odds,!1,e.bet)&&(t.buttonStateOn=!0):"removed"==e.operation?t.kenoTicketProvider.betsEqual(t.round,t.offer,t.odd.Pick,t.odd.TranslatedPick,t.odd.Odds,!1,e.bet)&&(t.buttonStateOn=!1):"cleared"==e.operation&&(t.buttonStateOn=!1)}))},e.prototype.ngOnDestroy=function(){this.ticketBetsSubscription&&this.ticketBetsSubscription.unsubscribe()},e.prototype.onOfferOddClicked=function(){this.kenoTicketProvider.toggleBet(this.round,this.offer,this.odd.Pick,this.odd.TranslatedPick,this.odd.Odds,!1)},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0),n(5);var i=function(){function e(e,t){this.kenoTicketProvider=e,this.translationProvider=t,this.selectOptions={},this.ticket=this.kenoTicketProvider.ticket,this.selectOptions.title=this.translationProvider.translate("REPETITIONS"),this.selectOptions.subTitle=this.translationProvider.translate("REPEAT_BET_ON_UPCOMING_ROUNDS")}return e.prototype.onDeleteBetClicked=function(){this.kenoTicketProvider.removeBet(this.bet)},e.prototype.ngOnChanges=function(e){this.bet&&(this.riskEnabled=1==this.bet.Risk,this.repetitions=this.bet.NumberOfReplies)},e.prototype.onRepetitionChange=function(){this.kenoTicketProvider.changeRepetitions(this.bet,this.repetitions)},e.prototype.onRiskChange=function(e){this.kenoTicketProvider.changeRisk(this.bet,this.riskEnabled)},e.prototype.errorTrackBy=function(e,t){return t.TranslatedMessage},e.prototype.onBtnRepetitionsClicked=function(){this.repetitionsSelect.open()},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(){}}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0),n(5);var i=function(){function e(){}return e.prototype.trackById=function(e,t){return t.Id},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0),n(5);var i=function(){function e(e){this.navCtrl=e}return e.prototype.onMatchClicked=function(){this.navCtrl.push("SportsBettingResultsMatchExtendedPage",{matchId:this.match.Id,match:this.match,sport:this.sport.Slug,category:this.category.Slug,league:this.league.Slug})},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(){}return e.prototype.oddTrackBy=function(e,t){return t.Id+"_"+t.OrigName},e.prototype.offerTrackBy=function(e,t){return t.Id},e.prototype.ngOnChanges=function(){if(this.offerGroup&&this.offerGroup.Offers)for(var e=0,t=this.offerGroup.Offers;e<t.length;e++){var n=t[e],i=n.Odds.length;if(i>3&&(i=3),3==i&&n.Odds.length%3==1&&(i=2),n.Odds){for(var r=0,o=n.Odds;r<o.length;r++){var a=o[r];if(a.Name){if(a.Name.length>=20){i=1;break}a.Name.length>=10&&(i=2)}}n.Column=i}}},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0);var i=n(13),r=n(17),o=(n.n(r),function(){function e(e){this.sportBettingTicketProvider=e,this.buttonStateOn=!1}return e.prototype.onClicked=function(){},e.prototype.ngOnInit=function(){var e=this;this.sportBettingTicketProvider.ticketBetsModified$.pipe(Object(i.a)(this)).subscribe(function(t){switch(t.operation){case"added":e.match.Id==t.bet.Match.Id&&e.offer.Id==t.bet.Offer.Id&&e.odd.OrigName==t.bet.Odd.OrigName&&(e.buttonStateOn=!0);break;case"removed":e.match.Id==t.bet.Match.Id&&e.offer.Id==t.bet.Offer.Id&&e.odd.OrigName==t.bet.Odd.OrigName&&(e.buttonStateOn=!1);break;case"cleared":e.buttonStateOn=!1}});this.buttonStateOn=-1!=this.sportBettingTicketProvider.indexOfBet({Match:this.match,Offer:this.offer,Odd:this.odd,IsValid:!0,HasErrors:!1,Game:this.offer.GameId})},e.prototype.ngOnDestroy=function(){},e.prototype.ngOnChanges=function(e){var t=this;if(e.odd&&(this.buttonStateOn=!1,this.match&&this.offer&&this.odd)){var n=r.find(this.sportBettingTicketProvider.ticket.Bets,function(e){return t.match.Id==e.Match.Id&&t.offer.Id==e.Offer.Id&&t.odd.OrigName==e.Odd.OrigName});this.buttonStateOn=void 0!=n}},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(){}return e.prototype.trackBy=function(e,t){return t.Id},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0);var i=n(7),r=n(13),o=(n(5),function(){function e(e,t,n,i){this.navCtrl=e,this.userProvider=t,this.authProvider=n,this.configProvider=i,this.sportSegmentModel=void 0,this.userLoggedIn=this.authProvider.isLoggedIn(),this.userData=this.userProvider.userData;var r=this.authProvider.getAuth();this.membershipTypeToken=r?r.membershipTypeToken:void 0}return e.prototype.ngOnInit=function(){var e=this;this.authProvider.loggedIn$.pipe(Object(r.a)(this)).subscribe(function(t){e.userLoggedIn=t;var n=e.authProvider.getAuth();e.membershipTypeToken=n?n.membershipTypeToken:void 0}),this.userProvider.userData$.pipe(Object(r.a)(this)).subscribe(function(t){e.userData=t})},e.prototype.ngOnDestroy=function(){},e.prototype.onLoginUserClicked=function(){"2"==i.a.TerminalType?this.navCtrl.push(this.authProvider.forcePINLogin?"LoginPinPage":"LoginPage"):"1"==i.a.TerminalType&&this.navCtrl.push(this.authProvider.forcePINLogin?"LoginPinPage":"AttendantLoginPage")},e.prototype.onSignupUserClicked=function(){0==this.configProvider.configTerminal.RegistrationType?this.navCtrl.push("RegistrationPage"):3==this.configProvider.configTerminal.RegistrationType?this.navCtrl.push("RegistrationType3Page"):4==this.configProvider.configTerminal.RegistrationType?this.navCtrl.push("RegistrationType4Page"):5==this.configProvider.configTerminal.RegistrationType?this.navCtrl.push("RegistrationType5Page"):6==this.configProvider.configTerminal.RegistrationType&&this.navCtrl.push("RegistrationType6Page")},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(){}}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(){}}()},function(e,t,n){"use strict";n.d(t,"a",function(){return a});n(0);var i=n(29),r=n(17),o=(n.n(r),n(12)),a=function(){function e(e,t,n,i,r){this.formbuilder=e,this.sportticketProvider=t,this.uiProvider=n,this._currencyPipe=i,this.configProvider=r,this.magicTicketOpened=!0,this.createForm()}return e.prototype.ngOnInit=function(){var e=this.configProvider.configTerminal.CurrencyId.toUpperCase();this.currency=Object(o.getCurrencySymbol)(e,"narrow")},e.prototype.createForm=function(){this.magicTicketForm=this.formbuilder.group({betAmount:new i.e(this.getDefaultStake(),i.t.compose([i.t.required,i.t.pattern("^[0-9.]+$"),i.t.min(this.sportTicketCfg.MinPayIn)])),maxWinAmount:new i.e("",i.t.required),matchesTimeRange:new i.e(1,i.t.compose([i.t.required,i.t.pattern("^[0-9.]+$")])),oddMinRange:new i.e(1,i.t.compose([i.t.required,i.t.pattern("^[0-9.]+$"),i.t.min(.99)])),oddMaxRange:new i.e("",i.t.compose([i.t.required,i.t.pattern("^[0-9.]+$"),i.t.min(1.01)]))}),this.magicTicketForm.get("matchesTimeRange").markAsTouched()},Object.defineProperty(e.prototype,"sportTicketCfg",{get:function(){return this.configProvider.configSportTicket},enumerable:!0,configurable:!0}),e.prototype.getDefaultStake=function(){return this.sportTicketCfg.DefaultStake&&this.sportTicketCfg.DefaultStake>0&&this.sportTicketCfg.DefaultStake>=this.sportTicketCfg.MinPayIn?this.sportTicketCfg.DefaultStake:this.sportTicketCfg.MinPayIn},e.prototype.submitTicket=function(){var e=this;if(!this.loading){this.loading=!0,this.sportticketProvider.clear(),this.sportticketProvider.getRandomGeneretedBets(this.magicTicketForm.controls.betAmount.value,this.magicTicketForm.controls.maxWinAmount.value,this.magicTicketForm.controls.matchesTimeRange.value,this.magicTicketForm.controls.oddMinRange.value,this.magicTicketForm.controls.oddMaxRange.value).subscribe(function(t){e.loading=!1,e.sportticketProvider.setPayin(e.magicTicketForm.controls.betAmount.value),r.each(t,function(t){e.sportticketProvider.toggleBet(t.Match,t.Offer,t.Odd)})},function(t){e.uiProvider.loadingDismiss(),e.uiProvider.toastCreate("SERVICE_NOT_AVAILABLE","error"),console.error(t),e.loading=!1})}},e.prototype.clearErrors=function(e,t){e.hasError("valueChecker")&&(e.setErrors({valueChecker:null}),e.updateValueAndValidity()),t.hasError("valueChecker")&&(t.setErrors({valueChecker:null}),t.updateValueAndValidity())},e.prototype.checker=function(e,t){var n=this.magicTicketForm.get(e),i=this.magicTicketForm.get(t);if(parseFloat(n.value)<parseFloat(i.value))this.clearErrors(n,i);else{if(""===n.value||""===i.value)return;this.magicTicketForm.get(e).setErrors({valueChecker:!0}),this.magicTicketForm.get(t).setErrors({valueChecker:!0})}},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return a});n(0);var i=n(1),r=(n(5),n(7)),o=n(13),a=function(){function e(e,t,n,r,a){var s=this;this.navCtrl=e,this.userProvider=t,this.authProvider=n,this.configProvider=r,this.initProvider=a,this.segmentChanged=new i.EventEmitter,this.userLoggedIn=this.authProvider.isLoggedIn(),this.userData=this.userProvider.userData;var u=this.authProvider.getAuth();this.membershipTypeToken=u?u.membershipTypeToken:void 0,this.initProvider.initialized$.pipe(Object(o.a)(this)).subscribe(function(e){e&&(s.onOfferClicked(),s.RegistrationEnabled=r.configTerminal.RegistrationEnabled)})}return e.prototype.ngOnInit=function(){var e=this;this.authProvider.loggedIn$.pipe(Object(o.a)(this)).subscribe(function(t){e.userLoggedIn=t;var n=e.authProvider.getAuth();e.membershipTypeToken=n?n.membershipTypeToken:void 0}),this.userProvider.userData$.pipe(Object(o.a)(this)).subscribe(function(t){e.userData=t})},e.prototype.ngOnDestroy=function(){},e.prototype.onHomeClicked=function(){this.navCtrl.setRoot("1"==r.a.TerminalType?"AttendantHomePage":"HomePage",null,{animate:!0,direction:"forward"})},e.prototype.onLoginUserClicked=function(){"2"==r.a.TerminalType?this.navCtrl.push(this.authProvider.forcePINLogin?"LoginPinPage":"LoginPage"):"1"==r.a.TerminalType&&this.navCtrl.push(this.authProvider.forcePINLogin?"LoginPinPage":"AttendantLoginPage")},e.prototype.onSignupUserClicked=function(){0==this.configProvider.configTerminal.RegistrationType?this.navCtrl.push("RegistrationPage"):3==this.configProvider.configTerminal.RegistrationType?this.navCtrl.push("RegistrationType3Page"):4==this.configProvider.configTerminal.RegistrationType?this.navCtrl.push("RegistrationType4Page"):5==this.configProvider.configTerminal.RegistrationType?this.navCtrl.push("RegistrationType5Page"):6==this.configProvider.configTerminal.RegistrationType&&this.navCtrl.push("RegistrationType6Page")},e.prototype.onOfferClicked=function(){this.selectedSegment="offer",this.segmentChanged.emit(this.selectedSegment)},e.prototype.onResultsClicked=function(){this.selectedSegment="results",this.segmentChanged.emit(this.selectedSegment)},e.prototype.onTicketHistoryClicked=function(){this.navCtrl.push("MyTicketsPage")},e.prototype.onMyAccountClicked=function(){this.navCtrl.push("MyAccountPage")},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0);var i=n(1),r=n(17),o=(n.n(r),function(){function e(e){this.uiProvider=e,this.itemSelected=new i.EventEmitter}return e.prototype.onItemClicked=function(e,t){e!=this.selectedItem&&(this.selectedItem=e),this.itemSelected.emit(this.selectedItem),this.segment.nativeElement.scrollTo(this.segment.nativeElement.children[t].offsetLeft,0)},e.prototype.ngOnChanges=function(e){var t=this;this.uiProvider.loadingPresent(),e.items&&e.items.currentValue&&(this.selectedItem&&void 0==r.find(this.items,function(e){return e.Id==t.selectedItem.Id})?this.selectedItem=void 0:(this.selectedItem=this.items[0],this.itemSelected.emit(this.selectedItem),setTimeout(function(){t.updateScrollers(t.segment.nativeElement)})),this.segment&&this.segment.nativeElement&&(this.segment.nativeElement.scrollLeft=0)),this.uiProvider.loadingDismiss()},e.prototype.onScroll=function(e){var t=this;this.scrolling=!0,this.updateScrollers(e.srcElement),this.timeoutHndl&&(clearTimeout(this.timeoutHndl),this.timeoutHndl=void 0),this.timeoutHndl=setTimeout(function(){t.scrolling=!1},300)},e.prototype.ngAfterViewInit=function(){var e=this;setTimeout(function(){e.updateScrollers(e.segment.nativeElement)})},e.prototype.updateScrollers=function(e){e&&(this.scrollLeft=e.scrollLeft>0,this.scrollRight=e.scrollLeft+e.clientWidth<e.scrollWidth)},e.prototype.ngDoCheck=function(){this.segment&&this.updateScrollers(this.segment.nativeElement)},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(e,t){this.kenoTicketProvider=e,this.fabProvider=t,this.hide=!1}return Object.defineProperty(e.prototype,"numberOfBets",{get:function(){return this.kenoTicketProvider.ticket.Bets?this.kenoTicketProvider.ticket.Bets.length:0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"totalOdds",{get:function(){return void 0!=this.kenoTicketProvider.ticket.TotalOdds?this.kenoTicketProvider.ticket.TotalOdds:0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"betSlipVisible",{get:function(){return this.kenoTicketProvider.ticketActive},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"activeFAB",{get:function(){return this.fabProvider.activeFAB},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0),n(5);var i=function(){function e(e){this.navCtrl=e}return e.prototype.onBingoResultsClicked=function(){this.navCtrl.push("BingoResultsPage")},e.prototype.onBingoHowToPlayClicked=function(){this.navCtrl.push("BingoHowToPlayPage")},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(1),r=function(){function e(e,t){this.bingoTicketProvider=e,this.configurationProvider=t,this.betRemoved=new i.EventEmitter,this.fakeArray=new Array(6),this.repeatOptions=[1,2,3,4],this.ticket=this.bingoTicketProvider.ticket}return e.prototype.ngOnInit=function(){this.bet=this.bets},e.prototype.onDeleteBetClicked=function(e){this.bingoTicketProvider.removeBet(this.bet,void 0),this.betRemoved.emit(),e.stopPropagation()},e.prototype.onRepeatChanged=function(e){this.bingoTicketProvider.changeNumberOfReplies(this.bet)},e.prototype.pickWithBalls=function(e){return e instanceof Array},e.prototype.errorTrackBy=function(e,t){return t.TranslatedMessage},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(1),r=function(){function e(){this.roundChanged=new i.EventEmitter}return e.prototype.onItemClicked=function(e){e&&e.drawTime>new Date&&(e!=this.selectedItem&&Object.assign(e,e,{selection:[]}),this.selectedItem=e,this.roundChanged.emit(this.selectedItem))},e.prototype.ngOnChanges=function(e){var t=this;e.nextRoundBet&&e.nextRoundBet.currentValue&&(this.selectedItem=this.rounds[1]),e.rounds&&e.rounds.currentValue&&setTimeout(function(){t.prepareRemainingTime();var n=e.rounds.currentValue[0].drawTime>new Date?e.rounds.currentValue[0]:e.rounds.currentValue[1];n&&(t.selectedItem=n,t.roundChanged.emit(t.selectedItem)),t.segment&&t.segment.nativeElement&&(t.segment.nativeElement.scrollLeft=0)},0)},e.prototype.onScroll=function(e){this.scrolling=!0},e.prototype.ngAfterViewInit=function(){},e.prototype.ngDoCheck=function(){},e.prototype.prepareRemainingTime=function(){var e=new Date;this.rounds.forEach(function(t){var n=new Date(t.drawTime)-e;t.timeRemaining=n>0?n/1e3:0})},e.prototype.handleEvent=function(e){!e||1e4!=e.left&&"00:10"!==e.text||this.onItemClicked(this.rounds[1]),!e||0!=e.left&&"00:00"!==e.text||(this.rounds[0].timeRemaining=0)},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(e){var t=this;this.bingoProvider=e,this.selectedSection="basic-bets",this.colors=[{name:"red",numbers:[1,9,17,25,33,41]},{name:"yellow",numbers:[2,10,18,26,34,42]},{name:"black",numbers:[3,11,19,27,35,43]},{name:"orange",numbers:[4,12,20,28,36,44]},{name:"purple",numbers:[5,13,21,29,37,45]},{name:"pink",numbers:[6,14,22,30,38,46]},{name:"blue",numbers:[7,15,23,31,39,47]},{name:"green",numbers:[8,16,24,32,40,48]}],this.rounds?this.selectRound(this.rounds):this.bingoProvider.rounds$.subscribe(function(e){e.length>0&&"number"==typeof e[0].id&&e[1].drawTime>new Date&&t.selectRound(e)})}return e.prototype.ngOnChanges=function(e){e.currentSelectedRound&&e.currentSelectedRound.currentValue&&this.selectSingleRound(e.currentSelectedRound.currentValue)},e.prototype.selectRound=function(e){var t=e[0].drawTime>new Date?e[0]:e[1];t&&(t.selection||Object.assign(t,t,{selection:[]}),this.selectedRound=t)},e.prototype.selectSingleRound=function(e){e&&e.drawTime>new Date&&(e.selection||Object.assign(e,e,{selection:[]}),this.selectedRound=e)},e.prototype.switchSection=function(e){this.selectedSection=e},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0);var i=n(13),r=n(7),o=function(){function e(e,t,n,i){this.userProvider=e,this.uiProvider=t,this.authProvider=n,this.bingoTicketProvider=i,this.loading=!1,this.tickets=[]}return e.prototype.ngOnInit=function(){this.subscribeForChanges()},Object.defineProperty(e.prototype,"drawnBalls",{get:function(){return this.bingoTicketProvider.drawnBalls},enumerable:!0,configurable:!0}),e.prototype.ngOnChanges=function(e){for(var t in e)if(e.hasOwnProperty(t))switch(t){case"round":e.round&&e.round.previousValue&&e.round.previousValue.activeRound.id!==this.round.activeRound.id?this.bingoTicketProvider.drawnBalls=[]:this.round&&2!=this.round.state&&(this.bingoTicketProvider.drawnBalls=[])}},e.prototype.ngOnDestroy=function(){this.unsubscribe()},e.prototype.subscribeForChanges=function(){var e=this;this.unsubscribe(),this.registerForActiveTicketsSubscription=this.userProvider.registerForActiveTicketsSubj$.pipe(Object(i.a)(this)).subscribe(function(t){e.getActiveTickets()}),this.activeTicketBetsSubscription=this.userProvider.userActiveTickets.subscribe(function(t){var n=e.tickets.find(function(e){return e.TicketId===t.TicketId});n&&(n.Events[t.EventId].find(function(e){return e.BetId==t.BetId}).Status=t.BetStatus)}),this.ticketProcessedSubscription=this.userProvider.ticketProcessed.subscribe(function(t){setTimeout(function(){e.tickets=e.tickets.filter(function(e){return e.TicketId!==t.ticketId})},2e3)}),this.activeTicketAddedSubscription=this.userProvider.activeTicketAdded.subscribe(function(t){e.tickets.push(t)}),this.authProvider.isLoggedIn()||(this.tickets=[],this.loading=!1)},e.prototype.isDrawn=function(e,t){if(this.round&&t.Round==(this.round.activeRound.dailyNumber||this.round.activeRound.id)&&2==this.round.state&&this.drawnBalls){var n;return this.drawnBalls.forEach(function(t){t==e&&(n=!0)}),n}if(this.round&&t.Round<(this.round.activeRound.dailyNumber||this.round.activeRound.id)){var i=!1;return this.tickets.forEach(function(n){for(var r in n.Events)n.Events[r].forEach(function(n){if(n.Round==t.Round&&n.BetResult){var r=n.BetResult.split("/")[0].split(/-|\//);if(i=r.includes(e))return}})}),i}return!1},e.prototype.ionViewDidLoad=function(){},e.prototype.getActiveTickets=function(){var e=this;this.loading=!0,this.authProvider.isLoggedIn()?setTimeout(function(){e.userProvider.registerForActiveTickets(5).pipe(Object(i.a)(e)).subscribe(function(){e.userProvider.getActiveTicketsPerGameType(5).pipe(Object(i.a)(e)).subscribe(function(t){e.tickets=t.length?t:[],e.loading=!1},function(t){e.loading=!1})},function(t){e.loading=!1})},100):(this.tickets=[],this.loading=!1)},e.prototype.unsubscribe=function(){this.activeTicketBetsSubscription&&(this.activeTicketBetsSubscription.unsubscribe(),this.activeTicketBetsSubscription=void 0),this.activeTicketAddedSubscription&&(this.activeTicketAddedSubscription.unsubscribe(),this.activeTicketAddedSubscription=void 0),this.ticketProcessedSubscription&&(this.ticketProcessedSubscription.unsubscribe(),this.ticketProcessedSubscription=void 0),this.drawnBallsSubscription&&(this.drawnBallsSubscription.unsubscribe(),this.drawnBallsSubscription=void 0),this.userProvider.unregisterForActiveTickets()},e.prototype.onFocus=function(e){r.a.MobileWeb||this.subscribeForChanges()},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(17),r=(n.n(i),function(){function e(e,t,n){this.configProvider=e,this.bingoTicketProvider=t,this.uiProvider=n,this.lodash=i,this.bettingLocked=!1,this.maxBingoBalls=parseInt(e.configBingo.MAX_SELECTABLE_BINGO_BALLS),this.fiveSixJackpotAvailable="True"==e.configBingo.BINGO_FIVESIX_JACKPOT_ON}return e.prototype.addColorBalls=function(e){var t=this;this.bettingLocked||(this.bettingLocked=!0,this.selectedRound.selection=e.numbers,setTimeout(function(){t.addBet(1)},500))},e.prototype.addBall=function(e){var t=this;if(this.selectedRound.selection.length<this.maxBingoBalls&&!this.bettingLocked){var n=this.selectedRound.selection.indexOf(e);-1!=n?this.selectedRound.selection.splice(n,1):this.selectedRound.selection.push(e),this.selectedRound.selection.length==this.maxBingoBalls&&setTimeout(function(){t.addBet(1)},500)}},Object.defineProperty(e.prototype,"maxNumberOfBets",{get:function(){return parseInt(this.configProvider.configBingo.MAX_BINGO_BETS_TICKET)},enumerable:!0,configurable:!0}),e.prototype.addBet=function(e,t){this.selectedRound.selection.length>=6&&(this.bingoTicketProvider.ticket.Bets.length<this.maxNumberOfBets?(this.bingoTicketProvider.toggleBet(e,t,this.selectedRound,this.colors),this.selectedRound.selection=[]):(this.uiProvider.toastCreate("MAX_BETS_ON_TICKET_REACHED","warning"),this.selectedRound.selection=[])),this.bettingLocked=!1},e.prototype.onRemoveBets=function(){this.selectedRound.selection=[]},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(17),r=(n.n(i),function(){function e(e,t,n,r){this.configProvider=e,this.bingoTicketProvider=t,this.uiProvider=n,this.renderer=r,this.specialBets=[],this.lodash=i,this.maxBingoBalls=parseInt(e.configBingo.MAX_SELECTABLE_BINGO_BALLS)-5}return e.prototype.randomNumbers=function(e,t){for(;this.selectedRound.selection.length<e;){var n=Math.ceil(48*Math.random());this.selectedRound.selection.indexOf(n)>-1||(1==t?this.selectedRound.selection[this.selectedRound.selection.length]=n:3==t?n%2!=0&&(this.selectedRound.selection[this.selectedRound.selection.length]=n):n%2==0&&(this.selectedRound.selection[this.selectedRound.selection.length]=n))}this.addBet(t)},e.prototype.firstBallColor=function(e){this.addBet(5,null,e=e>7?0:e)},Object.defineProperty(e.prototype,"maxNumberOfBets",{get:function(){return parseInt(this.configProvider.configBingo.MAX_BINGO_BETS_TICKET)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"BingoSpecialBetsEnabled",{get:function(){return this.configProvider.configTerminal.BingoSpecialBetsEnabled},enumerable:!0,configurable:!0}),e.prototype.addBet=function(e,t,n){var i=this;if(this.bingoTicketProvider.ticket.Bets.length<this.maxNumberOfBets){var r=function(){i.bingoTicketProvider.toggleBet(e,n,i.selectedRound,i.colors),i.selectedRound.selection=[]};t?"DIV"==t.target.tagName&&r():r()}else this.uiProvider.toastCreate("MAX_BETS_ON_TICKET_REACHED","warning")},e.prototype.toggleClass=function(e,t){var n=this;if("DIV"==e.target.tagName){var i=e.target.classList.contains(t),r=e.target.classList.contains("ng-star-inserted");i?this.renderer.removeClass(r?e.target:e.target.parentElement,t):(this.renderer.addClass(r?e.target:e.target.parentElement,t),setTimeout(function(){n.renderer.removeClass(r?e.target:e.target.parentElement,t)},500))}},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(){}}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(){}return e.prototype.ngOnInit=function(){},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(){}}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(){}}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(17),r=(n.n(i),function(){function e(e,t){this.configProvider=e,this.bingoTicketProvider=t,this.lodash=i,this.jackpotNumbers=[]}return e.prototype.ngOnInit=function(){var e=this;6==this.bingoTicketProvider.ticket.JackpotBets.Numbers.length?this.bingoTicketProvider.ticket.JackpotBets.Numbers.forEach(function(t,n){e.toggleHotMegaNumber(n,t)}):this.jackpotNumbers=[]},e.prototype.ngOnChanges=function(){var e=this;this.bingoTicketProvider.ticketBetsModified$.subscribe(function(t){6==e.bingoTicketProvider.ticket.JackpotBets.Numbers.length?e.bingoTicketProvider.ticket.JackpotBets.Numbers.forEach(function(t,n){e.toggleHotMegaNumber(n,t)}):e.jackpotNumbers=[]})},e.prototype.toggleHotMegaNumber=function(e,t){var n=this;if(this.jackpotNumbers[e]!=t&&0!=this.bingoTicketProvider.ticket.Bets.length){this.jackpotNumbers[e]=t;var i=this.jackpotNumbers.find(function(e){return 10==e});this.bingoTicketProvider.ticket.JackpotBets.Numbers=[],i||this.jackpotNumbers.forEach(function(e){n.bingoTicketProvider.ticket.JackpotBets.Numbers.push(e)})}},e.prototype.numberSelected=function(e,t){return this.jackpotNumbers.length>0&&null!=this.jackpotNumbers[e]&&this.jackpotNumbers[e]==t},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return s});n(0);var i=n(13),r=n(20),o=(n.n(r),n(503)),a=(n.n(o),n(497)),s=(n.n(a),function(){function e(e,t,n){var r=this;this.configProvider=e,this.bingoProvider=t,this.envProvider=n,this.slideIndex=-1,this.slidesCount=this.fiveSixJackpotEnabled?2:13,this.slidesLimit=this.slidesCount,this.bingoProvider.jackpotAmount$.pipe(Object(i.a)(this)).subscribe(function(e){r.jackpotAmount=e}),this.bingoProvider.noMatchBonusAmount$.pipe(Object(i.a)(this)).subscribe(function(e){r.noMatchBonus=e}),this.bingoProvider.historyRounds$.pipe(Object(i.a)(this)).subscribe(function(e){r.roundsHistory=e.length>0&&"number"==typeof e[0].id?e:r.bingoProvider.historyRounds}),this.fiveSixJackpotEnabled&&this.bingoProvider.jackpot56Numbers$.pipe(Object(i.a)(this)).subscribe(function(e){r.jp56DrawnNumbers=e}),this.bingoProvider.jackpotWon$.pipe(Object(i.a)(this)).subscribe(function(e){e&&2!=e.Type&&(r.jackpotWon=e,r.drawingScreen||(r.slidesLimit=r.slidesCount+1,r.slideIndex=r.slidesLimit))})}return e.prototype.ngOnInit=function(){this.bingoState&&(this.setColors(),this.prepareTimer(),2!=this.bingoState.state&&this.roundTimer>13&&this.slideScreens())},e.prototype.ngAfterViewInit=function(){},e.prototype.ngOnChanges=function(e){e.bingoState&&e.bingoState.currentValue&&(2!=e.bingoState.currentValue.state?(this.prepareTimer(),this.drawingScreen=!1,this.slideScreens(),this.setColors()):(this.jackpotWon=null,this.bingoProvider.jackpotWon=null))},e.prototype.ngOnDestroy=function(){this.stopInterval()},e.prototype.setColors=function(){this.colors=[{name:"red",numbers:[1,9,17,25,33,41],isDrawn:!1},{name:"yellow",numbers:[2,10,18,26,34,42],isDrawn:!1},{name:"black",numbers:[3,11,19,27,35,43],isDrawn:!1},{name:"orange",numbers:[4,12,20,28,36,44],isDrawn:!1},{name:"purple",numbers:[5,13,21,29,37,45],isDrawn:!1},{name:"pink",numbers:[6,14,22,30,38,46],isDrawn:!1},{name:"blue",numbers:[7,15,23,31,39,47],isDrawn:!1},{name:"green",numbers:[8,16,24,32,40,48],isDrawn:!1}]},e.prototype.prepareTimer=function(){var e=new Date,t=new Date(this.bingoState.activeRound.drawTime)-e;this.roundTimer=t>0?t/1e3:0,this.roundTimer<=13&&this.roundTimer>0&&(this.stopInterval(),this.countDownScreen=!0,this.roundTimer<=10&&(this.showCountdown=!0)),0==this.roundTimer&&(this.stopInterval(),this.drawingScreen=!0)},e.prototype.animate56Jackpot=function(){var e=this;this.animate56Numbers=!0,setTimeout(function(){e.animate56Numbers=!1},1e4)},e.prototype.startInterval=function(){var e=this;r.Observable.timer(1e4,1e4).takeWhile(function(){return-1!=e.slideIndex}).subscribe(function(){e.showCountdown||e.drawingScreen?e.slideIndex=-1:e.changedSlide||(e.changedSlide=!0,e.slideIndex++,setTimeout(function(){e.changedSlide=!1},5e3),e.slideIndex>e.slidesLimit&&(e.slideIndex=0))})},e.prototype.stopInterval=function(){this.slideIndex=-1,this.changedSlide=!1},e.prototype.slideScreens=function(){this.colorNotDrawn=!1,this.slidesLimit=this.slidesCount+(this.jackpotWon?1:0),this.fiveSixJackpotEnabled&&this.animate56Jackpot(),this.slideIndex=this.jackpotWon?this.slidesLimit:0,this.startInterval()},e.prototype.handleEvent=function(e){var t=this;e&&"start"==e.action||"restart"==e.action||(e&&13e3==e.left&&(this.stopInterval(),this.countDownScreen=!0),e&&1e4==e.left&&(this.stopInterval(),this.showCountdown=!0),(e&&0==e.left||"done"==e.action)&&(this.showCountdown=!1,this.countDownScreen=!1,this.stopInterval(),setTimeout(function(){t.drawingScreen=!0},500)))},Object.defineProperty(e.prototype,"cfg",{get:function(){return this.configProvider&&this.configProvider.configTerminal},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"fiveSixJackpotEnabled",{get:function(){return this.configProvider.configBingo&&"True"==this.configProvider.configBingo.BINGO_FIVESIX_JACKPOT_ON},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"showStreaming",{get:function(){return this.configProvider.configBingo&&"True"==this.configProvider.configBingo.BINGO_DISPLAY_STREAMING},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"bingoScreenContainerStyle",{get:function(){var e=0;if(this.screenContainer&&this.screenWrapper){var t=this.screenContainer.nativeElement.offsetHeight;e=Math.min(this.screenWrapper.nativeElement.offsetWidth/1135,this.screenWrapper.nativeElement.offsetHeight/t)}return{transform:"scale("+e+")","transform-origin":"top left"}},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"cfgJson",{get:function(){return this.envProvider.environment},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"messagesLimit",{get:function(){return this.slidesLimit-(this.jackpotWon?1:0)},enumerable:!0,configurable:!0}),e.prototype.onColorBonusLimit=function(e){var t=this.colors.findIndex(function(e){return e.isDrawn});this.colorNotDrawn=e&&this.drawingScreen&&-1===t},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(1),r=function(){function e(e,t){this.bingoTicketProvider=e,this.configProvider=t,this.colorBonusLimit=new i.EventEmitter,this.drawnBalls=[]}return e.prototype.ngOnInit=function(){this.bingoTicketProvider.drawnBalls=[],this.showFullPaytable=this.extraDrawEnabled,this.setInitialData()},e.prototype.ngOnChanges=function(e){this.setInitialData()},e.prototype.ngOnDestroy=function(){this.stopInterval()},e.prototype.setInitialData=function(){this.currentRound&&2==this.currentRound.state&&!this.roundDrawnBalls&&(this.roundDrawnBalls=Object.assign([],this.currentRound.activeRound.drawnNumbers),this.ballInterval=this.prepareBallInterval(),this.checkDrawnBalls())},e.prototype.prepareBallInterval=function(){var e=this.is56Enabled?350:100;return(new Date(this.currentRound.activeRound.winshowingTime)-new Date(this.currentRound.activeRound.drawTime))/1e3/this.roundDrawnBalls.length*1e3-e},e.prototype.checkDrawnBalls=function(){var e=this,t=(new Date(this.currentRound.activeRound.winshowingTime)-new Date)/1e3,n=Math.round(t/(this.ballInterval/1e3)),i=this.roundDrawnBalls.length-n;this.showFullPaytable=i>35&&this.specialRound,i<0&&(i=0),i>0&&(this.roundDrawnBalls.forEach(function(t,n){n<i&&(e.bingoTicketProvider.ballDrawn(t),e.drawnBalls.push(t))}),this.bingoTicketProvider.drawnBalls=this.drawnBalls),this.drawnBalls.length>=this.currentRound.colorBonusNumber&&this.colorBonusLimit.emit(!0),this.setDrawingInterval(i)},e.prototype.setDrawingInterval=function(e){var t=this;this.drawingInterval=setTimeout(function(){t.startBallsDrawing(e)},0==e?3e3:0)},e.prototype.startBallsDrawing=function(e){var t=this;this.getNumber(e),this.drawBallInterval=setInterval(function(){t.getNumber(++e)},this.ballInterval)},e.prototype.stopInterval=function(){this.drawBallInterval&&clearInterval(this.drawBallInterval)},e.prototype.getNumber=function(e){var t=this;if(35==e&&this.specialRound&&!this.extraDrawChecked)return this.extraDrawChecked=!0,this.showExtraDraw=!this.extraDrawEnabled,clearInterval(this.drawBallInterval),void setTimeout(function(){t.showFullPaytable=!0,t.showExtraDraw=!1,t.startBallsDrawing(e)},1e3);e>this.roundDrawnBalls.length||e!=this.roundDrawnBalls.length&&setTimeout(function(){t.flash=!0,setTimeout(function(){t.flash=!1;var n=t.drawnNumber=t.roundDrawnBalls[e];setTimeout(function(){t.drawnBalls.push(n),t.bingoTicketProvider.drawnBalls=t.drawnBalls,t.bingoTicketProvider.ballDrawn(n),t.drawnBalls.length==t.currentRound.colorBonusNumber&&t.colorBonusLimit.emit(!0),n=t.drawnNumber=null,t.checkColorSelection()},2e3)},500)},0)},e.prototype.checkColorSelection=function(){var e=this;this.colors.forEach(function(t){t.isDrawn=t.numbers.every(function(t){return-1!=e.drawnBalls.findIndex(function(e){return e==t})})})},Object.defineProperty(e.prototype,"specialRound",{get:function(){return this.roundDrawnBalls.length>35},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"extraDrawEnabled",{get:function(){return"True"==this.configProvider.configBingo.EXTRA_DRAW_ALWAYS_ENABLED},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(){}return e.prototype.ngOnInit=function(){this.is56Enabled&&this.prepareTimer()},e.prototype.ngOnChanges=function(e){e.showTimer&&e.showTimer.currentValue&&!this.is56Enabled&&this.prepareTimer()},e.prototype.prepareTimer=function(){var e=new Date,t=new Date(this.currentRound.activeRound.drawTime)-e;this.timer=t>0?t/1e3:0},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(){this.colors=[{name:"red",numbers:[1,9,17,25,33,41]},{name:"yellow",numbers:[2,10,18,26,34,42]},{name:"black",numbers:[3,11,19,27,35,43]},{name:"orange",numbers:[4,12,20,28,36,44]},{name:"purple",numbers:[5,13,21,29,37,45]},{name:"pink",numbers:[6,14,22,30,38,46]},{name:"blue",numbers:[7,15,23,31,39,47]},{name:"green",numbers:[8,16,24,32,40,48]}],this.firstFive=[],this.doubleWins=[],this.returnBets=[]}return e.prototype.ngOnInit=function(){this.lastRound&&(this.firstFive=this.getFirstFive(),this.doubleWins=this.getDoubleWins(),this.returnBets=this.getReturnBets(),this.firstNumber=this.lastRound.drawnNumbers[0],this.firstFiveSum=this.getFirstFiveSum(),this.firstColor=this.getFirstNumberColor())},e.prototype.getFirstFive=function(){return Object.assign([],this.lastRound.drawnNumbers).slice(0,5)},e.prototype.getDoubleWins=function(){var e=this,t=[];return this.lastRound.doubleWinNumbers&&this.lastRound.doubleWinNumbers.forEach(function(n){t.push(e.lastRound.drawnNumbers[n-1])}),t},e.prototype.getReturnBets=function(){var e=this,t=[];return this.lastRound.returnBetNumbers&&this.lastRound.returnBetNumbers.forEach(function(n){t.push(e.lastRound.drawnNumbers[n-1])}),t},e.prototype.getFirstNumberColor=function(){var e=this,t="";return this.colors.forEach(function(n){-1==n.numbers.indexOf(e.firstFive[0])||(t=n.name)}),t.toUpperCase()},e.prototype.getFirstFiveSum=function(){var e=0;return this.firstFive.forEach(function(t){e+=t}),e},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(){}return e.prototype.ngOnInit=function(){},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(){}return e.prototype.ngOnInit=function(){},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(){}return e.prototype.ngOnInit=function(){this.prepareRoundsHistory()},e.prototype.ngOnChanges=function(e){e.roundsHistory&&e.roundsHistory.currentValue&&this.prepareRoundsHistory()},e.prototype.prepareRoundsHistory=function(){var e=Object.assign([],this.roundsHistory);this.roundsHistory=e.slice(0,4)},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(e){this.configProvider=e}return e.prototype.ngOnInit=function(){},Object.defineProperty(e.prototype,"cfg",{get:function(){return this.configProvider.configTerminal},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(){this.colors=[{name:"red",numbers:[1,9,17,25,33,41]},{name:"yellow",numbers:[2,10,18,26,34,42]},{name:"black",numbers:[3,11,19,27,35,43]},{name:"orange",numbers:[4,12,20,28,36,44]},{name:"purple",numbers:[5,13,21,29,37,45]},{name:"pink",numbers:[6,14,22,30,38,46]},{name:"blue",numbers:[7,15,23,31,39,47]},{name:"green",numbers:[8,16,24,32,40,48]}]}return e.prototype.ngOnInit=function(){this.getNumberColor()},e.prototype.getNumberColor=function(){var e=this;this.colors.forEach(function(t){-1==t.numbers.indexOf(e.number)||(e.ballColor=t.name)})},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(){}}()},function(e,t,n){"use strict";n.d(t,"a",function(){return a});n(0);var i=n(13),r=(n(5),n(32)),o=n(12),a=function(){function e(e,t,n,r,a,s,u,l){var c=this;this.configProvider=e,this.casinoProvider=t,this.menuCtrl=n,this.seoProvider=r,this.fabProvider=a,this.initializationProvider=s,this.navCtrl=u,this.oryxCasinoProvider=l,this.initializationProvider.initialized$.pipe(Object(i.a)(this)).subscribe(function(e){c.casinoProvider._casinoWinnersData$.pipe(Object(i.a)(c)).subscribe(function(e){e&&c.winners&&(c.winners.unshift(e),c.winners.length>20&&c.winners.pop())}),c.winners||c.getLatestCasinoWinners();var t=c.configProvider.configTerminal.CurrencyId.toUpperCase();c.currency=Object(o.getCurrencySymbol)(t,"narrow")}),this.menuCtrl.swipeEnable(!1),this.oryxCasinoProvider.startConnection()}return e.prototype.ionViewDidEnter=function(){this.seoProvider.setTitle("SEO_TITLE_ORYX_CASINO"),this.seoProvider.setMetaDescription("SEO_META_DESCRIPTION_ORYX_CASINO"),this.seoProvider.setMetaRobots("noindex, nofollow"),this.fabProvider.activeFAB=r.a.None,this.menuCtrl.swipeEnable(!1)},e.prototype.ionViewWillEnter=function(){this.menuCtrl.swipeEnable(!1)},e.prototype.ngOnInit=function(){this.menuCtrl.swipeEnable(!1)},e.prototype.ngOnChanges=function(e){e.refreshTriggered&&e.refreshTriggered.currentValue&&this.tryReconnect()},e.prototype.ngOnDestroy=function(){this.oryxCasinoProvider.disconnectOryxHub(),this.menuCtrl.swipeEnable(!0)},e.prototype.tryReconnect=function(){this.oryxCasinoProvider.disconnectOryxHub(),this.oryxCasinoProvider.start(),this.getLatestCasinoWinners()},e.prototype.getLatestCasinoWinners=function(){var e=this;this.loading=!0,this.casinoProvider.getLatestWinners().take(1).subscribe(function(t){t&&(e.loading=!1),e.winners=t},function(t){e.loading=!1})},e.prototype.onScroll=function(e){var t=this;this.scrolling=!0,this.updateScrollers(e.srcElement),this.timeoutHndl&&(clearTimeout(this.timeoutHndl),this.timeoutHndl=void 0),this.timeoutHndl=setTimeout(function(){t.scrolling=!1},300)},e.prototype.updateScrollers=function(e){e&&(this.scrollLeft=e.scrollLeft>0,this.scrollRight=e.scrollLeft+e.clientWidth<e.scrollWidth)},e.prototype.ngAfterViewInit=function(){var e=this;setTimeout(function(){e.segment&&e.updateScrollers(e.segment.nativeElement)})},e.prototype.ngDoCheck=function(){this.segment&&this.updateScrollers(this.segment.nativeElement)},e.prototype.onWinnerClicked=function(e,t,n){localStorage.setItem("oryxLaunchedGame",n),this.navCtrl.push("OryxCasinoGameLaunchPage",{providerId:e,gameCode:t})},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return s});n(0);var i=n(1),r=(n(5),n(28)),o=(n.n(r),n(20)),a=(n.n(o),n(13)),s=function(){function e(e,t,n,r,a){this.navCtrl=e,this.oryxProvider=t,this.initializationProvider=n,this.translationProvider=r,this.authProvider=a,this.categoryItems=[],this.selectedCategory=null,this.subcategoryItems=[],this.selectedSubcategory=null,this.currentGames=[],this.games=new i.EventEmitter,this.selectCategory$=new o.Subject,this.selectSubCategory$=new o.Subject}return e.prototype.ngOnDestroy=function(){},e.prototype.getOryxCategories=function(e){var t=this;void 0===e&&(e=!1),this.oryxProvider.getOryxCategories().then(function(n){t.categoryItems=n,t.categoryItems.unshift({id:"all",name:t.translationProvider.translate("ALL")}),t.categoryItems.splice(1,0,{id:"mostplayed",name:t.translationProvider.translate("CASINO_MOST_PLAYED")}),t.categoryItems.push({id:"favorites",name:t.translationProvider.translate("FAVORITES")}),t.selectCategory("all",0,e)})},e.prototype.ngAfterViewInit=function(){var e=this;setTimeout(function(){e.updateScrollers(e.categories.nativeElement)}),this.initializationProvider.initialized$.pipe(Object(a.a)(this)).subscribe(function(t){e.oryxProvider.getOryxCategories().then(function(t){e.categoryItems=t,e.categoryItems.unshift({id:"all",name:e.translationProvider.translate("ALL")}),e.categoryItems.splice(1,0,{id:"mostplayed",name:e.translationProvider.translate("CASINO_MOST_PLAYED")}),e.categoryItems.push({id:"favorites",name:e.translationProvider.translate("FAVORITES")}),e.selectCategory$.pipe(Object(a.a)(e),Object(r.switchMap)(function(t){return e.indexOfSelectedCategory=t.index,e.oryxProvider.getSelectedGame(t.item).pipe(Object(a.a)(e))})).subscribe(function(t){t&&(t.length>0&&t[0].all?(e.subcategoryItems=t[1],1==e.subcategoryItems.length?e.selectSubcategory(e.subcategoryItems[0].id,0):e.games.emit({games:t[2],areFavorites:e.areFavorites})):t.length>0&&!e.areFavorites?(e.subcategoryItems=[],t.forEach(function(t){e.subcategoryItems.push(t.provider)}),e.currentGames=t,e.selectedSubcategory=e.subcategoryItems[0].id,e.games.emit({games:t[0].games,areFavorites:e.areFavorites})):e.games.emit({games:t,areFavorites:e.areFavorites}),e.categories&&e.categories.nativeElement&&e.categories.nativeElement.scrollTo(e.categories.nativeElement.children[e.indexOfSelectedCategory].offsetLeft,0))}),e.selectSubCategory$.pipe(Object(a.a)(e),Object(r.switchMap)(function(t){return e.indexOfSelectedSubCategory=t.index,"all"===e.selectedCategory?e.oryxProvider.getAllGamesByProvider(e.selectedSubcategory).pipe(Object(a.a)(e)):"mostplayed"===e.selectedCategory?e.oryxProvider.getMostPlayedGames(null,e.selectedSubcategory,10).pipe(Object(a.a)(e)):o.Observable.of(e.oryxProvider.filterGamesByProviderAndCategory(e.currentGames,e.selectedSubcategory))})).subscribe(function(t){var n=[];"all"===e.selectedCategory?t.forEach(function(e){e.games.forEach(function(e){n.push(e)})}):"mostplayed"===e.selectedCategory?t.forEach(function(e){n.push(e)}):n=t?t.games:[],e.games.emit({games:n,areFavorites:e.areFavorites})}),e.selectCategory("all",0)})})},e.prototype.ngDoCheck=function(){this.categories&&this.updateScrollers(this.categories.nativeElement)},e.prototype.ngOnChanges=function(e){e.refreshTriggered&&e.refreshTriggered.currentValue&&this.getOryxCategories(!0)},e.prototype.selectCategory=function(e,t,n){void 0===n&&(n=!1),(e!=this.selectedCategory||n)&&(this.selectedCategory=e,this.selectedSubcategory=null,this.areFavorites="favorites"===this.selectedCategory,this.areFavorites&&!this.authProvider.isLoggedIn()?this.games.emit({games:[],areFavorites:this.areFavorites}):this.selectCategory$.next({item:e,index:t}))},e.prototype.selectSubcategory=function(e,t){if("favorites"===this.selectedCategory)this.selectedSubcategory=null;else{if(e==this.selectedSubcategory)return;this.selectedSubcategory=e,this.selectSubCategory$.next({item:e,index:t})}this.oryxProvider.providers.length>1&&this.subcategories&&this.subcategories.nativeElement&&this.subcategories.nativeElement.scrollTo(this.subcategories.nativeElement.children[t].offsetLeft-20,0)},e.prototype.arrowScrollLeft=function(){this.subcategories.nativeElement.scrollLeft-=120},e.prototype.arrowScrollRight=function(){this.subcategories.nativeElement.scrollLeft+=120},e.prototype.onScroll=function(e){var t=this;this.scrolling=!0,this.updateScrollers(e.srcElement),this.timeoutHndl&&(clearTimeout(this.timeoutHndl),this.timeoutHndl=void 0),this.timeoutHndl=setTimeout(function(){t.scrolling=!1},300)},e.prototype.updateScrollers=function(e){e&&(this.scrollLeft=e.scrollLeft>0,this.scrollRight=e.scrollLeft+e.clientWidth<e.scrollWidth)},e.prototype.searchGames=function(){this.navCtrl.push("OryxGameSearchPage")},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(e){this.ticketsProvider=e,this.ticket=null}return e.prototype.getCasinoTicketDetails=function(e){var t=this;e&&this.ticketsProvider.getCasinoTicketDetails(e).subscribe(function(e){t.betsAmount=e})},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return a});n(0);var i=n(1),r=(n(5),n(17)),o=n.n(r),a=function(){function e(e,t,n){this.navCtrl=e,this.navParams=t,this.location=n,this.gameSelected=new i.EventEmitter,this.videoStartedEvent=new i.EventEmitter,this.gameSelectionChanged=new i.EventEmitter,this.gameType=localStorage.getItem("vgSelectedGameType"),this.firstLoad=!0}return e.prototype.ngOnInit=function(){},e.prototype.selectGame=function(e,t){var n=this;e.gameType!==this.selectedGame.gameType&&(this.gameLoading=!0,this.selectedGame=e,this.gameSelectionChanged.emit(this.selectedGame.gameType),this.segment.nativeElement.scrollTo(this.segment.nativeElement.children[t].offsetLeft,0),setTimeout(function(){n.gameLoading=!1},500))},e.prototype.ngOnChanges=function(e){var t=this;e.menuGames&&e.menuGames.currentValue&&(this.menuGames=e.menuGames.currentValue,this.firstLoad&&(this.selectedGame=o.a.find(this.menuGames,function(e){return e.gameType==t.gameType}),this.firstLoad=!1))},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0);var i=n(7),r=n(181),o=function(){function e(e,t,n,i){this.virtualGamesTicketProvider=e,this.cdref=t,this.envProvider=n,this.horizontalScrollProvider=i,this.racersArray=new Map([[r.c.Dogs,[1,2,3,4,5,6]],[r.c.Horses,[1,2,3,4,5,6,7,8]],[r.c.Motorbikes,[1,2,3,4,5,6]],[r.c.RealDogs,[1,2,3,4,5,6]],[r.c.Motocros,[8,91,86,48,52,69,77,35,24,17]],[r.c.Nascar,[24,30,54,37,98,17,77,48,69,8,88,13]],[r.c.Motocross6,[17,24,35,48,52,69]]]),this.selectedTab=null,this.betTypeGroups=[{name:"SINGLE_BETS",type:r.b.SingleBets,winner:[],inTopTwo:[],inTopThree:[],winOrTopTwo:[]},{name:"REVERSE_FORECAST",type:r.b.CombinationForecast,firstOrSecond:[]},{name:"FORECAST",type:r.b.Forecast,firstAndSecond:[]},{name:"REVERSE_TRICAST",type:r.b.CombinationTricast,firstOrSecondThird:[]},{name:"TRICAST",type:r.b.Tricast,firstAndSecondAndThird:[]}],this.selectedTab=this.betTypeGroups[0]}return e.prototype.ngAfterViewInit=function(){this.cdref.detectChanges()},e.prototype.mapOffers=function(){var e=this;this.betTypeGroups[0].offerPerRacer=[];for(var t=this.racersArray.get(this.upcomingRace.GameType),n=0;n<t.length;n++){var i={racer:t[n],offer:[]},o=this.getOffer(r.a.Winner,r.a.InTopTwo,r.a.InTopThree,r.a.WinnerOrTopTwo),a=o[0],s=o[1],u=o[2],l=o[3];if(a)for(var c=0;c<a.Odds.length;c++)if(i.racer==a.Odds[c].Pick.split("|")[0]){i.offer.push(this.virtualGamesTicketProvider.createBet(a.Odds[c],this.upcomingRace,a));break}if(s)for(c=0;c<s.Odds.length;c++)if(i.racer==s.Odds[c].Pick.split("|")[0]){i.offer.push(this.virtualGamesTicketProvider.createBet(s.Odds[c],this.upcomingRace,s));break}if(u)for(c=0;c<u.Odds.length;c++)if(i.racer==u.Odds[c].Pick.split("|")[0]){i.offer.push(this.virtualGamesTicketProvider.createBet(u.Odds[c],this.upcomingRace,u));break}if(l&&!this.hideEachWay)for(c=0;c<l.Odds.length;c++)if(i.racer==l.Odds[c].Pick.split("|")[0]){i.offer.push(this.virtualGamesTicketProvider.createBet(l.Odds[c],this.upcomingRace,l));break}this.betTypeGroups[0].offerPerRacer.push(i)}var d=this.getOffer(r.a.FirstOrSecond)[0];d?(this.betTypeGroups[1].disabled=!1,this.betTypeGroups[1].firstOrSecond=d.Odds.map(function(t){return e.virtualGamesTicketProvider.createBet(t,e.upcomingRace,d)})):this.betTypeGroups[1].disabled=!0;var m=this.getOffer(r.a.FirstAndSecond)[0];m?(this.betTypeGroups[2].disabled=!1,this.betTypeGroups[2].firstAndSecond=m.Odds.map(function(t){return e.virtualGamesTicketProvider.createBet(t,e.upcomingRace,m)}),1==this.bettingType&&(this.betTypeGroups[2].firstAndSecond=this.mapForecast(this.betTypeGroups[2].firstAndSecond))):this.betTypeGroups[2].disabled=!0;var p=this.getOffer(r.a.FirstOrSecondOrThird)[0];p?(this.betTypeGroups[3].disabled=!1,this.betTypeGroups[3].firstOrSecondThird=p.Odds.map(function(t){return e.virtualGamesTicketProvider.createBet(t,e.upcomingRace,p)})):this.betTypeGroups[3].disabled=!0;var h=this.getOffer(r.a.FirstAndSecondAndThird)[0];h?(this.betTypeGroups[4].disabled=!1,this.betTypeGroups[4].firstAndSecondAndThird.selectedRacerCombination=this.upcomingRace&&8==this.upcomingRace.GameType?17:1,this.betTypeGroups[4].firstAndSecondAndThird.odds=h.Odds.map(function(t){return e.virtualGamesTicketProvider.createBet(t,e.upcomingRace,h)})):this.betTypeGroups[4].disabled=!0},e.prototype.onHorizontalScroll=function(e){i.a.MobileWeb||this.horizontalScrollProvider.notifyHorizontalScroll(e)},e.prototype.resetOffer=function(){this.betTypeGroups[0].offerPerRacer=[],this.betTypeGroups[1].firstOrSecond=[],this.betTypeGroups[2].firstAndSecond=[],this.betTypeGroups[3].firstOrSecondThird=[],this.betTypeGroups[4].firstAndSecondAndThird=[],this.mapOffers()},e.prototype.mapForecast=function(e){for(var t=e.length/this.upcomingRace.NumberOfRacers,n=this.racersArray.get(this.upcomingRace.GameType),i=0;i<=t;i++)e.push({Pick:n[i]+"-"+n[i]+"-0"});return e=e.sort(function(e,t){return e.Pick>t.Pick?1:-1})},e.prototype.getOffer=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return this.upcomingRace?this.upcomingRace.Offers.filter(function(t){return-1!=e.indexOf(t.BetType)}):[]},e.prototype.selectTab=function(e,t){e.type!==this.selectedTab.type&&(this.selectedTab=e),this.betTypeGroupsScroll.nativeElement.scrollTo(this.betTypeGroupsScroll.nativeElement.children[t].offsetLeft,0),this.updateOfferDescriptions()},e.prototype.changeCombination=function(e,t){this.betTypeGroups[4].firstAndSecondAndThird.selectedRacerCombination=e,this.racerSegment.nativeElement.scrollTo(this.racerSegment.nativeElement.children[t].offsetLeft,0)},e.prototype.onScroll=function(e){var t=this;this.scrolling=!0,this.updateScrollers(e.srcElement),this.timeoutHndl&&(clearTimeout(this.timeoutHndl),this.timeoutHndl=void 0),this.timeoutHndl=setTimeout(function(){t.scrolling=!1},300)},e.prototype.updateScrollers=function(e){e&&(this.scrollLeft=e.scrollLeft>0,this.scrollRight=e.scrollLeft+e.clientWidth<e.scrollWidth)},e.prototype.ngOnChanges=function(e){e.upcomingRace&&e.upcomingRace.currentValue&&(this.resetOffer(),e.upcomingRace.previousValue&&e.upcomingRace.currentValue.GameType!=e.upcomingRace.previousValue.GameType&&(this.selectedTab=this.betTypeGroups[0],this.betTypeGroupsScroll&&this.betTypeGroupsScroll.nativeElement&&(this.betTypeGroupsScroll.nativeElement.scrollLeft=0))),e.lockBetting&&e.lockBetting.currentValue&&(this.lockBetting=e.lockBetting.currentValue.lock)},e.prototype.updateOfferDescriptions=function(){this.winnerExpanded=!1,this.placeExpanded=!1,this.showExpanded=!1,this.eachWayExpanded=!1,this.forecastExpanded=!1,this.tricastExpanded=!1,this.reverseForecastExpanded=!1,this.reverseTricastExpanded=!1},Object.defineProperty(e.prototype,"bettingType",{get:function(){return this.envProvider.environment.VirtualGamesBettingType},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"gameName",{get:function(){return this.upcomingRace?this.upcomingRace.Name.toUpperCase():""},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"hideEachWay",{get:function(){return this.envProvider.environment.HideVgEachWay},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(13),r=function(){function e(e){var t=this;this.virtualGamesTicketProvider=e,this.singleBetTypes=["WINNER","PLACE","SHOW","EACH_WAY"],this.virtualGamesTicketProvider.ticketBetsModified$.pipe(Object(i.a)(this)).subscribe(function(e){switch(e.operation){case"added":e.bet._BetId==t.odd._BetId&&(t.odd.Selected=!0);break;case"removed":e.bet._BetId==t.odd._BetId&&(t.odd.Selected=!1);break;case"cleared":t.odd.Selected=!1}})}return e.prototype.ngOnDestroy=function(){},e.prototype.ngOnChanges=function(e){this.odd&&(this.odd.Selected=!!this.virtualGamesTicketProvider.selectedBetIds.has(this.odd._BetId))},e.prototype.onClicked=function(e){1!==this.odd.Odd&&(this.virtualGamesTicketProvider.toggleBet(this.odd),e.stopPropagation())},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return s});n(0);var i=n(1),r=n(20),o=(n.n(r),n(5),n(13)),a=n(181),s=function(){function e(e,t,n,r){var a=this;this.vgProvider=e,this.navParams=t,this.envProvider=n,this.configProvider=r,this.lockBettingEvent=new i.EventEmitter,this.slidesLimit=1,this.videoFailed=!1,this.slideIndex=-1,this.vgProvider.streamingRound$.pipe(Object(o.a)(this)).subscribe(function(e){a.onRoundStreaming(e)}),this.vgProvider.jackpotUpdated$.pipe(Object(o.a)(this)).subscribe(function(e){a.currentJackpot=e}),this.vgProvider.winningJackpot$.pipe(Object(o.a)(this)).subscribe(function(e){a.onJackpotWon(e)})}return e.prototype.ngOnInit=function(){this.isFirstTimeInit=!0,this.jpDrawn=!1},e.prototype.ngOnChanges=function(e){var t=this;if(e.upcomingRace&&e.upcomingRace.currentValue&&e.upcomingRace.currentValue.gameType==this.upcomingRace.gameType&&(this.upcomingRace=e.upcomingRace.currentValue,this.getGameResults(this.upcomingRace.GameType),this.resetInterval(),this.prepareTimer()),e.gameType&&(e.gameType.currentValue||0===e.gameType.currentValue)&&(this.isVideoLoading=!1,e.currentRace)){this.currentRace=e.currentRace.currentValue;var n=this.isFirstTimeInit&&!this.video||!this.isFirstTimeInit&&this.video;setTimeout(function(){t.currentRace&&new Date(t.currentRace.RaceEndTime)>new Date&&!t.playVideo&&n&&t.calculateRemaingTime(t.currentRace)})}},e.prototype.ngAfterViewInit=function(){var e=this;setTimeout(function(){e.video=document.getElementById("videoPlayer"),e.mp4=document.getElementById("mp4"),e.video&&(e.video.controls=!1,e.video.muted=!0,e.video.onerror=function(t){e.videoFailed=!0,e.videoBuffering=!1,e.onVideoEnded("videoEnded"),setTimeout(function(){e.streamingScreen=!1,e.videoFailed=!1},4e3)},e.video.oncanplay=function(){e.autoplay&&(e.videoBuffering=!1,e.playVideo=!0,e.videoPlaying=!0,e.video.play(),setTimeout(function(){e.showInProgressText=!0},100))},e.video.onended=function(){e.onVideoEnded("videoEnded")}),e.currentRace&&new Date(e.currentRace.RaceEndTime)>new Date&&!e.playVideo&&e.calculateRemaingTime(e.currentRace)},0)},e.prototype.ngOnDestroy=function(){this.resetInterval()},Object.defineProperty(e.prototype,"cfg",{get:function(){return this.configProvider&&this.configProvider.configTerminal},enumerable:!0,configurable:!0}),e.prototype.resetInterval=function(){this.timerSubscription&&(this.timerSubscription.unsubscribe(),this.timerSubscription=void 0)},e.prototype.calculateRemaingTime=function(e){var t=this,n=new Date,i=new Date(e.RaceStartTime);i.setSeconds(i.getSeconds()+10);var r=new Date(e.RaceEndTime),o=r-i,a=r-n;a>7e3?(this.isVideoLoading=!0,this.currentVideoTime=(o-a)/1e3,this.currentVideoTime<=0?(this.currentVideoTime=-1*this.currentVideoTime,this.countdownTime=this.currentVideoTime,this.countDownScreen=!0,setTimeout(function(){t.showCurrentVideo(e,!0)},1e3*this.currentVideoTime)):this.currentVideoTime>0&&this.showCurrentVideo(e)):this.isVideoLoading=!1},e.prototype.showCurrentVideo=function(e,t){var n=this;this.videoBuffering=!0,this.countDownScreen=!1,this.streamingScreen=!0,this.currentRaceNumber=e.RaceNumber,t&&(this.currentVideoTime=0),this.videoSource="https://media.betx.bet/VirtualRaces/Mobile?gameType="+a.c[e.GameType].toLowerCase()+"&brand="+this.vgBrand+"&racers="+this.currentRace.NumberOfRacers+"&groupId="+this.currentRace.GroupId+"&videoName="+e.RaceVideo+"#t="+this.currentVideoTime+"&accessToken="+e.AccessToken,this.autoplay=!0,this.mp4&&(this.mp4.src=this.videoSource),this.video&&this.video.load(),setTimeout(function(){n.video&&(!n.video.readyState||n.video.readyState<3)&&(n.mp4.src=void 0,n.video.pause(),n.playVideo=!1,n.videoPlaying=!1,n.showInProgressText=!1,n.streamingScreen=!1,n.isVideoLoading=!1,n.videoBuffering=!1,n.slideScreens())},5e3)},e.prototype.onRoundStreaming=function(e){this.upcomingRace&&e.GameType==this.upcomingRace.GameType&&(this.autoplay=!1,this.currentRaceNumber=e.RaceNumber,this.streamingScreen=!0,this.videoSource="https://media.betx.bet/VirtualRaces/Mobile?gameType="+this.upcomingRace.Name.toLowerCase()+"&brand="+this.vgBrand+"&racers="+this.upcomingRace.NumberOfRacers+"&groupId="+this.upcomingRace.GroupId+"&videoName="+e.RaceVideo+"&accessToken="+e.AccessToken,this.mp4&&(this.mp4.src=this.videoSource),this.video&&this.video.load())},e.prototype.handleEvent=function(e){var t=this;if(e){if(e&&1e4==e.left)return this.countdownTime=e.left/1e3,this.slideIndex=-1,this.countDownScreen=!0,void this.lockBettingEvent.emit({lock:!0});"finished"==e.action&&(this.lockBettingEvent.emit({lock:!1}),this.countdownTime=0,this.countDownScreen=!1,this.jpDrawn=!1,this.videoPlaying=!0,this.resetInterval(),this.startVideo(),setTimeout(function(){t.playVideo=!0,t.vgProvider.getInitialData()},400))}},e.prototype.startVideo=function(){var e=this;this.video&&(this.video.readyState&&0!==this.video.readyState?(this.video.play(),setTimeout(function(){e.showInProgressText=!0},500)):(this.videoFailed=!0,this.mp4.src=void 0,this.video.pause(),this.playVideo=!1,this.videoPlaying=!1,this.showInProgressText=!1,setTimeout(function(){e.streamingScreen=!1,e.videoFailed=!1,e.vgProvider.getInitialData()},5e3),this.isVideoLoading=!1,this.videoBuffering=!1,this.slideScreens(),this.prepareTimer()))},e.prototype.slideScreens=function(){this.resetInterval(),this.slideIndex=this.jpDrawn?2:0,this.countDownScreen=!1,this.startInterval()},e.prototype.prepareTimer=function(){this.lockBettingEvent.emit({lock:!1}),this.roundTimer=this.upcomingRace.StartTime,this.roundTimer>0&&this.roundTimer<=10?(this.countDownScreen=!0,this.countdownTime=this.roundTimer,this.streamingScreen=!this.isFirstTimeInit):this.videoPlaying||this.isVideoLoading||(this.playVideo=!1,this.showInProgressText=!1,this.isFirstTimeInit=!1,this.slideScreens())},e.prototype.onVideoEnded=function(e){"videoEnded"===e&&(this.mp4.src=void 0,this.video.pause(),this.playVideo=!1,this.videoPlaying=!1,this.showInProgressText=!1,this.videoFailed||(this.streamingScreen=!1),this.isVideoLoading=!1,this.getGameResults(this.gameType),this.vgProvider.getInitialData())},e.prototype.startInterval=function(){var e=this;this.timerSubscription=r.Observable.timer(1e4,1e4).takeWhile(function(){return-1!==e.slideIndex}).subscribe(function(){if(e.countDownScreen||e.streamingScreen)return e.slideIndex=-1,void(e.jpDrawn=!1);e.slidesLimit=e.jpDrawn?2:1,e.slideIndex++,e.slideIndex>e.slidesLimit&&(e.slideIndex=0)})},e.prototype.getGameResults=function(e){var t=this;this.vgProvider.getResults(e,1).pipe(Object(o.a)(this)).subscribe(function(e){e.length&&(t.previewResults=e[0],t.previewResults.RaceResult=t.previewResults.RaceResult.split("|"))})},Object.defineProperty(e.prototype,"vgScreenContainerStyle",{get:function(){var e=0;if(this.screenContainer&&this.screenWrapper){var t=this.screenContainer.nativeElement.offsetHeight;e=Math.min(this.screenWrapper.nativeElement.offsetWidth/50,this.screenWrapper.nativeElement.offsetHeight/t)}return{transform:"scale("+e+")","transform-origin":"top left"}},enumerable:!0,configurable:!0}),e.prototype.onJackpotWon=function(e){e&&(this.jpDrawn=!0,this.jpWinAmount=e.WinningAmount,this.jpWinningTicketId=e.SuperTicketId)},e.prototype.toggleSound=function(){this.video.muted=!this.video.muted},Object.defineProperty(e.prototype,"vgBrand",{get:function(){return this.envProvider.environment.VirtualGamesBrand},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(1),r=function(){function e(e,t){this.virtualGamesTicketProvider=e,this.configurationProvider=t,this.betRemoved=new i.EventEmitter}return e.prototype.ngOnInit=function(){},Object.defineProperty(e.prototype,"ticket",{get:function(){return this.virtualGamesTicketProvider.ticket},enumerable:!0,configurable:!0}),e.prototype.onDeleteBetClicked=function(e){this.virtualGamesTicketProvider.removeBet(this.bet),this.betRemoved.emit(),e.stopPropagation()},e.prototype.errorTrackBy=function(e,t){return t.TranslatedMessage},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(13),r=function(){function e(e,t,n,i){this.uiProvider=e,this.userProvider=t,this.authProvider=n,this.virtualGamesTicketProvider=i,this.tickets=[],this.loading=!0}return e.prototype.ngOnInit=function(){var e=this;this.activeTicketAddedSubscription=this.userProvider.activeTicketAdded.subscribe(function(t){e.tickets.push(t),e.createPicks(t)}),this.activeTicketBetsSubscription=this.userProvider.userActiveTickets.subscribe(function(t){var n=e.tickets.find(function(e){return e.TicketId===t.TicketId});if(n){var i=n.Events[t.EventId].find(function(e){return e.BetId==t.BetId});i&&(i.Status=t.BetStatus)}}),this.ticketProcessedSubscription=this.userProvider.ticketProcessed.subscribe(function(t){setTimeout(function(){e.tickets=e.tickets.filter(function(e){return e.TicketId!=t.ticketId})},2e3)}),this.authProvider.isLoggedIn()||(this.tickets=[],this.loading=!1),this.registerForActiveTicketsSubscription=this.userProvider.registerForActiveTicketsSubj$.pipe(Object(i.a)(this)).subscribe(function(t){e.getActiveTickets()})},e.prototype.ngOnDestroy=function(){this.unsubscribe()},e.prototype.getActiveTickets=function(){var e=this;this.authProvider.isLoggedIn()?this.userProvider.registerForActiveTickets(10).subscribe(function(){e.userProvider.getActiveTicketsPerGameType(8).subscribe(function(t){t.length?(e.tickets=t,e.createPicks()):e.tickets=[],e.loading=!1},function(t){e.loading=!1,e.tickets=[],e.uiProvider.toastCreate("SERVICE_NOT_AVAILABLE","error")})},function(t){e.loading=!1,e.tickets=[],e.uiProvider.toastCreate("SERVICE_NOT_AVAILABLE","error")}):(this.tickets=[],this.loading=!1)},e.prototype.createPicks=function(e){var t=this;if(e)for(var n in e.Events)e.Events[n].forEach(function(e){e.PickArray=e.Pick.split("-"),t.virtualGamesTicketProvider.createPick(e)});else this.tickets.forEach(function(e){for(var n in e.Events)e.Events[n].forEach(function(e){e.PickArray=e.Pick.split("-"),t.virtualGamesTicketProvider.createPick(e)})})},e.prototype.unsubscribe=function(){this.activeTicketAddedSubscription&&(this.activeTicketAddedSubscription.unsubscribe(),this.activeTicketAddedSubscription=null),this.activeTicketBetsSubscription&&(this.activeTicketBetsSubscription.unsubscribe(),this.activeTicketBetsSubscription=null),this.ticketProcessedSubscription&&(this.ticketProcessedSubscription.unsubscribe(),this.ticketProcessedSubscription=null),this.userProvider.unregisterForActiveTickets()},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(){}}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(1),r=(n(5),function(){function e(e,t,n,r,o,a,s,u,l){this.uiProvider=e,this.ticketProvider=t,this.alertCtrl=n,this.translationProvider=r,this.chatService=o,this.modalCtrl=a,this.navCtrl=s,this.envProvider=u,this.configProvider=l,this.message=null,this.reply=new i.EventEmitter,this.flagMessage=new i.EventEmitter,this.banUser=new i.EventEmitter,this.pinMessage=new i.EventEmitter}return Object.defineProperty(e.prototype,"banHours",{get:function(){return this.envProvider.environment.Chat.BanHours},enumerable:!0,configurable:!0}),e.prototype.ngOnInit=function(){this.message.message&&this.checkForUrlLink(this.message.message)},e.prototype.ngOnChanges=function(e){var t=this;e.bannedUsers&&e.bannedUsers.currentValue&&this.moderator&&(this.isBanned=this.bannedUsers.find(function(e){return e.evonaUserId==t.message.evonaUserId}))},e.prototype.checkForUrlLink=function(e){var t=/(http(s)?:\/\/.)?(www\.)?[-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,6}\b([-a-zA-Z0-9@:%_\+.~#?&//=]*)/;this.replacedMessage=e.split(" ").map(function(e){return t.test(e)?e.startsWith("http")?'<a href="'+e+'">'+e+"</a>":'<a href="http://'+e+'">'+e+"</a>":e}).join(" ")},e.prototype.markMessageAsPinned=function(){this.optionsExpanded=!1,this.moderator&&this.currentUser==this.message.username&&this.pinMessage.emit(this.message.id)},e.prototype.openEditMessageModal=function(){var e=this;this.optionsExpanded=!1,this._alert=this.alertCtrl.create({title:this.translationProvider.translate("EDIT_MESSAGE"),inputs:[{name:"message",placeholder:this.translationProvider.translate("MESSAGE"),value:this.message.message,type:"text"}],buttons:[{text:this.translationProvider.translate("CONFIRM"),handler:function(t){/(http(s)?:\/\/.)?(www\.)?[-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,6}\b([-a-zA-Z0-9@:%_\+.~#?&//=]*)/gi.test(t.message)&&!e.moderator?e.uiProvider.toastCreate("CANT_SEND_LINK","error"):e.chatService.editMessage(e.message.id,{Message:t.message}),e.checkForUrlLink(t.message)}},{text:this.translationProvider.translate("CANCEL"),handler:function(){}}]}).present()},e.prototype.openTicket=function(e){var t=this;this.uiProvider.loadingPresent(),this.ticketProvider.searchPublicTicket(e.encryptedPin).subscribe(function(e){t.uiProvider.loadingDismiss(),e.Processed&&e.Validated&&e.Result?t.navCtrl.push("TicketDetailsPage",{ticketResult:e.Result,pin:e.Result.Ticket.EncryptedTicketPin,public:!0}):t.uiProvider.toastCreate("TICKET_NOT_FOUND","warning")},function(e){t.uiProvider.loadingDismiss(),t.uiProvider.toastCreate("SERVICE_NOT_AVAILABLE","error"),console.error(e)})},e.prototype.openDeleteMessageDialog=function(){var e=this;this.optionsExpanded=!1,this._alert=this.alertCtrl.create({title:this.translationProvider.translate("DELETE_MESSAGE"),message:this.translationProvider.translate("DO_YOU_WANT_TO DELETE_MESSAGE"),buttons:[{text:this.translationProvider.translate("NO"),handler:function(){}},{text:this.translationProvider.translate("YES"),handler:function(t){e.deleteMessage()}}]}).present()},e.prototype.deleteMessage=function(){var e=this;this.chatService.deleteMessage(this.message.id).subscribe(function(){e.markMessageAsPinned(),e.uiProvider.toastCreate("MESSAGE_DELETED_SUCCESSFULLY")},function(t){e.uiProvider.toastCreate("ERROR_OCCURED_ON_MESSAGE_DELETING","error")})},e.prototype.openFlagMessageDialog=function(){var e=this;this.optionsExpanded=!1,this._alert=this.alertCtrl.create({title:this.translationProvider.translate("MARK_MESSAGE_AS_SPAM"),message:this.translationProvider.translate("DO_YOU_WANT_TO_MARK_MESSAGE_AS_SPAM"),buttons:[{text:this.translationProvider.translate("NO"),handler:function(){}},{text:this.translationProvider.translate("YES"),handler:function(t){e.markMessageAsSpam()}}]}).present()},e.prototype.markMessageAsSpam=function(){this.flagMessage.emit(this.message.id)},e.prototype.onUserSelected=function(){var e=this;if(this.message.username!==this.currentUser)if(this.isBanned)this.uiProvider.toastCreate("USER_IS_BANNED");else{var t=[];this.banHours.forEach(function(e){t.push({name:e,type:"radio",label:e,value:e})}),this._alert=this.alertCtrl.create({title:this.translationProvider.translate("BAN_USER"),message:this.translationProvider.translate("DO_YOU_WANT_TO_BAN_USER_FOR"),inputs:t,buttons:[{text:this.translationProvider.translate("CANCEL"),handler:function(){}},{text:this.translationProvider.translate("CONFIRM"),handler:function(t){e.banChatUser(e.message.evonaUserId,t)}}]}).present()}},e.prototype.banChatUser=function(e,t){var n=this,i=new Date;i.setHours(i.getHours()+t),this.chatService.banUser(e,i).subscribe(function(e){n.uiProvider.toastCreate("USER_BANNED_SUCCESSFULY"),n.banUser.emit()},function(e){n.uiProvider.toastCreate("ERROR_OCCURED_ON_BANNING_USER","error")})},Object.defineProperty(e.prototype,"ChatShadowFlagEnabled",{get:function(){return this.configProvider&&this.configProvider.configTerminal&&this.configProvider.configTerminal.ChatShadowFlagEnabled},enumerable:!0,configurable:!0}),e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(){}return e.prototype.ngOnInit=function(){this.showAnimation()},e.prototype.showAnimation=function(){var e=this;this.colorPlayer=document.getElementById("colortJP"),this.colorPlayer&&(this.colorPlayer.controls=!1,this.colorPlayer.muted=!0,this.playerVisible=!0,this.colorPlayer.play(),setTimeout(function(){e.showJackpotData()},3e3))},e.prototype.showJackpotData=function(){var e=this;this.titleVisible=!0,setTimeout(function(){e.amountVisible=!0,setTimeout(function(){e.ticketsVisible=!0},1e3)},1e3)},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(){}return e.prototype.ngOnInit=function(){this.showAnimation()},e.prototype.showAnimation=function(){var e=this;this.misteryPlayer=document.getElementById("misteryJP"),this.misteryPlayer&&(this.misteryPlayer.controls=!1,this.misteryPlayer.muted=!0,this.playerVisible=!0,this.misteryPlayer.play(),setTimeout(function(){e.showTitles=!0},2e3),setTimeout(function(){e.showJackpotData()},3500))},e.prototype.showJackpotData=function(){var e=this;setTimeout(function(){e.amountVisible=!0,setTimeout(function(){e.amountBlinking=!0},1500)},1e3)},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(){}}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(){}}()},function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0);var i=n(1),r=n(7),o=(n(247),function(){function e(e,t,n,r){this.uiProvider=e,this.clipboard=t,this.envProvider=n,this.configProvider=r,this.sendTicketToChat=new i.EventEmitter,this.reuseBets=new i.EventEmitter}return e.prototype.ngOnInit=function(){if(this.sharingOptions=this.isWeb?this.socials.split("|"):this.getAppIcons(),!this.chatAuthorized){-1!=(e=this.sharingOptions.findIndex(function(e){return"sendtochat"==e}))&&this.sharingOptions.splice(e,1)}if(!this.canReuseBets){var e;-1!=(e=this.sharingOptions.findIndex(function(e){return"copybets"==e}))&&this.sharingOptions.splice(e,1)}},e.prototype.getAppIcons=function(){var e=[];return this.socials.split("|").forEach(function(t){"sendtochat"!=t&&"copybets"!=t||e.push(t)}),e},e.prototype.onShareAction=function(e){switch(e){case"viber":window.open("viber://forward?text="+this.sharingLink,"_system");break;case"whatsapp":window.open("whatsapp://send?text="+this.sharingLink,"_system");break;case"facebook":window.open("https://facebook.com/sharer/sharer.php?u="+this.sharingLink,"_system");break;case"twitter":window.open("https://twitter.com/intent/tweet/?text="+this.sharingLink,"_system");break;case"telegram":window.open("https://t.me/share/url?url="+this.sharingLink,"_system");break;case"instagram":break;case"copybets":this.reuseBets.emit(!0);break;case"sendtochat":this.sendTicketToChat.emit(!0);break;case"copylink":this.copyToClipboard(""+this.sharingLink)}},e.prototype.copyToClipboard=function(e){var t=this;r.a.MobileWeb?window.navigator?navigator.clipboard.writeText(decodeURIComponent(e)).then(function(){t.uiProvider.toastCreate("SUCCESSFULLY_COPIED")}).catch(function(){t.uiProvider.toastCreate("SERVICE_NOT_AVAILABLE","error")}):this.uiProvider.toastCreate("BROWSER_NOT_SUPPORTED","error"):this.clipboard.copy(decodeURIComponent(e)).then(function(){t.uiProvider.toastCreate("SUCCESSFULLY_COPIED")}).catch(function(){t.uiProvider.toastCreate("SERVICE_NOT_AVAILABLE","error")})},e.prototype.getIconName=function(e){switch(e){case"viber":return"logo-viber";case"whatsapp":return"eba-icon-whatsapp";case"facebook":return"eba-icon-facebook";case"twitter":return"eba-icon-twitter";case"telegram":return"icon-telegram";case"copylink":return"eba-icon-copy";case"copybets":return"eba-icon-reuse-bets";case"sendtochat":return"eba-icon-chat"}},Object.defineProperty(e.prototype,"defaultSocials",{get:function(){return"Viber|Whatsapp|Telegram|Twitter|Facebook|CopyBets|SendToChat|CopyLink".toLowerCase()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"socials",{get:function(){return this.envProvider.environment&&this.envProvider.environment.SocialSharing?this.envProvider.environment.SocialSharing.toLowerCase():this.defaultSocials},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"sharingLink",{get:function(){return encodeURIComponent(this.cfg.MobileWebUrl+"/#/my-account/tickets/"+this.encryptedPin)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"cfg",{get:function(){return this.configProvider.configTerminal},enumerable:!0,configurable:!0}),e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0);var i=n(17),r=(n.n(i),n(13)),o=function(){function e(e,t,n){var i=this;this.bingoService=e,this.transService=t,this.configProvider=n,this.betType={normal:0,random:1,randomEven:2,randomOdd:3,color:4,firstColor:5,firstOddEven:6,firstOverUnder:7,firstFiveSum:8,moreOddEven:9},this.betTypeKeys={0:"NORMAL",1:"RANDOM",2:"RANDOMEVEN",3:"RANDOMODD",4:"COLOR",5:"FIRSTCOLOR",6:"FIRSTODDEVEN",7:"FIRSTOVERUNDER",8:"FIRSTFIVESUM",9:"MOREODDEVEN"},this.reverseFirstColor={0:"green",1:"red",2:"yellow",3:"black",4:"orange",5:"purple",6:"pink",7:"blue"},this.barOptions={borderRadius:100,layout:{padding:{left:7},cornerRadius:120},legend:{display:!1},maintainAspectRatio:!1,responsive:!0,scales:{barThickness:150,borderRadius:100,xAxes:[{gridLines:{display:!1}}],yAxes:[{scaleLabel:{show:!1,labelString:""},gridLines:{display:!1},ticks:{display:!1,beginAtZero:!0}}]},tooltips:{enabled:!1}},this.barColors=["#b20000","#f1d800","#4f4f4e","#e89800","#871b8c","#d60a82","#020fc8","#139027"],this.doughnutOptions={datalabels:{display:!1},tooltips:{enabled:!1}},this.setChartColors(),this.bingoService.bingoRoundStats&&this.prepareStats(this.bingoService.bingoRoundStats),this.bingoService.bingoRoundStatsSubj$.pipe(Object(r.a)(this)).subscribe(function(e){i.prepareStats(e)})}return e.prototype.ngOnInit=function(){},e.prototype.ngOnDestroy=function(){},Object.defineProperty(e.prototype,"BingoSpecialBetsEnabled",{get:function(){return this.configProvider.configTerminal.BingoSpecialBetsEnabled},enumerable:!0,configurable:!0}),e.prototype.formatNumbersDrawnCount=function(e){if(null!=e[0]&&null!=e[0].drawnTimes)return e;for(var t=[],n=1;n<=48;n++){t.push({pick:n,drawnTimes:e[n]})}t=t.sort(function(e,t){return t.drawnTimes-e.drawnTimes});for(var i={hotNumbers:[],coldNumbers:[]},r=0;r<t.length;r++){var o=t[r];r<5&&i.hotNumbers.push(o),r>42&&i.coldNumbers.push(o)}return i},e.prototype.formatSpecialBetTypePicksCount=function(e){var t=this,n=[];if(null==e)return e;i.each(e,function(e,t){n.push({name:t,list:e})});var r={firstColor:[],specialBets:[]};return n.forEach(function(e,n){if(e.name.toUpperCase()==t.betTypeKeys[5]){for(var i=0,o=Object.entries(Object.entries(e.list));i<o.length;i++){var a=o[i],s=a[1][1];r.firstColor.push(l={color:t.reverseFirstColor[a[0]],drawnTimes:s,percentage:s/20*100})}r.firstColor.push(r.firstColor.shift())}else{for(var u=n+5==7?" 22.5":n+5==8?" 122.5":"",l={ordering:0,betType:n,transBetType:t.transService.translate(t.betTypeKeys[n+5])+u,picks:[],percentage:0,percentage1:0},c=0;c<=1;c++){var d={transPick:t.transService.translate(0==c?n+5==t.betType.firstFiveSum||n+5==t.betType.firstOverUnder?"UNDER":"NUMBER_ODD":n+5==t.betType.firstFiveSum||n+5==t.betType.firstOverUnder?"OVER":"NUMBER_EVEN"),drawnTimes:e.list[c]};l.picks.push(d)}switch(n+5){case t.betType.firstFiveSum:l.ordering=0;break;case t.betType.firstOverUnder:l.ordering=1;break;case t.betType.firstOddEven:l.ordering=2;break;case t.betType.moreOddEven:l.ordering=3}l.percentage=l.picks[0].drawnTimes/20*100,l.percentage1=100-l.percentage,r.specialBets.push(l)}}),r},e.prototype.prepareStats=function(e){var t=Object.assign({},e);t.NumbersDrawnCount&&(t.NumbersDrawnCount=this.formatNumbersDrawnCount(t.NumbersDrawnCount),t.SpecialBetTypePicks=this.formatSpecialBetTypePicksCount(t.SpecialBetTypePicks),this.roundStats=t)},e.prototype.setChartColors=function(){var e=getComputedStyle(document.documentElement).getPropertyValue("--eba-color-3"),t=getComputedStyle(document.documentElement).getPropertyValue("--eba-primary-color-type-1");e&&t?(this.defaultColor=e.trim(),this.mainColor=t.trim()):(this.defaultColor="#777777",this.mainColor="#EAC84B")},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return s});n(0);var i=n(1),r=n(29),o=(n(5),n(13)),a=n(20),s=(n.n(a),n(231),function(){function e(e,t,n,r,o,a){this.navParams=e,this.userProvider=t,this.config=n,this.formBuilder=r,this.uiProvider=o,this.authProvider=a,this.userLimitsSave=new i.EventEmitter,this.loading=!0,this.dailyMoneyAmountLimit={},this.monthlyMoneyAmountLimit={},this.dailyTimeAmountLimit={},this.monthlyTimeAmountLimit={},this.restrictionLimits=[],this.restrictions={dailyAmountLimit:{id:null,amount:"",type:4},monthlyAmountLimit:{id:null,amount:"",type:6},dailyHourLimit:{id:null,amount:"",type:15},monthlyHourLimit:{id:null,amount:"",type:16}},this.userRestrictions=this.navParams.get("restrictions")}return e.prototype.ionViewWillEnter=function(){},e.prototype.ngOnDestroy=function(){},Object.defineProperty(e.prototype,"cfg",{get:function(){return this.config.configTerminal},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"fc",{get:function(){return this.userLimitsForm.controls},enumerable:!0,configurable:!0}),e.prototype.ngOnInit=function(){var e=this;this.getUserRestrictionLimits(),this.userProvider.getUserRestrictionsLimits().pipe(Object(o.a)(this)).subscribe(function(t){var n=t.Result.find(function(e){return 4==e.RestrictionType.Id});n&&n.Changes.length>0&&Object.assign(e.dailyMoneyAmountLimit,{status:n.Changes[n.Changes.length-1].Status,date:n.Changes[n.Changes.length-1].Date,amount:n.Changes[n.Changes.length-1].Amount});var i=t.Result.find(function(e){return 6==e.RestrictionType.Id});i&&i.Changes.length>0&&Object.assign(e.monthlyMoneyAmountLimit,{status:i.Changes[i.Changes.length-1].Status,date:i.Changes[i.Changes.length-1].Date,amount:i.Changes[i.Changes.length-1].Amount});var r=t.Result.find(function(e){return 15==e.RestrictionType.Id});r&&r.Changes.length>0&&Object.assign(e.dailyTimeAmountLimit,{status:r.Changes[r.Changes.length-1].Status,date:r.Changes[r.Changes.length-1].Date,amount:r.Changes[r.Changes.length-1].Amount});var o=t.Result.find(function(e){return 16==e.RestrictionType.Id});o&&o.Changes.length>0&&Object.assign(e.monthlyTimeAmountLimit,{status:o.Changes[o.Changes.length-1].Status,date:o.Changes[o.Changes.length-1].Date,amount:o.Changes[o.Changes.length-1].Amount})}),this.createForm()},e.prototype.createForm=function(){var e=this.getNumberOfDays();this.userLimitsForm=this.formBuilder.group({maxDailyAmount:[this.restrictions.dailyAmountLimit.amount?this.restrictions.dailyAmountLimit.amount:"",[r.t.required,r.t.pattern("^[0-9.]+$")]],maxMonthlyAmount:[this.restrictions.monthlyAmountLimit.amount?this.restrictions.monthlyAmountLimit.amount:"",[r.t.required,r.t.pattern("^[0-9.]+$")]],dailyTimeLimit:[this.restrictions.dailyHourLimit.amount?this.restrictions.dailyHourLimit.amount:"",[r.t.required,r.t.pattern("^[0-9]+$"),r.t.min(1),r.t.max(23)]],monthlyTimeLimit:[this.restrictions.monthlyHourLimit.amount?this.restrictions.monthlyHourLimit.amount:"",[r.t.required,r.t.pattern("^[0-9]+$"),r.t.min(1),r.t.max(e)]]})},e.prototype.getNumberOfDays=function(){return new Date((new Date).getFullYear(),(new Date).getMonth()+1,0).getDate()},e.prototype.getUserRestrictionLimits=function(){var e=this;this.userProvider.getUserRestrictionsLimits().pipe(Object(o.a)(this)).subscribe(function(t){e.restrictionLimits=t.Result,e.formatRestrictions()},function(t){e.uiProvider.toastCreate("SERVICE_NOT_AVAILABLE","error"),e.loading=!1,console.error(t)})},e.prototype.updateLimits=function(){var e=this,t=[{RestrictionId:this.restrictions.dailyAmountLimit.id,Amount:Number(this.fc.maxDailyAmount.value),RestrictionType:this.restrictions.dailyAmountLimit.type},{RestrictionId:this.restrictions.monthlyAmountLimit.id,Amount:Number(this.fc.maxMonthlyAmount.value),RestrictionType:this.restrictions.monthlyAmountLimit.type},{RestrictionId:this.restrictions.dailyHourLimit.id,Amount:Number(this.fc.dailyTimeLimit.value),RestrictionType:this.restrictions.dailyHourLimit.type},{RestrictionId:this.restrictions.monthlyHourLimit.id,Amount:24*Number(this.fc.monthlyTimeLimit.value),RestrictionType:this.restrictions.monthlyHourLimit.type}];this.userProvider.updateMultipleUserRestrictionsLimits(t).subscribe(function(t){t.ValidationResults&&t.ValidationResults.length>0?t.ValidationResults.forEach(function(t){e.uiProvider.toastCreate(t.ErrorMessage,"error")}):(e.uiProvider.toastCreate("LIMIT_UPDATE_SUCCESS_MESSAGE","success"),e.limitsUpdated=!0,e.restrictionLimits=t.Result,e.getUserRestrictionLimits(),e.showRestrictionsInfo(t.Result),e.createForm(),e.refreshToken(),e.userLimitsSave.emit())},function(t){e.uiProvider.toastCreate(t.error,"error",3e3)})},e.prototype.showKeyboard=function(e){this.limitsUpdated||(this.keyboardShown=!0)},e.prototype.onKeyboardClose=function(e){this.keyboardShown=e},e.prototype.onBackdropClick=function(e){this.keyboardShown=e},e.prototype.getLimitRestrictionAmount=function(e){try{return this.userRestrictions.find(function(t){return t.RestrictionType.Id==e}).RestrictionAmount}catch(e){return 0}},e.prototype.showRestrictionsInfo=function(e){for(var t=0,n=e;t<n.length;t++){var i=n[t];4===i.RestrictionType.Id?(i.Changes.length>0&&(Object.assign(this.dailyMoneyAmountLimit,{status:i.Changes[0].Status,date:i.Changes[0].Date,amount:i.Changes[0].Amount}),0===this.dailyMoneyAmountLimit.status&&this.fc.maxDailyAmount.disable()),this.fc.maxDailyAmount.setValue(i.restrictionAmount)):6===i.RestrictionType.Id?(i.Changes.length>0&&(Object.assign(this.monthlyMoneyAmountLimit,{status:i.Changes[0].Status,date:i.Changes[0].Date,amount:i.Changes[0].Amount}),0===this.monthlyMoneyAmountLimit.status&&this.fc.maxMonthlyAmount.disable()),this.fc.maxMonthlyAmount.setValue(i.RestrictionAmount)):15===i.RestrictionType.Id?(i.Changes.length>0&&(Object.assign(this.dailyTimeAmountLimit,{status:i.Changes[0].Status,date:i.Changes[0].Date,amount:i.Changes[0].Amount}),0===this.dailyTimeAmountLimit.status&&this.fc.dailyTimeLimit.disable()),this.fc.dailyTimeLimit.setValue(i.RestrictionAmount)):16===i.RestrictionType.Id&&(i.Changes.length>0&&(Object.assign(this.monthlyTimeAmountLimit,{status:i.Changes[0].Status,date:i.Changes[0].Date,amount:i.Changes[0].Amount}),0===this.monthlyTimeAmountLimit.status&&this.fc.monthlyTimeLimit.disable()),this.fc.monthlyTimeLimit.setValue(i.RestrictionAmount))}},e.prototype.refreshToken=function(){var e=new a.Subject;this.authProvider.doRefreshToken().subscribe(function(){e.complete()},function(t){e.error(t),e.complete()})},e.prototype.formatRestrictions=function(){for(var e=this,t=0,n=this.restrictionLimits;t<n.length;t++){var i=n[t];4==i.RestrictionType.Id&&(this.restrictions.dailyAmountLimit.id=i.Id,this.restrictions.dailyAmountLimit.amount=i.RestrictionAmount),6==i.RestrictionType.Id&&(this.restrictions.monthlyAmountLimit.id=i.Id,this.restrictions.monthlyAmountLimit.amount=i.RestrictionAmount),15==i.RestrictionType.Id&&(this.restrictions.dailyHourLimit.id=i.Id,this.restrictions.dailyHourLimit.amount=i.RestrictionAmount),16==i.RestrictionType.Id&&(this.restrictions.monthlyHourLimit.id=i.Id,this.restrictions.monthlyHourLimit.amount=Math.floor(i.RestrictionAmount/24).toString())}this.userLimitsForm.patchValue({maxDailyAmount:this.restrictions.dailyAmountLimit.amount,maxMonthlyAmount:this.restrictions.monthlyAmountLimit.amount,dailyTimeLimit:this.restrictions.dailyHourLimit.amount,monthlyTimeLimit:this.restrictions.monthlyHourLimit.amount}),this.userLimitsForm.updateValueAndValidity(),setTimeout(function(){e.animatedLabels&&e.animatedLabels.forEach(function(e){e.detectInputValueChange()})},0)},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(13),r=function(){function e(e){var t=this;this.bingoProvider=e,this.jackpotsHistory=[],this.bingoProvider.bingoJackpotsTimeline$.pipe(Object(i.a)(this)).subscribe(function(e){t.jackpotsHistory=e})}return e.prototype.ngOnDestroy=function(){},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0),n(5);var i=function(){function e(e,t){this.navCtrl=e,this.configProvider=t,this.currentSlideIndex=0}return e.prototype.ngOnInit=function(){this.inputLeague=this.league},e.prototype.swipeEvent=function(e){this.currentSlideIndex=this.slides.getActiveIndex(),this.currentSlideIndex==this.inputLeague.MatchesCount&&this.currentSlideIndex--},e.prototype.onMatchClicked=function(e){var t={matchId:e.Id,match:e,sport:this.sport.Slug,category:this.category.Slug,league:this.league.Slug};e&&e.IsLiveMatchAvailable?(localStorage.setItem("leagueCountryName",e.CategoryName),this.navCtrl.push("SportsBettingLiveMatchExtendedPage",t)):(t.time=this.timeFilter?this.timeFilter:this.cfg.DefaultSportTimeFilter,localStorage.setItem("leagueCountryName",e.CategoryName),this.navCtrl.push("SportsBettingMatchExtendedPage",t))},Object.defineProperty(e.prototype,"cfg",{get:function(){return this.configProvider&&this.configProvider.configTerminal},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0),n(5);var i=n(7),r=n(13),o=function(){function e(e,t,n,i){this.ticketsProvider=e,this.authProvider=t,this.navCtrl=n,this.envProvider=i,this.currentSlideIndex=0,this.tickets=[]}return e.prototype.ngOnInit=function(){var e=this;"2"==i.a.TerminalType&&this.authProvider.loggedIn$.pipe(Object(r.a)(this)).subscribe(function(t){t?e.getTickets():e.tickets=[]})},e.prototype.ngOnDestroy=function(){},e.prototype.swipeEvent=function(e){this.currentSlideIndex=this.slides.getActiveIndex(),this.currentSlideIndex==this.tickets.length&&this.currentSlideIndex--},e.prototype.getTickets=function(){var e=this,t=new Date;t=new Date(t.setDate(t.getDate()-7)),this.ticketsProvider.loadTickets(0,10,0,[0,1,3],t,new Date).take(1).subscribe(function(t){t&&t.Result&&(e.tickets=t.Result.Tickets,setTimeout(function(){e.ticketsExpanded=!0,e.slideTickets()},200))},function(e){console.error(e)})},e.prototype.openTicketsHistory=function(){this.navCtrl.push("MyTicketsPage")},e.prototype.onShowDetails=function(e){26!=e.GameType&&this.navCtrl.push("TicketDetailsPage",{parentPage:"MyTickets",pin:e.EncryptedTicketPin})},e.prototype.slideTickets=function(){var e=this;setTimeout(function(){e.slides&&(e.currentSlideIndex++,e.currentSlideIndex==e.tickets.length&&(e.currentSlideIndex=0),e.slides.slideTo(e.currentSlideIndex,500),e.slideTickets())},this.envProvider.environment.Banners.BannerInterval)},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(){}}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0),n(5);var i=n(7),r=function(){function e(e,t){this.oryxProvider=e,this.navCtrl=t}return e.prototype.ngOnInit=function(){},e.prototype.ngOnChanges=function(){},Object.defineProperty(e.prototype,"favorites",{get:function(){return this.oryxProvider.favorites},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"sections",{get:function(){return this.oryxProvider.sections},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"providers",{get:function(){return this.oryxProvider.providers},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"tournaments",{get:function(){return this.oryxProvider.tournaments},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"evonaJackpots",{get:function(){return this.oryxProvider.evonaJackpots},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isMobileWeb",{get:function(){return i.a.MobileWeb},enumerable:!0,configurable:!0}),e.prototype.ngOnDestroy=function(){this.gameSelected=null},e.prototype.goToProvidersList=function(){this.navCtrl.push("CasinoAgregatorProvidersListPage")},e.prototype.goToFavoriteGamesList=function(){this.navCtrl.push("CasinoAgregatorGamesListPage",{param:"favorites"})},e.prototype.goToSectionsGamesList=function(e){this.navCtrl.push("CasinoAgregatorGamesListPage",{param:"section-"+e,tag:"tag-0",provider:"provider-0"})},e.prototype.selectedGame=function(e){this.gameSelected=e,this.oryxProvider.sendCasinoSelectedGame(this.gameSelected)},e.prototype.closeGame=function(e){e&&(this.gameSelected=null)},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(){this.messages=[{first:"BINGO_ADVANCE_BETTING",second:"BINGO_CHOOSE_TO",third:"BINGO_5_ROUNDS_IN_ADVANCE"},{first:"BINGO_FIRST_5_BALLS",second:"BINGO_FIRST_5_SUM",third:"BINGO_UNDER_OVER"},{first:"BINGO_PICK_A_COLOR",second:"BINGO_OF_FIRST_BALL"},{first:"FIRST_BALL_UNDER_OVER",second:"BINGO_UNDER_OVER"},{first:"BINGO_ODD_EVEN",second:"BINGO_FIRST_BALL"},{first:"BINGO_MORE_ODD_OR_EVEN",second:"BINGO_IN_FIRST_5"},{first:"BINGO_8_COLORS",second:"BINGO_BETTING_ON_COLOR",third:"BINGO_PICK_FAVORITE_COLOR",fourth:"BINGO_6_BALLS_SAME_COLOR"},{first:"BINGO_DOUBLE",second:"BINGO_WIN",third:"BINGO_3_CHANCHES_FOR",fourth:"BINGO_WIN_DOUBLING"},{first:"BINGO_RETURN_BET",second:"BINGO_1_CHANCE_FOR_RETURN_BET"},{first:"BINGO_ADDITIONAL_5_NUMBERS"}]}return e.prototype.ngOnInit=function(){},e.prototype.ngOnChanges=function(e){var t=this;e&&e.slideIndex&&(this.mi=null,setTimeout(function(){t.mi=+e.slideIndex.currentValue-4,t.message=t.messages[t.mi]}))},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(13),r=function(){function e(e,t,n){var r=this;this.kenoV2Provider=e,this.translationProvider=t,this.configurationProvider=n,this.hotNumbers=[],this.coldNumbers=[],this.kenoResults=[],this.doughnutOptions={datalabels:{display:!1},tooltips:{enabled:!1}},this.kenoV2Provider.start(),setTimeout(function(){r.setChartColors()},0),this.kenoV2Provider.kenoStatsSubject$.pipe(Object(i.a)(this)).subscribe(function(e){e&&(r.kenoStats=e,r.prepareKenoStatistics(r.kenoStats))})}return e.prototype.ngOnInit=function(){var e=this;this.kenoV2Provider.kenoStats?this.kenoStats=this.kenoV2Provider.kenoStats:this.kenoV2Provider.getInitialStatisticsData().subscribe(function(t){e.kenoStats=t})},e.prototype.ngOnDestroy=function(){},e.prototype.onRoundsReceived=function(e){var t=this;e.forEach(function(e){e.firstOddNumber=t.isOddNumber(e.results[0]),e.lastOddNumber=t.isOddNumber(e.results[e.results.length-1]),e.firstNumberSingleDigit=t.isSingleDigit(e.results[0]),e.lastNumberSingleDigit=t.isSingleDigit(e.results[e.results.length-1]),e.firstNumberOver40=e.results[0]>40.5,e.lastNumberOver40=e.results[e.results.length-1]>40.5,e.sumFirstFive=t.sumFirstFive(e),e.sumAllNumbers=t.sumAllNumbers(e)})},e.prototype.isOddNumber=function(e){return e%2!=0},e.prototype.isSingleDigit=function(e){return String(Math.abs(e)).charAt(0)==e},e.prototype.sumFirstFive=function(e){for(var t=0,n=0;n<5;n++)t+=e.results[n];return t},e.prototype.sumAllNumbers=function(e){for(var t=0,n=0;n<e.results.length;n++)t+=e.results[n];return t},e.prototype.prepareHotColdNumbers=function(e){var t=this;this.hotNumbers=[],this.coldNumbers=[];var n=[];for(var i in e)n.push([i,e[i]]);(n=n.sort(function(e,t){return+e[1]-+t[1]}).reverse()).slice(0,5).forEach(function(e){t.hotNumbers.push({number:parseInt(e[0]),drawnTimes:e[1]})}),n.reverse().slice(0,5).forEach(function(e){t.coldNumbers.unshift({number:parseInt(e[0]),drawnTimes:e[1]})})},e.prototype.formatSpecialBetTypePicks=function(e){var t=this,n=e.SpecialBetTypesStats,i=e.RoundsCount,r=[];if(null==n)return n;for(var o=0;o<n.length;o++)r.push({betType:n[o].BetType,name:n[o].BetType,pickDrawCount:n[o].PickDrawCount});r.forEach(function(e){switch(e.name){case 0:e.name=t.translationProvider.translate("BASIC");break;case 1:e.name=t.translationProvider.translate("NO_DRAW");break;case 2:e.name=t.translationProvider.translate("ALL_IN");break;case 3:e.name=t.translationProvider.translate("TOTAL_SUM");break;case 4:e.name=t.translationProvider.translate("FIRST_FIVE_TOTAL_SUM");break;case 5:e.name=t.translationProvider.translate("FIRST_NUMBER_OVER_UNDER");break;case 6:e.name=t.translationProvider.translate("LAST_NUMBER_OVER_UNDER");break;case 7:e.name=t.translationProvider.translate("FIRST_NUMBER_EVEN_ODD");break;case 8:e.name=t.translationProvider.translate("LAST_NUMBER_EVEN_ODD");break;case 9:e.name=t.translationProvider.translate("FIRST_NUMBER_IS_SINGLE_DIGIT");break;case 10:e.name=t.translationProvider.translate("LAST_NUMBER_IS_SINGLE_DIGIT")}}),r.forEach(function(e){e.betType>2&&(10!=e.betType&&9!=e.betType?(e.pickDrawCountPercentage0=e.pickDrawCount[0]?(e.pickDrawCount[0]/i*100).toFixed(2):0,e.pickDrawCountPercentage1=e.pickDrawCount[1]?(e.pickDrawCount[1]/i*100).toFixed(2):0):e.pickDrawCountPercentage1=e.pickDrawCount[1]?(e.pickDrawCount[1]/i*100).toFixed(2):0)}),this.kenoStats.specialBetTypeList=r},e.prototype.prepareKenoStatistics=function(e){this.prepareHotColdNumbers(e.NumberDrawCount),this.formatSpecialBetTypePicks(e)},e.prototype.setChartColors=function(){var e=getComputedStyle(document.documentElement).getPropertyValue("--eba-color-3"),t=getComputedStyle(document.documentElement).getPropertyValue("--eba-primary-color-type-1");e&&t?(this.defaultColor=e.trim(),this.mainColor=t.trim()):(this.defaultColor="#777777",this.mainColor="#EAC84B")},Object.defineProperty(e.prototype,"isSpecialBetsEnabled",{get:function(){return this.configurationProvider.configTerminal.KenoSpecialBetsEnabled},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(1),r=function(){function e(){this.roundChanged=new i.EventEmitter,this.r=[]}return e.prototype.ngOnInit=function(){this.rounds&&(this.r=this.rounds)},e.prototype.onItemClicked=function(e,t){e&&new Date(e.StartTime)>new Date&&(e!=this.selectedItem&&Object.assign(e,e,{selection:[]}),this.selectedItem=e,this.roundChanged.emit(this.selectedItem))},e.prototype.ngOnChanges=function(e){var t=this;e.rounds&&e.rounds.currentValue&&setTimeout(function(){t.prepareRemainingTime(e.rounds.currentValue);var n=new Date(e.rounds.currentValue[0].StartTime)>new Date&&1!=e.rounds.currentValue[0].RoundState?e.rounds.currentValue[0]:e.rounds.currentValue[1];n&&(t.selectedItem=n,t.roundChanged.emit(t.selectedItem),1!=e.rounds.currentValue[0].RoundState&&t.segment&&t.segment.nativeElement&&(t.segment.nativeElement.scrollLeft=0))},0)},e.prototype.prepareRemainingTime=function(e){var t=new Date;e.forEach(function(e){var n=new Date(e.StartTime)-t;e.timeRemaining=n>0?n/1e3:0})},e.prototype.handleEvent=function(e){!e||1e4!=e.left&&"00:10"!==e.text||(this.onItemClicked(this.rounds[1],1),this.roundChanged.emit(this.rounds[1])),!e||0!=e.left&&"00:00"!==e.text||(this.rounds[0].timeRemaining=0)},e.prototype.onScroll=function(e){this.scrolling=!0},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0),n(5);var i=function(){function e(e){this.navCtrl=e}return e.prototype.onKenoResultsClicked=function(){this.navCtrl.push("KenoResultsPage")},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0);var i=n(13),r=n(20),o=(n.n(r),function(){function e(e,t,n){this.configProvider=e,this.kenoProvider=t,this.envProvider=n,this.kenoResults=[],this.slideIndex=-1,this.slidesLimit=this.fiveSixJackpotEnabled?2:14}return e.prototype.ngOnInit=function(){var e=this;if(this.prepareTimer(this.currentRound),this.currentRound&&1!=this.currentRound.RoundState&&this.roundTimer>13&&this.slideScreens(),this.kenoProvider.endedRounds&&(this.kenoResults=1==this.kenoProvider.endedRounds[0].RoundState?this.kenoProvider.endedRounds.slice(1,5):this.kenoProvider.endedRounds.slice(0,4)),this.kenoProvider.endedRounds$.pipe(Object(i.a)(this)).subscribe(function(t){t.length>0&&1!=t[0].RoundState&&(e.kenoResults=t.slice(0,4))}),this.fiveSixJackpotEnabled)this.kenoProvider.jackpot56Numbers$.pipe(Object(i.a)(this)).subscribe(function(t){e.jp56DrawnNumbers=t});else{var t=this.kenoProvider.jackpots;t&&t.length&&(this.jackpotData=t[0]),this.kenoProvider.jackpotsSubject$.pipe(Object(i.a)(this)).subscribe(function(t){t.length&&(e.jackpotData=t[0])})}},e.prototype.ngOnChanges=function(e){e&&e.currentRound&&e.currentRound.currentValue&&1!=e.currentRound.currentValue.RoundState&&(this.prepareTimer(e.currentRound.currentValue),this.drawingScreen=!1,this.riskStarted=!1,this.slideScreens(),this.lastRound=this.kenoProvider.endedRounds[0])},e.prototype.prepareTimer=function(e){this.drawingScreen=!1;var t=new Date;if(e){var n=new Date(e.StartTime)-t;this.roundTimer=n>0?n/1e3:0,this.roundTimer<=13&&this.roundTimer>0&&(this.stopInterval(),this.countDownScreen=!0,this.roundTimer<=10&&(this.showCountdown=!0)),0==this.roundTimer&&(this.stopInterval(),this.drawingScreen=!0)}},e.prototype.slideScreens=function(){var e=this;this.slidesLimit=this.fiveSixJackpotEnabled?2:14,this.slideIndex=0,this.fiveSixJackpotEnabled&&this.animate56Jackpot(),setTimeout(function(){e.riskStarted=!1},15),this.startInterval()},e.prototype.startInterval=function(){var e=this;r.Observable.timer(11e3,11e3).takeWhile(function(){return-1!=e.slideIndex}).subscribe(function(){e.showCountdown||e.drawingScreen?e.slideIndex=-1:e.changedSlide||(e.riskStarted=!1,e.changedSlide=!0,e.slideIndex++,setTimeout(function(){e.changedSlide=!1},8e3),e.slideIndex>e.slidesLimit&&(e.slideIndex=0))})},e.prototype.stopInterval=function(){this.slideIndex=-1,this.changedSlide=!1},e.prototype.handleEvent=function(e){var t=this;if(e){if("start"==e.action||"restart"==e.action)return;if(e&&13e3==e.left)return this.stopInterval(),void(this.countDownScreen=!0);if(e&&1e4==e.left)return this.stopInterval(),void(this.showCountdown=!0);0==e.left&&setTimeout(function(){t.showCountdown=!1,t.countDownScreen=!1,t.stopInterval(),setTimeout(function(){t.drawingScreen=!0},500)},0)}},e.prototype.ngOnDestroy=function(){this.stopInterval()},Object.defineProperty(e.prototype,"kenoScreenContainerStyle",{get:function(){var e=0;if(this.kenoScreenContainer&&this.kenoScaleableWrapper){e=this.kenoScaleableWrapper.nativeElement.offsetWidth/1135}return{transform:"scale("+e+")","transform-origin":"top left"}},enumerable:!0,configurable:!0}),e.prototype.isRiskStarted=function(e){var t=this;setTimeout(function(){t.riskStarted=e},0)},Object.defineProperty(e.prototype,"fiveSixJackpotEnabled",{get:function(){return"True"==this.configProvider.configKeno.KENO_FIVESIX_JACKPOT_ON},enumerable:!0,configurable:!0}),e.prototype.animate56Jackpot=function(){var e=this;this.animate56Numbers=!0,setTimeout(function(){e.animate56Numbers=!1},1e4)},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(1),r=function(){function e(e){this.kenoTicketProvider=e,this.riskStartedEmitter=new i.EventEmitter,this.globalIndex=0,this.drawnBalls=[],this.roundDrawnBalls=[]}return e.prototype.ngOnInit=function(){this.kenoTicketProvider.drawnBalls=[],this.setInitialData()},e.prototype.ngOnDestroy=function(){this.stopDrawingInterval()},e.prototype.ngOnChanges=function(e){e&&e.currentRound&&e.currentRound.currentValue&&this.setInitialData()},e.prototype.setInitialData=function(){1!=this.currentRound.RoundState||this.roundDrawnBalls.length||(this.roundDrawnBalls=Object.assign([],this.currentRound.Results),this.ballInterval=this.prepareBallInterval(),this.checkDrawnBalls())},e.prototype.prepareBallInterval=function(){var e=this.currentRound.RiskEnabled?195:10,t=new Date(this.currentRound.StartTime);return(new Date(this.currentRound.ProcessingTime)-t)/(this.currentRound.RiskEnabled?1280:25)/this.roundDrawnBalls.length*(this.currentRound.RiskEnabled?1185:25)-e},e.prototype.checkDrawnBalls=function(){var e=this,t=(new Date(this.currentRound.ProcessingTime)-new Date)/(this.currentRound.RiskEnabled?1280:1900),n=Math.round(t/(this.ballInterval/(this.currentRound.RiskEnabled?1185:1900))),i=this.roundDrawnBalls.length-n;i<0&&(i=0),i>0&&(this.roundDrawnBalls.forEach(function(t,n){n<i&&(e.kenoTicketProvider.ballDrawn(t),e.drawnBalls.push(t))}),this.kenoTicketProvider.drawnBalls=this.drawnBalls),this.setDrawingInterval(i)},e.prototype.setDrawingInterval=function(e){var t=this;this.drawingInterval=setTimeout(function(){t.startBallsDrawing(e)},0==e?1200:0)},e.prototype.startBallsDrawing=function(e){var t=this;this.getNumber(e),this.drawBallInterval=setInterval(function(){t.getNumber(++e)},this.ballInterval)},e.prototype.stopDrawingInterval=function(){this.drawBallInterval&&(clearInterval(this.drawBallInterval),this.startRisk=!1,this.riskStartedEmitter.emit(this.startRisk))},e.prototype.getNumber=function(e){var t=this;e>this.roundDrawnBalls.length||(e!=this.roundDrawnBalls.length&&setTimeout(function(){var n=t.drawnNumber=t.roundDrawnBalls[e];setTimeout(function(){t.drawnBalls.push(n),t.kenoTicketProvider.drawnBalls=t.drawnBalls,t.kenoTicketProvider.ballDrawn(n),t.drawnNumber=null},t.ballInterval-250)},0),e==this.roundDrawnBalls.length&&this.currentRound.RiskEnabled&&(setTimeout(function(){t.startRisk=!0,t.riskStartedEmitter.emit(t.startRisk)},350),setTimeout(function(){1!=t.currentRound.RoundState&&(t.startRisk=!1,t.riskStartedEmitter.emit(t.startRisk))},10)))},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(){this.isActiveBall=!1,this.ticketBall=!1}}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(){this.timer=10}return e.prototype.ngOnInit=function(){},e.prototype.ngOnChanges=function(e){var t=this;e.showTimer&&e.showTimer.currentValue&&setTimeout(function(){t.prepareTimer()},0)},e.prototype.prepareTimer=function(){var e=new Date,t=new Date(this.currentRound.StartTime)-e;this.timer=t>0?t/1e3:0},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(){}return e.prototype.ngOnInit=function(){this.formatRound(this.round)},e.prototype.ngOnChanges=function(e){var t=this;e&&e.slideIndex&&(this.index=null,setTimeout(function(){t.index=+e.slideIndex.currentValue-1}))},e.prototype.formatRound=function(e){e.firstOddNumber=this.isOddNumber(e.Results[0]),e.lastOddNumber=this.isOddNumber(e.Results[e.Results.length-1]),e.firstNumberSingleDigit=this.isSingleDigit(e.Results[0]),e.lastNumberSingleDigit=this.isSingleDigit(e.Results[e.Results.length-1]),e.firstNumberOver40=e.Results[0]>40.5,e.lastNumberOver40=e.Results[e.Results.length-1]>40.5,e.sumFirstFive=this.sumFirstFive(e),e.sumAllNumbers=this.sumAllNumbers(e)},e.prototype.isOddNumber=function(e){return e%2!=0},e.prototype.isSingleDigit=function(e){return String(Math.abs(e)).charAt(0)==e},e.prototype.sumFirstFive=function(e){for(var t=0,n=0;n<5;n++)t+=e.Results[n];return t},e.prototype.sumAllNumbers=function(e){for(var t=0,n=0;n<e.Results.length;n++)t+=e.Results[n];return t},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(){this.slidesLimit=9,this.slideIndex=0,this.messages=[{first:"KENO_ADVANCE_BETTING",second:"KENO_CHOOSE_TO",third:"KENO_5_ROUNDS_IN_ADVANCE"},{first:"KENO_FIRST_FIVE_BALLS",second:"KENO_FIRST_FIVE_SUM",third:"UNDER_OVER"},{first:"KENO_SUM_ALL",second:"KENO_SUM_ALL_NUMBERS",third:"UNDER_OVER"},{first:"KENO_FIRST_BALL_OVER_UNDER",second:"KENO_OVER_UNDER_40.5"},{first:"KENO_LAST_BALL_OVER_UNDER",second:"KENO_OVER_UNDER_40.5"},{first:"KENO_FIRST_NUMBER",second:"KENO_EVEN_ODD"},{first:"KENO_LAST_NUMBER",second:"KENO_EVEN_ODD"},{first:"KENO_FIRST_NUMBER",second:"KENO_SINGLE_DIGIT"},{first:"KENO_LAST_NUMBER",second:"KENO_SINGLE_DIGIT"},{first:"KENO_RISK",second:"KENO_DOUBLE_YOUR_PRIZE"}]}return e.prototype.ngOnInit=function(){var e=this;setTimeout(function(){e.formatRoundOffers(e.currentRound)},0)},e.prototype.ngOnChanges=function(e){var t=this;e.currentRound&&e.currentRound.currentValue&&setTimeout(function(){t.formatRoundOffers(e.currentRound.currentValue)},0),e&&e.slideIndex&&(this.mi=null,setTimeout(function(){t.mi=+e.slideIndex.currentValue-5,t.message=t.messages[t.mi]}))},e.prototype.formatRoundOffers=function(e){var t=this;setTimeout(function(){for(var n=function(n){n>=1&&n<=8&&e&&e.Offers&&e.Offers.length>0&&e.Offers.forEach(function(e){1==n&&4==e.BetType&&(t.messages[n].odd=e.Odds[0].Odds),2==n&&3==e.BetType&&(t.messages[n].odd=e.Odds[0].Odds),3==n&&5==e.BetType&&(t.messages[n].third=e.Odds[0].Odds),4==n&&6==e.BetType&&(t.messages[n].third=e.Odds[0].Odds),5==n&&7==e.BetType&&(t.messages[n].third=e.Odds[0].Odds),6==n&&8==e.BetType&&(t.messages[n].third=e.Odds[0].Odds),7==n&&9==e.BetType&&(t.messages[n].third=e.Odds[0].Odds),8==n&&10==e.BetType&&(t.messages[n].third=e.Odds[0].Odds)})},i=0;i<t.messages.length;i++)n(i)},0)},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(){}}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(17),r=(n.n(i),function(){function e(e,t){this.translationProvider=e,this.kenoProvider=t,this.selectedSection="basic-bets",this.betTypes=[],this.selectedRoundOffers=[],this.riskEnabled=!1}return e.prototype.ngOnInit=function(){this.selectedRound&&this.selectedRound.Offers&&(this.kenoProvider.selectedRound||(this.kenoProvider.selectedRound=this.selectedRound),this.setBetTypes(this.selectedRound))},e.prototype.ngOnChanges=function(e){e&&e.selectedRound&&e.selectedRound.currentValue&&(this.kenoProvider.selectedRound&&this.kenoProvider.selectedRound.Offers&&e.selectedRound.currentValue&&e.selectedRound.currentValue.Offers&&(i.isEqual(this.getOfferBetTypes(this.kenoProvider.selectedRound.Offers),this.getOfferBetTypes(e.selectedRound.currentValue.Offers))&&this.betTypes&&0!=this.betTypes.length||this.setBetTypes(e.selectedRound.currentValue)),this.kenoProvider.selectedRound&&this.betTypes&&0!=this.betTypes.length||(this.setBetTypes(e.selectedRound.currentValue),this.kenoProvider.selectedRound=e.selectedRound.currentValue))},e.prototype.getOfferBetTypes=function(e){var t=[];return e.forEach(function(e){e.BetType<3&&t.push(e.BetType)}),t=t.sort(function(e,t){return e-t})},e.prototype.setBetTypes=function(e){var t=this;e&&e.Offers&&(this.betTypes=[],this.selectedRoundOffers=Object.assign([],e.Offers.filter(function(e){return e.BetType<=2}).sort(function(e,t){return e.betType-t.betType})),this.selectedRoundOffers&&this.selectedRoundOffers.length&&(this.selectedRoundOffers.forEach(function(e){t.betTypes.push({id:e.BetType,name:e.BetTypeTranslatedName})}),this.betTypes=this.betTypes.sort(function(e,t){return e.id-t.id})),this.betTypes&&this.betTypes.length>0&&e&&!this.first&&(this.selectedBetType=this.betTypes[0],this.first=!0))},e.prototype.selectBetType=function(e){this.selectedBetType=e},e.prototype.setRisk=function(e){this.riskEnabled=e},e.prototype.switchSection=function(e){this.selectedSection=e},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(){this.selectedBall=!1}}()},function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0);var i=n(1),r=n(17),o=(n.n(r),function(){function e(e,t,n,r,o){this.configurationProvider=e,this.uiProvider=t,this.kenoTicketProviderV2=n,this.kenoProviderV2=r,this.renderer=o,this.riskEnabledInput=!1,this.tempRisk=!1,this.riskEnabledEmitter=new i.EventEmitter,this.specialOffers=[],this.filteredRoundOffers=[],this.randomBetsArray=[],this.picksArray=[]}return e.prototype.ngOnInit=function(){this.formatSpecialBetTypes(),this.formatRandomBets()},e.prototype.ngOnChanges=function(e){e&&e.riskEnabledInput&&e.riskEnabledInput.previousValue!=e.riskEnabledInput.currentValue&&(this.tempRisk=this.riskEnabledInput)},e.prototype.formatSpecialBetTypes=function(){this.specialOffers=this.selectedRound.Offers.filter(function(e){return e.BetType>2}).sort(function(e,t){return t.BetType-e.BetType});for(var e=0,t=this.specialOffers;e<t.length;e++){var n=t[e],i=n.Odds.length;1==i&&(n.column=1),2==i&&(n.column=2);for(var r=0,o=n.Odds;r<o.length;r++){var a=o[r];1==i&&(n.oddValue=a.Odds),2==i&&(n.oddValue=a.Odds)}}},e.prototype.randomNumbers=function(e,t){for(var n,i=[];i.length<e;){var o=Math.floor(80*Math.random())+1;-1===i.indexOf(o)&&i.push(o)}i.sort(function(e,t){return e-t}),n=r.find(this.selectedRound.Offers,function(e){return e.BetType==t});var a;a=i.length>1?i.map(function(e){return e}).join("-"):i.map(function(e){return e}).toString();var s=r.find(n.Odds,function(e){return e.Pick.split("/").pop()==""+i.length});this.kenoTicketProviderV2.placeBet(this.selectedRound,n,a,"",s?s.Odds:0,!!this.selectedRound.RiskEnabled&&this.tempRisk)},e.prototype.toggleClass=function(e,t){var n=this;e.target.classList.contains(t)?this.renderer.removeClass(e.target,t):(this.renderer.addClass(e.target,t),setTimeout(function(){n.renderer.removeClass(e.target,t)},500))},e.prototype.formatRandomBets=function(){var e=this,t=[];this.filteredRoundOffers=[],this.filteredRoundOffers=this.selectedRound.Offers.filter(function(e){return e.BetType<=2}).sort(function(e,t){return e.BetType-t.BetType}),this.filteredRoundOffers.forEach(function(n){e.formatOdds(n.Odds,n.BetType),t.push({betType:n.BetType,name:n.BetTypeTranslatedName,minPick:e.minPick,maxPick:e.maxPick,picks:e.picksArray})}),this.randomBetsArray=t},e.prototype.formatOdds=function(e,t){var n=this,i=[];this.minPick=null,this.maxPick=null,this.picksArray=[],e.length>0&&(e.forEach(function(e){if(0==t){i.push(parseInt(e.Pick.split("/").pop()));var r=[];r=i.filter(function(e,t){return i.indexOf(e)===t}),i=Object.assign([],r)}else i.push(parseInt(e.Pick));i.sort(function(e,t){return e-t}),n.minPick=i[0],n.maxPick=i[i.length-1]}),this.picksArray=[],this.picksArray=i)},e.prototype.onOfferClicked=function(e,t,n,i,r,o){this.kenoTicketProviderV2.toggleBet(e,t,n,i,r,!!this.selectedRound.RiskEnabled&&o)},e.prototype.toggleRisk=function(){this.tempRisk=!this.tempRisk,this.kenoProviderV2.isRiskEnabled=this.tempRisk,this.riskEnabledEmitter.emit(this.kenoProviderV2.isRiskEnabled)},Object.defineProperty(e.prototype,"isSpecialBetsEnabled",{get:function(){return this.configurationProvider.configTerminal.KenoSpecialBetsEnabled},enumerable:!0,configurable:!0}),e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(1),r=function(){function e(e,t){this.configurationProvider=e,this.kenoTicketV2Provider=t,this.riskEnabledEmitter=new i.EventEmitter,this.betRemoved=new i.EventEmitter,this.repeatOptions=[1,2,3,4],this.ticket=this.kenoTicketV2Provider.ticket}return e.prototype.ngOnInit=function(){this.bet=this.bets},e.prototype.onDeleteBetClicked=function(e){this.kenoTicketV2Provider.removeBet(this.bet),this.betRemoved.emit(),e.stopPropagation()},e.prototype.onRepeatChanged=function(e){this.kenoTicketV2Provider.changeRepetitions(this.bet)},e.prototype.errorTrackBy=function(e,t){return t.TranslatedMessage},e.prototype.pickWithBalls=function(e,t){return t<=2},e.prototype.transformBetPick=function(e){var t=e.split("-"),n=[];return t.length>0&&t.forEach(function(e){e.split(",").forEach(function(e){n.push(parseInt(e))})}),n},e.prototype.toggleRisk=function(e){this.riskEnabled=1==e.Risk,this.riskEnabled=!this.riskEnabled,this.kenoTicketV2Provider.changeRisk(e,this.riskEnabled),this.riskEnabledEmitter.emit(this.riskEnabled)},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0);var i=n(13),r=n(7),o=function(){function e(e,t,n,i){this.userProvider=e,this.uiProvider=t,this.authProvider=n,this.kenoTicketProvider=i,this.loading=!1,this.tickets=[]}return e.prototype.ngOnInit=function(){this.subscribeForChanges()},Object.defineProperty(e.prototype,"drawnBalls",{get:function(){return this.kenoTicketProvider.drawnBalls},enumerable:!0,configurable:!0}),e.prototype.ngOnChanges=function(e){for(var t in e)if(e.hasOwnProperty(t))switch(t){case"currentRound":this.currentRound&&1!=this.currentRound.RoundState&&(this.kenoTicketProvider.drawnBalls=[])}},e.prototype.subscribeForChanges=function(){var e=this;this.unsubscribe(),this.registerForActiveTicketsSubscription=this.userProvider.registerForActiveTicketsSubj$.pipe(Object(i.a)(this)).subscribe(function(t){e.getActiveTickets()}),this.activeTicketBetsSubscription=this.userProvider.userActiveTickets.subscribe(function(t){var n=e.tickets.find(function(e){return e.TicketId===t.TicketId});n&&(n.Events[t.EventId].find(function(e){return e.BetId==t.BetId}).Status=t.BetStatus)}),this.ticketProcessedSubscription=this.userProvider.ticketProcessed.subscribe(function(t){setTimeout(function(){e.tickets=e.tickets.filter(function(e){return e.TicketId!==t.ticketId})},2e3)}),this.activeTicketAddedSubscription=this.userProvider.activeTicketAdded.subscribe(function(t){e.tickets.push(t)}),this.authProvider.isLoggedIn()||(this.tickets=[],this.loading=!1)},e.prototype.isDrawn=function(e,t){if(this.currentRound&&1==this.currentRound.RoundState&&this.currentRound.DrawNumber==+t.Round&&this.drawnBalls){var n;return this.drawnBalls.forEach(function(t){t==+e&&(n=!0)}),n}if(this.currentRound&&t&&+t.Round<this.currentRound.DrawNumber){var i=!1;return this.tickets.forEach(function(n){for(var r in n.Events)n.Events[r].forEach(function(n){if(n.Round==t.Round&&n.RoundResult){var r=n.RoundResult.split("|");if(i=-1!=r.indexOf(e))return}})}),i}return!1},e.prototype.getActiveTickets=function(){var e=this;this.loading=!0,this.authProvider.isLoggedIn()?setTimeout(function(){e.userProvider.registerForActiveTickets(16).pipe(Object(i.a)(e)).subscribe(function(){e.userProvider.getActiveTicketsPerGameType(16).pipe(Object(i.a)(e)).subscribe(function(t){e.tickets=t.length?t:[],e.loading=!1},function(t){e.loading=!1})},function(t){e.loading=!1})},100):(this.tickets=[],this.loading=!1)},e.prototype.unsubscribe=function(){this.activeTicketBetsSubscription&&(this.activeTicketBetsSubscription.unsubscribe(),this.activeTicketBetsSubscription=void 0),this.activeTicketAddedSubscription&&(this.activeTicketAddedSubscription.unsubscribe(),this.activeTicketAddedSubscription=void 0),this.ticketProcessedSubscription&&(this.ticketProcessedSubscription.unsubscribe(),this.ticketProcessedSubscription=void 0),this.drawnBallsSubscription&&(this.drawnBallsSubscription.unsubscribe(),this.drawnBallsSubscription=void 0),this.userProvider.unregisterForActiveTickets()},e.prototype.ngOnDestroy=function(){this.unsubscribe()},e.prototype.onFocus=function(e){r.a.MobileWeb||this.subscribeForChanges()},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(){this.isDrawn=!1}return e.prototype.drawn=function(){return this._isDrawn?this._isDrawn:this.isDrawn?this._isDrawn=this.isDrawn:void 0},e.prototype.ngOnInit=function(){},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(e){this.configProvider=e}return e.prototype.ngOnChanges=function(e){this.preparePaytable()},e.prototype.preparePaytable=function(){var e=this;if(this.paytable){this.otherOffers=Object.assign([],this.paytable);var t=this.otherOffers.splice(this.otherOffers.findIndex(function(e){return 0===e.BetType}),1)[0];this.picks={};for(var n=function(n){var r=t.Odds.filter(function(e){return e.Pick.includes("/"+n)});i.picks[n]=r,i.picks[n].forEach(function(t,i){i+1<t.Pick.split("/")[0]&&e.picks[n].unshift({Odds:"",Pick:"",TranslatedPick:""})})},i=this,r=2;r<=10;r++)n(r);this.noDrawTable=this.otherOffers.splice(this.otherOffers.findIndex(function(e){return 1===e.BetType}),1)[0],this.allInTable=this.otherOffers.splice(this.otherOffers.findIndex(function(e){return 2===e.BetType}),1)[0]}},Object.defineProperty(e.prototype,"cfg",{get:function(){return this.configProvider&&this.configProvider.configTerminal},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isSpecialBetsEnabled",{get:function(){return this.configProvider.configTerminal.KenoSpecialBetsEnabled},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(e){this.configProvider=e}return e.prototype.ngOnChanges=function(e){this.preparePaytable()},e.prototype.preparePaytable=function(){var e=this;if(this.paytable){this.otherOffers=Object.assign([],this.paytable);var t=this.otherOffers.splice(this.otherOffers.findIndex(function(e){return 0===e.BetType}),1)[0];this.picks={};for(var n=function(n){var r=t.Odds.filter(function(e){return e.Pick.includes("/"+n)});i.picks[n]=r,i.picks[n].forEach(function(t,i){i+1<t.Pick.split("/")[0]&&e.picks[n].unshift({Odds:"",Pick:"",TranslatedPick:""})})},i=this,r=2;r<=10;r++)n(r);this.noDrawTable=this.otherOffers.splice(this.otherOffers.findIndex(function(e){return 1===e.BetType}),1)[0],this.allInTable=this.otherOffers.splice(this.otherOffers.findIndex(function(e){return 2===e.BetType}),1)[0]}},Object.defineProperty(e.prototype,"cfg",{get:function(){return this.configProvider&&this.configProvider.configTerminal},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(){}return e.prototype.ngOnInit=function(){"evonaplayroulette"===this.bet.GameOrigName&&"37"==this.bet.Pick&&(this.bet.Pick="00")},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(){}}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(){this.kenoResults=[]}}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0),n(5);var i=function(){function e(e,t){this.navCtrl=e,this.casinoProvider=t}return e.prototype.ngOnInit=function(){this.casinoProvider.connected||this.casinoProvider.webSocketConnect()},e.prototype.goToJackpotGamesList=function(e){this.navCtrl.push("CasinoAgregatorGamesListPage",{param:"jackpots-"+e})},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(1),r=(n(231),n(5),function(){function e(e,t,n){var r=this;this.configProvider=e,this.userProvider=t,this.uiProvider=n,this.newData=new i.EventEmitter,this.betLimits=[],this.lossLimits=[],this.depositLimits=[],this.loginLimitExpanded=!1,this.disableButton=!0,this.disableLoginLimitButton=!0,setTimeout(function(){r.animatedLabels&&r.animatedLabels.forEach(function(e){e.detectInputValueChange()})},0)}return e.prototype.ngOnChanges=function(e){if(e.limitOff&&e.limitOff.currentValue){var t=e.limitOff.currentValue,n={};n.ResponsibleGamingType=this.gameLimit.ResponsibleGamingType,n.LimitType=t.LimitType,n.Amount=0,this.updateLimits(this.gameLimit,n)}},e.prototype.ngOnInit=function(){"sport"==this.type&&(this.gameLimit.GameLimitations.sort(function(e,t){return e.LimitType-t.LimitType}),this.gameLimit.GameLimitations.forEach(function(e){0==e.NextAmount&&(e.NextLimitChange=null)})),"login"==this.type&&this.loginLimits.forEach(function(e){0==e.NextAmount&&(e.NextLimitChange=null)}),this.betLimits=this.gameLimit?this.gameLimit.GameLimitations.filter(function(e){return 0===e.BetLossType}):[],this.lossLimits=this.gameLimit?this.gameLimit.GameLimitations.filter(function(e){return 1===e.BetLossType}):[],this.depositLimits=this.gameLimit.GameLimitations.filter(function(e){return 2===e.BetLossType})},e.prototype.toggleLimit=function(e){e.isExpanded=!e.isExpanded},e.prototype.toggleLoginLimit=function(){this.loginLimitExpanded=!this.loginLimitExpanded},e.prototype.onInputChange=function(e,t){var n=this;e.changed=!0,this.disableButton=""==t,setTimeout(function(){n.animatedLabels&&n.animatedLabels.forEach(function(e){e.detectInputValueChange()})},0)},e.prototype.onLoginLimitInputChange=function(e,t){e.changed=!0,this.disableLoginLimitButton=""==t},e.prototype.updateLimits=function(e,t,n){var i=this,r=[];e.GameLimitations.forEach(function(o){if(i.vegasLimitType){if(0===o.BetLossType&&(t||i.selectedBetLimit)){var a=function(){if(o.LimitType==(t?t.LimitType:i.selectedBetLimit.LimitType)){var n={};n.BetLossType=o.BetLossType,n.ResponsibleGamingType=e.ResponsibleGamingType,n.LimitType=t?t.LimitType:i.selectedBetLimit.LimitType,n.Amount=t?t.Amount:Number(i.selectedBetLimitNextLimitValue),r.push(n)}};t&&(t.Amount||0==t.Amount)&&a(),!i.selectedBetLimitNextLimitValue&&0!=i.selectedBetLimitNextLimitValue||"bet"!==n||a()}if(1===o.BetLossType&&(t||i.selectedLossLimit)){a=function(){if(o.LimitType==(t?t.LimitType:i.selectedLossLimit.LimitType)){var n={};n.BetLossType=o.BetLossType,n.ResponsibleGamingType=e.ResponsibleGamingType,n.LimitType=t?t.LimitType:i.selectedLossLimit.LimitType,n.Amount=t?t.Amount:Number(i.selectedLossLimitNextLimitValue),r.push(n)}};t&&(t.Amount||0==t.Amount)&&a(),!i.selectedLossLimitNextLimitValue&&0!=i.selectedLossLimitNextLimitValue||"loss"!==n||a()}if(2===o.BetLossType&&(t||i.selectedDepositLimit)){a=function(){if(o.LimitType==(t?t.LimitType:i.selectedDepositLimit.LimitType)){var n={};n.BetLossType=o.BetLossType,n.ResponsibleGamingType=e.ResponsibleGamingType,n.LimitType=t?t.LimitType:i.selectedDepositLimit.LimitType,n.Amount=t?t.Amount:Number(i.selectedDepositLimitNextLimitValue),r.push(n)}};t&&(t.Amount||0==t.Amount)&&a(),!i.selectedDepositLimitNextLimitValue&&0!=i.selectedDepositLimitNextLimitValue||"deposit"!==n||a()}}else if(o.changed){var s={};s.ResponsibleGamingType=e.ResponsibleGamingType,o.NextAmount=o.NextLimitChange,s.LimitType=o.LimitType,o.Amount=o.NextAmount,s.Amount=Number(o.Amount),r.push(s)}}),this.userProvider.saveMyLimits(r).subscribe(function(e){e.Result&&(i.disableButton=!0,e.Result.forEach(function(e){i.gameLimit.ResponsibleGamingType==e.ResponsibleGamingType&&(e.isExpanded=!0,i.gameLimit=e,i.newData.emit([i.gameLimit]),i.vegasLimitType&&(0===r[0].BetLossType&&(i.selectedBetLimit=void 0,i.selectedBetLimitNextLimitValue=void 0),1===r[0].BetLossType&&(i.selectedLossLimit=void 0,i.selectedLossLimitNextLimitValue=void 0),2===r[0].BetLossType&&(i.selectedDepositLimit=void 0,i.selectedDepositLimitNextLimitValue=void 0),i.scrollToTop()))}),e.Messages&&e.Messages.length>0?i.uiProvider.toastCreate(e.Messages[0],"warning"):i.uiProvider.toastCreate("LIMITS_SAVED","success"))},function(e){i.uiProvider.toastCreate("LIMITS_ERROR","error")})},e.prototype.updateLoginLimits=function(){var e=this,t=[];this.loginLimits.forEach(function(e){if(e.changed){var n={};n.LimitType=e.LimitType,e.NextAmount=e.NextLimitChange,e.LimitAmount=e.NextAmount,n.LimitAmount=Number(e.LimitAmount),t.push(n)}}),this.userProvider.saveMyLoginLimits(t).subscribe(function(t){t.Result&&(e.loginLimits=t.Result,e.disableLoginLimitButton=!0,e.uiProvider.toastCreate("LIMITS_SAVED","success"))},function(t){e.uiProvider.toastCreate("LIMITS_ERROR","error")})},Object.defineProperty(e.prototype,"cfg",{get:function(){return this.configProvider&&this.configProvider.configTerminal},enumerable:!0,configurable:!0}),e.prototype.showKeyboard=function(e,t,n){this.keyboardShown=!0,this.selectedLimit=t,n&&(this.selectedInput=n)},e.prototype.onKeyboardClose=function(e){this.keyboardShown=e,this.selectedLimit=null,this.selectedInput=null},e.prototype.onBackdropClick=function(e){this.keyboardShown=e},e.prototype.ValueEntered=function(e){var t=this;this.gameLimit&&(this.vegasLimitType?("bet"==this.selectedInput&&(this.selectedBetLimitNextLimitValue=e),"loss"==this.selectedInput&&(this.selectedLossLimitNextLimitValue=e),"deposit"==this.selectedInput&&(this.selectedDepositLimitNextLimitValue=e)):this.gameLimit.GameLimitations.forEach(function(n){n==t.selectedLimit&&(n.NextLimitChange=e,n.changed=!0,t.disableButton=!1)})),this.loginLimits&&this.loginLimits.forEach(function(n){n==t.selectedLimit&&(n.NextLimitChange=e,n.changed=!0,t.disableLoginLimitButton=!1)})},e.prototype.setLimitOff=function(e){e.NextLimitChange=0,this.onInputChange(e,!0)},e.prototype.setLoginLimitOff=function(e){e.NextLimitChange=0,this.onLoginLimitInputChange(e,!0)},e.prototype.selectLimit=function(e){0===e.BetLossType&&(this.selectedBetLimit=this.selectedBetLimit&&e.LimitType==this.selectedBetLimit.LimitType?void 0:e),1===e.BetLossType&&(this.selectedLossLimit=this.selectedLossLimit&&e.LimitType==this.selectedLossLimit.LimitType?void 0:e),2===e.BetLossType&&(this.selectedDepositLimit=this.selectedDepositLimit&&e.LimitType==this.selectedDepositLimit.LimitType?void 0:e)},e.prototype.scrollToTop=function(){window.scrollTo({top:0,behavior:"smooth"})},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0);var i=n(17),r=n.n(i),o=function(){function e(e,t){this.configProvider=e,this.kenoTicketProvider=t,this.lodash=r.a,this.jackpotNumbers=[]}return e.prototype.ngOnInit=function(){var e=this;this.kenoTicketProvider.ticket.JackpotBets&&this.kenoTicketProvider.ticket.JackpotBets.Numbers&&6==this.kenoTicketProvider.ticket.JackpotBets.Numbers.length?this.kenoTicketProvider.ticket.JackpotBets.Numbers.forEach(function(t,n){e.toggleHotMegaNumber(n,t)}):this.jackpotNumbers=[]},e.prototype.ngOnChanges=function(e){var t=this;e.selectedRound&&this.kenoTicketProvider.ticketBetsModified$.subscribe(function(e){t.timeoutHandle&&(clearTimeout(t.timeoutHandle),t.timeoutHandle=void 0),t.timeoutHandle=setTimeout(function(){6==t.kenoTicketProvider.ticket.JackpotBets.Numbers.length?t.kenoTicketProvider.ticket.JackpotBets.Numbers.forEach(function(e,n){t.toggleHotMegaNumber(n,e)}):t.jackpotNumbers=[]},500)})},e.prototype.toggleHotMegaNumber=function(e,t){var n=this;if(this.jackpotNumbers[e]!=t&&0!=this.kenoTicketProvider.ticket.Bets.length){this.jackpotNumbers[e]=t;var i=this.jackpotNumbers.find(function(e){return 10==e});this.kenoTicketProvider.ticket.JackpotBets.Numbers=[],i||this.jackpotNumbers.forEach(function(e){n.kenoTicketProvider.ticket.JackpotBets.Numbers.push(e)})}},e.prototype.numberSelected=function(e,t){return this.jackpotNumbers.length>0&&null!=this.jackpotNumbers[e]&&this.jackpotNumbers[e]==t},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(){}}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(){}}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0),n(5);var i=function(){function e(e,t,n,i,r){this.ticketsProvider=e,this.modalCtrl=t,this.navCtrl=n,this.configProvider=i,this.oryxProvider=r,this.ticket=null}return e.prototype.getCasinoTicketDetails=function(e){e&&this.navCtrl.push("CasinoTicketDetailsPage",{referenceId:this.ticket.Id})},e.prototype.openGame=function(e){var t=this.lowercaseKeys(e);localStorage.setItem("casinoParent","CasinoTicketsV2Page"),this.oryxProvider.sendCasinoSelectedGame(t)},e.prototype.lowercaseKeys=function(e){var t={};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){t[n.charAt(0).toLowerCase()+n.slice(1)]=e[n]}return t},Object.defineProperty(e.prototype,"cfg",{get:function(){return this.configProvider&&this.configProvider.configTerminal},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(1),r=function(){function e(e){this.lottoProvider=e,this.loadingOffer=new i.EventEmitter,this.eventOffers=[],this.loader=!1}return e.prototype.ngOnInit=function(){this.getEventOffers()},e.prototype.trackByFn=function(e,t){return t.eventId},e.prototype.ngOnChanges=function(e){e&&e.timeFilter&&e.timeFilter.previousValue!=e.timeFilter.currentValue&&this.getEventOffers()},e.prototype.getEventOffers=function(){var e=this;this.loader=!0,this.loadingOffer.emit(!0),this.lottoProvider.getLottoEventOffers(this.event.eventId,this.timeFilter.id).subscribe(function(t){t?(e.loader=!1,e.loadingOffer.emit(!1),e.eventOffers=t):e.loadingOffer.emit(!1)},function(t){e.loadingOffer.emit(!1)})},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0),n(5),n(42);var i=function(){function e(e,t,n){this.navCtrl=e,this.lottoTicketProvider=t,this.storage=n}return e.prototype.openEvent=function(){localStorage.removeItem("app:lottoBettingPanelOffer"),localStorage.setItem("app:lottoBettingPanelOffer",JSON.stringify(this.offer)),this.navCtrl.push("LottoBettingPanelPage",{offer:this.offer})},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(17),r=(n.n(i),function(){function e(){this.oddsPicks={}}return e.prototype.ngOnInit=function(){this.createOddObject(this.offer,this.oddsPicks)},e.prototype.createOddObject=function(e,t){i.each(e.offers,function(e){Object.assign(t,Object.assign(e,{oddsSplit:{odds:e.betType.defaultOdds.split("|"),picks:e.betType.picks.split("|")},betCode:e.betCode}))})},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(e,t){this.lottoTicketProvider=e,this.renderer=t,this.selection=[],this.availableSystems=[]}return e.prototype.ngOnInit=function(){var e=this;this.lottoTicketProvider.ticketBetsModified$.subscribe(function(t){"added"===t.operation&&e.clearSelection()})},e.prototype.addBet=function(){var e=this,t=this.availableSystems.filter(function(e){return 1==e.selected}),n=this.selection;t.length?t.forEach(function(t){setTimeout(function(){e.lottoTicketProvider.toggleBet(e.offer,e.oddPickObject,n,t)},200)}):this.lottoTicketProvider.toggleBet(this.offer,this.oddPickObject,n,null)},e.prototype.generateRandom=function(e){this.selection=[];for(var t=this.oddPickObject.betType&&this.oddPickObject.betType.totalNumbers?this.oddPickObject.betType.totalNumbers:0;this.selection.length<+e;){var n=Math.ceil(Math.random()*t);this.selection.indexOf(n)>-1||this.selection.push(n)}this.prepareSystems(e)},e.prototype.prepareSystems=function(e){var t=this;this.availableSystems=[],this.selection.forEach(function(e,n){t.availableSystems.push({from:n+1,to:t.selection.length,selected:!1})}),this.addBet()},e.prototype.clearSelection=function(){this.selection=[],this.availableSystems=[]},e.prototype.toggleClass=function(e,t){var n=this;if("span"==e.target.localName){e.target.parentElement.classList.contains(t)?this.renderer.removeClass(e.target.parentElement,t):(this.renderer.addClass(e.target.parentElement,t),setTimeout(function(){n.renderer.removeClass(e.target.parentElement,t)},500))}else{e.target.classList.contains(t)?this.renderer.removeClass(e.target,t):(this.renderer.addClass(e.target,t),setTimeout(function(){n.renderer.removeClass(e.target,t)},500))}},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(1),r=function(){function e(e,t){this.configurationProvider=e,this.lottoTicketProvider=t,this.betRemoved=new i.EventEmitter,this.repeatOptions=[1,2,3,4],this.ticket=this.lottoTicketProvider.ticket}return e.prototype.ngOnInit=function(){this.bet=this.bets},e.prototype.onDeleteBetClicked=function(e){this.lottoTicketProvider.removeBet(this.bet),this.betRemoved.emit(),e.stopPropagation()},e.prototype.errorTrackBy=function(e,t){return t.TranslatedMessage},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(){}}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(e){this.lottoProvider=e,this.eventResults=[]}return e.prototype.ngOnChanges=function(e){e&&e.timeFilter&&e.timeFilter.previousValue!=e.timeFilter.currentValue&&this.getResults()},e.prototype.ngOnInit=function(){this.getResults()},e.prototype.getResults=function(){var e=this;this.loading=!0,this.lottoProvider.getLottoEventResults(this.event.eventId,this.timeFilter.id).subscribe(function(t){t&&(e.loading=!1,e.eventResults=t)},function(t){e.loading=!1})},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(1),r=function(){function e(e,t,n){this.gamificationProvider=e,this.uiProvider=t,this.configProvider=n,this.openShop=new i.EventEmitter,this.gamificationConfig=this.configProvider.configTerminal.Gamification}return e.prototype.goToShop=function(){this.gamificationConfig.VIP.DivisionBuyEnabled&&this.playerInfo.priceForNextLevel&&this.openShop.emit()},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(){}return e.prototype.ngOnInit=function(){this.benefits&&this.benefits.forEach(function(e){e.expanded=!1})},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0);var i=n(1),r=(n(5),n(7)),o=function(){function e(e,t,n){this.configProvider=e,this.authProvider=t,this.navCtrl=n,this.closeSubSection=0,this.sections=[],this.getPlayerInfo=new i.EventEmitter,this.openMainSection=new i.EventEmitter,this.gamificationConfig=this.configProvider.configTerminal.Gamification,this.sections=[]}return e.prototype.ngOnInit=function(){this.gamificationConfig.GamificationBuyEnabled&&(this.sections.push({name:"BOOST",imgPath:"assets/imgs/gamification/boost.webp",section:2}),this.playerInfo&&this.playerInfo.priceForNextLevel&&this.gamificationConfig.VIP.DivisionBuyEnabled&&this.sections.unshift({name:"SKIP_LEVEL",imgPath:"assets/imgs/gamification/skip-level.webp",section:1})),this.gamificationConfig.Wheel.Enabled&&this.sections.push({name:"FORTUNE_WHEEL",imgPath:"assets/imgs/gamification/wheel.webp",section:3}),this.gamificationConfig.BattlePass.Enabled&&this.sections.push({name:"BATTLEPASS",imgPath:"assets/imgs/gamification/evonian.webp",section:4}),this.gamificationConfig.ChestKey.Enabled&&this.sections.push({name:"TREASURE_PACK",imgPath:"assets/imgs/gamification/treasure.webp",section:5})},e.prototype.ngOnChanges=function(e){e.navigateToSection&&(this.showSection=e.navigateToSection.currentValue?e.navigateToSection.currentValue:0)},e.prototype.boostSectionOpened=function(e){this.boostSection=e},e.prototype.closeBoostSection=function(){this.closeSubSection+=1},e.prototype.showHomeSection=function(){this.showSection=0,this.entering=!0},e.prototype.changeSection=function(e,t){var n=this;this.authProvider.isLoggedIn()?(this.slideOutSection=t,this.entering=!1,setTimeout(function(){n.showSection=e},500)):this.navCtrl.push("LoginPage")},e.prototype.openHeaderSection=function(e){this.openMainSection.emit(e)},Object.defineProperty(e.prototype,"mobileWeb",{get:function(){return r.a.MobileWeb},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return a});n(0);var i=n(1),r=n(17),o=(n.n(r),n(5),this&&this.__assign||Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++){t=arguments[n];for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])}return e}),a=function(){function e(e,t,n){this.gamificationProvider=e,this.uiProvider=t,this.configProvider=n,this.showSection=0,this.closeSubSection=0,this.sections=[],this.chests=[],this.keys=[],this.wheels=[],this.awards=[],this.boosts=[],this.openShop=new i.EventEmitter,this.awardsCount=0,this.chestsCount=0,this.keysCount=0,this.wheelsCount=0,this.boostCount=0,this.loadingMoreData=!1,this.sections=[{name:"REWARDS",imgPath:"assets/imgs/gamification/gift.webp",section:1}],this.sections.push({name:"BOOST",imgPath:"assets/imgs/gamification/boost.webp",section:2}),this.sections.push({name:"FORTUNE_WHEEL",imgPath:"assets/imgs/gamification/wheel.webp",section:3}),this.treasureEnabled&&(this.sections.push({name:"CHESTS",imgPath:"assets/imgs/gamification/chest.webp",section:4}),this.sections.push({name:"VIP_KEYS",imgPath:"assets/imgs/gamification/key.webp",section:5}))}return Object.defineProperty(e.prototype,"treasureEnabled",{get:function(){return this.configProvider.configTerminal.Gamification.ChestKey.Enabled},enumerable:!0,configurable:!0}),e.prototype.ngOnInit=function(){},e.prototype.closeSubsection=function(){this.disableBtn||(this.closeSubSection+=1)},e.prototype.subsectionOpened=function(e){this.showSubsection=e},e.prototype.mapChests=function(e){var t=[];return e.forEach(function(e){var n=r.groupBy(e,function(e){return e.name});r.each(n,function(e){var n=o({name:e[0]?e[0].name:"NO_NAME",awards:e[0]?e[0].awards:[],expirationDate:e[0]?e[0].expirationDate:null,price:e[0]?e[0].price:0,status:e[0]?e[0].status:null,chestItems:e[0]?e.map(function(e){return e.id}):[]},e[0]);t.push(n)})}),t},e.prototype.mapKeys=function(e){var t=[];return e.forEach(function(e){var n=r.groupBy(e,function(e){return e.name});r.each(n,function(e){var n=o({name:e[0]?e[0].name:"NO_NAME",awards:e[0]?e[0].awards:[],expirationDate:e[0]?e[0].expirationDate:null,price:e[0]?e[0].price:0,status:e[0]?e[0].status:null,keyItems:e[0]?e.map(function(e){return e.id}):[]},e[0]);t.push(n)})}),t},e.prototype.mapWheels=function(e){var t=[];return e.forEach(function(e){var n=r.groupBy(e,function(e){return e.name});r.each(n,function(e){var n={name:e[0]?e[0].name:"NO_NAME",awards:e[0]?e[0].awards:[],expirationDate:e[0]?e[0].expirationDate:null,price:e[0]?e[0].price:0,spins:e[0]?e.map(function(e){return e.id}):[],status:e[0]?e[0].status:null,translatedStatus:e[0]?e[0].translatedStatus:"NO_STATUS",winningAward:null};n.winningAward=n.awards.find(function(e){return e.isWinning}),t.push(n)})}),t},e.prototype.showHomeSection=function(){this.disableBtn||(this.showSection=0,this.entering=!0)},e.prototype.changeSection=function(e,t){var n=this;this.slideOutSection=t,this.entering=!1,setTimeout(function(){switch(e){case 1:n.getInventoryAwards();break;case 2:n.getInventoryBoost();break;case 3:n.getInventoryWheel();break;case 4:n.getInventoryChests();break;case 5:n.getInventoryKeys()}n.showSection=e},500)},e.prototype.disableBackBtn=function(e){var t=this;setTimeout(function(){t.disableBtn=e},100)},e.prototype.getInventoryAwards=function(e,t,n){var i=this;e||(this.loading=!0),this.gamificationProvider.getInventoryAwards(this.showInventoryHistory,t,n).subscribe(function(e){setTimeout(function(){n||(i.awards=[]),i.showInventoryHistory?(t=i.awards).push.apply(t,e.awards):i.awards=e.awards,i.awardsCount=e.awardsCount,i.loading=!1,i.loadingMoreData=!1;var t},700)},function(e){i.uiProvider.onErrorResponse(e),setTimeout(function(){i.loading=!1},700)})},e.prototype.getInventoryBoost=function(e,t,n){var i=this;e||(this.loading=!0),this.gamificationProvider.getInventoryWagerBonus(this.showInventoryHistory,t,n).subscribe(function(e){setTimeout(function(){n||(i.boosts=[]),i.showInventoryHistory?(t=i.boosts).push.apply(t,e.userWagerBonuses):i.boosts=e.userWagerBonuses,i.boostCount=e.wagerBonusesCount,i.loading=!1,i.loadingMoreData=!1;var t},700)},function(e){i.uiProvider.onErrorResponse(e),setTimeout(function(){i.loading=!1},700)})},e.prototype.getInventoryWheel=function(e,t,n){var i=this;e||(this.loading=!0),this.gamificationProvider.getInventoryWheels(this.showInventoryHistory,t,n).subscribe(function(e){setTimeout(function(){n||(i.wheels=[]),i.showInventoryHistory?(t=i.wheels).push.apply(t,i.mapWheels(e.userWheels)):i.wheels=i.mapWheels(e.userWheels),i.wheelsCount=e.userWheelsCount,i.loading=!1,i.loadingMoreData=!1;var t},700)},function(e){i.uiProvider.onErrorResponse(e),setTimeout(function(){i.loading=!1},700)})},e.prototype.getInventoryChests=function(e,t,n){var i=this;e||(this.loading=!0),this.gamificationProvider.getInventoryChests(this.showInventoryHistory,t,n).subscribe(function(e){setTimeout(function(){n||(i.chests=[]),i.showInventoryHistory?(t=i.chests).push.apply(t,i.mapChests(e.userChests)):i.chests=i.mapChests(e.userChests),i.chestsCount=e.userChestsCount,i.loading=!1,i.loadingMoreData=!1;var t},700)},function(e){i.uiProvider.onErrorResponse(e),setTimeout(function(){i.loading=!1},700)})},e.prototype.getInventoryKeys=function(e,t,n){var i=this;e||(this.loading=!0),this.gamificationProvider.getInventoryKeys(this.showInventoryHistory,t,n).subscribe(function(e){setTimeout(function(){n||(i.keys=[]),i.showInventoryHistory?(t=i.keys).push.apply(t,i.mapKeys(e.userKeys)):i.keys=i.mapKeys(e.userKeys),i.keysCount=e.userKeysCount,i.loading=!1,i.loadingMoreData=!1;var t},700)},function(e){i.uiProvider.onErrorResponse(e),setTimeout(function(){i.loading=!1},700)})},e.prototype.openShopSection=function(e){this.openShop.emit("wheel"==e?{section:3,subsection:3}:"chests"==e||"keys"==e?{section:3,subsection:5}:{section:3,subsection:2})},e.prototype.showHistory=function(){this.showInventoryHistory=!this.showInventoryHistory},e.prototype.loadMoreData=function(e,t){if(this.showInventoryHistory)switch(this.loadingMoreData=!0,e){case 1:this.getInventoryAwards(!0,t.limit,t.offset);break;case 2:this.getInventoryBoost(!0,t.limit,t.offset);break;case 3:this.getInventoryWheel(!0,t.limit,t.offset);break;case 4:this.getInventoryChests(!0,t.limit,t.offset);break;case 5:this.getInventoryKeys(!0,t.limit,t.offset)}},Object.defineProperty(e.prototype,"buyEnabled",{get:function(){return this.gamificationProvider.buyEnabled},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(1),r=(n(5),function(){function e(e,t){this.gamificationProvider=e,this.uiProvider=t,this.getPlayerInfo=new i.EventEmitter}return e.prototype.skipLevel=function(){this._showModal()},e.prototype.buyDivision=function(){var e=this;this.playerInfo.priceForNextLevel&&(this.uiProvider.loadingPresent(),this.gamificationProvider.buyDivision(this.playerInfo.priceForNextLevel).subscribe(function(t){e.getPlayerInfo.emit(),e.uiProvider.loadingDismiss(),e.confirmationModal=!0},function(t){e.uiProvider.onErrorResponse(t),e.uiProvider.loadingDismiss(),e.showModal=!1}))},e.prototype.onModalResponse=function(e){1==e?this.buyDivision():this.closeModal()},e.prototype._showModal=function(){this.showModal=!0,this.confirmationModal=!1},e.prototype.closeModal=function(){this.showModal=!1,this.confirmationModal=!1},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0);var i=n(1),r=(n(5),n(7)),o=function(){function e(e,t,n,r,o){this.gamificationProvider=e,this.uiProvider=t,this.translationProvider=n,this.currencyPipe=r,this.ionicApp=o,this.boostSectionOpened=new i.EventEmitter}return e.prototype.ngOnChanges=function(e){this.selectedSection=null,this.boostSectionOpened.emit(!1)},e.prototype.ngOnInit=function(){var e=this;this.loading=!0,this.gamificationProvider.getWagerBonus().subscribe(function(t){setTimeout(function(){e.loading=!1,e.bonuses=t},1e3)},function(t){setTimeout(function(){e.loading=!1,e.bonuses=[],e.uiProvider.onErrorResponse(t)},1e3)})},e.prototype.scrollToTop=function(){var e=this;r.a.MobileWeb?this.ionicApp.setElementAttribute("content",scrollTo(0,0)):this.content.scrollTo(0,0).then(function(){return e.content.scrollToTop()})},e.prototype.openSection=function(e){this.boostSectionOpened.emit(!0),this.selectedSection=e;var t=[];this.selectedSection.wagerBonusGlobal&&t.push({name:"GLOBAL",wagers:this.selectedSection.wagerBonusGlobal,description:"GLOBAL_WAGERS_DESCRIPTION"}),this.selectedSection.wagerBonusProviders&&t.push({name:"PROVIDER",wagers:this.selectedSection.wagerBonusProviders,description:"PROVIDER_WAGERS_DESCRIPTION"}),this.selectedSection.wagerBonusBundle&&t.push({name:"BUNDLE",wagers:this.selectedSection.wagerBonusBundle,description:"BUNDLE_WAGERS_DESCRIPTION"}),this.selectedSection.filters=t,this.selectedFilter=this.selectedSection.filters[0],this.scrollToTop()},e.prototype.presentModal=function(e,t,n,i,r){this.selectedBonus=r,this.showModal=!0,this.showConfirmMsg=!0},e.prototype.closeModal=function(){this.showModal=!1,this.selectedBonus=null,this.showConfirmMsg=!0},e.prototype.activateBoost=function(){var e=this;this.uiProvider.loadingPresent(),this.gamificationProvider.purchaseWagerBonus(this.selectedBonus.id).subscribe(function(t){e.uiProvider.loadingDismiss(),setTimeout(function(){e.showConfirmMsg=!1},500)},function(t){e.closeModal(),e.uiProvider.loadingDismiss(),e.uiProvider.onErrorResponse(t),e.selectedBonus=void 0})},e.prototype.onModalResponse=function(e){1==e?this.activateBoost():this.closeModal()},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(17),r=(n.n(i),n(5),function(){function e(e,t,n,i,r){this.gamificationProvider=e,this.uiProvider=t,this.translationProvider=n,this.domSanitizer=i,this.currencyPipe=r,this.numberOfWheels=1,this.disableDecrease=!0}return e.prototype.ngOnInit=function(){this.loading=!0,this.getAvailableWheels()},e.prototype.presentBuyModal=function(e){this.selectedWheel&&(this.selectedWheel=void 0),this.selectedWheel=Object.assign({},e,{spinCount:1})},e.prototype.onModalResponse=function(e){var t=this;if(2==e){this.showModal&&setTimeout(function(){t.showBoughtWheels=!0},50),this.showBuyModal=!1,this.showModal=!1,this.uiProvider.loadingDismiss()}else this.buyWheel()},e.prototype.buyWheel=function(){var e=this;this.uiProvider.loadingPresent(),this.gamificationProvider.buyWheel(this.selectedWheel.id,this.selectedWheel.spinCount).subscribe(function(t){e.showBuyModal=!1,e.selectedWheel.spins=t.wheelIds,setTimeout(function(){e.showModal=!0},200)},function(t){e.onModalResponse(2),e.selectedWheel=null,e.selectedWheel.spins=[],e.uiProvider.onErrorResponse(t),e.uiProvider.loadingDismiss()})},e.prototype.getAvailableWheels=function(){var e=this;this.gamificationProvider.getWheels().subscribe(function(t){setTimeout(function(){e.loading=!1,e.wheels=[];var n=i.groupBy(t,"price");for(var r in n)e.wheels.push({title:r,wheels:n[r],order:n[r][0].price});e.wheels.sort(function(e,t){return e.order-t.order})},700)},function(t){setTimeout(function(){e.loading=!1,e.uiProvider.onErrorResponse(t),e.wheels=[]},700)})},e.prototype.increase=function(){this.selectedWheel.spinCount++,this.disableDecrease=!1},e.prototype.decrease=function(){this.selectedWheel.spinCount>1?(this.selectedWheel.spinCount--,this.disableDecrease=!1):this.disableDecrease=!0},Object.defineProperty(e.prototype,"landscape",{get:function(){return window.innerWidth>window.innerHeight},enumerable:!0,configurable:!0}),e.prototype.wheelSpinEmit=function(e){this.disableCloseBtn=e},e.prototype.onWheelSpinned=function(){this.selectedWheel.spins.splice(0,1)},e.prototype.showWinModal=function(e){var t=this;this.wheelAward=e,setTimeout(function(){t.selectedWheel.spins.length||(t.selectedWheel=void 0,t.showBoughtWheels=!1)},800)},e.prototype.closeModals=function(){this.disableCloseBtn||(this.showBoughtWheels=!1,this.selectedWheel.spins=[],this.selectedWheel=null)},Object.defineProperty(e.prototype,"buyEnabled",{get:function(){return this.gamificationProvider.buyEnabled},enumerable:!0,configurable:!0}),e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0);var i=n(1),r=(n(5),n(7)),o=function(){function e(e,t){this.gamificationProvider=e,this.uiProvider=t,this.openHeaderSection=new i.EventEmitter}return e.prototype.mapBattlePasses=function(e){return e.forEach(function(e){e.levels=[],e.awards.forEach(function(t){t.forEach(function(t){var n=e.levels.findIndex(function(e){return e.name===t.level&&e.order===t.levelOrder});if(-1===n){var i={name:t.level,order:t.levelOrder,awards:[]};i.awards.push(t),e.levels.push(i)}else e.levels[n].awards.push(t)})}),e.levels=e.levels.sort(function(e,t){return e.order-t.order})}),e},e.prototype.ngOnInit=function(){var e=this;this.loading=!0,this.gamificationProvider.getBattlepass().subscribe(function(t){e.battlepass=e.mapBattlePasses(t),setTimeout(function(){e.loading=!1},700)},function(t){e.battlepass=[],e.uiProvider.onErrorResponse(t),setTimeout(function(){e.loading=!1},700)})},e.prototype.presentModal=function(e){this.selectedPass=e,this.showModal=!0,this.showConfirmMsg=!0},e.prototype.buyBattlepass=function(){var e=this;this.uiProvider.loadingPresent(),this.gamificationProvider.buyBattlepass(this.selectedPass.id).subscribe(function(t){e.uiProvider.loadingDismiss(),e.showConfirmMsg=!1,e.battlepassBought=!0},function(t){e.battlepassBought=!1,e.uiProvider.loadingDismiss(),e.closeModal(),e.uiProvider.onErrorResponse(t)})},e.prototype.closeModal=function(){var e=this;this.showModal=!1,this.showConfirmMsg=!0,this.selectedPass=null,this.battlepassBought&&setTimeout(function(){e.openHeaderSection.emit({section:5,subsection:null})},200)},e.prototype.onModalResponse=function(e){1==e?this.buyBattlepass():this.closeModal()},e.prototype.openLevelAwards=function(e){e.awards&&(this.disableContentScroll(),this.visible=!0,this.showAwardsModal=!0,this.levelAwards=e,this.distanceFromTop(this.content))},e.prototype.closeAwardModal=function(){var e=this;this.visible=!1,setTimeout(function(){e.enableContentScroll(),e.showAwardsModal=!1,e.levelAwards=[]},500)},e.prototype.disableContentScroll=function(){document.body.style.overflow="hidden",this.mobileWeb||(this.content._scrollContent.nativeElement.style.overflow="hidden")},e.prototype.enableContentScroll=function(){document.body.style.overflow="auto",this.mobileWeb||(this.content._scrollContent.nativeElement.style.overflow="auto")},e.prototype.showInfo=function(e){var t=this;this.closingAnim||this.closeInfoContainerAnim||(e.showInfo?(this.closingAnim=!0,setTimeout(function(){t.closeInfoContainerAnim=!0},400),setTimeout(function(){e.showInfo=!e.showInfo,t.closingAnim=!1,t.closeInfoContainerAnim=!1},1200)):(e.showInfo=!e.showInfo,this.closingAnim=!1,this.closeInfoContainerAnim=!1))},Object.defineProperty(e.prototype,"mobileWeb",{get:function(){return r.a.MobileWeb},enumerable:!0,configurable:!0}),e.prototype.distanceFromTop=function(e){this.mobileWeb||(this.scrollHeight=e._scrollContent.nativeElement.scrollTop,this.scrollHeight+="px")},Object.defineProperty(e.prototype,"buyEnabled",{get:function(){return this.gamificationProvider.buyEnabled},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(1),r=(n(5),function(){function e(e){this.domSanitizer=e,this.htmlHelper="",this.buyEnabled=!0,this.subsectionOpened=new i.EventEmitter,this.refreshInventory=new i.EventEmitter,this.wheelSpinningEmitter=new i.EventEmitter,this.loadMore=new i.EventEmitter,this.openShop=new i.EventEmitter,this.limit=6,this.offset=0,this.prevoiusCount=0}return e.prototype.ngOnDestroy=function(){},e.prototype.ngOnInit=function(){},e.prototype.ngOnChanges=function(e){e.closeSection&&e.closeSection.currentValue&&(this.selectedWheel=void 0,this.subsectionOpened.emit(!1))},e.prototype.openWheel=function(e){this.history||(this.selectedWheel=e,this.subsectionOpened.emit(!0))},e.prototype.showWinModal=function(e){var t=this;this.history||(this.wheelAward=e,this.refreshInventory.emit(),setTimeout(function(){t.selectedWheel.spins.length||(t.selectedWheel=void 0)},800))},e.prototype.closeModal=function(){this.showModal=!1,this.selectedWheel=void 0,this.wheelAward=null},e.prototype.wheelSpinEmit=function(e){this.wheelSpinningEmitter.emit(e)},e.prototype.refreshInventoryEmit=function(){this.refreshInventory.emit()},e.prototype.onWheelSpinned=function(){this.selectedWheel.spins.splice(0,1),this.refreshInventory.emit()},e.prototype.loadMoreData=function(){this.userWheels.length<this.count&&(this.offset=this.offset+this.limit,this.loadMore.emit({limit:this.limit,offset:this.offset}))},e.prototype.goToShop=function(){this.openShop.emit()},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0);var i=n(1),r=(n(5),n(7)),o=function(){function e(e,t,n,r){this.gamificationProvider=e,this.navCtrl=t,this.authProvider=n,this.uiProvider=r,this.openShop=new i.EventEmitter,this.limit=6,this.offset=0}return e.prototype.ngOnInit=function(){var e=this;this.authProvider.isLoggedIn()&&(this.loading=!0,this.gamificationProvider.getUsersBattlepass().subscribe(function(t){if(e.battlepass=t,e.battlepass){if(e.currentLevelIndex=e.battlepass.levels.findIndex(function(t){return t.id===e.battlepass.currentLevelId}),-1!==e.currentLevelIndex)for(var n=0;n<e.battlepass.levels.length;n++)e.battlepass.levels[n].progress=n<e.currentLevelIndex?100:n===e.currentLevelIndex?e.battlepass.currentXp/e.battlepass.requiredXp*100:0;e.battlepass.groupedQuests.forEach(function(e){e.imgPath="assets/imgs/gamification/quests/"+e.name+".webp"})}e.userBattlepass=e.battlepass,setTimeout(function(){e.loading=!1,setTimeout(function(){e.segment&&e.segment.nativeElement&&-1!=e.currentLevelIndex&&e.segment.nativeElement.scrollTo({top:0,left:e.segment.nativeElement.children[e.currentLevelIndex].offsetLeft,behavior:"smooth"})},700)},700)},function(t){setTimeout(function(){e.loading=!1},700)}))},e.prototype.goToShop=function(){this.openShop.emit()},e.prototype.openLevelAwards=function(e){e.awards&&(this.distanceFromTop(this.content),this.disableContentScroll(),this.visible=!0,this.showModal=!0,this.levelAwards=e)},e.prototype.closeModal=function(){var e=this;this.visible=!1,setTimeout(function(){e.enableContentScroll(),e.showModal=!1,e.levelAwards=[]},500)},e.prototype.disableContentScroll=function(){document.body.style.overflow="hidden",this.mobileWeb||(this.content._scrollContent.nativeElement.style.overflow="hidden")},e.prototype.enableContentScroll=function(){document.body.style.overflow="auto",this.mobileWeb||(this.content._scrollContent.nativeElement.style.overflow="auto")},e.prototype.onQuestClick=function(e){if(this.stopRedirect)this.stopRedirect=!1;else switch(e.game){case"CASINO":this.openPage("CasinoBonusGamesListPage",{param:"questGames-"+e.questId});break;case"SPORT":this.openPage("SportBettingPrematchPage");break;case"VG":this.openPage("VirtualRacesPage");break;case"KENO":this.openPage("KenoV2Page");break;case"BINGO":this.openPage("BingoPage");break;case"DEPOSIT":this.openPage("DepositPage")}},e.prototype.openPage=function(e,t){void 0===t&&(t=null),this.navCtrl.setRoot(e,t,{animate:!0,direction:"forward"})},e.prototype.openBattlePassHistory=function(){this.authProvider.isLoggedIn()&&(this.loading=!0,this.getHistory(),this.battlepassHistory=!0,this.showBackBtn=!0,this.offset=0)},e.prototype.getHistory=function(e){var t=this;e&&this.uiProvider.loadingPresent(),this.gamificationProvider.getUsersBattlepassHistory(this.limit,this.offset).subscribe(function(n){n&&(t.bpHistoryCount=n.count,e?(i=t.bpHistory).push.apply(i,n.battlePasses):t.bpHistory=n.battlePasses),setTimeout(function(){t.loading=!1,e&&t.uiProvider.loadingDismiss()},700);var i},function(n){setTimeout(function(){t.loading=!1,e&&t.uiProvider.loadingDismiss()},700)})},e.prototype.openBattlePass=function(e){var t=this;if(this.battlepass=Object.assign({},e,{historyPass:this.battlepassHistory}),this.battlepass){if(this.currentLevelIndex=this.battlepass.levels.findIndex(function(e){return e.id===t.battlepass.currentLevelId}),-1!==this.currentLevelIndex)for(var n=0;n<this.battlepass.levels.length;n++)this.battlepass.levels[n].progress=n<this.currentLevelIndex?100:n===this.currentLevelIndex?this.battlepass.currentXp/this.battlepass.requiredXp*100:0;this.battlepass.groupedQuests.forEach(function(e){e.imgPath="assets/imgs/gamification/quests/"+e.name+".webp"}),setTimeout(function(){t.segment&&t.segment.nativeElement&&-1!=t.currentLevelIndex&&t.segment.nativeElement.scrollTo({top:0,left:t.segment.nativeElement.children[t.currentLevelIndex].offsetLeft,behavior:"smooth"})},700)}this.battlepassHistory=!1},e.prototype.goBack=function(){this.showBackBtn&&(this.battlepassHistory&&(this.showBackBtn=!1),this.battlepassHistory=!this.battlepassHistory,!this.battlepassHistory&&this.battlepass&&this.battlepass.historyPass&&(this.battlepass=this.userBattlepass))},e.prototype.loadMore=function(){this.bpHistoryCount>this.bpHistory.length&&(this.offset=this.offset+this.limit,this.getHistory(!0))},e.prototype.trackByFn=function(e,t){return t.id},Object.defineProperty(e.prototype,"mobileWeb",{get:function(){return r.a.MobileWeb},enumerable:!0,configurable:!0}),e.prototype.distanceFromTop=function(e){r.a.MobileWeb||(this.scrollHeight=e._scrollContent.nativeElement.scrollTop,this.scrollHeight+="px")},e.prototype.openBattlePassCancelModal=function(){this.showCancelModal=!0},e.prototype.closeBattlePassCanecelModal=function(){var e=this;setTimeout(function(){e.enableContentScroll(),e.showCancelModal=!1},500)},e.prototype.cancelBattlePass=function(){var e=this,t={battlepassId:this.battlepass.battlePassId,userId:this.authProvider.getAuth().userId};this.gamificationProvider.cancelBattlePass(t).subscribe(function(t){e.gamificationProvider.getUsersBattlepass().subscribe(function(t){e.battlepass=t,e.showConfirmMsg=!0,setTimeout(function(){e.enableContentScroll(),e.showConfirmMsg=!1},3e3)})})},e.prototype.onModalResponse=function(e){2==e?this.closeBattlePassCanecelModal():(this.closeBattlePassCanecelModal(),this.cancelBattlePass())},Object.defineProperty(e.prototype,"buyEnabled",{get:function(){return this.gamificationProvider.buyEnabled},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0);var i=n(1),r=n(7),o=(n(5),function(){function e(e,t){this.gamificationProvider=e,this.uiProvider=t,this.refreshData=new i.EventEmitter,this.loadMore=new i.EventEmitter,this.limit=6,this.offset=0,this.prevoiusCount=0}return e.prototype.showClaimModal=function(e){this.selectedAward=e,this.claimAward()},e.prototype.claimAward=function(){var e=this;this.history||(this.uiProvider.loadingPresent(),this.gamificationProvider.claimAward(this.selectedAward.id).subscribe(function(t){setTimeout(function(){e.uiProvider.loadingDismiss(),e.refreshData.emit(),e.successModal=!0},500)},function(t){setTimeout(function(){e.uiProvider.loadingDismiss(),e.closeModal(),e.uiProvider.onErrorResponse(t)},500)}))},e.prototype.closeModal=function(){var e=this;this.visible=!1,setTimeout(function(){e.showModal=!1,e.successModal=!1,e.selectedAward=void 0},500)},e.prototype.onAction=function(e){this.successModal=!1,this.selectedAward=null},e.prototype.loadMoreData=function(){this.awards.length<this.count&&(this.offset=this.offset+this.limit,this.loadMore.emit({limit:this.limit,offset:this.offset}))},Object.defineProperty(e.prototype,"mobileWeb",{get:function(){return r.a.MobileWeb},enumerable:!0,configurable:!0}),e.prototype.checkAwardProgress=function(e){this.awardProgress=Object.assign({},e)},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(1),r=(n(5),function(){function e(e,t){this.uiProvider=e,this.gamificationProvider=t,this.refreshData=new i.EventEmitter,this.openShop=new i.EventEmitter,this.loadMore=new i.EventEmitter,this.limit=6,this.offset=0,this.prevoiusCount=0}return e.prototype.ngOnChanges=function(e){this.boosts&&this.boosts.forEach(function(e){if(1!==e.status){var t=new Date,n=new Date(e.expirationTime)-t;e.activeTime=n>0?n/1e3:0}})},e.prototype.showActivateModal=function(e){this.history||1===e.status&&(this.visible=!0,this.showModal=!0,this.selectedBoost=e)},e.prototype.activateBoost=function(){var e=this;this.history||1===this.selectedBoost.status&&(this.uiProvider.loadingPresent(),this.gamificationProvider.activateWagerBonus(this.selectedBoost.id).subscribe(function(t){e.uiProvider.loadingDismiss(),e.refreshData.emit(),e.successModal=!0},function(t){e.uiProvider.loadingDismiss(),e.refreshData.emit(),e.closeModal(),setTimeout(function(){e.uiProvider.onErrorResponse(t)},500)}))},e.prototype.closeModal=function(){var e=this;this.visible=!1,setTimeout(function(){e.showModal=!1,e.successModal=!1,e.selectedBoost=void 0},500)},e.prototype.handleEvent=function(e,t){e&&"finished"==e.action&&this.boosts.forEach(function(e){e.id!==t.id||(e.status=3)})},e.prototype.onAction=function(e){1==e?this.activateBoost():this.closeModal()},e.prototype.redirectToShop=function(){this.history||this.openShop.emit()},e.prototype.loadMoreData=function(){this.boosts.length<this.count&&(this.offset=this.offset+this.limit,this.loadMore.emit({limit:this.limit,offset:this.offset}))},Object.defineProperty(e.prototype,"buyEnabled",{get:function(){return this.gamificationProvider.buyEnabled},enumerable:!0,configurable:!0}),e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(e){this.oryxCasinoProvider=e,this.offset=0,this.limit=50,this.tournamentPlayers=[]}return e.prototype.closeModal=function(){this.oryxCasinoProvider.isModalOpen=!this.oryxCasinoProvider.isModalOpen,this.tournamentPlayers=[],this.allPlayersLoaded=!1,this.loading=!1,this.offset=0},e.prototype.trackByFn=function(e,t){return t.points},e.prototype.loadMorePlayers=function(){var e=this;this.allPlayersLoaded||(this.loading=!0,this.oryxCasinoProvider.getAllPlayersFromCasinoTournament(this.selectedTournament.tournamentId,this.offset,this.limit).subscribe(function(t){(n=e.tournamentPlayers).push.apply(n,t),t&&t.length<e.limit&&(e.allPlayersLoaded=!0),setTimeout(function(){e.loading=!1},500),e.offset+=e.limit;var n},function(t){setTimeout(function(){e.loading=!1},500)}))},Object.defineProperty(e.prototype,"isModalOpen",{get:function(){return this.oryxCasinoProvider.isModalOpen},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(e,t,n){this.gamificationProvider=e,this.uiProvider=t,this.configProvider=n,this.hasMore=!0,this.races=[],this.page=0,this.gamificationConfig=this.configProvider.configTerminal.Gamification}return e.prototype.ngOnInit=function(){this.loadIntervals()},e.prototype.loadIntervals=function(){var e=this;this.gamificationProvider.getRaces(!0).subscribe(function(t){e.races=t,e.races.length&&(e.selectedRace=e.races[0],e.loadRaces())},function(t){e.uiProvider.onErrorResponse(t)})},e.prototype.loadRaces=function(e){var t=this;void 0===e&&(e=0),this.gamificationProvider.getRaces(!1,e,this.selectedRace.raceId).subscribe(function(n){if(t.hasMore=n.length&&(n.length&&n[0].players?n[0].players:[]).length>=10,e>0&&n.length){if(n[0].players){if(t.race.players.find(function(e){return e.currentUser})){var i=n[0].players.findIndex(function(e){return e.currentUser});-1!==i&&n[0].players.splice(i,1)}(o=t.race.players).push.apply(o,n[0].players),t.race.players.sort(function(e,t){return e.position-t.position})}}else t.player=null,t.race=n[0];if(t.race.players){var r=t.race.players.findIndex(function(e){return e.currentUser});if(-1!=r){t.player=t.race.players[r];t.player.position>10*(e+1)&&t.race.players.splice(r,1)}else t.player=null}var o},function(e){t.uiProvider.onErrorResponse(e)})},e.prototype.loadMore=function(){this.page++,this.loadRaces(this.page)},e.prototype.selectRace=function(e){this.selectedRace&&this.selectedRace.raceId!==e.raceId&&(this.page=0,this.selectedRace=e,this.loadRaces())},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return a});n(0),n(5);var i=n(7),r=n(20),o=(n.n(r),n(17)),a=(n.n(o),function(){function e(e,t,n){this.gamificationProvider=e,this.uiProvider=t,this.ionicApp=n,this.chestGroups=[],this.keys=[],this.chestIndex=0}return e.prototype.ngOnChanges=function(e){},e.prototype.ngOnInit=function(){this.loadTreasureData()},e.prototype.ngOnDestroy=function(){this.showKeys=!1},e.prototype.toggleGroup=function(e){this.chestIndex=0,this.selectedGroup&&this.selectedGroup.id==e.id?(this.selectedGroup=null,this.selectedData=null):(this.selectedGroup=e,this.selectedData=Object.assign({},e.chests[0],{dataCount:1,isChest:!0}))},e.prototype.loadTreasureData=function(){var e=this;this.loading=!0;var t=[];t.push(this.gamificationProvider.getChests()),t.push(this.gamificationProvider.getKeys()),r.Observable.zip.apply(r.Observable,t).subscribe(function(t){if(t.length){var n=[],i=1,r=o.groupBy(t[0],function(e){return e.chestKeyId});o.each(r,function(e){if(e[0]){n.push({name:e[0].chestKeyName,image:e[0].chestImagePath,price:e[0].price,id:i,chests:e}),i++}}),e.chestGroups=n,e.keys=t[1]}e.loading=!1},function(t){e.loading=!1,console.log(t),e.uiProvider.toastCreate("SERVICE_NOT_AVAILABLE","error",3e3)})},e.prototype.scrollToTop=function(){var e=this;i.a.MobileWeb?this.ionicApp.setElementAttribute("content",scrollTo(0,0)):this.content.scrollTo(0,0).then(function(){return e.content.scrollToTop()})},e.prototype.selectData=function(e,t){void 0===t&&(t=!1),this.selectedData=Object.assign({},e,{dataCount:1,isChest:t})},e.prototype.resetSelection=function(){this.buyData=null},e.prototype.updateCount=function(e){if(1==e){if(1==this.selectedData.dataCount)return;this.selectedData.dataCount--}else this.selectedData.dataCount++},e.prototype.onModalResponse=function(e){var t=this;1==e?this.gamificationProvider.buyChestKey(this.buyData.id,this.buyData.dataCount,this.buyData.isChest).subscribe(function(e){if(e.success){var n=t.buyData.isChest?e.userChestIds:e.userKeyIds;t.gamificationProvider.getChestKey(t.buyData.id,t.buyData.isChest).subscribe(function(i){if(i.length){var r=i[0];t.buyData=Object.assign({},t.buyData,{boughtItems:n,availableKeys:e.availableKeys,availableChests:e.availableChests,correspondingChests:r.chests}),t.selectedData=t.buyData,t.selectedData.dataCount=1,t.buyData.processed=!0}})}else t.uiProvider.onErrorResponse(e.errorMessage),t.resetSelection()},function(e){t.uiProvider.onErrorResponse(e),t.resetSelection()}):this.resetSelection()},e.prototype.onChestSpinned=function(e){this.selectedData.boughtItems.splice(0,1),this.selectedData.availableKeys--},e.prototype.changeChest=function(e){if("+"==e){if(this.chestIndex==this.selectedGroup.chests.length-1)return;this.chestIndex++,this.selectGroupChest(!0)}else{if(0==this.chestIndex)return;this.chestIndex--,this.selectGroupChest()}},e.prototype.selectGroupChest=function(e){var t=this;void 0===e&&(e=!1);var n=this.selectedGroup.chests[this.chestIndex];this.selectedData=null,this.selectData(n,!0),this.chestDir=e?2:1,setTimeout(function(){t.chestDir=null},500)},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(1),r=(n(5),function(){function e(e){this.gamificationProvider=e,this.buyEnabled=!0,this.subsectionOpened=new i.EventEmitter,this.refreshInventory=new i.EventEmitter,this.loadMore=new i.EventEmitter,this.openShop=new i.EventEmitter,this.limit=6,this.offset=0,this.prevoiusCount=0}return e.prototype.ngOnDestroy=function(){this.selectedChest=null},e.prototype.ngOnInit=function(){},e.prototype.ngOnChanges=function(e){e.closeSection&&e.closeSection.currentValue&&(this.selectedChest=void 0,this.subsectionOpened.emit(!1))},e.prototype.openChest=function(e){var t=this;this.history||this.gamificationProvider.getChests(e.chestId).subscribe(function(n){n.length&&(t.selectedChest=Object.assign(e,{},{key:n[0].key,boughtItems:e.chestItems}),t.subsectionOpened.emit(!0))})},e.prototype.refreshInventoryEmit=function(){this.refreshInventory.emit()},e.prototype.loadMoreData=function(){this.userChests.length<this.count&&(this.offset=this.offset+this.limit,this.loadMore.emit({limit:this.limit,offset:this.offset}))},e.prototype.goToShop=function(){this.openShop.emit()},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(1),r=(n(5),function(){function e(e){this.gamificationProvider=e,this.buyEnabled=!0,this.subsectionOpened=new i.EventEmitter,this.refreshInventory=new i.EventEmitter,this.loadMore=new i.EventEmitter,this.openShop=new i.EventEmitter,this.limit=6,this.offset=0,this.prevoiusCount=0}return e.prototype.ngOnDestroy=function(){this.selectedKey=null},e.prototype.ngOnInit=function(){},e.prototype.ngOnChanges=function(e){e.closeSection&&e.closeSection.currentValue&&(this.selectedKey=void 0,this.subsectionOpened.emit(!1))},e.prototype.openKey=function(e){this.history||(this.selectedKey=Object.assign({},e,{boughtItems:e.keyItems}),this.subsectionOpened.emit(!0))},e.prototype.refreshInventoryEmit=function(){this.refreshInventory.emit()},e.prototype.loadMoreData=function(){this.userKeys.length<this.count&&(this.offset=this.offset+this.limit,this.loadMore.emit({limit:this.limit,offset:this.offset}))},e.prototype.goToShop=function(){this.openShop.emit()},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(e,t,n){var i=this;this.gamificationProvider=e,this.uiProvider=t,this.configProvider=n,this.collectables=[],this.gamificationConfig=this.configProvider.configTerminal.Gamification,this.gamificationProvider.getCollectables().subscribe(function(e){e.forEach(function(e){null!=e.completedMissions&&(e.progress=e.completedMissions/e.numberOfMissions*100)}),i.collectables=e},function(e){i.uiProvider.onErrorResponse(e)})}return e.prototype.getCollectableitem=function(e){var t=this;this.gamificationProvider.getCollectables(e).subscribe(function(e){t.selectedCollectable=e},function(e){t.uiProvider.onErrorResponse(e)})},e.prototype.onCollected=function(e){var t=this.collectables.findIndex(function(t){return t.id==e});-1!==t&&(this.collectables[t].isCollectable=!1)},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(1),r=function(){function e(e,t){this.gamificationProvider=e,this.uiProvider=t,this.collected=new i.EventEmitter}return e.prototype.collect=function(){var e=this;this.gamificationProvider.collectCollectables(this.item.id).subscribe(function(t){e.item.isCollectable=!1,e.item.collected=!0,e.collected.emit(e.item.id)},function(t){e.uiProvider.onErrorResponse(t)})},e.prototype.onAction=function(){this.item.collected=!1},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0),n(5);var i=n(7),r=function(){function e(e,t,n,i,r){this.viewCtrl=e,this.modalHandler=t,this.envProvider=n,this.navCtrl=i,this.configProvider=r}return e.prototype.dismissModal=function(){this.modalHandler.dismissAll("")},e.prototype.goToHome=function(){this.modalHandler.dismissAll(this.homePage)},Object.defineProperty(e.prototype,"homePage",{get:function(){if("2"==i.a.TerminalType){var e=this.envProvider.environment.HomePage;return this.configProvider.configTerminal.LandingPageDisabled||i.a.Integration?i.a.Integration?"SportBettingPrematchPage":e||"SportsBettingPage":e||"HomePage"}return"AttendantHomePage"},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"terminalType",{get:function(){return i.a.TerminalType},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"config",{get:function(){return this.configProvider.configTerminal},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0),n(5);var i=function(){function e(e,t,n){this.oryxProvider=e,this.navCtrl=t,this.authProvider=n}return e.prototype.ngOnInit=function(){var e=this;setTimeout(function(){e.loaded=!0},150)},e.prototype.navigateToPage=function(e){this.navCtrl.setRoot("CasinoGamesPage",{tagId:e.id,providerId:-1})},e.prototype.navigateToFavorites=function(){this.navCtrl.setRoot("CasinoFavoritesPage")},e.prototype.navigateToSearch=function(){this.navCtrl.push("CasinoAgregatorSearchPage")},Object.defineProperty(e.prototype,"navbarCategories",{get:function(){return this.oryxProvider.navbarCategories},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"isLoggedIn",{get:function(){return this.authProvider.isLoggedIn()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"favorites",{get:function(){return this.oryxProvider.favorites},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0),n(5);var i=function(){function e(e,t){this.oryxProvider=e,this.navCtrl=t,this.selectedFilterItem=null,this.themeSwiped=null}return e.prototype.ngOnInit=function(){var e=this;setTimeout(function(){e.loaded=!0},100)},e.prototype.filterItemSelected=function(e){var t=this;this.selectedFilterItem=e,setTimeout(function(){t.themeSwiped=null},100)},Object.defineProperty(e.prototype,"lobbyItems",{get:function(){return this.oryxProvider.lobbyItemsWithOrder},enumerable:!0,configurable:!0}),e.prototype.onThemeSwipe=function(e){this.themeSwiped=e},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0),n(5);var i=function(){function e(e,t){this.oryxProvider=e,this.navCtrl=t}return e.prototype.ngOnInit=function(){},e.prototype.ngOnDestroy=function(){this.gameSelected=null},e.prototype.selectedGame=function(e){this.gameSelected=e,this.oryxProvider.sendCasinoSelectedGame(this.gameSelected)},e.prototype.closeGame=function(e){e&&(this.gameSelected=null)},e.prototype.navigateToSection=function(e){this.navCtrl.setRoot("CasinoGamesPage",{tagId:e.id,providerId:-1,name:e.originTitle})},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0),n(5);var i=n(7),r=(n(70),n(13)),o=function(){function e(e,t,n,i,r,o){this.navCtrl=e,this.modalCtrl=t,this.oryxProvider=n,this.authProvider=i,this.inAppBrowser=r,this.envProvider=o,this.promotions=[],this.visiblePromotions=[],this.isReady=!1,this.originalLength=0,this.isResetting=!1,this.lastSlideIndex=-1,this.spaceBetween=15,this.slidesPerView=1.2,this.date=new Date,this.updateSliderSettings(window.innerWidth),this.checkReady()}return e.prototype.onResize=function(e){this.updateSliderSettings(e.target.innerWidth)},e.prototype.ngOnDestroy=function(){},e.prototype.ngOnInit=function(){var e=this;this.oryxProvider.eventPromotionsEndedSubject$.pipe(Object(r.a)(this)).subscribe(function(t){e.visiblePromotions=e.visiblePromotions.filter(function(e){return e.event.id!==t})})},e.prototype.ngOnChanges=function(e){e.promotions&&this.checkReady()},e.prototype.updateSliderSettings=function(e){this.slidesPerView=this.landscape?2.4:1.2},e.prototype.ionViewDidEnter=function(){var e=this;setTimeout(function(){if(e.slides)try{e.slides.update(),e.slides.slideTo(e.middleSlide,0,!1)}catch(e){console.error("Slide init error:",e)}},200)},e.prototype.ionViewDidLeave=function(){this.slides.stopAutoplay()},e.prototype.checkReady=function(){this.promotions&&this.promotions.length>0&&this.createInfiniteSlides()},e.prototype.trackById=function(e,t){return t.event.id},e.prototype.createInfiniteSlides=function(){1==this.visiblePromotions.length&&(this.slidesPerView=1);var e=this.oryxProvider.getInfinitePromotions(this.promotions);this.visiblePromotions=e.visiblePromotions,this.middleSlide=e.middleSlide,this.lastSlideIndex=e.middleSlide,this.originalLength=e.originalLength,this.isReady=!0},e.prototype.onSlideChange=function(){var e=this;if(this.slides&&!this.isResetting){var t=this.slides.getActiveIndex();if(t===this.lastSlideIndex)return;this.slides.stopAutoplay(),this.lastSlideIndex=t,this.checkAndResetPosition(t),setTimeout(function(){e.slides.startAutoplay()},100)}},e.prototype.checkAndResetPosition=function(e){var t=this,n=2*this.originalLength;if(e<n||e>this.visiblePromotions.length-n){this.isResetting=!0;var i=this.middleSlide+e%this.originalLength;setTimeout(function(){t.slides.slideTo(i,0,!1),t.lastSlideIndex=i,t.isResetting=!1},100)}},e.prototype.navigateToLink=function(e){var t=e.event.mobileLinkUrl;if(t&&t.length){if(-1!==t.indexOf("CasinoAgregatorGameLaunchPage")&&(this.authProvider.isLoggedIn()||(t+="&useDemo=true")),i.a.MobileWeb){if(t&&""!=t.trim())if(t.startsWith("http://")||t.startsWith("https://"))window.open(t,"_system");else{var n={};if((a=t.split("?")).length>1)for(var r=a[1].split("&"),o=0;o<r.length;o++){n[(s=r[o].split("="))[0]]=s[1]}1==a.length&&"EmbeddedBonusesPage"==t?n.type=0:1==a.length&&"EmbeddedNewsPage"==t?n.type=0:1==a.length&&"EmbeddedHowToPlayPage"==t&&(n.type=0),1==a.length&&"EmbeddedInfoPage"==t&&(n.type=0),1==a.length&&"VipMembershipPage"==t&&(n.segment=0),this.navCtrl.setRoot(a[0],n)}}else if(t&&""!=t.trim())if(t.startsWith("http://")||t.startsWith("https://"))this.inAppBrowser.create(t,"_system");else{var a;n={};if((a=t.split("?")).length>1)for(r=a[1].split("&"),o=0;o<r.length;o++){var s;n[(s=r[o].split("="))[0]]=s[1]}1==a.length&&"EmbeddedBonusesPage"==t?n.type=0:1==a.length&&"EmbeddedNewsPage"==t?n.type=0:1==a.length&&"EmbeddedHowToPlayPage"==t&&(n.type=0),1==a.length&&"EmbeddedInfoPage"==t&&(n.type=0),1==a.length&&"VipMembershipPage"==t&&(n.segment=0),this.navCtrl.setRoot(a[0],n)}}else this.openGame(e)},e.prototype.openModal=function(e){this.modalCtrl.create("CasinoPromotionsModalPage",{description:e.event.description||""}).present()},e.prototype.openGame=function(e){e&&e.games&&1==e.games.length&&(this.oryxProvider.gameSelected&&this.oryxProvider.gameSelected.id===e.games[0].id||this.oryxProvider.sendCasinoSelectedGame(e.games[0])),e&&e.event&&e.event.games&&e.event.games.length>1&&this.navCtrl.push("CasinoPromotionsGamesPage",{promotionid:e.event.id})},Object.defineProperty(e.prototype,"landscape",{get:function(){return window.innerWidth>window.innerHeight},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"firstLoadLobby",{get:function(){return this.oryxProvider.firstLoadLobby},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"version",{get:function(){return this.envProvider.environment.Version},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"slideInterval",{get:function(){return+(this.envProvider.environment.Banners.CasinoInterval?this.envProvider.environment.Banners.CasinoInterval:5e3)},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0),n(5);var i=function(){function e(e){this.nav=e}return e.prototype.navigate=function(e,t){void 0===t&&(t=!1),this.nav.setRoot("CasinoGamesPage",t?{tagId:this.categories[0].id,providerId:-1}:{tagId:e.id,providerId:-1})},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0),n(5);var i=function(){function e(e,t){this.nav=e,this.oryxService=t,this.columns=[]}return e.prototype.ngOnInit=function(){},e.prototype.ngOnChanges=function(){},e.prototype.navigate=function(e){this.nav.setRoot("CasinoProviderGamesListPage",{providerId:e.id,provider:e.name})},e.prototype.openProvidersListPage=function(){localStorage.removeItem("CasinoPageItems"),localStorage.setItem("CasinoPageItems",JSON.stringify(this.providers)),localStorage.setItem("parent","CasinoPage"),this.nav.setRoot("CasinoProvidersListPage",{items:this.providers,parent:"CasinoPage"})},Object.defineProperty(e.prototype,"providersMedian",{get:function(){return this.providers.length>4?Math.round(this.providers.length/2):this.providers.length},enumerable:!0,configurable:!0}),e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){return function(){}}()},function(e,t,n){"use strict";n.d(t,"a",function(){return o});n(0);var i=n(1),r=(n(5),this&&this.__assign||Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++){t=arguments[n];for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])}return e}),o=function(){function e(e){this.navCtrl=e,this.items=[],this.themeSwiped=null,this.itemSelected=new i.EventEmitter}return e.prototype.ngOnInit=function(){"themes"===this.type&&(this.items=this.items.map(function(e){return r({},e,{id:e.tagId})})),this.selectedItem=this.items&&this.items[0]||null,this.selectedItem&&this.itemSelected.emit(this.selectedItem)},e.prototype.ngOnChanges=function(e){e&&e.filterItems&&e.filterItems.currentValue&&("themes"===this.type&&(this.items=this.items.map(function(e){return r({},e,{id:e.tagId})})),this.selectedItem=this.items&&this.items[0]||null,this.selectedItem&&this.itemSelected.emit(this.selectedItem)),e.themeSwiped.currentValue&&this.handleThemeSwipe()},e.prototype.handleThemeSwipe=function(){var e=this,t=this.items.findIndex(function(t){return t.id==e.themeSwiped.lastItem.id});if(-1!==t){var n=void 0,i=void 0;if(n="right"==this.themeSwiped.direction?this.items[i=0==t?this.items.length-1:t-1]:this.items[i=t==this.items.length-1?0:t+1],this.onItemClicked(n,null),this.themeSwiped.slide){var r=document.getElementById("filter-item-"+i);r&&r.scrollIntoView({behavior:"smooth",block:"nearest",inline:"start"})}}},e.prototype.onScroll=function(e){var t=this;this.scrolling=!0,this.updateScrollers(e.srcElement),this.timeoutHndl&&(clearTimeout(this.timeoutHndl),this.timeoutHndl=void 0),this.timeoutHndl=setTimeout(function(){t.scrolling=!1},300)},e.prototype.updateScrollers=function(e){e&&(this.scrollLeft=e.scrollLeft>0,this.scrollRight=e.scrollLeft+e.clientWidth<e.scrollWidth)},e.prototype.onItemClicked=function(e,t){e!=this.selectedItem&&(this.selectedItem=e,this.itemSelected.emit(this.selectedItem))},e.prototype.navigateToPage=function(){this.navCtrl.setRoot(this.navPage,{title:this.title,items:this.items}),localStorage.setItem("CasinoPageName",this.title),localStorage.setItem("CasinoPageItems",JSON.stringify(this.items))},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(1),r=(n(5),function(){function e(e,t,n){this.navCtrl=e,this.casinoProvider=t,this.envProvider=n,this.swipeTheme=new i.EventEmitter}return e.prototype.ngOnInit=function(){},e.prototype.ngOnChanges=function(e){var t=this;e.selectedItem.currentValue&&(this.destroyIntervals(),setTimeout(function(){t.startIntervals()},100))},e.prototype.ngOnDestroy=function(){this.destroyIntervals()},e.prototype.openThemeGamesList=function(e){this.casinoProvider.selectedItemNewCasino=e,localStorage.setItem("selectedItemNewCasino",JSON.stringify(e)),localStorage.setItem("parent","CasinoPage"),this.navCtrl.setRoot("CasinoGamesListPage",{selectedItem:e,parent:"CasinoPage"})},e.prototype.onSwipe=function(e){var t=2==e.direction?"left":4==e.direction?"right":null;t&&this.swipeTheme.emit({lastItem:this.selectedItem,slide:!e.slide,direction:t})},e.prototype.startIntervals=function(){var e=this;this.themeInterval=setInterval(function(){e.onSwipe({direction:2,slide:!0})},+this.envProvider.environment.Banners.CasinoInterval)},e.prototype.destroyIntervals=function(){clearInterval(this.themeInterval),this.themeInterval=null},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0),n(5);var i=n(13),r=function(){function e(e,t,n,i,r,o,a){this.modalCtrl=e,this.authProvider=t,this.oryxCasinoProvider=n,this.uiProvider=i,this.navCtrl=r,this.casinoProvider=o,this.envProvider=a,this.slideIndex=0}return e.prototype.ngOnDestroy=function(){this.destroyIntervals()},e.prototype.ngOnInit=function(){var e=this;this.selectedJackpot=this.items[this.slideIndex],this.processSelectedJackpotJackpots(),this.casinoProvider.allCasinoJackpots$.pipe(Object(i.a)(this)).subscribe(function(t){var n=t.filter(function(t){return t.providerId==e.selectedJackpot.id});n.length&&e.selectedJackpot.jackpots.forEach(function(t){var i=n.findIndex(function(e){return t&&e&&e.id===t.id});-1!==i?(t.changed=n[i].amount!=t.amount,t.amount=n[i].amount,setTimeout(function(){t.changed=!1},1e3)):n.forEach(function(t){-1==e.selectedJackpot.jackpots.findIndex(function(e){return e&&e.id===t.id})&&e.selectedJackpot.jackpots.push(t)}),e.processSelectedJackpotJackpots()})}),this.items.length>1&&this.startIntervals()},e.prototype.slideJackpot=function(e){var t=this;this.selectedJackpot=null,e?(this.slideIndex++,this.slideIndex==this.items.length&&(this.slideIndex=0)):(this.slideIndex--,this.slideIndex<0&&(this.slideIndex=this.items.length-1)),this.selectedJackpot=this.items[this.slideIndex],this.processSelectedJackpotJackpots(),this.setHorizontallScroll(),this.destroyIntervals(),setTimeout(function(){t.startIntervals()},100)},e.prototype.setHorizontallScroll=function(){this.scrollSegment&&this.scrollSegment.nativeElement&&this.scrollSegment.nativeElement.scrollTo({top:0,left:0,behavior:"smooth"})},e.prototype.openJackpotGamesList=function(e){this.casinoProvider.selectedItemNewCasino=e,localStorage.setItem("selectedItemNewCasino",JSON.stringify(e)),localStorage.setItem("parent","CasinoPage"),this.navCtrl.setRoot("CasinoGamesListPage",{selectedItem:e,parent:"CasinoPage"})},e.prototype.openJackpotsPage=function(){this.navCtrl.setRoot("CasinoJackpotsListPage",{title:"JACKPOTS",items:this.items}),localStorage.setItem("CasinoPageName","Jackpots"),localStorage.setItem("CasinoPageItems",JSON.stringify(this.items))},e.prototype.processSelectedJackpotJackpots=function(){Array.isArray(this.selectedJackpot.jackpots)&&(this.selectedJackpot.jackpots.sort(function(e,t){return t.amount-e.amount}),3===this.selectedJackpot.jackpots.length&&(this.selectedJackpot.jackpots[0]=(e=[this.selectedJackpot.jackpots[1],this.selectedJackpot.jackpots[0]])[0],this.selectedJackpot.jackpots[1]=e[1]));var e},e.prototype.startIntervals=function(){var e=this;this.jpInterval=setInterval(function(){e.slideJackpot("next")},+this.envProvider.environment.Banners.CasinoInterval)},e.prototype.destroyIntervals=function(){clearInterval(this.jpInterval),this.jpInterval=null},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(){}return e.prototype.ngOnInit=function(){},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return r});n(0);var i=n(1),r=function(){function e(e){this.configProvider=e,this.panicModal=new i.EventEmitter,this.depositPage=new i.EventEmitter,this.torunamentInfo=new i.EventEmitter,this.closeGame=new i.EventEmitter}return Object.defineProperty(e.prototype,"cfg",{get:function(){return this.configProvider&&this.configProvider.configTerminal?this.configProvider.configTerminal:null},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"showResponisbleGaming",{get:function(){return this.configProvider.configTerminal&&7==this.configProvider.configTerminal.RegistrationType},enumerable:!0,configurable:!0}),e.prototype.onCloseClicked=function(){this.closeGame.emit()},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0),n(5);var i=function(){function e(e,t,n,i){this.envProvider=e,this.configProvider=t,this.modalCtrl=n,this.ngZone=i,this.isShrinking=!1,this.isReset=!1,this.panicModal=null,this.showLine=!1}return e.prototype.ngOnInit=function(){console.log("loggedIn",this.loggedIn),console.log("demo",this.demo)},Object.defineProperty(e.prototype,"monthlyBalanceEnabled",{get:function(){return this.envProvider&&this.envProvider.environment&&this.envProvider.environment.ShowMonthlyBalance},enumerable:!0,configurable:!0}),e.prototype.onPressStart=function(){this.isReset=!1,this.isShrinking=!1,this.showLine=!1;document.querySelector(".line");this.isShrinking=!0,this.showLine=!0},e.prototype.onPressCancel=function(){var e=this;this.isShrinking=!1,this.isReset=!0,this.showLine=!1,setTimeout(function(){e.isReset=!1,e.showLine=!1},150)},e.prototype.onLongPress=function(){console.log("event longpress fired"),this.showPanicModal()},e.prototype.showPanicModal=function(){var e=this;this.ngZone.run(function(){e.isShrinking=!1,e.isReset=!0,e.showLine=!1,setTimeout(function(){e.panicModal=e.modalCtrl.create("PanicButtonModalPage",{},{showBackdrop:!0,enableBackdropDismiss:!1}),e.panicModal.onDidDismiss(function(){e.isShrinking=!1,e.isReset=!0,e.showLine=!1}),e.panicModal.present()},0)})},Object.defineProperty(e.prototype,"cfg",{get:function(){return this.configProvider.configTerminal},enumerable:!0,configurable:!0}),e}()},,function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(){}return e.prototype.transform=function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];return e?e.replace(/ /g,"-").replace(".","").replace("/","-").replace("&",""):""},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return i});n(0);var i=function(){function e(){}return e.prototype.transform=function(e){return e.filter(function(e,t,n){return t===n.findIndex(function(t){return t.id===e.id})})},e}()},function(e,t,n){"use strict";n.d(t,"a",function(){return a});n(0);var i=n(1),r=n(656),o=n(1214),a=(n.n(o),function(){function e(e){var t=this;this.isPressSuccessful=!1,this.longPress=new i.EventEmitter,this.pressStart=new i.EventEmitter,this.pressCancel=new i.EventEmitter,this.onPressStart=function(){t.isPressSuccessful=!1,t.pressStart.emit(),clearTimeout(t.pressFallbackTimer),t.pressFallbackTimer=setTimeout(function(){t.isPressSuccessful||(console.warn("Fallback triggered: Hammer press missed"),t.longPress.emit(!0))},3e3)},this.onPressInterrupted=function(){clearTimeout(t.pressFallbackTimer),t.pressCancel.emit()},this.el=e.nativeElement}return e.prototype.ngOnInit=function(){var e=this;["contextmenu","click"].forEach(function(t){return e.el.addEventListener(t,function(e){e.preventDefault()})}),this.pressGesture=new r.a(this.el,{recognizers:[[o.Press,{time:2800}]],touchAction:"none"}),this.pressGesture.listen(),this.el.addEventListener("touchstart",function(t){t.preventDefault(),e.onPressStart()},{passive:!1}),this.el.addEventListener("mousedown",this.onPressStart),this.pressGesture.on("press",function(t){clearTimeout(e.pressFallbackTimer),e.isPressSuccessful=!0,e.longPress.emit(!0)});var t=function(){e.isPressSuccessful||e.onPressInterrupted(),e.isPressSuccessful=!1};this.el.addEventListener("touchend",t),this.el.addEventListener("mouseup",t),this.el.addEventListener("mouseleave",t)},e.prototype.ngOnDestroy=function(){var e=this;this.pressGesture.destroy(),this.el.removeEventListener("touchstart",this.onPressStart),this.el.removeEventListener("mousedown",this.onPressStart);var t=function(t){e.isPressSuccessful||e.onPressInterrupted(),e.isPressSuccessful=!1};this.el.removeEventListener("touchend",t),this.el.removeEventListener("mouseup",t),this.el.removeEventListener("mouseleave",t)},e}())},function(e,t,n){"use strict";n.d(t,"a",function(){return o});var i=n(0),r=n(1),o=(n(5),function(){function e(e,t,n){this.hostInput=n,this.reg=new RegExp(t),this.pattern=e}return e.prototype.ngAfterViewInit=function(){this.nativeElement=this.hostInput._native.nativeElement,this.updateMask({target:this.nativeElement})},e.prototype.onInputChange=function(e){this.updateMask(e)},e.prototype.updateMask=function(e){try{var t=e.target.value,n=e.target.selectionStart,i=this.pattern,r=i.replace(/\*/,"g"),o="",a=0;if((8===e.keyCode||"Backspace"===e.key||46===e.keyCode||"Delete"===e.key)&&t.length){for(;t.length&&i[t.length]&&"*"!==i[t.length];)t=t.substring(0,t.length-1);i.substring(0,t.length).indexOf("*")<0&&(t=t.substring(0,t.length-1))}for(var s=0;s<t.length;s++)if(s<i.length)if(t[s]===i[a])o+=t[s],a++;else if(r.indexOf(t[s])>-1);else{for(;a<i.length&&"*"!==i[a];)o+=i[a],a++;for(this.reg.test(t[s])&&(o+=t[s],a++);a<i.length&&"*"!==i[a];)o+=i[a],a++}this.hostInput.setValue(o),n<t.length&&e.target.setSelectionRange(n,n)}catch(e){console.error(e.message)}},e=Object(i.__decorate)([Object(i.__param)(0,Object(r.Attribute)("mask")),Object(i.__param)(1,Object(r.Attribute)("reg")),Object(i.__param)(2,Object(r.Host)()),Object(i.__param)(2,Object(r.Self)()),Object(i.__param)(2,Object(r.Optional)())],e)}())},function(e,t,n){"use strict";function i(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,4,"div",[["class","my-limits-info-icon"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵeld"](2,0,null,null,1,"icon",[],null,null,null,vr.b,vr.a)),Bt["ɵdid"](3,573440,null,0,br.a,[],{name:[0,"name"]},null),(e()(),Bt["ɵted"](-1,null,["\n  "]))],function(e,t){e(t,3,0,Bt["ɵinlineInterpolate"](1,"",t.component.ageRestriction.icon,""))},null)}function r(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,4,"div",[["class","my-limits-info-icon"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵeld"](2,0,null,null,1,"icon",[["name","age18"]],null,null,null,vr.b,vr.a)),Bt["ɵdid"](3,573440,null,0,br.a,[],{name:[0,"name"]},null),(e()(),Bt["ɵted"](-1,null,["\n  "]))],function(e,t){e(t,3,0,"age18")},null)}function o(e){return Bt["ɵvid"](0,[Bt["ɵpid"](0,Nr.a,[un.a]),(e()(),Bt["ɵeld"](1,0,null,null,14,"div",[["class","my-limits-info-modal"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,i)),Bt["ɵdid"](4,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,r)),Bt["ɵdid"](7,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n\n  "])),(e()(),Bt["ɵeld"](9,0,null,null,5,"div",[["class","my-limits-info-text"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵeld"](11,0,null,null,2,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](12,null,["",""])),Bt["ɵppd"](13,1),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵted"](-1,null,["\n "]))],function(e,t){var n=t.component;e(t,4,0,n.ageRestriction&&n.ageRestriction.icon);e(t,7,0,!n.ageRestriction||!n.ageRestriction.icon)},function(e,t){e(t,12,0,Bt["ɵunv"](t,12,0,e(t,13,0,Bt["ɵnov"](t,0),"MY-LIMITS-INFO")))})}function a(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,0,"img",[],[[8,"src",4]],[[null,"error"]],function(e,t,n){var i=!0,r=e.component;if("error"===t){i=!1!==(r.gamePath=r.defaultPath)&&i}return i},null,null))],null,function(e,t){e(t,0,0,t.component.gamePath)})}function s(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,17,"div",[["class","menu-item"]],[[4,"width",null],[2,"active",null]],[[null,"click"]],function(e,t,n){var i=!0;if("click"===t){e.component.onMenuItemClicked(e.parent.context.$implicit);i=!1!==e.parent.context.$implicit.onClick()&&i}return i},null,null)),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵeld"](2,0,null,null,0,"div",[["class","active-indicator"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵeld"](4,0,null,null,8,null,null,null,null,null,null,null)),Bt["ɵdid"](5,16384,null,0,sn.NgSwitch,[],{ngSwitch:[0,"ngSwitch"]},null),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵeld"](7,0,null,null,4,"div",[["class","icon-wrapper"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n        "])),(e()(),Bt["ɵeld"](9,0,null,null,1,"bottom-menu-icon",[],null,null,null,a,zr)),Bt["ɵdid"](10,573440,null,0,Dr.a,[fn.a],{name:[0,"name"]},null),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵted"](-1,null,["\n\n    "])),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵeld"](14,0,null,null,2,"h1",[["class","title"]],null,null,null,null,null)),(e()(),Bt["ɵted"](15,null,["",""])),Bt["ɵppd"](16,1),(e()(),Bt["ɵted"](-1,null,["\n  "]))],function(e,t){e(t,5,0,t.parent.context.$implicit.iconType);e(t,10,0,t.parent.context.$implicit.iconName)},function(e,t){var n=t.component;e(t,0,0,n.menuItemWidth,n.selectedMenuItem&&n.selectedMenuItem.pageName==t.parent.context.$implicit.pageName);e(t,15,0,Bt["ɵunv"](t,15,0,e(t,16,0,Bt["ɵnov"](t.parent.parent.parent,0),t.parent.context.$implicit.titleKey)))})}function u(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,4,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,s)),Bt["ɵdid"](3,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n"]))],function(e,t){e(t,3,0,t.context.$implicit.active)},null)}function l(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,4,"div",[["class","bottom-menu-container"]],[[2,"opacity-75",null]],null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n"])),(e()(),Bt["ɵand"](16777216,null,null,1,null,u)),Bt["ɵdid"](3,802816,null,0,sn.NgForOf,[Bt.ViewContainerRef,Bt.TemplateRef,Bt.IterableDiffers],{ngForOf:[0,"ngForOf"]},null),(e()(),Bt["ɵted"](-1,null,["\n\n"]))],function(e,t){e(t,3,0,t.component.menuItems)},function(e,t){var n=t.component;e(t,0,0,null==n.configProvider?null:null==n.configProvider.configTerminal?null:n.configProvider.configTerminal.FooterOpacityEnabled)})}function c(e){return Bt["ɵvid"](0,[Bt["ɵpid"](0,Nr.a,[un.a]),(e()(),Bt["ɵand"](16777216,null,null,1,null,l)),Bt["ɵdid"](2,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n"]))],function(e,t){e(t,2,0,1==t.component.isBottomMenuEnabledPerPage)},null)}function d(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,1,"ion-icon",[["role","img"]],[[2,"hide",null]],[[null,"click"]],function(e,t,n){var i=!0;if("click"===t){i=!1!==e.component.toggleFavorite()&&i}return i},null,null)),Bt["ɵdid"](1,147456,null,0,ur.a,[sr.a,Bt.ElementRef,Bt.Renderer],{name:[0,"name"]},null)],function(e,t){e(t,1,0,t.component.isFavorite?"star":"star-outline")},function(e,t){e(t,0,0,Bt["ɵnov"](t,1)._hidden)})}function m(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,9,"div",[["class","jackpot-box"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n          "])),(e()(),Bt["ɵeld"](2,0,null,null,2,"span",[["class","jackpot-label"]],null,null,null,null,null)),(e()(),Bt["ɵted"](3,null,["",""])),Bt["ɵppd"](4,1),(e()(),Bt["ɵted"](-1,null,["\n          "])),(e()(),Bt["ɵeld"](6,0,null,null,2,"span",[["class","jackpot-amount"]],null,null,null,null,null)),(e()(),Bt["ɵted"](7,null,["",""])),Bt["ɵpid"](0,Fr.a,[Bt.LOCALE_ID,Kt.a,un.a,sn.DecimalPipe]),(e()(),Bt["ɵted"](-1,null,["\n        "]))],null,function(e,t){var n=t.component;e(t,3,0,Bt["ɵunv"](t,3,0,e(t,4,0,Bt["ɵnov"](t.parent,0),"JACKPOT")));e(t,7,0,Bt["ɵunv"](t,7,0,Bt["ɵnov"](t,8).transform(null==n.gameSelected?null:n.gameSelected.jackpotAmount)))})}function p(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,2,"button",[["class","btn-secondary"]],null,[[null,"click"]],function(e,t,n){var i=!0;if("click"===t){i=!1!==e.component.playGameDemo()&&i}return i},null,null)),(e()(),Bt["ɵted"](1,null,["",""])),Bt["ɵppd"](2,1)],null,function(e,t){e(t,1,0,Bt["ɵunv"](t,1,0,e(t,2,0,Bt["ɵnov"](t.parent,0),"DEMO")))})}function h(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,2,"button",[["class","btn-secondary"]],null,[[null,"click"]],function(e,t,n){var i=!0;if("click"===t){i=!1!==e.component.playGame(!0)&&i}return i},null,null)),(e()(),Bt["ɵted"](1,null,["",""])),Bt["ɵppd"](2,1)],null,function(e,t){e(t,1,0,Bt["ɵunv"](t,1,0,e(t,2,0,Bt["ɵnov"](t.parent,0),"BONUS")))})}function f(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,9,"div",[["class","cooldown"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n          "])),(e()(),Bt["ɵeld"](2,0,null,null,2,"span",[],null,null,null,null,null)),(e()(),Bt["ɵted"](3,null,["",": "])),Bt["ɵppd"](4,1),(e()(),Bt["ɵted"](-1,null,["\n          "])),(e()(),Bt["ɵeld"](6,0,null,null,2,"countdown",[["class","head-text pl-2"]],[[2,"count-down",null]],[[null,"event"]],function(e,t,n){var i=!0;if("event"===t){i=!1!==e.component.handleEvent(n)&&i}return i},xr.b,xr.a)),Bt["ɵdid"](7,770048,null,0,Ur.a,[Bt.ElementRef,Ur.c],{config:[0,"config"]},{event:"event"}),Bt["ɵpod"](8,{leftTime:0,template:1}),(e()(),Bt["ɵted"](-1,null,["\n        "]))],function(e,t){e(t,7,0,e(t,8,0,t.component.remainingCoolDowntime,"$!m!:$!s!"))},function(e,t){e(t,3,0,Bt["ɵunv"](t,3,0,e(t,4,0,Bt["ɵnov"](t.parent,0),"COOLDOWN_TIME")));e(t,6,0,!0)})}function g(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,4,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n          "])),(e()(),Bt["ɵeld"](2,0,null,null,1,"ion-spinner",[["class","loader"]],[[2,"spinner-paused",null]],null,null,Mr.b,Mr.a)),Bt["ɵdid"](3,114688,null,0,Sr.a,[sr.a,Bt.ElementRef,Bt.Renderer],null,null),(e()(),Bt["ɵted"](-1,null,["\n        "]))],function(e,t){e(t,3,0)},function(e,t){e(t,2,0,Bt["ɵnov"](t,3)._paused)})}function y(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,5,"div",[["class","game"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                "])),(e()(),Bt["ɵeld"](2,0,null,null,2,"casino-agregator-game",[],null,[[null,"gameSelected"]],function(e,t,n){var i=!0;if("gameSelected"===t){i=!1!==e.component.gameChanged(n)&&i}return i},kr.b,kr.a)),Bt["ɵdid"](3,638976,null,0,Er.a,[Gt.a,Wt.a],{game:[0,"game"]},{gameSelected:"gameSelected"}),(e()(),Bt["ɵted"](-1,null,["\n                "])),(e()(),Bt["ɵted"](-1,null,["\n            "]))],function(e,t){e(t,3,0,t.context.$implicit)},null)}function v(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,24,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n        "])),(e()(),Bt["ɵeld"](2,0,null,null,15,"div",[["class","section"]],null,[[null,"click"]],function(e,t,n){var i=!0;if("click"===t){i=!1!==e.component.navigateToGames("provider")&&i}return i},null,null)),(e()(),Bt["ɵted"](-1,null,["\n            "])),(e()(),Bt["ɵeld"](4,0,null,null,12,"div",[["class","section-icon-label"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                "])),(e()(),Bt["ɵeld"](6,0,null,null,3,"div",[["class","section-label"]],null,null,null,null,null)),(e()(),Bt["ɵted"](7,null,[""," ",""])),Bt["ɵppd"](8,1),Bt["ɵppd"](9,1),(e()(),Bt["ɵted"](-1,null,["\n                "])),(e()(),Bt["ɵeld"](11,0,null,null,4,"div",[["class","section-icon"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                  "])),(e()(),Bt["ɵeld"](13,0,null,null,1,"ion-icon",[["name","ios-arrow-forward"],["role","img"]],[[2,"hide",null]],null,null,null,null)),Bt["ɵdid"](14,147456,null,0,ur.a,[sr.a,Bt.ElementRef,Bt.Renderer],{name:[0,"name"]},null),(e()(),Bt["ɵted"](-1,null,["\n                "])),(e()(),Bt["ɵted"](-1,null,["\n            "])),(e()(),Bt["ɵted"](-1,null,["\n        "])),(e()(),Bt["ɵted"](-1,null,["\n        "])),(e()(),Bt["ɵeld"](19,0,null,null,4,"div",[["class","game-container"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n            "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,y)),Bt["ɵdid"](22,802816,null,0,sn.NgForOf,[Bt.ViewContainerRef,Bt.TemplateRef,Bt.IterableDiffers],{ngForOf:[0,"ngForOf"]},null),(e()(),Bt["ɵted"](-1,null,["\n        "])),(e()(),Bt["ɵted"](-1,null,["\n    "]))],function(e,t){var n=t.component;e(t,14,0,"ios-arrow-forward");e(t,22,0,n.gamesInProvider)},function(e,t){var n=t.component;e(t,7,0,Bt["ɵunv"](t,7,0,e(t,8,0,Bt["ɵnov"](t.parent,0),"MORE_GAMES_FROM")),Bt["ɵunv"](t,7,1,e(t,9,0,Bt["ɵnov"](t.parent,0),null==n.gameSelected?null:n.gameSelected.providerName)));e(t,13,0,Bt["ɵnov"](t,14)._hidden)})}function b(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,5,"div",[["class","game"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                "])),(e()(),Bt["ɵeld"](2,0,null,null,2,"casino-agregator-game",[],null,[[null,"gameSelected"]],function(e,t,n){var i=!0;if("gameSelected"===t){i=!1!==e.component.gameChanged(n)&&i}return i},kr.b,kr.a)),Bt["ɵdid"](3,638976,null,0,Er.a,[Gt.a,Wt.a],{game:[0,"game"]},{gameSelected:"gameSelected"}),(e()(),Bt["ɵted"](-1,null,["\n                "])),(e()(),Bt["ɵted"](-1,null,["\n            "]))],function(e,t){e(t,3,0,t.context.$implicit)},null)}function M(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,24,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n        "])),(e()(),Bt["ɵeld"](2,0,null,null,15,"div",[["class","section"]],null,[[null,"click"]],function(e,t,n){var i=!0;if("click"===t){i=!1!==e.component.navigateToGames("tag")&&i}return i},null,null)),(e()(),Bt["ɵted"](-1,null,["\n            "])),(e()(),Bt["ɵeld"](4,0,null,null,12,"div",[["class","section-icon-label"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                "])),(e()(),Bt["ɵeld"](6,0,null,null,3,"div",[["class","section-label"]],null,null,null,null,null)),(e()(),Bt["ɵted"](7,null,[""," \n                  ","\n                "])),Bt["ɵppd"](8,1),Bt["ɵppd"](9,1),(e()(),Bt["ɵted"](-1,null,["\n                "])),(e()(),Bt["ɵeld"](11,0,null,null,4,"div",[["class","section-icon"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                  "])),(e()(),Bt["ɵeld"](13,0,null,null,1,"ion-icon",[["name","ios-arrow-forward"],["role","img"]],[[2,"hide",null]],null,null,null,null)),Bt["ɵdid"](14,147456,null,0,ur.a,[sr.a,Bt.ElementRef,Bt.Renderer],{name:[0,"name"]},null),(e()(),Bt["ɵted"](-1,null,["\n                "])),(e()(),Bt["ɵted"](-1,null,["\n            "])),(e()(),Bt["ɵted"](-1,null,["\n        "])),(e()(),Bt["ɵted"](-1,null,["\n        "])),(e()(),Bt["ɵeld"](19,0,null,null,4,"div",[["class","game-container"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n            "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,b)),Bt["ɵdid"](22,802816,null,0,sn.NgForOf,[Bt.ViewContainerRef,Bt.TemplateRef,Bt.IterableDiffers],{ngForOf:[0,"ngForOf"]},null),(e()(),Bt["ɵted"](-1,null,["\n        "])),(e()(),Bt["ɵted"](-1,null,["\n    "]))],function(e,t){var n=t.component;e(t,14,0,"ios-arrow-forward");e(t,22,0,n.gamesInCategory)},function(e,t){var n=t.component;e(t,7,0,Bt["ɵunv"](t,7,0,e(t,8,0,Bt["ɵnov"](t.parent,0),"MORE_GAMES_FROM")),Bt["ɵunv"](t,7,1,e(t,9,0,Bt["ɵnov"](t.parent,0),(null!=n.gameSelected&&n.gameSelected.tagId?"THEME_":"CATEGORY_")+n.tagName.replace(" ","_"))));e(t,13,0,Bt["ɵnov"](t,14)._hidden)})}function S(e){return Bt["ɵvid"](0,[Bt["ɵpid"](0,Nr.a,[un.a]),(e()(),Bt["ɵeld"](1,0,null,null,72,"div",[["class","launcher-container"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵeld"](3,0,null,null,0,"img",[["class","game-background"]],[[8,"src",4],[8,"alt",0]],null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵeld"](5,0,null,null,67,"div",[["class","launcher-main"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵeld"](7,0,null,null,13,"div",[["class","icons-container"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵeld"](9,0,null,null,4,"div",[["class","close-launcher"]],null,[[null,"click"]],function(e,t,n){var i=!0;if("click"===t){i=!1!==e.component.close()&&i}return i},null,null)),(e()(),Bt["ɵted"](-1,null,["\n        "])),(e()(),Bt["ɵeld"](11,0,null,null,1,"ion-icon",[["name","ios-arrow-back"],["role","img"]],[[2,"hide",null]],null,null,null,null)),Bt["ɵdid"](12,147456,null,0,ur.a,[sr.a,Bt.ElementRef,Bt.Renderer],{name:[0,"name"]},null),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵeld"](15,0,null,null,4,"div",[["class","game-name-favorites"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n        "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,d)),Bt["ɵdid"](18,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵeld"](22,0,null,null,21,"div",[["class","game-header"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵeld"](24,0,null,null,3,"div",[["class","game-image"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n        "])),(e()(),Bt["ɵeld"](26,0,null,null,0,"img",[],[[8,"src",4],[8,"alt",0]],null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵeld"](29,0,null,null,7,"div",[["class","game-info"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n        "])),(e()(),Bt["ɵeld"](31,0,null,null,1,"div",[["class","game-title"]],null,null,null,null,null)),(e()(),Bt["ɵted"](32,null,["",""])),(e()(),Bt["ɵted"](-1,null,["\n        "])),(e()(),Bt["ɵeld"](34,0,null,null,1,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](35,null,["",""])),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵted"](-1,null,["\n        "])),(e()(),Bt["ɵeld"](38,0,null,null,4,"div",[["class","jackpot-box-wrapper"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n        "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,m)),Bt["ɵdid"](41,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵeld"](45,0,null,null,11,"div",[["class","game-buttons"]],[[2,"game-buttons-no-jp",null]],null,null,null,null)),(e()(),Bt["ɵted"](-1,null,[" \n    "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,p)),Bt["ɵdid"](48,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,h)),Bt["ɵdid"](51,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵeld"](53,0,null,null,2,"button",[["class","btn-primary"]],null,[[null,"click"]],function(e,t,n){var i=!0;if("click"===t){i=!1!==e.component.playGame()&&i}return i},null,null)),(e()(),Bt["ɵted"](54,null,["",""])),Bt["ɵppd"](55,1),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵted"](-1,null,["\n\n    "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,f)),Bt["ɵdid"](59,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n\n        "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,g)),Bt["ɵdid"](62,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n       \n  "])),(e()(),Bt["ɵeld"](64,0,null,null,7,"div",[["class","more-games"]],[[2,"hidden",null]],null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n     "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,v)),Bt["ɵdid"](67,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,M)),Bt["ɵdid"](70,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵted"](-1,null,["\n"]))],function(e,t){var n=t.component;e(t,12,0,"ios-arrow-back");e(t,18,0,n.isLoggedIn);e(t,41,0,null==n.gameSelected?null:n.gameSelected.jackpotAmount);e(t,48,0,n.gameSelected.demoEnabled);e(t,51,0,n.bonusPlayEnabled);e(t,59,0,n.remainingCoolDowntime&&n.remainingCoolDowntime>0&&n.userProvider&&n.userProvider.activeCooldown);e(t,62,0,n.loading);e(t,67,0,(null==n.gamesInProvider?null:n.gamesInProvider.length)>0);e(t,70,0,n.gamesInCategory.length>0)},function(e,t){var n=t.component;e(t,3,0,n.gameSelected.imagePath,Bt["ɵinlineInterpolate"](1,"",null==n.game?null:n.game.name,""));e(t,11,0,Bt["ɵnov"](t,12)._hidden);e(t,26,0,n.gameSelected.imagePath,Bt["ɵinlineInterpolate"](1,"",null==n.gameSelected?null:n.gameSelected.name,""));e(t,32,0,null==n.gameSelected?null:n.gameSelected.name);e(t,35,0,null==n.gameSelected?null:n.gameSelected.providerName);e(t,45,0,!(null!=n.gameSelected&&n.gameSelected.jackpotAmount));e(t,54,0,Bt["ɵunv"](t,54,0,e(t,55,0,Bt["ɵnov"](t,0),"PLAY")));e(t,64,0,n.loading)})}function P(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,8,"div",[["class","events"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵeld"](2,0,null,null,2,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](3,null,["",""])),Bt["ɵpid"](0,to.a,[un.a]),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵeld"](6,0,null,null,1,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](7,null,["",""])),(e()(),Bt["ɵted"](-1,null,["\n  "]))],null,function(e,t){var n=t.component;e(t,3,0,Bt["ɵunv"](t,3,0,Bt["ɵnov"](t,4).transform("EVENTS")));e(t,7,0,n.numberOfBets)})}function T(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,16,"div",[["class","quick-bet-active"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵeld"](2,0,null,null,2,"ion-icon",[["class","quick-bet"],["name","quick-bet"],["role","img"]],[[2,"hide",null]],null,null,null,null)),Bt["ɵdid"](3,147456,null,0,ur.a,[sr.a,Bt.ElementRef,Bt.Renderer],{name:[0,"name"]},null),(e()(),Bt["ɵted"](-1,null,[" "])),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵeld"](6,0,null,null,9,"div",[["class","labels"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵeld"](8,0,null,null,2,"span",[],null,null,null,null,null)),(e()(),Bt["ɵted"](9,null,["",""])),Bt["ɵppd"](10,1),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵeld"](12,0,null,null,2,"span",[["class","pop"]],null,null,null,null,null)),(e()(),Bt["ɵted"](13,null,["",""])),Bt["ɵppd"](14,1),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵted"](-1,null,["\n  "]))],function(e,t){e(t,3,0,"quick-bet")},function(e,t){e(t,2,0,Bt["ɵnov"](t,3)._hidden);e(t,9,0,Bt["ɵunv"](t,9,0,e(t,10,0,Bt["ɵnov"](t.parent.parent,0),"QUICK_BET")));e(t,13,0,Bt["ɵunv"](t,13,0,e(t,14,0,Bt["ɵnov"](t.parent.parent,0),"ACTIVE")))})}function k(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,5,"div",[["class","quick-bet-not-active"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n          "])),(e()(),Bt["ɵeld"](2,0,null,null,2,"span",[],null,null,null,null,null)),(e()(),Bt["ɵted"](3,null,["",""])),Bt["ɵppd"](4,1),(e()(),Bt["ɵted"](-1,null,["\n        "]))],null,function(e,t){e(t,3,0,Bt["ɵunv"](t,3,0,e(t,4,0,Bt["ɵnov"](t.parent.parent.parent,0),"OPEN_BETSLIP_DETAILS")))})}function E(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,9,"div",[["class","quick-bet-payin"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n          "])),(e()(),Bt["ɵeld"](2,0,null,null,2,"span",[],null,null,null,null,null)),(e()(),Bt["ɵted"](3,null,["",""])),Bt["ɵppd"](4,1),(e()(),Bt["ɵted"](-1,null,["\n          "])),(e()(),Bt["ɵeld"](6,0,null,null,2,"span",[],null,null,null,null,null)),(e()(),Bt["ɵted"](7,null,["",""])),Bt["ɵpid"](0,Fr.a,[Bt.LOCALE_ID,Kt.a,un.a,sn.DecimalPipe]),(e()(),Bt["ɵted"](-1,null,["\n        "]))],null,function(e,t){var n=t.component;e(t,3,0,Bt["ɵunv"](t,3,0,e(t,4,0,Bt["ɵnov"](t.parent.parent.parent,0),"PAYIN_AMOUNT")));e(t,7,0,Bt["ɵunv"](t,7,0,Bt["ɵnov"](t,8).transform(n.ticket.PayIn)))})}function A(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,10,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵeld"](2,0,null,null,7,"div",[["class","d-flex align-items-center justify-content-center no-totals"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n        "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,k)),Bt["ɵdid"](5,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n        "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,E)),Bt["ɵdid"](8,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵted"](-1,null,["\n    "]))],function(e,t){var n=t.component;e(t,5,0,!n.quickBetActive);e(t,8,0,n.quickBetActive)},null)}function C(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,1,"ion-spinner",[["class","loader"]],[[2,"spinner-paused",null]],null,null,Mr.b,Mr.a)),Bt["ɵdid"](1,114688,null,0,Sr.a,[sr.a,Bt.ElementRef,Bt.Renderer],null,null)],function(e,t){e(t,1,0)},function(e,t){e(t,0,0,Bt["ɵnov"](t,1)._paused)})}function O(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,11,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵeld"](2,0,null,null,8,"div",[["class","d-flex align-items-center justify-content-center no-totals"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n        "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,C)),Bt["ɵdid"](5,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n        "])),(e()(),Bt["ɵeld"](7,0,null,null,2,"span",[],null,null,null,null,null)),(e()(),Bt["ɵted"](8,null,["",""])),Bt["ɵpid"](0,to.a,[un.a]),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵted"](-1,null,["\n    "]))],function(e,t){e(t,5,0,t.component.calculating)},function(e,t){e(t,8,0,Bt["ɵunv"](t,8,0,Bt["ɵnov"](t,9).transform("CHECK_BETSLIP_DETAILS")))})}function I(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,0,"div",[["class","loading-box"]],null,null,null,null,null))],null,null)}function _(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](1,null,["",""])),Bt["ɵppd"](2,1)],null,function(e,t){var n=t.component;e(t,1,0,Bt["ɵunv"](t,1,0,e(t,2,0,Bt["ɵnov"](t.parent.parent.parent,1),n.totalOdds)))})}function j(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,0,"div",[["class","loading-box"]],null,null,null,null,null))],null,null)}function w(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,2,"div",[["class","possible-win"]],[[2,"scale",null]],null,null,null,null)),(e()(),Bt["ɵted"](1,null,["",""])),Bt["ɵpid"](0,Fr.a,[Bt.LOCALE_ID,Kt.a,un.a,sn.DecimalPipe])],null,function(e,t){var n=t.component;e(t,0,0,n.changed);e(t,1,0,Bt["ɵunv"](t,1,0,Bt["ɵnov"](t,2).transform(n.ticket.TotalWin)))})}function B(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,27,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵeld"](2,0,null,null,11,"div",[["class","events-totals"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n            "])),(e()(),Bt["ɵeld"](4,0,null,null,2,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](5,null,["",": "])),Bt["ɵpid"](0,to.a,[un.a]),(e()(),Bt["ɵted"](-1,null,["\n            "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,I)),Bt["ɵdid"](9,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n            "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,_)),Bt["ɵdid"](12,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵeld"](15,0,null,null,11,"div",[["class","events-totals ml-11"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n            "])),(e()(),Bt["ɵeld"](17,0,null,null,2,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](18,null,["",": "])),Bt["ɵpid"](0,to.a,[un.a]),(e()(),Bt["ɵted"](-1,null,["\n            "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,j)),Bt["ɵdid"](22,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n            "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,w)),Bt["ɵdid"](25,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵted"](-1,null,["\n    "]))],function(e,t){var n=t.component;e(t,9,0,n.calculating);e(t,12,0,!n.calculating);e(t,22,0,n.calculating);e(t,25,0,!n.calculating)},function(e,t){e(t,5,0,Bt["ɵunv"](t,5,0,Bt["ɵnov"](t,6).transform("TOTAL_ODDS")));e(t,18,0,Bt["ɵunv"](t,18,0,Bt["ɵnov"](t,19).transform("POSSIBLE_WIN")))})}function N(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,22,"div",[["class","fab-container"],["id","sportFabContainer"]],[[2,"ticket-error",null],[2,"mb-56",null]],[[null,"click"]],function(e,t,n){var i=!0;if("click"===t){i=!1!==e.component.onFabClicked()&&i}return i},null,null)),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,P)),Bt["ɵdid"](3,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,T)),Bt["ɵdid"](6,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵeld"](8,0,null,null,13,"div",[["class","d-flex align-items-center"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,A)),Bt["ɵdid"](11,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,O)),Bt["ɵdid"](14,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,B)),Bt["ɵdid"](17,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵeld"](19,0,null,null,1,"ion-icon",[["name","ios-arrow-up"],["role","img"]],[[2,"hide",null]],null,null,null,null)),Bt["ɵdid"](20,147456,null,0,ur.a,[sr.a,Bt.ElementRef,Bt.Renderer],{name:[0,"name"]},null),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵted"](-1,null,["\n"]))],function(e,t){var n=t.component;e(t,3,0,!n.quickBetActive||!n.isQuickBetEnabled);e(t,6,0,n.quickBetActive&&n.isQuickBetEnabled);e(t,11,0,0==n.numberOfBets&&!n.totalOdds&&n.isQuickBetEnabled);e(t,14,0,!(0==n.numberOfBets||n.totalOdds>0));e(t,17,0,n.numberOfBets>0&&n.totalOdds>0);e(t,20,0,"ios-arrow-up")},function(e,t){var n=t.component;e(t,0,0,n.ticketHasErrors,n.isBottomMenuEnabled&&1==n.isBottomMenuEnabledPerPage&&n.visibleMargin);e(t,19,0,Bt["ɵnov"](t,20)._hidden)})}function H(e){return Bt["ɵvid"](0,[Bt["ɵpid"](0,Nr.a,[un.a]),Bt["ɵpid"](0,no.a,[sn.DecimalPipe,tn.a,un.a]),(e()(),Bt["ɵted"](-1,null,[" "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,N)),Bt["ɵdid"](4,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n"]))],function(e,t){var n=t.component;e(t,4,0,1==n.activeFAB&&!n.betSlipVisible&&(n.numberOfBets>0||n.bettingV6CodesEnabled||n.isQuickBetEnabled)&&!n.hide)},null)}function R(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,12,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵeld"](2,0,null,null,9,"span",[],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n        "])),(e()(),Bt["ɵeld"](4,0,null,null,2,"span",[],null,null,null,null,null)),(e()(),Bt["ɵted"](5,null,["",": "])),Bt["ɵpid"](0,to.a,[un.a]),(e()(),Bt["ɵted"](-1,null,["\n        "])),(e()(),Bt["ɵeld"](8,0,null,null,2,"span",[],null,null,null,null,null)),(e()(),Bt["ɵted"](9,null,["",""])),Bt["ɵppd"](10,2),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵted"](-1,null,["\n    "]))],null,function(e,t){var n=t.component;e(t,5,0,Bt["ɵunv"](t,5,0,Bt["ɵnov"](t,6).transform("TOTAL_ODDS")));e(t,9,0,Bt["ɵunv"](t,9,0,e(t,10,0,Bt["ɵnov"](t.parent.parent,0),n.totalOdds,0)))})}function D(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,5,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵeld"](2,0,null,null,2,"span",[],null,null,null,null,null)),(e()(),Bt["ɵted"](3,null,["",""])),Bt["ɵpid"](0,to.a,[un.a]),(e()(),Bt["ɵted"](-1,null,["\n    "]))],null,function(e,t){e(t,3,0,Bt["ɵunv"](t,3,0,Bt["ɵnov"](t,4).transform("CHECK_BETSLIP_DETAILS")))})}function z(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,17,"div",[["class","fab-container"]],null,[[null,"click"]],function(e,t,n){var i=!0;if("click"===t){i=!1!==e.component.onFabClicked()&&i}return i},null,null)),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵeld"](2,0,null,null,2,"span",[["class","events"]],null,null,null,null,null)),(e()(),Bt["ɵted"](3,null,["\n    "," ","\n  "])),Bt["ɵpid"](0,to.a,[un.a]),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵeld"](6,0,null,null,10,"div",[["class","total-odds"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,R)),Bt["ɵdid"](9,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,D)),Bt["ɵdid"](12,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵeld"](14,0,null,null,1,"ion-icon",[["name","ios-arrow-up"],["role","img"]],[[2,"hide",null]],null,null,null,null)),Bt["ɵdid"](15,147456,null,0,ur.a,[sr.a,Bt.ElementRef,Bt.Renderer],{name:[0,"name"]},null),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵted"](-1,null,["\n"]))],function(e,t){var n=t.component;e(t,9,0,0==n.numberOfBets||n.totalOdds>0);e(t,12,0,!(0==n.numberOfBets||n.totalOdds>0));e(t,15,0,"ios-arrow-up")},function(e,t){e(t,3,0,t.component.numberOfBets,Bt["ɵunv"](t,3,1,Bt["ɵnov"](t,4).transform("EVENTS")));e(t,14,0,Bt["ɵnov"](t,15)._hidden)})}function L(e){return Bt["ɵvid"](0,[Bt["ɵpid"](0,no.a,[sn.DecimalPipe,tn.a,un.a]),(e()(),Bt["ɵand"](16777216,null,null,1,null,z)),Bt["ɵdid"](2,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n"]))],function(e,t){var n=t.component;e(t,2,0,2==n.activeFAB&&!n.betSlipVisible&&n.numberOfBets>0&&!n.hide)},null)}function J(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](1,null,["",""])),Bt["ɵpid"](0,to.a,[un.a])],null,function(e,t){e(t,1,0,Bt["ɵunv"](t,1,0,Bt["ɵnov"](t,2).transform("BETS")))})}function F(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](1,null,["",""])),Bt["ɵpid"](0,to.a,[un.a])],null,function(e,t){e(t,1,0,Bt["ɵunv"](t,1,0,Bt["ɵnov"](t,2).transform("BET")))})}function x(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,10,"div",[["class","events"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,J)),Bt["ɵdid"](3,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,F)),Bt["ɵdid"](6,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵeld"](8,0,null,null,1,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](9,null,["",""])),(e()(),Bt["ɵted"](-1,null,["\n    "]))],function(e,t){var n=t.component;e(t,3,0,n.numberOfBets>1);e(t,6,0,1==n.numberOfBets)},function(e,t){e(t,9,0,t.component.numberOfBets)})}function U(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,5,"div",[["class","set-stake ml-11"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n        "])),(e()(),Bt["ɵeld"](2,0,null,null,2,"span",[],null,null,null,null,null)),(e()(),Bt["ɵted"](3,null,["",""])),Bt["ɵpid"](0,to.a,[un.a]),(e()(),Bt["ɵted"](-1,null,["\n    "]))],null,function(e,t){e(t,3,0,Bt["ɵunv"](t,3,0,Bt["ɵnov"](t,4).transform("SET_STAKE")))})}function V(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,13,"div",[["class","fab-container"],["id","bingoFabContainer"]],[[2,"ticket-error",null],[2,"mb-56",null]],[[null,"click"]],function(e,t,n){var i=!0;if("click"===t){i=!1!==e.component.onFabClicked()&&i}return i},null,null)),(e()(),Bt["ɵted"](-1,null,["\n\n  "])),(e()(),Bt["ɵeld"](2,0,null,null,10,"div",[["class","bet-holder"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,x)),Bt["ɵdid"](5,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,U)),Bt["ɵdid"](8,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵeld"](10,0,null,null,1,"ion-icon",[["name","ios-arrow-up"],["role","img"]],[[2,"hide",null]],null,null,null,null)),Bt["ɵdid"](11,147456,null,0,ur.a,[sr.a,Bt.ElementRef,Bt.Renderer],{name:[0,"name"]},null),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵted"](-1,null,["\n"]))],function(e,t){var n=t.component;e(t,5,0,n.numberOfBets>0);e(t,8,0,n.numberOfBets>0);e(t,11,0,"ios-arrow-up")},function(e,t){var n=t.component;e(t,0,0,n.ticketHasErrors,n.isBottomMenuEnabled&&1==n.isBottomMenuEnabledPerPage&&n.visibleMargin);e(t,10,0,Bt["ɵnov"](t,11)._hidden)})}function W(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵand"](16777216,null,null,1,null,V)),Bt["ɵdid"](1,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null)],function(e,t){var n=t.component;e(t,1,0,3==n.activeFAB&&!n.bingoBetSlipVisible&&n.numberOfBets>0&&!n.hide)},null)}function G(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](1,null,["",""])),Bt["ɵpid"](0,to.a,[un.a])],null,function(e,t){e(t,1,0,Bt["ɵunv"](t,1,0,Bt["ɵnov"](t,2).transform("EVENTS")))})}function K(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](1,null,["",""])),Bt["ɵpid"](0,to.a,[un.a])],null,function(e,t){e(t,1,0,Bt["ɵunv"](t,1,0,Bt["ɵnov"](t,2).transform("EVENT")))})}function $(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,10,"div",[["class","events"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,G)),Bt["ɵdid"](3,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,K)),Bt["ɵdid"](6,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵeld"](8,0,null,null,1,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](9,null,["",""])),(e()(),Bt["ɵted"](-1,null,["\n    "]))],function(e,t){var n=t.component;e(t,3,0,n.numberOfBets>1);e(t,6,0,1==n.numberOfBets)},function(e,t){e(t,9,0,t.component.numberOfBets)})}function q(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,5,"div",[["class","set-stake ml-11"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n        "])),(e()(),Bt["ɵeld"](2,0,null,null,2,"span",[],null,null,null,null,null)),(e()(),Bt["ɵted"](3,null,["",""])),Bt["ɵpid"](0,to.a,[un.a]),(e()(),Bt["ɵted"](-1,null,["\n    "]))],null,function(e,t){e(t,3,0,Bt["ɵunv"](t,3,0,Bt["ɵnov"](t,4).transform("CHECK_BETSLIP_DETAILS")))})}function Y(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,13,"div",[["class","fab-container"],["id","virtualRacesFabContainer"]],[[2,"ticket-error",null],[2,"mb-56",null]],[[null,"click"]],function(e,t,n){var i=!0;if("click"===t){i=!1!==e.component.onFabClicked()&&i}return i},null,null)),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵeld"](2,0,null,null,10,"div",[["class","class bet-holder"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,$)),Bt["ɵdid"](5,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,q)),Bt["ɵdid"](8,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵeld"](10,0,null,null,1,"ion-icon",[["name","ios-arrow-up"],["role","img"]],[[2,"hide",null]],null,null,null,null)),Bt["ɵdid"](11,147456,null,0,ur.a,[sr.a,Bt.ElementRef,Bt.Renderer],{name:[0,"name"]},null),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵted"](-1,null,["\n"]))],function(e,t){var n=t.component;e(t,5,0,n.numberOfBets>0);e(t,8,0,n.numberOfBets>0);e(t,11,0,"ios-arrow-up")},function(e,t){var n=t.component;e(t,0,0,n.ticketHasErrors,n.isBottomMenuEnabled&&1==n.isBottomMenuEnabledPerPage&&n.visibleMargin);e(t,10,0,Bt["ɵnov"](t,11)._hidden)})}function Z(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵand"](16777216,null,null,1,null,Y)),Bt["ɵdid"](1,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n"]))],function(e,t){var n=t.component;e(t,1,0,4==n.activeFAB&&!n.betSlipVisible&&(n.numberOfBets>0||n.bettingV6CodesEnabled)&&!n.hide)},null)}function X(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,8,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵeld"](2,0,null,null,5,"div",[["class","d-flex align-items-center justify-content-center no-totals"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵeld"](4,0,null,null,2,"span",[],null,null,null,null,null)),(e()(),Bt["ɵted"](5,null,["",""])),Bt["ɵpid"](0,to.a,[un.a]),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵted"](-1,null,["\n  "]))],null,function(e,t){e(t,5,0,Bt["ɵunv"](t,5,0,Bt["ɵnov"](t,6).transform("CHECK_BETSLIP_DETAILS")))})}function Q(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,12,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵeld"](2,0,null,null,9,"div",[["class","events-totals"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n          "])),(e()(),Bt["ɵeld"](4,0,null,null,2,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](5,null,["",": "])),Bt["ɵpid"](0,to.a,[un.a]),(e()(),Bt["ɵted"](-1,null,["\n          "])),(e()(),Bt["ɵeld"](8,0,null,null,2,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](9,null,["",""])),Bt["ɵppd"](10,1),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵted"](-1,null,["\n  "]))],null,function(e,t){var n=t.component;e(t,5,0,Bt["ɵunv"](t,5,0,Bt["ɵnov"](t,6).transform("TOTAL_ODDS")));e(t,9,0,Bt["ɵunv"](t,9,0,e(t,10,0,Bt["ɵnov"](t.parent.parent,0),n.totalOdds)))})}function ee(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,23,"div",[["class","fab-container"],["id","kenoFabContainerV2"]],[[2,"ticket-error",null],[2,"mb-56",null]],[[null,"click"]],function(e,t,n){var i=!0;if("click"===t){i=!1!==e.component.onFabClicked()&&i}return i},null,null)),(e()(),Bt["ɵted"](-1,null,["\n"])),(e()(),Bt["ɵeld"](2,0,null,null,8,"div",[["class","events"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵeld"](4,0,null,null,2,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](5,null,["",""])),Bt["ɵpid"](0,to.a,[un.a]),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵeld"](8,0,null,null,1,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](9,null,["",""])),(e()(),Bt["ɵted"](-1,null,["\n"])),(e()(),Bt["ɵted"](-1,null,["\n\n"])),(e()(),Bt["ɵeld"](12,0,null,null,10,"div",[["class","d-flex align-items-center"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,X)),Bt["ɵdid"](15,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,Q)),Bt["ɵdid"](18,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵeld"](20,0,null,null,1,"ion-icon",[["name","ios-arrow-up"],["role","img"]],[[2,"hide",null]],null,null,null,null)),Bt["ɵdid"](21,147456,null,0,ur.a,[sr.a,Bt.ElementRef,Bt.Renderer],{name:[0,"name"]},null),(e()(),Bt["ɵted"](-1,null,["\n"])),(e()(),Bt["ɵted"](-1,null,["\n"]))],function(e,t){var n=t.component;e(t,15,0,!(0==n.numberOfBets||n.totalOdds>0)||n.hasBallsBets);e(t,18,0,n.numberOfBets>0&&n.totalOdds>0&&!n.hasBallsBets);e(t,21,0,"ios-arrow-up")},function(e,t){var n=t.component;e(t,0,0,n.ticketHasErrors,n.isBottomMenuEnabled&&1==n.isBottomMenuEnabledPerPage&&n.visibleMargin);e(t,5,0,Bt["ɵunv"](t,5,0,Bt["ɵnov"](t,6).transform("EVENTS")));e(t,9,0,n.numberOfBets);e(t,20,0,Bt["ɵnov"](t,21)._hidden)})}function te(e){return Bt["ɵvid"](0,[Bt["ɵpid"](0,no.a,[sn.DecimalPipe,tn.a,un.a]),(e()(),Bt["ɵand"](16777216,null,null,1,null,ee)),Bt["ɵdid"](2,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n"]))],function(e,t){var n=t.component;e(t,2,0,5==n.activeFAB&&!n.kenoBetSlipVisible&&n.numberOfBets>0&&!n.hide)},null)}function ne(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,12,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵeld"](2,0,null,null,9,"div",[["class","events-totals"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n          "])),(e()(),Bt["ɵeld"](4,0,null,null,2,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](5,null,["",": "])),Bt["ɵpid"](0,to.a,[un.a]),(e()(),Bt["ɵted"](-1,null,["\n          "])),(e()(),Bt["ɵeld"](8,0,null,null,2,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](9,null,["",""])),Bt["ɵppd"](10,1),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵted"](-1,null,["\n  "]))],null,function(e,t){var n=t.component;e(t,5,0,Bt["ɵunv"](t,5,0,Bt["ɵnov"](t,6).transform("TOTAL_ODDS")));e(t,9,0,Bt["ɵunv"](t,9,0,e(t,10,0,Bt["ɵnov"](t.parent.parent,0),n.totalOdds)))})}function ie(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,20,"div",[["class","fab-container"],["id","lottoFabContainer"]],[[2,"ticket-error",null],[2,"mb-56",null]],[[null,"click"]],function(e,t,n){var i=!0;if("click"===t){i=!1!==e.component.onFabClicked()&&i}return i},null,null)),(e()(),Bt["ɵted"](-1,null,["\n"])),(e()(),Bt["ɵeld"](2,0,null,null,8,"div",[["class","events"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵeld"](4,0,null,null,2,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](5,null,["",""])),Bt["ɵpid"](0,to.a,[un.a]),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵeld"](8,0,null,null,1,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](9,null,["",""])),(e()(),Bt["ɵted"](-1,null,["\n"])),(e()(),Bt["ɵted"](-1,null,["\n\n"])),(e()(),Bt["ɵeld"](12,0,null,null,7,"div",[["class","d-flex align-items-center"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,ne)),Bt["ɵdid"](15,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵeld"](17,0,null,null,1,"ion-icon",[["name","ios-arrow-up"],["role","img"]],[[2,"hide",null]],null,null,null,null)),Bt["ɵdid"](18,147456,null,0,ur.a,[sr.a,Bt.ElementRef,Bt.Renderer],{name:[0,"name"]},null),(e()(),Bt["ɵted"](-1,null,["\n"])),(e()(),Bt["ɵted"](-1,null,["\n"]))],function(e,t){var n=t.component;e(t,15,0,n.numberOfBets>0&&n.totalOdds>0&&!n.hasBallsBets);e(t,18,0,"ios-arrow-up")},function(e,t){var n=t.component;e(t,0,0,n.ticketHasErrors,n.isBottomMenuEnabled&&1==n.isBottomMenuEnabledPerPage&&n.visibleMargin);e(t,5,0,Bt["ɵunv"](t,5,0,Bt["ɵnov"](t,6).transform("EVENTS")));e(t,9,0,n.numberOfBets);e(t,17,0,Bt["ɵnov"](t,18)._hidden)})}function re(e){return Bt["ɵvid"](0,[Bt["ɵpid"](0,no.a,[sn.DecimalPipe,tn.a,un.a]),(e()(),Bt["ɵand"](16777216,null,null,1,null,ie)),Bt["ɵdid"](2,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n"]))],function(e,t){var n=t.component;e(t,2,0,6==n.activeFAB&&!n.lottoBetSlipVisible&&n.numberOfBets>0&&!n.hide)},null)}function oe(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,0,"img",[["src","/assets/imgs/initial.webp"]],null,null,null,null,null))],null,null)}function ae(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,9,"div",[["class","app-init"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,oe)),Bt["ɵdid"](3,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵeld"](5,0,null,null,3,"div",[["class","spinner"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵeld"](7,0,null,null,0,"div",[["class","loading"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵted"](-1,null,["\n"]))],function(e,t){e(t,3,0,!t.component.hideInitImage)},null)}function se(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,5,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵeld"](2,0,null,null,2,"sports-betting-horizontal-menu",[],null,[[null,"itemSelected"]],function(e,t,n){var i=!0;if("itemSelected"===t){i=!1!==e.component.onIntegrationItemSelected(n)&&i}return i},ir.b,ir.a)),Bt["ɵdid"](3,5095424,null,0,rr.a,[],{items:[0,"items"],integration:[1,"integration"],loading:[2,"loading"]},{itemSelected:"itemSelected"}),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵted"](-1,null,["\n"]))],function(e,t){var n=t.component;e(t,3,0,n.integrationNav,!0,n.loadingSelectedOffer)},null)}function ue(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,6,"div",[["class","text-uppercase btn-all-games"],["ion-button",""]],null,[[null,"click"]],function(e,t,n){var i=!0;if("click"===t){i=!1!==e.component.onMenuAllGamesClicked()&&i}return i},or.b,or.a)),Bt["ɵdid"](1,1097728,[[5,4]],0,ar.a,[[8,""],sr.a,Bt.ElementRef,Bt.Renderer],null,null),(e()(),Bt["ɵted"](-1,0,["\n            "])),(e()(),Bt["ɵeld"](3,0,null,0,2,"span",[],null,null,null,null,null)),(e()(),Bt["ɵted"](4,null,["",""])),Bt["ɵppd"](5,1),(e()(),Bt["ɵted"](-1,0,["\n          "]))],null,function(e,t){e(t,4,0,Bt["ɵunv"](t,4,0,e(t,5,0,Bt["ɵnov"](t.parent.parent,0),"MENU")))})}function le(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,1,"ion-icon",[["item-right",""],["name","close"],["role","img"]],[[2,"hide",null]],null,null,null,null)),Bt["ɵdid"](1,147456,null,0,ur.a,[sr.a,Bt.ElementRef,Bt.Renderer],{name:[0,"name"]},null)],function(e,t){e(t,1,0,"close")},function(e,t){e(t,0,0,Bt["ɵnov"](t,1)._hidden)})}function ce(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,1,"ion-icon",[["item-right",""],["name","search"],["role","img"]],[[2,"hide",null]],null,null,null,null)),Bt["ɵdid"](1,147456,null,0,ur.a,[sr.a,Bt.ElementRef,Bt.Renderer],{name:[0,"name"]},null)],function(e,t){e(t,1,0,"search")},function(e,t){e(t,0,0,Bt["ɵnov"](t,1)._hidden)})}function de(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,19,"div",[["class","search-container"]],null,[[null,"click"]],function(e,t,n){var i=!0;if("click"===t){i=!1!==e.component.openPage("SearchCasinoSportPage")&&i}return i},null,null)),(e()(),Bt["ɵted"](-1,null,["\n            "])),(e()(),Bt["ɵeld"](2,0,null,null,6,"input",[["clearOnEdit","false"],["readonly",""],["type","search"]],[[8,"placeholder",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(e,t,n){var i=!0;if("input"===t){i=!1!==Bt["ɵnov"](e,3)._handleInput(n.target.value)&&i}if("blur"===t){i=!1!==Bt["ɵnov"](e,3).onTouched()&&i}if("compositionstart"===t){i=!1!==Bt["ɵnov"](e,3)._compositionStart()&&i}if("compositionend"===t){i=!1!==Bt["ɵnov"](e,3)._compositionEnd(n.target.value)&&i}return i},null,null)),Bt["ɵdid"](3,16384,null,0,ln.c,[Bt.Renderer2,Bt.ElementRef,[2,ln.a]],null,null),Bt["ɵprd"](1024,null,ln.m,function(e){return[e]},[ln.c]),Bt["ɵdid"](5,540672,null,0,ln.f,[[8,null],[8,null],[2,ln.m]],{form:[0,"form"]},null),Bt["ɵprd"](2048,null,ln.n,null,[ln.f]),Bt["ɵdid"](7,16384,null,0,ln.o,[ln.n],null,null),Bt["ɵppd"](8,1),(e()(),Bt["ɵted"](-1,null,["\n            "])),(e()(),Bt["ɵeld"](10,0,null,null,8,"button",[["class","clear-btn"],["clear",""],["ion-button",""],["item-end",""],["tabindex","-1"],["type","button"]],null,[[null,"click"]],function(e,t,n){var i=!0;if("click"===t){i=!1!==e.component.clearQueryField()&&i}return i},or.b,or.a)),Bt["ɵdid"](11,1097728,[[5,4]],0,ar.a,[[8,""],sr.a,Bt.ElementRef,Bt.Renderer],{clear:[0,"clear"]},null),(e()(),Bt["ɵted"](-1,0,["\n              "])),(e()(),Bt["ɵand"](16777216,null,0,1,null,le)),Bt["ɵdid"](14,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,0,["\n              "])),(e()(),Bt["ɵand"](16777216,null,0,1,null,ce)),Bt["ɵdid"](17,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,0,["\n            "])),(e()(),Bt["ɵted"](-1,null,["\n          "]))],function(e,t){var n=t.component;e(t,5,0,n.queryField);e(t,11,0,"");e(t,14,0,null==n.queryField?null:n.queryField.value);e(t,17,0,!(null!=n.queryField&&n.queryField.value))},function(e,t){e(t,2,0,Bt["ɵinlineInterpolate"](1,"",Bt["ɵunv"](t,2,0,e(t,8,0,Bt["ɵnov"](t.parent.parent,0),"SEARCH")),"..."),Bt["ɵnov"](t,7).ngClassUntouched,Bt["ɵnov"](t,7).ngClassTouched,Bt["ɵnov"](t,7).ngClassPristine,Bt["ɵnov"](t,7).ngClassDirty,Bt["ɵnov"](t,7).ngClassValid,Bt["ɵnov"](t,7).ngClassInvalid,Bt["ɵnov"](t,7).ngClassPending)})}function me(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,11,"ion-navbar",[["class","legal-restrictions toolbar"],["id","conditional-navbar"]],[[8,"hidden",0],[2,"statusbar-padding",null]],null,null,lr.b,lr.a)),Bt["ɵdid"](1,49152,null,0,cr.a,[dr.a,[2,mr.a],[2,pr.a],sr.a,Bt.ElementRef,Bt.Renderer],null,null),(e()(),Bt["ɵted"](-1,3,["\n        "])),(e()(),Bt["ɵeld"](3,0,null,3,7,"ion-toolbar",[["class","toolbar"]],[[2,"statusbar-padding",null]],null,null,hr.b,hr.a)),Bt["ɵdid"](4,49152,null,0,fr.a,[sr.a,Bt.ElementRef,Bt.Renderer],null,null),(e()(),Bt["ɵted"](-1,3,["\n          "])),(e()(),Bt["ɵeld"](6,0,null,3,3,"ion-title",[],null,null,null,gr.b,gr.a)),Bt["ɵdid"](7,49152,null,0,yr.a,[sr.a,Bt.ElementRef,Bt.Renderer,[2,fr.a],[2,cr.a]],null,null),(e()(),Bt["ɵted"](8,0,["",""])),Bt["ɵppd"](9,1),(e()(),Bt["ɵted"](-1,3,["\n        "])),(e()(),Bt["ɵted"](-1,3,["\n      "]))],null,function(e,t){e(t,0,0,Bt["ɵnov"](t,1)._hidden,Bt["ɵnov"](t,1)._sbPadding);e(t,3,0,Bt["ɵnov"](t,4)._sbPadding);e(t,8,0,Bt["ɵunv"](t,8,0,e(t,9,0,Bt["ɵnov"](t.parent.parent,0),"AGE_RESTRICTION_HEADER_MESSAGE")))})}function pe(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,11,"ion-navbar",[["class","session-timer toolbar"],["id","conditional-navbar"]],[[8,"hidden",0],[2,"statusbar-padding",null]],null,null,lr.b,lr.a)),Bt["ɵdid"](1,49152,null,0,cr.a,[dr.a,[2,mr.a],[2,pr.a],sr.a,Bt.ElementRef,Bt.Renderer],null,null),(e()(),Bt["ɵted"](-1,3,["\n        "])),(e()(),Bt["ɵeld"](3,0,null,3,7,"ion-toolbar",[["class","toolbar"]],[[2,"statusbar-padding",null]],null,null,hr.b,hr.a)),Bt["ɵdid"](4,49152,null,0,fr.a,[sr.a,Bt.ElementRef,Bt.Renderer],null,null),(e()(),Bt["ɵted"](-1,3,["\n          "])),(e()(),Bt["ɵeld"](6,0,null,3,3,"ion-title",[],null,null,null,gr.b,gr.a)),Bt["ɵdid"](7,49152,null,0,yr.a,[sr.a,Bt.ElementRef,Bt.Renderer,[2,fr.a],[2,cr.a]],null,null),(e()(),Bt["ɵted"](8,0,["","  ",""])),Bt["ɵppd"](9,1),(e()(),Bt["ɵted"](-1,3,["\n        "])),(e()(),Bt["ɵted"](-1,3,["\n      "]))],null,function(e,t){var n=t.component;e(t,0,0,Bt["ɵnov"](t,1)._hidden,Bt["ɵnov"](t,1)._sbPadding);e(t,3,0,Bt["ɵnov"](t,4)._sbPadding);e(t,8,0,Bt["ɵunv"](t,8,0,e(t,9,0,Bt["ɵnov"](t.parent.parent,0),"SESSION_TIME")),n.sessionTimer)})}function he(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,1,"ion-icon",[["role","img"]],[[2,"hide",null]],null,null,null,null)),Bt["ɵdid"](1,147456,null,0,ur.a,[sr.a,Bt.ElementRef,Bt.Renderer],{name:[0,"name"]},null)],function(e,t){e(t,1,0,t.parent.parent.context.$implicit.iconName)},function(e,t){e(t,0,0,Bt["ɵnov"](t,1)._hidden)})}function fe(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,1,"icon",[],null,null,null,vr.b,vr.a)),Bt["ɵdid"](1,573440,null,0,br.a,[],{name:[0,"name"]},null)],function(e,t){e(t,1,0,t.parent.parent.context.$implicit.iconName)},null)}function ge(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,17,"div",[["class","menu-item"]],[[2,"active",null]],[[null,"click"]],function(e,t,n){var i=!0;if("click"===t){i=!1!==e.component.onMenuItemClicked(e.parent.context.$implicit)&&i}return i},null,null)),(e()(),Bt["ɵted"](-1,null,["\n                "])),(e()(),Bt["ɵeld"](2,0,null,null,8,null,null,null,null,null,null,null)),Bt["ɵdid"](3,16384,null,0,sn.NgSwitch,[],{ngSwitch:[0,"ngSwitch"]},null),(e()(),Bt["ɵted"](-1,null,["\n                  "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,he)),Bt["ɵdid"](6,278528,null,0,sn.NgSwitchCase,[Bt.ViewContainerRef,Bt.TemplateRef,sn.NgSwitch],{ngSwitchCase:[0,"ngSwitchCase"]},null),(e()(),Bt["ɵted"](-1,null,["\n                  "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,fe)),Bt["ɵdid"](9,16384,null,0,sn.NgSwitchDefault,[Bt.ViewContainerRef,Bt.TemplateRef,sn.NgSwitch],null,null),(e()(),Bt["ɵted"](-1,null,["\n                "])),(e()(),Bt["ɵted"](-1,null,["\n                "])),(e()(),Bt["ɵeld"](12,0,null,null,2,"span",[],null,null,null,null,null)),(e()(),Bt["ɵted"](13,null,["",""])),Bt["ɵppd"](14,1),(e()(),Bt["ɵted"](-1,null,["\n                "])),(e()(),Bt["ɵeld"](16,0,null,null,0,"div",[["class","border"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n              "]))],function(e,t){e(t,3,0,t.parent.context.$implicit.iconType);e(t,6,0,"ion-icon")},function(e,t){e(t,0,0,t.component.selectedMenuItem==t.parent.context.$implicit);e(t,13,0,Bt["ɵunv"](t,13,0,e(t,14,0,Bt["ɵnov"](t.parent.parent.parent.parent,0),t.parent.context.$implicit.titleKey)))})}function ye(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,4,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n              "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,ge)),Bt["ɵdid"](3,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n            "]))],function(e,t){e(t,3,0,t.context.$implicit.active)},null)}function ve(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,30,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                  "])),(e()(),Bt["ɵeld"](2,0,null,null,27,"div",[["class","about-us"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                    "])),(e()(),Bt["ɵeld"](4,0,null,null,2,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](5,null,[" "," "])),Bt["ɵppd"](6,1),(e()(),Bt["ɵted"](-1,null,["\n                    "])),(e()(),Bt["ɵeld"](8,0,null,null,2,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](9,null,[" "," "])),Bt["ɵppd"](10,1),(e()(),Bt["ɵted"](-1,null,["\n                    "])),(e()(),Bt["ɵeld"](12,0,null,null,2,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](13,null,[" "," "])),Bt["ɵppd"](14,1),(e()(),Bt["ɵted"](-1,null,["\n                    "])),(e()(),Bt["ɵeld"](16,0,null,null,0,"br",[],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                    "])),(e()(),Bt["ɵeld"](18,0,null,null,2,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](19,null,[" "," "])),Bt["ɵppd"](20,1),(e()(),Bt["ɵted"](-1,null,["\n                    "])),(e()(),Bt["ɵeld"](22,0,null,null,2,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](23,null,[" "," "])),Bt["ɵppd"](24,1),(e()(),Bt["ɵted"](-1,null,["\n                    "])),(e()(),Bt["ɵeld"](26,0,null,null,2,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](27,null,[" "," "])),Bt["ɵppd"](28,1),(e()(),Bt["ɵted"](-1,null,["\n                  "])),(e()(),Bt["ɵted"](-1,null,["\n                "]))],null,function(e,t){e(t,5,0,Bt["ɵunv"](t,5,0,e(t,6,0,Bt["ɵnov"](t.parent.parent.parent.parent,0),"ABOUT_US_COMPANY_NAME")));e(t,9,0,Bt["ɵunv"](t,9,0,e(t,10,0,Bt["ɵnov"](t.parent.parent.parent.parent,0),"ABOUT_US_ADDRESS_1")));e(t,13,0,Bt["ɵunv"](t,13,0,e(t,14,0,Bt["ɵnov"](t.parent.parent.parent.parent,0),"ABOUT_US_ADDRESS_2")));e(t,19,0,Bt["ɵunv"](t,19,0,e(t,20,0,Bt["ɵnov"](t.parent.parent.parent.parent,0),"ABOUT_US_CONTACT_PHONE")));e(t,23,0,Bt["ɵunv"](t,23,0,e(t,24,0,Bt["ɵnov"](t.parent.parent.parent.parent,0),"ABOUT_US_EMAIL_URL")));e(t,27,0,Bt["ɵunv"](t,27,0,e(t,28,0,Bt["ɵnov"](t.parent.parent.parent.parent,0),"ABOUT_US_EMAIL_SUPPORT")))})}function be(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,1,"ion-icon",[["role","img"]],[[2,"hide",null]],null,null,null,null)),Bt["ɵdid"](1,147456,null,0,ur.a,[sr.a,Bt.ElementRef,Bt.Renderer],{name:[0,"name"]},null)],function(e,t){e(t,1,0,t.parent.parent.context.$implicit.icon)},function(e,t){e(t,0,0,Bt["ɵnov"](t,1)._hidden)})}function Me(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,1,"icon",[],null,null,null,vr.b,vr.a)),Bt["ɵdid"](1,573440,null,0,br.a,[],{name:[0,"name"]},null)],function(e,t){e(t,1,0,t.parent.parent.context.$implicit.icon)},null)}function Se(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,0,"i",[],[[8,"className",0]],null,null,null,null))],null,function(e,t){e(t,0,0,Bt["ɵinlineInterpolate"](1,"",t.parent.parent.context.$implicit.icon,""))})}function Pe(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,26,"div",[["class","quick-links-holder"]],[[2,"border-top-quick-link",null]],[[null,"click"]],function(e,t,n){var i=!0,r=e.component;if("click"===t){i=!1!==(e.parent.context.$implicit.params?r.openPageWithParams(e.parent.context.$implicit.pageName,e.parent.context.$implicit.params,e.parent.context.$implicit.id):r.openPage(e.parent.context.$implicit.pageName))&&i}return i},null,null)),(e()(),Bt["ɵted"](-1,null,["\n                            "])),(e()(),Bt["ɵeld"](2,0,null,null,14,"div",[["class","quick-links-icon"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                              "])),(e()(),Bt["ɵeld"](4,0,null,null,11,null,null,null,null,null,null,null)),Bt["ɵdid"](5,16384,null,0,sn.NgSwitch,[],{ngSwitch:[0,"ngSwitch"]},null),(e()(),Bt["ɵted"](-1,null,["\n                                "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,be)),Bt["ɵdid"](8,278528,null,0,sn.NgSwitchCase,[Bt.ViewContainerRef,Bt.TemplateRef,sn.NgSwitch],{ngSwitchCase:[0,"ngSwitchCase"]},null),(e()(),Bt["ɵted"](-1,null,["\n                                "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,Me)),Bt["ɵdid"](11,278528,null,0,sn.NgSwitchCase,[Bt.ViewContainerRef,Bt.TemplateRef,sn.NgSwitch],{ngSwitchCase:[0,"ngSwitchCase"]},null),(e()(),Bt["ɵted"](-1,null,["\n                                "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,Se)),Bt["ɵdid"](14,16384,null,0,sn.NgSwitchDefault,[Bt.ViewContainerRef,Bt.TemplateRef,sn.NgSwitch],null,null),(e()(),Bt["ɵted"](-1,null,["\n                              "])),(e()(),Bt["ɵted"](-1,null,["\n                            "])),(e()(),Bt["ɵted"](-1,null,["\n                            "])),(e()(),Bt["ɵeld"](18,0,null,null,7,"div",[["class","link-title-page-holder"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                              "])),(e()(),Bt["ɵeld"](20,0,null,null,1,"div",[["class","link-title"]],null,null,null,null,null)),(e()(),Bt["ɵted"](21,null,["\n                                ","\n                              "])),(e()(),Bt["ɵted"](-1,null,["\n                              "])),(e()(),Bt["ɵeld"](23,0,null,null,1,"div",[["class","link-page"]],null,null,null,null,null)),(e()(),Bt["ɵted"](24,null,["\n                                ","\n                              "])),(e()(),Bt["ɵted"](-1,null,["\n                            "])),(e()(),Bt["ɵted"](-1,null,["\n                          "]))],function(e,t){e(t,5,0,t.parent.context.$implicit.iconType);e(t,8,0,"ion-icon");e(t,11,0,"icon")},function(e,t){e(t,0,0,t.parent.context.first);e(t,21,0,t.parent.context.$implicit.subheader);e(t,24,0,t.parent.context.$implicit.pageTranslatedName)})}function Te(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,4,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                          "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,Pe)),Bt["ɵdid"](3,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n                        "]))],function(e,t){e(t,3,0,t.context.$implicit.enabled)},null)}function ke(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,10,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                      "])),(e()(),Bt["ɵeld"](2,0,null,null,7,"div",[["class","quick-links-section"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                        "])),(e()(),Bt["ɵeld"](4,0,null,null,1,"div",[["class","quick-links-section-title"]],null,null,null,null,null)),(e()(),Bt["ɵted"](5,null,["\n                          ","\n                        "])),(e()(),Bt["ɵted"](-1,null,["\n                        "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,Te)),Bt["ɵdid"](8,802816,null,0,sn.NgForOf,[Bt.ViewContainerRef,Bt.TemplateRef,Bt.IterableDiffers],{ngForOf:[0,"ngForOf"]},null),(e()(),Bt["ɵted"](-1,null,["\n                      "])),(e()(),Bt["ɵted"](-1,null,["\n                    "]))],function(e,t){e(t,8,0,t.context.$implicit.links)},function(e,t){e(t,5,0,t.context.$implicit.section)})}function Ee(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,14,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                  "])),(e()(),Bt["ɵeld"](2,0,null,null,11,"div",[["class","quick-links"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                    "])),(e()(),Bt["ɵeld"](4,0,null,null,5,"h1",[["class","title"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                      "])),(e()(),Bt["ɵeld"](6,0,null,null,2,"span",[],null,null,null,null,null)),(e()(),Bt["ɵted"](7,null,["",""])),Bt["ɵppd"](8,1),(e()(),Bt["ɵted"](-1,null,["\n                    "])),(e()(),Bt["ɵted"](-1,null,["\n\n                    "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,ke)),Bt["ɵdid"](12,802816,null,0,sn.NgForOf,[Bt.ViewContainerRef,Bt.TemplateRef,Bt.IterableDiffers],{ngForOf:[0,"ngForOf"]},null),(e()(),Bt["ɵted"](-1,null,["\n                  "])),(e()(),Bt["ɵted"](-1,null,["\n                "]))],function(e,t){e(t,12,0,t.component.linkSectionArray)},function(e,t){var n=t.component;e(t,7,0,Bt["ɵunv"](t,7,0,e(t,8,0,Bt["ɵnov"](t.parent.parent.parent.parent,0),n.selectedMenuItem.titleKey)))})}function Ae(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,3,"span",[["class","new"]],null,null,null,null,null)),(e()(),Bt["ɵeld"](1,0,null,null,2,"span",[["class","new-badge"]],null,null,null,null,null)),(e()(),Bt["ɵted"](2,null,["",""])),Bt["ɵppd"](3,1)],null,function(e,t){e(t,2,0,Bt["ɵunv"](t,2,0,e(t,3,0,Bt["ɵnov"](t.parent.parent.parent.parent.parent.parent.parent,0),"NEW")))})}function Ce(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,11,"div",[["class","section"]],[[2,"mb-8",null]],[[null,"click"]],function(e,t,n){var i=!0;if("click"===t){i=!1!==e.parent.context.$implicit.onClick()&&i}return i},null,null)),(e()(),Bt["ɵted"](-1,null,["\n                      "])),(e()(),Bt["ɵeld"](2,0,null,null,5,"h1",[["class","title"]],null,null,null,null,null)),(e()(),Bt["ɵted"](3,null,["","\n                        "])),Bt["ɵppd"](4,1),(e()(),Bt["ɵand"](16777216,null,null,1,null,Ae)),Bt["ɵdid"](6,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n                      "])),(e()(),Bt["ɵted"](-1,null,["\n                      "])),(e()(),Bt["ɵeld"](9,0,null,null,1,"ion-icon",[["role","img"]],[[2,"hide",null]],null,null,null,null)),Bt["ɵdid"](10,147456,null,0,ur.a,[sr.a,Bt.ElementRef,Bt.Renderer],{name:[0,"name"]},null),(e()(),Bt["ɵted"](-1,null,["\n                    "]))],function(e,t){e(t,6,0,t.parent.context.$implicit.isNew);e(t,10,0,(null==t.parent.context.$implicit.subPages?null:t.parent.context.$implicit.subPages.length)>0?"ios-arrow-down-outline":"ios-arrow-forward-outline")},function(e,t){e(t,0,0,0==t.parent.context.$implicit.subPages.length);e(t,3,0,Bt["ɵunv"](t,3,0,e(t,4,0,Bt["ɵnov"](t.parent.parent.parent.parent.parent.parent,0),t.parent.context.$implicit.titleKey)));e(t,9,0,Bt["ɵnov"](t,10)._hidden)})}function Oe(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,3,"span",[["class","new"]],null,null,null,null,null)),(e()(),Bt["ɵeld"](1,0,null,null,2,"span",[["class","new-badge"]],null,null,null,null,null)),(e()(),Bt["ɵted"](2,null,["",""])),Bt["ɵppd"](3,1)],null,function(e,t){e(t,2,0,Bt["ɵunv"](t,2,0,e(t,3,0,Bt["ɵnov"](t.parent.parent.parent.parent.parent.parent.parent.parent,0),"NEW")))})}function Ie(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,20,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                          "])),(e()(),Bt["ɵeld"](2,0,null,null,17,"div",[["class","quick-links-section"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                            "])),(e()(),Bt["ɵeld"](4,0,null,null,14,"div",[["class","quick-links-holder"]],[[2,"border-top-quick-link",null]],[[null,"click"]],function(e,t,n){var i=!0;if("click"===t){i=!1!==e.context.$implicit.onClick()&&i}return i},null,null)),(e()(),Bt["ɵted"](-1,null,["\n                              "])),(e()(),Bt["ɵeld"](6,0,null,null,11,"div",[["class","link-title-page-holder"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                                "])),(e()(),Bt["ɵeld"](8,0,null,null,8,"div",[["class","link-page-submenu-item"]],[[2,"neon-glow",null]],null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                                  "])),(e()(),Bt["ɵeld"](10,0,null,null,2,"span",[["class","tt"]],null,null,null,null,null)),(e()(),Bt["ɵted"](11,null,["",""])),Bt["ɵppd"](12,1),(e()(),Bt["ɵted"](-1,null,["\n                                  "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,Oe)),Bt["ɵdid"](15,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n                                "])),(e()(),Bt["ɵted"](-1,null,["\n                              "])),(e()(),Bt["ɵted"](-1,null,["\n                            "])),(e()(),Bt["ɵted"](-1,null,["\n                          "])),(e()(),Bt["ɵted"](-1,null,["\n                        "]))],function(e,t){e(t,15,0,t.context.$implicit.isNew)},function(e,t){e(t,4,0,t.component.first);e(t,8,0,t.context.$implicit.isNew);e(t,11,0,Bt["ɵunv"](t,11,0,e(t,12,0,Bt["ɵnov"](t.parent.parent.parent.parent.parent.parent.parent,0),t.context.$implicit.titleKey)))})}function _e(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,7,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                      "])),(e()(),Bt["ɵeld"](2,0,null,null,4,"div",[["class","quick-links"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                        "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,Ie)),Bt["ɵdid"](5,802816,null,0,sn.NgForOf,[Bt.ViewContainerRef,Bt.TemplateRef,Bt.IterableDiffers],{ngForOf:[0,"ngForOf"]},null),(e()(),Bt["ɵted"](-1,null,["\n                      "])),(e()(),Bt["ɵted"](-1,null,["\n                    "]))],function(e,t){e(t,5,0,t.parent.context.$implicit.subPages)},null)}function je(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,7,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                    "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,Ce)),Bt["ɵdid"](3,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n                    "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,_e)),Bt["ɵdid"](6,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n                  "]))],function(e,t){e(t,3,0,t.context.$implicit.active);e(t,6,0,(null==t.context.$implicit.subPages?null:t.context.$implicit.subPages.length)>0&&t.context.$implicit.active)},null)}function we(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,11,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                  "])),(e()(),Bt["ɵeld"](2,0,null,null,5,"div",[["class","title"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                    "])),(e()(),Bt["ɵeld"](4,0,null,null,2,"span",[],null,null,null,null,null)),(e()(),Bt["ɵted"](5,null,["",""])),Bt["ɵppd"](6,1),(e()(),Bt["ɵted"](-1,null,["\n                  "])),(e()(),Bt["ɵted"](-1,null,["\n                  "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,je)),Bt["ɵdid"](10,802816,null,0,sn.NgForOf,[Bt.ViewContainerRef,Bt.TemplateRef,Bt.IterableDiffers],{ngForOf:[0,"ngForOf"]},null),(e()(),Bt["ɵted"](-1,null,["\n                "]))],function(e,t){e(t,10,0,t.component.selectedMenuItem.sections)},function(e,t){var n=t.component;e(t,5,0,Bt["ɵunv"](t,5,0,e(t,6,0,Bt["ɵnov"](t.parent.parent.parent.parent,0),n.selectedMenuItem.titleKey)))})}function Be(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,14,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n\n              "])),(e()(),Bt["ɵeld"](2,0,null,null,11,"div",[],null,null,null,null,null)),Bt["ɵdid"](3,16384,null,0,sn.NgSwitch,[],{ngSwitch:[0,"ngSwitch"]},null),(e()(),Bt["ɵted"](-1,null,["\n                "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,ve)),Bt["ɵdid"](6,278528,null,0,sn.NgSwitchCase,[Bt.ViewContainerRef,Bt.TemplateRef,sn.NgSwitch],{ngSwitchCase:[0,"ngSwitchCase"]},null),(e()(),Bt["ɵted"](-1,null,["\n                "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,Ee)),Bt["ɵdid"](9,278528,null,0,sn.NgSwitchCase,[Bt.ViewContainerRef,Bt.TemplateRef,sn.NgSwitch],{ngSwitchCase:[0,"ngSwitchCase"]},null),(e()(),Bt["ɵted"](-1,null,["\n\n                "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,we)),Bt["ɵdid"](12,16384,null,0,sn.NgSwitchDefault,[Bt.ViewContainerRef,Bt.TemplateRef,sn.NgSwitch],null,null),(e()(),Bt["ɵted"](-1,null,["\n              "])),(e()(),Bt["ɵted"](-1,null,["\n            "]))],function(e,t){e(t,3,0,t.component.selectedMenuItem.titleKey);e(t,6,0,"ABOUT_US");e(t,9,0,"QUICK_LINKS")},null)}function Ne(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,13,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n          "])),(e()(),Bt["ɵeld"](2,0,null,null,4,"div",[["class","left"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n            "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,ye)),Bt["ɵdid"](5,802816,null,0,sn.NgForOf,[Bt.ViewContainerRef,Bt.TemplateRef,Bt.IterableDiffers],{ngForOf:[0,"ngForOf"]},null),(e()(),Bt["ɵted"](-1,null,["\n          "])),(e()(),Bt["ɵted"](-1,null,["\n          "])),(e()(),Bt["ɵeld"](8,0,null,null,4,"div",[["class","right"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n            "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,Be)),Bt["ɵdid"](11,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n          "])),(e()(),Bt["ɵted"](-1,null,["\n        "]))],function(e,t){var n=t.component;e(t,5,0,n.menuItems);e(t,11,0,n.selectedMenuItem)},null)}function He(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,2,"div",[],null,null,null,null,null)),(e()(),Bt["ɵeld"](1,0,null,null,1,"ion-spinner",[["class","loader"]],[[2,"spinner-paused",null]],null,null,Mr.b,Mr.a)),Bt["ɵdid"](2,114688,null,0,Sr.a,[sr.a,Bt.ElementRef,Bt.Renderer],null,null)],function(e,t){e(t,2,0)},function(e,t){e(t,1,0,Bt["ɵnov"](t,2)._paused)})}function Re(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,2,"div",[["class","no-search-result-msg"]],null,null,null,null,null)),(e()(),Bt["ɵted"](1,null,["",""])),Bt["ɵppd"](2,1)],null,function(e,t){e(t,1,0,Bt["ɵunv"](t,1,0,e(t,2,0,Bt["ɵnov"](t.parent.parent.parent.parent,0),"MIN_SEARCH_CHAR_REQUIRED_MSG")))})}function De(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,2,"div",[["class","no-search-result-msg"]],null,null,null,null,null)),(e()(),Bt["ɵted"](1,null,["",""])),Bt["ɵppd"](2,1)],null,function(e,t){e(t,1,0,Bt["ɵunv"](t,1,0,e(t,2,0,Bt["ɵnov"](t.parent.parent.parent.parent,0),"NO_SEARCH_RESULT")))})}function ze(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,1,"span",[["class","match-description"]],null,null,null,null,null)),(e()(),Bt["ɵted"](1,null,["",""]))],null,function(e,t){e(t,1,0,t.parent.context.$implicit.TeamAway)})}function Le(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,3,"span",[["class","py-1 match-info-time"]],null,null,null,null,null)),(e()(),Bt["ɵted"](1,null,["\n                                  ","\n                                  ","\n                                "])),Bt["ɵppd"](2,2),Bt["ɵppd"](3,2)],null,function(e,t){e(t,1,0,Bt["ɵunv"](t,1,0,e(t,2,0,Bt["ɵnov"](t.parent.parent.parent.parent.parent.parent.parent.parent.parent,1),t.parent.context.$implicit.MatchStartTime,"shortDate")),Bt["ɵunv"](t,1,1,e(t,3,0,Bt["ɵnov"](t.parent.parent.parent.parent.parent.parent.parent.parent.parent,1),t.parent.context.$implicit.MatchStartTime,"shortTime")))})}function Je(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,31,"li",[["class","mb-1"]],[[2,"odd",null]],[[null,"click"]],function(e,t,n){var i=!0;if("click"===t){i=!1!==e.component.openMatchOffer(e.parent.parent.parent.context.$implicit,e.parent.parent.context.$implicit,e.parent.context.$implicit,e.context.$implicit)&&i}return i},null,null)),(e()(),Bt["ɵted"](-1,null,["\n                        "])),(e()(),Bt["ɵeld"](2,0,null,null,28,"div",[["class","suggestion-match"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                          "])),(e()(),Bt["ɵeld"](4,0,null,null,25,"div",[["class","d-flex flex-grow-1"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                            "])),(e()(),Bt["ɵeld"](6,0,null,null,22,"div",[["class","flex-column"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                              "])),(e()(),Bt["ɵeld"](8,0,null,null,10,"div",[["class","match-info d-flex flex-column"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                                "])),(e()(),Bt["ɵeld"](10,0,null,null,1,"span",[["class","match-description"]],null,null,null,null,null)),(e()(),Bt["ɵted"](11,null,["",""])),(e()(),Bt["ɵted"](-1,null,["\n                                "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,ze)),Bt["ɵdid"](14,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n                                "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,Le)),Bt["ɵdid"](17,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n                              "])),(e()(),Bt["ɵted"](-1,null,["\n                              "])),(e()(),Bt["ɵeld"](20,0,null,null,7,"div",[["class","league-info d-flex flex-row"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                                "])),(e()(),Bt["ɵeld"](22,0,null,null,1,"span",[["class","league-name"]],null,null,null,null,null)),(e()(),Bt["ɵted"](23,null,["",""])),(e()(),Bt["ɵted"](-1,null,["\n                                "])),(e()(),Bt["ɵeld"](25,0,null,null,1,"span",[["class","category-name"]],null,null,null,null,null)),(e()(),Bt["ɵted"](26,null,["\n                                  ","\n                                "])),(e()(),Bt["ɵted"](-1,null,["\n                              "])),(e()(),Bt["ɵted"](-1,null,["\n                            "])),(e()(),Bt["ɵted"](-1,null,["\n                          "])),(e()(),Bt["ɵted"](-1,null,["\n                        "])),(e()(),Bt["ɵted"](-1,null,["\n                      "]))],function(e,t){e(t,14,0,t.context.$implicit.TeamAway);e(t,17,0,!t.context.$implicit.isLiveMatchAvailable)},function(e,t){e(t,0,0,t.context.index%2!=0);e(t,11,0,t.context.$implicit.TeamHome);e(t,23,0,t.context.$implicit.LeagueName);e(t,26,0,t.context.$implicit.CategoryName)})}function Fe(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,4,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                      "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,Je)),Bt["ɵdid"](3,802816,null,0,sn.NgForOf,[Bt.ViewContainerRef,Bt.TemplateRef,Bt.IterableDiffers],{ngForOf:[0,"ngForOf"]},null),(e()(),Bt["ɵted"](-1,null,["\n                    "]))],function(e,t){e(t,3,0,t.context.$implicit.Matches)},null)}function xe(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,4,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                    "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,Fe)),Bt["ɵdid"](3,802816,null,0,sn.NgForOf,[Bt.ViewContainerRef,Bt.TemplateRef,Bt.IterableDiffers],{ngForOf:[0,"ngForOf"]},null),(e()(),Bt["ɵted"](-1,null,["\n                  "]))],function(e,t){e(t,3,0,t.context.$implicit.Leagues)},null)}function Ue(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,13,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                  "])),(e()(),Bt["ɵeld"](2,0,null,null,7,"div",[["class","sport"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                    "])),(e()(),Bt["ɵeld"](4,0,null,null,1,"sport-icon",[],null,null,null,Pr.b,Pr.a)),Bt["ɵdid"](5,573440,null,0,Tr.a,[fn.a],{name:[0,"name"]},null),(e()(),Bt["ɵted"](-1,null,["\n                    "])),(e()(),Bt["ɵeld"](7,0,null,null,1,"span",[["class","sport-name"]],null,null,null,null,null)),(e()(),Bt["ɵted"](8,null,["",""])),(e()(),Bt["ɵted"](-1,null,["\n                  "])),(e()(),Bt["ɵted"](-1,null,["\n                  "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,xe)),Bt["ɵdid"](12,802816,null,0,sn.NgForOf,[Bt.ViewContainerRef,Bt.TemplateRef,Bt.IterableDiffers],{ngForOf:[0,"ngForOf"]},null),(e()(),Bt["ɵted"](-1,null,["\n                "]))],function(e,t){e(t,5,0,t.context.$implicit.OriginName);e(t,12,0,t.context.$implicit.Categories)},function(e,t){e(t,8,0,t.context.$implicit.Name)})}function Ve(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,17,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n              "])),(e()(),Bt["ɵeld"](2,0,null,null,14,"ul",[["class","suggestions-list matches"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                "])),(e()(),Bt["ɵeld"](4,0,null,null,8,"div",[["class","search-result-title"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                  "])),(e()(),Bt["ɵeld"](6,0,null,null,1,"ion-icon",[["name","search"],["role","img"]],[[2,"hide",null]],null,null,null,null)),Bt["ɵdid"](7,147456,null,0,ur.a,[sr.a,Bt.ElementRef,Bt.Renderer],{name:[0,"name"]},null),(e()(),Bt["ɵted"](-1,null,["\n                  "])),(e()(),Bt["ɵeld"](9,0,null,null,2,"div",[["class","title-info"]],null,null,null,null,null)),(e()(),Bt["ɵted"](10,null,["",""])),Bt["ɵppd"](11,1),(e()(),Bt["ɵted"](-1,null,["\n                "])),(e()(),Bt["ɵted"](-1,null,["\n                "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,Ue)),Bt["ɵdid"](15,802816,null,0,sn.NgForOf,[Bt.ViewContainerRef,Bt.TemplateRef,Bt.IterableDiffers],{ngForOf:[0,"ngForOf"]},null),(e()(),Bt["ɵted"](-1,null,["\n              "])),(e()(),Bt["ɵted"](-1,null,["\n            "]))],function(e,t){var n=t.component;e(t,7,0,"search");e(t,15,0,n.searchResults)},function(e,t){e(t,6,0,Bt["ɵnov"](t,7)._hidden);e(t,10,0,Bt["ɵunv"](t,10,0,e(t,11,0,Bt["ɵnov"](t.parent.parent.parent.parent,0),"RESULTS")))})}function We(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,11,"div",[["class","game"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                    "])),(e()(),Bt["ɵeld"](2,0,null,null,8,"div",[],null,[[null,"click"]],function(e,t,n){var i=!0;if("click"===t){e.component.selectedGame(n,e.context.$implicit);i=!1!==n.preventDefault()&&i}return i},null,null)),(e()(),Bt["ɵted"](-1,null,["\n                      "])),(e()(),Bt["ɵeld"](4,0,null,null,5,"div",[["class","prevent-click"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                        "])),(e()(),Bt["ɵeld"](6,0,null,null,2,"casino-agregator-game",[],null,null,null,kr.b,kr.a)),Bt["ɵdid"](7,638976,null,0,Er.a,[Gt.a,Wt.a],{game:[0,"game"]},null),(e()(),Bt["ɵted"](-1,null,["\n                        "])),(e()(),Bt["ɵted"](-1,null,["\n                      "])),(e()(),Bt["ɵted"](-1,null,["\n                    "])),(e()(),Bt["ɵted"](-1,null,["\n                  "]))],function(e,t){e(t,7,0,t.context.$implicit)},null)}function Ge(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,20,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n              "])),(e()(),Bt["ɵeld"](2,0,null,null,17,"div",[["class","casino-search-results"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                "])),(e()(),Bt["ɵeld"](4,0,null,null,8,"div",[["class","search-result-title"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                  "])),(e()(),Bt["ɵeld"](6,0,null,null,1,"ion-icon",[["name","search"],["role","img"]],[[2,"hide",null]],null,null,null,null)),Bt["ɵdid"](7,147456,null,0,ur.a,[sr.a,Bt.ElementRef,Bt.Renderer],{name:[0,"name"]},null),(e()(),Bt["ɵted"](-1,null,["\n                  "])),(e()(),Bt["ɵeld"](9,0,null,null,2,"div",[["class","title-info"]],null,null,null,null,null)),(e()(),Bt["ɵted"](10,null,["",""])),Bt["ɵppd"](11,1),(e()(),Bt["ɵted"](-1,null,["\n                "])),(e()(),Bt["ɵted"](-1,null,["\n\n\n                "])),(e()(),Bt["ɵeld"](14,0,null,null,4,"div",[["class","game-container"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                  "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,We)),Bt["ɵdid"](17,802816,null,0,sn.NgForOf,[Bt.ViewContainerRef,Bt.TemplateRef,Bt.IterableDiffers],{ngForOf:[0,"ngForOf"]},null),(e()(),Bt["ɵted"](-1,null,["\n                "])),(e()(),Bt["ɵted"](-1,null,["\n              "])),(e()(),Bt["ɵted"](-1,null,["\n            "]))],function(e,t){var n=t.component;e(t,7,0,"search");e(t,17,0,n.searchResults)},function(e,t){e(t,6,0,Bt["ɵnov"](t,7)._hidden);e(t,10,0,Bt["ɵunv"](t,10,0,e(t,11,0,Bt["ɵnov"](t.parent.parent.parent.parent,0),"RESULTS")))})}function Ke(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,16,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n            "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,He)),Bt["ɵdid"](3,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n            "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,Re)),Bt["ɵdid"](6,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n            "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,De)),Bt["ɵdid"](9,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n            "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,Ve)),Bt["ɵdid"](12,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n            "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,Ge)),Bt["ɵdid"](15,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n          "]))],function(e,t){var n=t.component;e(t,3,0,n.loadingSearchResults);e(t,6,0,n.showMinSearchCharRequiredMesg);e(t,9,0,!(n.showMinSearchCharRequiredMesg||null!=n.searchResults&&n.searchResults.length||n.loadingSearchResults));e(t,12,0,(null==n.searchResults?null:n.searchResults.length)&&0==n.searchType&&!n.showMinSearchCharRequiredMesg&&!n.loadingSearchResults);e(t,15,0,(null==n.searchResults?null:n.searchResults.length)&&1==n.searchType&&!n.showMinSearchCharRequiredMesg&&!n.loadingSearchResults)},null)}function $e(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,37,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                    "])),(e()(),Bt["ɵeld"](2,0,null,null,5,"div",[["class","section-title"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                      "])),(e()(),Bt["ɵeld"](4,0,null,null,2,"span",[],null,null,null,null,null)),(e()(),Bt["ɵted"](5,null,["",""])),Bt["ɵppd"](6,1),(e()(),Bt["ɵted"](-1,null,["\n                    "])),(e()(),Bt["ɵted"](-1,null,["\n                    "])),(e()(),Bt["ɵeld"](9,0,null,null,27,"div",[["class","about-us"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                      "])),(e()(),Bt["ɵeld"](11,0,null,null,2,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](12,null,[" "," "])),Bt["ɵppd"](13,1),(e()(),Bt["ɵted"](-1,null,["\n                      "])),(e()(),Bt["ɵeld"](15,0,null,null,2,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](16,null,[" "," "])),Bt["ɵppd"](17,1),(e()(),Bt["ɵted"](-1,null,["\n                      "])),(e()(),Bt["ɵeld"](19,0,null,null,2,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](20,null,[" "," "])),Bt["ɵppd"](21,1),(e()(),Bt["ɵted"](-1,null,["\n                      "])),(e()(),Bt["ɵeld"](23,0,null,null,0,"br",[],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                      "])),(e()(),Bt["ɵeld"](25,0,null,null,2,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](26,null,[" "," "])),Bt["ɵppd"](27,1),(e()(),Bt["ɵted"](-1,null,["\n                      "])),(e()(),Bt["ɵeld"](29,0,null,null,2,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](30,null,[" "," "])),Bt["ɵppd"](31,1),(e()(),Bt["ɵted"](-1,null,["\n                      "])),(e()(),Bt["ɵeld"](33,0,null,null,2,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](34,null,[" "," "])),Bt["ɵppd"](35,1),(e()(),Bt["ɵted"](-1,null,["\n                    "])),(e()(),Bt["ɵted"](-1,null,["\n                  "]))],null,function(e,t){e(t,5,0,Bt["ɵunv"](t,5,0,e(t,6,0,Bt["ɵnov"](t.parent.parent.parent.parent.parent.parent,0),"ABOUT_US")));e(t,12,0,Bt["ɵunv"](t,12,0,e(t,13,0,Bt["ɵnov"](t.parent.parent.parent.parent.parent.parent,0),"ABOUT_US_COMPANY_NAME")));e(t,16,0,Bt["ɵunv"](t,16,0,e(t,17,0,Bt["ɵnov"](t.parent.parent.parent.parent.parent.parent,0),"ABOUT_US_ADDRESS_1")));e(t,20,0,Bt["ɵunv"](t,20,0,e(t,21,0,Bt["ɵnov"](t.parent.parent.parent.parent.parent.parent,0),"ABOUT_US_ADDRESS_2")));e(t,26,0,Bt["ɵunv"](t,26,0,e(t,27,0,Bt["ɵnov"](t.parent.parent.parent.parent.parent.parent,0),"ABOUT_US_CONTACT_PHONE")));e(t,30,0,Bt["ɵunv"](t,30,0,e(t,31,0,Bt["ɵnov"](t.parent.parent.parent.parent.parent.parent,0),"ABOUT_US_EMAIL_URL")));e(t,34,0,Bt["ɵunv"](t,34,0,e(t,35,0,Bt["ɵnov"](t.parent.parent.parent.parent.parent.parent,0),"ABOUT_US_EMAIL_SUPPORT")))})}function qe(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,1,"ion-icon",[["role","img"]],[[2,"hide",null]],null,null,null,null)),Bt["ɵdid"](1,147456,null,0,ur.a,[sr.a,Bt.ElementRef,Bt.Renderer],{name:[0,"name"]},null)],function(e,t){e(t,1,0,t.parent.parent.context.$implicit.icon)},function(e,t){e(t,0,0,Bt["ɵnov"](t,1)._hidden)})}function Ye(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,1,"icon",[],null,null,null,vr.b,vr.a)),Bt["ɵdid"](1,573440,null,0,br.a,[],{name:[0,"name"]},null)],function(e,t){e(t,1,0,t.parent.parent.context.$implicit.icon)},null)}function Ze(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,0,"i",[],[[8,"className",0]],null,null,null,null))],null,function(e,t){e(t,0,0,Bt["ɵinlineInterpolate"](1,"",t.parent.parent.context.$implicit.icon,""))})}function Xe(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,26,"div",[["class","quick-links-holder"]],[[2,"border-top-quick-link",null]],[[null,"click"]],function(e,t,n){var i=!0,r=e.component;if("click"===t){i=!1!==(e.parent.context.$implicit.params?r.openPageWithParams(e.parent.context.$implicit.pageName,e.parent.context.$implicit.params,e.parent.context.$implicit.id):r.openPage(e.parent.context.$implicit.pageName))&&i}return i},null,null)),(e()(),Bt["ɵted"](-1,null,["\n                              "])),(e()(),Bt["ɵeld"](2,0,null,null,14,"div",[["class","quick-links-icon"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                                "])),(e()(),Bt["ɵeld"](4,0,null,null,11,null,null,null,null,null,null,null)),Bt["ɵdid"](5,16384,null,0,sn.NgSwitch,[],{ngSwitch:[0,"ngSwitch"]},null),(e()(),Bt["ɵted"](-1,null,["\n                                  "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,qe)),Bt["ɵdid"](8,278528,null,0,sn.NgSwitchCase,[Bt.ViewContainerRef,Bt.TemplateRef,sn.NgSwitch],{ngSwitchCase:[0,"ngSwitchCase"]},null),(e()(),Bt["ɵted"](-1,null,["\n                                  "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,Ye)),Bt["ɵdid"](11,278528,null,0,sn.NgSwitchCase,[Bt.ViewContainerRef,Bt.TemplateRef,sn.NgSwitch],{ngSwitchCase:[0,"ngSwitchCase"]},null),(e()(),Bt["ɵted"](-1,null,["\n                                  "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,Ze)),Bt["ɵdid"](14,16384,null,0,sn.NgSwitchDefault,[Bt.ViewContainerRef,Bt.TemplateRef,sn.NgSwitch],null,null),(e()(),Bt["ɵted"](-1,null,["\n                                "])),(e()(),Bt["ɵted"](-1,null,["\n                              "])),(e()(),Bt["ɵted"](-1,null,["\n                              "])),(e()(),Bt["ɵeld"](18,0,null,null,7,"div",[["class","link-title-page-holder"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                                "])),(e()(),Bt["ɵeld"](20,0,null,null,1,"div",[["class","link-title"]],null,null,null,null,null)),(e()(),Bt["ɵted"](21,null,["\n                                  ","\n                                "])),(e()(),Bt["ɵted"](-1,null,["\n                                "])),(e()(),Bt["ɵeld"](23,0,null,null,1,"div",[["class","link-page"]],null,null,null,null,null)),(e()(),Bt["ɵted"](24,null,["\n                                  ","\n                                "])),(e()(),Bt["ɵted"](-1,null,["\n                              "])),(e()(),Bt["ɵted"](-1,null,["\n                            "]))],function(e,t){e(t,5,0,t.parent.context.$implicit.iconType);e(t,8,0,"ion-icon");e(t,11,0,"icon")},function(e,t){e(t,0,0,t.parent.context.first);e(t,21,0,t.parent.context.$implicit.subheader);e(t,24,0,t.parent.context.$implicit.pageTranslatedName)})}function Qe(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,4,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                            "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,Xe)),Bt["ɵdid"](3,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n                          "]))],function(e,t){e(t,3,0,t.context.$implicit.enabled)},null)}function et(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,7,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                        "])),(e()(),Bt["ɵeld"](2,0,null,null,4,"div",[["class","quick-links-section"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                          "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,Qe)),Bt["ɵdid"](5,802816,null,0,sn.NgForOf,[Bt.ViewContainerRef,Bt.TemplateRef,Bt.IterableDiffers],{ngForOf:[0,"ngForOf"]},null),(e()(),Bt["ɵted"](-1,null,["\n                        "])),(e()(),Bt["ɵted"](-1,null,["\n                      "]))],function(e,t){e(t,5,0,t.context.$implicit.links)},null)}function tt(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,14,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                    "])),(e()(),Bt["ɵeld"](2,0,null,null,11,"div",[["class","quick-links"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                      "])),(e()(),Bt["ɵeld"](4,0,null,null,5,"div",[["class","section-title"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                        "])),(e()(),Bt["ɵeld"](6,0,null,null,2,"span",[],null,null,null,null,null)),(e()(),Bt["ɵted"](7,null,["",""])),Bt["ɵppd"](8,1),(e()(),Bt["ɵted"](-1,null,["\n                      "])),(e()(),Bt["ɵted"](-1,null,["\n\n                      "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,et)),Bt["ɵdid"](12,802816,null,0,sn.NgForOf,[Bt.ViewContainerRef,Bt.TemplateRef,Bt.IterableDiffers],{ngForOf:[0,"ngForOf"]},null),(e()(),Bt["ɵted"](-1,null,["\n                    "])),(e()(),Bt["ɵted"](-1,null,["\n                  "]))],function(e,t){e(t,12,0,t.component.linkSectionArray)},function(e,t){e(t,7,0,Bt["ɵunv"](t,7,0,e(t,8,0,Bt["ɵnov"](t.parent.parent.parent.parent.parent.parent,0),t.parent.parent.context.$implicit.titleKey)))})}function nt(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,1,"ion-icon",[["class","section-icon"],["role","img"]],[[2,"hide",null]],null,null,null,null)),Bt["ɵdid"](1,147456,null,0,ur.a,[sr.a,Bt.ElementRef,Bt.Renderer],{name:[0,"name"]},null)],function(e,t){e(t,1,0,t.parent.parent.context.$implicit.icon)},function(e,t){e(t,0,0,Bt["ɵnov"](t,1)._hidden)})}function it(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,1,"icon",[["class","section-icon"]],null,null,null,vr.b,vr.a)),Bt["ɵdid"](1,573440,null,0,br.a,[],{name:[0,"name"]},null)],function(e,t){e(t,1,0,t.parent.parent.context.$implicit.icon)},null)}function rt(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,0,"img",[],[[8,"src",4]],null,null,null,null))],null,function(e,t){var n=t.component;e(t,0,0,Bt["ɵinlineInterpolate"](1,"",n.flagsPath+n.currentLanguage+".png",""))})}function ot(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,7,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                            "])),(e()(),Bt["ɵeld"](2,0,null,null,4,"div",[["class","language"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                              "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,rt)),Bt["ɵdid"](5,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n                            "])),(e()(),Bt["ɵted"](-1,null,["\n                          "]))],function(e,t){e(t,5,0,!t.component.genericLanguage)},null)}function at(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,0,"i",[],[[8,"className",0]],null,null,null,null))],null,function(e,t){e(t,0,0,Bt["ɵinlineInterpolate"](1,"",t.parent.parent.context.$implicit.icon," section-icon"))})}function st(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,3,"span",[["class","new"]],null,null,null,null,null)),(e()(),Bt["ɵeld"](1,0,null,null,2,"span",[["class","new-badge"]],null,null,null,null,null)),(e()(),Bt["ɵted"](2,null,["",""])),Bt["ɵppd"](3,1)],null,function(e,t){e(t,2,0,Bt["ɵunv"](t,2,0,e(t,3,0,Bt["ɵnov"](t.parent.parent.parent.parent.parent.parent.parent.parent.parent,0),"NEW")))})}function ut(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,1,"ion-icon",[["class","arrow-icon"],["role","img"]],[[2,"hide",null]],null,null,null,null)),Bt["ɵdid"](1,147456,null,0,ur.a,[sr.a,Bt.ElementRef,Bt.Renderer],{name:[0,"name"]},null)],function(e,t){e(t,1,0,"ios-arrow-down-outline")},function(e,t){e(t,0,0,Bt["ɵnov"](t,1)._hidden)})}function lt(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,1,"ion-icon",[["class","arrow-icon"],["role","img"]],[[2,"hide",null]],null,null,null,null)),Bt["ɵdid"](1,147456,null,0,ur.a,[sr.a,Bt.ElementRef,Bt.Renderer],{name:[0,"name"]},null)],function(e,t){e(t,1,0,"ios-arrow-forward-outline")},function(e,t){e(t,0,0,Bt["ɵnov"](t,1)._hidden)})}function ct(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,30,"div",[["class","section"]],[[2,"active",null],[2,"download",null],[2,"mb-8",null],[2,"language-section",null]],[[null,"click"]],function(e,t,n){var i=!0,r=e.component;if("click"===t){null!=e.parent.context.$implicit&&(null!=e.parent.context.$implicit.subPages&&e.parent.context.$implicit.subPages.length)?e.parent.context.$implicit.collapse=!e.parent.context.$implicit.collapse:e.parent.context.$implicit.onClick();i=!1!==r.onMenuItemClicked(e.parent.context.$implicit)&&i}return i},null,null)),(e()(),Bt["ɵted"](-1,null,["\n\n                        "])),(e()(),Bt["ɵeld"](2,0,null,null,14,null,null,null,null,null,null,null)),Bt["ɵdid"](3,16384,null,0,sn.NgSwitch,[],{ngSwitch:[0,"ngSwitch"]},null),(e()(),Bt["ɵted"](-1,null,["\n                          "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,nt)),Bt["ɵdid"](6,278528,null,0,sn.NgSwitchCase,[Bt.ViewContainerRef,Bt.TemplateRef,sn.NgSwitch],{ngSwitchCase:[0,"ngSwitchCase"]},null),(e()(),Bt["ɵted"](-1,null,["\n                          "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,it)),Bt["ɵdid"](9,278528,null,0,sn.NgSwitchCase,[Bt.ViewContainerRef,Bt.TemplateRef,sn.NgSwitch],{ngSwitchCase:[0,"ngSwitchCase"]},null),(e()(),Bt["ɵted"](-1,null,["\n                          "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,ot)),Bt["ɵdid"](12,278528,null,0,sn.NgSwitchCase,[Bt.ViewContainerRef,Bt.TemplateRef,sn.NgSwitch],{ngSwitchCase:[0,"ngSwitchCase"]},null),(e()(),Bt["ɵted"](-1,null,["\n                          "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,at)),Bt["ɵdid"](15,16384,null,0,sn.NgSwitchDefault,[Bt.ViewContainerRef,Bt.TemplateRef,sn.NgSwitch],null,null),(e()(),Bt["ɵted"](-1,null,["\n\n                        "])),(e()(),Bt["ɵted"](-1,null,["\n\n                        "])),(e()(),Bt["ɵeld"](18,0,null,null,5,"h1",[["class","title"]],null,null,null,null,null)),(e()(),Bt["ɵted"](19,null,["","\n                          "])),Bt["ɵppd"](20,1),(e()(),Bt["ɵand"](16777216,null,null,1,null,st)),Bt["ɵdid"](22,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n                        "])),(e()(),Bt["ɵted"](-1,null,["\n                            "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,ut)),Bt["ɵdid"](26,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n                        "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,lt)),Bt["ɵdid"](29,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n                      "]))],function(e,t){e(t,3,0,t.parent.context.$implicit.iconType);e(t,6,0,"ion-icon");e(t,9,0,"icon");e(t,12,0,"img");e(t,22,0,t.parent.context.$implicit.isNew);e(t,26,0,(null==t.parent.context.$implicit?null:null==t.parent.context.$implicit.subPages?null:t.parent.context.$implicit.subPages.length)>0);e(t,29,0,"LANGUAGE"==t.parent.context.$implicit.titleKey)},function(e,t){e(t,0,0,t.component.menuNavigatedPage===t.parent.context.$implicit.pageName,"PWA_INSTALL"==t.parent.context.$implicit.titleKey,0==t.parent.context.$implicit.subPages.length,"LANGUAGE"==t.parent.context.$implicit.titleKey);e(t,19,0,Bt["ɵunv"](t,19,0,e(t,20,0,Bt["ɵnov"](t.parent.parent.parent.parent.parent.parent.parent.parent,0),t.parent.context.$implicit.titleKey)))})}function dt(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,3,"span",[["class","new"]],null,null,null,null,null)),(e()(),Bt["ɵeld"](1,0,null,null,2,"span",[["class","new-badge"]],null,null,null,null,null)),(e()(),Bt["ɵted"](2,null,["",""])),Bt["ɵppd"](3,1)],null,function(e,t){e(t,2,0,Bt["ɵunv"](t,2,0,e(t,3,0,Bt["ɵnov"](t.parent.parent.parent.parent.parent.parent.parent.parent.parent.parent,0),"NEW")))})}function mt(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,14,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                              "])),(e()(),Bt["ɵeld"](2,0,null,null,11,"h2",[["class","sub-section"]],[[2,"border-top-quick-link",null],[2,"pb-16",null]],[[null,"click"]],function(e,t,n){var i=!0;if("click"===t){i=!1!==e.context.$implicit.onClick()&&i}return i},null,null)),(e()(),Bt["ɵted"](-1,null,["\n                                  "])),(e()(),Bt["ɵeld"](4,0,null,null,8,"div",[],[[2,"neon-glow",null]],null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                                    "])),(e()(),Bt["ɵeld"](6,0,null,null,2,"span",[["class","tt"]],null,null,null,null,null)),(e()(),Bt["ɵted"](7,null,["",""])),Bt["ɵppd"](8,1),(e()(),Bt["ɵted"](-1,null,["\n                                    "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,dt)),Bt["ɵdid"](11,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n                                "])),(e()(),Bt["ɵted"](-1,null,["\n                              "])),(e()(),Bt["ɵted"](-1,null,["\n                          "]))],function(e,t){e(t,11,0,t.context.$implicit.isNew)},function(e,t){e(t,2,0,t.component.first,!t.context.last);e(t,4,0,t.context.$implicit.isNew);e(t,7,0,Bt["ɵunv"](t,7,0,e(t,8,0,Bt["ɵnov"](t.parent.parent.parent.parent.parent.parent.parent.parent.parent,0),t.context.$implicit.titleKey)))})}function pt(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,7,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                        "])),(e()(),Bt["ɵeld"](2,0,null,null,4,"div",[["class","sub-section-container"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                          "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,mt)),Bt["ɵdid"](5,802816,null,0,sn.NgForOf,[Bt.ViewContainerRef,Bt.TemplateRef,Bt.IterableDiffers],{ngForOf:[0,"ngForOf"]},null),(e()(),Bt["ɵted"](-1,null,["\n                        "])),(e()(),Bt["ɵted"](-1,null,["\n                      "]))],function(e,t){e(t,5,0,t.parent.context.$implicit.subPages)},null)}function ht(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,7,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                      "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,ct)),Bt["ɵdid"](3,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n                      "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,pt)),Bt["ɵdid"](6,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n                    "]))],function(e,t){e(t,3,0,t.context.$implicit.active);e(t,6,0,(null==t.context.$implicit.subPages?null:t.context.$implicit.subPages.length)>0&&t.context.$implicit.active&&t.context.$implicit.collapse)},null)}function ft(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,11,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                    "])),(e()(),Bt["ɵeld"](2,0,null,null,5,"div",[["class","section-title"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n                      "])),(e()(),Bt["ɵeld"](4,0,null,null,2,"span",[],null,null,null,null,null)),(e()(),Bt["ɵted"](5,null,["",""])),Bt["ɵppd"](6,1),(e()(),Bt["ɵted"](-1,null,["\n                    "])),(e()(),Bt["ɵted"](-1,null,["\n                    "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,ht)),Bt["ɵdid"](10,802816,null,0,sn.NgForOf,[Bt.ViewContainerRef,Bt.TemplateRef,Bt.IterableDiffers],{ngForOf:[0,"ngForOf"]},null),(e()(),Bt["ɵted"](-1,null,["\n                  "]))],function(e,t){e(t,10,0,t.parent.parent.context.$implicit.sections)},function(e,t){e(t,5,0,Bt["ɵunv"](t,5,0,e(t,6,0,Bt["ɵnov"](t.parent.parent.parent.parent.parent.parent,0),t.parent.parent.context.$implicit.titleKey)))})}function gt(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,10,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n\n                  "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,$e)),Bt["ɵdid"](3,278528,null,0,sn.NgSwitchCase,[Bt.ViewContainerRef,Bt.TemplateRef,sn.NgSwitch],{ngSwitchCase:[0,"ngSwitchCase"]},null),(e()(),Bt["ɵted"](-1,null,["\n\n                  "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,tt)),Bt["ɵdid"](6,278528,null,0,sn.NgSwitchCase,[Bt.ViewContainerRef,Bt.TemplateRef,sn.NgSwitch],{ngSwitchCase:[0,"ngSwitchCase"]},null),(e()(),Bt["ɵted"](-1,null,["\n\n                  "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,ft)),Bt["ɵdid"](9,16384,null,0,sn.NgSwitchDefault,[Bt.ViewContainerRef,Bt.TemplateRef,sn.NgSwitch],null,null),(e()(),Bt["ɵted"](-1,null,["\n                "]))],function(e,t){e(t,3,0,"ABOUT_US");e(t,6,0,"QUICK_LINKS")},null)}function yt(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,8,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n              "])),(e()(),Bt["ɵeld"](2,0,null,null,5,"div",[["class","simple-menu"]],null,null,null,null,null)),Bt["ɵdid"](3,16384,null,0,sn.NgSwitch,[],{ngSwitch:[0,"ngSwitch"]},null),(e()(),Bt["ɵted"](-1,null,["\n                "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,gt)),Bt["ɵdid"](6,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n              "])),(e()(),Bt["ɵted"](-1,null,["\n            "]))],function(e,t){e(t,3,0,t.context.$implicit.titleKey);e(t,6,0,t.context.$implicit.active)},null)}function vt(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,4,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n            "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,yt)),Bt["ɵdid"](3,802816,null,0,sn.NgForOf,[Bt.ViewContainerRef,Bt.TemplateRef,Bt.IterableDiffers],{ngForOf:[0,"ngForOf"]},null),(e()(),Bt["ɵted"](-1,null,["\n          "]))],function(e,t){e(t,3,0,t.component.menuItems)},null)}function bt(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,7,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n          "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,Ke)),Bt["ɵdid"](3,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n          "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,vt)),Bt["ɵdid"](6,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n\n        "]))],function(e,t){var n=t.component;e(t,3,0,n.showSearchResults);e(t,6,0,!n.showSearchResults)},null)}function Mt(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,52,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵeld"](2,0,null,null,31,"ion-header",[["class","d-flex d-flex-col-noc"]],null,null,null,null,null)),Bt["ɵdid"](3,16384,null,0,Ar.a,[sr.a,Bt.ElementRef,Bt.Renderer,[2,mr.a]],null,null),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵeld"](5,0,null,null,21,"ion-toolbar",[["class","menu-toolbar toolbar"]],[[2,"statusbar-padding",null]],null,null,hr.b,hr.a)),Bt["ɵdid"](6,49152,null,0,fr.a,[sr.a,Bt.ElementRef,Bt.Renderer],null,null),(e()(),Bt["ɵted"](-1,3,["\n        "])),(e()(),Bt["ɵeld"](8,0,null,0,16,"ion-buttons",[["class","left-side"],["left",""]],null,null,null,null,null)),Bt["ɵdid"](9,16384,null,1,Cr.a,[sr.a,Bt.ElementRef,Bt.Renderer,[2,fr.a],[2,cr.a]],null,null),Bt["ɵqud"](603979776,5,{_buttons:1}),(e()(),Bt["ɵted"](-1,null,["\n          "])),(e()(),Bt["ɵeld"](12,0,null,null,5,"button",[["class","btn-close"],["icon-only",""],["ion-button",""]],null,[[null,"click"]],function(e,t,n){var i=!0;if("click"===t){i=!1!==e.component.onMenuCloseClicked()&&i}return i},or.b,or.a)),Bt["ɵdid"](13,1097728,[[5,4]],0,ar.a,[[8,""],sr.a,Bt.ElementRef,Bt.Renderer],null,null),(e()(),Bt["ɵted"](-1,0,["\n            "])),(e()(),Bt["ɵeld"](15,0,null,0,1,"ion-icon",[["name","menu"],["role","img"]],[[2,"hide",null]],null,null,null,null)),Bt["ɵdid"](16,147456,null,0,ur.a,[sr.a,Bt.ElementRef,Bt.Renderer],{name:[0,"name"]},null),(e()(),Bt["ɵted"](-1,0,["\n          "])),(e()(),Bt["ɵted"](-1,null,["\n          "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,ue)),Bt["ɵdid"](20,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n\n          "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,de)),Bt["ɵdid"](23,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n\n        "])),(e()(),Bt["ɵted"](-1,3,["\n\n        "])),(e()(),Bt["ɵted"](-1,3,["\n\n\n      "])),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,me)),Bt["ɵdid"](29,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,pe)),Bt["ɵdid"](32,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵeld"](35,0,null,null,11,"ion-content",[],[[2,"statusbar-padding",null],[2,"has-refresher",null]],null,null,Or.b,Or.a)),Bt["ɵdid"](36,4374528,[[3,4],[2,4],["content",4]],0,Ir.a,[sr.a,_r.a,jr.a,Bt.ElementRef,Bt.Renderer,dr.a,wr.a,Bt.NgZone,[2,mr.a],[2,pr.a]],null,null),(e()(),Bt["ɵted"](-1,1,["\n      "])),(e()(),Bt["ɵeld"](38,0,null,1,7,"div",[["class","menu"]],[[2,"new-menu",null]],null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n        "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,Ne)),Bt["ɵdid"](41,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n\n        "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,bt)),Bt["ɵdid"](44,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵted"](-1,1,["\n    "])),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵeld"](48,0,null,null,3,"ion-footer",[],null,null,null,null,null)),Bt["ɵdid"](49,16384,null,0,Br.a,[sr.a,Bt.ElementRef,Bt.Renderer,[2,mr.a]],null,null),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵted"](-1,null,["\n\n    "])),(e()(),Bt["ɵted"](-1,null,["\n  "]))],function(e,t){var n=t.component;e(t,16,0,"menu");e(t,20,0,2!=n.menuType);e(t,23,0,2==n.menuType&&(n.cfg.SportBettingEnabled||n.cfg.CasinoAgregatorEnabled));e(t,29,0,n.isAgeResModalVisible);e(t,32,0,n.configProvider&&n.configProvider.configTerminal&&n.configProvider.configTerminal.MobileWebSessionTimer&&n.sessionTimer&&n.userLoggedIn);e(t,41,0,2!==n.menuType);e(t,44,0,2===n.menuType)},function(e,t){var n=t.component;e(t,5,0,Bt["ɵnov"](t,6)._sbPadding);e(t,15,0,Bt["ɵnov"](t,16)._hidden);e(t,35,0,Bt["ɵnov"](t,36).statusbarPadding,Bt["ɵnov"](t,36)._hasRefresher);e(t,38,0,2===n.menuType)})}function St(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,2,"div",[["class","notification-title"]],null,null,null,null,null)),(e()(),Bt["ɵted"](1,null,["",""])),Bt["ɵppd"](2,1)],null,function(e,t){var n=t.component;e(t,1,0,Bt["ɵunv"](t,1,0,e(t,2,0,Bt["ɵnov"](t.parent.parent.parent,0),n.notificationData.Title)))})}function Pt(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,2,"div",[["class","notification-title"]],null,null,null,null,null)),(e()(),Bt["ɵted"](1,null,["",""])),Bt["ɵppd"](2,1)],null,function(e,t){var n=t.component;e(t,1,0,Bt["ɵunv"](t,1,0,e(t,2,0,Bt["ɵnov"](t.parent.parent.parent,0),n.notificationData.title)))})}function Tt(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,1,"div",[["class","notification-text"]],[[8,"innerHTML",1]],null,null,null,null)),Bt["ɵppd"](1,1)],null,function(e,t){var n=t.component;e(t,0,0,Bt["ɵunv"](t,0,0,e(t,1,0,Bt["ɵnov"](t.parent.parent.parent,0),n.notificationData.Description)))})}function kt(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,2,"div",[["class","notification-text"]],[[8,"innerHTML",1]],null,null,null,null)),Bt["ɵppd"](1,1),(e()(),Bt["ɵted"](-1,null,["\n      "]))],null,function(e,t){var n=t.component;e(t,0,0,Bt["ɵunv"](t,0,0,e(t,1,0,Bt["ɵnov"](t.parent.parent.parent,0),n.notificationData.body)))})}function Et(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,13,"div",[["class","notification-data"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,St)),Bt["ɵdid"](3,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,Pt)),Bt["ɵdid"](6,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,Tt)),Bt["ɵdid"](9,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,kt)),Bt["ɵdid"](12,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n    "]))],function(e,t){var n=t.component;e(t,3,0,n.notificationData.Title);e(t,6,0,n.notificationData.title);e(t,9,0,n.notificationData.Description);e(t,12,0,n.notificationData.body)},null)}function At(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,20,"div",[["class","action-banner"]],[[24,"@newNotification",0],[2,"mt-76",null]],null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵeld"](2,0,null,null,10,"div",[["class","notification-content"]],null,[[null,"click"]],function(e,t,n){var i=!0;if("click"===t){i=!1!==e.component.openMessage()&&i}return i},null,null)),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵeld"](4,0,null,null,4,"div",[["class","bonus-image"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵeld"](6,0,null,null,1,"ion-icon",[["name","mail-open"],["role","img"]],[[2,"hide",null]],null,null,null,null)),Bt["ɵdid"](7,147456,null,0,ur.a,[sr.a,Bt.ElementRef,Bt.Renderer],{name:[0,"name"]},null),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,Et)),Bt["ɵdid"](11,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵeld"](14,0,null,null,5,"div",[],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵeld"](16,0,null,null,2,"div",[["class","close-btn"]],null,[[null,"click"]],function(e,t,n){var i=!0;if("click"===t){i=!1!==e.component.dismissNotif()&&i}return i},null,null)),(e()(),Bt["ɵted"](17,null,["",""])),Bt["ɵppd"](18,1),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵted"](-1,null,["\n"]))],function(e,t){var n=t.component;e(t,7,0,"mail-open");e(t,11,0,n.notificationData)},function(e,t){var n=t.component;e(t,0,0,n.activeNotification?"active":"non-active",n.isAgeResModalVisible);e(t,6,0,Bt["ɵnov"](t,7)._hidden);e(t,17,0,Bt["ɵunv"](t,17,0,e(t,18,0,Bt["ɵnov"](t.parent,0),"CLOSE")))})}function Ct(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,9,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵeld"](2,0,null,null,6,"div",[["class","app-init sport-init"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵeld"](4,0,null,null,3,"div",[["class","spinner"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n      "])),(e()(),Bt["ɵeld"](6,0,null,null,0,"div",[["class","loading"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵted"](-1,null,["\n"]))],null,null)}function Ot(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,4,"div",[["class","limit-info"]],null,[[null,"click"]],function(e,t,n){var i=!0;if("click"===t){i=!1!==e.component.redirectToMyLimits()&&i}return i},null,null)),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵeld"](2,0,null,null,1,"my-limits-info",[],null,null,null,o,Rr)),Bt["ɵdid"](3,49152,null,0,Hr.a,[fn.a],null,null),(e()(),Bt["ɵted"](-1,null,["\n"]))],null,null)}function It(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,1,"bottom-navigation-menu",[["id","footer"]],null,null,null,c,Jr)),Bt["ɵdid"](1,770048,[["footer",4]],0,Lr.a,[Xt.a,Kt.a,fn.a,nn.a,un.a,dr.a,an.a],{nav:[0,"nav"],backPressed:[1,"backPressed"],currentPage:[2,"currentPage"]},null)],function(e,t){var n=t.component;e(t,1,0,n.nav,n.pressed,n.currentPage)},null)}function _t(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,7,null,null,null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵeld"](2,0,[["gameLauncher",1]],null,4,"div",[["class","game-opener-new"],["id","gameLauncher"]],null,null,null,null,null)),(e()(),Bt["ɵted"](-1,null,["\n    "])),(e()(),Bt["ɵeld"](4,0,null,null,1,"casino-game-launcher",[],null,[[null,"gameInfoModalClosed"]],function(e,t,n){var i=!0;if("gameInfoModalClosed"===t){i=!1!==e.component.closeCasinoGame()&&i}return i},S,Wr)),Bt["ɵdid"](5,245760,null,0,Vr.a,[Wt.a,Gt.a,en.a,Kt.a,tn.a],{gameSelected:[0,"gameSelected"],navCtrlInput:[1,"navCtrlInput"]},{gameInfoModalClosed:"gameInfoModalClosed"}),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵted"](-1,null,["\n"]))],function(e,t){var n=t.component;e(t,5,0,n.gameSelected,n.nav)},null)}function jt(e){return Bt["ɵvid"](0,[Bt["ɵpid"](0,Nr.a,[un.a]),Bt["ɵpid"](0,sn.DatePipe,[Bt.LOCALE_ID]),Bt["ɵqud"](402653184,1,{nav:0}),Bt["ɵqud"](671088640,2,{content:0}),(e()(),Bt["ɵand"](16777216,null,null,1,null,ae)),Bt["ɵdid"](5,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n"])),(e()(),Bt["ɵand"](16777216,null,null,1,null,se)),Bt["ɵdid"](8,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n"])),(e()(),Bt["ɵeld"](10,0,null,null,8,"ion-menu",[["id","main-menu"],["role","navigation"]],[[2,"hide",null],[2,"simple-menu",null]],[[null,"ionOpen"],[null,"ionClose"]],function(e,t,n){var i=!0,r=e.component;if("ionOpen"===t){i=!1!==r.disableContentScroll()&&i}if("ionClose"===t){i=!1!==r.enableContentScroll()&&i}return i},Gr.b,Gr.a)),Bt["ɵprd"](6144,null,Kr.a,null,[$r.a]),Bt["ɵdid"](12,245760,null,2,$r.a,[qr.a,Bt.ElementRef,sr.a,_r.a,Bt.Renderer,wr.a,Yr.l,jr.a,dr.a],{content:[0,"content"],id:[1,"id"],swipeEnabled:[2,"swipeEnabled"]},{ionOpen:"ionOpen",ionClose:"ionClose"}),Bt["ɵqud"](603979776,3,{menuContent:0}),Bt["ɵqud"](335544320,4,{menuNav:0}),(e()(),Bt["ɵted"](-1,0,["\n  "])),(e()(),Bt["ɵand"](16777216,null,0,1,null,Mt)),Bt["ɵdid"](17,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,0,["\n"])),(e()(),Bt["ɵted"](-1,null,["\n"])),(e()(),Bt["ɵand"](16777216,null,null,1,null,At)),Bt["ɵdid"](21,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n\n\n"])),(e()(),Bt["ɵted"](-1,null,["\n\n\n"])),(e()(),Bt["ɵeld"](24,0,null,null,3,"ion-nav",[["swipeBackEnabled","false"]],[[2,"hide",null],[2,"mb-56",null]],null,null,Zr.b,Zr.a)),Bt["ɵprd"](6144,null,Kr.a,null,[Xr.a]),Bt["ɵdid"](26,4374528,[[1,4],["content",4]],0,Xr.a,[[2,mr.a],[2,pr.a],dr.a,sr.a,_r.a,Bt.ElementRef,Bt.NgZone,Bt.Renderer,Bt.ComponentFactoryResolver,Yr.l,Qr.a,[2,eo.a],jr.a,Bt.ErrorHandler],{swipeBackEnabled:[0,"swipeBackEnabled"]},null),(e()(),Bt["ɵted"](-1,null,["\n"])),(e()(),Bt["ɵted"](-1,null,["\n\n"])),(e()(),Bt["ɵted"](-1,null,["\n"])),(e()(),Bt["ɵted"](-1,null,["\n\n"])),(e()(),Bt["ɵand"](16777216,null,null,1,null,Ct)),Bt["ɵdid"](32,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n\n"])),(e()(),Bt["ɵeld"](34,0,null,null,1,"sports-betting-betslip-fab",[["id","sportFab"]],null,null,null,H,ro)),Bt["ɵdid"](35,180224,[["sportFab",4]],0,io.a,[Dn.a,Zn.b,Kt.a,Xt.a,Gt.a],{navCtrl:[0,"navCtrl"]},null),(e()(),Bt["ɵted"](-1,null,["\n\n"])),(e()(),Bt["ɵeld"](37,0,null,null,1,"keno-betslip-fab",[],null,null,null,L,ao)),Bt["ɵdid"](38,49152,null,0,oo.a,[Gn.a,Zn.b,Kt.a],{navCtrl:[0,"navCtrl"]},null),(e()(),Bt["ɵted"](-1,null,["\n"])),(e()(),Bt["ɵeld"](40,0,null,null,1,"bingo-bet-slip-fab",[["id","bingoFab"]],null,null,null,W,uo)),Bt["ɵdid"](41,49152,[["bingoFab",4]],0,so.a,[si.a,Zn.b,Kt.a,ui.a,Xt.a],{navCtrl:[0,"navCtrl"]},null),(e()(),Bt["ɵted"](-1,null,["\n"])),(e()(),Bt["ɵeld"](43,0,null,null,1,"virtual-races-betslip-fab",[],null,null,null,Z,co)),Bt["ɵdid"](44,49152,null,0,lo.a,[mi.a,Zn.b,Kt.a,Xt.a],{navCtrl:[0,"navCtrl"]},null),(e()(),Bt["ɵted"](-1,null,["\n"])),(e()(),Bt["ɵeld"](46,0,null,null,1,"keno-bet-slip-fab-v2",[["id","kenoFabV2"]],null,null,null,te,po)),Bt["ɵdid"](47,49152,[["kenoFabV2",4]],0,mo.a,[Zn.b,Ai.a,Ei.a,Xt.a,Kt.a],{navCtrl:[0,"navCtrl"]},null),(e()(),Bt["ɵted"](-1,null,["\n"])),(e()(),Bt["ɵeld"](49,0,null,null,1,"lotto-betslip-fab",[["id","lottoFab"]],null,null,null,re,fo)),Bt["ɵdid"](50,49152,[["lottoFab",4]],0,ho.a,[Zn.b,wi.a,Ht.a,Xt.a,Kt.a],{navCtrl:[0,"navCtrl"]},null),(e()(),Bt["ɵted"](-1,null,["\n\n\n"])),(e()(),Bt["ɵeld"](52,0,[["scrollBtn",1]],null,4,"button",[["class","arrow-to-top"],["id","scrollBtn"]],null,[[null,"click"]],function(e,t,n){var i=!0;if("click"===t){i=!1!==e.component.scrollToTop()&&i}return i},null,null)),(e()(),Bt["ɵted"](-1,null,["\n  "])),(e()(),Bt["ɵeld"](54,0,null,null,1,"ion-icon",[["name","ios-arrow-up"],["role","img"]],[[2,"hide",null]],null,null,null,null)),Bt["ɵdid"](55,147456,null,0,ur.a,[sr.a,Bt.ElementRef,Bt.Renderer],{name:[0,"name"]},null),(e()(),Bt["ɵted"](-1,null,["\n"])),(e()(),Bt["ɵted"](-1,null,["\n\n"])),(e()(),Bt["ɵand"](16777216,null,null,1,null,Ot)),Bt["ɵdid"](59,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n"])),(e()(),Bt["ɵand"](16777216,null,null,1,null,It)),Bt["ɵdid"](62,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,["\n\n"])),(e()(),Bt["ɵted"](-1,null,["\n\n "])),(e()(),Bt["ɵand"](16777216,null,null,1,null,_t)),Bt["ɵdid"](66,16384,null,0,sn.NgIf,[Bt.ViewContainerRef,Bt.TemplateRef],{ngIf:[0,"ngIf"]},null),(e()(),Bt["ɵted"](-1,null,[" "]))],function(e,t){var n=t.component;e(t,5,0,n.initLoader&&n.initialSpinnerEnabled);e(t,8,0,n.integrationPage&&n.initialized);e(t,12,0,Bt["ɵnov"](t,26),"main-menu",!0);e(t,17,0,n.initialized);e(t,21,0,n.actionBannerVisible);e(t,26,0,"false");e(t,32,0,!n.initLoader&&n.sportInit);e(t,35,0,n.nav);e(t,38,0,n.nav);e(t,41,0,n.nav);e(t,44,0,n.nav);e(t,47,0,n.nav);e(t,50,0,n.nav);e(t,55,0,"ios-arrow-up");e(t,59,0,n.myLimitsInfo);e(t,62,0,n.isBottomMenuEnabledApp);e(t,66,0,n.gameSelected)},function(e,t){var n=t.component;e(t,10,0,n.splashScreenVisible,2==n.menuType);e(t,24,0,n.splashScreenVisible,n.isBottomMenuEnabledApp);e(t,54,0,Bt["ɵnov"](t,55)._hidden)})}Object.defineProperty(t,"__esModule",{value:!0});var wt=n(46),Bt=n(1),Nt=n(0),Ht=n(109),Rt=n(380),Dt=n(223),zt=n(1786),Lt=n(1787),Jt=n(55),Ft=n(699),xt=n(5),Ut=n(42),Vt=n(125),Wt=n(33),Gt=n(9),Kt=n(3),$t=n(21),qt=n(20),Yt=n(7),Zt=function(){function e(e,t,n){var i=this;this.http=e,this.authProvider=t,this.configProvider=n,this.counter=0,this.configProvider.configClient$.subscribe(function(e){i.authProvider.loggedIn$.subscribe(function(e){0==i.counter&&(Yt.a.MobileWeb||null!=i.initFirebaseToken()&&void 0!=i.initFirebaseToken()&&i.initFirebaseToken().subscribe(function(e){e&&i.sendFirebaseToken(e).subscribe(function(e){e&&(i.counter++,setTimeout(function(){i.counter=0},1e3))})}))})})}return e.prototype.initialize=function(){return new qt.Observable(function(e){e.next(!0),e.complete()})},Object.defineProperty(e.prototype,"firebaseApiUrl",{get:function(){return""+this.configProvider.configClient.FirebaseApiUrl},enumerable:!0,configurable:!0}),e.prototype.initFirebaseToken=function(){if("cordova"in window&&window.FirebasePlugin)return new qt.Observable(function(e){window.FirebasePlugin.getToken(function(t){e.next(t),e.complete()},function(t){e.next(t),e.complete()})})},e.prototype.onNotificationOpen=function(){if("cordova"in window&&window.FirebasePlugin)return new qt.Observable(function(e){window.FirebasePlugin.onMessageReceived(function(t){e.next(t)})})},e.prototype.sendFirebaseToken=function(e){var t=this,n=new qt.Subject;return this.configProvider.configClient$.subscribe(function(i){t.http.post(t.firebaseApiUrl+"token",{token:e}).timeout(3e4).subscribe(function(e){n.next(e),n.complete()},function(e){n.next(e),n.complete()})}),n.asObservable()},e.prototype.getUniqueDeviceId=function(){if("cordova"in window&&window.plugins.uniqueDeviceID)return new qt.Observable(function(e){window.plugins.uniqueDeviceID.get(function(t){e.next(t),e.complete()},function(t){e.next(t),e.complete()})})},e}(),Xt=n(31),Qt=n(141),en=n(14),tn=n(22),nn=n(36),rn=n(64),on=n(221),an=n(96),sn=(n(278),n(502),n(506),n(493),n(12)),un=n(10),ln=n(29),cn=n(140),dn=n(107),mn=n(177),pn=n(70),hn=n(80),fn=n(8),gn=n(155),yn=(n(701),n(257)),vn=n(180),bn=n(172),Mn=n(66),Sn=n(785),Pn=n(789),Tn=n(13),kn=n(156),En=n(93),An=n(4),Cn=n.n(An),On=n(76),In=n(134),_n=function(){function e(e,t,n,i,r,o,a,s,u,l,c,d,m,p,h,f,g,y,v,b,M,S,P,T,k,E,A,C,O,I,_,j,w,B,N,H,R,D,z,L,J,F,x,U){var V=this;this._document=e,this.platform=t,this.network=n,this.splashScreen=i,this.initializationProvider=r,this.renderer2=o,this.authProvider=a,this.userProvider=s,this.menuCtrl=u,this.configProvider=l,this.translationProvider=c,this.uiProvider=d,this.appUpdateProvider=m,this.urlSerializer=p,this.accountingProvider=h,this.generalNav=f,this.alertCtrl=g,this.themeProvider=y,this.barcodeScanner=v,this.iab=b,this.ticketProvider=M,this.envProvider=S,this.zenProvider=P,this.app=T,this.ionicApp=k,this.modalCtrl=E,this.idle=A,this.keepalive=C,this.storage=O,this.config=I,this.walletProvider=_,this.bottomMenuProvider=j,this.sportBettingProvider=w,this.firebaseProvider=B,this.optionalCookies=N,this.sportsBettingProvider=H,this.oryxCasinoProvider=R,this.oryxProvider=D,this.sportBettingLiveClientProvider=z,this.bannerProvider=L,this.sportBettingUtilProvider=J,this.http=F,this.meta=x,this.pwaProvider=U,this.emptyUserWalletModal=null,this.showJackpotWonMOdal=null,this.userLimitModal=null,this.setUserLimitPopup=null,this.languages=[],this.actionBannerVisible=!1,this.activeNotification=!1,this.languagesMenuShown=!1,this.integrationPage=Yt.a.Integration,this.userApp="2"==Yt.a.TerminalType,this.inactivityTimer=void 0,this.integrationNav=[{title:"HOME_SPORT",page:"SportsBettingPage"},{title:"PREMATCH",page:"SportBettingPrematchPage"},{title:"LIVE",page:"SportsBettingLivePage"},{title:"RESULTS",page:"SportsBettingResultsPage"},{title:"SEARCH",page:"SportsBettingSearchOfferPage"}],this.notificationSettingsMenuLoading=!1,this.notificationSettingsMenuShown=!1,this.userPreferencesInfo=[],this.userPreferences=[],this.preferencesArray=[],this.terminalType=Yt.a.TerminalType,this.changePasswordMenuShown=!1,this.currentPasswordType="password",this.newPasswordType="password",this.confirmPasswordType="password",this.showHideCurrentPasswordIconName="eye-off",this.showHideNewPasswordIconName="eye-off",this.showHideConfirmPasswordIconName="eye-off",this.changeSecurityQuestionMenuShown=!1,this.securityQuestions=[],this.securityQuestionsLoading=!0,this.changeOddRepresentationsMenuShown=!1,this.oddRepresentationsLoading=!0,this.oddRepresentations=[],this.splashScreenVisible=!0,this.environmentType=Yt.a.MobileWeb,this.initialSpinnerEnabled=Yt.a.InitialSpinner&&Yt.a.MobileWeb,this.hideInitImage=Yt.a.HideInitImage,this.idleTime=90,this.idleModal=null,this.modalShown=!1,this.iosPlatform=!1,this.initLoader=!0,this.quickLinksFormatted=[],this.quickLinksIds=[],this.linkSectionArray=[],this.gameSelectedObs=new qt.Observable,this.promoBanners=[],this.promoUserBanners=[],this.promoBannersFirstLoad=!0,this.myLimitsInfo=!1,this.queryField=new ln.e,this.searchType=0,this.menuNavigatedPage="",this.sessionTimer=null,this.isPwaModalClosed=!0,this.detectBrowser(),setTimeout(function(){var e=getComputedStyle(document.documentElement).getPropertyValue("--eba-header-logo-background-color").trim();V.meta.getTag("name=theme-color")?V.meta.updateTag({name:"theme-color",content:e}):V.meta.addTag({name:"theme-color",content:e})},0),I.set("ios","backButtonText",""),I.set("swipeEnabled",!1),this.initializationProvider.initialized$.pipe(Object(Tn.a)(this)).subscribe(function(e){V.authProvider.isLoggedIn()&&V.userProvider&&("1"==V.terminalType&&V.authProvider.doRefreshToken(),setTimeout(function(){if(7==V.cfg.RegistrationType&&(V.myLimitsInfo=!0,setTimeout(function(){V.myLimitsInfo=!1},5e3)),V.userProvider.userSettings&&V.userProvider.userSettings.RequiredVerifications&&V.userProvider.userSettings.RequiredVerifications.length>0&&(V.configProvider.configTerminal&&7==V.configProvider.configTerminal.RegistrationType?V.createUserVerificationInfoModal():V.createUserVerificationRequiredModal(V.userProvider.userSettings.RequiredVerifications)),V.userProvider.userSettings&&V.configProvider.configTerminal&&7==V.configProvider.configTerminal.RegistrationType){V.userProvider.activeCooldown=V.userProvider&&V.userProvider.userSettings.RemainingCooldownTime,V.remainingCooldowntime=60*V.userProvider.userSettings.RemainingCooldownTime;var e=Number(localStorage.getItem("remainingCoolDowntime"));e>0?V.remainingCooldowntime&&V.remainingCooldowntime>e&&(V.remainingCooldowntime=e,localStorage.setItem("remainingCoolDowntime",V.remainingCooldowntime.toString())):V.remainingCooldowntime&&(localStorage.setItem("remainingCoolDowntime",V.remainingCooldowntime.toString()),localStorage.setItem("coolDownTimerStarted",Cn()(new Date).toString()))}},1e3)),V.initialized=e,V.queryField.valueChanges.debounceTime(1e3).distinctUntilChanged().subscribe(function(e){var t=e.trim();if(!t.length)return V.searchResults=[],void(V.showSearchResults=!1);V.showSearchResults=!0,t.length>3?(V.showMinSearchCharRequiredMesg=!1,V.loadingSearchResults=!0,0===V.searchType?V.sportsBettingProvider.getAutocompleteOptions(t,1).subscribe(function(e){V.searchResults=e.Response,V.loadingSearchResults=!1},function(e){V.uiProvider.onErrorResponse(e),V.loadingSearchResults=!1}):V.oryxProvider.getCasinoFilteredGames({gameName:t}).subscribe(function(e){V.searchResults=e,V.loadingSearchResults=!1},function(e){V.uiProvider.onErrorResponse(e),V.loadingSearchResults=!1})):V.showMinSearchCharRequiredMesg=!0}),V.configProvider&&V.configProvider.configTerminal&&V.configProvider.configTerminal.MenuQuickLinks&&""!=V.configProvider.configTerminal.MenuQuickLinks&&(V.quickLinks=V.configProvider&&V.configProvider.configTerminal?V.configProvider.configTerminal.MenuQuickLinks:"",V.quickLinks&&""!=V.quickLinks&&V.quickLinks.length&&V.quickLinks.length>0&&V.getQuickLinksItems()),V.createMenu(),V.isBottomMenuEnabledApp=V.bottomMenuProvider.bottomMenuEnabledApp;var t=document.referrer.length>0&&!document.referrer.includes(document.location.origin)?document.referrer:null;V.genericLanguage=V.envProvider.environment.GenericLanguage,sessionStorage.setItem("app:UserReferrerUrl",t),V.keepAliveChecker()}),this.platform.ready().then(function(){!Yt.a.MobileWeb&&"cordova"in window&&V.firebaseProvider.getUniqueDeviceId().subscribe(function(e){}),V.platform.is("ios")&&(V.iosPlatform=!0,V.menuCtrl.swipeEnable(!1)),!Yt.a.MobileWeb&&"cordova"in window&&null!=V.firebaseProvider.initFirebaseToken()&&void 0!=V.firebaseProvider.initFirebaseToken()&&V.firebaseProvider.initFirebaseToken().subscribe(function(e){e&&V.firebaseProvider.sendFirebaseToken(e).subscribe(function(e){},function(e){return console.log(e)})},function(e){return console.log(e)}),!Yt.a.MobileWeb&&"cordova"in window&&null!=V.firebaseProvider.onNotificationOpen()&&void 0!=V.firebaseProvider.onNotificationOpen()&&V.firebaseProvider.onNotificationOpen().subscribe(function(e){e&&("background"==e.tap?V.initializeApp():(V.actionBannerVisible=!0,V.activeNotification=!1,setTimeout(function(){V.notificationData=e,V.activeNotification=!0},1e3)))}),t.registerBackButtonAction(function(){if(V.currentView=V.nav.getActive(),V.menuCtrl.isOpen())V.menuCtrl.close();else if(V.nav.canGoBack())V.nav.pop();else if(!V.closeAppDialogOpened){var e=V.nav.getActive();e&&(e.id===V.homePage||e.name===V.homePage||"AppUpdatePage"===e.id||"AppUpdatePage"===e.name||e.instance instanceof Sn.a)?(V.closeAppDialogOpened=!0,V.alertCtrl.create({title:V.translationProvider.translate("CLOSE_APPLICATION"),subTitle:V.translationProvider.translate("CLOSE_APPLICATION_CONFIRMATION"),enableBackdropDismiss:!1,buttons:[{text:V.translationProvider.translate("CANCEL"),handler:function(){V.closeAppDialogOpened=!1}},{text:V.translationProvider.translate("CLOSE"),handler:function(){V.closeAppDialogOpened=!1,t.exitApp()}}]}).present()):V.nav.setRoot(V.homePage)}var n=document.getElementById("components-three-ds-frame-wrapper");n&&(n.remove(),V.setInitRoot(V.homePage,"NetworkErrorPage")),V.pressed=V.currentView}),V.initializeApp()}),this.network.onDisconnect().subscribe(function(){V.initLoader=!1;var e=V.nav.getActive();e&&("AppUpdatePage"===e.id||"AppUpdatePage"===e.name||e.instance instanceof Sn.a)||V.nav.setRoot("NetworkErrorPage")}),this.network.onConnect().subscribe(function(){console.log("onConnect");var e=V.nav.getActive();e&&("NetworkErrorPage"===e.id||"NetworkErrorPage"===e.name||e.instance instanceof Pn.a)&&V.initializationProvider.initialize().subscribe(function(){V.setInitRoot(V.homePage,"NetworkErrorPage")})}),this.authProvider.loggedIn$.pipe(Object(Tn.a)(this)).subscribe(function(e){V.userLoggedIn=e,V.userLoggedIn&&V.oryxCasinoProvider.lobbyItemsWithOrder.length&&(V.oryxCasinoProvider.lobbyItemsWithOrder=[]),V.initializationProvider.initialized&&(V.createMenu(),e?V.setLimitsPopup():localStorage.getItem("userLoginTime")&&localStorage.removeItem("userLoginTime"))}),this.attendantApp&&this.accountingProvider.reportTypes$.subscribe(function(){V.initializationProvider.initialized&&V.createMenu()}),this.userProvider.userData$.pipe(Object(Tn.a)(this)).subscribe(function(e){V.userData=e,V.initializationProvider.initialized&&(V.createMenu(),V.userVerificationInfoModal&&V.userVerificationInfoModal.dismiss(!0).then(function(){V.userVerificationInfoModal=null}),!e.AmlVerified&&V.authProvider.isLoggedIn()&&7==V.cfg.RegistrationType&&V.userProvider&&V.userProvider.userSettings&&setTimeout(function(){V.createUserVerificationInfoModal()},100))}),this.userData=this.userProvider.userData,this.userLoggedIn=this.authProvider.isLoggedIn(),this.createMenu(),this.configApplicationData=this.configProvider.configApplication,this.configProvider.configApplication$.pipe(Object(Tn.a)(this)).subscribe(function(e){V.configApplicationData=e,V.initializationProvider.initialized&&V.createMenu()}),this.configProvider.configTerminal$.pipe(Object(Tn.a)(this)).subscribe(function(e){V.initializationProvider.initialized&&V.createMenu(),e&&e.UserActivityTimeLimit>0&&(V.timeLimit=e.UserActivityTimeLimit,V.activityWatcher()),e&&e.ThemeChangingEnabled&&V.themeProvider.changeTheme(V.themeProvider.currentTheme)});this.userProvider.userLoggedIn$.subscribe(function(){V.authProvider.isLoggedIn()&&V.configProvider.configTerminal&&V.configProvider.configTerminal.EmptyWalletDepositModalEnabled&&V.userProvider.userData&&0==V.userProvider.userData.Balance&&V.walletProvider.getDepositProviders().subscribe(function(e){V.showEmptyUserWalletDialog(e.PaymentProviders)}),V.userProvider.userSettings.ChangeLimitsRequired&&V.showUserLimitModalDialog()}),this.checkPromoUserBanners(),this.checkAgeRestrictionExpired(),this.startSessionTimer()}return Object.defineProperty(e.prototype,"cfg",{get:function(){return this.configProvider&&this.configProvider.configTerminal},enumerable:!0,configurable:!0}),e.prototype.checkAgeRestrictionExpired=function(){if(this.isOptionalAdult=localStorage.getItem("is_optional_adult"),this.isOptionalAdultDateSet=localStorage.getItem("optional_adult_date_set"),this.isOptionalAdult&&this.isOptionalAdultDateSet){var e=new Date,t=Date.parse(this.isOptionalAdultDateSet);new Date(new Date(t).toUTCString())<e&&(localStorage.removeItem("optional_adult_date_set"),localStorage.removeItem("is_optional_adult"))}},e.prototype.ngOnDestroy=function(){this.oryxProvider.webSocketDisconnect(),this.visibilityListner(!0)},e.prototype.disableContentScroll=function(){document.body.style.overflow="hidden"},e.prototype.enableContentScroll=function(){document.body.style.overflow="auto"},e.prototype.dismissNotif=function(){var e=this;this.activeNotification=!1,setTimeout(function(){e.actionBannerVisible=!1,e.notificationData=null},2e3)},e.prototype.ngOnInit=function(){var e=this;if(setTimeout(function(){"serviceWorker"in navigator&&"PushManager"in window&&navigator.serviceWorker.ready.then(function(t){console.log("Service Worker registered:",t),Notification.requestPermission().then(function(n){if("granted"===n&&e.envProvider&&e.envProvider.environment){firebase.apps.length||firebase.initializeApp(e.envProvider.environment.Firebase);var i=firebase.messaging();i.useServiceWorker(t),i.getToken().then(function(t){e.authProvider.loggedIn$.subscribe(function(n){e.firebaseProvider.sendFirebaseToken(t).subscribe(function(e){},function(e){return console.log(e)})})}).catch(function(e){}),i.onMessage(function(e){t.showNotification(e.data.title||"Title",{body:e.data.body||"",icon:e.data.icon||"assets/imgs/android-icon-192x192.png",requireInteraction:!0})})}})}).catch(function(e){console.error("Service Worker registration failed:",e)})},1e3),this.getCasinoSelectedGame(),this.closeModalOnBack(),this.userProvider.highLevelNotifications$.pipe(Object(Tn.a)(this)).subscribe(function(t){e.actionBannerVisible=!0,e.activeNotification=!1,setTimeout(function(){e.notificationData=t,e.activeNotification=!0},1e3)},function(e){return console.log(e)}),this.appUpdateProvider.optionalUpdateSkipped$.subscribe(function(t){e.openAgeRestrictionModal(),e.loadCookiesModal(),t&&e.setInitRoot("1"==e.terminalType?e.userLoggedIn?"AttendantHomePage":e.authProvider.forcePINLogin?"LoginPinPage":"AttendantLoginPage":e.homePage,"NetworkErrorPage")}),this.app.viewWillEnter.subscribe(function(t){var n=e.isLivePage(t),i=e.isCasinoPage(t),r=e.isModalPage(t),o=e.isSportBetslip(t);n||o?setTimeout(function(){!e.sportBettingLiveClientProvider.connected&&e.sportsBettingProvider.liveInitialized&&(e.sportBettingLiveClientProvider.initialized?e.sportBettingLiveClientProvider.connect():e.sportBettingLiveClientProvider.initialize())},10):e.sportBettingLiveClientProvider.disconnect(),!e.userApp||t.id.toLowerCase().includes("promotions")||t.id.toLowerCase().includes("bonus")||t.id.toLowerCase().includes("update")||!e.promoBannersFirstLoad||(e.promoBannersFirstLoad=!1,e.checkPromoBanners()),i||r||e.oryxCasinoProvider.webSocketDisconnect(),i||t.id.toLowerCase().includes("n0")||t.id.toLowerCase().includes("n1")||t.id.toLowerCase().includes("n2")||t.id.toLowerCase().includes("login")||t.id.toLowerCase().includes("registration")||t.id.toLowerCase().includes("depositpage")||t.id.toLowerCase().includes("myticketspage")||(e.oryxCasinoProvider.lobbyItemsWithOrder=[])}),!Yt.a.MobileWeb){var t=document.getElementById("scrollBtn");this.app.viewDidEnter.subscribe(function(n){n&&n.id&&(n.id.toLowerCase().includes("n0")||n.id.toLowerCase().includes("n1")||n.id.toLowerCase().includes("n2")||(e.userProvider.navigatedPage.name=n.id)),e.scrollContent=n._ionCntDir,"HomePage"==n.name||"HomePage"==n.id||"/home"==n.id||"home"==n.id?e.scrollContent&&e.scrollContent.ionScroll.subscribe(function(n){n&&("down"==n.directionY&&e.scrollContent.scrollTop>60?t&&(t.style.display="flex"):"up"==n.directionY&&e.scrollContent.scrollTop<60&&t&&(t.style.display="none"))}):t.style.display="none",(n.name.toString().includes("CasinoAgregator")||n.id.toString().includes("casino-agregator"))&&e.scrollContent.ionScroll.subscribe(function(t){t.directionY&&e.scrollContent.scrollTop>1&&(e.oryxProvider.gameSelected=null,e.oryxProvider.sendCasinoSelectedGame(null))})})}},e.prototype.isBingoPage=function(e){return e.name.toLowerCase().includes("bingo")||e.id.toLowerCase().includes("bingo")||e.id.toLowerCase().includes("/bingo")},e.prototype.isKenoPage=function(e){return e.name.toLowerCase().includes("keno")||e.id.toLowerCase().includes("keno")||e.id.toLowerCase().includes("/keno")},e.prototype.isLivePage=function(e){return e.name.toLowerCase().includes("sport")||e.id.toLowerCase().includes("sport")||e.id.toLowerCase().includes("/sport")},e.prototype.isSportBetslip=function(e){var t=this.nav.getActive();return t.id.includes("SportsBettingBetSlipPage")||t.id.toLowerCase().includes("sports-betting/bet-slip")},e.prototype.isCasinoPage=function(e){return e.name.toLowerCase().includes("casino")||e.id.toLowerCase().includes("casino")||e.id.toLowerCase().includes("/casino")||e.id&&e.id.toLowerCase().includes("casino")},e.prototype.isModalPage=function(e){return e.component.name.includes("ModalCmp")||e.component.name.toLowerCase().includes("modalcmp")},e.prototype.scrollToTop=function(){var e=this;setTimeout(function(){e.scrollContent.scrollToTop()},10)},e.prototype.onIntegrationItemSelected=function(e){this.nav.getActive().name!=e.page&&this.nav.setRoot(e.page,null,{animate:!0,direction:"forward"})},e.prototype.showLangSelectionModal=function(){var e=this;this.languageSelectionModal=this.modalCtrl.create("LanguageSelectionModalPage",{languages:this.laguagesDropdown,currentLanguage:this.currentLanguage},{showBackdrop:!0,enableBackdropDismiss:!1,cssClass:"z-index-max"}),this.languageSelectionModal.onDidDismiss(function(t){t&&e.onLanguageClick(t)}),this.languageSelectionModal.present()},e.prototype.showUserLimitModalDialog=function(){var e=this;setTimeout(function(){e.userProvider.getUserRestrictionsLimits().subscribe(function(t){e.userLimitModal=e.modalCtrl.create("UserLimitsModalPage",{restrictions:t.Result},{showBackdrop:!0,enableBackdropDismiss:!1}),e.userLimitModal.onDidDismiss(function(t){t&&e.nav.push("UserLimitsPage")}),e.userLimitModal.present()})},1e3)},e.prototype.setLimitsPopup=function(){var e=this;this.cfg.UserLimitPopupTimeout&&setTimeout(function(){e.setUserLimitPopup=e.modalCtrl.create("UserSetLimitsInfoModalPage",{},{showBackdrop:!0,enableBackdropDismiss:!1}),e.setUserLimitPopup.onDidDismiss(function(t){t&&e.nav.push("MyLimitsPage")}),e.setUserLimitPopup.present()},1e3)},e.prototype.showEmptyUserWalletDialog=function(e){var t=this;this.emptyUserWalletModal=this.modalCtrl.create("EmptyUserWalletModalPage",{providers:e},{showBackdrop:!0,enableBackdropDismiss:!0}),this.emptyUserWalletModal.onDidDismiss(function(e){e&&t.nav.push("DepositPage",{selectedProvider:e})}),this.emptyUserWalletModal.present()},e.prototype.ngAfterViewInit=function(){var e=this;this.generalNav.nav=this.nav,this.ionicApp._modalPortal.viewDidLeave.subscribe(function(){e.enableContentScroll()}),this.app.viewDidEnter.subscribe(function(t){t&&t.id&&(t.id.toLowerCase().includes("n0")||t.id.toLowerCase().includes("n1")||t.id.toLowerCase().includes("n2")||(e.userProvider.navigatedPage.name=t.id,e.menuNavigatedPage=e.userProvider.navigatedPage.name));var n=document.getElementById("footer");if(n&&(n.style.transform="translateY(0)"),e.currentPage=t,Yt.a.MobileWeb){var i=e.ionicApp._modalPortal.getActive(),r=e.ionicApp._overlayPortal.getActive();i&&e.disableContentScroll(),i||r||"ToastCmp"==t.component.name||e.nav.viewDidEnter.subscribe(function(t){t&&t.id&&(t.id.toLowerCase().includes("n0")||t.id.toLowerCase().includes("n1")||t.id.toLowerCase().includes("n2")||(e.userProvider.navigatedPage.name=t.id)),"AccountActivationPage"===t.id||"RegistrationType5Page"===t.id||"SportBettingPrematchPage"===t.id||t.id.toString().includes("sports-betting/offer")||"SportsBettingLivePage"===t.id||"sports-betting/live"===t.id||"SportsBettingPrematchLeaguePage"===t.id||"SportsBettingMatchExtendedPage"===t.id||e.ionicApp.setElementAttribute("content",scrollTo(0,0))})}var o=e.isBingoPage(t),a=e.isKenoPage(t),s=e.isCasinoPage(t),u=navigator;o||a||s?"wakeLock"in navigator&&(e.isKenoPage(e.nav.last())||e.isBingoPage(e.nav.last())||e.isCasinoPage(e.nav.last())||(e.wakeLock=u.wakeLock.request("screen"),document.addEventListener("visibilitychange",function(t){null!==e.wakeLock&&"visible"===document.visibilityState&&(e.wakeLock=u.wakeLock.request("screen"))}))):"wakeLock"in navigator&&null!=e.wakeLock&&e.wakeLock.then(function(t){t.release(),document.removeEventListener("visibilitychange",function(){e.wakeLock=null}),e.wakeLock=null})}),this.configProvider.configTerminal$.pipe(Object(Tn.a)(this)).subscribe(function(t){t&&(e.nav.viewWillEnter.pipe(Object(Tn.a)(e)).subscribe(function(n){if((t.AgeRestrictionSubheaderEnabled||t.MobileWebSessionTimer&&e.userLoggedIn)&&"2"==Yt.a.TerminalType){(s=document.getElementById("main-menu"))&&s.classList.add("menu-76");var i=["error/network","app/update","virtuals/loterry/bingo","casino-agregator-game","casino-tournaments-games","casino-games-list","casino-promotions-games"];if(-1==["NetworkErrorPage","AppUpdatePage","BingoPage","CasinoAgregatorGameLaunchPage","CasinoTournamentsGamesPage","CasinoGamesListPage","CasinoPromotionsGamesPage"].indexOf(n.id)&&-1==i.indexOf(n.id)){var r=document.getElementsByClassName("fixed-content"),o=document.getElementsByClassName("scroll-content"),a="margin-top-76px";"OddinPage"!=n.id&&"oddin"!=n.id||(a="oddin-top-76"),setTimeout(function(){if(r)for(var e=0;e<r.length;e++){r[e].classList.add(a)}if(o)for(e=0;e<o.length;e++){o[e].classList.add(a)}},0)}}else if(t.MobileWebSessionTimer&&!e.userLoggedIn){var s=document.getElementById("main-menu");e.removeScrollContentClasses(s,n)}}),e.searchType=t.SportBettingEnabled?0:t.CasinoAgregatorEnabled?1:e.searchType)}),this.visibilityListner()},e.prototype.removeScrollContentClasses=function(e,t){e&&e.classList.remove("menu-76");var n=document.getElementsByClassName("fixed-content"),i=document.getElementsByClassName("scroll-content"),r="margin-top-76px";"OddinPage"!=t.id&&"oddin"!=t.id||(r="oddin-top-76"),setTimeout(function(){if(n)for(var e=0;e<n.length;e++){n[e].classList.remove(r)}if(i)for(e=0;e<i.length;e++){i[e].classList.remove(r)}},0)},e.prototype.visibilityListner=function(e){var t=this;void 0===e&&(e=!1),e?document.removeEventListener("visibilitychange",null):document.addEventListener("visibilitychange",function(e){document.hidden?t.inactivityChecker():(t.clearInactivity(),t.inactivityReload&&location.reload())})},e.prototype.inactivityChecker=function(){var e=this;this.clearInactivity(),this.inactivityTimer=setTimeout(function(){document.hidden?(e.inactivityReload=!0,e.oryxCasinoProvider.webSocketDisconnect(),e.sportBettingProvider.webSocketDisconnect(),e.clearInactivity()):e.clearInactivity()},3e5)},e.prototype.clearInactivity=function(){this.inactivityTimer&&clearTimeout(this.inactivityTimer)},e.prototype.openDepositPage=function(){this.menuCtrl.close(),this.nav.push("DepositPage")},e.prototype.openMessage=function(){this.menuCtrl.close(),this.nav.push("MyAccountPage",{selection:"message"}),this.dismissNotif()},e.prototype.openWithdrawPage=function(){this.menuCtrl.close(),this.nav.push("WithdrawPage")},e.prototype.closeModalOnBack=function(){this.platform.registerBackButtonAction(this.onPopState)},e.prototype.onPopState=function(e){var t=this.ionicApp._modalPortal.getActive();t?t.dismiss():this.closeCasinoGame(this.nav.getActive())},e.prototype.onBeforeUnload=function(e){this.userLoggedIn&&this.userProvider.sessionTimer&&localStorage.setItem("userLoginTime",this.userProvider.sessionTimer)},Object.defineProperty(e.prototype,"sportInit",{get:function(){return this.sportBettingProvider&&this.sportBettingProvider.sportInit},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"membershipTypeToken",{get:function(){var e=this.authProvider.getAuth();return e?e.membershipTypeToken:void 0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"currentTheme",{get:function(){return this.themeProvider.currentTheme},enumerable:!0,configurable:!0}),e.prototype.onQRScanClicked=function(){var e=this;"cordova"in window?(this.menuCtrl.close(),this.barcodeScanner.scan({showTorchButton:!0}).then(function(t){t.cancelled||("QR_CODE"==t.format?(t.text&&!t.text.startsWith("http")&&(t.text="http://"+t.text),e.iab.create(t.text,"_blank",{location:"yes"})):t.text&&11==t.text.length?e.searchTicket(t.text.slice(0,10)):e.uiProvider.toastCreate("UNABLE_TO_READ_PIN","warning"))})):console.warn("camera is available only on device")},e.prototype.searchTicket=function(e){var t=this;this.uiProvider.loadingPresent(),this.ticketProvider.searchTicket(e).subscribe(function(e){t.ticketPin=void 0,t.uiProvider.loadingDismiss(),e.Processed&&e.Validated&&e.Result?t.nav.push("TicketDetailsPage",{ticketResult:e.Result,pin:e.Result.Ticket.EncryptedTicketPin}):t.uiProvider.toastCreate("TICKET_NOT_FOUND","warning")},function(e){t.uiProvider.loadingDismiss(),t.uiProvider.toastCreate("SERVICE_NOT_AVAILABLE","error"),console.error(e)})},e.prototype.createMenu=function(){var e=this;this.menuItems=[];var t=this.configProvider.configTerminal,n=this.configProvider.configApplication;if(n&&t){var i=t.Games,r=1==t.SportBettingEnabled||1==t.LiveBettingEnabled,o=n.BonusPageEnabled,a=n.PromotionsPageEnabled,s=t.AndroidPromoPageEnabled,u=t.WebHowToPlayEnabled,l=t.LottoEnabled,c=t.BingoEnabled,d=t.VirtualRacesEnabled,m=t.KenoEnabled,p=t.GoldenRacesEnabled,h=t.GoldenRaceSpinEnabled,f=t.MultipleSpinGamesEnabled,g=i&&i.EvonaPlay&&i.EvonaPlay.Spin4WinEnabled,y=i&&i.EvonaPlay&&i.EvonaPlay.BlazingRocketEnabled,v=i&&i.EvonaPlay&&i.EvonaPlay.BlazingRocketCode,b=i&&i.EvonaPlay&&i.EvonaPlay.ProviderId?i.EvonaPlay.ProviderId:"25",M=t.EmiratesDrawEnabled,S=t.MainMenuType?t.MainMenuType:0;this.menuType=S;var P=t.EndorphinaEnabled,T=t.BetgamesEnabled,k=t.OddinEnabled,E=t.AppDownloadEnabled,A=t.CmsDownloadPage&&t.CmsDownloadPage?t.CmsDownloadPage:"",C=t.ZendeskChatEnabled&&this.userLoggedIn,O=t.TerminalLocationsEnabled,I=n.ViewTicketEnabled,_=t.EzugiEnabled,j=t.OryxCasinoEnabled,w=t.CasinoAgregatorEnabled,B=t.Games.AviatorInNavEnabled,N=t.Games.MinigamesScoreInNavEnabled,H=t.LoteryGamesEnabled,R=t.TvBetEnabled,D=t.CouponBettingEnabled,z="2"==Yt.a.TerminalType&&this.envProvider.environment.TawkToEmbedded,L=t.IosDownloadLink,J=n.VipClubPageEnabled,F=this.envProvider.environment.AviatorId?this.envProvider.environment.AviatorId:"13",x=t.Languages.length>1,U=t.WebStaticHeaderInfo&&t.WebStaticHeaderInfo.length,V=this.envProvider.environment&&this.envProvider.environment.Chat.Enabled,W=i&&i.EvonaPlay&&i.EvonaPlay.Spin4WinCode?i.EvonaPlay.Spin4WinCode:"spin4Win",G=this.envProvider.environment.EmiratesDrawId?this.envProvider.environment.EmiratesDrawId:"2096",K="2"==Yt.a.TerminalType&&this.envProvider.environment.LiveChatLicence,$="2"==Yt.a.TerminalType&&t.SupportBoxChatEnabled,q=!!this.authGames,Y=t.BingoPlayEnabled,Z=t.KenoPlayEnabled,X=t.LotteriesLobbyEnabled,Q=t.LotteryResultsTerminalId,ee=t.Gamification&&t.Gamification.GamificationEnabled,te=t.SplashTechEnabled,ne=t.CasinoLiveSectionId;switch(S){case 1:this.menuItems.push(this.createMenuItem("SPORTS_BETTING","sports-betting",r,[this.createMenuItemSection("HOME_SPORT","1"!=Yt.a.TerminalType||1==t.SportBettingEnabled,function(){e.openPage("SportsBettingPage")},void 0,this.isNewItem("sport")),this.createMenuItemSection("PREMATCH","1"!=Yt.a.TerminalType||1==t.SportBettingEnabled,function(){e.openPage("SportBettingPrematchPage")},void 0,this.isNewItem("sport")),this.createMenuItemSection("LIVE",1==t.LiveBettingEnabled,function(){e.openPage("SportsBettingLivePage")},void 0,this.isNewItem("live")),this.createMenuItemSection("RESULTS","1"!=Yt.a.TerminalType||1==t.SportBettingEnabled,function(){e.openPage("SportsBettingResultsPage")},void 0,this.isNewItem("results"))])),this.menuItems.push(this.createMenuItem("GAMES","games",(d||c||m||p||j||w||M)&&q||R||y||k||D||_||f,[this.createMenuItemSection("VIRTUAL_RACES",d&&q,function(){e.openPage("VirtualRacesPage")},void 0,this.isNewItem("virtualgames")),this.createMenuItemSection("BINGO",c&&q,function(){e.openPage("BingoPage")},void 0,this.isNewItem("bingo")),this.createMenuItemSection("KENO",m&&q,function(){e.openPage("KenoV2Page")},void 0,this.isNewItem("keno")),this.createMenuItemSection("GOLDEN_RACE",p&&this.userApp,function(){e.openPage("CasinoGoldenracePage")},void 0,this.isNewItem("goldenrace")),this.createMenuItemSection("BLAZING_ROCKET",y,function(){e.openPageWithParams("CasinoAgregatorGameLaunchPage",{providerId:b,gameCode:v,useDemo:!e.userLoggedIn})},void 0,this.isNewItem("blazingrocket")),this.createMenuItemSection("EMIRATES_DRAW",M&&q,function(){e.openPageWithParams("CasinoAgregatorGameLaunchPage",{providerId:G,gameCode:271,useDemo:!e.userLoggedIn})},void 0,this.isNewItem("emirates-draw")),this.createMenuItemSection("GOLDENRACE_SPIN_TO_WIN",h&&!f&&this.userApp,function(){e.openPageWithParams("CasinoGoldenracePage",{link:"spin2win-21003"})},void 0,this.isNewItem("goldenrace-spin")),this.createMenuItemSection("SPIN4WIN",g&&!f&&this.userApp,function(){e.openPageWithParams("CasinoAgregatorGameLaunchPage",{providerId:b,gameCode:W,useDemo:!e.userLoggedIn})},void 0,this.isNewItem("spin4Win")),this.createMenuItemSection("SPIN_GAMES",f&&this.userApp,function(){},void 0,!1,[this.createSubmenuItemSection("GOLDENRACE_SPIN_TO_WIN",f,function(){e.openPageWithParams("CasinoGoldenracePage",{link:"spin2win-21003"})},void 0,this.isNewItem("goldenrace-spin")),this.createSubmenuItemSection("SPIN4WIN",f,function(){e.openPageWithParams("CasinoAgregatorGameLaunchPage",{providerId:b,gameCode:W,useDemo:!e.userLoggedIn})},void 0,this.isNewItem("spin4Win"))]),this.createMenuItemSection("ORYX_CASINO_GAMES",j,function(){e.openPage("OryxCasinoPage")},void 0,this.isNewItem("oryx")),this.createMenuItemSection("ORYX_CASINO_GAMES",w&&q,function(){e.openPage("CasinoPage")},void 0,this.isNewItem("casino")),this.createMenuItemSection("AVIATOR",B&&this.userApp,function(){e.openPageWithParams("AviatorCasinoLaunchPage",{gameCode:"aviator",providerId:F})},void 0,this.isNewItem("aviator")),this.createMenuItemSection("MINIGAMES_SCORE",N&&this.userApp,function(){e.openPageWithParams("CasinoAgregatorGameLaunchPage",{gameCode:t.Games.EvonaPlay.ScoreCode,providerId:t.Games.EvonaPlay.ProviderId})},void 0,this.isNewItem("minigamescore")),this.createMenuItemSection("LIVE_DEALERS",_&&this.userApp,function(){e.openPage("EzugiPage")},void 0,this.isNewItem("ezugi")),this.createMenuItemSection("COUPON_GAME",D,function(){e.openPage("CouponBettingOfferPage")},void 0,this.isNewItem("coupon")),this.createMenuItemSection("TVBET",R&&this.userApp,function(){e.openPage("CasinoTvbetPage")},void 0,this.isNewItem("tvbet")),this.createMenuItemSection("ODDIN",k&&this.userApp,function(){e.openPage("OddinPage")},void 0,this.isNewItem("esports"))])),this.menuItems.push(this.createMenuItem("CASINO_GAMES","casino-v4",this.userApp&&(P||T)&&q,[this.createMenuItemSection("ENDORPHINA",P,function(){e.openPage("CasinoEndorphinaPage")},void 0,this.isNewItem("endorphina")),this.createMenuItemSection("BETGAMES",T,function(){e.openPage("CasinoBetgamesPage")},void 0,this.isNewItem("betgames"))]));break;case 2:this.menuItems.push(this.createMenuItem("OUR_GAMES",void 0,r||(d||c||m||p||j||w||M)&&q||this.userApp&&(P||T)&&q||R||y||k||D||_||f||B||N,[this.createMenuItemSection("HOME_SPORT",1==t.SportBettingEnabled,function(){e.openPage("SportsBettingPage")},void 0,this.isNewItem("sport"),void 0,"football-ball-v4","ion-icon","SportsBettingPage"),this.createMenuItemSection("PREMATCH",1==t.SportBettingEnabled,function(){e.openPage("SportBettingPrematchPage")},void 0,this.isNewItem("sport"),void 0,"football-ball-v4","ion-icon","SportBettingPrematchPage"),this.createMenuItemSection("LIVE",1==t.LiveBettingEnabled,function(){e.openPage("SportsBettingLivePage")},void 0,this.isNewItem("live"),void 0,"basketball-ball-v4","ion-icon","SportsBettingLivePage"),this.createMenuItemSection("RESULTS",1==t.SportBettingEnabled,function(){e.openPage("SportsBettingResultsPage")},void 0,this.isNewItem("results"),void 0,"clipboard-check-v4","ion-icon","SportsBettingResultsPage"),this.createMenuItemSection("VIRTUAL_RACES",d&&q,function(){e.openPage("VirtualRacesPage")},void 0,this.isNewItem("virtualgames"),void 0,"finish-v4","ion-icon","VirtualRacesPage"),this.createMenuItemSection("BINGO",c&&q&&!X,function(){e.openPage("BingoPage")},void 0,this.isNewItem("bingo"),void 0,"lottery-v4","ion-icon","BingoPage"),this.createMenuItemSection("KENO",m&&q&&!X,function(){e.openPage("KenoV2Page")},void 0,this.isNewItem("keno"),void 0,"lottery-v4","ion-icon","KenoV2Page"),this.createMenuItemSection("LOTTO",l&&!X,function(){e.openPage("LottoPage")},void 0,this.isNewItem("lotto"),void 0,"lottery-v4","ion-icon","LottoPage"),this.createMenuItemSection("MENU_LOBBY",(c||m||Y||Z)&&X,function(){e.openPage("LotteryGamesLobbyPage")},void 0,this.isNewItem("lotteryGames"),void 0,"lottery-v4","ion-icon","LotteryGamesLobbyPage"),this.createMenuItemSection("LOTTERY_RESULTS",H&&(this.loterryGames||c||m),function(){},void 0,!1,[this.createMenuItemSection("BINGO_RESULTS",this.loterryGames&&-1!==this.loterryGames.indexOf("BINGO")||c,function(){e.openPage("BingoResultsPage",{gameId:5})},void 0,this.isNewItem("bingoresults")),this.createMenuItemSection("BINGO_PLAY_RESULTS",Y,function(){e.openPage("BingoPlayResultsPage")},void 0,this.isNewItem("bingoresults")),this.createMenuItemSection("KENO_RESULTS",this.loterryGames&&-1!==this.loterryGames.indexOf("KENO")||m,function(){e.openPage("KenoResultsPage",{gameId:16})},void 0,this.isNewItem("kenoresults")),this.createMenuItemSection("KENO_PLAY_RESULTS",Z,function(){e.openPage("KenoPlayResultsPage")},void 0,this.isNewItem("kenoresults")),this.createMenuItemSection("TERMINAL_BINGO_RESULTS",(this.loterryGames||c)&&Q,function(){e.openPage("BingoResultsPage",{terminalId:Q,gameId:5})},void 0,this.isNewItem("bingoresults")),this.createMenuItemSection("TERMINAL_KENO_RESULTS",(this.loterryGames||m)&&Q,function(){e.openPage("KenoResultsPage",{terminalId:Q,gameId:16})},void 0,this.isNewItem("kenoresults"))],"lottery-v4","ion-icon"),this.createMenuItemSection("GOLDEN_RACE",p&&this.userApp,function(){e.openPage("CasinoGoldenracePage")},void 0,this.isNewItem("goldenrace"),void 0,"helmet-v4","ion-icon","CasinoGoldenracePage"),this.createMenuItemSection("BLAZING_ROCKET",y,function(){e.openPageWithParams("CasinoAgregatorGameLaunchPage",{providerId:b,gameCode:v,useDemo:!e.userLoggedIn})},void 0,this.isNewItem("blazingrocket"),void 0,"crash","ion-icon"),this.createMenuItemSection("EMIRATES_DRAW",M&&q,function(){e.openPageWithParams("CasinoAgregatorGameLaunchPage",{providerId:G,gameCode:271,useDemo:!e.userLoggedIn})},void 0,this.isNewItem("emirates-draw"),void 0,"casino-v4","ion-icon"),this.createMenuItemSection("GOLDENRACE_SPIN_TO_WIN",h&&!f&&this.userApp,function(){e.openPageWithParams("CasinoGoldenracePage",{link:"spin2win-21003"})},void 0,this.isNewItem("goldenrace-spin"),void 0,"casino-v4","ion-icon","CasinoGoldenracePage"),this.createMenuItemSection("SPIN4WIN",g&&!f&&this.userApp,function(){e.openPageWithParams("CasinoAgregatorGameLaunchPage",{providerId:b,gameCode:W,useDemo:!e.userLoggedIn})},void 0,this.isNewItem("spin4Win"),void 0,"casino-v4","ion-icon"),this.createMenuItemSection("SPIN_GAMES",f&&this.userApp,function(){},void 0,!1,[this.createSubmenuItemSection("GOLDENRACE_SPIN_TO_WIN",f,function(){e.openPageWithParams("CasinoGoldenracePage",{link:"spin2win-21003"})},void 0,this.isNewItem("goldenrace-spin")),this.createSubmenuItemSection("SPIN4WIN",f,function(){e.openPageWithParams("CasinoAgregatorGameLaunchPage",{providerId:b,gameCode:W,useDemo:!e.userLoggedIn})},void 0,this.isNewItem("spin4Win"))],"casino-v4","ion-icon"),this.createMenuItemSection("ORYX_CASINO_GAMES",j,function(){e.openPage("OryxCasinoPage")},void 0,this.isNewItem("oryx"),void 0,"casino-v4","ion-icon","OryxCasinoPage"),this.createMenuItemSection("ORYX_CASINO_GAMES",w&&q,function(){e.openPage("CasinoPage")},void 0,this.isNewItem("casino"),void 0,"casino-v4","ion-icon","CasinoPage"),this.createMenuItemSection("CASINO_LIVE_GAMES",w&&ne&&q,function(){e.openPage("CasinoSectionGamesPage",{id:""+ne,name:"CASINO_LIVE_GAMES",provider:"provider-0"})},void 0,this.isNewItem("casino"),void 0,"casino-v4","ion-icon","CasinoPage"),this.createMenuItemSection("AVIATOR",B&&this.userApp,function(){e.openPageWithParams("AviatorCasinoLaunchPage",{gameCode:"aviator",providerId:F})},void 0,this.isNewItem("aviator"),void 0,"plane-v4","ion-icon","AviatorCasinoLaunchPage"),this.createMenuItemSection("MINIGAMES_SCORE",N&&this.userApp,function(){e.openPageWithParams("CasinoAgregatorGameLaunchPage",{gameCode:t.Games.EvonaPlay.ScoreCode,providerId:t.Games.EvonaPlay.ProviderId})},void 0,this.isNewItem("minigamescore"),void 0,"football-ball-v4","ion-icon","CasinoAgregatorGameLaunchPage"),this.createMenuItemSection("LIVE_DEALERS",_&&this.userApp,function(){e.openPage("EzugiPage")},void 0,this.isNewItem("ezugi"),void 0,"casino-v4","ion-icon","EzugiPage"),this.createMenuItemSection("COUPON_GAME",D,function(){e.openPage("CouponBettingOfferPage")},void 0,this.isNewItem("coupon"),void 0,"bill-v2","ion-icon","CouponBettingOfferPage"),this.createMenuItemSection("TVBET",R&&this.userApp,function(){e.openPage("CasinoTvbetPage")},void 0,this.isNewItem("tvbet"),void 0,"casino-v4","ion-icon","CasinoTvbetPage"),this.createMenuItemSection("ODDIN",k&&this.userApp,function(){e.openPage("OddinPage")},void 0,this.isNewItem("esports"),void 0,"gamepad-v2","ion-icon","OddinPage"),this.createMenuItemSection("ENDORPHINA",P,function(){e.openPage("CasinoEndorphinaPage")},void 0,this.isNewItem("endorphina"),void 0,"casino-v4","ion-icon","CasinoEndorphinaPage"),this.createMenuItemSection("BETGAMES",T,function(){e.openPage("CasinoBetgamesPage")},void 0,this.isNewItem("betgames"),void 0,"casino-v4","ion-icon","CasinoBetgamesPage"),this.createMenuItemSection("SPLASHTECH",te,function(){e.openPage("SplashtechPage")},void 0,this.isNewItem("splashtech"),void 0,"football-ball-v4","ion-icon","SplashtechPage")]));break;default:this.menuItems.push(this.createMenuItem("SPORTS_BETTING","sports-betting",r,[this.createMenuItemSection("HOME","1"!=Yt.a.TerminalType||1==t.SportBettingEnabled,function(){e.openPage("SportsBettingPage")},void 0,this.isNewItem("sport")),this.createMenuItemSection("PREMATCH","1"!=Yt.a.TerminalType||1==t.SportBettingEnabled,function(){e.openPage("SportBettingPrematchPage")},void 0,this.isNewItem("sport")),this.createMenuItemSection("LIVE",1==t.LiveBettingEnabled,function(){e.openPage("SportsBettingLivePage")},void 0,this.isNewItem("live")),this.createMenuItemSection("RESULTS","1"!=Yt.a.TerminalType||1==t.SportBettingEnabled,function(){e.openPage("SportsBettingResultsPage")},void 0,this.isNewItem("results"))])),this.menuItems.push(this.createMenuItem("VIRTUAL_GAMES","helmet-v4",(d||p||R||k||D||M)&&q,[this.createMenuItemSection("VIRTUAL_RACES",d,function(){e.openPage("VirtualRacesPage")},void 0,this.isNewItem("virtualgames")),this.createMenuItemSection("GOLDEN_RACE",p&&this.userApp,function(){e.openPage("CasinoGoldenracePage")},void 0,this.isNewItem("goldenrace")),this.createMenuItemSection("GOLDENRACE_SPIN_TO_WIN",h&&!f&&this.userApp,function(){e.openPageWithParams("CasinoGoldenracePage",{link:"spin2win-21003"})},void 0,this.isNewItem("goldenrace-spin")),this.createMenuItemSection("SPIN4WIN",g&&!f&&this.userApp,function(){e.openPageWithParams("CasinoAgregatorGameLaunchPage",{providerId:b,gameCode:W,useDemo:!e.userLoggedIn})},void 0,this.isNewItem("spin4Win")),this.createMenuItemSection("SPIN_GAMES",f&&this.userApp,function(){},void 0,!1,[this.createSubmenuItemSection("GOLDENRACE_SPIN_TO_WIN",f,function(){e.openPageWithParams("CasinoGoldenracePage",{link:"spin2win-21003"})},void 0,this.isNewItem("goldenrace-spin")),this.createSubmenuItemSection("SPIN4WIN",f,function(){e.openPageWithParams("CasinoAgregatorGameLaunchPage",{providerId:b,gameCode:W,useDemo:!e.userLoggedIn})},void 0,this.isNewItem("spin4Win"))]),this.createMenuItemSection("EMIRATES_DRAW",M&&q,function(){e.openPageWithParams("CasinoAgregatorGameLaunchPage",{providerId:G,gameCode:271,useDemo:!e.userLoggedIn})},void 0,this.isNewItem("emirates-draw")),this.createMenuItemSection("COUPON_GAME",D,function(){e.openPage("CouponBettingOfferPage")},void 0,this.isNewItem("coupon")),this.createMenuItemSection("TVBET",R&&this.userApp,function(){e.openPage("CasinoTvbetPage")},void 0,this.isNewItem("tvbet")),this.createMenuItemSection("ODDIN",k&&this.userApp,function(){e.openPage("OddinPage")},void 0,this.isNewItem("esports"))])),this.menuItems.push(this.createMenuItem("LOTTERY_GAMES","lottery-games",(c||m||l)&&q&&!X,[this.createMenuItemSection("BINGO",c,function(){e.openPage("BingoPage")},void 0,this.isNewItem("bingo")),this.createMenuItemSection("KENO",m,function(){e.openPage("KenoV2Page")},void 0,this.isNewItem("keno")),this.createMenuItemSection("LOTTO",l,function(){e.openPage("LottoPage")},void 0,this.isNewItem("lotto"))])),this.menuItems.push(this.createMenuItem("LOTTERY","lottery-v4",(c||m||Y||Z||l)&&X,[this.createMenuItemSection("MENU_LOBBY",c||m||Y||Z,function(){e.openPage("LotteryGamesLobbyPage")},void 0,this.isNewItem("lotteryGames"))])),this.menuItems.push(this.createMenuItem("LOTTERY_RESULTS","lottery-v4",H&&(this.loterryGames||c||m),[this.createMenuItemSection("BINGO_RESULTS",this.loterryGames&&-1!==this.loterryGames.indexOf("BINGO")||c,function(){e.openPage("BingoResultsPage",{gameId:5})},void 0,this.isNewItem("bingoresults")),this.createMenuItemSection("BINGO_PLAY_RESULTS",Y,function(){e.openPage("BingoPlayResultsPage")},void 0,this.isNewItem("bingoresults")),this.createMenuItemSection("KENO_RESULTS",this.loterryGames&&-1!==this.loterryGames.indexOf("KENO")||m,function(){e.openPage("KenoResultsPage",{gameId:16})},void 0,this.isNewItem("kenoresults")),this.createMenuItemSection("KENO_PLAY_RESULTS",Z,function(){e.openPage("KenoPlayResultsPage")},void 0,this.isNewItem("kenoresults")),this.createMenuItemSection("TERMINAL_BINGO_RESULTS",(this.loterryGames||c)&&Q,function(){e.openPage("BingoResultsPage",{terminalId:Q,gameId:5})},void 0,this.isNewItem("bingoresults")),this.createMenuItemSection("TERMINAL_KENO_RESULTS",(this.loterryGames||m)&&Q,function(){e.openPage("KenoResultsPage",{terminalId:Q,gameId:16})},void 0,this.isNewItem("kenoresults"))])),this.menuItems.push(this.createMenuItem("ORYX_CASINO_GAMES","casino",j,[this.createMenuItemSection("ORYX_CASINO",j,function(){e.openPage("OryxCasinoPage")},void 0,this.isNewItem("oryx")),this.createMenuItemSection("AVIATOR",B&&this.userApp,function(){e.openPageWithParams("AviatorCasinoLaunchPage",{gameCode:"aviator",providerId:F})},void 0,this.isNewItem("aviator")),this.createMenuItemSection("MINIGAMES_SCORE",N&&this.userApp,function(){e.openPageWithParams("CasinoAgregatorGameLaunchPage",{gameCode:t.Games.EvonaPlay.ScoreCode,providerId:t.Games.EvonaPlay.ProviderId})},void 0,this.isNewItem("minigamescore"))])),this.menuItems.push(this.createMenuItem("CASINO_AGREGATOR_GAMES","casino",w&&q,[this.createMenuItemSection("ORYX_CASINO",w,function(){e.openPage("CasinoPage")},void 0,this.isNewItem("casino")),this.createMenuItemSection("BLAZING_ROCKET",y,function(){e.openPageWithParams("CasinoAgregatorGameLaunchPage",{providerId:b,gameCode:v,useDemo:!e.userLoggedIn})},void 0,this.isNewItem("blazingrocket"))])),this.menuItems.push(this.createMenuItem("CASINO_GAMES","casino",this.userApp&&(P||T||_),[this.createMenuItemSection("ENDORPHINA",P,function(){e.openPage("CasinoEndorphinaPage")},void 0,this.isNewItem("endorphina")),this.createMenuItemSection("BETGAMES",T,function(){e.openPage("CasinoBetgamesPage")},void 0,this.isNewItem("betgames")),this.createMenuItemSection("LIVE_DEALERS",_,function(){e.openPage("EzugiPage")},void 0,this.isNewItem("ezugi"))])),this.menuItems.push(this.createMenuItem("HOWTOPLAY","how-to-play",u&&this.userApp,[this.createMenuItemSection("HOWTOPLAY",u,function(){e.openPage("EmbeddedHowToPlayPage")},void 0,this.isNewItem("how-to-play"))]))}2!==S?(this.menuItems.push(this.createMenuItem("LANGUAGE","languages",this.envProvider.environment.LanguageChangeEnabled&&x,this.createLanguageMenuItemSections())),this.menuItems.push(this.createMenuItem("VIP_CLUB","crown-v4",J&&this.userApp,[this.createMenuItemSection("VIP_CLUB",J,function(){e.openPage("EmbeddedVipPage")},void 0,this.isNewItem("vip"))],function(){},"ion-icon")),this.menuItems.push(this.createMenuItem("VIP_MEMBERSHIP","crown-v4",ee&&this.userApp,[this.createMenuItemSection("VIP_MEMBERSHIP",ee,function(){e.openPage("VipMembershipPage")},void 0,this.isNewItem("vipMembership"))],function(){},"ion-icon")),this.menuItems.push(this.createMenuItem("BONUSES_AND_PROMOTIONS","bonuses-embedded",this.userApp&&(o||a),[this.createMenuItemSection("BONUSES",o,function(){e.openPageWithParams("EmbeddedBonusesPage",0)},void 0,this.isNewItem("bonuses")),this.createMenuItemSection("PROMOTIONS",a,function(){e.openPageWithParams("EmbeddedPromotionsPage",0)},void 0,this.isNewItem("promotions"))])),this.menuItems.push(this.createMenuItem("CHAT","eba-chat",this.userApp&&V&&this.cfg.WebDepositInHeaderEnabled,[this.createMenuItemSection("CHAT",V,function(){e.openPageWithParams("ChatPage",0)},void 0,this.isNewItem("chat"))],function(){},"ion-icon")),this.menuItems.push(this.createMenuItem("INFO_PAGE","md-information-circle",U&&this.userApp,[this.createMenuItemSection("INFO_PAGE",U,function(){e.openPageWithParams("EmbeddedInfoPage",{type:t.WebStaticHeaderInfo})},void 0,this.isNewItem("info"))],function(){},"ion-icon")),this.menuItems.push(this.createMenuItem("VIEW_TICKET","ic-scan",I,[this.createMenuItemSection("SCAN_QR_OR_BARCODE",this.cfg.ScanQrBarcodeEnabled,function(){e.onQRScanClicked()}),this.createMenuItemSection("SUBMIT_PIN",!0,function(){e.openPage("SearchTicketPage")})])),this.userApp&&(this.menuItems.push(this.createMenuItem("MOBILE_APP","logo-android",E&&this.cfgJson.MobileWeb&&!this.iosPlatform,[this.createMenuItemSection("DOWNLOAD",E,function(){""!=A?e.openPage("EmbeddedDownloadPage"):e.configProvider.getAppDownloadLocation().subscribe(function(e){var t=document.createElement("a");t.href=e.Url,t.target="_blank",document.body.appendChild(t),t.click(),document.body.removeChild(t),t=null})}),this.createMenuItemSection("DOWNLOAD_PROMO",s,function(){e.openPage("AppDownloadPromoPage")})],function(){},"ion-icon")),this.menuItems.push(this.createMenuItem("UTILS","",!0,[this.createMenuItemSection("PWA_INSTALL",this.pwaAvailable,function(){e.installPwaApp()})],function(){},"ion-icon"),this.createMenuItem("UTILS","",("safari"==this.browserType||"firefox"==this.browserType)&&this.hasSafariPWaUrl,[this.createMenuItemSection("PWA_INSTALL",("safari"==this.browserType||"firefox"==this.browserType)&&this.hasSafariPWaUrl,function(){window.open(e.downloadSafariPageCms,"_blank")})],function(){},"ion-icon")),this.menuItems.push(this.createMenuItem("MOBILE_APP","ios-download",""!=L&&Yt.a.MobileWeb&&this.iosPlatform,[this.createMenuItemSection("DOWNLOAD",""!=L,function(){e.iab.create(L,"_system")})],function(){},"ion-icon")),this.menuItems.push(this.createMenuItem("NEWS","news-embedded",t.WebNewsEnabled,[this.createMenuItemSection("NEWS",!0,function(){e.openPage("EmbeddedNewsPage")},void 0,this.isNewItem("news"))],function(){})),this.menuItems.push(this.createMenuItem("ABOUT_US","md-information-circle",n.AboutUsEnabled,[],function(){e.openPage("AboutUsPage")},"ion-icon")),this.menuItems.push(this.createMenuItem("HELP",z||$?"support":"md-help",C||O||z||K||$,[this.createMenuItemSection("SUPPORT",C,function(){e.zenProvider.activateZe()}),this.createMenuItemSection("SUPPORT_CHAT",z,function(){e.openPage("EmbeddedTawkToPage")}),this.createMenuItemSection("OUR_TERMINALS",O,function(){e.openPage("TerminalLocationsPage")}),this.createMenuItemSection("LIVE_CHAT",K,function(){e.openPage("EmbeddedLiveChatPage")}),this.createMenuItemSection("SUPPORT_BOX_CHAT",$,function(){e.openPage("SupportBoxChatPage")})],function(){},"ion-icon")),this.menuItems.push(this.createMenuItem("UTIL","logo-javascript",Yt.a.LogsEnabled||this.envProvider.environment.ThemeCreatorEnabled,[this.createMenuItemSection("LOGS",Yt.a.LogsEnabled,function(){e.openPage("LogViewerPage")}),this.createMenuItemSection("THEME_CREATOR",this.cfgJson.ThemeCreatorEnabled,function(){e.openPage("ThemeCreatorPage")})])),this.menuItems.push(this.createMenuItem("QUICK_LINKS","quick-links",""!=this.quickLinks&&this.quickLinks&&this.quickLinks.length&&this.quickLinks.length>0&&this.linkSectionArray&&this.linkSectionArray.length>0,[],function(){},"ion-icon")))):(this.menuItems.push(this.createMenuItem("BONUSES",void 0,J||o||a||U||ee,[this.createMenuItemSection("VIP_MEMBERSHIP",ee,function(){e.openPage("VipMembershipPage")},void 0,this.isNewItem("vipMembership"),void 0,"crown-v4","ion-icon","VipMembershipPage"),this.createMenuItemSection("VIP_CLUB",J,function(){e.openPage("EmbeddedVipPage")},void 0,this.isNewItem("vip"),void 0,"crown-v4","ion-icon","EmbeddedVipPage"),this.createMenuItemSection("BONUSES",o,function(){e.openPageWithParams("EmbeddedBonusesPage",0)},void 0,this.isNewItem("bonuses"),void 0,"present-v4","ion-icon","EmbeddedBonusesPage"),this.createMenuItemSection("PROMOTIONS",a,function(){e.openPageWithParams("EmbeddedPromotionsPage",0)},void 0,this.isNewItem("promotions"),void 0,"percentage-v4","ion-icon","EmbeddedPromotionsPage"),this.createMenuItemSection("INFO_PAGE",U,function(){e.openPageWithParams("EmbeddedInfoPage",{type:t.WebStaticHeaderInfo})},void 0,this.isNewItem("info"),void 0,"icon-info","ion-icon","EmbeddedInfoPage")])),this.userApp&&(this.menuItems.push(this.createMenuItem("QUICK_LINKS",void 0,""!=this.quickLinks&&this.quickLinks&&this.quickLinks.length&&this.quickLinks.length>0&&this.linkSectionArray&&this.linkSectionArray.length>0,[],function(){},"ion-icon")),this.menuItems.push(this.createMenuItem("MOBILE_APP",void 0,E&&this.cfgJson.MobileWeb&&!this.iosPlatform,[this.createMenuItemSection("DOWNLOAD",E&&this.cfgJson.MobileWeb&&!this.iosPlatform,function(){""!=A?e.openPage("EmbeddedDownloadPage"):e.configProvider.getAppDownloadLocation().subscribe(function(e){var t=document.createElement("a");t.href=e.Url,t.target="_blank",document.body.appendChild(t),t.click(),document.body.removeChild(t),t=null})},void 0,this.isNewItem("news"),void 0,"download-v2","ion-icon"),this.createMenuItemSection("DOWNLOAD",""!=L&&this.cfgJson.MobileWeb&&this.iosPlatform,function(){e.iab.create(L,"_system")},void 0,this.isNewItem("news"),void 0,"download-v2","ion-icon"),this.createMenuItemSection("DOWNLOAD_PROMO",s,function(){e.openPage("AppDownloadPromoPage")},void 0,this.isNewItem("news"),void 0,"download-v2","ion-icon","AppDownloadPromoPage")])),this.menuItems.push(this.createMenuItem("UTILS",void 0,!0,[this.createMenuItemSection("PWA_INSTALL",this.pwaAvailable,function(){e.installPwaApp()}),this.createMenuItemSection("PWA_INSTALL",("safari"==this.browserType||"firefox"==this.browserType)&&this.hasSafariPWaUrl,function(){window.open(e.downloadSafariPageCms,"_blank")}),this.createMenuItemSection("LANGUAGE",!0,function(){e.showLangSelectionModal()},void 0,void 0,void 0,void 0,"img")])),this.menuItems.push(this.createMenuItem("OTHER",void 0,this.cfgJson.ThemeCreatorEnabled||Yt.a.LogsEnabled||t.WebNewsEnabled||this.userApp&&V&&this.cfg.WebDepositInHeaderEnabled,[this.createMenuItemSection("NEWS",t.WebNewsEnabled,function(){e.openPage("EmbeddedNewsPage")},void 0,this.isNewItem("news"),void 0,"bill-v2","ion-icon","EmbeddedNewsPage"),this.createMenuItemSection("CHAT",this.userApp&&V&&this.cfg.WebDepositInHeaderEnabled,function(){e.openPageWithParams("ChatPage",0)},void 0,this.isNewItem("chat"),void 0,"eba-chat","ion-icon","ChatPage"),this.createMenuItemSection("LOGS",Yt.a.LogsEnabled,function(){e.openPage("LogViewerPage")},void 0,this.isNewItem("news"),void 0,"bill-v2","ion-icon","LogViewerPage"),this.createMenuItemSection("THEME_CREATOR",this.cfgJson.ThemeCreatorEnabled,function(){e.openPage("ThemeCreatorPage")},void 0,this.isNewItem("news"),void 0,"bill-v2","ion-icon","ThemeCreatorPage")])),this.menuItems.push(this.createMenuItem("SCAN_CATEGORY",void 0,I,[this.createMenuItemSection("SCAN_QR_OR_BARCODE",this.cfg.ScanQrBarcodeEnabled,function(){e.openPage("WebScanPage")},void 0,void 0,void 0,"code-scan-v4","ion-icon"),this.createMenuItemSection("SUBMIT_PIN",I,function(){e.openPage("SearchTicketPage")},void 0,void 0,void 0,"code-scan-v4","ion-icon","SearchTicketPage")])),this.menuItems.push(this.createMenuItem("HELP",void 0,C||z||O||K||$,[this.createMenuItemSection("SUPPORT",C,function(){e.zenProvider.activateZe()},void 0,void 0,void 0,"call-center-v4","ion-icon"),this.createMenuItemSection("SUPPORT_CHAT",z,function(){e.openPage("EmbeddedTawkToPage")},void 0,void 0,void 0,"call-center-v4","ion-icon","EmbeddedTawkToPage"),this.createMenuItemSection("OUR_TERMINALS",O,function(){e.openPage("TerminalLocationsPage")},void 0,void 0,void 0,"call-center-v4","ion-icon","TerminalLocationsPage"),this.createMenuItemSection("LIVE_CHAT",K,function(){e.openPage("EmbeddedLiveChatPage")},void 0,void 0,void 0,"call-center-v4","ion-icon","EmbeddedLiveChatPage"),this.createMenuItemSection("SUPPORT_BOX_CHAT",$,function(){e.openPage("SupportBoxChatPage")},void 0,void 0,void 0,"call-center-v4","ion-icon","SupportBoxChatPage")])),this.menuItems.push(this.createMenuItem("ABOUT_US","md-information-circle",n.AboutUsEnabled,[],function(){e.openPage("AboutUsPage")},"ion-icon"))),this.laguagesDropdown=this.translationProvider.languages),2!==S&&(this.selectedMenuItem=this.menuItems.find(function(e){return e.active})),2===S&&(this.selectedMenuItem=this.menuItems.find(function(e){return e.active}).sections.find(function(e){return e.active}))}},e.prototype.createMenuItem=function(e,t,n,i,r,o){var a=this;if(void 0===r&&(r=function(){}),void 0===o&&(o=void 0),2==this.menuType&&"OUR_GAMES"==e){var s=["HOME_SPORT","PREMATCH","LIVE","RESULTS","VIRTUAL_RACES","BINGO","KENO","LOTTO","MENU_LOBBY","LOTTERY_RESULTS","GOLDEN_RACE","BLAZING_ROCKET","EMIRATES_DRAW","GOLDENRACE_SPIN_TO_WIN","SPIN4WIN","SPIN_GAMES","ORYX_CASINO_GAMES","CASINO_LIVE_GAMES","AVIATOR","MINIGAMES_SCORE","LIVE_DEALERS","COUPON_GAME","TVBET","ODDIN","ENDORPHINA","BETGAMES","SPLASHTECH"];i.forEach(function(e){e.ordering=function(e,t){if(a.envProvider.environment.MenuOrdering){var n=a.envProvider.environment.MenuOrdering.find(function(t){return t.name==e});if(n)return n.ordering}return t}(e.titleKey,s.indexOf(e.titleKey))}),i.sort(function(e,t){return e.ordering-t.ordering})}return{titleKey:e,iconName:t,sections:i,active:n,onClick:r,iconType:o}},e.prototype.createMenuItemSection=function(e,t,n,i,r,o,a,s,u){return void 0===i&&(i=void 0),void 0===r&&(r=void 0),void 0===o&&(o=[]),void 0===a&&(a=void 0),void 0===s&&(s=void 0),void 0===u&&(u=void 0),{titleKey:e,active:t,onClick:n,opaque:i,isNew:r,subPages:o,icon:a,iconType:s,pageName:u}},e.prototype.createSubmenuItemSection=function(e,t,n,i,r){return void 0===i&&(i=void 0),void 0===r&&(r=void 0),{titleKey:e,active:t,onClick:n,opaque:i,isNew:r}},e.prototype.createLanguageMenuItemSections=function(){for(var e=this,t=[],n=function(n){t.push(i.createMenuItemSection(n.Name,!0,function(){e.onLanguageClick(n)},n.Id))},i=this,r=0,o=this.translationProvider.languages;r<o.length;r++){n(o[r])}return t},Object.defineProperty(e.prototype,"isAgeResModalVisible",{get:function(){return this.configProvider&&this.configProvider.configTerminal&&this.configProvider.configTerminal.AgeRestrictionSubheaderEnabled&&!this.attendant},enumerable:!0,configurable:!0}),e.prototype.onMenuItemClicked=function(e){var t=this;if(this.selectedMenuItem=e,2!==this.menuType&&"HELP"===e.titleKey){var n=this.configProvider.configTerminal.ZendeskChatEnabled&&this.userLoggedIn,i=this.configProvider.configTerminal.TerminalLocationsEnabled,r="2"==Yt.a.TerminalType&&this.envProvider.environment.TawkToEmbedded,o="2"==Yt.a.TerminalType&&this.envProvider.environment.LiveChatLicence;!r||n||i?!o||n||i||r?!("2"==Yt.a.TerminalType&&this.cfg.SupportBoxChatEnabled)||n||o||i||r||this.menuCtrl.toggle().then(function(){t.nav.setRoot("SupportBoxChatPage",null,{animate:!0,direction:"forward"})}):(this.menuCtrl.toggle().then(function(){t.nav.setRoot("EmbeddedLiveChatPage",null,{animate:!0,direction:"forward"})}),this.selectedMenuItem=this.menuItems[0]):(this.menuCtrl.toggle().then(function(){t.nav.setRoot("EmbeddedTawkToPage",null,{animate:!0,direction:"forward"})}),this.selectedMenuItem=this.menuItems[0])}},e.prototype.onLogoutClicked=function(){var e=this;this.alertCtrl.create({title:this.translationProvider.translate("LOGOUT"),subTitle:this.translationProvider.translate("LOGOUT_CONFIRMATION"),buttons:[{text:this.translationProvider.translate("CANCEL"),handler:function(){}},{text:this.translationProvider.translate("LOGOUT"),handler:function(){e.menuCtrl.close().then(function(){e.uiProvider.loadingPresent(),e.userProvider.logout(),e.initializationProvider.initialize().subscribe(function(){e.uiProvider.loadingDismiss()},function(){e.uiProvider.loadingDismiss()}),e.nav.setRoot(e.homePage)})}}]}).present()},e.prototype.loadCookiesModal=function(){var e=this;if(this.configProvider.configTerminal.CookiesTermsEnabled&&Yt.a.MobileWeb){if(!document.getElementById("cookieconsent:desc")){for(var t=[{name:"--eba-primary-color-type1",value:void 0},{name:"--eba-main-on-primary-color-type1",value:void 0},{name:"--eba-dark-color-type1-a05",value:void 0},{name:"--eba-dark-color-type1",value:void 0}],n=0,i=t;n<i.length;n++){var r=i[n];r.value=getComputedStyle(document.documentElement).getPropertyValue(r.name),r.value&&(r.value=r.value.trim())}setTimeout(function(){var n='<div id="cookieconsent:desc" class="cc-message"> <div class="cookie-holder">  <div class="cookie"></div></div>  <div class="cookie-message"> '+e.configProvider.configTerminal.CookiesTermsMessage+' <a aria-label="learn more about cookies" tabindex="0" class="cc-link" href= "'+e.configProvider.configTerminal.CookiesTermsLink+'" target="_blank"><u>'+e.translationProvider.translate("CLICK_HERE")+" </u></a></div> </div>",i='<a aria-label="dismiss cookie message" tabindex="0" class="cc-btn cc-dismiss">'+e.translationProvider.translate("OK")+"</a>",r='<a aria-label="learn more about cookies" tabindex="0" class="cc-link" href= "'+e.configProvider.configTerminal.CookiesTermsLink+'" target="_blank"></a>';window.cookieconsent.initialise({palette:{popup:{background:t[3].value},button:{background:t[0].value,color:t[1].value}},elements:{messagelink:n,link:r,dismiss:i},theme:"edgeless"})},0)}}},e.prototype.initializeApp=function(){var e=this;this.initializationProvider.initialize().timeout(3e4).subscribe(function(){if(e.envProvider.environment.LightBackground&&(document.body.style.backgroundColor="#e9e8e8"),e.userApp){if(e.configProvider.configTerminal.LiveTrackerEnabled){var t=e.envProvider.environment.LiveMatchTrackerClientId;if(t){var n="https://widgets.sir.sportradar.com/"+t+"/widgetloader";(i=e.renderer2.createElement("script")).type="application/javascript",i.src=n,e.renderer2.appendChild(e._document.body,i)}}if(e.envProvider.environment.BetBalancerTracker){if(!document.getElementById("scriptNewProvider")){var i,r="https://livetracker.live/widgets/"+e.getLanguage();(i=e.renderer2.createElement("script")).type="application/javascript",i.src=r,i.id="scriptNewProvider",e.renderer2.appendChild(e._document.body,i)}}}e.appUpdateProvider.checkUpdates().subscribe(function(t){if(t)e.setInitRoot("AppUpdatePage","NetworkErrorPage");else if(e.openAgeRestrictionModal(),e.loadCookiesModal(),e.setInitRoot("1"==e.terminalType?e.userLoggedIn?"AttendantHomePage":e.authProvider.forcePINLogin?"LoginPinPage":"AttendantLoginPage":e.homePage,"NetworkErrorPage"),e.envProvider&&!e.envProvider.initCalculated){var n=((new Date).getTime()-e.envProvider.startInit.getTime())/1e3+" seconds";"undefined"!=typeof Sentry&&Sentry.withScope(function(e){e.setTag("lasts",n),e.setLevel(Sentry.Severity.Warning),Sentry.captureMessage("Initialization Time")}),e.envProvider.initCalculated=!0}},function(){e.openAgeRestrictionModal(),e.loadCookiesModal(),e.setInitRoot("1"==e.terminalType?e.userLoggedIn?"AttendantHomePage":e.authProvider.forcePINLogin?"LoginPinPage":"AttendantLoginPage":e.homePage,"NetworkErrorPage")})},function(t){e.splashscreenHide(),e.initLoader=!1,e.nav.setRoot("NetworkErrorPage"),console.error(t)})},e.prototype.getLanguage=function(){var e=this.translationProvider.currentLanguage;switch(e.toLowerCase()){case"es-co":return"es";case"pt-br":return"pt";case"sw":return"en";case"srl":return"me";default:return e}},e.prototype.openAgeRestrictionModal=function(){var e=this;this.configProvider.configTerminal&&this.configProvider.configTerminal.ShowAgeRestrictionMessage&&!this.configProvider.configTerminal.AgeRestrictionOptionalModal?setTimeout(function(){e.storage.get("is_adult").then(function(t){if(!t){var n=e.modalCtrl.create("AgeRestrictionPage",{messages:{title:e.translationProvider.translate("AGE_RESTRICTION"),description:e.translationProvider.translate("AGE_RESTRICTION_DESCRIPTION"),above:e.translationProvider.translate("I_AM_AN_ADULT"),bellow:e.translationProvider.translate("I_AM_A_MINOR")}},{showBackdrop:!0,enableBackdropDismiss:!0});n.present(),n.onDidDismiss(function(t){t&&e.storage.set("is_adult","true")})}})},3e3):this.cfg.ShowAgeRestrictionMessage||!this.cfg.AgeRestrictionOptionalModal||this.attendant||7==this.cfg.RegistrationType||setTimeout(function(){e.storage.get("is_optional_adult").then(function(t){if(!t){e.modalCtrl.create("OptionalAgeRestrictionPage",{messages:{title:e.translationProvider.translate("AGE_RESTRICTION"),description:e.translationProvider.translate("AGE_RESTRICTION_DESCRIPTION"),above:e.translationProvider.translate("I_AM_AN_ADULT"),bellow:e.translationProvider.translate("I_AM_A_MINOR")}},{showBackdrop:!0,enableBackdropDismiss:!1}).present()}})},3e3)},e.prototype.setInitRoot=function(e,t){var n=this;setTimeout(function(){var i=function(e){n.splashscreenHide(),n.initLoader=!1,n.nav.setRoot(t).then(function(){}),console.error(e)};if("cordova"in window)n.nav.setRoot(e).then(function(){n.splashscreenHide(),n.initLoader=!1}).catch(function(e){i(e)});else{var r=n.nav.last();if(r){var o=n.getComponentNameFromId(r.id);n.nav.setRoot(o,r.data).then(function(){n.splashscreenHide(),n.initLoader=!1}).catch(function(e){n.initLoader=!1,i(e)})}else n.nav.setRoot(e).then(function(){n.splashscreenHide(),n.initLoader=!1}).catch(function(e){n.initLoader=!1,i(e)})}})},Object.defineProperty(e.prototype,"homePage",{get:function(){if("2"==Yt.a.TerminalType){var e=this.envProvider.environment.HomePage;return this.configProvider.configTerminal.LandingPageDisabled||Yt.a.Integration?Yt.a.Integration?"SportBettingPrematchPage":e||"SportsBettingPage":e||"HomePage"}return"AttendantHomePage"},enumerable:!0,configurable:!0}),e.prototype.getComponentNameFromId=function(e){for(var t=e.split("/"),n=t.length,i=0,r=this.urlSerializer.links;i<r.length;i++){var o=r[i];if(o.segmentPartsLen==n){for(var a=0,s=0;s<o.segmentPartsLen;s++)o.segmentParts[s]&&(o.segmentParts[s].startsWith(":")||o.segmentParts[s]==t[s])&&a++;if(a==n)return o.name}}return""},e.prototype.splashscreenHide=function(){var e=this;setTimeout(function(){e.splashScreenVisible=!1,"cordova"in window&&e.splashScreen.hide()})},e.prototype.openPage=function(e,t){void 0===t&&(t=null),this.nav.setRoot(e,t,{animate:!0,direction:"forward"}),this.menuCtrl.toggle()},e.prototype.openPageWithParams=function(e,t,n){var i=this;n&&t?this.sportBettingProvider.getPrematchOffer(void 0,void 0,n,new Date,void 0).subscribe(function(n){n&&n.length&&n.length>0&&(i.sportSlug=n[0].Slug,i.categorySlug=n[0].Categories[0].Slug,i.leagueSlug=n[0].Categories[0].Leagues[0].Slug,i.sportSlug&&i.categorySlug&&i.leagueSlug&&(t={sport:i.sportSlug,category:i.categorySlug,league:i.leagueSlug,time:new Date},localStorage.setItem("leagueCountryName",n[0].Categories[0].Leagues[0].Matches[0].CategoryName),i.nav.setRoot(e,t,{animate:!0,direction:"forward"})))}):(t||(t={}),this.nav.setRoot(e,t,{animate:!0,direction:"forward"})),this.menuCtrl.toggle()},e.prototype.onLanguageClick=function(e){var t=this;this.uiProvider.loadingPresent("PLEASE_WAIT"),this.menuCtrl.close();var n=this.translationProvider.changeLanguage(e).subscribe(function(){n.unsubscribe(),t.sportBettingLiveClientProvider.deinitialize(),t.initializationProvider.initialize().subscribe(function(){if("1"==Yt.a.TerminalType?t.userLoggedIn?t.nav.setRoot("AttendantHomePage").then(function(){t.uiProvider.loadingDismiss()}):t.authProvider.forcePINLogin?t.nav.setRoot("LoginPinPage").then(function(){t.uiProvider.loadingDismiss()}):t.nav.setRoot("AttendantLoginPage").then(function(){t.uiProvider.loadingDismiss()}):t.nav.setRoot(t.homePage).then(function(){t.uiProvider.loadingDismiss()}),t.envProvider.environment.BetBalancerTracker){var e=document.getElementById("scriptNewProvider");if(e){var n=e.getAttribute("src").split("/").pop();if(t.getLanguage()!=n){document.body.removeChild(e);var i="https://livetracker.live/widgets/"+t.getLanguage(),r=t.renderer2.createElement("script");r.type="application/javascript",r.src=i,r.id="scriptNewProvider",t.renderer2.appendChild(t._document.body,r)}}}},function(){n.unsubscribe(),t.uiProvider.loadingDismiss()}),t.optionalCookies.onLanguageChange()},function(){n.unsubscribe(),t.uiProvider.loadingDismiss()})},e.prototype.onMenuCloseClicked=function(){this.menuCtrl.close()},e.prototype.onMenuAllGamesClicked=function(){var e=this;if("1"==this.terminalType)this.nav.setRoot(this.userLoggedIn?"AttendantHomePage":this.authProvider.forcePINLogin?"LoginPinPage":"AttendantLoginPage");else{var t=this.nav.getActive();"OddinPage"==t.id||"OddinPage"==t.component.name?this.nav.push(this.homePage).then(function(t){e.nav.setRoot(e.homePage)}):this.nav.setRoot(this.homePage)}this.menuCtrl.close()},Object.defineProperty(e.prototype,"currentLanguage",{get:function(){return this.translationProvider.currentLanguage},enumerable:!0,configurable:!0}),e.prototype.activityWatcher=function(){var e=this;this.timeLimit=60*this.timeLimit,this.idle.setIdle(this.idleTime),this.idle.setTimeout(this.timeLimit),this.idle.setInterrupts(yn.a),this.idle.onIdleEnd.subscribe(function(){setTimeout(function(){e.modalShown&&e.hideIdleModal(!0)},500)}),this.idle.onTimeout.subscribe(function(){e.modalShown&&e.hideIdleModal()}),this.idle.onIdleStart.subscribe(function(){e.modalShown||e.showActivityModal()}),this.keepalive.interval(15),this.authProvider.loggedIn$.pipe(Object(Tn.a)(this)).subscribe(function(t){t?(e.idle.watch(),e.idle.stop(),setTimeout(function(){e.idle.watch()},1e3)):e.idle.stop()}),this.modalShown=!1,this.createIdleModal()},e.prototype.createIdleModal=function(){var e=this;this.idleModal=this.modalCtrl.create("IdleWatcherPage",{timeLimit:this.timeLimit},{enableBackdropDismiss:!1}),this.idleModal.onDidDismiss(function(t){t?e.idle.watch():e.logout(),e.modalShown=!1})},e.prototype.hideIdleModal=function(e){var t=this;this.idleModal&&(this.modalShown=!1,this.idleModal.dismiss(!!e).then(function(){t.idleModal=null}))},e.prototype.showActivityModal=function(){this.modalShown=!0,this.idleModal||this.createIdleModal(),this.idleModal.present()},e.prototype.isNewItem=function(e){return this.envProvider.environment.NewItems&&-1!=this.envProvider.environment.NewItems.indexOf(e)},e.prototype.logout=function(){this.authProvider.logout(),this.nav.setRoot(this.homePage)},Object.defineProperty(e.prototype,"isBottomMenuEnabledPerPage",{get:function(){return this.bottomMenuProvider.isBottomMenuEnabledPerPage},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"attendant",{get:function(){return"1"==Yt.a.TerminalType},enumerable:!0,configurable:!0}),e.prototype.createUserVerificationRequiredModal=function(e){var t=this;this.userVerificationRequiredModal=this.modalCtrl.create("UserVerificationRequiredModalPage",{requiredNotifications:e},{showBackdrop:!1,enableBackdropDismiss:!1}),this.userVerificationRequiredModal.onDidDismiss(function(e){e&&t.nav.push("AccountActivationPage")}),this.userVerificationRequiredModal.present()},e.prototype.createUserVerificationInfoModal=function(){var e=this;this.userVerificationInfoModal=this.modalCtrl.create("UserVerificationInfoPage",{isModal:!0},{showBackdrop:!1,enableBackdropDismiss:!1}),this.userVerificationInfoModal.onDidDismiss(function(t){t&&e.nav.push(t)}),this.userVerificationInfoModal.present()},e.prototype.formatQuickLinks=function(e){return e.split("|")},e.prototype.getQuickLinksItems=function(){var e=this,t=this.configProvider.configTerminal,n=this.configProvider.configApplication,i=t.BingoEnabled,r=t.VirtualRacesEnabled,o=t.GoldenRacesEnabled,a=t.OryxCasinoEnabled,s=t.TvBetEnabled,u=t.EndorphinaEnabled,l=t.EzugiEnabled,c=n.BonusPageEnabled,d=n.PromotionsPageEnabled,m=t.BetgamesEnabled,p=t.OddinEnabled,h=t.Games.AviatorInNavEnabled,f=this.envProvider.environment.AviatorId?this.envProvider.environment.AviatorId:"13";this.quickLinksFormatted=this.formatQuickLinks(this.quickLinks);var g=[{section:null,subheader:null,pageName:null,pageTranslatedName:null,icon:null,iconType:null,params:null,enabled:null,id:null}];this.quickLinksFormatted.forEach(function(n){switch(n){case"SportsBettingPage":g.push({section:e.translationProvider.translate("SPORTS"),subheader:e.translationProvider.translate("SPORTS"),pageName:"SportsBettingPage",pageTranslatedName:e.translationProvider.translate("SPORTS_BETTING"),icon:"football-footer",iconType:"ion-icon",params:void 0,enabled:"1"!=Yt.a.TerminalType||(1==t.SportBettingEnabled||1==t.LiveBettingEnabled),id:void 0});break;case"SportBettingPrematchPage":g.push({section:e.translationProvider.translate("SPORTS"),subheader:e.translationProvider.translate("SPORTS"),pageName:"SportBettingPrematchPage",pageTranslatedName:e.translationProvider.translate("PREMATCH"),icon:"football-footer",iconType:"ion-icon",params:void 0,enabled:"1"!=Yt.a.TerminalType||(1==t.SportBettingEnabled||1==t.LiveBettingEnabled),id:void 0});break;case"SportsBettingLivePage":g.push({section:e.translationProvider.translate("SPORTS"),subheader:e.translationProvider.translate("SPORTS"),pageName:"SportsBettingLivePage",pageTranslatedName:e.translationProvider.translate("LIVE"),icon:"football-footer",iconType:"ion-icon",params:void 0,enabled:"1"!=Yt.a.TerminalType||(1==t.SportBettingEnabled||1==t.LiveBettingEnabled),id:void 0});break;case"SportsBettingResultsPage":g.push({section:e.translationProvider.translate("SPORTS"),subheader:e.translationProvider.translate("SPORTS"),pageName:"SportsBettingResultsPage",pageTranslatedName:e.translationProvider.translate("RESULTS"),icon:"clipboard-check-v4",params:void 0,iconType:"ion-icon",enabled:"1"!=Yt.a.TerminalType||(1==t.SportBettingEnabled||1==t.LiveBettingEnabled),id:void 0});break;case"VirtualRacesPage":g.push({section:e.translationProvider.translate("GAMES"),subheader:e.translationProvider.translate("GAMES"),pageName:"VirtualRacesPage",pageTranslatedName:e.translationProvider.translate("VIRTUAL_RACES"),icon:"virtual-races-new",iconType:"ion-icon",params:void 0,enabled:r,id:void 0});break;case"BingoPage":g.push({section:e.translationProvider.translate("GAMES"),subheader:e.translationProvider.translate("GAMES"),pageName:"BingoPage",pageTranslatedName:e.translationProvider.translate("BINGO"),icon:"lottery-v4",iconType:"ion-icon",params:void 0,enabled:i,id:void 0});break;case"CasinoGoldenracePage":g.push({section:e.translationProvider.translate("GAMES"),subheader:e.translationProvider.translate("GAMES"),pageName:"CasinoGoldenracePage",pageTranslatedName:e.translationProvider.translate("GOLDEN_RACE"),icon:"virtual-games-new",iconType:"ion-icon",params:void 0,enabled:o,id:void 0});break;case"OryxCasinoPage":g.push({section:e.translationProvider.translate("GAMES"),subheader:e.translationProvider.translate("GAMES"),pageName:"OryxCasinoPage",pageTranslatedName:e.translationProvider.translate("ORYX_CASINO"),icon:"casino-footer",iconType:"ion-icon",params:void 0,enabled:a,id:void 0});break;case"CasinoTvbetPage":g.push({section:e.translationProvider.translate("GAMES"),subheader:e.translationProvider.translate("GAMES"),pageName:"CasinoTvbetPage",pageTranslatedName:e.translationProvider.translate("TVBET"),icon:"live-bet-new",iconType:"ion-icon",params:void 0,enabled:s,id:void 0});break;case"CasinoEndorphinaPage":g.push({section:e.translationProvider.translate("GAMES"),subheader:e.translationProvider.translate("GAMES"),pageName:"CasinoEndorphinaPage",pageTranslatedName:e.translationProvider.translate("ENDORPHINA"),icon:"casino-footer",iconType:"ion-icon",params:void 0,enabled:u,id:void 0});break;case"OddinPage":g.push({section:e.translationProvider.translate("GAMES"),subheader:e.translationProvider.translate("GAMES"),pageName:"OddinPage",pageTranslatedName:e.translationProvider.translate("ODDIN"),icon:"oddin-new",iconType:"ion-icon",params:void 0,enabled:p,id:void 0});break;case"CasinoBetgamesPage":g.push({section:e.translationProvider.translate("GAMES"),subheader:e.translationProvider.translate("GAMES"),pageName:"CasinoBetgamesPage",pageTranslatedName:e.translationProvider.translate("BETGAMES"),icon:"casino-footer",iconType:"ion-icon",params:void 0,enabled:m,id:void 0});break;case"EzugiPage":g.push({section:e.translationProvider.translate("GAMES"),subheader:e.translationProvider.translate("GAMES"),pageName:"EzugiPage",pageTranslatedName:e.translationProvider.translate("EZUGI"),icon:"live-bet-new",iconType:"ion-icon",params:void 0,enabled:l,id:void 0});break;case"AviatorCasinoLaunchPage":g.push({section:e.translationProvider.translate("GAMES"),subheader:e.translationProvider.translate("GAMES"),pageName:"AviatorCasinoLaunchPage",pageTranslatedName:e.translationProvider.translate("AVIATOR"),icon:"crash",iconType:"ion-icon",params:{gameCode:"aviator",providerId:f},enabled:h,id:void 0});break;case"EmbeddedPromotionsPage":g.push({section:e.translationProvider.translate("BONUSES_AND_PROMOTIONS"),subheader:e.translationProvider.translate("PROMOTIONS"),pageName:"EmbeddedPromotionsPage",pageTranslatedName:e.translationProvider.translate("PROMOTIONS"),icon:"bonus-footer",iconType:"ion-icon",params:0,enabled:d,id:void 0});break;case"EmbeddedBonusesPage":g.push({section:e.translationProvider.translate("BONUSES_AND_PROMOTIONS"),subheader:e.translationProvider.translate("BONUSES"),pageName:"EmbeddedBonusesPage",pageTranslatedName:e.translationProvider.translate("BONUSES"),icon:"bonus-footer",iconType:"ion-icon",params:0,enabled:c,id:void 0});break;case"18179":g.push({section:e.translationProvider.translate("SPORTS"),subheader:e.translationProvider.translate("GERMANY"),pageName:"SportsBettingPrematchLeaguePage",pageTranslatedName:e.translationProvider.translate("BUDNESLIGA"),icon:"sport-soccer",iconType:void 0,params:!0,enabled:!0,id:18179});break;case"17984":g.push({section:e.translationProvider.translate("SPORTS"),subheader:e.translationProvider.translate("SPAIN"),pageName:"SportsBettingPrematchLeaguePage",pageTranslatedName:e.translationProvider.translate("LALIGA"),icon:"sport-soccer",iconType:void 0,params:!0,enabled:!0,id:17984});break;case"18387":g.push({section:e.translationProvider.translate("SPORTS"),subheader:e.translationProvider.translate("ENGLAND"),pageName:"SportsBettingPrematchLeaguePage",pageTranslatedName:e.translationProvider.translate("PREMIER_LEAGUE"),icon:"sport-soccer",iconType:void 0,params:!0,enabled:!0,id:18387});break;case"18227":g.push({section:e.translationProvider.translate("SPORTS"),subheader:e.translationProvider.translate("ITALY"),pageName:"SportsBettingPrematchLeaguePage",pageTranslatedName:e.translationProvider.translate("SERIEA"),icon:"sport-soccer",iconType:void 0,params:!0,enabled:!0,id:18227});break;case"18396":g.push({section:e.translationProvider.translate("SPORTS"),subheader:e.translationProvider.translate("FRANCE"),pageName:"SportsBettingPrematchLeaguePage",pageTranslatedName:e.translationProvider.translate("LIGUE1"),icon:"sport-soccer",iconType:void 0,params:!0,enabled:!0,id:18396});break;case"18151":g.push({section:e.translationProvider.translate("SPORTS"),subheader:e.translationProvider.translate("POLAND"),pageName:"SportsBettingPrematchLeaguePage",pageTranslatedName:e.translationProvider.translate("EKSTRAKLASA"),icon:"sport-soccer",iconType:void 0,params:!0,enabled:!0,id:18151});break;case"19945":g.push({section:e.translationProvider.translate("SPORTS"),subheader:e.translationProvider.translate("USA"),pageName:"SportsBettingPrematchLeaguePage",pageTranslatedName:e.translationProvider.translate("NBA_PLAYOFF"),icon:"sport-basketball",iconType:void 0,params:!0,enabled:!0,id:19945});break;case"22458":g.push({section:e.translationProvider.translate("SPORTS"),subheader:e.translationProvider.translate("USA"),pageName:"SportsBettingPrematchLeaguePage",pageTranslatedName:e.translationProvider.translate("NBA_PLAYOFF"),icon:"sport-basketball",iconType:void 0,params:!0,enabled:!0,id:22458})}});var y=Array.from(new Set(g.filter(function(e){return e.enabled}).map(function(e){return e.section}))).slice();this.linkSectionArray=y.reduce(function(e,t){var n=g.filter(function(e){return e.section===t});return e.concat([{section:t,links:n}])},[])},e.prototype.closeCasinoGame=function(e){var t=this;if(this.gameSelected){if(!e)return this.oryxCasinoProvider.gameSelected=null,void this.oryxCasinoProvider.sendCasinoSelectedGame(null);this.nav.setRoot(e.id,e.data,{animate:!0,direction:"forward"}),setTimeout(function(){t.oryxCasinoProvider.gameSelected=null,t.oryxCasinoProvider.sendCasinoSelectedGame(null)},500)}},e.prototype.getCasinoSelectedGame=function(){var e=this;this.oryxCasinoProvider.casinoSelectedGame.pipe(Object(Tn.a)(this)).subscribe(function(t){e.oryxCasinoProvider.gameSelected=t,e.gameSelected=t})},Object.defineProperty(e.prototype,"mobileWeb",{get:function(){return Yt.a.MobileWeb},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"loterryGames",{get:function(){return this.envProvider.environment.LotteryGames},enumerable:!0,configurable:!0}),e.prototype.checkPromoBanners=function(){var e=this;if(this.bannerProvider.banners.length&&!this.promoBannerBusy){this.promoBannerBusy=!0;var t=this.bannerProvider.banners.filter(function(e){return 23==e.Type});if(t.length){var n=localStorage.getItem("promoBanners"),i=n&&!n.includes("Z")?+n:0;this.promoBanners=t.sort(function(e,t){return e.Id>t.Id?1:-1}).filter(function(e){return e.Id>i});var r=this.promoBanners.length>0;i&&this.promoBanners.length&&(r=this.promoBanners[0].Id>i),r&&(setTimeout(function(){e.promoBanners=e.promoBanners.sort(function(e,t){return e.Ordering>t.Ordering?1:-1}),e.promoBannersModal=e.modalCtrl.create("PromoBannersModalPage",{banners:e.promoBanners},{showBackdrop:!0,enableBackdropDismiss:!1}),e.promoBannersModal.present(),e.promoBannersModal&&e.promoBannersModal.onDidDismiss(function(t){t&&("http"==t.type&&(Yt.a.MobileWeb?window.open(t.url,"_system"):e.iab.create(t.url,"_system")),"page"==t.type&&e.nav.setRoot(t.url,t.parameters))})},200),setTimeout(function(){e.promoBannerBusy=!1},1e3))}}else setTimeout(function(){e.checkPromoBanners()},200)},e.prototype.checkPromoUserBanners=function(){var e=this;if(this.authProvider.isLoggedIn()&&!this.attendant)if(this.bannerProvider.banners.length&&!this.promoUserBannerBusy){this.promoUserBannerBusy=!0;var t=this.bannerProvider.banners.filter(function(e){return 31==e.Type});if(t.length){var n=localStorage.getItem("promoUserBanners"),i=n&&!n.includes("Z")?+n:0;this.promoUserBanners=t.sort(function(e,t){return e.Id>t.Id?1:-1}).filter(function(e){return e.Id>i});var r=this.promoUserBanners.length>0;i&&this.promoUserBanners.length&&(r=this.promoUserBanners[0].Id>i),r&&(setTimeout(function(){e.promoUserBanners=e.promoUserBanners.sort(function(e,t){return e.Ordering>t.Ordering?1:-1}),e.promoBannersModal=e.modalCtrl.create("PromoBannersModalPage",{banners:e.promoUserBanners},{showBackdrop:!0,enableBackdropDismiss:!1}),e.promoBannersModal.present(),e.promoBannersModal&&e.promoBannersModal.onDidDismiss(function(t){t&&("http"==t.type&&(Yt.a.MobileWeb?window.open(t.url,"_system"):e.iab.create(t.url,"_system")),"page"==t.type&&e.nav.setRoot(t.url,t.parameters))})},300),setTimeout(function(){e.promoUserBannerBusy=!1},1e3))}}else setTimeout(function(){e.checkPromoUserBanners()},200)},e.prototype.keepAliveChecker=function(){var e=this;this.userProvider.keppAliveEnded$.pipe(Object(Tn.a)(this)).subscribe(function(t){t&&t.LimitReached&&(e.logout(),e.uiProvider.toastCreate(t.Message,"warning"))})},Object.defineProperty(e.prototype,"authGames",{get:function(){return!this.envProvider.environment.AuthGames||this.authProvider.getAuth()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"attendantApp",{get:function(){return"1"==Yt.a.TerminalType},enumerable:!0,configurable:!0}),e.prototype.showSportJackpotWonModal=function(){this.showJackpotWonMOdal=this.modalCtrl.create("SportJackpotWonPage",{showBackdrop:!1,enableBackdropDismiss:!1}),this.showJackpotWonMOdal.present()},Object.defineProperty(e.prototype,"cfgJson",{get:function(){return this.envProvider.environment},enumerable:!0,configurable:!0}),e.prototype.clearQueryField=function(){this.showSearchResults=!1,this.queryField.setValue(""),this.queryField.updateValueAndValidity()},e.prototype.openMatchOffer=function(e,t,n,i){var r={matchId:i.Id,match:i,sport:this.sportBettingUtilProvider.generateSlug(e.Name),category:this.sportBettingUtilProvider.generateSlug(t.Name),league:this.sportBettingUtilProvider.generateSlug(n.Name),time:this.cfg.DefaultSportTimeFilter};this.nav.push("SportsBettingMatchExtendedPage",r),this.menuCtrl.close()},e.prototype.selectedGame=function(e,t){this.menuCtrl.close(),this.openPageWithParams("CasinoAgregatorGameLaunchPage",{providerId:t.providerId,gameCode:t.gameCode,useDemo:!this.userLoggedIn})},e.prototype.handleChange=function(e){this.clearQueryField()},e.prototype.startSessionTimer=function(){var e=this;this.userProvider.userSessionTime$.pipe(Object(Tn.a)(this)).subscribe(function(t){e.sessionTimer=t})},Object.defineProperty(e.prototype,"flagsPath",{get:function(){return this.envProvider.environment.ResourcesPath?this.envProvider.environment.ResourcesPath:"https://resources.betx.bet/flags/"},enumerable:!0,configurable:!0}),e.prototype.installPwaApp=function(){this.pwaProvider.promptInstall()},Object.defineProperty(e.prototype,"pwaAvailable",{get:function(){return this.pwaProvider.getPwaAvailable},enumerable:!0,configurable:!0}),e.prototype.closePwaDialog=function(){localStorage.setItem("isPwaModalClosed","true"),this.isPwaModalClosed=!0},e.prototype.detectBrowser=function(){var e=navigator.userAgent.toLowerCase();e.includes("safari")&&!e.includes("chrome")?this.browserType="safari":e.includes("chrome")?this.browserType="chrome":e.includes("firefox")&&(this.browserType="firefox")},Object.defineProperty(e.prototype,"downloadSafariPageCms",{get:function(){var e=this,t=this.configProvider.configTerminal.SafariPwaCmsUrl.split("|").find(function(t){return-1!==t.toLowerCase().indexOf(e.browserType.toLowerCase())});return t||""},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"hasSafariPWaUrl",{get:function(){return this.configProvider&&this.configProvider.configTerminal&&this.configProvider.configTerminal.SafariPwaCmsUrl&&""!=this.configProvider.configTerminal.SafariPwaCmsUrl},enumerable:!0,configurable:!0}),e=Object(Nt.__decorate)([Object(Nt.__param)(0,Object(Bt.Inject)(sn.DOCUMENT))],e)}(),jn=n(226),wn=n(324),Bn=n(323),Nn=n(238),Hn=n(386),Rn=n(95),Dn=n(41),zn=n(233),Ln=n(19),Jn=n(17),Fn=n(60),xn=function(){function e(e,t,n,i,r){this.http=e,this.configProvider=t,this.translateService=n,this.userProvider=i,this.uiProvider=r,this._dates=[]}return Object.defineProperty(e.prototype,"sportBettingURL",{get:function(){if(this.configProvider&&this.configProvider.configClient)return""+this.configProvider.configClient.SportApiUrl},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"printURL",{get:function(){return""+this.configProvider.configClient.PrintApiUrl},enumerable:!0,configurable:!0}),e.prototype.getDates=function(){var e=this;return this.http.post(this.sportBettingURL+"offer/v2/availabledates",{}).map(function(t){return e._dates=t,Jn.each(e._dates,function(e){e.Sports=[]}),e._dates.splice(0,0,{isSelected:!0,Sports:[],SpecialId:"ALL",Date:"ALL_DATES",DayName:"",ShortDate:e.translateService.translate("SPRT_MENU_OFFER_PRINTING_DATE_ALL")}),e._dates})},e.prototype.getSports=function(e){var t=this,n=new Fn.ReplaySubject(1),i=Jn.find(this._dates,function(t){return t.Date===e});if(i)if(i.Sports&&0!==i.Sports.length)n.next(i.Sports),n.complete();else{var r={Date:i.Date,TimeZoneOffset:(new Date).getTimezoneOffset()};this.http.post(this.sportBettingURL+"offer/v2/availablesports",r).subscribe(function(e){i.Sports=e,i.Sports.splice(0,0,{isSelected:!0,Categories:[],SpecialId:"ALL",Name:t.translateService.translate("SPRT_MENU_OFFER_PRINTING_SPORT_ALL")}),Jn.each(i.Sports,function(e){e.Parent=i,e.Categories.splice(0,0,{isSelected:!0,Leagues:[],SpecialId:"ALL",Name:t.translateService.translate("SPRT_MENU_OFFER_PRINTING_CATEGORY_ALL")}),Jn.each(e.Categories,function(n){n.Parent=e,n.Leagues.splice(0,0,{isSelected:!0,SpecialId:"ALL",Name:t.translateService.translate("SPRT_MENU_OFFER_PRINTING_LEAGUE_ALL")}),Jn.each(n.Leagues,function(e){e.Parent=n})})}),n.next(i.Sports),n.complete()},function(e){n.error(e),n.complete()})}else n.error({}),n.complete();return n.asObservable()},e.prototype.getCategories=function(e,t){var n=Jn.find(this._dates,function(t){return t.Date===e});if(n){var i=Jn.find(n.Sports,function(e){return e.Id===parseInt(t)});if(i)return i.Categories}return[]},e.prototype.getLeagues=function(e,t,n){var i=Jn.find(this._dates,function(t){return t.Date===e});if(i){var r=Jn.find(i.Sports,function(e){return e.Id===parseInt(t)});if(r){var o=Jn.find(r.Categories,function(e){return e.Id===parseInt(n)});if(o)return o.Leagues}}return[]},e.prototype.toggleDate=function(e){if("ALL"===e.SpecialId){var t=!e.isSelected;t&&(Jn.each(this._dates,function(e){e.isSelected=!1,Jn.each(e.Sports,function(e){e.isSelected=!1,Jn.each(e.Categories,function(e){e.isSelected=!1,Jn.each(e.Leagues,function(e){e.isSelected=!1}),e.Leagues.length>0&&(e.Leagues[0].isSelected=!0)}),e.Categories.length>0&&(e.Categories[0].isSelected=!0)}),e.Sports.length>0&&(e.Sports[0].isSelected=!0)}),e.isSelected=t)}else if(e.isSelected=!e.isSelected,e.isSelected)this._dates[0].isSelected=!1;else{Jn.find(this._dates,function(e){return!0===e.isSelected})||(this._dates[0].isSelected=!0)}},e.prototype.toggleSport=function(e){if("ALL"===e.SpecialId){var t=!e.isSelected;t&&(Jn.each(e.Parent.Sports,function(e){e.isSelected=!1,Jn.each(e.Categories,function(e){e.isSelected=!1,Jn.each(e.Leagues,function(e){e.isSelected=!1}),e.Leagues.length>0&&(e.Leagues[0].isSelected=!0)}),e.Categories.length>0&&(e.Categories[0].isSelected=!0)}),e.isSelected=t)}else if(e.isSelected=!e.isSelected,e.isSelected)e.Parent.Sports[0].isSelected=!1,!0!==e.Parent.isSelected&&this.toggleDate(e.Parent);else{Jn.find(e.Parent.Sports,function(e){return!0===e.isSelected})||(e.Parent.Sports[0].isSelected=!0)}},e.prototype.toggleCategory=function(e){if("ALL"===e.SpecialId){var t=!e.isSelected;t&&(Jn.each(e.Parent.Categories,function(e){e.isSelected=!1,Jn.each(e.Leagues,function(e){e.isSelected=!1}),e.Leagues.length>0&&(e.Leagues[0].isSelected=!0)}),e.isSelected=t)}else if(e.isSelected=!e.isSelected,e.isSelected)e.Parent.Categories[0].isSelected=!1,!0!==e.Parent.isSelected&&this.toggleSport(e.Parent);else{Jn.find(e.Parent.Categories,function(e){return!0===e.isSelected})||(e.Parent.Categories[0].isSelected=!0)}},e.prototype.toggleLeague=function(e){if("ALL"===e.SpecialId){var t=!e.isSelected;t&&(Jn.each(e.Parent.Leagues,function(e){e.isSelected=!1}),e.isSelected=t)}else if(e.isSelected=!e.isSelected,e.isSelected)e.Parent.Leagues[0].isSelected=!1,!0!==e.Parent.isSelected&&this.toggleCategory(e.Parent);else{Jn.find(e.Parent.Leagues,function(e){return!0===e.isSelected})||(e.Parent.Leagues[0].isSelected=!0)}},e.prototype.getDate=function(e){return Jn.find(this._dates,function(t){return t.Date===e})},e.prototype.getSport=function(e){for(var t=parseInt(e),n=1;n<this._dates.length;n++)for(var i=this._dates[n],r=1;r<i.Sports.length;r++){var o=i.Sports[r];if(o.Id===t)return o}},e.prototype.getCategory=function(e){for(var t=parseInt(e),n=1;n<this._dates.length;n++)for(var i=this._dates[n],r=1;r<i.Sports.length;r++)for(var o=i.Sports[r],a=1;a<o.Categories.length;a++){var s=o.Categories[a];if(s.Id===t)return s}},e.prototype.print=function(){this.uiProvider.loadingPresent();var e={DateFrom:(new Date).toISOString(),TimeZoneOffset:(new Date).getTimezoneOffset(),Offers:[]},t=this._dates[0].isSelected;t||Jn.each(this._dates,function(n){if(n.isSelected||t){var i={Date:void 0,SportIds:[],CategoryIds:[],LeagueIds:[]};i.Date=n.Date,e.Offers.push(i);var r=n.Sports.length>0&&n.Sports[0].isSelected;Jn.each(n.Sports,function(e){if((e.isSelected||r)&&"ALL"!==e.SpecialId){i.SportIds.push(e.Id);var t=e.Categories.length>0&&e.Categories[0].isSelected;Jn.each(e.Categories,function(e){if((e.isSelected||t)&&"ALL"!==e.SpecialId){i.CategoryIds.push(e.Id);var n=e.Leagues.length>0&&e.Leagues[0].isSelected;Jn.each(e.Leagues,function(e){(e.isSelected||n)&&"ALL"!==e.SpecialId&&i.LeagueIds.push(e.Id)})}})}})}});(new Ln.Subject).complete()},e}(),Un=n(111),Vn=n(293),Wn=n(176),Gn=n(71),Kn=n(91),$n=function(){function e(e){this.generalNav=e}return e.prototype.handleError=function(e){"invalid views to insert"===e.rejection?this.generalNav.nav.setRoot("Error404Page"):console.error(e)},e}(),qn=n(344),Yn=n(292),Zn=n(32),Xn=function(){function e(){}return e.prototype.initialize=function(){if(!this.initialized){if(Yt.a.MobileWeb&&Yt.a.HotjarTrackingCode){var e=document.createElement("script");e.innerHTML="(function(h,o,t,j,a,r){\n          h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};\n          h._hjSettings={hjid:"+Yt.a.HotjarTrackingCode+",hjsv:6};\n          a=o.getElementsByTagName('head')[0];\n          r=o.createElement('script');r.async=1;\n          r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;\n          a.appendChild(r);\n      })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');",document.getElementsByTagName("head")[0].appendChild(e)}this.initialized=!0}},e}(),Qn=n(224),ei=n(249),ti=n(252),ni=n(388),ii=n(195),ri=n(206),oi=n(294),ai=n(164),si=n(58),ui=n(47),li=n(251),ci=n(385),di=n(133),mi=n(59),pi=n(295),hi=n(296),fi=n(389),gi=n(130),yi=n(384),vi=n(253),bi=n(246),Mi=n(247),Si=n(179),Pi=n(390),Ti=n(171),ki=n(381),Ei=n(68),Ai=n(54),Ci=n(234),Oi=n(387),Ii=n(297),_i=n(392),ji=n(248),wi=n(79),Bi=n(117),Ni=n(40),Hi=n(240),Ri=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])};return function(t,n){function i(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),Di=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return Ri(t,e),t.prototype.init=function(){var e=this.enteringView.pageRef().nativeElement,t=new xt.a(this.plt,e.querySelector(".modal-wrapper")),n=new xt.a(this.plt,e.querySelector(".ion-backdrop"));t.beforeStyles({opacity:1}).fromTo("translateX","500px","0%"),n.fromTo("opacity",.01,.4),this.element(this.enteringView.pageRef()).duration(500).easing("cubic-bezier(0.36,0.66,0.04,1)").beforeAddClass("show-modal").add(n).add(t)},t}(xt.i),zi=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])};return function(t,n){function i(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),Li=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return zi(t,e),t.prototype.init=function(){var e=this.leavingView.pageRef().nativeElement,t=new xt.a(this.plt,e.querySelector(".modal-wrapper")),n=new xt.a(this.plt,e.querySelector(".ion-backdrop"));t.beforeStyles({opacity:1}).fromTo("translateX","0%","500px"),n.fromTo("opacity",.4,0),this.element(this.leavingView.pageRef()).easing("ease-out").duration(350).add(n).add(t)},t}(xt.i),Ji=n(391),Fi=n(173);window.$=zt,window.jQuery=zt,window.jstz=Lt.jstz;var xi=!!navigator.userAgent.match(/firefox|fxios/i)&&navigator.userAgent.match(/firefox|fxios/i).length>0&&navigator.userAgent.toLowerCase().indexOf("android")>-1,Ui=document.body||document.getElementsByTagName("body")[0];Yt.a.MobileWeb&&(Yt.a.MobileWeb=!xi,Ui.classList.add(!xi||Yt.a.Integration?"mobile-web":"firefox-mobile-web"),Yt.a.Integration&&Ui.classList.add("integration-mobile-web")),"1"==Yt.a.TerminalType&&Ui.classList.add("attendant-app");var Vi=function(e){function t(){return e.call(this)||this}return Object(Nt.__extends)(t,e),t.prototype.handleError=function(t){e.prototype.handleError.call(this,t),console.error(t),"undefined"!=typeof Sentry&&Sentry.captureException(t.originalError||t)},t}(xt.d),Wi=function(){function e(e,t,i){this.hotjarProvider=e,this.sentryProvider=t,this.config=i,window.signalR=n(1788),this.sentryProvider.initialize(),this.hotjarProvider.initialize(),this.setCustomTransitions()}return e.prototype.setCustomTransitions=function(){this.config.setTransition("modal-slide-from-right",Di),this.config.setTransition("modal-slide-to-right",Li)},e}(),Gi=n(119),Ki=n(354),$i=n(355),qi=n(356),Yi=n(357),Zi=n(358),Xi=n(359),Qi=n(360),er=n(361),tr=n(362),nr=n(731),ir=n(752),rr=n(244),or=n(85),ar=n(51),sr=n(6),ur=n(43),lr=n(364),cr=n(86),dr=n(27),mr=n(18),pr=n(63),hr=n(366),fr=n(92),gr=n(365),yr=n(132),vr=n(368),br=n(169),Mr=n(108),Sr=n(78),Pr=n(724),Tr=n(237),kr=n(374),Er=n(174),Ar=n(166),Cr=n(167),Or=n(363),Ir=n(67),_r=n(16),jr=n(30),wr=n(77),Br=n(212),Nr=n(89),Hr=n(304),Rr=Bt["ɵcrt"]({encapsulation:2,styles:[],data:{}}),Dr=n(306),zr=Bt["ɵcrt"]({encapsulation:2,styles:[],data:{}}),Lr=n(302),Jr=Bt["ɵcrt"]({encapsulation:2,styles:[],data:{}}),Fr=n(90),xr=n(728),Ur=n(165),Vr=n(307),Wr=Bt["ɵcrt"]({encapsulation:2,styles:[],data:{}}),Gr=n(1789),Kr=n(103),$r=n(204),qr=n(75),Yr=n(25),Zr=n(1790),Xr=n(154),Qr=n(101),eo=n(53),to=n(113),no=n(135),io=n(298),ro=Bt["ɵcrt"]({encapsulation:2,styles:[],data:{}}),oo=n(299),ao=Bt["ɵcrt"]({encapsulation:2,styles:[],data:{}}),so=n(300),uo=Bt["ɵcrt"]({encapsulation:2,styles:[],data:{}}),lo=n(301),co=Bt["ɵcrt"]({encapsulation:2,styles:[],data:{}}),mo=n(303),po=Bt["ɵcrt"]({encapsulation:2,styles:[],data:{}}),ho=n(305),fo=Bt["ɵcrt"]({encapsulation:2,styles:[],data:{}}),go=n(124),yo=n(163),vo=n(129),bo=n(182),Mo=n(222),So=n(225),Po=Bt["ɵcrt"]({encapsulation:2,styles:[],data:{animation:[{type:7,name:"newNotification",definitions:[{type:0,name:"active",styles:{type:6,styles:{marginTop:"56px"},offset:null},options:void 0},{type:0,name:"non-active",styles:{type:6,styles:{marginTop:"-1000px"},offset:null},options:void 0},{type:1,expr:"active => non-active",animation:[{type:4,styles:null,timings:"2s"}],options:null},{type:1,expr:"non-active => active",animation:[{type:4,styles:null,timings:"2s"}],options:null}],options:{}}]}}),To=Bt["ɵccf"]("ng-component",_n,function(e){return Bt["ɵvid"](0,[(e()(),Bt["ɵeld"](0,0,null,null,1,"ng-component",[],null,[["window","popstate"],["window","beforeunload"]],function(e,t,n){var i=!0;return"window:popstate"===t&&(i=!1!==Bt["ɵnov"](e,1).onPopState(n)&&i),"window:beforeunload"===t&&(i=!1!==Bt["ɵnov"](e,1).onBeforeUnload(n)&&i),i},jt,Po)),Bt["ɵdid"](1,4440064,null,0,_n,[sn.DOCUMENT,_r.a,an.a,on.a,nn.a,Bt.Renderer2,Gt.a,tn.a,qr.a,Kt.a,un.a,en.a,Qt.a,go.b,cn.a,dn.a,yo.a,vn.a,mn.a,pn.a,hn.a,fn.a,gn.a,dr.a,Gi.b,vo.a,bo.a,Mo.a,So.a,sr.a,bn.a,Xt.a,Mn.a,Zt,kn.a,Mn.a,Wt.a,Wt.a,Vt.a,En.a,On.a,$t.a,wt.h,In.a],null,null)],function(e,t){e(t,1,0)},null)},{},{},[]),ko=n(309),Eo=n(700),Ao=n(345),Co=n(245),Oo=n(254),Io=n(229),_o=n(347),jo=n(228),wo=n(348),Bo=n(350),No=n(351),Ho=n(131),Ro=n(216),Do=n(215),zo=n(126),Lo=n(325),Jo=n(283),Fo=n(308),xo=n(52),Uo=n(94),Vo=n(106),Wo=n(170),Go=n(313),Ko=n(311),$o=n(310),qo=n(289),Yo=n(312),Zo=n(346),Xo=n(353),Qo=n(352),ea=n(349),ta=n(671),na=n(702),ia=n(227),ra=Bt["ɵcmf"](Wi,[Gi.b],function(e){return Bt["ɵmod"]([Bt["ɵmpd"](512,Bt.ComponentFactoryResolver,Bt["ɵCodegenComponentFactoryResolver"],[[8,[Ki.a,$i.a,qi.a,Yi.a,Zi.a,Xi.a,Qi.a,er.a,tr.a,nr.a,nr.b,To]],[3,Bt.ComponentFactoryResolver],Bt.NgModuleRef]),Bt["ɵmpd"](5120,Bt.LOCALE_ID,Bt["ɵq"],[[3,Bt.LOCALE_ID]]),Bt["ɵmpd"](4608,sn.NgLocalization,sn.NgLocaleLocalization,[Bt.LOCALE_ID,[2,sn["ɵa"]]]),Bt["ɵmpd"](5120,Bt.APP_ID,Bt["ɵi"],[]),Bt["ɵmpd"](5120,Bt.IterableDiffers,Bt["ɵn"],[]),Bt["ɵmpd"](5120,Bt.KeyValueDiffers,Bt["ɵo"],[]),Bt["ɵmpd"](4608,wt.c,wt.q,[sn.DOCUMENT]),Bt["ɵmpd"](6144,Bt.Sanitizer,null,[wt.c]),Bt["ɵmpd"](4608,wt.f,ko.a,[]),Bt["ɵmpd"](5120,wt.d,function(e,t,n,i,r){return[new wt.k(e,t),new wt.o(n),new wt.n(i,r)]},[sn.DOCUMENT,Bt.NgZone,sn.DOCUMENT,sn.DOCUMENT,wt.f]),Bt["ɵmpd"](4608,wt.e,wt.e,[wt.d,Bt.NgZone]),Bt["ɵmpd"](135680,wt.m,wt.m,[sn.DOCUMENT]),Bt["ɵmpd"](4608,wt.l,wt.l,[wt.e,wt.m]),Bt["ɵmpd"](5120,Eo.a,Ft.d,[]),Bt["ɵmpd"](5120,Eo.c,Ft.e,[]),Bt["ɵmpd"](4608,Eo.b,Ft.c,[Eo.a,Eo.c]),Bt["ɵmpd"](5120,Bt.RendererFactory2,Ft.f,[wt.l,Eo.b,Bt.NgZone]),Bt["ɵmpd"](6144,wt.p,null,[wt.m]),Bt["ɵmpd"](4608,Bt.Testability,Bt.Testability,[Bt.NgZone]),Bt["ɵmpd"](4608,wt.h,wt.h,[sn.DOCUMENT]),Bt["ɵmpd"](4608,wt.i,wt.i,[sn.DOCUMENT]),Bt["ɵmpd"](4608,rn.b,Ft.b,[Bt.RendererFactory2,wt.b]),Bt["ɵmpd"](4608,jn.h,jn.h,[]),Bt["ɵmpd"](4608,jn.f,jn.f,[]),Bt["ɵmpd"](4608,jn.e,jn.e,[]),Bt["ɵmpd"](4608,ln.x,ln.x,[]),Bt["ɵmpd"](4608,ln.d,ln.d,[]),Bt["ɵmpd"](4608,Jt.i,Jt.o,[sn.DOCUMENT,Bt.PLATFORM_ID,Jt.m]),Bt["ɵmpd"](4608,Jt.p,Jt.p,[Jt.i,Jt.n]),Bt["ɵmpd"](5120,Jt.a,function(e){return[e]},[Jt.p]),Bt["ɵmpd"](4608,Un.a,Un.a,[Jt.c]),Bt["ɵmpd"](5120,So.a,So.c,[So.b]),Bt["ɵmpd"](4608,fn.a,fn.a,[Jt.c]),Bt["ɵmpd"](4608,Rn.a,Rn.a,[So.a,fn.a,ii.a]),Bt["ɵmpd"](4608,Kt.a,Kt.a,[Un.a,Rn.a,ii.a,fn.a]),Bt["ɵmpd"](4608,un.a,un.a,[sn.DOCUMENT,Un.a,_r.a,sr.a,Kt.a,Rn.a,So.a,fn.a]),Bt["ɵmpd"](4608,Ao.a,Ao.a,[Bt.LOCALE_ID,un.a]),Bt["ɵmpd"](4608,sn.DecimalPipe,sn.DecimalPipe,[Bt.LOCALE_ID]),Bt["ɵmpd"](4608,Fr.a,Fr.a,[Bt.LOCALE_ID,Kt.a,un.a,sn.DecimalPipe]),Bt["ɵmpd"](4608,an.a,an.a,[]),Bt["ɵmpd"](135680,Gt.a,Gt.a,[Jt.c,Kt.a,un.a,So.a,_r.a,fn.a,an.a]),Bt["ɵmpd"](4608,Co.a,Co.a,[dr.a,sr.a]),Bt["ɵmpd"](4608,Oo.a,Oo.a,[dr.a,sr.a]),Bt["ɵmpd"](4608,en.a,en.a,[Co.a,un.a,Oo.a]),Bt["ɵmpd"](4608,$t.a,$t.a,[Jt.c,Gt.a,en.a,Kt.a,un.a,fn.a]),Bt["ɵmpd"](4608,Vt.a,Vt.a,[Rn.a,Kt.a,un.a,Gt.a]),Bt["ɵmpd"](5120,sn.LocationStrategy,Io.c,[sn.PlatformLocation,[2,sn.APP_BASE_HREF],sr.a]),Bt["ɵmpd"](4608,sn.Location,sn.Location,[sn.LocationStrategy]),Bt["ɵmpd"](4608,dn.a,dn.a,[]),Bt["ɵmpd"](4608,ri.a,ri.a,[sn.Location,dn.a,Kt.a]),Bt["ɵmpd"](4608,Si.a,Si.a,[]),Bt["ɵmpd"](4608,tn.a,tn.a,[$t.a,Gt.a,Kt.a,un.a,So.a,fn.a,ri.a,Si.a]),Bt["ɵmpd"](4608,Yn.a,Yn.a,[]),Bt["ɵmpd"](4608,On.a,On.a,[sn.DecimalPipe,tn.a,Gt.a,Kt.a,un.a,Yn.a,fn.a]),Bt["ɵmpd"](4608,Mn.a,Mn.a,[$t.a,Rn.a,un.a,Kt.a,Vt.a,On.a,fn.a]),Bt["ɵmpd"](4608,_o.a,_o.a,[Mn.a,un.a]),Bt["ɵmpd"](4608,Nr.a,Nr.a,[un.a]),Bt["ɵmpd"](4608,jo.a,jo.a,[On.a]),Bt["ɵmpd"](4608,wo.a,wo.a,[un.a]),Bt["ɵmpd"](4608,Bo.a,Bo.a,[]),Bt["ɵmpd"](4608,No.a,No.a,[]),Bt["ɵmpd"](4608,Ur.c,Ur.c,[]),Bt["ɵmpd"](4608,Ho.RecaptchaLoaderService,Ho.RecaptchaLoaderService,[Bt.PLATFORM_ID,[2,Ho.RECAPTCHA_LANGUAGE],[2,Ho.RECAPTCHA_BASE_URL],[2,Ho.RECAPTCHA_NONCE]]),Bt["ɵmpd"](4608,Ro.a,Ro.a,[]),Bt["ɵmpd"](4608,Do.a,Do.a,[Ro.a]),Bt["ɵmpd"](6144,zo.a,null,[Do.a]),Bt["ɵmpd"](135680,Mo.a,Mo.a,[Jt.c]),Bt["ɵmpd"](6144,Lo.a,null,[Mo.a]),Bt["ɵmpd"](135680,bo.a,bo.a,[zo.a,Bt.NgZone,[2,Lo.a]]),Bt["ɵmpd"](4608,Jo.a,Jo.a,[dr.a,sr.a]),Bt["ɵmpd"](4608,yo.a,yo.a,[dr.a,sr.a]),Bt["ɵmpd"](4608,Fo.a,Fo.a,[]),Bt["ɵmpd"](4608,xo.a,xo.a,[]),Bt["ɵmpd"](4608,Uo.a,Uo.a,[_r.a]),Bt["ɵmpd"](4608,wr.a,wr.a,[sr.a,_r.a,Bt.NgZone,jr.a]),Bt["ɵmpd"](5120,go.b,go.d,[dr.a,go.a]),Bt["ɵmpd"](5120,eo.a,eo.b,[dr.a,go.b,sn.Location,Vo.b,Bt.ComponentFactoryResolver]),Bt["ɵmpd"](4608,vo.a,vo.a,[dr.a,sr.a,eo.a]),Bt["ɵmpd"](4608,Wo.a,Wo.a,[dr.a,sr.a]),Bt["ɵmpd"](4608,Go.a,Go.a,[dr.a,sr.a,eo.a]),Bt["ɵmpd"](4608,Ko.a,Ko.a,[sr.a,_r.a,jr.a,dr.a,Yr.l]),Bt["ɵmpd"](4608,Qr.a,Qr.a,[_r.a,sr.a]),Bt["ɵmpd"](4608,Hn.a,Hn.a,[]),Bt["ɵmpd"](4608,wn.a,wn.a,[]),Bt["ɵmpd"](4608,pn.a,pn.a,[]),Bt["ɵmpd"](4608,Bn.a,Bn.a,[]),Bt["ɵmpd"](4608,mn.a,mn.a,[]),Bt["ɵmpd"](4608,Nn.a,Nn.a,[]),Bt["ɵmpd"](4608,on.a,on.a,[]),Bt["ɵmpd"](4608,Vn.a,Vn.a,[Jt.c,Kt.a,un.a,So.a,fn.a]),Bt["ɵmpd"](4608,sn.CurrencyPipe,sn.CurrencyPipe,[Bt.LOCALE_ID]),Bt["ɵmpd"](135680,Dn.a,Dn.a,[$t.a,So.a,en.a,Kt.a,un.a,Gt.a,tn.a,sn.CurrencyPipe,On.a,Mn.a,fn.a,jo.a,Jt.c]),Bt["ɵmpd"](4608,Gn.a,Gn.a,[sn.CurrencyPipe,$t.a,Kt.a,un.a,Gt.a,en.a,So.a,fn.a]),Bt["ɵmpd"](4608,En.a,En.a,[Un.a,Kt.a,un.a,Mn.a,fn.a]),Bt["ɵmpd"](4608,Wn.a,Wn.a,[Rn.a,Kt.a,un.a,Gt.a,$t.a,Bt.NgZone]),Bt["ɵmpd"](4608,cn.a,cn.a,[$t.a,Kt.a,tn.a]),Bt["ɵmpd"](4608,hn.a,hn.a,[$t.a,Kt.a]),Bt["ɵmpd"](4608,ti.a,ti.a,[Kt.a,$t.a,Gt.a]),Bt["ɵmpd"](4608,gn.a,gn.a,[Kt.a]),Bt["ɵmpd"](4608,oi.a,oi.a,[wt.h]),Bt["ɵmpd"](4608,ai.a,ai.a,[$t.a,Gt.a,Kt.a,tn.a]),Bt["ɵmpd"](4608,si.a,si.a,[Bt.NgZone,$t.a,Gt.a,un.a,Kt.a,fn.a,$t.a]),Bt["ɵmpd"](135680,ui.a,ui.a,[$t.a,So.a,un.a,Gt.a,sn.CurrencyPipe,si.a,Kt.a,fn.a]),Bt["ɵmpd"](4608,di.a,di.a,[$t.a,Kt.a,fn.a,Gt.a,un.a]),Bt["ɵmpd"](135680,mi.a,mi.a,[sn.CurrencyPipe,So.a,$t.a,en.a,Gt.a,fn.a,un.a,Kt.a]),Bt["ɵmpd"](4608,li.a,li.a,[Kt.a,$t.a]),Bt["ɵmpd"](4608,Wt.a,Wt.a,[Jt.c,$t.a,Kt.a,fn.a,un.a,en.a,Gt.a]),Bt["ɵmpd"](4608,pi.a,pi.a,[Kt.a,fn.a]),Bt["ɵmpd"](4608,hi.a,hi.a,[fn.a,Kt.a]),Bt["ɵmpd"](4608,vi.a,vi.a,[]),Bt["ɵmpd"](135680,Xt.a,Xt.a,[Kt.a,fn.a,Gt.a]),Bt["ɵmpd"](4608,ei.a,ei.a,[$t.a,Jt.c,Kt.a]),Bt["ɵmpd"](4608,kn.a,kn.a,[fn.a]),Bt["ɵmpd"](4608,Ei.a,Ei.a,[Gt.a,$t.a,Rn.a,Kt.a,un.a,fn.a,Bt.NgZone]),Bt["ɵmpd"](135680,Ai.a,Ai.a,[sn.CurrencyPipe,Gt.a,$t.a,un.a,So.a,Kt.a,fn.a,en.a,Ei.a]),Bt["ɵmpd"](4608,Ii.a,Ii.a,[]),Bt["ɵmpd"](4608,ji.a,ji.a,[$t.a,Kt.a]),Bt["ɵmpd"](135680,wi.a,wi.a,[$t.a,So.a,un.a,Gt.a,sn.CurrencyPipe,Kt.a,fn.a,en.a]),Bt["ɵmpd"](4608,Fi.a,Fi.a,[dr.a,fn.a,Gt.a,tn.a,Kt.a,$t.a]),Bt["ɵmpd"](4608,nn.a,nn.a,[Un.a,$t.a,Kt.a,un.a,Mn.a,Vt.a,Dn.a,Gn.a,En.a,Gt.a,Vn.a,Wn.a,tn.a,cn.a,hn.a,fn.a,ti.a,gn.a,oi.a,ri.a,ai.a,si.a,ui.a,di.a,mi.a,li.a,Wt.a,pi.a,hi.a,vi.a,Si.a,Xt.a,_r.a,ei.a,kn.a,Ei.a,Ai.a,Ii.a,ji.a,wi.a,Fi.a]),Bt["ɵmpd"](4608,zn.a,zn.a,[Kt.a]),Bt["ɵmpd"](4608,bn.a,bn.a,[$t.a,Kt.a]),Bt["ɵmpd"](4608,Qt.a,Qt.a,[Un.a,_r.a,wn.a,Kt.a,fn.a,Bn.a]),Bt["ɵmpd"](4608,xn,xn,[$t.a,Kt.a,un.a,tn.a,en.a]),Bt["ɵmpd"](4608,Kn.a,Kn.a,[wt.i,wt.h,un.a,nn.a]),Bt["ɵmpd"](4608,$n,$n,[dn.a]),Bt["ɵmpd"](4608,Zn.b,Zn.b,[]),Bt["ɵmpd"](4608,ni.a,ni.a,[$t.a,Kt.a]),Bt["ɵmpd"](4608,ci.a,ci.a,[]),Bt["ɵmpd"](4608,fi.a,fi.a,[$t.a,Kt.a]),Bt["ɵmpd"](4608,gi.a,gi.a,[]),Bt["ɵmpd"](4608,yi.a,yi.a,[$t.a,Kt.a,fn.a]),Bt["ɵmpd"](4608,bi.a,bi.a,[$t.a,Kt.a,fn.a]),Bt["ɵmpd"](4608,Mi.a,Mi.a,[]),Bt["ɵmpd"](4608,Rt.a,Rt.a,[]),Bt["ɵmpd"](4608,vn.a,vn.a,[Kt.a]),Bt["ɵmpd"](4608,Pi.a,Pi.a,[$t.a,Kt.a]),Bt["ɵmpd"](4608,Zt,Zt,[$t.a,Gt.a,Kt.a]),Bt["ɵmpd"](4608,Ti.a,Ti.a,[]),Bt["ɵmpd"](4608,ki.a,ki.a,[Jt.c,_r.a,tn.a,nn.a,So.a,en.a,Kt.a,gi.a,yo.a,un.a,Gt.a,dr.a]),Bt["ɵmpd"](4608,Oi.a,Oi.a,[Jt.c,Kt.a,$t.a]),Bt["ɵmpd"](4608,_i.a,_i.a,[$t.a,Kt.a]),Bt["ɵmpd"](4608,Ht.a,Ht.a,[Kt.a,un.a,Gt.a,$t.a]),Bt["ɵmpd"](4608,Bi.a,Bi.a,[Jt.c,sr.a]),Bt["ɵmpd"](4608,Ni.a,Ni.a,[$t.a,Kt.a,fn.a]),Bt["ɵmpd"](4608,Hi.a,Hi.a,[fn.a]),Bt["ɵmpd"](4608,In.a,In.a,[]),Bt["ɵmpd"](4608,Ji.a,Ji.a,[]),Bt["ɵmpd"](512,sn.CommonModule,sn.CommonModule,[]),Bt["ɵmpd"](512,Bt.ErrorHandler,Vi,[]),Bt["ɵmpd"](256,sr.b,{mode:"md",animate:!0,scrollPadding:!1,scrollAssist:!1},[]),Bt["ɵmpd"](1024,$o.a,$o.b,[]),Bt["ɵmpd"](1024,_r.a,_r.b,[wt.b,$o.a,Bt.NgZone]),Bt["ɵmpd"](1024,sr.a,sr.c,[sr.b,_r.a]),Bt["ɵmpd"](512,jr.a,jr.a,[_r.a]),Bt["ɵmpd"](512,qr.a,qr.a,[]),Bt["ɵmpd"](512,dr.a,dr.a,[sr.a,_r.a,[2,qr.a]]),Bt["ɵmpd"](512,Yr.l,Yr.l,[dr.a]),Bt["ɵmpd"](256,go.a,{links:[{loadChildren:"../pages/about-us/about-us.module.ngfactory#AboutUsPageModuleNgFactory",name:"AboutUsPage",segment:"about-us",priority:"low",defaultHistory:[]},{loadChildren:"../pages/account-activation-cze/account-activation-cze.module.ngfactory#AccountActivationCzePageModuleNgFactory",name:"AccountActivationCzePage",segment:"my-account/actiavtion-account",priority:"low",defaultHistory:[]},{loadChildren:"../pages/additional-documents-verification/additional-documents-verification.module.ngfactory#AdditionalDocumentsVerificationPageModuleNgFactory",name:"AdditionalDocumentsVerificationPage",segment:"additional-documents-verification",priority:"low",defaultHistory:[]},{loadChildren:"../pages/age-restriction/age-restriction.module.ngfactory#AgeRestrictionPageModuleNgFactory",name:"AgeRestrictionPage",segment:"age-restriction",priority:"low",defaultHistory:[]},{loadChildren:"../pages/aml-verification-cze/aml-verification-cze.module.ngfactory#AmlVerificationCzePageModuleNgFactory",name:"AmlVerificationCzePage",segment:"aml-verification-cze",priority:"low",defaultHistory:[]},{loadChildren:"../pages/aml-verification/aml-verification.module.ngfactory#AmlVerificationPageModuleNgFactory",name:"AmlVerificationPage",segment:"aml-verification",priority:"low",defaultHistory:[]},{loadChildren:"../pages/app-update/app-update.module.ngfactory#NetworkErrorPageModuleNgFactory",name:"AppUpdatePage",segment:"app/update",priority:"low",defaultHistory:[]},{loadChildren:"../pages/app-download-promo/app-download-promo.module.ngfactory#AppDownloadPromoPageModuleNgFactory",name:"AppDownloadPromoPage",segment:"app-download",priority:"low",defaultHistory:[]},{loadChildren:"../pages/aviator-casino-launch/aviator-casino-launch.module.ngfactory#AviatorCasinoLaunchPageModuleNgFactory",name:"AviatorCasinoLaunchPage",segment:"aviator/:providerId/:gameCode",priority:"low",defaultHistory:[]},{loadChildren:"../pages/avion-casino-launch/avion-casino-launch.module.ngfactory#AvionCasinoLaunchPageModuleNgFactory",name:"AvionCasinoLaunchPage",segment:"avion-casino-launch",priority:"low",defaultHistory:[]},{loadChildren:"../pages/bank-id-verification-popup/bank-id-verification-popup.module.ngfactory#BankIdVerificationPopupPageModuleNgFactory",name:"BankIdVerificationPopupPage",segment:"bank-id-verification-popup",priority:"low",defaultHistory:[]},{loadChildren:"../pages/bank-management/bank-management.module.ngfactory#BankManagementPageModuleNgFactory",name:"BankManagementPage",segment:"bank-management",priority:"low",defaultHistory:[]},{loadChildren:"../pages/basic-yes-no-modal/basic-yes-no-modal.module.ngfactory#BasicYesNoModalPageModuleNgFactory",name:"BasicYesNoModalPage",segment:"basic-yes-no-modal",priority:"low",defaultHistory:[]},{loadChildren:"../pages/bet-builder/bet-builder.module.ngfactory#BetBuilderPageModuleNgFactory",name:"BetBuilderPage",segment:"bet-builder",priority:"low",defaultHistory:[]},{loadChildren:"../pages/bet-probabilities/bet-probabilities.module.ngfactory#BetProbabilitiesPageModuleNgFactory",name:"BetProbabilitiesPage",segment:"bet-probabilities",priority:"low",defaultHistory:[]},{loadChildren:"../pages/bingo-how-to-play/bingo-how-to-play.module.ngfactory#BingoHowToPlayPageModuleNgFactory",name:"BingoHowToPlayPage",segment:"virtuals/loterry/bingo/howtoplay",priority:"low",defaultHistory:[]},{loadChildren:"../pages/bingo-results/bingo-results.module.ngfactory#BingoResultsPageModuleNgFactory",name:"BingoResultsPage",segment:"bingo-results/:gameId/:terminalId",priority:"low",defaultHistory:[]},{loadChildren:"../pages/bingo-tournament-modal/bingo-tournament-modal.module.ngfactory#BingoTournamentModalPageModuleNgFactory",name:"BingoTournamentModalPage",segment:"bingo-tournament-modal",priority:"low",defaultHistory:[]},{loadChildren:"../pages/bingo-tournaments/bingo-tournaments.module.ngfactory#BingoTournamentsPageModuleNgFactory",name:"BingoTournamentsPage",segment:"bingo-tournaments",priority:"low",defaultHistory:[]},{loadChildren:"../pages/bonus/bonus.module.ngfactory#BonusPageModuleNgFactory",name:"BonusPage",segment:"my-account/bonuses",priority:"low",defaultHistory:[]},{loadChildren:"../pages/campaign-bonus-details/campaign-bonus-details.module.ngfactory#CampaignBonusDetailsPageModuleNgFactory",name:"CampaignBonusDetailsPage",segment:"campaign-bonus/:levelIdentifier",priority:"low",defaultHistory:[]},{loadChildren:"../pages/campaign-bonus/campaign-bonus.module.ngfactory#CampaignBonusPageModuleNgFactory",name:"CampaignBonusPage",segment:"campaign-bonus",priority:"low",defaultHistory:[]},{loadChildren:"../pages/casino-agregator-games-by-tag/casino-agregator-games-by-tag.module.ngfactory#CasinoAgregatorGamesByTagPageModuleNgFactory",name:"CasinoAgregatorGamesByTagPage",segment:"casino-agregator/tag/:tagName/:tagId",priority:"low",defaultHistory:[]},{loadChildren:"../pages/casino-agregator-providers-list/casino-agregator-providers-list.module.ngfactory#CasinoAgregatorProvidersListPageModuleNgFactory",name:"CasinoAgregatorProvidersListPage",segment:"casino-agregator-providers-list",priority:"low",defaultHistory:[]},{loadChildren:"../pages/casino-agregator-search/casino-agregator-search.module.ngfactory#CasinoAgregatorSearchPageModuleNgFactory",name:"CasinoAgregatorSearchPage",segment:"casino-agregator-search/:id/:query",priority:"low",defaultHistory:[]},{loadChildren:"../pages/casino-agregator-tournament-games-list/casino-agregator-tournament-games-list.module.ngfactory#CasinoAgregatorTournamentGamesListPageModuleNgFactory",name:"CasinoAgregatorTournamentGamesListPage",segment:"casino-agregator/:id",priority:"low",defaultHistory:[]},{loadChildren:"../pages/casino-agregator/casino-agregator.module.ngfactory#CasinoAgregatorPageModuleNgFactory",name:"CasinoAgregatorPage",segment:"casino-agregator",priority:"low",defaultHistory:[]},{loadChildren:"../pages/casino-betgames/casino-betgames.module.ngfactory#CasinoBetgamesPageModuleNgFactory",name:"CasinoBetgamesPage",segment:"casino/betgames",priority:"low",defaultHistory:[]},{loadChildren:"../pages/casino-bonus-games-list/casino-bonus-games-list.module.ngfactory#CasinoBonusGamesListPageModuleNgFactory",name:"CasinoBonusGamesListPage",segment:"casino-games/:param",priority:"low",defaultHistory:[]},{loadChildren:"../pages/casino-endorphina-game/casino-endorphina-game.module.ngfactory#CasinoEndorphinaGamePageModuleNgFactory",name:"CasinoEndorphinaGamePage",segment:"casino/endorphina/:game",priority:"low",defaultHistory:[]},{loadChildren:"../pages/casino-endorphina-tickets/casino-endorphina-tickets.module.ngfactory#CasinoEndorphinaTicketsPageModuleNgFactory",name:"CasinoEndorphinaTicketsPage",segment:"casino-endorphina-tickets",priority:"low",defaultHistory:[]},{loadChildren:"../pages/casino-endorphina-tickets-filter/casino-endorphina-tickets-filter.module.ngfactory#CasinoEndorphinaTicketsFilterPageModuleNgFactory",name:"CasinoEndorphinaTicketsFilterPage",segment:"casino-endorphina-tickets-filter",priority:"low",defaultHistory:[]},{loadChildren:"../pages/casino-favorites/casino-favorites.module.ngfactory#CasinoFavoritesPageModuleNgFactory",name:"CasinoFavoritesPage",segment:"casino-favorites",priority:"low",defaultHistory:[]},{loadChildren:"../pages/casino-games-list/casino-games-list.module.ngfactory#CasinoGamesListPageModuleNgFactory",name:"CasinoGamesListPage",segment:"casino-games-list",priority:"low",defaultHistory:[]},{loadChildren:"../pages/casino-endorphina/casino-endorphina.module.ngfactory#CasinoEndorphinaPageModuleNgFactory",name:"CasinoEndorphinaPage",segment:"casino/endorphina",priority:"low",defaultHistory:[]},{loadChildren:"../pages/casino-games/casino-games.module.ngfactory#CasinoGamesPageModuleNgFactory",name:"CasinoGamesPage",segment:"casino-games/:tagId/:providerId",priority:"low",defaultHistory:[]},{loadChildren:"../pages/casino-goldenrace/casino-goldenrace.module.ngfactory#CasinoGoldenracePageModuleNgFactory",name:"CasinoGoldenracePage",segment:"casino/goldenrace/:link",priority:"low",defaultHistory:[]},{loadChildren:"../pages/casino-jackpots-list/casino-jackpots-list.module.ngfactory#CasinoJackpotsListPageModuleNgFactory",name:"CasinoJackpotsListPage",segment:"casino-jackpots-list",priority:"low",defaultHistory:[]},{loadChildren:"../pages/casino-promotions-games/casino-promotions-games.module.ngfactory#CasinoPromotionsGamesPageModuleNgFactory",name:"CasinoPromotionsGamesPage",segment:"casino-promotions-games/:promotionid",priority:"low",defaultHistory:[]},{loadChildren:"../pages/casino-promotions-modal/casino-promotions-modal.module.ngfactory#CasinoPromotionsModalPageModuleNgFactory",name:"CasinoPromotionsModalPage",segment:"casino-promotions-modal",priority:"low",defaultHistory:[]},{loadChildren:"../pages/casino-provider-games-list/casino-provider-games-list.module.ngfactory#CasinoProviderGamesListPageModuleNgFactory",name:"CasinoProviderGamesListPage",segment:"casino-provider-games/:providerId/:provider",priority:"low",defaultHistory:[]},{loadChildren:"../pages/casino-providers-list/casino-providers-list.module.ngfactory#CasinoProvidersListPageModuleNgFactory",name:"CasinoProvidersListPage",segment:"casino-providers-list",priority:"low",defaultHistory:[]},{loadChildren:"../pages/casino-section-games/casino-section-games.module.ngfactory#CasinoSectionGamesPageModuleNgFactory",name:"CasinoSectionGamesPage",segment:"casino-section-games/:id/:name",priority:"low",defaultHistory:[]},{loadChildren:"../pages/casino-themes-list/casino-themes-list.module.ngfactory#CasinoThemesListPageModuleNgFactory",name:"CasinoThemesListPage",segment:"casino-themes-list",priority:"low",defaultHistory:[]},{loadChildren:"../pages/casino-ticket-details/casino-ticket-details.module.ngfactory#CasinoTicketDetailsPageModuleNgFactory",name:"CasinoTicketDetailsPage",segment:"casino-tickets-v2/:referenceId",priority:"low",defaultHistory:[]},{loadChildren:"../pages/casino-tickets-filter/casino-tickets-filter.module.ngfactory#CasinoTicketsFilterPageModuleNgFactory",name:"CasinoTicketsFilterPage",segment:"casino-tickets-filter",priority:"low",defaultHistory:[]},{loadChildren:"../pages/casino-tournament-modal/casino-tournament-modal.module.ngfactory#CasinoTournamentModalPageModuleNgFactory",name:"CasinoTournamentModalPage",segment:"casino-tournament-modal",priority:"low",defaultHistory:[]},{loadChildren:"../pages/casino-tournaments-games/casino-tournaments-games.module.ngfactory#CasinoTournamentsGamesPageModuleNgFactory",name:"CasinoTournamentsGamesPage",segment:"casino-tournaments-games/:id/:index",priority:"low",defaultHistory:[]},{loadChildren:"../pages/casino-tvbet/casino-tvbet.module.ngfactory#CasinoTvbetPageModuleNgFactory",name:"CasinoTvbetPage",segment:"casino/tvbet",priority:"low",defaultHistory:[]},{loadChildren:"../pages/casino-winners/casino-winners.module.ngfactory#CasinoWinnersPageModuleNgFactory",name:"CasinoWinnersPage",segment:"casino-winners",priority:"low",defaultHistory:[]},{loadChildren:"../pages/casino/casino.module.ngfactory#CasinoPageModuleNgFactory",name:"CasinoPage",segment:"casino",priority:"low",defaultHistory:[]},{loadChildren:"../pages/club-points-filter/club-points-filter.module.ngfactory#ClubPointsFilterPageModuleNgFactory",name:"ClubPointsFilterPage",segment:"club-points-filter",priority:"low",defaultHistory:[]},{loadChildren:"../pages/coupon-betting-offer/coupon-betting-offer.module.ngfactory#CouponBettingOfferPageModuleNgFactory",name:"CouponBettingOfferPage",segment:"coupon-betting-offer",priority:"low",defaultHistory:[]},{loadChildren:"../pages/coupon-betting-results/coupon-betting-results.module.ngfactory#CouponBettingResultsPageModuleNgFactory",name:"CouponBettingResultsPage",segment:"coupon-betting-results",priority:"low",defaultHistory:[]},{loadChildren:"../pages/credit-deposit/credit-deposit.module.ngfactory#CreditDepositPageModuleNgFactory",name:"CreditDepositPage",segment:"my-account/credit-ticket/deposit",priority:"low",defaultHistory:[]},{loadChildren:"../pages/credit-transaction-success/credit-transaction-success.module.ngfactory#CreditTransactionSuccessPageModuleNgFactory",name:"CreditTransactionSuccessPage",segment:"my-account/credit-ticket/transaction/success",priority:"low",defaultHistory:[]},{loadChildren:"../pages/credit-withdraw/credit-withdraw.module.ngfactory#CreditWithdrawPageModuleNgFactory",name:"CreditWithdrawPage",segment:"my-account/credit-ticket/withdraw",priority:"low",defaultHistory:[]},{loadChildren:"../pages/date-time-filter/date-time-filter.module.ngfactory#DateTimeFilterPageModuleNgFactory",name:"DateTimeFilterPage",segment:"date-time-filter",priority:"low",defaultHistory:[]},{loadChildren:"../pages/deposit-popup/deposit-popup.module.ngfactory#DepositPopupPageModuleNgFactory",name:"DepositPopupPage",segment:"deposit-popup",priority:"low",defaultHistory:[]},{loadChildren:"../pages/deposit-verification/deposit-verification.module.ngfactory#DepositVerificationPageModuleNgFactory",name:"DepositVerificationPage",segment:"deposit-verification",priority:"low",defaultHistory:[]},{loadChildren:"../pages/deposit-verified-popup/deposit-verified-popup.module.ngfactory#DepositPopupPageModuleNgFactory",name:"DepositVerifiedPopupPage",segment:"deposit-verified-popup",priority:"low",defaultHistory:[]},{loadChildren:"../pages/embedded-bingo/embedded-bingo.module.ngfactory#EmbeddedBingoPageModuleNgFactory",name:"EmbeddedBingoPage",segment:"virtuals/lottery/bingo/embedded",priority:"low",defaultHistory:[]},{loadChildren:"../pages/embedded-download/embedded-download.module.ngfactory#EmbeddedDownloadPageModuleNgFactory",name:"EmbeddedDownloadPage",segment:"embedded-download",priority:"low",defaultHistory:[]},{loadChildren:"../pages/embedded-info/embedded-info.module.ngfactory#EmbeddedInfoPageModuleNgFactory",name:"EmbeddedInfoPage",segment:"info/:type",priority:"low",defaultHistory:[]},{loadChildren:"../pages/embedded-landing/embedded-landing.module.ngfactory#EmbeddedLandingPageModuleNgFactory",name:"EmbeddedLandingPage",segment:"landing/:type",priority:"low",defaultHistory:[]},{loadChildren:"../pages/embedded-live-chat/embedded-live-chat.module.ngfactory#EmbeddedLiveChatPageModuleNgFactory",name:"EmbeddedLiveChatPage",segment:"embedded-live-chat",priority:"low",defaultHistory:[]},{loadChildren:"../pages/embedded-vip/embedded-vip.module.ngfactory#EmbeddedVipPageModuleNgFactory",name:"EmbeddedVipPage",segment:"embedded-vip",priority:"low",defaultHistory:[]},{loadChildren:"../pages/embedded-tawk-to/embedded-tawk-to.module.ngfactory#EmbeddedTawkToPageModuleNgFactory",name:"EmbeddedTawkToPage",segment:"support",priority:"low",defaultHistory:[]},{loadChildren:"../pages/embedded-virtual-races/embedded-virtual-races.module.ngfactory#EmbeddedVirtualRacesPageModuleNgFactory",name:"EmbeddedVirtualRacesPage",segment:"virtuals/races/embedded",priority:"low",defaultHistory:[]},{loadChildren:"../pages/empty-user-wallet-modal/empty-user-wallet-modal.module.ngfactory#EmptyUserWalletModalPageModuleNgFactory",name:"EmptyUserWalletModalPage",segment:"empty-user-wallet-modal",priority:"low",defaultHistory:[]},{loadChildren:"../pages/error-404/error-404.module.ngfactory#Error_404PageModuleNgFactory",name:"Error404Page",segment:"error/404",priority:"low",defaultHistory:[]},{loadChildren:"../pages/ezugi/ezugi.module.ngfactory#EzugiPageModuleNgFactory",name:"EzugiPage",segment:"ezugi",priority:"low",defaultHistory:[]},{loadChildren:"../pages/general-confirm-modal/general-confirm-modal.module.ngfactory#GeneralConfirmModalPageModuleNgFactory",name:"GeneralConfirmModalPage",segment:"general-confirm-modal",priority:"low",defaultHistory:[]},{loadChildren:"../pages/generic-tos/generic-tos.module.ngfactory#GenericTosPageModuleNgFactory",name:"GenericTosPage",segment:"generic-tos",priority:"low",defaultHistory:[]},{loadChildren:"../pages/embedded-how-to-play/embedded-how-to-play.module.ngfactory#EmbeddedHowToPlayPageModuleNgFactory",name:"EmbeddedHowToPlayPage",segment:"how-to-play/:type",priority:"low",defaultHistory:[]},{loadChildren:"../pages/idle-watcher/idle-watcher.module.ngfactory#IdleWatcherPageModuleNgFactory",name:"IdleWatcherPage",segment:"idle-watcher",priority:"low",defaultHistory:[]},{loadChildren:"../pages/in-account-user/in-account-user.module.ngfactory#InAccountUserPageModuleNgFactory",name:"InAccountUserPage",segment:"in-account-user",priority:"low",defaultHistory:[]},{loadChildren:"../pages/keno-results/keno-results.module.ngfactory#KenoResultsPageModuleNgFactory",name:"KenoResultsPage",segment:"keno-results/:gameId/:terminalId",priority:"low",defaultHistory:[]},{loadChildren:"../pages/language-selection-modal/language-selection-modal.module.ngfactory#LanguageSelectionModalPageModuleNgFactory",name:"LanguageSelectionModalPage",segment:"language-selection-modal",priority:"low",defaultHistory:[]},{loadChildren:"../pages/limit-restiction-confirmation/limit-restiction-confirmation.module.ngfactory#LimitRestictionConfirmationPageModuleNgFactory",name:"LimitRestictionConfirmationPage",segment:"limit-restiction-confirmation",priority:"low",defaultHistory:[]},{loadChildren:"../pages/log-viewer/log-viewer.module.ngfactory#LogViewerPageModuleNgFactory",name:"LogViewerPage",segment:"app/log-viewer",priority:"low",defaultHistory:[]},{loadChildren:"../pages/login-pin/login-pin.module.ngfactory#SetPinPageModuleNgFactory",name:"LoginPinPage",segment:"my-account/login/pin",priority:"low",defaultHistory:[]},{loadChildren:"../pages/login-successful/login-successful.module.ngfactory#LoginSuccessfulPageModuleNgFactory",name:"LoginSuccessfulPage",segment:"my-account/login/success",priority:"low",defaultHistory:[]},{loadChildren:"../pages/lottery-games-lobby/lottery-games-lobby.module.ngfactory#LotteryGamesLobbyPageModuleNgFactory",name:"LotteryGamesLobbyPage",segment:"lottery-games-lobby",priority:"low",defaultHistory:[]},{loadChildren:"../pages/lotto-betting-panel/lotto-betting-panel.module.ngfactory#LottoBettingPanelPageModuleNgFactory",name:"LottoBettingPanelPage",segment:"lotto-betting-panel",priority:"low",defaultHistory:[]},{loadChildren:"../pages/lotto/lotto.module.ngfactory#LottoPageModuleNgFactory",name:"LottoPage",segment:"lotto",priority:"low",defaultHistory:[]},{loadChildren:"../pages/lotto-results/lotto-results.module.ngfactory#LottoResultsPageModuleNgFactory",name:"LottoResultsPage",segment:"lotto-results",priority:"low",defaultHistory:[]},{loadChildren:"../pages/my-limits/my-limits.module.ngfactory#MyLimitsPageModuleNgFactory",name:"MyLimitsPage",segment:"my-limits",priority:"low",defaultHistory:[]},{loadChildren:"../pages/my-tickets-filter/my-tickets-filter.module.ngfactory#MyTicketsFilterPageModuleNgFactory",name:"MyTicketsFilterPage",segment:"my-account/tickets/filter",priority:"low",defaultHistory:[]},{loadChildren:"../pages/embedded-info-tos/embedded-info-tos.module.ngfactory#EmbeddedInfoTosPageModuleNgFactory",name:"EmbeddedInfoTosPage",segment:"tos",priority:"low",defaultHistory:[]},{loadChildren:"../pages/my-transactions-filter/my-transactions-filter.module.ngfactory#MyTransactionsFilterPageModuleNgFactory",name:"MyTransactionsFilterPage",segment:"my-account/transactions/filter",priority:"low",defaultHistory:[]},{loadChildren:"../pages/notification-settings/notification-settings.module.ngfactory#NotificationSettingsPageModuleNgFactory",name:"NotificationSettingsPage",segment:"my-account/notification-settings",priority:"low",defaultHistory:[]},{loadChildren:"../pages/network-error/network-error.module.ngfactory#NetworkErrorPageModuleNgFactory",name:"NetworkErrorPage",segment:"error/network",priority:"low",defaultHistory:[]},{loadChildren:"../pages/odd-representation-settings/odd-representation-settings.module.ngfactory#OddRepresentationSettingsPageModuleNgFactory",name:"OddRepresentationSettingsPage",segment:"odd-representation-settings",priority:"low",defaultHistory:[]},{loadChildren:"../pages/oddin/oddin.module.ngfactory#OddinPageModuleNgFactory",name:"OddinPage",segment:"oddin",priority:"low",defaultHistory:[]},{loadChildren:"../pages/optional-age-restriction/optional-age-restriction.module.ngfactory#OptionalAgeRestrictionPageModuleNgFactory",name:"OptionalAgeRestrictionPage",segment:"optional-age-restriction",priority:"low",defaultHistory:[]},{loadChildren:"../pages/oryx-casino-game-launch/oryx-casino-game-launch.module.ngfactory#OryxCasinoGameLaunchPageModuleNgFactory",name:"OryxCasinoGameLaunchPage",segment:"games/agregator/:providerId/:gameCode",priority:"low",defaultHistory:[]},{loadChildren:"../pages/oryx-casino/oryx-casino.module.ngfactory#OryxCasinoPageModuleNgFactory",name:"OryxCasinoPage",segment:"games/agregator",priority:"low",defaultHistory:[]},{loadChildren:"../pages/oryx-game-search/oryx-game-search.module.ngfactory#OryxGameSearchPageModuleNgFactory",name:"OryxGameSearchPage",segment:"oryx-game-search",priority:"low",defaultHistory:[]},{loadChildren:"../pages/panic-button-modal/panic-button-modal.module.ngfactory#PanicButtonModalPageModuleNgFactory",name:"PanicButtonModalPage",segment:"panic-button-modal",priority:"low",defaultHistory:[]},{loadChildren:"../pages/password-reset-code/password-reset-code.module.ngfactory#PasswordResetCodePageModuleNgFactory",name:"PasswordResetCodePage",segment:"my-account/password/recover/code",priority:"low",defaultHistory:[]},{loadChildren:"../pages/payout-request/payout-request.module.ngfactory#PayoutRequestPageModuleNgFactory",name:"PayoutRequestPage",segment:"my-account/withdraw-request",priority:"low",defaultHistory:[]},{loadChildren:"../pages/prepared-ticket-history-details/prepared-ticket-history-details.module.ngfactory#PreparedTicketHistoryDetailsPageModuleNgFactory",name:"PreparedTicketHistoryDetailsPage",segment:"prepared-ticket-history/:ticketId",priority:"low",defaultHistory:[]},{loadChildren:"../pages/plinko-casino-launch/plinko-casino-launch.module.ngfactory#PlinkoCasinoLaunchPageModuleNgFactory",name:"PlinkoCasinoLaunchPage",segment:"plinko-casino-launch",priority:"low",defaultHistory:[]},{loadChildren:"../pages/prepared-ticket/prepared-ticket.module.ngfactory#PreparedTicketPageModuleNgFactory",name:"PreparedTicketPage",segment:"prepared-ticket",priority:"low",defaultHistory:[]},{loadChildren:"../pages/prepared-tickets-history/prepared-tickets-history.module.ngfactory#PreparedTicketsHistoryPageModuleNgFactory",name:"PreparedTicketsHistoryPage",segment:"prepared-tickets-history",priority:"low",defaultHistory:[]},{loadChildren:"../pages/questionnaire-modal/questionnaire-modal.module.ngfactory#QuestionnaireModalPageModuleNgFactory",name:"QuestionnaireModalPage",segment:"questionnaire-modal",priority:"low",defaultHistory:[]},{loadChildren:"../pages/promo-banners-modal/promo-banners-modal.module.ngfactory#PromoBannersModalPageModuleNgFactory",name:"PromoBannersModalPage",segment:"promo-banners-modal",priority:"low",defaultHistory:[]},{loadChildren:"../pages/recover-password-change-type-10/recover-password-change-type-10.module.ngfactory#RecoverPasswordChangeType10PageModuleNgFactory",name:"RecoverPasswordChangeType10Page",segment:"my-account/password/recover/new/10",priority:"low",defaultHistory:[]},{loadChildren:"../pages/recover-password-change-type-3/recover-password-change-type-3.module.ngfactory#RecoverPasswordChangeType3PageModuleNgFactory",name:"RecoverPasswordChangeType3Page",segment:"my-account/password/recover/new/3",priority:"low",defaultHistory:[]},{loadChildren:"../pages/recover-password-change/recover-password-change.module.ngfactory#RecoverPasswordChangePageModuleNgFactory",name:"RecoverPasswordChangePage",segment:"my-account/password/recover/new/:code",priority:"low",defaultHistory:[]},{loadChildren:"../pages/recovery-password-change-type-6/recovery-password-change-type-6.module.ngfactory#RecoveryPasswordChangeType6PageModuleNgFactory",name:"RecoveryPasswordChangeType6Page",segment:"my-account/password/recover/new/6",priority:"low",defaultHistory:[]},{loadChildren:"../pages/recovery-password-popup/recovery-password-popup.module.ngfactory#RecoveryPasswordPopupPageModuleNgFactory",name:"RecoveryPasswordPopupPage",segment:"my-account/password-recovery/notification",priority:"low",defaultHistory:[]},{loadChildren:"../pages/redeem-ticket-popup/redeem-ticket-popup.module.ngfactory#RedeemTicketPopupPageModuleNgFactory",name:"RedeemTicketPopupPage",segment:"redeem-ticket-popup",priority:"low",defaultHistory:[]},{loadChildren:"../pages/referer-code-redeem/referer-code-redeem.module.ngfactory#RefererCodeRedeemPageModuleNgFactory",name:"RefererCodeRedeemPage",segment:"referer-code-redeem",priority:"low",defaultHistory:[]},{loadChildren:"../pages/referer-code-status/referer-code-status.module.ngfactory#RefererCodeStatusPageModuleNgFactory",name:"RefererCodeStatusPage",segment:"referer-code-status",priority:"low",defaultHistory:[]},{loadChildren:"../pages/registration-error/registration-error.module.ngfactory#RegistrationErrorPageModuleNgFactory",name:"RegistrationErrorPage",segment:"my-account/registration/error",priority:"low",defaultHistory:[]},{loadChildren:"../pages/registration-verification/registration-verification.module.ngfactory#RegistrationVerificationPageModuleNgFactory",name:"RegistrationVerificationPage",segment:"my-account/registration-verification/:code",priority:"low",defaultHistory:[]},{loadChildren:"../pages/registration-welcome/registration-welcome.module.ngfactory#RegistrationWelcomePageModuleNgFactory",name:"RegistrationWelcomePage",segment:"my-account/registration/welcome",priority:"low",defaultHistory:[]},{loadChildren:"../pages/search-casino-sport/search-casino-sport.module.ngfactory#SearchCasinoSportPageModuleNgFactory",name:"SearchCasinoSportPage",segment:"search-casino-sport",priority:"low",defaultHistory:[]},{loadChildren:"../pages/search-ticket/search-ticket.module.ngfactory#SearchTicketPageModuleNgFactory",name:"SearchTicketPage",segment:"search-ticket",priority:"low",defaultHistory:[]},{loadChildren:"../pages/security-settings/security-settings.module.ngfactory#SecuritySettingsPageModuleNgFactory",name:"SecuritySettingsPage",segment:"my-account/security-settings",priority:"low",defaultHistory:[]},{loadChildren:"../pages/self-exclusion/self-exclusion.module.ngfactory#SelfExclusionPageModuleNgFactory",name:"SelfExclusionPage",segment:"self-exclusion",priority:"low",defaultHistory:[]},{loadChildren:"../pages/set-pin/set-pin.module.ngfactory#SetPinPageModuleNgFactory",name:"SetPinPage",segment:"environment.TerminalType === 1 ? my-account/attendant/set-pin : my-account/set-pin",priority:"low",defaultHistory:[]},{loadChildren:"../pages/sms-verification/sms-verification.module.ngfactory#SmsVerificationPageModuleNgFactory",name:"SmsVerificationPage",segment:"sms-verification",priority:"low",defaultHistory:[]},{loadChildren:"../pages/splashtech/splashtech.module.ngfactory#SplashtechPageModuleNgFactory",name:"SplashtechPage",segment:"splashtech",priority:"low",defaultHistory:[]},{loadChildren:"../pages/sport-betting-bet-slip-user-auth/sport-betting-bet-slip-user-auth.module.ngfactory#SportBettingBetSlipUserAuthPageModuleNgFactory",name:"SportBettingBetSlipUserAuthPage",segment:"sports-betting/bet-slip/user-confirmation",priority:"low",defaultHistory:[]},{loadChildren:"../pages/sport-jackpot-won/sport-jackpot-won.module.ngfactory#SportJackpotWonPageModuleNgFactory",name:"SportJackpotWonPage",segment:"sport-jackpot-won",priority:"low",defaultHistory:[]},{loadChildren:"../pages/sport-jackpots-modal/sport-jackpots-modal.module.ngfactory#SportJackpotsModalPageModuleNgFactory",name:"SportJackpotsModalPage",segment:"sport-jackpots-modal",priority:"low",defaultHistory:[]},{loadChildren:"../pages/sport-match-stats/sport-match-stats.module.ngfactory#SportMatchStatsPageModuleNgFactory",name:"SportMatchStatsPage",segment:"sport-match-stats",priority:"low",defaultHistory:[]},{loadChildren:"../pages/sports-betting-live-match-extended/sports-betting-live-match-extended.module.ngfactory#SportsBettingLiveMatchExtendedPageModuleNgFactory",name:"SportsBettingLiveMatchExtendedPage",segment:"sports-betting/live/:sport/:category/:league/match/:matchId",priority:"low",defaultHistory:[]},{loadChildren:"../pages/sports-betting-live-search-offer/sports-betting-live-search-offer.module.ngfactory#SportsBettingLiveSearchOfferPageModuleNgFactory",name:"SportsBettingLiveSearchOfferPage",segment:"sports-betting/live-search",priority:"low",defaultHistory:[]},{loadChildren:"../pages/sports-betting-results-league/sports-betting-results-league.module.ngfactory#SportsBettingResultsLeaguePageModuleNgFactory",name:"SportsBettingResultsLeaguePage",segment:"sports-betting/results/:sport/:category/:league",priority:"low",defaultHistory:[]},{loadChildren:"../pages/sports-betting-results-match-extended/sports-betting-results-match-extended.module.ngfactory#SportsBettingMatchExtendedPageModuleNgFactory",name:"SportsBettingResultsMatchExtendedPage",segment:"sports-betting/results/:sport/:category/:league/match/:matchId",priority:"low",defaultHistory:[]},{loadChildren:"../pages/sports-tournaments/sports-tournaments.module.ngfactory#SportsTournamentsPageModuleNgFactory",name:"SportsTournamentsPage",segment:"sports-betting/tournaments",priority:"low",defaultHistory:[]},{loadChildren:"../pages/supportBoxChatPage/support-box-chat.module.ngfactory#SupportBoxChatPageModuleNgFactory",name:"SupportBoxChatPage",segment:"support-box-chat",priority:"low",defaultHistory:[]},{loadChildren:"../pages/theme-creator/theme-creator.module.ngfactory#ThemeCreatorPageModuleNgFactory",name:"ThemeCreatorPage",segment:"app/theme-creator",priority:"low",defaultHistory:[]},{loadChildren:"../pages/ticket-deposit/ticket-deposit.module.ngfactory#TicketDepositPageModuleNgFactory",name:"TicketDepositPage",segment:"ticket-deposit",priority:"low",defaultHistory:[]},{loadChildren:"../pages/tos/tos.module.ngfactory#TosPageModuleNgFactory",name:"TosPage",segment:"terms-of-service",priority:"low",defaultHistory:[]},{loadChildren:"../pages/total-financial-balance/total-financial-balance.module.ngfactory#TotalFinancialBalancePageModuleNgFactory",name:"TotalFinancialBalancePage",segment:"total-financial-balance",priority:"low",defaultHistory:[]},{loadChildren:"../pages/user-activities/user-activities.module.ngfactory#UserActivitiesPageModuleNgFactory",name:"UserActivitiesPage",segment:"my-account/activities",priority:"low",defaultHistory:[]},{loadChildren:"../pages/transaction-details/transaction-details.module.ngfactory#TransactionDetailsPageModuleNgFactory",name:"TransactionDetailsPage",segment:"my-account/transactions/:transactionIdentifier/:type/:amount/:newCredit/:paymentProvider/:bankAddress/:isCancelAvailable/:dateTime/:externalUti",priority:"low",defaultHistory:[]},{loadChildren:"../pages/user-limits-modal/user-limits-modal.module.ngfactory#UserLimitsModalPageModuleNgFactory",name:"UserLimitsModalPage",segment:"user-limits-modal",priority:"low",defaultHistory:[]},{loadChildren:"../pages/user-preferences/user-preferences.module.ngfactory#UserPreferencesPageModuleNgFactory",name:"UserPreferencesPage",segment:"user-preferences",priority:"low",defaultHistory:[]},{loadChildren:"../pages/user-set-limits-info-modal/user-set-limits-info-modal.module.ngfactory#UserSetLimitsInfoModalPageModuleNgFactory",name:"UserSetLimitsInfoModalPage",segment:"user-set-limits-info-modal",priority:"low",defaultHistory:[]},{loadChildren:"../pages/user-responsible-gaming-limits/user-responsible-gaming-limits.module.ngfactory#UserResponsibleGamingLimitsPageModuleNgFactory",name:"UserResponsibleGamingLimitsPage",segment:"user-responsible-gaming-limits",priority:"low",defaultHistory:[]},{loadChildren:"../pages/user-tickets/user-tickets.module.ngfactory#UserTicketsPageModuleNgFactory",name:"UserTicketsPage",segment:"user-tickets",priority:"low",defaultHistory:[]},{loadChildren:"../pages/user-verification-info/user-verification-info.module.ngfactory#UserVerificationInfoPageModuleNgFactory",name:"UserVerificationInfoPage",segment:"user-verification-info",priority:"low",defaultHistory:[]},{loadChildren:"../pages/user-verification-required-modal/user-verification-required-modal.module.ngfactory#UserVerificationRequiredModalPageModuleNgFactory",name:"UserVerificationRequiredModalPage",segment:"user-verification-required-modal",priority:"low",defaultHistory:[]},{loadChildren:"../pages/verification-confirmation-error/verification-confirmation-error.module.ngfactory#VerificationConfirmationErrorPageModuleNgFactory",name:"VerificationConfirmationErrorPage",segment:"my-account/verification-confirmation/false",priority:"low",defaultHistory:[]},{loadChildren:"../pages/verification-confirmation/verification-confirmation.module.ngfactory#VerificationConfirmationPageModuleNgFactory",name:"VerificationConfirmationPage",segment:"my-account/verification-confirmation/true",priority:"low",defaultHistory:[]},{loadChildren:"../pages/virtual-games-tournaments-modal/virtual-games-tournaments-modal.module.ngfactory#VirtualGamesTournamentsModalPageModuleNgFactory",name:"VirtualGamesTournamentsModalPage",segment:"virtual-games-tournaments-modal",priority:"low",defaultHistory:[]},{loadChildren:"../pages/vip-membership/vip-membership.module.ngfactory#VipMembershipPageModuleNgFactory",name:"VipMembershipPage",segment:"page-vip-membership/:segment",priority:"low",defaultHistory:[]},{loadChildren:"../pages/virtual-games-tournaments/virtual-games-tournaments.module.ngfactory#VirtualGamesTournamentsPageModuleNgFactory",name:"VirtualGamesTournamentsPage",segment:"virtual-games-tournaments",priority:"low",defaultHistory:[]},{loadChildren:"../pages/virtual-races-results/virtual-races-results.module.ngfactory#VirtualRacesResultsPageModuleNgFactory",name:"VirtualRacesResultsPage",segment:"virtuals/races/results/:game",priority:"low",defaultHistory:[]},{loadChildren:"../pages/web-scan/web-scan.module.ngfactory#WebScanPageModuleNgFactory",name:"WebScanPage",segment:"web-scan",priority:"low",defaultHistory:[]},{loadChildren:"../pages/withdraw/withdraw.module.ngfactory#WithdrawPageModuleNgFactory",name:"WithdrawPage",segment:"my-account/withdraw",priority:"low",defaultHistory:[]},{loadChildren:"../pages/account-activation-type9/account-activation-type9.module.ngfactory#AccountActivationType9PageModuleNgFactory",name:"AccountActivationType9Page",segment:"my-account/activation-vegas",priority:"low",defaultHistory:[]},{loadChildren:"../pages/bingo-play-results/bingo-play-results.module.ngfactory#BingoPlayResultsPageModuleNgFactory",name:"BingoPlayResultsPage",segment:"bingo-play-results",priority:"low",defaultHistory:[]},{loadChildren:"../pages/bingo-bet-slip/bingo-bet-slip.module.ngfactory#BingoBetSlipPageModuleNgFactory",name:"BingoBetSlipPage",segment:"bingo-bet-slip",priority:"low",defaultHistory:[]},{loadChildren:"../pages/bingo/bingo.module.ngfactory#BingoPageModuleNgFactory",name:"BingoPage",segment:"virtuals/loterry/bingo",priority:"low",defaultHistory:[]},{loadChildren:"../pages/biometrics-on-login-modal/biometrics-on-login-modal.module.ngfactory#BiometricsOnLoginModalPageModuleNgFactory",name:"BiometricsOnLoginModalPage",segment:"/biometrics",priority:"low",defaultHistory:[]},{loadChildren:"../pages/casino-tickets/casino-tickets.module.ngfactory#CasinoTicketsPageModuleNgFactory",name:"CasinoTicketsPage",segment:"my-account/casino-tickets",priority:"low",defaultHistory:[]},{loadChildren:"../pages/casino-tickets-v2/casino-tickets-v2.module.ngfactory#CasinoTicketsV2PageModuleNgFactory",name:"CasinoTicketsV2Page",segment:"casino-tickets-v2",priority:"low",defaultHistory:[]},{loadChildren:"../pages/chat/chat.module.ngfactory#ChatPageModuleNgFactory",name:"ChatPage",segment:"chat/:type",priority:"low",defaultHistory:[]},{loadChildren:"../pages/club-points/club-points.module.ngfactory#ClubPointsPageModuleNgFactory",name:"ClubPointsPage",segment:"club-points",priority:"low",defaultHistory:[]},{loadChildren:"../pages/deposit/deposit.module.ngfactory#DepositPageModuleNgFactory",name:"DepositPage",segment:"my-account/deposit",priority:"low",defaultHistory:[]},{loadChildren:"../pages/documents-verification-v2/documents-verification-v2.module.ngfactory#DocumentsVerificationV2PageModuleNgFactory",name:"DocumentsVerificationV2Page",segment:"documents-verification-v2",priority:"low",defaultHistory:[]},{loadChildren:"../pages/embedded-bonuses/embedded-bonuses.module.ngfactory#EmbeddedBonusesPageModuleNgFactory",name:"EmbeddedBonusesPage",segment:"bonuses/:type",priority:"low",defaultHistory:[]},{loadChildren:"../pages/embedded-news/embedded-news.module.ngfactory#EmbeddedNewsPageModuleNgFactory",name:"EmbeddedNewsPage",segment:"news/:type",priority:"low",defaultHistory:[]},{loadChildren:"../pages/embedded-promotions/embedded-promotions.module.ngfactory#EmbeddedPromotionsPageModuleNgFactory",name:"EmbeddedPromotionsPage",segment:"promotions/:type",priority:"low",defaultHistory:[]},{loadChildren:"../pages/keno-bet-slip-v2/keno-bet-slip-v2.module.ngfactory#KenoBetSlipV2PageModuleNgFactory",name:"KenoBetSlipV2Page",segment:"keno-bet-slip-v2",priority:"low",defaultHistory:[]},{loadChildren:"../pages/keno-bet-slip/keno-bet-slip.module.ngfactory#KenoBetSlipPageModuleNgFactory",name:"KenoBetSlipPage",segment:"virtuals/loterry/keno/bet-slip",priority:"low",defaultHistory:[]},{loadChildren:"../pages/keno-play-results/keno-play-results.module.ngfactory#KenoPlayResultsPageModuleNgFactory",name:"KenoPlayResultsPage",segment:"keno-play-results",priority:"low",defaultHistory:[]},{loadChildren:"../pages/keno-v2/keno-v2.module.ngfactory#KenoV2PageModuleNgFactory",name:"KenoV2Page",segment:"virtuals/loterry/keno",priority:"low",defaultHistory:[]},{loadChildren:"../pages/keno/keno.module.ngfactory#KenoPageModuleNgFactory",name:"KenoPage",segment:"virtuals/loterry/keno1",priority:"low",defaultHistory:[]},{loadChildren:"../pages/lotto-betslip/lotto-betslip.module.ngfactory#LottoBetslipPageModuleNgFactory",name:"LottoBetslipPage",segment:"lotto-betslip",priority:"low",defaultHistory:[]},{loadChildren:"../pages/login/login.module.ngfactory#LoginPageModuleNgFactory",name:"LoginPage",segment:"my-account/login",priority:"low",defaultHistory:[]},{loadChildren:"../pages/my-transactions/my-transactions.module.ngfactory#MyTransactionsPageModuleNgFactory",name:"MyTransactionsPage",segment:"my-account/transactions",priority:"low",defaultHistory:[]},{loadChildren:"../pages/partial-payout/partial-payout.module.ngfactory#PartialPayoutPageModuleNgFactory",name:"PartialPayoutPage",segment:"my-account/tickets/details/partial-payout",priority:"low",defaultHistory:[]},{loadChildren:"../pages/password-settings/password-settings.module.ngfactory#PasswordSettingsPageModuleNgFactory",name:"PasswordSettingsPage",segment:"my-account/password-settings",priority:"low",defaultHistory:[]},{loadChildren:"../pages/recover-password-request/recover-password-request.module.ngfactory#RecoverPasswordRequestPageModuleNgFactory",name:"RecoverPasswordRequestPage",segment:"my-account/password/recover/:activateAccount",priority:"low",defaultHistory:[]},{loadChildren:"../pages/registration-type-3/registration-type-3.module.ngfactory#RegistrationType3PageModuleNgFactory",name:"RegistrationType3Page",segment:"my-account/registration/3/:rc",priority:"low",defaultHistory:[]},{loadChildren:"../pages/registration-type10/registration-type10.module.ngfactory#RegistrationType10PageModuleNgFactory",name:"RegistrationType10Page",segment:"my-account/registration/10/:rc",priority:"low",defaultHistory:[]},{loadChildren:"../pages/sports-betting-match-extended/sports-betting-match-extended.module.ngfactory#SportsBettingMatchExtendedPageModuleNgFactory",name:"SportsBettingMatchExtendedPage",segment:"sports-betting/offer/:sport/:category/:league/:time/match/:matchId",priority:"low",defaultHistory:[]},{loadChildren:"../pages/sports-betting-live/sports-betting-live.module.ngfactory#SportsBettingLivePageModuleNgFactory",name:"SportsBettingLivePage",segment:"sports-betting/live",priority:"low",defaultHistory:[]},{loadChildren:"../pages/sports-betting-results/sports-betting-results.module.ngfactory#SportsBettingResultsPageModuleNgFactory",name:"SportsBettingResultsPage",segment:"sports-betting/results",priority:"low",defaultHistory:[]},{loadChildren:"../pages/sports-betting-search-offer/sports-betting-search-offer.module.ngfactory#SportsBettingSearchOfferPageModuleNgFactory",name:"SportsBettingSearchOfferPage",segment:"sports-betting/offer/search",priority:"low",defaultHistory:[]},{loadChildren:"../pages/terminal-locations/terminal-locations.module.ngfactory#TerminalLocationsPageModuleNgFactory",name:"TerminalLocationsPage",segment:"terminal-locations",priority:"low",defaultHistory:[]},{loadChildren:"../pages/user-limits/user-limits.module.ngfactory#UserLimitsPageModuleNgFactory",name:"UserLimitsPage",segment:"user-limits",priority:"low",defaultHistory:[]},{loadChildren:"../pages/user-referrer-reporting/user-referrer-reporting.module.ngfactory#UserReferrerReportingPageModuleNgFactory",name:"UserReferrerReportingPage",segment:"user-referrer-reporting",priority:"low",defaultHistory:[]},{loadChildren:"../pages/virtual-races-betslip/virtual-races-betslip.module.ngfactory#VirtualRacesBetslipPageModuleNgFactory",name:"VirtualRacesBetslipPage",segment:"virtuals/races/bet-slip",priority:"low",defaultHistory:[]},{loadChildren:"../pages/virtual-races/virtual-races.module.ngfactory#VirtualRacesPageModuleNgFactory",name:"VirtualRacesPage",segment:"virtuals/races",priority:"low",defaultHistory:[]},{loadChildren:"../pages/bank-management-edit-account/bank-management-edit-account.module.ngfactory#BankManagementEditAccountPageModuleNgFactory",name:"BankManagementEditAccountPage",segment:"bank-management-edit-account",priority:"low",defaultHistory:[]},{loadChildren:"../pages/casino-agregator-game-launch/casino-agregator-game-launch.module.ngfactory#CasinoAgregatorGameLaunchPageModuleNgFactory",name:"CasinoAgregatorGameLaunchPage",segment:"casino-agregator-game/:providerId/:gameCode/:useDemo",priority:"low",defaultHistory:[]},{loadChildren:"../pages/casino-agregator-games-list/casino-agregator-games-list.module.ngfactory#CasinoAgregatorGamesListPageModuleNgFactory",name:"CasinoAgregatorGamesListPage",segment:"casino-agregator/:param/:tag/:provider",priority:"low",defaultHistory:[]},{loadChildren:"../pages/docuemnts-verification/docuemnts-verification.module.ngfactory#DocuemntsVerificationPageModuleNgFactory",name:"DocuemntsVerificationPage",segment:"my-account/documents-verification",priority:"low",defaultHistory:[]},{loadChildren:"../pages/home/home.module.ngfactory#HomePageModuleNgFactory",name:"HomePage",segment:"home",priority:"low",defaultHistory:[]},{loadChildren:"../pages/my-tickets/my-tickets.module.ngfactory#MyTicketsPageModuleNgFactory",name:"MyTicketsPage",segment:"my-account/tickets",priority:"low",defaultHistory:[]},{loadChildren:"../pages/notifications/notifications.module.ngfactory#NotificationsPageModuleNgFactory",name:"NotificationsPage",segment:"notifications",priority:"low",defaultHistory:[]},{loadChildren:"../pages/registration-type-6/registration-type-6.module.ngfactory#RegistrationType6PageModuleNgFactory",name:"RegistrationType6Page",segment:"my-account/registration/6/:rc",priority:"low",defaultHistory:[]},{loadChildren:"../pages/registration-type-8/registration-type-8.module.ngfactory#RegistrationType8PageModuleNgFactory",name:"RegistrationType8Page",segment:"my-account/registration/8/:rc",priority:"low",defaultHistory:[]},{loadChildren:"../pages/registration-type-9/registration-type-9.module.ngfactory#RegistrationType9PageModuleNgFactory",name:"RegistrationType9Page",segment:"my-account/registration/9/:rc",priority:"low",defaultHistory:[]},{loadChildren:"../pages/registration-type11/registration-type11.module.ngfactory#RegistrationType11PageModuleNgFactory",name:"RegistrationType11Page",segment:"my-account/registration/11/:rc",priority:"low",defaultHistory:[]},{loadChildren:"../pages/registration-type13/registration-type13.module.ngfactory#RegistrationType13PageModuleNgFactory",name:"RegistrationType13Page",segment:"my-account/registration/13/:rc",priority:"low",defaultHistory:[]},{loadChildren:"../pages/registration/registration.module.ngfactory#RegistrationPageModuleNgFactory",name:"RegistrationPage",segment:"my-account/registration/1/:rc",priority:"low",defaultHistory:[]},{loadChildren:"../pages/sports-betting-prematch-league/sports-betting-prematch-league.module.ngfactory#SportsBettingPrematchLeaguePageModuleNgFactory",name:"SportsBettingPrematchLeaguePage",segment:"sports-betting/offer/:sport/:category/:league/:time",priority:"low",defaultHistory:[]},{loadChildren:"../pages/sports-betting/sports-betting.module.ngfactory#SportsBettingPageModuleNgFactory",name:"SportsBettingPage",segment:"sports-betting",priority:"low",defaultHistory:[]},{loadChildren:"../pages/ticket-details/ticket-details.module.ngfactory#TicketDetailsPageModuleNgFactory",name:"TicketDetailsPage",segment:"my-account/tickets/:pin",priority:"low",defaultHistory:[]},{loadChildren:"../pages/registration-type-5/registration-type-5.module.ngfactory#RegistrationType5PageModuleNgFactory",name:"RegistrationType5Page",segment:"my-account/registration/5/:rc",priority:"low",defaultHistory:[]},{loadChildren:"../pages/registration-type-4/registration-type-4.module.ngfactory#RegistrationType4PageModuleNgFactory",name:"RegistrationType4Page",segment:"my-account/registration/4/:rc",priority:"low",defaultHistory:[]},{loadChildren:"../pages/sports-betting-bet-slip/sports-betting-bet-slip.module.ngfactory#SportsBettingBetSlipPageModuleNgFactory",name:"SportsBettingBetSlipPage",segment:"sports-betting/bet-slip",priority:"low",defaultHistory:[]},{loadChildren:"../pages/account-activation/account-activation.module.ngfactory#AccountActivationPageModuleNgFactory",name:"AccountActivationPage",segment:"my-account/activation",priority:"low",defaultHistory:[]},{loadChildren:"../pages/withdraw-provider/withdraw-provider.module.ngfactory#WithdrawProviderPageModuleNgFactory",name:"WithdrawProviderPage",segment:"my-account/withdraw/:providerName",priority:"low",defaultHistory:[]},{loadChildren:"../pages/personal-info/personal-info.module.ngfactory#PersonalInfoPageModuleNgFactory",name:"PersonalInfoPage",segment:"my-account/profile",priority:"low",defaultHistory:[]},{loadChildren:"../pages/sports-betting-prematch/sports-betting-prematch.module.ngfactory#SportBettingPrematchPageModuleNgFactory",name:"SportBettingPrematchPage",segment:"sports-betting/offer/:bmc",priority:"low",defaultHistory:[]},{loadChildren:"../pages/my-account/my-account.module.ngfactory#MyAccountPageModuleNgFactory",name:"MyAccountPage",segment:"my-account/:selection",priority:"low",defaultHistory:[]},{loadChildren:"../pages/registration-type-7/registration-type-7.module.ngfactory#RegistrationType7PageModuleNgFactory",name:"RegistrationType7Page",segment:"my-account/registration/7/:rc",priority:"low",defaultHistory:[]},{loadChildren:"../pages/deposit-provider/deposit-provider.module.ngfactory#DepositProviderPageModuleNgFactory",name:"DepositProviderPage",segment:"my-account/deposit/:providerName/:isSuccess",priority:"low",defaultHistory:[]}]},[]),Bt["ɵmpd"](512,Bt.Compiler,Bt.Compiler,[]),Bt["ɵmpd"](512,qo.a,qo.a,[Bt.Compiler]),Bt["ɵmpd"](1024,Vo.b,Vo.c,[qo.a,Bt.Injector]),Bt["ɵmpd"](1024,Bt.APP_INITIALIZER,function(e,t,n,i,r,o,a,s,u,l,c,d,m){return[wt.s(e),Yo.a(t),Fo.b(n,i),Ko.b(r,o,a,s,u),Vo.d(l,c,d,m)]},[[2,Bt.NgProbeToken],sr.a,_r.a,jr.a,sr.a,_r.a,jr.a,dr.a,Yr.l,sr.a,go.a,Vo.b,Bt.NgZone]),Bt["ɵmpd"](512,Bt.ApplicationInitStatus,Bt.ApplicationInitStatus,[[2,Bt.APP_INITIALIZER]]),Bt["ɵmpd"](131584,Bt.ApplicationRef,Bt.ApplicationRef,[Bt.NgZone,Bt["ɵConsole"],Bt.Injector,Bt.ErrorHandler,Bt.ComponentFactoryResolver,Bt.ApplicationInitStatus]),Bt["ɵmpd"](512,Bt.ApplicationModule,Bt.ApplicationModule,[Bt.ApplicationRef]),Bt["ɵmpd"](512,wt.a,wt.a,[[3,wt.a]]),Bt["ɵmpd"](512,Ft.a,Ft.a,[]),Bt["ɵmpd"](512,jn.c,jn.c,[]),Bt["ɵmpd"](512,ln.u,ln.u,[]),Bt["ɵmpd"](512,ln.j,ln.j,[]),Bt["ɵmpd"](512,ln.s,ln.s,[]),Bt["ɵmpd"](512,Io.a,Io.a,[]),Bt["ɵmpd"](512,Jt.e,Jt.e,[]),Bt["ɵmpd"](512,Jt.d,Jt.d,[]),Bt["ɵmpd"](512,Ut.a,Ut.a,[]),Bt["ɵmpd"](512,Dt.a,Dt.a,[]),Bt["ɵmpd"](512,Qn.a,Qn.a,[]),Bt["ɵmpd"](512,Zo.a,Zo.a,[]),Bt["ɵmpd"](512,Ur.b,Ur.b,[]),Bt["ɵmpd"](512,Xo.RecaptchaCommonModule,Xo.RecaptchaCommonModule,[]),Bt["ɵmpd"](512,Qo.RecaptchaModule,Qo.RecaptchaModule,[]),Bt["ɵmpd"](512,ea.ChartModule,ea.ChartModule,[]),Bt["ɵmpd"](512,qn.a,qn.a,[]),Bt["ɵmpd"](512,ta.a,ta.a,[]),Bt["ɵmpd"](512,na.a,na.a,[]),Bt["ɵmpd"](512,Io.b,Io.b,[]),Bt["ɵmpd"](512,Ci.c,Ci.c,[]),Bt["ɵmpd"](512,Xn,Xn,[]),Bt["ɵmpd"](512,Jt.l,Jt.l,[]),Bt["ɵmpd"](2048,Jt.j,null,[Jt.l]),Bt["ɵmpd"](512,Jt.h,Jt.h,[Jt.j]),Bt["ɵmpd"](2048,Jt.b,null,[Jt.h]),Bt["ɵmpd"](512,Jt.f,Jt.k,[Jt.b,Bt.Injector]),Bt["ɵmpd"](512,Jt.c,Jt.c,[Jt.f]),Bt["ɵmpd"](512,ii.a,ii.a,[Jt.c]),Bt["ɵmpd"](512,Wi,Wi,[Xn,ii.a,sr.a]),Bt["ɵmpd"](256,jn.a,{notFoundText:"No items found",typeToSearchText:"Type to search",addTagText:"Add item",loadingText:"Loading...",clearAllText:"Clear all",disableVirtualScroll:!1},[]),Bt["ɵmpd"](256,Jt.m,"XSRF-TOKEN",[]),Bt["ɵmpd"](256,Jt.n,"X-XSRF-TOKEN",[]),Bt["ɵmpd"](256,So.b,null,[]),Bt["ɵmpd"](256,sn.APP_BASE_HREF,"/",[]),Bt["ɵmpd"](256,ia.RECAPTCHA_SETTINGS,qn.b,[]),Bt["ɵmpd"](256,Vo.a,Ci.b,[]),Bt["ɵmpd"](256,Gi.a,_n,[])])});Object(Bt.enableProdMode)(),Object(wt.j)().bootstrapModuleFactory(ra),Object.entries||(Object.entries=function(e){for(var t=Object.keys(e),n=t.length,i=new Array(n);n--;)i[n]=[t[n],e[t[n]]];return i})},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,n){function i(e){return n(r(e))}function r(e){var t=o[e];if(!(t+1))throw new Error("Cannot find module '"+e+"'.");return t}var o={"./af":511,"./af.js":511,"./ar":512,"./ar-dz":513,"./ar-dz.js":513,"./ar-kw":514,"./ar-kw.js":514,"./ar-ly":515,"./ar-ly.js":515,"./ar-ma":516,"./ar-ma.js":516,"./ar-sa":517,"./ar-sa.js":517,"./ar-tn":518,"./ar-tn.js":518,"./ar.js":512,"./az":519,"./az.js":519,"./be":520,"./be.js":520,"./bg":521,"./bg.js":521,"./bm":522,"./bm.js":522,"./bn":523,"./bn.js":523,"./bo":524,"./bo.js":524,"./br":525,"./br.js":525,"./bs":526,"./bs.js":526,"./ca":527,"./ca.js":527,"./cs":528,"./cs.js":528,"./cv":529,"./cv.js":529,"./cy":530,"./cy.js":530,"./da":531,"./da.js":531,"./de":532,"./de-at":533,"./de-at.js":533,"./de-ch":534,"./de-ch.js":534,"./de.js":532,"./dv":535,"./dv.js":535,"./el":536,"./el.js":536,"./en-au":537,"./en-au.js":537,"./en-ca":538,"./en-ca.js":538,"./en-gb":539,"./en-gb.js":539,"./en-ie":540,"./en-ie.js":540,"./en-il":541,"./en-il.js":541,"./en-nz":542,"./en-nz.js":542,"./eo":543,"./eo.js":543,"./es":544,"./es-do":545,"./es-do.js":545,"./es-us":546,"./es-us.js":546,"./es.js":544,"./et":547,"./et.js":547,"./eu":548,"./eu.js":548,"./fa":549,"./fa.js":549,"./fi":550,"./fi.js":550,"./fo":551,"./fo.js":551,"./fr":552,"./fr-ca":553,"./fr-ca.js":553,"./fr-ch":554,"./fr-ch.js":554,"./fr.js":552,"./fy":555,"./fy.js":555,"./gd":556,"./gd.js":556,"./gl":557,"./gl.js":557,"./gom-latn":558,"./gom-latn.js":558,"./gu":559,"./gu.js":559,"./he":560,"./he.js":560,"./hi":561,"./hi.js":561,"./hr":562,"./hr.js":562,"./hu":563,"./hu.js":563,"./hy-am":564,"./hy-am.js":564,"./id":565,"./id.js":565,"./is":566,"./is.js":566,"./it":567,"./it.js":567,"./ja":568,"./ja.js":568,"./jv":569,"./jv.js":569,"./ka":570,"./ka.js":570,"./kk":571,"./kk.js":571,"./km":572,"./km.js":572,"./kn":573,"./kn.js":573,"./ko":574,"./ko.js":574,"./ky":575,"./ky.js":575,"./lb":576,"./lb.js":576,"./lo":577,"./lo.js":577,"./lt":578,"./lt.js":578,"./lv":579,"./lv.js":579,"./me":580,"./me.js":580,"./mi":581,"./mi.js":581,"./mk":582,"./mk.js":582,"./ml":583,"./ml.js":583,"./mn":584,"./mn.js":584,"./mr":585,"./mr.js":585,"./ms":586,"./ms-my":587,"./ms-my.js":587,"./ms.js":586,"./mt":588,"./mt.js":588,"./my":589,"./my.js":589,"./nb":590,"./nb.js":590,"./ne":591,"./ne.js":591,"./nl":592,"./nl-be":593,"./nl-be.js":593,"./nl.js":592,"./nn":594,"./nn.js":594,"./pa-in":595,"./pa-in.js":595,"./pl":596,"./pl.js":596,"./pt":597,"./pt-br":598,"./pt-br.js":598,"./pt.js":597,"./ro":599,"./ro.js":599,"./ru":600,"./ru.js":600,"./sd":601,"./sd.js":601,"./se":602,"./se.js":602,"./si":603,"./si.js":603,"./sk":604,"./sk.js":604,"./sl":605,"./sl.js":605,"./sq":606,"./sq.js":606,"./sr":607,"./sr-cyrl":608,"./sr-cyrl.js":608,"./sr.js":607,"./ss":609,"./ss.js":609,"./sv":610,"./sv.js":610,"./sw":611,"./sw.js":611,"./ta":612,"./ta.js":612,"./te":613,"./te.js":613,"./tet":614,"./tet.js":614,"./tg":615,"./tg.js":615,"./th":616,"./th.js":616,"./tl-ph":617,"./tl-ph.js":617,"./tlh":618,"./tlh.js":618,"./tr":619,"./tr.js":619,"./tzl":620,"./tzl.js":620,"./tzm":621,"./tzm-latn":622,"./tzm-latn.js":622,"./tzm.js":621,"./ug-cn":623,"./ug-cn.js":623,"./uk":624,"./uk.js":624,"./ur":625,"./ur.js":625,"./uz":626,"./uz-latn":627,"./uz-latn.js":627,"./uz.js":626,"./vi":628,"./vi.js":628,"./x-pseudo":629,"./x-pseudo.js":629,"./yo":630,"./yo.js":630,"./zh-cn":631,"./zh-cn.js":631,"./zh-hk":632,"./zh-hk.js":632,"./zh-tw":633,"./zh-tw.js":633};i.keys=function(){return Object.keys(o)},i.resolve=r,e.exports=i,i.id=1210},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["af-NA",[["v","n"],["vm.","nm."]],,[["S","M","D","W","D","V","S"],["So.","Ma.","Di.","Wo.","Do.","Vr.","Sa."],["Sondag","Maandag","Dinsdag","Woensdag","Donderdag","Vrydag","Saterdag"],["So.","Ma.","Di.","Wo.","Do.","Vr.","Sa."]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan.","Feb.","Mrt.","Apr.","Mei","Jun.","Jul.","Aug.","Sep.","Okt.","Nov.","Des."],["Januarie","Februarie","Maart","April","Mei","Junie","Julie","Augustus","September","Oktober","November","Desember"]],,[["v.C.","n.C."],,["voor Christus","na Christus"]],1,[6,0],["y-MM-dd","dd MMM y","dd MMMM y","EEEE, dd MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"R","Suid-Afrikaanse rand",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["af",[["v","n"],["vm.","nm."]],,[["S","M","D","W","D","V","S"],["So.","Ma.","Di.","Wo.","Do.","Vr.","Sa."],["Sondag","Maandag","Dinsdag","Woensdag","Donderdag","Vrydag","Saterdag"],["So.","Ma.","Di.","Wo.","Do.","Vr.","Sa."]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan.","Feb.","Mrt.","Apr.","Mei","Jun.","Jul.","Aug.","Sep.","Okt.","Nov.","Des."],["Januarie","Februarie","Maart","April","Mei","Junie","Julie","Augustus","September","Oktober","November","Desember"]],,[["v.C.","n.C."],,["voor Christus","na Christus"]],0,[6,0],["y-MM-dd","dd MMM y","dd MMMM y","EEEE, dd MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"R","Suid-Afrikaanse rand",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["agq",[["a.g","a.k"],,],,[["n","k","g","t","u","g","d"],["nts","kpa","ghɔ","tɔm","ume","ghɨ","dzk"],["tsuʔntsɨ","tsuʔukpà","tsuʔughɔe","tsuʔutɔ̀mlò","tsuʔumè","tsuʔughɨ̂m","tsuʔndzɨkɔʔɔ"],["nts","kpa","ghɔ","tɔm","ume","ghɨ","dzk"]],,[["n","k","t","t","s","z","k","f","d","l","c","f"],["nùm","kɨz","tɨd","taa","see","nzu","dum","fɔe","dzu","lɔm","kaa","fwo"],["ndzɔ̀ŋɔ̀nùm","ndzɔ̀ŋɔ̀kƗ̀zùʔ","ndzɔ̀ŋɔ̀tƗ̀dʉ̀ghà","ndzɔ̀ŋɔ̀tǎafʉ̄ghā","ndzɔ̀ŋèsèe","ndzɔ̀ŋɔ̀nzùghò","ndzɔ̀ŋɔ̀dùmlo","ndzɔ̀ŋɔ̀kwîfɔ̀e","ndzɔ̀ŋɔ̀tƗ̀fʉ̀ghàdzughù","ndzɔ̀ŋɔ̀ghǔuwelɔ̀m","ndzɔ̀ŋɔ̀chwaʔàkaa wo","ndzɔ̀ŋèfwòo"]],,[["SK","BK"],,["Sěe Kɨ̀lesto","Bǎa Kɨ̀lesto"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00¤","#E0"],"FCFA","CFA Fàlâŋ BEAC",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ak",[["AN","EW"],,],,[["K","D","B","W","Y","F","M"],["Kwe","Dwo","Ben","Wuk","Yaw","Fia","Mem"],["Kwesida","Dwowda","Benada","Wukuda","Yawda","Fida","Memeneda"],["Kwe","Dwo","Ben","Wuk","Yaw","Fia","Mem"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["S-Ɔ","K-Ɔ","E-Ɔ","E-O","E-K","O-A","A-K","D-Ɔ","F-Ɛ","Ɔ-A","Ɔ-O","M-Ɔ"],["Sanda-Ɔpɛpɔn","Kwakwar-Ɔgyefuo","Ebɔw-Ɔbenem","Ebɔbira-Oforisuo","Esusow Aketseaba-Kɔtɔnimba","Obirade-Ayɛwohomumu","Ayɛwoho-Kitawonsa","Difuu-Ɔsandaa","Fankwa-Ɛbɔ","Ɔbɛsɛ-Ahinime","Ɔberɛfɛw-Obubuo","Mumu-Ɔpɛnimba"]],,[["AK","KE"],,["Ansa Kristo","Kristo Ekyiri"]],1,[6,0],["yy/MM/dd","y MMM d","y MMMM d","EEEE, y MMMM dd"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"GH₵","Ghana Sidi",function(e){return e===Math.floor(e)&&e>=0&&e<=1?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["am",[["ጠ","ከ"],["ጥዋት","ከሰዓት"]],,[["እ","ሰ","ማ","ረ","ሐ","ዓ","ቅ"],["እሑድ","ሰኞ","ማክሰ","ረቡዕ","ሐሙስ","ዓርብ","ቅዳሜ"],["እሑድ","ሰኞ","ማክሰኞ","ረቡዕ","ሐሙስ","ዓርብ","ቅዳሜ"],["እ","ሰ","ማ","ረ","ሐ","ዓ","ቅ"]],,[["ጃ","ፌ","ማ","ኤ","ሜ","ጁ","ጁ","ኦ","ሴ","ኦ","ኖ","ዲ"],["ጃንዩ","ፌብሩ","ማርች","ኤፕሪ","ሜይ","ጁን","ጁላይ","ኦገስ","ሴፕቴ","ኦክቶ","ኖቬም","ዲሴም"],["ጃንዩወሪ","ፌብሩወሪ","ማርች","ኤፕሪል","ሜይ","ጁን","ጁላይ","ኦገስት","ሴፕቴምበር","ኦክቶበር","ኖቬምበር","ዲሴምበር"]],,[["ዓ/ዓ","ዓ/ም"],,["ዓመተ ዓለም","ዓመተ ምሕረት"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE ፣d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"ብር","የኢትዮጵያ ብር",function(e){return 0===Math.floor(Math.abs(e))||1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ar-AE",[["ص","م"],,],[["ص","م"],,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"]],,[["ق.م","م"],,["قبل الميلاد","ميلادي"]],6,[5,6],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"د.إ.‏","درهم إماراتي",function(e){return 0===e?0:1===e?1:2===e?2:e%100===Math.floor(e%100)&&e%100>=3&&e%100<=10?3:e%100===Math.floor(e%100)&&e%100>=11&&e%100<=99?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ar-BH",[["ص","م"],,],[["ص","م"],,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"]],,[["ق.م","م"],,["قبل الميلاد","ميلادي"]],6,[5,6],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"د.ب.‏","دينار بحريني",function(e){return 0===e?0:1===e?1:2===e?2:e%100===Math.floor(e%100)&&e%100>=3&&e%100<=10?3:e%100===Math.floor(e%100)&&e%100>=11&&e%100<=99?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ar-DJ",[["ص","م"],,],[["ص","م"],,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"]],,[["ق.م","م"],,["قبل الميلاد","ميلادي"]],6,[6,0],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"Fdj","فرنك جيبوتي",function(e){return 0===e?0:1===e?1:2===e?2:e%100===Math.floor(e%100)&&e%100>=3&&e%100<=10?3:e%100===Math.floor(e%100)&&e%100>=11&&e%100<=99?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ar-DZ",[["ص","م"],,],[["ص","م"],,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],,[["ج","ف","م","أ","م","ج","ج","أ","س","أ","ن","د"],["جانفي","فيفري","مارس","أفريل","ماي","جوان","جويلية","أوت","سبتمبر","أكتوبر","نوفمبر","ديسمبر"]],,[["ق.م","م"],,["قبل الميلاد","ميلادي"]],6,[5,6],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[",",".",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"د.ج.‏","دينار جزائري",function(e){return 0===e?0:1===e?1:2===e?2:e%100===Math.floor(e%100)&&e%100>=3&&e%100<=10?3:e%100===Math.floor(e%100)&&e%100>=11&&e%100<=99?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ar-EG",[["ص","م"],,],[["ص","م"],,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"]],,[["ق.م","م"],,["قبل الميلاد","ميلادي"]],6,[5,6],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"ج.م.‏","جنيه مصري",function(e){return 0===e?0:1===e?1:2===e?2:e%100===Math.floor(e%100)&&e%100>=3&&e%100<=10?3:e%100===Math.floor(e%100)&&e%100>=11&&e%100<=99?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ar-EH",[["ص","م"],,],[["ص","م"],,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"]],,[["ق.م","م"],,["قبل الميلاد","ميلادي"]],1,[6,0],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"د.م.‏","درهم مغربي",function(e){return 0===e?0:1===e?1:2===e?2:e%100===Math.floor(e%100)&&e%100>=3&&e%100<=10?3:e%100===Math.floor(e%100)&&e%100>=11&&e%100<=99?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ar-ER",[["ص","م"],,],[["ص","م"],,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"]],,[["ق.م","م"],,["قبل الميلاد","ميلادي"]],1,[6,0],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"Nfk","ناكفا أريتري",function(e){return 0===e?0:1===e?1:2===e?2:e%100===Math.floor(e%100)&&e%100>=3&&e%100<=10?3:e%100===Math.floor(e%100)&&e%100>=11&&e%100<=99?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ar-IL",[["ص","م"],,],[["ص","م"],,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"]],,[["ق.م","م"],,["قبل الميلاد","ميلادي"]],0,[5,6],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"₪","شيكل إسرائيلي جديد",function(e){return 0===e?0:1===e?1:2===e?2:e%100===Math.floor(e%100)&&e%100>=3&&e%100<=10?3:e%100===Math.floor(e%100)&&e%100>=11&&e%100<=99?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ar-IQ",[["ص","م"],,],[["ص","م"],,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],,[["ك","ش","آ","ن","أ","ح","ت","آ","أ","ت","ت","ك"],["كانون الثاني","شباط","آذار","نيسان","أيار","حزيران","تموز","آب","أيلول","تشرين الأول","تشرين الثاني","كانون الأول"],["كانون الثاني","شباط","آذار","نيسان","أيار","حزيران","تموز","آب","أيلول","تشرين الأول","تشرين الثاني","كانون الأول"]],[["ك","ش","آ","ن","أ","ح","ت","آ","أ","ت","ت","ك"],["كانون الثاني","شباط","آذار","نيسان","أيار","حزيران","تموز","آب","أيلول","تشرين الأول","تشرين الثاني","كانون الأول"]],[["ق.م","م"],,["قبل الميلاد","ميلادي"]],6,[5,6],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"د.ع.‏","دينار عراقي",function(e){return 0===e?0:1===e?1:2===e?2:e%100===Math.floor(e%100)&&e%100>=3&&e%100<=10?3:e%100===Math.floor(e%100)&&e%100>=11&&e%100<=99?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ar-JO",[["ص","م"],,],[["ص","م"],,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],,[["ك","ش","آ","ن","أ","ح","ت","آ","أ","ت","ت","ك"],["كانون الثاني","شباط","آذار","نيسان","أيار","حزيران","تموز","آب","أيلول","تشرين الأول","تشرين الثاني","كانون الأول"]],,[["ق.م","م"],,["قبل الميلاد","ميلادي"]],6,[5,6],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"د.أ.‏","دينار أردني",function(e){return 0===e?0:1===e?1:2===e?2:e%100===Math.floor(e%100)&&e%100>=3&&e%100<=10?3:e%100===Math.floor(e%100)&&e%100>=11&&e%100<=99?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ar-KM",[["ص","م"],,],[["ص","م"],,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"]],,[["ق.م","م"],,["قبل الميلاد","ميلادي"]],1,[6,0],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"CF","فرنك جزر القمر",function(e){return 0===e?0:1===e?1:2===e?2:e%100===Math.floor(e%100)&&e%100>=3&&e%100<=10?3:e%100===Math.floor(e%100)&&e%100>=11&&e%100<=99?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ar-KW",[["ص","م"],,],[["ص","م"],,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"]],,[["ق.م","م"],,["قبل الميلاد","ميلادي"]],6,[5,6],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"د.ك.‏","دينار كويتي",function(e){return 0===e?0:1===e?1:2===e?2:e%100===Math.floor(e%100)&&e%100>=3&&e%100<=10?3:e%100===Math.floor(e%100)&&e%100>=11&&e%100<=99?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ar-LB",[["ص","م"],,],[["ص","م"],,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],,[["ك","ش","آ","ن","أ","ح","ت","آ","أ","ت","ت","ك"],["كانون الثاني","شباط","آذار","نيسان","أيار","حزيران","تموز","آب","أيلول","تشرين الأول","تشرين الثاني","كانون الأول"]],,[["ق.م","م"],,["قبل الميلاد","ميلادي"]],1,[6,0],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[",",".",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"ل.ل.‏","جنيه لبناني",function(e){return 0===e?0:1===e?1:2===e?2:e%100===Math.floor(e%100)&&e%100>=3&&e%100<=10?3:e%100===Math.floor(e%100)&&e%100>=11&&e%100<=99?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ar-LY",[["ص","م"],,],[["ص","م"],,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"]],,[["ق.م","م"],,["قبل الميلاد","ميلادي"]],6,[5,6],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[",",".",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"د.ل.‏","دينار ليبي",function(e){return 0===e?0:1===e?1:2===e?2:e%100===Math.floor(e%100)&&e%100>=3&&e%100<=10?3:e%100===Math.floor(e%100)&&e%100>=11&&e%100<=99?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ar-MA",[["ص","م"],,],[["ص","م"],,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],,[["ي","ف","م","أ","م","ن","ل","غ","ش","ك","ب","د"],["يناير","فبراير","مارس","أبريل","ماي","يونيو","يوليوز","غشت","شتنبر","أكتوبر","نونبر","دجنبر"]],,[["ق.م","م"],,["قبل الميلاد","ميلادي"]],6,[5,6],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[",",".",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"د.م.‏","درهم مغربي",function(e){return 0===e?0:1===e?1:2===e?2:e%100===Math.floor(e%100)&&e%100>=3&&e%100<=10?3:e%100===Math.floor(e%100)&&e%100>=11&&e%100<=99?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ar-MR",[["ص","م"],,],[["ص","م"],,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],,[["ي","ف","م","إ","و","ن","ل","غ","ش","ك","ب","د"],["يناير","فبراير","مارس","إبريل","مايو","يونيو","يوليو","أغشت","شتمبر","أكتوبر","نوفمبر","دجمبر"]],,[["ق.م","م"],,["قبل الميلاد","ميلادي"]],1,[6,0],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[",",".",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"أ.م.‏","أوقية موريتانية",function(e){return 0===e?0:1===e?1:2===e?2:e%100===Math.floor(e%100)&&e%100>=3&&e%100<=10?3:e%100===Math.floor(e%100)&&e%100>=11&&e%100<=99?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ar-OM",[["ص","م"],,],[["ص","م"],,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"]],,[["ق.م","م"],,["قبل الميلاد","ميلادي"]],6,[5,6],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"ر.ع.‏","ريال عماني",function(e){return 0===e?0:1===e?1:2===e?2:e%100===Math.floor(e%100)&&e%100>=3&&e%100<=10?3:e%100===Math.floor(e%100)&&e%100>=11&&e%100<=99?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ar-PS",[["ص","م"],,],[["ص","م"],,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],,[["ك","ش","آ","ن","أ","ح","ت","آ","أ","ت","ت","ك"],["كانون الثاني","شباط","آذار","نيسان","أيار","حزيران","تموز","آب","أيلول","تشرين الأول","تشرين الثاني","كانون الأول"]],,[["ق.م","م"],,["قبل الميلاد","ميلادي"]],1,[6,0],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"₪","شيكل إسرائيلي جديد",function(e){return 0===e?0:1===e?1:2===e?2:e%100===Math.floor(e%100)&&e%100>=3&&e%100<=10?3:e%100===Math.floor(e%100)&&e%100>=11&&e%100<=99?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ar-QA",[["ص","م"],,],[["ص","م"],,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"]],,[["ق.م","م"],,["قبل الميلاد","ميلادي"]],6,[5,6],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"ر.ق.‏","ريال قطري",function(e){return 0===e?0:1===e?1:2===e?2:e%100===Math.floor(e%100)&&e%100>=3&&e%100<=10?3:e%100===Math.floor(e%100)&&e%100>=11&&e%100<=99?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ar-SA",[["ص","م"],,],[["ص","م"],,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"]],,[["ق.م","م"],,["قبل الميلاد","ميلادي"]],0,[5,6],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","٪","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"ر.س.‏","ريال سعودي",function(e){return 0===e?0:1===e?1:2===e?2:e%100===Math.floor(e%100)&&e%100>=3&&e%100<=10?3:e%100===Math.floor(e%100)&&e%100>=11&&e%100<=99?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ar-SD",[["ص","م"],,],[["ص","م"],,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"]],,[["ق.م","م"],,["قبل الميلاد","ميلادي"]],6,[5,6],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"ج.س.","جنيه سوداني",function(e){return 0===e?0:1===e?1:2===e?2:e%100===Math.floor(e%100)&&e%100>=3&&e%100<=10?3:e%100===Math.floor(e%100)&&e%100>=11&&e%100<=99?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ar-SO",[["ص","م"],,],[["ص","م"],,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"]],,[["ق.م","م"],,["قبل الميلاد","ميلادي"]],1,[6,0],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","٪","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"S","شلن صومالي",function(e){return 0===e?0:1===e?1:2===e?2:e%100===Math.floor(e%100)&&e%100>=3&&e%100<=10?3:e%100===Math.floor(e%100)&&e%100>=11&&e%100<=99?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ar-SS",[["ص","م"],,],[["ص","م"],,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"]],,[["ق.م","م"],,["قبل الميلاد","ميلادي"]],1,[6,0],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"£","جنيه جنوب السودان",function(e){return 0===e?0:1===e?1:2===e?2:e%100===Math.floor(e%100)&&e%100>=3&&e%100<=10?3:e%100===Math.floor(e%100)&&e%100>=11&&e%100<=99?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ar-SY",[["ص","م"],,],[["ص","م"],,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],,[["ك","ش","آ","ن","أ","ح","ت","آ","أ","ت","ت","ك"],["كانون الثاني","شباط","آذار","نيسان","أيار","حزيران","تموز","آب","أيلول","تشرين الأول","تشرين الثاني","كانون الأول"]],,[["ق.م","م"],,["قبل الميلاد","ميلادي"]],6,[5,6],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"ل.س.‏","ليرة سورية",function(e){return 0===e?0:1===e?1:2===e?2:e%100===Math.floor(e%100)&&e%100>=3&&e%100<=10?3:e%100===Math.floor(e%100)&&e%100>=11&&e%100<=99?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ar-TD",[["ص","م"],,],[["ص","م"],,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"]],,[["ق.م","م"],,["قبل الميلاد","ميلادي"]],1,[6,0],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"FCFA","فرنك وسط أفريقي",function(e){return 0===e?0:1===e?1:2===e?2:e%100===Math.floor(e%100)&&e%100>=3&&e%100<=10?3:e%100===Math.floor(e%100)&&e%100>=11&&e%100<=99?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ar-TN",[["ص","م"],,],[["ص","م"],,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],,[["ج","ف","م","أ","م","ج","ج","أ","س","أ","ن","د"],["جانفي","فيفري","مارس","أفريل","ماي","جوان","جويلية","أوت","سبتمبر","أكتوبر","نوفمبر","ديسمبر"]],,[["ق.م","م"],,["قبل الميلاد","ميلادي"]],0,[5,6],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[",",".",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"د.ت.‏","دينار تونسي",function(e){return 0===e?0:1===e?1:2===e?2:e%100===Math.floor(e%100)&&e%100>=3&&e%100<=10?3:e%100===Math.floor(e%100)&&e%100>=11&&e%100<=99?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ar-YE",[["ص","م"],,],[["ص","م"],,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"]],,[["ق.م","م"],,["قبل الميلاد","ميلادي"]],0,[5,6],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"ر.ي.‏","ريال يمني",function(e){return 0===e?0:1===e?1:2===e?2:e%100===Math.floor(e%100)&&e%100>=3&&e%100<=10?3:e%100===Math.floor(e%100)&&e%100>=11&&e%100<=99?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ar",[["ص","م"],,],[["ص","م"],,["صباحًا","مساءً"]],[["ح","ن","ث","ر","خ","ج","س"],["الأحد","الاثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت"],,["أحد","إثنين","ثلاثاء","أربعاء","خميس","جمعة","سبت"]],,[["ي","ف","م","أ","و","ن","ل","غ","س","ك","ب","د"],["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"]],,[["ق.م","م"],,["قبل الميلاد","ميلادي"]],6,[5,6],["d‏/M‏/y","dd‏/MM‏/y","d MMMM y","EEEE، d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","‎%‎","‎+","‎-","E","×","‰","∞","ليس رقمًا",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"ج.م.‏","جنيه مصري",function(e){return 0===e?0:1===e?1:2===e?2:e%100===Math.floor(e%100)&&e%100>=3&&e%100<=10?3:e%100===Math.floor(e%100)&&e%100>=11&&e%100<=99?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["as",[["পূৰ্বাহ্ণ","অপৰাহ্ণ"],,],,[["দ","স","ম","ব","ব","শ","শ"],["দেও","সোম","মঙ্গল","বুধ","বৃহ","শুক্ৰ","শনি"],["দেওবাৰ","সোমবাৰ","মঙ্গলবাৰ","বুধবাৰ","বৃহস্পতিবাৰ","শুক্ৰবাৰ","শনিবাৰ"],["দেও","সোম","মঙ্গল","বুধ","বৃহ","শুক্ৰ","শনি"]],,[["জ","ফ","ম","এ","ম","জ","জ","আ","ছ","অ","ন","ড"],["জানু","ফেব্ৰু","মাৰ্চ","এপ্ৰিল","মে’","জুন","জুলাই","আগ","ছেপ্তে","অক্টো","নৱে","ডিচে"],["জানুৱাৰী","ফেব্ৰুৱাৰী","মাৰ্চ","এপ্ৰিল","মে’","জুন","জুলাই","আগষ্ট","ছেপ্তেম্বৰ","অক্টোবৰ","নৱেম্বৰ","ডিচেম্বৰ"]],[["1","2","3","4","5","6","7","8","9","10","11","12"],["জানু","ফেব্ৰু","মাৰ্চ","এপ্ৰিল","মে’","জুন","জুলাই","আগ","ছেপ্তে","অক্টো","নৱে","ডিচে"],["জানুৱাৰী","ফেব্ৰুৱাৰী","মাৰ্চ","এপ্ৰিল","মে’","জুন","জুলাই","আগষ্ট","ছেপ্তেম্বৰ","অক্টোবৰ","নৱেম্বৰ","ডিচেম্বৰ"]],[["খ্ৰী.পূ.","খ্ৰী.দ."],,["খ্ৰীষ্টপূৰ্ব","খ্ৰীষ্টাব্দ"]],0,[0,0],["d-M-y","dd-MM-y","d MMMM, y","EEEE, d MMMM, y"],["h.mm. a","h.mm.ss a","h.mm.ss a z","h.mm.ss a zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##,##0%","¤ #,##,##0.00","#E0"],"₹","INR",function(e){return 0===Math.floor(Math.abs(e))||1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["asa",[["icheheavo","ichamthi"],,],,[["J","J","J","J","A","I","J"],["Jpi","Jtt","Jnn","Jtn","Alh","Ijm","Jmo"],["Jumapili","Jumatatu","Jumanne","Jumatano","Alhamisi","Ijumaa","Jumamosi"],["Jpi","Jtt","Jnn","Jtn","Alh","Ijm","Jmo"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ago","Sep","Okt","Nov","Dec"],["Januari","Februari","Machi","Aprili","Mei","Juni","Julai","Agosti","Septemba","Oktoba","Novemba","Desemba"]],,[["KM","BM"],,["Kabla yakwe Yethu","Baada yakwe Yethu"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"TSh","shilingi ya Tandhania",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ast",[["a","p"],["AM","PM"],["de la mañana","de la tarde"]],[["a","p"],["AM","PM"],["mañana","tarde"]],[["D","L","M","M","X","V","S"],["dom","llu","mar","mié","xue","vie","sáb"],["domingu","llunes","martes","miércoles","xueves","vienres","sábadu"],["do","ll","ma","mi","xu","vi","sá"]],,[["X","F","M","A","M","X","X","A","S","O","P","A"],["xin","feb","mar","abr","may","xun","xnt","ago","set","och","pay","avi"],["de xineru","de febreru","de marzu","d’abril","de mayu","de xunu","de xunetu","d’agostu","de setiembre","d’ochobre","de payares","d’avientu"]],[["X","F","M","A","M","X","X","A","S","O","P","A"],["Xin","Feb","Mar","Abr","May","Xun","Xnt","Ago","Set","Och","Pay","Avi"],["xineru","febreru","marzu","abril","mayu","xunu","xunetu","agostu","setiembre","ochobre","payares","avientu"]],[["e.C.","d.C."],,["enantes de Cristu","después de Cristu"]],1,[6,0],["d/M/yy","d MMM y","d MMMM 'de' y","EEEE, d MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'a' 'les' {0}"],[",",".",";","%","+","-","E","×","‰","∞","ND",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"€","euro",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["az-Cyrl",[["а","п"],["АМ","ПМ"]],[["АМ","ПМ"],,],[["7","1","2","3","4","5","6"],["Б.","Б.Е.","Ч.А.","Ч.","Ҹ.А.","Ҹ.","Ш."],["базар","базар ертәси","чәршәнбә ахшамы","чәршәнбә","ҹүмә ахшамы","ҹүмә","шәнбә"],["Б.","Б.Е.","Ч.А.","Ч.","Ҹ.А.","Ҹ.","Ш."]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["јан","фев","мар","апр","май","ијн","ијл","авг","сен","окт","ној","дек"],["јанвар","феврал","март","апрел","май","ијун","ијул","август","сентјабр","октјабр","нојабр","декабр"]],[["1","2","3","4","5","6","7","8","9","10","11","12"],["јан","фев","мар","апр","май","ијн","ијл","авг","сен","окт","ној","дек"],["Јанвар","Феврал","Март","Апрел","Май","Ијун","Ијул","Август","Сентјабр","Октјабр","Нојабр","Декабр"]],[["е.ә.","ј.е."],,["ерамыздан әввәл","јени ера"]],1,[6,0],["dd.MM.yy","d MMM y","d MMMM y","d MMMM y, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"₼","AZN",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["az-Latn",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["7","1","2","3","4","5","6"],["B.","B.E.","Ç.A.","Ç.","C.A.","C.","Ş."],["bazar","bazar ertəsi","çərşənbə axşamı","çərşənbə","cümə axşamı","cümə","şənbə"],["B.","B.E.","Ç.A.","Ç.","C.A.","C.","Ş."]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["yan","fev","mar","apr","may","iyn","iyl","avq","sen","okt","noy","dek"],["yanvar","fevral","mart","aprel","may","iyun","iyul","avqust","sentyabr","oktyabr","noyabr","dekabr"]],[["1","2","3","4","5","6","7","8","9","10","11","12"],["yan","fev","mar","apr","may","iyn","iyl","avq","sen","okt","noy","dek"],["Yanvar","Fevral","Mart","Aprel","May","İyun","İyul","Avqust","Sentyabr","Oktyabr","Noyabr","Dekabr"]],[["e.ə.","y.e."],,["eramızdan əvvəl","yeni era"]],1,[6,0],["dd.MM.yy","d MMM y","d MMMM y","d MMMM y, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"₼","Azərbaycan Manatı",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["az",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["7","1","2","3","4","5","6"],["B.","B.E.","Ç.A.","Ç.","C.A.","C.","Ş."],["bazar","bazar ertəsi","çərşənbə axşamı","çərşənbə","cümə axşamı","cümə","şənbə"],["B.","B.E.","Ç.A.","Ç.","C.A.","C.","Ş."]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["yan","fev","mar","apr","may","iyn","iyl","avq","sen","okt","noy","dek"],["yanvar","fevral","mart","aprel","may","iyun","iyul","avqust","sentyabr","oktyabr","noyabr","dekabr"]],[["1","2","3","4","5","6","7","8","9","10","11","12"],["yan","fev","mar","apr","may","iyn","iyl","avq","sen","okt","noy","dek"],["Yanvar","Fevral","Mart","Aprel","May","İyun","İyul","Avqust","Sentyabr","Oktyabr","Noyabr","Dekabr"]],[["e.ə.","y.e."],,["eramızdan əvvəl","yeni era"]],1,[6,0],["dd.MM.yy","d MMM y","d MMMM y","d MMMM y, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"₼","Azərbaycan Manatı",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["bas",[["I bikɛ̂glà","I ɓugajɔp"],,],,[["n","n","u","ŋ","m","k","j"],["nɔy","nja","uum","ŋge","mbɔ","kɔɔ","jon"],["ŋgwà nɔ̂y","ŋgwà njaŋgumba","ŋgwà ûm","ŋgwà ŋgê","ŋgwà mbɔk","ŋgwà kɔɔ","ŋgwà jôn"],["nɔy","nja","uum","ŋge","mbɔ","kɔɔ","jon"]],,[["k","m","m","m","m","h","n","h","d","b","m","l"],["kɔn","mac","mat","mto","mpu","hil","nje","hik","dip","bio","may","liɓ"],["Kɔndɔŋ","Màcɛ̂l","Màtùmb","Màtop","M̀puyɛ","Hìlòndɛ̀","Njèbà","Hìkaŋ","Dìpɔ̀s","Bìòôm","Màyɛsèp","Lìbuy li ńyèe"]],,[["b.Y.K","m.Y.K"],,["bisū bi Yesù Krǐstò","i mbūs Yesù Krǐstò"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"FCFA","Frǎŋ CFA (BEAC)",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["be",[["am","pm"],["AM","PM"]],[["AM","PM"],,],[["н","п","а","с","ч","п","с"],["нд","пн","аў","ср","чц","пт","сб"],["нядзеля","панядзелак","аўторак","серада","чацвер","пятніца","субота"],["нд","пн","аў","ср","чц","пт","сб"]],,[["с","л","с","к","м","ч","л","ж","в","к","л","с"],["сту","лют","сак","кра","мая","чэр","ліп","жні","вер","кас","ліс","сне"],["студзеня","лютага","сакавіка","красавіка","мая","чэрвеня","ліпеня","жніўня","верасня","кастрычніка","лістапада","снежня"]],[["с","л","с","к","м","ч","л","ж","в","к","л","с"],["сту","лют","сак","кра","май","чэр","ліп","жні","вер","кас","ліс","сне"],["студзень","люты","сакавік","красавік","май","чэрвень","ліпень","жнівень","верасень","кастрычнік","лістапад","снежань"]],[["да н.э.","н.э."],,["да нараджэння Хрыстова","ад нараджэння Хрыстова"]],1,[6,0],["d.MM.yy","d.MM.y","d MMMM y 'г'.","EEEE, d MMMM y 'г'."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss, zzzz"],["{1}, {0}",,"{1} 'у' {0}"],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"Br","беларускі рубель",function(e){return e%10==1&&e%100!=11?1:e%10===Math.floor(e%10)&&e%10>=2&&e%10<=4&&!(e%100>=12&&e%100<=14)?3:e%10==0||e%10===Math.floor(e%10)&&e%10>=5&&e%10<=9||e%100===Math.floor(e%100)&&e%100>=11&&e%100<=14?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["bem",[["uluchelo","akasuba"],,],,[["S","M","T","W","T","F","S"],["Pa Mulungu","Palichimo","Palichibuli","Palichitatu","Palichine","Palichisano","Pachibelushi"],,],,[["J","F","M","E","M","J","J","O","S","O","N","D"],["Jan","Feb","Mac","Epr","Mei","Jun","Jul","Oga","Sep","Okt","Nov","Dis"],["Januari","Februari","Machi","Epreo","Mei","Juni","Julai","Ogasti","Septemba","Oktoba","Novemba","Disemba"]],,[["BC","AD"],,["Before Yesu","After Yesu"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"K","ZMW",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["bez",[["pamilau","pamunyi"],,],,[["M","J","H","H","H","W","J"],["Mul","Vil","Hiv","Hid","Hit","Hih","Lem"],["pa mulungu","pa shahuviluha","pa hivili","pa hidatu","pa hitayi","pa hihanu","pa shahulembela"],["Mul","Vil","Hiv","Hid","Hit","Hih","Lem"]],,[["H","V","D","T","H","S","S","N","T","K","K","K"],["Hut","Vil","Dat","Tai","Han","Sit","Sab","Nan","Tis","Kum","Kmj","Kmb"],["pa mwedzi gwa hutala","pa mwedzi gwa wuvili","pa mwedzi gwa wudatu","pa mwedzi gwa wutai","pa mwedzi gwa wuhanu","pa mwedzi gwa sita","pa mwedzi gwa saba","pa mwedzi gwa nane","pa mwedzi gwa tisa","pa mwedzi gwa kumi","pa mwedzi gwa kumi na moja","pa mwedzi gwa kumi na mbili"]],,[["KM","BM"],,["Kabla ya Mtwaa","Baada ya Mtwaa"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00¤","#E0"],"TSh","Shilingi ya Hutanzania",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["bg",[["am","pm"],,["пр.об.","сл.об."]],[["am","pm"],,],[["н","п","в","с","ч","п","с"],["нд","пн","вт","ср","чт","пт","сб"],["неделя","понеделник","вторник","сряда","четвъртък","петък","събота"],["нд","пн","вт","ср","чт","пт","сб"]],,[["я","ф","м","а","м","ю","ю","а","с","о","н","д"],["яну","фев","март","апр","май","юни","юли","авг","сеп","окт","ное","дек"],["януари","февруари","март","април","май","юни","юли","август","септември","октомври","ноември","декември"]],,[["пр.Хр.","сл.Хр."],,["преди Христа","след Христа"]],1,[6,0],["d.MM.yy 'г'.","d.MM.y 'г'.","d MMMM y 'г'.","EEEE, d MMMM y 'г'."],["H:mm 'ч'.","H:mm:ss 'ч'.","H:mm:ss 'ч'. z","H:mm:ss 'ч'. zzzz"],["{1}, {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","0.00 ¤","#E0"],"лв.","Български лев",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["bm",[["AM","PM"],,],,[["K","N","T","A","A","J","S"],["kar","ntɛ","tar","ara","ala","jum","sib"],["kari","ntɛnɛ","tarata","araba","alamisa","juma","sibiri"],["kar","ntɛ","tar","ara","ala","jum","sib"]],,[["Z","F","M","A","M","Z","Z","U","S","Ɔ","N","D"],["zan","feb","mar","awi","mɛ","zuw","zul","uti","sɛt","ɔku","now","des"],["zanwuye","feburuye","marisi","awirili","mɛ","zuwɛn","zuluye","uti","sɛtanburu","ɔkutɔburu","nowanburu","desanburu"]],,[["J.-C. ɲɛ","ni J.-C."],,["jezu krisiti ɲɛ","jezu krisiti minkɛ"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"CFA","sefa Fraŋ (BCEAO)",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["bn-IN",[["AM","PM"],,],,[["র","সো","ম","বু","বৃ","শু","শ"],["রবি","সোম","মঙ্গল","বুধ","বৃহস্পতি","শুক্র","শনি"],["রবিবার","সোমবার","মঙ্গলবার","বুধবার","বৃহস্পতিবার","শুক্রবার","শনিবার"],["রঃ","সোঃ","মঃ","বুঃ","বৃঃ","শুঃ","শোঃ"]],[["র","সো","ম","বু","বৃ","শু","শ"],["রবি","সোম","মঙ্গল","বুধ","বৃহস্পতি","শুক্র","শনি"],["রবিবার","সোমবার","মঙ্গলবার","বুধবার","বৃহষ্পতিবার","শুক্রবার","শনিবার"],["রঃ","সোঃ","মঃ","বুঃ","বৃঃ","শুঃ","শনি"]],[["জা","ফে","মা","এ","মে","জুন","জু","আ","সে","অ","ন","ডি"],["জানু","ফেব","মার্চ","এপ্রিল","মে","জুন","জুলাই","আগস্ট","সেপ্টেম্বর","অক্টোবর","নভেম্বর","ডিসেম্বর"],["জানুয়ারী","ফেব্রুয়ারী","মার্চ","এপ্রিল","মে","জুন","জুলাই","আগস্ট","সেপ্টেম্বর","অক্টোবর","নভেম্বর","ডিসেম্বর"]],[["জা","ফে","মা","এ","মে","জুন","জু","আ","সে","অ","ন","ডি"],["জানুয়ারী","ফেব্রুয়ারী","মার্চ","এপ্রিল","মে","জুন","জুলাই","আগস্ট","সেপ্টেম্বর","অক্টোবর","নভেম্বর","ডিসেম্বর"]],[["খ্রিস্টপূর্ব","খৃষ্টাব্দ"],,["খ্রিস্টপূর্ব","খ্রীষ্টাব্দ"]],0,[0,0],["d/M/yy","d MMM, y","d MMMM, y","EEEE, d MMMM, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##,##0%","#,##,##0.00¤","#E0"],"₹","ভারতীয় রুপি",function(e){return 0===Math.floor(Math.abs(e))||1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["bn",[["AM","PM"],,],,[["র","সো","ম","বু","বৃ","শু","শ"],["রবি","সোম","মঙ্গল","বুধ","বৃহস্পতি","শুক্র","শনি"],["রবিবার","সোমবার","মঙ্গলবার","বুধবার","বৃহস্পতিবার","শুক্রবার","শনিবার"],["রঃ","সোঃ","মঃ","বুঃ","বৃঃ","শুঃ","শোঃ"]],[["র","সো","ম","বু","বৃ","শু","শ"],["রবি","সোম","মঙ্গল","বুধ","বৃহস্পতি","শুক্র","শনি"],["রবিবার","সোমবার","মঙ্গলবার","বুধবার","বৃহষ্পতিবার","শুক্রবার","শনিবার"],["রঃ","সোঃ","মঃ","বুঃ","বৃঃ","শুঃ","শনি"]],[["জা","ফে","মা","এ","মে","জুন","জু","আ","সে","অ","ন","ডি"],["জানু","ফেব","মার্চ","এপ্রিল","মে","জুন","জুলাই","আগস্ট","সেপ্টেম্বর","অক্টোবর","নভেম্বর","ডিসেম্বর"],["জানুয়ারী","ফেব্রুয়ারী","মার্চ","এপ্রিল","মে","জুন","জুলাই","আগস্ট","সেপ্টেম্বর","অক্টোবর","নভেম্বর","ডিসেম্বর"]],[["জা","ফে","মা","এ","মে","জুন","জু","আ","সে","অ","ন","ডি"],["জানুয়ারী","ফেব্রুয়ারী","মার্চ","এপ্রিল","মে","জুন","জুলাই","আগস্ট","সেপ্টেম্বর","অক্টোবর","নভেম্বর","ডিসেম্বর"]],[["খ্রিস্টপূর্ব","খৃষ্টাব্দ"],,["খ্রিস্টপূর্ব","খ্রীষ্টাব্দ"]],5,[6,0],["d/M/yy","d MMM, y","d MMMM, y","EEEE, d MMMM, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##,##0%","#,##,##0.00¤","#E0"],"৳","বাংলাদেশী টাকা",function(e){return 0===Math.floor(Math.abs(e))||1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["bo-IN",[["སྔ་དྲོ་","ཕྱི་དྲོ་"],,],,[["ཉི","ཟླ","མིག","ལྷག","ཕུར","སངས","སྤེན"],["ཉི་མ་","ཟླ་བ་","མིག་དམར་","ལྷག་པ་","ཕུར་བུ་","པ་སངས་","སྤེན་པ་"],["གཟའ་ཉི་མ་","གཟའ་ཟླ་བ་","གཟའ་མིག་དམར་","གཟའ་ལྷག་པ་","གཟའ་ཕུར་བུ་","གཟའ་པ་སངས་","གཟའ་སྤེན་པ་"],["ཉི་མ་","ཟླ་བ་","མིག་དམར་","ལྷག་པ་","ཕུར་བུ་","པ་སངས་","སྤེན་པ་"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["ཟླ་༡","ཟླ་༢","ཟླ་༣","ཟླ་༤","ཟླ་༥","ཟླ་༦","ཟླ་༧","ཟླ་༨","ཟླ་༩","ཟླ་༡༠","ཟླ་༡༡","ཟླ་༡༢"],["ཟླ་བ་དང་པོ","ཟླ་བ་གཉིས་པ","ཟླ་བ་གསུམ་པ","ཟླ་བ་བཞི་པ","ཟླ་བ་ལྔ་པ","ཟླ་བ་དྲུག་པ","ཟླ་བ་བདུན་པ","ཟླ་བ་བརྒྱད་པ","ཟླ་བ་དགུ་པ","ཟླ་བ་བཅུ་པ","ཟླ་བ་བཅུ་གཅིག་པ","ཟླ་བ་བཅུ་གཉིས་པ"]],[["1","2","3","4","5","6","7","8","9","10","11","12"],["ཟླ་༡","ཟླ་༢","ཟླ་༣","ཟླ་༤","ཟླ་༥","ཟླ་༦","ཟླ་༧","ཟླ་༨","ཟླ་༩","ཟླ་༡༠","ཟླ་༡༡","ཟླ་༡༢"],["ཟླ་བ་དང་པོ་","ཟླ་བ་གཉིས་པ་","ཟླ་བ་གསུམ་པ་","ཟླ་བ་བཞི་པ་","ཟླ་བ་ལྔ་པ་","ཟླ་བ་དྲུག་པ་","ཟླ་བ་བདུན་པ་","ཟླ་བ་བརྒྱད་པ་","ཟླ་བ་དགུ་པ་","ཟླ་བ་བཅུ་པ་","ཟླ་བ་བཅུ་གཅིག་པ་","ཟླ་བ་བཅུ་གཉིས་པ་"]],[["སྤྱི་ལོ་སྔོན་","སྤྱི་ལོ་"],,],0,[0,0],["y-MM-dd","y ལོའི་MMMཚེས་d","སྤྱི་ལོ་y MMMMའི་ཚེས་d","y MMMMའི་ཚེས་d, EEEE"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"₹","རྒྱ་གར་སྒོར་",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["bo",[["སྔ་དྲོ་","ཕྱི་དྲོ་"],,],,[["ཉི","ཟླ","མིག","ལྷག","ཕུར","སངས","སྤེན"],["ཉི་མ་","ཟླ་བ་","མིག་དམར་","ལྷག་པ་","ཕུར་བུ་","པ་སངས་","སྤེན་པ་"],["གཟའ་ཉི་མ་","གཟའ་ཟླ་བ་","གཟའ་མིག་དམར་","གཟའ་ལྷག་པ་","གཟའ་ཕུར་བུ་","གཟའ་པ་སངས་","གཟའ་སྤེན་པ་"],["ཉི་མ་","ཟླ་བ་","མིག་དམར་","ལྷག་པ་","ཕུར་བུ་","པ་སངས་","སྤེན་པ་"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["ཟླ་༡","ཟླ་༢","ཟླ་༣","ཟླ་༤","ཟླ་༥","ཟླ་༦","ཟླ་༧","ཟླ་༨","ཟླ་༩","ཟླ་༡༠","ཟླ་༡༡","ཟླ་༡༢"],["ཟླ་བ་དང་པོ","ཟླ་བ་གཉིས་པ","ཟླ་བ་གསུམ་པ","ཟླ་བ་བཞི་པ","ཟླ་བ་ལྔ་པ","ཟླ་བ་དྲུག་པ","ཟླ་བ་བདུན་པ","ཟླ་བ་བརྒྱད་པ","ཟླ་བ་དགུ་པ","ཟླ་བ་བཅུ་པ","ཟླ་བ་བཅུ་གཅིག་པ","ཟླ་བ་བཅུ་གཉིས་པ"]],[["1","2","3","4","5","6","7","8","9","10","11","12"],["ཟླ་༡","ཟླ་༢","ཟླ་༣","ཟླ་༤","ཟླ་༥","ཟླ་༦","ཟླ་༧","ཟླ་༨","ཟླ་༩","ཟླ་༡༠","ཟླ་༡༡","ཟླ་༡༢"],["ཟླ་བ་དང་པོ་","ཟླ་བ་གཉིས་པ་","ཟླ་བ་གསུམ་པ་","ཟླ་བ་བཞི་པ་","ཟླ་བ་ལྔ་པ་","ཟླ་བ་དྲུག་པ་","ཟླ་བ་བདུན་པ་","ཟླ་བ་བརྒྱད་པ་","ཟླ་བ་དགུ་པ་","ཟླ་བ་བཅུ་པ་","ཟླ་བ་བཅུ་གཅིག་པ་","ཟླ་བ་བཅུ་གཉིས་པ་"]],[["སྤྱི་ལོ་སྔོན་","སྤྱི་ལོ་"],,],0,[6,0],["y-MM-dd","y ལོའི་MMMཚེས་d","སྤྱི་ལོ་y MMMMའི་ཚེས་d","y MMMMའི་ཚེས་d, EEEE"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"¥","ཡུ་ཨན་",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["br",[["am","gm"],["A.M.","G.M."]],[["A.M.","G.M."],,],[["Su","L","Mz","Mc","Y","G","Sa"],["Sul","Lun","Meu.","Mer.","Yaou","Gwe.","Sad."],["Sul","Lun","Meurzh","Mercʼher","Yaou","Gwener","Sadorn"],["Sul","Lun","Meu.","Mer.","Yaou","Gwe.","Sad."]],,[["01","02","03","04","05","06","07","08","09","10","11","12"],["Gen.","Cʼhwe.","Meur.","Ebr.","Mae","Mezh.","Goue.","Eost","Gwen.","Here","Du","Kzu."],["Genver","Cʼhwevrer","Meurzh","Ebrel","Mae","Mezheven","Gouere","Eost","Gwengolo","Here","Du","Kerzu"]],[["01","02","03","04","05","06","07","08","09","10","11","12"],["Gen.","Cʼhwe.","Meur.","Ebr.","Mae","Mezh.","Goue.","Eost","Gwen.","Here","Du","Ker."],["Genver","Cʼhwevrer","Meurzh","Ebrel","Mae","Mezheven","Gouere","Eost","Gwengolo","Here","Du","Kerzu"]],[["a-raok J.K.","goude J.K."],,["a-raok Jezuz-Krist","goude Jezuz-Krist"]],1,[6,0],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,"{1} 'da' {0}"],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"€","euro",function(e){return e%10==1&&e%100!=11&&e%100!=71&&e%100!=91?1:e%10==2&&e%100!=12&&e%100!=72&&e%100!=92?2:e%10===Math.floor(e%10)&&(e%10>=3&&e%10<=4||e%10==9)&&!(e%100>=10&&e%100<=19||e%100>=70&&e%100<=79||e%100>=90&&e%100<=99)?3:0!==e&&e%1e6==0?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["brx",[["फुं","बेलासे"],,],,[["र","स","मं","बु","बि","सु","सु"],["रबि","सम","मंगल","बुद","बिसथि","सुखुर","सुनि"],["रबिबार","समबार","मंगलबार","बुदबार","बिसथिबार","सुखुरबार","सुनिबार"],["रबि","सम","मंगल","बुद","बिसथि","सुखुर","सुनि"]],,[["ज","फे","मा","ए","मे","जु","जु","आ","से","अ","न","दि"],["जानुवारी","फेब्रुवारी","मार्स","एफ्रिल","मे","जुन","जुलाइ","आगस्थ","सेबथेज्ब़र","अखथबर","नबेज्ब़र","दिसेज्ब़र"]],,[["ईसा.पूर्व","सन"],,],0,[0,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##,##0%","¤ #,##,##0.00","#E0"],"₹","रां",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["bs-Cyrl",[["пре подне","поподне"],,],,[["н","п","у","с","ч","п","с"],["нед","пон","уто","сри","чет","пет","суб"],["недјеља","понедјељак","уторак","сриједа","четвртак","петак","субота"],["нед","пон","уто","сри","чет","пет","суб"]],,[["ј","ф","м","а","м","ј","ј","а","с","о","н","д"],["јан","феб","мар","апр","мај","јун","јул","ауг","сеп","окт","нов","дец"],["јануар","фебруар","март","април","мај","јуни","јули","аугуст","септембар","октобар","новембар","децембар"]],,[["п.н.е.","н.е."],["п. н. е.","н. е."],["прије нове ере","нове ере"]],1,[6,0],["d.M.yy.","dd.MM.y.","dd. MMMM y.","EEEE, dd. MMMM y."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"КМ","Конвертибилна марка",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["bs-Latn",[["prijepodne","popodne"],,],,[["N","P","U","S","Č","P","S"],["ned","pon","uto","sri","čet","pet","sub"],["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"],["ned","pon","uto","sri","čet","pet","sub"]],[["n","p","u","s","č","p","s"],["ned","pon","uto","sri","čet","pet","sub"],["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"],["ned","pon","uto","sri","čet","pet","sub"]],[["j","f","m","a","m","j","j","a","s","o","n","d"],["jan","feb","mar","apr","maj","jun","jul","avg","sep","okt","nov","dec"],["januar","februar","mart","april","maj","juni","juli","avgust","septembar","oktobar","novembar","decembar"]],,[["p. n. e.","n. e."],,["prije nove ere","nove ere"]],1,[6,0],["d.M.yy.","d. MMM y.","d. MMMM y.","EEEE, d. MMMM y."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,"{1} 'u' {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"KM","Bosanskohercegovačka konvertibilna marka",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^.]*\.?/,""),10)||0;return 0===n&&t%10==1&&t%100!=11||i%10==1&&i%100!=11?1:0===n&&t%10===Math.floor(t%10)&&t%10>=2&&t%10<=4&&!(t%100>=12&&t%100<=14)||i%10===Math.floor(i%10)&&i%10>=2&&i%10<=4&&!(i%100>=12&&i%100<=14)?3:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["bs",[["prijepodne","popodne"],,],,[["N","P","U","S","Č","P","S"],["ned","pon","uto","sri","čet","pet","sub"],["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"],["ned","pon","uto","sri","čet","pet","sub"]],[["n","p","u","s","č","p","s"],["ned","pon","uto","sri","čet","pet","sub"],["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"],["ned","pon","uto","sri","čet","pet","sub"]],[["j","f","m","a","m","j","j","a","s","o","n","d"],["jan","feb","mar","apr","maj","jun","jul","avg","sep","okt","nov","dec"],["januar","februar","mart","april","maj","juni","juli","avgust","septembar","oktobar","novembar","decembar"]],,[["p. n. e.","n. e."],,["prije nove ere","nove ere"]],1,[6,0],["d.M.yy.","d. MMM y.","d. MMMM y.","EEEE, d. MMMM y."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,"{1} 'u' {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"KM","Bosanskohercegovačka konvertibilna marka",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^.]*\.?/,""),10)||0;return 0===n&&t%10==1&&t%100!=11||i%10==1&&i%100!=11?1:0===n&&t%10===Math.floor(t%10)&&t%10>=2&&t%10<=4&&!(t%100>=12&&t%100<=14)||i%10===Math.floor(i%10)&&i%10>=2&&i%10<=4&&!(i%100>=12&&i%100<=14)?3:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ca-AD",[["a. m.","p. m."],,],,[["dg","dl","dt","dc","dj","dv","ds"],["dg.","dl.","dt.","dc.","dj.","dv.","ds."],["diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte"],["dg.","dl.","dt.","dc.","dj.","dv.","ds."]],,[["GN","FB","MÇ","AB","MG","JN","JL","AG","ST","OC","NV","DS"],["de gen.","de febr.","de març","d’abr.","de maig","de juny","de jul.","d’ag.","de set.","d’oct.","de nov.","de des."],["de gener","de febrer","de març","d’abril","de maig","de juny","de juliol","d’agost","de setembre","d’octubre","de novembre","de desembre"]],[["GN","FB","MÇ","AB","MG","JN","JL","AG","ST","OC","NV","DS"],["gen.","febr.","març","abr.","maig","juny","jul.","ag.","set.","oct.","nov.","des."],["gener","febrer","març","abril","maig","juny","juliol","agost","setembre","octubre","novembre","desembre"]],[["aC","dC"],,["abans de Crist","després de Crist"]],1,[6,0],["d/M/yy","d MMM y","d MMMM 'de' y","EEEE, d MMMM 'de' y"],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'a' 'les' {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"€","euro",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ca-ES-VALENCIA",[["a. m.","p. m."],,],,[["dg","dl","dt","dc","dj","dv","ds"],["dg.","dl.","dt.","dc.","dj.","dv.","ds."],["diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte"],["dg.","dl.","dt.","dc.","dj.","dv.","ds."]],,[["GN","FB","MÇ","AB","MG","JN","JL","AG","ST","OC","NV","DS"],["de gen.","de febr.","de març","d’abr.","de maig","de juny","de jul.","d’ag.","de set.","d’oct.","de nov.","de des."],["de gener","de febrer","de març","d’abril","de maig","de juny","de juliol","d’agost","de setembre","d’octubre","de novembre","de desembre"]],[["GN","FB","MÇ","AB","MG","JN","JL","AG","ST","OC","NV","DS"],["gen.","febr.","març","abr.","maig","juny","jul.","ag.","set.","oct.","nov.","des."],["gener","febrer","març","abril","maig","juny","juliol","agost","setembre","octubre","novembre","desembre"]],[["aC","dC"],,["abans de Crist","després de Crist"]],1,[6,0],["d/M/yy","d MMM y","d MMMM 'de' y","EEEE, d MMMM 'de' y"],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'a' 'les' {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"€","euro",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ca-FR",[["a. m.","p. m."],,],,[["dg","dl","dt","dc","dj","dv","ds"],["dg.","dl.","dt.","dc.","dj.","dv.","ds."],["diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte"],["dg.","dl.","dt.","dc.","dj.","dv.","ds."]],,[["GN","FB","MÇ","AB","MG","JN","JL","AG","ST","OC","NV","DS"],["de gen.","de febr.","de març","d’abr.","de maig","de juny","de jul.","d’ag.","de set.","d’oct.","de nov.","de des."],["de gener","de febrer","de març","d’abril","de maig","de juny","de juliol","d’agost","de setembre","d’octubre","de novembre","de desembre"]],[["GN","FB","MÇ","AB","MG","JN","JL","AG","ST","OC","NV","DS"],["gen.","febr.","març","abr.","maig","juny","jul.","ag.","set.","oct.","nov.","des."],["gener","febrer","març","abril","maig","juny","juliol","agost","setembre","octubre","novembre","desembre"]],[["aC","dC"],,["abans de Crist","després de Crist"]],1,[6,0],["d/M/yy","d MMM y","d MMMM 'de' y","EEEE, d MMMM 'de' y"],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'a' 'les' {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"€","euro",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ca-IT",[["a. m.","p. m."],,],,[["dg","dl","dt","dc","dj","dv","ds"],["dg.","dl.","dt.","dc.","dj.","dv.","ds."],["diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte"],["dg.","dl.","dt.","dc.","dj.","dv.","ds."]],,[["GN","FB","MÇ","AB","MG","JN","JL","AG","ST","OC","NV","DS"],["de gen.","de febr.","de març","d’abr.","de maig","de juny","de jul.","d’ag.","de set.","d’oct.","de nov.","de des."],["de gener","de febrer","de març","d’abril","de maig","de juny","de juliol","d’agost","de setembre","d’octubre","de novembre","de desembre"]],[["GN","FB","MÇ","AB","MG","JN","JL","AG","ST","OC","NV","DS"],["gen.","febr.","març","abr.","maig","juny","jul.","ag.","set.","oct.","nov.","des."],["gener","febrer","març","abril","maig","juny","juliol","agost","setembre","octubre","novembre","desembre"]],[["aC","dC"],,["abans de Crist","després de Crist"]],1,[6,0],["d/M/yy","d MMM y","d MMMM 'de' y","EEEE, d MMMM 'de' y"],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'a' 'les' {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"€","euro",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ca",[["a. m.","p. m."],,],,[["dg","dl","dt","dc","dj","dv","ds"],["dg.","dl.","dt.","dc.","dj.","dv.","ds."],["diumenge","dilluns","dimarts","dimecres","dijous","divendres","dissabte"],["dg.","dl.","dt.","dc.","dj.","dv.","ds."]],,[["GN","FB","MÇ","AB","MG","JN","JL","AG","ST","OC","NV","DS"],["de gen.","de febr.","de març","d’abr.","de maig","de juny","de jul.","d’ag.","de set.","d’oct.","de nov.","de des."],["de gener","de febrer","de març","d’abril","de maig","de juny","de juliol","d’agost","de setembre","d’octubre","de novembre","de desembre"]],[["GN","FB","MÇ","AB","MG","JN","JL","AG","ST","OC","NV","DS"],["gen.","febr.","març","abr.","maig","juny","jul.","ag.","set.","oct.","nov.","des."],["gener","febrer","març","abril","maig","juny","juliol","agost","setembre","octubre","novembre","desembre"]],[["aC","dC"],,["abans de Crist","després de Crist"]],1,[6,0],["d/M/yy","d MMM y","d MMMM 'de' y","EEEE, d MMMM 'de' y"],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} 'a' 'les' {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"€","euro",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ccp-IN",[["AM","PM"],,],,[["𑄢𑄧","𑄥𑄧","𑄟𑄧","𑄝𑄪","𑄝𑄳𑄢𑄨","𑄥𑄪","𑄥𑄧"],["𑄢𑄧𑄝𑄨","𑄥𑄧𑄟𑄴","𑄟𑄧𑄁𑄉𑄧𑄣𑄴","𑄝𑄪𑄖𑄴","𑄝𑄳𑄢𑄨𑄥𑄪𑄛𑄴","𑄥𑄪𑄇𑄴𑄇𑄮𑄢𑄴","𑄥𑄧𑄚𑄨"],["𑄢𑄧𑄝𑄨𑄝𑄢𑄴","𑄥𑄧𑄟𑄴𑄝𑄢𑄴","𑄟𑄧𑄁𑄉𑄧𑄣𑄴𑄝𑄢𑄴","𑄝𑄪𑄖𑄴𑄝𑄢𑄴","𑄝𑄳𑄢𑄨𑄥𑄪𑄛𑄴𑄝𑄢𑄴","𑄥𑄪𑄇𑄴𑄇𑄮𑄢𑄴𑄝𑄢𑄴","𑄥𑄧𑄚𑄨𑄝𑄢𑄴"],["𑄢𑄧𑄝𑄨","𑄥𑄧𑄟𑄴","𑄟𑄧𑄁𑄉𑄧𑄣𑄴","𑄝𑄪𑄖𑄴","𑄝𑄳𑄢𑄨𑄥𑄪𑄛𑄴","𑄥𑄪𑄇𑄴𑄇𑄮𑄢𑄴","𑄥𑄧𑄚𑄨"]],,[["𑄎","𑄜𑄬","𑄟","𑄃𑄬","𑄟𑄬","𑄎𑄪𑄚𑄴","𑄎𑄪","𑄃","𑄥𑄬","𑄃𑄧","𑄚𑄧","𑄓𑄨"],["𑄎𑄚𑄪","𑄜𑄬𑄛𑄴","𑄟𑄢𑄴𑄌𑄧","𑄃𑄬𑄛𑄳𑄢𑄨𑄣𑄴","𑄟𑄬","𑄎𑄪𑄚𑄴","𑄎𑄪𑄣𑄭","𑄃𑄉𑄧𑄌𑄴𑄑𑄴","𑄥𑄬𑄛𑄴𑄑𑄬𑄟𑄴𑄝𑄧𑄢𑄴","𑄃𑄧𑄇𑄴𑄑𑄮𑄝𑄧𑄢𑄴","𑄚𑄧𑄞𑄬𑄟𑄴𑄝𑄧𑄢𑄴","𑄓𑄨𑄥𑄬𑄟𑄴𑄝𑄢𑄴"],["𑄎𑄚𑄪𑄠𑄢𑄨","𑄜𑄬𑄛𑄴𑄝𑄳𑄢𑄪𑄠𑄢𑄨","𑄟𑄢𑄴𑄌𑄧","𑄃𑄬𑄛𑄳𑄢𑄨𑄣𑄴","𑄟𑄬","𑄎𑄪𑄚𑄴","𑄎𑄪𑄣𑄭","𑄃𑄉𑄧𑄌𑄴𑄑𑄴","𑄥𑄬𑄛𑄴𑄑𑄬𑄟𑄴𑄝𑄧𑄢𑄴","𑄃𑄧𑄇𑄴𑄑𑄬𑄝𑄧𑄢𑄴","𑄚𑄧𑄞𑄬𑄟𑄴𑄝𑄧𑄢𑄴","𑄓𑄨𑄥𑄬𑄟𑄴𑄝𑄧𑄢𑄴"]],[["𑄎","𑄜𑄬","𑄟","𑄃𑄬","𑄟𑄬","𑄎𑄪𑄚𑄴","𑄎𑄪","𑄃","𑄥𑄬","𑄃𑄧","𑄚𑄧","𑄓𑄨"],["𑄎𑄚𑄪𑄠𑄢𑄨","𑄜𑄬𑄛𑄴𑄝𑄳𑄢𑄪𑄠𑄢𑄨","𑄟𑄢𑄴𑄌𑄧","𑄃𑄬𑄛𑄳𑄢𑄨𑄣𑄴","𑄟𑄬","𑄎𑄪𑄚𑄴","𑄎𑄪𑄣𑄭","𑄃𑄉𑄧𑄌𑄴𑄑𑄴","𑄥𑄬𑄛𑄴𑄑𑄬𑄟𑄴𑄝𑄧𑄢𑄴","𑄃𑄧𑄇𑄴𑄑𑄮𑄝𑄧𑄢𑄴","𑄚𑄧𑄞𑄬𑄟𑄴𑄝𑄧𑄢𑄴","𑄓𑄨𑄥𑄬𑄟𑄴𑄝𑄧𑄢𑄴"]],[["𑄈𑄳𑄢𑄨𑄌𑄴𑄑𑄴𑄛𑄫𑄢𑄴𑄝𑄧","𑄈𑄳𑄢𑄨𑄌𑄴𑄑𑄛𑄴𑄘𑄧"],,],0,[0,0],["d/M/yy","d MMM, y","d MMMM, y","EEEE, d MMMM, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##,##0%","#,##,##0.00¤","#E0"],"₹","𑄃𑄨𑄚𑄴𑄘𑄨𑄠𑄚𑄴 𑄢𑄪𑄛𑄨",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ccp",[["AM","PM"],,],,[["𑄢𑄧","𑄥𑄧","𑄟𑄧","𑄝𑄪","𑄝𑄳𑄢𑄨","𑄥𑄪","𑄥𑄧"],["𑄢𑄧𑄝𑄨","𑄥𑄧𑄟𑄴","𑄟𑄧𑄁𑄉𑄧𑄣𑄴","𑄝𑄪𑄖𑄴","𑄝𑄳𑄢𑄨𑄥𑄪𑄛𑄴","𑄥𑄪𑄇𑄴𑄇𑄮𑄢𑄴","𑄥𑄧𑄚𑄨"],["𑄢𑄧𑄝𑄨𑄝𑄢𑄴","𑄥𑄧𑄟𑄴𑄝𑄢𑄴","𑄟𑄧𑄁𑄉𑄧𑄣𑄴𑄝𑄢𑄴","𑄝𑄪𑄖𑄴𑄝𑄢𑄴","𑄝𑄳𑄢𑄨𑄥𑄪𑄛𑄴𑄝𑄢𑄴","𑄥𑄪𑄇𑄴𑄇𑄮𑄢𑄴𑄝𑄢𑄴","𑄥𑄧𑄚𑄨𑄝𑄢𑄴"],["𑄢𑄧𑄝𑄨","𑄥𑄧𑄟𑄴","𑄟𑄧𑄁𑄉𑄧𑄣𑄴","𑄝𑄪𑄖𑄴","𑄝𑄳𑄢𑄨𑄥𑄪𑄛𑄴","𑄥𑄪𑄇𑄴𑄇𑄮𑄢𑄴","𑄥𑄧𑄚𑄨"]],,[["𑄎","𑄜𑄬","𑄟","𑄃𑄬","𑄟𑄬","𑄎𑄪𑄚𑄴","𑄎𑄪","𑄃","𑄥𑄬","𑄃𑄧","𑄚𑄧","𑄓𑄨"],["𑄎𑄚𑄪","𑄜𑄬𑄛𑄴","𑄟𑄢𑄴𑄌𑄧","𑄃𑄬𑄛𑄳𑄢𑄨𑄣𑄴","𑄟𑄬","𑄎𑄪𑄚𑄴","𑄎𑄪𑄣𑄭","𑄃𑄉𑄧𑄌𑄴𑄑𑄴","𑄥𑄬𑄛𑄴𑄑𑄬𑄟𑄴𑄝𑄧𑄢𑄴","𑄃𑄧𑄇𑄴𑄑𑄮𑄝𑄧𑄢𑄴","𑄚𑄧𑄞𑄬𑄟𑄴𑄝𑄧𑄢𑄴","𑄓𑄨𑄥𑄬𑄟𑄴𑄝𑄢𑄴"],["𑄎𑄚𑄪𑄠𑄢𑄨","𑄜𑄬𑄛𑄴𑄝𑄳𑄢𑄪𑄠𑄢𑄨","𑄟𑄢𑄴𑄌𑄧","𑄃𑄬𑄛𑄳𑄢𑄨𑄣𑄴","𑄟𑄬","𑄎𑄪𑄚𑄴","𑄎𑄪𑄣𑄭","𑄃𑄉𑄧𑄌𑄴𑄑𑄴","𑄥𑄬𑄛𑄴𑄑𑄬𑄟𑄴𑄝𑄧𑄢𑄴","𑄃𑄧𑄇𑄴𑄑𑄬𑄝𑄧𑄢𑄴","𑄚𑄧𑄞𑄬𑄟𑄴𑄝𑄧𑄢𑄴","𑄓𑄨𑄥𑄬𑄟𑄴𑄝𑄧𑄢𑄴"]],[["𑄎","𑄜𑄬","𑄟","𑄃𑄬","𑄟𑄬","𑄎𑄪𑄚𑄴","𑄎𑄪","𑄃","𑄥𑄬","𑄃𑄧","𑄚𑄧","𑄓𑄨"],["𑄎𑄚𑄪𑄠𑄢𑄨","𑄜𑄬𑄛𑄴𑄝𑄳𑄢𑄪𑄠𑄢𑄨","𑄟𑄢𑄴𑄌𑄧","𑄃𑄬𑄛𑄳𑄢𑄨𑄣𑄴","𑄟𑄬","𑄎𑄪𑄚𑄴","𑄎𑄪𑄣𑄭","𑄃𑄉𑄧𑄌𑄴𑄑𑄴","𑄥𑄬𑄛𑄴𑄑𑄬𑄟𑄴𑄝𑄧𑄢𑄴","𑄃𑄧𑄇𑄴𑄑𑄮𑄝𑄧𑄢𑄴","𑄚𑄧𑄞𑄬𑄟𑄴𑄝𑄧𑄢𑄴","𑄓𑄨𑄥𑄬𑄟𑄴𑄝𑄧𑄢𑄴"]],[["𑄈𑄳𑄢𑄨𑄌𑄴𑄑𑄴𑄛𑄫𑄢𑄴𑄝𑄧","𑄈𑄳𑄢𑄨𑄌𑄴𑄑𑄛𑄴𑄘𑄧"],,],5,[6,0],["d/M/yy","d MMM, y","d MMMM, y","EEEE, d MMMM, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##,##0%","#,##,##0.00¤","#E0"],"৳","𑄝𑄁𑄣𑄘𑄬𑄥𑄨 𑄑𑄬𑄋",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ce",[["AM","PM"],,],,[["кӀи","ор","ши","кха","еа","пӀе","шуо"],,["кӀира","оршот","шинара","кхаара","еара","пӀераска","шуот"],["кӀи","ор","ши","кха","еа","пӀе","шуо"]],[["кӀ","о","ш","кх","е","пӀ","ш"],["кӀи","ор","ши","кха","еа","пӀе","шуо"],["кӀира","оршот","шинара","кхаара","еара","пӀераска","шуот"],["кӀи","ор","ши","кха","еа","пӀе","шуо"]],[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["янв","фев","мар","апр","май","июн","июл","авг","сен","окт","ноя","дек"],["январь","февраль","март","апрель","май","июнь","июль","август","сентябрь","октябрь","ноябрь","декабрь"]],,[["в. э. тӀ. я","в. э"],,["Ӏийса пайхамар вина де кхачале","Ӏийса пайхамар вина дийнахь дуьйна"]],1,[6,0],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","Терхьаш дац",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"₽","Российн сом",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["cgg",[["AM","PM"],,],,[["S","K","R","S","N","T","M"],["SAN","ORK","OKB","OKS","OKN","OKT","OMK"],["Sande","Orwokubanza","Orwakabiri","Orwakashatu","Orwakana","Orwakataano","Orwamukaaga"],["SAN","ORK","OKB","OKS","OKN","OKT","OMK"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["KBZ","KBR","KST","KKN","KTN","KMK","KMS","KMN","KMW","KKM","KNK","KNB"],["Okwokubanza","Okwakabiri","Okwakashatu","Okwakana","Okwakataana","Okwamukaaga","Okwamushanju","Okwamunaana","Okwamwenda","Okwaikumi","Okwaikumi na kumwe","Okwaikumi na ibiri"]],,[["BC","AD"],,["Kurisito Atakaijire","Kurisito Yaijire"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"USh","Eshiringi ya Uganda",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["chr",[["Ꮜ","Ꮢ"],["ᏌᎾᎴ","ᏒᎯᏱᎢᏗᏢ"]],[["ᏌᎾᎴ","ᏒᎯᏱᎢᏗᏢ"],,],[["Ꮖ","Ꮙ","Ꮤ","Ꮶ","Ꮕ","Ꮷ","Ꭴ"],["ᏆᏍᎬ","ᏉᏅᎯ","ᏔᎵᏁ","ᏦᎢᏁ","ᏅᎩᏁ","ᏧᎾᎩ","ᏈᏕᎾ"],["ᎤᎾᏙᏓᏆᏍᎬ","ᎤᎾᏙᏓᏉᏅᎯ","ᏔᎵᏁᎢᎦ","ᏦᎢᏁᎢᎦ","ᏅᎩᏁᎢᎦ","ᏧᎾᎩᎶᏍᏗ","ᎤᎾᏙᏓᏈᏕᎾ"],["ᏍᎬ","ᏅᎯ","ᏔᎵ","ᏦᎢ","ᏅᎩ","ᏧᎾ","ᏕᎾ"]],,[["Ꭴ","Ꭷ","Ꭰ","Ꭷ","Ꭰ","Ꮥ","Ꭻ","Ꭶ","Ꮪ","Ꮪ","Ꮕ","Ꭵ"],["ᎤᏃ","ᎧᎦ","ᎠᏅ","ᎧᏬ","ᎠᏂ","ᏕᎭ","ᎫᏰ","ᎦᎶ","ᏚᎵ","ᏚᏂ","ᏅᏓ","ᎥᏍ"],["ᎤᏃᎸᏔᏅ","ᎧᎦᎵ","ᎠᏅᏱ","ᎧᏬᏂ","ᎠᏂᏍᎬᏘ","ᏕᎭᎷᏱ","ᎫᏰᏉᏂ","ᎦᎶᏂ","ᏚᎵᏍᏗ","ᏚᏂᏅᏗ","ᏅᏓᏕᏆ","ᎥᏍᎩᏱ"]],,[["BC","AD"],,["ᏧᏓᎷᎸ ᎤᎷᎯᏍᏗ ᎦᎶᏁᏛ","ᎠᏃ ᏙᎻᏂ"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} ᎤᎾᎢ {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","US ᎠᏕᎳ",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ckb-IR",[["ب.ن","د.ن"],,],,[["ی","د","س","چ","پ","ھ","ش"],["یەکشەممە","دووشەممە","سێشەممە","چوارشەممە","پێنجشەممە","ھەینی","شەممە"],,["١ش","٢ش","٣ش","٤ش","٥ش","ھ","ش"]],,[["ک","ش","ئ","ن","ئ","ح","ت","ئ","ئ","ت","ت","ک"],["کانوونی دووەم","شوبات","ئازار","نیسان","ئایار","حوزەیران","تەمووز","ئاب","ئەیلوول","تشرینی یەکەم","تشرینی دووەم","کانونی یەکەم"]],,[["پێش زایین","زایینی"],,],6,[5,5],["y-MM-dd","y MMM d","dی MMMMی y","y MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","‎+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"IRR","IRR",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ckb",[["ب.ن","د.ن"],,],,[["ی","د","س","چ","پ","ھ","ش"],["یەکشەممە","دووشەممە","سێشەممە","چوارشەممە","پێنجشەممە","ھەینی","شەممە"],,["١ش","٢ش","٣ش","٤ش","٥ش","ھ","ش"]],,[["ک","ش","ئ","ن","ئ","ح","ت","ئ","ئ","ت","ت","ک"],["کانوونی دووەم","شوبات","ئازار","نیسان","ئایار","حوزەیران","تەمووز","ئاب","ئەیلوول","تشرینی یەکەم","تشرینی دووەم","کانونی یەکەم"]],,[["پێش زایین","زایینی"],,],6,[5,6],["y-MM-dd","y MMM d","dی MMMMی y","y MMMM d, EEEE"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","%","‎+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"د.ع.‏","IQD",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["cs",[["dop.","odp."],,],,[["N","P","Ú","S","Č","P","S"],["ne","po","út","st","čt","pá","so"],["neděle","pondělí","úterý","středa","čtvrtek","pátek","sobota"],["ne","po","út","st","čt","pá","so"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["led","úno","bře","dub","kvě","čvn","čvc","srp","zář","říj","lis","pro"],["ledna","února","března","dubna","května","června","července","srpna","září","října","listopadu","prosince"]],[["1","2","3","4","5","6","7","8","9","10","11","12"],["led","úno","bře","dub","kvě","čvn","čvc","srp","zář","říj","lis","pro"],["leden","únor","březen","duben","květen","červen","červenec","srpen","září","říjen","listopad","prosinec"]],[["př.n.l.","n.l."],["př. n. l.","n. l."],["před naším letopočtem","našeho letopočtu"]],1,[6,0],["dd.MM.yy","d. M. y","d. MMMM y","EEEE d. MMMM y"],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss zzzz"],["{1} {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"Kč","česká koruna",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:t===Math.floor(t)&&t>=2&&t<=4&&0===n?3:0!==n?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["cu",[["AM","PM"],,],,[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],,],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["M01","M02","M03","M04","M05","M06","M07","M08","M09","M10","M11","M12"]],,[["BCE","CE"],,],1,[6,0],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"₽","RUB",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["cy",[["b","h"],["yb","yh"]],[["yb","yh"],,],[["S","Ll","M","M","I","G","S"],["Sul","Llun","Maw","Mer","Iau","Gwen","Sad"],["Dydd Sul","Dydd Llun","Dydd Mawrth","Dydd Mercher","Dydd Iau","Dydd Gwener","Dydd Sadwrn"],["Su","Ll","Ma","Me","Ia","Gw","Sa"]],[["S","Ll","M","M","I","G","S"],["Sul","Llun","Maw","Mer","Iau","Gwe","Sad"],["Dydd Sul","Dydd Llun","Dydd Mawrth","Dydd Mercher","Dydd Iau","Dydd Gwener","Dydd Sadwrn"],["Su","Ll","Ma","Me","Ia","Gw","Sa"]],[["I","Ch","M","E","M","M","G","A","M","H","T","Rh"],["Ion","Chwef","Maw","Ebrill","Mai","Meh","Gorff","Awst","Medi","Hyd","Tach","Rhag"],["Ionawr","Chwefror","Mawrth","Ebrill","Mai","Mehefin","Gorffennaf","Awst","Medi","Hydref","Tachwedd","Rhagfyr"]],[["I","Ch","M","E","M","M","G","A","M","H","T","Rh"],["Ion","Chw","Maw","Ebr","Mai","Meh","Gor","Awst","Medi","Hyd","Tach","Rhag"],["Ionawr","Chwefror","Mawrth","Ebrill","Mai","Mehefin","Gorffennaf","Awst","Medi","Hydref","Tachwedd","Rhagfyr"]],[["C","O"],["CC","OC"],["Cyn Crist","Oed Crist"]],1,[6,0],["dd/MM/yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,"{1} 'am' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"£","Punt Prydain",function(e){return 0===e?0:1===e?1:2===e?2:3===e?3:6===e?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["da-GL",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","O","T","F","L"],["søn.","man.","tir.","ons.","tor.","fre.","lør."],["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"],["sø","ma","ti","on","to","fr","lø"]],[["S","M","T","O","T","F","L"],["søn","man","tir","ons","tor","fre","lør"],["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"],["sø","ma","ti","on","to","fr","lø"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","feb.","mar.","apr.","maj","jun.","jul.","aug.","sep.","okt.","nov.","dec."],["januar","februar","marts","april","maj","juni","juli","august","september","oktober","november","december"]],,[["fKr","eKr"],["f.Kr.","e.Kr."]],1,[6,0],["dd/MM/y","d. MMM y","d. MMMM y","EEEE 'den' d. MMMM y"],["HH.mm","HH.mm.ss","HH.mm.ss z","HH.mm.ss zzzz"],["{1} {0}",,"{1} 'kl'. {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN","."],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"kr.","dansk krone",function(e){var t=Math.floor(Math.abs(e)),n=parseInt(e.toString().replace(/^[^.]*\.?|0+$/g,""),10)||0;return 1===e||0!==n&&(0===t||1===t)?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["da",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","O","T","F","L"],["søn.","man.","tir.","ons.","tor.","fre.","lør."],["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"],["sø","ma","ti","on","to","fr","lø"]],[["S","M","T","O","T","F","L"],["søn","man","tir","ons","tor","fre","lør"],["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"],["sø","ma","ti","on","to","fr","lø"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","feb.","mar.","apr.","maj","jun.","jul.","aug.","sep.","okt.","nov.","dec."],["januar","februar","marts","april","maj","juni","juli","august","september","oktober","november","december"]],,[["fKr","eKr"],["f.Kr.","e.Kr."]],1,[6,0],["dd/MM/y","d. MMM y","d. MMMM y","EEEE 'den' d. MMMM y"],["HH.mm","HH.mm.ss","HH.mm.ss z","HH.mm.ss zzzz"],["{1} {0}",,"{1} 'kl'. {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN","."],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"kr.","dansk krone",function(e){var t=Math.floor(Math.abs(e)),n=parseInt(e.toString().replace(/^[^.]*\.?|0+$/g,""),10)||0;return 1===e||0!==n&&(0===t||1===t)?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["dav",[["Luma lwa K","luma lwa p"],,],,[["J","J","K","K","K","K","N"],["Jum","Jim","Kaw","Kad","Kan","Kas","Ngu"],["Ituku ja jumwa","Kuramuka jimweri","Kuramuka kawi","Kuramuka kadadu","Kuramuka kana","Kuramuka kasanu","Kifula nguwo"],["Jum","Jim","Kaw","Kad","Kan","Kas","Ngu"]],,[["I","K","K","K","K","K","M","W","I","I","I","I"],["Imb","Kaw","Kad","Kan","Kas","Kar","Mfu","Wun","Ike","Iku","Imw","Iwi"],["Mori ghwa imbiri","Mori ghwa kawi","Mori ghwa kadadu","Mori ghwa kana","Mori ghwa kasanu","Mori ghwa karandadu","Mori ghwa mfungade","Mori ghwa wunyanya","Mori ghwa ikenda","Mori ghwa ikumi","Mori ghwa ikumi na imweri","Mori ghwa ikumi na iwi"]],,[["KK","BK"],,["Kabla ya Kristo","Baada ya Kristo"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"Ksh","Shilingi ya Kenya",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["de-AT",[["vm.","nm."],["AM","PM"]],[["vm.","nm."],["vorm.","nachm."]],[["S","M","D","M","D","F","S"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."],["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."]],[["S","M","D","M","D","F","S"],["So","Mo","Di","Mi","Do","Fr","Sa"],["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jän.","Feb.","März","Apr.","Mai","Juni","Juli","Aug.","Sep.","Okt.","Nov.","Dez."],["Jänner","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jän","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],["Jänner","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]],[["v. Chr.","n. Chr."],,],1,[6,0],["dd.MM.yy","dd.MM.y","d. MMMM y","EEEE, d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'um' {0}"],[","," ",";","%","+","-","E","·","‰","∞","NaN",":","."],["#,##0.###","#,##0 %","¤ #,##0.00","#E0"],"€","Euro",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["de-BE",[["vm.","nm."],["AM","PM"]],[["vorm.","nachm."],,],[["S","M","D","M","D","F","S"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."],["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."]],[["S","M","D","M","D","F","S"],["So","Mo","Di","Mi","Do","Fr","Sa"],["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan.","Feb.","März","Apr.","Mai","Juni","Juli","Aug.","Sep.","Okt.","Nov.","Dez."],["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]],[["v. Chr.","n. Chr."],,],1,[6,0],["dd.MM.yy","dd.MM.y","d. MMMM y","EEEE, d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'um' {0}"],[",",".",";","%","+","-","E","·","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"€","Euro",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["de-CH",[["vm.","nm."],["AM","PM"]],[["vorm.","nachm."],,],[["S","M","D","M","D","F","S"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."],["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],["So","Mo","Di","Mi","Do","Fr","Sa"]],[["S","M","D","M","D","F","S"],["So","Mo","Di","Mi","Do","Fr","Sa"],["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan.","Feb.","März","Apr.","Mai","Juni","Juli","Aug.","Sep.","Okt.","Nov.","Dez."],["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]],[["v. Chr.","n. Chr."],,],1,[6,0],["dd.MM.yy","dd.MM.y","d. MMMM y","EEEE, d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'um' {0}"],[".","’",";","%","+","-","E","·","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00;¤-#,##0.00","#E0"],"CHF","Schweizer Franken",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["de-IT",[["vm.","nm."],["AM","PM"]],[["vorm.","nachm."],,],[["S","M","D","M","D","F","S"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."],["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."]],[["S","M","D","M","D","F","S"],["So","Mo","Di","Mi","Do","Fr","Sa"],["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jän.","Feb.","März","Apr.","Mai","Juni","Juli","Aug.","Sep.","Okt.","Nov.","Dez."],["Jänner","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jän","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],["Jänner","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]],[["v. Chr.","n. Chr."],,],1,[6,0],["dd.MM.yy","dd.MM.y","d. MMMM y","EEEE, d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'um' {0}"],[",",".",";","%","+","-","E","·","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"€","Euro",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["de-LI",[["vm.","nm."],["AM","PM"]],[["vm.","nm."],["vorm.","nachm."]],[["S","M","D","M","D","F","S"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."],["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."]],[["S","M","D","M","D","F","S"],["So","Mo","Di","Mi","Do","Fr","Sa"],["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan.","Feb.","März","Apr.","Mai","Juni","Juli","Aug.","Sep.","Okt.","Nov.","Dez."],["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]],[["v. Chr.","n. Chr."],,],1,[6,0],["dd.MM.yy","dd.MM.y","d. MMMM y","EEEE, d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'um' {0}"],[".","’",";","%","+","-","E","·","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"CHF","Schweizer Franken",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["de-LU",[["vorm.","nachm."],["AM","PM"]],[["vorm.","nachm."],,],[["S","M","D","M","D","F","S"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."],["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."]],[["S","M","D","M","D","F","S"],["So","Mo","Di","Mi","Do","Fr","Sa"],["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan.","Feb.","März","Apr.","Mai","Juni","Juli","Aug.","Sep.","Okt.","Nov.","Dez."],["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]],[["v. Chr.","n. Chr."],,],1,[6,0],["dd.MM.yy","dd.MM.y","d. MMMM y","EEEE, d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'um' {0}"],[",",".",";","%","+","-","E","·","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"€","Euro",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["de",[["vm.","nm."],["AM","PM"]],[["vorm.","nachm."],,],[["S","M","D","M","D","F","S"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."],["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."]],[["S","M","D","M","D","F","S"],["So","Mo","Di","Mi","Do","Fr","Sa"],["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan.","Feb.","März","Apr.","Mai","Juni","Juli","Aug.","Sep.","Okt.","Nov.","Dez."],["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"]],[["v. Chr.","n. Chr."],,],1,[6,0],["dd.MM.yy","dd.MM.y","d. MMMM y","EEEE, d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'um' {0}"],[",",".",";","%","+","-","E","·","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"€","Euro",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["dje",[["Subbaahi","Zaarikay b"],,],,[["H","T","T","L","M","Z","S"],["Alh","Ati","Ata","Ala","Alm","Alz","Asi"],["Alhadi","Atinni","Atalaata","Alarba","Alhamisi","Alzuma","Asibti"],["Alh","Ati","Ata","Ala","Alm","Alz","Asi"]],,[["Ž","F","M","A","M","Ž","Ž","U","S","O","N","D"],["Žan","Fee","Mar","Awi","Me","Žuw","Žuy","Ut","Sek","Okt","Noo","Dee"],["Žanwiye","Feewiriye","Marsi","Awiril","Me","Žuweŋ","Žuyye","Ut","Sektanbur","Oktoobur","Noowanbur","Deesanbur"]],,[["IJ","IZ"],,["Isaa jine","Isaa zamanoo"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],["."," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00¤","#E0"],"CFA","CFA Fraŋ (BCEAO)",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["dsb",[["dop.","wótp."],["dopołdnja","wótpołdnja"]],[["dopołdnja","wótpołdnja"],,],[["n","p","w","s","s","p","s"],["nje","pón","wał","srj","stw","pět","sob"],["njeźela","pónjeźele","wałtora","srjoda","stwórtk","pětk","sobota"],["nj","pó","wa","sr","st","pě","so"]],,[["j","f","m","a","m","j","j","a","s","o","n","d"],["jan.","feb.","měr.","apr.","maj.","jun.","jul.","awg.","sep.","okt.","now.","dec."],["januara","februara","měrca","apryla","maja","junija","julija","awgusta","septembra","oktobra","nowembra","decembra"]],[["j","f","m","a","m","j","j","a","s","o","n","d"],["jan","feb","měr","apr","maj","jun","jul","awg","sep","okt","now","dec"],["januar","februar","měrc","apryl","maj","junij","julij","awgust","september","oktober","nowember","december"]],[["pś.Chr.n.","pó Chr.n."],,["pśed Kristusowym naroźenim","pó Kristusowem naroźenju"]],1,[6,0],["d.M.yy","d.M.y","d. MMMM y","EEEE, d. MMMM y"],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss zzzz"],["{1} {0}",,,],[",",".",";","%","+","-","E","·","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"€","euro",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^.]*\.?/,""),10)||0;return 0===n&&t%100==1||i%100==1?1:0===n&&t%100==2||i%100==2?2:0===n&&t%100===Math.floor(t%100)&&t%100>=3&&t%100<=4||i%100===Math.floor(i%100)&&i%100>=3&&i%100<=4?3:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["dua",[["idiɓa","ebyámu"],,],,[["e","m","k","m","ŋ","ɗ","e"],["ét","mɔ́s","kwa","muk","ŋgi","ɗón","esa"],["éti","mɔ́sú","kwasú","mukɔ́sú","ŋgisú","ɗónɛsú","esaɓasú"],["ét","mɔ́s","kwa","muk","ŋgi","ɗón","esa"]],,[["d","ŋ","s","d","e","e","m","d","n","m","t","e"],["di","ŋgɔn","sɔŋ","diɓ","emi","esɔ","mad","diŋ","nyɛt","may","tin","elá"],["dimɔ́di","ŋgɔndɛ","sɔŋɛ","diɓáɓá","emiasele","esɔpɛsɔpɛ","madiɓɛ́díɓɛ́","diŋgindi","nyɛtɛki","mayésɛ́","tiníní","eláŋgɛ́"]],,[["ɓ.Ys","mb.Ys"],,["ɓoso ɓwá yáɓe lá","mbúsa kwédi a Yés"]],1,[6,0],["d/M/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"FCFA","XAF",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["dyo",[["AM","PM"],,],,[["D","T","T","A","A","A","S"],["Dim","Ten","Tal","Ala","Ara","Arj","Sib"],["Dimas","Teneŋ","Talata","Alarbay","Aramisay","Arjuma","Sibiti"],["Dim","Ten","Tal","Ala","Ara","Arj","Sib"]],,[["S","F","M","A","M","S","S","U","S","O","N","D"],["Sa","Fe","Ma","Ab","Me","Su","Sú","Ut","Se","Ok","No","De"],["Sanvie","Fébirie","Mars","Aburil","Mee","Sueŋ","Súuyee","Ut","Settembar","Oktobar","Novembar","Disambar"]],,[["ArY","AtY"],,["Ariŋuu Yeesu","Atooŋe Yeesu"]],1,[6,0],["d/M/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"CFA","seefa yati BCEAO",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["dz",[["སྔ་ཆ་","ཕྱི་ཆ་"],,],,[["ཟླ","མིར","ལྷག","ཕུར","སངྶ","སྤེན","ཉི"],["ཟླ་","མིར་","ལྷག་","ཕུར་","སངས་","སྤེན་","ཉི་"],["གཟའ་ཟླ་བ་","གཟའ་མིག་དམར་","གཟའ་ལྷག་པ་","གཟའ་ཕུར་བུ་","གཟའ་པ་སངས་","གཟའ་སྤེན་པ་","གཟའ་ཉི་མ་"],["ཟླ་","མིར་","ལྷག་","ཕུར་","སངས་","སྤེན་","ཉི་"]],,[["༡","༢","༣","4","༥","༦","༧","༨","9","༡༠","༡༡","༡༢"],["༡","༢","༣","༤","༥","༦","༧","༨","༩","༡༠","༡༡","12"],["ཟླ་དངཔ་","ཟླ་གཉིས་པ་","ཟླ་གསུམ་པ་","ཟླ་བཞི་པ་","ཟླ་ལྔ་པ་","ཟླ་དྲུག་པ","ཟླ་བདུན་པ་","ཟླ་བརྒྱད་པ་","ཟླ་དགུ་པ་","ཟླ་བཅུ་པ་","ཟླ་བཅུ་གཅིག་པ་","ཟླ་བཅུ་གཉིས་པ་"]],[["༡","༢","༣","༤","༥","༦","༧","༨","༩","༡༠","༡༡","༡༢"],["ཟླ་༡","ཟླ་༢","ཟླ་༣","ཟླ་༤","ཟླ་༥","ཟླ་༦","ཟླ་༧","ཟླ་༨","ཟླ་༩","ཟླ་༡༠","ཟླ་༡༡","ཟླ་༡༢"],["སྤྱི་ཟླ་དངཔ་","སྤྱི་ཟླ་གཉིས་པ་","སྤྱི་ཟླ་གསུམ་པ་","སྤྱི་ཟླ་བཞི་པ","སྤྱི་ཟླ་ལྔ་པ་","སྤྱི་ཟླ་དྲུག་པ","སྤྱི་ཟླ་བདུན་པ་","སྤྱི་ཟླ་བརྒྱད་པ་","སྤྱི་ཟླ་དགུ་པ་","སྤྱི་ཟླ་བཅུ་པ་","སྤྱི་ཟླ་བཅུ་གཅིག་པ་","སྤྱི་ཟླ་བཅུ་གཉིས་པ་"]],[["BCE","CE"],,],0,[6,0],["y-MM-dd","སྤྱི་ལོ་y ཟླ་MMM ཚེས་dd","སྤྱི་ལོ་y MMMM ཚེས་ dd","EEEE, སྤྱི་ལོ་y MMMM ཚེས་dd"],["ཆུ་ཚོད་ h སྐར་མ་ mm a","ཆུ་ཚོད་h:mm:ss a","ཆུ་ཚོད་ h སྐར་མ་ mm:ss a z","ཆུ་ཚོད་ h སྐར་མ་ mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##,##0 %","¤#,##,##0.00","#E0"],"₹","རྒྱ་གར་གྱི་དངུལ་ རུ་པི",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ebu",[["KI","UT"],,],,[["K","N","N","N","A","M","N"],["Kma","Tat","Ine","Tan","Arm","Maa","NMM"],["Kiumia","Njumatatu","Njumaine","Njumatano","Aramithi","Njumaa","NJumamothii"],["Kma","Tat","Ine","Tan","Arm","Maa","NMM"]],,[["M","K","K","K","G","G","M","K","K","I","I","I"],["Mbe","Kai","Kat","Kan","Gat","Gan","Mug","Knn","Ken","Iku","Imw","Igi"],["Mweri wa mbere","Mweri wa kaĩri","Mweri wa kathatũ","Mweri wa kana","Mweri wa gatano","Mweri wa gatantatũ","Mweri wa mũgwanja","Mweri wa kanana","Mweri wa kenda","Mweri wa ikũmi","Mweri wa ikũmi na ũmwe","Mweri wa ikũmi na Kaĩrĩ"]],,[["MK","TK"],,["Mbere ya Kristo","Thutha wa Kristo"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"Ksh","Shilingi ya Kenya",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ee-TG",[["ŋ","ɣ"],["ŋdi","ɣetrɔ"]],,[["k","d","b","k","y","f","m"],["kɔs","dzo","bla","kuɖ","yaw","fiɖ","mem"],["kɔsiɖa","dzoɖa","blaɖa","kuɖa","yawoɖa","fiɖa","memleɖa"],["kɔs","dzo","bla","kuɖ","yaw","fiɖ","mem"]],,[["d","d","t","a","d","m","s","d","a","k","a","d"],["dzv","dzd","ted","afɔ","dam","mas","sia","dea","any","kel","ade","dzm"],["dzove","dzodze","tedoxe","afɔfĩe","dama","masa","siamlɔm","deasiamime","anyɔnyɔ","kele","adeɛmekpɔxe","dzome"]],,[["HYV","Yŋ"],,["Hafi Yesu Va","Yesu ŋɔli"]],1,[6,0],["M/d/yy","MMM d 'lia', y","MMMM d 'lia' y","EEEE, MMMM d 'lia' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{0} {1}",,,],[".",",",";","%","+","-","E","×","‰","∞","mnn",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"CFA","ɣetoɖofe afrikaga CFA franc BCEAO",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ee",[["ŋ","ɣ"],["ŋdi","ɣetrɔ"]],,[["k","d","b","k","y","f","m"],["kɔs","dzo","bla","kuɖ","yaw","fiɖ","mem"],["kɔsiɖa","dzoɖa","blaɖa","kuɖa","yawoɖa","fiɖa","memleɖa"],["kɔs","dzo","bla","kuɖ","yaw","fiɖ","mem"]],,[["d","d","t","a","d","m","s","d","a","k","a","d"],["dzv","dzd","ted","afɔ","dam","mas","sia","dea","any","kel","ade","dzm"],["dzove","dzodze","tedoxe","afɔfĩe","dama","masa","siamlɔm","deasiamime","anyɔnyɔ","kele","adeɛmekpɔxe","dzome"]],,[["HYV","Yŋ"],,["Hafi Yesu Va","Yesu ŋɔli"]],1,[6,0],["M/d/yy","MMM d 'lia', y","MMMM d 'lia' y","EEEE, MMMM d 'lia' y"],["a 'ga' h:mm","a 'ga' h:mm:ss","a 'ga' h:mm:ss z","a 'ga' h:mm:ss zzzz"],["{0} {1}",,,],[".",",",";","%","+","-","E","×","‰","∞","mnn",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"GH₵","ghana siɖi",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["el-CY",[["πμ","μμ"],["π.μ.","μ.μ."]],,[["Κ","Δ","Τ","Τ","Π","Π","Σ"],["Κυρ","Δευ","Τρί","Τετ","Πέμ","Παρ","Σάβ"],["Κυριακή","Δευτέρα","Τρίτη","Τετάρτη","Πέμπτη","Παρασκευή","Σάββατο"],["Κυ","Δε","Τρ","Τε","Πέ","Πα","Σά"]],,[["Ι","Φ","Μ","Α","Μ","Ι","Ι","Α","Σ","Ο","Ν","Δ"],["Ιαν","Φεβ","Μαρ","Απρ","Μαΐ","Ιουν","Ιουλ","Αυγ","Σεπ","Οκτ","Νοε","Δεκ"],["Ιανουαρίου","Φεβρουαρίου","Μαρτίου","Απριλίου","Μαΐου","Ιουνίου","Ιουλίου","Αυγούστου","Σεπτεμβρίου","Οκτωβρίου","Νοεμβρίου","Δεκεμβρίου"]],[["Ι","Φ","Μ","Α","Μ","Ι","Ι","Α","Σ","Ο","Ν","Δ"],["Ιαν","Φεβ","Μάρ","Απρ","Μάι","Ιούν","Ιούλ","Αύγ","Σεπ","Οκτ","Νοέ","Δεκ"],["Ιανουάριος","Φεβρουάριος","Μάρτιος","Απρίλιος","Μάιος","Ιούνιος","Ιούλιος","Αύγουστος","Σεπτέμβριος","Οκτώβριος","Νοέμβριος","Δεκέμβριος"]],[["π.Χ.","μ.Χ."],,["προ Χριστού","μετά Χριστόν"]],1,[6,0],["d/M/yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} - {0}"],[",",".",";","%","+","-","e","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"€","Ευρώ",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["el",[["πμ","μμ"],["π.μ.","μ.μ."]],,[["Κ","Δ","Τ","Τ","Π","Π","Σ"],["Κυρ","Δευ","Τρί","Τετ","Πέμ","Παρ","Σάβ"],["Κυριακή","Δευτέρα","Τρίτη","Τετάρτη","Πέμπτη","Παρασκευή","Σάββατο"],["Κυ","Δε","Τρ","Τε","Πέ","Πα","Σά"]],,[["Ι","Φ","Μ","Α","Μ","Ι","Ι","Α","Σ","Ο","Ν","Δ"],["Ιαν","Φεβ","Μαρ","Απρ","Μαΐ","Ιουν","Ιουλ","Αυγ","Σεπ","Οκτ","Νοε","Δεκ"],["Ιανουαρίου","Φεβρουαρίου","Μαρτίου","Απριλίου","Μαΐου","Ιουνίου","Ιουλίου","Αυγούστου","Σεπτεμβρίου","Οκτωβρίου","Νοεμβρίου","Δεκεμβρίου"]],[["Ι","Φ","Μ","Α","Μ","Ι","Ι","Α","Σ","Ο","Ν","Δ"],["Ιαν","Φεβ","Μάρ","Απρ","Μάι","Ιούν","Ιούλ","Αύγ","Σεπ","Οκτ","Νοέ","Δεκ"],["Ιανουάριος","Φεβρουάριος","Μάρτιος","Απρίλιος","Μάιος","Ιούνιος","Ιούλιος","Αύγουστος","Σεπτέμβριος","Οκτώβριος","Νοέμβριος","Δεκέμβριος"]],[["π.Χ.","μ.Χ."],,["προ Χριστού","μετά Χριστόν"]],1,[6,0],["d/M/yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} - {0}"],[",",".",";","%","+","-","e","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"€","Ευρώ",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-001",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],,function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-150",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],,function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-AG",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","East Caribbean Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-AI",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","East Caribbean Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-AS",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","US Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-AT",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[",",".",";","%","+","-","E","·","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤ #,##0.00","#E0"],"€","Euro",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-AU",[["am","pm"],,],,[["Su.","M.","Tu.","W.","Th.","F.","Sa."],["Sun.","Mon.","Tue.","Wed.","Thu.","Fri.","Sat."],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su.","Mon.","Tu.","Wed.","Th.","Fri.","Sat."]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan.","Feb.","Mar.","Apr.","May","Jun.","Jul.","Aug.","Sep.","Oct.","Nov.","Dec."],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["d/M/yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","e","×","‰","∞","NaN","."],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","Australian Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-BB",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","Barbadian Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-BE",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/yy","dd MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"€","Euro",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-BI",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"FBu","Burundian Franc",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-BM",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","Bermudan Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-BS",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","Bahamian Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-BW",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["dd/MM/yy","dd MMM y","dd MMMM y","EEEE, dd MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"P","Botswanan Pula",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-BZ",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["dd/MM/yy","dd-MMM-y","dd MMMM y","EEEE, dd MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","Belize Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-CA",[["a","p"],["a.m.","p.m."]],[["a.m.","p.m."],,],[["S","M","T","W","T","F","S"],["Sun.","Mon.","Tue.","Wed.","Thu.","Fri.","Sat."],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan.","Feb.","Mar.","Apr.","May","Jun.","Jul.","Aug.","Sep.","Oct.","Nov.","Dec."],["January","February","March","April","May","June","July","August","September","October","November","December"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["y-MM-dd","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","e","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","Canadian Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-CC",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","Australian Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-CH",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[",",".",";","%","+","-","E","·","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00;¤-#,##0.00","#E0"],"CHF","Swiss Franc",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-CK",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","New Zealand Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-CM",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"FCFA","Central African CFA Franc",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-CX",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","Australian Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-CY",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"€","Euro",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-DE",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[",",".",";","%","+","-","E","·","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"€","Euro",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-DG",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"US$","US Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-DK",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH.mm","HH.mm.ss","HH.mm.ss z","HH.mm.ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN","."],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"kr.","Danish Krone",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-DM",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","East Caribbean Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-ER",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"Nfk","Eritrean Nakfa",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-FI",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["H.mm","H.mm.ss","H.mm.ss z","H.mm.ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[","," ",";","%","+","-","E","×","‰","∞","NaN","."],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"€","Euro",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-FJ",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","Fijian Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-FK",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"£","Falkland Islands Pound",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-FM",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"US$","US Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-GB",[["a","p"],["am","pm"]],[["am","pm"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"£","British Pound",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-GD",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","East Caribbean Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-GG",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"£","UK Pound",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-GH",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"GH₵","Ghanaian Cedi",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-GI",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"£","Gibraltar Pound",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-GM",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"D","Gambian Dalasi",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-GU",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","US Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-GY",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","Guyanaese Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-HK",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["d/M/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"HK$","Hong Kong Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-IE",[["a","p"],["AM","PM"],["a.m.","p.m."]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"€","Euro",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-IL",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[5,6],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"₪","Israeli New Shekel",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-IM",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"£","UK Pound",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-IN",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[0,0],["dd/MM/yy","dd-MMM-y","d MMMM y","EEEE, d MMMM, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##,##0%","¤ #,##,##0.00","#E0"],"₹","Indian Rupee",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-IO",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"US$","US Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-JE",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"£","UK Pound",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-JM",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","Jamaican Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-KE",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"Ksh","Kenyan Shilling",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-KI",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","Australian Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-KN",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","East Caribbean Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-KY",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","Cayman Islands Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-LC",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","East Caribbean Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-LR",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","Liberian Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-LS",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"R","South African Rand",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-MG",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"Ar","Malagasy Ariary",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-MH",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","US Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-MO",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"MOP$","Macanese Pataca",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-MP",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","US Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-MS",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","East Caribbean Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-MT",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["dd/MM/y","dd MMM y","dd MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"€","Euro",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-MU",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"Rs","Mauritian Rupee",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-MW",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"MK","Malawian Kwacha",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-MY",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"RM","Malaysian Ringgit",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-NA",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"ZAR","South African Rand",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-NF",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","Australian Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-NG",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"₦","Nigerian Naira",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-NL",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00;¤ -#,##0.00","#E0"],"€","Euro",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-NR",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","Australian Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-NU",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","New Zealand Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-NZ",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["d/MM/yy","d/MM/y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","New Zealand Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-PG",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"K","Papua New Guinean Kina",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-PH",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"₱","Philippine Piso",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-PK",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["dd/MM/y","dd-MMM-y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"Rs","Pakistani Rupee",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-PN",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","New Zealand Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-PR",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","US Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-PW",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"US$","US Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-RW",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"RF","Rwandan Franc",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-SB",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","Solomon Islands Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-SC",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"SR","Seychellois Rupee",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-SD",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],6,[5,6],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"SDG","Sudanese Pound",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-SE",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["y-MM-dd","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[","," ",";","%","+","-","×10^","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"kr","Swedish Krona",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-SG",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["d/M/yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","Singapore Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-SH",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"£","St. Helena Pound",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-SI",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[",",".",";","%","+","-","e","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"€","Euro",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-SL",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"Le","Sierra Leonean Leone",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-SS",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"£","South Sudanese Pound",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-SX",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"NAf.","Netherlands Antillean Guilder",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-SZ",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"E","Swazi Lilangeni",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-TC",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"US$","US Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-TK",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","New Zealand Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-TO",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"T$","Tongan Paʻanga",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-TT",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","Trinidad & Tobago Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-TV",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","Australian Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-TZ",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"TSh","Tanzanian Shilling",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-UG",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"USh","Ugandan Shilling",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-UM",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","US Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-US-POSIX",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","0/00","INF","NaN",":"],["0.######","0%","¤ 0.00","0.000000E+000"],"$","US Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-VC",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","East Caribbean Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-VG",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"US$","US Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-VI",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","US Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-VU",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"VT","Vanuatu Vatu",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-WS",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"WS$","Samoan Tala",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-ZA",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["y/MM/dd","dd MMM y","dd MMMM y","EEEE, dd MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"R","South African Rand",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-ZM",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"K","Zambian Kwacha",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en-ZW",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["d/M/y","dd MMM,y","dd MMMM y","EEEE, dd MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"US$","US Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["en",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","US Dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["eo",[["atm","ptm"],,],,[["S","M","T","W","T","F","S"],["di","lu","ma","me","ĵa","ve","sa"],["dimanĉo","lundo","mardo","merkredo","ĵaŭdo","vendredo","sabato"],["di","lu","ma","me","ĵa","ve","sa"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["jan","feb","mar","apr","maj","jun","jul","aŭg","sep","okt","nov","dec"],["januaro","februaro","marto","aprilo","majo","junio","julio","aŭgusto","septembro","oktobro","novembro","decembro"]],,[["aK","pK"],,],1,[6,0],["yy-MM-dd","y-MMM-dd","y-MMMM-dd","EEEE, d-'a' 'de' MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","H-'a' 'horo' 'kaj' m:ss zzzz"],["{1} {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],,function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["es-419",[["a. m.","p. m."],["a.m.","p.m."]],[["a.m.","p.m."],,],[["d","l","m","m","j","v","s"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["D","L","M","M","J","V","S"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sep.","oct.","nov.","dic."],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],,[["a. C.","d. C."],,["antes de Cristo","después de Cristo"]],1,[6,0],["d/M/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,"{1}, {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00","#E0"],"EUR","euro",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["es-AR",[["a. m.","p. m."],,],,[["D","L","M","M","J","V","S"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],,[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sep.","oct.","nov.","dic."],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],,[["a. C.","d. C."],,["antes de Cristo","después de Cristo"]],0,[6,0],["d/M/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,"{1}, {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤ #,##0.00","#E0"],"$","peso argentino",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["es-BO",[["a. m.","p. m."],,],,[["d","l","m","m","j","v","s"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["D","L","M","M","J","V","S"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sep.","oct.","nov.","dic."],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],,[["a. C.","d. C."],,["antes de Cristo","después de Cristo"]],1,[6,0],["d/M/yy","d MMM 'de' y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,"{1}, {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00","#E0"],"Bs","boliviano",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["es-BR",[["a. m.","p. m."],["a.m.","p.m."]],[["a.m.","p.m."],,],[["d","l","m","m","j","v","s"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["D","L","M","M","J","V","S"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sep.","oct.","nov.","dic."],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],,[["a. C.","d. C."],,["antes de Cristo","después de Cristo"]],0,[6,0],["d/M/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,"{1}, {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00","#E0"],"R$","real brasileño",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["es-BZ",[["a. m.","p. m."],["a.m.","p.m."]],[["a.m.","p.m."],,],[["d","l","m","m","j","v","s"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["D","L","M","M","J","V","S"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sep.","oct.","nov.","dic."],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],,[["a. C.","d. C."],,["antes de Cristo","después de Cristo"]],0,[6,0],["d/M/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,"{1}, {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00","#E0"],"$","dólar beliceño",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["es-CL",[["a. m.","p. m."],,],,[["d","l","m","m","j","v","s"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["do","lu","ma","mi","ju","vi","sá"]],[["D","L","M","M","J","V","S"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sep.","oct.","nov.","dic."],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sept.","oct.","nov.","dic."],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],[["a. C.","d. C."],,["antes de Cristo","después de Cristo"]],1,[6,0],["dd-MM-yy","dd-MM-y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,"{1}, {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00;¤-#,##0.00","#E0"],"$","Peso chileno",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["es-CO",[["a. m.","p. m."],,],,[["D","L","M","M","J","V","S"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["d","l","m","m","j","v","s"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sep.","oct.","nov.","dic."],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sept.","oct.","nov.","dic."],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],[["a. C.","d. C."],,["antes de Cristo","después de Cristo"]],0,[6,0],["d/MM/yy","d/MM/y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤ #,##0.00","#E0"],"$","peso colombiano",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["es-CR",[["a. m.","p. m."],,],,[["d","l","m","m","j","v","s"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["D","L","M","M","J","V","S"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sep.","oct.","nov.","dic."],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],,[["a. C.","d. C."],,["antes de Cristo","después de Cristo"]],1,[6,0],["d/M/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,"{1}, {0}"],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00","#E0"],"₡","colón costarricense",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["es-CU",[["a. m.","p. m."],["a.m.","p.m."]],[["a.m.","p.m."],,],[["d","l","m","m","j","v","s"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["D","L","M","M","J","V","S"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sep.","oct.","nov.","dic."],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],,[["a. C.","d. C."],,["antes de Cristo","después de Cristo"]],1,[6,0],["d/M/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,"{1}, {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00","#E0"],"$","peso cubano",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["es-DO",[["a. m.","p. m."],,],,[["D","L","M","M","J","V","S"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],,[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sep.","oct.","nov.","dic."],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],,[["a. C.","d. C."],,["antes de Cristo","después de Cristo"]],0,[6,0],["d/M/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,"{1}, {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00","#E0"],"RD$","peso dominicano",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["es-EA",[["a. m.","p. m."],,],,[["D","L","M","X","J","V","S"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],,[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sept.","oct.","nov.","dic."],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],,[["a. C.","d. C."],,["antes de Cristo","después de Cristo"]],1,[6,0],["d/M/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss (zzzz)"],["{1} {0}",,"{1}, {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"€","euro",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["es-EC",[["a. m.","p. m."],,],,[["d","l","m","m","j","v","s"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["D","L","M","M","J","V","S"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sep.","oct.","nov.","dic."],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],,[["a. C.","d. C."],,["antes de Cristo","después de Cristo"]],1,[6,0],["d/M/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,"{1}, {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00;¤-#,##0.00","#E0"],"$","dólar estadounidense",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["es-GQ",[["a. m.","p. m."],,],,[["D","L","M","X","J","V","S"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],,[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sept.","oct.","nov.","dic."],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],,[["a. C.","d. C."],,["antes de Cristo","después de Cristo"]],1,[6,0],["d/M/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss (zzzz)"],["{1} {0}",,"{1}, {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00","#E0"],"FCFA","franco CFA de África Central",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["es-GT",[["a. m.","p. m."],,],,[["d","l","m","m","j","v","s"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["D","L","M","M","J","V","S"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sep.","oct.","nov.","dic."],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],,[["a. C.","d. C."],,["antes de Cristo","después de Cristo"]],0,[6,0],["d/MM/yy","d/MM/y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,"{1}, {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00","#E0"],"Q","quetzal",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["es-HN",[["a. m.","p. m."],,],,[["d","l","m","m","j","v","s"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["D","L","M","M","J","V","S"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sep.","oct.","nov.","dic."],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],,[["a. C.","d. C."],,["antes de Cristo","después de Cristo"]],0,[6,0],["d/M/yy","d MMM y","dd 'de' MMMM 'de' y","EEEE dd 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,"{1}, {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00","#E0"],"L","lempira hondureño",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["es-IC",[["a. m.","p. m."],,],,[["D","L","M","X","J","V","S"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],,[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sept.","oct.","nov.","dic."],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],,[["a. C.","d. C."],,["antes de Cristo","después de Cristo"]],1,[6,0],["d/M/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss (zzzz)"],["{1} {0}",,"{1}, {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"€","euro",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["es-MX",[["a. m.","p. m."],,],,[["D","L","M","M","J","V","S"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["do","lu","ma","mi","ju","vi","sá"]],[["D","L","M","M","J","V","S"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene","feb","mar","abr","may","jun","jul","ago","sep","oct","nov","dic"],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sep.","oct.","nov.","dic."],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],[["a. C.","d. C."],,["antes de Cristo","después de Cristo"]],0,[6,0],["dd/MM/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss zzzz"],["{1} {0}",,"{1}, {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00","#E0"],"$","peso mexicano",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["es-NI",[["a. m.","p. m."],,],,[["d","l","m","m","j","v","s"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["D","L","M","M","J","V","S"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sep.","oct.","nov.","dic."],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],,[["a. C.","d. C."],,["antes de Cristo","después de Cristo"]],0,[6,0],["d/M/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,"{1}, {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00","#E0"],"C$","córdoba nicaragüense",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["es-PA",[["a. m.","p. m."],,],,[["d","l","m","m","j","v","s"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["D","L","M","M","J","V","S"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sep.","oct.","nov.","dic."],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],,[["a. C.","d. C."],,["antes de Cristo","después de Cristo"]],0,[6,0],["MM/dd/yy","MM/dd/y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,"{1}, {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00","#E0"],"B/.","balboa panameño",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["es-PE",[["a. m.","p. m."],,],,[["d","l","m","m","j","v","s"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["D","L","M","M","J","V","S"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","set.","oct.","nov.","dic."],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","setiembre","octubre","noviembre","diciembre"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["Ene.","Feb.","Mar.","Abr.","May.","Jun.","Jul.","Ago.","Set.","Oct.","Nov.","Dic."],["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Setiembre","Octubre","Noviembre","Diciembre"]],[["a. C.","d. C."],,["antes de Cristo","después de Cristo"]],0,[6,0],["d/MM/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,"{1}, {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00","#E0"],"S/","sol peruano",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["es-PH",[["a. m.","p. m."],,],,[["D","L","M","X","J","V","S"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],,[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sept.","oct.","nov.","dic."],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],,[["a. C.","d. C."],,["antes de Cristo","después de Cristo"]],0,[6,0],["d/M/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,"{1}, {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"₱","peso filipino",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["es-PR",[["a. m.","p. m."],,],,[["d","l","m","m","j","v","s"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["D","L","M","M","J","V","S"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sep.","oct.","nov.","dic."],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],,[["a. C.","d. C."],,["antes de Cristo","después de Cristo"]],0,[6,0],["MM/dd/yy","MM/dd/y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,"{1}, {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00","#E0"],"$","dólar estadounidense",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["es-PY",[["a. m.","p. m."],,],,[["d","l","m","m","j","v","s"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["do","lu","ma","mi","ju","vi","sa"]],[["D","L","M","M","J","V","S"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["Do","Lu","Ma","Mi","Ju","Vi","Sa"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sept.","oct.","nov.","dic."],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],,[["a. C.","d. C."],,["antes de Cristo","después de Cristo"]],0,[6,0],["d/M/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,"{1}, {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤ #,##0.00;¤ -#,##0.00","#E0"],"Gs.","guaraní paraguayo",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["es-SV",[["a. m.","p. m."],,],,[["d","l","m","m","j","v","s"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["D","L","M","M","J","V","S"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sep.","oct.","nov.","dic."],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],,[["a. C.","d. C."],,["antes de Cristo","después de Cristo"]],0,[6,0],["d/M/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,"{1}, {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00","#E0"],"$","dólar estadounidense",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["es-US",[["a. m.","p. m."],,],,[["D","L","M","M","J","V","S"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],,[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sep.","oct.","nov.","dic."],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],,[["a. C.","d. C."],,["antes de Cristo","después de Cristo"]],0,[6,0],["d/M/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,"{1}, {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00","#E0"],"$","dólar estadounidense",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["es-UY",[["a. m.","p. m."],,],,[["d","l","m","m","j","v","s"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["D","L","M","M","J","V","S"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","set.","oct.","nov.","dic."],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","setiembre","octubre","noviembre","diciembre"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["Ene.","Feb.","Mar.","Abr.","May.","Jun.","Jul.","Ago.","Set.","Oct.","Nov.","Dic."],["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Setiembre","Octubre","Noviembre","Diciembre"]],[["a. C.","d. C."],,["antes de Cristo","después de Cristo"]],1,[6,0],["d/M/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,"{1}, {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤ #,##0.00","#E0"],"$","peso uruguayo",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["es-VE",[["a. m.","p. m."],,],,[["d","l","m","m","j","v","s"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["Do","Lu","Ma","Mi","Ju","Vi","Sa"]],[["D","L","M","M","J","V","S"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["Do","Lu","Ma","Mi","Ju","Vi","Sa"]],[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sept.","oct.","nov.","dic."],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],,[["a. C.","d. C."],,["antes de Cristo","después de Cristo"]],0,[6,0],["d/M/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,"{1}, {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00;¤-#,##0.00","#E0"],"Bs.","bolívar venezolano",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["es",[["a. m.","p. m."],,],,[["D","L","M","X","J","V","S"],["dom.","lun.","mar.","mié.","jue.","vie.","sáb."],["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],["DO","LU","MA","MI","JU","VI","SA"]],,[["E","F","M","A","M","J","J","A","S","O","N","D"],["ene.","feb.","mar.","abr.","may.","jun.","jul.","ago.","sept.","oct.","nov.","dic."],["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"]],,[["a. C.","d. C."],,["antes de Cristo","después de Cristo"]],1,[6,0],["d/M/yy","d MMM y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss (zzzz)"],["{1} {0}",,"{1}, {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"€","euro",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["et",[["AM","PM"],,],,[["P","E","T","K","N","R","L"],,["pühapäev","esmaspäev","teisipäev","kolmapäev","neljapäev","reede","laupäev"],["P","E","T","K","N","R","L"]],,[["J","V","M","A","M","J","J","A","S","O","N","D"],["jaan","veebr","märts","apr","mai","juuni","juuli","aug","sept","okt","nov","dets"],["jaanuar","veebruar","märts","aprill","mai","juuni","juuli","august","september","oktoober","november","detsember"]],,[["eKr","pKr"],,["enne Kristust","pärast Kristust"]],1,[6,0],["dd.MM.yy","d. MMM y","d. MMMM y","EEEE, d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[","," ",";","%","+","−","×10^","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"€","euro",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["eu",[["g","a"],["AM","PM"]],[["AM","PM"],,],[["I","A","A","A","O","O","L"],["ig.","al.","ar.","az.","og.","or.","lr."],["igandea","astelehena","asteartea","asteazkena","osteguna","ostirala","larunbata"],["ig.","al.","ar.","az.","og.","or.","lr."]],[["I","A","A","A","O","O","L"],["ig.","al.","ar.","az.","og.","or.","lr."],["Igandea","Astelehena","Asteartea","Asteazkena","Osteguna","Ostirala","Larunbata"],["ig.","al.","ar.","az.","og.","or.","lr."]],[["U","O","M","A","M","E","U","A","I","U","A","A"],["urt.","ots.","mar.","api.","mai.","eka.","uzt.","abu.","ira.","urr.","aza.","abe."],["urtarrila","otsaila","martxoa","apirila","maiatza","ekaina","uztaila","abuztua","iraila","urria","azaroa","abendua"]],[["U","O","M","A","M","E","U","A","I","U","A","A"],["urt.","ots.","mar.","api.","mai.","eka.","uzt.","abu.","ira.","urr.","aza.","abe."],["urtarrila","Otsaila","Martxoa","Apirila","Maiatza","Ekaina","Uztaila","Abuztua","Iraila","Urria","Azaroa","Abendua"]],[["K.a.","K.o."],,["K.a.","Kristo ondoren"]],1,[6,0],["yy/M/d","y MMM d","y('e')'ko' MMMM'ren' d('a')","y('e')'ko' MMMM'ren' d('a'), EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss (z)","HH:mm:ss (zzzz)"],["{1} {0}",,,],[",",".",";","%","+","−","E","×","‰","∞","NaN",":"],["#,##0.###","% #,##0","#,##0.00 ¤","#E0"],"€","euroa",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ewo",[["kíkíríg","ngəgógəle"],,],,[["s","m","s","s","s","f","s"],["sɔ́n","mɔ́n","smb","sml","smn","fúl","sér"],["sɔ́ndɔ","mɔ́ndi","sɔ́ndɔ məlú mə́bɛ̌","sɔ́ndɔ məlú mə́lɛ́","sɔ́ndɔ məlú mə́nyi","fúladé","séradé"],["sɔ́n","mɔ́n","smb","sml","smn","fúl","sér"]],,[["o","b","l","n","t","s","z","m","e","a","d","b"],["ngo","ngb","ngl","ngn","ngt","ngs","ngz","ngm","nge","nga","ngad","ngab"],["ngɔn osú","ngɔn bɛ̌","ngɔn lála","ngɔn nyina","ngɔn tána","ngɔn saməna","ngɔn zamgbála","ngɔn mwom","ngɔn ebulú","ngɔn awóm","ngɔn awóm ai dziá","ngɔn awóm ai bɛ̌"]],,[["oyk","ayk"],,["osúsúa Yésus kiri","ámvus Yésus Kirís"]],1,[6,0],["d/M/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"FCFA","Fəláŋ CFA (BEAC)",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fa-AF",[["ق","ب"],["ق.ظ.","ب.ظ."],["قبل‌ازظهر","بعدازظهر"]],[["ق.ظ.","ب.ظ."],,["قبل‌ازظهر","بعدازظهر"]],[["ی","د","س","چ","پ","ج","ش"],["یکشنبه","دوشنبه","سه‌شنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"],,["۱ش","۲ش","۳ش","۴ش","۵ش","ج","ش"]],,[["ج","ف","م","ا","م","ج","ج","ا","س","ا","ن","د"],["جنو","فبروری","مارچ","اپریل","می","جون","جول","اگست","سپتمبر","اکتوبر","نومبر","دسم"],["جنوری","فبروری","مارچ","اپریل","می","جون","جولای","اگست","سپتمبر","اکتوبر","نومبر","دسمبر"]],[["ج","ف","م","ا","م","ج","ج","ا","س","ا","ن","د"],["جنوری","فبروری","مارچ","اپریل","می","جون","جولای","اگست","سپتمبر","اکتوبر","نومبر","دسمبر"]],[["ق","م"],["ق.م.","م."],["قبل از میلاد","میلادی"]],6,[4,5],["y/M/d","d MMM y","d MMMM y","EEEE d MMMM y"],["H:mm","H:mm:ss","H:mm:ss (z)","H:mm:ss (zzzz)"],["{1}،‏ {0}",,"{1}، ساعت {0}"],[".",",",";","%","‎+","‎−","E","×","‰","∞","ناعدد",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"؋","افغانی افغانستان",function(e){return 0===Math.floor(Math.abs(e))||1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fa",[["ق","ب"],["ق.ظ.","ب.ظ."],["قبل‌ازظهر","بعدازظهر"]],[["ق.ظ.","ب.ظ."],,["قبل‌ازظهر","بعدازظهر"]],[["ی","د","س","چ","پ","ج","ش"],["یکشنبه","دوشنبه","سه‌شنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"],,["۱ش","۲ش","۳ش","۴ش","۵ش","ج","ش"]],,[["ژ","ف","م","آ","م","ژ","ژ","ا","س","ا","ن","د"],["ژانویهٔ","فوریهٔ","مارس","آوریل","مهٔ","ژوئن","ژوئیهٔ","اوت","سپتامبر","اکتبر","نوامبر","دسامبر"]],[["ژ","ف","م","آ","م","ژ","ژ","ا","س","ا","ن","د"],["ژانویه","فوریه","مارس","آوریل","مه","ژوئن","ژوئیه","اوت","سپتامبر","اکتبر","نوامبر","دسامبر"]],[["ق","م"],["ق.م.","م."],["قبل از میلاد","میلادی"]],6,[5,5],["y/M/d","d MMM y","d MMMM y","EEEE d MMMM y"],["H:mm","H:mm:ss","H:mm:ss (z)","H:mm:ss (zzzz)"],["{1}،‏ {0}",,"{1}، ساعت {0}"],[".",",",";","%","‎+","‎−","E","×","‰","∞","ناعدد",":"],["#,##0.###","#,##0%","‎¤ #,##0.00","#E0"],"ریال","ریال ایران",function(e){return 0===Math.floor(Math.abs(e))||1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ff-CM",[["subaka","kikiiɗe"],,],,[["d","a","m","n","n","m","h"],["dew","aaɓ","maw","nje","naa","mwd","hbi"],["dewo","aaɓnde","mawbaare","njeslaare","naasaande","mawnde","hoore-biir"],["dew","aaɓ","maw","nje","naa","mwd","hbi"]],,[["s","c","m","s","d","k","m","j","s","y","j","b"],["sii","col","mbo","see","duu","kor","mor","juk","slt","yar","jol","bow"],["siilo","colte","mbooy","seeɗto","duujal","korse","morso","juko","siilto","yarkomaa","jolal","bowte"]],,[["H-I","C-I"],,["Hade Iisa","Caggal Iisa"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"FCFA","Mbuuɗi Seefaa BEAC",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ff-GN",[["subaka","kikiiɗe"],,],,[["d","a","m","n","n","m","h"],["dew","aaɓ","maw","nje","naa","mwd","hbi"],["dewo","aaɓnde","mawbaare","njeslaare","naasaande","mawnde","hoore-biir"],["dew","aaɓ","maw","nje","naa","mwd","hbi"]],,[["s","c","m","s","d","k","m","j","s","y","j","b"],["sii","col","mbo","see","duu","kor","mor","juk","slt","yar","jol","bow"],["siilo","colte","mbooy","seeɗto","duujal","korse","morso","juko","siilto","yarkomaa","jolal","bowte"]],,[["H-I","C-I"],,["Hade Iisa","Caggal Iisa"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"FG","GNF",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ff-MR",[["subaka","kikiiɗe"],,],,[["d","a","m","n","n","m","h"],["dew","aaɓ","maw","nje","naa","mwd","hbi"],["dewo","aaɓnde","mawbaare","njeslaare","naasaande","mawnde","hoore-biir"],["dew","aaɓ","maw","nje","naa","mwd","hbi"]],,[["s","c","m","s","d","k","m","j","s","y","j","b"],["sii","col","mbo","see","duu","kor","mor","juk","slt","yar","jol","bow"],["siilo","colte","mbooy","seeɗto","duujal","korse","morso","juko","siilto","yarkomaa","jolal","bowte"]],,[["H-I","C-I"],,["Hade Iisa","Caggal Iisa"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"UM","Ugiyya Muritani",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ff",[["subaka","kikiiɗe"],,],,[["d","a","m","n","n","m","h"],["dew","aaɓ","maw","nje","naa","mwd","hbi"],["dewo","aaɓnde","mawbaare","njeslaare","naasaande","mawnde","hoore-biir"],["dew","aaɓ","maw","nje","naa","mwd","hbi"]],,[["s","c","m","s","d","k","m","j","s","y","j","b"],["sii","col","mbo","see","duu","kor","mor","juk","slt","yar","jol","bow"],["siilo","colte","mbooy","seeɗto","duujal","korse","morso","juko","siilto","yarkomaa","jolal","bowte"]],,[["H-I","C-I"],,["Hade Iisa","Caggal Iisa"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"CFA","Mbuuɗu Seefaa BCEAO",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fi",[["ap.","ip."],,],,[["S","M","T","K","T","P","L"],["su","ma","ti","ke","to","pe","la"],["sunnuntaina","maanantaina","tiistaina","keskiviikkona","torstaina","perjantaina","lauantaina"],["su","ma","ti","ke","to","pe","la"]],[["S","M","T","K","T","P","L"],["su","ma","ti","ke","to","pe","la"],["sunnuntai","maanantai","tiistai","keskiviikko","torstai","perjantai","lauantai"],["su","ma","ti","ke","to","pe","la"]],[["T","H","M","H","T","K","H","E","S","L","M","J"],["tammik.","helmik.","maalisk.","huhtik.","toukok.","kesäk.","heinäk.","elok.","syysk.","lokak.","marrask.","jouluk."],["tammikuuta","helmikuuta","maaliskuuta","huhtikuuta","toukokuuta","kesäkuuta","heinäkuuta","elokuuta","syyskuuta","lokakuuta","marraskuuta","joulukuuta"]],[["T","H","M","H","T","K","H","E","S","L","M","J"],["tammi","helmi","maalis","huhti","touko","kesä","heinä","elo","syys","loka","marras","joulu"],["tammikuu","helmikuu","maaliskuu","huhtikuu","toukokuu","kesäkuu","heinäkuu","elokuu","syyskuu","lokakuu","marraskuu","joulukuu"]],[["eKr","jKr"],["eKr.","jKr."],["ennen Kristuksen syntymää","jälkeen Kristuksen syntymän"]],1,[6,0],["d.M.y",,"d. MMMM y","cccc d. MMMM y"],["H.mm","H.mm.ss","H.mm.ss z","H.mm.ss zzzz"],["{1} {0}","{1} 'klo' {0}",,],[","," ",";","%","+","−","E","×","‰","∞","epäluku","."],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"€","euro",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fil",[["am","pm"],["AM","PM"]],[["AM","PM"],,],[["Lin","Lun","Mar","Miy","Huw","Biy","Sab"],,["Linggo","Lunes","Martes","Miyerkules","Huwebes","Biyernes","Sabado"],["Li","Lu","Ma","Mi","Hu","Bi","Sa"]],,[["Ene","Peb","Mar","Abr","May","Hun","Hul","Ago","Set","Okt","Nob","Dis"],,["Enero","Pebrero","Marso","Abril","Mayo","Hunyo","Hulyo","Agosto","Setyembre","Oktubre","Nobyembre","Disyembre"]],[["E","P","M","A","M","Hun","Hul","Ago","Set","Okt","Nob","Dis"],["Ene","Peb","Mar","Abr","May","Hun","Hul","Ago","Set","Okt","Nob","Dis"],["Enero","Pebrero","Marso","Abril","Mayo","Hunyo","Hulyo","Agosto","Setyembre","Oktubre","Nobyembre","Disyembre"]],[["BC","AD"],,["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'nang' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"₱","Piso ng Pilipinas",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^.]*\.?/,""),10)||0;return 0===n&&(1===t||2===t||3===t)||0===n&&t%10!=4&&t%10!=6&&t%10!=9||0!==n&&i%10!=4&&i%10!=6&&i%10!=9?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fo-DK",[["AM","PM"],,],,[["S","M","T","M","H","F","L"],["sun.","mán.","týs.","mik.","hós.","frí.","ley."],["sunnudagur","mánadagur","týsdagur","mikudagur","hósdagur","fríggjadagur","leygardagur"],["su.","má.","tý.","mi.","hó.","fr.","le."]],[["S","M","T","M","H","F","L"],["sun","mán","týs","mik","hós","frí","ley"],["sunnudagur","mánadagur","týsdagur","mikudagur","hósdagur","fríggjadagur","leygardagur"],["su","má","tý","mi","hó","fr","le"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","feb.","mar.","apr.","mai","jun.","jul.","aug.","sep.","okt.","nov.","des."],["januar","februar","mars","apríl","mai","juni","juli","august","september","oktober","november","desember"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan","feb","mar","apr","mai","jun","jul","aug","sep","okt","nov","des"],["januar","februar","mars","apríl","mai","juni","juli","august","september","oktober","november","desember"]],[["fKr","eKr"],["f.Kr.","e.Kr."],["fyri Krist","eftir Krist"]],1,[6,0],["dd.MM.yy","dd.MM.y","d. MMMM y","EEEE, d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'kl'. {0}"],[",",".",";","%","+","−","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"kr.","donsk króna",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fo",[["AM","PM"],,],,[["S","M","T","M","H","F","L"],["sun.","mán.","týs.","mik.","hós.","frí.","ley."],["sunnudagur","mánadagur","týsdagur","mikudagur","hósdagur","fríggjadagur","leygardagur"],["su.","má.","tý.","mi.","hó.","fr.","le."]],[["S","M","T","M","H","F","L"],["sun","mán","týs","mik","hós","frí","ley"],["sunnudagur","mánadagur","týsdagur","mikudagur","hósdagur","fríggjadagur","leygardagur"],["su","má","tý","mi","hó","fr","le"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","feb.","mar.","apr.","mai","jun.","jul.","aug.","sep.","okt.","nov.","des."],["januar","februar","mars","apríl","mai","juni","juli","august","september","oktober","november","desember"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan","feb","mar","apr","mai","jun","jul","aug","sep","okt","nov","des"],["januar","februar","mars","apríl","mai","juni","juli","august","september","oktober","november","desember"]],[["fKr","eKr"],["f.Kr.","e.Kr."],["fyri Krist","eftir Krist"]],1,[6,0],["dd.MM.yy","dd.MM.y","d. MMMM y","EEEE, d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'kl'. {0}"],[",",".",";","%","+","−","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"kr","donsk króna",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-BE",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["d/MM/yy","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","H 'h' mm 'min' ss 's' zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"€","euro",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-BF",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"CFA","franc CFA (BCEAO)",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-BI",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"FBu","franc burundais",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-BJ",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"CFA","franc CFA (BCEAO)",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-BL",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"€","euro",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-CA",[["a","p"],["a.m.","p.m."]],[["a.m.","p.m."],,],[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juill.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],0,[6,0],["yy-MM-dd","d MMM y","d MMMM y","EEEE d MMMM y"],["HH 'h' mm","HH 'h' mm 'min' ss 's'","HH 'h' mm 'min' ss 's' z","HH 'h' mm 'min' ss 's' zzzz"],["{1} {0}",,"{1} 'à' {0}"],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"$","dollar canadien",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-CD",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"FC","franc congolais",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-CF",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"FCFA","franc CFA (BEAC)",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-CG",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"FCFA","franc CFA (BEAC)",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-CH",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd.MM.yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH.mm:ss 'h' zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":","."],["#,##0.###","#,##0%","#,##0.00 ¤ ;-#,##0.00 ¤","#E0"],"CHF","franc suisse",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-CI",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"CFA","franc CFA (BCEAO)",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-CM",[["mat.","soir"],,["matin","soir"]],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"FCFA","franc CFA (BEAC)",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-DJ",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],6,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"Fdj","franc djiboutien",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-DZ",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],6,[5,6],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"DA","dinar algérien",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-GA",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"FCFA","franc CFA (BEAC)",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-GF",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"€","euro",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-GN",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"FG","franc guinéen",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-GP",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"€","euro",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-GQ",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"FCFA","franc CFA (BEAC)",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-HT",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"G","gourde haïtienne",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-KM",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"CF","franc comorien",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-LU",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1} 'à' {0}",,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"€","euro",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-MA",[["AM","PM"],,["a.m.","p.m."]],[["AM","PM"],,],[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","fév.","mar.","avr.","mai","jui.","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],6,[5,6],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1} 'à' {0}",,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"MAD","dirham marocain",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-MC",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"€","euro",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-MF",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"€","euro",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-MG",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"Ar","ariary malgache",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-ML",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'à' {0}"],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"CFA","franc CFA (BCEAO)",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-MQ",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"€","euro",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-MR",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"UM","ouguiya mauritanien",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-MU",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"Rs","roupie mauricienne",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-NC",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"FCFP","franc CFP",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-NE",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"CFA","franc CFA (BCEAO)",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-PF",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"FCFP","franc CFP",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-PM",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"€","euro",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-RE",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"€","euro",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-RW",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"RF","franc rwandais",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-SC",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"SR","roupie des Seychelles",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-SN",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"CFA","franc CFA (BCEAO)",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-SY",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],6,[5,6],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"LS","livre syrienne",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-TD",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"FCFA","franc CFA (BEAC)",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-TG",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"CFA","franc CFA (BCEAO)",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-TN",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],0,[5,6],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"DT","dinar tunisien",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-VU",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"VT","vatu vanuatuan",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-WF",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"FCFP","franc CFP",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr-YT",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"€","euro",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fr",[["AM","PM"],,],,[["D","L","M","M","J","V","S"],["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],["di","lu","ma","me","je","ve","sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"]],,[["av. J.-C.","ap. J.-C."],,["avant Jésus-Christ","après Jésus-Christ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1} 'à' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"€","euro",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fur",[["a.","p."],,],,[["D","L","M","M","J","V","S"],["dom","lun","mar","mie","joi","vin","sab"],["domenie","lunis","martars","miercus","joibe","vinars","sabide"],["dom","lun","mar","mie","joi","vin","sab"]],,[["Z","F","M","A","M","J","L","A","S","O","N","D"],["Zen","Fev","Mar","Avr","Mai","Jug","Lui","Avo","Set","Otu","Nov","Dic"],["Zenâr","Fevrâr","Març","Avrîl","Mai","Jugn","Lui","Avost","Setembar","Otubar","Novembar","Dicembar"]],,[["pdC","ddC"],,],1,[6,0],["dd/MM/yy","dd/MM/y","d 'di' MMMM 'dal' y","EEEE d 'di' MMMM 'dal' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"€","euro",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["fy",[["AM","PM"],,],,[["S","M","T","W","T","F","S"],["si","mo","ti","wo","to","fr","so"],["snein","moandei","tiisdei","woansdei","tongersdei","freed","sneon"],["si","mo","ti","wo","to","fr","so"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mrt","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Des"],["Jannewaris","Febrewaris","Maart","April","Maaie","Juny","July","Augustus","Septimber","Oktober","Novimber","Desimber"]],,[["f.K.","n.K."],["f.Kr.","n.Kr."],["Foar Kristus","nei Kristus"]],1,[6,0],["dd-MM-yy","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,"{1} 'om' {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00;¤ #,##0.00-","#E0"],"€","Euro",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ga",[["a","p"],["r.n.","i.n."]],[["a","p"],["a.m.","p.m."]],[["D","L","M","C","D","A","S"],["Domh","Luan","Máirt","Céad","Déar","Aoine","Sath"],["Dé Domhnaigh","Dé Luain","Dé Máirt","Dé Céadaoin","Déardaoin","Dé hAoine","Dé Sathairn"],["Do","Lu","Má","Cé","Dé","Ao","Sa"]],,[["E","F","M","A","B","M","I","L","M","D","S","N"],["Ean","Feabh","Márta","Aib","Beal","Meith","Iúil","Lún","MFómh","DFómh","Samh","Noll"],["Eanáir","Feabhra","Márta","Aibreán","Bealtaine","Meitheamh","Iúil","Lúnasa","Meán Fómhair","Deireadh Fómhair","Samhain","Nollaig"]],,[["RC","AD"],,["Roimh Chríost","Anno Domini"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"€","Euro",function(e){return 1===e?1:2===e?2:e===Math.floor(e)&&e>=3&&e<=6?3:e===Math.floor(e)&&e>=7&&e<=10?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["gd",[["m","f"],,],,[["D","L","M","C","A","H","S"],["DiD","DiL","DiM","DiC","Dia","Dih","DiS"],["DiDòmhnaich","DiLuain","DiMàirt","DiCiadain","DiarDaoin","DihAoine","DiSathairne"],["Dò","Lu","Mà","Ci","Da","hA","Sa"]],,[["F","G","M","G","C","Ò","I","L","S","D","S","D"],["Faoi","Gearr","Màrt","Gibl","Cèit","Ògmh","Iuch","Lùna","Sult","Dàmh","Samh","Dùbh"],["dhen Fhaoilleach","dhen Ghearran","dhen Mhàrt","dhen Ghiblean","dhen Chèitean","dhen Ògmhios","dhen Iuchar","dhen Lùnastal","dhen t-Sultain","dhen Dàmhair","dhen t-Samhain","dhen Dùbhlachd"]],[["F","G","M","G","C","Ò","I","L","S","D","S","D"],["Faoi","Gearr","Màrt","Gibl","Cèit","Ògmh","Iuch","Lùna","Sult","Dàmh","Samh","Dùbh"],["Am Faoilleach","An Gearran","Am Màrt","An Giblean","An Cèitean","An t-Ògmhios","An t-Iuchar","An Lùnastal","An t-Sultain","An Dàmhair","An t-Samhain","An Dùbhlachd"]],[["R","A"],["RC","AD"],["Ro Chrìosta","An dèidh Chrìosta"]],1,[6,0],["dd/MM/y","d MMM y","d'mh' MMMM y","EEEE, d'mh' MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"£","Punnd Sasannach",function(e){return 1===e||11===e?1:2===e||12===e?2:e===Math.floor(e)&&(e>=3&&e<=10||e>=13&&e<=19)?3:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["gl",[["a.m.","p.m."],,],,[["d.","l.","m.","m.","x.","v.","s."],["dom.","luns","mar.","mér.","xov.","ven.","sáb."],["domingo","luns","martes","mércores","xoves","venres","sábado"],["do.","lu.","ma.","mé.","xo.","ve.","sá."]],[["D","L","M","M","X","V","S"],["Dom.","Luns","Mar.","Mér.","Xov.","Ven.","Sáb."],["Domingo","Luns","Martes","Mércores","Xoves","Venres","Sábado"],["Do","Lu","Ma","Mé","Xo","Ve","Sá"]],[["x.","f.","m.","a.","m.","x.","x.","a.","s.","o.","n.","d."],["xan.","feb.","mar.","abr.","maio","xuño","xul.","ago.","set.","out.","nov.","dec."],["xaneiro","febreiro","marzo","abril","maio","xuño","xullo","agosto","setembro","outubro","novembro","decembro"]],[["X","F","M","A","M","X","X","A","S","O","N","D"],["Xan.","Feb.","Mar.","Abr.","Maio","Xuño","Xul.","Ago.","Set.","Out.","Nov.","Dec."],["Xaneiro","Febreiro","Marzo","Abril","Maio","Xuño","Xullo","Agosto","Setembro","Outubro","Novembro","Decembro"]],[["a.C.","d.C."],,["antes de Cristo","despois de Cristo"]],1,[6,0],["dd/MM/yy","dd/MM/y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{0}, {1}",,"{0} 'do' {1}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"€","Euro",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["gsw-FR",[["vorm.","nam."],,["am Vormittag","am Namittag"]],[["vorm.","nam."],,["Vormittag","Namittag"]],[["S","M","D","M","D","F","S"],["Su.","Mä.","Zi.","Mi.","Du.","Fr.","Sa."],["Sunntig","Määntig","Ziischtig","Mittwuch","Dunschtig","Friitig","Samschtig"],["Su.","Mä.","Zi.","Mi.","Du.","Fr.","Sa."]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],["Januar","Februar","März","April","Mai","Juni","Juli","Auguscht","Septämber","Oktoober","Novämber","Dezämber"]],,[["v. Chr.","n. Chr."],,],1,[6,0],["dd.MM.yy","dd.MM.y","d. MMMM y","EEEE, d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".","’",";","%","+","−","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"€","Euro",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["gsw-LI",[["vorm.","nam."],,["am Vormittag","am Namittag"]],[["vorm.","nam."],,["Vormittag","Namittag"]],[["S","M","D","M","D","F","S"],["Su.","Mä.","Zi.","Mi.","Du.","Fr.","Sa."],["Sunntig","Määntig","Ziischtig","Mittwuch","Dunschtig","Friitig","Samschtig"],["Su.","Mä.","Zi.","Mi.","Du.","Fr.","Sa."]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],["Januar","Februar","März","April","Mai","Juni","Juli","Auguscht","Septämber","Oktoober","Novämber","Dezämber"]],,[["v. Chr.","n. Chr."],,],1,[6,0],["dd.MM.yy","dd.MM.y","d. MMMM y","EEEE, d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".","’",";","%","+","−","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"CHF","Schwiizer Franke",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["gsw",[["vorm.","nam."],,["am Vormittag","am Namittag"]],[["vorm.","nam."],,["Vormittag","Namittag"]],[["S","M","D","M","D","F","S"],["Su.","Mä.","Zi.","Mi.","Du.","Fr.","Sa."],["Sunntig","Määntig","Ziischtig","Mittwuch","Dunschtig","Friitig","Samschtig"],["Su.","Mä.","Zi.","Mi.","Du.","Fr.","Sa."]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],["Januar","Februar","März","April","Mai","Juni","Juli","Auguscht","Septämber","Oktoober","Novämber","Dezämber"]],,[["v. Chr.","n. Chr."],,],1,[6,0],["dd.MM.yy","dd.MM.y","d. MMMM y","EEEE, d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".","’",";","%","+","−","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"CHF","Schwiizer Franke",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["gu",[["AM","PM"],,],,[["ર","સો","મં","બુ","ગુ","શુ","શ"],["રવિ","સોમ","મંગળ","બુધ","ગુરુ","શુક્ર","શનિ"],["રવિવાર","સોમવાર","મંગળવાર","બુધવાર","ગુરુવાર","શુક્રવાર","શનિવાર"],["ર","સો","મં","બુ","ગુ","શુ","શ"]],,[["જા","ફે","મા","એ","મે","જૂ","જુ","ઑ","સ","ઑ","ન","ડિ"],["જાન્યુ","ફેબ્રુ","માર્ચ","એપ્રિલ","મે","જૂન","જુલાઈ","ઑગસ્ટ","સપ્ટે","ઑક્ટો","નવે","ડિસે"],["જાન્યુઆરી","ફેબ્રુઆરી","માર્ચ","એપ્રિલ","મે","જૂન","જુલાઈ","ઑગસ્ટ","સપ્ટેમ્બર","ઑક્ટોબર","નવેમ્બર","ડિસેમ્બર"]],,[["ઇ સ પુ","ઇસ"],["ઈ.સ.પૂર્વે","ઈ.સ."],["ઈસવીસન પૂર્વે","ઇસવીસન"]],0,[0,0],["d/M/yy","d MMM, y","d MMMM, y","EEEE, d MMMM, y"],["hh:mm a","hh:mm:ss a","hh:mm:ss a z","hh:mm:ss a zzzz"],["{1} {0}",,"{1} એ {0} વાગ્યે"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##,##0%","¤#,##,##0.00","[#E0]"],"₹","ભારતીય રૂપિયા",function(e){return 0===Math.floor(Math.abs(e))||1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["guz",[["Ma","Mo"],,["Mambia","Mog"]],[["Ma","Mo"],,],[["C","C","C","C","A","I","E"],["Cpr","Ctt","Cmn","Cmt","Ars","Icm","Est"],["Chumapiri","Chumatato","Chumaine","Chumatano","Aramisi","Ichuma","Esabato"],["Cpr","Ctt","Cmn","Cmt","Ars","Icm","Est"]],,[["C","F","M","A","M","J","C","A","S","O","N","D"],["Can","Feb","Mac","Apr","Mei","Jun","Cul","Agt","Sep","Okt","Nob","Dis"],["Chanuari","Feburari","Machi","Apiriri","Mei","Juni","Chulai","Agosti","Septemba","Okitoba","Nobemba","Disemba"]],,[["YA","YK"],,["Yeso ataiborwa","Yeso kaiboirwe"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"Ksh","Shilingi ya Kenya",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["gv",[["a.m.","p.m."],,],,[["S","M","T","W","T","F","S"],["Jed","Jel","Jem","Jerc","Jerd","Jeh","Jes"],["Jedoonee","Jelhein","Jemayrt","Jercean","Jerdein","Jeheiney","Jesarn"],["Jed","Jel","Jem","Jerc","Jerd","Jeh","Jes"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["J-guer","T-arree","Mayrnt","Avrril","Boaldyn","M-souree","J-souree","Luanistyn","M-fouyir","J-fouyir","M-Houney","M-Nollick"],["Jerrey-geuree","Toshiaght-arree","Mayrnt","Averil","Boaldyn","Mean-souree","Jerrey-souree","Luanistyn","Mean-fouyir","Jerrey-fouyir","Mee Houney","Mee ny Nollick"]],,[["RC","AD"],,],1,[6,0],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"£","GBP",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 0===n&&t%10==1?1:0===n&&t%10==2?2:0!==n||t%100!=0&&t%100!=20&&t%100!=40&&t%100!=60&&t%100!=80?0!==n?4:5:3}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ha-GH",[["AM","PM"],,],,[["L","L","T","L","A","J","A"],["Lah","Lit","Tal","Lar","Alh","Jum","Asa"],["Lahadi","Litinin","Talata","Laraba","Alhamis","Jummaʼa","Asabar"],["Lh","Li","Ta","Lr","Al","Ju","As"]],,[["J","F","M","A","M","Y","Y","A","S","O","N","D"],["Jan","Fab","Mar","Afi","May","Yun","Yul","Agu","Sat","Okt","Nuw","Dis"],["Janairu","Faburairu","Maris","Afirilu","Mayu","Yuni","Yuli","Agusta","Satumba","Oktoba","Nuwamba","Disamba"]],,[["KHAI","BHAI"],,["Kafin haihuwar annab","Bayan haihuwar annab"]],1,[6,0],["d/M/yy","d MMM, y","d MMMM, y","EEEE, d MMMM, y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"GH₵","GHS",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ha-NE",[["AM","PM"],,],,[["L","L","T","L","A","J","A"],["Lah","Lit","Tal","Lar","Alh","Jum","Asa"],["Lahadi","Litinin","Talata","Laraba","Alhamis","Jummaʼa","Asabar"],["Lh","Li","Ta","Lr","Al","Ju","As"]],,[["J","F","M","A","M","Y","Y","A","S","O","N","D"],["Jan","Fab","Mar","Afi","May","Yun","Yul","Agu","Sat","Okt","Nuw","Dis"],["Janairu","Faburairu","Maris","Afirilu","Mayu","Yuni","Yuli","Agusta","Satumba","Oktoba","Nuwamba","Disamba"]],,[["KHAI","BHAI"],,["Kafin haihuwar annab","Bayan haihuwar annab"]],1,[6,0],["d/M/yy","d MMM, y","d MMMM, y","EEEE, d MMMM, y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"CFA","Kuɗin Sefa na Afirka Ta Yamma",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ha",[["AM","PM"],,],,[["L","L","T","L","A","J","A"],["Lah","Lit","Tal","Lar","Alh","Jum","Asa"],["Lahadi","Litinin","Talata","Laraba","Alhamis","Jummaʼa","Asabar"],["Lh","Li","Ta","Lr","Al","Ju","As"]],,[["J","F","M","A","M","Y","Y","A","S","O","N","D"],["Jan","Fab","Mar","Afi","May","Yun","Yul","Agu","Sat","Okt","Nuw","Dis"],["Janairu","Faburairu","Maris","Afirilu","Mayu","Yuni","Yuli","Agusta","Satumba","Oktoba","Nuwamba","Disamba"]],,[["KHAI","BHAI"],,["Kafin haihuwar annab","Bayan haihuwar annab"]],1,[6,0],["d/M/yy","d MMM, y","d MMMM, y","EEEE, d MMMM, y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"₦","Naira",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["haw",[["AM","PM"],,],,[["S","M","T","W","T","F","S"],["LP","P1","P2","P3","P4","P5","P6"],["Lāpule","Poʻakahi","Poʻalua","Poʻakolu","Poʻahā","Poʻalima","Poʻaono"],["LP","P1","P2","P3","P4","P5","P6"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["Ian.","Pep.","Mal.","ʻAp.","Mei","Iun.","Iul.","ʻAu.","Kep.","ʻOk.","Now.","Kek."],["Ianuali","Pepeluali","Malaki","ʻApelila","Mei","Iune","Iulai","ʻAukake","Kepakemapa","ʻOkakopa","Nowemapa","Kekemapa"]],,[["BCE","CE"],,],0,[6,0],["d/M/yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","USD",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["he",[["לפנה״צ","אחה״צ"],,],[["לפנה״צ","אחה״צ"],["AM","PM"]],[["א׳","ב׳","ג׳","ד׳","ה׳","ו׳","ש׳"],["יום א׳","יום ב׳","יום ג׳","יום ד׳","יום ה׳","יום ו׳","שבת"],["יום ראשון","יום שני","יום שלישי","יום רביעי","יום חמישי","יום שישי","יום שבת"],["א׳","ב׳","ג׳","ד׳","ה׳","ו׳","ש׳"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["ינו׳","פבר׳","מרץ","אפר׳","מאי","יוני","יולי","אוג׳","ספט׳","אוק׳","נוב׳","דצמ׳"],["ינואר","פברואר","מרץ","אפריל","מאי","יוני","יולי","אוגוסט","ספטמבר","אוקטובר","נובמבר","דצמבר"]],,[["לפנה״ס","לספירה"],,["לפני הספירה","לספירה"]],0,[5,6],["d.M.y","d בMMM y","d בMMMM y","EEEE, d בMMMM y"],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss zzzz"],["{1}, {0}",,"{1} בשעה {0}"],[".",",",";","%","‎+","‎-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","‏#,##0.00 ¤;‏-#,##0.00 ¤","#E0"],"₪","שקל חדש",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:2===t&&0===n?2:0!==n||e>=0&&e<=10||e%10!=0?5:4}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["hi",[["पू","अ"],["पूर्वाह्न","अपराह्न"]],,[["र","सो","मं","बु","गु","शु","श"],["रवि","सोम","मंगल","बुध","गुरु","शुक्र","शनि"],["रविवार","सोमवार","मंगलवार","बुधवार","गुरुवार","शुक्रवार","शनिवार"],["र","सो","मं","बु","गु","शु","श"]],,[["ज","फ़","मा","अ","म","जू","जु","अ","सि","अ","न","दि"],["जन॰","फ़र॰","मार्च","अप्रैल","मई","जून","जुल॰","अग॰","सित॰","अक्तू॰","नव॰","दिस॰"],["जनवरी","फ़रवरी","मार्च","अप्रैल","मई","जून","जुलाई","अगस्त","सितंबर","अक्तूबर","नवंबर","दिसंबर"]],,[["ईसा-पूर्व","ईस्वी"],,["ईसा-पूर्व","ईसवी सन"]],0,[0,0],["d/M/yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} को {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##,##0%","¤#,##,##0.00","[#E0]"],"₹","भारतीय रुपया",function(e){return 0===Math.floor(Math.abs(e))||1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["hr-BA",[["AM","PM"],,],,[["N","P","U","S","Č","P","S"],["ned","pon","uto","sri","čet","pet","sub"],["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"],["ned","pon","uto","sri","čet","pet","sub"]],,[["1.","2.","3.","4.","5.","6.","7.","8.","9.","10.","11.","12."],["sij","velj","ožu","tra","svi","lip","srp","kol","ruj","lis","stu","pro"],["siječnja","veljače","ožujka","travnja","svibnja","lipnja","srpnja","kolovoza","rujna","listopada","studenoga","prosinca"]],[["1.","2.","3.","4.","5.","6.","7.","8.","9.","10.","11.","12."],["sij","velj","ožu","tra","svi","lip","srp","kol","ruj","lis","stu","pro"],["siječanj","veljača","ožujak","travanj","svibanj","lipanj","srpanj","kolovoz","rujan","listopad","studeni","prosinac"]],[["pr.n.e.","AD"],["pr. Kr.","po. Kr."],["prije Krista","poslije Krista"]],1,[6,0],["d. M. yy.","d. MMM y.","d. MMMM y.","EEEE, d. MMMM y."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss (zzzz)"],["{1} {0}",,"{1} 'u' {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"KM","konvertibilna marka",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^.]*\.?/,""),10)||0;return 0===n&&t%10==1&&t%100!=11||i%10==1&&i%100!=11?1:0===n&&t%10===Math.floor(t%10)&&t%10>=2&&t%10<=4&&!(t%100>=12&&t%100<=14)||i%10===Math.floor(i%10)&&i%10>=2&&i%10<=4&&!(i%100>=12&&i%100<=14)?3:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["hr",[["AM","PM"],,],,[["N","P","U","S","Č","P","S"],["ned","pon","uto","sri","čet","pet","sub"],["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"],["ned","pon","uto","sri","čet","pet","sub"]],[["n","p","u","s","č","p","s"],["ned","pon","uto","sri","čet","pet","sub"],["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"],["ned","pon","uto","sri","čet","pet","sub"]],[["1.","2.","3.","4.","5.","6.","7.","8.","9.","10.","11.","12."],["sij","velj","ožu","tra","svi","lip","srp","kol","ruj","lis","stu","pro"],["siječnja","veljače","ožujka","travnja","svibnja","lipnja","srpnja","kolovoza","rujna","listopada","studenoga","prosinca"]],[["1.","2.","3.","4.","5.","6.","7.","8.","9.","10.","11.","12."],["sij","velj","ožu","tra","svi","lip","srp","kol","ruj","lis","stu","pro"],["siječanj","veljača","ožujak","travanj","svibanj","lipanj","srpanj","kolovoz","rujan","listopad","studeni","prosinac"]],[["pr.n.e.","AD"],["pr. Kr.","po. Kr."],["prije Krista","poslije Krista"]],1,[6,0],["dd. MM. y.","d. MMM y.","d. MMMM y.","EEEE, d. MMMM y."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss (zzzz)"],["{1} {0}",,"{1} 'u' {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"HRK","hrvatska kuna",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^.]*\.?/,""),10)||0;return 0===n&&t%10==1&&t%100!=11||i%10==1&&i%100!=11?1:0===n&&t%10===Math.floor(t%10)&&t%10>=2&&t%10<=4&&!(t%100>=12&&t%100<=14)||i%10===Math.floor(i%10)&&i%10>=2&&i%10<=4&&!(i%100>=12&&i%100<=14)?3:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["hsb",[["dop.","pop."],["dopołdnja","popołdnju"]],[["dopołdnja","popołdnju"],,],[["n","p","w","s","š","p","s"],["nje","pón","wut","srj","štw","pja","sob"],["njedźela","póndźela","wutora","srjeda","štwórtk","pjatk","sobota"],["nj","pó","wu","sr","št","pj","so"]],,[["j","f","m","a","m","j","j","a","s","o","n","d"],["jan.","feb.","měr.","apr.","mej.","jun.","jul.","awg.","sep.","okt.","now.","dec."],["januara","februara","měrca","apryla","meje","junija","julija","awgusta","septembra","oktobra","nowembra","decembra"]],[["j","f","m","a","m","j","j","a","s","o","n","d"],["jan","feb","měr","apr","mej","jun","jul","awg","sep","okt","now","dec"],["januar","februar","měrc","apryl","meja","junij","julij","awgust","september","oktober","nowember","december"]],[["př.Chr.n.","po Chr.n."],,["před Chrystowym narodźenjom","po Chrystowym narodźenju"]],1,[6,0],["d.M.yy","d.M.y","d. MMMM y","EEEE, d. MMMM y"],["H:mm 'hodź'.","H:mm:ss","H:mm:ss z","H:mm:ss zzzz"],["{1} {0}",,,],[",",".",";","%","+","-","E","·","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"€","euro",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^.]*\.?/,""),10)||0;return 0===n&&t%100==1||i%100==1?1:0===n&&t%100==2||i%100==2?2:0===n&&t%100===Math.floor(t%100)&&t%100>=3&&t%100<=4||i%100===Math.floor(i%100)&&i%100>=3&&i%100<=4?3:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["hu",[["de.","du."],,],,[["V","H","K","Sz","Cs","P","Sz"],["V","H","K","Sze","Cs","P","Szo"],["vasárnap","hétfő","kedd","szerda","csütörtök","péntek","szombat"],["V","H","K","Sze","Cs","P","Szo"]],,[["J","F","M","Á","M","J","J","A","Sz","O","N","D"],["jan.","febr.","márc.","ápr.","máj.","jún.","júl.","aug.","szept.","okt.","nov.","dec."],["január","február","március","április","május","június","július","augusztus","szeptember","október","november","december"]],,[["ie.","isz."],["i. e.","i. sz."],["Krisztus előtt","időszámításunk szerint"]],1,[6,0],["y. MM. dd.","y. MMM d.","y. MMMM d.","y. MMMM d., EEEE"],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss zzzz"],["{1} {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"Ft","magyar forint",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["hy",[["ա","հ"],["ԿԱ","ԿՀ"]],[["ԿԱ","ԿՀ"],,],[["Կ","Ե","Ե","Չ","Հ","Ո","Շ"],["կիր","երկ","երք","չրք","հնգ","ուր","շբթ"],["կիրակի","երկուշաբթի","երեքշաբթի","չորեքշաբթի","հինգշաբթի","ուրբաթ","շաբաթ"],["կր","եկ","եք","չք","հգ","ու","շբ"]],,[["Հ","Փ","Մ","Ա","Մ","Հ","Հ","Օ","Ս","Հ","Ն","Դ"],["հնվ","փտվ","մրտ","ապր","մյս","հնս","հլս","օգս","սեպ","հոկ","նոյ","դեկ"],["հունվարի","փետրվարի","մարտի","ապրիլի","մայիսի","հունիսի","հուլիսի","օգոստոսի","սեպտեմբերի","հոկտեմբերի","նոյեմբերի","դեկտեմբերի"]],[["Հ","Փ","Մ","Ա","Մ","Հ","Հ","Օ","Ս","Հ","Ն","Դ"],["հնվ","փտվ","մրտ","ապր","մյս","հնս","հլս","օգս","սեպ","հոկ","նոյ","դեկ"],["հունվար","փետրվար","մարտ","ապրիլ","մայիս","հունիս","հուլիս","օգոստոս","սեպտեմբեր","հոկտեմբեր","նոյեմբեր","դեկտեմբեր"]],[["մ.թ.ա.","մ.թ."],,["Քրիստոսից առաջ","Քրիստոսից հետո"]],1,[6,0],["dd.MM.yy","dd MMM, y թ.","dd MMMM, y թ.","y թ. MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","ՈչԹ",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"֏","հայկական դրամ",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["id",[["AM","PM"],,],,[["M","S","S","R","K","J","S"],["Min","Sen","Sel","Rab","Kam","Jum","Sab"],["Minggu","Senin","Selasa","Rabu","Kamis","Jumat","Sabtu"],["Min","Sen","Sel","Rab","Kam","Jum","Sab"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Agt","Sep","Okt","Nov","Des"],["Januari","Februari","Maret","April","Mei","Juni","Juli","Agustus","September","Oktober","November","Desember"]],,[["SM","M"],,["Sebelum Masehi","Masehi"]],0,[6,0],["dd/MM/yy","d MMM y","d MMMM y","EEEE, dd MMMM y"],["HH.mm","HH.mm.ss","HH.mm.ss z","HH.mm.ss zzzz"],["{1} {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN","."],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"Rp","Rupiah Indonesia",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ig",[["A.M.","P.M."],,],,[["S","M","T","W","T","F","S"],["Ụka","Mọn","Tiu","Wen","Tọọ","Fraị","Sat"],["Mbọsị Ụka","Mọnde","Tiuzdee","Wenezdee","Tọọzdee","Fraịdee","Satọdee"],["Ụka","Mọn","Tiu","Wen","Tọọ","Fraị","Sat"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["Jen","Feb","Maa","Epr","Mee","Juu","Jul","Ọgọ","Sep","Ọkt","Nov","Dis"],["Jenụwarị","Febrụwarị","Maachị","Eprel","Mee","Juun","Julaị","Ọgọọst","Septemba","Ọktoba","Novemba","Disemba"]],,[["T.K.","A.K."],,["Tupu Kristi","Afọ Kristi"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"₦","Naịra",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ii",[["ꎸꄑ","ꁯꋒ"],,],,[["ꆏ","ꋍ","ꑍ","ꌕ","ꇖ","ꉬ","ꃘ"],["ꑭꆏ","ꆏꋍ","ꆏꑍ","ꆏꌕ","ꆏꇖ","ꆏꉬ","ꆏꃘ"],["ꑭꆏꑍ","ꆏꊂꋍ","ꆏꊂꑍ","ꆏꊂꌕ","ꆏꊂꇖ","ꆏꊂꉬ","ꆏꊂꃘ"],["ꑭꆏ","ꆏꋍ","ꆏꑍ","ꆏꌕ","ꆏꇖ","ꆏꉬ","ꆏꃘ"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["ꋍꆪ","ꑍꆪ","ꌕꆪ","ꇖꆪ","ꉬꆪ","ꃘꆪ","ꏃꆪ","ꉆꆪ","ꈬꆪ","ꊰꆪ","ꊰꊪꆪ","ꊰꑋꆪ"]],,[["ꃅꋊꂿ","ꃅꋊꊂ"],,],0,[6,0],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"¥","CNY",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["is",[["f.","e."],["f.h.","e.h."]],[["f.h.","e.h."],,],[["S","M","Þ","M","F","F","L"],["sun.","mán.","þri.","mið.","fim.","fös.","lau."],["sunnudagur","mánudagur","þriðjudagur","miðvikudagur","fimmtudagur","föstudagur","laugardagur"],["su.","má.","þr.","mi.","fi.","fö.","la."]],,[["J","F","M","A","M","J","J","Á","S","O","N","D"],["jan.","feb.","mar.","apr.","maí","jún.","júl.","ágú.","sep.","okt.","nóv.","des."],["janúar","febrúar","mars","apríl","maí","júní","júlí","ágúst","september","október","nóvember","desember"]],,[["f.k.","e.k."],["f.Kr.","e.Kr."],["fyrir Krist","eftir Krist"]],1,[6,0],["d.M.y","d. MMM y","d. MMMM y","EEEE, d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'kl'. {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"ISK","íslensk króna",function(e){var t=Math.floor(Math.abs(e)),n=parseInt(e.toString().replace(/^[^.]*\.?|0+$/g,""),10)||0;return 0===n&&t%10==1&&t%100!=11||0!==n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["it-CH",[["m.","p."],["AM","PM"]],,[["D","L","M","M","G","V","S"],["dom","lun","mar","mer","gio","ven","sab"],["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"],["dom","lun","mar","mer","gio","ven","sab"]],,[["G","F","M","A","M","G","L","A","S","O","N","D"],["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic"],["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre"]],,[["aC","dC"],["a.C.","d.C."],["avanti Cristo","dopo Cristo"]],1,[6,0],["dd.MM.yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} {0}"],[".","’",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00;¤-#,##0.00","#E0"],"CHF","franco svizzero",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["it-SM",[["m.","p."],["AM","PM"]],,[["D","L","M","M","G","V","S"],["dom","lun","mar","mer","gio","ven","sab"],["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"],["dom","lun","mar","mer","gio","ven","sab"]],,[["G","F","M","A","M","G","L","A","S","O","N","D"],["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic"],["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre"]],,[["aC","dC"],["a.C.","d.C."],["avanti Cristo","dopo Cristo"]],1,[6,0],["dd/MM/yy","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"€","euro",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["it-VA",[["m.","p."],["AM","PM"]],,[["D","L","M","M","G","V","S"],["dom","lun","mar","mer","gio","ven","sab"],["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"],["dom","lun","mar","mer","gio","ven","sab"]],,[["G","F","M","A","M","G","L","A","S","O","N","D"],["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic"],["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre"]],,[["aC","dC"],["a.C.","d.C."],["avanti Cristo","dopo Cristo"]],1,[6,0],["dd/MM/yy","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"€","euro",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["it",[["m.","p."],["AM","PM"]],,[["D","L","M","M","G","V","S"],["dom","lun","mar","mer","gio","ven","sab"],["domenica","lunedì","martedì","mercoledì","giovedì","venerdì","sabato"],["dom","lun","mar","mer","gio","ven","sab"]],,[["G","F","M","A","M","G","L","A","S","O","N","D"],["gen","feb","mar","apr","mag","giu","lug","ago","set","ott","nov","dic"],["gennaio","febbraio","marzo","aprile","maggio","giugno","luglio","agosto","settembre","ottobre","novembre","dicembre"]],,[["aC","dC"],["a.C.","d.C."],["avanti Cristo","dopo Cristo"]],1,[6,0],["dd/MM/yy","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"€","euro",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ja",[["午前","午後"],,],,[["日","月","火","水","木","金","土"],,["日曜日","月曜日","火曜日","水曜日","木曜日","金曜日","土曜日"],["日","月","火","水","木","金","土"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]],,[["BC","AD"],["紀元前","西暦"]],0,[6,0],["y/MM/dd",,"y年M月d日","y年M月d日EEEE"],["H:mm","H:mm:ss","H:mm:ss z","H時mm分ss秒 zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"¥","日本円",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["jgo",[["mbaꞌmbaꞌ","ŋka mbɔ́t nji"],,],,[["Sɔ́","Mɔ́","ÁM","Wɛ́","Tɔ́","Fɛ","Sá"],["Sɔ́ndi","Mɔ́ndi","Ápta Mɔ́ndi","Wɛ́nɛsɛdɛ","Tɔ́sɛdɛ","Fɛlâyɛdɛ","Sásidɛ"],,],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["Nduŋmbi Saŋ","Pɛsaŋ Pɛ́pá","Pɛsaŋ Pɛ́tát","Pɛsaŋ Pɛ́nɛ́kwa","Pɛsaŋ Pataa","Pɛsaŋ Pɛ́nɛ́ntúkú","Pɛsaŋ Saambá","Pɛsaŋ Pɛ́nɛ́fɔm","Pɛsaŋ Pɛ́nɛ́pfúꞋú","Pɛsaŋ Nɛgɛ́m","Pɛsaŋ Ntsɔ̌pmɔ́","Pɛsaŋ Ntsɔ̌ppá"]],,[["BCE","CE"],,["tsɛttsɛt mɛŋguꞌ mi ɛ́ lɛɛnɛ Kɛlísɛtɔ gɔ ńɔ́","tsɛttsɛt mɛŋguꞌ mi ɛ́ fúnɛ Kɛlísɛtɔ tɔ́ mɔ́"]],1,[6,0],["y-MM-dd","y MMM d","y MMMM d","EEEE, y MMMM dd"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"FCFA","Fɛlâŋ",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["jmc",[["utuko","kyiukonyi"],,],,[["J","J","J","J","A","I","J"],["Jpi","Jtt","Jnn","Jtn","Alh","Iju","Jmo"],["Jumapilyi","Jumatatuu","Jumanne","Jumatanu","Alhamisi","Ijumaa","Jumamosi"],["Jpi","Jtt","Jnn","Jtn","Alh","Iju","Jmo"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ago","Sep","Okt","Nov","Des"],["Januari","Februari","Machi","Aprilyi","Mei","Junyi","Julyai","Agusti","Septemba","Oktoba","Novemba","Desemba"]],,[["KK","BK"],,["Kabla ya Kristu","Baada ya Kristu"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"TSh","Shilingi ya Tanzania",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ka",[["a","p"],["AM","PM"]],[["AM","PM"],,["AM","შუადღ. შემდეგ"]],[["კ","ო","ს","ო","ხ","პ","შ"],["კვი","ორშ","სამ","ოთხ","ხუთ","პარ","შაბ"],["კვირა","ორშაბათი","სამშაბათი","ოთხშაბათი","ხუთშაბათი","პარასკევი","შაბათი"],["კვ","ორ","სმ","ოთ","ხთ","პრ","შბ"]],,[["ი","თ","მ","ა","მ","ი","ი","ა","ს","ო","ნ","დ"],["იან","თებ","მარ","აპრ","მაი","ივნ","ივლ","აგვ","სექ","ოქტ","ნოე","დეკ"],["იანვარი","თებერვალი","მარტი","აპრილი","მაისი","ივნისი","ივლისი","აგვისტო","სექტემბერი","ოქტომბერი","ნოემბერი","დეკემბერი"]],,[["ძვ. წ.","ახ. წ."],,["ძველი წელთაღრიცხვით","ახალი წელთაღრიცხვით"]],1,[6,0],["dd.MM.yy","d MMM. y","d MMMM, y","EEEE, dd MMMM, y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","არ არის რიცხვი",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"₾","ქართული ლარი",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["kab",[["n tufat","n tmeddit"],,],,[["Y","S","K","K","S","S","S"],["Yan","San","Kraḍ","Kuẓ","Sam","Sḍis","Say"],["Yanass","Sanass","Kraḍass","Kuẓass","Samass","Sḍisass","Sayass"],["Yan","San","Kraḍ","Kuẓ","Sam","Sḍis","Say"]],,[["Y","F","M","Y","M","Y","Y","Ɣ","C","T","N","D"],["Yen","Fur","Meɣ","Yeb","May","Yun","Yul","Ɣuc","Cte","Tub","Nun","Duǧ"],["Yennayer","Fuṛar","Meɣres","Yebrir","Mayyu","Yunyu","Yulyu","Ɣuct","Ctembeṛ","Tubeṛ","Nunembeṛ","Duǧembeṛ"]],,[["snd. T.Ɛ","sld. T.Ɛ"],,["send talalit n Ɛisa","seld talalit n Ɛisa"]],6,[5,6],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00¤","#E0"],"DA","Adinar Azzayri",function(e){var t=Math.floor(Math.abs(e));return 0===t||1===t?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["kam",[["Ĩyakwakya","Ĩyawĩoo"],,],,[["Y","W","E","A","A","A","A"],["Wky","Wkw","Wkl","Wtũ","Wkn","Wtn","Wth"],["Wa kyumwa","Wa kwambĩlĩlya","Wa kelĩ","Wa katatũ","Wa kana","Wa katano","Wa thanthatũ"],["Wky","Wkw","Wkl","Wtũ","Wkn","Wtn","Wth"]],,[["M","K","K","K","K","T","M","N","K","Ĩ","Ĩ","Ĩ"],["Mbe","Kel","Ktũ","Kan","Ktn","Tha","Moo","Nya","Knd","Ĩku","Ĩkm","Ĩkl"],["Mwai wa mbee","Mwai wa kelĩ","Mwai wa katatũ","Mwai wa kana","Mwai wa katano","Mwai wa thanthatũ","Mwai wa muonza","Mwai wa nyaanya","Mwai wa kenda","Mwai wa ĩkumi","Mwai wa ĩkumi na ĩmwe","Mwai wa ĩkumi na ilĩ"]],,[["MY","IY"],,["Mbee wa Yesũ","Ĩtina wa Yesũ"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"Ksh","Silingi ya Kenya",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["kde",[["Muhi","Chilo"],,],,[["2","3","4","5","6","7","1"],["Ll2","Ll3","Ll4","Ll5","Ll6","Ll7","Ll1"],["Liduva lyapili","Liduva lyatatu","Liduva lyanchechi","Liduva lyannyano","Liduva lyannyano na linji","Liduva lyannyano na mavili","Liduva litandi"],["Ll2","Ll3","Ll4","Ll5","Ll6","Ll7","Ll1"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ago","Sep","Okt","Nov","Des"],["Mwedi Ntandi","Mwedi wa Pili","Mwedi wa Tatu","Mwedi wa Nchechi","Mwedi wa Nnyano","Mwedi wa Nnyano na Umo","Mwedi wa Nnyano na Mivili","Mwedi wa Nnyano na Mitatu","Mwedi wa Nnyano na Nchechi","Mwedi wa Nnyano na Nnyano","Mwedi wa Nnyano na Nnyano na U","Mwedi wa Nnyano na Nnyano na M"]],,[["AY","NY"],,["Akanapawa Yesu","Nankuida Yesu"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"TSh","Shilingi ya Tanzania",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["kea",[["a","p"],["am","pm"]],[["am","pm"],,],[["D","S","T","K","K","S","S"],["dum","sig","ter","kua","kin","ses","sab"],["dumingu","sigunda-fera","tersa-fera","kuarta-fera","kinta-fera","sesta-fera","sabadu"],["du","si","te","ku","ki","se","sa"]],[["D","S","T","K","K","S","S"],["dum","sig","ter","kua","kin","ses","sab"],["dumingu","sigunda-fera","tersa-fera","kuarta-fera","kinta-fera","sesta-fera","sábadu"],["du","si","te","ku","ki","se","sa"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Abr","Mai","Jun","Jul","Ago","Set","Otu","Nuv","Diz"],["Janeru","Febreru","Marsu","Abril","Maiu","Junhu","Julhu","Agostu","Setenbru","Otubru","Nuvenbru","Dizenbru"]],,[["AK","DK"],,["Antis di Kristu","Dispos di Kristu"]],1,[6,0],["d/M/y","d MMM y","d 'di' MMMM 'di' y","EEEE, d 'di' MMMM 'di' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"​","Skudu Kabuverdianu",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["khq",[["Adduha","Aluula"],,],,[["H","T","T","L","L","L","S"],["Alh","Ati","Ata","Ala","Alm","Alj","Ass"],["Alhadi","Atini","Atalata","Alarba","Alhamiisa","Aljuma","Assabdu"],["Alh","Ati","Ata","Ala","Alm","Alj","Ass"]],,[["Ž","F","M","A","M","Ž","Ž","U","S","O","N","D"],["Žan","Fee","Mar","Awi","Me","Žuw","Žuy","Ut","Sek","Okt","Noo","Dee"],["Žanwiye","Feewiriye","Marsi","Awiril","Me","Žuweŋ","Žuyye","Ut","Sektanbur","Oktoobur","Noowanbur","Deesanbur"]],,[["IJ","IZ"],,["Isaa jine","Isaa jamanoo"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],["."," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00¤","#E0"],"CFA","CFA Fraŋ (BCEAO)",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ki",[["Kiroko","Hwaĩ-inĩ"],,],,[["K","N","N","N","A","N","N"],["KMA","NTT","NMN","NMT","ART","NMA","NMM"],["Kiumia","Njumatatũ","Njumaine","Njumatana","Aramithi","Njumaa","Njumamothi"],["KMA","NTT","NMN","NMT","ART","NMA","NMM"]],,[["J","K","G","K","G","G","M","K","K","I","I","D"],["JEN","WKR","WGT","WKN","WTN","WTD","WMJ","WNN","WKD","WIK","WMW","DIT"],["Njenuarĩ","Mwere wa kerĩ","Mwere wa gatatũ","Mwere wa kana","Mwere wa gatano","Mwere wa gatandatũ","Mwere wa mũgwanja","Mwere wa kanana","Mwere wa kenda","Mwere wa ikũmi","Mwere wa ikũmi na ũmwe","Ndithemba"]],,[["MK","TK"],,["Mbere ya Kristo","Thutha wa Kristo"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"Ksh","Ciringi ya Kenya",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["kk",[["AM","PM"],,],,[["Ж","Д","С","С","Б","Ж","С"],["Жс","Дс","Сс","Ср","Бс","Жм","Сб"],["жексенбі","дүйсенбі","сейсенбі","сәрсенбі","бейсенбі","жұма","сенбі"],["Жс","Дс","Сс","Ср","Бс","Жм","Сб"]],[["Ж","Д","С","С","Б","Ж","С"],["Жс","Дс","Сс","Ср","Бс","Жм","Сб"],["Жексенбі","Дүйсенбі","Сейсенбі","Сәрсенбі","Бейсенбі","Жұма","Сенбі"],["Жс","Дс","Сс","Ср","Бс","Жм","Сб"]],[["Қ","А","Н","С","М","М","Ш","Т","Қ","Қ","Қ","Ж"],["қаң.","ақп.","нау.","сәу.","мам.","мау.","шіл.","там.","қыр.","қаз.","қар.","жел."],["қаңтар","ақпан","наурыз","сәуір","мамыр","маусым","шілде","тамыз","қыркүйек","қазан","қараша","желтоқсан"]],[["Қ","А","Н","С","М","М","Ш","Т","Қ","Қ","Қ","Ж"],["Қаң.","Ақп.","Нау.","Сәу.","Мам.","Мау.","Шіл.","Там.","Қыр.","Қаз.","Қар.","Жел."],["Қаңтар","Ақпан","Наурыз","Сәуір","Мамыр","Маусым","Шілде","Тамыз","Қыркүйек","Қазан","Қараша","Желтоқсан"]],[["б.з.д.","б.з."],,["Біздің заманымызға дейін","біздің заманымыз"]],1,[6,0],["dd.MM.yy","y 'ж'. dd MMM","y 'ж'. d MMMM","y 'ж'. d MMMM, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","сан емес",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"₸","Қазақстан теңгесі",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["kkj",[["AM","PM"],,],,[["so","lu","ma","mɛ","ye","va","ms"],["sɔndi","lundi","mardi","mɛrkɛrɛdi","yedi","vaŋdɛrɛdi","mɔnɔ sɔndi"],,],[["so","lu","ma","mɛ","ye","va","ms"],["sɔndi","lundi","mardi","mɛrkɛrɛdi","yedi","vaŋdɛrɛdi","mɔnɔ sɔndi"],,["so","lu","ma","mɛ","ye","va","ms"]],[["1","2","3","4","5","6","7","8","9","10","11","12"],["pamba","wanja","mbiyɔ mɛndoŋgɔ","Nyɔlɔmbɔŋgɔ","Mɔnɔ ŋgbanja","Nyaŋgwɛ ŋgbanja","kuŋgwɛ","fɛ","njapi","nyukul","11","ɓulɓusɛ"]],,[["BCE","CE"],,],1,[6,0],["dd/MM y","d MMM y","d MMMM y","EEEE dd MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"FCFA","Franc CFA",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["kl",[["AM","PM"],,],,[["S","M","T","W","T","F","S"],["sab","ata","mar","pin","sis","tal","arf"],["sabaat","ataasinngorneq","marlunngorneq","pingasunngorneq","sisamanngorneq","tallimanngorneq","arfininngorneq"],["sab","ata","mar","pin","sis","tal","arf"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["jan","feb","mar","apr","maj","jun","jul","aug","sep","okt","nov","dec"],["januari","februari","martsi","aprili","maji","juni","juli","augustusi","septemberi","oktoberi","novemberi","decemberi"]],,[["BCE","CE"],,],1,[6,0],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH.mm","HH.mm.ss","HH.mm.ss z","HH.mm.ss zzzz"],["{1} {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤#,##0.00;¤-#,##0.00","#E0"],"kr.","DKK",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["kln",[["krn","koosk"],,["karoon","kooskoliny"]],[["krn","koosk"],,],[["T","T","O","S","A","M","L"],["Kts","Kot","Koo","Kos","Koa","Kom","Kol"],["Kotisap","Kotaai","Koaeng’","Kosomok","Koang’wan","Komuut","Kolo"],["Kts","Kot","Koo","Kos","Koa","Kom","Kol"]],,[["M","N","T","I","M","P","N","R","B","E","K","K"],["Mul","Ngat","Taa","Iwo","Mam","Paa","Nge","Roo","Bur","Epe","Kpt","Kpa"],["Mulgul","Ng’atyaato","Kiptaamo","Iwootkuut","Mamuut","Paagi","Ng’eiyeet","Rooptui","Bureet","Epeeso","Kipsuunde ne taai","Kipsuunde nebo aeng’"]],,[["AM","KO"],,["Amait kesich Jesu","Kokakesich Jesu"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"Ksh","Silingitab ya Kenya",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["km",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["អ","ច","អ","ព","ព","ស","ស"],["អាទិត្យ","ច័ន្ទ","អង្គារ","ពុធ","ព្រហស្បតិ៍","សុក្រ","សៅរ៍"],,["អា","ច","អ","ពុ","ព្រ","សុ","ស"]],,[["ម","ក","ម","ម","ឧ","ម","ក","ស","ក","ត","វ","ធ"],["មករា","កុម្ភៈ","មីនា","មេសា","ឧសភា","មិថុនា","កក្កដា","សីហា","កញ្ញា","តុលា","វិច្ឆិកា","ធ្នូ"]],,[["មុន គ.ស.","គ.ស."],,["មុន​គ្រិស្តសករាជ","គ្រិស្តសករាជ"]],0,[6,0],["d/M/yy","d MMM y","d MMMM y","EEEE d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} នៅ​ម៉ោង {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00¤","#E0"],"៛","រៀល​កម្ពុជា",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["kn",[["ಪೂ","ಅ"],["ಪೂರ್ವಾಹ್ನ","ಅಪರಾಹ್ನ"]],[["ಪೂರ್ವಾಹ್ನ","ಅಪರಾಹ್ನ"],,],[["ಭಾ","ಸೋ","ಮಂ","ಬು","ಗು","ಶು","ಶ"],["ಭಾನು","ಸೋಮ","ಮಂಗಳ","ಬುಧ","ಗುರು","ಶುಕ್ರ","ಶನಿ"],["ಭಾನುವಾರ","ಸೋಮವಾರ","ಮಂಗಳವಾರ","ಬುಧವಾರ","ಗುರುವಾರ","ಶುಕ್ರವಾರ","ಶನಿವಾರ"],["ಭಾನು","ಸೋಮ","ಮಂಗಳ","ಬುಧ","ಗುರು","ಶುಕ್ರ","ಶನಿ"]],,[["ಜ","ಫೆ","ಮಾ","ಏ","ಮೇ","ಜೂ","ಜು","ಆ","ಸೆ","ಅ","ನ","ಡಿ"],["ಜನವರಿ","ಫೆಬ್ರವರಿ","ಮಾರ್ಚ್","ಏಪ್ರಿ","ಮೇ","ಜೂನ್","ಜುಲೈ","ಆಗ","ಸೆಪ್ಟೆಂ","ಅಕ್ಟೋ","ನವೆಂ","ಡಿಸೆಂ"],["ಜನವರಿ","ಫೆಬ್ರವರಿ","ಮಾರ್ಚ್","ಏಪ್ರಿಲ್","ಮೇ","ಜೂನ್","ಜುಲೈ","ಆಗಸ್ಟ್","ಸೆಪ್ಟೆಂಬರ್","ಅಕ್ಟೋಬರ್","ನವೆಂಬರ್","ಡಿಸೆಂಬರ್"]],[["ಜ","ಫೆ","ಮಾ","ಏ","ಮೇ","ಜೂ","ಜು","ಆ","ಸೆ","ಅ","ನ","ಡಿ"],["ಜನ","ಫೆಬ್ರ","ಮಾರ್ಚ್","ಏಪ್ರಿ","ಮೇ","ಜೂನ್","ಜುಲೈ","ಆಗ","ಸೆಪ್ಟೆಂ","ಅಕ್ಟೋ","ನವೆಂ","ಡಿಸೆಂ"],["ಜನವರಿ","ಫೆಬ್ರವರಿ","ಮಾರ್ಚ್","ಏಪ್ರಿಲ್","ಮೇ","ಜೂನ್","ಜುಲೈ","ಆಗಸ್ಟ್","ಸೆಪ್ಟೆಂಬರ್","ಅಕ್ಟೋಬರ್","ನವೆಂಬರ್","ಡಿಸೆಂಬರ್"]],[["ಕ್ರಿ.ಪೂ","ಕ್ರಿ.ಶ"],,["ಕ್ರಿಸ್ತ ಪೂರ್ವ","ಕ್ರಿಸ್ತ ಶಕ"]],0,[0,0],["d/M/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["hh:mm a","hh:mm:ss a","hh:mm:ss a z","hh:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"₹","ಭಾರತೀಯ ರೂಪಾಯಿ",function(e){return 0===Math.floor(Math.abs(e))||1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ko-KP",[["AM","PM"],,["오전","오후"]],,[["일","월","화","수","목","금","토"],,["일요일","월요일","화요일","수요일","목요일","금요일","토요일"],["일","월","화","수","목","금","토"]],,[["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],,],,[["BC","AD"],,["기원전","서기"]],1,[6,0],["yy. M. d.","y. M. d.","y년 M월 d일","y년 M월 d일 EEEE"],["a h:mm","a h:mm:ss","a h시 m분 s초 z","a h시 m분 s초 zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"KPW","조선 민주주의 인민 공화국 원",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ko",[["AM","PM"],,["오전","오후"]],,[["일","월","화","수","목","금","토"],,["일요일","월요일","화요일","수요일","목요일","금요일","토요일"],["일","월","화","수","목","금","토"]],,[["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],,],,[["BC","AD"],,["기원전","서기"]],0,[6,0],["yy. M. d.","y. M. d.","y년 M월 d일","y년 M월 d일 EEEE"],["a h:mm","a h:mm:ss","a h시 m분 s초 z","a h시 m분 s초 zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"₩","대한민국 원",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["kok",[["म.पू.","म.नं."],,],,[["आ","सो","मं","बु","गु","शु","शे"],["आयतार","सोमार","मंगळार","बुधवार","गुरुवार","शुक्रार","शेनवार"],,["आय","सोम","मंगळ","बुध","गुरु","शुक्र","शेन"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["जानेवारी","फेब्रुवारी","मार्च","एप्रिल","मे","जून","जुलाय","आगोस्त","सप्टेंबर","ऑक्टोबर","नोव्हेंबर","डिसेंबर"]],,[["क्रिस्तपूर्व","क्रिस्तशखा"],,],0,[0,0],["d-M-yy","dd-MM-y","d MMMM y","EEEE d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##,##0%","¤ #,##,##0.00","#E0"],"₹","INR",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ks",[["AM","PM"],,],,[["ا","ژ","ب","ب","ب","ج","ب"],["آتھوار","ژٔنٛدٕروار","بوٚموار","بودوار","برٛٮ۪سوار","جُمہ","بٹوار"],["اَتھوار","ژٔنٛدرٕروار","بوٚموار","بودوار","برٛٮ۪سوار","جُمہ","بٹوار"],["آتھوار","ژٔنٛدٕروار","بوٚموار","بودوار","برٛٮ۪سوار","جُمہ","بٹوار"]],,[["ج","ف","م","ا","م","ج","ج","ا","س","س","ا","ن"],["جنؤری","فرؤری","مارٕچ","اپریل","میٔ","جوٗن","جوٗلایی","اگست","ستمبر","اکتوٗبر","نومبر","دسمبر"]],,[["بی سی","اے ڈی"],,["قبٕل مسیٖح","عیٖسوی سنہٕ"]],0,[0,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","%","‎+","‎-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##,##0%","¤ #,##,##0.00","#E0"],"₹","ہِندُستٲنۍ رۄپَے",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ksb",[["makeo","nyiaghuo"],,],,[["2","3","4","5","A","I","1"],["Jpi","Jtt","Jmn","Jtn","Alh","Iju","Jmo"],["Jumaapii","Jumaatatu","Jumaane","Jumaatano","Alhamisi","Ijumaa","Jumaamosi"],["Jpi","Jtt","Jmn","Jtn","Alh","Iju","Jmo"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ago","Sep","Okt","Nov","Des"],["Januali","Febluali","Machi","Aplili","Mei","Juni","Julai","Agosti","Septemba","Oktoba","Novemba","Desemba"]],,[["KK","BK"],,["Kabla ya Klisto","Baada ya Klisto"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00¤","#E0"],"TSh","shilingi ya Tanzania",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ksf",[["sárúwá","cɛɛ́nko"],,],,[["s","l","m","m","j","j","s"],["sɔ́n","lǝn","maa","mɛk","jǝǝ","júm","sam"],["sɔ́ndǝ","lǝndí","maadí","mɛkrɛdí","jǝǝdí","júmbá","samdí"],["sɔ́n","lǝn","maa","mɛk","jǝǝ","júm","sam"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["ŋ1","ŋ2","ŋ3","ŋ4","ŋ5","ŋ6","ŋ7","ŋ8","ŋ9","ŋ10","ŋ11","ŋ12"],["ŋwíí a ntɔ́ntɔ","ŋwíí akǝ bɛ́ɛ","ŋwíí akǝ ráá","ŋwíí akǝ nin","ŋwíí akǝ táan","ŋwíí akǝ táafɔk","ŋwíí akǝ táabɛɛ","ŋwíí akǝ táaraa","ŋwíí akǝ táanin","ŋwíí akǝ ntɛk","ŋwíí akǝ ntɛk di bɔ́k","ŋwíí akǝ ntɛk di bɛ́ɛ"]],,[["d.Y.","k.Y."],,["di Yɛ́sus aká yálɛ","cámɛɛn kǝ kǝbɔpka Y"]],1,[6,0],["d/M/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"FCFA","fráŋ",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ksh",[["v.M.","n.M."],,["Uhr vörmiddaachs","Uhr nommendaachs"]],[["v.M.","n.M."],,["Vörmeddaach","Nommendaach"]],[["S","M","D","M","D","F","S"],["Su.","Mo.","Di.","Me.","Du.","Fr.","Sa."],["Sunndaach","Mohndaach","Dinnsdaach","Metwoch","Dunnersdaach","Friidaach","Samsdaach"],["Su","Mo","Di","Me","Du","Fr","Sa"]],,[["J","F","M","A","M","J","J","O","S","O","N","D"],["Jan","Fäb","Mäz","Apr","Mai","Jun","Jul","Ouj","Säp","Okt","Nov","Dez"],["Jannewa","Fäbrowa","Määz","Aprell","Mai","Juuni","Juuli","Oujoß","Septämber","Oktohber","Novämber","Dezämber"]],[["J","F","M","A","M","J","J","O","S","O","N","D"],["Jan.","Fäb.","Mäz.","Apr.","Mai","Jun.","Jul.","Ouj.","Säp.","Okt.","Nov.","Dez."],["Jannewa","Fäbrowa","Määz","Aprell","Mai","Juuni","Juuli","Oujoß","Septämber","Oktohber","Novämber","Dezämber"]],[["vC","nC"],["v. Chr.","n. Chr."],["vür Krestos","noh Krestos"]],1,[6,0],["d. M. y","d. MMM. y","d. MMMM y","EEEE, 'dä' d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[","," ",";","%","+","−","×10^","×","‰","∞","¤¤¤",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"€","Euro",function(e){return 0===e?0:1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["kw",[["a.m.","p.m."],,],,[["S","M","T","W","T","F","S"],["Sul","Lun","Mth","Mhr","Yow","Gwe","Sad"],["dy Sul","dy Lun","dy Meurth","dy Merher","dy Yow","dy Gwener","dy Sadorn"],["Sul","Lun","Mth","Mhr","Yow","Gwe","Sad"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["Gen","Hwe","Meu","Ebr","Me","Met","Gor","Est","Gwn","Hed","Du","Kev"],["mis Genver","mis Hwevrer","mis Meurth","mis Ebrel","mis Me","mis Metheven","mis Gortheren","mis Est","mis Gwynngala","mis Hedra","mis Du","mis Kevardhu"]],,[["RC","AD"],,],1,[6,0],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"£","GBP",function(e){return 1===e?1:2===e?2:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ky",[["тң","тк"],,["таңкы","түштөн кийинки"]],,[["Ж","Д","Ш","Ш","Б","Ж","И"],["жек.","дүй.","шейш.","шарш.","бейш.","жума","ишм."],["жекшемби","дүйшөмбү","шейшемби","шаршемби","бейшемби","жума","ишемби"],["жек.","дүй.","шейш.","шарш.","бейш.","жума","ишм."]],[["Ж","Д","Ш","Ш","Б","Ж","И"],["жек.","дүй.","шейш.","шарш.","бейш.","жума","ишм."],["жекшемби","дүйшөмбү","шейшемби","шаршемби","бейшемби","жума","ишемби"],["жк","дш.","шш.","шр.","бш.","жм.","иш."]],[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["янв.","фев.","мар.","апр.","май","июн.","июл.","авг.","сен.","окт.","ноя.","дек."],["январь","февраль","март","апрель","май","июнь","июль","август","сентябрь","октябрь","ноябрь","декабрь"]],[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["Янв","Фев","Мар","Апр","Май","Июн","Июл","Авг","Сен","Окт","Ноя","Дек"],["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"]],[["б.з.ч.","б.з."],,["биздин заманга чейин","биздин заман"]],1,[6,0],["d/M/yy","y-'ж'., d-MMM","y-'ж'., d-MMMM","y-'ж'., d-MMMM, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","сан эмес",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"сом","Кыргызстан сому",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["lag",[["TOO","MUU"],,],,[["P","T","E","O","A","I","M"],["Píili","Táatu","Íne","Táano","Alh","Ijm","Móosi"],["Jumapíiri","Jumatátu","Jumaíne","Jumatáano","Alamíisi","Ijumáa","Jumamóosi"],["Píili","Táatu","Íne","Táano","Alh","Ijm","Móosi"]],,[["F","N","K","I","I","I","M","V","S","I","S","S"],["Fúngatɨ","Naanɨ","Keenda","Ikúmi","Inyambala","Idwaata","Mʉʉnchɨ","Vɨɨrɨ","Saatʉ","Inyi","Saano","Sasatʉ"],["Kʉfúngatɨ","Kʉnaanɨ","Kʉkeenda","Kwiikumi","Kwiinyambála","Kwiidwaata","Kʉmʉʉnchɨ","Kʉvɨɨrɨ","Kʉsaatʉ","Kwiinyi","Kʉsaano","Kʉsasatʉ"]],,[["KSA","KA"],,["Kɨrɨsitʉ sɨ anavyaal","Kɨrɨsitʉ akavyaalwe"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"TSh","Shilíingi ya Taansanía",function(e){var t=Math.floor(Math.abs(e));return 0===e?0:0!==t&&1!==t||0===e?5:1}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["lb",[["mo.","nomë."],["moies","nomëttes"]],[["moies","nomëttes"],,],[["S","M","D","M","D","F","S"],["Son.","Méi.","Dën.","Mët.","Don.","Fre.","Sam."],["Sonndeg","Méindeg","Dënschdeg","Mëttwoch","Donneschdeg","Freideg","Samschdeg"],["So.","Mé.","Dë.","Më.","Do.","Fr.","Sa."]],[["S","M","D","M","D","F","S"],["Son","Méi","Dën","Mët","Don","Fre","Sam"],["Sonndeg","Méindeg","Dënschdeg","Mëttwoch","Donneschdeg","Freideg","Samschdeg"],["So.","Mé.","Dë.","Më.","Do.","Fr.","Sa."]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan.","Feb.","Mäe.","Abr.","Mee","Juni","Juli","Aug.","Sep.","Okt.","Nov.","Dez."],["Januar","Februar","Mäerz","Abrëll","Mee","Juni","Juli","August","September","Oktober","November","Dezember"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mäe","Abr","Mee","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],["Januar","Februar","Mäerz","Abrëll","Mee","Juni","Juli","August","September","Oktober","November","Dezember"]],[["v. Chr.","n. Chr."],,],1,[6,0],["dd.MM.yy","d. MMM y","d. MMMM y","EEEE, d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"€","Euro",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["lg",[["AM","PM"],,],,[["S","B","L","L","L","L","L"],["Sab","Bal","Lw2","Lw3","Lw4","Lw5","Lw6"],["Sabbiiti","Balaza","Lwakubiri","Lwakusatu","Lwakuna","Lwakutaano","Lwamukaaga"],["Sab","Bal","Lw2","Lw3","Lw4","Lw5","Lw6"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apu","Maa","Juu","Jul","Agu","Seb","Oki","Nov","Des"],["Janwaliyo","Febwaliyo","Marisi","Apuli","Maayi","Juuni","Julaayi","Agusito","Sebuttemba","Okitobba","Novemba","Desemba"]],,[["BC","AD"],,["Kulisito nga tannaza","Bukya Kulisito Azaal"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00¤","#E0"],"USh","Silingi eya Yuganda",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["lkt",[["AM","PM"],,],,[["A","W","N","Y","T","Z","O"],["Aŋpétuwakȟaŋ","Aŋpétuwaŋži","Aŋpétunuŋpa","Aŋpétuyamni","Aŋpétutopa","Aŋpétuzaptaŋ","Owáŋgyužažapi"],,],[["S","M","T","W","T","F","S"],["Aŋpétuwakȟaŋ","Aŋpétuwaŋži","Aŋpétunuŋpa","Aŋpétuyamni","Aŋpétutopa","Aŋpétuzaptaŋ","Owáŋgyužažapi"],,],[["1","2","3","4","5","6","7","8","9","10","11","12"],["Wiótheȟika Wí","Thiyóȟeyuŋka Wí","Ištáwičhayazaŋ Wí","Pȟežítȟo Wí","Čhaŋwápetȟo Wí","Wípazukȟa-wašté Wí","Čhaŋpȟásapa Wí","Wasútȟuŋ Wí","Čhaŋwápeǧi Wí","Čhaŋwápe-kasná Wí","Waníyetu Wí","Tȟahékapšuŋ Wí"]],,[["BCE","CE"],,],0,[6,0],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"$","USD",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ln-AO",[["ntɔ́ngɔ́","mpókwa"],,],,[["e","y","m","m","m","m","p"],["eye","ybo","mbl","mst","min","mtn","mps"],["eyenga","mokɔlɔ mwa yambo","mokɔlɔ mwa míbalé","mokɔlɔ mwa mísáto","mokɔlɔ ya mínéi","mokɔlɔ ya mítáno","mpɔ́sɔ"],["eye","ybo","mbl","mst","min","mtn","mps"]],,[["y","f","m","a","m","y","y","a","s","ɔ","n","d"],["yan","fbl","msi","apl","mai","yun","yul","agt","stb","ɔtb","nvb","dsb"],["sánzá ya yambo","sánzá ya míbalé","sánzá ya mísáto","sánzá ya mínei","sánzá ya mítáno","sánzá ya motóbá","sánzá ya nsambo","sánzá ya mwambe","sánzá ya libwa","sánzá ya zómi","sánzá ya zómi na mɔ̌kɔ́","sánzá ya zómi na míbalé"]],,[["libóso ya","nsima ya Y"],,["Yambo ya Yézu Krís","Nsima ya Yézu Krís"]],1,[6,0],["d/M/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"Kz","Kwanza ya Angóla",function(e){return e===Math.floor(e)&&e>=0&&e<=1?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ln-CF",[["ntɔ́ngɔ́","mpókwa"],,],,[["e","y","m","m","m","m","p"],["eye","ybo","mbl","mst","min","mtn","mps"],["eyenga","mokɔlɔ mwa yambo","mokɔlɔ mwa míbalé","mokɔlɔ mwa mísáto","mokɔlɔ ya mínéi","mokɔlɔ ya mítáno","mpɔ́sɔ"],["eye","ybo","mbl","mst","min","mtn","mps"]],,[["y","f","m","a","m","y","y","a","s","ɔ","n","d"],["yan","fbl","msi","apl","mai","yun","yul","agt","stb","ɔtb","nvb","dsb"],["sánzá ya yambo","sánzá ya míbalé","sánzá ya mísáto","sánzá ya mínei","sánzá ya mítáno","sánzá ya motóbá","sánzá ya nsambo","sánzá ya mwambe","sánzá ya libwa","sánzá ya zómi","sánzá ya zómi na mɔ̌kɔ́","sánzá ya zómi na míbalé"]],,[["libóso ya","nsima ya Y"],,["Yambo ya Yézu Krís","Nsima ya Yézu Krís"]],1,[6,0],["d/M/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"FCFA","Falánga CFA BEAC",function(e){return e===Math.floor(e)&&e>=0&&e<=1?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ln-CG",[["ntɔ́ngɔ́","mpókwa"],,],,[["e","y","m","m","m","m","p"],["eye","ybo","mbl","mst","min","mtn","mps"],["eyenga","mokɔlɔ mwa yambo","mokɔlɔ mwa míbalé","mokɔlɔ mwa mísáto","mokɔlɔ ya mínéi","mokɔlɔ ya mítáno","mpɔ́sɔ"],["eye","ybo","mbl","mst","min","mtn","mps"]],,[["y","f","m","a","m","y","y","a","s","ɔ","n","d"],["yan","fbl","msi","apl","mai","yun","yul","agt","stb","ɔtb","nvb","dsb"],["sánzá ya yambo","sánzá ya míbalé","sánzá ya mísáto","sánzá ya mínei","sánzá ya mítáno","sánzá ya motóbá","sánzá ya nsambo","sánzá ya mwambe","sánzá ya libwa","sánzá ya zómi","sánzá ya zómi na mɔ̌kɔ́","sánzá ya zómi na míbalé"]],,[["libóso ya","nsima ya Y"],,["Yambo ya Yézu Krís","Nsima ya Yézu Krís"]],1,[6,0],["d/M/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"FCFA","Falánga CFA BEAC",function(e){return e===Math.floor(e)&&e>=0&&e<=1?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ln",[["ntɔ́ngɔ́","mpókwa"],,],,[["e","y","m","m","m","m","p"],["eye","ybo","mbl","mst","min","mtn","mps"],["eyenga","mokɔlɔ mwa yambo","mokɔlɔ mwa míbalé","mokɔlɔ mwa mísáto","mokɔlɔ ya mínéi","mokɔlɔ ya mítáno","mpɔ́sɔ"],["eye","ybo","mbl","mst","min","mtn","mps"]],,[["y","f","m","a","m","y","y","a","s","ɔ","n","d"],["yan","fbl","msi","apl","mai","yun","yul","agt","stb","ɔtb","nvb","dsb"],["sánzá ya yambo","sánzá ya míbalé","sánzá ya mísáto","sánzá ya mínei","sánzá ya mítáno","sánzá ya motóbá","sánzá ya nsambo","sánzá ya mwambe","sánzá ya libwa","sánzá ya zómi","sánzá ya zómi na mɔ̌kɔ́","sánzá ya zómi na míbalé"]],,[["libóso ya","nsima ya Y"],,["Yambo ya Yézu Krís","Nsima ya Yézu Krís"]],1,[6,0],["d/M/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"FC","Falánga ya Kongó",function(e){return e===Math.floor(e)&&e>=0&&e<=1?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["lo",[["ກທ","ຫຼທ"],["ກ່ອນທ່ຽງ","ຫຼັງທ່ຽງ"]],,[["ອາ","ຈ","ອ","ພ","ພຫ","ສຸ","ສ"],["ອາທິດ","ຈັນ","ອັງຄານ","ພຸດ","ພະຫັດ","ສຸກ","ເສົາ"],["ວັນອາທິດ","ວັນຈັນ","ວັນອັງຄານ","ວັນພຸດ","ວັນພະຫັດ","ວັນສຸກ","ວັນເສົາ"],["ອາ.","ຈ.","ອ.","ພ.","ພຫ.","ສຸ.","ສ."]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["ມ.ກ.","ກ.ພ.","ມ.ນ.","ມ.ສ.","ພ.ພ.","ມິ.ຖ.","ກ.ລ.","ສ.ຫ.","ກ.ຍ.","ຕ.ລ.","ພ.ຈ.","ທ.ວ."],["ມັງກອນ","ກຸມພາ","ມີນາ","ເມສາ","ພຶດສະພາ","ມິຖຸນາ","ກໍລະກົດ","ສິງຫາ","ກັນຍາ","ຕຸລາ","ພະຈິກ","ທັນວາ"]],,[["ກ່ອນ ຄ.ສ.","ຄ.ສ."],,["ກ່ອນຄຣິດສັກກະລາດ","ຄຣິດສັກກະລາດ"]],0,[6,0],["d/M/y","d MMM y","d MMMM y","EEEE ທີ d MMMM G y"],["H:mm","H:mm:ss","H ໂມງ m ນາທີ ss ວິນາທີ z","H ໂມງ m ນາທີ ss ວິນາທີ zzzz"],["{1}, {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","ບໍ່​ແມ່ນ​ໂຕ​ເລກ",":"],["#,##0.###","#,##0%","¤#,##0.00;¤-#,##0.00","#"],"₭","ລາວ ກີບ",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["lrc-IQ",[["AM","PM"],,],,[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],,],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["جانڤیە","فئڤریە","مارس","آڤریل","مئی","جوٙأن","جوٙلا","آگوست","سئپتامر","ئوکتوڤر","نوڤامر","دئسامر"]],,[["BCE","CE"],,],6,[5,6],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"د.ع.‏","IQD",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["lrc",[["AM","PM"],,],,[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],,],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["جانڤیە","فئڤریە","مارس","آڤریل","مئی","جوٙأن","جوٙلا","آگوست","سئپتامر","ئوکتوڤر","نوڤامر","دئسامر"]],,[["BCE","CE"],,],6,[5,5],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"IRR","IRR",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["lt",[["pr. p.","pop."],["priešpiet","popiet"]],,[["S","P","A","T","K","P","Š"],["sk","pr","an","tr","kt","pn","št"],["sekmadienis","pirmadienis","antradienis","trečiadienis","ketvirtadienis","penktadienis","šeštadienis"],["Sk","Pr","An","Tr","Kt","Pn","Št"]],,[["S","V","K","B","G","B","L","R","R","S","L","G"],["saus.","vas.","kov.","bal.","geg.","birž.","liep.","rugp.","rugs.","spal.","lapkr.","gruod."],["sausio","vasario","kovo","balandžio","gegužės","birželio","liepos","rugpjūčio","rugsėjo","spalio","lapkričio","gruodžio"]],[["S","V","K","B","G","B","L","R","R","S","L","G"],["saus.","vas.","kov.","bal.","geg.","birž.","liep.","rugp.","rugs.","spal.","lapkr.","gruod."],["sausis","vasaris","kovas","balandis","gegužė","birželis","liepa","rugpjūtis","rugsėjis","spalis","lapkritis","gruodis"]],[["pr. Kr.","po Kr."],,["prieš Kristų","po Kristaus"]],1,[6,0],["y-MM-dd",,"y 'm'. MMMM d 'd'.","y 'm'. MMMM d 'd'., EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[","," ",";","%","+","−","×10^","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"€","Euras",function(e){var t=parseInt(e.toString().replace(/^[^.]*\.?/,""),10)||0;return e%10!=1||e%100>=11&&e%100<=19?e%10===Math.floor(e%10)&&e%10>=2&&e%10<=9&&!(e%100>=11&&e%100<=19)?3:0!==t?4:5:1}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["lu",[["Dinda","Dilolo"],,],,[["L","N","N","N","N","N","L"],["Lum","Nko","Ndy","Ndg","Njw","Ngv","Lub"],["Lumingu","Nkodya","Ndàayà","Ndangù","Njòwa","Ngòvya","Lubingu"],["Lum","Nko","Ndy","Ndg","Njw","Ngv","Lub"]],,[["C","L","L","M","L","L","K","L","L","L","K","C"],["Cio","Lui","Lus","Muu","Lum","Luf","Kab","Lush","Lut","Lun","Kas","Cis"],["Ciongo","Lùishi","Lusòlo","Mùuyà","Lumùngùlù","Lufuimi","Kabàlàshìpù","Lùshìkà","Lutongolo","Lungùdi","Kaswèkèsè","Ciswà"]],,[["kmp. Y.K.","kny. Y. K."],,["Kumpala kwa Yezu Kli","Kunyima kwa Yezu Kli"]],1,[6,0],["d/M/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00¤","#E0"],"FC","Nfalanga wa Kongu",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["luo",[["OD","OT"],,],,[["J","W","T","T","T","T","N"],["JMP","WUT","TAR","TAD","TAN","TAB","NGS"],["Jumapil","Wuok Tich","Tich Ariyo","Tich Adek","Tich Ang’wen","Tich Abich","Ngeso"],["JMP","WUT","TAR","TAD","TAN","TAB","NGS"]],,[["C","R","D","N","B","U","B","B","C","P","C","P"],["DAC","DAR","DAD","DAN","DAH","DAU","DAO","DAB","DOC","DAP","DGI","DAG"],["Dwe mar Achiel","Dwe mar Ariyo","Dwe mar Adek","Dwe mar Ang’wen","Dwe mar Abich","Dwe mar Auchiel","Dwe mar Abiriyo","Dwe mar Aboro","Dwe mar Ochiko","Dwe mar Apar","Dwe mar gi achiel","Dwe mar Apar gi ariyo"]],,[["BC","AD"],,["Kapok Kristo obiro","Ka Kristo osebiro"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00¤","#E0"],"Ksh","Siling mar Kenya",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["luy",[["a.m.","p.m."],,],,[["S","M","T","W","T","F","S"],["J2","J3","J4","J5","Al","Ij","J1"],["Jumapiri","Jumatatu","Jumanne","Jumatano","Murwa wa Kanne","Murwa wa Katano","Jumamosi"],["J2","J3","J4","J5","Al","Ij","J1"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","Mei","Jun","Jul","Ago","Sep","Okt","Nov","Des"],["Januari","Februari","Machi","Aprili","Mei","Juni","Julai","Agosti","Septemba","Oktoba","Novemba","Desemba"]],,[["BC","AD"],,["Imberi ya Kuuza Kwa","Muhiga Kuvita Kuuza"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00;¤- #,##0.00","#E0"],"Ksh","Sirinji ya Kenya",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["lv",[["priekšp.","pēcp."],,["priekšpusdienā","pēcpusdienā"]],[["priekšp.","pēcpusd."],,["priekšpusdiena","pēcpusdiena"]],[["S","P","O","T","C","P","S"],["svētd.","pirmd.","otrd.","trešd.","ceturtd.","piektd.","sestd."],["svētdiena","pirmdiena","otrdiena","trešdiena","ceturtdiena","piektdiena","sestdiena"],["Sv","Pr","Ot","Tr","Ce","Pk","Se"]],[["S","P","O","T","C","P","S"],["Svētd.","Pirmd.","Otrd.","Trešd.","Ceturtd.","Piektd.","Sestd."],["Svētdiena","Pirmdiena","Otrdiena","Trešdiena","Ceturtdiena","Piektdiena","Sestdiena"],["Sv","Pr","Ot","Tr","Ce","Pk","Se"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["janv.","febr.","marts","apr.","maijs","jūn.","jūl.","aug.","sept.","okt.","nov.","dec."],["janvāris","februāris","marts","aprīlis","maijs","jūnijs","jūlijs","augusts","septembris","oktobris","novembris","decembris"]],,[["p.m.ē.","m.ē."],,["pirms mūsu ēras","mūsu ērā"]],1,[6,0],["dd.MM.yy","y. 'gada' d. MMM","y. 'gada' d. MMMM","EEEE, y. 'gada' d. MMMM"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","NS",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"€","eiro",function(e){var t=e.toString().replace(/^[^.]*\.?/,"").length,n=parseInt(e.toString().replace(/^[^.]*\.?/,""),10)||0;return e%10==0||e%100===Math.floor(e%100)&&e%100>=11&&e%100<=19||2===t&&n%100===Math.floor(n%100)&&n%100>=11&&n%100<=19?0:e%10==1&&e%100!=11||2===t&&n%10==1&&n%100!=11||2!==t&&n%10==1?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["mas-TZ",[["Ɛnkakɛnyá","Ɛndámâ"],,],,[["2","3","4","5","6","7","1"],["Jpi","Jtt","Jnn","Jtn","Alh","Iju","Jmo"],["Jumapílí","Jumatátu","Jumane","Jumatánɔ","Alaámisi","Jumáa","Jumamósi"],["Jpi","Jtt","Jnn","Jtn","Alh","Iju","Jmo"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["Dal","Ará","Ɔɛn","Doy","Lép","Rok","Sás","Bɔ́r","Kús","Gís","Shʉ́","Ntʉ́"],["Oladalʉ́","Arát","Ɔɛnɨ́ɔɨŋɔk","Olodoyíóríê inkókúâ","Oloilépūnyīē inkókúâ","Kújúɔrɔk","Mórusásin","Ɔlɔ́ɨ́bɔ́rárɛ","Kúshîn","Olgísan","Pʉshʉ́ka","Ntʉ́ŋʉ́s"]],,[["MY","EY"],,["Meínō Yɛ́sʉ","Eínō Yɛ́sʉ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"TSh","Iropiyianí e Tanzania",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["mas",[["Ɛnkakɛnyá","Ɛndámâ"],,],,[["2","3","4","5","6","7","1"],["Jpi","Jtt","Jnn","Jtn","Alh","Iju","Jmo"],["Jumapílí","Jumatátu","Jumane","Jumatánɔ","Alaámisi","Jumáa","Jumamósi"],["Jpi","Jtt","Jnn","Jtn","Alh","Iju","Jmo"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["Dal","Ará","Ɔɛn","Doy","Lép","Rok","Sás","Bɔ́r","Kús","Gís","Shʉ́","Ntʉ́"],["Oladalʉ́","Arát","Ɔɛnɨ́ɔɨŋɔk","Olodoyíóríê inkókúâ","Oloilépūnyīē inkókúâ","Kújúɔrɔk","Mórusásin","Ɔlɔ́ɨ́bɔ́rárɛ","Kúshîn","Olgísan","Pʉshʉ́ka","Ntʉ́ŋʉ́s"]],,[["MY","EY"],,["Meínō Yɛ́sʉ","Eínō Yɛ́sʉ"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"Ksh","Iropiyianí e Kenya",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["mer",[["RŨ","ŨG"],,],,[["K","M","W","W","W","W","J"],["KIU","MRA","WAI","WET","WEN","WTN","JUM"],["Kiumia","Muramuko","Wairi","Wethatu","Wena","Wetano","Jumamosi"],["KIU","MRA","WAI","WET","WEN","WTN","JUM"]],,[["J","F","M","Ĩ","M","N","N","A","S","O","N","D"],["JAN","FEB","MAC","ĨPU","MĨĨ","NJU","NJR","AGA","SPT","OKT","NOV","DEC"],["Januarĩ","Feburuarĩ","Machi","Ĩpurũ","Mĩĩ","Njuni","Njuraĩ","Agasti","Septemba","Oktũba","Novemba","Dicemba"]],,[["MK","NK"],,["Mbere ya Kristũ","Nyuma ya Kristũ"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"Ksh","Shilingi ya Kenya",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["mfe",[["AM","PM"],,],,[["d","l","m","m","z","v","s"],["dim","lin","mar","mer","ze","van","sam"],["dimans","lindi","mardi","merkredi","zedi","vandredi","samdi"],["dim","lin","mar","mer","ze","van","sam"]],,[["z","f","m","a","m","z","z","o","s","o","n","d"],["zan","fev","mar","avr","me","zin","zil","out","sep","okt","nov","des"],["zanvie","fevriye","mars","avril","me","zin","zilye","out","septam","oktob","novam","desam"]],,[["av. Z-K","ap. Z-K"],,["avan Zezi-Krist","apre Zezi-Krist"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],["."," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"Rs","roupi morisien",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["mg",[["AM","PM"],,],,[["A","A","T","A","A","Z","A"],["Alah","Alats","Tal","Alar","Alak","Zom","Asab"],["Alahady","Alatsinainy","Talata","Alarobia","Alakamisy","Zoma","Asabotsy"],["Alah","Alats","Tal","Alar","Alak","Zom","Asab"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","Mey","Jon","Jol","Aog","Sep","Okt","Nov","Des"],["Janoary","Febroary","Martsa","Aprily","Mey","Jona","Jolay","Aogositra","Septambra","Oktobra","Novambra","Desambra"]],,[["BC","AD"],,["Alohan’i JK","Aorian’i JK"]],1,[6,0],["y-MM-dd","y MMM d","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"Ar","Ariary",function(e){return e===Math.floor(e)&&e>=0&&e<=1?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["mgh",[["wichishu","mchochil’l"],,],,[["S","J","J","J","A","I","J"],["Sab","Jtt","Jnn","Jtn","Ara","Iju","Jmo"],["Sabato","Jumatatu","Jumanne","Jumatano","Arahamisi","Ijumaa","Jumamosi"],["Sab","Jtt","Jnn","Jtn","Ara","Iju","Jmo"]],,[["K","U","R","C","T","M","S","N","T","K","M","Y"],["Kwa","Una","Rar","Che","Tha","Moc","Sab","Nan","Tis","Kum","Moj","Yel"],["Mweri wo kwanza","Mweri wo unayeli","Mweri wo uneraru","Mweri wo unecheshe","Mweri wo unethanu","Mweri wo thanu na mocha","Mweri wo saba","Mweri wo nane","Mweri wo tisa","Mweri wo kumi","Mweri wo kumi na moja","Mweri wo kumi na yel’li"]],,[["HY","YY"],,["Hinapiya yesu","Yopia yesu"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"MTn","MZN",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["mgo",[["AM","PM"],,],,[["A1","A2","A3","A4","A5","A6","A7"],["Aneg 1","Aneg 2","Aneg 3","Aneg 4","Aneg 5","Aneg 6","Aneg 7"],,["1","2","3","4","5","6","7"]],,[["M1","A2","M3","N4","F5","I6","A7","I8","K9","10","11","12"],["mbegtug","imeg àbùbì","imeg mbəŋchubi","iməg ngwə̀t","iməg fog","iməg ichiibɔd","iməg àdùmbə̀ŋ","iməg ichika","iməg kud","iməg tèsiʼe","iməg zò","iməg krizmed"],["iməg mbegtug","imeg àbùbì","imeg mbəŋchubi","iməg ngwə̀t","iməg fog","iməg ichiibɔd","iməg àdùmbə̀ŋ","iməg ichika","iməg kud","iməg tèsiʼe","iməg zò","iməg krizmed"]],,[["BCE","CE"],,],1,[6,0],["y-MM-dd","y MMM d","y MMMM d","EEEE, y MMMM dd"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"FCFA","shirè",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["mk",[["претпл.","попл."],,["претпладне","попладне"]],,[["н","п","в","с","ч","п","с"],["нед.","пон.","вт.","сре.","чет.","пет.","саб."],["недела","понеделник","вторник","среда","четврток","петок","сабота"],["нед.","пон.","вто.","сре.","чет.","пет.","саб."]],[["н","п","в","с","ч","п","с"],["нед.","пон.","вто.","сре.","чет.","пет.","саб."],["недела","понеделник","вторник","среда","четврток","петок","сабота"],["нед.","пон.","вто.","сре.","чет.","пет.","саб."]],[["ј","ф","м","а","м","ј","ј","а","с","о","н","д"],["јан.","фев.","мар.","апр.","мај","јун.","јул.","авг.","септ.","окт.","ноем.","дек."],["јануари","февруари","март","април","мај","јуни","јули","август","септември","октомври","ноември","декември"]],,[["пр.н.е.","н.е."],,["пред нашата ера","од нашата ера"]],1,[6,0],["dd.M.yy","dd.M.y","dd MMMM y","EEEE, dd MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"ден","Македонски денар",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^.]*\.?/,""),10)||0;return 0===n&&t%10==1||i%10==1?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ml",[["AM","PM"],,],,[["ഞ","തി","ചൊ","ബു","വ്യാ","വെ","ശ"],["ഞായർ","തിങ്കൾ","ചൊവ്വ","ബുധൻ","വ്യാഴം","വെള്ളി","ശനി"],["ഞായറാഴ്‌ച","തിങ്കളാഴ്‌ച","ചൊവ്വാഴ്ച","ബുധനാഴ്‌ച","വ്യാഴാഴ്‌ച","വെള്ളിയാഴ്‌ച","ശനിയാഴ്‌ച"],["ഞാ","തി","ചൊ","ബു","വ്യാ","വെ","ശ"]],[["ഞാ","തി","ചൊ","ബു","വ്യാ","വെ","ശ"],["ഞായർ","തിങ്കൾ","ചൊവ്വ","ബുധൻ","വ്യാഴം","വെള്ളി","ശനി"],["ഞായറാഴ്‌ച","തിങ്കളാഴ്‌ച","ചൊവ്വാഴ്‌ച","ബുധനാഴ്‌ച","വ്യാഴാഴ്‌ച","വെള്ളിയാഴ്‌ച","ശനിയാഴ്‌ച"],["ഞാ","തി","ചൊ","ബു","വ്യാ","വെ","ശ"]],[["ജ","ഫെ","മാ","ഏ","മെ","ജൂൺ","ജൂ","ഓ","സെ","ഒ","ന","ഡി"],["ജനു","ഫെബ്രു","മാർ","ഏപ്രി","മേയ്","ജൂൺ","ജൂലൈ","ഓഗ","സെപ്റ്റം","ഒക്ടോ","നവം","ഡിസം"],["ജനുവരി","ഫെബ്രുവരി","മാർച്ച്","ഏപ്രിൽ","മേയ്","ജൂൺ","ജൂലൈ","ഓഗസ്റ്റ്","സെപ്റ്റംബർ","ഒക്‌ടോബർ","നവംബർ","ഡിസംബർ"]],,[["ക്രി.മു.","എഡി"],,["ക്രിസ്‌തുവിന് മുമ്പ്","ആന്നോ ഡൊമിനി"]],0,[0,0],["d/M/yy","y, MMM d","y, MMMM d","y, MMMM d, EEEE"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##0%","¤#,##0.00","#E0"],"₹","ഇന്ത്യൻ രൂപ",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["mn",[["үө","үх"],["ҮӨ","ҮХ"],["ү.ө","ү.х"]],[["ҮӨ","ҮХ"],,],[["Ня","Да","Мя","Лх","Пү","Ба","Бя"],,["ням","даваа","мягмар","лхагва","пүрэв","баасан","бямба"],["Ня","Да","Мя","Лх","Пү","Ба","Бя"]],,[["I","II","III","IV","V","VI","VII","VIII","IX","X","XI","XII"],["1-р сар","2-р сар","3-р сар","4-р сар","5-р сар","6-р сар","7-р сар","8-р сар","9-р сар","10-р сар","11-р сар","12-р сар"],["Нэгдүгээр сар","Хоёрдугаар сар","Гуравдугаар сар","Дөрөвдүгээр сар","Тавдугаар сар","Зургаадугаар сар","Долдугаар сар","Наймдугаар сар","Есдүгээр сар","Аравдугаар сар","Арван нэгдүгээр сар","Арван хоёрдугаар сар"]],,[["МЭӨ","МЭ"],,["манай эриний өмнөх","манай эриний"]],1,[6,0],["y.MM.dd",,"y 'оны' MMM'ын' d","y 'оны' MMM'ын' d. EEEE 'гараг'."],["HH:mm","HH:mm:ss","HH:mm:ss (z)","HH:mm:ss (zzzz)"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"₮","төгрөг",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["mr",[["स","सं"],["म.पू.","म.उ."]],[["म.पू.","म.उ."],,],[["र","सो","मं","बु","गु","शु","श"],["रवि","सोम","मंगळ","बुध","गुरु","शुक्र","शनि"],["रविवार","सोमवार","मंगळवार","बुधवार","गुरुवार","शुक्रवार","शनिवार"],["र","सो","मं","बु","गु","शु","श"]],,[["जा","फे","मा","ए","मे","जू","जु","ऑ","स","ऑ","नो","डि"],["जाने","फेब्रु","मार्च","एप्रि","मे","जून","जुलै","ऑग","सप्टें","ऑक्टो","नोव्हें","डिसें"],["जानेवारी","फेब्रुवारी","मार्च","एप्रिल","मे","जून","जुलै","ऑगस्ट","सप्टेंबर","ऑक्टोबर","नोव्हेंबर","डिसेंबर"]],,[["इ. स. पू.","इ. स."],,["ईसवीसनपूर्व","ईसवीसन"]],0,[0,0],["d/M/yy","d MMM, y","d MMMM, y","EEEE, d MMMM, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} रोजी {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##0%","¤#,##0.00","[#E0]"],"₹","भारतीय रुपया",function(e){return 0===Math.floor(Math.abs(e))||1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ms-BN",[["a","p"],["PG","PTG"]],,[["A","I","S","R","K","J","S"],["Ahd","Isn","Sel","Rab","Kha","Jum","Sab"],["Ahad","Isnin","Selasa","Rabu","Khamis","Jumaat","Sabtu"],["Ah","Is","Se","Ra","Kh","Ju","Sa"]],,[["J","F","M","A","M","J","J","O","S","O","N","D"],["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ogo","Sep","Okt","Nov","Dis"],["Januari","Februari","Mac","April","Mei","Jun","Julai","Ogos","September","Oktober","November","Disember"]],,[["S.M.","TM"],,],1,[6,0],["d/MM/yy","d MMM y","d MMMM y","dd MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"$","Dolar Brunei",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ms-SG",[["a","p"],["PG","PTG"]],,[["A","I","S","R","K","J","S"],["Ahd","Isn","Sel","Rab","Kha","Jum","Sab"],["Ahad","Isnin","Selasa","Rabu","Khamis","Jumaat","Sabtu"],["Ah","Is","Se","Ra","Kh","Ju","Sa"]],,[["J","F","M","A","M","J","J","O","S","O","N","D"],["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ogo","Sep","Okt","Nov","Dis"],["Januari","Februari","Mac","April","Mei","Jun","Julai","Ogos","September","Oktober","November","Disember"]],,[["S.M.","TM"],,],0,[6,0],["d/MM/yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","Dolar Singapura",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ms",[["a","p"],["PG","PTG"]],,[["A","I","S","R","K","J","S"],["Ahd","Isn","Sel","Rab","Kha","Jum","Sab"],["Ahad","Isnin","Selasa","Rabu","Khamis","Jumaat","Sabtu"],["Ah","Is","Se","Ra","Kh","Ju","Sa"]],,[["J","F","M","A","M","J","J","O","S","O","N","D"],["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ogo","Sep","Okt","Nov","Dis"],["Januari","Februari","Mac","April","Mei","Jun","Julai","Ogos","September","Oktober","November","Disember"]],,[["S.M.","TM"],,],1,[6,0],["d/MM/yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"RM","Ringgit Malaysia",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["mt",[["am","pm"],["AM","PM"]],,[["Ħd","T","Tl","Er","Ħm","Ġm","Sb"],["Ħad","Tne","Tli","Erb","Ħam","Ġim","Sib"],["Il-Ħadd","It-Tnejn","It-Tlieta","L-Erbgħa","Il-Ħamis","Il-Ġimgħa","Is-Sibt"],["Ħad","Tne","Tli","Erb","Ħam","Ġim","Sib"]],[["Ħd","Tn","Tl","Er","Ħm","Ġm","Sb"],["Ħad","Tne","Tli","Erb","Ħam","Ġim","Sib"],["Il-Ħadd","It-Tnejn","It-Tlieta","L-Erbgħa","Il-Ħamis","Il-Ġimgħa","Is-Sibt"],["Ħad","Tne","Tli","Erb","Ħam","Ġim","Sib"]],[["J","F","M","A","M","Ġ","L","A","S","O","N","D"],["Jan","Fra","Mar","Apr","Mej","Ġun","Lul","Aww","Set","Ott","Nov","Diċ"],["Jannar","Frar","Marzu","April","Mejju","Ġunju","Lulju","Awwissu","Settembru","Ottubru","Novembru","Diċembru"]],[["Jn","Fr","Mz","Ap","Mj","Ġn","Lj","Aw","St","Ob","Nv","Dċ"],["Jan","Fra","Mar","Apr","Mej","Ġun","Lul","Aww","Set","Ott","Nov","Diċ"],["Jannar","Frar","Marzu","April","Mejju","Ġunju","Lulju","Awwissu","Settembru","Ottubru","Novembru","Diċembru"]],[["QK","WK"],,["Qabel Kristu","Wara Kristu"]],0,[6,0],["dd/MM/y","dd MMM y","d 'ta'’ MMMM y","EEEE, d 'ta'’ MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"€","ewro",function(e){return 1===e?1:0===e||e%100===Math.floor(e%100)&&e%100>=2&&e%100<=10?3:e%100===Math.floor(e%100)&&e%100>=11&&e%100<=19?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["mua",[["comme","lilli"],,],,[["Y","L","Z","O","A","G","E"],["Cya","Cla","Czi","Cko","Cka","Cga","Cze"],["Com’yakke","Comlaaɗii","Comzyiiɗii","Comkolle","Comkaldǝɓlii","Comgaisuu","Comzyeɓsuu"],["Cya","Cla","Czi","Cko","Cka","Cga","Cze"]],,[["O","A","I","F","D","B","L","M","E","U","W","Y"],["FLO","CLA","CKI","FMF","MAD","MBI","MLI","MAM","FDE","FMU","FGW","FYU"],["Fĩi Loo","Cokcwaklaŋne","Cokcwaklii","Fĩi Marfoo","Madǝǝuutǝbijaŋ","Mamǝŋgwãafahbii","Mamǝŋgwãalii","Madǝmbii","Fĩi Dǝɓlii","Fĩi Mundaŋ","Fĩi Gwahlle","Fĩi Yuru"]],,[["KK","PK"],,["KǝPel Kristu","Pel Kristu"]],1,[6,0],["d/M/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"FCFA","solai BEAC",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["my",[["နံနက်","ညနေ"],,],,[["တ","တ","အ","ဗ","က","သ","စ"],["တနင်္ဂနွေ","တနင်္လာ","အင်္ဂါ","ဗုဒ္ဓဟူး","ကြာသပတေး","သောကြာ","စနေ"],,],,[["ဇ","ဖ","မ","ဧ","မ","ဇ","ဇ","ဩ","စ","အ","န","ဒ"],["ဇန်","ဖေ","မတ်","ဧ","မေ","ဇွန်","ဇူ","ဩ","စက်","အောက်","နို","ဒီ"],["ဇန်နဝါရီ","ဖေဖော်ဝါရီ","မတ်","ဧပြီ","မေ","ဇွန်","ဇူလိုင်","ဩဂုတ်","စက်တင်ဘာ","အောက်တိုဘာ","နိုဝင်ဘာ","ဒီဇင်ဘာ"]],,[["ဘီစီ","အေဒီ"],,["ခရစ်တော် မပေါ်မီနှစ်","ခရစ်နှစ်"]],0,[6,0],["dd-MM-yy","y၊ MMM d","y၊ d MMMM","y၊ MMMM d၊ EEEE"],["B H:mm","B HH:mm:ss","z HH:mm:ss","zzzz HH:mm:ss"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","ဂဏန်းမဟုတ်သော",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"K","မြန်မာ ကျပ်",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["mzn",[["AM","PM"],,],,[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],,],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["ژانویه","فوریه","مارس","آوریل","مه","ژوئن","ژوئیه","اوت","سپتامبر","اکتبر","نوامبر","دسامبر"]],,[["پ.م","م."],,["قبل میلاد","بعد میلاد"]],6,[5,5],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"IRR","ایران ریال",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["naq",[["ǁgoagas","ǃuias"],,],,[["S","M","E","W","D","F","A"],["Son","Ma","De","Wu","Do","Fr","Sat"],["Sontaxtsees","Mantaxtsees","Denstaxtsees","Wunstaxtsees","Dondertaxtsees","Fraitaxtsees","Satertaxtsees"],["Son","Ma","De","Wu","Do","Fr","Sat"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["ǃKhanni","ǃKhanǀgôab","ǀKhuuǁkhâb","ǃHôaǂkhaib","ǃKhaitsâb","Gamaǀaeb","ǂKhoesaob","Aoǁkhuumûǁkhâb","Taraǀkhuumûǁkhâb","ǂNûǁnâiseb","ǀHooǂgaeb","Hôasoreǁkhâb"]],,[["BC","AD"],,["Xristub aiǃâ","Xristub khaoǃgâ"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"ZAR","South African Randi",function(e){return 1===e?1:2===e?2:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["nb-SJ",[["a","p"],["a.m.","p.m."]],[["a.m.","p.m."],,],[["S","M","T","O","T","F","L"],["søn.","man.","tir.","ons.","tor.","fre.","lør."],["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"],["sø.","ma.","ti.","on.","to.","fr.","lø."]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","feb.","mar.","apr.","mai","jun.","jul.","aug.","sep.","okt.","nov.","des."],["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan","feb","mar","apr","mai","jun","jul","aug","sep","okt","nov","des"],["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"]],[["f.Kr.","e.Kr."],,["før Kristus","etter Kristus"]],1,[6,0],["dd.MM.y","d. MMM y","d. MMMM y","EEEE d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'kl'. {0}","{1} {0}"],[","," ",";","%","+","−","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤ #,##0.00","#E0"],"kr","norske kroner",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["nb",[["a","p"],["a.m.","p.m."]],[["a.m.","p.m."],,],[["S","M","T","O","T","F","L"],["søn.","man.","tir.","ons.","tor.","fre.","lør."],["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"],["sø.","ma.","ti.","on.","to.","fr.","lø."]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","feb.","mar.","apr.","mai","jun.","jul.","aug.","sep.","okt.","nov.","des."],["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan","feb","mar","apr","mai","jun","jul","aug","sep","okt","nov","des"],["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"]],[["f.Kr.","e.Kr."],,["før Kristus","etter Kristus"]],1,[6,0],["dd.MM.y","d. MMM y","d. MMMM y","EEEE d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'kl'. {0}","{1} {0}"],[","," ",";","%","+","−","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤ #,##0.00","#E0"],"kr","norske kroner",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["nd",[["AM","PM"],,],,[["S","M","S","S","S","S","M"],["Son","Mvu","Sib","Sit","Sin","Sih","Mgq"],["Sonto","Mvulo","Sibili","Sithathu","Sine","Sihlanu","Mgqibelo"],["Son","Mvu","Sib","Sit","Sin","Sih","Mgq"]],,[["Z","N","M","M","N","N","N","N","M","M","L","M"],["Zib","Nhlo","Mbi","Mab","Nkw","Nhla","Ntu","Ncw","Mpan","Mfu","Lwe","Mpal"],["Zibandlela","Nhlolanja","Mbimbitho","Mabasa","Nkwenkwezi","Nhlangula","Ntulikazi","Ncwabakazi","Mpandula","Mfumfu","Lwezi","Mpalakazi"]],,[["BC","AD"],,["UKristo angakabuyi","Ukristo ebuyile"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"US$","Dola yase Amelika",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["nds-NL",[["AM","PM"],,],,[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],,],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["M01","M02","M03","M04","M05","M06","M07","M08","M09","M10","M11","M12"]],,[["BCE","CE"],,],1,[6,0],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"€","EUR",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["nds",[["AM","PM"],,],,[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],,],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["M01","M02","M03","M04","M05","M06","M07","M08","M09","M10","M11","M12"]],,[["BCE","CE"],,],1,[6,0],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"€","EUR",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ne-IN",[["पूर्वाह्न","अपराह्न"],,],,[["आ","सो","म","बु","बि","शु","श"],["आइत","सोम","मङ्गल","बुध","बिहि","शुक्र","शनि"],["आइतबार","सोमबार","मङ्गलबार","बुधबार","बिहिबार","शुक्रबार","शनिबार"],["आइत","सोम","मङ्गल","बुध","बिहि","शुक्र","शनि"]],,[["जन","फेब","मार्च","अप्र","मे","जुन","जुल","अग","सेप","अक्टो","नोभे","डिसे"],["जनवरी","फेब्रुअरी","मार्च","अप्रिल","मे","जुन","जुलाई","अगस्ट","सेप्टेम्बर","अक्टोबर","नोभेम्बर","डिसेम्बर"]],[["जन","फेेब","मार्च","अप्र","मे","जुन","जुल","अग","सेप","अक्टो","नोभे","डिसे"],["जनवरी","फेब्रुअरी","मार्च","अप्रिल","मे","जुन","जुलाई","अगस्ट","सेप्टेम्बर","अक्टोबर","नोभेम्बर","डिसेम्बर"]],[["ईसा पूर्व","सन्"],,],0,[0,0],["yy/M/d","y MMM d","y MMMM d","y MMMM d, EEEE"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"₹","भारतीय रूपिँया",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ne",[["पूर्वाह्न","अपराह्न"],,],,[["आ","सो","म","बु","बि","शु","श"],["आइत","सोम","मङ्गल","बुध","बिहि","शुक्र","शनि"],["आइतबार","सोमबार","मङ्गलबार","बुधबार","बिहिबार","शुक्रबार","शनिबार"],["आइत","सोम","मङ्गल","बुध","बिहि","शुक्र","शनि"]],,[["जन","फेब","मार्च","अप्र","मे","जुन","जुल","अग","सेप","अक्टो","नोभे","डिसे"],["जनवरी","फेब्रुअरी","मार्च","अप्रिल","मे","जुन","जुलाई","अगस्ट","सेप्टेम्बर","अक्टोबर","नोभेम्बर","डिसेम्बर"]],[["जन","फेेब","मार्च","अप्र","मे","जुन","जुल","अग","सेप","अक्टो","नोभे","डिसे"],["जनवरी","फेब्रुअरी","मार्च","अप्रिल","मे","जुन","जुलाई","अगस्ट","सेप्टेम्बर","अक्टोबर","नोभेम्बर","डिसेम्बर"]],[["ईसा पूर्व","सन्"],,],0,[6,0],["yy/M/d","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"नेरू","नेपाली रूपैयाँ",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["nl-AW",[["a.m.","p.m."],,],,[["Z","M","D","W","D","V","Z"],["zo","ma","di","wo","do","vr","za"],["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],["zo","ma","di","wo","do","vr","za"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","feb.","mrt.","apr.","mei","jun.","jul.","aug.","sep.","okt.","nov.","dec."],["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"]],,[["v.C.","n.C."],["v.Chr.","n.Chr."],["voor Christus","na Christus"]],1,[6,0],["dd-MM-yy","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,"{1} 'om' {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00;¤ -#,##0.00","#E0"],"Afl.","Arubaanse gulden",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["nl-BE",[["a.m.","p.m."],,],,[["Z","M","D","W","D","V","Z"],["zo","ma","di","wo","do","vr","za"],["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],["zo","ma","di","wo","do","vr","za"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","feb.","mrt.","apr.","mei","jun.","jul.","aug.","sep.","okt.","nov.","dec."],["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"]],,[["v.C.","n.C."],["v.Chr.","n.Chr."],["voor Christus","na Christus"]],1,[6,0],["d/MM/yy","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,"{1} 'om' {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"€","Euro",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["nl-BQ",[["a.m.","p.m."],,],,[["Z","M","D","W","D","V","Z"],["zo","ma","di","wo","do","vr","za"],["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],["zo","ma","di","wo","do","vr","za"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","feb.","mrt.","apr.","mei","jun.","jul.","aug.","sep.","okt.","nov.","dec."],["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"]],,[["v.C.","n.C."],["v.Chr.","n.Chr."],["voor Christus","na Christus"]],1,[6,0],["dd-MM-yy","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,"{1} 'om' {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00;¤ -#,##0.00","#E0"],"$","Amerikaanse dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["nl-CW",[["a.m.","p.m."],,],,[["Z","M","D","W","D","V","Z"],["zo","ma","di","wo","do","vr","za"],["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],["zo","ma","di","wo","do","vr","za"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","feb.","mrt.","apr.","mei","jun.","jul.","aug.","sep.","okt.","nov.","dec."],["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"]],,[["v.C.","n.C."],["v.Chr.","n.Chr."],["voor Christus","na Christus"]],1,[6,0],["dd-MM-yy","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,"{1} 'om' {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00;¤ -#,##0.00","#E0"],"NAf.","Nederlands-Antilliaanse gulden",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["nl-SR",[["a.m.","p.m."],,],,[["Z","M","D","W","D","V","Z"],["zo","ma","di","wo","do","vr","za"],["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],["zo","ma","di","wo","do","vr","za"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","feb.","mrt.","apr.","mei","jun.","jul.","aug.","sep.","okt.","nov.","dec."],["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"]],,[["v.C.","n.C."],["v.Chr.","n.Chr."],["voor Christus","na Christus"]],1,[6,0],["dd-MM-yy","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,"{1} 'om' {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00;¤ -#,##0.00","#E0"],"$","Surinaamse dollar",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["nl-SX",[["a.m.","p.m."],,],,[["Z","M","D","W","D","V","Z"],["zo","ma","di","wo","do","vr","za"],["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],["zo","ma","di","wo","do","vr","za"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","feb.","mrt.","apr.","mei","jun.","jul.","aug.","sep.","okt.","nov.","dec."],["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"]],,[["v.C.","n.C."],["v.Chr.","n.Chr."],["voor Christus","na Christus"]],1,[6,0],["dd-MM-yy","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,"{1} 'om' {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00;¤ -#,##0.00","#E0"],"NAf.","Nederlands-Antilliaanse gulden",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["nl",[["a.m.","p.m."],,],,[["Z","M","D","W","D","V","Z"],["zo","ma","di","wo","do","vr","za"],["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],["zo","ma","di","wo","do","vr","za"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","feb.","mrt.","apr.","mei","jun.","jul.","aug.","sep.","okt.","nov.","dec."],["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"]],,[["v.C.","n.C."],["v.Chr.","n.Chr."],["voor Christus","na Christus"]],1,[6,0],["dd-MM-yy","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,"{1} 'om' {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00;¤ -#,##0.00","#E0"],"€","Euro",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["nmg",[["maná","kugú"],,],,[["s","m","s","s","s","m","s"],["sɔ́n","mɔ́n","smb","sml","smn","mbs","sas"],["sɔ́ndɔ","mɔ́ndɔ","sɔ́ndɔ mafú mába","sɔ́ndɔ mafú málal","sɔ́ndɔ mafú mána","mabágá má sukul","sásadi"],["sɔ́n","mɔ́n","smb","sml","smn","mbs","sas"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["ng1","ng2","ng3","ng4","ng5","ng6","ng7","ng8","ng9","ng10","ng11","kris"],["ngwɛn matáhra","ngwɛn ńmba","ngwɛn ńlal","ngwɛn ńna","ngwɛn ńtan","ngwɛn ńtuó","ngwɛn hɛmbuɛrí","ngwɛn lɔmbi","ngwɛn rɛbvuâ","ngwɛn wum","ngwɛn wum navǔr","krísimin"]],,[["BL","PB"],,["Bó Lahlɛ̄","Pfiɛ Burī"]],1,[6,0],["d/M/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"FCFA","Fraŋ CFA BEAC",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["nn",[["f.m.","e.m."],,["formiddag","ettermiddag"]],[["f.m.","e.m."],,],[["S","M","T","O","T","F","L"],["sø.","må.","ty.","on.","to.","fr.","la."],["søndag","måndag","tysdag","onsdag","torsdag","fredag","laurdag"],["sø.","må.","ty.","on.","to.","fr.","la."]],[["S","M","T","O","T","F","L"],["søn","mån","tys","ons","tor","fre","lau"],["søndag","måndag","tysdag","onsdag","torsdag","fredag","laurdag"],["sø.","må.","ty.","on.","to.","fr.","la."]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","feb.","mars","apr.","mai","juni","juli","aug.","sep.","okt.","nov.","des."],["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan","feb","mar","apr","mai","jun","jul","aug","sep","okt","nov","des"],["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"]],[["f.Kr.","e.Kr."],,],1,[6,0],["dd.MM.y","d. MMM y","d. MMMM y","EEEE d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","'kl'. HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'kl'. {0}","{1} {0}"],[","," ",";","%","+","−","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"kr","norske kroner",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["nnh",[["mbaʼámbaʼ","ncwònzém"],,],,[["S","M","T","W","T","F","S"],["lyɛʼɛ́ sẅíŋtè","mvfò lyɛ̌ʼ","mbɔ́ɔntè mvfò lyɛ̌ʼ","tsètsɛ̀ɛ lyɛ̌ʼ","mbɔ́ɔntè tsetsɛ̀ɛ lyɛ̌ʼ","mvfò màga lyɛ̌ʼ","màga lyɛ̌ʼ"],,],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["saŋ tsetsɛ̀ɛ lùm","saŋ kàg ngwóŋ","saŋ lepyè shúm","saŋ cÿó","saŋ tsɛ̀ɛ cÿó","saŋ njÿoláʼ","saŋ tyɛ̀b tyɛ̀b mbʉ̀ŋ","saŋ mbʉ̀ŋ","saŋ ngwɔ̀ʼ mbÿɛ","saŋ tàŋa tsetsáʼ","saŋ mejwoŋó","saŋ lùm"]],,[["m.z.Y.","m.g.n.Y."],,["mé zyé Yěsô","mé gÿo ńzyé Yěsô"]],1,[6,0],["dd/MM/yy","d MMM, y","'lyɛ'̌ʼ d 'na' MMMM, y","EEEE , 'lyɛ'̌ʼ d 'na' MMMM, y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,"{1}, {0}","{1},{0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"FCFA","feláŋ CFA",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["nus",[["RW","TŊ"],,],,[["C","J","R","D","Ŋ","D","B"],["Cäŋ","Jiec","Rɛw","Diɔ̱k","Ŋuaan","Dhieec","Bäkɛl"],["Cäŋ kuɔth","Jiec la̱t","Rɛw lätni","Diɔ̱k lätni","Ŋuaan lätni","Dhieec lätni","Bäkɛl lätni"],["Cäŋ","Jiec","Rɛw","Diɔ̱k","Ŋuaan","Dhieec","Bäkɛl"]],,[["T","P","D","G","D","K","P","T","T","L","K","T"],["Tiop","Pɛt","Duɔ̱ɔ̱","Guak","Duä","Kor","Pay","Thoo","Tɛɛ","Laa","Kur","Tid"],["Tiop thar pɛt","Pɛt","Duɔ̱ɔ̱ŋ","Guak","Duät","Kornyoot","Pay yie̱tni","Tho̱o̱r","Tɛɛr","Laath","Kur","Tio̱p in di̱i̱t"]],,[["AY","ƐY"],,["A ka̱n Yecu ni dap","Ɛ ca Yecu dap"]],1,[6,0],["d/MM/y","d MMM y","d MMMM y","EEEE d MMMM y"],["h:mm a","h:mm:ss a","z h:mm:ss a","zzzz h:mm:ss a"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"£","SSP",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["nyn",[["AM","PM"],,],,[["S","K","R","S","N","T","M"],["SAN","ORK","OKB","OKS","OKN","OKT","OMK"],["Sande","Orwokubanza","Orwakabiri","Orwakashatu","Orwakana","Orwakataano","Orwamukaaga"],["SAN","ORK","OKB","OKS","OKN","OKT","OMK"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["KBZ","KBR","KST","KKN","KTN","KMK","KMS","KMN","KMW","KKM","KNK","KNB"],["Okwokubanza","Okwakabiri","Okwakashatu","Okwakana","Okwakataana","Okwamukaaga","Okwamushanju","Okwamunaana","Okwamwenda","Okwaikumi","Okwaikumi na kumwe","Okwaikumi na ibiri"]],,[["BC","AD"],,["Kurisito Atakaijire","Kurisito Yaijire"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"USh","Eshiringi ya Uganda",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["om-KE",[["WD","WB"],,],,[["D","W","Q","R","K","J","S"],["Dil","Wix","Qib","Rob","Kam","Jim","San"],["Dilbata","Wiixata","Qibxata","Roobii","Kamiisa","Jimaata","Sanbata"],["Dil","Wix","Qib","Rob","Kam","Jim","San"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Ama","Gur","Bit","Elb","Cam","Wax","Ado","Hag","Ful","Onk","Sad","Mud"],["Amajjii","Guraandhala","Bitooteessa","Elba","Caamsa","Waxabajjii","Adooleessa","Hagayya","Fuulbana","Onkololeessa","Sadaasa","Muddee"]],[["A","G","B","E","C","W","A","H","F","O","S","M"],["Ama","Gur","Bit","Elb","Cam","Wax","Ado","Hag","Ful","Onk","Sad","Mud"],["Amajjii","Guraandhala","Bitooteessa","Elba","Caamsa","Waxabajjii","Adooleessa","Hagayya","Fuulbana","Onkololeessa","Sadaasa","Muddee"]],[["KD","CE"],,["Dheengadda Jeesu","CE"]],0,[6,0],["dd/MM/yy","dd-MMM-y","dd MMMM y","EEEE, MMMM d, y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"Ksh","KES",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["om",[["WD","WB"],,],,[["S","M","T","W","T","F","S"],["Dil","Wix","Qib","Rob","Kam","Jim","San"],["Dilbata","Wiixata","Qibxata","Roobii","Kamiisa","Jimaata","Sanbata"],["Dil","Wix","Qib","Rob","Kam","Jim","San"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Ama","Gur","Bit","Elb","Cam","Wax","Ado","Hag","Ful","Onk","Sad","Mud"],["Amajjii","Guraandhala","Bitooteessa","Elba","Caamsa","Waxabajjii","Adooleessa","Hagayya","Fuulbana","Onkololeessa","Sadaasa","Muddee"]],,[["BCE","CE"],,["Dheengadda Jeesu","CE"]],0,[6,0],["dd/MM/yy","dd-MMM-y","dd MMMM y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"Br","Itoophiyaa Birrii",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["or",[["ପୂ","ଅ"],["am","pm"],["AM","PM"]],[["AM","ଅପରାହ୍ନ"],["ପୂର୍ବାହ୍ନ","ଅପରାହ୍ନ"]],[["ର","ସୋ","ମ","ବୁ","ଗୁ","ଶୁ","ଶ"],["ରବି","ସୋମ","ମଙ୍ଗଳ","ବୁଧ","ଗୁରୁ","ଶୁକ୍ର","ଶନି"],["ରବିବାର","ସୋମବାର","ମଙ୍ଗଳବାର","ବୁଧବାର","ଗୁରୁବାର","ଶୁକ୍ରବାର","ଶନିବାର"],["ରବି","ସୋମ","ମଙ୍ଗଳ","ବୁଧ","ଗୁରୁ","ଶୁକ୍ର","ଶନି"]],,[["ଜା","ଫେ","ମା","ଅ","ମଇ","ଜୁ","ଜୁ","ଅ","ସେ","ଅ","ନ","ଡି"],["ଜାନୁଆରୀ","ଫେବୃଆରୀ","ମାର୍ଚ୍ଚ","ଅପ୍ରେଲ","ମଇ","ଜୁନ","ଜୁଲାଇ","ଅଗଷ୍ଟ","ସେପ୍ଟେମ୍ବର","ଅକ୍ଟୋବର","ନଭେମ୍ବର","ଡିସେମ୍ବର"]],,[["BC","AD"],,["ଖ୍ରୀଷ୍ଟପୂର୍ବ","ଖ୍ରୀଷ୍ଟାବ୍ଦ"]],0,[0,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{0} ଠାରେ {1}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##,##0%","¤ #,##,##0.00","#E0"],"₹","ଟଙ୍କା",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["os-RU",[["AM","PM"],,["ӕмбисбоны размӕ","ӕмбисбоны фӕстӕ"]],[["AM","PM"],,],[["Х","К","Д","Ӕ","Ц","М","С"],["хцб","крс","дцг","ӕрт","цпр","мрб","сбт"],["хуыцаубон","къуырисӕр","дыццӕг","ӕртыццӕг","цыппӕрӕм","майрӕмбон","сабат"],["хцб","крс","дцг","ӕрт","цпр","мрб","сбт"]],[["Х","К","Д","Ӕ","Ц","М","С"],["Хцб","Крс","Дцг","Ӕрт","Цпр","Мрб","Сбт"],["Хуыцаубон","Къуырисӕр","Дыццӕг","Ӕртыццӕг","Цыппӕрӕм","Майрӕмбон","Сабат"],["хцб","крс","дцг","ӕрт","цпр","мрб","сбт"]],[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["янв.","фев.","мар.","апр.","майы","июны","июлы","авг.","сен.","окт.","ноя.","дек."],["январы","февралы","мартъийы","апрелы","майы","июны","июлы","августы","сентябры","октябры","ноябры","декабры"]],[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["Янв.","Февр.","Март.","Апр.","Май","Июнь","Июль","Авг.","Сент.","Окт.","Нояб.","Дек."],["Январь","Февраль","Мартъи","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"]],[["н.д.а.","н.д."],,],1,[6,0],["dd.MM.yy","dd MMM y 'аз'","d MMMM, y 'аз'","EEEE, d MMMM, y 'аз'"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","НН",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"₽","Сом",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["os",[["AM","PM"],,["ӕмбисбоны размӕ","ӕмбисбоны фӕстӕ"]],[["AM","PM"],,],[["Х","К","Д","Ӕ","Ц","М","С"],["хцб","крс","дцг","ӕрт","цпр","мрб","сбт"],["хуыцаубон","къуырисӕр","дыццӕг","ӕртыццӕг","цыппӕрӕм","майрӕмбон","сабат"],["хцб","крс","дцг","ӕрт","цпр","мрб","сбт"]],[["Х","К","Д","Ӕ","Ц","М","С"],["Хцб","Крс","Дцг","Ӕрт","Цпр","Мрб","Сбт"],["Хуыцаубон","Къуырисӕр","Дыццӕг","Ӕртыццӕг","Цыппӕрӕм","Майрӕмбон","Сабат"],["хцб","крс","дцг","ӕрт","цпр","мрб","сбт"]],[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["янв.","фев.","мар.","апр.","майы","июны","июлы","авг.","сен.","окт.","ноя.","дек."],["январы","февралы","мартъийы","апрелы","майы","июны","июлы","августы","сентябры","октябры","ноябры","декабры"]],[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["Янв.","Февр.","Март.","Апр.","Май","Июнь","Июль","Авг.","Сент.","Окт.","Нояб.","Дек."],["Январь","Февраль","Мартъи","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"]],[["н.д.а.","н.д."],,],1,[6,0],["dd.MM.yy","dd MMM y 'аз'","d MMMM, y 'аз'","EEEE, d MMMM, y 'аз'"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","НН",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"₾","Лар",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["pa-Arab",[["AM","PM"],,],,[["S","M","T","W","T","F","S"],["اتوار","پیر","منگل","بُدھ","جمعرات","جمعہ","ہفتہ"],,],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["جنوری","فروری","مارچ","اپریل","مئ","جون","جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"]],,[["ايساپورو","سں"],,],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, dd MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","%","‎+","‎-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"ر","روپئیہ",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["pa-Guru",[["ਸ.","ਸ਼."],["ਪੂ.ਦੁ.","ਬਾ.ਦੁ."]],[["ਪੂ.ਦੁ.","ਬਾ.ਦੁ."],,],[["ਐ","ਸੋ","ਮੰ","ਬੁੱ","ਵੀ","ਸ਼ੁੱ","ਸ਼"],["ਐਤ","ਸੋਮ","ਮੰਗਲ","ਬੁੱਧ","ਵੀਰ","ਸ਼ੁੱਕਰ","ਸ਼ਨਿੱਚਰ"],["ਐਤਵਾਰ","ਸੋਮਵਾਰ","ਮੰਗਲਵਾਰ","ਬੁੱਧਵਾਰ","ਵੀਰਵਾਰ","ਸ਼ੁੱਕਰਵਾਰ","ਸ਼ਨਿੱਚਰਵਾਰ"],["ਐਤ","ਸੋਮ","ਮੰਗ","ਬੁੱਧ","ਵੀਰ","ਸ਼ੁੱਕ","ਸ਼ਨਿੱ"]],,[["ਜ","ਫ਼","ਮਾ","ਅ","ਮ","ਜੂ","ਜੁ","ਅ","ਸ","ਅ","ਨ","ਦ"],["ਜਨ","ਫ਼ਰ","ਮਾਰਚ","ਅਪ੍ਰੈ","ਮਈ","ਜੂਨ","ਜੁਲਾ","ਅਗ","ਸਤੰ","ਅਕਤੂ","ਨਵੰ","ਦਸੰ"],["ਜਨਵਰੀ","ਫ਼ਰਵਰੀ","ਮਾਰਚ","ਅਪ੍ਰੈਲ","ਮਈ","ਜੂਨ","ਜੁਲਾਈ","ਅਗਸਤ","ਸਤੰਬਰ","ਅਕਤੂਬਰ","ਨਵੰਬਰ","ਦਸੰਬਰ"]],,[["ਈ.ਪੂ.","ਸੰਨ"],["ਈ. ਪੂ.","ਸੰਨ"],["ਈਸਵੀ ਪੂਰਵ","ਈਸਵੀ ਸੰਨ"]],0,[0,0],["d/M/yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##,##0%","¤ #,##,##0.00","[#E0]"],"₹","ਭਾਰਤੀ ਰੁਪਇਆ",function(e){return e===Math.floor(e)&&e>=0&&e<=1?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["pa",[["ਸ.","ਸ਼."],["ਪੂ.ਦੁ.","ਬਾ.ਦੁ."]],[["ਪੂ.ਦੁ.","ਬਾ.ਦੁ."],,],[["ਐ","ਸੋ","ਮੰ","ਬੁੱ","ਵੀ","ਸ਼ੁੱ","ਸ਼"],["ਐਤ","ਸੋਮ","ਮੰਗਲ","ਬੁੱਧ","ਵੀਰ","ਸ਼ੁੱਕਰ","ਸ਼ਨਿੱਚਰ"],["ਐਤਵਾਰ","ਸੋਮਵਾਰ","ਮੰਗਲਵਾਰ","ਬੁੱਧਵਾਰ","ਵੀਰਵਾਰ","ਸ਼ੁੱਕਰਵਾਰ","ਸ਼ਨਿੱਚਰਵਾਰ"],["ਐਤ","ਸੋਮ","ਮੰਗ","ਬੁੱਧ","ਵੀਰ","ਸ਼ੁੱਕ","ਸ਼ਨਿੱ"]],,[["ਜ","ਫ਼","ਮਾ","ਅ","ਮ","ਜੂ","ਜੁ","ਅ","ਸ","ਅ","ਨ","ਦ"],["ਜਨ","ਫ਼ਰ","ਮਾਰਚ","ਅਪ੍ਰੈ","ਮਈ","ਜੂਨ","ਜੁਲਾ","ਅਗ","ਸਤੰ","ਅਕਤੂ","ਨਵੰ","ਦਸੰ"],["ਜਨਵਰੀ","ਫ਼ਰਵਰੀ","ਮਾਰਚ","ਅਪ੍ਰੈਲ","ਮਈ","ਜੂਨ","ਜੁਲਾਈ","ਅਗਸਤ","ਸਤੰਬਰ","ਅਕਤੂਬਰ","ਨਵੰਬਰ","ਦਸੰਬਰ"]],,[["ਈ.ਪੂ.","ਸੰਨ"],["ਈ. ਪੂ.","ਸੰਨ"],["ਈਸਵੀ ਪੂਰਵ","ਈਸਵੀ ਸੰਨ"]],0,[0,0],["d/M/yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##,##0%","¤ #,##,##0.00","[#E0]"],"₹","ਭਾਰਤੀ ਰੁਪਇਆ",function(e){return e===Math.floor(e)&&e>=0&&e<=1?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["pl",[["a","p"],["AM","PM"]],,[["n","p","w","ś","c","p","s"],["niedz.","pon.","wt.","śr.","czw.","pt.","sob."],["niedziela","poniedziałek","wtorek","środa","czwartek","piątek","sobota"],["nie","pon","wto","śro","czw","pią","sob"]],[["N","P","W","Ś","C","P","S"],["niedz.","pon.","wt.","śr.","czw.","pt.","sob."],["niedziela","poniedziałek","wtorek","środa","czwartek","piątek","sobota"],["nie","pon","wto","śro","czw","pią","sob"]],[["s","l","m","k","m","c","l","s","w","p","l","g"],["sty","lut","mar","kwi","maj","cze","lip","sie","wrz","paź","lis","gru"],["stycznia","lutego","marca","kwietnia","maja","czerwca","lipca","sierpnia","września","października","listopada","grudnia"]],[["S","L","M","K","M","C","L","S","W","P","L","G"],["sty","lut","mar","kwi","maj","cze","lip","sie","wrz","paź","lis","gru"],["styczeń","luty","marzec","kwiecień","maj","czerwiec","lipiec","sierpień","wrzesień","październik","listopad","grudzień"]],[["p.n.e.","n.e."],,["przed naszą erą","naszej ery"]],1,[6,0],["dd.MM.y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} {0}"],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"zł","złoty polski",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:0===n&&t%10===Math.floor(t%10)&&t%10>=2&&t%10<=4&&!(t%100>=12&&t%100<=14)?3:0===n&&1!==t&&t%10===Math.floor(t%10)&&t%10>=0&&t%10<=1||0===n&&t%10===Math.floor(t%10)&&t%10>=5&&t%10<=9||0===n&&t%100===Math.floor(t%100)&&t%100>=12&&t%100<=14?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["prg",[["AM","PM"],,],,[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],,],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["M01","M02","M03","M04","M05","M06","M07","M08","M09","M10","M11","M12"]],,[["BCE","CE"],,],1,[6,0],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],,function(e){var t=e.toString().replace(/^[^.]*\.?/,"").length,n=parseInt(e.toString().replace(/^[^.]*\.?/,""),10)||0;return e%10==0||e%100===Math.floor(e%100)&&e%100>=11&&e%100<=19||2===t&&n%100===Math.floor(n%100)&&n%100>=11&&n%100<=19?0:e%10==1&&e%100!=11||2===t&&n%10==1&&n%100!=11||2!==t&&n%10==1?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ps",[["غ.م.","غ.و."],,],,[["S","M","T","W","T","F","S"],["يونۍ","دونۍ","درېنۍ","څلرنۍ","پينځنۍ","جمعه","اونۍ"],,],,[["ج","ف","م","ا","م","ج","ج","ا","س","ا","ن","د"],["جنوري","فبروري","مارچ","اپریل","مۍ","جون","جولای","اگست","سېپتمبر","اکتوبر","نومبر","دسمبر"]],[["1","2","3","4","5","6","7","8","9","10","11","12"],["جنوري","فبروري","مارچ","اپریل","مۍ","جون","جولای","اگست","سپتمبر","اکتوبر","نومبر","دسمبر"],["جنوري","فېبروري","مارچ","اپریل","مۍ","جون","جولای","اگست","سپتمبر","اکتوبر","نومبر","دسمبر"]],[["له میلاد وړاندې","م."],,["له میلاد څخه وړاندې","له میلاد څخه وروسته"]],6,[4,5],["y/M/d","y MMM d","د y د MMMM d","EEEE د y د MMMM d"],["H:mm","H:mm:ss","H:mm:ss (z)","H:mm:ss (zzzz)"],["{1} {0}",,,],[",",".",";","%","‎+","‎−","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"؋","افغانۍ",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["pt-AO",[["a.m.","p.m."],,["da manhã","da tarde"]],[["a.m.","p.m."],,["manhã","tarde"]],[["D","S","T","Q","Q","S","S"],["domingo","segunda","terça","quarta","quinta","sexta","sábado"],["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],["dom","seg","ter","qua","qui","sex","sáb"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez"],["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]],,[["a.C.","d.C."],,["antes de Cristo","depois de Cristo"]],1,[6,0],["dd/MM/yy","dd/MM/y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'às' {0}"],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"Kz","Kwanza angolano",function(e){var t=Math.floor(Math.abs(e));return t===Math.floor(t)&&t>=0&&t<=1?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["pt-CH",[["a.m.","p.m."],,["da manhã","da tarde"]],[["a.m.","p.m."],,["manhã","tarde"]],[["D","S","T","Q","Q","S","S"],["domingo","segunda","terça","quarta","quinta","sexta","sábado"],["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],["dom","seg","ter","qua","qui","sex","sáb"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez"],["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]],,[["a.C.","d.C."],,["antes de Cristo","depois de Cristo"]],1,[6,0],["dd/MM/yy","dd/MM/y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'às' {0}"],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"CHF","franco suíço",function(e){var t=Math.floor(Math.abs(e));return t===Math.floor(t)&&t>=0&&t<=1?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["pt-CV",[["a.m.","p.m."],,["da manhã","da tarde"]],[["a.m.","p.m."],,["manhã","tarde"]],[["D","S","T","Q","Q","S","S"],["domingo","segunda","terça","quarta","quinta","sexta","sábado"],["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],["dom","seg","ter","qua","qui","sex","sáb"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez"],["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]],,[["a.C.","d.C."],,["antes de Cristo","depois de Cristo"]],1,[6,0],["dd/MM/yy","dd/MM/y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'às' {0}"],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"​","escudo cabo-verdiano",function(e){var t=Math.floor(Math.abs(e));return t===Math.floor(t)&&t>=0&&t<=1?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["pt-GQ",[["a.m.","p.m."],,["da manhã","da tarde"]],[["a.m.","p.m."],,["manhã","tarde"]],[["D","S","T","Q","Q","S","S"],["domingo","segunda","terça","quarta","quinta","sexta","sábado"],["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],["dom","seg","ter","qua","qui","sex","sáb"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez"],["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]],,[["a.C.","d.C."],,["antes de Cristo","depois de Cristo"]],1,[6,0],["dd/MM/yy","dd/MM/y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'às' {0}"],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"FCFA","Franco CFA (BEAC)",function(e){var t=Math.floor(Math.abs(e));return t===Math.floor(t)&&t>=0&&t<=1?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["pt-GW",[["a.m.","p.m."],,["da manhã","da tarde"]],[["a.m.","p.m."],,["manhã","tarde"]],[["D","S","T","Q","Q","S","S"],["domingo","segunda","terça","quarta","quinta","sexta","sábado"],["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],["dom","seg","ter","qua","qui","sex","sáb"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez"],["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]],,[["a.C.","d.C."],,["antes de Cristo","depois de Cristo"]],1,[6,0],["dd/MM/yy","dd/MM/y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'às' {0}"],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"CFA","franco CFA (BCEAO)",function(e){var t=Math.floor(Math.abs(e));return t===Math.floor(t)&&t>=0&&t<=1?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["pt-LU",[["a.m.","p.m."],,["da manhã","da tarde"]],[["a.m.","p.m."],,["manhã","tarde"]],[["D","S","T","Q","Q","S","S"],["domingo","segunda","terça","quarta","quinta","sexta","sábado"],["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],["dom","seg","ter","qua","qui","sex","sáb"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez"],["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]],,[["a.C.","d.C."],,["antes de Cristo","depois de Cristo"]],1,[6,0],["dd/MM/yy","dd/MM/y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'às' {0}"],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"€","euro",function(e){var t=Math.floor(Math.abs(e));return t===Math.floor(t)&&t>=0&&t<=1?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["pt-MO",[["a.m.","p.m."],,["da manhã","da tarde"]],[["a.m.","p.m."],,["manhã","tarde"]],[["D","S","T","Q","Q","S","S"],["domingo","segunda","terça","quarta","quinta","sexta","sábado"],["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],["dom","seg","ter","qua","qui","sex","sáb"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez"],["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]],,[["a.C.","d.C."],,["antes de Cristo","depois de Cristo"]],0,[6,0],["dd/MM/yy","dd/MM/y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'às' {0}"],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"MOP$","Pataca de Macau",function(e){var t=Math.floor(Math.abs(e));return t===Math.floor(t)&&t>=0&&t<=1?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["pt-MZ",[["a.m.","p.m."],,["da manhã","da tarde"]],[["a.m.","p.m."],,["manhã","tarde"]],[["D","S","T","Q","Q","S","S"],["domingo","segunda","terça","quarta","quinta","sexta","sábado"],["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],["dom","seg","ter","qua","qui","sex","sáb"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez"],["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]],,[["a.C.","d.C."],,["antes de Cristo","depois de Cristo"]],0,[6,0],["dd/MM/yy","dd/MM/y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'às' {0}"],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"MTn","Metical de Moçambique",function(e){var t=Math.floor(Math.abs(e));return t===Math.floor(t)&&t>=0&&t<=1?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["pt-PT",[["a.m.","p.m."],,["da manhã","da tarde"]],[["a.m.","p.m."],,["manhã","tarde"]],[["D","S","T","Q","Q","S","S"],["domingo","segunda","terça","quarta","quinta","sexta","sábado"],["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],["dom","seg","ter","qua","qui","sex","sáb"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez"],["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]],,[["a.C.","d.C."],,["antes de Cristo","depois de Cristo"]],1,[6,0],["dd/MM/yy","dd/MM/y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'às' {0}"],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"€","euro",function(e){var t=Math.floor(Math.abs(e));return t===Math.floor(t)&&t>=0&&t<=1?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["pt-ST",[["a.m.","p.m."],,["da manhã","da tarde"]],[["a.m.","p.m."],,["manhã","tarde"]],[["D","S","T","Q","Q","S","S"],["domingo","segunda","terça","quarta","quinta","sexta","sábado"],["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],["dom","seg","ter","qua","qui","sex","sáb"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez"],["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]],,[["a.C.","d.C."],,["antes de Cristo","depois de Cristo"]],1,[6,0],["dd/MM/yy","dd/MM/y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'às' {0}"],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"STN","STN",function(e){var t=Math.floor(Math.abs(e));return t===Math.floor(t)&&t>=0&&t<=1?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["pt-TL",[["a.m.","p.m."],,["da manhã","da tarde"]],[["a.m.","p.m."],,["manhã","tarde"]],[["D","S","T","Q","Q","S","S"],["domingo","segunda","terça","quarta","quinta","sexta","sábado"],["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],["dom","seg","ter","qua","qui","sex","sáb"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez"],["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]],,[["a.C.","d.C."],,["antes de Cristo","depois de Cristo"]],1,[6,0],["dd/MM/yy","dd/MM/y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'às' {0}"],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"US$","dólar dos Estados Unidos",function(e){var t=Math.floor(Math.abs(e));return t===Math.floor(t)&&t>=0&&t<=1?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["pt",[["AM","PM"],,],,[["D","S","T","Q","Q","S","S"],["dom","seg","ter","qua","qui","sex","sáb"],["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],["dom","seg","ter","qua","qui","sex","sáb"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez"],["janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro"]],,[["a.C.","d.C."],,["antes de Cristo","depois de Cristo"]],0,[6,0],["dd/MM/y","d 'de' MMM 'de' y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"R$","Real brasileiro",function(e){var t=Math.floor(Math.abs(e));return t===Math.floor(t)&&t>=0&&t<=1?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["qu-BO",[["a.m.","p.m."],,],,[["D","L","M","X","J","V","S"],["Dom","Lun","Mar","Mié","Jue","Vie","Sab"],["Domingo","Lunes","Martes","Miércoles","Jueves","Viernes","Sábado"],["Dom","Lun","Mar","Mié","Jue","Vie","Sab"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["Ene","Feb","Mar","Abr","May","Jun","Jul","Ago","Set","Oct","Nov","Dic"],["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Setiembre","Octubre","Noviembre","Diciembre"]],,[["BCE","dC"],["BCE","d.C."]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM, y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,"{0} {1}","{1} {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤ #,##0.00","#E0"],"Bs","BOB",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["qu-EC",[["a.m.","p.m."],,],,[["D","L","M","X","J","V","S"],["Dom","Lun","Mar","Mié","Jue","Vie","Sab"],["Domingo","Lunes","Martes","Miércoles","Jueves","Viernes","Sábado"],["Dom","Lun","Mar","Mié","Jue","Vie","Sab"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["Ene","Feb","Mar","Abr","May","Jun","Jul","Ago","Set","Oct","Nov","Dic"],["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Setiembre","Octubre","Noviembre","Diciembre"]],,[["BCE","dC"],["BCE","d.C."]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM, y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,"{0} {1}","{1} {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤ #,##0.00","#E0"],"$","USD",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["qu",[["a.m.","p.m."],,],,[["D","L","M","X","J","V","S"],["Dom","Lun","Mar","Mié","Jue","Vie","Sab"],["Domingo","Lunes","Martes","Miércoles","Jueves","Viernes","Sábado"],["Dom","Lun","Mar","Mié","Jue","Vie","Sab"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["Ene","Feb","Mar","Abr","May","Jun","Jul","Ago","Set","Oct","Nov","Dic"],["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Setiembre","Octubre","Noviembre","Diciembre"]],,[["BCE","dC"],["BCE","d.C."]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM, y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,"{0} {1}","{1} {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","¤ #,##0.00","#E0"],"S/","PEN",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["rm",[["AM","PM"],,],,[["D","G","M","M","G","V","S"],["du","gli","ma","me","gie","ve","so"],["dumengia","glindesdi","mardi","mesemna","gievgia","venderdi","sonda"],["du","gli","ma","me","gie","ve","so"]],,[["S","F","M","A","M","Z","F","A","S","O","N","D"],["schan.","favr.","mars","avr.","matg","zercl.","fan.","avust","sett.","oct.","nov.","dec."],["schaner","favrer","mars","avrigl","matg","zercladur","fanadur","avust","settember","october","november","december"]],,[["av. Cr.","s. Cr."],,["avant Cristus","suenter Cristus"]],1,[6,0],["dd-MM-yy","dd-MM-y","d 'da' MMMM y","EEEE, 'ils' d 'da' MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".","’",";","%","+","−","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"CHF","franc svizzer",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["rn",[["Z.MU.","Z.MW."],,],,[["S","M","T","W","T","F","S"],["cu.","mbe.","kab.","gtu.","kan.","gnu.","gnd."],["Ku w’indwi","Ku wa mbere","Ku wa kabiri","Ku wa gatatu","Ku wa kane","Ku wa gatanu","Ku wa gatandatu"],["cu.","mbe.","kab.","gtu.","kan.","gnu.","gnd."]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["Mut.","Gas.","Wer.","Mat.","Gic.","Kam.","Nya.","Kan.","Nze.","Ukw.","Ugu.","Uku."],["Nzero","Ruhuhuma","Ntwarante","Ndamukiza","Rusama","Ruheshi","Mukakaro","Nyandagaro","Nyakanga","Gitugutu","Munyonyo","Kigarama"]],,[["Mb.Y.","Ny.Y"],,["Mbere ya Yezu","Nyuma ya Yezu"]],1,[6,0],["d/M/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00¤","#E0"],"FBu","Ifaranga ry’Uburundi",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ro-MD",[["a.m.","p.m."],,],,[["D","L","Ma","Mi","J","V","S"],["Dum","Lun","Mar","Mie","Joi","Vin","Sâm"],["duminică","luni","marți","miercuri","joi","vineri","sâmbătă"],["Du","Lu","Ma","Mi","Jo","Vi","Sâ"]],,[["I","F","M","A","M","I","I","A","S","O","N","D"],["ian.","feb.","mar.","apr.","mai","iun.","iul.","aug.","sept.","oct.","nov.","dec."],["ianuarie","februarie","martie","aprilie","mai","iunie","iulie","august","septembrie","octombrie","noiembrie","decembrie"]],,[["î.Hr.","d.Hr."],,["înainte de Hristos","după Hristos"]],1,[6,0],["dd.MM.y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"L","leu moldovenesc",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:0!==n||0===e||1!==e&&e%100===Math.floor(e%100)&&e%100>=1&&e%100<=19?3:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ro",[["a.m.","p.m."],,],,[["D","L","M","M","J","V","S"],["dum.","lun.","mar.","mie.","joi","vin.","sâm."],["duminică","luni","marți","miercuri","joi","vineri","sâmbătă"],["du.","lu.","ma.","mi.","joi","vi.","sâ."]],,[["I","F","M","A","M","I","I","A","S","O","N","D"],["ian.","feb.","mar.","apr.","mai","iun.","iul.","aug.","sept.","oct.","nov.","dec."],["ianuarie","februarie","martie","aprilie","mai","iunie","iulie","august","septembrie","octombrie","noiembrie","decembrie"]],,[["î.Hr.","d.Hr."],,["înainte de Hristos","după Hristos"]],1,[6,0],["dd.MM.y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"RON","leu românesc",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:0!==n||0===e||1!==e&&e%100===Math.floor(e%100)&&e%100>=1&&e%100<=19?3:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["rof",[["kang’ama","kingoto"],,],,[["2","3","4","5","6","7","1"],["Ijp","Ijt","Ijn","Ijtn","Alh","Iju","Ijm"],["Ijumapili","Ijumatatu","Ijumanne","Ijumatano","Alhamisi","Ijumaa","Ijumamosi"],["Ijp","Ijt","Ijn","Ijtn","Alh","Iju","Ijm"]],,[["K","K","K","K","T","S","S","N","T","I","I","I"],["M1","M2","M3","M4","M5","M6","M7","M8","M9","M10","M11","M12"],["Mweri wa kwanza","Mweri wa kaili","Mweri wa katatu","Mweri wa kaana","Mweri wa tanu","Mweri wa sita","Mweri wa saba","Mweri wa nane","Mweri wa tisa","Mweri wa ikumi","Mweri wa ikumi na moja","Mweri wa ikumi na mbili"]],,[["KM","BM"],,["Kabla ya Mayesu","Baada ya Mayesu"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"TSh","heleri sa Tanzania",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["root",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",,"{1} 'at' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","US Dollar",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ru-BY",[["AM","PM"],,],,[["вс","пн","вт","ср","чт","пт","сб"],,["воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"],["вс","пн","вт","ср","чт","пт","сб"]],[["В","П","В","С","Ч","П","С"],["вс","пн","вт","ср","чт","пт","сб"],["воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"],["вс","пн","вт","ср","чт","пт","сб"]],[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["янв.","февр.","мар.","апр.","мая","июн.","июл.","авг.","сент.","окт.","нояб.","дек."],["января","февраля","марта","апреля","мая","июня","июля","августа","сентября","октября","ноября","декабря"]],[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["янв.","февр.","март","апр.","май","июнь","июль","авг.","сент.","окт.","нояб.","дек."],["январь","февраль","март","апрель","май","июнь","июль","август","сентябрь","октябрь","ноябрь","декабрь"]],[["до н.э.","н.э."],["до н. э.","н. э."],["до Рождества Христова","от Рождества Христова"]],1,[6,0],["dd.MM.y","d MMM y 'г'.","d MMMM y 'г'.","EEEE, d MMMM y 'г'."],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss zzzz"],["{1}, {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","не число",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"Br","белорусский рубль",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 0===n&&t%10==1&&t%100!=11?1:0===n&&t%10===Math.floor(t%10)&&t%10>=2&&t%10<=4&&!(t%100>=12&&t%100<=14)?3:0===n&&t%10==0||0===n&&t%10===Math.floor(t%10)&&t%10>=5&&t%10<=9||0===n&&t%100===Math.floor(t%100)&&t%100>=11&&t%100<=14?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ru-KG",[["AM","PM"],,],,[["вс","пн","вт","ср","чт","пт","сб"],,["воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"],["вс","пн","вт","ср","чт","пт","сб"]],[["В","П","В","С","Ч","П","С"],["вс","пн","вт","ср","чт","пт","сб"],["воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"],["вс","пн","вт","ср","чт","пт","сб"]],[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["янв.","февр.","мар.","апр.","мая","июн.","июл.","авг.","сент.","окт.","нояб.","дек."],["января","февраля","марта","апреля","мая","июня","июля","августа","сентября","октября","ноября","декабря"]],[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["янв.","февр.","март","апр.","май","июнь","июль","авг.","сент.","окт.","нояб.","дек."],["январь","февраль","март","апрель","май","июнь","июль","август","сентябрь","октябрь","ноябрь","декабрь"]],[["до н.э.","н.э."],["до н. э.","н. э."],["до Рождества Христова","от Рождества Христова"]],1,[6,0],["dd.MM.y","d MMM y 'г'.","d MMMM y 'г'.","EEEE, d MMMM y 'г'."],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss zzzz"],["{1}, {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","не число",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"сом","киргизский сом",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 0===n&&t%10==1&&t%100!=11?1:0===n&&t%10===Math.floor(t%10)&&t%10>=2&&t%10<=4&&!(t%100>=12&&t%100<=14)?3:0===n&&t%10==0||0===n&&t%10===Math.floor(t%10)&&t%10>=5&&t%10<=9||0===n&&t%100===Math.floor(t%100)&&t%100>=11&&t%100<=14?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ru-KZ",[["AM","PM"],,],,[["вс","пн","вт","ср","чт","пт","сб"],,["воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"],["вс","пн","вт","ср","чт","пт","сб"]],[["В","П","В","С","Ч","П","С"],["вс","пн","вт","ср","чт","пт","сб"],["воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"],["вс","пн","вт","ср","чт","пт","сб"]],[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["янв.","февр.","мар.","апр.","мая","июн.","июл.","авг.","сент.","окт.","нояб.","дек."],["января","февраля","марта","апреля","мая","июня","июля","августа","сентября","октября","ноября","декабря"]],[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["янв.","февр.","март","апр.","май","июнь","июль","авг.","сент.","окт.","нояб.","дек."],["январь","февраль","март","апрель","май","июнь","июль","август","сентябрь","октябрь","ноябрь","декабрь"]],[["до н.э.","н.э."],["до н. э.","н. э."],["до Рождества Христова","от Рождества Христова"]],1,[6,0],["dd.MM.y","d MMM y 'г'.","d MMMM y 'г'.","EEEE, d MMMM y 'г'."],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss zzzz"],["{1}, {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","не число",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"₸","казахский тенге",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 0===n&&t%10==1&&t%100!=11?1:0===n&&t%10===Math.floor(t%10)&&t%10>=2&&t%10<=4&&!(t%100>=12&&t%100<=14)?3:0===n&&t%10==0||0===n&&t%10===Math.floor(t%10)&&t%10>=5&&t%10<=9||0===n&&t%100===Math.floor(t%100)&&t%100>=11&&t%100<=14?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ru-MD",[["AM","PM"],,],,[["вс","пн","вт","ср","чт","пт","сб"],,["воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"],["вс","пн","вт","ср","чт","пт","сб"]],[["В","П","В","С","Ч","П","С"],["вс","пн","вт","ср","чт","пт","сб"],["воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"],["вс","пн","вт","ср","чт","пт","сб"]],[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["янв.","февр.","мар.","апр.","мая","июн.","июл.","авг.","сент.","окт.","нояб.","дек."],["января","февраля","марта","апреля","мая","июня","июля","августа","сентября","октября","ноября","декабря"]],[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["янв.","февр.","март","апр.","май","июнь","июль","авг.","сент.","окт.","нояб.","дек."],["январь","февраль","март","апрель","май","июнь","июль","август","сентябрь","октябрь","ноябрь","декабрь"]],[["до н.э.","н.э."],["до н. э.","н. э."],["до Рождества Христова","от Рождества Христова"]],1,[6,0],["dd.MM.y","d MMM y 'г'.","d MMMM y 'г'.","EEEE, d MMMM y 'г'."],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss zzzz"],["{1}, {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","не число",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"L","молдавский лей",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 0===n&&t%10==1&&t%100!=11?1:0===n&&t%10===Math.floor(t%10)&&t%10>=2&&t%10<=4&&!(t%100>=12&&t%100<=14)?3:0===n&&t%10==0||0===n&&t%10===Math.floor(t%10)&&t%10>=5&&t%10<=9||0===n&&t%100===Math.floor(t%100)&&t%100>=11&&t%100<=14?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ru-UA",[["AM","PM"],,],,[["вс","пн","вт","ср","чт","пт","сб"],,["воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"],["вс","пн","вт","ср","чт","пт","сб"]],[["В","П","В","С","Ч","П","С"],["вс","пн","вт","ср","чт","пт","сб"],["воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"],["вс","пн","вт","ср","чт","пт","сб"]],[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["янв.","февр.","мар.","апр.","мая","июн.","июл.","авг.","сент.","окт.","нояб.","дек."],["января","февраля","марта","апреля","мая","июня","июля","августа","сентября","октября","ноября","декабря"]],[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["янв.","февр.","март","апр.","май","июнь","июль","авг.","сент.","окт.","нояб.","дек."],["январь","февраль","март","апрель","май","июнь","июль","август","сентябрь","октябрь","ноябрь","декабрь"]],[["до н.э.","н.э."],["до н. э.","н. э."],["до Рождества Христова","от Рождества Христова"]],1,[6,0],["dd.MM.y","d MMM y 'г'.","d MMMM y 'г'.","EEEE, d MMMM y 'г'."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","не число",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"₴","украинская гривна",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 0===n&&t%10==1&&t%100!=11?1:0===n&&t%10===Math.floor(t%10)&&t%10>=2&&t%10<=4&&!(t%100>=12&&t%100<=14)?3:0===n&&t%10==0||0===n&&t%10===Math.floor(t%10)&&t%10>=5&&t%10<=9||0===n&&t%100===Math.floor(t%100)&&t%100>=11&&t%100<=14?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ru",[["AM","PM"],,],,[["вс","пн","вт","ср","чт","пт","сб"],,["воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"],["вс","пн","вт","ср","чт","пт","сб"]],[["В","П","В","С","Ч","П","С"],["вс","пн","вт","ср","чт","пт","сб"],["воскресенье","понедельник","вторник","среда","четверг","пятница","суббота"],["вс","пн","вт","ср","чт","пт","сб"]],[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["янв.","февр.","мар.","апр.","мая","июн.","июл.","авг.","сент.","окт.","нояб.","дек."],["января","февраля","марта","апреля","мая","июня","июля","августа","сентября","октября","ноября","декабря"]],[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["янв.","февр.","март","апр.","май","июнь","июль","авг.","сент.","окт.","нояб.","дек."],["январь","февраль","март","апрель","май","июнь","июль","август","сентябрь","октябрь","ноябрь","декабрь"]],[["до н.э.","н.э."],["до н. э.","н. э."],["до Рождества Христова","от Рождества Христова"]],1,[6,0],["dd.MM.y","d MMM y 'г'.","d MMMM y 'г'.","EEEE, d MMMM y 'г'."],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss zzzz"],["{1}, {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","не число",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"₽","российский рубль",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 0===n&&t%10==1&&t%100!=11?1:0===n&&t%10===Math.floor(t%10)&&t%10>=2&&t%10<=4&&!(t%100>=12&&t%100<=14)?3:0===n&&t%10==0||0===n&&t%10===Math.floor(t%10)&&t%10>=5&&t%10<=9||0===n&&t%100===Math.floor(t%100)&&t%100>=11&&t%100<=14?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["rw",[["AM","PM"],,],,[["S","M","T","W","T","F","S"],["cyu.","mbe.","kab.","gtu.","kan.","gnu.","gnd."],["Ku cyumweru","Kuwa mbere","Kuwa kabiri","Kuwa gatatu","Kuwa kane","Kuwa gatanu","Kuwa gatandatu"],["cyu.","mbe.","kab.","gtu.","kan.","gnu.","gnd."]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["mut.","gas.","wer.","mat.","gic.","kam.","nya.","kan.","nze.","ukw.","ugu.","uku."],["Mutarama","Gashyantare","Werurwe","Mata","Gicuransi","Kamena","Nyakanga","Kanama","Nzeli","Ukwakira","Ugushyingo","Ukuboza"]],,[["BCE","CE"],,],1,[6,0],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"RF","RWF",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["rwk",[["utuko","kyiukonyi"],,],,[["J","J","J","J","A","I","J"],["Jpi","Jtt","Jnn","Jtn","Alh","Iju","Jmo"],["Jumapilyi","Jumatatuu","Jumanne","Jumatanu","Alhamisi","Ijumaa","Jumamosi"],["Jpi","Jtt","Jnn","Jtn","Alh","Iju","Jmo"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ago","Sep","Okt","Nov","Des"],["Januari","Februari","Machi","Aprilyi","Mei","Junyi","Julyai","Agusti","Septemba","Oktoba","Novemba","Desemba"]],,[["KK","BK"],,["Kabla ya Kristu","Baada ya Kristu"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00¤","#E0"],"TSh","Shilingi ya Tanzania",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["sah",[["ЭИ","ЭК"],,],,[["Б","Б","О","С","Ч","Б","С"],["бс","бн","оп","сэ","чп","бэ","сб"],["баскыһыанньа","бэнидиэнньик","оптуорунньук","сэрэдэ","чэппиэр","Бээтиҥсэ","субуота"],["бс","бн","оп","сэ","чп","бэ","сб"]],,[["Т","О","К","М","Ы","Б","О","А","Б","А","С","А"],["Тохс","Олун","Клн","Мсу","Ыам","Бэс","Отй","Атр","Блҕ","Алт","Сэт","Ахс"],["Тохсунньу","Олунньу","Кулун тутар","Муус устар","Ыам ыйын","Бэс ыйын","От ыйын","Атырдьых ыйын","Балаҕан ыйын","Алтынньы","Сэтинньи","ахсынньы"]],[["Т","О","К","М","Ы","Б","О","А","Б","А","С","А"],["Тохс","Олун","Клн","Мсу","Ыам","Бэс","Отй","Атр","Блҕ","Алт","Сэт","Ахс"],["тохсунньу","олунньу","кулун тутар","муус устар","ыам ыйа","бэс ыйа","от ыйа","атырдьых ыйа","балаҕан ыйа","алтынньы","сэтинньи","ахсынньы"]],[["б. э. и.","б. э"],,],1,[6,0],["yy/M/d","y, MMM d","y, MMMM d","y 'сыл' MMMM d 'күнэ', EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","чыыһыла буотах",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"₽","Арассыыйа солкуобайа",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["saq",[["Tesiran","Teipa"],,],,[["A","K","O","I","I","S","K"],["Are","Kun","Ong","Ine","Ile","Sap","Kwe"],["Mderot ee are","Mderot ee kuni","Mderot ee ong’wan","Mderot ee inet","Mderot ee ile","Mderot ee sapa","Mderot ee kwe"],["Are","Kun","Ong","Ine","Ile","Sap","Kwe"]],,[["O","W","O","O","I","I","S","I","S","T","T","T"],["Obo","Waa","Oku","Ong","Ime","Ile","Sap","Isi","Saa","Tom","Tob","Tow"],["Lapa le obo","Lapa le waare","Lapa le okuni","Lapa le ong’wan","Lapa le imet","Lapa le ile","Lapa le sapa","Lapa le isiet","Lapa le saal","Lapa le tomon","Lapa le tomon obo","Lapa le tomon waare"]],,[["KK","BK"],,["Kabla ya Christo","Baada ya Christo"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"Ksh","Njilingi eel Kenya",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["sbp",[["Lwamilawu","Pashamihe"],,],,[["M","J","J","J","A","I","J"],["Mul","Jtt","Jnn","Jtn","Alh","Iju","Jmo"],["Mulungu","Jumatatu","Jumanne","Jumatano","Alahamisi","Ijumaa","Jumamosi"],["Mul","Jtt","Jnn","Jtn","Alh","Iju","Jmo"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["Mup","Mwi","Msh","Mun","Mag","Muj","Msp","Mpg","Mye","Mok","Mus","Muh"],["Mupalangulwa","Mwitope","Mushende","Munyi","Mushende Magali","Mujimbi","Mushipepo","Mupuguto","Munyense","Mokhu","Musongandembwe","Muhaano"]],,[["AK","PK"],,["Ashanali uKilisito","Pamwandi ya Kilisto"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00¤","#E0"],"TSh","Ihela ya Tansaniya",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["sd",[["صبح، منجهند","منجهند، شام"],["صبح، منجهند","شام، منجهند"],["صبح، منجهند","منجهند، شام"]],[["صبح، منجهند","منجهند، شام"],,],[["آچر","سو","اڱارو","اربع","خم","جمعو","ڇنڇر"],["آچر","سومر","اڱارو","اربع","خميس","جمعو","ڇنڇر"],,],[["آچ","سو","اڱ","ار","خم","جم","ڇن"],["آچر","سومر","اڱارو","اربع","خميس","جمعو","ڇنڇر"],,],[["1","2","3","4","5","6","7","8","9","10","11","12"],["جنوري","فيبروري","مارچ","اپريل","مئي","جون","جولاءِ","آگسٽ","سيپٽمبر","آڪٽوبر","نومبر","ڊسمبر"]],,[["BCE","CE"],,["مسيح کان اڳ","عيسوي کان پهرين"]],0,[6,0],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"Rs","پاڪستاني رپي",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["se-FI",[["i","e"],["ib","eb"]],[["ib","eb"],,],[["S","M","D","G","D","B","L"],["so","má","di","ga","du","be","lá"],["sotnabeaivi","mánnodat","disdat","gaskavahkku","duorastat","bearjadat","lávvordat"],["so","má","di","ga","du","be","lá"]],,[["O","G","N","C","M","G","S","B","Č","G","S","J"],["ođđj","guov","njuk","cuoŋ","mies","geas","suoi","borg","čakč","golg","skáb","juov"],["ođđajagemánnu","guovvamánnu","njukčamánnu","cuoŋománnu","miessemánnu","geassemánnu","suoidnemánnu","borgemánnu","čakčamánnu","golggotmánnu","skábmamánnu","juovlamánnu"]],,[["oKr.","mKr."],,["ovdal Kristusa","maŋŋel Kristusa"]],1,[6,0],["dd.MM.y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[","," ",";","%","+","−","·10^","·","‰","∞","¤¤¤",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"€","euro",function(e){return 1===e?1:2===e?2:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["se-SE",[["i.b.","e.b."],,["iđitbeaivet","eahketbeaivet"]],[["i.b.","e.b."],,["iđitbeaivi","eahketbeaivi"]],[["S","V","M","G","D","B","L"],["sotn","vuos","maŋ","gask","duor","bear","láv"],["sotnabeaivi","vuossárga","maŋŋebárga","gaskavahkku","duorasdat","bearjadat","lávvardat"],["sotn","vuos","maŋ","gask","duor","bear","láv"]],,[["O","G","N","C","M","G","S","B","Č","G","S","J"],["ođđj","guov","njuk","cuo","mies","geas","suoi","borg","čakč","golg","skáb","juov"],["ođđajagemánnu","guovvamánnu","njukčamánnu","cuoŋománnu","miessemánnu","geassemánnu","suoidnemánnu","borgemánnu","čakčamánnu","golggotmánnu","skábmamánnu","juovlamánnu"]],,[["o.Kr.","m.Kr."],,["ovdal Kristtusa","maŋŋel Kristtusa"]],1,[6,0],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[","," ",";","%","+","−","·10^","·","‰","∞","¤¤¤",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"kr","ruoŧŧa kruvdno",function(e){return 1===e?1:2===e?2:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["se",[["i.b.","e.b."],,["iđitbeaivet","eahketbeaivet"]],[["i.b.","e.b."],,["iđitbeaivi","eahketbeaivi"]],[["S","V","M","G","D","B","L"],["sotn","vuos","maŋ","gask","duor","bear","láv"],["sotnabeaivi","vuossárga","maŋŋebárga","gaskavahkku","duorasdat","bearjadat","lávvardat"],["sotn","vuos","maŋ","gask","duor","bear","láv"]],,[["O","G","N","C","M","G","S","B","Č","G","S","J"],["ođđj","guov","njuk","cuo","mies","geas","suoi","borg","čakč","golg","skáb","juov"],["ođđajagemánnu","guovvamánnu","njukčamánnu","cuoŋománnu","miessemánnu","geassemánnu","suoidnemánnu","borgemánnu","čakčamánnu","golggotmánnu","skábmamánnu","juovlamánnu"]],,[["o.Kr.","m.Kr."],,["ovdal Kristtusa","maŋŋel Kristtusa"]],1,[6,0],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[","," ",";","%","+","−","·10^","·","‰","∞","¤¤¤",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"kr","norgga kruvdno",function(e){return 1===e?1:2===e?2:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["seh",[["AM","PM"],,],,[["D","P","C","T","N","S","S"],["Dim","Pos","Pir","Tat","Nai","Sha","Sab"],["Dimingu","Chiposi","Chipiri","Chitatu","Chinai","Chishanu","Sabudu"],["Dim","Pos","Pir","Tat","Nai","Sha","Sab"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Aug","Set","Otu","Nov","Dec"],["Janeiro","Fevreiro","Marco","Abril","Maio","Junho","Julho","Augusto","Setembro","Otubro","Novembro","Decembro"]],,[["AC","AD"],,["Antes de Cristo","Anno Domini"]],0,[6,0],["d/M/y","d 'de' MMM 'de' y","d 'de' MMMM 'de' y","EEEE, d 'de' MMMM 'de' y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00¤","#E0"],"MTn","Metical de Moçambique",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ses",[["Adduha","Aluula"],,],,[["H","T","T","L","L","L","S"],["Alh","Ati","Ata","Ala","Alm","Alz","Asi"],["Alhadi","Atinni","Atalaata","Alarba","Alhamiisa","Alzuma","Asibti"],["Alh","Ati","Ata","Ala","Alm","Alz","Asi"]],,[["Ž","F","M","A","M","Ž","Ž","U","S","O","N","D"],["Žan","Fee","Mar","Awi","Me","Žuw","Žuy","Ut","Sek","Okt","Noo","Dee"],["Žanwiye","Feewiriye","Marsi","Awiril","Me","Žuweŋ","Žuyye","Ut","Sektanbur","Oktoobur","Noowanbur","Deesanbur"]],,[["IJ","IZ"],,["Isaa jine","Isaa zamanoo"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],["."," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00¤","#E0"],"CFA","CFA Fraŋ (BCEAO)",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["sg",[["ND","LK"],,],,[["K","S","T","S","K","P","Y"],["Bk1","Bk2","Bk3","Bk4","Bk5","Lâp","Lây"],["Bikua-ôko","Bïkua-ûse","Bïkua-ptâ","Bïkua-usïö","Bïkua-okü","Lâpôsö","Lâyenga"],["Bk1","Bk2","Bk3","Bk4","Bk5","Lâp","Lây"]],,[["N","F","M","N","B","F","L","K","M","N","N","K"],["Nye","Ful","Mbä","Ngu","Bêl","Fön","Len","Kük","Mvu","Ngb","Nab","Kak"],["Nyenye","Fulundïgi","Mbängü","Ngubùe","Bêläwü","Föndo","Lengua","Kükürü","Mvuka","Ngberere","Nabändüru","Kakauka"]],,[["KnK","NpK"],,["Kôzo na Krîstu","Na pekô tî Krîstu"]],1,[6,0],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00;¤-#,##0.00","#E0"],"FCFA","farânga CFA (BEAC)",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["shi-Latn",[["tifawt","tadggʷat"],,],,[["S","M","T","W","T","F","S"],["asa","ayn","asi","akṛ","akw","asim","asiḍ"],["asamas","aynas","asinas","akṛas","akwas","asimwas","asiḍyas"],["asa","ayn","asi","akṛ","akw","asim","asiḍ"]],,[["i","b","m","i","m","y","y","ɣ","c","k","n","d"],["inn","bṛa","maṛ","ibr","may","yun","yul","ɣuc","cut","ktu","nuw","duj"],["innayr","bṛayṛ","maṛṣ","ibrir","mayyu","yunyu","yulyuz","ɣuct","cutanbir","ktubr","nuwanbir","dujanbir"]],,[["daɛ","dfɛ"],,["dat n ɛisa","dffir n ɛisa"]],6,[5,6],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00¤","#E0"],"MAD","adrim n lmɣrib",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["shi-Tfng",[["ⵜⵉⴼⴰⵡⵜ","ⵜⴰⴷⴳⴳⵯⴰⵜ"],,],,[["S","M","T","W","T","F","S"],["ⴰⵙⴰ","ⴰⵢⵏ","ⴰⵙⵉ","ⴰⴽⵕ","ⴰⴽⵡ","ⴰⵙⵉⵎ","ⴰⵙⵉⴹ"],["ⴰⵙⴰⵎⴰⵙ","ⴰⵢⵏⴰⵙ","ⴰⵙⵉⵏⴰⵙ","ⴰⴽⵕⴰⵙ","ⴰⴽⵡⴰⵙ","ⵙⵉⵎⵡⴰⵙ","ⴰⵙⵉⴹⵢⴰⵙ"],["ⴰⵙⴰ","ⴰⵢⵏ","ⴰⵙⵉ","ⴰⴽⵕ","ⴰⴽⵡ","ⴰⵙⵉⵎ","ⴰⵙⵉⴹ"]],,[["ⵉ","ⴱ","ⵎ","ⵉ","ⵎ","ⵢ","ⵢ","ⵖ","ⵛ","ⴽ","ⵏ","ⴷ"],["ⵉⵏⵏ","ⴱⵕⴰ","ⵎⴰⵕ","ⵉⴱⵔ","ⵎⴰⵢ","ⵢⵓⵏ","ⵢⵓⵍ","ⵖⵓⵛ","ⵛⵓⵜ","ⴽⵜⵓ","ⵏⵓⵡ","ⴷⵓⵊ"],["ⵉⵏⵏⴰⵢⵔ","ⴱⵕⴰⵢⵕ","ⵎⴰⵕⵚ","ⵉⴱⵔⵉⵔ","ⵎⴰⵢⵢⵓ","ⵢⵓⵏⵢⵓ","ⵢⵓⵍⵢⵓⵣ","ⵖⵓⵛⵜ","ⵛⵓⵜⴰⵏⴱⵉⵔ","ⴽⵜⵓⴱⵔ","ⵏⵓⵡⴰⵏⴱⵉⵔ","ⴷⵓⵊⴰⵏⴱⵉⵔ"]],,[["ⴷⴰⵄ","ⴷⴼⵄ"],,["ⴷⴰⵜ ⵏ ⵄⵉⵙⴰ","ⴷⴼⴼⵉⵔ ⵏ ⵄⵉⵙⴰ"]],6,[5,6],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00¤","#E0"],"MAD","ⴰⴷⵔⵉⵎ ⵏ ⵍⵎⵖⵔⵉⴱ",function(e){return 0===Math.floor(Math.abs(e))||1===e?1:e===Math.floor(e)&&e>=2&&e<=10?3:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["shi",[["ⵜⵉⴼⴰⵡⵜ","ⵜⴰⴷⴳⴳⵯⴰⵜ"],,],,[["S","M","T","W","T","F","S"],["ⴰⵙⴰ","ⴰⵢⵏ","ⴰⵙⵉ","ⴰⴽⵕ","ⴰⴽⵡ","ⴰⵙⵉⵎ","ⴰⵙⵉⴹ"],["ⴰⵙⴰⵎⴰⵙ","ⴰⵢⵏⴰⵙ","ⴰⵙⵉⵏⴰⵙ","ⴰⴽⵕⴰⵙ","ⴰⴽⵡⴰⵙ","ⵙⵉⵎⵡⴰⵙ","ⴰⵙⵉⴹⵢⴰⵙ"],["ⴰⵙⴰ","ⴰⵢⵏ","ⴰⵙⵉ","ⴰⴽⵕ","ⴰⴽⵡ","ⴰⵙⵉⵎ","ⴰⵙⵉⴹ"]],,[["ⵉ","ⴱ","ⵎ","ⵉ","ⵎ","ⵢ","ⵢ","ⵖ","ⵛ","ⴽ","ⵏ","ⴷ"],["ⵉⵏⵏ","ⴱⵕⴰ","ⵎⴰⵕ","ⵉⴱⵔ","ⵎⴰⵢ","ⵢⵓⵏ","ⵢⵓⵍ","ⵖⵓⵛ","ⵛⵓⵜ","ⴽⵜⵓ","ⵏⵓⵡ","ⴷⵓⵊ"],["ⵉⵏⵏⴰⵢⵔ","ⴱⵕⴰⵢⵕ","ⵎⴰⵕⵚ","ⵉⴱⵔⵉⵔ","ⵎⴰⵢⵢⵓ","ⵢⵓⵏⵢⵓ","ⵢⵓⵍⵢⵓⵣ","ⵖⵓⵛⵜ","ⵛⵓⵜⴰⵏⴱⵉⵔ","ⴽⵜⵓⴱⵔ","ⵏⵓⵡⴰⵏⴱⵉⵔ","ⴷⵓⵊⴰⵏⴱⵉⵔ"]],,[["ⴷⴰⵄ","ⴷⴼⵄ"],,["ⴷⴰⵜ ⵏ ⵄⵉⵙⴰ","ⴷⴼⴼⵉⵔ ⵏ ⵄⵉⵙⴰ"]],6,[5,6],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00¤","#E0"],"MAD","ⴰⴷⵔⵉⵎ ⵏ ⵍⵎⵖⵔⵉⴱ",function(e){return 0===Math.floor(Math.abs(e))||1===e?1:e===Math.floor(e)&&e>=2&&e<=10?3:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["si",[["පෙ","ප"],["පෙ.ව.","ප.ව."]],[["පෙ.ව.","ප.ව."],,],[["ඉ","ස","අ","බ","බ්‍ර","සි","සෙ"],["ඉරිදා","සඳුදා","අඟහ","බදාදා","බ්‍රහස්","සිකු","සෙන"],["ඉරිදා","සඳුදා","අඟහරුවාදා","බදාදා","බ්‍රහස්පතින්දා","සිකුරාදා","සෙනසුරාදා"],["ඉරි","සඳු","අඟ","බදා","බ්‍රහ","සිකු","සෙන"]],,[["ජ","පෙ","මා","අ","මැ","ජූ","ජූ","අ","සැ","ඔ","නෙ","දෙ"],["ජන","පෙබ","මාර්තු","අප්‍රේල්","මැයි","ජූනි","ජූලි","අගෝ","සැප්","ඔක්","නොවැ","දෙසැ"],["ජනවාරි","පෙබරවාරි","මාර්තු","අප්‍රේල්","මැයි","ජූනි","ජූලි","අගෝස්තු","සැප්තැම්බර්","ඔක්තෝබර්","නොවැම්බර්","දෙසැම්බර්"]],[["ජ","පෙ","මා","අ","මැ","ජූ","ජූ","අ","සැ","ඔ","නෙ","දෙ"],["ජන","පෙබ","මාර්","අප්‍රේල්","මැයි","ජූනි","ජූලි","අගෝ","සැප්","ඔක්","නොවැ","දෙසැ"],["ජනවාරි","පෙබරවාරි","මාර්තු","අප්‍රේල්","මැයි","ජූනි","ජූලි","අගෝස්තු","සැප්තැම්බර්","ඔක්තෝබර්","නොවැම්බර්","දෙසැම්බර්"]],[["ක්‍රි.පූ.","ක්‍රි.ව."],,["ක්‍රිස්තු පූර්ව","ක්‍රිස්තු වර්ෂ"]],1,[6,0],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH.mm","HH.mm.ss","HH.mm.ss z","HH.mm.ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN","."],["#,##0.###","#,##0%","¤#,##0.00","#"],"රු.","ශ්‍රී ලංකා රුපියල",function(e){var t=Math.floor(Math.abs(e)),n=parseInt(e.toString().replace(/^[^.]*\.?/,""),10)||0;return 0===e||1===e||0===t&&1===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["sk",[["AM","PM"],,],,[["n","p","u","s","š","p","s"],["ne","po","ut","st","št","pi","so"],["nedeľa","pondelok","utorok","streda","štvrtok","piatok","sobota"],["ne","po","ut","st","št","pi","so"]],,[["j","f","m","a","m","j","j","a","s","o","n","d"],["jan","feb","mar","apr","máj","jún","júl","aug","sep","okt","nov","dec"],["januára","februára","marca","apríla","mája","júna","júla","augusta","septembra","októbra","novembra","decembra"]],[["j","f","m","a","m","j","j","a","s","o","n","d"],["jan","feb","mar","apr","máj","jún","júl","aug","sep","okt","nov","dec"],["január","február","marec","apríl","máj","jún","júl","august","september","október","november","december"]],[["pred Kr.","po Kr."],,["pred Kristom","po Kristovi"]],1,[6,0],["d. M. y",,"d. MMMM y","EEEE d. MMMM y"],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss zzzz"],["{1} {0}","{1}, {0}",,],[","," ",";","%","+","-","e","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"€","euro",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:t===Math.floor(t)&&t>=2&&t<=4&&0===n?3:0!==n?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["sl",[["d","p"],["dop.","pop."]],[["d","p"],["dop.","pop."],["dopoldne","popoldne"]],[["n","p","t","s","č","p","s"],["ned.","pon.","tor.","sre.","čet.","pet.","sob."],["nedelja","ponedeljek","torek","sreda","četrtek","petek","sobota"],["ned.","pon.","tor.","sre.","čet.","pet.","sob."]],,[["j","f","m","a","m","j","j","a","s","o","n","d"],["jan.","feb.","mar.","apr.","maj","jun.","jul.","avg.","sep.","okt.","nov.","dec."],["januar","februar","marec","april","maj","junij","julij","avgust","september","oktober","november","december"]],,[["pr. Kr.","po Kr."],,["pred Kristusom","po Kristusu"]],1,[6,0],["d. MM. yy","d. MMM y","dd. MMMM y","EEEE, dd. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[",",".",";","%","+","−","e","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"€","evro",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 0===n&&t%100==1?1:0===n&&t%100==2?2:0===n&&t%100===Math.floor(t%100)&&t%100>=3&&t%100<=4||0!==n?3:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["smn",[["ip.","ep."],,],,[["p","V","M","K","T","V","L"],["pas","vuo","maj","kos","tuo","vás","láv"],["pasepeeivi","vuossaargâ","majebaargâ","koskoho","tuorâstuv","vástuppeeivi","lávurduv"],["pa","vu","ma","ko","tu","vá","lá"]],[["S","M","T","W","T","F","S"],["pas","vuo","maj","kos","tuo","vás","láv"],["pasepeivi","vuossargâ","majebargâ","koskokko","tuorâstâh","vástuppeivi","lávurdâh"],["pa","vu","ma","ko","tu","vá","lá"]],[["U","K","NJ","C","V","K","S","P","Č","R","S","J"],["uđiv","kuovâ","njuhčâ","cuáŋui","vyesi","kesi","syeini","porge","čohčâ","roovvâd","skammâ","juovlâ"],["uđđâivemáánu","kuovâmáánu","njuhčâmáánu","cuáŋuimáánu","vyesimáánu","kesimáánu","syeinimáánu","porgemáánu","čohčâmáánu","roovvâdmáánu","skammâmáánu","juovlâmáánu"]],,[["oKr.","mKr."],,["Ovdil Kristus šoddâm","maŋa Kristus šoddâm"]],1,[6,0],["d.M.y","MMM d. y","MMMM d. y","cccc, MMMM d. y"],["H.mm","H.mm.ss","H.mm.ss z","H.mm.ss zzzz"],["{1} {0}","{1} 'tme' {0}",,],[","," ",";","%","+","-","E","×","‰","∞","epiloho","."],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"€","euro",function(e){return 1===e?1:2===e?2:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["sn",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","C","C","C","C","M"],["Svo","Muv","Chp","Cht","Chn","Chs","Mug"],["Svondo","Muvhuro","Chipiri","Chitatu","China","Chishanu","Mugovera"],["Sv","Mu","Cp","Ct","Cn","Cs","Mg"]],,[["N","K","K","K","C","C","C","N","G","G","M","Z"],["Ndi","Kuk","Kur","Kub","Chv","Chk","Chg","Nya","Gun","Gum","Mbu","Zvi"],["Ndira","Kukadzi","Kurume","Kubvumbi","Chivabvu","Chikumi","Chikunguru","Nyamavhuvhu","Gunyana","Gumiguru","Mbudzi","Zvita"]],,[["BC","AD"],,["Kristo asati auya","mugore ramambo vedu"]],0,[6,0],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"US$","Dora re Amerika",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["so-DJ",[["sn.","gn."],,],,[["A","I","T","A","Kh","J","S"],["Axd","Isn","Tal","Arb","Kha","Jim","Sab"],["Axad","Isniin","Talaado","Arbaco","Khamiis","Jimco","Sabti"],["Axd","Isn","Tal","Arb","Kha","Jim","Sab"]],,[["K","L","S","A","S","L","T","S","S","T","K","L"],["Kob","Lab","Sad","Afr","Sha","Lix","Tod","Sid","Sag","Tob","KIT","LIT"],["Bisha Koobaad","Bisha Labaad","Bisha Saddexaad","Bisha Afraad","Bisha Shanaad","Bisha Lixaad","Bisha Todobaad","Bisha Sideedaad","Bisha Sagaalaad","Bisha Tobnaad","Bisha Kow iyo Tobnaad","Bisha Laba iyo Tobnaad"]],[["1","2","3","4","5","6","7","8","9","10","11","12"],["Kob","Lab","Sad","Afr","Sha","Lix","Tod","Sid","Sag","Tob","KIT","LIT"],["Bisha Koobaad","Bisha Labaad","Bisha Saddexaad","Bisha Afraad","Bisha Shanaad","Bisha Lixaad","Bisha Todobaad","Bisha Sideedaad","Bisha Sagaalaad","Bisha Tobnaad","Bisha Kow iyo Tobnaad","Bisha Laba iyo Tobnaad"]],[["CK","CD"],,],6,[6,0],["dd/MM/yy","dd-MMM-y","dd MMMM y","EEEE, MMMM dd, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"Fdj","Faran Jabbuuti",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["so-ET",[["sn.","gn."],,],,[["A","I","T","A","Kh","J","S"],["Axd","Isn","Tal","Arb","Kha","Jim","Sab"],["Axad","Isniin","Talaado","Arbaco","Khamiis","Jimco","Sabti"],["Axd","Isn","Tal","Arb","Kha","Jim","Sab"]],,[["K","L","S","A","S","L","T","S","S","T","K","L"],["Kob","Lab","Sad","Afr","Sha","Lix","Tod","Sid","Sag","Tob","KIT","LIT"],["Bisha Koobaad","Bisha Labaad","Bisha Saddexaad","Bisha Afraad","Bisha Shanaad","Bisha Lixaad","Bisha Todobaad","Bisha Sideedaad","Bisha Sagaalaad","Bisha Tobnaad","Bisha Kow iyo Tobnaad","Bisha Laba iyo Tobnaad"]],[["1","2","3","4","5","6","7","8","9","10","11","12"],["Kob","Lab","Sad","Afr","Sha","Lix","Tod","Sid","Sag","Tob","KIT","LIT"],["Bisha Koobaad","Bisha Labaad","Bisha Saddexaad","Bisha Afraad","Bisha Shanaad","Bisha Lixaad","Bisha Todobaad","Bisha Sideedaad","Bisha Sagaalaad","Bisha Tobnaad","Bisha Kow iyo Tobnaad","Bisha Laba iyo Tobnaad"]],[["CK","CD"],,],0,[6,0],["dd/MM/yy","dd-MMM-y","dd MMMM y","EEEE, MMMM dd, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"Br","Birta Itoobbiya",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["so-KE",[["sn.","gn."],,],,[["A","I","T","A","Kh","J","S"],["Axd","Isn","Tal","Arb","Kha","Jim","Sab"],["Axad","Isniin","Talaado","Arbaco","Khamiis","Jimco","Sabti"],["Axd","Isn","Tal","Arb","Kha","Jim","Sab"]],,[["K","L","S","A","S","L","T","S","S","T","K","L"],["Kob","Lab","Sad","Afr","Sha","Lix","Tod","Sid","Sag","Tob","KIT","LIT"],["Bisha Koobaad","Bisha Labaad","Bisha Saddexaad","Bisha Afraad","Bisha Shanaad","Bisha Lixaad","Bisha Todobaad","Bisha Sideedaad","Bisha Sagaalaad","Bisha Tobnaad","Bisha Kow iyo Tobnaad","Bisha Laba iyo Tobnaad"]],[["1","2","3","4","5","6","7","8","9","10","11","12"],["Kob","Lab","Sad","Afr","Sha","Lix","Tod","Sid","Sag","Tob","KIT","LIT"],["Bisha Koobaad","Bisha Labaad","Bisha Saddexaad","Bisha Afraad","Bisha Shanaad","Bisha Lixaad","Bisha Todobaad","Bisha Sideedaad","Bisha Sagaalaad","Bisha Tobnaad","Bisha Kow iyo Tobnaad","Bisha Laba iyo Tobnaad"]],[["CK","CD"],,],0,[6,0],["dd/MM/yy","dd-MMM-y","dd MMMM y","EEEE, MMMM dd, y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"Ksh","KES",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["so",[["sn.","gn."],,],,[["A","I","T","A","Kh","J","S"],["Axd","Isn","Tal","Arb","Kha","Jim","Sab"],["Axad","Isniin","Talaado","Arbaco","Khamiis","Jimco","Sabti"],["Axd","Isn","Tal","Arb","Kha","Jim","Sab"]],,[["K","L","S","A","S","L","T","S","S","T","K","L"],["Kob","Lab","Sad","Afr","Sha","Lix","Tod","Sid","Sag","Tob","KIT","LIT"],["Bisha Koobaad","Bisha Labaad","Bisha Saddexaad","Bisha Afraad","Bisha Shanaad","Bisha Lixaad","Bisha Todobaad","Bisha Sideedaad","Bisha Sagaalaad","Bisha Tobnaad","Bisha Kow iyo Tobnaad","Bisha Laba iyo Tobnaad"]],[["1","2","3","4","5","6","7","8","9","10","11","12"],["Kob","Lab","Sad","Afr","Sha","Lix","Tod","Sid","Sag","Tob","KIT","LIT"],["Bisha Koobaad","Bisha Labaad","Bisha Saddexaad","Bisha Afraad","Bisha Shanaad","Bisha Lixaad","Bisha Todobaad","Bisha Sideedaad","Bisha Sagaalaad","Bisha Tobnaad","Bisha Kow iyo Tobnaad","Bisha Laba iyo Tobnaad"]],[["CK","CD"],,],1,[6,0],["dd/MM/yy","dd-MMM-y","dd MMMM y","EEEE, MMMM dd, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"S","Shilin soomaali",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["sq-MK",[["e paradites","e pasdites"],,],[["paradite","pasdite"],,],[["D","H","M","M","E","P","Sh"],["Die","Hën","Mar","Mër","Enj","Pre","Sht"],["e diel","e hënë","e martë","e mërkurë","e enjte","e premte","e shtunë"],["Die","Hën","Mar","Mër","Enj","Pre","Sht"]],[["D","H","M","M","E","P","Sh"],["Die","Hën","Mar","Mër","Enj","Pre","Sht"],["E diel","E hënë","E martë","E mërkurë","E enjte","E premte","E shtunë"],["Die","Hën","Mar","Mër","Enj","Pre","Sht"]],[["j","sh","m","p","m","q","k","g","sh","t","n","dh"],["jan","shk","mar","pri","maj","qer","korr","gush","sht","tet","nën","dhj"],["janar","shkurt","mars","prill","maj","qershor","korrik","gusht","shtator","tetor","nëntor","dhjetor"]],[["J","Sh","M","P","M","Q","K","G","Sh","T","N","Dh"],["Jan","Shk","Mar","Pri","Maj","Qer","Korr","Gush","Sht","Tet","Nën","Dhj"],["Janar","Shkurt","Mars","Prill","Maj","Qershor","Korrik","Gusht","Shtator","Tetor","Nëntor","Dhjetor"]],[["p.K.","mb.K."],,["para Krishtit","mbas Krishtit"]],1,[6,0],["d.M.yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'në' {0}"],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"den","Denari maqedonas",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["sq-XK",[["e paradites","e pasdites"],,],[["paradite","pasdite"],,],[["D","H","M","M","E","P","Sh"],["Die","Hën","Mar","Mër","Enj","Pre","Sht"],["e diel","e hënë","e martë","e mërkurë","e enjte","e premte","e shtunë"],["Die","Hën","Mar","Mër","Enj","Pre","Sht"]],[["D","H","M","M","E","P","Sh"],["Die","Hën","Mar","Mër","Enj","Pre","Sht"],["E diel","E hënë","E martë","E mërkurë","E enjte","E premte","E shtunë"],["Die","Hën","Mar","Mër","Enj","Pre","Sht"]],[["j","sh","m","p","m","q","k","g","sh","t","n","dh"],["jan","shk","mar","pri","maj","qer","korr","gush","sht","tet","nën","dhj"],["janar","shkurt","mars","prill","maj","qershor","korrik","gusht","shtator","tetor","nëntor","dhjetor"]],[["J","Sh","M","P","M","Q","K","G","Sh","T","N","Dh"],["Jan","Shk","Mar","Pri","Maj","Qer","Korr","Gush","Sht","Tet","Nën","Dhj"],["Janar","Shkurt","Mars","Prill","Maj","Qershor","Korrik","Gusht","Shtator","Tetor","Nëntor","Dhjetor"]],[["p.K.","mb.K."],,["para Krishtit","mbas Krishtit"]],1,[6,0],["d.M.yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'në' {0}"],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"€","Euroja",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["sq",[["e paradites","e pasdites"],,],[["paradite","pasdite"],,],[["D","H","M","M","E","P","Sh"],["Die","Hën","Mar","Mër","Enj","Pre","Sht"],["e diel","e hënë","e martë","e mërkurë","e enjte","e premte","e shtunë"],["Die","Hën","Mar","Mër","Enj","Pre","Sht"]],[["D","H","M","M","E","P","Sh"],["Die","Hën","Mar","Mër","Enj","Pre","Sht"],["E diel","E hënë","E martë","E mërkurë","E enjte","E premte","E shtunë"],["Die","Hën","Mar","Mër","Enj","Pre","Sht"]],[["j","sh","m","p","m","q","k","g","sh","t","n","dh"],["jan","shk","mar","pri","maj","qer","korr","gush","sht","tet","nën","dhj"],["janar","shkurt","mars","prill","maj","qershor","korrik","gusht","shtator","tetor","nëntor","dhjetor"]],[["J","Sh","M","P","M","Q","K","G","Sh","T","N","Dh"],["Jan","Shk","Mar","Pri","Maj","Qer","Korr","Gush","Sht","Tet","Nën","Dhj"],["Janar","Shkurt","Mars","Prill","Maj","Qershor","Korrik","Gusht","Shtator","Tetor","Nëntor","Dhjetor"]],[["p.K.","mb.K."],,["para Krishtit","mbas Krishtit"]],1,[6,0],["d.M.yy","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a, z","h:mm:ss a, zzzz"],["{1}, {0}",,"{1} 'në' {0}"],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"Lekë","Leku shqiptar",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["sr-Cyrl-BA",[["a","p"],["прије подне","по подне"]],[["а","p"],["прије подне","по подне"]],[["н","п","у","с","ч","п","с"],["нед.","пон.","ут.","ср.","чет.","пет.","суб."],["недјеља","понедељак","уторак","сриједа","четвртак","петак","субота"],["не","по","ут","ср","че","пе","су"]],,[["ј","ф","м","а","м","ј","ј","а","с","о","н","д"],["јан.","феб.","март","апр.","мај","јун","јул","авг.","септ.","окт.","нов.","дец."],["јануар","фебруар","март","април","мај","јун","јул","август","септембар","октобар","новембар","децембар"]],,[["п.н.е.","н.е."],["п. н. е.","н. е."],["прије нове ере","нове ере"]],1,[6,0],["d.M.yy.","dd.MM.y.","dd. MMMM y.","EEEE, dd. MMMM y."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"КМ","Босанско-херцеговачка конвертибилна марка",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^.]*\.?/,""),10)||0;return 0===n&&t%10==1&&t%100!=11||i%10==1&&i%100!=11?1:0===n&&t%10===Math.floor(t%10)&&t%10>=2&&t%10<=4&&!(t%100>=12&&t%100<=14)||i%10===Math.floor(i%10)&&i%10>=2&&i%10<=4&&!(i%100>=12&&i%100<=14)?3:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["sr-Cyrl-ME",[["a","p"],["прије подне","по подне"]],,[["н","п","у","с","ч","п","с"],["нед.","пон.","ут.","ср.","чет.","пет.","суб."],["недјеља","понедељак","уторак","сриједа","четвртак","петак","субота"],["не","по","ут","ср","че","пе","су"]],,[["ј","ф","м","а","м","ј","ј","а","с","о","н","д"],["јан.","феб.","март","апр.","мај","јун","јул","авг.","септ.","окт.","нов.","дец."],["јануар","фебруар","март","април","мај","јун","јул","август","септембар","октобар","новембар","децембар"]],,[["п.н.е.","н.е."],["п. н. е.","н. е."],["прије нове ере","нове ере"]],1,[6,0],["d.M.yy.","dd.MM.y.","dd. MMMM y.","EEEE, dd. MMMM y."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"€","Евро",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^.]*\.?/,""),10)||0;return 0===n&&t%10==1&&t%100!=11||i%10==1&&i%100!=11?1:0===n&&t%10===Math.floor(t%10)&&t%10>=2&&t%10<=4&&!(t%100>=12&&t%100<=14)||i%10===Math.floor(i%10)&&i%10>=2&&i%10<=4&&!(i%100>=12&&i%100<=14)?3:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["sr-Cyrl-XK",[["a","p"],["пре подне","по подне"]],,[["н","п","у","с","ч","п","с"],["нед.","пон.","ут.","ср.","чет.","пет.","суб."],["недеља","понедељак","уторак","среда","четвртак","петак","субота"],["не","по","ут","ср","че","пе","су"]],,[["ј","ф","м","а","м","ј","ј","а","с","о","н","д"],["јан.","феб.","март","апр.","мај","јун","јул","авг.","септ.","окт.","нов.","дец."],["јануар","фебруар","март","април","мај","јун","јул","август","септембар","октобар","новембар","децембар"]],,[["п.н.е.","н.е."],["п. н. е.","н. е."],["пре нове ере","нове ере"]],1,[6,0],["d.M.yy.","dd.MM.y.","dd. MMMM y.","EEEE, dd. MMMM y."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"€","Евро",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^.]*\.?/,""),10)||0;return 0===n&&t%10==1&&t%100!=11||i%10==1&&i%100!=11?1:0===n&&t%10===Math.floor(t%10)&&t%10>=2&&t%10<=4&&!(t%100>=12&&t%100<=14)||i%10===Math.floor(i%10)&&i%10>=2&&i%10<=4&&!(i%100>=12&&i%100<=14)?3:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["sr-Cyrl",[["a","p"],["пре подне","по подне"]],[["пре подне","по подне"],,],[["н","п","у","с","ч","п","с"],["нед","пон","уто","сре","чет","пет","суб"],["недеља","понедељак","уторак","среда","четвртак","петак","субота"],["не","по","ут","ср","че","пе","су"]],,[["ј","ф","м","а","м","ј","ј","а","с","о","н","д"],["јан","феб","мар","апр","мај","јун","јул","авг","сеп","окт","нов","дец"],["јануар","фебруар","март","април","мај","јун","јул","август","септембар","октобар","новембар","децембар"]],,[["п.н.е.","н.е."],["п. н. е.","н. е."],["пре нове ере","нове ере"]],1,[6,0],["d.M.yy.","dd.MM.y.","dd. MMMM y.","EEEE, dd. MMMM y."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"RSD","Српски динар",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^.]*\.?/,""),10)||0;return 0===n&&t%10==1&&t%100!=11||i%10==1&&i%100!=11?1:0===n&&t%10===Math.floor(t%10)&&t%10>=2&&t%10<=4&&!(t%100>=12&&t%100<=14)||i%10===Math.floor(i%10)&&i%10>=2&&i%10<=4&&!(i%100>=12&&i%100<=14)?3:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["sr-Latn-BA",[["a","p"],["prije podne","po podne"]],,[["n","p","u","s","č","p","s"],["ned.","pon.","ut.","sr.","čet.","pet.","sub."],["nedjelja","ponedeljak","utorak","srijeda","četvrtak","petak","subota"],["ne","po","ut","sr","če","pe","su"]],,[["j","f","m","a","m","j","j","a","s","o","n","d"],["jan.","feb.","mart","apr.","maj","jun","jul","avg.","sept.","okt.","nov.","dec."],["januar","februar","mart","april","maj","jun","jul","avgust","septembar","oktobar","novembar","decembar"]],,[["p.n.e.","n.e."],["p. n. e.","n. e."],["prije nove ere","nove ere"]],1,[6,0],["d.M.yy.","dd.MM.y.","dd. MMMM y.","EEEE, dd. MMMM y."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"KM","Bosansko-hercegovačka konvertibilna marka",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["sr-Latn-ME",[["a","p"],["prije podne","po podne"]],,[["n","p","u","s","č","p","s"],["ned.","pon.","ut.","sr.","čet.","pet.","sub."],["nedjelja","ponedeljak","utorak","srijeda","četvrtak","petak","subota"],["ne","po","ut","sr","če","pe","su"]],,[["j","f","m","a","m","j","j","a","s","o","n","d"],["jan.","feb.","mart","apr.","maj","jun","jul","avg.","sept.","okt.","nov.","dec."],["januar","februar","mart","april","maj","jun","jul","avgust","septembar","oktobar","novembar","decembar"]],,[["p.n.e.","n.e."],["p. n. e.","n. e."],["prije nove ere","nove ere"]],1,[6,0],["d.M.yy.","dd.MM.y.","dd. MMMM y.","EEEE, dd. MMMM y."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"€","Evro",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["sr-Latn-XK",[["a","p"],["pre podne","po podne"]],,[["n","p","u","s","č","p","s"],["ned.","pon.","ut.","sr.","čet.","pet.","sub."],["nedelja","ponedeljak","utorak","sreda","četvrtak","petak","subota"],["ne","po","ut","sr","če","pe","su"]],,[["j","f","m","a","m","j","j","a","s","o","n","d"],["jan.","feb.","mart","apr.","maj","jun","jul","avg.","sept.","okt.","nov.","dec."],["januar","februar","mart","april","maj","jun","jul","avgust","septembar","oktobar","novembar","decembar"]],,[["p.n.e.","n.e."],["p. n. e.","n. e."],["pre nove ere","nove ere"]],1,[6,0],["d.M.yy.","dd.MM.y.","dd. MMMM y.","EEEE, dd. MMMM y."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"€","Evro",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["sr-Latn",[["a","p"],["pre podne","po podne"]],[["pre podne","po podne"],,],[["n","p","u","s","č","p","s"],["ned","pon","uto","sre","čet","pet","sub"],["nedelja","ponedeljak","utorak","sreda","četvrtak","petak","subota"],["ne","po","ut","sr","če","pe","su"]],,[["j","f","m","a","m","j","j","a","s","o","n","d"],["jan","feb","mar","apr","maj","jun","jul","avg","sep","okt","nov","dec"],["januar","februar","mart","april","maj","jun","jul","avgust","septembar","oktobar","novembar","decembar"]],,[["p.n.e.","n.e."],["p. n. e.","n. e."],["pre nove ere","nove ere"]],1,[6,0],["d.M.yy.","dd.MM.y.","dd. MMMM y.","EEEE, dd. MMMM y."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"RSD","Srpski dinar",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["sr",[["a","p"],["пре подне","по подне"]],[["пре подне","по подне"],,],[["н","п","у","с","ч","п","с"],["нед","пон","уто","сре","чет","пет","суб"],["недеља","понедељак","уторак","среда","четвртак","петак","субота"],["не","по","ут","ср","че","пе","су"]],,[["ј","ф","м","а","м","ј","ј","а","с","о","н","д"],["јан","феб","мар","апр","мај","јун","јул","авг","сеп","окт","нов","дец"],["јануар","фебруар","март","април","мај","јун","јул","август","септембар","октобар","новембар","децембар"]],,[["п.н.е.","н.е."],["п. н. е.","н. е."],["пре нове ере","нове ере"]],1,[6,0],["d.M.yy.","dd.MM.y.","dd. MMMM y.","EEEE, dd. MMMM y."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"RSD","Српски динар",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length,i=parseInt(e.toString().replace(/^[^.]*\.?/,""),10)||0;return 0===n&&t%10==1&&t%100!=11||i%10==1&&i%100!=11?1:0===n&&t%10===Math.floor(t%10)&&t%10>=2&&t%10<=4&&!(t%100>=12&&t%100<=14)||i%10===Math.floor(i%10)&&i%10>=2&&i%10<=4&&!(i%100>=12&&i%100<=14)?3:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["sv-AX",[["fm","em"],,],[["fm","em"],["f.m.","e.m."],["förmiddag","eftermiddag"]],[["S","M","T","O","T","F","L"],["sön","mån","tis","ons","tors","fre","lör"],["söndag","måndag","tisdag","onsdag","torsdag","fredag","lördag"],["sö","må","ti","on","to","fr","lö"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","feb.","mars","apr.","maj","juni","juli","aug.","sep.","okt.","nov.","dec."],["januari","februari","mars","april","maj","juni","juli","augusti","september","oktober","november","december"]],,[["f.Kr.","e.Kr."],,["före Kristus","efter Kristus"]],1,[6,0],["y-MM-dd","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","'kl'. HH:mm:ss zzzz"],["{1} {0}",,,],[","," ",";","%","+","−","×10^","×","‰","∞","¤¤¤",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"€","euro",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["sv-FI",[["fm","em"],,],[["fm","em"],["f.m.","e.m."],["förmiddag","eftermiddag"]],[["S","M","T","O","T","F","L"],["sön","mån","tis","ons","tors","fre","lör"],["söndag","måndag","tisdag","onsdag","torsdag","fredag","lördag"],["sö","må","ti","on","to","fr","lö"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","feb.","mars","apr.","maj","juni","juli","aug.","sep.","okt.","nov.","dec."],["januari","februari","mars","april","maj","juni","juli","augusti","september","oktober","november","december"]],,[["f.Kr.","e.Kr."],,["före Kristus","efter Kristus"]],1,[6,0],["dd-MM-y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","'kl'. HH:mm:ss zzzz"],["{1} {0}",,,],[","," ",";","%","+","−","×10^","×","‰","∞","¤¤¤",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"€","euro",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["sv",[["fm","em"],,],[["fm","em"],["f.m.","e.m."],["förmiddag","eftermiddag"]],[["S","M","T","O","T","F","L"],["sön","mån","tis","ons","tors","fre","lör"],["söndag","måndag","tisdag","onsdag","torsdag","fredag","lördag"],["sö","må","ti","on","to","fr","lö"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["jan.","feb.","mars","apr.","maj","juni","juli","aug.","sep.","okt.","nov.","dec."],["januari","februari","mars","april","maj","juni","juli","augusti","september","oktober","november","december"]],,[["f.Kr.","e.Kr."],,["före Kristus","efter Kristus"]],1,[6,0],["y-MM-dd","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","'kl'. HH:mm:ss zzzz"],["{1} {0}",,,],[","," ",";","%","+","−","×10^","×","‰","∞","¤¤¤",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"kr","svensk krona",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["sw-CD",[["am","pm"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Jumapili","Jumatatu","Jumanne","Jumatano","Alhamisi","Ijumaa","Jumamosi"],,],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ago","Sep","Okt","Nov","Des"],["Januari","Februari","Machi","Aprili","Mei","Juni","Julai","Agosti","Septemba","Oktoba","Novemba","Desemba"]],,[["KK","BK"],,["Kabla ya Kristo","Baada ya Kristo"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"FC","Faranga ya Kongo",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["sw-KE",[["am","pm"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Jumapili","Jumatatu","Jumanne","Jumatano","Alhamisi","Ijumaa","Jumamosi"],,],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ago","Sep","Okt","Nov","Des"],["Januari","Februari","Machi","Aprili","Mei","Juni","Julai","Agosti","Septemba","Oktoba","Novemba","Desemba"]],,[["KK","BK"],,["Kabla ya Kristo","Baada ya Kristo"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'saa' {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"Ksh","Shilingi ya Kenya",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["sw-UG",[["am","pm"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Jumapili","Jumatatu","Jumanne","Jumatano","Alhamisi","Ijumaa","Jumamosi"],,],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ago","Sep","Okt","Nov","Des"],["Januari","Februari","Machi","Aprili","Mei","Juni","Julai","Agosti","Septemba","Oktoba","Novemba","Desemba"]],,[["KK","BK"],,["Kabla ya Kristo","Baada ya Kristo"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"USh","Shilingi ya Uganda",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["sw",[["am","pm"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["Jumapili","Jumatatu","Jumanne","Jumatano","Alhamisi","Ijumaa","Jumamosi"],,],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ago","Sep","Okt","Nov","Des"],["Januari","Februari","Machi","Aprili","Mei","Juni","Julai","Agosti","Septemba","Oktoba","Novemba","Desemba"]],,[["KK","BK"],,["Kabla ya Kristo","Baada ya Kristo"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"TSh","Shilingi ya Tanzania",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ta-LK",[["மு.ப","பி.ப"],["முற்பகல்","பிற்பகல்"]],,[["ஞா","தி","செ","பு","வி","வெ","ச"],["ஞாயி.","திங்.","செவ்.","புத.","வியா.","வெள்.","சனி"],["ஞாயிறு","திங்கள்","செவ்வாய்","புதன்","வியாழன்","வெள்ளி","சனி"],["ஞா","தி","செ","பு","வி","வெ","ச"]],,[["ஜ","பி","மா","ஏ","மே","ஜூ","ஜூ","ஆ","செ","அ","ந","டி"],["ஜன.","பிப்.","மார்.","ஏப்.","மே","ஜூன்","ஜூலை","ஆக.","செப்.","அக்.","நவ.","டிச."],["ஜனவரி","பிப்ரவரி","மார்ச்","ஏப்ரல்","மே","ஜூன்","ஜூலை","ஆகஸ்ட்","செப்டம்பர்","அக்டோபர்","நவம்பர்","டிசம்பர்"]],,[["கி.மு.","கி.பி."],,["கிறிஸ்துவுக்கு முன்","அன்னோ டோமினி"]],1,[6,0],["d/M/yy","d MMM, y","d MMMM, y","EEEE, d MMMM, y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} ’அன்று’ {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##,##0%","¤ #,##,##0.00","#E0"],"Rs.","இலங்கை ரூபாய்",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ta-MY",[["மு.ப","பி.ப"],["முற்பகல்","பிற்பகல்"]],,[["ஞா","தி","செ","பு","வி","வெ","ச"],["ஞாயி.","திங்.","செவ்.","புத.","வியா.","வெள்.","சனி"],["ஞாயிறு","திங்கள்","செவ்வாய்","புதன்","வியாழன்","வெள்ளி","சனி"],["ஞா","தி","செ","பு","வி","வெ","ச"]],,[["ஜ","பி","மா","ஏ","மே","ஜூ","ஜூ","ஆ","செ","அ","ந","டி"],["ஜன.","பிப்.","மார்.","ஏப்.","மே","ஜூன்","ஜூலை","ஆக.","செப்.","அக்.","நவ.","டிச."],["ஜனவரி","பிப்ரவரி","மார்ச்","ஏப்ரல்","மே","ஜூன்","ஜூலை","ஆகஸ்ட்","செப்டம்பர்","அக்டோபர்","நவம்பர்","டிசம்பர்"]],,[["கி.மு.","கி.பி."],,["கிறிஸ்துவுக்கு முன்","அன்னோ டோமினி"]],1,[6,0],["d/M/yy","d MMM, y","d MMMM, y","EEEE, d MMMM, y"],["a h:mm","a h:mm:ss","a h:mm:ss z","a h:mm:ss zzzz"],["{1}, {0}",,"{1} ’அன்று’ {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"RM","மலேஷியன் ரிங்கிட்",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ta-SG",[["மு.ப","பி.ப"],["முற்பகல்","பிற்பகல்"]],,[["ஞா","தி","செ","பு","வி","வெ","ச"],["ஞாயி.","திங்.","செவ்.","புத.","வியா.","வெள்.","சனி"],["ஞாயிறு","திங்கள்","செவ்வாய்","புதன்","வியாழன்","வெள்ளி","சனி"],["ஞா","தி","செ","பு","வி","வெ","ச"]],,[["ஜ","பி","மா","ஏ","மே","ஜூ","ஜூ","ஆ","செ","அ","ந","டி"],["ஜன.","பிப்.","மார்.","ஏப்.","மே","ஜூன்","ஜூலை","ஆக.","செப்.","அக்.","நவ.","டிச."],["ஜனவரி","பிப்ரவரி","மார்ச்","ஏப்ரல்","மே","ஜூன்","ஜூலை","ஆகஸ்ட்","செப்டம்பர்","அக்டோபர்","நவம்பர்","டிசம்பர்"]],,[["கி.மு.","கி.பி."],,["கிறிஸ்துவுக்கு முன்","அன்னோ டோமினி"]],0,[6,0],["d/M/yy","d MMM, y","d MMMM, y","EEEE, d MMMM, y"],["a h:mm","a h:mm:ss","a h:mm:ss z","a h:mm:ss zzzz"],["{1}, {0}",,"{1} ’அன்று’ {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"$","சிங்கப்பூர் டாலர்",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ta",[["மு.ப","பி.ப"],["முற்பகல்","பிற்பகல்"]],,[["ஞா","தி","செ","பு","வி","வெ","ச"],["ஞாயி.","திங்.","செவ்.","புத.","வியா.","வெள்.","சனி"],["ஞாயிறு","திங்கள்","செவ்வாய்","புதன்","வியாழன்","வெள்ளி","சனி"],["ஞா","தி","செ","பு","வி","வெ","ச"]],,[["ஜ","பி","மா","ஏ","மே","ஜூ","ஜூ","ஆ","செ","அ","ந","டி"],["ஜன.","பிப்.","மார்.","ஏப்.","மே","ஜூன்","ஜூலை","ஆக.","செப்.","அக்.","நவ.","டிச."],["ஜனவரி","பிப்ரவரி","மார்ச்","ஏப்ரல்","மே","ஜூன்","ஜூலை","ஆகஸ்ட்","செப்டம்பர்","அக்டோபர்","நவம்பர்","டிசம்பர்"]],,[["கி.மு.","கி.பி."],,["கிறிஸ்துவுக்கு முன்","அன்னோ டோமினி"]],0,[0,0],["d/M/yy","d MMM, y","d MMMM, y","EEEE, d MMMM, y"],["a h:mm","a h:mm:ss","a h:mm:ss z","a h:mm:ss zzzz"],["{1}, {0}",,"{1} ’அன்று’ {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##,##0%","¤ #,##,##0.00","#E0"],"₹","இந்திய ரூபாய்",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["te",[["ఉ","సా"],["AM","PM"]],[["AM","PM"],,],[["ఆ","సో","మ","బు","గు","శు","శ"],["ఆది","సోమ","మంగళ","బుధ","గురు","శుక్ర","శని"],["ఆదివారం","సోమవారం","మంగళవారం","బుధవారం","గురువారం","శుక్రవారం","శనివారం"],["ఆది","సోమ","మం","బుధ","గురు","శుక్ర","శని"]],,[["జ","ఫి","మా","ఏ","మే","జూ","జు","ఆ","సె","అ","న","డి"],["జన","ఫిబ్ర","మార్చి","ఏప్రి","మే","జూన్","జులై","ఆగ","సెప్టెం","అక్టో","నవం","డిసెం"],["జనవరి","ఫిబ్రవరి","మార్చి","ఏప్రిల్","మే","జూన్","జులై","ఆగస్టు","సెప్టెంబర్","అక్టోబర్","నవంబర్","డిసెంబర్"]],,[["క్రీపూ","క్రీశ"],,["క్రీస్తు పూర్వం","క్రీస్తు శకం"]],0,[0,0],["dd-MM-yy","d MMM, y","d MMMM, y","d, MMMM y, EEEE"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,"{1} {0}కి"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##,##0.###","#,##0%","¤#,##,##0.00","#E0"],"₹","రూపాయి",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["teo-KE",[["Taparachu","Ebongi"],,],,[["J","B","A","U","U","K","S"],["Jum","Bar","Aar","Uni","Ung","Kan","Sab"],["Nakaejuma","Nakaebarasa","Nakaare","Nakauni","Nakaung’on","Nakakany","Nakasabiti"],["Jum","Bar","Aar","Uni","Ung","Kan","Sab"]],,[["R","M","K","D","M","M","J","P","S","T","L","P"],["Rar","Muk","Kwa","Dun","Mar","Mod","Jol","Ped","Sok","Tib","Lab","Poo"],["Orara","Omuk","Okwamg’","Odung’el","Omaruk","Omodok’king’ol","Ojola","Opedel","Osokosokoma","Otibar","Olabor","Opoo"]],,[["KK","BK"],,["Kabla ya Christo","Baada ya Christo"]],0,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"Ksh","Ango’otol lok’ Kenya",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["teo",[["Taparachu","Ebongi"],,],,[["J","B","A","U","U","K","S"],["Jum","Bar","Aar","Uni","Ung","Kan","Sab"],["Nakaejuma","Nakaebarasa","Nakaare","Nakauni","Nakaung’on","Nakakany","Nakasabiti"],["Jum","Bar","Aar","Uni","Ung","Kan","Sab"]],,[["R","M","K","D","M","M","J","P","S","T","L","P"],["Rar","Muk","Kwa","Dun","Mar","Mod","Jol","Ped","Sok","Tib","Lab","Poo"],["Orara","Omuk","Okwamg’","Odung’el","Omaruk","Omodok’king’ol","Ojola","Opedel","Osokosokoma","Otibar","Olabor","Opoo"]],,[["KK","BK"],,["Kabla ya Christo","Baada ya Christo"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"USh","Ango’otol lok’ Uganda",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["tg",[["AM","PM"],,["пе. чо.","па. чо."]],[["AM","PM"],,],[["Я","Д","С","Ч","П","Ҷ","Ш"],["Яшб","Дшб","Сшб","Чшб","Пшб","Ҷмъ","Шнб"],["Якшанбе","Душанбе","Сешанбе","Чоршанбе","Панҷшанбе","Ҷумъа","Шанбе"],["Яшб","Дшб","Сшб","Чшб","Пшб","Ҷмъ","Шнб"]],,[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["Янв","Фев","Мар","Апр","Май","Июн","Июл","Авг","Сен","Окт","Ноя","Дек"],["Январ","Феврал","Март","Апрел","Май","Июн","Июл","Август","Сентябр","Октябр","Ноябр","Декабр"]],,[["ПеМ","ПаМ"],,["Пеш аз милод","ПаМ"]],1,[6,0],["dd/MM/yy","dd MMM y","dd MMMM y","EEEE, dd MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"сом.","Сомонӣ",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["th",[["a","p"],["ก่อนเที่ยง","หลังเที่ยง"]],[["ก่อนเที่ยง","หลังเที่ยง"],,],[["อา","จ","อ","พ","พฤ","ศ","ส"],["อา.","จ.","อ.","พ.","พฤ.","ศ.","ส."],["วันอาทิตย์","วันจันทร์","วันอังคาร","วันพุธ","วันพฤหัสบดี","วันศุกร์","วันเสาร์"],["อา.","จ.","อ.","พ.","พฤ.","ศ.","ส."]],,[["ม.ค.","ก.พ.","มี.ค.","เม.ย.","พ.ค.","มิ.ย.","ก.ค.","ส.ค.","ก.ย.","ต.ค.","พ.ย.","ธ.ค."],,["มกราคม","กุมภาพันธ์","มีนาคม","เมษายน","พฤษภาคม","มิถุนายน","กรกฎาคม","สิงหาคม","กันยายน","ตุลาคม","พฤศจิกายน","ธันวาคม"]],,[["ก่อน ค.ศ.","ค.ศ."],["ปีก่อน ค.ศ.","ค.ศ."],["ปีก่อนคริสต์ศักราช","คริสต์ศักราช"]],0,[6,0],["d/M/yy","d MMM y","d MMMM G y","EEEEที่ d MMMM G y"],["HH:mm","HH:mm:ss","H นาฬิกา mm นาที ss วินาที z","H นาฬิกา mm นาที ss วินาที zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"THB","บาท",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ti-ER",[["ንጉሆ ሰዓተ","ድሕር ሰዓት"],,],,[["ሰ","ሰ","ሰ","ረ","ሓ","ዓ","ቀ"],["ሰን","ሰኑ","ሰሉ","ረቡ","ሓሙ","ዓር","ቀዳ"],["ሰንበት","ሰኑይ","ሠሉስ","ረቡዕ","ኃሙስ","ዓርቢ","ቀዳም"],["ሰን","ሰኑ","ሰሉ","ረቡ","ሓሙ","ዓር","ቀዳ"]],[["ሰ","ሰ","ሰ","ረ","ሓ","ዓ","ቀ"],["ሰን","ሰኑ","ሰሉ","ረቡ","ሓሙ","ዓር","ቀዳ"],["ሰንበት","ሰኑይ","ሰሉስ","ረቡዕ","ሓሙስ","ዓርቢ","ቀዳም"],["ሰን","ሰኑ","ሰሉ","ረቡ","ሓሙ","ዓር","ቀዳ"]],[["ጥ","ለ","መ","ሚ","ግ","ሰ","ሓ","ነ","መ","ጥ","ሕ","ታ"],["ጥሪ","ለካ","መጋ","ሚያ","ግን","ሰነ","ሓም","ነሓ","መስ","ጥቅ","ሕዳ","ታሕ"],["ጥሪ","ለካቲት","መጋቢት","ሚያዝያ","ግንቦት","ሰነ","ሓምለ","ነሓሰ","መስከረም","ጥቅምቲ","ሕዳር","ታሕሳስ"]],,[["ዓ/ዓ","ዓ/ም"],,["ዓመተ ዓለም","ዓመተ ምህረት"]],1,[6,0],["dd/MM/yy","dd-MMM-y","dd MMMM y","EEEE፣ dd MMMM መዓልቲ y G"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"Nfk","ERN",function(e){return e===Math.floor(e)&&e>=0&&e<=1?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ti",[["ንጉሆ ሰዓተ","ድሕር ሰዓት"],,],,[["ሰ","ሰ","ሰ","ረ","ሓ","ዓ","ቀ"],["ሰን","ሰኑ","ሰሉ","ረቡ","ሓሙ","ዓር","ቀዳ"],["ሰንበት","ሰኑይ","ሠሉስ","ረቡዕ","ኃሙስ","ዓርቢ","ቀዳም"],["ሰን","ሰኑ","ሰሉ","ረቡ","ሓሙ","ዓር","ቀዳ"]],[["ሰ","ሰ","ሠ","ረ","ሓ","ዓ","ቀ"],["ሰን","ሰኑ","ሰሉ","ረቡ","ሓሙ","ዓር","ቀዳ"],["ሰንበት","ሰኑይ","ሰሉስ","ረቡዕ","ሓሙስ","ዓርቢ","ቀዳም"],["ሰን","ሰኑ","ሰሉ","ረቡ","ሓሙ","ዓር","ቀዳ"]],[["ጥ","ለ","መ","ሚ","ግ","ሰ","ሓ","ነ","መ","ጥ","ሕ","ታ"],["ጥሪ","ለካ","መጋ","ሚያ","ግን","ሰነ","ሓም","ነሓ","መስ","ጥቅ","ሕዳ","ታሕ"],["ጥሪ","ለካቲት","መጋቢት","ሚያዝያ","ግንቦት","ሰነ","ሓምለ","ነሓሰ","መስከረም","ጥቅምቲ","ሕዳር","ታሕሳስ"]],,[["ዓ/ዓ","ዓ/ም"],,["ዓ/ዓ","ዓመተ ምህረት"]],0,[6,0],["dd/MM/yy","dd-MMM-y","dd MMMM y","EEEE፣ dd MMMM መዓልቲ y G"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"Br","የኢትዮጵያ ብር",function(e){return e===Math.floor(e)&&e>=0&&e<=1?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["tk",[["öň","soň"],["go.öň","go.soň"],["günortadan öň","günortadan soň"]],[["öň","soň"],["g.öň","g.soň"],["günortadan öň","günortadan soň"]],[["Ý","D","S","Ç","P","A","Ş"],["ýek","duş","siş","çar","pen","ann","şen"],["ýekşenbe","duşenbe","sişenbe","çarşenbe","penşenbe","anna","şenbe"],["ýb","db","sb","çb","pb","an","şb"]],[["Ý","D","S","Ç","P","A","Ş"],["Ýek","Duş","Siş","Çar","Pen","Ann","Şen"],["Ýekşenbe","Duşenbe","Sişenbe","Çarşenbe","Penşenbe","Anna","Şenbe"],["Ýb","Db","Sb","Çb","Pb","An","Şb"]],[["Ý","F","M","A","M","I","I","A","S","O","N","D"],["ýan","few","mart","apr","maý","iýun","iýul","awg","sen","okt","noý","dek"],["ýanwar","fewral","mart","aprel","maý","iýun","iýul","awgust","sentýabr","oktýabr","noýabr","dekabr"]],[["Ý","F","M","A","M","I","I","A","S","O","N","D"],["Ýan","Few","Mart","Apr","Maý","Iýun","Iýul","Awg","Sen","Okt","Noý","Dek"],["Ýanwar","Fewral","Mart","Aprel","Maý","Iýun","Iýul","Awgust","Sentýabr","Oktýabr","Noýabr","Dekabr"]],[["B.e.öň","B.e."],,["Isadan öň","Isadan soň"]],1,[6,0],["dd.MM.y","d MMM y","d MMMM y","d MMMM y EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","san däl",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"TMT","Türkmen manady",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["to",[["AM","PM"],,["hengihengi","efiafi"]],[["AM","PM"],,["HH","EA"]],[["S","M","T","P","T","F","T"],["Sāp","Mōn","Tūs","Pul","Tuʻa","Fal","Tok"],["Sāpate","Mōnite","Tūsite","Pulelulu","Tuʻapulelulu","Falaite","Tokonaki"],["Sāp","Mōn","Tūs","Pul","Tuʻa","Fal","Tok"]],,[["S","F","M","E","M","S","S","A","S","O","N","T"],["Sān","Fēp","Maʻa","ʻEpe","Mē","Sun","Siu","ʻAok","Sep","ʻOka","Nōv","Tīs"],["Sānuali","Fēpueli","Maʻasi","ʻEpeleli","Mē","Sune","Siulai","ʻAokosi","Sepitema","ʻOkatopa","Nōvema","Tīsema"]],,[["KM","TS"],,["ki muʻa","taʻu ʻo Sīsū"]],1,[6,0],["d/M/yy","d MMM y","d MMMM y","EEEE d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}","{1}, {0}",,],[".",",",";","%","+","-","E","×","‰","∞","TF",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"T$","Paʻanga fakatonga",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["tr-CY",[["öö","ös"],["ÖÖ","ÖS"]],[["ÖÖ","ÖS"],,],[["P","P","S","Ç","P","C","C"],["Paz","Pzt","Sal","Çar","Per","Cum","Cmt"],["Pazar","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi"],["Pa","Pt","Sa","Ça","Pe","Cu","Ct"]],,[["O","Ş","M","N","M","H","T","A","E","E","K","A"],["Oca","Şub","Mar","Nis","May","Haz","Tem","Ağu","Eyl","Eki","Kas","Ara"],["Ocak","Şubat","Mart","Nisan","Mayıs","Haziran","Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık"]],,[["MÖ","MS"],,["Milattan Önce","Milattan Sonra"]],1,[6,0],["d.MM.y","d MMM y","d MMMM y","d MMMM y EEEE"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","%#,##0","¤#,##0.00","#E0"],"€","Euro",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["tr",[["öö","ös"],["ÖÖ","ÖS"]],[["ÖÖ","ÖS"],,],[["P","P","S","Ç","P","C","C"],["Paz","Pzt","Sal","Çar","Per","Cum","Cmt"],["Pazar","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi"],["Pa","Pt","Sa","Ça","Pe","Cu","Ct"]],,[["O","Ş","M","N","M","H","T","A","E","E","K","A"],["Oca","Şub","Mar","Nis","May","Haz","Tem","Ağu","Eyl","Eki","Kas","Ara"],["Ocak","Şubat","Mart","Nisan","Mayıs","Haziran","Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık"]],,[["MÖ","MS"],,["Milattan Önce","Milattan Sonra"]],1,[6,0],["d.MM.y","d MMM y","d MMMM y","d MMMM y EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","%#,##0","¤#,##0.00","#E0"],"₺","Türk Lirası",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["tt",[["AM","PM"],,],,[["Я","Д","С","Ч","П","Җ","Ш"],["якш.","дүш.","сиш.","чәр.","пәнҗ.","җом.","шим."],["якшәмбе","дүшәмбе","сишәмбе","чәршәмбе","пәнҗешәмбе","җомга","шимбә"],["якш.","дүш.","сиш.","чәр.","пәнҗ.","җом.","шим."]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["гыйн.","фев.","мар.","апр.","май","июнь","июль","авг.","сент.","окт.","нояб.","дек."],["гыйнвар","февраль","март","апрель","май","июнь","июль","август","сентябрь","октябрь","ноябрь","декабрь"]],,[["б.э.к.","б.э."],,["безнең эрага кадәр","безнең эра"]],1,[6,0],["dd.MM.y","d MMM, y 'ел'","d MMMM, y 'ел'","d MMMM, y 'ел', EEEE"],["H:mm","H:mm:ss","H:mm:ss z","H:mm:ss zzzz"],["{1}, {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00 ¤","#E0"],"₽","Россия сумы",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["twq",[["Subbaahi","Zaarikay b"],,],,[["H","T","T","L","L","L","S"],["Alh","Ati","Ata","Ala","Alm","Alz","Asi"],["Alhadi","Atinni","Atalaata","Alarba","Alhamiisa","Alzuma","Asibti"],["Alh","Ati","Ata","Ala","Alm","Alz","Asi"]],,[["Ž","F","M","A","M","Ž","Ž","U","S","O","N","D"],["Žan","Fee","Mar","Awi","Me","Žuw","Žuy","Ut","Sek","Okt","Noo","Dee"],["Žanwiye","Feewiriye","Marsi","Awiril","Me","Žuweŋ","Žuyye","Ut","Sektanbur","Oktoobur","Noowanbur","Deesanbur"]],,[["IJ","IZ"],,["Isaa jine","Isaa zamanoo"]],1,[6,0],["d/M/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],["."," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00¤","#E0"],"CFA","CFA Fraŋ (BCEAO)",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["tzm",[["Zdat azal","Ḍeffir aza"],,],,[["A","A","A","A","A","A","A"],["Asa","Ayn","Asn","Akr","Akw","Asm","Asḍ"],["Asamas","Aynas","Asinas","Akras","Akwas","Asimwas","Asiḍyas"],["Asa","Ayn","Asn","Akr","Akw","Asm","Asḍ"]],,[["Y","Y","M","I","M","Y","Y","Ɣ","C","K","N","D"],["Yen","Yeb","Mar","Ibr","May","Yun","Yul","Ɣuc","Cut","Kṭu","Nwa","Duj"],["Yennayer","Yebrayer","Mars","Ibrir","Mayyu","Yunyu","Yulyuz","Ɣuct","Cutanbir","Kṭuber","Nwanbir","Dujanbir"]],,[["ZƐ","ḌƐ"],,["Zdat Ɛisa (TAƔ)","Ḍeffir Ɛisa (TAƔ)"]],6,[5,6],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"MAD","Derhem Umeṛṛuki",function(e){return e===Math.floor(e)&&e>=0&&e<=1||e===Math.floor(e)&&e>=11&&e<=99?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ug",[["ب","ك"],["چ.ب","چ.ك"],["چۈشتىن بۇرۇن","چۈشتىن كېيىن"]],[["چ.ب","چ.ك"],,],[["ي","د","س","چ","پ","ج","ش"],["يە","دۈ","سە","چا","پە","جۈ","شە"],["يەكشەنبە","دۈشەنبە","سەيشەنبە","چارشەنبە","پەيشەنبە","جۈمە","شەنبە"],["ي","د","س","چ","پ","ج","ش"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["يانۋار","فېۋرال","مارت","ئاپرېل","ماي","ئىيۇن","ئىيۇل","ئاۋغۇست","سېنتەبىر","ئۆكتەبىر","نويابىر","دېكابىر"]],,[["BCE","مىلادىيە"],,["مىلادىيەدىن بۇرۇن","مىلادىيە"]],0,[6,0],["y-MM-dd","d-MMM، y","d-MMMM، y","y d-MMMM، EEEE"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}، {0}",,"{1} {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"¥","جۇڭگو يۈەنى",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["uk",[["дп","пп"],,],,[["Н","П","В","С","Ч","П","С"],["нд","пн","вт","ср","чт","пт","сб"],["неділя","понеділок","вівторок","середа","четвер","пʼятниця","субота"],["нд","пн","вт","ср","чт","пт","сб"]],,[["с","л","б","к","т","ч","л","с","в","ж","л","г"],["січ.","лют.","бер.","квіт.","трав.","черв.","лип.","серп.","вер.","жовт.","лист.","груд."],["січня","лютого","березня","квітня","травня","червня","липня","серпня","вересня","жовтня","листопада","грудня"]],[["С","Л","Б","К","Т","Ч","Л","С","В","Ж","Л","Г"],["січ","лют","бер","кві","тра","чер","лип","сер","вер","жов","лис","гру"],["січень","лютий","березень","квітень","травень","червень","липень","серпень","вересень","жовтень","листопад","грудень"]],[["до н.е.","н.е."],["до н. е.","н. е."],["до нашої ери","нашої ери"]],1,[6,0],["dd.MM.yy","d MMM y 'р'.","d MMMM y 'р'.","EEEE, d MMMM y 'р'."],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1}, {0}",,"{1} 'о' {0}"],[","," ",";","%","+","-","Е","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"₴","українська гривня",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 0===n&&t%10==1&&t%100!=11?1:0===n&&t%10===Math.floor(t%10)&&t%10>=2&&t%10<=4&&!(t%100>=12&&t%100<=14)?3:0===n&&t%10==0||0===n&&t%10===Math.floor(t%10)&&t%10>=5&&t%10<=9||0===n&&t%100===Math.floor(t%100)&&t%100>=11&&t%100<=14?4:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ur-IN",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["اتوار","پیر","منگل","بدھ","جمعرات","جمعہ","ہفتہ"],,],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["جنوری","فروری","مارچ","اپریل","مئی","جون","جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"]],,[["قبل مسیح","عیسوی"],,],0,[0,0],["d/M/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","%","‎+","‎-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"₹","بھارتی روپیہ",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["ur",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","T","W","T","F","S"],["اتوار","پیر","منگل","بدھ","جمعرات","جمعہ","ہفتہ"],,],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["جنوری","فروری","مارچ","اپریل","مئی","جون","جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"]],,[["قبل مسیح","عیسوی"],,],0,[6,0],["d/M/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","%","‎+","‎-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"Rs","پاکستانی روپیہ",function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["uz-Arab",[["AM","PM"],,],,[["S","M","T","W","T","F","S"],["ی.","د.","س.","چ.","پ.","ج.","ش."],["یکشنبه","دوشنبه","سه‌شنبه","چهارشنبه","پنجشنبه","جمعه","شنبه"],["ی.","د.","س.","چ.","پ.","ج.","ش."]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["جنو","فبر","مار","اپر","می","جون","جول","اگس","سپت","اکت","نوم","دسم"],["جنوری","فبروری","مارچ","اپریل","می","جون","جولای","اگست","سپتمبر","اکتوبر","نومبر","دسمبر"]],,[["BCE","CE"],,],6,[4,5],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[",",".",";","%","‎+","‎−","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"؋","افغانی",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["uz-Cyrl",[["ТО","ТК"],,],,[["Я","Д","С","Ч","П","Ж","Ш"],["якш","душ","сеш","чор","пай","жум","шан"],["якшанба","душанба","сешанба","чоршанба","пайшанба","жума","шанба"],["Як","Ду","Се","Чо","Па","Жу","Ша"]],[["Я","Д","С","Ч","П","Ж","Ш"],["Якш","Душ","Сеш","Чор","Пай","Жум","Шан"],["Якшанба","Душанба","Сешанба","Чоршанба","Пайшанба","Жума","Шанба"],["Як","Ду","Се","Чо","Па","Жу","Ша"]],[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["янв","фев","мар","апр","май","июн","июл","авг","сен","окт","ноя","дек"],["январ","феврал","март","апрел","май","июн","июл","август","сентябр","октябр","ноябр","декабр"]],[["Я","Ф","М","А","М","И","И","А","С","О","Н","Д"],["Янв","Фев","Мар","Апр","Май","Июн","Июл","Авг","Сен","Окт","Ноя","Дек"],["Январ","Феврал","Март","Апрел","Май","Июн","Июл","Август","Сентябр","Октябр","Ноябр","Декабр"]],[["м.а.","милодий"],,["милоддан аввалги","милодий"]],1,[6,0],["dd/MM/yy","d MMM, y","d MMMM, y","EEEE, dd MMMM, y"],["HH:mm","HH:mm:ss","HH:mm:ss (z)","HH:mm:ss (zzzz)"],["{1} {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","ҳақиқий сон эмас",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"сўм","Ўзбекистон сўм",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["uz-Latn",[["TO","TK"],,],,[["Y","D","S","C","P","J","S"],["Yak","Dush","Sesh","Chor","Pay","Jum","Shan"],["yakshanba","dushanba","seshanba","chorshanba","payshanba","juma","shanba"],["Ya","Du","Se","Ch","Pa","Ju","Sh"]],,[["Y","F","M","A","M","I","I","A","S","O","N","D"],["yan","fev","mar","apr","may","iyn","iyl","avg","sen","okt","noy","dek"],["yanvar","fevral","mart","aprel","may","iyun","iyul","avgust","sentabr","oktabr","noyabr","dekabr"]],[["Y","F","M","A","M","I","I","A","S","O","N","D"],["Yan","Fev","Mar","Apr","May","Iyn","Iyl","Avg","Sen","Okt","Noy","Dek"],["Yanvar","Fevral","Mart","Aprel","May","Iyun","Iyul","Avgust","Sentabr","Oktabr","Noyabr","Dekabr"]],[["m.a.","milodiy"],,["miloddan avvalgi","milodiy"]],1,[6,0],["dd/MM/yy","d-MMM, y","d-MMMM, y","EEEE, d-MMMM, y"],["HH:mm","HH:mm:ss","H:mm:ss (z)","H:mm:ss (zzzz)"],["{1}, {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","son emas",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"soʻm","O‘zbekiston so‘mi",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["uz",[["TO","TK"],,],,[["Y","D","S","C","P","J","S"],["Yak","Dush","Sesh","Chor","Pay","Jum","Shan"],["yakshanba","dushanba","seshanba","chorshanba","payshanba","juma","shanba"],["Ya","Du","Se","Ch","Pa","Ju","Sh"]],,[["Y","F","M","A","M","I","I","A","S","O","N","D"],["yan","fev","mar","apr","may","iyn","iyl","avg","sen","okt","noy","dek"],["yanvar","fevral","mart","aprel","may","iyun","iyul","avgust","sentabr","oktabr","noyabr","dekabr"]],[["Y","F","M","A","M","I","I","A","S","O","N","D"],["Yan","Fev","Mar","Apr","May","Iyn","Iyl","Avg","Sen","Okt","Noy","Dek"],["Yanvar","Fevral","Mart","Aprel","May","Iyun","Iyul","Avgust","Sentabr","Oktabr","Noyabr","Dekabr"]],[["m.a.","milodiy"],,["miloddan avvalgi","milodiy"]],1,[6,0],["dd/MM/yy","d-MMM, y","d-MMMM, y","EEEE, d-MMMM, y"],["HH:mm","HH:mm:ss","H:mm:ss (z)","H:mm:ss (zzzz)"],["{1}, {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","son emas",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"soʻm","O‘zbekiston so‘mi",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["vai-Latn",[["AM","PM"],,],,[["S","M","T","W","T","F","S"],["lahadi","tɛɛnɛɛ","talata","alaba","aimisa","aijima","siɓiti"],,],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["luukao kemã","ɓandaɓu","vɔɔ","fulu","goo","6","7","kɔnde","saah","galo","kenpkato ɓololɔ","luukao lɔma"]],,[["BCE","CE"],,],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","Laibhiya Dala",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["vai-Vaii",[["AM","PM"],,],,[["S","M","T","W","T","F","S"],["ꕞꕌꔵ","ꗳꗡꘉ","ꕚꕞꕚ","ꕉꕞꕒ","ꕉꔤꕆꕢ","ꕉꔤꕀꕮ","ꔻꔬꔳ"],,],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["ꖨꕪꖃ","ꕒꕡ","ꕾꖺ","ꖢꖕ","ꖑꕱ","ꖱꘋ","ꖱꕞ","ꗛꔕ","ꕢꕌ","ꕭꖃ","ꔞꘋ","ꖨꕪꕱ"],["ꖨꕪꖃ ꔞꕮ","ꕒꕡꖝꖕ","ꕾꖺ","ꖢꖕ","ꖑꕱ","ꖱꘋ","ꖱꕞꔤ","ꗛꔕ","ꕢꕌ","ꕭꖃ","ꔞꘋꕔꕿ ꕸꖃꗏ","ꖨꕪꕱ ꗏꕮ"]],,[["BCE","CE"],,],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","ꕞꔤꔫꕩ ꕜꕞꕌ",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["vai",[["AM","PM"],,],,[["S","M","T","W","T","F","S"],["ꕞꕌꔵ","ꗳꗡꘉ","ꕚꕞꕚ","ꕉꕞꕒ","ꕉꔤꕆꕢ","ꕉꔤꕀꕮ","ꔻꔬꔳ"],,],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["ꖨꕪꖃ","ꕒꕡ","ꕾꖺ","ꖢꖕ","ꖑꕱ","ꖱꘋ","ꖱꕞ","ꗛꔕ","ꕢꕌ","ꕭꖃ","ꔞꘋ","ꖨꕪꕱ"],["ꖨꕪꖃ ꔞꕮ","ꕒꕡꖝꖕ","ꕾꖺ","ꖢꖕ","ꖑꕱ","ꖱꘋ","ꖱꕞꔤ","ꗛꔕ","ꕢꕌ","ꕭꖃ","ꔞꘋꕔꕿ ꕸꖃꗏ","ꖨꕪꕱ ꗏꕮ"]],,[["BCE","CE"],,],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","ꕞꔤꔫꕩ ꕜꕞꕌ",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["vi",[["s","c"],["SA","CH"]],[["SA","CH"],,],[["CN","T2","T3","T4","T5","T6","T7"],["CN","Th 2","Th 3","Th 4","Th 5","Th 6","Th 7"],["Chủ Nhật","Thứ Hai","Thứ Ba","Thứ Tư","Thứ Năm","Thứ Sáu","Thứ Bảy"],["CN","T2","T3","T4","T5","T6","T7"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["thg 1","thg 2","thg 3","thg 4","thg 5","thg 6","thg 7","thg 8","thg 9","thg 10","thg 11","thg 12"],["tháng 1","tháng 2","tháng 3","tháng 4","tháng 5","tháng 6","tháng 7","tháng 8","tháng 9","tháng 10","tháng 11","tháng 12"]],[["1","2","3","4","5","6","7","8","9","10","11","12"],["Thg 1","Thg 2","Thg 3","Thg 4","Thg 5","Thg 6","Thg 7","Thg 8","Thg 9","Thg 10","Thg 11","Thg 12"],["Tháng 1","Tháng 2","Tháng 3","Tháng 4","Tháng 5","Tháng 6","Tháng 7","Tháng 8","Tháng 9","Tháng 10","Tháng 11","Tháng 12"]],[["tr. CN","sau CN"],["Trước CN","sau CN"]],1,[6,0],["dd/MM/y","d MMM, y","d MMMM, y","EEEE, d MMMM, y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{0}, {1}",,"{0} {1}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"₫","Đồng Việt Nam",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["vo",[["AM","PM"],,],,[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],,],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["M01","M02","M03","M04","M05","M06","M07","M08","M09","M10","M11","M12"]],,[["BCE","CE"],,],1,[6,0],["y-MM-dd","y MMM d","y MMMM d","y MMMM d, EEEE"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],,function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["vun",[["utuko","kyiukonyi"],,],,[["J","J","J","J","A","I","J"],["Jpi","Jtt","Jnn","Jtn","Alh","Iju","Jmo"],["Jumapilyi","Jumatatuu","Jumanne","Jumatanu","Alhamisi","Ijumaa","Jumamosi"],["Jpi","Jtt","Jnn","Jtn","Alh","Iju","Jmo"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mac","Apr","Mei","Jun","Jul","Ago","Sep","Okt","Nov","Des"],["Januari","Februari","Machi","Aprilyi","Mei","Junyi","Julyai","Agusti","Septemba","Oktoba","Novemba","Desemba"]],,[["KK","BK"],,["Kabla ya Kristu","Baada ya Kristu"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"TSh","Shilingi ya Tanzania",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["wae",[["AM","PM"],,],,[["S","M","Z","M","F","F","S"],["Sun","Män","Ziš","Mit","Fró","Fri","Sam"],["Sunntag","Mäntag","Zištag","Mittwuč","Fróntag","Fritag","Samštag"],["Sun","Män","Ziš","Mit","Fró","Fri","Sam"]],,[["J","H","M","A","M","B","H","Ö","H","W","W","C"],["Jen","Hor","Mär","Abr","Mei","Brá","Hei","Öig","Her","Wím","Win","Chr"],["Jenner","Hornig","Märze","Abrille","Meije","Bráčet","Heiwet","Öigšte","Herbštmánet","Wímánet","Wintermánet","Chrištmánet"]],,[["v. Chr.","n. Chr"],,],1,[6,0],["y-MM-dd","d. MMM y","d. MMMM y","EEEE, d. MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[",","’",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"CHF","CHF",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["wo",[["Sub","Ngo"],,],,[["Dib","Alt","Tal","Àla","Alx","Àjj","Ase"],,["Dibéer","Altine","Talaata","Àlarba","Alxamis","Àjjuma","Aseer"],["Dib","Alt","Tal","Àla","Alx","Àjj","Ase"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["Sam","Few","Mar","Awr","Mee","Suw","Sul","Ut","Sàt","Okt","Now","Des"],["Samwiyee","Fewriyee","Mars","Awril","Mee","Suwe","Sulet","Ut","Sàttumbar","Oktoobar","Nowàmbar","Desàmbar"]],,[["JC","AD"],,["av. JC","AD"]],1,[6,0],["dd-MM-y","d MMM, y","d MMMM, y","EEEE, d MMM, y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} - {0}",,"{1} 'ci' {0}"],[",",".",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],"CFA","Franc CFA bu Afrik Sowwu-jant",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["xog",[["Munkyo","Eigulo"],,],,[["S","B","B","S","K","K","M"],["Sabi","Bala","Kubi","Kusa","Kuna","Kuta","Muka"],["Sabiiti","Balaza","Owokubili","Owokusatu","Olokuna","Olokutaanu","Olomukaaga"],["Sabi","Bala","Kubi","Kusa","Kuna","Kuta","Muka"]],,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apu","Maa","Juu","Jul","Agu","Seb","Oki","Nov","Des"],["Janwaliyo","Febwaliyo","Marisi","Apuli","Maayi","Juuni","Julaayi","Agusito","Sebuttemba","Okitobba","Novemba","Desemba"]],,[["AZ","AF"],,["Kulisto nga azilawo","Kulisto nga affile"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"USh","Silingi eya Yuganda",function(e){return 1===e?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["yav",[["kiɛmɛ́ɛm","kisɛ́ndɛ"],,],,[["s","m","m","e","k","f","s"],["sd","md","mw","et","kl","fl","ss"],["sɔ́ndiɛ","móndie","muányáŋmóndie","metúkpíápɛ","kúpélimetúkpiapɛ","feléte","séselé"],["sd","md","mw","et","kl","fl","ss"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["o.1","o.2","o.3","o.4","o.5","o.6","o.7","o.8","o.9","o.10","o.11","o.12"],["pikítíkítie, oólí ú kutúan","siɛyɛ́, oóli ú kándíɛ","ɔnsúmbɔl, oóli ú kátátúɛ","mesiŋ, oóli ú kénie","ensil, oóli ú kátánuɛ","ɔsɔn","efute","pisuyú","imɛŋ i puɔs","imɛŋ i putúk,oóli ú kátíɛ","makandikɛ","pilɔndɔ́"]],,[["k.Y.","+J.C."],,["katikupíen Yésuse","ékélémkúnupíén n"]],1,[6,0],["d/M/y","d MMM y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","#,##0.00 ¤","#E0"],"FCFA","XAF",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["yi",[["פֿאַרמיטאָג","נאָכמיטאָג"],,],,[["S","M","T","W","T","F","S"],["זונטיק","מאָנטיק","דינסטיק","מיטוואך","דאנערשטיק","פֿרײַטיק","שבת"],,],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["יאַנואַר","פֿעברואַר","מערץ","אַפּריל","מיי","יוני","יולי","אויגוסט","סעפּטעמבער","אקטאבער","נאוועמבער","דעצעמבער"]],[["1","2","3","4","5","6","7","8","9","10","11","12"],["יאַנ","פֿעב","מערץ","אַפּר","מיי","יוני","יולי","אויג","סעפּ","אקט","נאוו","דעצ"],["יאַנואַר","פֿעברואַר","מערץ","אַפּריל","מיי","יוני","יולי","אויגוסט","סעפּטעמבער","אקטאבער","נאוועמבער","דעצעמבער"]],[["BCE","CE"],,],1,[6,0],["dd/MM/yy","dטן MMM y","dטן MMMM y","EEEE, dטן MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}","{1}, {0}","{1} {0}"],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤ #,##0.00","#E0"],,function(e){var t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["yo-BJ",[["Àárɔ̀","Ɔ̀sán"],,],,[["S","M","T","W","T","F","S"],["Àìkú","Ajé","Ìsɛ́gun","Ɔjɔ́rú","Ɔjɔ́bɔ","Ɛtì","Àbámɛ́ta"],["Ɔjɔ́ Àìkú","Ɔjɔ́ Ajé","Ɔjɔ́ Ìsɛ́gun","Ɔjɔ́rú","Ɔjɔ́bɔ","Ɔjɔ́ Ɛtì","Ɔjɔ́ Àbámɛ́ta"],["Àìkú","Ajé","Ìsɛ́gun","Ɔjɔ́rú","Ɔjɔ́bɔ","Ɛtì","Àbámɛ́ta"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["Shɛ́rɛ́","Èrèlè","Ɛrɛ̀nà","Ìgbé","Ɛ̀bibi","Òkúdu","Agɛmɔ","Ògún","Owewe","Ɔ̀wàrà","Bélú","Ɔ̀pɛ̀"],["Oshù Shɛ́rɛ́","Oshù Èrèlè","Oshù Ɛrɛ̀nà","Oshù Ìgbé","Oshù Ɛ̀bibi","Oshù Òkúdu","Oshù Agɛmɔ","Oshù Ògún","Oshù Owewe","Oshù Ɔ̀wàrà","Oshù Bélú","Oshù Ɔ̀pɛ̀"]],,[["BCE","LK"],,["Saju Kristi","Lehin Kristi"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"CFA","Faransi ti Orílɛ́ède BIKEAO",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["yo",[["Àárọ̀","Ọ̀sán"],,],,[["S","M","T","W","T","F","S"],["Àìkú","Ajé","Ìsẹ́gun","Ọjọ́rú","Ọjọ́bọ","Ẹtì","Àbámẹ́ta"],["Ọjọ́ Àìkú","Ọjọ́ Ajé","Ọjọ́ Ìsẹ́gun","Ọjọ́rú","Ọjọ́bọ","Ọjọ́ Ẹtì","Ọjọ́ Àbámẹ́ta"],["Àìkú","Ajé","Ìsẹ́gun","Ọjọ́rú","Ọjọ́bọ","Ẹtì","Àbámẹ́ta"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["Ṣẹ́rẹ́","Èrèlè","Ẹrẹ̀nà","Ìgbé","Ẹ̀bibi","Òkúdu","Agẹmọ","Ògún","Owewe","Ọ̀wàrà","Bélú","Ọ̀pẹ̀"],["Oṣù Ṣẹ́rẹ́","Oṣù Èrèlè","Oṣù Ẹrẹ̀nà","Oṣù Ìgbé","Oṣù Ẹ̀bibi","Oṣù Òkúdu","Oṣù Agẹmọ","Oṣù Ògún","Oṣù Owewe","Oṣù Ọ̀wàrà","Oṣù Bélú","Oṣù Ọ̀pẹ̀"]],,[["BCE","LK"],,["Saju Kristi","Lehin Kristi"]],1,[6,0],["dd/MM/y","d MMM y","d MMMM y","EEEE, d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"₦","Naira ti Orílẹ́ède Nàìjíríà",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["yue-Hans",[["上午","下午"],,],,[["日","一","二","三","四","五","六"],["周日","周一","周二","周三","周四","周五","周六"],["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],["周日","周一","周二","周三","周四","周五","周六"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]],,[["西元前","西元"],,],0,[6,0],["y/M/d","y年M月d日",,"y年M月d日EEEE"],["ah:mm","ah:mm:ss","z ah:mm:ss","zzzz ah:mm:ss"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","非数值",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"¥","人民币",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["yue-Hant",[["上午","下午"],,],,[["日","一","二","三","四","五","六"],["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],,["日","一","二","三","四","五","六"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]],,[["西元前","西元"],,],0,[6,0],["y/M/d","y年M月d日",,"y年M月d日 EEEE"],["ah:mm","ah:mm:ss","ah:mm:ss [z]","ah:mm:ss [zzzz]"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","非數值",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"HK$","港幣",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["yue",[["上午","下午"],,],,[["日","一","二","三","四","五","六"],["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],,["日","一","二","三","四","五","六"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]],,[["西元前","西元"],,],0,[6,0],["y/M/d","y年M月d日",,"y年M月d日 EEEE"],["ah:mm","ah:mm:ss","ah:mm:ss [z]","ah:mm:ss [zzzz]"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","非數值",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"HK$","港幣",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["zgh",[["ⵜⵉⴼⴰⵡⵜ","ⵜⴰⴷⴳⴳⵯⴰⵜ"],,],,[["S","M","T","W","T","F","S"],["ⴰⵙⴰ","ⴰⵢⵏ","ⴰⵙⵉ","ⴰⴽⵕ","ⴰⴽⵡ","ⴰⵙⵉⵎ","ⴰⵙⵉⴹ"],["ⴰⵙⴰⵎⴰⵙ","ⴰⵢⵏⴰⵙ","ⴰⵙⵉⵏⴰⵙ","ⴰⴽⵕⴰⵙ","ⴰⴽⵡⴰⵙ","ⴰⵙⵉⵎⵡⴰⵙ","ⴰⵙⵉⴹⵢⴰⵙ"],["ⴰⵙⴰ","ⴰⵢⵏ","ⴰⵙⵉ","ⴰⴽⵕ","ⴰⴽⵡ","ⴰⵙⵉⵎ","ⴰⵙⵉⴹ"]],,[["ⵉ","ⴱ","ⵎ","ⵉ","ⵎ","ⵢ","ⵢ","ⵖ","ⵛ","ⴽ","ⵏ","ⴷ"],["ⵉⵏⵏ","ⴱⵕⴰ","ⵎⴰⵕ","ⵉⴱⵔ","ⵎⴰⵢ","ⵢⵓⵏ","ⵢⵓⵍ","ⵖⵓⵛ","ⵛⵓⵜ","ⴽⵜⵓ","ⵏⵓⵡ","ⴷⵓⵊ"],["ⵉⵏⵏⴰⵢⵔ","ⴱⵕⴰⵢⵕ","ⵎⴰⵕⵚ","ⵉⴱⵔⵉⵔ","ⵎⴰⵢⵢⵓ","ⵢⵓⵏⵢⵓ","ⵢⵓⵍⵢⵓⵣ","ⵖⵓⵛⵜ","ⵛⵓⵜⴰⵏⴱⵉⵔ","ⴽⵜⵓⴱⵔ","ⵏⵓⵡⴰⵏⴱⵉⵔ","ⴷⵓⵊⴰⵏⴱⵉⵔ"]],,[["ⴷⴰⵄ","ⴷⴼⵄ"],,["ⴷⴰⵜ ⵏ ⵄⵉⵙⴰ","ⴷⴼⴼⵉⵔ ⵏ ⵄⵉⵙⴰ"]],6,[5,6],["d/M/y","d MMM, y","d MMMM y","EEEE d MMMM y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[","," ",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0 %","#,##0.00¤","#E0"],"MAD","ⴰⴷⵔⵉⵎ ⵏ ⵍⵎⵖⵔⵉⴱ",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["zh-Hans-HK",[["上午","下午"],,],,[["日","一","二","三","四","五","六"],["周日","周一","周二","周三","周四","周五","周六"],["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],["周日","周一","周二","周三","周四","周五","周六"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]],,[["公元前","公元"],,],0,[6,0],["d/M/yy","y年M月d日",,"y年M月d日EEEE"],["ah:mm","ah:mm:ss","z ah:mm:ss","zzzz ah:mm:ss"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"HK$","港元",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["zh-Hans-MO",[["上午","下午"],,],,[["日","一","二","三","四","五","六"],["周日","周一","周二","周三","周四","周五","周六"],["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],["周日","周一","周二","周三","周四","周五","周六"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]],,[["公元前","公元"],,],0,[6,0],["d/M/yy","y年M月d日",,"y年M月d日EEEE"],["ah:mm","ah:mm:ss","z ah:mm:ss","zzzz ah:mm:ss"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"MOP$","澳门币",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["zh-Hans-SG",[["上午","下午"],,],,[["日","一","二","三","四","五","六"],["周日","周一","周二","周三","周四","周五","周六"],["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],["周日","周一","周二","周三","周四","周五","周六"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]],,[["公元前","公元"],,],0,[6,0],["dd/MM/yy","y年M月d日",,"y年M月d日EEEE"],["ah:mm","ah:mm:ss","z ah:mm:ss","zzzz ah:mm:ss"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","新加坡元",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["zh-Hans",[["上午","下午"],,],,[["日","一","二","三","四","五","六"],["周日","周一","周二","周三","周四","周五","周六"],["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],["周日","周一","周二","周三","周四","周五","周六"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]],,[["公元前","公元"],,],0,[6,0],["y/M/d","y年M月d日",,"y年M月d日EEEE"],["ah:mm","ah:mm:ss","z ah:mm:ss","zzzz ah:mm:ss"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"¥","人民币",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["zh-Hant-HK",[["上午","下午"],,],,[["日","一","二","三","四","五","六"],["週日","週一","週二","週三","週四","週五","週六"],["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],["日","一","二","三","四","五","六"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]],,[["西元前","西元"],["公元前","公元"]],0,[6,0],["d/M/y","y年M月d日",,"y年M月d日EEEE"],["ah:mm","ah:mm:ss","ah:mm:ss [z]","ah:mm:ss [zzzz]"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","非數值",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"HK$","港元",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["zh-Hant-MO",[["上午","下午"],,],,[["日","一","二","三","四","五","六"],["週日","週一","週二","週三","週四","週五","週六"],["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],["日","一","二","三","四","五","六"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]],,[["西元前","西元"],["公元前","公元"]],0,[6,0],["d/M/y","y年M月d日",,"y年M月d日EEEE"],["ah:mm","ah:mm:ss","ah:mm:ss [z]","ah:mm:ss [zzzz]"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","非數值",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"MOP$","澳門元",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["zh-Hant",[["上午","下午"],,],,[["日","一","二","三","四","五","六"],["週日","週一","週二","週三","週四","週五","週六"],["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],["日","一","二","三","四","五","六"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"]],,[["西元前","西元"],,],0,[6,0],["y/M/d","y年M月d日",,"y年M月d日 EEEE"],["ah:mm","ah:mm:ss","ah:mm:ss [z]","ah:mm:ss [zzzz]"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","非數值",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"$","新台幣",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["zh",[["上午","下午"],,],,[["日","一","二","三","四","五","六"],["周日","周一","周二","周三","周四","周五","周六"],["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],["周日","周一","周二","周三","周四","周五","周六"]],,[["1","2","3","4","5","6","7","8","9","10","11","12"],["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]],,[["公元前","公元"],,],0,[6,0],["y/M/d","y年M月d日",,"y年M月d日EEEE"],["ah:mm","ah:mm:ss","z ah:mm:ss","zzzz ah:mm:ss"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"¥","人民币",function(e){return 5}]},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=["zu",[["a","p"],["AM","PM"]],[["AM","PM"],,],[["S","M","B","T","S","H","M"],["Son","Mso","Bil","Tha","Sin","Hla","Mgq"],["ISonto","UMsombuluko","ULwesibili","ULwesithathu","ULwesine","ULwesihlanu","UMgqibelo"],["Son","Mso","Bil","Tha","Sin","Hla","Mgq"]],,[["J","F","M","E","M","J","J","A","S","O","N","D"],["Jan","Feb","Mas","Eph","Mey","Jun","Jul","Aga","Sep","Okt","Nov","Dis"],["Januwari","Februwari","Mashi","Ephreli","Meyi","Juni","Julayi","Agasti","Septhemba","Okthoba","Novemba","Disemba"]],[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mas","Eph","Mey","Jun","Jul","Aga","Sep","Okt","Nov","Dis"],["Januwari","Februwari","Mashi","Ephreli","Meyi","Juni","Julayi","Agasti","Septhemba","Okthoba","Novemba","Disemba"]],[["BC","AD"],,],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["HH:mm","HH:mm:ss","HH:mm:ss z","HH:mm:ss zzzz"],["{1} {0}",,,],[".",",",";","%","+","-","E","×","‰","∞","NaN",":"],["#,##0.###","#,##0%","¤#,##0.00","#E0"],"R","i-South African Rand",function(e){return 0===Math.floor(Math.abs(e))||1===e?1:5}]},,function(e,t){var n=function(){var e=function(e){return null!==(e=-e.getTimezoneOffset())?e:0},t=function(){return e(new Date(2010,0,1,0,0,0,0))},i=function(){return e(new Date(2010,5,1,0,0,0,0))},r=function(){var e=t(),r=i(),o=t()-i();return new n.TimeZone(n.olson.timezones[0>o?e+",1":0<o?r+",1,s":e+",0"])};return{determine_timezone:function(){return"undefined"!=typeof console&&console.log("jstz.determine_timezone() is deprecated and will be removed in an upcoming version. Please use jstz.determine() instead."),r()},determine:r,date_is_dst:function(n){return 0!=(5<n.getMonth()?i():t())-(n=e(n))}}}();n.TimeZone=function(e){var t=null;return void 0!==n.olson.ambiguity_list[t=e]&&function(){for(var e=n.olson.ambiguity_list[t],i=e.length,r=0,o=e[0];r<i;r+=1)if(o=e[r],n.date_is_dst(n.olson.dst_start_dates[o])){t=o;break}}(),{name:function(){return t}}},n.olson={},n.olson.timezones={"-720,0":"Etc/GMT+12","-660,0":"Pacific/Pago_Pago","-600,1":"America/Adak","-600,0":"Pacific/Honolulu","-570,0":"Pacific/Marquesas","-540,0":"Pacific/Gambier","-540,1":"America/Anchorage","-480,1":"America/Los_Angeles","-480,0":"Pacific/Pitcairn","-420,0":"America/Phoenix","-420,1":"America/Denver","-360,0":"America/Guatemala","-360,1":"America/Chicago","-360,1,s":"Pacific/Easter","-300,0":"America/Bogota","-300,1":"America/New_York","-270,0":"America/Caracas","-240,1":"America/Halifax","-240,0":"America/Santo_Domingo","-240,1,s":"America/Asuncion","-210,1":"America/St_Johns","-180,1":"America/Godthab","-180,0":"America/Argentina/Buenos_Aires","-180,1,s":"America/Montevideo","-120,0":"America/Noronha","-120,1":"Etc/GMT+2","-60,1":"Atlantic/Azores","-60,0":"Atlantic/Cape_Verde","0,0":"Etc/UTC","0,1":"Europe/London","60,1":"Europe/Berlin","60,0":"Africa/Lagos","60,1,s":"Africa/Windhoek","120,1":"Asia/Beirut","120,0":"Africa/Johannesburg","180,1":"Europe/Moscow","180,0":"Asia/Baghdad","210,1":"Asia/Tehran","240,0":"Asia/Dubai","240,1":"Asia/Yerevan","270,0":"Asia/Kabul","300,1":"Asia/Yekaterinburg","300,0":"Asia/Karachi","330,0":"Asia/Kolkata","345,0":"Asia/Kathmandu","360,0":"Asia/Dhaka","360,1":"Asia/Omsk","390,0":"Asia/Rangoon","420,1":"Asia/Krasnoyarsk","420,0":"Asia/Jakarta","480,0":"Asia/Shanghai","480,1":"Asia/Irkutsk","525,0":"Australia/Eucla","525,1,s":"Australia/Eucla","540,1":"Asia/Yakutsk","540,0":"Asia/Tokyo","570,0":"Australia/Darwin","570,1,s":"Australia/Adelaide","600,0":"Australia/Brisbane","600,1":"Asia/Vladivostok","600,1,s":"Australia/Sydney","630,1,s":"Australia/Lord_Howe","660,1":"Asia/Kamchatka","660,0":"Pacific/Noumea","690,0":"Pacific/Norfolk","720,1,s":"Pacific/Auckland","720,0":"Pacific/Tarawa","765,1,s":"Pacific/Chatham","780,0":"Pacific/Tongatapu","780,1,s":"Pacific/Apia","840,0":"Pacific/Kiritimati"},n.olson.dst_start_dates={"America/Denver":new Date(2011,2,13,3,0,0,0),"America/Mazatlan":new Date(2011,3,3,3,0,0,0),"America/Chicago":new Date(2011,2,13,3,0,0,0),"America/Mexico_City":new Date(2011,3,3,3,0,0,0),"Atlantic/Stanley":new Date(2011,8,4,7,0,0,0),"America/Asuncion":new Date(2011,9,2,3,0,0,0),"America/Santiago":new Date(2011,9,9,3,0,0,0),"America/Campo_Grande":new Date(2011,9,16,5,0,0,0),"America/Montevideo":new Date(2011,9,2,3,0,0,0),"America/Sao_Paulo":new Date(2011,9,16,5,0,0,0),"America/Los_Angeles":new Date(2011,2,13,8,0,0,0),"America/Santa_Isabel":new Date(2011,3,5,8,0,0,0),"America/Havana":new Date(2011,2,13,2,0,0,0),"America/New_York":new Date(2011,2,13,7,0,0,0),"Asia/Gaza":new Date(2011,2,26,23,0,0,0),"Asia/Beirut":new Date(2011,2,27,1,0,0,0),"Europe/Minsk":new Date(2011,2,27,2,0,0,0),"Europe/Helsinki":new Date(2011,2,27,4,0,0,0),"Europe/Istanbul":new Date(2011,2,28,5,0,0,0),"Asia/Damascus":new Date(2011,3,1,2,0,0,0),"Asia/Jerusalem":new Date(2011,3,1,6,0,0,0),"Africa/Cairo":new Date(2010,3,30,4,0,0,0),"Asia/Yerevan":new Date(2011,2,27,4,0,0,0),"Asia/Baku":new Date(2011,2,27,8,0,0,0),"Pacific/Auckland":new Date(2011,8,26,7,0,0,0),"Pacific/Fiji":new Date(2010,11,29,23,0,0,0),"America/Halifax":new Date(2011,2,13,6,0,0,0),"America/Goose_Bay":new Date(2011,2,13,2,1,0,0),"America/Miquelon":new Date(2011,2,13,5,0,0,0),"America/Godthab":new Date(2011,2,27,1,0,0,0)},n.olson.ambiguity_list={"America/Denver":["America/Denver","America/Mazatlan"],"America/Chicago":["America/Chicago","America/Mexico_City"],"America/Asuncion":["Atlantic/Stanley","America/Asuncion","America/Santiago","America/Campo_Grande"],"America/Montevideo":["America/Montevideo","America/Sao_Paulo"],"Asia/Beirut":"Asia/Gaza Asia/Beirut Europe/Minsk Europe/Helsinki Europe/Istanbul Asia/Damascus Asia/Jerusalem Africa/Cairo".split(" "),"Asia/Yerevan":["Asia/Yerevan","Asia/Baku"],"Pacific/Auckland":["Pacific/Auckland","Pacific/Fiji"],"America/Los_Angeles":["America/Los_Angeles","America/Santa_Isabel"],"America/New_York":["America/Havana","America/New_York"],"America/Halifax":["America/Goose_Bay","America/Halifax"],"America/Godthab":["America/Miquelon","America/Godthab"]},t.jstz=n},function(e,t){!function(e,t,n){function i(e,t){return t.match(/:\d+$/)?t:t+":"+function(e){return"http:"===e?80:"https:"===e?443:void 0}(e)}var r={nojQuery:"jQuery was not found. Please ensure jQuery is referenced before the SignalR client JavaScript file.",noTransportOnInit:"No transport could be initialized successfully. Try specifying a different transport or none at all for auto initialization.",errorOnNegotiate:"Error during negotiation request.",stoppedWhileLoading:"The connection was stopped during page load.",stoppedWhileNegotiating:"The connection was stopped during the negotiate request.",errorParsingNegotiateResponse:"Error parsing negotiate response.",errorDuringStartRequest:"Error during start request. Stopping the connection.",stoppedDuringStartRequest:"The connection was stopped during the start request.",errorParsingStartResponse:"Error parsing start response: '{0}'. Stopping the connection.",invalidStartResponse:"Invalid start response: '{0}'. Stopping the connection.",protocolIncompatible:"You are using a version of the client that isn't compatible with the server. Client version {0}, server version {1}.",sendFailed:"Send failed.",parseFailed:"Failed at parsing response: {0}",longPollFailed:"Long polling request failed.",eventSourceFailedToConnect:"EventSource failed to connect.",eventSourceError:"Error raised by EventSource",webSocketClosed:"WebSocket closed.",pingServerFailedInvalidResponse:"Invalid ping response when pinging server: '{0}'.",pingServerFailed:"Failed to ping server.",pingServerFailedStatusCode:"Failed to ping server.  Server responded with status code {0}, stopping the connection.",pingServerFailedParse:"Failed to parse ping server response, stopping the connection.",noConnectionTransport:"Connection is in an invalid state, there is no transport active.",webSocketsInvalidState:"The Web Socket transport is in an invalid state, transitioning into reconnecting.",reconnectTimeout:"Couldn't reconnect within the configured timeout of {0} ms, disconnecting.",reconnectWindowTimeout:"The client has been inactive since {0} and it has exceeded the inactivity timeout of {1} ms. Stopping the connection."};if("function"!=typeof e)throw new Error(r.nojQuery);var o,a,s="complete"===t.document.readyState,u=e(t),l={onStart:"onStart",onStarting:"onStarting",onReceived:"onReceived",onError:"onError",onConnectionSlow:"onConnectionSlow",onReconnecting:"onReconnecting",onReconnect:"onReconnect",onStateChanged:"onStateChanged",onDisconnect:"onDisconnect"},c=function(t,n,i){return n===t.state&&(t.state=i,e(t).triggerHandler(l.onStateChanged,[{oldState:n,newState:i}]),!0)},d=function(e){return e._.keepAliveData.activated&&e.transport.supportsKeepAlive(e)};(o=function(e,t,n){return new o.fn.init(e,t,n)})._={defaultContentType:"application/x-www-form-urlencoded; charset=UTF-8",ieVersion:function(){var e,n;return"Microsoft Internet Explorer"===t.navigator.appName&&(n=/MSIE ([0-9]+\.[0-9]+)/.exec(t.navigator.userAgent))&&(e=t.parseFloat(n[1])),e}(),error:function(e,t,n){var i=new Error(e);return i.source=t,void 0!==n&&(i.context=n),i},transportError:function(e,t,n,i){var r=this.error(e,n,i);return r.transport=t?t.name:void 0,r},format:function(){for(var e=arguments[0],t=0;t<arguments.length-1;t++)e=e.replace("{"+t+"}",arguments[t+1]);return e},firefoxMajorVersion:function(e){var t=e.match(/Firefox\/(\d+)/);return!t||!t.length||t.length<2?0:parseInt(t[1],10)},configurePingInterval:function(n){var i=n._.config,r=function(t){e(n).triggerHandler(l.onError,[t])};i&&!n._.pingIntervalId&&i.pingInterval&&(n._.pingIntervalId=t.setInterval(function(){o.transports._logic.pingServer(n).fail(r)},i.pingInterval))}},o.events=l,o.resources=r,o.ajaxDefaults={processData:!0,timeout:null,async:!0,global:!1,cache:!1},o.changeState=c,o.isDisconnecting=function(e){return e.state===o.connectionState.disconnected},o.connectionState={connecting:0,connected:1,reconnecting:2,disconnected:4},o.hub={start:function(){throw new Error("SignalR: Error loading hubs. Ensure your hubs reference is correct, e.g. <script src='/signalr/js'><\/script>.")}},u.on("load",function(){s=!0}),o.fn=o.prototype={init:function(t,n,i){var r=e(this);this.url=t,this.qs=n,this.lastError=null,this._={keepAliveData:{},connectingMessageBuffer:new function(t,n){var i=[];this.tryBuffer=function(n){return t.state===e.signalR.connectionState.connecting&&(i.push(n),!0)},this.drain=function(){if(t.state===e.signalR.connectionState.connected)for(;i.length>0;)n(i.shift())},this.clear=function(){i=[]}}(this,function(e){r.triggerHandler(l.onReceived,[e])}),lastMessageAt:(new Date).getTime(),lastActiveAt:(new Date).getTime(),beatInterval:5e3,beatHandle:null,totalTransportConnectTimeout:0},"boolean"==typeof i&&(this.logging=i)},_parseResponse:function(e){return e&&"string"==typeof e?this.json.parse(e):e},_originalJson:t.JSON,json:t.JSON,isCrossDomain:function(n,r){var o;return n=e.trim(n),r=r||t.location,0===n.indexOf("http")&&(o=t.document.createElement("a"),o.href=n,o.protocol+i(o.protocol,o.host)!==r.protocol+i(r.protocol,r.host))},ajaxDataType:"text",contentType:"application/json; charset=UTF-8",logging:!1,state:o.connectionState.disconnected,clientProtocol:"1.5",reconnectDelay:2e3,transportConnectTimeout:0,disconnectTimeout:3e4,reconnectWindow:3e4,keepAliveWarnAt:2/3,start:function(n,i){var a,m=this,p={pingInterval:3e5,waitForPageLoad:!0,transport:"auto",jsonp:!1},h=m._deferral||e.Deferred(),f=t.document.createElement("a");if(m.lastError=null,m._deferral=h,!m.json)throw new Error("SignalR: No JSON parser found. Please ensure json2.js is referenced before the SignalR.js file if you need to support clients without native JSON parsing support, e.g. IE<8.");if("function"===e.type(n)?i=n:"object"===e.type(n)&&(e.extend(p,n),"function"===e.type(p.callback)&&(i=p.callback)),p.transport=function(t,n){if(e.isArray(t)){for(var i=t.length-1;i>=0;i--){var r=t[i];"string"===e.type(r)&&o.transports[r]||(n.log("Invalid transport: "+r+", removing it from the transports list."),t.splice(i,1))}0===t.length&&(n.log("No transports remain within the specified transport array."),t=null)}else if(o.transports[t]||"auto"===t){if("auto"===t&&o._.ieVersion<=8)return["longPolling"]}else n.log("Invalid transport: "+t.toString()+"."),t=null;return t}(p.transport,m),!p.transport)throw new Error("SignalR: Invalid transport(s) specified, aborting start.");if(m._.config=p,!s&&!0===p.waitForPageLoad)return m._.deferredStartHandler=function(){m.start(n,i)},u.bind("load",m._.deferredStartHandler),h.promise();if(m.state===o.connectionState.connecting)return h.promise();if(!1===c(m,o.connectionState.disconnected,o.connectionState.connecting))return h.resolve(m),h.promise();!function(n){var i,r;n._.configuredStopReconnectingTimeout||(r=function(t){var n=o._.format(o.resources.reconnectTimeout,t.disconnectTimeout);t.log(n),e(t).triggerHandler(l.onError,[o._.error(n,"TimeoutException")]),t.stop(!1,!1)},n.reconnecting(function(){var e=this;e.state===o.connectionState.reconnecting&&(i=t.setTimeout(function(){r(e)},e.disconnectTimeout))}),n.stateChanged(function(e){e.oldState===o.connectionState.reconnecting&&t.clearTimeout(i)}),n._.configuredStopReconnectingTimeout=!0)}(m),f.href=m.url,f.protocol&&":"!==f.protocol?(m.protocol=f.protocol,m.host=f.host):(m.protocol=t.document.location.protocol,m.host=f.host||t.document.location.host),m.baseUrl=m.protocol+"//"+m.host,m.wsProtocol="https:"===m.protocol?"wss://":"ws://","auto"===p.transport&&!0===p.jsonp&&(p.transport="longPolling"),0===m.url.indexOf("//")&&(m.url=t.location.protocol+m.url,m.log("Protocol relative URL detected, normalizing it to '"+m.url+"'.")),this.isCrossDomain(m.url)&&(m.log("Auto detected cross domain url."),"auto"===p.transport&&(p.transport=["webSockets","serverSentEvents","longPolling"]),void 0===p.withCredentials&&(p.withCredentials=!0),p.jsonp||(p.jsonp=!e.support.cors,p.jsonp&&m.log("Using jsonp because this browser doesn't support CORS.")),m.contentType=o._.defaultContentType),m.withCredentials=p.withCredentials,m.ajaxDataType=p.jsonp?"jsonp":"text",e(m).bind(l.onStart,function(t,n){"function"===e.type(i)&&i.call(m),h.resolve(m)}),m._.initHandler=o.transports._logic.initHandler(m),a=function(n,i){var s=o._.error(r.noTransportOnInit);if((i=i||0)>=n.length)return m.log(0===i?"No transports supported by the server were selected.":1===i?"No fallback transports were selected.":"Fallback transports exhausted."),e(m).triggerHandler(l.onError,[s]),h.reject(s),void m.stop();if(m.state!==o.connectionState.disconnected){var p=o.transports[n[i]],f=function(){a(n,i+1)};m.transport=p;try{m._.initHandler.start(p,function(){var n=o._.firefoxMajorVersion(t.navigator.userAgent)>=11,i=!!m.withCredentials&&n;m.log("The start request succeeded. Transitioning to the connected state."),d(m)&&o.transports._logic.monitorKeepAlive(m),o.transports._logic.startHeartbeat(m),o._.configurePingInterval(m),c(m,o.connectionState.connecting,o.connectionState.connected)||m.log("WARNING! The connection was not in the connecting state."),m._.connectingMessageBuffer.drain(),e(m).triggerHandler(l.onStart),u.bind("unload",function(){m.log("Window unloading, stopping the connection."),m.stop(i)}),n&&u.bind("beforeunload",function(){t.setTimeout(function(){m.stop(i)},0)})},f)}catch(e){m.log(p.name+" transport threw '"+e.message+"' when attempting to start."),f()}}};var g=m.url+"/negotiate",y=function(t,n){var i=o._.error(r.errorOnNegotiate,t,n._.negotiateRequest);e(n).triggerHandler(l.onError,i),h.reject(i),n.stop()};return e(m).triggerHandler(l.onStarting),g=o.transports._logic.prepareQueryString(m,g),m.log("Negotiating with '"+g+"'."),m._.negotiateRequest=o.transports._logic.ajax(m,{url:g,error:function(e,t){"__Negotiate Aborted__"!==t?y(e,m):h.reject(o._.error(r.stoppedWhileNegotiating,null,m._.negotiateRequest))},success:function(t){var n,i,s,u=[],c=[];try{n=m._parseResponse(t)}catch(e){return void y(o._.error(r.errorParsingNegotiateResponse,e),m)}if(i=m._.keepAliveData,m.appRelativeUrl=n.Url,m.id=n.ConnectionId,m.token=n.ConnectionToken,m.webSocketServerUrl=n.WebSocketServerUrl,m._.pollTimeout=1e3*n.ConnectionTimeout+1e4,m.disconnectTimeout=1e3*n.DisconnectTimeout,m._.totalTransportConnectTimeout=m.transportConnectTimeout+1e3*n.TransportConnectTimeout,n.KeepAliveTimeout?(i.activated=!0,i.timeout=1e3*n.KeepAliveTimeout,i.timeoutWarning=i.timeout*m.keepAliveWarnAt,m._.beatInterval=(i.timeout-i.timeoutWarning)/3):i.activated=!1,m.reconnectWindow=m.disconnectTimeout+(i.timeout||0),!n.ProtocolVersion||n.ProtocolVersion!==m.clientProtocol)return s=o._.error(o._.format(r.protocolIncompatible,m.clientProtocol,n.ProtocolVersion)),e(m).triggerHandler(l.onError,[s]),void h.reject(s);e.each(o.transports,function(e){if(0===e.indexOf("_")||"webSockets"===e&&!n.TryWebSockets)return!0;c.push(e)}),e.isArray(p.transport)?e.each(p.transport,function(t,n){e.inArray(n,c)>=0&&u.push(n)}):"auto"===p.transport?u=c:e.inArray(p.transport,c)>=0&&u.push(p.transport),a(u)}}),h.promise()},starting:function(t){var n=this;return e(n).bind(l.onStarting,function(e,i){t.call(n)}),n},send:function(e){if(this.state===o.connectionState.disconnected)throw new Error("SignalR: Connection must be started before data can be sent. Call .start() before .send()");if(this.state===o.connectionState.connecting)throw new Error("SignalR: Connection has not been fully initialized. Use .start().done() or .start().fail() to run logic after the connection has started.");return this.transport.send(this,e),this},received:function(t){var n=this;return e(n).bind(l.onReceived,function(e,i){t.call(n,i)}),n},stateChanged:function(t){var n=this;return e(n).bind(l.onStateChanged,function(e,i){t.call(n,i)}),n},error:function(t){var n=this;return e(n).bind(l.onError,function(e,i,r){n.lastError=i,t.call(n,i,r)}),n},disconnected:function(t){var n=this;return e(n).bind(l.onDisconnect,function(e,i){t.call(n)}),n},connectionSlow:function(t){var n=this;return e(n).bind(l.onConnectionSlow,function(e,i){t.call(n)}),n},reconnecting:function(t){var n=this;return e(n).bind(l.onReconnecting,function(e,i){t.call(n)}),n},reconnected:function(t){var n=this;return e(n).bind(l.onReconnect,function(e,i){t.call(n)}),n},stop:function(n,i){var a=this._deferral;return this._.deferredStartHandler&&u.unbind("load",this._.deferredStartHandler),delete this._.config,delete this._.deferredStartHandler,s||this._.config&&!0!==this._.config.waitForPageLoad?this.state!==o.connectionState.disconnected?(this.log("Stopping connection."),c(this,this.state,o.connectionState.disconnected),t.clearTimeout(this._.beatHandle),t.clearInterval(this._.pingIntervalId),this.transport&&(this.transport.stop(this),!1!==i&&this.transport.abort(this,n),d(this)&&o.transports._logic.stopMonitoringKeepAlive(this),this.transport=null),this._.negotiateRequest&&(this._.negotiateRequest.abort("__Negotiate Aborted__"),delete this._.negotiateRequest),this._.initHandler&&this._.initHandler.stop(),e(this).triggerHandler(l.onDisconnect),delete this._deferral,delete this.messageId,delete this.groupsToken,delete this.id,delete this._.pingIntervalId,delete this._.lastMessageAt,delete this._.lastActiveAt,this._.connectingMessageBuffer.clear(),this):void 0:(this.log("Stopping connection prior to negotiate."),void(a&&a.reject(o._.error(r.stoppedWhileLoading))))},log:function(e){!function(e,n){if(!1!==n){var i;void 0!==t.console&&(i="["+(new Date).toTimeString()+"] SignalR: "+e,t.console.debug?t.console.debug(i):t.console.log&&t.console.log(i))}}(e,this.logging)}},o.fn.init.prototype=o.fn,o.noConflict=function(){return e.connection===o&&(e.connection=a),o},e.connection&&(a=e.connection),e.connection=e.signalR=o}(window.jQuery,window),function(e,t,n){function i(n){n._.keepAliveData.monitoring&&function(t){var n,i=t._.keepAliveData;t.state===s.connectionState.connected&&((n=(new Date).getTime()-t._.lastMessageAt)>=i.timeout?(t.log("Keep alive timed out.  Notifying transport that connection has been lost."),t.transport.lostConnection(t)):n>=i.timeoutWarning?i.userNotified||(t.log("Keep alive has been missed, connection may be dead/slow."),e(t).triggerHandler(u.onConnectionSlow),i.userNotified=!0):i.userNotified=!1)}(n),a.markActive(n)&&(n._.beatHandle=t.setTimeout(function(){i(n)},n._.beatInterval))}function r(e,t){var n=e.url+t;return e.transport&&(n+="?transport="+e.transport.name),a.prepareQueryString(e,n)}function o(e){this.connection=e,this.startRequested=!1,this.startCompleted=!1,this.connectionStopped=!1}var a,s=e.signalR,u=e.signalR.events,l=e.signalR.changeState;s.transports={},o.prototype={start:function(e,n,i){var r=this,o=r.connection,a=!1;r.startRequested||r.connectionStopped?o.log("WARNING! "+e.name+" transport cannot be started. Initialization ongoing or completed."):(o.log(e.name+" transport starting."),r.transportTimeoutHandle=t.setTimeout(function(){a||(a=!0,o.log(e.name+" transport timed out when trying to connect."),r.transportFailed(e,void 0,i))},o._.totalTransportConnectTimeout),e.start(o,function(){a||r.initReceived(e,n)},function(t){return a||(a=!0,r.transportFailed(e,t,i)),!r.startCompleted||r.connectionStopped}))},stop:function(){this.connectionStopped=!0,t.clearTimeout(this.transportTimeoutHandle),s.transports._logic.tryAbortStartRequest(this.connection)},initReceived:function(e,n){var i=this,r=i.connection;i.startRequested?r.log("WARNING! The client received multiple init messages."):i.connectionStopped||(i.startRequested=!0,t.clearTimeout(i.transportTimeoutHandle),r.log(e.name+" transport connected. Initiating start request."),s.transports._logic.ajaxStart(r,function(){i.startCompleted=!0,n()}))},transportFailed:function(n,i,r){var o,a=this.connection,l=a._deferral;this.connectionStopped||(t.clearTimeout(this.transportTimeoutHandle),this.startRequested?this.startCompleted||(o=s._.error(s.resources.errorDuringStartRequest,i),a.log(n.name+" transport failed during the start request. Stopping the connection."),e(a).triggerHandler(u.onError,[o]),l&&l.reject(o),a.stop()):(n.stop(a),a.log(n.name+" transport failed to connect. Attempting to fall back."),r()))}},a=s.transports._logic={ajax:function(t,n){return e.ajax(e.extend(!0,{},e.signalR.ajaxDefaults,{type:"GET",data:{},xhrFields:{withCredentials:t.withCredentials},contentType:t.contentType,dataType:t.ajaxDataType},n))},pingServer:function(t){var n,i,r=e.Deferred();return t.transport?(n=a.addQs(n=t.url+"/ping",t.qs),i=a.ajax(t,{url:n,success:function(e){var n;try{n=t._parseResponse(e)}catch(e){return r.reject(s._.transportError(s.resources.pingServerFailedParse,t.transport,e,i)),void t.stop()}"pong"===n.Response?r.resolve():r.reject(s._.transportError(s._.format(s.resources.pingServerFailedInvalidResponse,e),t.transport,null,i))},error:function(e){401===e.status||403===e.status?(r.reject(s._.transportError(s._.format(s.resources.pingServerFailedStatusCode,e.status),t.transport,e,i)),t.stop()):r.reject(s._.transportError(s.resources.pingServerFailed,t.transport,e,i))}})):r.reject(s._.transportError(s.resources.noConnectionTransport,t.transport)),r.promise()},prepareQueryString:function(e,n){var i;return i=a.addQs(n,"clientProtocol="+e.clientProtocol),i=a.addQs(i,e.qs),e.token&&(i+="&connectionToken="+t.encodeURIComponent(e.token)),e.data&&(i+="&connectionData="+t.encodeURIComponent(e.data)),i},addQs:function(t,n){var i,r=-1!==t.indexOf("?")?"&":"?";if(!n)return t;if("object"==typeof n)return t+r+e.param(n);if("string"==typeof n)return"?"!==(i=n.charAt(0))&&"&"!==i||(r=""),t+r+n;throw new Error("Query string property must be either a string or object.")},getUrl:function(e,n,i,r,o){var s=("webSockets"===n?"":e.baseUrl)+e.appRelativeUrl,u="transport="+n;return!o&&e.groupsToken&&(u+="&groupsToken="+t.encodeURIComponent(e.groupsToken)),i?(s+=r?"/poll":"/reconnect",!o&&e.messageId&&(u+="&messageId="+t.encodeURIComponent(e.messageId))):s+="/connect",s+="?"+u,s=a.prepareQueryString(e,s),o||(s+="&tid="+Math.floor(11*Math.random())),s},maximizePersistentResponse:function(e){return{MessageId:e.C,Messages:e.M,Initialized:void 0!==e.S,ShouldReconnect:void 0!==e.T,LongPollDelay:e.L,GroupsToken:e.G}},updateGroups:function(e,t){t&&(e.groupsToken=t)},stringifySend:function(e,t){return"string"==typeof t||void 0===t||null===t?t:e.json.stringify(t)},ajaxSend:function(t,n){var i,o=a.stringifySend(t,n),l=r(t,"/send"),c=function(t,r){e(r).triggerHandler(u.onError,[s._.transportError(s.resources.sendFailed,r.transport,t,i),n])};return i=a.ajax(t,{url:l,type:"jsonp"===t.ajaxDataType?"GET":"POST",contentType:s._.defaultContentType,data:{data:o},success:function(e){var n;if(e){try{n=t._parseResponse(e)}catch(e){return c(e,t),void t.stop()}a.triggerReceived(t,n)}},error:function(e,n){"abort"!==n&&"parsererror"!==n&&c(e,t)}})},ajaxAbort:function(e,t){if(void 0!==e.transport){t=void 0===t||t;var n=r(e,"/abort");a.ajax(e,{url:n,async:t,timeout:1e3,type:"POST"}),e.log("Fired ajax abort async = "+t+".")}},ajaxStart:function(t,n){var i=function(e){var n=t._deferral;n&&n.reject(e)},o=function(n){t.log("The start request failed. Stopping the connection."),e(t).triggerHandler(u.onError,[n]),i(n),t.stop()};t._.startRequest=a.ajax(t,{url:r(t,"/start"),success:function(e,i,r){var a;try{a=t._parseResponse(e)}catch(t){return void o(s._.error(s._.format(s.resources.errorParsingStartResponse,e),t,r))}"started"===a.Response?n():o(s._.error(s._.format(s.resources.invalidStartResponse,e),null,r))},error:function(e,n,r){"__Start Aborted__"!==n?o(s._.error(s.resources.errorDuringStartRequest,r,e)):(t.log("The start request aborted because connection.stop() was called."),i(s._.error(s.resources.stoppedDuringStartRequest,null,e)))}})},tryAbortStartRequest:function(e){e._.startRequest&&(e._.startRequest.abort("__Start Aborted__"),delete e._.startRequest)},tryInitialize:function(e,t){e.Initialized&&t()},triggerReceived:function(t,n){t._.connectingMessageBuffer.tryBuffer(n)||e(t).triggerHandler(u.onReceived,[n])},processMessages:function(t,n,i){var r;a.markLastMessage(t),n&&(r=a.maximizePersistentResponse(n),a.updateGroups(t,r.GroupsToken),r.MessageId&&(t.messageId=r.MessageId),r.Messages&&(e.each(r.Messages,function(e,n){a.triggerReceived(t,n)}),a.tryInitialize(r,i)))},monitorKeepAlive:function(t){var n=t._.keepAliveData;n.monitoring?t.log("Tried to monitor keep alive but it's already being monitored."):(n.monitoring=!0,a.markLastMessage(t),t._.keepAliveData.reconnectKeepAliveUpdate=function(){a.markLastMessage(t)},e(t).bind(u.onReconnect,t._.keepAliveData.reconnectKeepAliveUpdate),t.log("Now monitoring keep alive with a warning timeout of "+n.timeoutWarning+", keep alive timeout of "+n.timeout+" and disconnecting timeout of "+t.disconnectTimeout))},stopMonitoringKeepAlive:function(t){var n=t._.keepAliveData;n.monitoring&&(n.monitoring=!1,e(t).unbind(u.onReconnect,t._.keepAliveData.reconnectKeepAliveUpdate),t._.keepAliveData={},t.log("Stopping the monitoring of the keep alive."))},startHeartbeat:function(e){e._.lastActiveAt=(new Date).getTime(),i(e)},markLastMessage:function(e){e._.lastMessageAt=(new Date).getTime()},markActive:function(e){return!!a.verifyLastActive(e)&&(e._.lastActiveAt=(new Date).getTime(),!0)},isConnectedOrReconnecting:function(e){return e.state===s.connectionState.connected||e.state===s.connectionState.reconnecting},ensureReconnectingState:function(t){return!0===l(t,s.connectionState.connected,s.connectionState.reconnecting)&&e(t).triggerHandler(u.onReconnecting),t.state===s.connectionState.reconnecting},clearReconnectTimeout:function(e){e&&e._.reconnectTimeout&&(t.clearTimeout(e._.reconnectTimeout),delete e._.reconnectTimeout)},verifyLastActive:function(t){if((new Date).getTime()-t._.lastActiveAt>=t.reconnectWindow){var n=s._.format(s.resources.reconnectWindowTimeout,new Date(t._.lastActiveAt),t.reconnectWindow);return t.log(n),e(t).triggerHandler(u.onError,[s._.error(n,"TimeoutException")]),t.stop(!1,!1),!1}return!0},reconnect:function(e,n){var i=s.transports[n];if(a.isConnectedOrReconnecting(e)&&!e._.reconnectTimeout){if(!a.verifyLastActive(e))return;e._.reconnectTimeout=t.setTimeout(function(){a.verifyLastActive(e)&&(i.stop(e),a.ensureReconnectingState(e)&&(e.log(n+" reconnecting."),i.start(e)))},e.reconnectDelay)}},handleParseFailure:function(t,n,i,r,o){var a=s._.transportError(s._.format(s.resources.parseFailed,n),t.transport,i,o);r&&r(a)?t.log("Failed to parse server response while attempting to connect."):(e(t).triggerHandler(u.onError,[a]),t.stop())},initHandler:function(e){return new o(e)},foreverFrame:{count:0,connections:{}}}}(window.jQuery,window),function(e,t,n){var i=e.signalR,r=e.signalR.events,o=e.signalR.changeState,a=i.transports._logic;i.transports.webSockets={name:"webSockets",supportsKeepAlive:function(){return!0},send:function(t,n){var o=a.stringifySend(t,n);try{t.socket.send(o)}catch(o){e(t).triggerHandler(r.onError,[i._.transportError(i.resources.webSocketsInvalidState,t.transport,o,t.socket),n])}},start:function(n,s,u){var l,c=!1,d=this,m=!s,p=e(n);t.WebSocket?n.socket||(l=n.webSocketServerUrl?n.webSocketServerUrl:n.wsProtocol+n.host,l+=a.getUrl(n,this.name,m),n.log("Connecting to websocket endpoint '"+l+"'."),n.socket=new t.WebSocket(l),n.socket.onopen=function(){c=!0,n.log("Websocket opened."),a.clearReconnectTimeout(n),!0===o(n,i.connectionState.reconnecting,i.connectionState.connected)&&p.triggerHandler(r.onReconnect)},n.socket.onclose=function(t){var o;this===n.socket&&(c&&void 0!==t.wasClean&&!1===t.wasClean?(o=i._.transportError(i.resources.webSocketClosed,n.transport,t),n.log("Unclean disconnect from websocket: "+(t.reason||"[no reason given]."))):n.log("Websocket closed."),u&&u(o)||(o&&e(n).triggerHandler(r.onError,[o]),d.reconnect(n)))},n.socket.onmessage=function(t){var i;try{i=n._parseResponse(t.data)}catch(e){return void a.handleParseFailure(n,t.data,e,u,t)}i&&(e.isEmptyObject(i)||i.M?a.processMessages(n,i,s):a.triggerReceived(n,i))}):u()},reconnect:function(e){a.reconnect(e,this.name)},lostConnection:function(e){this.reconnect(e)},stop:function(e){a.clearReconnectTimeout(e),e.socket&&(e.log("Closing the Websocket."),e.socket.close(),e.socket=null)},abort:function(e,t){a.ajaxAbort(e,t)}}}(window.jQuery,window),function(e,t,n){var i=e.signalR,r=e.signalR.events,o=e.signalR.changeState,a=i.transports._logic,s=function(e){t.clearTimeout(e._.reconnectAttemptTimeoutHandle),delete e._.reconnectAttemptTimeoutHandle};i.transports.serverSentEvents={name:"serverSentEvents",supportsKeepAlive:function(){return!0},timeOut:3e3,start:function(n,u,l){var c,d=this,m=!1,p=e(n),h=!u;if(n.eventSource&&(n.log("The connection already has an event source. Stopping it."),n.stop()),t.EventSource){c=a.getUrl(n,this.name,h);try{n.log("Attempting to connect to SSE endpoint '"+c+"'."),n.eventSource=new t.EventSource(c,{withCredentials:n.withCredentials})}catch(e){return n.log("EventSource failed trying to connect with error "+e.Message+"."),void(l?l():(p.triggerHandler(r.onError,[i._.transportError(i.resources.eventSourceFailedToConnect,n.transport,e)]),h&&d.reconnect(n)))}h&&(n._.reconnectAttemptTimeoutHandle=t.setTimeout(function(){!1===m&&n.eventSource.readyState!==t.EventSource.OPEN&&d.reconnect(n)},d.timeOut)),n.eventSource.addEventListener("open",function(e){n.log("EventSource connected."),s(n),a.clearReconnectTimeout(n),!1===m&&(m=!0,!0===o(n,i.connectionState.reconnecting,i.connectionState.connected)&&p.triggerHandler(r.onReconnect))},!1),n.eventSource.addEventListener("message",function(e){var t;if("initialized"!==e.data){try{t=n._parseResponse(e.data)}catch(t){return void a.handleParseFailure(n,e.data,t,l,e)}a.processMessages(n,t,u)}},!1),n.eventSource.addEventListener("error",function(e){var o=i._.transportError(i.resources.eventSourceError,n.transport,e);this===n.eventSource&&(l&&l(o)||(n.log("EventSource readyState: "+n.eventSource.readyState+"."),e.eventPhase===t.EventSource.CLOSED?(n.log("EventSource reconnecting due to the server connection ending."),d.reconnect(n)):(n.log("EventSource error."),p.triggerHandler(r.onError,[o]))))},!1)}else l&&(n.log("This browser doesn't support SSE."),l())},reconnect:function(e){a.reconnect(e,this.name)},lostConnection:function(e){this.reconnect(e)},send:function(e,t){a.ajaxSend(e,t)},stop:function(e){s(e),a.clearReconnectTimeout(e),e&&e.eventSource&&(e.log("EventSource calling close()."),e.eventSource.close(),e.eventSource=null,delete e.eventSource)},abort:function(e,t){a.ajaxAbort(e,t)}}}(window.jQuery,window),function(e,t,n){var i=e.signalR,r=e.signalR.events,o=e.signalR.changeState,a=i.transports._logic,s=function(){var e=t.document.createElement("iframe");return e.setAttribute("style","position:absolute;top:0;left:0;width:0;height:0;visibility:hidden;"),e},u=function(){var e=null,n=0;return{prevent:function(){i._.ieVersion<=8&&(0===n&&(e=t.setInterval(function(){var e=s();t.document.body.appendChild(e),t.document.body.removeChild(e),e=null},1e3)),n++)},cancel:function(){1===n&&t.clearInterval(e),n>0&&n--}}}();i.transports.foreverFrame={name:"foreverFrame",supportsKeepAlive:function(){return!0},iframeClearThreshold:50,start:function(e,n,i){var r,o=this,l=a.foreverFrame.count+=1,c=s(),d=function(){e.log("Forever frame iframe finished loading and is no longer receiving messages."),i&&i()||o.reconnect(e)};t.EventSource?i&&(e.log("Forever Frame is not supported by SignalR on browsers with SSE support."),i()):(c.setAttribute("data-signalr-connection-id",e.id),u.prevent(),r=a.getUrl(e,this.name),r+="&frameId="+l,t.document.documentElement.appendChild(c),e.log("Binding to iframe's load event."),c.addEventListener?c.addEventListener("load",d,!1):c.attachEvent&&c.attachEvent("onload",d),c.src=r,a.foreverFrame.connections[l]=e,e.frame=c,e.frameId=l,n&&(e.onSuccess=function(){e.log("Iframe transport started."),n()}))},reconnect:function(e){var n=this;a.isConnectedOrReconnecting(e)&&a.verifyLastActive(e)&&t.setTimeout(function(){if(a.verifyLastActive(e)&&e.frame&&a.ensureReconnectingState(e)){var t=e.frame,i=a.getUrl(e,n.name,!0)+"&frameId="+e.frameId;e.log("Updating iframe src to '"+i+"'."),t.src=i}},e.reconnectDelay)},lostConnection:function(e){this.reconnect(e)},send:function(e,t){a.ajaxSend(e,t)},receive:function(t,n){var r,o,s;if(t.json!==t._originalJson&&(n=t._originalJson.stringify(n)),s=t._parseResponse(n),a.processMessages(t,s,t.onSuccess),t.state===e.signalR.connectionState.connected&&(t.frameMessageCount=(t.frameMessageCount||0)+1,t.frameMessageCount>i.transports.foreverFrame.iframeClearThreshold&&(t.frameMessageCount=0,(r=t.frame.contentWindow||t.frame.contentDocument)&&r.document&&r.document.body)))for(o=r.document.body;o.firstChild;)o.removeChild(o.firstChild)},stop:function(e){var n=null;if(u.cancel(),e.frame){if(e.frame.stop)e.frame.stop();else try{(n=e.frame.contentWindow||e.frame.contentDocument).document&&n.document.execCommand&&n.document.execCommand("Stop")}catch(t){e.log("Error occured when stopping foreverFrame transport. Message = "+t.message+".")}e.frame.parentNode===t.document.body&&t.document.body.removeChild(e.frame),delete a.foreverFrame.connections[e.frameId],e.frame=null,e.frameId=null,delete e.frame,delete e.frameId,delete e.onSuccess,delete e.frameMessageCount,e.log("Stopping forever frame.")}},abort:function(e,t){a.ajaxAbort(e,t)},getConnection:function(e){return a.foreverFrame.connections[e]},started:function(t){!0===o(t,i.connectionState.reconnecting,i.connectionState.connected)&&e(t).triggerHandler(r.onReconnect)}}}(window.jQuery,window),function(e,t,n){var i=e.signalR,r=e.signalR.events,o=e.signalR.changeState,a=e.signalR.isDisconnecting,s=i.transports._logic;i.transports.longPolling={name:"longPolling",supportsKeepAlive:function(){return!1},reconnectDelay:3e3,start:function(n,u,l){var c=this,d=function(){d=e.noop,n.log("LongPolling connected."),u()},m=function(e){return!!l(e)&&(n.log("LongPolling failed to connect."),!0)},p=n._,h=0,f=function(n){t.clearTimeout(p.reconnectTimeoutId),p.reconnectTimeoutId=null,!0===o(n,i.connectionState.reconnecting,i.connectionState.connected)&&(n.log("Raising the reconnect event"),e(n).triggerHandler(r.onReconnect))};n.pollXhr&&(n.log("Polling xhr requests already exists, aborting."),n.stop()),n.messageId=null,p.reconnectTimeoutId=null,p.pollTimeoutId=t.setTimeout(function(){!function o(u,l){var g=!(null===u.messageId),y=s.getUrl(u,c.name,g,!l,!0),v={};u.messageId&&(v.messageId=u.messageId),u.groupsToken&&(v.groupsToken=u.groupsToken),!0!==a(u)&&(n.log("Opening long polling request to '"+y+"'."),u.pollXhr=s.ajax(n,{xhrFields:{onprogress:function(){s.markLastMessage(n)}},url:y,type:"POST",contentType:i._.defaultContentType,data:v,timeout:n._.pollTimeout,success:function(i){var r,l,c,g=0;n.log("Long poll complete."),h=0;try{r=n._parseResponse(i)}catch(e){return void s.handleParseFailure(u,i,e,m,u.pollXhr)}null!==p.reconnectTimeoutId&&f(u),r&&(l=s.maximizePersistentResponse(r)),s.processMessages(u,r,d),l&&"number"===e.type(l.LongPollDelay)&&(g=l.LongPollDelay),!0!==a(u)&&((c=l&&l.ShouldReconnect)&&!s.ensureReconnectingState(u)||(g>0?p.pollTimeoutId=t.setTimeout(function(){o(u,c)},g):o(u,c)))},error:function(a,l){var d=i._.transportError(i.resources.longPollFailed,n.transport,a,u.pollXhr);if(t.clearTimeout(p.reconnectTimeoutId),p.reconnectTimeoutId=null,"abort"!==l){if(!m(d)){if(h++,n.state!==i.connectionState.reconnecting&&(n.log("An error occurred using longPolling. Status = "+l+".  Response = "+a.responseText+"."),e(u).triggerHandler(r.onError,[d])),(n.state===i.connectionState.connected||n.state===i.connectionState.reconnecting)&&!s.verifyLastActive(n))return;if(!s.ensureReconnectingState(u))return;p.pollTimeoutId=t.setTimeout(function(){o(u,!0)},c.reconnectDelay)}}else n.log("Aborted xhr request.")}}),g&&!0===l&&(p.reconnectTimeoutId=t.setTimeout(function(){f(u)},Math.min(1e3*(Math.pow(2,h)-1),36e5))))}(n)},250)},lostConnection:function(e){e.pollXhr&&e.pollXhr.abort("lostConnection")},send:function(e,t){s.ajaxSend(e,t)},stop:function(e){t.clearTimeout(e._.pollTimeoutId),t.clearTimeout(e._.reconnectTimeoutId),delete e._.pollTimeoutId,delete e._.reconnectTimeoutId,e.pollXhr&&(e.pollXhr.abort(),e.pollXhr=null,delete e.pollXhr)},abort:function(e,t){s.ajaxAbort(e,t)}}}(window.jQuery,window),function(e,t,n){function i(e){return e+l}function r(t){return e.isFunction(t)?null:"undefined"===e.type(t)?null:t}function o(e){for(var t in e)if(e.hasOwnProperty(t))return!0;return!1}function a(e,t){var n,i=e._.invocationCallbacks;o(i)&&e.log("Clearing hub invocation callbacks with error: "+t+"."),e._.invocationCallbackId=0,delete e._.invocationCallbacks,e._.invocationCallbacks={};for(var r in i)(n=i[r]).method.call(n.scope,{E:t})}function s(e,t){return new s.fn.init(e,t)}function u(t,n){var i={qs:null,logging:!1,useDefaultPath:!0};return e.extend(i,n),t&&!i.useDefaultPath||(t=(t||"")+"/signalr"),new u.fn.init(t,i)}var l=".hubProxy",c=e.signalR;(s.fn=s.prototype={init:function(e,t){this.state={},this.connection=e,this.hubName=t,this._={callbackMap:{}}},constructor:s,hasSubscriptions:function(){return o(this._.callbackMap)},on:function(t,n){var r=this,o=r._.callbackMap;return t=t.toLowerCase(),o[t]||(o[t]={}),o[t][n]=function(e,t){n.apply(r,t)},e(r).bind(i(t),o[t][n]),r},off:function(t,n){var r,a=this._.callbackMap;return t=t.toLowerCase(),(r=a[t])&&(r[n]?(e(this).unbind(i(t),r[n]),delete r[n],o(r)||delete a[t]):n||(e(this).unbind(i(t)),delete a[t])),this},invoke:function(t){var n=this,i=n.connection,o=function(e,t,n){var i,r=e.length,o=[];for(i=0;i<r;i+=1)e.hasOwnProperty(i)&&(o[i]=t.call(n,e[i],i,e));return o}(e.makeArray(arguments).slice(1),r),a={H:n.hubName,M:t,A:o,I:i._.invocationCallbackId},s=e.Deferred();return i._.invocationCallbacks[i._.invocationCallbackId.toString()]={scope:n,method:function(r){var o,a=n._maximizeHubResponse(r);e.extend(n.state,a.State),a.Progress?s.notifyWith?s.notifyWith(n,[a.Progress.Data]):i._.progressjQueryVersionLogged||(i.log("A hub method invocation progress update was received but the version of jQuery in use ("+e.prototype.jquery+") does not support progress updates. Upgrade to jQuery 1.7+ to receive progress notifications."),i._.progressjQueryVersionLogged=!0):a.Error?(a.StackTrace&&i.log(a.Error+"\n"+a.StackTrace+"."),(o=c._.error(a.Error,a.IsHubException?"HubException":"Exception")).data=a.ErrorData,i.log(n.hubName+"."+t+" failed to execute. Error: "+o.message),s.rejectWith(n,[o])):(i.log("Invoked "+n.hubName+"."+t),s.resolveWith(n,[a.Result]))}},i._.invocationCallbackId+=1,e.isEmptyObject(n.state)||(a.S=n.state),i.log("Invoking "+n.hubName+"."+t),i.send(a),s.promise()},_maximizeHubResponse:function(e){return{State:e.S,Result:e.R,Progress:e.P?{Id:e.P.I,Data:e.P.D}:null,Id:e.I,IsHubException:e.H,Error:e.E,StackTrace:e.T,ErrorData:e.D}}}).init.prototype=s.fn,(u.fn=u.prototype=e.connection()).init=function(t,n){var r={qs:null,logging:!1,useDefaultPath:!0},o=this;e.extend(r,n),e.signalR.fn.init.call(o,t,r.qs,r.logging),o.proxies={},o._.invocationCallbackId=0,o._.invocationCallbacks={},o.received(function(t){var n,r,a,s,u,l;t&&(void 0!==t.P?(a=t.P.I.toString(),(s=o._.invocationCallbacks[a])&&s.method.call(s.scope,t)):void 0!==t.I?(a=t.I.toString(),(s=o._.invocationCallbacks[a])&&(o._.invocationCallbacks[a]=null,delete o._.invocationCallbacks[a],s.method.call(s.scope,t))):(n=this._maximizeClientHubInvocation(t),o.log("Triggering client hub event '"+n.Method+"' on hub '"+n.Hub+"'."),u=n.Hub.toLowerCase(),l=n.Method.toLowerCase(),e.extend((r=this.proxies[u]).state,n.State),e(r).triggerHandler(i(l),[n.Args])))}),o.error(function(e,t){var n,i;t&&(i=o._.invocationCallbacks[n=t.I])&&(o._.invocationCallbacks[n]=null,delete o._.invocationCallbacks[n],i.method.call(i.scope,{E:e}))}),o.reconnecting(function(){o.transport&&"webSockets"===o.transport.name&&a(o,"Connection started reconnecting before invocation result was received.")}),o.disconnected(function(){a(o,"Connection was disconnected before invocation result was received.")})},u.fn._maximizeClientHubInvocation=function(e){return{Hub:e.H,Method:e.M,Args:e.A,State:e.S}},u.fn._registerSubscribedHubs=function(){var t=this;t._subscribedToHubs||(t._subscribedToHubs=!0,t.starting(function(){var n=[];e.each(t.proxies,function(e){this.hasSubscriptions()&&(n.push({name:e}),t.log("Client subscribed to hub '"+e+"'."))}),0===n.length&&t.log("No hubs have been subscribed to.  The client will not receive data from hubs.  To fix, declare at least one client side function prior to connection start for each hub you wish to subscribe to."),t.data=t.json.stringify(n)}))},u.fn.createHubProxy=function(e){e=e.toLowerCase();var t=this.proxies[e];return t||(t=s(this,e),this.proxies[e]=t),this._registerSubscribedHubs(),t},u.fn.init.prototype=u.fn,e.hubConnection=u}(window.jQuery,window),window.jQuery.signalR.version="2.2.0"}],[936]);