Files
recipe-importer/sobors-examples/sobors_3_files/1VCU7cYMs-Q.js.download
T
2026-02-24 18:00:10 +01:00

77 lines
96 KiB
Plaintext

;/*FB_PKG_DELIM*/
__d("$InternalEnumUtils",[],(function(t,n,r,o,a,i){"use strict";var e=Object.prototype.hasOwnProperty;function l(t){return function(n){return n==null||!e.call(t,n)?null:t[n]}}var s=typeof WeakMap=="function"?new WeakMap:new Map;function u(e){return function(t){var n;if(t==null)return null;var r=s.get(e);return r==null&&(r=new Map(Object.getOwnPropertyNames(e).map(function(t){return[e[t],t]})),s.set(e,r)),(n=r.get(t))!=null?n:null}}i.createToJSEnum=l,i.createFromJSEnum=u}),66);
__d("CometGlobalKeyCommandWidget",["createKeyCommandWidget"],(function(t,n,r,o,a,i,l){"use strict";var e=r("createKeyCommandWidget")(!1);l.default=e}),98);
__d("getCometKey",["CometKeys","isStringNullOrEmpty"],(function(t,n,r,o,a,i,l){"use strict";var e={8:"Backspace",13:"Enter",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",46:"Delete",107:"=",109:"-",187:"=",189:"-"},s=new Set(Object.values(r("CometKeys")));function u(t){var n=t.key,o=t.which||t.keyCode;return(o>=48&&o<=57||o>=65&&o<=90)&&(n=String.fromCharCode(o)),o>=96&&o<=105&&(n=String.fromCharCode(o-48)),!r("isStringNullOrEmpty")(n)&&(n=n.toLowerCase(),s.has(n))||Object.prototype.hasOwnProperty.call(e,o)&&(n=e[o].toLowerCase(),s.has(n))?n:null}l.default=u}),98);
__d("getKeyCommand",["UserAgent","createKeyCommand","getCometKey"],(function(t,n,r,o,a,i,l){"use strict";function e(e){var t=r("getCometKey")(e);if(t==null)return null;var n=!1;r("UserAgent").isPlatform("Mac OS X")?e.metaKey&&(n=!0):e.ctrlKey&&(n=!0);var o={alt:e.altKey,command:n,key:t,shift:e.shiftKey};return r("createKeyCommand")(o)}l.default=e}),98);
__d("applyKeyCommand",["getKeyCommand"],(function(t,n,r,o,a,i,l){"use strict";function e(e,t,n,o){var a=r("getKeyCommand")(e);if(a==null)return!1;for(var i=t;i!=null;){if(i&&i.applyCommand(a,e))return!0;i=i&&i.getParent()}return!!(n!=null&&n.applyCommand(a,e)||o!=null&&o.applyCommand(a,e))}l.default=e}),98);
__d("getActiveCommands",[],(function(t,n,r,o,a,i){"use strict";function e(e,t,n){var r=new Map;function o(e){e.forEach(function(e,t){var n=r.get(t);if(n){var o=n.every(function(e){return e.shouldStopPropagation===!1});o&&n.push(e)}else r.set(t,[e])})}for(var a=e;a!=null;){var i=a&&a.getCommandMap();o(i),a=a&&a.getParent()}return t&&o(t.getCommandMap()),n&&o(n.getCommandMap()),r}i.default=e}),66);
__d("useGetComposingState",["react","react-compiler-runtime"],(function(t,n,r,o,a,i,l){"use strict";var e,s=e||(e=o("react")),u=s.useCallback,c=s.useEffect,d=s.useRef;function m(){var e=o("react-compiler-runtime").c(5),t=d(!1),n;e[0]===Symbol.for("react.memo_cache_sentinel")?(n=function(n){t.current=!0},e[0]=n):n=e[0];var r=n,a;e[1]===Symbol.for("react.memo_cache_sentinel")?(a=function(n){t.current=!1},e[1]=a):a=e[1];var i=a,l,s;e[2]===Symbol.for("react.memo_cache_sentinel")?(l=function(){return window.addEventListener("compositionstart",r),window.addEventListener("compositionend",i),(function(){window.removeEventListener("compositionstart",r),window.removeEventListener("compositionend",i)})},s=[i,r],e[2]=l,e[3]=s):(l=e[2],s=e[3]),c(l,s);var u;return e[4]===Symbol.for("react.memo_cache_sentinel")?(u=function(n){return n.isComposing||t.current},e[4]=u):u=e[4],u}l.default=m}),98);
__d("useGlobalEventListener",["react","react-compiler-runtime"],(function(t,n,r,o,a,i,l){"use strict";var e,s=(e||(e=o("react"))).useEffect,u={fullscreenchange:["webkitfullscreenchange","mozfullscreenchange","MSFullscreenChange","fullscreenchange"]};function c(e,t,n){var r=o("react-compiler-runtime").c(5),a,i;r[0]!==t||r[1]!==e||r[2]!==n?(a=function(){if(t!=null){var r,o=(r=u[e])!=null?r:e;return window.addEventListener(o,t,n),(function(){window.removeEventListener(o,t,typeof n=="boolean"?n:n==null?void 0:n.capture)})}},i=[t,e,n],r[0]=t,r[1]=e,r[2]=n,r[3]=a,r[4]=i):(a=r[3],i=r[4]),s(a,i)}var d=c;l.default=d}),98);
__d("BaseKeyCommandListener.react",["CometGlobalKeyCommandWidget","CometKeyCommandUtilsContext","FBLogger","ReactDOM","applyKeyCommand","getActiveCommands","getKeyCommand","react","stylex","useGetComposingState","useGlobalEventListener","useUnsafeRef_DEPRECATED"],(function(t,n,r,o,a,i,l){"use strict";var e,s,u,c=u||(u=o("react")),d=u,m=d.useCallback,p=d.useContext,_=d.useMemo,f=d.useRef;function g(e,t){var n;return function(){window.clearTimeout(n),n=window.setTimeout(e,t)}}var h=100;function y(t){var n=t.children,a=t.observersEnabled,i=t.xstyle,l=f(null),u=f(null),d=f(new Set),y=p(r("CometGlobalKeyCommandWidget").Context),C=m(function(e){if(!a)return{getActiveCommands:function(){return r("FBLogger")("comet_ax").mustfix("Key Command observers are not supported in this context"),null},remove:function(){}};var t=d.current;return t.add(e),{getActiveCommands:function(){return r("getActiveCommands")(u.current,l.current,y)},remove:function(){t.delete(e)}}},[y,a]),b=m(function(e){a&&d.current.forEach(function(t){return t({key:e,type:"triggered"})})},[a]),v=_(function(){return g(function(){a&&d.current.forEach(function(e){return e({type:"update"})})},h)},[a]),S=m(function(e){var t=l.current!==e;l.current=e,t&&v()},[v]),R=m(function(e){var t=u.current!==e;u.current=e,t&&v()},[v]),L=(e||(e=r("useUnsafeRef_DEPRECATED")))({addObserver:C,notifyCommandUpdate:v,setActiveLayer:S,setActiveWrapper:R}),E=m(function(){var e=u.current!==null;u.current=null,e&&v()},[v]),k=r("useGetComposingState")(),I=m(function(e){k(e)||o("ReactDOM").flushSync(function(){var t=r("applyKeyCommand")(e,u.current,l.current,y);if(t){var n=r("getKeyCommand")(e);b(n)}})},[k,y,b]);return r("useGlobalEventListener")("keydown",I),r("useGlobalEventListener")("keyup",I),c.jsx(r("CometKeyCommandUtilsContext").Provider,{value:L.current,children:c.jsx("div",babelHelpers.extends({},(s||(s=r("stylex"))).props(i),{onBlurCapture:E,children:n}))})}y.displayName=y.name+" [from "+i.id+"]",l.default=y}),98);
__d("BaseModal.react",["cr:17228","cr:20294","react"],(function(t,n,r,o,a,i,l){"use strict";var e,s=e||(e=o("react")),u=n("cr:20294")!=null?n("cr:20294"):n("cr:17228");l.default=u}),98);
__d("CometAsyncFetchError",[],(function(t,n,r,o,a,i){"use strict";function e(e){if(e==null)return"";if(typeof e=="string")return e;try{return String.fromCharCode.apply(null,new Uint16Array(e))}catch(e){return"<error parsing ArrayBuffer>"}}var l=(function(t){function n(e,n,r,o,a){var i;return i=t.call(this,e)||this,i.errorMsg=e,i.errorCode=n,i.errorRawResponseHeaders=r,i.errorRawTransport=o,i.errorType=a,i}babelHelpers.inheritsLoose(n,t);var r=n.prototype;return r.toString=function(){var t,n,r,o,a,i=((t=this.errorCode)!=null?t:"")+"."+e(this.errorMsg)+"."+((n=this.errorRawResponseHeaders)!=null?n:"")+"."+((r=this.errorRawTransport)!=null?r:"")+"."+((o=this.errorType)!=null?o:"")+"."+((a=this.errorRawTransportStatus)!=null?a:"");return"CometAyncFetchError: "+i},n})(babelHelpers.wrapNativeSuper(Error));i.default=l}),66);
__d("CometAsyncFetchResponse",[],(function(t,n,r,o,a,i){"use strict";var e=(function(){function e(e,t){this.$1=e,this.$2=this.$3(t)}var t=e.prototype;return t.getFullResponsePayload=function(){return this.$1},t.getResponsePayload=function(){var e;return(e=this.$1)==null?void 0:e.payload},t.getResponseHeader=function(t){var e;return(e=this.$2)==null?void 0:e.get(t.toLowerCase())},t.getAllResponseHeadersMap=function(){return new Map(this.$2)},t.$3=function(t){if(t==null||t.length===0)return null;var e=new Map,n=t.split("\r\n");for(var r of n){var o=r.indexOf(": ");if(!(o<=0)){var a=r.substring(0,o).toLowerCase(),i=r.substring(o+2),l=e.get(a),s=l!=null?l+", "+i:i;e.set(a,s)}}return e},e})();i.default=e}),66);
__d("CometColumn.react",["BaseView.react","CometColumnContext","CometColumnItem.react","react","react-compiler-runtime"],(function(t,n,r,o,a,i,l){"use strict";var e=["ref","align","children","expanding","hasDividers","paddingHorizontal","paddingTop","paddingVertical","spacing","verticalAlign","xstyle"],s,u=s||(s=o("react")),c=s,d=c.useContext,m=c.useMemo,p={expanding:{flexBasis:"x1l7klhg",flexGrow:"x1iyjqo2",flexShrink:"xs83m0k",minHeight:"x2lwn1j",$$css:!0},inner:{display:"x78zum5",flexDirection:"xdt5ytf",flexGrow:"x1iyjqo2",minHeight:"x2lwn1j",$$css:!0},root:{boxSizing:"x9f619",display:"x78zum5",flexDirection:"xdt5ytf",flexShrink:"x2lah0s",maxWidth:"x193iq5w",$$css:!0}},_={0:{paddingTop:"xexx8yu",$$css:!0},4:{paddingTop:"x1iorvi4",$$css:!0},8:{paddingTop:"x1y1aw1k",$$css:!0},12:{paddingTop:"xz9dl7a",$$css:!0},16:{paddingTop:"xyamay9",$$css:!0},20:{paddingTop:"x1cnzs8",$$css:!0},24:{paddingTop:"x1p5oq8j",$$css:!0},40:{paddingTop:"x13zrc24",$$css:!0}},f={4:{paddingTop:"x1iorvi4",paddingBottom:"xjkvuk6",$$css:!0},8:{paddingTop:"x1y1aw1k",paddingBottom:"xwib8y2",$$css:!0},12:{paddingTop:"xz9dl7a",paddingBottom:"xsag5q8",$$css:!0},16:{paddingTop:"xyamay9",paddingBottom:"x1l90r2v",$$css:!0},20:{paddingTop:"x1cnzs8",paddingBottom:"xx6bls6",$$css:!0},24:{paddingTop:"x1p5oq8j",paddingBottom:"xwxc41k",$$css:!0},40:{paddingTop:"x13zrc24",paddingBottom:"x1t1ogtf",$$css:!0}},g={bottom:{justifyContent:"x13a6bvl",$$css:!0},center:{justifyContent:"xl56j7k",$$css:!0},"space-between":{justifyContent:"x1qughib",$$css:!0}};function h(t){var n=o("react-compiler-runtime").c(39),a,i,l,s,c,m,h,y,C,b,v,S;n[0]!==t?(s=t.ref,c=t.align,a=t.children,m=t.expanding,h=t.hasDividers,y=t.paddingHorizontal,i=t.paddingTop,C=t.paddingVertical,b=t.spacing,v=t.verticalAlign,S=t.xstyle,l=babelHelpers.objectWithoutPropertiesLoose(t,e),n[0]=t,n[1]=a,n[2]=i,n[3]=l,n[4]=s,n[5]=c,n[6]=m,n[7]=h,n[8]=y,n[9]=C,n[10]=b,n[11]=v,n[12]=S):(a=n[1],i=n[2],l=n[3],s=n[4],c=n[5],m=n[6],h=n[7],y=n[8],C=n[9],b=n[10],v=n[11],S=n[12]);var R=c===void 0?null:c,L=m===void 0?!1:m,E=h===void 0?!1:h,k=y===void 0?null:y,I=C===void 0?0:C,T=b===void 0?null:b,D=v===void 0?"top":v,x=d(r("CometColumnContext")),$;n[13]!==R||n[14]!==E||n[15]!==k||n[16]!==T?($={align:R,hasDividers:E,paddingHorizontal:k,spacing:T},n[13]=R,n[14]=E,n[15]=k,n[16]=T,n[17]=$):$=n[17];var P=$,N=L===!0&&p.expanding,M=f[I],w=i!=null&&_[i],A;n[18]!==M||n[19]!==w||n[20]!==N||n[21]!==S?(A=[p.root,N,M,w,S],n[18]=M,n[19]=w,n[20]=N,n[21]=S,n[22]=A):A=n[22];var F=D!=="top"&&g[D],O;n[23]!==F?(O=[p.inner,F],n[23]=F,n[24]=O):O=n[24];var B;n[25]!==a||n[26]!==P?(B=u.jsx(r("CometColumnContext").Provider,{value:P,children:a}),n[25]=a,n[26]=P,n[27]=B):B=n[27];var W;n[28]!==O||n[29]!==B?(W=u.jsx(r("BaseView.react"),{xstyle:O,children:B}),n[28]=O,n[29]=B,n[30]=W):W=n[30];var q;n[31]!==l||n[32]!==s||n[33]!==A||n[34]!==W?(q=u.jsx(r("BaseView.react"),babelHelpers.extends({},l,{ref:s,xstyle:A,children:W})),n[31]=l,n[32]=s,n[33]=A,n[34]=W,n[35]=q):q=n[35];var U=q;if(x!=null){var V=L!=null?L:void 0,H;return n[36]!==U||n[37]!==V?(H=u.jsx(r("CometColumnItem.react"),{expanding:V,children:U}),n[36]=U,n[37]=V,n[38]=H):H=n[38],H}return U}l.default=h}),98);
__d("CometSSRRenderingStateHooks",["react"],(function(t,n,r,o,a,i,l){"use strict";var e,s=(e||(e=o("react"))).useSyncExternalStore,u=function(){return function(){}};function c(){return s(u,m,d)}function d(){return!1}function m(){return!0}function p(){return!c()}l.useIsClientRendering=c,l.useIsServerRenderingOrHydrating=p}),98);
__d("CometSSRSuspendOnServer.react",["CometSSRClientRender","CometSSRRenderingStateHooks","react"],(function(t,n,r,o,a,i,l){"use strict";var e,s=e||(e=o("react"));function u(e){var t=e.children,n=o("CometSSRRenderingStateHooks").useIsServerRenderingOrHydrating();if(n)throw o("CometSSRClientRender").CometSSRClientRender("CometSSRSuspendOnServer: This component is marked to be client rendered");return t}u.displayName=u.name+" [from "+i.id+"]",l.default=u}),98);
__d("CometDOMOnlyBoundary.react",["CometPlaceholder.react","CometSSRSuspendOnServer.react","react","react-compiler-runtime"],(function(t,n,r,o,a,i,l){"use strict";var e,s=e||(e=o("react"));function u(e){var t=o("react-compiler-runtime").c(5),n=e.children,a=e.fallback,l;t[0]!==n?(l=s.jsx(r("CometSSRSuspendOnServer.react"),{children:n}),t[0]=n,t[1]=l):l=t[1];var u;return t[2]!==a||t[3]!==l?(u=s.jsx(r("CometPlaceholder.react"),{fallback:a,name:i.id,children:l}),t[2]=a,t[3]=l,t[4]=u):u=t[4],u}l.default=u}),98);
__d("CometErrorCodeExtraHandlers",[],(function(t,n,r,o,a,i){"use strict";var e=[];function l(t){e.push(t)}function s(t){var n=e.indexOf(t);n>-1&&e.splice(n,1)}function u(t){try{e.forEach(function(e){return e(t)})}catch(e){}}i.addHandler=l,i.removeHandler=s,i.executeHandlers=u}),66);
__d("CometErrorOverlay",["ReactDOM","react"],(function(t,n,r,o,a,i,l){"use strict";var e,s=e||(e=o("react"));function u(){var e=document.body;if(e==null)return null;var t=document.createElement("div");return e.appendChild(t),t}function c(e){var t=u();if(t!=null){var n=function(){window.setTimeout(function(){r.unmount(),t.remove()},0)},r=o("ReactDOM").createRoot(t,{unstable_strictMode:!0}),a=e(n);return r.render(a),n}}l.injectComponent=c}),98);
__d("CometExceptionDialog",["react"],(function(t,n,r,o,a,i,l){"use strict";var e,s=e||(e=o("react")),u=null;function c(e){u=e}function d(){return u}l.injectImplementation=c,l.getInjectedImplementation=d}),98);
__d("FDSDialogFooterContainer.react",["CometColumn.react","XPlatReactEnvironment","react","react-compiler-runtime","react-strict-dom"],(function(t,n,r,o,a,i,l){"use strict";var e,s=e||(e=o("react")),u={container:{backgroundColor:"x1jx94hy",borderBottomLeftRadius:"x190bdop",borderBottomRightRadius:"xp3hrpj",bottom:"x1ey2m1c",boxShadow:"x13xjmei",position:"xv7j57z",width:"xh8yej3",$$css:!0},containerNative:{flexShrink:"x2lah0s",$$css:!0}};function c(e){var t=o("react-compiler-runtime").c(7),n=e.children,a=e.ref,i=e.testid,l;t[0]===Symbol.for("react.memo_cache_sentinel")?(l=[[u.container],!o("XPlatReactEnvironment").isWeb()&&u.containerNative],t[0]=l):l=t[0];var c;t[1]!==n?(c=s.jsx(r("CometColumn.react"),{paddingHorizontal:16,children:n}),t[1]=n,t[2]=c):c=t[2];var d;return t[3]!==a||t[4]!==c||t[5]!==i?(d=s.jsx(o("react-strict-dom").html.div,{"data-testid":void 0,ref:a,style:l,children:c}),t[3]=a,t[4]=c,t[5]=i,t[6]=d):d=t[6],d}l.default=c}),98);
__d("FDSDialogMetaTextItem.react",["CometColumnItem.react","FDSText.react","react","react-compiler-runtime"],(function(t,n,r,o,a,i,l){"use strict";var e,s=e||(e=o("react"));function u(e){var t=o("react-compiler-runtime").c(8),n=e.meta,a=e.metaPosition,i=a===void 0?"above":a,l=n!=null&&i==="above",u=n!=null&&i==="below",c=l?"start":"center",d=u?0:12,m=u?16:0,p=l?"start":"center",_;t[0]!==n||t[1]!==p?(_=s.jsx(r("FDSText.react"),{align:p,color:"secondary",type:"body3",children:n}),t[0]=n,t[1]=p,t[2]=_):_=t[2];var f;return t[3]!==c||t[4]!==d||t[5]!==m||t[6]!==_?(f=s.jsx(r("CometColumnItem.react"),{align:c,paddingTop:d,paddingVertical:m,children:_}),t[3]=c,t[4]=d,t[5]=m,t[6]=_,t[7]=f):f=t[7],f}l.default=u}),98);
__d("FDSDialogConfirmationFooter.react",["BaseRow.react","BaseRowItem.react","CometColumnItem.react","FDSButton.react","FDSDialogFooterContainer.react","FDSDialogMetaTextItem.react","react","react-compiler-runtime"],(function(t,n,r,o,a,i,l){"use strict";var e,s=e||(e=o("react")),u={item:{minWidth:"xl9nvqe x17ot9bj",$$css:!0},secondary:{paddingInlineEnd:"xf159sx",$$css:!0}};function c(e){var t=o("react-compiler-runtime").c(15),n=e.primary,a=e.secondary,i=e.size,l=e.meta,c=i===void 0?"medium":i,d;t[0]!==l?(d=l!=null&&s.jsx(r("FDSDialogMetaTextItem.react"),{meta:l}),t[0]=l,t[1]=d):d=t[1];var m;t[2]!==n||t[3]!==c?(m=s.jsx(r("BaseRowItem.react"),{xstyle:u.item,children:s.jsx(r("FDSButton.react"),babelHelpers.extends({padding:"wide",size:c},n))}),t[2]=n,t[3]=c,t[4]=m):m=t[4];var p;t[5]===Symbol.for("react.memo_cache_sentinel")?(p=[u.item,u.secondary],t[5]=p):p=t[5];var _;t[6]!==a||t[7]!==c?(_=s.jsx(r("BaseRowItem.react"),{xstyle:p,children:s.jsx(r("FDSButton.react"),babelHelpers.extends({reduceEmphasis:!0,size:c,type:"secondary"},a))}),t[6]=a,t[7]=c,t[8]=_):_=t[8];var f;t[9]!==m||t[10]!==_?(f=s.jsx(r("CometColumnItem.react"),{paddingVertical:16,children:s.jsxs(r("BaseRow.react"),{align:"end",direction:"backward",verticalAlign:"stretch",wrap:"forward",children:[m,_]})}),t[9]=m,t[10]=_,t[11]=f):f=t[11];var g;return t[12]!==d||t[13]!==f?(g=s.jsxs(r("FDSDialogFooterContainer.react"),{children:[d,f]}),t[12]=d,t[13]=f,t[14]=g):g=t[14],g}l.default=c}),98);
__d("FDSDialogFooterSingleButtonItem.react",["BaseRow.react","BaseRowItem.react","CometColumnItem.react","FDSButton.react","react","react-compiler-runtime"],(function(t,n,r,o,a,i,l){"use strict";var e,s=e||(e=o("react")),u={item:{minWidth:"xl9nvqe xwfmwtl",$$css:!0}};function c(e){var t=o("react-compiler-runtime").c(6),n=e.expanding,a=e.primary,i=e.size,l=n===void 0?!0:n,c=i===void 0?"medium":i,d;t[0]!==a||t[1]!==c?(d=s.jsx(r("FDSButton.react"),babelHelpers.extends({padding:"wide"},a,{size:c})),t[0]=a,t[1]=c,t[2]=d):d=t[2];var m;return t[3]!==l||t[4]!==d?(m=s.jsx(r("CometColumnItem.react"),{paddingVertical:16,children:s.jsx(r("BaseRow.react"),{align:"end",direction:"backward",verticalAlign:"stretch",wrap:"forward",children:s.jsx(r("BaseRowItem.react"),{expanding:l,xstyle:u.item,children:d})})}),t[3]=l,t[4]=d,t[5]=m):m=t[5],m}l.default=c}),98);
__d("FDSDialogFooter.react",["FDSDialogFooterContainer.react","FDSDialogFooterSingleButtonItem.react","FDSDialogMetaTextItem.react","react","react-compiler-runtime"],(function(t,n,r,o,a,i,l){"use strict";var e,s=e||(e=o("react"));function u(e){var t=o("react-compiler-runtime").c(18),n=e.expanding,a=e.primary,i=e.ref,l=e.size,u=e.testid,c=e.meta,d=e.metaPosition,m=d===void 0?"above":d,p=c!=null&&m==="above",_=c!=null&&m==="below",f;t[0]!==p||t[1]!==c||t[2]!==m?(f=p&&s.jsx(r("FDSDialogMetaTextItem.react"),{meta:c,metaPosition:m}),t[0]=p,t[1]=c,t[2]=m,t[3]=f):f=t[3];var g;t[4]!==n||t[5]!==a||t[6]!==l?(g=s.jsx(r("FDSDialogFooterSingleButtonItem.react"),{expanding:n,primary:a,size:l}),t[4]=n,t[5]=a,t[6]=l,t[7]=g):g=t[7];var h;t[8]!==_||t[9]!==c||t[10]!==m?(h=_&&s.jsx(r("FDSDialogMetaTextItem.react"),{meta:c,metaPosition:m}),t[8]=_,t[9]=c,t[10]=m,t[11]=h):h=t[11];var y;return t[12]!==i||t[13]!==f||t[14]!==g||t[15]!==h||t[16]!==u?(y=s.jsxs(r("FDSDialogFooterContainer.react"),{ref:i,testid:void 0,children:[f,g,h]}),t[12]=i,t[13]=f,t[14]=g,t[15]=h,t[16]=u,t[17]=y):y=t[17],y}l.default=u}),98);
__d("useToggle",["react","react-compiler-runtime"],(function(t,n,r,o,a,i,l){"use strict";var e,s=e||(e=o("react")),u=s.useCallback,c=s.useState;function d(e){var t=o("react-compiler-runtime").c(3),n=e===void 0?!1:e,r=c(n),a=r[0],i=r[1],l;t[0]===Symbol.for("react.memo_cache_sentinel")?(l=function(t){i(t==null?m:t)},t[0]=l):l=t[0];var s=l,u;return t[1]!==a?(u=[a,s],t[1]=a,t[2]=u):u=t[2],u}function m(e){return!e}l.default=d}),98);
__d("FDSCometExceptionDialog.react",["fbt","CometColumn.react","CometColumnItem.react","FDSDialog.react","FDSDialogConfirmationFooter.react","FDSDialogFooter.react","FDSDialogHeader.react","FDSText.react","react","react-compiler-runtime","useToggle"],(function(t,n,r,o,a,i,l,s){"use strict";var e,u=e||(e=o("react"));function c(e){var t=o("react-compiler-runtime").c(30),n=e.closeButtonText,a=e.debugInfo,i=e.errorDescription,l=e.errorSummary,c=e.onClose,d=e.testid,m=e.withCloseButton,p=r("useToggle")(!1),_=p[0],f=p[1],g;t[0]!==n?(g=n!=null?n:s._(/*BTDS*/"OK"),t[0]=n,t[1]=g):g=t[1];var h;t[2]!==c||t[3]!==g?(h={label:g,onPress:c,testid:"comet-exception-dialog-ok-button"},t[2]=c,t[3]=g,t[4]=h):h=t[4];var y=h,C="[META ONLY] "+(_?"Hide":"Show")+" error details",b;t[5]!==f?(b=function(){return f()},t[5]=f,t[6]=b):b=t[6];var v;t[7]!==C||t[8]!==b?(v={label:C,onPress:b,reduceEmphasis:!1},t[7]=C,t[8]=b,t[9]=v):v=t[9];var S=v,R;t[10]!==a||t[11]!==y||t[12]!==S?(R=a!=null?u.jsx(r("FDSDialogConfirmationFooter.react"),{primary:y,secondary:S}):u.jsx(r("FDSDialogFooter.react"),{expanding:!1,primary:babelHelpers.extends({},y,{padding:"wide"})}),t[10]=a,t[11]=y,t[12]=S,t[13]=R):R=t[13];var L=R,E;t[14]!==l||t[15]!==c||t[16]!==m?(E=u.jsx(r("FDSDialogHeader.react"),{onClose:c,showTruncationTooltip:!0,text:l,withCloseButton:m}),t[14]=l,t[15]=c,t[16]=m,t[17]=E):E=t[17];var k;t[18]!==a||t[19]!==_?(k=a!=null&&u.jsx("div",{children:_&&u.jsx("pre",{className:"x443n21 x1i5p2am x1whfx0g xr2y4jy x1ihp6rs x1a1m0xk x1yrsyyn x2vl965 x10b6aqq xe2zdcy xeaf4i8",children:a})}),t[18]=a,t[19]=_,t[20]=k):k=t[20];var I;t[21]!==i||t[22]!==k?(I=u.jsx(r("CometColumn.react"),{paddingHorizontal:16,paddingTop:20,paddingVertical:8,spacing:8,children:u.jsx(r("CometColumnItem.react"),{children:u.jsxs(r("FDSText.react"),{color:"secondary",type:"body3",children:[i,k]})})}),t[21]=i,t[22]=k,t[23]=I):I=t[23];var T;return t[24]!==L||t[25]!==c||t[26]!==E||t[27]!==I||t[28]!==d?(T=u.jsx(r("FDSDialog.react"),{footer:L,header:E,onClose:c,testid:void 0,children:I}),t[24]=L,t[25]=c,t[26]=E,t[27]=I,t[28]=d,t[29]=T):T=t[29],T}l.default=c}),226);
__d("CometExceptionDialog.react",["BaseModal.react","CometExceptionDialog","FDSCometExceptionDialog.react","react","react-compiler-runtime"],(function(t,n,r,o,a,i,l){"use strict";var e,s=e||(e=o("react"));function u(e){var t=o("react-compiler-runtime").c(3),n;t[0]===Symbol.for("react.memo_cache_sentinel")?(n=o("CometExceptionDialog").getInjectedImplementation(),t[0]=n):n=t[0];var a=n,i;return t[1]!==e?(i=s.jsx(r("BaseModal.react"),{stackingBehavior:"above-everything",children:a==null?s.jsx(r("FDSCometExceptionDialog.react"),babelHelpers.extends({},e)):s.jsx(a,babelHelpers.extends({},e))}),t[1]=e,t[2]=i):i=t[2],i}l.default=u}),98);
__d("SetActiveLayerIfAttached.react",["CometKeyCommandUtilsContext","CometLayerKeyCommandWidget","FBLogger","HiddenSubtreeContext","react","react-compiler-runtime"],(function(t,n,r,o,a,i,l){"use strict";var e,s=e||(e=o("react")),u=s.useContext,c=s.useEffect;function d(e){var t=o("react-compiler-runtime").c(5),n=u(r("HiddenSubtreeContext")),a=u(r("CometKeyCommandUtilsContext")),i=a&&a.setActiveLayer,l=u(r("CometLayerKeyCommandWidget").Context),s,d;return t[0]!==l||t[1]!==n||t[2]!==i?(s=function(){if(!i){r("FBLogger")("comet_ax").mustfix("The current layer is not wrapped in a *KeyCommandListener");return}if(!l){r("FBLogger")("comet_ax").mustfix("setActiveLayer not wrapped in CometLayerKeyCommandWidget.Wrapper");return}n.hiddenOrBackgrounded||i(l)},d=[l,n,i],t[0]=l,t[1]=n,t[2]=i,t[3]=s,t[4]=d):(s=t[3],d=t[4]),c(s,d),null}l.default=d}),98);
__d("CometLayerKeyCommandWrapper.react",["CometLayerKeyCommandWidget","SetActiveLayerIfAttached.react","react","react-compiler-runtime"],(function(t,n,r,o,a,i,l){"use strict";var e,s=e||(e=o("react"));function u(e){var t=o("react-compiler-runtime").c(6),n=e.children,a=e.debugName,i;t[0]!==a?(i=s.jsx(r("SetActiveLayerIfAttached.react"),{debugName:a}),t[0]=a,t[1]=i):i=t[1];var l;return t[2]!==n||t[3]!==a||t[4]!==i?(l=s.jsxs(r("CometLayerKeyCommandWidget").Wrapper,{debugName:a,children:[i,n]}),t[2]=n,t[3]=a,t[4]=i,t[5]=l):l=t[5],l}l.default=u}),98);
__d("CometRelayPerfStoreCommon",["performanceNow","setTimeout"],(function(t,n,r,o,a,i,l){"use strict";var e,s=3e5,u={},c={},d={};function m(e,t){r("setTimeout")(function(){delete c[t],e!=null&&delete u[e]},s)}function p(e){r("setTimeout")(function(){delete d[e]},s)}function _(t){if(t.name==="network.start"){var n=(e||(e=r("performanceNow")))(),o={flushes:[],hasteResponseLogEvents:[],isExecTime:t.params.metadata.is_ls_relay_request===!0,isPreloaded:!1,name:t.params.name,networkStart:n,start:n};c[t.networkRequestId]=o,u[t.params.name]=o,m(t.params.name,t.networkRequestId)}else if(t.name==="network.next"){var a=c[t.networkRequestId];if(a){var i=t.response,l=function(n){var t;if(a.isExecTime){var o,i;if((n==null||(o=n.extensions)==null?void 0:o.is_normalized)===!0)return;a.end==null&&(n==null||(i=n.extensions)==null?void 0:i.is_final)===!0&&(a.end=(e||(e=r("performanceNow")))())}a.flushes.push({label:(t=n.label)!=null?t:"root",time:(e||(e=r("performanceNow")))()})};i instanceof Array?i.forEach(l):l(i)}}else if(t.name==="network.complete"){var s=c[t.networkRequestId];s&&(s.end=(e||(e=r("performanceNow")))())}else if(t.name==="queryresource.fetch"){if(t.operation.root.node.name!=null){var _=t.operation.root.node.name,f=u[_];f!=null&&(d[t.resourceID]=f,p(t.resourceID))}}else if(t.name==="queryresource.retain"){var g=d[t.resourceID];if(g!=null){var h=t.profilerContext;h&&h.retainQuery&&h.retainQuery(g)}}else if(t.name==="network.info"){var y=t.info;if(y!=null&&typeof y=="object"&&Object.prototype.hasOwnProperty.call(y,"prefetched")){var C=c[t.networkRequestId];C&&(C.start=0,C.isPreloaded=!0)}if(y!=null&&typeof y=="object"&&"srPayloadStats"in y&&y.srPayloadStats!=null&&typeof y.srPayloadStats=="object"){var b=c[t.networkRequestId];b&&b.hasteResponseLogEvents.push(y.srPayloadStats)}}else if(t.name==="entrypoint.root.consume"){var v=t.profilerContext;v&&typeof v.consumeBootload=="function"&&v.consumeBootload(t.rootModuleID)}}l.log=_}),98);
__d("CometRelayPerfStore",["CometRelayPerfStoreCommon","ExecutionEnvironment","cr:13489"],(function(t,n,r,o,a,i,l){"use strict";var e;function s(t){(e||(e=r("ExecutionEnvironment"))).canUseDOM&&(o("CometRelayPerfStoreCommon").log(t),n("cr:13489")==null||n("cr:13489").log(t))}l.log=s}),98);
__d("CometRootInitServerFlag",["ServerJsRuntimeEnvironment"],(function(t,n,r,o,a,i,l){"use strict";function e(){return o("ServerJsRuntimeEnvironment").isRunningServerJsRuntime()}l.isServerEnvironment=e}),98);
__d("CometRouteURLUtils",["ConstUriUtils","memoizeStringOnly"],(function(t,n,r,o,a,i,l){"use strict";var e=r("memoizeStringOnly")(function(e){var t=o("ConstUriUtils").getUri(e);return t!=null?t.getPath():null}),s=r("memoizeStringOnly")(function(e){var t=o("ConstUriUtils").getUri(e);return t!=null?Object.fromEntries(t.getQueryParams()):null});l.getURLPath=e,l.getURLQueryData=s}),98);
__d("absoluteToRelative",["memoizeStringOnly"],(function(t,n,r,o,a,i,l){"use strict";var e=r("memoizeStringOnly")(function(e){return e.replace(/^https?:\/\/[^\/]+/i,"")});function s(t){return e(t!=null?t:"#")}l.default=s}),98);
__d("CometRouteWindowURL",["CometRouteURLUtils","ConstUriUtils","absoluteToRelative"],(function(t,n,r,o,a,i,l){"use strict";function e(){var e;if(window.location.href==null)return null;var t=(e=o("ConstUriUtils").getUri(window.location.href))==null?void 0:e.toString();return t!=null?r("absoluteToRelative")(t):null}function s(){var t=e();return t!=null?o("CometRouteURLUtils").getURLQueryData(t):null}l.getWindowURL=e,l.getWindowURLParams=s}),98);
__d("CometRouteURL",["CometRouteURLUtils","CometRouteWindowURL","react-compiler-runtime","useCurrentRoute"],(function(t,n,r,o,a,i,l){"use strict";function e(){var e=o("react-compiler-runtime").c(1),t=r("useCurrentRoute")();if(t!=null){var n;return(n=t.canonicalUrl)!=null?n:t.url}else{var a;if(e[0]===Symbol.for("react.memo_cache_sentinel")){var i;a=(i=o("CometRouteWindowURL").getWindowURL())!=null?i:"",e[0]=a}else a=e[0];return a}}function s(){var t=o("react-compiler-runtime").c(2),n=e(),r;if(t[0]!==n){var a;r=(a=o("CometRouteURLUtils").getURLPath(n))!=null?a:"",t[0]=n,t[1]=r}else r=t[1];return r}function u(){var t=o("react-compiler-runtime").c(2),n=e(),r;if(t[0]!==n){var a;r=(a=o("CometRouteURLUtils").getURLQueryData(n))!=null?a:{},t[0]=n,t[1]=r}else r=t[1];return r}l.getWindowURL=o("CometRouteWindowURL").getWindowURL,l.getWindowURLParams=o("CometRouteWindowURL").getWindowURLParams,l.useRouteURL=e,l.useRouteURLPath=s,l.useRouteURLParams=u}),98);
__d("DoubleKeyMap",[],(function(t,n,r,o,a,i){"use strict";var e=(function(){function e(){this.$1=new Map}var t=e.prototype;return t.set=function(t,n,r){var e=this.$1.get(t);e||this.$1.set(t,e=new Map),e.set(n,r)},t.get=function(t,n){var e;return(e=this.$1.get(t))==null?void 0:e.get(n)},t.delete=function(t,n){var e=this.$1.get(t);e&&(e.delete(n),e.size===0&&this.$1.delete(t))},t.getAll=function(t){return this.$1.get(t)},t.deleteAll=function(t){this.$1.delete(t)},e})();i.DoubleKeyMap=e}),66);
__d("JSResourceReference",["JSResourceReferenceImpl"],(function(t,n,r,o,a,i,l){l.default=r("JSResourceReferenceImpl")}),98);
__d("ReactiveExecutorUtils",["relay-runtime","relay-runtime/store/RelayStoreUtils"],(function(t,n,r,o,a,i,l){"use strict";function e(e,t){if(e.storageKey!=null)return e.storageKey;var n=u(e),r=e.name;return n&&n.length!==0?o("relay-runtime/store/RelayStoreUtils").formatStorageKey(r,o("relay-runtime").getArgumentValues(n,t)):r}function s(e){if(e==null)return[];for(var t=[],n=0;n<e.length;n++){var r=e[n];t.push({kind:"Variable",name:r.name,variableName:r.name})}return t}function u(e){if(e.kind==="RelayResolver"||e.kind==="RelayLiveResolver"){var t,n;if(e.args==null){var r;return s((r=e.resolverInfo)==null||(r=r.rootFragment)==null?void 0:r.argumentDefinitions)}return((t=e.resolverInfo)==null||(t=t.rootFragment)==null?void 0:t.argumentDefinitions)==null?e.args:e.args.concat(s((n=e.resolverInfo)==null||(n=n.rootFragment)==null?void 0:n.argumentDefinitions))}return e.args}l.getStorageKey=e,l.convertLocalArgumentsToNormalizationVariableArguments=s}),98);
__d("ReactiveQueryExecutionNode_EXPERIMENTAL",["invariant","JSResourceReference","JSScheduler","ReactiveExecutorUtils","ReactiveQueryExecutionStore_EXPERIMENTAL","gkx","nullthrows","relay-runtime","relay-runtime/store/RelayStoreUtils","setTimeout"],(function(t,n,r,o,a,i,l,s){"use strict";var e,u=(function(){function t(e){this.store=e}var n=t.prototype;return n.execute=function(n){var t=this;return o("relay-runtime").Observable.create(function(a){var i={hasBeenFinal:!1,isPublishScheduled:!1,pendingScopesCounter:{count:0},recordSource:new(o("relay-runtime")).RecordSource,sink:a},l=new c(t.store,n,n.node.operation.selections,t.store.getRootStoreNode(),function(e){a.next({kind:"PAYLOAD",payload:{data:e.toJSON(),extensions:{is_final:i.pendingScopesCounter.count===0,is_normalized:!0}}})},function(){},i);return t.store.updater.scheduleUpdate(),function(){r("gkx")("19338")?r("gkx")("4996")?(e||(e=r("JSScheduler"))).defer(function(){return l.dispose()}):r("setTimeout")(function(){return l.dispose()},0):l.dispose()}})},t})(),c=(function(){function e(e,t,n,r,o,a,i,l){a===void 0&&(a=function(){}),this.pendingExecNodes=new Set,this.execNodesToRead=[],this.isReadScheduled=!1,this.store=e,this.request=t,this.onNext=o,this.onSuspense=a,this.parentScope=l,this.publisher=i;var s=[],u={children:s,parentNodeForRead:null,scope:this,selection:null,shouldRead:!0,storageKey:"",storeNode:r,value:r.value};this.createChildrenFromSelections(u,n,s),r.executionNodes.push(u),this.rootNode=u,this.execNodesToRead.push(u),this.publisher?this.store.updater.scheduleScopeToRead(this):(this.readAndMaybeFlush(),this.isReadScheduled=!1)}var t=e.prototype;return t.readAndMaybeFlush=function(){var e,t;if(this.pendingExecNodes.size>0){this.onSuspense();return}if(!(this.parentScope!=null&&this.parentScope.pendingExecNodes.size>0)){for(var n=(e=(t=this.publisher)==null?void 0:t.recordSource)!=null?e:new(o("relay-runtime")).RecordSource,r=0;r<this.execNodesToRead.length;r++)this.readInto(this.execNodesToRead[r],n);this.execNodesToRead=[],!this.publisher&&n.size()>0&&this.onNext(n)}},t.readInto=function(t,n,a){if(t.shouldRead){t.shouldRead=!1;var e=t.children;if(e==null){var i=t.storeNode.value,l=t.storeNode.error;l!=null&&o("relay-runtime").Record.setErrors(r("nullthrows")(a),t.storageKey,[{message:l.toString(),path:[]}]),o("relay-runtime").Record.setValue(r("nullthrows")(a),t.storageKey,i===void 0?null:i)}else{if(t.storeNode.value==null){if(a!=null){var s=t.storeNode.error;s!=null&&o("relay-runtime").Record.setErrors(r("nullthrows")(a),t.storageKey,[{message:s.toString(),path:[]}]),o("relay-runtime").Record.setValue(a,t.storageKey,null)}return}if(t.scope!==this&&t.scope.rootNode===t){if(t.scope.pendingExecNodes.size===0)for(var u=0;u<e.length;u++)t.scope.readInto(e[u],n,a);else t.shouldRead=!0;return}if(t.storeNode.nodeType===2){for(var c=[],d=0;d<e.length;d++){var m=e[d];m.children==null||m.storeNode.value==null?c.push(null):m.storeNode.nodeType===1?m.children[0]==null||m.children[0].storeNode.value==null?c.push(null):(c.push(m.children[0].storeNode.id),this.readInto(m,n)):(c.push(m.storeNode.id),this.readInto(m,n))}o("relay-runtime").Record.setLinkedRecordIDs(r("nullthrows")(a),t.storageKey,c);return}else if(t.storeNode.nodeType===1||t.storeNode.nodeType===3){for(var p=0;p<e.length;p++)this.readInto(e[p],n,a);if(t.storeNode.nodeType===1&&t.children!=null&&t.children.length){var _=t.storeNode.value;if(typeof _=="object"&&_!=null&&"id"in _&&_.id!=null){var f=t.children[0].storeNode.id,g=n.get(f);g!=null&&o("relay-runtime").Record.setValue(g,"id",_.id)}}return}var h=t.storeNode.id;a!=null&&o("relay-runtime").Record.setLinkedRecordID(a,t.storageKey,h);var y=n.get(h);y==null&&(y=o("relay-runtime").Record.create(h,r("nullthrows")(t.storeNode.typeName)),n.set(h,y));for(var C=0;C<e.length;C++)this.readInto(e[C],n,y)}}},t.createChildrenFromSelections=function(t,n,r){for(var e=0;e<n.length;e++)this.createChildFromSelection(t,n[e],r)},t.createChildFromSelection=function(t,n,a){var e;switch(n.kind){case o("relay-runtime").RelayConcreteNode.CLIENT_EDGE_TO_CLIENT_OBJECT:{var i=o("ReactiveExecutorUtils").getStorageKey(n.backingField,this.request.variables),l=r("nullthrows")(n.backingField.resolverInfo),s=l.resolverFunction,u=l.rootFragment;if(u!=null){var c=this.createRootFragmentNode(t,i,u,s,n);a.push(c)}else this.createNonRootFragmentClientEdgeNode(n,t,t.storeNode.value,i,s,a);break}case o("relay-runtime").RelayConcreteNode.RELAY_RESOLVER:case o("relay-runtime").RelayConcreteNode.RELAY_LIVE_RESOLVER:{var p=o("ReactiveExecutorUtils").getStorageKey(n,this.request.variables),_=r("nullthrows")(n.resolverInfo),f=_.resolverFunction,g=_.rootFragment;if(g!=null){var h=this.createRootFragmentNode(t,p,g,f,n);a.push(h)}else this.createNonRootFragmentLeafNode(n,t,t.storeNode.value,p,f,a);break}case o("relay-runtime").RelayConcreteNode.CONDITION:{var y=!!this.request.variables[n.condition];y===n.passingValue&&this.createChildrenFromSelections(t,n.selections,a);break}case o("relay-runtime").RelayConcreteNode.CLIENT_EXTENSION:{this.createChildrenFromSelections(t,n.selections,a);break}case o("relay-runtime").RelayConcreteNode.INLINE_FRAGMENT:(n.type==null||n.type===t.storeNode.typeName)&&this.createChildrenFromSelections(t,n.selections,a);break;case o("relay-runtime").RelayConcreteNode.DEFER:{var C=n.if==null||this.request.variables[n.if];if(C){var b=this.createDeferredNode(t,n);a.push(b)}else this.createChildrenFromSelections(t,n.selections,a);break}case o("relay-runtime").RelayConcreteNode.SCALAR_FIELD:if(n.name==="id"&&((e=t.parentNodeForRead)==null?void 0:e.storeNode.nodeType)!==1){var v=this.store.getOrCreate(t.storeNode.id,t.storeNode.value,"id",function(e){return typeof e=="object"&&e!=null&&"id"in e?e.id:null},null,this.request.variables,null,0),S={children:null,parentNodeForRead:t,scope:this,selection:null,shouldRead:!0,storageKey:"id",storeNode:v,value:v.value};v.executionNodes.push(S),o("relay-runtime").isSuspenseSentinel(v.value)&&this.addPendingExecNode(S),a.push(S)}break;case o("relay-runtime").RelayConcreteNode.LINKED_FIELD:break;case o("relay-runtime").RelayConcreteNode.MODULE_IMPORT:{var R=o("relay-runtime/store/RelayStoreUtils").getModuleComponentKey(n.documentName),L=this.store.getOrCreate(t.storeNode.id,r("ReactiveQueryExecutionStore_EXPERIMENTAL").NO_MODEL_VALUE,R,function(e){return m(n)},null,this.request.variables,null,0),E={children:null,parentNodeForRead:t,scope:this,selection:null,shouldRead:!0,storageKey:R,storeNode:L,value:L.value};a.push(E),L.executionNodes.push(E);var k=d(n);this.createChildrenFromSelections(t,k,a);break}}},t.createDeferredNode=function(n,r){var t=new e(this.store,this.request,r.selections,n.storeNode,this.onNext,function(){},this.publisher,this);return t.rootNode},t.createModelResolverNode=function(t){var e=t.selection,n=e.modelResolvers;n!=null||s(0,99826);var r=this.store.getOrCreateModelResolver(t.storeNode,n,e.backingField.args,this.request.variables,e.linkedField.concreteType),a=[],i={children:a,parentNodeForRead:t,scope:this,selection:e,shouldRead:!0,storageKey:t.storageKey,storeNode:r,value:r.value};return r.executionNodes.push(i),o("relay-runtime").isSuspenseSentinel(r.value)?this.addPendingExecNode(i):r.value!=null&&this.createChildrenFromSelections(i,e.linkedField.selections,a),i},t.createPluralChildNode=function(t,n,r){var e=[],a=n.storeNode,i=this.store.getOrCreate(a.id,a.value,String(t),function(e){return Array.isArray(e)?e[t]:null},null,this.request.variables,r.linkedField.concreteType,r.modelResolvers!=null?1:0),l={children:e,parentNodeForRead:n,scope:this,selection:r,shouldRead:!0,storageKey:String(t),storeNode:i,value:i.value};if(i.executionNodes.push(l),o("relay-runtime").isSuspenseSentinel(i.value))this.addPendingExecNode(l);else if(i.value!=null)if(r.modelResolvers!=null){var s=this.createModelResolverNode(l);e.push(s)}else this.createChildrenFromSelections(l,r.linkedField.selections,e);return l},t.createNonRootFragmentClientEdgeNode=function(t,n,r,a,i,l){var e=t.modelResolvers,u=t.linkedField.plural,c=this.store.getOrCreate(n.storeNode.id,r,a,i,t.backingField.args,this.request.variables,t.linkedField.concreteType,u?2:e!=null?1:0),d=[],m={children:d,parentNodeForRead:n,scope:this,selection:t,shouldRead:!0,storageKey:a,storeNode:c,value:c.value};if(c.executionNodes.push(m),o("relay-runtime").isSuspenseSentinel(c.value))this.addPendingExecNode(m);else if(c.value!=null)if(u){Array.isArray(c.value)||s(0,102212);for(var p=c.value.length,_=0;_<p;_++)d.push(this.createPluralChildNode(_,m,t))}else if(e!=null){var f=this.createModelResolverNode(m);d.push(f)}else this.createChildrenFromSelections(m,t.linkedField.selections,d);l.push(m)},t.createNonRootFragmentLeafNode=function(t,n,r,a,i,l){var e=this.store.getOrCreate(n.storeNode.id,r,a,i,t.args,this.request.variables,null,0),s={children:null,parentNodeForRead:n,scope:this,selection:null,shouldRead:!0,storageKey:a,storeNode:e,value:e.value};e.executionNodes.push(s),o("relay-runtime").isSuspenseSentinel(e.value)&&this.addPendingExecNode(s),l.push(s)},t.scheduleRead=function(t){t.shouldRead||(t.shouldRead=!0,t.parentNodeForRead==null||t.parentNodeForRead.storeNode.nodeType===1||t.parentNodeForRead.storeNode.nodeType===2?this.execNodesToRead.push(t):t.parentNodeForRead.shouldRead||(t.parentNodeForRead.shouldRead=!0,this.execNodesToRead.push(t.parentNodeForRead)))},t.createRootFragmentNode=function(t,n,r,a,i){var e;i.args==null?e=o("ReactiveExecutorUtils").convertLocalArgumentsToNormalizationVariableArguments(r.argumentDefinitions):r.argumentDefinitions==null?e=i.args:e=i.args.concat(o("ReactiveExecutorUtils").convertLocalArgumentsToNormalizationVariableArguments(r.argumentDefinitions));var l=this.store.getOrCreateRootFragmentWrapper(this.request,t.storeNode,r,e,this.request.variables),s=[],u={children:s,parentNodeForRead:t,scope:this,selection:i,shouldRead:!0,storageKey:r.name,storeNode:l,value:l.value};return l.executionNodes.push(u),o("relay-runtime").isSuspenseSentinel(l.value)?this.addPendingExecNode(u):l.value!=null&&this.createRootFragmentInnerNode(u,t,n,a,i),u},t.createRootFragmentInnerNode=function(t,n,r,a,i){if(i.kind===o("relay-runtime").RelayConcreteNode.CLIENT_EDGE_TO_CLIENT_OBJECT){this.createNonRootFragmentClientEdgeNode(i,n,t.storeNode.value,r,a,t.children);return}this.createNonRootFragmentLeafNode(i,n,t.storeNode.value,r,a,t.children)},t.addPendingExecNode=function(t){var e=this.pendingExecNodes.size;this.pendingExecNodes.add(t),this.publisher&&e!==this.pendingExecNodes.size&&this.pendingExecNodes.size===1&&(this.publisher.pendingScopesCounter.count+=1)},t.deletePendingExecNode=function(t){var e=this.pendingExecNodes.size;this.pendingExecNodes.delete(t),this.publisher&&e!==this.pendingExecNodes.size&&this.pendingExecNodes.size===0&&(this.publisher.pendingScopesCounter.count-=1)},t.dispose=function(){this.store.updater.disposeExecutionNode(this.rootNode),this.isReadScheduled=!1,this.execNodesToRead=[]},e})();function d(e){e.operationModuleProvider!=null||s(0,102041);var t=e.operationModuleProvider();if(t.kind==="Request")return t.operation.selections;if(t.kind==="SplitOperation")return t.selections;throw new Error("Does not support other type of modules")}function m(e){e.componentModuleProvider!=null||s(0,102040);var t=e.componentModuleProvider();return t instanceof r("JSResourceReference")&&(t.getModuleIfRequired()||(r("gkx")("14634")?r("setTimeout")(function(){t.preload()},0):t.preload())),t}l.Executor=u,l.Scope=c}),98);
__d("ReactiveQueryExecutionStore_EXPERIMENTAL",["invariant","FBLogger","ReactiveExecutorUtils","ReactiveQueryExecutionNode_EXPERIMENTAL","gkx","nullthrows","relay-runtime","relay-runtime/store/RelayModernRecord","relay-runtime/store/RelayStoreUtils","relay-runtime/store/live-resolvers/isLiveStateValue","relay-runtime/util/RelayConcreteNode","shallowEqual"],(function(t,n,r,o,a,i,l,s){"use strict";var e,u=0,c=1,d=2,m=3,p=(function(){function e(e,t,n){n===void 0&&(n=!1),this.$1=new Map,this.updater=new _(this,t),this.enableFieldTimeLogging=n}var t=e.prototype;return t.getRootStoreNode=function(){var t=this.$1.get("client:root");if(t)return t;var n={args:{},cleanup:null,error:null,executionNodes:[],id:"client:root",nodeType:u,parentValue:null,read:null,resolverFn:function(){},typeName:"__Root",value:e.NO_MODEL_VALUE};return this.$1.set("client:root",n),n},t.getOrCreate=function(t,n,r,a,i,l,s,u){var e=t+":"+r,c=this.$1.get(e);if(c!=null)return c;var d=o("relay-runtime").getArgumentValues(i,l),m=this.createStoreNode(e,s,d,n,a,u);return this.$1.set(e,m),m},t.getOrCreateModelResolver=function(t,n,a,i,l){var e=r("nullthrows")(t.value);if(typeof e!="object"||typeof e.id!="string")throw r("FBLogger")("relay").mustfixThrow("Expected client edge resolver for %s to return a value of shape `{id: string, __typename?: string}`",t.id);var s=e.id,u=l;if(u==null){var c=e.__typename;if(typeof c!="string")throw r("FBLogger")("relay").mustfixThrow("Expected the `__typename` field to be present on an abstract type for model at %s",t.id);u=c}var d="client:"+u+":"+s,m=this.$1.get(d);if(m!=null)return m;var p=o("relay-runtime").getArgumentValues(a,i),_=r("nullthrows")(n[u]),f=typeof _.resolverModule=="function"?_.resolverModule:_.resolverModule.default,g=this.createStoreNode(d,u,p,s,f,0);return this.$1.set(d,g),g},t.getOrCreateRootFragmentWrapper=function(t,n,r,a,i){var e=this,l,s=o("relay-runtime").getArgumentValues(a,i),u=n.id,c=a&&a.length!==0?o("relay-runtime/store/RelayStoreUtils").formatStorageKey(r.name,s):r.name,d=u+":"+c,p=this.$1.get(d);if(p!=null)return p;var _=new(o("relay-runtime")).RecordSource,h=!0,y=!1,C=new(o("ReactiveQueryExecutionNode_EXPERIMENTAL")).Scope(this,t,r.selections,n,function(t){var n=f(_,t);!h&&(n||y)&&e.updater.updateRootFragmentWrapperStoreNode(S,[v,_]),y=!1},function(){y=!0,h||e.updater.updateRootFragmentWrapperStoreNode(S,o("relay-runtime").suspenseSentinel())}),b=r.name.replace("$normalization",""),v={__fragmentOwner:t,__fragments:(l={},l[b]=s,l),__id:u},S={args:s,cleanup:function(){C.dispose()},error:null,executionNodes:[],id:d,nodeType:m,parentValue:null,read:null,resolverFn:g,typeName:null,value:C.pendingExecNodes.size>0?o("relay-runtime").suspenseSentinel():[v,_]};return this.$1.set(d,S),h=!1,S},t.createStoreNode=function(n,o,a,i,l,s){var t=this;try{if(this.enableFieldTimeLogging){var u;(u=this.logFn)==null||u.call(this,{resolverFn:l,storeNodeId:n,type:"resolver.start"})}var c=i===e.NO_MODEL_VALUE?l(a,!0):l(i,a,!0);if(this.enableFieldTimeLogging){var d;(d=this.logFn)==null||d.call(this,{resolverFn:l,storeNodeId:n,type:"resolver.end"})}if(r("relay-runtime/store/live-resolvers/isLiveStateValue")(c)){var m=c.subscribe(function(){t.updater.storeLiveValueUpdated(g)});if(this.enableFieldTimeLogging){var p;(p=this.logFn)==null||p.call(this,{resolverFn:l,storeNodeId:n,type:"read.start"})}var _=c.read();if(this.enableFieldTimeLogging){var f;(f=this.logFn)==null||f.call(this,{resolverFn:l,storeNodeId:n,type:"read.end"})}var g={args:a,cleanup:m,error:null,executionNodes:[],id:n,nodeType:s,parentValue:i,read:c.read,resolverFn:l,typeName:o,value:_};return g}var h={args:a,cleanup:null,error:null,executionNodes:[],id:n,nodeType:s,parentValue:i,read:null,resolverFn:l,typeName:o,value:c};return h}catch(e){var y={args:a,cleanup:null,error:e instanceof Error?e:new Error(String(e)),executionNodes:[],id:n,nodeType:s,parentValue:i,read:null,resolverFn:l,typeName:o,value:null};return y}},t.removeStoreNodeReference=function(t,n){var e=t.executionNodes,r=e.indexOf(n);if(r!==-1){var o=e.length-1;r!==o&&(e[r]=e[o]),e.length=o}e.length===0&&this.dispose(t)},t.dispose=function(t){t.cleanup&&t.cleanup(),this.$1.delete(t.id)},e})();p.NO_MODEL_VALUE=Object.freeze({});var _=(function(){function e(e,t){var n=this,a;this.$1=[],this.$2=[],this.$3=[],this.updateAll=function(){if(!(n.$1.length===0&&n.$2.length===0)){var e=new(o("relay-runtime")).RecordSource,t=[];if(r("gkx")("8048")){n.$3=[];for(var a=0;a<n.$1.length;a++){var i=n.$1[a];if(i!=null)try{n.$4.enableFieldTimeLogging&&(n.$4.logFn==null||n.$4.logFn({resolverFn:i.resolverFn,storeNodeId:i.id,type:"read.start"}));var l=i.read();if(n.$4.enableFieldTimeLogging&&(n.$4.logFn==null||n.$4.logFn({resolverFn:i.resolverFn,storeNodeId:i.id,type:"read.end"})),l===i.value)continue;n.updateExecNodesBackedByStoreNode(i),i.value=l}catch(e){var s=e instanceof Error?e:new Error(String(e));n.updateBackingStoreNodeWithError(i,s)}}n.$1=[],n.processAllPendingExecNodes(t,e)}else if(n.$1.length===0){for(var u=0;u<n.$2.length;u++){var c=n.$2[u];if(c.isReadScheduled){var d=c.publisher;d!=null&&!d.isPublishScheduled&&(d.isPublishScheduled=!0,d.recordSource=e,t.push(d)),c.isReadScheduled=!1,c.readAndMaybeFlush()}}n.$2=[]}else{for(var m=0;m<n.$1.length;m++){var p=n.$1[m];if(p!=null){n.$3=[];try{n.$4.enableFieldTimeLogging&&(n.$4.logFn==null||n.$4.logFn({resolverFn:p.resolverFn,storeNodeId:p.id,type:"read.start"}));var _=p.read();if(n.$4.enableFieldTimeLogging&&(n.$4.logFn==null||n.$4.logFn({resolverFn:p.resolverFn,storeNodeId:p.id,type:"read.end"})),_===p.value)continue;n.updateExecNodesBackedByStoreNode(p),p.value=_}catch(e){var f=e instanceof Error?e:new Error(String(e));n.updateBackingStoreNodeWithError(p,f)}n.processAllPendingExecNodes(t,e)}}n.$1=[]}for(var g=0;g<t.length;g++){var h=t[g];h.isPublishScheduled=!1;var y=h.pendingScopesCounter.count===0;(h.recordSource.size()>0||y&&!h.hasBeenFinal)&&(h.sink.next({kind:"PAYLOAD",payload:{data:h.recordSource.size()>0?h.recordSource.toJSON():null,extensions:{is_final:y,is_normalized:!0}}}),h.hasBeenFinal||(h.hasBeenFinal=y)),h.recordSource.clear()}}},this.$4=e,this.$5=t,(a=this.$5)==null||a.addPersistedCallback(this.updateAll)}var t=e.prototype;return t.storeLiveValueUpdated=function(t){this.$1.push(t),this.scheduleUpdate()},t.scheduleUpdate=function(){var e;(e=this.$5)!=null&&e.isBatching||this.updateAll()},t.processAllPendingExecNodes=function(t,n){if(!(this.$3.length===0&&this.$2.length===0))do{for(var e=0;e<this.$3.length;e++)for(var r=this.$3[e],o=0;o<r.length;o++){var a=r[o];this.updateExecutionNode(a)}this.$3=[];var i=this.$2.pop();if(i!=null&&i.isReadScheduled){var l=i.publisher;l!=null&&!l.isPublishScheduled&&(l.isPublishScheduled=!0,l.recordSource=n,t.push(l)),i.readAndMaybeFlush(),i.isReadScheduled=!1}}while(this.$2.length||this.$3.length)},t.updateExecutionNode=function(t){var e=t.storeNode.value;if(t.value!==e){if(o("relay-runtime").isSuspenseSentinel(e)){if(t.children!=null){for(var n=0;n<t.children.length;n++)this.disposeExecutionNode(t.children[n]);t.children=[]}t.shouldRead=!1,t.scope.addPendingExecNode(t)}else if(o("relay-runtime").isSuspenseSentinel(t.value))t.scope.deletePendingExecNode(t),t.selection!=null&&e!=null&&this.rebuildExecNodeChildren(t),this.scheduleReadForPotentialRefChange(t);else if(e==null){if(t.children!=null){for(var a=0;a<t.children.length;a++)this.disposeExecutionNode(t.children[a]);t.children=[]}this.scheduleReadForPotentialRefChange(t)}else if(t.value==null)t.selection!==null&&this.rebuildExecNodeChildren(t),this.scheduleReadForPotentialRefChange(t);else if(t.storeNode.nodeType===c){t.selection!=null&&t.selection.kind==="ClientEdgeToClientObject"&&t.selection.modelResolvers!=null||s(0,99935);var i=r("nullthrows")(t.children[0]);this.disposeExecutionNode(i);var l=t.scope.createModelResolverNode(t);t.children[0]=l,t.scope.scheduleRead(t)}else if(t.storeNode.nodeType===d){t.children!=null||s(0,100397);var u=t.children.length,m=Array.isArray(e)?e.length:0;if(m>u)for(var p=u;p<m;p++)t.children.push(t.scope.createPluralChildNode(p,t,t.selection));else{for(var _=m;_<u;_++)this.disposeExecutionNode(t.children[_]);t.children.length=m}t.scope.scheduleRead(t)}else t.scope.scheduleRead(t);if(t.value=t.storeNode.value,t.children!=null)for(var f=0;f<t.children.length;f++)this.updateBackingStoreNode(t.children[f],t.storeNode);this.scheduleScopeToRead(t.scope)}},t.scheduleScopeToRead=function(t){t.isReadScheduled||(t.isReadScheduled=!0,this.$2.push(t))},t.updateBackingStoreNode=function(t,n){if(t.storageKey!==""){var e=t.storeNode,o=n.value;if(n.nodeType===c)o!=null&&typeof o.id=="string"||s(0,99827),o=o.id;else if(e.nodeType===m)return;if(e.parentValue!==o){e.parentValue=o;try{if(this.$4.enableFieldTimeLogging){var a,i;(a=(i=this.$4).logFn)==null||a.call(i,{resolverFn:e.resolverFn,storeNodeId:e.id,type:"resolver.start"})}var l=o===p.NO_MODEL_VALUE?e.resolverFn(e.args):e.resolverFn(o,e.args);if(this.$4.enableFieldTimeLogging){var u,d;(u=(d=this.$4).logFn)==null||u.call(d,{resolverFn:e.resolverFn,storeNodeId:e.id,type:"resolver.end"})}r("shallowEqual")(l,e.value)||this.updateBackingStoreNodeImpl(e,l)}catch(t){var _=t instanceof Error?t:new Error(String(t));this.updateBackingStoreNodeWithError(e,_)}}}},t.updateBackingStoreNodeImpl=function(t,n){var e=this;if(r("relay-runtime/store/live-resolvers/isLiveStateValue")(n)){var o=t;try{if(this.$4.enableFieldTimeLogging){var a,i;(a=(i=this.$4).logFn)==null||a.call(i,{resolverFn:o.resolverFn,storeNodeId:o.id,type:"read.start"})}var l=n.read();if(this.$4.enableFieldTimeLogging){var s,u;(s=(u=this.$4).logFn)==null||s.call(u,{resolverFn:o.resolverFn,storeNodeId:o.id,type:"read.end"})}t.cleanup!=null&&t.cleanup(),o.cleanup=n.subscribe(function(){e.storeLiveValueUpdated(o)}),this.updateExecNodesBackedByStoreNode(o),o.error=null,o.read=n.read,o.value=l}catch(e){var c=e instanceof Error?e:new Error(String(e));this.updateBackingStoreNodeWithError(t,c)}}else this.updateExecNodesBackedByStoreNode(t),t.error=null,t.value=n},t.updateBackingStoreNodeWithError=function(t,n){n!==t.error&&(this.updateExecNodesBackedByStoreNode(t),t.cleanup!=null&&(t.cleanup(),t.cleanup=null),t.value=null,t.read=null,t.error=n)},t.updateExecNodesBackedByStoreNode=function(t){this.$3.push(t.executionNodes)},t.updateRootFragmentWrapperStoreNode=function(t,n){n!==t.value&&this.updateBackingStoreNodeImpl(t,n)},t.disposeExecutionNode=function(t){if(t.value=t.storeNode.value,o("relay-runtime").isSuspenseSentinel(t.storeNode.value)&&t.scope.deletePendingExecNode(t),this.$4.removeStoreNodeReference(t.storeNode,t),t.children){for(var e=0;e<t.children.length;e++)this.disposeExecutionNode(t.children[e]);t.children=[]}t.shouldRead=!1,t.storageKey===""&&(t.scope.isReadScheduled=!1)},t.rebuildExecNodeChildren=function(t){if(t.storeNode.nodeType===u){var e=t.selection;switch(e.kind){case r("relay-runtime/util/RelayConcreteNode").CLIENT_EDGE_TO_CLIENT_OBJECT:{var n=e.linkedField.selections;t.scope.createChildrenFromSelections(t,n,t.children);break}default:throw new Error("Update for "+e.kind+" not supported")}}else if(t.storeNode.nodeType===c){if(t.selection.kind==="ClientEdgeToClientObject"&&t.selection.modelResolvers!=null||s(0,99935),t.children.length===1){var a=r("nullthrows")(t.children[0]);this.disposeExecutionNode(a)}var i=t.scope.createModelResolverNode(t);t.children[0]=i}else if(t.storeNode.nodeType===d){Array.isArray(t.storeNode.value)||s(0,100397);var l=t.children.length,p=t.storeNode.value.length;if(p>l)for(var _=l;_<p;_++)t.children.push(t.scope.createPluralChildNode(_,t,t.selection));else{for(var f=p;f<l;f++)this.disposeExecutionNode(t.children[f]);t.children.length=p}}else if(t.storeNode.nodeType===m)if(t.children.length===0){var g=t.selection,h,y;g.backingField==null?(h=o("ReactiveExecutorUtils").getStorageKey(g,t.scope.request.variables),y=r("nullthrows")(g.resolverInfo).resolverFunction):(h=o("ReactiveExecutorUtils").getStorageKey(g.backingField,t.scope.request.variables),y=r("nullthrows")(g.backingField.resolverInfo).resolverFunction),t.scope.createRootFragmentInnerNode(t,r("nullthrows")(t.parentNodeForRead),h,y,g)}else throw new Error("Unexpected rootFragment wrapper with existing children");else throw new Error("Unsupported node type",t.storeNode.nodeType)},t.scheduleReadForPotentialRefChange=function(t){var e;if(((e=t.parentNodeForRead)==null?void 0:e.storeNode.nodeType)===1){var n;((n=t.parentNodeForRead.parentNodeForRead)==null?void 0:n.storeNode.nodeType)===2?t.scope.scheduleRead(t.parentNodeForRead.parentNodeForRead):(t.shouldRead=!0,t.scope.scheduleRead(t.parentNodeForRead))}else t.scope.scheduleRead(t)},e})();function f(t,n){for(var o=!1,a=n.getRecordIDs(),i=0;i<a.length;i++){var l=a[i],s=n.get(l),u=t.get(l);if(s!=null&&u!=null){var c=(e||(e=r("relay-runtime/store/RelayModernRecord"))).update(u,s);c!==u&&(t.set(l,c),o=!0)}else s===null?(t.delete(l),u!==null&&(o=!0)):s&&(o=!0,t.set(l,s))}return o}function g(){throw new Error("Unreachable")}l.default=p}),98);
__d("LSRelayEnvironmentConfig",["ReactiveQueryExecutionNode_EXPERIMENTAL","ReactiveQueryExecutionStore_EXPERIMENTAL","nullthrows","relay-runtime"],(function(t,n,r,o,a,i,l){"use strict";function e(e,t,n,a){a===void 0&&(a=!1);var i=new(o("ReactiveQueryExecutionNode_EXPERIMENTAL")).Executor(new(r("ReactiveQueryExecutionStore_EXPERIMENTAL"))(t,n,a));function l(t,n,a,l,s,u,c,d){if(t.metadata.is_ls_relay_request!==!0)return e.execute.apply(null,arguments);var m={kind:"Request",operation:r("nullthrows")(t.metadata.operation),params:t};return o("relay-runtime").Observable.create(function(r){var p=t.id==null&&t.text==null;if(!p&&d!=null){var _=d(),f=_.status;p=f==="available"}if(p){var g=o("relay-runtime").__internal.getOperationVariables(m.operation,m.params.providedVariables,n),h=i.execute(o("relay-runtime").createRequestDescriptor(m,g)).subscribe({complete:r.complete,error:r.error,next:function(t){if(t.kind!=="WAITING"){var e=t.payload,n=e.extensions;n!==null&&(n.is_client_only=!0),r.next(e)}}}),y=h.unsubscribe;return function(){y()}}var C=!1;function b(){C?r.complete():C=!0}var v=!1;function S(){v||(v=!0,E(),T())}function R(e){r.error(e),S()}var L=e.execute(t,n,a,l,s,u,c).subscribe({complete:b,error:R,next:r.next}),E=L.unsubscribe,k=o("relay-runtime").__internal.getOperationVariables(m.operation,m.params.providedVariables,n),I=i.execute(o("relay-runtime").createRequestDescriptor(m,k)).subscribe({complete:r.complete,error:R,next:function(t){t.kind!=="WAITING"&&r.next(t.payload)}}),T=I.unsubscribe;return S})}return{execute:l}}var s=function(t){var e,n;if(((e=t.extensions)==null?void 0:e.is_ls_relay_response)!==!0)return o("relay-runtime").__internal.normalizeResponse.apply(null,arguments);var r=new(o("relay-runtime")).RecordSource(t.data);return{errors:[],fieldPayloads:[],followupPayloads:[],incrementalPlaceholders:[],isFinal:((n=t.extensions)==null?void 0:n.is_final)===!0,source:r}};l.injectLSRelayHandler=e,l.normalizeResponse=s}),98);
__d("LiveQueryEventsLoggingResolver",["Random","gkx"],(function(t,n,r,o,a,i,l){var e="default",s="without_sampling";function u(){if(r("gkx")("21095"))return{force_log_context:s,sampling_rate:1,client_has_ods_usecase_counters:!0};if(o("Random").coinflip(1e4))return{force_log_context:e,sampling_rate:1e4,client_has_ods_usecase_counters:!0}}l.tempResolveLoggingContext=u}),98);
__d("LoadObjectOperation",["$InternalEnum"],(function(t,n,r,o,a,i){"use strict";var e=n("$InternalEnum").Mirrored(["CREATING","DELETING","LOADING","UPDATING"]),l=e;i.default=l}),66);
__d("LoadObject",["invariant","LoadObjectOperation","immutable","nullthrows","shallowEqual"],(function(t,n,r,o,a,i,l,s){"use strict";var e=[void 0,null,!1,!0,0,""],u=function(t,n){return Object.is(t,n)||r("immutable").is(t,n)},c="SECRET_"+Math.random(),d=new Map(new Map(e.map(function(e){return[e,new Map([[!0,new Map],[!1,new Map]])]}))),m=r("immutable").Record({operation:void 0,value:void 0,error:void 0,internalHasValue:!1}),p=(function(e){function t(t,n,r,o,a){return t===c||s(0,2084),e.call(this,{operation:n,value:r,error:o,internalHasValue:a})||this}babelHelpers.inheritsLoose(t,e),t.$LoadObject1=function(n,r,o,a){var e=t.$LoadObject2(n,r,o,a);return e||new t(c,n,r,o,a)},t.$LoadObject2=function(n,o,a,i){if(a!==void 0||!d.has(o))return null;var e=r("nullthrows")(d.get(o)),l=r("nullthrows")(e.get(i));if(!l.has(n)){var s=new t(c,n,o,a,i);l.set(n,s)}return r("nullthrows")(l.get(n))};var n=t.prototype;return n.getOperation=function(){return this.get("operation")},n.getValue=function(){return this.get("value")},n.getValueEnforcing=function(){var e=this.getError(),t=this.getOperation();e==null?this.hasValue()||s(0,86799,t):this.hasValue()||s(0,86800,t,e.message);var n=this.getValue();return n},n.getError=function(){return this.get("error")},n.getErrorEnforcing=function(){return this.hasError()||s(0,2086),this.get("error")},n.hasValue=function(){return!!this.get("internalHasValue")},n.hasOperation=function(){return this.getOperation()!==void 0},n.hasError=function(){return this.getError()!==void 0},n.isEmpty=function(){return!this.hasValue()&&!this.hasOperation()&&!this.hasError()},n.setOperation=function(n){var e=t.$LoadObject2(n,this.getValue(),this.getError(),this.hasValue());return e||this.set("operation",n)},n.setValue=function(n){var e=t.$LoadObject2(this.getOperation(),n,this.getError(),!0);return e||this.set("value",n).set("internalHasValue",!0)},n.setError=function(n){var e=t.$LoadObject2(this.getOperation(),this.getValue(),n,this.hasValue());return e||this.set("error",n)},n.removeOperation=function(){var e=this.remove("operation"),n=t.$LoadObject2(e.getOperation(),e.getValue(),e.getError(),e.hasValue());return n||e},n.removeValue=function(){var e=this.remove("value").remove("internalHasValue"),n=t.$LoadObject2(e.getOperation(),e.getValue(),e.getError(),e.hasValue());return n||e},n.removeError=function(){var e=this.remove("error"),n=t.$LoadObject2(e.getOperation(),e.getValue(),e.getError(),e.hasValue());return n||e},n.isCreating=function(){return this.getOperation()===r("LoadObjectOperation").CREATING},n.isDeleting=function(){return this.getOperation()===r("LoadObjectOperation").DELETING},n.isDone=function(){return!this.hasOperation()},n.hasValueWithoutError=function(){return this.isDone()&&this.hasValue()&&!this.hasError()},n.isLoading=function(){return this.getOperation()===r("LoadObjectOperation").LOADING},n.isLoadingOrEmpty=function(){return this.isLoading()||this.isEmpty()},n.isUpdating=function(){return this.getOperation()===r("LoadObjectOperation").UPDATING},n.creating=function(){return this.setOperation(r("LoadObjectOperation").CREATING)},n.deleting=function(){return this.setOperation(r("LoadObjectOperation").DELETING)},n.done=function(){return this.removeOperation()},n.loading=function(){return this.setOperation(r("LoadObjectOperation").LOADING)},n.updating=function(){return this.setOperation(r("LoadObjectOperation").UPDATING)},n.map=function(n){if(!this.hasValue())return this;var e=this.getValueEnforcing(),r=n(e);return r instanceof t?r:this.setValue(r)},n.mapValue=function(n){if(!this.hasValue())return this;var e=this.getValueEnforcing(),r=n(e);return r instanceof t?(!r.hasError()&&this.hasError()&&(r=r.setError(this.getErrorEnforcing())),!r.hasOperation()&&this.hasOperation()&&(r=r.setOperation(this.getOperation())),r):this.setValue(r)},n.mapError=function(n){if(!this.hasError())return this;var e=this.getErrorEnforcing(),r=n(e);return r instanceof t?r:this.setError(r)},n.match=function(t,n){if(this.hasOperation()){var e=t.loading;return this.isCreating()&&t.creating?e=t.creating:this.isUpdating()&&t.updating?e=t.updating:this.isDeleting()&&t.deleting&&(e=t.deleting),e(this.value,this.error,n)}return this.hasError()?this.hasValue()&&t.loadedWithError?r("nullthrows")(t.loadedWithError)(this.getValueEnforcing(),this.getErrorEnforcing(),n):t.error(this.getErrorEnforcing(),n):this.hasValue()?t.loaded(this.getValueEnforcing(),n):t.empty?t.empty(n):t.error(new Error("No value"),n)},n.equals=function(n,r){return t.equals(this,n,r)},n.shallowEquals=function(n){return t.equals(this,n,r("shallowEqual"))},t.equals=function(t,n,r){var e=t===n;if(!t||!n||e)return e;if(t.getOperation()!==n.getOperation()||t.hasError()!==n.hasError()||t.hasValue()!==n.hasValue())return!1;if(t.hasError()&&n.hasError()&&t.getError()===n.getError())return!0;var o=t.getValue(),a=n.getValue();if(!o||!a)return o===a;var i=r!=null?r:u;return i(o,a)},t.shallowEquals=function(n,o){return t.equals(n,o,r("shallowEqual"))},t.creating=function(){return t.$LoadObject1(r("LoadObjectOperation").CREATING,void 0,void 0,!1)},t.deleting=function(){return t.$LoadObject1(r("LoadObjectOperation").DELETING,void 0,void 0,!1)},t.empty=function(){return t.$LoadObject1(void 0,void 0,void 0,!1)},t.loading=function(){return t.$LoadObject1(r("LoadObjectOperation").LOADING,void 0,void 0,!1)},t.updating=function(){return t.$LoadObject1(r("LoadObjectOperation").UPDATING,void 0,void 0,!1)},t.withError=function(n){return t.$LoadObject1(void 0,void 0,n,!1)},t.withValue=function(n){return t.$LoadObject1(void 0,n,void 0,!0)},t})(m);l.default=p}),98);
__d("MainPageUrl",["ExecutionEnvironment","FBLogger","SimpleHook","getErrorSafe"],(function(t,n,r,o,a,i,l){"use strict";var e,s,u,c=new URL((function(){var e=(self!==void 0?self:typeof window!="undefined"?window:{location:{href:"http://undefined"}}).location.href;return(u||(u=r("ExecutionEnvironment"))).isInWorker&&e&&e.startsWith("blob:")&&(e=e.substring(5,e.length)),e})()),d=new URL(c.href),m=new(o("SimpleHook")).SimpleHook;function p(){var e;return(u||(u=r("ExecutionEnvironment"))).isInBrowser&&(d==null||(e=d.searchParams)==null?void 0:e.get("workerlog"))==="debug"}function _(t){try{p()&&r("FBLogger")("worker").DEBUG(e||(e=babelHelpers.taggedTemplateLiteralLoose(["received url ",""])),t);var n=new URL(t,d.href||c.href);d.href!==n.href?(d.href=n.href,m.call(d)):p()&&r("FBLogger")("worker").DEBUG(s||(s=babelHelpers.taggedTemplateLiteralLoose(["ignoring url: path didn't change in ",""])),t)}catch(e){r("FBLogger")("worker").catching(r("getErrorSafe")(e)).warn("invalid url")}}typeof window=="object"&&typeof window.location=="object"&&typeof window.location.href=="string"&&_(window.location.href),l.mainPageUrl=d,l.onMainPageUrlChange=m,l.isWorkerLogEnabled=p,l.updateMainPageUrl=_}),98);
__d("NestedTimeRange",["SimpleHook","performance","performanceAbsoluteNow"],(function(t,n,r,o,a,i,l){"use strict";var e,s,u=new(o("SimpleHook")).SimpleHook,c=new(o("SimpleHook")).SimpleHook,d="/";function m(e,t){return""+e+d+t}var p=(function(){function t(e,t){t===void 0&&(t=null),this.$3=0,this.$1=e,this.$2=t}var n=t.prototype;return n.isRunning=function(){return this.$3>0},n.fullname=function(){return this.$2!==null?m(this.$2.fullname(),this.$1):this.$1},n.start=function(n){if(n===void 0&&(n=(e||(e=r("performanceAbsoluteNow")))()),this.$3===0){var t;(t=this.$2)==null||t.start(n),this.__onStart(n)}return++this.$3,n},n.__onStart=function(t){u.call(this,t)},n.stop=function(n){if(n===void 0&&(n=(e||(e=r("performanceAbsoluteNow")))()),--this.$3,this.$3===0){var t;this.__onStop(n),(t=this.$2)==null||t.stop(n)}return n},n.__onStop=function(t){c.call(this,t)},t})();function _(){(s||(s=r("performance"))).mark&&(s||(s=r("performance"))).measure&&(u.add(function(e,t){(s||(s=r("performance"))).mark(e.fullname()+"_start")}),c.add(function(e,t){(s||(s=r("performance"))).measure(e.fullname(),e.fullname()+"_start")}))}l.OnRangeStart=u,l.OnRangeStop=c,l.TIME_RANGE_LEVEL_SEPARATOR=d,l.rangeFullName=m,l.NestedTimeRange=p,l.enableDevConsoleTimeline=_}),98);
__d("OutsideExceptionKeyCommandListener.react",["BaseKeyCommandListener.react","CometLayerKeyCommandWrapper.react","react","react-compiler-runtime"],(function(t,n,r,o,a,i,l){"use strict";var e,s=e||(e=o("react"));function u(e){var t=o("react-compiler-runtime").c(2),n=e.children,a;return t[0]!==n?(a=s.jsx(r("BaseKeyCommandListener.react"),{observersEnabled:!1,children:s.jsx(r("CometLayerKeyCommandWrapper.react"),{debugName:"outside exception layer",children:n})}),t[0]=n,t[1]=a):a=t[1],a}l.default=u}),98);
__d("QLogEvent",["DoubleKeyMap","FBLogger","NestedTimeRange","QPLEvent","SimpleHook","performanceNavigationStart"],(function(t,n,r,o,a,i,l){"use strict";var e,s,u=new(o("DoubleKeyMap")).DoubleKeyMap,c=(function(e){function t(t,n,r){var o;return o=e.call(this,t,r)||this,o.$QPLRange$p_1=n,u.set(n,o.fullname(),o),o}babelHelpers.inheritsLoose(t,e);var n=t.prototype;return n.__onStart=function(n){e.prototype.__onStart.call(this,n),this.$QPLRange$p_1.point(this.fullname()+"_START",{timestamp:n})},n.__onStop=function(n){e.prototype.__onStop.call(this,n),this.$QPLRange$p_1.point(this.fullname()+"_END",{timestamp:n}),u.delete(this.$QPLRange$p_1,this.fullname())},n.range=function(n){var e;this.fullname().startsWith(o("NestedTimeRange").TIME_RANGE_LEVEL_SEPARATOR)||r("FBLogger")("qpl").warn("Range %s cannot have subrange since root name does not start with /",this.fullname());var a=o("NestedTimeRange").rangeFullName(this.fullname(),n);return(e=u.get(this.$QPLRange$p_1,a))!=null?e:new t(n,this.$QPLRange$p_1,this)},t})(o("NestedTimeRange").NestedTimeRange),d=new(o("DoubleKeyMap")).DoubleKeyMap,m=new(s=o("SimpleHook")).SimpleHook,p=new s.SimpleHook,_=new s.SimpleHook,f=new s.SimpleHook,g=(function(t){function n(n,r,a,i,l){var s;r===void 0&&(r=0),a===void 0&&(a=2),i===void 0&&(i=!1);var u=(e||(e=o("QPLEvent"))).getMarkerId(n);return s=t.call(this,"event_"+u)||this,s.event=n,s.instanceKey=r,s.$QPLEvent$p_1=a,s.isUserFlow=i,s.$QPLEvent$p_2=l,d.set(u,r,s),s}babelHelpers.inheritsLoose(n,t);var a=n.prototype;return a.action=function(t){return this.$QPLEvent$p_1=t,this},a.getAction=function(){return this.$QPLEvent$p_1},a.setIsUserFlow=function(t){return this.isUserFlow=t,this},a.startFromNavStart=function(){return this.start(r("performanceNavigationStart")()),this},a.startFromTime=function(t){return this.start(t),this},a.__onStart=function(t){var e;(e=this.$QPLEvent$p_2)==null||e.onStart(this,t),m.call(this,t)},a.__onStop=function(n){var t;(t=this.$QPLEvent$p_2)==null||t.onStop(this,n),p.call(this,n),u.deleteAll(this),d.delete((e||(e=o("QPLEvent"))).getMarkerId(this.event),this.instanceKey)},a.range=function(t){var e;return(e=u.get(this,t))!=null?e:new c(t,this)},a.point=function(t,n){var e;return n===void 0&&(n={}),(e=this.$QPLEvent$p_2)==null||e.onPoint(this,t,n),_.call(this,t,n),this},a.annotate=function(t){var e;return(e=this.$QPLEvent$p_2)==null||e.onAnnotate(this,t),f.call(this,t),this},n})(o("NestedTimeRange").NestedTimeRange);function h(t,n,r){var a;return n===void 0&&(n=0),(a=d.get((e||(e=o("QPLEvent"))).getMarkerId(t),n))!=null?a:new g(t,n,2,!1,r)}l.OnEventStart=m,l.OnEventStop=p,l.OnEventPoint=_,l.OnEventAnnotate=f,l.QPLEvent=g,l.event=h}),98);
__d("QPLAddBlueRequestHeaders",["Arbiter","QuickPerformanceLogger"],(function(t,n,r,o,a,i,l){"use strict";var e;function s(){r("Arbiter").subscribe("AsyncRequest/will_send",function(t,n){var o=n.request,a=(e||(e=r("QuickPerformanceLogger"))).getActiveMarkerIds({type:2});a.length>0&&o.setRequestHeader("X-FB-QPL-Active-Flows",a.sort().join(","));var i=e.getActiveE2ETraceIdsAsArray();i.length>0&&o.setRequestHeader("X-FB-QPL-Active-E2E-Trace-IDs",i.sort().join(","))})}l.default=s}),98);
__d("QPLUserFlow",["ErrorMetadata","ErrorPubSub","QuickPerformanceLogger","cr:1752405","performance"],(function(t,n,r,o,a,i,l){"use strict";var e,s,u;function c(e,t){if(t===null)return e!=null?e:null;var n=e!=null?e:{};return n.string||(n.string={}),n.string.uf_debug_info=t,n}var d=1024;function m(e){var t=String(e);return t.length>d?t.substring(0,d-3)+"...":t}var p=(function(){function t(){var t=this;n("cr:1752405")(),(e||(e=r("ErrorPubSub"))).unshiftListener(function(e){if(e.type==="fatal"){var n=t.getActiveFlowIDs();if(n.length!==0){var o=new(r("ErrorMetadata"));o.clearEntries(),n.forEach(function(n){(s||(s=r("QuickPerformanceLogger"))).forEachMarkerInstance(n,function(n,r){t.addPoint(r,"JAVASCRIPT_ERROR_THROWN",{data:{string:{logging_source:e.loggingSource,message_format:m(e.messageFormat),type:e.type},string_array:{message_params:e.messageParams.map(m)}},instanceKey:n})})}),n.forEach(function(e){o.addEntry("QPL","ACTIVE_FLOW_ID",e.toString())});var a=o.format();e.metadata?e.metadata=[].concat(e.metadata,a):e.metadata=a}}})}var o=t.prototype;return o.start=function(t,n){var e=n===void 0?{}:n,o=e.annotations,a=e.cancelExisting,i=a===void 0?!1:a,l=e.cancelOnUnload,u=l===void 0?!0:l,c=e.enableE2ETracing,d=c===void 0?!1:c,m=e.instanceKey,p=m===void 0?0:m,_=e.joinOptions,f=e.onFlowTimeout,g=e.qplInternalDoNotUseAbsoluteTimeOrigin,h=e.timeoutInMs,y=e.timestamp,C=e.trackedForLoss,b=C===void 0?!0:C;_!=null?(s||(s=r("QuickPerformanceLogger"))).markerStartForJoin(t,_.joinId,{instanceKey:p,cancelExisting:i,cancelOnUnload:u,trackedForLoss:b,type:2,qplInternalDoNotUseAbsoluteTimeOrigin:g,monotonicTimestamp:y,absoluteTimeOriginMs:_.absoluteTimeOriginMs,sourceIsPrimary:_.sourceIsPrimary,closeSession:_.closeSession,unreliableSourceClockProcessId:_.unreliableSourceClockProcessId,timeoutMS:h,onMarkerTimeout__DoNotUse:f,crashResilient:!0}):(s||(s=r("QuickPerformanceLogger"))).markerStart(t,p,y,{cancelExisting:i,cancelOnUnload:u,trackedForLoss:b,type:2,qplInternalDoNotUseAbsoluteTimeOrigin:g,timeoutMS:h,onMarkerTimeout__DoNotUse:f,enableE2ETracing:d,crashResilient:!0}),o&&(s||(s=r("QuickPerformanceLogger"))).markerAnnotate(t,o,{instanceKey:p})},o.addAlignmentPointForJoin=function(t,n,o){var e=o===void 0?{}:o,a=e.instanceKey,i=e.requestId,l=e.timestamp;(s||(s=r("QuickPerformanceLogger"))).addAlignmentPointForJoin(t,n,{instanceKey:a,requestId:i,timestamp:l})},o.startFromNavStart=function(t,n){var e=n===void 0?{}:n,o=e.annotations,a=e.cancelExisting,i=a===void 0?!1:a,l=e.cancelOnUnload,c=l===void 0?!0:l,d=e.instanceKey,m=d===void 0?0:d,p=e.joinOptions,_=e.onFlowTimeout,f=e.qplInternalDoNotUseConvertToTimeOnServer,g=e.timeoutInMs,h=e.trackedForLoss,y=h===void 0?!0:h;if(p!=null?(s||(s=r("QuickPerformanceLogger"))).markerStartForJoinFromNavStart(t,p.joinId,{instanceKey:m,cancelExisting:i,cancelOnUnload:c,trackedForLoss:y,type:2,qplInternalDoNotUseConvertToTimeOnServer:f,absoluteTimeOriginMs:p.absoluteTimeOriginMs,sourceIsPrimary:p.sourceIsPrimary,closeSession:p.closeSession,unreliableSourceClockProcessId:p.unreliableSourceClockProcessId,timeoutMS:g,onMarkerTimeout__DoNotUse:_,crashResilient:!0}):(s||(s=r("QuickPerformanceLogger"))).markerStartFromNavStart(t,m,{cancelExisting:i,cancelOnUnload:c,trackedForLoss:y,type:2,qplInternalDoNotUseConvertToTimeOnServer:f,timeoutMS:g,onMarkerTimeout__DoNotUse:_,crashResilient:!0}),o&&(s||(s=r("QuickPerformanceLogger"))).markerAnnotate(t,o,{instanceKey:m}),(p==null?void 0:p.addAlignmentPoints)===!0){var C,b=(C=p==null?void 0:p.requestId)!=null?C:"default_id",v=(u||(u=r("performance")))==null?void 0:(u||(u=r("performance"))).timing.requestStart;v!=null&&this.addAlignmentPointForJoin(t,0,{instanceKey:m,requestId:b,timestamp:v});var S=(u||(u=r("performance")))==null?void 0:(u||(u=r("performance"))).timing.responseEnd;S!=null&&this.addAlignmentPointForJoin(t,3,{instanceKey:m,requestId:b,timestamp:S})}},o.endSuccess=function(t,n){var e=n===void 0?{}:n,r=e.annotations,o=e.instanceKey,a=o===void 0?0:o,i=e.partialCompleteForFurtherJoin,l=i===void 0?!1:i,s=e.timestamp;this.$1(t,l===!0?12524:2,a,r,s)},o.endFailure=function(t,n,r){var e=r===void 0?{}:r,o=e.annotations,a=e.debugInfo,i=e.error,l=e.instanceKey,s=l===void 0?0:l,u=e.timestamp;this.markError(t,n,{debugInfo:a,instanceKey:s,error:i}),this.$1(t,3,s,o,u)},o.endValidationFailure_DO_NOT_USE=function(t,n){var e=n===void 0?{}:n,r=e.annotations,o=e.debugInfo,a=e.instanceKey,i=a===void 0?0:a,l=e.timestamp;this.markError(t,"validation_failed",{debugInfo:o,instanceKey:i}),this.$1(t,7952,i,r,l)},o.endTimeout=function(t,n){var e=n===void 0?{}:n,o=e.instanceKey,a=o===void 0?0:o,i=e.annotations,l=e.timestamp,u=l===void 0?(s||(s=r("QuickPerformanceLogger"))).currentTimestamp():l;this.$1(t,113,a,i,u)},o.endCancel=function(t,n){var e=n===void 0?{}:n,r=e.instanceKey,o=r===void 0?0:r,a=e.cancelReason,i=a===void 0?4:a,l=e.annotations,s=e.timestamp;this.$1(t,i,o,l,s)},o.$1=function(t,n,o,a,i){i===void 0&&(i=(s||(s=r("QuickPerformanceLogger"))).currentTimestamp()),a&&(s||(s=r("QuickPerformanceLogger"))).markerAnnotate(t,a,{instanceKey:o}),(s||(s=r("QuickPerformanceLogger"))).markerEnd(t,n,o,i)},o.addAnnotations=function(t,n,o){var e=o===void 0?{}:o,a=e.instanceKey;(s||(s=r("QuickPerformanceLogger"))).markerAnnotate(t,n,{instanceKey:a})},o.addPoint=function(t,n,o){var e=o===void 0?{}:o,a=e.data,i=e.debugInfo,l=e.instanceKey,u=e.timestamp,d=c(a,i!=null?i:null);(s||(s=r("QuickPerformanceLogger"))).markerPoint(t,n,{data:d,instanceKey:l,timestamp:u})},o.markError=function(t,n,o){var e,a=o===void 0?{}:o,i=a.debugInfo,l=a.error,u=a.instanceKey;(s||(s=r("QuickPerformanceLogger"))).markerAnnotate(t,babelHelpers.extends({},this.$2(l),{bool:(e={},e.uf_has_error=!0,e)}),{instanceKey:u}),this.addPoint(t,n,{debugInfo:i,instanceKey:u})},o.storeBeforeNavigation=function(t,n){var e=n===void 0?{}:n,o=e.instanceKey,a=o===void 0?0:o;(s||(s=r("QuickPerformanceLogger"))).markerStoreBeforeNavigation(t,{instanceKey:a})},o.getActiveFlowIDs=function(){return(s||(s=r("QuickPerformanceLogger"))).getActiveMarkerIds({type:2})},o.$2=function(t){var e,n;if(t==null)return{};var r={int:{},string:{}};r.string.uf_error_name=t.name;var o=t;if((o==null||(e=o.source)==null?void 0:e.code)!=null&&(r.int.uf_graphql_error_code=o==null?void 0:o.source.code),(o==null||(n=o.source)==null||(n=n.exception)==null?void 0:n.class)!=null){var a;r.string.uf_graphql_exception_class=o==null||(a=o.source)==null||(a=a.exception)==null?void 0:a.class}return r},t})(),_=new p;l.default=_}),98);
__d("ServerHTML.react",["react"],(function(t,n,r,o,a,i,l){var e=["blob"],s,u=s||(s=o("react")),c=(function(t){function n(){for(var e,n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return e=t.call.apply(t,[this].concat(r))||this,e.elementRef=u.createRef(),babelHelpers.assertThisInitialized(e)||babelHelpers.assertThisInitialized(e)}babelHelpers.inheritsLoose(n,t);var r=n.prototype;return r.render=function(){var t=this.props,n=t.blob,r=babelHelpers.objectWithoutPropertiesLoose(t,e);return typeof n=="string"?u.jsx("div",babelHelpers.extends({},r,{ref:this.elementRef,children:n})):u.jsx("div",babelHelpers.extends({},r,{ref:this.elementRef,dangerouslySetInnerHTML:n}))},n})(u.Component);l.default=c}),98);
__d("UserMismatchExpected",[],(function(t,n,r,o,a,i){"use strict";var e=!1;function l(t){e=t}function s(){return e}i.setIsUserMismatchExpected=l,i.getIsUserMismatchExpected=s}),66);
__d("VirtualMessageChannel",["invariant","Promise","SimpleHook","nullthrows","promiseDone"],(function(t,n,r,o,a,i,l,s){"use strict";var e,u=(function(){function t(e){e===void 0&&(e=!1),this.$2=new(o("SimpleHook")).SimpleHook,this.onmessage=null,this.onmessageerror=null,this.$3=e}var a=t.prototype;return a.setRemotePort=function(t){this.$1=t},a.addEventListener=function(t,n,r){if((t==="message"||t==="error")&&r==null||s(0,55320,t),t==="message")if(typeof n=="function")this.$2.add(n);else{var e=n.handleEvent.bind(n);this.$2.add(e),n.__handler=e}},a.removeEventListener=function(t,n,r){if(typeof n=="function")this.$2.remove(n);else{var e=n.__handler;this.$2.remove(e)}},a.postMessage=function(o,a){var t=this,i=function(){var e=r("nullthrows")(t.$1,"By now remote port must have value!");e.$2.call({data:o,ports:a})};this.$3?i():r("promiseDone")((e||(e=n("Promise"))).resolve(),i)},a.start=function(){},a.close=function(){},t})(),c=function(t,n){this.port1=new u(t),this.port2=new u(n),this.port1.setRemotePort(this.port2),this.port2.setRemotePort(this.port1)};l.VirtualMessagePort=u,l.VirtualMessageChannel=c}),98);
__d("WorkerMessagePortLogging",["MainPageUrl","QLogEvent","qpl"],(function(t,n,r,o,a,i,l){"use strict";var e=Math.random()<.1,s=20,u=100,c=50;function d(){return o("MainPageUrl").isWorkerLogEnabled()||o("MainPageUrl").mainPageUrl.searchParams.get("worker_log")===1}var m=0;function p(){return o("QLogEvent").event(r("qpl")._(41497718,"106"),m++)}function _(t,n,r){if(r===void 0&&(r=!1),!(n==null||!e)){var o=n.receiveDateTime,a=n.receiveTimestamp,i=n.sendDateTime,l=n.sendDelayHighPrecision,d=n.sendTimestamp,m=p();m.startFromTime();var _=m.range("SEND_DELAY");_.start(d),_.stop(a);var f=m.range("SEND_DELAY_LOW_PRECISION");f.start(i),f.stop(o);var g=Math.abs(d-i),h=Math.abs(a-o);if(m.annotate({string:{port_name:t},int:{send_delay:l,send_drift:g,receive_drift:h},bool:{send_delay_above_max:l!=null&&l>s,send_drift_above_max:g>u,receive_drift_above_max:h>u}}),r){var y=m.range("ROUND_TRIP");y.start(n.sendTimestamp),y.stop(n.receiveTimestamp);var C=n.receiveTimestamp-n.sendTimestamp;m.annotate({int:{round_trip:C},bool:{round_trip_above_max:C>c}})}m.stop()}}l.isWorkerLogEnabled=d,l.logMessageTiming=_}),98);
__d("WorkerMessagePort",["Deferred","FBLogger","MainPageUrl","Promise","PromiseAnnotate","SimpleHook","VirtualMessageChannel","WorkerMessagePortLogging","performanceAbsoluteNow","promiseDone"],(function(t,n,r,o,a,i,l){"use strict";var e,s,u;function c(e){return e}var d=(function(e){function t(){return e.apply(this,arguments)||this}return babelHelpers.inheritsLoose(t,e),t})(o("SimpleHook").SimpleHook);function m(e,t){var n=e;n.__timing=t}function p(e){return e.__timing}var _=(function(){function e(e,t){var n=this;this.$1={},this.onUnhandledMessage=new d,this.onMessage=new d,this.onPostMessage=new d,this.onError=new d,this.$2=e,this.name=t,this.$2.addEventListener("message",function(e){return n.onMessageHandler(e.data)}),this.$2.addEventListener("error",function(e){return n.onError.call(e)}),this.onPostMessage.add(function(e){m(e,{receiveDateTime:-1,receiveTimestamp:-1,sendDateTime:Date.now(),sendDelayHighPrecision:0,sendDelayLowPrecision:0,sendTimestamp:(u||(u=r("performanceAbsoluteNow")))()})}),this.onMessage.add(function(e){var t=p(e);if(t!=null){var a=t.sendDateTime,i=t.sendTimestamp,l=(u||(u=r("performanceAbsoluteNow")))(),s=Date.now();t.receiveTimestamp=l,t.receiveDateTime=s,t.sendDelayHighPrecision=l-i,t.sendDelayLowPrecision=s-a,o("WorkerMessagePortLogging").logMessageTiming(n.name,t)}})}var t=e.prototype;return t.onMessageHandler=function(t){try{this.onMessage.call(t);var e=this.$1[t.type];e?e.call(t):this.onUnhandledMessage.call(t)}catch(e){this.onError.call(e)}},t.postMessage=function(t,n){this.onPostMessage.call(t),n?this.$2.postMessage(t,n):this.$2.postMessage(t)},t.addMessageListener=function(t,n){var e=this.$1[t];return e||(e=new d,this.$1[t]=e),e.add(n)},t.removeMessageListener=function(t,n){var e=this.$1[t];return!!e&&e.remove(n)},t.removeAllMessageListeners=function(t){var e=this.$1[t];e&&e.clear()},t.onMessageOnce=function(t,r){var e=this;return new(s||(s=n("Promise")))(function(n){var o=e.addMessageListener(t,function(a){r(a)&&(e.removeMessageListener(t,o),n(a))})})},t.close=function(){var e=this.$2;e.close==null||e.close(),e.terminate==null||e.terminate()},t.isWrappingVirtualMessagePort=function(){return this.$2 instanceof o("VirtualMessageChannel").VirtualMessagePort},e})();function f(e){return e}var g=(function(t){function a(a,i){var l;l=t.call(this,a,i)||this;var u=l,d=new(r("Deferred")),m=d.getPromise();u.addMessageListener("endpoint_started",function(e){d.resolve(e);var t=p(e);u.postMessage({endpoint:e.endpoint,startSendTimestamp:t==null?void 0:t.sendTimestamp,targetEndpoint:l.name,type:"endpoint_started_received"})});var _=u.onMessageOnce("endpoint_started_received",function(){return!0});return(e||(e=o("PromiseAnnotate"))).setDisplayName(m,"endpoint_started"),e.setDisplayName(_,"endpoint_started_received"),u.postMessage({endpoint:l.name,type:"endpoint_started"}),r("promiseDone")(m,function(e){var t=p(e);o("WorkerMessagePortLogging").logMessageTiming(l.name,t)}),r("promiseDone")(_,function(e){var t=p(e);t!=null&&o("WorkerMessagePortLogging").logMessageTiming(l.name,t,!0)}),l.fullyConnected=(s||(s=n("Promise"))).race([m,_]).then(function(){return l}),l}return babelHelpers.inheritsLoose(a,t),a})(_);l.getMessageTiming=p,l.WorkerMessagePort=_,l.CastWorkerMessagePort=f,l.WorkerSyncedMessagePort=g}),98);
__d("cometAsyncRequestHeaders",[],(function(t,n,r,o,a,i){"use strict";var e=[];function l(){return e.reduce(function(e,t){var n=t();return Object.assign(n,e)},{})}function s(t){e.push(t)}i.getHeaders=l,i.registerHeaderProvider=s}),66);
__d("goForceFullPageRedirectTo",["ConstUriUtils","FBLogger","err"],(function(t,n,r,o,a,i,l){"use strict";function e(e,t){var n=typeof e=="string"?o("ConstUriUtils").getUri(e):o("ConstUriUtils").isConstUri(e);if(n)t===!0?window.location.replace(n.toString()):window.location=n.toString();else{var a="Invalid URI "+e.toString()+" provided to goFullPageRedirectTo";r("FBLogger")("comet_infra").blameToPreviousFrame().mustfix(a)}}l.default=e}),98);
__d("handleCABRedirect",["ConstUriUtils","goForceFullPageRedirectTo"],(function(t,n,r,o,a,i,l){"use strict";function e(e){var t,n=(t=o("ConstUriUtils").getUri(e))==null?void 0:t.addQueryParam("next",location.href);r("goForceFullPageRedirectTo")(n!=null?n:"/")}l.default=e}),98);
__d("handleCheckpointRedirect",["ConstUriUtils","goForceFullPageRedirectTo"],(function(t,n,r,o,a,i,l){"use strict";function e(e){var t,n=(t=o("ConstUriUtils").getUri(e))==null?void 0:t.addQueryParam("next",location.toString());r("goForceFullPageRedirectTo")(n!=null?n:"/")}l.default=e}),98);
__d("handleErrorCodeBasicSideEffects",["errorCode","UserMismatchExpected"],(function(t,n,r,o,a,i,l,s){"use strict";function e(e){return e===1357032&&o("UserMismatchExpected").getIsUserMismatchExpected()===!0?!0:e===1357001||e===1357032?(window.location.reload(!0),!0):!1}l.default=e}),98);
__d("handleCometErrorCodeSideEffects",["errorCode","fbt","CometErrorCodeExtraHandlers","CometErrorOverlay","CometPlaceholder.react","FDSDialogLoadingState.react","JSResourceForInteraction","NewsRegulationErrorMessageData","OutsideExceptionKeyCommandListener.react","ServerHTML.react","cr:9610","deferredLoadComponent","handleCABRedirect","handleCheckpointRedirect","handleErrorCodeBasicSideEffects","lazyLoadComponent","react","requireDeferredForDisplay"],(function(t,n,r,o,a,i,l,s,u){"use strict";var e,c=e||(e=o("react")),d=r("deferredLoadComponent")(r("requireDeferredForDisplay")("CometExceptionDialog.react").__setRef("handleCometErrorCodeSideEffects")),m=r("lazyLoadComponent")(r("JSResourceForInteraction")("CometNewsRegulationDialog.react").__setRef("handleCometErrorCodeSideEffects")),p=new Set;function _(e){return typeof e=="object"&&e!=null&&Object.prototype.hasOwnProperty.call(e,"__html")}function f(e,t,n){o("CometErrorOverlay").injectComponent(function(o){return c.jsx(r("OutsideExceptionKeyCommandListener.react"),{children:c.jsx(r("CometPlaceholder.react"),{fallback:c.jsx(r("FDSDialogLoadingState.react"),{}),name:i.id,children:c.jsx(m,{errorDescription:t,onClose:function(){p.delete(e),o()},regulationType:n})})})})}function g(e,t,n,a){a===void 0&&(a=null);var l=n,s=t;l=c.jsx(r("ServerHTML.react"),{blob:l}),_(s)&&(s=u._(/*BTDS*/"Valami hiba t\u00f6rt\u00e9nt.")),o("CometErrorOverlay").injectComponent(function(t){return c.jsx(r("OutsideExceptionKeyCommandListener.react"),{children:c.jsx(r("CometPlaceholder.react"),{fallback:c.jsx(r("FDSDialogLoadingState.react"),{}),name:i.id,children:c.jsx(d,{debugInfo:a,errorDescription:l,errorSummary:s,onClose:function(){p.delete(e),t()},testid:void 0})})})})}function h(e,t,a,i,l,s){if(i===void 0&&(i=null),l===void 0&&(l=!0),s===void 0&&(s=null),!(n("cr:9610")!=null&&n("cr:9610")(e))&&!r("handleErrorCodeBasicSideEffects")(e)){if(e===1357053&&i!=null)r("handleCheckpointRedirect")(i);else if(e===1357057&&i!=null)r("handleCABRedirect")(i);else if(!p.has(e)&&(o("CometErrorCodeExtraHandlers").executeHandlers(e),p.add(e),l)){var u=r("NewsRegulationErrorMessageData").errorCodeToRegType[e];u!=null?f(e,a,u):g(e,t,a,s)}}}l.default=h}),226);
__d("isDeviceManagerDotMetaDotComURI",[],(function(t,n,r,o,a,i){var e=new RegExp("(^|\\.)devicemanager\\.meta\\.com$","i"),l=["https"];function s(t){return t.isEmpty()&&t.toString()!=="#"||!t.getDomain()&&!t.getProtocol()?!1:l.indexOf(t.getProtocol())!==-1&&e.test(t.getDomain())}i.default=s}),66);
__d("isWwwMetaDotComURI",[],(function(t,n,r,o,a,i){var e=new RegExp("(^|\\.)www\\.meta\\.com$","i"),l=["https"];function s(t){return t.isEmpty()&&t.toString()!=="#"||!t.getDomain()&&!t.getProtocol()?!1:l.indexOf(t.getProtocol())!==-1&&e.test(t.getDomain())}i.default=s}),66);
__d("getCometAsyncFetchResponse",["CSRFGuard","CometAsyncFetchError","CometAsyncFetchResponse","ConstUriUtils","DTSG","DTSG_ASYNC","FBLogger","NetworkStatus","PHPQuerySerializer","Promise","XHRRequest","cometAsyncRequestHeaders","getAsyncParams","getErrorSafe","handleCometErrorCodeSideEffects","isAIDemosDotMetaDotComURI","isArDotMetaDotComURI","isBugBountyDotMetaDotComURI","isDevelopersDotMetaDotComURI","isDeviceManagerDotMetaDotComURI","isFacebookURI","isHorizonDotMetaDotComURI","isInstagramURI","isInternalFBURI","isMessengerDotComURI","isMetaAIURI","isWearablesDotDeveloperDotMetaDotComURI","isWorkDotMetaDotComURI","isWorkplaceDotComURI","isWorkroomsDotComURI","isWwwMetaDotComURI","setTimeout"],(function(t,n,r,o,a,i,l){"use strict";var e,s,u=250;function c(t,a){var i=0,l;return new(s||(s=n("Promise")))(function(n,s){var c,p=function(i,l){if(a.ignoreResponse===!0)return n();var e,u=i.trim();try{o("CSRFGuard").exists(u)&&(u=o("CSRFGuard").clean(u)),e=JSON.parse(u)}catch(e){var c=r("getErrorSafe")(e);r("FBLogger")("comet_infra").mustfix("Unable to parse uri %s response. Error: %s, response: %s",t.toString(),c.message,u.substring(0,1e3)),s(c);return}if(m(t)){var d,p,_=(d=e)==null?void 0:d.dtsgToken,f=(p=e)==null?void 0:p.dtsgAsyncGetToken;_&&o("DTSG").setToken(_),f&&o("DTSG_ASYNC").setToken(f)}if(e.error){r("handleCometErrorCodeSideEffects")(e.error,e.errorSummary,e.errorDescription,e.redirectTo,a.shouldShowErrorDialog),s({error:e.error,errorMsg:e.errorDescription,errorType:e.errorSummary,redirectTo:e.redirectTo});return}return n(new(r("CometAsyncFetchResponse"))(e,l))};p.includeHeaders=!0;function _(e){var t=a.retryCount!=null&&a.retryCount>0&&i<=a.retryCount;if(t)r("setTimeout")(g,u);else{var n=new(r("CometAsyncFetchError"))(e.errorMsg,e.errorCode,e.errorRawResponseHeaders,e.errorRawTransport,e.errorType);return s(n)}}function f(){var e=new(r("CometAsyncFetchError"))("Request to "+t+" was aborted",null,null,null,"Abort");return s(e)}function g(){var e;if(((e=a.abortSignal)==null?void 0:e.aborted)===!0)return f();h(),y()}function h(){c!=null&&(c.abort(),c=null)}function y(){var n,l,s=(n=a.requestHeaders)!=null?n:{};a.skipCustomHeaders!==!0&&Object.assign(s,o("cometAsyncRequestHeaders").getHeaders());var u=Object.keys(s).reduce(function(e,t){return e.setRequestHeader(t,s[t])},new(r("XHRRequest"))(t)).setMethod(a.method).setData(babelHelpers.extends({},a.data,a.skipAsyncParams===!0?{}:r("getAsyncParams")(a.method,(l=a.skipSRState)!=null?l:!1))).setRawData(a.formData).setResponseHandler(p).setErrorHandler(_).setAbortHandler(f).setUploadProgressHandler(a.onUploadProgress).setDataSerializer((e||(e=r("PHPQuerySerializer"))).serialize);c=u,a.withCredentials===!0&&d(t)&&u.setWithCredentials(!0),u.send(),i++}a.abortSignal&&(a.abortSignal.onabort=function(){h()}),r("NetworkStatus").isOnline()?g():l=r("NetworkStatus").onChange(function(e){var t=e.online;t&&(g(),l.remove())})})}function d(e){var t=o("ConstUriUtils").getUri(e);return t==null?!1:r("isMetaAIURI")(t)||r("isFacebookURI")(t)||r("isInstagramURI")(t)||r("isInternalFBURI")(t)||r("isMessengerDotComURI")(t)||r("isWearablesDotDeveloperDotMetaDotComURI")(t)||r("isWorkplaceDotComURI")(t)||r("isWorkroomsDotComURI")(t)||r("isWorkDotMetaDotComURI")(t)||r("isHorizonDotMetaDotComURI")(t)||r("isDevelopersDotMetaDotComURI")(t)||r("isArDotMetaDotComURI")(t)||r("isWwwMetaDotComURI")(t)||r("isAIDemosDotMetaDotComURI")(t)||r("isBugBountyDotMetaDotComURI")(t)||r("isDeviceManagerDotMetaDotComURI")(t)}function m(e){var t=o("ConstUriUtils").getUri(e);return t==null?!1:!t.getProtocol()&&!t.getDomain()?!0:document.location.origin===t.getOrigin()}l.default=c}),98);
__d("cometAsyncFetch",["getCometAsyncFetchResponse"],(function(t,n,r,o,a,i,l){"use strict";function e(e,t){return t===void 0&&(t={data:{},method:"GET"}),r("getCometAsyncFetchResponse")(e,t).then(function(e){var n;return((n=t)==null?void 0:n.getFullPayload)===!0?e==null?void 0:e.getFullResponsePayload():e==null?void 0:e.getResponsePayload()})}l.default=e}),98);
__d("compactMap",[],(function(t,n,r,o,a,i){"use strict";function e(e,t){for(var n=e.length,r=[],o=0,a=0;a<n;++a){var i=t(e[a],a);i!=null&&(r[o++]=i)}return r}i.default=e}),66);
__d("hashString",[],(function(t,n,r,o,a,i){"use strict";function e(e){for(var t=0,n=0;n<e.length;n++){var r=e.charCodeAt(n);t=(t<<5)-t+r,t|=0}return t}i.default=e}),66);
__d("makeGraphQLLiveQueryRequest",["RealtimeGraphQLRequest"],(function(t,n,r,o,a,i,l){"use strict";var e="FBLQ",s="GRAPHQL";function u(t){var n=t.access_token,o=t.actor_id,a=t.config_id,i=t.doc_id,l=t.enable_canonical_naming,u=t.graphiql_impersonation,c=t.graphiql_sandbox,d=t.instrumentation_data,m=t.last_response_digest,p=t.logging_context,_=t.oncall,f=t.operation_name,g=t.product,h=t.resumption_group_name,y=t.variables,C=s+":"+f;a!=null&&a!==""&&(C=e+":"+a);var b={method:C,doc_id:i,body:{variables:y!=null?y:{}}};c!=null&&(b=babelHelpers.extends({},b,{graphiql_sandbox:c}));var v={};if(m!=null&&(v=babelHelpers.extends({},v,{last_response_digest:m})),o!=null){var S=o;v=babelHelpers.extends({},v,{actor_id:o,page_id:S})}return p!=null&&(v=babelHelpers.extends({},v,{logging_context:p})),n!=null&&(v=babelHelpers.extends({},v,{access_token:n})),u!=null&&(v=babelHelpers.extends({},v,{graphiql_impersonation:u})),l===!0&&(v=babelHelpers.extends({},v,{enable_canonical_naming:!0})),h!=null&&(v=babelHelpers.extends({},v,{resumption_group_name:h})),_!=null&&(v=babelHelpers.extends({},v,{oncall:_})),g!=null&&(v=babelHelpers.extends({},v,{product:g})),b=babelHelpers.extends({},b,{extra_headers:v}),d!=null&&(b=babelHelpers.extends({},b,{instrumentation_data:d})),new(r("RealtimeGraphQLRequest"))(b)}i.exports=u}),34);
__d("liveQueryFetch",["invariant","LiveQueryEventsLoggingResolver","RelayGraphQLRequestUtils","RelayRuntime","getErrorSafe","makeGraphQLLiveQueryRequest","nullthrows","promiseDone"],(function(t,n,r,o,a,i,l,s){"use strict";function e(e,t,n,a){if(!u())return o("RelayRuntime").Observable.create(function(e){e.complete()});var i=Date.now();e.id!=null||s(0,13279),e.metadata.live!=null&&typeof e.metadata.live.timeStamp=="number"&&(i=e.metadata.live.timeStamp);var l=babelHelpers.extends({doc_id:r("nullthrows")(e.id),config_id:n.config_id,operation_name:e.name,actor_id:n.actor_id,variables:t},a);n.access_token!==""&&(l=babelHelpers.extends({},l,{access_token:n.access_token}));var c=o("LiveQueryEventsLoggingResolver").tempResolveLoggingContext();return c!=null&&(c=babelHelpers.extends({},c,{client_send_request_timestamp:i}),l=babelHelpers.extends({},l,{logging_context:c})),o("RelayRuntime").Observable.create(function(t){var n=r("makeGraphQLLiveQueryRequest")(l).onResponse(function(n){var a;try{a=r("RelayGraphQLRequestUtils").parsePayload(n),typeof a=="object"||s(0,12937)}catch(e){return t.error(r("getErrorSafe")(e))}if(!("errors"in a)&&!("data"in a))return t.error(o("RelayRuntime").RelayError.createWarning("EmptyResponseError","Parsed network response is empty"));if(a.errors){for(var i of a.errors)if(i.severity==="CRITICAL"){var l=r("RelayGraphQLRequestUtils").createErrorFromPayload(i,e.name);return t.error(l)}}t.closed||t.next(a)}).onError(function(e){}).onActive(function(){}).onPause(function(e,t){}).onResume(function(e){}).send();return function(){r("promiseDone")(n,function(e){e.cancel()})}})}function u(){return"WebSocket"in window}l.default=e}),98);
__d("liveQueryFetchWithWWWInitial",["invariant","LiveQueryEventsLoggingResolver","RelayGraphQLRequestUtils","RelayRuntime","getErrorSafe","makeGraphQLLiveQueryRequest","nullthrows","promiseDone"],(function(t,n,r,o,a,i,l,s){"use strict";function e(e,t,n,a,i){if(!u())return a;e.id!=null||s(0,13279);var l=babelHelpers.extends({doc_id:r("nullthrows")(e.id),config_id:n.config_id,operation_name:e.name,actor_id:n.actor_id,variables:t},i);n.access_token!==""&&(l=babelHelpers.extends({},l,{access_token:n.access_token}));var c=o("LiveQueryEventsLoggingResolver").tempResolveLoggingContext();return c!=null&&(l=babelHelpers.extends({},l,{logging_context:c})),o("RelayRuntime").Observable.create(function(t){var n=!1,i=null;return a.subscribe({next:function(r){if(r.extensions!=null&&r.extensions.is_final===!0&&r.extensions!=null&&r.extensions.live_query!=null){var e=r.extensions.live_query;typeof e.response_digest=="string"&&(l=babelHelpers.extends({},l,{last_response_digest:e.response_digest})),typeof e.disable=="boolean"&&(n=e.disable)}t.next(r)},error:function(n){t.error(n)},complete:function(){if(n){t.complete();return}i=r("makeGraphQLLiveQueryRequest")(l).onResponse(function(n){var a;try{a=r("RelayGraphQLRequestUtils").parsePayload(n),typeof a=="object"||s(0,12937)}catch(e){return t.error(r("getErrorSafe")(e))}if(!("errors"in a)&&!("data"in a))return t.error(o("RelayRuntime").RelayError.createWarning("EmptyResponseError","Parsed network response is empty"));if(a.errors){for(var i of a.errors)if(i.severity==="CRITICAL"){var l=r("RelayGraphQLRequestUtils").createErrorFromPayload(i,e.name);return t.error(l)}}t.closed||t.next(a)}).onError(function(e){}).onActive(function(){}).onPause(function(e,t){}).onResume(function(e){}).send()}}),function(){n=!0,i!=null&&r("promiseDone")(i,function(e){e.cancel()})}})}function u(){return"WebSocket"in window}l.default=e}),98);
__d("str2rstr",[],(function(t,n,r,o,a,i){function e(e){for(var t="",n,r,o=0;o<e.length;o++)n=e.charCodeAt(o),r=o+1<e.length?e.charCodeAt(o+1):0,55296<=n&&n<=56319&&56320<=r&&r<=57343&&(n=65536+((n&1023)<<10)+(r&1023),o++),n<=127?t+=String.fromCharCode(n):n<=2047?t+=String.fromCharCode(192|n>>>6&31,128|n&63):n<=65535?t+=String.fromCharCode(224|n>>>12&15,128|n>>>6&63,128|n&63):n<=2097151&&(t+=String.fromCharCode(240|n>>>18&7,128|n>>>12&63,128|n>>>6&63,128|n&63));return t}i.default=e}),66);
__d("md5",["str2rstr"],(function(t,n,r,o,a,i,l){function e(e,t){var n=e[0],r=e[1],o=e[2],a=e[3];n=u(n,r,o,a,t[0],7,-680876936),a=u(a,n,r,o,t[1],12,-389564586),o=u(o,a,n,r,t[2],17,606105819),r=u(r,o,a,n,t[3],22,-1044525330),n=u(n,r,o,a,t[4],7,-176418897),a=u(a,n,r,o,t[5],12,1200080426),o=u(o,a,n,r,t[6],17,-1473231341),r=u(r,o,a,n,t[7],22,-45705983),n=u(n,r,o,a,t[8],7,1770035416),a=u(a,n,r,o,t[9],12,-1958414417),o=u(o,a,n,r,t[10],17,-42063),r=u(r,o,a,n,t[11],22,-1990404162),n=u(n,r,o,a,t[12],7,1804603682),a=u(a,n,r,o,t[13],12,-40341101),o=u(o,a,n,r,t[14],17,-1502002290),r=u(r,o,a,n,t[15],22,1236535329),n=c(n,r,o,a,t[1],5,-165796510),a=c(a,n,r,o,t[6],9,-1069501632),o=c(o,a,n,r,t[11],14,643717713),r=c(r,o,a,n,t[0],20,-373897302),n=c(n,r,o,a,t[5],5,-701558691),a=c(a,n,r,o,t[10],9,38016083),o=c(o,a,n,r,t[15],14,-660478335),r=c(r,o,a,n,t[4],20,-405537848),n=c(n,r,o,a,t[9],5,568446438),a=c(a,n,r,o,t[14],9,-1019803690),o=c(o,a,n,r,t[3],14,-187363961),r=c(r,o,a,n,t[8],20,1163531501),n=c(n,r,o,a,t[13],5,-1444681467),a=c(a,n,r,o,t[2],9,-51403784),o=c(o,a,n,r,t[7],14,1735328473),r=c(r,o,a,n,t[12],20,-1926607734),n=d(n,r,o,a,t[5],4,-378558),a=d(a,n,r,o,t[8],11,-2022574463),o=d(o,a,n,r,t[11],16,1839030562),r=d(r,o,a,n,t[14],23,-35309556),n=d(n,r,o,a,t[1],4,-1530992060),a=d(a,n,r,o,t[4],11,1272893353),o=d(o,a,n,r,t[7],16,-155497632),r=d(r,o,a,n,t[10],23,-1094730640),n=d(n,r,o,a,t[13],4,681279174),a=d(a,n,r,o,t[0],11,-358537222),o=d(o,a,n,r,t[3],16,-722521979),r=d(r,o,a,n,t[6],23,76029189),n=d(n,r,o,a,t[9],4,-640364487),a=d(a,n,r,o,t[12],11,-421815835),o=d(o,a,n,r,t[15],16,530742520),r=d(r,o,a,n,t[2],23,-995338651),n=m(n,r,o,a,t[0],6,-198630844),a=m(a,n,r,o,t[7],10,1126891415),o=m(o,a,n,r,t[14],15,-1416354905),r=m(r,o,a,n,t[5],21,-57434055),n=m(n,r,o,a,t[12],6,1700485571),a=m(a,n,r,o,t[3],10,-1894986606),o=m(o,a,n,r,t[10],15,-1051523),r=m(r,o,a,n,t[1],21,-2054922799),n=m(n,r,o,a,t[8],6,1873313359),a=m(a,n,r,o,t[15],10,-30611744),o=m(o,a,n,r,t[6],15,-1560198380),r=m(r,o,a,n,t[13],21,1309151649),n=m(n,r,o,a,t[4],6,-145523070),a=m(a,n,r,o,t[11],10,-1120210379),o=m(o,a,n,r,t[2],15,718787259),r=m(r,o,a,n,t[9],21,-343485551),e[0]=y(n,e[0]),e[1]=y(r,e[1]),e[2]=y(o,e[2]),e[3]=y(a,e[3])}function s(e,t,n,r,o,a){var i=y(y(t,e),y(r,a));return y(i<<o|i>>>32-o,n)}function u(e,t,n,r,o,a,i){return s(t&n|~t&r,e,t,o,a,i)}function c(e,t,n,r,o,a,i){return s(t&r|n&~r,e,t,o,a,i)}function d(e,t,n,r,o,a,i){return s(t^n^r,e,t,o,a,i)}function m(e,t,n,r,o,a,i){return s(n^(t|~r),e,t,o,a,i)}function p(t){var n=t.length,r=[1732584193,-271733879,-1732584194,271733878],o;for(o=64;o<=t.length;o+=64)e(r,_(t.substring(o-64,o)));var a=t.substring(o-64),i=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];for(o=0;o<a.length;o++)i[o>>2]|=a.charCodeAt(o)<<((o&3)<<3);if(i[o>>2]|=128<<((o&3)<<3),o>55)for(e(r,i),o=0;o<16;o++)i[o]=0;return i[14]=n*8,e(r,i),r}function _(e){for(var t=[],n=0;n<64;)t[n>>2]=e.charCodeAt(n++)|e.charCodeAt(n++)<<8|e.charCodeAt(n++)<<16|e.charCodeAt(n++)<<24;return t}var f="0123456789abcdef".split("");function g(e){for(var t="",n=0;n<4;n++)t+=f[e>>(n<<3)+4&15]+f[e>>(n<<3)&15];return t}function h(e){for(var t=[],n=0;n<e.length;n++)t[n]=g(e[n]);return t.join("")}var y=function(t,n){return t+n&4294967295};function C(e){if(e==null)return null;for(var t=e,n=0;n<t.length;n++)if(t[n]>"\x7F"){t=r("str2rstr")(t);break}return h(p(t))}C("hello")!="5d41402abc4b2a76b9719d911017c592"&&(y=function(t,n){var e=(t&65535)+(n&65535),r=(t>>16)+(n>>16)+(e>>16);return r<<16|e&65535}),l.default=C}),98);
__d("resolveImmediate",["Promise"],(function(t,n,r,o,a,i){var e,l=(e||(e=n("Promise"))).resolve();function s(e){l.then(e).catch(u)}function u(e){setTimeout(function(){throw e},0)}i.default=s}),66);
__d("useEventHandler",["react","react-compiler-runtime"],(function(t,n,r,o,a,i,l){"use strict";var e,s=e||(e=o("react")),u=s.useCallback,c=s.useLayoutEffect,d=s.useRef;function m(e){var t=o("react-compiler-runtime").c(4),n=d(e),r,a;t[0]!==e?(r=function(){n.current=e},a=[e],t[0]=e,t[1]=r,t[2]=a):(r=t[1],a=t[2]),c(r,a);var i;return t[3]===Symbol.for("react.memo_cache_sentinel")?(i=function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var o=t;n.current.apply(n,o)},t[3]=i):i=t[3],i}l.default=m}),98);