Swedbank Baltics (2024)

Contact us

`}buildSecondLevelLists(){const isWorkingHourException=Swedbank.communication.virtualAssistantEnabled&&!Swedbank.communication.newVirtualAssistantWorkingHour&&Swedbank.Navigation.isBusiness();const isMissingBusinessProfileException=Swedbank.communication.missingBusinessProfileException&&Swedbank.Navigation.isBusiness();const isChatPanelContent=Swedbank.isAuthenticated&&(!Swedbank.communication.virtualAssistantEnabled&&!Swedbank.communication.chatDisabled||isWorkingHourException||isMissingBusinessProfileException);return[isChatPanelContent&&this.buildChatPanelContent(),Swedbank.isAuthenticated&&this.buildAppointmentContent(),Swedbank.isAuthenticated&&this.buildBankMessagesContent(),this.buildCallbackContent()].filter(Boolean)}buildChatPanelContent(){const isWorkingHourException=Swedbank.communication.virtualAssistantEnabled&&!Swedbank.communication.newVirtualAssistantWorkingHour&&Swedbank.Navigation.isBusiness();const isMissingBusinessProfileException=Swedbank.communication.missingBusinessProfileException&&Swedbank.Navigation.isBusiness();return UI.element`

${Swedbank.communication.isPrivateProgram&&Swedbank.country==="LV"?Swedbank.Labels("chatCommonTitlePrivate"):Swedbank.Labels("chatCommonTitle")}

${isWorkingHourException&&!isMissingBusinessProfileException&&UI.html` ${Swedbank.Labels("notWorkingTimeForChat")} `} ${isMissingBusinessProfileException&&UI.trustedHTML` ${Swedbank.Labels("notWorkingForPrivateCustomer")} `} ${!isWorkingHourException&&!isMissingBusinessProfileException&&UI.html`

${Swedbank.Navigation.isPrivate()?Swedbank.Labels("chatDescriptionPrivate"):Swedbank.Labels("chatDescriptionBusiness")}

${Swedbank.Labels("chatHistoryTitle")} `}

`}buildAppointmentContent(){const isLinksAppointmentSection=Swedbank.communication.isGoldProgram&&Swedbank.communication.managers.length||Swedbank.communication.isPrivateProgram;return UI.element`

${this.buildExistingAppointmentSection()} ${isLinksAppointmentSection&&this.buildLinksAppointmentSection()} ${!isLinksAppointmentSection&&this.buildCommonAppointmentSection()}

`}buildExistingAppointmentSection(){const link=Swedbank.Navigation.isPrivate()?"private.home.more.appointments":Swedbank.country==="LT"?"business.useful.more.appointments":"business.useful.useful.appointments";return UI.html` ${Swedbank.Labels("bookedConsultationTitle")} `}buildLinksAppointmentSection(){const isGoldWithManager=Swedbank.communication.isGoldProgram&&Swedbank.communication.managers.length;const customerAppointmentLabel=Swedbank.country==="LV"?Swedbank.Labels("customerAppointmentTitlePrivate"):Swedbank.Labels("customerAppointmentTitle");return UI.html`

${Swedbank.communication.isPrivateProgram?customerAppointmentLabel:Swedbank.Labels("customerGoldAppointmentTitle")}

${Swedbank.communication.isPrivateProgram&&UI.html`

${Swedbank.Labels("customerAppointmentSubtitleWithBanking")}

${UI.trustedHTML`

    ${Swedbank.Labels("appointmentLinksListBanking")}

`}

${Swedbank.Labels("customerAppointmentSubtitleOther")}

${UI.trustedHTML`

    ${Swedbank.Labels("appointmentLinksListOther")}

`} `} ${isGoldWithManager&&UI.trustedHTML`

    ${Swedbank.Labels("appointmentLinksListGold")}

`} `}buildCommonAppointmentSection(){const link=Swedbank.Navigation.isPrivate()?"private.home.more.appointments":Swedbank.country==="LT"?"business.useful.more.appointments":"business.useful.useful.appointments";return UI.html`

${Swedbank.Labels("customerAppointmentTitle")}

${Swedbank.Labels("customerAppointmentHint")}

`}buildBankMessagesContent(){const isReferenceRequestAvailable=["LV","LT"].indexOf(Swedbank.country)>-1;const referenceRequestLinkPrefix=Swedbank.Navigation.isPrivate()?"private.home.important":Swedbank.country==="LT"?"business.useful.bank":"business.useful.useful";const isAuditOrderAvailable=Swedbank.Navigation.isBusiness()&&Swedbank.country==="EE";const bankMessageLabel=Swedbank.communication.isPrivateProgram&&Swedbank.country==="LV"?Swedbank.Labels("bankMessageTitlePrivate"):Swedbank.Labels("bankMessageTitle");return UI.element`

