{promoMarkup}{notifMarkup}

‘,panelEmptyTemplate=’

  • {emptyPanelMsg}

  • ‘,panelErrorTemplate=’

    {errorMsg}

    ‘,panelParentTemplate=”,notifOnboardPromoTemplate=’

  • ‘,EXPANDED_PANEL=”expanded_panel”,ERROR_PANEL=”error_panel”,NotificationView=function(){function e(t,n){classCallCheck(this,e);var i=this;i._config=t,i._panelNode=null,i._store=n}return createClass(e,[{key:”_generatePanelMarkup”,value:function(e,t){var n=this._config,i=void 0,o=void 0;”undefined”!=typeof window&&(i=window.Notification&&”default”===window.Notification.permission,o=n.promos.bypassEligibleClassCheck||hasClass(document.body,n.promos.eligibleBodyClass));var r=n.promos.enableNotifOnboard&&i&&o?notifOnboardPromoTemplate:””;if(r){var s=n.promos.showYahooLogo?””:”yns-no-logo”;r=r.replace(“{notifOnboardBtnLabel}”,n.promos.notifOnboardBtnLabel).replace(“{notifOnboardMsg}”,n.promos.notifOnboardMsg).replace(“{subscriptionTopic}”,n.promos.subscriptionTopic).replace(“{noLogoClass}”,s).replace(“{promoLogo}”,n.promos.promoLogo)}var a=t.newCount>n.panel.maxCount?t.newCount:””,c=n.panel.notificationCenterPath,l=c?””:constants.panelHideElement,u=n.panel.headerMsg?””:” “+constants.panelHideElement,d=c?constants.panelPaddingBtm:””,p=void 0;t.count?p=t.markup:p=panelEmptyTemplate.replace(“{emptyPanelMsg}”,n.panel.emptyPanelMsg);return e=e.replace(“{notifMarkup}”,p).replace(“{promoMarkup}”,r).replace(“{hideClass}”,l).replace(“{notifCenterLink}”,c).replace(“{paddingClass}”,d).replace(“{headerMsg}”,n.panel.headerMsg).replace(“{hideHeaderClass}”,u).replace(/{notificationCenterNavMsg}/g,n.panel.notificationCenterNavMsg).replace(/{newCount}/g,a)}},{key:”render”,value:function(e,t){var n=this;if(n._panelNode){var i=void 0,o=n._panelNode,r=void 0,s=void 0;switch(e){case EXPANDED_PANEL:i=panelTemplate,s=n._store.getNotifications(),r=n._generatePanelMarkup(i,s),o.innerHTML=r;break;case ERROR_PANEL:r=(i=panelErrorTemplate).replace(“{errorMsg}”,n._config.panel.errorMsg),o.innerHTML=r}t&&t()}else t&&t(new Error(“No panel parent”))}},{key:”createPanelParentNode”,value:function(e){e&&(e.innerHTML=panelParentTemplate,this._panelNode=document.getElementById(constants.panelNodeId))}},{key:”updateBadgeNode”,value:function(e){if(e){var t=this._store.getNotifications().newCount,n=this._config.badge.maxCount;if(t){var i=t>n?n+”+”:t;e.innerHTML=i}else e.innerHTML=””}}},{key:”addStyles”,value:function(e){if(e&&”undefined”!=typeof window){var t=document.getElementById(this._config.panel.styleTagId);t||((t=document.createElement(“style”)).type=”text/css”,t.id=this._config.panel.styleTagId,t.innerText=e,document.head.appendChild(t))}}}]),e}(),EXPANDED_PANEL$1=”expanded_panel”,ERROR_PANEL$1=”error_panel”,PanelController=function(){function e(t,n,i){classCallCheck(this,e);var o=this;o._store=n,o._view=i,o._config=t;var r=o._config.panel;o._panelParentNode=document.querySelector(r.parentSelector),o._badgeNode=o._config.badge.selector&&document.querySelector(o._config.badge.selector),o._indicatorNode=r.indicatorSelector&&document.querySelector(r.indicatorSelector)}return createClass(e,[{key:”createPanelParentNode”,value:function(){this._view.createPanelParentNode(this._panelParentNode),this._notifPanelNode=document.getElementById(constants.panelNodeId)}},{key:”refreshPanelNode”,value:function(e,t){var n=this;addClass(n._notifPanelNode,constants.panelLoading),n._store.fetchNotifications(e,(function(e,i){e?n._notifPanelNode.innerHTML||(n._view.render(ERROR_PANEL$1),addClass(n._notifPanelNode,constants.panelLoading)):(n._view.render(EXPANDED_PANEL$1),n._view.updateBadgeNode(n._badgeNode),n._showBadge(),n._showIndicator(),n._view.addStyles(i.css)),removeClass(n._notifPanelNode,constants.panelLoading),t&&t(e,i)}))}},{key:”resetBadge”,value:function(){var e=this;e._store.resetNewCount(),e._view.updateBadgeNode(e._badgeNode),addClass(e._badgeNode,e._config.badge.hideClass)}},{key:”_showIndicator”,value:function(){this._indicatorNode&&(this._store.getNotifications().newCount?addClass(this._indicatorNode,this._config.panel.indicatorClass):removeClass(this._indicatorNode,this._config.panel.indicatorClass))}},{key:”_showBadge”,value:function(){var e=this;e._store.getNotifications().newCount?removeClass(e._badgeNode,e._config.badge.hideClass):addClass(e._badgeNode,e._config.badge.hideClass)}}]),e}(),config={promos:{eligibleBodyClass:”display-push-promos”,enableNotifOnboard:!0,bypassEligibleClassCheck:!1,notifOnboardBtnLabel:”Notify Me”,notifOnboardMsg:”Get alerts for breaking news and top stories”,promoLogo:”https://s.yimg.com/cv/apiv2/ae/news/circle_bell.png”,showYahooLogo:!0,subscriptionTopic:”gondor_homerun_news”},badge:{hideClass:””,maxCount:5,selector:””},panel:{emptyPanelMsg:”You have no new notifications.”,errorMsg:””,headerMsg:”Notifications”,imageTag:”img:40×40|2|80″,indicatorClass:”yns-indicator”,indicatorSelector:null,maxCount:6,notificationCenterNavMsg:”View all {newCount} notifications”,notificationCenterPath:””,notificationTypes:””,parentSelector:null,styleTagId:”notificationStyles”,theme:”default”},service:{attemptCount:2,attemptDelay:1,url:null,resetUrl:null,isRMP:!1,responseType:”json”,timeout:1500}},Main=function(){function e(t){classCallCheck(this,e);var n=this;n.config=n._parseConfig(t),n._validateRequiredConfigs()&&(n._request=new NotificationRequest(n.config),n._store=new NotificationStore(n.config,n._request),n._view=new NotificationView(n.config,n._store),n._panelController=new PanelController(n.config,n._store,n._view),n._panelController.createPanelParentNode(),n._assignHelperMethods())}return createClass(e,[{key:”_parseConfig”,value:function(e){var t={};for(var n in objectAssign(t,config),t)if(t.hasOwnProperty(n)){var i=t[n],o=e[n];”object”===(void 0===i?”undefined”:_typeof(i))?objectAssign(i,o):t[n]=e[n]}return t}},{key:”_validateRequiredConfigs”,value:function(){var e=this.config;return!(!e.panel.parentSelector||!e.service.url)}},{key:”_assignHelperMethods”,value:function(){var e=this;e.helpers={refreshPanelNode:e._panelController.refreshPanelNode.bind(e._panelController),resetBadge:e._panelController.resetBadge.bind(e._panelController),resetIndicator:function(){removeClass(e._panelController._indicatorNode,e.config.panel.indicatorClass)}}}}]),e}(),notificationClient_module_min=Main,notificationClient={NotificationClient:notificationClient_module_min},CONSUMPTION_STORAGE_KEY=”lnct”,NotifClient=function(){function e(){var e,t;this.personalized=!1,this.ybarElem=document.getElementById(“ybar”),this.partnerClasses=null===(t=null===(e=this.ybarElem)||void 0===e?void 0:e.className)||void 0===t?void 0:t.match(/ybar-variant-([a-z]*)/),this.client=new notificationClient.NotificationClient(this.getConfig())}return e.prototype.refreshPanel=function(){var e,t,n,i=this,o={lastUpdate:this.getTimeStamp()||this.setTimeStamp(),loadInHpViewer:!0,includePersonalized:this.personalized},r=(null===(e=window.YAHOO)||void 0===e?void 0:e.context)||(null===(t=window.Af)||void 0===t?void 0:t.context)||{};return r.region&&r.lang&&(o.lang=r.lang,o.region=r.region),(null===(n=this.partnerClasses)||void 0===n?void 0:n.length)&&(o.partner=this.partnerClasses[1]),new Promise((function(e,t){i.client.helpers.refreshPanelNode({matrixParams:o},(function(n,i){n&&(logError(“Notification refresh error:”,n),t(n)),e(i)}))}))},e.prototype.resetBadge=function(){this.client.helpers.resetBadge(),this.setTimeStamp()},e.prototype.getConfig=function(){var e,t,n={promos:{eligibleBodyClass:”display-push-promos”,enableNotifOnboard:!0},badge:{selector:”#notif-badge”,hideClass:”ybar-notification-hidden”},panel:{emptyPanelMsg:”You have no new notifications.”,errorMsg:”Please check back later.”,headerMsg:”Notifications”,maxCount:5,parentSelector:”#ybarNotificationBody”,notificationTypes:”breakingNews”},service:{url:”/tdv2_fp/api/resource/NotificationHistory.getHistory”,isRMP:!1}},i=document.getElementById(“notification-container”),o=null===(e=null==i?void 0:i.dataset)||void 0===e?void 0:e.config,r={};if(o){“att”===(null===(t=this.partnerClasses)||void 0===t?void 0:t[1])&&(n.promos.showYahooLogo=!1);try{var s=JSON.parse(o);r=__assign({},s),this.personalized=1===s.personalize}catch(e){logError(“Notifications config parsing error”,e)}i&&delete i.dataset.config}return this.mergeConfigs(n,r)},e.prototype.mergeConfigs=function(e,t){var n=__assign({},e);for(var i in e)n[i]=__assign(__assign({},e[i]),t[i]);return n},e.prototype.getTimeStamp=function(){var e;return null===(e=window.localStorage)||void 0===e?void 0:e.getItem(CONSUMPTION_STORAGE_KEY)},e.prototype.setTimeStamp=function(){var e,t=””+Math.floor((new Date).getTime()/1e3);return null===(e=window.localStorage)||void 0===e||e.setItem(CONSUMPTION_STORAGE_KEY,t),t},e}(),notifClient=new NotifClient,getNotifClient=function(){return notifClient},reInit=function(){notifClient=new NotifClient},ybarRapid,ybarRapidInterval,ybarRapidErrMsg=””,beaconQueue=[],noop=function(){},logRapidError=function(){window.removeEventListener(“beforeunload”,logRapidError),””!==ybarRapidErrMsg&&logError(“Rapid not found on page”,new Error(ybarRapidErrMsg))},findRapidWithSpaceid=function(e){var t=void 0;if(e&&e.length>0)for(var n=0;n0){if(ybarRapid.addModules(o,!1,i),beaconQueue.length>0)for(e=0;e90&&fireImageBeacon(“performance”,e)}catch(e){}}),1e3)}))},measureInit=measure(“ybar-init”);initYbar(),measureInit.stop(),initPerformanceMetricsBeaconListener(),initRapid(),initErrorBeaconListener();var wrap=”_yb_4drz0″,item=”_yb_4d7dn”,icon=”_yb_4d89z”,spacer=”_yb_etvvr”,promo=”_yb_1xjn9″,bold=”_yb_4dcn4″,selected=”_yb_1is32″,Css$7={“ybar-mod-topnavigation”:”_yb_1bj6c”,”ybar-mod-topnavigation-teaser-imp”:”_yb_olkgz”,”opaque-background”:”_yb_8ityd”,wrap:wrap,”right-background”:”_yb_91aku”,item:item,”item-content”:”_yb_1vx40″,”locale-zh-hans-cn”:”_yb_9jfjc”,”locale-zh-hant-hk”:”_yb_1r1wk”,”locale-zh-hant-tw”:”_yb_svzqd”,”property-mail”:”_yb_pqugs”,”nav-item”:”_yb_zcuah”,icon:icon,”item-footer”:”_yb_d0i2m”,”selected-item-footer”:”_yb_1m3x8″,”item-with-icon”:”_yb_17gw2″,”arrow-left”:”_yb_1y861″,”arrow-right”:”_yb_sqef2″,”ybar-show-purple-upsell”:”_yb_17zwx”,”promo-button”:”_yb_fxcop”,spacer:spacer,promo:promo,”promo-text”:”_yb_136u8″,”promo-icon”:”_yb_13hz4″,bold:bold,”new-fin-promo-logo”:”_yb_1qk27″,”new-fin-promo-text”:”_yb_11v8m”,”svg-icon”:”_yb_4qdjv”,selected:selected,”right-item”:”_yb_4o8k7″,”ybar-show-topnav-promo”:”_yb_1e9yz”,”variant-att”:”_yb_o1eyt”},DOCUMENT_NODE_TYPE=9;if(“undefined”!=typeof Element&&!Element.prototype.matches){var proto=Element.prototype;proto.matches=proto.matchesSelector||proto.mozMatchesSelector||proto.msMatchesSelector||proto.oMatchesSelector||proto.webkitMatchesSelector}function closest(e,t){for(;e&&e.nodeType!==DOCUMENT_NODE_TYPE;){if(“function”==typeof e.matches&&e.matches(t))return e;e=e.parentNode}}var closest_1=closest;function _delegate(e,t,n,i,o){var r=listener.apply(this,arguments);return e.addEventListener(n,r,o),{destroy:function(){e.removeEventListener(n,r,o)}}}function delegate(e,t,n,i,o){return”function”==typeof e.addEventListener?_delegate.apply(null,arguments):”function”==typeof n?_delegate.bind(null,document).apply(null,arguments):(“string”==typeof e&&(e=document.querySelectorAll(e)),Array.prototype.map.call(e,(function(e){return _delegate(e,t,n,i,o)})))}function listener(e,t,n,i){return function(n){n.delegateTarget=closest_1(n.target,t),n.delegateTarget&&i.call(e,n)}}var delegate_1=delegate,ListNode=function(e){this.data=e,this.next=null,this.prev=null},LinkedList=function(){function e(){this.head=null,this.tail=null}return e.prototype.push=function(e){var t=new ListNode(e);return this.head?this.tail?(t.prev=this.tail,this.tail.next=t,this.tail=t):(this.tail=t,this.tail.prev=this.head,this.head.next=this.tail):(this.head=t,t.next=this.tail),t},e.prototype.size=function(){for(var e=0,t=this.head;t;)e+=1,t=t.next;return e},e.prototype.getHead=function(){return this.head},e.prototype.getTail=function(){return this.tail},e.prototype.get=function(e){if(e>=this.size())return null;for(var t=0,n=this.head;(null==n?void 0:n.next)&&t0&&Array.prototype.forEach.call(e,(function(e){e.onerror=function(){e.onerror=null,e.style.display=”none”}}))},fixLogoOutline=function(e,t){e&&(hideOutlineOnMouseDown(“#ybar-logo”,”#ybar-logo”,t),t.onDestroy((function(){e.classList.remove(“ybar-show-outline”),e.classList.remove(“ybar-hide-outline”)})))},logoClick=function(e,t){t&&e.addElementListener(t,”click”,(function(){e.triggerEvent(“logo-click”)}))},init$3=function(e,t){t.logoImages&&hideLogosOnError(t.logoImages),t.wrapper&&(fixLogoOutline(t.wrapper,e),logoClick(e,t.wrapper))};initModule(“ybar-mod-logo”,(function(e){var t={wrapper:document.getElementById(“ybar-logo”),logoImages:document.querySelectorAll(“.”.concat(Css$6[“logo-image”]))};init$3(e,t)}));var tablet$1=”_yb_8bgiv”,smartphone$2=”_yb_b6azn”,glowing=”_yb_1g67y”,none=”_yb_swv0t”,tooltip=”_yb_7j0jw”,tooltip__voice=”_yb_16tek”,tooltip__web=”_yb_oeuol”,tooltip__text=”_yb_evfug”,overlay$1=”_yb_1dl2c”,light=”_yb_udz9y”,dark=”_yb_sx821″,darker=”_yb_ek6qh”,Css$5={“search-form-container”:”_yb_fkpvm”,tablet:tablet$1,”property-generic”:”_yb_114wc”,”property-homepage”:”_yb_xyuqh”,”property-fantasy”:”_yb_1xdkq”,smartphone:smartphone$2,”search-input”:”_yb_ktoh4″,”glowing-bd”:”_yb_1yqg0″,”sa-btn”:”_yb_rbl0k”,”x-sa-btn”:”_yb_1qhnn”,”sa-btn-bar”:”_yb_16lcr”,”voice-search-sa-btn”:”_yb_sm1qr”,”clear-btn”:”_yb_2knlw”,”voice-search-sa-btn-img”:”_yb_1e2q2″,”search-submit”:”_yb_qveow”,glowing:glowing,”glowing-fuji2″:”_yb_v9kbw”,”locale-es-us”:”_yb_12hs1″,”variant-att”:”_yb_1b5b2″,”locale-en-us”:”_yb_zvhku”,none:none,”variant-frontier”:”_yb_11qhv”,”locale-fr-ca”:”_yb_1bg0s”,”variant-rogers”:”_yb_oy1gu”,”locale-en-ca”:”_yb_1j186″,”searchbox-icon”:”_yb_wyt24″,”search-back-btn”:”_yb_7vlew”,”search-input-“:”_yb_12726″,”search-label”:”_yb_14iuq”,”property-news”:”_yb_16fzb”,”locale-zh-hant-tw”:”_yb_1lsmy”,”locale-zh-hant-hk”:”_yb_12dls”,”skiplink-list”:”_yb_1bzz3″,”skiplink-item”:”_yb_1xnao”,”shops-buttons”:”_yb_gmvws”,”shops-category-select-label”:”_yb_1yq6c”,”shops-category-select”:”_yb_1nd6s”,”shops-category-dropdown-wrapper”:”_yb_1qb5w”,”styled-select”:”_yb_11v9h”,”dropdown-open”:”_yb_st21b”,”shops-category-select-dropdown”:”_yb_e8aee”,”selected-merchant-wrap”:”_yb_140yo”,”selected-merchant-clear-button”:”_yb_13w2i”,”merchant-is-selected”:”_yb_j2my9″,tooltip:tooltip,tooltip__voice:tooltip__voice,tooltip__web:tooltip__web,”tooltip–show”:”_yb_dbelb”,tooltip__text:tooltip__text,overlay:overlay$1,light:light,dark:dark,darker:darker},range=function(e,t){var n=Math.max(e,t),i=Math.min(e,t),o=Math.abs(n-i);return __spreadArray([],new Array(o+1),!0).map((function(e,t){return i+t}))},openSearchOverlay=function(e,t,n){var i=e.getConfig().bucketConfig,o=(void 0===i?{}:i).enable_search_ui,r=void 0!==o&&o;if(t.ybar){t.ybar.classList.add(“ybar-searchbox-assist-fullscreen”),document.documentElement.classList.add(“ybar-overlay”),document.body.classList.add(“ybar-overlay-noscroll”);beaconClick(“ybar”,”websrch”,””,{elm:”expand”,subsec:”searchbox”,itc:”1″}),setTimeout((function(){t.searchInput instanceof HTMLInputElement&&(n&&(t.searchInput.value=n),t.searchInput.focus(),r&&t.searchInput.click())}))}},closeSearchOverlay=function(e){var t;null===(t=e.ybar)||void 0===t||t.classList.remove(“ybar-searchbox-assist-fullscreen”),document.documentElement.classList.remove(“ybar-overlay”),document.body.classList.remove(“ybar-overlay-noscroll”),e.searchInput instanceof HTMLInputElement&&(e.searchInput.value=””,e.searchInput.blur())},initMweb=function(e,t){“smartphone”===e.getConfig().device&&(e.addElementListener(t.searchBoxPlaceholder,”click”,(function(){openSearchOverlay(e,t)})),e.addElementListener(t.searchBoxPlaceholder,”keydown”,(function(n){var i=n,o=i.keyCode,r=i.key,s=range(65,90),a=__spreadArray(__spreadArray([],range(58,57),!0),range(96,105),!0),c=__spreadArray(__spreadArray([],s,!0),a,!0).includes(o);(32===o||13===o||c)&&(n.preventDefault(),n.stopPropagation(),openSearchOverlay(e,t,c?r:””))})),t.searchBoxBackButton&&(e.addElementListener(t.searchBoxBackButton,”click”,(function(e){e.stopPropagation(),closeSearchOverlay(t);beaconClick(“ybar”,”back-close-srch”,””,{elm:”btn”,subsec:”searchbox”,itc:”1″})})),e.addElementListener(t.searchInput,”keyup”,(function(e){e.stopPropagation();27===e.keyCode&&(e.stopPropagation(),closeSearchOverlay(t))}))),e.onDestroy((function(){closeSearchOverlay(t)})))},Tooltip=function(){function e(e,t,n){t&&(this.ybar=e,this.elem=t,this.options=n,this.show=this.show.bind(this),this.hide=this.hide.bind(this),this.addEventListeners())}return Object.defineProperty(e.prototype,”tooltip”,{get:function(){var e=this;return this.tooltipMarkup||(this.tooltipMarkup=this.createTooltip(),(this.options.tooltipParentElm||this.elem).appendChild(this.tooltipMarkup),this.ybar.onDestroy((function(){var t,n;null===(n=null===(t=e.tooltipMarkup)||void 0===t?void 0:t.parentNode)||void 0===n||n.removeChild(e.tooltipMarkup)}))),this.tooltipMarkup},enumerable:!1,configurable:!0}),e.prototype.show=function(){this.tooltip.classList.add(this.options.showClass)},e.prototype.hide=function(){this.tooltip.classList.remove(this.options.showClass)},e.prototype.addEventListeners=function(){this.ybar.addElementListener(this.elem,”mouseenter”,this.show),this.ybar.addElementListener(this.elem,”focus”,this.show),this.ybar.addElementListener(this.elem,”mouseleave”,this.hide),this.ybar.addElementListener(this.elem,”blur”,this.hide)},e.prototype.createTooltip=function(){var e=document.createElement(“div”);e.className=this.options.containerClass||””;var t=document.createElement(“p”);return t.textContent=this.options.label,t.className=this.options.textClass||””,e.appendChild(t),e},e}();createCommonjsModule((function(module){(function(){var __webpack_modules__={“./src/index.js”:
    /*!**********************!*
    !*** ./src/index.js ***!
    **********************/function(__unused_webpack_module,__unused_webpack_exports,__webpack_require__){eval(“var I18n = __webpack_require__(/*! ./lib/I18n */ “./src/lib/I18n.js”);nn(function (win, doc) {n “use strict”;nn var defaultConfig = {n uiLang: ‘en-US’,n speechLang: ‘en-US’,n voiceButton: ‘#voice-btn’,n searchBox: {n form: ‘#sf’,n input: ‘#yschsp’,n params: {n fr: ”,n fr2: ”n }n },n enable_voice_trending: false,n trending: {n market: “en-us”n },n ui: {n speechOverlay: {n disableBlur: falsen }n },n browsers: {n edge: falsen }n };nn function VoiceSearch(config) {n var self = this;n self.config = Object.assign(defaultConfig, config || {});n self.i18n = new VoiceSearch.I18n({n lang: self.config.uiLangn });n self.renderPermissionGuide(self);n self.renderSpeechPanel(self);n self.speechResult = ”;n self.noSpeech = true;n self.isRecognitionStart = false;n self.recognition = null;n self.voiceButton = doc.querySelector(self.config.voiceButton);n self.searchBoxForm = doc.querySelector(self.config.searchBox.form);n self.searchBoxQuery = doc.querySelector(self.config.searchBox.input);n self.speechPanel = doc.querySelector(‘#spch’);n self.speechButtonContainer = doc.querySelector(‘#spchbc’);n self.speechButton = doc.querySelector(‘#spchbc-btn’);n self.speechText = doc.querySelector(‘#spcht’);n self.speechOverlay = doc.getElementById(‘spch-overlay’);n self.retryLink = doc.querySelector(‘#spcht-retry’);n self.trending = doc.getElementById(‘spch-trending’);n self.trendingTerms = doc.getElementById(‘trending-terms’);n self.termSpans = doc.getElementsByClassName(“trending-term”);n self.closeButton = doc.querySelector(‘#spchx’);n self.startAudio = new Audio(‘https://s.yimg.com/pv/static/misc/voice-start-202105050733.wav’);n self.resultAudio = new Audio(‘https://s.yimg.com/pv/static/misc/voice-result-202105050733.wav’);n self.errorAudio = new Audio(‘https://s.yimg.com/pv/static/misc/voice-error-202105050733.wav’);n self.closeAudio = new Audio(‘https://s.yimg.com/pv/static/misc/voice-close-202105050733.wav’);n self.permissionGuide = doc.querySelector(‘#spchp’);n self.permissionGuideClose = doc.querySelector(‘#spchpx’);n self.permissionGuideTimer = null;nn self.onEscKeyDown = function (e) {n if (e.code !== ‘Escape’) {n return;n }nn self.recognition.stop();n self.sendBeacon(‘keybrd’, ‘voicesearch_cancel_esc’); // The clean up should put inside closePanel() instead of here,n // or func won’t be cleaned up if user close panel with btn or overlaynn self.closePanel(self);n };nn if (self.isBrowserSupported()) {n var SpeechRecognition = win.SpeechRecognition || win.webkitSpeechRecognition;n var SpeechGrammarList = win.SpeechGrammarList || win.webkitSpeechGrammarList;n var speechGrammar = ‘#JSGF V1.0;’;n self.recognition = new SpeechRecognition();n var speechRecognitionList = new SpeechGrammarList();nn if (speechRecognitionList.addFromString) {n speechRecognitionList.addFromString(speechGrammar, 1);n }nn self.recognition.grammars = speechRecognitionList;n self.recognition.continuous = false;n self.recognition.lang = self.config.speechLang;n self.recognition.interimResults = false;n self.recognition.maxAlternatives = 1;n /* Listeners */nn if (self.voiceButton) {n self.voiceButton.onclick = function () {n self.recognition.start();nn if (self.permissionGuideTimer) {n win.clearTimeout(self.permissionGuideTimer);n }nn self.permissionGuideTimer = win.setTimeout(function () {n if (!self.isRecognitionStart) {n self.showPermissionGuide(self);n }n }, 300); // Also close when pressing escnn doc.addEventListener(‘keydown’, self.onEscKeyDown);n self.sendBeacon(‘clk’, ‘voicesearch’);n };n }nn if (self.speechButton) {n self.speechButton.onclick = function () {n if (!self.isRecognitionStart) {n self.recognition.start();n self.sendBeacon(‘clk’, ‘voicesearch_panel_mic_restart’);n } else {n self.recognition.stop();n self.sendBeacon(‘clk’, ‘voicesearch_panel_mic_close’);n self.closePanel(self);n }n };n }nn if (self.retryLink) {n self.retryLink.onclick = function () {n if (!self.isRecognitionStart) {n self.recognition.start();n self.sendBeacon(‘clk’, ‘voicesearch_panel_retry’);n }n };n }nn if (self.speechOverlay) {n self.speechOverlay.onclick = function () {n self.recognition.stop();n self.sendBeacon(‘clk’, ‘voicesearch_cancel_outside’);n self.closePanel(self);n };n }nn if (self.closeButton) {n self.closeButton.onclick = function () {n self.recognition.stop();n self.sendBeacon(‘clk’, ‘voicesearch_cancel’);n self.closePanel(self);n };n }nn if (self.permissionGuideClose) {n self.permissionGuideClose.onclick = function () {n self.recognition.stop();n self.sendBeacon(‘clk’, ‘voicesearch_permission_close’);n self.closeAudio.play();n self.hidePermissionGuide(self);n };n }n /* Recognition Events */nnn self.recognition.onresult = function (event) {n // The SpeechRecognitionEvent results property returns a SpeechRecognitionResultList objectn // The SpeechRecognitionResultList object contains SpeechRecognitionResult objects.n // It has a getter so it can be accessed like an arrayn // The first [0] returns the SpeechRecognitionResult at the last position.n // Each SpeechRecognitionResult object contains SpeechRecognitionAlternative objects that contain individual results.n // These also have getters so they can be accessed like arrays.n // The second [0] returns the SpeechRecognitionAlternative at position 0.n // We then return the transcript property of the SpeechRecognitionAlternative objectn // console.log(‘Confidence: ‘ + event.results[0][0].confidence);n self.speechResult = event.results[0][0].transcript;n /* Punctuation Handling: Check last character and strip it if necessary */nn self.handlePunctuation(self);nn if (self.speechText) {n self.speechText.innerText = self.speechResult;n }nn if (self.searchBoxQuery) {n self.searchBoxQuery.value = self.speechResult;n }nn self.resultAudio.play();n win.setTimeout(function () {n if (self.speechPanel) {n self.speechPanel.classList.remove(“s2tb”);n self.speechPanel.classList.add(“s2tb-h”);n }nn self.hideRetryLink(self);nn if (self.searchBoxForm) {n if (self.searchBoxForm.fr && self.config.searchBox && self.config.searchBox.params && self.config.searchBox.params.fr) {n self.searchBoxForm.fr.value = config.searchBox.params.fr;n self.searchBoxForm.fr.disabled = false; // for homepage casen }nn if (self.searchBoxForm.fr2 && self.config.searchBox && self.config.searchBox.params && self.config.searchBox.params.fr2) {n self.searchBoxForm.fr2.value = config.searchBox.params.fr2;n self.searchBoxForm.fr2.disabled = false; // for homepage casen }nn self.searchBoxForm.submit();n }n }, 1000);n };nn self.recognition.onspeechstart = function () {// Fired when speech startsn };nn self.recognition.onspeechend = function () {n // Fired when speech endsn self.recognition.stop();n };nn self.recognition.onerror = function () {n // console.log(‘Error occurred in recognition: ‘ + event.error);n if (self.speechText) {n self.speechText.innerText = self.i18n.t(‘search.voice.recognition_error’);n }nn self.hideTrending(self);n self.showRetryLink(self);n self.errorAudio.play();n };nn self.recognition.onaudiostart = function () {n // Fired when the user agent has started to capture audio.n if (self.speechButtonContainer) {n self.speechButtonContainer.classList.add(“listening”);n }n };nn self.recognition.onaudioend = function () {n // Fired when the user agent has finished capturing audio.n if (self.speechButtonContainer) {n self.speechButtonContainer.classList.remove(“listening”);n }n };nn self.recognition.onsoundstart = function () {n // Fired when any sound — recognisable speech or not — has been detected.n self.hideTrending(self);n self.noSpeech = false;nn if (self.speechButtonContainer) {n self.speechButtonContainer.classList.remove(“listening”);n self.speechButtonContainer.classList.add(“speaking”);n }n };nn self.recognition.onsoundend = function () {n // Fired when no sound presentn if (self.speechButtonContainer) {n self.speechButtonContainer.classList.remove(“speaking”);n }n };nn self.recognition.onstart = function () {n // Fired when the speech recognition service has begun listeningn self.recognitionInit(self);n self.startRecognition(self);n };nn self.recognition.onend = function () {n // Fired when the speech recognition service has disconnected.n self.isRecognitionStart = false;nn if (self.noSpeech == false && self.speechResult == ”) {n // No match: Fired when the speech recognition can’t recognise speechn if (self.speechText) {n self.speechText.innerText = self.i18n.t(‘search.voice.recognition_nomatch’);n }nn self.hideTrending(self);n self.showRetryLink(self);n self.errorAudio.play();n }n }; // trigger onReady event when initializednnn if (document && document.dispatchEvent) {n document.dispatchEvent(new Event(‘VOICE_JS_READY’));n }n }n } // static membersnnn VoiceSearch.I18n = I18n; // instance membersnn VoiceSearch.prototype.renderPermissionGuide = function (self) {n var tmpl = “\n

    \n \n

    \n \n

    \n

    “.concat(self.i18n.t(‘search.voice.permission_title’), “

    \n

    “).concat(self.i18n.t(‘search.voice.permission_text’), “

    \n

    \n

    \n

    \n “);n var dom = new DOMParser().parseFromString(tmpl, ‘text/html’);n document.body.appendChild(dom.body.children[0]);n };nn VoiceSearch.prototype.renderSpeechPanel = function (self) {n var tmpl = “\n

    \n \n \n

    \n

    \n

    \n \n \n \n \n \n \n

    \n

    \n

    \n \n \n “.concat(self.i18n.t(‘search.voice.recognition_retry’), “\n

    \n

    \n

    \n

    \n

    \n

    \n “).concat(self.i18n.t(‘search.voice.trending_title’), “\n \n

    \n

    \n

    \n “);n var dom = new DOMParser().parseFromString(tmpl, ‘text/html’);nn if (self && self.config && self.config.ui && self.config.ui.speechOverlay && self.config.ui.speechOverlay.disableBlur) {n dom.body.children[0].classList.add(‘disable-blur-overlay’);n }nn document.body.appendChild(dom.body.children[0]);n };nn VoiceSearch.prototype.isBrowserSupported = function () {n var isSupported = false;n var self = this;n var isChromium = Boolean(window.chrome);n var isIOSChrome = /CriOS/.test(window.navigator.userAgent);n var isEdge = /Edg\//.test(window.navigator.userAgent);n var isLegacyEdge = /Edge\//.test(window.navigator.userAgent);n var isOpera = Boolean(window.opr);n var isBrave = Boolean(window.navigator.brave);n var browsers = [// chromen {n checkEnabled: function checkEnabled() {n return true;n },n checkBrowser: function checkBrowser() {n return isChromium && !isIOSChrome && !isEdge && !isOpera && !isBrave;n },n checkAPI: function checkAPI() {n return win && (‘SpeechRecognition’ in win || ‘webkitSpeechRecognition’ in win) && (‘SpeechGrammarList’ in win || ‘webkitSpeechGrammarList’ in win);n }n }, // edgen {n checkEnabled: function checkEnabled() {n return self && self.config && self.config.browsers && self.config.browsers.edge;n },n checkBrowser: function checkBrowser() {n return isChromium && isEdge && !isLegacyEdge;n },n checkAPI: function checkAPI() {n return win && (‘SpeechRecognition’ in win || ‘webkitSpeechRecognition’ in win) && (‘SpeechGrammarList’ in win || ‘webkitSpeechGrammarList’ in win);n }n }];nn for (var b = 0; b 0) {n var lastChar = self.speechResult.charAt(self.speechResult.length – 1);nn if (lastChar === ‘.’ || lastChar === ‘?’ || lastChar === ‘。’ || lastChar === ‘?’) {n self.speechResult = self.speechResult.slice(0, -1);n }n }n };nn VoiceSearch.prototype.sendBeacon = function (actn, slk) {n var ULT = win.YAHOO.ULT || {},n SB = win.YAHOO.SB || {};nn if (ULT.beacon_click) {n var trackParams = {n _S: SB.config.i13n.spaceid,n _I: SB.config.i13n.pvid,n actn: actn,n sec: ‘search’,n slk: slkn };n win.YAHOO.ULT.beacon_click(trackParams);n }n };nn VoiceSearch.prototype.ajaxReq = function (url, callback) {n var DONE_STATE = XMLHttpRequest.DONE || 4; // for IE-compatibilitynn var xhr = new XMLHttpRequest();n var responseRaw;n var response; // CORS request only for IE8/IE9nn if (doc.documentMode && doc.documentMode n // tags it will allow on a pagenn if (!options.singleton && typeof options.singleton !== ‘boolean’) {n options.singleton = isOldIE();n }nn list = list || [];n var lastIdentifiers = modulesToDom(list, options);n return function update(newList) {n newList = newList || [];nn if (Object.prototype.toString.call(newList) !== ‘[object Array]’) {n return;n }nn for (var i = 0; i >>0;if(“function”!=typeof e)throw new TypeError(e+” is not a function”);for(arguments.length>1&&(n=t),i=0;i>>0;if(“function”!=typeof e)throw new TypeError;for(var i=[],o=arguments.length>=2?arguments[1]:void 0,r=0;r>>0;if(“function”!=typeof e)throw new TypeError(e+” is not a function”);for(arguments.length>1&&(n=t),i=new Array(s),o=0;othis.length)&&-1!==this.indexOf(e,t)}),function(){function e(e){return”function”==typeof e.trim?e.trim():e.replace(/^s+|s+$/gm,””)}function t(e){var t;c&&c&]/gim,(function(e){return””+e.charCodeAt(0)+”;”}))},ae:function(e,t,n,i){if(i=i||!1,e.addEventListener)e.addEventListener(t,n,i);else{if(!e.attachEvent)return!1;e.attachEvent(“on”+t,n)}},de:function(e,t,n){if(e.removeEventListener)e.removeEventListener(t,n);else{if(!e.detachEvent)return!1;e.detachEvent(“on”+t,n)}},ts:function(){return Math.round((new Date).getTime()/1e3)},bold:function(e,t,n,o){var r,s=(o.pattern||””)+”(&[^;\s]*)?(%needles)”;return(o=o.exact?[i(n)]:n.split(/[s|,]+/).filter((function(e){return””!==e})).sort((function(e,t){return t.length-e.length})).map(i)).length?(s=s.replace(“%needles”,o.join(“|”)),t.replace(new RegExp(s,”gi”),(r=e,function(e,t,n){return t&&!/s/.test(n)?e:r.replace(/{s}/g,n)}))):t},fireEvent:function(e,t,n){var i;”function”==typeof r.CustomEvent?(i=new r.CustomEvent(t,{detail:n}),e.dispatchEvent(i)):”function”==typeof s.createEvent?((i=s.createEvent(“CustomEvent”)).initCustomEvent(t,!1,!1,n),e.dispatchEvent(i)):(s.attachEvent,document.documentElement[t]=n)}},r.YAHOO=r.YAHOO||{},r.YAHOO.NBClass=o,r.YAHOO.NB=new o,Array.prototype.forEach||(Array.prototype.forEach=function(e,t){var n,i;if(null==this)throw new TypeError(” this is null or not defined”);var o,r=Object(this),s=r.length>>>0;if(“function”!=typeof e)throw new TypeError(e+” is not a function”);for(1>>0;if(“function”!=typeof e)throw new TypeError;for(var i,o=[],r=2>>0;if(“function”!=typeof e)throw new TypeError(e+” is not a function”);for(1this.length)&&-1!==this.indexOf(e,t)});var r,s,a,c,l,u,d,p,h,f,m=window,y=document,g=m.YAHOO,b=g.NB,v={},_=”before_get_assist”,w=”before_display_data”,C=”before_init_view”,E=”after_init_view”,x=”before_parse_data”,k=”before_update_assist”,S=”after_update_list”,T=”after_create_item”,L=”before_show_sa”,I=”after_reset_view”,M=”after_hide_view”,A=”after_init_controller”,R=”click_assist”,N=”before_query_assist”,O=”before_key_submit”,B=”before_button_submit”,P=”before_submit_query”,q=”after_item_highlight”,D=”after_item_reset_highlight”,j=”before_sb_focus”,V=”after_sb_focus”,$=”before_sb_blur”,F=”after_sb_blur”,U=”before_beacon”,H=”after_set_ylc”,Y=”after_reset_controller”;function z(e,t){t=(e=e||{}).tag||t||”div”;var n,i=y.createElement(t);for(n in e.css&&(i.className=e.css),e.text&&(i.textContent=e.text),e.attrs)b.set(i,n,e.attrs[n]);for(n in e.style)i.style[n]=e.style[n];return e.wrap?((t=z(e.wrap)).appendChild(i),t):i}function G(e){this.config=e||{},this.listeners={},this.cb={}}function W(){}function J(){}function Q(){}function K(){var e=this.app.view.elems,t=e.sbClear;t&&(0Manage history’},log:{sec:”search”,slk:”clear history”,rspns:”upd”,t2:”search”,t4:”clear history”}}}function Se(){function e(e){e.keyCode&&27!==e.keyCode&&13!=e.keyCode||(b.stopPropagation(e),r.value=””,b.setFocus(r),i.show(),n.control.beacon(“tapClr”,s,t.config.log))}var t=this,n=t.app,i=n.view,o=i.elems,r=o.sbInput,s=o.sbClear;s&&(b.ae(s,”click”,e),b.ae(s,”keydown”,e))}function Te(){this.config={log:{_r:2,actn:”clk”,pos:1,sec:”search”,slk:”clearsearch”,rspns:”upd”,t1:”hdr”,t2:”search”,t3:”clear”,t4:”clearsearch”}}}g.SA=(u=[],G.prototype={jsonp:function(e){var t=y.getElementsByTagName(“head”)[0],n=y.createElement(“script”);b.set(n,”type”,”text/javascript”),b.set(n,”src”,e),t.appendChild(n),b.ae(n,”load”,(function(){t.removeChild(n)}))},createElem:z,getElemStyleValue:function(e,t){return m.getComputedStyle?m.getComputedStyle(e).getPropertyValue(t):e.currentStyle?(t=t.replace(/-([a-z]){1}/g,(function(e,t){return t.toUpperCase()})),e.currentStyle[t]):””},format:function(e,t){if(e)return e.replace(/{(d+)}/g,(function(e,n){return t&&void 0!==t[n]?t[n]:””})).trim()},on:function(e,t,n){var i;e&&t&&((i=this.listeners)[e]||(i[e]=[]),i[e].push({thisArg:n||this,fn:t}))},notify:function(e,t){var n=this.listeners;if(!n[e])return!1;n[e].forEach((function(e){var n=e.thisArg;(e=e.fn)&&e.apply&&1!=n.config.disable&&e.apply(n,t||[])}))},init:function(e){var t,n,i,o,r=this,s=r.config,a=s.plugins={};for(o in r.view=t=new l.viewClass,r.model=n=new l.modelClass,r.control=i=new l.controlClass,v){var c=new v[o];a[o]=c.config=c.config||{},c.createElem=z,c.init(r)}”object”==typeof e&&b.merge(s,e),r.ready=t.init(r)&&n.init(r)&&i.init(r)}},d=G,l={ver:”assistjs-v1.0.155-ybar”,apps:u,plugs:v,add:function(e,t){v[e]=t},msg:{BEFORE_GET_ASSIST:_,BEFORE_DISPLAY_DATA:w,BEFORE_INIT_VIEW:C,AFTER_INIT_VIEW:E,BEFORE_PARSE_DATA:x,BEFORE_UPDATE_ASSIST:k,AFTER_UPDATE_LIST:S,AFTER_CREATE_ITEM:T,BEFORE_SHOW_SA:L,AFTER_RESET_VIEW:I,AFTER_HIDE_VIEW:M,AFTER_INIT_CONTROLLER:A,CLICK_ASSIST:R,BEFORE_QUERY_ASSIST:N,BEFORE_KEY_SUBMIT:O,BEFORE_BUTTON_SUBMIT:B,BEFORE_SUBMIT_QUERY:P,BEFORE_SB_FOCUS:j,AFTER_SB_FOCUS:V,BEFORE_SB_BLUR:$,AFTER_SB_BLUR:F,BEFORE_BEACON:U,AFTER_SET_YLC:H,AFTER_RESET_CONTROLLER:Y,AFTER_ITEM_HIGHLIGHT:q,AFTER_ITEM_RESET_HIGHLIGHT:D},markers:{GOSSIP_MARKER_SEARCH_HISTORY:13,GOSSIP_MARKER_TRENDING:9,GOSSIP_MARKER_PEOPLE_ALSO_SEARCH_FOR:42},init:function(e){var t,n=b.ieVer;return!(n&&n”+r+” “+n.config.saAria.shownText+””)},show:function(){var e=this,t=e.config,n=e.elems.sbInput.value,i=n.length;e.app.notify(L),e.shown&&e.sameQuery()||(e.lastInput=n,it.maxInput?e.hide():(e.model.fetch(),e.triggered=!0))},hide:function(){var e=this,t=(n=e.elems).saAria,n=n.sbForm,i=e.config;b.removeClass(y.body,i.typingClass),n&&n.parentElement&&b.removeClass(n.parentElement,i.typingClass),b.removeClass(n,i.noResultClass),e.clearAssist(),e.shown=!1,e.triggered=!1,t&&(b.set(t,”aria-expanded”,”false”),t.innerHTML=”

    “+e.config.saAria.closedText+”

    “),e.app.notify(M)},clearAssist:function(){this.elems.saTray.innerHTML=””,this.items.splice(0,this.items.length),this.assistItem=null},createItem:function(e){var t,n={idx:e.idx,data:e.origData},i=b.htmlEncode,o=this.config,r=(t=this.app.createElem)(o.saItem,”li”);return(t=(b.set(r,”pos”,e.idx),t(o.saTitle,”span”))).innerHTML=e.t||(o.boldTag&&e.k&&e.q?b.bold(o.boldTag,i(e.k),i(e.q),o.highlight||{}):i(e.k)),r.appendChild(t),n.li=r,n.title=t,this.app.notify(T,[n,e]),n},resetQuery:function(){this.elems.sbInput.value=this.origQuery},reset:function(){var e=this,t=e.config,n=e.elems.sbForm;t.resetQuery&&e.resetQuery(),e.hide(),n.action=e.origAction,e.app.notify(I)},sameQuery:function(){return this.elems.sbInput.value==this.lastInput}},Q),l.initConfig=function(){return{elems:{sbForm:”sb-form”,sbInput:”sb-input”,sbSubmit:”sb-search”,sbClear:”sb-clr”,sbCancel:”sb-cancel”,saTray:”sa-tray”},customEvent:{},sa:{css:”sa”,attrs:{type:”normal”}},saList:{css:”sa-list”,attrs:{role:”listbox”},style:{cursor:”pointer”}},saItem:{css:”sa-item”,attrs:{role:”option”}},saTitle:{css:”sa-item-title”},saAria:{shownText:”new suggestions shown”,closedText:”Suggestion box closed”,css:”sa-aria-live-region”,attrs:{“aria-live”:”polite”},style:{position:”absolute”,left:”-9999px”}},saBE:{host:””,base:”/sugg/gossip/gossip-us-ura/”,params:{l:1,bm:3,output:”sd1″,nresults:10}},shBE:{host:””,base:”/history”},minInput:0,maxInput:255,boldTag:”{s}“,ylc:{_r:2},ylcAssist:{use_case:””},hideOnOutsideClick:!0,noQueryClass:”sa-noQuery”,typingClass:”typing”,noResultClass:”sf-noResult”}},v.hideSbClr=(X.prototype={init:function(e){(this.app=e).on(L,K,this)}},X),v.saFr=(ne.prototype={init:function(e){(this.app=e).on(E,Z,this),e.on(N,ee,this),e.on(I,te,this)}},ne),v.ipos=(re.prototype={init:function(e){(this.app=e).on(L,ie,this),e.on(_,oe,this)}},re),v.saTray=(ae.prototype={init:function(e){(this.app=e).on(C,se,this)}},ae),v.saFlvr=(le.prototype={init:function(e){e.on(T,ce,this)}},le),v.saEdit=(de.prototype={init:function(e){e.on(T,ue,this)}},de),v.saAnnot=(he.prototype={init:function(e){e.on(T,pe,this)}},he),v.saImg=(me.prototype={init:function(e){e.on(T,fe,this)}},me),v.saGroup=(be.prototype={init:function(e){this.app=e,this.idxs={},e.on(T,ye,this),e.on(S,ge,this)}},be),v.saPCActn=(Ee.prototype={init:function(e){var t=this;t.app=e,t.selectedIndex=-1,e.on(w,ve,t),e.on(A,_e,t),e.on(V,we,t),e.on(F,Ce,t)}},Ee),v.tapRmv=(ke.prototype={init:function(e){(this.app=e).on(R,xe,this)}},ke),v.tapClr=(Te.prototype={init:function(e){(this.app=e).on(A,Se,this)}},Te)}();var sa=”_yb_1ozhc”,lowlight=”_yb_1h9or”,Css$4={“sa-sbx-container”:”_yb_irmt6″,sa:sa,”sub-assist”:”_yb_1udts”,”no-wrap”:”_yb_1gg6d”,”sa-tray”:”_yb_nd5ko”,”sa-tray-list-container”:”_yb_1mm4y”,”yui3-highlight”:”_yb_1xvhr”,lowlight:lowlight,”list-item-hover”:”_yb_1harc”,”related-title”:”_yb_1jls7″,”trending-title”:”_yb_p3ot4″,”sa-fd-actn-cont”:”_yb_130or”,”suggestion-title”:”_yb_u9uam”,”bot-search-item”:”_yb_15zgq”,”bot-search-item-col”:”_yb_1y8yg”,”bot-search-icon-container”:”_yb_1l9eu”,”bot-search-span”:”_yb_ntigg”,”bot-search-icon”:”_yb_lo98z”,”sa-annot-rich”:”_yb_geeug”,”sa-img-ctn”:”_yb_k458e”,”sa-img-icon”:”_yb_1yve9″,”sa-history”:”_yb_1hu4h”,”sa-trending”:”_yb_1wtwx”,”sa-img”:”_yb_s4wgx”,”sa-annot-title”:”_yb_500hc”,”sa-annot-subtitle”:”_yb_f7b7e”,”sa-edit”:”_yb_1p6es”,”sa-edit-text”:”_yb_1raub”,”sa-sugg”:”_yb_b2epk”,”sa-edit-icon”:”_yb_1o8bh”,”sa-grp-hdr”:”_yb_war39″,”sa-grp-hdr-title”:”_yb_7wxek”,”sa-rich-thumb”:”_yb_1po56″,”sa-item”:”_yb_l9g45″,”sa-item-title”:”_yb_w9fg2″,”sa-thumb-icon”:”_yb_1elpl”},saConfV1={boldTag:’{s}‘,customEvent:{customBtn:”searchBtnClicked”,customKeyBoard:”enterKeyPressed”,customSelection:”assistSelectionClicked”},elems:{sbForm:”ybar-sf”,sbInput:”ybar-sbq”,sbSubmit:”ybar-search”,sbClear:”ybar-sbq-x”,sbCancel:”ybar-search-back-btn”},hightlight:{exact:!0,pattern:”^”},minInput:1,sa:{css:Css$4[“sa-tray”]},saBE:{base:””,host:””,params:{appid:”yfp-t”}},saItem:{css:””},saList:{css:Css$4[“sa-tray-list-container”]},saTitle:{css:””,style:{display:”block”}},plugins:{saFr:{fr:””},saTray:{afterNode:”ybar-sbq”,ctn:{css:Css$4[“sa-sbx-container”]},tray:{css:Css$4.sa+” “+Css$4.lowlight}},saPCActn:{css:Css$4[“list-item-hover”]},ylcEncode:{disable:!0},saFlvr:{disable:!0},saEdit:{disable:!0},saAnnot:{disable:!0},saImg:{disable:!0},saPopup:{disable:!0}}},richSAConfV1={saBE:{base:””,host:””,params:{appid:”yfp-t”,”.crumb”:””,f:1}},shBE:{host:”https://search.yahoo.com”,base:”/history”,params:{_bcrumb:””}},minInput:0,plugins:{saFlvr:{m9:Css$4[“sa-trending”],m13:Css$4[“sa-history”],flvr:Css$4[“sa-sugg”]},saEdit:{ctn:{css:Css$4[“sa-edit”]},icon:{css:Css$4[“sa-edit-icon”]},text:{css:Css$4[“sa-edit-text”],text:”Remove”}},saAnnot:{title:{css:Css$4[“sa-annot-title”]},subtitle:{css:Css$4[“sa-annot-subtitle”]},richClass:Css$4[“sa-annot-rich”]},tapRmv:{placeholder:””},saImg:{placeholder:{css:Css$4[“sa-img-icon”]},thumbnail:{css:Css$4[“sa-img”]},ctn:{css:Css$4[“sa-img-ctn”]}},saGroup:{hdr:{css:Css$4[“sa-grp-hdr”]},title:{css:Css$4[“sa-grp-hdr-title”]},grps:{m9:{text:”Trending Now”,css:Css$4.trending},m13:{text:””,css:Css$4.history}}}}},richSAConfV1Smartphone={saBE:{base:””,host:””,params:{appid:”mi5″,”.crumb”:””,f:1}},shBE:{host:”https://search.yahoo.com”,base:”/history”,params:{_bcrumb:””}},saItem:{css:Css$4[“sa-item”]},saTitle:{css:Css$4[“sa-item-title”]},minInput:0,plugins:{saFlvr:{m9:Css$4[“sa-trending”],m13:Css$4[“sa-history”],flvr:Css$4[“sa-sugg”]},saEdit:{ctn:{css:Css$4[“sa-edit”]},icon:{css:Css$4[“sa-edit-icon”]},text:{css:Css$4[“sa-edit-text”]}},saAnnot:{title:{css:Css$4[“sa-annot-title”]},subtitle:{css:Css$4[“sa-annot-subtitle”]},richClass:Css$4[“sa-annot-rich”]},tapRmv:{placeholder:””},saImg:{placeholder:{css:Css$4[“sa-img-icon”],wrap:{css:Css$4[“sa-thumb-icon”]}},thumbnail:{css:Css$4[“sa-img”]},ctn:{css:Css$4[“sa-img-ctn”]},richClass:Css$4[“sa-rich-thumb”],showIconOnImgLoad:!0},saGroup:{hdr:{css:Css$4[“sa-grp-hdr”]},title:{css:Css$4[“sa-grp-hdr-title”]},grps:{m9:{text:”Trending Now”,css:Css$4.trending},m13:{text:””,css:Css$4.history}}}}},bottomSearch=function(e,t,n){var i=document.createElement(“div”);i.className=n[“bot-search-item”];var o=document.createElement(“div”),r=document.createElement(“div”);o.className=n[“bot-search-item-col”],r.className=n[“bot-search-item-col”];var s=document.createElement(“div”);s.className=n[“bot-search-icon-container”];var a=document.createElementNS(“http://www.w3.org/2000/svg”,”svg”),c=document.createElementNS(“http://www.w3.org/2000/svg”,”path”);a.setAttribute(“width”,”20″),a.setAttribute(“height”,”20″),a.setAttribute(“viewBox”,”0 0 24 24″),a.classList.add(n[“bot-search-icon”]),c.setAttribute(“d”,”M3.7634,15.837 L6.1814,15.837 C6.5214,17.45 7.0614,18.891 7.7584,20.045 C6.0094,19.118 4.6024,17.637 3.7634,15.837 L3.7634,15.837 Z M2.9144,12.008 C2.9144,11.351 2.9844,10.711 3.1164,10.094 L5.8884,10.094 C5.8264,10.717 5.7864,11.354 5.7864,12.008 C5.7864,12.663 5.8264,13.299 5.8884,13.922 L3.1164,13.922 C2.9844,13.305 2.9144,12.665 2.9144,12.008 L2.9144,12.008 Z M7.7584,3.971 C7.0614,5.125 6.5214,6.566 6.1814,8.179 L3.7634,8.179 C4.6024,6.379 6.0094,4.898 7.7584,3.971 L7.7584,3.971 Z M11.0504,3.142 L11.0504,8.179 L8.1054,8.179 C8.6604,5.664 9.7414,3.771 11.0504,3.142 L11.0504,3.142 Z M12.9654,3.142 C14.2754,3.771 15.3564,5.664 15.9114,8.179 L12.9654,8.179 L12.9654,3.142 Z M20.2524,8.179 L17.8344,8.179 C17.4954,6.566 16.9544,5.126 16.2574,3.971 C18.0064,4.898 19.4144,6.379 20.2524,8.179 L20.2524,8.179 Z M11.0504,20.875 C9.7414,20.245 8.6594,18.352 8.1054,15.837 L10.1354,15.837 C10.2104,15.161 10.3914,14.519 10.6584,13.922 L7.7984,13.922 C7.7354,13.305 7.7004,12.665 7.7004,12.008 C7.7004,11.351 7.7354,10.711 7.7984,10.094 L11.0504,10.094 L11.0504,13.184 C11.5394,12.388 12.1904,11.702 12.9654,11.183 L12.9654,10.094 L20.8994,10.094 C21.0284,10.697 21.0964,11.323 21.0994,11.964 L21.0994,11.964 L21.0994,12.661 C21.0994,13.19 21.5284,13.618 22.0574,13.618 L22.0584,13.618 C22.5874,13.618 23.0164,13.19 23.0164,12.661 L23.0164,11.965 L23.0144,11.965 C22.9904,5.662 17.6704,0.608 11.2724,1.024 C5.8994,1.373 1.4994,5.676 1.0414,11.04 C0.5134,17.228 5.1074,22.463 11.0504,22.975 C11.1664,22.985 11.3274,22.993 11.4844,22.999 C11.8104,23.012 12.1194,22.85 12.2904,22.572 L12.2924,22.569 C12.5734,22.113 12.3964,21.514 11.9124,21.284 L11.0504,20.875 Z M15.9434,18.874 C14.6054,18.874 13.5214,17.79 13.5214,16.452 C13.5214,15.115 14.6054,14.03 15.9434,14.03 C17.2804,14.03 18.3654,15.115 18.3654,16.452 C18.3654,17.79 17.2804,18.874 15.9434,18.874 M21.6354,20.908 L19.4524,18.725 C19.8774,18.07 20.1264,17.291 20.1264,16.452 C20.1264,14.145 18.2584,12.274 15.9514,12.269 L15.9354,12.269 C13.6284,12.274 11.7604,14.145 11.7604,16.452 C11.7604,18.763 13.6324,20.635 15.9434,20.635 C16.7814,20.635 17.5614,20.386 18.2154,19.961 L20.3984,22.144 C20.7404,22.486 21.2934,22.486 21.6354,22.144 C21.9774,21.803 21.9774,21.249 21.6354,20.908″),a.appendChild(c),s.appendChild(a),o.appendChild(s);var l=document.createElement(“span”),u=document.createElement(“span”);u.className=n[“bot-search-span”];var d=document.createElement(“span”),p=e.split(“{query}”);return l.textContent=p[0]||””,u.textContent=t,d.textContent=p[1]||””,r.appendChild(l),r.appendChild(u),r.appendChild(d),i.appendChild(o),i.appendChild(r),i},_getQueryStringByName=function(e){var t=new RegExp(“[?&]”+e+”=([^]*)”).exec(window.location.search);return t?t[1]:null},_getFrValueByMode=function(e,t,n){void 0===e&&(e=!1),void 0===t&&(t=!1);var i=document.querySelector(‘input[name=”fr”]’),o=i?i.value:”yfp-t”,r=_getQueryStringByName(“fr”),s=r||o,a=document.getElementById(“ybar”),c=a&&a.className&&a.className.match(/ybar-variant-([a-z]+)/),l=c?c[1]:””;return-1===[“att”,”frontier”,”rogers”].indexOf(l)&&(e&&(s+=”-m”),t&&(s+=”-s”)),”tn”!==n&&”tg”!==n||(s=r?s+”-tn”:(null==i?void 0:i.dataset.tnvalue)||s),s},_getFr2ValueByMode=function(e,t,n,i,o){void 0===n&&(n=!1);var r=null,s=”smartphone”===t&&!!document.querySelector(“.Reader-open”)||”smartphone”!==t&&!!document.querySelector(“.modal-open”),a=e.querySelector(‘input[name=”fr2″]’);if(a){r=a.value;var c=a.dataset&&a.dataset.savalue,l=a.dataset&&a.dataset.modalsb,u=a.dataset&&a.dataset.modalsa;n?r=s&&u?u:c:s&&l&&(r=l),i&&o&&(r=””.concat(r,”,ct:”).concat(i,”,kt:”).concat(o))}return r},_getTsrcValueByMode=function(e,t){void 0===t&&(t=!1);var n=null,i=e.querySelector(‘input[name=”.tsrc”]’);if(i){n=i.value;var o=i.dataset&&i.dataset.savalue;t&&o&&(n=o)}return n},_setInputValues=function(e,t,n){var i=e.querySelectorAll(t);if(i)for(var o=0;o=0?(r=”srch-asst”,u=!0,l=c.idx+1):r=”kybrd”:r=”botSearchClicked”===t.type?”sitesrch”:”icon”,”homepage”!==n&&”my”!==n||!s&&!u)”smartphone”===i&&(setFr2(e,i,u),setTsrc(e,u));else{var d=f(c),p=d.category,h=d.keyword;setFr(e,s,u,p),setFr2(e,i,u,p,h),setTsrc(e,u)}”ngy”===n&&(s||u)&&setFr(e,s,u),v(getI13nObject(r,”0″,l.toString()))}},y=function(t){var o,r=!!document.querySelector(“.modal-open”),s=null===(o=t.detail)||void 0===o?void 0:o.data,a=!0,c=(s&&s.idx||0)+1;if(“homepage”===n||”my”===n){var l=f(s),u=l.category,d=l.keyword;setFr(e,r,a,u),setFr2(e,i,a,u,d),setTsrc(e,a)}else”smartphone”===i&&(setFr2(e,i,a),setTsrc(e,a));”ngy”===n&&setFr(e,r,a),v(getI13nObject(“srch-asst”,”0″,c.toString()))},g=function(e){if(“function”==typeof t.beaconClick&&9!==e.keyCode&&13!==e.keyCode&&1===d&&”smartphone”!==i){t.saveCurrentTimerValue(“search_input_keyboard_input”);var n=getI13nObject(“keystroke”,”1″);delete n.clickParams.tar,d++,t.beaconClick(n.sec,n.slk,n.pValue,n.clickParams)}},b=function(){t.saveCurrentTimerValue(“search_input_focus_click”)},v=function(n){if(“function”==typeof t.beaconClick){t.saveCurrentTimerValue(“search_query_submit”);var i={pp:{A_utm:t.getPerformanceI13nObject()}};t.beaconClick(n.sec,n.slk,n.pValue,n.clickParams,void 0,(function(){setTimeout((function(){e&&e.submit()}),300)}),i)}else e&&e.submit()};function _(){this.config={botSearch:{action:c,text:u||””},suggestionTitle:{text:l||””}}}function w(e){var t=this.config,n=this.app.view,i=n.elems.sbForm,o=n.elems.sbInput.value,r=suggestionTitle(Css$4,t.suggestionTitle.text),s=bottomSearch(t.botSearch.text,o,Css$4);s&&(e&&r&&(e.prepend(r),e.appendChild(s)),s.addEventListener(“click”,(function(){t.botSearch.action&&(i.action=t.botSearch.action),n.hide(),m(new CustomEvent(“botSearchClicked”))})))}a&&(a&&(a.addEventListener(“enterKeyPressed”,m),a.addEventListener(“assistSelectionClicked”,y),a.addEventListener(“searchBtnClicked”,m),a.addEventListener(“keydown”,g),a.addEventListener(“click”,b)),”homepage”!==n&&”my”!==n&&”ngy”!==n||(setFr(e),”homepage”===n&&setTypeByQueryString(e)),t.saveCurrentTimerValue(“search_assist_ready”)),_.prototype={init:function(e){this.app=e,e.on(“after_update_list”,w,this)}},c&&(null===(s=window.YAHOO.SA)||void 0===s||s.add(“saBotSearch”,_))},saInitV1=function(e,t,n,i,o,r){var s=t.searchBox.querySelector(‘input[name=”fr”]’),a=t.searchBox.getAttribute(“data-appid”);if(window.YAHOO&&window.YAHOO.SA){s&&n.plugins.saFr&&(n.plugins.saFr.fr=s.value),”attgoog”===a&&(n.saBE.params.appid=”attgoog”),n.saBE.host=t.searchBox.getAttribute(“data-sabase”);var c=t.searchBox.dataset.sacrumb,l=t.searchBox.dataset.sabcrumb,u=t.searchBox.dataset.mtestid;c&&(n.saBE.params[“.crumb”]=c),l&&n.shBE&&(n.shBE.params._bcrumb=l),u&&(n.saBE.params.mtestid=u),ApplyOverrides$1(t.searchBox,{beaconClick:beaconClick,saveCurrentTimerValue:saveCurrentTimerValue,getPerformanceI13nObject:getPerformanceI13nObject},i,o,r),window.YAHOO.SA.init(n)}else{var d=”Search lib not found. SearchAssist failed to initialise”;e.logError(d,new Error(d))}},saConfV0={boldTag:’{s}‘,clearButtonId:”ybar-sbq-x”,suppressEmptyQuery:!0,anykey:!0,autofocus:!0,enableYlc:!1,fr2:”sa-gp-ybar”,searchBoxId:”ybar-sbq”,cssClass:{container:Css$4[“sa-sbx-container”],trayContainer:Css$4.sa+” “+Css$4.lowlight,tray:Css$4[“sa-tray”],traySub:Css$4[“sa-tray”]+” “+Css$4[“sub-assist”]+” “+Css$4[“no-wrap”],ul:Css$4[“sa-tray-list-container”],liHighlight:Css$4[“list-item-hover”],li:””,span:””,text:””,aria:””,actionContainer:Css$4[“sa-fd-actn-cont”],relatedSearches:Css$4[“related-title”],trendingNow:Css$4[“trending-title”]}},YbRapid=getAugmentedNamespace(rapid),nativeAssist=createCommonjsModule((function(e){var t=function(e,t){var n=function(){if(“Microsoft Internet Explorer”===e.navigator.appName){var t=new RegExp(“MSIE ([0-9]{1,}[.0-9]{0,})”).exec(e.navigator.userAgent);return t&&t[1]&&parseFloat(t[1])}return!1}();function i(e,t){e.prototype=Object.create?Object.create(t.prototype):function(e){function t(){}return t.prototype=e,new t}(t.prototype),e.prototype.constructor=e}function o(e){return”function”==typeof e.trim?e.trim():e.replace(/^s+|s+$/gm,””)}function r(e){if(n&&n{s}”,annotation:{},cssClass:{container:”sa-sbx-container”,trayContainer:”sa lowlight”,tray:”sa-tray”,traySub:”sa-tray sub-assist no-wrap”,ul:”sa-tray-list-container”,liHighlight:”list-item-hover”,li:””,span:””,text:””,aria:”sa-aria-live-region”,actionContainer:”sa-fd-actn-cont”,relatedSearches:”related-title”,trendingNow:”trending-title”},text:{relatedSearches:”Related Searches”,trendingNow:”Trending Now”,ariaShown:”new suggestions shown”,ariaClosed:”Suggestion box closed”},customEvent:!1,suppressEmptyQuery:!1,enableAnnotation:!1,enableIpos:!0,subAssist:!0,subTrayDelta:5,trayPadding:12,debug:!1,objectName:”SA”,anykey:!1,clearBeaconing:!1,enableYlc:!0,autofocus:!1,highlight:{pattern:””,exact:!1},minQueryLength:0,enableTabRender:!0}}return e.YAHOO=e.YAHOO||{},c.prototype={set:function(e,t,n){e.setAttribute(t,n)},get:function(e,t){return e.getAttribute(t)},merge:function e(t,n){for(var i in n)”object”==typeof n[i]&&”object”==typeof t[i]?e(t[i],n[i]):t[i]=n[i]},extend:i,buildUrl:function(e,t){var n=[];for(var i in t)t.hasOwnProperty(i)&&n.push(encodeURIComponent(i)+”=”+encodeURIComponent(t[i]));return n.length>0&&(e=e+(-1===e.indexOf(“?”)?”?”:”&”)+n.join(“&”)),e},stopPropagation:function(e){e.returnValue=!1,e.cancelBubble=!0,e.preventDefault&&e.preventDefault(),e.stopPropagation&&e.stopPropagation(),e.stopImmediatePropagation&&e.stopImmediatePropagation()},setFocus:function(e){r(e),s(e)},cursorEnd:r,select:function(e,t,i){if(n&&n&]/gim,(function(e){return””+e.charCodeAt(0)+”;”}))},ae:function(e,t,n,i){if(i||(i=!1),e.addEventListener)e.addEventListener(t,n,i);else{if(!e.attachEvent)return!1;e.attachEvent(“on”+t,n)}},de:function(e,t,n){if(e.removeEventListener)e.removeEventListener(t,n);else{if(!e.detachEvent)return!1;e.detachEvent(“on”+t,n)}},ts:function(){return Math.round((new Date).getTime()/1e3)},bold:function(e,t,n,i){var o,r,s=(i.pattern?i.pattern:””)+”(&[^;\s]*)?(%needles)”;return(o=i.exact?[a(n)]:n.split(/[s|,]+/).filter((function(e){return””!==e})).sort((function(e,t){return t.length-e.length})).map((function(e){return a(e)}))).length?(s=s.replace(“%needles”,o.join(“|”)),t=t.replace(new RegExp(s,”gi”),(r=e,function(e,t,n){return t&&!/s/.test(n)?e:r.replace(/{s}/g,n)})),t):t},debug:function(t){this.config.debug&&e.console&&e.console.log&&e.console.log(t)}},i(l,c),l.prototype.init=function(n,i){var o=this;if(this.saModel=i,this.config=n,this.clearButton=this.clearButton||t.getElementById(this.config.clearButtonId),this.searchbox=this.searchbox||t.getElementById(this.config.searchBoxId),!this.searchbox)return!1;this.config.gossipParam.pq=this.searchbox.value;for(var r=this.searchbox;r&&!this.formTag;)r.tagName&&”form”===r.tagName.toLowerCase()&&(this.formTag=r),r=r.parentNode;return!!this.formTag&&(this.container=t.createElement(“div”),this.container.className=this.config.cssClass.container,this.trayContainer=t.createElement(“div”),this.trayContainer.className=this.config.cssClass.trayContainer,this.container.appendChild(this.trayContainer),this.searchbox.parentNode.insertBefore(this.container,this.searchbox.nextSibling),this.searchbox.setAttribute(“role”,”combobox”),this.searchbox.setAttribute(“aria-autocomplete”,”both”),this.ae(e,”load”,(function(){o.aria=t.createElement(“div”),o.aria.className=o.config.cssClass.aria,o.set(o.aria,”aria-live”,”polite”),o.aria.style.position=”absolute”,o.aria.style.left=”-9999px”,t.body.appendChild(o.aria)})),!0)},l.prototype.getWidth=function(e,n){var i,o={p:e,t:this.config.boldTag.replace(“{s}”,this.htmlEncode(e)),idx:0},r=t.createElement(“div”);r.className=this.config.cssClass.container;var s=t.createElement(“div”);s.className=this.config.cssClass.trayContainer,r.appendChild(s);var a=t.createElement(“div”);a.className=this.config.cssClass.traySub,a.style.left=”-9999px”,s.appendChild(a);var c=t.createElement(“ul”);c.className=this.config.cssClass.ul,a.appendChild(c);var l=this.createItem(o);n&&((i=t.createElement(“span”)).innerHTML=n,l.suggestionSpan.appendChild(i)),c.appendChild(l.li),this.searchbox.parentNode.insertBefore(r,this.searchbox.nextSibling);var u=l.suggestionSpan.clientWidth+this.config.subTrayDelta;return r.outerHTML=””,u},l.prototype.display=function(n){var i=n.data,o=n.sqpos,r=n.hiddenNeedle,s=this,a={};this.hide(),this.selectedItem=!1,this.tray=t.createElement(“div”),this.set(this.tray,”type”,”normal”),this.tray.className=this.config.cssClass.tray,o&&this.config.subAssist&&(this.tray.className=this.config.cssClass.traySub,this.tray.style.left=this.getWidth(r)+”px”),this.ul=t.createElement(“ul”),this.ul.className=this.config.cssClass.ul,this.set(this.ul,”role”,”listbox”),this.tray.appendChild(this.ul),this.itemList=[],this.config.ylcParam.n_sugg=s.saModel.ylc.n_sugg,i.forEach((function(n){var i;if(n.idx=s.itemList.length,4===n.m&&s.config.text.trendingNow&&!a.trending){var r=t.createElement(“span”);r.className=s.config.cssClass.trendingNow,r.innerHTML=s.config.text.trendingNow,s.ul.appendChild(r),a.trending=!0}var c=s.createItem(n);!o&&s.config.enableAnnotation&&n.m&&s.config.annotation[n.m]&&n.fd&&(i=s.getItemAnnotation(n,c.suggestionSpan))&&c.suggestionSpan.appendChild(i),s.ul.appendChild(c.li),s.itemList.push(c.li),s.ae(c.li,”mouseenter”,(function(e){s.resetHighlight(),c.li.className=s.config.cssClass.li+” “+s.config.cssClass.liHighlight,s.selectedItem=n.idx})),s.ae(c.li,”mouseleave”,(function(e){c.li.className=s.config.cssClass.li})),s.ae(c.li,”click”,(function(i){var o=s.searchbox.value,r=i.target||i.srcElement;s.saModel.ylc.pos=n.idx+1,s.saModel.ylc.pqstr=o,s.saModel.ylc.pqstrl=o.length,s.saModel.ylc.use_case=””,s.formTag.fr2&&(s.formTag.fr2.value=s.config.fr2),s.searchbox.value=n.p,r.tagName&&”a”===r.tagName.toLowerCase()&&(s.searchbox.value=s.get(r,”data”),s.saModel.ylc.use_case=r.innerHTML),s.hide(),s.saModel.addYlc(s.saModel.clickTarget),s.config.customEvent?(s.saModel.addYlk(r),function(n,i,o){var r;”function”==typeof e.CustomEvent?(r=new e.CustomEvent(i,{detail:o}),n.dispatchEvent(r)):”function”==typeof t.createEvent?((r=t.createEvent(“CustomEvent”)).initCustomEvent(i,!1,!1,o),n.dispatchEvent(r)):(t.attachEvent,document.documentElement[i]=o)}(s.searchbox,”assistSelection”,{data:n})):s.suggestionClick(i,n)}))})),this.aria&&(this.set(this.aria,”aria-expanded”,”true”),this.aria.innerHTML=”

    “+s.itemList.length+” “+this.config.text.ariaShown+”

    “),this.show()},l.prototype.suggestionClick=function(e,t){this.formTag.submit()},l.prototype.show=function(){this.shown=!0,this.resetHighlight(),this.trayContainer.appendChild(this.tray)},l.prototype.hide=function(){this.aria&&(this.set(this.aria,”aria-expanded”,”false”),this.aria.innerHTML=”

    “+this.config.text.ariaClosed+”

    “),this.shown=!1,this.resetHighlight(),this.trayContainer.innerHTML=””},l.prototype.resetHighlight=function(){!1!==this.selectedItem&&this.itemList.length&&(this.itemList[this.selectedItem].className=this.config.cssClass.li)},l.prototype.resetHightlight=l.prototype.resetHighlight,l.prototype.tab=function(){if(!this.shown||!this.itemList.length)return!1;if(!1!==this.selectedItem)this.searchbox.value=this.get(this.itemList[this.selectedItem],”data”),this.saModel.fetch();else{if(this.searchbox.value===this.get(this.itemList[0],”data”))return this.saModel.unset(),!1;this.searchbox.value=this.get(this.itemList[0],”data”),this.saModel.fetch()}return!0},l.prototype.moveUpDown=function(e){return!(!this.shown||!this.itemList.length)&&(this.resetHighlight(),e?!1===this.selectedItem||this.selectedItem=this.itemList.length-1?this.selectedItem=0:this.selectedItem++,this.itemList[this.selectedItem].className=this.config.cssClass.li+” “+this.config.cssClass.liHighlight,this.searchbox.value=this.get(this.itemList[this.selectedItem],”data”),!0)},l.prototype.createItem=function(e){var n=t.createElement(“li”),i=this;if(n.className=this.config.cssClass.li,this.set(n,”pos”,e.idx),this.set(n,”role”,”option”),this.config.formatResult){var o=this.config.ylcVal;o&&(o=o.replace(“cposV”,e.idx),i.config.ylcParam&&(o=o.replace(“t9Val”,i.config.ylcParam.n_sugg)),this.set(n,”data-ylk”,o)),this.set(n,”data-position”,e.idx)}i.set(n,”data”,e.p);var r=t.createElement(“span”);r.className=i.config.cssClass.span,r.style.display=”block”,n.appendChild(r);var s=t.createElement(“span”);return s.className=i.config.cssClass.text,s.innerHTML=e.t,r.appendChild(s),{li:n,suggestionSpan:r}},l.prototype.getItemAnnotation=function(e){var n,i,o,r=this.config.annotation[e.m]||{},s=this.config.cssClass,a=e.fd,c=””,l=””,u=this.searchbox.clientWidth-2*this.config.trayPadding;if(r.subtitle&&a.subtitle){if(l=r.subtitle.replace(“{subtitle}”,this.htmlEncode(a.subtitle)),!(this.getWidth(e.p,l)‘+l+””)>u){l=””;break}l&&(c+=’‘+l+”“)}return c&&((n=t.createElement(“span”)).innerHTML=c),n},i(u,c),u.prototype.unset=function(){this.triggered=!1,this.saView.hide()},u.prototype.jsonp=function(e,n){var i={command:this.saView.searchbox.value,t_stmp:this.ts(),callback:”YAHOO.”+this.config.objectName+”.cb.”+e};this.merge(i,this.config.gossipParam),n&&this.merge(i,n);var o=this.buildUrl(this.config.saBase,i),r=t.getElementsByTagName(“head”)[0],s=t.createElement(“script”);this.set(s,”type”,”text/javascript”),this.set(s,”src”,o),r.appendChild(s),this.ae(s,”load”,(function(){r.removeChild(s)}))},u.prototype.read=function(e){var t,n=this,i=[],o=e.sqpos,r=e.q=e.q||””,s=””;e&&”object”==typeof e.r&&e.r.length>0?(n.config.subAssist&&o&&(r=e.q.substr(o),s=e.q.substr(0,o),e.r.forEach((function(t){n.saView.getWidth(t.k)>n.saView.searchbox.clientWidth&&(o=0,r=e.q,s=””)}))),e.r.forEach((function(e){t=n.config.subAssist&&o?e.k.substr(o):e.k,i.push({p:e.k,t:n.bold(n.config.boldTag,n.htmlEncode(t),n.htmlEncode(r),n.config.highlight),fd:e.fd,m:e.m})})),this.ylc.n_sugg=e.r.length,this.ylc.pos=0,this.saView.display({data:i,sqpos:o,hiddenNeedle:s})):(this.ylc.n_sugg=0,this.ylc.pos=0,this.saView.hide()),e&&e.l&&(this.ylc.gprid=e.l.gprid)},u.prototype.fetch=function(){var e,t=this.saView.searchbox,n=this,i=null,r=n.lastValue===n.saView.searchbox.value;if(n.config.suppressEmptyQuery&&””==o(t.value))return n.unset(),!0;if(n.saView.shown&&r)return!0;if(this.config.enableIpos&&!r&&void 0!==n.lastValue&&((e=this.getCursorPosition())===t.value.length&&(e=null),null!==e&&(i={ipos:e})),n.lastValue=n.saView.searchbox.value,this.config.minQueryLength&&this.saView.searchbox.value.lengththis.config.max)return this.unset(),!0;this.triggered=!0,this.callBackIdx++;var s=”sacb”+this.callBackIdx;for(var a in n.cbTable)n.cbTable.hasOwnProperty(a)&&(n.cbTable[a]=function(){});this.cbTable[s]=function(e){n.read(e||{}),n.cbTable[s]=function(){}},this.jsonp(s,i)},u.prototype.getCursorPosition=function(){var e,n=this.saView.searchbox,i=null;return”number”==typeof n.selectionStart?i=n.selectionStart:t.selection&&(n.focus(),(e=t.selection.createRange()).moveStart(“character”,-t.activeElement.value.length),i=e.text.length),i},u.prototype.addYlc=function(e){var t=encodeURIComponent(this.saView.searchbox.value);this.ylc.query=t,this.ylc.qstrl=t.length,this.ylc.t_stmp=this.ts(),this.config.enableYlc&&this.ULT?this.saView.formTag.action=this.ULT.y64_token(“ylc”,e,this.ylc):this.debug(“YLC logging is disabled”)},u.prototype.addYlk=function(e){var t=this,n=[];if([“gprid”,”query”,”pqstr”].forEach((function(e){e in t.ylc&&n.push(e+”:”+t.ylc[e])})),t.config.ylcVal=t.config.ylcVal+”;”+n.join(“;”),e){var i=t.get(e,”data-ylk”)+”;”+n.join(“;”);t.set(e,”data-ylk”,i)}},u.prototype.init=function(t){return this.config=t,this.ULT=e.YAHOO.ULT,this.ULT||(this.debug(“ULT library is missing. Disabling ylc logging”),this.config.enableYlc=!1),this.ylc={},this.merge(this.ylc,this.config.ylcParam),this.clickTarget=this.config.clkLink?this.config.clkLink:this.saView.formTag.action,this.submitTarget=this.saView.formTag.action,!0},i(d,c),d.prototype.init=function(i){var r=this;r.lastValue=null,this.config=i,this.config.autofocus&&this.setFocus(this.saView.searchbox),!n||n>=9?this.ae(this.saView.searchbox,”input”,(function(e){r.saModel.fetch()})):8===n&&this.ae(this.saView.searchbox,”propertychange”,(function(e){“value”===e.propertyName&&!1===r.saView.selectedItem&&r.saModel.fetch()})),r.config.anykey&&this.ae(t,”keydown”,(function(e){var n=t.activeElement;if(!n.tagName||”input”!==n.tagName.toLowerCase()&&”textarea”!==n.tagName.toLowerCase())return 27===e.keyCode&&!r.saView.shown&&r.saView.searchbox.value.length?(r.select(r.saView.searchbox,0,r.saView.searchbox.value.length),void r.stopPropagation(e)):void(e.keyCode-1?i=o=l:(i=-u.moveStart(“character”,-l),i+=a.slice(0,i).split(“n”).length-1,u.compareEndPoints(“EndToEnd”,d)>-1?o=l:(o=-u.moveEnd(“character”,-l),o+=a.slice(0,o).split(“n”).length-1)),s.selectionStart=i,s.selectionEnd=o}r.lastValue!==r.saView.searchbox.value&&!1===r.saView.selectedItem&&r.saModel.fetch()};this.ae(this.saView.searchbox,”focus”,(function(e){!r.saModel.triggered&&r.saModel.fetch(),n&&9===n&&!r.ie9_attached&&(r.ae(t,”selectionchange”,s),r.ie9_attached=!0)})),this.ae(this.saView.searchbox,”blur”,(function(e){n&&9===n&&r.ie9_attached&&(r.de(t,”selectionchange”,s),r.ie9_attached=!1)})),this.ae(this.saView.searchbox,”click”,(function(e){!r.saModel.triggered&&r.saModel.fetch()}));var a=function(e){if(r.saView.shown){for(var t=e.target?e.target:e.srcElement;t;){if(t===r.saView.formTag)return;t=t.parentNode}r.config.touchOriented&&r.stopPropagation(e),r.saModel.unset()}};return”ontouchstart”in e?(this.config.touchOriented=!0,this.ae(t.body,”touchstart”,a,!0)):this.ae(t,”click”,a),this.ae(this.saView.formTag,”submit”,(function(e){r.saModel.addYlc(r.saModel.submitTarget)})),this.saView.clearButton&&this.ae(this.saView.clearButton,”click”,(function(e){if(r.saView.searchbox.value=””,r.saModel.triggered=!1,r.setFocus(r.saView.searchbox),r.config.enableYlc&&r.config.clearBeaconing&&r.saModel.ULT){var t={_r:2,actn:”clk”,pos:1,sec:”clearsearch”,slk:”clear”,t1:”hdr”,t2:”searchbox”,t3:”clear”};r.merge(t,r.config.clrLog),r.saModel.ULT.beacon_click(t)}})),!0},i(p,c),p.prototype.saModelClass=u,p.prototype.saViewClass=l,p.prototype.saControlClass=d,p.prototype.init=function(i){return!(n&&n=200&&o.status40959)&&(o19903))return!1}return!0},normalizeAndEscapeUserRecord=function(e){var t={fn:e.fn||””,ln:e.ln||””,em:e.em||””,alias:e.alias||””,imageUrl:e.imageUrl,state:e.state,fullName:null,identifier:””};return t.fullName=isNameCJK(t.fn,t.ln)?[t.ln,t.fn].join(“”):[t.fn,t.ln].join(” “),t.identifier=t.em||t.alias,t},createAccountItemElement=function(e,t,n){var i=n.ybarAccMenuItemTemplate,o=n.crumb;if(i){var r=(t+1).toString(),s=i.getAttribute(“data-signedOutState”),a=i.getAttribute(“data-done”)||””,c=getTemplateContent(i),l=c.children&&c.children[0];if(!l&&c.childNodes)for(var u=0;u=0;–t){e[t]=normalizeAndEscapeUserRecord(e[t]);var n=e[t].state;0!==n&&”0″!==n||(window.YBAR&&window.YBAR.setUserEmail(e[t].em),e.splice(t,1)[0])}return e},addDoneUrlToEl=function(e,t,n){return 0===e.indexOf(“javascript:”)||~e.indexOf(“https://membernotifications.aol.com/notice/maillogout”)?e:(n&&(n=~e.indexOf(“&activity=ybar-“)?void 0:n.replace(“[[pspid]]”,getSpaceId())),~e.indexOf(“done=”)?(e=e.replace(/[[page]]/g,encodeURIComponent(window.location.href)),n&&(e+=”&”+n),e):~e.indexOf(“dest=[[done]]”)?e.replace(/[[done]]/g,encodeURIComponent(t)):(e=appendQorA(e),e+=”.done=”+encodeURIComponent(t),n&&(e+=”&”+n),e))},addDoneUrlToAllLink=function(e,t){var n,i=e.ybarAccMenuItemTemplate,o=e.ybarAccountContainer,r=document.querySelector(“.”.concat(Css$3[“ybar-mod-account”],” .”).concat(Css$3[“ybar-login-btn”])),s=document.querySelector(“.”.concat(Css$3[“ybar-mod-account”],” .”).concat(Css$3[“ybar-sign-out”])),a=o&&o.querySelectorAll(“a”),c=””,l=window.location.href;if(r){var u=r.href;t.onDestroy((function(){r.href=u})),r.href=addDoneUrlToEl(r.href,l,r.getAttribute(“data-redirect-params”)||void 0)}if(i?(l=i.getAttribute(“data-done”)||””,c=i.getAttribute(“data-sign-out-url”)||””):s&&(c=s.getAttribute(“data-sign-out-url”)||””),a){var d=function(){var e=n,i=a[e].href;t.onDestroy((function(){a[e].href=i}));var o=a[n].getAttribute(“data-redirect-params”);a[n].classList.contains(Css$3[“ybar-sign-out”])?a[n].href=addDoneUrlToEl(a[n].href,c,o||void 0):a[n].href=addDoneUrlToEl(a[n].href,l,o||void 0)};for(n=0;n0){var m=document.querySelector(“”.concat(r,” .”).concat(Css$3[“ybar-sign-out”])),y=m&&m.getAttribute(“data-soa”),g=document.querySelector(“”.concat(r,” .”).concat(Css$3[“ybar-sign-out-text”]));if(g&&y&&(g.innerText=y),c&&c.classList.add(Css$3.show),n){var b=document.querySelector(“”.concat(r,” “).concat(Css$3[“ybar-icon-arrow”])),v=Css$3[“ybar-icon-arrow-up”],_=Css$3[“ybar-icon-arrow-down”],w=Css$3[“ybar-item-hidden”],C=document.querySelectorAll(“.”.concat(Css$3[“ybar-item-hidden”]));b&&(b.classList.toggle(_),e.addElementListener(b,”click”,(function(){for(var e=0;eu){var E=document.querySelector(“”.concat(r,” .”).concat(Css$3[“ybar-see-info”]));E&&E.style&&(E.style.display=”block”)}addDoneUrlToAllLink(t,e)}else s&&(s.style.display=”block”)}))}},handleResetBadge=function(e){getNotifClient().resetBadge(),e.notifBadge&&(e.notifBadge.style.visibility=”hidden”),e.profNotifBadge&&(e.profNotifBadge.style.visibility=”hidden”)},getPath=function(e){if(“function”==typeof e.composedPath)return e.composedPath();if(e.path)return e.path;for(var t=e.target,n=[];null!==t.parentNode;)n.push(t),t=t.parentNode;return n.push(document,window),n},notify=function(e,t){var n=t.ybarAccountContainer,i=t.smartphoneNotifContainer,o=t.notificationMenu,r=t.notifBadge,s=t.dropdownContainer,a=t.ybarNotificationBody,c=t.profNotifBadge,l=t.backButton,u=function(e){(null==e?void 0:e.newCount)&&e.newCount>0&&r&&(r.style.visibility=”visible”,c&&(c.style.visibility=”visible”,c.innerText=r.innerText))},d=getNotifClient(),p=function(){d.refreshPanel().then(u).catch((function(){}))};if(i){p();var h=setInterval((function(){p()}),3e5);e.onDestroy((function(){clearInterval(h)})),e.addElementListener(o,”click”,(function(){p(),s&&(s.style.display=”block”),n&&(n.style.width=”100%”,n.scrollTop=0,n.style.overflow=”hidden”),handleResetBadge(t),beaconClick(“ybar”,”notification”,””,{slk:”notification”,elm:”btn”,elmt:”visible”===(null==r?void 0:r.style.visibility)?”new alert”:””,sec:”ybar”,subsec:”notification”,pkgt:”profile-pane”,itc:”1″})})),e.addElementListener(l,”click”,(function(){s&&(s.style.display=”none”),n&&(n.style.width=””,n.style.overflow=””),beaconClick(“ybar”,”back-notification”,””,{slk:”back-notification”,elm:”arrow”,pkgt:”profile-pane”,sec:”ybar”,subsec:”notification”,itc:”1″})})),a&&e.addElementListener(a,”click”,(function(e){getPath(e).find((function(e){var t=e;if(t.nodeName&&”a”===t.nodeName.toLowerCase()&&t.classList.contains(“yns-link”))return s&&(s.style.display=”none”),n&&(n.style.width=””,n.dispatchEvent(new CustomEvent(“toggle-overlay”))),!0}))}))}},canBuildAccSwitcherList=!0,accSettingDropdownOpen=!1,visibilityTracking=0,params,imageElementsConfig={ybarAccountImage:{selector:”ybar-account-img”,size:”64″},ybarCurrentUserProfileImage:{selector:”ybar-current-user-profile-img”,size:”128″},ybarUserProfileImage:{selector:”ybar-user-profile-img”,size:”128″}},pictureOnErrorForSize=function(e,t){var n=”https://s.yimg.com/wm/modern/images/default_user_profile_pic_”+e+”.png”;t.onerror=null,t.srcset=””,t.src=n},init$2=function(e,t){var n=t.ybarAccountContainer,i=t.ybarAccountMenu,o=t.ybarMobile,r=t.isSmartphone,s=t.ybarMenuManagePub,a=t.arrowWrapper,c=t.downArrow,l=t.upArrow,u=t.otherAccWrapper,d=t.signInAccountMenu,p=t.signInBtn,h=t.ybarModAccount,f=t.yahooPlusImpression,m=function(i){if(n)n.style.removeProperty(“display”),”false”===n.getAttribute(“data-enabled”)&&(n.style.display=”none”),addDoneUrlToAllLink(t,e);else{var o=new Error(“ybarAccountContainer not Found”);logError(“ERROR:”,o)}n&&canBuildAccSwitcherList&&(canBuildAccSwitcherList=!1,e.onDestroy((function(){canBuildAccSwitcherList=!0})),buildAccSwitcherList(e,t,i))},y=function(){var e,t;0===visibilityTracking&&(visibilityTracking=1,null===(e=null==i?void 0:i.parentNode)||void 0===e||e.removeEventListener(“mouseenter”,y),null===(t=null==i?void 0:i.parentNode)||void 0===t||t.removeEventListener(“focusin”,y),setTimeout((function(){refreshModule()}),500))},g=function(){null==n||n.classList.remove(“ybarMenuOpen”),null==i||i.setAttribute(“aria-expanded”,”false”)},b=function(){if(f&&!f.getAttribute(“src”)&&f.getAttribute(“data-src”)){var t=f.getAttribute(“data-src”)||””;addConsentToUrl(t).then((function(e){f.setAttribute(“src”,e)})),e.onDestroy((function(){f.setAttribute(“src”,””)}))}};if(p&&(addHoverEvent(e,p,”ybar”,”sign-in”,params={elm:”signin”,subsec:”settings”,itc:”2″}),addDoneUrlToAllLink(t,e)),i||o||d){if(o)m(!0);else{if(m(!1),e.addEventListener(“close-all-menus”,(function(){i&&!isHovered(i)?i.checked=!1:d&&d.classList.contains(Css$3.show)&&d.parentNode&&!isHovered(d.parentNode)&&g()})),e.onDestroy((function(){g()})),i){if(i.onchange=function(){e.triggerEvent(“close-all-menus”)},params={itc:”2″,elm:”menu”,elmt:”user-info”,subsec:”accounts”},r){var v=document.querySelector(“#ybarAccountMenuOpener”);v&&v.setAttribute(“data-ylk”,”slk:Settings;elm:btn;sec:ybar;subsec:settings;pkgt:profile-pane;itc:0;tar:login.yahoo.com”),function(){n&&addOverlay(n,”right”,e);var t=document.querySelector(“.”.concat(Css$3[“ybar-icon-image-wrapper”]));e.addElementListener(t,”click”,(function(){null==n||n.dispatchEvent(new CustomEvent(“toggle-overlay”))}))}(),e.addElementListener(a,”click”,(function(){var e,t;accSettingDropdownOpen?(null==c||c.classList.remove(“hide”),null==l||l.classList.add(“hide”),u&&(u.style.height=”0″)):(null==c||c.classList.add(“hide”),null==l||l.classList.remove(“hide”),u&&(t=(e=u).scrollHeight,e.style.height=t+”px”));var n=”manage-account-open”,i={elm:”expand”,subsec:”settings”,pkgt:”profile-pane”,itc:”1″};(accSettingDropdownOpen=!accSettingDropdownOpen)||(n=”manage-account-close”,i.elm=”btn”),beaconClick(“ybar”,n,””,i)})),notify(e,t)}else{var _=document.querySelector(“#ybarAccountMenu + label”);_&&(addHoverEvent(e,_,”ybar”,”profile-expand”,params),e.addElementListener(_,”mouseenter”,b),e.addElementListener(h,”focus”,b)),i&&i.parentNode&&(e.addElementListener(i.parentNode,”mouseenter”,y),e.addElementListener(i.parentNode,”focusin”,y))}hideOutlineOnMouseDown(“#ybarAccountMenu”,”#ybarAccountMenu + label”,e)}e.addElementListener(n,”focusin”,(function(){null==n||n.classList.add(“ybarMenuOpen”),null==i||i.setAttribute(“aria-expanded”,”true”)})),e.addElementListener(n,”focusout”,g),e.addElementListener(s,”click”,g)}Object.keys(imageElementsConfig).forEach((function(e){var t=imageElementsConfig[e],n=document.querySelector(“.”.concat(Css$3[t.selector]));n&&(n.onerror=function(){pictureOnErrorForSize(t.size,n)})}))}};initModule(“ybar-account-init”,(function(e){var t=document.getElementById(“ybarAccountContainer”),n={ybarAccountContainer:t,ybarAccountMenu:document.getElementById(“ybarAccountMenu”),ybarMobile:document.querySelector(“.”.concat(Css$3.mobile,” .”).concat(Css$3[“ybar-account-user-email”])),isSmartphone:document.querySelector(“.”.concat(Css$3.smartphone)),ybarMenuManagePub:document.getElementById(“ybarMenuManagePub”),arrowWrapper:document.getElementById(“smartphone-arrow”),downArrow:document.getElementById(“down-arrow”),upArrow:document.getElementById(“up-arrow”),otherAccWrapper:document.getElementById(“otherAccWrapper”),signInAccountMenu:document.querySelector(“.”.concat(Css$3[“ybar-mod-account”],” .”).concat(Css$3[“sign-in-menu”])),signInBtn:document.querySelector(“.”.concat(Css$3[“ybar-mod-account”],” .”).concat(Css$3[“ybar-login-btn”])),ybarModAccount:document.querySelector(“.”.concat(Css$3[“ybar-mod-account”])),yahooPlusImpression:t&&t.querySelector(“.”.concat(Css$3[“ybar-account-yahoo-plus-imp”])),crumb:document.querySelector(‘input[name=”crumb”]’),ybarAccMenuItemTemplate:document.getElementById(“ybarAccMenuItemTemplate”),generalSignin:document.getElementById(“generalSignin”),inSessionSignin:document.getElementById(“inSessionSignin”),smartphoneNotifContainer:document.getElementById(“smartphoneNotifContainer”),notificationMenu:document.getElementById(“smartphoneNotifMenu”),notifBadge:document.getElementById(“notif-badge”),profNotifBadge:document.querySelector(“.”.concat(Css$3[“prof-notif-badge”])),dropdownContainer:document.getElementById(“notifDropdownContainer”),ybarNotificationBody:document.getElementById(“ybarNotificationBody”),backButton:document.getElementById(“backButton”)};init$2(e,n)}));var smartphone=”_yb_1g703″,mobile=”_yb_as6t0″,count=”_yb_z28p9″,Css$1={“ybar-mod-mail”:”_yb_t5fs4″,”ybar-mail-preview”:”_yb_1jr4d _yb_1r5sh”,”ybar-mail-link”:”_yb_1o191″,smartphone:smartphone,”ybar-mail-icon”:”_yb_k1to9″,”property-homepage”:”_yb_bu5rh”,”ybar-unread”:”_yb_447eb”,”property-member-center”:”_yb_qkide”,”property-help”:”_yb_otmzj”,mobile:mobile,count:count,”ybar-mail-icon-text”:”_yb_ub8e3″,”ybar-text-wrap”:”_yb_eqr2h”,”ybar-text-bold”:”_yb_1eq49″,”ybar-mail-signin”:”_yb_y0oej”,”ybar-mail-loading”:”_yb_1kqx2″,”ybar-mail-signin-link”:”_yb_1b6bd”,”popover-arrow-off-white”:”_yb_1h2mc”,”popover-arrow-purple”:”_yb_tn6ta”,”ybar-mail-preview–signin-links”:”_yb_1mmez”,”popover-body”:”_yb_s4igm _yb_buegu”,”ybar-mail-list”:”_yb_1fxt9″,”ybar-mail-item”:”_yb_zxv45″,”ybar-mail-item-link”:”_yb_rq5kr”,”ybar-mail-item-name”:”_yb_ax8gq”,”ybar-mail-item-desc”:”_yb_10c5k”,”ybar-mail-item-image”:”_yb_r0175″,”ybar-mail-item-unread”:”_yb_1onbj”,”ybar-mail-bottom-wrapper”:”_yb_1vnir”,”ybar-mail-compose-link”:”_yb_f8503″,”ybar-icon-compose”:”_yb_1m93t”,”ybar-compose-link-text”:”_yb_nkpcb”,”mail-animation”:”_yb_1p6qq”,”ybar-mail-item-snippet”:”_yb_ck1w4″,”ybar-mail-item-time”:”_yb_1lbao”,”ybar-mail-viewall”:”_yb_1ypps”,”ybar-mod-mail-promo”:”_yb_13thf”,”ybar-mod-mail-promo-light”:”_yb_1p3qy”,”ybar-mod-mail-promo-inner”:”_yb_1lx27″,”ybar-mod-mail-promo-lbl”:”_yb_4iaml”,”ybar-mod-mail-promo-logo”:”_yb_79d6i”,”ybar-mod-mail-promo-cta”:”_yb_btcpl”,”ybar-mod-mail-promo-imp”:”_yb_32unj”,”signin-list”:”_yb_9r3y5″,”signin-list__item”:”_yb_16iun”,”signin-list__link”:”_yb_18cgj”,”signin-list__link–cta”:”_yb_1w0wc”},JwsRequestType,JwsRequestStatus;!function(e){e[e.COUNT=0]=”COUNT”,e[e.PREVIEW=1]=”PREVIEW”}(JwsRequestType||(JwsRequestType={})),function(e){e[e.PENDING=0]=”PENDING”,e[e.COMPLETE=1]=”COMPLETE”}(JwsRequestStatus||(JwsRequestStatus={}));var jwsCache=new Map,getCache=function(e){var t=jwsCache.get(e);if(t){if(t.status===JwsRequestStatus.PENDING)return t.promise;var n=Date.now()-12e4;return t.data&&t.lastRequested>n?Promise.resolve(t.data):void 0}},setCacheData=function(e,t){var n={lastRequested:Date.now(),status:JwsRequestStatus.COMPLETE,promise:Promise.resolve(t),data:t};jwsCache.set(e,n)},setCachePromise=function(e,t){var n={lastRequested:Date.now(),status:JwsRequestStatus.PENDING,promise:t};jwsCache.set(e,n)},Jws=function(){function e(){}return Object.defineProperty(e.prototype,”wssid”,{get:function(){var e,t,n=null===(e=window.YBAR)||void 0===e?void 0:e.wssid;return n||(n=(null===(t=document.querySelector(‘input[name=”mail_wssid”]’))||void 0===t?void 0:t.value)||””,this.wssid=n),n},set:function(e){window.YBAR=window.YBAR||{},window.YBAR.wssid=e||””},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,”appid”,{get:function(){var e,t,n=null===(e=window.YBAR)||void 0===e?void 0:e.appid;return n||(n=(null===(t=document.querySelector(‘input[name=”mail_appid”]’))||void 0===t?void 0:t.value)||””,this.appid=n),n},set:function(e){window.YBAR=window.YBAR||{},window.YBAR.appid=e||””},enumerable:!1,configurable:!0}),e.prototype.fetchPreview=function(e,t){var n=(void 0===e?{}:e).maxMessages,i=void 0===n?4:n;return __awaiter(this,void 0,void 0,(function(){var e,n,o,r=this;return __generator(this,(function(s){return e=getCache(JwsRequestType.PREVIEW),!t&&e?[2,e]:(1,n={data:{responseType:”json”,requests:[{id:”GetMailboxId”,uri:”/ws/v3/mailboxes/”,method:”GET”,filters:{select:{mailboxId:”$..mailboxes[?(@.isPrimary==true)].id”}},suppressResponse:!0,requests:[{id:”ListMessages”,uri:”/ws/v3/mailboxes/@.id==$(mailboxId)/messages/@.select==q?q=count%3A6+offset%3A0+folderType%3AINBOX+-sort%3Adate”,method:”GET”}]}]}},o=this._fetch(n,1,(function(e){var t=r._normalizePreviewResponse(e,{maxMessages:i});return setCacheData(JwsRequestType.PREVIEW,t),t})),setCachePromise(JwsRequestType.PREVIEW,o),[2,o])}))}))},e.prototype.fetchCount=function(e){return __awaiter(this,void 0,void 0,(function(){var t,n,i,o=this;return __generator(this,(function(r){return t=getCache(JwsRequestType.COUNT),!e&&t?[2,t]:(1,n={data:{responseType:”json”,requests:[{id:”GetMailboxId”,uri:”/ws/v3/mailboxes/”,method:”GET”,filters:{select:{mailboxId:”$..mailboxes[?(@.isPrimary==true)].id”}},suppressResponse:!0,requests:[{id:”ListDecos”,uri:”/ws/v3/mailboxes/@.id==$(mailboxId)/decos”,method:”GET”}]}]}},i=this._fetch(n,1,(function(e){var t=o._normalizerCountResponse(e);return setCacheData(JwsRequestType.COUNT,t),t})),setCachePromise(JwsRequestType.COUNT,i),[2,i])}))}))},e.prototype._fetch=function(e,t,n){var i,o;return __awaiter(this,void 0,void 0,(function(){var r,s,a,c,l,u,d,p,h,f,m,y,g,b,v,_;return __generator(this,(function(w){switch(w.label){case 0:if(r=e.data,s=void 0===r?{}:r,a=e.params,c=void 0===a?{}:a,l=”EC-4008″,u=”EC-4003″,d=this._getYmreqid(),!this.appid)throw new Error(“No appId, user is logged out”);p=__assign({appId:this.appid},c),this.wssid&&(p.wssid=this.wssid),e.params=p,h=[],Object.keys(p).forEach((function(e){var t=p[e];t&&h.push(“”.concat(encodeURIComponent(e),”=”).concat(encodeURIComponent(t)))})),f=h.length?”?”.concat(h.join(“&”)):””,m=”https://apis.mail.yahoo.com/ws/v3/batch”.concat(f),w.label=1;case 1:return w.trys.push([1,4,,5]),[4,ybarFetch(m,{method:”POST”,body:JSON.stringify(s),credentials:”include”,headers:{“Content-Type”:”application/json”,”X-Oath-YmReqId”:d}})];case 2:return[4,(y=w.sent()).json()];case 3:if(g=w.sent(),y.ok)return[2,n(null===(o=g.result)||void 0===o?void 0:o.responses)];if((b=null===(i=null==g?void 0:g.error)||void 0===i?void 0:i.code)===u)return[2,this._handleWssidApiError(g,e,t,n)];throw b===l?new Error(“Session has expired”):new Error(“Mail Api Responded with an Error”);case 4:throw v=w.sent(),logError(“JWS: “.concat((_=v).message),_),v;case 5:return[2]}}))}))},e.prototype._normalizePreviewResponse=function(e,t){var n,i,o,r=this,s=(void 0===t?{}:t).maxMessages,a=void 0===s?4:s;return e?((null===(o=null===(i=null===(n=null==e?void 0:e[0])||void 0===n?void 0:n.response)||void 0===i?void 0:i.result)||void 0===o?void 0:o.messages)||[]).map((function(e){return r._parseRawMessage(e)})).filter((function(e,t){return!!(e&&t0)return n-=1,this.wssid=s,this._fetch(t,n,i);throw new Error(“Max retries with invalid WSSID reached”)}throw new Error(“valid WSSID missing from API Response”)},e.prototype._parseRawMessage=function(e){var t,n,i,o,r,s,a=e.id,c=e.snippet,l=e.headers,u=e.flags;return(null==l?void 0:l.date)&&(null===(t=null==l?void 0:l.from)||void 0===t?void 0:t[0])?{from:(null===(i=null===(n=l.from)||void 0===n?void 0:n[0])||void 0===i?void 0:i.name)||””,email:(null===(r=null===(o=l.from)||void 0===o?void 0:o[0])||void 0===r?void 0:r.email)||””,subject:null==l?void 0:l.subject,read:null!==(s=null==u?void 0:u.read)&&void 0!==s&&s,mid:a,date:parseInt(l.date,10)||void 0,snippet:c||””}:null},e.prototype._getYmreqid=function(){var e=(new Date).getTime();return”xxxxxxxx-xxxx-xxxx-09xx-xxxxxxxxxx00″.replace(new RegExp(“x”,”g”),(function(){var t=(e+16*Math.random())%16|0;return e=Math.floor(e/16),t.toString(16)}))},e}(),loadAssets=function(e,t,n){for(var i,o,r=[],s=[],a=0;a0&&function(e){var t=document.createElement(“script”);t.src=e,t.type=”text/javascript”,t.async=!0,document.getElementsByTagName(“head”)[0].appendChild(t)}(c))}),10)}},getNextGenMailPreview=function(e){postreq({url:”/fp_ngymtls_ms/_rcv/remote”,body:{m_id:”react-wafer-mailpreview”,m_mode:”json”,ctrl:”MailPreview”}},(function(t,n){t||e(n)}))},loaded=!1,init$1=function(e,t){var n=t.mailModule,i=t.mailLink,o=t.mailSigninLink,r=t.ybarMailMessages;if(n){var s=new Jws;if(e.addElementListener(n,”mouseenter”,(function(){e.triggerEvent(“close-all-menus”),triggerRapidBeacon()})),e.addEventListener(“close-all-menus”,(function(){isHovered(n)||hideMailPopover(t)})),e.onDestroy((function(){hideMailPopover(t)})),loaded=!1,loadUnreadCount(e,t,s),r)e.addElementListener(i,”mouseover”,(function(){loadMessages(e,t,s),fireYahooImpBeacon(e,t)})),e.addElementListener(i,”focus”,(function(){loadMessages(e,t,s),triggerRapidBeacon(),fireYahooImpBeacon(e,t)}));else{var a=i.getAttribute(“data-redirect-params”);if(a&&””!==a){var c=i.href;e.onDestroy((function(){i.href=c})),a=-1!==i.href.indexOf(“&activity=ybar-“)?””:a.replace(/[[pspid]]/,getSpaceId()),i.href=appendQorA(i.href)+a,(null==o?void 0:o.href)&&(o.href=appendQorA(o.href)+a)}}}},mailBeaconTimeout=!1,triggerRapidBeacon=function(){mailBeaconTimeout||(mailBeaconTimeout=!0,sendRapid({slk:”Mail”,elm:”expand”,sec:”ybar”,subsec:”mailprev”,itc:”2″}),setTimeout((function(){mailBeaconTimeout=!1}),1e3))},sendRapid=function(e){beaconClick(“ybar”,(null==e?void 0:e.slk)||”Mail”,””,e,null)},relativeDate=function(e){if(!e)return””;var t=Math.round((new Date).getTime()/1e3)-e;return t86400?Math.floor(t/86400)+”d”:””},createMailItemElement=function(e,t,n,i){var o,r=getTemplateContent(t.ybarMailItemTemplate),s=null===(o=r.children)||void 0===o?void 0:o[0];if(!s&&r.childNodes)for(var a=0;a0){if(i.style.visibility=”visible”,o){var n=t>999,s=r?”99+”:”999+”;o.textContent=n?s:t+””}e.onDestroy((function(){i.style.visibility=”hidden”,o&&(o.textContent=””)}))}})).catch((function(){}))},loadMessages=function(e,t,n){loaded||(loaded=!0,t.isNextGenYahoo?loadNGYMailPreview(e,t):loadMailPreview(e,t,n))},loadMailPreview=function(e,t,n){n.fetchPreview().then((function(n){var i;if(n&&0!==n.length){var o=document.createElement(“ul”);o.className=Css$1[“ybar-mail-list”];for(var r=0;r a”),i=document.querySelector(“#ybar-navigation-item-mail > a > span”);null!==t&&null!==n&&(new Jws).fetchCount().then((function(t){i&&t>0&&(i.textContent=”(“+(t>999?”999+”:t)+”)”,e.onDestroy((function(){i.textContent=””})))})).catch((function(){}))},nodeContains=function(e,t){var n=!1;if(!e||!t)return n;if(“function”==typeof e.contains)n=e.contains(t);else for(var i=t;i;){if(i===e){n=!0;break}i=i.parentElement}return n},MORE_MENU_WIDTH=61,MORE_MENU_LONG_LIST_COUNT=10,moreMenuIndex=-1,marginLeftOffset,initDropdowns=function(e,t){var n;__spreadArray([],null===(n=t.ybarNav)||void 0===n?void 0:n.querySelectorAll(“.”.concat(t.dropdownOpenClass)),!0).forEach((function(e){return e.classList.remove(t.dropdownOpenClass)}));var i=t.isTablet?”touchstart”:”mouseover”,o=delegate_1(“.”.concat(t.dropdownWrapperClass,”, .”).concat(t.navigationDropdownListClass),i,(function(n){if(window||document){var i=window.innerWidth||document.documentElement.clientWidth,o=n.delegateTarget;if(o&&-1!=o.className.indexOf(t.dropdownWrapperClass)&&(o=o.querySelector(“.”.concat(t.navigationDropdownListClass))),o){o.style.removeProperty(“left”),t.shiftMoreMenuEnabled&&o.style.removeProperty(“margin-left”),t.shiftMoreMenuEnabled&&marginLeftOffset&&(o.style.marginLeft=marginLeftOffset+”px”);var r=o.getBoundingClientRect().right;r>i&&(t.shiftMoreMenuEnabled?(marginLeftOffset||(marginLeftOffset=parseInt(window.getComputedStyle(o).marginLeft,10)),o.style.marginLeft=marginLeftOffset+i-r+”px”):o.style.left=i-r+”px”)}}else{var s=new Error(“Dropdown could not be initialized”);e.logError(“Error:”,s)}}));e.onDestroy((function(){o.destroy()}))},updateMoreMenu=function(e,t,n){var i,o,r,s,a=-1,c=0;if(e.ybarNav){var l=window.getComputedStyle(e.ybarNav),u=parseInt(l.width,10)-parseInt(l.paddingLeft,10)-parseInt(l.paddingRight,10),d=MORE_MENU_WIDTH,p=e.navigationPlacement();if(p)d+=p.getBoundingClientRect().width;for(var h=0;hm&&(h!==e.navItems.length-1||c+f>m||e.moreMenuDropdown&&e.moreMenuDropdown.hasChildNodes()&&moreMenuIndexmoreMenuIndex&&-1!==moreMenuIndex)for(var g=moreMenuIndex;g=a;){var v=e.navItems[b].cloneNode(!0);null===(r=v.querySelector(“a”))||void 0===r||r.setAttribute(“id”,””);var _=v.querySelector(“.”.concat(e.navigationDropdownListClass));if(_&&(_.style.display=”none”),v.classList.remove(e.dropdownWrapperClass),v.classList.remove(e.ybarNavigationItemClass),v.classList.add(e.navigationDropdownItemClass),e.moreMenuDropdown){e.moreMenuDropdown.insertBefore(v,e.moreMenuDropdown.firstChild);var w=v.getElementsByTagName(“a”)[0];n.unshiftMoreMenuItem(w)}null===(s=e.navItems[b].querySelector(“a”))||void 0===s||s.setAttribute(“tabindex”,”-1″),b–}moreMenuIndex=a}if(-1!==a&&e.navList){var C=parseInt(c.toString(),10)+”px”;e.navList.style.maxWidth=C,t.textContent=”.”.concat(Css[“ybar-nav-list-desktop”],”{ max-width: “).concat(C,”}”)}e.moreMenuNavItem&&e.moreMenuDropdown&&e.moreMenuDropdown.hasChildNodes()?(e.moreMenuNavItem.classList.add(e.dropdownWrapperClass),e.moreMenuNavItem.style.visibility=”visible”):null!==e.moreMenuNavItem&&(e.moreMenuNavItem.classList.remove(e.dropdownWrapperClass),e.moreMenuNavItem.style.visibility=”hidden”),e.moreMenuDropdown&&e.moreMenuDropdown.childElementCount>MORE_MENU_LONG_LIST_COUNT?e.moreMenuDropdown.classList.add(e.longListClass):null!==e.moreMenuDropdown&&e.moreMenuDropdown.classList.remove(e.longListClass)}},handleDropdownFocus=function(e,t){var n=delegate_1(“.”.concat(t.dropdownWrapperClass),”focusin”,(function(e){var n=e.delegateTarget;n&&n.classList.contains(t.dropdownWrapperClass)&&n.classList.add(t.dropdownOpenClass)})),i=delegate_1(“.”.concat(t.dropdownWrapperClass,”, .”).concat(t.navigationDropdownListClass),”focusout”,(function(e){var n=e.delegateTarget;if(null==n?void 0:n.classList.contains(t.navigationDropdownListClass)){var i=n.parentElement;i&&!i.contains(e.relatedTarget)&&i.classList.contains(t.dropdownWrapperClass)&&i.classList.remove(t.dropdownOpenClass)}else(null==n?void 0:n.classList.contains(t.dropdownOpenClass))&&n.classList.remove(t.dropdownOpenClass)}));e.onDestroy((function(){var e;n.destroy(),i.destroy(),__spreadArray([],null===(e=t.ybarNav)||void 0===e?void 0:e.querySelectorAll(“.”.concat(t.dropdownOpenClass)),!0).forEach((function(e){e.classList.remove(t.dropdownOpenClass);var n=document.activeElement;nodeContains(t.ybarNav,n)&&setTimeout((function(){null==n||n.blur()}),1)}))}))},setNavigationFocus=function(e,t,n,i){for(var o=t||window.location.pathname,r=n||window.location.hostname,s=(i||{}).setParentFocus,a=void 0!==s&&s,c=__spreadArray([],e.topLevelNavLinks,!0),l=null,u=null,d=0;d0),r=new A11yNavigation(e,{containerElm:t.ybarNav,navlistItemSelector:”.”.concat(Css[“ybar-parent-navigation”],” > li”),dropdownClass:t.dropdownWrapperClass,enableMoreMenu:o,moreMenuNavElm:t.moreMenuMainFocusItem});initDropdowns(e,t),showMailUnreadCount(e),e.addElementListener(document,”DOMContentLoaded”,(function(){showMailUnreadCount(e)})),handleDropdownFocus(e,t);var s=e.getConfig().bucketConfig,a=(void 0===s?{}:s).enableDynamicNavfocus;if(void 0!==a&&a&&setNavigationFocus(t),e.addEventListener(“nav:setFocus”,(function(e){var n=e.detail,i=void 0===n?{}:n,o=i.hostname,r=void 0===o?window.location.hostname:o,s=i.pathname,a=void 0===s?window.location.pathname:s,c=i.options;setNavigationFocus(t,a,r,void 0===c?{}:c)})),o){var c=document.createElement(“style”);c.title=”ybar_nav_interim”,document.head.appendChild(c);var l=delegate_1(“#ybar-nav-more-menu ul a”,”click”,(function(t){e.triggerEvent(“navigation”,{event:t})}));e.addEventListener(“nav:resize”,(function(){updateMoreMenu(t,c,r)})),updateMoreMenu(t,c,r),e.addElementListener(window,”load”,(function(){updateMoreMenu(t,c,r)})),e.addElementListener(window,”resize”,(function(){updateMoreMenu(t,c,r)})),e.onDestroy((function(){var e=c.parentNode;null==e||e.removeChild(c),l.destroy()}))}},SELECTOR_MORE_MENU=”#ybar-nav-more-menu”;initModule(“ybar-mod-navigation”,(function(e){var t,n={dropdownWrapperClass:Css[“dropdown-wrapper”],isFuji2:null!==document.querySelector(“.ybar-ytheme-fuji2”),isTablet:null!==document.querySelector(“.tablet”),longListClass:Css[“long-list”],moreMenuDropdown:document.querySelector(“”.concat(SELECTOR_MORE_MENU,” ul”)),moreMenuNavItem:document.querySelector(SELECTOR_MORE_MENU),moreMenuNavLinksSelector:””.concat(SELECTOR_MORE_MENU,” ul a”),moreMenuMainFocusItem:document.querySelector(“”.concat(SELECTOR_MORE_MENU,’ > span[tabindex=”0″]’)),navigationDropdownItemClass:Css[“navigation-dropdown-item”],navigationDropdownListClass:Css[“navigation-dropdown-list”],navItems:document.querySelectorAll(“li.”.concat(Css[“ybar-navigation-item”])),topLevelNavLinks:document.querySelectorAll(“li.”.concat(Css[“ybar-navigation-item”],” > a”)),navLinks:document.querySelectorAll(“.ybar-mod-navigation a”),navList:document.querySelector(“.ybar-mod-navigation ul”),shiftMoreMenuEnabled:document.querySelector(“.ybar-shift-more-menu”),ybarNav:document.getElementById(“ybar-navigation”),ybarNavigationItemClass:Css[“ybar-navigation-item”],dropdownOpenClass:Css[“dropdown-open”],navigationPlacement:function(){return t||(t=document.getElementById(“ybar-nav-placement”)),t}};init(e,n)}))})()}};
    Source

    作者: HK in UK