if (self.CavalryLogger) { CavalryLogger.start_js(["ZwYyk"]); } __d("BlueBar",["csx","CSS","DOMQuery","Style","ge"],(function(a,b,c,d,e,f,g){__p&&__p();var h=document,i={};function j(a){return b("DOMQuery").scry(h,a)[0]}function k(a,b){return i[a]?i[a]:i[a]=j(b)}function a(){h=b("ge")("blueBarDOMInspector")||document,i={}}var l={hasFixedBlueBar:function(){var a=this.getMaybeFixedRoot();return!a?!1:b("CSS").matchesSelector(a,"._5rmj")||b("Style").isFixed(a)},getBar:function(){return k("bar","div._1s4v")},getNavRoot:function(){return k("navRoot","div._cx4")||l.getBar()},getMaybeFixedRoot:function(){return k("maybeFixedRoot","div._26aw")},getLoggedOutRoot:function(){return k("maybeFixedRootLoggedOut","div._1pmx")},getNewLoggedOutRoot:function(){return k("maybeFixedRootLogin","div._53jh")}};a();e.exports=l}),null); __d("XLynxAsyncCallbackController",["XController"],(function(a,b,c,d,e,f){e.exports=b("XController").create("/si/linkclick/ajax_callback/",{lynx_uri:{type:"String"}})}),null); __d("FBLynxLogging",["AsyncRequest","AsyncResponse","BanzaiODS","XLynxAsyncCallbackController"],(function(a,b,c,d,e,f){"use strict";a={log:function(a){var c=b("XLynxAsyncCallbackController").getURIBuilder().getURI();new(b("AsyncRequest"))(c).setData({lynx_uri:a}).setErrorHandler(function(a){a=a.getError();b("BanzaiODS").bumpEntityKey("linkshim","click_log.post.fail."+a)}).setTransportErrorHandler(function(a){a=a.getError();b("BanzaiODS").bumpEntityKey("linkshim","click_log.post.transport_fail."+a)}).send()}};e.exports=a}),null); __d("isLinkshimURI",["isBonfireURI","isFacebookURI","isMessengerDotComURI"],(function(a,b,c,d,e,f){"use strict";function a(a){var c=a.getPath();return(c==="/l.php"||c.indexOf("/si/ajax/l/")===0||c.indexOf("/l/")===0||c.indexOf("l/")===0)&&(b("isFacebookURI")(a)||b("isMessengerDotComURI")(a)||b("isBonfireURI")(a))?!0:!1}e.exports=a}),null); __d("FBLynxBase",["FBLynxLogging","LinkshimHandlerConfig","URI","$","isLinkshimURI"],(function(a,b,c,d,e,f){"use strict";__p&&__p();function g(a){if(!b("isLinkshimURI")(a))return null;a=a.getQueryData().u;return!a?null:a}var h={logAsyncClick:function(a){h.swapLinkWithUnshimmedLink(a);a=a.getAttribute("data-lynx-uri");if(!a)return;b("FBLynxLogging").log(a)},originReferrerPolicyClick:function(a){var c=b("$")("meta_referrer");c.content=b("LinkshimHandlerConfig").switched_meta_referrer_policy;h.logAsyncClick(a);setTimeout(function(){c.content=b("LinkshimHandlerConfig").default_meta_referrer_policy},100)},swapLinkWithUnshimmedLink:function(a){var c=a.href,d=g(new(b("URI"))(c));if(!d)return;a.setAttribute("data-lynx-uri",c);a.href=d},revertSwapIfLynxURIPresent:function(a){var b=a.getAttribute("data-lynx-uri");if(!b)return;a.removeAttribute("data-lynx-uri");a.href=b}};e.exports=h}),null); __d("FBLynx",["Base64","Event","FBLynxBase","LinkshimHandlerConfig","Parent","URI"],(function(a,b,c,d,e,f){"use strict";__p&&__p();var g=b("URI").goURIOnWindow,h={alreadySetup:!1,setupDelegation:function(a){__p&&__p();a===void 0&&(a=!1);if(document.body==null){if(a)return;setTimeout(function(){h.setupDelegation(!0)},100);return}if(h.alreadySetup)return;h.alreadySetup=!0;var c=function(event){__p&&__p();var a=h.getMaybeLynxLink(event.target);if(!a)return;var c=a[0];a=a[1];var d=a,e=new(b("URI"))(a.href),f;if(b("LinkshimHandlerConfig").ghl_param_link_shim&&c!=="hover"&&(a.dataset&&a.dataset.attributes)){f=b("Base64").decodeObject(a.dataset.attributes);if(f&&f.open_link){var i;for(i in f)i!=="open_link"&&e.addQueryData(i,f[i]);i=a.cloneNode(!0);i.href=e.toString();d=i}}switch(c){case"async":case"asynclazy":b("FBLynxBase").logAsyncClick(d);break;case"origin":b("FBLynxBase").originReferrerPolicyClick(d);break;case"hover":h.hoverClick(d);break}b("LinkshimHandlerConfig").ghl_param_link_shim&&c!=="hover"&&f&&f.open_link&&(event.preventDefault(),g(e,window.open("",d.target),!0))};b("Event").listen(document.body,"click",c);b("LinkshimHandlerConfig").middle_click_requires_event&&b("Event").listen(document.body,"mouseup",function(event){event.button==1&&c(event)});b("Event").listen(document.body,"mouseover",function(event){var a=h.getMaybeLynxLink(event.target);if(!a)return;var b=a[0];a=a[1];switch(b){case"async":case"asynclazy":case"origin":case"hover":h.mouseover(a);break}});b("Event").listen(document.body,"contextmenu",function(event){var a=h.getMaybeLynxLink(event.target);if(!a)return;var b=a[0];a=a[1];switch(b){case"async":case"hover":case"origin":h.contextmenu(a);break;case"asynclazy":break}})},getMaybeLynxLink:function(a){a=b("Parent").byAttribute(a,"data-lynx-mode");if(a instanceof HTMLAnchorElement){var c=a.getAttribute("data-lynx-mode");switch(c){case"async":case"asynclazy":case"hover":case"origin":return[c,a];default:return null}}return null},hoverClick:function(a){b("FBLynxBase").revertSwapIfLynxURIPresent(a)},mouseover:function(a){b("FBLynxBase").swapLinkWithUnshimmedLink(a)},contextmenu:function(a){b("FBLynxBase").revertSwapIfLynxURIPresent(a)}};e.exports=h}),null); __d("LynxJSMode",[],(function(a,b,c,d,e,f){e.exports=Object.freeze({ASYNC:"async",ASYNCLAZY:"asynclazy",HOVER:"hover",ORIGIN:"origin"})}),null); __d("AbstractLinkLynxMode",["FBLynx","LinkshimHandlerConfig","LynxJSMode"],(function(a,b,c,d,e,f){"use strict";a={getMode:function(a){return a?[b("LinkshimHandlerConfig").www_safe_js_mode,null]:[b("LynxJSMode").HOVER,null]},setupDelegation:function(){b("FBLynx").setupDelegation()}};e.exports=a}),null); __d("LynxGeneration",["LinkshimHandlerConfig","URI"],(function(a,b,c,d,e,f){var g={getShimURI:function(){return new(b("URI"))("/l.php").setDomain(b("LinkshimHandlerConfig").linkshim_host)},getLynxURIProtocol:function(a){return b("LinkshimHandlerConfig").always_use_https?"https":a.getProtocol()==="http"?"http":"https"},getShimmedHref:function(a,b){var c=g.getLynxURIProtocol(a);return g.getShimURI().setQueryData({u:a.toString(),h:b}).setProtocol(c)}};e.exports=g}),null); __d("AbstractLink.react",["AbstractLinkLynxMode","LynxGeneration","React"],(function(a,b,c,d,e,f){"use strict";__p&&__p();var g;g=babelHelpers.inherits(a,b("React").Component);g&&g.prototype;a.prototype.componentDidMount=function(){b("AbstractLinkLynxMode").setupDelegation()};a.prototype.render=function(){__p&&__p();var a=this.props,c=a.href,d=a.linkRef,e=a.shimhash,f=a.nofollow,g=a.noopener,h=a.rel,i=a.isSafeToSkipShim;a=babelHelpers.objectWithoutProperties(a,["href","linkRef","shimhash","nofollow","noopener","rel","isSafeToSkipShim"]);var j=c;h=h;var k=null,l=null;if(e!==null){j=b("LynxGeneration").getShimmedHref(c,e||"");c=b("AbstractLinkLynxMode").getMode(i);l=c[0];k=c[1]}f&&(h=h?h+" nofollow":"nofollow");g&&(h=h?h+" noopener":"noopener");return b("React").createElement("a",babelHelpers["extends"]({},a,{href:j.toString(),rel:h,ref:d,"data-sigil":k,"data-lynx-mode":l}))};function a(){g.apply(this,arguments)}e.exports=a}),null); __d("isCdnURI",["CdnAkamaiDomainsConfig"],(function(a,b,c,d,e,f){"use strict";function a(a){if(a.getProtocol()!=="http"&&a.getProtocol()!=="https")return!1;var c=a.getPort();if(!!c&&c!==80&&c!==443)return!1;return a.isSubdomainOfDomain("fbcdn.net")?!0:b("CdnAkamaiDomainsConfig")[a.getDomain()]!=undefined}e.exports=a}),null); __d("isClickIDBlacklistSVDomainURI",["ClickIDDomainBlacklistSVConfig"],(function(a,b,c,d,e,f){"use strict";__p&&__p();var g=["http","https"];function a(a){return!g.includes(a.getProtocol())?!1:b("ClickIDDomainBlacklistSVConfig").domains.some(function(b){if(a.isSubdomainOfDomain(b))return!0;if(!b.includes(".")){var c=a.getDomain().split(".");return c.includes(b)}return!1})}e.exports=a}),null); __d("isFacebookSVDomainURI",["FBDomainsSVConfig"],(function(a,b,c,d,e,f){"use strict";var g=["http","https"];function a(a){if(g.indexOf(a.getProtocol())===-1)return!1;a=b("FBDomainsSVConfig").domains.get(a.getDomain());return a!=null}e.exports=a}),null); __d("isFbDotComURI",[],(function(a,b,c,d,e,f){var g=new RegExp("(^|\\.)fb\\.com?$","i"),h=["http","https"];function a(a){if(a.isEmpty()&&a.toString()!=="#")return!1;return!a.getDomain()&&!a.getProtocol()?!1:h.indexOf(a.getProtocol())!==-1&&g.test(a.getDomain())}e.exports=a}),null); __d("Link.react",["AbstractLink.react","LinkshimHandlerConfig","Random","React","URI","isBonfireURI","isCdnURI","isClickIDBlacklistSVDomainURI","isFacebookSVDomainURI","isFacebookURI","isFbDotComURI","isLinkshimURI","isMessengerDotComURI","killswitch"],(function(a,b,c,d,e,f){"use strict";__p&&__p();var g;function h(a){return b("isFacebookURI")(a)||b("isMessengerDotComURI")(a)||b("isBonfireURI")(a)}function i(a){return a.getDomain().endsWith(".onion")}var j=/^(#|\/\w)/;function k(a){if(j.test(a.toString()))return!1;var b=a.getProtocol();return(b==="http"||b==="https")&&!h(a)}var l=["http","https"];function m(a){return l.indexOf(a.getProtocol())!==-1}function n(a){var b=a.getProtocol(),c=a.getDomain();a=a.getPort();return b!==null&&b.length>0||c!==null&&c.length>0||a!==null}function o(a){__p&&__p();var c="#",d=null;a instanceof b("URI")?c=a.toString():typeof a==="string"&&a!==""&&a!=="#"?c=a:typeof a==="object"&&a!==null?(c=a.url.toString(),d=a.shimhash?a.shimhash.toString():d):(c="#",d=null);if(b("URI").isValidURI(c)){a=new(b("URI"))(c);if(!b("killswitch")("LINK_PARSES_SHIMHASH_FROM_LINKSHIM")&&b("isLinkshimURI")(a)){var e=a.getQueryData(),f=e.u;e=e.h;b("URI").isValidURI(f)&&(c=f,a=new(b("URI"))(c),d==null&&(d=e))}f=b("LinkshimHandlerConfig").click_ids;if(!b("killswitch")("LINKSHIM_ADD_CLICK_ID_PARAM")&&f!=null&&f.length>0&&!b("isFacebookURI")(a)&&!b("isFacebookSVDomainURI")(a)&&!b("isCdnURI")(a)&&!b("isFbDotComURI")(a)&&!b("isClickIDBlacklistSVDomainURI")(a)&&n(a)&&m(a)){c=Math.floor(b("Random").random()*f.length);a.addQueryData("fbclid",f[c])}}else a=new(b("URI"))("#");d==null&&k(a)&&(d=b("LinkshimHandlerConfig").link_react_default_hash);e=q(a);e!=null&&(a=e);return[a,d]}var p=new RegExp("^(l|lm|h)\\..*$","i");function q(a){if(b("killswitch")("LINK_UPGRADE_UNSHIMMED_JS"))return null;if(a.getProtocol()!=="http")return null;if(!h(a))return null;return p.test(a.getDomain())?null:a.setProtocol("https")}g=babelHelpers.inherits(a,b("React").Component);g&&g.prototype;a.prototype.render=function(){__p&&__p();var a=this.props;a.allowunsafehref;var c=a.s,d=a.href,e=a.linkRef,f=a.target;a=babelHelpers.objectWithoutProperties(a,["allowunsafehref","s","href","linkRef","target"]);d=o(d);var g=d[0];d=d[1];var h=d!=null;f=f||(d!==null?"_blank":null);c=!!c;b("LinkshimHandlerConfig").onion_always_shim&&i(g)&&(c=!1);var j=b("LinkshimHandlerConfig").use_rel_no_opener&&d!==null&&f==="_blank";return b("React").createElement(b("AbstractLink.react"),babelHelpers["extends"]({},a,{href:g,linkRef:e,nofollow:h,noopener:j,shimhash:d,target:f,isSafeToSkipShim:c}))};function a(){g.apply(this,arguments)}e.exports=a}),null); __d("XUIDialogButton.react",["cx","React","XUIButton.react","joinClasses"],(function(a,b,c,d,e,f,g){__p&&__p();var h;h=babelHelpers.inherits(a,b("React").Component);h&&h.prototype;a.prototype.render=function(){"use strict";var a=this.props.action,c=(a==="confirm"?"layerConfirm":"")+(a==="cancel"?" layerCancel":"")+(a==="button"?" layerButton":""),d=this.props.href;a==="cancel"?d="#":a==="button"&&((d==null||d==="")&&(d="#"));return b("React").createElement(b("XUIButton.react"),babelHelpers["extends"]({},this.props,{className:b("joinClasses")(this.props.className,c),href:d,role:"button"}))};function a(){"use strict";h.apply(this,arguments)}e.exports=a}),null); __d("JSLogger",["lowerFacebookDomain"],(function(a,b,c,d,e,f){__p&&__p();var g={MAX_HISTORY:500,counts:{},categories:{},seq:0,pageId:(Math.random()*2147483648|0).toString(36),forwarding:!1};function h(a){if(a=="/"||a.indexOf("/",1)<0)return!1;var b=/^\/(v\d+\.\d\d?|head)\//.test(a);return b?/^\/(dialog|plugins)\//.test(a.substring(a.indexOf("/",1))):/^\/(dialog|plugins)\//.test(a)}function i(b){b instanceof Error&&a.ErrorUtils&&(b=a.ErrorUtils.normalizeError(b));try{return JSON.stringify(b)}catch(a){return"{}"}}function j(a,event,b){g.counts[a]||(g.counts[a]={}),g.counts[a][event]||(g.counts[a][event]=0),b=b==null?1:Number(b),g.counts[a][event]+=isFinite(b)?b:0}g.logAction=function(event,a,b){__p&&__p();if(this.type=="bump")j(this.cat,event,a);else if(this.type=="rate")a&&j(this.cat,event+"_n",b),j(this.cat,event+"_d",b);else{b={cat:this.cat,type:this.type,event:event,data:a!=null?i(a):null,date:Date.now(),seq:g.seq++};g.head=g.head?g.head.next=b:g.tail=b;while(g.head.seq-g.tail.seq>g.MAX_HISTORY)g.tail=g.tail.next;return b}};function c(c){__p&&__p();if(!g.categories[c]){g.categories[c]={};var d=function(d){__p&&__p();var e={cat:c,type:d};g.categories[c][d]=function(){__p&&__p();g.forwarding=!1;var c=null;if(b("lowerFacebookDomain").isValidDocumentDomain())return;c=g.logAction;if(h(location.pathname))g.forwarding=!1;else try{c=a.top.require("JSLogger")._.logAction,g.forwarding=c!==g.logAction}catch(a){}c&&c.apply(e,arguments)}};d("debug");d("log");d("warn");d("error");d("bump");d("rate")}return g.categories[c]}function d(a,b){var c=[];for(var b=b||g.tail;b;b=b.next)if(!a||a(b)){var d={type:b.type,cat:b.cat,date:b.date,event:b.event,seq:b.seq};b.data&&(d.data=JSON.parse(b.data));c.push(d)}return c}e.exports={_:g,DUMP_EVENT:"jslogger/dump",create:c,getEntries:d}}),null); __d("BasicVector",[],(function(a,b,c,d,e,f){__p&&__p();function g(a,b){"use strict";this.x=a,this.y=b}g.prototype.derive=function(a,b){"use strict";return new g(a,b)};g.prototype.toString=function(){"use strict";return"("+this.x+", "+this.y+")"};g.prototype.add=function(a,b){"use strict";b===undefined&&(b=a.y,a=a.x);a=parseFloat(a);b=parseFloat(b);return this.derive(this.x+a,this.y+b)};g.prototype.mul=function(a,b){"use strict";b===undefined&&(b=a);return this.derive(this.x*a,this.y*b)};g.prototype.div=function(a,b){"use strict";b===undefined&&(b=a);return this.derive(this.x*1/a,this.y*1/b)};g.prototype.sub=function(a,b){"use strict";if(arguments.length===1)return this.add(a.mul(-1));else return this.add(-a,-b)};g.prototype.distanceTo=function(a){"use strict";return this.sub(a).magnitude()};g.prototype.magnitude=function(){"use strict";return Math.sqrt(this.x*this.x+this.y*this.y)};g.prototype.rotate=function(a){"use strict";return this.derive(this.x*Math.cos(a)-this.y*Math.sin(a),this.x*Math.sin(a)+this.y*Math.cos(a))};e.exports=g}),null); __d("getUnboundedScrollPosition",["Scroll"],(function(a,b,c,d,e,f){"use strict";function a(a){return a===window?{x:window.pageXOffset||b("Scroll").getLeft(document.documentElement),y:window.pageYOffset||b("Scroll").getTop(document.documentElement)}:{x:b("Scroll").getLeft(a),y:b("Scroll").getTop(a)}}e.exports=a}),null); __d("DOMVector",["BasicVector","getDocumentScrollElement","getElementPosition","getUnboundedScrollPosition","getViewportDimensions"],(function(a,b,c,d,e,f){__p&&__p();var g;a=babelHelpers.inherits(h,b("BasicVector"));g=a&&a.prototype;function h(a,b,c){"use strict";g.constructor.call(this,a,b),this.domain=c||"pure"}h.prototype.derive=function(a,b,c){"use strict";return new h(a,b,c||this.domain)};h.prototype.add=function(a,b){"use strict";a instanceof h&&a.getDomain()!=="pure"&&(a=a.convertTo(this.domain));return g.add.call(this,a,b)};h.prototype.convertTo=function(a){"use strict";__p&&__p();if(a!="pure"&&a!="viewport"&&a!="document"){!1;return this.derive(0,0)}if(a==this.domain)return this.derive(this.x,this.y,this.domain);if(a=="pure")return this.derive(this.x,this.y);if(this.domain=="pure"){!1;return this.derive(0,0)}var b=h.getScrollPosition("document"),c=this.x,d=this.y;this.domain=="document"?(c-=b.x,d-=b.y):(c+=b.x,d+=b.y);return this.derive(c,d,a)};h.prototype.getDomain=function(){"use strict";return this.domain};h.from=function(a,b,c){"use strict";return new h(a,b,c)};h.getScrollPosition=function(a){"use strict";a=a||"document";var c=b("getUnboundedScrollPosition")(window);return this.from(c.x,c.y,"document").convertTo(a)};h.getElementPosition=function(a,c){"use strict";c=c||"document";a=b("getElementPosition")(a);return this.from(a.x,a.y,"viewport").convertTo(c)};h.getElementDimensions=function(a){"use strict";return this.from(a.offsetWidth||0,a.offsetHeight||0)};h.getViewportDimensions=function(){"use strict";var a=b("getViewportDimensions")();return this.from(a.width,a.height,"viewport")};h.getViewportWithoutScrollbarDimensions=function(){"use strict";var a=b("getViewportDimensions").withoutScrollbars();return this.from(a.width,a.height,"viewport")};h.getDocumentDimensions=function(a){"use strict";a=b("getDocumentScrollElement")(a);return this.from(a.scrollWidth,a.scrollHeight,"document")};e.exports=h}),null); __d("Vector",["DOMVector","Event","Scroll"],(function(a,b,c,d,e,f){__p&&__p();var g;a=babelHelpers.inherits(h,b("DOMVector"));g=a&&a.prototype;function h(a,b,c){"use strict";g.constructor.call(this,parseFloat(a),parseFloat(b),c)}h.prototype.derive=function(a,b,c){"use strict";return new h(a,b,c||this.domain)};h.prototype.setElementPosition=function(a){"use strict";var b=this.convertTo("document");a.style.left=parseInt(b.x,10)+"px";a.style.top=parseInt(b.y,10)+"px";return this};h.prototype.setElementDimensions=function(a){"use strict";return this.setElementWidth(a).setElementHeight(a)};h.prototype.setElementWidth=function(a){"use strict";a.style.width=parseInt(this.x,10)+"px";return this};h.prototype.setElementHeight=function(a){"use strict";a.style.height=parseInt(this.y,10)+"px";return this};h.prototype.scrollElementBy=function(a){"use strict";a==document.body?window.scrollBy(this.x,this.y):(b("Scroll").setLeft(a,b("Scroll").getLeft(a)+this.x),b("Scroll").setTop(a,b("Scroll").getTop(a)+this.y));return this};h.from=function(a,b,c){"use strict";return new h(a,b,c)};h.getEventPosition=function(a,c){"use strict";c=c||"document";a=b("Event").getPosition(a);a=this.from(a.x,a.y,"document");return a.convertTo(c)};h.getTouchEventPosition=function(a,b){b===void 0&&(b="document");a=a.touches[0];a=this.from(a.pageX,a.pageY,"document");return a.convertTo(b)};h.deserialize=function(a){"use strict";a=a.split(",");return this.from(a[0],a[1])};e.exports=h}),null); __d("ViewportBounds",["Arbiter","ArbiterMixin","BlueBar","PageEvents","Vector","emptyFunction","removeFromArray"],(function(a,b,c,d,e,f){__p&&__p();var g={top:[],right:[],bottom:[],left:[]};function a(a){return function(){return g[a].reduce(function(a,b){return Math.max(a,b.getSize())},0)}}function c(a,b){return function(c){return new h(a,c,b)}}function h(a,c,d){d===void 0&&(d=!1),this.getSide=b("emptyFunction").thatReturns(a),this.getSize=function(){return typeof c==="function"?c():c},this.isPersistent=b("emptyFunction").thatReturns(d),g[a].push(this),i.inform("change")}h.prototype.remove=function(){"use strict";b("removeFromArray")(g[this.getSide()],this),i.inform("change")};b("Arbiter").subscribe(b("PageEvents").AJAXPIPE_ONUNLOAD,function(){["top","right","bottom","left"].forEach(function(a){a=g[a];for(var b=a.length-1;b>=0;b--){var c=a[b];c.isPersistent()||c.remove()}})});var i=babelHelpers["extends"]({},b("ArbiterMixin"),{getTop:a("top"),getRight:a("right"),getBottom:a("bottom"),getLeft:a("left"),getElementPosition:function(a){a=b("Vector").getElementPosition(a);a.y-=i.getTop();return a},addTop:c("top"),addRight:c("right"),addBottom:c("bottom"),addLeft:c("left"),addPersistentTop:c("top",!0),addPersistentRight:c("right",!0),addPersistentBottom:c("bottom",!0),addPersistentLeft:c("left",!0)});i.addPersistentTop(function(){if(b("BlueBar").hasFixedBlueBar()){var a=b("BlueBar").getMaybeFixedRoot();return a?a.offsetHeight:0}return 0});e.exports=i}),null); __d("debounceAcrossTransitions",["debounce"],(function(a,b,c,d,e,f){function a(a,c,d){return b("debounce")(a,c,d,!0)}e.exports=a}),null); __d("TabIsolation",["Event","Focus","Keys","TabbableElements","containsNode"],(function(a,b,c,d,e,f){__p&&__p();var g=[],h=0;function a(a){"use strict";this.$3=a,this.$1=null,this.$2=h++}a.prototype.enable=function(){"use strict";g.unshift(this.$2),this.$1=b("Event").listen(window,"keydown",function(a){g[0]===this.$2&&this.$4(a)}.bind(this),b("Event").Priority.URGENT)};a.prototype.disable=function(){"use strict";if(this.$1){var a=g.indexOf(this.$2);a>-1&&g.splice(a,1);this.$1.remove();this.$1=null}};a.prototype.$4=function(a){"use strict";__p&&__p();if(b("Event").getKeyCode(a)!==b("Keys").TAB)return;var c=a.getTarget();if(!c)return;var d=b("TabbableElements").find(this.$3),e=d[0];d=d[d.length-1];var f=a.getModifiers();f=f.shift;f&&c===e?(a.preventDefault(),b("Focus").set(d)):(!f&&c===d||!b("containsNode")(this.$3,c))&&(a.preventDefault(),b("Focus").set(e))};e.exports=a}),null); __d("LayerTogglerContext",["Toggler"],(function(a,b,c,d,e,f){__p&&__p();function a(a){"use strict";this._layer=a}a.prototype.enable=function(){"use strict";this._root=this._layer.getRoot(),b("Toggler").createInstance(this._root).setSticky(!1)};a.prototype.disable=function(){"use strict";b("Toggler").destroyInstance(this._root),this._root=null};e.exports=a}),null); __d("DialogPosition",["Vector"],(function(a,b,c,d,e,f){__p&&__p();var g=40,h;a={calculateTopMargin:function(a,c,d,e){__p&&__p();d===void 0&&(d=null);e===void 0&&(e=!1);var f=b("Vector").getViewportDimensions(),i=!1;e&&d&&(i=d+c>f.y);if(d!=null&&!i)return d;if(h)return h;e=Math.floor((f.x+a)*(f.y-c)/(4*f.x));return Math.max(e,g)},setFixedTopMargin:function(a){h=a}};e.exports=a}),null); __d("DialogX",["cx","fbt","Arbiter","CSS","DialogPosition","DOMQuery","Event","JSXDOM","Layer","LayerAutoFocus","LayerButtons","LayerFormHooks","LayerRefocusOnHide","LayerTabIsolation","LayerTogglerContext","ModalLayer","Style","Vector","debounce","getOrCreateDOMID","goURI","shield"],(function(a,b,c,d,e,f,g,h){__p&&__p();var i,j;i=babelHelpers.inherits(a,b("Layer"));j=i&&i.prototype;a.prototype._configure=function(a,c){"use strict";__p&&__p();j._configure.call(this,a,c);b("CSS").addClass(this.getRoot(),"_4-hy");if(a.autohide)var d=this.subscribe("show",function(){d.unsubscribe(),setTimeout(b("shield")(this.hide,this),a.autohide)}.bind(this));if(a.redirectURI)var e=this.subscribe("hide",function(){e.unsubscribe(),b("goURI")(a.redirectURI)});this._fixedTopPosition=a.fixedTopPosition;this._ignoreFixedTopInShortViewport=a.ignoreFixedTopInShortViewport};a.prototype._getDefaultBehaviors=function(){"use strict";return j._getDefaultBehaviors.call(this).concat([k,b("ModalLayer"),b("LayerAutoFocus"),b("LayerButtons"),b("LayerFormHooks"),b("LayerTabIsolation"),b("LayerTogglerContext"),b("LayerRefocusOnHide")])};a.prototype._buildWrapper=function(a,c){"use strict";__p&&__p();var d=a.xui?"_4t2a":"_t",e=a.xui?"_59s7":"_1yv";this._innerContent=b("JSXDOM").div(null,c);c={className:e,role:"dialog"};if(a.labelledBy)c["aria-labelledby"]=a.labelledBy;else if(a.label)c["aria-label"]=a.label;else if(a.titleID)c["aria-labelledby"]=a.titleID;else if(a.titleClass){e=b("DOMQuery").scry(this._innerContent,a.titleClass);if(e.length){e=b("getOrCreateDOMID")(e[0]);c["aria-labelledby"]=e}else c["aria-label"]=this._getDefaultLabel()}else c["aria-label"]=this._getDefaultLabel();e={className:d};a["data-testid"]&&(e["data-testid"]=a["data-testid"]);this._wrapper=b("JSXDOM").div(c,b("JSXDOM").div(e,this._innerContent));a.width!=null&&this.setWidth(a.width);return b("JSXDOM").div({className:"_10"},this._wrapper)};a.prototype._getDefaultLabel=function(){"use strict";return h._("Dialogue content")};a.prototype.getContentRoot=function(){"use strict";return this._wrapper};a.prototype.getInnerContent=function(){"use strict";return this._innerContent};a.prototype.updatePosition=function(){"use strict";var a=b("Vector").getElementDimensions(this._wrapper);a=b("DialogPosition").calculateTopMargin(a.x,a.y,this._fixedTopPosition,this._ignoreFixedTopInShortViewport);b("Style").set(this._wrapper,"margin-top",a+"px");this.inform("update_position",{type:"DialogX",top:a})};a.prototype.setWidth=function(a){"use strict";a=Math.floor(a);if(a===this._width)return;this._width=a;b("Style").set(this._wrapper,"width",a+"px")};a.prototype.getWidth=function(){"use strict";return this._width};a.prototype.getFixedTopPosition=function(){"use strict";return this._fixedTopPosition};a.prototype.shouldIgnoreFixedTopInShortViewport=function(){"use strict";return this._ignoreFixedTopInShortViewport};function a(){"use strict";i.apply(this,arguments)}function k(a){"use strict";this._layer=a}k.prototype.enable=function(){"use strict";this._subscription=this._layer.subscribe(["show","hide"],function(a){a==="show"?(this._attach(),b("Arbiter").inform("layer_shown",{type:"DialogX"})):(this._detach(),b("Arbiter").inform("layer_hidden",{type:"DialogX"}))}.bind(this))};k.prototype.disable=function(){"use strict";this._subscription.unsubscribe(),this._subscription=null,this._resize&&this._detach()};k.prototype._attach=function(){"use strict";this._layer.updatePosition(),this._resize=b("Event").listen(window,"resize",b("debounce")(this._layer.updatePosition.bind(this._layer)))};k.prototype._detach=function(){"use strict";this._resize.remove(),this._resize=null};Object.assign(k.prototype,{_subscription:null,_resize:null});e.exports=a}),null); __d("getVendorPrefixedName",["invariant","ExecutionEnvironment","UserAgent","camelize"],(function(a,b,c,d,e,f,g){__p&&__p();var h={},i=["Webkit","ms","Moz","O"],j=new RegExp("^("+i.join("|")+")"),k=b("ExecutionEnvironment").canUseDOM?document.createElement("div").style:{};function l(a){for(var b=0;b= 315.14.2")?"WebkitLineClamp":null;default:return null}}function a(a){var c=b("camelize")(a);if(h[c]===undefined){var d=c.charAt(0).toUpperCase()+c.slice(1);j.test(d)&&g(0,957,a);b("ExecutionEnvironment").canUseDOM?h[c]=c in k?c:l(d):h[c]=m(c)}return h[c]}e.exports=a}),null); __d("LayoutColumn.react",["cx","React","joinClasses"],(function(a,b,c,d,e,f,g){function a(a,c){var d=a.className,e=a.children;a=babelHelpers.objectWithoutProperties(a,["className","children"]);return b("React").createElement("div",babelHelpers["extends"]({ref:c},a,{className:b("joinClasses")(d,"_4bl7")}),e)}e.exports=b("React").forwardRef(a)}),null); __d("LayoutFillColumn.react",["cx","React","joinClasses"],(function(a,b,c,d,e,f,g){function a(a,c){var d=a.className,e=a.children;a=babelHelpers.objectWithoutProperties(a,["className","children"]);return b("React").createElement("div",babelHelpers["extends"]({ref:c},a,{className:b("joinClasses")(d,"_4bl9")}),e)}e.exports=b("React").forwardRef(a)}),null); __d("Layout.react",["cx","LayoutColumn.react","LayoutFillColumn.react","React","joinClasses"],(function(a,b,c,d,e,f,g){__p&&__p();var h;h=babelHelpers.inherits(i,b("React").Component);h&&h.prototype;i.prototype.render=function(){"use strict";var a=!1,c=!1,d=this.props,e=d.children,f=d.className;d=babelHelpers.objectWithoutProperties(d,["children","className"]);b("React").Children.forEach(e,function(b){if(!b)return;b.type===i.FillColumn?c=!0:c&&(a=!0)});return b("React").createElement("div",babelHelpers["extends"]({},d,{className:b("joinClasses")(f,a?"_5aj7":"clearfix _ikh")}),e)};function i(){"use strict";h.apply(this,arguments)}i.Column=b("LayoutColumn.react");i.FillColumn=b("LayoutFillColumn.react");e.exports=i}),null); __d("List.react",["cx","React","joinClasses"],(function(a,b,c,d,e,f,g){__p&&__p();var h;c=b("React").PropTypes;h=babelHelpers.inherits(a,b("React").Component);h&&h.prototype;a.prototype.render=function(){"use strict";__p&&__p();var a=this.props,c=a.className,d=a.border,e=a.direction,f=a.spacing,g=a.valign,h=a.edgepadding;a=babelHelpers.objectWithoutProperties(a,["className","border","direction","spacing","valign","edgepadding"]);e==="vertical"&&(g=null);e=(e==="vertical"?"_4kg":"")+(e==="horizontal"?" _4ki":"")+(g==="top"?" _509-":"")+(g==="middle"?" _509_":"")+(g==="bottom"?" _50a0":"");var i;(f!=="none"||d!=="none")&&(i=(d==="none"?"_6-i":"")+(d==="light"?" _4ks":"")+(d==="medium"?" _4kt":"")+(d==="dark"?" _4ku":""));var j;f!=="none"&&(j=(h?"":"_6-h")+(f==="small"?" _704":"")+(f==="medium"?" _6-j":"")+(f==="large"?" _703":""));c=b("joinClasses")(c,"uiList",e,i,j);return b("React").createElement("ul",babelHelpers["extends"]({className:c},a))};function a(){"use strict";h.apply(this,arguments)}a.propTypes={border:c.oneOf(["none","light","medium","dark"]),spacing:c.oneOf(["none","small","medium","large"]),direction:c.oneOf(["vertical","horizontal"]),valign:c.oneOf(["baseline","top","middle","bottom"]),edgepadding:c.bool};a.defaultProps={border:"medium",spacing:"medium",direction:"vertical",valign:"top",edgepadding:!1};e.exports=a}),null); __d("BrowserSupportCore",["getVendorPrefixedName"],(function(a,b,c,d,e,f){a={hasCSSAnimations:function(){return!!b("getVendorPrefixedName")("animationName")},hasCSSTransforms:function(){return!!b("getVendorPrefixedName")("transform")},hasCSS3DTransforms:function(){return!!b("getVendorPrefixedName")("perspective")},hasCSSTransitions:function(){return!!b("getVendorPrefixedName")("transition")}};e.exports=a}),null); __d("MessagingSourceEnum",[],(function(a,b,c,d,e,f){e.exports=Object.freeze({CHAT_ORCA:"source:chat:orca",CHAT_LIGHT_SPEED:"source:chat:light_speed",CHAT_IPHONE:"source:chat:iphone",CHAT_JABBER:"source:chat:jabber",CHAT_MEEBO:"source:chat:meebo",CHAT_WEB:"source:chat:web",CHAT_TEST:"source:chat:test",CHAT_FORWARD_DIALOG:"source:chat:forward",CHAT:"source:chat",CONTACT_ADD_MUTATION:"source:contact_add:graphql_mutation",CONTACT_ADD_CYMK:"source:contact_add:cymk_suggestion",CUSTOMER_CHAT_PLUGIN:"source:discovery:customer_chat_plugin",EMAIL:"source:email",EVENT_MESSAGE_BLAST:"source:event_message_blast",EVENT_TICKETING:"source:event_ticket",EVENT_REMINDERS:"source:event_reminders",FUNDRAISER_MESSAGE_BLAST:"source:fundraiser_message_blast",GENERIC_ADMIN_TEXT:"source:generic_admin_text",GIGABOXX_API:"source:gigaboxx:api",GIGABOXX_BLAST:"source:gigaboxx:blast",GIGABOXX_EMAIL_REPLY:"source:gigaboxx:emailreply",GIGABOXX_MOBILE:"source:gigaboxx:mobile",GIGABOXX_WAP:"source:gigaboxx:wap",GIGABOXX_WEB:"source:gigaboxx:web",INVITE:"source:invite",LEIA:"source:leia",MESSENGER_WEB:"source:messenger:web",MESSENGER_WEB_SEARCH:"source:messenger:web_search",SAM_UFI:"source:sam:ufi",SHARE_DIALOG:"source:share:dialog",SEND_PLUGIN:"source:sendplugin",SMS:"source:sms",TEST:"source:test",TITAN_WAP:"source:titan:wap",TITAN_M_BASIC:"source:titan:m_basic",TITAN_M_FREE:"source:titan:m_free_basic",TITAN_M_JAPAN:"source:titan:m_japan",TITAN_M_MINI:"source:titan:m_mini",TITAN_M_TOUCH:"source:titan:m_touch",TITAN_M_APP:"source:titan:m_app",TITAN_M_TABLET:"source:titan:m_tablet",TITAN_M_ZERO:"source:titan:m_zero",TITAN_M_TALK:"source:titan:m_talk",TITAN_WEB:"source:titan:web",TITAN_FACEWEB_ANDROID:"source:titan:faceweb_android",TITAN_FACEWEB_BUFFY:"source:titan:faceweb_buffy",TITAN_FACEWEB_IPAD:"source:titan:faceweb_ipad",TITAN_FACEWEB_IPHONE:"source:titan:faceweb_iphone",TITAN_FACEWEB_UNKNOWN:"source:titan:faceweb_unknown",TITAN_API:"source:titan:api",TITAN_API_MOBILE:"source:titan:api_mobile",TITAN_ORCA:"source:titan:orca",TITAN_EMAIL_REPLY:"source:titan:emailreply",MOBILE:"source:mobile",PAGE_PLATFORM_API:"source:page_platform_api",PAGE_UNIFIED_INBOX:"source:page_unified_inbox",UNKNOWN:"source:unknown",WEB:"source:web",HELPCENTER:"source:helpcenter",NEW_SHARE_DIALOG:"source:share:dialog:new",PAID_PROMOTION:"source:paid_promotion",BUFFY_SMS:"source:buffy:sms",WEBRTC_MOBILE:"source:webrtc:mobile",MESSENGER_COMMERCE:"source:messenger:commerce",MESSENGER_BOT:"source:bot",MESSENGER_EMPLOYEE_ONLY_BOT:"source:bot:employee_only",MESSENGER_OMNIM:"source:messenger:omnim",PAGES_PRIVATE_REPLY:"source:pages:private_reply",MESSENGER_FORWARD_DIALOG:"source:messenger:forward",MESSENGER_AD:"source:messenger:ad",MARKETPLACE:"source:marketplace",MARKETPLACE_BOT:"source:marketplace:bot",MESSENGER_LEAD_GEN:"source:messenger:lead_gen",PAGES_MESSAGE_SHORTLINK:"source:pages:message_shortlink",STICKER_SUBSCRIBE:"source:messenger:sticker_subscribe",PHOTO_TAG:"source:messenger:photo_tag",INTERNAL_TEST_INBOX:"source:internal:test_inbox",INTERNAL_TEST_PENDING:"source:internal:test_pending",INTERNAL_TEST_OTHER:"source:internal:test_other",INTERNAL_TEST_ML_ONLY:"source:internal:test_ml_only",JOB_SEARCH_APPLICATION:"source:job_search:application",MESSENGER_JOINABLE_LINK:"source:messenger:joinable_link",MESSENGER_ADD_WITH_APPROVAL:"source:messenger:add_with_approval",MESSENGER_SMS_BRIDGE_CONVERT:"source:messenger:sms_bridge_conversion",TINCAN_ORCA:"source:tincan:orca",TINCAN_IOS:"source:tincan:ios",TINCAN_UNKNOWN:"source:tincan:unknown",FACEBOOK_GROUPS_CHANNELS:"source:groups:channels",GROUP_COMMERCE:"source:group_commerce",INTERNAL_TOOL:"source:internal:tool",PAGES_PLATFORM:"source:pages:platform",PAGES_RECOMMENDATION:"source:pages:recommendation",PAGES_ORDER_MANAGEMENT:"source:pages:order_management",PAGE_AUTO_RESPONSE:"source:pages:auto_response",PAGES_INVITE:"source:pages:invite",PAGES_CHAT_EXTENSION:"source:pages:chat_extension",PAGES_COMPOSER:"source:pages:composer",PTX:"source:ptx",SAVED_CHAT_EXTENSION:"source:saved:chat_extension",CREATOR_PAGE_INITIATE_TO_CREATOR_PAGE:"source:pages:creator_page_initiate_to_creator_page",LIVE_VIDEO_CHAT:"source:live_video_chat",GEMSTONE:"source:gemstone",WATCH_PARTY:"source:watch_party",WORK_ACTIVATION_CARD_GENERAL_GROUP_CHAT:"source:work:activation_card_general_group_chat",SCHOOL_COMMUNITY:"source:school_community",BELL_RESEARCH:"source:bell_research",PROFILE_MEET_NEW_FRIENDS:"source:profile_meet_new_friends",PROFILE_MEET_NEW_FRIENDS_REPLY:"source:profile_meet_new_friends_reply",FRIENDING_ADMIN_BUMP:"source:messenger_growth:friending_admin_bump",NEW_MESSENGER_USER_ADMIN_BUMP:"source:messenger_growth:new_messenger_user_admin_bump",EVENT_UPCOMING_BUMP:"source:messenger_growth:event_upcoming_bump",PHOTO_TAG_BUMP:"source:messenger_growth:photo_tag_bump",WALL_POST_BUMP:"source:messenger_growth:wall_post_bump",FRIENDVERSARY_BUMP:"source:messenger_growth:friendversary_bump",CUSTOMIZATION_UPSELL_BUMP:"source:messenger_growth:customization_upsell_bump",MESSENGER_BROADCASTFLOW:"source:messenger:broadcastflow",PAGE_COMMENT_MSG:"source:pages:question_triggered_convo",COMMENT_PIVOT:"source:messenger_growth:comment_pivot",PAGE_HOVERCARD:"source:pages:hovercard",INSTANT_GAMES_GAME_UPDATE:"source:instant_games_game_updates",INSTANT_GAMES_MATCH_MAKING:"source:instant_games_match_making",PAGE_EMAIL_REPLY:"source:pages:email_reply",PAGE_HOME_PAGE_PANEL:"source:page_home_page_panel",GROUPSYNC_MESSENGER_GROUP_CREATE:"source:groupsync:messenger_group_create",GROUPSYNC_SYNC_FROM_FB:"source:groupsync:sync_from_fb",GROUPSYNC_NAMING:"source:groupsync:naming",GROUPSYNC_THREAD_INFO_SYNC_FROM_FB:"source:groupsync:thread_info_sync",WORK_GROUP_SYNCED_CHAT_CREATION:"source:work:groupchat:creation",WORK_GROUP_SYNCED_CHAT_MEMBER_SYNC:"source:work:groupchat:member_sync",WORK_GROUP_SYNCED_CHAT_NAME_SYNC:"source:work:groupchat:name_sync",PAGE_PQI_MESSAGE:"source:pages:pqi_message",PAGE_PLUGIN_MESSAGE:"source:pages:page_plugin_message",WORKPLACE_CHAT_DESKTOP:"source:workchat:desktop",CREATOR_STUDIO:"source:creator_studio",FB_GROUP_ADMINSHIP_SYNC:"source:fbgroup:adminship_sync",FB_GROUP_CHAT_MUTE_MEMBER:"source:fbgroup:mute_member",MESSENGER_ADS_PARTIAL_AUTOMATED_REMINDER:"source:ads_partial_automated:reminder",MENTORSHIP:"source:mentorship",VOD_CONVERSATION:"source:vod_conversation",LOCAL_SEARCH_SERVICES:"source:local_search_services"})}),null); __d("JSResourceReference",["Promise","Bootloader","ifRequired"],(function(a,b,c,d,e,f){__p&&__p();var g=function(a){return a};function a(a){"use strict";this.$1=a}a.prototype.getModuleId=function(){"use strict";return this.$1};a.prototype.load=function(){"use strict";return new(b("Promise"))(function(a){b("Bootloader").loadModules.call(b("Bootloader"),[this.$1],a,this.$2||"JSResource: unknown caller")}.bind(this))};a.prototype.preload=function(){"use strict";b("Bootloader").preloadModules.call(b("Bootloader"),[this.$1])};a.prototype.equals=function(a){"use strict";return this===a||this.$1==a.$1};a.prototype.getModuleIfRequired=function(){"use strict";return b("ifRequired").call(null,this.$1,g)};a.prototype.__setRef=function(a){"use strict";this.$2=a;return this};a.loadAll=function(a,c){"use strict";__p&&__p();var d={},e=!1;for(var f=a,g=Array.isArray(f),h=0,f=g?f:f[typeof Symbol==="function"?Symbol.iterator:"@@iterator"]();;){var i;if(g){if(h>=f.length)break;i=f[h++]}else{h=f.next();if(h.done)break;i=h.value}i=i;i=i.$2;i&&(e=!0,d[i]=!0)}b("Bootloader").loadModules.call(b("Bootloader"),a.map(function(a){return a.getModuleId()}),c,e?Object.keys(d).join(":"):"JSResource: unknown caller")};e.exports=a}),null); __d("JSResource",["JSResourceReference"],(function(a,b,c,d,e,f){a=function(a){return new(b("JSResourceReference"))(a)};a.Reference=b("JSResourceReference");a.loadAll=b("JSResourceReference").loadAll;e.exports=a}),null); __d("BrowserSupport",["BrowserSupportCore","ExecutionEnvironment","UserAgent_DEPRECATED","getVendorPrefixedName","memoize"],(function(a,b,c,d,e,f){__p&&__p();var g=null;function h(){if(b("ExecutionEnvironment").canUseDOM){g||(g=document.createElement("div"));return g}return null}c=function(a){return b("memoize")(function(){var b=h();return!b?!1:a(b)})};d={hasCSSAnimations:b("BrowserSupportCore").hasCSSAnimations,hasCSSTransforms:b("BrowserSupportCore").hasCSSTransforms,hasCSS3DTransforms:b("BrowserSupportCore").hasCSS3DTransforms,hasCSSTransitions:b("BrowserSupportCore").hasCSSTransitions,hasPositionSticky:c(function(a){a.style.cssText="position:-moz-sticky;position:-webkit-sticky;position:-o-sticky;position:-ms-sticky;position:sticky;";return/sticky/.test(a.style.position)}),hasScrollSnapPoints:c(function(a){return"scrollSnapType"in a.style||"webkitScrollSnapType"in a.style||"msScrollSnapType"in a.style}),hasScrollBehavior:c(function(a){return"scrollBehavior"in a.style}),hasPointerEvents:c(function(a){if(!("pointerEvents"in a.style))return!1;a.style.cssText="pointer-events:auto";return a.style.pointerEvents==="auto"}),hasFileAPI:b("memoize")(function(){return!(b("UserAgent_DEPRECATED").webkit()&&!b("UserAgent_DEPRECATED").chrome()&&b("UserAgent_DEPRECATED").windows())&&"FileList"in window&&"FormData"in window}),hasBlobFactory:b("memoize")(function(){return!!a.blob}),hasSVGForeignObject:b("memoize")(function(){return b("ExecutionEnvironment").canUseDOM&&document.createElementNS&&document.createElementNS("http://www.w3.org/2000/svg","foreignObject").toString().includes("SVGForeignObject")}),hasMutationObserver:b("memoize")(function(){return!!window.MutationObserver}),getTransitionEndEvent:b("memoize")(function(){var a={transition:"transitionend",WebkitTransition:"webkitTransitionEnd",MozTransition:"mozTransitionEnd",OTransition:"oTransitionEnd"},c=b("getVendorPrefixedName")("transition");return a[c]||null}),hasCanvasRenderingContext2D:function(){return!!window.CanvasRenderingContext2D}};e.exports=d}),null); __d("BinarySearch",["invariant","keyMirror"],(function(a,b,c,d,e,f,g){"use strict";__p&&__p();a=b("keyMirror")({LEAST_UPPER_BOUND:null,GREATEST_LOWER_BOUND:null,LEAST_STRICT_UPPER_BOUND:null,GREATEST_STRICT_LOWER_BOUND:null});var h=function(a,b){typeof a==="number"&&typeof b==="number"||g(0,3928);return a-b},i={LEAST_UPPER_BOUND:a.LEAST_UPPER_BOUND,GREATEST_LOWER_BOUND:a.GREATEST_LOWER_BOUND,LEAST_STRICT_UPPER_BOUND:a.LEAST_STRICT_UPPER_BOUND,GREATEST_STRICT_LOWER_BOUND:a.GREATEST_STRICT_LOWER_BOUND,find:function(a,b,c,d,e){e===void 0&&(e=h);var f=i.LEAST_UPPER_BOUND;f=i.findBound(a,b,c,d,e,f);if(c<=f&&f=0?d=f:c=f}return c=0?c:d},greatestLowerBound:function(a,b,c,d,e){return i.leastStrictUpperBound(a,b,c,d,e)-1},leastStrictUpperBound:function(a,b,c,d,e){c=c;d=d;while(c+10?d=f:c=f}return c0?c:d},greatestStrictLowerBound:function(a,b,c,d,e){return i.leastUpperBound(a,b,c,d,e)-1},findInArray:function(a,b,c){return i.find(function(b){return a[b]},b,0,a.length,c)},findIndexInArray:function(a,b,c){return i.findIndex(function(b){return a[b]},b,0,a.length,c)},findBoundInArray:function(a,b,c,d){return i.findBound(function(b){return a[b]},b,0,a.length,c,d)}};e.exports=i}),null);