@hiver/connector-agent 3.1.9 → 3.1.10-featAgentCardUI-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/features/connector-cards/components/card-list/Card.d.ts.map +1 -1
- package/features/connector-cards/components/card-list/card-actions.d.ts +14 -0
- package/features/connector-cards/components/card-list/card-actions.d.ts.map +1 -0
- package/features/connector-cards/components/card-list/style.d.ts +2 -0
- package/features/connector-cards/components/card-list/style.d.ts.map +1 -1
- package/features/write-form/components/card-linking/card-preview.d.ts.map +1 -1
- package/features/write-form/components/card-linking/style.d.ts +1 -0
- package/features/write-form/components/card-linking/style.d.ts.map +1 -1
- package/index.es.js +2859 -2784
- package/index.umd.js +139 -111
- package/package.json +1 -1
- package/testing/mocks/handlers/fetch-cards.d.ts +1 -0
- package/testing/mocks/handlers/fetch-cards.d.ts.map +1 -1
- package/types/cards.d.ts +3 -0
- package/types/cards.d.ts.map +1 -1
package/index.umd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(de,S){typeof exports=="object"&&typeof module<"u"?S(exports,require("react"),require("react-dom"),require("@hiver/hiver-ui-kit")):typeof define=="function"&&define.amd?define(["exports","react","react-dom","@hiver/hiver-ui-kit"],S):(de=typeof globalThis<"u"?globalThis:de||self,S(de["@hiver/connector-agent"]={},de.React,de.ReactDOM,de.hiverUiKit))})(this,function(de,S,Oe,x){"use strict";var v4=Object.defineProperty;var C0=de=>{throw TypeError(de)};var C4=(de,S,Oe)=>S in de?v4(de,S,{enumerable:!0,configurable:!0,writable:!0,value:Oe}):de[S]=Oe;var Ra=(de,S,Oe)=>C4(de,typeof S!="symbol"?S+"":S,Oe),Fa=(de,S,Oe)=>S.has(de)||C0("Cannot "+Oe);var L=(de,S,Oe)=>(Fa(de,S,"read from private field"),Oe?Oe.call(de):S.get(de)),K=(de,S,Oe)=>S.has(de)?C0("Cannot add the same private member more than once"):S instanceof WeakSet?S.add(de):S.set(de,Oe),H=(de,S,Oe,x)=>(Fa(de,S,"write to private field"),x?x.call(de,Oe):S.set(de,Oe),Oe),ue=(de,S,Oe)=>(Fa(de,S,"access private method"),Oe);var Ls=(de,S,Oe,x)=>({set _(Fs){H(de,S,Fs,Oe)},get _(){return L(de,S,x)}});var Mn,fn,pr,r0,hr,pn,gr,o0,Bn,s0,mr,br,xt,jn,Ue,to,Gn,Ft,rn,i0,Zt,a0,Xt,Ke,Vn,zt,En,c0,en,Dt,no,l0,Fe,hn,gn,yr,vr,mn,Cr,Ir,u0,lt,ge,ro,et,Hn,Er,bn,Yt,oo,xr,wr,Wn,Zn,yn,Ar,we,lo,Da,Na,ka,Pa,Ma,Ba,ja,I0,d0,vn,Cn,ut,tn,nn,Rs,Ga,f0;function Fs(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:()=>e[n]})}}return t.default=e,Object.freeze(t)}const B=Fs(S);var se=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Ds={exports:{}},Or={};/**
|
|
2
2
|
* @license React
|
|
3
3
|
* react-jsx-runtime.production.min.js
|
|
4
4
|
*
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*
|
|
7
7
|
* This source code is licensed under the MIT license found in the
|
|
8
8
|
* LICENSE file in the root directory of this source tree.
|
|
9
|
-
*/var Va;function E0(){if(Va)return Or;Va=1;var e=S,t=Symbol.for("react.element"),n=Symbol.for("react.fragment"),r=Object.prototype.hasOwnProperty,o=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,s={key:!0,ref:!0,__self:!0,__source:!0};function i(a,c,l){var u,
|
|
9
|
+
*/var Va;function E0(){if(Va)return Or;Va=1;var e=S,t=Symbol.for("react.element"),n=Symbol.for("react.fragment"),r=Object.prototype.hasOwnProperty,o=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,s={key:!0,ref:!0,__self:!0,__source:!0};function i(a,c,l){var u,m={},y=null,C=null;l!==void 0&&(y=""+l),c.key!==void 0&&(y=""+c.key),c.ref!==void 0&&(C=c.ref);for(u in c)r.call(c,u)&&!s.hasOwnProperty(u)&&(m[u]=c[u]);if(a&&a.defaultProps)for(u in c=a.defaultProps,c)m[u]===void 0&&(m[u]=c[u]);return{$$typeof:t,type:a,key:y,ref:C,props:m,_owner:o.current}}return Or.Fragment=n,Or.jsx=i,Or.jsxs=i,Or}var Lr={};/**
|
|
10
10
|
* @license React
|
|
11
11
|
* react-jsx-runtime.development.js
|
|
12
12
|
*
|
|
@@ -14,25 +14,25 @@
|
|
|
14
14
|
*
|
|
15
15
|
* This source code is licensed under the MIT license found in the
|
|
16
16
|
* LICENSE file in the root directory of this source tree.
|
|
17
|
-
*/var Ha;function x0(){return Ha||(Ha=1,process.env.NODE_ENV!=="production"&&function(){var e=S,t=Symbol.for("react.element"),n=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),o=Symbol.for("react.strict_mode"),s=Symbol.for("react.profiler"),i=Symbol.for("react.provider"),a=Symbol.for("react.context"),c=Symbol.for("react.forward_ref"),l=Symbol.for("react.suspense"),u=Symbol.for("react.suspense_list"),
|
|
18
|
-
`+
|
|
19
|
-
`),nt=
|
|
20
|
-
`),ke=
|
|
21
|
-
`+
|
|
17
|
+
*/var Ha;function x0(){return Ha||(Ha=1,process.env.NODE_ENV!=="production"&&function(){var e=S,t=Symbol.for("react.element"),n=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),o=Symbol.for("react.strict_mode"),s=Symbol.for("react.profiler"),i=Symbol.for("react.provider"),a=Symbol.for("react.context"),c=Symbol.for("react.forward_ref"),l=Symbol.for("react.suspense"),u=Symbol.for("react.suspense_list"),m=Symbol.for("react.memo"),y=Symbol.for("react.lazy"),C=Symbol.for("react.offscreen"),h=Symbol.iterator,p="@@iterator";function d(O){if(O===null||typeof O!="object")return null;var P=h&&O[h]||O[p];return typeof P=="function"?P:null}var f=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function b(O){{for(var P=arguments.length,V=new Array(P>1?P-1:0),oe=1;oe<P;oe++)V[oe-1]=arguments[oe];g("error",O,V)}}function g(O,P,V){{var oe=f.ReactDebugCurrentFrame,Ae=oe.getStackAddendum();Ae!==""&&(P+="%s",V=V.concat([Ae]));var Se=V.map(function(be){return String(be)});Se.unshift("Warning: "+P),Function.prototype.apply.call(console[O],console,Se)}}var I=!1,v=!1,w=!1,A=!1,T=!1,_;_=Symbol.for("react.module.reference");function D(O){return!!(typeof O=="string"||typeof O=="function"||O===r||O===s||T||O===o||O===l||O===u||A||O===C||I||v||w||typeof O=="object"&&O!==null&&(O.$$typeof===y||O.$$typeof===m||O.$$typeof===i||O.$$typeof===a||O.$$typeof===c||O.$$typeof===_||O.getModuleId!==void 0))}function F(O,P,V){var oe=O.displayName;if(oe)return oe;var Ae=P.displayName||P.name||"";return Ae!==""?V+"("+Ae+")":V}function k(O){return O.displayName||"Context"}function N(O){if(O==null)return null;if(typeof O.tag=="number"&&b("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof O=="function")return O.displayName||O.name||null;if(typeof O=="string")return O;switch(O){case r:return"Fragment";case n:return"Portal";case s:return"Profiler";case o:return"StrictMode";case l:return"Suspense";case u:return"SuspenseList"}if(typeof O=="object")switch(O.$$typeof){case a:var P=O;return k(P)+".Consumer";case i:var V=O;return k(V._context)+".Provider";case c:return F(O,O.render,"ForwardRef");case m:var oe=O.displayName||null;return oe!==null?oe:N(O.type)||"Memo";case y:{var Ae=O,Se=Ae._payload,be=Ae._init;try{return N(be(Se))}catch{return null}}}return null}var j=Object.assign,X=0,Z,z,W,q,ie,ce,Y;function re(){}re.__reactDisabledLog=!0;function fe(){{if(X===0){Z=console.log,z=console.info,W=console.warn,q=console.error,ie=console.group,ce=console.groupCollapsed,Y=console.groupEnd;var O={configurable:!0,enumerable:!0,value:re,writable:!0};Object.defineProperties(console,{info:O,log:O,warn:O,error:O,group:O,groupCollapsed:O,groupEnd:O})}X++}}function M(){{if(X--,X===0){var O={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:j({},O,{value:Z}),info:j({},O,{value:z}),warn:j({},O,{value:W}),error:j({},O,{value:q}),group:j({},O,{value:ie}),groupCollapsed:j({},O,{value:ce}),groupEnd:j({},O,{value:Y})})}X<0&&b("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var U=f.ReactCurrentDispatcher,te;function ae(O,P,V){{if(te===void 0)try{throw Error()}catch(Ae){var oe=Ae.stack.trim().match(/\n( *(at )?)/);te=oe&&oe[1]||""}return`
|
|
18
|
+
`+te+O}}var ne=!1,pe;{var Be=typeof WeakMap=="function"?WeakMap:Map;pe=new Be}function G(O,P){if(!O||ne)return"";{var V=pe.get(O);if(V!==void 0)return V}var oe;ne=!0;var Ae=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var Se;Se=U.current,U.current=null,fe();try{if(P){var be=function(){throw Error()};if(Object.defineProperty(be.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(be,[])}catch(dt){oe=dt}Reflect.construct(O,[],be)}else{try{be.call()}catch(dt){oe=dt}O.call(be.prototype)}}else{try{throw Error()}catch(dt){oe=dt}O()}}catch(dt){if(dt&&oe&&typeof dt.stack=="string"){for(var he=dt.stack.split(`
|
|
19
|
+
`),nt=oe.stack.split(`
|
|
20
|
+
`),ke=he.length-1,je=nt.length-1;ke>=1&&je>=0&&he[ke]!==nt[je];)je--;for(;ke>=1&&je>=0;ke--,je--)if(he[ke]!==nt[je]){if(ke!==1||je!==1)do if(ke--,je--,je<0||he[ke]!==nt[je]){var At=`
|
|
21
|
+
`+he[ke].replace(" at new "," at ");return O.displayName&&At.includes("<anonymous>")&&(At=At.replace("<anonymous>",O.displayName)),typeof O=="function"&&pe.set(O,At),At}while(ke>=1&&je>=0);break}}}finally{ne=!1,U.current=Se,M(),Error.prepareStackTrace=Ae}var _r=O?O.displayName||O.name:"",zn=_r?ae(_r):"";return typeof O=="function"&&pe.set(O,zn),zn}function ze(O,P,V){return G(O,!1)}function tt(O){var P=O.prototype;return!!(P&&P.isReactComponent)}function Ye(O,P,V){if(O==null)return"";if(typeof O=="function")return G(O,tt(O));if(typeof O=="string")return ae(O);switch(O){case l:return ae("Suspense");case u:return ae("SuspenseList")}if(typeof O=="object")switch(O.$$typeof){case c:return ze(O.render);case m:return Ye(O.type,P,V);case y:{var oe=O,Ae=oe._payload,Se=oe._init;try{return Ye(Se(Ae),P,V)}catch{}}}return""}var wt=Object.prototype.hasOwnProperty,Nt={},kt=f.ReactDebugCurrentFrame;function It(O){if(O){var P=O._owner,V=Ye(O.type,O._source,P?P.type:null);kt.setExtraStackFrame(V)}else kt.setExtraStackFrame(null)}function We(O,P,V,oe,Ae){{var Se=Function.call.bind(wt);for(var be in O)if(Se(O,be)){var he=void 0;try{if(typeof O[be]!="function"){var nt=Error((oe||"React class")+": "+V+" type `"+be+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof O[be]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw nt.name="Invariant Violation",nt}he=O[be](P,be,oe,V,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(ke){he=ke}he&&!(he instanceof Error)&&(It(Ae),b("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",oe||"React class",V,be,typeof he),It(null)),he instanceof Error&&!(he.message in Nt)&&(Nt[he.message]=!0,It(Ae),b("Failed %s type: %s",V,he.message),It(null))}}}var so=Array.isArray;function Jt(O){return so(O)}function Ss(O){{var P=typeof Symbol=="function"&&Symbol.toStringTag,V=P&&O[Symbol.toStringTag]||O.constructor.name||"Object";return V}}function Aa(O){try{return io(O),!1}catch{return!0}}function io(O){return""+O}function _s(O){if(Aa(O))return b("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",Ss(O)),io(O)}var Xn=f.ReactCurrentOwner,ao={key:!0,ref:!0,__self:!0,__source:!0},Tr,Os,De;De={};function Qe(O){if(wt.call(O,"ref")){var P=Object.getOwnPropertyDescriptor(O,"ref").get;if(P&&P.isReactWarning)return!1}return O.ref!==void 0}function In(O){if(wt.call(O,"key")){var P=Object.getOwnPropertyDescriptor(O,"key").get;if(P&&P.isReactWarning)return!1}return O.key!==void 0}function Ta(O,P){if(typeof O.ref=="string"&&Xn.current&&P&&Xn.current.stateNode!==P){var V=N(Xn.current.type);De[V]||(b('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref',N(Xn.current.type),O.ref),De[V]=!0)}}function s4(O,P){{var V=function(){Tr||(Tr=!0,b("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",P))};V.isReactWarning=!0,Object.defineProperty(O,"key",{get:V,configurable:!0})}}function i4(O,P){{var V=function(){Os||(Os=!0,b("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",P))};V.isReactWarning=!0,Object.defineProperty(O,"ref",{get:V,configurable:!0})}}var a4=function(O,P,V,oe,Ae,Se,be){var he={$$typeof:t,type:O,key:P,ref:V,props:be,_owner:Se};return he._store={},Object.defineProperty(he._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(he,"_self",{configurable:!1,enumerable:!1,writable:!1,value:oe}),Object.defineProperty(he,"_source",{configurable:!1,enumerable:!1,writable:!1,value:Ae}),Object.freeze&&(Object.freeze(he.props),Object.freeze(he)),he};function c4(O,P,V,oe,Ae){{var Se,be={},he=null,nt=null;V!==void 0&&(_s(V),he=""+V),In(P)&&(_s(P.key),he=""+P.key),Qe(P)&&(nt=P.ref,Ta(P,Ae));for(Se in P)wt.call(P,Se)&&!ao.hasOwnProperty(Se)&&(be[Se]=P[Se]);if(O&&O.defaultProps){var ke=O.defaultProps;for(Se in ke)be[Se]===void 0&&(be[Se]=ke[Se])}if(he||nt){var je=typeof O=="function"?O.displayName||O.name||"Unknown":O;he&&s4(be,je),nt&&i4(be,je)}return a4(O,he,nt,Ae,oe,Xn.current,be)}}var Sa=f.ReactCurrentOwner,p0=f.ReactDebugCurrentFrame;function Sr(O){if(O){var P=O._owner,V=Ye(O.type,O._source,P?P.type:null);p0.setExtraStackFrame(V)}else p0.setExtraStackFrame(null)}var _a;_a=!1;function Oa(O){return typeof O=="object"&&O!==null&&O.$$typeof===t}function h0(){{if(Sa.current){var O=N(Sa.current.type);if(O)return`
|
|
22
22
|
|
|
23
|
-
Check the render method of \``+
|
|
23
|
+
Check the render method of \``+O+"`."}return""}}function l4(O){return""}var g0={};function u4(O){{var P=h0();if(!P){var V=typeof O=="string"?O:O.displayName||O.name;V&&(P=`
|
|
24
24
|
|
|
25
|
-
Check the top-level render call using <`+V+">.")}return P}}function m0(
|
|
25
|
+
Check the top-level render call using <`+V+">.")}return P}}function m0(O,P){{if(!O._store||O._store.validated||O.key!=null)return;O._store.validated=!0;var V=u4(P);if(g0[V])return;g0[V]=!0;var oe="";O&&O._owner&&O._owner!==Sa.current&&(oe=" It was passed a child from "+N(O._owner.type)+"."),Sr(O),b('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',V,oe),Sr(null)}}function b0(O,P){{if(typeof O!="object")return;if(Jt(O))for(var V=0;V<O.length;V++){var oe=O[V];Oa(oe)&&m0(oe,P)}else if(Oa(O))O._store&&(O._store.validated=!0);else if(O){var Ae=d(O);if(typeof Ae=="function"&&Ae!==O.entries)for(var Se=Ae.call(O),be;!(be=Se.next()).done;)Oa(be.value)&&m0(be.value,P)}}}function d4(O){{var P=O.type;if(P==null||typeof P=="string")return;var V;if(typeof P=="function")V=P.propTypes;else if(typeof P=="object"&&(P.$$typeof===c||P.$$typeof===m))V=P.propTypes;else return;if(V){var oe=N(P);We(V,O.props,"prop",oe,O)}else if(P.PropTypes!==void 0&&!_a){_a=!0;var Ae=N(P);b("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",Ae||"Unknown")}typeof P.getDefaultProps=="function"&&!P.getDefaultProps.isReactClassApproved&&b("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function f4(O){{for(var P=Object.keys(O.props),V=0;V<P.length;V++){var oe=P[V];if(oe!=="children"&&oe!=="key"){Sr(O),b("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",oe),Sr(null);break}}O.ref!==null&&(Sr(O),b("Invalid attribute `ref` supplied to `React.Fragment`."),Sr(null))}}var y0={};function v0(O,P,V,oe,Ae,Se){{var be=D(O);if(!be){var he="";(O===void 0||typeof O=="object"&&O!==null&&Object.keys(O).length===0)&&(he+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var nt=l4();nt?he+=nt:he+=h0();var ke;O===null?ke="null":Jt(O)?ke="array":O!==void 0&&O.$$typeof===t?(ke="<"+(N(O.type)||"Unknown")+" />",he=" Did you accidentally export a JSX literal instead of a component?"):ke=typeof O,b("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",ke,he)}var je=c4(O,P,V,Ae,Se);if(je==null)return je;if(be){var At=P.children;if(At!==void 0)if(oe)if(Jt(At)){for(var _r=0;_r<At.length;_r++)b0(At[_r],O);Object.freeze&&Object.freeze(At)}else b("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else b0(At,O)}if(wt.call(P,"key")){var zn=N(O),dt=Object.keys(P).filter(function(y4){return y4!=="key"}),La=dt.length>0?"{key: someKey, "+dt.join(": ..., ")+": ...}":"{key: someKey}";if(!y0[zn+La]){var b4=dt.length>0?"{"+dt.join(": ..., ")+": ...}":"{}";b(`A props object containing a "key" prop is being spread into JSX:
|
|
26
26
|
let props = %s;
|
|
27
27
|
<%s {...props} />
|
|
28
28
|
React keys must be passed directly to JSX without using spread:
|
|
29
29
|
let props = %s;
|
|
30
|
-
<%s key={someKey} {...props} />`,La,Yn,p4,Yn),y0[Yn+La]=!0}}return _===r?c4(Ge):a4(Ge),Ge}}function l4(_,P,V){return v0(_,P,V,!0)}function u4(_,P,V){return v0(_,P,V,!1)}var d4=u4,f4=l4;Lr.Fragment=r,Lr.jsx=d4,Lr.jsxs=f4}()),Lr}process.env.NODE_ENV==="production"?Ns.exports=E0():Ns.exports=x0();var E=Ns.exports;function Wa(e){var t,n,r="";if(typeof e=="string"||typeof e=="number")r+=e;else if(typeof e=="object")if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(n=Wa(e[t]))&&(r&&(r+=" "),r+=n)}else for(n in e)e[n]&&(r&&(r+=" "),r+=n);return r}function on(){for(var e,t,n=0,r="",o=arguments.length;n<o;n++)(e=arguments[n])&&(t=Wa(e))&&(r&&(r+=" "),r+=t);return r}const Rr=e=>typeof e=="number"&&!isNaN(e),En=e=>typeof e=="string",ft=e=>typeof e=="function",uo=e=>En(e)||ft(e)?e:null,Ds=e=>S.isValidElement(e)||En(e)||ft(e)||Rr(e);function w0(e,t,n){n===void 0&&(n=300);const{scrollHeight:r,style:o}=e;requestAnimationFrame(()=>{o.minHeight="initial",o.height=r+"px",o.transition=`all ${n}ms`,requestAnimationFrame(()=>{o.height="0",o.padding="0",o.margin="0",setTimeout(t,n)})})}function fo(e){let{enter:t,exit:n,appendPosition:r=!1,collapse:o=!0,collapseDuration:s=300}=e;return function(i){let{children:a,position:c,preventExitTransition:l,done:u,nodeRef:b,isIn:y,playToast:C}=i;const h=r?`${t}--${c}`:t,p=r?`${n}--${c}`:n,d=S.useRef(0);return S.useLayoutEffect(()=>{const f=b.current,m=h.split(" "),g=I=>{I.target===b.current&&(C(),f.removeEventListener("animationend",g),f.removeEventListener("animationcancel",g),d.current===0&&I.type!=="animationcancel"&&f.classList.remove(...m))};f.classList.add(...m),f.addEventListener("animationend",g),f.addEventListener("animationcancel",g)},[]),S.useEffect(()=>{const f=b.current,m=()=>{f.removeEventListener("animationend",m),o?w0(f,u,s):u()};y||(l?m():(d.current=1,f.className+=` ${p}`,f.addEventListener("animationend",m)))},[y]),S.createElement(S.Fragment,null,a)}}function Za(e,t){return e!=null?{content:e.content,containerId:e.props.containerId,id:e.props.toastId,theme:e.props.theme,type:e.props.type,data:e.props.data||{},isLoading:e.props.isLoading,icon:e.props.icon,status:t}:{}}const qe=new Map;let Fr=[];const ks=new Set,A0=e=>ks.forEach(t=>t(e)),Xa=()=>qe.size>0;function za(e,t){var n;if(t)return!((n=qe.get(t))==null||!n.isToastActive(e));let r=!1;return qe.forEach(o=>{o.isToastActive(e)&&(r=!0)}),r}function Ya(e,t){Ds(e)&&(Xa()||Fr.push({content:e,options:t}),qe.forEach(n=>{n.buildToast(e,t)}))}function Ja(e,t){qe.forEach(n=>{t!=null&&t!=null&&t.containerId?(t==null?void 0:t.containerId)===n.id&&n.toggle(e,t==null?void 0:t.id):n.toggle(e,t==null?void 0:t.id)})}function T0(e){const{subscribe:t,getSnapshot:n,setProps:r}=S.useRef(function(s){const i=s.containerId||1;return{subscribe(a){const c=function(u,b,y){let C=1,h=0,p=[],d=[],f=[],m=b;const g=new Map,I=new Set,v=()=>{f=Array.from(g.values()),I.forEach(T=>T())},w=T=>{d=T==null?[]:d.filter(O=>O!==T),v()},A=T=>{const{toastId:O,onOpen:N,updateId:F,children:k}=T.props,D=F==null;T.staleId&&g.delete(T.staleId),g.set(O,T),d=[...d,T.props.toastId].filter(G=>G!==T.staleId),v(),y(Za(T,D?"added":"updated")),D&&ft(N)&&N(S.isValidElement(k)&&k.props)};return{id:u,props:m,observe:T=>(I.add(T),()=>I.delete(T)),toggle:(T,O)=>{g.forEach(N=>{O!=null&&O!==N.props.toastId||ft(N.toggle)&&N.toggle(T)})},removeToast:w,toasts:g,clearQueue:()=>{h-=p.length,p=[]},buildToast:(T,O)=>{if((M=>{let{containerId:Y,toastId:K,updateId:U}=M;const ce=Y?Y!==u:u!==1,ge=g.has(K)&&U==null;return ce||ge})(O))return;const{toastId:N,updateId:F,data:k,staleId:D,delay:G}=O,z=()=>{w(N)},W=F==null;W&&h++;const X={...m,style:m.toastStyle,key:C++,...Object.fromEntries(Object.entries(O).filter(M=>{let[Y,K]=M;return K!=null})),toastId:N,updateId:F,data:k,closeToast:z,isIn:!1,className:uo(O.className||m.toastClassName),bodyClassName:uo(O.bodyClassName||m.bodyClassName),progressClassName:uo(O.progressClassName||m.progressClassName),autoClose:!O.isLoading&&(Z=O.autoClose,Q=m.autoClose,Z===!1||Rr(Z)&&Z>0?Z:Q),deleteToast(){const M=g.get(N),{onClose:Y,children:K}=M.props;ft(Y)&&Y(S.isValidElement(K)&&K.props),y(Za(M,"removed")),g.delete(N),h--,h<0&&(h=0),p.length>0?A(p.shift()):v()}};var Z,Q;X.closeButton=m.closeButton,O.closeButton===!1||Ds(O.closeButton)?X.closeButton=O.closeButton:O.closeButton===!0&&(X.closeButton=!Ds(m.closeButton)||m.closeButton);let se=T;S.isValidElement(T)&&!En(T.type)?se=S.cloneElement(T,{closeToast:z,toastProps:X,data:k}):ft(T)&&(se=T({closeToast:z,toastProps:X,data:k}));const ae={content:se,props:X,staleId:D};m.limit&&m.limit>0&&h>m.limit&&W?p.push(ae):Rr(G)?setTimeout(()=>{A(ae)},G):A(ae)},setProps(T){m=T},setToggle:(T,O)=>{g.get(T).toggle=O},isToastActive:T=>d.some(O=>O===T),getSnapshot:()=>m.newestOnTop?f.reverse():f}}(i,s,A0);qe.set(i,c);const l=c.observe(a);return Fr.forEach(u=>Ya(u.content,u.options)),Fr=[],()=>{l(),qe.delete(i)}},setProps(a){var c;(c=qe.get(i))==null||c.setProps(a)},getSnapshot(){var a;return(a=qe.get(i))==null?void 0:a.getSnapshot()}}}(e)).current;r(e);const o=S.useSyncExternalStore(t,n,n);return{getToastToRender:function(s){if(!o)return[];const i=new Map;return o.forEach(a=>{const{position:c}=a.props;i.has(c)||i.set(c,[]),i.get(c).push(a)}),Array.from(i,a=>s(a[0],a[1]))},isToastActive:za,count:o==null?void 0:o.length}}function S0(e){const[t,n]=S.useState(!1),[r,o]=S.useState(!1),s=S.useRef(null),i=S.useRef({start:0,delta:0,removalDistance:0,canCloseOnClick:!0,canDrag:!1,didMove:!1}).current,{autoClose:a,pauseOnHover:c,closeToast:l,onClick:u,closeOnClick:b}=e;var y,C;function h(){n(!0)}function p(){n(!1)}function d(g){const I=s.current;i.canDrag&&I&&(i.didMove=!0,t&&p(),i.delta=e.draggableDirection==="x"?g.clientX-i.start:g.clientY-i.start,i.start!==g.clientX&&(i.canCloseOnClick=!1),I.style.transform=`translate3d(${e.draggableDirection==="x"?`${i.delta}px, var(--y)`:`0, calc(${i.delta}px + var(--y))`},0)`,I.style.opacity=""+(1-Math.abs(i.delta/i.removalDistance)))}function f(){document.removeEventListener("pointermove",d),document.removeEventListener("pointerup",f);const g=s.current;if(i.canDrag&&i.didMove&&g){if(i.canDrag=!1,Math.abs(i.delta)>i.removalDistance)return o(!0),e.closeToast(),void e.collapseAll();g.style.transition="transform 0.2s, opacity 0.2s",g.style.removeProperty("transform"),g.style.removeProperty("opacity")}}(C=qe.get((y={id:e.toastId,containerId:e.containerId,fn:n}).containerId||1))==null||C.setToggle(y.id,y.fn),S.useEffect(()=>{if(e.pauseOnFocusLoss)return document.hasFocus()||p(),window.addEventListener("focus",h),window.addEventListener("blur",p),()=>{window.removeEventListener("focus",h),window.removeEventListener("blur",p)}},[e.pauseOnFocusLoss]);const m={onPointerDown:function(g){if(e.draggable===!0||e.draggable===g.pointerType){i.didMove=!1,document.addEventListener("pointermove",d),document.addEventListener("pointerup",f);const I=s.current;i.canCloseOnClick=!0,i.canDrag=!0,I.style.transition="none",e.draggableDirection==="x"?(i.start=g.clientX,i.removalDistance=I.offsetWidth*(e.draggablePercent/100)):(i.start=g.clientY,i.removalDistance=I.offsetHeight*(e.draggablePercent===80?1.5*e.draggablePercent:e.draggablePercent)/100)}},onPointerUp:function(g){const{top:I,bottom:v,left:w,right:A}=s.current.getBoundingClientRect();g.nativeEvent.type!=="touchend"&&e.pauseOnHover&&g.clientX>=w&&g.clientX<=A&&g.clientY>=I&&g.clientY<=v?p():h()}};return a&&c&&(m.onMouseEnter=p,e.stacked||(m.onMouseLeave=h)),b&&(m.onClick=g=>{u&&u(g),i.canCloseOnClick&&l()}),{playToast:h,pauseToast:p,isRunning:t,preventExitTransition:r,toastRef:s,eventHandlers:m}}function _0(e){let{delay:t,isRunning:n,closeToast:r,type:o="default",hide:s,className:i,style:a,controlledProgress:c,progress:l,rtl:u,isIn:b,theme:y}=e;const C=s||c&&l===0,h={...a,animationDuration:`${t}ms`,animationPlayState:n?"running":"paused"};c&&(h.transform=`scaleX(${l})`);const p=on("Toastify__progress-bar",c?"Toastify__progress-bar--controlled":"Toastify__progress-bar--animated",`Toastify__progress-bar-theme--${y}`,`Toastify__progress-bar--${o}`,{"Toastify__progress-bar--rtl":u}),d=ft(i)?i({rtl:u,type:o,defaultClassName:p}):on(p,i),f={[c&&l>=1?"onTransitionEnd":"onAnimationEnd"]:c&&l<1?null:()=>{b&&r()}};return S.createElement("div",{className:"Toastify__progress-bar--wrp","data-hidden":C},S.createElement("div",{className:`Toastify__progress-bar--bg Toastify__progress-bar-theme--${y} Toastify__progress-bar--${o}`}),S.createElement("div",{role:"progressbar","aria-hidden":C?"true":"false","aria-label":"notification timer",className:d,style:h,...f}))}let O0=1;const Ua=()=>""+O0++;function L0(e){return e&&(En(e.toastId)||Rr(e.toastId))?e.toastId:Ua()}function Nr(e,t){return Ya(e,t),t.toastId}function po(e,t){return{...t,type:t&&t.type||e,toastId:L0(t)}}function ho(e){return(t,n)=>Nr(t,po(e,n))}function Ie(e,t){return Nr(e,po("default",t))}Ie.loading=(e,t)=>Nr(e,po("default",{isLoading:!0,autoClose:!1,closeOnClick:!1,closeButton:!1,draggable:!1,...t})),Ie.promise=function(e,t,n){let r,{pending:o,error:s,success:i}=t;o&&(r=En(o)?Ie.loading(o,n):Ie.loading(o.render,{...n,...o}));const a={isLoading:null,autoClose:null,closeOnClick:null,closeButton:null,draggable:null},c=(u,b,y)=>{if(b==null)return void Ie.dismiss(r);const C={type:u,...a,...n,data:y},h=En(b)?{render:b}:b;return r?Ie.update(r,{...C,...h}):Ie(h.render,{...C,...h}),y},l=ft(e)?e():e;return l.then(u=>c("success",i,u)).catch(u=>c("error",s,u)),l},Ie.success=ho("success"),Ie.info=ho("info"),Ie.error=ho("error"),Ie.warning=ho("warning"),Ie.warn=Ie.warning,Ie.dark=(e,t)=>Nr(e,po("default",{theme:"dark",...t})),Ie.dismiss=function(e){(function(t){var n;if(Xa()){if(t==null||En(n=t)||Rr(n))qe.forEach(r=>{r.removeToast(t)});else if(t&&("containerId"in t||"id"in t)){const r=qe.get(t.containerId);r?r.removeToast(t.id):qe.forEach(o=>{o.removeToast(t.id)})}}else Fr=Fr.filter(r=>t!=null&&r.options.toastId!==t)})(e)},Ie.clearWaitingQueue=function(e){e===void 0&&(e={}),qe.forEach(t=>{!t.props.limit||e.containerId&&t.id!==e.containerId||t.clearQueue()})},Ie.isActive=za,Ie.update=function(e,t){t===void 0&&(t={});const n=((r,o)=>{var s;let{containerId:i}=o;return(s=qe.get(i||1))==null?void 0:s.toasts.get(r)})(e,t);if(n){const{props:r,content:o}=n,s={delay:100,...r,...t,toastId:t.toastId||e,updateId:Ua()};s.toastId!==e&&(s.staleId=e);const i=s.render||o;delete s.render,Nr(i,s)}},Ie.done=e=>{Ie.update(e,{progress:1})},Ie.onChange=function(e){return ks.add(e),()=>{ks.delete(e)}},Ie.play=e=>Ja(!0,e),Ie.pause=e=>Ja(!1,e);const R0=typeof window<"u"?S.useLayoutEffect:S.useEffect,go=e=>{let{theme:t,type:n,isLoading:r,...o}=e;return S.createElement("svg",{viewBox:"0 0 24 24",width:"100%",height:"100%",fill:t==="colored"?"currentColor":`var(--toastify-icon-color-${n})`,...o})},Ps={info:function(e){return S.createElement(go,{...e},S.createElement("path",{d:"M12 0a12 12 0 1012 12A12.013 12.013 0 0012 0zm.25 5a1.5 1.5 0 11-1.5 1.5 1.5 1.5 0 011.5-1.5zm2.25 13.5h-4a1 1 0 010-2h.75a.25.25 0 00.25-.25v-4.5a.25.25 0 00-.25-.25h-.75a1 1 0 010-2h1a2 2 0 012 2v4.75a.25.25 0 00.25.25h.75a1 1 0 110 2z"}))},warning:function(e){return S.createElement(go,{...e},S.createElement("path",{d:"M23.32 17.191L15.438 2.184C14.728.833 13.416 0 11.996 0c-1.42 0-2.733.833-3.443 2.184L.533 17.448a4.744 4.744 0 000 4.368C1.243 23.167 2.555 24 3.975 24h16.05C22.22 24 24 22.044 24 19.632c0-.904-.251-1.746-.68-2.44zm-9.622 1.46c0 1.033-.724 1.823-1.698 1.823s-1.698-.79-1.698-1.822v-.043c0-1.028.724-1.822 1.698-1.822s1.698.79 1.698 1.822v.043zm.039-12.285l-.84 8.06c-.057.581-.408.943-.897.943-.49 0-.84-.367-.896-.942l-.84-8.065c-.057-.624.25-1.095.779-1.095h1.91c.528.005.84.476.784 1.1z"}))},success:function(e){return S.createElement(go,{...e},S.createElement("path",{d:"M12 0a12 12 0 1012 12A12.014 12.014 0 0012 0zm6.927 8.2l-6.845 9.289a1.011 1.011 0 01-1.43.188l-4.888-3.908a1 1 0 111.25-1.562l4.076 3.261 6.227-8.451a1 1 0 111.61 1.183z"}))},error:function(e){return S.createElement(go,{...e},S.createElement("path",{d:"M11.983 0a12.206 12.206 0 00-8.51 3.653A11.8 11.8 0 000 12.207 11.779 11.779 0 0011.8 24h.214A12.111 12.111 0 0024 11.791 11.766 11.766 0 0011.983 0zM10.5 16.542a1.476 1.476 0 011.449-1.53h.027a1.527 1.527 0 011.523 1.47 1.475 1.475 0 01-1.449 1.53h-.027a1.529 1.529 0 01-1.523-1.47zM11 12.5v-6a1 1 0 012 0v6a1 1 0 11-2 0z"}))},spinner:function(){return S.createElement("div",{className:"Toastify__spinner"})}},F0=e=>{const{isRunning:t,preventExitTransition:n,toastRef:r,eventHandlers:o,playToast:s}=S0(e),{closeButton:i,children:a,autoClose:c,onClick:l,type:u,hideProgressBar:b,closeToast:y,transition:C,position:h,className:p,style:d,bodyClassName:f,bodyStyle:m,progressClassName:g,progressStyle:I,updateId:v,role:w,progress:A,rtl:T,toastId:O,deleteToast:N,isIn:F,isLoading:k,closeOnClick:D,theme:G}=e,z=on("Toastify__toast",`Toastify__toast-theme--${G}`,`Toastify__toast--${u}`,{"Toastify__toast--rtl":T},{"Toastify__toast--close-on-click":D}),W=ft(p)?p({rtl:T,position:h,type:u,defaultClassName:z}):on(z,p),X=function(ae){let{theme:M,type:Y,isLoading:K,icon:U}=ae,ce=null;const ge={theme:M,type:Y};return U===!1||(ft(U)?ce=U({...ge,isLoading:K}):S.isValidElement(U)?ce=S.cloneElement(U,ge):K?ce=Ps.spinner():(me=>me in Ps)(Y)&&(ce=Ps[Y](ge))),ce}(e),Z=!!A||!c,Q={closeToast:y,type:u,theme:G};let se=null;return i===!1||(se=ft(i)?i(Q):S.isValidElement(i)?S.cloneElement(i,Q):function(ae){let{closeToast:M,theme:Y,ariaLabel:K="close"}=ae;return S.createElement("button",{className:`Toastify__close-button Toastify__close-button--${Y}`,type:"button",onClick:U=>{U.stopPropagation(),M(U)},"aria-label":K},S.createElement("svg",{"aria-hidden":"true",viewBox:"0 0 14 16"},S.createElement("path",{fillRule:"evenodd",d:"M7.71 8.23l3.75 3.75-1.48 1.48-3.75-3.75-3.75 3.75L1 11.98l3.75-3.75L1 4.48 2.48 3l3.75 3.75L9.98 3l1.48 1.48-3.75 3.75z"})))}(Q)),S.createElement(C,{isIn:F,done:N,position:h,preventExitTransition:n,nodeRef:r,playToast:s},S.createElement("div",{id:O,onClick:l,"data-in":F,className:W,...o,style:d,ref:r},S.createElement("div",{...F&&{role:w},className:ft(f)?f({type:u}):on("Toastify__toast-body",f),style:m},X!=null&&S.createElement("div",{className:on("Toastify__toast-icon",{"Toastify--animate-icon Toastify__zoom-enter":!k})},X),S.createElement("div",null,a)),se,S.createElement(_0,{...v&&!Z?{key:`pb-${v}`}:{},rtl:T,theme:G,delay:c,isRunning:t,isIn:F,closeToast:y,hide:b,type:u,style:I,className:g,controlledProgress:Z,progress:A||0})))},mo=function(e,t){return t===void 0&&(t=!1),{enter:`Toastify--animate Toastify__${e}-enter`,exit:`Toastify--animate Toastify__${e}-exit`,appendPosition:t}},N0=fo(mo("bounce",!0));fo(mo("slide",!0)),fo(mo("zoom")),fo(mo("flip"));const D0={position:"top-right",transition:N0,autoClose:5e3,closeButton:!0,pauseOnHover:!0,pauseOnFocusLoss:!0,draggable:"touch",draggablePercent:80,draggableDirection:"x",role:"alert",theme:"light"};function k0(e){let t={...D0,...e};const n=e.stacked,[r,o]=S.useState(!0),s=S.useRef(null),{getToastToRender:i,isToastActive:a,count:c}=T0(t),{className:l,style:u,rtl:b,containerId:y}=t;function C(p){const d=on("Toastify__toast-container",`Toastify__toast-container--${p}`,{"Toastify__toast-container--rtl":b});return ft(l)?l({position:p,rtl:b,defaultClassName:d}):on(d,uo(l))}function h(){n&&(o(!0),Ie.play())}return R0(()=>{if(n){var p;const d=s.current.querySelectorAll('[data-in="true"]'),f=12,m=(p=t.position)==null?void 0:p.includes("top");let g=0,I=0;Array.from(d).reverse().forEach((v,w)=>{const A=v;A.classList.add("Toastify__toast--stacked"),w>0&&(A.dataset.collapsed=`${r}`),A.dataset.pos||(A.dataset.pos=m?"top":"bot");const T=g*(r?.2:1)+(r?0:f*w);A.style.setProperty("--y",`${m?T:-1*T}px`),A.style.setProperty("--g",`${f}`),A.style.setProperty("--s",""+(1-(r?I:0))),g+=A.offsetHeight,I+=.025})}},[r,c,n]),S.createElement("div",{ref:s,className:"Toastify",id:y,onMouseEnter:()=>{n&&(o(!1),Ie.pause())},onMouseLeave:h},i((p,d)=>{const f=d.length?{...u}:{...u,pointerEvents:"none"};return S.createElement("div",{className:C(p),style:f,key:`container-${p}`},d.map(m=>{let{content:g,props:I}=m;return S.createElement(F0,{...I,stacked:n,collapseAll:h,isIn:a(I.toastId,I.containerId),style:I.style,key:`toast-${I.key}`},g)}))}))}const P0={email:"",baseUrls:{},currentSmIds:[],metaData:void 0,availableFeatures:{},sendTrackingEvent:()=>{},conversationId:void 0,isAdmin:!1,connectorFunctions:{redirectToAdmin:()=>{}}},je=S.createContext(P0);var Ms={},xn={};function Qa(e,t){return function(){return e.apply(t,arguments)}}const{toString:M0}=Object.prototype,{getPrototypeOf:Bs}=Object,bo=(e=>t=>{const n=M0.call(t);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),Tt=e=>(e=e.toLowerCase(),t=>bo(t)===e),yo=e=>t=>typeof t===e,{isArray:Jn}=Array,Dr=yo("undefined");function B0(e){return e!==null&&!Dr(e)&&e.constructor!==null&&!Dr(e.constructor)&&pt(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const qa=Tt("ArrayBuffer");function G0(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&qa(e.buffer),t}const j0=yo("string"),pt=yo("function"),$a=yo("number"),vo=e=>e!==null&&typeof e=="object",V0=e=>e===!0||e===!1,Co=e=>{if(bo(e)!=="object")return!1;const t=Bs(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},H0=Tt("Date"),W0=Tt("File"),Z0=Tt("Blob"),X0=Tt("FileList"),z0=e=>vo(e)&&pt(e.pipe),Y0=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||pt(e.append)&&((t=bo(e))==="formdata"||t==="object"&&pt(e.toString)&&e.toString()==="[object FormData]"))},J0=Tt("URLSearchParams"),[U0,Q0,q0,$0]=["ReadableStream","Request","Response","Headers"].map(Tt),K0=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function kr(e,t,{allOwnKeys:n=!1}={}){if(e===null||typeof e>"u")return;let r,o;if(typeof e!="object"&&(e=[e]),Jn(e))for(r=0,o=e.length;r<o;r++)t.call(null,e[r],r,e);else{const s=n?Object.getOwnPropertyNames(e):Object.keys(e),i=s.length;let a;for(r=0;r<i;r++)a=s[r],t.call(null,e[a],a,e)}}function Ka(e,t){t=t.toLowerCase();const n=Object.keys(e);let r=n.length,o;for(;r-- >0;)if(o=n[r],t===o.toLowerCase())return o;return null}const wn=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:oe,ec=e=>!Dr(e)&&e!==wn;function Gs(){const{caseless:e}=ec(this)&&this||{},t={},n=(r,o)=>{const s=e&&Ka(t,o)||o;Co(t[s])&&Co(r)?t[s]=Gs(t[s],r):Co(r)?t[s]=Gs({},r):Jn(r)?t[s]=r.slice():t[s]=r};for(let r=0,o=arguments.length;r<o;r++)arguments[r]&&kr(arguments[r],n);return t}const ep=(e,t,n,{allOwnKeys:r}={})=>(kr(t,(o,s)=>{n&&pt(o)?e[s]=Qa(o,n):e[s]=o},{allOwnKeys:r}),e),tp=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),np=(e,t,n,r)=>{e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},rp=(e,t,n,r)=>{let o,s,i;const a={};if(t=t||{},e==null)return t;do{for(o=Object.getOwnPropertyNames(e),s=o.length;s-- >0;)i=o[s],(!r||r(i,e,t))&&!a[i]&&(t[i]=e[i],a[i]=!0);e=n!==!1&&Bs(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},op=(e,t,n)=>{e=String(e),(n===void 0||n>e.length)&&(n=e.length),n-=t.length;const r=e.indexOf(t,n);return r!==-1&&r===n},sp=e=>{if(!e)return null;if(Jn(e))return e;let t=e.length;if(!$a(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},ip=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&Bs(Uint8Array)),ap=(e,t)=>{const r=(e&&e[Symbol.iterator]).call(e);let o;for(;(o=r.next())&&!o.done;){const s=o.value;t.call(e,s[0],s[1])}},cp=(e,t)=>{let n;const r=[];for(;(n=e.exec(t))!==null;)r.push(n);return r},lp=Tt("HTMLFormElement"),up=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,r,o){return r.toUpperCase()+o}),tc=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),dp=Tt("RegExp"),nc=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};kr(n,(o,s)=>{let i;(i=t(o,s,e))!==!1&&(r[s]=i||o)}),Object.defineProperties(e,r)},fp=e=>{nc(e,(t,n)=>{if(pt(e)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;const r=e[n];if(pt(r)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},pp=(e,t)=>{const n={},r=o=>{o.forEach(s=>{n[s]=!0})};return Jn(e)?r(e):r(String(e).split(t)),n},hp=()=>{},gp=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t,js="abcdefghijklmnopqrstuvwxyz",rc="0123456789",oc={DIGIT:rc,ALPHA:js,ALPHA_DIGIT:js+js.toUpperCase()+rc},mp=(e=16,t=oc.ALPHA_DIGIT)=>{let n="";const{length:r}=t;for(;e--;)n+=t[Math.random()*r|0];return n};function bp(e){return!!(e&&pt(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const yp=e=>{const t=new Array(10),n=(r,o)=>{if(vo(r)){if(t.indexOf(r)>=0)return;if(!("toJSON"in r)){t[o]=r;const s=Jn(r)?[]:{};return kr(r,(i,a)=>{const c=n(i,o+1);!Dr(c)&&(s[a]=c)}),t[o]=void 0,s}}return r};return n(e,0)},vp=Tt("AsyncFunction"),Cp=e=>e&&(vo(e)||pt(e))&&pt(e.then)&&pt(e.catch),sc=((e,t)=>e?setImmediate:t?((n,r)=>(wn.addEventListener("message",({source:o,data:s})=>{o===wn&&s===n&&r.length&&r.shift()()},!1),o=>{r.push(o),wn.postMessage(n,"*")}))(`axios@${Math.random()}`,[]):n=>setTimeout(n))(typeof setImmediate=="function",pt(wn.postMessage)),Ip=typeof queueMicrotask<"u"?queueMicrotask.bind(wn):typeof process<"u"&&process.nextTick||sc;var R={isArray:Jn,isArrayBuffer:qa,isBuffer:B0,isFormData:Y0,isArrayBufferView:G0,isString:j0,isNumber:$a,isBoolean:V0,isObject:vo,isPlainObject:Co,isReadableStream:U0,isRequest:Q0,isResponse:q0,isHeaders:$0,isUndefined:Dr,isDate:H0,isFile:W0,isBlob:Z0,isRegExp:dp,isFunction:pt,isStream:z0,isURLSearchParams:J0,isTypedArray:ip,isFileList:X0,forEach:kr,merge:Gs,extend:ep,trim:K0,stripBOM:tp,inherits:np,toFlatObject:rp,kindOf:bo,kindOfTest:Tt,endsWith:op,toArray:sp,forEachEntry:ap,matchAll:cp,isHTMLForm:lp,hasOwnProperty:tc,hasOwnProp:tc,reduceDescriptors:nc,freezeMethods:fp,toObjectSet:pp,toCamelCase:up,noop:hp,toFiniteNumber:gp,findKey:Ka,global:wn,isContextDefined:ec,ALPHABET:oc,generateString:mp,isSpecCompliantForm:bp,toJSONObject:yp,isAsyncFn:vp,isThenable:Cp,setImmediate:sc,asap:Ip};function ie(e,t,n,r,o){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),r&&(this.request=r),o&&(this.response=o,this.status=o.status?o.status:null)}R.inherits(ie,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:R.toJSONObject(this.config),code:this.code,status:this.status}}});const ic=ie.prototype,ac={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{ac[e]={value:e}}),Object.defineProperties(ie,ac),Object.defineProperty(ic,"isAxiosError",{value:!0}),ie.from=(e,t,n,r,o,s)=>{const i=Object.create(ic);return R.toFlatObject(e,i,function(c){return c!==Error.prototype},a=>a!=="isAxiosError"),ie.call(i,e.message,t,n,r,o),i.cause=e,i.name=e.name,s&&Object.assign(i,s),i};var Ep=null;function Vs(e){return R.isPlainObject(e)||R.isArray(e)}function cc(e){return R.endsWith(e,"[]")?e.slice(0,-2):e}function lc(e,t,n){return e?e.concat(t).map(function(o,s){return o=cc(o),!n&&s?"["+o+"]":o}).join(n?".":""):t}function xp(e){return R.isArray(e)&&!e.some(Vs)}const wp=R.toFlatObject(R,{},null,function(t){return/^is[A-Z]/.test(t)});function Io(e,t,n){if(!R.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,n=R.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(p,d){return!R.isUndefined(d[p])});const r=n.metaTokens,o=n.visitor||u,s=n.dots,i=n.indexes,c=(n.Blob||typeof Blob<"u"&&Blob)&&R.isSpecCompliantForm(t);if(!R.isFunction(o))throw new TypeError("visitor must be a function");function l(h){if(h===null)return"";if(R.isDate(h))return h.toISOString();if(!c&&R.isBlob(h))throw new ie("Blob is not supported. Use a Buffer instead.");return R.isArrayBuffer(h)||R.isTypedArray(h)?c&&typeof Blob=="function"?new Blob([h]):Buffer.from(h):h}function u(h,p,d){let f=h;if(h&&!d&&typeof h=="object"){if(R.endsWith(p,"{}"))p=r?p:p.slice(0,-2),h=JSON.stringify(h);else if(R.isArray(h)&&xp(h)||(R.isFileList(h)||R.endsWith(p,"[]"))&&(f=R.toArray(h)))return p=cc(p),f.forEach(function(g,I){!(R.isUndefined(g)||g===null)&&t.append(i===!0?lc([p],I,s):i===null?p:p+"[]",l(g))}),!1}return Vs(h)?!0:(t.append(lc(d,p,s),l(h)),!1)}const b=[],y=Object.assign(wp,{defaultVisitor:u,convertValue:l,isVisitable:Vs});function C(h,p){if(!R.isUndefined(h)){if(b.indexOf(h)!==-1)throw Error("Circular reference detected in "+p.join("."));b.push(h),R.forEach(h,function(f,m){(!(R.isUndefined(f)||f===null)&&o.call(t,f,R.isString(m)?m.trim():m,p,y))===!0&&C(f,p?p.concat(m):[m])}),b.pop()}}if(!R.isObject(e))throw new TypeError("data must be an object");return C(e),t}function uc(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(r){return t[r]})}function Hs(e,t){this._pairs=[],e&&Io(e,this,t)}const dc=Hs.prototype;dc.append=function(t,n){this._pairs.push([t,n])},dc.toString=function(t){const n=t?function(r){return t.call(this,r,uc)}:uc;return this._pairs.map(function(o){return n(o[0])+"="+n(o[1])},"").join("&")};function Ap(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function fc(e,t,n){if(!t)return e;const r=n&&n.encode||Ap,o=n&&n.serialize;let s;if(o?s=o(t,n):s=R.isURLSearchParams(t)?t.toString():new Hs(t,n).toString(r),s){const i=e.indexOf("#");i!==-1&&(e=e.slice(0,i)),e+=(e.indexOf("?")===-1?"?":"&")+s}return e}class Tp{constructor(){this.handlers=[]}use(t,n,r){return this.handlers.push({fulfilled:t,rejected:n,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){R.forEach(this.handlers,function(r){r!==null&&t(r)})}}var pc=Tp,hc={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Sp=typeof URLSearchParams<"u"?URLSearchParams:Hs,_p=typeof FormData<"u"?FormData:null,Op=typeof Blob<"u"?Blob:null,Lp={isBrowser:!0,classes:{URLSearchParams:Sp,FormData:_p,Blob:Op},protocols:["http","https","file","blob","url","data"]};const Ws=typeof window<"u"&&typeof document<"u",Zs=typeof navigator=="object"&&navigator||void 0,Rp=Ws&&(!Zs||["ReactNative","NativeScript","NS"].indexOf(Zs.product)<0),Fp=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",Np=Ws&&window.location.href||"http://localhost";var Dp=Object.freeze({__proto__:null,hasBrowserEnv:Ws,hasStandardBrowserWebWorkerEnv:Fp,hasStandardBrowserEnv:Rp,navigator:Zs,origin:Np}),rt={...Dp,...Lp};function kp(e,t){return Io(e,new rt.classes.URLSearchParams,Object.assign({visitor:function(n,r,o,s){return rt.isNode&&R.isBuffer(n)?(this.append(r,n.toString("base64")),!1):s.defaultVisitor.apply(this,arguments)}},t))}function Pp(e){return R.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function Mp(e){const t={},n=Object.keys(e);let r;const o=n.length;let s;for(r=0;r<o;r++)s=n[r],t[s]=e[s];return t}function gc(e){function t(n,r,o,s){let i=n[s++];if(i==="__proto__")return!0;const a=Number.isFinite(+i),c=s>=n.length;return i=!i&&R.isArray(o)?o.length:i,c?(R.hasOwnProp(o,i)?o[i]=[o[i],r]:o[i]=r,!a):((!o[i]||!R.isObject(o[i]))&&(o[i]=[]),t(n,r,o[i],s)&&R.isArray(o[i])&&(o[i]=Mp(o[i])),!a)}if(R.isFormData(e)&&R.isFunction(e.entries)){const n={};return R.forEachEntry(e,(r,o)=>{t(Pp(r),o,n,0)}),n}return null}function Bp(e,t,n){if(R.isString(e))try{return(t||JSON.parse)(e),R.trim(e)}catch(r){if(r.name!=="SyntaxError")throw r}return(0,JSON.stringify)(e)}const Xs={transitional:hc,adapter:["xhr","http","fetch"],transformRequest:[function(t,n){const r=n.getContentType()||"",o=r.indexOf("application/json")>-1,s=R.isObject(t);if(s&&R.isHTMLForm(t)&&(t=new FormData(t)),R.isFormData(t))return o?JSON.stringify(gc(t)):t;if(R.isArrayBuffer(t)||R.isBuffer(t)||R.isStream(t)||R.isFile(t)||R.isBlob(t)||R.isReadableStream(t))return t;if(R.isArrayBufferView(t))return t.buffer;if(R.isURLSearchParams(t))return n.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let a;if(s){if(r.indexOf("application/x-www-form-urlencoded")>-1)return kp(t,this.formSerializer).toString();if((a=R.isFileList(t))||r.indexOf("multipart/form-data")>-1){const c=this.env&&this.env.FormData;return Io(a?{"files[]":t}:t,c&&new c,this.formSerializer)}}return s||o?(n.setContentType("application/json",!1),Bp(t)):t}],transformResponse:[function(t){const n=this.transitional||Xs.transitional,r=n&&n.forcedJSONParsing,o=this.responseType==="json";if(R.isResponse(t)||R.isReadableStream(t))return t;if(t&&R.isString(t)&&(r&&!this.responseType||o)){const i=!(n&&n.silentJSONParsing)&&o;try{return JSON.parse(t)}catch(a){if(i)throw a.name==="SyntaxError"?ie.from(a,ie.ERR_BAD_RESPONSE,this,null,this.response):a}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:rt.classes.FormData,Blob:rt.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};R.forEach(["delete","get","head","post","put","patch"],e=>{Xs.headers[e]={}});var zs=Xs;const Gp=R.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]);var jp=e=>{const t={};let n,r,o;return e&&e.split(`
|
|
31
|
-
`).forEach(function(i){o=i.indexOf(":"),n=i.substring(0,o).trim().toLowerCase(),r=i.substring(o+1).trim(),!(!n||t[n]&&
|
|
32
|
-
`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...n){const r=new this(t);return n.forEach(o=>r.set(o)),r}static accessor(t){const r=(this[mc]=this[mc]={accessors:{}}).accessors,o=this.prototype;function s(i){const a=Pr(i);r[a]||(Zp(o,i),r[a]=!0)}return R.isArray(t)?t.forEach(s):s(t),this}}xo.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),R.reduceDescriptors(xo.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(r){this[n]=r}}}),R.freezeMethods(xo);var St=xo;function Js(e,t){const n=this||zs,r=t||n,o=St.from(r.headers);let s=r.data;return R.forEach(e,function(a){s=a.call(n,s,o.normalize(),t?t.status:void 0)}),o.normalize(),s}function bc(e){return!!(e&&e.__CANCEL__)}function Un(e,t,n){ie.call(this,e??"canceled",ie.ERR_CANCELED,t,n),this.name="CanceledError"}R.inherits(Un,ie,{__CANCEL__:!0});function yc(e,t,n){const r=n.config.validateStatus;!n.status||!r||r(n.status)?e(n):t(new ie("Request failed with status code "+n.status,[ie.ERR_BAD_REQUEST,ie.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}function Xp(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function zp(e,t){e=e||10;const n=new Array(e),r=new Array(e);let o=0,s=0,i;return t=t!==void 0?t:1e3,function(c){const l=Date.now(),u=r[s];i||(i=l),n[o]=c,r[o]=l;let b=s,y=0;for(;b!==o;)y+=n[b++],b=b%e;if(o=(o+1)%e,o===s&&(s=(s+1)%e),l-i<t)return;const C=u&&l-u;return C?Math.round(y*1e3/C):void 0}}function Yp(e,t){let n=0,r=1e3/t,o,s;const i=(l,u=Date.now())=>{n=u,o=null,s&&(clearTimeout(s),s=null),e.apply(null,l)};return[(...l)=>{const u=Date.now(),b=u-n;b>=r?i(l,u):(o=l,s||(s=setTimeout(()=>{s=null,i(o)},r-b)))},()=>o&&i(o)]}const wo=(e,t,n=3)=>{let r=0;const o=zp(50,250);return Yp(s=>{const i=s.loaded,a=s.lengthComputable?s.total:void 0,c=i-r,l=o(c),u=i<=a;r=i;const b={loaded:i,total:a,progress:a?i/a:void 0,bytes:c,rate:l||void 0,estimated:l&&a&&u?(a-i)/l:void 0,event:s,lengthComputable:a!=null,[t?"download":"upload"]:!0};e(b)},n)},vc=(e,t)=>{const n=e!=null;return[r=>t[0]({lengthComputable:n,total:e,loaded:r}),t[1]]},Cc=e=>(...t)=>R.asap(()=>e(...t));var Jp=rt.hasStandardBrowserEnv?function(){const t=rt.navigator&&/(msie|trident)/i.test(rt.navigator.userAgent),n=document.createElement("a");let r;function o(s){let i=s;return t&&(n.setAttribute("href",i),i=n.href),n.setAttribute("href",i),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:n.pathname.charAt(0)==="/"?n.pathname:"/"+n.pathname}}return r=o(window.location.href),function(i){const a=R.isString(i)?o(i):i;return a.protocol===r.protocol&&a.host===r.host}}():function(){return function(){return!0}}(),Up=rt.hasStandardBrowserEnv?{write(e,t,n,r,o,s){const i=[e+"="+encodeURIComponent(t)];R.isNumber(n)&&i.push("expires="+new Date(n).toGMTString()),R.isString(r)&&i.push("path="+r),R.isString(o)&&i.push("domain="+o),s===!0&&i.push("secure"),document.cookie=i.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function Qp(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function qp(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function Ic(e,t){return e&&!Qp(t)?qp(e,t):t}const Ec=e=>e instanceof St?{...e}:e;function An(e,t){t=t||{};const n={};function r(l,u,b){return R.isPlainObject(l)&&R.isPlainObject(u)?R.merge.call({caseless:b},l,u):R.isPlainObject(u)?R.merge({},u):R.isArray(u)?u.slice():u}function o(l,u,b){if(R.isUndefined(u)){if(!R.isUndefined(l))return r(void 0,l,b)}else return r(l,u,b)}function s(l,u){if(!R.isUndefined(u))return r(void 0,u)}function i(l,u){if(R.isUndefined(u)){if(!R.isUndefined(l))return r(void 0,l)}else return r(void 0,u)}function a(l,u,b){if(b in t)return r(l,u);if(b in e)return r(void 0,l)}const c={url:s,method:s,data:s,baseURL:i,transformRequest:i,transformResponse:i,paramsSerializer:i,timeout:i,timeoutMessage:i,withCredentials:i,withXSRFToken:i,adapter:i,responseType:i,xsrfCookieName:i,xsrfHeaderName:i,onUploadProgress:i,onDownloadProgress:i,decompress:i,maxContentLength:i,maxBodyLength:i,beforeRedirect:i,transport:i,httpAgent:i,httpsAgent:i,cancelToken:i,socketPath:i,responseEncoding:i,validateStatus:a,headers:(l,u)=>o(Ec(l),Ec(u),!0)};return R.forEach(Object.keys(Object.assign({},e,t)),function(u){const b=c[u]||o,y=b(e[u],t[u],u);R.isUndefined(y)&&b!==a||(n[u]=y)}),n}var xc=e=>{const t=An({},e);let{data:n,withXSRFToken:r,xsrfHeaderName:o,xsrfCookieName:s,headers:i,auth:a}=t;t.headers=i=St.from(i),t.url=fc(Ic(t.baseURL,t.url),e.params,e.paramsSerializer),a&&i.set("Authorization","Basic "+btoa((a.username||"")+":"+(a.password?unescape(encodeURIComponent(a.password)):"")));let c;if(R.isFormData(n)){if(rt.hasStandardBrowserEnv||rt.hasStandardBrowserWebWorkerEnv)i.setContentType(void 0);else if((c=i.getContentType())!==!1){const[l,...u]=c?c.split(";").map(b=>b.trim()).filter(Boolean):[];i.setContentType([l||"multipart/form-data",...u].join("; "))}}if(rt.hasStandardBrowserEnv&&(r&&R.isFunction(r)&&(r=r(t)),r||r!==!1&&Jp(t.url))){const l=o&&s&&Up.read(s);l&&i.set(o,l)}return t},$p=typeof XMLHttpRequest<"u"&&function(e){return new Promise(function(n,r){const o=xc(e);let s=o.data;const i=St.from(o.headers).normalize();let{responseType:a,onUploadProgress:c,onDownloadProgress:l}=o,u,b,y,C,h;function p(){C&&C(),h&&h(),o.cancelToken&&o.cancelToken.unsubscribe(u),o.signal&&o.signal.removeEventListener("abort",u)}let d=new XMLHttpRequest;d.open(o.method.toUpperCase(),o.url,!0),d.timeout=o.timeout;function f(){if(!d)return;const g=St.from("getAllResponseHeaders"in d&&d.getAllResponseHeaders()),v={data:!a||a==="text"||a==="json"?d.responseText:d.response,status:d.status,statusText:d.statusText,headers:g,config:e,request:d};yc(function(A){n(A),p()},function(A){r(A),p()},v),d=null}"onloadend"in d?d.onloadend=f:d.onreadystatechange=function(){!d||d.readyState!==4||d.status===0&&!(d.responseURL&&d.responseURL.indexOf("file:")===0)||setTimeout(f)},d.onabort=function(){d&&(r(new ie("Request aborted",ie.ECONNABORTED,e,d)),d=null)},d.onerror=function(){r(new ie("Network Error",ie.ERR_NETWORK,e,d)),d=null},d.ontimeout=function(){let I=o.timeout?"timeout of "+o.timeout+"ms exceeded":"timeout exceeded";const v=o.transitional||hc;o.timeoutErrorMessage&&(I=o.timeoutErrorMessage),r(new ie(I,v.clarifyTimeoutError?ie.ETIMEDOUT:ie.ECONNABORTED,e,d)),d=null},s===void 0&&i.setContentType(null),"setRequestHeader"in d&&R.forEach(i.toJSON(),function(I,v){d.setRequestHeader(v,I)}),R.isUndefined(o.withCredentials)||(d.withCredentials=!!o.withCredentials),a&&a!=="json"&&(d.responseType=o.responseType),l&&([y,h]=wo(l,!0),d.addEventListener("progress",y)),c&&d.upload&&([b,C]=wo(c),d.upload.addEventListener("progress",b),d.upload.addEventListener("loadend",C)),(o.cancelToken||o.signal)&&(u=g=>{d&&(r(!g||g.type?new Un(null,e,d):g),d.abort(),d=null)},o.cancelToken&&o.cancelToken.subscribe(u),o.signal&&(o.signal.aborted?u():o.signal.addEventListener("abort",u)));const m=Xp(o.url);if(m&&rt.protocols.indexOf(m)===-1){r(new ie("Unsupported protocol "+m+":",ie.ERR_BAD_REQUEST,e));return}d.send(s||null)})},Kp=(e,t)=>{const{length:n}=e=e?e.filter(Boolean):[];if(t||n){let r=new AbortController,o;const s=function(l){if(!o){o=!0,a();const u=l instanceof Error?l:this.reason;r.abort(u instanceof ie?u:new Un(u instanceof Error?u.message:u))}};let i=t&&setTimeout(()=>{i=null,s(new ie(`timeout ${t} of ms exceeded`,ie.ETIMEDOUT))},t);const a=()=>{e&&(i&&clearTimeout(i),i=null,e.forEach(l=>{l.unsubscribe?l.unsubscribe(s):l.removeEventListener("abort",s)}),e=null)};e.forEach(l=>l.addEventListener("abort",s));const{signal:c}=r;return c.unsubscribe=()=>R.asap(a),c}};const eh=function*(e,t){let n=e.byteLength;if(n<t){yield e;return}let r=0,o;for(;r<n;)o=r+t,yield e.slice(r,o),r=o},th=async function*(e,t){for await(const n of nh(e))yield*eh(n,t)},nh=async function*(e){if(e[Symbol.asyncIterator]){yield*e;return}const t=e.getReader();try{for(;;){const{done:n,value:r}=await t.read();if(n)break;yield r}}finally{await t.cancel()}},wc=(e,t,n,r)=>{const o=th(e,t);let s=0,i,a=c=>{i||(i=!0,r&&r(c))};return new ReadableStream({async pull(c){try{const{done:l,value:u}=await o.next();if(l){a(),c.close();return}let b=u.byteLength;if(n){let y=s+=b;n(y)}c.enqueue(new Uint8Array(u))}catch(l){throw a(l),l}},cancel(c){return a(c),o.return()}},{highWaterMark:2})},Ao=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",Ac=Ao&&typeof ReadableStream=="function",rh=Ao&&(typeof TextEncoder=="function"?(e=>t=>e.encode(t))(new TextEncoder):async e=>new Uint8Array(await new Response(e).arrayBuffer())),Tc=(e,...t)=>{try{return!!e(...t)}catch{return!1}},oh=Ac&&Tc(()=>{let e=!1;const t=new Request(rt.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t}),Sc=64*1024,Us=Ac&&Tc(()=>R.isReadableStream(new Response("").body)),To={stream:Us&&(e=>e.body)};Ao&&(e=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!To[t]&&(To[t]=R.isFunction(e[t])?n=>n[t]():(n,r)=>{throw new ie(`Response type '${t}' is not supported`,ie.ERR_NOT_SUPPORT,r)})})})(new Response);const sh=async e=>{if(e==null)return 0;if(R.isBlob(e))return e.size;if(R.isSpecCompliantForm(e))return(await new Request(rt.origin,{method:"POST",body:e}).arrayBuffer()).byteLength;if(R.isArrayBufferView(e)||R.isArrayBuffer(e))return e.byteLength;if(R.isURLSearchParams(e)&&(e=e+""),R.isString(e))return(await rh(e)).byteLength},ih=async(e,t)=>{const n=R.toFiniteNumber(e.getContentLength());return n??sh(t)};var ah=Ao&&(async e=>{let{url:t,method:n,data:r,signal:o,cancelToken:s,timeout:i,onDownloadProgress:a,onUploadProgress:c,responseType:l,headers:u,withCredentials:b="same-origin",fetchOptions:y}=xc(e);l=l?(l+"").toLowerCase():"text";let C=Kp([o,s&&s.toAbortSignal()],i),h;const p=C&&C.unsubscribe&&(()=>{C.unsubscribe()});let d;try{if(c&&oh&&n!=="get"&&n!=="head"&&(d=await ih(u,r))!==0){let v=new Request(t,{method:"POST",body:r,duplex:"half"}),w;if(R.isFormData(r)&&(w=v.headers.get("content-type"))&&u.setContentType(w),v.body){const[A,T]=vc(d,wo(Cc(c)));r=wc(v.body,Sc,A,T)}}R.isString(b)||(b=b?"include":"omit");const f="credentials"in Request.prototype;h=new Request(t,{...y,signal:C,method:n.toUpperCase(),headers:u.normalize().toJSON(),body:r,duplex:"half",credentials:f?b:void 0});let m=await fetch(h);const g=Us&&(l==="stream"||l==="response");if(Us&&(a||g&&p)){const v={};["status","statusText","headers"].forEach(O=>{v[O]=m[O]});const w=R.toFiniteNumber(m.headers.get("content-length")),[A,T]=a&&vc(w,wo(Cc(a),!0))||[];m=new Response(wc(m.body,Sc,A,()=>{T&&T(),p&&p()}),v)}l=l||"text";let I=await To[R.findKey(To,l)||"text"](m,e);return!g&&p&&p(),await new Promise((v,w)=>{yc(v,w,{data:I,headers:St.from(m.headers),status:m.status,statusText:m.statusText,config:e,request:h})})}catch(f){throw p&&p(),f&&f.name==="TypeError"&&/fetch/i.test(f.message)?Object.assign(new ie("Network Error",ie.ERR_NETWORK,e,h),{cause:f.cause||f}):ie.from(f,f&&f.code,e,h)}});const Qs={http:Ep,xhr:$p,fetch:ah};R.forEach(Qs,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const _c=e=>`- ${e}`,ch=e=>R.isFunction(e)||e===null||e===!1;var Oc={getAdapter:e=>{e=R.isArray(e)?e:[e];const{length:t}=e;let n,r;const o={};for(let s=0;s<t;s++){n=e[s];let i;if(r=n,!ch(n)&&(r=Qs[(i=String(n)).toLowerCase()],r===void 0))throw new ie(`Unknown adapter '${i}'`);if(r)break;o[i||"#"+s]=r}if(!r){const s=Object.entries(o).map(([a,c])=>`adapter ${a} `+(c===!1?"is not supported by the environment":"is not available in the build"));let i=t?s.length>1?`since :
|
|
30
|
+
<%s key={someKey} {...props} />`,La,zn,b4,zn),y0[zn+La]=!0}}return O===r?f4(je):d4(je),je}}function p4(O,P,V){return v0(O,P,V,!0)}function h4(O,P,V){return v0(O,P,V,!1)}var g4=h4,m4=p4;Lr.Fragment=r,Lr.jsx=g4,Lr.jsxs=m4}()),Lr}process.env.NODE_ENV==="production"?Ds.exports=E0():Ds.exports=x0();var E=Ds.exports;function Wa(e){var t,n,r="";if(typeof e=="string"||typeof e=="number")r+=e;else if(typeof e=="object")if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(n=Wa(e[t]))&&(r&&(r+=" "),r+=n)}else for(n in e)e[n]&&(r&&(r+=" "),r+=n);return r}function on(){for(var e,t,n=0,r="",o=arguments.length;n<o;n++)(e=arguments[n])&&(t=Wa(e))&&(r&&(r+=" "),r+=t);return r}const Rr=e=>typeof e=="number"&&!isNaN(e),xn=e=>typeof e=="string",ft=e=>typeof e=="function",uo=e=>xn(e)||ft(e)?e:null,Ns=e=>S.isValidElement(e)||xn(e)||ft(e)||Rr(e);function w0(e,t,n){n===void 0&&(n=300);const{scrollHeight:r,style:o}=e;requestAnimationFrame(()=>{o.minHeight="initial",o.height=r+"px",o.transition=`all ${n}ms`,requestAnimationFrame(()=>{o.height="0",o.padding="0",o.margin="0",setTimeout(t,n)})})}function fo(e){let{enter:t,exit:n,appendPosition:r=!1,collapse:o=!0,collapseDuration:s=300}=e;return function(i){let{children:a,position:c,preventExitTransition:l,done:u,nodeRef:m,isIn:y,playToast:C}=i;const h=r?`${t}--${c}`:t,p=r?`${n}--${c}`:n,d=S.useRef(0);return S.useLayoutEffect(()=>{const f=m.current,b=h.split(" "),g=I=>{I.target===m.current&&(C(),f.removeEventListener("animationend",g),f.removeEventListener("animationcancel",g),d.current===0&&I.type!=="animationcancel"&&f.classList.remove(...b))};f.classList.add(...b),f.addEventListener("animationend",g),f.addEventListener("animationcancel",g)},[]),S.useEffect(()=>{const f=m.current,b=()=>{f.removeEventListener("animationend",b),o?w0(f,u,s):u()};y||(l?b():(d.current=1,f.className+=` ${p}`,f.addEventListener("animationend",b)))},[y]),S.createElement(S.Fragment,null,a)}}function Za(e,t){return e!=null?{content:e.content,containerId:e.props.containerId,id:e.props.toastId,theme:e.props.theme,type:e.props.type,data:e.props.data||{},isLoading:e.props.isLoading,icon:e.props.icon,status:t}:{}}const qe=new Map;let Fr=[];const ks=new Set,A0=e=>ks.forEach(t=>t(e)),Xa=()=>qe.size>0;function za(e,t){var n;if(t)return!((n=qe.get(t))==null||!n.isToastActive(e));let r=!1;return qe.forEach(o=>{o.isToastActive(e)&&(r=!0)}),r}function Ya(e,t){Ns(e)&&(Xa()||Fr.push({content:e,options:t}),qe.forEach(n=>{n.buildToast(e,t)}))}function Ja(e,t){qe.forEach(n=>{t!=null&&t!=null&&t.containerId?(t==null?void 0:t.containerId)===n.id&&n.toggle(e,t==null?void 0:t.id):n.toggle(e,t==null?void 0:t.id)})}function T0(e){const{subscribe:t,getSnapshot:n,setProps:r}=S.useRef(function(s){const i=s.containerId||1;return{subscribe(a){const c=function(u,m,y){let C=1,h=0,p=[],d=[],f=[],b=m;const g=new Map,I=new Set,v=()=>{f=Array.from(g.values()),I.forEach(T=>T())},w=T=>{d=T==null?[]:d.filter(_=>_!==T),v()},A=T=>{const{toastId:_,onOpen:D,updateId:F,children:k}=T.props,N=F==null;T.staleId&&g.delete(T.staleId),g.set(_,T),d=[...d,T.props.toastId].filter(j=>j!==T.staleId),v(),y(Za(T,N?"added":"updated")),N&&ft(D)&&D(S.isValidElement(k)&&k.props)};return{id:u,props:b,observe:T=>(I.add(T),()=>I.delete(T)),toggle:(T,_)=>{g.forEach(D=>{_!=null&&_!==D.props.toastId||ft(D.toggle)&&D.toggle(T)})},removeToast:w,toasts:g,clearQueue:()=>{h-=p.length,p=[]},buildToast:(T,_)=>{if((Y=>{let{containerId:re,toastId:fe,updateId:M}=Y;const U=re?re!==u:u!==1,te=g.has(fe)&&M==null;return U||te})(_))return;const{toastId:D,updateId:F,data:k,staleId:N,delay:j}=_,X=()=>{w(D)},Z=F==null;Z&&h++;const z={...b,style:b.toastStyle,key:C++,...Object.fromEntries(Object.entries(_).filter(Y=>{let[re,fe]=Y;return fe!=null})),toastId:D,updateId:F,data:k,closeToast:X,isIn:!1,className:uo(_.className||b.toastClassName),bodyClassName:uo(_.bodyClassName||b.bodyClassName),progressClassName:uo(_.progressClassName||b.progressClassName),autoClose:!_.isLoading&&(W=_.autoClose,q=b.autoClose,W===!1||Rr(W)&&W>0?W:q),deleteToast(){const Y=g.get(D),{onClose:re,children:fe}=Y.props;ft(re)&&re(S.isValidElement(fe)&&fe.props),y(Za(Y,"removed")),g.delete(D),h--,h<0&&(h=0),p.length>0?A(p.shift()):v()}};var W,q;z.closeButton=b.closeButton,_.closeButton===!1||Ns(_.closeButton)?z.closeButton=_.closeButton:_.closeButton===!0&&(z.closeButton=!Ns(b.closeButton)||b.closeButton);let ie=T;S.isValidElement(T)&&!xn(T.type)?ie=S.cloneElement(T,{closeToast:X,toastProps:z,data:k}):ft(T)&&(ie=T({closeToast:X,toastProps:z,data:k}));const ce={content:ie,props:z,staleId:N};b.limit&&b.limit>0&&h>b.limit&&Z?p.push(ce):Rr(j)?setTimeout(()=>{A(ce)},j):A(ce)},setProps(T){b=T},setToggle:(T,_)=>{g.get(T).toggle=_},isToastActive:T=>d.some(_=>_===T),getSnapshot:()=>b.newestOnTop?f.reverse():f}}(i,s,A0);qe.set(i,c);const l=c.observe(a);return Fr.forEach(u=>Ya(u.content,u.options)),Fr=[],()=>{l(),qe.delete(i)}},setProps(a){var c;(c=qe.get(i))==null||c.setProps(a)},getSnapshot(){var a;return(a=qe.get(i))==null?void 0:a.getSnapshot()}}}(e)).current;r(e);const o=S.useSyncExternalStore(t,n,n);return{getToastToRender:function(s){if(!o)return[];const i=new Map;return o.forEach(a=>{const{position:c}=a.props;i.has(c)||i.set(c,[]),i.get(c).push(a)}),Array.from(i,a=>s(a[0],a[1]))},isToastActive:za,count:o==null?void 0:o.length}}function S0(e){const[t,n]=S.useState(!1),[r,o]=S.useState(!1),s=S.useRef(null),i=S.useRef({start:0,delta:0,removalDistance:0,canCloseOnClick:!0,canDrag:!1,didMove:!1}).current,{autoClose:a,pauseOnHover:c,closeToast:l,onClick:u,closeOnClick:m}=e;var y,C;function h(){n(!0)}function p(){n(!1)}function d(g){const I=s.current;i.canDrag&&I&&(i.didMove=!0,t&&p(),i.delta=e.draggableDirection==="x"?g.clientX-i.start:g.clientY-i.start,i.start!==g.clientX&&(i.canCloseOnClick=!1),I.style.transform=`translate3d(${e.draggableDirection==="x"?`${i.delta}px, var(--y)`:`0, calc(${i.delta}px + var(--y))`},0)`,I.style.opacity=""+(1-Math.abs(i.delta/i.removalDistance)))}function f(){document.removeEventListener("pointermove",d),document.removeEventListener("pointerup",f);const g=s.current;if(i.canDrag&&i.didMove&&g){if(i.canDrag=!1,Math.abs(i.delta)>i.removalDistance)return o(!0),e.closeToast(),void e.collapseAll();g.style.transition="transform 0.2s, opacity 0.2s",g.style.removeProperty("transform"),g.style.removeProperty("opacity")}}(C=qe.get((y={id:e.toastId,containerId:e.containerId,fn:n}).containerId||1))==null||C.setToggle(y.id,y.fn),S.useEffect(()=>{if(e.pauseOnFocusLoss)return document.hasFocus()||p(),window.addEventListener("focus",h),window.addEventListener("blur",p),()=>{window.removeEventListener("focus",h),window.removeEventListener("blur",p)}},[e.pauseOnFocusLoss]);const b={onPointerDown:function(g){if(e.draggable===!0||e.draggable===g.pointerType){i.didMove=!1,document.addEventListener("pointermove",d),document.addEventListener("pointerup",f);const I=s.current;i.canCloseOnClick=!0,i.canDrag=!0,I.style.transition="none",e.draggableDirection==="x"?(i.start=g.clientX,i.removalDistance=I.offsetWidth*(e.draggablePercent/100)):(i.start=g.clientY,i.removalDistance=I.offsetHeight*(e.draggablePercent===80?1.5*e.draggablePercent:e.draggablePercent)/100)}},onPointerUp:function(g){const{top:I,bottom:v,left:w,right:A}=s.current.getBoundingClientRect();g.nativeEvent.type!=="touchend"&&e.pauseOnHover&&g.clientX>=w&&g.clientX<=A&&g.clientY>=I&&g.clientY<=v?p():h()}};return a&&c&&(b.onMouseEnter=p,e.stacked||(b.onMouseLeave=h)),m&&(b.onClick=g=>{u&&u(g),i.canCloseOnClick&&l()}),{playToast:h,pauseToast:p,isRunning:t,preventExitTransition:r,toastRef:s,eventHandlers:b}}function _0(e){let{delay:t,isRunning:n,closeToast:r,type:o="default",hide:s,className:i,style:a,controlledProgress:c,progress:l,rtl:u,isIn:m,theme:y}=e;const C=s||c&&l===0,h={...a,animationDuration:`${t}ms`,animationPlayState:n?"running":"paused"};c&&(h.transform=`scaleX(${l})`);const p=on("Toastify__progress-bar",c?"Toastify__progress-bar--controlled":"Toastify__progress-bar--animated",`Toastify__progress-bar-theme--${y}`,`Toastify__progress-bar--${o}`,{"Toastify__progress-bar--rtl":u}),d=ft(i)?i({rtl:u,type:o,defaultClassName:p}):on(p,i),f={[c&&l>=1?"onTransitionEnd":"onAnimationEnd"]:c&&l<1?null:()=>{m&&r()}};return S.createElement("div",{className:"Toastify__progress-bar--wrp","data-hidden":C},S.createElement("div",{className:`Toastify__progress-bar--bg Toastify__progress-bar-theme--${y} Toastify__progress-bar--${o}`}),S.createElement("div",{role:"progressbar","aria-hidden":C?"true":"false","aria-label":"notification timer",className:d,style:h,...f}))}let O0=1;const Ua=()=>""+O0++;function L0(e){return e&&(xn(e.toastId)||Rr(e.toastId))?e.toastId:Ua()}function Dr(e,t){return Ya(e,t),t.toastId}function po(e,t){return{...t,type:t&&t.type||e,toastId:L0(t)}}function ho(e){return(t,n)=>Dr(t,po(e,n))}function Ie(e,t){return Dr(e,po("default",t))}Ie.loading=(e,t)=>Dr(e,po("default",{isLoading:!0,autoClose:!1,closeOnClick:!1,closeButton:!1,draggable:!1,...t})),Ie.promise=function(e,t,n){let r,{pending:o,error:s,success:i}=t;o&&(r=xn(o)?Ie.loading(o,n):Ie.loading(o.render,{...n,...o}));const a={isLoading:null,autoClose:null,closeOnClick:null,closeButton:null,draggable:null},c=(u,m,y)=>{if(m==null)return void Ie.dismiss(r);const C={type:u,...a,...n,data:y},h=xn(m)?{render:m}:m;return r?Ie.update(r,{...C,...h}):Ie(h.render,{...C,...h}),y},l=ft(e)?e():e;return l.then(u=>c("success",i,u)).catch(u=>c("error",s,u)),l},Ie.success=ho("success"),Ie.info=ho("info"),Ie.error=ho("error"),Ie.warning=ho("warning"),Ie.warn=Ie.warning,Ie.dark=(e,t)=>Dr(e,po("default",{theme:"dark",...t})),Ie.dismiss=function(e){(function(t){var n;if(Xa()){if(t==null||xn(n=t)||Rr(n))qe.forEach(r=>{r.removeToast(t)});else if(t&&("containerId"in t||"id"in t)){const r=qe.get(t.containerId);r?r.removeToast(t.id):qe.forEach(o=>{o.removeToast(t.id)})}}else Fr=Fr.filter(r=>t!=null&&r.options.toastId!==t)})(e)},Ie.clearWaitingQueue=function(e){e===void 0&&(e={}),qe.forEach(t=>{!t.props.limit||e.containerId&&t.id!==e.containerId||t.clearQueue()})},Ie.isActive=za,Ie.update=function(e,t){t===void 0&&(t={});const n=((r,o)=>{var s;let{containerId:i}=o;return(s=qe.get(i||1))==null?void 0:s.toasts.get(r)})(e,t);if(n){const{props:r,content:o}=n,s={delay:100,...r,...t,toastId:t.toastId||e,updateId:Ua()};s.toastId!==e&&(s.staleId=e);const i=s.render||o;delete s.render,Dr(i,s)}},Ie.done=e=>{Ie.update(e,{progress:1})},Ie.onChange=function(e){return ks.add(e),()=>{ks.delete(e)}},Ie.play=e=>Ja(!0,e),Ie.pause=e=>Ja(!1,e);const R0=typeof window<"u"?S.useLayoutEffect:S.useEffect,go=e=>{let{theme:t,type:n,isLoading:r,...o}=e;return S.createElement("svg",{viewBox:"0 0 24 24",width:"100%",height:"100%",fill:t==="colored"?"currentColor":`var(--toastify-icon-color-${n})`,...o})},Ps={info:function(e){return S.createElement(go,{...e},S.createElement("path",{d:"M12 0a12 12 0 1012 12A12.013 12.013 0 0012 0zm.25 5a1.5 1.5 0 11-1.5 1.5 1.5 1.5 0 011.5-1.5zm2.25 13.5h-4a1 1 0 010-2h.75a.25.25 0 00.25-.25v-4.5a.25.25 0 00-.25-.25h-.75a1 1 0 010-2h1a2 2 0 012 2v4.75a.25.25 0 00.25.25h.75a1 1 0 110 2z"}))},warning:function(e){return S.createElement(go,{...e},S.createElement("path",{d:"M23.32 17.191L15.438 2.184C14.728.833 13.416 0 11.996 0c-1.42 0-2.733.833-3.443 2.184L.533 17.448a4.744 4.744 0 000 4.368C1.243 23.167 2.555 24 3.975 24h16.05C22.22 24 24 22.044 24 19.632c0-.904-.251-1.746-.68-2.44zm-9.622 1.46c0 1.033-.724 1.823-1.698 1.823s-1.698-.79-1.698-1.822v-.043c0-1.028.724-1.822 1.698-1.822s1.698.79 1.698 1.822v.043zm.039-12.285l-.84 8.06c-.057.581-.408.943-.897.943-.49 0-.84-.367-.896-.942l-.84-8.065c-.057-.624.25-1.095.779-1.095h1.91c.528.005.84.476.784 1.1z"}))},success:function(e){return S.createElement(go,{...e},S.createElement("path",{d:"M12 0a12 12 0 1012 12A12.014 12.014 0 0012 0zm6.927 8.2l-6.845 9.289a1.011 1.011 0 01-1.43.188l-4.888-3.908a1 1 0 111.25-1.562l4.076 3.261 6.227-8.451a1 1 0 111.61 1.183z"}))},error:function(e){return S.createElement(go,{...e},S.createElement("path",{d:"M11.983 0a12.206 12.206 0 00-8.51 3.653A11.8 11.8 0 000 12.207 11.779 11.779 0 0011.8 24h.214A12.111 12.111 0 0024 11.791 11.766 11.766 0 0011.983 0zM10.5 16.542a1.476 1.476 0 011.449-1.53h.027a1.527 1.527 0 011.523 1.47 1.475 1.475 0 01-1.449 1.53h-.027a1.529 1.529 0 01-1.523-1.47zM11 12.5v-6a1 1 0 012 0v6a1 1 0 11-2 0z"}))},spinner:function(){return S.createElement("div",{className:"Toastify__spinner"})}},F0=e=>{const{isRunning:t,preventExitTransition:n,toastRef:r,eventHandlers:o,playToast:s}=S0(e),{closeButton:i,children:a,autoClose:c,onClick:l,type:u,hideProgressBar:m,closeToast:y,transition:C,position:h,className:p,style:d,bodyClassName:f,bodyStyle:b,progressClassName:g,progressStyle:I,updateId:v,role:w,progress:A,rtl:T,toastId:_,deleteToast:D,isIn:F,isLoading:k,closeOnClick:N,theme:j}=e,X=on("Toastify__toast",`Toastify__toast-theme--${j}`,`Toastify__toast--${u}`,{"Toastify__toast--rtl":T},{"Toastify__toast--close-on-click":N}),Z=ft(p)?p({rtl:T,position:h,type:u,defaultClassName:X}):on(X,p),z=function(ce){let{theme:Y,type:re,isLoading:fe,icon:M}=ce,U=null;const te={theme:Y,type:re};return M===!1||(ft(M)?U=M({...te,isLoading:fe}):S.isValidElement(M)?U=S.cloneElement(M,te):fe?U=Ps.spinner():(ae=>ae in Ps)(re)&&(U=Ps[re](te))),U}(e),W=!!A||!c,q={closeToast:y,type:u,theme:j};let ie=null;return i===!1||(ie=ft(i)?i(q):S.isValidElement(i)?S.cloneElement(i,q):function(ce){let{closeToast:Y,theme:re,ariaLabel:fe="close"}=ce;return S.createElement("button",{className:`Toastify__close-button Toastify__close-button--${re}`,type:"button",onClick:M=>{M.stopPropagation(),Y(M)},"aria-label":fe},S.createElement("svg",{"aria-hidden":"true",viewBox:"0 0 14 16"},S.createElement("path",{fillRule:"evenodd",d:"M7.71 8.23l3.75 3.75-1.48 1.48-3.75-3.75-3.75 3.75L1 11.98l3.75-3.75L1 4.48 2.48 3l3.75 3.75L9.98 3l1.48 1.48-3.75 3.75z"})))}(q)),S.createElement(C,{isIn:F,done:D,position:h,preventExitTransition:n,nodeRef:r,playToast:s},S.createElement("div",{id:_,onClick:l,"data-in":F,className:Z,...o,style:d,ref:r},S.createElement("div",{...F&&{role:w},className:ft(f)?f({type:u}):on("Toastify__toast-body",f),style:b},z!=null&&S.createElement("div",{className:on("Toastify__toast-icon",{"Toastify--animate-icon Toastify__zoom-enter":!k})},z),S.createElement("div",null,a)),ie,S.createElement(_0,{...v&&!W?{key:`pb-${v}`}:{},rtl:T,theme:j,delay:c,isRunning:t,isIn:F,closeToast:y,hide:m,type:u,style:I,className:g,controlledProgress:W,progress:A||0})))},mo=function(e,t){return t===void 0&&(t=!1),{enter:`Toastify--animate Toastify__${e}-enter`,exit:`Toastify--animate Toastify__${e}-exit`,appendPosition:t}},D0=fo(mo("bounce",!0));fo(mo("slide",!0)),fo(mo("zoom")),fo(mo("flip"));const N0={position:"top-right",transition:D0,autoClose:5e3,closeButton:!0,pauseOnHover:!0,pauseOnFocusLoss:!0,draggable:"touch",draggablePercent:80,draggableDirection:"x",role:"alert",theme:"light"};function k0(e){let t={...N0,...e};const n=e.stacked,[r,o]=S.useState(!0),s=S.useRef(null),{getToastToRender:i,isToastActive:a,count:c}=T0(t),{className:l,style:u,rtl:m,containerId:y}=t;function C(p){const d=on("Toastify__toast-container",`Toastify__toast-container--${p}`,{"Toastify__toast-container--rtl":m});return ft(l)?l({position:p,rtl:m,defaultClassName:d}):on(d,uo(l))}function h(){n&&(o(!0),Ie.play())}return R0(()=>{if(n){var p;const d=s.current.querySelectorAll('[data-in="true"]'),f=12,b=(p=t.position)==null?void 0:p.includes("top");let g=0,I=0;Array.from(d).reverse().forEach((v,w)=>{const A=v;A.classList.add("Toastify__toast--stacked"),w>0&&(A.dataset.collapsed=`${r}`),A.dataset.pos||(A.dataset.pos=b?"top":"bot");const T=g*(r?.2:1)+(r?0:f*w);A.style.setProperty("--y",`${b?T:-1*T}px`),A.style.setProperty("--g",`${f}`),A.style.setProperty("--s",""+(1-(r?I:0))),g+=A.offsetHeight,I+=.025})}},[r,c,n]),S.createElement("div",{ref:s,className:"Toastify",id:y,onMouseEnter:()=>{n&&(o(!1),Ie.pause())},onMouseLeave:h},i((p,d)=>{const f=d.length?{...u}:{...u,pointerEvents:"none"};return S.createElement("div",{className:C(p),style:f,key:`container-${p}`},d.map(b=>{let{content:g,props:I}=b;return S.createElement(F0,{...I,stacked:n,collapseAll:h,isIn:a(I.toastId,I.containerId),style:I.style,key:`toast-${I.key}`},g)}))}))}const P0={email:"",baseUrls:{},currentSmIds:[],metaData:void 0,availableFeatures:{},sendTrackingEvent:()=>{},conversationId:void 0,isAdmin:!1,connectorFunctions:{redirectToAdmin:()=>{}}},Ge=S.createContext(P0);var Ms={},wn={};function Qa(e,t){return function(){return e.apply(t,arguments)}}const{toString:M0}=Object.prototype,{getPrototypeOf:Bs}=Object,bo=(e=>t=>{const n=M0.call(t);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),Tt=e=>(e=e.toLowerCase(),t=>bo(t)===e),yo=e=>t=>typeof t===e,{isArray:Yn}=Array,Nr=yo("undefined");function B0(e){return e!==null&&!Nr(e)&&e.constructor!==null&&!Nr(e.constructor)&&pt(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const qa=Tt("ArrayBuffer");function j0(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&qa(e.buffer),t}const G0=yo("string"),pt=yo("function"),$a=yo("number"),vo=e=>e!==null&&typeof e=="object",V0=e=>e===!0||e===!1,Co=e=>{if(bo(e)!=="object")return!1;const t=Bs(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},H0=Tt("Date"),W0=Tt("File"),Z0=Tt("Blob"),X0=Tt("FileList"),z0=e=>vo(e)&&pt(e.pipe),Y0=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||pt(e.append)&&((t=bo(e))==="formdata"||t==="object"&&pt(e.toString)&&e.toString()==="[object FormData]"))},J0=Tt("URLSearchParams"),[U0,Q0,q0,$0]=["ReadableStream","Request","Response","Headers"].map(Tt),K0=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function kr(e,t,{allOwnKeys:n=!1}={}){if(e===null||typeof e>"u")return;let r,o;if(typeof e!="object"&&(e=[e]),Yn(e))for(r=0,o=e.length;r<o;r++)t.call(null,e[r],r,e);else{const s=n?Object.getOwnPropertyNames(e):Object.keys(e),i=s.length;let a;for(r=0;r<i;r++)a=s[r],t.call(null,e[a],a,e)}}function Ka(e,t){t=t.toLowerCase();const n=Object.keys(e);let r=n.length,o;for(;r-- >0;)if(o=n[r],t===o.toLowerCase())return o;return null}const An=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:se,ec=e=>!Nr(e)&&e!==An;function js(){const{caseless:e}=ec(this)&&this||{},t={},n=(r,o)=>{const s=e&&Ka(t,o)||o;Co(t[s])&&Co(r)?t[s]=js(t[s],r):Co(r)?t[s]=js({},r):Yn(r)?t[s]=r.slice():t[s]=r};for(let r=0,o=arguments.length;r<o;r++)arguments[r]&&kr(arguments[r],n);return t}const ep=(e,t,n,{allOwnKeys:r}={})=>(kr(t,(o,s)=>{n&&pt(o)?e[s]=Qa(o,n):e[s]=o},{allOwnKeys:r}),e),tp=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),np=(e,t,n,r)=>{e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},rp=(e,t,n,r)=>{let o,s,i;const a={};if(t=t||{},e==null)return t;do{for(o=Object.getOwnPropertyNames(e),s=o.length;s-- >0;)i=o[s],(!r||r(i,e,t))&&!a[i]&&(t[i]=e[i],a[i]=!0);e=n!==!1&&Bs(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},op=(e,t,n)=>{e=String(e),(n===void 0||n>e.length)&&(n=e.length),n-=t.length;const r=e.indexOf(t,n);return r!==-1&&r===n},sp=e=>{if(!e)return null;if(Yn(e))return e;let t=e.length;if(!$a(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},ip=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&Bs(Uint8Array)),ap=(e,t)=>{const r=(e&&e[Symbol.iterator]).call(e);let o;for(;(o=r.next())&&!o.done;){const s=o.value;t.call(e,s[0],s[1])}},cp=(e,t)=>{let n;const r=[];for(;(n=e.exec(t))!==null;)r.push(n);return r},lp=Tt("HTMLFormElement"),up=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,r,o){return r.toUpperCase()+o}),tc=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),dp=Tt("RegExp"),nc=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};kr(n,(o,s)=>{let i;(i=t(o,s,e))!==!1&&(r[s]=i||o)}),Object.defineProperties(e,r)},fp=e=>{nc(e,(t,n)=>{if(pt(e)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;const r=e[n];if(pt(r)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},pp=(e,t)=>{const n={},r=o=>{o.forEach(s=>{n[s]=!0})};return Yn(e)?r(e):r(String(e).split(t)),n},hp=()=>{},gp=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t,Gs="abcdefghijklmnopqrstuvwxyz",rc="0123456789",oc={DIGIT:rc,ALPHA:Gs,ALPHA_DIGIT:Gs+Gs.toUpperCase()+rc},mp=(e=16,t=oc.ALPHA_DIGIT)=>{let n="";const{length:r}=t;for(;e--;)n+=t[Math.random()*r|0];return n};function bp(e){return!!(e&&pt(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const yp=e=>{const t=new Array(10),n=(r,o)=>{if(vo(r)){if(t.indexOf(r)>=0)return;if(!("toJSON"in r)){t[o]=r;const s=Yn(r)?[]:{};return kr(r,(i,a)=>{const c=n(i,o+1);!Nr(c)&&(s[a]=c)}),t[o]=void 0,s}}return r};return n(e,0)},vp=Tt("AsyncFunction"),Cp=e=>e&&(vo(e)||pt(e))&&pt(e.then)&&pt(e.catch),sc=((e,t)=>e?setImmediate:t?((n,r)=>(An.addEventListener("message",({source:o,data:s})=>{o===An&&s===n&&r.length&&r.shift()()},!1),o=>{r.push(o),An.postMessage(n,"*")}))(`axios@${Math.random()}`,[]):n=>setTimeout(n))(typeof setImmediate=="function",pt(An.postMessage)),Ip=typeof queueMicrotask<"u"?queueMicrotask.bind(An):typeof process<"u"&&process.nextTick||sc;var R={isArray:Yn,isArrayBuffer:qa,isBuffer:B0,isFormData:Y0,isArrayBufferView:j0,isString:G0,isNumber:$a,isBoolean:V0,isObject:vo,isPlainObject:Co,isReadableStream:U0,isRequest:Q0,isResponse:q0,isHeaders:$0,isUndefined:Nr,isDate:H0,isFile:W0,isBlob:Z0,isRegExp:dp,isFunction:pt,isStream:z0,isURLSearchParams:J0,isTypedArray:ip,isFileList:X0,forEach:kr,merge:js,extend:ep,trim:K0,stripBOM:tp,inherits:np,toFlatObject:rp,kindOf:bo,kindOfTest:Tt,endsWith:op,toArray:sp,forEachEntry:ap,matchAll:cp,isHTMLForm:lp,hasOwnProperty:tc,hasOwnProp:tc,reduceDescriptors:nc,freezeMethods:fp,toObjectSet:pp,toCamelCase:up,noop:hp,toFiniteNumber:gp,findKey:Ka,global:An,isContextDefined:ec,ALPHABET:oc,generateString:mp,isSpecCompliantForm:bp,toJSONObject:yp,isAsyncFn:vp,isThenable:Cp,setImmediate:sc,asap:Ip};function le(e,t,n,r,o){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),r&&(this.request=r),o&&(this.response=o,this.status=o.status?o.status:null)}R.inherits(le,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:R.toJSONObject(this.config),code:this.code,status:this.status}}});const ic=le.prototype,ac={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{ac[e]={value:e}}),Object.defineProperties(le,ac),Object.defineProperty(ic,"isAxiosError",{value:!0}),le.from=(e,t,n,r,o,s)=>{const i=Object.create(ic);return R.toFlatObject(e,i,function(c){return c!==Error.prototype},a=>a!=="isAxiosError"),le.call(i,e.message,t,n,r,o),i.cause=e,i.name=e.name,s&&Object.assign(i,s),i};var Ep=null;function Vs(e){return R.isPlainObject(e)||R.isArray(e)}function cc(e){return R.endsWith(e,"[]")?e.slice(0,-2):e}function lc(e,t,n){return e?e.concat(t).map(function(o,s){return o=cc(o),!n&&s?"["+o+"]":o}).join(n?".":""):t}function xp(e){return R.isArray(e)&&!e.some(Vs)}const wp=R.toFlatObject(R,{},null,function(t){return/^is[A-Z]/.test(t)});function Io(e,t,n){if(!R.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,n=R.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(p,d){return!R.isUndefined(d[p])});const r=n.metaTokens,o=n.visitor||u,s=n.dots,i=n.indexes,c=(n.Blob||typeof Blob<"u"&&Blob)&&R.isSpecCompliantForm(t);if(!R.isFunction(o))throw new TypeError("visitor must be a function");function l(h){if(h===null)return"";if(R.isDate(h))return h.toISOString();if(!c&&R.isBlob(h))throw new le("Blob is not supported. Use a Buffer instead.");return R.isArrayBuffer(h)||R.isTypedArray(h)?c&&typeof Blob=="function"?new Blob([h]):Buffer.from(h):h}function u(h,p,d){let f=h;if(h&&!d&&typeof h=="object"){if(R.endsWith(p,"{}"))p=r?p:p.slice(0,-2),h=JSON.stringify(h);else if(R.isArray(h)&&xp(h)||(R.isFileList(h)||R.endsWith(p,"[]"))&&(f=R.toArray(h)))return p=cc(p),f.forEach(function(g,I){!(R.isUndefined(g)||g===null)&&t.append(i===!0?lc([p],I,s):i===null?p:p+"[]",l(g))}),!1}return Vs(h)?!0:(t.append(lc(d,p,s),l(h)),!1)}const m=[],y=Object.assign(wp,{defaultVisitor:u,convertValue:l,isVisitable:Vs});function C(h,p){if(!R.isUndefined(h)){if(m.indexOf(h)!==-1)throw Error("Circular reference detected in "+p.join("."));m.push(h),R.forEach(h,function(f,b){(!(R.isUndefined(f)||f===null)&&o.call(t,f,R.isString(b)?b.trim():b,p,y))===!0&&C(f,p?p.concat(b):[b])}),m.pop()}}if(!R.isObject(e))throw new TypeError("data must be an object");return C(e),t}function uc(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(r){return t[r]})}function Hs(e,t){this._pairs=[],e&&Io(e,this,t)}const dc=Hs.prototype;dc.append=function(t,n){this._pairs.push([t,n])},dc.toString=function(t){const n=t?function(r){return t.call(this,r,uc)}:uc;return this._pairs.map(function(o){return n(o[0])+"="+n(o[1])},"").join("&")};function Ap(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function fc(e,t,n){if(!t)return e;const r=n&&n.encode||Ap,o=n&&n.serialize;let s;if(o?s=o(t,n):s=R.isURLSearchParams(t)?t.toString():new Hs(t,n).toString(r),s){const i=e.indexOf("#");i!==-1&&(e=e.slice(0,i)),e+=(e.indexOf("?")===-1?"?":"&")+s}return e}class Tp{constructor(){this.handlers=[]}use(t,n,r){return this.handlers.push({fulfilled:t,rejected:n,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){R.forEach(this.handlers,function(r){r!==null&&t(r)})}}var pc=Tp,hc={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Sp=typeof URLSearchParams<"u"?URLSearchParams:Hs,_p=typeof FormData<"u"?FormData:null,Op=typeof Blob<"u"?Blob:null,Lp={isBrowser:!0,classes:{URLSearchParams:Sp,FormData:_p,Blob:Op},protocols:["http","https","file","blob","url","data"]};const Ws=typeof window<"u"&&typeof document<"u",Zs=typeof navigator=="object"&&navigator||void 0,Rp=Ws&&(!Zs||["ReactNative","NativeScript","NS"].indexOf(Zs.product)<0),Fp=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",Dp=Ws&&window.location.href||"http://localhost";var Np=Object.freeze({__proto__:null,hasBrowserEnv:Ws,hasStandardBrowserWebWorkerEnv:Fp,hasStandardBrowserEnv:Rp,navigator:Zs,origin:Dp}),rt={...Np,...Lp};function kp(e,t){return Io(e,new rt.classes.URLSearchParams,Object.assign({visitor:function(n,r,o,s){return rt.isNode&&R.isBuffer(n)?(this.append(r,n.toString("base64")),!1):s.defaultVisitor.apply(this,arguments)}},t))}function Pp(e){return R.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function Mp(e){const t={},n=Object.keys(e);let r;const o=n.length;let s;for(r=0;r<o;r++)s=n[r],t[s]=e[s];return t}function gc(e){function t(n,r,o,s){let i=n[s++];if(i==="__proto__")return!0;const a=Number.isFinite(+i),c=s>=n.length;return i=!i&&R.isArray(o)?o.length:i,c?(R.hasOwnProp(o,i)?o[i]=[o[i],r]:o[i]=r,!a):((!o[i]||!R.isObject(o[i]))&&(o[i]=[]),t(n,r,o[i],s)&&R.isArray(o[i])&&(o[i]=Mp(o[i])),!a)}if(R.isFormData(e)&&R.isFunction(e.entries)){const n={};return R.forEachEntry(e,(r,o)=>{t(Pp(r),o,n,0)}),n}return null}function Bp(e,t,n){if(R.isString(e))try{return(t||JSON.parse)(e),R.trim(e)}catch(r){if(r.name!=="SyntaxError")throw r}return(0,JSON.stringify)(e)}const Xs={transitional:hc,adapter:["xhr","http","fetch"],transformRequest:[function(t,n){const r=n.getContentType()||"",o=r.indexOf("application/json")>-1,s=R.isObject(t);if(s&&R.isHTMLForm(t)&&(t=new FormData(t)),R.isFormData(t))return o?JSON.stringify(gc(t)):t;if(R.isArrayBuffer(t)||R.isBuffer(t)||R.isStream(t)||R.isFile(t)||R.isBlob(t)||R.isReadableStream(t))return t;if(R.isArrayBufferView(t))return t.buffer;if(R.isURLSearchParams(t))return n.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let a;if(s){if(r.indexOf("application/x-www-form-urlencoded")>-1)return kp(t,this.formSerializer).toString();if((a=R.isFileList(t))||r.indexOf("multipart/form-data")>-1){const c=this.env&&this.env.FormData;return Io(a?{"files[]":t}:t,c&&new c,this.formSerializer)}}return s||o?(n.setContentType("application/json",!1),Bp(t)):t}],transformResponse:[function(t){const n=this.transitional||Xs.transitional,r=n&&n.forcedJSONParsing,o=this.responseType==="json";if(R.isResponse(t)||R.isReadableStream(t))return t;if(t&&R.isString(t)&&(r&&!this.responseType||o)){const i=!(n&&n.silentJSONParsing)&&o;try{return JSON.parse(t)}catch(a){if(i)throw a.name==="SyntaxError"?le.from(a,le.ERR_BAD_RESPONSE,this,null,this.response):a}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:rt.classes.FormData,Blob:rt.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};R.forEach(["delete","get","head","post","put","patch"],e=>{Xs.headers[e]={}});var zs=Xs;const jp=R.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]);var Gp=e=>{const t={};let n,r,o;return e&&e.split(`
|
|
31
|
+
`).forEach(function(i){o=i.indexOf(":"),n=i.substring(0,o).trim().toLowerCase(),r=i.substring(o+1).trim(),!(!n||t[n]&&jp[n])&&(n==="set-cookie"?t[n]?t[n].push(r):t[n]=[r]:t[n]=t[n]?t[n]+", "+r:r)}),t};const mc=Symbol("internals");function Pr(e){return e&&String(e).trim().toLowerCase()}function Eo(e){return e===!1||e==null?e:R.isArray(e)?e.map(Eo):String(e)}function Vp(e){const t=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;for(;r=n.exec(e);)t[r[1]]=r[2];return t}const Hp=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function Ys(e,t,n,r,o){if(R.isFunction(r))return r.call(this,t,n);if(o&&(t=n),!!R.isString(t)){if(R.isString(r))return t.indexOf(r)!==-1;if(R.isRegExp(r))return r.test(t)}}function Wp(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,n,r)=>n.toUpperCase()+r)}function Zp(e,t){const n=R.toCamelCase(" "+t);["get","set","has"].forEach(r=>{Object.defineProperty(e,r+n,{value:function(o,s,i){return this[r].call(this,t,o,s,i)},configurable:!0})})}class xo{constructor(t){t&&this.set(t)}set(t,n,r){const o=this;function s(a,c,l){const u=Pr(c);if(!u)throw new Error("header name must be a non-empty string");const m=R.findKey(o,u);(!m||o[m]===void 0||l===!0||l===void 0&&o[m]!==!1)&&(o[m||c]=Eo(a))}const i=(a,c)=>R.forEach(a,(l,u)=>s(l,u,c));if(R.isPlainObject(t)||t instanceof this.constructor)i(t,n);else if(R.isString(t)&&(t=t.trim())&&!Hp(t))i(Gp(t),n);else if(R.isHeaders(t))for(const[a,c]of t.entries())s(c,a,r);else t!=null&&s(n,t,r);return this}get(t,n){if(t=Pr(t),t){const r=R.findKey(this,t);if(r){const o=this[r];if(!n)return o;if(n===!0)return Vp(o);if(R.isFunction(n))return n.call(this,o,r);if(R.isRegExp(n))return n.exec(o);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,n){if(t=Pr(t),t){const r=R.findKey(this,t);return!!(r&&this[r]!==void 0&&(!n||Ys(this,this[r],r,n)))}return!1}delete(t,n){const r=this;let o=!1;function s(i){if(i=Pr(i),i){const a=R.findKey(r,i);a&&(!n||Ys(r,r[a],a,n))&&(delete r[a],o=!0)}}return R.isArray(t)?t.forEach(s):s(t),o}clear(t){const n=Object.keys(this);let r=n.length,o=!1;for(;r--;){const s=n[r];(!t||Ys(this,this[s],s,t,!0))&&(delete this[s],o=!0)}return o}normalize(t){const n=this,r={};return R.forEach(this,(o,s)=>{const i=R.findKey(r,s);if(i){n[i]=Eo(o),delete n[s];return}const a=t?Wp(s):String(s).trim();a!==s&&delete n[s],n[a]=Eo(o),r[a]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const n=Object.create(null);return R.forEach(this,(r,o)=>{r!=null&&r!==!1&&(n[o]=t&&R.isArray(r)?r.join(", "):r)}),n}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,n])=>t+": "+n).join(`
|
|
32
|
+
`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...n){const r=new this(t);return n.forEach(o=>r.set(o)),r}static accessor(t){const r=(this[mc]=this[mc]={accessors:{}}).accessors,o=this.prototype;function s(i){const a=Pr(i);r[a]||(Zp(o,i),r[a]=!0)}return R.isArray(t)?t.forEach(s):s(t),this}}xo.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),R.reduceDescriptors(xo.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(r){this[n]=r}}}),R.freezeMethods(xo);var St=xo;function Js(e,t){const n=this||zs,r=t||n,o=St.from(r.headers);let s=r.data;return R.forEach(e,function(a){s=a.call(n,s,o.normalize(),t?t.status:void 0)}),o.normalize(),s}function bc(e){return!!(e&&e.__CANCEL__)}function Jn(e,t,n){le.call(this,e??"canceled",le.ERR_CANCELED,t,n),this.name="CanceledError"}R.inherits(Jn,le,{__CANCEL__:!0});function yc(e,t,n){const r=n.config.validateStatus;!n.status||!r||r(n.status)?e(n):t(new le("Request failed with status code "+n.status,[le.ERR_BAD_REQUEST,le.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}function Xp(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function zp(e,t){e=e||10;const n=new Array(e),r=new Array(e);let o=0,s=0,i;return t=t!==void 0?t:1e3,function(c){const l=Date.now(),u=r[s];i||(i=l),n[o]=c,r[o]=l;let m=s,y=0;for(;m!==o;)y+=n[m++],m=m%e;if(o=(o+1)%e,o===s&&(s=(s+1)%e),l-i<t)return;const C=u&&l-u;return C?Math.round(y*1e3/C):void 0}}function Yp(e,t){let n=0,r=1e3/t,o,s;const i=(l,u=Date.now())=>{n=u,o=null,s&&(clearTimeout(s),s=null),e.apply(null,l)};return[(...l)=>{const u=Date.now(),m=u-n;m>=r?i(l,u):(o=l,s||(s=setTimeout(()=>{s=null,i(o)},r-m)))},()=>o&&i(o)]}const wo=(e,t,n=3)=>{let r=0;const o=zp(50,250);return Yp(s=>{const i=s.loaded,a=s.lengthComputable?s.total:void 0,c=i-r,l=o(c),u=i<=a;r=i;const m={loaded:i,total:a,progress:a?i/a:void 0,bytes:c,rate:l||void 0,estimated:l&&a&&u?(a-i)/l:void 0,event:s,lengthComputable:a!=null,[t?"download":"upload"]:!0};e(m)},n)},vc=(e,t)=>{const n=e!=null;return[r=>t[0]({lengthComputable:n,total:e,loaded:r}),t[1]]},Cc=e=>(...t)=>R.asap(()=>e(...t));var Jp=rt.hasStandardBrowserEnv?function(){const t=rt.navigator&&/(msie|trident)/i.test(rt.navigator.userAgent),n=document.createElement("a");let r;function o(s){let i=s;return t&&(n.setAttribute("href",i),i=n.href),n.setAttribute("href",i),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:n.pathname.charAt(0)==="/"?n.pathname:"/"+n.pathname}}return r=o(window.location.href),function(i){const a=R.isString(i)?o(i):i;return a.protocol===r.protocol&&a.host===r.host}}():function(){return function(){return!0}}(),Up=rt.hasStandardBrowserEnv?{write(e,t,n,r,o,s){const i=[e+"="+encodeURIComponent(t)];R.isNumber(n)&&i.push("expires="+new Date(n).toGMTString()),R.isString(r)&&i.push("path="+r),R.isString(o)&&i.push("domain="+o),s===!0&&i.push("secure"),document.cookie=i.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function Qp(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function qp(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function Ic(e,t){return e&&!Qp(t)?qp(e,t):t}const Ec=e=>e instanceof St?{...e}:e;function Tn(e,t){t=t||{};const n={};function r(l,u,m){return R.isPlainObject(l)&&R.isPlainObject(u)?R.merge.call({caseless:m},l,u):R.isPlainObject(u)?R.merge({},u):R.isArray(u)?u.slice():u}function o(l,u,m){if(R.isUndefined(u)){if(!R.isUndefined(l))return r(void 0,l,m)}else return r(l,u,m)}function s(l,u){if(!R.isUndefined(u))return r(void 0,u)}function i(l,u){if(R.isUndefined(u)){if(!R.isUndefined(l))return r(void 0,l)}else return r(void 0,u)}function a(l,u,m){if(m in t)return r(l,u);if(m in e)return r(void 0,l)}const c={url:s,method:s,data:s,baseURL:i,transformRequest:i,transformResponse:i,paramsSerializer:i,timeout:i,timeoutMessage:i,withCredentials:i,withXSRFToken:i,adapter:i,responseType:i,xsrfCookieName:i,xsrfHeaderName:i,onUploadProgress:i,onDownloadProgress:i,decompress:i,maxContentLength:i,maxBodyLength:i,beforeRedirect:i,transport:i,httpAgent:i,httpsAgent:i,cancelToken:i,socketPath:i,responseEncoding:i,validateStatus:a,headers:(l,u)=>o(Ec(l),Ec(u),!0)};return R.forEach(Object.keys(Object.assign({},e,t)),function(u){const m=c[u]||o,y=m(e[u],t[u],u);R.isUndefined(y)&&m!==a||(n[u]=y)}),n}var xc=e=>{const t=Tn({},e);let{data:n,withXSRFToken:r,xsrfHeaderName:o,xsrfCookieName:s,headers:i,auth:a}=t;t.headers=i=St.from(i),t.url=fc(Ic(t.baseURL,t.url),e.params,e.paramsSerializer),a&&i.set("Authorization","Basic "+btoa((a.username||"")+":"+(a.password?unescape(encodeURIComponent(a.password)):"")));let c;if(R.isFormData(n)){if(rt.hasStandardBrowserEnv||rt.hasStandardBrowserWebWorkerEnv)i.setContentType(void 0);else if((c=i.getContentType())!==!1){const[l,...u]=c?c.split(";").map(m=>m.trim()).filter(Boolean):[];i.setContentType([l||"multipart/form-data",...u].join("; "))}}if(rt.hasStandardBrowserEnv&&(r&&R.isFunction(r)&&(r=r(t)),r||r!==!1&&Jp(t.url))){const l=o&&s&&Up.read(s);l&&i.set(o,l)}return t},$p=typeof XMLHttpRequest<"u"&&function(e){return new Promise(function(n,r){const o=xc(e);let s=o.data;const i=St.from(o.headers).normalize();let{responseType:a,onUploadProgress:c,onDownloadProgress:l}=o,u,m,y,C,h;function p(){C&&C(),h&&h(),o.cancelToken&&o.cancelToken.unsubscribe(u),o.signal&&o.signal.removeEventListener("abort",u)}let d=new XMLHttpRequest;d.open(o.method.toUpperCase(),o.url,!0),d.timeout=o.timeout;function f(){if(!d)return;const g=St.from("getAllResponseHeaders"in d&&d.getAllResponseHeaders()),v={data:!a||a==="text"||a==="json"?d.responseText:d.response,status:d.status,statusText:d.statusText,headers:g,config:e,request:d};yc(function(A){n(A),p()},function(A){r(A),p()},v),d=null}"onloadend"in d?d.onloadend=f:d.onreadystatechange=function(){!d||d.readyState!==4||d.status===0&&!(d.responseURL&&d.responseURL.indexOf("file:")===0)||setTimeout(f)},d.onabort=function(){d&&(r(new le("Request aborted",le.ECONNABORTED,e,d)),d=null)},d.onerror=function(){r(new le("Network Error",le.ERR_NETWORK,e,d)),d=null},d.ontimeout=function(){let I=o.timeout?"timeout of "+o.timeout+"ms exceeded":"timeout exceeded";const v=o.transitional||hc;o.timeoutErrorMessage&&(I=o.timeoutErrorMessage),r(new le(I,v.clarifyTimeoutError?le.ETIMEDOUT:le.ECONNABORTED,e,d)),d=null},s===void 0&&i.setContentType(null),"setRequestHeader"in d&&R.forEach(i.toJSON(),function(I,v){d.setRequestHeader(v,I)}),R.isUndefined(o.withCredentials)||(d.withCredentials=!!o.withCredentials),a&&a!=="json"&&(d.responseType=o.responseType),l&&([y,h]=wo(l,!0),d.addEventListener("progress",y)),c&&d.upload&&([m,C]=wo(c),d.upload.addEventListener("progress",m),d.upload.addEventListener("loadend",C)),(o.cancelToken||o.signal)&&(u=g=>{d&&(r(!g||g.type?new Jn(null,e,d):g),d.abort(),d=null)},o.cancelToken&&o.cancelToken.subscribe(u),o.signal&&(o.signal.aborted?u():o.signal.addEventListener("abort",u)));const b=Xp(o.url);if(b&&rt.protocols.indexOf(b)===-1){r(new le("Unsupported protocol "+b+":",le.ERR_BAD_REQUEST,e));return}d.send(s||null)})},Kp=(e,t)=>{const{length:n}=e=e?e.filter(Boolean):[];if(t||n){let r=new AbortController,o;const s=function(l){if(!o){o=!0,a();const u=l instanceof Error?l:this.reason;r.abort(u instanceof le?u:new Jn(u instanceof Error?u.message:u))}};let i=t&&setTimeout(()=>{i=null,s(new le(`timeout ${t} of ms exceeded`,le.ETIMEDOUT))},t);const a=()=>{e&&(i&&clearTimeout(i),i=null,e.forEach(l=>{l.unsubscribe?l.unsubscribe(s):l.removeEventListener("abort",s)}),e=null)};e.forEach(l=>l.addEventListener("abort",s));const{signal:c}=r;return c.unsubscribe=()=>R.asap(a),c}};const eh=function*(e,t){let n=e.byteLength;if(n<t){yield e;return}let r=0,o;for(;r<n;)o=r+t,yield e.slice(r,o),r=o},th=async function*(e,t){for await(const n of nh(e))yield*eh(n,t)},nh=async function*(e){if(e[Symbol.asyncIterator]){yield*e;return}const t=e.getReader();try{for(;;){const{done:n,value:r}=await t.read();if(n)break;yield r}}finally{await t.cancel()}},wc=(e,t,n,r)=>{const o=th(e,t);let s=0,i,a=c=>{i||(i=!0,r&&r(c))};return new ReadableStream({async pull(c){try{const{done:l,value:u}=await o.next();if(l){a(),c.close();return}let m=u.byteLength;if(n){let y=s+=m;n(y)}c.enqueue(new Uint8Array(u))}catch(l){throw a(l),l}},cancel(c){return a(c),o.return()}},{highWaterMark:2})},Ao=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",Ac=Ao&&typeof ReadableStream=="function",rh=Ao&&(typeof TextEncoder=="function"?(e=>t=>e.encode(t))(new TextEncoder):async e=>new Uint8Array(await new Response(e).arrayBuffer())),Tc=(e,...t)=>{try{return!!e(...t)}catch{return!1}},oh=Ac&&Tc(()=>{let e=!1;const t=new Request(rt.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t}),Sc=64*1024,Us=Ac&&Tc(()=>R.isReadableStream(new Response("").body)),To={stream:Us&&(e=>e.body)};Ao&&(e=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!To[t]&&(To[t]=R.isFunction(e[t])?n=>n[t]():(n,r)=>{throw new le(`Response type '${t}' is not supported`,le.ERR_NOT_SUPPORT,r)})})})(new Response);const sh=async e=>{if(e==null)return 0;if(R.isBlob(e))return e.size;if(R.isSpecCompliantForm(e))return(await new Request(rt.origin,{method:"POST",body:e}).arrayBuffer()).byteLength;if(R.isArrayBufferView(e)||R.isArrayBuffer(e))return e.byteLength;if(R.isURLSearchParams(e)&&(e=e+""),R.isString(e))return(await rh(e)).byteLength},ih=async(e,t)=>{const n=R.toFiniteNumber(e.getContentLength());return n??sh(t)};var ah=Ao&&(async e=>{let{url:t,method:n,data:r,signal:o,cancelToken:s,timeout:i,onDownloadProgress:a,onUploadProgress:c,responseType:l,headers:u,withCredentials:m="same-origin",fetchOptions:y}=xc(e);l=l?(l+"").toLowerCase():"text";let C=Kp([o,s&&s.toAbortSignal()],i),h;const p=C&&C.unsubscribe&&(()=>{C.unsubscribe()});let d;try{if(c&&oh&&n!=="get"&&n!=="head"&&(d=await ih(u,r))!==0){let v=new Request(t,{method:"POST",body:r,duplex:"half"}),w;if(R.isFormData(r)&&(w=v.headers.get("content-type"))&&u.setContentType(w),v.body){const[A,T]=vc(d,wo(Cc(c)));r=wc(v.body,Sc,A,T)}}R.isString(m)||(m=m?"include":"omit");const f="credentials"in Request.prototype;h=new Request(t,{...y,signal:C,method:n.toUpperCase(),headers:u.normalize().toJSON(),body:r,duplex:"half",credentials:f?m:void 0});let b=await fetch(h);const g=Us&&(l==="stream"||l==="response");if(Us&&(a||g&&p)){const v={};["status","statusText","headers"].forEach(_=>{v[_]=b[_]});const w=R.toFiniteNumber(b.headers.get("content-length")),[A,T]=a&&vc(w,wo(Cc(a),!0))||[];b=new Response(wc(b.body,Sc,A,()=>{T&&T(),p&&p()}),v)}l=l||"text";let I=await To[R.findKey(To,l)||"text"](b,e);return!g&&p&&p(),await new Promise((v,w)=>{yc(v,w,{data:I,headers:St.from(b.headers),status:b.status,statusText:b.statusText,config:e,request:h})})}catch(f){throw p&&p(),f&&f.name==="TypeError"&&/fetch/i.test(f.message)?Object.assign(new le("Network Error",le.ERR_NETWORK,e,h),{cause:f.cause||f}):le.from(f,f&&f.code,e,h)}});const Qs={http:Ep,xhr:$p,fetch:ah};R.forEach(Qs,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const _c=e=>`- ${e}`,ch=e=>R.isFunction(e)||e===null||e===!1;var Oc={getAdapter:e=>{e=R.isArray(e)?e:[e];const{length:t}=e;let n,r;const o={};for(let s=0;s<t;s++){n=e[s];let i;if(r=n,!ch(n)&&(r=Qs[(i=String(n)).toLowerCase()],r===void 0))throw new le(`Unknown adapter '${i}'`);if(r)break;o[i||"#"+s]=r}if(!r){const s=Object.entries(o).map(([a,c])=>`adapter ${a} `+(c===!1?"is not supported by the environment":"is not available in the build"));let i=t?s.length>1?`since :
|
|
33
33
|
`+s.map(_c).join(`
|
|
34
|
-
`):" "+_c(s[0]):"as no adapter specified";throw new
|
|
35
|
-
`+s):r.stack=s}catch{}}throw r}}_request(t,n){typeof t=="string"?(n=n||{},n.url=t):n=t||{},n=An(this.defaults,n);const{transitional:r,paramsSerializer:o,headers:s}=n;r!==void 0&&Ks.assertOptions(r,{silentJSONParsing:sn.transitional(sn.boolean),forcedJSONParsing:sn.transitional(sn.boolean),clarifyTimeoutError:sn.transitional(sn.boolean)},!1),o!=null&&(R.isFunction(o)?n.paramsSerializer={serialize:o}:Ks.assertOptions(o,{encode:sn.function,serialize:sn.function},!0)),n.method=(n.method||this.defaults.method||"get").toLowerCase();let i=s&&R.merge(s.common,s[n.method]);s&&R.forEach(["delete","get","head","post","put","patch","common"],h=>{delete s[h]}),n.headers=St.concat(i,s);const a=[];let c=!0;this.interceptors.request.forEach(function(p){typeof p.runWhen=="function"&&p.runWhen(n)===!1||(c=c&&p.synchronous,a.unshift(p.fulfilled,p.rejected))});const l=[];this.interceptors.response.forEach(function(p){l.push(p.fulfilled,p.rejected)});let u,b=0,y;if(!c){const h=[Lc.bind(this),void 0];for(h.unshift.apply(h,a),h.push.apply(h,l),y=h.length,u=Promise.resolve(n);b<y;)u=u.then(h[b++],h[b++]);return u}y=a.length;let C=n;for(b=0;b<y;){const h=a[b++],p=a[b++];try{C=h(C)}catch(d){p.call(this,d);break}}try{u=Lc.call(this,C)}catch(h){return Promise.reject(h)}for(b=0,y=l.length;b<y;)u=u.then(l[b++],l[b++]);return u}getUri(t){t=An(this.defaults,t);const n=Ic(t.baseURL,t.url);return fc(n,t.params,t.paramsSerializer)}};R.forEach(["delete","get","head","options"],function(t){So.prototype[t]=function(n,r){return this.request(An(r||{},{method:t,url:n,data:(r||{}).data}))}}),R.forEach(["post","put","patch"],function(t){function n(r){return function(s,i,a){return this.request(An(a||{},{method:t,headers:r?{"Content-Type":"multipart/form-data"}:{},url:s,data:i}))}}So.prototype[t]=n(),So.prototype[t+"Form"]=n(!0)});var _o=So;class ei{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let n;this.promise=new Promise(function(s){n=s});const r=this;this.promise.then(o=>{if(!r._listeners)return;let s=r._listeners.length;for(;s-- >0;)r._listeners[s](o);r._listeners=null}),this.promise.then=o=>{let s;const i=new Promise(a=>{r.subscribe(a),s=a}).then(o);return i.cancel=function(){r.unsubscribe(s)},i},t(function(s,i,a){r.reason||(r.reason=new Un(s,i,a),n(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const n=this._listeners.indexOf(t);n!==-1&&this._listeners.splice(n,1)}toAbortSignal(){const t=new AbortController,n=r=>{t.abort(r)};return this.subscribe(n),t.signal.unsubscribe=()=>this.unsubscribe(n),t.signal}static source(){let t;return{token:new ei(function(o){t=o}),cancel:t}}}var uh=ei;function dh(e){return function(n){return e.apply(null,n)}}function fh(e){return R.isObject(e)&&e.isAxiosError===!0}const ti={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(ti).forEach(([e,t])=>{ti[t]=e});var ph=ti;function Nc(e){const t=new _o(e),n=Qa(_o.prototype.request,t);return R.extend(n,_o.prototype,t,{allOwnKeys:!0}),R.extend(n,t,null,{allOwnKeys:!0}),n.create=function(o){return Nc(An(e,o))},n}const Pe=Nc(zs);Pe.Axios=_o,Pe.CanceledError=Un,Pe.CancelToken=uh,Pe.isCancel=bc,Pe.VERSION=Rc,Pe.toFormData=Io,Pe.AxiosError=ie,Pe.Cancel=Pe.CanceledError,Pe.all=function(t){return Promise.all(t)},Pe.spread=dh,Pe.isAxiosError=fh,Pe.mergeConfig=An,Pe.AxiosHeaders=St,Pe.formToJSON=e=>gc(R.isHTMLForm(e)?new FormData(e):e),Pe.getAdapter=Oc.getAdapter,Pe.HttpStatusCode=ph,Pe.default=Pe;var Dc=Pe,ye={},an={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.PLATFORM=e.TENANT_PLATFORM=e.API_CALL_ORIGIN=e.TIERS=e.APP_UI=e.CONFIG_HIVER=e.DEFAULT_INIT_CONFIG_HIVER=e.TWO_MINUTES_IN_MS=e.REFETCH_CHECK_DELAY=e.RETRY_DELAY_IN_CASE_OF_CORRUPTED_EXPIRY=e.INITIAL_RETRY_DELAY=e.MAX_BACKOFF_LIMIT=e.MAX_CONFLICT_RETRY_DELAY=e.MAX_RETRY_DELAY=e.GET_METHOD=void 0,e.GET_METHOD="GET",e.MAX_RETRY_DELAY=18e4,e.MAX_CONFLICT_RETRY_DELAY=63e3,e.MAX_BACKOFF_LIMIT=8e3,e.INITIAL_RETRY_DELAY=1e3,e.RETRY_DELAY_IN_CASE_OF_CORRUPTED_EXPIRY=3e3,e.REFETCH_CHECK_DELAY=168e4,e.TWO_MINUTES_IN_MS=2*60*1e3,e.DEFAULT_INIT_CONFIG_HIVER={getToken:!0,isHiverApiDomain:!0,fetchCsrfToken:function(){return""}},e.CONFIG_HIVER={getToken:!1,fetchCsrfToken:function(){return""},isHiverApiDomain:!0},e.APP_UI={COLLAB_SPACE:"collab-space",DEFAULT:"default"},e.TIERS={DEV:"dev",SIT:"sit",QA:"qa",PRODUCTION:"production",PROD:"prod"},e.API_CALL_ORIGIN={API_RETRY:"Api Retry"},e.TENANT_PLATFORM={GMAIL:"GMAIL",HIVERWEB:"HIVERWEB"},function(t){t[t.WEB=0]="WEB",t[t.MOBILE=1]="MOBILE"}(e.PLATFORM||(e.PLATFORM={}))})(an);var ot={};Object.defineProperty(ot,"__esModule",{value:!0}),ot.getProdHqConfig=ot.getProdApiConfig=ot.getSitHqConfig=ot.getSitApiConfig=ot.getDevHqConfig=ot.getDevApiConfig=void 0;var Qn={heimdallTokenFetch:"/v1/token/get",heimdallLogin:"/v1/login/code",heimdallLogout:"/v1/logout",v2Login:"/api/auth/login/code",hotLogin:"/api/auth/login/code"},hh=function(){return{v2Url:"https://v2dev.hiver.space",heimdallUrl:"https://dev.hiver.space/api/heimdall-api",hotUrl:"http://local.hiverhq.co.in:3000",apiEndpoints:Qn}};ot.getDevApiConfig=hh;var gh=function(){return{v2Url:"https://v2dev.hiver.space",heimdallUrl:"https://dev.hiver.space/api/heimdall-api2",hotUrl:"http://local.hiverhq.co.in:3000",apiEndpoints:Qn}};ot.getDevHqConfig=gh;var mh=function(e){return{v2Url:"https://v2".concat(e,".hiver.space"),heimdallUrl:"https://".concat(e,".hiver.space/api/heimdall-api"),hotUrl:"https://api-staging.hiverhq.co.in",apiEndpoints:Qn}};ot.getSitApiConfig=mh;var bh=function(e){return{v2Url:"https://v2".concat(e,".hiver.space"),heimdallUrl:"https://".concat(e,".hiver.space/api/heimdall-api2"),hotUrl:"https://api-staging.hiverhq.co.in",apiEndpoints:Qn}};ot.getSitHqConfig=bh;var yh=function(){return{v2Url:"https://v2.hiverhq.com",heimdallUrl:"https://heimdall.hiverapi.com",hotUrl:"https://app.hiverhq.com",apiEndpoints:Qn}};ot.getProdApiConfig=yh;var vh=function(){return{v2Url:"https://v2.hiverhq.com",heimdallUrl:"https://heimdall2.hiverhq.com",hotUrl:"https://app.hiverhq.com",apiEndpoints:Qn}};ot.getProdHqConfig=vh;var Pt={},Mt={};Object.defineProperty(Mt,"__esModule",{value:!0}),Mt.removeValue=Mt.getValue=Mt.setValue=void 0;var ni={};function Ch(e,t){ni[e]=t}Mt.setValue=Ch;function Ih(e){return ni[e]}Mt.getValue=Ih;function Eh(e){delete ni[e]}Mt.removeValue=Eh,Object.defineProperty(Pt,"__esModule",{value:!0}),Pt.removeItemFromStorage=Pt.setItemInStorage=Pt.getItemFromStorage=void 0;var qn=an,$n=Mt,xh=function(e,t){switch(t===void 0&&(t=(0,$n.getValue)("PLATFORM")),t){case qn.PLATFORM.WEB:return sessionStorage.getItem(e);case qn.PLATFORM.MOBILE:return(0,$n.getValue)(e);default:throw Error("Invalid PLATFORM ".concat(t))}};Pt.getItemFromStorage=xh;var wh=function(e,t,n){switch(n===void 0&&(n=(0,$n.getValue)("PLATFORM")),n){case qn.PLATFORM.WEB:return sessionStorage.setItem(e,t);case qn.PLATFORM.MOBILE:return(0,$n.setValue)(e,t);default:throw Error("Invalid PLATFORM ".concat(n))}};Pt.setItemInStorage=wh;var Ah=function(e,t){switch(t===void 0&&(t=(0,$n.getValue)("PLATFORM")),t){case qn.PLATFORM.WEB:sessionStorage.removeItem(e);break;case qn.PLATFORM.MOBILE:(0,$n.removeValue)(e);break;default:throw Error("Invalid PLATFORM ".concat(t))}};Pt.removeItemFromStorage=Ah;var Th=oe&&oe.__awaiter||function(e,t,n,r){function o(s){return s instanceof n?s:new n(function(i){i(s)})}return new(n||(n=Promise))(function(s,i){function a(u){try{l(r.next(u))}catch(b){i(b)}}function c(u){try{l(r.throw(u))}catch(b){i(b)}}function l(u){u.done?s(u.value):o(u.value).then(a,c)}l((r=r.apply(e,t||[])).next())})},Sh=oe&&oe.__generator||function(e,t){var n={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},r,o,s,i;return i={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function a(l){return function(u){return c([l,u])}}function c(l){if(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,l[0]&&(n=0)),n;)try{if(r=1,o&&(s=l[0]&2?o.return:l[0]?o.throw||((s=o.return)&&s.call(o),0):o.next)&&!(s=s.call(o,l[1])).done)return s;switch(o=0,s&&(l=[l[0]&2,s.value]),l[0]){case 0:case 1:s=l;break;case 4:return n.label++,{value:l[1],done:!1};case 5:n.label++,o=l[1],l=[0];continue;case 7:l=n.ops.pop(),n.trys.pop();continue;default:if(s=n.trys,!(s=s.length>0&&s[s.length-1])&&(l[0]===6||l[0]===2)){n=0;continue}if(l[0]===3&&(!s||l[1]>s[0]&&l[1]<s[3])){n.label=l[1];break}if(l[0]===6&&n.label<s[1]){n.label=s[1],s=l;break}if(s&&n.label<s[2]){n.label=s[2],n.ops.push(l);break}s[2]&&n.ops.pop(),n.trys.pop();continue}l=t.call(e,n)}catch(u){l=[6,u],o=0}finally{r=s=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}};Object.defineProperty(ye,"__esModule",{value:!0}),ye.expireToken=ye.invalidateToken=ye.validateToken=ye.validateAccount=ye.getConfig=ye.introduceDelay=ye.isTokenInExpiryWindow=ye.getStoredAuthData=ye.setUserDetails=ye.getRefreshInterval=ye.setTokenAndExpiry=ye.getRandomDelay=ye.hasValidToken=void 0;var Ut=an,Kn=ot,ht=Pt,ri=function(){var e=new Date,t=new Date(e.getTime()+e.getTimezoneOffset()*6e4);return t},oi=function(e){var t=parseInt((0,ht.getItemFromStorage)("hiverAuthUserId")||"0"),n=parseInt((0,ht.getItemFromStorage)("hiverAuthUserGroupId")||"0"),r=e.userId,o=e.usergroupId;return t===r&&o===n};ye.validateAccount=oi;var _h=function(e){var t=oi(e);return!kc()&&t};ye.validateToken=_h;var Oh=function(e){return e.apiRetry?e.apiRetry>0:!1};ye.invalidateToken=Oh;var Lh=function(){try{sessionStorage.removeItem("hiverAuthTokenExpiry")}catch{console.log("Heimdall: Unable to Remove token.")}};ye.expireToken=Lh;var Rh=function(e){var t=(0,ht.getItemFromStorage)("hiverAuthTokenExpiry")||"",n=new Date(t),r=ri(),o=oi(e);return console.log("Heimdall: checking if there is a valid token",r<n&&o),r<n&&o};ye.hasValidToken=Rh;var Fh=function(){return Math.floor(Math.random()*6e4)+6e4};ye.getRandomDelay=Fh;var Nh=function(e,t){if(!e||!t)throw new Error("User Id or user group Id not found in the response");(0,ht.setItemInStorage)("hiverAuthUserId",e),(0,ht.setItemInStorage)("hiverAuthUserGroupId",t)};ye.setUserDetails=Nh;var Dh=function(e,t){if(!e)throw new Error("Token not found in the response");(0,ht.setItemInStorage)("hiverAuthToken",e),(0,ht.setItemInStorage)("hiverAuthTokenExpiry",t)};ye.setTokenAndExpiry=Dh;var kh=function(){var e=(0,ht.getItemFromStorage)("hiverAuthTokenExpiry"),t=(0,ht.getItemFromStorage)("hiverAuthToken"),n=(0,ht.getItemFromStorage)("hiverAuthUserId"),r=(0,ht.getItemFromStorage)("hiverAuthUserGroupId");return{token:t,expiryTime:e,userId:n,usergroupId:r}};ye.getStoredAuthData=kh;var kc=function(){var e=(0,ht.getItemFromStorage)("hiverAuthTokenExpiry")||"";if(!e)return!0;var t=ri(),n=new Date(e),r=4*60*1e3,o=n.getTime()-t.getTime()<r;return console.log({currentTime:t,expiry:n,isInExpiryWindow:o}),o};ye.isTokenInExpiryWindow=kc;var Ph=function(e){return Th(void 0,void 0,void 0,function(){return Sh(this,function(t){switch(t.label){case 0:return[4,new Promise(function(n){return setTimeout(n,e)})];case 1:return t.sent(),[2]}})})};ye.introduceDelay=Ph;var Mh=function(e,t,n){switch(n===void 0&&(n=!0),t){case Ut.TIERS.SIT:case Ut.TIERS.QA:return n?(0,Kn.getSitApiConfig)(e):(0,Kn.getSitHqConfig)(e);case Ut.TIERS.PRODUCTION:case Ut.TIERS.PROD:return n?(0,Kn.getProdApiConfig)():(0,Kn.getProdHqConfig)();case Ut.TIERS.DEV:default:return n?(0,Kn.getDevApiConfig)():(0,Kn.getDevHqConfig)()}};ye.getConfig=Mh;var Bh=function(){try{var e=(0,ht.getItemFromStorage)("hiverAuthTokenExpiry");if(!e)return Ut.RETRY_DELAY_IN_CASE_OF_CORRUPTED_EXPIRY;var t=new Date(e),n=ri();return t.getTime()-n.getTime()>Ut.TWO_MINUTES_IN_MS?t.getTime()-Ut.TWO_MINUTES_IN_MS:t.getTime()-n.getTime()}catch(r){return console.error("Heimdall: Error in getRefreshInterval",r),Ut.REFETCH_CHECK_DELAY}};ye.getRefreshInterval=Bh;var Mr={},_t={},Pc;function Mc(){if(Pc)return _t;Pc=1;var e=oe&&oe.__awaiter||function(h,p,d,f){function m(g){return g instanceof d?g:new d(function(I){I(g)})}return new(d||(d=Promise))(function(g,I){function v(T){try{A(f.next(T))}catch(O){I(O)}}function w(T){try{A(f.throw(T))}catch(O){I(O)}}function A(T){T.done?g(T.value):m(T.value).then(v,w)}A((f=f.apply(h,p||[])).next())})},t=oe&&oe.__generator||function(h,p){var d={label:0,sent:function(){if(g[0]&1)throw g[1];return g[1]},trys:[],ops:[]},f,m,g,I;return I={next:v(0),throw:v(1),return:v(2)},typeof Symbol=="function"&&(I[Symbol.iterator]=function(){return this}),I;function v(A){return function(T){return w([A,T])}}function w(A){if(f)throw new TypeError("Generator is already executing.");for(;I&&(I=0,A[0]&&(d=0)),d;)try{if(f=1,m&&(g=A[0]&2?m.return:A[0]?m.throw||((g=m.return)&&g.call(m),0):m.next)&&!(g=g.call(m,A[1])).done)return g;switch(m=0,g&&(A=[A[0]&2,g.value]),A[0]){case 0:case 1:g=A;break;case 4:return d.label++,{value:A[1],done:!1};case 5:d.label++,m=A[1],A=[0];continue;case 7:A=d.ops.pop(),d.trys.pop();continue;default:if(g=d.trys,!(g=g.length>0&&g[g.length-1])&&(A[0]===6||A[0]===2)){d=0;continue}if(A[0]===3&&(!g||A[1]>g[0]&&A[1]<g[3])){d.label=A[1];break}if(A[0]===6&&d.label<g[1]){d.label=g[1],g=A;break}if(g&&d.label<g[2]){d.label=g[2],d.ops.push(A);break}g[2]&&d.ops.pop(),d.trys.pop();continue}A=p.call(h,d)}catch(T){A=[6,T],m=0}finally{f=g=0}if(A[0]&5)throw A[1];return{value:A[0]?A[1]:void 0,done:!0}}};Object.defineProperty(_t,"__esModule",{value:!0}),_t.logoutFromHeimdall=_t.getTenantLoginCode=_t.getLoginToken=_t.getAccessToken=void 0;var n=an,r=Hc(),o=ye,s=function(h,p,d,f){var m=(0,o.getStoredAuthData)(),g=d===n.TENANT_PLATFORM.HIVERWEB?n.TENANT_PLATFORM.HIVERWEB:n.TENANT_PLATFORM.GMAIL;return{root_url:h.heimdallUrl,url:h.apiEndpoints.heimdallTokenFetch,method:n.GET_METHOD,headers:{"x-hiver-tenant":g},data:{user_id:p.userId,usergroup_id:p.usergroupId,access_token:(m==null?void 0:m.token)||"",source:f}}},i=function(h,p,d,f,m){var g=d===n.TENANT_PLATFORM.HIVERWEB?n.TENANT_PLATFORM.HIVERWEB:n.TENANT_PLATFORM.GMAIL;return{root_url:p.heimdallUrl,url:p.apiEndpoints.heimdallLogin,method:n.GET_METHOD,data:{code:h},headers:{"x-hiver-tenant":g,"x-hiver-userid":f,"x-hiver-usergroupid":m}}},a=function(h,p){var d=p===n.TENANT_PLATFORM.HIVERWEB?n.TENANT_PLATFORM.HIVERWEB:n.TENANT_PLATFORM.GMAIL;return{root_url:h.heimdallUrl,url:h.apiEndpoints.heimdallLogout,method:n.GET_METHOD,headers:{"x-hiver-tenant":d}}},c=function(h){return parseInt(h,10)},l=function(h,p,d,f){return{root_url:d===n.TENANT_PLATFORM.HIVERWEB?h.hotUrl:h.v2Url,url:d===n.TENANT_PLATFORM.HIVERWEB?h.apiEndpoints.hotLogin:h.apiEndpoints.v2Login,method:n.GET_METHOD,data:{usersession:c(p.userId),app:f||n.APP_UI.DEFAULT}}},u=function(h,p,d,f,m){return e(void 0,void 0,void 0,function(){var g,I,v,w,A,T,O;return t(this,function(N){switch(N.label){case 0:console.log("GETTOKEN tenantPlatform -> ",f),N.label=1;case 1:return N.trys.push([1,5,,6]),!(0,o.validateToken)(d)||(0,o.invalidateToken)(d)?(console.log("HEIMDALL: No valid token, fetching token"),g=s(p,d,f,m),[4,(0,r.performAxiosCall)(g)]):[3,3];case 2:return I=N.sent(),[2,{atToken:(w=I==null?void 0:I.data.at)===null||w===void 0?void 0:w.token,expiryTime:(A=I==null?void 0:I.data.at)===null||A===void 0?void 0:A.expires_at,userId:(T=I==null?void 0:I.data)===null||T===void 0?void 0:T.user_id,userGroupId:(O=I==null?void 0:I.data)===null||O===void 0?void 0:O.usergroup_id}];case 3:return console.log("Heimdall: Valid token already exists"),[2,{}];case 4:return[3,6];case 5:throw v=N.sent(),v;case 6:return[2]}})})};_t.getAccessToken=u;var b=function(h,p,d,f,m,g){return e(void 0,void 0,void 0,function(){var I,v,w,A,T,O,N;return t(this,function(F){switch(F.label){case 0:I=i(h,d,f,m,g),F.label=1;case 1:return F.trys.push([1,3,,4]),[4,(0,r.performAxiosCall)(I)];case 2:return v=F.sent(),[2,{userId:(A=v==null?void 0:v.data)===null||A===void 0?void 0:A.user_id,userGroupId:(T=v==null?void 0:v.data)===null||T===void 0?void 0:T.usergroup_id,atToken:(O=v==null?void 0:v.data.at)===null||O===void 0?void 0:O.token,expiryTime:(N=v==null?void 0:v.data.at)===null||N===void 0?void 0:N.expires_at}];case 3:throw w=F.sent(),w;case 4:return[2]}})})};_t.getLoginToken=b;var y=function(h,p,d,f,m){return e(void 0,void 0,void 0,function(){var g,I,v;return t(this,function(w){switch(w.label){case 0:return w.trys.push([0,2,,3]),console.log("ERROR debug: in getTenantLoginCode:",m),g=l(p,d,f,m),[4,(0,r.performAxiosCall)(g)];case 1:return I=w.sent(),[2,I==null?void 0:I.data.code];case 2:throw v=w.sent(),v;case 3:return[2]}})})};_t.getTenantLoginCode=y;var C=function(h,p,d){return d===void 0&&(d=0),e(void 0,void 0,void 0,function(){var f,m,g;return t(this,function(I){switch(I.label){case 0:return I.trys.push([0,2,,5]),f=a(h,p),[4,(0,r.performAxiosCall)(f)];case 1:return m=I.sent(),[2,m==null?void 0:m.status];case 2:return g=I.sent(),d<2?[4,C(h,p,d+1)]:[3,4];case 3:I.sent(),I.label=4;case 4:throw g;case 5:return[2]}})})};return _t.logoutFromHeimdall=C,_t}var Oo={},Gh=oe&&oe.__awaiter||function(e,t,n,r){function o(s){return s instanceof n?s:new n(function(i){i(s)})}return new(n||(n=Promise))(function(s,i){function a(u){try{l(r.next(u))}catch(b){i(b)}}function c(u){try{l(r.throw(u))}catch(b){i(b)}}function l(u){u.done?s(u.value):o(u.value).then(a,c)}l((r=r.apply(e,t||[])).next())})},jh=oe&&oe.__generator||function(e,t){var n={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},r,o,s,i;return i={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function a(l){return function(u){return c([l,u])}}function c(l){if(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,l[0]&&(n=0)),n;)try{if(r=1,o&&(s=l[0]&2?o.return:l[0]?o.throw||((s=o.return)&&s.call(o),0):o.next)&&!(s=s.call(o,l[1])).done)return s;switch(o=0,s&&(l=[l[0]&2,s.value]),l[0]){case 0:case 1:s=l;break;case 4:return n.label++,{value:l[1],done:!1};case 5:n.label++,o=l[1],l=[0];continue;case 7:l=n.ops.pop(),n.trys.pop();continue;default:if(s=n.trys,!(s=s.length>0&&s[s.length-1])&&(l[0]===6||l[0]===2)){n=0;continue}if(l[0]===3&&(!s||l[1]>s[0]&&l[1]<s[3])){n.label=l[1];break}if(l[0]===6&&n.label<s[1]){n.label=s[1],s=l;break}if(s&&n.label<s[2]){n.label=s[2],n.ops.push(l);break}s[2]&&n.ops.pop(),n.trys.pop();continue}l=t.call(e,n)}catch(u){l=[6,u],o=0}finally{r=s=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}};Object.defineProperty(Oo,"__esModule",{value:!0}),Oo.subscribeToOnlineEvent=void 0;var Bc=an,Vh=Mt,Hh=function(e,t){switch(t===void 0&&(t=(0,Vh.getValue)("PLATFORM")),console.log("Online status detected. Fetching token..."),t){case Bc.PLATFORM.WEB:return window.addEventListener("online",function(){return Gh(void 0,void 0,void 0,function(){return jh(this,function(n){switch(n.label){case 0:return console.log("Online status detected. Fetching token..."),[4,e()];case 1:return n.sent(),[2]}})})});case Bc.PLATFORM.MOBILE:e();return;default:throw Error("Invalid PLATFORM ".concat(t))}};Oo.subscribeToOnlineEvent=Hh;var Gc;function jc(){if(Gc)return Mr;Gc=1;var e=oe&&oe.__awaiter||function(h,p,d,f){function m(g){return g instanceof d?g:new d(function(I){I(g)})}return new(d||(d=Promise))(function(g,I){function v(T){try{A(f.next(T))}catch(O){I(O)}}function w(T){try{A(f.throw(T))}catch(O){I(O)}}function A(T){T.done?g(T.value):m(T.value).then(v,w)}A((f=f.apply(h,p||[])).next())})},t=oe&&oe.__generator||function(h,p){var d={label:0,sent:function(){if(g[0]&1)throw g[1];return g[1]},trys:[],ops:[]},f,m,g,I;return I={next:v(0),throw:v(1),return:v(2)},typeof Symbol=="function"&&(I[Symbol.iterator]=function(){return this}),I;function v(A){return function(T){return w([A,T])}}function w(A){if(f)throw new TypeError("Generator is already executing.");for(;I&&(I=0,A[0]&&(d=0)),d;)try{if(f=1,m&&(g=A[0]&2?m.return:A[0]?m.throw||((g=m.return)&&g.call(m),0):m.next)&&!(g=g.call(m,A[1])).done)return g;switch(m=0,g&&(A=[A[0]&2,g.value]),A[0]){case 0:case 1:g=A;break;case 4:return d.label++,{value:A[1],done:!1};case 5:d.label++,m=A[1],A=[0];continue;case 7:A=d.ops.pop(),d.trys.pop();continue;default:if(g=d.trys,!(g=g.length>0&&g[g.length-1])&&(A[0]===6||A[0]===2)){d=0;continue}if(A[0]===3&&(!g||A[1]>g[0]&&A[1]<g[3])){d.label=A[1];break}if(A[0]===6&&d.label<g[1]){d.label=g[1],g=A;break}if(g&&d.label<g[2]){d.label=g[2],d.ops.push(A);break}g[2]&&d.ops.pop(),d.trys.pop();continue}A=p.call(h,d)}catch(T){A=[6,T],m=0}finally{f=g=0}if(A[0]&5)throw A[1];return{value:A[0]?A[1]:void 0,done:!0}}};Object.defineProperty(Mr,"__esModule",{value:!0}),Mr.fetchAccessToken=void 0;var n=Mc(),r=an,o=ye,s=Oo,i,a,c,l=function(h,p,d,f,m,g){return g===void 0&&(g=r.APP_UI.DEFAULT),e(void 0,void 0,void 0,function(){var I,v,w,A,T,O,N,F,k;return t(this,function(D){switch(D.label){case 0:I=2,D.label=1;case 1:return D.trys.push([1,7,,12]),console.log("ERROR debug: in login:",g,f),v=void 0,m?[4,m()]:[3,3];case 2:return v=D.sent(),[3,5];case 3:return[4,(0,n.getTenantLoginCode)(r.CONFIG_HIVER,h,p,f,g)];case 4:v=D.sent(),D.label=5;case 5:return[4,(0,n.getLoginToken)(v,r.CONFIG_HIVER,h,f,p.userId,p.usergroupId)];case 6:return w=D.sent(),A=w.userId,T=w.userGroupId,O=w.atToken,N=w.expiryTime,(0,o.setTokenAndExpiry)(O,N),(0,o.setUserDetails)(A,T),[3,12];case 7:F=D.sent(),console.log("ERROR debug: in error login:",F,g),k=d,D.label=8;case 8:return k<I?[4,l(h,p,k+1,f,m,g)]:[3,11];case 9:D.sent(),D.label=10;case 10:return k++,[3,8];case 11:throw F;case 12:return[2]}})})},u=function(h,p,d,f,m){return e(void 0,void 0,void 0,function(){var g,I,v,w;return t(this,function(A){switch(A.label){case 0:return p<r.MAX_CONFLICT_RETRY_DELAY?[4,new Promise(function(T){return setTimeout(T,h)})]:[3,3];case 1:return A.sent(),p+=h,h*2<=r.MAX_BACKOFF_LIMIT?h*=2:h=r.MAX_BACKOFF_LIMIT,console.log("Heimdall: Fetch token post doubling conflict retry delay",h),g=d.retryDelay,I=d.configs,v=d.apiParams,w=d.appUI,[4,b(g,h,p,I,v,f,m,w)];case 2:A.sent(),A.label=3;case 3:return[2]}})})},b=function(h,p,d,f,m,g,I,v,w){return v===void 0&&(v="default"),e(void 0,void 0,void 0,function(){var A,T,O,N,F,k,D,G,z,W,X,Z,Q,se;return t(this,function(ae){switch(ae.label){case 0:return ae.trys.push([0,2,,12]),console.log("Heimdall: Interval Set on fetch token in fetchAndSaveToken:",c),[4,(0,n.getAccessToken)(r.CONFIG_HIVER,f,m,g,v)];case 1:return A=ae.sent(),T=A.atToken,O=A.expiryTime,N=A.userId,F=A.userGroupId,T&&O&&(0,o.setTokenAndExpiry)(T,O),N&&F&&(0,o.setUserDetails)(N,F),h=r.INITIAL_RETRY_DELAY,p=r.INITIAL_RETRY_DELAY,d=0,[3,12];case 2:return k=ae.sent(),console.log("ERROR: Heimdall fetch token",k),((z=k.response)===null||z===void 0?void 0:z.status)===401||((W=k.request)===null||W===void 0?void 0:W.status)===401?(D=1,[4,l(f,m,D,g,I,w)]):[3,4];case 3:return ae.sent(),[3,11];case 4:return((X=k.response)===null||X===void 0?void 0:X.status)===409||((Z=k.request)===null||Z===void 0?void 0:Z.status)===409?(console.log("Heimdall: Fetching token post 409 in fetch And Save Token"),G={retryDelay:h,configs:f,apiParams:m,appUI:w},[4,u(p,d,G,g,I)]):[3,6];case 5:if(ae.sent(),d>=r.MAX_CONFLICT_RETRY_DELAY)throw k;return[3,11];case 6:if(!(((Q=k.response)===null||Q===void 0?void 0:Q.status)===422||((se=k.request)===null||se===void 0?void 0:se.status)===422))return[3,7];throw console.log("ERROR: Throwing error",k.response.status),k;case 7:return h<=r.MAX_RETRY_DELAY?[4,new Promise(function(M){return setTimeout(M,h)})]:[3,10];case 8:return ae.sent(),h*=2,console.log("Heimdall: Fetch token post doubling retry delay",h),[4,b(h,p,d,f,m,g,I,w)];case 9:return ae.sent(),[3,11];case 10:throw k;case 11:return[3,12];case 12:return[2]}})})},y=function(h,p,d,f,m,g,I,v){return d===void 0&&(d=r.INITIAL_RETRY_DELAY),f===void 0&&(f=r.INITIAL_RETRY_DELAY),e(void 0,void 0,void 0,function(){var w,A,T;return t(this,function(O){switch(O.label){case 0:return O.trys.push([0,4,,5]),w=(0,o.isTokenInExpiryWindow)(),w?(A=(0,o.getRandomDelay)(),[4,(0,o.introduceDelay)(A)]):[3,3];case 1:return O.sent(),console.log("Heimdall: Fetching token - in expiry window"),[4,b(d,f,m,h,p,g,I,v)];case 2:O.sent(),O.label=3;case 3:return[3,5];case 4:throw T=O.sent(),T;case 5:return[2]}})})},C=function(h,p,d,f,m,g,I){return e(void 0,void 0,void 0,function(){var v,w,A,T,O,N;return t(this,function(F){switch(F.label){case 0:i=h,a=p,v=r.INITIAL_RETRY_DELAY,w=r.INITIAL_RETRY_DELAY,A=0,T=(0,o.getConfig)(i,a),console.log("Instance: Fetch Call"),F.label=1;case 1:return F.trys.push([1,3,,4]),[4,b(v,w,A,T,d,f,m,g,I)];case 2:return F.sent(),console.log("Heimdall: Interval Set on fetch token when fetch token is called:",c),clearInterval(c),c=setInterval(function(){return y(T,d,r.INITIAL_RETRY_DELAY,r.INITIAL_RETRY_DELAY,0,f,m,I)},r.REFETCH_CHECK_DELAY),O=function(){return e(void 0,void 0,void 0,function(){return t(this,function(k){switch(k.label){case 0:return[4,y(T,d,r.INITIAL_RETRY_DELAY,r.INITIAL_RETRY_DELAY,0,f,m,I)];case 1:return k.sent(),[2]}})})},console.log("Heimdall: Interval Set on fetch token:",c),(0,s.subscribeToOnlineEvent)(O),[3,4];case 3:return N=F.sent(),console.log("ERROR: Fetching token failed",N),[3,4];case 4:return[2]}})})};return Mr.fetchAccessToken=C,Mr}var Vc;function Hc(){if(Vc)return xn;Vc=1;var e=oe&&oe.__assign||function(){return e=Object.assign||function(p){for(var d,f=1,m=arguments.length;f<m;f++){d=arguments[f];for(var g in d)Object.prototype.hasOwnProperty.call(d,g)&&(p[g]=d[g])}return p},e.apply(this,arguments)},t=oe&&oe.__awaiter||function(p,d,f,m){function g(I){return I instanceof f?I:new f(function(v){v(I)})}return new(f||(f=Promise))(function(I,v){function w(O){try{T(m.next(O))}catch(N){v(N)}}function A(O){try{T(m.throw(O))}catch(N){v(N)}}function T(O){O.done?I(O.value):g(O.value).then(w,A)}T((m=m.apply(p,d||[])).next())})},n=oe&&oe.__generator||function(p,d){var f={label:0,sent:function(){if(I[0]&1)throw I[1];return I[1]},trys:[],ops:[]},m,g,I,v;return v={next:w(0),throw:w(1),return:w(2)},typeof Symbol=="function"&&(v[Symbol.iterator]=function(){return this}),v;function w(T){return function(O){return A([T,O])}}function A(T){if(m)throw new TypeError("Generator is already executing.");for(;v&&(v=0,T[0]&&(f=0)),f;)try{if(m=1,g&&(I=T[0]&2?g.return:T[0]?g.throw||((I=g.return)&&I.call(g),0):g.next)&&!(I=I.call(g,T[1])).done)return I;switch(g=0,I&&(T=[T[0]&2,I.value]),T[0]){case 0:case 1:I=T;break;case 4:return f.label++,{value:T[1],done:!1};case 5:f.label++,g=T[1],T=[0];continue;case 7:T=f.ops.pop(),f.trys.pop();continue;default:if(I=f.trys,!(I=I.length>0&&I[I.length-1])&&(T[0]===6||T[0]===2)){f=0;continue}if(T[0]===3&&(!I||T[1]>I[0]&&T[1]<I[3])){f.label=T[1];break}if(T[0]===6&&f.label<I[1]){f.label=I[1],I=T;break}if(I&&f.label<I[2]){f.label=I[2],f.ops.push(T);break}I[2]&&f.ops.pop(),f.trys.pop();continue}T=d.call(p,f)}catch(O){T=[6,O],g=0}finally{m=I=0}if(T[0]&5)throw T[1];return{value:T[0]?T[1]:void 0,done:!0}}};Object.defineProperty(xn,"__esModule",{value:!0}),xn.hiverAxiosCall=xn.performAxiosCall=void 0;var r=Dc,o=ye,s=jc(),i=Pt,a=an,c,l=2,u=function(p,d){var f=d.fetchCsrfToken();p.formData?p.formData.append("_csrf_token",f):(p.data=p.data||{},p.data._csrf_token=f)},b=function(p,d){var f={};!p.method||p.method.toLowerCase()==="get"?f={params:p.params?p.params:p.data}:f=p.params?{params:p,data:p.data}:{data:p.data};var m=e(e({method:p.method,url:"".concat(p.root_url).concat(p.url),headers:p.headers},f),{withCredentials:d,responseType:(p==null?void 0:p.responseType)||""});return m};function y(p,d){return d===void 0&&(d=!0),t(this,void 0,void 0,function(){var f;return n(this,function(m){return f=b(p,d),[2,(0,r.default)(f).then(function(g){return g}).catch(function(g){throw g})]})})}xn.performAxiosCall=y;function C(p,d,f){return t(this,void 0,void 0,function(){var m,g,I;return n(this,function(v){switch(v.label){case 0:return v.trys.push([0,6,,8]),p.authTokenFetchingInProgress?[3,2]:(p.authTokenFetchingInProgress=!0,m=p.appEnv,g=p.tier,[4,(0,s.fetchAccessToken)(m,g,d,p.tenantPlatform,p.getTokenForLogin,f)]);case 1:return v.sent(),p.authTokenFetchingInProgress=!1,[3,5];case 2:return[4,new Promise(function(w){return setTimeout(w,100)})];case 3:return v.sent(),console.log("Heimdall: Retrying fetchAccessToken after 100ms..."),[4,C(p,d,f)];case 4:v.sent(),v.label=5;case 5:return[3,8];case 6:return I=v.sent(),console.log("Error while fetching Auth Token :",I),p.authTokenFetchingInProgress=!1,[4,C(p,d,f)];case 7:return v.sent(),[3,8];case 8:return[2]}})})}function h(p,d,f,m,g){var I,v;return g===void 0&&(g=0),t(this,void 0,void 0,function(){var w,A,T,O,N,F,k;return n(this,function(D){switch(D.label){case 0:if(D.trys.push([0,4,,5]),!(f.getToken&&!(0,o.hasValidToken)(d)))return[3,2];if(w=p.appEnv,A=p.tier,!w||!A)throw Error("appEnv or tier missing : ".concat(w,"/").concat(A));return"userId"in d&&"usergroupId"in d?(T={userId:d.userId,usergroupId:d.usergroupId},[4,C(p,T,m)]):[3,2];case 1:D.sent(),D.label=2;case 2:return p.csrfToken&&u(d,f),O=p.tenantPlatform===a.TENANT_PLATFORM.HIVERWEB?a.TENANT_PLATFORM.HIVERWEB:a.TENANT_PLATFORM.GMAIL,d.headers=e(e({},d.headers),{"x-hiver-tenant":O,"x-hiver-userid":(0,i.getItemFromStorage)("hiverAuthUserId")||"0","x-hiver-usergroupid":(0,i.getItemFromStorage)("hiverAuthUserGroupId")||"0"}),f.getToken&&(c=(0,i.getItemFromStorage)("hiverAuthToken")||"",d.headers=e(e({},d.headers),{Authorization:"Bearer ".concat(c)})),console.log("Performing axios call for:",d),[4,y(d,p.withCredentials)];case 3:return N=D.sent(),d.onSuccess&&d.onSuccess(N),[2,N];case 4:if(F=D.sent(),k=((I=F.response)===null||I===void 0?void 0:I.status)===403||((v=F.request)===null||v===void 0?void 0:v.status)===403,g<l&&k)return(0,o.expireToken)(),[2,h(p,d,f,m,g+1)];if(g>=l&&k||!k)throw d.onFail&&d.onFail(F),console.log("ERROR: Reached make Axios",F),F;return[3,5];case 5:return[2]}})})}return xn.hiverAxiosCall=h,xn}var Br={},_e={},Le={};Object.defineProperty(Le,"__esModule",{value:!0}),Le.TIERS=Le.APP_UI=Le.CONFIG_HIVER=Le.REFETCH_CHECK_DELAY=Le.INITIAL_RETRY_DELAY=Le.MAX_BACKOFF_LIMIT=Le.MAX_CONFLICT_RETRY_DELAY=Le.MAX_RETRY_DELAY=Le.GET_METHOD=void 0,Le.GET_METHOD="GET",Le.MAX_RETRY_DELAY=18e4,Le.MAX_CONFLICT_RETRY_DELAY=63e3,Le.MAX_BACKOFF_LIMIT=8e3,Le.INITIAL_RETRY_DELAY=1e3,Le.REFETCH_CHECK_DELAY=168e4,Le.CONFIG_HIVER={getToken:!1,fetchCsrfToken:function(){return""},isHiverApiDomain:!0},Le.APP_UI={COLLAB_SPACE:"collab-space",DEFAULT:"default"},Le.TIERS={DEV:"dev",SIT:"sit",PROD:"production"};var st={};Object.defineProperty(st,"__esModule",{value:!0}),st.getProdHqConfig=st.getProdApiConfig=st.getSitHqConfig=st.getSitApiConfig=st.getDevHqConfig=st.getDevApiConfig=void 0;var er={heimdallTokenFetch:"/v1/token/get",heimdallLogin:"/v1/login/code",v2Login:"/api/auth/login/code"},Wh=function(){return{v2Url:"https://v2dev.hiver.space",heimdallUrl:"https://dev.hiver.space/api/heimdall-api",apiEndpoints:er}};st.getDevApiConfig=Wh;var Zh=function(){return{v2Url:"https://v2dev.hiver.space",heimdallUrl:"https://dev.hiver.space/api/heimdall-api2",apiEndpoints:er}};st.getDevHqConfig=Zh;var Xh=function(e){return{v2Url:"https://v2".concat(e,".hiver.space"),heimdallUrl:"https://".concat(e,".hiver.space/api/heimdall-api"),apiEndpoints:er}};st.getSitApiConfig=Xh;var zh=function(e){return{v2Url:"https://v2".concat(e,".hiver.space"),heimdallUrl:"https://".concat(e,".hiver.space/api/heimdall-api2"),apiEndpoints:er}};st.getSitHqConfig=zh;var Yh=function(){return{v2Url:"https://v2.hiverhq.com",heimdallUrl:"https://heimdall.hiverapi.com",apiEndpoints:er}};st.getProdApiConfig=Yh;var Jh=function(){return{v2Url:"https://v2.hiverhq.com",heimdallUrl:"https://heimdall2.hiverhq.com",apiEndpoints:er}};st.getProdHqConfig=Jh;var Uh=oe&&oe.__awaiter||function(e,t,n,r){function o(s){return s instanceof n?s:new n(function(i){i(s)})}return new(n||(n=Promise))(function(s,i){function a(u){try{l(r.next(u))}catch(b){i(b)}}function c(u){try{l(r.throw(u))}catch(b){i(b)}}function l(u){u.done?s(u.value):o(u.value).then(a,c)}l((r=r.apply(e,t||[])).next())})},Qh=oe&&oe.__generator||function(e,t){var n={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},r,o,s,i;return i={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function a(l){return function(u){return c([l,u])}}function c(l){if(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,l[0]&&(n=0)),n;)try{if(r=1,o&&(s=l[0]&2?o.return:l[0]?o.throw||((s=o.return)&&s.call(o),0):o.next)&&!(s=s.call(o,l[1])).done)return s;switch(o=0,s&&(l=[l[0]&2,s.value]),l[0]){case 0:case 1:s=l;break;case 4:return n.label++,{value:l[1],done:!1};case 5:n.label++,o=l[1],l=[0];continue;case 7:l=n.ops.pop(),n.trys.pop();continue;default:if(s=n.trys,!(s=s.length>0&&s[s.length-1])&&(l[0]===6||l[0]===2)){n=0;continue}if(l[0]===3&&(!s||l[1]>s[0]&&l[1]<s[3])){n.label=l[1];break}if(l[0]===6&&n.label<s[1]){n.label=s[1],s=l;break}if(s&&n.label<s[2]){n.label=s[2],n.ops.push(l);break}s[2]&&n.ops.pop(),n.trys.pop();continue}l=t.call(e,n)}catch(u){l=[6,u],o=0}finally{r=s=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}};Object.defineProperty(_e,"__esModule",{value:!0}),_e.expireToken=_e.validateToken=_e.validateAccount=_e.getConfig=_e.introduceDelay=_e.isTokenInExpiryWindow=_e.getStoredAuthData=_e.setUserDetails=_e.setTokenAndExpiry=_e.getRandomDelay=_e.hasValidToken=void 0;var si=Le,Tn=st,Wc=function(){var e=new Date,t=new Date(e.getTime()+e.getTimezoneOffset()*6e4);return t},ii=function(e){var t=parseInt(sessionStorage.getItem("hiverAuthUserId")||"0"),n=parseInt(sessionStorage.getItem("hiverAuthUserGroupId")||"0"),r=e.userId,o=e.usergroupId;return t===r&&o===n};_e.validateAccount=ii;var qh=function(e){var t=ii(e);return!Zc()&&t};_e.validateToken=qh;var $h=function(){try{sessionStorage.removeItem("hiverAuthTokenExpiry")}catch{console.log("Heimdall: Unable to Remove token.")}};_e.expireToken=$h;var Kh=function(e){console.log("Heimdall: checking if there is a valid token");var t=sessionStorage.getItem("hiverAuthTokenExpiry")||"",n=new Date(t),r=Wc(),o=ii(e);return r<n&&o};_e.hasValidToken=Kh;var eg=function(){return Math.floor(Math.random()*6e4)+6e4};_e.getRandomDelay=eg;var tg=function(e,t){if(!e||!t)throw new Error("User Id or user group Id not found in the response");sessionStorage.setItem("hiverAuthUserId",e),sessionStorage.setItem("hiverAuthUserGroupId",t)};_e.setUserDetails=tg;var ng=function(e,t){if(!e)throw new Error("Token not found in the response");sessionStorage.setItem("hiverAuthToken",e),sessionStorage.setItem("hiverAuthTokenExpiry",t)};_e.setTokenAndExpiry=ng;var rg=function(){var e=sessionStorage.getItem("hiverAuthTokenExpiry"),t=sessionStorage.getItem("hiverAuthToken"),n=sessionStorage.getItem("hiverAuthUserId"),r=sessionStorage.getItem("hiverAuthUserGroupId");return{token:t,expiryTime:e,userId:n,usergroupId:r}};_e.getStoredAuthData=rg;var Zc=function(){var e=sessionStorage.getItem("hiverAuthTokenExpiry")||"";if(!e)return!0;var t=Wc(),n=new Date(e),r=4*60*1e3,o=n.getTime()-t.getTime()<r;return console.log({currentTime:t,expiry:n,isInExpiryWindow:o}),o};_e.isTokenInExpiryWindow=Zc;var og=function(e){return Uh(void 0,void 0,void 0,function(){return Qh(this,function(t){switch(t.label){case 0:return[4,new Promise(function(n){return setTimeout(n,e)})];case 1:return t.sent(),[2]}})})};_e.introduceDelay=og;var sg=function(e,t,n){switch(t){case si.TIERS.SIT:return console.log("ISHIVERAPIDOMAIN:",n,(0,Tn.getSitHqConfig)(e)),n?(0,Tn.getSitApiConfig)(e):(0,Tn.getSitHqConfig)(e);case si.TIERS.PROD:return n?(0,Tn.getProdApiConfig)():(0,Tn.getProdHqConfig)();case si.TIERS.DEV:default:return n?(0,Tn.getDevApiConfig)():(0,Tn.getDevHqConfig)()}};_e.getConfig=sg;var Gr={},Qt={},Xc;function ig(){if(Xc)return Qt;Xc=1;var e=oe&&oe.__awaiter||function(y,C,h,p){function d(f){return f instanceof h?f:new h(function(m){m(f)})}return new(h||(h=Promise))(function(f,m){function g(w){try{v(p.next(w))}catch(A){m(A)}}function I(w){try{v(p.throw(w))}catch(A){m(A)}}function v(w){w.done?f(w.value):d(w.value).then(g,I)}v((p=p.apply(y,C||[])).next())})},t=oe&&oe.__generator||function(y,C){var h={label:0,sent:function(){if(f[0]&1)throw f[1];return f[1]},trys:[],ops:[]},p,d,f,m;return m={next:g(0),throw:g(1),return:g(2)},typeof Symbol=="function"&&(m[Symbol.iterator]=function(){return this}),m;function g(v){return function(w){return I([v,w])}}function I(v){if(p)throw new TypeError("Generator is already executing.");for(;m&&(m=0,v[0]&&(h=0)),h;)try{if(p=1,d&&(f=v[0]&2?d.return:v[0]?d.throw||((f=d.return)&&f.call(d),0):d.next)&&!(f=f.call(d,v[1])).done)return f;switch(d=0,f&&(v=[v[0]&2,f.value]),v[0]){case 0:case 1:f=v;break;case 4:return h.label++,{value:v[1],done:!1};case 5:h.label++,d=v[1],v=[0];continue;case 7:v=h.ops.pop(),h.trys.pop();continue;default:if(f=h.trys,!(f=f.length>0&&f[f.length-1])&&(v[0]===6||v[0]===2)){h=0;continue}if(v[0]===3&&(!f||v[1]>f[0]&&v[1]<f[3])){h.label=v[1];break}if(v[0]===6&&h.label<f[1]){h.label=f[1],f=v;break}if(f&&h.label<f[2]){h.label=f[2],h.ops.push(v);break}f[2]&&h.ops.pop(),h.trys.pop();continue}v=C.call(y,h)}catch(w){v=[6,w],d=0}finally{p=f=0}if(v[0]&5)throw v[1];return{value:v[0]?v[1]:void 0,done:!0}}};Object.defineProperty(Qt,"__esModule",{value:!0}),Qt.getV2LoginCode=Qt.getLoginToken=Qt.getAccessToken=void 0;var n=Le,r=Uc(),o=_e,s=function(y,C,h){var p=(0,o.getStoredAuthData)();return{root_url:y.heimdallUrl,url:y.apiEndpoints.heimdallTokenFetch,method:n.GET_METHOD,data:{user_id:C.userId,usergroup_id:C.usergroupId,access_token:(p==null?void 0:p.token)||"",source:h},withCredentials:!0}},i=function(y,C){return{root_url:C.heimdallUrl,url:C.apiEndpoints.heimdallLogin,method:n.GET_METHOD,data:{code:y},withCredentials:!0}},a=function(y){return parseInt(y,10)},c=function(y,C){return{root_url:y.v2Url,url:y.apiEndpoints.v2Login,method:n.GET_METHOD,withCredentials:!0,data:{usersession:a(localStorage.getItem("hiver-config.usersession")),app:C||n.APP_UI.DEFAULT}}},l=function(y,C,h,p){return e(void 0,void 0,void 0,function(){var d,f,m,g,I,v,w;return t(this,function(A){switch(A.label){case 0:return A.trys.push([0,4,,5]),(0,o.validateToken)(h)?[3,2]:(console.log("HEIMDALL: No valid token, fetching token"),d=s(C,h,p),[4,(0,r.makeAxiosCall)(d,y)]);case 1:return f=A.sent(),[2,{atToken:(g=f==null?void 0:f.data.at)===null||g===void 0?void 0:g.token,expiryTime:(I=f==null?void 0:f.data.at)===null||I===void 0?void 0:I.expires_at,userId:(v=f==null?void 0:f.data)===null||v===void 0?void 0:v.user_id,userGroupId:(w=f==null?void 0:f.data)===null||w===void 0?void 0:w.usergroup_id}];case 2:return console.log("Heimdall: Valid token already exists"),[2,{}];case 3:return[3,5];case 4:throw m=A.sent(),m;case 5:return[2]}})})};Qt.getAccessToken=l;var u=function(y,C,h){return e(void 0,void 0,void 0,function(){var p,d,f,m,g,I,v;return t(this,function(w){switch(w.label){case 0:p=i(y,h),w.label=1;case 1:return w.trys.push([1,3,,4]),[4,(0,r.makeAxiosCall)(p,C)];case 2:return d=w.sent(),[2,{userId:(m=d==null?void 0:d.data)===null||m===void 0?void 0:m.user_id,userGroupId:(g=d==null?void 0:d.data)===null||g===void 0?void 0:g.usergroup_id,atToken:(I=d==null?void 0:d.data.at)===null||I===void 0?void 0:I.token,expiryTime:(v=d==null?void 0:d.data.at)===null||v===void 0?void 0:v.expires_at}];case 3:throw f=w.sent(),f;case 4:return[2]}})})};Qt.getLoginToken=u;var b=function(y,C,h){return e(void 0,void 0,void 0,function(){var p,d,f;return t(this,function(m){switch(m.label){case 0:return m.trys.push([0,2,,3]),console.log("ERROR debug: in getV2loginCode:",h),p=c(C,h),[4,(0,r.makeAxiosCall)(p,y)];case 1:return d=m.sent(),console.log("DEBUG HEIMDALL: local storage:",d==null?void 0:d.data),[2,d==null?void 0:d.data.code];case 2:throw f=m.sent(),f;case 3:return[2]}})})};return Qt.getV2LoginCode=b,Qt}var zc;function Yc(){if(zc)return Gr;zc=1;var e=oe&&oe.__awaiter||function(C,h,p,d){function f(m){return m instanceof p?m:new p(function(g){g(m)})}return new(p||(p=Promise))(function(m,g){function I(A){try{w(d.next(A))}catch(T){g(T)}}function v(A){try{w(d.throw(A))}catch(T){g(T)}}function w(A){A.done?m(A.value):f(A.value).then(I,v)}w((d=d.apply(C,h||[])).next())})},t=oe&&oe.__generator||function(C,h){var p={label:0,sent:function(){if(m[0]&1)throw m[1];return m[1]},trys:[],ops:[]},d,f,m,g;return g={next:I(0),throw:I(1),return:I(2)},typeof Symbol=="function"&&(g[Symbol.iterator]=function(){return this}),g;function I(w){return function(A){return v([w,A])}}function v(w){if(d)throw new TypeError("Generator is already executing.");for(;g&&(g=0,w[0]&&(p=0)),p;)try{if(d=1,f&&(m=w[0]&2?f.return:w[0]?f.throw||((m=f.return)&&m.call(f),0):f.next)&&!(m=m.call(f,w[1])).done)return m;switch(f=0,m&&(w=[w[0]&2,m.value]),w[0]){case 0:case 1:m=w;break;case 4:return p.label++,{value:w[1],done:!1};case 5:p.label++,f=w[1],w=[0];continue;case 7:w=p.ops.pop(),p.trys.pop();continue;default:if(m=p.trys,!(m=m.length>0&&m[m.length-1])&&(w[0]===6||w[0]===2)){p=0;continue}if(w[0]===3&&(!m||w[1]>m[0]&&w[1]<m[3])){p.label=w[1];break}if(w[0]===6&&p.label<m[1]){p.label=m[1],m=w;break}if(m&&p.label<m[2]){p.label=m[2],p.ops.push(w);break}m[2]&&p.ops.pop(),p.trys.pop();continue}w=h.call(C,p)}catch(A){w=[6,A],f=0}finally{d=m=0}if(w[0]&5)throw w[1];return{value:w[0]?w[1]:void 0,done:!0}}};Object.defineProperty(Gr,"__esModule",{value:!0}),Gr.fetchToken=void 0;var n=ig(),r=Le,o=_e,s,i,a,c=function(C,h,p){return p===void 0&&(p=r.APP_UI.DEFAULT),e(void 0,void 0,void 0,function(){var d,f,m,g,I,v,w,A,T;return t(this,function(O){switch(O.label){case 0:d=2,O.label=1;case 1:return O.trys.push([1,4,,9]),console.log("ERROR debug: in login:",p),[4,(0,n.getV2LoginCode)(r.CONFIG_HIVER,C,p)];case 2:return f=O.sent(),[4,(0,n.getLoginToken)(f,r.CONFIG_HIVER,C)];case 3:return m=O.sent(),g=m.userId,I=m.userGroupId,v=m.atToken,w=m.expiryTime,(0,o.setTokenAndExpiry)(v,w),(0,o.setUserDetails)(g,I),[3,9];case 4:A=O.sent(),console.log("ERROR debug: in error login:",A,p),T=h,O.label=5;case 5:return T<d?[4,c(C,T+1,p)]:[3,8];case 6:O.sent(),O.label=7;case 7:return T++,[3,5];case 8:throw A;case 9:return[2]}})})},l=function(C,h,p){return e(void 0,void 0,void 0,function(){var d,f,m,g;return t(this,function(I){switch(I.label){case 0:return h<r.MAX_CONFLICT_RETRY_DELAY?[4,new Promise(function(v){return setTimeout(v,C)})]:[3,3];case 1:return I.sent(),h+=C,C*2<=r.MAX_BACKOFF_LIMIT?C*=2:C=r.MAX_BACKOFF_LIMIT,console.log("Heimdall: Fetch token post doubling conflict retry delay",C),d=p.retryDelay,f=p.configs,m=p.api_params,g=p.appUI,[4,u(d,C,h,f,m,g)];case 2:I.sent(),I.label=3;case 3:return[2]}})})},u=function(C,h,p,d,f,m,g){return m===void 0&&(m="default"),e(void 0,void 0,void 0,function(){var I,v,w,A,T,O,N,F,k,D,G,z,W,X;return t(this,function(Z){switch(Z.label){case 0:return Z.trys.push([0,2,,12]),console.log("Heimdall: Interval Set on fetch token in fetchAndSaveToken:",a),[4,(0,n.getAccessToken)(r.CONFIG_HIVER,d,f,m)];case 1:return I=Z.sent(),v=I.atToken,w=I.expiryTime,A=I.userId,T=I.userGroupId,v&&w&&(0,o.setTokenAndExpiry)(v,w),A&&T&&(0,o.setUserDetails)(A,T),C=r.INITIAL_RETRY_DELAY,h=r.INITIAL_RETRY_DELAY,p=0,[3,12];case 2:return O=Z.sent(),console.log("ERROR: Heimdall fetch token",O),((k=O.response)===null||k===void 0?void 0:k.status)===401||((D=O.request)===null||D===void 0?void 0:D.status)===401?(N=1,[4,c(d,N,g)]):[3,4];case 3:return Z.sent(),[3,11];case 4:return((G=O.response)===null||G===void 0?void 0:G.status)===409||((z=O.request)===null||z===void 0?void 0:z.status)===409?(console.log("Heimdall: Fetching token post 409 in fetch And Save Token"),F={retryDelay:C,configs:d,api_params:f,appUI:g},[4,l(h,p,F)]):[3,6];case 5:if(Z.sent(),p>=r.MAX_CONFLICT_RETRY_DELAY)throw O;return[3,11];case 6:if(!(((W=O.response)===null||W===void 0?void 0:W.status)===422||((X=O.request)===null||X===void 0?void 0:X.status)===422))return[3,7];throw console.log("ERROR: Throwing error",O.response.status),O;case 7:return C<=r.MAX_RETRY_DELAY?[4,new Promise(function(Q){return setTimeout(Q,C)})]:[3,10];case 8:return Z.sent(),C*=2,console.log("Heimdall: Fetch token post doubling retry delay",C),[4,u(C,h,p,d,f,g)];case 9:return Z.sent(),[3,11];case 10:throw O;case 11:return[3,12];case 12:return[2]}})})},b=function(C,h,p,d,f,m){return p===void 0&&(p=r.INITIAL_RETRY_DELAY),d===void 0&&(d=r.INITIAL_RETRY_DELAY),f===void 0&&(f=0),e(void 0,void 0,void 0,function(){var g,I,v;return t(this,function(w){switch(w.label){case 0:return w.trys.push([0,4,,5]),g=(0,o.isTokenInExpiryWindow)(),g?(I=(0,o.getRandomDelay)(),[4,(0,o.introduceDelay)(I)]):[3,3];case 1:return w.sent(),console.log("Heimdall: Fetching token - in expiry window"),[4,u(p,d,f,C,h,m)];case 2:w.sent(),w.label=3;case 3:return[3,5];case 4:throw v=w.sent(),v;case 5:return[2]}})})},y=function(C,h,p,d,f,m){return e(void 0,void 0,void 0,function(){var g,I,v,w,A;return t(this,function(T){switch(T.label){case 0:s=C,i=h,g=r.INITIAL_RETRY_DELAY,I=r.INITIAL_RETRY_DELAY,v=0,w=(0,o.getConfig)(s,i,d),T.label=1;case 1:return T.trys.push([1,3,,4]),[4,u(g,I,v,w,p,f,m)];case 2:return T.sent(),console.log("Heimdall: Interval Set on fetch token when fetch token is called:",a),clearInterval(a),a=setInterval(function(){return b(w,p)},r.REFETCH_CHECK_DELAY),console.log("Heimdall: Interval Set on fetch token:",a),window.addEventListener("online",function(){return e(void 0,void 0,void 0,function(){return t(this,function(O){switch(O.label){case 0:return console.log("Online status detected. Fetching token..."),[4,b(w,p)];case 1:return O.sent(),[2]}})})}),[3,4];case 3:throw A=T.sent(),A;case 4:return[2]}})})};return Gr.fetchToken=y,Gr}var Jc;function Uc(){if(Jc)return Br;Jc=1;var e=oe&&oe.__assign||function(){return e=Object.assign||function(y){for(var C,h=1,p=arguments.length;h<p;h++){C=arguments[h];for(var d in C)Object.prototype.hasOwnProperty.call(C,d)&&(y[d]=C[d])}return y},e.apply(this,arguments)},t=oe&&oe.__awaiter||function(y,C,h,p){function d(f){return f instanceof h?f:new h(function(m){m(f)})}return new(h||(h=Promise))(function(f,m){function g(w){try{v(p.next(w))}catch(A){m(A)}}function I(w){try{v(p.throw(w))}catch(A){m(A)}}function v(w){w.done?f(w.value):d(w.value).then(g,I)}v((p=p.apply(y,C||[])).next())})},n=oe&&oe.__generator||function(y,C){var h={label:0,sent:function(){if(f[0]&1)throw f[1];return f[1]},trys:[],ops:[]},p,d,f,m;return m={next:g(0),throw:g(1),return:g(2)},typeof Symbol=="function"&&(m[Symbol.iterator]=function(){return this}),m;function g(v){return function(w){return I([v,w])}}function I(v){if(p)throw new TypeError("Generator is already executing.");for(;m&&(m=0,v[0]&&(h=0)),h;)try{if(p=1,d&&(f=v[0]&2?d.return:v[0]?d.throw||((f=d.return)&&f.call(d),0):d.next)&&!(f=f.call(d,v[1])).done)return f;switch(d=0,f&&(v=[v[0]&2,f.value]),v[0]){case 0:case 1:f=v;break;case 4:return h.label++,{value:v[1],done:!1};case 5:h.label++,d=v[1],v=[0];continue;case 7:v=h.ops.pop(),h.trys.pop();continue;default:if(f=h.trys,!(f=f.length>0&&f[f.length-1])&&(v[0]===6||v[0]===2)){h=0;continue}if(v[0]===3&&(!f||v[1]>f[0]&&v[1]<f[3])){h.label=v[1];break}if(v[0]===6&&h.label<f[1]){h.label=f[1],f=v;break}if(f&&h.label<f[2]){h.label=f[2],h.ops.push(v);break}f[2]&&h.ops.pop(),h.trys.pop();continue}v=C.call(y,h)}catch(w){v=[6,w],d=0}finally{p=f=0}if(v[0]&5)throw v[1];return{value:v[0]?v[1]:void 0,done:!0}}};Object.defineProperty(Br,"__esModule",{value:!0}),Br.makeAxiosCall=void 0;var r=Dc,o=_e,s=Yc(),i,a=2,c=function(y,C){var h=C.fetchCsrfToken();y.formData?y.formData.append("_csrf_token",h):(y.data=y.data||{},y.data._csrf_token=h)},l=function(y){var C=!y.method||y.method.toLowerCase()==="get"?{params:y.data}:{data:y.data},h=e(e({method:y.method,url:"".concat(y.root_url).concat(y.url),headers:y.headers},C),{withCredentials:y.withCredentials,responseType:(y==null?void 0:y.responseType)||""});return h};function u(y){return t(this,void 0,void 0,function(){var C;return n(this,function(h){return C=l(y),[2,(0,r.default)(C).then(function(p){return p}).catch(function(p){throw p})]})})}function b(y,C,h,p){var d,f;return p===void 0&&(p=0),t(this,void 0,void 0,function(){var m,g,I,v,w,A;return n(this,function(T){switch(T.label){case 0:if(T.trys.push([0,4,,5]),!(C.getToken&&!(0,o.hasValidToken)(y)))return[3,2];if(m=y.app_env,g=y.tier,!m||!g)throw Error("app_env or tier missing : ".concat(m,"/").concat(g));return"userId"in y&&"usergroupId"in y?(I={userId:y.userId,usergroupId:y.usergroupId},typeof C.isHiverApiDomain!="boolean"&&(C.isHiverApiDomain=!0),[4,(0,s.fetchToken)(m,g,I,C.isHiverApiDomain,h)]):[3,2];case 1:T.sent(),T.label=2;case 2:return y.csrfToken&&c(y,C),C.getToken&&(i=sessionStorage.getItem("hiverAuthToken")||"",y.headers=e(e({},y.headers),{Authorization:"Bearer ".concat(i)})),[4,u(y)];case 3:return v=T.sent(),y.onSuccess&&y.onSuccess(v),[2,v];case 4:if(w=T.sent(),A=((d=w.response)===null||d===void 0?void 0:d.status)===403||((f=w.request)===null||f===void 0?void 0:f.status)===403,p<a&&A)return(0,o.expireToken)(),[2,b(y,C,h,p+1)];if(p>=a&&A||!A)throw y.onFail&&y.onFail(w),console.log("ERROR: Reached make Axios",w),w;return[3,5];case 5:return[2]}})})}return Br.makeAxiosCall=b,Br}(function(e){var t=oe&&oe.__awaiter||function(C,h,p,d){function f(m){return m instanceof p?m:new p(function(g){g(m)})}return new(p||(p=Promise))(function(m,g){function I(A){try{w(d.next(A))}catch(T){g(T)}}function v(A){try{w(d.throw(A))}catch(T){g(T)}}function w(A){A.done?m(A.value):f(A.value).then(I,v)}w((d=d.apply(C,h||[])).next())})},n=oe&&oe.__generator||function(C,h){var p={label:0,sent:function(){if(m[0]&1)throw m[1];return m[1]},trys:[],ops:[]},d,f,m,g;return g={next:I(0),throw:I(1),return:I(2)},typeof Symbol=="function"&&(g[Symbol.iterator]=function(){return this}),g;function I(w){return function(A){return v([w,A])}}function v(w){if(d)throw new TypeError("Generator is already executing.");for(;g&&(g=0,w[0]&&(p=0)),p;)try{if(d=1,f&&(m=w[0]&2?f.return:w[0]?f.throw||((m=f.return)&&m.call(f),0):f.next)&&!(m=m.call(f,w[1])).done)return m;switch(f=0,m&&(w=[w[0]&2,m.value]),w[0]){case 0:case 1:m=w;break;case 4:return p.label++,{value:w[1],done:!1};case 5:p.label++,f=w[1],w=[0];continue;case 7:w=p.ops.pop(),p.trys.pop();continue;default:if(m=p.trys,!(m=m.length>0&&m[m.length-1])&&(w[0]===6||w[0]===2)){p=0;continue}if(w[0]===3&&(!m||w[1]>m[0]&&w[1]<m[3])){p.label=w[1];break}if(w[0]===6&&p.label<m[1]){p.label=m[1],m=w;break}if(m&&p.label<m[2]){p.label=m[2],p.ops.push(w);break}m[2]&&p.ops.pop(),p.trys.pop();continue}w=h.call(C,p)}catch(A){w=[6,A],f=0}finally{d=m=0}if(w[0]&5)throw w[1];return{value:w[0]?w[1]:void 0,done:!0}}};Object.defineProperty(e,"__esModule",{value:!0}),e.DEFAULT_INIT_CONFIG_HIVER=e.TENANT_PLATFORM=e.fetchToken=e.makeAxiosCall=e.Bifrost=void 0;var r=Hc(),o=jc(),s=an;Object.defineProperty(e,"TENANT_PLATFORM",{enumerable:!0,get:function(){return s.TENANT_PLATFORM}}),Object.defineProperty(e,"DEFAULT_INIT_CONFIG_HIVER",{enumerable:!0,get:function(){return s.DEFAULT_INIT_CONFIG_HIVER}});var i=Mc(),a=ye,c=Pt,l=Uc();Object.defineProperty(e,"makeAxiosCall",{enumerable:!0,get:function(){return l.makeAxiosCall}});var u=Yc();Object.defineProperty(e,"fetchToken",{enumerable:!0,get:function(){return u.fetchToken}});var b=Mt,y=function(){function C(h,p,d,f,m,g){d===void 0&&(d=s.TENANT_PLATFORM.GMAIL),f===void 0&&(f=null),m===void 0&&(m=!0),g===void 0&&(g=!1),this.setEnvironment(),this.appEnv=h,this.tier=p,this.tenantPlatform=d,this.authTokenFetchingInProgress=!1,this.getTokenForLogin=f,this.withCredentials=m,this.csrfToken=g}return C.prototype.setEnvironment=function(){typeof window<"u"&&window.document?(0,b.setValue)("PLATFORM",s.PLATFORM.WEB):(0,b.setValue)("PLATFORM",s.PLATFORM.MOBILE)},C.prototype.hiverAxios=function(h,p,d,f){return p===void 0&&(p=s.DEFAULT_INIT_CONFIG_HIVER),t(this,void 0,void 0,function(){var m,g;return n(this,function(I){switch(I.label){case 0:return I.trys.push([0,4,,5]),f&&f<2?(m={userId:h.userId,usergroupId:h.usergroupId,apiRetry:f},console.log("THIS IS THE TENNANTPLAORM -> ",this.tenantPlatform),[4,(0,o.fetchAccessToken)(this.appEnv,this.tier,m,this.tenantPlatform,this.getTokenForLogin,s.API_CALL_ORIGIN.API_RETRY)]):[3,2];case 1:I.sent(),I.label=2;case 2:return[4,(0,r.hiverAxiosCall)(this,h,p,d)];case 3:return[2,I.sent()];case 4:throw g=I.sent(),console.log("ERROR: Axios call failed",g),g;case 5:return[2]}})})},C.prototype.fetchAuthToken=function(h,p,d){return t(this,void 0,void 0,function(){var f;return n(this,function(m){switch(m.label){case 0:return m.trys.push([0,4,7,8]),this.authTokenFetchingInProgress?[3,2]:(this.authTokenFetchingInProgress=!0,[4,(0,o.fetchAccessToken)(this.appEnv,this.tier,h,this.tenantPlatform,this.getTokenForLogin,p,d)]);case 1:return m.sent(),[3,3];case 2:console.log("Heimdall: AuthToken Fetching InProgress",this.authTokenFetchingInProgress),m.label=3;case 3:return[3,8];case 4:return f=m.sent(),console.log("ERROR: Fetching token failed",f),this.authTokenFetchingInProgress=!1,[4,new Promise(function(g){return setTimeout(g,100)})];case 5:return m.sent(),console.log("Heimdall: Retrying fetchAccessToken after 100ms..."),[4,this.fetchAuthToken(h,p,d)];case 6:return m.sent(),[3,8];case 7:return this.authTokenFetchingInProgress=!1,[7];case 8:return[2]}})})},C.prototype.logout=function(){return t(this,void 0,void 0,function(){var h,p;return n(this,function(d){switch(d.label){case 0:return d.trys.push([0,2,,3]),h=(0,a.getConfig)(this.appEnv,this.tier),[4,(0,i.logoutFromHeimdall)(h,this.tenantPlatform)];case 1:return d.sent(),(0,c.removeItemFromStorage)("hiverAuthToken"),(0,c.removeItemFromStorage)("hiverAuthTokenExpiry"),(0,c.removeItemFromStorage)("hiverAuthUserId"),(0,c.removeItemFromStorage)("hiverAuthUserGroupId"),[3,3];case 2:throw p=d.sent(),console.error("Heimdall: Logout failed",p),p;case 3:return[2]}})})},C.prototype.isTokenFetchingInProgress=function(){return this.authTokenFetchingInProgress},C}();e.Bifrost=y})(Ms);const Ot={userId:"",userGroupId:"",baseUrl:"",appEnv:"",tier:"",bifrost:null,isInitiated:!1},Sn=()=>{if(!Ot.isInitiated)return null;if(!Ot.baseUrl)throw new Error("Base url is not setup. please call the initConnectorsBifrost function with the appropriate value");return Ot},ag=({baseUrl:e,appEnv:t,tier:n,userId:r,userGroupId:o,tenantPlatform:s=Ms.TENANT_PLATFORM.GMAIL,withCredentials:i=!0,getTokenForLogin:a})=>{Ot.baseUrl=e,Ot.appEnv=t,Ot.tier=n,Ot.userGroupId=o,Ot.userId=r,Ot.tenantPlatform=s,Ot.bifrost=new Ms.Bifrost(t,n,s,a,i),Ot.isInitiated=!0},it=(({configHiver:e})=>async n=>{const r=Sn();if(!r)throw new Error("Please call initConnectorsBifrost before making any api calls");const{bifrost:o,userGroupId:s,userId:i}=r,{url:a,method:c,root_url:l}=n,b={root_url:(l||r.baseUrl)+((n==null?void 0:n.prefix)||""),url:a,method:c,headers:n==null?void 0:n.headers,onSuccess:n==null?void 0:n.onSuccess,onFail:n==null?void 0:n.onFail,data:n==null?void 0:n.data,params:n==null?void 0:n.params,formData:n==null?void 0:n.formData,responseType:n==null?void 0:n.responseType,userId:Number(i),usergroupId:Number(s)};try{return await(o==null?void 0:o.hiverAxios(b,{...e,isHiverApiDomain:!0}))}catch(y){throw console.error("API call failed with error: ",y),y}})({configHiver:{getToken:!0,fetchCsrfToken:()=>"",isHiverApiDomain:!0},withCredentials:!0}),Lo="hiver_connectors",ai={NOT_FOUND:404},cg="https://txeep2wshyx.typeform.com/to/CFatbvg1",lg="Got any feedback?",ug="ftr-connector-blue-dot",Qc="ftr-connectors-write-flow",dg="ftr-connectors-enhancements",fg="ftr-connector-schedule-call-agent",pg="ftr-connectors-edit",hg="enableAllConnectorFtr",gg="ftr-cards-open-state",mg="ftr-connectors-global-search",bg="ftr-connectors-smart-suggestions",yg="ftr-connectors-email-selection",vg="ftr-connector-agent-feedback",Ro="ftr-connector-unified-view",qc="Please refresh and try again",Cg="No data available",Fo="-",$c="Refresh",Kc="Minimize",ci="Expand",el="Connectors",li="Apps",Ig="Collapse",Eg="Close",tl="Link",xg="Create",wg="Update",nl="Unlink",rl="Edit",ui="Cancel",ol="Create new object",sl="Link existing object",Ag="Are you sure you want to unlink this object?",Tg="The object will be removed from this conversation for all users. However the object will still be available on {{connectorName}} if you'd like to link it back in the future.",Sg="Edit card",_g="bullet_list",Og="Expanded",Lg="Collapsed",il="Something is wrong with the {{connector_name}} Connector setup. Please check our help guide <>here<>.",al="UNKNOWN_ERROR",Rg="https://help.hiverhq.com/custom-connectors/common-connector-errors",cl={MAIN_BUTTON:"main_button",ICON:"create_icon"},di=e=>{let t=localStorage.getItem(Lo);return t=t?JSON.parse(t):!1,t==null?void 0:t[e]},Fg=e=>!!di(e),ll=()=>{const{userId:e=""}=Sn()||{};return String(e)},Ng=(e,t=ll())=>{const n=di(e);return((n==null?void 0:n.isExtensionNew)??[]).includes(t)},fi=(e,t=!1,n=!1)=>{const r=ll(),o=di(e);if(t||!o){localStorage.removeItem(Lo);const s={[e]:{...!n&&{isExtensionNew:t?[]:[r]},...n&&{extensionExpand:[r]}}};localStorage.setItem(Lo,JSON.stringify(s));return}else{const s=(o==null?void 0:o.isExtensionNew)??[],i=(o==null?void 0:o.extensionExpand)??[],a={[e]:{...o,...!n&&{isExtensionNew:[...new Set([...s,r])]},...n&&{extensionExpand:[...new Set([...i,r])]}}};localStorage.setItem(Lo,JSON.stringify(a));return}},$e=(e={},t)=>e&&typeof e[t]>"u"?(e==null?void 0:e[hg])===!0:(e==null?void 0:e[t])===!0,jr=(e,t)=>e.replace(/:(\w+)/g,(n,r)=>String(t[r])||""),ul=(e,t,n,r=!1)=>{var s;const o={};return o.card_title=t,o.card_state=n?Og:Lg,r&&e?(o.data_state=e==null?void 0:e.status,o.connector_names=(s=e==null?void 0:e.data)==null?void 0:s.connectorNames):e&&(o.data_state=(e==null?void 0:e.status)||"unknown_error"),o},dl=e=>{switch(e.cardType){case"flat":if(Array.isArray(e.data.flatDisplay)){const t=e.data.flatDisplay.filter(n=>Number(n.statusCode)!==ai.NOT_FOUND).sort((n,r)=>n.priority-r.priority);e.data.flatDisplay={data:t}}else{const t=e.data.flatDisplay.data.filter(n=>Number(n.statusCode)!==ai.NOT_FOUND).sort((n,r)=>n.priority-r.priority);e.data.flatDisplay.data=t}break;case"flat_with_list":e.data.listItems.fields=e.data.listItems.fields.map(t=>Array.isArray(t)?{data:t.sort((r,o)=>r.priority-o.priority)}:{data:t.data.sort((r,o)=>r.priority-o.priority),externalResourceId:t.externalResourceId});break}return e},Dg=e=>{if(!e||Object.keys(e).length===0)return[];const t=new Set;return Object.values(e).forEach(n=>{n.connectorNames&&n.connectorNames.forEach(r=>t.add(r))}),Array.from(t)},kg=(e="",t="",n,r)=>`${cg}?user_id=${e}&sm_ids=${n.join(",")}&ug_id=${t}&connector_names=${r.join(",")}`,Pg="enable_connectors_clicked",Mg="learn_more_clicked",Bg="connector_card_expand_clicked",Gg="connector_card_collapsed_clicked",jg="connector_card_refresh_clicked",Vg="connector_cards_loaded",Hg="connector_whats_new_card_viewed",Wg="connector_whats_new_explore_now_clicked",Zg="connector_whats_new_learn_more_clicked",Xg="connector_whats_new_dismissed",zg="connector_create_new_object_clicked",Yg="connector_link_new_object_clicked",Jg="connector_new_object_created_by_form",Ug="connector_new_object_linked_by_form",Qg="connector_object_unlinked_by_form",qg="connector_link_preview_clicked",$g="connector_create_panel_cancel_clicked",Kg="connector_create_panel_back_clicked",e2="card_loaded_on_click",t2="card_loaded",n2="schedule_call_clicked",r2="schedule_call_cross_clicked",fl="CONNECTOR_EDIT_CLICKED",o2="CONNECTOR_EDIT_REQUEST_SEND",s2="CONNECTOR_EDIT_CANCELLED",i2="CONNECTOR_EDIT_BACK_CLICKED",a2="CONNECTOR_EDIT_SUCCESS",c2="connector_video_clicked",l2="connector_card_error",u2="got_any_feedback_clicked",d2="connector_deeplink_clicked",f2="search_bar_tapped",p2="search_suggestions_selected",h2="search_initiated",g2="no_results_found",m2="search_results_found",b2="search_result_selected",y2="search_result_linked",v2="Need setup help?",C2="Expert setup assistance available! Book a 15 min call with our integration specialist.",I2="Schedule call",E2="https://calendly.com/aditya-s-grexit/15-min-connector-setup",pl="agent_panel",pi="hiver_schedule_call_close_button_click",x2=x.styled(x.Stack)`
|
|
34
|
+
`):" "+_c(s[0]):"as no adapter specified";throw new le("There is no suitable adapter to dispatch the request "+i,"ERR_NOT_SUPPORT")}return r},adapters:Qs};function qs(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new Jn(null,e)}function Lc(e){return qs(e),e.headers=St.from(e.headers),e.data=Js.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),Oc.getAdapter(e.adapter||zs.adapter)(e).then(function(r){return qs(e),r.data=Js.call(e,e.transformResponse,r),r.headers=St.from(r.headers),r},function(r){return bc(r)||(qs(e),r&&r.response&&(r.response.data=Js.call(e,e.transformResponse,r.response),r.response.headers=St.from(r.response.headers))),Promise.reject(r)})}const Rc="1.7.7",$s={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{$s[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}});const Fc={};$s.transitional=function(t,n,r){function o(s,i){return"[Axios v"+Rc+"] Transitional option '"+s+"'"+i+(r?". "+r:"")}return(s,i,a)=>{if(t===!1)throw new le(o(i," has been removed"+(n?" in "+n:"")),le.ERR_DEPRECATED);return n&&!Fc[i]&&(Fc[i]=!0,console.warn(o(i," has been deprecated since v"+n+" and will be removed in the near future"))),t?t(s,i,a):!0}};function lh(e,t,n){if(typeof e!="object")throw new le("options must be an object",le.ERR_BAD_OPTION_VALUE);const r=Object.keys(e);let o=r.length;for(;o-- >0;){const s=r[o],i=t[s];if(i){const a=e[s],c=a===void 0||i(a,s,e);if(c!==!0)throw new le("option "+s+" must be "+c,le.ERR_BAD_OPTION_VALUE);continue}if(n!==!0)throw new le("Unknown option "+s,le.ERR_BAD_OPTION)}}var Ks={assertOptions:lh,validators:$s};const sn=Ks.validators;let So=class{constructor(t){this.defaults=t,this.interceptors={request:new pc,response:new pc}}async request(t,n){try{return await this._request(t,n)}catch(r){if(r instanceof Error){let o;Error.captureStackTrace?Error.captureStackTrace(o={}):o=new Error;const s=o.stack?o.stack.replace(/^.+\n/,""):"";try{r.stack?s&&!String(r.stack).endsWith(s.replace(/^.+\n.+\n/,""))&&(r.stack+=`
|
|
35
|
+
`+s):r.stack=s}catch{}}throw r}}_request(t,n){typeof t=="string"?(n=n||{},n.url=t):n=t||{},n=Tn(this.defaults,n);const{transitional:r,paramsSerializer:o,headers:s}=n;r!==void 0&&Ks.assertOptions(r,{silentJSONParsing:sn.transitional(sn.boolean),forcedJSONParsing:sn.transitional(sn.boolean),clarifyTimeoutError:sn.transitional(sn.boolean)},!1),o!=null&&(R.isFunction(o)?n.paramsSerializer={serialize:o}:Ks.assertOptions(o,{encode:sn.function,serialize:sn.function},!0)),n.method=(n.method||this.defaults.method||"get").toLowerCase();let i=s&&R.merge(s.common,s[n.method]);s&&R.forEach(["delete","get","head","post","put","patch","common"],h=>{delete s[h]}),n.headers=St.concat(i,s);const a=[];let c=!0;this.interceptors.request.forEach(function(p){typeof p.runWhen=="function"&&p.runWhen(n)===!1||(c=c&&p.synchronous,a.unshift(p.fulfilled,p.rejected))});const l=[];this.interceptors.response.forEach(function(p){l.push(p.fulfilled,p.rejected)});let u,m=0,y;if(!c){const h=[Lc.bind(this),void 0];for(h.unshift.apply(h,a),h.push.apply(h,l),y=h.length,u=Promise.resolve(n);m<y;)u=u.then(h[m++],h[m++]);return u}y=a.length;let C=n;for(m=0;m<y;){const h=a[m++],p=a[m++];try{C=h(C)}catch(d){p.call(this,d);break}}try{u=Lc.call(this,C)}catch(h){return Promise.reject(h)}for(m=0,y=l.length;m<y;)u=u.then(l[m++],l[m++]);return u}getUri(t){t=Tn(this.defaults,t);const n=Ic(t.baseURL,t.url);return fc(n,t.params,t.paramsSerializer)}};R.forEach(["delete","get","head","options"],function(t){So.prototype[t]=function(n,r){return this.request(Tn(r||{},{method:t,url:n,data:(r||{}).data}))}}),R.forEach(["post","put","patch"],function(t){function n(r){return function(s,i,a){return this.request(Tn(a||{},{method:t,headers:r?{"Content-Type":"multipart/form-data"}:{},url:s,data:i}))}}So.prototype[t]=n(),So.prototype[t+"Form"]=n(!0)});var _o=So;class ei{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let n;this.promise=new Promise(function(s){n=s});const r=this;this.promise.then(o=>{if(!r._listeners)return;let s=r._listeners.length;for(;s-- >0;)r._listeners[s](o);r._listeners=null}),this.promise.then=o=>{let s;const i=new Promise(a=>{r.subscribe(a),s=a}).then(o);return i.cancel=function(){r.unsubscribe(s)},i},t(function(s,i,a){r.reason||(r.reason=new Jn(s,i,a),n(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const n=this._listeners.indexOf(t);n!==-1&&this._listeners.splice(n,1)}toAbortSignal(){const t=new AbortController,n=r=>{t.abort(r)};return this.subscribe(n),t.signal.unsubscribe=()=>this.unsubscribe(n),t.signal}static source(){let t;return{token:new ei(function(o){t=o}),cancel:t}}}var uh=ei;function dh(e){return function(n){return e.apply(null,n)}}function fh(e){return R.isObject(e)&&e.isAxiosError===!0}const ti={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(ti).forEach(([e,t])=>{ti[t]=e});var ph=ti;function Dc(e){const t=new _o(e),n=Qa(_o.prototype.request,t);return R.extend(n,_o.prototype,t,{allOwnKeys:!0}),R.extend(n,t,null,{allOwnKeys:!0}),n.create=function(o){return Dc(Tn(e,o))},n}const Pe=Dc(zs);Pe.Axios=_o,Pe.CanceledError=Jn,Pe.CancelToken=uh,Pe.isCancel=bc,Pe.VERSION=Rc,Pe.toFormData=Io,Pe.AxiosError=le,Pe.Cancel=Pe.CanceledError,Pe.all=function(t){return Promise.all(t)},Pe.spread=dh,Pe.isAxiosError=fh,Pe.mergeConfig=Tn,Pe.AxiosHeaders=St,Pe.formToJSON=e=>gc(R.isHTMLForm(e)?new FormData(e):e),Pe.getAdapter=Oc.getAdapter,Pe.HttpStatusCode=ph,Pe.default=Pe;var Nc=Pe,ye={},an={};(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.PLATFORM=e.TENANT_PLATFORM=e.API_CALL_ORIGIN=e.TIERS=e.APP_UI=e.CONFIG_HIVER=e.DEFAULT_INIT_CONFIG_HIVER=e.TWO_MINUTES_IN_MS=e.REFETCH_CHECK_DELAY=e.RETRY_DELAY_IN_CASE_OF_CORRUPTED_EXPIRY=e.INITIAL_RETRY_DELAY=e.MAX_BACKOFF_LIMIT=e.MAX_CONFLICT_RETRY_DELAY=e.MAX_RETRY_DELAY=e.GET_METHOD=void 0,e.GET_METHOD="GET",e.MAX_RETRY_DELAY=18e4,e.MAX_CONFLICT_RETRY_DELAY=63e3,e.MAX_BACKOFF_LIMIT=8e3,e.INITIAL_RETRY_DELAY=1e3,e.RETRY_DELAY_IN_CASE_OF_CORRUPTED_EXPIRY=3e3,e.REFETCH_CHECK_DELAY=168e4,e.TWO_MINUTES_IN_MS=2*60*1e3,e.DEFAULT_INIT_CONFIG_HIVER={getToken:!0,isHiverApiDomain:!0,fetchCsrfToken:function(){return""}},e.CONFIG_HIVER={getToken:!1,fetchCsrfToken:function(){return""},isHiverApiDomain:!0},e.APP_UI={COLLAB_SPACE:"collab-space",DEFAULT:"default"},e.TIERS={DEV:"dev",SIT:"sit",QA:"qa",PRODUCTION:"production",PROD:"prod"},e.API_CALL_ORIGIN={API_RETRY:"Api Retry"},e.TENANT_PLATFORM={GMAIL:"GMAIL",HIVERWEB:"HIVERWEB"},function(t){t[t.WEB=0]="WEB",t[t.MOBILE=1]="MOBILE"}(e.PLATFORM||(e.PLATFORM={}))})(an);var ot={};Object.defineProperty(ot,"__esModule",{value:!0}),ot.getProdHqConfig=ot.getProdApiConfig=ot.getSitHqConfig=ot.getSitApiConfig=ot.getDevHqConfig=ot.getDevApiConfig=void 0;var Un={heimdallTokenFetch:"/v1/token/get",heimdallLogin:"/v1/login/code",heimdallLogout:"/v1/logout",v2Login:"/api/auth/login/code",hotLogin:"/api/auth/login/code"},hh=function(){return{v2Url:"https://v2dev.hiver.space",heimdallUrl:"https://dev.hiver.space/api/heimdall-api",hotUrl:"http://local.hiverhq.co.in:3000",apiEndpoints:Un}};ot.getDevApiConfig=hh;var gh=function(){return{v2Url:"https://v2dev.hiver.space",heimdallUrl:"https://dev.hiver.space/api/heimdall-api2",hotUrl:"http://local.hiverhq.co.in:3000",apiEndpoints:Un}};ot.getDevHqConfig=gh;var mh=function(e){return{v2Url:"https://v2".concat(e,".hiver.space"),heimdallUrl:"https://".concat(e,".hiver.space/api/heimdall-api"),hotUrl:"https://api-staging.hiverhq.co.in",apiEndpoints:Un}};ot.getSitApiConfig=mh;var bh=function(e){return{v2Url:"https://v2".concat(e,".hiver.space"),heimdallUrl:"https://".concat(e,".hiver.space/api/heimdall-api2"),hotUrl:"https://api-staging.hiverhq.co.in",apiEndpoints:Un}};ot.getSitHqConfig=bh;var yh=function(){return{v2Url:"https://v2.hiverhq.com",heimdallUrl:"https://heimdall.hiverapi.com",hotUrl:"https://app.hiverhq.com",apiEndpoints:Un}};ot.getProdApiConfig=yh;var vh=function(){return{v2Url:"https://v2.hiverhq.com",heimdallUrl:"https://heimdall2.hiverhq.com",hotUrl:"https://app.hiverhq.com",apiEndpoints:Un}};ot.getProdHqConfig=vh;var Pt={},Mt={};Object.defineProperty(Mt,"__esModule",{value:!0}),Mt.removeValue=Mt.getValue=Mt.setValue=void 0;var ni={};function Ch(e,t){ni[e]=t}Mt.setValue=Ch;function Ih(e){return ni[e]}Mt.getValue=Ih;function Eh(e){delete ni[e]}Mt.removeValue=Eh,Object.defineProperty(Pt,"__esModule",{value:!0}),Pt.removeItemFromStorage=Pt.setItemInStorage=Pt.getItemFromStorage=void 0;var Qn=an,qn=Mt,xh=function(e,t){switch(t===void 0&&(t=(0,qn.getValue)("PLATFORM")),t){case Qn.PLATFORM.WEB:return sessionStorage.getItem(e);case Qn.PLATFORM.MOBILE:return(0,qn.getValue)(e);default:throw Error("Invalid PLATFORM ".concat(t))}};Pt.getItemFromStorage=xh;var wh=function(e,t,n){switch(n===void 0&&(n=(0,qn.getValue)("PLATFORM")),n){case Qn.PLATFORM.WEB:return sessionStorage.setItem(e,t);case Qn.PLATFORM.MOBILE:return(0,qn.setValue)(e,t);default:throw Error("Invalid PLATFORM ".concat(n))}};Pt.setItemInStorage=wh;var Ah=function(e,t){switch(t===void 0&&(t=(0,qn.getValue)("PLATFORM")),t){case Qn.PLATFORM.WEB:sessionStorage.removeItem(e);break;case Qn.PLATFORM.MOBILE:(0,qn.removeValue)(e);break;default:throw Error("Invalid PLATFORM ".concat(t))}};Pt.removeItemFromStorage=Ah;var Th=se&&se.__awaiter||function(e,t,n,r){function o(s){return s instanceof n?s:new n(function(i){i(s)})}return new(n||(n=Promise))(function(s,i){function a(u){try{l(r.next(u))}catch(m){i(m)}}function c(u){try{l(r.throw(u))}catch(m){i(m)}}function l(u){u.done?s(u.value):o(u.value).then(a,c)}l((r=r.apply(e,t||[])).next())})},Sh=se&&se.__generator||function(e,t){var n={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},r,o,s,i;return i={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function a(l){return function(u){return c([l,u])}}function c(l){if(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,l[0]&&(n=0)),n;)try{if(r=1,o&&(s=l[0]&2?o.return:l[0]?o.throw||((s=o.return)&&s.call(o),0):o.next)&&!(s=s.call(o,l[1])).done)return s;switch(o=0,s&&(l=[l[0]&2,s.value]),l[0]){case 0:case 1:s=l;break;case 4:return n.label++,{value:l[1],done:!1};case 5:n.label++,o=l[1],l=[0];continue;case 7:l=n.ops.pop(),n.trys.pop();continue;default:if(s=n.trys,!(s=s.length>0&&s[s.length-1])&&(l[0]===6||l[0]===2)){n=0;continue}if(l[0]===3&&(!s||l[1]>s[0]&&l[1]<s[3])){n.label=l[1];break}if(l[0]===6&&n.label<s[1]){n.label=s[1],s=l;break}if(s&&n.label<s[2]){n.label=s[2],n.ops.push(l);break}s[2]&&n.ops.pop(),n.trys.pop();continue}l=t.call(e,n)}catch(u){l=[6,u],o=0}finally{r=s=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}};Object.defineProperty(ye,"__esModule",{value:!0}),ye.expireToken=ye.invalidateToken=ye.validateToken=ye.validateAccount=ye.getConfig=ye.introduceDelay=ye.isTokenInExpiryWindow=ye.getStoredAuthData=ye.setUserDetails=ye.getRefreshInterval=ye.setTokenAndExpiry=ye.getRandomDelay=ye.hasValidToken=void 0;var Ut=an,$n=ot,ht=Pt,ri=function(){var e=new Date,t=new Date(e.getTime()+e.getTimezoneOffset()*6e4);return t},oi=function(e){var t=parseInt((0,ht.getItemFromStorage)("hiverAuthUserId")||"0"),n=parseInt((0,ht.getItemFromStorage)("hiverAuthUserGroupId")||"0"),r=e.userId,o=e.usergroupId;return t===r&&o===n};ye.validateAccount=oi;var _h=function(e){var t=oi(e);return!kc()&&t};ye.validateToken=_h;var Oh=function(e){return e.apiRetry?e.apiRetry>0:!1};ye.invalidateToken=Oh;var Lh=function(){try{sessionStorage.removeItem("hiverAuthTokenExpiry")}catch{console.log("Heimdall: Unable to Remove token.")}};ye.expireToken=Lh;var Rh=function(e){var t=(0,ht.getItemFromStorage)("hiverAuthTokenExpiry")||"",n=new Date(t),r=ri(),o=oi(e);return console.log("Heimdall: checking if there is a valid token",r<n&&o),r<n&&o};ye.hasValidToken=Rh;var Fh=function(){return Math.floor(Math.random()*6e4)+6e4};ye.getRandomDelay=Fh;var Dh=function(e,t){if(!e||!t)throw new Error("User Id or user group Id not found in the response");(0,ht.setItemInStorage)("hiverAuthUserId",e),(0,ht.setItemInStorage)("hiverAuthUserGroupId",t)};ye.setUserDetails=Dh;var Nh=function(e,t){if(!e)throw new Error("Token not found in the response");(0,ht.setItemInStorage)("hiverAuthToken",e),(0,ht.setItemInStorage)("hiverAuthTokenExpiry",t)};ye.setTokenAndExpiry=Nh;var kh=function(){var e=(0,ht.getItemFromStorage)("hiverAuthTokenExpiry"),t=(0,ht.getItemFromStorage)("hiverAuthToken"),n=(0,ht.getItemFromStorage)("hiverAuthUserId"),r=(0,ht.getItemFromStorage)("hiverAuthUserGroupId");return{token:t,expiryTime:e,userId:n,usergroupId:r}};ye.getStoredAuthData=kh;var kc=function(){var e=(0,ht.getItemFromStorage)("hiverAuthTokenExpiry")||"";if(!e)return!0;var t=ri(),n=new Date(e),r=4*60*1e3,o=n.getTime()-t.getTime()<r;return console.log({currentTime:t,expiry:n,isInExpiryWindow:o}),o};ye.isTokenInExpiryWindow=kc;var Ph=function(e){return Th(void 0,void 0,void 0,function(){return Sh(this,function(t){switch(t.label){case 0:return[4,new Promise(function(n){return setTimeout(n,e)})];case 1:return t.sent(),[2]}})})};ye.introduceDelay=Ph;var Mh=function(e,t,n){switch(n===void 0&&(n=!0),t){case Ut.TIERS.SIT:case Ut.TIERS.QA:return n?(0,$n.getSitApiConfig)(e):(0,$n.getSitHqConfig)(e);case Ut.TIERS.PRODUCTION:case Ut.TIERS.PROD:return n?(0,$n.getProdApiConfig)():(0,$n.getProdHqConfig)();case Ut.TIERS.DEV:default:return n?(0,$n.getDevApiConfig)():(0,$n.getDevHqConfig)()}};ye.getConfig=Mh;var Bh=function(){try{var e=(0,ht.getItemFromStorage)("hiverAuthTokenExpiry");if(!e)return Ut.RETRY_DELAY_IN_CASE_OF_CORRUPTED_EXPIRY;var t=new Date(e),n=ri();return t.getTime()-n.getTime()>Ut.TWO_MINUTES_IN_MS?t.getTime()-Ut.TWO_MINUTES_IN_MS:t.getTime()-n.getTime()}catch(r){return console.error("Heimdall: Error in getRefreshInterval",r),Ut.REFETCH_CHECK_DELAY}};ye.getRefreshInterval=Bh;var Mr={},_t={},Pc;function Mc(){if(Pc)return _t;Pc=1;var e=se&&se.__awaiter||function(h,p,d,f){function b(g){return g instanceof d?g:new d(function(I){I(g)})}return new(d||(d=Promise))(function(g,I){function v(T){try{A(f.next(T))}catch(_){I(_)}}function w(T){try{A(f.throw(T))}catch(_){I(_)}}function A(T){T.done?g(T.value):b(T.value).then(v,w)}A((f=f.apply(h,p||[])).next())})},t=se&&se.__generator||function(h,p){var d={label:0,sent:function(){if(g[0]&1)throw g[1];return g[1]},trys:[],ops:[]},f,b,g,I;return I={next:v(0),throw:v(1),return:v(2)},typeof Symbol=="function"&&(I[Symbol.iterator]=function(){return this}),I;function v(A){return function(T){return w([A,T])}}function w(A){if(f)throw new TypeError("Generator is already executing.");for(;I&&(I=0,A[0]&&(d=0)),d;)try{if(f=1,b&&(g=A[0]&2?b.return:A[0]?b.throw||((g=b.return)&&g.call(b),0):b.next)&&!(g=g.call(b,A[1])).done)return g;switch(b=0,g&&(A=[A[0]&2,g.value]),A[0]){case 0:case 1:g=A;break;case 4:return d.label++,{value:A[1],done:!1};case 5:d.label++,b=A[1],A=[0];continue;case 7:A=d.ops.pop(),d.trys.pop();continue;default:if(g=d.trys,!(g=g.length>0&&g[g.length-1])&&(A[0]===6||A[0]===2)){d=0;continue}if(A[0]===3&&(!g||A[1]>g[0]&&A[1]<g[3])){d.label=A[1];break}if(A[0]===6&&d.label<g[1]){d.label=g[1],g=A;break}if(g&&d.label<g[2]){d.label=g[2],d.ops.push(A);break}g[2]&&d.ops.pop(),d.trys.pop();continue}A=p.call(h,d)}catch(T){A=[6,T],b=0}finally{f=g=0}if(A[0]&5)throw A[1];return{value:A[0]?A[1]:void 0,done:!0}}};Object.defineProperty(_t,"__esModule",{value:!0}),_t.logoutFromHeimdall=_t.getTenantLoginCode=_t.getLoginToken=_t.getAccessToken=void 0;var n=an,r=Hc(),o=ye,s=function(h,p,d,f){var b=(0,o.getStoredAuthData)(),g=d===n.TENANT_PLATFORM.HIVERWEB?n.TENANT_PLATFORM.HIVERWEB:n.TENANT_PLATFORM.GMAIL;return{root_url:h.heimdallUrl,url:h.apiEndpoints.heimdallTokenFetch,method:n.GET_METHOD,headers:{"x-hiver-tenant":g},data:{user_id:p.userId,usergroup_id:p.usergroupId,access_token:(b==null?void 0:b.token)||"",source:f}}},i=function(h,p,d,f,b){var g=d===n.TENANT_PLATFORM.HIVERWEB?n.TENANT_PLATFORM.HIVERWEB:n.TENANT_PLATFORM.GMAIL;return{root_url:p.heimdallUrl,url:p.apiEndpoints.heimdallLogin,method:n.GET_METHOD,data:{code:h},headers:{"x-hiver-tenant":g,"x-hiver-userid":f,"x-hiver-usergroupid":b}}},a=function(h,p){var d=p===n.TENANT_PLATFORM.HIVERWEB?n.TENANT_PLATFORM.HIVERWEB:n.TENANT_PLATFORM.GMAIL;return{root_url:h.heimdallUrl,url:h.apiEndpoints.heimdallLogout,method:n.GET_METHOD,headers:{"x-hiver-tenant":d}}},c=function(h){return parseInt(h,10)},l=function(h,p,d,f){return{root_url:d===n.TENANT_PLATFORM.HIVERWEB?h.hotUrl:h.v2Url,url:d===n.TENANT_PLATFORM.HIVERWEB?h.apiEndpoints.hotLogin:h.apiEndpoints.v2Login,method:n.GET_METHOD,data:{usersession:c(p.userId),app:f||n.APP_UI.DEFAULT}}},u=function(h,p,d,f,b){return e(void 0,void 0,void 0,function(){var g,I,v,w,A,T,_;return t(this,function(D){switch(D.label){case 0:console.log("GETTOKEN tenantPlatform -> ",f),D.label=1;case 1:return D.trys.push([1,5,,6]),!(0,o.validateToken)(d)||(0,o.invalidateToken)(d)?(console.log("HEIMDALL: No valid token, fetching token"),g=s(p,d,f,b),[4,(0,r.performAxiosCall)(g)]):[3,3];case 2:return I=D.sent(),[2,{atToken:(w=I==null?void 0:I.data.at)===null||w===void 0?void 0:w.token,expiryTime:(A=I==null?void 0:I.data.at)===null||A===void 0?void 0:A.expires_at,userId:(T=I==null?void 0:I.data)===null||T===void 0?void 0:T.user_id,userGroupId:(_=I==null?void 0:I.data)===null||_===void 0?void 0:_.usergroup_id}];case 3:return console.log("Heimdall: Valid token already exists"),[2,{}];case 4:return[3,6];case 5:throw v=D.sent(),v;case 6:return[2]}})})};_t.getAccessToken=u;var m=function(h,p,d,f,b,g){return e(void 0,void 0,void 0,function(){var I,v,w,A,T,_,D;return t(this,function(F){switch(F.label){case 0:I=i(h,d,f,b,g),F.label=1;case 1:return F.trys.push([1,3,,4]),[4,(0,r.performAxiosCall)(I)];case 2:return v=F.sent(),[2,{userId:(A=v==null?void 0:v.data)===null||A===void 0?void 0:A.user_id,userGroupId:(T=v==null?void 0:v.data)===null||T===void 0?void 0:T.usergroup_id,atToken:(_=v==null?void 0:v.data.at)===null||_===void 0?void 0:_.token,expiryTime:(D=v==null?void 0:v.data.at)===null||D===void 0?void 0:D.expires_at}];case 3:throw w=F.sent(),w;case 4:return[2]}})})};_t.getLoginToken=m;var y=function(h,p,d,f,b){return e(void 0,void 0,void 0,function(){var g,I,v;return t(this,function(w){switch(w.label){case 0:return w.trys.push([0,2,,3]),console.log("ERROR debug: in getTenantLoginCode:",b),g=l(p,d,f,b),[4,(0,r.performAxiosCall)(g)];case 1:return I=w.sent(),[2,I==null?void 0:I.data.code];case 2:throw v=w.sent(),v;case 3:return[2]}})})};_t.getTenantLoginCode=y;var C=function(h,p,d){return d===void 0&&(d=0),e(void 0,void 0,void 0,function(){var f,b,g;return t(this,function(I){switch(I.label){case 0:return I.trys.push([0,2,,5]),f=a(h,p),[4,(0,r.performAxiosCall)(f)];case 1:return b=I.sent(),[2,b==null?void 0:b.status];case 2:return g=I.sent(),d<2?[4,C(h,p,d+1)]:[3,4];case 3:I.sent(),I.label=4;case 4:throw g;case 5:return[2]}})})};return _t.logoutFromHeimdall=C,_t}var Oo={},jh=se&&se.__awaiter||function(e,t,n,r){function o(s){return s instanceof n?s:new n(function(i){i(s)})}return new(n||(n=Promise))(function(s,i){function a(u){try{l(r.next(u))}catch(m){i(m)}}function c(u){try{l(r.throw(u))}catch(m){i(m)}}function l(u){u.done?s(u.value):o(u.value).then(a,c)}l((r=r.apply(e,t||[])).next())})},Gh=se&&se.__generator||function(e,t){var n={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},r,o,s,i;return i={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function a(l){return function(u){return c([l,u])}}function c(l){if(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,l[0]&&(n=0)),n;)try{if(r=1,o&&(s=l[0]&2?o.return:l[0]?o.throw||((s=o.return)&&s.call(o),0):o.next)&&!(s=s.call(o,l[1])).done)return s;switch(o=0,s&&(l=[l[0]&2,s.value]),l[0]){case 0:case 1:s=l;break;case 4:return n.label++,{value:l[1],done:!1};case 5:n.label++,o=l[1],l=[0];continue;case 7:l=n.ops.pop(),n.trys.pop();continue;default:if(s=n.trys,!(s=s.length>0&&s[s.length-1])&&(l[0]===6||l[0]===2)){n=0;continue}if(l[0]===3&&(!s||l[1]>s[0]&&l[1]<s[3])){n.label=l[1];break}if(l[0]===6&&n.label<s[1]){n.label=s[1],s=l;break}if(s&&n.label<s[2]){n.label=s[2],n.ops.push(l);break}s[2]&&n.ops.pop(),n.trys.pop();continue}l=t.call(e,n)}catch(u){l=[6,u],o=0}finally{r=s=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}};Object.defineProperty(Oo,"__esModule",{value:!0}),Oo.subscribeToOnlineEvent=void 0;var Bc=an,Vh=Mt,Hh=function(e,t){switch(t===void 0&&(t=(0,Vh.getValue)("PLATFORM")),console.log("Online status detected. Fetching token..."),t){case Bc.PLATFORM.WEB:return window.addEventListener("online",function(){return jh(void 0,void 0,void 0,function(){return Gh(this,function(n){switch(n.label){case 0:return console.log("Online status detected. Fetching token..."),[4,e()];case 1:return n.sent(),[2]}})})});case Bc.PLATFORM.MOBILE:e();return;default:throw Error("Invalid PLATFORM ".concat(t))}};Oo.subscribeToOnlineEvent=Hh;var jc;function Gc(){if(jc)return Mr;jc=1;var e=se&&se.__awaiter||function(h,p,d,f){function b(g){return g instanceof d?g:new d(function(I){I(g)})}return new(d||(d=Promise))(function(g,I){function v(T){try{A(f.next(T))}catch(_){I(_)}}function w(T){try{A(f.throw(T))}catch(_){I(_)}}function A(T){T.done?g(T.value):b(T.value).then(v,w)}A((f=f.apply(h,p||[])).next())})},t=se&&se.__generator||function(h,p){var d={label:0,sent:function(){if(g[0]&1)throw g[1];return g[1]},trys:[],ops:[]},f,b,g,I;return I={next:v(0),throw:v(1),return:v(2)},typeof Symbol=="function"&&(I[Symbol.iterator]=function(){return this}),I;function v(A){return function(T){return w([A,T])}}function w(A){if(f)throw new TypeError("Generator is already executing.");for(;I&&(I=0,A[0]&&(d=0)),d;)try{if(f=1,b&&(g=A[0]&2?b.return:A[0]?b.throw||((g=b.return)&&g.call(b),0):b.next)&&!(g=g.call(b,A[1])).done)return g;switch(b=0,g&&(A=[A[0]&2,g.value]),A[0]){case 0:case 1:g=A;break;case 4:return d.label++,{value:A[1],done:!1};case 5:d.label++,b=A[1],A=[0];continue;case 7:A=d.ops.pop(),d.trys.pop();continue;default:if(g=d.trys,!(g=g.length>0&&g[g.length-1])&&(A[0]===6||A[0]===2)){d=0;continue}if(A[0]===3&&(!g||A[1]>g[0]&&A[1]<g[3])){d.label=A[1];break}if(A[0]===6&&d.label<g[1]){d.label=g[1],g=A;break}if(g&&d.label<g[2]){d.label=g[2],d.ops.push(A);break}g[2]&&d.ops.pop(),d.trys.pop();continue}A=p.call(h,d)}catch(T){A=[6,T],b=0}finally{f=g=0}if(A[0]&5)throw A[1];return{value:A[0]?A[1]:void 0,done:!0}}};Object.defineProperty(Mr,"__esModule",{value:!0}),Mr.fetchAccessToken=void 0;var n=Mc(),r=an,o=ye,s=Oo,i,a,c,l=function(h,p,d,f,b,g){return g===void 0&&(g=r.APP_UI.DEFAULT),e(void 0,void 0,void 0,function(){var I,v,w,A,T,_,D,F,k;return t(this,function(N){switch(N.label){case 0:I=2,N.label=1;case 1:return N.trys.push([1,7,,12]),console.log("ERROR debug: in login:",g,f),v=void 0,b?[4,b()]:[3,3];case 2:return v=N.sent(),[3,5];case 3:return[4,(0,n.getTenantLoginCode)(r.CONFIG_HIVER,h,p,f,g)];case 4:v=N.sent(),N.label=5;case 5:return[4,(0,n.getLoginToken)(v,r.CONFIG_HIVER,h,f,p.userId,p.usergroupId)];case 6:return w=N.sent(),A=w.userId,T=w.userGroupId,_=w.atToken,D=w.expiryTime,(0,o.setTokenAndExpiry)(_,D),(0,o.setUserDetails)(A,T),[3,12];case 7:F=N.sent(),console.log("ERROR debug: in error login:",F,g),k=d,N.label=8;case 8:return k<I?[4,l(h,p,k+1,f,b,g)]:[3,11];case 9:N.sent(),N.label=10;case 10:return k++,[3,8];case 11:throw F;case 12:return[2]}})})},u=function(h,p,d,f,b){return e(void 0,void 0,void 0,function(){var g,I,v,w;return t(this,function(A){switch(A.label){case 0:return p<r.MAX_CONFLICT_RETRY_DELAY?[4,new Promise(function(T){return setTimeout(T,h)})]:[3,3];case 1:return A.sent(),p+=h,h*2<=r.MAX_BACKOFF_LIMIT?h*=2:h=r.MAX_BACKOFF_LIMIT,console.log("Heimdall: Fetch token post doubling conflict retry delay",h),g=d.retryDelay,I=d.configs,v=d.apiParams,w=d.appUI,[4,m(g,h,p,I,v,f,b,w)];case 2:A.sent(),A.label=3;case 3:return[2]}})})},m=function(h,p,d,f,b,g,I,v,w){return v===void 0&&(v="default"),e(void 0,void 0,void 0,function(){var A,T,_,D,F,k,N,j,X,Z,z,W,q,ie;return t(this,function(ce){switch(ce.label){case 0:return ce.trys.push([0,2,,12]),console.log("Heimdall: Interval Set on fetch token in fetchAndSaveToken:",c),[4,(0,n.getAccessToken)(r.CONFIG_HIVER,f,b,g,v)];case 1:return A=ce.sent(),T=A.atToken,_=A.expiryTime,D=A.userId,F=A.userGroupId,T&&_&&(0,o.setTokenAndExpiry)(T,_),D&&F&&(0,o.setUserDetails)(D,F),h=r.INITIAL_RETRY_DELAY,p=r.INITIAL_RETRY_DELAY,d=0,[3,12];case 2:return k=ce.sent(),console.log("ERROR: Heimdall fetch token",k),((X=k.response)===null||X===void 0?void 0:X.status)===401||((Z=k.request)===null||Z===void 0?void 0:Z.status)===401?(N=1,[4,l(f,b,N,g,I,w)]):[3,4];case 3:return ce.sent(),[3,11];case 4:return((z=k.response)===null||z===void 0?void 0:z.status)===409||((W=k.request)===null||W===void 0?void 0:W.status)===409?(console.log("Heimdall: Fetching token post 409 in fetch And Save Token"),j={retryDelay:h,configs:f,apiParams:b,appUI:w},[4,u(p,d,j,g,I)]):[3,6];case 5:if(ce.sent(),d>=r.MAX_CONFLICT_RETRY_DELAY)throw k;return[3,11];case 6:if(!(((q=k.response)===null||q===void 0?void 0:q.status)===422||((ie=k.request)===null||ie===void 0?void 0:ie.status)===422))return[3,7];throw console.log("ERROR: Throwing error",k.response.status),k;case 7:return h<=r.MAX_RETRY_DELAY?[4,new Promise(function(Y){return setTimeout(Y,h)})]:[3,10];case 8:return ce.sent(),h*=2,console.log("Heimdall: Fetch token post doubling retry delay",h),[4,m(h,p,d,f,b,g,I,w)];case 9:return ce.sent(),[3,11];case 10:throw k;case 11:return[3,12];case 12:return[2]}})})},y=function(h,p,d,f,b,g,I,v){return d===void 0&&(d=r.INITIAL_RETRY_DELAY),f===void 0&&(f=r.INITIAL_RETRY_DELAY),e(void 0,void 0,void 0,function(){var w,A,T;return t(this,function(_){switch(_.label){case 0:return _.trys.push([0,4,,5]),w=(0,o.isTokenInExpiryWindow)(),w?(A=(0,o.getRandomDelay)(),[4,(0,o.introduceDelay)(A)]):[3,3];case 1:return _.sent(),console.log("Heimdall: Fetching token - in expiry window"),[4,m(d,f,b,h,p,g,I,v)];case 2:_.sent(),_.label=3;case 3:return[3,5];case 4:throw T=_.sent(),T;case 5:return[2]}})})},C=function(h,p,d,f,b,g,I){return e(void 0,void 0,void 0,function(){var v,w,A,T,_,D;return t(this,function(F){switch(F.label){case 0:i=h,a=p,v=r.INITIAL_RETRY_DELAY,w=r.INITIAL_RETRY_DELAY,A=0,T=(0,o.getConfig)(i,a),console.log("Instance: Fetch Call"),F.label=1;case 1:return F.trys.push([1,3,,4]),[4,m(v,w,A,T,d,f,b,g,I)];case 2:return F.sent(),console.log("Heimdall: Interval Set on fetch token when fetch token is called:",c),clearInterval(c),c=setInterval(function(){return y(T,d,r.INITIAL_RETRY_DELAY,r.INITIAL_RETRY_DELAY,0,f,b,I)},r.REFETCH_CHECK_DELAY),_=function(){return e(void 0,void 0,void 0,function(){return t(this,function(k){switch(k.label){case 0:return[4,y(T,d,r.INITIAL_RETRY_DELAY,r.INITIAL_RETRY_DELAY,0,f,b,I)];case 1:return k.sent(),[2]}})})},console.log("Heimdall: Interval Set on fetch token:",c),(0,s.subscribeToOnlineEvent)(_),[3,4];case 3:return D=F.sent(),console.log("ERROR: Fetching token failed",D),[3,4];case 4:return[2]}})})};return Mr.fetchAccessToken=C,Mr}var Vc;function Hc(){if(Vc)return wn;Vc=1;var e=se&&se.__assign||function(){return e=Object.assign||function(p){for(var d,f=1,b=arguments.length;f<b;f++){d=arguments[f];for(var g in d)Object.prototype.hasOwnProperty.call(d,g)&&(p[g]=d[g])}return p},e.apply(this,arguments)},t=se&&se.__awaiter||function(p,d,f,b){function g(I){return I instanceof f?I:new f(function(v){v(I)})}return new(f||(f=Promise))(function(I,v){function w(_){try{T(b.next(_))}catch(D){v(D)}}function A(_){try{T(b.throw(_))}catch(D){v(D)}}function T(_){_.done?I(_.value):g(_.value).then(w,A)}T((b=b.apply(p,d||[])).next())})},n=se&&se.__generator||function(p,d){var f={label:0,sent:function(){if(I[0]&1)throw I[1];return I[1]},trys:[],ops:[]},b,g,I,v;return v={next:w(0),throw:w(1),return:w(2)},typeof Symbol=="function"&&(v[Symbol.iterator]=function(){return this}),v;function w(T){return function(_){return A([T,_])}}function A(T){if(b)throw new TypeError("Generator is already executing.");for(;v&&(v=0,T[0]&&(f=0)),f;)try{if(b=1,g&&(I=T[0]&2?g.return:T[0]?g.throw||((I=g.return)&&I.call(g),0):g.next)&&!(I=I.call(g,T[1])).done)return I;switch(g=0,I&&(T=[T[0]&2,I.value]),T[0]){case 0:case 1:I=T;break;case 4:return f.label++,{value:T[1],done:!1};case 5:f.label++,g=T[1],T=[0];continue;case 7:T=f.ops.pop(),f.trys.pop();continue;default:if(I=f.trys,!(I=I.length>0&&I[I.length-1])&&(T[0]===6||T[0]===2)){f=0;continue}if(T[0]===3&&(!I||T[1]>I[0]&&T[1]<I[3])){f.label=T[1];break}if(T[0]===6&&f.label<I[1]){f.label=I[1],I=T;break}if(I&&f.label<I[2]){f.label=I[2],f.ops.push(T);break}I[2]&&f.ops.pop(),f.trys.pop();continue}T=d.call(p,f)}catch(_){T=[6,_],g=0}finally{b=I=0}if(T[0]&5)throw T[1];return{value:T[0]?T[1]:void 0,done:!0}}};Object.defineProperty(wn,"__esModule",{value:!0}),wn.hiverAxiosCall=wn.performAxiosCall=void 0;var r=Nc,o=ye,s=Gc(),i=Pt,a=an,c,l=2,u=function(p,d){var f=d.fetchCsrfToken();p.formData?p.formData.append("_csrf_token",f):(p.data=p.data||{},p.data._csrf_token=f)},m=function(p,d){var f={};!p.method||p.method.toLowerCase()==="get"?f={params:p.params?p.params:p.data}:f=p.params?{params:p,data:p.data}:{data:p.data};var b=e(e({method:p.method,url:"".concat(p.root_url).concat(p.url),headers:p.headers},f),{withCredentials:d,responseType:(p==null?void 0:p.responseType)||""});return b};function y(p,d){return d===void 0&&(d=!0),t(this,void 0,void 0,function(){var f;return n(this,function(b){return f=m(p,d),[2,(0,r.default)(f).then(function(g){return g}).catch(function(g){throw g})]})})}wn.performAxiosCall=y;function C(p,d,f){return t(this,void 0,void 0,function(){var b,g,I;return n(this,function(v){switch(v.label){case 0:return v.trys.push([0,6,,8]),p.authTokenFetchingInProgress?[3,2]:(p.authTokenFetchingInProgress=!0,b=p.appEnv,g=p.tier,[4,(0,s.fetchAccessToken)(b,g,d,p.tenantPlatform,p.getTokenForLogin,f)]);case 1:return v.sent(),p.authTokenFetchingInProgress=!1,[3,5];case 2:return[4,new Promise(function(w){return setTimeout(w,100)})];case 3:return v.sent(),console.log("Heimdall: Retrying fetchAccessToken after 100ms..."),[4,C(p,d,f)];case 4:v.sent(),v.label=5;case 5:return[3,8];case 6:return I=v.sent(),console.log("Error while fetching Auth Token :",I),p.authTokenFetchingInProgress=!1,[4,C(p,d,f)];case 7:return v.sent(),[3,8];case 8:return[2]}})})}function h(p,d,f,b,g){var I,v;return g===void 0&&(g=0),t(this,void 0,void 0,function(){var w,A,T,_,D,F,k;return n(this,function(N){switch(N.label){case 0:if(N.trys.push([0,4,,5]),!(f.getToken&&!(0,o.hasValidToken)(d)))return[3,2];if(w=p.appEnv,A=p.tier,!w||!A)throw Error("appEnv or tier missing : ".concat(w,"/").concat(A));return"userId"in d&&"usergroupId"in d?(T={userId:d.userId,usergroupId:d.usergroupId},[4,C(p,T,b)]):[3,2];case 1:N.sent(),N.label=2;case 2:return p.csrfToken&&u(d,f),_=p.tenantPlatform===a.TENANT_PLATFORM.HIVERWEB?a.TENANT_PLATFORM.HIVERWEB:a.TENANT_PLATFORM.GMAIL,d.headers=e(e({},d.headers),{"x-hiver-tenant":_,"x-hiver-userid":(0,i.getItemFromStorage)("hiverAuthUserId")||"0","x-hiver-usergroupid":(0,i.getItemFromStorage)("hiverAuthUserGroupId")||"0"}),f.getToken&&(c=(0,i.getItemFromStorage)("hiverAuthToken")||"",d.headers=e(e({},d.headers),{Authorization:"Bearer ".concat(c)})),console.log("Performing axios call for:",d),[4,y(d,p.withCredentials)];case 3:return D=N.sent(),d.onSuccess&&d.onSuccess(D),[2,D];case 4:if(F=N.sent(),k=((I=F.response)===null||I===void 0?void 0:I.status)===403||((v=F.request)===null||v===void 0?void 0:v.status)===403,g<l&&k)return(0,o.expireToken)(),[2,h(p,d,f,b,g+1)];if(g>=l&&k||!k)throw d.onFail&&d.onFail(F),console.log("ERROR: Reached make Axios",F),F;return[3,5];case 5:return[2]}})})}return wn.hiverAxiosCall=h,wn}var Br={},_e={},Le={};Object.defineProperty(Le,"__esModule",{value:!0}),Le.TIERS=Le.APP_UI=Le.CONFIG_HIVER=Le.REFETCH_CHECK_DELAY=Le.INITIAL_RETRY_DELAY=Le.MAX_BACKOFF_LIMIT=Le.MAX_CONFLICT_RETRY_DELAY=Le.MAX_RETRY_DELAY=Le.GET_METHOD=void 0,Le.GET_METHOD="GET",Le.MAX_RETRY_DELAY=18e4,Le.MAX_CONFLICT_RETRY_DELAY=63e3,Le.MAX_BACKOFF_LIMIT=8e3,Le.INITIAL_RETRY_DELAY=1e3,Le.REFETCH_CHECK_DELAY=168e4,Le.CONFIG_HIVER={getToken:!1,fetchCsrfToken:function(){return""},isHiverApiDomain:!0},Le.APP_UI={COLLAB_SPACE:"collab-space",DEFAULT:"default"},Le.TIERS={DEV:"dev",SIT:"sit",PROD:"production"};var st={};Object.defineProperty(st,"__esModule",{value:!0}),st.getProdHqConfig=st.getProdApiConfig=st.getSitHqConfig=st.getSitApiConfig=st.getDevHqConfig=st.getDevApiConfig=void 0;var Kn={heimdallTokenFetch:"/v1/token/get",heimdallLogin:"/v1/login/code",v2Login:"/api/auth/login/code"},Wh=function(){return{v2Url:"https://v2dev.hiver.space",heimdallUrl:"https://dev.hiver.space/api/heimdall-api",apiEndpoints:Kn}};st.getDevApiConfig=Wh;var Zh=function(){return{v2Url:"https://v2dev.hiver.space",heimdallUrl:"https://dev.hiver.space/api/heimdall-api2",apiEndpoints:Kn}};st.getDevHqConfig=Zh;var Xh=function(e){return{v2Url:"https://v2".concat(e,".hiver.space"),heimdallUrl:"https://".concat(e,".hiver.space/api/heimdall-api"),apiEndpoints:Kn}};st.getSitApiConfig=Xh;var zh=function(e){return{v2Url:"https://v2".concat(e,".hiver.space"),heimdallUrl:"https://".concat(e,".hiver.space/api/heimdall-api2"),apiEndpoints:Kn}};st.getSitHqConfig=zh;var Yh=function(){return{v2Url:"https://v2.hiverhq.com",heimdallUrl:"https://heimdall.hiverapi.com",apiEndpoints:Kn}};st.getProdApiConfig=Yh;var Jh=function(){return{v2Url:"https://v2.hiverhq.com",heimdallUrl:"https://heimdall2.hiverhq.com",apiEndpoints:Kn}};st.getProdHqConfig=Jh;var Uh=se&&se.__awaiter||function(e,t,n,r){function o(s){return s instanceof n?s:new n(function(i){i(s)})}return new(n||(n=Promise))(function(s,i){function a(u){try{l(r.next(u))}catch(m){i(m)}}function c(u){try{l(r.throw(u))}catch(m){i(m)}}function l(u){u.done?s(u.value):o(u.value).then(a,c)}l((r=r.apply(e,t||[])).next())})},Qh=se&&se.__generator||function(e,t){var n={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},r,o,s,i;return i={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function a(l){return function(u){return c([l,u])}}function c(l){if(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,l[0]&&(n=0)),n;)try{if(r=1,o&&(s=l[0]&2?o.return:l[0]?o.throw||((s=o.return)&&s.call(o),0):o.next)&&!(s=s.call(o,l[1])).done)return s;switch(o=0,s&&(l=[l[0]&2,s.value]),l[0]){case 0:case 1:s=l;break;case 4:return n.label++,{value:l[1],done:!1};case 5:n.label++,o=l[1],l=[0];continue;case 7:l=n.ops.pop(),n.trys.pop();continue;default:if(s=n.trys,!(s=s.length>0&&s[s.length-1])&&(l[0]===6||l[0]===2)){n=0;continue}if(l[0]===3&&(!s||l[1]>s[0]&&l[1]<s[3])){n.label=l[1];break}if(l[0]===6&&n.label<s[1]){n.label=s[1],s=l;break}if(s&&n.label<s[2]){n.label=s[2],n.ops.push(l);break}s[2]&&n.ops.pop(),n.trys.pop();continue}l=t.call(e,n)}catch(u){l=[6,u],o=0}finally{r=s=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}};Object.defineProperty(_e,"__esModule",{value:!0}),_e.expireToken=_e.validateToken=_e.validateAccount=_e.getConfig=_e.introduceDelay=_e.isTokenInExpiryWindow=_e.getStoredAuthData=_e.setUserDetails=_e.setTokenAndExpiry=_e.getRandomDelay=_e.hasValidToken=void 0;var si=Le,Sn=st,Wc=function(){var e=new Date,t=new Date(e.getTime()+e.getTimezoneOffset()*6e4);return t},ii=function(e){var t=parseInt(sessionStorage.getItem("hiverAuthUserId")||"0"),n=parseInt(sessionStorage.getItem("hiverAuthUserGroupId")||"0"),r=e.userId,o=e.usergroupId;return t===r&&o===n};_e.validateAccount=ii;var qh=function(e){var t=ii(e);return!Zc()&&t};_e.validateToken=qh;var $h=function(){try{sessionStorage.removeItem("hiverAuthTokenExpiry")}catch{console.log("Heimdall: Unable to Remove token.")}};_e.expireToken=$h;var Kh=function(e){console.log("Heimdall: checking if there is a valid token");var t=sessionStorage.getItem("hiverAuthTokenExpiry")||"",n=new Date(t),r=Wc(),o=ii(e);return r<n&&o};_e.hasValidToken=Kh;var eg=function(){return Math.floor(Math.random()*6e4)+6e4};_e.getRandomDelay=eg;var tg=function(e,t){if(!e||!t)throw new Error("User Id or user group Id not found in the response");sessionStorage.setItem("hiverAuthUserId",e),sessionStorage.setItem("hiverAuthUserGroupId",t)};_e.setUserDetails=tg;var ng=function(e,t){if(!e)throw new Error("Token not found in the response");sessionStorage.setItem("hiverAuthToken",e),sessionStorage.setItem("hiverAuthTokenExpiry",t)};_e.setTokenAndExpiry=ng;var rg=function(){var e=sessionStorage.getItem("hiverAuthTokenExpiry"),t=sessionStorage.getItem("hiverAuthToken"),n=sessionStorage.getItem("hiverAuthUserId"),r=sessionStorage.getItem("hiverAuthUserGroupId");return{token:t,expiryTime:e,userId:n,usergroupId:r}};_e.getStoredAuthData=rg;var Zc=function(){var e=sessionStorage.getItem("hiverAuthTokenExpiry")||"";if(!e)return!0;var t=Wc(),n=new Date(e),r=4*60*1e3,o=n.getTime()-t.getTime()<r;return console.log({currentTime:t,expiry:n,isInExpiryWindow:o}),o};_e.isTokenInExpiryWindow=Zc;var og=function(e){return Uh(void 0,void 0,void 0,function(){return Qh(this,function(t){switch(t.label){case 0:return[4,new Promise(function(n){return setTimeout(n,e)})];case 1:return t.sent(),[2]}})})};_e.introduceDelay=og;var sg=function(e,t,n){switch(t){case si.TIERS.SIT:return console.log("ISHIVERAPIDOMAIN:",n,(0,Sn.getSitHqConfig)(e)),n?(0,Sn.getSitApiConfig)(e):(0,Sn.getSitHqConfig)(e);case si.TIERS.PROD:return n?(0,Sn.getProdApiConfig)():(0,Sn.getProdHqConfig)();case si.TIERS.DEV:default:return n?(0,Sn.getDevApiConfig)():(0,Sn.getDevHqConfig)()}};_e.getConfig=sg;var jr={},Qt={},Xc;function ig(){if(Xc)return Qt;Xc=1;var e=se&&se.__awaiter||function(y,C,h,p){function d(f){return f instanceof h?f:new h(function(b){b(f)})}return new(h||(h=Promise))(function(f,b){function g(w){try{v(p.next(w))}catch(A){b(A)}}function I(w){try{v(p.throw(w))}catch(A){b(A)}}function v(w){w.done?f(w.value):d(w.value).then(g,I)}v((p=p.apply(y,C||[])).next())})},t=se&&se.__generator||function(y,C){var h={label:0,sent:function(){if(f[0]&1)throw f[1];return f[1]},trys:[],ops:[]},p,d,f,b;return b={next:g(0),throw:g(1),return:g(2)},typeof Symbol=="function"&&(b[Symbol.iterator]=function(){return this}),b;function g(v){return function(w){return I([v,w])}}function I(v){if(p)throw new TypeError("Generator is already executing.");for(;b&&(b=0,v[0]&&(h=0)),h;)try{if(p=1,d&&(f=v[0]&2?d.return:v[0]?d.throw||((f=d.return)&&f.call(d),0):d.next)&&!(f=f.call(d,v[1])).done)return f;switch(d=0,f&&(v=[v[0]&2,f.value]),v[0]){case 0:case 1:f=v;break;case 4:return h.label++,{value:v[1],done:!1};case 5:h.label++,d=v[1],v=[0];continue;case 7:v=h.ops.pop(),h.trys.pop();continue;default:if(f=h.trys,!(f=f.length>0&&f[f.length-1])&&(v[0]===6||v[0]===2)){h=0;continue}if(v[0]===3&&(!f||v[1]>f[0]&&v[1]<f[3])){h.label=v[1];break}if(v[0]===6&&h.label<f[1]){h.label=f[1],f=v;break}if(f&&h.label<f[2]){h.label=f[2],h.ops.push(v);break}f[2]&&h.ops.pop(),h.trys.pop();continue}v=C.call(y,h)}catch(w){v=[6,w],d=0}finally{p=f=0}if(v[0]&5)throw v[1];return{value:v[0]?v[1]:void 0,done:!0}}};Object.defineProperty(Qt,"__esModule",{value:!0}),Qt.getV2LoginCode=Qt.getLoginToken=Qt.getAccessToken=void 0;var n=Le,r=Uc(),o=_e,s=function(y,C,h){var p=(0,o.getStoredAuthData)();return{root_url:y.heimdallUrl,url:y.apiEndpoints.heimdallTokenFetch,method:n.GET_METHOD,data:{user_id:C.userId,usergroup_id:C.usergroupId,access_token:(p==null?void 0:p.token)||"",source:h},withCredentials:!0}},i=function(y,C){return{root_url:C.heimdallUrl,url:C.apiEndpoints.heimdallLogin,method:n.GET_METHOD,data:{code:y},withCredentials:!0}},a=function(y){return parseInt(y,10)},c=function(y,C){return{root_url:y.v2Url,url:y.apiEndpoints.v2Login,method:n.GET_METHOD,withCredentials:!0,data:{usersession:a(localStorage.getItem("hiver-config.usersession")),app:C||n.APP_UI.DEFAULT}}},l=function(y,C,h,p){return e(void 0,void 0,void 0,function(){var d,f,b,g,I,v,w;return t(this,function(A){switch(A.label){case 0:return A.trys.push([0,4,,5]),(0,o.validateToken)(h)?[3,2]:(console.log("HEIMDALL: No valid token, fetching token"),d=s(C,h,p),[4,(0,r.makeAxiosCall)(d,y)]);case 1:return f=A.sent(),[2,{atToken:(g=f==null?void 0:f.data.at)===null||g===void 0?void 0:g.token,expiryTime:(I=f==null?void 0:f.data.at)===null||I===void 0?void 0:I.expires_at,userId:(v=f==null?void 0:f.data)===null||v===void 0?void 0:v.user_id,userGroupId:(w=f==null?void 0:f.data)===null||w===void 0?void 0:w.usergroup_id}];case 2:return console.log("Heimdall: Valid token already exists"),[2,{}];case 3:return[3,5];case 4:throw b=A.sent(),b;case 5:return[2]}})})};Qt.getAccessToken=l;var u=function(y,C,h){return e(void 0,void 0,void 0,function(){var p,d,f,b,g,I,v;return t(this,function(w){switch(w.label){case 0:p=i(y,h),w.label=1;case 1:return w.trys.push([1,3,,4]),[4,(0,r.makeAxiosCall)(p,C)];case 2:return d=w.sent(),[2,{userId:(b=d==null?void 0:d.data)===null||b===void 0?void 0:b.user_id,userGroupId:(g=d==null?void 0:d.data)===null||g===void 0?void 0:g.usergroup_id,atToken:(I=d==null?void 0:d.data.at)===null||I===void 0?void 0:I.token,expiryTime:(v=d==null?void 0:d.data.at)===null||v===void 0?void 0:v.expires_at}];case 3:throw f=w.sent(),f;case 4:return[2]}})})};Qt.getLoginToken=u;var m=function(y,C,h){return e(void 0,void 0,void 0,function(){var p,d,f;return t(this,function(b){switch(b.label){case 0:return b.trys.push([0,2,,3]),console.log("ERROR debug: in getV2loginCode:",h),p=c(C,h),[4,(0,r.makeAxiosCall)(p,y)];case 1:return d=b.sent(),console.log("DEBUG HEIMDALL: local storage:",d==null?void 0:d.data),[2,d==null?void 0:d.data.code];case 2:throw f=b.sent(),f;case 3:return[2]}})})};return Qt.getV2LoginCode=m,Qt}var zc;function Yc(){if(zc)return jr;zc=1;var e=se&&se.__awaiter||function(C,h,p,d){function f(b){return b instanceof p?b:new p(function(g){g(b)})}return new(p||(p=Promise))(function(b,g){function I(A){try{w(d.next(A))}catch(T){g(T)}}function v(A){try{w(d.throw(A))}catch(T){g(T)}}function w(A){A.done?b(A.value):f(A.value).then(I,v)}w((d=d.apply(C,h||[])).next())})},t=se&&se.__generator||function(C,h){var p={label:0,sent:function(){if(b[0]&1)throw b[1];return b[1]},trys:[],ops:[]},d,f,b,g;return g={next:I(0),throw:I(1),return:I(2)},typeof Symbol=="function"&&(g[Symbol.iterator]=function(){return this}),g;function I(w){return function(A){return v([w,A])}}function v(w){if(d)throw new TypeError("Generator is already executing.");for(;g&&(g=0,w[0]&&(p=0)),p;)try{if(d=1,f&&(b=w[0]&2?f.return:w[0]?f.throw||((b=f.return)&&b.call(f),0):f.next)&&!(b=b.call(f,w[1])).done)return b;switch(f=0,b&&(w=[w[0]&2,b.value]),w[0]){case 0:case 1:b=w;break;case 4:return p.label++,{value:w[1],done:!1};case 5:p.label++,f=w[1],w=[0];continue;case 7:w=p.ops.pop(),p.trys.pop();continue;default:if(b=p.trys,!(b=b.length>0&&b[b.length-1])&&(w[0]===6||w[0]===2)){p=0;continue}if(w[0]===3&&(!b||w[1]>b[0]&&w[1]<b[3])){p.label=w[1];break}if(w[0]===6&&p.label<b[1]){p.label=b[1],b=w;break}if(b&&p.label<b[2]){p.label=b[2],p.ops.push(w);break}b[2]&&p.ops.pop(),p.trys.pop();continue}w=h.call(C,p)}catch(A){w=[6,A],f=0}finally{d=b=0}if(w[0]&5)throw w[1];return{value:w[0]?w[1]:void 0,done:!0}}};Object.defineProperty(jr,"__esModule",{value:!0}),jr.fetchToken=void 0;var n=ig(),r=Le,o=_e,s,i,a,c=function(C,h,p){return p===void 0&&(p=r.APP_UI.DEFAULT),e(void 0,void 0,void 0,function(){var d,f,b,g,I,v,w,A,T;return t(this,function(_){switch(_.label){case 0:d=2,_.label=1;case 1:return _.trys.push([1,4,,9]),console.log("ERROR debug: in login:",p),[4,(0,n.getV2LoginCode)(r.CONFIG_HIVER,C,p)];case 2:return f=_.sent(),[4,(0,n.getLoginToken)(f,r.CONFIG_HIVER,C)];case 3:return b=_.sent(),g=b.userId,I=b.userGroupId,v=b.atToken,w=b.expiryTime,(0,o.setTokenAndExpiry)(v,w),(0,o.setUserDetails)(g,I),[3,9];case 4:A=_.sent(),console.log("ERROR debug: in error login:",A,p),T=h,_.label=5;case 5:return T<d?[4,c(C,T+1,p)]:[3,8];case 6:_.sent(),_.label=7;case 7:return T++,[3,5];case 8:throw A;case 9:return[2]}})})},l=function(C,h,p){return e(void 0,void 0,void 0,function(){var d,f,b,g;return t(this,function(I){switch(I.label){case 0:return h<r.MAX_CONFLICT_RETRY_DELAY?[4,new Promise(function(v){return setTimeout(v,C)})]:[3,3];case 1:return I.sent(),h+=C,C*2<=r.MAX_BACKOFF_LIMIT?C*=2:C=r.MAX_BACKOFF_LIMIT,console.log("Heimdall: Fetch token post doubling conflict retry delay",C),d=p.retryDelay,f=p.configs,b=p.api_params,g=p.appUI,[4,u(d,C,h,f,b,g)];case 2:I.sent(),I.label=3;case 3:return[2]}})})},u=function(C,h,p,d,f,b,g){return b===void 0&&(b="default"),e(void 0,void 0,void 0,function(){var I,v,w,A,T,_,D,F,k,N,j,X,Z,z;return t(this,function(W){switch(W.label){case 0:return W.trys.push([0,2,,12]),console.log("Heimdall: Interval Set on fetch token in fetchAndSaveToken:",a),[4,(0,n.getAccessToken)(r.CONFIG_HIVER,d,f,b)];case 1:return I=W.sent(),v=I.atToken,w=I.expiryTime,A=I.userId,T=I.userGroupId,v&&w&&(0,o.setTokenAndExpiry)(v,w),A&&T&&(0,o.setUserDetails)(A,T),C=r.INITIAL_RETRY_DELAY,h=r.INITIAL_RETRY_DELAY,p=0,[3,12];case 2:return _=W.sent(),console.log("ERROR: Heimdall fetch token",_),((k=_.response)===null||k===void 0?void 0:k.status)===401||((N=_.request)===null||N===void 0?void 0:N.status)===401?(D=1,[4,c(d,D,g)]):[3,4];case 3:return W.sent(),[3,11];case 4:return((j=_.response)===null||j===void 0?void 0:j.status)===409||((X=_.request)===null||X===void 0?void 0:X.status)===409?(console.log("Heimdall: Fetching token post 409 in fetch And Save Token"),F={retryDelay:C,configs:d,api_params:f,appUI:g},[4,l(h,p,F)]):[3,6];case 5:if(W.sent(),p>=r.MAX_CONFLICT_RETRY_DELAY)throw _;return[3,11];case 6:if(!(((Z=_.response)===null||Z===void 0?void 0:Z.status)===422||((z=_.request)===null||z===void 0?void 0:z.status)===422))return[3,7];throw console.log("ERROR: Throwing error",_.response.status),_;case 7:return C<=r.MAX_RETRY_DELAY?[4,new Promise(function(q){return setTimeout(q,C)})]:[3,10];case 8:return W.sent(),C*=2,console.log("Heimdall: Fetch token post doubling retry delay",C),[4,u(C,h,p,d,f,g)];case 9:return W.sent(),[3,11];case 10:throw _;case 11:return[3,12];case 12:return[2]}})})},m=function(C,h,p,d,f,b){return p===void 0&&(p=r.INITIAL_RETRY_DELAY),d===void 0&&(d=r.INITIAL_RETRY_DELAY),f===void 0&&(f=0),e(void 0,void 0,void 0,function(){var g,I,v;return t(this,function(w){switch(w.label){case 0:return w.trys.push([0,4,,5]),g=(0,o.isTokenInExpiryWindow)(),g?(I=(0,o.getRandomDelay)(),[4,(0,o.introduceDelay)(I)]):[3,3];case 1:return w.sent(),console.log("Heimdall: Fetching token - in expiry window"),[4,u(p,d,f,C,h,b)];case 2:w.sent(),w.label=3;case 3:return[3,5];case 4:throw v=w.sent(),v;case 5:return[2]}})})},y=function(C,h,p,d,f,b){return e(void 0,void 0,void 0,function(){var g,I,v,w,A;return t(this,function(T){switch(T.label){case 0:s=C,i=h,g=r.INITIAL_RETRY_DELAY,I=r.INITIAL_RETRY_DELAY,v=0,w=(0,o.getConfig)(s,i,d),T.label=1;case 1:return T.trys.push([1,3,,4]),[4,u(g,I,v,w,p,f,b)];case 2:return T.sent(),console.log("Heimdall: Interval Set on fetch token when fetch token is called:",a),clearInterval(a),a=setInterval(function(){return m(w,p)},r.REFETCH_CHECK_DELAY),console.log("Heimdall: Interval Set on fetch token:",a),window.addEventListener("online",function(){return e(void 0,void 0,void 0,function(){return t(this,function(_){switch(_.label){case 0:return console.log("Online status detected. Fetching token..."),[4,m(w,p)];case 1:return _.sent(),[2]}})})}),[3,4];case 3:throw A=T.sent(),A;case 4:return[2]}})})};return jr.fetchToken=y,jr}var Jc;function Uc(){if(Jc)return Br;Jc=1;var e=se&&se.__assign||function(){return e=Object.assign||function(y){for(var C,h=1,p=arguments.length;h<p;h++){C=arguments[h];for(var d in C)Object.prototype.hasOwnProperty.call(C,d)&&(y[d]=C[d])}return y},e.apply(this,arguments)},t=se&&se.__awaiter||function(y,C,h,p){function d(f){return f instanceof h?f:new h(function(b){b(f)})}return new(h||(h=Promise))(function(f,b){function g(w){try{v(p.next(w))}catch(A){b(A)}}function I(w){try{v(p.throw(w))}catch(A){b(A)}}function v(w){w.done?f(w.value):d(w.value).then(g,I)}v((p=p.apply(y,C||[])).next())})},n=se&&se.__generator||function(y,C){var h={label:0,sent:function(){if(f[0]&1)throw f[1];return f[1]},trys:[],ops:[]},p,d,f,b;return b={next:g(0),throw:g(1),return:g(2)},typeof Symbol=="function"&&(b[Symbol.iterator]=function(){return this}),b;function g(v){return function(w){return I([v,w])}}function I(v){if(p)throw new TypeError("Generator is already executing.");for(;b&&(b=0,v[0]&&(h=0)),h;)try{if(p=1,d&&(f=v[0]&2?d.return:v[0]?d.throw||((f=d.return)&&f.call(d),0):d.next)&&!(f=f.call(d,v[1])).done)return f;switch(d=0,f&&(v=[v[0]&2,f.value]),v[0]){case 0:case 1:f=v;break;case 4:return h.label++,{value:v[1],done:!1};case 5:h.label++,d=v[1],v=[0];continue;case 7:v=h.ops.pop(),h.trys.pop();continue;default:if(f=h.trys,!(f=f.length>0&&f[f.length-1])&&(v[0]===6||v[0]===2)){h=0;continue}if(v[0]===3&&(!f||v[1]>f[0]&&v[1]<f[3])){h.label=v[1];break}if(v[0]===6&&h.label<f[1]){h.label=f[1],f=v;break}if(f&&h.label<f[2]){h.label=f[2],h.ops.push(v);break}f[2]&&h.ops.pop(),h.trys.pop();continue}v=C.call(y,h)}catch(w){v=[6,w],d=0}finally{p=f=0}if(v[0]&5)throw v[1];return{value:v[0]?v[1]:void 0,done:!0}}};Object.defineProperty(Br,"__esModule",{value:!0}),Br.makeAxiosCall=void 0;var r=Nc,o=_e,s=Yc(),i,a=2,c=function(y,C){var h=C.fetchCsrfToken();y.formData?y.formData.append("_csrf_token",h):(y.data=y.data||{},y.data._csrf_token=h)},l=function(y){var C=!y.method||y.method.toLowerCase()==="get"?{params:y.data}:{data:y.data},h=e(e({method:y.method,url:"".concat(y.root_url).concat(y.url),headers:y.headers},C),{withCredentials:y.withCredentials,responseType:(y==null?void 0:y.responseType)||""});return h};function u(y){return t(this,void 0,void 0,function(){var C;return n(this,function(h){return C=l(y),[2,(0,r.default)(C).then(function(p){return p}).catch(function(p){throw p})]})})}function m(y,C,h,p){var d,f;return p===void 0&&(p=0),t(this,void 0,void 0,function(){var b,g,I,v,w,A;return n(this,function(T){switch(T.label){case 0:if(T.trys.push([0,4,,5]),!(C.getToken&&!(0,o.hasValidToken)(y)))return[3,2];if(b=y.app_env,g=y.tier,!b||!g)throw Error("app_env or tier missing : ".concat(b,"/").concat(g));return"userId"in y&&"usergroupId"in y?(I={userId:y.userId,usergroupId:y.usergroupId},typeof C.isHiverApiDomain!="boolean"&&(C.isHiverApiDomain=!0),[4,(0,s.fetchToken)(b,g,I,C.isHiverApiDomain,h)]):[3,2];case 1:T.sent(),T.label=2;case 2:return y.csrfToken&&c(y,C),C.getToken&&(i=sessionStorage.getItem("hiverAuthToken")||"",y.headers=e(e({},y.headers),{Authorization:"Bearer ".concat(i)})),[4,u(y)];case 3:return v=T.sent(),y.onSuccess&&y.onSuccess(v),[2,v];case 4:if(w=T.sent(),A=((d=w.response)===null||d===void 0?void 0:d.status)===403||((f=w.request)===null||f===void 0?void 0:f.status)===403,p<a&&A)return(0,o.expireToken)(),[2,m(y,C,h,p+1)];if(p>=a&&A||!A)throw y.onFail&&y.onFail(w),console.log("ERROR: Reached make Axios",w),w;return[3,5];case 5:return[2]}})})}return Br.makeAxiosCall=m,Br}(function(e){var t=se&&se.__awaiter||function(C,h,p,d){function f(b){return b instanceof p?b:new p(function(g){g(b)})}return new(p||(p=Promise))(function(b,g){function I(A){try{w(d.next(A))}catch(T){g(T)}}function v(A){try{w(d.throw(A))}catch(T){g(T)}}function w(A){A.done?b(A.value):f(A.value).then(I,v)}w((d=d.apply(C,h||[])).next())})},n=se&&se.__generator||function(C,h){var p={label:0,sent:function(){if(b[0]&1)throw b[1];return b[1]},trys:[],ops:[]},d,f,b,g;return g={next:I(0),throw:I(1),return:I(2)},typeof Symbol=="function"&&(g[Symbol.iterator]=function(){return this}),g;function I(w){return function(A){return v([w,A])}}function v(w){if(d)throw new TypeError("Generator is already executing.");for(;g&&(g=0,w[0]&&(p=0)),p;)try{if(d=1,f&&(b=w[0]&2?f.return:w[0]?f.throw||((b=f.return)&&b.call(f),0):f.next)&&!(b=b.call(f,w[1])).done)return b;switch(f=0,b&&(w=[w[0]&2,b.value]),w[0]){case 0:case 1:b=w;break;case 4:return p.label++,{value:w[1],done:!1};case 5:p.label++,f=w[1],w=[0];continue;case 7:w=p.ops.pop(),p.trys.pop();continue;default:if(b=p.trys,!(b=b.length>0&&b[b.length-1])&&(w[0]===6||w[0]===2)){p=0;continue}if(w[0]===3&&(!b||w[1]>b[0]&&w[1]<b[3])){p.label=w[1];break}if(w[0]===6&&p.label<b[1]){p.label=b[1],b=w;break}if(b&&p.label<b[2]){p.label=b[2],p.ops.push(w);break}b[2]&&p.ops.pop(),p.trys.pop();continue}w=h.call(C,p)}catch(A){w=[6,A],f=0}finally{d=b=0}if(w[0]&5)throw w[1];return{value:w[0]?w[1]:void 0,done:!0}}};Object.defineProperty(e,"__esModule",{value:!0}),e.DEFAULT_INIT_CONFIG_HIVER=e.TENANT_PLATFORM=e.fetchToken=e.makeAxiosCall=e.Bifrost=void 0;var r=Hc(),o=Gc(),s=an;Object.defineProperty(e,"TENANT_PLATFORM",{enumerable:!0,get:function(){return s.TENANT_PLATFORM}}),Object.defineProperty(e,"DEFAULT_INIT_CONFIG_HIVER",{enumerable:!0,get:function(){return s.DEFAULT_INIT_CONFIG_HIVER}});var i=Mc(),a=ye,c=Pt,l=Uc();Object.defineProperty(e,"makeAxiosCall",{enumerable:!0,get:function(){return l.makeAxiosCall}});var u=Yc();Object.defineProperty(e,"fetchToken",{enumerable:!0,get:function(){return u.fetchToken}});var m=Mt,y=function(){function C(h,p,d,f,b,g){d===void 0&&(d=s.TENANT_PLATFORM.GMAIL),f===void 0&&(f=null),b===void 0&&(b=!0),g===void 0&&(g=!1),this.setEnvironment(),this.appEnv=h,this.tier=p,this.tenantPlatform=d,this.authTokenFetchingInProgress=!1,this.getTokenForLogin=f,this.withCredentials=b,this.csrfToken=g}return C.prototype.setEnvironment=function(){typeof window<"u"&&window.document?(0,m.setValue)("PLATFORM",s.PLATFORM.WEB):(0,m.setValue)("PLATFORM",s.PLATFORM.MOBILE)},C.prototype.hiverAxios=function(h,p,d,f){return p===void 0&&(p=s.DEFAULT_INIT_CONFIG_HIVER),t(this,void 0,void 0,function(){var b,g;return n(this,function(I){switch(I.label){case 0:return I.trys.push([0,4,,5]),f&&f<2?(b={userId:h.userId,usergroupId:h.usergroupId,apiRetry:f},console.log("THIS IS THE TENNANTPLAORM -> ",this.tenantPlatform),[4,(0,o.fetchAccessToken)(this.appEnv,this.tier,b,this.tenantPlatform,this.getTokenForLogin,s.API_CALL_ORIGIN.API_RETRY)]):[3,2];case 1:I.sent(),I.label=2;case 2:return[4,(0,r.hiverAxiosCall)(this,h,p,d)];case 3:return[2,I.sent()];case 4:throw g=I.sent(),console.log("ERROR: Axios call failed",g),g;case 5:return[2]}})})},C.prototype.fetchAuthToken=function(h,p,d){return t(this,void 0,void 0,function(){var f;return n(this,function(b){switch(b.label){case 0:return b.trys.push([0,4,7,8]),this.authTokenFetchingInProgress?[3,2]:(this.authTokenFetchingInProgress=!0,[4,(0,o.fetchAccessToken)(this.appEnv,this.tier,h,this.tenantPlatform,this.getTokenForLogin,p,d)]);case 1:return b.sent(),[3,3];case 2:console.log("Heimdall: AuthToken Fetching InProgress",this.authTokenFetchingInProgress),b.label=3;case 3:return[3,8];case 4:return f=b.sent(),console.log("ERROR: Fetching token failed",f),this.authTokenFetchingInProgress=!1,[4,new Promise(function(g){return setTimeout(g,100)})];case 5:return b.sent(),console.log("Heimdall: Retrying fetchAccessToken after 100ms..."),[4,this.fetchAuthToken(h,p,d)];case 6:return b.sent(),[3,8];case 7:return this.authTokenFetchingInProgress=!1,[7];case 8:return[2]}})})},C.prototype.logout=function(){return t(this,void 0,void 0,function(){var h,p;return n(this,function(d){switch(d.label){case 0:return d.trys.push([0,2,,3]),h=(0,a.getConfig)(this.appEnv,this.tier),[4,(0,i.logoutFromHeimdall)(h,this.tenantPlatform)];case 1:return d.sent(),(0,c.removeItemFromStorage)("hiverAuthToken"),(0,c.removeItemFromStorage)("hiverAuthTokenExpiry"),(0,c.removeItemFromStorage)("hiverAuthUserId"),(0,c.removeItemFromStorage)("hiverAuthUserGroupId"),[3,3];case 2:throw p=d.sent(),console.error("Heimdall: Logout failed",p),p;case 3:return[2]}})})},C.prototype.isTokenFetchingInProgress=function(){return this.authTokenFetchingInProgress},C}();e.Bifrost=y})(Ms);const Ot={userId:"",userGroupId:"",baseUrl:"",appEnv:"",tier:"",bifrost:null,isInitiated:!1},_n=()=>{if(!Ot.isInitiated)return null;if(!Ot.baseUrl)throw new Error("Base url is not setup. please call the initConnectorsBifrost function with the appropriate value");return Ot},ag=({baseUrl:e,appEnv:t,tier:n,userId:r,userGroupId:o,tenantPlatform:s=Ms.TENANT_PLATFORM.GMAIL,withCredentials:i=!0,getTokenForLogin:a})=>{Ot.baseUrl=e,Ot.appEnv=t,Ot.tier=n,Ot.userGroupId=o,Ot.userId=r,Ot.tenantPlatform=s,Ot.bifrost=new Ms.Bifrost(t,n,s,a,i),Ot.isInitiated=!0},it=(({configHiver:e})=>async n=>{const r=_n();if(!r)throw new Error("Please call initConnectorsBifrost before making any api calls");const{bifrost:o,userGroupId:s,userId:i}=r,{url:a,method:c,root_url:l}=n,m={root_url:(l||r.baseUrl)+((n==null?void 0:n.prefix)||""),url:a,method:c,headers:n==null?void 0:n.headers,onSuccess:n==null?void 0:n.onSuccess,onFail:n==null?void 0:n.onFail,data:n==null?void 0:n.data,params:n==null?void 0:n.params,formData:n==null?void 0:n.formData,responseType:n==null?void 0:n.responseType,userId:Number(i),usergroupId:Number(s)};try{return await(o==null?void 0:o.hiverAxios(m,{...e,isHiverApiDomain:!0}))}catch(y){throw console.error("API call failed with error: ",y),y}})({configHiver:{getToken:!0,fetchCsrfToken:()=>"",isHiverApiDomain:!0},withCredentials:!0}),Lo="hiver_connectors",ai={NOT_FOUND:404},cg="https://txeep2wshyx.typeform.com/to/CFatbvg1",lg="Got any feedback?",ug="ftr-connector-blue-dot",Qc="ftr-connectors-write-flow",dg="ftr-connectors-enhancements",fg="ftr-connector-schedule-call-agent",pg="ftr-connectors-edit",hg="enableAllConnectorFtr",gg="ftr-cards-open-state",mg="ftr-connectors-global-search",bg="ftr-connectors-smart-suggestions",yg="ftr-connectors-email-selection",vg="ftr-connector-agent-feedback",Ro="ftr-connector-unified-view",qc="Please refresh and try again",Cg="No data available",Fo="-",$c="Refresh",Kc="Minimize",ci="Expand",el="Connectors",li="Apps",Ig="Collapse",Eg="Close",tl="Link",xg="Create",wg="Update",nl="Unlink",rl="Edit",ui="Cancel",ol="Create new object",sl="Link existing object",Ag="Are you sure you want to unlink this object?",Tg="The object will be removed from this conversation for all users. However the object will still be available on {{connectorName}} if you'd like to link it back in the future.",Sg="Edit card",_g="bullet_list",Og="Expanded",Lg="Collapsed",il="Something is wrong with the {{connector_name}} Connector setup. Please check our help guide <>here<>.",al="UNKNOWN_ERROR",Rg="https://help.hiverhq.com/custom-connectors/common-connector-errors",cl={MAIN_BUTTON:"main_button",ICON:"create_icon"},di=e=>{let t=localStorage.getItem(Lo);return t=t?JSON.parse(t):!1,t==null?void 0:t[e]},Fg=e=>!!di(e),ll=()=>{const{userId:e=""}=_n()||{};return String(e)},Dg=(e,t=ll())=>{const n=di(e);return((n==null?void 0:n.isExtensionNew)??[]).includes(t)},fi=(e,t=!1,n=!1)=>{const r=ll(),o=di(e);if(t||!o){localStorage.removeItem(Lo);const s={[e]:{...!n&&{isExtensionNew:t?[]:[r]},...n&&{extensionExpand:[r]}}};localStorage.setItem(Lo,JSON.stringify(s));return}else{const s=(o==null?void 0:o.isExtensionNew)??[],i=(o==null?void 0:o.extensionExpand)??[],a={[e]:{...o,...!n&&{isExtensionNew:[...new Set([...s,r])]},...n&&{extensionExpand:[...new Set([...i,r])]}}};localStorage.setItem(Lo,JSON.stringify(a));return}},$e=(e={},t)=>e&&typeof e[t]>"u"?(e==null?void 0:e[hg])===!0:(e==null?void 0:e[t])===!0,Gr=(e,t)=>e.replace(/:(\w+)/g,(n,r)=>String(t[r])||""),ul=(e,t,n,r=!1)=>{var s;const o={};return o.card_title=t,o.card_state=n?Og:Lg,r&&e?(o.data_state=e==null?void 0:e.status,o.connector_names=(s=e==null?void 0:e.data)==null?void 0:s.connectorNames):e&&(o.data_state=(e==null?void 0:e.status)||"unknown_error"),o},dl=e=>{switch(e.cardType){case"flat":if(Array.isArray(e.data.flatDisplay)){const t=e.data.flatDisplay.filter(n=>Number(n.statusCode)!==ai.NOT_FOUND).sort((n,r)=>n.priority-r.priority);e.data.flatDisplay={data:t}}else{const t=e.data.flatDisplay.data.filter(n=>Number(n.statusCode)!==ai.NOT_FOUND).sort((n,r)=>n.priority-r.priority);e.data.flatDisplay.data=t}break;case"flat_with_list":e.data.listItems.fields=e.data.listItems.fields.map(t=>Array.isArray(t)?{data:t.sort((r,o)=>r.priority-o.priority)}:{data:t.data.sort((r,o)=>r.priority-o.priority),externalResourceId:t.externalResourceId});break}return e},Ng=e=>{if(!e||Object.keys(e).length===0)return[];const t=new Set;return Object.values(e).forEach(n=>{n.connectorNames&&n.connectorNames.forEach(r=>t.add(r))}),Array.from(t)},kg=(e="",t="",n,r)=>`${cg}?user_id=${e}&sm_ids=${n.join(",")}&ug_id=${t}&connector_names=${r.join(",")}`,Pg="enable_connectors_clicked",Mg="learn_more_clicked",Bg="connector_card_expand_clicked",jg="connector_card_collapsed_clicked",Gg="connector_card_refresh_clicked",Vg="connector_cards_loaded",Hg="connector_whats_new_card_viewed",Wg="connector_whats_new_explore_now_clicked",Zg="connector_whats_new_learn_more_clicked",Xg="connector_whats_new_dismissed",zg="connector_create_new_object_clicked",Yg="connector_link_new_object_clicked",Jg="connector_new_object_created_by_form",Ug="connector_new_object_linked_by_form",Qg="connector_object_unlinked_by_form",qg="connector_link_preview_clicked",$g="connector_create_panel_cancel_clicked",Kg="connector_create_panel_back_clicked",e2="card_loaded_on_click",t2="card_loaded",n2="schedule_call_clicked",r2="schedule_call_cross_clicked",fl="CONNECTOR_EDIT_CLICKED",o2="CONNECTOR_EDIT_REQUEST_SEND",s2="CONNECTOR_EDIT_CANCELLED",i2="CONNECTOR_EDIT_BACK_CLICKED",a2="CONNECTOR_EDIT_SUCCESS",c2="connector_video_clicked",l2="connector_card_error",u2="got_any_feedback_clicked",d2="connector_deeplink_clicked",f2="search_bar_tapped",p2="search_suggestions_selected",h2="search_initiated",g2="no_results_found",m2="search_results_found",b2="search_result_selected",y2="search_result_linked",v2="Need setup help?",C2="Expert setup assistance available! Book a 15 min call with our integration specialist.",I2="Schedule call",E2="https://calendly.com/aditya-s-grexit/15-min-connector-setup",pl="agent_panel",pi="hiver_schedule_call_close_button_click",x2=x.styled(x.Stack)`
|
|
36
36
|
padding: 12px;
|
|
37
37
|
width: 250px;
|
|
38
38
|
min-height: 151px;
|
|
@@ -69,7 +69,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
69
69
|
color: ${x.theme.palette.gray.black};
|
|
70
70
|
`,O2=x.styled(x.Typography)`
|
|
71
71
|
color: ${x.theme.palette.gray.gray2};
|
|
72
|
-
`,L2=()=>{const{availableFeatures:e,sendTrackingEvent:t,isAdmin:n}=S.useContext(
|
|
72
|
+
`,L2=()=>{const{availableFeatures:e,sendTrackingEvent:t,isAdmin:n}=S.useContext(Ge),[r,o]=S.useState(()=>!(localStorage.getItem(pi)==="true")&&$e(e,fg));S.useEffect(()=>{localStorage.getItem(pi)==="true"&&o(!1)},[]);const s=()=>{localStorage.setItem(pi,"true"),o(!1),t(r2,{source:pl})},i=()=>{window.open(E2,"_blank"),t(n2,{source:pl})};return!r||!n?null:E.jsxs(x2,{justifyContent:"space-between",alignItems:"baseline",gap:"16px",children:[E.jsxs(w2,{gap:"4px",children:[E.jsxs(x.Stack,{direction:"row",justifyContent:"space-between",children:[E.jsx(_2,{variant:"body1_medium",children:v2}),E.jsx(x.Stack,{onClick:s,position:"absolute",top:"4px",right:"4px",children:E.jsx(x.Tooltip,{title:"Close",placement:"bottom",children:E.jsx(x.IconButton,{children:E.jsx(T2,{})})})})]}),E.jsx(O2,{variant:"body2",children:C2})]}),E.jsx(x.Stack,{onClick:i,direction:"row",alignItems:"center",children:E.jsxs(A2,{variant:"outlined",size:"small",children:[E.jsx(S2,{}),I2]})})]})},R2="data:image/svg+xml,%3csvg%20width='20'%20height='21'%20viewBox='0%200%2020%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_4649_80352'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='20'%20height='21'%3e%3crect%20y='0.320312'%20width='20'%20height='20'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_4649_80352)'%3e%3cpath%20d='M9.16797%2014.4873H10.8346V11.154H14.168V9.4873H10.8346V6.15397H9.16797V9.4873H5.83464V11.154H9.16797V14.4873ZM10.0013%2018.654C8.84852%2018.654%207.76519%2018.4352%206.7513%2017.9977C5.73741%2017.5602%204.85547%2016.9665%204.10547%2016.2165C3.35547%2015.4665%202.76172%2014.5845%202.32422%2013.5706C1.88672%2012.5567%201.66797%2011.4734%201.66797%2010.3206C1.66797%209.16786%201.88672%208.08453%202.32422%207.07064C2.76172%206.05675%203.35547%205.1748%204.10547%204.4248C4.85547%203.6748%205.73741%203.08105%206.7513%202.64355C7.76519%202.20605%208.84852%201.9873%2010.0013%201.9873C11.1541%201.9873%2012.2374%202.20605%2013.2513%202.64355C14.2652%203.08105%2015.1471%203.6748%2015.8971%204.4248C16.6471%205.1748%2017.2409%206.05675%2017.6784%207.07064C18.1159%208.08453%2018.3346%209.16786%2018.3346%2010.3206C18.3346%2011.4734%2018.1159%2012.5567%2017.6784%2013.5706C17.2409%2014.5845%2016.6471%2015.4665%2015.8971%2016.2165C15.1471%2016.9665%2014.2652%2017.5602%2013.2513%2017.9977C12.2374%2018.4352%2011.1541%2018.654%2010.0013%2018.654ZM10.0013%2016.9873C11.8624%2016.9873%2013.4388%2016.3415%2014.7305%2015.0498C16.0221%2013.7581%2016.668%2012.1817%2016.668%2010.3206C16.668%208.45953%2016.0221%206.88314%2014.7305%205.59147C13.4388%204.2998%2011.8624%203.65397%2010.0013%203.65397C8.14019%203.65397%206.5638%204.2998%205.27214%205.59147C3.98047%206.88314%203.33464%208.45953%203.33464%2010.3206C3.33464%2012.1817%203.98047%2013.7581%205.27214%2015.0498C6.5638%2016.3415%208.14019%2016.9873%2010.0013%2016.9873Z'%20fill='%234D596C'/%3e%3c/g%3e%3c/svg%3e",F2="data:image/svg+xml,%3csvg%20width='20'%20height='21'%20viewBox='0%200%2020%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.3462%208.73757C14.0406%208.43198%2013.5451%208.43198%2013.2395%208.73757C12.9339%209.04316%2012.9339%209.53863%2013.2395%209.84422L14.3462%208.73757ZM15.2392%2010.7372L15.7925%2010.1839L15.2392%2010.7372ZM16.2377%2013.1478L15.4552%2013.1478L16.2377%2013.1478ZM15.2392%2015.5584L14.6859%2015.0051L15.2392%2015.5584ZM10.418%2015.5584L9.86469%2016.1118L10.418%2015.5584ZM9.52499%2013.5588C9.2194%2013.2532%208.72393%2013.2532%208.41834%2013.5588C8.11275%2013.8643%208.11275%2014.3598%208.41834%2014.6654L9.52499%2013.5588ZM5.52477%2011.7731C5.83036%2012.0787%206.32583%2012.0787%206.63142%2011.7731C6.93701%2011.4675%206.93701%2010.972%206.63142%2010.6665L5.52477%2011.7731ZM9.45292%204.95224L10.0062%204.39892L9.45292%204.95224ZM10.346%206.95192C10.6515%207.25752%2011.147%207.25752%2011.4526%206.95192C11.7582%206.64633%2011.7582%206.15087%2011.4526%205.84527L10.346%206.95192ZM13.2395%209.84422L14.6859%2011.2906L15.7925%2010.1839L14.3462%208.73757L13.2395%209.84422ZM14.6859%2011.2906C15.1785%2011.7832%2015.4552%2012.4512%2015.4552%2013.1478L17.0202%2013.1478C17.0202%2012.0362%2016.5786%2010.97%2015.7925%2010.1839L14.6859%2011.2906ZM15.4552%2013.1478C15.4552%2013.8445%2015.1785%2014.5125%2014.6859%2015.0051L15.7925%2016.1118C16.5786%2015.3257%2017.0202%2014.2595%2017.0202%2013.1478L15.4552%2013.1478ZM14.6859%2015.0051C13.6601%2016.0308%2011.9971%2016.0308%2010.9713%2015.0051L9.86469%2016.1118C11.5016%2017.7487%2014.1556%2017.7487%2015.7925%2016.1118L14.6859%2015.0051ZM10.9713%2015.0051L9.52499%2013.5588L8.41834%2014.6654L9.86469%2016.1118L10.9713%2015.0051ZM6.63142%2010.6665L5.18507%209.2201L4.07842%2010.3268L5.52477%2011.7731L6.63142%2010.6665ZM5.18507%209.2201C4.69249%208.72752%204.41576%208.05944%204.41576%207.36283H2.85072C2.85072%208.47452%203.29234%209.54067%204.07842%2010.3268L5.18507%209.2201ZM4.41576%207.36283C4.41576%206.66622%204.69249%205.99815%205.18507%205.50557L4.07842%204.39892C3.29234%205.185%202.85072%206.25115%202.85072%207.36283H4.41576ZM5.18507%205.50557C6.21081%204.47983%207.87386%204.47983%208.8996%205.50557L10.0062%204.39892C8.36932%202.76199%205.71534%202.76199%204.07842%204.39892L5.18507%205.50557ZM8.8996%205.50557L10.346%206.95192L11.4526%205.84527L10.0062%204.39892L8.8996%205.50557Z'%20fill='%234D596C'/%3e%3crect%20x='6.36328'%20y='7.91895'%20width='1.66667'%20height='8.33333'%20rx='0.833333'%20transform='rotate(-45%206.36328%207.91895)'%20fill='%234D596C'/%3e%3c/svg%3e",hl="connector-header-stuck",D2=x.styled(x.Stack)`
|
|
73
73
|
position: sticky;
|
|
74
74
|
top: 0;
|
|
75
75
|
box-sizing: content-box;
|
|
@@ -86,7 +86,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
86
86
|
&.${hl} {
|
|
87
87
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
|
88
88
|
}
|
|
89
|
-
`,
|
|
89
|
+
`,N2=x.styled(x.Stack)`
|
|
90
90
|
width: 0;
|
|
91
91
|
height: 0;
|
|
92
92
|
`,gl=x.styled(x.brandIcons.Connector)`
|
|
@@ -128,13 +128,12 @@ React keys must be passed directly to JSX without using spread:
|
|
|
128
128
|
border-radius: 8px;
|
|
129
129
|
width: 100%;
|
|
130
130
|
`,M2=x.styled(x.Stack)`
|
|
131
|
+
align-items: center;
|
|
131
132
|
padding: 11px;
|
|
132
|
-
box-sizing: border-box;
|
|
133
133
|
width: 100%;
|
|
134
134
|
height: 46px;
|
|
135
135
|
border-top-left-radius: 6px;
|
|
136
136
|
border-top-right-radius: 6px;
|
|
137
|
-
justify-content: space-between;
|
|
138
137
|
flex-direction: row;
|
|
139
138
|
cursor: pointer;
|
|
140
139
|
&.hiver-card-expanded {
|
|
@@ -143,8 +142,19 @@ React keys must be passed directly to JSX without using spread:
|
|
|
143
142
|
`,yl=x.styled(x.Stack)`
|
|
144
143
|
flex-direction: row;
|
|
145
144
|
align-items: stretch;
|
|
146
|
-
`,B2=x.styled(x.
|
|
147
|
-
|
|
145
|
+
`,B2=x.styled(x.Stack)`
|
|
146
|
+
flex-direction: row;
|
|
147
|
+
flex-grow: 1;
|
|
148
|
+
align-items: center;
|
|
149
|
+
gap: 6px;
|
|
150
|
+
min-width: 0;
|
|
151
|
+
img {
|
|
152
|
+
width: 16px;
|
|
153
|
+
height: 16px;
|
|
154
|
+
flex-shrink: 0;
|
|
155
|
+
}
|
|
156
|
+
`,j2=x.styled(x.Typography)`
|
|
157
|
+
min-width: 0;
|
|
148
158
|
letter-spacing: 0.5px;
|
|
149
159
|
text-overflow: ellipsis;
|
|
150
160
|
white-space: nowrap;
|
|
@@ -158,20 +168,20 @@ React keys must be passed directly to JSX without using spread:
|
|
|
158
168
|
&.slideUp {
|
|
159
169
|
height: 0;
|
|
160
170
|
}
|
|
161
|
-
`,
|
|
171
|
+
`,V2=x.styled(x.Typography)`
|
|
162
172
|
text-transform: uppercase;
|
|
163
173
|
color: ${x.theme.palette.gray.gray3};
|
|
164
174
|
`,vl=x.styled(x.Typography)`
|
|
165
175
|
color: ${x.theme.palette.gray.gray4};
|
|
166
176
|
overflow: hidden;
|
|
167
177
|
word-break: break-word;
|
|
168
|
-
`,
|
|
178
|
+
`,H2=x.styled(x.Link)`
|
|
169
179
|
color: ${x.theme.palette.blue.primary};
|
|
170
180
|
display: inline;
|
|
171
181
|
whitespace: nowrap;
|
|
172
182
|
cursor: pointer;
|
|
173
183
|
text-decoration: none;
|
|
174
|
-
`,
|
|
184
|
+
`,W2=x.styled(x.Typography)`
|
|
175
185
|
&.ellipsisClass {
|
|
176
186
|
text-overflow: ellipsis;
|
|
177
187
|
white-space: nowrap;
|
|
@@ -185,7 +195,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
185
195
|
text-overflow: ellipsis;
|
|
186
196
|
-webkit-line-clamp: 3;
|
|
187
197
|
cursor: pointer;
|
|
188
|
-
`,
|
|
198
|
+
`,Z2=x.styled(x.Typography)`
|
|
189
199
|
display: -webkit-box;
|
|
190
200
|
-webkit-box-orient: vertical;
|
|
191
201
|
overflow: hidden;
|
|
@@ -232,16 +242,16 @@ React keys must be passed directly to JSX without using spread:
|
|
|
232
242
|
transform: rotate(135deg);
|
|
233
243
|
}
|
|
234
244
|
}
|
|
235
|
-
`,
|
|
245
|
+
`,cn=x.styled(x.Skeleton)`
|
|
236
246
|
display: block;
|
|
237
247
|
margin: ${e=>e.margin?e.margin:0};
|
|
238
|
-
`,
|
|
248
|
+
`,er=x.styled(x.IconButton)`
|
|
249
|
+
${e=>e.disabled?"opacity: 0.5;":""}
|
|
250
|
+
width: 32px;
|
|
251
|
+
height: 32px;
|
|
252
|
+
overflow: hidden;
|
|
239
253
|
transform: rotate(360deg);
|
|
240
254
|
transition: 300ms transform;
|
|
241
|
-
&.disabled {
|
|
242
|
-
opacity: 0.5;
|
|
243
|
-
pointer-events: none;
|
|
244
|
-
}
|
|
245
255
|
img.selected {
|
|
246
256
|
animation: spin 300ms;
|
|
247
257
|
transform: rotate(360deg);
|
|
@@ -260,10 +270,17 @@ React keys must be passed directly to JSX without using spread:
|
|
|
260
270
|
transform: rotate(360deg);
|
|
261
271
|
}
|
|
262
272
|
}
|
|
263
|
-
`,
|
|
273
|
+
`,X2=x.styled(x.Stack)`
|
|
274
|
+
flex-direction: row;
|
|
275
|
+
position: relative;
|
|
276
|
+
align-items: center;
|
|
277
|
+
overflow: hidden;
|
|
278
|
+
transition: width 0.3s ease;
|
|
279
|
+
justify-content: flex-end;
|
|
280
|
+
`,z2=x.styled(x.TableHead)`
|
|
264
281
|
background-color: ${x.theme.palette.gray.white};
|
|
265
282
|
border-bottom: 1px solid ${x.theme.palette.gray.gray5};
|
|
266
|
-
`,
|
|
283
|
+
`,Y2=x.styled(x.TableCell)`
|
|
267
284
|
height: 12px;
|
|
268
285
|
padding: 12px 16px;
|
|
269
286
|
border-top: 1px solid ${x.theme.palette.gray.gray5};
|
|
@@ -276,7 +293,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
276
293
|
&:nth-last-child(2) {
|
|
277
294
|
border-radius: 0px 5px 0px 0px;
|
|
278
295
|
}
|
|
279
|
-
`,
|
|
296
|
+
`,J2=x.styled(x.TableRow)`
|
|
280
297
|
.row-edit {
|
|
281
298
|
visibility: hidden;
|
|
282
299
|
}
|
|
@@ -293,7 +310,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
293
310
|
border-radius: 0px 0px 5px 0px;
|
|
294
311
|
}
|
|
295
312
|
}
|
|
296
|
-
`,
|
|
313
|
+
`,U2=x.styled(x.TableCell)`
|
|
297
314
|
height: 32px;
|
|
298
315
|
padding: 8px 16px;
|
|
299
316
|
border-right: 1px solid ${x.theme.palette.gray.gray5};
|
|
@@ -301,23 +318,23 @@ React keys must be passed directly to JSX without using spread:
|
|
|
301
318
|
&:first-child {
|
|
302
319
|
border-left: 1px solid ${x.theme.palette.gray.gray5};
|
|
303
320
|
}
|
|
304
|
-
`,
|
|
321
|
+
`,Q2=x.styled(x.TableCell)`
|
|
305
322
|
width: 34px;
|
|
306
323
|
position: sticky;
|
|
307
324
|
right: 0px;
|
|
308
325
|
background-color: white;
|
|
309
326
|
border: none;
|
|
310
327
|
padding: 0px 2px;
|
|
311
|
-
`,
|
|
328
|
+
`,q2=x.styled(x.TableCell)`
|
|
312
329
|
padding: 16px 19px;
|
|
313
330
|
position: sticky;
|
|
314
331
|
right: 0px;
|
|
315
332
|
background-color: white;
|
|
316
333
|
border: none;
|
|
317
|
-
|
|
334
|
+
`,$2=x.styled("img")`
|
|
318
335
|
transition: transform 0.3s;
|
|
319
336
|
transform: rotate(${e=>e.transformAngle}deg);
|
|
320
|
-
`,
|
|
337
|
+
`,K2=x.styled(x.Typography)`
|
|
321
338
|
display: flex;
|
|
322
339
|
font-size: 12px;
|
|
323
340
|
color: ${x.theme.palette.blue.primary};
|
|
@@ -325,16 +342,16 @@ React keys must be passed directly to JSX without using spread:
|
|
|
325
342
|
align-items: center;
|
|
326
343
|
margin: 0 12px 12px 12px;
|
|
327
344
|
cursor: pointer;
|
|
328
|
-
|
|
345
|
+
`,e1=x.styled(x.Typography)`
|
|
329
346
|
display: flex;
|
|
330
347
|
align-items: center;
|
|
331
348
|
line-height: 28px;
|
|
332
349
|
font-weight: 600;
|
|
333
|
-
`,
|
|
350
|
+
`,t1=x.styled(x.Box)`
|
|
334
351
|
margin-top: 12px;
|
|
335
352
|
border: 1px solid ${x.palette.gray.gray5};
|
|
336
353
|
border-radius: 4px;
|
|
337
|
-
`,
|
|
354
|
+
`,n1=x.styled(x.Stack)`
|
|
338
355
|
flex-direction: row;
|
|
339
356
|
align-items: center;
|
|
340
357
|
background-color: #e1e8ff;
|
|
@@ -342,7 +359,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
342
359
|
box-sizing: border-box;
|
|
343
360
|
height: 48px;
|
|
344
361
|
justify-content: space-between;
|
|
345
|
-
`,
|
|
362
|
+
`,r1=x.styled(x.Box)`
|
|
346
363
|
overflow: hidden;
|
|
347
364
|
transition: max-height 300ms;
|
|
348
365
|
&.slideUp {
|
|
@@ -351,17 +368,17 @@ React keys must be passed directly to JSX without using spread:
|
|
|
351
368
|
&.slideDown {
|
|
352
369
|
max-height: ${({height:e})=>e?`${e}px`:"0px"};
|
|
353
370
|
}
|
|
354
|
-
`,
|
|
371
|
+
`,o1=x.styled(x.Box)`
|
|
355
372
|
background-color: #f0f3ff99;
|
|
356
373
|
padding: 14px 12px 8px 12px;
|
|
357
374
|
box-sizing: border-box;
|
|
358
|
-
`,
|
|
375
|
+
`,s1=x.styled(x.Box)`
|
|
359
376
|
margin-bottom: 12px;
|
|
360
377
|
margin-top: 8px;
|
|
361
378
|
li {
|
|
362
379
|
display: list-item;
|
|
363
380
|
}
|
|
364
|
-
`,
|
|
381
|
+
`,i1=x.styled(x.Stack)`
|
|
365
382
|
margin-bottom: 6px;
|
|
366
383
|
list-style-type: disc;
|
|
367
384
|
margin-left: ${e=>e.marginLeft?`${e.marginLeft}`:"14px"};
|
|
@@ -373,18 +390,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
373
390
|
height: 20px;
|
|
374
391
|
border-radius: 2px;
|
|
375
392
|
}
|
|
376
|
-
`,
|
|
393
|
+
`,a1=x.styled(x.Button)`
|
|
377
394
|
height: 28px;
|
|
378
395
|
max-width: 115px;
|
|
379
396
|
white-space: pre;
|
|
380
|
-
`,
|
|
397
|
+
`,c1=x.styled(x.Typography)`
|
|
381
398
|
font-weight: 500;
|
|
382
399
|
height: 100%;
|
|
383
|
-
`,
|
|
400
|
+
`,l1=x.styled(x.Box)`
|
|
384
401
|
&:last-child {
|
|
385
402
|
margin-bottom: 16px;
|
|
386
403
|
}
|
|
387
|
-
`,
|
|
404
|
+
`,u1=x.styled(x.Stack)`
|
|
388
405
|
flex-direction: row;
|
|
389
406
|
width: 100%;
|
|
390
407
|
justify-content: center;
|
|
@@ -402,24 +419,24 @@ React keys must be passed directly to JSX without using spread:
|
|
|
402
419
|
}
|
|
403
420
|
}
|
|
404
421
|
}
|
|
405
|
-
`,
|
|
422
|
+
`,d1=x.styled(x.Typography)`
|
|
406
423
|
white-space: nowrap;
|
|
407
424
|
overflow: hidden;
|
|
408
425
|
text-overflow: ellipsis;
|
|
409
426
|
max-width: 100%;
|
|
410
427
|
height: 100%;
|
|
411
428
|
color: ${x.theme.palette.gray.gray2};
|
|
412
|
-
`,
|
|
429
|
+
`,f1=x.styled(x.Stack)`
|
|
413
430
|
padding: 8px 16px;
|
|
414
431
|
color: ${x.theme.palette.gray.black};
|
|
415
|
-
`,
|
|
432
|
+
`,p1=x.styled(x.Typography)`
|
|
416
433
|
white-space: nowrap;
|
|
417
434
|
overflow: hidden;
|
|
418
435
|
text-overflow: ellipsis;
|
|
419
436
|
width: calc(100% - 20px);
|
|
420
437
|
display: inline-block;
|
|
421
438
|
color: ${x.theme.palette.gray.gray2};
|
|
422
|
-
`,Il=e=>B.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},B.createElement("path",{d:"M15.505 1.84634C15.1241 1.46545 14.6074 1.25146 14.0688 1.25146C13.5301 1.25146 13.0134 1.46545 12.6325 1.84634L10.6244 3.85447C10.6108 3.3249 10.391 2.82156 10.0116 2.45179C9.63228 2.08203 9.12349 1.87508 8.59375 1.87509H3.90625C3.36753 1.87509 2.85087 2.0891 2.46994 2.47003C2.08901 2.85097 1.875 3.36762 1.875 3.90634V16.0938C1.875 16.6326 2.08901 17.1492 2.46994 17.5302C2.85087 17.9111 3.36753 18.1251 3.90625 18.1251H16.0938C16.6325 18.1251 17.1491 17.9111 17.5301 17.5302C17.911 17.1492 18.125 16.6326 18.125 16.0938V11.4063C18.125 10.8775 17.9189 10.3696 17.5503 9.99039C17.1817 9.6112 16.6798 9.39069 16.1512 9.37572L18.1569 7.37072C18.5378 6.98979 18.7518 6.47316 18.7518 5.93447C18.7518 5.39578 18.5378 4.87915 18.1569 4.49822L15.505 1.84634ZM11.985 9.37509H10.625V8.01509L11.985 9.37509ZM13.5162 2.73009C13.5888 2.65753 13.6749 2.59996 13.7697 2.56069C13.8645 2.52141 13.9661 2.5012 14.0688 2.5012C14.1714 2.5012 14.273 2.52141 14.3678 2.56069C14.4626 2.59996 14.5487 2.65753 14.6212 2.73009L17.2725 5.38197C17.3451 5.45452 17.4026 5.54065 17.4419 5.63545C17.4812 5.73025 17.5014 5.83186 17.5014 5.93447C17.5014 6.03708 17.4812 6.13869 17.4419 6.23349C17.4026 6.32829 17.3451 6.41442 17.2725 6.48697L14.6212 9.13822C14.5487 9.21079 14.4626 9.26835 14.3678 9.30763C14.273 9.3469 14.1714 9.36711 14.0688 9.36711C13.9661 9.36711 13.8645 9.3469 13.7697 9.30763C13.6749 9.26835 13.5888 9.21079 13.5162 9.13822L10.8644 6.48697C10.7918 6.41442 10.7342 6.32829 10.695 6.23349C10.6557 6.13869 10.6355 6.03708 10.6355 5.93447C10.6355 5.83186 10.6557 5.73025 10.695 5.63545C10.7342 5.54065 10.7918 5.45452 10.8644 5.38197L13.5162 2.73009ZM9.375 3.90634V9.37509H3.125V3.90634C3.125 3.47509 3.475 3.12509 3.90625 3.12509H8.59375C9.025 3.12509 9.375 3.47509 9.375 3.90634ZM3.125 16.0938V10.6251H9.375V16.8751H3.90625C3.475 16.8751 3.125 16.5251 3.125 16.0938ZM10.625 10.6251H16.0938C16.525 10.6251 16.875 10.9751 16.875 11.4063V16.0938C16.875 16.5251 16.525 16.8751 16.0938 16.8751H10.625V10.6251Z",fill:"#3E4C5A"}),B.createElement("rect",{x:10.877,y:5.90918,width:4.54545,height:4.54545,rx:1,transform:"rotate(-45 10.877 5.90918)",fill:"#FFE250"}),B.createElement("path",{d:"M3.77344 12.2727C3.77344 11.7204 4.22115 11.2727 4.77344 11.2727H7.77344C8.32572 11.2727 8.77344 11.7204 8.77344 12.2727V15.2727C8.77344 15.825 8.32572 16.2727 7.77344 16.2727H4.77344C4.22115 16.2727 3.77344 15.825 3.77344 15.2727L3.77344 12.2727Z",fill:"#FFE250"})),
|
|
439
|
+
`,Il=e=>B.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},B.createElement("path",{d:"M15.505 1.84634C15.1241 1.46545 14.6074 1.25146 14.0688 1.25146C13.5301 1.25146 13.0134 1.46545 12.6325 1.84634L10.6244 3.85447C10.6108 3.3249 10.391 2.82156 10.0116 2.45179C9.63228 2.08203 9.12349 1.87508 8.59375 1.87509H3.90625C3.36753 1.87509 2.85087 2.0891 2.46994 2.47003C2.08901 2.85097 1.875 3.36762 1.875 3.90634V16.0938C1.875 16.6326 2.08901 17.1492 2.46994 17.5302C2.85087 17.9111 3.36753 18.1251 3.90625 18.1251H16.0938C16.6325 18.1251 17.1491 17.9111 17.5301 17.5302C17.911 17.1492 18.125 16.6326 18.125 16.0938V11.4063C18.125 10.8775 17.9189 10.3696 17.5503 9.99039C17.1817 9.6112 16.6798 9.39069 16.1512 9.37572L18.1569 7.37072C18.5378 6.98979 18.7518 6.47316 18.7518 5.93447C18.7518 5.39578 18.5378 4.87915 18.1569 4.49822L15.505 1.84634ZM11.985 9.37509H10.625V8.01509L11.985 9.37509ZM13.5162 2.73009C13.5888 2.65753 13.6749 2.59996 13.7697 2.56069C13.8645 2.52141 13.9661 2.5012 14.0688 2.5012C14.1714 2.5012 14.273 2.52141 14.3678 2.56069C14.4626 2.59996 14.5487 2.65753 14.6212 2.73009L17.2725 5.38197C17.3451 5.45452 17.4026 5.54065 17.4419 5.63545C17.4812 5.73025 17.5014 5.83186 17.5014 5.93447C17.5014 6.03708 17.4812 6.13869 17.4419 6.23349C17.4026 6.32829 17.3451 6.41442 17.2725 6.48697L14.6212 9.13822C14.5487 9.21079 14.4626 9.26835 14.3678 9.30763C14.273 9.3469 14.1714 9.36711 14.0688 9.36711C13.9661 9.36711 13.8645 9.3469 13.7697 9.30763C13.6749 9.26835 13.5888 9.21079 13.5162 9.13822L10.8644 6.48697C10.7918 6.41442 10.7342 6.32829 10.695 6.23349C10.6557 6.13869 10.6355 6.03708 10.6355 5.93447C10.6355 5.83186 10.6557 5.73025 10.695 5.63545C10.7342 5.54065 10.7918 5.45452 10.8644 5.38197L13.5162 2.73009ZM9.375 3.90634V9.37509H3.125V3.90634C3.125 3.47509 3.475 3.12509 3.90625 3.12509H8.59375C9.025 3.12509 9.375 3.47509 9.375 3.90634ZM3.125 16.0938V10.6251H9.375V16.8751H3.90625C3.475 16.8751 3.125 16.5251 3.125 16.0938ZM10.625 10.6251H16.0938C16.525 10.6251 16.875 10.9751 16.875 11.4063V16.0938C16.875 16.5251 16.525 16.8751 16.0938 16.8751H10.625V10.6251Z",fill:"#3E4C5A"}),B.createElement("rect",{x:10.877,y:5.90918,width:4.54545,height:4.54545,rx:1,transform:"rotate(-45 10.877 5.90918)",fill:"#FFE250"}),B.createElement("path",{d:"M3.77344 12.2727C3.77344 11.7204 4.22115 11.2727 4.77344 11.2727H7.77344C8.32572 11.2727 8.77344 11.7204 8.77344 12.2727V15.2727C8.77344 15.825 8.32572 16.2727 7.77344 16.2727H4.77344C4.22115 16.2727 3.77344 15.825 3.77344 15.2727L3.77344 12.2727Z",fill:"#FFE250"})),h1=({isWriteFlowEnabled:e,haveCreateObjects:t,haveLinkObjects:n,cards:r,handleCreateNewObject:o,handleLinkNewObject:s})=>{const i=S.useRef(null),a=S.useRef(null),{availableFeatures:c}=S.useContext(Ge),l=$e(c,Ro),u=S.useCallback(m=>{const y=document.getElementById("connector-agent-container");if(!m||!y)return;a.current&&a.current.disconnect();const C=new IntersectionObserver(h=>{const p=i.current;for(const d of h)p==null||p.classList.toggle(hl,d.intersectionRatio===0)},{root:y});C.observe(m),a.current=C},[]);return E.jsxs(E.Fragment,{children:[E.jsx(N2,{ref:u}),E.jsxs(D2,{ref:i,children:[E.jsxs(x.Stack,{direction:"row",alignItems:"center",gap:"8px",children:[l?E.jsx(Il,{width:"20px",height:"20px"}):E.jsx(gl,{}),E.jsx(ml,{variant:"h2",children:l?li:el})]}),E.jsx(x.Stack,{direction:"row",gap:"4px",children:e&&(r!=null&&r.length)?E.jsxs(E.Fragment,{children:[t?E.jsx(x.Tooltip,{title:ol,placement:"bottom",children:E.jsx(x.IconButton,{onClick:o,children:E.jsx("img",{src:R2,alt:"Add",height:"20px"})})}):null,n?E.jsx(x.Tooltip,{title:sl,placement:"bottom",children:E.jsx(x.IconButton,{onClick:s,children:E.jsx("img",{src:F2,alt:"Link Task",height:"20px"})})}):null]}):null})]})]})};var gi={exports:{}},mi={};/**
|
|
423
440
|
* @license React
|
|
424
441
|
* use-sync-external-store-with-selector.production.min.js
|
|
425
442
|
*
|
|
@@ -427,7 +444,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
427
444
|
*
|
|
428
445
|
* This source code is licensed under the MIT license found in the
|
|
429
446
|
* LICENSE file in the root directory of this source tree.
|
|
430
|
-
*/var El;function
|
|
447
|
+
*/var El;function g1(){if(El)return mi;El=1;var e=S;function t(c,l){return c===l&&(c!==0||1/c===1/l)||c!==c&&l!==l}var n=typeof Object.is=="function"?Object.is:t,r=e.useSyncExternalStore,o=e.useRef,s=e.useEffect,i=e.useMemo,a=e.useDebugValue;return mi.useSyncExternalStoreWithSelector=function(c,l,u,m,y){var C=o(null);if(C.current===null){var h={hasValue:!1,value:null};C.current=h}else h=C.current;C=i(function(){function d(v){if(!f){if(f=!0,b=v,v=m(v),y!==void 0&&h.hasValue){var w=h.value;if(y(w,v))return g=w}return g=v}if(w=g,n(b,v))return w;var A=m(v);return y!==void 0&&y(w,A)?w:(b=v,g=A)}var f=!1,b,g,I=u===void 0?null:u;return[function(){return d(l())},I===null?void 0:function(){return d(I())}]},[l,u,m,y]);var p=r(c,C[0],C[1]);return s(function(){h.hasValue=!0,h.value=p},[p]),a(p),p},mi}var bi={};/**
|
|
431
448
|
* @license React
|
|
432
449
|
* use-sync-external-store-with-selector.development.js
|
|
433
450
|
*
|
|
@@ -435,30 +452,30 @@ React keys must be passed directly to JSX without using spread:
|
|
|
435
452
|
*
|
|
436
453
|
* This source code is licensed under the MIT license found in the
|
|
437
454
|
* LICENSE file in the root directory of this source tree.
|
|
438
|
-
*/var xl;function
|
|
455
|
+
*/var xl;function m1(){return xl||(xl=1,process.env.NODE_ENV!=="production"&&function(){typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error);var e=S;function t(l,u){return l===u&&(l!==0||1/l===1/u)||l!==l&&u!==u}var n=typeof Object.is=="function"?Object.is:t,r=e.useSyncExternalStore,o=e.useRef,s=e.useEffect,i=e.useMemo,a=e.useDebugValue;function c(l,u,m,y,C){var h=o(null),p;h.current===null?(p={hasValue:!1,value:null},h.current=p):p=h.current;var d=i(function(){var I=!1,v,w,A=function(F){if(!I){I=!0,v=F;var k=y(F);if(C!==void 0&&p.hasValue){var N=p.value;if(C(N,k))return w=N,N}return w=k,k}var j=v,X=w;if(n(j,F))return X;var Z=y(F);return C!==void 0&&C(X,Z)?X:(v=F,w=Z,Z)},T=m===void 0?null:m,_=function(){return A(u())},D=T===null?void 0:function(){return A(T())};return[_,D]},[u,m,y,C]),f=d[0],b=d[1],g=r(l,f,b);return s(function(){p.hasValue=!0,p.value=g},[g]),a(g),g}bi.useSyncExternalStoreWithSelector=c,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error)}()),bi}process.env.NODE_ENV==="production"?gi.exports=g1():gi.exports=m1();var b1=gi.exports,gt="default"in B?B.default:B,wl=Symbol.for("react-redux-context"),Al=typeof globalThis<"u"?globalThis:{};function y1(){if(!gt.createContext)return{};const e=Al[wl]??(Al[wl]=new Map);let t=e.get(gt.createContext);return t||(t=gt.createContext(null),process.env.NODE_ENV!=="production"&&(t.displayName="ReactRedux"),e.set(gt.createContext,t)),t}var ln=y1(),v1=()=>{throw new Error("uSES not initialized!")};function yi(e=ln){return function(){const n=gt.useContext(e);if(process.env.NODE_ENV!=="production"&&!n)throw new Error("could not find react-redux context value; please ensure the component is wrapped in a <Provider>");return n}}var Tl=yi(),Sl=v1,C1=e=>{Sl=e},I1=(e,t)=>e===t;function E1(e=ln){const t=e===ln?Tl:yi(e),n=(r,o={})=>{const{equalityFn:s=I1,devModeChecks:i={}}=typeof o=="function"?{equalityFn:o}:o;if(process.env.NODE_ENV!=="production"){if(!r)throw new Error("You must pass a selector to useSelector");if(typeof r!="function")throw new Error("You must pass a function as a selector to useSelector");if(typeof s!="function")throw new Error("You must pass a function as an equality function to useSelector")}const{store:a,subscription:c,getServerState:l,stabilityCheck:u,identityFunctionCheck:m}=t(),y=gt.useRef(!0),C=gt.useCallback({[r.name](p){const d=r(p);if(process.env.NODE_ENV!=="production"){const{identityFunctionCheck:f,stabilityCheck:b}={stabilityCheck:u,identityFunctionCheck:m,...i};if(b==="always"||b==="once"&&y.current){const g=r(p);if(!s(d,g)){let I;try{throw new Error}catch(v){({stack:I}=v)}console.warn("Selector "+(r.name||"unknown")+` returned a different result when called with the same parameters. This can lead to unnecessary rerenders.
|
|
439
456
|
Selectors that return a new reference (such as an object or an array) should be memoized: https://redux.js.org/usage/deriving-data-selectors#optimizing-selectors-with-memoization`,{state:p,selected:d,selected2:g,stack:I})}}if((f==="always"||f==="once"&&y.current)&&d===p){let g;try{throw new Error}catch(I){({stack:g}=I)}console.warn("Selector "+(r.name||"unknown")+` returned the root state when called. This can lead to unnecessary rerenders.
|
|
440
|
-
Selectors that return the entire state are almost certainly a mistake, as they will cause a rerender whenever *anything* in state changes.`,{stack:g})}y.current&&(y.current=!1)}return d}}[r.name],[r,u,i.stabilityCheck]),h=Sl(c.addNestedSub,a.getState,l||a.getState,C,s);return gt.useDebugValue(h),h};return Object.assign(n,{withTypes:()=>n}),n}var I1=C1();function E1(e){e()}function x1(){let e=null,t=null;return{clear(){e=null,t=null},notify(){E1(()=>{let n=e;for(;n;)n.callback(),n=n.next})},get(){const n=[];let r=e;for(;r;)n.push(r),r=r.next;return n},subscribe(n){let r=!0;const o=t={callback:n,next:null,prev:t};return o.prev?o.prev.next=o:e=o,function(){!r||e===null||(r=!1,o.next?o.next.prev=o.prev:t=o.prev,o.prev?o.prev.next=o.next:e=o.next)}}}}var _l={notify(){},get:()=>[]};function w1(e,t){let n,r=_l,o=0,s=!1;function i(p){u();const d=r.subscribe(p);let f=!1;return()=>{f||(f=!0,d(),b())}}function a(){r.notify()}function c(){h.onStateChange&&h.onStateChange()}function l(){return s}function u(){o++,n||(n=e.subscribe(c),r=x1())}function b(){o--,n&&o===0&&(n(),n=void 0,r.clear(),r=_l)}function y(){s||(s=!0,u())}function C(){s&&(s=!1,b())}const h={addNestedSub:i,notifyNestedSubs:a,handleChangeWrapper:c,isSubscribed:l,trySubscribe:y,tryUnsubscribe:C,getListeners:()=>r};return h}var A1=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",T1=typeof navigator<"u"&&navigator.product==="ReactNative",S1=A1||T1?gt.useLayoutEffect:gt.useEffect;function _1({store:e,context:t,children:n,serverState:r,stabilityCheck:o="once",identityFunctionCheck:s="once"}){const i=gt.useMemo(()=>{const l=w1(e);return{store:e,subscription:l,getServerState:r?()=>r:void 0,stabilityCheck:o,identityFunctionCheck:s}},[e,r,o,s]),a=gt.useMemo(()=>e.getState(),[e]);S1(()=>{const{subscription:l}=i;return l.onStateChange=l.notifyNestedSubs,l.trySubscribe(),a!==e.getState()&&l.notifyNestedSubs(),()=>{l.tryUnsubscribe(),l.onStateChange=void 0}},[i,a]);const c=t||cn;return gt.createElement(c.Provider,{value:i},n)}var O1=_1;function Ol(e=cn){const t=e===cn?Tl:yi(e),n=()=>{const{store:r}=t();return r};return Object.assign(n,{withTypes:()=>n}),n}var L1=Ol();function R1(e=cn){const t=e===cn?L1:Ol(e),n=()=>t().dispatch;return Object.assign(n,{withTypes:()=>n}),n}var F1=R1();y1(g1.useSyncExternalStoreWithSelector);const Lt=F1.withTypes(),he=I1.withTypes(),mt={GET:"GET",POST:"POST",DELETE:"DELETE",PATCH:"PATCH",PUT:"PUT"},J={IDLE:"idle",LOADING:"loading",FAILED:"failed"},N1="data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.7%209.71005L6.19497%207.20503C5.92161%206.93166%205.47839%206.93166%205.20503%207.20503C4.93166%207.47839%204.93166%207.92161%205.20503%208.19497L8.20503%2011.195C8.47839%2011.4683%208.92161%2011.4683%209.19497%2011.195L12.195%208.19497C12.4683%207.92161%2012.4683%207.47839%2012.195%207.20503C11.9216%206.93166%2011.4784%206.93166%2011.205%207.20503L8.7%209.71005Z'%20fill='%23196FE0'/%3e%3c/svg%3e",Ll="Show more",D1="Show less",k1="Show preview",P1="Hide preview",M1="Change related email address";function Ze(e){return`Minified Redux error #${e}; visit https://redux.js.org/Errors?code=${e} for the full message or use the non-minified dev environment for full errors. `}var B1=typeof Symbol=="function"&&Symbol.observable||"@@observable",Rl=B1,vi=()=>Math.random().toString(36).substring(7).split("").join("."),G1={INIT:`@@redux/INIT${vi()}`,REPLACE:`@@redux/REPLACE${vi()}`,PROBE_UNKNOWN_ACTION:()=>`@@redux/PROBE_UNKNOWN_ACTION${vi()}`},Ln=G1;function Vr(e){if(typeof e!="object"||e===null)return!1;let t=e;for(;Object.getPrototypeOf(t)!==null;)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t||Object.getPrototypeOf(e)===null}function j1(e){if(e===void 0)return"undefined";if(e===null)return"null";const t=typeof e;switch(t){case"boolean":case"string":case"number":case"symbol":case"function":return t}if(Array.isArray(e))return"array";if(W1(e))return"date";if(H1(e))return"error";const n=V1(e);switch(n){case"Symbol":case"Promise":case"WeakMap":case"WeakSet":case"Map":case"Set":return n}return Object.prototype.toString.call(e).slice(8,-1).toLowerCase().replace(/\s/g,"")}function V1(e){return typeof e.constructor=="function"?e.constructor.name:null}function H1(e){return e instanceof Error||typeof e.message=="string"&&e.constructor&&typeof e.constructor.stackTraceLimit=="number"}function W1(e){return e instanceof Date?!0:typeof e.toDateString=="function"&&typeof e.getDate=="function"&&typeof e.setDate=="function"}function ln(e){let t=typeof e;return process.env.NODE_ENV!=="production"&&(t=j1(e)),t}function Fl(e,t,n){if(typeof e!="function")throw new Error(process.env.NODE_ENV==="production"?Ze(2):`Expected the root reducer to be a function. Instead, received: '${ln(e)}'`);if(typeof t=="function"&&typeof n=="function"||typeof n=="function"&&typeof arguments[3]=="function")throw new Error(process.env.NODE_ENV==="production"?Ze(0):"It looks like you are passing several store enhancers to createStore(). This is not supported. Instead, compose them together to a single function. See https://redux.js.org/tutorials/fundamentals/part-4-store#creating-a-store-with-enhancers for an example.");if(typeof t=="function"&&typeof n>"u"&&(n=t,t=void 0),typeof n<"u"){if(typeof n!="function")throw new Error(process.env.NODE_ENV==="production"?Ze(1):`Expected the enhancer to be a function. Instead, received: '${ln(n)}'`);return n(Fl)(e,t)}let r=e,o=t,s=new Map,i=s,a=0,c=!1;function l(){i===s&&(i=new Map,s.forEach((d,f)=>{i.set(f,d)}))}function u(){if(c)throw new Error(process.env.NODE_ENV==="production"?Ze(3):"You may not call store.getState() while the reducer is executing. The reducer has already received the state as an argument. Pass it down from the top reducer instead of reading it from the store.");return o}function b(d){if(typeof d!="function")throw new Error(process.env.NODE_ENV==="production"?Ze(4):`Expected the listener to be a function. Instead, received: '${ln(d)}'`);if(c)throw new Error(process.env.NODE_ENV==="production"?Ze(5):"You may not call store.subscribe() while the reducer is executing. If you would like to be notified after the store has been updated, subscribe from a component and invoke store.getState() in the callback to access the latest state. See https://redux.js.org/api/store#subscribelistener for more details.");let f=!0;l();const m=a++;return i.set(m,d),function(){if(f){if(c)throw new Error(process.env.NODE_ENV==="production"?Ze(6):"You may not unsubscribe from a store listener while the reducer is executing. See https://redux.js.org/api/store#subscribelistener for more details.");f=!1,l(),i.delete(m),s=null}}}function y(d){if(!Vr(d))throw new Error(process.env.NODE_ENV==="production"?Ze(7):`Actions must be plain objects. Instead, the actual type was: '${ln(d)}'. You may need to add middleware to your store setup to handle dispatching other values, such as 'redux-thunk' to handle dispatching functions. See https://redux.js.org/tutorials/fundamentals/part-4-store#middleware and https://redux.js.org/tutorials/fundamentals/part-6-async-logic#using-the-redux-thunk-middleware for examples.`);if(typeof d.type>"u")throw new Error(process.env.NODE_ENV==="production"?Ze(8):'Actions may not have an undefined "type" property. You may have misspelled an action type string constant.');if(typeof d.type!="string")throw new Error(process.env.NODE_ENV==="production"?Ze(17):`Action "type" property must be a string. Instead, the actual type was: '${ln(d.type)}'. Value was: '${d.type}' (stringified)`);if(c)throw new Error(process.env.NODE_ENV==="production"?Ze(9):"Reducers may not dispatch actions.");try{c=!0,o=r(o,d)}finally{c=!1}return(s=i).forEach(m=>{m()}),d}function C(d){if(typeof d!="function")throw new Error(process.env.NODE_ENV==="production"?Ze(10):`Expected the nextReducer to be a function. Instead, received: '${ln(d)}`);r=d,y({type:Ln.REPLACE})}function h(){const d=b;return{subscribe(f){if(typeof f!="object"||f===null)throw new Error(process.env.NODE_ENV==="production"?Ze(11):`Expected the observer to be an object. Instead, received: '${ln(f)}'`);function m(){const I=f;I.next&&I.next(u())}return m(),{unsubscribe:d(m)}},[Rl](){return this}}}return y({type:Ln.INIT}),{dispatch:y,subscribe:b,getState:u,replaceReducer:C,[Rl]:h}}function Nl(e){typeof console<"u"&&typeof console.error=="function"&&console.error(e);try{throw new Error(e)}catch{}}function Z1(e,t,n,r){const o=Object.keys(t),s=n&&n.type===Ln.INIT?"preloadedState argument passed to createStore":"previous state received by the reducer";if(o.length===0)return"Store does not have a valid reducer. Make sure the argument passed to combineReducers is an object whose values are reducers.";if(!Vr(e))return`The ${s} has unexpected type of "${ln(e)}". Expected argument to be an object with the following keys: "${o.join('", "')}"`;const i=Object.keys(e).filter(a=>!t.hasOwnProperty(a)&&!r[a]);if(i.forEach(a=>{r[a]=!0}),!(n&&n.type===Ln.REPLACE)&&i.length>0)return`Unexpected ${i.length>1?"keys":"key"} "${i.join('", "')}" found in ${s}. Expected to find one of the known reducer keys instead: "${o.join('", "')}". Unexpected keys will be ignored.`}function X1(e){Object.keys(e).forEach(t=>{const n=e[t];if(typeof n(void 0,{type:Ln.INIT})>"u")throw new Error(process.env.NODE_ENV==="production"?Ze(12):`The slice reducer for key "${t}" returned undefined during initialization. If the state passed to the reducer is undefined, you must explicitly return the initial state. The initial state may not be undefined. If you don't want to set a value for this reducer, you can use null instead of undefined.`);if(typeof n(void 0,{type:Ln.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(process.env.NODE_ENV==="production"?Ze(13):`The slice reducer for key "${t}" returned undefined when probed with a random type. Don't try to handle '${Ln.INIT}' or other actions in "redux/*" namespace. They are considered private. Instead, you must return the current state for any unknown actions, unless it is undefined, in which case you must return the initial state, regardless of the action type. The initial state may not be undefined, but can be null.`)})}function Dl(e){const t=Object.keys(e),n={};for(let i=0;i<t.length;i++){const a=t[i];process.env.NODE_ENV!=="production"&&typeof e[a]>"u"&&Nl(`No reducer provided for key "${a}"`),typeof e[a]=="function"&&(n[a]=e[a])}const r=Object.keys(n);let o;process.env.NODE_ENV!=="production"&&(o={});let s;try{X1(n)}catch(i){s=i}return function(a={},c){if(s)throw s;if(process.env.NODE_ENV!=="production"){const b=Z1(a,n,c,o);b&&Nl(b)}let l=!1;const u={};for(let b=0;b<r.length;b++){const y=r[b],C=n[y],h=a[y],p=C(h,c);if(typeof p>"u"){const d=c&&c.type;throw new Error(process.env.NODE_ENV==="production"?Ze(14):`When called with an action of type ${d?`"${String(d)}"`:"(unknown type)"}, the slice reducer for key "${y}" returned undefined. To ignore an action, you must explicitly return the previous state. If you want this reducer to hold no value, you can return null instead of undefined.`)}u[y]=p,l=l||p!==h}return l=l||r.length!==Object.keys(a).length,l?u:a}}function No(...e){return e.length===0?t=>t:e.length===1?e[0]:e.reduce((t,n)=>(...r)=>t(n(...r)))}function z1(...e){return t=>(n,r)=>{const o=t(n,r);let s=()=>{throw new Error(process.env.NODE_ENV==="production"?Ze(15):"Dispatching while constructing your middleware is not allowed. Other middleware would not be applied to this dispatch.")};const i={getState:o.getState,dispatch:(c,...l)=>s(c,...l)},a=e.map(c=>c(i));return s=No(...a)(o.dispatch),{...o,dispatch:s}}}function kl(e){return Vr(e)&&"type"in e&&typeof e.type=="string"}var Pl=Symbol.for("immer-nothing"),Ml=Symbol.for("immer-draftable"),bt=Symbol.for("immer-state"),Y1=process.env.NODE_ENV!=="production"?[function(e){return`The plugin for '${e}' has not been loaded into Immer. To enable the plugin, import and call \`enable${e}()\` when initializing your application.`},function(e){return`produce can only be called on things that are draftable: plain objects, arrays, Map, Set or classes that are marked with '[immerable]: true'. Got '${e}'`},"This object has been frozen and should not be mutated",function(e){return"Cannot use a proxy that has been revoked. Did you pass an object from inside an immer function to an async process? "+e},"An immer producer returned a new value *and* modified its draft. Either return a new value *or* modify the draft.","Immer forbids circular references","The first or second argument to `produce` must be a function","The third argument to `produce` must be a function or undefined","First argument to `createDraft` must be a plain object, an array, or an immerable object","First argument to `finishDraft` must be a draft returned by `createDraft`",function(e){return`'current' expects a draft, got: ${e}`},"Object.defineProperty() cannot be used on an Immer draft","Object.setPrototypeOf() cannot be used on an Immer draft","Immer only supports deleting array indices","Immer only supports setting array indices and the 'length' property",function(e){return`'original' expects a draft, got: ${e}`}]:[];function at(e,...t){if(process.env.NODE_ENV!=="production"){const n=Y1[e],r=typeof n=="function"?n.apply(null,t):n;throw new Error(`[Immer] ${r}`)}throw new Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`)}var tr=Object.getPrototypeOf;function Rn(e){return!!e&&!!e[bt]}function qt(e){var t;return e?Bl(e)||Array.isArray(e)||!!e[Ml]||!!((t=e.constructor)!=null&&t[Ml])||Po(e)||Mo(e):!1}var J1=Object.prototype.constructor.toString();function Bl(e){if(!e||typeof e!="object")return!1;const t=tr(e);if(t===null)return!0;const n=Object.hasOwnProperty.call(t,"constructor")&&t.constructor;return n===Object?!0:typeof n=="function"&&Function.toString.call(n)===J1}function Do(e,t){ko(e)===0?Reflect.ownKeys(e).forEach(n=>{t(n,e[n],e)}):e.forEach((n,r)=>t(r,n,e))}function ko(e){const t=e[bt];return t?t.type_:Array.isArray(e)?1:Po(e)?2:Mo(e)?3:0}function Ci(e,t){return ko(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function Gl(e,t,n){const r=ko(e);r===2?e.set(t,n):r===3?e.add(n):e[t]=n}function U1(e,t){return e===t?e!==0||1/e===1/t:e!==e&&t!==t}function Po(e){return e instanceof Map}function Mo(e){return e instanceof Set}function Fn(e){return e.copy_||e.base_}function Ii(e,t){if(Po(e))return new Map(e);if(Mo(e))return new Set(e);if(Array.isArray(e))return Array.prototype.slice.call(e);const n=Bl(e);if(t===!0||t==="class_only"&&!n){const r=Object.getOwnPropertyDescriptors(e);delete r[bt];let o=Reflect.ownKeys(r);for(let s=0;s<o.length;s++){const i=o[s],a=r[i];a.writable===!1&&(a.writable=!0,a.configurable=!0),(a.get||a.set)&&(r[i]={configurable:!0,writable:!0,enumerable:a.enumerable,value:e[i]})}return Object.create(tr(e),r)}else{const r=tr(e);if(r!==null&&n)return{...e};const o=Object.create(r);return Object.assign(o,e)}}function Ei(e,t=!1){return Bo(e)||Rn(e)||!qt(e)||(ko(e)>1&&(e.set=e.add=e.clear=e.delete=Q1),Object.freeze(e),t&&Object.entries(e).forEach(([n,r])=>Ei(r,!0))),e}function Q1(){at(2)}function Bo(e){return Object.isFrozen(e)}var q1={};function Nn(e){const t=q1[e];return t||at(0,e),t}var Hr;function jl(){return Hr}function $1(e,t){return{drafts_:[],parent_:e,immer_:t,canAutoFreeze_:!0,unfinalizedDrafts_:0}}function Vl(e,t){t&&(Nn("Patches"),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function xi(e){wi(e),e.drafts_.forEach(K1),e.drafts_=null}function wi(e){e===Hr&&(Hr=e.parent_)}function Hl(e){return Hr=$1(Hr,e)}function K1(e){const t=e[bt];t.type_===0||t.type_===1?t.revoke_():t.revoked_=!0}function Wl(e,t){t.unfinalizedDrafts_=t.drafts_.length;const n=t.drafts_[0];return e!==void 0&&e!==n?(n[bt].modified_&&(xi(t),at(4)),qt(e)&&(e=Go(t,e),t.parent_||jo(t,e)),t.patches_&&Nn("Patches").generateReplacementPatches_(n[bt].base_,e,t.patches_,t.inversePatches_)):e=Go(t,n,[]),xi(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==Pl?e:void 0}function Go(e,t,n){if(Bo(t))return t;const r=t[bt];if(!r)return Do(t,(o,s)=>Zl(e,r,t,o,s,n)),t;if(r.scope_!==e)return t;if(!r.modified_)return jo(e,r.base_,!0),r.base_;if(!r.finalized_){r.finalized_=!0,r.scope_.unfinalizedDrafts_--;const o=r.copy_;let s=o,i=!1;r.type_===3&&(s=new Set(o),o.clear(),i=!0),Do(s,(a,c)=>Zl(e,r,o,a,c,n,i)),jo(e,o,!1),n&&e.patches_&&Nn("Patches").generatePatches_(r,n,e.patches_,e.inversePatches_)}return r.copy_}function Zl(e,t,n,r,o,s,i){if(process.env.NODE_ENV!=="production"&&o===n&&at(5),Rn(o)){const a=s&&t&&t.type_!==3&&!Ci(t.assigned_,r)?s.concat(r):void 0,c=Go(e,o,a);if(Gl(n,r,c),Rn(c))e.canAutoFreeze_=!1;else return}else i&&n.add(o);if(qt(o)&&!Bo(o)){if(!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1)return;Go(e,o),(!t||!t.scope_.parent_)&&typeof r!="symbol"&&Object.prototype.propertyIsEnumerable.call(n,r)&&jo(e,o)}}function jo(e,t,n=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&Ei(t,n)}function em(e,t){const n=Array.isArray(e),r={type_:n?1:0,scope_:t?t.scope_:jl(),modified_:!1,finalized_:!1,assigned_:{},parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1};let o=r,s=Ai;n&&(o=[r],s=Wr);const{revoke:i,proxy:a}=Proxy.revocable(o,s);return r.draft_=a,r.revoke_=i,a}var Ai={get(e,t){if(t===bt)return e;const n=Fn(e);if(!Ci(n,t))return tm(e,n,t);const r=n[t];return e.finalized_||!qt(r)?r:r===Ti(e.base_,t)?(_i(e),e.copy_[t]=Oi(r,e)):r},has(e,t){return t in Fn(e)},ownKeys(e){return Reflect.ownKeys(Fn(e))},set(e,t,n){const r=Xl(Fn(e),t);if(r!=null&&r.set)return r.set.call(e.draft_,n),!0;if(!e.modified_){const o=Ti(Fn(e),t),s=o==null?void 0:o[bt];if(s&&s.base_===n)return e.copy_[t]=n,e.assigned_[t]=!1,!0;if(U1(n,o)&&(n!==void 0||Ci(e.base_,t)))return!0;_i(e),Si(e)}return e.copy_[t]===n&&(n!==void 0||t in e.copy_)||Number.isNaN(n)&&Number.isNaN(e.copy_[t])||(e.copy_[t]=n,e.assigned_[t]=!0),!0},deleteProperty(e,t){return Ti(e.base_,t)!==void 0||t in e.base_?(e.assigned_[t]=!1,_i(e),Si(e)):delete e.assigned_[t],e.copy_&&delete e.copy_[t],!0},getOwnPropertyDescriptor(e,t){const n=Fn(e),r=Reflect.getOwnPropertyDescriptor(n,t);return r&&{writable:!0,configurable:e.type_!==1||t!=="length",enumerable:r.enumerable,value:n[t]}},defineProperty(){at(11)},getPrototypeOf(e){return tr(e.base_)},setPrototypeOf(){at(12)}},Wr={};Do(Ai,(e,t)=>{Wr[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}}),Wr.deleteProperty=function(e,t){return process.env.NODE_ENV!=="production"&&isNaN(parseInt(t))&&at(13),Wr.set.call(this,e,t,void 0)},Wr.set=function(e,t,n){return process.env.NODE_ENV!=="production"&&t!=="length"&&isNaN(parseInt(t))&&at(14),Ai.set.call(this,e[0],t,n,e[0])};function Ti(e,t){const n=e[bt];return(n?Fn(n):e)[t]}function tm(e,t,n){var o;const r=Xl(t,n);return r?"value"in r?r.value:(o=r.get)==null?void 0:o.call(e.draft_):void 0}function Xl(e,t){if(!(t in e))return;let n=tr(e);for(;n;){const r=Object.getOwnPropertyDescriptor(n,t);if(r)return r;n=tr(n)}}function Si(e){e.modified_||(e.modified_=!0,e.parent_&&Si(e.parent_))}function _i(e){e.copy_||(e.copy_=Ii(e.base_,e.scope_.immer_.useStrictShallowCopy_))}var nm=class{constructor(e){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.produce=(t,n,r)=>{if(typeof t=="function"&&typeof n!="function"){const s=n;n=t;const i=this;return function(c=s,...l){return i.produce(c,u=>n.call(this,u,...l))}}typeof n!="function"&&at(6),r!==void 0&&typeof r!="function"&&at(7);let o;if(qt(t)){const s=Hl(this),i=Oi(t,void 0);let a=!0;try{o=n(i),a=!1}finally{a?xi(s):wi(s)}return Vl(s,r),Wl(o,s)}else if(!t||typeof t!="object"){if(o=n(t),o===void 0&&(o=t),o===Pl&&(o=void 0),this.autoFreeze_&&Ei(o,!0),r){const s=[],i=[];Nn("Patches").generateReplacementPatches_(t,o,s,i),r(s,i)}return o}else at(1,t)},this.produceWithPatches=(t,n)=>{if(typeof t=="function")return(i,...a)=>this.produceWithPatches(i,c=>t(c,...a));let r,o;return[this.produce(t,n,(i,a)=>{r=i,o=a}),r,o]},typeof(e==null?void 0:e.autoFreeze)=="boolean"&&this.setAutoFreeze(e.autoFreeze),typeof(e==null?void 0:e.useStrictShallowCopy)=="boolean"&&this.setUseStrictShallowCopy(e.useStrictShallowCopy)}createDraft(e){qt(e)||at(8),Rn(e)&&(e=rm(e));const t=Hl(this),n=Oi(e,void 0);return n[bt].isManual_=!0,wi(t),n}finishDraft(e,t){const n=e&&e[bt];(!n||!n.isManual_)&&at(9);const{scope_:r}=n;return Vl(r,t),Wl(void 0,r)}setAutoFreeze(e){this.autoFreeze_=e}setUseStrictShallowCopy(e){this.useStrictShallowCopy_=e}applyPatches(e,t){let n;for(n=t.length-1;n>=0;n--){const o=t[n];if(o.path.length===0&&o.op==="replace"){e=o.value;break}}n>-1&&(t=t.slice(n+1));const r=Nn("Patches").applyPatches_;return Rn(e)?r(e,t):this.produce(e,o=>r(o,t))}};function Oi(e,t){const n=Po(e)?Nn("MapSet").proxyMap_(e,t):Mo(e)?Nn("MapSet").proxySet_(e,t):em(e,t);return(t?t.scope_:jl()).drafts_.push(n),n}function rm(e){return Rn(e)||at(10,e),zl(e)}function zl(e){if(!qt(e)||Bo(e))return e;const t=e[bt];let n;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,n=Ii(e,t.scope_.immer_.useStrictShallowCopy_)}else n=Ii(e,!0);return Do(n,(r,o)=>{Gl(n,r,zl(o))}),t&&(t.finalized_=!1),n}var yt=new nm,Yl=yt.produce;yt.produceWithPatches.bind(yt),yt.setAutoFreeze.bind(yt),yt.setUseStrictShallowCopy.bind(yt),yt.applyPatches.bind(yt),yt.createDraft.bind(yt),yt.finishDraft.bind(yt);var om=(e,t,n)=>{if(t.length===1&&t[0]===n){let r=!1;try{const o={};e(o)===o&&(r=!0)}catch{}if(r){let o;try{throw new Error}catch(s){({stack:o}=s)}console.warn(`The result function returned its own inputs without modification. e.g
|
|
457
|
+
Selectors that return the entire state are almost certainly a mistake, as they will cause a rerender whenever *anything* in state changes.`,{stack:g})}y.current&&(y.current=!1)}return d}}[r.name],[r,u,i.stabilityCheck]),h=Sl(c.addNestedSub,a.getState,l||a.getState,C,s);return gt.useDebugValue(h),h};return Object.assign(n,{withTypes:()=>n}),n}var x1=E1();function w1(e){e()}function A1(){let e=null,t=null;return{clear(){e=null,t=null},notify(){w1(()=>{let n=e;for(;n;)n.callback(),n=n.next})},get(){const n=[];let r=e;for(;r;)n.push(r),r=r.next;return n},subscribe(n){let r=!0;const o=t={callback:n,next:null,prev:t};return o.prev?o.prev.next=o:e=o,function(){!r||e===null||(r=!1,o.next?o.next.prev=o.prev:t=o.prev,o.prev?o.prev.next=o.next:e=o.next)}}}}var _l={notify(){},get:()=>[]};function T1(e,t){let n,r=_l,o=0,s=!1;function i(p){u();const d=r.subscribe(p);let f=!1;return()=>{f||(f=!0,d(),m())}}function a(){r.notify()}function c(){h.onStateChange&&h.onStateChange()}function l(){return s}function u(){o++,n||(n=e.subscribe(c),r=A1())}function m(){o--,n&&o===0&&(n(),n=void 0,r.clear(),r=_l)}function y(){s||(s=!0,u())}function C(){s&&(s=!1,m())}const h={addNestedSub:i,notifyNestedSubs:a,handleChangeWrapper:c,isSubscribed:l,trySubscribe:y,tryUnsubscribe:C,getListeners:()=>r};return h}var S1=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",_1=typeof navigator<"u"&&navigator.product==="ReactNative",O1=S1||_1?gt.useLayoutEffect:gt.useEffect;function L1({store:e,context:t,children:n,serverState:r,stabilityCheck:o="once",identityFunctionCheck:s="once"}){const i=gt.useMemo(()=>{const l=T1(e);return{store:e,subscription:l,getServerState:r?()=>r:void 0,stabilityCheck:o,identityFunctionCheck:s}},[e,r,o,s]),a=gt.useMemo(()=>e.getState(),[e]);O1(()=>{const{subscription:l}=i;return l.onStateChange=l.notifyNestedSubs,l.trySubscribe(),a!==e.getState()&&l.notifyNestedSubs(),()=>{l.tryUnsubscribe(),l.onStateChange=void 0}},[i,a]);const c=t||ln;return gt.createElement(c.Provider,{value:i},n)}var R1=L1;function Ol(e=ln){const t=e===ln?Tl:yi(e),n=()=>{const{store:r}=t();return r};return Object.assign(n,{withTypes:()=>n}),n}var F1=Ol();function D1(e=ln){const t=e===ln?F1:Ol(e),n=()=>t().dispatch;return Object.assign(n,{withTypes:()=>n}),n}var N1=D1();C1(b1.useSyncExternalStoreWithSelector);const Lt=N1.withTypes(),me=x1.withTypes(),mt={GET:"GET",POST:"POST",DELETE:"DELETE",PATCH:"PATCH",PUT:"PUT"},J={IDLE:"idle",LOADING:"loading",FAILED:"failed"},k1="data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.7%209.71005L6.19497%207.20503C5.92161%206.93166%205.47839%206.93166%205.20503%207.20503C4.93166%207.47839%204.93166%207.92161%205.20503%208.19497L8.20503%2011.195C8.47839%2011.4683%208.92161%2011.4683%209.19497%2011.195L12.195%208.19497C12.4683%207.92161%2012.4683%207.47839%2012.195%207.20503C11.9216%206.93166%2011.4784%206.93166%2011.205%207.20503L8.7%209.71005Z'%20fill='%23196FE0'/%3e%3c/svg%3e",Ll="Show more",P1="Show less",M1="Show preview",B1="Hide preview",j1="Change related email address";function Ze(e){return`Minified Redux error #${e}; visit https://redux.js.org/Errors?code=${e} for the full message or use the non-minified dev environment for full errors. `}var G1=typeof Symbol=="function"&&Symbol.observable||"@@observable",Rl=G1,vi=()=>Math.random().toString(36).substring(7).split("").join("."),V1={INIT:`@@redux/INIT${vi()}`,REPLACE:`@@redux/REPLACE${vi()}`,PROBE_UNKNOWN_ACTION:()=>`@@redux/PROBE_UNKNOWN_ACTION${vi()}`},On=V1;function Vr(e){if(typeof e!="object"||e===null)return!1;let t=e;for(;Object.getPrototypeOf(t)!==null;)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(e)===t||Object.getPrototypeOf(e)===null}function H1(e){if(e===void 0)return"undefined";if(e===null)return"null";const t=typeof e;switch(t){case"boolean":case"string":case"number":case"symbol":case"function":return t}if(Array.isArray(e))return"array";if(X1(e))return"date";if(Z1(e))return"error";const n=W1(e);switch(n){case"Symbol":case"Promise":case"WeakMap":case"WeakSet":case"Map":case"Set":return n}return Object.prototype.toString.call(e).slice(8,-1).toLowerCase().replace(/\s/g,"")}function W1(e){return typeof e.constructor=="function"?e.constructor.name:null}function Z1(e){return e instanceof Error||typeof e.message=="string"&&e.constructor&&typeof e.constructor.stackTraceLimit=="number"}function X1(e){return e instanceof Date?!0:typeof e.toDateString=="function"&&typeof e.getDate=="function"&&typeof e.setDate=="function"}function un(e){let t=typeof e;return process.env.NODE_ENV!=="production"&&(t=H1(e)),t}function Fl(e,t,n){if(typeof e!="function")throw new Error(process.env.NODE_ENV==="production"?Ze(2):`Expected the root reducer to be a function. Instead, received: '${un(e)}'`);if(typeof t=="function"&&typeof n=="function"||typeof n=="function"&&typeof arguments[3]=="function")throw new Error(process.env.NODE_ENV==="production"?Ze(0):"It looks like you are passing several store enhancers to createStore(). This is not supported. Instead, compose them together to a single function. See https://redux.js.org/tutorials/fundamentals/part-4-store#creating-a-store-with-enhancers for an example.");if(typeof t=="function"&&typeof n>"u"&&(n=t,t=void 0),typeof n<"u"){if(typeof n!="function")throw new Error(process.env.NODE_ENV==="production"?Ze(1):`Expected the enhancer to be a function. Instead, received: '${un(n)}'`);return n(Fl)(e,t)}let r=e,o=t,s=new Map,i=s,a=0,c=!1;function l(){i===s&&(i=new Map,s.forEach((d,f)=>{i.set(f,d)}))}function u(){if(c)throw new Error(process.env.NODE_ENV==="production"?Ze(3):"You may not call store.getState() while the reducer is executing. The reducer has already received the state as an argument. Pass it down from the top reducer instead of reading it from the store.");return o}function m(d){if(typeof d!="function")throw new Error(process.env.NODE_ENV==="production"?Ze(4):`Expected the listener to be a function. Instead, received: '${un(d)}'`);if(c)throw new Error(process.env.NODE_ENV==="production"?Ze(5):"You may not call store.subscribe() while the reducer is executing. If you would like to be notified after the store has been updated, subscribe from a component and invoke store.getState() in the callback to access the latest state. See https://redux.js.org/api/store#subscribelistener for more details.");let f=!0;l();const b=a++;return i.set(b,d),function(){if(f){if(c)throw new Error(process.env.NODE_ENV==="production"?Ze(6):"You may not unsubscribe from a store listener while the reducer is executing. See https://redux.js.org/api/store#subscribelistener for more details.");f=!1,l(),i.delete(b),s=null}}}function y(d){if(!Vr(d))throw new Error(process.env.NODE_ENV==="production"?Ze(7):`Actions must be plain objects. Instead, the actual type was: '${un(d)}'. You may need to add middleware to your store setup to handle dispatching other values, such as 'redux-thunk' to handle dispatching functions. See https://redux.js.org/tutorials/fundamentals/part-4-store#middleware and https://redux.js.org/tutorials/fundamentals/part-6-async-logic#using-the-redux-thunk-middleware for examples.`);if(typeof d.type>"u")throw new Error(process.env.NODE_ENV==="production"?Ze(8):'Actions may not have an undefined "type" property. You may have misspelled an action type string constant.');if(typeof d.type!="string")throw new Error(process.env.NODE_ENV==="production"?Ze(17):`Action "type" property must be a string. Instead, the actual type was: '${un(d.type)}'. Value was: '${d.type}' (stringified)`);if(c)throw new Error(process.env.NODE_ENV==="production"?Ze(9):"Reducers may not dispatch actions.");try{c=!0,o=r(o,d)}finally{c=!1}return(s=i).forEach(b=>{b()}),d}function C(d){if(typeof d!="function")throw new Error(process.env.NODE_ENV==="production"?Ze(10):`Expected the nextReducer to be a function. Instead, received: '${un(d)}`);r=d,y({type:On.REPLACE})}function h(){const d=m;return{subscribe(f){if(typeof f!="object"||f===null)throw new Error(process.env.NODE_ENV==="production"?Ze(11):`Expected the observer to be an object. Instead, received: '${un(f)}'`);function b(){const I=f;I.next&&I.next(u())}return b(),{unsubscribe:d(b)}},[Rl](){return this}}}return y({type:On.INIT}),{dispatch:y,subscribe:m,getState:u,replaceReducer:C,[Rl]:h}}function Dl(e){typeof console<"u"&&typeof console.error=="function"&&console.error(e);try{throw new Error(e)}catch{}}function z1(e,t,n,r){const o=Object.keys(t),s=n&&n.type===On.INIT?"preloadedState argument passed to createStore":"previous state received by the reducer";if(o.length===0)return"Store does not have a valid reducer. Make sure the argument passed to combineReducers is an object whose values are reducers.";if(!Vr(e))return`The ${s} has unexpected type of "${un(e)}". Expected argument to be an object with the following keys: "${o.join('", "')}"`;const i=Object.keys(e).filter(a=>!t.hasOwnProperty(a)&&!r[a]);if(i.forEach(a=>{r[a]=!0}),!(n&&n.type===On.REPLACE)&&i.length>0)return`Unexpected ${i.length>1?"keys":"key"} "${i.join('", "')}" found in ${s}. Expected to find one of the known reducer keys instead: "${o.join('", "')}". Unexpected keys will be ignored.`}function Y1(e){Object.keys(e).forEach(t=>{const n=e[t];if(typeof n(void 0,{type:On.INIT})>"u")throw new Error(process.env.NODE_ENV==="production"?Ze(12):`The slice reducer for key "${t}" returned undefined during initialization. If the state passed to the reducer is undefined, you must explicitly return the initial state. The initial state may not be undefined. If you don't want to set a value for this reducer, you can use null instead of undefined.`);if(typeof n(void 0,{type:On.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(process.env.NODE_ENV==="production"?Ze(13):`The slice reducer for key "${t}" returned undefined when probed with a random type. Don't try to handle '${On.INIT}' or other actions in "redux/*" namespace. They are considered private. Instead, you must return the current state for any unknown actions, unless it is undefined, in which case you must return the initial state, regardless of the action type. The initial state may not be undefined, but can be null.`)})}function Nl(e){const t=Object.keys(e),n={};for(let i=0;i<t.length;i++){const a=t[i];process.env.NODE_ENV!=="production"&&typeof e[a]>"u"&&Dl(`No reducer provided for key "${a}"`),typeof e[a]=="function"&&(n[a]=e[a])}const r=Object.keys(n);let o;process.env.NODE_ENV!=="production"&&(o={});let s;try{Y1(n)}catch(i){s=i}return function(a={},c){if(s)throw s;if(process.env.NODE_ENV!=="production"){const m=z1(a,n,c,o);m&&Dl(m)}let l=!1;const u={};for(let m=0;m<r.length;m++){const y=r[m],C=n[y],h=a[y],p=C(h,c);if(typeof p>"u"){const d=c&&c.type;throw new Error(process.env.NODE_ENV==="production"?Ze(14):`When called with an action of type ${d?`"${String(d)}"`:"(unknown type)"}, the slice reducer for key "${y}" returned undefined. To ignore an action, you must explicitly return the previous state. If you want this reducer to hold no value, you can return null instead of undefined.`)}u[y]=p,l=l||p!==h}return l=l||r.length!==Object.keys(a).length,l?u:a}}function Do(...e){return e.length===0?t=>t:e.length===1?e[0]:e.reduce((t,n)=>(...r)=>t(n(...r)))}function J1(...e){return t=>(n,r)=>{const o=t(n,r);let s=()=>{throw new Error(process.env.NODE_ENV==="production"?Ze(15):"Dispatching while constructing your middleware is not allowed. Other middleware would not be applied to this dispatch.")};const i={getState:o.getState,dispatch:(c,...l)=>s(c,...l)},a=e.map(c=>c(i));return s=Do(...a)(o.dispatch),{...o,dispatch:s}}}function kl(e){return Vr(e)&&"type"in e&&typeof e.type=="string"}var Pl=Symbol.for("immer-nothing"),Ml=Symbol.for("immer-draftable"),bt=Symbol.for("immer-state"),U1=process.env.NODE_ENV!=="production"?[function(e){return`The plugin for '${e}' has not been loaded into Immer. To enable the plugin, import and call \`enable${e}()\` when initializing your application.`},function(e){return`produce can only be called on things that are draftable: plain objects, arrays, Map, Set or classes that are marked with '[immerable]: true'. Got '${e}'`},"This object has been frozen and should not be mutated",function(e){return"Cannot use a proxy that has been revoked. Did you pass an object from inside an immer function to an async process? "+e},"An immer producer returned a new value *and* modified its draft. Either return a new value *or* modify the draft.","Immer forbids circular references","The first or second argument to `produce` must be a function","The third argument to `produce` must be a function or undefined","First argument to `createDraft` must be a plain object, an array, or an immerable object","First argument to `finishDraft` must be a draft returned by `createDraft`",function(e){return`'current' expects a draft, got: ${e}`},"Object.defineProperty() cannot be used on an Immer draft","Object.setPrototypeOf() cannot be used on an Immer draft","Immer only supports deleting array indices","Immer only supports setting array indices and the 'length' property",function(e){return`'original' expects a draft, got: ${e}`}]:[];function at(e,...t){if(process.env.NODE_ENV!=="production"){const n=U1[e],r=typeof n=="function"?n.apply(null,t):n;throw new Error(`[Immer] ${r}`)}throw new Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`)}var tr=Object.getPrototypeOf;function Ln(e){return!!e&&!!e[bt]}function qt(e){var t;return e?Bl(e)||Array.isArray(e)||!!e[Ml]||!!((t=e.constructor)!=null&&t[Ml])||Po(e)||Mo(e):!1}var Q1=Object.prototype.constructor.toString();function Bl(e){if(!e||typeof e!="object")return!1;const t=tr(e);if(t===null)return!0;const n=Object.hasOwnProperty.call(t,"constructor")&&t.constructor;return n===Object?!0:typeof n=="function"&&Function.toString.call(n)===Q1}function No(e,t){ko(e)===0?Reflect.ownKeys(e).forEach(n=>{t(n,e[n],e)}):e.forEach((n,r)=>t(r,n,e))}function ko(e){const t=e[bt];return t?t.type_:Array.isArray(e)?1:Po(e)?2:Mo(e)?3:0}function Ci(e,t){return ko(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function jl(e,t,n){const r=ko(e);r===2?e.set(t,n):r===3?e.add(n):e[t]=n}function q1(e,t){return e===t?e!==0||1/e===1/t:e!==e&&t!==t}function Po(e){return e instanceof Map}function Mo(e){return e instanceof Set}function Rn(e){return e.copy_||e.base_}function Ii(e,t){if(Po(e))return new Map(e);if(Mo(e))return new Set(e);if(Array.isArray(e))return Array.prototype.slice.call(e);const n=Bl(e);if(t===!0||t==="class_only"&&!n){const r=Object.getOwnPropertyDescriptors(e);delete r[bt];let o=Reflect.ownKeys(r);for(let s=0;s<o.length;s++){const i=o[s],a=r[i];a.writable===!1&&(a.writable=!0,a.configurable=!0),(a.get||a.set)&&(r[i]={configurable:!0,writable:!0,enumerable:a.enumerable,value:e[i]})}return Object.create(tr(e),r)}else{const r=tr(e);if(r!==null&&n)return{...e};const o=Object.create(r);return Object.assign(o,e)}}function Ei(e,t=!1){return Bo(e)||Ln(e)||!qt(e)||(ko(e)>1&&(e.set=e.add=e.clear=e.delete=$1),Object.freeze(e),t&&Object.entries(e).forEach(([n,r])=>Ei(r,!0))),e}function $1(){at(2)}function Bo(e){return Object.isFrozen(e)}var K1={};function Fn(e){const t=K1[e];return t||at(0,e),t}var Hr;function Gl(){return Hr}function em(e,t){return{drafts_:[],parent_:e,immer_:t,canAutoFreeze_:!0,unfinalizedDrafts_:0}}function Vl(e,t){t&&(Fn("Patches"),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function xi(e){wi(e),e.drafts_.forEach(tm),e.drafts_=null}function wi(e){e===Hr&&(Hr=e.parent_)}function Hl(e){return Hr=em(Hr,e)}function tm(e){const t=e[bt];t.type_===0||t.type_===1?t.revoke_():t.revoked_=!0}function Wl(e,t){t.unfinalizedDrafts_=t.drafts_.length;const n=t.drafts_[0];return e!==void 0&&e!==n?(n[bt].modified_&&(xi(t),at(4)),qt(e)&&(e=jo(t,e),t.parent_||Go(t,e)),t.patches_&&Fn("Patches").generateReplacementPatches_(n[bt].base_,e,t.patches_,t.inversePatches_)):e=jo(t,n,[]),xi(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==Pl?e:void 0}function jo(e,t,n){if(Bo(t))return t;const r=t[bt];if(!r)return No(t,(o,s)=>Zl(e,r,t,o,s,n)),t;if(r.scope_!==e)return t;if(!r.modified_)return Go(e,r.base_,!0),r.base_;if(!r.finalized_){r.finalized_=!0,r.scope_.unfinalizedDrafts_--;const o=r.copy_;let s=o,i=!1;r.type_===3&&(s=new Set(o),o.clear(),i=!0),No(s,(a,c)=>Zl(e,r,o,a,c,n,i)),Go(e,o,!1),n&&e.patches_&&Fn("Patches").generatePatches_(r,n,e.patches_,e.inversePatches_)}return r.copy_}function Zl(e,t,n,r,o,s,i){if(process.env.NODE_ENV!=="production"&&o===n&&at(5),Ln(o)){const a=s&&t&&t.type_!==3&&!Ci(t.assigned_,r)?s.concat(r):void 0,c=jo(e,o,a);if(jl(n,r,c),Ln(c))e.canAutoFreeze_=!1;else return}else i&&n.add(o);if(qt(o)&&!Bo(o)){if(!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1)return;jo(e,o),(!t||!t.scope_.parent_)&&typeof r!="symbol"&&Object.prototype.propertyIsEnumerable.call(n,r)&&Go(e,o)}}function Go(e,t,n=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&Ei(t,n)}function nm(e,t){const n=Array.isArray(e),r={type_:n?1:0,scope_:t?t.scope_:Gl(),modified_:!1,finalized_:!1,assigned_:{},parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1};let o=r,s=Ai;n&&(o=[r],s=Wr);const{revoke:i,proxy:a}=Proxy.revocable(o,s);return r.draft_=a,r.revoke_=i,a}var Ai={get(e,t){if(t===bt)return e;const n=Rn(e);if(!Ci(n,t))return rm(e,n,t);const r=n[t];return e.finalized_||!qt(r)?r:r===Ti(e.base_,t)?(_i(e),e.copy_[t]=Oi(r,e)):r},has(e,t){return t in Rn(e)},ownKeys(e){return Reflect.ownKeys(Rn(e))},set(e,t,n){const r=Xl(Rn(e),t);if(r!=null&&r.set)return r.set.call(e.draft_,n),!0;if(!e.modified_){const o=Ti(Rn(e),t),s=o==null?void 0:o[bt];if(s&&s.base_===n)return e.copy_[t]=n,e.assigned_[t]=!1,!0;if(q1(n,o)&&(n!==void 0||Ci(e.base_,t)))return!0;_i(e),Si(e)}return e.copy_[t]===n&&(n!==void 0||t in e.copy_)||Number.isNaN(n)&&Number.isNaN(e.copy_[t])||(e.copy_[t]=n,e.assigned_[t]=!0),!0},deleteProperty(e,t){return Ti(e.base_,t)!==void 0||t in e.base_?(e.assigned_[t]=!1,_i(e),Si(e)):delete e.assigned_[t],e.copy_&&delete e.copy_[t],!0},getOwnPropertyDescriptor(e,t){const n=Rn(e),r=Reflect.getOwnPropertyDescriptor(n,t);return r&&{writable:!0,configurable:e.type_!==1||t!=="length",enumerable:r.enumerable,value:n[t]}},defineProperty(){at(11)},getPrototypeOf(e){return tr(e.base_)},setPrototypeOf(){at(12)}},Wr={};No(Ai,(e,t)=>{Wr[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}}),Wr.deleteProperty=function(e,t){return process.env.NODE_ENV!=="production"&&isNaN(parseInt(t))&&at(13),Wr.set.call(this,e,t,void 0)},Wr.set=function(e,t,n){return process.env.NODE_ENV!=="production"&&t!=="length"&&isNaN(parseInt(t))&&at(14),Ai.set.call(this,e[0],t,n,e[0])};function Ti(e,t){const n=e[bt];return(n?Rn(n):e)[t]}function rm(e,t,n){var o;const r=Xl(t,n);return r?"value"in r?r.value:(o=r.get)==null?void 0:o.call(e.draft_):void 0}function Xl(e,t){if(!(t in e))return;let n=tr(e);for(;n;){const r=Object.getOwnPropertyDescriptor(n,t);if(r)return r;n=tr(n)}}function Si(e){e.modified_||(e.modified_=!0,e.parent_&&Si(e.parent_))}function _i(e){e.copy_||(e.copy_=Ii(e.base_,e.scope_.immer_.useStrictShallowCopy_))}var om=class{constructor(e){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.produce=(t,n,r)=>{if(typeof t=="function"&&typeof n!="function"){const s=n;n=t;const i=this;return function(c=s,...l){return i.produce(c,u=>n.call(this,u,...l))}}typeof n!="function"&&at(6),r!==void 0&&typeof r!="function"&&at(7);let o;if(qt(t)){const s=Hl(this),i=Oi(t,void 0);let a=!0;try{o=n(i),a=!1}finally{a?xi(s):wi(s)}return Vl(s,r),Wl(o,s)}else if(!t||typeof t!="object"){if(o=n(t),o===void 0&&(o=t),o===Pl&&(o=void 0),this.autoFreeze_&&Ei(o,!0),r){const s=[],i=[];Fn("Patches").generateReplacementPatches_(t,o,s,i),r(s,i)}return o}else at(1,t)},this.produceWithPatches=(t,n)=>{if(typeof t=="function")return(i,...a)=>this.produceWithPatches(i,c=>t(c,...a));let r,o;return[this.produce(t,n,(i,a)=>{r=i,o=a}),r,o]},typeof(e==null?void 0:e.autoFreeze)=="boolean"&&this.setAutoFreeze(e.autoFreeze),typeof(e==null?void 0:e.useStrictShallowCopy)=="boolean"&&this.setUseStrictShallowCopy(e.useStrictShallowCopy)}createDraft(e){qt(e)||at(8),Ln(e)&&(e=sm(e));const t=Hl(this),n=Oi(e,void 0);return n[bt].isManual_=!0,wi(t),n}finishDraft(e,t){const n=e&&e[bt];(!n||!n.isManual_)&&at(9);const{scope_:r}=n;return Vl(r,t),Wl(void 0,r)}setAutoFreeze(e){this.autoFreeze_=e}setUseStrictShallowCopy(e){this.useStrictShallowCopy_=e}applyPatches(e,t){let n;for(n=t.length-1;n>=0;n--){const o=t[n];if(o.path.length===0&&o.op==="replace"){e=o.value;break}}n>-1&&(t=t.slice(n+1));const r=Fn("Patches").applyPatches_;return Ln(e)?r(e,t):this.produce(e,o=>r(o,t))}};function Oi(e,t){const n=Po(e)?Fn("MapSet").proxyMap_(e,t):Mo(e)?Fn("MapSet").proxySet_(e,t):nm(e,t);return(t?t.scope_:Gl()).drafts_.push(n),n}function sm(e){return Ln(e)||at(10,e),zl(e)}function zl(e){if(!qt(e)||Bo(e))return e;const t=e[bt];let n;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,n=Ii(e,t.scope_.immer_.useStrictShallowCopy_)}else n=Ii(e,!0);return No(n,(r,o)=>{jl(n,r,zl(o))}),t&&(t.finalized_=!1),n}var yt=new om,Yl=yt.produce;yt.produceWithPatches.bind(yt),yt.setAutoFreeze.bind(yt),yt.setUseStrictShallowCopy.bind(yt),yt.applyPatches.bind(yt),yt.createDraft.bind(yt),yt.finishDraft.bind(yt);var im=(e,t,n)=>{if(t.length===1&&t[0]===n){let r=!1;try{const o={};e(o)===o&&(r=!0)}catch{}if(r){let o;try{throw new Error}catch(s){({stack:o}=s)}console.warn(`The result function returned its own inputs without modification. e.g
|
|
441
458
|
\`createSelector([state => state.todos], todos => todos)\`
|
|
442
459
|
This could lead to inefficient memoization and unnecessary re-renders.
|
|
443
|
-
Ensure transformation logic is in the result function, and extraction logic is in the input selectors.`,{stack:o})}}},
|
|
460
|
+
Ensure transformation logic is in the result function, and extraction logic is in the input selectors.`,{stack:o})}}},am=(e,t,n)=>{const{memoize:r,memoizeOptions:o}=t,{inputSelectorResults:s,inputSelectorResultsCopy:i}=e,a=r(()=>({}),...o);if(!(a.apply(null,s)===a.apply(null,i))){let l;try{throw new Error}catch(u){({stack:l}=u)}console.warn(`An input selector returned a different result when passed same arguments.
|
|
444
461
|
This means your output selector will likely run more frequently than intended.
|
|
445
462
|
Avoid returning a new reference inside your input selector, e.g.
|
|
446
|
-
\`createSelector([state => state.todos.map(todo => todo.id)], todoIds => todoIds.length)\``,{arguments:n,firstInputs:s,secondInputs:i,stack:l})}},
|
|
447
|
-
Make sure you're calling the action creator before dispatching, i.e. \`dispatch(${n}())\` instead of \`dispatch(${n})\`. This is necessary even if the action has no payload.`}function
|
|
463
|
+
\`createSelector([state => state.todos.map(todo => todo.id)], todoIds => todoIds.length)\``,{arguments:n,firstInputs:s,secondInputs:i,stack:l})}},cm={inputStabilityCheck:"once",identityFunctionCheck:"once"};function lm(e,t=`expected a function, instead received ${typeof e}`){if(typeof e!="function")throw new TypeError(t)}function um(e,t=`expected an object, instead received ${typeof e}`){if(typeof e!="object")throw new TypeError(t)}function dm(e,t="expected all items to be functions, instead received the following types: "){if(!e.every(n=>typeof n=="function")){const n=e.map(r=>typeof r=="function"?`function ${r.name||"unnamed"}()`:typeof r).join(", ");throw new TypeError(`${t}[${n}]`)}}var Jl=e=>Array.isArray(e)?e:[e];function fm(e){const t=Array.isArray(e[0])?e[0]:e;return dm(t,"createSelector expects all input-selectors to be functions, but received the following types: "),t}function Ul(e,t){const n=[],{length:r}=e;for(let o=0;o<r;o++)n.push(e[o].apply(null,t));return n}var pm=(e,t)=>{const{identityFunctionCheck:n,inputStabilityCheck:r}={...cm,...t};return{identityFunctionCheck:{shouldRun:n==="always"||n==="once"&&e,run:im},inputStabilityCheck:{shouldRun:r==="always"||r==="once"&&e,run:am}}},hm=class{constructor(e){this.value=e}deref(){return this.value}},gm=typeof WeakRef<"u"?WeakRef:hm,mm=0,Ql=1;function Vo(){return{s:mm,v:void 0,o:null,p:null}}function ql(e,t={}){let n=Vo();const{resultEqualityCheck:r}=t;let o,s=0;function i(){var m;let a=n;const{length:c}=arguments;for(let y=0,C=c;y<C;y++){const h=arguments[y];if(typeof h=="function"||typeof h=="object"&&h!==null){let p=a.o;p===null&&(a.o=p=new WeakMap);const d=p.get(h);d===void 0?(a=Vo(),p.set(h,a)):a=d}else{let p=a.p;p===null&&(a.p=p=new Map);const d=p.get(h);d===void 0?(a=Vo(),p.set(h,a)):a=d}}const l=a;let u;if(a.s===Ql)u=a.v;else if(u=e.apply(null,arguments),s++,r){const y=((m=o==null?void 0:o.deref)==null?void 0:m.call(o))??o;y!=null&&r(y,u)&&(u=y,s!==0&&s--),o=typeof u=="object"&&u!==null||typeof u=="function"?new gm(u):u}return l.s=Ql,l.v=u,u}return i.clearCache=()=>{n=Vo(),i.resetResultsCount()},i.resultsCount=()=>s,i.resetResultsCount=()=>{s=0},i}function bm(e,...t){const n=typeof e=="function"?{memoize:e,memoizeOptions:t}:e,r=(...o)=>{let s=0,i=0,a,c={},l=o.pop();typeof l=="object"&&(c=l,l=o.pop()),lm(l,`createSelector expects an output function after the inputs, but received: [${typeof l}]`);const u={...n,...c},{memoize:m,memoizeOptions:y=[],argsMemoize:C=ql,argsMemoizeOptions:h=[],devModeChecks:p={}}=u,d=Jl(y),f=Jl(h),b=fm(o),g=m(function(){return s++,l.apply(null,arguments)},...d);let I=!0;const v=C(function(){i++;const A=Ul(b,arguments);if(a=g.apply(null,A),process.env.NODE_ENV!=="production"){const{identityFunctionCheck:T,inputStabilityCheck:_}=pm(I,p);if(T.shouldRun&&T.run(l,A,a),_.shouldRun){const D=Ul(b,arguments);_.run({inputSelectorResults:A,inputSelectorResultsCopy:D},{memoize:m,memoizeOptions:d},arguments)}I&&(I=!1)}return a},...f);return Object.assign(v,{resultFunc:l,memoizedResultFunc:g,dependencies:b,dependencyRecomputations:()=>i,resetDependencyRecomputations:()=>{i=0},lastResult:()=>a,recomputations:()=>s,resetRecomputations:()=>{s=0},memoize:m,argsMemoize:C})};return Object.assign(r,{withTypes:()=>r}),r}var ym=bm(ql),vm=Object.assign((e,t=ym)=>{um(e,`createStructuredSelector expects first argument to be an object where each property is a selector, instead received a ${typeof e}`);const n=Object.keys(e),r=n.map(s=>e[s]);return t(r,(...s)=>s.reduce((i,a,c)=>(i[n[c]]=a,i),{}))},{withTypes:()=>vm});function $l(e){return({dispatch:n,getState:r})=>o=>s=>typeof s=="function"?s(n,r,e):o(s)}var Cm=$l(),Im=$l,Em=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?Do:Do.apply(null,arguments)},Kl=e=>e&&typeof e.match=="function";function Zr(e,t){function n(...r){if(t){let o=t(...r);if(!o)throw new Error(process.env.NODE_ENV==="production"?Te(0):"prepareAction did not return an object");return{type:e,payload:o.payload,..."meta"in o&&{meta:o.meta},..."error"in o&&{error:o.error}}}return{type:e,payload:r[0]}}return n.toString=()=>`${e}`,n.type=e,n.match=r=>kl(r)&&r.type===e,n}function xm(e){return typeof e=="function"&&"type"in e&&Kl(e)}function wm(e){const t=e?`${e}`.split("/"):[],n=t[t.length-1]||"actionCreator";return`Detected an action creator with type "${e||"unknown"}" being dispatched.
|
|
464
|
+
Make sure you're calling the action creator before dispatching, i.e. \`dispatch(${n}())\` instead of \`dispatch(${n})\`. This is necessary even if the action has no payload.`}function Am(e={}){if(process.env.NODE_ENV==="production")return()=>n=>r=>n(r);const{isActionCreator:t=xm}=e;return()=>n=>r=>(t(r)&&console.warn(wm(r.type)),n(r))}function eu(e,t){let n=0;return{measureTime(r){const o=Date.now();try{return r()}finally{const s=Date.now();n+=s-o}},warnIfExceeded(){n>e&&console.warn(`${t} took ${n}ms, which is more than the warning threshold of ${e}ms.
|
|
448
465
|
If your state or actions are very large, you may want to disable the middleware as it might cause too much of a slowdown in development mode. See https://redux-toolkit.js.org/api/getDefaultMiddleware for instructions.
|
|
449
|
-
It is disabled in production builds, so you don't need to worry about that.`)}}}var tu=class co extends Array{constructor(...t){super(...t),Object.setPrototypeOf(this,co.prototype)}static get[Symbol.species](){return co}concat(...t){return super.concat.apply(this,t)}prepend(...t){return t.length===1&&Array.isArray(t[0])?new co(...t[0].concat(this)):new co(...t.concat(this))}};function nu(e){return qt(e)?Yl(e,()=>{}):e}function ru(e,t,n){if(e.has(t)){let o=e.get(t);return n.update&&(o=n.update(o,t,e),e.set(t,o)),o}if(!n.insert)throw new Error(process.env.NODE_ENV==="production"?Te(10):"No insert provided for key not already in map");const r=n.insert(t,e);return e.set(t,r),r}function
|
|
466
|
+
It is disabled in production builds, so you don't need to worry about that.`)}}}var tu=class co extends Array{constructor(...t){super(...t),Object.setPrototypeOf(this,co.prototype)}static get[Symbol.species](){return co}concat(...t){return super.concat.apply(this,t)}prepend(...t){return t.length===1&&Array.isArray(t[0])?new co(...t[0].concat(this)):new co(...t.concat(this))}};function nu(e){return qt(e)?Yl(e,()=>{}):e}function ru(e,t,n){if(e.has(t)){let o=e.get(t);return n.update&&(o=n.update(o,t,e),e.set(t,o)),o}if(!n.insert)throw new Error(process.env.NODE_ENV==="production"?Te(10):"No insert provided for key not already in map");const r=n.insert(t,e);return e.set(t,r),r}function Tm(e){return typeof e!="object"||e==null||Object.isFrozen(e)}function Sm(e,t,n){const r=ou(e,t,n);return{detectMutations(){return su(e,t,r,n)}}}function ou(e,t=[],n,r="",o=new Set){const s={value:n};if(!e(n)&&!o.has(n)){o.add(n),s.children={};for(const i in n){const a=r?r+"."+i:i;t.length&&t.indexOf(a)!==-1||(s.children[i]=ou(e,t,n[i],a))}}return s}function su(e,t=[],n,r,o=!1,s=""){const i=n?n.value:void 0,a=i===r;if(o&&!a&&!Number.isNaN(r))return{wasMutated:!0,path:s};if(e(i)||e(r))return{wasMutated:!1};const c={};for(let u in n.children)c[u]=!0;for(let u in r)c[u]=!0;const l=t.length>0;for(let u in c){const m=s?s+"."+u:u;if(l&&t.some(h=>h instanceof RegExp?h.test(m):m===h))continue;const y=su(e,t,n.children[u],r[u],a,m);if(y.wasMutated)return y}return{wasMutated:!1}}function _m(e={}){if(process.env.NODE_ENV==="production")return()=>t=>n=>t(n);{let t=function(a,c,l,u){return JSON.stringify(a,n(c,u),l)},n=function(a,c){let l=[],u=[];return c||(c=function(m,y){return l[0]===y?"[Circular ~]":"[Circular ~."+u.slice(0,l.indexOf(y)).join(".")+"]"}),function(m,y){if(l.length>0){var C=l.indexOf(this);~C?l.splice(C+1):l.push(this),~C?u.splice(C,1/0,m):u.push(m),~l.indexOf(y)&&(y=c.call(this,m,y))}else l.push(y);return a==null?y:a.call(this,m,y)}},{isImmutable:r=Tm,ignoredPaths:o,warnAfter:s=32}=e;const i=Sm.bind(null,r,o);return({getState:a})=>{let c=a(),l=i(c),u;return m=>y=>{const C=eu(s,"ImmutableStateInvariantMiddleware");C.measureTime(()=>{if(c=a(),u=l.detectMutations(),l=i(c),u.wasMutated)throw new Error(process.env.NODE_ENV==="production"?Te(19):`A state mutation was detected between dispatches, in the path '${u.path||""}'. This may cause incorrect behavior. (https://redux.js.org/style-guide/style-guide#do-not-mutate-state)`)});const h=m(y);return C.measureTime(()=>{if(c=a(),u=l.detectMutations(),l=i(c),u.wasMutated)throw new Error(process.env.NODE_ENV==="production"?Te(20):`A state mutation was detected inside a dispatch, in the path: ${u.path||""}. Take a look at the reducer(s) handling the action ${t(y)}. (https://redux.js.org/style-guide/style-guide#do-not-mutate-state)`)}),C.warnIfExceeded(),h}}}}function iu(e){const t=typeof e;return e==null||t==="string"||t==="boolean"||t==="number"||Array.isArray(e)||Vr(e)}function Li(e,t="",n=iu,r,o=[],s){let i;if(!n(e))return{keyPath:t||"<root>",value:e};if(typeof e!="object"||e===null||s!=null&&s.has(e))return!1;const a=r!=null?r(e):Object.entries(e),c=o.length>0;for(const[l,u]of a){const m=t?t+"."+l:l;if(!(c&&o.some(C=>C instanceof RegExp?C.test(m):m===C))){if(!n(u))return{keyPath:m,value:u};if(typeof u=="object"&&(i=Li(u,m,n,r,o,s),i))return i}}return s&&au(e)&&s.add(e),!1}function au(e){if(!Object.isFrozen(e))return!1;for(const t of Object.values(e))if(!(typeof t!="object"||t===null)&&!au(t))return!1;return!0}function Om(e={}){if(process.env.NODE_ENV==="production")return()=>t=>n=>t(n);{const{isSerializable:t=iu,getEntries:n,ignoredActions:r=[],ignoredActionPaths:o=["meta.arg","meta.baseQueryMeta"],ignoredPaths:s=[],warnAfter:i=32,ignoreState:a=!1,ignoreActions:c=!1,disableCache:l=!1}=e,u=!l&&WeakSet?new WeakSet:void 0;return m=>y=>C=>{if(!kl(C))return y(C);const h=y(C),p=eu(i,"SerializableStateInvariantMiddleware");return!c&&!(r.length&&r.indexOf(C.type)!==-1)&&p.measureTime(()=>{const d=Li(C,"",t,n,o,u);if(d){const{keyPath:f,value:b}=d;console.error(`A non-serializable value was detected in an action, in the path: \`${f}\`. Value:`,b,`
|
|
450
467
|
Take a look at the logic that dispatched this action: `,C,`
|
|
451
468
|
(See https://redux.js.org/faq/actions#why-should-type-be-a-string-or-at-least-serializable-why-should-my-action-types-be-constants)`,`
|
|
452
|
-
(To allow non-serializable values see: https://redux-toolkit.js.org/usage/usage-guide#working-with-non-serializable-data)`)}}),a||(p.measureTime(()=>{const d=
|
|
469
|
+
(To allow non-serializable values see: https://redux-toolkit.js.org/usage/usage-guide#working-with-non-serializable-data)`)}}),a||(p.measureTime(()=>{const d=m.getState(),f=Li(d,"",t,n,s,u);if(f){const{keyPath:b,value:g}=f;console.error(`A non-serializable value was detected in the state, in the path: \`${b}\`. Value:`,g,`
|
|
453
470
|
Take a look at the reducer(s) handling this action type: ${C.type}.
|
|
454
|
-
(See https://redux.js.org/faq/organizing-state#can-i-put-functions-promises-or-other-non-serializable-items-in-my-store-state)`)}}),p.warnIfExceeded()),h}}}function Ho(e){return typeof e=="boolean"}var _m=()=>function(t){const{thunk:n=!0,immutableCheck:r=!0,serializableCheck:o=!0,actionCreatorCheck:s=!0}=t??{};let i=new tu;if(n&&(Ho(n)?i.push(ym):i.push(vm(n.extraArgument))),process.env.NODE_ENV!=="production"){if(r){let a={};Ho(r)||(a=r),i.unshift(Tm(a))}if(o){let a={};Ho(o)||(a=o),i.push(Sm(a))}if(s){let a={};Ho(s)||(a=s),i.unshift(xm(a))}}return i},Om="RTK_autoBatch",cu=e=>t=>{setTimeout(t,e)},Lm=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:cu(10),Rm=(e={type:"raf"})=>t=>(...n)=>{const r=t(...n);let o=!0,s=!1,i=!1;const a=new Set,c=e.type==="tick"?queueMicrotask:e.type==="raf"?Lm:e.type==="callback"?e.queueNotification:cu(e.timeout),l=()=>{i=!1,s&&(s=!1,a.forEach(u=>u()))};return Object.assign({},r,{subscribe(u){const b=()=>o&&u(),y=r.subscribe(b);return a.add(u),()=>{y(),a.delete(u)}},dispatch(u){var b;try{return o=!((b=u==null?void 0:u.meta)!=null&&b[Om]),s=!o,s&&(i||(i=!0,c(l))),r.dispatch(u)}finally{o=!0}}})},Fm=e=>function(n){const{autoBatch:r=!0}=n??{};let o=new tu(e);return r&&o.push(Rm(typeof r=="object"?r:void 0)),o};function Nm(e){const t=_m(),{reducer:n=void 0,middleware:r,devTools:o=!0,preloadedState:s=void 0,enhancers:i=void 0}=e||{};let a;if(typeof n=="function")a=n;else if(Vr(n))a=Dl(n);else throw new Error(process.env.NODE_ENV==="production"?Te(1):"`reducer` is a required argument, and must be a function or an object of functions that can be passed to combineReducers");if(process.env.NODE_ENV!=="production"&&r&&typeof r!="function")throw new Error(process.env.NODE_ENV==="production"?Te(2):"`middleware` field must be a callback");let c;if(typeof r=="function"){if(c=r(t),process.env.NODE_ENV!=="production"&&!Array.isArray(c))throw new Error(process.env.NODE_ENV==="production"?Te(3):"when using a middleware builder function, an array of middleware must be returned")}else c=t();if(process.env.NODE_ENV!=="production"&&c.some(h=>typeof h!="function"))throw new Error(process.env.NODE_ENV==="production"?Te(4):"each middleware provided to configureStore must be a function");let l=No;o&&(l=Cm({trace:process.env.NODE_ENV!=="production",...typeof o=="object"&&o}));const u=z1(...c),b=Fm(u);if(process.env.NODE_ENV!=="production"&&i&&typeof i!="function")throw new Error(process.env.NODE_ENV==="production"?Te(5):"`enhancers` field must be a callback");let y=typeof i=="function"?i(b):b();if(process.env.NODE_ENV!=="production"&&!Array.isArray(y))throw new Error(process.env.NODE_ENV==="production"?Te(6):"`enhancers` callback must return an array");if(process.env.NODE_ENV!=="production"&&y.some(h=>typeof h!="function"))throw new Error(process.env.NODE_ENV==="production"?Te(7):"each enhancer provided to configureStore must be a function");process.env.NODE_ENV!=="production"&&c.length&&!y.includes(u)&&console.error("middlewares were provided, but middleware enhancer was not included in final enhancers - make sure to call `getDefaultEnhancers`");const C=l(...y);return Fl(a,s,C)}function lu(e){const t={},n=[];let r;const o={addCase(s,i){if(process.env.NODE_ENV!=="production"){if(n.length>0)throw new Error(process.env.NODE_ENV==="production"?Te(26):"`builder.addCase` should only be called before calling `builder.addMatcher`");if(r)throw new Error(process.env.NODE_ENV==="production"?Te(27):"`builder.addCase` should only be called before calling `builder.addDefaultCase`")}const a=typeof s=="string"?s:s.type;if(!a)throw new Error(process.env.NODE_ENV==="production"?Te(28):"`builder.addCase` cannot be called with an empty action type");if(a in t)throw new Error(process.env.NODE_ENV==="production"?Te(29):`\`builder.addCase\` cannot be called with two reducers for the same action type '${a}'`);return t[a]=i,o},addMatcher(s,i){if(process.env.NODE_ENV!=="production"&&r)throw new Error(process.env.NODE_ENV==="production"?Te(30):"`builder.addMatcher` should only be called before calling `builder.addDefaultCase`");return n.push({matcher:s,reducer:i}),o},addDefaultCase(s){if(process.env.NODE_ENV!=="production"&&r)throw new Error(process.env.NODE_ENV==="production"?Te(31):"`builder.addDefaultCase` can only be called once");return r=s,o}};return e(o),[t,n,r]}function Dm(e){return typeof e=="function"}function km(e,t){if(process.env.NODE_ENV!=="production"&&typeof t=="object")throw new Error(process.env.NODE_ENV==="production"?Te(8):"The object notation for `createReducer` has been removed. Please use the 'builder callback' notation instead: https://redux-toolkit.js.org/api/createReducer");let[n,r,o]=lu(t),s;if(Dm(e))s=()=>nu(e());else{const a=nu(e);s=()=>a}function i(a=s(),c){let l=[n[c.type],...r.filter(({matcher:u})=>u(c)).map(({reducer:u})=>u)];return l.filter(u=>!!u).length===0&&(l=[o]),l.reduce((u,b)=>{if(b)if(Rn(u)){const C=b(u,c);return C===void 0?u:C}else{if(qt(u))return Yl(u,y=>b(y,c));{const y=b(u,c);if(y===void 0){if(u===null)return u;throw new Error(process.env.NODE_ENV==="production"?Te(9):"A case reducer on a non-draftable value must not return undefined")}return y}}return u},a)}return i.getInitialState=s,i}var Pm=(e,t)=>Kl(e)?e.match(t):e(t);function Mm(...e){return t=>e.some(n=>Pm(n,t))}var Bm="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Gm=(e=21)=>{let t="",n=e;for(;n--;)t+=Bm[Math.random()*64|0];return t},jm=["name","message","stack","code"],Ri=class{constructor(e,t){Ra(this,"_type");this.payload=e,this.meta=t}},uu=class{constructor(e,t){Ra(this,"_type");this.payload=e,this.meta=t}},Vm=e=>{if(typeof e=="object"&&e!==null){const t={};for(const n of jm)typeof e[n]=="string"&&(t[n]=e[n]);return t}return{message:String(e)}},Bt=(()=>{function e(t,n,r){const o=Zr(t+"/fulfilled",(c,l,u,b)=>({payload:c,meta:{...b||{},arg:u,requestId:l,requestStatus:"fulfilled"}})),s=Zr(t+"/pending",(c,l,u)=>({payload:void 0,meta:{...u||{},arg:l,requestId:c,requestStatus:"pending"}})),i=Zr(t+"/rejected",(c,l,u,b,y)=>({payload:b,error:(r&&r.serializeError||Vm)(c||"Rejected"),meta:{...y||{},arg:u,requestId:l,rejectedWithValue:!!b,requestStatus:"rejected",aborted:(c==null?void 0:c.name)==="AbortError",condition:(c==null?void 0:c.name)==="ConditionError"}}));function a(c){return(l,u,b)=>{const y=r!=null&&r.idGenerator?r.idGenerator(c):Gm(),C=new AbortController;let h,p;function d(m){p=m,C.abort()}const f=async function(){var I,v;let m;try{let w=(I=r==null?void 0:r.condition)==null?void 0:I.call(r,c,{getState:u,extra:b});if(Wm(w)&&(w=await w),w===!1||C.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};const A=new Promise((T,O)=>{h=()=>{O({name:"AbortError",message:p||"Aborted"})},C.signal.addEventListener("abort",h)});l(s(y,c,(v=r==null?void 0:r.getPendingMeta)==null?void 0:v.call(r,{requestId:y,arg:c},{getState:u,extra:b}))),m=await Promise.race([A,Promise.resolve(n(c,{dispatch:l,getState:u,extra:b,requestId:y,signal:C.signal,abort:d,rejectWithValue:(T,O)=>new Ri(T,O),fulfillWithValue:(T,O)=>new uu(T,O)})).then(T=>{if(T instanceof Ri)throw T;return T instanceof uu?o(T.payload,y,c,T.meta):o(T,y,c)})])}catch(w){m=w instanceof Ri?i(null,y,c,w.payload,w.meta):i(w,y,c)}finally{h&&C.signal.removeEventListener("abort",h)}return r&&!r.dispatchConditionRejection&&i.match(m)&&m.meta.condition||l(m),m}();return Object.assign(f,{abort:d,requestId:y,arg:c,unwrap(){return f.then(Hm)}})}}return Object.assign(a,{pending:s,rejected:i,fulfilled:o,settled:Mm(i,o),typePrefix:t})}return e.withTypes=()=>e,e})();function Hm(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function Wm(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var Zm=Symbol.for("rtk-slice-createasyncthunk");function Xm(e,t){return`${e}/${t}`}function zm({creators:e}={}){var n;const t=(n=e==null?void 0:e.asyncThunk)==null?void 0:n[Zm];return function(o){const{name:s,reducerPath:i=s}=o;if(!s)throw new Error(process.env.NODE_ENV==="production"?Te(11):"`name` is a required option for createSlice");typeof process<"u"&&process.env.NODE_ENV==="development"&&o.initialState===void 0&&console.error("You must provide an `initialState` value that is not `undefined`. You may have misspelled `initialState`");const a=(typeof o.reducers=="function"?o.reducers(Jm()):o.reducers)||{},c=Object.keys(a),l={sliceCaseReducersByName:{},sliceCaseReducersByType:{},actionCreators:{},sliceMatchers:[]},u={addCase(g,I){const v=typeof g=="string"?g:g.type;if(!v)throw new Error(process.env.NODE_ENV==="production"?Te(12):"`context.addCase` cannot be called with an empty action type");if(v in l.sliceCaseReducersByType)throw new Error(process.env.NODE_ENV==="production"?Te(13):"`context.addCase` cannot be called with two reducers for the same action type: "+v);return l.sliceCaseReducersByType[v]=I,u},addMatcher(g,I){return l.sliceMatchers.push({matcher:g,reducer:I}),u},exposeAction(g,I){return l.actionCreators[g]=I,u},exposeCaseReducer(g,I){return l.sliceCaseReducersByName[g]=I,u}};c.forEach(g=>{const I=a[g],v={reducerName:g,type:Xm(s,g),createNotation:typeof o.reducers=="function"};Qm(I)?$m(v,I,u,t):Um(v,I,u)});function b(){if(process.env.NODE_ENV!=="production"&&typeof o.extraReducers=="object")throw new Error(process.env.NODE_ENV==="production"?Te(14):"The object notation for `createSlice.extraReducers` has been removed. Please use the 'builder callback' notation instead: https://redux-toolkit.js.org/api/createSlice");const[g={},I=[],v=void 0]=typeof o.extraReducers=="function"?lu(o.extraReducers):[o.extraReducers],w={...g,...l.sliceCaseReducersByType};return km(o.initialState,A=>{for(let T in w)A.addCase(T,w[T]);for(let T of l.sliceMatchers)A.addMatcher(T.matcher,T.reducer);for(let T of I)A.addMatcher(T.matcher,T.reducer);v&&A.addDefaultCase(v)})}const y=g=>g,C=new Map;let h;function p(g,I){return h||(h=b()),h(g,I)}function d(){return h||(h=b()),h.getInitialState()}function f(g,I=!1){function v(A){let T=A[g];if(typeof T>"u"){if(I)T=d();else if(process.env.NODE_ENV!=="production")throw new Error(process.env.NODE_ENV==="production"?Te(15):"selectSlice returned undefined for an uninjected slice reducer")}return T}function w(A=y){const T=ru(C,I,{insert:()=>new WeakMap});return ru(T,A,{insert:()=>{const O={};for(const[N,F]of Object.entries(o.selectors??{}))O[N]=Ym(F,A,d,I);return O}})}return{reducerPath:g,getSelectors:w,get selectors(){return w(v)},selectSlice:v}}const m={name:s,reducer:p,actions:l.actionCreators,caseReducers:l.sliceCaseReducersByName,getInitialState:d,...f(i),injectInto(g,{reducerPath:I,...v}={}){const w=I??i;return g.inject({reducerPath:w,reducer:p},v),{...m,...f(w,!0)}}};return m}}function Ym(e,t,n,r){function o(s,...i){let a=t(s);if(typeof a>"u"){if(r)a=n();else if(process.env.NODE_ENV!=="production")throw new Error(process.env.NODE_ENV==="production"?Te(16):"selectState returned undefined for an uninjected slice reducer")}return e(a,...i)}return o.unwrapped=e,o}var Fi=zm();function Jm(){function e(t,n){return{_reducerDefinitionType:"asyncThunk",payloadCreator:t,...n}}return e.withTypes=()=>e,{reducer(t){return Object.assign({[t.name](...n){return t(...n)}}[t.name],{_reducerDefinitionType:"reducer"})},preparedReducer(t,n){return{_reducerDefinitionType:"reducerWithPrepare",prepare:t,reducer:n}},asyncThunk:e}}function Um({type:e,reducerName:t,createNotation:n},r,o){let s,i;if("reducer"in r){if(n&&!qm(r))throw new Error(process.env.NODE_ENV==="production"?Te(17):"Please use the `create.preparedReducer` notation for prepared action creators with the `create` notation.");s=r.reducer,i=r.prepare}else s=r;o.addCase(e,s).exposeCaseReducer(t,s).exposeAction(t,i?Zr(e,i):Zr(e))}function Qm(e){return e._reducerDefinitionType==="asyncThunk"}function qm(e){return e._reducerDefinitionType==="reducerWithPrepare"}function $m({type:e,reducerName:t},n,r,o){if(!o)throw new Error(process.env.NODE_ENV==="production"?Te(18):"Cannot use `create.asyncThunk` in the built-in `createSlice`. Use `buildCreateSlice({ creators: { asyncThunk: asyncThunkCreator } })` to create a customised version of `createSlice`.");const{payloadCreator:s,fulfilled:i,pending:a,rejected:c,settled:l,options:u}=n,b=o(e,s,u);r.exposeAction(t,b),i&&r.addCase(b.fulfilled,i),a&&r.addCase(b.pending,a),c&&r.addCase(b.rejected,c),l&&r.addMatcher(b.settled,l),r.exposeCaseReducer(t,{fulfilled:i||Wo,pending:a||Wo,rejected:c||Wo,settled:l||Wo})}function Wo(){}function Te(e){return`Minified Redux Toolkit error #${e}; visit https://redux-toolkit.js.org/Errors?code=${e} for the full message or use the non-minified dev environment for full errors. `}const un="success",vt="error",du="Some error occured. Please contact support@hiverhq.com",fu="Card refreshed successfully",Km="Card linked successfully",eb="Error in linking the card",tb="Card unlinked successfully",nb="Failed to unlink the card",Ni="Something went wrong",rb="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='15'%20height='15'%20viewBox='0%200%2015%2015'%3e%3cpath%20fill='%23ffffff'%20fill-rule='nonzero'%20d='M8.821%207.496L14.716%201.6A.937.937%200%201%200%2013.391.275L7.496%206.17%201.6.275A.937.937%200%201%200%20.275%201.601L6.17%207.496.275%2013.39A.937.937%200%201%200%201.6%2014.716L7.496%208.82l5.895%205.895a.935.935%200%200%200%201.325%200%20.937.937%200%200%200%200-1.326L8.821%207.496z'%20opacity='.8'/%3e%3c/svg%3e",ob=x.styled(x.Box)`
|
|
471
|
+
(See https://redux.js.org/faq/organizing-state#can-i-put-functions-promises-or-other-non-serializable-items-in-my-store-state)`)}}),p.warnIfExceeded()),h}}}function Ho(e){return typeof e=="boolean"}var Lm=()=>function(t){const{thunk:n=!0,immutableCheck:r=!0,serializableCheck:o=!0,actionCreatorCheck:s=!0}=t??{};let i=new tu;if(n&&(Ho(n)?i.push(Cm):i.push(Im(n.extraArgument))),process.env.NODE_ENV!=="production"){if(r){let a={};Ho(r)||(a=r),i.unshift(_m(a))}if(o){let a={};Ho(o)||(a=o),i.push(Om(a))}if(s){let a={};Ho(s)||(a=s),i.unshift(Am(a))}}return i},Rm="RTK_autoBatch",cu=e=>t=>{setTimeout(t,e)},Fm=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:cu(10),Dm=(e={type:"raf"})=>t=>(...n)=>{const r=t(...n);let o=!0,s=!1,i=!1;const a=new Set,c=e.type==="tick"?queueMicrotask:e.type==="raf"?Fm:e.type==="callback"?e.queueNotification:cu(e.timeout),l=()=>{i=!1,s&&(s=!1,a.forEach(u=>u()))};return Object.assign({},r,{subscribe(u){const m=()=>o&&u(),y=r.subscribe(m);return a.add(u),()=>{y(),a.delete(u)}},dispatch(u){var m;try{return o=!((m=u==null?void 0:u.meta)!=null&&m[Rm]),s=!o,s&&(i||(i=!0,c(l))),r.dispatch(u)}finally{o=!0}}})},Nm=e=>function(n){const{autoBatch:r=!0}=n??{};let o=new tu(e);return r&&o.push(Dm(typeof r=="object"?r:void 0)),o};function km(e){const t=Lm(),{reducer:n=void 0,middleware:r,devTools:o=!0,preloadedState:s=void 0,enhancers:i=void 0}=e||{};let a;if(typeof n=="function")a=n;else if(Vr(n))a=Nl(n);else throw new Error(process.env.NODE_ENV==="production"?Te(1):"`reducer` is a required argument, and must be a function or an object of functions that can be passed to combineReducers");if(process.env.NODE_ENV!=="production"&&r&&typeof r!="function")throw new Error(process.env.NODE_ENV==="production"?Te(2):"`middleware` field must be a callback");let c;if(typeof r=="function"){if(c=r(t),process.env.NODE_ENV!=="production"&&!Array.isArray(c))throw new Error(process.env.NODE_ENV==="production"?Te(3):"when using a middleware builder function, an array of middleware must be returned")}else c=t();if(process.env.NODE_ENV!=="production"&&c.some(h=>typeof h!="function"))throw new Error(process.env.NODE_ENV==="production"?Te(4):"each middleware provided to configureStore must be a function");let l=Do;o&&(l=Em({trace:process.env.NODE_ENV!=="production",...typeof o=="object"&&o}));const u=J1(...c),m=Nm(u);if(process.env.NODE_ENV!=="production"&&i&&typeof i!="function")throw new Error(process.env.NODE_ENV==="production"?Te(5):"`enhancers` field must be a callback");let y=typeof i=="function"?i(m):m();if(process.env.NODE_ENV!=="production"&&!Array.isArray(y))throw new Error(process.env.NODE_ENV==="production"?Te(6):"`enhancers` callback must return an array");if(process.env.NODE_ENV!=="production"&&y.some(h=>typeof h!="function"))throw new Error(process.env.NODE_ENV==="production"?Te(7):"each enhancer provided to configureStore must be a function");process.env.NODE_ENV!=="production"&&c.length&&!y.includes(u)&&console.error("middlewares were provided, but middleware enhancer was not included in final enhancers - make sure to call `getDefaultEnhancers`");const C=l(...y);return Fl(a,s,C)}function lu(e){const t={},n=[];let r;const o={addCase(s,i){if(process.env.NODE_ENV!=="production"){if(n.length>0)throw new Error(process.env.NODE_ENV==="production"?Te(26):"`builder.addCase` should only be called before calling `builder.addMatcher`");if(r)throw new Error(process.env.NODE_ENV==="production"?Te(27):"`builder.addCase` should only be called before calling `builder.addDefaultCase`")}const a=typeof s=="string"?s:s.type;if(!a)throw new Error(process.env.NODE_ENV==="production"?Te(28):"`builder.addCase` cannot be called with an empty action type");if(a in t)throw new Error(process.env.NODE_ENV==="production"?Te(29):`\`builder.addCase\` cannot be called with two reducers for the same action type '${a}'`);return t[a]=i,o},addMatcher(s,i){if(process.env.NODE_ENV!=="production"&&r)throw new Error(process.env.NODE_ENV==="production"?Te(30):"`builder.addMatcher` should only be called before calling `builder.addDefaultCase`");return n.push({matcher:s,reducer:i}),o},addDefaultCase(s){if(process.env.NODE_ENV!=="production"&&r)throw new Error(process.env.NODE_ENV==="production"?Te(31):"`builder.addDefaultCase` can only be called once");return r=s,o}};return e(o),[t,n,r]}function Pm(e){return typeof e=="function"}function Mm(e,t){if(process.env.NODE_ENV!=="production"&&typeof t=="object")throw new Error(process.env.NODE_ENV==="production"?Te(8):"The object notation for `createReducer` has been removed. Please use the 'builder callback' notation instead: https://redux-toolkit.js.org/api/createReducer");let[n,r,o]=lu(t),s;if(Pm(e))s=()=>nu(e());else{const a=nu(e);s=()=>a}function i(a=s(),c){let l=[n[c.type],...r.filter(({matcher:u})=>u(c)).map(({reducer:u})=>u)];return l.filter(u=>!!u).length===0&&(l=[o]),l.reduce((u,m)=>{if(m)if(Ln(u)){const C=m(u,c);return C===void 0?u:C}else{if(qt(u))return Yl(u,y=>m(y,c));{const y=m(u,c);if(y===void 0){if(u===null)return u;throw new Error(process.env.NODE_ENV==="production"?Te(9):"A case reducer on a non-draftable value must not return undefined")}return y}}return u},a)}return i.getInitialState=s,i}var Bm=(e,t)=>Kl(e)?e.match(t):e(t);function jm(...e){return t=>e.some(n=>Bm(n,t))}var Gm="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Vm=(e=21)=>{let t="",n=e;for(;n--;)t+=Gm[Math.random()*64|0];return t},Hm=["name","message","stack","code"],Ri=class{constructor(e,t){Ra(this,"_type");this.payload=e,this.meta=t}},uu=class{constructor(e,t){Ra(this,"_type");this.payload=e,this.meta=t}},Wm=e=>{if(typeof e=="object"&&e!==null){const t={};for(const n of Hm)typeof e[n]=="string"&&(t[n]=e[n]);return t}return{message:String(e)}},Bt=(()=>{function e(t,n,r){const o=Zr(t+"/fulfilled",(c,l,u,m)=>({payload:c,meta:{...m||{},arg:u,requestId:l,requestStatus:"fulfilled"}})),s=Zr(t+"/pending",(c,l,u)=>({payload:void 0,meta:{...u||{},arg:l,requestId:c,requestStatus:"pending"}})),i=Zr(t+"/rejected",(c,l,u,m,y)=>({payload:m,error:(r&&r.serializeError||Wm)(c||"Rejected"),meta:{...y||{},arg:u,requestId:l,rejectedWithValue:!!m,requestStatus:"rejected",aborted:(c==null?void 0:c.name)==="AbortError",condition:(c==null?void 0:c.name)==="ConditionError"}}));function a(c){return(l,u,m)=>{const y=r!=null&&r.idGenerator?r.idGenerator(c):Vm(),C=new AbortController;let h,p;function d(b){p=b,C.abort()}const f=async function(){var I,v;let b;try{let w=(I=r==null?void 0:r.condition)==null?void 0:I.call(r,c,{getState:u,extra:m});if(Xm(w)&&(w=await w),w===!1||C.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};const A=new Promise((T,_)=>{h=()=>{_({name:"AbortError",message:p||"Aborted"})},C.signal.addEventListener("abort",h)});l(s(y,c,(v=r==null?void 0:r.getPendingMeta)==null?void 0:v.call(r,{requestId:y,arg:c},{getState:u,extra:m}))),b=await Promise.race([A,Promise.resolve(n(c,{dispatch:l,getState:u,extra:m,requestId:y,signal:C.signal,abort:d,rejectWithValue:(T,_)=>new Ri(T,_),fulfillWithValue:(T,_)=>new uu(T,_)})).then(T=>{if(T instanceof Ri)throw T;return T instanceof uu?o(T.payload,y,c,T.meta):o(T,y,c)})])}catch(w){b=w instanceof Ri?i(null,y,c,w.payload,w.meta):i(w,y,c)}finally{h&&C.signal.removeEventListener("abort",h)}return r&&!r.dispatchConditionRejection&&i.match(b)&&b.meta.condition||l(b),b}();return Object.assign(f,{abort:d,requestId:y,arg:c,unwrap(){return f.then(Zm)}})}}return Object.assign(a,{pending:s,rejected:i,fulfilled:o,settled:jm(i,o),typePrefix:t})}return e.withTypes=()=>e,e})();function Zm(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function Xm(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var zm=Symbol.for("rtk-slice-createasyncthunk");function Ym(e,t){return`${e}/${t}`}function Jm({creators:e}={}){var n;const t=(n=e==null?void 0:e.asyncThunk)==null?void 0:n[zm];return function(o){const{name:s,reducerPath:i=s}=o;if(!s)throw new Error(process.env.NODE_ENV==="production"?Te(11):"`name` is a required option for createSlice");typeof process<"u"&&process.env.NODE_ENV==="development"&&o.initialState===void 0&&console.error("You must provide an `initialState` value that is not `undefined`. You may have misspelled `initialState`");const a=(typeof o.reducers=="function"?o.reducers(Qm()):o.reducers)||{},c=Object.keys(a),l={sliceCaseReducersByName:{},sliceCaseReducersByType:{},actionCreators:{},sliceMatchers:[]},u={addCase(g,I){const v=typeof g=="string"?g:g.type;if(!v)throw new Error(process.env.NODE_ENV==="production"?Te(12):"`context.addCase` cannot be called with an empty action type");if(v in l.sliceCaseReducersByType)throw new Error(process.env.NODE_ENV==="production"?Te(13):"`context.addCase` cannot be called with two reducers for the same action type: "+v);return l.sliceCaseReducersByType[v]=I,u},addMatcher(g,I){return l.sliceMatchers.push({matcher:g,reducer:I}),u},exposeAction(g,I){return l.actionCreators[g]=I,u},exposeCaseReducer(g,I){return l.sliceCaseReducersByName[g]=I,u}};c.forEach(g=>{const I=a[g],v={reducerName:g,type:Ym(s,g),createNotation:typeof o.reducers=="function"};$m(I)?eb(v,I,u,t):qm(v,I,u)});function m(){if(process.env.NODE_ENV!=="production"&&typeof o.extraReducers=="object")throw new Error(process.env.NODE_ENV==="production"?Te(14):"The object notation for `createSlice.extraReducers` has been removed. Please use the 'builder callback' notation instead: https://redux-toolkit.js.org/api/createSlice");const[g={},I=[],v=void 0]=typeof o.extraReducers=="function"?lu(o.extraReducers):[o.extraReducers],w={...g,...l.sliceCaseReducersByType};return Mm(o.initialState,A=>{for(let T in w)A.addCase(T,w[T]);for(let T of l.sliceMatchers)A.addMatcher(T.matcher,T.reducer);for(let T of I)A.addMatcher(T.matcher,T.reducer);v&&A.addDefaultCase(v)})}const y=g=>g,C=new Map;let h;function p(g,I){return h||(h=m()),h(g,I)}function d(){return h||(h=m()),h.getInitialState()}function f(g,I=!1){function v(A){let T=A[g];if(typeof T>"u"){if(I)T=d();else if(process.env.NODE_ENV!=="production")throw new Error(process.env.NODE_ENV==="production"?Te(15):"selectSlice returned undefined for an uninjected slice reducer")}return T}function w(A=y){const T=ru(C,I,{insert:()=>new WeakMap});return ru(T,A,{insert:()=>{const _={};for(const[D,F]of Object.entries(o.selectors??{}))_[D]=Um(F,A,d,I);return _}})}return{reducerPath:g,getSelectors:w,get selectors(){return w(v)},selectSlice:v}}const b={name:s,reducer:p,actions:l.actionCreators,caseReducers:l.sliceCaseReducersByName,getInitialState:d,...f(i),injectInto(g,{reducerPath:I,...v}={}){const w=I??i;return g.inject({reducerPath:w,reducer:p},v),{...b,...f(w,!0)}}};return b}}function Um(e,t,n,r){function o(s,...i){let a=t(s);if(typeof a>"u"){if(r)a=n();else if(process.env.NODE_ENV!=="production")throw new Error(process.env.NODE_ENV==="production"?Te(16):"selectState returned undefined for an uninjected slice reducer")}return e(a,...i)}return o.unwrapped=e,o}var Fi=Jm();function Qm(){function e(t,n){return{_reducerDefinitionType:"asyncThunk",payloadCreator:t,...n}}return e.withTypes=()=>e,{reducer(t){return Object.assign({[t.name](...n){return t(...n)}}[t.name],{_reducerDefinitionType:"reducer"})},preparedReducer(t,n){return{_reducerDefinitionType:"reducerWithPrepare",prepare:t,reducer:n}},asyncThunk:e}}function qm({type:e,reducerName:t,createNotation:n},r,o){let s,i;if("reducer"in r){if(n&&!Km(r))throw new Error(process.env.NODE_ENV==="production"?Te(17):"Please use the `create.preparedReducer` notation for prepared action creators with the `create` notation.");s=r.reducer,i=r.prepare}else s=r;o.addCase(e,s).exposeCaseReducer(t,s).exposeAction(t,i?Zr(e,i):Zr(e))}function $m(e){return e._reducerDefinitionType==="asyncThunk"}function Km(e){return e._reducerDefinitionType==="reducerWithPrepare"}function eb({type:e,reducerName:t},n,r,o){if(!o)throw new Error(process.env.NODE_ENV==="production"?Te(18):"Cannot use `create.asyncThunk` in the built-in `createSlice`. Use `buildCreateSlice({ creators: { asyncThunk: asyncThunkCreator } })` to create a customised version of `createSlice`.");const{payloadCreator:s,fulfilled:i,pending:a,rejected:c,settled:l,options:u}=n,m=o(e,s,u);r.exposeAction(t,m),i&&r.addCase(m.fulfilled,i),a&&r.addCase(m.pending,a),c&&r.addCase(m.rejected,c),l&&r.addMatcher(m.settled,l),r.exposeCaseReducer(t,{fulfilled:i||Wo,pending:a||Wo,rejected:c||Wo,settled:l||Wo})}function Wo(){}function Te(e){return`Minified Redux Toolkit error #${e}; visit https://redux-toolkit.js.org/Errors?code=${e} for the full message or use the non-minified dev environment for full errors. `}const dn="success",vt="error",du="Some error occured. Please contact support@hiverhq.com",fu="Card refreshed successfully",tb="Card linked successfully",nb="Error in linking the card",rb="Card unlinked successfully",ob="Failed to unlink the card",Di="Something went wrong",sb="data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='15'%20height='15'%20viewBox='0%200%2015%2015'%3e%3cpath%20fill='%23ffffff'%20fill-rule='nonzero'%20d='M8.821%207.496L14.716%201.6A.937.937%200%201%200%2013.391.275L7.496%206.17%201.6.275A.937.937%200%201%200%20.275%201.601L6.17%207.496.275%2013.39A.937.937%200%201%200%201.6%2014.716L7.496%208.82l5.895%205.895a.935.935%200%200%200%201.325%200%20.937.937%200%200%200%200-1.326L8.821%207.496z'%20opacity='.8'/%3e%3c/svg%3e",ib=x.styled(x.Box)`
|
|
455
472
|
display: flex;
|
|
456
473
|
flex-direction: row;
|
|
457
474
|
align-items: center;
|
|
458
|
-
`,
|
|
475
|
+
`,ab=x.styled(x.Box)`
|
|
459
476
|
padding: 5px 8px;
|
|
460
477
|
color: white;
|
|
461
|
-
`,
|
|
478
|
+
`,cb=x.styled(x.brandIcons.Logo)(()=>({height:"26px",width:"26px",color:"#FFFFFF",marginRight:"4px"})),lb=x.styled(x.Stack)`
|
|
462
479
|
flex-direction: row;
|
|
463
480
|
padding: 0 10px;
|
|
464
481
|
img {
|
|
@@ -468,10 +485,10 @@ Take a look at the reducer(s) handling this action type: ${C.type}.
|
|
|
468
485
|
fill: #ffffff;
|
|
469
486
|
width: 10px;
|
|
470
487
|
}
|
|
471
|
-
`,
|
|
472
|
-
Do you want to continue?`,ay="Select an object to create",cy="Select an object to link",wu="Select object",ly="Paste URL or ID",uy="Object ID/Link",dy="Card updated",fy="Card updation failed",Au=Fi({name:"writeCapability",initialState:pu,reducers:{resetState:()=>pu,resetCurrentResourceDetails:e=>{e.currentResourceDetails=null,e.currentResourceDetailsApiStatus=J.IDLE},setCurrentCardInEdit:(e,t)=>{e.currentCardInEdit=t.payload},setHasUnsavedChanges:(e,t)=>{e.hasUnsavedChanges=t.payload}},extraReducers:e=>{e.addCase(Yo.pending,t=>{t.objectListApiStatus=J.LOADING}).addCase(Yo.fulfilled,(t,n)=>{const{createObjectList:r,createObjectConnectorNamesList:o,linkObjectList:s,editObjectList:i,searchObjectList:a,formFields:c,objectDict:l,dependentFieldsMap:u}=n.payload;t.objectListApiStatus=J.IDLE,t.createObjectList=r,t.createObjectConnectorNamesList=o,t.linkObjectList=s,t.editObjectList=i,t.searchObjectList=a,t.formFields=c,t.objectDict=l,t.dependentFieldsMap=u}).addCase(Yo.rejected,t=>{t.objectListApiStatus=J.FAILED}).addCase(Dn.pending,t=>{t.dropdownOptionsApis=J.LOADING}).addCase(Dn.fulfilled,(t,n)=>{const r=t.optionsMap||{},{optionsList:o,hasMore:s,currentPage:i,key:a}=n.payload;t.dropdownOptionsApis=J.IDLE,t.optionsMap={...r,[a]:{options:o,hasMore:s,currentPage:i}}}).addCase(Dn.rejected,t=>{t.dropdownOptionsApis=J.FAILED}).addCase(Jo.pending,t=>{t.createFormApiStatus=J.LOADING}).addCase(Jo.fulfilled,t=>{t.createFormApiStatus=J.IDLE}).addCase(Jo.rejected,t=>{t.createFormApiStatus=J.FAILED}).addCase(qo.pending,t=>{t.linkCardApiStatus=J.LOADING}).addCase(qo.fulfilled,t=>{t.linkCardApiStatus=J.IDLE}).addCase(qo.rejected,t=>{t.linkCardApiStatus=J.FAILED}).addCase(Qo.pending,t=>{t.unlinkCardApiStatus=J.LOADING}).addCase(Qo.fulfilled,t=>{t.unlinkCardApiStatus=J.IDLE}).addCase(Qo.rejected,t=>{t.unlinkCardApiStatus=J.FAILED}).addCase(Uo.pending,t=>{t.updateFormApiStatus=J.LOADING}).addCase(Uo.fulfilled,t=>{t.updateFormApiStatus=J.IDLE}).addCase(Uo.rejected,t=>{t.updateFormApiStatus=J.FAILED}).addCase($o.pending,t=>{t.currentResourceDetailsApiStatus=J.LOADING}).addCase($o.fulfilled,(t,n)=>{const{data:r}=n.payload;r&&(t.currentResourceDetails=r),t.currentResourceDetailsApiStatus=J.IDLE}).addCase($o.rejected,t=>{t.currentResourceDetailsApiStatus=J.FAILED})}}),Yo=Bt("writeCapability/fetchObjectList",async e=>{const{inboxIds:t,channelType:n,conversationId:r}=e,o=await zb({inboxIds:t,channelType:n,conversationId:r});if(!o||!o.data||!("formsList"in o.data)||!Array.isArray(o.data.formsList))return{createObjectList:[],createObjectConnectorNamesList:[],linkObjectList:[],editObjectList:[],searchObjectList:[],formFields:null,objectDict:null,dependentFieldsMap:{}};const s=o.data.formsList,i={},a=[],c=[],l=[],u=[],b=[],y={},C={};return s==null||s.forEach(h=>{var d,f;const p={...h};"fieldList"in p&&delete p.fieldList,C[h.id]=p,i[h.id]||(i[h.id]={}),y[h.id]||(y[h.id]=[]),h.type==="create"&&h.authenticated?(a.push({value:h.id,label:h.name,avatarUrl:h.logoUrl}),h.connectorName&&!c.includes(h.connectorName)&&c.push(h.connectorName)):h.type==="link"&&h.authenticated?l.push({value:h.id,label:h.name,avatarUrl:h.logoUrl}):h.type==="edit"&&h.authenticated?u.push({value:h.id,label:h.name,avatarUrl:h.logoUrl}):h.type==="search_and_link"&&h.authenticated&&b.push({value:h.id,label:h.name,avatarUrl:h.logoUrl}),(d=h.fieldList)==null||d.sort((m,g)=>m.priority-g.priority),(f=h.fieldList)==null||f.forEach(m=>{var I,v,w,A,T,O,N,F,k,D,G,z;let g={};switch(m.type){case"select":case"multi-select":{g={...m,defaultOptions:!!m.interfaceDetails,isInfiniteScrollable:((v=(I=m.interfaceDetails)==null?void 0:I.pagination)==null?void 0:v.enabled)||!1,loadOptionsOnFocus:Object.keys(((w=m.interfaceDetails)==null?void 0:w.args)||{}).length>0,isMultiSelect:m.type==="multi-select",type:h.interfaceDetails?"async-select":"select",isClearable:!0};break}case"date":{g={...m,type:"date",disablePast:!!((A=m.validations)!=null&&A.disablePast)||!1,disableFuture:!!((T=m.validations)!=null&&T.disableFuture)||!1};break}case"number":{g={...m,type:"number",min:((N=(O=m.validations)==null?void 0:O.range)==null?void 0:N.min)||Number.MIN_SAFE_INTEGER,max:((k=(F=m.validations)==null?void 0:F.range)==null?void 0:k.max)||Number.MAX_SAFE_INTEGER};break}case"multiline":{g={...m,type:"text",maxRows:((D=m.validations)==null?void 0:D.maxRows)||5,limit:(G=m.validations)==null?void 0:G.maxCharacters,rows:5,multiline:!0};break}case"text":{g={...m,type:"text",limit:(z=m.validations)==null?void 0:z.maxCharacters};break}default:g={...m}}if("value"in g&&(g.defaultValue=g.value,delete g.value),y[h.id]=[...y[h.id],g],m.interfaceDetails&&(m.interfaceDetails.args||m.interfaceDetails.optionalArgs)){const W={...m.interfaceDetails.args,...m.interfaceDetails.optionalArgs};Object.values(W).forEach(X=>{i[h.id][X]?i[h.id][X]=[...i[h.id][X],m.name]:i[h.id][X]=[m.name]})}})}),{createObjectList:a,createObjectConnectorNamesList:c,linkObjectList:l,editObjectList:u,searchObjectList:b,formFields:y,objectDict:C,dependentFieldsMap:i}}),Jo=Bt("writeCapability/createForm",async(e,{rejectWithValue:t})=>{const{formId:n,successCallback:r,failureCallback:o,args:s={},interfaceId:i,conversationId:a}=e;try{await Eu({formId:n},{args:s,interfaceId:i,conversationId:a}),r==null||r(),De({message:ey,type:un})}catch(c){return o==null||o(c),De({message:ty,type:vt}),t(c)}}),Uo=Bt("writeCapability/updateForm",async(e,{rejectWithValue:t})=>{const{formId:n,successCallback:r,failureCallback:o,args:s={},interfaceId:i,conversationId:a,externalResourceId:c,previousArgs:l={}}=e;try{await Eu({formId:n},{args:s,interfaceId:i,conversationId:a,externalResourceId:c,previousArgs:l}),r==null||r(),De({message:dy,type:un})}catch(u){return o==null||o(u),De({message:fy,type:vt}),t(u)}}),Qo=Bt("writeCapability/unlinkCard",async({id:e,channelType:t,externalResourceId:n,conversationId:r})=>{await Yb(e,t,n,r)}),qo=Bt("writeCapability/linkCard",async({id:e,externalResourceId:t,channelType:n,conversationId:r},{rejectWithValue:o})=>{var s;try{await Jb(e,t,n,r)}catch(i){return o({status:(s=i.response)==null?void 0:s.status})}}),$o=Bt("connectorCardLibrary/fetchCurrentResourceDetails",async(e,{rejectWithValue:t})=>{const{id:n,channelType:r,conversationId:o,externalResourceId:s,contactEmail:i}=e;try{const a=await Ub(n,r,o,s,i),c=a==null?void 0:a.data,l=a==null?void 0:a.status,u={values:{},errors:{}};return Object.entries(c.formData).forEach(([b,y])=>{"label"in y&&(y.type&&y.type==="date"?u.values[b]=y.label?new Date(parseInt(y.label)).toISOString():"":y.type&&y.type==="multi-select"&&"value"in y&&"label"in y&&y.value&&y.label?u.values[b]=[{value:y.value,label:y.label}]:y.value?u.values[b]={value:y.value,label:y.label}:u.values[b]=y.label)}),{data:u,status:l}}catch(a){return De({message:Ni,type:vt}),t(a)}}),{resetState:I4,setCurrentCardInEdit:rr,resetCurrentResourceDetails:py,setHasUnsavedChanges:Tu}=Au.actions,hy=Au.reducer,gy=()=>{const[e,t]=S.useState(null),[n,r]=S.useState({isVertical:!1,isHorizontal:!1,isScrolling:!1}),o=S.useCallback(s=>{t(s)},[]);return S.useEffect(()=>{if(!e)return;e.dataset.prevScrollLeft="0",e.dataset.prevScrollTop="0";let s=null;const i=100;let a=null;const c=150,l=u=>{s||(s=window.setTimeout(()=>{const b=u.target,y=Number(e.dataset.prevScrollLeft)||0,C=Number(e.dataset.prevScrollTop)||0,h=b.scrollLeft,p=b.scrollTop,d=h-y,f=p-C,m=Math.abs(f)>Math.abs(d),g=Math.abs(d)>Math.abs(f);r({isVertical:m,isHorizontal:g,isScrolling:!0}),e.dataset.prevScrollLeft=String(h),e.dataset.prevScrollTop=String(p),s=null},i),a&&window.clearTimeout(a),a=window.setTimeout(()=>{r(b=>({...b,isScrolling:!1})),a=null},c))};return e.addEventListener("scroll",l),()=>{e.removeEventListener("scroll",l),s&&window.clearTimeout(s),a&&window.clearTimeout(a)}},[e]),[n,o]},my="data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.8016%2011.709L12.3416%205.16893L11.4298%204.25712L4.88979%2010.7972V11.709H5.8016ZM6.33618%2012.9987H3.6001V10.2626L10.9739%202.88875C11.0948%202.76786%2011.2588%202.69995%2011.4298%202.69995C11.6008%202.69995%2011.7648%202.76786%2011.8857%202.88875L13.71%204.71302C13.8309%204.83395%2013.8988%204.99794%2013.8988%205.16893C13.8988%205.33992%2013.8309%205.50391%2013.71%205.62484L6.33618%2012.9987ZM3.6001%2014.2884H15.2073V15.578H3.6001V14.2884Z'%20fill='%236C7B94'/%3e%3c/svg%3e",by=({data:e,title:t,currentCard:n,setShowModal:r})=>{const o=Lt(),{sendTrackingEvent:s,currentSmIds:i}=S.useContext(je),{userGroupId:a}=Sn()||{},[c,l]=gy(),{isScrolling:u,isVertical:b}=c,y=u&&b,C=S.useMemo(()=>(e==null?void 0:e[0].data.map(f=>f.label))||[],[e]),h=S.useMemo(()=>e.map(f=>{const m={cells:{},externalResourceId:f.externalResourceId};return f.data.forEach((g,I)=>{if(C[I]){let v=g.value?g.value:Fo;v&&g.type==="date"&&(v=new Date(parseInt(v)).toLocaleDateString(navigator.language)),m.cells[C[I]]={label:v,deepLink:g==null?void 0:g.deepLink}}}),m}),[e,C]),p=(f,m)=>E.jsx(Y2,{align:"left",children:f.deepLink?E.jsx(x.Link,{target:"_blank",underline:"none",href:f.deepLink,children:f.label}):E.jsx(x.Typography,{variant:"body2",color:"gray.black",children:f.label})},`${m}_${f.label}`),d=f=>{!f||!n||(r(!1),s(fl,{card_title:n.title,connector_name:n.connectorName,ug_id:a,sm_ids:i}),o(rr({...n,externalResourceId:f})))};return E.jsxs(x.Stack,{maxHeight:"340px",maxWidth:"700px",padding:"32px 0px 32px 32px",overflow:"auto",children:[E.jsx(x.Typography,{variant:"h2",color:"gray.black",marginBottom:"16px",children:t}),E.jsx(x.TableContainer,{ref:l,children:E.jsxs(x.Table,{stickyHeader:!0,children:[E.jsx(Z2,{children:E.jsxs(x.TableRow,{children:[C.map(f=>E.jsx(X2,{sx:{whiteSpace:"nowrap"},children:E.jsx(x.Typography,{variant:"overline",color:"gray.gray3",children:f})},f)),E.jsx(U2,{})]})}),E.jsx(x.TableBody,{children:h.map((f,m)=>E.jsxs(z2,{children:[Object.values(f.cells).map((g,I)=>p(g,I)),E.jsx(J2,{children:!y&&f.externalResourceId&&E.jsx(x.Tooltip,{title:rl,placement:"bottom",children:E.jsx(x.IconButton,{className:"row-edit",onClick:()=>d(f.externalResourceId),children:E.jsx("img",{src:my})})})})]},`id_${m}`))})]})})]})},yy=e=>e.cardList.connectorCards,vy=e=>e.cardList.connectorsEnabled,Cy=e=>e.cardList.connectorApiStatus,Iy=e=>e.cardList.cardSpecificData,Ey=e=>e.cardList.specificConnectorApiStatus,xy=e=>e.cardList.specificConnectorErrorCode,wy="data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%204.8675L14.6475%2014.625H3.3525L9%204.8675ZM9%201.875L0.75%2016.125H17.25L9%201.875Z'%20fill='%23F07530'/%3e%3cpath%20d='M9.75%2012.375H8.25V13.875H9.75V12.375Z'%20fill='%23F07530'/%3e%3cpath%20d='M9.75%207.875H8.25V11.625H9.75V7.875Z'%20fill='%23F07530'/%3e%3c/svg%3e",Su=e=>{const t=/\(Error code: (.*?)\)$/,n=e.match(t),r=n?n[1]:null,o=n?e.replace(t,"").trim():e;return{error_code:r,error_message:o}},Ay=(e,t)=>`${il} (Error code: ${e})`.replace(/{{connector_name}}/g,(t==null?void 0:t[0])||""),_u=e=>{const{value:t,error:n,deepLink:r,statusCode:o,isLoading:s,type:i,redirectToAdminTab:a,isFailed:c,connectorNames:l,cardTitle:u,currentCard:b,cardId:y,isCardLevelError:C,fieldName:h,showErrorIcon:p}=e,d=S.useRef(null),f=S.useRef(null),{email:m,currentSmIds:g,conversationId:I,sendTrackingEvent:v,connectorFunctions:w}=S.useContext(je),A=he(xy),T=A==null?void 0:A[y],[O,N]=S.useState(!1),F=S.useMemo(()=>{if(n&&C){const{error_message:Q}=Su(n);return Q}return c?il.replace(/{{connector_name}}/g,(l==null?void 0:l[0])||""):qc},[n,c,l,C]),k=S.useCallback(()=>{const Q=n||Ay(T,l),{error_code:se,error_message:ae}=Su(Q);v==null||v(l2,{sm_ids:g,frontend_req_params:{email:m,conversationId:I,externalResourceId:b==null?void 0:b.externalResourceId},card_title:u,connector_name:l!=null&&l.length?l:"",error_code:se,error_message:ae})},[n,T,v,g,m,I,u,l,b==null?void 0:b.externalResourceId]);S.useEffect(()=>{(n&&C||c&&T)&&k()},[k,T,c,n,C]),S.useEffect(()=>{const Q=r?f.current:d.current;if(Q){const se=Q.scrollHeight>Q.clientHeight||Q.scrollWidth>Q.clientWidth;N(se)}},[t,r]);const D=o==ai.NOT_FOUND;let G=D?Fo:t;i==="date"&&G&&!D&&(G=new Date(parseInt(G)).toLocaleDateString(navigator.language));const z=!!n||c,W=()=>{a?w==null||w.redirectToAdmin():window.open(Rg,"_blank")},X=()=>{v==null||v(d2,{sm_ids:g,card_title:u,field_name:h})},Z=Q=>{const se=/<>(.*?)<>/g,ae=Q.split(se);return E.jsx(S.Fragment,{children:ae.map((M,Y)=>Y%2===1?E.jsx(V2,{variant:"body2",onClick:W,children:M},Y):M)})};return s?E.jsx(_n,{variant:"rounded",width:"100%",height:16,animation:"wave",margin:"4px 0 0 0"}):z?E.jsxs(yl,{gap:"7px",children:[p?E.jsx(x.Stack,{marginTop:"3px",flexShrink:"0",children:E.jsx("img",{src:wy,width:"18px",height:"18px"})}):null,E.jsx(vl,{variant:"body2",children:F?Z(F):qc})]}):E.jsx(x.Tooltip,{title:O?G:null,placement:"bottom",children:r?E.jsx(Cl,{ref:f,target:"_blank",underline:"none",href:r,fontSize:"13px",onClick:X,children:G||Fo}):E.jsx(W2,{ref:d,variant:"body2",children:G||Fo})})},Ty="data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_825_73646)'%3e%3cpath%20d='M19%206.41L17.59%205L12%2010.59L6.41%205L5%206.41L10.59%2012L5%2017.59L6.41%2019L12%2013.41L17.59%2019L19%2017.59L13.41%2012L19%206.41Z'%20fill='%236F7C90'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_825_73646'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",Di=({shown:e,setShown:t,children:n,showCloseButton:r=!1,borderRadius:o=4})=>E.jsx(x.Dialog,{open:e,onClose:()=>t(!1),PaperProps:{style:{borderRadius:o,padding:0,height:"fit-content",width:"fit-content",maxWidth:"none"}},children:E.jsxs(x.Stack,{direction:"row",children:[r&&E.jsx(x.Box,{position:"absolute",right:10,top:10,children:E.jsx(x.Tooltip,{title:"Close",placement:"bottom",children:E.jsx(x.IconButton,{onClick:()=>t(!1),children:E.jsx("img",{src:Ty})})})}),n]})}),Ou=e=>{var M,Y,K;const{id:t,cardTitle:n,specificCardData:r,specificConnectorApiStatus:o,isOpen:s,currentCard:i}=e,a=24,c=(o==null?void 0:o[t])===J.IDLE,l=(o==null?void 0:o[t])===J.LOADING,u=(o==null?void 0:o[t])===J.FAILED,{cardType:b,data:y,cardErrorMessage:C,redirectToAdminTab:h,connectorNames:p}=(r==null?void 0:r[t])||{},d=b==="flat",[f,m]=S.useState(!1),[g,I]=S.useState(!1),[v,w]=S.useState(!1),[A,T]=S.useState(!1),O=((M=y==null?void 0:y.listItems)==null?void 0:M.statusCode)!==401,N=S.useMemo(()=>{var U,ce,ge,me;return d&&((U=y==null?void 0:y.flatDisplay)!=null&&U.data)?y.flatDisplay.data:!d&&((me=(ge=(ce=y==null?void 0:y.listItems)==null?void 0:ce.fields)==null?void 0:ge[0])!=null&&me.data)?y.listItems.fields[0].data:[]},[d,y]),F=S.useMemo(()=>N==null?void 0:N.slice(0,5),[N]),[k,D]=S.useState([]),G=S.useRef(null),[z,W]=S.useState(0),X=f?-180:0,Z=d?!1:!!((Y=y==null?void 0:y.listItems)!=null&&Y.errorMessage),Q=Z||u||C,se=c&&!Z&&s&&(v||g);S.useLayoutEffect(()=>{var U;(U=G.current)!=null&&U.scrollHeight&&W(G.current.scrollHeight+a)},[o==null?void 0:o[t],k,G]),S.useEffect(()=>{var me,ne;const U=((N==null?void 0:N.length)||0)>5,ce=!d&&(((ne=(me=y==null?void 0:y.listItems)==null?void 0:me.fields)==null?void 0:ne.length)||0)>1;w(U&&!ce),I(ce)},[y,d,N==null?void 0:N.length]),S.useEffect(()=>{D(f?N:F)},[y,f,F,N]);const ae=()=>{v?m(U=>!U):T(U=>!U)};return E.jsxs(E.Fragment,{children:[E.jsx(Di,{shown:A,setShown:T,showCloseButton:!0,borderRadius:12,children:E.jsx(by,{data:((K=y==null?void 0:y.listItems)==null?void 0:K.fields)||[],title:n,currentCard:i,setShowModal:T})}),E.jsx(G2,{className:s?"":"slideUp",height:z,children:E.jsx(x.Stack,{ref:G,gap:1,margin:"12px",children:l&&!(k!=null&&k.length)?E.jsxs(E.Fragment,{children:[E.jsx(_n,{variant:"rounded",width:"100%",height:20,animation:"wave"}),E.jsx(_n,{variant:"rounded",width:"100%",height:20,animation:"wave"})]}):E.jsx(E.Fragment,{children:Q?E.jsx(x.Box,{margin:"8px 0",children:E.jsx(_u,{error:C,isLoading:l,redirectToAdminTab:h,isFailed:u,showErrorIcon:!O,connectorNames:p,cardId:t,cardTitle:n,currentCard:i,isCardLevelError:!0})}):k!=null&&k.length?k==null?void 0:k.map(U=>{const{value:ce,label:ge,deepLink:me,type:ne}=U,de="errorMessage"in U?U.errorMessage:null,Be="statusCode"in U?U.statusCode:null;return E.jsxs("div",{children:[E.jsx(j2,{variant:"overline",children:ge}),E.jsx(_u,{value:ce,error:de,deepLink:me,statusCode:Be,isLoading:l,type:ne,cardTitle:n,currentCard:i,cardId:t,fieldName:ge})]},ge)}):E.jsx(x.Box,{margin:"8px 0",children:E.jsx(vl,{children:Cg})})})})}),!C&&se&&E.jsx(q2,{variant:"body2_medium",onClick:ae,children:v?E.jsxs(E.Fragment,{children:[f?D1:Ll,E.jsx(Q2,{src:N1,transformAngle:X})]}):Ll})]})},Sy={connectorCards:null,cardSpecificData:null,connectorApiStatus:J.IDLE,conversationMetaDataApiStatus:J.IDLE,specificConnectorApiStatus:null,threadId:null,connectorsEnabled:!1,specificConnectorErrorCode:null,conversationEmailHeaders:null},Lu="/v1/api",_y=`${Lu}/connectors/cards`,Oy=`${Lu}/connectors/cards/:id/data`,Ly=({inboxIds:e,conversationId:t,channelType:n="email"})=>{const r=new URLSearchParams;return e.forEach(o=>r.append("inbox_ids",o)),r.append("channel_type",n),r.append("conversation_id",String(t||"")),it({url:`${_y}?${r.toString()}`,method:mt.GET})},Ry=(e,t,n,r)=>{const o=new URLSearchParams;return o.append("senderEmail",t),o.append("conversation_id",String(n||"")),r&&o.append("externalResourceId",r),it({url:`${Oy.replace(":id",e)}?${o.toString()}`,method:mt.GET})},Ru=Fi({name:"connectorCardLibrary",initialState:Sy,reducers:{updateThreadId(e,t){const{payload:n}=t;e.threadId=n.threadId,e.connectorCards=null},clearConnectorList(e){e.connectorCards=null,e.cardSpecificData=null}},extraReducers:e=>{e.addCase(Ko.pending,t=>{t.connectorApiStatus=J.LOADING}).addCase(Ko.fulfilled,(t,n)=>{t.connectorApiStatus=J.IDLE,t.connectorCards=n.payload.cards,t.connectorsEnabled=n.payload.connectorsEnabled}).addCase(Ko.rejected,t=>{t.connectorApiStatus=J.FAILED}).addCase(zr.pending,(t,n)=>{const{id:r,externalResourceId:o=""}=n.meta.arg;let s=r;o&&(s=`${s}_${o}`),t.specificConnectorApiStatus={...t.specificConnectorApiStatus??{},[s]:J.LOADING}}).addCase(zr.fulfilled,(t,n)=>{const{id:r,externalResourceId:o=""}=n.meta.arg;let s=r;o&&(s=`${s}_${o}`);const{data:i}=n.payload||{};i&&(t.cardSpecificData={...t.cardSpecificData?t.cardSpecificData:{},[s]:i}),t.specificConnectorApiStatus={...t.specificConnectorApiStatus??{},[s]:J.IDLE}}).addCase(zr.rejected,(t,n)=>{const{id:r,externalResourceId:o=""}=n.meta.arg;let s=r;o&&(s=`${s}_${o}`),t.specificConnectorApiStatus={...t.specificConnectorApiStatus??{},[s]:J.FAILED};const i=n.payload&&typeof n.payload=="object"&&"code"in n.payload?String(n.payload.code):al;t.specificConnectorErrorCode={...t.specificConnectorErrorCode??{},[s]:i}})}}),Ko=Bt("connectorCardLibrary/fetchAllCard",async({inboxIds:e,channelType:t,conversationId:n})=>{var a;const r=await Ly({inboxIds:e,channelType:t,conversationId:n});if(!Array.isArray((a=r==null?void 0:r.data)==null?void 0:a.cards))return{cards:[],connectorsEnabled:!1};const{cards:o,connectorsEnabled:s=!1}=r.data;return{cards:o.sort((c,l)=>(c==null?void 0:c.priority)-(l==null?void 0:l.priority)),connectorsEnabled:s}}),zr=Bt("connectorCardLibrary/fetchSpecificCard",async({id:e,email:t,conversationId:n,isRefresh:r,externalResourceId:o},s)=>{try{const i=await Ry(e,t,n,o),a=i==null?void 0:i.data,c=i==null?void 0:i.status;return a?(r&&De({message:fu,type:un}),{data:dl(a),status:c}):(r&&De({message:du,type:vt}),{data:{},status:c})}catch(i){const a=i;return s.rejectWithValue({...a,code:a.code||al})}}),Fy=Ru.reducer,Fu=Ru.actions,Nu="data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.76618%202.23341C8.79952%201.26675%207.47285%200.666748%205.99952%200.666748C3.05285%200.666748%200.672852%203.05341%200.672852%206.00008C0.672852%208.94675%203.05285%2011.3334%205.99952%2011.3334C8.48619%2011.3334%2010.5595%209.63341%2011.1529%207.33341H9.76618C9.21952%208.88675%207.73952%2010.0001%205.99952%2010.0001C3.79285%2010.0001%201.99952%208.20675%201.99952%206.00008C1.99952%203.79341%203.79285%202.00008%205.99952%202.00008C7.10618%202.00008%208.09285%202.46008%208.81285%203.18675L6.66618%205.33341H11.3329V0.666748L9.76618%202.23341Z'%20fill='%236C7B94'/%3e%3c/svg%3e",Ny="data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.4587%206.7528C11.2244%206.51848%2010.8445%206.51848%2010.6102%206.7528C10.3759%206.98711%2010.3759%207.36701%2010.6102%207.60132L11.4587%206.7528ZM12.1916%208.33414L12.6158%207.90988L12.1916%208.33414ZM8.33462%2012.1911L8.75888%2011.7668L8.33462%2012.1911ZM7.6018%2010.6097C7.36748%2010.3754%206.98758%2010.3754%206.75327%2010.6097C6.51895%2010.8441%206.51895%2011.224%206.75327%2011.4583L7.6018%2010.6097ZM4.43911%209.14411C4.67343%209.37842%205.05333%209.37842%205.28764%209.14411C5.52196%208.9098%205.52196%208.5299%205.28764%208.29558L4.43911%209.14411ZM3.70629%207.56276L4.13056%207.1385L3.70629%207.56276ZM7.56324%203.70582L7.9875%203.28155L7.56324%203.70582ZM8.29606%205.28716C8.53037%205.52148%208.91027%205.52148%209.14459%205.28716C9.3789%205.05285%209.3789%204.67295%209.14459%204.43864L8.29606%205.28716ZM10.6102%207.60132L11.7673%208.75841L12.6158%207.90988L11.4587%206.7528L10.6102%207.60132ZM11.7673%208.75841C12.1662%209.15735%2012.3904%209.69843%2012.3904%2010.2626L13.5904%2010.2626C13.5904%209.38017%2013.2398%208.53387%2012.6158%207.90988L11.7673%208.75841ZM12.3904%2010.2626C12.3904%2010.8268%2012.1662%2011.3679%2011.7673%2011.7668L12.6158%2012.6154C13.2398%2011.9914%2013.5904%2011.1451%2013.5904%2010.2626L12.3904%2010.2626ZM11.7673%2011.7668C10.9365%2012.5976%209.58963%2012.5976%208.75888%2011.7668L7.91035%2012.6154C9.20973%2013.9147%2011.3164%2013.9147%2012.6158%2012.6154L11.7673%2011.7668ZM8.75888%2011.7668L7.6018%2010.6097L6.75327%2011.4583L7.91035%2012.6154L8.75888%2011.7668ZM5.28764%208.29558L4.13056%207.1385L3.28203%207.98703L4.43911%209.14411L5.28764%208.29558ZM4.13056%207.1385C3.73162%206.73956%203.50749%206.19848%203.50749%205.63429L2.30749%205.63429C2.30749%206.51674%202.65804%207.36304%203.28203%207.98703L4.13056%207.1385ZM3.50749%205.63429C3.50749%205.0701%203.73162%204.52902%204.13056%204.13008L3.28203%203.28155C2.65804%203.90554%202.30749%204.75184%202.30749%205.63429L3.50749%205.63429ZM4.13056%204.13008C4.96131%203.29933%206.30822%203.29933%207.13897%204.13008L7.9875%203.28155C6.68812%201.98217%204.58141%201.98217%203.28203%203.28155L4.13056%204.13008ZM7.13897%204.13008L8.29606%205.28716L9.14459%204.43864L7.9875%203.28155L7.13897%204.13008Z'%20fill='%236C7B94'/%3e%3crect%20x='5.08887'%20y='6.0791'%20width='1.33333'%20height='6.66667'%20rx='0.666667'%20transform='rotate(-45%205.08887%206.0791)'%20fill='%236C7B94'/%3e%3cpath%20d='M5.59961%2014.3998V12.7998'%20stroke='%236C7B94'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12.7998%205.59961H14.3998'%20stroke='%236C7B94'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M2.40039%2011.2002H4.00039'%20stroke='%236C7B94'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M11.2002%202.40039V4.00039'%20stroke='%236C7B94'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e",Dy="data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5908_39767)'%3e%3cpath%20d='M9.37333%206.01333L9.98667%206.62667L3.94667%2012.6667H3.33333V12.0533L9.37333%206.01333ZM11.7733%202C11.6067%202%2011.4333%202.06667%2011.3067%202.19333L10.0867%203.41333L12.5867%205.91333L13.8067%204.69333C14.0667%204.43333%2014.0667%204.01333%2013.8067%203.75333L12.2467%202.19333C12.1133%202.06%2011.9467%202%2011.7733%202ZM9.37333%204.12667L2%2011.5V14H4.5L11.8733%206.62667L9.37333%204.12667Z'%20fill='%236C7B94'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5908_39767'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",Du=e=>e.write.createObjectList,ky=e=>e.write.createObjectConnectorNamesList,ku=e=>e.write.linkObjectList,Py=e=>e.write.editObjectList,My=e=>e.write.objectDict,By=e=>e.write.formFields,Gy=e=>e.write.linkCardApiStatus,jy=e=>e.write.unlinkCardApiStatus,Vy=e=>e.write.dependentFieldsMap,Hy=e=>e.write.createFormApiStatus,Wy=e=>e.write.updateFormApiStatus,Zy=e=>e.write.currentResourceDetails,Xy=e=>e.write.currentResourceDetailsApiStatus,Pu=e=>e.write.currentCardInEdit,Mu=e=>e.write.hasUnsavedChanges,zy=e=>typeof e=="string"?/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(?:\.\d+)?(?:Z|[+-]\d{2}:\d{2})$/.test(e):typeof e=="object"&&"_isValid"in e,Bu=e=>Object.keys(e).sort((n,r)=>r.localeCompare(n)).reduce((n,r)=>{var o;return(typeof e[r]=="string"||typeof e[r]=="object"&&e[r]!==null)&&zy(e[r])?n[r]=(o=new Date(`${e[r]}`))==null?void 0:o.toString():n[r]=e[r],n},{}),Yy=e=>Tg.replace("{{connectorName}}",e),Jy=({showUnlinkModal:e,setShowUnlinkModal:t,cardId:n,onCardUnlinking:r,externalResourceId:o,conversationId:s,connectorName:i})=>{const a=Lt(),{sendTrackingEvent:c}=S.useContext(je),u=he(jy)===J.LOADING,b=()=>{s&&o&&a(Qo({id:n,conversationId:s,externalResourceId:o})).unwrap().then(()=>{c(Qg,{connector_name:i,conversation_id:s}),t(!1),r(),De({message:tb,type:un})}).catch(()=>{De({message:nb,type:un})})};return E.jsx(Di,{shown:e,setShown:t,showCloseButton:!0,children:E.jsxs(x.Stack,{width:"400px",padding:"20px",gap:"8px",children:[E.jsx(x.Typography,{variant:"h2",children:Ag}),E.jsx(x.Typography,{variant:"body2",children:Yy(i)}),E.jsxs(x.Stack,{direction:"row",gap:"8px",marginTop:"20px",justifyContent:"flex-end",children:[E.jsx(x.Button,{variant:"text",onClick:()=>t(!1),children:ui}),E.jsx(x.Button,{disabled:u,color:"error",onClick:b,children:nl})]})]})})},Uy=e=>{const{card:t,specificCardData:n,email:r,specificConnectorApiStatus:o,defaultOpenState:s=!1,onCardUnlinking:i}=e,a=Lt(),{availableFeatures:c,sendTrackingEvent:l,conversationId:u,currentSmIds:b}=S.useContext(je),{userGroupId:y}=Sn()||{},[C,h]=S.useState(!!s),[p,d]=S.useState(!1),[f,m]=S.useState(!1),{id:g,title:I,externalResourceId:v="",forms:w=[]}=t;let A=g;v&&(A=`${A}_${v}`);const{data:T,cardType:O,cardErrorMessage:N,connectorNames:F}=(n==null?void 0:n[A])??{},k=(F==null?void 0:F[0])||"",D=(o==null?void 0:o[A])===J.LOADING,G=(o==null?void 0:o[A])===J.FAILED,z=!!($e(c,Qc)&&v),W=S.useMemo(()=>{var M,Y;if(N||G||!($e(c,pg)&&w.some(K=>K.type==="edit")))return!1;switch(O){case"flat":return!!((T==null?void 0:T.flatDisplay.externalResourceId)??t.externalResourceId);case"flat_with_list":return((M=T==null?void 0:T.listItems)==null?void 0:M.fields.length)===1?(Y=T==null?void 0:T.listItems)==null?void 0:Y.fields.some(K=>K.externalResourceId):!1;default:return!1}},[T,O,c,w,t,N,G]),X=S.useCallback((M=!1)=>{const Y=M?t2:e2;r&&g&&u&&a(zr({id:g,email:r,conversationId:u,externalResourceId:v})).unwrap().then(K=>{const U={...ul(K,I,M,!0),sm_ids:b};l(Y,U)}).catch(K=>{const U={...ul(K,I,M,!1),sm_ids:b};l(Y,U)})},[a,r,g,I,l,u,v,b]);S.useEffect(()=>{C&&X(!0)},[C,X]);const Z=(M,Y)=>{var U;M==null||M.stopPropagation(),a(zr({id:Y,email:r,conversationId:u,isRefresh:!0,externalResourceId:v})).unwrap().then(()=>{l(jg,{id:Y})});const K=M.target.tagName==="BUTTON"?(U=M.target)==null?void 0:U.firstChild:M.target;K.className&&(K.className=""),setTimeout(()=>K.className="selected",1)},Q=(M,Y)=>{M.stopPropagation(),!(n!=null&&n[Y])&&!D&&X(),l(C?Gg:Bg,{id:Y}),h(K=>!K)},se=M=>{M.stopPropagation();const Y=M.currentTarget.offsetWidth<M.currentTarget.scrollWidth;d(!!Y)},ae=()=>{var Y,K;l(fl,{card_title:I,connector_name:k,ug_id:y,sm_ids:b});let M;O==="flat"?M=(T==null?void 0:T.flatDisplay.externalResourceId)??t.externalResourceId:O==="flat_with_list"&&(M=(K=(Y=T==null?void 0:T.listItems)==null?void 0:Y.fields[0])==null?void 0:K.externalResourceId),M?a(rr({...t,externalResourceId:M})):De({message:Ni,type:vt})};return E.jsxs(P2,{"data-testid":`test_${g}`,children:[E.jsxs(M2,{className:C?"hiver-card-expanded":"",onClick:M=>Q(M,A),children:[E.jsx(x.Tooltip,{title:p?I:"",placement:"bottom",children:E.jsx(B2,{variant:"h4",onMouseOver:M=>se(M),onMouseLeave:M=>se(M),children:I})}),E.jsxs(yl,{children:[C&&W?E.jsx(x.Tooltip,{title:rl,placement:"bottom",children:E.jsx(On,{onClick:ae,children:E.jsx("img",{src:Dy})})}):null,C&&z?E.jsx(x.Tooltip,{title:nl,placement:"bottom",children:E.jsx(On,{onClick:()=>m(!0),children:E.jsx("img",{src:Ny})})}):null,C?E.jsx(x.Tooltip,{title:$c,placement:"bottom",children:E.jsx(On,{"data-testid":D?"loading":"reloadIcon",onClick:M=>Z(M,g),className:D?"disabled":"",children:E.jsx("img",{src:Nu})})}):null,E.jsx(x.Tooltip,{title:C?Kc:ci,placement:"bottom",children:E.jsx(On,{onClick:M=>Q(M,A),children:E.jsx(hi,{className:C?"":"hiver-up"})})})]})]}),E.jsx(Ou,{id:A,cardTitle:t.title,currentCard:t,specificCardData:n,specificConnectorApiStatus:o,isOpen:C}),E.jsx(Jy,{showUnlinkModal:f,setShowUnlinkModal:m,cardId:g,onCardUnlinking:i,conversationId:u,externalResourceId:v,connectorName:k})]})},Qy=Number.MAX_SAFE_INTEGER,qy=({cards:e,email:t,specificCardData:n,specificConnectorApiStatus:r,onCardUnlinking:o})=>{const{availableFeatures:s}=S.useContext(je),a=$e(s,gg)?Qy:1;return E.jsx(x.Box,{flexGrow:1,children:e.map((c,l)=>{const{id:u,externalResourceId:b}=c;let y=u;return b&&(y=`${y}_${b}`),E.jsx("div",{children:E.jsx(Uy,{card:c,specificCardData:n,email:t??"",defaultOpenState:l<a,specificConnectorApiStatus:r,onCardUnlinking:o})},y)})})},ki=({children:e})=>{if(!Array.isArray(e))return e;let t=null;return e.find(r=>typeof(r==null?void 0:r.type)!="function"?!1:(r.props.fallback&&(t=r),r.props.condition))??t};function or({children:e,condition:t,fallback:n=!1}){return!t&&!n?null:e}ki.CaseView=or;const $y="Bring your favourite tools into Hiver",Ky="Plugin image",ev="Integrate tools like Salesforce, HubSpot, and Shopify to boost productivity",tv="Enable Connectors",nv="Enable Apps",rv="Learn more",ov="https://help.hiverhq.com/custom-connectors/hiver-s-custom-connectors",sv="Contact your admin to enable this",iv="https://youtu.be/ODcJnzZLb50",av="connectors-module/assets/connectors-images/connector-mainpage.png",cv="connectors-module/assets/connectors-images/connector-mainpage-apps.png",lv="Explore connectors",uv="Connectors",dv=x.styled(x.Box)`
|
|
488
|
+
`,ub=(e,{closeToast:t})=>E.jsx(lb,{children:E.jsx("img",{src:sb,onClick:t})}),Zo=({message:e})=>E.jsxs(ib,{children:[E.jsx(cb,{}),E.jsx(ab,{children:e})]});function Ne(e){const{message:t,type:n,autoClose:r}=e,o={closeButton:E.jsx(ub,{}),autoClose:r??5e3,pauseOnHover:!0,position:"bottom-left",rtl:!1,draggable:!0,closeOnClick:!0,hideProgressBar:!0};let s;switch(n){case"success":{s=Ie.success(E.jsx(Zo,{message:t}),{...o,icon:!1});break}case"error":{s=Ie.error(E.jsx(Zo,{message:t}),{...o,icon:!1});break}case"info-dark":{s=Ie.info(E.jsx(Zo,{message:t}),{...o,icon:!1,className:"toast_dark"});break}default:{s=Ie.info(E.jsx(Zo,{message:t}),{...o,icon:!1});break}}return setTimeout(()=>{db(s)},r&&!isNaN(r)?Number(r):5e3),s}function db(e){Ie.dismiss(e)}const pu={updateFormApiStatus:J.IDLE,createObjectList:[],createObjectConnectorNamesList:[],linkObjectList:[],editObjectList:[],searchObjectList:[],objectDict:null,formFields:null,objectListApiStatus:J.IDLE,unlinkCardApiStatus:J.IDLE,linkCardApiStatus:J.IDLE,optionsMap:null,dropdownOptionsApis:J.IDLE,dependentFieldsMap:{},createFormApiStatus:J.IDLE,currentResourceDetailsApiStatus:J.IDLE,currentResourceDetails:null,currentCardInEdit:null,hasUnsavedChanges:!1},fb="Required Field",pb="Invalid date",hu=/^https:\/\/([a-z0-9-]+(\.[a-z0-9-]+)+)(:[0-9]{1,5})?(\/[^\s/]*)*$/i,hb=/^[^\s@]+@[^\s@]+\.[^\s@]+$/,gb="https://avatars.githubusercontent.com/u/62397590",gu="Please enter a valid URL",mb="Please enter valid ID",bb="Please enter valid input",yb="URL must start with https://",vb="URL should not end with a slash",Cb="Invalid email address",Ib="Email must be a string",mu="Invalid date",Eb="Date cannot be in the past",xb="Date cannot be in the future",wb="Invalid number",Ab="Invalid text",Tb=e=>t=>{if(t&&typeof t=="string"){const n=t.replace(/\/$/,"");return n.startsWith("https://")?t.endsWith("/")?vb:hu.test(n)?!0:e||gu:yb}return!1},Sb=e=>t=>t&&typeof t=="string"?hb.test(t)?!0:e||Cb:Ib,_b=e=>t=>t==null||t===""?e||fb:!0,Ob=e=>(t,n)=>{var r;if(!t||(t==null?void 0:t.toString())===pb)return mu;if(typeof t=="object"){const o=t,s=new Date;s.setHours(0,0,0,0);const i=n.disablePast,a=n.disableFuture;return i&&o<s?e||Eb:a&&o>s?e||xb:!0}return typeof t=="string"&&((r=new Date(t))==null?void 0:r.toString())!=="Invalid Date"?!0:mu},Lb=e=>(t,n)=>{if(t=Number(t),typeof t=="number"&&!isNaN(t)){const r=n.min,o=n.max;return r!==void 0&&t<r?e||`Value should not be less than ${r}`:o!==void 0&&t>o?e||`Value should not be greater than ${o}`:!0}return e||wb},Rb=e=>(t,n)=>{if(typeof t=="string"){const r=n.limit;return r!==void 0&&t.length>r?e||`Maximum characters allowed are ${r}`:!0}return e||Ab},Fb=e=>t=>typeof t=="string"?t.startsWith("https:")?hu.test(t)?!0:e||gu:t.trim().length>0?!0:e||mb:e||bb,bu=(e,t,n)=>{let r=`${t}_${n}`;return Object.keys(e).forEach(o=>{r=`${r}_${o}:${e[o]}`}),r},Db=(e,t)=>t?Object.values(t).filter(r=>e.values[r]&&!e.errors[r]):[],yu=(e,t)=>t?Object.keys(t).reduce((r,o)=>{let s="";const i=t[o];return e.values&&e.values[i]&&typeof e.values[i]=="object"&&"value"in e.values[i]?s=e.values[i].value:e.values&&e.values[i]&&typeof e.values[i]!="object"?s=e.values[i]:s=null,{...r,[o]:s}},{}):{},vu=({formFields:e})=>{const t={};return e.forEach(n=>{var r,o,s,i,a,c;if(t[n.name]={},(r=n.validations)!=null&&r.isRequired&&(typeof n.validations.isRequired=="object"?t[n.name].isRequired=_b(n.validations.isRequired.msg):t[n.name].isRequired=!0),n.type==="date"){let l=typeof((o=n.validations)==null?void 0:o.disableFuture)=="object"?n.validations.disableFuture.msg:"";l=typeof((s=n.validations)==null?void 0:s.disablePast)=="object"?n.validations.disablePast.msg:l,t[n.name].validate=Ob(l);return}if(n.type==="number"&&((i=n.validations)!=null&&i.range)){t[n.name].validate=Lb();return}if(n.type==="text"&&n.limit){t[n.name].validate=Rb();return}if((a=n.validations)!=null&&a.isUrl){const l=typeof n.validations.isUrl=="object"?n.validations.isUrl.msg:"";t[n.name].validate=Tb(l)}else if((c=n.validations)!=null&&c.isEmail){const l=typeof n.validations.isEmail=="object"?n.validations.isEmail.msg:"";t[n.name].validate=Sb(l)}}),t},Xo=(e,t)=>Object.keys(t).reduce((n,r)=>{const o=e.values[t[r]];let s;return Array.isArray(o)?s=o.map(i=>i.value):o&&typeof o=="object"&&"label"in o?s=o.value:o&&typeof o=="object"?s=o.toISOString():s=o||"",n[r]=s,n},{}),zo="/v1/api",Nb=`${zo}/connectors/conversation/:conversationId/metadata`,kb=`${zo}/connectors/forms/:formId/field/:fieldName/data`,Pb=`${zo}/connectors/forms/:id/link`,Mb=`${zo}/connectors/forms/:id/preview`,Bb=(e,t,n="email")=>{const r=new URLSearchParams;return r.append("channel_type",n),it({url:Gr(`${kb}?${r.toString()}`,e),method:mt.POST,data:t})},jb=(e,t,n="email")=>{const r=new URLSearchParams;return r.append("channel_type",n),it({url:`${Mb.replace(":id",e)}?${r.toString()}`,method:mt.POST,data:{args:t}})},Cu={optionsMap:null,dropdownOptionsApis:J.IDLE,previewCardData:null,previewCardApiStatus:J.IDLE,selectedSuggestionType:"basic"},Iu=Fi({name:"commonSlice",initialState:Cu,reducers:{resetState:()=>Cu,resetPreviewCardData:e=>{e.previewCardData=null,e.previewCardApiStatus=J.IDLE},setSelectedSuggestionType:(e,t)=>{e.selectedSuggestionType=t.payload}},extraReducers:e=>{e.addCase(Dn.pending,t=>{t.dropdownOptionsApis=J.LOADING}).addCase(Dn.fulfilled,(t,n)=>{const r=t.optionsMap||{},{optionsList:o,hasMore:s,currentPage:i,key:a}=n.payload;t.dropdownOptionsApis=J.IDLE,t.optionsMap={...r,[a]:{options:o,hasMore:s,currentPage:i}}}).addCase(Dn.rejected,t=>{t.dropdownOptionsApis=J.FAILED}).addCase(nr.pending,t=>{t.previewCardApiStatus=J.LOADING}).addCase(nr.fulfilled,(t,n)=>{const{data:r}=n.payload;r&&(t.previewCardData=r),t.previewCardApiStatus=J.IDLE}).addCase(nr.rejected,t=>{t.previewCardApiStatus=J.FAILED})}}),Dn=Bt("commonSlice/fetchDropDownOptions",async(e,{getState:t,rejectWithValue:n})=>{var g;const{fieldName:r,formId:o,fieldConfig:s,callback:i,args:a={},interfaceId:c="",pagination:l={enabled:!1}}=e,u=bu(a||{},o,r),{write:m}=t();let y=!1;s.meta&&"showAvatar"in s.meta&&typeof s.meta.showAvatar=="boolean"&&(y=s.meta.showAvatar);const{options:C=[],hasMore:h=!0,currentPage:p=0}=((g=m.optionsMap)==null?void 0:g[u])||{},{enabled:d,limit:f}=l,b=f||10;try{let I;const v=d?{pageNumber:p+1,limit:b}:null;if(h?I=await Bb({fieldName:r,formId:o},{pagination:v||{},args:a,interfaceId:c}):i==null||i(C),!I||!I.data||!("data"in I.data)||!Array.isArray(I.data.data))return{optionsList:[...C],fieldName:"",formId:"",hasMore:!1,currentPage:p,key:u};const A=I.data.data.map(D=>y?{...D,avatarUrl:D.avatarUrl||gb}:{label:D.label,value:D.value}),T=d?A.length>=b:!1,_=[...C,...A];return i==null||i(_),{optionsList:_,fieldName:r,formId:o,currentPage:p+1,hasMore:T,key:u}}catch(I){return i==null||i(C),n(I)}},{condition:(e,{getState:t})=>{var l,u;if(e.isScrollToBottomEvent)return!0;const{fieldName:n,formId:r,callback:o,args:s}=e,i=bu(s||{},r,n),{write:a}=t(),c=((u=(l=a.optionsMap)==null?void 0:l[i])==null?void 0:u.options)||[];return c&&c.length?(o==null||o(c),!1):!0}}),nr=Bt("commonSlice/previewCard",async({id:e,args:t,channelType:n,isRefresh:r},{rejectWithValue:o})=>{var s;try{const i=await jb(e,t,n),a=i==null?void 0:i.data;return a?(r&&Ne({message:fu,type:dn}),{data:dl(a)}):(r&&Ne({message:du,type:vt}),{data:null})}catch(i){return o({status:(s=i.response)==null?void 0:s.status})}}),{resetState:w4,resetPreviewCardData:Gb,setSelectedSuggestionType:Vb}=Iu.actions,Hb=Iu.reducer,Xr="/v1/api",Wb=`${Xr}/connectors/forms/list`,Zb=`${Xr}/connectors/cards/:id/unlink`,Xb=`${Xr}/connectors/forms/:id/link`,zb=`${Xr}/connectors/form/:formId`,Yb=`${Xr}/connectors/forms/:formId/data`,Jb=({inboxIds:e,channelType:t,conversationId:n})=>{const r=new URLSearchParams;return e.forEach(o=>r.append("inbox_ids",o)),r.append("channel_type",t),r.append("conversation_id",String(n)),it({url:`${Wb}?${r.toString()}`,method:mt.GET})},Eu=(e,t,n="email")=>{const r=new URLSearchParams;return r.append("channel_type",n),it({url:Gr(`${zb}?${r.toString()}`,e),method:mt.POST,data:t})},Ub=(e,t="email",n,r)=>{const o=new URLSearchParams;return o.append("channel_type",t),it({url:`${Zb.replace(":id",e)}?${o.toString()}`,method:mt.POST,data:{externalResourceId:n,conversationId:r}})},Qb=(e,t,n="email",r)=>{const o=new URLSearchParams;return o.append("channel_type",n),it({url:`${Xb.replace(":id",e)}?${o.toString()}`,method:mt.POST,data:{externalResourceId:t,conversationId:r}})},qb=(e,t="email",n,r,o)=>{const s=new URLSearchParams;return s.append("channel_type",t),s.append("conversation_id",String(n||"")),s.append("senderEmail",o),s.append("externalResourceId",r),it({url:`${Yb.replace(":formId",e)}?${s.toString()}`,method:mt.GET})},$b="Error in previewing the card",xu="Link format isn't recognized. Please check that you've entered a valid URL",Kb="Item already linked",ey="Card linked successfully",ty="Error in linking the card",ny="New card created",ry="Card creation failed",oy="Create and link objects from different apps to this conversation",sy="Are you sure you want to change the primary object?",iy="Changing the primary object will reset all the information you’ve entered and all data will be lost and can’t be recovered.",ay="Are you sure you want to leave?",cy=`If you go back now, all the information you’ve entered will be lost and can’t be recovered.
|
|
489
|
+
Do you want to continue?`,ly="Select an object to create",uy="Select an object to link",wu="Select object",dy="Paste URL or ID",fy="Object ID/Link",py="Card updated",hy="Card updation failed",Au=Fi({name:"writeCapability",initialState:pu,reducers:{resetState:()=>pu,resetCurrentResourceDetails:e=>{e.currentResourceDetails=null,e.currentResourceDetailsApiStatus=J.IDLE},setCurrentCardInEdit:(e,t)=>{e.currentCardInEdit=t.payload},setHasUnsavedChanges:(e,t)=>{e.hasUnsavedChanges=t.payload}},extraReducers:e=>{e.addCase(Yo.pending,t=>{t.objectListApiStatus=J.LOADING}).addCase(Yo.fulfilled,(t,n)=>{const{createObjectList:r,createObjectConnectorNamesList:o,linkObjectList:s,editObjectList:i,searchObjectList:a,formFields:c,objectDict:l,dependentFieldsMap:u}=n.payload;t.objectListApiStatus=J.IDLE,t.createObjectList=r,t.createObjectConnectorNamesList=o,t.linkObjectList=s,t.editObjectList=i,t.searchObjectList=a,t.formFields=c,t.objectDict=l,t.dependentFieldsMap=u}).addCase(Yo.rejected,t=>{t.objectListApiStatus=J.FAILED}).addCase(Dn.pending,t=>{t.dropdownOptionsApis=J.LOADING}).addCase(Dn.fulfilled,(t,n)=>{const r=t.optionsMap||{},{optionsList:o,hasMore:s,currentPage:i,key:a}=n.payload;t.dropdownOptionsApis=J.IDLE,t.optionsMap={...r,[a]:{options:o,hasMore:s,currentPage:i}}}).addCase(Dn.rejected,t=>{t.dropdownOptionsApis=J.FAILED}).addCase(Jo.pending,t=>{t.createFormApiStatus=J.LOADING}).addCase(Jo.fulfilled,t=>{t.createFormApiStatus=J.IDLE}).addCase(Jo.rejected,t=>{t.createFormApiStatus=J.FAILED}).addCase(qo.pending,t=>{t.linkCardApiStatus=J.LOADING}).addCase(qo.fulfilled,t=>{t.linkCardApiStatus=J.IDLE}).addCase(qo.rejected,t=>{t.linkCardApiStatus=J.FAILED}).addCase(Qo.pending,t=>{t.unlinkCardApiStatus=J.LOADING}).addCase(Qo.fulfilled,t=>{t.unlinkCardApiStatus=J.IDLE}).addCase(Qo.rejected,t=>{t.unlinkCardApiStatus=J.FAILED}).addCase(Uo.pending,t=>{t.updateFormApiStatus=J.LOADING}).addCase(Uo.fulfilled,t=>{t.updateFormApiStatus=J.IDLE}).addCase(Uo.rejected,t=>{t.updateFormApiStatus=J.FAILED}).addCase($o.pending,t=>{t.currentResourceDetailsApiStatus=J.LOADING}).addCase($o.fulfilled,(t,n)=>{const{data:r}=n.payload;r&&(t.currentResourceDetails=r),t.currentResourceDetailsApiStatus=J.IDLE}).addCase($o.rejected,t=>{t.currentResourceDetailsApiStatus=J.FAILED})}}),Yo=Bt("writeCapability/fetchObjectList",async e=>{const{inboxIds:t,channelType:n,conversationId:r}=e,o=await Jb({inboxIds:t,channelType:n,conversationId:r});if(!o||!o.data||!("formsList"in o.data)||!Array.isArray(o.data.formsList))return{createObjectList:[],createObjectConnectorNamesList:[],linkObjectList:[],editObjectList:[],searchObjectList:[],formFields:null,objectDict:null,dependentFieldsMap:{}};const s=o.data.formsList,i={},a=[],c=[],l=[],u=[],m=[],y={},C={};return s==null||s.forEach(h=>{var d,f;const p={...h};"fieldList"in p&&delete p.fieldList,C[h.id]=p,i[h.id]||(i[h.id]={}),y[h.id]||(y[h.id]=[]),h.type==="create"&&h.authenticated?(a.push({value:h.id,label:h.name,avatarUrl:h.logoUrl}),h.connectorName&&!c.includes(h.connectorName)&&c.push(h.connectorName)):h.type==="link"&&h.authenticated?l.push({value:h.id,label:h.name,avatarUrl:h.logoUrl}):h.type==="edit"&&h.authenticated?u.push({value:h.id,label:h.name,avatarUrl:h.logoUrl}):h.type==="search_and_link"&&h.authenticated&&m.push({value:h.id,label:h.name,avatarUrl:h.logoUrl}),(d=h.fieldList)==null||d.sort((b,g)=>b.priority-g.priority),(f=h.fieldList)==null||f.forEach(b=>{var I,v,w,A,T,_,D,F,k,N,j,X;let g={};switch(b.type){case"select":case"multi-select":{g={...b,defaultOptions:!!b.interfaceDetails,isInfiniteScrollable:((v=(I=b.interfaceDetails)==null?void 0:I.pagination)==null?void 0:v.enabled)||!1,loadOptionsOnFocus:Object.keys(((w=b.interfaceDetails)==null?void 0:w.args)||{}).length>0,isMultiSelect:b.type==="multi-select",type:h.interfaceDetails?"async-select":"select",isClearable:!0};break}case"date":{g={...b,type:"date",disablePast:!!((A=b.validations)!=null&&A.disablePast)||!1,disableFuture:!!((T=b.validations)!=null&&T.disableFuture)||!1};break}case"number":{g={...b,type:"number",min:((D=(_=b.validations)==null?void 0:_.range)==null?void 0:D.min)||Number.MIN_SAFE_INTEGER,max:((k=(F=b.validations)==null?void 0:F.range)==null?void 0:k.max)||Number.MAX_SAFE_INTEGER};break}case"multiline":{g={...b,type:"text",maxRows:((N=b.validations)==null?void 0:N.maxRows)||5,limit:(j=b.validations)==null?void 0:j.maxCharacters,rows:5,multiline:!0};break}case"text":{g={...b,type:"text",limit:(X=b.validations)==null?void 0:X.maxCharacters};break}default:g={...b}}if("value"in g&&(g.defaultValue=g.value,delete g.value),y[h.id]=[...y[h.id],g],b.interfaceDetails&&(b.interfaceDetails.args||b.interfaceDetails.optionalArgs)){const Z={...b.interfaceDetails.args,...b.interfaceDetails.optionalArgs};Object.values(Z).forEach(z=>{i[h.id][z]?i[h.id][z]=[...i[h.id][z],b.name]:i[h.id][z]=[b.name]})}})}),{createObjectList:a,createObjectConnectorNamesList:c,linkObjectList:l,editObjectList:u,searchObjectList:m,formFields:y,objectDict:C,dependentFieldsMap:i}}),Jo=Bt("writeCapability/createForm",async(e,{rejectWithValue:t})=>{const{formId:n,successCallback:r,failureCallback:o,args:s={},interfaceId:i,conversationId:a}=e;try{await Eu({formId:n},{args:s,interfaceId:i,conversationId:a}),r==null||r(),Ne({message:ny,type:dn})}catch(c){return o==null||o(c),Ne({message:ry,type:vt}),t(c)}}),Uo=Bt("writeCapability/updateForm",async(e,{rejectWithValue:t})=>{const{formId:n,successCallback:r,failureCallback:o,args:s={},interfaceId:i,conversationId:a,externalResourceId:c,previousArgs:l={}}=e;try{await Eu({formId:n},{args:s,interfaceId:i,conversationId:a,externalResourceId:c,previousArgs:l}),r==null||r(),Ne({message:py,type:dn})}catch(u){return o==null||o(u),Ne({message:hy,type:vt}),t(u)}}),Qo=Bt("writeCapability/unlinkCard",async({id:e,channelType:t,externalResourceId:n,conversationId:r})=>{await Ub(e,t,n,r)}),qo=Bt("writeCapability/linkCard",async({id:e,externalResourceId:t,channelType:n,conversationId:r},{rejectWithValue:o})=>{var s;try{await Qb(e,t,n,r)}catch(i){return o({status:(s=i.response)==null?void 0:s.status})}}),$o=Bt("connectorCardLibrary/fetchCurrentResourceDetails",async(e,{rejectWithValue:t})=>{const{id:n,channelType:r,conversationId:o,externalResourceId:s,contactEmail:i}=e;try{const a=await qb(n,r,o,s,i),c=a==null?void 0:a.data,l=a==null?void 0:a.status,u={values:{},errors:{}};return Object.entries(c.formData).forEach(([m,y])=>{"label"in y&&(y.type&&y.type==="date"?u.values[m]=y.label?new Date(parseInt(y.label)).toISOString():"":y.type&&y.type==="multi-select"&&"value"in y&&"label"in y&&y.value&&y.label?u.values[m]=[{value:y.value,label:y.label}]:y.value?u.values[m]={value:y.value,label:y.label}:u.values[m]=y.label)}),{data:u,status:l}}catch(a){return Ne({message:Di,type:vt}),t(a)}}),{resetState:A4,setCurrentCardInEdit:rr,resetCurrentResourceDetails:gy,setHasUnsavedChanges:Tu}=Au.actions,my=Au.reducer,by=()=>{const[e,t]=S.useState(null),[n,r]=S.useState({isVertical:!1,isHorizontal:!1,isScrolling:!1}),o=S.useCallback(s=>{t(s)},[]);return S.useEffect(()=>{if(!e)return;e.dataset.prevScrollLeft="0",e.dataset.prevScrollTop="0";let s=null;const i=100;let a=null;const c=150,l=u=>{s||(s=window.setTimeout(()=>{const m=u.target,y=Number(e.dataset.prevScrollLeft)||0,C=Number(e.dataset.prevScrollTop)||0,h=m.scrollLeft,p=m.scrollTop,d=h-y,f=p-C,b=Math.abs(f)>Math.abs(d),g=Math.abs(d)>Math.abs(f);r({isVertical:b,isHorizontal:g,isScrolling:!0}),e.dataset.prevScrollLeft=String(h),e.dataset.prevScrollTop=String(p),s=null},i),a&&window.clearTimeout(a),a=window.setTimeout(()=>{r(m=>({...m,isScrolling:!1})),a=null},c))};return e.addEventListener("scroll",l),()=>{e.removeEventListener("scroll",l),s&&window.clearTimeout(s),a&&window.clearTimeout(a)}},[e]),[n,o]},yy="data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.8016%2011.709L12.3416%205.16893L11.4298%204.25712L4.88979%2010.7972V11.709H5.8016ZM6.33618%2012.9987H3.6001V10.2626L10.9739%202.88875C11.0948%202.76786%2011.2588%202.69995%2011.4298%202.69995C11.6008%202.69995%2011.7648%202.76786%2011.8857%202.88875L13.71%204.71302C13.8309%204.83395%2013.8988%204.99794%2013.8988%205.16893C13.8988%205.33992%2013.8309%205.50391%2013.71%205.62484L6.33618%2012.9987ZM3.6001%2014.2884H15.2073V15.578H3.6001V14.2884Z'%20fill='%236C7B94'/%3e%3c/svg%3e",vy=({data:e,title:t,currentCard:n,setShowModal:r})=>{const o=Lt(),{sendTrackingEvent:s,currentSmIds:i}=S.useContext(Ge),{userGroupId:a}=_n()||{},[c,l]=by(),{isScrolling:u,isVertical:m}=c,y=u&&m,C=S.useMemo(()=>(e==null?void 0:e[0].data.map(f=>f.label))||[],[e]),h=S.useMemo(()=>e.map(f=>{const b={cells:{},externalResourceId:f.externalResourceId};return f.data.forEach((g,I)=>{if(C[I]){let v=g.value?g.value:Fo;v&&g.type==="date"&&(v=new Date(parseInt(v)).toLocaleDateString(navigator.language)),b.cells[C[I]]={label:v,deepLink:g==null?void 0:g.deepLink}}}),b}),[e,C]),p=(f,b)=>E.jsx(U2,{align:"left",children:f.deepLink?E.jsx(x.Link,{target:"_blank",underline:"none",href:f.deepLink,children:f.label}):E.jsx(x.Typography,{variant:"body2",color:"gray.black",children:f.label})},`${b}_${f.label}`),d=f=>{!f||!n||(r(!1),s(fl,{card_title:n.title,connector_name:n.connectorName,ug_id:a,sm_ids:i}),o(rr({...n,externalResourceId:f})))};return E.jsxs(x.Stack,{maxHeight:"340px",maxWidth:"700px",padding:"32px 0px 32px 32px",overflow:"auto",children:[E.jsx(x.Typography,{variant:"h2",color:"gray.black",marginBottom:"16px",children:t}),E.jsx(x.TableContainer,{ref:l,children:E.jsxs(x.Table,{stickyHeader:!0,children:[E.jsx(z2,{children:E.jsxs(x.TableRow,{children:[C.map(f=>E.jsx(Y2,{sx:{whiteSpace:"nowrap"},children:E.jsx(x.Typography,{variant:"overline",color:"gray.gray3",children:f})},f)),E.jsx(q2,{})]})}),E.jsx(x.TableBody,{children:h.map((f,b)=>E.jsxs(J2,{children:[Object.values(f.cells).map((g,I)=>p(g,I)),E.jsx(Q2,{children:!y&&f.externalResourceId&&E.jsx(x.Tooltip,{title:rl,placement:"bottom",children:E.jsx(x.IconButton,{className:"row-edit",onClick:()=>d(f.externalResourceId),children:E.jsx("img",{src:yy})})})})]},`id_${b}`))})]})})]})},Cy=e=>e.cardList.connectorCards,Iy=e=>e.cardList.connectorsEnabled,Ey=e=>e.cardList.connectorApiStatus,xy=e=>e.cardList.cardSpecificData,wy=e=>e.cardList.specificConnectorApiStatus,Ay=e=>e.cardList.specificConnectorErrorCode,Ty="data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%204.8675L14.6475%2014.625H3.3525L9%204.8675ZM9%201.875L0.75%2016.125H17.25L9%201.875Z'%20fill='%23F07530'/%3e%3cpath%20d='M9.75%2012.375H8.25V13.875H9.75V12.375Z'%20fill='%23F07530'/%3e%3cpath%20d='M9.75%207.875H8.25V11.625H9.75V7.875Z'%20fill='%23F07530'/%3e%3c/svg%3e",Su=e=>{const t=/\(Error code: (.*?)\)$/,n=e.match(t),r=n?n[1]:null,o=n?e.replace(t,"").trim():e;return{error_code:r,error_message:o}},Sy=(e,t)=>`${il} (Error code: ${e})`.replace(/{{connector_name}}/g,(t==null?void 0:t[0])||""),_u=e=>{const{value:t,error:n,deepLink:r,statusCode:o,isLoading:s,type:i,redirectToAdminTab:a,isFailed:c,connectorNames:l,cardTitle:u,currentCard:m,cardId:y,isCardLevelError:C,fieldName:h,showErrorIcon:p}=e,d=S.useRef(null),f=S.useRef(null),{email:b,currentSmIds:g,conversationId:I,sendTrackingEvent:v,connectorFunctions:w}=S.useContext(Ge),A=me(Ay),T=A==null?void 0:A[y],[_,D]=S.useState(!1),F=S.useMemo(()=>{if(n&&C){const{error_message:q}=Su(n);return q}return c?il.replace(/{{connector_name}}/g,(l==null?void 0:l[0])||""):qc},[n,c,l,C]),k=S.useCallback(()=>{const q=n||Sy(T,l),{error_code:ie,error_message:ce}=Su(q);v==null||v(l2,{sm_ids:g,frontend_req_params:{email:b,conversationId:I,externalResourceId:m==null?void 0:m.externalResourceId},card_title:u,connector_name:l!=null&&l.length?l:"",error_code:ie,error_message:ce})},[n,T,v,g,b,I,u,l,m==null?void 0:m.externalResourceId]);S.useEffect(()=>{(n&&C||c&&T)&&k()},[k,T,c,n,C]),S.useEffect(()=>{const q=r?f.current:d.current;if(q){const ie=q.scrollHeight>q.clientHeight||q.scrollWidth>q.clientWidth;D(ie)}},[t,r]);const N=o==ai.NOT_FOUND;let j=N?Fo:t;i==="date"&&j&&!N&&(j=new Date(parseInt(j)).toLocaleDateString(navigator.language));const X=!!n||c,Z=()=>{a?w==null||w.redirectToAdmin():window.open(Rg,"_blank")},z=()=>{v==null||v(d2,{sm_ids:g,card_title:u,field_name:h})},W=q=>{const ie=/<>(.*?)<>/g,ce=q.split(ie);return E.jsx(S.Fragment,{children:ce.map((Y,re)=>re%2===1?E.jsx(H2,{variant:"body2",onClick:Z,children:Y},re):Y)})};return s?E.jsx(cn,{variant:"rounded",width:"100%",height:16,animation:"wave",margin:"4px 0 0 0"}):X?E.jsxs(yl,{gap:"7px",children:[p?E.jsx(x.Stack,{marginTop:"3px",flexShrink:"0",children:E.jsx("img",{src:Ty,width:"18px",height:"18px"})}):null,E.jsx(vl,{variant:"body2",children:F?W(F):qc})]}):E.jsx(x.Tooltip,{title:_?j:null,placement:"bottom",children:r?E.jsx(Cl,{ref:f,target:"_blank",underline:"none",href:r,fontSize:"13px",onClick:z,children:j||Fo}):E.jsx(Z2,{ref:d,variant:"body2",children:j||Fo})})},_y="data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_825_73646)'%3e%3cpath%20d='M19%206.41L17.59%205L12%2010.59L6.41%205L5%206.41L10.59%2012L5%2017.59L6.41%2019L12%2013.41L17.59%2019L19%2017.59L13.41%2012L19%206.41Z'%20fill='%236F7C90'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_825_73646'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",Ni=({shown:e,setShown:t,children:n,showCloseButton:r=!1,borderRadius:o=4})=>E.jsx(x.Dialog,{open:e,onClose:()=>t(!1),PaperProps:{style:{borderRadius:o,padding:0,height:"fit-content",width:"fit-content",maxWidth:"none"}},children:E.jsxs(x.Stack,{direction:"row",children:[r&&E.jsx(x.Box,{position:"absolute",right:10,top:10,children:E.jsx(x.Tooltip,{title:"Close",placement:"bottom",children:E.jsx(x.IconButton,{onClick:()=>t(!1),children:E.jsx("img",{src:_y})})})}),n]})}),Ou=e=>{var Y,re,fe;const{id:t,cardTitle:n,specificCardData:r,specificConnectorApiStatus:o,isOpen:s,currentCard:i}=e,a=24,c=(o==null?void 0:o[t])===J.IDLE,l=(o==null?void 0:o[t])===J.LOADING,u=(o==null?void 0:o[t])===J.FAILED,{cardType:m,data:y,cardErrorMessage:C,redirectToAdminTab:h,connectorNames:p}=(r==null?void 0:r[t])||{},d=m==="flat",[f,b]=S.useState(!1),[g,I]=S.useState(!1),[v,w]=S.useState(!1),[A,T]=S.useState(!1),_=((Y=y==null?void 0:y.listItems)==null?void 0:Y.statusCode)!==401,D=S.useMemo(()=>{var M,U,te,ae;return d&&((M=y==null?void 0:y.flatDisplay)!=null&&M.data)?y.flatDisplay.data:!d&&((ae=(te=(U=y==null?void 0:y.listItems)==null?void 0:U.fields)==null?void 0:te[0])!=null&&ae.data)?y.listItems.fields[0].data:[]},[d,y]),F=S.useMemo(()=>D==null?void 0:D.slice(0,5),[D]),[k,N]=S.useState([]),j=S.useRef(null),[X,Z]=S.useState(0),z=f?-180:0,W=d?!1:!!((re=y==null?void 0:y.listItems)!=null&&re.errorMessage),q=W||u||C,ie=c&&!W&&s&&(v||g);S.useLayoutEffect(()=>{var M;(M=j.current)!=null&&M.scrollHeight&&Z(j.current.scrollHeight+a)},[o==null?void 0:o[t],k,j]),S.useEffect(()=>{var ae,ne;const M=((D==null?void 0:D.length)||0)>5,U=!d&&(((ne=(ae=y==null?void 0:y.listItems)==null?void 0:ae.fields)==null?void 0:ne.length)||0)>1;w(M&&!U),I(U)},[y,d,D==null?void 0:D.length]),S.useEffect(()=>{N(f?D:F)},[y,f,F,D]);const ce=()=>{v?b(M=>!M):T(M=>!M)};return E.jsxs(E.Fragment,{children:[E.jsx(Ni,{shown:A,setShown:T,showCloseButton:!0,borderRadius:12,children:E.jsx(vy,{data:((fe=y==null?void 0:y.listItems)==null?void 0:fe.fields)||[],title:n,currentCard:i,setShowModal:T})}),E.jsx(G2,{className:s?"":"slideUp",height:X,children:E.jsx(x.Stack,{ref:j,gap:1,margin:"12px",children:l&&!(k!=null&&k.length)?E.jsxs(E.Fragment,{children:[E.jsx(cn,{variant:"rounded",width:"100%",height:20,animation:"wave"}),E.jsx(cn,{variant:"rounded",width:"100%",height:20,animation:"wave"})]}):E.jsx(E.Fragment,{children:q?E.jsx(x.Box,{margin:"8px 0",children:E.jsx(_u,{error:C,isLoading:l,redirectToAdminTab:h,isFailed:u,showErrorIcon:!_,connectorNames:p,cardId:t,cardTitle:n,currentCard:i,isCardLevelError:!0})}):k!=null&&k.length?k==null?void 0:k.map(M=>{const{value:U,label:te,deepLink:ae,type:ne}=M,pe="errorMessage"in M?M.errorMessage:null,Be="statusCode"in M?M.statusCode:null;return E.jsxs("div",{children:[E.jsx(V2,{variant:"overline",children:te}),E.jsx(_u,{value:U,error:pe,deepLink:ae,statusCode:Be,isLoading:l,type:ne,cardTitle:n,currentCard:i,cardId:t,fieldName:te})]},te)}):E.jsx(x.Box,{margin:"8px 0",children:E.jsx(vl,{children:Cg})})})})}),!C&&ie&&E.jsx(K2,{variant:"body2_medium",onClick:ce,children:v?E.jsxs(E.Fragment,{children:[f?P1:Ll,E.jsx($2,{src:k1,transformAngle:z})]}):Ll})]})},Oy={connectorCards:null,cardSpecificData:null,connectorApiStatus:J.IDLE,conversationMetaDataApiStatus:J.IDLE,specificConnectorApiStatus:null,threadId:null,connectorsEnabled:!1,specificConnectorErrorCode:null,conversationEmailHeaders:null},Lu="/v1/api",Ly=`${Lu}/connectors/cards`,Ry=`${Lu}/connectors/cards/:id/data`,Fy=({inboxIds:e,conversationId:t,channelType:n="email"})=>{const r=new URLSearchParams;return e.forEach(o=>r.append("inbox_ids",o)),r.append("channel_type",n),r.append("conversation_id",String(t||"")),it({url:`${Ly}?${r.toString()}`,method:mt.GET})},Dy=(e,t,n,r)=>{const o=new URLSearchParams;return o.append("senderEmail",t),o.append("conversation_id",String(n||"")),r&&o.append("externalResourceId",r),it({url:`${Ry.replace(":id",e)}?${o.toString()}`,method:mt.GET})},Ru=Fi({name:"connectorCardLibrary",initialState:Oy,reducers:{updateThreadId(e,t){const{payload:n}=t;e.threadId=n.threadId,e.connectorCards=null},clearConnectorList(e){e.connectorCards=null,e.cardSpecificData=null}},extraReducers:e=>{e.addCase(Ko.pending,t=>{t.connectorApiStatus=J.LOADING}).addCase(Ko.fulfilled,(t,n)=>{t.connectorApiStatus=J.IDLE,t.connectorCards=n.payload.cards,t.connectorsEnabled=n.payload.connectorsEnabled}).addCase(Ko.rejected,t=>{t.connectorApiStatus=J.FAILED}).addCase(zr.pending,(t,n)=>{const{id:r,externalResourceId:o=""}=n.meta.arg;let s=r;o&&(s=`${s}_${o}`),t.specificConnectorApiStatus={...t.specificConnectorApiStatus??{},[s]:J.LOADING}}).addCase(zr.fulfilled,(t,n)=>{const{id:r,externalResourceId:o=""}=n.meta.arg;let s=r;o&&(s=`${s}_${o}`);const{data:i}=n.payload||{};i&&(t.cardSpecificData={...t.cardSpecificData?t.cardSpecificData:{},[s]:i}),t.specificConnectorApiStatus={...t.specificConnectorApiStatus??{},[s]:J.IDLE}}).addCase(zr.rejected,(t,n)=>{const{id:r,externalResourceId:o=""}=n.meta.arg;let s=r;o&&(s=`${s}_${o}`),t.specificConnectorApiStatus={...t.specificConnectorApiStatus??{},[s]:J.FAILED};const i=n.payload&&typeof n.payload=="object"&&"code"in n.payload?String(n.payload.code):al;t.specificConnectorErrorCode={...t.specificConnectorErrorCode??{},[s]:i}})}}),Ko=Bt("connectorCardLibrary/fetchAllCard",async({inboxIds:e,channelType:t,conversationId:n})=>{var a;const r=await Fy({inboxIds:e,channelType:t,conversationId:n});if(!Array.isArray((a=r==null?void 0:r.data)==null?void 0:a.cards))return{cards:[],connectorsEnabled:!1};const{cards:o,connectorsEnabled:s=!1}=r.data;return{cards:o.sort((c,l)=>(c==null?void 0:c.priority)-(l==null?void 0:l.priority)),connectorsEnabled:s}}),zr=Bt("connectorCardLibrary/fetchSpecificCard",async({id:e,email:t,conversationId:n,isRefresh:r,externalResourceId:o},s)=>{try{const i=await Dy(e,t,n,o),a=i==null?void 0:i.data,c=i==null?void 0:i.status;return a?(r&&Ne({message:fu,type:dn}),{data:dl(a),status:c}):(r&&Ne({message:du,type:vt}),{data:{},status:c})}catch(i){const a=i;return s.rejectWithValue({...a,code:a.code||al})}}),Ny=Ru.reducer,Fu=Ru.actions,Du="data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.76618%202.23341C8.79952%201.26675%207.47285%200.666748%205.99952%200.666748C3.05285%200.666748%200.672852%203.05341%200.672852%206.00008C0.672852%208.94675%203.05285%2011.3334%205.99952%2011.3334C8.48619%2011.3334%2010.5595%209.63341%2011.1529%207.33341H9.76618C9.21952%208.88675%207.73952%2010.0001%205.99952%2010.0001C3.79285%2010.0001%201.99952%208.20675%201.99952%206.00008C1.99952%203.79341%203.79285%202.00008%205.99952%202.00008C7.10618%202.00008%208.09285%202.46008%208.81285%203.18675L6.66618%205.33341H11.3329V0.666748L9.76618%202.23341Z'%20fill='%236C7B94'/%3e%3c/svg%3e",ky="data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.4587%206.7528C11.2244%206.51848%2010.8445%206.51848%2010.6102%206.7528C10.3759%206.98711%2010.3759%207.36701%2010.6102%207.60132L11.4587%206.7528ZM12.1916%208.33414L12.6158%207.90988L12.1916%208.33414ZM8.33462%2012.1911L8.75888%2011.7668L8.33462%2012.1911ZM7.6018%2010.6097C7.36748%2010.3754%206.98758%2010.3754%206.75327%2010.6097C6.51895%2010.8441%206.51895%2011.224%206.75327%2011.4583L7.6018%2010.6097ZM4.43911%209.14411C4.67343%209.37842%205.05333%209.37842%205.28764%209.14411C5.52196%208.9098%205.52196%208.5299%205.28764%208.29558L4.43911%209.14411ZM3.70629%207.56276L4.13056%207.1385L3.70629%207.56276ZM7.56324%203.70582L7.9875%203.28155L7.56324%203.70582ZM8.29606%205.28716C8.53037%205.52148%208.91027%205.52148%209.14459%205.28716C9.3789%205.05285%209.3789%204.67295%209.14459%204.43864L8.29606%205.28716ZM10.6102%207.60132L11.7673%208.75841L12.6158%207.90988L11.4587%206.7528L10.6102%207.60132ZM11.7673%208.75841C12.1662%209.15735%2012.3904%209.69843%2012.3904%2010.2626L13.5904%2010.2626C13.5904%209.38017%2013.2398%208.53387%2012.6158%207.90988L11.7673%208.75841ZM12.3904%2010.2626C12.3904%2010.8268%2012.1662%2011.3679%2011.7673%2011.7668L12.6158%2012.6154C13.2398%2011.9914%2013.5904%2011.1451%2013.5904%2010.2626L12.3904%2010.2626ZM11.7673%2011.7668C10.9365%2012.5976%209.58963%2012.5976%208.75888%2011.7668L7.91035%2012.6154C9.20973%2013.9147%2011.3164%2013.9147%2012.6158%2012.6154L11.7673%2011.7668ZM8.75888%2011.7668L7.6018%2010.6097L6.75327%2011.4583L7.91035%2012.6154L8.75888%2011.7668ZM5.28764%208.29558L4.13056%207.1385L3.28203%207.98703L4.43911%209.14411L5.28764%208.29558ZM4.13056%207.1385C3.73162%206.73956%203.50749%206.19848%203.50749%205.63429L2.30749%205.63429C2.30749%206.51674%202.65804%207.36304%203.28203%207.98703L4.13056%207.1385ZM3.50749%205.63429C3.50749%205.0701%203.73162%204.52902%204.13056%204.13008L3.28203%203.28155C2.65804%203.90554%202.30749%204.75184%202.30749%205.63429L3.50749%205.63429ZM4.13056%204.13008C4.96131%203.29933%206.30822%203.29933%207.13897%204.13008L7.9875%203.28155C6.68812%201.98217%204.58141%201.98217%203.28203%203.28155L4.13056%204.13008ZM7.13897%204.13008L8.29606%205.28716L9.14459%204.43864L7.9875%203.28155L7.13897%204.13008Z'%20fill='%236C7B94'/%3e%3crect%20x='5.08887'%20y='6.0791'%20width='1.33333'%20height='6.66667'%20rx='0.666667'%20transform='rotate(-45%205.08887%206.0791)'%20fill='%236C7B94'/%3e%3cpath%20d='M5.59961%2014.3998V12.7998'%20stroke='%236C7B94'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12.7998%205.59961H14.3998'%20stroke='%236C7B94'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M2.40039%2011.2002H4.00039'%20stroke='%236C7B94'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M11.2002%202.40039V4.00039'%20stroke='%236C7B94'%20stroke-width='1.2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e",Py="data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5908_39767)'%3e%3cpath%20d='M9.37333%206.01333L9.98667%206.62667L3.94667%2012.6667H3.33333V12.0533L9.37333%206.01333ZM11.7733%202C11.6067%202%2011.4333%202.06667%2011.3067%202.19333L10.0867%203.41333L12.5867%205.91333L13.8067%204.69333C14.0667%204.43333%2014.0667%204.01333%2013.8067%203.75333L12.2467%202.19333C12.1133%202.06%2011.9467%202%2011.7733%202ZM9.37333%204.12667L2%2011.5V14H4.5L11.8733%206.62667L9.37333%204.12667Z'%20fill='%236C7B94'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5908_39767'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",Nu=e=>e.write.createObjectList,My=e=>e.write.createObjectConnectorNamesList,ku=e=>e.write.linkObjectList,By=e=>e.write.editObjectList,jy=e=>e.write.objectDict,Gy=e=>e.write.formFields,Vy=e=>e.write.linkCardApiStatus,Hy=e=>e.write.unlinkCardApiStatus,Wy=e=>e.write.dependentFieldsMap,Zy=e=>e.write.createFormApiStatus,Xy=e=>e.write.updateFormApiStatus,zy=e=>e.write.currentResourceDetails,Yy=e=>e.write.currentResourceDetailsApiStatus,Pu=e=>e.write.currentCardInEdit,Mu=e=>e.write.hasUnsavedChanges,Jy=e=>typeof e=="string"?/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(?:\.\d+)?(?:Z|[+-]\d{2}:\d{2})$/.test(e):typeof e=="object"&&"_isValid"in e,Bu=e=>Object.keys(e).sort((n,r)=>r.localeCompare(n)).reduce((n,r)=>{var o;return(typeof e[r]=="string"||typeof e[r]=="object"&&e[r]!==null)&&Jy(e[r])?n[r]=(o=new Date(`${e[r]}`))==null?void 0:o.toString():n[r]=e[r],n},{}),Uy=e=>Tg.replace("{{connectorName}}",e),Qy=({showUnlinkModal:e,setShowUnlinkModal:t,cardId:n,onCardUnlinking:r,externalResourceId:o,conversationId:s,connectorName:i})=>{const a=Lt(),{sendTrackingEvent:c}=S.useContext(Ge),u=me(Hy)===J.LOADING,m=()=>{s&&o&&a(Qo({id:n,conversationId:s,externalResourceId:o})).unwrap().then(()=>{c(Qg,{connector_name:i,conversation_id:s}),t(!1),r(),Ne({message:rb,type:dn})}).catch(()=>{Ne({message:ob,type:dn})})};return E.jsx(Ni,{shown:e,setShown:t,showCloseButton:!0,children:E.jsxs(x.Stack,{width:"400px",padding:"20px",gap:"8px",children:[E.jsx(x.Typography,{variant:"h2",children:Ag}),E.jsx(x.Typography,{variant:"body2",children:Uy(i)}),E.jsxs(x.Stack,{direction:"row",gap:"8px",marginTop:"20px",justifyContent:"flex-end",children:[E.jsx(x.Button,{variant:"text",onClick:()=>t(!1),children:ui}),E.jsx(x.Button,{disabled:u,color:"error",onClick:m,children:nl})]})]})})},qy=({actions:e})=>{const[n,r]=S.useState(!1),o=e.filter(u=>u.shown);if(o.length===0)return null;const s=o[o.length-1],i=o.slice(0,-1),a=n?(i.length+1)*32:32,c=()=>{r(!0)},l=()=>{r(!1)};return E.jsxs(X2,{width:a,onMouseEnter:c,onMouseLeave:l,children:[n&&i.map(({id:u,disabled:m,label:y,iconSrc:C,action:h})=>E.jsx(x.Tooltip,{title:y,placement:"bottom",children:E.jsx(er,{onClick:h,disabled:m,children:E.jsx("img",{src:C})})},u)),s&&E.jsx(x.Tooltip,{title:s.label,placement:"bottom",children:E.jsx(er,{onClick:s.action,disabled:s.disabled,children:E.jsx("img",{src:s.iconSrc})})},s.id)]})},$y=e=>{const{card:t,specificCardData:n,email:r,specificConnectorApiStatus:o,defaultOpenState:s=!1,onCardUnlinking:i}=e,a=Lt(),{availableFeatures:c,sendTrackingEvent:l,conversationId:u,currentSmIds:m}=S.useContext(Ge),{userGroupId:y}=_n()||{},[C,h]=S.useState(!!s),[p,d]=S.useState(!1),[f,b]=S.useState(!1),{id:g,title:I,externalResourceId:v="",forms:w=[],logoUrl:A}=t;let T=g;v&&(T=`${T}_${v}`);const{data:_,cardType:D,cardErrorMessage:F,connectorNames:k}=(n==null?void 0:n[T])??{},N=(k==null?void 0:k[0])||"",j=(o==null?void 0:o[T])===J.LOADING,X=(o==null?void 0:o[T])===J.FAILED,Z=!!($e(c,Qc)&&v),z=S.useMemo(()=>{var M,U;if(F||X||!($e(c,pg)&&w.some(te=>te.type==="edit")))return!1;switch(D){case"flat":return!!((_==null?void 0:_.flatDisplay.externalResourceId)??t.externalResourceId);case"flat_with_list":return((M=_==null?void 0:_.listItems)==null?void 0:M.fields.length)===1?(U=_==null?void 0:_.listItems)==null?void 0:U.fields.some(te=>te.externalResourceId):!1;default:return!1}},[_,D,c,w,t,F,X]),W=S.useCallback((M=!1)=>{const U=M?t2:e2;r&&g&&u&&a(zr({id:g,email:r,conversationId:u,externalResourceId:v})).unwrap().then(te=>{const ae={...ul(te,I,M,!0),sm_ids:m};l(U,ae)}).catch(te=>{const ae={...ul(te,I,M,!1),sm_ids:m};l(U,ae)})},[a,r,g,I,l,u,v,m]);S.useEffect(()=>{C&&W(!0)},[C,W]);const q=(M,U)=>{var ae;M==null||M.stopPropagation(),a(zr({id:U,email:r,conversationId:u,isRefresh:!0,externalResourceId:v})).unwrap().then(()=>{l(Gg,{id:U})});const te=M.target.tagName==="BUTTON"?(ae=M.target)==null?void 0:ae.firstChild:M.target;te.className&&(te.className=""),setTimeout(()=>te.className="selected",1)},ie=(M,U)=>{M.stopPropagation(),!(n!=null&&n[U])&&!j&&W(),l(C?jg:Bg,{id:U}),h(te=>!te)},ce=M=>{M.stopPropagation();const U=M.currentTarget.offsetWidth<M.currentTarget.scrollWidth;d(!!U)},Y=M=>{var te,ae;M.stopPropagation(),l(fl,{card_title:I,connector_name:N,ug_id:y,sm_ids:m});let U;D==="flat"?U=(_==null?void 0:_.flatDisplay.externalResourceId)??t.externalResourceId:D==="flat_with_list"&&(U=(ae=(te=_==null?void 0:_.listItems)==null?void 0:te.fields[0])==null?void 0:ae.externalResourceId),U?a(rr({...t,externalResourceId:U})):Ne({message:Di,type:vt})},re=M=>{M.stopPropagation(),b(!0)},fe=[{id:"unlink",label:nl,disabled:j,shown:Z,iconSrc:ky,action:M=>re(M)},{id:"refresh",label:$c,disabled:j,shown:!0,iconSrc:Du,action:M=>q(M,g)},{id:"edit",label:rl,disabled:j,shown:z,iconSrc:Py,action:M=>Y(M)}];return E.jsxs(P2,{"data-testid":`test_${g}`,children:[E.jsxs(M2,{className:C?"hiver-card-expanded":"",onClick:M=>ie(M,T),children:[E.jsxs(B2,{children:[A&&E.jsx("img",{src:A,alt:I}),E.jsx(x.Tooltip,{title:p?I:"",placement:"bottom",children:E.jsx(j2,{variant:"h4",onMouseOver:M=>ce(M),onMouseLeave:M=>ce(M),children:I})})]}),E.jsxs(yl,{children:[E.jsx(qy,{actions:fe}),E.jsx(x.Tooltip,{title:C?Kc:ci,placement:"bottom",children:E.jsx(er,{onClick:M=>ie(M,T),children:E.jsx(hi,{className:C?"":"hiver-up"})})})]})]}),E.jsx(Ou,{id:T,cardTitle:t.title,currentCard:t,specificCardData:n,specificConnectorApiStatus:o,isOpen:C}),E.jsx(Qy,{showUnlinkModal:f,setShowUnlinkModal:b,cardId:g,onCardUnlinking:i,conversationId:u,externalResourceId:v,connectorName:N})]})},Ky=Number.MAX_SAFE_INTEGER,ev=({cards:e,email:t,specificCardData:n,specificConnectorApiStatus:r,onCardUnlinking:o})=>{const{availableFeatures:s}=S.useContext(Ge),a=$e(s,gg)?Ky:1;return E.jsx(x.Box,{flexGrow:1,children:e.map((c,l)=>{const{id:u,externalResourceId:m}=c;let y=u;return m&&(y=`${y}_${m}`),E.jsx("div",{children:E.jsx($y,{card:c,specificCardData:n,email:t??"",defaultOpenState:l<a,specificConnectorApiStatus:r,onCardUnlinking:o})},y)})})},ki=({children:e})=>{if(!Array.isArray(e))return e;let t=null;return e.find(r=>typeof(r==null?void 0:r.type)!="function"?!1:(r.props.fallback&&(t=r),r.props.condition))??t};function or({children:e,condition:t,fallback:n=!1}){return!t&&!n?null:e}ki.CaseView=or;const tv="Bring your favourite tools into Hiver",nv="Plugin image",rv="Integrate tools like Salesforce, HubSpot, and Shopify to boost productivity",ov="Enable Connectors",sv="Enable Apps",iv="Learn more",av="https://help.hiverhq.com/custom-connectors/hiver-s-custom-connectors",cv="Contact your admin to enable this",lv="https://youtu.be/ODcJnzZLb50",uv="connectors-module/assets/connectors-images/connector-mainpage.png",dv="connectors-module/assets/connectors-images/connector-mainpage-apps.png",fv="Explore connectors",pv="Connectors",hv=x.styled(x.Box)`
|
|
473
490
|
padding-top: 20px;
|
|
474
|
-
`,
|
|
491
|
+
`,gv=x.styled(x.Stack)`
|
|
475
492
|
width: 100%;
|
|
476
493
|
height: 97px;
|
|
477
494
|
background-color: ${x.theme.palette.purple.light};
|
|
@@ -487,21 +504,21 @@ Do you want to continue?`,ay="Select an object to create",cy="Select an object t
|
|
|
487
504
|
height: 56px;
|
|
488
505
|
width: 102px;
|
|
489
506
|
}
|
|
490
|
-
`,
|
|
507
|
+
`,mv=x.styled(x.Typography)`
|
|
491
508
|
color: ${x.theme.palette.gray.gray1};
|
|
492
509
|
height: 54px;
|
|
493
510
|
width: 120px;
|
|
494
511
|
line-height: 18px;
|
|
495
|
-
`,
|
|
512
|
+
`,bv=x.styled(x.Link)`
|
|
496
513
|
display: block;
|
|
497
514
|
width: 100%;
|
|
498
515
|
margin-bottom: 20px;
|
|
499
516
|
margin-top: 12px;
|
|
500
|
-
`,
|
|
517
|
+
`,yv=x.styled(x.Typography)`
|
|
501
518
|
color: ${x.theme.palette.gray.gray1};
|
|
502
519
|
font-size: 13px;
|
|
503
520
|
margin-bottom: 24px;
|
|
504
|
-
`,
|
|
521
|
+
`,ju=x.styled(x.Button)`
|
|
505
522
|
width: 100%;
|
|
506
523
|
color: ${x.theme.palette.gray.black};
|
|
507
524
|
background-color: white;
|
|
@@ -511,45 +528,45 @@ Do you want to continue?`,ay="Select an object to create",cy="Select an object t
|
|
|
511
528
|
background-color: #e3dfff;
|
|
512
529
|
border: 1px solid ${x.theme.palette.purple.primary};
|
|
513
530
|
}
|
|
514
|
-
`,
|
|
531
|
+
`,vv=x.styled(x.Stack)`
|
|
515
532
|
margin-top: 16px;
|
|
516
533
|
justify-content: center;
|
|
517
534
|
align-items: center;
|
|
518
535
|
gap: 8px;
|
|
519
|
-
`,
|
|
536
|
+
`,Cv=x.styled(x.icons.InfoOutlined)`
|
|
520
537
|
width: 18px;
|
|
521
538
|
color: ${x.theme.palette.gray.gray3};
|
|
522
|
-
`,
|
|
539
|
+
`,Iv=x.styled(x.Typography)`
|
|
523
540
|
color: ${x.theme.palette.gray.gray3};
|
|
524
|
-
`,
|
|
525
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function He(e,t){return
|
|
526
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Bi(e){return Fv(e)||Nv(e)||Hu(e)||Dv()}var kv=!1;function Pv(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}function Mv(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),e.nonce!==void 0&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}var Bv=function(){function e(n){var r=this;this._insertTag=function(o){var s;r.tags.length===0?r.insertionPoint?s=r.insertionPoint.nextSibling:r.prepend?s=r.container.firstChild:s=r.before:s=r.tags[r.tags.length-1].nextSibling,r.container.insertBefore(o,s),r.tags.push(o)},this.isSpeedy=n.speedy===void 0?!kv:n.speedy,this.tags=[],this.ctr=0,this.nonce=n.nonce,this.key=n.key,this.container=n.container,this.prepend=n.prepend,this.insertionPoint=n.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(r){r.forEach(this._insertTag)},t.insert=function(r){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(Mv(this));var o=this.tags[this.tags.length-1];if(this.isSpeedy){var s=Pv(o);try{s.insertRule(r,s.cssRules.length)}catch{}}else o.appendChild(document.createTextNode(r));this.ctr++},t.flush=function(){this.tags.forEach(function(r){var o;return(o=r.parentNode)==null?void 0:o.removeChild(r)}),this.tags=[],this.ctr=0},e}(),Je="-ms-",ts="-moz-",ve="-webkit-",zu="comm",Gi="rule",ji="decl",Gv="@import",Yu="@keyframes",jv="@layer",Vv=Math.abs,ns=String.fromCharCode,Hv=Object.assign;function Wv(e,t){return Xe(e,0)^45?(((t<<2^Xe(e,0))<<2^Xe(e,1))<<2^Xe(e,2))<<2^Xe(e,3):0}function Ju(e){return e.trim()}function Zv(e,t){return(e=t.exec(e))?e[0]:e}function Ce(e,t,n){return e.replace(t,n)}function Vi(e,t){return e.indexOf(t)}function Xe(e,t){return e.charCodeAt(t)|0}function Yr(e,t,n){return e.slice(t,n)}function jt(e){return e.length}function Hi(e){return e.length}function rs(e,t){return t.push(e),e}function Xv(e,t){return e.map(t).join("")}var os=1,ir=1,Uu=0,ct=0,Me=0,ar="";function ss(e,t,n,r,o,s,i){return{value:e,root:t,parent:n,type:r,props:o,children:s,line:os,column:ir,length:i,return:""}}function Jr(e,t){return Hv(ss("",null,null,"",null,null,0),e,{length:-e.length},t)}function zv(){return Me}function Yv(){return Me=ct>0?Xe(ar,--ct):0,ir--,Me===10&&(ir=1,os--),Me}function Ct(){return Me=ct<Uu?Xe(ar,ct++):0,ir++,Me===10&&(ir=1,os++),Me}function Vt(){return Xe(ar,ct)}function is(){return ct}function Ur(e,t){return Yr(ar,e,t)}function Qr(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function Qu(e){return os=ir=1,Uu=jt(ar=e),ct=0,[]}function qu(e){return ar="",e}function as(e){return Ju(Ur(ct-1,Wi(e===91?e+2:e===40?e+1:e)))}function Jv(e){for(;(Me=Vt())&&Me<33;)Ct();return Qr(e)>2||Qr(Me)>3?"":" "}function Uv(e,t){for(;--t&&Ct()&&!(Me<48||Me>102||Me>57&&Me<65||Me>70&&Me<97););return Ur(e,is()+(t<6&&Vt()==32&&Ct()==32))}function Wi(e){for(;Ct();)switch(Me){case e:return ct;case 34:case 39:e!==34&&e!==39&&Wi(Me);break;case 40:e===41&&Wi(e);break;case 92:Ct();break}return ct}function Qv(e,t){for(;Ct()&&e+Me!==57;)if(e+Me===84&&Vt()===47)break;return"/*"+Ur(t,ct-1)+"*"+ns(e===47?e:Ct())}function qv(e){for(;!Qr(Vt());)Ct();return Ur(e,ct)}function $v(e){return qu(cs("",null,null,null,[""],e=Qu(e),0,[0],e))}function cs(e,t,n,r,o,s,i,a,c){for(var l=0,u=0,b=i,y=0,C=0,h=0,p=1,d=1,f=1,m=0,g="",I=o,v=s,w=r,A=g;d;)switch(h=m,m=Ct()){case 40:if(h!=108&&Xe(A,b-1)==58){Vi(A+=Ce(as(m),"&","&\f"),"&\f")!=-1&&(f=-1);break}case 34:case 39:case 91:A+=as(m);break;case 9:case 10:case 13:case 32:A+=Jv(h);break;case 92:A+=Uv(is()-1,7);continue;case 47:switch(Vt()){case 42:case 47:rs(Kv(Qv(Ct(),is()),t,n),c);break;default:A+="/"}break;case 123*p:a[l++]=jt(A)*f;case 125*p:case 59:case 0:switch(m){case 0:case 125:d=0;case 59+u:f==-1&&(A=Ce(A,/\f/g,"")),C>0&&jt(A)-b&&rs(C>32?Ku(A+";",r,n,b-1):Ku(Ce(A," ","")+";",r,n,b-2),c);break;case 59:A+=";";default:if(rs(w=$u(A,t,n,l,u,o,a,g,I=[],v=[],b),s),m===123)if(u===0)cs(A,t,w,w,I,s,b,a,v);else switch(y===99&&Xe(A,3)===110?100:y){case 100:case 108:case 109:case 115:cs(e,w,w,r&&rs($u(e,w,w,0,0,o,a,g,o,I=[],b),v),o,v,b,a,r?I:v);break;default:cs(A,w,w,w,[""],v,0,a,v)}}l=u=C=0,p=f=1,g=A="",b=i;break;case 58:b=1+jt(A),C=h;default:if(p<1){if(m==123)--p;else if(m==125&&p++==0&&Yv()==125)continue}switch(A+=ns(m),m*p){case 38:f=u>0?1:(A+="\f",-1);break;case 44:a[l++]=(jt(A)-1)*f,f=1;break;case 64:Vt()===45&&(A+=as(Ct())),y=Vt(),u=b=jt(g=A+=qv(is())),m++;break;case 45:h===45&&jt(A)==2&&(p=0)}}return s}function $u(e,t,n,r,o,s,i,a,c,l,u){for(var b=o-1,y=o===0?s:[""],C=Hi(y),h=0,p=0,d=0;h<r;++h)for(var f=0,m=Yr(e,b+1,b=Vv(p=i[h])),g=e;f<C;++f)(g=Ju(p>0?y[f]+" "+m:Ce(m,/&\f/g,y[f])))&&(c[d++]=g);return ss(e,t,n,o===0?Gi:a,c,l,u)}function Kv(e,t,n){return ss(e,t,n,zu,ns(zv()),Yr(e,2,-2),0)}function Ku(e,t,n,r){return ss(e,t,n,ji,Yr(e,0,r),Yr(e,r+1,-1),r)}function cr(e,t){for(var n="",r=Hi(e),o=0;o<r;o++)n+=t(e[o],o,e,t)||"";return n}function eC(e,t,n,r){switch(e.type){case jv:if(e.children.length)break;case Gv:case ji:return e.return=e.return||e.value;case zu:return"";case Yu:return e.return=e.value+"{"+cr(e.children,r)+"}";case Gi:e.value=e.props.join(",")}return jt(n=cr(e.children,r))?e.return=e.value+"{"+n+"}":""}function tC(e){var t=Hi(e);return function(n,r,o,s){for(var i="",a=0;a<t;a++)i+=e[a](n,r,o,s)||"";return i}}function nC(e){return function(t){t.root||(t=t.return)&&e(t)}}function rC(e){var t=Object.create(null);return function(n){return t[n]===void 0&&(t[n]=e(n)),t[n]}}var oC=function(t,n,r){for(var o=0,s=0;o=s,s=Vt(),o===38&&s===12&&(n[r]=1),!Qr(s);)Ct();return Ur(t,ct)},sC=function(t,n){var r=-1,o=44;do switch(Qr(o)){case 0:o===38&&Vt()===12&&(n[r]=1),t[r]+=oC(ct-1,n,r);break;case 2:t[r]+=as(o);break;case 4:if(o===44){t[++r]=Vt()===58?"&\f":"",n[r]=t[r].length;break}default:t[r]+=ns(o)}while(o=Ct());return t},iC=function(t,n){return qu(sC(Qu(t),n))},ed=new WeakMap,aC=function(t){if(!(t.type!=="rule"||!t.parent||t.length<1)){for(var n=t.value,r=t.parent,o=t.column===r.column&&t.line===r.line;r.type!=="rule";)if(r=r.parent,!r)return;if(!(t.props.length===1&&n.charCodeAt(0)!==58&&!ed.get(r))&&!o){ed.set(t,!0);for(var s=[],i=iC(n,s),a=r.props,c=0,l=0;c<i.length;c++)for(var u=0;u<a.length;u++,l++)t.props[l]=s[c]?i[c].replace(/&\f/g,a[u]):a[u]+" "+i[c]}}},cC=function(t){if(t.type==="decl"){var n=t.value;n.charCodeAt(0)===108&&n.charCodeAt(2)===98&&(t.return="",t.value="")}};function td(e,t){switch(Wv(e,t)){case 5103:return ve+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return ve+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return ve+e+ts+e+Je+e+e;case 6828:case 4268:return ve+e+Je+e+e;case 6165:return ve+e+Je+"flex-"+e+e;case 5187:return ve+e+Ce(e,/(\w+).+(:[^]+)/,ve+"box-$1$2"+Je+"flex-$1$2")+e;case 5443:return ve+e+Je+"flex-item-"+Ce(e,/flex-|-self/,"")+e;case 4675:return ve+e+Je+"flex-line-pack"+Ce(e,/align-content|flex-|-self/,"")+e;case 5548:return ve+e+Je+Ce(e,"shrink","negative")+e;case 5292:return ve+e+Je+Ce(e,"basis","preferred-size")+e;case 6060:return ve+"box-"+Ce(e,"-grow","")+ve+e+Je+Ce(e,"grow","positive")+e;case 4554:return ve+Ce(e,/([^-])(transform)/g,"$1"+ve+"$2")+e;case 6187:return Ce(Ce(Ce(e,/(zoom-|grab)/,ve+"$1"),/(image-set)/,ve+"$1"),e,"")+e;case 5495:case 3959:return Ce(e,/(image-set\([^]*)/,ve+"$1$`$1");case 4968:return Ce(Ce(e,/(.+:)(flex-)?(.*)/,ve+"box-pack:$3"+Je+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+ve+e+e;case 4095:case 3583:case 4068:case 2532:return Ce(e,/(.+)-inline(.+)/,ve+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(jt(e)-1-t>6)switch(Xe(e,t+1)){case 109:if(Xe(e,t+4)!==45)break;case 102:return Ce(e,/(.+:)(.+)-([^]+)/,"$1"+ve+"$2-$3$1"+ts+(Xe(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~Vi(e,"stretch")?td(Ce(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(Xe(e,t+1)!==115)break;case 6444:switch(Xe(e,jt(e)-3-(~Vi(e,"!important")&&10))){case 107:return Ce(e,":",":"+ve)+e;case 101:return Ce(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+ve+(Xe(e,14)===45?"inline-":"")+"box$3$1"+ve+"$2$3$1"+Je+"$2box$3")+e}break;case 5936:switch(Xe(e,t+11)){case 114:return ve+e+Je+Ce(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return ve+e+Je+Ce(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return ve+e+Je+Ce(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return ve+e+Je+e+e}return e}var lC=function(t,n,r,o){if(t.length>-1&&!t.return)switch(t.type){case ji:t.return=td(t.value,t.length);break;case Yu:return cr([Jr(t,{value:Ce(t.value,"@","@"+ve)})],o);case Gi:if(t.length)return Xv(t.props,function(s){switch(Zv(s,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return cr([Jr(t,{props:[Ce(s,/:(read-\w+)/,":"+ts+"$1")]})],o);case"::placeholder":return cr([Jr(t,{props:[Ce(s,/:(plac\w+)/,":"+ve+"input-$1")]}),Jr(t,{props:[Ce(s,/:(plac\w+)/,":"+ts+"$1")]}),Jr(t,{props:[Ce(s,/:(plac\w+)/,Je+"input-$1")]})],o)}return""})}},uC=[lC],dC=function(t){var n=t.key;if(n==="css"){var r=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(r,function(p){var d=p.getAttribute("data-emotion");d.indexOf(" ")!==-1&&(document.head.appendChild(p),p.setAttribute("data-s",""))})}var o=t.stylisPlugins||uC,s={},i,a=[];i=t.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+n+' "]'),function(p){for(var d=p.getAttribute("data-emotion").split(" "),f=1;f<d.length;f++)s[d[f]]=!0;a.push(p)});var c,l=[aC,cC];{var u,b=[eC,nC(function(p){u.insert(p)})],y=tC(l.concat(o,b)),C=function(d){return cr($v(d),y)};c=function(d,f,m,g){u=m,C(d?d+"{"+f.styles+"}":f.styles),g&&(h.inserted[f.name]=!0)}}var h={key:n,sheet:new Bv({key:n,container:i,nonce:t.nonce,speedy:t.speedy,prepend:t.prepend,insertionPoint:t.insertionPoint}),nonce:t.nonce,inserted:s,registered:{},insert:c};return h.sheet.hydrate(a),h},Zi={exports:{}},Ee={};/** @license React v16.13.1
|
|
541
|
+
`,Ev="https://cdn.hiverhq.com/connectors-module/assets/PlugIn.svg";function Nn(e){"@babel/helpers - typeof";return Nn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Nn(e)}function xv(e,t){if(Nn(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t||"default");if(Nn(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Gu(e){var t=xv(e,"string");return Nn(t)=="symbol"?t:t+""}function sr(e,t,n){return(t=Gu(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Vu(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),n.push.apply(n,r)}return n}function Q(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?Vu(Object(n),!0).forEach(function(r){sr(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Vu(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function wv(e){if(Array.isArray(e))return e}function Av(e,t){var n=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r,o,s,i,a=[],c=!0,l=!1;try{if(s=(n=n.call(e)).next,t===0){if(Object(n)!==n)return;c=!1}else for(;!(c=(r=s.call(n)).done)&&(a.push(r.value),a.length!==t);c=!0);}catch(u){l=!0,o=u}finally{try{if(!c&&n.return!=null&&(i=n.return(),Object(i)!==i))return}finally{if(l)throw o}}return a}}function Pi(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function Hu(e,t){if(e){if(typeof e=="string")return Pi(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Pi(e,t):void 0}}function Tv(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
542
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function He(e,t){return wv(e)||Av(e,t)||Hu(e,t)||Tv()}function Sv(e,t){if(e==null)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.includes(r))continue;n[r]=e[r]}return n}function jt(e,t){if(e==null)return{};var n,r,o=Sv(e,t);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);for(r=0;r<s.length;r++)n=s[r],t.includes(n)||{}.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var _v=["defaultInputValue","defaultMenuIsOpen","defaultValue","inputValue","menuIsOpen","onChange","onInputChange","onMenuClose","onMenuOpen","value"];function Wu(e){var t=e.defaultInputValue,n=t===void 0?"":t,r=e.defaultMenuIsOpen,o=r===void 0?!1:r,s=e.defaultValue,i=s===void 0?null:s,a=e.inputValue,c=e.menuIsOpen,l=e.onChange,u=e.onInputChange,m=e.onMenuClose,y=e.onMenuOpen,C=e.value,h=jt(e,_v),p=S.useState(a!==void 0?a:n),d=He(p,2),f=d[0],b=d[1],g=S.useState(c!==void 0?c:o),I=He(g,2),v=I[0],w=I[1],A=S.useState(C!==void 0?C:i),T=He(A,2),_=T[0],D=T[1],F=S.useCallback(function(W,q){typeof l=="function"&&l(W,q),D(W)},[l]),k=S.useCallback(function(W,q){var ie;typeof u=="function"&&(ie=u(W,q)),b(ie!==void 0?ie:W)},[u]),N=S.useCallback(function(){typeof y=="function"&&y(),w(!0)},[y]),j=S.useCallback(function(){typeof m=="function"&&m(),w(!1)},[m]),X=a!==void 0?a:f,Z=c!==void 0?c:v,z=C!==void 0?C:_;return Q(Q({},h),{},{inputValue:X,menuIsOpen:Z,onChange:F,onInputChange:k,onMenuClose:j,onMenuOpen:N,value:z})}function ee(){return ee=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},ee.apply(null,arguments)}function Ov(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Zu(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,Gu(r.key),r)}}function Lv(e,t,n){return t&&Zu(e.prototype,t),n&&Zu(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function Mi(e,t){return Mi=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,r){return n.__proto__=r,n},Mi(e,t)}function Rv(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Mi(e,t)}function es(e){return es=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},es(e)}function Xu(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Xu=function(){return!!e})()}function Fv(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Dv(e,t){if(t&&(Nn(t)=="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return Fv(e)}function Nv(e){var t=Xu();return function(){var n,r=es(e);if(t){var o=es(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return Dv(this,n)}}function kv(e){if(Array.isArray(e))return Pi(e)}function Pv(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Mv(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
543
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Bi(e){return kv(e)||Pv(e)||Hu(e)||Mv()}var Bv=!1;function jv(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}function Gv(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),e.nonce!==void 0&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}var Vv=function(){function e(n){var r=this;this._insertTag=function(o){var s;r.tags.length===0?r.insertionPoint?s=r.insertionPoint.nextSibling:r.prepend?s=r.container.firstChild:s=r.before:s=r.tags[r.tags.length-1].nextSibling,r.container.insertBefore(o,s),r.tags.push(o)},this.isSpeedy=n.speedy===void 0?!Bv:n.speedy,this.tags=[],this.ctr=0,this.nonce=n.nonce,this.key=n.key,this.container=n.container,this.prepend=n.prepend,this.insertionPoint=n.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(r){r.forEach(this._insertTag)},t.insert=function(r){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(Gv(this));var o=this.tags[this.tags.length-1];if(this.isSpeedy){var s=jv(o);try{s.insertRule(r,s.cssRules.length)}catch{}}else o.appendChild(document.createTextNode(r));this.ctr++},t.flush=function(){this.tags.forEach(function(r){var o;return(o=r.parentNode)==null?void 0:o.removeChild(r)}),this.tags=[],this.ctr=0},e}(),Je="-ms-",ts="-moz-",ve="-webkit-",zu="comm",ji="rule",Gi="decl",Hv="@import",Yu="@keyframes",Wv="@layer",Zv=Math.abs,ns=String.fromCharCode,Xv=Object.assign;function zv(e,t){return Xe(e,0)^45?(((t<<2^Xe(e,0))<<2^Xe(e,1))<<2^Xe(e,2))<<2^Xe(e,3):0}function Ju(e){return e.trim()}function Yv(e,t){return(e=t.exec(e))?e[0]:e}function Ce(e,t,n){return e.replace(t,n)}function Vi(e,t){return e.indexOf(t)}function Xe(e,t){return e.charCodeAt(t)|0}function Yr(e,t,n){return e.slice(t,n)}function Gt(e){return e.length}function Hi(e){return e.length}function rs(e,t){return t.push(e),e}function Jv(e,t){return e.map(t).join("")}var os=1,ir=1,Uu=0,ct=0,Me=0,ar="";function ss(e,t,n,r,o,s,i){return{value:e,root:t,parent:n,type:r,props:o,children:s,line:os,column:ir,length:i,return:""}}function Jr(e,t){return Xv(ss("",null,null,"",null,null,0),e,{length:-e.length},t)}function Uv(){return Me}function Qv(){return Me=ct>0?Xe(ar,--ct):0,ir--,Me===10&&(ir=1,os--),Me}function Ct(){return Me=ct<Uu?Xe(ar,ct++):0,ir++,Me===10&&(ir=1,os++),Me}function Vt(){return Xe(ar,ct)}function is(){return ct}function Ur(e,t){return Yr(ar,e,t)}function Qr(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function Qu(e){return os=ir=1,Uu=Gt(ar=e),ct=0,[]}function qu(e){return ar="",e}function as(e){return Ju(Ur(ct-1,Wi(e===91?e+2:e===40?e+1:e)))}function qv(e){for(;(Me=Vt())&&Me<33;)Ct();return Qr(e)>2||Qr(Me)>3?"":" "}function $v(e,t){for(;--t&&Ct()&&!(Me<48||Me>102||Me>57&&Me<65||Me>70&&Me<97););return Ur(e,is()+(t<6&&Vt()==32&&Ct()==32))}function Wi(e){for(;Ct();)switch(Me){case e:return ct;case 34:case 39:e!==34&&e!==39&&Wi(Me);break;case 40:e===41&&Wi(e);break;case 92:Ct();break}return ct}function Kv(e,t){for(;Ct()&&e+Me!==57;)if(e+Me===84&&Vt()===47)break;return"/*"+Ur(t,ct-1)+"*"+ns(e===47?e:Ct())}function eC(e){for(;!Qr(Vt());)Ct();return Ur(e,ct)}function tC(e){return qu(cs("",null,null,null,[""],e=Qu(e),0,[0],e))}function cs(e,t,n,r,o,s,i,a,c){for(var l=0,u=0,m=i,y=0,C=0,h=0,p=1,d=1,f=1,b=0,g="",I=o,v=s,w=r,A=g;d;)switch(h=b,b=Ct()){case 40:if(h!=108&&Xe(A,m-1)==58){Vi(A+=Ce(as(b),"&","&\f"),"&\f")!=-1&&(f=-1);break}case 34:case 39:case 91:A+=as(b);break;case 9:case 10:case 13:case 32:A+=qv(h);break;case 92:A+=$v(is()-1,7);continue;case 47:switch(Vt()){case 42:case 47:rs(nC(Kv(Ct(),is()),t,n),c);break;default:A+="/"}break;case 123*p:a[l++]=Gt(A)*f;case 125*p:case 59:case 0:switch(b){case 0:case 125:d=0;case 59+u:f==-1&&(A=Ce(A,/\f/g,"")),C>0&&Gt(A)-m&&rs(C>32?Ku(A+";",r,n,m-1):Ku(Ce(A," ","")+";",r,n,m-2),c);break;case 59:A+=";";default:if(rs(w=$u(A,t,n,l,u,o,a,g,I=[],v=[],m),s),b===123)if(u===0)cs(A,t,w,w,I,s,m,a,v);else switch(y===99&&Xe(A,3)===110?100:y){case 100:case 108:case 109:case 115:cs(e,w,w,r&&rs($u(e,w,w,0,0,o,a,g,o,I=[],m),v),o,v,m,a,r?I:v);break;default:cs(A,w,w,w,[""],v,0,a,v)}}l=u=C=0,p=f=1,g=A="",m=i;break;case 58:m=1+Gt(A),C=h;default:if(p<1){if(b==123)--p;else if(b==125&&p++==0&&Qv()==125)continue}switch(A+=ns(b),b*p){case 38:f=u>0?1:(A+="\f",-1);break;case 44:a[l++]=(Gt(A)-1)*f,f=1;break;case 64:Vt()===45&&(A+=as(Ct())),y=Vt(),u=m=Gt(g=A+=eC(is())),b++;break;case 45:h===45&&Gt(A)==2&&(p=0)}}return s}function $u(e,t,n,r,o,s,i,a,c,l,u){for(var m=o-1,y=o===0?s:[""],C=Hi(y),h=0,p=0,d=0;h<r;++h)for(var f=0,b=Yr(e,m+1,m=Zv(p=i[h])),g=e;f<C;++f)(g=Ju(p>0?y[f]+" "+b:Ce(b,/&\f/g,y[f])))&&(c[d++]=g);return ss(e,t,n,o===0?ji:a,c,l,u)}function nC(e,t,n){return ss(e,t,n,zu,ns(Uv()),Yr(e,2,-2),0)}function Ku(e,t,n,r){return ss(e,t,n,Gi,Yr(e,0,r),Yr(e,r+1,-1),r)}function cr(e,t){for(var n="",r=Hi(e),o=0;o<r;o++)n+=t(e[o],o,e,t)||"";return n}function rC(e,t,n,r){switch(e.type){case Wv:if(e.children.length)break;case Hv:case Gi:return e.return=e.return||e.value;case zu:return"";case Yu:return e.return=e.value+"{"+cr(e.children,r)+"}";case ji:e.value=e.props.join(",")}return Gt(n=cr(e.children,r))?e.return=e.value+"{"+n+"}":""}function oC(e){var t=Hi(e);return function(n,r,o,s){for(var i="",a=0;a<t;a++)i+=e[a](n,r,o,s)||"";return i}}function sC(e){return function(t){t.root||(t=t.return)&&e(t)}}function iC(e){var t=Object.create(null);return function(n){return t[n]===void 0&&(t[n]=e(n)),t[n]}}var aC=function(t,n,r){for(var o=0,s=0;o=s,s=Vt(),o===38&&s===12&&(n[r]=1),!Qr(s);)Ct();return Ur(t,ct)},cC=function(t,n){var r=-1,o=44;do switch(Qr(o)){case 0:o===38&&Vt()===12&&(n[r]=1),t[r]+=aC(ct-1,n,r);break;case 2:t[r]+=as(o);break;case 4:if(o===44){t[++r]=Vt()===58?"&\f":"",n[r]=t[r].length;break}default:t[r]+=ns(o)}while(o=Ct());return t},lC=function(t,n){return qu(cC(Qu(t),n))},ed=new WeakMap,uC=function(t){if(!(t.type!=="rule"||!t.parent||t.length<1)){for(var n=t.value,r=t.parent,o=t.column===r.column&&t.line===r.line;r.type!=="rule";)if(r=r.parent,!r)return;if(!(t.props.length===1&&n.charCodeAt(0)!==58&&!ed.get(r))&&!o){ed.set(t,!0);for(var s=[],i=lC(n,s),a=r.props,c=0,l=0;c<i.length;c++)for(var u=0;u<a.length;u++,l++)t.props[l]=s[c]?i[c].replace(/&\f/g,a[u]):a[u]+" "+i[c]}}},dC=function(t){if(t.type==="decl"){var n=t.value;n.charCodeAt(0)===108&&n.charCodeAt(2)===98&&(t.return="",t.value="")}};function td(e,t){switch(zv(e,t)){case 5103:return ve+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return ve+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return ve+e+ts+e+Je+e+e;case 6828:case 4268:return ve+e+Je+e+e;case 6165:return ve+e+Je+"flex-"+e+e;case 5187:return ve+e+Ce(e,/(\w+).+(:[^]+)/,ve+"box-$1$2"+Je+"flex-$1$2")+e;case 5443:return ve+e+Je+"flex-item-"+Ce(e,/flex-|-self/,"")+e;case 4675:return ve+e+Je+"flex-line-pack"+Ce(e,/align-content|flex-|-self/,"")+e;case 5548:return ve+e+Je+Ce(e,"shrink","negative")+e;case 5292:return ve+e+Je+Ce(e,"basis","preferred-size")+e;case 6060:return ve+"box-"+Ce(e,"-grow","")+ve+e+Je+Ce(e,"grow","positive")+e;case 4554:return ve+Ce(e,/([^-])(transform)/g,"$1"+ve+"$2")+e;case 6187:return Ce(Ce(Ce(e,/(zoom-|grab)/,ve+"$1"),/(image-set)/,ve+"$1"),e,"")+e;case 5495:case 3959:return Ce(e,/(image-set\([^]*)/,ve+"$1$`$1");case 4968:return Ce(Ce(e,/(.+:)(flex-)?(.*)/,ve+"box-pack:$3"+Je+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+ve+e+e;case 4095:case 3583:case 4068:case 2532:return Ce(e,/(.+)-inline(.+)/,ve+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(Gt(e)-1-t>6)switch(Xe(e,t+1)){case 109:if(Xe(e,t+4)!==45)break;case 102:return Ce(e,/(.+:)(.+)-([^]+)/,"$1"+ve+"$2-$3$1"+ts+(Xe(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~Vi(e,"stretch")?td(Ce(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(Xe(e,t+1)!==115)break;case 6444:switch(Xe(e,Gt(e)-3-(~Vi(e,"!important")&&10))){case 107:return Ce(e,":",":"+ve)+e;case 101:return Ce(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+ve+(Xe(e,14)===45?"inline-":"")+"box$3$1"+ve+"$2$3$1"+Je+"$2box$3")+e}break;case 5936:switch(Xe(e,t+11)){case 114:return ve+e+Je+Ce(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return ve+e+Je+Ce(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return ve+e+Je+Ce(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return ve+e+Je+e+e}return e}var fC=function(t,n,r,o){if(t.length>-1&&!t.return)switch(t.type){case Gi:t.return=td(t.value,t.length);break;case Yu:return cr([Jr(t,{value:Ce(t.value,"@","@"+ve)})],o);case ji:if(t.length)return Jv(t.props,function(s){switch(Yv(s,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return cr([Jr(t,{props:[Ce(s,/:(read-\w+)/,":"+ts+"$1")]})],o);case"::placeholder":return cr([Jr(t,{props:[Ce(s,/:(plac\w+)/,":"+ve+"input-$1")]}),Jr(t,{props:[Ce(s,/:(plac\w+)/,":"+ts+"$1")]}),Jr(t,{props:[Ce(s,/:(plac\w+)/,Je+"input-$1")]})],o)}return""})}},pC=[fC],hC=function(t){var n=t.key;if(n==="css"){var r=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(r,function(p){var d=p.getAttribute("data-emotion");d.indexOf(" ")!==-1&&(document.head.appendChild(p),p.setAttribute("data-s",""))})}var o=t.stylisPlugins||pC,s={},i,a=[];i=t.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+n+' "]'),function(p){for(var d=p.getAttribute("data-emotion").split(" "),f=1;f<d.length;f++)s[d[f]]=!0;a.push(p)});var c,l=[uC,dC];{var u,m=[rC,sC(function(p){u.insert(p)})],y=oC(l.concat(o,m)),C=function(d){return cr(tC(d),y)};c=function(d,f,b,g){u=b,C(d?d+"{"+f.styles+"}":f.styles),g&&(h.inserted[f.name]=!0)}}var h={key:n,sheet:new Vv({key:n,container:i,nonce:t.nonce,speedy:t.speedy,prepend:t.prepend,insertionPoint:t.insertionPoint}),nonce:t.nonce,inserted:s,registered:{},insert:c};return h.sheet.hydrate(a),h},Zi={exports:{}},Ee={};/** @license React v16.13.1
|
|
527
544
|
* react-is.production.min.js
|
|
528
545
|
*
|
|
529
546
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
530
547
|
*
|
|
531
548
|
* This source code is licensed under the MIT license found in the
|
|
532
549
|
* LICENSE file in the root directory of this source tree.
|
|
533
|
-
*/var nd;function
|
|
550
|
+
*/var nd;function gC(){if(nd)return Ee;nd=1;var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,o=e?Symbol.for("react.strict_mode"):60108,s=e?Symbol.for("react.profiler"):60114,i=e?Symbol.for("react.provider"):60109,a=e?Symbol.for("react.context"):60110,c=e?Symbol.for("react.async_mode"):60111,l=e?Symbol.for("react.concurrent_mode"):60111,u=e?Symbol.for("react.forward_ref"):60112,m=e?Symbol.for("react.suspense"):60113,y=e?Symbol.for("react.suspense_list"):60120,C=e?Symbol.for("react.memo"):60115,h=e?Symbol.for("react.lazy"):60116,p=e?Symbol.for("react.block"):60121,d=e?Symbol.for("react.fundamental"):60117,f=e?Symbol.for("react.responder"):60118,b=e?Symbol.for("react.scope"):60119;function g(v){if(typeof v=="object"&&v!==null){var w=v.$$typeof;switch(w){case t:switch(v=v.type,v){case c:case l:case r:case s:case o:case m:return v;default:switch(v=v&&v.$$typeof,v){case a:case u:case h:case C:case i:return v;default:return w}}case n:return w}}}function I(v){return g(v)===l}return Ee.AsyncMode=c,Ee.ConcurrentMode=l,Ee.ContextConsumer=a,Ee.ContextProvider=i,Ee.Element=t,Ee.ForwardRef=u,Ee.Fragment=r,Ee.Lazy=h,Ee.Memo=C,Ee.Portal=n,Ee.Profiler=s,Ee.StrictMode=o,Ee.Suspense=m,Ee.isAsyncMode=function(v){return I(v)||g(v)===c},Ee.isConcurrentMode=I,Ee.isContextConsumer=function(v){return g(v)===a},Ee.isContextProvider=function(v){return g(v)===i},Ee.isElement=function(v){return typeof v=="object"&&v!==null&&v.$$typeof===t},Ee.isForwardRef=function(v){return g(v)===u},Ee.isFragment=function(v){return g(v)===r},Ee.isLazy=function(v){return g(v)===h},Ee.isMemo=function(v){return g(v)===C},Ee.isPortal=function(v){return g(v)===n},Ee.isProfiler=function(v){return g(v)===s},Ee.isStrictMode=function(v){return g(v)===o},Ee.isSuspense=function(v){return g(v)===m},Ee.isValidElementType=function(v){return typeof v=="string"||typeof v=="function"||v===r||v===l||v===s||v===o||v===m||v===y||typeof v=="object"&&v!==null&&(v.$$typeof===h||v.$$typeof===C||v.$$typeof===i||v.$$typeof===a||v.$$typeof===u||v.$$typeof===d||v.$$typeof===f||v.$$typeof===b||v.$$typeof===p)},Ee.typeOf=g,Ee}var xe={};/** @license React v16.13.1
|
|
534
551
|
* react-is.development.js
|
|
535
552
|
*
|
|
536
553
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
537
554
|
*
|
|
538
555
|
* This source code is licensed under the MIT license found in the
|
|
539
556
|
* LICENSE file in the root directory of this source tree.
|
|
540
|
-
*/var rd;function pC(){return rd||(rd=1,process.env.NODE_ENV!=="production"&&function(){var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,o=e?Symbol.for("react.strict_mode"):60108,s=e?Symbol.for("react.profiler"):60114,i=e?Symbol.for("react.provider"):60109,a=e?Symbol.for("react.context"):60110,c=e?Symbol.for("react.async_mode"):60111,l=e?Symbol.for("react.concurrent_mode"):60111,u=e?Symbol.for("react.forward_ref"):60112,b=e?Symbol.for("react.suspense"):60113,y=e?Symbol.for("react.suspense_list"):60120,C=e?Symbol.for("react.memo"):60115,h=e?Symbol.for("react.lazy"):60116,p=e?Symbol.for("react.block"):60121,d=e?Symbol.for("react.fundamental"):60117,f=e?Symbol.for("react.responder"):60118,m=e?Symbol.for("react.scope"):60119;function g(j){return typeof j=="string"||typeof j=="function"||j===r||j===l||j===s||j===o||j===b||j===y||typeof j=="object"&&j!==null&&(j.$$typeof===h||j.$$typeof===C||j.$$typeof===i||j.$$typeof===a||j.$$typeof===u||j.$$typeof===d||j.$$typeof===f||j.$$typeof===m||j.$$typeof===p)}function I(j){if(typeof j=="object"&&j!==null){var ze=j.$$typeof;switch(ze){case t:var tt=j.type;switch(tt){case c:case l:case r:case s:case o:case b:return tt;default:var Ye=tt&&tt.$$typeof;switch(Ye){case a:case u:case h:case C:case i:return Ye;default:return ze}}case n:return ze}}}var v=c,w=l,A=a,T=i,O=t,N=u,F=r,k=h,D=C,G=n,z=s,W=o,X=b,Z=!1;function Q(j){return Z||(Z=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),se(j)||I(j)===c}function se(j){return I(j)===l}function ae(j){return I(j)===a}function M(j){return I(j)===i}function Y(j){return typeof j=="object"&&j!==null&&j.$$typeof===t}function K(j){return I(j)===u}function U(j){return I(j)===r}function ce(j){return I(j)===h}function ge(j){return I(j)===C}function me(j){return I(j)===n}function ne(j){return I(j)===s}function de(j){return I(j)===o}function Be(j){return I(j)===b}xe.AsyncMode=v,xe.ConcurrentMode=w,xe.ContextConsumer=A,xe.ContextProvider=T,xe.Element=O,xe.ForwardRef=N,xe.Fragment=F,xe.Lazy=k,xe.Memo=D,xe.Portal=G,xe.Profiler=z,xe.StrictMode=W,xe.Suspense=X,xe.isAsyncMode=Q,xe.isConcurrentMode=se,xe.isContextConsumer=ae,xe.isContextProvider=M,xe.isElement=Y,xe.isForwardRef=K,xe.isFragment=U,xe.isLazy=ce,xe.isMemo=ge,xe.isPortal=me,xe.isProfiler=ne,xe.isStrictMode=de,xe.isSuspense=Be,xe.isValidElementType=g,xe.typeOf=I}()),xe}process.env.NODE_ENV==="production"?Zi.exports=fC():Zi.exports=pC();var hC=Zi.exports,od=hC,gC={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},mC={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},sd={};sd[od.ForwardRef]=gC,sd[od.Memo]=mC;var bC=!0;function yC(e,t,n){var r="";return n.split(" ").forEach(function(o){e[o]!==void 0?t.push(e[o]+";"):o&&(r+=o+" ")}),r}var id=function(t,n,r){var o=t.key+"-"+n.name;(r===!1||bC===!1)&&t.registered[o]===void 0&&(t.registered[o]=n.styles)},vC=function(t,n,r){id(t,n,r);var o=t.key+"-"+n.name;if(t.inserted[n.name]===void 0){var s=n;do t.insert(n===s?"."+o:"",s,t.sheet,!0),s=s.next;while(s!==void 0)}};function CC(e){for(var t=0,n,r=0,o=e.length;o>=4;++r,o-=4)n=e.charCodeAt(r)&255|(e.charCodeAt(++r)&255)<<8|(e.charCodeAt(++r)&255)<<16|(e.charCodeAt(++r)&255)<<24,n=(n&65535)*1540483477+((n>>>16)*59797<<16),n^=n>>>24,t=(n&65535)*1540483477+((n>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(o){case 3:t^=(e.charCodeAt(r+2)&255)<<16;case 2:t^=(e.charCodeAt(r+1)&255)<<8;case 1:t^=e.charCodeAt(r)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}var IC={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},EC=!1,xC=/[A-Z]|^ms/g,wC=/_EMO_([^_]+?)_([^]*?)_EMO_/g,ad=function(t){return t.charCodeAt(1)===45},cd=function(t){return t!=null&&typeof t!="boolean"},Xi=rC(function(e){return ad(e)?e:e.replace(xC,"-$&").toLowerCase()}),ld=function(t,n){switch(t){case"animation":case"animationName":if(typeof n=="string")return n.replace(wC,function(r,o,s){return Ht={name:o,styles:s,next:Ht},o})}return IC[t]!==1&&!ad(t)&&typeof n=="number"&&n!==0?n+"px":n},AC="Component selectors can only be used in conjunction with @emotion/babel-plugin, the swc Emotion plugin, or another Emotion-aware compiler transform.";function qr(e,t,n){if(n==null)return"";var r=n;if(r.__emotion_styles!==void 0)return r;switch(typeof n){case"boolean":return"";case"object":{var o=n;if(o.anim===1)return Ht={name:o.name,styles:o.styles,next:Ht},o.name;var s=n;if(s.styles!==void 0){var i=s.next;if(i!==void 0)for(;i!==void 0;)Ht={name:i.name,styles:i.styles,next:Ht},i=i.next;var a=s.styles+";";return a}return TC(e,t,n)}case"function":{if(e!==void 0){var c=Ht,l=n(e);return Ht=c,qr(e,t,l)}break}}var u=n;return u}function TC(e,t,n){var r="";if(Array.isArray(n))for(var o=0;o<n.length;o++)r+=qr(e,t,n[o])+";";else for(var s in n){var i=n[s];if(typeof i!="object"){var a=i;cd(a)&&(r+=Xi(s)+":"+ld(s,a)+";")}else{if(s==="NO_COMPONENT_SELECTOR"&&EC)throw new Error(AC);if(Array.isArray(i)&&typeof i[0]=="string"&&t==null)for(var c=0;c<i.length;c++)cd(i[c])&&(r+=Xi(s)+":"+ld(s,i[c])+";");else{var l=qr(e,t,i);switch(s){case"animation":case"animationName":{r+=Xi(s)+":"+l+";";break}default:r+=s+"{"+l+"}"}}}}return r}var ud=/label:\s*([^\s;{]+)\s*(;|$)/g,Ht;function dd(e,t,n){if(e.length===1&&typeof e[0]=="object"&&e[0]!==null&&e[0].styles!==void 0)return e[0];var r=!0,o="";Ht=void 0;var s=e[0];if(s==null||s.raw===void 0)r=!1,o+=qr(n,t,s);else{var i=s;o+=i[0]}for(var a=1;a<e.length;a++)if(o+=qr(n,t,e[a]),r){var c=s;o+=c[a]}ud.lastIndex=0;for(var l="",u;(u=ud.exec(o))!==null;)l+="-"+u[1];var b=CC(o)+l;return{name:b,styles:o,next:Ht}}var SC=function(t){return t()},_C=B.useInsertionEffect?B.useInsertionEffect:!1,OC=_C||SC,LC=!1,fd=B.createContext(typeof HTMLElement<"u"?dC({key:"css"}):null);fd.Provider;var RC=function(t){return S.forwardRef(function(n,r){var o=S.useContext(fd);return t(n,o,r)})},FC=B.createContext({}),zi={}.hasOwnProperty,Yi="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",NC=function(t,n){var r={};for(var o in n)zi.call(n,o)&&(r[o]=n[o]);return r[Yi]=t,r},DC=function(t){var n=t.cache,r=t.serialized,o=t.isStringTag;return id(n,r,o),OC(function(){return vC(n,r,o)}),null},kC=RC(function(e,t,n){var r=e.css;typeof r=="string"&&t.registered[r]!==void 0&&(r=t.registered[r]);var o=e[Yi],s=[r],i="";typeof e.className=="string"?i=yC(t.registered,s,e.className):e.className!=null&&(i=e.className+" ");var a=dd(s,void 0,B.useContext(FC));i+=t.key+"-"+a.name;var c={};for(var l in e)zi.call(e,l)&&l!=="css"&&l!==Yi&&!LC&&(c[l]=e[l]);return c.className=i,n&&(c.ref=n),B.createElement(B.Fragment,null,B.createElement(DC,{cache:t,serialized:a,isStringTag:typeof o=="string"}),B.createElement(o,c))}),PC=kC,$=function(t,n){var r=arguments;if(n==null||!zi.call(n,"css"))return B.createElement.apply(void 0,r);var o=r.length,s=new Array(o);s[0]=PC,s[1]=NC(t,n);for(var i=2;i<o;i++)s[i]=r[i];return B.createElement.apply(null,s)};function Ji(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return dd(t)}var MC=function(){var t=Ji.apply(void 0,arguments),n="animation-"+t.name;return{name:n,styles:"@keyframes "+n+"{"+t.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}};function BC(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}const GC=Math.min,jC=Math.max,ls=Math.round,us=Math.floor,ds=e=>({x:e,y:e});function VC(e){const{x:t,y:n,width:r,height:o}=e;return{width:r,height:o,top:n,left:t,right:t+r,bottom:n+o,x:t,y:n}}function fs(){return typeof window<"u"}function pd(e){return gd(e)?(e.nodeName||"").toLowerCase():"#document"}function $t(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function hd(e){var t;return(t=(gd(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function gd(e){return fs()?e instanceof Node||e instanceof $t(e).Node:!1}function HC(e){return fs()?e instanceof Element||e instanceof $t(e).Element:!1}function Ui(e){return fs()?e instanceof HTMLElement||e instanceof $t(e).HTMLElement:!1}function md(e){return!fs()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof $t(e).ShadowRoot}function bd(e){const{overflow:t,overflowX:n,overflowY:r,display:o}=Qi(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&!["inline","contents"].includes(o)}function WC(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function ZC(e){return["html","body","#document"].includes(pd(e))}function Qi(e){return $t(e).getComputedStyle(e)}function XC(e){if(pd(e)==="html")return e;const t=e.assignedSlot||e.parentNode||md(e)&&e.host||hd(e);return md(t)?t.host:t}function yd(e){const t=XC(e);return ZC(t)?e.ownerDocument?e.ownerDocument.body:e.body:Ui(t)&&bd(t)?t:yd(t)}function ps(e,t,n){var r;t===void 0&&(t=[]),n===void 0&&(n=!0);const o=yd(e),s=o===((r=e.ownerDocument)==null?void 0:r.body),i=$t(o);if(s){const a=qi(i);return t.concat(i,i.visualViewport||[],bd(o)?o:[],a&&n?ps(a):[])}return t.concat(o,ps(o,[],n))}function qi(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function zC(e){const t=Qi(e);let n=parseFloat(t.width)||0,r=parseFloat(t.height)||0;const o=Ui(e),s=o?e.offsetWidth:n,i=o?e.offsetHeight:r,a=ls(n)!==s||ls(r)!==i;return a&&(n=s,r=i),{width:n,height:r,$:a}}function $i(e){return HC(e)?e:e.contextElement}function vd(e){const t=$i(e);if(!Ui(t))return ds(1);const n=t.getBoundingClientRect(),{width:r,height:o,$:s}=zC(t);let i=(s?ls(n.width):n.width)/r,a=(s?ls(n.height):n.height)/o;return(!i||!Number.isFinite(i))&&(i=1),(!a||!Number.isFinite(a))&&(a=1),{x:i,y:a}}const YC=ds(0);function JC(e){const t=$t(e);return!WC()||!t.visualViewport?YC:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function UC(e,t,n){return!1}function Cd(e,t,n,r){t===void 0&&(t=!1);const o=e.getBoundingClientRect(),s=$i(e);let i=ds(1);t&&(i=vd(e));const a=UC()?JC(s):ds(0);let c=(o.left+a.x)/i.x,l=(o.top+a.y)/i.y,u=o.width/i.x,b=o.height/i.y;if(s){const y=$t(s),C=r;let h=y,p=qi(h);for(;p&&r&&C!==h;){const d=vd(p),f=p.getBoundingClientRect(),m=Qi(p),g=f.left+(p.clientLeft+parseFloat(m.paddingLeft))*d.x,I=f.top+(p.clientTop+parseFloat(m.paddingTop))*d.y;c*=d.x,l*=d.y,u*=d.x,b*=d.y,c+=g,l+=I,h=$t(p),p=qi(h)}}return VC({width:u,height:b,x:c,y:l})}function QC(e,t){let n=null,r;const o=hd(e);function s(){var a;clearTimeout(r),(a=n)==null||a.disconnect(),n=null}function i(a,c){a===void 0&&(a=!1),c===void 0&&(c=1),s();const{left:l,top:u,width:b,height:y}=e.getBoundingClientRect();if(a||t(),!b||!y)return;const C=us(u),h=us(o.clientWidth-(l+b)),p=us(o.clientHeight-(u+y)),d=us(l),m={rootMargin:-C+"px "+-h+"px "+-p+"px "+-d+"px",threshold:jC(0,GC(1,c))||1};let g=!0;function I(v){const w=v[0].intersectionRatio;if(w!==c){if(!g)return i();w?i(!1,w):r=setTimeout(()=>{i(!1,1e-7)},1e3)}g=!1}try{n=new IntersectionObserver(I,{...m,root:o.ownerDocument})}catch{n=new IntersectionObserver(I,m)}n.observe(e)}return i(!0),s}function qC(e,t,n,r){r===void 0&&(r={});const{ancestorScroll:o=!0,ancestorResize:s=!0,elementResize:i=typeof ResizeObserver=="function",layoutShift:a=typeof IntersectionObserver=="function",animationFrame:c=!1}=r,l=$i(e),u=o||s?[...l?ps(l):[],...ps(t)]:[];u.forEach(f=>{o&&f.addEventListener("scroll",n,{passive:!0}),s&&f.addEventListener("resize",n)});const b=l&&a?QC(l,n):null;let y=-1,C=null;i&&(C=new ResizeObserver(f=>{let[m]=f;m&&m.target===l&&C&&(C.unobserve(t),cancelAnimationFrame(y),y=requestAnimationFrame(()=>{var g;(g=C)==null||g.observe(t)})),n()}),l&&!c&&C.observe(l),C.observe(t));let h,p=c?Cd(e):null;c&&d();function d(){const f=Cd(e);p&&(f.x!==p.x||f.y!==p.y||f.width!==p.width||f.height!==p.height)&&n(),p=f,h=requestAnimationFrame(d)}return n(),()=>{var f;u.forEach(m=>{o&&m.removeEventListener("scroll",n),s&&m.removeEventListener("resize",n)}),b==null||b(),(f=C)==null||f.disconnect(),C=null,c&&cancelAnimationFrame(h)}}var Ki=S.useLayoutEffect,$C=["className","clearValue","cx","getStyles","getClassNames","getValue","hasValue","isMulti","isRtl","options","selectOption","selectProps","setValue","theme"],hs=function(){};function KC(e,t){return t?t[0]==="-"?e+t:e+"__"+t:e}function e3(e,t){for(var n=arguments.length,r=new Array(n>2?n-2:0),o=2;o<n;o++)r[o-2]=arguments[o];var s=[].concat(r);if(t&&e)for(var i in t)t.hasOwnProperty(i)&&t[i]&&s.push("".concat(KC(e,i)));return s.filter(function(a){return a}).map(function(a){return String(a).trim()}).join(" ")}var Id=function(t){return u3(t)?t.filter(Boolean):kn(t)==="object"&&t!==null?[t]:[]},Ed=function(t){t.className,t.clearValue,t.cx,t.getStyles,t.getClassNames,t.getValue,t.hasValue,t.isMulti,t.isRtl,t.options,t.selectOption,t.selectProps,t.setValue,t.theme;var n=Gt(t,$C);return q({},n)},Re=function(t,n,r){var o=t.cx,s=t.getStyles,i=t.getClassNames,a=t.className;return{css:s(n,t),className:o(r??{},i(n,t),a)}};function t3(e,t,n){if(n){var r=n(e,t);if(typeof r=="string")return r}return e}function gs(e){return[document.documentElement,document.body,window].indexOf(e)>-1}function n3(e){return gs(e)?window.innerHeight:e.clientHeight}function xd(e){return gs(e)?window.pageYOffset:e.scrollTop}function ms(e,t){if(gs(e)){window.scrollTo(0,t);return}e.scrollTop=t}function r3(e){var t=getComputedStyle(e),n=t.position==="absolute",r=/(auto|scroll)/;if(t.position==="fixed")return document.documentElement;for(var o=e;o=o.parentElement;)if(t=getComputedStyle(o),!(n&&t.position==="static")&&r.test(t.overflow+t.overflowY+t.overflowX))return o;return document.documentElement}function o3(e,t,n,r){return n*((e=e/r-1)*e*e+1)+t}function bs(e,t){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:200,r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:hs,o=xd(e),s=t-o,i=10,a=0;function c(){a+=i;var l=o3(a,o,s,n);ms(e,l),a<n?window.requestAnimationFrame(c):r(e)}c()}function wd(e,t){var n=e.getBoundingClientRect(),r=t.getBoundingClientRect(),o=t.offsetHeight/3;r.bottom+o>n.bottom?ms(e,Math.min(t.offsetTop+t.clientHeight-e.offsetHeight+o,e.scrollHeight)):r.top-o<n.top&&ms(e,Math.max(t.offsetTop-o,0))}function s3(e){var t=e.getBoundingClientRect();return{bottom:t.bottom,height:t.height,left:t.left,right:t.right,top:t.top,width:t.width}}function Ad(){try{return document.createEvent("TouchEvent"),!0}catch{return!1}}function i3(){try{return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)}catch{return!1}}var Td=!1,a3={get passive(){return Td=!0}},ys=typeof window<"u"?window:{};ys.addEventListener&&ys.removeEventListener&&(ys.addEventListener("p",hs,a3),ys.removeEventListener("p",hs,!1));var c3=Td;function l3(e){return e!=null}function u3(e){return Array.isArray(e)}function vs(e,t,n){return e?t:n}function E4(e){return e}function x4(e){return e}var d3=function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];var s=Object.entries(t).filter(function(i){var a=He(i,1),c=a[0];return!r.includes(c)});return s.reduce(function(i,a){var c=He(a,2),l=c[0],u=c[1];return i[l]=u,i},{})},f3=["children","innerProps"],p3=["children","innerProps"];function h3(e){var t=e.maxHeight,n=e.menuEl,r=e.minHeight,o=e.placement,s=e.shouldScroll,i=e.isFixedPosition,a=e.controlHeight,c=r3(n),l={placement:"bottom",maxHeight:t};if(!n||!n.offsetParent)return l;var u=c.getBoundingClientRect(),b=u.height,y=n.getBoundingClientRect(),C=y.bottom,h=y.height,p=y.top,d=n.offsetParent.getBoundingClientRect(),f=d.top,m=i?window.innerHeight:n3(c),g=xd(c),I=parseInt(getComputedStyle(n).marginBottom,10),v=parseInt(getComputedStyle(n).marginTop,10),w=f-v,A=m-p,T=w+g,O=b-g-p,N=C-m+g+I,F=g+p-v,k=160;switch(o){case"auto":case"bottom":if(A>=h)return{placement:"bottom",maxHeight:t};if(O>=h&&!i)return s&&bs(c,N,k),{placement:"bottom",maxHeight:t};if(!i&&O>=r||i&&A>=r){s&&bs(c,N,k);var D=i?A-I:O-I;return{placement:"bottom",maxHeight:D}}if(o==="auto"||i){var G=t,z=i?w:T;return z>=r&&(G=Math.min(z-I-a,t)),{placement:"top",maxHeight:G}}if(o==="bottom")return s&&ms(c,N),{placement:"bottom",maxHeight:t};break;case"top":if(w>=h)return{placement:"top",maxHeight:t};if(T>=h&&!i)return s&&bs(c,F,k),{placement:"top",maxHeight:t};if(!i&&T>=r||i&&w>=r){var W=t;return(!i&&T>=r||i&&w>=r)&&(W=i?w-v:T-v),s&&bs(c,F,k),{placement:"top",maxHeight:W}}return{placement:"bottom",maxHeight:t};default:throw new Error('Invalid placement provided "'.concat(o,'".'))}return l}function g3(e){var t={bottom:"top",top:"bottom"};return e?t[e]:"bottom"}var Sd=function(t){return t==="auto"?"bottom":t},m3=function(t,n){var r,o=t.placement,s=t.theme,i=s.borderRadius,a=s.spacing,c=s.colors;return q((r={label:"menu"},sr(r,g3(o),"100%"),sr(r,"position","absolute"),sr(r,"width","100%"),sr(r,"zIndex",1),r),n?{}:{backgroundColor:c.neutral0,borderRadius:i,boxShadow:"0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 11px hsla(0, 0%, 0%, 0.1)",marginBottom:a.menuGutter,marginTop:a.menuGutter})},_d=S.createContext(null),b3=function(t){var n=t.children,r=t.minMenuHeight,o=t.maxMenuHeight,s=t.menuPlacement,i=t.menuPosition,a=t.menuShouldScrollIntoView,c=t.theme,l=S.useContext(_d)||{},u=l.setPortalPlacement,b=S.useRef(null),y=S.useState(o),C=He(y,2),h=C[0],p=C[1],d=S.useState(null),f=He(d,2),m=f[0],g=f[1],I=c.spacing.controlHeight;return Ki(function(){var v=b.current;if(v){var w=i==="fixed",A=a&&!w,T=h3({maxHeight:o,menuEl:v,minHeight:r,placement:s,shouldScroll:A,isFixedPosition:w,controlHeight:I});p(T.maxHeight),g(T.placement),u==null||u(T.placement)}},[o,s,i,a,r,u,I]),n({ref:b,placerProps:q(q({},t),{},{placement:m||Sd(s),maxHeight:h})})},y3=function(t){var n=t.children,r=t.innerRef,o=t.innerProps;return $("div",te({},Re(t,"menu",{menu:!0}),{ref:r},o),n)},v3=y3,C3=function(t,n){var r=t.maxHeight,o=t.theme.spacing.baseUnit;return q({maxHeight:r,overflowY:"auto",position:"relative",WebkitOverflowScrolling:"touch"},n?{}:{paddingBottom:o,paddingTop:o})},I3=function(t){var n=t.children,r=t.innerProps,o=t.innerRef,s=t.isMulti;return $("div",te({},Re(t,"menuList",{"menu-list":!0,"menu-list--is-multi":s}),{ref:o},r),n)},Od=function(t,n){var r=t.theme,o=r.spacing.baseUnit,s=r.colors;return q({textAlign:"center"},n?{}:{color:s.neutral40,padding:"".concat(o*2,"px ").concat(o*3,"px")})},E3=Od,x3=Od,w3=function(t){var n=t.children,r=n===void 0?"No options":n,o=t.innerProps,s=Gt(t,f3);return $("div",te({},Re(q(q({},s),{},{children:r,innerProps:o}),"noOptionsMessage",{"menu-notice":!0,"menu-notice--no-options":!0}),o),r)},A3=function(t){var n=t.children,r=n===void 0?"Loading...":n,o=t.innerProps,s=Gt(t,p3);return $("div",te({},Re(q(q({},s),{},{children:r,innerProps:o}),"loadingMessage",{"menu-notice":!0,"menu-notice--loading":!0}),o),r)},T3=function(t){var n=t.rect,r=t.offset,o=t.position;return{left:n.left,position:o,top:r,width:n.width,zIndex:1}},S3=function(t){var n=t.appendTo,r=t.children,o=t.controlElement,s=t.innerProps,i=t.menuPlacement,a=t.menuPosition,c=S.useRef(null),l=S.useRef(null),u=S.useState(Sd(i)),b=He(u,2),y=b[0],C=b[1],h=S.useMemo(function(){return{setPortalPlacement:C}},[]),p=S.useState(null),d=He(p,2),f=d[0],m=d[1],g=S.useCallback(function(){if(o){var A=s3(o),T=a==="fixed"?0:window.pageYOffset,O=A[y]+T;(O!==(f==null?void 0:f.offset)||A.left!==(f==null?void 0:f.rect.left)||A.width!==(f==null?void 0:f.rect.width))&&m({offset:O,rect:A})}},[o,a,y,f==null?void 0:f.offset,f==null?void 0:f.rect.left,f==null?void 0:f.rect.width]);Ki(function(){g()},[g]);var I=S.useCallback(function(){typeof l.current=="function"&&(l.current(),l.current=null),o&&c.current&&(l.current=qC(o,c.current,g,{elementResize:"ResizeObserver"in window}))},[o,g]);Ki(function(){I()},[I]);var v=S.useCallback(function(A){c.current=A,I()},[I]);if(!n&&a!=="fixed"||!f)return null;var w=$("div",te({ref:v},Re(q(q({},t),{},{offset:f.offset,position:a,rect:f.rect}),"menuPortal",{"menu-portal":!0}),s),r);return $(_d.Provider,{value:h},n?Oe.createPortal(w,n):w)},_3=function(t){var n=t.isDisabled,r=t.isRtl;return{label:"container",direction:r?"rtl":void 0,pointerEvents:n?"none":void 0,position:"relative"}},O3=function(t){var n=t.children,r=t.innerProps,o=t.isDisabled,s=t.isRtl;return $("div",te({},Re(t,"container",{"--is-disabled":o,"--is-rtl":s}),r),n)},L3=function(t,n){var r=t.theme.spacing,o=t.isMulti,s=t.hasValue,i=t.selectProps.controlShouldRenderValue;return q({alignItems:"center",display:o&&s&&i?"flex":"grid",flex:1,flexWrap:"wrap",WebkitOverflowScrolling:"touch",position:"relative",overflow:"hidden"},n?{}:{padding:"".concat(r.baseUnit/2,"px ").concat(r.baseUnit*2,"px")})},R3=function(t){var n=t.children,r=t.innerProps,o=t.isMulti,s=t.hasValue;return $("div",te({},Re(t,"valueContainer",{"value-container":!0,"value-container--is-multi":o,"value-container--has-value":s}),r),n)},F3=function(){return{alignItems:"center",alignSelf:"stretch",display:"flex",flexShrink:0}},N3=function(t){var n=t.children,r=t.innerProps;return $("div",te({},Re(t,"indicatorsContainer",{indicators:!0}),r),n)},Ld,D3=["size"],k3=["innerProps","isRtl","size"];function P3(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}var M3=process.env.NODE_ENV==="production"?{name:"8mmkcg",styles:"display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0"}:{name:"tj5bde-Svg",styles:"display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0;label:Svg;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGljYXRvcnMudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXlCSSIsImZpbGUiOiJpbmRpY2F0b3JzLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgUmVhY3ROb2RlIH0gZnJvbSAncmVhY3QnO1xuaW1wb3J0IHsganN4LCBrZXlmcmFtZXMgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmltcG9ydCB7XG4gIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lLFxuICBDU1NPYmplY3RXaXRoTGFiZWwsXG4gIEdyb3VwQmFzZSxcbn0gZnJvbSAnLi4vdHlwZXMnO1xuaW1wb3J0IHsgZ2V0U3R5bGVQcm9wcyB9IGZyb20gJy4uL3V0aWxzJztcblxuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG4vLyBEcm9wZG93biAmIENsZWFyIEljb25zXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cblxuY29uc3QgU3ZnID0gKHtcbiAgc2l6ZSxcbiAgLi4ucHJvcHNcbn06IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snc3ZnJ10gJiB7IHNpemU6IG51bWJlciB9KSA9PiAoXG4gIDxzdmdcbiAgICBoZWlnaHQ9e3NpemV9XG4gICAgd2lkdGg9e3NpemV9XG4gICAgdmlld0JveD1cIjAgMCAyMCAyMFwiXG4gICAgYXJpYS1oaWRkZW49XCJ0cnVlXCJcbiAgICBmb2N1c2FibGU9XCJmYWxzZVwiXG4gICAgY3NzPXt7XG4gICAgICBkaXNwbGF5OiAnaW5saW5lLWJsb2NrJyxcbiAgICAgIGZpbGw6ICdjdXJyZW50Q29sb3InLFxuICAgICAgbGluZUhlaWdodDogMSxcbiAgICAgIHN0cm9rZTogJ2N1cnJlbnRDb2xvcicsXG4gICAgICBzdHJva2VXaWR0aDogMCxcbiAgICB9fVxuICAgIHsuLi5wcm9wc31cbiAgLz5cbik7XG5cbmV4cG9ydCB0eXBlIENyb3NzSWNvblByb3BzID0gSlNYLkludHJpbnNpY0VsZW1lbnRzWydzdmcnXSAmIHsgc2l6ZT86IG51bWJlciB9O1xuZXhwb3J0IGNvbnN0IENyb3NzSWNvbiA9IChwcm9wczogQ3Jvc3NJY29uUHJvcHMpID0+IChcbiAgPFN2ZyBzaXplPXsyMH0gey4uLnByb3BzfT5cbiAgICA8cGF0aCBkPVwiTTE0LjM0OCAxNC44NDljLTAuNDY5IDAuNDY5LTEuMjI5IDAuNDY5LTEuNjk3IDBsLTIuNjUxLTMuMDMwLTIuNjUxIDMuMDI5Yy0wLjQ2OSAwLjQ2OS0xLjIyOSAwLjQ2OS0xLjY5NyAwLTAuNDY5LTAuNDY5LTAuNDY5LTEuMjI5IDAtMS42OTdsMi43NTgtMy4xNS0yLjc1OS0zLjE1MmMtMC40NjktMC40NjktMC40NjktMS4yMjggMC0xLjY5N3MxLjIyOC0wLjQ2OSAxLjY5NyAwbDIuNjUyIDMuMDMxIDIuNjUxLTMuMDMxYzAuNDY5LTAuNDY5IDEuMjI4LTAuNDY5IDEuNjk3IDBzMC40NjkgMS4yMjkgMCAxLjY5N2wtMi43NTggMy4xNTIgMi43NTggMy4xNWMwLjQ2OSAwLjQ2OSAwLjQ2OSAxLjIyOSAwIDEuNjk4elwiIC8+XG4gIDwvU3ZnPlxuKTtcbmV4cG9ydCB0eXBlIERvd25DaGV2cm9uUHJvcHMgPSBKU1guSW50cmluc2ljRWxlbWVudHNbJ3N2ZyddICYgeyBzaXplPzogbnVtYmVyIH07XG5leHBvcnQgY29uc3QgRG93bkNoZXZyb24gPSAocHJvcHM6IERvd25DaGV2cm9uUHJvcHMpID0+IChcbiAgPFN2ZyBzaXplPXsyMH0gey4uLnByb3BzfT5cbiAgICA8cGF0aCBkPVwiTTQuNTE2IDcuNTQ4YzAuNDM2LTAuNDQ2IDEuMDQzLTAuNDgxIDEuNTc2IDBsMy45MDggMy43NDcgMy45MDgtMy43NDdjMC41MzMtMC40ODEgMS4xNDEtMC40NDYgMS41NzQgMCAwLjQzNiAwLjQ0NSAwLjQwOCAxLjE5NyAwIDEuNjE1LTAuNDA2IDAuNDE4LTQuNjk1IDQuNTAyLTQuNjk1IDQuNTAyLTAuMjE3IDAuMjIzLTAuNTAyIDAuMzM1LTAuNzg3IDAuMzM1cy0wLjU3LTAuMTEyLTAuNzg5LTAuMzM1YzAgMC00LjI4Ny00LjA4NC00LjY5NS00LjUwMnMtMC40MzYtMS4xNyAwLTEuNjE1elwiIC8+XG4gIDwvU3ZnPlxuKTtcblxuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG4vLyBEcm9wZG93biAmIENsZWFyIEJ1dHRvbnNcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5leHBvcnQgaW50ZXJmYWNlIERyb3Bkb3duSW5kaWNhdG9yUHJvcHM8XG4gIE9wdGlvbiA9IHVua25vd24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuID0gYm9vbGVhbixcbiAgR3JvdXAgZXh0ZW5kcyBHcm91cEJhc2U8T3B0aW9uPiA9IEdyb3VwQmFzZTxPcHRpb24+XG4+IGV4dGVuZHMgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWU8T3B0aW9uLCBJc011bHRpLCBHcm91cD4ge1xuICAvKiogVGhlIGNoaWxkcmVuIHRvIGJlIHJlbmRlcmVkIGluc2lkZSB0aGUgaW5kaWNhdG9yLiAqL1xuICBjaGlsZHJlbj86IFJlYWN0Tm9kZTtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpc0Rpc2FibGVkOiBib29sZWFuO1xufVxuXG5jb25zdCBiYXNlQ1NTID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICB7XG4gICAgaXNGb2N1c2VkLFxuICAgIHRoZW1lOiB7XG4gICAgICBzcGFjaW5nOiB7IGJhc2VVbml0IH0sXG4gICAgICBjb2xvcnMsXG4gICAgfSxcbiAgfTpcbiAgICB8IERyb3Bkb3duSW5kaWNhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD5cbiAgICB8IENsZWFySW5kaWNhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD4sXG4gIHVuc3R5bGVkOiBib29sZWFuXG4pOiBDU1NPYmplY3RXaXRoTGFiZWwgPT4gKHtcbiAgbGFiZWw6ICdpbmRpY2F0b3JDb250YWluZXInLFxuICBkaXNwbGF5OiAnZmxleCcsXG4gIHRyYW5zaXRpb246ICdjb2xvciAxNTBtcycsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgY29sb3I6IGlzRm9jdXNlZCA/IGNvbG9ycy5uZXV0cmFsNjAgOiBjb2xvcnMubmV1dHJhbDIwLFxuICAgICAgICBwYWRkaW5nOiBiYXNlVW5pdCAqIDIsXG4gICAgICAgICc6aG92ZXInOiB7XG4gICAgICAgICAgY29sb3I6IGlzRm9jdXNlZCA/IGNvbG9ycy5uZXV0cmFsODAgOiBjb2xvcnMubmV1dHJhbDQwLFxuICAgICAgICB9LFxuICAgICAgfSksXG59KTtcblxuZXhwb3J0IGNvbnN0IGRyb3Bkb3duSW5kaWNhdG9yQ1NTID0gYmFzZUNTUztcbmV4cG9ydCBjb25zdCBEcm9wZG93bkluZGljYXRvciA9IDxcbiAgT3B0aW9uLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbixcbiAgR3JvdXAgZXh0ZW5kcyBHcm91cEJhc2U8T3B0aW9uPlxuPihcbiAgcHJvcHM6IERyb3Bkb3duSW5kaWNhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD5cbikgPT4ge1xuICBjb25zdCB7IGNoaWxkcmVuLCBpbm5lclByb3BzIH0gPSBwcm9wcztcbiAgcmV0dXJuIChcbiAgICA8ZGl2XG4gICAgICB7Li4uZ2V0U3R5bGVQcm9wcyhwcm9wcywgJ2Ryb3Bkb3duSW5kaWNhdG9yJywge1xuICAgICAgICBpbmRpY2F0b3I6IHRydWUsXG4gICAgICAgICdkcm9wZG93bi1pbmRpY2F0b3InOiB0cnVlLFxuICAgICAgfSl9XG4gICAgICB7Li4uaW5uZXJQcm9wc31cbiAgICA+XG4gICAgICB7Y2hpbGRyZW4gfHwgPERvd25DaGV2cm9uIC8+fVxuICAgIDwvZGl2PlxuICApO1xufTtcblxuZXhwb3J0IGludGVyZmFjZSBDbGVhckluZGljYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgLyoqIFRoZSBjaGlsZHJlbiB0byBiZSByZW5kZXJlZCBpbnNpZGUgdGhlIGluZGljYXRvci4gKi9cbiAgY2hpbGRyZW4/OiBSZWFjdE5vZGU7XG4gIC8qKiBQcm9wcyB0aGF0IHdpbGwgYmUgcGFzc2VkIG9uIHRvIHRoZSBjaGlsZHJlbi4gKi9cbiAgaW5uZXJQcm9wczogSlNYLkludHJpbnNpY0VsZW1lbnRzWydkaXYnXTtcbiAgLyoqIFRoZSBmb2N1c2VkIHN0YXRlIG9mIHRoZSBzZWxlY3QuICovXG4gIGlzRm9jdXNlZDogYm9vbGVhbjtcbn1cblxuZXhwb3J0IGNvbnN0IGNsZWFySW5kaWNhdG9yQ1NTID0gYmFzZUNTUztcbmV4cG9ydCBjb25zdCBDbGVhckluZGljYXRvciA9IDxcbiAgT3B0aW9uLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbixcbiAgR3JvdXAgZXh0ZW5kcyBHcm91cEJhc2U8T3B0aW9uPlxuPihcbiAgcHJvcHM6IENsZWFySW5kaWNhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD5cbikgPT4ge1xuICBjb25zdCB7IGNoaWxkcmVuLCBpbm5lclByb3BzIH0gPSBwcm9wcztcbiAgcmV0dXJuIChcbiAgICA8ZGl2XG4gICAgICB7Li4uZ2V0U3R5bGVQcm9wcyhwcm9wcywgJ2NsZWFySW5kaWNhdG9yJywge1xuICAgICAgICBpbmRpY2F0b3I6IHRydWUsXG4gICAgICAgICdjbGVhci1pbmRpY2F0b3InOiB0cnVlLFxuICAgICAgfSl9XG4gICAgICB7Li4uaW5uZXJQcm9wc31cbiAgICA+XG4gICAgICB7Y2hpbGRyZW4gfHwgPENyb3NzSWNvbiAvPn1cbiAgICA8L2Rpdj5cbiAgKTtcbn07XG5cbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuLy8gU2VwYXJhdG9yXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cblxuZXhwb3J0IGludGVyZmFjZSBJbmRpY2F0b3JTZXBhcmF0b3JQcm9wczxcbiAgT3B0aW9uID0gdW5rbm93bixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4gPSBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+ID0gR3JvdXBCYXNlPE9wdGlvbj5cbj4gZXh0ZW5kcyBDb21tb25Qcm9wc0FuZENsYXNzTmFtZTxPcHRpb24sIElzTXVsdGksIEdyb3VwPiB7XG4gIGlzRGlzYWJsZWQ6IGJvb2xlYW47XG4gIGlzRm9jdXNlZDogYm9vbGVhbjtcbiAgaW5uZXJQcm9wcz86IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snc3BhbiddO1xufVxuXG5leHBvcnQgY29uc3QgaW5kaWNhdG9yU2VwYXJhdG9yQ1NTID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICB7XG4gICAgaXNEaXNhYmxlZCxcbiAgICB0aGVtZToge1xuICAgICAgc3BhY2luZzogeyBiYXNlVW5pdCB9LFxuICAgICAgY29sb3JzLFxuICAgIH0sXG4gIH06IEluZGljYXRvclNlcGFyYXRvclByb3BzPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+LFxuICB1bnN0eWxlZDogYm9vbGVhblxuKTogQ1NTT2JqZWN0V2l0aExhYmVsID0+ICh7XG4gIGxhYmVsOiAnaW5kaWNhdG9yU2VwYXJhdG9yJyxcbiAgYWxpZ25TZWxmOiAnc3RyZXRjaCcsXG4gIHdpZHRoOiAxLFxuICAuLi4odW5zdHlsZWRcbiAgICA/IHt9XG4gICAgOiB7XG4gICAgICAgIGJhY2tncm91bmRDb2xvcjogaXNEaXNhYmxlZCA/IGNvbG9ycy5uZXV0cmFsMTAgOiBjb2xvcnMubmV1dHJhbDIwLFxuICAgICAgICBtYXJnaW5Cb3R0b206IGJhc2VVbml0ICogMixcbiAgICAgICAgbWFyZ2luVG9wOiBiYXNlVW5pdCAqIDIsXG4gICAgICB9KSxcbn0pO1xuXG5leHBvcnQgY29uc3QgSW5kaWNhdG9yU2VwYXJhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogSW5kaWNhdG9yU2VwYXJhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD5cbikgPT4ge1xuICBjb25zdCB7IGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxzcGFuXG4gICAgICB7Li4uaW5uZXJQcm9wc31cbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnaW5kaWNhdG9yU2VwYXJhdG9yJywge1xuICAgICAgICAnaW5kaWNhdG9yLXNlcGFyYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAvPlxuICApO1xufTtcblxuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG4vLyBMb2FkaW5nXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cblxuY29uc3QgbG9hZGluZ0RvdEFuaW1hdGlvbnMgPSBrZXlmcmFtZXNgXG4gIDAlLCA4MCUsIDEwMCUgeyBvcGFjaXR5OiAwOyB9XG4gIDQwJSB7IG9wYWNpdHk6IDE7IH1cbmA7XG5cbmV4cG9ydCBjb25zdCBsb2FkaW5nSW5kaWNhdG9yQ1NTID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICB7XG4gICAgaXNGb2N1c2VkLFxuICAgIHNpemUsXG4gICAgdGhlbWU6IHtcbiAgICAgIGNvbG9ycyxcbiAgICAgIHNwYWNpbmc6IHsgYmFzZVVuaXQgfSxcbiAgICB9LFxuICB9OiBMb2FkaW5nSW5kaWNhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD4sXG4gIHVuc3R5bGVkOiBib29sZWFuXG4pOiBDU1NPYmplY3RXaXRoTGFiZWwgPT4gKHtcbiAgbGFiZWw6ICdsb2FkaW5nSW5kaWNhdG9yJyxcbiAgZGlzcGxheTogJ2ZsZXgnLFxuICB0cmFuc2l0aW9uOiAnY29sb3IgMTUwbXMnLFxuICBhbGlnblNlbGY6ICdjZW50ZXInLFxuICBmb250U2l6ZTogc2l6ZSxcbiAgbGluZUhlaWdodDogMSxcbiAgbWFyZ2luUmlnaHQ6IHNpemUsXG4gIHRleHRBbGlnbjogJ2NlbnRlcicsXG4gIHZlcnRpY2FsQWxpZ246ICdtaWRkbGUnLFxuICAuLi4odW5zdHlsZWRcbiAgICA/IHt9XG4gICAgOiB7XG4gICAgICAgIGNvbG9yOiBpc0ZvY3VzZWQgPyBjb2xvcnMubmV1dHJhbDYwIDogY29sb3JzLm5ldXRyYWwyMCxcbiAgICAgICAgcGFkZGluZzogYmFzZVVuaXQgKiAyLFxuICAgICAgfSksXG59KTtcblxuaW50ZXJmYWNlIExvYWRpbmdEb3RQcm9wcyB7XG4gIGRlbGF5OiBudW1iZXI7XG4gIG9mZnNldDogYm9vbGVhbjtcbn1cbmNvbnN0IExvYWRpbmdEb3QgPSAoeyBkZWxheSwgb2Zmc2V0IH06IExvYWRpbmdEb3RQcm9wcykgPT4gKFxuICA8c3BhblxuICAgIGNzcz17e1xuICAgICAgYW5pbWF0aW9uOiBgJHtsb2FkaW5nRG90QW5pbWF0aW9uc30gMXMgZWFzZS1pbi1vdXQgJHtkZWxheX1tcyBpbmZpbml0ZTtgLFxuICAgICAgYmFja2dyb3VuZENvbG9yOiAnY3VycmVudENvbG9yJyxcbiAgICAgIGJvcmRlclJhZGl1czogJzFlbScsXG4gICAgICBkaXNwbGF5OiAnaW5saW5lLWJsb2NrJyxcbiAgICAgIG1hcmdpbkxlZnQ6IG9mZnNldCA/ICcxZW0nIDogdW5kZWZpbmVkLFxuICAgICAgaGVpZ2h0OiAnMWVtJyxcbiAgICAgIHZlcnRpY2FsQWxpZ246ICd0b3AnLFxuICAgICAgd2lkdGg6ICcxZW0nLFxuICAgIH19XG4gIC8+XG4pO1xuXG5leHBvcnQgaW50ZXJmYWNlIExvYWRpbmdJbmRpY2F0b3JQcm9wczxcbiAgT3B0aW9uID0gdW5rbm93bixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4gPSBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+ID0gR3JvdXBCYXNlPE9wdGlvbj5cbj4gZXh0ZW5kcyBDb21tb25Qcm9wc0FuZENsYXNzTmFtZTxPcHRpb24sIElzTXVsdGksIEdyb3VwPiB7XG4gIC8qKiBQcm9wcyB0aGF0IHdpbGwgYmUgcGFzc2VkIG9uIHRvIHRoZSBjaGlsZHJlbi4gKi9cbiAgaW5uZXJQcm9wczogSlNYLkludHJpbnNpY0VsZW1lbnRzWydkaXYnXTtcbiAgLyoqIFRoZSBmb2N1c2VkIHN0YXRlIG9mIHRoZSBzZWxlY3QuICovXG4gIGlzRm9jdXNlZDogYm9vbGVhbjtcbiAgaXNEaXNhYmxlZDogYm9vbGVhbjtcbiAgLyoqIFNldCBzaXplIG9mIHRoZSBjb250YWluZXIuICovXG4gIHNpemU6IG51bWJlcjtcbn1cbmV4cG9ydCBjb25zdCBMb2FkaW5nSW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KHtcbiAgaW5uZXJQcm9wcyxcbiAgaXNSdGwsXG4gIHNpemUgPSA0LFxuICAuLi5yZXN0UHJvcHNcbn06IExvYWRpbmdJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPikgPT4ge1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKFxuICAgICAgICB7IC4uLnJlc3RQcm9wcywgaW5uZXJQcm9wcywgaXNSdGwsIHNpemUgfSxcbiAgICAgICAgJ2xvYWRpbmdJbmRpY2F0b3InLFxuICAgICAgICB7XG4gICAgICAgICAgaW5kaWNhdG9yOiB0cnVlLFxuICAgICAgICAgICdsb2FkaW5nLWluZGljYXRvcic6IHRydWUsXG4gICAgICAgIH1cbiAgICAgICl9XG4gICAgICB7Li4uaW5uZXJQcm9wc31cbiAgICA+XG4gICAgICA8TG9hZGluZ0RvdCBkZWxheT17MH0gb2Zmc2V0PXtpc1J0bH0gLz5cbiAgICAgIDxMb2FkaW5nRG90IGRlbGF5PXsxNjB9IG9mZnNldCAvPlxuICAgICAgPExvYWRpbmdEb3QgZGVsYXk9ezMyMH0gb2Zmc2V0PXshaXNSdGx9IC8+XG4gICAgPC9kaXY+XG4gICk7XG59O1xuIl19 */",toString:P3},Rd=function(t){var n=t.size,r=Gt(t,D3);return $("svg",te({height:n,width:n,viewBox:"0 0 20 20","aria-hidden":"true",focusable:"false",css:M3},r))},ea=function(t){return $(Rd,te({size:20},t),$("path",{d:"M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z"}))},Fd=function(t){return $(Rd,te({size:20},t),$("path",{d:"M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"}))},Nd=function(t,n){var r=t.isFocused,o=t.theme,s=o.spacing.baseUnit,i=o.colors;return q({label:"indicatorContainer",display:"flex",transition:"color 150ms"},n?{}:{color:r?i.neutral60:i.neutral20,padding:s*2,":hover":{color:r?i.neutral80:i.neutral40}})},B3=Nd,G3=function(t){var n=t.children,r=t.innerProps;return $("div",te({},Re(t,"dropdownIndicator",{indicator:!0,"dropdown-indicator":!0}),r),n||$(Fd,null))},j3=Nd,V3=function(t){var n=t.children,r=t.innerProps;return $("div",te({},Re(t,"clearIndicator",{indicator:!0,"clear-indicator":!0}),r),n||$(ea,null))},H3=function(t,n){var r=t.isDisabled,o=t.theme,s=o.spacing.baseUnit,i=o.colors;return q({label:"indicatorSeparator",alignSelf:"stretch",width:1},n?{}:{backgroundColor:r?i.neutral10:i.neutral20,marginBottom:s*2,marginTop:s*2})},W3=function(t){var n=t.innerProps;return $("span",te({},n,Re(t,"indicatorSeparator",{"indicator-separator":!0})))},Z3=MC(Ld||(Ld=BC([`
|
|
557
|
+
*/var rd;function mC(){return rd||(rd=1,process.env.NODE_ENV!=="production"&&function(){var e=typeof Symbol=="function"&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,o=e?Symbol.for("react.strict_mode"):60108,s=e?Symbol.for("react.profiler"):60114,i=e?Symbol.for("react.provider"):60109,a=e?Symbol.for("react.context"):60110,c=e?Symbol.for("react.async_mode"):60111,l=e?Symbol.for("react.concurrent_mode"):60111,u=e?Symbol.for("react.forward_ref"):60112,m=e?Symbol.for("react.suspense"):60113,y=e?Symbol.for("react.suspense_list"):60120,C=e?Symbol.for("react.memo"):60115,h=e?Symbol.for("react.lazy"):60116,p=e?Symbol.for("react.block"):60121,d=e?Symbol.for("react.fundamental"):60117,f=e?Symbol.for("react.responder"):60118,b=e?Symbol.for("react.scope"):60119;function g(G){return typeof G=="string"||typeof G=="function"||G===r||G===l||G===s||G===o||G===m||G===y||typeof G=="object"&&G!==null&&(G.$$typeof===h||G.$$typeof===C||G.$$typeof===i||G.$$typeof===a||G.$$typeof===u||G.$$typeof===d||G.$$typeof===f||G.$$typeof===b||G.$$typeof===p)}function I(G){if(typeof G=="object"&&G!==null){var ze=G.$$typeof;switch(ze){case t:var tt=G.type;switch(tt){case c:case l:case r:case s:case o:case m:return tt;default:var Ye=tt&&tt.$$typeof;switch(Ye){case a:case u:case h:case C:case i:return Ye;default:return ze}}case n:return ze}}}var v=c,w=l,A=a,T=i,_=t,D=u,F=r,k=h,N=C,j=n,X=s,Z=o,z=m,W=!1;function q(G){return W||(W=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),ie(G)||I(G)===c}function ie(G){return I(G)===l}function ce(G){return I(G)===a}function Y(G){return I(G)===i}function re(G){return typeof G=="object"&&G!==null&&G.$$typeof===t}function fe(G){return I(G)===u}function M(G){return I(G)===r}function U(G){return I(G)===h}function te(G){return I(G)===C}function ae(G){return I(G)===n}function ne(G){return I(G)===s}function pe(G){return I(G)===o}function Be(G){return I(G)===m}xe.AsyncMode=v,xe.ConcurrentMode=w,xe.ContextConsumer=A,xe.ContextProvider=T,xe.Element=_,xe.ForwardRef=D,xe.Fragment=F,xe.Lazy=k,xe.Memo=N,xe.Portal=j,xe.Profiler=X,xe.StrictMode=Z,xe.Suspense=z,xe.isAsyncMode=q,xe.isConcurrentMode=ie,xe.isContextConsumer=ce,xe.isContextProvider=Y,xe.isElement=re,xe.isForwardRef=fe,xe.isFragment=M,xe.isLazy=U,xe.isMemo=te,xe.isPortal=ae,xe.isProfiler=ne,xe.isStrictMode=pe,xe.isSuspense=Be,xe.isValidElementType=g,xe.typeOf=I}()),xe}process.env.NODE_ENV==="production"?Zi.exports=gC():Zi.exports=mC();var bC=Zi.exports,od=bC,yC={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},vC={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},sd={};sd[od.ForwardRef]=yC,sd[od.Memo]=vC;var CC=!0;function IC(e,t,n){var r="";return n.split(" ").forEach(function(o){e[o]!==void 0?t.push(e[o]+";"):o&&(r+=o+" ")}),r}var id=function(t,n,r){var o=t.key+"-"+n.name;(r===!1||CC===!1)&&t.registered[o]===void 0&&(t.registered[o]=n.styles)},EC=function(t,n,r){id(t,n,r);var o=t.key+"-"+n.name;if(t.inserted[n.name]===void 0){var s=n;do t.insert(n===s?"."+o:"",s,t.sheet,!0),s=s.next;while(s!==void 0)}};function xC(e){for(var t=0,n,r=0,o=e.length;o>=4;++r,o-=4)n=e.charCodeAt(r)&255|(e.charCodeAt(++r)&255)<<8|(e.charCodeAt(++r)&255)<<16|(e.charCodeAt(++r)&255)<<24,n=(n&65535)*1540483477+((n>>>16)*59797<<16),n^=n>>>24,t=(n&65535)*1540483477+((n>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(o){case 3:t^=(e.charCodeAt(r+2)&255)<<16;case 2:t^=(e.charCodeAt(r+1)&255)<<8;case 1:t^=e.charCodeAt(r)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}var wC={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},AC=!1,TC=/[A-Z]|^ms/g,SC=/_EMO_([^_]+?)_([^]*?)_EMO_/g,ad=function(t){return t.charCodeAt(1)===45},cd=function(t){return t!=null&&typeof t!="boolean"},Xi=iC(function(e){return ad(e)?e:e.replace(TC,"-$&").toLowerCase()}),ld=function(t,n){switch(t){case"animation":case"animationName":if(typeof n=="string")return n.replace(SC,function(r,o,s){return Ht={name:o,styles:s,next:Ht},o})}return wC[t]!==1&&!ad(t)&&typeof n=="number"&&n!==0?n+"px":n},_C="Component selectors can only be used in conjunction with @emotion/babel-plugin, the swc Emotion plugin, or another Emotion-aware compiler transform.";function qr(e,t,n){if(n==null)return"";var r=n;if(r.__emotion_styles!==void 0)return r;switch(typeof n){case"boolean":return"";case"object":{var o=n;if(o.anim===1)return Ht={name:o.name,styles:o.styles,next:Ht},o.name;var s=n;if(s.styles!==void 0){var i=s.next;if(i!==void 0)for(;i!==void 0;)Ht={name:i.name,styles:i.styles,next:Ht},i=i.next;var a=s.styles+";";return a}return OC(e,t,n)}case"function":{if(e!==void 0){var c=Ht,l=n(e);return Ht=c,qr(e,t,l)}break}}var u=n;return u}function OC(e,t,n){var r="";if(Array.isArray(n))for(var o=0;o<n.length;o++)r+=qr(e,t,n[o])+";";else for(var s in n){var i=n[s];if(typeof i!="object"){var a=i;cd(a)&&(r+=Xi(s)+":"+ld(s,a)+";")}else{if(s==="NO_COMPONENT_SELECTOR"&&AC)throw new Error(_C);if(Array.isArray(i)&&typeof i[0]=="string"&&t==null)for(var c=0;c<i.length;c++)cd(i[c])&&(r+=Xi(s)+":"+ld(s,i[c])+";");else{var l=qr(e,t,i);switch(s){case"animation":case"animationName":{r+=Xi(s)+":"+l+";";break}default:r+=s+"{"+l+"}"}}}}return r}var ud=/label:\s*([^\s;{]+)\s*(;|$)/g,Ht;function dd(e,t,n){if(e.length===1&&typeof e[0]=="object"&&e[0]!==null&&e[0].styles!==void 0)return e[0];var r=!0,o="";Ht=void 0;var s=e[0];if(s==null||s.raw===void 0)r=!1,o+=qr(n,t,s);else{var i=s;o+=i[0]}for(var a=1;a<e.length;a++)if(o+=qr(n,t,e[a]),r){var c=s;o+=c[a]}ud.lastIndex=0;for(var l="",u;(u=ud.exec(o))!==null;)l+="-"+u[1];var m=xC(o)+l;return{name:m,styles:o,next:Ht}}var LC=function(t){return t()},RC=B.useInsertionEffect?B.useInsertionEffect:!1,FC=RC||LC,DC=!1,fd=B.createContext(typeof HTMLElement<"u"?hC({key:"css"}):null);fd.Provider;var NC=function(t){return S.forwardRef(function(n,r){var o=S.useContext(fd);return t(n,o,r)})},kC=B.createContext({}),zi={}.hasOwnProperty,Yi="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",PC=function(t,n){var r={};for(var o in n)zi.call(n,o)&&(r[o]=n[o]);return r[Yi]=t,r},MC=function(t){var n=t.cache,r=t.serialized,o=t.isStringTag;return id(n,r,o),FC(function(){return EC(n,r,o)}),null},BC=NC(function(e,t,n){var r=e.css;typeof r=="string"&&t.registered[r]!==void 0&&(r=t.registered[r]);var o=e[Yi],s=[r],i="";typeof e.className=="string"?i=IC(t.registered,s,e.className):e.className!=null&&(i=e.className+" ");var a=dd(s,void 0,B.useContext(kC));i+=t.key+"-"+a.name;var c={};for(var l in e)zi.call(e,l)&&l!=="css"&&l!==Yi&&!DC&&(c[l]=e[l]);return c.className=i,n&&(c.ref=n),B.createElement(B.Fragment,null,B.createElement(MC,{cache:t,serialized:a,isStringTag:typeof o=="string"}),B.createElement(o,c))}),jC=BC,$=function(t,n){var r=arguments;if(n==null||!zi.call(n,"css"))return B.createElement.apply(void 0,r);var o=r.length,s=new Array(o);s[0]=jC,s[1]=PC(t,n);for(var i=2;i<o;i++)s[i]=r[i];return B.createElement.apply(null,s)};function Ji(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return dd(t)}var GC=function(){var t=Ji.apply(void 0,arguments),n="animation-"+t.name;return{name:n,styles:"@keyframes "+n+"{"+t.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}};function VC(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}const HC=Math.min,WC=Math.max,ls=Math.round,us=Math.floor,ds=e=>({x:e,y:e});function ZC(e){const{x:t,y:n,width:r,height:o}=e;return{width:r,height:o,top:n,left:t,right:t+r,bottom:n+o,x:t,y:n}}function fs(){return typeof window<"u"}function pd(e){return gd(e)?(e.nodeName||"").toLowerCase():"#document"}function $t(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function hd(e){var t;return(t=(gd(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function gd(e){return fs()?e instanceof Node||e instanceof $t(e).Node:!1}function XC(e){return fs()?e instanceof Element||e instanceof $t(e).Element:!1}function Ui(e){return fs()?e instanceof HTMLElement||e instanceof $t(e).HTMLElement:!1}function md(e){return!fs()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof $t(e).ShadowRoot}function bd(e){const{overflow:t,overflowX:n,overflowY:r,display:o}=Qi(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&!["inline","contents"].includes(o)}function zC(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function YC(e){return["html","body","#document"].includes(pd(e))}function Qi(e){return $t(e).getComputedStyle(e)}function JC(e){if(pd(e)==="html")return e;const t=e.assignedSlot||e.parentNode||md(e)&&e.host||hd(e);return md(t)?t.host:t}function yd(e){const t=JC(e);return YC(t)?e.ownerDocument?e.ownerDocument.body:e.body:Ui(t)&&bd(t)?t:yd(t)}function ps(e,t,n){var r;t===void 0&&(t=[]),n===void 0&&(n=!0);const o=yd(e),s=o===((r=e.ownerDocument)==null?void 0:r.body),i=$t(o);if(s){const a=qi(i);return t.concat(i,i.visualViewport||[],bd(o)?o:[],a&&n?ps(a):[])}return t.concat(o,ps(o,[],n))}function qi(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function UC(e){const t=Qi(e);let n=parseFloat(t.width)||0,r=parseFloat(t.height)||0;const o=Ui(e),s=o?e.offsetWidth:n,i=o?e.offsetHeight:r,a=ls(n)!==s||ls(r)!==i;return a&&(n=s,r=i),{width:n,height:r,$:a}}function $i(e){return XC(e)?e:e.contextElement}function vd(e){const t=$i(e);if(!Ui(t))return ds(1);const n=t.getBoundingClientRect(),{width:r,height:o,$:s}=UC(t);let i=(s?ls(n.width):n.width)/r,a=(s?ls(n.height):n.height)/o;return(!i||!Number.isFinite(i))&&(i=1),(!a||!Number.isFinite(a))&&(a=1),{x:i,y:a}}const QC=ds(0);function qC(e){const t=$t(e);return!zC()||!t.visualViewport?QC:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function $C(e,t,n){return!1}function Cd(e,t,n,r){t===void 0&&(t=!1);const o=e.getBoundingClientRect(),s=$i(e);let i=ds(1);t&&(i=vd(e));const a=$C()?qC(s):ds(0);let c=(o.left+a.x)/i.x,l=(o.top+a.y)/i.y,u=o.width/i.x,m=o.height/i.y;if(s){const y=$t(s),C=r;let h=y,p=qi(h);for(;p&&r&&C!==h;){const d=vd(p),f=p.getBoundingClientRect(),b=Qi(p),g=f.left+(p.clientLeft+parseFloat(b.paddingLeft))*d.x,I=f.top+(p.clientTop+parseFloat(b.paddingTop))*d.y;c*=d.x,l*=d.y,u*=d.x,m*=d.y,c+=g,l+=I,h=$t(p),p=qi(h)}}return ZC({width:u,height:m,x:c,y:l})}function KC(e,t){let n=null,r;const o=hd(e);function s(){var a;clearTimeout(r),(a=n)==null||a.disconnect(),n=null}function i(a,c){a===void 0&&(a=!1),c===void 0&&(c=1),s();const{left:l,top:u,width:m,height:y}=e.getBoundingClientRect();if(a||t(),!m||!y)return;const C=us(u),h=us(o.clientWidth-(l+m)),p=us(o.clientHeight-(u+y)),d=us(l),b={rootMargin:-C+"px "+-h+"px "+-p+"px "+-d+"px",threshold:WC(0,HC(1,c))||1};let g=!0;function I(v){const w=v[0].intersectionRatio;if(w!==c){if(!g)return i();w?i(!1,w):r=setTimeout(()=>{i(!1,1e-7)},1e3)}g=!1}try{n=new IntersectionObserver(I,{...b,root:o.ownerDocument})}catch{n=new IntersectionObserver(I,b)}n.observe(e)}return i(!0),s}function e3(e,t,n,r){r===void 0&&(r={});const{ancestorScroll:o=!0,ancestorResize:s=!0,elementResize:i=typeof ResizeObserver=="function",layoutShift:a=typeof IntersectionObserver=="function",animationFrame:c=!1}=r,l=$i(e),u=o||s?[...l?ps(l):[],...ps(t)]:[];u.forEach(f=>{o&&f.addEventListener("scroll",n,{passive:!0}),s&&f.addEventListener("resize",n)});const m=l&&a?KC(l,n):null;let y=-1,C=null;i&&(C=new ResizeObserver(f=>{let[b]=f;b&&b.target===l&&C&&(C.unobserve(t),cancelAnimationFrame(y),y=requestAnimationFrame(()=>{var g;(g=C)==null||g.observe(t)})),n()}),l&&!c&&C.observe(l),C.observe(t));let h,p=c?Cd(e):null;c&&d();function d(){const f=Cd(e);p&&(f.x!==p.x||f.y!==p.y||f.width!==p.width||f.height!==p.height)&&n(),p=f,h=requestAnimationFrame(d)}return n(),()=>{var f;u.forEach(b=>{o&&b.removeEventListener("scroll",n),s&&b.removeEventListener("resize",n)}),m==null||m(),(f=C)==null||f.disconnect(),C=null,c&&cancelAnimationFrame(h)}}var Ki=S.useLayoutEffect,t3=["className","clearValue","cx","getStyles","getClassNames","getValue","hasValue","isMulti","isRtl","options","selectOption","selectProps","setValue","theme"],hs=function(){};function n3(e,t){return t?t[0]==="-"?e+t:e+"__"+t:e}function r3(e,t){for(var n=arguments.length,r=new Array(n>2?n-2:0),o=2;o<n;o++)r[o-2]=arguments[o];var s=[].concat(r);if(t&&e)for(var i in t)t.hasOwnProperty(i)&&t[i]&&s.push("".concat(n3(e,i)));return s.filter(function(a){return a}).map(function(a){return String(a).trim()}).join(" ")}var Id=function(t){return p3(t)?t.filter(Boolean):Nn(t)==="object"&&t!==null?[t]:[]},Ed=function(t){t.className,t.clearValue,t.cx,t.getStyles,t.getClassNames,t.getValue,t.hasValue,t.isMulti,t.isRtl,t.options,t.selectOption,t.selectProps,t.setValue,t.theme;var n=jt(t,t3);return Q({},n)},Re=function(t,n,r){var o=t.cx,s=t.getStyles,i=t.getClassNames,a=t.className;return{css:s(n,t),className:o(r??{},i(n,t),a)}};function o3(e,t,n){if(n){var r=n(e,t);if(typeof r=="string")return r}return e}function gs(e){return[document.documentElement,document.body,window].indexOf(e)>-1}function s3(e){return gs(e)?window.innerHeight:e.clientHeight}function xd(e){return gs(e)?window.pageYOffset:e.scrollTop}function ms(e,t){if(gs(e)){window.scrollTo(0,t);return}e.scrollTop=t}function i3(e){var t=getComputedStyle(e),n=t.position==="absolute",r=/(auto|scroll)/;if(t.position==="fixed")return document.documentElement;for(var o=e;o=o.parentElement;)if(t=getComputedStyle(o),!(n&&t.position==="static")&&r.test(t.overflow+t.overflowY+t.overflowX))return o;return document.documentElement}function a3(e,t,n,r){return n*((e=e/r-1)*e*e+1)+t}function bs(e,t){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:200,r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:hs,o=xd(e),s=t-o,i=10,a=0;function c(){a+=i;var l=a3(a,o,s,n);ms(e,l),a<n?window.requestAnimationFrame(c):r(e)}c()}function wd(e,t){var n=e.getBoundingClientRect(),r=t.getBoundingClientRect(),o=t.offsetHeight/3;r.bottom+o>n.bottom?ms(e,Math.min(t.offsetTop+t.clientHeight-e.offsetHeight+o,e.scrollHeight)):r.top-o<n.top&&ms(e,Math.max(t.offsetTop-o,0))}function c3(e){var t=e.getBoundingClientRect();return{bottom:t.bottom,height:t.height,left:t.left,right:t.right,top:t.top,width:t.width}}function Ad(){try{return document.createEvent("TouchEvent"),!0}catch{return!1}}function l3(){try{return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)}catch{return!1}}var Td=!1,u3={get passive(){return Td=!0}},ys=typeof window<"u"?window:{};ys.addEventListener&&ys.removeEventListener&&(ys.addEventListener("p",hs,u3),ys.removeEventListener("p",hs,!1));var d3=Td;function f3(e){return e!=null}function p3(e){return Array.isArray(e)}function vs(e,t,n){return e?t:n}function T4(e){return e}function S4(e){return e}var h3=function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];var s=Object.entries(t).filter(function(i){var a=He(i,1),c=a[0];return!r.includes(c)});return s.reduce(function(i,a){var c=He(a,2),l=c[0],u=c[1];return i[l]=u,i},{})},g3=["children","innerProps"],m3=["children","innerProps"];function b3(e){var t=e.maxHeight,n=e.menuEl,r=e.minHeight,o=e.placement,s=e.shouldScroll,i=e.isFixedPosition,a=e.controlHeight,c=i3(n),l={placement:"bottom",maxHeight:t};if(!n||!n.offsetParent)return l;var u=c.getBoundingClientRect(),m=u.height,y=n.getBoundingClientRect(),C=y.bottom,h=y.height,p=y.top,d=n.offsetParent.getBoundingClientRect(),f=d.top,b=i?window.innerHeight:s3(c),g=xd(c),I=parseInt(getComputedStyle(n).marginBottom,10),v=parseInt(getComputedStyle(n).marginTop,10),w=f-v,A=b-p,T=w+g,_=m-g-p,D=C-b+g+I,F=g+p-v,k=160;switch(o){case"auto":case"bottom":if(A>=h)return{placement:"bottom",maxHeight:t};if(_>=h&&!i)return s&&bs(c,D,k),{placement:"bottom",maxHeight:t};if(!i&&_>=r||i&&A>=r){s&&bs(c,D,k);var N=i?A-I:_-I;return{placement:"bottom",maxHeight:N}}if(o==="auto"||i){var j=t,X=i?w:T;return X>=r&&(j=Math.min(X-I-a,t)),{placement:"top",maxHeight:j}}if(o==="bottom")return s&&ms(c,D),{placement:"bottom",maxHeight:t};break;case"top":if(w>=h)return{placement:"top",maxHeight:t};if(T>=h&&!i)return s&&bs(c,F,k),{placement:"top",maxHeight:t};if(!i&&T>=r||i&&w>=r){var Z=t;return(!i&&T>=r||i&&w>=r)&&(Z=i?w-v:T-v),s&&bs(c,F,k),{placement:"top",maxHeight:Z}}return{placement:"bottom",maxHeight:t};default:throw new Error('Invalid placement provided "'.concat(o,'".'))}return l}function y3(e){var t={bottom:"top",top:"bottom"};return e?t[e]:"bottom"}var Sd=function(t){return t==="auto"?"bottom":t},v3=function(t,n){var r,o=t.placement,s=t.theme,i=s.borderRadius,a=s.spacing,c=s.colors;return Q((r={label:"menu"},sr(r,y3(o),"100%"),sr(r,"position","absolute"),sr(r,"width","100%"),sr(r,"zIndex",1),r),n?{}:{backgroundColor:c.neutral0,borderRadius:i,boxShadow:"0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 11px hsla(0, 0%, 0%, 0.1)",marginBottom:a.menuGutter,marginTop:a.menuGutter})},_d=S.createContext(null),C3=function(t){var n=t.children,r=t.minMenuHeight,o=t.maxMenuHeight,s=t.menuPlacement,i=t.menuPosition,a=t.menuShouldScrollIntoView,c=t.theme,l=S.useContext(_d)||{},u=l.setPortalPlacement,m=S.useRef(null),y=S.useState(o),C=He(y,2),h=C[0],p=C[1],d=S.useState(null),f=He(d,2),b=f[0],g=f[1],I=c.spacing.controlHeight;return Ki(function(){var v=m.current;if(v){var w=i==="fixed",A=a&&!w,T=b3({maxHeight:o,menuEl:v,minHeight:r,placement:s,shouldScroll:A,isFixedPosition:w,controlHeight:I});p(T.maxHeight),g(T.placement),u==null||u(T.placement)}},[o,s,i,a,r,u,I]),n({ref:m,placerProps:Q(Q({},t),{},{placement:b||Sd(s),maxHeight:h})})},I3=function(t){var n=t.children,r=t.innerRef,o=t.innerProps;return $("div",ee({},Re(t,"menu",{menu:!0}),{ref:r},o),n)},E3=I3,x3=function(t,n){var r=t.maxHeight,o=t.theme.spacing.baseUnit;return Q({maxHeight:r,overflowY:"auto",position:"relative",WebkitOverflowScrolling:"touch"},n?{}:{paddingBottom:o,paddingTop:o})},w3=function(t){var n=t.children,r=t.innerProps,o=t.innerRef,s=t.isMulti;return $("div",ee({},Re(t,"menuList",{"menu-list":!0,"menu-list--is-multi":s}),{ref:o},r),n)},Od=function(t,n){var r=t.theme,o=r.spacing.baseUnit,s=r.colors;return Q({textAlign:"center"},n?{}:{color:s.neutral40,padding:"".concat(o*2,"px ").concat(o*3,"px")})},A3=Od,T3=Od,S3=function(t){var n=t.children,r=n===void 0?"No options":n,o=t.innerProps,s=jt(t,g3);return $("div",ee({},Re(Q(Q({},s),{},{children:r,innerProps:o}),"noOptionsMessage",{"menu-notice":!0,"menu-notice--no-options":!0}),o),r)},_3=function(t){var n=t.children,r=n===void 0?"Loading...":n,o=t.innerProps,s=jt(t,m3);return $("div",ee({},Re(Q(Q({},s),{},{children:r,innerProps:o}),"loadingMessage",{"menu-notice":!0,"menu-notice--loading":!0}),o),r)},O3=function(t){var n=t.rect,r=t.offset,o=t.position;return{left:n.left,position:o,top:r,width:n.width,zIndex:1}},L3=function(t){var n=t.appendTo,r=t.children,o=t.controlElement,s=t.innerProps,i=t.menuPlacement,a=t.menuPosition,c=S.useRef(null),l=S.useRef(null),u=S.useState(Sd(i)),m=He(u,2),y=m[0],C=m[1],h=S.useMemo(function(){return{setPortalPlacement:C}},[]),p=S.useState(null),d=He(p,2),f=d[0],b=d[1],g=S.useCallback(function(){if(o){var A=c3(o),T=a==="fixed"?0:window.pageYOffset,_=A[y]+T;(_!==(f==null?void 0:f.offset)||A.left!==(f==null?void 0:f.rect.left)||A.width!==(f==null?void 0:f.rect.width))&&b({offset:_,rect:A})}},[o,a,y,f==null?void 0:f.offset,f==null?void 0:f.rect.left,f==null?void 0:f.rect.width]);Ki(function(){g()},[g]);var I=S.useCallback(function(){typeof l.current=="function"&&(l.current(),l.current=null),o&&c.current&&(l.current=e3(o,c.current,g,{elementResize:"ResizeObserver"in window}))},[o,g]);Ki(function(){I()},[I]);var v=S.useCallback(function(A){c.current=A,I()},[I]);if(!n&&a!=="fixed"||!f)return null;var w=$("div",ee({ref:v},Re(Q(Q({},t),{},{offset:f.offset,position:a,rect:f.rect}),"menuPortal",{"menu-portal":!0}),s),r);return $(_d.Provider,{value:h},n?Oe.createPortal(w,n):w)},R3=function(t){var n=t.isDisabled,r=t.isRtl;return{label:"container",direction:r?"rtl":void 0,pointerEvents:n?"none":void 0,position:"relative"}},F3=function(t){var n=t.children,r=t.innerProps,o=t.isDisabled,s=t.isRtl;return $("div",ee({},Re(t,"container",{"--is-disabled":o,"--is-rtl":s}),r),n)},D3=function(t,n){var r=t.theme.spacing,o=t.isMulti,s=t.hasValue,i=t.selectProps.controlShouldRenderValue;return Q({alignItems:"center",display:o&&s&&i?"flex":"grid",flex:1,flexWrap:"wrap",WebkitOverflowScrolling:"touch",position:"relative",overflow:"hidden"},n?{}:{padding:"".concat(r.baseUnit/2,"px ").concat(r.baseUnit*2,"px")})},N3=function(t){var n=t.children,r=t.innerProps,o=t.isMulti,s=t.hasValue;return $("div",ee({},Re(t,"valueContainer",{"value-container":!0,"value-container--is-multi":o,"value-container--has-value":s}),r),n)},k3=function(){return{alignItems:"center",alignSelf:"stretch",display:"flex",flexShrink:0}},P3=function(t){var n=t.children,r=t.innerProps;return $("div",ee({},Re(t,"indicatorsContainer",{indicators:!0}),r),n)},Ld,M3=["size"],B3=["innerProps","isRtl","size"];function j3(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}var G3=process.env.NODE_ENV==="production"?{name:"8mmkcg",styles:"display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0"}:{name:"tj5bde-Svg",styles:"display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0;label:Svg;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGljYXRvcnMudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXlCSSIsImZpbGUiOiJpbmRpY2F0b3JzLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgUmVhY3ROb2RlIH0gZnJvbSAncmVhY3QnO1xuaW1wb3J0IHsganN4LCBrZXlmcmFtZXMgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmltcG9ydCB7XG4gIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lLFxuICBDU1NPYmplY3RXaXRoTGFiZWwsXG4gIEdyb3VwQmFzZSxcbn0gZnJvbSAnLi4vdHlwZXMnO1xuaW1wb3J0IHsgZ2V0U3R5bGVQcm9wcyB9IGZyb20gJy4uL3V0aWxzJztcblxuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG4vLyBEcm9wZG93biAmIENsZWFyIEljb25zXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cblxuY29uc3QgU3ZnID0gKHtcbiAgc2l6ZSxcbiAgLi4ucHJvcHNcbn06IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snc3ZnJ10gJiB7IHNpemU6IG51bWJlciB9KSA9PiAoXG4gIDxzdmdcbiAgICBoZWlnaHQ9e3NpemV9XG4gICAgd2lkdGg9e3NpemV9XG4gICAgdmlld0JveD1cIjAgMCAyMCAyMFwiXG4gICAgYXJpYS1oaWRkZW49XCJ0cnVlXCJcbiAgICBmb2N1c2FibGU9XCJmYWxzZVwiXG4gICAgY3NzPXt7XG4gICAgICBkaXNwbGF5OiAnaW5saW5lLWJsb2NrJyxcbiAgICAgIGZpbGw6ICdjdXJyZW50Q29sb3InLFxuICAgICAgbGluZUhlaWdodDogMSxcbiAgICAgIHN0cm9rZTogJ2N1cnJlbnRDb2xvcicsXG4gICAgICBzdHJva2VXaWR0aDogMCxcbiAgICB9fVxuICAgIHsuLi5wcm9wc31cbiAgLz5cbik7XG5cbmV4cG9ydCB0eXBlIENyb3NzSWNvblByb3BzID0gSlNYLkludHJpbnNpY0VsZW1lbnRzWydzdmcnXSAmIHsgc2l6ZT86IG51bWJlciB9O1xuZXhwb3J0IGNvbnN0IENyb3NzSWNvbiA9IChwcm9wczogQ3Jvc3NJY29uUHJvcHMpID0+IChcbiAgPFN2ZyBzaXplPXsyMH0gey4uLnByb3BzfT5cbiAgICA8cGF0aCBkPVwiTTE0LjM0OCAxNC44NDljLTAuNDY5IDAuNDY5LTEuMjI5IDAuNDY5LTEuNjk3IDBsLTIuNjUxLTMuMDMwLTIuNjUxIDMuMDI5Yy0wLjQ2OSAwLjQ2OS0xLjIyOSAwLjQ2OS0xLjY5NyAwLTAuNDY5LTAuNDY5LTAuNDY5LTEuMjI5IDAtMS42OTdsMi43NTgtMy4xNS0yLjc1OS0zLjE1MmMtMC40NjktMC40NjktMC40NjktMS4yMjggMC0xLjY5N3MxLjIyOC0wLjQ2OSAxLjY5NyAwbDIuNjUyIDMuMDMxIDIuNjUxLTMuMDMxYzAuNDY5LTAuNDY5IDEuMjI4LTAuNDY5IDEuNjk3IDBzMC40NjkgMS4yMjkgMCAxLjY5N2wtMi43NTggMy4xNTIgMi43NTggMy4xNWMwLjQ2OSAwLjQ2OSAwLjQ2OSAxLjIyOSAwIDEuNjk4elwiIC8+XG4gIDwvU3ZnPlxuKTtcbmV4cG9ydCB0eXBlIERvd25DaGV2cm9uUHJvcHMgPSBKU1guSW50cmluc2ljRWxlbWVudHNbJ3N2ZyddICYgeyBzaXplPzogbnVtYmVyIH07XG5leHBvcnQgY29uc3QgRG93bkNoZXZyb24gPSAocHJvcHM6IERvd25DaGV2cm9uUHJvcHMpID0+IChcbiAgPFN2ZyBzaXplPXsyMH0gey4uLnByb3BzfT5cbiAgICA8cGF0aCBkPVwiTTQuNTE2IDcuNTQ4YzAuNDM2LTAuNDQ2IDEuMDQzLTAuNDgxIDEuNTc2IDBsMy45MDggMy43NDcgMy45MDgtMy43NDdjMC41MzMtMC40ODEgMS4xNDEtMC40NDYgMS41NzQgMCAwLjQzNiAwLjQ0NSAwLjQwOCAxLjE5NyAwIDEuNjE1LTAuNDA2IDAuNDE4LTQuNjk1IDQuNTAyLTQuNjk1IDQuNTAyLTAuMjE3IDAuMjIzLTAuNTAyIDAuMzM1LTAuNzg3IDAuMzM1cy0wLjU3LTAuMTEyLTAuNzg5LTAuMzM1YzAgMC00LjI4Ny00LjA4NC00LjY5NS00LjUwMnMtMC40MzYtMS4xNyAwLTEuNjE1elwiIC8+XG4gIDwvU3ZnPlxuKTtcblxuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG4vLyBEcm9wZG93biAmIENsZWFyIEJ1dHRvbnNcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5leHBvcnQgaW50ZXJmYWNlIERyb3Bkb3duSW5kaWNhdG9yUHJvcHM8XG4gIE9wdGlvbiA9IHVua25vd24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuID0gYm9vbGVhbixcbiAgR3JvdXAgZXh0ZW5kcyBHcm91cEJhc2U8T3B0aW9uPiA9IEdyb3VwQmFzZTxPcHRpb24+XG4+IGV4dGVuZHMgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWU8T3B0aW9uLCBJc011bHRpLCBHcm91cD4ge1xuICAvKiogVGhlIGNoaWxkcmVuIHRvIGJlIHJlbmRlcmVkIGluc2lkZSB0aGUgaW5kaWNhdG9yLiAqL1xuICBjaGlsZHJlbj86IFJlYWN0Tm9kZTtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpc0Rpc2FibGVkOiBib29sZWFuO1xufVxuXG5jb25zdCBiYXNlQ1NTID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICB7XG4gICAgaXNGb2N1c2VkLFxuICAgIHRoZW1lOiB7XG4gICAgICBzcGFjaW5nOiB7IGJhc2VVbml0IH0sXG4gICAgICBjb2xvcnMsXG4gICAgfSxcbiAgfTpcbiAgICB8IERyb3Bkb3duSW5kaWNhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD5cbiAgICB8IENsZWFySW5kaWNhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD4sXG4gIHVuc3R5bGVkOiBib29sZWFuXG4pOiBDU1NPYmplY3RXaXRoTGFiZWwgPT4gKHtcbiAgbGFiZWw6ICdpbmRpY2F0b3JDb250YWluZXInLFxuICBkaXNwbGF5OiAnZmxleCcsXG4gIHRyYW5zaXRpb246ICdjb2xvciAxNTBtcycsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgY29sb3I6IGlzRm9jdXNlZCA/IGNvbG9ycy5uZXV0cmFsNjAgOiBjb2xvcnMubmV1dHJhbDIwLFxuICAgICAgICBwYWRkaW5nOiBiYXNlVW5pdCAqIDIsXG4gICAgICAgICc6aG92ZXInOiB7XG4gICAgICAgICAgY29sb3I6IGlzRm9jdXNlZCA/IGNvbG9ycy5uZXV0cmFsODAgOiBjb2xvcnMubmV1dHJhbDQwLFxuICAgICAgICB9LFxuICAgICAgfSksXG59KTtcblxuZXhwb3J0IGNvbnN0IGRyb3Bkb3duSW5kaWNhdG9yQ1NTID0gYmFzZUNTUztcbmV4cG9ydCBjb25zdCBEcm9wZG93bkluZGljYXRvciA9IDxcbiAgT3B0aW9uLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbixcbiAgR3JvdXAgZXh0ZW5kcyBHcm91cEJhc2U8T3B0aW9uPlxuPihcbiAgcHJvcHM6IERyb3Bkb3duSW5kaWNhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD5cbikgPT4ge1xuICBjb25zdCB7IGNoaWxkcmVuLCBpbm5lclByb3BzIH0gPSBwcm9wcztcbiAgcmV0dXJuIChcbiAgICA8ZGl2XG4gICAgICB7Li4uZ2V0U3R5bGVQcm9wcyhwcm9wcywgJ2Ryb3Bkb3duSW5kaWNhdG9yJywge1xuICAgICAgICBpbmRpY2F0b3I6IHRydWUsXG4gICAgICAgICdkcm9wZG93bi1pbmRpY2F0b3InOiB0cnVlLFxuICAgICAgfSl9XG4gICAgICB7Li4uaW5uZXJQcm9wc31cbiAgICA+XG4gICAgICB7Y2hpbGRyZW4gfHwgPERvd25DaGV2cm9uIC8+fVxuICAgIDwvZGl2PlxuICApO1xufTtcblxuZXhwb3J0IGludGVyZmFjZSBDbGVhckluZGljYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgLyoqIFRoZSBjaGlsZHJlbiB0byBiZSByZW5kZXJlZCBpbnNpZGUgdGhlIGluZGljYXRvci4gKi9cbiAgY2hpbGRyZW4/OiBSZWFjdE5vZGU7XG4gIC8qKiBQcm9wcyB0aGF0IHdpbGwgYmUgcGFzc2VkIG9uIHRvIHRoZSBjaGlsZHJlbi4gKi9cbiAgaW5uZXJQcm9wczogSlNYLkludHJpbnNpY0VsZW1lbnRzWydkaXYnXTtcbiAgLyoqIFRoZSBmb2N1c2VkIHN0YXRlIG9mIHRoZSBzZWxlY3QuICovXG4gIGlzRm9jdXNlZDogYm9vbGVhbjtcbn1cblxuZXhwb3J0IGNvbnN0IGNsZWFySW5kaWNhdG9yQ1NTID0gYmFzZUNTUztcbmV4cG9ydCBjb25zdCBDbGVhckluZGljYXRvciA9IDxcbiAgT3B0aW9uLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbixcbiAgR3JvdXAgZXh0ZW5kcyBHcm91cEJhc2U8T3B0aW9uPlxuPihcbiAgcHJvcHM6IENsZWFySW5kaWNhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD5cbikgPT4ge1xuICBjb25zdCB7IGNoaWxkcmVuLCBpbm5lclByb3BzIH0gPSBwcm9wcztcbiAgcmV0dXJuIChcbiAgICA8ZGl2XG4gICAgICB7Li4uZ2V0U3R5bGVQcm9wcyhwcm9wcywgJ2NsZWFySW5kaWNhdG9yJywge1xuICAgICAgICBpbmRpY2F0b3I6IHRydWUsXG4gICAgICAgICdjbGVhci1pbmRpY2F0b3InOiB0cnVlLFxuICAgICAgfSl9XG4gICAgICB7Li4uaW5uZXJQcm9wc31cbiAgICA+XG4gICAgICB7Y2hpbGRyZW4gfHwgPENyb3NzSWNvbiAvPn1cbiAgICA8L2Rpdj5cbiAgKTtcbn07XG5cbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuLy8gU2VwYXJhdG9yXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cblxuZXhwb3J0IGludGVyZmFjZSBJbmRpY2F0b3JTZXBhcmF0b3JQcm9wczxcbiAgT3B0aW9uID0gdW5rbm93bixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4gPSBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+ID0gR3JvdXBCYXNlPE9wdGlvbj5cbj4gZXh0ZW5kcyBDb21tb25Qcm9wc0FuZENsYXNzTmFtZTxPcHRpb24sIElzTXVsdGksIEdyb3VwPiB7XG4gIGlzRGlzYWJsZWQ6IGJvb2xlYW47XG4gIGlzRm9jdXNlZDogYm9vbGVhbjtcbiAgaW5uZXJQcm9wcz86IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snc3BhbiddO1xufVxuXG5leHBvcnQgY29uc3QgaW5kaWNhdG9yU2VwYXJhdG9yQ1NTID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICB7XG4gICAgaXNEaXNhYmxlZCxcbiAgICB0aGVtZToge1xuICAgICAgc3BhY2luZzogeyBiYXNlVW5pdCB9LFxuICAgICAgY29sb3JzLFxuICAgIH0sXG4gIH06IEluZGljYXRvclNlcGFyYXRvclByb3BzPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+LFxuICB1bnN0eWxlZDogYm9vbGVhblxuKTogQ1NTT2JqZWN0V2l0aExhYmVsID0+ICh7XG4gIGxhYmVsOiAnaW5kaWNhdG9yU2VwYXJhdG9yJyxcbiAgYWxpZ25TZWxmOiAnc3RyZXRjaCcsXG4gIHdpZHRoOiAxLFxuICAuLi4odW5zdHlsZWRcbiAgICA/IHt9XG4gICAgOiB7XG4gICAgICAgIGJhY2tncm91bmRDb2xvcjogaXNEaXNhYmxlZCA/IGNvbG9ycy5uZXV0cmFsMTAgOiBjb2xvcnMubmV1dHJhbDIwLFxuICAgICAgICBtYXJnaW5Cb3R0b206IGJhc2VVbml0ICogMixcbiAgICAgICAgbWFyZ2luVG9wOiBiYXNlVW5pdCAqIDIsXG4gICAgICB9KSxcbn0pO1xuXG5leHBvcnQgY29uc3QgSW5kaWNhdG9yU2VwYXJhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogSW5kaWNhdG9yU2VwYXJhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD5cbikgPT4ge1xuICBjb25zdCB7IGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxzcGFuXG4gICAgICB7Li4uaW5uZXJQcm9wc31cbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnaW5kaWNhdG9yU2VwYXJhdG9yJywge1xuICAgICAgICAnaW5kaWNhdG9yLXNlcGFyYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAvPlxuICApO1xufTtcblxuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG4vLyBMb2FkaW5nXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cblxuY29uc3QgbG9hZGluZ0RvdEFuaW1hdGlvbnMgPSBrZXlmcmFtZXNgXG4gIDAlLCA4MCUsIDEwMCUgeyBvcGFjaXR5OiAwOyB9XG4gIDQwJSB7IG9wYWNpdHk6IDE7IH1cbmA7XG5cbmV4cG9ydCBjb25zdCBsb2FkaW5nSW5kaWNhdG9yQ1NTID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICB7XG4gICAgaXNGb2N1c2VkLFxuICAgIHNpemUsXG4gICAgdGhlbWU6IHtcbiAgICAgIGNvbG9ycyxcbiAgICAgIHNwYWNpbmc6IHsgYmFzZVVuaXQgfSxcbiAgICB9LFxuICB9OiBMb2FkaW5nSW5kaWNhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD4sXG4gIHVuc3R5bGVkOiBib29sZWFuXG4pOiBDU1NPYmplY3RXaXRoTGFiZWwgPT4gKHtcbiAgbGFiZWw6ICdsb2FkaW5nSW5kaWNhdG9yJyxcbiAgZGlzcGxheTogJ2ZsZXgnLFxuICB0cmFuc2l0aW9uOiAnY29sb3IgMTUwbXMnLFxuICBhbGlnblNlbGY6ICdjZW50ZXInLFxuICBmb250U2l6ZTogc2l6ZSxcbiAgbGluZUhlaWdodDogMSxcbiAgbWFyZ2luUmlnaHQ6IHNpemUsXG4gIHRleHRBbGlnbjogJ2NlbnRlcicsXG4gIHZlcnRpY2FsQWxpZ246ICdtaWRkbGUnLFxuICAuLi4odW5zdHlsZWRcbiAgICA/IHt9XG4gICAgOiB7XG4gICAgICAgIGNvbG9yOiBpc0ZvY3VzZWQgPyBjb2xvcnMubmV1dHJhbDYwIDogY29sb3JzLm5ldXRyYWwyMCxcbiAgICAgICAgcGFkZGluZzogYmFzZVVuaXQgKiAyLFxuICAgICAgfSksXG59KTtcblxuaW50ZXJmYWNlIExvYWRpbmdEb3RQcm9wcyB7XG4gIGRlbGF5OiBudW1iZXI7XG4gIG9mZnNldDogYm9vbGVhbjtcbn1cbmNvbnN0IExvYWRpbmdEb3QgPSAoeyBkZWxheSwgb2Zmc2V0IH06IExvYWRpbmdEb3RQcm9wcykgPT4gKFxuICA8c3BhblxuICAgIGNzcz17e1xuICAgICAgYW5pbWF0aW9uOiBgJHtsb2FkaW5nRG90QW5pbWF0aW9uc30gMXMgZWFzZS1pbi1vdXQgJHtkZWxheX1tcyBpbmZpbml0ZTtgLFxuICAgICAgYmFja2dyb3VuZENvbG9yOiAnY3VycmVudENvbG9yJyxcbiAgICAgIGJvcmRlclJhZGl1czogJzFlbScsXG4gICAgICBkaXNwbGF5OiAnaW5saW5lLWJsb2NrJyxcbiAgICAgIG1hcmdpbkxlZnQ6IG9mZnNldCA/ICcxZW0nIDogdW5kZWZpbmVkLFxuICAgICAgaGVpZ2h0OiAnMWVtJyxcbiAgICAgIHZlcnRpY2FsQWxpZ246ICd0b3AnLFxuICAgICAgd2lkdGg6ICcxZW0nLFxuICAgIH19XG4gIC8+XG4pO1xuXG5leHBvcnQgaW50ZXJmYWNlIExvYWRpbmdJbmRpY2F0b3JQcm9wczxcbiAgT3B0aW9uID0gdW5rbm93bixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4gPSBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+ID0gR3JvdXBCYXNlPE9wdGlvbj5cbj4gZXh0ZW5kcyBDb21tb25Qcm9wc0FuZENsYXNzTmFtZTxPcHRpb24sIElzTXVsdGksIEdyb3VwPiB7XG4gIC8qKiBQcm9wcyB0aGF0IHdpbGwgYmUgcGFzc2VkIG9uIHRvIHRoZSBjaGlsZHJlbi4gKi9cbiAgaW5uZXJQcm9wczogSlNYLkludHJpbnNpY0VsZW1lbnRzWydkaXYnXTtcbiAgLyoqIFRoZSBmb2N1c2VkIHN0YXRlIG9mIHRoZSBzZWxlY3QuICovXG4gIGlzRm9jdXNlZDogYm9vbGVhbjtcbiAgaXNEaXNhYmxlZDogYm9vbGVhbjtcbiAgLyoqIFNldCBzaXplIG9mIHRoZSBjb250YWluZXIuICovXG4gIHNpemU6IG51bWJlcjtcbn1cbmV4cG9ydCBjb25zdCBMb2FkaW5nSW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KHtcbiAgaW5uZXJQcm9wcyxcbiAgaXNSdGwsXG4gIHNpemUgPSA0LFxuICAuLi5yZXN0UHJvcHNcbn06IExvYWRpbmdJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPikgPT4ge1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKFxuICAgICAgICB7IC4uLnJlc3RQcm9wcywgaW5uZXJQcm9wcywgaXNSdGwsIHNpemUgfSxcbiAgICAgICAgJ2xvYWRpbmdJbmRpY2F0b3InLFxuICAgICAgICB7XG4gICAgICAgICAgaW5kaWNhdG9yOiB0cnVlLFxuICAgICAgICAgICdsb2FkaW5nLWluZGljYXRvcic6IHRydWUsXG4gICAgICAgIH1cbiAgICAgICl9XG4gICAgICB7Li4uaW5uZXJQcm9wc31cbiAgICA+XG4gICAgICA8TG9hZGluZ0RvdCBkZWxheT17MH0gb2Zmc2V0PXtpc1J0bH0gLz5cbiAgICAgIDxMb2FkaW5nRG90IGRlbGF5PXsxNjB9IG9mZnNldCAvPlxuICAgICAgPExvYWRpbmdEb3QgZGVsYXk9ezMyMH0gb2Zmc2V0PXshaXNSdGx9IC8+XG4gICAgPC9kaXY+XG4gICk7XG59O1xuIl19 */",toString:j3},Rd=function(t){var n=t.size,r=jt(t,M3);return $("svg",ee({height:n,width:n,viewBox:"0 0 20 20","aria-hidden":"true",focusable:"false",css:G3},r))},ea=function(t){return $(Rd,ee({size:20},t),$("path",{d:"M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z"}))},Fd=function(t){return $(Rd,ee({size:20},t),$("path",{d:"M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"}))},Dd=function(t,n){var r=t.isFocused,o=t.theme,s=o.spacing.baseUnit,i=o.colors;return Q({label:"indicatorContainer",display:"flex",transition:"color 150ms"},n?{}:{color:r?i.neutral60:i.neutral20,padding:s*2,":hover":{color:r?i.neutral80:i.neutral40}})},V3=Dd,H3=function(t){var n=t.children,r=t.innerProps;return $("div",ee({},Re(t,"dropdownIndicator",{indicator:!0,"dropdown-indicator":!0}),r),n||$(Fd,null))},W3=Dd,Z3=function(t){var n=t.children,r=t.innerProps;return $("div",ee({},Re(t,"clearIndicator",{indicator:!0,"clear-indicator":!0}),r),n||$(ea,null))},X3=function(t,n){var r=t.isDisabled,o=t.theme,s=o.spacing.baseUnit,i=o.colors;return Q({label:"indicatorSeparator",alignSelf:"stretch",width:1},n?{}:{backgroundColor:r?i.neutral10:i.neutral20,marginBottom:s*2,marginTop:s*2})},z3=function(t){var n=t.innerProps;return $("span",ee({},n,Re(t,"indicatorSeparator",{"indicator-separator":!0})))},Y3=GC(Ld||(Ld=VC([`
|
|
541
558
|
0%, 80%, 100% { opacity: 0; }
|
|
542
559
|
40% { opacity: 1; }
|
|
543
|
-
`]))),X3=function(t,n){var r=t.isFocused,o=t.size,s=t.theme,i=s.colors,a=s.spacing.baseUnit;return q({label:"loadingIndicator",display:"flex",transition:"color 150ms",alignSelf:"center",fontSize:o,lineHeight:1,marginRight:o,textAlign:"center",verticalAlign:"middle"},n?{}:{color:r?i.neutral60:i.neutral20,padding:a*2})},ta=function(t){var n=t.delay,r=t.offset;return $("span",{css:Ji({animation:"".concat(Z3," 1s ease-in-out ").concat(n,"ms infinite;"),backgroundColor:"currentColor",borderRadius:"1em",display:"inline-block",marginLeft:r?"1em":void 0,height:"1em",verticalAlign:"top",width:"1em"},process.env.NODE_ENV==="production"?"":";label:LoadingDot;",process.env.NODE_ENV==="production"?"":"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGljYXRvcnMudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQW1RSSIsImZpbGUiOiJpbmRpY2F0b3JzLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgUmVhY3ROb2RlIH0gZnJvbSAncmVhY3QnO1xuaW1wb3J0IHsganN4LCBrZXlmcmFtZXMgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmltcG9ydCB7XG4gIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lLFxuICBDU1NPYmplY3RXaXRoTGFiZWwsXG4gIEdyb3VwQmFzZSxcbn0gZnJvbSAnLi4vdHlwZXMnO1xuaW1wb3J0IHsgZ2V0U3R5bGVQcm9wcyB9IGZyb20gJy4uL3V0aWxzJztcblxuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG4vLyBEcm9wZG93biAmIENsZWFyIEljb25zXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cblxuY29uc3QgU3ZnID0gKHtcbiAgc2l6ZSxcbiAgLi4ucHJvcHNcbn06IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snc3ZnJ10gJiB7IHNpemU6IG51bWJlciB9KSA9PiAoXG4gIDxzdmdcbiAgICBoZWlnaHQ9e3NpemV9XG4gICAgd2lkdGg9e3NpemV9XG4gICAgdmlld0JveD1cIjAgMCAyMCAyMFwiXG4gICAgYXJpYS1oaWRkZW49XCJ0cnVlXCJcbiAgICBmb2N1c2FibGU9XCJmYWxzZVwiXG4gICAgY3NzPXt7XG4gICAgICBkaXNwbGF5OiAnaW5saW5lLWJsb2NrJyxcbiAgICAgIGZpbGw6ICdjdXJyZW50Q29sb3InLFxuICAgICAgbGluZUhlaWdodDogMSxcbiAgICAgIHN0cm9rZTogJ2N1cnJlbnRDb2xvcicsXG4gICAgICBzdHJva2VXaWR0aDogMCxcbiAgICB9fVxuICAgIHsuLi5wcm9wc31cbiAgLz5cbik7XG5cbmV4cG9ydCB0eXBlIENyb3NzSWNvblByb3BzID0gSlNYLkludHJpbnNpY0VsZW1lbnRzWydzdmcnXSAmIHsgc2l6ZT86IG51bWJlciB9O1xuZXhwb3J0IGNvbnN0IENyb3NzSWNvbiA9IChwcm9wczogQ3Jvc3NJY29uUHJvcHMpID0+IChcbiAgPFN2ZyBzaXplPXsyMH0gey4uLnByb3BzfT5cbiAgICA8cGF0aCBkPVwiTTE0LjM0OCAxNC44NDljLTAuNDY5IDAuNDY5LTEuMjI5IDAuNDY5LTEuNjk3IDBsLTIuNjUxLTMuMDMwLTIuNjUxIDMuMDI5Yy0wLjQ2OSAwLjQ2OS0xLjIyOSAwLjQ2OS0xLjY5NyAwLTAuNDY5LTAuNDY5LTAuNDY5LTEuMjI5IDAtMS42OTdsMi43NTgtMy4xNS0yLjc1OS0zLjE1MmMtMC40NjktMC40NjktMC40NjktMS4yMjggMC0xLjY5N3MxLjIyOC0wLjQ2OSAxLjY5NyAwbDIuNjUyIDMuMDMxIDIuNjUxLTMuMDMxYzAuNDY5LTAuNDY5IDEuMjI4LTAuNDY5IDEuNjk3IDBzMC40NjkgMS4yMjkgMCAxLjY5N2wtMi43NTggMy4xNTIgMi43NTggMy4xNWMwLjQ2OSAwLjQ2OSAwLjQ2OSAxLjIyOSAwIDEuNjk4elwiIC8+XG4gIDwvU3ZnPlxuKTtcbmV4cG9ydCB0eXBlIERvd25DaGV2cm9uUHJvcHMgPSBKU1guSW50cmluc2ljRWxlbWVudHNbJ3N2ZyddICYgeyBzaXplPzogbnVtYmVyIH07XG5leHBvcnQgY29uc3QgRG93bkNoZXZyb24gPSAocHJvcHM6IERvd25DaGV2cm9uUHJvcHMpID0+IChcbiAgPFN2ZyBzaXplPXsyMH0gey4uLnByb3BzfT5cbiAgICA8cGF0aCBkPVwiTTQuNTE2IDcuNTQ4YzAuNDM2LTAuNDQ2IDEuMDQzLTAuNDgxIDEuNTc2IDBsMy45MDggMy43NDcgMy45MDgtMy43NDdjMC41MzMtMC40ODEgMS4xNDEtMC40NDYgMS41NzQgMCAwLjQzNiAwLjQ0NSAwLjQwOCAxLjE5NyAwIDEuNjE1LTAuNDA2IDAuNDE4LTQuNjk1IDQuNTAyLTQuNjk1IDQuNTAyLTAuMjE3IDAuMjIzLTAuNTAyIDAuMzM1LTAuNzg3IDAuMzM1cy0wLjU3LTAuMTEyLTAuNzg5LTAuMzM1YzAgMC00LjI4Ny00LjA4NC00LjY5NS00LjUwMnMtMC40MzYtMS4xNyAwLTEuNjE1elwiIC8+XG4gIDwvU3ZnPlxuKTtcblxuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG4vLyBEcm9wZG93biAmIENsZWFyIEJ1dHRvbnNcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5leHBvcnQgaW50ZXJmYWNlIERyb3Bkb3duSW5kaWNhdG9yUHJvcHM8XG4gIE9wdGlvbiA9IHVua25vd24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuID0gYm9vbGVhbixcbiAgR3JvdXAgZXh0ZW5kcyBHcm91cEJhc2U8T3B0aW9uPiA9IEdyb3VwQmFzZTxPcHRpb24+XG4+IGV4dGVuZHMgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWU8T3B0aW9uLCBJc011bHRpLCBHcm91cD4ge1xuICAvKiogVGhlIGNoaWxkcmVuIHRvIGJlIHJlbmRlcmVkIGluc2lkZSB0aGUgaW5kaWNhdG9yLiAqL1xuICBjaGlsZHJlbj86IFJlYWN0Tm9kZTtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpc0Rpc2FibGVkOiBib29sZWFuO1xufVxuXG5jb25zdCBiYXNlQ1NTID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICB7XG4gICAgaXNGb2N1c2VkLFxuICAgIHRoZW1lOiB7XG4gICAgICBzcGFjaW5nOiB7IGJhc2VVbml0IH0sXG4gICAgICBjb2xvcnMsXG4gICAgfSxcbiAgfTpcbiAgICB8IERyb3Bkb3duSW5kaWNhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD5cbiAgICB8IENsZWFySW5kaWNhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD4sXG4gIHVuc3R5bGVkOiBib29sZWFuXG4pOiBDU1NPYmplY3RXaXRoTGFiZWwgPT4gKHtcbiAgbGFiZWw6ICdpbmRpY2F0b3JDb250YWluZXInLFxuICBkaXNwbGF5OiAnZmxleCcsXG4gIHRyYW5zaXRpb246ICdjb2xvciAxNTBtcycsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgY29sb3I6IGlzRm9jdXNlZCA/IGNvbG9ycy5uZXV0cmFsNjAgOiBjb2xvcnMubmV1dHJhbDIwLFxuICAgICAgICBwYWRkaW5nOiBiYXNlVW5pdCAqIDIsXG4gICAgICAgICc6aG92ZXInOiB7XG4gICAgICAgICAgY29sb3I6IGlzRm9jdXNlZCA/IGNvbG9ycy5uZXV0cmFsODAgOiBjb2xvcnMubmV1dHJhbDQwLFxuICAgICAgICB9LFxuICAgICAgfSksXG59KTtcblxuZXhwb3J0IGNvbnN0IGRyb3Bkb3duSW5kaWNhdG9yQ1NTID0gYmFzZUNTUztcbmV4cG9ydCBjb25zdCBEcm9wZG93bkluZGljYXRvciA9IDxcbiAgT3B0aW9uLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbixcbiAgR3JvdXAgZXh0ZW5kcyBHcm91cEJhc2U8T3B0aW9uPlxuPihcbiAgcHJvcHM6IERyb3Bkb3duSW5kaWNhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD5cbikgPT4ge1xuICBjb25zdCB7IGNoaWxkcmVuLCBpbm5lclByb3BzIH0gPSBwcm9wcztcbiAgcmV0dXJuIChcbiAgICA8ZGl2XG4gICAgICB7Li4uZ2V0U3R5bGVQcm9wcyhwcm9wcywgJ2Ryb3Bkb3duSW5kaWNhdG9yJywge1xuICAgICAgICBpbmRpY2F0b3I6IHRydWUsXG4gICAgICAgICdkcm9wZG93bi1pbmRpY2F0b3InOiB0cnVlLFxuICAgICAgfSl9XG4gICAgICB7Li4uaW5uZXJQcm9wc31cbiAgICA+XG4gICAgICB7Y2hpbGRyZW4gfHwgPERvd25DaGV2cm9uIC8+fVxuICAgIDwvZGl2PlxuICApO1xufTtcblxuZXhwb3J0IGludGVyZmFjZSBDbGVhckluZGljYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgLyoqIFRoZSBjaGlsZHJlbiB0byBiZSByZW5kZXJlZCBpbnNpZGUgdGhlIGluZGljYXRvci4gKi9cbiAgY2hpbGRyZW4/OiBSZWFjdE5vZGU7XG4gIC8qKiBQcm9wcyB0aGF0IHdpbGwgYmUgcGFzc2VkIG9uIHRvIHRoZSBjaGlsZHJlbi4gKi9cbiAgaW5uZXJQcm9wczogSlNYLkludHJpbnNpY0VsZW1lbnRzWydkaXYnXTtcbiAgLyoqIFRoZSBmb2N1c2VkIHN0YXRlIG9mIHRoZSBzZWxlY3QuICovXG4gIGlzRm9jdXNlZDogYm9vbGVhbjtcbn1cblxuZXhwb3J0IGNvbnN0IGNsZWFySW5kaWNhdG9yQ1NTID0gYmFzZUNTUztcbmV4cG9ydCBjb25zdCBDbGVhckluZGljYXRvciA9IDxcbiAgT3B0aW9uLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbixcbiAgR3JvdXAgZXh0ZW5kcyBHcm91cEJhc2U8T3B0aW9uPlxuPihcbiAgcHJvcHM6IENsZWFySW5kaWNhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD5cbikgPT4ge1xuICBjb25zdCB7IGNoaWxkcmVuLCBpbm5lclByb3BzIH0gPSBwcm9wcztcbiAgcmV0dXJuIChcbiAgICA8ZGl2XG4gICAgICB7Li4uZ2V0U3R5bGVQcm9wcyhwcm9wcywgJ2NsZWFySW5kaWNhdG9yJywge1xuICAgICAgICBpbmRpY2F0b3I6IHRydWUsXG4gICAgICAgICdjbGVhci1pbmRpY2F0b3InOiB0cnVlLFxuICAgICAgfSl9XG4gICAgICB7Li4uaW5uZXJQcm9wc31cbiAgICA+XG4gICAgICB7Y2hpbGRyZW4gfHwgPENyb3NzSWNvbiAvPn1cbiAgICA8L2Rpdj5cbiAgKTtcbn07XG5cbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuLy8gU2VwYXJhdG9yXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cblxuZXhwb3J0IGludGVyZmFjZSBJbmRpY2F0b3JTZXBhcmF0b3JQcm9wczxcbiAgT3B0aW9uID0gdW5rbm93bixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4gPSBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+ID0gR3JvdXBCYXNlPE9wdGlvbj5cbj4gZXh0ZW5kcyBDb21tb25Qcm9wc0FuZENsYXNzTmFtZTxPcHRpb24sIElzTXVsdGksIEdyb3VwPiB7XG4gIGlzRGlzYWJsZWQ6IGJvb2xlYW47XG4gIGlzRm9jdXNlZDogYm9vbGVhbjtcbiAgaW5uZXJQcm9wcz86IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snc3BhbiddO1xufVxuXG5leHBvcnQgY29uc3QgaW5kaWNhdG9yU2VwYXJhdG9yQ1NTID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICB7XG4gICAgaXNEaXNhYmxlZCxcbiAgICB0aGVtZToge1xuICAgICAgc3BhY2luZzogeyBiYXNlVW5pdCB9LFxuICAgICAgY29sb3JzLFxuICAgIH0sXG4gIH06IEluZGljYXRvclNlcGFyYXRvclByb3BzPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+LFxuICB1bnN0eWxlZDogYm9vbGVhblxuKTogQ1NTT2JqZWN0V2l0aExhYmVsID0+ICh7XG4gIGxhYmVsOiAnaW5kaWNhdG9yU2VwYXJhdG9yJyxcbiAgYWxpZ25TZWxmOiAnc3RyZXRjaCcsXG4gIHdpZHRoOiAxLFxuICAuLi4odW5zdHlsZWRcbiAgICA/IHt9XG4gICAgOiB7XG4gICAgICAgIGJhY2tncm91bmRDb2xvcjogaXNEaXNhYmxlZCA/IGNvbG9ycy5uZXV0cmFsMTAgOiBjb2xvcnMubmV1dHJhbDIwLFxuICAgICAgICBtYXJnaW5Cb3R0b206IGJhc2VVbml0ICogMixcbiAgICAgICAgbWFyZ2luVG9wOiBiYXNlVW5pdCAqIDIsXG4gICAgICB9KSxcbn0pO1xuXG5leHBvcnQgY29uc3QgSW5kaWNhdG9yU2VwYXJhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogSW5kaWNhdG9yU2VwYXJhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD5cbikgPT4ge1xuICBjb25zdCB7IGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxzcGFuXG4gICAgICB7Li4uaW5uZXJQcm9wc31cbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnaW5kaWNhdG9yU2VwYXJhdG9yJywge1xuICAgICAgICAnaW5kaWNhdG9yLXNlcGFyYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAvPlxuICApO1xufTtcblxuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG4vLyBMb2FkaW5nXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cblxuY29uc3QgbG9hZGluZ0RvdEFuaW1hdGlvbnMgPSBrZXlmcmFtZXNgXG4gIDAlLCA4MCUsIDEwMCUgeyBvcGFjaXR5OiAwOyB9XG4gIDQwJSB7IG9wYWNpdHk6IDE7IH1cbmA7XG5cbmV4cG9ydCBjb25zdCBsb2FkaW5nSW5kaWNhdG9yQ1NTID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICB7XG4gICAgaXNGb2N1c2VkLFxuICAgIHNpemUsXG4gICAgdGhlbWU6IHtcbiAgICAgIGNvbG9ycyxcbiAgICAgIHNwYWNpbmc6IHsgYmFzZVVuaXQgfSxcbiAgICB9LFxuICB9OiBMb2FkaW5nSW5kaWNhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD4sXG4gIHVuc3R5bGVkOiBib29sZWFuXG4pOiBDU1NPYmplY3RXaXRoTGFiZWwgPT4gKHtcbiAgbGFiZWw6ICdsb2FkaW5nSW5kaWNhdG9yJyxcbiAgZGlzcGxheTogJ2ZsZXgnLFxuICB0cmFuc2l0aW9uOiAnY29sb3IgMTUwbXMnLFxuICBhbGlnblNlbGY6ICdjZW50ZXInLFxuICBmb250U2l6ZTogc2l6ZSxcbiAgbGluZUhlaWdodDogMSxcbiAgbWFyZ2luUmlnaHQ6IHNpemUsXG4gIHRleHRBbGlnbjogJ2NlbnRlcicsXG4gIHZlcnRpY2FsQWxpZ246ICdtaWRkbGUnLFxuICAuLi4odW5zdHlsZWRcbiAgICA/IHt9XG4gICAgOiB7XG4gICAgICAgIGNvbG9yOiBpc0ZvY3VzZWQgPyBjb2xvcnMubmV1dHJhbDYwIDogY29sb3JzLm5ldXRyYWwyMCxcbiAgICAgICAgcGFkZGluZzogYmFzZVVuaXQgKiAyLFxuICAgICAgfSksXG59KTtcblxuaW50ZXJmYWNlIExvYWRpbmdEb3RQcm9wcyB7XG4gIGRlbGF5OiBudW1iZXI7XG4gIG9mZnNldDogYm9vbGVhbjtcbn1cbmNvbnN0IExvYWRpbmdEb3QgPSAoeyBkZWxheSwgb2Zmc2V0IH06IExvYWRpbmdEb3RQcm9wcykgPT4gKFxuICA8c3BhblxuICAgIGNzcz17e1xuICAgICAgYW5pbWF0aW9uOiBgJHtsb2FkaW5nRG90QW5pbWF0aW9uc30gMXMgZWFzZS1pbi1vdXQgJHtkZWxheX1tcyBpbmZpbml0ZTtgLFxuICAgICAgYmFja2dyb3VuZENvbG9yOiAnY3VycmVudENvbG9yJyxcbiAgICAgIGJvcmRlclJhZGl1czogJzFlbScsXG4gICAgICBkaXNwbGF5OiAnaW5saW5lLWJsb2NrJyxcbiAgICAgIG1hcmdpbkxlZnQ6IG9mZnNldCA/ICcxZW0nIDogdW5kZWZpbmVkLFxuICAgICAgaGVpZ2h0OiAnMWVtJyxcbiAgICAgIHZlcnRpY2FsQWxpZ246ICd0b3AnLFxuICAgICAgd2lkdGg6ICcxZW0nLFxuICAgIH19XG4gIC8+XG4pO1xuXG5leHBvcnQgaW50ZXJmYWNlIExvYWRpbmdJbmRpY2F0b3JQcm9wczxcbiAgT3B0aW9uID0gdW5rbm93bixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4gPSBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+ID0gR3JvdXBCYXNlPE9wdGlvbj5cbj4gZXh0ZW5kcyBDb21tb25Qcm9wc0FuZENsYXNzTmFtZTxPcHRpb24sIElzTXVsdGksIEdyb3VwPiB7XG4gIC8qKiBQcm9wcyB0aGF0IHdpbGwgYmUgcGFzc2VkIG9uIHRvIHRoZSBjaGlsZHJlbi4gKi9cbiAgaW5uZXJQcm9wczogSlNYLkludHJpbnNpY0VsZW1lbnRzWydkaXYnXTtcbiAgLyoqIFRoZSBmb2N1c2VkIHN0YXRlIG9mIHRoZSBzZWxlY3QuICovXG4gIGlzRm9jdXNlZDogYm9vbGVhbjtcbiAgaXNEaXNhYmxlZDogYm9vbGVhbjtcbiAgLyoqIFNldCBzaXplIG9mIHRoZSBjb250YWluZXIuICovXG4gIHNpemU6IG51bWJlcjtcbn1cbmV4cG9ydCBjb25zdCBMb2FkaW5nSW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KHtcbiAgaW5uZXJQcm9wcyxcbiAgaXNSdGwsXG4gIHNpemUgPSA0LFxuICAuLi5yZXN0UHJvcHNcbn06IExvYWRpbmdJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPikgPT4ge1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKFxuICAgICAgICB7IC4uLnJlc3RQcm9wcywgaW5uZXJQcm9wcywgaXNSdGwsIHNpemUgfSxcbiAgICAgICAgJ2xvYWRpbmdJbmRpY2F0b3InLFxuICAgICAgICB7XG4gICAgICAgICAgaW5kaWNhdG9yOiB0cnVlLFxuICAgICAgICAgICdsb2FkaW5nLWluZGljYXRvcic6IHRydWUsXG4gICAgICAgIH1cbiAgICAgICl9XG4gICAgICB7Li4uaW5uZXJQcm9wc31cbiAgICA+XG4gICAgICA8TG9hZGluZ0RvdCBkZWxheT17MH0gb2Zmc2V0PXtpc1J0bH0gLz5cbiAgICAgIDxMb2FkaW5nRG90IGRlbGF5PXsxNjB9IG9mZnNldCAvPlxuICAgICAgPExvYWRpbmdEb3QgZGVsYXk9ezMyMH0gb2Zmc2V0PXshaXNSdGx9IC8+XG4gICAgPC9kaXY+XG4gICk7XG59O1xuIl19 */")})},z3=function(t){var n=t.innerProps,r=t.isRtl,o=t.size,s=o===void 0?4:o,i=Gt(t,k3);return $("div",te({},Re(q(q({},i),{},{innerProps:n,isRtl:r,size:s}),"loadingIndicator",{indicator:!0,"loading-indicator":!0}),n),$(ta,{delay:0,offset:r}),$(ta,{delay:160,offset:!0}),$(ta,{delay:320,offset:!r}))},Y3=function(t,n){var r=t.isDisabled,o=t.isFocused,s=t.theme,i=s.colors,a=s.borderRadius,c=s.spacing;return q({label:"control",alignItems:"center",cursor:"default",display:"flex",flexWrap:"wrap",justifyContent:"space-between",minHeight:c.controlHeight,outline:"0 !important",position:"relative",transition:"all 100ms"},n?{}:{backgroundColor:r?i.neutral5:i.neutral0,borderColor:r?i.neutral10:o?i.primary:i.neutral20,borderRadius:a,borderStyle:"solid",borderWidth:1,boxShadow:o?"0 0 0 1px ".concat(i.primary):void 0,"&:hover":{borderColor:o?i.primary:i.neutral30}})},J3=function(t){var n=t.children,r=t.isDisabled,o=t.isFocused,s=t.innerRef,i=t.innerProps,a=t.menuIsOpen;return $("div",te({ref:s},Re(t,"control",{control:!0,"control--is-disabled":r,"control--is-focused":o,"control--menu-is-open":a}),i,{"aria-disabled":r||void 0}),n)},U3=J3,Q3=["data"],q3=function(t,n){var r=t.theme.spacing;return n?{}:{paddingBottom:r.baseUnit*2,paddingTop:r.baseUnit*2}},$3=function(t){var n=t.children,r=t.cx,o=t.getStyles,s=t.getClassNames,i=t.Heading,a=t.headingProps,c=t.innerProps,l=t.label,u=t.theme,b=t.selectProps;return $("div",te({},Re(t,"group",{group:!0}),c),$(i,te({},a,{selectProps:b,theme:u,getStyles:o,getClassNames:s,cx:r}),l),$("div",null,n))},K3=function(t,n){var r=t.theme,o=r.colors,s=r.spacing;return q({label:"group",cursor:"default",display:"block"},n?{}:{color:o.neutral40,fontSize:"75%",fontWeight:500,marginBottom:"0.25em",paddingLeft:s.baseUnit*3,paddingRight:s.baseUnit*3,textTransform:"uppercase"})},eI=function(t){var n=Ed(t);n.data;var r=Gt(n,Q3);return $("div",te({},Re(t,"groupHeading",{"group-heading":!0}),r))},tI=$3,nI=["innerRef","isDisabled","isHidden","inputClassName"],rI=function(t,n){var r=t.isDisabled,o=t.value,s=t.theme,i=s.spacing,a=s.colors;return q(q({visibility:r?"hidden":"visible",transform:o?"translateZ(0)":""},oI),n?{}:{margin:i.baseUnit/2,paddingBottom:i.baseUnit/2,paddingTop:i.baseUnit/2,color:a.neutral80})},Dd={gridArea:"1 / 2",font:"inherit",minWidth:"2px",border:0,margin:0,outline:0,padding:0},oI={flex:"1 1 auto",display:"inline-grid",gridArea:"1 / 1 / 2 / 3",gridTemplateColumns:"0 min-content","&:after":q({content:'attr(data-value) " "',visibility:"hidden",whiteSpace:"pre"},Dd)},sI=function(t){return q({label:"input",color:"inherit",background:0,opacity:t?0:1,width:"100%"},Dd)},iI=function(t){var n=t.cx,r=t.value,o=Ed(t),s=o.innerRef,i=o.isDisabled,a=o.isHidden,c=o.inputClassName,l=Gt(o,nI);return $("div",te({},Re(t,"input",{"input-container":!0}),{"data-value":r||""}),$("input",te({className:n({input:!0},c),ref:s,style:sI(a),disabled:i},l)))},aI=iI,cI=function(t,n){var r=t.theme,o=r.spacing,s=r.borderRadius,i=r.colors;return q({label:"multiValue",display:"flex",minWidth:0},n?{}:{backgroundColor:i.neutral10,borderRadius:s/2,margin:o.baseUnit/2})},lI=function(t,n){var r=t.theme,o=r.borderRadius,s=r.colors,i=t.cropWithEllipsis;return q({overflow:"hidden",textOverflow:i||i===void 0?"ellipsis":void 0,whiteSpace:"nowrap"},n?{}:{borderRadius:o/2,color:s.neutral80,fontSize:"85%",padding:3,paddingLeft:6})},uI=function(t,n){var r=t.theme,o=r.spacing,s=r.borderRadius,i=r.colors,a=t.isFocused;return q({alignItems:"center",display:"flex"},n?{}:{borderRadius:s/2,backgroundColor:a?i.dangerLight:void 0,paddingLeft:o.baseUnit,paddingRight:o.baseUnit,":hover":{backgroundColor:i.dangerLight,color:i.danger}})},kd=function(t){var n=t.children,r=t.innerProps;return $("div",r,n)},dI=kd,fI=kd;function pI(e){var t=e.children,n=e.innerProps;return $("div",te({role:"button"},n),t||$(ea,{size:14}))}var hI=function(t){var n=t.children,r=t.components,o=t.data,s=t.innerProps,i=t.isDisabled,a=t.removeProps,c=t.selectProps,l=r.Container,u=r.Label,b=r.Remove;return $(l,{data:o,innerProps:q(q({},Re(t,"multiValue",{"multi-value":!0,"multi-value--is-disabled":i})),s),selectProps:c},$(u,{data:o,innerProps:q({},Re(t,"multiValueLabel",{"multi-value__label":!0})),selectProps:c},n),$(b,{data:o,innerProps:q(q({},Re(t,"multiValueRemove",{"multi-value__remove":!0})),{},{"aria-label":"Remove ".concat(n||"option")},a),selectProps:c}))},gI=hI,mI=function(t,n){var r=t.isDisabled,o=t.isFocused,s=t.isSelected,i=t.theme,a=i.spacing,c=i.colors;return q({label:"option",cursor:"default",display:"block",fontSize:"inherit",width:"100%",userSelect:"none",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)"},n?{}:{backgroundColor:s?c.primary:o?c.primary25:"transparent",color:r?c.neutral20:s?c.neutral0:"inherit",padding:"".concat(a.baseUnit*2,"px ").concat(a.baseUnit*3,"px"),":active":{backgroundColor:r?void 0:s?c.primary:c.primary50}})},bI=function(t){var n=t.children,r=t.isDisabled,o=t.isFocused,s=t.isSelected,i=t.innerRef,a=t.innerProps;return $("div",te({},Re(t,"option",{option:!0,"option--is-disabled":r,"option--is-focused":o,"option--is-selected":s}),{ref:i,"aria-disabled":r},a),n)},yI=bI,vI=function(t,n){var r=t.theme,o=r.spacing,s=r.colors;return q({label:"placeholder",gridArea:"1 / 1 / 2 / 3"},n?{}:{color:s.neutral50,marginLeft:o.baseUnit/2,marginRight:o.baseUnit/2})},CI=function(t){var n=t.children,r=t.innerProps;return $("div",te({},Re(t,"placeholder",{placeholder:!0}),r),n)},II=CI,EI=function(t,n){var r=t.isDisabled,o=t.theme,s=o.spacing,i=o.colors;return q({label:"singleValue",gridArea:"1 / 1 / 2 / 3",maxWidth:"100%",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},n?{}:{color:r?i.neutral40:i.neutral80,marginLeft:s.baseUnit/2,marginRight:s.baseUnit/2})},xI=function(t){var n=t.children,r=t.isDisabled,o=t.innerProps;return $("div",te({},Re(t,"singleValue",{"single-value":!0,"single-value--is-disabled":r}),o),n)},wI=xI,Kt={ClearIndicator:V3,Control:U3,DropdownIndicator:G3,DownChevron:Fd,CrossIcon:ea,Group:tI,GroupHeading:eI,IndicatorsContainer:N3,IndicatorSeparator:W3,Input:aI,LoadingIndicator:z3,Menu:v3,MenuList:I3,MenuPortal:S3,LoadingMessage:A3,NoOptionsMessage:w3,MultiValue:gI,MultiValueContainer:dI,MultiValueLabel:fI,MultiValueRemove:pI,Option:yI,Placeholder:II,SelectContainer:O3,SingleValue:wI,ValueContainer:R3},AI=function(t){return q(q({},Kt),t.components)},Pd=Number.isNaN||function(t){return typeof t=="number"&&t!==t};function TI(e,t){return!!(e===t||Pd(e)&&Pd(t))}function SI(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(!TI(e[n],t[n]))return!1;return!0}function _I(e,t){t===void 0&&(t=SI);var n=null;function r(){for(var o=[],s=0;s<arguments.length;s++)o[s]=arguments[s];if(n&&n.lastThis===this&&t(o,n.lastArgs))return n.lastResult;var i=e.apply(this,o);return n={lastResult:i,lastArgs:o,lastThis:this},i}return r.clear=function(){n=null},r}function OI(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}for(var LI=process.env.NODE_ENV==="production"?{name:"7pg0cj-a11yText",styles:"label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap"}:{name:"1f43avz-a11yText-A11yText",styles:"label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap;label:A11yText;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkExMXlUZXh0LnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFNSSIsImZpbGUiOiJBMTF5VGV4dC50c3giLCJzb3VyY2VzQ29udGVudCI6WyIvKiogQGpzeCBqc3ggKi9cbmltcG9ydCB7IGpzeCB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuLy8gQXNzaXN0aXZlIHRleHQgdG8gZGVzY3JpYmUgdmlzdWFsIGVsZW1lbnRzLiBIaWRkZW4gZm9yIHNpZ2h0ZWQgdXNlcnMuXG5jb25zdCBBMTF5VGV4dCA9IChwcm9wczogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzcGFuJ10pID0+IChcbiAgPHNwYW5cbiAgICBjc3M9e3tcbiAgICAgIGxhYmVsOiAnYTExeVRleHQnLFxuICAgICAgekluZGV4OiA5OTk5LFxuICAgICAgYm9yZGVyOiAwLFxuICAgICAgY2xpcDogJ3JlY3QoMXB4LCAxcHgsIDFweCwgMXB4KScsXG4gICAgICBoZWlnaHQ6IDEsXG4gICAgICB3aWR0aDogMSxcbiAgICAgIHBvc2l0aW9uOiAnYWJzb2x1dGUnLFxuICAgICAgb3ZlcmZsb3c6ICdoaWRkZW4nLFxuICAgICAgcGFkZGluZzogMCxcbiAgICAgIHdoaXRlU3BhY2U6ICdub3dyYXAnLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IGRlZmF1bHQgQTExeVRleHQ7XG4iXX0= */",toString:OI},RI=function(t){return $("span",te({css:LI},t))},Md=RI,FI={guidance:function(t){var n=t.isSearchable,r=t.isMulti,o=t.tabSelectsValue,s=t.context,i=t.isInitialFocus;switch(s){case"menu":return"Use Up and Down to choose options, press Enter to select the currently focused option, press Escape to exit the menu".concat(o?", press Tab to select the option and exit the menu":"",".");case"input":return i?"".concat(t["aria-label"]||"Select"," is focused ").concat(n?",type to refine list":"",", press Down to open the menu, ").concat(r?" press left to focus selected values":""):"";case"value":return"Use left and right to toggle between focused values, press Backspace to remove the currently focused value";default:return""}},onChange:function(t){var n=t.action,r=t.label,o=r===void 0?"":r,s=t.labels,i=t.isDisabled;switch(n){case"deselect-option":case"pop-value":case"remove-value":return"option ".concat(o,", deselected.");case"clear":return"All selected options have been cleared.";case"initial-input-focus":return"option".concat(s.length>1?"s":""," ").concat(s.join(","),", selected.");case"select-option":return i?"option ".concat(o," is disabled. Select another option."):"option ".concat(o,", selected.");default:return""}},onFocus:function(t){var n=t.context,r=t.focused,o=t.options,s=t.label,i=s===void 0?"":s,a=t.selectValue,c=t.isDisabled,l=t.isSelected,u=t.isAppleDevice,b=function(p,d){return p&&p.length?"".concat(p.indexOf(d)+1," of ").concat(p.length):""};if(n==="value"&&a)return"value ".concat(i," focused, ").concat(b(a,r),".");if(n==="menu"&&u){var y=c?" disabled":"",C="".concat(l?" selected":"").concat(y);return"".concat(i).concat(C,", ").concat(b(o,r),".")}return""},onFilter:function(t){var n=t.inputValue,r=t.resultsMessage;return"".concat(r).concat(n?" for search term "+n:"",".")}},NI=function(t){var n=t.ariaSelection,r=t.focusedOption,o=t.focusedValue,s=t.focusableOptions,i=t.isFocused,a=t.selectValue,c=t.selectProps,l=t.id,u=t.isAppleDevice,b=c.ariaLiveMessages,y=c.getOptionLabel,C=c.inputValue,h=c.isMulti,p=c.isOptionDisabled,d=c.isSearchable,f=c.menuIsOpen,m=c.options,g=c.screenReaderStatus,I=c.tabSelectsValue,v=c.isLoading,w=c["aria-label"],A=c["aria-live"],T=S.useMemo(function(){return q(q({},FI),b||{})},[b]),O=S.useMemo(function(){var z="";if(n&&T.onChange){var W=n.option,X=n.options,Z=n.removedValue,Q=n.removedValues,se=n.value,ae=function(me){return Array.isArray(me)?null:me},M=Z||W||ae(se),Y=M?y(M):"",K=X||Q||void 0,U=K?K.map(y):[],ce=q({isDisabled:M&&p(M,a),label:Y,labels:U},n);z=T.onChange(ce)}return z},[n,T,p,a,y]),N=S.useMemo(function(){var z="",W=r||o,X=!!(r&&a&&a.includes(r));if(W&&T.onFocus){var Z={focused:W,label:y(W),isDisabled:p(W,a),isSelected:X,options:s,context:W===r?"menu":"value",selectValue:a,isAppleDevice:u};z=T.onFocus(Z)}return z},[r,o,y,p,T,s,a,u]),F=S.useMemo(function(){var z="";if(f&&m.length&&!v&&T.onFilter){var W=g({count:s.length});z=T.onFilter({inputValue:C,resultsMessage:W})}return z},[s,C,f,T,m,g,v]),k=(n==null?void 0:n.action)==="initial-input-focus",D=S.useMemo(function(){var z="";if(T.guidance){var W=o?"value":f?"menu":"input";z=T.guidance({"aria-label":w,context:W,isDisabled:r&&p(r,a),isMulti:h,isSearchable:d,tabSelectsValue:I,isInitialFocus:k})}return z},[w,r,o,h,p,d,f,T,a,I,k]),G=$(S.Fragment,null,$("span",{id:"aria-selection"},O),$("span",{id:"aria-focused"},N),$("span",{id:"aria-results"},F),$("span",{id:"aria-guidance"},D));return $(S.Fragment,null,$(Md,{id:l},k&&G),$(Md,{"aria-live":A,"aria-atomic":"false","aria-relevant":"additions text",role:"log"},i&&!k&&G))},DI=NI,na=[{base:"A",letters:"AⒶAÀÁÂẦẤẪẨÃĀĂẰẮẴẲȦǠÄǞẢÅǺǍȀȂẠẬẶḀĄȺⱯ"},{base:"AA",letters:"Ꜳ"},{base:"AE",letters:"ÆǼǢ"},{base:"AO",letters:"Ꜵ"},{base:"AU",letters:"Ꜷ"},{base:"AV",letters:"ꜸꜺ"},{base:"AY",letters:"Ꜽ"},{base:"B",letters:"BⒷBḂḄḆɃƂƁ"},{base:"C",letters:"CⒸCĆĈĊČÇḈƇȻꜾ"},{base:"D",letters:"DⒹDḊĎḌḐḒḎĐƋƊƉꝹ"},{base:"DZ",letters:"DZDŽ"},{base:"Dz",letters:"DzDž"},{base:"E",letters:"EⒺEÈÉÊỀẾỄỂẼĒḔḖĔĖËẺĚȄȆẸỆȨḜĘḘḚƐƎ"},{base:"F",letters:"FⒻFḞƑꝻ"},{base:"G",letters:"GⒼGǴĜḠĞĠǦĢǤƓꞠꝽꝾ"},{base:"H",letters:"HⒽHĤḢḦȞḤḨḪĦⱧⱵꞍ"},{base:"I",letters:"IⒾIÌÍÎĨĪĬİÏḮỈǏȈȊỊĮḬƗ"},{base:"J",letters:"JⒿJĴɈ"},{base:"K",letters:"KⓀKḰǨḲĶḴƘⱩꝀꝂꝄꞢ"},{base:"L",letters:"LⓁLĿĹĽḶḸĻḼḺŁȽⱢⱠꝈꝆꞀ"},{base:"LJ",letters:"LJ"},{base:"Lj",letters:"Lj"},{base:"M",letters:"MⓂMḾṀṂⱮƜ"},{base:"N",letters:"NⓃNǸŃÑṄŇṆŅṊṈȠƝꞐꞤ"},{base:"NJ",letters:"NJ"},{base:"Nj",letters:"Nj"},{base:"O",letters:"OⓄOÒÓÔỒỐỖỔÕṌȬṎŌṐṒŎȮȰÖȪỎŐǑȌȎƠỜỚỠỞỢỌỘǪǬØǾƆƟꝊꝌ"},{base:"OI",letters:"Ƣ"},{base:"OO",letters:"Ꝏ"},{base:"OU",letters:"Ȣ"},{base:"P",letters:"PⓅPṔṖƤⱣꝐꝒꝔ"},{base:"Q",letters:"QⓆQꝖꝘɊ"},{base:"R",letters:"RⓇRŔṘŘȐȒṚṜŖṞɌⱤꝚꞦꞂ"},{base:"S",letters:"SⓈSẞŚṤŜṠŠṦṢṨȘŞⱾꞨꞄ"},{base:"T",letters:"TⓉTṪŤṬȚŢṰṮŦƬƮȾꞆ"},{base:"TZ",letters:"Ꜩ"},{base:"U",letters:"UⓊUÙÚÛŨṸŪṺŬÜǛǗǕǙỦŮŰǓȔȖƯỪỨỮỬỰỤṲŲṶṴɄ"},{base:"V",letters:"VⓋVṼṾƲꝞɅ"},{base:"VY",letters:"Ꝡ"},{base:"W",letters:"WⓌWẀẂŴẆẄẈⱲ"},{base:"X",letters:"XⓍXẊẌ"},{base:"Y",letters:"YⓎYỲÝŶỸȲẎŸỶỴƳɎỾ"},{base:"Z",letters:"ZⓏZŹẐŻŽẒẔƵȤⱿⱫꝢ"},{base:"a",letters:"aⓐaẚàáâầấẫẩãāăằắẵẳȧǡäǟảåǻǎȁȃạậặḁąⱥɐ"},{base:"aa",letters:"ꜳ"},{base:"ae",letters:"æǽǣ"},{base:"ao",letters:"ꜵ"},{base:"au",letters:"ꜷ"},{base:"av",letters:"ꜹꜻ"},{base:"ay",letters:"ꜽ"},{base:"b",letters:"bⓑbḃḅḇƀƃɓ"},{base:"c",letters:"cⓒcćĉċčçḉƈȼꜿↄ"},{base:"d",letters:"dⓓdḋďḍḑḓḏđƌɖɗꝺ"},{base:"dz",letters:"dzdž"},{base:"e",letters:"eⓔeèéêềếễểẽēḕḗĕėëẻěȅȇẹệȩḝęḙḛɇɛǝ"},{base:"f",letters:"fⓕfḟƒꝼ"},{base:"g",letters:"gⓖgǵĝḡğġǧģǥɠꞡᵹꝿ"},{base:"h",letters:"hⓗhĥḣḧȟḥḩḫẖħⱨⱶɥ"},{base:"hv",letters:"ƕ"},{base:"i",letters:"iⓘiìíîĩīĭïḯỉǐȉȋịįḭɨı"},{base:"j",letters:"jⓙjĵǰɉ"},{base:"k",letters:"kⓚkḱǩḳķḵƙⱪꝁꝃꝅꞣ"},{base:"l",letters:"lⓛlŀĺľḷḹļḽḻſłƚɫⱡꝉꞁꝇ"},{base:"lj",letters:"lj"},{base:"m",letters:"mⓜmḿṁṃɱɯ"},{base:"n",letters:"nⓝnǹńñṅňṇņṋṉƞɲʼnꞑꞥ"},{base:"nj",letters:"nj"},{base:"o",letters:"oⓞoòóôồốỗổõṍȭṏōṑṓŏȯȱöȫỏőǒȍȏơờớỡởợọộǫǭøǿɔꝋꝍɵ"},{base:"oi",letters:"ƣ"},{base:"ou",letters:"ȣ"},{base:"oo",letters:"ꝏ"},{base:"p",letters:"pⓟpṕṗƥᵽꝑꝓꝕ"},{base:"q",letters:"qⓠqɋꝗꝙ"},{base:"r",letters:"rⓡrŕṙřȑȓṛṝŗṟɍɽꝛꞧꞃ"},{base:"s",letters:"sⓢsßśṥŝṡšṧṣṩșşȿꞩꞅẛ"},{base:"t",letters:"tⓣtṫẗťṭțţṱṯŧƭʈⱦꞇ"},{base:"tz",letters:"ꜩ"},{base:"u",letters:"uⓤuùúûũṹūṻŭüǜǘǖǚủůűǔȕȗưừứữửựụṳųṷṵʉ"},{base:"v",letters:"vⓥvṽṿʋꝟʌ"},{base:"vy",letters:"ꝡ"},{base:"w",letters:"wⓦwẁẃŵẇẅẘẉⱳ"},{base:"x",letters:"xⓧxẋẍ"},{base:"y",letters:"yⓨyỳýŷỹȳẏÿỷẙỵƴɏỿ"},{base:"z",letters:"zⓩzźẑżžẓẕƶȥɀⱬꝣ"}],kI=new RegExp("["+na.map(function(e){return e.letters}).join("")+"]","g"),Bd={},ra=0;ra<na.length;ra++)for(var oa=na[ra],sa=0;sa<oa.letters.length;sa++)Bd[oa.letters[sa]]=oa.base;var Gd=function(t){return t.replace(kI,function(n){return Bd[n]})},PI=_I(Gd),jd=function(t){return t.replace(/^\s+|\s+$/g,"")},MI=function(t){return"".concat(t.label," ").concat(t.value)},BI=function(t){return function(n,r){if(n.data.__isNew__)return!0;var o=q({ignoreCase:!0,ignoreAccents:!0,stringify:MI,trim:!0,matchFrom:"any"},t),s=o.ignoreCase,i=o.ignoreAccents,a=o.stringify,c=o.trim,l=o.matchFrom,u=c?jd(r):r,b=c?jd(a(n)):a(n);return s&&(u=u.toLowerCase(),b=b.toLowerCase()),i&&(u=PI(u),b=Gd(b)),l==="start"?b.substr(0,u.length)===u:b.indexOf(u)>-1}},GI=["innerRef"];function jI(e){var t=e.innerRef,n=Gt(e,GI),r=d3(n,"onExited","in","enter","exit","appear");return $("input",te({ref:t},r,{css:Ji({label:"dummyInput",background:0,border:0,caretColor:"transparent",fontSize:"inherit",gridArea:"1 / 1 / 2 / 3",outline:0,padding:0,width:1,color:"transparent",left:-100,opacity:0,position:"relative",transform:"scale(.01)"},process.env.NODE_ENV==="production"?"":";label:DummyInput;",process.env.NODE_ENV==="production"?"":"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkR1bW15SW5wdXQudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXlCTSIsImZpbGUiOiJEdW1teUlucHV0LnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgUmVmIH0gZnJvbSAncmVhY3QnO1xuaW1wb3J0IHsganN4IH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuaW1wb3J0IHsgcmVtb3ZlUHJvcHMgfSBmcm9tICcuLi91dGlscyc7XG5cbmV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uIER1bW15SW5wdXQoe1xuICBpbm5lclJlZixcbiAgLi4ucHJvcHNcbn06IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snaW5wdXQnXSAmIHtcbiAgcmVhZG9ubHkgaW5uZXJSZWY6IFJlZjxIVE1MSW5wdXRFbGVtZW50Pjtcbn0pIHtcbiAgLy8gUmVtb3ZlIGFuaW1hdGlvbiBwcm9wcyBub3QgbWVhbnQgZm9yIEhUTUwgZWxlbWVudHNcbiAgY29uc3QgZmlsdGVyZWRQcm9wcyA9IHJlbW92ZVByb3BzKFxuICAgIHByb3BzLFxuICAgICdvbkV4aXRlZCcsXG4gICAgJ2luJyxcbiAgICAnZW50ZXInLFxuICAgICdleGl0JyxcbiAgICAnYXBwZWFyJ1xuICApO1xuXG4gIHJldHVybiAoXG4gICAgPGlucHV0XG4gICAgICByZWY9e2lubmVyUmVmfVxuICAgICAgey4uLmZpbHRlcmVkUHJvcHN9XG4gICAgICBjc3M9e3tcbiAgICAgICAgbGFiZWw6ICdkdW1teUlucHV0JyxcbiAgICAgICAgLy8gZ2V0IHJpZCBvZiBhbnkgZGVmYXVsdCBzdHlsZXNcbiAgICAgICAgYmFja2dyb3VuZDogMCxcbiAgICAgICAgYm9yZGVyOiAwLFxuICAgICAgICAvLyBpbXBvcnRhbnQhIHRoaXMgaGlkZXMgdGhlIGZsYXNoaW5nIGN1cnNvclxuICAgICAgICBjYXJldENvbG9yOiAndHJhbnNwYXJlbnQnLFxuICAgICAgICBmb250U2l6ZTogJ2luaGVyaXQnLFxuICAgICAgICBncmlkQXJlYTogJzEgLyAxIC8gMiAvIDMnLFxuICAgICAgICBvdXRsaW5lOiAwLFxuICAgICAgICBwYWRkaW5nOiAwLFxuICAgICAgICAvLyBpbXBvcnRhbnQhIHdpdGhvdXQgYHdpZHRoYCBicm93c2VycyB3b24ndCBhbGxvdyBmb2N1c1xuICAgICAgICB3aWR0aDogMSxcblxuICAgICAgICAvLyByZW1vdmUgY3Vyc29yIG9uIGRlc2t0b3BcbiAgICAgICAgY29sb3I6ICd0cmFuc3BhcmVudCcsXG5cbiAgICAgICAgLy8gcmVtb3ZlIGN1cnNvciBvbiBtb2JpbGUgd2hpbHN0IG1haW50YWluaW5nIFwic2Nyb2xsIGludG8gdmlld1wiIGJlaGF2aW91clxuICAgICAgICBsZWZ0OiAtMTAwLFxuICAgICAgICBvcGFjaXR5OiAwLFxuICAgICAgICBwb3NpdGlvbjogJ3JlbGF0aXZlJyxcbiAgICAgICAgdHJhbnNmb3JtOiAnc2NhbGUoLjAxKScsXG4gICAgICB9fVxuICAgIC8+XG4gICk7XG59XG4iXX0= */")}))}var VI=function(t){t.cancelable&&t.preventDefault(),t.stopPropagation()};function HI(e){var t=e.isEnabled,n=e.onBottomArrive,r=e.onBottomLeave,o=e.onTopArrive,s=e.onTopLeave,i=S.useRef(!1),a=S.useRef(!1),c=S.useRef(0),l=S.useRef(null),u=S.useCallback(function(d,f){if(l.current!==null){var m=l.current,g=m.scrollTop,I=m.scrollHeight,v=m.clientHeight,w=l.current,A=f>0,T=I-v-g,O=!1;T>f&&i.current&&(r&&r(d),i.current=!1),A&&a.current&&(s&&s(d),a.current=!1),A&&f>T?(n&&!i.current&&n(d),w.scrollTop=I,O=!0,i.current=!0):!A&&-f>g&&(o&&!a.current&&o(d),w.scrollTop=0,O=!0,a.current=!0),O&&VI(d)}},[n,r,o,s]),b=S.useCallback(function(d){u(d,d.deltaY)},[u]),y=S.useCallback(function(d){c.current=d.changedTouches[0].clientY},[]),C=S.useCallback(function(d){var f=c.current-d.changedTouches[0].clientY;u(d,f)},[u]),h=S.useCallback(function(d){if(d){var f=c3?{passive:!1}:!1;d.addEventListener("wheel",b,f),d.addEventListener("touchstart",y,f),d.addEventListener("touchmove",C,f)}},[C,y,b]),p=S.useCallback(function(d){d&&(d.removeEventListener("wheel",b,!1),d.removeEventListener("touchstart",y,!1),d.removeEventListener("touchmove",C,!1))},[C,y,b]);return S.useEffect(function(){if(t){var d=l.current;return h(d),function(){p(d)}}},[t,h,p]),function(d){l.current=d}}var Vd=["boxSizing","height","overflow","paddingRight","position"],Hd={boxSizing:"border-box",overflow:"hidden",position:"relative",height:"100%"};function Wd(e){e.preventDefault()}function Zd(e){e.stopPropagation()}function Xd(){var e=this.scrollTop,t=this.scrollHeight,n=e+this.offsetHeight;e===0?this.scrollTop=1:n===t&&(this.scrollTop=e-1)}function zd(){return"ontouchstart"in window||navigator.maxTouchPoints}var Yd=!!(typeof window<"u"&&window.document&&window.document.createElement),$r=0,lr={capture:!1,passive:!1};function WI(e){var t=e.isEnabled,n=e.accountForScrollbars,r=n===void 0?!0:n,o=S.useRef({}),s=S.useRef(null),i=S.useCallback(function(c){if(Yd){var l=document.body,u=l&&l.style;if(r&&Vd.forEach(function(h){var p=u&&u[h];o.current[h]=p}),r&&$r<1){var b=parseInt(o.current.paddingRight,10)||0,y=document.body?document.body.clientWidth:0,C=window.innerWidth-y+b||0;Object.keys(Hd).forEach(function(h){var p=Hd[h];u&&(u[h]=p)}),u&&(u.paddingRight="".concat(C,"px"))}l&&zd()&&(l.addEventListener("touchmove",Wd,lr),c&&(c.addEventListener("touchstart",Xd,lr),c.addEventListener("touchmove",Zd,lr))),$r+=1}},[r]),a=S.useCallback(function(c){if(Yd){var l=document.body,u=l&&l.style;$r=Math.max($r-1,0),r&&$r<1&&Vd.forEach(function(b){var y=o.current[b];u&&(u[b]=y)}),l&&zd()&&(l.removeEventListener("touchmove",Wd,lr),c&&(c.removeEventListener("touchstart",Xd,lr),c.removeEventListener("touchmove",Zd,lr)))}},[r]);return S.useEffect(function(){if(t){var c=s.current;return i(c),function(){a(c)}}},[t,i,a]),function(c){s.current=c}}function ZI(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}var XI=function(t){var n=t.target;return n.ownerDocument.activeElement&&n.ownerDocument.activeElement.blur()},zI=process.env.NODE_ENV==="production"?{name:"1kfdb0e",styles:"position:fixed;left:0;bottom:0;right:0;top:0"}:{name:"bp8cua-ScrollManager",styles:"position:fixed;left:0;bottom:0;right:0;top:0;label:ScrollManager;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIlNjcm9sbE1hbmFnZXIudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQW9EVSIsImZpbGUiOiJTY3JvbGxNYW5hZ2VyLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsganN4IH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuaW1wb3J0IHsgRnJhZ21lbnQsIFJlYWN0RWxlbWVudCwgUmVmQ2FsbGJhY2ssIE1vdXNlRXZlbnQgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgdXNlU2Nyb2xsQ2FwdHVyZSBmcm9tICcuL3VzZVNjcm9sbENhcHR1cmUnO1xuaW1wb3J0IHVzZVNjcm9sbExvY2sgZnJvbSAnLi91c2VTY3JvbGxMb2NrJztcblxuaW50ZXJmYWNlIFByb3BzIHtcbiAgcmVhZG9ubHkgY2hpbGRyZW46IChyZWY6IFJlZkNhbGxiYWNrPEhUTUxFbGVtZW50PikgPT4gUmVhY3RFbGVtZW50O1xuICByZWFkb25seSBsb2NrRW5hYmxlZDogYm9vbGVhbjtcbiAgcmVhZG9ubHkgY2FwdHVyZUVuYWJsZWQ6IGJvb2xlYW47XG4gIHJlYWRvbmx5IG9uQm90dG9tQXJyaXZlPzogKGV2ZW50OiBXaGVlbEV2ZW50IHwgVG91Y2hFdmVudCkgPT4gdm9pZDtcbiAgcmVhZG9ubHkgb25Cb3R0b21MZWF2ZT86IChldmVudDogV2hlZWxFdmVudCB8IFRvdWNoRXZlbnQpID0+IHZvaWQ7XG4gIHJlYWRvbmx5IG9uVG9wQXJyaXZlPzogKGV2ZW50OiBXaGVlbEV2ZW50IHwgVG91Y2hFdmVudCkgPT4gdm9pZDtcbiAgcmVhZG9ubHkgb25Ub3BMZWF2ZT86IChldmVudDogV2hlZWxFdmVudCB8IFRvdWNoRXZlbnQpID0+IHZvaWQ7XG59XG5cbmNvbnN0IGJsdXJTZWxlY3RJbnB1dCA9IChldmVudDogTW91c2VFdmVudDxIVE1MRGl2RWxlbWVudD4pID0+IHtcbiAgY29uc3QgZWxlbWVudCA9IGV2ZW50LnRhcmdldCBhcyBIVE1MRGl2RWxlbWVudDtcbiAgcmV0dXJuIChcbiAgICBlbGVtZW50Lm93bmVyRG9jdW1lbnQuYWN0aXZlRWxlbWVudCAmJlxuICAgIChlbGVtZW50Lm93bmVyRG9jdW1lbnQuYWN0aXZlRWxlbWVudCBhcyBIVE1MRWxlbWVudCkuYmx1cigpXG4gICk7XG59O1xuXG5leHBvcnQgZGVmYXVsdCBmdW5jdGlvbiBTY3JvbGxNYW5hZ2VyKHtcbiAgY2hpbGRyZW4sXG4gIGxvY2tFbmFibGVkLFxuICBjYXB0dXJlRW5hYmxlZCA9IHRydWUsXG4gIG9uQm90dG9tQXJyaXZlLFxuICBvbkJvdHRvbUxlYXZlLFxuICBvblRvcEFycml2ZSxcbiAgb25Ub3BMZWF2ZSxcbn06IFByb3BzKSB7XG4gIGNvbnN0IHNldFNjcm9sbENhcHR1cmVUYXJnZXQgPSB1c2VTY3JvbGxDYXB0dXJlKHtcbiAgICBpc0VuYWJsZWQ6IGNhcHR1cmVFbmFibGVkLFxuICAgIG9uQm90dG9tQXJyaXZlLFxuICAgIG9uQm90dG9tTGVhdmUsXG4gICAgb25Ub3BBcnJpdmUsXG4gICAgb25Ub3BMZWF2ZSxcbiAgfSk7XG4gIGNvbnN0IHNldFNjcm9sbExvY2tUYXJnZXQgPSB1c2VTY3JvbGxMb2NrKHsgaXNFbmFibGVkOiBsb2NrRW5hYmxlZCB9KTtcblxuICBjb25zdCB0YXJnZXRSZWY6IFJlZkNhbGxiYWNrPEhUTUxFbGVtZW50PiA9IChlbGVtZW50KSA9PiB7XG4gICAgc2V0U2Nyb2xsQ2FwdHVyZVRhcmdldChlbGVtZW50KTtcbiAgICBzZXRTY3JvbGxMb2NrVGFyZ2V0KGVsZW1lbnQpO1xuICB9O1xuXG4gIHJldHVybiAoXG4gICAgPEZyYWdtZW50PlxuICAgICAge2xvY2tFbmFibGVkICYmIChcbiAgICAgICAgPGRpdlxuICAgICAgICAgIG9uQ2xpY2s9e2JsdXJTZWxlY3RJbnB1dH1cbiAgICAgICAgICBjc3M9e3sgcG9zaXRpb246ICdmaXhlZCcsIGxlZnQ6IDAsIGJvdHRvbTogMCwgcmlnaHQ6IDAsIHRvcDogMCB9fVxuICAgICAgICAvPlxuICAgICAgKX1cbiAgICAgIHtjaGlsZHJlbih0YXJnZXRSZWYpfVxuICAgIDwvRnJhZ21lbnQ+XG4gICk7XG59XG4iXX0= */",toString:ZI};function YI(e){var t=e.children,n=e.lockEnabled,r=e.captureEnabled,o=r===void 0?!0:r,s=e.onBottomArrive,i=e.onBottomLeave,a=e.onTopArrive,c=e.onTopLeave,l=HI({isEnabled:o,onBottomArrive:s,onBottomLeave:i,onTopArrive:a,onTopLeave:c}),u=WI({isEnabled:n}),b=function(C){l(C),u(C)};return $(S.Fragment,null,n&&$("div",{onClick:XI,css:zI}),t(b))}function JI(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}var UI=process.env.NODE_ENV==="production"?{name:"1a0ro4n-requiredInput",styles:"label:requiredInput;opacity:0;pointer-events:none;position:absolute;bottom:0;left:0;right:0;width:100%"}:{name:"5kkxb2-requiredInput-RequiredInput",styles:"label:requiredInput;opacity:0;pointer-events:none;position:absolute;bottom:0;left:0;right:0;width:100%;label:RequiredInput;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIlJlcXVpcmVkSW5wdXQudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQWNJIiwiZmlsZSI6IlJlcXVpcmVkSW5wdXQudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiLyoqIEBqc3gganN4ICovXG5pbXBvcnQgeyBGb2N1c0V2ZW50SGFuZGxlciwgRnVuY3Rpb25Db21wb25lbnQgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3ggfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmNvbnN0IFJlcXVpcmVkSW5wdXQ6IEZ1bmN0aW9uQ29tcG9uZW50PHtcbiAgcmVhZG9ubHkgbmFtZT86IHN0cmluZztcbiAgcmVhZG9ubHkgb25Gb2N1czogRm9jdXNFdmVudEhhbmRsZXI8SFRNTElucHV0RWxlbWVudD47XG59PiA9ICh7IG5hbWUsIG9uRm9jdXMgfSkgPT4gKFxuICA8aW5wdXRcbiAgICByZXF1aXJlZFxuICAgIG5hbWU9e25hbWV9XG4gICAgdGFiSW5kZXg9ey0xfVxuICAgIGFyaWEtaGlkZGVuPVwidHJ1ZVwiXG4gICAgb25Gb2N1cz17b25Gb2N1c31cbiAgICBjc3M9e3tcbiAgICAgIGxhYmVsOiAncmVxdWlyZWRJbnB1dCcsXG4gICAgICBvcGFjaXR5OiAwLFxuICAgICAgcG9pbnRlckV2ZW50czogJ25vbmUnLFxuICAgICAgcG9zaXRpb246ICdhYnNvbHV0ZScsXG4gICAgICBib3R0b206IDAsXG4gICAgICBsZWZ0OiAwLFxuICAgICAgcmlnaHQ6IDAsXG4gICAgICB3aWR0aDogJzEwMCUnLFxuICAgIH19XG4gICAgLy8gUHJldmVudCBgU3dpdGNoaW5nIGZyb20gdW5jb250cm9sbGVkIHRvIGNvbnRyb2xsZWRgIGVycm9yXG4gICAgdmFsdWU9XCJcIlxuICAgIG9uQ2hhbmdlPXsoKSA9PiB7fX1cbiAgLz5cbik7XG5cbmV4cG9ydCBkZWZhdWx0IFJlcXVpcmVkSW5wdXQ7XG4iXX0= */",toString:JI},QI=function(t){var n=t.name,r=t.onFocus;return $("input",{required:!0,name:n,tabIndex:-1,"aria-hidden":"true",onFocus:r,css:UI,value:"",onChange:function(){}})},qI=QI;function ia(e){var t;return typeof window<"u"&&window.navigator!=null?e.test(((t=window.navigator.userAgentData)===null||t===void 0?void 0:t.platform)||window.navigator.platform):!1}function $I(){return ia(/^iPhone/i)}function Jd(){return ia(/^Mac/i)}function KI(){return ia(/^iPad/i)||Jd()&&navigator.maxTouchPoints>1}function eE(){return $I()||KI()}function tE(){return Jd()||eE()}var nE=function(t){return t.label},rE=function(t){return t.label},oE=function(t){return t.value},sE=function(t){return!!t.isDisabled},iE={clearIndicator:j3,container:_3,control:Y3,dropdownIndicator:B3,group:q3,groupHeading:K3,indicatorsContainer:F3,indicatorSeparator:H3,input:rI,loadingIndicator:X3,loadingMessage:x3,menu:m3,menuList:C3,menuPortal:T3,multiValue:cI,multiValueLabel:lI,multiValueRemove:uI,noOptionsMessage:E3,option:mI,placeholder:vI,singleValue:EI,valueContainer:L3},aE={primary:"#2684FF",primary75:"#4C9AFF",primary50:"#B2D4FF",primary25:"#DEEBFF",danger:"#DE350B",dangerLight:"#FFBDAD",neutral0:"hsl(0, 0%, 100%)",neutral5:"hsl(0, 0%, 95%)",neutral10:"hsl(0, 0%, 90%)",neutral20:"hsl(0, 0%, 80%)",neutral30:"hsl(0, 0%, 70%)",neutral40:"hsl(0, 0%, 60%)",neutral50:"hsl(0, 0%, 50%)",neutral60:"hsl(0, 0%, 40%)",neutral70:"hsl(0, 0%, 30%)",neutral80:"hsl(0, 0%, 20%)",neutral90:"hsl(0, 0%, 10%)"},cE=4,Ud=4,lE=38,uE=Ud*2,dE={baseUnit:Ud,controlHeight:lE,menuGutter:uE},aa={borderRadius:cE,colors:aE,spacing:dE},fE={"aria-live":"polite",backspaceRemovesValue:!0,blurInputOnSelect:Ad(),captureMenuScroll:!Ad(),classNames:{},closeMenuOnSelect:!0,closeMenuOnScroll:!1,components:{},controlShouldRenderValue:!0,escapeClearsValue:!1,filterOption:BI(),formatGroupLabel:nE,getOptionLabel:rE,getOptionValue:oE,isDisabled:!1,isLoading:!1,isMulti:!1,isRtl:!1,isSearchable:!0,isOptionDisabled:sE,loadingMessage:function(){return"Loading..."},maxMenuHeight:300,minMenuHeight:140,menuIsOpen:!1,menuPlacement:"bottom",menuPosition:"absolute",menuShouldBlockScroll:!1,menuShouldScrollIntoView:!i3(),noOptionsMessage:function(){return"No options"},openMenuOnFocus:!1,openMenuOnClick:!0,options:[],pageSize:5,placeholder:"Select...",screenReaderStatus:function(t){var n=t.count;return"".concat(n," result").concat(n!==1?"s":""," available")},styles:{},tabIndex:0,tabSelectsValue:!0,unstyled:!1};function Qd(e,t,n,r){var o=tf(e,t,n),s=nf(e,t,n),i=ef(e,t),a=Is(e,t);return{type:"option",data:t,isDisabled:o,isSelected:s,label:i,value:a,index:r}}function Cs(e,t){return e.options.map(function(n,r){if("options"in n){var o=n.options.map(function(i,a){return Qd(e,i,t,a)}).filter(function(i){return Kd(e,i)});return o.length>0?{type:"group",data:n,options:o,index:r}:void 0}var s=Qd(e,n,t,r);return Kd(e,s)?s:void 0}).filter(l3)}function qd(e){return e.reduce(function(t,n){return n.type==="group"?t.push.apply(t,Bi(n.options.map(function(r){return r.data}))):t.push(n.data),t},[])}function $d(e,t){return e.reduce(function(n,r){return r.type==="group"?n.push.apply(n,Bi(r.options.map(function(o){return{data:o.data,id:"".concat(t,"-").concat(r.index,"-").concat(o.index)}}))):n.push({data:r.data,id:"".concat(t,"-").concat(r.index)}),n},[])}function pE(e,t){return qd(Cs(e,t))}function Kd(e,t){var n=e.inputValue,r=n===void 0?"":n,o=t.data,s=t.isSelected,i=t.label,a=t.value;return(!of(e)||!s)&&rf(e,{label:i,value:a,data:o},r)}function hE(e,t){var n=e.focusedValue,r=e.selectValue,o=r.indexOf(n);if(o>-1){var s=t.indexOf(n);if(s>-1)return n;if(o<t.length)return t[o]}return null}function gE(e,t){var n=e.focusedOption;return n&&t.indexOf(n)>-1?n:t[0]}var ca=function(t,n){var r,o=(r=t.find(function(s){return s.data===n}))===null||r===void 0?void 0:r.id;return o||null},ef=function(t,n){return t.getOptionLabel(n)},Is=function(t,n){return t.getOptionValue(n)};function tf(e,t,n){return typeof e.isOptionDisabled=="function"?e.isOptionDisabled(t,n):!1}function nf(e,t,n){if(n.indexOf(t)>-1)return!0;if(typeof e.isOptionSelected=="function")return e.isOptionSelected(t,n);var r=Is(e,t);return n.some(function(o){return Is(e,o)===r})}function rf(e,t,n){return e.filterOption?e.filterOption(t,n):!0}var of=function(t){var n=t.hideSelectedOptions,r=t.isMulti;return n===void 0?r:n},mE=1,la=function(e){_v(n,e);var t=Rv(n);function n(r){var o;if(Tv(this,n),o=t.call(this,r),o.state={ariaSelection:null,focusedOption:null,focusedOptionId:null,focusableOptionsWithIds:[],focusedValue:null,inputIsHidden:!1,isFocused:!1,selectValue:[],clearFocusValueOnUpdate:!1,prevWasFocused:!1,inputIsHiddenAfterUpdate:void 0,prevProps:void 0,instancePrefix:""},o.blockOptionHover=!1,o.isComposing=!1,o.commonProps=void 0,o.initialTouchX=0,o.initialTouchY=0,o.openAfterFocus=!1,o.scrollToFocusedOptionOnUpdate=!1,o.userIsDragging=void 0,o.isAppleDevice=tE(),o.controlRef=null,o.getControlRef=function(c){o.controlRef=c},o.focusedOptionRef=null,o.getFocusedOptionRef=function(c){o.focusedOptionRef=c},o.menuListRef=null,o.getMenuListRef=function(c){o.menuListRef=c},o.inputRef=null,o.getInputRef=function(c){o.inputRef=c},o.focus=o.focusInput,o.blur=o.blurInput,o.onChange=function(c,l){var u=o.props,b=u.onChange,y=u.name;l.name=y,o.ariaOnChange(c,l),b(c,l)},o.setValue=function(c,l,u){var b=o.props,y=b.closeMenuOnSelect,C=b.isMulti,h=b.inputValue;o.onInputChange("",{action:"set-value",prevInputValue:h}),y&&(o.setState({inputIsHiddenAfterUpdate:!C}),o.onMenuClose()),o.setState({clearFocusValueOnUpdate:!0}),o.onChange(c,{action:l,option:u})},o.selectOption=function(c){var l=o.props,u=l.blurInputOnSelect,b=l.isMulti,y=l.name,C=o.state.selectValue,h=b&&o.isOptionSelected(c,C),p=o.isOptionDisabled(c,C);if(h){var d=o.getOptionValue(c);o.setValue(C.filter(function(f){return o.getOptionValue(f)!==d}),"deselect-option",c)}else if(!p)b?o.setValue([].concat(Bi(C),[c]),"select-option",c):o.setValue(c,"select-option");else{o.ariaOnChange(c,{action:"select-option",option:c,name:y});return}u&&o.blurInput()},o.removeValue=function(c){var l=o.props.isMulti,u=o.state.selectValue,b=o.getOptionValue(c),y=u.filter(function(h){return o.getOptionValue(h)!==b}),C=vs(l,y,y[0]||null);o.onChange(C,{action:"remove-value",removedValue:c}),o.focusInput()},o.clearValue=function(){var c=o.state.selectValue;o.onChange(vs(o.props.isMulti,[],null),{action:"clear",removedValues:c})},o.popValue=function(){var c=o.props.isMulti,l=o.state.selectValue,u=l[l.length-1],b=l.slice(0,l.length-1),y=vs(c,b,b[0]||null);u&&o.onChange(y,{action:"pop-value",removedValue:u})},o.getFocusedOptionId=function(c){return ca(o.state.focusableOptionsWithIds,c)},o.getFocusableOptionsWithIds=function(){return $d(Cs(o.props,o.state.selectValue),o.getElementId("option"))},o.getValue=function(){return o.state.selectValue},o.cx=function(){for(var c=arguments.length,l=new Array(c),u=0;u<c;u++)l[u]=arguments[u];return e3.apply(void 0,[o.props.classNamePrefix].concat(l))},o.getOptionLabel=function(c){return ef(o.props,c)},o.getOptionValue=function(c){return Is(o.props,c)},o.getStyles=function(c,l){var u=o.props.unstyled,b=iE[c](l,u);b.boxSizing="border-box";var y=o.props.styles[c];return y?y(b,l):b},o.getClassNames=function(c,l){var u,b;return(u=(b=o.props.classNames)[c])===null||u===void 0?void 0:u.call(b,l)},o.getElementId=function(c){return"".concat(o.state.instancePrefix,"-").concat(c)},o.getComponents=function(){return AI(o.props)},o.buildCategorizedOptions=function(){return Cs(o.props,o.state.selectValue)},o.getCategorizedOptions=function(){return o.props.menuIsOpen?o.buildCategorizedOptions():[]},o.buildFocusableOptions=function(){return qd(o.buildCategorizedOptions())},o.getFocusableOptions=function(){return o.props.menuIsOpen?o.buildFocusableOptions():[]},o.ariaOnChange=function(c,l){o.setState({ariaSelection:q({value:c},l)})},o.onMenuMouseDown=function(c){c.button===0&&(c.stopPropagation(),c.preventDefault(),o.focusInput())},o.onMenuMouseMove=function(c){o.blockOptionHover=!1},o.onControlMouseDown=function(c){if(!c.defaultPrevented){var l=o.props.openMenuOnClick;o.state.isFocused?o.props.menuIsOpen?c.target.tagName!=="INPUT"&&c.target.tagName!=="TEXTAREA"&&o.onMenuClose():l&&o.openMenu("first"):(l&&(o.openAfterFocus=!0),o.focusInput()),c.target.tagName!=="INPUT"&&c.target.tagName!=="TEXTAREA"&&c.preventDefault()}},o.onDropdownIndicatorMouseDown=function(c){if(!(c&&c.type==="mousedown"&&c.button!==0)&&!o.props.isDisabled){var l=o.props,u=l.isMulti,b=l.menuIsOpen;o.focusInput(),b?(o.setState({inputIsHiddenAfterUpdate:!u}),o.onMenuClose()):o.openMenu("first"),c.preventDefault()}},o.onClearIndicatorMouseDown=function(c){c&&c.type==="mousedown"&&c.button!==0||(o.clearValue(),c.preventDefault(),o.openAfterFocus=!1,c.type==="touchend"?o.focusInput():setTimeout(function(){return o.focusInput()}))},o.onScroll=function(c){typeof o.props.closeMenuOnScroll=="boolean"?c.target instanceof HTMLElement&&gs(c.target)&&o.props.onMenuClose():typeof o.props.closeMenuOnScroll=="function"&&o.props.closeMenuOnScroll(c)&&o.props.onMenuClose()},o.onCompositionStart=function(){o.isComposing=!0},o.onCompositionEnd=function(){o.isComposing=!1},o.onTouchStart=function(c){var l=c.touches,u=l&&l.item(0);u&&(o.initialTouchX=u.clientX,o.initialTouchY=u.clientY,o.userIsDragging=!1)},o.onTouchMove=function(c){var l=c.touches,u=l&&l.item(0);if(u){var b=Math.abs(u.clientX-o.initialTouchX),y=Math.abs(u.clientY-o.initialTouchY),C=5;o.userIsDragging=b>C||y>C}},o.onTouchEnd=function(c){o.userIsDragging||(o.controlRef&&!o.controlRef.contains(c.target)&&o.menuListRef&&!o.menuListRef.contains(c.target)&&o.blurInput(),o.initialTouchX=0,o.initialTouchY=0)},o.onControlTouchEnd=function(c){o.userIsDragging||o.onControlMouseDown(c)},o.onClearIndicatorTouchEnd=function(c){o.userIsDragging||o.onClearIndicatorMouseDown(c)},o.onDropdownIndicatorTouchEnd=function(c){o.userIsDragging||o.onDropdownIndicatorMouseDown(c)},o.handleInputChange=function(c){var l=o.props.inputValue,u=c.currentTarget.value;o.setState({inputIsHiddenAfterUpdate:!1}),o.onInputChange(u,{action:"input-change",prevInputValue:l}),o.props.menuIsOpen||o.onMenuOpen()},o.onInputFocus=function(c){o.props.onFocus&&o.props.onFocus(c),o.setState({inputIsHiddenAfterUpdate:!1,isFocused:!0}),(o.openAfterFocus||o.props.openMenuOnFocus)&&o.openMenu("first"),o.openAfterFocus=!1},o.onInputBlur=function(c){var l=o.props.inputValue;if(o.menuListRef&&o.menuListRef.contains(document.activeElement)){o.inputRef.focus();return}o.props.onBlur&&o.props.onBlur(c),o.onInputChange("",{action:"input-blur",prevInputValue:l}),o.onMenuClose(),o.setState({focusedValue:null,isFocused:!1})},o.onOptionHover=function(c){if(!(o.blockOptionHover||o.state.focusedOption===c)){var l=o.getFocusableOptions(),u=l.indexOf(c);o.setState({focusedOption:c,focusedOptionId:u>-1?o.getFocusedOptionId(c):null})}},o.shouldHideSelectedOptions=function(){return of(o.props)},o.onValueInputFocus=function(c){c.preventDefault(),c.stopPropagation(),o.focus()},o.onKeyDown=function(c){var l=o.props,u=l.isMulti,b=l.backspaceRemovesValue,y=l.escapeClearsValue,C=l.inputValue,h=l.isClearable,p=l.isDisabled,d=l.menuIsOpen,f=l.onKeyDown,m=l.tabSelectsValue,g=l.openMenuOnFocus,I=o.state,v=I.focusedOption,w=I.focusedValue,A=I.selectValue;if(!p&&!(typeof f=="function"&&(f(c),c.defaultPrevented))){switch(o.blockOptionHover=!0,c.key){case"ArrowLeft":if(!u||C)return;o.focusValue("previous");break;case"ArrowRight":if(!u||C)return;o.focusValue("next");break;case"Delete":case"Backspace":if(C)return;if(w)o.removeValue(w);else{if(!b)return;u?o.popValue():h&&o.clearValue()}break;case"Tab":if(o.isComposing||c.shiftKey||!d||!m||!v||g&&o.isOptionSelected(v,A))return;o.selectOption(v);break;case"Enter":if(c.keyCode===229)break;if(d){if(!v||o.isComposing)return;o.selectOption(v);break}return;case"Escape":d?(o.setState({inputIsHiddenAfterUpdate:!1}),o.onInputChange("",{action:"menu-close",prevInputValue:C}),o.onMenuClose()):h&&y&&o.clearValue();break;case" ":if(C)return;if(!d){o.openMenu("first");break}if(!v)return;o.selectOption(v);break;case"ArrowUp":d?o.focusOption("up"):o.openMenu("last");break;case"ArrowDown":d?o.focusOption("down"):o.openMenu("first");break;case"PageUp":if(!d)return;o.focusOption("pageup");break;case"PageDown":if(!d)return;o.focusOption("pagedown");break;case"Home":if(!d)return;o.focusOption("first");break;case"End":if(!d)return;o.focusOption("last");break;default:return}c.preventDefault()}},o.state.instancePrefix="react-select-"+(o.props.instanceId||++mE),o.state.selectValue=Id(r.value),r.menuIsOpen&&o.state.selectValue.length){var s=o.getFocusableOptionsWithIds(),i=o.buildFocusableOptions(),a=i.indexOf(o.state.selectValue[0]);o.state.focusableOptionsWithIds=s,o.state.focusedOption=i[a],o.state.focusedOptionId=ca(s,i[a])}return o}return Sv(n,[{key:"componentDidMount",value:function(){this.startListeningComposition(),this.startListeningToTouch(),this.props.closeMenuOnScroll&&document&&document.addEventListener&&document.addEventListener("scroll",this.onScroll,!0),this.props.autoFocus&&this.focusInput(),this.props.menuIsOpen&&this.state.focusedOption&&this.menuListRef&&this.focusedOptionRef&&wd(this.menuListRef,this.focusedOptionRef)}},{key:"componentDidUpdate",value:function(o){var s=this.props,i=s.isDisabled,a=s.menuIsOpen,c=this.state.isFocused;(c&&!i&&o.isDisabled||c&&a&&!o.menuIsOpen)&&this.focusInput(),c&&i&&!o.isDisabled?this.setState({isFocused:!1},this.onMenuClose):!c&&!i&&o.isDisabled&&this.inputRef===document.activeElement&&this.setState({isFocused:!0}),this.menuListRef&&this.focusedOptionRef&&this.scrollToFocusedOptionOnUpdate&&(wd(this.menuListRef,this.focusedOptionRef),this.scrollToFocusedOptionOnUpdate=!1)}},{key:"componentWillUnmount",value:function(){this.stopListeningComposition(),this.stopListeningToTouch(),document.removeEventListener("scroll",this.onScroll,!0)}},{key:"onMenuOpen",value:function(){this.props.onMenuOpen()}},{key:"onMenuClose",value:function(){this.onInputChange("",{action:"menu-close",prevInputValue:this.props.inputValue}),this.props.onMenuClose()}},{key:"onInputChange",value:function(o,s){this.props.onInputChange(o,s)}},{key:"focusInput",value:function(){this.inputRef&&this.inputRef.focus()}},{key:"blurInput",value:function(){this.inputRef&&this.inputRef.blur()}},{key:"openMenu",value:function(o){var s=this,i=this.state,a=i.selectValue,c=i.isFocused,l=this.buildFocusableOptions(),u=o==="first"?0:l.length-1;if(!this.props.isMulti){var b=l.indexOf(a[0]);b>-1&&(u=b)}this.scrollToFocusedOptionOnUpdate=!(c&&this.menuListRef),this.setState({inputIsHiddenAfterUpdate:!1,focusedValue:null,focusedOption:l[u],focusedOptionId:this.getFocusedOptionId(l[u])},function(){return s.onMenuOpen()})}},{key:"focusValue",value:function(o){var s=this.state,i=s.selectValue,a=s.focusedValue;if(this.props.isMulti){this.setState({focusedOption:null});var c=i.indexOf(a);a||(c=-1);var l=i.length-1,u=-1;if(i.length){switch(o){case"previous":c===0?u=0:c===-1?u=l:u=c-1;break;case"next":c>-1&&c<l&&(u=c+1);break}this.setState({inputIsHidden:u!==-1,focusedValue:i[u]})}}}},{key:"focusOption",value:function(){var o=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"first",s=this.props.pageSize,i=this.state.focusedOption,a=this.getFocusableOptions();if(a.length){var c=0,l=a.indexOf(i);i||(l=-1),o==="up"?c=l>0?l-1:a.length-1:o==="down"?c=(l+1)%a.length:o==="pageup"?(c=l-s,c<0&&(c=0)):o==="pagedown"?(c=l+s,c>a.length-1&&(c=a.length-1)):o==="last"&&(c=a.length-1),this.scrollToFocusedOptionOnUpdate=!0,this.setState({focusedOption:a[c],focusedValue:null,focusedOptionId:this.getFocusedOptionId(a[c])})}}},{key:"getTheme",value:function(){return this.props.theme?typeof this.props.theme=="function"?this.props.theme(aa):q(q({},aa),this.props.theme):aa}},{key:"getCommonProps",value:function(){var o=this.clearValue,s=this.cx,i=this.getStyles,a=this.getClassNames,c=this.getValue,l=this.selectOption,u=this.setValue,b=this.props,y=b.isMulti,C=b.isRtl,h=b.options,p=this.hasValue();return{clearValue:o,cx:s,getStyles:i,getClassNames:a,getValue:c,hasValue:p,isMulti:y,isRtl:C,options:h,selectOption:l,selectProps:b,setValue:u,theme:this.getTheme()}}},{key:"hasValue",value:function(){var o=this.state.selectValue;return o.length>0}},{key:"hasOptions",value:function(){return!!this.getFocusableOptions().length}},{key:"isClearable",value:function(){var o=this.props,s=o.isClearable,i=o.isMulti;return s===void 0?i:s}},{key:"isOptionDisabled",value:function(o,s){return tf(this.props,o,s)}},{key:"isOptionSelected",value:function(o,s){return nf(this.props,o,s)}},{key:"filterOption",value:function(o,s){return rf(this.props,o,s)}},{key:"formatOptionLabel",value:function(o,s){if(typeof this.props.formatOptionLabel=="function"){var i=this.props.inputValue,a=this.state.selectValue;return this.props.formatOptionLabel(o,{context:s,inputValue:i,selectValue:a})}else return this.getOptionLabel(o)}},{key:"formatGroupLabel",value:function(o){return this.props.formatGroupLabel(o)}},{key:"startListeningComposition",value:function(){document&&document.addEventListener&&(document.addEventListener("compositionstart",this.onCompositionStart,!1),document.addEventListener("compositionend",this.onCompositionEnd,!1))}},{key:"stopListeningComposition",value:function(){document&&document.removeEventListener&&(document.removeEventListener("compositionstart",this.onCompositionStart),document.removeEventListener("compositionend",this.onCompositionEnd))}},{key:"startListeningToTouch",value:function(){document&&document.addEventListener&&(document.addEventListener("touchstart",this.onTouchStart,!1),document.addEventListener("touchmove",this.onTouchMove,!1),document.addEventListener("touchend",this.onTouchEnd,!1))}},{key:"stopListeningToTouch",value:function(){document&&document.removeEventListener&&(document.removeEventListener("touchstart",this.onTouchStart),document.removeEventListener("touchmove",this.onTouchMove),document.removeEventListener("touchend",this.onTouchEnd))}},{key:"renderInput",value:function(){var o=this.props,s=o.isDisabled,i=o.isSearchable,a=o.inputId,c=o.inputValue,l=o.tabIndex,u=o.form,b=o.menuIsOpen,y=o.required,C=this.getComponents(),h=C.Input,p=this.state,d=p.inputIsHidden,f=p.ariaSelection,m=this.commonProps,g=a||this.getElementId("input"),I=q(q(q({"aria-autocomplete":"list","aria-expanded":b,"aria-haspopup":!0,"aria-errormessage":this.props["aria-errormessage"],"aria-invalid":this.props["aria-invalid"],"aria-label":this.props["aria-label"],"aria-labelledby":this.props["aria-labelledby"],"aria-required":y,role:"combobox","aria-activedescendant":this.isAppleDevice?void 0:this.state.focusedOptionId||""},b&&{"aria-controls":this.getElementId("listbox")}),!i&&{"aria-readonly":!0}),this.hasValue()?(f==null?void 0:f.action)==="initial-input-focus"&&{"aria-describedby":this.getElementId("live-region")}:{"aria-describedby":this.getElementId("placeholder")});return i?B.createElement(h,te({},m,{autoCapitalize:"none",autoComplete:"off",autoCorrect:"off",id:g,innerRef:this.getInputRef,isDisabled:s,isHidden:d,onBlur:this.onInputBlur,onChange:this.handleInputChange,onFocus:this.onInputFocus,spellCheck:"false",tabIndex:l,form:u,type:"text",value:c},I)):B.createElement(jI,te({id:g,innerRef:this.getInputRef,onBlur:this.onInputBlur,onChange:hs,onFocus:this.onInputFocus,disabled:s,tabIndex:l,inputMode:"none",form:u,value:""},I))}},{key:"renderPlaceholderOrValue",value:function(){var o=this,s=this.getComponents(),i=s.MultiValue,a=s.MultiValueContainer,c=s.MultiValueLabel,l=s.MultiValueRemove,u=s.SingleValue,b=s.Placeholder,y=this.commonProps,C=this.props,h=C.controlShouldRenderValue,p=C.isDisabled,d=C.isMulti,f=C.inputValue,m=C.placeholder,g=this.state,I=g.selectValue,v=g.focusedValue,w=g.isFocused;if(!this.hasValue()||!h)return f?null:B.createElement(b,te({},y,{key:"placeholder",isDisabled:p,isFocused:w,innerProps:{id:this.getElementId("placeholder")}}),m);if(d)return I.map(function(T,O){var N=T===v,F="".concat(o.getOptionLabel(T),"-").concat(o.getOptionValue(T));return B.createElement(i,te({},y,{components:{Container:a,Label:c,Remove:l},isFocused:N,isDisabled:p,key:F,index:O,removeProps:{onClick:function(){return o.removeValue(T)},onTouchEnd:function(){return o.removeValue(T)},onMouseDown:function(D){D.preventDefault()}},data:T}),o.formatOptionLabel(T,"value"))});if(f)return null;var A=I[0];return B.createElement(u,te({},y,{data:A,isDisabled:p}),this.formatOptionLabel(A,"value"))}},{key:"renderClearIndicator",value:function(){var o=this.getComponents(),s=o.ClearIndicator,i=this.commonProps,a=this.props,c=a.isDisabled,l=a.isLoading,u=this.state.isFocused;if(!this.isClearable()||!s||c||!this.hasValue()||l)return null;var b={onMouseDown:this.onClearIndicatorMouseDown,onTouchEnd:this.onClearIndicatorTouchEnd,"aria-hidden":"true"};return B.createElement(s,te({},i,{innerProps:b,isFocused:u}))}},{key:"renderLoadingIndicator",value:function(){var o=this.getComponents(),s=o.LoadingIndicator,i=this.commonProps,a=this.props,c=a.isDisabled,l=a.isLoading,u=this.state.isFocused;if(!s||!l)return null;var b={"aria-hidden":"true"};return B.createElement(s,te({},i,{innerProps:b,isDisabled:c,isFocused:u}))}},{key:"renderIndicatorSeparator",value:function(){var o=this.getComponents(),s=o.DropdownIndicator,i=o.IndicatorSeparator;if(!s||!i)return null;var a=this.commonProps,c=this.props.isDisabled,l=this.state.isFocused;return B.createElement(i,te({},a,{isDisabled:c,isFocused:l}))}},{key:"renderDropdownIndicator",value:function(){var o=this.getComponents(),s=o.DropdownIndicator;if(!s)return null;var i=this.commonProps,a=this.props.isDisabled,c=this.state.isFocused,l={onMouseDown:this.onDropdownIndicatorMouseDown,onTouchEnd:this.onDropdownIndicatorTouchEnd,"aria-hidden":"true"};return B.createElement(s,te({},i,{innerProps:l,isDisabled:a,isFocused:c}))}},{key:"renderMenu",value:function(){var o=this,s=this.getComponents(),i=s.Group,a=s.GroupHeading,c=s.Menu,l=s.MenuList,u=s.MenuPortal,b=s.LoadingMessage,y=s.NoOptionsMessage,C=s.Option,h=this.commonProps,p=this.state.focusedOption,d=this.props,f=d.captureMenuScroll,m=d.inputValue,g=d.isLoading,I=d.loadingMessage,v=d.minMenuHeight,w=d.maxMenuHeight,A=d.menuIsOpen,T=d.menuPlacement,O=d.menuPosition,N=d.menuPortalTarget,F=d.menuShouldBlockScroll,k=d.menuShouldScrollIntoView,D=d.noOptionsMessage,G=d.onMenuScrollToTop,z=d.onMenuScrollToBottom;if(!A)return null;var W=function(Y,K){var U=Y.type,ce=Y.data,ge=Y.isDisabled,me=Y.isSelected,ne=Y.label,de=Y.value,Be=p===ce,j=ge?void 0:function(){return o.onOptionHover(ce)},ze=ge?void 0:function(){return o.selectOption(ce)},tt="".concat(o.getElementId("option"),"-").concat(K),Ye={id:tt,onClick:ze,onMouseMove:j,onMouseOver:j,tabIndex:-1,role:"option","aria-selected":o.isAppleDevice?void 0:me};return B.createElement(C,te({},h,{innerProps:Ye,data:ce,isDisabled:ge,isSelected:me,key:tt,label:ne,type:U,value:de,isFocused:Be,innerRef:Be?o.getFocusedOptionRef:void 0}),o.formatOptionLabel(Y.data,"menu"))},X;if(this.hasOptions())X=this.getCategorizedOptions().map(function(M){if(M.type==="group"){var Y=M.data,K=M.options,U=M.index,ce="".concat(o.getElementId("group"),"-").concat(U),ge="".concat(ce,"-heading");return B.createElement(i,te({},h,{key:ce,data:Y,options:K,Heading:a,headingProps:{id:ge,data:M.data},label:o.formatGroupLabel(M.data)}),M.options.map(function(me){return W(me,"".concat(U,"-").concat(me.index))}))}else if(M.type==="option")return W(M,"".concat(M.index))});else if(g){var Z=I({inputValue:m});if(Z===null)return null;X=B.createElement(b,h,Z)}else{var Q=D({inputValue:m});if(Q===null)return null;X=B.createElement(y,h,Q)}var se={minMenuHeight:v,maxMenuHeight:w,menuPlacement:T,menuPosition:O,menuShouldScrollIntoView:k},ae=B.createElement(b3,te({},h,se),function(M){var Y=M.ref,K=M.placerProps,U=K.placement,ce=K.maxHeight;return B.createElement(c,te({},h,se,{innerRef:Y,innerProps:{onMouseDown:o.onMenuMouseDown,onMouseMove:o.onMenuMouseMove},isLoading:g,placement:U}),B.createElement(YI,{captureEnabled:f,onTopArrive:G,onBottomArrive:z,lockEnabled:F},function(ge){return B.createElement(l,te({},h,{innerRef:function(ne){o.getMenuListRef(ne),ge(ne)},innerProps:{role:"listbox","aria-multiselectable":h.isMulti,id:o.getElementId("listbox")},isLoading:g,maxHeight:ce,focusedOption:p}),X)}))});return N||O==="fixed"?B.createElement(u,te({},h,{appendTo:N,controlElement:this.controlRef,menuPlacement:T,menuPosition:O}),ae):ae}},{key:"renderFormField",value:function(){var o=this,s=this.props,i=s.delimiter,a=s.isDisabled,c=s.isMulti,l=s.name,u=s.required,b=this.state.selectValue;if(u&&!this.hasValue()&&!a)return B.createElement(qI,{name:l,onFocus:this.onValueInputFocus});if(!(!l||a))if(c)if(i){var y=b.map(function(p){return o.getOptionValue(p)}).join(i);return B.createElement("input",{name:l,type:"hidden",value:y})}else{var C=b.length>0?b.map(function(p,d){return B.createElement("input",{key:"i-".concat(d),name:l,type:"hidden",value:o.getOptionValue(p)})}):B.createElement("input",{name:l,type:"hidden",value:""});return B.createElement("div",null,C)}else{var h=b[0]?this.getOptionValue(b[0]):"";return B.createElement("input",{name:l,type:"hidden",value:h})}}},{key:"renderLiveRegion",value:function(){var o=this.commonProps,s=this.state,i=s.ariaSelection,a=s.focusedOption,c=s.focusedValue,l=s.isFocused,u=s.selectValue,b=this.getFocusableOptions();return B.createElement(DI,te({},o,{id:this.getElementId("live-region"),ariaSelection:i,focusedOption:a,focusedValue:c,isFocused:l,selectValue:u,focusableOptions:b,isAppleDevice:this.isAppleDevice}))}},{key:"render",value:function(){var o=this.getComponents(),s=o.Control,i=o.IndicatorsContainer,a=o.SelectContainer,c=o.ValueContainer,l=this.props,u=l.className,b=l.id,y=l.isDisabled,C=l.menuIsOpen,h=this.state.isFocused,p=this.commonProps=this.getCommonProps();return B.createElement(a,te({},p,{className:u,innerProps:{id:b,onKeyDown:this.onKeyDown},isDisabled:y,isFocused:h}),this.renderLiveRegion(),B.createElement(s,te({},p,{innerRef:this.getControlRef,innerProps:{onMouseDown:this.onControlMouseDown,onTouchEnd:this.onControlTouchEnd},isDisabled:y,isFocused:h,menuIsOpen:C}),B.createElement(c,te({},p,{isDisabled:y}),this.renderPlaceholderOrValue(),this.renderInput()),B.createElement(i,te({},p,{isDisabled:y}),this.renderClearIndicator(),this.renderLoadingIndicator(),this.renderIndicatorSeparator(),this.renderDropdownIndicator())),this.renderMenu(),this.renderFormField())}}],[{key:"getDerivedStateFromProps",value:function(o,s){var i=s.prevProps,a=s.clearFocusValueOnUpdate,c=s.inputIsHiddenAfterUpdate,l=s.ariaSelection,u=s.isFocused,b=s.prevWasFocused,y=s.instancePrefix,C=o.options,h=o.value,p=o.menuIsOpen,d=o.inputValue,f=o.isMulti,m=Id(h),g={};if(i&&(h!==i.value||C!==i.options||p!==i.menuIsOpen||d!==i.inputValue)){var I=p?pE(o,m):[],v=p?$d(Cs(o,m),"".concat(y,"-option")):[],w=a?hE(s,m):null,A=gE(s,I),T=ca(v,A);g={selectValue:m,focusedOption:A,focusedOptionId:T,focusableOptionsWithIds:v,focusedValue:w,clearFocusValueOnUpdate:!1}}var O=c!=null&&o!==i?{inputIsHidden:c,inputIsHiddenAfterUpdate:void 0}:{},N=l,F=u&&b;return u&&!F&&(N={value:vs(f,m,m[0]||null),options:m,action:"initial-input-focus"},F=!b),(l==null?void 0:l.action)==="initial-input-focus"&&(N=null),q(q(q({},g),O),{},{prevProps:o,ariaSelection:N,prevWasFocused:F})}}]),n}(S.Component);la.defaultProps=fE;var bE=S.forwardRef(function(e,t){var n=Wu(e);return B.createElement(la,te({ref:t},n))}),yE=bE;const vE=x.styled(x.Box)`
|
|
560
|
+
`]))),J3=function(t,n){var r=t.isFocused,o=t.size,s=t.theme,i=s.colors,a=s.spacing.baseUnit;return Q({label:"loadingIndicator",display:"flex",transition:"color 150ms",alignSelf:"center",fontSize:o,lineHeight:1,marginRight:o,textAlign:"center",verticalAlign:"middle"},n?{}:{color:r?i.neutral60:i.neutral20,padding:a*2})},ta=function(t){var n=t.delay,r=t.offset;return $("span",{css:Ji({animation:"".concat(Y3," 1s ease-in-out ").concat(n,"ms infinite;"),backgroundColor:"currentColor",borderRadius:"1em",display:"inline-block",marginLeft:r?"1em":void 0,height:"1em",verticalAlign:"top",width:"1em"},process.env.NODE_ENV==="production"?"":";label:LoadingDot;",process.env.NODE_ENV==="production"?"":"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGljYXRvcnMudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQW1RSSIsImZpbGUiOiJpbmRpY2F0b3JzLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgUmVhY3ROb2RlIH0gZnJvbSAncmVhY3QnO1xuaW1wb3J0IHsganN4LCBrZXlmcmFtZXMgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmltcG9ydCB7XG4gIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lLFxuICBDU1NPYmplY3RXaXRoTGFiZWwsXG4gIEdyb3VwQmFzZSxcbn0gZnJvbSAnLi4vdHlwZXMnO1xuaW1wb3J0IHsgZ2V0U3R5bGVQcm9wcyB9IGZyb20gJy4uL3V0aWxzJztcblxuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG4vLyBEcm9wZG93biAmIENsZWFyIEljb25zXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cblxuY29uc3QgU3ZnID0gKHtcbiAgc2l6ZSxcbiAgLi4ucHJvcHNcbn06IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snc3ZnJ10gJiB7IHNpemU6IG51bWJlciB9KSA9PiAoXG4gIDxzdmdcbiAgICBoZWlnaHQ9e3NpemV9XG4gICAgd2lkdGg9e3NpemV9XG4gICAgdmlld0JveD1cIjAgMCAyMCAyMFwiXG4gICAgYXJpYS1oaWRkZW49XCJ0cnVlXCJcbiAgICBmb2N1c2FibGU9XCJmYWxzZVwiXG4gICAgY3NzPXt7XG4gICAgICBkaXNwbGF5OiAnaW5saW5lLWJsb2NrJyxcbiAgICAgIGZpbGw6ICdjdXJyZW50Q29sb3InLFxuICAgICAgbGluZUhlaWdodDogMSxcbiAgICAgIHN0cm9rZTogJ2N1cnJlbnRDb2xvcicsXG4gICAgICBzdHJva2VXaWR0aDogMCxcbiAgICB9fVxuICAgIHsuLi5wcm9wc31cbiAgLz5cbik7XG5cbmV4cG9ydCB0eXBlIENyb3NzSWNvblByb3BzID0gSlNYLkludHJpbnNpY0VsZW1lbnRzWydzdmcnXSAmIHsgc2l6ZT86IG51bWJlciB9O1xuZXhwb3J0IGNvbnN0IENyb3NzSWNvbiA9IChwcm9wczogQ3Jvc3NJY29uUHJvcHMpID0+IChcbiAgPFN2ZyBzaXplPXsyMH0gey4uLnByb3BzfT5cbiAgICA8cGF0aCBkPVwiTTE0LjM0OCAxNC44NDljLTAuNDY5IDAuNDY5LTEuMjI5IDAuNDY5LTEuNjk3IDBsLTIuNjUxLTMuMDMwLTIuNjUxIDMuMDI5Yy0wLjQ2OSAwLjQ2OS0xLjIyOSAwLjQ2OS0xLjY5NyAwLTAuNDY5LTAuNDY5LTAuNDY5LTEuMjI5IDAtMS42OTdsMi43NTgtMy4xNS0yLjc1OS0zLjE1MmMtMC40NjktMC40NjktMC40NjktMS4yMjggMC0xLjY5N3MxLjIyOC0wLjQ2OSAxLjY5NyAwbDIuNjUyIDMuMDMxIDIuNjUxLTMuMDMxYzAuNDY5LTAuNDY5IDEuMjI4LTAuNDY5IDEuNjk3IDBzMC40NjkgMS4yMjkgMCAxLjY5N2wtMi43NTggMy4xNTIgMi43NTggMy4xNWMwLjQ2OSAwLjQ2OSAwLjQ2OSAxLjIyOSAwIDEuNjk4elwiIC8+XG4gIDwvU3ZnPlxuKTtcbmV4cG9ydCB0eXBlIERvd25DaGV2cm9uUHJvcHMgPSBKU1guSW50cmluc2ljRWxlbWVudHNbJ3N2ZyddICYgeyBzaXplPzogbnVtYmVyIH07XG5leHBvcnQgY29uc3QgRG93bkNoZXZyb24gPSAocHJvcHM6IERvd25DaGV2cm9uUHJvcHMpID0+IChcbiAgPFN2ZyBzaXplPXsyMH0gey4uLnByb3BzfT5cbiAgICA8cGF0aCBkPVwiTTQuNTE2IDcuNTQ4YzAuNDM2LTAuNDQ2IDEuMDQzLTAuNDgxIDEuNTc2IDBsMy45MDggMy43NDcgMy45MDgtMy43NDdjMC41MzMtMC40ODEgMS4xNDEtMC40NDYgMS41NzQgMCAwLjQzNiAwLjQ0NSAwLjQwOCAxLjE5NyAwIDEuNjE1LTAuNDA2IDAuNDE4LTQuNjk1IDQuNTAyLTQuNjk1IDQuNTAyLTAuMjE3IDAuMjIzLTAuNTAyIDAuMzM1LTAuNzg3IDAuMzM1cy0wLjU3LTAuMTEyLTAuNzg5LTAuMzM1YzAgMC00LjI4Ny00LjA4NC00LjY5NS00LjUwMnMtMC40MzYtMS4xNyAwLTEuNjE1elwiIC8+XG4gIDwvU3ZnPlxuKTtcblxuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG4vLyBEcm9wZG93biAmIENsZWFyIEJ1dHRvbnNcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5leHBvcnQgaW50ZXJmYWNlIERyb3Bkb3duSW5kaWNhdG9yUHJvcHM8XG4gIE9wdGlvbiA9IHVua25vd24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuID0gYm9vbGVhbixcbiAgR3JvdXAgZXh0ZW5kcyBHcm91cEJhc2U8T3B0aW9uPiA9IEdyb3VwQmFzZTxPcHRpb24+XG4+IGV4dGVuZHMgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWU8T3B0aW9uLCBJc011bHRpLCBHcm91cD4ge1xuICAvKiogVGhlIGNoaWxkcmVuIHRvIGJlIHJlbmRlcmVkIGluc2lkZSB0aGUgaW5kaWNhdG9yLiAqL1xuICBjaGlsZHJlbj86IFJlYWN0Tm9kZTtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpc0Rpc2FibGVkOiBib29sZWFuO1xufVxuXG5jb25zdCBiYXNlQ1NTID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICB7XG4gICAgaXNGb2N1c2VkLFxuICAgIHRoZW1lOiB7XG4gICAgICBzcGFjaW5nOiB7IGJhc2VVbml0IH0sXG4gICAgICBjb2xvcnMsXG4gICAgfSxcbiAgfTpcbiAgICB8IERyb3Bkb3duSW5kaWNhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD5cbiAgICB8IENsZWFySW5kaWNhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD4sXG4gIHVuc3R5bGVkOiBib29sZWFuXG4pOiBDU1NPYmplY3RXaXRoTGFiZWwgPT4gKHtcbiAgbGFiZWw6ICdpbmRpY2F0b3JDb250YWluZXInLFxuICBkaXNwbGF5OiAnZmxleCcsXG4gIHRyYW5zaXRpb246ICdjb2xvciAxNTBtcycsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgY29sb3I6IGlzRm9jdXNlZCA/IGNvbG9ycy5uZXV0cmFsNjAgOiBjb2xvcnMubmV1dHJhbDIwLFxuICAgICAgICBwYWRkaW5nOiBiYXNlVW5pdCAqIDIsXG4gICAgICAgICc6aG92ZXInOiB7XG4gICAgICAgICAgY29sb3I6IGlzRm9jdXNlZCA/IGNvbG9ycy5uZXV0cmFsODAgOiBjb2xvcnMubmV1dHJhbDQwLFxuICAgICAgICB9LFxuICAgICAgfSksXG59KTtcblxuZXhwb3J0IGNvbnN0IGRyb3Bkb3duSW5kaWNhdG9yQ1NTID0gYmFzZUNTUztcbmV4cG9ydCBjb25zdCBEcm9wZG93bkluZGljYXRvciA9IDxcbiAgT3B0aW9uLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbixcbiAgR3JvdXAgZXh0ZW5kcyBHcm91cEJhc2U8T3B0aW9uPlxuPihcbiAgcHJvcHM6IERyb3Bkb3duSW5kaWNhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD5cbikgPT4ge1xuICBjb25zdCB7IGNoaWxkcmVuLCBpbm5lclByb3BzIH0gPSBwcm9wcztcbiAgcmV0dXJuIChcbiAgICA8ZGl2XG4gICAgICB7Li4uZ2V0U3R5bGVQcm9wcyhwcm9wcywgJ2Ryb3Bkb3duSW5kaWNhdG9yJywge1xuICAgICAgICBpbmRpY2F0b3I6IHRydWUsXG4gICAgICAgICdkcm9wZG93bi1pbmRpY2F0b3InOiB0cnVlLFxuICAgICAgfSl9XG4gICAgICB7Li4uaW5uZXJQcm9wc31cbiAgICA+XG4gICAgICB7Y2hpbGRyZW4gfHwgPERvd25DaGV2cm9uIC8+fVxuICAgIDwvZGl2PlxuICApO1xufTtcblxuZXhwb3J0IGludGVyZmFjZSBDbGVhckluZGljYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgLyoqIFRoZSBjaGlsZHJlbiB0byBiZSByZW5kZXJlZCBpbnNpZGUgdGhlIGluZGljYXRvci4gKi9cbiAgY2hpbGRyZW4/OiBSZWFjdE5vZGU7XG4gIC8qKiBQcm9wcyB0aGF0IHdpbGwgYmUgcGFzc2VkIG9uIHRvIHRoZSBjaGlsZHJlbi4gKi9cbiAgaW5uZXJQcm9wczogSlNYLkludHJpbnNpY0VsZW1lbnRzWydkaXYnXTtcbiAgLyoqIFRoZSBmb2N1c2VkIHN0YXRlIG9mIHRoZSBzZWxlY3QuICovXG4gIGlzRm9jdXNlZDogYm9vbGVhbjtcbn1cblxuZXhwb3J0IGNvbnN0IGNsZWFySW5kaWNhdG9yQ1NTID0gYmFzZUNTUztcbmV4cG9ydCBjb25zdCBDbGVhckluZGljYXRvciA9IDxcbiAgT3B0aW9uLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbixcbiAgR3JvdXAgZXh0ZW5kcyBHcm91cEJhc2U8T3B0aW9uPlxuPihcbiAgcHJvcHM6IENsZWFySW5kaWNhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD5cbikgPT4ge1xuICBjb25zdCB7IGNoaWxkcmVuLCBpbm5lclByb3BzIH0gPSBwcm9wcztcbiAgcmV0dXJuIChcbiAgICA8ZGl2XG4gICAgICB7Li4uZ2V0U3R5bGVQcm9wcyhwcm9wcywgJ2NsZWFySW5kaWNhdG9yJywge1xuICAgICAgICBpbmRpY2F0b3I6IHRydWUsXG4gICAgICAgICdjbGVhci1pbmRpY2F0b3InOiB0cnVlLFxuICAgICAgfSl9XG4gICAgICB7Li4uaW5uZXJQcm9wc31cbiAgICA+XG4gICAgICB7Y2hpbGRyZW4gfHwgPENyb3NzSWNvbiAvPn1cbiAgICA8L2Rpdj5cbiAgKTtcbn07XG5cbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuLy8gU2VwYXJhdG9yXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cblxuZXhwb3J0IGludGVyZmFjZSBJbmRpY2F0b3JTZXBhcmF0b3JQcm9wczxcbiAgT3B0aW9uID0gdW5rbm93bixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4gPSBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+ID0gR3JvdXBCYXNlPE9wdGlvbj5cbj4gZXh0ZW5kcyBDb21tb25Qcm9wc0FuZENsYXNzTmFtZTxPcHRpb24sIElzTXVsdGksIEdyb3VwPiB7XG4gIGlzRGlzYWJsZWQ6IGJvb2xlYW47XG4gIGlzRm9jdXNlZDogYm9vbGVhbjtcbiAgaW5uZXJQcm9wcz86IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snc3BhbiddO1xufVxuXG5leHBvcnQgY29uc3QgaW5kaWNhdG9yU2VwYXJhdG9yQ1NTID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICB7XG4gICAgaXNEaXNhYmxlZCxcbiAgICB0aGVtZToge1xuICAgICAgc3BhY2luZzogeyBiYXNlVW5pdCB9LFxuICAgICAgY29sb3JzLFxuICAgIH0sXG4gIH06IEluZGljYXRvclNlcGFyYXRvclByb3BzPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+LFxuICB1bnN0eWxlZDogYm9vbGVhblxuKTogQ1NTT2JqZWN0V2l0aExhYmVsID0+ICh7XG4gIGxhYmVsOiAnaW5kaWNhdG9yU2VwYXJhdG9yJyxcbiAgYWxpZ25TZWxmOiAnc3RyZXRjaCcsXG4gIHdpZHRoOiAxLFxuICAuLi4odW5zdHlsZWRcbiAgICA/IHt9XG4gICAgOiB7XG4gICAgICAgIGJhY2tncm91bmRDb2xvcjogaXNEaXNhYmxlZCA/IGNvbG9ycy5uZXV0cmFsMTAgOiBjb2xvcnMubmV1dHJhbDIwLFxuICAgICAgICBtYXJnaW5Cb3R0b206IGJhc2VVbml0ICogMixcbiAgICAgICAgbWFyZ2luVG9wOiBiYXNlVW5pdCAqIDIsXG4gICAgICB9KSxcbn0pO1xuXG5leHBvcnQgY29uc3QgSW5kaWNhdG9yU2VwYXJhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogSW5kaWNhdG9yU2VwYXJhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD5cbikgPT4ge1xuICBjb25zdCB7IGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxzcGFuXG4gICAgICB7Li4uaW5uZXJQcm9wc31cbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnaW5kaWNhdG9yU2VwYXJhdG9yJywge1xuICAgICAgICAnaW5kaWNhdG9yLXNlcGFyYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAvPlxuICApO1xufTtcblxuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG4vLyBMb2FkaW5nXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cblxuY29uc3QgbG9hZGluZ0RvdEFuaW1hdGlvbnMgPSBrZXlmcmFtZXNgXG4gIDAlLCA4MCUsIDEwMCUgeyBvcGFjaXR5OiAwOyB9XG4gIDQwJSB7IG9wYWNpdHk6IDE7IH1cbmA7XG5cbmV4cG9ydCBjb25zdCBsb2FkaW5nSW5kaWNhdG9yQ1NTID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICB7XG4gICAgaXNGb2N1c2VkLFxuICAgIHNpemUsXG4gICAgdGhlbWU6IHtcbiAgICAgIGNvbG9ycyxcbiAgICAgIHNwYWNpbmc6IHsgYmFzZVVuaXQgfSxcbiAgICB9LFxuICB9OiBMb2FkaW5nSW5kaWNhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD4sXG4gIHVuc3R5bGVkOiBib29sZWFuXG4pOiBDU1NPYmplY3RXaXRoTGFiZWwgPT4gKHtcbiAgbGFiZWw6ICdsb2FkaW5nSW5kaWNhdG9yJyxcbiAgZGlzcGxheTogJ2ZsZXgnLFxuICB0cmFuc2l0aW9uOiAnY29sb3IgMTUwbXMnLFxuICBhbGlnblNlbGY6ICdjZW50ZXInLFxuICBmb250U2l6ZTogc2l6ZSxcbiAgbGluZUhlaWdodDogMSxcbiAgbWFyZ2luUmlnaHQ6IHNpemUsXG4gIHRleHRBbGlnbjogJ2NlbnRlcicsXG4gIHZlcnRpY2FsQWxpZ246ICdtaWRkbGUnLFxuICAuLi4odW5zdHlsZWRcbiAgICA/IHt9XG4gICAgOiB7XG4gICAgICAgIGNvbG9yOiBpc0ZvY3VzZWQgPyBjb2xvcnMubmV1dHJhbDYwIDogY29sb3JzLm5ldXRyYWwyMCxcbiAgICAgICAgcGFkZGluZzogYmFzZVVuaXQgKiAyLFxuICAgICAgfSksXG59KTtcblxuaW50ZXJmYWNlIExvYWRpbmdEb3RQcm9wcyB7XG4gIGRlbGF5OiBudW1iZXI7XG4gIG9mZnNldDogYm9vbGVhbjtcbn1cbmNvbnN0IExvYWRpbmdEb3QgPSAoeyBkZWxheSwgb2Zmc2V0IH06IExvYWRpbmdEb3RQcm9wcykgPT4gKFxuICA8c3BhblxuICAgIGNzcz17e1xuICAgICAgYW5pbWF0aW9uOiBgJHtsb2FkaW5nRG90QW5pbWF0aW9uc30gMXMgZWFzZS1pbi1vdXQgJHtkZWxheX1tcyBpbmZpbml0ZTtgLFxuICAgICAgYmFja2dyb3VuZENvbG9yOiAnY3VycmVudENvbG9yJyxcbiAgICAgIGJvcmRlclJhZGl1czogJzFlbScsXG4gICAgICBkaXNwbGF5OiAnaW5saW5lLWJsb2NrJyxcbiAgICAgIG1hcmdpbkxlZnQ6IG9mZnNldCA/ICcxZW0nIDogdW5kZWZpbmVkLFxuICAgICAgaGVpZ2h0OiAnMWVtJyxcbiAgICAgIHZlcnRpY2FsQWxpZ246ICd0b3AnLFxuICAgICAgd2lkdGg6ICcxZW0nLFxuICAgIH19XG4gIC8+XG4pO1xuXG5leHBvcnQgaW50ZXJmYWNlIExvYWRpbmdJbmRpY2F0b3JQcm9wczxcbiAgT3B0aW9uID0gdW5rbm93bixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4gPSBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+ID0gR3JvdXBCYXNlPE9wdGlvbj5cbj4gZXh0ZW5kcyBDb21tb25Qcm9wc0FuZENsYXNzTmFtZTxPcHRpb24sIElzTXVsdGksIEdyb3VwPiB7XG4gIC8qKiBQcm9wcyB0aGF0IHdpbGwgYmUgcGFzc2VkIG9uIHRvIHRoZSBjaGlsZHJlbi4gKi9cbiAgaW5uZXJQcm9wczogSlNYLkludHJpbnNpY0VsZW1lbnRzWydkaXYnXTtcbiAgLyoqIFRoZSBmb2N1c2VkIHN0YXRlIG9mIHRoZSBzZWxlY3QuICovXG4gIGlzRm9jdXNlZDogYm9vbGVhbjtcbiAgaXNEaXNhYmxlZDogYm9vbGVhbjtcbiAgLyoqIFNldCBzaXplIG9mIHRoZSBjb250YWluZXIuICovXG4gIHNpemU6IG51bWJlcjtcbn1cbmV4cG9ydCBjb25zdCBMb2FkaW5nSW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KHtcbiAgaW5uZXJQcm9wcyxcbiAgaXNSdGwsXG4gIHNpemUgPSA0LFxuICAuLi5yZXN0UHJvcHNcbn06IExvYWRpbmdJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPikgPT4ge1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKFxuICAgICAgICB7IC4uLnJlc3RQcm9wcywgaW5uZXJQcm9wcywgaXNSdGwsIHNpemUgfSxcbiAgICAgICAgJ2xvYWRpbmdJbmRpY2F0b3InLFxuICAgICAgICB7XG4gICAgICAgICAgaW5kaWNhdG9yOiB0cnVlLFxuICAgICAgICAgICdsb2FkaW5nLWluZGljYXRvcic6IHRydWUsXG4gICAgICAgIH1cbiAgICAgICl9XG4gICAgICB7Li4uaW5uZXJQcm9wc31cbiAgICA+XG4gICAgICA8TG9hZGluZ0RvdCBkZWxheT17MH0gb2Zmc2V0PXtpc1J0bH0gLz5cbiAgICAgIDxMb2FkaW5nRG90IGRlbGF5PXsxNjB9IG9mZnNldCAvPlxuICAgICAgPExvYWRpbmdEb3QgZGVsYXk9ezMyMH0gb2Zmc2V0PXshaXNSdGx9IC8+XG4gICAgPC9kaXY+XG4gICk7XG59O1xuIl19 */")})},U3=function(t){var n=t.innerProps,r=t.isRtl,o=t.size,s=o===void 0?4:o,i=jt(t,B3);return $("div",ee({},Re(Q(Q({},i),{},{innerProps:n,isRtl:r,size:s}),"loadingIndicator",{indicator:!0,"loading-indicator":!0}),n),$(ta,{delay:0,offset:r}),$(ta,{delay:160,offset:!0}),$(ta,{delay:320,offset:!r}))},Q3=function(t,n){var r=t.isDisabled,o=t.isFocused,s=t.theme,i=s.colors,a=s.borderRadius,c=s.spacing;return Q({label:"control",alignItems:"center",cursor:"default",display:"flex",flexWrap:"wrap",justifyContent:"space-between",minHeight:c.controlHeight,outline:"0 !important",position:"relative",transition:"all 100ms"},n?{}:{backgroundColor:r?i.neutral5:i.neutral0,borderColor:r?i.neutral10:o?i.primary:i.neutral20,borderRadius:a,borderStyle:"solid",borderWidth:1,boxShadow:o?"0 0 0 1px ".concat(i.primary):void 0,"&:hover":{borderColor:o?i.primary:i.neutral30}})},q3=function(t){var n=t.children,r=t.isDisabled,o=t.isFocused,s=t.innerRef,i=t.innerProps,a=t.menuIsOpen;return $("div",ee({ref:s},Re(t,"control",{control:!0,"control--is-disabled":r,"control--is-focused":o,"control--menu-is-open":a}),i,{"aria-disabled":r||void 0}),n)},$3=q3,K3=["data"],eI=function(t,n){var r=t.theme.spacing;return n?{}:{paddingBottom:r.baseUnit*2,paddingTop:r.baseUnit*2}},tI=function(t){var n=t.children,r=t.cx,o=t.getStyles,s=t.getClassNames,i=t.Heading,a=t.headingProps,c=t.innerProps,l=t.label,u=t.theme,m=t.selectProps;return $("div",ee({},Re(t,"group",{group:!0}),c),$(i,ee({},a,{selectProps:m,theme:u,getStyles:o,getClassNames:s,cx:r}),l),$("div",null,n))},nI=function(t,n){var r=t.theme,o=r.colors,s=r.spacing;return Q({label:"group",cursor:"default",display:"block"},n?{}:{color:o.neutral40,fontSize:"75%",fontWeight:500,marginBottom:"0.25em",paddingLeft:s.baseUnit*3,paddingRight:s.baseUnit*3,textTransform:"uppercase"})},rI=function(t){var n=Ed(t);n.data;var r=jt(n,K3);return $("div",ee({},Re(t,"groupHeading",{"group-heading":!0}),r))},oI=tI,sI=["innerRef","isDisabled","isHidden","inputClassName"],iI=function(t,n){var r=t.isDisabled,o=t.value,s=t.theme,i=s.spacing,a=s.colors;return Q(Q({visibility:r?"hidden":"visible",transform:o?"translateZ(0)":""},aI),n?{}:{margin:i.baseUnit/2,paddingBottom:i.baseUnit/2,paddingTop:i.baseUnit/2,color:a.neutral80})},Nd={gridArea:"1 / 2",font:"inherit",minWidth:"2px",border:0,margin:0,outline:0,padding:0},aI={flex:"1 1 auto",display:"inline-grid",gridArea:"1 / 1 / 2 / 3",gridTemplateColumns:"0 min-content","&:after":Q({content:'attr(data-value) " "',visibility:"hidden",whiteSpace:"pre"},Nd)},cI=function(t){return Q({label:"input",color:"inherit",background:0,opacity:t?0:1,width:"100%"},Nd)},lI=function(t){var n=t.cx,r=t.value,o=Ed(t),s=o.innerRef,i=o.isDisabled,a=o.isHidden,c=o.inputClassName,l=jt(o,sI);return $("div",ee({},Re(t,"input",{"input-container":!0}),{"data-value":r||""}),$("input",ee({className:n({input:!0},c),ref:s,style:cI(a),disabled:i},l)))},uI=lI,dI=function(t,n){var r=t.theme,o=r.spacing,s=r.borderRadius,i=r.colors;return Q({label:"multiValue",display:"flex",minWidth:0},n?{}:{backgroundColor:i.neutral10,borderRadius:s/2,margin:o.baseUnit/2})},fI=function(t,n){var r=t.theme,o=r.borderRadius,s=r.colors,i=t.cropWithEllipsis;return Q({overflow:"hidden",textOverflow:i||i===void 0?"ellipsis":void 0,whiteSpace:"nowrap"},n?{}:{borderRadius:o/2,color:s.neutral80,fontSize:"85%",padding:3,paddingLeft:6})},pI=function(t,n){var r=t.theme,o=r.spacing,s=r.borderRadius,i=r.colors,a=t.isFocused;return Q({alignItems:"center",display:"flex"},n?{}:{borderRadius:s/2,backgroundColor:a?i.dangerLight:void 0,paddingLeft:o.baseUnit,paddingRight:o.baseUnit,":hover":{backgroundColor:i.dangerLight,color:i.danger}})},kd=function(t){var n=t.children,r=t.innerProps;return $("div",r,n)},hI=kd,gI=kd;function mI(e){var t=e.children,n=e.innerProps;return $("div",ee({role:"button"},n),t||$(ea,{size:14}))}var bI=function(t){var n=t.children,r=t.components,o=t.data,s=t.innerProps,i=t.isDisabled,a=t.removeProps,c=t.selectProps,l=r.Container,u=r.Label,m=r.Remove;return $(l,{data:o,innerProps:Q(Q({},Re(t,"multiValue",{"multi-value":!0,"multi-value--is-disabled":i})),s),selectProps:c},$(u,{data:o,innerProps:Q({},Re(t,"multiValueLabel",{"multi-value__label":!0})),selectProps:c},n),$(m,{data:o,innerProps:Q(Q({},Re(t,"multiValueRemove",{"multi-value__remove":!0})),{},{"aria-label":"Remove ".concat(n||"option")},a),selectProps:c}))},yI=bI,vI=function(t,n){var r=t.isDisabled,o=t.isFocused,s=t.isSelected,i=t.theme,a=i.spacing,c=i.colors;return Q({label:"option",cursor:"default",display:"block",fontSize:"inherit",width:"100%",userSelect:"none",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)"},n?{}:{backgroundColor:s?c.primary:o?c.primary25:"transparent",color:r?c.neutral20:s?c.neutral0:"inherit",padding:"".concat(a.baseUnit*2,"px ").concat(a.baseUnit*3,"px"),":active":{backgroundColor:r?void 0:s?c.primary:c.primary50}})},CI=function(t){var n=t.children,r=t.isDisabled,o=t.isFocused,s=t.isSelected,i=t.innerRef,a=t.innerProps;return $("div",ee({},Re(t,"option",{option:!0,"option--is-disabled":r,"option--is-focused":o,"option--is-selected":s}),{ref:i,"aria-disabled":r},a),n)},II=CI,EI=function(t,n){var r=t.theme,o=r.spacing,s=r.colors;return Q({label:"placeholder",gridArea:"1 / 1 / 2 / 3"},n?{}:{color:s.neutral50,marginLeft:o.baseUnit/2,marginRight:o.baseUnit/2})},xI=function(t){var n=t.children,r=t.innerProps;return $("div",ee({},Re(t,"placeholder",{placeholder:!0}),r),n)},wI=xI,AI=function(t,n){var r=t.isDisabled,o=t.theme,s=o.spacing,i=o.colors;return Q({label:"singleValue",gridArea:"1 / 1 / 2 / 3",maxWidth:"100%",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},n?{}:{color:r?i.neutral40:i.neutral80,marginLeft:s.baseUnit/2,marginRight:s.baseUnit/2})},TI=function(t){var n=t.children,r=t.isDisabled,o=t.innerProps;return $("div",ee({},Re(t,"singleValue",{"single-value":!0,"single-value--is-disabled":r}),o),n)},SI=TI,Kt={ClearIndicator:Z3,Control:$3,DropdownIndicator:H3,DownChevron:Fd,CrossIcon:ea,Group:oI,GroupHeading:rI,IndicatorsContainer:P3,IndicatorSeparator:z3,Input:uI,LoadingIndicator:U3,Menu:E3,MenuList:w3,MenuPortal:L3,LoadingMessage:_3,NoOptionsMessage:S3,MultiValue:yI,MultiValueContainer:hI,MultiValueLabel:gI,MultiValueRemove:mI,Option:II,Placeholder:wI,SelectContainer:F3,SingleValue:SI,ValueContainer:N3},_I=function(t){return Q(Q({},Kt),t.components)},Pd=Number.isNaN||function(t){return typeof t=="number"&&t!==t};function OI(e,t){return!!(e===t||Pd(e)&&Pd(t))}function LI(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(!OI(e[n],t[n]))return!1;return!0}function RI(e,t){t===void 0&&(t=LI);var n=null;function r(){for(var o=[],s=0;s<arguments.length;s++)o[s]=arguments[s];if(n&&n.lastThis===this&&t(o,n.lastArgs))return n.lastResult;var i=e.apply(this,o);return n={lastResult:i,lastArgs:o,lastThis:this},i}return r.clear=function(){n=null},r}function FI(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}for(var DI=process.env.NODE_ENV==="production"?{name:"7pg0cj-a11yText",styles:"label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap"}:{name:"1f43avz-a11yText-A11yText",styles:"label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap;label:A11yText;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkExMXlUZXh0LnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFNSSIsImZpbGUiOiJBMTF5VGV4dC50c3giLCJzb3VyY2VzQ29udGVudCI6WyIvKiogQGpzeCBqc3ggKi9cbmltcG9ydCB7IGpzeCB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuLy8gQXNzaXN0aXZlIHRleHQgdG8gZGVzY3JpYmUgdmlzdWFsIGVsZW1lbnRzLiBIaWRkZW4gZm9yIHNpZ2h0ZWQgdXNlcnMuXG5jb25zdCBBMTF5VGV4dCA9IChwcm9wczogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzcGFuJ10pID0+IChcbiAgPHNwYW5cbiAgICBjc3M9e3tcbiAgICAgIGxhYmVsOiAnYTExeVRleHQnLFxuICAgICAgekluZGV4OiA5OTk5LFxuICAgICAgYm9yZGVyOiAwLFxuICAgICAgY2xpcDogJ3JlY3QoMXB4LCAxcHgsIDFweCwgMXB4KScsXG4gICAgICBoZWlnaHQ6IDEsXG4gICAgICB3aWR0aDogMSxcbiAgICAgIHBvc2l0aW9uOiAnYWJzb2x1dGUnLFxuICAgICAgb3ZlcmZsb3c6ICdoaWRkZW4nLFxuICAgICAgcGFkZGluZzogMCxcbiAgICAgIHdoaXRlU3BhY2U6ICdub3dyYXAnLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IGRlZmF1bHQgQTExeVRleHQ7XG4iXX0= */",toString:FI},NI=function(t){return $("span",ee({css:DI},t))},Md=NI,kI={guidance:function(t){var n=t.isSearchable,r=t.isMulti,o=t.tabSelectsValue,s=t.context,i=t.isInitialFocus;switch(s){case"menu":return"Use Up and Down to choose options, press Enter to select the currently focused option, press Escape to exit the menu".concat(o?", press Tab to select the option and exit the menu":"",".");case"input":return i?"".concat(t["aria-label"]||"Select"," is focused ").concat(n?",type to refine list":"",", press Down to open the menu, ").concat(r?" press left to focus selected values":""):"";case"value":return"Use left and right to toggle between focused values, press Backspace to remove the currently focused value";default:return""}},onChange:function(t){var n=t.action,r=t.label,o=r===void 0?"":r,s=t.labels,i=t.isDisabled;switch(n){case"deselect-option":case"pop-value":case"remove-value":return"option ".concat(o,", deselected.");case"clear":return"All selected options have been cleared.";case"initial-input-focus":return"option".concat(s.length>1?"s":""," ").concat(s.join(","),", selected.");case"select-option":return i?"option ".concat(o," is disabled. Select another option."):"option ".concat(o,", selected.");default:return""}},onFocus:function(t){var n=t.context,r=t.focused,o=t.options,s=t.label,i=s===void 0?"":s,a=t.selectValue,c=t.isDisabled,l=t.isSelected,u=t.isAppleDevice,m=function(p,d){return p&&p.length?"".concat(p.indexOf(d)+1," of ").concat(p.length):""};if(n==="value"&&a)return"value ".concat(i," focused, ").concat(m(a,r),".");if(n==="menu"&&u){var y=c?" disabled":"",C="".concat(l?" selected":"").concat(y);return"".concat(i).concat(C,", ").concat(m(o,r),".")}return""},onFilter:function(t){var n=t.inputValue,r=t.resultsMessage;return"".concat(r).concat(n?" for search term "+n:"",".")}},PI=function(t){var n=t.ariaSelection,r=t.focusedOption,o=t.focusedValue,s=t.focusableOptions,i=t.isFocused,a=t.selectValue,c=t.selectProps,l=t.id,u=t.isAppleDevice,m=c.ariaLiveMessages,y=c.getOptionLabel,C=c.inputValue,h=c.isMulti,p=c.isOptionDisabled,d=c.isSearchable,f=c.menuIsOpen,b=c.options,g=c.screenReaderStatus,I=c.tabSelectsValue,v=c.isLoading,w=c["aria-label"],A=c["aria-live"],T=S.useMemo(function(){return Q(Q({},kI),m||{})},[m]),_=S.useMemo(function(){var X="";if(n&&T.onChange){var Z=n.option,z=n.options,W=n.removedValue,q=n.removedValues,ie=n.value,ce=function(ae){return Array.isArray(ae)?null:ae},Y=W||Z||ce(ie),re=Y?y(Y):"",fe=z||q||void 0,M=fe?fe.map(y):[],U=Q({isDisabled:Y&&p(Y,a),label:re,labels:M},n);X=T.onChange(U)}return X},[n,T,p,a,y]),D=S.useMemo(function(){var X="",Z=r||o,z=!!(r&&a&&a.includes(r));if(Z&&T.onFocus){var W={focused:Z,label:y(Z),isDisabled:p(Z,a),isSelected:z,options:s,context:Z===r?"menu":"value",selectValue:a,isAppleDevice:u};X=T.onFocus(W)}return X},[r,o,y,p,T,s,a,u]),F=S.useMemo(function(){var X="";if(f&&b.length&&!v&&T.onFilter){var Z=g({count:s.length});X=T.onFilter({inputValue:C,resultsMessage:Z})}return X},[s,C,f,T,b,g,v]),k=(n==null?void 0:n.action)==="initial-input-focus",N=S.useMemo(function(){var X="";if(T.guidance){var Z=o?"value":f?"menu":"input";X=T.guidance({"aria-label":w,context:Z,isDisabled:r&&p(r,a),isMulti:h,isSearchable:d,tabSelectsValue:I,isInitialFocus:k})}return X},[w,r,o,h,p,d,f,T,a,I,k]),j=$(S.Fragment,null,$("span",{id:"aria-selection"},_),$("span",{id:"aria-focused"},D),$("span",{id:"aria-results"},F),$("span",{id:"aria-guidance"},N));return $(S.Fragment,null,$(Md,{id:l},k&&j),$(Md,{"aria-live":A,"aria-atomic":"false","aria-relevant":"additions text",role:"log"},i&&!k&&j))},MI=PI,na=[{base:"A",letters:"AⒶAÀÁÂẦẤẪẨÃĀĂẰẮẴẲȦǠÄǞẢÅǺǍȀȂẠẬẶḀĄȺⱯ"},{base:"AA",letters:"Ꜳ"},{base:"AE",letters:"ÆǼǢ"},{base:"AO",letters:"Ꜵ"},{base:"AU",letters:"Ꜷ"},{base:"AV",letters:"ꜸꜺ"},{base:"AY",letters:"Ꜽ"},{base:"B",letters:"BⒷBḂḄḆɃƂƁ"},{base:"C",letters:"CⒸCĆĈĊČÇḈƇȻꜾ"},{base:"D",letters:"DⒹDḊĎḌḐḒḎĐƋƊƉꝹ"},{base:"DZ",letters:"DZDŽ"},{base:"Dz",letters:"DzDž"},{base:"E",letters:"EⒺEÈÉÊỀẾỄỂẼĒḔḖĔĖËẺĚȄȆẸỆȨḜĘḘḚƐƎ"},{base:"F",letters:"FⒻFḞƑꝻ"},{base:"G",letters:"GⒼGǴĜḠĞĠǦĢǤƓꞠꝽꝾ"},{base:"H",letters:"HⒽHĤḢḦȞḤḨḪĦⱧⱵꞍ"},{base:"I",letters:"IⒾIÌÍÎĨĪĬİÏḮỈǏȈȊỊĮḬƗ"},{base:"J",letters:"JⒿJĴɈ"},{base:"K",letters:"KⓀKḰǨḲĶḴƘⱩꝀꝂꝄꞢ"},{base:"L",letters:"LⓁLĿĹĽḶḸĻḼḺŁȽⱢⱠꝈꝆꞀ"},{base:"LJ",letters:"LJ"},{base:"Lj",letters:"Lj"},{base:"M",letters:"MⓂMḾṀṂⱮƜ"},{base:"N",letters:"NⓃNǸŃÑṄŇṆŅṊṈȠƝꞐꞤ"},{base:"NJ",letters:"NJ"},{base:"Nj",letters:"Nj"},{base:"O",letters:"OⓄOÒÓÔỒỐỖỔÕṌȬṎŌṐṒŎȮȰÖȪỎŐǑȌȎƠỜỚỠỞỢỌỘǪǬØǾƆƟꝊꝌ"},{base:"OI",letters:"Ƣ"},{base:"OO",letters:"Ꝏ"},{base:"OU",letters:"Ȣ"},{base:"P",letters:"PⓅPṔṖƤⱣꝐꝒꝔ"},{base:"Q",letters:"QⓆQꝖꝘɊ"},{base:"R",letters:"RⓇRŔṘŘȐȒṚṜŖṞɌⱤꝚꞦꞂ"},{base:"S",letters:"SⓈSẞŚṤŜṠŠṦṢṨȘŞⱾꞨꞄ"},{base:"T",letters:"TⓉTṪŤṬȚŢṰṮŦƬƮȾꞆ"},{base:"TZ",letters:"Ꜩ"},{base:"U",letters:"UⓊUÙÚÛŨṸŪṺŬÜǛǗǕǙỦŮŰǓȔȖƯỪỨỮỬỰỤṲŲṶṴɄ"},{base:"V",letters:"VⓋVṼṾƲꝞɅ"},{base:"VY",letters:"Ꝡ"},{base:"W",letters:"WⓌWẀẂŴẆẄẈⱲ"},{base:"X",letters:"XⓍXẊẌ"},{base:"Y",letters:"YⓎYỲÝŶỸȲẎŸỶỴƳɎỾ"},{base:"Z",letters:"ZⓏZŹẐŻŽẒẔƵȤⱿⱫꝢ"},{base:"a",letters:"aⓐaẚàáâầấẫẩãāăằắẵẳȧǡäǟảåǻǎȁȃạậặḁąⱥɐ"},{base:"aa",letters:"ꜳ"},{base:"ae",letters:"æǽǣ"},{base:"ao",letters:"ꜵ"},{base:"au",letters:"ꜷ"},{base:"av",letters:"ꜹꜻ"},{base:"ay",letters:"ꜽ"},{base:"b",letters:"bⓑbḃḅḇƀƃɓ"},{base:"c",letters:"cⓒcćĉċčçḉƈȼꜿↄ"},{base:"d",letters:"dⓓdḋďḍḑḓḏđƌɖɗꝺ"},{base:"dz",letters:"dzdž"},{base:"e",letters:"eⓔeèéêềếễểẽēḕḗĕėëẻěȅȇẹệȩḝęḙḛɇɛǝ"},{base:"f",letters:"fⓕfḟƒꝼ"},{base:"g",letters:"gⓖgǵĝḡğġǧģǥɠꞡᵹꝿ"},{base:"h",letters:"hⓗhĥḣḧȟḥḩḫẖħⱨⱶɥ"},{base:"hv",letters:"ƕ"},{base:"i",letters:"iⓘiìíîĩīĭïḯỉǐȉȋịįḭɨı"},{base:"j",letters:"jⓙjĵǰɉ"},{base:"k",letters:"kⓚkḱǩḳķḵƙⱪꝁꝃꝅꞣ"},{base:"l",letters:"lⓛlŀĺľḷḹļḽḻſłƚɫⱡꝉꞁꝇ"},{base:"lj",letters:"lj"},{base:"m",letters:"mⓜmḿṁṃɱɯ"},{base:"n",letters:"nⓝnǹńñṅňṇņṋṉƞɲʼnꞑꞥ"},{base:"nj",letters:"nj"},{base:"o",letters:"oⓞoòóôồốỗổõṍȭṏōṑṓŏȯȱöȫỏőǒȍȏơờớỡởợọộǫǭøǿɔꝋꝍɵ"},{base:"oi",letters:"ƣ"},{base:"ou",letters:"ȣ"},{base:"oo",letters:"ꝏ"},{base:"p",letters:"pⓟpṕṗƥᵽꝑꝓꝕ"},{base:"q",letters:"qⓠqɋꝗꝙ"},{base:"r",letters:"rⓡrŕṙřȑȓṛṝŗṟɍɽꝛꞧꞃ"},{base:"s",letters:"sⓢsßśṥŝṡšṧṣṩșşȿꞩꞅẛ"},{base:"t",letters:"tⓣtṫẗťṭțţṱṯŧƭʈⱦꞇ"},{base:"tz",letters:"ꜩ"},{base:"u",letters:"uⓤuùúûũṹūṻŭüǜǘǖǚủůűǔȕȗưừứữửựụṳųṷṵʉ"},{base:"v",letters:"vⓥvṽṿʋꝟʌ"},{base:"vy",letters:"ꝡ"},{base:"w",letters:"wⓦwẁẃŵẇẅẘẉⱳ"},{base:"x",letters:"xⓧxẋẍ"},{base:"y",letters:"yⓨyỳýŷỹȳẏÿỷẙỵƴɏỿ"},{base:"z",letters:"zⓩzźẑżžẓẕƶȥɀⱬꝣ"}],BI=new RegExp("["+na.map(function(e){return e.letters}).join("")+"]","g"),Bd={},ra=0;ra<na.length;ra++)for(var oa=na[ra],sa=0;sa<oa.letters.length;sa++)Bd[oa.letters[sa]]=oa.base;var jd=function(t){return t.replace(BI,function(n){return Bd[n]})},jI=RI(jd),Gd=function(t){return t.replace(/^\s+|\s+$/g,"")},GI=function(t){return"".concat(t.label," ").concat(t.value)},VI=function(t){return function(n,r){if(n.data.__isNew__)return!0;var o=Q({ignoreCase:!0,ignoreAccents:!0,stringify:GI,trim:!0,matchFrom:"any"},t),s=o.ignoreCase,i=o.ignoreAccents,a=o.stringify,c=o.trim,l=o.matchFrom,u=c?Gd(r):r,m=c?Gd(a(n)):a(n);return s&&(u=u.toLowerCase(),m=m.toLowerCase()),i&&(u=jI(u),m=jd(m)),l==="start"?m.substr(0,u.length)===u:m.indexOf(u)>-1}},HI=["innerRef"];function WI(e){var t=e.innerRef,n=jt(e,HI),r=h3(n,"onExited","in","enter","exit","appear");return $("input",ee({ref:t},r,{css:Ji({label:"dummyInput",background:0,border:0,caretColor:"transparent",fontSize:"inherit",gridArea:"1 / 1 / 2 / 3",outline:0,padding:0,width:1,color:"transparent",left:-100,opacity:0,position:"relative",transform:"scale(.01)"},process.env.NODE_ENV==="production"?"":";label:DummyInput;",process.env.NODE_ENV==="production"?"":"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkR1bW15SW5wdXQudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXlCTSIsImZpbGUiOiJEdW1teUlucHV0LnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgUmVmIH0gZnJvbSAncmVhY3QnO1xuaW1wb3J0IHsganN4IH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuaW1wb3J0IHsgcmVtb3ZlUHJvcHMgfSBmcm9tICcuLi91dGlscyc7XG5cbmV4cG9ydCBkZWZhdWx0IGZ1bmN0aW9uIER1bW15SW5wdXQoe1xuICBpbm5lclJlZixcbiAgLi4ucHJvcHNcbn06IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snaW5wdXQnXSAmIHtcbiAgcmVhZG9ubHkgaW5uZXJSZWY6IFJlZjxIVE1MSW5wdXRFbGVtZW50Pjtcbn0pIHtcbiAgLy8gUmVtb3ZlIGFuaW1hdGlvbiBwcm9wcyBub3QgbWVhbnQgZm9yIEhUTUwgZWxlbWVudHNcbiAgY29uc3QgZmlsdGVyZWRQcm9wcyA9IHJlbW92ZVByb3BzKFxuICAgIHByb3BzLFxuICAgICdvbkV4aXRlZCcsXG4gICAgJ2luJyxcbiAgICAnZW50ZXInLFxuICAgICdleGl0JyxcbiAgICAnYXBwZWFyJ1xuICApO1xuXG4gIHJldHVybiAoXG4gICAgPGlucHV0XG4gICAgICByZWY9e2lubmVyUmVmfVxuICAgICAgey4uLmZpbHRlcmVkUHJvcHN9XG4gICAgICBjc3M9e3tcbiAgICAgICAgbGFiZWw6ICdkdW1teUlucHV0JyxcbiAgICAgICAgLy8gZ2V0IHJpZCBvZiBhbnkgZGVmYXVsdCBzdHlsZXNcbiAgICAgICAgYmFja2dyb3VuZDogMCxcbiAgICAgICAgYm9yZGVyOiAwLFxuICAgICAgICAvLyBpbXBvcnRhbnQhIHRoaXMgaGlkZXMgdGhlIGZsYXNoaW5nIGN1cnNvclxuICAgICAgICBjYXJldENvbG9yOiAndHJhbnNwYXJlbnQnLFxuICAgICAgICBmb250U2l6ZTogJ2luaGVyaXQnLFxuICAgICAgICBncmlkQXJlYTogJzEgLyAxIC8gMiAvIDMnLFxuICAgICAgICBvdXRsaW5lOiAwLFxuICAgICAgICBwYWRkaW5nOiAwLFxuICAgICAgICAvLyBpbXBvcnRhbnQhIHdpdGhvdXQgYHdpZHRoYCBicm93c2VycyB3b24ndCBhbGxvdyBmb2N1c1xuICAgICAgICB3aWR0aDogMSxcblxuICAgICAgICAvLyByZW1vdmUgY3Vyc29yIG9uIGRlc2t0b3BcbiAgICAgICAgY29sb3I6ICd0cmFuc3BhcmVudCcsXG5cbiAgICAgICAgLy8gcmVtb3ZlIGN1cnNvciBvbiBtb2JpbGUgd2hpbHN0IG1haW50YWluaW5nIFwic2Nyb2xsIGludG8gdmlld1wiIGJlaGF2aW91clxuICAgICAgICBsZWZ0OiAtMTAwLFxuICAgICAgICBvcGFjaXR5OiAwLFxuICAgICAgICBwb3NpdGlvbjogJ3JlbGF0aXZlJyxcbiAgICAgICAgdHJhbnNmb3JtOiAnc2NhbGUoLjAxKScsXG4gICAgICB9fVxuICAgIC8+XG4gICk7XG59XG4iXX0= */")}))}var ZI=function(t){t.cancelable&&t.preventDefault(),t.stopPropagation()};function XI(e){var t=e.isEnabled,n=e.onBottomArrive,r=e.onBottomLeave,o=e.onTopArrive,s=e.onTopLeave,i=S.useRef(!1),a=S.useRef(!1),c=S.useRef(0),l=S.useRef(null),u=S.useCallback(function(d,f){if(l.current!==null){var b=l.current,g=b.scrollTop,I=b.scrollHeight,v=b.clientHeight,w=l.current,A=f>0,T=I-v-g,_=!1;T>f&&i.current&&(r&&r(d),i.current=!1),A&&a.current&&(s&&s(d),a.current=!1),A&&f>T?(n&&!i.current&&n(d),w.scrollTop=I,_=!0,i.current=!0):!A&&-f>g&&(o&&!a.current&&o(d),w.scrollTop=0,_=!0,a.current=!0),_&&ZI(d)}},[n,r,o,s]),m=S.useCallback(function(d){u(d,d.deltaY)},[u]),y=S.useCallback(function(d){c.current=d.changedTouches[0].clientY},[]),C=S.useCallback(function(d){var f=c.current-d.changedTouches[0].clientY;u(d,f)},[u]),h=S.useCallback(function(d){if(d){var f=d3?{passive:!1}:!1;d.addEventListener("wheel",m,f),d.addEventListener("touchstart",y,f),d.addEventListener("touchmove",C,f)}},[C,y,m]),p=S.useCallback(function(d){d&&(d.removeEventListener("wheel",m,!1),d.removeEventListener("touchstart",y,!1),d.removeEventListener("touchmove",C,!1))},[C,y,m]);return S.useEffect(function(){if(t){var d=l.current;return h(d),function(){p(d)}}},[t,h,p]),function(d){l.current=d}}var Vd=["boxSizing","height","overflow","paddingRight","position"],Hd={boxSizing:"border-box",overflow:"hidden",position:"relative",height:"100%"};function Wd(e){e.preventDefault()}function Zd(e){e.stopPropagation()}function Xd(){var e=this.scrollTop,t=this.scrollHeight,n=e+this.offsetHeight;e===0?this.scrollTop=1:n===t&&(this.scrollTop=e-1)}function zd(){return"ontouchstart"in window||navigator.maxTouchPoints}var Yd=!!(typeof window<"u"&&window.document&&window.document.createElement),$r=0,lr={capture:!1,passive:!1};function zI(e){var t=e.isEnabled,n=e.accountForScrollbars,r=n===void 0?!0:n,o=S.useRef({}),s=S.useRef(null),i=S.useCallback(function(c){if(Yd){var l=document.body,u=l&&l.style;if(r&&Vd.forEach(function(h){var p=u&&u[h];o.current[h]=p}),r&&$r<1){var m=parseInt(o.current.paddingRight,10)||0,y=document.body?document.body.clientWidth:0,C=window.innerWidth-y+m||0;Object.keys(Hd).forEach(function(h){var p=Hd[h];u&&(u[h]=p)}),u&&(u.paddingRight="".concat(C,"px"))}l&&zd()&&(l.addEventListener("touchmove",Wd,lr),c&&(c.addEventListener("touchstart",Xd,lr),c.addEventListener("touchmove",Zd,lr))),$r+=1}},[r]),a=S.useCallback(function(c){if(Yd){var l=document.body,u=l&&l.style;$r=Math.max($r-1,0),r&&$r<1&&Vd.forEach(function(m){var y=o.current[m];u&&(u[m]=y)}),l&&zd()&&(l.removeEventListener("touchmove",Wd,lr),c&&(c.removeEventListener("touchstart",Xd,lr),c.removeEventListener("touchmove",Zd,lr)))}},[r]);return S.useEffect(function(){if(t){var c=s.current;return i(c),function(){a(c)}}},[t,i,a]),function(c){s.current=c}}function YI(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}var JI=function(t){var n=t.target;return n.ownerDocument.activeElement&&n.ownerDocument.activeElement.blur()},UI=process.env.NODE_ENV==="production"?{name:"1kfdb0e",styles:"position:fixed;left:0;bottom:0;right:0;top:0"}:{name:"bp8cua-ScrollManager",styles:"position:fixed;left:0;bottom:0;right:0;top:0;label:ScrollManager;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIlNjcm9sbE1hbmFnZXIudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQW9EVSIsImZpbGUiOiJTY3JvbGxNYW5hZ2VyLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsganN4IH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuaW1wb3J0IHsgRnJhZ21lbnQsIFJlYWN0RWxlbWVudCwgUmVmQ2FsbGJhY2ssIE1vdXNlRXZlbnQgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgdXNlU2Nyb2xsQ2FwdHVyZSBmcm9tICcuL3VzZVNjcm9sbENhcHR1cmUnO1xuaW1wb3J0IHVzZVNjcm9sbExvY2sgZnJvbSAnLi91c2VTY3JvbGxMb2NrJztcblxuaW50ZXJmYWNlIFByb3BzIHtcbiAgcmVhZG9ubHkgY2hpbGRyZW46IChyZWY6IFJlZkNhbGxiYWNrPEhUTUxFbGVtZW50PikgPT4gUmVhY3RFbGVtZW50O1xuICByZWFkb25seSBsb2NrRW5hYmxlZDogYm9vbGVhbjtcbiAgcmVhZG9ubHkgY2FwdHVyZUVuYWJsZWQ6IGJvb2xlYW47XG4gIHJlYWRvbmx5IG9uQm90dG9tQXJyaXZlPzogKGV2ZW50OiBXaGVlbEV2ZW50IHwgVG91Y2hFdmVudCkgPT4gdm9pZDtcbiAgcmVhZG9ubHkgb25Cb3R0b21MZWF2ZT86IChldmVudDogV2hlZWxFdmVudCB8IFRvdWNoRXZlbnQpID0+IHZvaWQ7XG4gIHJlYWRvbmx5IG9uVG9wQXJyaXZlPzogKGV2ZW50OiBXaGVlbEV2ZW50IHwgVG91Y2hFdmVudCkgPT4gdm9pZDtcbiAgcmVhZG9ubHkgb25Ub3BMZWF2ZT86IChldmVudDogV2hlZWxFdmVudCB8IFRvdWNoRXZlbnQpID0+IHZvaWQ7XG59XG5cbmNvbnN0IGJsdXJTZWxlY3RJbnB1dCA9IChldmVudDogTW91c2VFdmVudDxIVE1MRGl2RWxlbWVudD4pID0+IHtcbiAgY29uc3QgZWxlbWVudCA9IGV2ZW50LnRhcmdldCBhcyBIVE1MRGl2RWxlbWVudDtcbiAgcmV0dXJuIChcbiAgICBlbGVtZW50Lm93bmVyRG9jdW1lbnQuYWN0aXZlRWxlbWVudCAmJlxuICAgIChlbGVtZW50Lm93bmVyRG9jdW1lbnQuYWN0aXZlRWxlbWVudCBhcyBIVE1MRWxlbWVudCkuYmx1cigpXG4gICk7XG59O1xuXG5leHBvcnQgZGVmYXVsdCBmdW5jdGlvbiBTY3JvbGxNYW5hZ2VyKHtcbiAgY2hpbGRyZW4sXG4gIGxvY2tFbmFibGVkLFxuICBjYXB0dXJlRW5hYmxlZCA9IHRydWUsXG4gIG9uQm90dG9tQXJyaXZlLFxuICBvbkJvdHRvbUxlYXZlLFxuICBvblRvcEFycml2ZSxcbiAgb25Ub3BMZWF2ZSxcbn06IFByb3BzKSB7XG4gIGNvbnN0IHNldFNjcm9sbENhcHR1cmVUYXJnZXQgPSB1c2VTY3JvbGxDYXB0dXJlKHtcbiAgICBpc0VuYWJsZWQ6IGNhcHR1cmVFbmFibGVkLFxuICAgIG9uQm90dG9tQXJyaXZlLFxuICAgIG9uQm90dG9tTGVhdmUsXG4gICAgb25Ub3BBcnJpdmUsXG4gICAgb25Ub3BMZWF2ZSxcbiAgfSk7XG4gIGNvbnN0IHNldFNjcm9sbExvY2tUYXJnZXQgPSB1c2VTY3JvbGxMb2NrKHsgaXNFbmFibGVkOiBsb2NrRW5hYmxlZCB9KTtcblxuICBjb25zdCB0YXJnZXRSZWY6IFJlZkNhbGxiYWNrPEhUTUxFbGVtZW50PiA9IChlbGVtZW50KSA9PiB7XG4gICAgc2V0U2Nyb2xsQ2FwdHVyZVRhcmdldChlbGVtZW50KTtcbiAgICBzZXRTY3JvbGxMb2NrVGFyZ2V0KGVsZW1lbnQpO1xuICB9O1xuXG4gIHJldHVybiAoXG4gICAgPEZyYWdtZW50PlxuICAgICAge2xvY2tFbmFibGVkICYmIChcbiAgICAgICAgPGRpdlxuICAgICAgICAgIG9uQ2xpY2s9e2JsdXJTZWxlY3RJbnB1dH1cbiAgICAgICAgICBjc3M9e3sgcG9zaXRpb246ICdmaXhlZCcsIGxlZnQ6IDAsIGJvdHRvbTogMCwgcmlnaHQ6IDAsIHRvcDogMCB9fVxuICAgICAgICAvPlxuICAgICAgKX1cbiAgICAgIHtjaGlsZHJlbih0YXJnZXRSZWYpfVxuICAgIDwvRnJhZ21lbnQ+XG4gICk7XG59XG4iXX0= */",toString:YI};function QI(e){var t=e.children,n=e.lockEnabled,r=e.captureEnabled,o=r===void 0?!0:r,s=e.onBottomArrive,i=e.onBottomLeave,a=e.onTopArrive,c=e.onTopLeave,l=XI({isEnabled:o,onBottomArrive:s,onBottomLeave:i,onTopArrive:a,onTopLeave:c}),u=zI({isEnabled:n}),m=function(C){l(C),u(C)};return $(S.Fragment,null,n&&$("div",{onClick:JI,css:UI}),t(m))}function qI(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}var $I=process.env.NODE_ENV==="production"?{name:"1a0ro4n-requiredInput",styles:"label:requiredInput;opacity:0;pointer-events:none;position:absolute;bottom:0;left:0;right:0;width:100%"}:{name:"5kkxb2-requiredInput-RequiredInput",styles:"label:requiredInput;opacity:0;pointer-events:none;position:absolute;bottom:0;left:0;right:0;width:100%;label:RequiredInput;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIlJlcXVpcmVkSW5wdXQudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQWNJIiwiZmlsZSI6IlJlcXVpcmVkSW5wdXQudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiLyoqIEBqc3gganN4ICovXG5pbXBvcnQgeyBGb2N1c0V2ZW50SGFuZGxlciwgRnVuY3Rpb25Db21wb25lbnQgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3ggfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmNvbnN0IFJlcXVpcmVkSW5wdXQ6IEZ1bmN0aW9uQ29tcG9uZW50PHtcbiAgcmVhZG9ubHkgbmFtZT86IHN0cmluZztcbiAgcmVhZG9ubHkgb25Gb2N1czogRm9jdXNFdmVudEhhbmRsZXI8SFRNTElucHV0RWxlbWVudD47XG59PiA9ICh7IG5hbWUsIG9uRm9jdXMgfSkgPT4gKFxuICA8aW5wdXRcbiAgICByZXF1aXJlZFxuICAgIG5hbWU9e25hbWV9XG4gICAgdGFiSW5kZXg9ey0xfVxuICAgIGFyaWEtaGlkZGVuPVwidHJ1ZVwiXG4gICAgb25Gb2N1cz17b25Gb2N1c31cbiAgICBjc3M9e3tcbiAgICAgIGxhYmVsOiAncmVxdWlyZWRJbnB1dCcsXG4gICAgICBvcGFjaXR5OiAwLFxuICAgICAgcG9pbnRlckV2ZW50czogJ25vbmUnLFxuICAgICAgcG9zaXRpb246ICdhYnNvbHV0ZScsXG4gICAgICBib3R0b206IDAsXG4gICAgICBsZWZ0OiAwLFxuICAgICAgcmlnaHQ6IDAsXG4gICAgICB3aWR0aDogJzEwMCUnLFxuICAgIH19XG4gICAgLy8gUHJldmVudCBgU3dpdGNoaW5nIGZyb20gdW5jb250cm9sbGVkIHRvIGNvbnRyb2xsZWRgIGVycm9yXG4gICAgdmFsdWU9XCJcIlxuICAgIG9uQ2hhbmdlPXsoKSA9PiB7fX1cbiAgLz5cbik7XG5cbmV4cG9ydCBkZWZhdWx0IFJlcXVpcmVkSW5wdXQ7XG4iXX0= */",toString:qI},KI=function(t){var n=t.name,r=t.onFocus;return $("input",{required:!0,name:n,tabIndex:-1,"aria-hidden":"true",onFocus:r,css:$I,value:"",onChange:function(){}})},eE=KI;function ia(e){var t;return typeof window<"u"&&window.navigator!=null?e.test(((t=window.navigator.userAgentData)===null||t===void 0?void 0:t.platform)||window.navigator.platform):!1}function tE(){return ia(/^iPhone/i)}function Jd(){return ia(/^Mac/i)}function nE(){return ia(/^iPad/i)||Jd()&&navigator.maxTouchPoints>1}function rE(){return tE()||nE()}function oE(){return Jd()||rE()}var sE=function(t){return t.label},iE=function(t){return t.label},aE=function(t){return t.value},cE=function(t){return!!t.isDisabled},lE={clearIndicator:W3,container:R3,control:Q3,dropdownIndicator:V3,group:eI,groupHeading:nI,indicatorsContainer:k3,indicatorSeparator:X3,input:iI,loadingIndicator:J3,loadingMessage:T3,menu:v3,menuList:x3,menuPortal:O3,multiValue:dI,multiValueLabel:fI,multiValueRemove:pI,noOptionsMessage:A3,option:vI,placeholder:EI,singleValue:AI,valueContainer:D3},uE={primary:"#2684FF",primary75:"#4C9AFF",primary50:"#B2D4FF",primary25:"#DEEBFF",danger:"#DE350B",dangerLight:"#FFBDAD",neutral0:"hsl(0, 0%, 100%)",neutral5:"hsl(0, 0%, 95%)",neutral10:"hsl(0, 0%, 90%)",neutral20:"hsl(0, 0%, 80%)",neutral30:"hsl(0, 0%, 70%)",neutral40:"hsl(0, 0%, 60%)",neutral50:"hsl(0, 0%, 50%)",neutral60:"hsl(0, 0%, 40%)",neutral70:"hsl(0, 0%, 30%)",neutral80:"hsl(0, 0%, 20%)",neutral90:"hsl(0, 0%, 10%)"},dE=4,Ud=4,fE=38,pE=Ud*2,hE={baseUnit:Ud,controlHeight:fE,menuGutter:pE},aa={borderRadius:dE,colors:uE,spacing:hE},gE={"aria-live":"polite",backspaceRemovesValue:!0,blurInputOnSelect:Ad(),captureMenuScroll:!Ad(),classNames:{},closeMenuOnSelect:!0,closeMenuOnScroll:!1,components:{},controlShouldRenderValue:!0,escapeClearsValue:!1,filterOption:VI(),formatGroupLabel:sE,getOptionLabel:iE,getOptionValue:aE,isDisabled:!1,isLoading:!1,isMulti:!1,isRtl:!1,isSearchable:!0,isOptionDisabled:cE,loadingMessage:function(){return"Loading..."},maxMenuHeight:300,minMenuHeight:140,menuIsOpen:!1,menuPlacement:"bottom",menuPosition:"absolute",menuShouldBlockScroll:!1,menuShouldScrollIntoView:!l3(),noOptionsMessage:function(){return"No options"},openMenuOnFocus:!1,openMenuOnClick:!0,options:[],pageSize:5,placeholder:"Select...",screenReaderStatus:function(t){var n=t.count;return"".concat(n," result").concat(n!==1?"s":""," available")},styles:{},tabIndex:0,tabSelectsValue:!0,unstyled:!1};function Qd(e,t,n,r){var o=tf(e,t,n),s=nf(e,t,n),i=ef(e,t),a=Is(e,t);return{type:"option",data:t,isDisabled:o,isSelected:s,label:i,value:a,index:r}}function Cs(e,t){return e.options.map(function(n,r){if("options"in n){var o=n.options.map(function(i,a){return Qd(e,i,t,a)}).filter(function(i){return Kd(e,i)});return o.length>0?{type:"group",data:n,options:o,index:r}:void 0}var s=Qd(e,n,t,r);return Kd(e,s)?s:void 0}).filter(f3)}function qd(e){return e.reduce(function(t,n){return n.type==="group"?t.push.apply(t,Bi(n.options.map(function(r){return r.data}))):t.push(n.data),t},[])}function $d(e,t){return e.reduce(function(n,r){return r.type==="group"?n.push.apply(n,Bi(r.options.map(function(o){return{data:o.data,id:"".concat(t,"-").concat(r.index,"-").concat(o.index)}}))):n.push({data:r.data,id:"".concat(t,"-").concat(r.index)}),n},[])}function mE(e,t){return qd(Cs(e,t))}function Kd(e,t){var n=e.inputValue,r=n===void 0?"":n,o=t.data,s=t.isSelected,i=t.label,a=t.value;return(!of(e)||!s)&&rf(e,{label:i,value:a,data:o},r)}function bE(e,t){var n=e.focusedValue,r=e.selectValue,o=r.indexOf(n);if(o>-1){var s=t.indexOf(n);if(s>-1)return n;if(o<t.length)return t[o]}return null}function yE(e,t){var n=e.focusedOption;return n&&t.indexOf(n)>-1?n:t[0]}var ca=function(t,n){var r,o=(r=t.find(function(s){return s.data===n}))===null||r===void 0?void 0:r.id;return o||null},ef=function(t,n){return t.getOptionLabel(n)},Is=function(t,n){return t.getOptionValue(n)};function tf(e,t,n){return typeof e.isOptionDisabled=="function"?e.isOptionDisabled(t,n):!1}function nf(e,t,n){if(n.indexOf(t)>-1)return!0;if(typeof e.isOptionSelected=="function")return e.isOptionSelected(t,n);var r=Is(e,t);return n.some(function(o){return Is(e,o)===r})}function rf(e,t,n){return e.filterOption?e.filterOption(t,n):!0}var of=function(t){var n=t.hideSelectedOptions,r=t.isMulti;return n===void 0?r:n},vE=1,la=function(e){Rv(n,e);var t=Nv(n);function n(r){var o;if(Ov(this,n),o=t.call(this,r),o.state={ariaSelection:null,focusedOption:null,focusedOptionId:null,focusableOptionsWithIds:[],focusedValue:null,inputIsHidden:!1,isFocused:!1,selectValue:[],clearFocusValueOnUpdate:!1,prevWasFocused:!1,inputIsHiddenAfterUpdate:void 0,prevProps:void 0,instancePrefix:""},o.blockOptionHover=!1,o.isComposing=!1,o.commonProps=void 0,o.initialTouchX=0,o.initialTouchY=0,o.openAfterFocus=!1,o.scrollToFocusedOptionOnUpdate=!1,o.userIsDragging=void 0,o.isAppleDevice=oE(),o.controlRef=null,o.getControlRef=function(c){o.controlRef=c},o.focusedOptionRef=null,o.getFocusedOptionRef=function(c){o.focusedOptionRef=c},o.menuListRef=null,o.getMenuListRef=function(c){o.menuListRef=c},o.inputRef=null,o.getInputRef=function(c){o.inputRef=c},o.focus=o.focusInput,o.blur=o.blurInput,o.onChange=function(c,l){var u=o.props,m=u.onChange,y=u.name;l.name=y,o.ariaOnChange(c,l),m(c,l)},o.setValue=function(c,l,u){var m=o.props,y=m.closeMenuOnSelect,C=m.isMulti,h=m.inputValue;o.onInputChange("",{action:"set-value",prevInputValue:h}),y&&(o.setState({inputIsHiddenAfterUpdate:!C}),o.onMenuClose()),o.setState({clearFocusValueOnUpdate:!0}),o.onChange(c,{action:l,option:u})},o.selectOption=function(c){var l=o.props,u=l.blurInputOnSelect,m=l.isMulti,y=l.name,C=o.state.selectValue,h=m&&o.isOptionSelected(c,C),p=o.isOptionDisabled(c,C);if(h){var d=o.getOptionValue(c);o.setValue(C.filter(function(f){return o.getOptionValue(f)!==d}),"deselect-option",c)}else if(!p)m?o.setValue([].concat(Bi(C),[c]),"select-option",c):o.setValue(c,"select-option");else{o.ariaOnChange(c,{action:"select-option",option:c,name:y});return}u&&o.blurInput()},o.removeValue=function(c){var l=o.props.isMulti,u=o.state.selectValue,m=o.getOptionValue(c),y=u.filter(function(h){return o.getOptionValue(h)!==m}),C=vs(l,y,y[0]||null);o.onChange(C,{action:"remove-value",removedValue:c}),o.focusInput()},o.clearValue=function(){var c=o.state.selectValue;o.onChange(vs(o.props.isMulti,[],null),{action:"clear",removedValues:c})},o.popValue=function(){var c=o.props.isMulti,l=o.state.selectValue,u=l[l.length-1],m=l.slice(0,l.length-1),y=vs(c,m,m[0]||null);u&&o.onChange(y,{action:"pop-value",removedValue:u})},o.getFocusedOptionId=function(c){return ca(o.state.focusableOptionsWithIds,c)},o.getFocusableOptionsWithIds=function(){return $d(Cs(o.props,o.state.selectValue),o.getElementId("option"))},o.getValue=function(){return o.state.selectValue},o.cx=function(){for(var c=arguments.length,l=new Array(c),u=0;u<c;u++)l[u]=arguments[u];return r3.apply(void 0,[o.props.classNamePrefix].concat(l))},o.getOptionLabel=function(c){return ef(o.props,c)},o.getOptionValue=function(c){return Is(o.props,c)},o.getStyles=function(c,l){var u=o.props.unstyled,m=lE[c](l,u);m.boxSizing="border-box";var y=o.props.styles[c];return y?y(m,l):m},o.getClassNames=function(c,l){var u,m;return(u=(m=o.props.classNames)[c])===null||u===void 0?void 0:u.call(m,l)},o.getElementId=function(c){return"".concat(o.state.instancePrefix,"-").concat(c)},o.getComponents=function(){return _I(o.props)},o.buildCategorizedOptions=function(){return Cs(o.props,o.state.selectValue)},o.getCategorizedOptions=function(){return o.props.menuIsOpen?o.buildCategorizedOptions():[]},o.buildFocusableOptions=function(){return qd(o.buildCategorizedOptions())},o.getFocusableOptions=function(){return o.props.menuIsOpen?o.buildFocusableOptions():[]},o.ariaOnChange=function(c,l){o.setState({ariaSelection:Q({value:c},l)})},o.onMenuMouseDown=function(c){c.button===0&&(c.stopPropagation(),c.preventDefault(),o.focusInput())},o.onMenuMouseMove=function(c){o.blockOptionHover=!1},o.onControlMouseDown=function(c){if(!c.defaultPrevented){var l=o.props.openMenuOnClick;o.state.isFocused?o.props.menuIsOpen?c.target.tagName!=="INPUT"&&c.target.tagName!=="TEXTAREA"&&o.onMenuClose():l&&o.openMenu("first"):(l&&(o.openAfterFocus=!0),o.focusInput()),c.target.tagName!=="INPUT"&&c.target.tagName!=="TEXTAREA"&&c.preventDefault()}},o.onDropdownIndicatorMouseDown=function(c){if(!(c&&c.type==="mousedown"&&c.button!==0)&&!o.props.isDisabled){var l=o.props,u=l.isMulti,m=l.menuIsOpen;o.focusInput(),m?(o.setState({inputIsHiddenAfterUpdate:!u}),o.onMenuClose()):o.openMenu("first"),c.preventDefault()}},o.onClearIndicatorMouseDown=function(c){c&&c.type==="mousedown"&&c.button!==0||(o.clearValue(),c.preventDefault(),o.openAfterFocus=!1,c.type==="touchend"?o.focusInput():setTimeout(function(){return o.focusInput()}))},o.onScroll=function(c){typeof o.props.closeMenuOnScroll=="boolean"?c.target instanceof HTMLElement&&gs(c.target)&&o.props.onMenuClose():typeof o.props.closeMenuOnScroll=="function"&&o.props.closeMenuOnScroll(c)&&o.props.onMenuClose()},o.onCompositionStart=function(){o.isComposing=!0},o.onCompositionEnd=function(){o.isComposing=!1},o.onTouchStart=function(c){var l=c.touches,u=l&&l.item(0);u&&(o.initialTouchX=u.clientX,o.initialTouchY=u.clientY,o.userIsDragging=!1)},o.onTouchMove=function(c){var l=c.touches,u=l&&l.item(0);if(u){var m=Math.abs(u.clientX-o.initialTouchX),y=Math.abs(u.clientY-o.initialTouchY),C=5;o.userIsDragging=m>C||y>C}},o.onTouchEnd=function(c){o.userIsDragging||(o.controlRef&&!o.controlRef.contains(c.target)&&o.menuListRef&&!o.menuListRef.contains(c.target)&&o.blurInput(),o.initialTouchX=0,o.initialTouchY=0)},o.onControlTouchEnd=function(c){o.userIsDragging||o.onControlMouseDown(c)},o.onClearIndicatorTouchEnd=function(c){o.userIsDragging||o.onClearIndicatorMouseDown(c)},o.onDropdownIndicatorTouchEnd=function(c){o.userIsDragging||o.onDropdownIndicatorMouseDown(c)},o.handleInputChange=function(c){var l=o.props.inputValue,u=c.currentTarget.value;o.setState({inputIsHiddenAfterUpdate:!1}),o.onInputChange(u,{action:"input-change",prevInputValue:l}),o.props.menuIsOpen||o.onMenuOpen()},o.onInputFocus=function(c){o.props.onFocus&&o.props.onFocus(c),o.setState({inputIsHiddenAfterUpdate:!1,isFocused:!0}),(o.openAfterFocus||o.props.openMenuOnFocus)&&o.openMenu("first"),o.openAfterFocus=!1},o.onInputBlur=function(c){var l=o.props.inputValue;if(o.menuListRef&&o.menuListRef.contains(document.activeElement)){o.inputRef.focus();return}o.props.onBlur&&o.props.onBlur(c),o.onInputChange("",{action:"input-blur",prevInputValue:l}),o.onMenuClose(),o.setState({focusedValue:null,isFocused:!1})},o.onOptionHover=function(c){if(!(o.blockOptionHover||o.state.focusedOption===c)){var l=o.getFocusableOptions(),u=l.indexOf(c);o.setState({focusedOption:c,focusedOptionId:u>-1?o.getFocusedOptionId(c):null})}},o.shouldHideSelectedOptions=function(){return of(o.props)},o.onValueInputFocus=function(c){c.preventDefault(),c.stopPropagation(),o.focus()},o.onKeyDown=function(c){var l=o.props,u=l.isMulti,m=l.backspaceRemovesValue,y=l.escapeClearsValue,C=l.inputValue,h=l.isClearable,p=l.isDisabled,d=l.menuIsOpen,f=l.onKeyDown,b=l.tabSelectsValue,g=l.openMenuOnFocus,I=o.state,v=I.focusedOption,w=I.focusedValue,A=I.selectValue;if(!p&&!(typeof f=="function"&&(f(c),c.defaultPrevented))){switch(o.blockOptionHover=!0,c.key){case"ArrowLeft":if(!u||C)return;o.focusValue("previous");break;case"ArrowRight":if(!u||C)return;o.focusValue("next");break;case"Delete":case"Backspace":if(C)return;if(w)o.removeValue(w);else{if(!m)return;u?o.popValue():h&&o.clearValue()}break;case"Tab":if(o.isComposing||c.shiftKey||!d||!b||!v||g&&o.isOptionSelected(v,A))return;o.selectOption(v);break;case"Enter":if(c.keyCode===229)break;if(d){if(!v||o.isComposing)return;o.selectOption(v);break}return;case"Escape":d?(o.setState({inputIsHiddenAfterUpdate:!1}),o.onInputChange("",{action:"menu-close",prevInputValue:C}),o.onMenuClose()):h&&y&&o.clearValue();break;case" ":if(C)return;if(!d){o.openMenu("first");break}if(!v)return;o.selectOption(v);break;case"ArrowUp":d?o.focusOption("up"):o.openMenu("last");break;case"ArrowDown":d?o.focusOption("down"):o.openMenu("first");break;case"PageUp":if(!d)return;o.focusOption("pageup");break;case"PageDown":if(!d)return;o.focusOption("pagedown");break;case"Home":if(!d)return;o.focusOption("first");break;case"End":if(!d)return;o.focusOption("last");break;default:return}c.preventDefault()}},o.state.instancePrefix="react-select-"+(o.props.instanceId||++vE),o.state.selectValue=Id(r.value),r.menuIsOpen&&o.state.selectValue.length){var s=o.getFocusableOptionsWithIds(),i=o.buildFocusableOptions(),a=i.indexOf(o.state.selectValue[0]);o.state.focusableOptionsWithIds=s,o.state.focusedOption=i[a],o.state.focusedOptionId=ca(s,i[a])}return o}return Lv(n,[{key:"componentDidMount",value:function(){this.startListeningComposition(),this.startListeningToTouch(),this.props.closeMenuOnScroll&&document&&document.addEventListener&&document.addEventListener("scroll",this.onScroll,!0),this.props.autoFocus&&this.focusInput(),this.props.menuIsOpen&&this.state.focusedOption&&this.menuListRef&&this.focusedOptionRef&&wd(this.menuListRef,this.focusedOptionRef)}},{key:"componentDidUpdate",value:function(o){var s=this.props,i=s.isDisabled,a=s.menuIsOpen,c=this.state.isFocused;(c&&!i&&o.isDisabled||c&&a&&!o.menuIsOpen)&&this.focusInput(),c&&i&&!o.isDisabled?this.setState({isFocused:!1},this.onMenuClose):!c&&!i&&o.isDisabled&&this.inputRef===document.activeElement&&this.setState({isFocused:!0}),this.menuListRef&&this.focusedOptionRef&&this.scrollToFocusedOptionOnUpdate&&(wd(this.menuListRef,this.focusedOptionRef),this.scrollToFocusedOptionOnUpdate=!1)}},{key:"componentWillUnmount",value:function(){this.stopListeningComposition(),this.stopListeningToTouch(),document.removeEventListener("scroll",this.onScroll,!0)}},{key:"onMenuOpen",value:function(){this.props.onMenuOpen()}},{key:"onMenuClose",value:function(){this.onInputChange("",{action:"menu-close",prevInputValue:this.props.inputValue}),this.props.onMenuClose()}},{key:"onInputChange",value:function(o,s){this.props.onInputChange(o,s)}},{key:"focusInput",value:function(){this.inputRef&&this.inputRef.focus()}},{key:"blurInput",value:function(){this.inputRef&&this.inputRef.blur()}},{key:"openMenu",value:function(o){var s=this,i=this.state,a=i.selectValue,c=i.isFocused,l=this.buildFocusableOptions(),u=o==="first"?0:l.length-1;if(!this.props.isMulti){var m=l.indexOf(a[0]);m>-1&&(u=m)}this.scrollToFocusedOptionOnUpdate=!(c&&this.menuListRef),this.setState({inputIsHiddenAfterUpdate:!1,focusedValue:null,focusedOption:l[u],focusedOptionId:this.getFocusedOptionId(l[u])},function(){return s.onMenuOpen()})}},{key:"focusValue",value:function(o){var s=this.state,i=s.selectValue,a=s.focusedValue;if(this.props.isMulti){this.setState({focusedOption:null});var c=i.indexOf(a);a||(c=-1);var l=i.length-1,u=-1;if(i.length){switch(o){case"previous":c===0?u=0:c===-1?u=l:u=c-1;break;case"next":c>-1&&c<l&&(u=c+1);break}this.setState({inputIsHidden:u!==-1,focusedValue:i[u]})}}}},{key:"focusOption",value:function(){var o=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"first",s=this.props.pageSize,i=this.state.focusedOption,a=this.getFocusableOptions();if(a.length){var c=0,l=a.indexOf(i);i||(l=-1),o==="up"?c=l>0?l-1:a.length-1:o==="down"?c=(l+1)%a.length:o==="pageup"?(c=l-s,c<0&&(c=0)):o==="pagedown"?(c=l+s,c>a.length-1&&(c=a.length-1)):o==="last"&&(c=a.length-1),this.scrollToFocusedOptionOnUpdate=!0,this.setState({focusedOption:a[c],focusedValue:null,focusedOptionId:this.getFocusedOptionId(a[c])})}}},{key:"getTheme",value:function(){return this.props.theme?typeof this.props.theme=="function"?this.props.theme(aa):Q(Q({},aa),this.props.theme):aa}},{key:"getCommonProps",value:function(){var o=this.clearValue,s=this.cx,i=this.getStyles,a=this.getClassNames,c=this.getValue,l=this.selectOption,u=this.setValue,m=this.props,y=m.isMulti,C=m.isRtl,h=m.options,p=this.hasValue();return{clearValue:o,cx:s,getStyles:i,getClassNames:a,getValue:c,hasValue:p,isMulti:y,isRtl:C,options:h,selectOption:l,selectProps:m,setValue:u,theme:this.getTheme()}}},{key:"hasValue",value:function(){var o=this.state.selectValue;return o.length>0}},{key:"hasOptions",value:function(){return!!this.getFocusableOptions().length}},{key:"isClearable",value:function(){var o=this.props,s=o.isClearable,i=o.isMulti;return s===void 0?i:s}},{key:"isOptionDisabled",value:function(o,s){return tf(this.props,o,s)}},{key:"isOptionSelected",value:function(o,s){return nf(this.props,o,s)}},{key:"filterOption",value:function(o,s){return rf(this.props,o,s)}},{key:"formatOptionLabel",value:function(o,s){if(typeof this.props.formatOptionLabel=="function"){var i=this.props.inputValue,a=this.state.selectValue;return this.props.formatOptionLabel(o,{context:s,inputValue:i,selectValue:a})}else return this.getOptionLabel(o)}},{key:"formatGroupLabel",value:function(o){return this.props.formatGroupLabel(o)}},{key:"startListeningComposition",value:function(){document&&document.addEventListener&&(document.addEventListener("compositionstart",this.onCompositionStart,!1),document.addEventListener("compositionend",this.onCompositionEnd,!1))}},{key:"stopListeningComposition",value:function(){document&&document.removeEventListener&&(document.removeEventListener("compositionstart",this.onCompositionStart),document.removeEventListener("compositionend",this.onCompositionEnd))}},{key:"startListeningToTouch",value:function(){document&&document.addEventListener&&(document.addEventListener("touchstart",this.onTouchStart,!1),document.addEventListener("touchmove",this.onTouchMove,!1),document.addEventListener("touchend",this.onTouchEnd,!1))}},{key:"stopListeningToTouch",value:function(){document&&document.removeEventListener&&(document.removeEventListener("touchstart",this.onTouchStart),document.removeEventListener("touchmove",this.onTouchMove),document.removeEventListener("touchend",this.onTouchEnd))}},{key:"renderInput",value:function(){var o=this.props,s=o.isDisabled,i=o.isSearchable,a=o.inputId,c=o.inputValue,l=o.tabIndex,u=o.form,m=o.menuIsOpen,y=o.required,C=this.getComponents(),h=C.Input,p=this.state,d=p.inputIsHidden,f=p.ariaSelection,b=this.commonProps,g=a||this.getElementId("input"),I=Q(Q(Q({"aria-autocomplete":"list","aria-expanded":m,"aria-haspopup":!0,"aria-errormessage":this.props["aria-errormessage"],"aria-invalid":this.props["aria-invalid"],"aria-label":this.props["aria-label"],"aria-labelledby":this.props["aria-labelledby"],"aria-required":y,role:"combobox","aria-activedescendant":this.isAppleDevice?void 0:this.state.focusedOptionId||""},m&&{"aria-controls":this.getElementId("listbox")}),!i&&{"aria-readonly":!0}),this.hasValue()?(f==null?void 0:f.action)==="initial-input-focus"&&{"aria-describedby":this.getElementId("live-region")}:{"aria-describedby":this.getElementId("placeholder")});return i?B.createElement(h,ee({},b,{autoCapitalize:"none",autoComplete:"off",autoCorrect:"off",id:g,innerRef:this.getInputRef,isDisabled:s,isHidden:d,onBlur:this.onInputBlur,onChange:this.handleInputChange,onFocus:this.onInputFocus,spellCheck:"false",tabIndex:l,form:u,type:"text",value:c},I)):B.createElement(WI,ee({id:g,innerRef:this.getInputRef,onBlur:this.onInputBlur,onChange:hs,onFocus:this.onInputFocus,disabled:s,tabIndex:l,inputMode:"none",form:u,value:""},I))}},{key:"renderPlaceholderOrValue",value:function(){var o=this,s=this.getComponents(),i=s.MultiValue,a=s.MultiValueContainer,c=s.MultiValueLabel,l=s.MultiValueRemove,u=s.SingleValue,m=s.Placeholder,y=this.commonProps,C=this.props,h=C.controlShouldRenderValue,p=C.isDisabled,d=C.isMulti,f=C.inputValue,b=C.placeholder,g=this.state,I=g.selectValue,v=g.focusedValue,w=g.isFocused;if(!this.hasValue()||!h)return f?null:B.createElement(m,ee({},y,{key:"placeholder",isDisabled:p,isFocused:w,innerProps:{id:this.getElementId("placeholder")}}),b);if(d)return I.map(function(T,_){var D=T===v,F="".concat(o.getOptionLabel(T),"-").concat(o.getOptionValue(T));return B.createElement(i,ee({},y,{components:{Container:a,Label:c,Remove:l},isFocused:D,isDisabled:p,key:F,index:_,removeProps:{onClick:function(){return o.removeValue(T)},onTouchEnd:function(){return o.removeValue(T)},onMouseDown:function(N){N.preventDefault()}},data:T}),o.formatOptionLabel(T,"value"))});if(f)return null;var A=I[0];return B.createElement(u,ee({},y,{data:A,isDisabled:p}),this.formatOptionLabel(A,"value"))}},{key:"renderClearIndicator",value:function(){var o=this.getComponents(),s=o.ClearIndicator,i=this.commonProps,a=this.props,c=a.isDisabled,l=a.isLoading,u=this.state.isFocused;if(!this.isClearable()||!s||c||!this.hasValue()||l)return null;var m={onMouseDown:this.onClearIndicatorMouseDown,onTouchEnd:this.onClearIndicatorTouchEnd,"aria-hidden":"true"};return B.createElement(s,ee({},i,{innerProps:m,isFocused:u}))}},{key:"renderLoadingIndicator",value:function(){var o=this.getComponents(),s=o.LoadingIndicator,i=this.commonProps,a=this.props,c=a.isDisabled,l=a.isLoading,u=this.state.isFocused;if(!s||!l)return null;var m={"aria-hidden":"true"};return B.createElement(s,ee({},i,{innerProps:m,isDisabled:c,isFocused:u}))}},{key:"renderIndicatorSeparator",value:function(){var o=this.getComponents(),s=o.DropdownIndicator,i=o.IndicatorSeparator;if(!s||!i)return null;var a=this.commonProps,c=this.props.isDisabled,l=this.state.isFocused;return B.createElement(i,ee({},a,{isDisabled:c,isFocused:l}))}},{key:"renderDropdownIndicator",value:function(){var o=this.getComponents(),s=o.DropdownIndicator;if(!s)return null;var i=this.commonProps,a=this.props.isDisabled,c=this.state.isFocused,l={onMouseDown:this.onDropdownIndicatorMouseDown,onTouchEnd:this.onDropdownIndicatorTouchEnd,"aria-hidden":"true"};return B.createElement(s,ee({},i,{innerProps:l,isDisabled:a,isFocused:c}))}},{key:"renderMenu",value:function(){var o=this,s=this.getComponents(),i=s.Group,a=s.GroupHeading,c=s.Menu,l=s.MenuList,u=s.MenuPortal,m=s.LoadingMessage,y=s.NoOptionsMessage,C=s.Option,h=this.commonProps,p=this.state.focusedOption,d=this.props,f=d.captureMenuScroll,b=d.inputValue,g=d.isLoading,I=d.loadingMessage,v=d.minMenuHeight,w=d.maxMenuHeight,A=d.menuIsOpen,T=d.menuPlacement,_=d.menuPosition,D=d.menuPortalTarget,F=d.menuShouldBlockScroll,k=d.menuShouldScrollIntoView,N=d.noOptionsMessage,j=d.onMenuScrollToTop,X=d.onMenuScrollToBottom;if(!A)return null;var Z=function(re,fe){var M=re.type,U=re.data,te=re.isDisabled,ae=re.isSelected,ne=re.label,pe=re.value,Be=p===U,G=te?void 0:function(){return o.onOptionHover(U)},ze=te?void 0:function(){return o.selectOption(U)},tt="".concat(o.getElementId("option"),"-").concat(fe),Ye={id:tt,onClick:ze,onMouseMove:G,onMouseOver:G,tabIndex:-1,role:"option","aria-selected":o.isAppleDevice?void 0:ae};return B.createElement(C,ee({},h,{innerProps:Ye,data:U,isDisabled:te,isSelected:ae,key:tt,label:ne,type:M,value:pe,isFocused:Be,innerRef:Be?o.getFocusedOptionRef:void 0}),o.formatOptionLabel(re.data,"menu"))},z;if(this.hasOptions())z=this.getCategorizedOptions().map(function(Y){if(Y.type==="group"){var re=Y.data,fe=Y.options,M=Y.index,U="".concat(o.getElementId("group"),"-").concat(M),te="".concat(U,"-heading");return B.createElement(i,ee({},h,{key:U,data:re,options:fe,Heading:a,headingProps:{id:te,data:Y.data},label:o.formatGroupLabel(Y.data)}),Y.options.map(function(ae){return Z(ae,"".concat(M,"-").concat(ae.index))}))}else if(Y.type==="option")return Z(Y,"".concat(Y.index))});else if(g){var W=I({inputValue:b});if(W===null)return null;z=B.createElement(m,h,W)}else{var q=N({inputValue:b});if(q===null)return null;z=B.createElement(y,h,q)}var ie={minMenuHeight:v,maxMenuHeight:w,menuPlacement:T,menuPosition:_,menuShouldScrollIntoView:k},ce=B.createElement(C3,ee({},h,ie),function(Y){var re=Y.ref,fe=Y.placerProps,M=fe.placement,U=fe.maxHeight;return B.createElement(c,ee({},h,ie,{innerRef:re,innerProps:{onMouseDown:o.onMenuMouseDown,onMouseMove:o.onMenuMouseMove},isLoading:g,placement:M}),B.createElement(QI,{captureEnabled:f,onTopArrive:j,onBottomArrive:X,lockEnabled:F},function(te){return B.createElement(l,ee({},h,{innerRef:function(ne){o.getMenuListRef(ne),te(ne)},innerProps:{role:"listbox","aria-multiselectable":h.isMulti,id:o.getElementId("listbox")},isLoading:g,maxHeight:U,focusedOption:p}),z)}))});return D||_==="fixed"?B.createElement(u,ee({},h,{appendTo:D,controlElement:this.controlRef,menuPlacement:T,menuPosition:_}),ce):ce}},{key:"renderFormField",value:function(){var o=this,s=this.props,i=s.delimiter,a=s.isDisabled,c=s.isMulti,l=s.name,u=s.required,m=this.state.selectValue;if(u&&!this.hasValue()&&!a)return B.createElement(eE,{name:l,onFocus:this.onValueInputFocus});if(!(!l||a))if(c)if(i){var y=m.map(function(p){return o.getOptionValue(p)}).join(i);return B.createElement("input",{name:l,type:"hidden",value:y})}else{var C=m.length>0?m.map(function(p,d){return B.createElement("input",{key:"i-".concat(d),name:l,type:"hidden",value:o.getOptionValue(p)})}):B.createElement("input",{name:l,type:"hidden",value:""});return B.createElement("div",null,C)}else{var h=m[0]?this.getOptionValue(m[0]):"";return B.createElement("input",{name:l,type:"hidden",value:h})}}},{key:"renderLiveRegion",value:function(){var o=this.commonProps,s=this.state,i=s.ariaSelection,a=s.focusedOption,c=s.focusedValue,l=s.isFocused,u=s.selectValue,m=this.getFocusableOptions();return B.createElement(MI,ee({},o,{id:this.getElementId("live-region"),ariaSelection:i,focusedOption:a,focusedValue:c,isFocused:l,selectValue:u,focusableOptions:m,isAppleDevice:this.isAppleDevice}))}},{key:"render",value:function(){var o=this.getComponents(),s=o.Control,i=o.IndicatorsContainer,a=o.SelectContainer,c=o.ValueContainer,l=this.props,u=l.className,m=l.id,y=l.isDisabled,C=l.menuIsOpen,h=this.state.isFocused,p=this.commonProps=this.getCommonProps();return B.createElement(a,ee({},p,{className:u,innerProps:{id:m,onKeyDown:this.onKeyDown},isDisabled:y,isFocused:h}),this.renderLiveRegion(),B.createElement(s,ee({},p,{innerRef:this.getControlRef,innerProps:{onMouseDown:this.onControlMouseDown,onTouchEnd:this.onControlTouchEnd},isDisabled:y,isFocused:h,menuIsOpen:C}),B.createElement(c,ee({},p,{isDisabled:y}),this.renderPlaceholderOrValue(),this.renderInput()),B.createElement(i,ee({},p,{isDisabled:y}),this.renderClearIndicator(),this.renderLoadingIndicator(),this.renderIndicatorSeparator(),this.renderDropdownIndicator())),this.renderMenu(),this.renderFormField())}}],[{key:"getDerivedStateFromProps",value:function(o,s){var i=s.prevProps,a=s.clearFocusValueOnUpdate,c=s.inputIsHiddenAfterUpdate,l=s.ariaSelection,u=s.isFocused,m=s.prevWasFocused,y=s.instancePrefix,C=o.options,h=o.value,p=o.menuIsOpen,d=o.inputValue,f=o.isMulti,b=Id(h),g={};if(i&&(h!==i.value||C!==i.options||p!==i.menuIsOpen||d!==i.inputValue)){var I=p?mE(o,b):[],v=p?$d(Cs(o,b),"".concat(y,"-option")):[],w=a?bE(s,b):null,A=yE(s,I),T=ca(v,A);g={selectValue:b,focusedOption:A,focusedOptionId:T,focusableOptionsWithIds:v,focusedValue:w,clearFocusValueOnUpdate:!1}}var _=c!=null&&o!==i?{inputIsHidden:c,inputIsHiddenAfterUpdate:void 0}:{},D=l,F=u&&m;return u&&!F&&(D={value:vs(f,b,b[0]||null),options:b,action:"initial-input-focus"},F=!m),(l==null?void 0:l.action)==="initial-input-focus"&&(D=null),Q(Q(Q({},g),_),{},{prevProps:o,ariaSelection:D,prevWasFocused:F})}}]),n}(S.Component);la.defaultProps=gE;var CE=S.forwardRef(function(e,t){var n=Wu(e);return B.createElement(la,ee({ref:t},n))}),IE=CE;const EE=x.styled(x.Box)`
|
|
544
561
|
display: flex;
|
|
545
562
|
align-items: center;
|
|
546
563
|
gap: 2px;
|
|
547
|
-
`,
|
|
564
|
+
`,xE=x.styled("img")`
|
|
548
565
|
width: 24px;
|
|
549
566
|
height: 24px;
|
|
550
567
|
border-radius: 50%;
|
|
551
568
|
margin-right: 12px;
|
|
552
|
-
`;function sf(e){const{data:t}=e;return E.jsx(Kt.Option,{...e,children:E.jsxs(
|
|
569
|
+
`;function sf(e){const{data:t}=e;return E.jsx(Kt.Option,{...e,children:E.jsxs(EE,{children:[t.avatarUrl?E.jsx(xE,{className:"selectField__avatar",src:t.avatarUrl,alt:`${e.label}'s avatar`}):null,E.jsx("span",{children:e.children})]})})}const wE=x.styled(x.Box)`
|
|
553
570
|
height: 24px;
|
|
554
571
|
width: 24px;
|
|
555
572
|
border-radius: 50%;
|
|
@@ -574,10 +591,10 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
574
591
|
&:after {
|
|
575
592
|
transform: rotate(-45deg);
|
|
576
593
|
}
|
|
577
|
-
`,af=e=>E.jsx(Kt.ClearIndicator,{...e,children:E.jsx(
|
|
594
|
+
`,af=e=>E.jsx(Kt.ClearIndicator,{...e,children:E.jsx(wE,{})}),AE=x.styled(x.Stack)`
|
|
578
595
|
width: 0;
|
|
579
596
|
height: 0;
|
|
580
|
-
`,
|
|
597
|
+
`,TE=({root:e,rootMargin:t,callback:n})=>{const r=S.useRef(null),o=S.useCallback(s=>{if(!s||!e)return;r.current&&r.current.disconnect();const i=new IntersectionObserver(a=>{const c=a[0];n(c)},{root:e,rootMargin:t});i.observe(s),r.current=i},[e,t,n]);return E.jsx(AE,{ref:o})},SE=e=>E.jsx(Kt.DropdownIndicator,{...e,children:E.jsx(x.Icon,{children:e.selectProps.menuIsOpen?E.jsx(x.icons.ArrowDropUp,{}):E.jsx(x.icons.ArrowDropDown,{})})}),cf=()=>({ClearIndicator:af,DropdownIndicator:SE,IndicatorSeparator:()=>null,Option:sf}),Kr=e=>{const[t,n]=S.useState(!1),r=S.useCallback(o=>{n(!o.isIntersecting)},[]);return E.jsxs(E.Fragment,{children:[e.menuPortalTarget&&e.root?E.jsx(TE,{root:e.root,rootMargin:"-38px 0px 0px 0px",callback:r}):null,E.jsx(IE,{...e,isDisabled:e.disabled,value:e.value?e.value:void 0,components:e.components?e.components:cf(),...t&&{menuIsOpen:!1}})]})};Kr.getDefaultComponents=cf;const lf="Required Field",_E="Validation Failed";var uf=(e=>(e.DATE="DD/MM/YYYY",e))(uf||{});const OE=e=>E.jsx(x.TextField,{...e}),LE=x.styled(OE)`
|
|
581
598
|
& .MuiFormHelperText-root {
|
|
582
599
|
position: absolute;
|
|
583
600
|
bottom: -24px;
|
|
@@ -700,7 +717,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
700
717
|
&.helper--error {
|
|
701
718
|
color: #d32f2f;
|
|
702
719
|
}
|
|
703
|
-
`,
|
|
720
|
+
`,RE=x.styled(x.Box)`
|
|
704
721
|
width: 100%;
|
|
705
722
|
position: relative;
|
|
706
723
|
& .MuiInputBase-root {
|
|
@@ -714,12 +731,12 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
714
731
|
position: absolute;
|
|
715
732
|
margin-left: 5px;
|
|
716
733
|
}
|
|
717
|
-
`;var
|
|
734
|
+
`;var FE=["defaultOptions","cacheOptions","loadOptions","options","isLoading","onInputChange","filterOption"];function DE(e){var t=e.defaultOptions,n=t===void 0?!1:t,r=e.cacheOptions,o=r===void 0?!1:r,s=e.loadOptions;e.options;var i=e.isLoading,a=i===void 0?!1:i,c=e.onInputChange,l=e.filterOption,u=l===void 0?null:l,m=jt(e,FE),y=m.inputValue,C=S.useRef(void 0),h=S.useRef(!1),p=S.useState(Array.isArray(n)?n:void 0),d=He(p,2),f=d[0],b=d[1],g=S.useState(typeof y<"u"?y:""),I=He(g,2),v=I[0],w=I[1],A=S.useState(n===!0),T=He(A,2),_=T[0],D=T[1],F=S.useState(void 0),k=He(F,2),N=k[0],j=k[1],X=S.useState([]),Z=He(X,2),z=Z[0],W=Z[1],q=S.useState(!1),ie=He(q,2),ce=ie[0],Y=ie[1],re=S.useState({}),fe=He(re,2),M=fe[0],U=fe[1],te=S.useState(void 0),ae=He(te,2),ne=ae[0],pe=ae[1],Be=S.useState(void 0),G=He(Be,2),ze=G[0],tt=G[1];o!==ze&&(U({}),tt(o)),n!==ne&&(b(Array.isArray(n)?n:void 0),pe(n)),S.useEffect(function(){return h.current=!0,function(){h.current=!1}},[]);var Ye=S.useCallback(function(kt,It){if(!s)return It();var We=s(kt,It);We&&typeof We.then=="function"&&We.then(It,function(){return It()})},[s]);S.useEffect(function(){n===!0&&Ye(v,function(kt){h.current&&(b(kt||[]),D(!!C.current))})},[]);var wt=S.useCallback(function(kt,It){var We=o3(kt,It,c);if(!We){C.current=void 0,w(""),j(""),W([]),D(!1),Y(!1);return}if(o&&M[We])w(We),j(We),W(M[We]),D(!1),Y(!1);else{var so=C.current={};w(We),D(!0),Y(!N),Ye(We,function(Jt){h&&so===C.current&&(C.current=void 0,D(!1),j(We),W(Jt||[]),Y(!1),U(Jt?Q(Q({},M),{},sr({},We,Jt)):M))})}},[o,Ye,N,M,c]),Nt=ce?[]:v&&N?z:f||[];return Q(Q({},m),{},{options:Nt,isLoading:_||a,onInputChange:wt,filterOption:u})}var NE=S.forwardRef(function(e,t){var n=DE(e),r=Wu(n);return B.createElement(la,ee({ref:t},r))}),kE=NE;function PE(e){return E.jsx(Kt.DropdownIndicator,{...e,children:E.jsx(x.Icon,{children:e.selectProps.menuIsOpen?E.jsx(x.icons.ArrowDropUp,{}):E.jsx(x.icons.ArrowDropDown,{})})})}function ME(e){const[t,n]=S.useState([]),[r,o]=S.useState(""),[s,i]=S.useState(!1),{loadOptions:a,isApiSearchEnabled:c=!1,isInfiniteScrollable:l=!1,loadOptionsOnFocus:u=!1}=e,m=(f,b)=>{if(o(f),t.length>0&&!c){const I=t.filter(v=>v&&typeof v=="object"&&"label"in v&&typeof v.label=="string"?v.label.toLowerCase().includes(f.toLowerCase()):!1);b(I);return}const g=I=>{b(I),n(I)};a==null||a(f,g,!1)},y=(f,b)=>{i(!1),!(b&&"isError"in b&&b.isError)&&n(f)},C=f=>{var b;(b=e.onMenuScrollToBottom)==null||b.call(e,f),l&&a&&!s&&(i(!0),a(r,y,!0))},h=(f,b)=>{var g;(g=e.onInputChange)==null||g.call(e,f,b),b.action==="input-change"&&c&&(o(f),n([]))},p=f=>{var b;o(""),(b=e.onBlur)==null||b.call(e,f)},d=f=>{var b;(b=e.onFocus)==null||b.call(e,f),!s&&u&&(n([]),i(!0),a==null||a(r,y,!1))};return E.jsx(kE,{...e,value:e.value?e.value:null,isDisabled:e.disabled,loadOptions:m,onMenuScrollToBottom:C,onInputChange:h,onBlur:p,onFocus:d,isLoading:s,defaultOptions:t.length?t:e.defaultOptions||!1,components:{ClearIndicator:af,DropdownIndicator:PE,IndicatorSeparator:()=>null,Option:sf}})}function BE(e){const[t,n]=S.useState(!1),r=S.useRef(null);S.useEffect(()=>{t&&r.current&&r.current.focus()},[t]);const o=(s,i)=>{s===null&&e.onChange(s,i),s&&typeof s.getTime=="function"&&!isNaN(s.getTime())&&e.onChange(s,i),e.onChange(s,i)};return E.jsx(x.DatePicker,{inputFormat:e.inputFormat?e.inputFormat:uf.DATE,...e,value:e.value||null,open:t,onOpen:()=>n(!0),onClose:()=>n(!1),onChange:o,PopperProps:{anchorEl:r.current},renderInput:s=>E.jsx(x.DateTextField,{...s,fullWidth:!0,variant:"outlined",disabled:e.disabled,inputRef:r,inputProps:{...s.inputProps,placeholder:e.placeholder},onBlur:e.onBlur,onFocus:e.onFocus,InputProps:{endAdornment:E.jsx(x.InputAdornment,{position:"end",sx:{backgroundColor:"#FFFFFF",cursor:"pointer"},children:E.jsx(x.icons.CalendarTodayOutlinedIcon,{})})},sx:{"& .MuiOutlinedInput-root":{backgroundColor:"#FFFFFF"}},onClick:()=>{t||n(!0)}})})}const Es=e=>{const{validation:t,helperText:n,id:r,label:o,name:s,validateOnBlur:i=!0,validateOnChange:a=!0,inputChangeHandler:c,selectChangeHandler:l,dateChangeHandler:u,onValidationError:m,iconData:y,isRequired:C,labelSpacing:h=1,loadOptions:p,showGlobalLoader:d=!1}=e,[f,b]=S.useState(!1),[g,I]=S.useState("");S.useEffect(()=>{f||w(e.value,!1)},[f,e.value]);const v=N=>{N&&!f&&b(!0)};function w(N,j=!0,X){let Z="";if((t!=null&&t.isRequired||C)&&(Z=N?"":lf,!N&&typeof(t==null?void 0:t.isRequired)=="function")){const W=t.isRequired(N);W&&typeof W=="boolean"?Z=lf:W&&(Z=W)}let z={id:r,name:s,label:o};if(e.type==="date"?z={...z,disableFuture:e.disableFuture,disablePast:e.disablePast}:e.type==="number"?z={...z,min:e.min,max:e.max}:e.type==="text"&&e.multiline&&(z={...z,maxCharacters:e.maxCharacters}),N&&!Z&&(t!=null&&t.validate)){const W=t.validate(N,{...z,...X});typeof W=="boolean"&&W===!1?Z=_E:typeof W=="string"&&(Z=W)}j&&I(Z),m==null||m(s,Z)}const A=N=>{var j;f||b(!0),(j=e.onBlur)==null||j.call(e,N),f&&i&&w(e.value)},T=()=>e.helperText?E.jsx(ff,{children:n}):f&&g?E.jsx(ff,{className:"helper--error",children:g}):null,_=N=>{N&&!f&&b(!0),c==null||c(N),f&&a&&w(N.target.value)},D=(N,j)=>{l==null||l(N,j),N&&!f&&b(!0),N&&typeof N=="object"&&"value"in N&&f&&a&&w(N.value)},F=(N,j)=>{u==null||u(s,N,j),N&&!f&&b(!0),f&&a&&w(N)},k=N=>{if(d)return E.jsx(x.Skeleton,{variant:"rounded",height:29.69,animation:"wave"});switch(N.type){case"select":return E.jsx(df,{children:E.jsx(Kr,{...N,className:`formField__select ${g&&f?"formField__select--error":""} ${N.className||""}`,classNamePrefix:"hiverFormField",onBlur:A,onChange:D,onFocus:v})});case"async-select":return E.jsx(df,{children:E.jsx(ME,{...N,className:`formField__select ${g&&f?"formField__select--error":""} ${N.className||""}`,classNamePrefix:"hiverFormField",onBlur:A,onChange:D,onFocus:v,loadOptions:p})});case"date":return E.jsx(BE,{...N,label:void 0,onBlur:A,onFocus:v,onChange:F,error:!!(g&&f)});default:return E.jsx(LE,{variant:"outlined",fullWidth:!0,id:r,...N,label:void 0,onBlur:A,onChange:_,onFocus:v,error:!!(g&&f),inputProps:{type:N.type,min:N.min,max:N.max,...N.inputProps}})}};return E.jsxs(x.Stack,{spacing:h,useFlexGap:!0,children:[o?E.jsxs(x.Typography,{variant:"h4",component:"label",htmlFor:r,color:x.theme.palette.gray.gray1,className:"hiver__field--label",children:[o,t!=null&&t.isRequired||C?E.jsx("span",{className:"required__star",children:"*"}):null]}):null,E.jsxs(RE,{children:[E.jsx(x.Tooltip,{title:e.toolTipTitle,arrow:!0,placement:"right-end",disableHoverListener:!0,children:k(e)}),y!=null&&y.icon?E.jsx(x.Tooltip,{title:y.toolTipText,placement:"bottom",children:E.jsx(x.IconButton,{className:"form--sideIcon",children:y==null?void 0:y.icon})}):null,T()]})]})},jE=x.styled(x.Stack)`
|
|
718
735
|
& .authform__section-title {
|
|
719
736
|
margin-top: 32px;
|
|
720
737
|
margin-bottom: -12px;
|
|
721
738
|
}
|
|
722
|
-
`,pf=({formConfig:e,icons:t,selectChangeHandler:n,inputChangeHandler:r,dateChangeHandler:o,predicates:s,values:i,validations:a,onValidationError:c,sectionSpacing:l=3,fieldsSpacing:u=3,labelSpacing:
|
|
739
|
+
`,pf=({formConfig:e,icons:t,selectChangeHandler:n,inputChangeHandler:r,dateChangeHandler:o,predicates:s,values:i,validations:a,onValidationError:c,sectionSpacing:l=3,fieldsSpacing:u=3,labelSpacing:m=1,fetchConfig:y,showGlobalLoader:C=!1})=>{const h=p=>(d,f)=>{n==null||n(d,f,p)};return E.jsx(jE,{spacing:l,children:e.map(({id:p,title:d,formFields:f})=>f.every(g=>g.hideInUI)?null:E.jsxs(S.Fragment,{children:[d&&f.length?E.jsx(x.Typography,{variant:"h3",className:"authform__section-title",children:d}):null,E.jsx(x.Stack,{useFlexGap:!0,spacing:u,children:f.map(g=>{var I,v;return s&&typeof s=="object"&&g.name in s&&s[g.name]===!1||g.hideInUI?null:E.jsx(Es,{value:i==null?void 0:i[g.name],...g,selectChangeHandler:h(g),inputChangeHandler:r,dateChangeHandler:o,validation:a==null?void 0:a[g.name],onValidationError:c,iconData:t==null?void 0:t[g.name],labelSpacing:m,loadOptions:(I=y==null?void 0:y[g.name])==null?void 0:I.loadOptions,showGlobalLoader:C},((v=y==null?void 0:y[g.name])==null?void 0:v.key)||g.name)})})]},p))})},GE=x.styled(x.Box)`
|
|
723
740
|
width: 100%;
|
|
724
741
|
aspect-ratio: ${({aspectRatio:e})=>e};
|
|
725
742
|
border-radius: 8px;
|
|
@@ -743,7 +760,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
743
760
|
width: 40px;
|
|
744
761
|
height: 40px;
|
|
745
762
|
}
|
|
746
|
-
`,
|
|
763
|
+
`,VE=e=>B.createElement("svg",{width:35,height:35,viewBox:"0 0 35 35",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},B.createElement("rect",{x:9,y:9,width:15,height:17,fill:"white"}),B.createElement("g",{clipPath:"url(#clip0_7787_114457)"},B.createElement("path",{d:"M17.1981 2.86633C9.28704 2.86633 2.86646 9.28691 2.86646 17.198C2.86646 25.1091 9.28704 31.5296 17.1981 31.5296C25.1092 31.5296 31.5298 25.1091 31.5298 17.198C31.5298 9.28691 25.1092 2.86633 17.1981 2.86633ZM14.3318 23.6472V10.7487L22.9308 17.198L14.3318 23.6472Z",fill:"#4D596C"})),B.createElement("defs",null,B.createElement("clipPath",{id:"clip0_7787_114457"},B.createElement("rect",{width:34.396,height:34.396,fill:"white"})))),HE=({aspectRatio:e="auto",...t})=>{const[n,r]=S.useState(!1);return n?null:E.jsxs(GE,{aspectRatio:e,children:[E.jsx("img",{className:"preview-img",onError:()=>r(!0),...t}),E.jsx(VE,{className:"play-icon"})]})},WE={BASE_URL:"/",DEV:!1,MODE:"production",PROD:!0,SSR:!1,VITE_HIVER_CDN_URL:"https://cdn.hiverhq.com/",VITE_MY_ENV_VAR:"myVariable From Agent"},{VITE_HIVER_CDN_URL:ZE}=WE,hf=({isAdmin:e=!0,hideHeading:t=!1})=>{const{sendTrackingEvent:n,availableFeatures:r,connectorFunctions:o}=S.useContext(Ge),s=$e(r,dg),i=$e(r,Ro),a=m=>{m.stopPropagation(),n(Pg),o==null||o.redirectToAdmin()},c=m=>{m.stopPropagation(),n(Mg),window.open(av,"_blank")},l=()=>{n(c2,{source:"main_tab"})},u=i?dv:uv;return E.jsxs(hv,{"data-testid":"noConnectors",children:[s?E.jsxs(E.Fragment,{children:[t?null:E.jsx(x.Typography,{variant:"h2",children:i?li:pv}),E.jsx(bv,{onClick:l,href:lv,target:"_blank",children:E.jsx(HE,{src:ZE+u,alt:fv,aspectRatio:"1000/783"})})]}):E.jsxs(gv,{children:[E.jsx(mv,{variant:"body1_medium",children:tv}),E.jsx("img",{src:Ev,alt:nv})]}),E.jsx(yv,{variant:"body2",children:rv}),e?E.jsx(ju,{endIcon:E.jsx(x.icons.ArrowForward,{}),onClick:a,...s&&{size:"medium"},children:i?sv:ov}):E.jsxs(E.Fragment,{children:[E.jsx(ju,{onClick:c,children:iv}),E.jsxs(vv,{direction:"row",children:[E.jsx(Cv,{}),E.jsx(Iv,{variant:"caption",children:cv})]})]})]})},XE=()=>{const{availableFeatures:e}=S.useContext(Ge),t=$e(e,Ro);return E.jsxs(bl,{children:[E.jsxs(x.Stack,{direction:"row",boxSizing:"content-box",paddingTop:"20px",paddingBottom:"12px",height:"36px",gap:"8px",alignItems:"center",children:[t?E.jsx(Il,{width:"20px",height:"20px"}):E.jsx(gl,{}),E.jsx(ml,{variant:"h2",children:t?li:el})]}),E.jsxs(x.Stack,{gap:"12px",children:[E.jsx(cn,{variant:"rounded",width:"100%",height:"46px",animation:"wave"}),E.jsx(cn,{variant:"rounded",width:"100%",height:"46px",animation:"wave"}),E.jsx(cn,{variant:"rounded",width:"100%",height:"46px",animation:"wave"})]})]})},zE=()=>{const{metaData:e,sendTrackingEvent:t,isAdmin:n,connectorFunctions:r}=S.useContext(Ge),[o,s]=S.useState(!1),i=S.useRef(null),[a,c]=S.useState(0),{templateUpdates:l}=e||{},{sections:u=[],actionButtons:m=[],title:y}=l||{},{version:C=""}=l||{},h=Dg(C),p=S.useMemo(()=>Fg(C),[C]),d=S.useMemo(()=>(m==null?void 0:m.filter(({isAdminPanelLink:I})=>!(!n&&I)))??[],[m,n]);if(S.useEffect(()=>{!p&&l&&fi(C,!0)},[p,C,l]),S.useLayoutEffect(()=>{var I;(I=i.current)!=null&&I.scrollHeight&&c(i.current.scrollHeight)},[i]),S.useEffect(()=>{l&&!h&&t(Hg,{update_version_id:C})},[]),!l||h)return null;const f=I=>{var v;I.stopPropagation(),s(w=>!w),(v=i.current)!=null&&v.scrollHeight&&c(i.current.scrollHeight),fi(C,!1,!0)},b=(I,v="",w=!1,A=!1)=>{var T;if(I.stopPropagation(),w&&A?t(Wg,{update_version_id:C}):A&&t(Zg,{update_version_id:C}),!w&&v){(T=window.open(v,"_blank"))==null||T.focus();return}g(I,!1),r==null||r.redirectToAdmin()},g=(I,v=!0)=>{I.stopPropagation(),fi(C,!1),s(!1),v&&t(Xg,{update_version_id:C})};return E.jsxs(t1,{children:[E.jsxs(n1,{children:[E.jsx(e1,{variant:"h3",children:y}),E.jsxs(x.Box,{children:[o?E.jsx(x.Tooltip,{title:Eg,placement:"bottom",children:E.jsx(x.IconButton,{onClick:g,children:E.jsx(x.icons.Close,{sx:{height:"16px",width:"16px",opacity:"0.8"}})})}):null,E.jsx(x.Tooltip,{title:o?Ig:ci,placement:"bottom",children:E.jsx(er,{onClick:f,children:E.jsx(hi,{className:o?"":"hiver-up"})})})]})]}),E.jsx(r1,{className:o?"slideDown":"slideUp",ref:i,height:a,children:E.jsxs(o1,{children:[u.map(({title:I,items:v,type:w})=>E.jsxs(l1,{children:[E.jsx(x.Typography,{variant:"body2_medium",children:I}),v.map(A=>{const T=w===_g,{deeplink:_,textHtml:D,imageUrl:F}=A,k=()=>E.jsx(W2,{className:T?"":"ellipsisClass",component:"div",variant:"body2",dangerouslySetInnerHTML:{__html:D}});return E.jsx(s1,{component:"ul",children:E.jsxs(i1,{component:T?"li":"div",marginLeft:F?"0":"14px",children:[F?E.jsx("img",{src:F}):null,_?E.jsx(Cl,{target:"_blank",underline:"none",onClick:N=>b(N,_),fontSize:"13px",children:k()}):k()]})},D)})]},I)),E.jsx(x.Stack,{flexDirection:"row",gap:"8px",marginBottom:"11.5px",children:d.map(({text:I,link:v,isAdminPanelLink:w})=>E.jsx(a1,{variant:w?"contained":"text",children:E.jsx(c1,{variant:"caption",onClick:A=>b(A,v,w,!0),children:I})},I))})]})})]})},YE="data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='7'%20cy='7'%20r='7'%20fill='%23196FE0'/%3e%3cpath%20d='M10.8288%204.89995C10.5922%204.64324%2010.1976%204.63193%209.94761%204.87601L5.96804%208.75823L4.06989%206.75353C3.82948%206.49981%203.43531%206.49425%203.18845%206.74158C2.9418%206.98865%202.9366%207.39455%203.1768%207.64827L5.50404%2010.1061C5.626%2010.235%205.78808%2010.3%205.95059%2010.3C6.10477%2010.3%206.25896%2010.2414%206.37969%2010.124L10.8056%205.80646C11.0553%205.56278%2011.0659%205.15689%2010.8288%204.89995Z'%20fill='white'/%3e%3c/svg%3e",gf=e=>{const t=S.useRef(null),[n,r]=S.useState(!1);return S.useEffect(()=>{t.current&&r(t.current.scrollWidth>t.current.clientWidth)},[e]),{textRef:t,isOverflow:n}},JE=e=>{const{textRef:t,isOverflow:n}=gf(e.data.label);return E.jsx(x.Tooltip,{title:n?e.data.value:null,placement:"bottom",children:E.jsx(d1,{ref:t,variant:"body2",paddingTop:n?"5px":"0px",children:e.data.label})})},UE=e=>E.jsxs(Kt.MenuList,{...e,children:[E.jsx(f1,{children:E.jsx(x.Typography,{variant:"body2_medium",children:j1})}),e.children]}),QE=e=>{const{isSelected:t}=e,{textRef:n,isOverflow:r}=gf(e.data.label);return E.jsx(Kt.Option,{...e,children:E.jsxs(x.Stack,{direction:"row",gap:"5px",justifyContent:"space-between",alignItems:"center",children:[E.jsx(x.Tooltip,{title:r?e.data.value:null,placement:"bottom",children:E.jsx(p1,{ref:n,className:"dropdown-item-text",variant:"body2",children:e.data.label})}),t?E.jsx("img",{src:YE,width:"14px",height:"14px"}):null]})})},qE=e=>E.jsx(Kt.DropdownIndicator,{...e,children:e.selectProps.menuIsOpen?E.jsx(x.icons.ArrowDropUp,{sx:{height:"18px",width:"18px",color:x.theme.palette.gray.gray3}}):E.jsx(x.icons.ArrowDropDown,{sx:{height:"18px",width:"18px",color:x.theme.palette.gray.gray3}})}),$E={control:e=>({...e,border:"none",boxShadow:"none",marginTop:"12px","&:hover":{border:"none",cursor:"pointer",backgroundColor:x.theme.palette.gray.gray7},"& > :first-child":{"& > :first-child":{paddingTop:"0px"},"& > :nth-child(2)":{height:"0px"}}}),option:(e,t)=>({...e,backgroundColor:x.theme.palette.gray.white,color:x.theme.palette.gray.black,height:"36px",padding:"6px 16px","&:hover":{backgroundColor:t.isFocused?x.theme.palette.gray.gray7:x.theme.palette.gray.white}}),singleValue:e=>({...e}),menuList:e=>({...e,maxHeight:"160px",borderRadius:"4px",overflowX:"hidden"}),menu:e=>({...e,boxShadow:"0px 3px 15px 0px #00000040",marginTop:"3px"}),menuPortal:e=>({...e,zIndex:2,maxHeight:"160px"})},KE=({selectedEmail:e,emailHeaders:t,root:n,setSelectedEmail:r})=>{const o=t?Object.entries(t).map(([s,i])=>({value:s,label:`${i}: ${s}`})):e?[{value:e,label:e}]:[];return S.useEffect(()=>{if(!e&&t&&Object.keys(t).length>0){const s=Object.keys(t)[0];s&&r(s)}},[t,r,e]),E.jsx(Kr,{options:o,value:e?{value:e,label:e}:null,placeholder:e||"Select an email",name:"email-selection",type:"select",onChange:s=>r(String((s==null?void 0:s.value)||"")),components:{...Kr.getDefaultComponents(),MenuList:UE,Option:QE,SingleValue:JE,DropdownIndicator:qE},root:n,styles:$E,isSearchable:!1,menuPortalTarget:document.body})},ex=x.styled(x.Paper)`
|
|
747
764
|
width: stretch;
|
|
748
765
|
height: 100%;
|
|
749
766
|
position: absolute;
|
|
@@ -753,17 +770,17 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
753
770
|
padding: 20px 14px;
|
|
754
771
|
box-sizing: border-box;
|
|
755
772
|
overflow: hidden;
|
|
756
|
-
|
|
773
|
+
`,tx=x.styled("img")`
|
|
757
774
|
height: 16px;
|
|
758
775
|
width: 16px;
|
|
759
|
-
`,
|
|
776
|
+
`,nx=x.styled(x.Box)`
|
|
760
777
|
margin-top: 12px;
|
|
761
778
|
height: 100%;
|
|
762
|
-
`,
|
|
779
|
+
`,rx="data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_4735_44625)'%3e%3cpath%20d='M7.9987%2013.334L8.9387%2012.394L5.2187%208.66732H13.332V7.33398L5.2187%207.33398L8.9387%203.60732L7.9987%202.66732L2.66537%208.00065L7.9987%2013.334Z'%20fill='%234D596C'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_4735_44625'%3e%3crect%20width='16'%20height='16'%20fill='white'%20transform='matrix(-1%200%200%20-1%2016%2016)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",ua=({children:e,isOpen:t,setIsOpen:n,onClose:r,title:o="Back",backButtonTooltip:s,portalId:i})=>{const a=S.useRef(null),[c,l]=S.useState(!1);return S.useEffect(()=>{i&&(a.current=document.querySelector(`[data-connectorid=${i}]`),l(!0))},[i,l]),S.useEffect(()=>()=>{n(!1)},[n]),t&&c&&a.current&&Oe.createPortal(E.jsxs(ex,{className:"layover-paper",elevation:0,children:[E.jsxs(x.Stack,{direction:"row",alignItems:"center",marginLeft:"-8px",children:[E.jsx(x.Tooltip,{title:s,placement:"bottom",children:E.jsx(x.IconButton,{onClick:r,children:E.jsx(tx,{src:rx})})}),E.jsx(x.Typography,{children:o})]}),E.jsx(nx,{children:e})]}),a.current)},mf=e=>e.common.previewCardData,bf=e=>e.common.previewCardApiStatus,ox=e=>e.common.selectedSuggestionType,sx=x.styled(x.Stack)`
|
|
763
780
|
width: 100%;
|
|
764
781
|
border-radius: 8px;
|
|
765
782
|
border: 1px solid ${x.theme.palette.gray.gray5};
|
|
766
|
-
`,
|
|
783
|
+
`,ix=x.styled(x.Stack)`
|
|
767
784
|
padding: 11px;
|
|
768
785
|
height: 46px;
|
|
769
786
|
background: ${x.theme.palette.gray.gray6};
|
|
@@ -773,7 +790,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
773
790
|
white-space: nowrap;
|
|
774
791
|
overflow: hidden;
|
|
775
792
|
}
|
|
776
|
-
`,
|
|
793
|
+
`,ax=x.styled(x.Button)`
|
|
777
794
|
&:hover {
|
|
778
795
|
background-color: #e3e9ff !important;
|
|
779
796
|
color: ${x.theme.palette.purple.primary} !important;
|
|
@@ -781,7 +798,18 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
781
798
|
}
|
|
782
799
|
margin-top: 10px;
|
|
783
800
|
display: block;
|
|
784
|
-
`,
|
|
801
|
+
`,cx=x.styled(x.Stack)`
|
|
802
|
+
flex-direction: row;
|
|
803
|
+
flex-grow: 1;
|
|
804
|
+
align-items: center;
|
|
805
|
+
gap: 6px;
|
|
806
|
+
min-width: 0;
|
|
807
|
+
img {
|
|
808
|
+
width: 20px;
|
|
809
|
+
height: 20px;
|
|
810
|
+
flex-shrink: 0;
|
|
811
|
+
}
|
|
812
|
+
`,yf=({cardData:e,cardDataApiStatus:t,objectToLink:n,args:r})=>{const o=Lt(),[s,i]=S.useState(!1),[a,c]=S.useState(!0),{id:l="",cardTitle:u="",logoUrl:m}=e||{},y=t===J.LOADING,C=p=>{p.stopPropagation();const d=p.currentTarget.offsetWidth<p.currentTarget.scrollWidth;i(!!d)},h=p=>{var f;o(nr({id:n,args:r,isRefresh:!0}));const d=p.target.tagName==="BUTTON"?(f=p.target)==null?void 0:f.firstChild:p.target;d.className&&(d.className=""),setTimeout(()=>d.className="selected",1)};return E.jsxs(sx,{children:[E.jsxs(ix,{direction:"row",justifyContent:"space-between",children:[y?E.jsxs(x.Stack,{gap:"6px",direction:"row",children:[E.jsx(cn,{width:"16px",height:"24px"}),E.jsx(cn,{width:"100px",height:"24px"})]}):E.jsxs(cx,{children:[m&&E.jsx("img",{src:m,alt:u}),E.jsx(x.Tooltip,{title:s?u:"",children:E.jsx(x.Typography,{variant:"h4",onMouseOver:p=>C(p),onMouseLeave:p=>C(p),children:u})})]}),E.jsxs(x.Stack,{direction:"row",alignItems:"center",children:[a?E.jsx(x.Tooltip,{title:$c,placement:"bottom",children:E.jsx(er,{onClick:p=>h(p),children:E.jsx("img",{src:Du})})}):null,E.jsx(x.Tooltip,{title:a?Kc:ci,placement:"bottom",children:E.jsx(er,{onClick:()=>c(p=>!p),children:E.jsx(hi,{className:a?"":"hiver-up"})})})]})]}),E.jsx(Ou,{id:l,cardTitle:u,specificCardData:{[l]:e},specificConnectorApiStatus:{[l]:t},isOpen:a})]})},vf=x.styled(x.Box)`
|
|
785
813
|
height: 52px;
|
|
786
814
|
background-color: #fff;
|
|
787
815
|
position: sticky;
|
|
@@ -820,8 +848,8 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
820
848
|
border: 1px solid ${x.theme.palette.purple.primary} !important;
|
|
821
849
|
}
|
|
822
850
|
margin-left: 12px;
|
|
823
|
-
`,
|
|
824
|
-
`).map((s,i)=>E.jsx(x.Typography,{variant:"body2",children:s},i))}),E.jsx(x.Stack,{direction:"row",justifyContent:"flex-end",gap:"8px",children:o.map(s=>E.jsx(x.Button,{variant:s.variant,size:"medium",onClick:s.action,children:s.label},s.label.split(" ").join("_").toLowerCase()))})]})}),_f=({isEdit:e=!1,onClose:t,onCreateSuccess:n,metaData:r,setMetaData:o})=>{var
|
|
851
|
+
`,lx=({setOpenTaskLinking:e,onLinkingSuccess:t})=>{const n=Lt(),r=me(mf),o=me(bf),s=me(Vy),i=me(ku),[a,c]=S.useState(!1),[l,u]=S.useState(null),[m,y]=S.useState(""),[C,h]=S.useState({}),{conversationId:p,sendTrackingEvent:d}=S.useContext(Ge);S.useEffect(()=>{i&&i.length&&u(i[0])},[i]);const f={externalResourceId:m},b=o===J.LOADING,g=s===J.LOADING,I=()=>{!a&&l&&"value"in l&&(d(qg,{object_type:l.label}),n(nr({id:String(l==null?void 0:l.value),args:f})).unwrap().catch(F=>{(F==null?void 0:F.status)===400?Ne({message:xu,type:vt}):Ne({message:$b,type:vt})})),c(F=>!F)},v=()=>{l&&"value"in l&&p&&n(qo({id:String(l.value),externalResourceId:m,conversationId:p})).unwrap().then(()=>{d(Ug,{object_type:l.label,input_type:m}),Ne({message:ey,type:dn}),e(!1),t()}).catch(F=>{(F==null?void 0:F.status)===400?Ne({message:xu,type:vt}):(F==null?void 0:F.status)===409?Ne({message:Kb,type:vt}):Ne({message:ty,type:vt})})},w=()=>{e(!1),c(!1)},A=(F,k)=>{F&&typeof F=="object"&&"label"in F&&typeof F.label=="string"&&"value"in F&&(typeof F.value=="string"||typeof F.value=="number")&&typeof k.name<"u"&&(u({value:F.value,label:F.label}),y(""))},T=F=>{F.stopPropagation();const{value:k}=(F==null?void 0:F.target)||{};y(k),c(!1)},_=(F,k)=>{h(N=>({...N,[F]:!!k}))},D=()=>Object.keys(C).filter(k=>C[k]).length>0;return E.jsxs(If,{children:[E.jsxs(Cf,{spacing:3,children:[E.jsx(Es,{type:"select",placeholder:wu,options:i,value:l,name:"form-object",selectChangeHandler:A,label:uy,labelSpacing:.5,validation:{isRequired:!0},onValidationError:_}),E.jsx(Es,{type:"text",placeholder:dy,value:m,name:"resourceId",inputChangeHandler:T,label:fy,labelSpacing:.5,validation:{isRequired:!0,validate:Fb()},onValidationError:_}),a?E.jsx(yf,{cardData:r,cardDataApiStatus:o,objectToLink:String((l==null?void 0:l.value)||""),args:f}):null,E.jsx(ax,{fullWidth:!0,disabled:D()||b,color:"tertiary",variant:"outlined",size:"small",onClick:I,children:a?B1:M1})]}),E.jsxs(vf,{children:[E.jsx(x.Button,{onClick:v,disabled:D()||g,size:"small",children:tl}),E.jsx(Ef,{color:"tertiary",variant:"outlined",onClick:w,disabled:g,size:"small",children:ui})]})]})},xf={values:{},errors:{}},Wt={SET_FIELD_VALUE:"SET_FIELD_VALUE",CLEAR_ERROR:"CLEAR_ERROR",SET_FIELD_ERROR:"SET_FIELD_ERROR",SET_FIELDS:"SET_FIELDS",CLEAR_FIELDS:"CLEAR_FIELDS",RESET_STATE:"RESET_STATE"},ux=(e,t)=>{const{type:n,payload:r}=t;switch(n){case Wt.SET_FIELD_VALUE:{if(!(r!=null&&r.value))return e;const{name:o,value:s}=r.value;return{...e,values:{...e.values,[o]:s}}}case Wt.SET_FIELD_ERROR:{if(!(r!=null&&r.value))return e;const{name:o,value:s}=r.value;return typeof s=="boolean"||typeof s=="string"?{...e,errors:{...e.errors,[o]:s}}:e}case Wt.CLEAR_ERROR:{if(!(r!=null&&r.value))return e;const{name:o}=r.value;return{...e,errors:{...e.errors,[o]:""}}}case Wt.SET_FIELDS:{if(!(r!=null&&r.values))return e;const{values:o}=r;return{...e,values:o}}case Wt.RESET_STATE:return xf}return e},wf=()=>S.useReducer(ux,xf),Af=({state:e,dispatch:t,validations:n})=>{const r=e.errors,o=(u,m)=>{t({type:Wt.SET_FIELD_VALUE,payload:{value:{value:m,name:u}}})},s=S.useCallback(()=>Object.keys(r).filter(m=>!!r[m]).length>0,[r]),i=u=>{u.stopPropagation();const{name:m,value:y}=(u==null?void 0:u.target)||{};o(m,y)},a=(u,m)=>{o(u,m||"")},c=(u,m)=>{e.errors[u]!==m&&t({type:Wt.SET_FIELD_ERROR,payload:{value:{name:u,value:m}}})},l=(u,m)=>{if(m){const y=m[u];y==null||y.forEach(C=>{var h;o(C,""),m[C]&&l(C,m),(h=n[C])!=null&&h.isRequired&&c(C,!0)})}};return{setValue:o,isErrorInValidations:s,inputChangeHandler:i,dateChangeHandler:a,handleValidationError:c,clearDependentFields:l}},Tf=({formFields:e,formState:t,formId:n})=>{const r=Lt();return{fetchConfig:S.useMemo(()=>e&&e.length?e.filter(a=>a.interfaceDetails).reduce((a,c)=>{var m,y;const l=Db(t,(m=c==null?void 0:c.interfaceDetails)==null?void 0:m.args),u=Object.values(((y=c==null?void 0:c.interfaceDetails)==null?void 0:y.args)||{});return{...a,[c.name]:{loadOptions:(C,h,p)=>{var d,f,b,g;if(l.length===u.length){r(Dn({fieldName:c.name,formId:String(n),fieldConfig:c,interfaceId:(d=c.interfaceDetails)==null?void 0:d.id,pagination:(f=c.interfaceDetails)==null?void 0:f.pagination,callback:h,args:{...yu(t,(b=c==null?void 0:c.interfaceDetails)==null?void 0:b.args),...yu(t,(g=c==null?void 0:c.interfaceDetails)==null?void 0:g.optionalArgs)},isScrollToBottomEvent:p}));return}return h([])}}}},{}):null,[e,t,n,r])}},Sf=({setShown:e,shown:t,title:n,description:r,buttons:o})=>E.jsx(Ni,{shown:t,setShown:e,showCloseButton:!0,children:E.jsxs(x.Stack,{width:"400px",padding:"20px",children:[E.jsx(x.Typography,{variant:"h2",marginBottom:"8px",children:n}),E.jsx(x.Stack,{gap:"4px",marginBottom:"20px",children:r.split(`
|
|
852
|
+
`).map((s,i)=>E.jsx(x.Typography,{variant:"body2",children:s},i))}),E.jsx(x.Stack,{direction:"row",justifyContent:"flex-end",gap:"8px",children:o.map(s=>E.jsx(x.Button,{variant:s.variant,size:"medium",onClick:s.action,children:s.label},s.label.split(" ").join("_").toLowerCase()))})]})}),_f=({isEdit:e=!1,onClose:t,onCreateSuccess:n,metaData:r,setMetaData:o})=>{var ae;const[s,i]=S.useState(null),[a,c]=S.useState(!1),l=S.useRef(null),[u,m]=wf(),y=me(Pu),C=me(e?By:Nu),h=me(Gy),p=me(jy),d=me(Wy),f=me(Zy),b=me(Xy),g=me(zy),I=me(Yy),v=me(Mu),w=S.useMemo(()=>s&&"value"in s&&h&&h[s.value]&&Array.isArray(h[s.value])?[{id:s.value,formFields:h[s.value]}]:[{id:"emptyFormId",formFields:[]}],[h,s]),A=S.useMemo(()=>{var pe;const ne=((pe=w==null?void 0:w[0])==null?void 0:pe.formFields)||[];return vu({formFields:ne})},[w]),{fetchConfig:T}=Tf({formFields:w[0].formFields,formId:w[0].id,formState:u}),{setValue:_,inputChangeHandler:D,dateChangeHandler:F,clearDependentFields:k,handleValidationError:N,isErrorInValidations:j}=Af({state:u,dispatch:m,validations:A}),{conversationId:X,sendTrackingEvent:Z,currentSmIds:z}=S.useContext(Ge),{userGroupId:W}=_n()||{},q=(ae=y==null?void 0:y.forms.find(ne=>ne.type==="edit"))==null?void 0:ae.id,{externalResourceId:ie}=y??{},ce=[f,b,I].includes(J.LOADING),Y=Lt();S.useEffect(()=>{Y(Tu(e?!(g&&"values"in g&&"values"in u&&JSON.stringify(Bu(u.values))===JSON.stringify(Bu(g.values))):(r==null?void 0:r.fields_filled)!==void 0&&r.fields_filled>0))},[e,r,g,u,Y]),S.useEffect(()=>(e&&g&&m({type:Wt.SET_FIELDS,payload:g}),()=>{m({type:Wt.SET_FIELDS,payload:{values:{}}})}),[e,m,g]),S.useEffect(()=>{s!==null&&o(ne=>({...ne,object_type:s.label}))},[s,o]),S.useEffect(()=>{if(u.values){const ne=Object.values(u.values).filter(pe=>pe!=="").length;o(pe=>({...pe,fields_filled:ne}))}},[u,o]),S.useEffect(()=>{C&&C.length&&i(e&&q?C.find(ne=>ne.value===q)??null:C[0])},[C,e,q]);const re=()=>{i(l.current),c(!1),m({type:Wt.RESET_STATE})},fe=(ne,pe,Be)=>{if(pe.action==="clear"&&pe.name&&(_(pe.name,""),s!=null&&s.value&&k(pe.name,d==null?void 0:d[s.value]),A[pe.name].isRequired&&N(pe.name,!0)),ne&&typeof ne=="object"&&"label"in ne&&typeof ne.label=="string"&&"value"in ne&&(typeof ne.value=="string"||typeof ne.value=="number")&&typeof pe.name<"u")if(pe.name==="form-object")l.current={value:ne.value,label:ne.label},u.values&&ne.value!==(s==null?void 0:s.value)&&(Object.values(u.values).filter(ze=>ze!=="").length>0?c(!0):re());else{let G=!1;Be&&(G=Be.isMultiSelect||!1);const ze=G?[{value:ne.value,label:ne.label}]:{value:ne.value,label:ne.label};_(pe.name,ze),s!=null&&s.value&&k(pe.name,d==null?void 0:d[s.value])}},M=()=>{if(!j()&&q&&(p!=null&&p[q])&&X&&ie){const{connectorName:ne,title:pe}=y;Z(o2,{connector_name:ne,card_title:pe,sm_ids:z,ug_id:W});const Be=p[q].interfaceDetails;if(!Be||!g)return;const{id:G,args:ze={},previousArgs:tt={}}=Be,Ye=Xo(g,tt),wt=Xo(u,ze);Y(Uo({formId:String(q),conversationId:X,args:wt,previousArgs:Ye,externalResourceId:ie,interfaceId:G,successCallback:()=>{n()}})).unwrap().then(()=>{Z(a2,{connector_name:ne,card_title:pe,sm_ids:z,ug_id:W})}).finally(()=>{Y(rr(null))})}},U=()=>{if(!j()&&s&&(p!=null&&p[s.value])&&X){const ne=p==null?void 0:p[s.value].interfaceDetails;if(!ne)return;const{id:pe,args:Be={}}=ne,G=Xo(u,Be);Y(Jo({formId:String(s.value),conversationId:X,args:G,interfaceId:pe,successCallback:()=>{n()}})).unwrap().then(()=>{Z(Jg,{object_type:s})})}},te=[{label:"Cancel",action:()=>c(!1),variant:"text"},{label:"Continue",action:re}];return E.jsxs(If,{children:[E.jsx(Sf,{shown:a,setShown:c,title:sy,description:iy,buttons:te}),E.jsxs(Cf,{spacing:3,children:[e?null:E.jsx(Es,{type:"select",placeholder:wu,options:C,value:s,name:"form-object",selectChangeHandler:fe,label:ly,labelSpacing:.5,validation:{isRequired:!0}}),E.jsx(pf,{showGlobalLoader:I===J.LOADING,formConfig:w,selectChangeHandler:fe,inputChangeHandler:D,dateChangeHandler:F,onValidationError:N,fieldsSpacing:3,labelSpacing:.5,fetchConfig:T,values:u.values,validations:A})]}),E.jsxs(vf,{children:[E.jsx(x.Button,{disabled:j()||ce||!v,onClick:e?M:U,size:"small",children:e?wg:xg}),E.jsx(Ef,{variant:"outlined",color:"tertiary",size:"small",onClick:t,disabled:ce,children:ui})]})]})},dx=x.styled(x.Button)`
|
|
825
853
|
&:hover {
|
|
826
854
|
background-color: #e3e9ff !important;
|
|
827
855
|
color: ${x.theme.palette.purple.primary} !important;
|
|
@@ -835,14 +863,14 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
835
863
|
& .content__btn {
|
|
836
864
|
margin-left: 8px;
|
|
837
865
|
}
|
|
838
|
-
`,
|
|
866
|
+
`,fx=x.styled(x.Button)`
|
|
839
867
|
& path {
|
|
840
868
|
fill: #fff;
|
|
841
869
|
}
|
|
842
870
|
& .content__btn {
|
|
843
871
|
margin-left: 8px;
|
|
844
872
|
}
|
|
845
|
-
`,
|
|
873
|
+
`,px=e=>B.createElement("svg",{width:20,height:21,viewBox:"0 0 20 21",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},B.createElement("mask",{id:"mask0_4649_80352",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:0,y:0,width:20,height:21},B.createElement("rect",{y:.320312,width:20,height:20,fill:"#D9D9D9"})),B.createElement("g",{mask:"url(#mask0_4649_80352)"},B.createElement("path",{d:"M9.16797 14.4873H10.8346V11.154H14.168V9.4873H10.8346V6.15397H9.16797V9.4873H5.83464V11.154H9.16797V14.4873ZM10.0013 18.654C8.84852 18.654 7.76519 18.4352 6.7513 17.9977C5.73741 17.5602 4.85547 16.9665 4.10547 16.2165C3.35547 15.4665 2.76172 14.5845 2.32422 13.5706C1.88672 12.5567 1.66797 11.4734 1.66797 10.3206C1.66797 9.16786 1.88672 8.08453 2.32422 7.07064C2.76172 6.05675 3.35547 5.1748 4.10547 4.4248C4.85547 3.6748 5.73741 3.08105 6.7513 2.64355C7.76519 2.20605 8.84852 1.9873 10.0013 1.9873C11.1541 1.9873 12.2374 2.20605 13.2513 2.64355C14.2652 3.08105 15.1471 3.6748 15.8971 4.4248C16.6471 5.1748 17.2409 6.05675 17.6784 7.07064C18.1159 8.08453 18.3346 9.16786 18.3346 10.3206C18.3346 11.4734 18.1159 12.5567 17.6784 13.5706C17.2409 14.5845 16.6471 15.4665 15.8971 16.2165C15.1471 16.9665 14.2652 17.5602 13.2513 17.9977C12.2374 18.4352 11.1541 18.654 10.0013 18.654ZM10.0013 16.9873C11.8624 16.9873 13.4388 16.3415 14.7305 15.0498C16.0221 13.7581 16.668 12.1817 16.668 10.3206C16.668 8.45953 16.0221 6.88314 14.7305 5.59147C13.4388 4.2998 11.8624 3.65397 10.0013 3.65397C8.14019 3.65397 6.5638 4.2998 5.27214 5.59147C3.98047 6.88314 3.33464 8.45953 3.33464 10.3206C3.33464 12.1817 3.98047 13.7581 5.27214 15.0498C6.5638 16.3415 8.14019 16.9873 10.0013 16.9873Z",fill:"#4D596C"}))),hx=e=>B.createElement("svg",{width:20,height:21,viewBox:"0 0 20 21",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},B.createElement("path",{d:"M14.3462 8.73757C14.0406 8.43198 13.5451 8.43198 13.2395 8.73757C12.9339 9.04316 12.9339 9.53863 13.2395 9.84422L14.3462 8.73757ZM15.2392 10.7372L15.7925 10.1839L15.2392 10.7372ZM16.2377 13.1478L15.4552 13.1478L16.2377 13.1478ZM15.2392 15.5584L14.6859 15.0051L15.2392 15.5584ZM10.418 15.5584L9.86469 16.1118L10.418 15.5584ZM9.52499 13.5588C9.2194 13.2532 8.72393 13.2532 8.41834 13.5588C8.11275 13.8643 8.11275 14.3598 8.41834 14.6654L9.52499 13.5588ZM5.52477 11.7731C5.83036 12.0787 6.32583 12.0787 6.63142 11.7731C6.93701 11.4675 6.93701 10.972 6.63142 10.6665L5.52477 11.7731ZM9.45292 4.95224L10.0062 4.39892L9.45292 4.95224ZM10.346 6.95192C10.6515 7.25752 11.147 7.25752 11.4526 6.95192C11.7582 6.64633 11.7582 6.15087 11.4526 5.84527L10.346 6.95192ZM13.2395 9.84422L14.6859 11.2906L15.7925 10.1839L14.3462 8.73757L13.2395 9.84422ZM14.6859 11.2906C15.1785 11.7832 15.4552 12.4512 15.4552 13.1478L17.0202 13.1478C17.0202 12.0362 16.5786 10.97 15.7925 10.1839L14.6859 11.2906ZM15.4552 13.1478C15.4552 13.8445 15.1785 14.5125 14.6859 15.0051L15.7925 16.1118C16.5786 15.3257 17.0202 14.2595 17.0202 13.1478L15.4552 13.1478ZM14.6859 15.0051C13.6601 16.0308 11.9971 16.0308 10.9713 15.0051L9.86469 16.1118C11.5016 17.7487 14.1556 17.7487 15.7925 16.1118L14.6859 15.0051ZM10.9713 15.0051L9.52499 13.5588L8.41834 14.6654L9.86469 16.1118L10.9713 15.0051ZM6.63142 10.6665L5.18507 9.2201L4.07842 10.3268L5.52477 11.7731L6.63142 10.6665ZM5.18507 9.2201C4.69249 8.72752 4.41576 8.05944 4.41576 7.36283H2.85072C2.85072 8.47452 3.29234 9.54067 4.07842 10.3268L5.18507 9.2201ZM4.41576 7.36283C4.41576 6.66622 4.69249 5.99815 5.18507 5.50557L4.07842 4.39892C3.29234 5.185 2.85072 6.25115 2.85072 7.36283H4.41576ZM5.18507 5.50557C6.21081 4.47983 7.87386 4.47983 8.8996 5.50557L10.0062 4.39892C8.36932 2.76199 5.71534 2.76199 4.07842 4.39892L5.18507 5.50557ZM8.8996 5.50557L10.346 6.95192L11.4526 5.84527L10.0062 4.39892L8.8996 5.50557Z",fill:"#4D596C"}),B.createElement("rect",{x:6.36328,y:7.91895,width:1.66667,height:8.33333,rx:.833333,transform:"rotate(-45 6.36328 7.91895)",fill:"#4D596C"})),gx=({onCreateClick:e,onLinkClick:t,haveCreateObjects:n,haveLinkObjects:r})=>E.jsxs(x.Stack,{gap:2,marginTop:"12px",children:[E.jsx(x.Typography,{variant:"body2",color:x.theme.palette.gray.gray1,children:oy}),E.jsxs(x.Stack,{gap:"12px",children:[n?E.jsxs(fx,{fullWidth:!0,onClick:e,size:"medium",children:[E.jsx(px,{}),E.jsx("span",{className:"content__btn",children:ol})]}):null,r?E.jsxs(dx,{fullWidth:!0,color:"tertiary",variant:"outlined",onClick:t,size:"medium",children:[E.jsx(hx,{}),E.jsx("span",{className:"content__btn",children:sl})]}):null]})]}),mx=e=>e.write.searchObjectList,Of=e=>e.write.objectDict,bx=e=>e.write.formFields,yx=e=>e.write.dependentFieldsMap,vx="Search in Connectors",Cx="Search in Apps",Ix="Start typing to search..",Ex="Smart search suggestions",xx=":count result:countSuffix found for :searchObject in :connectorName",wx="Back to search results",Ax="No search results found",Tx=e=>B.createElement("svg",{width:12,height:12,viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},B.createElement("g",{id:"icons/Actions/Search"},B.createElement("path",{id:"Shape",fillRule:"evenodd",clipRule:"evenodd",d:"M8.57633 7.54717H8.03431L7.8422 7.36192C8.51458 6.57976 8.91938 5.56432 8.91938 4.45969C8.91938 1.99657 6.92281 0 4.45969 0C1.99657 0 0 1.99657 0 4.45969C0 6.92281 1.99657 8.91938 4.45969 8.91938C5.56432 8.91938 6.57976 8.51458 7.36192 7.8422L7.54717 8.03431V8.57633L10.9777 12L12 10.9777L8.57633 7.54717ZM4.45969 7.54717C2.75129 7.54717 1.37221 6.1681 1.37221 4.45969C1.37221 2.75129 2.75129 1.37221 4.45969 1.37221C6.1681 1.37221 7.54717 2.75129 7.54717 4.45969C7.54717 6.1681 6.1681 7.54717 4.45969 7.54717Z",fill:"#97A3B7"}))),Sx=x.styled(x.Stack)`
|
|
846
874
|
flex-flow: row nowrap;
|
|
847
875
|
align-items: center;
|
|
848
876
|
column-gap: 12px;
|
|
@@ -852,28 +880,28 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
852
880
|
&:hover {
|
|
853
881
|
background-color: ${({isSelected:e})=>e?"rgb(80, 109, 255, 0.12)":"rgba(0, 0, 0, 0.04)"};
|
|
854
882
|
}
|
|
855
|
-
`,
|
|
883
|
+
`,_x=x.styled("img")`
|
|
856
884
|
flex-shrink: 0;
|
|
857
885
|
display: block;
|
|
858
886
|
width: 24px;
|
|
859
887
|
height: 24px;
|
|
860
888
|
border-radius: 50%;
|
|
861
|
-
`,Lf=({data:e,suggestionType:t="basic",isSelected:n=!1,onSelect:r})=>{const o=Lt(),{sendTrackingEvent:s,currentSmIds:i}=S.useContext(
|
|
889
|
+
`,Lf=({data:e,suggestionType:t="basic",isSelected:n=!1,onSelect:r})=>{const o=Lt(),{sendTrackingEvent:s,currentSmIds:i}=S.useContext(Ge),{label:a,description:c,avatarUrl:l,connectorName:u}=e,m=()=>{s(p2,{suggestion_type:t,search_keyword:a,sm_ids:i,connector_name:u}),r(e,t),o(Vb(t))};return E.jsxs(Sx,{isSelected:n,onClick:m,children:[E.jsx(_x,{src:l,alt:"option"}),E.jsxs(x.Stack,{children:[E.jsx(x.Typography,{color:x.theme.palette.gray.gray1,children:a}),E.jsx(x.Typography,{color:x.theme.palette.gray.gray3,fontSize:"12px",children:c})]})]})},Ox=x.styled(x.Stack)`
|
|
862
890
|
padding: 10px 0 10px 10px;
|
|
863
|
-
`,{Control:
|
|
891
|
+
`,{Control:Lx}=Kt,Rx=({children:e,...t})=>E.jsxs(Lx,{...t,children:[E.jsx(Ox,{children:E.jsx(Tx,{})}),e]}),Fx=e=>{const{data:t,isSelected:n,selectOption:r}=e;return E.jsx(Lf,{data:t,isSelected:n,onSelect:r})},Dx={control:(e,{isFocused:t})=>({...e,cursor:"pointer",boxShadow:"none",borderColor:t?"#196FE0 !important":"#D6DDE8",borderWidth:"1px"}),menu:e=>({...e,marginTop:0,padding:0,borderRadius:"4px",background:"#fff",boxShadow:"0px 3px 15px 0px rgba(0, 0, 0, 0.25)",zIndex:3}),input:e=>({...e,"& input":{opacity:"1 !important"}}),menuPortal:e=>({...e,zIndex:3})},Nx=({options:e,value:t,inputValue:n,root:r,onChange:o,onInputChange:s,onReset:i,NoOptionsMessage:a,menuOpen:c})=>{const{availableFeatures:l,sendTrackingEvent:u,currentSmIds:m}=S.useContext(Ge),y=$e(l,Ro),C=(d,{action:f})=>{f==="input-change"&&(s(d),d||i())},h=d=>{o(d),d||(s(""),i())},p=()=>{const d=[...new Set(e.map(f=>f.connectorName))];u(f2,{connector_names:d,sm_ids:m})};return E.jsx(Kr,{name:"global-search",type:"select",value:t,inputValue:n,options:n?e:[],placeholder:y?Cx:vx,isSearchable:!0,filterOption:null,styles:Dx,onInputChange:C,onChange:h,isClearable:!0,menuPortalTarget:document.body,blurInputOnSelect:!0,onFocus:p,components:{DropdownIndicator:()=>null,IndicatorSeparator:()=>null,Option:Fx,Control:Rx,...a&&{NoOptionsMessage:a}},root:r,...typeof c=="boolean"&&{menuIsOpen:c}})},kx=x.styled(x.Stack)`
|
|
864
892
|
margin: ${({isEmpty:e})=>e?"0":"12px 0"};
|
|
865
|
-
`,
|
|
893
|
+
`,Px=({objectId:e,searchString:t,fetchSearchResults:n})=>{var I;const[r,o]=wf(),s=S.useRef(null),i=me(Of),a=me(bx),c=me(yx),l=S.useMemo(()=>e&&a&&a[e]&&Array.isArray(a[e])?{id:e,formFields:a[e]}:{id:"emptyFormId",formFields:[]},[a,e]),u=S.useMemo(()=>{const v=(l==null?void 0:l.formFields)||[];return vu({formFields:v})},[l]),{setValue:m,inputChangeHandler:y,dateChangeHandler:C,clearDependentFields:h,handleValidationError:p,isErrorInValidations:d}=Af({state:r,dispatch:o,validations:u}),{fetchConfig:f}=Tf({formState:r,formFields:l.formFields,formId:l.id}),b=S.useCallback(v=>{s.current&&clearTimeout(s.current),s.current=setTimeout(()=>{n(v)},500)},[n]);S.useEffect(()=>{const v=r.values,w=l.id,A=l.formFields;if(Object.values(v).filter(j=>!!j).length<A.length||!i||d()){s.current&&clearTimeout(s.current);return}const T=i[e].searchInterfaceDetails;if(!T)return;const _=i[e].connectorName,{id:D,args:F={}}=T,k=Xo(r,F);b({id:w,interfaceId:D,searchString:t,connectorName:_,args:k})},[r,l,i,e,t,d,b]),S.useEffect(()=>()=>{s.current&&clearTimeout(s.current)},[]);const g=(v,w,A)=>{if(w.action==="clear"&&w.name&&(m(w.name,""),h(w.name,c[e]),u[w.name].isRequired&&p(w.name,!0)),v&&typeof v=="object"&&"label"in v&&typeof v.label=="string"&&"value"in v&&(typeof v.value=="string"||typeof v.value=="number")&&typeof w.name<"u"){let T=!1;A&&(T=A.isMultiSelect||!1);const _=T?[{value:v.value,label:v.label}]:{value:v.value,label:v.label};m(w.name,_),h(w.name,c[e])}};return E.jsx(kx,{isEmpty:((I=l.formFields)==null?void 0:I.length)===0,children:E.jsx(pf,{showGlobalLoader:!1,formConfig:[l],selectChangeHandler:g,inputChangeHandler:y,dateChangeHandler:C,onValidationError:p,labelSpacing:.5,fetchConfig:f,values:r.values,validations:u})})},Mx="/v1/api"+"/templates/metadata",Bx={GET:"GET",POST:"POST",DELETE:"DELETE",PATCH:"PATCH",PUT:"PUT"},jx=async e=>{const t=new URLSearchParams,{inboxIds:n,channelType:r,conversationId:o}=e||{};return n&&n.forEach(s=>t.append("inbox_ids",s)),r&&t.append("channel_type",r),o&&t.append("conversation_id",o),it({url:`${Mx}?${t.toString()}`,method:Bx.GET})};let ur={};const Gx={get length(){return Object.keys(ur).length},getItem(e){return ur[e]??null},setItem(e,t){ur[e]=t},removeItem(e){delete ur[e]},clear(){ur={}},key(e){return Object.keys(ur)[e]}},Vx={LOCAL:window==null?void 0:window.localStorage,SESSION:window==null?void 0:window.sessionStorage},Hx=(e="LOCAL")=>Vx[e]??Gx,Wx=(e="LOCAL")=>{const t=Hx(e);return{...t,getItem(n){const r=t.getItem(n);if(!r)return r;try{return JSON.parse(r)}catch(o){return console.warn(o),r}},setItem(n,r){try{const o=JSON.stringify(r);t.setItem(n,o)}catch(o){console.warn(o)}}}},da="@connector-agent-global-search-priority",fa=Wx(),Zx=({objectList:e})=>({sortedObjectList:S.useMemo(()=>{const r=fa.getItem(da);return r?[...e].sort((o,s)=>(r[o.value]??0)>(r[s.value]??0)?-1:1):e},[e]),updatePriority:r=>{const o=fa.getItem(da)??{};o[r]||(o[r]=0),o[r]++,fa.setItem(da,o)}}),Xx=x.styled(x.Stack)`
|
|
866
894
|
padding: 8px 0;
|
|
867
|
-
`,
|
|
895
|
+
`,zx=x.styled(x.Typography)`
|
|
868
896
|
padding: 6px 16px;
|
|
869
897
|
color: ${x.theme.palette.gray.gray4};
|
|
870
898
|
font-size: 13px;
|
|
871
|
-
`,
|
|
899
|
+
`,Yx=x.styled(x.Typography)`
|
|
872
900
|
padding: 6px 16px;
|
|
873
901
|
color: ${x.theme.palette.gray.gray3};
|
|
874
902
|
font-size: 11px;
|
|
875
903
|
text-transform: uppercase;
|
|
876
|
-
`,Zx=({onSelect:e,selectedOption:t,options:n})=>n.length?E.jsxs(Vx,{children:[E.jsx(Hx,{children:bx}),E.jsx(Wx,{children:yx}),n.map(r=>E.jsx(Lf,{suggestionType:"smart",data:r,isSelected:t===r,onSelect:e},r.label+r.description))]}):null;var dr=class{constructor(){this.listeners=new Set,this.subscribe=this.subscribe.bind(this)}subscribe(e){return this.listeners.add(e),this.onSubscribe(),()=>{this.listeners.delete(e),this.onUnsubscribe()}}hasListeners(){return this.listeners.size>0}onSubscribe(){}onUnsubscribe(){}},Pn=typeof window>"u"||"Deno"in globalThis;function Et(){}function Xx(e,t){return typeof e=="function"?e(t):e}function pa(e){return typeof e=="number"&&e>=0&&e!==1/0}function Rf(e,t){return Math.max(e+(t||0)-Date.now(),0)}function fr(e,t){return typeof e=="function"?e(t):e}function Rt(e,t){return typeof e=="function"?e(t):e}function Ff(e,t){const{type:n="all",exact:r,fetchStatus:o,predicate:s,queryKey:i,stale:a}=e;if(i){if(r){if(t.queryHash!==ha(i,t.options))return!1}else if(!eo(t.queryKey,i))return!1}if(n!=="all"){const c=t.isActive();if(n==="active"&&!c||n==="inactive"&&c)return!1}return!(typeof a=="boolean"&&t.isStale()!==a||o&&o!==t.state.fetchStatus||s&&!s(t))}function Nf(e,t){const{exact:n,status:r,predicate:o,mutationKey:s}=e;if(s){if(!t.options.mutationKey)return!1;if(n){if(Mn(t.options.mutationKey)!==Mn(s))return!1}else if(!eo(t.options.mutationKey,s))return!1}return!(r&&t.state.status!==r||o&&!o(t))}function ha(e,t){return((t==null?void 0:t.queryKeyHashFn)||Mn)(e)}function Mn(e){return JSON.stringify(e,(t,n)=>ma(n)?Object.keys(n).sort().reduce((r,o)=>(r[o]=n[o],r),{}):n)}function eo(e,t){return e===t?!0:typeof e!=typeof t?!1:e&&t&&typeof e=="object"&&typeof t=="object"?!Object.keys(t).some(n=>!eo(e[n],t[n])):!1}function ga(e,t){if(e===t)return e;const n=Df(e)&&Df(t);if(n||ma(e)&&ma(t)){const r=n?e:Object.keys(e),o=r.length,s=n?t:Object.keys(t),i=s.length,a=n?[]:{};let c=0;for(let l=0;l<i;l++){const u=n?l:s[l];(!n&&r.includes(u)||n)&&e[u]===void 0&&t[u]===void 0?(a[u]=void 0,c++):(a[u]=ga(e[u],t[u]),a[u]===e[u]&&e[u]!==void 0&&c++)}return o===i&&c===o?e:a}return t}function xs(e,t){if(!t||Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(e[n]!==t[n])return!1;return!0}function Df(e){return Array.isArray(e)&&e.length===Object.keys(e).length}function ma(e){if(!kf(e))return!1;const t=e.constructor;if(t===void 0)return!0;const n=t.prototype;return!(!kf(n)||!n.hasOwnProperty("isPrototypeOf")||Object.getPrototypeOf(e)!==Object.prototype)}function kf(e){return Object.prototype.toString.call(e)==="[object Object]"}function zx(e){return new Promise(t=>{setTimeout(t,e)})}function ba(e,t,n){if(typeof n.structuralSharing=="function")return n.structuralSharing(e,t);if(n.structuralSharing!==!1){if(process.env.NODE_ENV!=="production")try{return ga(e,t)}catch(r){console.error(`Structural sharing requires data to be JSON serializable. To fix this, turn off structuralSharing or return JSON-serializable data from your queryFn. [${n.queryHash}]: ${r}`)}return ga(e,t)}return t}function Yx(e,t,n=0){const r=[...e,t];return n&&r.length>n?r.slice(1):r}function Jx(e,t,n=0){const r=[t,...e];return n&&r.length>n?r.slice(0,-1):r}var ws=Symbol();function Pf(e,t){return process.env.NODE_ENV!=="production"&&e.queryFn===ws&&console.error(`Attempted to invoke queryFn when set to skipToken. This is likely a configuration error. Query hash: '${e.queryHash}'`),!e.queryFn&&(t!=null&&t.initialPromise)?()=>t.initialPromise:!e.queryFn||e.queryFn===ws?()=>Promise.reject(new Error(`Missing queryFn: '${e.queryHash}'`)):e.queryFn}var Ux=(r0=class extends dr{constructor(){super();ee(this,Bn);ee(this,dn);ee(this,pr);H(this,pr,t=>{if(!Pn&&window.addEventListener){const n=()=>t();return window.addEventListener("visibilitychange",n,!1),()=>{window.removeEventListener("visibilitychange",n)}}})}onSubscribe(){L(this,dn)||this.setEventListener(L(this,pr))}onUnsubscribe(){var t;this.hasListeners()||((t=L(this,dn))==null||t.call(this),H(this,dn,void 0))}setEventListener(t){var n;H(this,pr,t),(n=L(this,dn))==null||n.call(this),H(this,dn,t(r=>{typeof r=="boolean"?this.setFocused(r):this.onFocus()}))}setFocused(t){L(this,Bn)!==t&&(H(this,Bn,t),this.onFocus())}onFocus(){const t=this.isFocused();this.listeners.forEach(n=>{n(t)})}isFocused(){var t;return typeof L(this,Bn)=="boolean"?L(this,Bn):((t=globalThis.document)==null?void 0:t.visibilityState)!=="hidden"}},Bn=new WeakMap,dn=new WeakMap,pr=new WeakMap,r0),ya=new Ux,Qx=(o0=class extends dr{constructor(){super();ee(this,hr,!0);ee(this,fn);ee(this,gr);H(this,gr,t=>{if(!Pn&&window.addEventListener){const n=()=>t(!0),r=()=>t(!1);return window.addEventListener("online",n,!1),window.addEventListener("offline",r,!1),()=>{window.removeEventListener("online",n),window.removeEventListener("offline",r)}}})}onSubscribe(){L(this,fn)||this.setEventListener(L(this,gr))}onUnsubscribe(){var t;this.hasListeners()||((t=L(this,fn))==null||t.call(this),H(this,fn,void 0))}setEventListener(t){var n;H(this,gr,t),(n=L(this,fn))==null||n.call(this),H(this,fn,t(this.setOnline.bind(this)))}setOnline(t){L(this,hr)!==t&&(H(this,hr,t),this.listeners.forEach(r=>{r(t)}))}isOnline(){return L(this,hr)}},hr=new WeakMap,fn=new WeakMap,gr=new WeakMap,o0),As=new Qx;function va(){let e,t;const n=new Promise((o,s)=>{e=o,t=s});n.status="pending",n.catch(()=>{});function r(o){Object.assign(n,o),delete n.resolve,delete n.reject}return n.resolve=o=>{r({status:"fulfilled",value:o}),e(o)},n.reject=o=>{r({status:"rejected",reason:o}),t(o)},n}function qx(e){return Math.min(1e3*2**e,3e4)}function Mf(e){return(e??"online")==="online"?As.isOnline():!0}var Bf=class extends Error{constructor(e){super("CancelledError"),this.revert=e==null?void 0:e.revert,this.silent=e==null?void 0:e.silent}};function Ca(e){return e instanceof Bf}function Gf(e){let t=!1,n=0,r=!1,o;const s=va(),i=p=>{var d;r||(y(new Bf(p)),(d=e.abort)==null||d.call(e))},a=()=>{t=!0},c=()=>{t=!1},l=()=>ya.isFocused()&&(e.networkMode==="always"||As.isOnline())&&e.canRun(),u=()=>Mf(e.networkMode)&&e.canRun(),b=p=>{var d;r||(r=!0,(d=e.onSuccess)==null||d.call(e,p),o==null||o(),s.resolve(p))},y=p=>{var d;r||(r=!0,(d=e.onError)==null||d.call(e,p),o==null||o(),s.reject(p))},C=()=>new Promise(p=>{var d;o=f=>{(r||l())&&p(f)},(d=e.onPause)==null||d.call(e)}).then(()=>{var p;o=void 0,r||(p=e.onContinue)==null||p.call(e)}),h=()=>{if(r)return;let p;const d=n===0?e.initialPromise:void 0;try{p=d??e.fn()}catch(f){p=Promise.reject(f)}Promise.resolve(p).then(b).catch(f=>{var w;if(r)return;const m=e.retry??(Pn?0:3),g=e.retryDelay??qx,I=typeof g=="function"?g(n,f):g,v=m===!0||typeof m=="number"&&n<m||typeof m=="function"&&m(n,f);if(t||!v){y(f);return}n++,(w=e.onFail)==null||w.call(e,n,f),zx(I).then(()=>l()?void 0:C()).then(()=>{t?y(f):h()})})};return{promise:s,cancel:i,continue:()=>(o==null||o(),s),cancelRetry:a,continueRetry:c,canStart:u,start:()=>(u()?h():C().then(h),s)}}function $x(){let e=[],t=0,n=a=>{a()},r=a=>{a()},o=a=>setTimeout(a,0);const s=a=>{t?e.push(a):o(()=>{n(a)})},i=()=>{const a=e;e=[],a.length&&o(()=>{r(()=>{a.forEach(c=>{n(c)})})})};return{batch:a=>{let c;t++;try{c=a()}finally{t--,t||i()}return c},batchCalls:a=>(...c)=>{s(()=>{a(...c)})},schedule:s,setNotifyFunction:a=>{n=a},setBatchNotifyFunction:a=>{r=a},setScheduler:a=>{o=a}}}var Ve=$x(),jf=(s0=class{constructor(){ee(this,Gn)}destroy(){this.clearGcTimeout()}scheduleGc(){this.clearGcTimeout(),pa(this.gcTime)&&H(this,Gn,setTimeout(()=>{this.optionalRemove()},this.gcTime))}updateGcTime(e){this.gcTime=Math.max(this.gcTime||0,e??(Pn?1/0:5*60*1e3))}clearGcTimeout(){L(this,Gn)&&(clearTimeout(L(this,Gn)),H(this,Gn,void 0))}},Gn=new WeakMap,s0),Kx=(i0=class extends jf{constructor(t){super();ee(this,Ft);ee(this,mr);ee(this,br);ee(this,xt);ee(this,jn);ee(this,Ue);ee(this,to);ee(this,Vn);H(this,Vn,!1),H(this,to,t.defaultOptions),this.setOptions(t.options),this.observers=[],H(this,jn,t.client),H(this,xt,L(this,jn).getQueryCache()),this.queryKey=t.queryKey,this.queryHash=t.queryHash,H(this,mr,e5(this.options)),this.state=t.state??L(this,mr),this.scheduleGc()}get meta(){return this.options.meta}get promise(){var t;return(t=L(this,Ue))==null?void 0:t.promise}setOptions(t){this.options={...L(this,to),...t},this.updateGcTime(this.options.gcTime)}optionalRemove(){!this.observers.length&&this.state.fetchStatus==="idle"&&L(this,xt).remove(this)}setData(t,n){const r=ba(this.state.data,t,this.options);return le(this,Ft,rn).call(this,{data:r,type:"success",dataUpdatedAt:n==null?void 0:n.updatedAt,manual:n==null?void 0:n.manual}),r}setState(t,n){le(this,Ft,rn).call(this,{type:"setState",state:t,setStateOptions:n})}cancel(t){var r,o;const n=(r=L(this,Ue))==null?void 0:r.promise;return(o=L(this,Ue))==null||o.cancel(t),n?n.then(Et).catch(Et):Promise.resolve()}destroy(){super.destroy(),this.cancel({silent:!0})}reset(){this.destroy(),this.setState(L(this,mr))}isActive(){return this.observers.some(t=>Rt(t.options.enabled,this)!==!1)}isDisabled(){return this.getObserversCount()>0?!this.isActive():this.options.queryFn===ws||this.state.dataUpdateCount+this.state.errorUpdateCount===0}isStale(){return this.state.isInvalidated?!0:this.getObserversCount()>0?this.observers.some(t=>t.getCurrentResult().isStale):this.state.data===void 0}isStaleByTime(t=0){return this.state.isInvalidated||this.state.data===void 0||!Rf(this.state.dataUpdatedAt,t)}onFocus(){var n;const t=this.observers.find(r=>r.shouldFetchOnWindowFocus());t==null||t.refetch({cancelRefetch:!1}),(n=L(this,Ue))==null||n.continue()}onOnline(){var n;const t=this.observers.find(r=>r.shouldFetchOnReconnect());t==null||t.refetch({cancelRefetch:!1}),(n=L(this,Ue))==null||n.continue()}addObserver(t){this.observers.includes(t)||(this.observers.push(t),this.clearGcTimeout(),L(this,xt).notify({type:"observerAdded",query:this,observer:t}))}removeObserver(t){this.observers.includes(t)&&(this.observers=this.observers.filter(n=>n!==t),this.observers.length||(L(this,Ue)&&(L(this,Vn)?L(this,Ue).cancel({revert:!0}):L(this,Ue).cancelRetry()),this.scheduleGc()),L(this,xt).notify({type:"observerRemoved",query:this,observer:t}))}getObserversCount(){return this.observers.length}invalidate(){this.state.isInvalidated||le(this,Ft,rn).call(this,{type:"invalidate"})}fetch(t,n){var c,l,u;if(this.state.fetchStatus!=="idle"){if(this.state.data!==void 0&&(n!=null&&n.cancelRefetch))this.cancel({silent:!0});else if(L(this,Ue))return L(this,Ue).continueRetry(),L(this,Ue).promise}if(t&&this.setOptions(t),!this.options.queryFn){const b=this.observers.find(y=>y.options.queryFn);b&&this.setOptions(b.options)}process.env.NODE_ENV!=="production"&&(Array.isArray(this.options.queryKey)||console.error("As of v4, queryKey needs to be an Array. If you are using a string like 'repoData', please change it to an Array, e.g. ['repoData']"));const r=new AbortController,o=b=>{Object.defineProperty(b,"signal",{enumerable:!0,get:()=>(H(this,Vn,!0),r.signal)})},s=()=>{const b=Pf(this.options,n),y={client:L(this,jn),queryKey:this.queryKey,meta:this.meta};return o(y),H(this,Vn,!1),this.options.persister?this.options.persister(b,y,this):b(y)},i={fetchOptions:n,options:this.options,queryKey:this.queryKey,client:L(this,jn),state:this.state,fetchFn:s};o(i),(c=this.options.behavior)==null||c.onFetch(i,this),H(this,br,this.state),(this.state.fetchStatus==="idle"||this.state.fetchMeta!==((l=i.fetchOptions)==null?void 0:l.meta))&&le(this,Ft,rn).call(this,{type:"fetch",meta:(u=i.fetchOptions)==null?void 0:u.meta});const a=b=>{var y,C,h,p;Ca(b)&&b.silent||le(this,Ft,rn).call(this,{type:"error",error:b}),Ca(b)||((C=(y=L(this,xt).config).onError)==null||C.call(y,b,this),(p=(h=L(this,xt).config).onSettled)==null||p.call(h,this.state.data,b,this)),this.scheduleGc()};return H(this,Ue,Gf({initialPromise:n==null?void 0:n.initialPromise,fn:i.fetchFn,abort:r.abort.bind(r),onSuccess:b=>{var y,C,h,p;if(b===void 0){process.env.NODE_ENV!=="production"&&console.error(`Query data cannot be undefined. Please make sure to return a value other than undefined from your query function. Affected query key: ${this.queryHash}`),a(new Error(`${this.queryHash} data is undefined`));return}try{this.setData(b)}catch(d){a(d);return}(C=(y=L(this,xt).config).onSuccess)==null||C.call(y,b,this),(p=(h=L(this,xt).config).onSettled)==null||p.call(h,b,this.state.error,this),this.scheduleGc()},onError:a,onFail:(b,y)=>{le(this,Ft,rn).call(this,{type:"failed",failureCount:b,error:y})},onPause:()=>{le(this,Ft,rn).call(this,{type:"pause"})},onContinue:()=>{le(this,Ft,rn).call(this,{type:"continue"})},retry:i.options.retry,retryDelay:i.options.retryDelay,networkMode:i.options.networkMode,canRun:()=>!0})),L(this,Ue).start()}},mr=new WeakMap,br=new WeakMap,xt=new WeakMap,jn=new WeakMap,Ue=new WeakMap,to=new WeakMap,Vn=new WeakMap,Ft=new WeakSet,rn=function(t){const n=r=>{switch(t.type){case"failed":return{...r,fetchFailureCount:t.failureCount,fetchFailureReason:t.error};case"pause":return{...r,fetchStatus:"paused"};case"continue":return{...r,fetchStatus:"fetching"};case"fetch":return{...r,...Vf(r.data,this.options),fetchMeta:t.meta??null};case"success":return{...r,data:t.data,dataUpdateCount:r.dataUpdateCount+1,dataUpdatedAt:t.dataUpdatedAt??Date.now(),error:null,isInvalidated:!1,status:"success",...!t.manual&&{fetchStatus:"idle",fetchFailureCount:0,fetchFailureReason:null}};case"error":const o=t.error;return Ca(o)&&o.revert&&L(this,br)?{...L(this,br),fetchStatus:"idle"}:{...r,error:o,errorUpdateCount:r.errorUpdateCount+1,errorUpdatedAt:Date.now(),fetchFailureCount:r.fetchFailureCount+1,fetchFailureReason:o,fetchStatus:"idle",status:"error"};case"invalidate":return{...r,isInvalidated:!0};case"setState":return{...r,...t.state}}};this.state=n(this.state),Ve.batch(()=>{this.observers.forEach(r=>{r.onQueryUpdate()}),L(this,xt).notify({query:this,type:"updated",action:t})})},i0);function Vf(e,t){return{fetchFailureCount:0,fetchFailureReason:null,fetchStatus:Mf(t.networkMode)?"fetching":"paused",...e===void 0&&{error:null,status:"pending"}}}function e5(e){const t=typeof e.initialData=="function"?e.initialData():e.initialData,n=t!==void 0,r=n?typeof e.initialDataUpdatedAt=="function"?e.initialDataUpdatedAt():e.initialDataUpdatedAt:0;return{data:t,dataUpdateCount:0,dataUpdatedAt:n?r??Date.now():0,error:null,errorUpdateCount:0,errorUpdatedAt:0,fetchFailureCount:0,fetchFailureReason:null,fetchMeta:null,isInvalidated:!1,status:n?"success":"pending",fetchStatus:"idle"}}var t5=(a0=class extends dr{constructor(t={}){super();ee(this,Zt);this.config=t,H(this,Zt,new Map)}build(t,n,r){const o=n.queryKey,s=n.queryHash??ha(o,n);let i=this.get(s);return i||(i=new Kx({client:t,queryKey:o,queryHash:s,options:t.defaultQueryOptions(n),state:r,defaultOptions:t.getQueryDefaults(o)}),this.add(i)),i}add(t){L(this,Zt).has(t.queryHash)||(L(this,Zt).set(t.queryHash,t),this.notify({type:"added",query:t}))}remove(t){const n=L(this,Zt).get(t.queryHash);n&&(t.destroy(),n===t&&L(this,Zt).delete(t.queryHash),this.notify({type:"removed",query:t}))}clear(){Ve.batch(()=>{this.getAll().forEach(t=>{this.remove(t)})})}get(t){return L(this,Zt).get(t)}getAll(){return[...L(this,Zt).values()]}find(t){const n={exact:!0,...t};return this.getAll().find(r=>Ff(n,r))}findAll(t={}){const n=this.getAll();return Object.keys(t).length>0?n.filter(r=>Ff(t,r)):n}notify(t){Ve.batch(()=>{this.listeners.forEach(n=>{n(t)})})}onFocus(){Ve.batch(()=>{this.getAll().forEach(t=>{t.onFocus()})})}onOnline(){Ve.batch(()=>{this.getAll().forEach(t=>{t.onOnline()})})}},Zt=new WeakMap,a0),n5=(c0=class extends jf{constructor(t){super();ee(this,zt);ee(this,Xt);ee(this,Ke);ee(this,Hn);this.mutationId=t.mutationId,H(this,Ke,t.mutationCache),H(this,Xt,[]),this.state=t.state||Hf(),this.setOptions(t.options),this.scheduleGc()}setOptions(t){this.options=t,this.updateGcTime(this.options.gcTime)}get meta(){return this.options.meta}addObserver(t){L(this,Xt).includes(t)||(L(this,Xt).push(t),this.clearGcTimeout(),L(this,Ke).notify({type:"observerAdded",mutation:this,observer:t}))}removeObserver(t){H(this,Xt,L(this,Xt).filter(n=>n!==t)),this.scheduleGc(),L(this,Ke).notify({type:"observerRemoved",mutation:this,observer:t})}optionalRemove(){L(this,Xt).length||(this.state.status==="pending"?this.scheduleGc():L(this,Ke).remove(this))}continue(){var t;return((t=L(this,Hn))==null?void 0:t.continue())??this.execute(this.state.variables)}async execute(t){var o,s,i,a,c,l,u,b,y,C,h,p,d,f,m,g,I,v,w,A;H(this,Hn,Gf({fn:()=>this.options.mutationFn?this.options.mutationFn(t):Promise.reject(new Error("No mutationFn found")),onFail:(T,O)=>{le(this,zt,In).call(this,{type:"failed",failureCount:T,error:O})},onPause:()=>{le(this,zt,In).call(this,{type:"pause"})},onContinue:()=>{le(this,zt,In).call(this,{type:"continue"})},retry:this.options.retry??0,retryDelay:this.options.retryDelay,networkMode:this.options.networkMode,canRun:()=>L(this,Ke).canRun(this)}));const n=this.state.status==="pending",r=!L(this,Hn).canStart();try{if(!n){le(this,zt,In).call(this,{type:"pending",variables:t,isPaused:r}),await((s=(o=L(this,Ke).config).onMutate)==null?void 0:s.call(o,t,this));const O=await((a=(i=this.options).onMutate)==null?void 0:a.call(i,t));O!==this.state.context&&le(this,zt,In).call(this,{type:"pending",context:O,variables:t,isPaused:r})}const T=await L(this,Hn).start();return await((l=(c=L(this,Ke).config).onSuccess)==null?void 0:l.call(c,T,t,this.state.context,this)),await((b=(u=this.options).onSuccess)==null?void 0:b.call(u,T,t,this.state.context)),await((C=(y=L(this,Ke).config).onSettled)==null?void 0:C.call(y,T,null,this.state.variables,this.state.context,this)),await((p=(h=this.options).onSettled)==null?void 0:p.call(h,T,null,t,this.state.context)),le(this,zt,In).call(this,{type:"success",data:T}),T}catch(T){try{throw await((f=(d=L(this,Ke).config).onError)==null?void 0:f.call(d,T,t,this.state.context,this)),await((g=(m=this.options).onError)==null?void 0:g.call(m,T,t,this.state.context)),await((v=(I=L(this,Ke).config).onSettled)==null?void 0:v.call(I,void 0,T,this.state.variables,this.state.context,this)),await((A=(w=this.options).onSettled)==null?void 0:A.call(w,void 0,T,t,this.state.context)),T}finally{le(this,zt,In).call(this,{type:"error",error:T})}}finally{L(this,Ke).runNext(this)}}},Xt=new WeakMap,Ke=new WeakMap,Hn=new WeakMap,zt=new WeakSet,In=function(t){const n=r=>{switch(t.type){case"failed":return{...r,failureCount:t.failureCount,failureReason:t.error};case"pause":return{...r,isPaused:!0};case"continue":return{...r,isPaused:!1};case"pending":return{...r,context:t.context,data:void 0,failureCount:0,failureReason:null,error:null,isPaused:t.isPaused,status:"pending",variables:t.variables,submittedAt:Date.now()};case"success":return{...r,data:t.data,failureCount:0,failureReason:null,error:null,status:"success",isPaused:!1};case"error":return{...r,data:void 0,error:t.error,failureCount:r.failureCount+1,failureReason:t.error,isPaused:!1,status:"error"}}};this.state=n(this.state),Ve.batch(()=>{L(this,Xt).forEach(r=>{r.onMutationUpdate(t)}),L(this,Ke).notify({mutation:this,type:"updated",action:t})})},c0);function Hf(){return{context:void 0,data:void 0,error:null,failureCount:0,failureReason:null,isPaused:!1,status:"idle",variables:void 0,submittedAt:0}}var r5=(l0=class extends dr{constructor(t={}){super();ee(this,en);ee(this,Nt);ee(this,no);this.config=t,H(this,en,new Set),H(this,Nt,new Map),H(this,no,0)}build(t,n,r){const o=new n5({mutationCache:this,mutationId:++Ls(this,no)._,options:t.defaultMutationOptions(n),state:r});return this.add(o),o}add(t){L(this,en).add(t);const n=Ts(t);if(typeof n=="string"){const r=L(this,Nt).get(n);r?r.push(t):L(this,Nt).set(n,[t])}this.notify({type:"added",mutation:t})}remove(t){if(L(this,en).delete(t)){const n=Ts(t);if(typeof n=="string"){const r=L(this,Nt).get(n);if(r)if(r.length>1){const o=r.indexOf(t);o!==-1&&r.splice(o,1)}else r[0]===t&&L(this,Nt).delete(n)}}this.notify({type:"removed",mutation:t})}canRun(t){const n=Ts(t);if(typeof n=="string"){const r=L(this,Nt).get(n),o=r==null?void 0:r.find(s=>s.state.status==="pending");return!o||o===t}else return!0}runNext(t){var r;const n=Ts(t);if(typeof n=="string"){const o=(r=L(this,Nt).get(n))==null?void 0:r.find(s=>s!==t&&s.state.isPaused);return(o==null?void 0:o.continue())??Promise.resolve()}else return Promise.resolve()}clear(){Ve.batch(()=>{L(this,en).forEach(t=>{this.notify({type:"removed",mutation:t})}),L(this,en).clear(),L(this,Nt).clear()})}getAll(){return Array.from(L(this,en))}find(t){const n={exact:!0,...t};return this.getAll().find(r=>Nf(n,r))}findAll(t={}){return this.getAll().filter(n=>Nf(t,n))}notify(t){Ve.batch(()=>{this.listeners.forEach(n=>{n(t)})})}resumePausedMutations(){const t=this.getAll().filter(n=>n.state.isPaused);return Ve.batch(()=>Promise.all(t.map(n=>n.continue().catch(Et))))}},en=new WeakMap,Nt=new WeakMap,no=new WeakMap,l0);function Ts(e){var t;return(t=e.options.scope)==null?void 0:t.id}function Wf(e){return{onFetch:(t,n)=>{var u,b,y,C,h;const r=t.options,o=(y=(b=(u=t.fetchOptions)==null?void 0:u.meta)==null?void 0:b.fetchMore)==null?void 0:y.direction,s=((C=t.state.data)==null?void 0:C.pages)||[],i=((h=t.state.data)==null?void 0:h.pageParams)||[];let a={pages:[],pageParams:[]},c=0;const l=async()=>{let p=!1;const d=g=>{Object.defineProperty(g,"signal",{enumerable:!0,get:()=>(t.signal.aborted?p=!0:t.signal.addEventListener("abort",()=>{p=!0}),t.signal)})},f=Pf(t.options,t.fetchOptions),m=async(g,I,v)=>{if(p)return Promise.reject();if(I==null&&g.pages.length)return Promise.resolve(g);const w={client:t.client,queryKey:t.queryKey,pageParam:I,direction:v?"backward":"forward",meta:t.options.meta};d(w);const A=await f(w),{maxPages:T}=t.options,O=v?Jx:Yx;return{pages:O(g.pages,A,T),pageParams:O(g.pageParams,I,T)}};if(o&&s.length){const g=o==="backward",I=g?o5:Zf,v={pages:s,pageParams:i},w=I(r,v);a=await m(v,w,g)}else{const g=e??s.length;do{const I=c===0?i[0]??r.initialPageParam:Zf(r,a);if(c>0&&I==null)break;a=await m(a,I),c++}while(c<g)}return a};t.options.persister?t.fetchFn=()=>{var p,d;return(d=(p=t.options).persister)==null?void 0:d.call(p,l,{client:t.client,queryKey:t.queryKey,meta:t.options.meta,signal:t.signal},n)}:t.fetchFn=l}}}function Zf(e,{pages:t,pageParams:n}){const r=t.length-1;return t.length>0?e.getNextPageParam(t[r],t,n[r],n):void 0}function o5(e,{pages:t,pageParams:n}){var r;return t.length>0?(r=e.getPreviousPageParam)==null?void 0:r.call(e,t[0],t,n[0],n):void 0}var s5=(u0=class{constructor(e={}){ee(this,Fe);ee(this,pn);ee(this,hn);ee(this,yr);ee(this,vr);ee(this,gn);ee(this,Cr);ee(this,Ir);H(this,Fe,e.queryCache||new t5),H(this,pn,e.mutationCache||new r5),H(this,hn,e.defaultOptions||{}),H(this,yr,new Map),H(this,vr,new Map),H(this,gn,0)}mount(){Ls(this,gn)._++,L(this,gn)===1&&(H(this,Cr,ya.subscribe(async e=>{e&&(await this.resumePausedMutations(),L(this,Fe).onFocus())})),H(this,Ir,As.subscribe(async e=>{e&&(await this.resumePausedMutations(),L(this,Fe).onOnline())})))}unmount(){var e,t;Ls(this,gn)._--,L(this,gn)===0&&((e=L(this,Cr))==null||e.call(this),H(this,Cr,void 0),(t=L(this,Ir))==null||t.call(this),H(this,Ir,void 0))}isFetching(e){return L(this,Fe).findAll({...e,fetchStatus:"fetching"}).length}isMutating(e){return L(this,pn).findAll({...e,status:"pending"}).length}getQueryData(e){var n;const t=this.defaultQueryOptions({queryKey:e});return(n=L(this,Fe).get(t.queryHash))==null?void 0:n.state.data}ensureQueryData(e){const t=this.defaultQueryOptions(e),n=L(this,Fe).build(this,t),r=n.state.data;return r===void 0?this.fetchQuery(e):(e.revalidateIfStale&&n.isStaleByTime(fr(t.staleTime,n))&&this.prefetchQuery(t),Promise.resolve(r))}getQueriesData(e){return L(this,Fe).findAll(e).map(({queryKey:t,state:n})=>{const r=n.data;return[t,r]})}setQueryData(e,t,n){const r=this.defaultQueryOptions({queryKey:e}),o=L(this,Fe).get(r.queryHash),s=o==null?void 0:o.state.data,i=Xx(t,s);if(i!==void 0)return L(this,Fe).build(this,r).setData(i,{...n,manual:!0})}setQueriesData(e,t,n){return Ve.batch(()=>L(this,Fe).findAll(e).map(({queryKey:r})=>[r,this.setQueryData(r,t,n)]))}getQueryState(e){var n;const t=this.defaultQueryOptions({queryKey:e});return(n=L(this,Fe).get(t.queryHash))==null?void 0:n.state}removeQueries(e){const t=L(this,Fe);Ve.batch(()=>{t.findAll(e).forEach(n=>{t.remove(n)})})}resetQueries(e,t){const n=L(this,Fe);return Ve.batch(()=>(n.findAll(e).forEach(r=>{r.reset()}),this.refetchQueries({type:"active",...e},t)))}cancelQueries(e,t={}){const n={revert:!0,...t},r=Ve.batch(()=>L(this,Fe).findAll(e).map(o=>o.cancel(n)));return Promise.all(r).then(Et).catch(Et)}invalidateQueries(e,t={}){return Ve.batch(()=>(L(this,Fe).findAll(e).forEach(n=>{n.invalidate()}),(e==null?void 0:e.refetchType)==="none"?Promise.resolve():this.refetchQueries({...e,type:(e==null?void 0:e.refetchType)??(e==null?void 0:e.type)??"active"},t)))}refetchQueries(e,t={}){const n={...t,cancelRefetch:t.cancelRefetch??!0},r=Ve.batch(()=>L(this,Fe).findAll(e).filter(o=>!o.isDisabled()).map(o=>{let s=o.fetch(void 0,n);return n.throwOnError||(s=s.catch(Et)),o.state.fetchStatus==="paused"?Promise.resolve():s}));return Promise.all(r).then(Et)}fetchQuery(e){const t=this.defaultQueryOptions(e);t.retry===void 0&&(t.retry=!1);const n=L(this,Fe).build(this,t);return n.isStaleByTime(fr(t.staleTime,n))?n.fetch(t):Promise.resolve(n.state.data)}prefetchQuery(e){return this.fetchQuery(e).then(Et).catch(Et)}fetchInfiniteQuery(e){return e.behavior=Wf(e.pages),this.fetchQuery(e)}prefetchInfiniteQuery(e){return this.fetchInfiniteQuery(e).then(Et).catch(Et)}ensureInfiniteQueryData(e){return e.behavior=Wf(e.pages),this.ensureQueryData(e)}resumePausedMutations(){return As.isOnline()?L(this,pn).resumePausedMutations():Promise.resolve()}getQueryCache(){return L(this,Fe)}getMutationCache(){return L(this,pn)}getDefaultOptions(){return L(this,hn)}setDefaultOptions(e){H(this,hn,e)}setQueryDefaults(e,t){L(this,yr).set(Mn(e),{queryKey:e,defaultOptions:t})}getQueryDefaults(e){const t=[...L(this,yr).values()],n={};return t.forEach(r=>{eo(e,r.queryKey)&&Object.assign(n,r.defaultOptions)}),n}setMutationDefaults(e,t){L(this,vr).set(Mn(e),{mutationKey:e,defaultOptions:t})}getMutationDefaults(e){const t=[...L(this,vr).values()],n={};return t.forEach(r=>{eo(e,r.mutationKey)&&Object.assign(n,r.defaultOptions)}),n}defaultQueryOptions(e){if(e._defaulted)return e;const t={...L(this,hn).queries,...this.getQueryDefaults(e.queryKey),...e,_defaulted:!0};return t.queryHash||(t.queryHash=ha(t.queryKey,t)),t.refetchOnReconnect===void 0&&(t.refetchOnReconnect=t.networkMode!=="always"),t.throwOnError===void 0&&(t.throwOnError=!!t.suspense),!t.networkMode&&t.persister&&(t.networkMode="offlineFirst"),t.queryFn===ws&&(t.enabled=!1),t}defaultMutationOptions(e){return e!=null&&e._defaulted?e:{...L(this,hn).mutations,...(e==null?void 0:e.mutationKey)&&this.getMutationDefaults(e.mutationKey),...e,_defaulted:!0}}clear(){L(this,Fe).clear(),L(this,pn).clear()}},Fe=new WeakMap,pn=new WeakMap,hn=new WeakMap,yr=new WeakMap,vr=new WeakMap,gn=new WeakMap,Cr=new WeakMap,Ir=new WeakMap,u0),i5=(d0=class extends dr{constructor(t,n){super();ee(this,we);ee(this,lt);ee(this,pe);ee(this,ro);ee(this,et);ee(this,Wn);ee(this,Er);ee(this,mn);ee(this,Yt);ee(this,oo);ee(this,xr);ee(this,wr);ee(this,Zn);ee(this,Xn);ee(this,bn);ee(this,Ar,new Set);this.options=n,H(this,lt,t),H(this,Yt,null),H(this,mn,va()),this.options.experimental_prefetchInRender||L(this,mn).reject(new Error("experimental_prefetchInRender feature flag is not enabled")),this.bindMethods(),this.setOptions(n)}bindMethods(){this.refetch=this.refetch.bind(this)}onSubscribe(){this.listeners.size===1&&(L(this,pe).addObserver(this),Xf(L(this,pe),this.options)?le(this,we,lo).call(this):this.updateResult(),le(this,we,Pa).call(this))}onUnsubscribe(){this.hasListeners()||this.destroy()}shouldFetchOnReconnect(){return Ia(L(this,pe),this.options,this.options.refetchOnReconnect)}shouldFetchOnWindowFocus(){return Ia(L(this,pe),this.options,this.options.refetchOnWindowFocus)}destroy(){this.listeners=new Set,le(this,we,Ma).call(this),le(this,we,Ba).call(this),L(this,pe).removeObserver(this)}setOptions(t,n){const r=this.options,o=L(this,pe);if(this.options=L(this,lt).defaultQueryOptions(t),this.options.enabled!==void 0&&typeof this.options.enabled!="boolean"&&typeof this.options.enabled!="function"&&typeof Rt(this.options.enabled,L(this,pe))!="boolean")throw new Error("Expected enabled to be a boolean or a callback that returns a boolean");le(this,we,Ga).call(this),L(this,pe).setOptions(this.options),r._defaulted&&!xs(this.options,r)&&L(this,lt).getQueryCache().notify({type:"observerOptionsUpdated",query:L(this,pe),observer:this});const s=this.hasListeners();s&&zf(L(this,pe),o,this.options,r)&&le(this,we,lo).call(this),this.updateResult(n),s&&(L(this,pe)!==o||Rt(this.options.enabled,L(this,pe))!==Rt(r.enabled,L(this,pe))||fr(this.options.staleTime,L(this,pe))!==fr(r.staleTime,L(this,pe)))&&le(this,we,Na).call(this);const i=le(this,we,Da).call(this);s&&(L(this,pe)!==o||Rt(this.options.enabled,L(this,pe))!==Rt(r.enabled,L(this,pe))||i!==L(this,bn))&&le(this,we,ka).call(this,i)}getOptimisticResult(t){const n=L(this,lt).getQueryCache().build(L(this,lt),t),r=this.createResult(n,t);return c5(this,r)&&(H(this,et,r),H(this,Er,this.options),H(this,Wn,L(this,pe).state)),r}getCurrentResult(){return L(this,et)}trackResult(t,n){const r={};return Object.keys(t).forEach(o=>{Object.defineProperty(r,o,{configurable:!1,enumerable:!0,get:()=>(this.trackProp(o),n==null||n(o),t[o])})}),r}trackProp(t){L(this,Ar).add(t)}getCurrentQuery(){return L(this,pe)}refetch({...t}={}){return this.fetch({...t})}fetchOptimistic(t){const n=L(this,lt).defaultQueryOptions(t),r=L(this,lt).getQueryCache().build(L(this,lt),n);return r.fetch().then(()=>this.createResult(r,n))}fetch(t){return le(this,we,lo).call(this,{...t,cancelRefetch:t.cancelRefetch??!0}).then(()=>(this.updateResult(),L(this,et)))}createResult(t,n){var T;const r=L(this,pe),o=this.options,s=L(this,et),i=L(this,Wn),a=L(this,Er),l=t!==r?t.state:L(this,ro),{state:u}=t;let b={...u},y=!1,C;if(n._optimisticResults){const O=this.hasListeners(),N=!O&&Xf(t,n),F=O&&zf(t,r,n,o);(N||F)&&(b={...b,...Vf(u.data,t.options)}),n._optimisticResults==="isRestoring"&&(b.fetchStatus="idle")}let{error:h,errorUpdatedAt:p,status:d}=b;if(n.select&&b.data!==void 0)if(s&&b.data===(i==null?void 0:i.data)&&n.select===L(this,oo))C=L(this,xr);else try{H(this,oo,n.select),C=n.select(b.data),C=ba(s==null?void 0:s.data,C,n),H(this,xr,C),H(this,Yt,null)}catch(O){H(this,Yt,O)}else C=b.data;if(n.placeholderData!==void 0&&C===void 0&&d==="pending"){let O;if(s!=null&&s.isPlaceholderData&&n.placeholderData===(a==null?void 0:a.placeholderData))O=s.data;else if(O=typeof n.placeholderData=="function"?n.placeholderData((T=L(this,wr))==null?void 0:T.state.data,L(this,wr)):n.placeholderData,n.select&&O!==void 0)try{O=n.select(O),H(this,Yt,null)}catch(N){H(this,Yt,N)}O!==void 0&&(d="success",C=ba(s==null?void 0:s.data,O,n),y=!0)}L(this,Yt)&&(h=L(this,Yt),C=L(this,xr),p=Date.now(),d="error");const f=b.fetchStatus==="fetching",m=d==="pending",g=d==="error",I=m&&f,v=C!==void 0,A={status:d,fetchStatus:b.fetchStatus,isPending:m,isSuccess:d==="success",isError:g,isInitialLoading:I,isLoading:I,data:C,dataUpdatedAt:b.dataUpdatedAt,error:h,errorUpdatedAt:p,failureCount:b.fetchFailureCount,failureReason:b.fetchFailureReason,errorUpdateCount:b.errorUpdateCount,isFetched:b.dataUpdateCount>0||b.errorUpdateCount>0,isFetchedAfterMount:b.dataUpdateCount>l.dataUpdateCount||b.errorUpdateCount>l.errorUpdateCount,isFetching:f,isRefetching:f&&!m,isLoadingError:g&&!v,isPaused:b.fetchStatus==="paused",isPlaceholderData:y,isRefetchError:g&&v,isStale:Ea(t,n),refetch:this.refetch,promise:L(this,mn)};if(this.options.experimental_prefetchInRender){const O=k=>{A.status==="error"?k.reject(A.error):A.data!==void 0&&k.resolve(A.data)},N=()=>{const k=H(this,mn,A.promise=va());O(k)},F=L(this,mn);switch(F.status){case"pending":t.queryHash===r.queryHash&&O(F);break;case"fulfilled":(A.status==="error"||A.data!==F.value)&&N();break;case"rejected":(A.status!=="error"||A.error!==F.reason)&&N();break}}return A}updateResult(t){const n=L(this,et),r=this.createResult(L(this,pe),this.options);if(H(this,Wn,L(this,pe).state),H(this,Er,this.options),L(this,Wn).data!==void 0&&H(this,wr,L(this,pe)),xs(r,n))return;H(this,et,r);const o={},s=()=>{if(!n)return!0;const{notifyOnChangeProps:i}=this.options,a=typeof i=="function"?i():i;if(a==="all"||!a&&!L(this,Ar).size)return!0;const c=new Set(a??L(this,Ar));return this.options.throwOnError&&c.add("error"),Object.keys(L(this,et)).some(l=>{const u=l;return L(this,et)[u]!==n[u]&&c.has(u)})};(t==null?void 0:t.listeners)!==!1&&s()&&(o.listeners=!0),le(this,we,I0).call(this,{...o,...t})}onQueryUpdate(){this.updateResult(),this.hasListeners()&&le(this,we,Pa).call(this)}},lt=new WeakMap,pe=new WeakMap,ro=new WeakMap,et=new WeakMap,Wn=new WeakMap,Er=new WeakMap,mn=new WeakMap,Yt=new WeakMap,oo=new WeakMap,xr=new WeakMap,wr=new WeakMap,Zn=new WeakMap,Xn=new WeakMap,bn=new WeakMap,Ar=new WeakMap,we=new WeakSet,lo=function(t){le(this,we,Ga).call(this);let n=L(this,pe).fetch(this.options,t);return t!=null&&t.throwOnError||(n=n.catch(Et)),n},Na=function(){le(this,we,Ma).call(this);const t=fr(this.options.staleTime,L(this,pe));if(Pn||L(this,et).isStale||!pa(t))return;const r=Rf(L(this,et).dataUpdatedAt,t)+1;H(this,Zn,setTimeout(()=>{L(this,et).isStale||this.updateResult()},r))},Da=function(){return(typeof this.options.refetchInterval=="function"?this.options.refetchInterval(L(this,pe)):this.options.refetchInterval)??!1},ka=function(t){le(this,we,Ba).call(this),H(this,bn,t),!(Pn||Rt(this.options.enabled,L(this,pe))===!1||!pa(L(this,bn))||L(this,bn)===0)&&H(this,Xn,setInterval(()=>{(this.options.refetchIntervalInBackground||ya.isFocused())&&le(this,we,lo).call(this)},L(this,bn)))},Pa=function(){le(this,we,Na).call(this),le(this,we,ka).call(this,le(this,we,Da).call(this))},Ma=function(){L(this,Zn)&&(clearTimeout(L(this,Zn)),H(this,Zn,void 0))},Ba=function(){L(this,Xn)&&(clearInterval(L(this,Xn)),H(this,Xn,void 0))},Ga=function(){const t=L(this,lt).getQueryCache().build(L(this,lt),this.options);if(t===L(this,pe))return;const n=L(this,pe);H(this,pe,t),H(this,ro,t.state),this.hasListeners()&&(n==null||n.removeObserver(this),t.addObserver(this))},I0=function(t){Ve.batch(()=>{t.listeners&&this.listeners.forEach(n=>{n(L(this,et))}),L(this,lt).getQueryCache().notify({query:L(this,pe),type:"observerResultsUpdated"})})},d0);function a5(e,t){return Rt(t.enabled,e)!==!1&&e.state.data===void 0&&!(e.state.status==="error"&&t.retryOnMount===!1)}function Xf(e,t){return a5(e,t)||e.state.data!==void 0&&Ia(e,t,t.refetchOnMount)}function Ia(e,t,n){if(Rt(t.enabled,e)!==!1){const r=typeof n=="function"?n(e):n;return r==="always"||r!==!1&&Ea(e,t)}return!1}function zf(e,t,n,r){return(e!==t||Rt(r.enabled,e)===!1)&&(!n.suspense||e.state.status!=="error")&&Ea(e,n)}function Ea(e,t){return Rt(t.enabled,e)!==!1&&e.isStaleByTime(fr(t.staleTime,e))}function c5(e,t){return!xs(e.getCurrentResult(),t)}var l5=(f0=class extends dr{constructor(t,n){super();ee(this,nn);ee(this,yn);ee(this,vn);ee(this,ut);ee(this,tn);H(this,yn,t),this.setOptions(n),this.bindMethods(),le(this,nn,Rs).call(this)}bindMethods(){this.mutate=this.mutate.bind(this),this.reset=this.reset.bind(this)}setOptions(t){var r;const n=this.options;this.options=L(this,yn).defaultMutationOptions(t),xs(this.options,n)||L(this,yn).getMutationCache().notify({type:"observerOptionsUpdated",mutation:L(this,ut),observer:this}),n!=null&&n.mutationKey&&this.options.mutationKey&&Mn(n.mutationKey)!==Mn(this.options.mutationKey)?this.reset():((r=L(this,ut))==null?void 0:r.state.status)==="pending"&&L(this,ut).setOptions(this.options)}onUnsubscribe(){var t;this.hasListeners()||(t=L(this,ut))==null||t.removeObserver(this)}onMutationUpdate(t){le(this,nn,Rs).call(this),le(this,nn,ja).call(this,t)}getCurrentResult(){return L(this,vn)}reset(){var t;(t=L(this,ut))==null||t.removeObserver(this),H(this,ut,void 0),le(this,nn,Rs).call(this),le(this,nn,ja).call(this)}mutate(t,n){var r;return H(this,tn,n),(r=L(this,ut))==null||r.removeObserver(this),H(this,ut,L(this,yn).getMutationCache().build(L(this,yn),this.options)),L(this,ut).addObserver(this),L(this,ut).execute(t)}},yn=new WeakMap,vn=new WeakMap,ut=new WeakMap,tn=new WeakMap,nn=new WeakSet,Rs=function(){var n;const t=((n=L(this,ut))==null?void 0:n.state)??Hf();H(this,vn,{...t,isPending:t.status==="pending",isSuccess:t.status==="success",isError:t.status==="error",isIdle:t.status==="idle",mutate:this.mutate,reset:this.reset})},ja=function(t){Ve.batch(()=>{var n,r,o,s,i,a,c,l;if(L(this,tn)&&this.hasListeners()){const u=L(this,vn).variables,b=L(this,vn).context;(t==null?void 0:t.type)==="success"?((r=(n=L(this,tn)).onSuccess)==null||r.call(n,t.data,u,b),(s=(o=L(this,tn)).onSettled)==null||s.call(o,t.data,null,u,b)):(t==null?void 0:t.type)==="error"&&((a=(i=L(this,tn)).onError)==null||a.call(i,t.error,u,b),(l=(c=L(this,tn)).onSettled)==null||l.call(c,void 0,t.error,u,b))}this.listeners.forEach(u=>{u(L(this,vn))})})},f0),Yf=B.createContext(void 0),Jf=e=>{const t=B.useContext(Yf);if(!t)throw new Error("No QueryClient set, use QueryClientProvider to set one");return t},u5=({client:e,children:t})=>(B.useEffect(()=>(e.mount(),()=>{e.unmount()}),[e]),E.jsx(Yf.Provider,{value:e,children:t})),Uf=B.createContext(!1),d5=()=>B.useContext(Uf);Uf.Provider;function f5(){let e=!1;return{clearReset:()=>{e=!1},reset:()=>{e=!0},isReset:()=>e}}var p5=B.createContext(f5()),h5=()=>B.useContext(p5);function Qf(e,t){return typeof e=="function"?e(...t):!!e}function xa(){}var g5=(e,t)=>{(e.suspense||e.throwOnError||e.experimental_prefetchInRender)&&(t.isReset()||(e.retryOnMount=!1))},m5=e=>{B.useEffect(()=>{e.clearReset()},[e])},b5=({result:e,errorResetBoundary:t,throwOnError:n,query:r,suspense:o})=>e.isError&&!t.isReset()&&!e.isFetching&&r&&(o&&e.data===void 0||Qf(n,[e.error,r])),y5=e=>{const t=e.staleTime;e.suspense&&(e.staleTime=typeof t=="function"?(...n)=>Math.max(t(...n),1e3):Math.max(t??1e3,1e3),typeof e.gcTime=="number"&&(e.gcTime=Math.max(e.gcTime,1e3)))},v5=(e,t)=>e.isLoading&&e.isFetching&&!t,C5=(e,t)=>(e==null?void 0:e.suspense)&&t.isPending,qf=(e,t,n)=>t.fetchOptimistic(e).catch(()=>{n.clearReset()});function I5(e,t,n){var b,y,C,h,p;if(process.env.NODE_ENV!=="production"&&(typeof e!="object"||Array.isArray(e)))throw new Error('Bad argument type. Starting with v5, only the "Object" form is allowed when calling query related functions. Please use the error stack to find the culprit call. More info here: https://tanstack.com/query/latest/docs/react/guides/migrating-to-v5#supports-a-single-signature-one-object');const r=Jf(),o=d5(),s=h5(),i=r.defaultQueryOptions(e);(y=(b=r.getDefaultOptions().queries)==null?void 0:b._experimental_beforeQuery)==null||y.call(b,i),process.env.NODE_ENV!=="production"&&(i.queryFn||console.error(`[${i.queryHash}]: No queryFn was passed as an option, and no default queryFn was found. The queryFn parameter is only optional when using a default queryFn. More info here: https://tanstack.com/query/latest/docs/framework/react/guides/default-query-function`)),i._optimisticResults=o?"isRestoring":"optimistic",y5(i),g5(i,s),m5(s);const a=!r.getQueryCache().get(i.queryHash),[c]=B.useState(()=>new t(r,i)),l=c.getOptimisticResult(i),u=!o&&e.subscribed!==!1;if(B.useSyncExternalStore(B.useCallback(d=>{const f=u?c.subscribe(Ve.batchCalls(d)):xa;return c.updateResult(),f},[c,u]),()=>c.getCurrentResult(),()=>c.getCurrentResult()),B.useEffect(()=>{c.setOptions(i,{listeners:!1})},[i,c]),C5(i,l))throw qf(i,c,s);if(b5({result:l,errorResetBoundary:s,throwOnError:i.throwOnError,query:r.getQueryCache().get(i.queryHash),suspense:i.suspense}))throw l.error;if((h=(C=r.getDefaultOptions().queries)==null?void 0:C._experimental_afterQuery)==null||h.call(C,i,l),i.experimental_prefetchInRender&&!Pn&&v5(l,o)){const d=a?qf(i,c,s):(p=r.getQueryCache().get(i.queryHash))==null?void 0:p.promise;d==null||d.catch(xa).finally(()=>{c.updateResult()})}return i.notifyOnChangeProps?l:c.trackResult(l)}function $f(e,t){return I5(e,i5)}function Kf(e,t){const n=Jf(),[r]=B.useState(()=>new l5(n,e));B.useEffect(()=>{r.setOptions(e)},[r,e]);const o=B.useSyncExternalStore(B.useCallback(i=>r.subscribe(Ve.batchCalls(i)),[r]),()=>r.getCurrentResult(),()=>r.getCurrentResult()),s=B.useCallback((i,a)=>{r.mutate(i,a).catch(xa)},[r]);if(o.error&&Qf(r.options.throwOnError,[o.error]))throw o.error;return{...o,mutate:s,mutateAsync:o.mutate}}const E5=e=>new Promise(t=>setTimeout(t,e)),x5=({apiFn:e,intervalMillis:t,maxRetries:n,isSatisfied:r})=>(...s)=>{const i=async(a=0)=>{const c=await e(...s);if(r(c))return c;if(a>=n)throw c;return a++,E5(t).then(()=>i(a))};return i()},w5=async({conversationId:e,senderEmail:t})=>{try{const n=await it({url:jr(Fb,{conversationId:e}),params:{senderEmail:t},method:mt.GET});return n==null?void 0:n.data}catch(n){throw console.error(n),n}},e0=({conversationId:e,senderEmail:t,enabled:n})=>$f({queryKey:["Global","ConversationMetaData",e,t],queryFn:()=>w5({conversationId:e,senderEmail:t}),refetchOnMount:!1,enabled:n}),t0="/v1/api",A5=`${t0}/connectors/forms/:formId/search`,T5=`${t0}/connectors/conversation/:conversationId/smart-suggestions`,S5=e=>{if(e.status!=="completed")return e;const t=e.smart_suggestions??[],n=[];for(const r of t)n.push({label:r.search_string,description:`${r.connector_name??""} - ${r.object_name??""}`,avatarUrl:r.connector_logo,value:r.form_id,connectorName:r.connector_name,objectName:r.object_name});return{...e,suggestedOptions:n}},_5=x5({apiFn:async({conversationId:e})=>{try{const t=await it({url:jr(T5,{conversationId:e}),method:mt.GET}),n=t==null?void 0:t.data;return S5(n)}catch(t){throw console.error(t),t}},intervalMillis:1500,maxRetries:5,isSatisfied:e=>e.status!=="pending"}),O5=({conversationId:e,senderEmail:t,enabled:n})=>{const{isSuccess:r}=e0({conversationId:e,senderEmail:t,enabled:n});return $f({queryKey:["GlobalSearch","SmartSuggestions",e],queryFn:()=>_5({conversationId:e}),enabled:n&&r})},L5=({selectedObject:e,root:t,setSelectedObject:n,fetchSearchResults:r,onReset:o})=>{const[s,i]=S.useState(""),{conversationId:a,email:c,availableFeatures:l}=S.useContext(je),u=he(fx),b=he(Of),y=$e(l,bg),{sortedObjectList:C,updatePriority:h}=jx({objectList:u}),{data:p}=O5({enabled:y&&!!a,conversationId:String(a),senderEmail:c}),d=(p==null?void 0:p.suggestedOptions)??[],f=S.useMemo(()=>!b||!C.length?[]:C.map(({value:g})=>{const I=b[g];return I?{description:`${I.connectorName??""} - ${I.searchObject}`,avatarUrl:I.logoUrl,label:"",value:g,connectorName:I.connectorName,objectName:I.searchObject}:null}).filter(g=>!!g),[C,b]),m=g=>{n(g),g&&h(""+g.value)};return f.length?E.jsxs(x.Stack,{children:[E.jsx(Lx,{value:e,options:f.map(g=>({...g,label:s})),inputValue:s,root:t,onInputChange:i,onChange:m,onReset:o,NoOptionsMessage:({selectOption:g})=>E.jsx(Zx,{selectedOption:e,onSelect:g,options:d}),menuOpen:!s&&!d.length?!1:void 0}),e?E.jsx(Fx,{objectId:e.value,searchString:e.label,fetchSearchResults:r},e.value):null]}):null},R5="data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.00483%2012.5052C7.73146%2012.7786%207.73146%2013.2218%208.00483%2013.4952C8.2782%2013.7685%208.72141%2013.7685%208.99478%2013.4952L11.9948%2010.4952C12.2681%2010.2218%2012.2681%209.77859%2011.9948%209.50522L8.99478%206.50522C8.72141%206.23185%208.2782%206.23185%208.00483%206.50522C7.73146%206.77859%207.73146%207.2218%208.00483%207.49517L10.5099%2010.0002L8.00483%2012.5052Z'%20fill='%236C7B94'/%3e%3c/svg%3e",F5=async({id:e,externalResourceId:t,conversationId:n,channelType:r="email"})=>{const o=new URLSearchParams;o.append("channel_type",r),await it({url:`${Db.replace(":id",e)}?${o.toString()}`,method:mt.POST,data:{externalResourceId:t,conversationId:n}})},N5=({onSuccess:e})=>Kf({mutationFn:F5,onSuccess:()=>{De({message:Km,type:un}),e==null||e()},onError:()=>{De({message:eb,type:vt})}}),D5="data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_8444_63907)'%3e%3cpath%20d='M7.99967%2013.333L8.93967%2012.393L5.21968%208.66634H13.333V7.33301L5.21968%207.33301L8.93967%203.60634L7.99967%202.66634L2.66634%207.99967L7.99967%2013.333Z'%20fill='%23343C45'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8444_63907'%3e%3crect%20width='16'%20height='16'%20fill='white'%20transform='matrix(-1%200%200%20-1%2016%2016)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",k5=x.styled(x.Stack)`
|
|
904
|
+
`,Jx=({onSelect:e,selectedOption:t,options:n})=>n.length?E.jsxs(Xx,{children:[E.jsx(zx,{children:Ix}),E.jsx(Yx,{children:Ex}),n.map(r=>E.jsx(Lf,{suggestionType:"smart",data:r,isSelected:t===r,onSelect:e},r.label+r.description))]}):null;var dr=class{constructor(){this.listeners=new Set,this.subscribe=this.subscribe.bind(this)}subscribe(e){return this.listeners.add(e),this.onSubscribe(),()=>{this.listeners.delete(e),this.onUnsubscribe()}}hasListeners(){return this.listeners.size>0}onSubscribe(){}onUnsubscribe(){}},kn=typeof window>"u"||"Deno"in globalThis;function Et(){}function Ux(e,t){return typeof e=="function"?e(t):e}function pa(e){return typeof e=="number"&&e>=0&&e!==1/0}function Rf(e,t){return Math.max(e+(t||0)-Date.now(),0)}function fr(e,t){return typeof e=="function"?e(t):e}function Rt(e,t){return typeof e=="function"?e(t):e}function Ff(e,t){const{type:n="all",exact:r,fetchStatus:o,predicate:s,queryKey:i,stale:a}=e;if(i){if(r){if(t.queryHash!==ha(i,t.options))return!1}else if(!eo(t.queryKey,i))return!1}if(n!=="all"){const c=t.isActive();if(n==="active"&&!c||n==="inactive"&&c)return!1}return!(typeof a=="boolean"&&t.isStale()!==a||o&&o!==t.state.fetchStatus||s&&!s(t))}function Df(e,t){const{exact:n,status:r,predicate:o,mutationKey:s}=e;if(s){if(!t.options.mutationKey)return!1;if(n){if(Pn(t.options.mutationKey)!==Pn(s))return!1}else if(!eo(t.options.mutationKey,s))return!1}return!(r&&t.state.status!==r||o&&!o(t))}function ha(e,t){return((t==null?void 0:t.queryKeyHashFn)||Pn)(e)}function Pn(e){return JSON.stringify(e,(t,n)=>ma(n)?Object.keys(n).sort().reduce((r,o)=>(r[o]=n[o],r),{}):n)}function eo(e,t){return e===t?!0:typeof e!=typeof t?!1:e&&t&&typeof e=="object"&&typeof t=="object"?!Object.keys(t).some(n=>!eo(e[n],t[n])):!1}function ga(e,t){if(e===t)return e;const n=Nf(e)&&Nf(t);if(n||ma(e)&&ma(t)){const r=n?e:Object.keys(e),o=r.length,s=n?t:Object.keys(t),i=s.length,a=n?[]:{};let c=0;for(let l=0;l<i;l++){const u=n?l:s[l];(!n&&r.includes(u)||n)&&e[u]===void 0&&t[u]===void 0?(a[u]=void 0,c++):(a[u]=ga(e[u],t[u]),a[u]===e[u]&&e[u]!==void 0&&c++)}return o===i&&c===o?e:a}return t}function xs(e,t){if(!t||Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(e[n]!==t[n])return!1;return!0}function Nf(e){return Array.isArray(e)&&e.length===Object.keys(e).length}function ma(e){if(!kf(e))return!1;const t=e.constructor;if(t===void 0)return!0;const n=t.prototype;return!(!kf(n)||!n.hasOwnProperty("isPrototypeOf")||Object.getPrototypeOf(e)!==Object.prototype)}function kf(e){return Object.prototype.toString.call(e)==="[object Object]"}function Qx(e){return new Promise(t=>{setTimeout(t,e)})}function ba(e,t,n){if(typeof n.structuralSharing=="function")return n.structuralSharing(e,t);if(n.structuralSharing!==!1){if(process.env.NODE_ENV!=="production")try{return ga(e,t)}catch(r){console.error(`Structural sharing requires data to be JSON serializable. To fix this, turn off structuralSharing or return JSON-serializable data from your queryFn. [${n.queryHash}]: ${r}`)}return ga(e,t)}return t}function qx(e,t,n=0){const r=[...e,t];return n&&r.length>n?r.slice(1):r}function $x(e,t,n=0){const r=[t,...e];return n&&r.length>n?r.slice(0,-1):r}var ws=Symbol();function Pf(e,t){return process.env.NODE_ENV!=="production"&&e.queryFn===ws&&console.error(`Attempted to invoke queryFn when set to skipToken. This is likely a configuration error. Query hash: '${e.queryHash}'`),!e.queryFn&&(t!=null&&t.initialPromise)?()=>t.initialPromise:!e.queryFn||e.queryFn===ws?()=>Promise.reject(new Error(`Missing queryFn: '${e.queryHash}'`)):e.queryFn}var Kx=(r0=class extends dr{constructor(){super();K(this,Mn);K(this,fn);K(this,pr);H(this,pr,t=>{if(!kn&&window.addEventListener){const n=()=>t();return window.addEventListener("visibilitychange",n,!1),()=>{window.removeEventListener("visibilitychange",n)}}})}onSubscribe(){L(this,fn)||this.setEventListener(L(this,pr))}onUnsubscribe(){var t;this.hasListeners()||((t=L(this,fn))==null||t.call(this),H(this,fn,void 0))}setEventListener(t){var n;H(this,pr,t),(n=L(this,fn))==null||n.call(this),H(this,fn,t(r=>{typeof r=="boolean"?this.setFocused(r):this.onFocus()}))}setFocused(t){L(this,Mn)!==t&&(H(this,Mn,t),this.onFocus())}onFocus(){const t=this.isFocused();this.listeners.forEach(n=>{n(t)})}isFocused(){var t;return typeof L(this,Mn)=="boolean"?L(this,Mn):((t=globalThis.document)==null?void 0:t.visibilityState)!=="hidden"}},Mn=new WeakMap,fn=new WeakMap,pr=new WeakMap,r0),ya=new Kx,e5=(o0=class extends dr{constructor(){super();K(this,hr,!0);K(this,pn);K(this,gr);H(this,gr,t=>{if(!kn&&window.addEventListener){const n=()=>t(!0),r=()=>t(!1);return window.addEventListener("online",n,!1),window.addEventListener("offline",r,!1),()=>{window.removeEventListener("online",n),window.removeEventListener("offline",r)}}})}onSubscribe(){L(this,pn)||this.setEventListener(L(this,gr))}onUnsubscribe(){var t;this.hasListeners()||((t=L(this,pn))==null||t.call(this),H(this,pn,void 0))}setEventListener(t){var n;H(this,gr,t),(n=L(this,pn))==null||n.call(this),H(this,pn,t(this.setOnline.bind(this)))}setOnline(t){L(this,hr)!==t&&(H(this,hr,t),this.listeners.forEach(r=>{r(t)}))}isOnline(){return L(this,hr)}},hr=new WeakMap,pn=new WeakMap,gr=new WeakMap,o0),As=new e5;function va(){let e,t;const n=new Promise((o,s)=>{e=o,t=s});n.status="pending",n.catch(()=>{});function r(o){Object.assign(n,o),delete n.resolve,delete n.reject}return n.resolve=o=>{r({status:"fulfilled",value:o}),e(o)},n.reject=o=>{r({status:"rejected",reason:o}),t(o)},n}function t5(e){return Math.min(1e3*2**e,3e4)}function Mf(e){return(e??"online")==="online"?As.isOnline():!0}var Bf=class extends Error{constructor(e){super("CancelledError"),this.revert=e==null?void 0:e.revert,this.silent=e==null?void 0:e.silent}};function Ca(e){return e instanceof Bf}function jf(e){let t=!1,n=0,r=!1,o;const s=va(),i=p=>{var d;r||(y(new Bf(p)),(d=e.abort)==null||d.call(e))},a=()=>{t=!0},c=()=>{t=!1},l=()=>ya.isFocused()&&(e.networkMode==="always"||As.isOnline())&&e.canRun(),u=()=>Mf(e.networkMode)&&e.canRun(),m=p=>{var d;r||(r=!0,(d=e.onSuccess)==null||d.call(e,p),o==null||o(),s.resolve(p))},y=p=>{var d;r||(r=!0,(d=e.onError)==null||d.call(e,p),o==null||o(),s.reject(p))},C=()=>new Promise(p=>{var d;o=f=>{(r||l())&&p(f)},(d=e.onPause)==null||d.call(e)}).then(()=>{var p;o=void 0,r||(p=e.onContinue)==null||p.call(e)}),h=()=>{if(r)return;let p;const d=n===0?e.initialPromise:void 0;try{p=d??e.fn()}catch(f){p=Promise.reject(f)}Promise.resolve(p).then(m).catch(f=>{var w;if(r)return;const b=e.retry??(kn?0:3),g=e.retryDelay??t5,I=typeof g=="function"?g(n,f):g,v=b===!0||typeof b=="number"&&n<b||typeof b=="function"&&b(n,f);if(t||!v){y(f);return}n++,(w=e.onFail)==null||w.call(e,n,f),Qx(I).then(()=>l()?void 0:C()).then(()=>{t?y(f):h()})})};return{promise:s,cancel:i,continue:()=>(o==null||o(),s),cancelRetry:a,continueRetry:c,canStart:u,start:()=>(u()?h():C().then(h),s)}}function n5(){let e=[],t=0,n=a=>{a()},r=a=>{a()},o=a=>setTimeout(a,0);const s=a=>{t?e.push(a):o(()=>{n(a)})},i=()=>{const a=e;e=[],a.length&&o(()=>{r(()=>{a.forEach(c=>{n(c)})})})};return{batch:a=>{let c;t++;try{c=a()}finally{t--,t||i()}return c},batchCalls:a=>(...c)=>{s(()=>{a(...c)})},schedule:s,setNotifyFunction:a=>{n=a},setBatchNotifyFunction:a=>{r=a},setScheduler:a=>{o=a}}}var Ve=n5(),Gf=(s0=class{constructor(){K(this,Bn)}destroy(){this.clearGcTimeout()}scheduleGc(){this.clearGcTimeout(),pa(this.gcTime)&&H(this,Bn,setTimeout(()=>{this.optionalRemove()},this.gcTime))}updateGcTime(e){this.gcTime=Math.max(this.gcTime||0,e??(kn?1/0:5*60*1e3))}clearGcTimeout(){L(this,Bn)&&(clearTimeout(L(this,Bn)),H(this,Bn,void 0))}},Bn=new WeakMap,s0),r5=(i0=class extends Gf{constructor(t){super();K(this,Ft);K(this,mr);K(this,br);K(this,xt);K(this,jn);K(this,Ue);K(this,to);K(this,Gn);H(this,Gn,!1),H(this,to,t.defaultOptions),this.setOptions(t.options),this.observers=[],H(this,jn,t.client),H(this,xt,L(this,jn).getQueryCache()),this.queryKey=t.queryKey,this.queryHash=t.queryHash,H(this,mr,o5(this.options)),this.state=t.state??L(this,mr),this.scheduleGc()}get meta(){return this.options.meta}get promise(){var t;return(t=L(this,Ue))==null?void 0:t.promise}setOptions(t){this.options={...L(this,to),...t},this.updateGcTime(this.options.gcTime)}optionalRemove(){!this.observers.length&&this.state.fetchStatus==="idle"&&L(this,xt).remove(this)}setData(t,n){const r=ba(this.state.data,t,this.options);return ue(this,Ft,rn).call(this,{data:r,type:"success",dataUpdatedAt:n==null?void 0:n.updatedAt,manual:n==null?void 0:n.manual}),r}setState(t,n){ue(this,Ft,rn).call(this,{type:"setState",state:t,setStateOptions:n})}cancel(t){var r,o;const n=(r=L(this,Ue))==null?void 0:r.promise;return(o=L(this,Ue))==null||o.cancel(t),n?n.then(Et).catch(Et):Promise.resolve()}destroy(){super.destroy(),this.cancel({silent:!0})}reset(){this.destroy(),this.setState(L(this,mr))}isActive(){return this.observers.some(t=>Rt(t.options.enabled,this)!==!1)}isDisabled(){return this.getObserversCount()>0?!this.isActive():this.options.queryFn===ws||this.state.dataUpdateCount+this.state.errorUpdateCount===0}isStale(){return this.state.isInvalidated?!0:this.getObserversCount()>0?this.observers.some(t=>t.getCurrentResult().isStale):this.state.data===void 0}isStaleByTime(t=0){return this.state.isInvalidated||this.state.data===void 0||!Rf(this.state.dataUpdatedAt,t)}onFocus(){var n;const t=this.observers.find(r=>r.shouldFetchOnWindowFocus());t==null||t.refetch({cancelRefetch:!1}),(n=L(this,Ue))==null||n.continue()}onOnline(){var n;const t=this.observers.find(r=>r.shouldFetchOnReconnect());t==null||t.refetch({cancelRefetch:!1}),(n=L(this,Ue))==null||n.continue()}addObserver(t){this.observers.includes(t)||(this.observers.push(t),this.clearGcTimeout(),L(this,xt).notify({type:"observerAdded",query:this,observer:t}))}removeObserver(t){this.observers.includes(t)&&(this.observers=this.observers.filter(n=>n!==t),this.observers.length||(L(this,Ue)&&(L(this,Gn)?L(this,Ue).cancel({revert:!0}):L(this,Ue).cancelRetry()),this.scheduleGc()),L(this,xt).notify({type:"observerRemoved",query:this,observer:t}))}getObserversCount(){return this.observers.length}invalidate(){this.state.isInvalidated||ue(this,Ft,rn).call(this,{type:"invalidate"})}fetch(t,n){var c,l,u;if(this.state.fetchStatus!=="idle"){if(this.state.data!==void 0&&(n!=null&&n.cancelRefetch))this.cancel({silent:!0});else if(L(this,Ue))return L(this,Ue).continueRetry(),L(this,Ue).promise}if(t&&this.setOptions(t),!this.options.queryFn){const m=this.observers.find(y=>y.options.queryFn);m&&this.setOptions(m.options)}process.env.NODE_ENV!=="production"&&(Array.isArray(this.options.queryKey)||console.error("As of v4, queryKey needs to be an Array. If you are using a string like 'repoData', please change it to an Array, e.g. ['repoData']"));const r=new AbortController,o=m=>{Object.defineProperty(m,"signal",{enumerable:!0,get:()=>(H(this,Gn,!0),r.signal)})},s=()=>{const m=Pf(this.options,n),y={client:L(this,jn),queryKey:this.queryKey,meta:this.meta};return o(y),H(this,Gn,!1),this.options.persister?this.options.persister(m,y,this):m(y)},i={fetchOptions:n,options:this.options,queryKey:this.queryKey,client:L(this,jn),state:this.state,fetchFn:s};o(i),(c=this.options.behavior)==null||c.onFetch(i,this),H(this,br,this.state),(this.state.fetchStatus==="idle"||this.state.fetchMeta!==((l=i.fetchOptions)==null?void 0:l.meta))&&ue(this,Ft,rn).call(this,{type:"fetch",meta:(u=i.fetchOptions)==null?void 0:u.meta});const a=m=>{var y,C,h,p;Ca(m)&&m.silent||ue(this,Ft,rn).call(this,{type:"error",error:m}),Ca(m)||((C=(y=L(this,xt).config).onError)==null||C.call(y,m,this),(p=(h=L(this,xt).config).onSettled)==null||p.call(h,this.state.data,m,this)),this.scheduleGc()};return H(this,Ue,jf({initialPromise:n==null?void 0:n.initialPromise,fn:i.fetchFn,abort:r.abort.bind(r),onSuccess:m=>{var y,C,h,p;if(m===void 0){process.env.NODE_ENV!=="production"&&console.error(`Query data cannot be undefined. Please make sure to return a value other than undefined from your query function. Affected query key: ${this.queryHash}`),a(new Error(`${this.queryHash} data is undefined`));return}try{this.setData(m)}catch(d){a(d);return}(C=(y=L(this,xt).config).onSuccess)==null||C.call(y,m,this),(p=(h=L(this,xt).config).onSettled)==null||p.call(h,m,this.state.error,this),this.scheduleGc()},onError:a,onFail:(m,y)=>{ue(this,Ft,rn).call(this,{type:"failed",failureCount:m,error:y})},onPause:()=>{ue(this,Ft,rn).call(this,{type:"pause"})},onContinue:()=>{ue(this,Ft,rn).call(this,{type:"continue"})},retry:i.options.retry,retryDelay:i.options.retryDelay,networkMode:i.options.networkMode,canRun:()=>!0})),L(this,Ue).start()}},mr=new WeakMap,br=new WeakMap,xt=new WeakMap,jn=new WeakMap,Ue=new WeakMap,to=new WeakMap,Gn=new WeakMap,Ft=new WeakSet,rn=function(t){const n=r=>{switch(t.type){case"failed":return{...r,fetchFailureCount:t.failureCount,fetchFailureReason:t.error};case"pause":return{...r,fetchStatus:"paused"};case"continue":return{...r,fetchStatus:"fetching"};case"fetch":return{...r,...Vf(r.data,this.options),fetchMeta:t.meta??null};case"success":return{...r,data:t.data,dataUpdateCount:r.dataUpdateCount+1,dataUpdatedAt:t.dataUpdatedAt??Date.now(),error:null,isInvalidated:!1,status:"success",...!t.manual&&{fetchStatus:"idle",fetchFailureCount:0,fetchFailureReason:null}};case"error":const o=t.error;return Ca(o)&&o.revert&&L(this,br)?{...L(this,br),fetchStatus:"idle"}:{...r,error:o,errorUpdateCount:r.errorUpdateCount+1,errorUpdatedAt:Date.now(),fetchFailureCount:r.fetchFailureCount+1,fetchFailureReason:o,fetchStatus:"idle",status:"error"};case"invalidate":return{...r,isInvalidated:!0};case"setState":return{...r,...t.state}}};this.state=n(this.state),Ve.batch(()=>{this.observers.forEach(r=>{r.onQueryUpdate()}),L(this,xt).notify({query:this,type:"updated",action:t})})},i0);function Vf(e,t){return{fetchFailureCount:0,fetchFailureReason:null,fetchStatus:Mf(t.networkMode)?"fetching":"paused",...e===void 0&&{error:null,status:"pending"}}}function o5(e){const t=typeof e.initialData=="function"?e.initialData():e.initialData,n=t!==void 0,r=n?typeof e.initialDataUpdatedAt=="function"?e.initialDataUpdatedAt():e.initialDataUpdatedAt:0;return{data:t,dataUpdateCount:0,dataUpdatedAt:n?r??Date.now():0,error:null,errorUpdateCount:0,errorUpdatedAt:0,fetchFailureCount:0,fetchFailureReason:null,fetchMeta:null,isInvalidated:!1,status:n?"success":"pending",fetchStatus:"idle"}}var s5=(a0=class extends dr{constructor(t={}){super();K(this,Zt);this.config=t,H(this,Zt,new Map)}build(t,n,r){const o=n.queryKey,s=n.queryHash??ha(o,n);let i=this.get(s);return i||(i=new r5({client:t,queryKey:o,queryHash:s,options:t.defaultQueryOptions(n),state:r,defaultOptions:t.getQueryDefaults(o)}),this.add(i)),i}add(t){L(this,Zt).has(t.queryHash)||(L(this,Zt).set(t.queryHash,t),this.notify({type:"added",query:t}))}remove(t){const n=L(this,Zt).get(t.queryHash);n&&(t.destroy(),n===t&&L(this,Zt).delete(t.queryHash),this.notify({type:"removed",query:t}))}clear(){Ve.batch(()=>{this.getAll().forEach(t=>{this.remove(t)})})}get(t){return L(this,Zt).get(t)}getAll(){return[...L(this,Zt).values()]}find(t){const n={exact:!0,...t};return this.getAll().find(r=>Ff(n,r))}findAll(t={}){const n=this.getAll();return Object.keys(t).length>0?n.filter(r=>Ff(t,r)):n}notify(t){Ve.batch(()=>{this.listeners.forEach(n=>{n(t)})})}onFocus(){Ve.batch(()=>{this.getAll().forEach(t=>{t.onFocus()})})}onOnline(){Ve.batch(()=>{this.getAll().forEach(t=>{t.onOnline()})})}},Zt=new WeakMap,a0),i5=(c0=class extends Gf{constructor(t){super();K(this,zt);K(this,Xt);K(this,Ke);K(this,Vn);this.mutationId=t.mutationId,H(this,Ke,t.mutationCache),H(this,Xt,[]),this.state=t.state||Hf(),this.setOptions(t.options),this.scheduleGc()}setOptions(t){this.options=t,this.updateGcTime(this.options.gcTime)}get meta(){return this.options.meta}addObserver(t){L(this,Xt).includes(t)||(L(this,Xt).push(t),this.clearGcTimeout(),L(this,Ke).notify({type:"observerAdded",mutation:this,observer:t}))}removeObserver(t){H(this,Xt,L(this,Xt).filter(n=>n!==t)),this.scheduleGc(),L(this,Ke).notify({type:"observerRemoved",mutation:this,observer:t})}optionalRemove(){L(this,Xt).length||(this.state.status==="pending"?this.scheduleGc():L(this,Ke).remove(this))}continue(){var t;return((t=L(this,Vn))==null?void 0:t.continue())??this.execute(this.state.variables)}async execute(t){var o,s,i,a,c,l,u,m,y,C,h,p,d,f,b,g,I,v,w,A;H(this,Vn,jf({fn:()=>this.options.mutationFn?this.options.mutationFn(t):Promise.reject(new Error("No mutationFn found")),onFail:(T,_)=>{ue(this,zt,En).call(this,{type:"failed",failureCount:T,error:_})},onPause:()=>{ue(this,zt,En).call(this,{type:"pause"})},onContinue:()=>{ue(this,zt,En).call(this,{type:"continue"})},retry:this.options.retry??0,retryDelay:this.options.retryDelay,networkMode:this.options.networkMode,canRun:()=>L(this,Ke).canRun(this)}));const n=this.state.status==="pending",r=!L(this,Vn).canStart();try{if(!n){ue(this,zt,En).call(this,{type:"pending",variables:t,isPaused:r}),await((s=(o=L(this,Ke).config).onMutate)==null?void 0:s.call(o,t,this));const _=await((a=(i=this.options).onMutate)==null?void 0:a.call(i,t));_!==this.state.context&&ue(this,zt,En).call(this,{type:"pending",context:_,variables:t,isPaused:r})}const T=await L(this,Vn).start();return await((l=(c=L(this,Ke).config).onSuccess)==null?void 0:l.call(c,T,t,this.state.context,this)),await((m=(u=this.options).onSuccess)==null?void 0:m.call(u,T,t,this.state.context)),await((C=(y=L(this,Ke).config).onSettled)==null?void 0:C.call(y,T,null,this.state.variables,this.state.context,this)),await((p=(h=this.options).onSettled)==null?void 0:p.call(h,T,null,t,this.state.context)),ue(this,zt,En).call(this,{type:"success",data:T}),T}catch(T){try{throw await((f=(d=L(this,Ke).config).onError)==null?void 0:f.call(d,T,t,this.state.context,this)),await((g=(b=this.options).onError)==null?void 0:g.call(b,T,t,this.state.context)),await((v=(I=L(this,Ke).config).onSettled)==null?void 0:v.call(I,void 0,T,this.state.variables,this.state.context,this)),await((A=(w=this.options).onSettled)==null?void 0:A.call(w,void 0,T,t,this.state.context)),T}finally{ue(this,zt,En).call(this,{type:"error",error:T})}}finally{L(this,Ke).runNext(this)}}},Xt=new WeakMap,Ke=new WeakMap,Vn=new WeakMap,zt=new WeakSet,En=function(t){const n=r=>{switch(t.type){case"failed":return{...r,failureCount:t.failureCount,failureReason:t.error};case"pause":return{...r,isPaused:!0};case"continue":return{...r,isPaused:!1};case"pending":return{...r,context:t.context,data:void 0,failureCount:0,failureReason:null,error:null,isPaused:t.isPaused,status:"pending",variables:t.variables,submittedAt:Date.now()};case"success":return{...r,data:t.data,failureCount:0,failureReason:null,error:null,status:"success",isPaused:!1};case"error":return{...r,data:void 0,error:t.error,failureCount:r.failureCount+1,failureReason:t.error,isPaused:!1,status:"error"}}};this.state=n(this.state),Ve.batch(()=>{L(this,Xt).forEach(r=>{r.onMutationUpdate(t)}),L(this,Ke).notify({mutation:this,type:"updated",action:t})})},c0);function Hf(){return{context:void 0,data:void 0,error:null,failureCount:0,failureReason:null,isPaused:!1,status:"idle",variables:void 0,submittedAt:0}}var a5=(l0=class extends dr{constructor(t={}){super();K(this,en);K(this,Dt);K(this,no);this.config=t,H(this,en,new Set),H(this,Dt,new Map),H(this,no,0)}build(t,n,r){const o=new i5({mutationCache:this,mutationId:++Ls(this,no)._,options:t.defaultMutationOptions(n),state:r});return this.add(o),o}add(t){L(this,en).add(t);const n=Ts(t);if(typeof n=="string"){const r=L(this,Dt).get(n);r?r.push(t):L(this,Dt).set(n,[t])}this.notify({type:"added",mutation:t})}remove(t){if(L(this,en).delete(t)){const n=Ts(t);if(typeof n=="string"){const r=L(this,Dt).get(n);if(r)if(r.length>1){const o=r.indexOf(t);o!==-1&&r.splice(o,1)}else r[0]===t&&L(this,Dt).delete(n)}}this.notify({type:"removed",mutation:t})}canRun(t){const n=Ts(t);if(typeof n=="string"){const r=L(this,Dt).get(n),o=r==null?void 0:r.find(s=>s.state.status==="pending");return!o||o===t}else return!0}runNext(t){var r;const n=Ts(t);if(typeof n=="string"){const o=(r=L(this,Dt).get(n))==null?void 0:r.find(s=>s!==t&&s.state.isPaused);return(o==null?void 0:o.continue())??Promise.resolve()}else return Promise.resolve()}clear(){Ve.batch(()=>{L(this,en).forEach(t=>{this.notify({type:"removed",mutation:t})}),L(this,en).clear(),L(this,Dt).clear()})}getAll(){return Array.from(L(this,en))}find(t){const n={exact:!0,...t};return this.getAll().find(r=>Df(n,r))}findAll(t={}){return this.getAll().filter(n=>Df(t,n))}notify(t){Ve.batch(()=>{this.listeners.forEach(n=>{n(t)})})}resumePausedMutations(){const t=this.getAll().filter(n=>n.state.isPaused);return Ve.batch(()=>Promise.all(t.map(n=>n.continue().catch(Et))))}},en=new WeakMap,Dt=new WeakMap,no=new WeakMap,l0);function Ts(e){var t;return(t=e.options.scope)==null?void 0:t.id}function Wf(e){return{onFetch:(t,n)=>{var u,m,y,C,h;const r=t.options,o=(y=(m=(u=t.fetchOptions)==null?void 0:u.meta)==null?void 0:m.fetchMore)==null?void 0:y.direction,s=((C=t.state.data)==null?void 0:C.pages)||[],i=((h=t.state.data)==null?void 0:h.pageParams)||[];let a={pages:[],pageParams:[]},c=0;const l=async()=>{let p=!1;const d=g=>{Object.defineProperty(g,"signal",{enumerable:!0,get:()=>(t.signal.aborted?p=!0:t.signal.addEventListener("abort",()=>{p=!0}),t.signal)})},f=Pf(t.options,t.fetchOptions),b=async(g,I,v)=>{if(p)return Promise.reject();if(I==null&&g.pages.length)return Promise.resolve(g);const w={client:t.client,queryKey:t.queryKey,pageParam:I,direction:v?"backward":"forward",meta:t.options.meta};d(w);const A=await f(w),{maxPages:T}=t.options,_=v?$x:qx;return{pages:_(g.pages,A,T),pageParams:_(g.pageParams,I,T)}};if(o&&s.length){const g=o==="backward",I=g?c5:Zf,v={pages:s,pageParams:i},w=I(r,v);a=await b(v,w,g)}else{const g=e??s.length;do{const I=c===0?i[0]??r.initialPageParam:Zf(r,a);if(c>0&&I==null)break;a=await b(a,I),c++}while(c<g)}return a};t.options.persister?t.fetchFn=()=>{var p,d;return(d=(p=t.options).persister)==null?void 0:d.call(p,l,{client:t.client,queryKey:t.queryKey,meta:t.options.meta,signal:t.signal},n)}:t.fetchFn=l}}}function Zf(e,{pages:t,pageParams:n}){const r=t.length-1;return t.length>0?e.getNextPageParam(t[r],t,n[r],n):void 0}function c5(e,{pages:t,pageParams:n}){var r;return t.length>0?(r=e.getPreviousPageParam)==null?void 0:r.call(e,t[0],t,n[0],n):void 0}var l5=(u0=class{constructor(e={}){K(this,Fe);K(this,hn);K(this,gn);K(this,yr);K(this,vr);K(this,mn);K(this,Cr);K(this,Ir);H(this,Fe,e.queryCache||new s5),H(this,hn,e.mutationCache||new a5),H(this,gn,e.defaultOptions||{}),H(this,yr,new Map),H(this,vr,new Map),H(this,mn,0)}mount(){Ls(this,mn)._++,L(this,mn)===1&&(H(this,Cr,ya.subscribe(async e=>{e&&(await this.resumePausedMutations(),L(this,Fe).onFocus())})),H(this,Ir,As.subscribe(async e=>{e&&(await this.resumePausedMutations(),L(this,Fe).onOnline())})))}unmount(){var e,t;Ls(this,mn)._--,L(this,mn)===0&&((e=L(this,Cr))==null||e.call(this),H(this,Cr,void 0),(t=L(this,Ir))==null||t.call(this),H(this,Ir,void 0))}isFetching(e){return L(this,Fe).findAll({...e,fetchStatus:"fetching"}).length}isMutating(e){return L(this,hn).findAll({...e,status:"pending"}).length}getQueryData(e){var n;const t=this.defaultQueryOptions({queryKey:e});return(n=L(this,Fe).get(t.queryHash))==null?void 0:n.state.data}ensureQueryData(e){const t=this.defaultQueryOptions(e),n=L(this,Fe).build(this,t),r=n.state.data;return r===void 0?this.fetchQuery(e):(e.revalidateIfStale&&n.isStaleByTime(fr(t.staleTime,n))&&this.prefetchQuery(t),Promise.resolve(r))}getQueriesData(e){return L(this,Fe).findAll(e).map(({queryKey:t,state:n})=>{const r=n.data;return[t,r]})}setQueryData(e,t,n){const r=this.defaultQueryOptions({queryKey:e}),o=L(this,Fe).get(r.queryHash),s=o==null?void 0:o.state.data,i=Ux(t,s);if(i!==void 0)return L(this,Fe).build(this,r).setData(i,{...n,manual:!0})}setQueriesData(e,t,n){return Ve.batch(()=>L(this,Fe).findAll(e).map(({queryKey:r})=>[r,this.setQueryData(r,t,n)]))}getQueryState(e){var n;const t=this.defaultQueryOptions({queryKey:e});return(n=L(this,Fe).get(t.queryHash))==null?void 0:n.state}removeQueries(e){const t=L(this,Fe);Ve.batch(()=>{t.findAll(e).forEach(n=>{t.remove(n)})})}resetQueries(e,t){const n=L(this,Fe);return Ve.batch(()=>(n.findAll(e).forEach(r=>{r.reset()}),this.refetchQueries({type:"active",...e},t)))}cancelQueries(e,t={}){const n={revert:!0,...t},r=Ve.batch(()=>L(this,Fe).findAll(e).map(o=>o.cancel(n)));return Promise.all(r).then(Et).catch(Et)}invalidateQueries(e,t={}){return Ve.batch(()=>(L(this,Fe).findAll(e).forEach(n=>{n.invalidate()}),(e==null?void 0:e.refetchType)==="none"?Promise.resolve():this.refetchQueries({...e,type:(e==null?void 0:e.refetchType)??(e==null?void 0:e.type)??"active"},t)))}refetchQueries(e,t={}){const n={...t,cancelRefetch:t.cancelRefetch??!0},r=Ve.batch(()=>L(this,Fe).findAll(e).filter(o=>!o.isDisabled()).map(o=>{let s=o.fetch(void 0,n);return n.throwOnError||(s=s.catch(Et)),o.state.fetchStatus==="paused"?Promise.resolve():s}));return Promise.all(r).then(Et)}fetchQuery(e){const t=this.defaultQueryOptions(e);t.retry===void 0&&(t.retry=!1);const n=L(this,Fe).build(this,t);return n.isStaleByTime(fr(t.staleTime,n))?n.fetch(t):Promise.resolve(n.state.data)}prefetchQuery(e){return this.fetchQuery(e).then(Et).catch(Et)}fetchInfiniteQuery(e){return e.behavior=Wf(e.pages),this.fetchQuery(e)}prefetchInfiniteQuery(e){return this.fetchInfiniteQuery(e).then(Et).catch(Et)}ensureInfiniteQueryData(e){return e.behavior=Wf(e.pages),this.ensureQueryData(e)}resumePausedMutations(){return As.isOnline()?L(this,hn).resumePausedMutations():Promise.resolve()}getQueryCache(){return L(this,Fe)}getMutationCache(){return L(this,hn)}getDefaultOptions(){return L(this,gn)}setDefaultOptions(e){H(this,gn,e)}setQueryDefaults(e,t){L(this,yr).set(Pn(e),{queryKey:e,defaultOptions:t})}getQueryDefaults(e){const t=[...L(this,yr).values()],n={};return t.forEach(r=>{eo(e,r.queryKey)&&Object.assign(n,r.defaultOptions)}),n}setMutationDefaults(e,t){L(this,vr).set(Pn(e),{mutationKey:e,defaultOptions:t})}getMutationDefaults(e){const t=[...L(this,vr).values()],n={};return t.forEach(r=>{eo(e,r.mutationKey)&&Object.assign(n,r.defaultOptions)}),n}defaultQueryOptions(e){if(e._defaulted)return e;const t={...L(this,gn).queries,...this.getQueryDefaults(e.queryKey),...e,_defaulted:!0};return t.queryHash||(t.queryHash=ha(t.queryKey,t)),t.refetchOnReconnect===void 0&&(t.refetchOnReconnect=t.networkMode!=="always"),t.throwOnError===void 0&&(t.throwOnError=!!t.suspense),!t.networkMode&&t.persister&&(t.networkMode="offlineFirst"),t.queryFn===ws&&(t.enabled=!1),t}defaultMutationOptions(e){return e!=null&&e._defaulted?e:{...L(this,gn).mutations,...(e==null?void 0:e.mutationKey)&&this.getMutationDefaults(e.mutationKey),...e,_defaulted:!0}}clear(){L(this,Fe).clear(),L(this,hn).clear()}},Fe=new WeakMap,hn=new WeakMap,gn=new WeakMap,yr=new WeakMap,vr=new WeakMap,mn=new WeakMap,Cr=new WeakMap,Ir=new WeakMap,u0),u5=(d0=class extends dr{constructor(t,n){super();K(this,we);K(this,lt);K(this,ge);K(this,ro);K(this,et);K(this,Hn);K(this,Er);K(this,bn);K(this,Yt);K(this,oo);K(this,xr);K(this,wr);K(this,Wn);K(this,Zn);K(this,yn);K(this,Ar,new Set);this.options=n,H(this,lt,t),H(this,Yt,null),H(this,bn,va()),this.options.experimental_prefetchInRender||L(this,bn).reject(new Error("experimental_prefetchInRender feature flag is not enabled")),this.bindMethods(),this.setOptions(n)}bindMethods(){this.refetch=this.refetch.bind(this)}onSubscribe(){this.listeners.size===1&&(L(this,ge).addObserver(this),Xf(L(this,ge),this.options)?ue(this,we,lo).call(this):this.updateResult(),ue(this,we,Pa).call(this))}onUnsubscribe(){this.hasListeners()||this.destroy()}shouldFetchOnReconnect(){return Ia(L(this,ge),this.options,this.options.refetchOnReconnect)}shouldFetchOnWindowFocus(){return Ia(L(this,ge),this.options,this.options.refetchOnWindowFocus)}destroy(){this.listeners=new Set,ue(this,we,Ma).call(this),ue(this,we,Ba).call(this),L(this,ge).removeObserver(this)}setOptions(t,n){const r=this.options,o=L(this,ge);if(this.options=L(this,lt).defaultQueryOptions(t),this.options.enabled!==void 0&&typeof this.options.enabled!="boolean"&&typeof this.options.enabled!="function"&&typeof Rt(this.options.enabled,L(this,ge))!="boolean")throw new Error("Expected enabled to be a boolean or a callback that returns a boolean");ue(this,we,ja).call(this),L(this,ge).setOptions(this.options),r._defaulted&&!xs(this.options,r)&&L(this,lt).getQueryCache().notify({type:"observerOptionsUpdated",query:L(this,ge),observer:this});const s=this.hasListeners();s&&zf(L(this,ge),o,this.options,r)&&ue(this,we,lo).call(this),this.updateResult(n),s&&(L(this,ge)!==o||Rt(this.options.enabled,L(this,ge))!==Rt(r.enabled,L(this,ge))||fr(this.options.staleTime,L(this,ge))!==fr(r.staleTime,L(this,ge)))&&ue(this,we,Da).call(this);const i=ue(this,we,Na).call(this);s&&(L(this,ge)!==o||Rt(this.options.enabled,L(this,ge))!==Rt(r.enabled,L(this,ge))||i!==L(this,yn))&&ue(this,we,ka).call(this,i)}getOptimisticResult(t){const n=L(this,lt).getQueryCache().build(L(this,lt),t),r=this.createResult(n,t);return f5(this,r)&&(H(this,et,r),H(this,Er,this.options),H(this,Hn,L(this,ge).state)),r}getCurrentResult(){return L(this,et)}trackResult(t,n){const r={};return Object.keys(t).forEach(o=>{Object.defineProperty(r,o,{configurable:!1,enumerable:!0,get:()=>(this.trackProp(o),n==null||n(o),t[o])})}),r}trackProp(t){L(this,Ar).add(t)}getCurrentQuery(){return L(this,ge)}refetch({...t}={}){return this.fetch({...t})}fetchOptimistic(t){const n=L(this,lt).defaultQueryOptions(t),r=L(this,lt).getQueryCache().build(L(this,lt),n);return r.fetch().then(()=>this.createResult(r,n))}fetch(t){return ue(this,we,lo).call(this,{...t,cancelRefetch:t.cancelRefetch??!0}).then(()=>(this.updateResult(),L(this,et)))}createResult(t,n){var T;const r=L(this,ge),o=this.options,s=L(this,et),i=L(this,Hn),a=L(this,Er),l=t!==r?t.state:L(this,ro),{state:u}=t;let m={...u},y=!1,C;if(n._optimisticResults){const _=this.hasListeners(),D=!_&&Xf(t,n),F=_&&zf(t,r,n,o);(D||F)&&(m={...m,...Vf(u.data,t.options)}),n._optimisticResults==="isRestoring"&&(m.fetchStatus="idle")}let{error:h,errorUpdatedAt:p,status:d}=m;if(n.select&&m.data!==void 0)if(s&&m.data===(i==null?void 0:i.data)&&n.select===L(this,oo))C=L(this,xr);else try{H(this,oo,n.select),C=n.select(m.data),C=ba(s==null?void 0:s.data,C,n),H(this,xr,C),H(this,Yt,null)}catch(_){H(this,Yt,_)}else C=m.data;if(n.placeholderData!==void 0&&C===void 0&&d==="pending"){let _;if(s!=null&&s.isPlaceholderData&&n.placeholderData===(a==null?void 0:a.placeholderData))_=s.data;else if(_=typeof n.placeholderData=="function"?n.placeholderData((T=L(this,wr))==null?void 0:T.state.data,L(this,wr)):n.placeholderData,n.select&&_!==void 0)try{_=n.select(_),H(this,Yt,null)}catch(D){H(this,Yt,D)}_!==void 0&&(d="success",C=ba(s==null?void 0:s.data,_,n),y=!0)}L(this,Yt)&&(h=L(this,Yt),C=L(this,xr),p=Date.now(),d="error");const f=m.fetchStatus==="fetching",b=d==="pending",g=d==="error",I=b&&f,v=C!==void 0,A={status:d,fetchStatus:m.fetchStatus,isPending:b,isSuccess:d==="success",isError:g,isInitialLoading:I,isLoading:I,data:C,dataUpdatedAt:m.dataUpdatedAt,error:h,errorUpdatedAt:p,failureCount:m.fetchFailureCount,failureReason:m.fetchFailureReason,errorUpdateCount:m.errorUpdateCount,isFetched:m.dataUpdateCount>0||m.errorUpdateCount>0,isFetchedAfterMount:m.dataUpdateCount>l.dataUpdateCount||m.errorUpdateCount>l.errorUpdateCount,isFetching:f,isRefetching:f&&!b,isLoadingError:g&&!v,isPaused:m.fetchStatus==="paused",isPlaceholderData:y,isRefetchError:g&&v,isStale:Ea(t,n),refetch:this.refetch,promise:L(this,bn)};if(this.options.experimental_prefetchInRender){const _=k=>{A.status==="error"?k.reject(A.error):A.data!==void 0&&k.resolve(A.data)},D=()=>{const k=H(this,bn,A.promise=va());_(k)},F=L(this,bn);switch(F.status){case"pending":t.queryHash===r.queryHash&&_(F);break;case"fulfilled":(A.status==="error"||A.data!==F.value)&&D();break;case"rejected":(A.status!=="error"||A.error!==F.reason)&&D();break}}return A}updateResult(t){const n=L(this,et),r=this.createResult(L(this,ge),this.options);if(H(this,Hn,L(this,ge).state),H(this,Er,this.options),L(this,Hn).data!==void 0&&H(this,wr,L(this,ge)),xs(r,n))return;H(this,et,r);const o={},s=()=>{if(!n)return!0;const{notifyOnChangeProps:i}=this.options,a=typeof i=="function"?i():i;if(a==="all"||!a&&!L(this,Ar).size)return!0;const c=new Set(a??L(this,Ar));return this.options.throwOnError&&c.add("error"),Object.keys(L(this,et)).some(l=>{const u=l;return L(this,et)[u]!==n[u]&&c.has(u)})};(t==null?void 0:t.listeners)!==!1&&s()&&(o.listeners=!0),ue(this,we,I0).call(this,{...o,...t})}onQueryUpdate(){this.updateResult(),this.hasListeners()&&ue(this,we,Pa).call(this)}},lt=new WeakMap,ge=new WeakMap,ro=new WeakMap,et=new WeakMap,Hn=new WeakMap,Er=new WeakMap,bn=new WeakMap,Yt=new WeakMap,oo=new WeakMap,xr=new WeakMap,wr=new WeakMap,Wn=new WeakMap,Zn=new WeakMap,yn=new WeakMap,Ar=new WeakMap,we=new WeakSet,lo=function(t){ue(this,we,ja).call(this);let n=L(this,ge).fetch(this.options,t);return t!=null&&t.throwOnError||(n=n.catch(Et)),n},Da=function(){ue(this,we,Ma).call(this);const t=fr(this.options.staleTime,L(this,ge));if(kn||L(this,et).isStale||!pa(t))return;const r=Rf(L(this,et).dataUpdatedAt,t)+1;H(this,Wn,setTimeout(()=>{L(this,et).isStale||this.updateResult()},r))},Na=function(){return(typeof this.options.refetchInterval=="function"?this.options.refetchInterval(L(this,ge)):this.options.refetchInterval)??!1},ka=function(t){ue(this,we,Ba).call(this),H(this,yn,t),!(kn||Rt(this.options.enabled,L(this,ge))===!1||!pa(L(this,yn))||L(this,yn)===0)&&H(this,Zn,setInterval(()=>{(this.options.refetchIntervalInBackground||ya.isFocused())&&ue(this,we,lo).call(this)},L(this,yn)))},Pa=function(){ue(this,we,Da).call(this),ue(this,we,ka).call(this,ue(this,we,Na).call(this))},Ma=function(){L(this,Wn)&&(clearTimeout(L(this,Wn)),H(this,Wn,void 0))},Ba=function(){L(this,Zn)&&(clearInterval(L(this,Zn)),H(this,Zn,void 0))},ja=function(){const t=L(this,lt).getQueryCache().build(L(this,lt),this.options);if(t===L(this,ge))return;const n=L(this,ge);H(this,ge,t),H(this,ro,t.state),this.hasListeners()&&(n==null||n.removeObserver(this),t.addObserver(this))},I0=function(t){Ve.batch(()=>{t.listeners&&this.listeners.forEach(n=>{n(L(this,et))}),L(this,lt).getQueryCache().notify({query:L(this,ge),type:"observerResultsUpdated"})})},d0);function d5(e,t){return Rt(t.enabled,e)!==!1&&e.state.data===void 0&&!(e.state.status==="error"&&t.retryOnMount===!1)}function Xf(e,t){return d5(e,t)||e.state.data!==void 0&&Ia(e,t,t.refetchOnMount)}function Ia(e,t,n){if(Rt(t.enabled,e)!==!1){const r=typeof n=="function"?n(e):n;return r==="always"||r!==!1&&Ea(e,t)}return!1}function zf(e,t,n,r){return(e!==t||Rt(r.enabled,e)===!1)&&(!n.suspense||e.state.status!=="error")&&Ea(e,n)}function Ea(e,t){return Rt(t.enabled,e)!==!1&&e.isStaleByTime(fr(t.staleTime,e))}function f5(e,t){return!xs(e.getCurrentResult(),t)}var p5=(f0=class extends dr{constructor(t,n){super();K(this,nn);K(this,vn);K(this,Cn);K(this,ut);K(this,tn);H(this,vn,t),this.setOptions(n),this.bindMethods(),ue(this,nn,Rs).call(this)}bindMethods(){this.mutate=this.mutate.bind(this),this.reset=this.reset.bind(this)}setOptions(t){var r;const n=this.options;this.options=L(this,vn).defaultMutationOptions(t),xs(this.options,n)||L(this,vn).getMutationCache().notify({type:"observerOptionsUpdated",mutation:L(this,ut),observer:this}),n!=null&&n.mutationKey&&this.options.mutationKey&&Pn(n.mutationKey)!==Pn(this.options.mutationKey)?this.reset():((r=L(this,ut))==null?void 0:r.state.status)==="pending"&&L(this,ut).setOptions(this.options)}onUnsubscribe(){var t;this.hasListeners()||(t=L(this,ut))==null||t.removeObserver(this)}onMutationUpdate(t){ue(this,nn,Rs).call(this),ue(this,nn,Ga).call(this,t)}getCurrentResult(){return L(this,Cn)}reset(){var t;(t=L(this,ut))==null||t.removeObserver(this),H(this,ut,void 0),ue(this,nn,Rs).call(this),ue(this,nn,Ga).call(this)}mutate(t,n){var r;return H(this,tn,n),(r=L(this,ut))==null||r.removeObserver(this),H(this,ut,L(this,vn).getMutationCache().build(L(this,vn),this.options)),L(this,ut).addObserver(this),L(this,ut).execute(t)}},vn=new WeakMap,Cn=new WeakMap,ut=new WeakMap,tn=new WeakMap,nn=new WeakSet,Rs=function(){var n;const t=((n=L(this,ut))==null?void 0:n.state)??Hf();H(this,Cn,{...t,isPending:t.status==="pending",isSuccess:t.status==="success",isError:t.status==="error",isIdle:t.status==="idle",mutate:this.mutate,reset:this.reset})},Ga=function(t){Ve.batch(()=>{var n,r,o,s,i,a,c,l;if(L(this,tn)&&this.hasListeners()){const u=L(this,Cn).variables,m=L(this,Cn).context;(t==null?void 0:t.type)==="success"?((r=(n=L(this,tn)).onSuccess)==null||r.call(n,t.data,u,m),(s=(o=L(this,tn)).onSettled)==null||s.call(o,t.data,null,u,m)):(t==null?void 0:t.type)==="error"&&((a=(i=L(this,tn)).onError)==null||a.call(i,t.error,u,m),(l=(c=L(this,tn)).onSettled)==null||l.call(c,void 0,t.error,u,m))}this.listeners.forEach(u=>{u(L(this,Cn))})})},f0),Yf=B.createContext(void 0),Jf=e=>{const t=B.useContext(Yf);if(!t)throw new Error("No QueryClient set, use QueryClientProvider to set one");return t},h5=({client:e,children:t})=>(B.useEffect(()=>(e.mount(),()=>{e.unmount()}),[e]),E.jsx(Yf.Provider,{value:e,children:t})),Uf=B.createContext(!1),g5=()=>B.useContext(Uf);Uf.Provider;function m5(){let e=!1;return{clearReset:()=>{e=!1},reset:()=>{e=!0},isReset:()=>e}}var b5=B.createContext(m5()),y5=()=>B.useContext(b5);function Qf(e,t){return typeof e=="function"?e(...t):!!e}function xa(){}var v5=(e,t)=>{(e.suspense||e.throwOnError||e.experimental_prefetchInRender)&&(t.isReset()||(e.retryOnMount=!1))},C5=e=>{B.useEffect(()=>{e.clearReset()},[e])},I5=({result:e,errorResetBoundary:t,throwOnError:n,query:r,suspense:o})=>e.isError&&!t.isReset()&&!e.isFetching&&r&&(o&&e.data===void 0||Qf(n,[e.error,r])),E5=e=>{const t=e.staleTime;e.suspense&&(e.staleTime=typeof t=="function"?(...n)=>Math.max(t(...n),1e3):Math.max(t??1e3,1e3),typeof e.gcTime=="number"&&(e.gcTime=Math.max(e.gcTime,1e3)))},x5=(e,t)=>e.isLoading&&e.isFetching&&!t,w5=(e,t)=>(e==null?void 0:e.suspense)&&t.isPending,qf=(e,t,n)=>t.fetchOptimistic(e).catch(()=>{n.clearReset()});function A5(e,t,n){var m,y,C,h,p;if(process.env.NODE_ENV!=="production"&&(typeof e!="object"||Array.isArray(e)))throw new Error('Bad argument type. Starting with v5, only the "Object" form is allowed when calling query related functions. Please use the error stack to find the culprit call. More info here: https://tanstack.com/query/latest/docs/react/guides/migrating-to-v5#supports-a-single-signature-one-object');const r=Jf(),o=g5(),s=y5(),i=r.defaultQueryOptions(e);(y=(m=r.getDefaultOptions().queries)==null?void 0:m._experimental_beforeQuery)==null||y.call(m,i),process.env.NODE_ENV!=="production"&&(i.queryFn||console.error(`[${i.queryHash}]: No queryFn was passed as an option, and no default queryFn was found. The queryFn parameter is only optional when using a default queryFn. More info here: https://tanstack.com/query/latest/docs/framework/react/guides/default-query-function`)),i._optimisticResults=o?"isRestoring":"optimistic",E5(i),v5(i,s),C5(s);const a=!r.getQueryCache().get(i.queryHash),[c]=B.useState(()=>new t(r,i)),l=c.getOptimisticResult(i),u=!o&&e.subscribed!==!1;if(B.useSyncExternalStore(B.useCallback(d=>{const f=u?c.subscribe(Ve.batchCalls(d)):xa;return c.updateResult(),f},[c,u]),()=>c.getCurrentResult(),()=>c.getCurrentResult()),B.useEffect(()=>{c.setOptions(i,{listeners:!1})},[i,c]),w5(i,l))throw qf(i,c,s);if(I5({result:l,errorResetBoundary:s,throwOnError:i.throwOnError,query:r.getQueryCache().get(i.queryHash),suspense:i.suspense}))throw l.error;if((h=(C=r.getDefaultOptions().queries)==null?void 0:C._experimental_afterQuery)==null||h.call(C,i,l),i.experimental_prefetchInRender&&!kn&&x5(l,o)){const d=a?qf(i,c,s):(p=r.getQueryCache().get(i.queryHash))==null?void 0:p.promise;d==null||d.catch(xa).finally(()=>{c.updateResult()})}return i.notifyOnChangeProps?l:c.trackResult(l)}function $f(e,t){return A5(e,u5)}function Kf(e,t){const n=Jf(),[r]=B.useState(()=>new p5(n,e));B.useEffect(()=>{r.setOptions(e)},[r,e]);const o=B.useSyncExternalStore(B.useCallback(i=>r.subscribe(Ve.batchCalls(i)),[r]),()=>r.getCurrentResult(),()=>r.getCurrentResult()),s=B.useCallback((i,a)=>{r.mutate(i,a).catch(xa)},[r]);if(o.error&&Qf(r.options.throwOnError,[o.error]))throw o.error;return{...o,mutate:s,mutateAsync:o.mutate}}const T5=e=>new Promise(t=>setTimeout(t,e)),S5=({apiFn:e,intervalMillis:t,maxRetries:n,isSatisfied:r})=>(...s)=>{const i=async(a=0)=>{const c=await e(...s);if(r(c))return c;if(a>=n)throw c;return a++,T5(t).then(()=>i(a))};return i()},_5=async({conversationId:e,senderEmail:t})=>{try{const n=await it({url:Gr(Nb,{conversationId:e}),params:{senderEmail:t},method:mt.GET});return n==null?void 0:n.data}catch(n){throw console.error(n),n}},e0=({conversationId:e,senderEmail:t,enabled:n})=>$f({queryKey:["Global","ConversationMetaData",e,t],queryFn:()=>_5({conversationId:e,senderEmail:t}),refetchOnMount:!1,enabled:n}),t0="/v1/api",O5=`${t0}/connectors/forms/:formId/search`,L5=`${t0}/connectors/conversation/:conversationId/smart-suggestions`,R5=e=>{if(e.status!=="completed")return e;const t=e.smart_suggestions??[],n=[];for(const r of t)n.push({label:r.search_string,description:`${r.connector_name??""} - ${r.object_name??""}`,avatarUrl:r.connector_logo,value:r.form_id,connectorName:r.connector_name,objectName:r.object_name});return{...e,suggestedOptions:n}},F5=S5({apiFn:async({conversationId:e})=>{try{const t=await it({url:Gr(L5,{conversationId:e}),method:mt.GET}),n=t==null?void 0:t.data;return R5(n)}catch(t){throw console.error(t),t}},intervalMillis:1500,maxRetries:5,isSatisfied:e=>e.status!=="pending"}),D5=({conversationId:e,senderEmail:t,enabled:n})=>{const{isSuccess:r}=e0({conversationId:e,senderEmail:t,enabled:n});return $f({queryKey:["GlobalSearch","SmartSuggestions",e],queryFn:()=>F5({conversationId:e}),enabled:n&&r})},N5=({selectedObject:e,root:t,setSelectedObject:n,fetchSearchResults:r,onReset:o})=>{const[s,i]=S.useState(""),{conversationId:a,email:c,availableFeatures:l}=S.useContext(Ge),u=me(mx),m=me(Of),y=$e(l,bg),{sortedObjectList:C,updatePriority:h}=Zx({objectList:u}),{data:p}=D5({enabled:y&&!!a,conversationId:String(a),senderEmail:c}),d=(p==null?void 0:p.suggestedOptions)??[],f=S.useMemo(()=>!m||!C.length?[]:C.map(({value:g})=>{const I=m[g];return I?{description:`${I.connectorName??""} - ${I.searchObject}`,avatarUrl:I.logoUrl,label:"",value:g,connectorName:I.connectorName,objectName:I.searchObject}:null}).filter(g=>!!g),[C,m]),b=g=>{n(g),g&&h(""+g.value)};return f.length?E.jsxs(x.Stack,{children:[E.jsx(Nx,{value:e,options:f.map(g=>({...g,label:s})),inputValue:s,root:t,onInputChange:i,onChange:b,onReset:o,NoOptionsMessage:({selectOption:g})=>E.jsx(Jx,{selectedOption:e,onSelect:g,options:d}),menuOpen:!s&&!d.length?!1:void 0}),e?E.jsx(Px,{objectId:e.value,searchString:e.label,fetchSearchResults:r},e.value):null]}):null},k5="data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.00483%2012.5052C7.73146%2012.7786%207.73146%2013.2218%208.00483%2013.4952C8.2782%2013.7685%208.72141%2013.7685%208.99478%2013.4952L11.9948%2010.4952C12.2681%2010.2218%2012.2681%209.77859%2011.9948%209.50522L8.99478%206.50522C8.72141%206.23185%208.2782%206.23185%208.00483%206.50522C7.73146%206.77859%207.73146%207.2218%208.00483%207.49517L10.5099%2010.0002L8.00483%2012.5052Z'%20fill='%236C7B94'/%3e%3c/svg%3e",P5=async({id:e,externalResourceId:t,conversationId:n,channelType:r="email"})=>{const o=new URLSearchParams;o.append("channel_type",r),await it({url:`${Pb.replace(":id",e)}?${o.toString()}`,method:mt.POST,data:{externalResourceId:t,conversationId:n}})},M5=({onSuccess:e})=>Kf({mutationFn:P5,onSuccess:()=>{Ne({message:tb,type:dn}),e==null||e()},onError:()=>{Ne({message:nb,type:vt})}}),B5="data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_8444_63907)'%3e%3cpath%20d='M7.99967%2013.333L8.93967%2012.393L5.21968%208.66634H13.333V7.33301L5.21968%207.33301L8.93967%203.60634L7.99967%202.66634L2.66634%207.99967L7.99967%2013.333Z'%20fill='%23343C45'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_8444_63907'%3e%3crect%20width='16'%20height='16'%20fill='white'%20transform='matrix(-1%200%200%20-1%2016%2016)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",j5=x.styled(x.Stack)`
|
|
877
905
|
width: fit-content;
|
|
878
906
|
cursor: pointer;
|
|
879
907
|
gap: 8px;
|
|
@@ -885,7 +913,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
885
913
|
letter-spacing: 0.4px;
|
|
886
914
|
text-align: center;
|
|
887
915
|
vertical-align: middle;
|
|
888
|
-
`,
|
|
916
|
+
`,G5=({meta:{externalResourceId:e,formId:t,searchKeyword:n,searchResultLabel:r},onBack:o,onLink:s})=>{const i=Lt(),{conversationId:a,currentSmIds:c,sendTrackingEvent:l}=S.useContext(Ge),u=me(mf),m=me(bf),{mutate:y,isPending:C}=M5({onSuccess:s}),h=m===J.LOADING,p={externalResourceId:e};S.useEffect(()=>{i(nr({id:t,args:{externalResourceId:e}}))},[e,t,i]);const d=()=>{l(y2,{search_keyword:n,search_result_label:r,sm_ids:c,card_title:u==null?void 0:u.cardTitle,connector_names:u==null?void 0:u.connectorNames}),y({id:t,externalResourceId:e,conversationId:a})};return E.jsxs(x.Stack,{gap:"12px",marginTop:"12px",children:[E.jsxs(j5,{onClick:o,children:[E.jsx("img",{src:B5,width:"16px",height:"16px"}),E.jsx(x.Typography,{children:wx})]}),E.jsxs(x.Stack,{gap:"24px",children:[E.jsx(yf,{cardData:u,cardDataApiStatus:m,objectToLink:t,args:p}),E.jsx(x.Stack,{alignItems:"flex-end",children:E.jsx(x.Button,{size:"small",disabled:h||C,onClick:d,children:tl})})]})]})},n0=x.styled(x.Stack)`
|
|
889
917
|
padding: 12px 12px 12px 11px;
|
|
890
918
|
border: 1px solid ${x.theme.palette.gray.gray5};
|
|
891
919
|
border-radius: 8px;
|
|
@@ -901,10 +929,10 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
901
929
|
}
|
|
902
930
|
}
|
|
903
931
|
`};
|
|
904
|
-
`,M5="data:image/svg+xml,%3csvg%20width='124'%20height='107'%20viewBox='0%200%20124%20107'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M28.6168%2054.7446C28.6931%2052.5589%2031.0146%2051.1102%2033.0842%2051.8174C35.9985%2052.8133%2040.0375%2053.9024%2044.0621%2054.043C48.0034%2054.1806%2051.968%2053.4097%2054.8762%2052.6339C57.0264%2052.0602%2059.2927%2053.6932%2059.215%2055.9172C59.1742%2057.0856%2058.4742%2058.1269%2057.3723%2058.5178C54.8051%2059.4284%2049.7633%2060.8927%2044.3075%2060.7022C38.7694%2060.5088%2033.1999%2058.6241%2030.4004%2057.5311C29.2637%2057.0873%2028.5742%2055.9641%2028.6168%2054.7446Z'%20fill='url(%23paint0_linear_8481_102191)'/%3e%3cpath%20d='M47.223%2043.6373C44.4928%2030.7926%2052.6922%2018.1666%2065.5368%2015.4364C78.3815%2012.7062%2091.0075%2020.9055%2093.7377%2033.7502L105.079%2087.1053L84.1844%2091.5466C70.0346%2094.5542%2056.1258%2085.5217%2053.1182%2071.3719L47.223%2043.6373Z'%20fill='url(%23paint1_linear_8481_102191)'/%3e%3cmask%20id='mask0_8481_102191'%20style='mask-type:luminance'%20maskUnits='userSpaceOnUse'%20x='46'%20y='14'%20width='60'%20height='79'%3e%3cpath%20d='M47.223%2043.6373C44.4928%2030.7926%2052.6922%2018.1666%2065.5368%2015.4364C78.3815%2012.7062%2091.0075%2020.9055%2093.7377%2033.7502L105.079%2087.1053L84.1844%2091.5466C70.0346%2094.5542%2056.1258%2085.5217%2053.1182%2071.3719L47.223%2043.6373Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_8481_102191)'%3e%3cellipse%20cx='63.7775'%20cy='46.8684'%20rx='1.48152'%20ry='1.39438'%20transform='rotate(-12%2063.7775%2046.8684)'%20fill='%23435C71'/%3e%3crect%20x='47.4368'%20y='59.3203'%20width='53.657'%20height='13.2235'%20transform='rotate(-12%2047.4368%2059.3203)'%20fill='url(%23paint2_linear_8481_102191)'/%3e%3crect%20x='51.1907'%20y='76.9824'%20width='53.657'%20height='10.4263'%20transform='rotate(-12%2051.1907%2076.9824)'%20fill='url(%23paint3_linear_8481_102191)'/%3e%3c/g%3e%3cpath%20opacity='0.883952'%20d='M113.939%2051.0679C114.775%2055%20112.265%2058.865%20108.333%2059.7008L107.842%2059.8052C103.639%2060.6986%2099.5073%2058.0155%2098.6139%2053.8123L97.205%2047.1837L105.307%2045.4616C109.239%2044.6259%20113.104%2047.1359%20113.939%2051.0679Z'%20fill='url(%23paint4_linear_8481_102191)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M68.7215%2066.4138C67.1801%2064.8725%2067.6745%2062.2062%2069.587%2061.1603C72.4457%2059.5969%2076.2861%2057.1773%2079.3785%2054.0849C82.4099%2051.0535%2084.752%2047.3461%2086.2775%2044.5465C87.3388%2042.5989%2090.0598%2042.0819%2091.6282%2043.6503C92.4782%2044.5003%2092.758%2045.7623%2092.2604%2046.8566C91.0829%2049.4466%2088.5191%2054.344%2084.4346%2058.4285C80.2853%2062.5778%2074.8639%2065.591%2072.0553%2066.9952C70.9363%2067.5548%2069.6062%2067.2985%2068.7215%2066.4138Z'%20fill='url(%23paint5_linear_8481_102191)'/%3e%3crect%20x='48.7264'%20y='33.7744'%20width='11.2108'%20height='11.2108'%20rx='5.59457'%20transform='rotate(-12%2048.7264%2033.7744)'%20fill='url(%23paint6_linear_8481_102191)'/%3e%3crect%20x='50.0175'%20y='35.8193'%20width='4.0158'%20height='3.84848'%20rx='1.92424'%20transform='rotate(-12%2050.0175%2035.8193)'%20fill='%23435C71'/%3e%3crect%20x='59.2875'%20y='31.5723'%20width='11.2108'%20height='11.2108'%20rx='5.59457'%20transform='rotate(-12%2059.2875%2031.5723)'%20fill='%23FFFEFE'/%3e%3cpath%20opacity='0.883952'%20d='M111.25%2038.5376C110.415%2034.6055%20106.55%2032.0955%20102.618%2032.9313L102.127%2033.0356C97.9234%2033.9291%2095.2403%2038.0607%2096.1337%2042.2639L97.5426%2048.8925L105.644%2047.1705C109.576%2046.3347%20112.086%2042.4696%20111.25%2038.5376Z'%20fill='url(%23paint7_linear_8481_102191)'/%3e%3crect%20x='60.0181'%20y='33.8037'%20width='3.84848'%20height='3.84848'%20rx='1.90724'%20transform='rotate(-12%2060.0181%2033.8037)'%20fill='%23435C71'/%3e%3cpath%20d='M36.9246%2059.1604C36.4487%2060.717%2034.7371%2061.6271%2033.1805%2061.1512C32.3613%2060.9007%2031.7241%2060.3475%2031.3259%2059.5987L25.2059%2046.7983C24.9784%2046.3703%2025.1286%2045.8788%2025.5566%2045.6513L28.338%2044.1724C28.7659%2043.9449%2029.2574%2044.0951%2029.4849%2044.5231L36.6496%2056.8367C37.0728%2057.5036%2037.15%2058.423%2036.9246%2059.1604Z'%20fill='%23FFDF9F'/%3e%3crect%20x='27.9973'%20y='44.333'%20width='2.39869'%20height='3.59807'%20transform='rotate(152%2027.9973%2044.333)'%20fill='%23FF9090'/%3e%3cpath%20d='M26.6628%2044.3769L26.9472%2044.9118L28.0169%2044.343L26.3106%2041.1338L24.171%2042.2714L25.0243%2043.876C25.6661%2043.5347%2026.3215%2043.7351%2026.6628%2044.3769Z'%20fill='%23FFB19F'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.26386%2027.248C9.3428%2020.4481%2016.5101%2016.6372%2023.31%2018.7161C30.11%2020.7951%2033.9209%2027.9624%2031.8419%2034.7623C29.763%2041.5622%2022.5956%2045.3731%2015.7958%2043.2942C8.99587%2041.2152%205.18493%2034.0479%207.26386%2027.248ZM9.72157%2027.9983C8.06843%2033.4055%2011.1399%2039.1821%2016.5471%2040.8352C21.9543%2042.4884%2027.7309%2039.4168%2029.384%2034.0096C31.0372%2028.6024%2027.9657%2022.8258%2022.5585%2021.1727C17.1513%2019.5196%2011.3747%2022.5911%209.72157%2027.9983Z'%20fill='%23FFE69F'/%3e%3ccircle%20opacity='0.414016'%20cx='19.5529'%20cy='31.0039'%20r='10.2804'%20transform='rotate(17%2019.5529%2031.0039)'%20fill='%23BBDEFC'/%3e%3cpath%20d='M14.3685%2030.6746C15.7299%2027.6867%2018.9391%2025.9803%2022.1776%2026.5225L22.2595%2026.5475C23.7024%2026.8095%2024.3854%2024.8682%2023.1497%2024.2218C22.3806%2023.8074%2021.5613%2023.557%2020.717%2023.3884C17.3715%2022.9031%2014.0553%2024.6664%2012.6939%2027.6543C12.2796%2028.4235%2012.0859%2029.3497%2012.0244%2030.1372C11.8444%2031.6051%2013.8607%2032.0424%2014.4503%2030.6997C14.3434%2030.7566%2014.3685%2030.6746%2014.3685%2030.6746Z'%20fill='%23F6FBFF'/%3e%3cpath%20d='M10.2904%2029.0679C11.9436%2023.6607%2017.7202%2020.5893%2023.1274%2022.2424C25.6671%2023.0189%2027.5785%2024.6783%2028.9301%2026.704C27.7539%2024.1048%2025.508%2022.0744%2022.5586%2021.1727C17.1514%2019.5196%2011.3748%2022.591%209.72165%2027.9982C8.81993%2030.9476%209.32924%2033.97%2010.7444%2036.3735C9.82081%2034.1203%209.51395%2031.6077%2010.2904%2029.0679Z'%20fill='%23ADCBE7'/%3e%3cpath%20opacity='0.406087'%20d='M36.4864%2056.8021L36.1373%2056.2691C36.3845%2056.8563%2036.428%2057.5516%2036.2372%2058.1754C35.9273%2059.189%2034.5593%2059.1971%2034.0713%2058.2806L28.3787%2047.5877C28.0534%2046.9767%2027.3508%2046.7619%2026.7395%2047.0866L25.7206%2047.6277L31.4395%2059.3516C31.7648%2059.9627%2032.27%2060.5434%2032.8706%2060.8123C33.7054%2061.1528%2034.6593%2061.1034%2035.3726%2060.7247C36.0858%2060.3459%2036.6602%2059.5837%2036.8444%2058.7021C37.0351%2058.0783%2036.8117%2057.4132%2036.4864%2056.8021Z'%20fill='white'/%3e%3cpath%20d='M29.8826%2048.4977C29.8006%2048.4726%2029.6368%2048.4225%2029.5799%2048.3155L28.1579%2045.6411C28.0442%2045.4272%2028.1193%2045.1814%2028.3332%2045.0677C28.5472%2044.9539%2028.7929%2045.0291%2028.9067%2045.243L30.3287%2047.9174C30.4424%2048.1313%2030.3673%2048.3771%2030.1534%2048.4908C30.1284%2048.5728%2029.9645%2048.5227%2029.8826%2048.4977Z'%20fill='%23FFF5EB'/%3e%3cellipse%20cx='29.2637'%20cy='54.631'%20rx='1.50593'%20ry='3.17918'%20transform='rotate(-23%2029.2637%2054.631)'%20fill='%23FFC478'/%3e%3cellipse%20cx='34.0592'%20cy='52.4078'%20rx='0.920288'%20ry='1.67325'%20transform='rotate(106%2034.0592%2052.4078)'%20fill='%23FFC478'/%3e%3cpath%20d='M89.1282%2019.2055L68.2257%2026.8725L45.9197%2028.3898L44.4929%2016.4082C44.3371%2013.798%2047.5283%2011.4502%2050.9859%2011.6309L65.1429%2012.369L67.3969%2012.4869C68.5309%2012.5463%2069.7066%2012.3289%2070.7522%2011.8627L78.6899%208.34726C81.725%206.99992%2085.3012%207.87475%2086.2125%2010.1876L89.1282%2019.2055Z'%20fill='url(%23paint8_linear_8481_102191)'/%3e%3cpath%20opacity='0.479771'%20d='M88.6262%2019.0953L68.3101%2026.5288L65.3314%2012.5149L67.5211%2012.6263C68.6228%2012.6824%2069.7652%2012.471%2070.7816%2012.0192L78.4972%208.61266C81.4474%207.30707%2084.9208%208.14856%2085.8036%2010.3829L88.6262%2019.0953Z'%20fill='%23ADCBE7'/%3e%3cpath%20d='M91.6332%2026.6212L46.9517%2036.1186L46.0387%2028.4438L89.2535%2019.2582L91.6332%2026.6212Z'%20fill='%23717DAD'/%3e%3cpath%20d='M102.961%2024.2033C103.125%2024.9722%20102.371%2025.7829%20101.278%2026.015L37.9675%2039.4722C36.8754%2039.7043%2035.8568%2039.2704%2035.6933%2038.5015C35.5301%2037.7336%2036.284%2036.922%2037.3761%2036.6898L100.687%2023.2327C101.779%2023.0005%20102.798%2023.4354%20102.961%2024.2033Z'%20fill='%239ED1FF'/%3e%3cpath%20d='M102.703%2024.1718C102.838%2024.805%20102.067%2025.5045%20100.983%2025.7349L69.5583%2032.4144L69.0712%2030.123L100.496%2023.4436C101.58%2023.2131%20102.569%2023.5394%20102.703%2024.1718Z'%20fill='%2378AFE1'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_8481_102191'%20x1='32.2665'%20y1='59.6553'%20x2='59.0518'%20y2='60.5906'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23FFFDE0'/%3e%3cstop%20offset='1'%20stop-color='%23FFB362'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_8481_102191'%20x1='67.3434'%20y1='85.966'%20x2='103.216'%20y2='78.3411'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23FFFABC'/%3e%3cstop%20offset='1'%20stop-color='%23FFA650'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_8481_102191'%20x1='51.4347'%20y1='74.8197'%20x2='91.1539'%20y2='74.8197'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23A3C1FF'/%3e%3cstop%20offset='1'%20stop-color='%234243FF'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint3_linear_8481_102191'%20x1='55.1887'%20y1='89.2031'%20x2='94.9078'%20y2='89.2031'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23A3C1FF'/%3e%3cstop%20offset='1'%20stop-color='%234243FF'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint4_linear_8481_102191'%20x1='94.5023'%20y1='53.1799'%20x2='106.762'%20y2='58.7056'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23FF9498'/%3e%3cstop%20offset='1'%20stop-color='%23FFD671'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint5_linear_8481_102191'%20x1='74.9906'%20y1='66.9871'%20x2='94.9778'%20y2='46.9999'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23FFFDE0'/%3e%3cstop%20offset='1'%20stop-color='%23FFB362'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint6_linear_8481_102191'%20x1='50.5805'%20y1='44.0581'%20x2='59.9372'%20y2='44.0581'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='%23E3EEF3'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint7_linear_8481_102191'%20x1='88.4187'%20y1='43.3906'%20x2='99.3981'%20y2='25.1833'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23FF9498'/%3e%3cstop%20offset='1'%20stop-color='%23FFD671'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint8_linear_8481_102191'%20x1='56.4985'%20y1='29.5482'%20x2='100.532'%20y2='20.1885'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23ECF7FF'/%3e%3cstop%20offset='1'%20stop-color='%23C2E0FF'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e",B5=()=>E.jsxs(x.Box,{justifyItems:"center",marginTop:"40px",children:[E.jsx("img",{src:M5,width:124,height:107}),E.jsx(x.Typography,{variant:"body2",color:x.theme.palette.gray.gray3,children:Ix})]}),G5=({searchResults:e,selectedObject:t,onReset:n,fetchCards:r})=>{const o=Lt(),{sendTrackingEvent:s,currentSmIds:i}=S.useContext(je),[a,c]=S.useState(null),l=jr(vx,{count:e.length.toString(),countSuffix:e.length>1?"s":"",searchObject:t.objectName,connectorName:t.connectorName}),u=(C,h)=>{s(b2,{search_keyword:t.label,search_result_label:h,sm_ids:i,connector_name:t.connectorName}),c({externalResourceId:C,formId:t.value.toString(),searchKeyword:t.label,searchResultLabel:h})},b=()=>{c(null),o(Bb())},y=()=>{n(),r(),b()};return e.length?a?E.jsx(P5,{meta:a,onBack:b,onLink:y}):E.jsxs(x.Stack,{gap:"14px",marginTop:"12px",children:[E.jsx(x.Typography,{variant:"body2",children:l}),E.jsx(x.Stack,{gap:"17px",children:e==null?void 0:e.map(({externalResourceId:C,name:h,description:p})=>E.jsxs(n0,{onClick:()=>u(C,h),direction:"row",children:[E.jsxs(x.Stack,{flexGrow:1,children:[E.jsx(x.Typography,{variant:"body2",color:x.theme.palette.gray.gray1,children:h}),E.jsx(x.Typography,{variant:"caption",color:x.theme.palette.gray.gray3,children:p})]}),E.jsx(x.Box,{alignSelf:"center",className:"search-item__chevron",width:"20px",height:"20px",children:E.jsx("img",{src:R5})})]},C))})]}):E.jsx(B5,{})},wa=x.styled(x.Skeleton)`
|
|
932
|
+
`,V5="data:image/svg+xml,%3csvg%20width='124'%20height='107'%20viewBox='0%200%20124%20107'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M28.6168%2054.7446C28.6931%2052.5589%2031.0146%2051.1102%2033.0842%2051.8174C35.9985%2052.8133%2040.0375%2053.9024%2044.0621%2054.043C48.0034%2054.1806%2051.968%2053.4097%2054.8762%2052.6339C57.0264%2052.0602%2059.2927%2053.6932%2059.215%2055.9172C59.1742%2057.0856%2058.4742%2058.1269%2057.3723%2058.5178C54.8051%2059.4284%2049.7633%2060.8927%2044.3075%2060.7022C38.7694%2060.5088%2033.1999%2058.6241%2030.4004%2057.5311C29.2637%2057.0873%2028.5742%2055.9641%2028.6168%2054.7446Z'%20fill='url(%23paint0_linear_8481_102191)'/%3e%3cpath%20d='M47.223%2043.6373C44.4928%2030.7926%2052.6922%2018.1666%2065.5368%2015.4364C78.3815%2012.7062%2091.0075%2020.9055%2093.7377%2033.7502L105.079%2087.1053L84.1844%2091.5466C70.0346%2094.5542%2056.1258%2085.5217%2053.1182%2071.3719L47.223%2043.6373Z'%20fill='url(%23paint1_linear_8481_102191)'/%3e%3cmask%20id='mask0_8481_102191'%20style='mask-type:luminance'%20maskUnits='userSpaceOnUse'%20x='46'%20y='14'%20width='60'%20height='79'%3e%3cpath%20d='M47.223%2043.6373C44.4928%2030.7926%2052.6922%2018.1666%2065.5368%2015.4364C78.3815%2012.7062%2091.0075%2020.9055%2093.7377%2033.7502L105.079%2087.1053L84.1844%2091.5466C70.0346%2094.5542%2056.1258%2085.5217%2053.1182%2071.3719L47.223%2043.6373Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_8481_102191)'%3e%3cellipse%20cx='63.7775'%20cy='46.8684'%20rx='1.48152'%20ry='1.39438'%20transform='rotate(-12%2063.7775%2046.8684)'%20fill='%23435C71'/%3e%3crect%20x='47.4368'%20y='59.3203'%20width='53.657'%20height='13.2235'%20transform='rotate(-12%2047.4368%2059.3203)'%20fill='url(%23paint2_linear_8481_102191)'/%3e%3crect%20x='51.1907'%20y='76.9824'%20width='53.657'%20height='10.4263'%20transform='rotate(-12%2051.1907%2076.9824)'%20fill='url(%23paint3_linear_8481_102191)'/%3e%3c/g%3e%3cpath%20opacity='0.883952'%20d='M113.939%2051.0679C114.775%2055%20112.265%2058.865%20108.333%2059.7008L107.842%2059.8052C103.639%2060.6986%2099.5073%2058.0155%2098.6139%2053.8123L97.205%2047.1837L105.307%2045.4616C109.239%2044.6259%20113.104%2047.1359%20113.939%2051.0679Z'%20fill='url(%23paint4_linear_8481_102191)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M68.7215%2066.4138C67.1801%2064.8725%2067.6745%2062.2062%2069.587%2061.1603C72.4457%2059.5969%2076.2861%2057.1773%2079.3785%2054.0849C82.4099%2051.0535%2084.752%2047.3461%2086.2775%2044.5465C87.3388%2042.5989%2090.0598%2042.0819%2091.6282%2043.6503C92.4782%2044.5003%2092.758%2045.7623%2092.2604%2046.8566C91.0829%2049.4466%2088.5191%2054.344%2084.4346%2058.4285C80.2853%2062.5778%2074.8639%2065.591%2072.0553%2066.9952C70.9363%2067.5548%2069.6062%2067.2985%2068.7215%2066.4138Z'%20fill='url(%23paint5_linear_8481_102191)'/%3e%3crect%20x='48.7264'%20y='33.7744'%20width='11.2108'%20height='11.2108'%20rx='5.59457'%20transform='rotate(-12%2048.7264%2033.7744)'%20fill='url(%23paint6_linear_8481_102191)'/%3e%3crect%20x='50.0175'%20y='35.8193'%20width='4.0158'%20height='3.84848'%20rx='1.92424'%20transform='rotate(-12%2050.0175%2035.8193)'%20fill='%23435C71'/%3e%3crect%20x='59.2875'%20y='31.5723'%20width='11.2108'%20height='11.2108'%20rx='5.59457'%20transform='rotate(-12%2059.2875%2031.5723)'%20fill='%23FFFEFE'/%3e%3cpath%20opacity='0.883952'%20d='M111.25%2038.5376C110.415%2034.6055%20106.55%2032.0955%20102.618%2032.9313L102.127%2033.0356C97.9234%2033.9291%2095.2403%2038.0607%2096.1337%2042.2639L97.5426%2048.8925L105.644%2047.1705C109.576%2046.3347%20112.086%2042.4696%20111.25%2038.5376Z'%20fill='url(%23paint7_linear_8481_102191)'/%3e%3crect%20x='60.0181'%20y='33.8037'%20width='3.84848'%20height='3.84848'%20rx='1.90724'%20transform='rotate(-12%2060.0181%2033.8037)'%20fill='%23435C71'/%3e%3cpath%20d='M36.9246%2059.1604C36.4487%2060.717%2034.7371%2061.6271%2033.1805%2061.1512C32.3613%2060.9007%2031.7241%2060.3475%2031.3259%2059.5987L25.2059%2046.7983C24.9784%2046.3703%2025.1286%2045.8788%2025.5566%2045.6513L28.338%2044.1724C28.7659%2043.9449%2029.2574%2044.0951%2029.4849%2044.5231L36.6496%2056.8367C37.0728%2057.5036%2037.15%2058.423%2036.9246%2059.1604Z'%20fill='%23FFDF9F'/%3e%3crect%20x='27.9973'%20y='44.333'%20width='2.39869'%20height='3.59807'%20transform='rotate(152%2027.9973%2044.333)'%20fill='%23FF9090'/%3e%3cpath%20d='M26.6628%2044.3769L26.9472%2044.9118L28.0169%2044.343L26.3106%2041.1338L24.171%2042.2714L25.0243%2043.876C25.6661%2043.5347%2026.3215%2043.7351%2026.6628%2044.3769Z'%20fill='%23FFB19F'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.26386%2027.248C9.3428%2020.4481%2016.5101%2016.6372%2023.31%2018.7161C30.11%2020.7951%2033.9209%2027.9624%2031.8419%2034.7623C29.763%2041.5622%2022.5956%2045.3731%2015.7958%2043.2942C8.99587%2041.2152%205.18493%2034.0479%207.26386%2027.248ZM9.72157%2027.9983C8.06843%2033.4055%2011.1399%2039.1821%2016.5471%2040.8352C21.9543%2042.4884%2027.7309%2039.4168%2029.384%2034.0096C31.0372%2028.6024%2027.9657%2022.8258%2022.5585%2021.1727C17.1513%2019.5196%2011.3747%2022.5911%209.72157%2027.9983Z'%20fill='%23FFE69F'/%3e%3ccircle%20opacity='0.414016'%20cx='19.5529'%20cy='31.0039'%20r='10.2804'%20transform='rotate(17%2019.5529%2031.0039)'%20fill='%23BBDEFC'/%3e%3cpath%20d='M14.3685%2030.6746C15.7299%2027.6867%2018.9391%2025.9803%2022.1776%2026.5225L22.2595%2026.5475C23.7024%2026.8095%2024.3854%2024.8682%2023.1497%2024.2218C22.3806%2023.8074%2021.5613%2023.557%2020.717%2023.3884C17.3715%2022.9031%2014.0553%2024.6664%2012.6939%2027.6543C12.2796%2028.4235%2012.0859%2029.3497%2012.0244%2030.1372C11.8444%2031.6051%2013.8607%2032.0424%2014.4503%2030.6997C14.3434%2030.7566%2014.3685%2030.6746%2014.3685%2030.6746Z'%20fill='%23F6FBFF'/%3e%3cpath%20d='M10.2904%2029.0679C11.9436%2023.6607%2017.7202%2020.5893%2023.1274%2022.2424C25.6671%2023.0189%2027.5785%2024.6783%2028.9301%2026.704C27.7539%2024.1048%2025.508%2022.0744%2022.5586%2021.1727C17.1514%2019.5196%2011.3748%2022.591%209.72165%2027.9982C8.81993%2030.9476%209.32924%2033.97%2010.7444%2036.3735C9.82081%2034.1203%209.51395%2031.6077%2010.2904%2029.0679Z'%20fill='%23ADCBE7'/%3e%3cpath%20opacity='0.406087'%20d='M36.4864%2056.8021L36.1373%2056.2691C36.3845%2056.8563%2036.428%2057.5516%2036.2372%2058.1754C35.9273%2059.189%2034.5593%2059.1971%2034.0713%2058.2806L28.3787%2047.5877C28.0534%2046.9767%2027.3508%2046.7619%2026.7395%2047.0866L25.7206%2047.6277L31.4395%2059.3516C31.7648%2059.9627%2032.27%2060.5434%2032.8706%2060.8123C33.7054%2061.1528%2034.6593%2061.1034%2035.3726%2060.7247C36.0858%2060.3459%2036.6602%2059.5837%2036.8444%2058.7021C37.0351%2058.0783%2036.8117%2057.4132%2036.4864%2056.8021Z'%20fill='white'/%3e%3cpath%20d='M29.8826%2048.4977C29.8006%2048.4726%2029.6368%2048.4225%2029.5799%2048.3155L28.1579%2045.6411C28.0442%2045.4272%2028.1193%2045.1814%2028.3332%2045.0677C28.5472%2044.9539%2028.7929%2045.0291%2028.9067%2045.243L30.3287%2047.9174C30.4424%2048.1313%2030.3673%2048.3771%2030.1534%2048.4908C30.1284%2048.5728%2029.9645%2048.5227%2029.8826%2048.4977Z'%20fill='%23FFF5EB'/%3e%3cellipse%20cx='29.2637'%20cy='54.631'%20rx='1.50593'%20ry='3.17918'%20transform='rotate(-23%2029.2637%2054.631)'%20fill='%23FFC478'/%3e%3cellipse%20cx='34.0592'%20cy='52.4078'%20rx='0.920288'%20ry='1.67325'%20transform='rotate(106%2034.0592%2052.4078)'%20fill='%23FFC478'/%3e%3cpath%20d='M89.1282%2019.2055L68.2257%2026.8725L45.9197%2028.3898L44.4929%2016.4082C44.3371%2013.798%2047.5283%2011.4502%2050.9859%2011.6309L65.1429%2012.369L67.3969%2012.4869C68.5309%2012.5463%2069.7066%2012.3289%2070.7522%2011.8627L78.6899%208.34726C81.725%206.99992%2085.3012%207.87475%2086.2125%2010.1876L89.1282%2019.2055Z'%20fill='url(%23paint8_linear_8481_102191)'/%3e%3cpath%20opacity='0.479771'%20d='M88.6262%2019.0953L68.3101%2026.5288L65.3314%2012.5149L67.5211%2012.6263C68.6228%2012.6824%2069.7652%2012.471%2070.7816%2012.0192L78.4972%208.61266C81.4474%207.30707%2084.9208%208.14856%2085.8036%2010.3829L88.6262%2019.0953Z'%20fill='%23ADCBE7'/%3e%3cpath%20d='M91.6332%2026.6212L46.9517%2036.1186L46.0387%2028.4438L89.2535%2019.2582L91.6332%2026.6212Z'%20fill='%23717DAD'/%3e%3cpath%20d='M102.961%2024.2033C103.125%2024.9722%20102.371%2025.7829%20101.278%2026.015L37.9675%2039.4722C36.8754%2039.7043%2035.8568%2039.2704%2035.6933%2038.5015C35.5301%2037.7336%2036.284%2036.922%2037.3761%2036.6898L100.687%2023.2327C101.779%2023.0005%20102.798%2023.4354%20102.961%2024.2033Z'%20fill='%239ED1FF'/%3e%3cpath%20d='M102.703%2024.1718C102.838%2024.805%20102.067%2025.5045%20100.983%2025.7349L69.5583%2032.4144L69.0712%2030.123L100.496%2023.4436C101.58%2023.2131%20102.569%2023.5394%20102.703%2024.1718Z'%20fill='%2378AFE1'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_8481_102191'%20x1='32.2665'%20y1='59.6553'%20x2='59.0518'%20y2='60.5906'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23FFFDE0'/%3e%3cstop%20offset='1'%20stop-color='%23FFB362'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_8481_102191'%20x1='67.3434'%20y1='85.966'%20x2='103.216'%20y2='78.3411'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23FFFABC'/%3e%3cstop%20offset='1'%20stop-color='%23FFA650'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_8481_102191'%20x1='51.4347'%20y1='74.8197'%20x2='91.1539'%20y2='74.8197'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23A3C1FF'/%3e%3cstop%20offset='1'%20stop-color='%234243FF'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint3_linear_8481_102191'%20x1='55.1887'%20y1='89.2031'%20x2='94.9078'%20y2='89.2031'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23A3C1FF'/%3e%3cstop%20offset='1'%20stop-color='%234243FF'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint4_linear_8481_102191'%20x1='94.5023'%20y1='53.1799'%20x2='106.762'%20y2='58.7056'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23FF9498'/%3e%3cstop%20offset='1'%20stop-color='%23FFD671'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint5_linear_8481_102191'%20x1='74.9906'%20y1='66.9871'%20x2='94.9778'%20y2='46.9999'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23FFFDE0'/%3e%3cstop%20offset='1'%20stop-color='%23FFB362'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint6_linear_8481_102191'%20x1='50.5805'%20y1='44.0581'%20x2='59.9372'%20y2='44.0581'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='%23E3EEF3'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint7_linear_8481_102191'%20x1='88.4187'%20y1='43.3906'%20x2='99.3981'%20y2='25.1833'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23FF9498'/%3e%3cstop%20offset='1'%20stop-color='%23FFD671'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint8_linear_8481_102191'%20x1='56.4985'%20y1='29.5482'%20x2='100.532'%20y2='20.1885'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23ECF7FF'/%3e%3cstop%20offset='1'%20stop-color='%23C2E0FF'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e",H5=()=>E.jsxs(x.Box,{justifyItems:"center",marginTop:"40px",children:[E.jsx("img",{src:V5,width:124,height:107}),E.jsx(x.Typography,{variant:"body2",color:x.theme.palette.gray.gray3,children:Ax})]}),W5=({searchResults:e,selectedObject:t,onReset:n,fetchCards:r})=>{const o=Lt(),{sendTrackingEvent:s,currentSmIds:i}=S.useContext(Ge),[a,c]=S.useState(null),l=Gr(xx,{count:e.length.toString(),countSuffix:e.length>1?"s":"",searchObject:t.objectName,connectorName:t.connectorName}),u=(C,h)=>{s(b2,{search_keyword:t.label,search_result_label:h,sm_ids:i,connector_name:t.connectorName}),c({externalResourceId:C,formId:t.value.toString(),searchKeyword:t.label,searchResultLabel:h})},m=()=>{c(null),o(Gb())},y=()=>{n(),r(),m()};return e.length?a?E.jsx(G5,{meta:a,onBack:m,onLink:y}):E.jsxs(x.Stack,{gap:"14px",marginTop:"12px",children:[E.jsx(x.Typography,{variant:"body2",children:l}),E.jsx(x.Stack,{gap:"17px",children:e==null?void 0:e.map(({externalResourceId:C,name:h,description:p})=>E.jsxs(n0,{onClick:()=>u(C,h),direction:"row",children:[E.jsxs(x.Stack,{flexGrow:1,children:[E.jsx(x.Typography,{variant:"body2",color:x.theme.palette.gray.gray1,children:h}),E.jsx(x.Typography,{variant:"caption",color:x.theme.palette.gray.gray3,children:p})]}),E.jsx(x.Box,{alignSelf:"center",className:"search-item__chevron",width:"20px",height:"20px",children:E.jsx("img",{src:k5})})]},C))})]}):E.jsx(H5,{})},wa=x.styled(x.Skeleton)`
|
|
905
933
|
display: block;
|
|
906
934
|
margin: ${e=>e.margin?e.margin:0};
|
|
907
|
-
`,
|
|
935
|
+
`,Z5=()=>E.jsxs(x.Stack,{marginTop:"12px",children:[E.jsx(wa,{variant:"rounded",width:"50%",height:"16px",animation:"wave",margin:"0 0 18px 0"}),E.jsx(x.Stack,{gap:"17px",children:E.jsxs(n0,{gap:"8px",disableHover:!0,children:[E.jsx(wa,{variant:"rounded",width:"30%",height:"16px",animation:"wave"}),E.jsx(wa,{variant:"rounded",width:"70%",height:"16px",animation:"wave"})]})})]}),X5=async({id:e,searchString:t,args:n})=>{try{if(e===void 0||t===void 0)return[];const r=await it({url:O5.replace(":formId",e.toString()),method:mt.POST,data:{search_string:t,args:n}});let o=null;return r!=null&&r.data&&"data"in r.data&&(o=r.data.data),o}catch(r){Ne({message:Di,type:vt}),console.error(r)}},z5=(e,t)=>Kf({mutationFn:X5,onMutate:({searchString:n,connectorName:r})=>{e(n,r)},onSuccess:(n,{searchString:r,connectorName:o})=>{t(r,n,o)}}),Y5=e=>B.createElement("svg",{width:14,height:14,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},B.createElement("path",{d:"M12.3333 0.333008H1.66659C0.933252 0.333008 0.339919 0.933008 0.339919 1.66634L0.333252 13.6663L2.99992 10.9997H12.3333C13.0666 10.9997 13.6666 10.3997 13.6666 9.66634V1.66634C13.6666 0.933008 13.0666 0.333008 12.3333 0.333008ZM12.3333 9.66634H2.44659L2.05325 10.0597L1.66659 10.4463V1.66634H12.3333V9.66634ZM6.33325 6.99967H7.66659V8.33301H6.33325V6.99967ZM6.33325 2.99967H7.66659V5.66634H6.33325V2.99967Z",fill:"#6F7C90"})),J5=({isAdmin:e=!1})=>{const{email:t,currentSmIds:n,sendTrackingEvent:r,availableFeatures:o,conversationId:s}=S.useContext(Ge),i=Lt(),{userGroupId:a,userId:c}=_n()||{},l=S.useRef(!1),u=S.useRef(null),[m,y]=S.useState(!1),[C,h]=S.useState(!1),[p,d]=S.useState(!1),[f,b]=S.useState(),[g,I]=S.useState(!1),[v,w]=S.useState(null),[A,T]=S.useState(t),_=me(Cy),D=me(Iy),F=me(xy),k=me(wy),N=me(Ey),j=me(Nu),X=me(My),Z=me(ku),z=me(Pu),W=me(Mu),q=me(ox),ie=$e(o,ug),ce=$e(o,Qc),Y=$e(o,mg),re=$e(o,yg),fe=$e(o,vg),M=Ng(F),U=kg(c,a,n,M),{data:te}=e0({senderEmail:t,conversationId:String(s),enabled:re&&!!t}),{emailHeaders:ae}=te??{},ne=(De,Qe)=>{r(h2,{search_keyword:De,sm_ids:n,connector_name:Qe,suggestion_type:q})},pe=(De,Qe,In)=>{!Array.isArray(Qe)||!Qe.length?r(g2,{search_keyword:De,sm_ids:n,connector_name:In,suggestion_type:q}):Qe.length&&r(m2,{num_of_results:Qe.length,search_keyword:De,sm_ids:n,connector_name:In,suggestion_type:q})},{mutate:Be,reset:G,data:ze,isPending:tt,isIdle:Ye}=z5(ne,pe),wt=S.useCallback(()=>{G(),w(null)},[G,w]),Nt=S.useCallback(()=>{t&&n.length&&s&&i(Ko({inboxIds:n,conversationId:s}))},[i,t,n,s]),kt=S.useCallback((De,Qe)=>{De&&s&&Qe&&i($o({id:De,channelType:"email",conversationId:s,externalResourceId:Qe,contactEmail:t})).unwrap().catch(()=>{i(rr(null))})},[i,s,t]);if(S.useEffect(()=>{T(t)},[t]),S.useEffect(()=>{var De;if(z){y(!0);const{externalResourceId:Qe}=z,In=(De=z.forms.find(Ta=>Ta.type==="edit"))==null?void 0:De.id;kt(In,Qe)}else y(!1),i(gy())},[z,kt,i]),S.useEffect(()=>(Nt(),()=>{i(Fu.clearConnectorList())}),[i,Nt]),S.useEffect(()=>(_&&_.length&&!l.current&&(r(Vg,{numOfCards:_.length,sm_ids:n}),l.current=!0),()=>{(!_||!n||l.current)&&(l.current=!1)}),[_,r,n]),S.useEffect(()=>{s&&n&&n.length&&i(Yo({inboxIds:n,conversationId:s,channelType:"email"}))},[i,n,s]),!t.length||N===J.LOADING)return E.jsx(XE,{});const It=De=>{r(zg,{connector_name:X,source:De,sm_ids:n})},We=De=>{h(!0),It(De)},so=()=>{d(!0),r(Yg)},Jt=De=>{r(De,f),W?I(!0):h(!1)},Ss=De=>{if(z){const{connectorName:Qe,title:In}=z;r(De,{connector_name:Qe,card_title:In,sm_ids:n,ug_id:a})}W?I(!0):i(rr(null))},Aa=()=>{h(!1),i(rr(null)),b(void 0),I(!1)},io=()=>{Nt(),i(Fu.clearConnectorList())},_s=()=>{r(u2,{sm_ids:n,ug_id:a,connector_names:M})},Xn=[{label:"Go back",variant:"text",action:Aa},{label:"Stay",variant:"contained",action:()=>I(!1)}],ao=j.length>0,Tr=Z.length>0,Os=()=>ao||Tr?E.jsx(gx,{haveCreateObjects:ao,haveLinkObjects:Tr,onCreateClick:()=>We(cl.MAIN_BUTTON),onLinkClick:()=>d(!0)}):E.jsx(hf,{isAdmin:e,hideHeading:!0});return E.jsxs(bl,{ref:u,"data-testid":Array.isArray(_)?"connector-agent":"loading",id:"connector-agent-container",stopOverflow:C||p,children:[E.jsx(Sf,{shown:g,setShown:I,title:ay,description:cy,buttons:Xn}),E.jsx(k2,{children:D?E.jsxs(E.Fragment,{children:[E.jsx(h1,{isWriteFlowEnabled:ce,haveCreateObjects:ao,haveLinkObjects:Tr,cards:_,handleCreateNewObject:()=>We(cl.ICON),handleLinkNewObject:so}),Y?E.jsx(N5,{selectedObject:v,setSelectedObject:w,fetchSearchResults:Be,onReset:wt,root:u.current}):null,E.jsxs(ki,{children:[E.jsx(or,{condition:Y&&tt,children:E.jsx(Z5,{})},"search"),E.jsx(or,{condition:Y&&!!v&&!Ye,children:E.jsx(W5,{searchResults:ze??[],selectedObject:v,onReset:wt,fetchCards:Nt})},"results"),E.jsxs(or,{fallback:!0,children:[re&&(_!=null&&_.length)?E.jsx(KE,{emailHeaders:ae,selectedEmail:A,root:u.current,setSelectedEmail:T}):null,ie?E.jsx(zE,{}):null,E.jsxs(ki,{children:[E.jsxs(or,{condition:!!_&&_.length>0,children:[E.jsx(ev,{cards:_,specificCardData:F,email:A??"",specificConnectorApiStatus:k,onCardUnlinking:Nt}),fe?E.jsx(u1,{children:E.jsxs(x.Button,{size:"small",variant:"text",href:U,target:"_blank",onClick:_s,children:[E.jsx(Y5,{}),lg]})}):null]},"cards-list"),E.jsx(or,{condition:!(_!=null&&_.length)&&ce,children:Os()},"create-banner")]})]},"cards")]})]}):E.jsx(hf,{isAdmin:e})}),E.jsx(ua,{onClose:()=>Ss(i2),isOpen:m,setIsOpen:y,title:Sg,portalId:"connector-layover-portal",backButtonTooltip:"Back",children:E.jsx(_f,{isEdit:!0,onClose:()=>Ss(s2),onCreateSuccess:io,metaData:f,setMetaData:b})}),E.jsx(ua,{onClose:()=>Jt(Kg),portalId:"connector-layover-portal",isOpen:C,setIsOpen:h,children:E.jsx(_f,{onClose:()=>Jt($g),onCreateSuccess:io,metaData:f,setMetaData:b})}),E.jsx(ua,{onClose:()=>d(!1),portalId:"connector-layover-portal",isOpen:p,setIsOpen:d,children:E.jsx(lx,{setOpenTaskLinking:d,onLinkingSuccess:Nt})}),!D&&E.jsx(L2,{})]})},U5=({children:e,sendTrackingEvent:t,contactEmail:n,baseUrls:r={},currentSmIds:o=[],metaData:s,availableFeatures:i,conversationId:a,connectorFunctions:c,isAdmin:l=!1})=>{const u=S.useMemo(()=>({email:n,baseUrls:r,currentSmIds:o,metaData:s,conversationId:a,sendTrackingEvent:t||(()=>{}),availableFeatures:i,isAdmin:l,connectorFunctions:c}),[n,r,t,o,s,i,a,l,c]);return E.jsx(Ge.Provider,{value:u,children:e})},Q5=new l5,q5=({children:e})=>E.jsx(h5,{client:Q5,children:e}),$5=Nl({cardList:Ny,write:my,common:Hb}),K5=km({reducer:$5,devTools:!0}),e4=({children:e,extraParams:t,contactEmail:n,baseUrls:r,availableFeatures:o,connectorFunctions:s})=>E.jsx(R1,{store:K5,children:E.jsx(x.HiverProvider,{custom:!0,children:E.jsx(q5,{children:E.jsx(U5,{availableFeatures:o,sendTrackingEvent:t==null?void 0:t.sendTrackingEvent,contactEmail:n,currentSmIds:t==null?void 0:t.currentSmIds,metaData:t==null?void 0:t.metaData,conversationId:t==null?void 0:t.conversationId,baseUrls:r,connectorFunctions:s,isAdmin:t==null?void 0:t.isAdmin,children:E.jsx(S.Suspense,{fallback:E.jsx(E.Fragment,{}),children:e})})})})}),t4=x.styled(x.Box)`
|
|
908
936
|
height: inherit;
|
|
909
937
|
.MuiScopedCssBaseline-root {
|
|
910
938
|
height: inherit;
|
|
@@ -1012,7 +1040,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
1012
1040
|
[hidden] {
|
|
1013
1041
|
display: none;
|
|
1014
1042
|
}
|
|
1015
|
-
|
|
1043
|
+
`,n4=x.styled(x.Box)`
|
|
1016
1044
|
:root {
|
|
1017
1045
|
--toastify-color-light: #fff;
|
|
1018
1046
|
--toastify-color-dark: #121212;
|
|
@@ -1743,7 +1771,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
1743
1771
|
transform: rotate(360deg);
|
|
1744
1772
|
}
|
|
1745
1773
|
}
|
|
1746
|
-
`,
|
|
1774
|
+
`,r4=x.styled(n4)`
|
|
1747
1775
|
.Toastify__toast-container {
|
|
1748
1776
|
min-width: 320px !important;
|
|
1749
1777
|
font-size: 16px;
|
|
@@ -1792,4 +1820,4 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
1792
1820
|
align-self: auto !important;
|
|
1793
1821
|
margin-left: 12px;
|
|
1794
1822
|
}
|
|
1795
|
-
`,
|
|
1823
|
+
`,o4=({contactEmail:e="",baseUrls:t={},extraParams:n={},availableFeatures:r={},connectorFunctions:o})=>E.jsx(t4,{children:E.jsxs(e4,{availableFeatures:r,extraParams:n,contactEmail:e,connectorFunctions:o,baseUrls:t,children:[E.jsx(J5,{isAdmin:n==null?void 0:n.isAdmin}),Oe.createPortal(E.jsx(r4,{id:"toast-message",children:E.jsx(k0,{position:"bottom-left",autoClose:5e3,hideProgressBar:!0,newestOnTop:!1,closeOnClick:!0,rtl:!1,draggable:!0,pauseOnHover:!0})}),document.body),E.jsx("div",{"data-connectorid":"connector-layover-portal"})]})});de.ConnectorCardList=o4,de.getConnectorsBifrostConfigs=_n,de.getMetaData=jx,de.initConnectorsBifrost=ag,Object.defineProperty(de,Symbol.toStringTag,{value:"Module"})});
|