${bankMessageLabel}

${Swedbank.Navigation.isBusiness()?Swedbank.Labels("bankMessageHintBusiness"):Swedbank.Labels("bankMessageHintCommon")}

`}buildCallbackContent(){const isGoldWithOutManager=Swedbank.communication.isGoldProgram&&Swedbank.communication.managers.length<1;let phone=this.resolvePhoneLabels();const callUsLabel=Swedbank.communication.isPrivateProgram&&Swedbank.country==="LV"?Swedbank.Labels("callUsTitlePrivate"):Swedbank.Labels("callUsTitle");let callUsContent;if(Swedbank.Navigation.isPrivate())if(Swedbank.country==="LV")if(Swedbank.communication.isPrivateProgram)callUsContent=Swedbank.Labels("callUsDescriptionPrivateBanking");else if(isGoldWithOutManager)callUsContent=Swedbank.Labels("callUsDescriptionPrivateGold");else callUsContent=Swedbank.Labels("callUsDescriptionPrivate");else callUsContent=Swedbank.Labels("callUsDescriptionPrivate");else callUsContent=Swedbank.Labels("callUsDescriptionBusiness");return UI.element`

${callUsLabel}

${callUsContent}

${["EE","LV"].indexOf(Swedbank.country)>-1&&UI.html` ${UI.trustedHTML`${phone.fullVisual}`} `} ${["EE"].indexOf(Swedbank.country)>-1&&UI.html`

${Swedbank.Labels("insuranceIncidents")}

`} ${["LV"].indexOf(Swedbank.country)>-1&&UI.html`

${Swedbank.communication.isPrivateProgram?Swedbank.Labels("insuranceIncidentsPrivateBanking"):isGoldWithOutManager?Swedbank.Labels("insuranceIncidentsPrivateGold"):Swedbank.Labels("insuranceIncidents")}

`} ${["EE","LV"].indexOf(Swedbank.country)>-1?UI.trustedHTML`${phone.incidentsVisual}`:UI.trustedHTML`${phone.fullVisual}`}

`}handleOpenChat(){SharedComponents.eventBus.dispatchCustomEvent("menu-toggle",{active:false});if(Swedbank.sessionStorage.get("openChatFromHeader"))Swedbank.sessionStorage.erase("openChatFromHeader");if(Swedbank.isAuthenticated&&Swedbank.communication.virtualAssistantEnabled){Swedbank.communication.virtualAssistant.toggleVirtualAssistantChat();return}if(!Swedbank.isAuthenticated){if(window.matchMedia("(max-width: 1023.98px)").matches){LoginBar.prototype.updateHeaderLoginButton(true);if(!Hansa.loginbar.initialized)Hansa.loginbar.init();else Hansa.loginbar.show()}else Hansa.loginbar.forcedLoginToggle();Swedbank.sessionStorage.set("openChatFromHeader","true")}}handlePopoverUpdate(e){const nav=e.target&&e.target.closest("ui-nav");if(window.matchMedia("(min-width: 1024px)").matches&&nav&&nav.isSecondaryMenuOpen()){const popover=e.target.closest(".ui-navtoggle__content");popover.style.height=nav.secondaryColumns.clientHeight+"px"}}handleCallbackPanelOpen(){const callbackPanel=this.querySelector("callback-panel");if(callbackPanel)callbackPanel.updateCallbackData()}render(){const container=this.getContainer();const containerSecondLevel=this.getContainerSecondLevel();if(container)UI.rebuild(container,UI.createElement({tagName:container.tagName,classList:{"ui-nav__items":true},children:[].slice.call(this.buildFirstLevelItems().children)}));if(containerSecondLevel)UI.rebuild(containerSecondLevel,UI.insertElements(containerSecondLevel,this.buildSecondLevelLists()))}hydrate(){const navitemCallback=this.nav.querySelector('ui-navitem[item\x3d"'+this.getNavID()+'.communication.callback"]');if(Swedbank.isAuthenticated&&Swedbank.country!=="LV"&&navitemCallback)navitemCallback.addEventListener("click",this.handleCallbackPanelOpen.bind(this.nav));if(Swedbank.isAuthenticated&&Swedbank.communication.managers.length&&Swedbank.Navigation.isPrivate()&&Swedbank.communication.isGoldProgram&&Swedbank.country!=="LT"){const parentPopover=this.nav.closest("ui-navtoggle").popoverElement;if(parentPopover)parentPopover.style.setProperty("--ui-navtoggle-popover-width","700px")}this.nav.addEventListener("navpopover-update",this.handlePopoverUpdate.bind(this))}}exports.ContactsNavPlugin=ContactsNavPlugin;SharedComponents.UINav.registerPlugin("contacts-nav",ContactsNavPlugin)})(HeaderControl);UI.whenDOMReady(()=>{if(Swedbank.sessionStorage.get("openChatFromHeader")&&Swedbank.isAuthenticated)if(Swedbank.communication.missingBusinessProfileException&&Swedbank.Navigation.isBusiness()){Swedbank.sessionStorage.erase("openChatFromHeader");SharedComponents.eventBus.dispatchCustomEvent("menu-toggle",{active:true,for:"nav-contacts",group:"navigation"});WarningMessage.add(Swedbank.Labels.get("notWorkingForPrivateCustomer"))}else setTimeout(HeaderControl.ContactsNavPlugin.prototype.handleOpenChat,300)});

Swedbank Baltics (2024)
Top Articles
What Is an API Endpoint? | Postman Blog
Netflix Inc Company Profile - Netflix Inc Overview
Will Byers X Male Reader
Durr Burger Inflatable
Craigslist Monterrey Ca
Loves Employee Pay Stub
Wordscapes Level 5130 Answers
Mountain Dew Bennington Pontoon
5 Bijwerkingen van zwemmen in een zwembad met te veel chloor - Bereik uw gezondheidsdoelen met praktische hulpmiddelen voor eten en fitness, deskundige bronnen en een betrokken gemeenschap.
O'reilly's In Monroe Georgia
Bluegabe Girlfriend
Category: Star Wars: Galaxy of Heroes | EA Forums
Obituary Times Herald Record
William Spencer Funeral Home Portland Indiana
Walgreens On Nacogdoches And O'connor
Dumb Money
Christina Khalil Forum
Wilmot Science Training Program for Deaf High School Students Expands Across the U.S.
Marvon McCray Update: Did He Pass Away Or Is He Still Alive?
Nordstrom Rack Glendale Photos
Metro Pcs.near Me
north jersey garage & moving sales - craigslist
Atdhe Net
St Clair County Mi Mugshots
Marion City Wide Garage Sale 2023
PCM.daily - Discussion Forum: Classique du Grand Duché
Coomeet Premium Mod Apk For Pc
683 Job Calls
Hctc Speed Test
Past Weather by Zip Code - Data Table
N.J. Hogenkamp Sons Funeral Home | Saint Henry, Ohio
Metra Union Pacific West Schedule
Craigslist Albany Ny Garage Sales
Strange World Showtimes Near Atlas Cinemas Great Lakes Stadium 16
Tas Restaurant Fall River Ma
2012 Street Glide Blue Book Value
Blue Beetle Movie Tickets and Showtimes Near Me | Regal
The disadvantages of patient portals
Best Restaurant In Glendale Az
Craigslist En Brownsville Texas
Great Clips Virginia Center Commons
Executive Lounge - Alle Informationen zu der Lounge | reisetopia Basics
Top 40 Minecraft mods to enhance your gaming experience
Marcal Paper Products - Nassau Paper Company Ltd. -
Makes A Successful Catch Maybe Crossword Clue
Legs Gifs
Identogo Manahawkin
17 of the best things to do in Bozeman, Montana
Westport gun shops close after confusion over governor's 'essential' business list
Great Clips Virginia Center Commons
Grandma's Portuguese Sweet Bread Recipe Made from Scratch
Latest Posts
Article information

Author: Domingo Moore

Last Updated:

Views: 6120

Rating: 4.2 / 5 (73 voted)

Reviews: 80% of readers found this page helpful

Author information

Name: Domingo Moore

Birthday: 1997-05-20

Address: 6485 Kohler Route, Antonioton, VT 77375-0299

Phone: +3213869077934

Job: Sales Analyst

Hobby: Kayaking, Roller skating, Cabaret, Rugby, Homebrewing, Creative writing, amateur radio

Introduction: My name is Domingo Moore, I am a attractive, gorgeous, funny, jolly, spotless, nice, fantastic person who loves writing and wants to share my knowledge and understanding with you.