@hiver/connector-agent 4.2.2 → 4.3.0
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/api/conversationMeta.d.ts +1 -0
- package/api/conversationMeta.d.ts.map +1 -1
- package/app/connector-cards.d.ts.map +1 -1
- package/constants/endpoints.d.ts +1 -0
- package/constants/endpoints.d.ts.map +1 -1
- package/features/connector-cards/api/selectedMailApi.d.ts +6 -0
- package/features/connector-cards/api/selectedMailApi.d.ts.map +1 -0
- package/features/connector-cards/components/card-list/email-selection.d.ts +3 -2
- package/features/connector-cards/components/card-list/email-selection.d.ts.map +1 -1
- package/features/connector-cards/constants/card-content.d.ts +1 -1
- package/features/connector-cards/constants/card-content.d.ts.map +1 -1
- package/index.es.js +3509 -3496
- package/index.umd.js +168 -168
- package/package.json +1 -1
- package/testing/mocks/handlers/common.d.ts.map +1 -1
package/index.umd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(ue,_){typeof exports=="object"&&typeof module<"u"?_(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"],_):(ue=typeof globalThis<"u"?globalThis:ue||self,_(ue["@hiver/connector-agent"]={},ue.React,ue.ReactDOM,ue.hiverUiKit))})(this,function(ue,_,ke,v){"use strict";var
|
|
1
|
+
(function(ue,_){typeof exports=="object"&&typeof module<"u"?_(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"],_):(ue=typeof globalThis<"u"?globalThis:ue||self,_(ue["@hiver/connector-agent"]={},ue.React,ue.ReactDOM,ue.hiverUiKit))})(this,function(ue,_,ke,v){"use strict";var aA=Object.defineProperty;var Hp=ue=>{throw TypeError(ue)};var cA=(ue,_,ke)=>_ in ue?aA(ue,_,{enumerable:!0,configurable:!0,writable:!0,value:ke}):ue[_]=ke;var Fc=(ue,_,ke)=>cA(ue,typeof _!="symbol"?_+"":_,ke),Dc=(ue,_,ke)=>_.has(ue)||Hp("Cannot "+ke);var L=(ue,_,ke)=>(Dc(ue,_,"read from private field"),ke?ke.call(ue):_.get(ue)),se=(ue,_,ke)=>_.has(ue)?Hp("Cannot add the same private member more than once"):_ instanceof WeakSet?_.add(ue):_.set(ue,ke),$=(ue,_,ke,v)=>(Dc(ue,_,"write to private field"),v?v.call(ue,ke):_.set(ue,ke),ke),he=(ue,_,ke)=>(Dc(ue,_,"access private method"),ke);var yi=(ue,_,ke,v)=>({set _(Ci){$(ue,_,Ci,ke)},get _(){return L(ue,_,v)}});var $n,xn,kr,Fp,Nr,En,Pr,Dp,qn,Rp,Mr,Br,Ft,Un,rt,To,Kn,Wt,pn,kp,Ut,Np,Kt,at,er,en,Rn,Pp,cn,Zt,Oo,Mp,je,wn,An,jr,Vr,Sn,Gr,Hr,Bp,mt,me,Lo,ct,tr,Wr,_n,tn,Fo,Zr,Xr,nr,rr,Tn,zr,Se,Bo,Rc,kc,Nc,Pc,Mc,Bc,jc,Wp,jp,On,Ln,bt,ln,un,vi,Vc,Vp;function Ci(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 k=Ci(_);var fe=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Ii={exports:{}},Qr={};/**
|
|
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
|
|
9
|
+
*/var Gc;function Zp(){if(Gc)return Qr;Gc=1;var e=_,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(c,l,a){var u,h={},g=null,x=null;a!==void 0&&(g=""+a),l.key!==void 0&&(g=""+l.key),l.ref!==void 0&&(x=l.ref);for(u in l)r.call(l,u)&&!s.hasOwnProperty(u)&&(h[u]=l[u]);if(c&&c.defaultProps)for(u in l=c.defaultProps,l)h[u]===void 0&&(h[u]=l[u]);return{$$typeof:t,type:c,key:g,ref:x,props:h,_owner:o.current}}return Qr.Fragment=n,Qr.jsx=i,Qr.jsxs=i,Qr}var $r={};/**
|
|
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
|
|
18
|
-
`+ee+O}}var P=!1,te;{var ye=typeof WeakMap=="function"?WeakMap:Map;te=new ye}function H(O,V){if(!O||P)return"";{var Q=te.get(O);if(Q!==void 0)return Q}var de;P=!0;var Oe=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var Fe;Fe=q.current,q.current=null,j();try{if(V){var ve=function(){throw Error()};if(Object.defineProperty(ve.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(ve,[])}catch(
|
|
17
|
+
*/var Hc;function Xp(){return Hc||(Hc=1,process.env.NODE_ENV!=="production"&&function(){var e=_,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"),c=Symbol.for("react.context"),l=Symbol.for("react.forward_ref"),a=Symbol.for("react.suspense"),u=Symbol.for("react.suspense_list"),h=Symbol.for("react.memo"),g=Symbol.for("react.lazy"),x=Symbol.for("react.offscreen"),b=Symbol.iterator,d="@@iterator";function f(O){if(O===null||typeof O!="object")return null;var V=b&&O[b]||O[d];return typeof V=="function"?V:null}var p=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function y(O){{for(var V=arguments.length,Q=new Array(V>1?V-1:0),de=1;de<V;de++)Q[de-1]=arguments[de];m("error",O,Q)}}function m(O,V,Q){{var de=p.ReactDebugCurrentFrame,Oe=de.getStackAddendum();Oe!==""&&(V+="%s",Q=Q.concat([Oe]));var Fe=Q.map(function(ve){return String(ve)});Fe.unshift("Warning: "+V),Function.prototype.apply.call(console[O],console,Fe)}}var E=!1,I=!1,w=!1,A=!1,S=!1,T;T=Symbol.for("react.module.reference");function R(O){return!!(typeof O=="string"||typeof O=="function"||O===r||O===s||S||O===o||O===a||O===u||A||O===x||E||I||w||typeof O=="object"&&O!==null&&(O.$$typeof===g||O.$$typeof===h||O.$$typeof===i||O.$$typeof===c||O.$$typeof===l||O.$$typeof===T||O.getModuleId!==void 0))}function F(O,V,Q){var de=O.displayName;if(de)return de;var Oe=V.displayName||V.name||"";return Oe!==""?Q+"("+Oe+")":Q}function D(O){return O.displayName||"Context"}function B(O){if(O==null)return null;if(typeof O.tag=="number"&&y("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 a:return"Suspense";case u:return"SuspenseList"}if(typeof O=="object")switch(O.$$typeof){case c:var V=O;return D(V)+".Consumer";case i:var Q=O;return D(Q._context)+".Provider";case l:return F(O,O.render,"ForwardRef");case h:var de=O.displayName||null;return de!==null?de:B(O.type)||"Memo";case g:{var Oe=O,Fe=Oe._payload,ve=Oe._init;try{return B(ve(Fe))}catch{return null}}}return null}var W=Object.assign,X=0,Y,K,J,z,ae,le,M;function G(){}G.__reactDisabledLog=!0;function j(){{if(X===0){Y=console.log,K=console.info,J=console.warn,z=console.error,ae=console.group,le=console.groupCollapsed,M=console.groupEnd;var O={configurable:!0,enumerable:!0,value:G,writable:!0};Object.defineProperties(console,{info:O,log:O,warn:O,error:O,group:O,groupCollapsed:O,groupEnd:O})}X++}}function Z(){{if(X--,X===0){var O={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:W({},O,{value:Y}),info:W({},O,{value:K}),warn:W({},O,{value:J}),error:W({},O,{value:z}),group:W({},O,{value:ae}),groupCollapsed:W({},O,{value:le}),groupEnd:W({},O,{value:M})})}X<0&&y("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var q=p.ReactCurrentDispatcher,ee;function re(O,V,Q){{if(ee===void 0)try{throw Error()}catch(Oe){var de=Oe.stack.trim().match(/\n( *(at )?)/);ee=de&&de[1]||""}return`
|
|
18
|
+
`+ee+O}}var P=!1,te;{var ye=typeof WeakMap=="function"?WeakMap:Map;te=new ye}function H(O,V){if(!O||P)return"";{var Q=te.get(O);if(Q!==void 0)return Q}var de;P=!0;var Oe=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var Fe;Fe=q.current,q.current=null,j();try{if(V){var ve=function(){throw Error()};if(Object.defineProperty(ve.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(ve,[])}catch(It){de=It}Reflect.construct(O,[],ve)}else{try{ve.call()}catch(It){de=It}O.call(ve.prototype)}}else{try{throw Error()}catch(It){de=It}O()}}catch(It){if(It&&de&&typeof It.stack=="string"){for(var ge=It.stack.split(`
|
|
19
19
|
`),lt=de.stack.split(`
|
|
20
|
-
`),
|
|
21
|
-
`+ge[
|
|
20
|
+
`),Ge=ge.length-1,Xe=lt.length-1;Ge>=1&&Xe>=0&&ge[Ge]!==lt[Xe];)Xe--;for(;Ge>=1&&Xe>=0;Ge--,Xe--)if(ge[Ge]!==lt[Xe]){if(Ge!==1||Xe!==1)do if(Ge--,Xe--,Xe<0||ge[Ge]!==lt[Xe]){var kt=`
|
|
21
|
+
`+ge[Ge].replace(" at new "," at ");return O.displayName&&kt.includes("<anonymous>")&&(kt=kt.replace("<anonymous>",O.displayName)),typeof O=="function"&&te.set(O,kt),kt}while(Ge>=1&&Xe>=0);break}}}finally{P=!1,q.current=Fe,Z(),Error.prepareStackTrace=Oe}var Jr=O?O.displayName||O.name:"",lr=Jr?re(Jr):"";return typeof O=="function"&&te.set(O,lr),lr}function Ne(O,V,Q){return H(O,!1)}function Re(O){var V=O.prototype;return!!(V&&V.isReactComponent)}function Ye(O,V,Q){if(O==null)return"";if(typeof O=="function")return H(O,Re(O));if(typeof O=="string")return re(O);switch(O){case a:return re("Suspense");case u:return re("SuspenseList")}if(typeof O=="object")switch(O.$$typeof){case l:return Ne(O.render);case h:return Ye(O.type,V,Q);case g:{var de=O,Oe=de._payload,Fe=de._init;try{return Ye(Fe(Oe),V,Q)}catch{}}}return""}var Je=Object.prototype.hasOwnProperty,dn={},yt=p.ReactDebugCurrentFrame;function ot(O){if(O){var V=O._owner,Q=Ye(O.type,O._source,V?V.type:null);yt.setExtraStackFrame(Q)}else yt.setExtraStackFrame(null)}function Ze(O,V,Q,de,Oe){{var Fe=Function.call.bind(Je);for(var ve in O)if(Fe(O,ve)){var ge=void 0;try{if(typeof O[ve]!="function"){var lt=Error((de||"React class")+": "+Q+" type `"+ve+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof O[ve]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw lt.name="Invariant Violation",lt}ge=O[ve](V,ve,de,Q,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(Ge){ge=Ge}ge&&!(ge instanceof Error)&&(ot(Oe),y("%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).",de||"React class",Q,ve,typeof ge),ot(null)),ge instanceof Error&&!(ge.message in dn)&&(dn[ge.message]=!0,ot(Oe),y("Failed %s type: %s",Q,ge.message),ot(null))}}}var Fn=Array.isArray;function Dt(O){return Fn(O)}function Yr(O){{var V=typeof Symbol=="function"&&Symbol.toStringTag,Q=V&&O[Symbol.toStringTag]||O.constructor.name||"Object";return Q}}function Do(O){try{return or(O),!1}catch{return!0}}function or(O){return""+O}function sr(O){if(Do(O))return y("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",Yr(O)),or(O)}var ce=p.ReactCurrentOwner,_e={key:!0,ref:!0,__self:!0,__source:!0},et,vt,Ct;Ct={};function Rt(O){if(Je.call(O,"ref")){var V=Object.getOwnPropertyDescriptor(O,"ref").get;if(V&&V.isReactWarning)return!1}return O.ref!==void 0}function fn(O){if(Je.call(O,"key")){var V=Object.getOwnPropertyDescriptor(O,"key").get;if(V&&V.isReactWarning)return!1}return O.key!==void 0}function Ro(O,V){if(typeof O.ref=="string"&&ce.current&&V&&ce.current.stateNode!==V){var Q=B(ce.current.type);Ct[Q]||(y('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',B(ce.current.type),O.ref),Ct[Q]=!0)}}function fi(O,V){{var Q=function(){et||(et=!0,y("%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)",V))};Q.isReactWarning=!0,Object.defineProperty(O,"key",{get:Q,configurable:!0})}}function Tc(O,V){{var Q=function(){vt||(vt=!0,y("%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)",V))};Q.isReactWarning=!0,Object.defineProperty(O,"ref",{get:Q,configurable:!0})}}var pi=function(O,V,Q,de,Oe,Fe,ve){var ge={$$typeof:t,type:O,key:V,ref:Q,props:ve,_owner:Fe};return ge._store={},Object.defineProperty(ge._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(ge,"_self",{configurable:!1,enumerable:!1,writable:!1,value:de}),Object.defineProperty(ge,"_source",{configurable:!1,enumerable:!1,writable:!1,value:Oe}),Object.freeze&&(Object.freeze(ge.props),Object.freeze(ge)),ge};function hi(O,V,Q,de,Oe){{var Fe,ve={},ge=null,lt=null;Q!==void 0&&(sr(Q),ge=""+Q),fn(V)&&(sr(V.key),ge=""+V.key),Rt(V)&&(lt=V.ref,Ro(V,Oe));for(Fe in V)Je.call(V,Fe)&&!_e.hasOwnProperty(Fe)&&(ve[Fe]=V[Fe]);if(O&&O.defaultProps){var Ge=O.defaultProps;for(Fe in Ge)ve[Fe]===void 0&&(ve[Fe]=Ge[Fe])}if(ge||lt){var Xe=typeof O=="function"?O.displayName||O.name||"Unknown":O;ge&&fi(ve,Xe),lt&&Tc(ve,Xe)}return pi(O,ge,lt,Oe,de,ce.current,ve)}}var ko=p.ReactCurrentOwner,No=p.ReactDebugCurrentFrame;function Dn(O){if(O){var V=O._owner,Q=Ye(O.type,O._source,V?V.type:null);No.setExtraStackFrame(Q)}else No.setExtraStackFrame(null)}var ir;ir=!1;function ar(O){return typeof O=="object"&&O!==null&&O.$$typeof===t}function gi(){{if(ko.current){var O=B(ko.current.type);if(O)return`
|
|
22
22
|
|
|
23
|
-
Check the render method of \``+O+"`."}return""}}function
|
|
23
|
+
Check the render method of \``+O+"`."}return""}}function mi(O){return""}var Te={};function Qe(O){{var V=gi();if(!V){var Q=typeof O=="string"?O:O.displayName||O.name;Q&&(V=`
|
|
24
24
|
|
|
25
|
-
Check the top-level render call using <`+Q+">.")}return V}}function
|
|
25
|
+
Check the top-level render call using <`+Q+">.")}return V}}function Ot(O,V){{if(!O._store||O._store.validated||O.key!=null)return;O._store.validated=!0;var Q=Qe(V);if(Te[Q])return;Te[Q]=!0;var de="";O&&O._owner&&O._owner!==ko.current&&(de=" It was passed a child from "+B(O._owner.type)+"."),Dn(O),y('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',Q,de),Dn(null)}}function cr(O,V){{if(typeof O!="object")return;if(Dt(O))for(var Q=0;Q<O.length;Q++){var de=O[Q];ar(de)&&Ot(de,V)}else if(ar(O))O._store&&(O._store.validated=!0);else if(O){var Oe=f(O);if(typeof Oe=="function"&&Oe!==O.entries)for(var Fe=Oe.call(O),ve;!(ve=Fe.next()).done;)ar(ve.value)&&Ot(ve.value,V)}}}function bi(O){{var V=O.type;if(V==null||typeof V=="string")return;var Q;if(typeof V=="function")Q=V.propTypes;else if(typeof V=="object"&&(V.$$typeof===l||V.$$typeof===h))Q=V.propTypes;else return;if(Q){var de=B(V);Ze(Q,O.props,"prop",de,O)}else if(V.PropTypes!==void 0&&!ir){ir=!0;var Oe=B(V);y("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",Oe||"Unknown")}typeof V.getDefaultProps=="function"&&!V.getDefaultProps.isReactClassApproved&&y("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function Oc(O){{for(var V=Object.keys(O.props),Q=0;Q<V.length;Q++){var de=V[Q];if(de!=="children"&&de!=="key"){Dn(O),y("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",de),Dn(null);break}}O.ref!==null&&(Dn(O),y("Invalid attribute `ref` supplied to `React.Fragment`."),Dn(null))}}var Po={};function Gp(O,V,Q,de,Oe,Fe){{var ve=R(O);if(!ve){var ge="";(O===void 0||typeof O=="object"&&O!==null&&Object.keys(O).length===0)&&(ge+=" 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 lt=mi();lt?ge+=lt:ge+=gi();var Ge;O===null?Ge="null":Dt(O)?Ge="array":O!==void 0&&O.$$typeof===t?(Ge="<"+(B(O.type)||"Unknown")+" />",ge=" Did you accidentally export a JSX literal instead of a component?"):Ge=typeof O,y("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",Ge,ge)}var Xe=hi(O,V,Q,Oe,Fe);if(Xe==null)return Xe;if(ve){var kt=V.children;if(kt!==void 0)if(de)if(Dt(kt)){for(var Jr=0;Jr<kt.length;Jr++)cr(kt[Jr],O);Object.freeze&&Object.freeze(kt)}else y("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 cr(kt,O)}if(Je.call(V,"key")){var lr=B(O),It=Object.keys(V).filter(function(iA){return iA!=="key"}),Lc=It.length>0?"{key: someKey, "+It.join(": ..., ")+": ...}":"{key: someKey}";if(!Po[lr+Lc]){var sA=It.length>0?"{"+It.join(": ..., ")+": ...}":"{}";y(`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} />`,Tc,ir,rA,ir),jp[ir+Tc]=!0}}return O===r?U9(Xe):mi(Xe),Xe}}function K9(O,V,Q){return Vp(O,V,Q,!0)}function eA(O,V,Q){return Vp(O,V,Q,!1)}var tA=eA,nA=K9;Jr.Fragment=r,Jr.jsx=tA,Jr.jsxs=nA}()),Jr}process.env.NODE_ENV==="production"?Ci.exports=Wp():Ci.exports=Zp();var C=Ci.exports;function Gc(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=Gc(e[t]))&&(r&&(r+=" "),r+=n)}else for(n in e)e[n]&&(r&&(r+=" "),r+=n);return r}function hn(){for(var e,t,n=0,r="",o=arguments.length;n<o;n++)(e=arguments[n])&&(t=Gc(e))&&(r&&(r+=" "),r+=t);return r}const Qr=e=>typeof e=="number"&&!isNaN(e),kn=e=>typeof e=="string",It=e=>typeof e=="function",jo=e=>kn(e)||It(e)?e:null,Ii=e=>_.isValidElement(e)||kn(e)||It(e)||Qr(e);function Xp(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 Vo(e){let{enter:t,exit:n,appendPosition:r=!1,collapse:o=!0,collapseDuration:s=300}=e;return function(i){let{children:c,position:l,preventExitTransition:a,done:u,nodeRef:h,isIn:g,playToast:x}=i;const b=r?`${t}--${l}`:t,d=r?`${n}--${l}`:n,f=_.useRef(0);return _.useLayoutEffect(()=>{const p=h.current,y=b.split(" "),m=E=>{E.target===h.current&&(x(),p.removeEventListener("animationend",m),p.removeEventListener("animationcancel",m),f.current===0&&E.type!=="animationcancel"&&p.classList.remove(...y))};p.classList.add(...y),p.addEventListener("animationend",m),p.addEventListener("animationcancel",m)},[]),_.useEffect(()=>{const p=h.current,y=()=>{p.removeEventListener("animationend",y),o?Xp(p,u,s):u()};g||(a?y():(f.current=1,p.className+=` ${d}`,p.addEventListener("animationend",y)))},[g]),_.createElement(_.Fragment,null,c)}}function Hc(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 it=new Map;let $r=[];const xi=new Set,zp=e=>xi.forEach(t=>t(e)),Wc=()=>it.size>0;function Zc(e,t){var n;if(t)return!((n=it.get(t))==null||!n.isToastActive(e));let r=!1;return it.forEach(o=>{o.isToastActive(e)&&(r=!0)}),r}function Xc(e,t){Ii(e)&&(Wc()||$r.push({content:e,options:t}),it.forEach(n=>{n.buildToast(e,t)}))}function zc(e,t){it.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 Yp(e){const{subscribe:t,getSnapshot:n,setProps:r}=_.useRef(function(s){const i=s.containerId||1;return{subscribe(c){const l=function(u,h,g){let x=1,b=0,d=[],f=[],p=[],y=h;const m=new Map,E=new Set,I=()=>{p=Array.from(m.values()),E.forEach(S=>S())},w=S=>{f=S==null?[]:f.filter(T=>T!==S),I()},A=S=>{const{toastId:T,onOpen:R,updateId:F,children:D}=S.props,B=F==null;S.staleId&&m.delete(S.staleId),m.set(T,S),f=[...f,S.props.toastId].filter(W=>W!==S.staleId),I(),g(Hc(S,B?"added":"updated")),B&&It(R)&&R(_.isValidElement(D)&&D.props)};return{id:u,props:y,observe:S=>(E.add(S),()=>E.delete(S)),toggle:(S,T)=>{m.forEach(R=>{T!=null&&T!==R.props.toastId||It(R.toggle)&&R.toggle(S)})},removeToast:w,toasts:m,clearQueue:()=>{b-=d.length,d=[]},buildToast:(S,T)=>{if((M=>{let{containerId:G,toastId:j,updateId:Z}=M;const q=G?G!==u:u!==1,ee=m.has(j)&&Z==null;return q||ee})(T))return;const{toastId:R,updateId:F,data:D,staleId:B,delay:W}=T,X=()=>{w(R)},Y=F==null;Y&&b++;const K={...y,style:y.toastStyle,key:x++,...Object.fromEntries(Object.entries(T).filter(M=>{let[G,j]=M;return j!=null})),toastId:R,updateId:F,data:D,closeToast:X,isIn:!1,className:jo(T.className||y.toastClassName),bodyClassName:jo(T.bodyClassName||y.bodyClassName),progressClassName:jo(T.progressClassName||y.progressClassName),autoClose:!T.isLoading&&(J=T.autoClose,z=y.autoClose,J===!1||Qr(J)&&J>0?J:z),deleteToast(){const M=m.get(R),{onClose:G,children:j}=M.props;It(G)&&G(_.isValidElement(j)&&j.props),g(Hc(M,"removed")),m.delete(R),b--,b<0&&(b=0),d.length>0?A(d.shift()):I()}};var J,z;K.closeButton=y.closeButton,T.closeButton===!1||Ii(T.closeButton)?K.closeButton=T.closeButton:T.closeButton===!0&&(K.closeButton=!Ii(y.closeButton)||y.closeButton);let ae=S;_.isValidElement(S)&&!kn(S.type)?ae=_.cloneElement(S,{closeToast:X,toastProps:K,data:D}):It(S)&&(ae=S({closeToast:X,toastProps:K,data:D}));const le={content:ae,props:K,staleId:B};y.limit&&y.limit>0&&b>y.limit&&Y?d.push(le):Qr(W)?setTimeout(()=>{A(le)},W):A(le)},setProps(S){y=S},setToggle:(S,T)=>{m.get(S).toggle=T},isToastActive:S=>f.some(T=>T===S),getSnapshot:()=>y.newestOnTop?p.reverse():p}}(i,s,zp);it.set(i,l);const a=l.observe(c);return $r.forEach(u=>Xc(u.content,u.options)),$r=[],()=>{a(),it.delete(i)}},setProps(c){var l;(l=it.get(i))==null||l.setProps(c)},getSnapshot(){var c;return(c=it.get(i))==null?void 0:c.getSnapshot()}}}(e)).current;r(e);const o=_.useSyncExternalStore(t,n,n);return{getToastToRender:function(s){if(!o)return[];const i=new Map;return o.forEach(c=>{const{position:l}=c.props;i.has(l)||i.set(l,[]),i.get(l).push(c)}),Array.from(i,c=>s(c[0],c[1]))},isToastActive:Zc,count:o==null?void 0:o.length}}function Jp(e){const[t,n]=_.useState(!1),[r,o]=_.useState(!1),s=_.useRef(null),i=_.useRef({start:0,delta:0,removalDistance:0,canCloseOnClick:!0,canDrag:!1,didMove:!1}).current,{autoClose:c,pauseOnHover:l,closeToast:a,onClick:u,closeOnClick:h}=e;var g,x;function b(){n(!0)}function d(){n(!1)}function f(m){const E=s.current;i.canDrag&&E&&(i.didMove=!0,t&&d(),i.delta=e.draggableDirection==="x"?m.clientX-i.start:m.clientY-i.start,i.start!==m.clientX&&(i.canCloseOnClick=!1),E.style.transform=`translate3d(${e.draggableDirection==="x"?`${i.delta}px, var(--y)`:`0, calc(${i.delta}px + var(--y))`},0)`,E.style.opacity=""+(1-Math.abs(i.delta/i.removalDistance)))}function p(){document.removeEventListener("pointermove",f),document.removeEventListener("pointerup",p);const m=s.current;if(i.canDrag&&i.didMove&&m){if(i.canDrag=!1,Math.abs(i.delta)>i.removalDistance)return o(!0),e.closeToast(),void e.collapseAll();m.style.transition="transform 0.2s, opacity 0.2s",m.style.removeProperty("transform"),m.style.removeProperty("opacity")}}(x=it.get((g={id:e.toastId,containerId:e.containerId,fn:n}).containerId||1))==null||x.setToggle(g.id,g.fn),_.useEffect(()=>{if(e.pauseOnFocusLoss)return document.hasFocus()||d(),window.addEventListener("focus",b),window.addEventListener("blur",d),()=>{window.removeEventListener("focus",b),window.removeEventListener("blur",d)}},[e.pauseOnFocusLoss]);const y={onPointerDown:function(m){if(e.draggable===!0||e.draggable===m.pointerType){i.didMove=!1,document.addEventListener("pointermove",f),document.addEventListener("pointerup",p);const E=s.current;i.canCloseOnClick=!0,i.canDrag=!0,E.style.transition="none",e.draggableDirection==="x"?(i.start=m.clientX,i.removalDistance=E.offsetWidth*(e.draggablePercent/100)):(i.start=m.clientY,i.removalDistance=E.offsetHeight*(e.draggablePercent===80?1.5*e.draggablePercent:e.draggablePercent)/100)}},onPointerUp:function(m){const{top:E,bottom:I,left:w,right:A}=s.current.getBoundingClientRect();m.nativeEvent.type!=="touchend"&&e.pauseOnHover&&m.clientX>=w&&m.clientX<=A&&m.clientY>=E&&m.clientY<=I?d():b()}};return c&&l&&(y.onMouseEnter=d,e.stacked||(y.onMouseLeave=b)),h&&(y.onClick=m=>{u&&u(m),i.canCloseOnClick&&a()}),{playToast:b,pauseToast:d,isRunning:t,preventExitTransition:r,toastRef:s,eventHandlers:y}}function Qp(e){let{delay:t,isRunning:n,closeToast:r,type:o="default",hide:s,className:i,style:c,controlledProgress:l,progress:a,rtl:u,isIn:h,theme:g}=e;const x=s||l&&a===0,b={...c,animationDuration:`${t}ms`,animationPlayState:n?"running":"paused"};l&&(b.transform=`scaleX(${a})`);const d=hn("Toastify__progress-bar",l?"Toastify__progress-bar--controlled":"Toastify__progress-bar--animated",`Toastify__progress-bar-theme--${g}`,`Toastify__progress-bar--${o}`,{"Toastify__progress-bar--rtl":u}),f=It(i)?i({rtl:u,type:o,defaultClassName:d}):hn(d,i),p={[l&&a>=1?"onTransitionEnd":"onAnimationEnd"]:l&&a<1?null:()=>{h&&r()}};return _.createElement("div",{className:"Toastify__progress-bar--wrp","data-hidden":x},_.createElement("div",{className:`Toastify__progress-bar--bg Toastify__progress-bar-theme--${g} Toastify__progress-bar--${o}`}),_.createElement("div",{role:"progressbar","aria-hidden":x?"true":"false","aria-label":"notification timer",className:f,style:b,...p}))}let $p=1;const Yc=()=>""+$p++;function qp(e){return e&&(kn(e.toastId)||Qr(e.toastId))?e.toastId:Yc()}function qr(e,t){return Xc(e,t),t.toastId}function Go(e,t){return{...t,type:t&&t.type||e,toastId:qp(t)}}function Ho(e){return(t,n)=>qr(t,Go(e,n))}function Ee(e,t){return qr(e,Go("default",t))}Ee.loading=(e,t)=>qr(e,Go("default",{isLoading:!0,autoClose:!1,closeOnClick:!1,closeButton:!1,draggable:!1,...t})),Ee.promise=function(e,t,n){let r,{pending:o,error:s,success:i}=t;o&&(r=kn(o)?Ee.loading(o,n):Ee.loading(o.render,{...n,...o}));const c={isLoading:null,autoClose:null,closeOnClick:null,closeButton:null,draggable:null},l=(u,h,g)=>{if(h==null)return void Ee.dismiss(r);const x={type:u,...c,...n,data:g},b=kn(h)?{render:h}:h;return r?Ee.update(r,{...x,...b}):Ee(b.render,{...x,...b}),g},a=It(e)?e():e;return a.then(u=>l("success",i,u)).catch(u=>l("error",s,u)),a},Ee.success=Ho("success"),Ee.info=Ho("info"),Ee.error=Ho("error"),Ee.warning=Ho("warning"),Ee.warn=Ee.warning,Ee.dark=(e,t)=>qr(e,Go("default",{theme:"dark",...t})),Ee.dismiss=function(e){(function(t){var n;if(Wc()){if(t==null||kn(n=t)||Qr(n))it.forEach(r=>{r.removeToast(t)});else if(t&&("containerId"in t||"id"in t)){const r=it.get(t.containerId);r?r.removeToast(t.id):it.forEach(o=>{o.removeToast(t.id)})}}else $r=$r.filter(r=>t!=null&&r.options.toastId!==t)})(e)},Ee.clearWaitingQueue=function(e){e===void 0&&(e={}),it.forEach(t=>{!t.props.limit||e.containerId&&t.id!==e.containerId||t.clearQueue()})},Ee.isActive=Zc,Ee.update=function(e,t){t===void 0&&(t={});const n=((r,o)=>{var s;let{containerId:i}=o;return(s=it.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:Yc()};s.toastId!==e&&(s.staleId=e);const i=s.render||o;delete s.render,qr(i,s)}},Ee.done=e=>{Ee.update(e,{progress:1})},Ee.onChange=function(e){return xi.add(e),()=>{xi.delete(e)}},Ee.play=e=>zc(!0,e),Ee.pause=e=>zc(!1,e);const Up=typeof window<"u"?_.useLayoutEffect:_.useEffect,Wo=e=>{let{theme:t,type:n,isLoading:r,...o}=e;return _.createElement("svg",{viewBox:"0 0 24 24",width:"100%",height:"100%",fill:t==="colored"?"currentColor":`var(--toastify-icon-color-${n})`,...o})},Ei={info:function(e){return _.createElement(Wo,{...e},_.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 _.createElement(Wo,{...e},_.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 _.createElement(Wo,{...e},_.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 _.createElement(Wo,{...e},_.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 _.createElement("div",{className:"Toastify__spinner"})}},Kp=e=>{const{isRunning:t,preventExitTransition:n,toastRef:r,eventHandlers:o,playToast:s}=Jp(e),{closeButton:i,children:c,autoClose:l,onClick:a,type:u,hideProgressBar:h,closeToast:g,transition:x,position:b,className:d,style:f,bodyClassName:p,bodyStyle:y,progressClassName:m,progressStyle:E,updateId:I,role:w,progress:A,rtl:S,toastId:T,deleteToast:R,isIn:F,isLoading:D,closeOnClick:B,theme:W}=e,X=hn("Toastify__toast",`Toastify__toast-theme--${W}`,`Toastify__toast--${u}`,{"Toastify__toast--rtl":S},{"Toastify__toast--close-on-click":B}),Y=It(d)?d({rtl:S,position:b,type:u,defaultClassName:X}):hn(X,d),K=function(le){let{theme:M,type:G,isLoading:j,icon:Z}=le,q=null;const ee={theme:M,type:G};return Z===!1||(It(Z)?q=Z({...ee,isLoading:j}):_.isValidElement(Z)?q=_.cloneElement(Z,ee):j?q=Ei.spinner():(re=>re in Ei)(G)&&(q=Ei[G](ee))),q}(e),J=!!A||!l,z={closeToast:g,type:u,theme:W};let ae=null;return i===!1||(ae=It(i)?i(z):_.isValidElement(i)?_.cloneElement(i,z):function(le){let{closeToast:M,theme:G,ariaLabel:j="close"}=le;return _.createElement("button",{className:`Toastify__close-button Toastify__close-button--${G}`,type:"button",onClick:Z=>{Z.stopPropagation(),M(Z)},"aria-label":j},_.createElement("svg",{"aria-hidden":"true",viewBox:"0 0 14 16"},_.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"})))}(z)),_.createElement(x,{isIn:F,done:R,position:b,preventExitTransition:n,nodeRef:r,playToast:s},_.createElement("div",{id:T,onClick:a,"data-in":F,className:Y,...o,style:f,ref:r},_.createElement("div",{...F&&{role:w},className:It(p)?p({type:u}):hn("Toastify__toast-body",p),style:y},K!=null&&_.createElement("div",{className:hn("Toastify__toast-icon",{"Toastify--animate-icon Toastify__zoom-enter":!D})},K),_.createElement("div",null,c)),ae,_.createElement(Qp,{...I&&!J?{key:`pb-${I}`}:{},rtl:S,theme:W,delay:l,isRunning:t,isIn:F,closeToast:g,hide:h,type:u,style:E,className:m,controlledProgress:J,progress:A||0})))},Zo=function(e,t){return t===void 0&&(t=!1),{enter:`Toastify--animate Toastify__${e}-enter`,exit:`Toastify--animate Toastify__${e}-exit`,appendPosition:t}},eh=Vo(Zo("bounce",!0));Vo(Zo("slide",!0)),Vo(Zo("zoom")),Vo(Zo("flip"));const th={position:"top-right",transition:eh,autoClose:5e3,closeButton:!0,pauseOnHover:!0,pauseOnFocusLoss:!0,draggable:"touch",draggablePercent:80,draggableDirection:"x",role:"alert",theme:"light"};function nh(e){let t={...th,...e};const n=e.stacked,[r,o]=_.useState(!0),s=_.useRef(null),{getToastToRender:i,isToastActive:c,count:l}=Yp(t),{className:a,style:u,rtl:h,containerId:g}=t;function x(d){const f=hn("Toastify__toast-container",`Toastify__toast-container--${d}`,{"Toastify__toast-container--rtl":h});return It(a)?a({position:d,rtl:h,defaultClassName:f}):hn(f,jo(a))}function b(){n&&(o(!0),Ee.play())}return Up(()=>{if(n){var d;const f=s.current.querySelectorAll('[data-in="true"]'),p=12,y=(d=t.position)==null?void 0:d.includes("top");let m=0,E=0;Array.from(f).reverse().forEach((I,w)=>{const A=I;A.classList.add("Toastify__toast--stacked"),w>0&&(A.dataset.collapsed=`${r}`),A.dataset.pos||(A.dataset.pos=y?"top":"bot");const S=m*(r?.2:1)+(r?0:p*w);A.style.setProperty("--y",`${y?S:-1*S}px`),A.style.setProperty("--g",`${p}`),A.style.setProperty("--s",""+(1-(r?E:0))),m+=A.offsetHeight,E+=.025})}},[r,l,n]),_.createElement("div",{ref:s,className:"Toastify",id:g,onMouseEnter:()=>{n&&(o(!1),Ee.pause())},onMouseLeave:b},i((d,f)=>{const p=f.length?{...u}:{...u,pointerEvents:"none"};return _.createElement("div",{className:x(d),style:p,key:`container-${d}`},f.map(y=>{let{content:m,props:E}=y;return _.createElement(Kp,{...E,stacked:n,collapseAll:b,isIn:c(E.toastId,E.containerId),style:E.style,key:`toast-${E.key}`},m)}))}))}const wi=(e,t)=>t.some(n=>e instanceof n);let Jc,Qc;function rh(){return Jc||(Jc=[IDBDatabase,IDBObjectStore,IDBIndex,IDBCursor,IDBTransaction])}function oh(){return Qc||(Qc=[IDBCursor.prototype.advance,IDBCursor.prototype.continue,IDBCursor.prototype.continuePrimaryKey])}const Ai=new WeakMap,Si=new WeakMap,Xo=new WeakMap;function sh(e){const t=new Promise((n,r)=>{const o=()=>{e.removeEventListener("success",s),e.removeEventListener("error",i)},s=()=>{n(Nn(e.result)),o()},i=()=>{r(e.error),o()};e.addEventListener("success",s),e.addEventListener("error",i)});return Xo.set(t,e),t}function ih(e){if(Ai.has(e))return;const t=new Promise((n,r)=>{const o=()=>{e.removeEventListener("complete",s),e.removeEventListener("error",i),e.removeEventListener("abort",i)},s=()=>{n(),o()},i=()=>{r(e.error||new DOMException("AbortError","AbortError")),o()};e.addEventListener("complete",s),e.addEventListener("error",i),e.addEventListener("abort",i)});Ai.set(e,t)}let _i={get(e,t,n){if(e instanceof IDBTransaction){if(t==="done")return Ai.get(e);if(t==="store")return n.objectStoreNames[1]?void 0:n.objectStore(n.objectStoreNames[0])}return Nn(e[t])},set(e,t,n){return e[t]=n,!0},has(e,t){return e instanceof IDBTransaction&&(t==="done"||t==="store")?!0:t in e}};function $c(e){_i=e(_i)}function ah(e){return oh().includes(e)?function(...t){return e.apply(Ti(this),t),Nn(this.request)}:function(...t){return Nn(e.apply(Ti(this),t))}}function ch(e){return typeof e=="function"?ah(e):(e instanceof IDBTransaction&&ih(e),wi(e,rh())?new Proxy(e,_i):e)}function Nn(e){if(e instanceof IDBRequest)return sh(e);if(Si.has(e))return Si.get(e);const t=ch(e);return t!==e&&(Si.set(e,t),Xo.set(t,e)),t}const Ti=e=>Xo.get(e);function lh(e,t,{blocked:n,upgrade:r,blocking:o,terminated:s}={}){const i=indexedDB.open(e,t),c=Nn(i);return r&&i.addEventListener("upgradeneeded",l=>{r(Nn(i.result),l.oldVersion,l.newVersion,Nn(i.transaction),l)}),n&&i.addEventListener("blocked",l=>n(l.oldVersion,l.newVersion,l)),c.then(l=>{s&&l.addEventListener("close",()=>s()),o&&l.addEventListener("versionchange",a=>o(a.oldVersion,a.newVersion,a))}).catch(()=>{}),c}const uh=["get","getKey","getAll","getAllKeys","count"],dh=["put","add","delete","clear"],Oi=new Map;function qc(e,t){if(!(e instanceof IDBDatabase&&!(t in e)&&typeof t=="string"))return;if(Oi.get(t))return Oi.get(t);const n=t.replace(/FromIndex$/,""),r=t!==n,o=dh.includes(n);if(!(n in(r?IDBIndex:IDBObjectStore).prototype)||!(o||uh.includes(n)))return;const s=async function(i,...c){const l=this.transaction(i,o?"readwrite":"readonly");let a=l.store;return r&&(a=a.index(c.shift())),(await Promise.all([a[n](...c),o&&l.done]))[0]};return Oi.set(t,s),s}$c(e=>({...e,get:(t,n,r)=>qc(t,n)||e.get(t,n,r),has:(t,n)=>!!qc(t,n)||e.has(t,n)}));const fh=["continue","continuePrimaryKey","advance"],Uc={},Li=new WeakMap,Kc=new WeakMap,ph={get(e,t){if(!fh.includes(t))return e[t];let n=Uc[t];return n||(n=Uc[t]=function(...r){Li.set(this,Kc.get(this)[t](...r))}),n}};async function*hh(...e){let t=this;if(t instanceof IDBCursor||(t=await t.openCursor(...e)),!t)return;t=t;const n=new Proxy(t,ph);for(Kc.set(n,t),Xo.set(n,Ti(t));t;)yield n,t=await(Li.get(n)||t.continue()),Li.delete(n)}function el(e,t){return t===Symbol.asyncIterator&&wi(e,[IDBIndex,IDBObjectStore,IDBCursor])||t==="iterate"&&wi(e,[IDBIndex,IDBObjectStore])}$c(e=>({...e,get(t,n,r){return el(t,n)?hh:e.get(t,n,r)},has(t,n){return el(t,n)||e.has(t,n)}}));const gh="connector-db",mh=1,zo={FEEDBACK:"feedback"},Ur=`${zo.FEEDBACK}:data`,Yo=`${zo.FEEDBACK}:last_submitted`,Kr=`${zo.FEEDBACK}:capture_on_demand`,eo=`${zo.FEEDBACK}:show_notification`,bh=12*60*60*1e3,Fi=(e,t=new Date)=>e?Math.abs(t.getTime()-e.getTime())>=bh:!0,tl=(e,t=!1)=>e.captureFeedback&&(Fi(e.firstViewed)&&(!e.lastSubmittedFeedback||Fi(e.lastSubmittedFeedback))||!!t);let Pn=null;const gn=async()=>{try{Pn||(Pn=await lh(gh,mh,{upgrade(e){e.objectStoreNames.contains(Ur)||e.createObjectStore(Ur),e.objectStoreNames.contains(Yo)||e.createObjectStore(Yo),e.objectStoreNames.contains(Kr)||e.createObjectStore(Kr),e.objectStoreNames.contains(eo)||e.createObjectStore(eo)},blocked(){console.warn("Upgrade blocked! Close other tabs using this DB.")},blocking(){console.warn("Another tab is trying to upgrade. Closing connection to allow upgrade."),Pn&&(Pn.close(),Pn=null)},terminated(){console.error("DB connection unexpectedly closed. Resetting connection."),Pn=null}}))}catch(e){console.error("Error opening IndexedDB connection:",e)}return Pn},Di=async e=>{if(!e)return[];const t=await gn();if(!t)return[];try{return await t.get(Ur,e)||[]}catch(n){return console.error("Error fetching user feedback data:",n),[]}},yh=async e=>{if(!e)return null;const t=await gn();if(!t)return null;try{return await t.get(Yo,e)||null}catch(n){return console.error("Error fetching last submitted feedback:",n),null}},Jo=async e=>{if(!e)return;const t=await gn();if(t)try{return await t.get(Kr,e)}catch(n){console.error("Error fetching capture on demand status:",n);return}},vh=async e=>{if(!e)return!1;const t=await gn();if(!t)return!1;try{return await t.get(eo,e)??!1}catch(n){return console.error("Error fetching show notification status:",n),!1}},Ch=async(e,t)=>{if(!e||!t||!t.length)return;const n=await gn();if(n)try{const r=await Di(e),o=new Set(r.map(i=>i.connectorId)),s=t.filter(i=>!o.has(i.connector_id)).map(i=>({connectorId:i.connector_id,captureFeedback:!0,firstViewed:new Date}));if(s.length>0){const i=[...r,...s];await n.put(Ur,i,e),await n.put(eo,!0,e)}}catch(r){console.error("Error updating connectors feedback data:",r)}},Ih=async e=>{if(!e)return;const t=await gn();if(t)try{const n=await Di(e),r=await Jo(e),o=new Date,s=n.map(i=>{const c=tl(i,r);return{...i,lastSubmittedFeedback:c?o:i.lastSubmittedFeedback,captureFeedback:i.captureFeedback!==c}});await t.put(Ur,s,e),await t.put(Yo,o,e),r&&await t.put(Kr,!1,e)}catch(n){console.error("Error updating feedback submission date:",n)}},nl=async(e,t)=>{if(!e)return;const n=await gn();if(n)try{await n.put(Kr,t,e)}catch(r){console.error("Error updating capture on demand:",r)}},xh=async e=>{if(!e)return;const t=await gn();if(t)try{await t.put(eo,!1,e)}catch(n){console.error("Error resetting show notification status:",n)}},Eh=async e=>{const t=await Di(e),n=await Jo(e);return t.filter(o=>tl(o,n))},Ri=async e=>{const t=await yh(e);return t&&!Fi(t)?!1:await Jo(e)&&!t?!0:!!(await Eh(e)).length},wh=async(e,t)=>{await Ch(e,t)},Qo=async e=>{e&&await Ih(e)},Ah=async(e,t)=>{const n=await Jo(e);t?n!==!1&&await nl(e,t):await nl(e,void 0)},rl=async e=>await vh(e)&&await Ri(e),ol=async e=>{await xh(e)};var ki={},Mn={};function sl(e,t){return function(){return e.apply(t,arguments)}}const{toString:Sh}=Object.prototype,{getPrototypeOf:Ni}=Object,$o=(e=>t=>{const n=Sh.call(t);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),Rt=e=>(e=e.toLowerCase(),t=>$o(t)===e),qo=e=>t=>typeof t===e,{isArray:ar}=Array,to=qo("undefined");function _h(e){return e!==null&&!to(e)&&e.constructor!==null&&!to(e.constructor)&&xt(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const il=Rt("ArrayBuffer");function Th(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&il(e.buffer),t}const Oh=qo("string"),xt=qo("function"),al=qo("number"),Uo=e=>e!==null&&typeof e=="object",Lh=e=>e===!0||e===!1,Ko=e=>{if($o(e)!=="object")return!1;const t=Ni(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},Fh=Rt("Date"),Dh=Rt("File"),Rh=Rt("Blob"),kh=Rt("FileList"),Nh=e=>Uo(e)&&xt(e.pipe),Ph=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||xt(e.append)&&((t=$o(e))==="formdata"||t==="object"&&xt(e.toString)&&e.toString()==="[object FormData]"))},Mh=Rt("URLSearchParams"),[Bh,jh,Vh,Gh]=["ReadableStream","Request","Response","Headers"].map(Rt),Hh=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function no(e,t,{allOwnKeys:n=!1}={}){if(e===null||typeof e>"u")return;let r,o;if(typeof e!="object"&&(e=[e]),ar(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 c;for(r=0;r<i;r++)c=s[r],t.call(null,e[c],c,e)}}function cl(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 Bn=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:fe,ll=e=>!to(e)&&e!==Bn;function Pi(){const{caseless:e}=ll(this)&&this||{},t={},n=(r,o)=>{const s=e&&cl(t,o)||o;Ko(t[s])&&Ko(r)?t[s]=Pi(t[s],r):Ko(r)?t[s]=Pi({},r):ar(r)?t[s]=r.slice():t[s]=r};for(let r=0,o=arguments.length;r<o;r++)arguments[r]&&no(arguments[r],n);return t}const Wh=(e,t,n,{allOwnKeys:r}={})=>(no(t,(o,s)=>{n&&xt(o)?e[s]=sl(o,n):e[s]=o},{allOwnKeys:r}),e),Zh=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),Xh=(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)},zh=(e,t,n,r)=>{let o,s,i;const c={};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))&&!c[i]&&(t[i]=e[i],c[i]=!0);e=n!==!1&&Ni(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},Yh=(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},Jh=e=>{if(!e)return null;if(ar(e))return e;let t=e.length;if(!al(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},Qh=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&Ni(Uint8Array)),$h=(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])}},qh=(e,t)=>{let n;const r=[];for(;(n=e.exec(t))!==null;)r.push(n);return r},Uh=Rt("HTMLFormElement"),Kh=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,r,o){return r.toUpperCase()+o}),ul=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),e2=Rt("RegExp"),dl=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};no(n,(o,s)=>{let i;(i=t(o,s,e))!==!1&&(r[s]=i||o)}),Object.defineProperties(e,r)},t2=e=>{dl(e,(t,n)=>{if(xt(e)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;const r=e[n];if(xt(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+"'")})}})},n2=(e,t)=>{const n={},r=o=>{o.forEach(s=>{n[s]=!0})};return ar(e)?r(e):r(String(e).split(t)),n},r2=()=>{},o2=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t,Mi="abcdefghijklmnopqrstuvwxyz",fl="0123456789",pl={DIGIT:fl,ALPHA:Mi,ALPHA_DIGIT:Mi+Mi.toUpperCase()+fl},s2=(e=16,t=pl.ALPHA_DIGIT)=>{let n="";const{length:r}=t;for(;e--;)n+=t[Math.random()*r|0];return n};function i2(e){return!!(e&&xt(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const a2=e=>{const t=new Array(10),n=(r,o)=>{if(Uo(r)){if(t.indexOf(r)>=0)return;if(!("toJSON"in r)){t[o]=r;const s=ar(r)?[]:{};return no(r,(i,c)=>{const l=n(i,o+1);!to(l)&&(s[c]=l)}),t[o]=void 0,s}}return r};return n(e,0)},c2=Rt("AsyncFunction"),l2=e=>e&&(Uo(e)||xt(e))&&xt(e.then)&&xt(e.catch),hl=((e,t)=>e?setImmediate:t?((n,r)=>(Bn.addEventListener("message",({source:o,data:s})=>{o===Bn&&s===n&&r.length&&r.shift()()},!1),o=>{r.push(o),Bn.postMessage(n,"*")}))(`axios@${Math.random()}`,[]):n=>setTimeout(n))(typeof setImmediate=="function",xt(Bn.postMessage)),u2=typeof queueMicrotask<"u"?queueMicrotask.bind(Bn):typeof process<"u"&&process.nextTick||hl;var N={isArray:ar,isArrayBuffer:il,isBuffer:_h,isFormData:Ph,isArrayBufferView:Th,isString:Oh,isNumber:al,isBoolean:Lh,isObject:Uo,isPlainObject:Ko,isReadableStream:Bh,isRequest:jh,isResponse:Vh,isHeaders:Gh,isUndefined:to,isDate:Fh,isFile:Dh,isBlob:Rh,isRegExp:e2,isFunction:xt,isStream:Nh,isURLSearchParams:Mh,isTypedArray:Qh,isFileList:kh,forEach:no,merge:Pi,extend:Wh,trim:Hh,stripBOM:Zh,inherits:Xh,toFlatObject:zh,kindOf:$o,kindOfTest:Rt,endsWith:Yh,toArray:Jh,forEachEntry:$h,matchAll:qh,isHTMLForm:Uh,hasOwnProperty:ul,hasOwnProp:ul,reduceDescriptors:dl,freezeMethods:t2,toObjectSet:n2,toCamelCase:Kh,noop:r2,toFiniteNumber:o2,findKey:cl,global:Bn,isContextDefined:ll,ALPHABET:pl,generateString:s2,isSpecCompliantForm:i2,toJSONObject:a2,isAsyncFn:c2,isThenable:l2,setImmediate:hl,asap:u2};function pe(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)}N.inherits(pe,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:N.toJSONObject(this.config),code:this.code,status:this.status}}});const gl=pe.prototype,ml={};["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=>{ml[e]={value:e}}),Object.defineProperties(pe,ml),Object.defineProperty(gl,"isAxiosError",{value:!0}),pe.from=(e,t,n,r,o,s)=>{const i=Object.create(gl);return N.toFlatObject(e,i,function(l){return l!==Error.prototype},c=>c!=="isAxiosError"),pe.call(i,e.message,t,n,r,o),i.cause=e,i.name=e.name,s&&Object.assign(i,s),i};var d2=null;function Bi(e){return N.isPlainObject(e)||N.isArray(e)}function bl(e){return N.endsWith(e,"[]")?e.slice(0,-2):e}function yl(e,t,n){return e?e.concat(t).map(function(o,s){return o=bl(o),!n&&s?"["+o+"]":o}).join(n?".":""):t}function f2(e){return N.isArray(e)&&!e.some(Bi)}const p2=N.toFlatObject(N,{},null,function(t){return/^is[A-Z]/.test(t)});function es(e,t,n){if(!N.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,n=N.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(d,f){return!N.isUndefined(f[d])});const r=n.metaTokens,o=n.visitor||u,s=n.dots,i=n.indexes,l=(n.Blob||typeof Blob<"u"&&Blob)&&N.isSpecCompliantForm(t);if(!N.isFunction(o))throw new TypeError("visitor must be a function");function a(b){if(b===null)return"";if(N.isDate(b))return b.toISOString();if(!l&&N.isBlob(b))throw new pe("Blob is not supported. Use a Buffer instead.");return N.isArrayBuffer(b)||N.isTypedArray(b)?l&&typeof Blob=="function"?new Blob([b]):Buffer.from(b):b}function u(b,d,f){let p=b;if(b&&!f&&typeof b=="object"){if(N.endsWith(d,"{}"))d=r?d:d.slice(0,-2),b=JSON.stringify(b);else if(N.isArray(b)&&f2(b)||(N.isFileList(b)||N.endsWith(d,"[]"))&&(p=N.toArray(b)))return d=bl(d),p.forEach(function(m,E){!(N.isUndefined(m)||m===null)&&t.append(i===!0?yl([d],E,s):i===null?d:d+"[]",a(m))}),!1}return Bi(b)?!0:(t.append(yl(f,d,s),a(b)),!1)}const h=[],g=Object.assign(p2,{defaultVisitor:u,convertValue:a,isVisitable:Bi});function x(b,d){if(!N.isUndefined(b)){if(h.indexOf(b)!==-1)throw Error("Circular reference detected in "+d.join("."));h.push(b),N.forEach(b,function(p,y){(!(N.isUndefined(p)||p===null)&&o.call(t,p,N.isString(y)?y.trim():y,d,g))===!0&&x(p,d?d.concat(y):[y])}),h.pop()}}if(!N.isObject(e))throw new TypeError("data must be an object");return x(e),t}function vl(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(r){return t[r]})}function ji(e,t){this._pairs=[],e&&es(e,this,t)}const Cl=ji.prototype;Cl.append=function(t,n){this._pairs.push([t,n])},Cl.toString=function(t){const n=t?function(r){return t.call(this,r,vl)}:vl;return this._pairs.map(function(o){return n(o[0])+"="+n(o[1])},"").join("&")};function h2(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Il(e,t,n){if(!t)return e;const r=n&&n.encode||h2,o=n&&n.serialize;let s;if(o?s=o(t,n):s=N.isURLSearchParams(t)?t.toString():new ji(t,n).toString(r),s){const i=e.indexOf("#");i!==-1&&(e=e.slice(0,i)),e+=(e.indexOf("?")===-1?"?":"&")+s}return e}class g2{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){N.forEach(this.handlers,function(r){r!==null&&t(r)})}}var xl=g2,El={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},m2=typeof URLSearchParams<"u"?URLSearchParams:ji,b2=typeof FormData<"u"?FormData:null,y2=typeof Blob<"u"?Blob:null,v2={isBrowser:!0,classes:{URLSearchParams:m2,FormData:b2,Blob:y2},protocols:["http","https","file","blob","url","data"]};const Vi=typeof window<"u"&&typeof document<"u",Gi=typeof navigator=="object"&&navigator||void 0,C2=Vi&&(!Gi||["ReactNative","NativeScript","NS"].indexOf(Gi.product)<0),I2=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",x2=Vi&&window.location.href||"http://localhost";var E2=Object.freeze({__proto__:null,hasBrowserEnv:Vi,hasStandardBrowserWebWorkerEnv:I2,hasStandardBrowserEnv:C2,navigator:Gi,origin:x2}),ut={...E2,...v2};function w2(e,t){return es(e,new ut.classes.URLSearchParams,Object.assign({visitor:function(n,r,o,s){return ut.isNode&&N.isBuffer(n)?(this.append(r,n.toString("base64")),!1):s.defaultVisitor.apply(this,arguments)}},t))}function A2(e){return N.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function S2(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 wl(e){function t(n,r,o,s){let i=n[s++];if(i==="__proto__")return!0;const c=Number.isFinite(+i),l=s>=n.length;return i=!i&&N.isArray(o)?o.length:i,l?(N.hasOwnProp(o,i)?o[i]=[o[i],r]:o[i]=r,!c):((!o[i]||!N.isObject(o[i]))&&(o[i]=[]),t(n,r,o[i],s)&&N.isArray(o[i])&&(o[i]=S2(o[i])),!c)}if(N.isFormData(e)&&N.isFunction(e.entries)){const n={};return N.forEachEntry(e,(r,o)=>{t(A2(r),o,n,0)}),n}return null}function _2(e,t,n){if(N.isString(e))try{return(t||JSON.parse)(e),N.trim(e)}catch(r){if(r.name!=="SyntaxError")throw r}return(0,JSON.stringify)(e)}const Hi={transitional:El,adapter:["xhr","http","fetch"],transformRequest:[function(t,n){const r=n.getContentType()||"",o=r.indexOf("application/json")>-1,s=N.isObject(t);if(s&&N.isHTMLForm(t)&&(t=new FormData(t)),N.isFormData(t))return o?JSON.stringify(wl(t)):t;if(N.isArrayBuffer(t)||N.isBuffer(t)||N.isStream(t)||N.isFile(t)||N.isBlob(t)||N.isReadableStream(t))return t;if(N.isArrayBufferView(t))return t.buffer;if(N.isURLSearchParams(t))return n.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let c;if(s){if(r.indexOf("application/x-www-form-urlencoded")>-1)return w2(t,this.formSerializer).toString();if((c=N.isFileList(t))||r.indexOf("multipart/form-data")>-1){const l=this.env&&this.env.FormData;return es(c?{"files[]":t}:t,l&&new l,this.formSerializer)}}return s||o?(n.setContentType("application/json",!1),_2(t)):t}],transformResponse:[function(t){const n=this.transitional||Hi.transitional,r=n&&n.forcedJSONParsing,o=this.responseType==="json";if(N.isResponse(t)||N.isReadableStream(t))return t;if(t&&N.isString(t)&&(r&&!this.responseType||o)){const i=!(n&&n.silentJSONParsing)&&o;try{return JSON.parse(t)}catch(c){if(i)throw c.name==="SyntaxError"?pe.from(c,pe.ERR_BAD_RESPONSE,this,null,this.response):c}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:ut.classes.FormData,Blob:ut.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};N.forEach(["delete","get","head","post","put","patch"],e=>{Hi.headers[e]={}});var Wi=Hi;const T2=N.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 O2=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[Al]=this[Al]={accessors:{}}).accessors,o=this.prototype;function s(i){const c=ro(i);r[c]||(R2(o,i),r[c]=!0)}return N.isArray(t)?t.forEach(s):s(t),this}}ns.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),N.reduceDescriptors(ns.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(r){this[n]=r}}}),N.freezeMethods(ns);var kt=ns;function Xi(e,t){const n=this||Wi,r=t||n,o=kt.from(r.headers);let s=r.data;return N.forEach(e,function(c){s=c.call(n,s,o.normalize(),t?t.status:void 0)}),o.normalize(),s}function Sl(e){return!!(e&&e.__CANCEL__)}function cr(e,t,n){pe.call(this,e??"canceled",pe.ERR_CANCELED,t,n),this.name="CanceledError"}N.inherits(cr,pe,{__CANCEL__:!0});function _l(e,t,n){const r=n.config.validateStatus;!n.status||!r||r(n.status)?e(n):t(new pe("Request failed with status code "+n.status,[pe.ERR_BAD_REQUEST,pe.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}function k2(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function N2(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(l){const a=Date.now(),u=r[s];i||(i=a),n[o]=l,r[o]=a;let h=s,g=0;for(;h!==o;)g+=n[h++],h=h%e;if(o=(o+1)%e,o===s&&(s=(s+1)%e),a-i<t)return;const x=u&&a-u;return x?Math.round(g*1e3/x):void 0}}function P2(e,t){let n=0,r=1e3/t,o,s;const i=(a,u=Date.now())=>{n=u,o=null,s&&(clearTimeout(s),s=null),e.apply(null,a)};return[(...a)=>{const u=Date.now(),h=u-n;h>=r?i(a,u):(o=a,s||(s=setTimeout(()=>{s=null,i(o)},r-h)))},()=>o&&i(o)]}const rs=(e,t,n=3)=>{let r=0;const o=N2(50,250);return P2(s=>{const i=s.loaded,c=s.lengthComputable?s.total:void 0,l=i-r,a=o(l),u=i<=c;r=i;const h={loaded:i,total:c,progress:c?i/c:void 0,bytes:l,rate:a||void 0,estimated:a&&c&&u?(c-i)/a:void 0,event:s,lengthComputable:c!=null,[t?"download":"upload"]:!0};e(h)},n)},Tl=(e,t)=>{const n=e!=null;return[r=>t[0]({lengthComputable:n,total:e,loaded:r}),t[1]]},Ol=e=>(...t)=>N.asap(()=>e(...t));var M2=ut.hasStandardBrowserEnv?function(){const t=ut.navigator&&/(msie|trident)/i.test(ut.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 c=N.isString(i)?o(i):i;return c.protocol===r.protocol&&c.host===r.host}}():function(){return function(){return!0}}(),B2=ut.hasStandardBrowserEnv?{write(e,t,n,r,o,s){const i=[e+"="+encodeURIComponent(t)];N.isNumber(n)&&i.push("expires="+new Date(n).toGMTString()),N.isString(r)&&i.push("path="+r),N.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 j2(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function V2(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function Ll(e,t){return e&&!j2(t)?V2(e,t):t}const Fl=e=>e instanceof kt?{...e}:e;function jn(e,t){t=t||{};const n={};function r(a,u,h){return N.isPlainObject(a)&&N.isPlainObject(u)?N.merge.call({caseless:h},a,u):N.isPlainObject(u)?N.merge({},u):N.isArray(u)?u.slice():u}function o(a,u,h){if(N.isUndefined(u)){if(!N.isUndefined(a))return r(void 0,a,h)}else return r(a,u,h)}function s(a,u){if(!N.isUndefined(u))return r(void 0,u)}function i(a,u){if(N.isUndefined(u)){if(!N.isUndefined(a))return r(void 0,a)}else return r(void 0,u)}function c(a,u,h){if(h in t)return r(a,u);if(h in e)return r(void 0,a)}const l={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:c,headers:(a,u)=>o(Fl(a),Fl(u),!0)};return N.forEach(Object.keys(Object.assign({},e,t)),function(u){const h=l[u]||o,g=h(e[u],t[u],u);N.isUndefined(g)&&h!==c||(n[u]=g)}),n}var Dl=e=>{const t=jn({},e);let{data:n,withXSRFToken:r,xsrfHeaderName:o,xsrfCookieName:s,headers:i,auth:c}=t;t.headers=i=kt.from(i),t.url=Il(Ll(t.baseURL,t.url),e.params,e.paramsSerializer),c&&i.set("Authorization","Basic "+btoa((c.username||"")+":"+(c.password?unescape(encodeURIComponent(c.password)):"")));let l;if(N.isFormData(n)){if(ut.hasStandardBrowserEnv||ut.hasStandardBrowserWebWorkerEnv)i.setContentType(void 0);else if((l=i.getContentType())!==!1){const[a,...u]=l?l.split(";").map(h=>h.trim()).filter(Boolean):[];i.setContentType([a||"multipart/form-data",...u].join("; "))}}if(ut.hasStandardBrowserEnv&&(r&&N.isFunction(r)&&(r=r(t)),r||r!==!1&&M2(t.url))){const a=o&&s&&B2.read(s);a&&i.set(o,a)}return t},G2=typeof XMLHttpRequest<"u"&&function(e){return new Promise(function(n,r){const o=Dl(e);let s=o.data;const i=kt.from(o.headers).normalize();let{responseType:c,onUploadProgress:l,onDownloadProgress:a}=o,u,h,g,x,b;function d(){x&&x(),b&&b(),o.cancelToken&&o.cancelToken.unsubscribe(u),o.signal&&o.signal.removeEventListener("abort",u)}let f=new XMLHttpRequest;f.open(o.method.toUpperCase(),o.url,!0),f.timeout=o.timeout;function p(){if(!f)return;const m=kt.from("getAllResponseHeaders"in f&&f.getAllResponseHeaders()),I={data:!c||c==="text"||c==="json"?f.responseText:f.response,status:f.status,statusText:f.statusText,headers:m,config:e,request:f};_l(function(A){n(A),d()},function(A){r(A),d()},I),f=null}"onloadend"in f?f.onloadend=p:f.onreadystatechange=function(){!f||f.readyState!==4||f.status===0&&!(f.responseURL&&f.responseURL.indexOf("file:")===0)||setTimeout(p)},f.onabort=function(){f&&(r(new pe("Request aborted",pe.ECONNABORTED,e,f)),f=null)},f.onerror=function(){r(new pe("Network Error",pe.ERR_NETWORK,e,f)),f=null},f.ontimeout=function(){let E=o.timeout?"timeout of "+o.timeout+"ms exceeded":"timeout exceeded";const I=o.transitional||El;o.timeoutErrorMessage&&(E=o.timeoutErrorMessage),r(new pe(E,I.clarifyTimeoutError?pe.ETIMEDOUT:pe.ECONNABORTED,e,f)),f=null},s===void 0&&i.setContentType(null),"setRequestHeader"in f&&N.forEach(i.toJSON(),function(E,I){f.setRequestHeader(I,E)}),N.isUndefined(o.withCredentials)||(f.withCredentials=!!o.withCredentials),c&&c!=="json"&&(f.responseType=o.responseType),a&&([g,b]=rs(a,!0),f.addEventListener("progress",g)),l&&f.upload&&([h,x]=rs(l),f.upload.addEventListener("progress",h),f.upload.addEventListener("loadend",x)),(o.cancelToken||o.signal)&&(u=m=>{f&&(r(!m||m.type?new cr(null,e,f):m),f.abort(),f=null)},o.cancelToken&&o.cancelToken.subscribe(u),o.signal&&(o.signal.aborted?u():o.signal.addEventListener("abort",u)));const y=k2(o.url);if(y&&ut.protocols.indexOf(y)===-1){r(new pe("Unsupported protocol "+y+":",pe.ERR_BAD_REQUEST,e));return}f.send(s||null)})},H2=(e,t)=>{const{length:n}=e=e?e.filter(Boolean):[];if(t||n){let r=new AbortController,o;const s=function(a){if(!o){o=!0,c();const u=a instanceof Error?a:this.reason;r.abort(u instanceof pe?u:new cr(u instanceof Error?u.message:u))}};let i=t&&setTimeout(()=>{i=null,s(new pe(`timeout ${t} of ms exceeded`,pe.ETIMEDOUT))},t);const c=()=>{e&&(i&&clearTimeout(i),i=null,e.forEach(a=>{a.unsubscribe?a.unsubscribe(s):a.removeEventListener("abort",s)}),e=null)};e.forEach(a=>a.addEventListener("abort",s));const{signal:l}=r;return l.unsubscribe=()=>N.asap(c),l}};const W2=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},Z2=async function*(e,t){for await(const n of X2(e))yield*W2(n,t)},X2=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()}},Rl=(e,t,n,r)=>{const o=Z2(e,t);let s=0,i,c=l=>{i||(i=!0,r&&r(l))};return new ReadableStream({async pull(l){try{const{done:a,value:u}=await o.next();if(a){c(),l.close();return}let h=u.byteLength;if(n){let g=s+=h;n(g)}l.enqueue(new Uint8Array(u))}catch(a){throw c(a),a}},cancel(l){return c(l),o.return()}},{highWaterMark:2})},os=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",kl=os&&typeof ReadableStream=="function",z2=os&&(typeof TextEncoder=="function"?(e=>t=>e.encode(t))(new TextEncoder):async e=>new Uint8Array(await new Response(e).arrayBuffer())),Nl=(e,...t)=>{try{return!!e(...t)}catch{return!1}},Y2=kl&&Nl(()=>{let e=!1;const t=new Request(ut.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t}),Pl=64*1024,zi=kl&&Nl(()=>N.isReadableStream(new Response("").body)),ss={stream:zi&&(e=>e.body)};os&&(e=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!ss[t]&&(ss[t]=N.isFunction(e[t])?n=>n[t]():(n,r)=>{throw new pe(`Response type '${t}' is not supported`,pe.ERR_NOT_SUPPORT,r)})})})(new Response);const J2=async e=>{if(e==null)return 0;if(N.isBlob(e))return e.size;if(N.isSpecCompliantForm(e))return(await new Request(ut.origin,{method:"POST",body:e}).arrayBuffer()).byteLength;if(N.isArrayBufferView(e)||N.isArrayBuffer(e))return e.byteLength;if(N.isURLSearchParams(e)&&(e=e+""),N.isString(e))return(await z2(e)).byteLength},Q2=async(e,t)=>{const n=N.toFiniteNumber(e.getContentLength());return n??J2(t)};var $2=os&&(async e=>{let{url:t,method:n,data:r,signal:o,cancelToken:s,timeout:i,onDownloadProgress:c,onUploadProgress:l,responseType:a,headers:u,withCredentials:h="same-origin",fetchOptions:g}=Dl(e);a=a?(a+"").toLowerCase():"text";let x=H2([o,s&&s.toAbortSignal()],i),b;const d=x&&x.unsubscribe&&(()=>{x.unsubscribe()});let f;try{if(l&&Y2&&n!=="get"&&n!=="head"&&(f=await Q2(u,r))!==0){let I=new Request(t,{method:"POST",body:r,duplex:"half"}),w;if(N.isFormData(r)&&(w=I.headers.get("content-type"))&&u.setContentType(w),I.body){const[A,S]=Tl(f,rs(Ol(l)));r=Rl(I.body,Pl,A,S)}}N.isString(h)||(h=h?"include":"omit");const p="credentials"in Request.prototype;b=new Request(t,{...g,signal:x,method:n.toUpperCase(),headers:u.normalize().toJSON(),body:r,duplex:"half",credentials:p?h:void 0});let y=await fetch(b);const m=zi&&(a==="stream"||a==="response");if(zi&&(c||m&&d)){const I={};["status","statusText","headers"].forEach(T=>{I[T]=y[T]});const w=N.toFiniteNumber(y.headers.get("content-length")),[A,S]=c&&Tl(w,rs(Ol(c),!0))||[];y=new Response(Rl(y.body,Pl,A,()=>{S&&S(),d&&d()}),I)}a=a||"text";let E=await ss[N.findKey(ss,a)||"text"](y,e);return!m&&d&&d(),await new Promise((I,w)=>{_l(I,w,{data:E,headers:kt.from(y.headers),status:y.status,statusText:y.statusText,config:e,request:b})})}catch(p){throw d&&d(),p&&p.name==="TypeError"&&/fetch/i.test(p.message)?Object.assign(new pe("Network Error",pe.ERR_NETWORK,e,b),{cause:p.cause||p}):pe.from(p,p&&p.code,e,b)}});const Yi={http:d2,xhr:G2,fetch:$2};N.forEach(Yi,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const Ml=e=>`- ${e}`,q2=e=>N.isFunction(e)||e===null||e===!1;var Bl={getAdapter:e=>{e=N.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,!q2(n)&&(r=Yi[(i=String(n)).toLowerCase()],r===void 0))throw new pe(`Unknown adapter '${i}'`);if(r)break;o[i||"#"+s]=r}if(!r){const s=Object.entries(o).map(([c,l])=>`adapter ${c} `+(l===!1?"is not supported by the environment":"is not available in the build"));let i=t?s.length>1?`since :
|
|
33
|
-
`+s.map(
|
|
34
|
-
`):" "+
|
|
35
|
-
`+s):r.stack=s}catch{}}throw r}}_request(t,n){typeof t=="string"?(n=n||{},n.url=t):n=t||{},n=jn(this.defaults,n);const{transitional:r,paramsSerializer:o,headers:s}=n;r!==void 0&&$i.assertOptions(r,{silentJSONParsing:mn.transitional(mn.boolean),forcedJSONParsing:mn.transitional(mn.boolean),clarifyTimeoutError:mn.transitional(mn.boolean)},!1),o!=null&&(N.isFunction(o)?n.paramsSerializer={serialize:o}:$i.assertOptions(o,{encode:mn.function,serialize:mn.function},!0)),n.method=(n.method||this.defaults.method||"get").toLowerCase();let i=s&&N.merge(s.common,s[n.method]);s&&N.forEach(["delete","get","head","post","put","patch","common"],b=>{delete s[b]}),n.headers=kt.concat(i,s);const c=[];let l=!0;this.interceptors.request.forEach(function(d){typeof d.runWhen=="function"&&d.runWhen(n)===!1||(l=l&&d.synchronous,c.unshift(d.fulfilled,d.rejected))});const a=[];this.interceptors.response.forEach(function(d){a.push(d.fulfilled,d.rejected)});let u,h=0,g;if(!l){const b=[jl.bind(this),void 0];for(b.unshift.apply(b,c),b.push.apply(b,a),g=b.length,u=Promise.resolve(n);h<g;)u=u.then(b[h++],b[h++]);return u}g=c.length;let x=n;for(h=0;h<g;){const b=c[h++],d=c[h++];try{x=b(x)}catch(f){d.call(this,f);break}}try{u=jl.call(this,x)}catch(b){return Promise.reject(b)}for(h=0,g=a.length;h<g;)u=u.then(a[h++],a[h++]);return u}getUri(t){t=jn(this.defaults,t);const n=Ll(t.baseURL,t.url);return Il(n,t.params,t.paramsSerializer)}};N.forEach(["delete","get","head","options"],function(t){is.prototype[t]=function(n,r){return this.request(jn(r||{},{method:t,url:n,data:(r||{}).data}))}}),N.forEach(["post","put","patch"],function(t){function n(r){return function(s,i,c){return this.request(jn(c||{},{method:t,headers:r?{"Content-Type":"multipart/form-data"}:{},url:s,data:i}))}}is.prototype[t]=n(),is.prototype[t+"Form"]=n(!0)});var as=is;class qi{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(c=>{r.subscribe(c),s=c}).then(o);return i.cancel=function(){r.unsubscribe(s)},i},t(function(s,i,c){r.reason||(r.reason=new cr(s,i,c),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 qi(function(o){t=o}),cancel:t}}}var K2=qi;function eg(e){return function(n){return e.apply(null,n)}}function tg(e){return N.isObject(e)&&e.isAxiosError===!0}const Ui={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(Ui).forEach(([e,t])=>{Ui[t]=e});var ng=Ui;function Hl(e){const t=new as(e),n=sl(as.prototype.request,t);return N.extend(n,as.prototype,t,{allOwnKeys:!0}),N.extend(n,t,null,{allOwnKeys:!0}),n.create=function(o){return Hl(jn(e,o))},n}const Ge=Hl(Wi);Ge.Axios=as,Ge.CanceledError=cr,Ge.CancelToken=K2,Ge.isCancel=Sl,Ge.VERSION=Vl,Ge.toFormData=es,Ge.AxiosError=pe,Ge.Cancel=Ge.CanceledError,Ge.all=function(t){return Promise.all(t)},Ge.spread=eg,Ge.isAxiosError=tg,Ge.mergeConfig=jn,Ge.AxiosHeaders=kt,Ge.formToJSON=e=>wl(N.isHTMLForm(e)?new FormData(e):e),Ge.getAdapter=Bl.getAdapter,Ge.HttpStatusCode=ng,Ge.default=Ge;var Wl=Ge,Ce={},bn={};(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={}))})(bn);var dt={};Object.defineProperty(dt,"__esModule",{value:!0}),dt.getProdHqConfig=dt.getProdApiConfig=dt.getSitHqConfig=dt.getSitApiConfig=dt.getDevHqConfig=dt.getDevApiConfig=void 0;var lr={heimdallTokenFetch:"/v1/token/get",heimdallLogin:"/v1/login/code",heimdallLogout:"/v1/logout",v2Login:"/api/auth/login/code",hotLogin:"/api/auth/login/code"},rg=function(){return{v2Url:"https://v2dev.hiver.space",heimdallUrl:"https://dev.hiver.space/api/heimdall-api",hotUrl:"http://local.hiverhq.co.in:3000",apiEndpoints:lr}};dt.getDevApiConfig=rg;var og=function(){return{v2Url:"https://v2dev.hiver.space",heimdallUrl:"https://dev.hiver.space/api/heimdall-api2",hotUrl:"http://local.hiverhq.co.in:3000",apiEndpoints:lr}};dt.getDevHqConfig=og;var sg=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:lr}};dt.getSitApiConfig=sg;var ig=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:lr}};dt.getSitHqConfig=ig;var ag=function(){return{v2Url:"https://v2.hiverhq.com",heimdallUrl:"https://heimdall.hiverapi.com",hotUrl:"https://app.hiverhq.com",apiEndpoints:lr}};dt.getProdApiConfig=ag;var cg=function(){return{v2Url:"https://v2.hiverhq.com",heimdallUrl:"https://heimdall2.hiverhq.com",hotUrl:"https://app.hiverhq.com",apiEndpoints:lr}};dt.getProdHqConfig=cg;var Zt={},Xt={};Object.defineProperty(Xt,"__esModule",{value:!0}),Xt.removeValue=Xt.getValue=Xt.setValue=void 0;var Ki={};function lg(e,t){Ki[e]=t}Xt.setValue=lg;function ug(e){return Ki[e]}Xt.getValue=ug;function dg(e){delete Ki[e]}Xt.removeValue=dg,Object.defineProperty(Zt,"__esModule",{value:!0}),Zt.removeItemFromStorage=Zt.setItemInStorage=Zt.getItemFromStorage=void 0;var ur=bn,dr=Xt,fg=function(e,t){switch(t===void 0&&(t=(0,dr.getValue)("PLATFORM")),t){case ur.PLATFORM.WEB:return sessionStorage.getItem(e);case ur.PLATFORM.MOBILE:return(0,dr.getValue)(e);default:throw Error("Invalid PLATFORM ".concat(t))}};Zt.getItemFromStorage=fg;var pg=function(e,t,n){switch(n===void 0&&(n=(0,dr.getValue)("PLATFORM")),n){case ur.PLATFORM.WEB:return sessionStorage.setItem(e,t);case ur.PLATFORM.MOBILE:return(0,dr.setValue)(e,t);default:throw Error("Invalid PLATFORM ".concat(n))}};Zt.setItemInStorage=pg;var hg=function(e,t){switch(t===void 0&&(t=(0,dr.getValue)("PLATFORM")),t){case ur.PLATFORM.WEB:sessionStorage.removeItem(e);break;case ur.PLATFORM.MOBILE:(0,dr.removeValue)(e);break;default:throw Error("Invalid PLATFORM ".concat(t))}};Zt.removeItemFromStorage=hg;var gg=fe&&fe.__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 c(u){try{a(r.next(u))}catch(h){i(h)}}function l(u){try{a(r.throw(u))}catch(h){i(h)}}function a(u){u.done?s(u.value):o(u.value).then(c,l)}a((r=r.apply(e,t||[])).next())})},mg=fe&&fe.__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:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function c(a){return function(u){return l([a,u])}}function l(a){if(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(n=0)),n;)try{if(r=1,o&&(s=a[0]&2?o.return:a[0]?o.throw||((s=o.return)&&s.call(o),0):o.next)&&!(s=s.call(o,a[1])).done)return s;switch(o=0,s&&(a=[a[0]&2,s.value]),a[0]){case 0:case 1:s=a;break;case 4:return n.label++,{value:a[1],done:!1};case 5:n.label++,o=a[1],a=[0];continue;case 7:a=n.ops.pop(),n.trys.pop();continue;default:if(s=n.trys,!(s=s.length>0&&s[s.length-1])&&(a[0]===6||a[0]===2)){n=0;continue}if(a[0]===3&&(!s||a[1]>s[0]&&a[1]<s[3])){n.label=a[1];break}if(a[0]===6&&n.label<s[1]){n.label=s[1],s=a;break}if(s&&n.label<s[2]){n.label=s[2],n.ops.push(a);break}s[2]&&n.ops.pop(),n.trys.pop();continue}a=t.call(e,n)}catch(u){a=[6,u],o=0}finally{r=s=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}};Object.defineProperty(Ce,"__esModule",{value:!0}),Ce.expireToken=Ce.invalidateToken=Ce.validateToken=Ce.validateAccount=Ce.getConfig=Ce.introduceDelay=Ce.isTokenInExpiryWindow=Ce.getStoredAuthData=Ce.setUserDetails=Ce.getRefreshInterval=Ce.setTokenAndExpiry=Ce.getRandomDelay=Ce.hasValidToken=void 0;var nn=bn,fr=dt,Et=Zt,ea=function(){var e=new Date,t=new Date(e.getTime()+e.getTimezoneOffset()*6e4);return t},ta=function(e){var t=parseInt((0,Et.getItemFromStorage)("hiverAuthUserId")||"0"),n=parseInt((0,Et.getItemFromStorage)("hiverAuthUserGroupId")||"0"),r=e.userId,o=e.usergroupId;return t===r&&o===n};Ce.validateAccount=ta;var bg=function(e){var t=ta(e);return!Zl()&&t};Ce.validateToken=bg;var yg=function(e){return e.apiRetry?e.apiRetry>0:!1};Ce.invalidateToken=yg;var vg=function(){try{sessionStorage.removeItem("hiverAuthTokenExpiry")}catch{console.log("Heimdall: Unable to Remove token.")}};Ce.expireToken=vg;var Cg=function(e){var t=(0,Et.getItemFromStorage)("hiverAuthTokenExpiry")||"",n=new Date(t),r=ea(),o=ta(e);return console.log("Heimdall: checking if there is a valid token",r<n&&o),r<n&&o};Ce.hasValidToken=Cg;var Ig=function(){return Math.floor(Math.random()*6e4)+6e4};Ce.getRandomDelay=Ig;var xg=function(e,t){if(!e||!t)throw new Error("User Id or user group Id not found in the response");(0,Et.setItemInStorage)("hiverAuthUserId",e),(0,Et.setItemInStorage)("hiverAuthUserGroupId",t)};Ce.setUserDetails=xg;var Eg=function(e,t){if(!e)throw new Error("Token not found in the response");(0,Et.setItemInStorage)("hiverAuthToken",e),(0,Et.setItemInStorage)("hiverAuthTokenExpiry",t)};Ce.setTokenAndExpiry=Eg;var wg=function(){var e=(0,Et.getItemFromStorage)("hiverAuthTokenExpiry"),t=(0,Et.getItemFromStorage)("hiverAuthToken"),n=(0,Et.getItemFromStorage)("hiverAuthUserId"),r=(0,Et.getItemFromStorage)("hiverAuthUserGroupId");return{token:t,expiryTime:e,userId:n,usergroupId:r}};Ce.getStoredAuthData=wg;var Zl=function(){var e=(0,Et.getItemFromStorage)("hiverAuthTokenExpiry")||"";if(!e)return!0;var t=ea(),n=new Date(e),r=4*60*1e3,o=n.getTime()-t.getTime()<r;return console.log({currentTime:t,expiry:n,isInExpiryWindow:o}),o};Ce.isTokenInExpiryWindow=Zl;var Ag=function(e){return gg(void 0,void 0,void 0,function(){return mg(this,function(t){switch(t.label){case 0:return[4,new Promise(function(n){return setTimeout(n,e)})];case 1:return t.sent(),[2]}})})};Ce.introduceDelay=Ag;var Sg=function(e,t,n){switch(n===void 0&&(n=!0),t){case nn.TIERS.SIT:case nn.TIERS.QA:return n?(0,fr.getSitApiConfig)(e):(0,fr.getSitHqConfig)(e);case nn.TIERS.PRODUCTION:case nn.TIERS.PROD:return n?(0,fr.getProdApiConfig)():(0,fr.getProdHqConfig)();case nn.TIERS.DEV:default:return n?(0,fr.getDevApiConfig)():(0,fr.getDevHqConfig)()}};Ce.getConfig=Sg;var _g=function(){try{var e=(0,Et.getItemFromStorage)("hiverAuthTokenExpiry");if(!e)return nn.RETRY_DELAY_IN_CASE_OF_CORRUPTED_EXPIRY;var t=new Date(e),n=ea();return t.getTime()-n.getTime()>nn.TWO_MINUTES_IN_MS?t.getTime()-nn.TWO_MINUTES_IN_MS:t.getTime()-n.getTime()}catch(r){return console.error("Heimdall: Error in getRefreshInterval",r),nn.REFETCH_CHECK_DELAY}};Ce.getRefreshInterval=_g;var oo={},Nt={},Xl;function zl(){if(Xl)return Nt;Xl=1;var e=fe&&fe.__awaiter||function(b,d,f,p){function y(m){return m instanceof f?m:new f(function(E){E(m)})}return new(f||(f=Promise))(function(m,E){function I(S){try{A(p.next(S))}catch(T){E(T)}}function w(S){try{A(p.throw(S))}catch(T){E(T)}}function A(S){S.done?m(S.value):y(S.value).then(I,w)}A((p=p.apply(b,d||[])).next())})},t=fe&&fe.__generator||function(b,d){var f={label:0,sent:function(){if(m[0]&1)throw m[1];return m[1]},trys:[],ops:[]},p,y,m,E;return E={next:I(0),throw:I(1),return:I(2)},typeof Symbol=="function"&&(E[Symbol.iterator]=function(){return this}),E;function I(A){return function(S){return w([A,S])}}function w(A){if(p)throw new TypeError("Generator is already executing.");for(;E&&(E=0,A[0]&&(f=0)),f;)try{if(p=1,y&&(m=A[0]&2?y.return:A[0]?y.throw||((m=y.return)&&m.call(y),0):y.next)&&!(m=m.call(y,A[1])).done)return m;switch(y=0,m&&(A=[A[0]&2,m.value]),A[0]){case 0:case 1:m=A;break;case 4:return f.label++,{value:A[1],done:!1};case 5:f.label++,y=A[1],A=[0];continue;case 7:A=f.ops.pop(),f.trys.pop();continue;default:if(m=f.trys,!(m=m.length>0&&m[m.length-1])&&(A[0]===6||A[0]===2)){f=0;continue}if(A[0]===3&&(!m||A[1]>m[0]&&A[1]<m[3])){f.label=A[1];break}if(A[0]===6&&f.label<m[1]){f.label=m[1],m=A;break}if(m&&f.label<m[2]){f.label=m[2],f.ops.push(A);break}m[2]&&f.ops.pop(),f.trys.pop();continue}A=d.call(b,f)}catch(S){A=[6,S],y=0}finally{p=m=0}if(A[0]&5)throw A[1];return{value:A[0]?A[1]:void 0,done:!0}}};Object.defineProperty(Nt,"__esModule",{value:!0}),Nt.logoutFromHeimdall=Nt.getTenantLoginCode=Nt.getLoginToken=Nt.getAccessToken=void 0;var n=bn,r=ql(),o=Ce,s=function(b,d,f,p){var y=(0,o.getStoredAuthData)(),m=f===n.TENANT_PLATFORM.HIVERWEB?n.TENANT_PLATFORM.HIVERWEB:n.TENANT_PLATFORM.GMAIL;return{root_url:b.heimdallUrl,url:b.apiEndpoints.heimdallTokenFetch,method:n.GET_METHOD,headers:{"x-hiver-tenant":m},data:{user_id:d.userId,usergroup_id:d.usergroupId,access_token:(y==null?void 0:y.token)||"",source:p}}},i=function(b,d,f,p,y){var m=f===n.TENANT_PLATFORM.HIVERWEB?n.TENANT_PLATFORM.HIVERWEB:n.TENANT_PLATFORM.GMAIL;return{root_url:d.heimdallUrl,url:d.apiEndpoints.heimdallLogin,method:n.GET_METHOD,data:{code:b},headers:{"x-hiver-tenant":m,"x-hiver-userid":p,"x-hiver-usergroupid":y}}},c=function(b,d){var f=d===n.TENANT_PLATFORM.HIVERWEB?n.TENANT_PLATFORM.HIVERWEB:n.TENANT_PLATFORM.GMAIL;return{root_url:b.heimdallUrl,url:b.apiEndpoints.heimdallLogout,method:n.GET_METHOD,headers:{"x-hiver-tenant":f}}},l=function(b){return parseInt(b,10)},a=function(b,d,f,p){return{root_url:f===n.TENANT_PLATFORM.HIVERWEB?b.hotUrl:b.v2Url,url:f===n.TENANT_PLATFORM.HIVERWEB?b.apiEndpoints.hotLogin:b.apiEndpoints.v2Login,method:n.GET_METHOD,data:{usersession:l(d.userId),app:p||n.APP_UI.DEFAULT}}},u=function(b,d,f,p,y){return e(void 0,void 0,void 0,function(){var m,E,I,w,A,S,T;return t(this,function(R){switch(R.label){case 0:console.log("GETTOKEN tenantPlatform -> ",p),R.label=1;case 1:return R.trys.push([1,5,,6]),!(0,o.validateToken)(f)||(0,o.invalidateToken)(f)?(console.log("HEIMDALL: No valid token, fetching token"),m=s(d,f,p,y),[4,(0,r.performAxiosCall)(m)]):[3,3];case 2:return E=R.sent(),[2,{atToken:(w=E==null?void 0:E.data.at)===null||w===void 0?void 0:w.token,expiryTime:(A=E==null?void 0:E.data.at)===null||A===void 0?void 0:A.expires_at,userId:(S=E==null?void 0:E.data)===null||S===void 0?void 0:S.user_id,userGroupId:(T=E==null?void 0:E.data)===null||T===void 0?void 0:T.usergroup_id}];case 3:return console.log("Heimdall: Valid token already exists"),[2,{}];case 4:return[3,6];case 5:throw I=R.sent(),I;case 6:return[2]}})})};Nt.getAccessToken=u;var h=function(b,d,f,p,y,m){return e(void 0,void 0,void 0,function(){var E,I,w,A,S,T,R;return t(this,function(F){switch(F.label){case 0:E=i(b,f,p,y,m),F.label=1;case 1:return F.trys.push([1,3,,4]),[4,(0,r.performAxiosCall)(E)];case 2:return I=F.sent(),[2,{userId:(A=I==null?void 0:I.data)===null||A===void 0?void 0:A.user_id,userGroupId:(S=I==null?void 0:I.data)===null||S===void 0?void 0:S.usergroup_id,atToken:(T=I==null?void 0:I.data.at)===null||T===void 0?void 0:T.token,expiryTime:(R=I==null?void 0:I.data.at)===null||R===void 0?void 0:R.expires_at}];case 3:throw w=F.sent(),w;case 4:return[2]}})})};Nt.getLoginToken=h;var g=function(b,d,f,p,y){return e(void 0,void 0,void 0,function(){var m,E,I;return t(this,function(w){switch(w.label){case 0:return w.trys.push([0,2,,3]),console.log("ERROR debug: in getTenantLoginCode:",y),m=a(d,f,p,y),[4,(0,r.performAxiosCall)(m)];case 1:return E=w.sent(),[2,E==null?void 0:E.data.code];case 2:throw I=w.sent(),I;case 3:return[2]}})})};Nt.getTenantLoginCode=g;var x=function(b,d,f){return f===void 0&&(f=0),e(void 0,void 0,void 0,function(){var p,y,m;return t(this,function(E){switch(E.label){case 0:return E.trys.push([0,2,,5]),p=c(b,d),[4,(0,r.performAxiosCall)(p)];case 1:return y=E.sent(),[2,y==null?void 0:y.status];case 2:return m=E.sent(),f<2?[4,x(b,d,f+1)]:[3,4];case 3:E.sent(),E.label=4;case 4:throw m;case 5:return[2]}})})};return Nt.logoutFromHeimdall=x,Nt}var cs={},Tg=fe&&fe.__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 c(u){try{a(r.next(u))}catch(h){i(h)}}function l(u){try{a(r.throw(u))}catch(h){i(h)}}function a(u){u.done?s(u.value):o(u.value).then(c,l)}a((r=r.apply(e,t||[])).next())})},Og=fe&&fe.__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:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function c(a){return function(u){return l([a,u])}}function l(a){if(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(n=0)),n;)try{if(r=1,o&&(s=a[0]&2?o.return:a[0]?o.throw||((s=o.return)&&s.call(o),0):o.next)&&!(s=s.call(o,a[1])).done)return s;switch(o=0,s&&(a=[a[0]&2,s.value]),a[0]){case 0:case 1:s=a;break;case 4:return n.label++,{value:a[1],done:!1};case 5:n.label++,o=a[1],a=[0];continue;case 7:a=n.ops.pop(),n.trys.pop();continue;default:if(s=n.trys,!(s=s.length>0&&s[s.length-1])&&(a[0]===6||a[0]===2)){n=0;continue}if(a[0]===3&&(!s||a[1]>s[0]&&a[1]<s[3])){n.label=a[1];break}if(a[0]===6&&n.label<s[1]){n.label=s[1],s=a;break}if(s&&n.label<s[2]){n.label=s[2],n.ops.push(a);break}s[2]&&n.ops.pop(),n.trys.pop();continue}a=t.call(e,n)}catch(u){a=[6,u],o=0}finally{r=s=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}};Object.defineProperty(cs,"__esModule",{value:!0}),cs.subscribeToOnlineEvent=void 0;var Yl=bn,Lg=Xt,Fg=function(e,t){switch(t===void 0&&(t=(0,Lg.getValue)("PLATFORM")),console.log("Online status detected. Fetching token..."),t){case Yl.PLATFORM.WEB:return window.addEventListener("online",function(){return Tg(void 0,void 0,void 0,function(){return Og(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 Yl.PLATFORM.MOBILE:e();return;default:throw Error("Invalid PLATFORM ".concat(t))}};cs.subscribeToOnlineEvent=Fg;var Jl;function Ql(){if(Jl)return oo;Jl=1;var e=fe&&fe.__awaiter||function(b,d,f,p){function y(m){return m instanceof f?m:new f(function(E){E(m)})}return new(f||(f=Promise))(function(m,E){function I(S){try{A(p.next(S))}catch(T){E(T)}}function w(S){try{A(p.throw(S))}catch(T){E(T)}}function A(S){S.done?m(S.value):y(S.value).then(I,w)}A((p=p.apply(b,d||[])).next())})},t=fe&&fe.__generator||function(b,d){var f={label:0,sent:function(){if(m[0]&1)throw m[1];return m[1]},trys:[],ops:[]},p,y,m,E;return E={next:I(0),throw:I(1),return:I(2)},typeof Symbol=="function"&&(E[Symbol.iterator]=function(){return this}),E;function I(A){return function(S){return w([A,S])}}function w(A){if(p)throw new TypeError("Generator is already executing.");for(;E&&(E=0,A[0]&&(f=0)),f;)try{if(p=1,y&&(m=A[0]&2?y.return:A[0]?y.throw||((m=y.return)&&m.call(y),0):y.next)&&!(m=m.call(y,A[1])).done)return m;switch(y=0,m&&(A=[A[0]&2,m.value]),A[0]){case 0:case 1:m=A;break;case 4:return f.label++,{value:A[1],done:!1};case 5:f.label++,y=A[1],A=[0];continue;case 7:A=f.ops.pop(),f.trys.pop();continue;default:if(m=f.trys,!(m=m.length>0&&m[m.length-1])&&(A[0]===6||A[0]===2)){f=0;continue}if(A[0]===3&&(!m||A[1]>m[0]&&A[1]<m[3])){f.label=A[1];break}if(A[0]===6&&f.label<m[1]){f.label=m[1],m=A;break}if(m&&f.label<m[2]){f.label=m[2],f.ops.push(A);break}m[2]&&f.ops.pop(),f.trys.pop();continue}A=d.call(b,f)}catch(S){A=[6,S],y=0}finally{p=m=0}if(A[0]&5)throw A[1];return{value:A[0]?A[1]:void 0,done:!0}}};Object.defineProperty(oo,"__esModule",{value:!0}),oo.fetchAccessToken=void 0;var n=zl(),r=bn,o=Ce,s=cs,i,c,l,a=function(b,d,f,p,y,m){return m===void 0&&(m=r.APP_UI.DEFAULT),e(void 0,void 0,void 0,function(){var E,I,w,A,S,T,R,F,D;return t(this,function(B){switch(B.label){case 0:E=2,B.label=1;case 1:return B.trys.push([1,7,,12]),console.log("ERROR debug: in login:",m,p),I=void 0,y?[4,y()]:[3,3];case 2:return I=B.sent(),[3,5];case 3:return[4,(0,n.getTenantLoginCode)(r.CONFIG_HIVER,b,d,p,m)];case 4:I=B.sent(),B.label=5;case 5:return[4,(0,n.getLoginToken)(I,r.CONFIG_HIVER,b,p,d.userId,d.usergroupId)];case 6:return w=B.sent(),A=w.userId,S=w.userGroupId,T=w.atToken,R=w.expiryTime,(0,o.setTokenAndExpiry)(T,R),(0,o.setUserDetails)(A,S),[3,12];case 7:F=B.sent(),console.log("ERROR debug: in error login:",F,m),D=f,B.label=8;case 8:return D<E?[4,a(b,d,D+1,p,y,m)]:[3,11];case 9:B.sent(),B.label=10;case 10:return D++,[3,8];case 11:throw F;case 12:return[2]}})})},u=function(b,d,f,p,y){return e(void 0,void 0,void 0,function(){var m,E,I,w;return t(this,function(A){switch(A.label){case 0:return d<r.MAX_CONFLICT_RETRY_DELAY?[4,new Promise(function(S){return setTimeout(S,b)})]:[3,3];case 1:return A.sent(),d+=b,b*2<=r.MAX_BACKOFF_LIMIT?b*=2:b=r.MAX_BACKOFF_LIMIT,console.log("Heimdall: Fetch token post doubling conflict retry delay",b),m=f.retryDelay,E=f.configs,I=f.apiParams,w=f.appUI,[4,h(m,b,d,E,I,p,y,w)];case 2:A.sent(),A.label=3;case 3:return[2]}})})},h=function(b,d,f,p,y,m,E,I,w){return I===void 0&&(I="default"),e(void 0,void 0,void 0,function(){var A,S,T,R,F,D,B,W,X,Y,K,J,z,ae;return t(this,function(le){switch(le.label){case 0:return le.trys.push([0,2,,12]),console.log("Heimdall: Interval Set on fetch token in fetchAndSaveToken:",l),[4,(0,n.getAccessToken)(r.CONFIG_HIVER,p,y,m,I)];case 1:return A=le.sent(),S=A.atToken,T=A.expiryTime,R=A.userId,F=A.userGroupId,S&&T&&(0,o.setTokenAndExpiry)(S,T),R&&F&&(0,o.setUserDetails)(R,F),b=r.INITIAL_RETRY_DELAY,d=r.INITIAL_RETRY_DELAY,f=0,[3,12];case 2:return D=le.sent(),console.log("ERROR: Heimdall fetch token",D),((X=D.response)===null||X===void 0?void 0:X.status)===401||((Y=D.request)===null||Y===void 0?void 0:Y.status)===401?(B=1,[4,a(p,y,B,m,E,w)]):[3,4];case 3:return le.sent(),[3,11];case 4:return((K=D.response)===null||K===void 0?void 0:K.status)===409||((J=D.request)===null||J===void 0?void 0:J.status)===409?(console.log("Heimdall: Fetching token post 409 in fetch And Save Token"),W={retryDelay:b,configs:p,apiParams:y,appUI:w},[4,u(d,f,W,m,E)]):[3,6];case 5:if(le.sent(),f>=r.MAX_CONFLICT_RETRY_DELAY)throw D;return[3,11];case 6:if(!(((z=D.response)===null||z===void 0?void 0:z.status)===422||((ae=D.request)===null||ae===void 0?void 0:ae.status)===422))return[3,7];throw console.log("ERROR: Throwing error",D.response.status),D;case 7:return b<=r.MAX_RETRY_DELAY?[4,new Promise(function(M){return setTimeout(M,b)})]:[3,10];case 8:return le.sent(),b*=2,console.log("Heimdall: Fetch token post doubling retry delay",b),[4,h(b,d,f,p,y,m,E,w)];case 9:return le.sent(),[3,11];case 10:throw D;case 11:return[3,12];case 12:return[2]}})})},g=function(b,d,f,p,y,m,E,I){return f===void 0&&(f=r.INITIAL_RETRY_DELAY),p===void 0&&(p=r.INITIAL_RETRY_DELAY),e(void 0,void 0,void 0,function(){var w,A,S;return t(this,function(T){switch(T.label){case 0:return T.trys.push([0,4,,5]),w=(0,o.isTokenInExpiryWindow)(),w?(A=(0,o.getRandomDelay)(),[4,(0,o.introduceDelay)(A)]):[3,3];case 1:return T.sent(),console.log("Heimdall: Fetching token - in expiry window"),[4,h(f,p,y,b,d,m,E,I)];case 2:T.sent(),T.label=3;case 3:return[3,5];case 4:throw S=T.sent(),S;case 5:return[2]}})})},x=function(b,d,f,p,y,m,E){return e(void 0,void 0,void 0,function(){var I,w,A,S,T,R;return t(this,function(F){switch(F.label){case 0:i=b,c=d,I=r.INITIAL_RETRY_DELAY,w=r.INITIAL_RETRY_DELAY,A=0,S=(0,o.getConfig)(i,c),console.log("Instance: Fetch Call"),F.label=1;case 1:return F.trys.push([1,3,,4]),[4,h(I,w,A,S,f,p,y,m,E)];case 2:return F.sent(),console.log("Heimdall: Interval Set on fetch token when fetch token is called:",l),clearInterval(l),l=setInterval(function(){return g(S,f,r.INITIAL_RETRY_DELAY,r.INITIAL_RETRY_DELAY,0,p,y,E)},r.REFETCH_CHECK_DELAY),T=function(){return e(void 0,void 0,void 0,function(){return t(this,function(D){switch(D.label){case 0:return[4,g(S,f,r.INITIAL_RETRY_DELAY,r.INITIAL_RETRY_DELAY,0,p,y,E)];case 1:return D.sent(),[2]}})})},console.log("Heimdall: Interval Set on fetch token:",l),(0,s.subscribeToOnlineEvent)(T),[3,4];case 3:return R=F.sent(),console.log("ERROR: Fetching token failed",R),[3,4];case 4:return[2]}})})};return oo.fetchAccessToken=x,oo}var $l;function ql(){if($l)return Mn;$l=1;var e=fe&&fe.__assign||function(){return e=Object.assign||function(d){for(var f,p=1,y=arguments.length;p<y;p++){f=arguments[p];for(var m in f)Object.prototype.hasOwnProperty.call(f,m)&&(d[m]=f[m])}return d},e.apply(this,arguments)},t=fe&&fe.__awaiter||function(d,f,p,y){function m(E){return E instanceof p?E:new p(function(I){I(E)})}return new(p||(p=Promise))(function(E,I){function w(T){try{S(y.next(T))}catch(R){I(R)}}function A(T){try{S(y.throw(T))}catch(R){I(R)}}function S(T){T.done?E(T.value):m(T.value).then(w,A)}S((y=y.apply(d,f||[])).next())})},n=fe&&fe.__generator||function(d,f){var p={label:0,sent:function(){if(E[0]&1)throw E[1];return E[1]},trys:[],ops:[]},y,m,E,I;return I={next:w(0),throw:w(1),return:w(2)},typeof Symbol=="function"&&(I[Symbol.iterator]=function(){return this}),I;function w(S){return function(T){return A([S,T])}}function A(S){if(y)throw new TypeError("Generator is already executing.");for(;I&&(I=0,S[0]&&(p=0)),p;)try{if(y=1,m&&(E=S[0]&2?m.return:S[0]?m.throw||((E=m.return)&&E.call(m),0):m.next)&&!(E=E.call(m,S[1])).done)return E;switch(m=0,E&&(S=[S[0]&2,E.value]),S[0]){case 0:case 1:E=S;break;case 4:return p.label++,{value:S[1],done:!1};case 5:p.label++,m=S[1],S=[0];continue;case 7:S=p.ops.pop(),p.trys.pop();continue;default:if(E=p.trys,!(E=E.length>0&&E[E.length-1])&&(S[0]===6||S[0]===2)){p=0;continue}if(S[0]===3&&(!E||S[1]>E[0]&&S[1]<E[3])){p.label=S[1];break}if(S[0]===6&&p.label<E[1]){p.label=E[1],E=S;break}if(E&&p.label<E[2]){p.label=E[2],p.ops.push(S);break}E[2]&&p.ops.pop(),p.trys.pop();continue}S=f.call(d,p)}catch(T){S=[6,T],m=0}finally{y=E=0}if(S[0]&5)throw S[1];return{value:S[0]?S[1]:void 0,done:!0}}};Object.defineProperty(Mn,"__esModule",{value:!0}),Mn.hiverAxiosCall=Mn.performAxiosCall=void 0;var r=Wl,o=Ce,s=Ql(),i=Zt,c=bn,l,a=2,u=function(d,f){var p=f.fetchCsrfToken();d.formData?d.formData.append("_csrf_token",p):(d.data=d.data||{},d.data._csrf_token=p)},h=function(d,f){var p={};!d.method||d.method.toLowerCase()==="get"?p={params:d.params?d.params:d.data}:p=d.params?{params:d,data:d.data}:{data:d.data};var y=e(e({method:d.method,url:"".concat(d.root_url).concat(d.url),headers:d.headers},p),{withCredentials:f,responseType:(d==null?void 0:d.responseType)||""});return y};function g(d,f){return f===void 0&&(f=!0),t(this,void 0,void 0,function(){var p;return n(this,function(y){return p=h(d,f),[2,(0,r.default)(p).then(function(m){return m}).catch(function(m){throw m})]})})}Mn.performAxiosCall=g;function x(d,f,p){return t(this,void 0,void 0,function(){var y,m,E;return n(this,function(I){switch(I.label){case 0:return I.trys.push([0,6,,8]),d.authTokenFetchingInProgress?[3,2]:(d.authTokenFetchingInProgress=!0,y=d.appEnv,m=d.tier,[4,(0,s.fetchAccessToken)(y,m,f,d.tenantPlatform,d.getTokenForLogin,p)]);case 1:return I.sent(),d.authTokenFetchingInProgress=!1,[3,5];case 2:return[4,new Promise(function(w){return setTimeout(w,100)})];case 3:return I.sent(),console.log("Heimdall: Retrying fetchAccessToken after 100ms..."),[4,x(d,f,p)];case 4:I.sent(),I.label=5;case 5:return[3,8];case 6:return E=I.sent(),console.log("Error while fetching Auth Token :",E),d.authTokenFetchingInProgress=!1,[4,x(d,f,p)];case 7:return I.sent(),[3,8];case 8:return[2]}})})}function b(d,f,p,y,m){var E,I;return m===void 0&&(m=0),t(this,void 0,void 0,function(){var w,A,S,T,R,F,D;return n(this,function(B){switch(B.label){case 0:if(B.trys.push([0,4,,5]),!(p.getToken&&!(0,o.hasValidToken)(f)))return[3,2];if(w=d.appEnv,A=d.tier,!w||!A)throw Error("appEnv or tier missing : ".concat(w,"/").concat(A));return"userId"in f&&"usergroupId"in f?(S={userId:f.userId,usergroupId:f.usergroupId},[4,x(d,S,y)]):[3,2];case 1:B.sent(),B.label=2;case 2:return d.csrfToken&&u(f,p),T=d.tenantPlatform===c.TENANT_PLATFORM.HIVERWEB?c.TENANT_PLATFORM.HIVERWEB:c.TENANT_PLATFORM.GMAIL,f.headers=e(e({},f.headers),{"x-hiver-tenant":T,"x-hiver-userid":(0,i.getItemFromStorage)("hiverAuthUserId")||"0","x-hiver-usergroupid":(0,i.getItemFromStorage)("hiverAuthUserGroupId")||"0"}),p.getToken&&(l=(0,i.getItemFromStorage)("hiverAuthToken")||"",f.headers=e(e({},f.headers),{Authorization:"Bearer ".concat(l)})),console.log("Performing axios call for:",f),[4,g(f,d.withCredentials)];case 3:return R=B.sent(),f.onSuccess&&f.onSuccess(R),[2,R];case 4:if(F=B.sent(),D=((E=F.response)===null||E===void 0?void 0:E.status)===403||((I=F.request)===null||I===void 0?void 0:I.status)===403,m<a&&D)return(0,o.expireToken)(),[2,b(d,f,p,y,m+1)];if(m>=a&&D||!D)throw f.onFail&&f.onFail(F),console.log("ERROR: Reached make Axios",F),F;return[3,5];case 5:return[2]}})})}return Mn.hiverAxiosCall=b,Mn}var so={},De={},Pe={};Object.defineProperty(Pe,"__esModule",{value:!0}),Pe.TIERS=Pe.APP_UI=Pe.CONFIG_HIVER=Pe.REFETCH_CHECK_DELAY=Pe.INITIAL_RETRY_DELAY=Pe.MAX_BACKOFF_LIMIT=Pe.MAX_CONFLICT_RETRY_DELAY=Pe.MAX_RETRY_DELAY=Pe.GET_METHOD=void 0,Pe.GET_METHOD="GET",Pe.MAX_RETRY_DELAY=18e4,Pe.MAX_CONFLICT_RETRY_DELAY=63e3,Pe.MAX_BACKOFF_LIMIT=8e3,Pe.INITIAL_RETRY_DELAY=1e3,Pe.REFETCH_CHECK_DELAY=168e4,Pe.CONFIG_HIVER={getToken:!1,fetchCsrfToken:function(){return""},isHiverApiDomain:!0},Pe.APP_UI={COLLAB_SPACE:"collab-space",DEFAULT:"default"},Pe.TIERS={DEV:"dev",SIT:"sit",PROD:"production"};var ft={};Object.defineProperty(ft,"__esModule",{value:!0}),ft.getProdHqConfig=ft.getProdApiConfig=ft.getSitHqConfig=ft.getSitApiConfig=ft.getDevHqConfig=ft.getDevApiConfig=void 0;var pr={heimdallTokenFetch:"/v1/token/get",heimdallLogin:"/v1/login/code",v2Login:"/api/auth/login/code"},Dg=function(){return{v2Url:"https://v2dev.hiver.space",heimdallUrl:"https://dev.hiver.space/api/heimdall-api",apiEndpoints:pr}};ft.getDevApiConfig=Dg;var Rg=function(){return{v2Url:"https://v2dev.hiver.space",heimdallUrl:"https://dev.hiver.space/api/heimdall-api2",apiEndpoints:pr}};ft.getDevHqConfig=Rg;var kg=function(e){return{v2Url:"https://v2".concat(e,".hiver.space"),heimdallUrl:"https://".concat(e,".hiver.space/api/heimdall-api"),apiEndpoints:pr}};ft.getSitApiConfig=kg;var Ng=function(e){return{v2Url:"https://v2".concat(e,".hiver.space"),heimdallUrl:"https://".concat(e,".hiver.space/api/heimdall-api2"),apiEndpoints:pr}};ft.getSitHqConfig=Ng;var Pg=function(){return{v2Url:"https://v2.hiverhq.com",heimdallUrl:"https://heimdall.hiverapi.com",apiEndpoints:pr}};ft.getProdApiConfig=Pg;var Mg=function(){return{v2Url:"https://v2.hiverhq.com",heimdallUrl:"https://heimdall2.hiverhq.com",apiEndpoints:pr}};ft.getProdHqConfig=Mg;var Bg=fe&&fe.__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 c(u){try{a(r.next(u))}catch(h){i(h)}}function l(u){try{a(r.throw(u))}catch(h){i(h)}}function a(u){u.done?s(u.value):o(u.value).then(c,l)}a((r=r.apply(e,t||[])).next())})},jg=fe&&fe.__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:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function c(a){return function(u){return l([a,u])}}function l(a){if(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(n=0)),n;)try{if(r=1,o&&(s=a[0]&2?o.return:a[0]?o.throw||((s=o.return)&&s.call(o),0):o.next)&&!(s=s.call(o,a[1])).done)return s;switch(o=0,s&&(a=[a[0]&2,s.value]),a[0]){case 0:case 1:s=a;break;case 4:return n.label++,{value:a[1],done:!1};case 5:n.label++,o=a[1],a=[0];continue;case 7:a=n.ops.pop(),n.trys.pop();continue;default:if(s=n.trys,!(s=s.length>0&&s[s.length-1])&&(a[0]===6||a[0]===2)){n=0;continue}if(a[0]===3&&(!s||a[1]>s[0]&&a[1]<s[3])){n.label=a[1];break}if(a[0]===6&&n.label<s[1]){n.label=s[1],s=a;break}if(s&&n.label<s[2]){n.label=s[2],n.ops.push(a);break}s[2]&&n.ops.pop(),n.trys.pop();continue}a=t.call(e,n)}catch(u){a=[6,u],o=0}finally{r=s=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}};Object.defineProperty(De,"__esModule",{value:!0}),De.expireToken=De.validateToken=De.validateAccount=De.getConfig=De.introduceDelay=De.isTokenInExpiryWindow=De.getStoredAuthData=De.setUserDetails=De.setTokenAndExpiry=De.getRandomDelay=De.hasValidToken=void 0;var na=Pe,Vn=ft,Ul=function(){var e=new Date,t=new Date(e.getTime()+e.getTimezoneOffset()*6e4);return t},ra=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};De.validateAccount=ra;var Vg=function(e){var t=ra(e);return!Kl()&&t};De.validateToken=Vg;var Gg=function(){try{sessionStorage.removeItem("hiverAuthTokenExpiry")}catch{console.log("Heimdall: Unable to Remove token.")}};De.expireToken=Gg;var Hg=function(e){console.log("Heimdall: checking if there is a valid token");var t=sessionStorage.getItem("hiverAuthTokenExpiry")||"",n=new Date(t),r=Ul(),o=ra(e);return r<n&&o};De.hasValidToken=Hg;var Wg=function(){return Math.floor(Math.random()*6e4)+6e4};De.getRandomDelay=Wg;var Zg=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)};De.setUserDetails=Zg;var Xg=function(e,t){if(!e)throw new Error("Token not found in the response");sessionStorage.setItem("hiverAuthToken",e),sessionStorage.setItem("hiverAuthTokenExpiry",t)};De.setTokenAndExpiry=Xg;var zg=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}};De.getStoredAuthData=zg;var Kl=function(){var e=sessionStorage.getItem("hiverAuthTokenExpiry")||"";if(!e)return!0;var t=Ul(),n=new Date(e),r=4*60*1e3,o=n.getTime()-t.getTime()<r;return console.log({currentTime:t,expiry:n,isInExpiryWindow:o}),o};De.isTokenInExpiryWindow=Kl;var Yg=function(e){return Bg(void 0,void 0,void 0,function(){return jg(this,function(t){switch(t.label){case 0:return[4,new Promise(function(n){return setTimeout(n,e)})];case 1:return t.sent(),[2]}})})};De.introduceDelay=Yg;var Jg=function(e,t,n){switch(t){case na.TIERS.SIT:return console.log("ISHIVERAPIDOMAIN:",n,(0,Vn.getSitHqConfig)(e)),n?(0,Vn.getSitApiConfig)(e):(0,Vn.getSitHqConfig)(e);case na.TIERS.PROD:return n?(0,Vn.getProdApiConfig)():(0,Vn.getProdHqConfig)();case na.TIERS.DEV:default:return n?(0,Vn.getDevApiConfig)():(0,Vn.getDevHqConfig)()}};De.getConfig=Jg;var io={},rn={},eu;function Qg(){if(eu)return rn;eu=1;var e=fe&&fe.__awaiter||function(g,x,b,d){function f(p){return p instanceof b?p:new b(function(y){y(p)})}return new(b||(b=Promise))(function(p,y){function m(w){try{I(d.next(w))}catch(A){y(A)}}function E(w){try{I(d.throw(w))}catch(A){y(A)}}function I(w){w.done?p(w.value):f(w.value).then(m,E)}I((d=d.apply(g,x||[])).next())})},t=fe&&fe.__generator||function(g,x){var b={label:0,sent:function(){if(p[0]&1)throw p[1];return p[1]},trys:[],ops:[]},d,f,p,y;return y={next:m(0),throw:m(1),return:m(2)},typeof Symbol=="function"&&(y[Symbol.iterator]=function(){return this}),y;function m(I){return function(w){return E([I,w])}}function E(I){if(d)throw new TypeError("Generator is already executing.");for(;y&&(y=0,I[0]&&(b=0)),b;)try{if(d=1,f&&(p=I[0]&2?f.return:I[0]?f.throw||((p=f.return)&&p.call(f),0):f.next)&&!(p=p.call(f,I[1])).done)return p;switch(f=0,p&&(I=[I[0]&2,p.value]),I[0]){case 0:case 1:p=I;break;case 4:return b.label++,{value:I[1],done:!1};case 5:b.label++,f=I[1],I=[0];continue;case 7:I=b.ops.pop(),b.trys.pop();continue;default:if(p=b.trys,!(p=p.length>0&&p[p.length-1])&&(I[0]===6||I[0]===2)){b=0;continue}if(I[0]===3&&(!p||I[1]>p[0]&&I[1]<p[3])){b.label=I[1];break}if(I[0]===6&&b.label<p[1]){b.label=p[1],p=I;break}if(p&&b.label<p[2]){b.label=p[2],b.ops.push(I);break}p[2]&&b.ops.pop(),b.trys.pop();continue}I=x.call(g,b)}catch(w){I=[6,w],f=0}finally{d=p=0}if(I[0]&5)throw I[1];return{value:I[0]?I[1]:void 0,done:!0}}};Object.defineProperty(rn,"__esModule",{value:!0}),rn.getV2LoginCode=rn.getLoginToken=rn.getAccessToken=void 0;var n=Pe,r=ou(),o=De,s=function(g,x,b){var d=(0,o.getStoredAuthData)();return{root_url:g.heimdallUrl,url:g.apiEndpoints.heimdallTokenFetch,method:n.GET_METHOD,data:{user_id:x.userId,usergroup_id:x.usergroupId,access_token:(d==null?void 0:d.token)||"",source:b},withCredentials:!0}},i=function(g,x){return{root_url:x.heimdallUrl,url:x.apiEndpoints.heimdallLogin,method:n.GET_METHOD,data:{code:g},withCredentials:!0}},c=function(g){return parseInt(g,10)},l=function(g,x){return{root_url:g.v2Url,url:g.apiEndpoints.v2Login,method:n.GET_METHOD,withCredentials:!0,data:{usersession:c(localStorage.getItem("hiver-config.usersession")),app:x||n.APP_UI.DEFAULT}}},a=function(g,x,b,d){return e(void 0,void 0,void 0,function(){var f,p,y,m,E,I,w;return t(this,function(A){switch(A.label){case 0:return A.trys.push([0,4,,5]),(0,o.validateToken)(b)?[3,2]:(console.log("HEIMDALL: No valid token, fetching token"),f=s(x,b,d),[4,(0,r.makeAxiosCall)(f,g)]);case 1:return p=A.sent(),[2,{atToken:(m=p==null?void 0:p.data.at)===null||m===void 0?void 0:m.token,expiryTime:(E=p==null?void 0:p.data.at)===null||E===void 0?void 0:E.expires_at,userId:(I=p==null?void 0:p.data)===null||I===void 0?void 0:I.user_id,userGroupId:(w=p==null?void 0:p.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 y=A.sent(),y;case 5:return[2]}})})};rn.getAccessToken=a;var u=function(g,x,b){return e(void 0,void 0,void 0,function(){var d,f,p,y,m,E,I;return t(this,function(w){switch(w.label){case 0:d=i(g,b),w.label=1;case 1:return w.trys.push([1,3,,4]),[4,(0,r.makeAxiosCall)(d,x)];case 2:return f=w.sent(),[2,{userId:(y=f==null?void 0:f.data)===null||y===void 0?void 0:y.user_id,userGroupId:(m=f==null?void 0:f.data)===null||m===void 0?void 0:m.usergroup_id,atToken:(E=f==null?void 0:f.data.at)===null||E===void 0?void 0:E.token,expiryTime:(I=f==null?void 0:f.data.at)===null||I===void 0?void 0:I.expires_at}];case 3:throw p=w.sent(),p;case 4:return[2]}})})};rn.getLoginToken=u;var h=function(g,x,b){return e(void 0,void 0,void 0,function(){var d,f,p;return t(this,function(y){switch(y.label){case 0:return y.trys.push([0,2,,3]),console.log("ERROR debug: in getV2loginCode:",b),d=l(x,b),[4,(0,r.makeAxiosCall)(d,g)];case 1:return f=y.sent(),console.log("DEBUG HEIMDALL: local storage:",f==null?void 0:f.data),[2,f==null?void 0:f.data.code];case 2:throw p=y.sent(),p;case 3:return[2]}})})};return rn.getV2LoginCode=h,rn}var tu;function nu(){if(tu)return io;tu=1;var e=fe&&fe.__awaiter||function(x,b,d,f){function p(y){return y instanceof d?y:new d(function(m){m(y)})}return new(d||(d=Promise))(function(y,m){function E(A){try{w(f.next(A))}catch(S){m(S)}}function I(A){try{w(f.throw(A))}catch(S){m(S)}}function w(A){A.done?y(A.value):p(A.value).then(E,I)}w((f=f.apply(x,b||[])).next())})},t=fe&&fe.__generator||function(x,b){var d={label:0,sent:function(){if(y[0]&1)throw y[1];return y[1]},trys:[],ops:[]},f,p,y,m;return m={next:E(0),throw:E(1),return:E(2)},typeof Symbol=="function"&&(m[Symbol.iterator]=function(){return this}),m;function E(w){return function(A){return I([w,A])}}function I(w){if(f)throw new TypeError("Generator is already executing.");for(;m&&(m=0,w[0]&&(d=0)),d;)try{if(f=1,p&&(y=w[0]&2?p.return:w[0]?p.throw||((y=p.return)&&y.call(p),0):p.next)&&!(y=y.call(p,w[1])).done)return y;switch(p=0,y&&(w=[w[0]&2,y.value]),w[0]){case 0:case 1:y=w;break;case 4:return d.label++,{value:w[1],done:!1};case 5:d.label++,p=w[1],w=[0];continue;case 7:w=d.ops.pop(),d.trys.pop();continue;default:if(y=d.trys,!(y=y.length>0&&y[y.length-1])&&(w[0]===6||w[0]===2)){d=0;continue}if(w[0]===3&&(!y||w[1]>y[0]&&w[1]<y[3])){d.label=w[1];break}if(w[0]===6&&d.label<y[1]){d.label=y[1],y=w;break}if(y&&d.label<y[2]){d.label=y[2],d.ops.push(w);break}y[2]&&d.ops.pop(),d.trys.pop();continue}w=b.call(x,d)}catch(A){w=[6,A],p=0}finally{f=y=0}if(w[0]&5)throw w[1];return{value:w[0]?w[1]:void 0,done:!0}}};Object.defineProperty(io,"__esModule",{value:!0}),io.fetchToken=void 0;var n=Qg(),r=Pe,o=De,s,i,c,l=function(x,b,d){return d===void 0&&(d=r.APP_UI.DEFAULT),e(void 0,void 0,void 0,function(){var f,p,y,m,E,I,w,A,S;return t(this,function(T){switch(T.label){case 0:f=2,T.label=1;case 1:return T.trys.push([1,4,,9]),console.log("ERROR debug: in login:",d),[4,(0,n.getV2LoginCode)(r.CONFIG_HIVER,x,d)];case 2:return p=T.sent(),[4,(0,n.getLoginToken)(p,r.CONFIG_HIVER,x)];case 3:return y=T.sent(),m=y.userId,E=y.userGroupId,I=y.atToken,w=y.expiryTime,(0,o.setTokenAndExpiry)(I,w),(0,o.setUserDetails)(m,E),[3,9];case 4:A=T.sent(),console.log("ERROR debug: in error login:",A,d),S=b,T.label=5;case 5:return S<f?[4,l(x,S+1,d)]:[3,8];case 6:T.sent(),T.label=7;case 7:return S++,[3,5];case 8:throw A;case 9:return[2]}})})},a=function(x,b,d){return e(void 0,void 0,void 0,function(){var f,p,y,m;return t(this,function(E){switch(E.label){case 0:return b<r.MAX_CONFLICT_RETRY_DELAY?[4,new Promise(function(I){return setTimeout(I,x)})]:[3,3];case 1:return E.sent(),b+=x,x*2<=r.MAX_BACKOFF_LIMIT?x*=2:x=r.MAX_BACKOFF_LIMIT,console.log("Heimdall: Fetch token post doubling conflict retry delay",x),f=d.retryDelay,p=d.configs,y=d.api_params,m=d.appUI,[4,u(f,x,b,p,y,m)];case 2:E.sent(),E.label=3;case 3:return[2]}})})},u=function(x,b,d,f,p,y,m){return y===void 0&&(y="default"),e(void 0,void 0,void 0,function(){var E,I,w,A,S,T,R,F,D,B,W,X,Y,K;return t(this,function(J){switch(J.label){case 0:return J.trys.push([0,2,,12]),console.log("Heimdall: Interval Set on fetch token in fetchAndSaveToken:",c),[4,(0,n.getAccessToken)(r.CONFIG_HIVER,f,p,y)];case 1:return E=J.sent(),I=E.atToken,w=E.expiryTime,A=E.userId,S=E.userGroupId,I&&w&&(0,o.setTokenAndExpiry)(I,w),A&&S&&(0,o.setUserDetails)(A,S),x=r.INITIAL_RETRY_DELAY,b=r.INITIAL_RETRY_DELAY,d=0,[3,12];case 2:return T=J.sent(),console.log("ERROR: Heimdall fetch token",T),((D=T.response)===null||D===void 0?void 0:D.status)===401||((B=T.request)===null||B===void 0?void 0:B.status)===401?(R=1,[4,l(f,R,m)]):[3,4];case 3:return J.sent(),[3,11];case 4:return((W=T.response)===null||W===void 0?void 0:W.status)===409||((X=T.request)===null||X===void 0?void 0:X.status)===409?(console.log("Heimdall: Fetching token post 409 in fetch And Save Token"),F={retryDelay:x,configs:f,api_params:p,appUI:m},[4,a(b,d,F)]):[3,6];case 5:if(J.sent(),d>=r.MAX_CONFLICT_RETRY_DELAY)throw T;return[3,11];case 6:if(!(((Y=T.response)===null||Y===void 0?void 0:Y.status)===422||((K=T.request)===null||K===void 0?void 0:K.status)===422))return[3,7];throw console.log("ERROR: Throwing error",T.response.status),T;case 7:return x<=r.MAX_RETRY_DELAY?[4,new Promise(function(z){return setTimeout(z,x)})]:[3,10];case 8:return J.sent(),x*=2,console.log("Heimdall: Fetch token post doubling retry delay",x),[4,u(x,b,d,f,p,m)];case 9:return J.sent(),[3,11];case 10:throw T;case 11:return[3,12];case 12:return[2]}})})},h=function(x,b,d,f,p,y){return d===void 0&&(d=r.INITIAL_RETRY_DELAY),f===void 0&&(f=r.INITIAL_RETRY_DELAY),p===void 0&&(p=0),e(void 0,void 0,void 0,function(){var m,E,I;return t(this,function(w){switch(w.label){case 0:return w.trys.push([0,4,,5]),m=(0,o.isTokenInExpiryWindow)(),m?(E=(0,o.getRandomDelay)(),[4,(0,o.introduceDelay)(E)]):[3,3];case 1:return w.sent(),console.log("Heimdall: Fetching token - in expiry window"),[4,u(d,f,p,x,b,y)];case 2:w.sent(),w.label=3;case 3:return[3,5];case 4:throw I=w.sent(),I;case 5:return[2]}})})},g=function(x,b,d,f,p,y){return e(void 0,void 0,void 0,function(){var m,E,I,w,A;return t(this,function(S){switch(S.label){case 0:s=x,i=b,m=r.INITIAL_RETRY_DELAY,E=r.INITIAL_RETRY_DELAY,I=0,w=(0,o.getConfig)(s,i,f),S.label=1;case 1:return S.trys.push([1,3,,4]),[4,u(m,E,I,w,d,p,y)];case 2:return S.sent(),console.log("Heimdall: Interval Set on fetch token when fetch token is called:",c),clearInterval(c),c=setInterval(function(){return h(w,d)},r.REFETCH_CHECK_DELAY),console.log("Heimdall: Interval Set on fetch token:",c),window.addEventListener("online",function(){return e(void 0,void 0,void 0,function(){return t(this,function(T){switch(T.label){case 0:return console.log("Online status detected. Fetching token..."),[4,h(w,d)];case 1:return T.sent(),[2]}})})}),[3,4];case 3:throw A=S.sent(),A;case 4:return[2]}})})};return io.fetchToken=g,io}var ru;function ou(){if(ru)return so;ru=1;var e=fe&&fe.__assign||function(){return e=Object.assign||function(g){for(var x,b=1,d=arguments.length;b<d;b++){x=arguments[b];for(var f in x)Object.prototype.hasOwnProperty.call(x,f)&&(g[f]=x[f])}return g},e.apply(this,arguments)},t=fe&&fe.__awaiter||function(g,x,b,d){function f(p){return p instanceof b?p:new b(function(y){y(p)})}return new(b||(b=Promise))(function(p,y){function m(w){try{I(d.next(w))}catch(A){y(A)}}function E(w){try{I(d.throw(w))}catch(A){y(A)}}function I(w){w.done?p(w.value):f(w.value).then(m,E)}I((d=d.apply(g,x||[])).next())})},n=fe&&fe.__generator||function(g,x){var b={label:0,sent:function(){if(p[0]&1)throw p[1];return p[1]},trys:[],ops:[]},d,f,p,y;return y={next:m(0),throw:m(1),return:m(2)},typeof Symbol=="function"&&(y[Symbol.iterator]=function(){return this}),y;function m(I){return function(w){return E([I,w])}}function E(I){if(d)throw new TypeError("Generator is already executing.");for(;y&&(y=0,I[0]&&(b=0)),b;)try{if(d=1,f&&(p=I[0]&2?f.return:I[0]?f.throw||((p=f.return)&&p.call(f),0):f.next)&&!(p=p.call(f,I[1])).done)return p;switch(f=0,p&&(I=[I[0]&2,p.value]),I[0]){case 0:case 1:p=I;break;case 4:return b.label++,{value:I[1],done:!1};case 5:b.label++,f=I[1],I=[0];continue;case 7:I=b.ops.pop(),b.trys.pop();continue;default:if(p=b.trys,!(p=p.length>0&&p[p.length-1])&&(I[0]===6||I[0]===2)){b=0;continue}if(I[0]===3&&(!p||I[1]>p[0]&&I[1]<p[3])){b.label=I[1];break}if(I[0]===6&&b.label<p[1]){b.label=p[1],p=I;break}if(p&&b.label<p[2]){b.label=p[2],b.ops.push(I);break}p[2]&&b.ops.pop(),b.trys.pop();continue}I=x.call(g,b)}catch(w){I=[6,w],f=0}finally{d=p=0}if(I[0]&5)throw I[1];return{value:I[0]?I[1]:void 0,done:!0}}};Object.defineProperty(so,"__esModule",{value:!0}),so.makeAxiosCall=void 0;var r=Wl,o=De,s=nu(),i,c=2,l=function(g,x){var b=x.fetchCsrfToken();g.formData?g.formData.append("_csrf_token",b):(g.data=g.data||{},g.data._csrf_token=b)},a=function(g){var x=!g.method||g.method.toLowerCase()==="get"?{params:g.data}:{data:g.data},b=e(e({method:g.method,url:"".concat(g.root_url).concat(g.url),headers:g.headers},x),{withCredentials:g.withCredentials,responseType:(g==null?void 0:g.responseType)||""});return b};function u(g){return t(this,void 0,void 0,function(){var x;return n(this,function(b){return x=a(g),[2,(0,r.default)(x).then(function(d){return d}).catch(function(d){throw d})]})})}function h(g,x,b,d){var f,p;return d===void 0&&(d=0),t(this,void 0,void 0,function(){var y,m,E,I,w,A;return n(this,function(S){switch(S.label){case 0:if(S.trys.push([0,4,,5]),!(x.getToken&&!(0,o.hasValidToken)(g)))return[3,2];if(y=g.app_env,m=g.tier,!y||!m)throw Error("app_env or tier missing : ".concat(y,"/").concat(m));return"userId"in g&&"usergroupId"in g?(E={userId:g.userId,usergroupId:g.usergroupId},typeof x.isHiverApiDomain!="boolean"&&(x.isHiverApiDomain=!0),[4,(0,s.fetchToken)(y,m,E,x.isHiverApiDomain,b)]):[3,2];case 1:S.sent(),S.label=2;case 2:return g.csrfToken&&l(g,x),x.getToken&&(i=sessionStorage.getItem("hiverAuthToken")||"",g.headers=e(e({},g.headers),{Authorization:"Bearer ".concat(i)})),[4,u(g)];case 3:return I=S.sent(),g.onSuccess&&g.onSuccess(I),[2,I];case 4:if(w=S.sent(),A=((f=w.response)===null||f===void 0?void 0:f.status)===403||((p=w.request)===null||p===void 0?void 0:p.status)===403,d<c&&A)return(0,o.expireToken)(),[2,h(g,x,b,d+1)];if(d>=c&&A||!A)throw g.onFail&&g.onFail(w),console.log("ERROR: Reached make Axios",w),w;return[3,5];case 5:return[2]}})})}return so.makeAxiosCall=h,so}(function(e){var t=fe&&fe.__awaiter||function(x,b,d,f){function p(y){return y instanceof d?y:new d(function(m){m(y)})}return new(d||(d=Promise))(function(y,m){function E(A){try{w(f.next(A))}catch(S){m(S)}}function I(A){try{w(f.throw(A))}catch(S){m(S)}}function w(A){A.done?y(A.value):p(A.value).then(E,I)}w((f=f.apply(x,b||[])).next())})},n=fe&&fe.__generator||function(x,b){var d={label:0,sent:function(){if(y[0]&1)throw y[1];return y[1]},trys:[],ops:[]},f,p,y,m;return m={next:E(0),throw:E(1),return:E(2)},typeof Symbol=="function"&&(m[Symbol.iterator]=function(){return this}),m;function E(w){return function(A){return I([w,A])}}function I(w){if(f)throw new TypeError("Generator is already executing.");for(;m&&(m=0,w[0]&&(d=0)),d;)try{if(f=1,p&&(y=w[0]&2?p.return:w[0]?p.throw||((y=p.return)&&y.call(p),0):p.next)&&!(y=y.call(p,w[1])).done)return y;switch(p=0,y&&(w=[w[0]&2,y.value]),w[0]){case 0:case 1:y=w;break;case 4:return d.label++,{value:w[1],done:!1};case 5:d.label++,p=w[1],w=[0];continue;case 7:w=d.ops.pop(),d.trys.pop();continue;default:if(y=d.trys,!(y=y.length>0&&y[y.length-1])&&(w[0]===6||w[0]===2)){d=0;continue}if(w[0]===3&&(!y||w[1]>y[0]&&w[1]<y[3])){d.label=w[1];break}if(w[0]===6&&d.label<y[1]){d.label=y[1],y=w;break}if(y&&d.label<y[2]){d.label=y[2],d.ops.push(w);break}y[2]&&d.ops.pop(),d.trys.pop();continue}w=b.call(x,d)}catch(A){w=[6,A],p=0}finally{f=y=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=ql(),o=Ql(),s=bn;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=zl(),c=Ce,l=Zt,a=ou();Object.defineProperty(e,"makeAxiosCall",{enumerable:!0,get:function(){return a.makeAxiosCall}});var u=nu();Object.defineProperty(e,"fetchToken",{enumerable:!0,get:function(){return u.fetchToken}});var h=Xt,g=function(){function x(b,d,f,p,y,m){f===void 0&&(f=s.TENANT_PLATFORM.GMAIL),p===void 0&&(p=null),y===void 0&&(y=!0),m===void 0&&(m=!1),this.setEnvironment(),this.appEnv=b,this.tier=d,this.tenantPlatform=f,this.authTokenFetchingInProgress=!1,this.getTokenForLogin=p,this.withCredentials=y,this.csrfToken=m}return x.prototype.setEnvironment=function(){typeof window<"u"&&window.document?(0,h.setValue)("PLATFORM",s.PLATFORM.WEB):(0,h.setValue)("PLATFORM",s.PLATFORM.MOBILE)},x.prototype.hiverAxios=function(b,d,f,p){return d===void 0&&(d=s.DEFAULT_INIT_CONFIG_HIVER),t(this,void 0,void 0,function(){var y,m;return n(this,function(E){switch(E.label){case 0:return E.trys.push([0,4,,5]),p&&p<2?(y={userId:b.userId,usergroupId:b.usergroupId,apiRetry:p},console.log("THIS IS THE TENNANTPLAORM -> ",this.tenantPlatform),[4,(0,o.fetchAccessToken)(this.appEnv,this.tier,y,this.tenantPlatform,this.getTokenForLogin,s.API_CALL_ORIGIN.API_RETRY)]):[3,2];case 1:E.sent(),E.label=2;case 2:return[4,(0,r.hiverAxiosCall)(this,b,d,f)];case 3:return[2,E.sent()];case 4:throw m=E.sent(),console.log("ERROR: Axios call failed",m),m;case 5:return[2]}})})},x.prototype.fetchAuthToken=function(b,d,f){return t(this,void 0,void 0,function(){var p;return n(this,function(y){switch(y.label){case 0:return y.trys.push([0,4,7,8]),this.authTokenFetchingInProgress?[3,2]:(this.authTokenFetchingInProgress=!0,[4,(0,o.fetchAccessToken)(this.appEnv,this.tier,b,this.tenantPlatform,this.getTokenForLogin,d,f)]);case 1:return y.sent(),[3,3];case 2:console.log("Heimdall: AuthToken Fetching InProgress",this.authTokenFetchingInProgress),y.label=3;case 3:return[3,8];case 4:return p=y.sent(),console.log("ERROR: Fetching token failed",p),this.authTokenFetchingInProgress=!1,[4,new Promise(function(m){return setTimeout(m,100)})];case 5:return y.sent(),console.log("Heimdall: Retrying fetchAccessToken after 100ms..."),[4,this.fetchAuthToken(b,d,f)];case 6:return y.sent(),[3,8];case 7:return this.authTokenFetchingInProgress=!1,[7];case 8:return[2]}})})},x.prototype.logout=function(){return t(this,void 0,void 0,function(){var b,d;return n(this,function(f){switch(f.label){case 0:return f.trys.push([0,2,,3]),b=(0,c.getConfig)(this.appEnv,this.tier),[4,(0,i.logoutFromHeimdall)(b,this.tenantPlatform)];case 1:return f.sent(),(0,l.removeItemFromStorage)("hiverAuthToken"),(0,l.removeItemFromStorage)("hiverAuthTokenExpiry"),(0,l.removeItemFromStorage)("hiverAuthUserId"),(0,l.removeItemFromStorage)("hiverAuthUserGroupId"),[3,3];case 2:throw d=f.sent(),console.error("Heimdall: Logout failed",d),d;case 3:return[2]}})})},x.prototype.isTokenFetchingInProgress=function(){return this.authTokenFetchingInProgress},x}();e.Bifrost=g})(ki);const Pt={userId:"",userGroupId:"",baseUrl:"",appEnv:"",tier:"",bifrost:null,isInitiated:!1},zt=()=>{if(!Pt.isInitiated)return null;if(!Pt.baseUrl)throw new Error("Base url is not setup. please call the initConnectorsBifrost function with the appropriate value");return Pt},$g=({baseUrl:e,appEnv:t,tier:n,userId:r,userGroupId:o,tenantPlatform:s=ki.TENANT_PLATFORM.GMAIL,withCredentials:i=!0,getTokenForLogin:c})=>{Pt.baseUrl=e,Pt.appEnv=t,Pt.tier=n,Pt.userGroupId=o,Pt.userId=r,Pt.tenantPlatform=s,Pt.bifrost=new ki.Bifrost(t,n,s,c,i),Pt.isInitiated=!0},nt=(({configHiver:e})=>async n=>{const r=zt();if(!r)throw new Error("Please call initConnectorsBifrost before making any api calls");const{bifrost:o,userGroupId:s,userId:i}=r,{url:c,method:l,root_url:a}=n,h={root_url:(a||r.baseUrl)+((n==null?void 0:n.prefix)||""),url:c,method:l,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(h,{...e,isHiverApiDomain:!0}))}catch(g){throw console.error("API call failed with error: ",g),g}})({configHiver:{getToken:!0,fetchCsrfToken:()=>"",isHiverApiDomain:!0},withCredentials:!0}),qg=e=>k.createElement("svg",{width:17,height:17,viewBox:"0 0 17 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},k.createElement("g",{clipPath:"url(#clip0_1180_840)"},k.createElement("path",{d:"M5.16667 10.12H9.83333V11.4533H5.16667V10.12ZM5.16667 7.45329H11.8333V8.78662H5.16667V7.45329ZM5.16667 4.78662H11.8333V6.11995H5.16667V4.78662ZM13.1667 2.11995H10.38C10.1 1.34662 9.36667 0.786621 8.5 0.786621C7.63333 0.786621 6.9 1.34662 6.62 2.11995H3.83333C3.74 2.11995 3.65333 2.12662 3.56667 2.14662C3.30667 2.19995 3.07333 2.33329 2.89333 2.51329C2.77333 2.63329 2.67333 2.77995 2.60667 2.93995C2.54 3.09329 2.5 3.26662 2.5 3.45329V12.7866C2.5 12.9666 2.54 13.1466 2.60667 13.3066C2.67333 13.4666 2.77333 13.6066 2.89333 13.7333C3.07333 13.9133 3.30667 14.0466 3.56667 14.1C3.65333 14.1133 3.74 14.12 3.83333 14.12H13.1667C13.9 14.12 14.5 13.52 14.5 12.7866V3.45329C14.5 2.71995 13.9 2.11995 13.1667 2.11995ZM8.5 1.95329C8.77333 1.95329 9 2.17995 9 2.45329C9 2.72662 8.77333 2.95329 8.5 2.95329C8.22667 2.95329 8 2.72662 8 2.45329C8 2.17995 8.22667 1.95329 8.5 1.95329ZM13.1667 12.7866H3.83333V3.45329H13.1667V12.7866Z",fill:"#343C45"})),k.createElement("defs",null,k.createElement("clipPath",{id:"clip0_1180_840"},k.createElement("rect",{width:16,height:16,fill:"white",transform:"translate(0.5 0.120117)"})))),Ug=e=>k.createElement("svg",{width:24,height:22,viewBox:"0 0 24 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},k.createElement("rect",{x:3.63636,y:2.27393,width:15.2727,height:17.2308,rx:2.90909,fill:"#F6C035"}),k.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22.4621 12.0506C22.1745 11.7669 21.7845 11.6074 21.3779 11.6074C20.9712 11.6074 20.5812 11.7669 20.2937 12.0506L19.9323 12.4079L22.4626 14.9057L22.8235 14.549C22.9659 14.4084 23.0789 14.2415 23.156 14.0578C23.2331 13.8741 23.2727 13.6773 23.2727 13.4784C23.2727 13.2796 23.2331 13.0827 23.156 12.8991C23.0789 12.7154 22.9659 12.5485 22.8235 12.4079L22.4621 12.0506ZM21.7393 15.6192L19.209 13.1214L14.5624 17.7088C14.4607 17.8092 14.3897 17.9358 14.3574 18.0742L13.8314 20.3222C13.8118 20.4056 13.814 20.4927 13.8379 20.575C13.8618 20.6574 13.9065 20.7324 13.9679 20.793C14.0293 20.8535 14.1052 20.8977 14.1887 20.9213C14.2721 20.9448 14.3603 20.9471 14.4448 20.9277L16.7226 20.409C16.8626 20.377 16.9906 20.3069 17.0922 20.2066L21.7393 15.6192Z",fill:"#FFE298"}),k.createElement("rect",{x:6.54546,y:6.58154,width:10.1818,height:1.4359,rx:.717949,fill:"#FFDC83"}),k.createElement("rect",{x:6.54546,y:10.1714,width:10.1818,height:1.4359,rx:.717949,fill:"#FFDC83"}),k.createElement("rect",{x:6.54546,y:13.7612,width:6.54545,height:1.4359,rx:.717949,fill:"#FFDC83"})),Kg=e=>k.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},k.createElement("g",{clipPath:"url(#clip0_825_73646)"},k.createElement("path",{d:"M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12L19 6.41Z",fill:"#6F7C90"})),k.createElement("defs",null,k.createElement("clipPath",{id:"clip0_825_73646"},k.createElement("rect",{width:24,height:24,fill:"white"})))),e1="Rate your experience with Hiver Apps",t1="Share feedback on Apps",n1="Got any feedback?",su="https://txeep2wshyx.typeform.com/to/RuOwF9SG",r1="https://txeep2wshyx.typeform.com/to/Tfa8IrCd",o1="https://txeep2wshyx.typeform.com/to/bqhVSfDk",s1="https://cdn.hiverhq.com/chat-support/hiver-chat.html",i1="enable_connectors_clicked",a1="learn_more_clicked",c1="connector_card_expand_clicked",l1="connector_card_collapsed_clicked",u1="connector_card_refresh_clicked",d1="connector_cards_loaded",f1="connector_whats_new_card_viewed",p1="connector_whats_new_explore_now_clicked",h1="connector_whats_new_learn_more_clicked",g1="connector_whats_new_dismissed",m1="connector_create_new_object_clicked",b1="connector_link_new_object_clicked",y1="connector_new_object_created_by_form",v1="connector_new_object_linked_by_form",C1="connector_object_unlinked_by_form",I1="connector_link_preview_clicked",x1="connector_create_panel_cancel_clicked",E1="connector_create_panel_back_clicked",w1="card_loaded_on_click",A1="card_loaded",S1="schedule_call_clicked",_1="schedule_call_cross_clicked",iu="CONNECTOR_EDIT_CLICKED",T1="CONNECTOR_EDIT_REQUEST_SEND",O1="CONNECTOR_EDIT_CANCELLED",L1="CONNECTOR_EDIT_BACK_CLICKED",F1="CONNECTOR_EDIT_SUCCESS",D1="connector_video_clicked",R1="connector_card_error",oa="got_any_feedback_clicked",k1="connector_deeplink_clicked",N1="search_bar_tapped",P1="search_suggestions_selected",M1="search_initiated",B1="no_results_found",j1="search_results_found",V1="search_result_selected",G1="search_result_linked",H1="feedback_closed_clicked",W1="help_btn_clicked",Z1="connector_chat_support_clicked",X1="missing_field_clicked",z1={userEmail:"",email:"",baseUrls:{},currentSmIds:[],metaData:void 0,availableFeatures:{},sendTrackingEvent:()=>{},conversationId:void 0,isAdmin:!1,connectorFunctions:{redirectToAdmin:()=>{}},stackingContext:{}},He=_.createContext(z1),ls="hiver_connectors",sa={NOT_FOUND:404},Y1="ftr-connector-blue-dot",au="ftr-connectors-write-flow",J1="ftr-connectors-enhancements",Q1="ftr-connector-schedule-call-agent",$1="ftr-connectors-edit",q1="enableAllConnectorFtr",U1="ftr-cards-open-state",K1="ftr-connectors-global-search",em="ftr-connectors-smart-suggestions",tm="ftr-connectors-email-selection",nm="ftr-connector-agent-feedback",us="ftr-connector-unified-view",rm="ftr-connectors-expanded-form",cu="Please refresh and try again",om="No data available",ds="-",lu="Refresh",uu="Minimize",ia="Expand",du="Connectors",aa="Apps",sm="Collapse",im="Close",fu="Link",am="Create",cm="Update",pu="Unlink",hu="Edit",ca="Cancel",gu="Create new object",mu="Link existing object",lm="Are you sure you want to unlink this object?",um="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.",dm="Edit card",fm="bullet_list",pm="Expanded",hm="Collapsed",bu="Something is wrong with the {{connector_name}} Connector setup. Please check our help guide <>here<>.",yu="UNKNOWN_ERROR",gm="https://help.hiverhq.com/custom-connectors/common-connector-errors",vu={MAIN_BUTTON:"main_button",ICON:"create_icon"},mm="Missing any fields? Inform us.",la=e=>{let t=localStorage.getItem(ls);return t=t?JSON.parse(t):!1,t==null?void 0:t[e]},bm=e=>!!la(e),Cu=()=>{const{userId:e=""}=zt()||{};return String(e)},ym=(e,t=Cu())=>{const n=la(e);return((n==null?void 0:n.isExtensionNew)??[]).includes(t)},ua=(e,t=!1,n=!1)=>{const r=Cu(),o=la(e);if(t||!o){localStorage.removeItem(ls);const s={[e]:{...!n&&{isExtensionNew:t?[]:[r]},...n&&{extensionExpand:[r]}}};localStorage.setItem(ls,JSON.stringify(s));return}else{const s=(o==null?void 0:o.isExtensionNew)??[],i=(o==null?void 0:o.extensionExpand)??[],c={[e]:{...o,...!n&&{isExtensionNew:[...new Set([...s,r])]},...n&&{extensionExpand:[...new Set([...i,r])]}}};localStorage.setItem(ls,JSON.stringify(c));return}},rt=(e={},t)=>e&&typeof e[t]>"u"?(e==null?void 0:e[q1])===!0:(e==null?void 0:e[t])===!0,hr=(e,t)=>e.replace(/:(\w+)/g,(n,r)=>String(t[r])||""),Iu=(e,t,n,r=!1)=>{var s;const o={};return o.card_title=t,o.card_state=n?pm:hm,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},xu=e=>{switch(e.cardType){case"flat":if(Array.isArray(e.data.flatDisplay)){const t=e.data.flatDisplay.filter(n=>Number(n.statusCode)!==sa.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)!==sa.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},vm=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)},fs=({url:e,params:t})=>{const n=Object.entries(t).reduce((o,[s,i])=>(i!==void 0&&i!==""&&i!==null&&(o[s]=i),o),{}),r=new URL(e);return Object.entries(n).forEach(([o,s])=>{r.searchParams.set(o,s)}),r.toString()},Cm=e=>k.createElement("svg",{width:20,height:21,viewBox:"0 0 20 21",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},k.createElement("g",{clipPath:"url(#clip0_1187_180)"},k.createElement("path",{d:"M18.3333 7.81995L12.3417 7.30329L10 1.78662L7.65833 7.31162L1.66666 7.81995L6.21666 11.7616L4.85 17.62L10 14.5116L15.15 17.62L13.7917 11.7616L18.3333 7.81995ZM10 12.9533L6.86666 14.845L7.7 11.2783L4.93333 8.87829L8.58333 8.56162L10 5.20329L11.425 8.56995L15.075 8.88662L12.3083 11.2866L13.1417 14.8533L10 12.9533Z",fill:"#4D596C"})),k.createElement("defs",null,k.createElement("clipPath",{id:"clip0_1187_180"},k.createElement("rect",{width:20,height:20,fill:"white",transform:"translate(0 0.120117)"})))),Im=e=>k.createElement("svg",{width:21,height:20,viewBox:"0 0 21 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},k.createElement("g",{clipPath:"url(#clip0_847_49587)"},k.createElement("path",{d:"M10.6668 14.392L15.8168 17.5003L14.4502 11.642L19.0002 7.70033L13.0085 7.19199L10.6668 1.66699L8.32516 7.19199L2.3335 7.70033L6.8835 11.642L5.51683 17.5003L10.6668 14.392Z",fill:"#FFE250"})),k.createElement("defs",null,k.createElement("clipPath",{id:"clip0_847_49587"},k.createElement("rect",{width:20,height:20,fill:"white",transform:"translate(0.666992)"})))),xm=v.keyframes`
|
|
30
|
+
<%s key={someKey} {...props} />`,Lc,lr,sA,lr),Po[lr+Lc]=!0}}return O===r?Oc(Xe):bi(Xe),Xe}}function tA(O,V,Q){return Gp(O,V,Q,!0)}function nA(O,V,Q){return Gp(O,V,Q,!1)}var rA=nA,oA=tA;$r.Fragment=r,$r.jsx=rA,$r.jsxs=oA}()),$r}process.env.NODE_ENV==="production"?Ii.exports=Zp():Ii.exports=Xp();var C=Ii.exports;function Wc(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=Wc(e[t]))&&(r&&(r+=" "),r+=n)}else for(n in e)e[n]&&(r&&(r+=" "),r+=n);return r}function hn(){for(var e,t,n=0,r="",o=arguments.length;n<o;n++)(e=arguments[n])&&(t=Wc(e))&&(r&&(r+=" "),r+=t);return r}const qr=e=>typeof e=="number"&&!isNaN(e),kn=e=>typeof e=="string",xt=e=>typeof e=="function",jo=e=>kn(e)||xt(e)?e:null,xi=e=>_.isValidElement(e)||kn(e)||xt(e)||qr(e);function zp(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 Vo(e){let{enter:t,exit:n,appendPosition:r=!1,collapse:o=!0,collapseDuration:s=300}=e;return function(i){let{children:c,position:l,preventExitTransition:a,done:u,nodeRef:h,isIn:g,playToast:x}=i;const b=r?`${t}--${l}`:t,d=r?`${n}--${l}`:n,f=_.useRef(0);return _.useLayoutEffect(()=>{const p=h.current,y=b.split(" "),m=E=>{E.target===h.current&&(x(),p.removeEventListener("animationend",m),p.removeEventListener("animationcancel",m),f.current===0&&E.type!=="animationcancel"&&p.classList.remove(...y))};p.classList.add(...y),p.addEventListener("animationend",m),p.addEventListener("animationcancel",m)},[]),_.useEffect(()=>{const p=h.current,y=()=>{p.removeEventListener("animationend",y),o?zp(p,u,s):u()};g||(a?y():(f.current=1,p.className+=` ${d}`,p.addEventListener("animationend",y)))},[g]),_.createElement(_.Fragment,null,c)}}function Zc(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 st=new Map;let Ur=[];const Ei=new Set,Yp=e=>Ei.forEach(t=>t(e)),Xc=()=>st.size>0;function zc(e,t){var n;if(t)return!((n=st.get(t))==null||!n.isToastActive(e));let r=!1;return st.forEach(o=>{o.isToastActive(e)&&(r=!0)}),r}function Yc(e,t){xi(e)&&(Xc()||Ur.push({content:e,options:t}),st.forEach(n=>{n.buildToast(e,t)}))}function Jc(e,t){st.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 Jp(e){const{subscribe:t,getSnapshot:n,setProps:r}=_.useRef(function(s){const i=s.containerId||1;return{subscribe(c){const l=function(u,h,g){let x=1,b=0,d=[],f=[],p=[],y=h;const m=new Map,E=new Set,I=()=>{p=Array.from(m.values()),E.forEach(S=>S())},w=S=>{f=S==null?[]:f.filter(T=>T!==S),I()},A=S=>{const{toastId:T,onOpen:R,updateId:F,children:D}=S.props,B=F==null;S.staleId&&m.delete(S.staleId),m.set(T,S),f=[...f,S.props.toastId].filter(W=>W!==S.staleId),I(),g(Zc(S,B?"added":"updated")),B&&xt(R)&&R(_.isValidElement(D)&&D.props)};return{id:u,props:y,observe:S=>(E.add(S),()=>E.delete(S)),toggle:(S,T)=>{m.forEach(R=>{T!=null&&T!==R.props.toastId||xt(R.toggle)&&R.toggle(S)})},removeToast:w,toasts:m,clearQueue:()=>{b-=d.length,d=[]},buildToast:(S,T)=>{if((M=>{let{containerId:G,toastId:j,updateId:Z}=M;const q=G?G!==u:u!==1,ee=m.has(j)&&Z==null;return q||ee})(T))return;const{toastId:R,updateId:F,data:D,staleId:B,delay:W}=T,X=()=>{w(R)},Y=F==null;Y&&b++;const K={...y,style:y.toastStyle,key:x++,...Object.fromEntries(Object.entries(T).filter(M=>{let[G,j]=M;return j!=null})),toastId:R,updateId:F,data:D,closeToast:X,isIn:!1,className:jo(T.className||y.toastClassName),bodyClassName:jo(T.bodyClassName||y.bodyClassName),progressClassName:jo(T.progressClassName||y.progressClassName),autoClose:!T.isLoading&&(J=T.autoClose,z=y.autoClose,J===!1||qr(J)&&J>0?J:z),deleteToast(){const M=m.get(R),{onClose:G,children:j}=M.props;xt(G)&&G(_.isValidElement(j)&&j.props),g(Zc(M,"removed")),m.delete(R),b--,b<0&&(b=0),d.length>0?A(d.shift()):I()}};var J,z;K.closeButton=y.closeButton,T.closeButton===!1||xi(T.closeButton)?K.closeButton=T.closeButton:T.closeButton===!0&&(K.closeButton=!xi(y.closeButton)||y.closeButton);let ae=S;_.isValidElement(S)&&!kn(S.type)?ae=_.cloneElement(S,{closeToast:X,toastProps:K,data:D}):xt(S)&&(ae=S({closeToast:X,toastProps:K,data:D}));const le={content:ae,props:K,staleId:B};y.limit&&y.limit>0&&b>y.limit&&Y?d.push(le):qr(W)?setTimeout(()=>{A(le)},W):A(le)},setProps(S){y=S},setToggle:(S,T)=>{m.get(S).toggle=T},isToastActive:S=>f.some(T=>T===S),getSnapshot:()=>y.newestOnTop?p.reverse():p}}(i,s,Yp);st.set(i,l);const a=l.observe(c);return Ur.forEach(u=>Yc(u.content,u.options)),Ur=[],()=>{a(),st.delete(i)}},setProps(c){var l;(l=st.get(i))==null||l.setProps(c)},getSnapshot(){var c;return(c=st.get(i))==null?void 0:c.getSnapshot()}}}(e)).current;r(e);const o=_.useSyncExternalStore(t,n,n);return{getToastToRender:function(s){if(!o)return[];const i=new Map;return o.forEach(c=>{const{position:l}=c.props;i.has(l)||i.set(l,[]),i.get(l).push(c)}),Array.from(i,c=>s(c[0],c[1]))},isToastActive:zc,count:o==null?void 0:o.length}}function Qp(e){const[t,n]=_.useState(!1),[r,o]=_.useState(!1),s=_.useRef(null),i=_.useRef({start:0,delta:0,removalDistance:0,canCloseOnClick:!0,canDrag:!1,didMove:!1}).current,{autoClose:c,pauseOnHover:l,closeToast:a,onClick:u,closeOnClick:h}=e;var g,x;function b(){n(!0)}function d(){n(!1)}function f(m){const E=s.current;i.canDrag&&E&&(i.didMove=!0,t&&d(),i.delta=e.draggableDirection==="x"?m.clientX-i.start:m.clientY-i.start,i.start!==m.clientX&&(i.canCloseOnClick=!1),E.style.transform=`translate3d(${e.draggableDirection==="x"?`${i.delta}px, var(--y)`:`0, calc(${i.delta}px + var(--y))`},0)`,E.style.opacity=""+(1-Math.abs(i.delta/i.removalDistance)))}function p(){document.removeEventListener("pointermove",f),document.removeEventListener("pointerup",p);const m=s.current;if(i.canDrag&&i.didMove&&m){if(i.canDrag=!1,Math.abs(i.delta)>i.removalDistance)return o(!0),e.closeToast(),void e.collapseAll();m.style.transition="transform 0.2s, opacity 0.2s",m.style.removeProperty("transform"),m.style.removeProperty("opacity")}}(x=st.get((g={id:e.toastId,containerId:e.containerId,fn:n}).containerId||1))==null||x.setToggle(g.id,g.fn),_.useEffect(()=>{if(e.pauseOnFocusLoss)return document.hasFocus()||d(),window.addEventListener("focus",b),window.addEventListener("blur",d),()=>{window.removeEventListener("focus",b),window.removeEventListener("blur",d)}},[e.pauseOnFocusLoss]);const y={onPointerDown:function(m){if(e.draggable===!0||e.draggable===m.pointerType){i.didMove=!1,document.addEventListener("pointermove",f),document.addEventListener("pointerup",p);const E=s.current;i.canCloseOnClick=!0,i.canDrag=!0,E.style.transition="none",e.draggableDirection==="x"?(i.start=m.clientX,i.removalDistance=E.offsetWidth*(e.draggablePercent/100)):(i.start=m.clientY,i.removalDistance=E.offsetHeight*(e.draggablePercent===80?1.5*e.draggablePercent:e.draggablePercent)/100)}},onPointerUp:function(m){const{top:E,bottom:I,left:w,right:A}=s.current.getBoundingClientRect();m.nativeEvent.type!=="touchend"&&e.pauseOnHover&&m.clientX>=w&&m.clientX<=A&&m.clientY>=E&&m.clientY<=I?d():b()}};return c&&l&&(y.onMouseEnter=d,e.stacked||(y.onMouseLeave=b)),h&&(y.onClick=m=>{u&&u(m),i.canCloseOnClick&&a()}),{playToast:b,pauseToast:d,isRunning:t,preventExitTransition:r,toastRef:s,eventHandlers:y}}function $p(e){let{delay:t,isRunning:n,closeToast:r,type:o="default",hide:s,className:i,style:c,controlledProgress:l,progress:a,rtl:u,isIn:h,theme:g}=e;const x=s||l&&a===0,b={...c,animationDuration:`${t}ms`,animationPlayState:n?"running":"paused"};l&&(b.transform=`scaleX(${a})`);const d=hn("Toastify__progress-bar",l?"Toastify__progress-bar--controlled":"Toastify__progress-bar--animated",`Toastify__progress-bar-theme--${g}`,`Toastify__progress-bar--${o}`,{"Toastify__progress-bar--rtl":u}),f=xt(i)?i({rtl:u,type:o,defaultClassName:d}):hn(d,i),p={[l&&a>=1?"onTransitionEnd":"onAnimationEnd"]:l&&a<1?null:()=>{h&&r()}};return _.createElement("div",{className:"Toastify__progress-bar--wrp","data-hidden":x},_.createElement("div",{className:`Toastify__progress-bar--bg Toastify__progress-bar-theme--${g} Toastify__progress-bar--${o}`}),_.createElement("div",{role:"progressbar","aria-hidden":x?"true":"false","aria-label":"notification timer",className:f,style:b,...p}))}let qp=1;const Qc=()=>""+qp++;function Up(e){return e&&(kn(e.toastId)||qr(e.toastId))?e.toastId:Qc()}function Kr(e,t){return Yc(e,t),t.toastId}function Go(e,t){return{...t,type:t&&t.type||e,toastId:Up(t)}}function Ho(e){return(t,n)=>Kr(t,Go(e,n))}function Ee(e,t){return Kr(e,Go("default",t))}Ee.loading=(e,t)=>Kr(e,Go("default",{isLoading:!0,autoClose:!1,closeOnClick:!1,closeButton:!1,draggable:!1,...t})),Ee.promise=function(e,t,n){let r,{pending:o,error:s,success:i}=t;o&&(r=kn(o)?Ee.loading(o,n):Ee.loading(o.render,{...n,...o}));const c={isLoading:null,autoClose:null,closeOnClick:null,closeButton:null,draggable:null},l=(u,h,g)=>{if(h==null)return void Ee.dismiss(r);const x={type:u,...c,...n,data:g},b=kn(h)?{render:h}:h;return r?Ee.update(r,{...x,...b}):Ee(b.render,{...x,...b}),g},a=xt(e)?e():e;return a.then(u=>l("success",i,u)).catch(u=>l("error",s,u)),a},Ee.success=Ho("success"),Ee.info=Ho("info"),Ee.error=Ho("error"),Ee.warning=Ho("warning"),Ee.warn=Ee.warning,Ee.dark=(e,t)=>Kr(e,Go("default",{theme:"dark",...t})),Ee.dismiss=function(e){(function(t){var n;if(Xc()){if(t==null||kn(n=t)||qr(n))st.forEach(r=>{r.removeToast(t)});else if(t&&("containerId"in t||"id"in t)){const r=st.get(t.containerId);r?r.removeToast(t.id):st.forEach(o=>{o.removeToast(t.id)})}}else Ur=Ur.filter(r=>t!=null&&r.options.toastId!==t)})(e)},Ee.clearWaitingQueue=function(e){e===void 0&&(e={}),st.forEach(t=>{!t.props.limit||e.containerId&&t.id!==e.containerId||t.clearQueue()})},Ee.isActive=zc,Ee.update=function(e,t){t===void 0&&(t={});const n=((r,o)=>{var s;let{containerId:i}=o;return(s=st.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:Qc()};s.toastId!==e&&(s.staleId=e);const i=s.render||o;delete s.render,Kr(i,s)}},Ee.done=e=>{Ee.update(e,{progress:1})},Ee.onChange=function(e){return Ei.add(e),()=>{Ei.delete(e)}},Ee.play=e=>Jc(!0,e),Ee.pause=e=>Jc(!1,e);const Kp=typeof window<"u"?_.useLayoutEffect:_.useEffect,Wo=e=>{let{theme:t,type:n,isLoading:r,...o}=e;return _.createElement("svg",{viewBox:"0 0 24 24",width:"100%",height:"100%",fill:t==="colored"?"currentColor":`var(--toastify-icon-color-${n})`,...o})},wi={info:function(e){return _.createElement(Wo,{...e},_.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 _.createElement(Wo,{...e},_.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 _.createElement(Wo,{...e},_.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 _.createElement(Wo,{...e},_.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 _.createElement("div",{className:"Toastify__spinner"})}},eh=e=>{const{isRunning:t,preventExitTransition:n,toastRef:r,eventHandlers:o,playToast:s}=Qp(e),{closeButton:i,children:c,autoClose:l,onClick:a,type:u,hideProgressBar:h,closeToast:g,transition:x,position:b,className:d,style:f,bodyClassName:p,bodyStyle:y,progressClassName:m,progressStyle:E,updateId:I,role:w,progress:A,rtl:S,toastId:T,deleteToast:R,isIn:F,isLoading:D,closeOnClick:B,theme:W}=e,X=hn("Toastify__toast",`Toastify__toast-theme--${W}`,`Toastify__toast--${u}`,{"Toastify__toast--rtl":S},{"Toastify__toast--close-on-click":B}),Y=xt(d)?d({rtl:S,position:b,type:u,defaultClassName:X}):hn(X,d),K=function(le){let{theme:M,type:G,isLoading:j,icon:Z}=le,q=null;const ee={theme:M,type:G};return Z===!1||(xt(Z)?q=Z({...ee,isLoading:j}):_.isValidElement(Z)?q=_.cloneElement(Z,ee):j?q=wi.spinner():(re=>re in wi)(G)&&(q=wi[G](ee))),q}(e),J=!!A||!l,z={closeToast:g,type:u,theme:W};let ae=null;return i===!1||(ae=xt(i)?i(z):_.isValidElement(i)?_.cloneElement(i,z):function(le){let{closeToast:M,theme:G,ariaLabel:j="close"}=le;return _.createElement("button",{className:`Toastify__close-button Toastify__close-button--${G}`,type:"button",onClick:Z=>{Z.stopPropagation(),M(Z)},"aria-label":j},_.createElement("svg",{"aria-hidden":"true",viewBox:"0 0 14 16"},_.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"})))}(z)),_.createElement(x,{isIn:F,done:R,position:b,preventExitTransition:n,nodeRef:r,playToast:s},_.createElement("div",{id:T,onClick:a,"data-in":F,className:Y,...o,style:f,ref:r},_.createElement("div",{...F&&{role:w},className:xt(p)?p({type:u}):hn("Toastify__toast-body",p),style:y},K!=null&&_.createElement("div",{className:hn("Toastify__toast-icon",{"Toastify--animate-icon Toastify__zoom-enter":!D})},K),_.createElement("div",null,c)),ae,_.createElement($p,{...I&&!J?{key:`pb-${I}`}:{},rtl:S,theme:W,delay:l,isRunning:t,isIn:F,closeToast:g,hide:h,type:u,style:E,className:m,controlledProgress:J,progress:A||0})))},Zo=function(e,t){return t===void 0&&(t=!1),{enter:`Toastify--animate Toastify__${e}-enter`,exit:`Toastify--animate Toastify__${e}-exit`,appendPosition:t}},th=Vo(Zo("bounce",!0));Vo(Zo("slide",!0)),Vo(Zo("zoom")),Vo(Zo("flip"));const nh={position:"top-right",transition:th,autoClose:5e3,closeButton:!0,pauseOnHover:!0,pauseOnFocusLoss:!0,draggable:"touch",draggablePercent:80,draggableDirection:"x",role:"alert",theme:"light"};function rh(e){let t={...nh,...e};const n=e.stacked,[r,o]=_.useState(!0),s=_.useRef(null),{getToastToRender:i,isToastActive:c,count:l}=Jp(t),{className:a,style:u,rtl:h,containerId:g}=t;function x(d){const f=hn("Toastify__toast-container",`Toastify__toast-container--${d}`,{"Toastify__toast-container--rtl":h});return xt(a)?a({position:d,rtl:h,defaultClassName:f}):hn(f,jo(a))}function b(){n&&(o(!0),Ee.play())}return Kp(()=>{if(n){var d;const f=s.current.querySelectorAll('[data-in="true"]'),p=12,y=(d=t.position)==null?void 0:d.includes("top");let m=0,E=0;Array.from(f).reverse().forEach((I,w)=>{const A=I;A.classList.add("Toastify__toast--stacked"),w>0&&(A.dataset.collapsed=`${r}`),A.dataset.pos||(A.dataset.pos=y?"top":"bot");const S=m*(r?.2:1)+(r?0:p*w);A.style.setProperty("--y",`${y?S:-1*S}px`),A.style.setProperty("--g",`${p}`),A.style.setProperty("--s",""+(1-(r?E:0))),m+=A.offsetHeight,E+=.025})}},[r,l,n]),_.createElement("div",{ref:s,className:"Toastify",id:g,onMouseEnter:()=>{n&&(o(!1),Ee.pause())},onMouseLeave:b},i((d,f)=>{const p=f.length?{...u}:{...u,pointerEvents:"none"};return _.createElement("div",{className:x(d),style:p,key:`container-${d}`},f.map(y=>{let{content:m,props:E}=y;return _.createElement(eh,{...E,stacked:n,collapseAll:b,isIn:c(E.toastId,E.containerId),style:E.style,key:`toast-${E.key}`},m)}))}))}const Ai=(e,t)=>t.some(n=>e instanceof n);let $c,qc;function oh(){return $c||($c=[IDBDatabase,IDBObjectStore,IDBIndex,IDBCursor,IDBTransaction])}function sh(){return qc||(qc=[IDBCursor.prototype.advance,IDBCursor.prototype.continue,IDBCursor.prototype.continuePrimaryKey])}const Si=new WeakMap,_i=new WeakMap,Xo=new WeakMap;function ih(e){const t=new Promise((n,r)=>{const o=()=>{e.removeEventListener("success",s),e.removeEventListener("error",i)},s=()=>{n(Nn(e.result)),o()},i=()=>{r(e.error),o()};e.addEventListener("success",s),e.addEventListener("error",i)});return Xo.set(t,e),t}function ah(e){if(Si.has(e))return;const t=new Promise((n,r)=>{const o=()=>{e.removeEventListener("complete",s),e.removeEventListener("error",i),e.removeEventListener("abort",i)},s=()=>{n(),o()},i=()=>{r(e.error||new DOMException("AbortError","AbortError")),o()};e.addEventListener("complete",s),e.addEventListener("error",i),e.addEventListener("abort",i)});Si.set(e,t)}let Ti={get(e,t,n){if(e instanceof IDBTransaction){if(t==="done")return Si.get(e);if(t==="store")return n.objectStoreNames[1]?void 0:n.objectStore(n.objectStoreNames[0])}return Nn(e[t])},set(e,t,n){return e[t]=n,!0},has(e,t){return e instanceof IDBTransaction&&(t==="done"||t==="store")?!0:t in e}};function Uc(e){Ti=e(Ti)}function ch(e){return sh().includes(e)?function(...t){return e.apply(Oi(this),t),Nn(this.request)}:function(...t){return Nn(e.apply(Oi(this),t))}}function lh(e){return typeof e=="function"?ch(e):(e instanceof IDBTransaction&&ah(e),Ai(e,oh())?new Proxy(e,Ti):e)}function Nn(e){if(e instanceof IDBRequest)return ih(e);if(_i.has(e))return _i.get(e);const t=lh(e);return t!==e&&(_i.set(e,t),Xo.set(t,e)),t}const Oi=e=>Xo.get(e);function uh(e,t,{blocked:n,upgrade:r,blocking:o,terminated:s}={}){const i=indexedDB.open(e,t),c=Nn(i);return r&&i.addEventListener("upgradeneeded",l=>{r(Nn(i.result),l.oldVersion,l.newVersion,Nn(i.transaction),l)}),n&&i.addEventListener("blocked",l=>n(l.oldVersion,l.newVersion,l)),c.then(l=>{s&&l.addEventListener("close",()=>s()),o&&l.addEventListener("versionchange",a=>o(a.oldVersion,a.newVersion,a))}).catch(()=>{}),c}const dh=["get","getKey","getAll","getAllKeys","count"],fh=["put","add","delete","clear"],Li=new Map;function Kc(e,t){if(!(e instanceof IDBDatabase&&!(t in e)&&typeof t=="string"))return;if(Li.get(t))return Li.get(t);const n=t.replace(/FromIndex$/,""),r=t!==n,o=fh.includes(n);if(!(n in(r?IDBIndex:IDBObjectStore).prototype)||!(o||dh.includes(n)))return;const s=async function(i,...c){const l=this.transaction(i,o?"readwrite":"readonly");let a=l.store;return r&&(a=a.index(c.shift())),(await Promise.all([a[n](...c),o&&l.done]))[0]};return Li.set(t,s),s}Uc(e=>({...e,get:(t,n,r)=>Kc(t,n)||e.get(t,n,r),has:(t,n)=>!!Kc(t,n)||e.has(t,n)}));const ph=["continue","continuePrimaryKey","advance"],el={},Fi=new WeakMap,tl=new WeakMap,hh={get(e,t){if(!ph.includes(t))return e[t];let n=el[t];return n||(n=el[t]=function(...r){Fi.set(this,tl.get(this)[t](...r))}),n}};async function*gh(...e){let t=this;if(t instanceof IDBCursor||(t=await t.openCursor(...e)),!t)return;t=t;const n=new Proxy(t,hh);for(tl.set(n,t),Xo.set(n,Oi(t));t;)yield n,t=await(Fi.get(n)||t.continue()),Fi.delete(n)}function nl(e,t){return t===Symbol.asyncIterator&&Ai(e,[IDBIndex,IDBObjectStore,IDBCursor])||t==="iterate"&&Ai(e,[IDBIndex,IDBObjectStore])}Uc(e=>({...e,get(t,n,r){return nl(t,n)?gh:e.get(t,n,r)},has(t,n){return nl(t,n)||e.has(t,n)}}));const mh="connector-db",bh=1,zo={FEEDBACK:"feedback"},eo=`${zo.FEEDBACK}:data`,Yo=`${zo.FEEDBACK}:last_submitted`,to=`${zo.FEEDBACK}:capture_on_demand`,no=`${zo.FEEDBACK}:show_notification`,yh=12*60*60*1e3,Di=(e,t=new Date)=>e?Math.abs(t.getTime()-e.getTime())>=yh:!0,rl=(e,t=!1)=>e.captureFeedback&&(Di(e.firstViewed)&&(!e.lastSubmittedFeedback||Di(e.lastSubmittedFeedback))||!!t);let Pn=null;const gn=async()=>{try{Pn||(Pn=await uh(mh,bh,{upgrade(e){e.objectStoreNames.contains(eo)||e.createObjectStore(eo),e.objectStoreNames.contains(Yo)||e.createObjectStore(Yo),e.objectStoreNames.contains(to)||e.createObjectStore(to),e.objectStoreNames.contains(no)||e.createObjectStore(no)},blocked(){console.warn("Upgrade blocked! Close other tabs using this DB.")},blocking(){console.warn("Another tab is trying to upgrade. Closing connection to allow upgrade."),Pn&&(Pn.close(),Pn=null)},terminated(){console.error("DB connection unexpectedly closed. Resetting connection."),Pn=null}}))}catch(e){console.error("Error opening IndexedDB connection:",e)}return Pn},Ri=async e=>{if(!e)return[];const t=await gn();if(!t)return[];try{return await t.get(eo,e)||[]}catch(n){return console.error("Error fetching user feedback data:",n),[]}},vh=async e=>{if(!e)return null;const t=await gn();if(!t)return null;try{return await t.get(Yo,e)||null}catch(n){return console.error("Error fetching last submitted feedback:",n),null}},Jo=async e=>{if(!e)return;const t=await gn();if(t)try{return await t.get(to,e)}catch(n){console.error("Error fetching capture on demand status:",n);return}},Ch=async e=>{if(!e)return!1;const t=await gn();if(!t)return!1;try{return await t.get(no,e)??!1}catch(n){return console.error("Error fetching show notification status:",n),!1}},Ih=async(e,t)=>{if(!e||!t||!t.length)return;const n=await gn();if(n)try{const r=await Ri(e),o=new Set(r.map(i=>i.connectorId)),s=t.filter(i=>!o.has(i.connector_id)).map(i=>({connectorId:i.connector_id,captureFeedback:!0,firstViewed:new Date}));if(s.length>0){const i=[...r,...s];await n.put(eo,i,e),await n.put(no,!0,e)}}catch(r){console.error("Error updating connectors feedback data:",r)}},xh=async e=>{if(!e)return;const t=await gn();if(t)try{const n=await Ri(e),r=await Jo(e),o=new Date,s=n.map(i=>{const c=rl(i,r);return{...i,lastSubmittedFeedback:c?o:i.lastSubmittedFeedback,captureFeedback:i.captureFeedback!==c}});await t.put(eo,s,e),await t.put(Yo,o,e),r&&await t.put(to,!1,e)}catch(n){console.error("Error updating feedback submission date:",n)}},ol=async(e,t)=>{if(!e)return;const n=await gn();if(n)try{await n.put(to,t,e)}catch(r){console.error("Error updating capture on demand:",r)}},Eh=async e=>{if(!e)return;const t=await gn();if(t)try{await t.put(no,!1,e)}catch(n){console.error("Error resetting show notification status:",n)}},wh=async e=>{const t=await Ri(e),n=await Jo(e);return t.filter(o=>rl(o,n))},ki=async e=>{const t=await vh(e);return t&&!Di(t)?!1:await Jo(e)&&!t?!0:!!(await wh(e)).length},Ah=async(e,t)=>{await Ih(e,t)},Qo=async e=>{e&&await xh(e)},Sh=async(e,t)=>{const n=await Jo(e);t?n!==!1&&await ol(e,t):await ol(e,void 0)},sl=async e=>await Ch(e)&&await ki(e),il=async e=>{await Eh(e)};var Ni={},Mn={};function al(e,t){return function(){return e.apply(t,arguments)}}const{toString:_h}=Object.prototype,{getPrototypeOf:Pi}=Object,$o=(e=>t=>{const n=_h.call(t);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),Nt=e=>(e=e.toLowerCase(),t=>$o(t)===e),qo=e=>t=>typeof t===e,{isArray:ur}=Array,ro=qo("undefined");function Th(e){return e!==null&&!ro(e)&&e.constructor!==null&&!ro(e.constructor)&&Et(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const cl=Nt("ArrayBuffer");function Oh(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&cl(e.buffer),t}const Lh=qo("string"),Et=qo("function"),ll=qo("number"),Uo=e=>e!==null&&typeof e=="object",Fh=e=>e===!0||e===!1,Ko=e=>{if($o(e)!=="object")return!1;const t=Pi(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},Dh=Nt("Date"),Rh=Nt("File"),kh=Nt("Blob"),Nh=Nt("FileList"),Ph=e=>Uo(e)&&Et(e.pipe),Mh=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||Et(e.append)&&((t=$o(e))==="formdata"||t==="object"&&Et(e.toString)&&e.toString()==="[object FormData]"))},Bh=Nt("URLSearchParams"),[jh,Vh,Gh,Hh]=["ReadableStream","Request","Response","Headers"].map(Nt),Wh=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function oo(e,t,{allOwnKeys:n=!1}={}){if(e===null||typeof e>"u")return;let r,o;if(typeof e!="object"&&(e=[e]),ur(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 c;for(r=0;r<i;r++)c=s[r],t.call(null,e[c],c,e)}}function ul(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 Bn=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:fe,dl=e=>!ro(e)&&e!==Bn;function Mi(){const{caseless:e}=dl(this)&&this||{},t={},n=(r,o)=>{const s=e&&ul(t,o)||o;Ko(t[s])&&Ko(r)?t[s]=Mi(t[s],r):Ko(r)?t[s]=Mi({},r):ur(r)?t[s]=r.slice():t[s]=r};for(let r=0,o=arguments.length;r<o;r++)arguments[r]&&oo(arguments[r],n);return t}const Zh=(e,t,n,{allOwnKeys:r}={})=>(oo(t,(o,s)=>{n&&Et(o)?e[s]=al(o,n):e[s]=o},{allOwnKeys:r}),e),Xh=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),zh=(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)},Yh=(e,t,n,r)=>{let o,s,i;const c={};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))&&!c[i]&&(t[i]=e[i],c[i]=!0);e=n!==!1&&Pi(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},Jh=(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},Qh=e=>{if(!e)return null;if(ur(e))return e;let t=e.length;if(!ll(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},$h=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&Pi(Uint8Array)),qh=(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])}},Uh=(e,t)=>{let n;const r=[];for(;(n=e.exec(t))!==null;)r.push(n);return r},Kh=Nt("HTMLFormElement"),e2=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,r,o){return r.toUpperCase()+o}),fl=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),t2=Nt("RegExp"),pl=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};oo(n,(o,s)=>{let i;(i=t(o,s,e))!==!1&&(r[s]=i||o)}),Object.defineProperties(e,r)},n2=e=>{pl(e,(t,n)=>{if(Et(e)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;const r=e[n];if(Et(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+"'")})}})},r2=(e,t)=>{const n={},r=o=>{o.forEach(s=>{n[s]=!0})};return ur(e)?r(e):r(String(e).split(t)),n},o2=()=>{},s2=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t,Bi="abcdefghijklmnopqrstuvwxyz",hl="0123456789",gl={DIGIT:hl,ALPHA:Bi,ALPHA_DIGIT:Bi+Bi.toUpperCase()+hl},i2=(e=16,t=gl.ALPHA_DIGIT)=>{let n="";const{length:r}=t;for(;e--;)n+=t[Math.random()*r|0];return n};function a2(e){return!!(e&&Et(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const c2=e=>{const t=new Array(10),n=(r,o)=>{if(Uo(r)){if(t.indexOf(r)>=0)return;if(!("toJSON"in r)){t[o]=r;const s=ur(r)?[]:{};return oo(r,(i,c)=>{const l=n(i,o+1);!ro(l)&&(s[c]=l)}),t[o]=void 0,s}}return r};return n(e,0)},l2=Nt("AsyncFunction"),u2=e=>e&&(Uo(e)||Et(e))&&Et(e.then)&&Et(e.catch),ml=((e,t)=>e?setImmediate:t?((n,r)=>(Bn.addEventListener("message",({source:o,data:s})=>{o===Bn&&s===n&&r.length&&r.shift()()},!1),o=>{r.push(o),Bn.postMessage(n,"*")}))(`axios@${Math.random()}`,[]):n=>setTimeout(n))(typeof setImmediate=="function",Et(Bn.postMessage)),d2=typeof queueMicrotask<"u"?queueMicrotask.bind(Bn):typeof process<"u"&&process.nextTick||ml;var N={isArray:ur,isArrayBuffer:cl,isBuffer:Th,isFormData:Mh,isArrayBufferView:Oh,isString:Lh,isNumber:ll,isBoolean:Fh,isObject:Uo,isPlainObject:Ko,isReadableStream:jh,isRequest:Vh,isResponse:Gh,isHeaders:Hh,isUndefined:ro,isDate:Dh,isFile:Rh,isBlob:kh,isRegExp:t2,isFunction:Et,isStream:Ph,isURLSearchParams:Bh,isTypedArray:$h,isFileList:Nh,forEach:oo,merge:Mi,extend:Zh,trim:Wh,stripBOM:Xh,inherits:zh,toFlatObject:Yh,kindOf:$o,kindOfTest:Nt,endsWith:Jh,toArray:Qh,forEachEntry:qh,matchAll:Uh,isHTMLForm:Kh,hasOwnProperty:fl,hasOwnProp:fl,reduceDescriptors:pl,freezeMethods:n2,toObjectSet:r2,toCamelCase:e2,noop:o2,toFiniteNumber:s2,findKey:ul,global:Bn,isContextDefined:dl,ALPHABET:gl,generateString:i2,isSpecCompliantForm:a2,toJSONObject:c2,isAsyncFn:l2,isThenable:u2,setImmediate:ml,asap:d2};function pe(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)}N.inherits(pe,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:N.toJSONObject(this.config),code:this.code,status:this.status}}});const bl=pe.prototype,yl={};["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=>{yl[e]={value:e}}),Object.defineProperties(pe,yl),Object.defineProperty(bl,"isAxiosError",{value:!0}),pe.from=(e,t,n,r,o,s)=>{const i=Object.create(bl);return N.toFlatObject(e,i,function(l){return l!==Error.prototype},c=>c!=="isAxiosError"),pe.call(i,e.message,t,n,r,o),i.cause=e,i.name=e.name,s&&Object.assign(i,s),i};var f2=null;function ji(e){return N.isPlainObject(e)||N.isArray(e)}function vl(e){return N.endsWith(e,"[]")?e.slice(0,-2):e}function Cl(e,t,n){return e?e.concat(t).map(function(o,s){return o=vl(o),!n&&s?"["+o+"]":o}).join(n?".":""):t}function p2(e){return N.isArray(e)&&!e.some(ji)}const h2=N.toFlatObject(N,{},null,function(t){return/^is[A-Z]/.test(t)});function es(e,t,n){if(!N.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,n=N.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(d,f){return!N.isUndefined(f[d])});const r=n.metaTokens,o=n.visitor||u,s=n.dots,i=n.indexes,l=(n.Blob||typeof Blob<"u"&&Blob)&&N.isSpecCompliantForm(t);if(!N.isFunction(o))throw new TypeError("visitor must be a function");function a(b){if(b===null)return"";if(N.isDate(b))return b.toISOString();if(!l&&N.isBlob(b))throw new pe("Blob is not supported. Use a Buffer instead.");return N.isArrayBuffer(b)||N.isTypedArray(b)?l&&typeof Blob=="function"?new Blob([b]):Buffer.from(b):b}function u(b,d,f){let p=b;if(b&&!f&&typeof b=="object"){if(N.endsWith(d,"{}"))d=r?d:d.slice(0,-2),b=JSON.stringify(b);else if(N.isArray(b)&&p2(b)||(N.isFileList(b)||N.endsWith(d,"[]"))&&(p=N.toArray(b)))return d=vl(d),p.forEach(function(m,E){!(N.isUndefined(m)||m===null)&&t.append(i===!0?Cl([d],E,s):i===null?d:d+"[]",a(m))}),!1}return ji(b)?!0:(t.append(Cl(f,d,s),a(b)),!1)}const h=[],g=Object.assign(h2,{defaultVisitor:u,convertValue:a,isVisitable:ji});function x(b,d){if(!N.isUndefined(b)){if(h.indexOf(b)!==-1)throw Error("Circular reference detected in "+d.join("."));h.push(b),N.forEach(b,function(p,y){(!(N.isUndefined(p)||p===null)&&o.call(t,p,N.isString(y)?y.trim():y,d,g))===!0&&x(p,d?d.concat(y):[y])}),h.pop()}}if(!N.isObject(e))throw new TypeError("data must be an object");return x(e),t}function Il(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(r){return t[r]})}function Vi(e,t){this._pairs=[],e&&es(e,this,t)}const xl=Vi.prototype;xl.append=function(t,n){this._pairs.push([t,n])},xl.toString=function(t){const n=t?function(r){return t.call(this,r,Il)}:Il;return this._pairs.map(function(o){return n(o[0])+"="+n(o[1])},"").join("&")};function g2(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function El(e,t,n){if(!t)return e;const r=n&&n.encode||g2,o=n&&n.serialize;let s;if(o?s=o(t,n):s=N.isURLSearchParams(t)?t.toString():new Vi(t,n).toString(r),s){const i=e.indexOf("#");i!==-1&&(e=e.slice(0,i)),e+=(e.indexOf("?")===-1?"?":"&")+s}return e}class m2{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){N.forEach(this.handlers,function(r){r!==null&&t(r)})}}var wl=m2,Al={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},b2=typeof URLSearchParams<"u"?URLSearchParams:Vi,y2=typeof FormData<"u"?FormData:null,v2=typeof Blob<"u"?Blob:null,C2={isBrowser:!0,classes:{URLSearchParams:b2,FormData:y2,Blob:v2},protocols:["http","https","file","blob","url","data"]};const Gi=typeof window<"u"&&typeof document<"u",Hi=typeof navigator=="object"&&navigator||void 0,I2=Gi&&(!Hi||["ReactNative","NativeScript","NS"].indexOf(Hi.product)<0),x2=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",E2=Gi&&window.location.href||"http://localhost";var w2=Object.freeze({__proto__:null,hasBrowserEnv:Gi,hasStandardBrowserWebWorkerEnv:x2,hasStandardBrowserEnv:I2,navigator:Hi,origin:E2}),ut={...w2,...C2};function A2(e,t){return es(e,new ut.classes.URLSearchParams,Object.assign({visitor:function(n,r,o,s){return ut.isNode&&N.isBuffer(n)?(this.append(r,n.toString("base64")),!1):s.defaultVisitor.apply(this,arguments)}},t))}function S2(e){return N.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function _2(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 Sl(e){function t(n,r,o,s){let i=n[s++];if(i==="__proto__")return!0;const c=Number.isFinite(+i),l=s>=n.length;return i=!i&&N.isArray(o)?o.length:i,l?(N.hasOwnProp(o,i)?o[i]=[o[i],r]:o[i]=r,!c):((!o[i]||!N.isObject(o[i]))&&(o[i]=[]),t(n,r,o[i],s)&&N.isArray(o[i])&&(o[i]=_2(o[i])),!c)}if(N.isFormData(e)&&N.isFunction(e.entries)){const n={};return N.forEachEntry(e,(r,o)=>{t(S2(r),o,n,0)}),n}return null}function T2(e,t,n){if(N.isString(e))try{return(t||JSON.parse)(e),N.trim(e)}catch(r){if(r.name!=="SyntaxError")throw r}return(0,JSON.stringify)(e)}const Wi={transitional:Al,adapter:["xhr","http","fetch"],transformRequest:[function(t,n){const r=n.getContentType()||"",o=r.indexOf("application/json")>-1,s=N.isObject(t);if(s&&N.isHTMLForm(t)&&(t=new FormData(t)),N.isFormData(t))return o?JSON.stringify(Sl(t)):t;if(N.isArrayBuffer(t)||N.isBuffer(t)||N.isStream(t)||N.isFile(t)||N.isBlob(t)||N.isReadableStream(t))return t;if(N.isArrayBufferView(t))return t.buffer;if(N.isURLSearchParams(t))return n.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let c;if(s){if(r.indexOf("application/x-www-form-urlencoded")>-1)return A2(t,this.formSerializer).toString();if((c=N.isFileList(t))||r.indexOf("multipart/form-data")>-1){const l=this.env&&this.env.FormData;return es(c?{"files[]":t}:t,l&&new l,this.formSerializer)}}return s||o?(n.setContentType("application/json",!1),T2(t)):t}],transformResponse:[function(t){const n=this.transitional||Wi.transitional,r=n&&n.forcedJSONParsing,o=this.responseType==="json";if(N.isResponse(t)||N.isReadableStream(t))return t;if(t&&N.isString(t)&&(r&&!this.responseType||o)){const i=!(n&&n.silentJSONParsing)&&o;try{return JSON.parse(t)}catch(c){if(i)throw c.name==="SyntaxError"?pe.from(c,pe.ERR_BAD_RESPONSE,this,null,this.response):c}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:ut.classes.FormData,Blob:ut.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};N.forEach(["delete","get","head","post","put","patch"],e=>{Wi.headers[e]={}});var Zi=Wi;const O2=N.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 L2=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]&&O2[n])&&(n==="set-cookie"?t[n]?t[n].push(r):t[n]=[r]:t[n]=t[n]?t[n]+", "+r:r)}),t};const _l=Symbol("internals");function so(e){return e&&String(e).trim().toLowerCase()}function ts(e){return e===!1||e==null?e:N.isArray(e)?e.map(ts):String(e)}function F2(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 D2=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function Xi(e,t,n,r,o){if(N.isFunction(r))return r.call(this,t,n);if(o&&(t=n),!!N.isString(t)){if(N.isString(r))return t.indexOf(r)!==-1;if(N.isRegExp(r))return r.test(t)}}function R2(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,n,r)=>n.toUpperCase()+r)}function k2(e,t){const n=N.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 ns{constructor(t){t&&this.set(t)}set(t,n,r){const o=this;function s(c,l,a){const u=so(l);if(!u)throw new Error("header name must be a non-empty string");const h=N.findKey(o,u);(!h||o[h]===void 0||a===!0||a===void 0&&o[h]!==!1)&&(o[h||l]=ts(c))}const i=(c,l)=>N.forEach(c,(a,u)=>s(a,u,l));if(N.isPlainObject(t)||t instanceof this.constructor)i(t,n);else if(N.isString(t)&&(t=t.trim())&&!D2(t))i(L2(t),n);else if(N.isHeaders(t))for(const[c,l]of t.entries())s(l,c,r);else t!=null&&s(n,t,r);return this}get(t,n){if(t=so(t),t){const r=N.findKey(this,t);if(r){const o=this[r];if(!n)return o;if(n===!0)return F2(o);if(N.isFunction(n))return n.call(this,o,r);if(N.isRegExp(n))return n.exec(o);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,n){if(t=so(t),t){const r=N.findKey(this,t);return!!(r&&this[r]!==void 0&&(!n||Xi(this,this[r],r,n)))}return!1}delete(t,n){const r=this;let o=!1;function s(i){if(i=so(i),i){const c=N.findKey(r,i);c&&(!n||Xi(r,r[c],c,n))&&(delete r[c],o=!0)}}return N.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||Xi(this,this[s],s,t,!0))&&(delete this[s],o=!0)}return o}normalize(t){const n=this,r={};return N.forEach(this,(o,s)=>{const i=N.findKey(r,s);if(i){n[i]=ts(o),delete n[s];return}const c=t?R2(s):String(s).trim();c!==s&&delete n[s],n[c]=ts(o),r[c]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const n=Object.create(null);return N.forEach(this,(r,o)=>{r!=null&&r!==!1&&(n[o]=t&&N.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[_l]=this[_l]={accessors:{}}).accessors,o=this.prototype;function s(i){const c=so(i);r[c]||(k2(o,i),r[c]=!0)}return N.isArray(t)?t.forEach(s):s(t),this}}ns.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),N.reduceDescriptors(ns.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(r){this[n]=r}}}),N.freezeMethods(ns);var Pt=ns;function zi(e,t){const n=this||Zi,r=t||n,o=Pt.from(r.headers);let s=r.data;return N.forEach(e,function(c){s=c.call(n,s,o.normalize(),t?t.status:void 0)}),o.normalize(),s}function Tl(e){return!!(e&&e.__CANCEL__)}function dr(e,t,n){pe.call(this,e??"canceled",pe.ERR_CANCELED,t,n),this.name="CanceledError"}N.inherits(dr,pe,{__CANCEL__:!0});function Ol(e,t,n){const r=n.config.validateStatus;!n.status||!r||r(n.status)?e(n):t(new pe("Request failed with status code "+n.status,[pe.ERR_BAD_REQUEST,pe.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}function N2(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function P2(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(l){const a=Date.now(),u=r[s];i||(i=a),n[o]=l,r[o]=a;let h=s,g=0;for(;h!==o;)g+=n[h++],h=h%e;if(o=(o+1)%e,o===s&&(s=(s+1)%e),a-i<t)return;const x=u&&a-u;return x?Math.round(g*1e3/x):void 0}}function M2(e,t){let n=0,r=1e3/t,o,s;const i=(a,u=Date.now())=>{n=u,o=null,s&&(clearTimeout(s),s=null),e.apply(null,a)};return[(...a)=>{const u=Date.now(),h=u-n;h>=r?i(a,u):(o=a,s||(s=setTimeout(()=>{s=null,i(o)},r-h)))},()=>o&&i(o)]}const rs=(e,t,n=3)=>{let r=0;const o=P2(50,250);return M2(s=>{const i=s.loaded,c=s.lengthComputable?s.total:void 0,l=i-r,a=o(l),u=i<=c;r=i;const h={loaded:i,total:c,progress:c?i/c:void 0,bytes:l,rate:a||void 0,estimated:a&&c&&u?(c-i)/a:void 0,event:s,lengthComputable:c!=null,[t?"download":"upload"]:!0};e(h)},n)},Ll=(e,t)=>{const n=e!=null;return[r=>t[0]({lengthComputable:n,total:e,loaded:r}),t[1]]},Fl=e=>(...t)=>N.asap(()=>e(...t));var B2=ut.hasStandardBrowserEnv?function(){const t=ut.navigator&&/(msie|trident)/i.test(ut.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 c=N.isString(i)?o(i):i;return c.protocol===r.protocol&&c.host===r.host}}():function(){return function(){return!0}}(),j2=ut.hasStandardBrowserEnv?{write(e,t,n,r,o,s){const i=[e+"="+encodeURIComponent(t)];N.isNumber(n)&&i.push("expires="+new Date(n).toGMTString()),N.isString(r)&&i.push("path="+r),N.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 V2(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function G2(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function Dl(e,t){return e&&!V2(t)?G2(e,t):t}const Rl=e=>e instanceof Pt?{...e}:e;function jn(e,t){t=t||{};const n={};function r(a,u,h){return N.isPlainObject(a)&&N.isPlainObject(u)?N.merge.call({caseless:h},a,u):N.isPlainObject(u)?N.merge({},u):N.isArray(u)?u.slice():u}function o(a,u,h){if(N.isUndefined(u)){if(!N.isUndefined(a))return r(void 0,a,h)}else return r(a,u,h)}function s(a,u){if(!N.isUndefined(u))return r(void 0,u)}function i(a,u){if(N.isUndefined(u)){if(!N.isUndefined(a))return r(void 0,a)}else return r(void 0,u)}function c(a,u,h){if(h in t)return r(a,u);if(h in e)return r(void 0,a)}const l={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:c,headers:(a,u)=>o(Rl(a),Rl(u),!0)};return N.forEach(Object.keys(Object.assign({},e,t)),function(u){const h=l[u]||o,g=h(e[u],t[u],u);N.isUndefined(g)&&h!==c||(n[u]=g)}),n}var kl=e=>{const t=jn({},e);let{data:n,withXSRFToken:r,xsrfHeaderName:o,xsrfCookieName:s,headers:i,auth:c}=t;t.headers=i=Pt.from(i),t.url=El(Dl(t.baseURL,t.url),e.params,e.paramsSerializer),c&&i.set("Authorization","Basic "+btoa((c.username||"")+":"+(c.password?unescape(encodeURIComponent(c.password)):"")));let l;if(N.isFormData(n)){if(ut.hasStandardBrowserEnv||ut.hasStandardBrowserWebWorkerEnv)i.setContentType(void 0);else if((l=i.getContentType())!==!1){const[a,...u]=l?l.split(";").map(h=>h.trim()).filter(Boolean):[];i.setContentType([a||"multipart/form-data",...u].join("; "))}}if(ut.hasStandardBrowserEnv&&(r&&N.isFunction(r)&&(r=r(t)),r||r!==!1&&B2(t.url))){const a=o&&s&&j2.read(s);a&&i.set(o,a)}return t},H2=typeof XMLHttpRequest<"u"&&function(e){return new Promise(function(n,r){const o=kl(e);let s=o.data;const i=Pt.from(o.headers).normalize();let{responseType:c,onUploadProgress:l,onDownloadProgress:a}=o,u,h,g,x,b;function d(){x&&x(),b&&b(),o.cancelToken&&o.cancelToken.unsubscribe(u),o.signal&&o.signal.removeEventListener("abort",u)}let f=new XMLHttpRequest;f.open(o.method.toUpperCase(),o.url,!0),f.timeout=o.timeout;function p(){if(!f)return;const m=Pt.from("getAllResponseHeaders"in f&&f.getAllResponseHeaders()),I={data:!c||c==="text"||c==="json"?f.responseText:f.response,status:f.status,statusText:f.statusText,headers:m,config:e,request:f};Ol(function(A){n(A),d()},function(A){r(A),d()},I),f=null}"onloadend"in f?f.onloadend=p:f.onreadystatechange=function(){!f||f.readyState!==4||f.status===0&&!(f.responseURL&&f.responseURL.indexOf("file:")===0)||setTimeout(p)},f.onabort=function(){f&&(r(new pe("Request aborted",pe.ECONNABORTED,e,f)),f=null)},f.onerror=function(){r(new pe("Network Error",pe.ERR_NETWORK,e,f)),f=null},f.ontimeout=function(){let E=o.timeout?"timeout of "+o.timeout+"ms exceeded":"timeout exceeded";const I=o.transitional||Al;o.timeoutErrorMessage&&(E=o.timeoutErrorMessage),r(new pe(E,I.clarifyTimeoutError?pe.ETIMEDOUT:pe.ECONNABORTED,e,f)),f=null},s===void 0&&i.setContentType(null),"setRequestHeader"in f&&N.forEach(i.toJSON(),function(E,I){f.setRequestHeader(I,E)}),N.isUndefined(o.withCredentials)||(f.withCredentials=!!o.withCredentials),c&&c!=="json"&&(f.responseType=o.responseType),a&&([g,b]=rs(a,!0),f.addEventListener("progress",g)),l&&f.upload&&([h,x]=rs(l),f.upload.addEventListener("progress",h),f.upload.addEventListener("loadend",x)),(o.cancelToken||o.signal)&&(u=m=>{f&&(r(!m||m.type?new dr(null,e,f):m),f.abort(),f=null)},o.cancelToken&&o.cancelToken.subscribe(u),o.signal&&(o.signal.aborted?u():o.signal.addEventListener("abort",u)));const y=N2(o.url);if(y&&ut.protocols.indexOf(y)===-1){r(new pe("Unsupported protocol "+y+":",pe.ERR_BAD_REQUEST,e));return}f.send(s||null)})},W2=(e,t)=>{const{length:n}=e=e?e.filter(Boolean):[];if(t||n){let r=new AbortController,o;const s=function(a){if(!o){o=!0,c();const u=a instanceof Error?a:this.reason;r.abort(u instanceof pe?u:new dr(u instanceof Error?u.message:u))}};let i=t&&setTimeout(()=>{i=null,s(new pe(`timeout ${t} of ms exceeded`,pe.ETIMEDOUT))},t);const c=()=>{e&&(i&&clearTimeout(i),i=null,e.forEach(a=>{a.unsubscribe?a.unsubscribe(s):a.removeEventListener("abort",s)}),e=null)};e.forEach(a=>a.addEventListener("abort",s));const{signal:l}=r;return l.unsubscribe=()=>N.asap(c),l}};const Z2=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},X2=async function*(e,t){for await(const n of z2(e))yield*Z2(n,t)},z2=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()}},Nl=(e,t,n,r)=>{const o=X2(e,t);let s=0,i,c=l=>{i||(i=!0,r&&r(l))};return new ReadableStream({async pull(l){try{const{done:a,value:u}=await o.next();if(a){c(),l.close();return}let h=u.byteLength;if(n){let g=s+=h;n(g)}l.enqueue(new Uint8Array(u))}catch(a){throw c(a),a}},cancel(l){return c(l),o.return()}},{highWaterMark:2})},os=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",Pl=os&&typeof ReadableStream=="function",Y2=os&&(typeof TextEncoder=="function"?(e=>t=>e.encode(t))(new TextEncoder):async e=>new Uint8Array(await new Response(e).arrayBuffer())),Ml=(e,...t)=>{try{return!!e(...t)}catch{return!1}},J2=Pl&&Ml(()=>{let e=!1;const t=new Request(ut.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t}),Bl=64*1024,Yi=Pl&&Ml(()=>N.isReadableStream(new Response("").body)),ss={stream:Yi&&(e=>e.body)};os&&(e=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!ss[t]&&(ss[t]=N.isFunction(e[t])?n=>n[t]():(n,r)=>{throw new pe(`Response type '${t}' is not supported`,pe.ERR_NOT_SUPPORT,r)})})})(new Response);const Q2=async e=>{if(e==null)return 0;if(N.isBlob(e))return e.size;if(N.isSpecCompliantForm(e))return(await new Request(ut.origin,{method:"POST",body:e}).arrayBuffer()).byteLength;if(N.isArrayBufferView(e)||N.isArrayBuffer(e))return e.byteLength;if(N.isURLSearchParams(e)&&(e=e+""),N.isString(e))return(await Y2(e)).byteLength},$2=async(e,t)=>{const n=N.toFiniteNumber(e.getContentLength());return n??Q2(t)};var q2=os&&(async e=>{let{url:t,method:n,data:r,signal:o,cancelToken:s,timeout:i,onDownloadProgress:c,onUploadProgress:l,responseType:a,headers:u,withCredentials:h="same-origin",fetchOptions:g}=kl(e);a=a?(a+"").toLowerCase():"text";let x=W2([o,s&&s.toAbortSignal()],i),b;const d=x&&x.unsubscribe&&(()=>{x.unsubscribe()});let f;try{if(l&&J2&&n!=="get"&&n!=="head"&&(f=await $2(u,r))!==0){let I=new Request(t,{method:"POST",body:r,duplex:"half"}),w;if(N.isFormData(r)&&(w=I.headers.get("content-type"))&&u.setContentType(w),I.body){const[A,S]=Ll(f,rs(Fl(l)));r=Nl(I.body,Bl,A,S)}}N.isString(h)||(h=h?"include":"omit");const p="credentials"in Request.prototype;b=new Request(t,{...g,signal:x,method:n.toUpperCase(),headers:u.normalize().toJSON(),body:r,duplex:"half",credentials:p?h:void 0});let y=await fetch(b);const m=Yi&&(a==="stream"||a==="response");if(Yi&&(c||m&&d)){const I={};["status","statusText","headers"].forEach(T=>{I[T]=y[T]});const w=N.toFiniteNumber(y.headers.get("content-length")),[A,S]=c&&Ll(w,rs(Fl(c),!0))||[];y=new Response(Nl(y.body,Bl,A,()=>{S&&S(),d&&d()}),I)}a=a||"text";let E=await ss[N.findKey(ss,a)||"text"](y,e);return!m&&d&&d(),await new Promise((I,w)=>{Ol(I,w,{data:E,headers:Pt.from(y.headers),status:y.status,statusText:y.statusText,config:e,request:b})})}catch(p){throw d&&d(),p&&p.name==="TypeError"&&/fetch/i.test(p.message)?Object.assign(new pe("Network Error",pe.ERR_NETWORK,e,b),{cause:p.cause||p}):pe.from(p,p&&p.code,e,b)}});const Ji={http:f2,xhr:H2,fetch:q2};N.forEach(Ji,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const jl=e=>`- ${e}`,U2=e=>N.isFunction(e)||e===null||e===!1;var Vl={getAdapter:e=>{e=N.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,!U2(n)&&(r=Ji[(i=String(n)).toLowerCase()],r===void 0))throw new pe(`Unknown adapter '${i}'`);if(r)break;o[i||"#"+s]=r}if(!r){const s=Object.entries(o).map(([c,l])=>`adapter ${c} `+(l===!1?"is not supported by the environment":"is not available in the build"));let i=t?s.length>1?`since :
|
|
33
|
+
`+s.map(jl).join(`
|
|
34
|
+
`):" "+jl(s[0]):"as no adapter specified";throw new pe("There is no suitable adapter to dispatch the request "+i,"ERR_NOT_SUPPORT")}return r},adapters:Ji};function Qi(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new dr(null,e)}function Gl(e){return Qi(e),e.headers=Pt.from(e.headers),e.data=zi.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),Vl.getAdapter(e.adapter||Zi.adapter)(e).then(function(r){return Qi(e),r.data=zi.call(e,e.transformResponse,r),r.headers=Pt.from(r.headers),r},function(r){return Tl(r)||(Qi(e),r&&r.response&&(r.response.data=zi.call(e,e.transformResponse,r.response),r.response.headers=Pt.from(r.response.headers))),Promise.reject(r)})}const Hl="1.7.7",$i={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{$i[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}});const Wl={};$i.transitional=function(t,n,r){function o(s,i){return"[Axios v"+Hl+"] Transitional option '"+s+"'"+i+(r?". "+r:"")}return(s,i,c)=>{if(t===!1)throw new pe(o(i," has been removed"+(n?" in "+n:"")),pe.ERR_DEPRECATED);return n&&!Wl[i]&&(Wl[i]=!0,console.warn(o(i," has been deprecated since v"+n+" and will be removed in the near future"))),t?t(s,i,c):!0}};function K2(e,t,n){if(typeof e!="object")throw new pe("options must be an object",pe.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 c=e[s],l=c===void 0||i(c,s,e);if(l!==!0)throw new pe("option "+s+" must be "+l,pe.ERR_BAD_OPTION_VALUE);continue}if(n!==!0)throw new pe("Unknown option "+s,pe.ERR_BAD_OPTION)}}var qi={assertOptions:K2,validators:$i};const mn=qi.validators;let is=class{constructor(t){this.defaults=t,this.interceptors={request:new wl,response:new wl}}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=jn(this.defaults,n);const{transitional:r,paramsSerializer:o,headers:s}=n;r!==void 0&&qi.assertOptions(r,{silentJSONParsing:mn.transitional(mn.boolean),forcedJSONParsing:mn.transitional(mn.boolean),clarifyTimeoutError:mn.transitional(mn.boolean)},!1),o!=null&&(N.isFunction(o)?n.paramsSerializer={serialize:o}:qi.assertOptions(o,{encode:mn.function,serialize:mn.function},!0)),n.method=(n.method||this.defaults.method||"get").toLowerCase();let i=s&&N.merge(s.common,s[n.method]);s&&N.forEach(["delete","get","head","post","put","patch","common"],b=>{delete s[b]}),n.headers=Pt.concat(i,s);const c=[];let l=!0;this.interceptors.request.forEach(function(d){typeof d.runWhen=="function"&&d.runWhen(n)===!1||(l=l&&d.synchronous,c.unshift(d.fulfilled,d.rejected))});const a=[];this.interceptors.response.forEach(function(d){a.push(d.fulfilled,d.rejected)});let u,h=0,g;if(!l){const b=[Gl.bind(this),void 0];for(b.unshift.apply(b,c),b.push.apply(b,a),g=b.length,u=Promise.resolve(n);h<g;)u=u.then(b[h++],b[h++]);return u}g=c.length;let x=n;for(h=0;h<g;){const b=c[h++],d=c[h++];try{x=b(x)}catch(f){d.call(this,f);break}}try{u=Gl.call(this,x)}catch(b){return Promise.reject(b)}for(h=0,g=a.length;h<g;)u=u.then(a[h++],a[h++]);return u}getUri(t){t=jn(this.defaults,t);const n=Dl(t.baseURL,t.url);return El(n,t.params,t.paramsSerializer)}};N.forEach(["delete","get","head","options"],function(t){is.prototype[t]=function(n,r){return this.request(jn(r||{},{method:t,url:n,data:(r||{}).data}))}}),N.forEach(["post","put","patch"],function(t){function n(r){return function(s,i,c){return this.request(jn(c||{},{method:t,headers:r?{"Content-Type":"multipart/form-data"}:{},url:s,data:i}))}}is.prototype[t]=n(),is.prototype[t+"Form"]=n(!0)});var as=is;class Ui{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(c=>{r.subscribe(c),s=c}).then(o);return i.cancel=function(){r.unsubscribe(s)},i},t(function(s,i,c){r.reason||(r.reason=new dr(s,i,c),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 Ui(function(o){t=o}),cancel:t}}}var eg=Ui;function tg(e){return function(n){return e.apply(null,n)}}function ng(e){return N.isObject(e)&&e.isAxiosError===!0}const Ki={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(Ki).forEach(([e,t])=>{Ki[t]=e});var rg=Ki;function Zl(e){const t=new as(e),n=al(as.prototype.request,t);return N.extend(n,as.prototype,t,{allOwnKeys:!0}),N.extend(n,t,null,{allOwnKeys:!0}),n.create=function(o){return Zl(jn(e,o))},n}const He=Zl(Zi);He.Axios=as,He.CanceledError=dr,He.CancelToken=eg,He.isCancel=Tl,He.VERSION=Hl,He.toFormData=es,He.AxiosError=pe,He.Cancel=He.CanceledError,He.all=function(t){return Promise.all(t)},He.spread=tg,He.isAxiosError=ng,He.mergeConfig=jn,He.AxiosHeaders=Pt,He.formToJSON=e=>Sl(N.isHTMLForm(e)?new FormData(e):e),He.getAdapter=Vl.getAdapter,He.HttpStatusCode=rg,He.default=He;var Xl=He,Ce={},bn={};(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={}))})(bn);var dt={};Object.defineProperty(dt,"__esModule",{value:!0}),dt.getProdHqConfig=dt.getProdApiConfig=dt.getSitHqConfig=dt.getSitApiConfig=dt.getDevHqConfig=dt.getDevApiConfig=void 0;var fr={heimdallTokenFetch:"/v1/token/get",heimdallLogin:"/v1/login/code",heimdallLogout:"/v1/logout",v2Login:"/api/auth/login/code",hotLogin:"/api/auth/login/code"},og=function(){return{v2Url:"https://v2dev.hiver.space",heimdallUrl:"https://dev.hiver.space/api/heimdall-api",hotUrl:"http://local.hiverhq.co.in:3000",apiEndpoints:fr}};dt.getDevApiConfig=og;var sg=function(){return{v2Url:"https://v2dev.hiver.space",heimdallUrl:"https://dev.hiver.space/api/heimdall-api2",hotUrl:"http://local.hiverhq.co.in:3000",apiEndpoints:fr}};dt.getDevHqConfig=sg;var ig=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:fr}};dt.getSitApiConfig=ig;var ag=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:fr}};dt.getSitHqConfig=ag;var cg=function(){return{v2Url:"https://v2.hiverhq.com",heimdallUrl:"https://heimdall.hiverapi.com",hotUrl:"https://app.hiverhq.com",apiEndpoints:fr}};dt.getProdApiConfig=cg;var lg=function(){return{v2Url:"https://v2.hiverhq.com",heimdallUrl:"https://heimdall2.hiverhq.com",hotUrl:"https://app.hiverhq.com",apiEndpoints:fr}};dt.getProdHqConfig=lg;var Xt={},zt={};Object.defineProperty(zt,"__esModule",{value:!0}),zt.removeValue=zt.getValue=zt.setValue=void 0;var ea={};function ug(e,t){ea[e]=t}zt.setValue=ug;function dg(e){return ea[e]}zt.getValue=dg;function fg(e){delete ea[e]}zt.removeValue=fg,Object.defineProperty(Xt,"__esModule",{value:!0}),Xt.removeItemFromStorage=Xt.setItemInStorage=Xt.getItemFromStorage=void 0;var pr=bn,hr=zt,pg=function(e,t){switch(t===void 0&&(t=(0,hr.getValue)("PLATFORM")),t){case pr.PLATFORM.WEB:return sessionStorage.getItem(e);case pr.PLATFORM.MOBILE:return(0,hr.getValue)(e);default:throw Error("Invalid PLATFORM ".concat(t))}};Xt.getItemFromStorage=pg;var hg=function(e,t,n){switch(n===void 0&&(n=(0,hr.getValue)("PLATFORM")),n){case pr.PLATFORM.WEB:return sessionStorage.setItem(e,t);case pr.PLATFORM.MOBILE:return(0,hr.setValue)(e,t);default:throw Error("Invalid PLATFORM ".concat(n))}};Xt.setItemInStorage=hg;var gg=function(e,t){switch(t===void 0&&(t=(0,hr.getValue)("PLATFORM")),t){case pr.PLATFORM.WEB:sessionStorage.removeItem(e);break;case pr.PLATFORM.MOBILE:(0,hr.removeValue)(e);break;default:throw Error("Invalid PLATFORM ".concat(t))}};Xt.removeItemFromStorage=gg;var mg=fe&&fe.__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 c(u){try{a(r.next(u))}catch(h){i(h)}}function l(u){try{a(r.throw(u))}catch(h){i(h)}}function a(u){u.done?s(u.value):o(u.value).then(c,l)}a((r=r.apply(e,t||[])).next())})},bg=fe&&fe.__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:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function c(a){return function(u){return l([a,u])}}function l(a){if(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(n=0)),n;)try{if(r=1,o&&(s=a[0]&2?o.return:a[0]?o.throw||((s=o.return)&&s.call(o),0):o.next)&&!(s=s.call(o,a[1])).done)return s;switch(o=0,s&&(a=[a[0]&2,s.value]),a[0]){case 0:case 1:s=a;break;case 4:return n.label++,{value:a[1],done:!1};case 5:n.label++,o=a[1],a=[0];continue;case 7:a=n.ops.pop(),n.trys.pop();continue;default:if(s=n.trys,!(s=s.length>0&&s[s.length-1])&&(a[0]===6||a[0]===2)){n=0;continue}if(a[0]===3&&(!s||a[1]>s[0]&&a[1]<s[3])){n.label=a[1];break}if(a[0]===6&&n.label<s[1]){n.label=s[1],s=a;break}if(s&&n.label<s[2]){n.label=s[2],n.ops.push(a);break}s[2]&&n.ops.pop(),n.trys.pop();continue}a=t.call(e,n)}catch(u){a=[6,u],o=0}finally{r=s=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}};Object.defineProperty(Ce,"__esModule",{value:!0}),Ce.expireToken=Ce.invalidateToken=Ce.validateToken=Ce.validateAccount=Ce.getConfig=Ce.introduceDelay=Ce.isTokenInExpiryWindow=Ce.getStoredAuthData=Ce.setUserDetails=Ce.getRefreshInterval=Ce.setTokenAndExpiry=Ce.getRandomDelay=Ce.hasValidToken=void 0;var nn=bn,gr=dt,wt=Xt,ta=function(){var e=new Date,t=new Date(e.getTime()+e.getTimezoneOffset()*6e4);return t},na=function(e){var t=parseInt((0,wt.getItemFromStorage)("hiverAuthUserId")||"0"),n=parseInt((0,wt.getItemFromStorage)("hiverAuthUserGroupId")||"0"),r=e.userId,o=e.usergroupId;return t===r&&o===n};Ce.validateAccount=na;var yg=function(e){var t=na(e);return!zl()&&t};Ce.validateToken=yg;var vg=function(e){return e.apiRetry?e.apiRetry>0:!1};Ce.invalidateToken=vg;var Cg=function(){try{sessionStorage.removeItem("hiverAuthTokenExpiry")}catch{console.log("Heimdall: Unable to Remove token.")}};Ce.expireToken=Cg;var Ig=function(e){var t=(0,wt.getItemFromStorage)("hiverAuthTokenExpiry")||"",n=new Date(t),r=ta(),o=na(e);return console.log("Heimdall: checking if there is a valid token",r<n&&o),r<n&&o};Ce.hasValidToken=Ig;var xg=function(){return Math.floor(Math.random()*6e4)+6e4};Ce.getRandomDelay=xg;var Eg=function(e,t){if(!e||!t)throw new Error("User Id or user group Id not found in the response");(0,wt.setItemInStorage)("hiverAuthUserId",e),(0,wt.setItemInStorage)("hiverAuthUserGroupId",t)};Ce.setUserDetails=Eg;var wg=function(e,t){if(!e)throw new Error("Token not found in the response");(0,wt.setItemInStorage)("hiverAuthToken",e),(0,wt.setItemInStorage)("hiverAuthTokenExpiry",t)};Ce.setTokenAndExpiry=wg;var Ag=function(){var e=(0,wt.getItemFromStorage)("hiverAuthTokenExpiry"),t=(0,wt.getItemFromStorage)("hiverAuthToken"),n=(0,wt.getItemFromStorage)("hiverAuthUserId"),r=(0,wt.getItemFromStorage)("hiverAuthUserGroupId");return{token:t,expiryTime:e,userId:n,usergroupId:r}};Ce.getStoredAuthData=Ag;var zl=function(){var e=(0,wt.getItemFromStorage)("hiverAuthTokenExpiry")||"";if(!e)return!0;var t=ta(),n=new Date(e),r=4*60*1e3,o=n.getTime()-t.getTime()<r;return console.log({currentTime:t,expiry:n,isInExpiryWindow:o}),o};Ce.isTokenInExpiryWindow=zl;var Sg=function(e){return mg(void 0,void 0,void 0,function(){return bg(this,function(t){switch(t.label){case 0:return[4,new Promise(function(n){return setTimeout(n,e)})];case 1:return t.sent(),[2]}})})};Ce.introduceDelay=Sg;var _g=function(e,t,n){switch(n===void 0&&(n=!0),t){case nn.TIERS.SIT:case nn.TIERS.QA:return n?(0,gr.getSitApiConfig)(e):(0,gr.getSitHqConfig)(e);case nn.TIERS.PRODUCTION:case nn.TIERS.PROD:return n?(0,gr.getProdApiConfig)():(0,gr.getProdHqConfig)();case nn.TIERS.DEV:default:return n?(0,gr.getDevApiConfig)():(0,gr.getDevHqConfig)()}};Ce.getConfig=_g;var Tg=function(){try{var e=(0,wt.getItemFromStorage)("hiverAuthTokenExpiry");if(!e)return nn.RETRY_DELAY_IN_CASE_OF_CORRUPTED_EXPIRY;var t=new Date(e),n=ta();return t.getTime()-n.getTime()>nn.TWO_MINUTES_IN_MS?t.getTime()-nn.TWO_MINUTES_IN_MS:t.getTime()-n.getTime()}catch(r){return console.error("Heimdall: Error in getRefreshInterval",r),nn.REFETCH_CHECK_DELAY}};Ce.getRefreshInterval=Tg;var io={},Mt={},Yl;function Jl(){if(Yl)return Mt;Yl=1;var e=fe&&fe.__awaiter||function(b,d,f,p){function y(m){return m instanceof f?m:new f(function(E){E(m)})}return new(f||(f=Promise))(function(m,E){function I(S){try{A(p.next(S))}catch(T){E(T)}}function w(S){try{A(p.throw(S))}catch(T){E(T)}}function A(S){S.done?m(S.value):y(S.value).then(I,w)}A((p=p.apply(b,d||[])).next())})},t=fe&&fe.__generator||function(b,d){var f={label:0,sent:function(){if(m[0]&1)throw m[1];return m[1]},trys:[],ops:[]},p,y,m,E;return E={next:I(0),throw:I(1),return:I(2)},typeof Symbol=="function"&&(E[Symbol.iterator]=function(){return this}),E;function I(A){return function(S){return w([A,S])}}function w(A){if(p)throw new TypeError("Generator is already executing.");for(;E&&(E=0,A[0]&&(f=0)),f;)try{if(p=1,y&&(m=A[0]&2?y.return:A[0]?y.throw||((m=y.return)&&m.call(y),0):y.next)&&!(m=m.call(y,A[1])).done)return m;switch(y=0,m&&(A=[A[0]&2,m.value]),A[0]){case 0:case 1:m=A;break;case 4:return f.label++,{value:A[1],done:!1};case 5:f.label++,y=A[1],A=[0];continue;case 7:A=f.ops.pop(),f.trys.pop();continue;default:if(m=f.trys,!(m=m.length>0&&m[m.length-1])&&(A[0]===6||A[0]===2)){f=0;continue}if(A[0]===3&&(!m||A[1]>m[0]&&A[1]<m[3])){f.label=A[1];break}if(A[0]===6&&f.label<m[1]){f.label=m[1],m=A;break}if(m&&f.label<m[2]){f.label=m[2],f.ops.push(A);break}m[2]&&f.ops.pop(),f.trys.pop();continue}A=d.call(b,f)}catch(S){A=[6,S],y=0}finally{p=m=0}if(A[0]&5)throw A[1];return{value:A[0]?A[1]:void 0,done:!0}}};Object.defineProperty(Mt,"__esModule",{value:!0}),Mt.logoutFromHeimdall=Mt.getTenantLoginCode=Mt.getLoginToken=Mt.getAccessToken=void 0;var n=bn,r=Kl(),o=Ce,s=function(b,d,f,p){var y=(0,o.getStoredAuthData)(),m=f===n.TENANT_PLATFORM.HIVERWEB?n.TENANT_PLATFORM.HIVERWEB:n.TENANT_PLATFORM.GMAIL;return{root_url:b.heimdallUrl,url:b.apiEndpoints.heimdallTokenFetch,method:n.GET_METHOD,headers:{"x-hiver-tenant":m},data:{user_id:d.userId,usergroup_id:d.usergroupId,access_token:(y==null?void 0:y.token)||"",source:p}}},i=function(b,d,f,p,y){var m=f===n.TENANT_PLATFORM.HIVERWEB?n.TENANT_PLATFORM.HIVERWEB:n.TENANT_PLATFORM.GMAIL;return{root_url:d.heimdallUrl,url:d.apiEndpoints.heimdallLogin,method:n.GET_METHOD,data:{code:b},headers:{"x-hiver-tenant":m,"x-hiver-userid":p,"x-hiver-usergroupid":y}}},c=function(b,d){var f=d===n.TENANT_PLATFORM.HIVERWEB?n.TENANT_PLATFORM.HIVERWEB:n.TENANT_PLATFORM.GMAIL;return{root_url:b.heimdallUrl,url:b.apiEndpoints.heimdallLogout,method:n.GET_METHOD,headers:{"x-hiver-tenant":f}}},l=function(b){return parseInt(b,10)},a=function(b,d,f,p){return{root_url:f===n.TENANT_PLATFORM.HIVERWEB?b.hotUrl:b.v2Url,url:f===n.TENANT_PLATFORM.HIVERWEB?b.apiEndpoints.hotLogin:b.apiEndpoints.v2Login,method:n.GET_METHOD,data:{usersession:l(d.userId),app:p||n.APP_UI.DEFAULT}}},u=function(b,d,f,p,y){return e(void 0,void 0,void 0,function(){var m,E,I,w,A,S,T;return t(this,function(R){switch(R.label){case 0:console.log("GETTOKEN tenantPlatform -> ",p),R.label=1;case 1:return R.trys.push([1,5,,6]),!(0,o.validateToken)(f)||(0,o.invalidateToken)(f)?(console.log("HEIMDALL: No valid token, fetching token"),m=s(d,f,p,y),[4,(0,r.performAxiosCall)(m)]):[3,3];case 2:return E=R.sent(),[2,{atToken:(w=E==null?void 0:E.data.at)===null||w===void 0?void 0:w.token,expiryTime:(A=E==null?void 0:E.data.at)===null||A===void 0?void 0:A.expires_at,userId:(S=E==null?void 0:E.data)===null||S===void 0?void 0:S.user_id,userGroupId:(T=E==null?void 0:E.data)===null||T===void 0?void 0:T.usergroup_id}];case 3:return console.log("Heimdall: Valid token already exists"),[2,{}];case 4:return[3,6];case 5:throw I=R.sent(),I;case 6:return[2]}})})};Mt.getAccessToken=u;var h=function(b,d,f,p,y,m){return e(void 0,void 0,void 0,function(){var E,I,w,A,S,T,R;return t(this,function(F){switch(F.label){case 0:E=i(b,f,p,y,m),F.label=1;case 1:return F.trys.push([1,3,,4]),[4,(0,r.performAxiosCall)(E)];case 2:return I=F.sent(),[2,{userId:(A=I==null?void 0:I.data)===null||A===void 0?void 0:A.user_id,userGroupId:(S=I==null?void 0:I.data)===null||S===void 0?void 0:S.usergroup_id,atToken:(T=I==null?void 0:I.data.at)===null||T===void 0?void 0:T.token,expiryTime:(R=I==null?void 0:I.data.at)===null||R===void 0?void 0:R.expires_at}];case 3:throw w=F.sent(),w;case 4:return[2]}})})};Mt.getLoginToken=h;var g=function(b,d,f,p,y){return e(void 0,void 0,void 0,function(){var m,E,I;return t(this,function(w){switch(w.label){case 0:return w.trys.push([0,2,,3]),console.log("ERROR debug: in getTenantLoginCode:",y),m=a(d,f,p,y),[4,(0,r.performAxiosCall)(m)];case 1:return E=w.sent(),[2,E==null?void 0:E.data.code];case 2:throw I=w.sent(),I;case 3:return[2]}})})};Mt.getTenantLoginCode=g;var x=function(b,d,f){return f===void 0&&(f=0),e(void 0,void 0,void 0,function(){var p,y,m;return t(this,function(E){switch(E.label){case 0:return E.trys.push([0,2,,5]),p=c(b,d),[4,(0,r.performAxiosCall)(p)];case 1:return y=E.sent(),[2,y==null?void 0:y.status];case 2:return m=E.sent(),f<2?[4,x(b,d,f+1)]:[3,4];case 3:E.sent(),E.label=4;case 4:throw m;case 5:return[2]}})})};return Mt.logoutFromHeimdall=x,Mt}var cs={},Og=fe&&fe.__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 c(u){try{a(r.next(u))}catch(h){i(h)}}function l(u){try{a(r.throw(u))}catch(h){i(h)}}function a(u){u.done?s(u.value):o(u.value).then(c,l)}a((r=r.apply(e,t||[])).next())})},Lg=fe&&fe.__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:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function c(a){return function(u){return l([a,u])}}function l(a){if(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(n=0)),n;)try{if(r=1,o&&(s=a[0]&2?o.return:a[0]?o.throw||((s=o.return)&&s.call(o),0):o.next)&&!(s=s.call(o,a[1])).done)return s;switch(o=0,s&&(a=[a[0]&2,s.value]),a[0]){case 0:case 1:s=a;break;case 4:return n.label++,{value:a[1],done:!1};case 5:n.label++,o=a[1],a=[0];continue;case 7:a=n.ops.pop(),n.trys.pop();continue;default:if(s=n.trys,!(s=s.length>0&&s[s.length-1])&&(a[0]===6||a[0]===2)){n=0;continue}if(a[0]===3&&(!s||a[1]>s[0]&&a[1]<s[3])){n.label=a[1];break}if(a[0]===6&&n.label<s[1]){n.label=s[1],s=a;break}if(s&&n.label<s[2]){n.label=s[2],n.ops.push(a);break}s[2]&&n.ops.pop(),n.trys.pop();continue}a=t.call(e,n)}catch(u){a=[6,u],o=0}finally{r=s=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}};Object.defineProperty(cs,"__esModule",{value:!0}),cs.subscribeToOnlineEvent=void 0;var Ql=bn,Fg=zt,Dg=function(e,t){switch(t===void 0&&(t=(0,Fg.getValue)("PLATFORM")),console.log("Online status detected. Fetching token..."),t){case Ql.PLATFORM.WEB:return window.addEventListener("online",function(){return Og(void 0,void 0,void 0,function(){return Lg(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 Ql.PLATFORM.MOBILE:e();return;default:throw Error("Invalid PLATFORM ".concat(t))}};cs.subscribeToOnlineEvent=Dg;var $l;function ql(){if($l)return io;$l=1;var e=fe&&fe.__awaiter||function(b,d,f,p){function y(m){return m instanceof f?m:new f(function(E){E(m)})}return new(f||(f=Promise))(function(m,E){function I(S){try{A(p.next(S))}catch(T){E(T)}}function w(S){try{A(p.throw(S))}catch(T){E(T)}}function A(S){S.done?m(S.value):y(S.value).then(I,w)}A((p=p.apply(b,d||[])).next())})},t=fe&&fe.__generator||function(b,d){var f={label:0,sent:function(){if(m[0]&1)throw m[1];return m[1]},trys:[],ops:[]},p,y,m,E;return E={next:I(0),throw:I(1),return:I(2)},typeof Symbol=="function"&&(E[Symbol.iterator]=function(){return this}),E;function I(A){return function(S){return w([A,S])}}function w(A){if(p)throw new TypeError("Generator is already executing.");for(;E&&(E=0,A[0]&&(f=0)),f;)try{if(p=1,y&&(m=A[0]&2?y.return:A[0]?y.throw||((m=y.return)&&m.call(y),0):y.next)&&!(m=m.call(y,A[1])).done)return m;switch(y=0,m&&(A=[A[0]&2,m.value]),A[0]){case 0:case 1:m=A;break;case 4:return f.label++,{value:A[1],done:!1};case 5:f.label++,y=A[1],A=[0];continue;case 7:A=f.ops.pop(),f.trys.pop();continue;default:if(m=f.trys,!(m=m.length>0&&m[m.length-1])&&(A[0]===6||A[0]===2)){f=0;continue}if(A[0]===3&&(!m||A[1]>m[0]&&A[1]<m[3])){f.label=A[1];break}if(A[0]===6&&f.label<m[1]){f.label=m[1],m=A;break}if(m&&f.label<m[2]){f.label=m[2],f.ops.push(A);break}m[2]&&f.ops.pop(),f.trys.pop();continue}A=d.call(b,f)}catch(S){A=[6,S],y=0}finally{p=m=0}if(A[0]&5)throw A[1];return{value:A[0]?A[1]:void 0,done:!0}}};Object.defineProperty(io,"__esModule",{value:!0}),io.fetchAccessToken=void 0;var n=Jl(),r=bn,o=Ce,s=cs,i,c,l,a=function(b,d,f,p,y,m){return m===void 0&&(m=r.APP_UI.DEFAULT),e(void 0,void 0,void 0,function(){var E,I,w,A,S,T,R,F,D;return t(this,function(B){switch(B.label){case 0:E=2,B.label=1;case 1:return B.trys.push([1,7,,12]),console.log("ERROR debug: in login:",m,p),I=void 0,y?[4,y()]:[3,3];case 2:return I=B.sent(),[3,5];case 3:return[4,(0,n.getTenantLoginCode)(r.CONFIG_HIVER,b,d,p,m)];case 4:I=B.sent(),B.label=5;case 5:return[4,(0,n.getLoginToken)(I,r.CONFIG_HIVER,b,p,d.userId,d.usergroupId)];case 6:return w=B.sent(),A=w.userId,S=w.userGroupId,T=w.atToken,R=w.expiryTime,(0,o.setTokenAndExpiry)(T,R),(0,o.setUserDetails)(A,S),[3,12];case 7:F=B.sent(),console.log("ERROR debug: in error login:",F,m),D=f,B.label=8;case 8:return D<E?[4,a(b,d,D+1,p,y,m)]:[3,11];case 9:B.sent(),B.label=10;case 10:return D++,[3,8];case 11:throw F;case 12:return[2]}})})},u=function(b,d,f,p,y){return e(void 0,void 0,void 0,function(){var m,E,I,w;return t(this,function(A){switch(A.label){case 0:return d<r.MAX_CONFLICT_RETRY_DELAY?[4,new Promise(function(S){return setTimeout(S,b)})]:[3,3];case 1:return A.sent(),d+=b,b*2<=r.MAX_BACKOFF_LIMIT?b*=2:b=r.MAX_BACKOFF_LIMIT,console.log("Heimdall: Fetch token post doubling conflict retry delay",b),m=f.retryDelay,E=f.configs,I=f.apiParams,w=f.appUI,[4,h(m,b,d,E,I,p,y,w)];case 2:A.sent(),A.label=3;case 3:return[2]}})})},h=function(b,d,f,p,y,m,E,I,w){return I===void 0&&(I="default"),e(void 0,void 0,void 0,function(){var A,S,T,R,F,D,B,W,X,Y,K,J,z,ae;return t(this,function(le){switch(le.label){case 0:return le.trys.push([0,2,,12]),console.log("Heimdall: Interval Set on fetch token in fetchAndSaveToken:",l),[4,(0,n.getAccessToken)(r.CONFIG_HIVER,p,y,m,I)];case 1:return A=le.sent(),S=A.atToken,T=A.expiryTime,R=A.userId,F=A.userGroupId,S&&T&&(0,o.setTokenAndExpiry)(S,T),R&&F&&(0,o.setUserDetails)(R,F),b=r.INITIAL_RETRY_DELAY,d=r.INITIAL_RETRY_DELAY,f=0,[3,12];case 2:return D=le.sent(),console.log("ERROR: Heimdall fetch token",D),((X=D.response)===null||X===void 0?void 0:X.status)===401||((Y=D.request)===null||Y===void 0?void 0:Y.status)===401?(B=1,[4,a(p,y,B,m,E,w)]):[3,4];case 3:return le.sent(),[3,11];case 4:return((K=D.response)===null||K===void 0?void 0:K.status)===409||((J=D.request)===null||J===void 0?void 0:J.status)===409?(console.log("Heimdall: Fetching token post 409 in fetch And Save Token"),W={retryDelay:b,configs:p,apiParams:y,appUI:w},[4,u(d,f,W,m,E)]):[3,6];case 5:if(le.sent(),f>=r.MAX_CONFLICT_RETRY_DELAY)throw D;return[3,11];case 6:if(!(((z=D.response)===null||z===void 0?void 0:z.status)===422||((ae=D.request)===null||ae===void 0?void 0:ae.status)===422))return[3,7];throw console.log("ERROR: Throwing error",D.response.status),D;case 7:return b<=r.MAX_RETRY_DELAY?[4,new Promise(function(M){return setTimeout(M,b)})]:[3,10];case 8:return le.sent(),b*=2,console.log("Heimdall: Fetch token post doubling retry delay",b),[4,h(b,d,f,p,y,m,E,w)];case 9:return le.sent(),[3,11];case 10:throw D;case 11:return[3,12];case 12:return[2]}})})},g=function(b,d,f,p,y,m,E,I){return f===void 0&&(f=r.INITIAL_RETRY_DELAY),p===void 0&&(p=r.INITIAL_RETRY_DELAY),e(void 0,void 0,void 0,function(){var w,A,S;return t(this,function(T){switch(T.label){case 0:return T.trys.push([0,4,,5]),w=(0,o.isTokenInExpiryWindow)(),w?(A=(0,o.getRandomDelay)(),[4,(0,o.introduceDelay)(A)]):[3,3];case 1:return T.sent(),console.log("Heimdall: Fetching token - in expiry window"),[4,h(f,p,y,b,d,m,E,I)];case 2:T.sent(),T.label=3;case 3:return[3,5];case 4:throw S=T.sent(),S;case 5:return[2]}})})},x=function(b,d,f,p,y,m,E){return e(void 0,void 0,void 0,function(){var I,w,A,S,T,R;return t(this,function(F){switch(F.label){case 0:i=b,c=d,I=r.INITIAL_RETRY_DELAY,w=r.INITIAL_RETRY_DELAY,A=0,S=(0,o.getConfig)(i,c),console.log("Instance: Fetch Call"),F.label=1;case 1:return F.trys.push([1,3,,4]),[4,h(I,w,A,S,f,p,y,m,E)];case 2:return F.sent(),console.log("Heimdall: Interval Set on fetch token when fetch token is called:",l),clearInterval(l),l=setInterval(function(){return g(S,f,r.INITIAL_RETRY_DELAY,r.INITIAL_RETRY_DELAY,0,p,y,E)},r.REFETCH_CHECK_DELAY),T=function(){return e(void 0,void 0,void 0,function(){return t(this,function(D){switch(D.label){case 0:return[4,g(S,f,r.INITIAL_RETRY_DELAY,r.INITIAL_RETRY_DELAY,0,p,y,E)];case 1:return D.sent(),[2]}})})},console.log("Heimdall: Interval Set on fetch token:",l),(0,s.subscribeToOnlineEvent)(T),[3,4];case 3:return R=F.sent(),console.log("ERROR: Fetching token failed",R),[3,4];case 4:return[2]}})})};return io.fetchAccessToken=x,io}var Ul;function Kl(){if(Ul)return Mn;Ul=1;var e=fe&&fe.__assign||function(){return e=Object.assign||function(d){for(var f,p=1,y=arguments.length;p<y;p++){f=arguments[p];for(var m in f)Object.prototype.hasOwnProperty.call(f,m)&&(d[m]=f[m])}return d},e.apply(this,arguments)},t=fe&&fe.__awaiter||function(d,f,p,y){function m(E){return E instanceof p?E:new p(function(I){I(E)})}return new(p||(p=Promise))(function(E,I){function w(T){try{S(y.next(T))}catch(R){I(R)}}function A(T){try{S(y.throw(T))}catch(R){I(R)}}function S(T){T.done?E(T.value):m(T.value).then(w,A)}S((y=y.apply(d,f||[])).next())})},n=fe&&fe.__generator||function(d,f){var p={label:0,sent:function(){if(E[0]&1)throw E[1];return E[1]},trys:[],ops:[]},y,m,E,I;return I={next:w(0),throw:w(1),return:w(2)},typeof Symbol=="function"&&(I[Symbol.iterator]=function(){return this}),I;function w(S){return function(T){return A([S,T])}}function A(S){if(y)throw new TypeError("Generator is already executing.");for(;I&&(I=0,S[0]&&(p=0)),p;)try{if(y=1,m&&(E=S[0]&2?m.return:S[0]?m.throw||((E=m.return)&&E.call(m),0):m.next)&&!(E=E.call(m,S[1])).done)return E;switch(m=0,E&&(S=[S[0]&2,E.value]),S[0]){case 0:case 1:E=S;break;case 4:return p.label++,{value:S[1],done:!1};case 5:p.label++,m=S[1],S=[0];continue;case 7:S=p.ops.pop(),p.trys.pop();continue;default:if(E=p.trys,!(E=E.length>0&&E[E.length-1])&&(S[0]===6||S[0]===2)){p=0;continue}if(S[0]===3&&(!E||S[1]>E[0]&&S[1]<E[3])){p.label=S[1];break}if(S[0]===6&&p.label<E[1]){p.label=E[1],E=S;break}if(E&&p.label<E[2]){p.label=E[2],p.ops.push(S);break}E[2]&&p.ops.pop(),p.trys.pop();continue}S=f.call(d,p)}catch(T){S=[6,T],m=0}finally{y=E=0}if(S[0]&5)throw S[1];return{value:S[0]?S[1]:void 0,done:!0}}};Object.defineProperty(Mn,"__esModule",{value:!0}),Mn.hiverAxiosCall=Mn.performAxiosCall=void 0;var r=Xl,o=Ce,s=ql(),i=Xt,c=bn,l,a=2,u=function(d,f){var p=f.fetchCsrfToken();d.formData?d.formData.append("_csrf_token",p):(d.data=d.data||{},d.data._csrf_token=p)},h=function(d,f){var p={};!d.method||d.method.toLowerCase()==="get"?p={params:d.params?d.params:d.data}:p=d.params?{params:d,data:d.data}:{data:d.data};var y=e(e({method:d.method,url:"".concat(d.root_url).concat(d.url),headers:d.headers},p),{withCredentials:f,responseType:(d==null?void 0:d.responseType)||""});return y};function g(d,f){return f===void 0&&(f=!0),t(this,void 0,void 0,function(){var p;return n(this,function(y){return p=h(d,f),[2,(0,r.default)(p).then(function(m){return m}).catch(function(m){throw m})]})})}Mn.performAxiosCall=g;function x(d,f,p){return t(this,void 0,void 0,function(){var y,m,E;return n(this,function(I){switch(I.label){case 0:return I.trys.push([0,6,,8]),d.authTokenFetchingInProgress?[3,2]:(d.authTokenFetchingInProgress=!0,y=d.appEnv,m=d.tier,[4,(0,s.fetchAccessToken)(y,m,f,d.tenantPlatform,d.getTokenForLogin,p)]);case 1:return I.sent(),d.authTokenFetchingInProgress=!1,[3,5];case 2:return[4,new Promise(function(w){return setTimeout(w,100)})];case 3:return I.sent(),console.log("Heimdall: Retrying fetchAccessToken after 100ms..."),[4,x(d,f,p)];case 4:I.sent(),I.label=5;case 5:return[3,8];case 6:return E=I.sent(),console.log("Error while fetching Auth Token :",E),d.authTokenFetchingInProgress=!1,[4,x(d,f,p)];case 7:return I.sent(),[3,8];case 8:return[2]}})})}function b(d,f,p,y,m){var E,I;return m===void 0&&(m=0),t(this,void 0,void 0,function(){var w,A,S,T,R,F,D;return n(this,function(B){switch(B.label){case 0:if(B.trys.push([0,4,,5]),!(p.getToken&&!(0,o.hasValidToken)(f)))return[3,2];if(w=d.appEnv,A=d.tier,!w||!A)throw Error("appEnv or tier missing : ".concat(w,"/").concat(A));return"userId"in f&&"usergroupId"in f?(S={userId:f.userId,usergroupId:f.usergroupId},[4,x(d,S,y)]):[3,2];case 1:B.sent(),B.label=2;case 2:return d.csrfToken&&u(f,p),T=d.tenantPlatform===c.TENANT_PLATFORM.HIVERWEB?c.TENANT_PLATFORM.HIVERWEB:c.TENANT_PLATFORM.GMAIL,f.headers=e(e({},f.headers),{"x-hiver-tenant":T,"x-hiver-userid":(0,i.getItemFromStorage)("hiverAuthUserId")||"0","x-hiver-usergroupid":(0,i.getItemFromStorage)("hiverAuthUserGroupId")||"0"}),p.getToken&&(l=(0,i.getItemFromStorage)("hiverAuthToken")||"",f.headers=e(e({},f.headers),{Authorization:"Bearer ".concat(l)})),console.log("Performing axios call for:",f),[4,g(f,d.withCredentials)];case 3:return R=B.sent(),f.onSuccess&&f.onSuccess(R),[2,R];case 4:if(F=B.sent(),D=((E=F.response)===null||E===void 0?void 0:E.status)===403||((I=F.request)===null||I===void 0?void 0:I.status)===403,m<a&&D)return(0,o.expireToken)(),[2,b(d,f,p,y,m+1)];if(m>=a&&D||!D)throw f.onFail&&f.onFail(F),console.log("ERROR: Reached make Axios",F),F;return[3,5];case 5:return[2]}})})}return Mn.hiverAxiosCall=b,Mn}var ao={},De={},Pe={};Object.defineProperty(Pe,"__esModule",{value:!0}),Pe.TIERS=Pe.APP_UI=Pe.CONFIG_HIVER=Pe.REFETCH_CHECK_DELAY=Pe.INITIAL_RETRY_DELAY=Pe.MAX_BACKOFF_LIMIT=Pe.MAX_CONFLICT_RETRY_DELAY=Pe.MAX_RETRY_DELAY=Pe.GET_METHOD=void 0,Pe.GET_METHOD="GET",Pe.MAX_RETRY_DELAY=18e4,Pe.MAX_CONFLICT_RETRY_DELAY=63e3,Pe.MAX_BACKOFF_LIMIT=8e3,Pe.INITIAL_RETRY_DELAY=1e3,Pe.REFETCH_CHECK_DELAY=168e4,Pe.CONFIG_HIVER={getToken:!1,fetchCsrfToken:function(){return""},isHiverApiDomain:!0},Pe.APP_UI={COLLAB_SPACE:"collab-space",DEFAULT:"default"},Pe.TIERS={DEV:"dev",SIT:"sit",PROD:"production"};var ft={};Object.defineProperty(ft,"__esModule",{value:!0}),ft.getProdHqConfig=ft.getProdApiConfig=ft.getSitHqConfig=ft.getSitApiConfig=ft.getDevHqConfig=ft.getDevApiConfig=void 0;var mr={heimdallTokenFetch:"/v1/token/get",heimdallLogin:"/v1/login/code",v2Login:"/api/auth/login/code"},Rg=function(){return{v2Url:"https://v2dev.hiver.space",heimdallUrl:"https://dev.hiver.space/api/heimdall-api",apiEndpoints:mr}};ft.getDevApiConfig=Rg;var kg=function(){return{v2Url:"https://v2dev.hiver.space",heimdallUrl:"https://dev.hiver.space/api/heimdall-api2",apiEndpoints:mr}};ft.getDevHqConfig=kg;var Ng=function(e){return{v2Url:"https://v2".concat(e,".hiver.space"),heimdallUrl:"https://".concat(e,".hiver.space/api/heimdall-api"),apiEndpoints:mr}};ft.getSitApiConfig=Ng;var Pg=function(e){return{v2Url:"https://v2".concat(e,".hiver.space"),heimdallUrl:"https://".concat(e,".hiver.space/api/heimdall-api2"),apiEndpoints:mr}};ft.getSitHqConfig=Pg;var Mg=function(){return{v2Url:"https://v2.hiverhq.com",heimdallUrl:"https://heimdall.hiverapi.com",apiEndpoints:mr}};ft.getProdApiConfig=Mg;var Bg=function(){return{v2Url:"https://v2.hiverhq.com",heimdallUrl:"https://heimdall2.hiverhq.com",apiEndpoints:mr}};ft.getProdHqConfig=Bg;var jg=fe&&fe.__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 c(u){try{a(r.next(u))}catch(h){i(h)}}function l(u){try{a(r.throw(u))}catch(h){i(h)}}function a(u){u.done?s(u.value):o(u.value).then(c,l)}a((r=r.apply(e,t||[])).next())})},Vg=fe&&fe.__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:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(i[Symbol.iterator]=function(){return this}),i;function c(a){return function(u){return l([a,u])}}function l(a){if(r)throw new TypeError("Generator is already executing.");for(;i&&(i=0,a[0]&&(n=0)),n;)try{if(r=1,o&&(s=a[0]&2?o.return:a[0]?o.throw||((s=o.return)&&s.call(o),0):o.next)&&!(s=s.call(o,a[1])).done)return s;switch(o=0,s&&(a=[a[0]&2,s.value]),a[0]){case 0:case 1:s=a;break;case 4:return n.label++,{value:a[1],done:!1};case 5:n.label++,o=a[1],a=[0];continue;case 7:a=n.ops.pop(),n.trys.pop();continue;default:if(s=n.trys,!(s=s.length>0&&s[s.length-1])&&(a[0]===6||a[0]===2)){n=0;continue}if(a[0]===3&&(!s||a[1]>s[0]&&a[1]<s[3])){n.label=a[1];break}if(a[0]===6&&n.label<s[1]){n.label=s[1],s=a;break}if(s&&n.label<s[2]){n.label=s[2],n.ops.push(a);break}s[2]&&n.ops.pop(),n.trys.pop();continue}a=t.call(e,n)}catch(u){a=[6,u],o=0}finally{r=s=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}};Object.defineProperty(De,"__esModule",{value:!0}),De.expireToken=De.validateToken=De.validateAccount=De.getConfig=De.introduceDelay=De.isTokenInExpiryWindow=De.getStoredAuthData=De.setUserDetails=De.setTokenAndExpiry=De.getRandomDelay=De.hasValidToken=void 0;var ra=Pe,Vn=ft,eu=function(){var e=new Date,t=new Date(e.getTime()+e.getTimezoneOffset()*6e4);return t},oa=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};De.validateAccount=oa;var Gg=function(e){var t=oa(e);return!tu()&&t};De.validateToken=Gg;var Hg=function(){try{sessionStorage.removeItem("hiverAuthTokenExpiry")}catch{console.log("Heimdall: Unable to Remove token.")}};De.expireToken=Hg;var Wg=function(e){console.log("Heimdall: checking if there is a valid token");var t=sessionStorage.getItem("hiverAuthTokenExpiry")||"",n=new Date(t),r=eu(),o=oa(e);return r<n&&o};De.hasValidToken=Wg;var Zg=function(){return Math.floor(Math.random()*6e4)+6e4};De.getRandomDelay=Zg;var Xg=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)};De.setUserDetails=Xg;var zg=function(e,t){if(!e)throw new Error("Token not found in the response");sessionStorage.setItem("hiverAuthToken",e),sessionStorage.setItem("hiverAuthTokenExpiry",t)};De.setTokenAndExpiry=zg;var Yg=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}};De.getStoredAuthData=Yg;var tu=function(){var e=sessionStorage.getItem("hiverAuthTokenExpiry")||"";if(!e)return!0;var t=eu(),n=new Date(e),r=4*60*1e3,o=n.getTime()-t.getTime()<r;return console.log({currentTime:t,expiry:n,isInExpiryWindow:o}),o};De.isTokenInExpiryWindow=tu;var Jg=function(e){return jg(void 0,void 0,void 0,function(){return Vg(this,function(t){switch(t.label){case 0:return[4,new Promise(function(n){return setTimeout(n,e)})];case 1:return t.sent(),[2]}})})};De.introduceDelay=Jg;var Qg=function(e,t,n){switch(t){case ra.TIERS.SIT:return console.log("ISHIVERAPIDOMAIN:",n,(0,Vn.getSitHqConfig)(e)),n?(0,Vn.getSitApiConfig)(e):(0,Vn.getSitHqConfig)(e);case ra.TIERS.PROD:return n?(0,Vn.getProdApiConfig)():(0,Vn.getProdHqConfig)();case ra.TIERS.DEV:default:return n?(0,Vn.getDevApiConfig)():(0,Vn.getDevHqConfig)()}};De.getConfig=Qg;var co={},rn={},nu;function $g(){if(nu)return rn;nu=1;var e=fe&&fe.__awaiter||function(g,x,b,d){function f(p){return p instanceof b?p:new b(function(y){y(p)})}return new(b||(b=Promise))(function(p,y){function m(w){try{I(d.next(w))}catch(A){y(A)}}function E(w){try{I(d.throw(w))}catch(A){y(A)}}function I(w){w.done?p(w.value):f(w.value).then(m,E)}I((d=d.apply(g,x||[])).next())})},t=fe&&fe.__generator||function(g,x){var b={label:0,sent:function(){if(p[0]&1)throw p[1];return p[1]},trys:[],ops:[]},d,f,p,y;return y={next:m(0),throw:m(1),return:m(2)},typeof Symbol=="function"&&(y[Symbol.iterator]=function(){return this}),y;function m(I){return function(w){return E([I,w])}}function E(I){if(d)throw new TypeError("Generator is already executing.");for(;y&&(y=0,I[0]&&(b=0)),b;)try{if(d=1,f&&(p=I[0]&2?f.return:I[0]?f.throw||((p=f.return)&&p.call(f),0):f.next)&&!(p=p.call(f,I[1])).done)return p;switch(f=0,p&&(I=[I[0]&2,p.value]),I[0]){case 0:case 1:p=I;break;case 4:return b.label++,{value:I[1],done:!1};case 5:b.label++,f=I[1],I=[0];continue;case 7:I=b.ops.pop(),b.trys.pop();continue;default:if(p=b.trys,!(p=p.length>0&&p[p.length-1])&&(I[0]===6||I[0]===2)){b=0;continue}if(I[0]===3&&(!p||I[1]>p[0]&&I[1]<p[3])){b.label=I[1];break}if(I[0]===6&&b.label<p[1]){b.label=p[1],p=I;break}if(p&&b.label<p[2]){b.label=p[2],b.ops.push(I);break}p[2]&&b.ops.pop(),b.trys.pop();continue}I=x.call(g,b)}catch(w){I=[6,w],f=0}finally{d=p=0}if(I[0]&5)throw I[1];return{value:I[0]?I[1]:void 0,done:!0}}};Object.defineProperty(rn,"__esModule",{value:!0}),rn.getV2LoginCode=rn.getLoginToken=rn.getAccessToken=void 0;var n=Pe,r=iu(),o=De,s=function(g,x,b){var d=(0,o.getStoredAuthData)();return{root_url:g.heimdallUrl,url:g.apiEndpoints.heimdallTokenFetch,method:n.GET_METHOD,data:{user_id:x.userId,usergroup_id:x.usergroupId,access_token:(d==null?void 0:d.token)||"",source:b},withCredentials:!0}},i=function(g,x){return{root_url:x.heimdallUrl,url:x.apiEndpoints.heimdallLogin,method:n.GET_METHOD,data:{code:g},withCredentials:!0}},c=function(g){return parseInt(g,10)},l=function(g,x){return{root_url:g.v2Url,url:g.apiEndpoints.v2Login,method:n.GET_METHOD,withCredentials:!0,data:{usersession:c(localStorage.getItem("hiver-config.usersession")),app:x||n.APP_UI.DEFAULT}}},a=function(g,x,b,d){return e(void 0,void 0,void 0,function(){var f,p,y,m,E,I,w;return t(this,function(A){switch(A.label){case 0:return A.trys.push([0,4,,5]),(0,o.validateToken)(b)?[3,2]:(console.log("HEIMDALL: No valid token, fetching token"),f=s(x,b,d),[4,(0,r.makeAxiosCall)(f,g)]);case 1:return p=A.sent(),[2,{atToken:(m=p==null?void 0:p.data.at)===null||m===void 0?void 0:m.token,expiryTime:(E=p==null?void 0:p.data.at)===null||E===void 0?void 0:E.expires_at,userId:(I=p==null?void 0:p.data)===null||I===void 0?void 0:I.user_id,userGroupId:(w=p==null?void 0:p.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 y=A.sent(),y;case 5:return[2]}})})};rn.getAccessToken=a;var u=function(g,x,b){return e(void 0,void 0,void 0,function(){var d,f,p,y,m,E,I;return t(this,function(w){switch(w.label){case 0:d=i(g,b),w.label=1;case 1:return w.trys.push([1,3,,4]),[4,(0,r.makeAxiosCall)(d,x)];case 2:return f=w.sent(),[2,{userId:(y=f==null?void 0:f.data)===null||y===void 0?void 0:y.user_id,userGroupId:(m=f==null?void 0:f.data)===null||m===void 0?void 0:m.usergroup_id,atToken:(E=f==null?void 0:f.data.at)===null||E===void 0?void 0:E.token,expiryTime:(I=f==null?void 0:f.data.at)===null||I===void 0?void 0:I.expires_at}];case 3:throw p=w.sent(),p;case 4:return[2]}})})};rn.getLoginToken=u;var h=function(g,x,b){return e(void 0,void 0,void 0,function(){var d,f,p;return t(this,function(y){switch(y.label){case 0:return y.trys.push([0,2,,3]),console.log("ERROR debug: in getV2loginCode:",b),d=l(x,b),[4,(0,r.makeAxiosCall)(d,g)];case 1:return f=y.sent(),console.log("DEBUG HEIMDALL: local storage:",f==null?void 0:f.data),[2,f==null?void 0:f.data.code];case 2:throw p=y.sent(),p;case 3:return[2]}})})};return rn.getV2LoginCode=h,rn}var ru;function ou(){if(ru)return co;ru=1;var e=fe&&fe.__awaiter||function(x,b,d,f){function p(y){return y instanceof d?y:new d(function(m){m(y)})}return new(d||(d=Promise))(function(y,m){function E(A){try{w(f.next(A))}catch(S){m(S)}}function I(A){try{w(f.throw(A))}catch(S){m(S)}}function w(A){A.done?y(A.value):p(A.value).then(E,I)}w((f=f.apply(x,b||[])).next())})},t=fe&&fe.__generator||function(x,b){var d={label:0,sent:function(){if(y[0]&1)throw y[1];return y[1]},trys:[],ops:[]},f,p,y,m;return m={next:E(0),throw:E(1),return:E(2)},typeof Symbol=="function"&&(m[Symbol.iterator]=function(){return this}),m;function E(w){return function(A){return I([w,A])}}function I(w){if(f)throw new TypeError("Generator is already executing.");for(;m&&(m=0,w[0]&&(d=0)),d;)try{if(f=1,p&&(y=w[0]&2?p.return:w[0]?p.throw||((y=p.return)&&y.call(p),0):p.next)&&!(y=y.call(p,w[1])).done)return y;switch(p=0,y&&(w=[w[0]&2,y.value]),w[0]){case 0:case 1:y=w;break;case 4:return d.label++,{value:w[1],done:!1};case 5:d.label++,p=w[1],w=[0];continue;case 7:w=d.ops.pop(),d.trys.pop();continue;default:if(y=d.trys,!(y=y.length>0&&y[y.length-1])&&(w[0]===6||w[0]===2)){d=0;continue}if(w[0]===3&&(!y||w[1]>y[0]&&w[1]<y[3])){d.label=w[1];break}if(w[0]===6&&d.label<y[1]){d.label=y[1],y=w;break}if(y&&d.label<y[2]){d.label=y[2],d.ops.push(w);break}y[2]&&d.ops.pop(),d.trys.pop();continue}w=b.call(x,d)}catch(A){w=[6,A],p=0}finally{f=y=0}if(w[0]&5)throw w[1];return{value:w[0]?w[1]:void 0,done:!0}}};Object.defineProperty(co,"__esModule",{value:!0}),co.fetchToken=void 0;var n=$g(),r=Pe,o=De,s,i,c,l=function(x,b,d){return d===void 0&&(d=r.APP_UI.DEFAULT),e(void 0,void 0,void 0,function(){var f,p,y,m,E,I,w,A,S;return t(this,function(T){switch(T.label){case 0:f=2,T.label=1;case 1:return T.trys.push([1,4,,9]),console.log("ERROR debug: in login:",d),[4,(0,n.getV2LoginCode)(r.CONFIG_HIVER,x,d)];case 2:return p=T.sent(),[4,(0,n.getLoginToken)(p,r.CONFIG_HIVER,x)];case 3:return y=T.sent(),m=y.userId,E=y.userGroupId,I=y.atToken,w=y.expiryTime,(0,o.setTokenAndExpiry)(I,w),(0,o.setUserDetails)(m,E),[3,9];case 4:A=T.sent(),console.log("ERROR debug: in error login:",A,d),S=b,T.label=5;case 5:return S<f?[4,l(x,S+1,d)]:[3,8];case 6:T.sent(),T.label=7;case 7:return S++,[3,5];case 8:throw A;case 9:return[2]}})})},a=function(x,b,d){return e(void 0,void 0,void 0,function(){var f,p,y,m;return t(this,function(E){switch(E.label){case 0:return b<r.MAX_CONFLICT_RETRY_DELAY?[4,new Promise(function(I){return setTimeout(I,x)})]:[3,3];case 1:return E.sent(),b+=x,x*2<=r.MAX_BACKOFF_LIMIT?x*=2:x=r.MAX_BACKOFF_LIMIT,console.log("Heimdall: Fetch token post doubling conflict retry delay",x),f=d.retryDelay,p=d.configs,y=d.api_params,m=d.appUI,[4,u(f,x,b,p,y,m)];case 2:E.sent(),E.label=3;case 3:return[2]}})})},u=function(x,b,d,f,p,y,m){return y===void 0&&(y="default"),e(void 0,void 0,void 0,function(){var E,I,w,A,S,T,R,F,D,B,W,X,Y,K;return t(this,function(J){switch(J.label){case 0:return J.trys.push([0,2,,12]),console.log("Heimdall: Interval Set on fetch token in fetchAndSaveToken:",c),[4,(0,n.getAccessToken)(r.CONFIG_HIVER,f,p,y)];case 1:return E=J.sent(),I=E.atToken,w=E.expiryTime,A=E.userId,S=E.userGroupId,I&&w&&(0,o.setTokenAndExpiry)(I,w),A&&S&&(0,o.setUserDetails)(A,S),x=r.INITIAL_RETRY_DELAY,b=r.INITIAL_RETRY_DELAY,d=0,[3,12];case 2:return T=J.sent(),console.log("ERROR: Heimdall fetch token",T),((D=T.response)===null||D===void 0?void 0:D.status)===401||((B=T.request)===null||B===void 0?void 0:B.status)===401?(R=1,[4,l(f,R,m)]):[3,4];case 3:return J.sent(),[3,11];case 4:return((W=T.response)===null||W===void 0?void 0:W.status)===409||((X=T.request)===null||X===void 0?void 0:X.status)===409?(console.log("Heimdall: Fetching token post 409 in fetch And Save Token"),F={retryDelay:x,configs:f,api_params:p,appUI:m},[4,a(b,d,F)]):[3,6];case 5:if(J.sent(),d>=r.MAX_CONFLICT_RETRY_DELAY)throw T;return[3,11];case 6:if(!(((Y=T.response)===null||Y===void 0?void 0:Y.status)===422||((K=T.request)===null||K===void 0?void 0:K.status)===422))return[3,7];throw console.log("ERROR: Throwing error",T.response.status),T;case 7:return x<=r.MAX_RETRY_DELAY?[4,new Promise(function(z){return setTimeout(z,x)})]:[3,10];case 8:return J.sent(),x*=2,console.log("Heimdall: Fetch token post doubling retry delay",x),[4,u(x,b,d,f,p,m)];case 9:return J.sent(),[3,11];case 10:throw T;case 11:return[3,12];case 12:return[2]}})})},h=function(x,b,d,f,p,y){return d===void 0&&(d=r.INITIAL_RETRY_DELAY),f===void 0&&(f=r.INITIAL_RETRY_DELAY),p===void 0&&(p=0),e(void 0,void 0,void 0,function(){var m,E,I;return t(this,function(w){switch(w.label){case 0:return w.trys.push([0,4,,5]),m=(0,o.isTokenInExpiryWindow)(),m?(E=(0,o.getRandomDelay)(),[4,(0,o.introduceDelay)(E)]):[3,3];case 1:return w.sent(),console.log("Heimdall: Fetching token - in expiry window"),[4,u(d,f,p,x,b,y)];case 2:w.sent(),w.label=3;case 3:return[3,5];case 4:throw I=w.sent(),I;case 5:return[2]}})})},g=function(x,b,d,f,p,y){return e(void 0,void 0,void 0,function(){var m,E,I,w,A;return t(this,function(S){switch(S.label){case 0:s=x,i=b,m=r.INITIAL_RETRY_DELAY,E=r.INITIAL_RETRY_DELAY,I=0,w=(0,o.getConfig)(s,i,f),S.label=1;case 1:return S.trys.push([1,3,,4]),[4,u(m,E,I,w,d,p,y)];case 2:return S.sent(),console.log("Heimdall: Interval Set on fetch token when fetch token is called:",c),clearInterval(c),c=setInterval(function(){return h(w,d)},r.REFETCH_CHECK_DELAY),console.log("Heimdall: Interval Set on fetch token:",c),window.addEventListener("online",function(){return e(void 0,void 0,void 0,function(){return t(this,function(T){switch(T.label){case 0:return console.log("Online status detected. Fetching token..."),[4,h(w,d)];case 1:return T.sent(),[2]}})})}),[3,4];case 3:throw A=S.sent(),A;case 4:return[2]}})})};return co.fetchToken=g,co}var su;function iu(){if(su)return ao;su=1;var e=fe&&fe.__assign||function(){return e=Object.assign||function(g){for(var x,b=1,d=arguments.length;b<d;b++){x=arguments[b];for(var f in x)Object.prototype.hasOwnProperty.call(x,f)&&(g[f]=x[f])}return g},e.apply(this,arguments)},t=fe&&fe.__awaiter||function(g,x,b,d){function f(p){return p instanceof b?p:new b(function(y){y(p)})}return new(b||(b=Promise))(function(p,y){function m(w){try{I(d.next(w))}catch(A){y(A)}}function E(w){try{I(d.throw(w))}catch(A){y(A)}}function I(w){w.done?p(w.value):f(w.value).then(m,E)}I((d=d.apply(g,x||[])).next())})},n=fe&&fe.__generator||function(g,x){var b={label:0,sent:function(){if(p[0]&1)throw p[1];return p[1]},trys:[],ops:[]},d,f,p,y;return y={next:m(0),throw:m(1),return:m(2)},typeof Symbol=="function"&&(y[Symbol.iterator]=function(){return this}),y;function m(I){return function(w){return E([I,w])}}function E(I){if(d)throw new TypeError("Generator is already executing.");for(;y&&(y=0,I[0]&&(b=0)),b;)try{if(d=1,f&&(p=I[0]&2?f.return:I[0]?f.throw||((p=f.return)&&p.call(f),0):f.next)&&!(p=p.call(f,I[1])).done)return p;switch(f=0,p&&(I=[I[0]&2,p.value]),I[0]){case 0:case 1:p=I;break;case 4:return b.label++,{value:I[1],done:!1};case 5:b.label++,f=I[1],I=[0];continue;case 7:I=b.ops.pop(),b.trys.pop();continue;default:if(p=b.trys,!(p=p.length>0&&p[p.length-1])&&(I[0]===6||I[0]===2)){b=0;continue}if(I[0]===3&&(!p||I[1]>p[0]&&I[1]<p[3])){b.label=I[1];break}if(I[0]===6&&b.label<p[1]){b.label=p[1],p=I;break}if(p&&b.label<p[2]){b.label=p[2],b.ops.push(I);break}p[2]&&b.ops.pop(),b.trys.pop();continue}I=x.call(g,b)}catch(w){I=[6,w],f=0}finally{d=p=0}if(I[0]&5)throw I[1];return{value:I[0]?I[1]:void 0,done:!0}}};Object.defineProperty(ao,"__esModule",{value:!0}),ao.makeAxiosCall=void 0;var r=Xl,o=De,s=ou(),i,c=2,l=function(g,x){var b=x.fetchCsrfToken();g.formData?g.formData.append("_csrf_token",b):(g.data=g.data||{},g.data._csrf_token=b)},a=function(g){var x=!g.method||g.method.toLowerCase()==="get"?{params:g.data}:{data:g.data},b=e(e({method:g.method,url:"".concat(g.root_url).concat(g.url),headers:g.headers},x),{withCredentials:g.withCredentials,responseType:(g==null?void 0:g.responseType)||""});return b};function u(g){return t(this,void 0,void 0,function(){var x;return n(this,function(b){return x=a(g),[2,(0,r.default)(x).then(function(d){return d}).catch(function(d){throw d})]})})}function h(g,x,b,d){var f,p;return d===void 0&&(d=0),t(this,void 0,void 0,function(){var y,m,E,I,w,A;return n(this,function(S){switch(S.label){case 0:if(S.trys.push([0,4,,5]),!(x.getToken&&!(0,o.hasValidToken)(g)))return[3,2];if(y=g.app_env,m=g.tier,!y||!m)throw Error("app_env or tier missing : ".concat(y,"/").concat(m));return"userId"in g&&"usergroupId"in g?(E={userId:g.userId,usergroupId:g.usergroupId},typeof x.isHiverApiDomain!="boolean"&&(x.isHiverApiDomain=!0),[4,(0,s.fetchToken)(y,m,E,x.isHiverApiDomain,b)]):[3,2];case 1:S.sent(),S.label=2;case 2:return g.csrfToken&&l(g,x),x.getToken&&(i=sessionStorage.getItem("hiverAuthToken")||"",g.headers=e(e({},g.headers),{Authorization:"Bearer ".concat(i)})),[4,u(g)];case 3:return I=S.sent(),g.onSuccess&&g.onSuccess(I),[2,I];case 4:if(w=S.sent(),A=((f=w.response)===null||f===void 0?void 0:f.status)===403||((p=w.request)===null||p===void 0?void 0:p.status)===403,d<c&&A)return(0,o.expireToken)(),[2,h(g,x,b,d+1)];if(d>=c&&A||!A)throw g.onFail&&g.onFail(w),console.log("ERROR: Reached make Axios",w),w;return[3,5];case 5:return[2]}})})}return ao.makeAxiosCall=h,ao}(function(e){var t=fe&&fe.__awaiter||function(x,b,d,f){function p(y){return y instanceof d?y:new d(function(m){m(y)})}return new(d||(d=Promise))(function(y,m){function E(A){try{w(f.next(A))}catch(S){m(S)}}function I(A){try{w(f.throw(A))}catch(S){m(S)}}function w(A){A.done?y(A.value):p(A.value).then(E,I)}w((f=f.apply(x,b||[])).next())})},n=fe&&fe.__generator||function(x,b){var d={label:0,sent:function(){if(y[0]&1)throw y[1];return y[1]},trys:[],ops:[]},f,p,y,m;return m={next:E(0),throw:E(1),return:E(2)},typeof Symbol=="function"&&(m[Symbol.iterator]=function(){return this}),m;function E(w){return function(A){return I([w,A])}}function I(w){if(f)throw new TypeError("Generator is already executing.");for(;m&&(m=0,w[0]&&(d=0)),d;)try{if(f=1,p&&(y=w[0]&2?p.return:w[0]?p.throw||((y=p.return)&&y.call(p),0):p.next)&&!(y=y.call(p,w[1])).done)return y;switch(p=0,y&&(w=[w[0]&2,y.value]),w[0]){case 0:case 1:y=w;break;case 4:return d.label++,{value:w[1],done:!1};case 5:d.label++,p=w[1],w=[0];continue;case 7:w=d.ops.pop(),d.trys.pop();continue;default:if(y=d.trys,!(y=y.length>0&&y[y.length-1])&&(w[0]===6||w[0]===2)){d=0;continue}if(w[0]===3&&(!y||w[1]>y[0]&&w[1]<y[3])){d.label=w[1];break}if(w[0]===6&&d.label<y[1]){d.label=y[1],y=w;break}if(y&&d.label<y[2]){d.label=y[2],d.ops.push(w);break}y[2]&&d.ops.pop(),d.trys.pop();continue}w=b.call(x,d)}catch(A){w=[6,A],p=0}finally{f=y=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=Kl(),o=ql(),s=bn;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=Jl(),c=Ce,l=Xt,a=iu();Object.defineProperty(e,"makeAxiosCall",{enumerable:!0,get:function(){return a.makeAxiosCall}});var u=ou();Object.defineProperty(e,"fetchToken",{enumerable:!0,get:function(){return u.fetchToken}});var h=zt,g=function(){function x(b,d,f,p,y,m){f===void 0&&(f=s.TENANT_PLATFORM.GMAIL),p===void 0&&(p=null),y===void 0&&(y=!0),m===void 0&&(m=!1),this.setEnvironment(),this.appEnv=b,this.tier=d,this.tenantPlatform=f,this.authTokenFetchingInProgress=!1,this.getTokenForLogin=p,this.withCredentials=y,this.csrfToken=m}return x.prototype.setEnvironment=function(){typeof window<"u"&&window.document?(0,h.setValue)("PLATFORM",s.PLATFORM.WEB):(0,h.setValue)("PLATFORM",s.PLATFORM.MOBILE)},x.prototype.hiverAxios=function(b,d,f,p){return d===void 0&&(d=s.DEFAULT_INIT_CONFIG_HIVER),t(this,void 0,void 0,function(){var y,m;return n(this,function(E){switch(E.label){case 0:return E.trys.push([0,4,,5]),p&&p<2?(y={userId:b.userId,usergroupId:b.usergroupId,apiRetry:p},console.log("THIS IS THE TENNANTPLAORM -> ",this.tenantPlatform),[4,(0,o.fetchAccessToken)(this.appEnv,this.tier,y,this.tenantPlatform,this.getTokenForLogin,s.API_CALL_ORIGIN.API_RETRY)]):[3,2];case 1:E.sent(),E.label=2;case 2:return[4,(0,r.hiverAxiosCall)(this,b,d,f)];case 3:return[2,E.sent()];case 4:throw m=E.sent(),console.log("ERROR: Axios call failed",m),m;case 5:return[2]}})})},x.prototype.fetchAuthToken=function(b,d,f){return t(this,void 0,void 0,function(){var p;return n(this,function(y){switch(y.label){case 0:return y.trys.push([0,4,7,8]),this.authTokenFetchingInProgress?[3,2]:(this.authTokenFetchingInProgress=!0,[4,(0,o.fetchAccessToken)(this.appEnv,this.tier,b,this.tenantPlatform,this.getTokenForLogin,d,f)]);case 1:return y.sent(),[3,3];case 2:console.log("Heimdall: AuthToken Fetching InProgress",this.authTokenFetchingInProgress),y.label=3;case 3:return[3,8];case 4:return p=y.sent(),console.log("ERROR: Fetching token failed",p),this.authTokenFetchingInProgress=!1,[4,new Promise(function(m){return setTimeout(m,100)})];case 5:return y.sent(),console.log("Heimdall: Retrying fetchAccessToken after 100ms..."),[4,this.fetchAuthToken(b,d,f)];case 6:return y.sent(),[3,8];case 7:return this.authTokenFetchingInProgress=!1,[7];case 8:return[2]}})})},x.prototype.logout=function(){return t(this,void 0,void 0,function(){var b,d;return n(this,function(f){switch(f.label){case 0:return f.trys.push([0,2,,3]),b=(0,c.getConfig)(this.appEnv,this.tier),[4,(0,i.logoutFromHeimdall)(b,this.tenantPlatform)];case 1:return f.sent(),(0,l.removeItemFromStorage)("hiverAuthToken"),(0,l.removeItemFromStorage)("hiverAuthTokenExpiry"),(0,l.removeItemFromStorage)("hiverAuthUserId"),(0,l.removeItemFromStorage)("hiverAuthUserGroupId"),[3,3];case 2:throw d=f.sent(),console.error("Heimdall: Logout failed",d),d;case 3:return[2]}})})},x.prototype.isTokenFetchingInProgress=function(){return this.authTokenFetchingInProgress},x}();e.Bifrost=g})(Ni);const Bt={userId:"",userGroupId:"",baseUrl:"",appEnv:"",tier:"",bifrost:null,isInitiated:!1},Yt=()=>{if(!Bt.isInitiated)return null;if(!Bt.baseUrl)throw new Error("Base url is not setup. please call the initConnectorsBifrost function with the appropriate value");return Bt},qg=({baseUrl:e,appEnv:t,tier:n,userId:r,userGroupId:o,tenantPlatform:s=Ni.TENANT_PLATFORM.GMAIL,withCredentials:i=!0,getTokenForLogin:c})=>{Bt.baseUrl=e,Bt.appEnv=t,Bt.tier=n,Bt.userGroupId=o,Bt.userId=r,Bt.tenantPlatform=s,Bt.bifrost=new Ni.Bifrost(t,n,s,c,i),Bt.isInitiated=!0},qe=(({configHiver:e})=>async n=>{const r=Yt();if(!r)throw new Error("Please call initConnectorsBifrost before making any api calls");const{bifrost:o,userGroupId:s,userId:i}=r,{url:c,method:l,root_url:a}=n,h={root_url:(a||r.baseUrl)+((n==null?void 0:n.prefix)||""),url:c,method:l,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(h,{...e,isHiverApiDomain:!0}))}catch(g){throw console.error("API call failed with error: ",g),g}})({configHiver:{getToken:!0,fetchCsrfToken:()=>"",isHiverApiDomain:!0},withCredentials:!0}),Ug=e=>k.createElement("svg",{width:17,height:17,viewBox:"0 0 17 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},k.createElement("g",{clipPath:"url(#clip0_1180_840)"},k.createElement("path",{d:"M5.16667 10.12H9.83333V11.4533H5.16667V10.12ZM5.16667 7.45329H11.8333V8.78662H5.16667V7.45329ZM5.16667 4.78662H11.8333V6.11995H5.16667V4.78662ZM13.1667 2.11995H10.38C10.1 1.34662 9.36667 0.786621 8.5 0.786621C7.63333 0.786621 6.9 1.34662 6.62 2.11995H3.83333C3.74 2.11995 3.65333 2.12662 3.56667 2.14662C3.30667 2.19995 3.07333 2.33329 2.89333 2.51329C2.77333 2.63329 2.67333 2.77995 2.60667 2.93995C2.54 3.09329 2.5 3.26662 2.5 3.45329V12.7866C2.5 12.9666 2.54 13.1466 2.60667 13.3066C2.67333 13.4666 2.77333 13.6066 2.89333 13.7333C3.07333 13.9133 3.30667 14.0466 3.56667 14.1C3.65333 14.1133 3.74 14.12 3.83333 14.12H13.1667C13.9 14.12 14.5 13.52 14.5 12.7866V3.45329C14.5 2.71995 13.9 2.11995 13.1667 2.11995ZM8.5 1.95329C8.77333 1.95329 9 2.17995 9 2.45329C9 2.72662 8.77333 2.95329 8.5 2.95329C8.22667 2.95329 8 2.72662 8 2.45329C8 2.17995 8.22667 1.95329 8.5 1.95329ZM13.1667 12.7866H3.83333V3.45329H13.1667V12.7866Z",fill:"#343C45"})),k.createElement("defs",null,k.createElement("clipPath",{id:"clip0_1180_840"},k.createElement("rect",{width:16,height:16,fill:"white",transform:"translate(0.5 0.120117)"})))),Kg=e=>k.createElement("svg",{width:24,height:22,viewBox:"0 0 24 22",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},k.createElement("rect",{x:3.63636,y:2.27393,width:15.2727,height:17.2308,rx:2.90909,fill:"#F6C035"}),k.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22.4621 12.0506C22.1745 11.7669 21.7845 11.6074 21.3779 11.6074C20.9712 11.6074 20.5812 11.7669 20.2937 12.0506L19.9323 12.4079L22.4626 14.9057L22.8235 14.549C22.9659 14.4084 23.0789 14.2415 23.156 14.0578C23.2331 13.8741 23.2727 13.6773 23.2727 13.4784C23.2727 13.2796 23.2331 13.0827 23.156 12.8991C23.0789 12.7154 22.9659 12.5485 22.8235 12.4079L22.4621 12.0506ZM21.7393 15.6192L19.209 13.1214L14.5624 17.7088C14.4607 17.8092 14.3897 17.9358 14.3574 18.0742L13.8314 20.3222C13.8118 20.4056 13.814 20.4927 13.8379 20.575C13.8618 20.6574 13.9065 20.7324 13.9679 20.793C14.0293 20.8535 14.1052 20.8977 14.1887 20.9213C14.2721 20.9448 14.3603 20.9471 14.4448 20.9277L16.7226 20.409C16.8626 20.377 16.9906 20.3069 17.0922 20.2066L21.7393 15.6192Z",fill:"#FFE298"}),k.createElement("rect",{x:6.54546,y:6.58154,width:10.1818,height:1.4359,rx:.717949,fill:"#FFDC83"}),k.createElement("rect",{x:6.54546,y:10.1714,width:10.1818,height:1.4359,rx:.717949,fill:"#FFDC83"}),k.createElement("rect",{x:6.54546,y:13.7612,width:6.54545,height:1.4359,rx:.717949,fill:"#FFDC83"})),e1=e=>k.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},k.createElement("g",{clipPath:"url(#clip0_825_73646)"},k.createElement("path",{d:"M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12L19 6.41Z",fill:"#6F7C90"})),k.createElement("defs",null,k.createElement("clipPath",{id:"clip0_825_73646"},k.createElement("rect",{width:24,height:24,fill:"white"})))),t1="Rate your experience with Hiver Apps",n1="Share feedback on Apps",r1="Got any feedback?",au="https://txeep2wshyx.typeform.com/to/RuOwF9SG",o1="https://txeep2wshyx.typeform.com/to/Tfa8IrCd",s1="https://txeep2wshyx.typeform.com/to/bqhVSfDk",i1="https://cdn.hiverhq.com/chat-support/hiver-chat.html",a1="enable_connectors_clicked",c1="learn_more_clicked",l1="connector_card_expand_clicked",u1="connector_card_collapsed_clicked",d1="connector_card_refresh_clicked",f1="connector_cards_loaded",p1="connector_whats_new_card_viewed",h1="connector_whats_new_explore_now_clicked",g1="connector_whats_new_learn_more_clicked",m1="connector_whats_new_dismissed",b1="connector_create_new_object_clicked",y1="connector_link_new_object_clicked",v1="connector_new_object_created_by_form",C1="connector_new_object_linked_by_form",I1="connector_object_unlinked_by_form",x1="connector_link_preview_clicked",E1="connector_create_panel_cancel_clicked",w1="connector_create_panel_back_clicked",A1="card_loaded_on_click",S1="card_loaded",_1="schedule_call_clicked",T1="schedule_call_cross_clicked",cu="CONNECTOR_EDIT_CLICKED",O1="CONNECTOR_EDIT_REQUEST_SEND",L1="CONNECTOR_EDIT_CANCELLED",F1="CONNECTOR_EDIT_BACK_CLICKED",D1="CONNECTOR_EDIT_SUCCESS",R1="connector_video_clicked",k1="connector_card_error",sa="got_any_feedback_clicked",N1="connector_deeplink_clicked",P1="search_bar_tapped",M1="search_suggestions_selected",B1="search_initiated",j1="no_results_found",V1="search_results_found",G1="search_result_selected",H1="search_result_linked",W1="feedback_closed_clicked",Z1="help_btn_clicked",X1="connector_chat_support_clicked",z1="missing_field_clicked",Y1={userEmail:"",email:"",baseUrls:{},currentSmIds:[],metaData:void 0,availableFeatures:{},sendTrackingEvent:()=>{},conversationId:void 0,isAdmin:!1,connectorFunctions:{redirectToAdmin:()=>{}},stackingContext:{}},Ve=_.createContext(Y1),ls="hiver_connectors",ia={NOT_FOUND:404},J1="ftr-connector-blue-dot",lu="ftr-connectors-write-flow",Q1="ftr-connectors-enhancements",$1="ftr-connector-schedule-call-agent",q1="ftr-connectors-edit",U1="enableAllConnectorFtr",K1="ftr-cards-open-state",em="ftr-connectors-global-search",tm="ftr-connectors-smart-suggestions",nm="ftr-connectors-email-selection",rm="ftr-connector-agent-feedback",us="ftr-connector-unified-view",om="ftr-connectors-expanded-form",uu="Please refresh and try again",sm="No data available",ds="-",du="Refresh",fu="Minimize",aa="Expand",pu="Connectors",ca="Apps",im="Collapse",am="Close",hu="Link",cm="Create",lm="Update",gu="Unlink",mu="Edit",la="Cancel",bu="Create new object",yu="Link existing object",um="Are you sure you want to unlink this object?",dm="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.",fm="Edit card",pm="bullet_list",hm="Expanded",gm="Collapsed",vu="Something is wrong with the {{connector_name}} Connector setup. Please check our help guide <>here<>.",Cu="UNKNOWN_ERROR",mm="https://help.hiverhq.com/custom-connectors/common-connector-errors",Iu={MAIN_BUTTON:"main_button",ICON:"create_icon"},bm="Missing any fields? Inform us.",ua=e=>{let t=localStorage.getItem(ls);return t=t?JSON.parse(t):!1,t==null?void 0:t[e]},ym=e=>!!ua(e),xu=()=>{const{userId:e=""}=Yt()||{};return String(e)},vm=(e,t=xu())=>{const n=ua(e);return((n==null?void 0:n.isExtensionNew)??[]).includes(t)},da=(e,t=!1,n=!1)=>{const r=xu(),o=ua(e);if(t||!o){localStorage.removeItem(ls);const s={[e]:{...!n&&{isExtensionNew:t?[]:[r]},...n&&{extensionExpand:[r]}}};localStorage.setItem(ls,JSON.stringify(s));return}else{const s=(o==null?void 0:o.isExtensionNew)??[],i=(o==null?void 0:o.extensionExpand)??[],c={[e]:{...o,...!n&&{isExtensionNew:[...new Set([...s,r])]},...n&&{extensionExpand:[...new Set([...i,r])]}}};localStorage.setItem(ls,JSON.stringify(c));return}},tt=(e={},t)=>e&&typeof e[t]>"u"?(e==null?void 0:e[U1])===!0:(e==null?void 0:e[t])===!0,br=(e,t)=>e.replace(/:(\w+)/g,(n,r)=>String(t[r])||""),Eu=(e,t,n,r=!1)=>{var s;const o={};return o.card_title=t,o.card_state=n?hm:gm,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},wu=e=>{switch(e.cardType){case"flat":if(Array.isArray(e.data.flatDisplay)){const t=e.data.flatDisplay.filter(n=>Number(n.statusCode)!==ia.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)!==ia.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},Cm=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)},fs=({url:e,params:t})=>{const n=Object.entries(t).reduce((o,[s,i])=>(i!==void 0&&i!==""&&i!==null&&(o[s]=i),o),{}),r=new URL(e);return Object.entries(n).forEach(([o,s])=>{r.searchParams.set(o,s)}),r.toString()},Im=e=>k.createElement("svg",{width:20,height:21,viewBox:"0 0 20 21",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},k.createElement("g",{clipPath:"url(#clip0_1187_180)"},k.createElement("path",{d:"M18.3333 7.81995L12.3417 7.30329L10 1.78662L7.65833 7.31162L1.66666 7.81995L6.21666 11.7616L4.85 17.62L10 14.5116L15.15 17.62L13.7917 11.7616L18.3333 7.81995ZM10 12.9533L6.86666 14.845L7.7 11.2783L4.93333 8.87829L8.58333 8.56162L10 5.20329L11.425 8.56995L15.075 8.88662L12.3083 11.2866L13.1417 14.8533L10 12.9533Z",fill:"#4D596C"})),k.createElement("defs",null,k.createElement("clipPath",{id:"clip0_1187_180"},k.createElement("rect",{width:20,height:20,fill:"white",transform:"translate(0 0.120117)"})))),xm=e=>k.createElement("svg",{width:21,height:20,viewBox:"0 0 21 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},k.createElement("g",{clipPath:"url(#clip0_847_49587)"},k.createElement("path",{d:"M10.6668 14.392L15.8168 17.5003L14.4502 11.642L19.0002 7.70033L13.0085 7.19199L10.6668 1.66699L8.32516 7.19199L2.3335 7.70033L6.8835 11.642L5.51683 17.5003L10.6668 14.392Z",fill:"#FFE250"})),k.createElement("defs",null,k.createElement("clipPath",{id:"clip0_847_49587"},k.createElement("rect",{width:20,height:20,fill:"white",transform:"translate(0.666992)"})))),Em=v.keyframes`
|
|
36
36
|
from {
|
|
37
37
|
transform: translateY(-100%);
|
|
38
38
|
opacity: 0;
|
|
@@ -49,7 +49,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
49
49
|
height: 48px;
|
|
50
50
|
padding-top: 20px;
|
|
51
51
|
}
|
|
52
|
-
`,
|
|
52
|
+
`,wm=v.keyframes`
|
|
53
53
|
from {
|
|
54
54
|
transform: translateY(0);
|
|
55
55
|
opacity: 1;
|
|
@@ -62,7 +62,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
62
62
|
display: none;
|
|
63
63
|
pointer-events: none;
|
|
64
64
|
}
|
|
65
|
-
`,
|
|
65
|
+
`,Am=v.styled(v.Stack)`
|
|
66
66
|
width: 100%;
|
|
67
67
|
overflow: hidden;
|
|
68
68
|
flex-direction: row;
|
|
@@ -93,9 +93,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
93
93
|
pointer-events: auto;
|
|
94
94
|
height: 48px;
|
|
95
95
|
padding-top: 20px;
|
|
96
|
-
animation: ${
|
|
96
|
+
animation: ${Em} 0.4s ease-in forwards;
|
|
97
97
|
}
|
|
98
|
-
`,
|
|
98
|
+
`,Sm=v.styled(v.Stack)`
|
|
99
99
|
padding: 12px;
|
|
100
100
|
margin-top: 20px;
|
|
101
101
|
width: 100%;
|
|
@@ -112,18 +112,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
112
112
|
opacity: 0;
|
|
113
113
|
display: none;
|
|
114
114
|
pointer-events: none;
|
|
115
|
-
animation: ${
|
|
115
|
+
animation: ${wm} 0.4s ease-in forwards;
|
|
116
116
|
}
|
|
117
|
-
`,
|
|
117
|
+
`,_m=v.styled(v.IconButton)`
|
|
118
118
|
position: absolute;
|
|
119
119
|
right: -8px;
|
|
120
120
|
top: -5px;
|
|
121
|
-
`,
|
|
121
|
+
`,Tm=v.styled(v.Stack)`
|
|
122
122
|
margin-top: 8px;
|
|
123
123
|
flex-direction: row;
|
|
124
124
|
flex-wrap: wrap;
|
|
125
125
|
gap: 12px;
|
|
126
|
-
`,
|
|
126
|
+
`,Om=v.styled(v.Stack)`
|
|
127
127
|
width: 20px;
|
|
128
128
|
height: 20px;
|
|
129
129
|
cursor: pointer;
|
|
@@ -147,9 +147,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
147
147
|
&:hover svg {
|
|
148
148
|
transform: scale(1.1);
|
|
149
149
|
}
|
|
150
|
-
`,
|
|
150
|
+
`,Lm=v.styled(v.Typography)`
|
|
151
151
|
letter-spacing: 0.042px;
|
|
152
|
-
`,
|
|
152
|
+
`,Fm=({rating:e,setRating:t,count:n=5})=>{const[r,o]=_.useState(e),s=r??e,i=a=>{t(a)},c=a=>{o(a)},l=()=>{o(0)};return C.jsx(Tm,{onMouseLeave:l,children:Array.from({length:n},(a,u)=>{const h=u<s;return C.jsx(Om,{onClick:()=>i(u+1),onMouseEnter:()=>c(u+1),children:C.jsxs("div",{children:[C.jsx(xm,{width:"20px",height:"20px",style:{opacity:h?1:0,zIndex:h?2:1}}),C.jsx(Im,{width:"20px",height:"20px",style:{opacity:h?0:1,zIndex:h?1:2}})]})},u)})})},Dm=({connectors:e,expanded:t=!1})=>{const{currentSmIds:n,sendTrackingEvent:r,userEmail:o}=_.useContext(Ve),{userGroupId:s,userId:i}=Yt()||{},c=fs({url:au,params:{email:o,user_id:i,ug_id:s,sm_ids:n.join(","),connector_names:e.join(","),source:"collapsed_feedback_btn"}}),[l,a]=_.useState(t),[u,h]=_.useState(!1),[g,x]=_.useState(0),b=()=>{r(sa,{sm_ids:n,ug_id:s,connector_names:e,source:"collapsed_feedback_btn",star_rating:0}),Qo(i)},d=y=>{r(sa,{sm_ids:n,ug_id:s,connector_names:e,source:"expanded_feedback_btn",star_rating:y});const m=fs({url:o1,params:{email:o,user_id:i,ug_id:s,sm_ids:n.join(","),connector_names:e.join(","),star_rating:String(y)}});x(y),window.open(m,"_blank"),a(!1),Qo(i)},f=()=>{r(W1,{sm_ids:n,ug_id:s,connector_names:e,source:"expanded_feedback_btn"}),h(!0),Qo(i)},p=()=>{u&&(a(!1),h(!1))};return C.jsxs(C.Fragment,{children:[C.jsxs(Sm,{className:u||!l?"slide-down-out":"",onAnimationEnd:p,children:[C.jsxs(v.Stack,{width:"100%",direction:"row",gap:"8px",children:[C.jsx(Kg,{}),C.jsxs(v.Box,{width:"175px",children:[C.jsx(Lm,{variant:"h3",children:t1}),C.jsx(Fm,{rating:g,setRating:d})]})]}),C.jsx(v.Box,{position:"relative",children:C.jsx(v.Tooltip,{title:"Close",children:C.jsx(_m,{onClick:f,children:C.jsx(e1,{width:"16px",height:"16px"})})})})]}),C.jsx(Am,{className:u||!l?"fade-in":"",children:C.jsxs(v.Button,{size:"small",variant:"outlined",color:"tertiary",href:c,target:"_blank",onClick:b,children:[C.jsx(Ug,{}),n1]})})]})},Rm="Need setup help?",km="Expert setup assistance available! Book a 15 min call with our integration specialist.",Nm="Schedule call",Pm="https://calendly.com/aditya-s-grexit/15-min-connector-setup",Au="agent_panel",fa="hiver_schedule_call_close_button_click",Mm=v.styled(v.Stack)`
|
|
153
153
|
padding: 12px;
|
|
154
154
|
width: 250px;
|
|
155
155
|
min-height: 151px;
|
|
@@ -157,11 +157,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
157
157
|
margin-bottom: 5px;
|
|
158
158
|
background-color: ${v.theme.palette.gray.white};
|
|
159
159
|
box-shadow: 0px 0px 8px 0px #0000001a;
|
|
160
|
-
`,
|
|
160
|
+
`,Bm=v.styled(v.Stack)`
|
|
161
161
|
width: 100%;
|
|
162
162
|
gap: 4px;
|
|
163
163
|
justify-content: space-between;
|
|
164
|
-
`,
|
|
164
|
+
`,jm=v.styled(v.Button)`
|
|
165
165
|
width: 127px;
|
|
166
166
|
height: 28px;
|
|
167
167
|
gap: 8px;
|
|
@@ -175,18 +175,18 @@ React keys must be passed directly to JSX without using spread:
|
|
|
175
175
|
box-shadow: none;
|
|
176
176
|
background-color: #e3dfff;
|
|
177
177
|
}
|
|
178
|
-
`,
|
|
178
|
+
`,Vm=v.styled(v.icons.Close)`
|
|
179
179
|
height: 20px;
|
|
180
180
|
width: 20px;
|
|
181
181
|
cursor: pointer;
|
|
182
|
-
`,
|
|
182
|
+
`,Gm=v.styled(v.icons.CalendarTodayOutlinedIcon)`
|
|
183
183
|
height: 16px;
|
|
184
184
|
width: 16px;
|
|
185
|
-
`,Gm=v.styled(v.Typography)`
|
|
186
|
-
color: ${v.theme.palette.gray.black};
|
|
187
185
|
`,Hm=v.styled(v.Typography)`
|
|
186
|
+
color: ${v.theme.palette.gray.black};
|
|
187
|
+
`,Wm=v.styled(v.Typography)`
|
|
188
188
|
color: ${v.theme.palette.gray.gray2};
|
|
189
|
-
`,Wm=()=>{const{availableFeatures:e,sendTrackingEvent:t,isAdmin:n}=_.useContext(He),[r,o]=_.useState(()=>!(localStorage.getItem(da)==="true")&&rt(e,Q1));_.useEffect(()=>{localStorage.getItem(da)==="true"&&o(!1)},[]);const s=()=>{localStorage.setItem(da,"true"),o(!1),t(_1,{source:Eu})},i=()=>{window.open(Nm,"_blank"),t(S1,{source:Eu})};return!r||!n?null:C.jsxs(Pm,{justifyContent:"space-between",alignItems:"baseline",gap:"16px",children:[C.jsxs(Mm,{gap:"4px",children:[C.jsxs(v.Stack,{direction:"row",justifyContent:"space-between",children:[C.jsx(Gm,{variant:"body1_medium",children:Dm}),C.jsx(v.Stack,{onClick:s,position:"absolute",top:"4px",right:"4px",children:C.jsx(v.Tooltip,{title:"Close",placement:"bottom",children:C.jsx(v.IconButton,{children:C.jsx(jm,{})})})})]}),C.jsx(Hm,{variant:"body2",children:Rm})]}),C.jsx(v.Stack,{onClick:i,direction:"row",alignItems:"center",children:C.jsxs(Bm,{variant:"outlined",size:"small",children:[C.jsx(Vm,{}),km]})})]})},Zm="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",wu=e=>k.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},k.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"}),k.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"}),k.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"})),Xm="data:image/svg+xml,%3csvg%20width='21'%20height='21'%20viewBox='0%200%2021%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1012_80924)'%3e%3cpath%20d='M9.66663%2015.1202H11.3333V13.4535H9.66663V15.1202ZM10.5%201.78687C5.89996%201.78687%202.16663%205.5202%202.16663%2010.1202C2.16663%2014.7202%205.89996%2018.4535%2010.5%2018.4535C15.1%2018.4535%2018.8333%2014.7202%2018.8333%2010.1202C18.8333%205.5202%2015.1%201.78687%2010.5%201.78687ZM10.5%2016.7869C6.82496%2016.7869%203.83329%2013.7952%203.83329%2010.1202C3.83329%206.4452%206.82496%203.45353%2010.5%203.45353C14.175%203.45353%2017.1666%206.4452%2017.1666%2010.1202C17.1666%2013.7952%2014.175%2016.7869%2010.5%2016.7869ZM10.5%205.1202C8.65829%205.1202%207.16663%206.61187%207.16663%208.45353H8.83329C8.83329%207.53687%209.58329%206.78687%2010.5%206.78687C11.4166%206.78687%2012.1666%207.53687%2012.1666%208.45353C12.1666%2010.1202%209.66663%209.91187%209.66663%2012.6202H11.3333C11.3333%2010.7452%2013.8333%2010.5369%2013.8333%208.45353C13.8333%206.61187%2012.3416%205.1202%2010.5%205.1202Z'%20fill='%234D596C'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1012_80924'%3e%3crect%20width='20'%20height='20'%20fill='white'%20transform='translate(0.5%200.120117)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",zm=e=>k.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},k.createElement("g",{clipPath:"url(#clip0_1329_1727)"},k.createElement("path",{d:"M15 1.5H3C2.175 1.5 1.5 2.175 1.5 3V16.5L4.5 13.5H15C15.825 13.5 16.5 12.825 16.5 12V3C16.5 2.175 15.825 1.5 15 1.5ZM15 12H4.5L3 13.5V3H15V12ZM5.25 6.75H6.75V8.25H5.25V6.75ZM8.25 6.75H9.75V8.25H8.25V6.75ZM11.25 6.75H12.75V8.25H11.25V6.75Z",fill:"#6F7C90"})),k.createElement("defs",null,k.createElement("clipPath",{id:"clip0_1329_1727"},k.createElement("rect",{width:18,height:18,fill:"white"})))),Ym=e=>k.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},k.createElement("g",{clipPath:"url(#clip0_1329_1720)"},k.createElement("path",{d:"M16.5 6.93L11.1075 6.465L9 1.5L6.8925 6.4725L1.5 6.93L5.595 10.4775L4.365 15.75L9 12.9525L13.635 15.75L12.4125 10.4775L16.5 6.93ZM9 11.55L6.18 13.2525L6.93 10.0425L4.44 7.8825L7.725 7.5975L9 4.575L10.2825 7.605L13.5675 7.89L11.0775 10.05L11.8275 13.26L9 11.55Z",fill:"#6F7C90"})),k.createElement("defs",null,k.createElement("clipPath",{id:"clip0_1329_1720"},k.createElement("rect",{width:18,height:18,fill:"white"})))),Jm="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",Qm=({options:e,anchor:t,open:n,onClose:r})=>C.jsx(v.Menu,{id:"help-dropdown",open:n,onClose:r,anchorEl:t,children:e.map(o=>C.jsxs(v.MenuItem,{onClick:o.onClick,children:[C.jsx(v.ListItemIcon,{children:o.icon}),o.label]},o.id))}),Au="connector-header-stuck",$m=v.styled(v.Stack)`
|
|
189
|
+
`,Zm=()=>{const{availableFeatures:e,sendTrackingEvent:t,isAdmin:n}=_.useContext(Ve),[r,o]=_.useState(()=>!(localStorage.getItem(fa)==="true")&&tt(e,$1));_.useEffect(()=>{localStorage.getItem(fa)==="true"&&o(!1)},[]);const s=()=>{localStorage.setItem(fa,"true"),o(!1),t(T1,{source:Au})},i=()=>{window.open(Pm,"_blank"),t(_1,{source:Au})};return!r||!n?null:C.jsxs(Mm,{justifyContent:"space-between",alignItems:"baseline",gap:"16px",children:[C.jsxs(Bm,{gap:"4px",children:[C.jsxs(v.Stack,{direction:"row",justifyContent:"space-between",children:[C.jsx(Hm,{variant:"body1_medium",children:Rm}),C.jsx(v.Stack,{onClick:s,position:"absolute",top:"4px",right:"4px",children:C.jsx(v.Tooltip,{title:"Close",placement:"bottom",children:C.jsx(v.IconButton,{children:C.jsx(Vm,{})})})})]}),C.jsx(Wm,{variant:"body2",children:km})]}),C.jsx(v.Stack,{onClick:i,direction:"row",alignItems:"center",children:C.jsxs(jm,{variant:"outlined",size:"small",children:[C.jsx(Gm,{}),Nm]})})]})},Xm="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",Su=e=>k.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},k.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"}),k.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"}),k.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"})),zm="data:image/svg+xml,%3csvg%20width='21'%20height='21'%20viewBox='0%200%2021%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1012_80924)'%3e%3cpath%20d='M9.66663%2015.1202H11.3333V13.4535H9.66663V15.1202ZM10.5%201.78687C5.89996%201.78687%202.16663%205.5202%202.16663%2010.1202C2.16663%2014.7202%205.89996%2018.4535%2010.5%2018.4535C15.1%2018.4535%2018.8333%2014.7202%2018.8333%2010.1202C18.8333%205.5202%2015.1%201.78687%2010.5%201.78687ZM10.5%2016.7869C6.82496%2016.7869%203.83329%2013.7952%203.83329%2010.1202C3.83329%206.4452%206.82496%203.45353%2010.5%203.45353C14.175%203.45353%2017.1666%206.4452%2017.1666%2010.1202C17.1666%2013.7952%2014.175%2016.7869%2010.5%2016.7869ZM10.5%205.1202C8.65829%205.1202%207.16663%206.61187%207.16663%208.45353H8.83329C8.83329%207.53687%209.58329%206.78687%2010.5%206.78687C11.4166%206.78687%2012.1666%207.53687%2012.1666%208.45353C12.1666%2010.1202%209.66663%209.91187%209.66663%2012.6202H11.3333C11.3333%2010.7452%2013.8333%2010.5369%2013.8333%208.45353C13.8333%206.61187%2012.3416%205.1202%2010.5%205.1202Z'%20fill='%234D596C'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1012_80924'%3e%3crect%20width='20'%20height='20'%20fill='white'%20transform='translate(0.5%200.120117)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",Ym=e=>k.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},k.createElement("g",{clipPath:"url(#clip0_1329_1727)"},k.createElement("path",{d:"M15 1.5H3C2.175 1.5 1.5 2.175 1.5 3V16.5L4.5 13.5H15C15.825 13.5 16.5 12.825 16.5 12V3C16.5 2.175 15.825 1.5 15 1.5ZM15 12H4.5L3 13.5V3H15V12ZM5.25 6.75H6.75V8.25H5.25V6.75ZM8.25 6.75H9.75V8.25H8.25V6.75ZM11.25 6.75H12.75V8.25H11.25V6.75Z",fill:"#6F7C90"})),k.createElement("defs",null,k.createElement("clipPath",{id:"clip0_1329_1727"},k.createElement("rect",{width:18,height:18,fill:"white"})))),Jm=e=>k.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},k.createElement("g",{clipPath:"url(#clip0_1329_1720)"},k.createElement("path",{d:"M16.5 6.93L11.1075 6.465L9 1.5L6.8925 6.4725L1.5 6.93L5.595 10.4775L4.365 15.75L9 12.9525L13.635 15.75L12.4125 10.4775L16.5 6.93ZM9 11.55L6.18 13.2525L6.93 10.0425L4.44 7.8825L7.725 7.5975L9 4.575L10.2825 7.605L13.5675 7.89L11.0775 10.05L11.8275 13.26L9 11.55Z",fill:"#6F7C90"})),k.createElement("defs",null,k.createElement("clipPath",{id:"clip0_1329_1720"},k.createElement("rect",{width:18,height:18,fill:"white"})))),Qm="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",$m=({options:e,anchor:t,open:n,onClose:r})=>C.jsx(v.Menu,{id:"help-dropdown",open:n,onClose:r,anchorEl:t,children:e.map(o=>C.jsxs(v.MenuItem,{onClick:o.onClick,children:[C.jsx(v.ListItemIcon,{children:o.icon}),o.label]},o.id))}),_u="connector-header-stuck",qm=v.styled(v.Stack)`
|
|
190
190
|
position: sticky;
|
|
191
191
|
top: 0;
|
|
192
192
|
box-sizing: content-box;
|
|
@@ -200,23 +200,23 @@ React keys must be passed directly to JSX without using spread:
|
|
|
200
200
|
container-name: scroller;
|
|
201
201
|
transition: box-shadow 500ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
202
202
|
|
|
203
|
-
&.${
|
|
203
|
+
&.${_u} {
|
|
204
204
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
|
205
205
|
}
|
|
206
|
-
`,
|
|
206
|
+
`,Um=v.styled(v.Stack)`
|
|
207
207
|
width: 0;
|
|
208
208
|
height: 0;
|
|
209
|
-
`,
|
|
209
|
+
`,Tu=v.styled(v.brandIcons.Connector)`
|
|
210
210
|
width: 20px;
|
|
211
211
|
height: 20px;
|
|
212
|
-
`,
|
|
212
|
+
`,Ou=v.styled(v.Typography)`
|
|
213
213
|
font-size: 14px;
|
|
214
214
|
font-weight: 400;
|
|
215
215
|
line-height: 20px;
|
|
216
216
|
letter-spacing: 0.1px;
|
|
217
217
|
text-align: left;
|
|
218
218
|
color: #323c3d;
|
|
219
|
-
`,
|
|
219
|
+
`,Lu=v.styled(v.Grid)`
|
|
220
220
|
position: relative;
|
|
221
221
|
width: 100%;
|
|
222
222
|
box-sizing: border-box;
|
|
@@ -230,7 +230,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
230
230
|
}
|
|
231
231
|
display: flex;
|
|
232
232
|
flex-direction: column;
|
|
233
|
-
`,
|
|
233
|
+
`,Km=v.styled(v.Box)`
|
|
234
234
|
flex-grow: 1;
|
|
235
235
|
overflow-y: auto;
|
|
236
236
|
overflow-x: hidden;
|
|
@@ -239,12 +239,12 @@ React keys must be passed directly to JSX without using spread:
|
|
|
239
239
|
`;v.styled(v.Box)`
|
|
240
240
|
width: inherit;
|
|
241
241
|
height: inherit;
|
|
242
|
-
`;const
|
|
242
|
+
`;const eb=v.styled(v.Box)`
|
|
243
243
|
margin-top: 12px;
|
|
244
244
|
border: 1px solid ${v.theme.palette.gray.gray5};
|
|
245
245
|
border-radius: 8px;
|
|
246
246
|
width: 100%;
|
|
247
|
-
`,
|
|
247
|
+
`,tb=v.styled(v.Stack)`
|
|
248
248
|
align-items: center;
|
|
249
249
|
padding: 11px;
|
|
250
250
|
width: 100%;
|
|
@@ -256,10 +256,10 @@ React keys must be passed directly to JSX without using spread:
|
|
|
256
256
|
&.hiver-card-expanded {
|
|
257
257
|
background: ${v.theme.palette.gray.gray6};
|
|
258
258
|
}
|
|
259
|
-
`,
|
|
259
|
+
`,Fu=v.styled(v.Stack)`
|
|
260
260
|
flex-direction: row;
|
|
261
261
|
align-items: stretch;
|
|
262
|
-
`,
|
|
262
|
+
`,nb=v.styled(v.Stack)`
|
|
263
263
|
flex-direction: row;
|
|
264
264
|
flex-grow: 1;
|
|
265
265
|
align-items: center;
|
|
@@ -270,14 +270,14 @@ React keys must be passed directly to JSX without using spread:
|
|
|
270
270
|
height: 16px;
|
|
271
271
|
flex-shrink: 0;
|
|
272
272
|
}
|
|
273
|
-
`,
|
|
273
|
+
`,rb=v.styled(v.Typography)`
|
|
274
274
|
max-width: 150px;
|
|
275
275
|
min-width: 0;
|
|
276
276
|
letter-spacing: 0.5px;
|
|
277
277
|
text-overflow: ellipsis;
|
|
278
278
|
white-space: nowrap;
|
|
279
279
|
overflow: hidden;
|
|
280
|
-
`,
|
|
280
|
+
`,ob=v.styled(v.Box)`
|
|
281
281
|
box-sizing: border-box;
|
|
282
282
|
overflow-y: hidden;
|
|
283
283
|
height: ${e=>e.height?`${e.height}px`:"0px"};
|
|
@@ -286,26 +286,26 @@ React keys must be passed directly to JSX without using spread:
|
|
|
286
286
|
&.slideUp {
|
|
287
287
|
height: 0;
|
|
288
288
|
}
|
|
289
|
-
`,
|
|
289
|
+
`,sb=v.styled(v.Typography)`
|
|
290
290
|
text-transform: uppercase;
|
|
291
291
|
color: ${v.theme.palette.gray.gray3};
|
|
292
|
-
`,
|
|
292
|
+
`,Du=v.styled(v.Typography)`
|
|
293
293
|
color: ${v.theme.palette.gray.gray4};
|
|
294
294
|
overflow: hidden;
|
|
295
295
|
word-break: break-word;
|
|
296
|
-
`,
|
|
296
|
+
`,ib=v.styled(v.Link)`
|
|
297
297
|
color: ${v.theme.palette.blue.primary};
|
|
298
298
|
display: inline;
|
|
299
299
|
whitespace: nowrap;
|
|
300
300
|
cursor: pointer;
|
|
301
301
|
text-decoration: none;
|
|
302
|
-
`,
|
|
302
|
+
`,ab=v.styled(v.Typography)`
|
|
303
303
|
&.ellipsisClass {
|
|
304
304
|
text-overflow: ellipsis;
|
|
305
305
|
white-space: nowrap;
|
|
306
306
|
overflow: hidden;
|
|
307
307
|
}
|
|
308
|
-
`,
|
|
308
|
+
`,Ru=v.styled(v.Link)`
|
|
309
309
|
display: -webkit-box;
|
|
310
310
|
-webkit-box-orient: vertical;
|
|
311
311
|
overflow: hidden;
|
|
@@ -313,7 +313,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
313
313
|
text-overflow: ellipsis;
|
|
314
314
|
-webkit-line-clamp: 3;
|
|
315
315
|
cursor: pointer;
|
|
316
|
-
`,
|
|
316
|
+
`,cb=v.styled(v.Typography)`
|
|
317
317
|
display: -webkit-box;
|
|
318
318
|
-webkit-box-orient: vertical;
|
|
319
319
|
overflow: hidden;
|
|
@@ -321,7 +321,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
321
321
|
text-overflow: ellipsis;
|
|
322
322
|
-webkit-line-clamp: 3;
|
|
323
323
|
color: ${v.theme.palette.gray.gray1};
|
|
324
|
-
`,
|
|
324
|
+
`,pa=v.styled(v.Box)`
|
|
325
325
|
position: relative;
|
|
326
326
|
top: 1px;
|
|
327
327
|
content: '';
|
|
@@ -363,7 +363,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
363
363
|
`,yn=v.styled(v.Skeleton)`
|
|
364
364
|
display: block;
|
|
365
365
|
margin: ${e=>e.margin?e.margin:0};
|
|
366
|
-
`,
|
|
366
|
+
`,yr=v.styled(v.IconButton)`
|
|
367
367
|
${e=>e.disabled?"opacity: 0.5;":""}
|
|
368
368
|
width: 32px;
|
|
369
369
|
height: 32px;
|
|
@@ -388,7 +388,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
388
388
|
transform: rotate(360deg);
|
|
389
389
|
}
|
|
390
390
|
}
|
|
391
|
-
`,
|
|
391
|
+
`,lb=v.styled(v.Stack)`
|
|
392
392
|
flex-direction: row;
|
|
393
393
|
position: relative;
|
|
394
394
|
align-items: center;
|
|
@@ -402,10 +402,10 @@ React keys must be passed directly to JSX without using spread:
|
|
|
402
402
|
opacity: ${e=>e.isHovered?1:0};
|
|
403
403
|
transition: opacity ${e=>e.isHovered?"0.5s":"0.1s"} ease-in;
|
|
404
404
|
}
|
|
405
|
-
`,
|
|
405
|
+
`,ub=v.styled(v.TableHead)`
|
|
406
406
|
background-color: ${v.theme.palette.gray.white};
|
|
407
407
|
border-bottom: 1px solid ${v.theme.palette.gray.gray5};
|
|
408
|
-
`,
|
|
408
|
+
`,db=v.styled(v.TableCell)`
|
|
409
409
|
height: 12px;
|
|
410
410
|
padding: 12px 16px;
|
|
411
411
|
border-top: 1px solid ${v.theme.palette.gray.gray5};
|
|
@@ -418,7 +418,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
418
418
|
&:nth-last-child(2) {
|
|
419
419
|
border-radius: 0px 5px 0px 0px;
|
|
420
420
|
}
|
|
421
|
-
`,
|
|
421
|
+
`,fb=v.styled(v.TableRow)`
|
|
422
422
|
.row-edit {
|
|
423
423
|
visibility: hidden;
|
|
424
424
|
}
|
|
@@ -435,7 +435,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
435
435
|
border-radius: 0px 0px 5px 0px;
|
|
436
436
|
}
|
|
437
437
|
}
|
|
438
|
-
`,
|
|
438
|
+
`,pb=v.styled(v.TableCell)`
|
|
439
439
|
height: 32px;
|
|
440
440
|
padding: 8px 16px;
|
|
441
441
|
border-right: 1px solid ${v.theme.palette.gray.gray5};
|
|
@@ -443,23 +443,23 @@ React keys must be passed directly to JSX without using spread:
|
|
|
443
443
|
&:first-child {
|
|
444
444
|
border-left: 1px solid ${v.theme.palette.gray.gray5};
|
|
445
445
|
}
|
|
446
|
-
`,
|
|
446
|
+
`,hb=v.styled(v.TableCell)`
|
|
447
447
|
width: 34px;
|
|
448
448
|
position: sticky;
|
|
449
449
|
right: 0px;
|
|
450
450
|
background-color: white;
|
|
451
451
|
border: none;
|
|
452
452
|
padding: 0px 2px;
|
|
453
|
-
`,
|
|
453
|
+
`,gb=v.styled(v.TableCell)`
|
|
454
454
|
padding: 16px 19px;
|
|
455
455
|
position: sticky;
|
|
456
456
|
right: 0px;
|
|
457
457
|
background-color: white;
|
|
458
458
|
border: none;
|
|
459
|
-
`,
|
|
459
|
+
`,mb=v.styled("img")`
|
|
460
460
|
transition: transform 0.3s;
|
|
461
461
|
transform: rotate(${e=>e.transformAngle}deg);
|
|
462
|
-
`,
|
|
462
|
+
`,bb=v.styled(v.Typography)`
|
|
463
463
|
display: flex;
|
|
464
464
|
font-size: 12px;
|
|
465
465
|
color: ${v.theme.palette.blue.primary};
|
|
@@ -467,16 +467,16 @@ React keys must be passed directly to JSX without using spread:
|
|
|
467
467
|
align-items: center;
|
|
468
468
|
margin: 0 12px 12px 12px;
|
|
469
469
|
cursor: pointer;
|
|
470
|
-
`,
|
|
470
|
+
`,yb=v.styled(v.Typography)`
|
|
471
471
|
display: flex;
|
|
472
472
|
align-items: center;
|
|
473
473
|
line-height: 28px;
|
|
474
474
|
font-weight: 600;
|
|
475
|
-
`,
|
|
475
|
+
`,vb=v.styled(v.Box)`
|
|
476
476
|
margin-top: 12px;
|
|
477
477
|
border: 1px solid ${v.palette.gray.gray5};
|
|
478
478
|
border-radius: 4px;
|
|
479
|
-
`,
|
|
479
|
+
`,Cb=v.styled(v.Stack)`
|
|
480
480
|
flex-direction: row;
|
|
481
481
|
align-items: center;
|
|
482
482
|
background-color: #e1e8ff;
|
|
@@ -484,7 +484,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
484
484
|
box-sizing: border-box;
|
|
485
485
|
height: 48px;
|
|
486
486
|
justify-content: space-between;
|
|
487
|
-
`,
|
|
487
|
+
`,Ib=v.styled(v.Box)`
|
|
488
488
|
overflow: hidden;
|
|
489
489
|
transition: max-height 300ms;
|
|
490
490
|
&.slideUp {
|
|
@@ -493,17 +493,17 @@ React keys must be passed directly to JSX without using spread:
|
|
|
493
493
|
&.slideDown {
|
|
494
494
|
max-height: ${({height:e})=>e?`${e}px`:"0px"};
|
|
495
495
|
}
|
|
496
|
-
`,
|
|
496
|
+
`,xb=v.styled(v.Box)`
|
|
497
497
|
background-color: #f0f3ff99;
|
|
498
498
|
padding: 14px 12px 8px 12px;
|
|
499
499
|
box-sizing: border-box;
|
|
500
|
-
`,
|
|
500
|
+
`,Eb=v.styled(v.Box)`
|
|
501
501
|
margin-bottom: 12px;
|
|
502
502
|
margin-top: 8px;
|
|
503
503
|
li {
|
|
504
504
|
display: list-item;
|
|
505
505
|
}
|
|
506
|
-
`,
|
|
506
|
+
`,wb=v.styled(v.Stack)`
|
|
507
507
|
margin-bottom: 6px;
|
|
508
508
|
list-style-type: disc;
|
|
509
509
|
margin-left: ${e=>e.marginLeft?`${e.marginLeft}`:"14px"};
|
|
@@ -515,35 +515,35 @@ React keys must be passed directly to JSX without using spread:
|
|
|
515
515
|
height: 20px;
|
|
516
516
|
border-radius: 2px;
|
|
517
517
|
}
|
|
518
|
-
`,
|
|
518
|
+
`,Ab=v.styled(v.Button)`
|
|
519
519
|
height: 28px;
|
|
520
520
|
max-width: 115px;
|
|
521
521
|
white-space: pre;
|
|
522
|
-
`,
|
|
522
|
+
`,Sb=v.styled(v.Typography)`
|
|
523
523
|
font-weight: 500;
|
|
524
524
|
height: 100%;
|
|
525
|
-
`,
|
|
525
|
+
`,_b=v.styled(v.Box)`
|
|
526
526
|
&:last-child {
|
|
527
527
|
margin-bottom: 16px;
|
|
528
528
|
}
|
|
529
|
-
`,
|
|
529
|
+
`,Tb=v.styled(v.Typography)`
|
|
530
530
|
white-space: nowrap;
|
|
531
531
|
overflow: hidden;
|
|
532
532
|
text-overflow: ellipsis;
|
|
533
533
|
max-width: 100%;
|
|
534
534
|
height: 100%;
|
|
535
535
|
color: ${v.theme.palette.gray.gray2};
|
|
536
|
-
`,
|
|
536
|
+
`,Ob=v.styled(v.Stack)`
|
|
537
537
|
padding: 8px 16px;
|
|
538
538
|
color: ${v.theme.palette.gray.black};
|
|
539
|
-
`,
|
|
539
|
+
`,Lb=v.styled(v.Typography)`
|
|
540
540
|
white-space: nowrap;
|
|
541
541
|
overflow: hidden;
|
|
542
542
|
text-overflow: ellipsis;
|
|
543
543
|
width: calc(100% - 20px);
|
|
544
544
|
display: inline-block;
|
|
545
545
|
color: ${v.theme.palette.gray.gray2};
|
|
546
|
-
`,
|
|
546
|
+
`,Fb=({connectors:e,isWriteFlowEnabled:t,haveCreateObjects:n,haveLinkObjects:r,cards:o,handleCreateNewObject:s,handleLinkNewObject:i})=>{const c=_.useRef(null),l=_.useRef(null),[a,u]=_.useState(null),h=!!a,{availableFeatures:g,sendTrackingEvent:x,currentSmIds:b,userEmail:d}=_.useContext(Ve),{userGroupId:f,userId:p}=Yt()||{},y=tt(g,us),m=[{id:"rate-experience",label:"Rate your experience",icon:C.jsx(Jm,{}),onClick:()=>{u(null);const w=fs({url:au,params:{email:d,user_id:p,ug_id:f,sm_ids:b.join(","),connector_names:e.join(","),source:"help_drop_down"}});window.open(w,"_blank"),x(sa,{sm_ids:b,ug_id:f,connector_names:e,source:"help_drop_down"}),Qo(p)}},{id:"instant-chat",label:"Instant chat with support",icon:C.jsx(Ym,{}),onClick:()=>{u(null),window.open(i1,"_blank"),x(X1,{sm_ids:b,ug_id:f,connector_names:e,source:"help_drop_down"})}}],E=_.useCallback(w=>{const A=document.getElementById("connector-agent-container");if(!w||!A)return;l.current&&l.current.disconnect();const S=new IntersectionObserver(T=>{const R=c.current;for(const F of T)R==null||R.classList.toggle(_u,F.intersectionRatio===0)},{root:A});S.observe(w),l.current=S},[]),I=w=>{x(Z1,{sm_ids:b,ug_id:f,connector_names:e}),u(w.currentTarget)};return C.jsxs(C.Fragment,{children:[C.jsx(Um,{ref:E}),C.jsx($m,{options:m,anchor:a,open:h,onClose:()=>u(null)}),C.jsxs(qm,{ref:c,children:[C.jsxs(v.Stack,{direction:"row",alignItems:"center",gap:"8px",children:[y?C.jsx(Su,{width:"20px",height:"20px"}):C.jsx(Tu,{}),C.jsx(Ou,{variant:"h2",children:y?ca:pu})]}),C.jsxs(v.Stack,{direction:"row",children:[C.jsx(v.Tooltip,{title:r1,placement:"bottom",children:C.jsx(v.IconButton,{onClick:I,id:"help-button",sx:{height:"36px",width:"36px"},children:C.jsx("img",{src:zm,alt:"Help",height:"20px"})})}),t&&(o!=null&&o.length)?C.jsxs(C.Fragment,{children:[r?C.jsx(v.Tooltip,{title:yu,placement:"bottom",children:C.jsx(v.IconButton,{onClick:i,sx:{height:"36px",width:"36px"},children:C.jsx("img",{src:Qm,alt:"Link Task",height:"20px"})})}):null,n?C.jsx(v.Tooltip,{title:bu,placement:"bottom",children:C.jsx(v.IconButton,{onClick:s,sx:{height:"36px",width:"36px"},children:C.jsx("img",{src:Xm,alt:"Add",height:"20px"})})}):null]}):null]})]})]})};var ha={exports:{}},ga={};/**
|
|
547
547
|
* @license React
|
|
548
548
|
* use-sync-external-store-with-selector.production.min.js
|
|
549
549
|
*
|
|
@@ -551,7 +551,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
551
551
|
*
|
|
552
552
|
* This source code is licensed under the MIT license found in the
|
|
553
553
|
* LICENSE file in the root directory of this source tree.
|
|
554
|
-
*/var
|
|
554
|
+
*/var ku;function Db(){if(ku)return ga;ku=1;var e=_;function t(l,a){return l===a&&(l!==0||1/l===1/a)||l!==l&&a!==a}var n=typeof Object.is=="function"?Object.is:t,r=e.useSyncExternalStore,o=e.useRef,s=e.useEffect,i=e.useMemo,c=e.useDebugValue;return ga.useSyncExternalStoreWithSelector=function(l,a,u,h,g){var x=o(null);if(x.current===null){var b={hasValue:!1,value:null};x.current=b}else b=x.current;x=i(function(){function f(I){if(!p){if(p=!0,y=I,I=h(I),g!==void 0&&b.hasValue){var w=b.value;if(g(w,I))return m=w}return m=I}if(w=m,n(y,I))return w;var A=h(I);return g!==void 0&&g(w,A)?w:(y=I,m=A)}var p=!1,y,m,E=u===void 0?null:u;return[function(){return f(a())},E===null?void 0:function(){return f(E())}]},[a,u,h,g]);var d=r(l,x[0],x[1]);return s(function(){b.hasValue=!0,b.value=d},[d]),c(d),d},ga}var ma={};/**
|
|
555
555
|
* @license React
|
|
556
556
|
* use-sync-external-store-with-selector.development.js
|
|
557
557
|
*
|
|
@@ -559,30 +559,30 @@ React keys must be passed directly to JSX without using spread:
|
|
|
559
559
|
*
|
|
560
560
|
* This source code is licensed under the MIT license found in the
|
|
561
561
|
* LICENSE file in the root directory of this source tree.
|
|
562
|
-
*/var
|
|
562
|
+
*/var Nu;function Rb(){return Nu||(Nu=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=_;function t(a,u){return a===u&&(a!==0||1/a===1/u)||a!==a&&u!==u}var n=typeof Object.is=="function"?Object.is:t,r=e.useSyncExternalStore,o=e.useRef,s=e.useEffect,i=e.useMemo,c=e.useDebugValue;function l(a,u,h,g,x){var b=o(null),d;b.current===null?(d={hasValue:!1,value:null},b.current=d):d=b.current;var f=i(function(){var E=!1,I,w,A=function(F){if(!E){E=!0,I=F;var D=g(F);if(x!==void 0&&d.hasValue){var B=d.value;if(x(B,D))return w=B,B}return w=D,D}var W=I,X=w;if(n(W,F))return X;var Y=g(F);return x!==void 0&&x(X,Y)?X:(I=F,w=Y,Y)},S=h===void 0?null:h,T=function(){return A(u())},R=S===null?void 0:function(){return A(S())};return[T,R]},[u,h,g,x]),p=f[0],y=f[1],m=r(a,p,y);return s(function(){d.hasValue=!0,d.value=m},[m]),c(m),m}ma.useSyncExternalStoreWithSelector=l,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error)}()),ma}process.env.NODE_ENV==="production"?ha.exports=Db():ha.exports=Rb();var kb=ha.exports,At="default"in k?k.default:k,Pu=Symbol.for("react-redux-context"),Mu=typeof globalThis<"u"?globalThis:{};function Nb(){if(!At.createContext)return{};const e=Mu[Pu]??(Mu[Pu]=new Map);let t=e.get(At.createContext);return t||(t=At.createContext(null),process.env.NODE_ENV!=="production"&&(t.displayName="ReactRedux"),e.set(At.createContext,t)),t}var vn=Nb(),Pb=()=>{throw new Error("uSES not initialized!")};function ba(e=vn){return function(){const n=At.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 Bu=ba(),ju=Pb,Mb=e=>{ju=e},Bb=(e,t)=>e===t;function jb(e=vn){const t=e===vn?Bu:ba(e),n=(r,o={})=>{const{equalityFn:s=Bb,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:c,subscription:l,getServerState:a,stabilityCheck:u,identityFunctionCheck:h}=t(),g=At.useRef(!0),x=At.useCallback({[r.name](d){const f=r(d);if(process.env.NODE_ENV!=="production"){const{identityFunctionCheck:p,stabilityCheck:y}={stabilityCheck:u,identityFunctionCheck:h,...i};if(y==="always"||y==="once"&&g.current){const m=r(d);if(!s(f,m)){let E;try{throw new Error}catch(I){({stack:E}=I)}console.warn("Selector "+(r.name||"unknown")+` returned a different result when called with the same parameters. This can lead to unnecessary rerenders.
|
|
563
563
|
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:d,selected:f,selected2:m,stack:E})}}if((p==="always"||p==="once"&&g.current)&&f===d){let m;try{throw new Error}catch(E){({stack:m}=E)}console.warn("Selector "+(r.name||"unknown")+` returned the root state when called. This can lead to unnecessary rerenders.
|
|
564
|
-
Selectors that return the entire state are almost certainly a mistake, as they will cause a rerender whenever *anything* in state changes.`,{stack:m})}g.current&&(g.current=!1)}return f}}[r.name],[r,u,i.stabilityCheck]),b=Mu(l.addNestedSub,c.getState,a||c.getState,x,s);return wt.useDebugValue(b),b};return Object.assign(n,{withTypes:()=>n}),n}var jb=Bb();function Vb(e){e()}function Gb(){let e=null,t=null;return{clear(){e=null,t=null},notify(){Vb(()=>{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 Bu={notify(){},get:()=>[]};function Hb(e,t){let n,r=Bu,o=0,s=!1;function i(d){u();const f=r.subscribe(d);let p=!1;return()=>{p||(p=!0,f(),h())}}function c(){r.notify()}function l(){b.onStateChange&&b.onStateChange()}function a(){return s}function u(){o++,n||(n=e.subscribe(l),r=Gb())}function h(){o--,n&&o===0&&(n(),n=void 0,r.clear(),r=Bu)}function g(){s||(s=!0,u())}function x(){s&&(s=!1,h())}const b={addNestedSub:i,notifyNestedSubs:c,handleChangeWrapper:l,isSubscribed:a,trySubscribe:g,tryUnsubscribe:x,getListeners:()=>r};return b}var Wb=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",Zb=typeof navigator<"u"&&navigator.product==="ReactNative",Xb=Wb||Zb?wt.useLayoutEffect:wt.useEffect;function zb({store:e,context:t,children:n,serverState:r,stabilityCheck:o="once",identityFunctionCheck:s="once"}){const i=wt.useMemo(()=>{const a=Hb(e);return{store:e,subscription:a,getServerState:r?()=>r:void 0,stabilityCheck:o,identityFunctionCheck:s}},[e,r,o,s]),c=wt.useMemo(()=>e.getState(),[e]);Xb(()=>{const{subscription:a}=i;return a.onStateChange=a.notifyNestedSubs,a.trySubscribe(),c!==e.getState()&&a.notifyNestedSubs(),()=>{a.tryUnsubscribe(),a.onStateChange=void 0}},[i,c]);const l=t||vn;return wt.createElement(l.Provider,{value:i},n)}var Yb=zb;function ju(e=vn){const t=e===vn?Pu:ma(e),n=()=>{const{store:r}=t();return r};return Object.assign(n,{withTypes:()=>n}),n}var Jb=ju();function Qb(e=vn){const t=e===vn?Jb:ju(e),n=()=>t().dispatch;return Object.assign(n,{withTypes:()=>n}),n}var $b=Qb();Pb(Rb.useSyncExternalStoreWithSelector);const Mt=$b.withTypes(),be=jb.withTypes(),pt={GET:"GET",POST:"POST",DELETE:"DELETE",PATCH:"PATCH",PUT:"PUT"},U={IDLE:"idle",LOADING:"loading",FAILED:"failed"},qb="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",Vu="Show more",Ub="Show less",Kb="Show preview",ey="Hide preview",ty="Change related email address";function Ke(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 ny=typeof Symbol=="function"&&Symbol.observable||"@@observable",Gu=ny,ba=()=>Math.random().toString(36).substring(7).split("").join("."),ry={INIT:`@@redux/INIT${ba()}`,REPLACE:`@@redux/REPLACE${ba()}`,PROBE_UNKNOWN_ACTION:()=>`@@redux/PROBE_UNKNOWN_ACTION${ba()}`},Gn=ry;function ao(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 oy(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(ay(e))return"date";if(iy(e))return"error";const n=sy(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 sy(e){return typeof e.constructor=="function"?e.constructor.name:null}function iy(e){return e instanceof Error||typeof e.message=="string"&&e.constructor&&typeof e.constructor.stackTraceLimit=="number"}function ay(e){return e instanceof Date?!0:typeof e.toDateString=="function"&&typeof e.getDate=="function"&&typeof e.setDate=="function"}function Cn(e){let t=typeof e;return process.env.NODE_ENV!=="production"&&(t=oy(e)),t}function Hu(e,t,n){if(typeof e!="function")throw new Error(process.env.NODE_ENV==="production"?Ke(2):`Expected the root reducer to be a function. Instead, received: '${Cn(e)}'`);if(typeof t=="function"&&typeof n=="function"||typeof n=="function"&&typeof arguments[3]=="function")throw new Error(process.env.NODE_ENV==="production"?Ke(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"?Ke(1):`Expected the enhancer to be a function. Instead, received: '${Cn(n)}'`);return n(Hu)(e,t)}let r=e,o=t,s=new Map,i=s,c=0,l=!1;function a(){i===s&&(i=new Map,s.forEach((f,p)=>{i.set(p,f)}))}function u(){if(l)throw new Error(process.env.NODE_ENV==="production"?Ke(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 h(f){if(typeof f!="function")throw new Error(process.env.NODE_ENV==="production"?Ke(4):`Expected the listener to be a function. Instead, received: '${Cn(f)}'`);if(l)throw new Error(process.env.NODE_ENV==="production"?Ke(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 p=!0;a();const y=c++;return i.set(y,f),function(){if(p){if(l)throw new Error(process.env.NODE_ENV==="production"?Ke(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.");p=!1,a(),i.delete(y),s=null}}}function g(f){if(!ao(f))throw new Error(process.env.NODE_ENV==="production"?Ke(7):`Actions must be plain objects. Instead, the actual type was: '${Cn(f)}'. 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 f.type>"u")throw new Error(process.env.NODE_ENV==="production"?Ke(8):'Actions may not have an undefined "type" property. You may have misspelled an action type string constant.');if(typeof f.type!="string")throw new Error(process.env.NODE_ENV==="production"?Ke(17):`Action "type" property must be a string. Instead, the actual type was: '${Cn(f.type)}'. Value was: '${f.type}' (stringified)`);if(l)throw new Error(process.env.NODE_ENV==="production"?Ke(9):"Reducers may not dispatch actions.");try{l=!0,o=r(o,f)}finally{l=!1}return(s=i).forEach(y=>{y()}),f}function x(f){if(typeof f!="function")throw new Error(process.env.NODE_ENV==="production"?Ke(10):`Expected the nextReducer to be a function. Instead, received: '${Cn(f)}`);r=f,g({type:Gn.REPLACE})}function b(){const f=h;return{subscribe(p){if(typeof p!="object"||p===null)throw new Error(process.env.NODE_ENV==="production"?Ke(11):`Expected the observer to be an object. Instead, received: '${Cn(p)}'`);function y(){const E=p;E.next&&E.next(u())}return y(),{unsubscribe:f(y)}},[Gu](){return this}}}return g({type:Gn.INIT}),{dispatch:g,subscribe:h,getState:u,replaceReducer:x,[Gu]:b}}function Wu(e){typeof console<"u"&&typeof console.error=="function"&&console.error(e);try{throw new Error(e)}catch{}}function cy(e,t,n,r){const o=Object.keys(t),s=n&&n.type===Gn.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(!ao(e))return`The ${s} has unexpected type of "${Cn(e)}". Expected argument to be an object with the following keys: "${o.join('", "')}"`;const i=Object.keys(e).filter(c=>!t.hasOwnProperty(c)&&!r[c]);if(i.forEach(c=>{r[c]=!0}),!(n&&n.type===Gn.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 ly(e){Object.keys(e).forEach(t=>{const n=e[t];if(typeof n(void 0,{type:Gn.INIT})>"u")throw new Error(process.env.NODE_ENV==="production"?Ke(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:Gn.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(process.env.NODE_ENV==="production"?Ke(13):`The slice reducer for key "${t}" returned undefined when probed with a random type. Don't try to handle '${Gn.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 Zu(e){const t=Object.keys(e),n={};for(let i=0;i<t.length;i++){const c=t[i];process.env.NODE_ENV!=="production"&&typeof e[c]>"u"&&Wu(`No reducer provided for key "${c}"`),typeof e[c]=="function"&&(n[c]=e[c])}const r=Object.keys(n);let o;process.env.NODE_ENV!=="production"&&(o={});let s;try{ly(n)}catch(i){s=i}return function(c={},l){if(s)throw s;if(process.env.NODE_ENV!=="production"){const h=cy(c,n,l,o);h&&Wu(h)}let a=!1;const u={};for(let h=0;h<r.length;h++){const g=r[h],x=n[g],b=c[g],d=x(b,l);if(typeof d>"u"){const f=l&&l.type;throw new Error(process.env.NODE_ENV==="production"?Ke(14):`When called with an action of type ${f?`"${String(f)}"`:"(unknown type)"}, the slice reducer for key "${g}" 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[g]=d,a=a||d!==b}return a=a||r.length!==Object.keys(c).length,a?u:c}}function ps(...e){return e.length===0?t=>t:e.length===1?e[0]:e.reduce((t,n)=>(...r)=>t(n(...r)))}function uy(...e){return t=>(n,r)=>{const o=t(n,r);let s=()=>{throw new Error(process.env.NODE_ENV==="production"?Ke(15):"Dispatching while constructing your middleware is not allowed. Other middleware would not be applied to this dispatch.")};const i={getState:o.getState,dispatch:(l,...a)=>s(l,...a)},c=e.map(l=>l(i));return s=ps(...c)(o.dispatch),{...o,dispatch:s}}}function Xu(e){return ao(e)&&"type"in e&&typeof e.type=="string"}var zu=Symbol.for("immer-nothing"),Yu=Symbol.for("immer-draftable"),At=Symbol.for("immer-state"),dy=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 ht(e,...t){if(process.env.NODE_ENV!=="production"){const n=dy[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 mr=Object.getPrototypeOf;function Hn(e){return!!e&&!!e[At]}function on(e){var t;return e?Ju(e)||Array.isArray(e)||!!e[Yu]||!!((t=e.constructor)!=null&&t[Yu])||ms(e)||bs(e):!1}var fy=Object.prototype.constructor.toString();function Ju(e){if(!e||typeof e!="object")return!1;const t=mr(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)===fy}function hs(e,t){gs(e)===0?Reflect.ownKeys(e).forEach(n=>{t(n,e[n],e)}):e.forEach((n,r)=>t(r,n,e))}function gs(e){const t=e[At];return t?t.type_:Array.isArray(e)?1:ms(e)?2:bs(e)?3:0}function ya(e,t){return gs(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function Qu(e,t,n){const r=gs(e);r===2?e.set(t,n):r===3?e.add(n):e[t]=n}function py(e,t){return e===t?e!==0||1/e===1/t:e!==e&&t!==t}function ms(e){return e instanceof Map}function bs(e){return e instanceof Set}function Wn(e){return e.copy_||e.base_}function va(e,t){if(ms(e))return new Map(e);if(bs(e))return new Set(e);if(Array.isArray(e))return Array.prototype.slice.call(e);const n=Ju(e);if(t===!0||t==="class_only"&&!n){const r=Object.getOwnPropertyDescriptors(e);delete r[At];let o=Reflect.ownKeys(r);for(let s=0;s<o.length;s++){const i=o[s],c=r[i];c.writable===!1&&(c.writable=!0,c.configurable=!0),(c.get||c.set)&&(r[i]={configurable:!0,writable:!0,enumerable:c.enumerable,value:e[i]})}return Object.create(mr(e),r)}else{const r=mr(e);if(r!==null&&n)return{...e};const o=Object.create(r);return Object.assign(o,e)}}function Ca(e,t=!1){return ys(e)||Hn(e)||!on(e)||(gs(e)>1&&(e.set=e.add=e.clear=e.delete=hy),Object.freeze(e),t&&Object.entries(e).forEach(([n,r])=>Ca(r,!0))),e}function hy(){ht(2)}function ys(e){return Object.isFrozen(e)}var gy={};function Zn(e){const t=gy[e];return t||ht(0,e),t}var co;function $u(){return co}function my(e,t){return{drafts_:[],parent_:e,immer_:t,canAutoFreeze_:!0,unfinalizedDrafts_:0}}function qu(e,t){t&&(Zn("Patches"),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function Ia(e){xa(e),e.drafts_.forEach(by),e.drafts_=null}function xa(e){e===co&&(co=e.parent_)}function Uu(e){return co=my(co,e)}function by(e){const t=e[At];t.type_===0||t.type_===1?t.revoke_():t.revoked_=!0}function Ku(e,t){t.unfinalizedDrafts_=t.drafts_.length;const n=t.drafts_[0];return e!==void 0&&e!==n?(n[At].modified_&&(Ia(t),ht(4)),on(e)&&(e=vs(t,e),t.parent_||Cs(t,e)),t.patches_&&Zn("Patches").generateReplacementPatches_(n[At].base_,e,t.patches_,t.inversePatches_)):e=vs(t,n,[]),Ia(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==zu?e:void 0}function vs(e,t,n){if(ys(t))return t;const r=t[At];if(!r)return hs(t,(o,s)=>ed(e,r,t,o,s,n)),t;if(r.scope_!==e)return t;if(!r.modified_)return Cs(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),hs(s,(c,l)=>ed(e,r,o,c,l,n,i)),Cs(e,o,!1),n&&e.patches_&&Zn("Patches").generatePatches_(r,n,e.patches_,e.inversePatches_)}return r.copy_}function ed(e,t,n,r,o,s,i){if(process.env.NODE_ENV!=="production"&&o===n&&ht(5),Hn(o)){const c=s&&t&&t.type_!==3&&!ya(t.assigned_,r)?s.concat(r):void 0,l=vs(e,o,c);if(Qu(n,r,l),Hn(l))e.canAutoFreeze_=!1;else return}else i&&n.add(o);if(on(o)&&!ys(o)){if(!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1)return;vs(e,o),(!t||!t.scope_.parent_)&&typeof r!="symbol"&&Object.prototype.propertyIsEnumerable.call(n,r)&&Cs(e,o)}}function Cs(e,t,n=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&Ca(t,n)}function yy(e,t){const n=Array.isArray(e),r={type_:n?1:0,scope_:t?t.scope_:$u(),modified_:!1,finalized_:!1,assigned_:{},parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1};let o=r,s=Ea;n&&(o=[r],s=lo);const{revoke:i,proxy:c}=Proxy.revocable(o,s);return r.draft_=c,r.revoke_=i,c}var Ea={get(e,t){if(t===At)return e;const n=Wn(e);if(!ya(n,t))return vy(e,n,t);const r=n[t];return e.finalized_||!on(r)?r:r===wa(e.base_,t)?(Sa(e),e.copy_[t]=_a(r,e)):r},has(e,t){return t in Wn(e)},ownKeys(e){return Reflect.ownKeys(Wn(e))},set(e,t,n){const r=td(Wn(e),t);if(r!=null&&r.set)return r.set.call(e.draft_,n),!0;if(!e.modified_){const o=wa(Wn(e),t),s=o==null?void 0:o[At];if(s&&s.base_===n)return e.copy_[t]=n,e.assigned_[t]=!1,!0;if(py(n,o)&&(n!==void 0||ya(e.base_,t)))return!0;Sa(e),Aa(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 wa(e.base_,t)!==void 0||t in e.base_?(e.assigned_[t]=!1,Sa(e),Aa(e)):delete e.assigned_[t],e.copy_&&delete e.copy_[t],!0},getOwnPropertyDescriptor(e,t){const n=Wn(e),r=Reflect.getOwnPropertyDescriptor(n,t);return r&&{writable:!0,configurable:e.type_!==1||t!=="length",enumerable:r.enumerable,value:n[t]}},defineProperty(){ht(11)},getPrototypeOf(e){return mr(e.base_)},setPrototypeOf(){ht(12)}},lo={};hs(Ea,(e,t)=>{lo[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}}),lo.deleteProperty=function(e,t){return process.env.NODE_ENV!=="production"&&isNaN(parseInt(t))&&ht(13),lo.set.call(this,e,t,void 0)},lo.set=function(e,t,n){return process.env.NODE_ENV!=="production"&&t!=="length"&&isNaN(parseInt(t))&&ht(14),Ea.set.call(this,e[0],t,n,e[0])};function wa(e,t){const n=e[At];return(n?Wn(n):e)[t]}function vy(e,t,n){var o;const r=td(t,n);return r?"value"in r?r.value:(o=r.get)==null?void 0:o.call(e.draft_):void 0}function td(e,t){if(!(t in e))return;let n=mr(e);for(;n;){const r=Object.getOwnPropertyDescriptor(n,t);if(r)return r;n=mr(n)}}function Aa(e){e.modified_||(e.modified_=!0,e.parent_&&Aa(e.parent_))}function Sa(e){e.copy_||(e.copy_=va(e.base_,e.scope_.immer_.useStrictShallowCopy_))}var Cy=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(l=s,...a){return i.produce(l,u=>n.call(this,u,...a))}}typeof n!="function"&&ht(6),r!==void 0&&typeof r!="function"&&ht(7);let o;if(on(t)){const s=Uu(this),i=_a(t,void 0);let c=!0;try{o=n(i),c=!1}finally{c?Ia(s):xa(s)}return qu(s,r),Ku(o,s)}else if(!t||typeof t!="object"){if(o=n(t),o===void 0&&(o=t),o===zu&&(o=void 0),this.autoFreeze_&&Ca(o,!0),r){const s=[],i=[];Zn("Patches").generateReplacementPatches_(t,o,s,i),r(s,i)}return o}else ht(1,t)},this.produceWithPatches=(t,n)=>{if(typeof t=="function")return(i,...c)=>this.produceWithPatches(i,l=>t(l,...c));let r,o;return[this.produce(t,n,(i,c)=>{r=i,o=c}),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){on(e)||ht(8),Hn(e)&&(e=Iy(e));const t=Uu(this),n=_a(e,void 0);return n[At].isManual_=!0,xa(t),n}finishDraft(e,t){const n=e&&e[At];(!n||!n.isManual_)&&ht(9);const{scope_:r}=n;return qu(r,t),Ku(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=Zn("Patches").applyPatches_;return Hn(e)?r(e,t):this.produce(e,o=>r(o,t))}};function _a(e,t){const n=ms(e)?Zn("MapSet").proxyMap_(e,t):bs(e)?Zn("MapSet").proxySet_(e,t):yy(e,t);return(t?t.scope_:$u()).drafts_.push(n),n}function Iy(e){return Hn(e)||ht(10,e),nd(e)}function nd(e){if(!on(e)||ys(e))return e;const t=e[At];let n;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,n=va(e,t.scope_.immer_.useStrictShallowCopy_)}else n=va(e,!0);return hs(n,(r,o)=>{Qu(n,r,nd(o))}),t&&(t.finalized_=!1),n}var St=new Cy,rd=St.produce;St.produceWithPatches.bind(St),St.setAutoFreeze.bind(St),St.setUseStrictShallowCopy.bind(St),St.applyPatches.bind(St),St.createDraft.bind(St),St.finishDraft.bind(St);var xy=(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
|
|
564
|
+
Selectors that return the entire state are almost certainly a mistake, as they will cause a rerender whenever *anything* in state changes.`,{stack:m})}g.current&&(g.current=!1)}return f}}[r.name],[r,u,i.stabilityCheck]),b=ju(l.addNestedSub,c.getState,a||c.getState,x,s);return At.useDebugValue(b),b};return Object.assign(n,{withTypes:()=>n}),n}var Vb=jb();function Gb(e){e()}function Hb(){let e=null,t=null;return{clear(){e=null,t=null},notify(){Gb(()=>{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 Vu={notify(){},get:()=>[]};function Wb(e,t){let n,r=Vu,o=0,s=!1;function i(d){u();const f=r.subscribe(d);let p=!1;return()=>{p||(p=!0,f(),h())}}function c(){r.notify()}function l(){b.onStateChange&&b.onStateChange()}function a(){return s}function u(){o++,n||(n=e.subscribe(l),r=Hb())}function h(){o--,n&&o===0&&(n(),n=void 0,r.clear(),r=Vu)}function g(){s||(s=!0,u())}function x(){s&&(s=!1,h())}const b={addNestedSub:i,notifyNestedSubs:c,handleChangeWrapper:l,isSubscribed:a,trySubscribe:g,tryUnsubscribe:x,getListeners:()=>r};return b}var Zb=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",Xb=typeof navigator<"u"&&navigator.product==="ReactNative",zb=Zb||Xb?At.useLayoutEffect:At.useEffect;function Yb({store:e,context:t,children:n,serverState:r,stabilityCheck:o="once",identityFunctionCheck:s="once"}){const i=At.useMemo(()=>{const a=Wb(e);return{store:e,subscription:a,getServerState:r?()=>r:void 0,stabilityCheck:o,identityFunctionCheck:s}},[e,r,o,s]),c=At.useMemo(()=>e.getState(),[e]);zb(()=>{const{subscription:a}=i;return a.onStateChange=a.notifyNestedSubs,a.trySubscribe(),c!==e.getState()&&a.notifyNestedSubs(),()=>{a.tryUnsubscribe(),a.onStateChange=void 0}},[i,c]);const l=t||vn;return At.createElement(l.Provider,{value:i},n)}var Jb=Yb;function Gu(e=vn){const t=e===vn?Bu:ba(e),n=()=>{const{store:r}=t();return r};return Object.assign(n,{withTypes:()=>n}),n}var Qb=Gu();function $b(e=vn){const t=e===vn?Qb:Gu(e),n=()=>t().dispatch;return Object.assign(n,{withTypes:()=>n}),n}var qb=$b();Mb(kb.useSyncExternalStoreWithSelector);const jt=qb.withTypes(),be=Vb.withTypes(),it={GET:"GET",POST:"POST",DELETE:"DELETE",PATCH:"PATCH",PUT:"PUT"},U={IDLE:"idle",LOADING:"loading",FAILED:"failed"},Ub="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",Hu="Show more",Kb="Show less",ey="Show preview",ty="Hide preview",ny="Select email";function Ue(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 ry=typeof Symbol=="function"&&Symbol.observable||"@@observable",Wu=ry,ya=()=>Math.random().toString(36).substring(7).split("").join("."),oy={INIT:`@@redux/INIT${ya()}`,REPLACE:`@@redux/REPLACE${ya()}`,PROBE_UNKNOWN_ACTION:()=>`@@redux/PROBE_UNKNOWN_ACTION${ya()}`},Gn=oy;function lo(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 sy(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(cy(e))return"date";if(ay(e))return"error";const n=iy(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 iy(e){return typeof e.constructor=="function"?e.constructor.name:null}function ay(e){return e instanceof Error||typeof e.message=="string"&&e.constructor&&typeof e.constructor.stackTraceLimit=="number"}function cy(e){return e instanceof Date?!0:typeof e.toDateString=="function"&&typeof e.getDate=="function"&&typeof e.setDate=="function"}function Cn(e){let t=typeof e;return process.env.NODE_ENV!=="production"&&(t=sy(e)),t}function Zu(e,t,n){if(typeof e!="function")throw new Error(process.env.NODE_ENV==="production"?Ue(2):`Expected the root reducer to be a function. Instead, received: '${Cn(e)}'`);if(typeof t=="function"&&typeof n=="function"||typeof n=="function"&&typeof arguments[3]=="function")throw new Error(process.env.NODE_ENV==="production"?Ue(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"?Ue(1):`Expected the enhancer to be a function. Instead, received: '${Cn(n)}'`);return n(Zu)(e,t)}let r=e,o=t,s=new Map,i=s,c=0,l=!1;function a(){i===s&&(i=new Map,s.forEach((f,p)=>{i.set(p,f)}))}function u(){if(l)throw new Error(process.env.NODE_ENV==="production"?Ue(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 h(f){if(typeof f!="function")throw new Error(process.env.NODE_ENV==="production"?Ue(4):`Expected the listener to be a function. Instead, received: '${Cn(f)}'`);if(l)throw new Error(process.env.NODE_ENV==="production"?Ue(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 p=!0;a();const y=c++;return i.set(y,f),function(){if(p){if(l)throw new Error(process.env.NODE_ENV==="production"?Ue(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.");p=!1,a(),i.delete(y),s=null}}}function g(f){if(!lo(f))throw new Error(process.env.NODE_ENV==="production"?Ue(7):`Actions must be plain objects. Instead, the actual type was: '${Cn(f)}'. 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 f.type>"u")throw new Error(process.env.NODE_ENV==="production"?Ue(8):'Actions may not have an undefined "type" property. You may have misspelled an action type string constant.');if(typeof f.type!="string")throw new Error(process.env.NODE_ENV==="production"?Ue(17):`Action "type" property must be a string. Instead, the actual type was: '${Cn(f.type)}'. Value was: '${f.type}' (stringified)`);if(l)throw new Error(process.env.NODE_ENV==="production"?Ue(9):"Reducers may not dispatch actions.");try{l=!0,o=r(o,f)}finally{l=!1}return(s=i).forEach(y=>{y()}),f}function x(f){if(typeof f!="function")throw new Error(process.env.NODE_ENV==="production"?Ue(10):`Expected the nextReducer to be a function. Instead, received: '${Cn(f)}`);r=f,g({type:Gn.REPLACE})}function b(){const f=h;return{subscribe(p){if(typeof p!="object"||p===null)throw new Error(process.env.NODE_ENV==="production"?Ue(11):`Expected the observer to be an object. Instead, received: '${Cn(p)}'`);function y(){const E=p;E.next&&E.next(u())}return y(),{unsubscribe:f(y)}},[Wu](){return this}}}return g({type:Gn.INIT}),{dispatch:g,subscribe:h,getState:u,replaceReducer:x,[Wu]:b}}function Xu(e){typeof console<"u"&&typeof console.error=="function"&&console.error(e);try{throw new Error(e)}catch{}}function ly(e,t,n,r){const o=Object.keys(t),s=n&&n.type===Gn.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(!lo(e))return`The ${s} has unexpected type of "${Cn(e)}". Expected argument to be an object with the following keys: "${o.join('", "')}"`;const i=Object.keys(e).filter(c=>!t.hasOwnProperty(c)&&!r[c]);if(i.forEach(c=>{r[c]=!0}),!(n&&n.type===Gn.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 uy(e){Object.keys(e).forEach(t=>{const n=e[t];if(typeof n(void 0,{type:Gn.INIT})>"u")throw new Error(process.env.NODE_ENV==="production"?Ue(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:Gn.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(process.env.NODE_ENV==="production"?Ue(13):`The slice reducer for key "${t}" returned undefined when probed with a random type. Don't try to handle '${Gn.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 zu(e){const t=Object.keys(e),n={};for(let i=0;i<t.length;i++){const c=t[i];process.env.NODE_ENV!=="production"&&typeof e[c]>"u"&&Xu(`No reducer provided for key "${c}"`),typeof e[c]=="function"&&(n[c]=e[c])}const r=Object.keys(n);let o;process.env.NODE_ENV!=="production"&&(o={});let s;try{uy(n)}catch(i){s=i}return function(c={},l){if(s)throw s;if(process.env.NODE_ENV!=="production"){const h=ly(c,n,l,o);h&&Xu(h)}let a=!1;const u={};for(let h=0;h<r.length;h++){const g=r[h],x=n[g],b=c[g],d=x(b,l);if(typeof d>"u"){const f=l&&l.type;throw new Error(process.env.NODE_ENV==="production"?Ue(14):`When called with an action of type ${f?`"${String(f)}"`:"(unknown type)"}, the slice reducer for key "${g}" 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[g]=d,a=a||d!==b}return a=a||r.length!==Object.keys(c).length,a?u:c}}function ps(...e){return e.length===0?t=>t:e.length===1?e[0]:e.reduce((t,n)=>(...r)=>t(n(...r)))}function dy(...e){return t=>(n,r)=>{const o=t(n,r);let s=()=>{throw new Error(process.env.NODE_ENV==="production"?Ue(15):"Dispatching while constructing your middleware is not allowed. Other middleware would not be applied to this dispatch.")};const i={getState:o.getState,dispatch:(l,...a)=>s(l,...a)},c=e.map(l=>l(i));return s=ps(...c)(o.dispatch),{...o,dispatch:s}}}function Yu(e){return lo(e)&&"type"in e&&typeof e.type=="string"}var Ju=Symbol.for("immer-nothing"),Qu=Symbol.for("immer-draftable"),St=Symbol.for("immer-state"),fy=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 pt(e,...t){if(process.env.NODE_ENV!=="production"){const n=fy[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 vr=Object.getPrototypeOf;function Hn(e){return!!e&&!!e[St]}function on(e){var t;return e?$u(e)||Array.isArray(e)||!!e[Qu]||!!((t=e.constructor)!=null&&t[Qu])||ms(e)||bs(e):!1}var py=Object.prototype.constructor.toString();function $u(e){if(!e||typeof e!="object")return!1;const t=vr(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)===py}function hs(e,t){gs(e)===0?Reflect.ownKeys(e).forEach(n=>{t(n,e[n],e)}):e.forEach((n,r)=>t(r,n,e))}function gs(e){const t=e[St];return t?t.type_:Array.isArray(e)?1:ms(e)?2:bs(e)?3:0}function va(e,t){return gs(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function qu(e,t,n){const r=gs(e);r===2?e.set(t,n):r===3?e.add(n):e[t]=n}function hy(e,t){return e===t?e!==0||1/e===1/t:e!==e&&t!==t}function ms(e){return e instanceof Map}function bs(e){return e instanceof Set}function Wn(e){return e.copy_||e.base_}function Ca(e,t){if(ms(e))return new Map(e);if(bs(e))return new Set(e);if(Array.isArray(e))return Array.prototype.slice.call(e);const n=$u(e);if(t===!0||t==="class_only"&&!n){const r=Object.getOwnPropertyDescriptors(e);delete r[St];let o=Reflect.ownKeys(r);for(let s=0;s<o.length;s++){const i=o[s],c=r[i];c.writable===!1&&(c.writable=!0,c.configurable=!0),(c.get||c.set)&&(r[i]={configurable:!0,writable:!0,enumerable:c.enumerable,value:e[i]})}return Object.create(vr(e),r)}else{const r=vr(e);if(r!==null&&n)return{...e};const o=Object.create(r);return Object.assign(o,e)}}function Ia(e,t=!1){return ys(e)||Hn(e)||!on(e)||(gs(e)>1&&(e.set=e.add=e.clear=e.delete=gy),Object.freeze(e),t&&Object.entries(e).forEach(([n,r])=>Ia(r,!0))),e}function gy(){pt(2)}function ys(e){return Object.isFrozen(e)}var my={};function Zn(e){const t=my[e];return t||pt(0,e),t}var uo;function Uu(){return uo}function by(e,t){return{drafts_:[],parent_:e,immer_:t,canAutoFreeze_:!0,unfinalizedDrafts_:0}}function Ku(e,t){t&&(Zn("Patches"),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function xa(e){Ea(e),e.drafts_.forEach(yy),e.drafts_=null}function Ea(e){e===uo&&(uo=e.parent_)}function ed(e){return uo=by(uo,e)}function yy(e){const t=e[St];t.type_===0||t.type_===1?t.revoke_():t.revoked_=!0}function td(e,t){t.unfinalizedDrafts_=t.drafts_.length;const n=t.drafts_[0];return e!==void 0&&e!==n?(n[St].modified_&&(xa(t),pt(4)),on(e)&&(e=vs(t,e),t.parent_||Cs(t,e)),t.patches_&&Zn("Patches").generateReplacementPatches_(n[St].base_,e,t.patches_,t.inversePatches_)):e=vs(t,n,[]),xa(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==Ju?e:void 0}function vs(e,t,n){if(ys(t))return t;const r=t[St];if(!r)return hs(t,(o,s)=>nd(e,r,t,o,s,n)),t;if(r.scope_!==e)return t;if(!r.modified_)return Cs(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),hs(s,(c,l)=>nd(e,r,o,c,l,n,i)),Cs(e,o,!1),n&&e.patches_&&Zn("Patches").generatePatches_(r,n,e.patches_,e.inversePatches_)}return r.copy_}function nd(e,t,n,r,o,s,i){if(process.env.NODE_ENV!=="production"&&o===n&&pt(5),Hn(o)){const c=s&&t&&t.type_!==3&&!va(t.assigned_,r)?s.concat(r):void 0,l=vs(e,o,c);if(qu(n,r,l),Hn(l))e.canAutoFreeze_=!1;else return}else i&&n.add(o);if(on(o)&&!ys(o)){if(!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1)return;vs(e,o),(!t||!t.scope_.parent_)&&typeof r!="symbol"&&Object.prototype.propertyIsEnumerable.call(n,r)&&Cs(e,o)}}function Cs(e,t,n=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&Ia(t,n)}function vy(e,t){const n=Array.isArray(e),r={type_:n?1:0,scope_:t?t.scope_:Uu(),modified_:!1,finalized_:!1,assigned_:{},parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1};let o=r,s=wa;n&&(o=[r],s=fo);const{revoke:i,proxy:c}=Proxy.revocable(o,s);return r.draft_=c,r.revoke_=i,c}var wa={get(e,t){if(t===St)return e;const n=Wn(e);if(!va(n,t))return Cy(e,n,t);const r=n[t];return e.finalized_||!on(r)?r:r===Aa(e.base_,t)?(_a(e),e.copy_[t]=Ta(r,e)):r},has(e,t){return t in Wn(e)},ownKeys(e){return Reflect.ownKeys(Wn(e))},set(e,t,n){const r=rd(Wn(e),t);if(r!=null&&r.set)return r.set.call(e.draft_,n),!0;if(!e.modified_){const o=Aa(Wn(e),t),s=o==null?void 0:o[St];if(s&&s.base_===n)return e.copy_[t]=n,e.assigned_[t]=!1,!0;if(hy(n,o)&&(n!==void 0||va(e.base_,t)))return!0;_a(e),Sa(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 Aa(e.base_,t)!==void 0||t in e.base_?(e.assigned_[t]=!1,_a(e),Sa(e)):delete e.assigned_[t],e.copy_&&delete e.copy_[t],!0},getOwnPropertyDescriptor(e,t){const n=Wn(e),r=Reflect.getOwnPropertyDescriptor(n,t);return r&&{writable:!0,configurable:e.type_!==1||t!=="length",enumerable:r.enumerable,value:n[t]}},defineProperty(){pt(11)},getPrototypeOf(e){return vr(e.base_)},setPrototypeOf(){pt(12)}},fo={};hs(wa,(e,t)=>{fo[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}}),fo.deleteProperty=function(e,t){return process.env.NODE_ENV!=="production"&&isNaN(parseInt(t))&&pt(13),fo.set.call(this,e,t,void 0)},fo.set=function(e,t,n){return process.env.NODE_ENV!=="production"&&t!=="length"&&isNaN(parseInt(t))&&pt(14),wa.set.call(this,e[0],t,n,e[0])};function Aa(e,t){const n=e[St];return(n?Wn(n):e)[t]}function Cy(e,t,n){var o;const r=rd(t,n);return r?"value"in r?r.value:(o=r.get)==null?void 0:o.call(e.draft_):void 0}function rd(e,t){if(!(t in e))return;let n=vr(e);for(;n;){const r=Object.getOwnPropertyDescriptor(n,t);if(r)return r;n=vr(n)}}function Sa(e){e.modified_||(e.modified_=!0,e.parent_&&Sa(e.parent_))}function _a(e){e.copy_||(e.copy_=Ca(e.base_,e.scope_.immer_.useStrictShallowCopy_))}var Iy=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(l=s,...a){return i.produce(l,u=>n.call(this,u,...a))}}typeof n!="function"&&pt(6),r!==void 0&&typeof r!="function"&&pt(7);let o;if(on(t)){const s=ed(this),i=Ta(t,void 0);let c=!0;try{o=n(i),c=!1}finally{c?xa(s):Ea(s)}return Ku(s,r),td(o,s)}else if(!t||typeof t!="object"){if(o=n(t),o===void 0&&(o=t),o===Ju&&(o=void 0),this.autoFreeze_&&Ia(o,!0),r){const s=[],i=[];Zn("Patches").generateReplacementPatches_(t,o,s,i),r(s,i)}return o}else pt(1,t)},this.produceWithPatches=(t,n)=>{if(typeof t=="function")return(i,...c)=>this.produceWithPatches(i,l=>t(l,...c));let r,o;return[this.produce(t,n,(i,c)=>{r=i,o=c}),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){on(e)||pt(8),Hn(e)&&(e=xy(e));const t=ed(this),n=Ta(e,void 0);return n[St].isManual_=!0,Ea(t),n}finishDraft(e,t){const n=e&&e[St];(!n||!n.isManual_)&&pt(9);const{scope_:r}=n;return Ku(r,t),td(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=Zn("Patches").applyPatches_;return Hn(e)?r(e,t):this.produce(e,o=>r(o,t))}};function Ta(e,t){const n=ms(e)?Zn("MapSet").proxyMap_(e,t):bs(e)?Zn("MapSet").proxySet_(e,t):vy(e,t);return(t?t.scope_:Uu()).drafts_.push(n),n}function xy(e){return Hn(e)||pt(10,e),od(e)}function od(e){if(!on(e)||ys(e))return e;const t=e[St];let n;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,n=Ca(e,t.scope_.immer_.useStrictShallowCopy_)}else n=Ca(e,!0);return hs(n,(r,o)=>{qu(n,r,od(o))}),t&&(t.finalized_=!1),n}var _t=new Iy,sd=_t.produce;_t.produceWithPatches.bind(_t),_t.setAutoFreeze.bind(_t),_t.setUseStrictShallowCopy.bind(_t),_t.applyPatches.bind(_t),_t.createDraft.bind(_t),_t.finishDraft.bind(_t);var Ey=(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
|
|
565
565
|
\`createSelector([state => state.todos], todos => todos)\`
|
|
566
566
|
This could lead to inefficient memoization and unnecessary re-renders.
|
|
567
|
-
Ensure transformation logic is in the result function, and extraction logic is in the input selectors.`,{stack:o})}}},
|
|
567
|
+
Ensure transformation logic is in the result function, and extraction logic is in the input selectors.`,{stack:o})}}},wy=(e,t,n)=>{const{memoize:r,memoizeOptions:o}=t,{inputSelectorResults:s,inputSelectorResultsCopy:i}=e,c=r(()=>({}),...o);if(!(c.apply(null,s)===c.apply(null,i))){let a;try{throw new Error}catch(u){({stack:a}=u)}console.warn(`An input selector returned a different result when passed same arguments.
|
|
568
568
|
This means your output selector will likely run more frequently than intended.
|
|
569
569
|
Avoid returning a new reference inside your input selector, e.g.
|
|
570
|
-
\`createSelector([state => state.todos.map(todo => todo.id)], todoIds => todoIds.length)\``,{arguments:n,firstInputs:s,secondInputs:i,stack:a})}},
|
|
571
|
-
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
|
|
570
|
+
\`createSelector([state => state.todos.map(todo => todo.id)], todoIds => todoIds.length)\``,{arguments:n,firstInputs:s,secondInputs:i,stack:a})}},Ay={inputStabilityCheck:"once",identityFunctionCheck:"once"};function Sy(e,t=`expected a function, instead received ${typeof e}`){if(typeof e!="function")throw new TypeError(t)}function _y(e,t=`expected an object, instead received ${typeof e}`){if(typeof e!="object")throw new TypeError(t)}function Ty(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 id=e=>Array.isArray(e)?e:[e];function Oy(e){const t=Array.isArray(e[0])?e[0]:e;return Ty(t,"createSelector expects all input-selectors to be functions, but received the following types: "),t}function ad(e,t){const n=[],{length:r}=e;for(let o=0;o<r;o++)n.push(e[o].apply(null,t));return n}var Ly=(e,t)=>{const{identityFunctionCheck:n,inputStabilityCheck:r}={...Ay,...t};return{identityFunctionCheck:{shouldRun:n==="always"||n==="once"&&e,run:Ey},inputStabilityCheck:{shouldRun:r==="always"||r==="once"&&e,run:wy}}},Fy=class{constructor(e){this.value=e}deref(){return this.value}},Dy=typeof WeakRef<"u"?WeakRef:Fy,Ry=0,cd=1;function Is(){return{s:Ry,v:void 0,o:null,p:null}}function ld(e,t={}){let n=Is();const{resultEqualityCheck:r}=t;let o,s=0;function i(){var h;let c=n;const{length:l}=arguments;for(let g=0,x=l;g<x;g++){const b=arguments[g];if(typeof b=="function"||typeof b=="object"&&b!==null){let d=c.o;d===null&&(c.o=d=new WeakMap);const f=d.get(b);f===void 0?(c=Is(),d.set(b,c)):c=f}else{let d=c.p;d===null&&(c.p=d=new Map);const f=d.get(b);f===void 0?(c=Is(),d.set(b,c)):c=f}}const a=c;let u;if(c.s===cd)u=c.v;else if(u=e.apply(null,arguments),s++,r){const g=((h=o==null?void 0:o.deref)==null?void 0:h.call(o))??o;g!=null&&r(g,u)&&(u=g,s!==0&&s--),o=typeof u=="object"&&u!==null||typeof u=="function"?new Dy(u):u}return a.s=cd,a.v=u,u}return i.clearCache=()=>{n=Is(),i.resetResultsCount()},i.resultsCount=()=>s,i.resetResultsCount=()=>{s=0},i}function ky(e,...t){const n=typeof e=="function"?{memoize:e,memoizeOptions:t}:e,r=(...o)=>{let s=0,i=0,c,l={},a=o.pop();typeof a=="object"&&(l=a,a=o.pop()),Sy(a,`createSelector expects an output function after the inputs, but received: [${typeof a}]`);const u={...n,...l},{memoize:h,memoizeOptions:g=[],argsMemoize:x=ld,argsMemoizeOptions:b=[],devModeChecks:d={}}=u,f=id(g),p=id(b),y=Oy(o),m=h(function(){return s++,a.apply(null,arguments)},...f);let E=!0;const I=x(function(){i++;const A=ad(y,arguments);if(c=m.apply(null,A),process.env.NODE_ENV!=="production"){const{identityFunctionCheck:S,inputStabilityCheck:T}=Ly(E,d);if(S.shouldRun&&S.run(a,A,c),T.shouldRun){const R=ad(y,arguments);T.run({inputSelectorResults:A,inputSelectorResultsCopy:R},{memoize:h,memoizeOptions:f},arguments)}E&&(E=!1)}return c},...p);return Object.assign(I,{resultFunc:a,memoizedResultFunc:m,dependencies:y,dependencyRecomputations:()=>i,resetDependencyRecomputations:()=>{i=0},lastResult:()=>c,recomputations:()=>s,resetRecomputations:()=>{s=0},memoize:h,argsMemoize:x})};return Object.assign(r,{withTypes:()=>r}),r}var Ny=ky(ld),Py=Object.assign((e,t=Ny)=>{_y(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,c,l)=>(i[n[l]]=c,i),{}))},{withTypes:()=>Py});function ud(e){return({dispatch:n,getState:r})=>o=>s=>typeof s=="function"?s(n,r,e):o(s)}var My=ud(),By=ud,jy=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?ps:ps.apply(null,arguments)},dd=e=>e&&typeof e.match=="function";function po(e,t){function n(...r){if(t){let o=t(...r);if(!o)throw new Error(process.env.NODE_ENV==="production"?Le(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=>Yu(r)&&r.type===e,n}function Vy(e){return typeof e=="function"&&"type"in e&&dd(e)}function Gy(e){const t=e?`${e}`.split("/"):[],n=t[t.length-1]||"actionCreator";return`Detected an action creator with type "${e||"unknown"}" being dispatched.
|
|
571
|
+
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 Hy(e={}){if(process.env.NODE_ENV==="production")return()=>n=>r=>n(r);const{isActionCreator:t=Vy}=e;return()=>n=>r=>(t(r)&&console.warn(Gy(r.type)),n(r))}function fd(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.
|
|
572
572
|
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.
|
|
573
|
-
It is disabled in production builds, so you don't need to worry about that.`)}}}var
|
|
573
|
+
It is disabled in production builds, so you don't need to worry about that.`)}}}var pd=class Mo extends Array{constructor(...t){super(...t),Object.setPrototypeOf(this,Mo.prototype)}static get[Symbol.species](){return Mo}concat(...t){return super.concat.apply(this,t)}prepend(...t){return t.length===1&&Array.isArray(t[0])?new Mo(...t[0].concat(this)):new Mo(...t.concat(this))}};function hd(e){return on(e)?sd(e,()=>{}):e}function gd(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"?Le(10):"No insert provided for key not already in map");const r=n.insert(t,e);return e.set(t,r),r}function Wy(e){return typeof e!="object"||e==null||Object.isFrozen(e)}function Zy(e,t,n){const r=md(e,t,n);return{detectMutations(){return bd(e,t,r,n)}}}function md(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 c=r?r+"."+i:i;t.length&&t.indexOf(c)!==-1||(s.children[i]=md(e,t,n[i],c))}}return s}function bd(e,t=[],n,r,o=!1,s=""){const i=n?n.value:void 0,c=i===r;if(o&&!c&&!Number.isNaN(r))return{wasMutated:!0,path:s};if(e(i)||e(r))return{wasMutated:!1};const l={};for(let u in n.children)l[u]=!0;for(let u in r)l[u]=!0;const a=t.length>0;for(let u in l){const h=s?s+"."+u:u;if(a&&t.some(b=>b instanceof RegExp?b.test(h):h===b))continue;const g=bd(e,t,n.children[u],r[u],c,h);if(g.wasMutated)return g}return{wasMutated:!1}}function Xy(e={}){if(process.env.NODE_ENV==="production")return()=>t=>n=>t(n);{let t=function(c,l,a,u){return JSON.stringify(c,n(l,u),a)},n=function(c,l){let a=[],u=[];return l||(l=function(h,g){return a[0]===g?"[Circular ~]":"[Circular ~."+u.slice(0,a.indexOf(g)).join(".")+"]"}),function(h,g){if(a.length>0){var x=a.indexOf(this);~x?a.splice(x+1):a.push(this),~x?u.splice(x,1/0,h):u.push(h),~a.indexOf(g)&&(g=l.call(this,h,g))}else a.push(g);return c==null?g:c.call(this,h,g)}},{isImmutable:r=Wy,ignoredPaths:o,warnAfter:s=32}=e;const i=Zy.bind(null,r,o);return({getState:c})=>{let l=c(),a=i(l),u;return h=>g=>{const x=fd(s,"ImmutableStateInvariantMiddleware");x.measureTime(()=>{if(l=c(),u=a.detectMutations(),a=i(l),u.wasMutated)throw new Error(process.env.NODE_ENV==="production"?Le(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 b=h(g);return x.measureTime(()=>{if(l=c(),u=a.detectMutations(),a=i(l),u.wasMutated)throw new Error(process.env.NODE_ENV==="production"?Le(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(g)}. (https://redux.js.org/style-guide/style-guide#do-not-mutate-state)`)}),x.warnIfExceeded(),b}}}}function yd(e){const t=typeof e;return e==null||t==="string"||t==="boolean"||t==="number"||Array.isArray(e)||lo(e)}function Oa(e,t="",n=yd,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 c=r!=null?r(e):Object.entries(e),l=o.length>0;for(const[a,u]of c){const h=t?t+"."+a:a;if(!(l&&o.some(x=>x instanceof RegExp?x.test(h):h===x))){if(!n(u))return{keyPath:h,value:u};if(typeof u=="object"&&(i=Oa(u,h,n,r,o,s),i))return i}}return s&&vd(e)&&s.add(e),!1}function vd(e){if(!Object.isFrozen(e))return!1;for(const t of Object.values(e))if(!(typeof t!="object"||t===null)&&!vd(t))return!1;return!0}function zy(e={}){if(process.env.NODE_ENV==="production")return()=>t=>n=>t(n);{const{isSerializable:t=yd,getEntries:n,ignoredActions:r=[],ignoredActionPaths:o=["meta.arg","meta.baseQueryMeta"],ignoredPaths:s=[],warnAfter:i=32,ignoreState:c=!1,ignoreActions:l=!1,disableCache:a=!1}=e,u=!a&&WeakSet?new WeakSet:void 0;return h=>g=>x=>{if(!Yu(x))return g(x);const b=g(x),d=fd(i,"SerializableStateInvariantMiddleware");return!l&&!(r.length&&r.indexOf(x.type)!==-1)&&d.measureTime(()=>{const f=Oa(x,"",t,n,o,u);if(f){const{keyPath:p,value:y}=f;console.error(`A non-serializable value was detected in an action, in the path: \`${p}\`. Value:`,y,`
|
|
574
574
|
Take a look at the logic that dispatched this action: `,x,`
|
|
575
575
|
(See https://redux.js.org/faq/actions#why-should-type-be-a-string-or-at-least-serializable-why-should-my-action-types-be-constants)`,`
|
|
576
|
-
(To allow non-serializable values see: https://redux-toolkit.js.org/usage/usage-guide#working-with-non-serializable-data)`)}}),c||(d.measureTime(()=>{const f=h.getState(),p=
|
|
576
|
+
(To allow non-serializable values see: https://redux-toolkit.js.org/usage/usage-guide#working-with-non-serializable-data)`)}}),c||(d.measureTime(()=>{const f=h.getState(),p=Oa(f,"",t,n,s,u);if(p){const{keyPath:y,value:m}=p;console.error(`A non-serializable value was detected in the state, in the path: \`${y}\`. Value:`,m,`
|
|
577
577
|
Take a look at the reducer(s) handling this action type: ${x.type}.
|
|
578
|
-
(See https://redux.js.org/faq/organizing-state#can-i-put-functions-promises-or-other-non-serializable-items-in-my-store-state)`)}}),d.warnIfExceeded()),b}}}function xs(e){return typeof e=="boolean"}var zy=()=>function(t){const{thunk:n=!0,immutableCheck:r=!0,serializableCheck:o=!0,actionCreatorCheck:s=!0}=t??{};let i=new dd;if(n&&(xs(n)?i.push(Py):i.push(My(n.extraArgument))),process.env.NODE_ENV!=="production"){if(r){let c={};xs(r)||(c=r),i.unshift(Zy(c))}if(o){let c={};xs(o)||(c=o),i.push(Xy(c))}if(s){let c={};xs(s)||(c=s),i.unshift(Gy(c))}}return i},Yy="RTK_autoBatch",yd=e=>t=>{setTimeout(t,e)},Jy=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:yd(10),Qy=(e={type:"raf"})=>t=>(...n)=>{const r=t(...n);let o=!0,s=!1,i=!1;const c=new Set,l=e.type==="tick"?queueMicrotask:e.type==="raf"?Jy:e.type==="callback"?e.queueNotification:yd(e.timeout),a=()=>{i=!1,s&&(s=!1,c.forEach(u=>u()))};return Object.assign({},r,{subscribe(u){const h=()=>o&&u(),g=r.subscribe(h);return c.add(u),()=>{g(),c.delete(u)}},dispatch(u){var h;try{return o=!((h=u==null?void 0:u.meta)!=null&&h[Yy]),s=!o,s&&(i||(i=!0,l(a))),r.dispatch(u)}finally{o=!0}}})},$y=e=>function(n){const{autoBatch:r=!0}=n??{};let o=new dd(e);return r&&o.push(Qy(typeof r=="object"?r:void 0)),o};function qy(e){const t=zy(),{reducer:n=void 0,middleware:r,devTools:o=!0,preloadedState:s=void 0,enhancers:i=void 0}=e||{};let c;if(typeof n=="function")c=n;else if(ao(n))c=Zu(n);else throw new Error(process.env.NODE_ENV==="production"?Le(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"?Le(2):"`middleware` field must be a callback");let l;if(typeof r=="function"){if(l=r(t),process.env.NODE_ENV!=="production"&&!Array.isArray(l))throw new Error(process.env.NODE_ENV==="production"?Le(3):"when using a middleware builder function, an array of middleware must be returned")}else l=t();if(process.env.NODE_ENV!=="production"&&l.some(b=>typeof b!="function"))throw new Error(process.env.NODE_ENV==="production"?Le(4):"each middleware provided to configureStore must be a function");let a=ps;o&&(a=By({trace:process.env.NODE_ENV!=="production",...typeof o=="object"&&o}));const u=uy(...l),h=$y(u);if(process.env.NODE_ENV!=="production"&&i&&typeof i!="function")throw new Error(process.env.NODE_ENV==="production"?Le(5):"`enhancers` field must be a callback");let g=typeof i=="function"?i(h):h();if(process.env.NODE_ENV!=="production"&&!Array.isArray(g))throw new Error(process.env.NODE_ENV==="production"?Le(6):"`enhancers` callback must return an array");if(process.env.NODE_ENV!=="production"&&g.some(b=>typeof b!="function"))throw new Error(process.env.NODE_ENV==="production"?Le(7):"each enhancer provided to configureStore must be a function");process.env.NODE_ENV!=="production"&&l.length&&!g.includes(u)&&console.error("middlewares were provided, but middleware enhancer was not included in final enhancers - make sure to call `getDefaultEnhancers`");const x=a(...g);return Hu(c,s,x)}function vd(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"?Le(26):"`builder.addCase` should only be called before calling `builder.addMatcher`");if(r)throw new Error(process.env.NODE_ENV==="production"?Le(27):"`builder.addCase` should only be called before calling `builder.addDefaultCase`")}const c=typeof s=="string"?s:s.type;if(!c)throw new Error(process.env.NODE_ENV==="production"?Le(28):"`builder.addCase` cannot be called with an empty action type");if(c in t)throw new Error(process.env.NODE_ENV==="production"?Le(29):`\`builder.addCase\` cannot be called with two reducers for the same action type '${c}'`);return t[c]=i,o},addMatcher(s,i){if(process.env.NODE_ENV!=="production"&&r)throw new Error(process.env.NODE_ENV==="production"?Le(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"?Le(31):"`builder.addDefaultCase` can only be called once");return r=s,o}};return e(o),[t,n,r]}function Uy(e){return typeof e=="function"}function Ky(e,t){if(process.env.NODE_ENV!=="production"&&typeof t=="object")throw new Error(process.env.NODE_ENV==="production"?Le(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]=vd(t),s;if(Uy(e))s=()=>fd(e());else{const c=fd(e);s=()=>c}function i(c=s(),l){let a=[n[l.type],...r.filter(({matcher:u})=>u(l)).map(({reducer:u})=>u)];return a.filter(u=>!!u).length===0&&(a=[o]),a.reduce((u,h)=>{if(h)if(Hn(u)){const x=h(u,l);return x===void 0?u:x}else{if(on(u))return rd(u,g=>h(g,l));{const g=h(u,l);if(g===void 0){if(u===null)return u;throw new Error(process.env.NODE_ENV==="production"?Le(9):"A case reducer on a non-draftable value must not return undefined")}return g}}return u},c)}return i.getInitialState=s,i}var ev=(e,t)=>ld(e)?e.match(t):e(t);function tv(...e){return t=>e.some(n=>ev(n,t))}var nv="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",rv=(e=21)=>{let t="",n=e;for(;n--;)t+=nv[Math.random()*64|0];return t},ov=["name","message","stack","code"],Oa=class{constructor(e,t){Oc(this,"_type");this.payload=e,this.meta=t}},Cd=class{constructor(e,t){Oc(this,"_type");this.payload=e,this.meta=t}},sv=e=>{if(typeof e=="object"&&e!==null){const t={};for(const n of ov)typeof e[n]=="string"&&(t[n]=e[n]);return t}return{message:String(e)}},Bt=(()=>{function e(t,n,r){const o=uo(t+"/fulfilled",(l,a,u,h)=>({payload:l,meta:{...h||{},arg:u,requestId:a,requestStatus:"fulfilled"}})),s=uo(t+"/pending",(l,a,u)=>({payload:void 0,meta:{...u||{},arg:a,requestId:l,requestStatus:"pending"}})),i=uo(t+"/rejected",(l,a,u,h,g)=>({payload:h,error:(r&&r.serializeError||sv)(l||"Rejected"),meta:{...g||{},arg:u,requestId:a,rejectedWithValue:!!h,requestStatus:"rejected",aborted:(l==null?void 0:l.name)==="AbortError",condition:(l==null?void 0:l.name)==="ConditionError"}}));function c(l){return(a,u,h)=>{const g=r!=null&&r.idGenerator?r.idGenerator(l):rv(),x=new AbortController;let b,d;function f(y){d=y,x.abort()}const p=async function(){var E,I;let y;try{let w=(E=r==null?void 0:r.condition)==null?void 0:E.call(r,l,{getState:u,extra:h});if(av(w)&&(w=await w),w===!1||x.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};const A=new Promise((S,T)=>{b=()=>{T({name:"AbortError",message:d||"Aborted"})},x.signal.addEventListener("abort",b)});a(s(g,l,(I=r==null?void 0:r.getPendingMeta)==null?void 0:I.call(r,{requestId:g,arg:l},{getState:u,extra:h}))),y=await Promise.race([A,Promise.resolve(n(l,{dispatch:a,getState:u,extra:h,requestId:g,signal:x.signal,abort:f,rejectWithValue:(S,T)=>new Oa(S,T),fulfillWithValue:(S,T)=>new Cd(S,T)})).then(S=>{if(S instanceof Oa)throw S;return S instanceof Cd?o(S.payload,g,l,S.meta):o(S,g,l)})])}catch(w){y=w instanceof Oa?i(null,g,l,w.payload,w.meta):i(w,g,l)}finally{b&&x.signal.removeEventListener("abort",b)}return r&&!r.dispatchConditionRejection&&i.match(y)&&y.meta.condition||a(y),y}();return Object.assign(p,{abort:f,requestId:g,arg:l,unwrap(){return p.then(iv)}})}}return Object.assign(c,{pending:s,rejected:i,fulfilled:o,settled:tv(i,o),typePrefix:t})}return e.withTypes=()=>e,e})();function iv(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function av(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var cv=Symbol.for("rtk-slice-createasyncthunk");function lv(e,t){return`${e}/${t}`}function uv({creators:e}={}){var n;const t=(n=e==null?void 0:e.asyncThunk)==null?void 0:n[cv];return function(o){const{name:s,reducerPath:i=s}=o;if(!s)throw new Error(process.env.NODE_ENV==="production"?Le(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 c=(typeof o.reducers=="function"?o.reducers(fv()):o.reducers)||{},l=Object.keys(c),a={sliceCaseReducersByName:{},sliceCaseReducersByType:{},actionCreators:{},sliceMatchers:[]},u={addCase(m,E){const I=typeof m=="string"?m:m.type;if(!I)throw new Error(process.env.NODE_ENV==="production"?Le(12):"`context.addCase` cannot be called with an empty action type");if(I in a.sliceCaseReducersByType)throw new Error(process.env.NODE_ENV==="production"?Le(13):"`context.addCase` cannot be called with two reducers for the same action type: "+I);return a.sliceCaseReducersByType[I]=E,u},addMatcher(m,E){return a.sliceMatchers.push({matcher:m,reducer:E}),u},exposeAction(m,E){return a.actionCreators[m]=E,u},exposeCaseReducer(m,E){return a.sliceCaseReducersByName[m]=E,u}};l.forEach(m=>{const E=c[m],I={reducerName:m,type:lv(s,m),createNotation:typeof o.reducers=="function"};hv(E)?mv(I,E,u,t):pv(I,E,u)});function h(){if(process.env.NODE_ENV!=="production"&&typeof o.extraReducers=="object")throw new Error(process.env.NODE_ENV==="production"?Le(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[m={},E=[],I=void 0]=typeof o.extraReducers=="function"?vd(o.extraReducers):[o.extraReducers],w={...m,...a.sliceCaseReducersByType};return Ky(o.initialState,A=>{for(let S in w)A.addCase(S,w[S]);for(let S of a.sliceMatchers)A.addMatcher(S.matcher,S.reducer);for(let S of E)A.addMatcher(S.matcher,S.reducer);I&&A.addDefaultCase(I)})}const g=m=>m,x=new Map;let b;function d(m,E){return b||(b=h()),b(m,E)}function f(){return b||(b=h()),b.getInitialState()}function p(m,E=!1){function I(A){let S=A[m];if(typeof S>"u"){if(E)S=f();else if(process.env.NODE_ENV!=="production")throw new Error(process.env.NODE_ENV==="production"?Le(15):"selectSlice returned undefined for an uninjected slice reducer")}return S}function w(A=g){const S=pd(x,E,{insert:()=>new WeakMap});return pd(S,A,{insert:()=>{const T={};for(const[R,F]of Object.entries(o.selectors??{}))T[R]=dv(F,A,f,E);return T}})}return{reducerPath:m,getSelectors:w,get selectors(){return w(I)},selectSlice:I}}const y={name:s,reducer:d,actions:a.actionCreators,caseReducers:a.sliceCaseReducersByName,getInitialState:f,...p(i),injectInto(m,{reducerPath:E,...I}={}){const w=E??i;return m.inject({reducerPath:w,reducer:d},I),{...y,...p(w,!0)}}};return y}}function dv(e,t,n,r){function o(s,...i){let c=t(s);if(typeof c>"u"){if(r)c=n();else if(process.env.NODE_ENV!=="production")throw new Error(process.env.NODE_ENV==="production"?Le(16):"selectState returned undefined for an uninjected slice reducer")}return e(c,...i)}return o.unwrapped=e,o}var La=uv();function fv(){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 pv({type:e,reducerName:t,createNotation:n},r,o){let s,i;if("reducer"in r){if(n&&!gv(r))throw new Error(process.env.NODE_ENV==="production"?Le(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?uo(e,i):uo(e))}function hv(e){return e._reducerDefinitionType==="asyncThunk"}function gv(e){return e._reducerDefinitionType==="reducerWithPrepare"}function mv({type:e,reducerName:t},n,r,o){if(!o)throw new Error(process.env.NODE_ENV==="production"?Le(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:c,rejected:l,settled:a,options:u}=n,h=o(e,s,u);r.exposeAction(t,h),i&&r.addCase(h.fulfilled,i),c&&r.addCase(h.pending,c),l&&r.addCase(h.rejected,l),a&&r.addMatcher(h.settled,a),r.exposeCaseReducer(t,{fulfilled:i||Es,pending:c||Es,rejected:l||Es,settled:a||Es})}function Es(){}function Le(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 In="success",gt="error",Id="Some error occured. Please contact support@hiverhq.com",xd="Card refreshed successfully",bv="Card linked successfully",yv="Error in linking the card",vv="Card unlinked successfully",Cv="Failed to unlink the card",ws="Something went wrong",Iv="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",xv=v.styled(v.Box)`
|
|
578
|
+
(See https://redux.js.org/faq/organizing-state#can-i-put-functions-promises-or-other-non-serializable-items-in-my-store-state)`)}}),d.warnIfExceeded()),b}}}function xs(e){return typeof e=="boolean"}var Yy=()=>function(t){const{thunk:n=!0,immutableCheck:r=!0,serializableCheck:o=!0,actionCreatorCheck:s=!0}=t??{};let i=new pd;if(n&&(xs(n)?i.push(My):i.push(By(n.extraArgument))),process.env.NODE_ENV!=="production"){if(r){let c={};xs(r)||(c=r),i.unshift(Xy(c))}if(o){let c={};xs(o)||(c=o),i.push(zy(c))}if(s){let c={};xs(s)||(c=s),i.unshift(Hy(c))}}return i},Jy="RTK_autoBatch",Cd=e=>t=>{setTimeout(t,e)},Qy=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:Cd(10),$y=(e={type:"raf"})=>t=>(...n)=>{const r=t(...n);let o=!0,s=!1,i=!1;const c=new Set,l=e.type==="tick"?queueMicrotask:e.type==="raf"?Qy:e.type==="callback"?e.queueNotification:Cd(e.timeout),a=()=>{i=!1,s&&(s=!1,c.forEach(u=>u()))};return Object.assign({},r,{subscribe(u){const h=()=>o&&u(),g=r.subscribe(h);return c.add(u),()=>{g(),c.delete(u)}},dispatch(u){var h;try{return o=!((h=u==null?void 0:u.meta)!=null&&h[Jy]),s=!o,s&&(i||(i=!0,l(a))),r.dispatch(u)}finally{o=!0}}})},qy=e=>function(n){const{autoBatch:r=!0}=n??{};let o=new pd(e);return r&&o.push($y(typeof r=="object"?r:void 0)),o};function Uy(e){const t=Yy(),{reducer:n=void 0,middleware:r,devTools:o=!0,preloadedState:s=void 0,enhancers:i=void 0}=e||{};let c;if(typeof n=="function")c=n;else if(lo(n))c=zu(n);else throw new Error(process.env.NODE_ENV==="production"?Le(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"?Le(2):"`middleware` field must be a callback");let l;if(typeof r=="function"){if(l=r(t),process.env.NODE_ENV!=="production"&&!Array.isArray(l))throw new Error(process.env.NODE_ENV==="production"?Le(3):"when using a middleware builder function, an array of middleware must be returned")}else l=t();if(process.env.NODE_ENV!=="production"&&l.some(b=>typeof b!="function"))throw new Error(process.env.NODE_ENV==="production"?Le(4):"each middleware provided to configureStore must be a function");let a=ps;o&&(a=jy({trace:process.env.NODE_ENV!=="production",...typeof o=="object"&&o}));const u=dy(...l),h=qy(u);if(process.env.NODE_ENV!=="production"&&i&&typeof i!="function")throw new Error(process.env.NODE_ENV==="production"?Le(5):"`enhancers` field must be a callback");let g=typeof i=="function"?i(h):h();if(process.env.NODE_ENV!=="production"&&!Array.isArray(g))throw new Error(process.env.NODE_ENV==="production"?Le(6):"`enhancers` callback must return an array");if(process.env.NODE_ENV!=="production"&&g.some(b=>typeof b!="function"))throw new Error(process.env.NODE_ENV==="production"?Le(7):"each enhancer provided to configureStore must be a function");process.env.NODE_ENV!=="production"&&l.length&&!g.includes(u)&&console.error("middlewares were provided, but middleware enhancer was not included in final enhancers - make sure to call `getDefaultEnhancers`");const x=a(...g);return Zu(c,s,x)}function Id(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"?Le(26):"`builder.addCase` should only be called before calling `builder.addMatcher`");if(r)throw new Error(process.env.NODE_ENV==="production"?Le(27):"`builder.addCase` should only be called before calling `builder.addDefaultCase`")}const c=typeof s=="string"?s:s.type;if(!c)throw new Error(process.env.NODE_ENV==="production"?Le(28):"`builder.addCase` cannot be called with an empty action type");if(c in t)throw new Error(process.env.NODE_ENV==="production"?Le(29):`\`builder.addCase\` cannot be called with two reducers for the same action type '${c}'`);return t[c]=i,o},addMatcher(s,i){if(process.env.NODE_ENV!=="production"&&r)throw new Error(process.env.NODE_ENV==="production"?Le(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"?Le(31):"`builder.addDefaultCase` can only be called once");return r=s,o}};return e(o),[t,n,r]}function Ky(e){return typeof e=="function"}function ev(e,t){if(process.env.NODE_ENV!=="production"&&typeof t=="object")throw new Error(process.env.NODE_ENV==="production"?Le(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]=Id(t),s;if(Ky(e))s=()=>hd(e());else{const c=hd(e);s=()=>c}function i(c=s(),l){let a=[n[l.type],...r.filter(({matcher:u})=>u(l)).map(({reducer:u})=>u)];return a.filter(u=>!!u).length===0&&(a=[o]),a.reduce((u,h)=>{if(h)if(Hn(u)){const x=h(u,l);return x===void 0?u:x}else{if(on(u))return sd(u,g=>h(g,l));{const g=h(u,l);if(g===void 0){if(u===null)return u;throw new Error(process.env.NODE_ENV==="production"?Le(9):"A case reducer on a non-draftable value must not return undefined")}return g}}return u},c)}return i.getInitialState=s,i}var tv=(e,t)=>dd(e)?e.match(t):e(t);function nv(...e){return t=>e.some(n=>tv(n,t))}var rv="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",ov=(e=21)=>{let t="",n=e;for(;n--;)t+=rv[Math.random()*64|0];return t},sv=["name","message","stack","code"],La=class{constructor(e,t){Fc(this,"_type");this.payload=e,this.meta=t}},xd=class{constructor(e,t){Fc(this,"_type");this.payload=e,this.meta=t}},iv=e=>{if(typeof e=="object"&&e!==null){const t={};for(const n of sv)typeof e[n]=="string"&&(t[n]=e[n]);return t}return{message:String(e)}},Vt=(()=>{function e(t,n,r){const o=po(t+"/fulfilled",(l,a,u,h)=>({payload:l,meta:{...h||{},arg:u,requestId:a,requestStatus:"fulfilled"}})),s=po(t+"/pending",(l,a,u)=>({payload:void 0,meta:{...u||{},arg:a,requestId:l,requestStatus:"pending"}})),i=po(t+"/rejected",(l,a,u,h,g)=>({payload:h,error:(r&&r.serializeError||iv)(l||"Rejected"),meta:{...g||{},arg:u,requestId:a,rejectedWithValue:!!h,requestStatus:"rejected",aborted:(l==null?void 0:l.name)==="AbortError",condition:(l==null?void 0:l.name)==="ConditionError"}}));function c(l){return(a,u,h)=>{const g=r!=null&&r.idGenerator?r.idGenerator(l):ov(),x=new AbortController;let b,d;function f(y){d=y,x.abort()}const p=async function(){var E,I;let y;try{let w=(E=r==null?void 0:r.condition)==null?void 0:E.call(r,l,{getState:u,extra:h});if(cv(w)&&(w=await w),w===!1||x.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};const A=new Promise((S,T)=>{b=()=>{T({name:"AbortError",message:d||"Aborted"})},x.signal.addEventListener("abort",b)});a(s(g,l,(I=r==null?void 0:r.getPendingMeta)==null?void 0:I.call(r,{requestId:g,arg:l},{getState:u,extra:h}))),y=await Promise.race([A,Promise.resolve(n(l,{dispatch:a,getState:u,extra:h,requestId:g,signal:x.signal,abort:f,rejectWithValue:(S,T)=>new La(S,T),fulfillWithValue:(S,T)=>new xd(S,T)})).then(S=>{if(S instanceof La)throw S;return S instanceof xd?o(S.payload,g,l,S.meta):o(S,g,l)})])}catch(w){y=w instanceof La?i(null,g,l,w.payload,w.meta):i(w,g,l)}finally{b&&x.signal.removeEventListener("abort",b)}return r&&!r.dispatchConditionRejection&&i.match(y)&&y.meta.condition||a(y),y}();return Object.assign(p,{abort:f,requestId:g,arg:l,unwrap(){return p.then(av)}})}}return Object.assign(c,{pending:s,rejected:i,fulfilled:o,settled:nv(i,o),typePrefix:t})}return e.withTypes=()=>e,e})();function av(e){if(e.meta&&e.meta.rejectedWithValue)throw e.payload;if(e.error)throw e.error;return e.payload}function cv(e){return e!==null&&typeof e=="object"&&typeof e.then=="function"}var lv=Symbol.for("rtk-slice-createasyncthunk");function uv(e,t){return`${e}/${t}`}function dv({creators:e}={}){var n;const t=(n=e==null?void 0:e.asyncThunk)==null?void 0:n[lv];return function(o){const{name:s,reducerPath:i=s}=o;if(!s)throw new Error(process.env.NODE_ENV==="production"?Le(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 c=(typeof o.reducers=="function"?o.reducers(pv()):o.reducers)||{},l=Object.keys(c),a={sliceCaseReducersByName:{},sliceCaseReducersByType:{},actionCreators:{},sliceMatchers:[]},u={addCase(m,E){const I=typeof m=="string"?m:m.type;if(!I)throw new Error(process.env.NODE_ENV==="production"?Le(12):"`context.addCase` cannot be called with an empty action type");if(I in a.sliceCaseReducersByType)throw new Error(process.env.NODE_ENV==="production"?Le(13):"`context.addCase` cannot be called with two reducers for the same action type: "+I);return a.sliceCaseReducersByType[I]=E,u},addMatcher(m,E){return a.sliceMatchers.push({matcher:m,reducer:E}),u},exposeAction(m,E){return a.actionCreators[m]=E,u},exposeCaseReducer(m,E){return a.sliceCaseReducersByName[m]=E,u}};l.forEach(m=>{const E=c[m],I={reducerName:m,type:uv(s,m),createNotation:typeof o.reducers=="function"};gv(E)?bv(I,E,u,t):hv(I,E,u)});function h(){if(process.env.NODE_ENV!=="production"&&typeof o.extraReducers=="object")throw new Error(process.env.NODE_ENV==="production"?Le(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[m={},E=[],I=void 0]=typeof o.extraReducers=="function"?Id(o.extraReducers):[o.extraReducers],w={...m,...a.sliceCaseReducersByType};return ev(o.initialState,A=>{for(let S in w)A.addCase(S,w[S]);for(let S of a.sliceMatchers)A.addMatcher(S.matcher,S.reducer);for(let S of E)A.addMatcher(S.matcher,S.reducer);I&&A.addDefaultCase(I)})}const g=m=>m,x=new Map;let b;function d(m,E){return b||(b=h()),b(m,E)}function f(){return b||(b=h()),b.getInitialState()}function p(m,E=!1){function I(A){let S=A[m];if(typeof S>"u"){if(E)S=f();else if(process.env.NODE_ENV!=="production")throw new Error(process.env.NODE_ENV==="production"?Le(15):"selectSlice returned undefined for an uninjected slice reducer")}return S}function w(A=g){const S=gd(x,E,{insert:()=>new WeakMap});return gd(S,A,{insert:()=>{const T={};for(const[R,F]of Object.entries(o.selectors??{}))T[R]=fv(F,A,f,E);return T}})}return{reducerPath:m,getSelectors:w,get selectors(){return w(I)},selectSlice:I}}const y={name:s,reducer:d,actions:a.actionCreators,caseReducers:a.sliceCaseReducersByName,getInitialState:f,...p(i),injectInto(m,{reducerPath:E,...I}={}){const w=E??i;return m.inject({reducerPath:w,reducer:d},I),{...y,...p(w,!0)}}};return y}}function fv(e,t,n,r){function o(s,...i){let c=t(s);if(typeof c>"u"){if(r)c=n();else if(process.env.NODE_ENV!=="production")throw new Error(process.env.NODE_ENV==="production"?Le(16):"selectState returned undefined for an uninjected slice reducer")}return e(c,...i)}return o.unwrapped=e,o}var Fa=dv();function pv(){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 hv({type:e,reducerName:t,createNotation:n},r,o){let s,i;if("reducer"in r){if(n&&!mv(r))throw new Error(process.env.NODE_ENV==="production"?Le(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?po(e,i):po(e))}function gv(e){return e._reducerDefinitionType==="asyncThunk"}function mv(e){return e._reducerDefinitionType==="reducerWithPrepare"}function bv({type:e,reducerName:t},n,r,o){if(!o)throw new Error(process.env.NODE_ENV==="production"?Le(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:c,rejected:l,settled:a,options:u}=n,h=o(e,s,u);r.exposeAction(t,h),i&&r.addCase(h.fulfilled,i),c&&r.addCase(h.pending,c),l&&r.addCase(h.rejected,l),a&&r.addMatcher(h.settled,a),r.exposeCaseReducer(t,{fulfilled:i||Es,pending:c||Es,rejected:l||Es,settled:a||Es})}function Es(){}function Le(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 In="success",ht="error",Ed="Some error occured. Please contact support@hiverhq.com",wd="Card refreshed successfully",yv="Card linked successfully",vv="Error in linking the card",Cv="Card unlinked successfully",Iv="Failed to unlink the card",ws="Something went wrong",xv="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",Ev=v.styled(v.Box)`
|
|
579
579
|
display: flex;
|
|
580
580
|
flex-direction: row;
|
|
581
581
|
align-items: center;
|
|
582
|
-
`,
|
|
582
|
+
`,wv=v.styled(v.Box)`
|
|
583
583
|
padding: 5px 8px;
|
|
584
584
|
color: white;
|
|
585
|
-
`,
|
|
585
|
+
`,Av=v.styled(v.brandIcons.Logo)(()=>({height:"26px",width:"26px",color:"#FFFFFF",marginRight:"4px"})),Sv=v.styled(v.Stack)`
|
|
586
586
|
flex-direction: row;
|
|
587
587
|
padding: 0 10px;
|
|
588
588
|
img {
|
|
@@ -592,26 +592,26 @@ Take a look at the reducer(s) handling this action type: ${x.type}.
|
|
|
592
592
|
fill: #ffffff;
|
|
593
593
|
width: 10px;
|
|
594
594
|
}
|
|
595
|
-
`,
|
|
596
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
597
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function vr(e){return m3(e)||b3(e)||Dd(e)||y3()}var v3=!1;function C3(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 I3(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 x3=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?!v3: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(I3(this));var o=this.tags[this.tags.length-1];if(this.isSpeedy){var s=C3(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}(),ot="-ms-",_s="-moz-",Ie="-webkit-",Nd="comm",Na="rule",Pa="decl",E3="@import",Pd="@keyframes",w3="@layer",A3=Math.abs,Ts=String.fromCharCode,S3=Object.assign;function _3(e,t){return et(e,0)^45?(((t<<2^et(e,0))<<2^et(e,1))<<2^et(e,2))<<2^et(e,3):0}function Md(e){return e.trim()}function T3(e,t){return(e=t.exec(e))?e[0]:e}function xe(e,t,n){return e.replace(t,n)}function Ma(e,t){return e.indexOf(t)}function et(e,t){return e.charCodeAt(t)|0}function fo(e,t,n){return e.slice(t,n)}function Yt(e){return e.length}function Ba(e){return e.length}function Os(e,t){return t.push(e),e}function O3(e,t){return e.map(t).join("")}var Ls=1,Cr=1,Bd=0,mt=0,We=0,Ir="";function Fs(e,t,n,r,o,s,i){return{value:e,root:t,parent:n,type:r,props:o,children:s,line:Ls,column:Cr,length:i,return:""}}function po(e,t){return S3(Fs("",null,null,"",null,null,0),e,{length:-e.length},t)}function L3(){return We}function F3(){return We=mt>0?et(Ir,--mt):0,Cr--,We===10&&(Cr=1,Ls--),We}function _t(){return We=mt<Bd?et(Ir,mt++):0,Cr++,We===10&&(Cr=1,Ls++),We}function Jt(){return et(Ir,mt)}function Ds(){return mt}function ho(e,t){return fo(Ir,e,t)}function go(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 jd(e){return Ls=Cr=1,Bd=Yt(Ir=e),mt=0,[]}function Vd(e){return Ir="",e}function Rs(e){return Md(ho(mt-1,ja(e===91?e+2:e===40?e+1:e)))}function D3(e){for(;(We=Jt())&&We<33;)_t();return go(e)>2||go(We)>3?"":" "}function R3(e,t){for(;--t&&_t()&&!(We<48||We>102||We>57&&We<65||We>70&&We<97););return ho(e,Ds()+(t<6&&Jt()==32&&_t()==32))}function ja(e){for(;_t();)switch(We){case e:return mt;case 34:case 39:e!==34&&e!==39&&ja(We);break;case 40:e===41&&ja(e);break;case 92:_t();break}return mt}function k3(e,t){for(;_t()&&e+We!==57;)if(e+We===84&&Jt()===47)break;return"/*"+ho(t,mt-1)+"*"+Ts(e===47?e:_t())}function N3(e){for(;!go(Jt());)_t();return ho(e,mt)}function P3(e){return Vd(ks("",null,null,null,[""],e=jd(e),0,[0],e))}function ks(e,t,n,r,o,s,i,c,l){for(var a=0,u=0,h=i,g=0,x=0,b=0,d=1,f=1,p=1,y=0,m="",E=o,I=s,w=r,A=m;f;)switch(b=y,y=_t()){case 40:if(b!=108&&et(A,h-1)==58){Ma(A+=xe(Rs(y),"&","&\f"),"&\f")!=-1&&(p=-1);break}case 34:case 39:case 91:A+=Rs(y);break;case 9:case 10:case 13:case 32:A+=D3(b);break;case 92:A+=R3(Ds()-1,7);continue;case 47:switch(Jt()){case 42:case 47:Os(M3(k3(_t(),Ds()),t,n),l);break;default:A+="/"}break;case 123*d:c[a++]=Yt(A)*p;case 125*d:case 59:case 0:switch(y){case 0:case 125:f=0;case 59+u:p==-1&&(A=xe(A,/\f/g,"")),x>0&&Yt(A)-h&&Os(x>32?Hd(A+";",r,n,h-1):Hd(xe(A," ","")+";",r,n,h-2),l);break;case 59:A+=";";default:if(Os(w=Gd(A,t,n,a,u,o,c,m,E=[],I=[],h),s),y===123)if(u===0)ks(A,t,w,w,E,s,h,c,I);else switch(g===99&&et(A,3)===110?100:g){case 100:case 108:case 109:case 115:ks(e,w,w,r&&Os(Gd(e,w,w,0,0,o,c,m,o,E=[],h),I),o,I,h,c,r?E:I);break;default:ks(A,w,w,w,[""],I,0,c,I)}}a=u=x=0,d=p=1,m=A="",h=i;break;case 58:h=1+Yt(A),x=b;default:if(d<1){if(y==123)--d;else if(y==125&&d++==0&&F3()==125)continue}switch(A+=Ts(y),y*d){case 38:p=u>0?1:(A+="\f",-1);break;case 44:c[a++]=(Yt(A)-1)*p,p=1;break;case 64:Jt()===45&&(A+=Rs(_t())),g=Jt(),u=h=Yt(m=A+=N3(Ds())),y++;break;case 45:b===45&&Yt(A)==2&&(d=0)}}return s}function Gd(e,t,n,r,o,s,i,c,l,a,u){for(var h=o-1,g=o===0?s:[""],x=Ba(g),b=0,d=0,f=0;b<r;++b)for(var p=0,y=fo(e,h+1,h=A3(d=i[b])),m=e;p<x;++p)(m=Md(d>0?g[p]+" "+y:xe(y,/&\f/g,g[p])))&&(l[f++]=m);return Fs(e,t,n,o===0?Na:c,l,a,u)}function M3(e,t,n){return Fs(e,t,n,Nd,Ts(L3()),fo(e,2,-2),0)}function Hd(e,t,n,r){return Fs(e,t,n,Pa,fo(e,0,r),fo(e,r+1,-1),r)}function xr(e,t){for(var n="",r=Ba(e),o=0;o<r;o++)n+=t(e[o],o,e,t)||"";return n}function B3(e,t,n,r){switch(e.type){case w3:if(e.children.length)break;case E3:case Pa:return e.return=e.return||e.value;case Nd:return"";case Pd:return e.return=e.value+"{"+xr(e.children,r)+"}";case Na:e.value=e.props.join(",")}return Yt(n=xr(e.children,r))?e.return=e.value+"{"+n+"}":""}function j3(e){var t=Ba(e);return function(n,r,o,s){for(var i="",c=0;c<t;c++)i+=e[c](n,r,o,s)||"";return i}}function V3(e){return function(t){t.root||(t=t.return)&&e(t)}}function G3(e){var t=Object.create(null);return function(n){return t[n]===void 0&&(t[n]=e(n)),t[n]}}var H3=function(t,n,r){for(var o=0,s=0;o=s,s=Jt(),o===38&&s===12&&(n[r]=1),!go(s);)_t();return ho(t,mt)},W3=function(t,n){var r=-1,o=44;do switch(go(o)){case 0:o===38&&Jt()===12&&(n[r]=1),t[r]+=H3(mt-1,n,r);break;case 2:t[r]+=Rs(o);break;case 4:if(o===44){t[++r]=Jt()===58?"&\f":"",n[r]=t[r].length;break}default:t[r]+=Ts(o)}while(o=_t());return t},Z3=function(t,n){return Vd(W3(jd(t),n))},Wd=new WeakMap,X3=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&&!Wd.get(r))&&!o){Wd.set(t,!0);for(var s=[],i=Z3(n,s),c=r.props,l=0,a=0;l<i.length;l++)for(var u=0;u<c.length;u++,a++)t.props[a]=s[l]?i[l].replace(/&\f/g,c[u]):c[u]+" "+i[l]}}},z3=function(t){if(t.type==="decl"){var n=t.value;n.charCodeAt(0)===108&&n.charCodeAt(2)===98&&(t.return="",t.value="")}};function Zd(e,t){switch(_3(e,t)){case 5103:return Ie+"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 Ie+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return Ie+e+_s+e+ot+e+e;case 6828:case 4268:return Ie+e+ot+e+e;case 6165:return Ie+e+ot+"flex-"+e+e;case 5187:return Ie+e+xe(e,/(\w+).+(:[^]+)/,Ie+"box-$1$2"+ot+"flex-$1$2")+e;case 5443:return Ie+e+ot+"flex-item-"+xe(e,/flex-|-self/,"")+e;case 4675:return Ie+e+ot+"flex-line-pack"+xe(e,/align-content|flex-|-self/,"")+e;case 5548:return Ie+e+ot+xe(e,"shrink","negative")+e;case 5292:return Ie+e+ot+xe(e,"basis","preferred-size")+e;case 6060:return Ie+"box-"+xe(e,"-grow","")+Ie+e+ot+xe(e,"grow","positive")+e;case 4554:return Ie+xe(e,/([^-])(transform)/g,"$1"+Ie+"$2")+e;case 6187:return xe(xe(xe(e,/(zoom-|grab)/,Ie+"$1"),/(image-set)/,Ie+"$1"),e,"")+e;case 5495:case 3959:return xe(e,/(image-set\([^]*)/,Ie+"$1$`$1");case 4968:return xe(xe(e,/(.+:)(flex-)?(.*)/,Ie+"box-pack:$3"+ot+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+Ie+e+e;case 4095:case 3583:case 4068:case 2532:return xe(e,/(.+)-inline(.+)/,Ie+"$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(Yt(e)-1-t>6)switch(et(e,t+1)){case 109:if(et(e,t+4)!==45)break;case 102:return xe(e,/(.+:)(.+)-([^]+)/,"$1"+Ie+"$2-$3$1"+_s+(et(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~Ma(e,"stretch")?Zd(xe(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(et(e,t+1)!==115)break;case 6444:switch(et(e,Yt(e)-3-(~Ma(e,"!important")&&10))){case 107:return xe(e,":",":"+Ie)+e;case 101:return xe(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+Ie+(et(e,14)===45?"inline-":"")+"box$3$1"+Ie+"$2$3$1"+ot+"$2box$3")+e}break;case 5936:switch(et(e,t+11)){case 114:return Ie+e+ot+xe(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return Ie+e+ot+xe(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return Ie+e+ot+xe(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return Ie+e+ot+e+e}return e}var Y3=function(t,n,r,o){if(t.length>-1&&!t.return)switch(t.type){case Pa:t.return=Zd(t.value,t.length);break;case Pd:return xr([po(t,{value:xe(t.value,"@","@"+Ie)})],o);case Na:if(t.length)return O3(t.props,function(s){switch(T3(s,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return xr([po(t,{props:[xe(s,/:(read-\w+)/,":"+_s+"$1")]})],o);case"::placeholder":return xr([po(t,{props:[xe(s,/:(plac\w+)/,":"+Ie+"input-$1")]}),po(t,{props:[xe(s,/:(plac\w+)/,":"+_s+"$1")]}),po(t,{props:[xe(s,/:(plac\w+)/,ot+"input-$1")]})],o)}return""})}},J3=[Y3],Q3=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(d){var f=d.getAttribute("data-emotion");f.indexOf(" ")!==-1&&(document.head.appendChild(d),d.setAttribute("data-s",""))})}var o=t.stylisPlugins||J3,s={},i,c=[];i=t.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+n+' "]'),function(d){for(var f=d.getAttribute("data-emotion").split(" "),p=1;p<f.length;p++)s[f[p]]=!0;c.push(d)});var l,a=[X3,z3];{var u,h=[B3,V3(function(d){u.insert(d)})],g=j3(a.concat(o,h)),x=function(f){return xr(P3(f),g)};l=function(f,p,y,m){u=y,x(f?f+"{"+p.styles+"}":p.styles),m&&(b.inserted[p.name]=!0)}}var b={key:n,sheet:new x3({key:n,container:i,nonce:t.nonce,speedy:t.speedy,prepend:t.prepend,insertionPoint:t.insertionPoint}),nonce:t.nonce,inserted:s,registered:{},insert:l};return b.sheet.hydrate(c),b},Va={exports:{}},we={};/** @license React v16.13.1
|
|
595
|
+
`,_v=(e,{closeToast:t})=>C.jsx(Sv,{children:C.jsx("img",{src:xv,onClick:t})}),As=({message:e})=>C.jsxs(Ev,{children:[C.jsx(Av,{}),C.jsx(wv,{children:e})]});function Me(e){const{message:t,type:n,autoClose:r}=e,o={closeButton:C.jsx(_v,{}),autoClose:r??5e3,pauseOnHover:!0,position:"bottom-left",rtl:!1,draggable:!0,closeOnClick:!0,hideProgressBar:!0};let s;switch(n){case"success":{s=Ee.success(C.jsx(As,{message:t}),{...o,icon:!1});break}case"error":{s=Ee.error(C.jsx(As,{message:t}),{...o,icon:!1});break}case"info-dark":{s=Ee.info(C.jsx(As,{message:t}),{...o,icon:!1,className:"toast_dark"});break}default:{s=Ee.info(C.jsx(As,{message:t}),{...o,icon:!1});break}}return setTimeout(()=>{Tv(s)},r&&!isNaN(r)?Number(r):5e3),s}function Tv(e){Ee.dismiss(e)}const Ad={updateFormApiStatus:U.IDLE,createObjectList:[],createObjectConnectorNamesList:[],linkObjectList:[],editObjectList:[],searchObjectList:[],objectDict:null,formFields:null,objectListApiStatus:U.IDLE,unlinkCardApiStatus:U.IDLE,linkCardApiStatus:U.IDLE,optionsMap:null,dropdownOptionsApis:U.IDLE,dependentFieldsMap:{},createFormApiStatus:U.IDLE,currentResourceDetailsApiStatus:U.IDLE,currentResourceDetails:null,currentCardInEdit:null,hasUnsavedChanges:!1},Ov="/v1/api"+"/templates/metadata",Lv={GET:"GET",POST:"POST",DELETE:"DELETE",PATCH:"PATCH",PUT:"PUT"},Fv=async e=>{const t=new URLSearchParams,{inboxIds:n,channelType:r,conversationId:o,fetchAuthenticatedConnectors:s}=e||{};return n==null||n.forEach(c=>{t.append("inbox_ids",c)}),[["channel_type",r],["conversation_id",o],["fetch_authenticated_connectors",s==null?void 0:s.toString()]].forEach(([c,l])=>{l!==void 0&&t.append(c,l)}),qe({url:`${Ov}?${t.toString()}`,method:Lv.GET})};let Cr={};const Dv={get length(){return Object.keys(Cr).length},getItem(e){return Cr[e]??null},setItem(e,t){Cr[e]=t},removeItem(e){delete Cr[e]},clear(){Cr={}},key(e){return Object.keys(Cr)[e]}},Rv={LOCAL:window==null?void 0:window.localStorage,SESSION:window==null?void 0:window.sessionStorage},kv=(e="LOCAL")=>Rv[e]??Dv,Nv=(e="LOCAL")=>{const t=kv(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)}}}};var Da=(e=>(e.ADD="ADD",e.MULTIPLY="MULTIPLY",e))(Da||{});const Pv={[Da.ADD]:(e,t)=>e+t,[Da.MULTIPLY]:(e,t)=>e*t},Mv=e=>e,Sd=()=>{if("crypto"in window&&"randomUUID"in window.crypto)return window.crypto.randomUUID();const e=Date.now().toString(16),t=Math.random().toString(16).substring(2,8);return`${e}-${t}`},_d=(e,t)=>{let n;const r=Pv[t]??Mv;for(const o of e){const s=Number(o);isNaN(s)||(n=n===void 0?s:r(n,s))}return(n??0).toFixed(2)},Td=(e,t=n=>n)=>{const n=new Set,r=[];for(const o of e){const s=t(o);n.has(s)||(n.add(s),r.push(o))}return r},Bv="Required Field",jv="Invalid date",Od=/^https:\/\/([a-z0-9-]+(\.[a-z0-9-]+)+)(:[0-9]{1,5})?(\/[^\s/]*)*$/i,Vv=/^[^\s@]+@[^\s@]+\.[^\s@]+$/,Gv="https://avatars.githubusercontent.com/u/62397590",Ld="Please enter a valid URL",Hv="Please enter valid ID",Wv="Please enter valid input",Zv="URL must start with https://",Xv="URL should not end with a slash",zv="Invalid email address",Yv="Email must be a string",Fd="Invalid date",Jv="Date cannot be in the past",Qv="Date cannot be in the future",$v="Invalid number",qv="Invalid text",Uv=e=>t=>{if(t&&typeof t=="string"){const n=t.replace(/\/$/,"");return n.startsWith("https://")?t.endsWith("/")?Xv:Od.test(n)?!0:e||Ld:Zv}return!1},Kv=e=>t=>t&&typeof t=="string"?Vv.test(t)?!0:e||zv:Yv,e3=e=>t=>t==null||t===""?e||Bv:!0,t3=e=>(t,n)=>{var r;if(!t||(t==null?void 0:t.toString())===jv)return Fd;if(typeof t=="object"){const o=t,s=new Date;s.setHours(0,0,0,0);const i=n.disablePast,c=n.disableFuture;return i&&o<s?e||Jv:c&&o>s?e||Qv:!0}return typeof t=="string"&&((r=new Date(t))==null?void 0:r.toString())!=="Invalid Date"?!0:Fd},n3=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||$v},r3=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||qv},o3=e=>t=>typeof t=="string"?t.startsWith("https:")?Od.test(t)?!0:e||Ld:t.trim().length>0?!0:e||Hv:e||Wv;function Xn(e){"@babel/helpers - typeof";return Xn=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},Xn(e)}function s3(e,t){if(Xn(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t||"default");if(Xn(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Dd(e){var t=s3(e,"string");return Xn(t)=="symbol"?t:t+""}function Ir(e,t,n){return(t=Dd(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Rd(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 ne(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?Rd(Object(n),!0).forEach(function(r){Ir(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Rd(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function i3(e){if(Array.isArray(e))return e}function a3(e,t){var n=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r,o,s,i,c=[],l=!0,a=!1;try{if(s=(n=n.call(e)).next,t===0){if(Object(n)!==n)return;l=!1}else for(;!(l=(r=s.call(n)).done)&&(c.push(r.value),c.length!==t);l=!0);}catch(u){a=!0,o=u}finally{try{if(!l&&n.return!=null&&(i=n.return(),Object(i)!==i))return}finally{if(a)throw o}}return c}}function Ra(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 kd(e,t){if(e){if(typeof e=="string")return Ra(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)?Ra(e,t):void 0}}function c3(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
596
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function $e(e,t){return i3(e)||a3(e,t)||kd(e,t)||c3()}function l3(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 Gt(e,t){if(e==null)return{};var n,r,o=l3(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 u3=["defaultInputValue","defaultMenuIsOpen","defaultValue","inputValue","menuIsOpen","onChange","onInputChange","onMenuClose","onMenuOpen","value"];function ka(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,c=e.inputValue,l=e.menuIsOpen,a=e.onChange,u=e.onInputChange,h=e.onMenuClose,g=e.onMenuOpen,x=e.value,b=Gt(e,u3),d=_.useState(c!==void 0?c:n),f=$e(d,2),p=f[0],y=f[1],m=_.useState(l!==void 0?l:o),E=$e(m,2),I=E[0],w=E[1],A=_.useState(x!==void 0?x:i),S=$e(A,2),T=S[0],R=S[1],F=_.useCallback(function(J,z){typeof a=="function"&&a(J,z),R(J)},[a]),D=_.useCallback(function(J,z){var ae;typeof u=="function"&&(ae=u(J,z)),y(ae!==void 0?ae:J)},[u]),B=_.useCallback(function(){typeof g=="function"&&g(),w(!0)},[g]),W=_.useCallback(function(){typeof h=="function"&&h(),w(!1)},[h]),X=c!==void 0?c:p,Y=l!==void 0?l:I,K=x!==void 0?x:T;return ne(ne({},b),{},{inputValue:X,menuIsOpen:Y,onChange:F,onInputChange:D,onMenuClose:W,onMenuOpen:B,value:K})}function ie(){return ie=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},ie.apply(null,arguments)}function d3(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Nd(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,Dd(r.key),r)}}function f3(e,t,n){return t&&Nd(e.prototype,t),n&&Nd(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function Na(e,t){return Na=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,r){return n.__proto__=r,n},Na(e,t)}function p3(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&&Na(e,t)}function Ss(e){return Ss=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},Ss(e)}function Pd(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Pd=function(){return!!e})()}function h3(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function g3(e,t){if(t&&(Xn(t)=="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return h3(e)}function m3(e){var t=Pd();return function(){var n,r=Ss(e);if(t){var o=Ss(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return g3(this,n)}}function b3(e){if(Array.isArray(e))return Ra(e)}function y3(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function v3(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
597
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function xr(e){return b3(e)||y3(e)||kd(e)||v3()}var C3=!1;function I3(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 x3(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 E3=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?!C3: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(x3(this));var o=this.tags[this.tags.length-1];if(this.isSpeedy){var s=I3(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}(),nt="-ms-",_s="-moz-",Ie="-webkit-",Md="comm",Pa="rule",Ma="decl",w3="@import",Bd="@keyframes",A3="@layer",S3=Math.abs,Ts=String.fromCharCode,_3=Object.assign;function T3(e,t){return Ke(e,0)^45?(((t<<2^Ke(e,0))<<2^Ke(e,1))<<2^Ke(e,2))<<2^Ke(e,3):0}function jd(e){return e.trim()}function O3(e,t){return(e=t.exec(e))?e[0]:e}function xe(e,t,n){return e.replace(t,n)}function Ba(e,t){return e.indexOf(t)}function Ke(e,t){return e.charCodeAt(t)|0}function ho(e,t,n){return e.slice(t,n)}function Jt(e){return e.length}function ja(e){return e.length}function Os(e,t){return t.push(e),e}function L3(e,t){return e.map(t).join("")}var Ls=1,Er=1,Vd=0,gt=0,We=0,wr="";function Fs(e,t,n,r,o,s,i){return{value:e,root:t,parent:n,type:r,props:o,children:s,line:Ls,column:Er,length:i,return:""}}function go(e,t){return _3(Fs("",null,null,"",null,null,0),e,{length:-e.length},t)}function F3(){return We}function D3(){return We=gt>0?Ke(wr,--gt):0,Er--,We===10&&(Er=1,Ls--),We}function Tt(){return We=gt<Vd?Ke(wr,gt++):0,Er++,We===10&&(Er=1,Ls++),We}function Qt(){return Ke(wr,gt)}function Ds(){return gt}function mo(e,t){return ho(wr,e,t)}function bo(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 Gd(e){return Ls=Er=1,Vd=Jt(wr=e),gt=0,[]}function Hd(e){return wr="",e}function Rs(e){return jd(mo(gt-1,Va(e===91?e+2:e===40?e+1:e)))}function R3(e){for(;(We=Qt())&&We<33;)Tt();return bo(e)>2||bo(We)>3?"":" "}function k3(e,t){for(;--t&&Tt()&&!(We<48||We>102||We>57&&We<65||We>70&&We<97););return mo(e,Ds()+(t<6&&Qt()==32&&Tt()==32))}function Va(e){for(;Tt();)switch(We){case e:return gt;case 34:case 39:e!==34&&e!==39&&Va(We);break;case 40:e===41&&Va(e);break;case 92:Tt();break}return gt}function N3(e,t){for(;Tt()&&e+We!==57;)if(e+We===84&&Qt()===47)break;return"/*"+mo(t,gt-1)+"*"+Ts(e===47?e:Tt())}function P3(e){for(;!bo(Qt());)Tt();return mo(e,gt)}function M3(e){return Hd(ks("",null,null,null,[""],e=Gd(e),0,[0],e))}function ks(e,t,n,r,o,s,i,c,l){for(var a=0,u=0,h=i,g=0,x=0,b=0,d=1,f=1,p=1,y=0,m="",E=o,I=s,w=r,A=m;f;)switch(b=y,y=Tt()){case 40:if(b!=108&&Ke(A,h-1)==58){Ba(A+=xe(Rs(y),"&","&\f"),"&\f")!=-1&&(p=-1);break}case 34:case 39:case 91:A+=Rs(y);break;case 9:case 10:case 13:case 32:A+=R3(b);break;case 92:A+=k3(Ds()-1,7);continue;case 47:switch(Qt()){case 42:case 47:Os(B3(N3(Tt(),Ds()),t,n),l);break;default:A+="/"}break;case 123*d:c[a++]=Jt(A)*p;case 125*d:case 59:case 0:switch(y){case 0:case 125:f=0;case 59+u:p==-1&&(A=xe(A,/\f/g,"")),x>0&&Jt(A)-h&&Os(x>32?Zd(A+";",r,n,h-1):Zd(xe(A," ","")+";",r,n,h-2),l);break;case 59:A+=";";default:if(Os(w=Wd(A,t,n,a,u,o,c,m,E=[],I=[],h),s),y===123)if(u===0)ks(A,t,w,w,E,s,h,c,I);else switch(g===99&&Ke(A,3)===110?100:g){case 100:case 108:case 109:case 115:ks(e,w,w,r&&Os(Wd(e,w,w,0,0,o,c,m,o,E=[],h),I),o,I,h,c,r?E:I);break;default:ks(A,w,w,w,[""],I,0,c,I)}}a=u=x=0,d=p=1,m=A="",h=i;break;case 58:h=1+Jt(A),x=b;default:if(d<1){if(y==123)--d;else if(y==125&&d++==0&&D3()==125)continue}switch(A+=Ts(y),y*d){case 38:p=u>0?1:(A+="\f",-1);break;case 44:c[a++]=(Jt(A)-1)*p,p=1;break;case 64:Qt()===45&&(A+=Rs(Tt())),g=Qt(),u=h=Jt(m=A+=P3(Ds())),y++;break;case 45:b===45&&Jt(A)==2&&(d=0)}}return s}function Wd(e,t,n,r,o,s,i,c,l,a,u){for(var h=o-1,g=o===0?s:[""],x=ja(g),b=0,d=0,f=0;b<r;++b)for(var p=0,y=ho(e,h+1,h=S3(d=i[b])),m=e;p<x;++p)(m=jd(d>0?g[p]+" "+y:xe(y,/&\f/g,g[p])))&&(l[f++]=m);return Fs(e,t,n,o===0?Pa:c,l,a,u)}function B3(e,t,n){return Fs(e,t,n,Md,Ts(F3()),ho(e,2,-2),0)}function Zd(e,t,n,r){return Fs(e,t,n,Ma,ho(e,0,r),ho(e,r+1,-1),r)}function Ar(e,t){for(var n="",r=ja(e),o=0;o<r;o++)n+=t(e[o],o,e,t)||"";return n}function j3(e,t,n,r){switch(e.type){case A3:if(e.children.length)break;case w3:case Ma:return e.return=e.return||e.value;case Md:return"";case Bd:return e.return=e.value+"{"+Ar(e.children,r)+"}";case Pa:e.value=e.props.join(",")}return Jt(n=Ar(e.children,r))?e.return=e.value+"{"+n+"}":""}function V3(e){var t=ja(e);return function(n,r,o,s){for(var i="",c=0;c<t;c++)i+=e[c](n,r,o,s)||"";return i}}function G3(e){return function(t){t.root||(t=t.return)&&e(t)}}function H3(e){var t=Object.create(null);return function(n){return t[n]===void 0&&(t[n]=e(n)),t[n]}}var W3=function(t,n,r){for(var o=0,s=0;o=s,s=Qt(),o===38&&s===12&&(n[r]=1),!bo(s);)Tt();return mo(t,gt)},Z3=function(t,n){var r=-1,o=44;do switch(bo(o)){case 0:o===38&&Qt()===12&&(n[r]=1),t[r]+=W3(gt-1,n,r);break;case 2:t[r]+=Rs(o);break;case 4:if(o===44){t[++r]=Qt()===58?"&\f":"",n[r]=t[r].length;break}default:t[r]+=Ts(o)}while(o=Tt());return t},X3=function(t,n){return Hd(Z3(Gd(t),n))},Xd=new WeakMap,z3=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&&!Xd.get(r))&&!o){Xd.set(t,!0);for(var s=[],i=X3(n,s),c=r.props,l=0,a=0;l<i.length;l++)for(var u=0;u<c.length;u++,a++)t.props[a]=s[l]?i[l].replace(/&\f/g,c[u]):c[u]+" "+i[l]}}},Y3=function(t){if(t.type==="decl"){var n=t.value;n.charCodeAt(0)===108&&n.charCodeAt(2)===98&&(t.return="",t.value="")}};function zd(e,t){switch(T3(e,t)){case 5103:return Ie+"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 Ie+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return Ie+e+_s+e+nt+e+e;case 6828:case 4268:return Ie+e+nt+e+e;case 6165:return Ie+e+nt+"flex-"+e+e;case 5187:return Ie+e+xe(e,/(\w+).+(:[^]+)/,Ie+"box-$1$2"+nt+"flex-$1$2")+e;case 5443:return Ie+e+nt+"flex-item-"+xe(e,/flex-|-self/,"")+e;case 4675:return Ie+e+nt+"flex-line-pack"+xe(e,/align-content|flex-|-self/,"")+e;case 5548:return Ie+e+nt+xe(e,"shrink","negative")+e;case 5292:return Ie+e+nt+xe(e,"basis","preferred-size")+e;case 6060:return Ie+"box-"+xe(e,"-grow","")+Ie+e+nt+xe(e,"grow","positive")+e;case 4554:return Ie+xe(e,/([^-])(transform)/g,"$1"+Ie+"$2")+e;case 6187:return xe(xe(xe(e,/(zoom-|grab)/,Ie+"$1"),/(image-set)/,Ie+"$1"),e,"")+e;case 5495:case 3959:return xe(e,/(image-set\([^]*)/,Ie+"$1$`$1");case 4968:return xe(xe(e,/(.+:)(flex-)?(.*)/,Ie+"box-pack:$3"+nt+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+Ie+e+e;case 4095:case 3583:case 4068:case 2532:return xe(e,/(.+)-inline(.+)/,Ie+"$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(Ke(e,t+1)){case 109:if(Ke(e,t+4)!==45)break;case 102:return xe(e,/(.+:)(.+)-([^]+)/,"$1"+Ie+"$2-$3$1"+_s+(Ke(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~Ba(e,"stretch")?zd(xe(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(Ke(e,t+1)!==115)break;case 6444:switch(Ke(e,Jt(e)-3-(~Ba(e,"!important")&&10))){case 107:return xe(e,":",":"+Ie)+e;case 101:return xe(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+Ie+(Ke(e,14)===45?"inline-":"")+"box$3$1"+Ie+"$2$3$1"+nt+"$2box$3")+e}break;case 5936:switch(Ke(e,t+11)){case 114:return Ie+e+nt+xe(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return Ie+e+nt+xe(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return Ie+e+nt+xe(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return Ie+e+nt+e+e}return e}var J3=function(t,n,r,o){if(t.length>-1&&!t.return)switch(t.type){case Ma:t.return=zd(t.value,t.length);break;case Bd:return Ar([go(t,{value:xe(t.value,"@","@"+Ie)})],o);case Pa:if(t.length)return L3(t.props,function(s){switch(O3(s,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return Ar([go(t,{props:[xe(s,/:(read-\w+)/,":"+_s+"$1")]})],o);case"::placeholder":return Ar([go(t,{props:[xe(s,/:(plac\w+)/,":"+Ie+"input-$1")]}),go(t,{props:[xe(s,/:(plac\w+)/,":"+_s+"$1")]}),go(t,{props:[xe(s,/:(plac\w+)/,nt+"input-$1")]})],o)}return""})}},Q3=[J3],$3=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(d){var f=d.getAttribute("data-emotion");f.indexOf(" ")!==-1&&(document.head.appendChild(d),d.setAttribute("data-s",""))})}var o=t.stylisPlugins||Q3,s={},i,c=[];i=t.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+n+' "]'),function(d){for(var f=d.getAttribute("data-emotion").split(" "),p=1;p<f.length;p++)s[f[p]]=!0;c.push(d)});var l,a=[z3,Y3];{var u,h=[j3,G3(function(d){u.insert(d)})],g=V3(a.concat(o,h)),x=function(f){return Ar(M3(f),g)};l=function(f,p,y,m){u=y,x(f?f+"{"+p.styles+"}":p.styles),m&&(b.inserted[p.name]=!0)}}var b={key:n,sheet:new E3({key:n,container:i,nonce:t.nonce,speedy:t.speedy,prepend:t.prepend,insertionPoint:t.insertionPoint}),nonce:t.nonce,inserted:s,registered:{},insert:l};return b.sheet.hydrate(c),b},Ga={exports:{}},we={};/** @license React v16.13.1
|
|
598
598
|
* react-is.production.min.js
|
|
599
599
|
*
|
|
600
600
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
601
601
|
*
|
|
602
602
|
* This source code is licensed under the MIT license found in the
|
|
603
603
|
* LICENSE file in the root directory of this source tree.
|
|
604
|
-
*/var
|
|
604
|
+
*/var Yd;function q3(){if(Yd)return we;Yd=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,c=e?Symbol.for("react.context"):60110,l=e?Symbol.for("react.async_mode"):60111,a=e?Symbol.for("react.concurrent_mode"):60111,u=e?Symbol.for("react.forward_ref"):60112,h=e?Symbol.for("react.suspense"):60113,g=e?Symbol.for("react.suspense_list"):60120,x=e?Symbol.for("react.memo"):60115,b=e?Symbol.for("react.lazy"):60116,d=e?Symbol.for("react.block"):60121,f=e?Symbol.for("react.fundamental"):60117,p=e?Symbol.for("react.responder"):60118,y=e?Symbol.for("react.scope"):60119;function m(I){if(typeof I=="object"&&I!==null){var w=I.$$typeof;switch(w){case t:switch(I=I.type,I){case l:case a:case r:case s:case o:case h:return I;default:switch(I=I&&I.$$typeof,I){case c:case u:case b:case x:case i:return I;default:return w}}case n:return w}}}function E(I){return m(I)===a}return we.AsyncMode=l,we.ConcurrentMode=a,we.ContextConsumer=c,we.ContextProvider=i,we.Element=t,we.ForwardRef=u,we.Fragment=r,we.Lazy=b,we.Memo=x,we.Portal=n,we.Profiler=s,we.StrictMode=o,we.Suspense=h,we.isAsyncMode=function(I){return E(I)||m(I)===l},we.isConcurrentMode=E,we.isContextConsumer=function(I){return m(I)===c},we.isContextProvider=function(I){return m(I)===i},we.isElement=function(I){return typeof I=="object"&&I!==null&&I.$$typeof===t},we.isForwardRef=function(I){return m(I)===u},we.isFragment=function(I){return m(I)===r},we.isLazy=function(I){return m(I)===b},we.isMemo=function(I){return m(I)===x},we.isPortal=function(I){return m(I)===n},we.isProfiler=function(I){return m(I)===s},we.isStrictMode=function(I){return m(I)===o},we.isSuspense=function(I){return m(I)===h},we.isValidElementType=function(I){return typeof I=="string"||typeof I=="function"||I===r||I===a||I===s||I===o||I===h||I===g||typeof I=="object"&&I!==null&&(I.$$typeof===b||I.$$typeof===x||I.$$typeof===i||I.$$typeof===c||I.$$typeof===u||I.$$typeof===f||I.$$typeof===p||I.$$typeof===y||I.$$typeof===d)},we.typeOf=m,we}var Ae={};/** @license React v16.13.1
|
|
605
605
|
* react-is.development.js
|
|
606
606
|
*
|
|
607
607
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
608
608
|
*
|
|
609
609
|
* This source code is licensed under the MIT license found in the
|
|
610
610
|
* LICENSE file in the root directory of this source tree.
|
|
611
|
-
*/var zd;function q3(){return zd||(zd=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,c=e?Symbol.for("react.context"):60110,l=e?Symbol.for("react.async_mode"):60111,a=e?Symbol.for("react.concurrent_mode"):60111,u=e?Symbol.for("react.forward_ref"):60112,h=e?Symbol.for("react.suspense"):60113,g=e?Symbol.for("react.suspense_list"):60120,x=e?Symbol.for("react.memo"):60115,b=e?Symbol.for("react.lazy"):60116,d=e?Symbol.for("react.block"):60121,f=e?Symbol.for("react.fundamental"):60117,p=e?Symbol.for("react.responder"):60118,y=e?Symbol.for("react.scope"):60119;function m(H){return typeof H=="string"||typeof H=="function"||H===r||H===a||H===s||H===o||H===h||H===g||typeof H=="object"&&H!==null&&(H.$$typeof===b||H.$$typeof===x||H.$$typeof===i||H.$$typeof===c||H.$$typeof===u||H.$$typeof===f||H.$$typeof===p||H.$$typeof===y||H.$$typeof===d)}function E(H){if(typeof H=="object"&&H!==null){var Ne=H.$$typeof;switch(Ne){case t:var Re=H.type;switch(Re){case l:case a:case r:case s:case o:case h:return Re;default:var Ye=Re&&Re.$$typeof;switch(Ye){case c:case u:case b:case x:case i:return Ye;default:return Ne}}case n:return Ne}}}var I=l,w=a,A=c,S=i,T=t,R=u,F=r,D=b,B=x,W=n,X=s,Y=o,K=h,J=!1;function z(H){return J||(J=!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.")),ae(H)||E(H)===l}function ae(H){return E(H)===a}function le(H){return E(H)===c}function M(H){return E(H)===i}function G(H){return typeof H=="object"&&H!==null&&H.$$typeof===t}function j(H){return E(H)===u}function Z(H){return E(H)===r}function q(H){return E(H)===b}function ee(H){return E(H)===x}function re(H){return E(H)===n}function P(H){return E(H)===s}function te(H){return E(H)===o}function ye(H){return E(H)===h}Ae.AsyncMode=I,Ae.ConcurrentMode=w,Ae.ContextConsumer=A,Ae.ContextProvider=S,Ae.Element=T,Ae.ForwardRef=R,Ae.Fragment=F,Ae.Lazy=D,Ae.Memo=B,Ae.Portal=W,Ae.Profiler=X,Ae.StrictMode=Y,Ae.Suspense=K,Ae.isAsyncMode=z,Ae.isConcurrentMode=ae,Ae.isContextConsumer=le,Ae.isContextProvider=M,Ae.isElement=G,Ae.isForwardRef=j,Ae.isFragment=Z,Ae.isLazy=q,Ae.isMemo=ee,Ae.isPortal=re,Ae.isProfiler=P,Ae.isStrictMode=te,Ae.isSuspense=ye,Ae.isValidElementType=m,Ae.typeOf=E}()),Ae}process.env.NODE_ENV==="production"?Va.exports=$3():Va.exports=q3();var U3=Va.exports,Yd=U3,K3={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},eC={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},Jd={};Jd[Yd.ForwardRef]=K3,Jd[Yd.Memo]=eC;var tC=!0;function nC(e,t,n){var r="";return n.split(" ").forEach(function(o){e[o]!==void 0?t.push(e[o]+";"):o&&(r+=o+" ")}),r}var Qd=function(t,n,r){var o=t.key+"-"+n.name;(r===!1||tC===!1)&&t.registered[o]===void 0&&(t.registered[o]=n.styles)},rC=function(t,n,r){Qd(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 oC(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 sC={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},iC=!1,aC=/[A-Z]|^ms/g,cC=/_EMO_([^_]+?)_([^]*?)_EMO_/g,$d=function(t){return t.charCodeAt(1)===45},qd=function(t){return t!=null&&typeof t!="boolean"},Ga=G3(function(e){return $d(e)?e:e.replace(aC,"-$&").toLowerCase()}),Ud=function(t,n){switch(t){case"animation":case"animationName":if(typeof n=="string")return n.replace(cC,function(r,o,s){return Qt={name:o,styles:s,next:Qt},o})}return sC[t]!==1&&!$d(t)&&typeof n=="number"&&n!==0?n+"px":n},lC="Component selectors can only be used in conjunction with @emotion/babel-plugin, the swc Emotion plugin, or another Emotion-aware compiler transform.";function mo(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 Qt={name:o.name,styles:o.styles,next:Qt},o.name;var s=n;if(s.styles!==void 0){var i=s.next;if(i!==void 0)for(;i!==void 0;)Qt={name:i.name,styles:i.styles,next:Qt},i=i.next;var c=s.styles+";";return c}return uC(e,t,n)}case"function":{if(e!==void 0){var l=Qt,a=n(e);return Qt=l,mo(e,t,a)}break}}var u=n;return u}function uC(e,t,n){var r="";if(Array.isArray(n))for(var o=0;o<n.length;o++)r+=mo(e,t,n[o])+";";else for(var s in n){var i=n[s];if(typeof i!="object"){var c=i;qd(c)&&(r+=Ga(s)+":"+Ud(s,c)+";")}else{if(s==="NO_COMPONENT_SELECTOR"&&iC)throw new Error(lC);if(Array.isArray(i)&&typeof i[0]=="string"&&t==null)for(var l=0;l<i.length;l++)qd(i[l])&&(r+=Ga(s)+":"+Ud(s,i[l])+";");else{var a=mo(e,t,i);switch(s){case"animation":case"animationName":{r+=Ga(s)+":"+a+";";break}default:r+=s+"{"+a+"}"}}}}return r}var Kd=/label:\s*([^\s;{]+)\s*(;|$)/g,Qt;function ef(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="";Qt=void 0;var s=e[0];if(s==null||s.raw===void 0)r=!1,o+=mo(n,t,s);else{var i=s;o+=i[0]}for(var c=1;c<e.length;c++)if(o+=mo(n,t,e[c]),r){var l=s;o+=l[c]}Kd.lastIndex=0;for(var a="",u;(u=Kd.exec(o))!==null;)a+="-"+u[1];var h=oC(o)+a;return{name:h,styles:o,next:Qt}}var dC=function(t){return t()},fC=k.useInsertionEffect?k.useInsertionEffect:!1,pC=fC||dC,hC=!1,tf=k.createContext(typeof HTMLElement<"u"?Q3({key:"css"}):null);tf.Provider;var gC=function(t){return _.forwardRef(function(n,r){var o=_.useContext(tf);return t(n,o,r)})},mC=k.createContext({}),Ha={}.hasOwnProperty,Wa="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",bC=function(t,n){var r={};for(var o in n)Ha.call(n,o)&&(r[o]=n[o]);return r[Wa]=t,r},yC=function(t){var n=t.cache,r=t.serialized,o=t.isStringTag;return Qd(n,r,o),pC(function(){return rC(n,r,o)}),null},vC=gC(function(e,t,n){var r=e.css;typeof r=="string"&&t.registered[r]!==void 0&&(r=t.registered[r]);var o=e[Wa],s=[r],i="";typeof e.className=="string"?i=nC(t.registered,s,e.className):e.className!=null&&(i=e.className+" ");var c=ef(s,void 0,k.useContext(mC));i+=t.key+"-"+c.name;var l={};for(var a in e)Ha.call(e,a)&&a!=="css"&&a!==Wa&&!hC&&(l[a]=e[a]);return l.className=i,n&&(l.ref=n),k.createElement(k.Fragment,null,k.createElement(yC,{cache:t,serialized:c,isStringTag:typeof o=="string"}),k.createElement(o,l))}),CC=vC,oe=function(t,n){var r=arguments;if(n==null||!Ha.call(n,"css"))return k.createElement.apply(void 0,r);var o=r.length,s=new Array(o);s[0]=CC,s[1]=bC(t,n);for(var i=2;i<o;i++)s[i]=r[i];return k.createElement.apply(null,s)};function Za(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return ef(t)}var IC=function(){var t=Za.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 xC(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}const EC=Math.min,wC=Math.max,Ns=Math.round,Ps=Math.floor,Ms=e=>({x:e,y:e});function AC(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 Bs(){return typeof window<"u"}function nf(e){return of(e)?(e.nodeName||"").toLowerCase():"#document"}function sn(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function rf(e){var t;return(t=(of(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function of(e){return Bs()?e instanceof Node||e instanceof sn(e).Node:!1}function SC(e){return Bs()?e instanceof Element||e instanceof sn(e).Element:!1}function Xa(e){return Bs()?e instanceof HTMLElement||e instanceof sn(e).HTMLElement:!1}function sf(e){return!Bs()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof sn(e).ShadowRoot}function af(e){const{overflow:t,overflowX:n,overflowY:r,display:o}=za(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&!["inline","contents"].includes(o)}function _C(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function TC(e){return["html","body","#document"].includes(nf(e))}function za(e){return sn(e).getComputedStyle(e)}function OC(e){if(nf(e)==="html")return e;const t=e.assignedSlot||e.parentNode||sf(e)&&e.host||rf(e);return sf(t)?t.host:t}function cf(e){const t=OC(e);return TC(t)?e.ownerDocument?e.ownerDocument.body:e.body:Xa(t)&&af(t)?t:cf(t)}function js(e,t,n){var r;t===void 0&&(t=[]),n===void 0&&(n=!0);const o=cf(e),s=o===((r=e.ownerDocument)==null?void 0:r.body),i=sn(o);if(s){const c=Ya(i);return t.concat(i,i.visualViewport||[],af(o)?o:[],c&&n?js(c):[])}return t.concat(o,js(o,[],n))}function Ya(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function LC(e){const t=za(e);let n=parseFloat(t.width)||0,r=parseFloat(t.height)||0;const o=Xa(e),s=o?e.offsetWidth:n,i=o?e.offsetHeight:r,c=Ns(n)!==s||Ns(r)!==i;return c&&(n=s,r=i),{width:n,height:r,$:c}}function Ja(e){return SC(e)?e:e.contextElement}function lf(e){const t=Ja(e);if(!Xa(t))return Ms(1);const n=t.getBoundingClientRect(),{width:r,height:o,$:s}=LC(t);let i=(s?Ns(n.width):n.width)/r,c=(s?Ns(n.height):n.height)/o;return(!i||!Number.isFinite(i))&&(i=1),(!c||!Number.isFinite(c))&&(c=1),{x:i,y:c}}const FC=Ms(0);function DC(e){const t=sn(e);return!_C()||!t.visualViewport?FC:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function RC(e,t,n){return!1}function uf(e,t,n,r){t===void 0&&(t=!1);const o=e.getBoundingClientRect(),s=Ja(e);let i=Ms(1);t&&(i=lf(e));const c=RC()?DC(s):Ms(0);let l=(o.left+c.x)/i.x,a=(o.top+c.y)/i.y,u=o.width/i.x,h=o.height/i.y;if(s){const g=sn(s),x=r;let b=g,d=Ya(b);for(;d&&r&&x!==b;){const f=lf(d),p=d.getBoundingClientRect(),y=za(d),m=p.left+(d.clientLeft+parseFloat(y.paddingLeft))*f.x,E=p.top+(d.clientTop+parseFloat(y.paddingTop))*f.y;l*=f.x,a*=f.y,u*=f.x,h*=f.y,l+=m,a+=E,b=sn(d),d=Ya(b)}}return AC({width:u,height:h,x:l,y:a})}function kC(e,t){let n=null,r;const o=rf(e);function s(){var c;clearTimeout(r),(c=n)==null||c.disconnect(),n=null}function i(c,l){c===void 0&&(c=!1),l===void 0&&(l=1),s();const{left:a,top:u,width:h,height:g}=e.getBoundingClientRect();if(c||t(),!h||!g)return;const x=Ps(u),b=Ps(o.clientWidth-(a+h)),d=Ps(o.clientHeight-(u+g)),f=Ps(a),y={rootMargin:-x+"px "+-b+"px "+-d+"px "+-f+"px",threshold:wC(0,EC(1,l))||1};let m=!0;function E(I){const w=I[0].intersectionRatio;if(w!==l){if(!m)return i();w?i(!1,w):r=setTimeout(()=>{i(!1,1e-7)},1e3)}m=!1}try{n=new IntersectionObserver(E,{...y,root:o.ownerDocument})}catch{n=new IntersectionObserver(E,y)}n.observe(e)}return i(!0),s}function NC(e,t,n,r){r===void 0&&(r={});const{ancestorScroll:o=!0,ancestorResize:s=!0,elementResize:i=typeof ResizeObserver=="function",layoutShift:c=typeof IntersectionObserver=="function",animationFrame:l=!1}=r,a=Ja(e),u=o||s?[...a?js(a):[],...js(t)]:[];u.forEach(p=>{o&&p.addEventListener("scroll",n,{passive:!0}),s&&p.addEventListener("resize",n)});const h=a&&c?kC(a,n):null;let g=-1,x=null;i&&(x=new ResizeObserver(p=>{let[y]=p;y&&y.target===a&&x&&(x.unobserve(t),cancelAnimationFrame(g),g=requestAnimationFrame(()=>{var m;(m=x)==null||m.observe(t)})),n()}),a&&!l&&x.observe(a),x.observe(t));let b,d=l?uf(e):null;l&&f();function f(){const p=uf(e);d&&(p.x!==d.x||p.y!==d.y||p.width!==d.width||p.height!==d.height)&&n(),d=p,b=requestAnimationFrame(f)}return n(),()=>{var p;u.forEach(y=>{o&&y.removeEventListener("scroll",n),s&&y.removeEventListener("resize",n)}),h==null||h(),(p=x)==null||p.disconnect(),x=null,l&&cancelAnimationFrame(b)}}var Qa=_.useLayoutEffect,PC=["className","clearValue","cx","getStyles","getClassNames","getValue","hasValue","isMulti","isRtl","options","selectOption","selectProps","setValue","theme"],Vs=function(){};function MC(e,t){return t?t[0]==="-"?e+t:e+"__"+t:e}function BC(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(MC(e,i)));return s.filter(function(c){return c}).map(function(c){return String(c).trim()}).join(" ")}var Gs=function(t){return JC(t)?t.filter(Boolean):Xn(t)==="object"&&t!==null?[t]:[]},df=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,PC);return ne({},n)},Be=function(t,n,r){var o=t.cx,s=t.getStyles,i=t.getClassNames,c=t.className;return{css:s(n,t),className:o(r??{},i(n,t),c)}};function jC(e,t,n){if(n){var r=n(e,t);if(typeof r=="string")return r}return e}function Hs(e){return[document.documentElement,document.body,window].indexOf(e)>-1}function VC(e){return Hs(e)?window.innerHeight:e.clientHeight}function ff(e){return Hs(e)?window.pageYOffset:e.scrollTop}function Ws(e,t){if(Hs(e)){window.scrollTo(0,t);return}e.scrollTop=t}function GC(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 HC(e,t,n,r){return n*((e=e/r-1)*e*e+1)+t}function Zs(e,t){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:200,r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:Vs,o=ff(e),s=t-o,i=10,c=0;function l(){c+=i;var a=HC(c,o,s,n);Ws(e,a),c<n?window.requestAnimationFrame(l):r(e)}l()}function pf(e,t){var n=e.getBoundingClientRect(),r=t.getBoundingClientRect(),o=t.offsetHeight/3;r.bottom+o>n.bottom?Ws(e,Math.min(t.offsetTop+t.clientHeight-e.offsetHeight+o,e.scrollHeight)):r.top-o<n.top&&Ws(e,Math.max(t.offsetTop-o,0))}function WC(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 hf(){try{return document.createEvent("TouchEvent"),!0}catch{return!1}}function ZC(){try{return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)}catch{return!1}}var gf=!1,XC={get passive(){return gf=!0}},Xs=typeof window<"u"?window:{};Xs.addEventListener&&Xs.removeEventListener&&(Xs.addEventListener("p",Vs,XC),Xs.removeEventListener("p",Vs,!1));var zC=gf;function YC(e){return e!=null}function JC(e){return Array.isArray(e)}function bo(e,t,n){return e?t:n}function dA(e){return e}function fA(e){return e}var QC=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 c=qe(i,1),l=c[0];return!r.includes(l)});return s.reduce(function(i,c){var l=qe(c,2),a=l[0],u=l[1];return i[a]=u,i},{})},$C=["children","innerProps"],qC=["children","innerProps"];function UC(e){var t=e.maxHeight,n=e.menuEl,r=e.minHeight,o=e.placement,s=e.shouldScroll,i=e.isFixedPosition,c=e.controlHeight,l=GC(n),a={placement:"bottom",maxHeight:t};if(!n||!n.offsetParent)return a;var u=l.getBoundingClientRect(),h=u.height,g=n.getBoundingClientRect(),x=g.bottom,b=g.height,d=g.top,f=n.offsetParent.getBoundingClientRect(),p=f.top,y=i?window.innerHeight:VC(l),m=ff(l),E=parseInt(getComputedStyle(n).marginBottom,10),I=parseInt(getComputedStyle(n).marginTop,10),w=p-I,A=y-d,S=w+m,T=h-m-d,R=x-y+m+E,F=m+d-I,D=160;switch(o){case"auto":case"bottom":if(A>=b)return{placement:"bottom",maxHeight:t};if(T>=b&&!i)return s&&Zs(l,R,D),{placement:"bottom",maxHeight:t};if(!i&&T>=r||i&&A>=r){s&&Zs(l,R,D);var B=i?A-E:T-E;return{placement:"bottom",maxHeight:B}}if(o==="auto"||i){var W=t,X=i?w:S;return X>=r&&(W=Math.min(X-E-c,t)),{placement:"top",maxHeight:W}}if(o==="bottom")return s&&Ws(l,R),{placement:"bottom",maxHeight:t};break;case"top":if(w>=b)return{placement:"top",maxHeight:t};if(S>=b&&!i)return s&&Zs(l,F,D),{placement:"top",maxHeight:t};if(!i&&S>=r||i&&w>=r){var Y=t;return(!i&&S>=r||i&&w>=r)&&(Y=i?w-I:S-I),s&&Zs(l,F,D),{placement:"top",maxHeight:Y}}return{placement:"bottom",maxHeight:t};default:throw new Error('Invalid placement provided "'.concat(o,'".'))}return a}function KC(e){var t={bottom:"top",top:"bottom"};return e?t[e]:"bottom"}var mf=function(t){return t==="auto"?"bottom":t},eI=function(t,n){var r,o=t.placement,s=t.theme,i=s.borderRadius,c=s.spacing,l=s.colors;return ne((r={label:"menu"},yr(r,KC(o),"100%"),yr(r,"position","absolute"),yr(r,"width","100%"),yr(r,"zIndex",1),r),n?{}:{backgroundColor:l.neutral0,borderRadius:i,boxShadow:"0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 11px hsla(0, 0%, 0%, 0.1)",marginBottom:c.menuGutter,marginTop:c.menuGutter})},bf=_.createContext(null),tI=function(t){var n=t.children,r=t.minMenuHeight,o=t.maxMenuHeight,s=t.menuPlacement,i=t.menuPosition,c=t.menuShouldScrollIntoView,l=t.theme,a=_.useContext(bf)||{},u=a.setPortalPlacement,h=_.useRef(null),g=_.useState(o),x=qe(g,2),b=x[0],d=x[1],f=_.useState(null),p=qe(f,2),y=p[0],m=p[1],E=l.spacing.controlHeight;return Qa(function(){var I=h.current;if(I){var w=i==="fixed",A=c&&!w,S=UC({maxHeight:o,menuEl:I,minHeight:r,placement:s,shouldScroll:A,isFixedPosition:w,controlHeight:E});d(S.maxHeight),m(S.placement),u==null||u(S.placement)}},[o,s,i,c,r,u,E]),n({ref:h,placerProps:ne(ne({},t),{},{placement:y||mf(s),maxHeight:b})})},nI=function(t){var n=t.children,r=t.innerRef,o=t.innerProps;return oe("div",ie({},Be(t,"menu",{menu:!0}),{ref:r},o),n)},rI=nI,oI=function(t,n){var r=t.maxHeight,o=t.theme.spacing.baseUnit;return ne({maxHeight:r,overflowY:"auto",position:"relative",WebkitOverflowScrolling:"touch"},n?{}:{paddingBottom:o,paddingTop:o})},sI=function(t){var n=t.children,r=t.innerProps,o=t.innerRef,s=t.isMulti;return oe("div",ie({},Be(t,"menuList",{"menu-list":!0,"menu-list--is-multi":s}),{ref:o},r),n)},yf=function(t,n){var r=t.theme,o=r.spacing.baseUnit,s=r.colors;return ne({textAlign:"center"},n?{}:{color:s.neutral40,padding:"".concat(o*2,"px ").concat(o*3,"px")})},iI=yf,aI=yf,cI=function(t){var n=t.children,r=n===void 0?"No options":n,o=t.innerProps,s=jt(t,$C);return oe("div",ie({},Be(ne(ne({},s),{},{children:r,innerProps:o}),"noOptionsMessage",{"menu-notice":!0,"menu-notice--no-options":!0}),o),r)},lI=function(t){var n=t.children,r=n===void 0?"Loading...":n,o=t.innerProps,s=jt(t,qC);return oe("div",ie({},Be(ne(ne({},s),{},{children:r,innerProps:o}),"loadingMessage",{"menu-notice":!0,"menu-notice--loading":!0}),o),r)},uI=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}},dI=function(t){var n=t.appendTo,r=t.children,o=t.controlElement,s=t.innerProps,i=t.menuPlacement,c=t.menuPosition,l=_.useRef(null),a=_.useRef(null),u=_.useState(mf(i)),h=qe(u,2),g=h[0],x=h[1],b=_.useMemo(function(){return{setPortalPlacement:x}},[]),d=_.useState(null),f=qe(d,2),p=f[0],y=f[1],m=_.useCallback(function(){if(o){var A=WC(o),S=c==="fixed"?0:window.pageYOffset,T=A[g]+S;(T!==(p==null?void 0:p.offset)||A.left!==(p==null?void 0:p.rect.left)||A.width!==(p==null?void 0:p.rect.width))&&y({offset:T,rect:A})}},[o,c,g,p==null?void 0:p.offset,p==null?void 0:p.rect.left,p==null?void 0:p.rect.width]);Qa(function(){m()},[m]);var E=_.useCallback(function(){typeof a.current=="function"&&(a.current(),a.current=null),o&&l.current&&(a.current=NC(o,l.current,m,{elementResize:"ResizeObserver"in window}))},[o,m]);Qa(function(){E()},[E]);var I=_.useCallback(function(A){l.current=A,E()},[E]);if(!n&&c!=="fixed"||!p)return null;var w=oe("div",ie({ref:I},Be(ne(ne({},t),{},{offset:p.offset,position:c,rect:p.rect}),"menuPortal",{"menu-portal":!0}),s),r);return oe(bf.Provider,{value:b},n?ke.createPortal(w,n):w)},fI=function(t){var n=t.isDisabled,r=t.isRtl;return{label:"container",direction:r?"rtl":void 0,pointerEvents:n?"none":void 0,position:"relative"}},pI=function(t){var n=t.children,r=t.innerProps,o=t.isDisabled,s=t.isRtl;return oe("div",ie({},Be(t,"container",{"--is-disabled":o,"--is-rtl":s}),r),n)},hI=function(t,n){var r=t.theme.spacing,o=t.isMulti,s=t.hasValue,i=t.selectProps.controlShouldRenderValue;return ne({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")})},gI=function(t){var n=t.children,r=t.innerProps,o=t.isMulti,s=t.hasValue;return oe("div",ie({},Be(t,"valueContainer",{"value-container":!0,"value-container--is-multi":o,"value-container--has-value":s}),r),n)},mI=function(){return{alignItems:"center",alignSelf:"stretch",display:"flex",flexShrink:0}},bI=function(t){var n=t.children,r=t.innerProps;return oe("div",ie({},Be(t,"indicatorsContainer",{indicators:!0}),r),n)},vf,yI=["size"],vI=["innerProps","isRtl","size"];function CI(){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 II=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:CI},Cf=function(t){var n=t.size,r=jt(t,yI);return oe("svg",ie({height:n,width:n,viewBox:"0 0 20 20","aria-hidden":"true",focusable:"false",css:II},r))},$a=function(t){return oe(Cf,ie({size:20},t),oe("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"}))},If=function(t){return oe(Cf,ie({size:20},t),oe("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"}))},xf=function(t,n){var r=t.isFocused,o=t.theme,s=o.spacing.baseUnit,i=o.colors;return ne({label:"indicatorContainer",display:"flex",transition:"color 150ms"},n?{}:{color:r?i.neutral60:i.neutral20,padding:s*2,":hover":{color:r?i.neutral80:i.neutral40}})},xI=xf,EI=function(t){var n=t.children,r=t.innerProps;return oe("div",ie({},Be(t,"dropdownIndicator",{indicator:!0,"dropdown-indicator":!0}),r),n||oe(If,null))},wI=xf,AI=function(t){var n=t.children,r=t.innerProps;return oe("div",ie({},Be(t,"clearIndicator",{indicator:!0,"clear-indicator":!0}),r),n||oe($a,null))},SI=function(t,n){var r=t.isDisabled,o=t.theme,s=o.spacing.baseUnit,i=o.colors;return ne({label:"indicatorSeparator",alignSelf:"stretch",width:1},n?{}:{backgroundColor:r?i.neutral10:i.neutral20,marginBottom:s*2,marginTop:s*2})},_I=function(t){var n=t.innerProps;return oe("span",ie({},n,Be(t,"indicatorSeparator",{"indicator-separator":!0})))},TI=IC(vf||(vf=xC([`
|
|
611
|
+
*/var Jd;function U3(){return Jd||(Jd=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,c=e?Symbol.for("react.context"):60110,l=e?Symbol.for("react.async_mode"):60111,a=e?Symbol.for("react.concurrent_mode"):60111,u=e?Symbol.for("react.forward_ref"):60112,h=e?Symbol.for("react.suspense"):60113,g=e?Symbol.for("react.suspense_list"):60120,x=e?Symbol.for("react.memo"):60115,b=e?Symbol.for("react.lazy"):60116,d=e?Symbol.for("react.block"):60121,f=e?Symbol.for("react.fundamental"):60117,p=e?Symbol.for("react.responder"):60118,y=e?Symbol.for("react.scope"):60119;function m(H){return typeof H=="string"||typeof H=="function"||H===r||H===a||H===s||H===o||H===h||H===g||typeof H=="object"&&H!==null&&(H.$$typeof===b||H.$$typeof===x||H.$$typeof===i||H.$$typeof===c||H.$$typeof===u||H.$$typeof===f||H.$$typeof===p||H.$$typeof===y||H.$$typeof===d)}function E(H){if(typeof H=="object"&&H!==null){var Ne=H.$$typeof;switch(Ne){case t:var Re=H.type;switch(Re){case l:case a:case r:case s:case o:case h:return Re;default:var Ye=Re&&Re.$$typeof;switch(Ye){case c:case u:case b:case x:case i:return Ye;default:return Ne}}case n:return Ne}}}var I=l,w=a,A=c,S=i,T=t,R=u,F=r,D=b,B=x,W=n,X=s,Y=o,K=h,J=!1;function z(H){return J||(J=!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.")),ae(H)||E(H)===l}function ae(H){return E(H)===a}function le(H){return E(H)===c}function M(H){return E(H)===i}function G(H){return typeof H=="object"&&H!==null&&H.$$typeof===t}function j(H){return E(H)===u}function Z(H){return E(H)===r}function q(H){return E(H)===b}function ee(H){return E(H)===x}function re(H){return E(H)===n}function P(H){return E(H)===s}function te(H){return E(H)===o}function ye(H){return E(H)===h}Ae.AsyncMode=I,Ae.ConcurrentMode=w,Ae.ContextConsumer=A,Ae.ContextProvider=S,Ae.Element=T,Ae.ForwardRef=R,Ae.Fragment=F,Ae.Lazy=D,Ae.Memo=B,Ae.Portal=W,Ae.Profiler=X,Ae.StrictMode=Y,Ae.Suspense=K,Ae.isAsyncMode=z,Ae.isConcurrentMode=ae,Ae.isContextConsumer=le,Ae.isContextProvider=M,Ae.isElement=G,Ae.isForwardRef=j,Ae.isFragment=Z,Ae.isLazy=q,Ae.isMemo=ee,Ae.isPortal=re,Ae.isProfiler=P,Ae.isStrictMode=te,Ae.isSuspense=ye,Ae.isValidElementType=m,Ae.typeOf=E}()),Ae}process.env.NODE_ENV==="production"?Ga.exports=q3():Ga.exports=U3();var K3=Ga.exports,Qd=K3,eC={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},tC={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},$d={};$d[Qd.ForwardRef]=eC,$d[Qd.Memo]=tC;var nC=!0;function rC(e,t,n){var r="";return n.split(" ").forEach(function(o){e[o]!==void 0?t.push(e[o]+";"):o&&(r+=o+" ")}),r}var qd=function(t,n,r){var o=t.key+"-"+n.name;(r===!1||nC===!1)&&t.registered[o]===void 0&&(t.registered[o]=n.styles)},oC=function(t,n,r){qd(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 sC(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},aC=!1,cC=/[A-Z]|^ms/g,lC=/_EMO_([^_]+?)_([^]*?)_EMO_/g,Ud=function(t){return t.charCodeAt(1)===45},Kd=function(t){return t!=null&&typeof t!="boolean"},Ha=H3(function(e){return Ud(e)?e:e.replace(cC,"-$&").toLowerCase()}),ef=function(t,n){switch(t){case"animation":case"animationName":if(typeof n=="string")return n.replace(lC,function(r,o,s){return $t={name:o,styles:s,next:$t},o})}return iC[t]!==1&&!Ud(t)&&typeof n=="number"&&n!==0?n+"px":n},uC="Component selectors can only be used in conjunction with @emotion/babel-plugin, the swc Emotion plugin, or another Emotion-aware compiler transform.";function yo(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 $t={name:o.name,styles:o.styles,next:$t},o.name;var s=n;if(s.styles!==void 0){var i=s.next;if(i!==void 0)for(;i!==void 0;)$t={name:i.name,styles:i.styles,next:$t},i=i.next;var c=s.styles+";";return c}return dC(e,t,n)}case"function":{if(e!==void 0){var l=$t,a=n(e);return $t=l,yo(e,t,a)}break}}var u=n;return u}function dC(e,t,n){var r="";if(Array.isArray(n))for(var o=0;o<n.length;o++)r+=yo(e,t,n[o])+";";else for(var s in n){var i=n[s];if(typeof i!="object"){var c=i;Kd(c)&&(r+=Ha(s)+":"+ef(s,c)+";")}else{if(s==="NO_COMPONENT_SELECTOR"&&aC)throw new Error(uC);if(Array.isArray(i)&&typeof i[0]=="string"&&t==null)for(var l=0;l<i.length;l++)Kd(i[l])&&(r+=Ha(s)+":"+ef(s,i[l])+";");else{var a=yo(e,t,i);switch(s){case"animation":case"animationName":{r+=Ha(s)+":"+a+";";break}default:r+=s+"{"+a+"}"}}}}return r}var tf=/label:\s*([^\s;{]+)\s*(;|$)/g,$t;function nf(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="";$t=void 0;var s=e[0];if(s==null||s.raw===void 0)r=!1,o+=yo(n,t,s);else{var i=s;o+=i[0]}for(var c=1;c<e.length;c++)if(o+=yo(n,t,e[c]),r){var l=s;o+=l[c]}tf.lastIndex=0;for(var a="",u;(u=tf.exec(o))!==null;)a+="-"+u[1];var h=sC(o)+a;return{name:h,styles:o,next:$t}}var fC=function(t){return t()},pC=k.useInsertionEffect?k.useInsertionEffect:!1,hC=pC||fC,gC=!1,rf=k.createContext(typeof HTMLElement<"u"?$3({key:"css"}):null);rf.Provider;var mC=function(t){return _.forwardRef(function(n,r){var o=_.useContext(rf);return t(n,o,r)})},bC=k.createContext({}),Wa={}.hasOwnProperty,Za="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",yC=function(t,n){var r={};for(var o in n)Wa.call(n,o)&&(r[o]=n[o]);return r[Za]=t,r},vC=function(t){var n=t.cache,r=t.serialized,o=t.isStringTag;return qd(n,r,o),hC(function(){return oC(n,r,o)}),null},CC=mC(function(e,t,n){var r=e.css;typeof r=="string"&&t.registered[r]!==void 0&&(r=t.registered[r]);var o=e[Za],s=[r],i="";typeof e.className=="string"?i=rC(t.registered,s,e.className):e.className!=null&&(i=e.className+" ");var c=nf(s,void 0,k.useContext(bC));i+=t.key+"-"+c.name;var l={};for(var a in e)Wa.call(e,a)&&a!=="css"&&a!==Za&&!gC&&(l[a]=e[a]);return l.className=i,n&&(l.ref=n),k.createElement(k.Fragment,null,k.createElement(vC,{cache:t,serialized:c,isStringTag:typeof o=="string"}),k.createElement(o,l))}),IC=CC,oe=function(t,n){var r=arguments;if(n==null||!Wa.call(n,"css"))return k.createElement.apply(void 0,r);var o=r.length,s=new Array(o);s[0]=IC,s[1]=yC(t,n);for(var i=2;i<o;i++)s[i]=r[i];return k.createElement.apply(null,s)};function Xa(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return nf(t)}var xC=function(){var t=Xa.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 EC(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}const wC=Math.min,AC=Math.max,Ns=Math.round,Ps=Math.floor,Ms=e=>({x:e,y:e});function SC(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 Bs(){return typeof window<"u"}function of(e){return af(e)?(e.nodeName||"").toLowerCase():"#document"}function sn(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function sf(e){var t;return(t=(af(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function af(e){return Bs()?e instanceof Node||e instanceof sn(e).Node:!1}function _C(e){return Bs()?e instanceof Element||e instanceof sn(e).Element:!1}function za(e){return Bs()?e instanceof HTMLElement||e instanceof sn(e).HTMLElement:!1}function cf(e){return!Bs()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof sn(e).ShadowRoot}function lf(e){const{overflow:t,overflowX:n,overflowY:r,display:o}=Ya(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&!["inline","contents"].includes(o)}function TC(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function OC(e){return["html","body","#document"].includes(of(e))}function Ya(e){return sn(e).getComputedStyle(e)}function LC(e){if(of(e)==="html")return e;const t=e.assignedSlot||e.parentNode||cf(e)&&e.host||sf(e);return cf(t)?t.host:t}function uf(e){const t=LC(e);return OC(t)?e.ownerDocument?e.ownerDocument.body:e.body:za(t)&&lf(t)?t:uf(t)}function js(e,t,n){var r;t===void 0&&(t=[]),n===void 0&&(n=!0);const o=uf(e),s=o===((r=e.ownerDocument)==null?void 0:r.body),i=sn(o);if(s){const c=Ja(i);return t.concat(i,i.visualViewport||[],lf(o)?o:[],c&&n?js(c):[])}return t.concat(o,js(o,[],n))}function Ja(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function FC(e){const t=Ya(e);let n=parseFloat(t.width)||0,r=parseFloat(t.height)||0;const o=za(e),s=o?e.offsetWidth:n,i=o?e.offsetHeight:r,c=Ns(n)!==s||Ns(r)!==i;return c&&(n=s,r=i),{width:n,height:r,$:c}}function Qa(e){return _C(e)?e:e.contextElement}function df(e){const t=Qa(e);if(!za(t))return Ms(1);const n=t.getBoundingClientRect(),{width:r,height:o,$:s}=FC(t);let i=(s?Ns(n.width):n.width)/r,c=(s?Ns(n.height):n.height)/o;return(!i||!Number.isFinite(i))&&(i=1),(!c||!Number.isFinite(c))&&(c=1),{x:i,y:c}}const DC=Ms(0);function RC(e){const t=sn(e);return!TC()||!t.visualViewport?DC:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function kC(e,t,n){return!1}function ff(e,t,n,r){t===void 0&&(t=!1);const o=e.getBoundingClientRect(),s=Qa(e);let i=Ms(1);t&&(i=df(e));const c=kC()?RC(s):Ms(0);let l=(o.left+c.x)/i.x,a=(o.top+c.y)/i.y,u=o.width/i.x,h=o.height/i.y;if(s){const g=sn(s),x=r;let b=g,d=Ja(b);for(;d&&r&&x!==b;){const f=df(d),p=d.getBoundingClientRect(),y=Ya(d),m=p.left+(d.clientLeft+parseFloat(y.paddingLeft))*f.x,E=p.top+(d.clientTop+parseFloat(y.paddingTop))*f.y;l*=f.x,a*=f.y,u*=f.x,h*=f.y,l+=m,a+=E,b=sn(d),d=Ja(b)}}return SC({width:u,height:h,x:l,y:a})}function NC(e,t){let n=null,r;const o=sf(e);function s(){var c;clearTimeout(r),(c=n)==null||c.disconnect(),n=null}function i(c,l){c===void 0&&(c=!1),l===void 0&&(l=1),s();const{left:a,top:u,width:h,height:g}=e.getBoundingClientRect();if(c||t(),!h||!g)return;const x=Ps(u),b=Ps(o.clientWidth-(a+h)),d=Ps(o.clientHeight-(u+g)),f=Ps(a),y={rootMargin:-x+"px "+-b+"px "+-d+"px "+-f+"px",threshold:AC(0,wC(1,l))||1};let m=!0;function E(I){const w=I[0].intersectionRatio;if(w!==l){if(!m)return i();w?i(!1,w):r=setTimeout(()=>{i(!1,1e-7)},1e3)}m=!1}try{n=new IntersectionObserver(E,{...y,root:o.ownerDocument})}catch{n=new IntersectionObserver(E,y)}n.observe(e)}return i(!0),s}function PC(e,t,n,r){r===void 0&&(r={});const{ancestorScroll:o=!0,ancestorResize:s=!0,elementResize:i=typeof ResizeObserver=="function",layoutShift:c=typeof IntersectionObserver=="function",animationFrame:l=!1}=r,a=Qa(e),u=o||s?[...a?js(a):[],...js(t)]:[];u.forEach(p=>{o&&p.addEventListener("scroll",n,{passive:!0}),s&&p.addEventListener("resize",n)});const h=a&&c?NC(a,n):null;let g=-1,x=null;i&&(x=new ResizeObserver(p=>{let[y]=p;y&&y.target===a&&x&&(x.unobserve(t),cancelAnimationFrame(g),g=requestAnimationFrame(()=>{var m;(m=x)==null||m.observe(t)})),n()}),a&&!l&&x.observe(a),x.observe(t));let b,d=l?ff(e):null;l&&f();function f(){const p=ff(e);d&&(p.x!==d.x||p.y!==d.y||p.width!==d.width||p.height!==d.height)&&n(),d=p,b=requestAnimationFrame(f)}return n(),()=>{var p;u.forEach(y=>{o&&y.removeEventListener("scroll",n),s&&y.removeEventListener("resize",n)}),h==null||h(),(p=x)==null||p.disconnect(),x=null,l&&cancelAnimationFrame(b)}}var $a=_.useLayoutEffect,MC=["className","clearValue","cx","getStyles","getClassNames","getValue","hasValue","isMulti","isRtl","options","selectOption","selectProps","setValue","theme"],Vs=function(){};function BC(e,t){return t?t[0]==="-"?e+t:e+"__"+t:e}function jC(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(BC(e,i)));return s.filter(function(c){return c}).map(function(c){return String(c).trim()}).join(" ")}var Gs=function(t){return QC(t)?t.filter(Boolean):Xn(t)==="object"&&t!==null?[t]:[]},pf=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,MC);return ne({},n)},Be=function(t,n,r){var o=t.cx,s=t.getStyles,i=t.getClassNames,c=t.className;return{css:s(n,t),className:o(r??{},i(n,t),c)}};function VC(e,t,n){if(n){var r=n(e,t);if(typeof r=="string")return r}return e}function Hs(e){return[document.documentElement,document.body,window].indexOf(e)>-1}function GC(e){return Hs(e)?window.innerHeight:e.clientHeight}function hf(e){return Hs(e)?window.pageYOffset:e.scrollTop}function Ws(e,t){if(Hs(e)){window.scrollTo(0,t);return}e.scrollTop=t}function HC(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 WC(e,t,n,r){return n*((e=e/r-1)*e*e+1)+t}function Zs(e,t){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:200,r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:Vs,o=hf(e),s=t-o,i=10,c=0;function l(){c+=i;var a=WC(c,o,s,n);Ws(e,a),c<n?window.requestAnimationFrame(l):r(e)}l()}function gf(e,t){var n=e.getBoundingClientRect(),r=t.getBoundingClientRect(),o=t.offsetHeight/3;r.bottom+o>n.bottom?Ws(e,Math.min(t.offsetTop+t.clientHeight-e.offsetHeight+o,e.scrollHeight)):r.top-o<n.top&&Ws(e,Math.max(t.offsetTop-o,0))}function ZC(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 mf(){try{return document.createEvent("TouchEvent"),!0}catch{return!1}}function XC(){try{return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)}catch{return!1}}var bf=!1,zC={get passive(){return bf=!0}},Xs=typeof window<"u"?window:{};Xs.addEventListener&&Xs.removeEventListener&&(Xs.addEventListener("p",Vs,zC),Xs.removeEventListener("p",Vs,!1));var YC=bf;function JC(e){return e!=null}function QC(e){return Array.isArray(e)}function vo(e,t,n){return e?t:n}function pA(e){return e}function hA(e){return e}var $C=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 c=$e(i,1),l=c[0];return!r.includes(l)});return s.reduce(function(i,c){var l=$e(c,2),a=l[0],u=l[1];return i[a]=u,i},{})},qC=["children","innerProps"],UC=["children","innerProps"];function KC(e){var t=e.maxHeight,n=e.menuEl,r=e.minHeight,o=e.placement,s=e.shouldScroll,i=e.isFixedPosition,c=e.controlHeight,l=HC(n),a={placement:"bottom",maxHeight:t};if(!n||!n.offsetParent)return a;var u=l.getBoundingClientRect(),h=u.height,g=n.getBoundingClientRect(),x=g.bottom,b=g.height,d=g.top,f=n.offsetParent.getBoundingClientRect(),p=f.top,y=i?window.innerHeight:GC(l),m=hf(l),E=parseInt(getComputedStyle(n).marginBottom,10),I=parseInt(getComputedStyle(n).marginTop,10),w=p-I,A=y-d,S=w+m,T=h-m-d,R=x-y+m+E,F=m+d-I,D=160;switch(o){case"auto":case"bottom":if(A>=b)return{placement:"bottom",maxHeight:t};if(T>=b&&!i)return s&&Zs(l,R,D),{placement:"bottom",maxHeight:t};if(!i&&T>=r||i&&A>=r){s&&Zs(l,R,D);var B=i?A-E:T-E;return{placement:"bottom",maxHeight:B}}if(o==="auto"||i){var W=t,X=i?w:S;return X>=r&&(W=Math.min(X-E-c,t)),{placement:"top",maxHeight:W}}if(o==="bottom")return s&&Ws(l,R),{placement:"bottom",maxHeight:t};break;case"top":if(w>=b)return{placement:"top",maxHeight:t};if(S>=b&&!i)return s&&Zs(l,F,D),{placement:"top",maxHeight:t};if(!i&&S>=r||i&&w>=r){var Y=t;return(!i&&S>=r||i&&w>=r)&&(Y=i?w-I:S-I),s&&Zs(l,F,D),{placement:"top",maxHeight:Y}}return{placement:"bottom",maxHeight:t};default:throw new Error('Invalid placement provided "'.concat(o,'".'))}return a}function eI(e){var t={bottom:"top",top:"bottom"};return e?t[e]:"bottom"}var yf=function(t){return t==="auto"?"bottom":t},tI=function(t,n){var r,o=t.placement,s=t.theme,i=s.borderRadius,c=s.spacing,l=s.colors;return ne((r={label:"menu"},Ir(r,eI(o),"100%"),Ir(r,"position","absolute"),Ir(r,"width","100%"),Ir(r,"zIndex",1),r),n?{}:{backgroundColor:l.neutral0,borderRadius:i,boxShadow:"0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 11px hsla(0, 0%, 0%, 0.1)",marginBottom:c.menuGutter,marginTop:c.menuGutter})},vf=_.createContext(null),nI=function(t){var n=t.children,r=t.minMenuHeight,o=t.maxMenuHeight,s=t.menuPlacement,i=t.menuPosition,c=t.menuShouldScrollIntoView,l=t.theme,a=_.useContext(vf)||{},u=a.setPortalPlacement,h=_.useRef(null),g=_.useState(o),x=$e(g,2),b=x[0],d=x[1],f=_.useState(null),p=$e(f,2),y=p[0],m=p[1],E=l.spacing.controlHeight;return $a(function(){var I=h.current;if(I){var w=i==="fixed",A=c&&!w,S=KC({maxHeight:o,menuEl:I,minHeight:r,placement:s,shouldScroll:A,isFixedPosition:w,controlHeight:E});d(S.maxHeight),m(S.placement),u==null||u(S.placement)}},[o,s,i,c,r,u,E]),n({ref:h,placerProps:ne(ne({},t),{},{placement:y||yf(s),maxHeight:b})})},rI=function(t){var n=t.children,r=t.innerRef,o=t.innerProps;return oe("div",ie({},Be(t,"menu",{menu:!0}),{ref:r},o),n)},oI=rI,sI=function(t,n){var r=t.maxHeight,o=t.theme.spacing.baseUnit;return ne({maxHeight:r,overflowY:"auto",position:"relative",WebkitOverflowScrolling:"touch"},n?{}:{paddingBottom:o,paddingTop:o})},iI=function(t){var n=t.children,r=t.innerProps,o=t.innerRef,s=t.isMulti;return oe("div",ie({},Be(t,"menuList",{"menu-list":!0,"menu-list--is-multi":s}),{ref:o},r),n)},Cf=function(t,n){var r=t.theme,o=r.spacing.baseUnit,s=r.colors;return ne({textAlign:"center"},n?{}:{color:s.neutral40,padding:"".concat(o*2,"px ").concat(o*3,"px")})},aI=Cf,cI=Cf,lI=function(t){var n=t.children,r=n===void 0?"No options":n,o=t.innerProps,s=Gt(t,qC);return oe("div",ie({},Be(ne(ne({},s),{},{children:r,innerProps:o}),"noOptionsMessage",{"menu-notice":!0,"menu-notice--no-options":!0}),o),r)},uI=function(t){var n=t.children,r=n===void 0?"Loading...":n,o=t.innerProps,s=Gt(t,UC);return oe("div",ie({},Be(ne(ne({},s),{},{children:r,innerProps:o}),"loadingMessage",{"menu-notice":!0,"menu-notice--loading":!0}),o),r)},dI=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}},fI=function(t){var n=t.appendTo,r=t.children,o=t.controlElement,s=t.innerProps,i=t.menuPlacement,c=t.menuPosition,l=_.useRef(null),a=_.useRef(null),u=_.useState(yf(i)),h=$e(u,2),g=h[0],x=h[1],b=_.useMemo(function(){return{setPortalPlacement:x}},[]),d=_.useState(null),f=$e(d,2),p=f[0],y=f[1],m=_.useCallback(function(){if(o){var A=ZC(o),S=c==="fixed"?0:window.pageYOffset,T=A[g]+S;(T!==(p==null?void 0:p.offset)||A.left!==(p==null?void 0:p.rect.left)||A.width!==(p==null?void 0:p.rect.width))&&y({offset:T,rect:A})}},[o,c,g,p==null?void 0:p.offset,p==null?void 0:p.rect.left,p==null?void 0:p.rect.width]);$a(function(){m()},[m]);var E=_.useCallback(function(){typeof a.current=="function"&&(a.current(),a.current=null),o&&l.current&&(a.current=PC(o,l.current,m,{elementResize:"ResizeObserver"in window}))},[o,m]);$a(function(){E()},[E]);var I=_.useCallback(function(A){l.current=A,E()},[E]);if(!n&&c!=="fixed"||!p)return null;var w=oe("div",ie({ref:I},Be(ne(ne({},t),{},{offset:p.offset,position:c,rect:p.rect}),"menuPortal",{"menu-portal":!0}),s),r);return oe(vf.Provider,{value:b},n?ke.createPortal(w,n):w)},pI=function(t){var n=t.isDisabled,r=t.isRtl;return{label:"container",direction:r?"rtl":void 0,pointerEvents:n?"none":void 0,position:"relative"}},hI=function(t){var n=t.children,r=t.innerProps,o=t.isDisabled,s=t.isRtl;return oe("div",ie({},Be(t,"container",{"--is-disabled":o,"--is-rtl":s}),r),n)},gI=function(t,n){var r=t.theme.spacing,o=t.isMulti,s=t.hasValue,i=t.selectProps.controlShouldRenderValue;return ne({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")})},mI=function(t){var n=t.children,r=t.innerProps,o=t.isMulti,s=t.hasValue;return oe("div",ie({},Be(t,"valueContainer",{"value-container":!0,"value-container--is-multi":o,"value-container--has-value":s}),r),n)},bI=function(){return{alignItems:"center",alignSelf:"stretch",display:"flex",flexShrink:0}},yI=function(t){var n=t.children,r=t.innerProps;return oe("div",ie({},Be(t,"indicatorsContainer",{indicators:!0}),r),n)},If,vI=["size"],CI=["innerProps","isRtl","size"];function II(){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=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:II},xf=function(t){var n=t.size,r=Gt(t,vI);return oe("svg",ie({height:n,width:n,viewBox:"0 0 20 20","aria-hidden":"true",focusable:"false",css:xI},r))},qa=function(t){return oe(xf,ie({size:20},t),oe("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"}))},Ef=function(t){return oe(xf,ie({size:20},t),oe("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"}))},wf=function(t,n){var r=t.isFocused,o=t.theme,s=o.spacing.baseUnit,i=o.colors;return ne({label:"indicatorContainer",display:"flex",transition:"color 150ms"},n?{}:{color:r?i.neutral60:i.neutral20,padding:s*2,":hover":{color:r?i.neutral80:i.neutral40}})},EI=wf,wI=function(t){var n=t.children,r=t.innerProps;return oe("div",ie({},Be(t,"dropdownIndicator",{indicator:!0,"dropdown-indicator":!0}),r),n||oe(Ef,null))},AI=wf,SI=function(t){var n=t.children,r=t.innerProps;return oe("div",ie({},Be(t,"clearIndicator",{indicator:!0,"clear-indicator":!0}),r),n||oe(qa,null))},_I=function(t,n){var r=t.isDisabled,o=t.theme,s=o.spacing.baseUnit,i=o.colors;return ne({label:"indicatorSeparator",alignSelf:"stretch",width:1},n?{}:{backgroundColor:r?i.neutral10:i.neutral20,marginBottom:s*2,marginTop:s*2})},TI=function(t){var n=t.innerProps;return oe("span",ie({},n,Be(t,"indicatorSeparator",{"indicator-separator":!0})))},OI=xC(If||(If=EC([`
|
|
612
612
|
0%, 80%, 100% { opacity: 0; }
|
|
613
613
|
40% { opacity: 1; }
|
|
614
|
-
`]))),OI=function(t,n){var r=t.isFocused,o=t.size,s=t.theme,i=s.colors,c=s.spacing.baseUnit;return ne({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:c*2})},qa=function(t){var n=t.delay,r=t.offset;return oe("span",{css:Za({animation:"".concat(TI," 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 */")})},LI=function(t){var n=t.innerProps,r=t.isRtl,o=t.size,s=o===void 0?4:o,i=jt(t,vI);return oe("div",ie({},Be(ne(ne({},i),{},{innerProps:n,isRtl:r,size:s}),"loadingIndicator",{indicator:!0,"loading-indicator":!0}),n),oe(qa,{delay:0,offset:r}),oe(qa,{delay:160,offset:!0}),oe(qa,{delay:320,offset:!r}))},FI=function(t,n){var r=t.isDisabled,o=t.isFocused,s=t.theme,i=s.colors,c=s.borderRadius,l=s.spacing;return ne({label:"control",alignItems:"center",cursor:"default",display:"flex",flexWrap:"wrap",justifyContent:"space-between",minHeight:l.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:c,borderStyle:"solid",borderWidth:1,boxShadow:o?"0 0 0 1px ".concat(i.primary):void 0,"&:hover":{borderColor:o?i.primary:i.neutral30}})},DI=function(t){var n=t.children,r=t.isDisabled,o=t.isFocused,s=t.innerRef,i=t.innerProps,c=t.menuIsOpen;return oe("div",ie({ref:s},Be(t,"control",{control:!0,"control--is-disabled":r,"control--is-focused":o,"control--menu-is-open":c}),i,{"aria-disabled":r||void 0}),n)},RI=DI,kI=["data"],NI=function(t,n){var r=t.theme.spacing;return n?{}:{paddingBottom:r.baseUnit*2,paddingTop:r.baseUnit*2}},PI=function(t){var n=t.children,r=t.cx,o=t.getStyles,s=t.getClassNames,i=t.Heading,c=t.headingProps,l=t.innerProps,a=t.label,u=t.theme,h=t.selectProps;return oe("div",ie({},Be(t,"group",{group:!0}),l),oe(i,ie({},c,{selectProps:h,theme:u,getStyles:o,getClassNames:s,cx:r}),a),oe("div",null,n))},MI=function(t,n){var r=t.theme,o=r.colors,s=r.spacing;return ne({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"})},BI=function(t){var n=df(t);n.data;var r=jt(n,kI);return oe("div",ie({},Be(t,"groupHeading",{"group-heading":!0}),r))},jI=PI,VI=["innerRef","isDisabled","isHidden","inputClassName"],GI=function(t,n){var r=t.isDisabled,o=t.value,s=t.theme,i=s.spacing,c=s.colors;return ne(ne({visibility:r?"hidden":"visible",transform:o?"translateZ(0)":""},HI),n?{}:{margin:i.baseUnit/2,paddingBottom:i.baseUnit/2,paddingTop:i.baseUnit/2,color:c.neutral80})},Ef={gridArea:"1 / 2",font:"inherit",minWidth:"2px",border:0,margin:0,outline:0,padding:0},HI={flex:"1 1 auto",display:"inline-grid",gridArea:"1 / 1 / 2 / 3",gridTemplateColumns:"0 min-content","&:after":ne({content:'attr(data-value) " "',visibility:"hidden",whiteSpace:"pre"},Ef)},WI=function(t){return ne({label:"input",color:"inherit",background:0,opacity:t?0:1,width:"100%"},Ef)},ZI=function(t){var n=t.cx,r=t.value,o=df(t),s=o.innerRef,i=o.isDisabled,c=o.isHidden,l=o.inputClassName,a=jt(o,VI);return oe("div",ie({},Be(t,"input",{"input-container":!0}),{"data-value":r||""}),oe("input",ie({className:n({input:!0},l),ref:s,style:WI(c),disabled:i},a)))},XI=ZI,zI=function(t,n){var r=t.theme,o=r.spacing,s=r.borderRadius,i=r.colors;return ne({label:"multiValue",display:"flex",minWidth:0},n?{}:{backgroundColor:i.neutral10,borderRadius:s/2,margin:o.baseUnit/2})},YI=function(t,n){var r=t.theme,o=r.borderRadius,s=r.colors,i=t.cropWithEllipsis;return ne({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})},JI=function(t,n){var r=t.theme,o=r.spacing,s=r.borderRadius,i=r.colors,c=t.isFocused;return ne({alignItems:"center",display:"flex"},n?{}:{borderRadius:s/2,backgroundColor:c?i.dangerLight:void 0,paddingLeft:o.baseUnit,paddingRight:o.baseUnit,":hover":{backgroundColor:i.dangerLight,color:i.danger}})},wf=function(t){var n=t.children,r=t.innerProps;return oe("div",r,n)},QI=wf,$I=wf;function qI(e){var t=e.children,n=e.innerProps;return oe("div",ie({role:"button"},n),t||oe($a,{size:14}))}var UI=function(t){var n=t.children,r=t.components,o=t.data,s=t.innerProps,i=t.isDisabled,c=t.removeProps,l=t.selectProps,a=r.Container,u=r.Label,h=r.Remove;return oe(a,{data:o,innerProps:ne(ne({},Be(t,"multiValue",{"multi-value":!0,"multi-value--is-disabled":i})),s),selectProps:l},oe(u,{data:o,innerProps:ne({},Be(t,"multiValueLabel",{"multi-value__label":!0})),selectProps:l},n),oe(h,{data:o,innerProps:ne(ne({},Be(t,"multiValueRemove",{"multi-value__remove":!0})),{},{"aria-label":"Remove ".concat(n||"option")},c),selectProps:l}))},KI=UI,ex=function(t,n){var r=t.isDisabled,o=t.isFocused,s=t.isSelected,i=t.theme,c=i.spacing,l=i.colors;return ne({label:"option",cursor:"default",display:"block",fontSize:"inherit",width:"100%",userSelect:"none",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)"},n?{}:{backgroundColor:s?l.primary:o?l.primary25:"transparent",color:r?l.neutral20:s?l.neutral0:"inherit",padding:"".concat(c.baseUnit*2,"px ").concat(c.baseUnit*3,"px"),":active":{backgroundColor:r?void 0:s?l.primary:l.primary50}})},tx=function(t){var n=t.children,r=t.isDisabled,o=t.isFocused,s=t.isSelected,i=t.innerRef,c=t.innerProps;return oe("div",ie({},Be(t,"option",{option:!0,"option--is-disabled":r,"option--is-focused":o,"option--is-selected":s}),{ref:i,"aria-disabled":r},c),n)},nx=tx,rx=function(t,n){var r=t.theme,o=r.spacing,s=r.colors;return ne({label:"placeholder",gridArea:"1 / 1 / 2 / 3"},n?{}:{color:s.neutral50,marginLeft:o.baseUnit/2,marginRight:o.baseUnit/2})},ox=function(t){var n=t.children,r=t.innerProps;return oe("div",ie({},Be(t,"placeholder",{placeholder:!0}),r),n)},sx=ox,ix=function(t,n){var r=t.isDisabled,o=t.theme,s=o.spacing,i=o.colors;return ne({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})},ax=function(t){var n=t.children,r=t.isDisabled,o=t.innerProps;return oe("div",ie({},Be(t,"singleValue",{"single-value":!0,"single-value--is-disabled":r}),o),n)},cx=ax,an={ClearIndicator:AI,Control:RI,DropdownIndicator:EI,DownChevron:If,CrossIcon:$a,Group:jI,GroupHeading:BI,IndicatorsContainer:bI,IndicatorSeparator:_I,Input:XI,LoadingIndicator:LI,Menu:rI,MenuList:sI,MenuPortal:dI,LoadingMessage:lI,NoOptionsMessage:cI,MultiValue:KI,MultiValueContainer:QI,MultiValueLabel:$I,MultiValueRemove:qI,Option:nx,Placeholder:sx,SelectContainer:pI,SingleValue:cx,ValueContainer:gI},lx=function(t){return ne(ne({},an),t.components)},Af=Number.isNaN||function(t){return typeof t=="number"&&t!==t};function ux(e,t){return!!(e===t||Af(e)&&Af(t))}function dx(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(!ux(e[n],t[n]))return!1;return!0}function fx(e,t){t===void 0&&(t=dx);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 px(){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 hx=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:px},gx=function(t){return oe("span",ie({css:hx},t))},Sf=gx,mx={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,c=t.selectValue,l=t.isDisabled,a=t.isSelected,u=t.isAppleDevice,h=function(d,f){return d&&d.length?"".concat(d.indexOf(f)+1," of ").concat(d.length):""};if(n==="value"&&c)return"value ".concat(i," focused, ").concat(h(c,r),".");if(n==="menu"&&u){var g=l?" disabled":"",x="".concat(a?" selected":"").concat(g);return"".concat(i).concat(x,", ").concat(h(o,r),".")}return""},onFilter:function(t){var n=t.inputValue,r=t.resultsMessage;return"".concat(r).concat(n?" for search term "+n:"",".")}},bx=function(t){var n=t.ariaSelection,r=t.focusedOption,o=t.focusedValue,s=t.focusableOptions,i=t.isFocused,c=t.selectValue,l=t.selectProps,a=t.id,u=t.isAppleDevice,h=l.ariaLiveMessages,g=l.getOptionLabel,x=l.inputValue,b=l.isMulti,d=l.isOptionDisabled,f=l.isSearchable,p=l.menuIsOpen,y=l.options,m=l.screenReaderStatus,E=l.tabSelectsValue,I=l.isLoading,w=l["aria-label"],A=l["aria-live"],S=_.useMemo(function(){return ne(ne({},mx),h||{})},[h]),T=_.useMemo(function(){var X="";if(n&&S.onChange){var Y=n.option,K=n.options,J=n.removedValue,z=n.removedValues,ae=n.value,le=function(re){return Array.isArray(re)?null:re},M=J||Y||le(ae),G=M?g(M):"",j=K||z||void 0,Z=j?j.map(g):[],q=ne({isDisabled:M&&d(M,c),label:G,labels:Z},n);X=S.onChange(q)}return X},[n,S,d,c,g]),R=_.useMemo(function(){var X="",Y=r||o,K=!!(r&&c&&c.includes(r));if(Y&&S.onFocus){var J={focused:Y,label:g(Y),isDisabled:d(Y,c),isSelected:K,options:s,context:Y===r?"menu":"value",selectValue:c,isAppleDevice:u};X=S.onFocus(J)}return X},[r,o,g,d,S,s,c,u]),F=_.useMemo(function(){var X="";if(p&&y.length&&!I&&S.onFilter){var Y=m({count:s.length});X=S.onFilter({inputValue:x,resultsMessage:Y})}return X},[s,x,p,S,y,m,I]),D=(n==null?void 0:n.action)==="initial-input-focus",B=_.useMemo(function(){var X="";if(S.guidance){var Y=o?"value":p?"menu":"input";X=S.guidance({"aria-label":w,context:Y,isDisabled:r&&d(r,c),isMulti:b,isSearchable:f,tabSelectsValue:E,isInitialFocus:D})}return X},[w,r,o,b,d,f,p,S,c,E,D]),W=oe(_.Fragment,null,oe("span",{id:"aria-selection"},T),oe("span",{id:"aria-focused"},R),oe("span",{id:"aria-results"},F),oe("span",{id:"aria-guidance"},B));return oe(_.Fragment,null,oe(Sf,{id:a},D&&W),oe(Sf,{"aria-live":A,"aria-atomic":"false","aria-relevant":"additions text",role:"log"},i&&!D&&W))},yx=bx,Ua=[{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źẑżžẓẕƶȥɀⱬꝣ"}],vx=new RegExp("["+Ua.map(function(e){return e.letters}).join("")+"]","g"),_f={},Ka=0;Ka<Ua.length;Ka++)for(var ec=Ua[Ka],tc=0;tc<ec.letters.length;tc++)_f[ec.letters[tc]]=ec.base;var Tf=function(t){return t.replace(vx,function(n){return _f[n]})},Cx=fx(Tf),Of=function(t){return t.replace(/^\s+|\s+$/g,"")},Ix=function(t){return"".concat(t.label," ").concat(t.value)},xx=function(t){return function(n,r){if(n.data.__isNew__)return!0;var o=ne({ignoreCase:!0,ignoreAccents:!0,stringify:Ix,trim:!0,matchFrom:"any"},t),s=o.ignoreCase,i=o.ignoreAccents,c=o.stringify,l=o.trim,a=o.matchFrom,u=l?Of(r):r,h=l?Of(c(n)):c(n);return s&&(u=u.toLowerCase(),h=h.toLowerCase()),i&&(u=Cx(u),h=Tf(h)),a==="start"?h.substr(0,u.length)===u:h.indexOf(u)>-1}},Ex=["innerRef"];function wx(e){var t=e.innerRef,n=jt(e,Ex),r=QC(n,"onExited","in","enter","exit","appear");return oe("input",ie({ref:t},r,{css:Za({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 Ax=function(t){t.cancelable&&t.preventDefault(),t.stopPropagation()};function Sx(e){var t=e.isEnabled,n=e.onBottomArrive,r=e.onBottomLeave,o=e.onTopArrive,s=e.onTopLeave,i=_.useRef(!1),c=_.useRef(!1),l=_.useRef(0),a=_.useRef(null),u=_.useCallback(function(f,p){if(a.current!==null){var y=a.current,m=y.scrollTop,E=y.scrollHeight,I=y.clientHeight,w=a.current,A=p>0,S=E-I-m,T=!1;S>p&&i.current&&(r&&r(f),i.current=!1),A&&c.current&&(s&&s(f),c.current=!1),A&&p>S?(n&&!i.current&&n(f),w.scrollTop=E,T=!0,i.current=!0):!A&&-p>m&&(o&&!c.current&&o(f),w.scrollTop=0,T=!0,c.current=!0),T&&Ax(f)}},[n,r,o,s]),h=_.useCallback(function(f){u(f,f.deltaY)},[u]),g=_.useCallback(function(f){l.current=f.changedTouches[0].clientY},[]),x=_.useCallback(function(f){var p=l.current-f.changedTouches[0].clientY;u(f,p)},[u]),b=_.useCallback(function(f){if(f){var p=zC?{passive:!1}:!1;f.addEventListener("wheel",h,p),f.addEventListener("touchstart",g,p),f.addEventListener("touchmove",x,p)}},[x,g,h]),d=_.useCallback(function(f){f&&(f.removeEventListener("wheel",h,!1),f.removeEventListener("touchstart",g,!1),f.removeEventListener("touchmove",x,!1))},[x,g,h]);return _.useEffect(function(){if(t){var f=a.current;return b(f),function(){d(f)}}},[t,b,d]),function(f){a.current=f}}var Lf=["boxSizing","height","overflow","paddingRight","position"],Ff={boxSizing:"border-box",overflow:"hidden",position:"relative",height:"100%"};function Df(e){e.preventDefault()}function Rf(e){e.stopPropagation()}function kf(){var e=this.scrollTop,t=this.scrollHeight,n=e+this.offsetHeight;e===0?this.scrollTop=1:n===t&&(this.scrollTop=e-1)}function Nf(){return"ontouchstart"in window||navigator.maxTouchPoints}var Pf=!!(typeof window<"u"&&window.document&&window.document.createElement),yo=0,Er={capture:!1,passive:!1};function _x(e){var t=e.isEnabled,n=e.accountForScrollbars,r=n===void 0?!0:n,o=_.useRef({}),s=_.useRef(null),i=_.useCallback(function(l){if(Pf){var a=document.body,u=a&&a.style;if(r&&Lf.forEach(function(b){var d=u&&u[b];o.current[b]=d}),r&&yo<1){var h=parseInt(o.current.paddingRight,10)||0,g=document.body?document.body.clientWidth:0,x=window.innerWidth-g+h||0;Object.keys(Ff).forEach(function(b){var d=Ff[b];u&&(u[b]=d)}),u&&(u.paddingRight="".concat(x,"px"))}a&&Nf()&&(a.addEventListener("touchmove",Df,Er),l&&(l.addEventListener("touchstart",kf,Er),l.addEventListener("touchmove",Rf,Er))),yo+=1}},[r]),c=_.useCallback(function(l){if(Pf){var a=document.body,u=a&&a.style;yo=Math.max(yo-1,0),r&&yo<1&&Lf.forEach(function(h){var g=o.current[h];u&&(u[h]=g)}),a&&Nf()&&(a.removeEventListener("touchmove",Df,Er),l&&(l.removeEventListener("touchstart",kf,Er),l.removeEventListener("touchmove",Rf,Er)))}},[r]);return _.useEffect(function(){if(t){var l=s.current;return i(l),function(){c(l)}}},[t,i,c]),function(l){s.current=l}}function Tx(){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 Ox=function(t){var n=t.target;return n.ownerDocument.activeElement&&n.ownerDocument.activeElement.blur()},Lx=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:Tx};function Fx(e){var t=e.children,n=e.lockEnabled,r=e.captureEnabled,o=r===void 0?!0:r,s=e.onBottomArrive,i=e.onBottomLeave,c=e.onTopArrive,l=e.onTopLeave,a=Sx({isEnabled:o,onBottomArrive:s,onBottomLeave:i,onTopArrive:c,onTopLeave:l}),u=_x({isEnabled:n}),h=function(x){a(x),u(x)};return oe(_.Fragment,null,n&&oe("div",{onClick:Ox,css:Lx}),t(h))}function Dx(){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 Rx=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:Dx},kx=function(t){var n=t.name,r=t.onFocus;return oe("input",{required:!0,name:n,tabIndex:-1,"aria-hidden":"true",onFocus:r,css:Rx,value:"",onChange:function(){}})},Nx=kx;function nc(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 Px(){return nc(/^iPhone/i)}function Mf(){return nc(/^Mac/i)}function Mx(){return nc(/^iPad/i)||Mf()&&navigator.maxTouchPoints>1}function Bx(){return Px()||Mx()}function jx(){return Mf()||Bx()}var Vx=function(t){return t.label},Bf=function(t){return t.label},jf=function(t){return t.value},Gx=function(t){return!!t.isDisabled},Hx={clearIndicator:wI,container:fI,control:FI,dropdownIndicator:xI,group:NI,groupHeading:MI,indicatorsContainer:mI,indicatorSeparator:SI,input:GI,loadingIndicator:OI,loadingMessage:aI,menu:eI,menuList:oI,menuPortal:uI,multiValue:zI,multiValueLabel:YI,multiValueRemove:JI,noOptionsMessage:iI,option:ex,placeholder:rx,singleValue:ix,valueContainer:hI},Wx={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%)"},Zx=4,Vf=4,Xx=38,zx=Vf*2,Yx={baseUnit:Vf,controlHeight:Xx,menuGutter:zx},rc={borderRadius:Zx,colors:Wx,spacing:Yx},Jx={"aria-live":"polite",backspaceRemovesValue:!0,blurInputOnSelect:hf(),captureMenuScroll:!hf(),classNames:{},closeMenuOnSelect:!0,closeMenuOnScroll:!1,components:{},controlShouldRenderValue:!0,escapeClearsValue:!1,filterOption:xx(),formatGroupLabel:Vx,getOptionLabel:Bf,getOptionValue:jf,isDisabled:!1,isLoading:!1,isMulti:!1,isRtl:!1,isSearchable:!0,isOptionDisabled:Gx,loadingMessage:function(){return"Loading..."},maxMenuHeight:300,minMenuHeight:140,menuIsOpen:!1,menuPlacement:"bottom",menuPosition:"absolute",menuShouldBlockScroll:!1,menuShouldScrollIntoView:!ZC(),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 Gf(e,t,n,r){var o=zf(e,t,n),s=Yf(e,t,n),i=Xf(e,t),c=Ys(e,t);return{type:"option",data:t,isDisabled:o,isSelected:s,label:i,value:c,index:r}}function zs(e,t){return e.options.map(function(n,r){if("options"in n){var o=n.options.map(function(i,c){return Gf(e,i,t,c)}).filter(function(i){return Zf(e,i)});return o.length>0?{type:"group",data:n,options:o,index:r}:void 0}var s=Gf(e,n,t,r);return Zf(e,s)?s:void 0}).filter(YC)}function Hf(e){return e.reduce(function(t,n){return n.type==="group"?t.push.apply(t,vr(n.options.map(function(r){return r.data}))):t.push(n.data),t},[])}function Wf(e,t){return e.reduce(function(n,r){return r.type==="group"?n.push.apply(n,vr(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 Qx(e,t){return Hf(zs(e,t))}function Zf(e,t){var n=e.inputValue,r=n===void 0?"":n,o=t.data,s=t.isSelected,i=t.label,c=t.value;return(!Qf(e)||!s)&&Jf(e,{label:i,value:c,data:o},r)}function $x(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 qx(e,t){var n=e.focusedOption;return n&&t.indexOf(n)>-1?n:t[0]}var oc=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},Xf=function(t,n){return t.getOptionLabel(n)},Ys=function(t,n){return t.getOptionValue(n)};function zf(e,t,n){return typeof e.isOptionDisabled=="function"?e.isOptionDisabled(t,n):!1}function Yf(e,t,n){if(n.indexOf(t)>-1)return!0;if(typeof e.isOptionSelected=="function")return e.isOptionSelected(t,n);var r=Ys(e,t);return n.some(function(o){return Ys(e,o)===r})}function Jf(e,t,n){return e.filterOption?e.filterOption(t,n):!0}var Qf=function(t){var n=t.hideSelectedOptions,r=t.isMulti;return n===void 0?r:n},Ux=1,Js=function(e){f3(n,e);var t=g3(n);function n(r){var o;if(u3(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=jx(),o.controlRef=null,o.getControlRef=function(l){o.controlRef=l},o.focusedOptionRef=null,o.getFocusedOptionRef=function(l){o.focusedOptionRef=l},o.menuListRef=null,o.getMenuListRef=function(l){o.menuListRef=l},o.inputRef=null,o.getInputRef=function(l){o.inputRef=l},o.focus=o.focusInput,o.blur=o.blurInput,o.onChange=function(l,a){var u=o.props,h=u.onChange,g=u.name;a.name=g,o.ariaOnChange(l,a),h(l,a)},o.setValue=function(l,a,u){var h=o.props,g=h.closeMenuOnSelect,x=h.isMulti,b=h.inputValue;o.onInputChange("",{action:"set-value",prevInputValue:b}),g&&(o.setState({inputIsHiddenAfterUpdate:!x}),o.onMenuClose()),o.setState({clearFocusValueOnUpdate:!0}),o.onChange(l,{action:a,option:u})},o.selectOption=function(l){var a=o.props,u=a.blurInputOnSelect,h=a.isMulti,g=a.name,x=o.state.selectValue,b=h&&o.isOptionSelected(l,x),d=o.isOptionDisabled(l,x);if(b){var f=o.getOptionValue(l);o.setValue(x.filter(function(p){return o.getOptionValue(p)!==f}),"deselect-option",l)}else if(!d)h?o.setValue([].concat(vr(x),[l]),"select-option",l):o.setValue(l,"select-option");else{o.ariaOnChange(l,{action:"select-option",option:l,name:g});return}u&&o.blurInput()},o.removeValue=function(l){var a=o.props.isMulti,u=o.state.selectValue,h=o.getOptionValue(l),g=u.filter(function(b){return o.getOptionValue(b)!==h}),x=bo(a,g,g[0]||null);o.onChange(x,{action:"remove-value",removedValue:l}),o.focusInput()},o.clearValue=function(){var l=o.state.selectValue;o.onChange(bo(o.props.isMulti,[],null),{action:"clear",removedValues:l})},o.popValue=function(){var l=o.props.isMulti,a=o.state.selectValue,u=a[a.length-1],h=a.slice(0,a.length-1),g=bo(l,h,h[0]||null);u&&o.onChange(g,{action:"pop-value",removedValue:u})},o.getFocusedOptionId=function(l){return oc(o.state.focusableOptionsWithIds,l)},o.getFocusableOptionsWithIds=function(){return Wf(zs(o.props,o.state.selectValue),o.getElementId("option"))},o.getValue=function(){return o.state.selectValue},o.cx=function(){for(var l=arguments.length,a=new Array(l),u=0;u<l;u++)a[u]=arguments[u];return BC.apply(void 0,[o.props.classNamePrefix].concat(a))},o.getOptionLabel=function(l){return Xf(o.props,l)},o.getOptionValue=function(l){return Ys(o.props,l)},o.getStyles=function(l,a){var u=o.props.unstyled,h=Hx[l](a,u);h.boxSizing="border-box";var g=o.props.styles[l];return g?g(h,a):h},o.getClassNames=function(l,a){var u,h;return(u=(h=o.props.classNames)[l])===null||u===void 0?void 0:u.call(h,a)},o.getElementId=function(l){return"".concat(o.state.instancePrefix,"-").concat(l)},o.getComponents=function(){return lx(o.props)},o.buildCategorizedOptions=function(){return zs(o.props,o.state.selectValue)},o.getCategorizedOptions=function(){return o.props.menuIsOpen?o.buildCategorizedOptions():[]},o.buildFocusableOptions=function(){return Hf(o.buildCategorizedOptions())},o.getFocusableOptions=function(){return o.props.menuIsOpen?o.buildFocusableOptions():[]},o.ariaOnChange=function(l,a){o.setState({ariaSelection:ne({value:l},a)})},o.onMenuMouseDown=function(l){l.button===0&&(l.stopPropagation(),l.preventDefault(),o.focusInput())},o.onMenuMouseMove=function(l){o.blockOptionHover=!1},o.onControlMouseDown=function(l){if(!l.defaultPrevented){var a=o.props.openMenuOnClick;o.state.isFocused?o.props.menuIsOpen?l.target.tagName!=="INPUT"&&l.target.tagName!=="TEXTAREA"&&o.onMenuClose():a&&o.openMenu("first"):(a&&(o.openAfterFocus=!0),o.focusInput()),l.target.tagName!=="INPUT"&&l.target.tagName!=="TEXTAREA"&&l.preventDefault()}},o.onDropdownIndicatorMouseDown=function(l){if(!(l&&l.type==="mousedown"&&l.button!==0)&&!o.props.isDisabled){var a=o.props,u=a.isMulti,h=a.menuIsOpen;o.focusInput(),h?(o.setState({inputIsHiddenAfterUpdate:!u}),o.onMenuClose()):o.openMenu("first"),l.preventDefault()}},o.onClearIndicatorMouseDown=function(l){l&&l.type==="mousedown"&&l.button!==0||(o.clearValue(),l.preventDefault(),o.openAfterFocus=!1,l.type==="touchend"?o.focusInput():setTimeout(function(){return o.focusInput()}))},o.onScroll=function(l){typeof o.props.closeMenuOnScroll=="boolean"?l.target instanceof HTMLElement&&Hs(l.target)&&o.props.onMenuClose():typeof o.props.closeMenuOnScroll=="function"&&o.props.closeMenuOnScroll(l)&&o.props.onMenuClose()},o.onCompositionStart=function(){o.isComposing=!0},o.onCompositionEnd=function(){o.isComposing=!1},o.onTouchStart=function(l){var a=l.touches,u=a&&a.item(0);u&&(o.initialTouchX=u.clientX,o.initialTouchY=u.clientY,o.userIsDragging=!1)},o.onTouchMove=function(l){var a=l.touches,u=a&&a.item(0);if(u){var h=Math.abs(u.clientX-o.initialTouchX),g=Math.abs(u.clientY-o.initialTouchY),x=5;o.userIsDragging=h>x||g>x}},o.onTouchEnd=function(l){o.userIsDragging||(o.controlRef&&!o.controlRef.contains(l.target)&&o.menuListRef&&!o.menuListRef.contains(l.target)&&o.blurInput(),o.initialTouchX=0,o.initialTouchY=0)},o.onControlTouchEnd=function(l){o.userIsDragging||o.onControlMouseDown(l)},o.onClearIndicatorTouchEnd=function(l){o.userIsDragging||o.onClearIndicatorMouseDown(l)},o.onDropdownIndicatorTouchEnd=function(l){o.userIsDragging||o.onDropdownIndicatorMouseDown(l)},o.handleInputChange=function(l){var a=o.props.inputValue,u=l.currentTarget.value;o.setState({inputIsHiddenAfterUpdate:!1}),o.onInputChange(u,{action:"input-change",prevInputValue:a}),o.props.menuIsOpen||o.onMenuOpen()},o.onInputFocus=function(l){o.props.onFocus&&o.props.onFocus(l),o.setState({inputIsHiddenAfterUpdate:!1,isFocused:!0}),(o.openAfterFocus||o.props.openMenuOnFocus)&&o.openMenu("first"),o.openAfterFocus=!1},o.onInputBlur=function(l){var a=o.props.inputValue;if(o.menuListRef&&o.menuListRef.contains(document.activeElement)){o.inputRef.focus();return}o.props.onBlur&&o.props.onBlur(l),o.onInputChange("",{action:"input-blur",prevInputValue:a}),o.onMenuClose(),o.setState({focusedValue:null,isFocused:!1})},o.onOptionHover=function(l){if(!(o.blockOptionHover||o.state.focusedOption===l)){var a=o.getFocusableOptions(),u=a.indexOf(l);o.setState({focusedOption:l,focusedOptionId:u>-1?o.getFocusedOptionId(l):null})}},o.shouldHideSelectedOptions=function(){return Qf(o.props)},o.onValueInputFocus=function(l){l.preventDefault(),l.stopPropagation(),o.focus()},o.onKeyDown=function(l){var a=o.props,u=a.isMulti,h=a.backspaceRemovesValue,g=a.escapeClearsValue,x=a.inputValue,b=a.isClearable,d=a.isDisabled,f=a.menuIsOpen,p=a.onKeyDown,y=a.tabSelectsValue,m=a.openMenuOnFocus,E=o.state,I=E.focusedOption,w=E.focusedValue,A=E.selectValue;if(!d&&!(typeof p=="function"&&(p(l),l.defaultPrevented))){switch(o.blockOptionHover=!0,l.key){case"ArrowLeft":if(!u||x)return;o.focusValue("previous");break;case"ArrowRight":if(!u||x)return;o.focusValue("next");break;case"Delete":case"Backspace":if(x)return;if(w)o.removeValue(w);else{if(!h)return;u?o.popValue():b&&o.clearValue()}break;case"Tab":if(o.isComposing||l.shiftKey||!f||!y||!I||m&&o.isOptionSelected(I,A))return;o.selectOption(I);break;case"Enter":if(l.keyCode===229)break;if(f){if(!I||o.isComposing)return;o.selectOption(I);break}return;case"Escape":f?(o.setState({inputIsHiddenAfterUpdate:!1}),o.onInputChange("",{action:"menu-close",prevInputValue:x}),o.onMenuClose()):b&&g&&o.clearValue();break;case" ":if(x)return;if(!f){o.openMenu("first");break}if(!I)return;o.selectOption(I);break;case"ArrowUp":f?o.focusOption("up"):o.openMenu("last");break;case"ArrowDown":f?o.focusOption("down"):o.openMenu("first");break;case"PageUp":if(!f)return;o.focusOption("pageup");break;case"PageDown":if(!f)return;o.focusOption("pagedown");break;case"Home":if(!f)return;o.focusOption("first");break;case"End":if(!f)return;o.focusOption("last");break;default:return}l.preventDefault()}},o.state.instancePrefix="react-select-"+(o.props.instanceId||++Ux),o.state.selectValue=Gs(r.value),r.menuIsOpen&&o.state.selectValue.length){var s=o.getFocusableOptionsWithIds(),i=o.buildFocusableOptions(),c=i.indexOf(o.state.selectValue[0]);o.state.focusableOptionsWithIds=s,o.state.focusedOption=i[c],o.state.focusedOptionId=oc(s,i[c])}return o}return d3(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&&pf(this.menuListRef,this.focusedOptionRef)}},{key:"componentDidUpdate",value:function(o){var s=this.props,i=s.isDisabled,c=s.menuIsOpen,l=this.state.isFocused;(l&&!i&&o.isDisabled||l&&c&&!o.menuIsOpen)&&this.focusInput(),l&&i&&!o.isDisabled?this.setState({isFocused:!1},this.onMenuClose):!l&&!i&&o.isDisabled&&this.inputRef===document.activeElement&&this.setState({isFocused:!0}),this.menuListRef&&this.focusedOptionRef&&this.scrollToFocusedOptionOnUpdate&&(pf(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,c=i.selectValue,l=i.isFocused,a=this.buildFocusableOptions(),u=o==="first"?0:a.length-1;if(!this.props.isMulti){var h=a.indexOf(c[0]);h>-1&&(u=h)}this.scrollToFocusedOptionOnUpdate=!(l&&this.menuListRef),this.setState({inputIsHiddenAfterUpdate:!1,focusedValue:null,focusedOption:a[u],focusedOptionId:this.getFocusedOptionId(a[u])},function(){return s.onMenuOpen()})}},{key:"focusValue",value:function(o){var s=this.state,i=s.selectValue,c=s.focusedValue;if(this.props.isMulti){this.setState({focusedOption:null});var l=i.indexOf(c);c||(l=-1);var a=i.length-1,u=-1;if(i.length){switch(o){case"previous":l===0?u=0:l===-1?u=a:u=l-1;break;case"next":l>-1&&l<a&&(u=l+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,c=this.getFocusableOptions();if(c.length){var l=0,a=c.indexOf(i);i||(a=-1),o==="up"?l=a>0?a-1:c.length-1:o==="down"?l=(a+1)%c.length:o==="pageup"?(l=a-s,l<0&&(l=0)):o==="pagedown"?(l=a+s,l>c.length-1&&(l=c.length-1)):o==="last"&&(l=c.length-1),this.scrollToFocusedOptionOnUpdate=!0,this.setState({focusedOption:c[l],focusedValue:null,focusedOptionId:this.getFocusedOptionId(c[l])})}}},{key:"getTheme",value:function(){return this.props.theme?typeof this.props.theme=="function"?this.props.theme(rc):ne(ne({},rc),this.props.theme):rc}},{key:"getCommonProps",value:function(){var o=this.clearValue,s=this.cx,i=this.getStyles,c=this.getClassNames,l=this.getValue,a=this.selectOption,u=this.setValue,h=this.props,g=h.isMulti,x=h.isRtl,b=h.options,d=this.hasValue();return{clearValue:o,cx:s,getStyles:i,getClassNames:c,getValue:l,hasValue:d,isMulti:g,isRtl:x,options:b,selectOption:a,selectProps:h,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 zf(this.props,o,s)}},{key:"isOptionSelected",value:function(o,s){return Yf(this.props,o,s)}},{key:"filterOption",value:function(o,s){return Jf(this.props,o,s)}},{key:"formatOptionLabel",value:function(o,s){if(typeof this.props.formatOptionLabel=="function"){var i=this.props.inputValue,c=this.state.selectValue;return this.props.formatOptionLabel(o,{context:s,inputValue:i,selectValue:c})}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,c=o.inputId,l=o.inputValue,a=o.tabIndex,u=o.form,h=o.menuIsOpen,g=o.required,x=this.getComponents(),b=x.Input,d=this.state,f=d.inputIsHidden,p=d.ariaSelection,y=this.commonProps,m=c||this.getElementId("input"),E=ne(ne(ne({"aria-autocomplete":"list","aria-expanded":h,"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":g,role:"combobox","aria-activedescendant":this.isAppleDevice?void 0:this.state.focusedOptionId||""},h&&{"aria-controls":this.getElementId("listbox")}),!i&&{"aria-readonly":!0}),this.hasValue()?(p==null?void 0:p.action)==="initial-input-focus"&&{"aria-describedby":this.getElementId("live-region")}:{"aria-describedby":this.getElementId("placeholder")});return i?k.createElement(b,ie({},y,{autoCapitalize:"none",autoComplete:"off",autoCorrect:"off",id:m,innerRef:this.getInputRef,isDisabled:s,isHidden:f,onBlur:this.onInputBlur,onChange:this.handleInputChange,onFocus:this.onInputFocus,spellCheck:"false",tabIndex:a,form:u,type:"text",value:l},E)):k.createElement(wx,ie({id:m,innerRef:this.getInputRef,onBlur:this.onInputBlur,onChange:Vs,onFocus:this.onInputFocus,disabled:s,tabIndex:a,inputMode:"none",form:u,value:""},E))}},{key:"renderPlaceholderOrValue",value:function(){var o=this,s=this.getComponents(),i=s.MultiValue,c=s.MultiValueContainer,l=s.MultiValueLabel,a=s.MultiValueRemove,u=s.SingleValue,h=s.Placeholder,g=this.commonProps,x=this.props,b=x.controlShouldRenderValue,d=x.isDisabled,f=x.isMulti,p=x.inputValue,y=x.placeholder,m=this.state,E=m.selectValue,I=m.focusedValue,w=m.isFocused;if(!this.hasValue()||!b)return p?null:k.createElement(h,ie({},g,{key:"placeholder",isDisabled:d,isFocused:w,innerProps:{id:this.getElementId("placeholder")}}),y);if(f)return E.map(function(S,T){var R=S===I,F="".concat(o.getOptionLabel(S),"-").concat(o.getOptionValue(S));return k.createElement(i,ie({},g,{components:{Container:c,Label:l,Remove:a},isFocused:R,isDisabled:d,key:F,index:T,removeProps:{onClick:function(){return o.removeValue(S)},onTouchEnd:function(){return o.removeValue(S)},onMouseDown:function(B){B.preventDefault()}},data:S}),o.formatOptionLabel(S,"value"))});if(p)return null;var A=E[0];return k.createElement(u,ie({},g,{data:A,isDisabled:d}),this.formatOptionLabel(A,"value"))}},{key:"renderClearIndicator",value:function(){var o=this.getComponents(),s=o.ClearIndicator,i=this.commonProps,c=this.props,l=c.isDisabled,a=c.isLoading,u=this.state.isFocused;if(!this.isClearable()||!s||l||!this.hasValue()||a)return null;var h={onMouseDown:this.onClearIndicatorMouseDown,onTouchEnd:this.onClearIndicatorTouchEnd,"aria-hidden":"true"};return k.createElement(s,ie({},i,{innerProps:h,isFocused:u}))}},{key:"renderLoadingIndicator",value:function(){var o=this.getComponents(),s=o.LoadingIndicator,i=this.commonProps,c=this.props,l=c.isDisabled,a=c.isLoading,u=this.state.isFocused;if(!s||!a)return null;var h={"aria-hidden":"true"};return k.createElement(s,ie({},i,{innerProps:h,isDisabled:l,isFocused:u}))}},{key:"renderIndicatorSeparator",value:function(){var o=this.getComponents(),s=o.DropdownIndicator,i=o.IndicatorSeparator;if(!s||!i)return null;var c=this.commonProps,l=this.props.isDisabled,a=this.state.isFocused;return k.createElement(i,ie({},c,{isDisabled:l,isFocused:a}))}},{key:"renderDropdownIndicator",value:function(){var o=this.getComponents(),s=o.DropdownIndicator;if(!s)return null;var i=this.commonProps,c=this.props.isDisabled,l=this.state.isFocused,a={onMouseDown:this.onDropdownIndicatorMouseDown,onTouchEnd:this.onDropdownIndicatorTouchEnd,"aria-hidden":"true"};return k.createElement(s,ie({},i,{innerProps:a,isDisabled:c,isFocused:l}))}},{key:"renderMenu",value:function(){var o=this,s=this.getComponents(),i=s.Group,c=s.GroupHeading,l=s.Menu,a=s.MenuList,u=s.MenuPortal,h=s.LoadingMessage,g=s.NoOptionsMessage,x=s.Option,b=this.commonProps,d=this.state.focusedOption,f=this.props,p=f.captureMenuScroll,y=f.inputValue,m=f.isLoading,E=f.loadingMessage,I=f.minMenuHeight,w=f.maxMenuHeight,A=f.menuIsOpen,S=f.menuPlacement,T=f.menuPosition,R=f.menuPortalTarget,F=f.menuShouldBlockScroll,D=f.menuShouldScrollIntoView,B=f.noOptionsMessage,W=f.onMenuScrollToTop,X=f.onMenuScrollToBottom;if(!A)return null;var Y=function(G,j){var Z=G.type,q=G.data,ee=G.isDisabled,re=G.isSelected,P=G.label,te=G.value,ye=d===q,H=ee?void 0:function(){return o.onOptionHover(q)},Ne=ee?void 0:function(){return o.selectOption(q)},Re="".concat(o.getElementId("option"),"-").concat(j),Ye={id:Re,onClick:Ne,onMouseMove:H,onMouseOver:H,tabIndex:-1,role:"option","aria-selected":o.isAppleDevice?void 0:re};return k.createElement(x,ie({},b,{innerProps:Ye,data:q,isDisabled:ee,isSelected:re,key:Re,label:P,type:Z,value:te,isFocused:ye,innerRef:ye?o.getFocusedOptionRef:void 0}),o.formatOptionLabel(G.data,"menu"))},K;if(this.hasOptions())K=this.getCategorizedOptions().map(function(M){if(M.type==="group"){var G=M.data,j=M.options,Z=M.index,q="".concat(o.getElementId("group"),"-").concat(Z),ee="".concat(q,"-heading");return k.createElement(i,ie({},b,{key:q,data:G,options:j,Heading:c,headingProps:{id:ee,data:M.data},label:o.formatGroupLabel(M.data)}),M.options.map(function(re){return Y(re,"".concat(Z,"-").concat(re.index))}))}else if(M.type==="option")return Y(M,"".concat(M.index))});else if(m){var J=E({inputValue:y});if(J===null)return null;K=k.createElement(h,b,J)}else{var z=B({inputValue:y});if(z===null)return null;K=k.createElement(g,b,z)}var ae={minMenuHeight:I,maxMenuHeight:w,menuPlacement:S,menuPosition:T,menuShouldScrollIntoView:D},le=k.createElement(tI,ie({},b,ae),function(M){var G=M.ref,j=M.placerProps,Z=j.placement,q=j.maxHeight;return k.createElement(l,ie({},b,ae,{innerRef:G,innerProps:{onMouseDown:o.onMenuMouseDown,onMouseMove:o.onMenuMouseMove},isLoading:m,placement:Z}),k.createElement(Fx,{captureEnabled:p,onTopArrive:W,onBottomArrive:X,lockEnabled:F},function(ee){return k.createElement(a,ie({},b,{innerRef:function(P){o.getMenuListRef(P),ee(P)},innerProps:{role:"listbox","aria-multiselectable":b.isMulti,id:o.getElementId("listbox")},isLoading:m,maxHeight:q,focusedOption:d}),K)}))});return R||T==="fixed"?k.createElement(u,ie({},b,{appendTo:R,controlElement:this.controlRef,menuPlacement:S,menuPosition:T}),le):le}},{key:"renderFormField",value:function(){var o=this,s=this.props,i=s.delimiter,c=s.isDisabled,l=s.isMulti,a=s.name,u=s.required,h=this.state.selectValue;if(u&&!this.hasValue()&&!c)return k.createElement(Nx,{name:a,onFocus:this.onValueInputFocus});if(!(!a||c))if(l)if(i){var g=h.map(function(d){return o.getOptionValue(d)}).join(i);return k.createElement("input",{name:a,type:"hidden",value:g})}else{var x=h.length>0?h.map(function(d,f){return k.createElement("input",{key:"i-".concat(f),name:a,type:"hidden",value:o.getOptionValue(d)})}):k.createElement("input",{name:a,type:"hidden",value:""});return k.createElement("div",null,x)}else{var b=h[0]?this.getOptionValue(h[0]):"";return k.createElement("input",{name:a,type:"hidden",value:b})}}},{key:"renderLiveRegion",value:function(){var o=this.commonProps,s=this.state,i=s.ariaSelection,c=s.focusedOption,l=s.focusedValue,a=s.isFocused,u=s.selectValue,h=this.getFocusableOptions();return k.createElement(yx,ie({},o,{id:this.getElementId("live-region"),ariaSelection:i,focusedOption:c,focusedValue:l,isFocused:a,selectValue:u,focusableOptions:h,isAppleDevice:this.isAppleDevice}))}},{key:"render",value:function(){var o=this.getComponents(),s=o.Control,i=o.IndicatorsContainer,c=o.SelectContainer,l=o.ValueContainer,a=this.props,u=a.className,h=a.id,g=a.isDisabled,x=a.menuIsOpen,b=this.state.isFocused,d=this.commonProps=this.getCommonProps();return k.createElement(c,ie({},d,{className:u,innerProps:{id:h,onKeyDown:this.onKeyDown},isDisabled:g,isFocused:b}),this.renderLiveRegion(),k.createElement(s,ie({},d,{innerRef:this.getControlRef,innerProps:{onMouseDown:this.onControlMouseDown,onTouchEnd:this.onControlTouchEnd},isDisabled:g,isFocused:b,menuIsOpen:x}),k.createElement(l,ie({},d,{isDisabled:g}),this.renderPlaceholderOrValue(),this.renderInput()),k.createElement(i,ie({},d,{isDisabled:g}),this.renderClearIndicator(),this.renderLoadingIndicator(),this.renderIndicatorSeparator(),this.renderDropdownIndicator())),this.renderMenu(),this.renderFormField())}}],[{key:"getDerivedStateFromProps",value:function(o,s){var i=s.prevProps,c=s.clearFocusValueOnUpdate,l=s.inputIsHiddenAfterUpdate,a=s.ariaSelection,u=s.isFocused,h=s.prevWasFocused,g=s.instancePrefix,x=o.options,b=o.value,d=o.menuIsOpen,f=o.inputValue,p=o.isMulti,y=Gs(b),m={};if(i&&(b!==i.value||x!==i.options||d!==i.menuIsOpen||f!==i.inputValue)){var E=d?Qx(o,y):[],I=d?Wf(zs(o,y),"".concat(g,"-option")):[],w=c?$x(s,y):null,A=qx(s,E),S=oc(I,A);m={selectValue:y,focusedOption:A,focusedOptionId:S,focusableOptionsWithIds:I,focusedValue:w,clearFocusValueOnUpdate:!1}}var T=l!=null&&o!==i?{inputIsHidden:l,inputIsHiddenAfterUpdate:void 0}:{},R=a,F=u&&h;return u&&!F&&(R={value:bo(p,y,y[0]||null),options:y,action:"initial-input-focus"},F=!h),(a==null?void 0:a.action)==="initial-input-focus"&&(R=null),ne(ne(ne({},m),T),{},{prevProps:o,ariaSelection:R,prevWasFocused:F})}}]),n}(_.Component);Js.defaultProps=Jx;var Kx=_.forwardRef(function(e,t){var n=Ra(e);return k.createElement(Js,ie({ref:t},n))}),eE=Kx;const tE=v.styled(v.Box)`
|
|
614
|
+
`]))),LI=function(t,n){var r=t.isFocused,o=t.size,s=t.theme,i=s.colors,c=s.spacing.baseUnit;return ne({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:c*2})},Ua=function(t){var n=t.delay,r=t.offset;return oe("span",{css:Xa({animation:"".concat(OI," 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 */")})},FI=function(t){var n=t.innerProps,r=t.isRtl,o=t.size,s=o===void 0?4:o,i=Gt(t,CI);return oe("div",ie({},Be(ne(ne({},i),{},{innerProps:n,isRtl:r,size:s}),"loadingIndicator",{indicator:!0,"loading-indicator":!0}),n),oe(Ua,{delay:0,offset:r}),oe(Ua,{delay:160,offset:!0}),oe(Ua,{delay:320,offset:!r}))},DI=function(t,n){var r=t.isDisabled,o=t.isFocused,s=t.theme,i=s.colors,c=s.borderRadius,l=s.spacing;return ne({label:"control",alignItems:"center",cursor:"default",display:"flex",flexWrap:"wrap",justifyContent:"space-between",minHeight:l.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:c,borderStyle:"solid",borderWidth:1,boxShadow:o?"0 0 0 1px ".concat(i.primary):void 0,"&:hover":{borderColor:o?i.primary:i.neutral30}})},RI=function(t){var n=t.children,r=t.isDisabled,o=t.isFocused,s=t.innerRef,i=t.innerProps,c=t.menuIsOpen;return oe("div",ie({ref:s},Be(t,"control",{control:!0,"control--is-disabled":r,"control--is-focused":o,"control--menu-is-open":c}),i,{"aria-disabled":r||void 0}),n)},kI=RI,NI=["data"],PI=function(t,n){var r=t.theme.spacing;return n?{}:{paddingBottom:r.baseUnit*2,paddingTop:r.baseUnit*2}},MI=function(t){var n=t.children,r=t.cx,o=t.getStyles,s=t.getClassNames,i=t.Heading,c=t.headingProps,l=t.innerProps,a=t.label,u=t.theme,h=t.selectProps;return oe("div",ie({},Be(t,"group",{group:!0}),l),oe(i,ie({},c,{selectProps:h,theme:u,getStyles:o,getClassNames:s,cx:r}),a),oe("div",null,n))},BI=function(t,n){var r=t.theme,o=r.colors,s=r.spacing;return ne({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"})},jI=function(t){var n=pf(t);n.data;var r=Gt(n,NI);return oe("div",ie({},Be(t,"groupHeading",{"group-heading":!0}),r))},VI=MI,GI=["innerRef","isDisabled","isHidden","inputClassName"],HI=function(t,n){var r=t.isDisabled,o=t.value,s=t.theme,i=s.spacing,c=s.colors;return ne(ne({visibility:r?"hidden":"visible",transform:o?"translateZ(0)":""},WI),n?{}:{margin:i.baseUnit/2,paddingBottom:i.baseUnit/2,paddingTop:i.baseUnit/2,color:c.neutral80})},Af={gridArea:"1 / 2",font:"inherit",minWidth:"2px",border:0,margin:0,outline:0,padding:0},WI={flex:"1 1 auto",display:"inline-grid",gridArea:"1 / 1 / 2 / 3",gridTemplateColumns:"0 min-content","&:after":ne({content:'attr(data-value) " "',visibility:"hidden",whiteSpace:"pre"},Af)},ZI=function(t){return ne({label:"input",color:"inherit",background:0,opacity:t?0:1,width:"100%"},Af)},XI=function(t){var n=t.cx,r=t.value,o=pf(t),s=o.innerRef,i=o.isDisabled,c=o.isHidden,l=o.inputClassName,a=Gt(o,GI);return oe("div",ie({},Be(t,"input",{"input-container":!0}),{"data-value":r||""}),oe("input",ie({className:n({input:!0},l),ref:s,style:ZI(c),disabled:i},a)))},zI=XI,YI=function(t,n){var r=t.theme,o=r.spacing,s=r.borderRadius,i=r.colors;return ne({label:"multiValue",display:"flex",minWidth:0},n?{}:{backgroundColor:i.neutral10,borderRadius:s/2,margin:o.baseUnit/2})},JI=function(t,n){var r=t.theme,o=r.borderRadius,s=r.colors,i=t.cropWithEllipsis;return ne({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})},QI=function(t,n){var r=t.theme,o=r.spacing,s=r.borderRadius,i=r.colors,c=t.isFocused;return ne({alignItems:"center",display:"flex"},n?{}:{borderRadius:s/2,backgroundColor:c?i.dangerLight:void 0,paddingLeft:o.baseUnit,paddingRight:o.baseUnit,":hover":{backgroundColor:i.dangerLight,color:i.danger}})},Sf=function(t){var n=t.children,r=t.innerProps;return oe("div",r,n)},$I=Sf,qI=Sf;function UI(e){var t=e.children,n=e.innerProps;return oe("div",ie({role:"button"},n),t||oe(qa,{size:14}))}var KI=function(t){var n=t.children,r=t.components,o=t.data,s=t.innerProps,i=t.isDisabled,c=t.removeProps,l=t.selectProps,a=r.Container,u=r.Label,h=r.Remove;return oe(a,{data:o,innerProps:ne(ne({},Be(t,"multiValue",{"multi-value":!0,"multi-value--is-disabled":i})),s),selectProps:l},oe(u,{data:o,innerProps:ne({},Be(t,"multiValueLabel",{"multi-value__label":!0})),selectProps:l},n),oe(h,{data:o,innerProps:ne(ne({},Be(t,"multiValueRemove",{"multi-value__remove":!0})),{},{"aria-label":"Remove ".concat(n||"option")},c),selectProps:l}))},ex=KI,tx=function(t,n){var r=t.isDisabled,o=t.isFocused,s=t.isSelected,i=t.theme,c=i.spacing,l=i.colors;return ne({label:"option",cursor:"default",display:"block",fontSize:"inherit",width:"100%",userSelect:"none",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)"},n?{}:{backgroundColor:s?l.primary:o?l.primary25:"transparent",color:r?l.neutral20:s?l.neutral0:"inherit",padding:"".concat(c.baseUnit*2,"px ").concat(c.baseUnit*3,"px"),":active":{backgroundColor:r?void 0:s?l.primary:l.primary50}})},nx=function(t){var n=t.children,r=t.isDisabled,o=t.isFocused,s=t.isSelected,i=t.innerRef,c=t.innerProps;return oe("div",ie({},Be(t,"option",{option:!0,"option--is-disabled":r,"option--is-focused":o,"option--is-selected":s}),{ref:i,"aria-disabled":r},c),n)},rx=nx,ox=function(t,n){var r=t.theme,o=r.spacing,s=r.colors;return ne({label:"placeholder",gridArea:"1 / 1 / 2 / 3"},n?{}:{color:s.neutral50,marginLeft:o.baseUnit/2,marginRight:o.baseUnit/2})},sx=function(t){var n=t.children,r=t.innerProps;return oe("div",ie({},Be(t,"placeholder",{placeholder:!0}),r),n)},ix=sx,ax=function(t,n){var r=t.isDisabled,o=t.theme,s=o.spacing,i=o.colors;return ne({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})},cx=function(t){var n=t.children,r=t.isDisabled,o=t.innerProps;return oe("div",ie({},Be(t,"singleValue",{"single-value":!0,"single-value--is-disabled":r}),o),n)},lx=cx,an={ClearIndicator:SI,Control:kI,DropdownIndicator:wI,DownChevron:Ef,CrossIcon:qa,Group:VI,GroupHeading:jI,IndicatorsContainer:yI,IndicatorSeparator:TI,Input:zI,LoadingIndicator:FI,Menu:oI,MenuList:iI,MenuPortal:fI,LoadingMessage:uI,NoOptionsMessage:lI,MultiValue:ex,MultiValueContainer:$I,MultiValueLabel:qI,MultiValueRemove:UI,Option:rx,Placeholder:ix,SelectContainer:hI,SingleValue:lx,ValueContainer:mI},ux=function(t){return ne(ne({},an),t.components)},_f=Number.isNaN||function(t){return typeof t=="number"&&t!==t};function dx(e,t){return!!(e===t||_f(e)&&_f(t))}function fx(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(!dx(e[n],t[n]))return!1;return!0}function px(e,t){t===void 0&&(t=fx);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 hx(){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 gx=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:hx},mx=function(t){return oe("span",ie({css:gx},t))},Tf=mx,bx={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,c=t.selectValue,l=t.isDisabled,a=t.isSelected,u=t.isAppleDevice,h=function(d,f){return d&&d.length?"".concat(d.indexOf(f)+1," of ").concat(d.length):""};if(n==="value"&&c)return"value ".concat(i," focused, ").concat(h(c,r),".");if(n==="menu"&&u){var g=l?" disabled":"",x="".concat(a?" selected":"").concat(g);return"".concat(i).concat(x,", ").concat(h(o,r),".")}return""},onFilter:function(t){var n=t.inputValue,r=t.resultsMessage;return"".concat(r).concat(n?" for search term "+n:"",".")}},yx=function(t){var n=t.ariaSelection,r=t.focusedOption,o=t.focusedValue,s=t.focusableOptions,i=t.isFocused,c=t.selectValue,l=t.selectProps,a=t.id,u=t.isAppleDevice,h=l.ariaLiveMessages,g=l.getOptionLabel,x=l.inputValue,b=l.isMulti,d=l.isOptionDisabled,f=l.isSearchable,p=l.menuIsOpen,y=l.options,m=l.screenReaderStatus,E=l.tabSelectsValue,I=l.isLoading,w=l["aria-label"],A=l["aria-live"],S=_.useMemo(function(){return ne(ne({},bx),h||{})},[h]),T=_.useMemo(function(){var X="";if(n&&S.onChange){var Y=n.option,K=n.options,J=n.removedValue,z=n.removedValues,ae=n.value,le=function(re){return Array.isArray(re)?null:re},M=J||Y||le(ae),G=M?g(M):"",j=K||z||void 0,Z=j?j.map(g):[],q=ne({isDisabled:M&&d(M,c),label:G,labels:Z},n);X=S.onChange(q)}return X},[n,S,d,c,g]),R=_.useMemo(function(){var X="",Y=r||o,K=!!(r&&c&&c.includes(r));if(Y&&S.onFocus){var J={focused:Y,label:g(Y),isDisabled:d(Y,c),isSelected:K,options:s,context:Y===r?"menu":"value",selectValue:c,isAppleDevice:u};X=S.onFocus(J)}return X},[r,o,g,d,S,s,c,u]),F=_.useMemo(function(){var X="";if(p&&y.length&&!I&&S.onFilter){var Y=m({count:s.length});X=S.onFilter({inputValue:x,resultsMessage:Y})}return X},[s,x,p,S,y,m,I]),D=(n==null?void 0:n.action)==="initial-input-focus",B=_.useMemo(function(){var X="";if(S.guidance){var Y=o?"value":p?"menu":"input";X=S.guidance({"aria-label":w,context:Y,isDisabled:r&&d(r,c),isMulti:b,isSearchable:f,tabSelectsValue:E,isInitialFocus:D})}return X},[w,r,o,b,d,f,p,S,c,E,D]),W=oe(_.Fragment,null,oe("span",{id:"aria-selection"},T),oe("span",{id:"aria-focused"},R),oe("span",{id:"aria-results"},F),oe("span",{id:"aria-guidance"},B));return oe(_.Fragment,null,oe(Tf,{id:a},D&&W),oe(Tf,{"aria-live":A,"aria-atomic":"false","aria-relevant":"additions text",role:"log"},i&&!D&&W))},vx=yx,Ka=[{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źẑżžẓẕƶȥɀⱬꝣ"}],Cx=new RegExp("["+Ka.map(function(e){return e.letters}).join("")+"]","g"),Of={},ec=0;ec<Ka.length;ec++)for(var tc=Ka[ec],nc=0;nc<tc.letters.length;nc++)Of[tc.letters[nc]]=tc.base;var Lf=function(t){return t.replace(Cx,function(n){return Of[n]})},Ix=px(Lf),Ff=function(t){return t.replace(/^\s+|\s+$/g,"")},xx=function(t){return"".concat(t.label," ").concat(t.value)},Ex=function(t){return function(n,r){if(n.data.__isNew__)return!0;var o=ne({ignoreCase:!0,ignoreAccents:!0,stringify:xx,trim:!0,matchFrom:"any"},t),s=o.ignoreCase,i=o.ignoreAccents,c=o.stringify,l=o.trim,a=o.matchFrom,u=l?Ff(r):r,h=l?Ff(c(n)):c(n);return s&&(u=u.toLowerCase(),h=h.toLowerCase()),i&&(u=Ix(u),h=Lf(h)),a==="start"?h.substr(0,u.length)===u:h.indexOf(u)>-1}},wx=["innerRef"];function Ax(e){var t=e.innerRef,n=Gt(e,wx),r=$C(n,"onExited","in","enter","exit","appear");return oe("input",ie({ref:t},r,{css:Xa({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 Sx=function(t){t.cancelable&&t.preventDefault(),t.stopPropagation()};function _x(e){var t=e.isEnabled,n=e.onBottomArrive,r=e.onBottomLeave,o=e.onTopArrive,s=e.onTopLeave,i=_.useRef(!1),c=_.useRef(!1),l=_.useRef(0),a=_.useRef(null),u=_.useCallback(function(f,p){if(a.current!==null){var y=a.current,m=y.scrollTop,E=y.scrollHeight,I=y.clientHeight,w=a.current,A=p>0,S=E-I-m,T=!1;S>p&&i.current&&(r&&r(f),i.current=!1),A&&c.current&&(s&&s(f),c.current=!1),A&&p>S?(n&&!i.current&&n(f),w.scrollTop=E,T=!0,i.current=!0):!A&&-p>m&&(o&&!c.current&&o(f),w.scrollTop=0,T=!0,c.current=!0),T&&Sx(f)}},[n,r,o,s]),h=_.useCallback(function(f){u(f,f.deltaY)},[u]),g=_.useCallback(function(f){l.current=f.changedTouches[0].clientY},[]),x=_.useCallback(function(f){var p=l.current-f.changedTouches[0].clientY;u(f,p)},[u]),b=_.useCallback(function(f){if(f){var p=YC?{passive:!1}:!1;f.addEventListener("wheel",h,p),f.addEventListener("touchstart",g,p),f.addEventListener("touchmove",x,p)}},[x,g,h]),d=_.useCallback(function(f){f&&(f.removeEventListener("wheel",h,!1),f.removeEventListener("touchstart",g,!1),f.removeEventListener("touchmove",x,!1))},[x,g,h]);return _.useEffect(function(){if(t){var f=a.current;return b(f),function(){d(f)}}},[t,b,d]),function(f){a.current=f}}var Df=["boxSizing","height","overflow","paddingRight","position"],Rf={boxSizing:"border-box",overflow:"hidden",position:"relative",height:"100%"};function kf(e){e.preventDefault()}function Nf(e){e.stopPropagation()}function Pf(){var e=this.scrollTop,t=this.scrollHeight,n=e+this.offsetHeight;e===0?this.scrollTop=1:n===t&&(this.scrollTop=e-1)}function Mf(){return"ontouchstart"in window||navigator.maxTouchPoints}var Bf=!!(typeof window<"u"&&window.document&&window.document.createElement),Co=0,Sr={capture:!1,passive:!1};function Tx(e){var t=e.isEnabled,n=e.accountForScrollbars,r=n===void 0?!0:n,o=_.useRef({}),s=_.useRef(null),i=_.useCallback(function(l){if(Bf){var a=document.body,u=a&&a.style;if(r&&Df.forEach(function(b){var d=u&&u[b];o.current[b]=d}),r&&Co<1){var h=parseInt(o.current.paddingRight,10)||0,g=document.body?document.body.clientWidth:0,x=window.innerWidth-g+h||0;Object.keys(Rf).forEach(function(b){var d=Rf[b];u&&(u[b]=d)}),u&&(u.paddingRight="".concat(x,"px"))}a&&Mf()&&(a.addEventListener("touchmove",kf,Sr),l&&(l.addEventListener("touchstart",Pf,Sr),l.addEventListener("touchmove",Nf,Sr))),Co+=1}},[r]),c=_.useCallback(function(l){if(Bf){var a=document.body,u=a&&a.style;Co=Math.max(Co-1,0),r&&Co<1&&Df.forEach(function(h){var g=o.current[h];u&&(u[h]=g)}),a&&Mf()&&(a.removeEventListener("touchmove",kf,Sr),l&&(l.removeEventListener("touchstart",Pf,Sr),l.removeEventListener("touchmove",Nf,Sr)))}},[r]);return _.useEffect(function(){if(t){var l=s.current;return i(l),function(){c(l)}}},[t,i,c]),function(l){s.current=l}}function Ox(){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 Lx=function(t){var n=t.target;return n.ownerDocument.activeElement&&n.ownerDocument.activeElement.blur()},Fx=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:Ox};function Dx(e){var t=e.children,n=e.lockEnabled,r=e.captureEnabled,o=r===void 0?!0:r,s=e.onBottomArrive,i=e.onBottomLeave,c=e.onTopArrive,l=e.onTopLeave,a=_x({isEnabled:o,onBottomArrive:s,onBottomLeave:i,onTopArrive:c,onTopLeave:l}),u=Tx({isEnabled:n}),h=function(x){a(x),u(x)};return oe(_.Fragment,null,n&&oe("div",{onClick:Lx,css:Fx}),t(h))}function Rx(){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 kx=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:Rx},Nx=function(t){var n=t.name,r=t.onFocus;return oe("input",{required:!0,name:n,tabIndex:-1,"aria-hidden":"true",onFocus:r,css:kx,value:"",onChange:function(){}})},Px=Nx;function rc(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 Mx(){return rc(/^iPhone/i)}function jf(){return rc(/^Mac/i)}function Bx(){return rc(/^iPad/i)||jf()&&navigator.maxTouchPoints>1}function jx(){return Mx()||Bx()}function Vx(){return jf()||jx()}var Gx=function(t){return t.label},Vf=function(t){return t.label},Gf=function(t){return t.value},Hx=function(t){return!!t.isDisabled},Wx={clearIndicator:AI,container:pI,control:DI,dropdownIndicator:EI,group:PI,groupHeading:BI,indicatorsContainer:bI,indicatorSeparator:_I,input:HI,loadingIndicator:LI,loadingMessage:cI,menu:tI,menuList:sI,menuPortal:dI,multiValue:YI,multiValueLabel:JI,multiValueRemove:QI,noOptionsMessage:aI,option:tx,placeholder:ox,singleValue:ax,valueContainer:gI},Zx={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%)"},Xx=4,Hf=4,zx=38,Yx=Hf*2,Jx={baseUnit:Hf,controlHeight:zx,menuGutter:Yx},oc={borderRadius:Xx,colors:Zx,spacing:Jx},Qx={"aria-live":"polite",backspaceRemovesValue:!0,blurInputOnSelect:mf(),captureMenuScroll:!mf(),classNames:{},closeMenuOnSelect:!0,closeMenuOnScroll:!1,components:{},controlShouldRenderValue:!0,escapeClearsValue:!1,filterOption:Ex(),formatGroupLabel:Gx,getOptionLabel:Vf,getOptionValue:Gf,isDisabled:!1,isLoading:!1,isMulti:!1,isRtl:!1,isSearchable:!0,isOptionDisabled:Hx,loadingMessage:function(){return"Loading..."},maxMenuHeight:300,minMenuHeight:140,menuIsOpen:!1,menuPlacement:"bottom",menuPosition:"absolute",menuShouldBlockScroll:!1,menuShouldScrollIntoView:!XC(),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 Wf(e,t,n,r){var o=Jf(e,t,n),s=Qf(e,t,n),i=Yf(e,t),c=Ys(e,t);return{type:"option",data:t,isDisabled:o,isSelected:s,label:i,value:c,index:r}}function zs(e,t){return e.options.map(function(n,r){if("options"in n){var o=n.options.map(function(i,c){return Wf(e,i,t,c)}).filter(function(i){return zf(e,i)});return o.length>0?{type:"group",data:n,options:o,index:r}:void 0}var s=Wf(e,n,t,r);return zf(e,s)?s:void 0}).filter(JC)}function Zf(e){return e.reduce(function(t,n){return n.type==="group"?t.push.apply(t,xr(n.options.map(function(r){return r.data}))):t.push(n.data),t},[])}function Xf(e,t){return e.reduce(function(n,r){return r.type==="group"?n.push.apply(n,xr(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 $x(e,t){return Zf(zs(e,t))}function zf(e,t){var n=e.inputValue,r=n===void 0?"":n,o=t.data,s=t.isSelected,i=t.label,c=t.value;return(!qf(e)||!s)&&$f(e,{label:i,value:c,data:o},r)}function qx(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 Ux(e,t){var n=e.focusedOption;return n&&t.indexOf(n)>-1?n:t[0]}var sc=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},Yf=function(t,n){return t.getOptionLabel(n)},Ys=function(t,n){return t.getOptionValue(n)};function Jf(e,t,n){return typeof e.isOptionDisabled=="function"?e.isOptionDisabled(t,n):!1}function Qf(e,t,n){if(n.indexOf(t)>-1)return!0;if(typeof e.isOptionSelected=="function")return e.isOptionSelected(t,n);var r=Ys(e,t);return n.some(function(o){return Ys(e,o)===r})}function $f(e,t,n){return e.filterOption?e.filterOption(t,n):!0}var qf=function(t){var n=t.hideSelectedOptions,r=t.isMulti;return n===void 0?r:n},Kx=1,Js=function(e){p3(n,e);var t=m3(n);function n(r){var o;if(d3(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=Vx(),o.controlRef=null,o.getControlRef=function(l){o.controlRef=l},o.focusedOptionRef=null,o.getFocusedOptionRef=function(l){o.focusedOptionRef=l},o.menuListRef=null,o.getMenuListRef=function(l){o.menuListRef=l},o.inputRef=null,o.getInputRef=function(l){o.inputRef=l},o.focus=o.focusInput,o.blur=o.blurInput,o.onChange=function(l,a){var u=o.props,h=u.onChange,g=u.name;a.name=g,o.ariaOnChange(l,a),h(l,a)},o.setValue=function(l,a,u){var h=o.props,g=h.closeMenuOnSelect,x=h.isMulti,b=h.inputValue;o.onInputChange("",{action:"set-value",prevInputValue:b}),g&&(o.setState({inputIsHiddenAfterUpdate:!x}),o.onMenuClose()),o.setState({clearFocusValueOnUpdate:!0}),o.onChange(l,{action:a,option:u})},o.selectOption=function(l){var a=o.props,u=a.blurInputOnSelect,h=a.isMulti,g=a.name,x=o.state.selectValue,b=h&&o.isOptionSelected(l,x),d=o.isOptionDisabled(l,x);if(b){var f=o.getOptionValue(l);o.setValue(x.filter(function(p){return o.getOptionValue(p)!==f}),"deselect-option",l)}else if(!d)h?o.setValue([].concat(xr(x),[l]),"select-option",l):o.setValue(l,"select-option");else{o.ariaOnChange(l,{action:"select-option",option:l,name:g});return}u&&o.blurInput()},o.removeValue=function(l){var a=o.props.isMulti,u=o.state.selectValue,h=o.getOptionValue(l),g=u.filter(function(b){return o.getOptionValue(b)!==h}),x=vo(a,g,g[0]||null);o.onChange(x,{action:"remove-value",removedValue:l}),o.focusInput()},o.clearValue=function(){var l=o.state.selectValue;o.onChange(vo(o.props.isMulti,[],null),{action:"clear",removedValues:l})},o.popValue=function(){var l=o.props.isMulti,a=o.state.selectValue,u=a[a.length-1],h=a.slice(0,a.length-1),g=vo(l,h,h[0]||null);u&&o.onChange(g,{action:"pop-value",removedValue:u})},o.getFocusedOptionId=function(l){return sc(o.state.focusableOptionsWithIds,l)},o.getFocusableOptionsWithIds=function(){return Xf(zs(o.props,o.state.selectValue),o.getElementId("option"))},o.getValue=function(){return o.state.selectValue},o.cx=function(){for(var l=arguments.length,a=new Array(l),u=0;u<l;u++)a[u]=arguments[u];return jC.apply(void 0,[o.props.classNamePrefix].concat(a))},o.getOptionLabel=function(l){return Yf(o.props,l)},o.getOptionValue=function(l){return Ys(o.props,l)},o.getStyles=function(l,a){var u=o.props.unstyled,h=Wx[l](a,u);h.boxSizing="border-box";var g=o.props.styles[l];return g?g(h,a):h},o.getClassNames=function(l,a){var u,h;return(u=(h=o.props.classNames)[l])===null||u===void 0?void 0:u.call(h,a)},o.getElementId=function(l){return"".concat(o.state.instancePrefix,"-").concat(l)},o.getComponents=function(){return ux(o.props)},o.buildCategorizedOptions=function(){return zs(o.props,o.state.selectValue)},o.getCategorizedOptions=function(){return o.props.menuIsOpen?o.buildCategorizedOptions():[]},o.buildFocusableOptions=function(){return Zf(o.buildCategorizedOptions())},o.getFocusableOptions=function(){return o.props.menuIsOpen?o.buildFocusableOptions():[]},o.ariaOnChange=function(l,a){o.setState({ariaSelection:ne({value:l},a)})},o.onMenuMouseDown=function(l){l.button===0&&(l.stopPropagation(),l.preventDefault(),o.focusInput())},o.onMenuMouseMove=function(l){o.blockOptionHover=!1},o.onControlMouseDown=function(l){if(!l.defaultPrevented){var a=o.props.openMenuOnClick;o.state.isFocused?o.props.menuIsOpen?l.target.tagName!=="INPUT"&&l.target.tagName!=="TEXTAREA"&&o.onMenuClose():a&&o.openMenu("first"):(a&&(o.openAfterFocus=!0),o.focusInput()),l.target.tagName!=="INPUT"&&l.target.tagName!=="TEXTAREA"&&l.preventDefault()}},o.onDropdownIndicatorMouseDown=function(l){if(!(l&&l.type==="mousedown"&&l.button!==0)&&!o.props.isDisabled){var a=o.props,u=a.isMulti,h=a.menuIsOpen;o.focusInput(),h?(o.setState({inputIsHiddenAfterUpdate:!u}),o.onMenuClose()):o.openMenu("first"),l.preventDefault()}},o.onClearIndicatorMouseDown=function(l){l&&l.type==="mousedown"&&l.button!==0||(o.clearValue(),l.preventDefault(),o.openAfterFocus=!1,l.type==="touchend"?o.focusInput():setTimeout(function(){return o.focusInput()}))},o.onScroll=function(l){typeof o.props.closeMenuOnScroll=="boolean"?l.target instanceof HTMLElement&&Hs(l.target)&&o.props.onMenuClose():typeof o.props.closeMenuOnScroll=="function"&&o.props.closeMenuOnScroll(l)&&o.props.onMenuClose()},o.onCompositionStart=function(){o.isComposing=!0},o.onCompositionEnd=function(){o.isComposing=!1},o.onTouchStart=function(l){var a=l.touches,u=a&&a.item(0);u&&(o.initialTouchX=u.clientX,o.initialTouchY=u.clientY,o.userIsDragging=!1)},o.onTouchMove=function(l){var a=l.touches,u=a&&a.item(0);if(u){var h=Math.abs(u.clientX-o.initialTouchX),g=Math.abs(u.clientY-o.initialTouchY),x=5;o.userIsDragging=h>x||g>x}},o.onTouchEnd=function(l){o.userIsDragging||(o.controlRef&&!o.controlRef.contains(l.target)&&o.menuListRef&&!o.menuListRef.contains(l.target)&&o.blurInput(),o.initialTouchX=0,o.initialTouchY=0)},o.onControlTouchEnd=function(l){o.userIsDragging||o.onControlMouseDown(l)},o.onClearIndicatorTouchEnd=function(l){o.userIsDragging||o.onClearIndicatorMouseDown(l)},o.onDropdownIndicatorTouchEnd=function(l){o.userIsDragging||o.onDropdownIndicatorMouseDown(l)},o.handleInputChange=function(l){var a=o.props.inputValue,u=l.currentTarget.value;o.setState({inputIsHiddenAfterUpdate:!1}),o.onInputChange(u,{action:"input-change",prevInputValue:a}),o.props.menuIsOpen||o.onMenuOpen()},o.onInputFocus=function(l){o.props.onFocus&&o.props.onFocus(l),o.setState({inputIsHiddenAfterUpdate:!1,isFocused:!0}),(o.openAfterFocus||o.props.openMenuOnFocus)&&o.openMenu("first"),o.openAfterFocus=!1},o.onInputBlur=function(l){var a=o.props.inputValue;if(o.menuListRef&&o.menuListRef.contains(document.activeElement)){o.inputRef.focus();return}o.props.onBlur&&o.props.onBlur(l),o.onInputChange("",{action:"input-blur",prevInputValue:a}),o.onMenuClose(),o.setState({focusedValue:null,isFocused:!1})},o.onOptionHover=function(l){if(!(o.blockOptionHover||o.state.focusedOption===l)){var a=o.getFocusableOptions(),u=a.indexOf(l);o.setState({focusedOption:l,focusedOptionId:u>-1?o.getFocusedOptionId(l):null})}},o.shouldHideSelectedOptions=function(){return qf(o.props)},o.onValueInputFocus=function(l){l.preventDefault(),l.stopPropagation(),o.focus()},o.onKeyDown=function(l){var a=o.props,u=a.isMulti,h=a.backspaceRemovesValue,g=a.escapeClearsValue,x=a.inputValue,b=a.isClearable,d=a.isDisabled,f=a.menuIsOpen,p=a.onKeyDown,y=a.tabSelectsValue,m=a.openMenuOnFocus,E=o.state,I=E.focusedOption,w=E.focusedValue,A=E.selectValue;if(!d&&!(typeof p=="function"&&(p(l),l.defaultPrevented))){switch(o.blockOptionHover=!0,l.key){case"ArrowLeft":if(!u||x)return;o.focusValue("previous");break;case"ArrowRight":if(!u||x)return;o.focusValue("next");break;case"Delete":case"Backspace":if(x)return;if(w)o.removeValue(w);else{if(!h)return;u?o.popValue():b&&o.clearValue()}break;case"Tab":if(o.isComposing||l.shiftKey||!f||!y||!I||m&&o.isOptionSelected(I,A))return;o.selectOption(I);break;case"Enter":if(l.keyCode===229)break;if(f){if(!I||o.isComposing)return;o.selectOption(I);break}return;case"Escape":f?(o.setState({inputIsHiddenAfterUpdate:!1}),o.onInputChange("",{action:"menu-close",prevInputValue:x}),o.onMenuClose()):b&&g&&o.clearValue();break;case" ":if(x)return;if(!f){o.openMenu("first");break}if(!I)return;o.selectOption(I);break;case"ArrowUp":f?o.focusOption("up"):o.openMenu("last");break;case"ArrowDown":f?o.focusOption("down"):o.openMenu("first");break;case"PageUp":if(!f)return;o.focusOption("pageup");break;case"PageDown":if(!f)return;o.focusOption("pagedown");break;case"Home":if(!f)return;o.focusOption("first");break;case"End":if(!f)return;o.focusOption("last");break;default:return}l.preventDefault()}},o.state.instancePrefix="react-select-"+(o.props.instanceId||++Kx),o.state.selectValue=Gs(r.value),r.menuIsOpen&&o.state.selectValue.length){var s=o.getFocusableOptionsWithIds(),i=o.buildFocusableOptions(),c=i.indexOf(o.state.selectValue[0]);o.state.focusableOptionsWithIds=s,o.state.focusedOption=i[c],o.state.focusedOptionId=sc(s,i[c])}return o}return f3(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&&gf(this.menuListRef,this.focusedOptionRef)}},{key:"componentDidUpdate",value:function(o){var s=this.props,i=s.isDisabled,c=s.menuIsOpen,l=this.state.isFocused;(l&&!i&&o.isDisabled||l&&c&&!o.menuIsOpen)&&this.focusInput(),l&&i&&!o.isDisabled?this.setState({isFocused:!1},this.onMenuClose):!l&&!i&&o.isDisabled&&this.inputRef===document.activeElement&&this.setState({isFocused:!0}),this.menuListRef&&this.focusedOptionRef&&this.scrollToFocusedOptionOnUpdate&&(gf(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,c=i.selectValue,l=i.isFocused,a=this.buildFocusableOptions(),u=o==="first"?0:a.length-1;if(!this.props.isMulti){var h=a.indexOf(c[0]);h>-1&&(u=h)}this.scrollToFocusedOptionOnUpdate=!(l&&this.menuListRef),this.setState({inputIsHiddenAfterUpdate:!1,focusedValue:null,focusedOption:a[u],focusedOptionId:this.getFocusedOptionId(a[u])},function(){return s.onMenuOpen()})}},{key:"focusValue",value:function(o){var s=this.state,i=s.selectValue,c=s.focusedValue;if(this.props.isMulti){this.setState({focusedOption:null});var l=i.indexOf(c);c||(l=-1);var a=i.length-1,u=-1;if(i.length){switch(o){case"previous":l===0?u=0:l===-1?u=a:u=l-1;break;case"next":l>-1&&l<a&&(u=l+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,c=this.getFocusableOptions();if(c.length){var l=0,a=c.indexOf(i);i||(a=-1),o==="up"?l=a>0?a-1:c.length-1:o==="down"?l=(a+1)%c.length:o==="pageup"?(l=a-s,l<0&&(l=0)):o==="pagedown"?(l=a+s,l>c.length-1&&(l=c.length-1)):o==="last"&&(l=c.length-1),this.scrollToFocusedOptionOnUpdate=!0,this.setState({focusedOption:c[l],focusedValue:null,focusedOptionId:this.getFocusedOptionId(c[l])})}}},{key:"getTheme",value:function(){return this.props.theme?typeof this.props.theme=="function"?this.props.theme(oc):ne(ne({},oc),this.props.theme):oc}},{key:"getCommonProps",value:function(){var o=this.clearValue,s=this.cx,i=this.getStyles,c=this.getClassNames,l=this.getValue,a=this.selectOption,u=this.setValue,h=this.props,g=h.isMulti,x=h.isRtl,b=h.options,d=this.hasValue();return{clearValue:o,cx:s,getStyles:i,getClassNames:c,getValue:l,hasValue:d,isMulti:g,isRtl:x,options:b,selectOption:a,selectProps:h,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 Jf(this.props,o,s)}},{key:"isOptionSelected",value:function(o,s){return Qf(this.props,o,s)}},{key:"filterOption",value:function(o,s){return $f(this.props,o,s)}},{key:"formatOptionLabel",value:function(o,s){if(typeof this.props.formatOptionLabel=="function"){var i=this.props.inputValue,c=this.state.selectValue;return this.props.formatOptionLabel(o,{context:s,inputValue:i,selectValue:c})}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,c=o.inputId,l=o.inputValue,a=o.tabIndex,u=o.form,h=o.menuIsOpen,g=o.required,x=this.getComponents(),b=x.Input,d=this.state,f=d.inputIsHidden,p=d.ariaSelection,y=this.commonProps,m=c||this.getElementId("input"),E=ne(ne(ne({"aria-autocomplete":"list","aria-expanded":h,"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":g,role:"combobox","aria-activedescendant":this.isAppleDevice?void 0:this.state.focusedOptionId||""},h&&{"aria-controls":this.getElementId("listbox")}),!i&&{"aria-readonly":!0}),this.hasValue()?(p==null?void 0:p.action)==="initial-input-focus"&&{"aria-describedby":this.getElementId("live-region")}:{"aria-describedby":this.getElementId("placeholder")});return i?k.createElement(b,ie({},y,{autoCapitalize:"none",autoComplete:"off",autoCorrect:"off",id:m,innerRef:this.getInputRef,isDisabled:s,isHidden:f,onBlur:this.onInputBlur,onChange:this.handleInputChange,onFocus:this.onInputFocus,spellCheck:"false",tabIndex:a,form:u,type:"text",value:l},E)):k.createElement(Ax,ie({id:m,innerRef:this.getInputRef,onBlur:this.onInputBlur,onChange:Vs,onFocus:this.onInputFocus,disabled:s,tabIndex:a,inputMode:"none",form:u,value:""},E))}},{key:"renderPlaceholderOrValue",value:function(){var o=this,s=this.getComponents(),i=s.MultiValue,c=s.MultiValueContainer,l=s.MultiValueLabel,a=s.MultiValueRemove,u=s.SingleValue,h=s.Placeholder,g=this.commonProps,x=this.props,b=x.controlShouldRenderValue,d=x.isDisabled,f=x.isMulti,p=x.inputValue,y=x.placeholder,m=this.state,E=m.selectValue,I=m.focusedValue,w=m.isFocused;if(!this.hasValue()||!b)return p?null:k.createElement(h,ie({},g,{key:"placeholder",isDisabled:d,isFocused:w,innerProps:{id:this.getElementId("placeholder")}}),y);if(f)return E.map(function(S,T){var R=S===I,F="".concat(o.getOptionLabel(S),"-").concat(o.getOptionValue(S));return k.createElement(i,ie({},g,{components:{Container:c,Label:l,Remove:a},isFocused:R,isDisabled:d,key:F,index:T,removeProps:{onClick:function(){return o.removeValue(S)},onTouchEnd:function(){return o.removeValue(S)},onMouseDown:function(B){B.preventDefault()}},data:S}),o.formatOptionLabel(S,"value"))});if(p)return null;var A=E[0];return k.createElement(u,ie({},g,{data:A,isDisabled:d}),this.formatOptionLabel(A,"value"))}},{key:"renderClearIndicator",value:function(){var o=this.getComponents(),s=o.ClearIndicator,i=this.commonProps,c=this.props,l=c.isDisabled,a=c.isLoading,u=this.state.isFocused;if(!this.isClearable()||!s||l||!this.hasValue()||a)return null;var h={onMouseDown:this.onClearIndicatorMouseDown,onTouchEnd:this.onClearIndicatorTouchEnd,"aria-hidden":"true"};return k.createElement(s,ie({},i,{innerProps:h,isFocused:u}))}},{key:"renderLoadingIndicator",value:function(){var o=this.getComponents(),s=o.LoadingIndicator,i=this.commonProps,c=this.props,l=c.isDisabled,a=c.isLoading,u=this.state.isFocused;if(!s||!a)return null;var h={"aria-hidden":"true"};return k.createElement(s,ie({},i,{innerProps:h,isDisabled:l,isFocused:u}))}},{key:"renderIndicatorSeparator",value:function(){var o=this.getComponents(),s=o.DropdownIndicator,i=o.IndicatorSeparator;if(!s||!i)return null;var c=this.commonProps,l=this.props.isDisabled,a=this.state.isFocused;return k.createElement(i,ie({},c,{isDisabled:l,isFocused:a}))}},{key:"renderDropdownIndicator",value:function(){var o=this.getComponents(),s=o.DropdownIndicator;if(!s)return null;var i=this.commonProps,c=this.props.isDisabled,l=this.state.isFocused,a={onMouseDown:this.onDropdownIndicatorMouseDown,onTouchEnd:this.onDropdownIndicatorTouchEnd,"aria-hidden":"true"};return k.createElement(s,ie({},i,{innerProps:a,isDisabled:c,isFocused:l}))}},{key:"renderMenu",value:function(){var o=this,s=this.getComponents(),i=s.Group,c=s.GroupHeading,l=s.Menu,a=s.MenuList,u=s.MenuPortal,h=s.LoadingMessage,g=s.NoOptionsMessage,x=s.Option,b=this.commonProps,d=this.state.focusedOption,f=this.props,p=f.captureMenuScroll,y=f.inputValue,m=f.isLoading,E=f.loadingMessage,I=f.minMenuHeight,w=f.maxMenuHeight,A=f.menuIsOpen,S=f.menuPlacement,T=f.menuPosition,R=f.menuPortalTarget,F=f.menuShouldBlockScroll,D=f.menuShouldScrollIntoView,B=f.noOptionsMessage,W=f.onMenuScrollToTop,X=f.onMenuScrollToBottom;if(!A)return null;var Y=function(G,j){var Z=G.type,q=G.data,ee=G.isDisabled,re=G.isSelected,P=G.label,te=G.value,ye=d===q,H=ee?void 0:function(){return o.onOptionHover(q)},Ne=ee?void 0:function(){return o.selectOption(q)},Re="".concat(o.getElementId("option"),"-").concat(j),Ye={id:Re,onClick:Ne,onMouseMove:H,onMouseOver:H,tabIndex:-1,role:"option","aria-selected":o.isAppleDevice?void 0:re};return k.createElement(x,ie({},b,{innerProps:Ye,data:q,isDisabled:ee,isSelected:re,key:Re,label:P,type:Z,value:te,isFocused:ye,innerRef:ye?o.getFocusedOptionRef:void 0}),o.formatOptionLabel(G.data,"menu"))},K;if(this.hasOptions())K=this.getCategorizedOptions().map(function(M){if(M.type==="group"){var G=M.data,j=M.options,Z=M.index,q="".concat(o.getElementId("group"),"-").concat(Z),ee="".concat(q,"-heading");return k.createElement(i,ie({},b,{key:q,data:G,options:j,Heading:c,headingProps:{id:ee,data:M.data},label:o.formatGroupLabel(M.data)}),M.options.map(function(re){return Y(re,"".concat(Z,"-").concat(re.index))}))}else if(M.type==="option")return Y(M,"".concat(M.index))});else if(m){var J=E({inputValue:y});if(J===null)return null;K=k.createElement(h,b,J)}else{var z=B({inputValue:y});if(z===null)return null;K=k.createElement(g,b,z)}var ae={minMenuHeight:I,maxMenuHeight:w,menuPlacement:S,menuPosition:T,menuShouldScrollIntoView:D},le=k.createElement(nI,ie({},b,ae),function(M){var G=M.ref,j=M.placerProps,Z=j.placement,q=j.maxHeight;return k.createElement(l,ie({},b,ae,{innerRef:G,innerProps:{onMouseDown:o.onMenuMouseDown,onMouseMove:o.onMenuMouseMove},isLoading:m,placement:Z}),k.createElement(Dx,{captureEnabled:p,onTopArrive:W,onBottomArrive:X,lockEnabled:F},function(ee){return k.createElement(a,ie({},b,{innerRef:function(P){o.getMenuListRef(P),ee(P)},innerProps:{role:"listbox","aria-multiselectable":b.isMulti,id:o.getElementId("listbox")},isLoading:m,maxHeight:q,focusedOption:d}),K)}))});return R||T==="fixed"?k.createElement(u,ie({},b,{appendTo:R,controlElement:this.controlRef,menuPlacement:S,menuPosition:T}),le):le}},{key:"renderFormField",value:function(){var o=this,s=this.props,i=s.delimiter,c=s.isDisabled,l=s.isMulti,a=s.name,u=s.required,h=this.state.selectValue;if(u&&!this.hasValue()&&!c)return k.createElement(Px,{name:a,onFocus:this.onValueInputFocus});if(!(!a||c))if(l)if(i){var g=h.map(function(d){return o.getOptionValue(d)}).join(i);return k.createElement("input",{name:a,type:"hidden",value:g})}else{var x=h.length>0?h.map(function(d,f){return k.createElement("input",{key:"i-".concat(f),name:a,type:"hidden",value:o.getOptionValue(d)})}):k.createElement("input",{name:a,type:"hidden",value:""});return k.createElement("div",null,x)}else{var b=h[0]?this.getOptionValue(h[0]):"";return k.createElement("input",{name:a,type:"hidden",value:b})}}},{key:"renderLiveRegion",value:function(){var o=this.commonProps,s=this.state,i=s.ariaSelection,c=s.focusedOption,l=s.focusedValue,a=s.isFocused,u=s.selectValue,h=this.getFocusableOptions();return k.createElement(vx,ie({},o,{id:this.getElementId("live-region"),ariaSelection:i,focusedOption:c,focusedValue:l,isFocused:a,selectValue:u,focusableOptions:h,isAppleDevice:this.isAppleDevice}))}},{key:"render",value:function(){var o=this.getComponents(),s=o.Control,i=o.IndicatorsContainer,c=o.SelectContainer,l=o.ValueContainer,a=this.props,u=a.className,h=a.id,g=a.isDisabled,x=a.menuIsOpen,b=this.state.isFocused,d=this.commonProps=this.getCommonProps();return k.createElement(c,ie({},d,{className:u,innerProps:{id:h,onKeyDown:this.onKeyDown},isDisabled:g,isFocused:b}),this.renderLiveRegion(),k.createElement(s,ie({},d,{innerRef:this.getControlRef,innerProps:{onMouseDown:this.onControlMouseDown,onTouchEnd:this.onControlTouchEnd},isDisabled:g,isFocused:b,menuIsOpen:x}),k.createElement(l,ie({},d,{isDisabled:g}),this.renderPlaceholderOrValue(),this.renderInput()),k.createElement(i,ie({},d,{isDisabled:g}),this.renderClearIndicator(),this.renderLoadingIndicator(),this.renderIndicatorSeparator(),this.renderDropdownIndicator())),this.renderMenu(),this.renderFormField())}}],[{key:"getDerivedStateFromProps",value:function(o,s){var i=s.prevProps,c=s.clearFocusValueOnUpdate,l=s.inputIsHiddenAfterUpdate,a=s.ariaSelection,u=s.isFocused,h=s.prevWasFocused,g=s.instancePrefix,x=o.options,b=o.value,d=o.menuIsOpen,f=o.inputValue,p=o.isMulti,y=Gs(b),m={};if(i&&(b!==i.value||x!==i.options||d!==i.menuIsOpen||f!==i.inputValue)){var E=d?$x(o,y):[],I=d?Xf(zs(o,y),"".concat(g,"-option")):[],w=c?qx(s,y):null,A=Ux(s,E),S=sc(I,A);m={selectValue:y,focusedOption:A,focusedOptionId:S,focusableOptionsWithIds:I,focusedValue:w,clearFocusValueOnUpdate:!1}}var T=l!=null&&o!==i?{inputIsHidden:l,inputIsHiddenAfterUpdate:void 0}:{},R=a,F=u&&h;return u&&!F&&(R={value:vo(p,y,y[0]||null),options:y,action:"initial-input-focus"},F=!h),(a==null?void 0:a.action)==="initial-input-focus"&&(R=null),ne(ne(ne({},m),T),{},{prevProps:o,ariaSelection:R,prevWasFocused:F})}}]),n}(_.Component);Js.defaultProps=Qx;var eE=_.forwardRef(function(e,t){var n=ka(e);return k.createElement(Js,ie({ref:t},n))}),tE=eE;const nE=v.styled(v.Box)`
|
|
615
615
|
display: flex;
|
|
616
616
|
align-items: center;
|
|
617
617
|
gap: 2px;
|
|
@@ -622,12 +622,12 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
622
622
|
max-width: 100%;
|
|
623
623
|
overflow-wrap: break-word;
|
|
624
624
|
}
|
|
625
|
-
`,
|
|
625
|
+
`,rE=v.styled("img")`
|
|
626
626
|
width: 24px;
|
|
627
627
|
height: 24px;
|
|
628
628
|
border-radius: 50%;
|
|
629
629
|
margin-right: 12px;
|
|
630
|
-
`;function
|
|
630
|
+
`;function Uf(e){const{data:t}=e;return C.jsx(an.Option,{...e,children:C.jsxs(nE,{children:[t.avatarUrl?C.jsx(rE,{className:"selectField__avatar",src:t.avatarUrl,alt:`${e.label}'s avatar`}):null,C.jsx("span",{children:e.children})]})})}const oE=v.styled(v.Box)`
|
|
631
631
|
height: 24px;
|
|
632
632
|
width: 24px;
|
|
633
633
|
border-radius: 50%;
|
|
@@ -652,34 +652,34 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
652
652
|
&:after {
|
|
653
653
|
transform: rotate(-45deg);
|
|
654
654
|
}
|
|
655
|
-
`,
|
|
655
|
+
`,Kf=e=>C.jsx(an.ClearIndicator,{...e,children:C.jsx(oE,{})}),e0=(e,t)=>({...e,placeholder:(n,r)=>{var o;return{...n,...(o=e==null?void 0:e.placeholder)==null?void 0:o.call(e,n,r),whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"}},control:(n,r)=>{var o;return{...n,backgroundColor:"transparent",...(o=e==null?void 0:e.control)==null?void 0:o.call(e,n,r)}},...t?{menuPortal:(n,r)=>{var o;return{...n,...(o=e==null?void 0:e.menuPortal)==null?void 0:o.call(e,n,r),zIndex:t,fontFamily:v.theme.typography.fontFamily,fontSize:"13px"}}}:null}),sE=v.styled(v.Stack)`
|
|
656
656
|
width: 0;
|
|
657
657
|
height: 0;
|
|
658
|
-
`,
|
|
658
|
+
`,iE=({root:e,rootMargin:t,callback:n})=>{const r=_.useRef(null),o=_.useCallback(s=>{if(!s||!e)return;r.current&&r.current.disconnect();const i=new IntersectionObserver(c=>{const l=c[0];n(l)},{root:e,rootMargin:t});i.observe(s),r.current=i},[e,t,n]);return C.jsx(sE,{ref:o})},t0=({options:e,isMulti:t,isScrollTarget:n})=>{const r=_.useRef(),o=_.useMemo(()=>e?Object.fromEntries(e.map(c=>[c.value,c])):{},[e]);return{optionsMap:o,getValue:c=>{var u;if(t||typeof c=="object")return c;const l=o[c];return l&&(r.current=l),c===((u=r.current)==null?void 0:u.value)?r.current:c},closeMenuOnScroll:n?c=>{const l=c.target;return!n||!l?!1:n(l)}:void 0}},aE=e=>C.jsx(an.DropdownIndicator,{...e,children:C.jsx(v.Icon,{children:e.selectProps.menuIsOpen?C.jsx(v.icons.ArrowDropUp,{}):C.jsx(v.icons.ArrowDropDown,{})})}),n0=()=>({ClearIndicator:Kf,DropdownIndicator:aE,IndicatorSeparator:()=>null,Option:Uf}),Io=({stackIndex:e,isScrollTarget:t,...n})=>{const{value:r,options:o,isMulti:s}=n,[i,c]=_.useState(!1),l=_.useCallback(h=>{c(!h.isIntersecting)},[]),{getValue:a,closeMenuOnScroll:u}=t0({options:o,isMulti:s,isScrollTarget:t});return C.jsxs(C.Fragment,{children:[n.menuPortalTarget&&n.root?C.jsx(iE,{root:n.root,rootMargin:"-38px 0px 0px 0px",callback:l}):null,C.jsx(tE,{...n,isDisabled:n.disabled,value:r?a(r):void 0,styles:e0(n.styles,e),components:n.components?n.components:n0(),closeMenuOnScroll:u,...i&&{menuIsOpen:!1}})]})};Io.getDefaultComponents=n0;const r0="Required Field",cE="Validation Failed";var o0=(e=>(e.DATE="DD/MM/YYYY",e))(o0||{}),lE=["defaultOptions","cacheOptions","loadOptions","options","isLoading","onInputChange","filterOption"];function s0(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,c=i===void 0?!1:i,l=e.onInputChange,a=e.filterOption,u=a===void 0?null:a,h=Gt(e,lE),g=h.inputValue,x=_.useRef(void 0),b=_.useRef(!1),d=_.useState(Array.isArray(n)?n:void 0),f=$e(d,2),p=f[0],y=f[1],m=_.useState(typeof g<"u"?g:""),E=$e(m,2),I=E[0],w=E[1],A=_.useState(n===!0),S=$e(A,2),T=S[0],R=S[1],F=_.useState(void 0),D=$e(F,2),B=D[0],W=D[1],X=_.useState([]),Y=$e(X,2),K=Y[0],J=Y[1],z=_.useState(!1),ae=$e(z,2),le=ae[0],M=ae[1],G=_.useState({}),j=$e(G,2),Z=j[0],q=j[1],ee=_.useState(void 0),re=$e(ee,2),P=re[0],te=re[1],ye=_.useState(void 0),H=$e(ye,2),Ne=H[0],Re=H[1];o!==Ne&&(q({}),Re(o)),n!==P&&(y(Array.isArray(n)?n:void 0),te(n)),_.useEffect(function(){return b.current=!0,function(){b.current=!1}},[]);var Ye=_.useCallback(function(yt,ot){if(!s)return ot();var Ze=s(yt,ot);Ze&&typeof Ze.then=="function"&&Ze.then(ot,function(){return ot()})},[s]);_.useEffect(function(){n===!0&&Ye(I,function(yt){b.current&&(y(yt||[]),R(!!x.current))})},[]);var Je=_.useCallback(function(yt,ot){var Ze=VC(yt,ot,l);if(!Ze){x.current=void 0,w(""),W(""),J([]),R(!1),M(!1);return}if(o&&Z[Ze])w(Ze),W(Ze),J(Z[Ze]),R(!1),M(!1);else{var Fn=x.current={};w(Ze),R(!0),M(!B),Ye(Ze,function(Dt){b&&Fn===x.current&&(x.current=void 0,R(!1),W(Ze),J(Dt||[]),M(!1),q(Dt?ne(ne({},Z),{},Ir({},Ze,Dt)):Z))})}},[o,Ye,B,Z,l]),dn=le?[]:I&&B?K:p||[];return ne(ne({},h),{},{options:dn,isLoading:T||c,onInputChange:Je,filterOption:u})}var uE=_.forwardRef(function(e,t){var n=s0(e),r=ka(n);return k.createElement(Js,ie({ref:t},r))}),dE=uE,fE=["allowCreateWhileLoading","createOptionPosition","formatCreateLabel","isValidNewOption","getNewOptionData","onCreateOption","options","onChange"],i0=function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"",n=arguments.length>1?arguments[1]:void 0,r=arguments.length>2?arguments[2]:void 0,o=String(t).toLowerCase(),s=String(r.getOptionValue(n)).toLowerCase(),i=String(r.getOptionLabel(n)).toLowerCase();return s===o||i===o},ic={formatCreateLabel:function(t){return'Create "'.concat(t,'"')},isValidNewOption:function(t,n,r,o){return!(!t||n.some(function(s){return i0(t,s,o)})||r.some(function(s){return i0(t,s,o)}))},getNewOptionData:function(t,n){return{label:n,value:t,__isNew__:!0}}};function pE(e){var t=e.allowCreateWhileLoading,n=t===void 0?!1:t,r=e.createOptionPosition,o=r===void 0?"last":r,s=e.formatCreateLabel,i=s===void 0?ic.formatCreateLabel:s,c=e.isValidNewOption,l=c===void 0?ic.isValidNewOption:c,a=e.getNewOptionData,u=a===void 0?ic.getNewOptionData:a,h=e.onCreateOption,g=e.options,x=g===void 0?[]:g,b=e.onChange,d=Gt(e,fE),f=d.getOptionValue,p=f===void 0?Gf:f,y=d.getOptionLabel,m=y===void 0?Vf:y,E=d.inputValue,I=d.isLoading,w=d.isMulti,A=d.value,S=d.name,T=_.useMemo(function(){return l(E,Gs(A),x,{getOptionValue:p,getOptionLabel:m})?u(E,i(E)):void 0},[i,u,m,p,E,l,x,A]),R=_.useMemo(function(){return(n||!I)&&T?o==="first"?[T].concat(xr(x)):[].concat(xr(x),[T]):x},[n,o,I,T,x]),F=_.useCallback(function(D,B){if(B.action!=="select-option")return b(D,B);var W=Array.isArray(D)?D:[D];if(W[W.length-1]===T){if(h)h(E);else{var X=u(E,E),Y={action:"create-option",name:S,option:X};b(vo(w,[].concat(xr(Gs(A)),[X]),X),Y)}return}b(D,B)},[u,E,w,S,T,h,b,A]);return ne(ne({},d),{},{options:R,onChange:F})}var hE=_.forwardRef(function(e,t){var n=s0(e),r=ka(n),o=pE(r);return k.createElement(Js,ie({ref:t},o))}),gE=hE;const mE=v.styled(v.Typography)`
|
|
659
659
|
display: block;
|
|
660
660
|
white-space: nowrap;
|
|
661
661
|
overflow: hidden;
|
|
662
662
|
text-overflow: ellipsis;
|
|
663
|
-
`,
|
|
663
|
+
`,bE=(e,t)=>{const n=_.useRef();return(...o)=>{n.current&&clearTimeout(n.current),n.current=setTimeout(()=>{e(...o)},t)}},a0=e=>k.createElement("svg",{width:"8px",height:"8px",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",...e},k.createElement("path",{d:"M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"}));function yE(e){return C.jsx(an.DropdownIndicator,{...e,children:C.jsx(v.Icon,{children:e.selectProps.menuIsOpen?C.jsx(v.icons.ArrowDropUp,{}):C.jsx(v.icons.ArrowDropDown,{})})})}const vE=e=>C.jsxs(v.Stack,{direction:"row",flexWrap:"nowrap",alignItems:"center",width:"100%",children:[C.jsx(v.Stack,{flexShrink:0,children:C.jsx(a0,{width:14,height:14,fill:"rgb(80, 109, 255)"})}),C.jsxs(mE,{color:"rgb(80, 109, 255)",fontSize:"12px",fontWeight:500,children:["Create ",e]})]});function CE({stackIndex:e,isScrollTarget:t,...n}){const[r,o]=_.useState([]),[s,i]=_.useState(""),[c,l]=_.useState(!1),a=_.useRef(),{isMulti:u,createOption:h,loadOptions:g,isApiSearchEnabled:x=!1,isInfiniteScrollable:b=!1,loadOptionsOnFocus:d=!1}=n,{getValue:f,closeMenuOnScroll:p}=t0({options:r,isMulti:u,isScrollTarget:t}),y=(D,B,W)=>(a.current&&a.current.abort("stale data"),a.current=new AbortController,g==null?void 0:g(D,B,W,a.current)),m=bE((D,B)=>{if(i(D),r.length>0&&!x){const X=r.filter(Y=>Y&&typeof Y=="object"&&"label"in Y&&typeof Y.label=="string"?Y.label.toLowerCase().includes(D.toLowerCase()):!1);B(X);return}const W=X=>{B(X),o(X)};y==null||y(D,W,!1)},300),E=(D,B)=>{l(!1),!(B&&"isError"in B&&B.isError)&&o(D)},I=D=>{var B;(B=n.onMenuScrollToBottom)==null||B.call(n,D),b&&g&&!c&&(l(!0),y(s,E,!0))},w=(D,B)=>{var W;(W=n.onInputChange)==null||W.call(n,D,B),B.action==="input-change"&&x&&(i(D),o([]),D||(l(!0),m(D,E)))},A=D=>{var B;i(""),(B=n.onBlur)==null||B.call(n,D)},S=D=>{var B;(B=n.onFocus)==null||B.call(n,D),!c&&d&&(o([]),l(!0),y==null||y(s,E,!1))},T=D=>B=>{var X;const W=B.find(Y=>Y.label===D);!n.isMulti&&W&&((X=n.onChange)==null||X.call(n,W,{action:"select-option",name:n.name,option:W})),o(B),l(!1)},R=D=>{l(!0),h==null||h(D,T(D))},F=h?gE:dE;return C.jsx(F,{...n,value:n.value?f(n.value):null,isDisabled:n.disabled,loadOptions:m,onMenuScrollToBottom:I,onInputChange:w,onBlur:A,onFocus:S,isLoading:c,defaultOptions:r.length?r:n.defaultOptions||!1,styles:e0(n.styles,e),components:{ClearIndicator:Kf,DropdownIndicator:yE,IndicatorSeparator:()=>null,Option:Uf},closeMenuOnScroll:p,...h?{formatCreateLabel:vE,createOptionPosition:"first",allowCreateWhileLoading:!1,onCreateOption:R,options:r}:null})}const _r="table-cell-form-field",Qs="60px",$s="24px",IE=v.styled(v.Box)`
|
|
664
664
|
width: 100%;
|
|
665
|
-
`,
|
|
665
|
+
`,xE=v.styled(v.Box)`
|
|
666
666
|
width: 100%;
|
|
667
667
|
overflow-x: auto;
|
|
668
|
-
`,
|
|
668
|
+
`,EE=v.styled(v.Box)`
|
|
669
669
|
--border-color: rgb(214, 221, 232);
|
|
670
670
|
--border-size: 1px;
|
|
671
671
|
display: grid;
|
|
672
672
|
grid-template-columns: ${({gridColumns:e})=>e};
|
|
673
673
|
border: 1px solid var(--border-color);
|
|
674
674
|
border-radius; 4px;
|
|
675
|
-
`,
|
|
675
|
+
`,wE=v.styled(v.Stack)`
|
|
676
676
|
margin-top: 16px;
|
|
677
677
|
flex-direction: row;
|
|
678
678
|
justify-content: space-between;
|
|
679
679
|
&:empty {
|
|
680
680
|
margin-top: 0;
|
|
681
681
|
}
|
|
682
|
-
`,
|
|
682
|
+
`,c0=v.styled(v.Box)`
|
|
683
683
|
--cell-padding: 0;
|
|
684
684
|
display: grid;
|
|
685
685
|
grid-template-columns: subgrid;
|
|
@@ -688,10 +688,10 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
688
688
|
&:last-child {
|
|
689
689
|
border-bottom: 0;
|
|
690
690
|
}
|
|
691
|
-
`,
|
|
691
|
+
`,AE=v.styled(c0)`
|
|
692
692
|
--cell-padding: 10px ${$s};
|
|
693
693
|
border-bottom: 1px solid var(--border-color);
|
|
694
|
-
`,
|
|
694
|
+
`,ac=v.styled(v.Box)`
|
|
695
695
|
border: var(--border-size) solid transparent;
|
|
696
696
|
border-right: var(--border-size) solid var(--border-color);
|
|
697
697
|
padding: var(--cell-padding, 0);
|
|
@@ -699,7 +699,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
699
699
|
border-right: var(--border-size) solid transparent;
|
|
700
700
|
}
|
|
701
701
|
${({hasError:e})=>e?"border: var(--border-size) solid #CD3746;":""}
|
|
702
|
-
`,
|
|
702
|
+
`,l0=v.styled(v.Button)`
|
|
703
703
|
padding: 0;
|
|
704
704
|
margin: 0;
|
|
705
705
|
outline: 0;
|
|
@@ -718,7 +718,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
718
718
|
width: 100%;
|
|
719
719
|
height: 100%;
|
|
720
720
|
}
|
|
721
|
-
`,
|
|
721
|
+
`,SE=v.styled(l0)`
|
|
722
722
|
box-sizing: content-box;
|
|
723
723
|
padding: 4px 12px;
|
|
724
724
|
color: rgb(80, 109, 255);
|
|
@@ -740,9 +740,9 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
740
740
|
width: 20px;
|
|
741
741
|
height: 20px;
|
|
742
742
|
}
|
|
743
|
-
`,
|
|
743
|
+
`,_E=v.styled(v.Box)`
|
|
744
744
|
margin-left: auto;
|
|
745
|
-
`,
|
|
745
|
+
`,TE=v.styled(v.Stack)`
|
|
746
746
|
box-sizing: content-box;
|
|
747
747
|
padding: 4px 0;
|
|
748
748
|
flex-direction: row;
|
|
@@ -752,26 +752,26 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
752
752
|
min-height: 28px;
|
|
753
753
|
color: ${v.theme.palette.gray.gray1};
|
|
754
754
|
font-weight: bold;
|
|
755
|
-
`,
|
|
756
|
-
&.${
|
|
755
|
+
`,OE=v.styled(v.DatePicker)`
|
|
756
|
+
&.${_r} .MuiInputBase-root {
|
|
757
757
|
height: ${Qs};
|
|
758
758
|
border: 0;
|
|
759
759
|
padding-left: ${$s};
|
|
760
760
|
}
|
|
761
|
-
`;function
|
|
762
|
-
&.${
|
|
761
|
+
`;function LE(e){const[t,n]=_.useState(!1),r=_.useRef(null);_.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 C.jsx(OE,{inputFormat:e.inputFormat?e.inputFormat:o0.DATE,...e,value:e.value||null,open:t,onOpen:()=>n(!0),onClose:()=>n(!1),onChange:o,PopperProps:{anchorEl:r.current},renderInput:s=>C.jsx(v.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:C.jsx(v.InputAdornment,{position:"end",sx:{cursor:"pointer"},children:C.jsx(v.icons.CalendarTodayOutlinedIcon,{})})},onClick:()=>{t||n(!0)}})})}const FE=v.styled(v.Checkbox)`
|
|
762
|
+
&.${_r} {
|
|
763
763
|
--v-margin: calc((${Qs} - 36px) / 2);
|
|
764
764
|
--h-margin: calc((100% - 36px) / 2);
|
|
765
765
|
margin: var(--v-margin) var(--h-margin);
|
|
766
766
|
}
|
|
767
|
-
`,
|
|
767
|
+
`,DE=({onChange:e,onFocus:t,onBlur:n,...r})=>{const o=(s,i)=>{e==null||e(s,i)};return C.jsx(FE,{onChange:o,onFocus:t,onBlur:n,...r})},u0=({label:e,isRequired:t,prefixNode:n,...r})=>e?C.jsxs(v.Typography,{variant:"h4",component:"label",color:v.theme.palette.gray.gray1,className:"hiver__field--label",...r,children:[n,e,t?C.jsx("span",{className:"required__star",children:"*"}):null]}):null,RE=e=>k.createElement("svg",{width:"8px",height:"8px",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",...e},k.createElement("path",{d:"M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM8 9h8v10H8V9zm7.5-5-1-1h-5l-1 1H5v2h14V4z"})),d0=250,zn="__id",xo={isExpandable:!0,isExpanded:!0,defaultNumberOfRows:1,fixedRows:!1,cellWidth:d0,arithmeticOperation:[]},qs=({name:e,value:t,data:n={},columns:r=[],validation:o={},meta:{defaultNumberOfRows:s=xo.defaultNumberOfRows,fixedRows:i=xo.fixedRows,cellWidth:c=xo.cellWidth,arithmeticOperation:l=xo.arithmeticOperation}=xo,fetchConfig:a={},createConfig:u={},stackIndex:h,onChange:g=()=>{},onFocus:x,onValidationError:b})=>{const d=t??[],f=(o==null?void 0:o.validations)??{},p=_.useRef(),y=_.useRef({}),[m,E]=_.useState({}),{colsLength:I,colsTemplate:w,colWidth:A}=_.useMemo(()=>{let M=0,G="";for(const j of r){let Z=j.cols?Number(j.cols):1;isNaN(Z)&&(Z=1),M+=Z,G+=`${j.cols??Z}fr `}return i||(M+=.5,G+="0.5fr"),{colsLength:M,colsTemplate:G.trim(),colWidth:`${isNaN(c)?d0:c}px`}},[r,c,i]),{fieldDependency:S,fieldConfigs:T}=_.useMemo(()=>{const M={},G={};for(const j of r){if(!j.valueConfig)continue;G[j.name]=j.valueConfig;const Z=j.valueConfig.columnNames;for(const q of Z)M[q]||(M[q]=[]),M[q].push(j.name)}return{fieldDependency:M,fieldConfigs:G}},[r]);_.useEffect(()=>{if(t)return;const M=[];for(let G=0;G<s;G++){const j=Sd();M.push({[zn]:j})}g(M)},[t,g,s]);const R=()=>{const M=Object.entries(y.current).filter(G=>!!G[1])[0];return(M==null?void 0:M[1])??""},F=()=>{const M={[zn]:Sd()};g([...d,M])},D=M=>{const G=d.filter(j=>j[zn]!==M);g(G),E(j=>({...j,[M]:{}}));for(const j in y.current)j.startsWith(`${M}.`)&&delete y.current[j];b==null||b(e,R())},B=(M,{columnNames:G=[],operationType:j})=>{const Z=G.map(q=>M[q]);return""+_d(Z,j)},W=(M,G)=>{const j=d.map(Z=>M!==Z[zn]?Z:{...Z,...G});g(j)},X=(M,G)=>{const j=d.map(Z=>{if(M!==Z[zn])return Z;const q={...Z};for(const ee of G)delete q[ee];return q});g(j)},Y=(M,G,j,Z)=>{var re;const q=((re=Z==null?void 0:Z.target)==null?void 0:re.value)??"",ee={...j,[G]:q};if(S[G])for(const P of S[G]){const te=B(ee,T[P]);ee[P]=te}W(M,ee)},K=(M,G,j)=>{W(M,{[G]:j})},J=(M,G,j,Z)=>{if(j&&typeof j=="object"&&"value"in j&&typeof j.value=="string"&&typeof Z.name<"u"){const q="prefillValues"in j&&j.prefillValues,ee={...G,[Z.name]:j.value,...q};for(const re in ee)if(S[re])for(const P of S[re]){const te=B(ee,T[P]);ee[P]=te}W(M,ee)}(Z==null?void 0:Z.action)==="clear"&&Z.name&&X(M,[Z.name])},z=(M,G,j)=>{W(M,{[G]:(j==null?void 0:j.toISOString())??""})},ae=(M,G,j,Z)=>{Z&&E(q=>{const ee=q[M]??{};return{...q,[M]:{...ee,[G]:j}}}),y.current={...y.current,[`${M}.${G}`]:typeof j=="string"?j:""},b==null||b(e,R())},le=M=>p.current===M;return C.jsxs(IE,{children:[C.jsx(xE,{ref:p,children:C.jsxs(EE,{gridColumns:w,minWidth:`calc( ${I} * ${A} )`,children:[C.jsx(AE,{children:r.map(({name:M,label:G,isRequired:j})=>C.jsx(ac,{children:C.jsx(u0,{label:G,isRequired:j})},M))}),d.map(({[zn]:M,...G})=>C.jsxs(c0,{children:[r.map(({name:j,key:Z,...q})=>{var ee;return C.jsx(ac,{hasError:!!((ee=m==null?void 0:m[M])!=null&&ee[j]),children:C.jsx(Eo,{name:j,value:G[j],...q,className:_r,label:"",hideHelperText:!0,validation:f==null?void 0:f[j],onFocus:x,inputChangeHandler:re=>Y(M,j,G,re),checkboxChangeHandler:(...re)=>K(M,j,re[1]),selectChangeHandler:(...re)=>J(M,G,...re),dateChangeHandler:(re,P)=>z(M,re,P),onValidationError:(...re)=>ae(M,...re),fetchConfig:a==null?void 0:a[j],createConfig:u==null?void 0:u[j],isScrollTarget:le,...h?{menuPortalTarget:document.body,stackIndex:h}:null})},j??Z)}),i?null:C.jsx(ac,{children:C.jsx(v.Stack,{width:"100%",height:"100%",alignItems:"center",justifyContent:"center",children:C.jsx(l0,{onClick:()=>D(M),children:C.jsx(RE,{})})})})]},M))]})}),C.jsxs(wE,{children:[i?null:C.jsxs(SE,{onClick:F,children:[C.jsx(a0,{}),C.jsx(v.Typography,{children:"Add Line"})]}),l.length?C.jsx(_E,{children:l.map(({label:M,columnName:G,operationType:j,prefix:Z="",prefixKey:q,suffix:ee="",suffixKey:re})=>C.jsxs(TE,{children:[C.jsx(v.Typography,{fontWeight:500,children:M}),C.jsxs(v.Typography,{children:[C.jsxs("span",{children:[n[q]??Z," "]}),C.jsx("span",{children:_d(d.map(P=>P[G]),j)}),C.jsx("span",{children:n[re]??ee})]})]},M))}):null]})]})};qs.ROW_ID=zn;const kE=v.styled(v.Box)`
|
|
768
768
|
box-sizing: border-box;
|
|
769
|
-
&:not(:has(.${
|
|
769
|
+
&:not(:has(.${_r})) {
|
|
770
770
|
transform: translate(0, 5px);
|
|
771
771
|
padding-bottom: 5px;
|
|
772
772
|
}
|
|
773
|
-
`,
|
|
774
|
-
&.${
|
|
773
|
+
`,NE=v.styled(v.TextField)`
|
|
774
|
+
&.${_r} {
|
|
775
775
|
height: ${Qs};
|
|
776
776
|
position: relative;
|
|
777
777
|
& > div {
|
|
@@ -790,7 +790,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
790
790
|
margin-top: 0px;
|
|
791
791
|
}
|
|
792
792
|
}
|
|
793
|
-
`,
|
|
793
|
+
`,PE=({inputProps:e,...t})=>{const n=r=>{r.currentTarget&&r.currentTarget.blur(),r.stopPropagation()};return C.jsx(kE,{children:C.jsx(NE,{...t,inputProps:{onWheel:n,...e}})})},ME=v.styled(PE)`
|
|
794
794
|
& .MuiFormHelperText-root {
|
|
795
795
|
position: absolute;
|
|
796
796
|
bottom: -24px;
|
|
@@ -809,7 +809,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
809
809
|
&.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
|
|
810
810
|
border-width: 1px;
|
|
811
811
|
}
|
|
812
|
-
`,
|
|
812
|
+
`,f0=v.styled(v.Box)`
|
|
813
813
|
& .hiverFormField__placeholder {
|
|
814
814
|
color: #97a3b7;
|
|
815
815
|
}
|
|
@@ -904,7 +904,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
904
904
|
border-radius: 4px;
|
|
905
905
|
}
|
|
906
906
|
|
|
907
|
-
& .${
|
|
907
|
+
& .${_r} {
|
|
908
908
|
height: ${Qs};
|
|
909
909
|
.hiverFormField__control {
|
|
910
910
|
height: 100%;
|
|
@@ -917,7 +917,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
917
917
|
height: 100%;
|
|
918
918
|
}
|
|
919
919
|
}
|
|
920
|
-
`,
|
|
920
|
+
`,p0=v.styled(v.Box)`
|
|
921
921
|
font-size: 12px;
|
|
922
922
|
font-weight: 400;
|
|
923
923
|
font-family: ${v.theme.typography.fontFamily};
|
|
@@ -929,7 +929,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
929
929
|
&.helper--error {
|
|
930
930
|
color: #d32f2f;
|
|
931
931
|
}
|
|
932
|
-
`,
|
|
932
|
+
`,BE=v.styled(v.Box)`
|
|
933
933
|
width: 100%;
|
|
934
934
|
position: relative;
|
|
935
935
|
& .MuiInputBase-root {
|
|
@@ -943,7 +943,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
943
943
|
position: absolute;
|
|
944
944
|
margin-left: 5px;
|
|
945
945
|
}
|
|
946
|
-
`,
|
|
946
|
+
`,jE=v.styled(v.Box)`
|
|
947
947
|
display: inline-block;
|
|
948
948
|
margin-right: 9px;
|
|
949
949
|
width: 9px;
|
|
@@ -955,7 +955,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
955
955
|
display: inline-block;
|
|
956
956
|
transition: transform 300ms;
|
|
957
957
|
}
|
|
958
|
-
`,
|
|
958
|
+
`,VE=v.styled(v.Stack)`
|
|
959
959
|
position: relative;
|
|
960
960
|
font-family: ${v.theme.typography.fontFamily};
|
|
961
961
|
&.expandable {
|
|
@@ -986,19 +986,19 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
986
986
|
overflow: hidden;
|
|
987
987
|
}
|
|
988
988
|
}
|
|
989
|
-
`,
|
|
989
|
+
`,GE=v.styled(v.IconButton)`
|
|
990
990
|
position: absolute;
|
|
991
991
|
top: 0;
|
|
992
992
|
left: 100%;
|
|
993
993
|
transform: translate(5px, 0);
|
|
994
994
|
height: 34px;
|
|
995
995
|
width: 34px;
|
|
996
|
-
`,
|
|
996
|
+
`,HE=e=>k.createElement("svg",{width:"8px",height:"8px",viewBox:"8.59 6 7.41 12",xmlns:"http://www.w3.org/2000/svg",...e},k.createElement("path",{d:"M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6-6-6z"})),Eo=({fetchConfig:e,createConfig:t,menuPortalTarget:n,iconData:r,stackIndex:o,isScrollTarget:s,onValidationError:i,inputChangeHandler:c,selectChangeHandler:l,dateChangeHandler:a,tableChangeHandler:u,checkboxChangeHandler:h,...g})=>{const{validation:x,helperText:b,id:d,label:f,name:p,type:y,validateOnBlur:m=!0,validateOnChange:E=!0,isRequired:I,labelSpacing:w=1,showGlobalLoader:A=!1,hideHelperText:S=!1,meta:{isExpandable:T=y==="table",isExpanded:R=!0}={}}=g,[F,D]=_.useState(!1),[B,W]=_.useState(""),[X,Y]=_.useState(R);_.useEffect(()=>{F||J(g.value,!1)},[F,g.value]);const K=P=>{var te;P&&!F&&D(!0),(te=g.onFocus)==null||te.call(g,P)};function J(P,te=!0,ye){let H="";if((x!=null&&x.isRequired||I)&&(H=P?"":r0,!P&&typeof(x==null?void 0:x.isRequired)=="function")){const Re=x.isRequired(P);Re&&typeof Re=="boolean"?H=r0:Re&&(H=Re)}let Ne={id:d,name:p,label:f};if(g.type==="date"?Ne={...Ne,disableFuture:g.disableFuture,disablePast:g.disablePast}:g.type==="number"?Ne={...Ne,min:g.min,max:g.max}:g.type==="text"&&g.multiline&&(Ne={...Ne,maxCharacters:g.maxCharacters}),P&&!H&&(x!=null&&x.validate)){const Re=x.validate(P,{...Ne,...ye});typeof Re=="boolean"&&Re===!1?H=cE:typeof Re=="string"&&(H=Re)}te&&W(H),i==null||i(p,H,te)}const z=P=>{var te;F||D(!0),(te=g.onBlur)==null||te.call(g,P),F&&m&&J(g.value)},ae=()=>S?null:g.helperText?C.jsx(p0,{children:b}):F&&B?C.jsx(p0,{className:"helper--error",children:B}):null,le=P=>{P&&!F&&D(!0),c==null||c(P),F&&E&&J(P.target.value)},M=(P,te)=>{P&&!F&&D(!0),h==null||h(P,te),F&&E&&J(te)},G=(P,te)=>{l==null||l(P,te),P&&!F&&D(!0),P&&typeof P=="object"&&"value"in P&&F&&E&&J(P.value)},j=(P,te)=>{a==null||a(p,P,te),P&&!F&&D(!0),F&&E&&J(P)},Z=P=>{u==null||u(p,P)},q=(P,te)=>{F&&(i==null||i(P,te),W(typeof te=="string"?te:""))},ee=P=>{Y(te=>!te)},re=P=>{if(A)return C.jsx(v.Skeleton,{variant:"rounded",height:29.69,animation:"wave"});switch(P.type){case"select":return C.jsx(f0,{children:C.jsx(Io,{...P,stackIndex:o,isScrollTarget:s,className:`formField__select ${B&&F?"formField__select--error":""} ${P.className||""}`,classNamePrefix:"hiverFormField",onBlur:z,onChange:G,onFocus:K,menuPortalTarget:n})});case"async-select":return C.jsx(f0,{children:C.jsx(CE,{...P,stackIndex:o,isScrollTarget:s,className:`formField__select ${B&&F?"formField__select--error":""} ${P.className||""}`,classNamePrefix:"hiverFormField",onBlur:z,onChange:G,onFocus:K,loadOptions:e==null?void 0:e.loadOptions,createOption:t==null?void 0:t.createOption,menuPortalTarget:n})});case"date":return C.jsx(LE,{...P,label:void 0,onBlur:z,onFocus:K,onChange:j,error:!!(B&&F)});case"table":return C.jsx(qs,{...P,value:P.value,onChange:Z,onFocus:K,onValidationError:q,fetchConfig:e==null?void 0:e.loadOptionsList,createConfig:t==null?void 0:t.createOptionList,stackIndex:o});case"checkbox":return C.jsx(DE,{...P,onChange:M,onFocus:K,onBlur:z});default:return C.jsx(ME,{variant:"outlined",fullWidth:!0,id:d,...P,value:P.value,label:void 0,onBlur:z,onChange:le,onFocus:K,error:!!(B&&F),inputProps:{type:P.type,min:P.min,max:P.max,...P.inputProps}})}};return C.jsxs(VE,{spacing:w,useFlexGap:!0,...T&&{className:`expandable ${X?"open":"close"}`},children:[C.jsx(u0,{label:f,htmlFor:d,isRequired:!!(x!=null&&x.isRequired)||I,prefixNode:T?C.jsx(jE,{children:C.jsx(HE,{className:"arrow-icon"})}):null,...T&&{onClick:()=>ee()}}),C.jsxs(BE,{className:"input-wrapper",children:[C.jsx(v.Tooltip,{title:g.toolTipTitle,arrow:!0,placement:"right-end",disableHoverListener:!0,children:re(g)}),r!=null&&r.icon?C.jsx(v.Tooltip,{title:r.toolTipText,placement:"bottom",children:C.jsx(GE,{className:"form--sideIcon",children:r==null?void 0:r.icon})}):null]}),ae()]})},WE=v.styled(v.Stack)`
|
|
997
997
|
& .authform__section-title {
|
|
998
998
|
margin-top: 32px;
|
|
999
999
|
margin-bottom: -12px;
|
|
1000
1000
|
}
|
|
1001
|
-
`,
|
|
1001
|
+
`,ZE=v.styled(v.Stack)`
|
|
1002
1002
|
${({cols:e,spacing:t,theme:n})=>`
|
|
1003
1003
|
flex-flow: row wrap;
|
|
1004
1004
|
justify-content: flex-start;
|
|
@@ -1006,13 +1006,13 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
1006
1006
|
--field-space: calc( ${e-1} * var(--field-gap));
|
|
1007
1007
|
--field-width: calc( ( 100% - var(--field-space) ) / ${e} );
|
|
1008
1008
|
`}
|
|
1009
|
-
`,
|
|
1009
|
+
`,XE=v.styled(v.Box)`
|
|
1010
1010
|
--cols: ${({cols:e})=>e};
|
|
1011
1011
|
--include-gap: calc((var(--cols) - 1) * var(--field-gap));
|
|
1012
1012
|
--include-width: calc(var(--cols) * var(--field-width));
|
|
1013
1013
|
width: calc(var(--include-width) + var(--include-gap));
|
|
1014
1014
|
max-width: 100%;
|
|
1015
|
-
`,
|
|
1015
|
+
`,h0=({formConfig:e,icons:t,selectChangeHandler:n,inputChangeHandler:r,checkboxChangeHandler:o,dateChangeHandler:s,tableChangeHandler:i,predicates:c,values:l,validations:a,onValidationError:u,stackIndex:h,sectionSpacing:g=3,fieldsSpacing:x=3,labelSpacing:b=1,fetchConfig:d,createConfig:f,showGlobalLoader:p=!1,cols:y=1})=>{const m=E=>(I,w)=>{n==null||n(I,w,E)};return C.jsx(WE,{spacing:g,children:e.map(({id:E,title:I,formFields:w})=>w.every(S=>S.hideInUI)?null:C.jsxs(_.Fragment,{children:[I&&w.length?C.jsx(v.Typography,{variant:"h3",className:"authform__section-title",children:I}):null,C.jsx(ZE,{useFlexGap:!0,spacing:x,cols:y,children:w.map(S=>{var T;return c&&typeof c=="object"&&S.name in c&&c[S.name]===!1||S.hideInUI?null:C.jsx(XE,{cols:S.cols??1,children:C.jsx(Eo,{value:l==null?void 0:l[S.name],data:l,...S,stackIndex:h,selectChangeHandler:m(S),inputChangeHandler:r,checkboxChangeHandler:o,dateChangeHandler:s,tableChangeHandler:i,validation:a==null?void 0:a[S.name],onValidationError:u,iconData:t==null?void 0:t[S.name],labelSpacing:b,fetchConfig:d==null?void 0:d[S.name],createConfig:f==null?void 0:f[S.name],showGlobalLoader:p})},((T=d==null?void 0:d[S.name])==null?void 0:T.key)||S.name)})})]},E))})},zE=v.styled(v.Box)`
|
|
1016
1016
|
width: 100%;
|
|
1017
1017
|
aspect-ratio: ${({aspectRatio:e})=>e};
|
|
1018
1018
|
border-radius: 8px;
|
|
@@ -1036,10 +1036,10 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
1036
1036
|
width: 40px;
|
|
1037
1037
|
height: 40px;
|
|
1038
1038
|
}
|
|
1039
|
-
`,zE=e=>k.createElement("svg",{width:35,height:35,viewBox:"0 0 35 35",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},k.createElement("rect",{x:9,y:9,width:15,height:17,fill:"white"}),k.createElement("g",{clipPath:"url(#clip0_7787_114457)"},k.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"})),k.createElement("defs",null,k.createElement("clipPath",{id:"clip0_7787_114457"},k.createElement("rect",{width:34.396,height:34.396,fill:"white"})))),YE=({aspectRatio:e="auto",...t})=>{const[n,r]=_.useState(!1);return n?null:C.jsxs(XE,{aspectRatio:e,children:[C.jsx("img",{className:"preview-img",onError:()=>r(!0),...t}),C.jsx(zE,{className:"play-icon"})]})},ac=(e,t,n)=>{let r=`${t}_${n}`;return Object.keys(e).forEach(o=>{r=`${r}_${o}:${e[o]}`}),r},JE=(e,t)=>t?Object.values(t).filter(r=>e.values[r]&&!e.errors[r]):[],xo=(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}},{}):{},cc=({formFields:e})=>{const t={};return e.forEach(n=>{var r,o,s,i,c,l;if(t[n.name]={},(r=n.validations)!=null&&r.isRequired&&(typeof n.validations.isRequired=="object"?t[n.name].isRequired=Kv(n.validations.isRequired.msg):t[n.name].isRequired=!0),n.type==="date"){let a=typeof((o=n.validations)==null?void 0:o.disableFuture)=="object"?n.validations.disableFuture.msg:"";a=typeof((s=n.validations)==null?void 0:s.disablePast)=="object"?n.validations.disablePast.msg:a,t[n.name].validate=e3(a);return}if(n.type==="number"&&((i=n.validations)!=null&&i.range)){t[n.name].validate=t3();return}if(n.type==="text"&&n.limit){t[n.name].validate=n3();return}if(n.type==="table"){const a=cc({formFields:n.columns??[]});t[n.name].validations=a}if((c=n.validations)!=null&&c.isUrl){const a=typeof n.validations.isUrl=="object"?n.validations.isUrl.msg:"";t[n.name].validate=qv(a)}else if((l=n.validations)!=null&&l.isEmail){const a=typeof n.validations.isEmail=="object"?n.validations.isEmail.msg:"";t[n.name].validate=Uv(a)}}),t},Us={isMultiSelect:e=>Array.isArray(e)?e.every(t=>typeof t=="object"&&"label"in t&&"value"in t):!1,isTable:e=>Array.isArray(e)?e.some(n=>!!n[qs.ROW_ID]):!1,isSelect:e=>!!e&&typeof e=="object"&&"label"in e,isDate:e=>!!e&&typeof e=="object"&&"toISOString"in e},Ks=(e,t)=>Object.keys(t).reduce((n,r)=>{const o=e.values[t[r]];let s;return Us.isMultiSelect(o)?s=o.map(i=>i.value):Us.isTable(o)?s=o.map(({...c})=>(delete c[qs.ROW_ID],c)).filter(c=>Object.keys(c).length>0):Us.isSelect(o)?s=o.value:Us.isDate(o)?s=o.toISOString():s=o||"",n[r]=s,n},{}),QE=(e,t)=>{const n={},r=new Set;let o="";for(const s of e)s.rowId?(n[s.rowId]||(n[s.rowId]=[]),n[s.rowId].push(s),r.add(s.rowId),o=""):!n[o]||n[o].length>=t?(r.add(s.name),n[s.name]=[s],o=s.name):n[o].push(s);return[...r].map(s=>({id:s,formFields:n[s]}))},p0=(e,t)=>{if(!t||!Array.isArray(e))return 0;let n=0;for(const r of e){const o=t[r.name];if(r.type==="table"&&Array.isArray(o)){let s=0;for(const i of o){const c=p0(r.columns,i);s+=c}s>0&&n++;continue}o===""||o===void 0||o===null||n++}return n},Eo="/v1/api",$E=`${Eo}/connectors/conversation/:conversationId/metadata`,qE=`${Eo}/connectors/forms/:formId/field/:fieldName/data`,UE=`${Eo}/connectors/form/:formId`,KE=`${Eo}/connectors/forms/:id/link`,e5=`${Eo}/connectors/forms/:id/preview`,t5=(e,t,n="email")=>{const r=new URLSearchParams;return r.append("channel_type",n),nt({url:hr(`${qE}?${r.toString()}`,e),method:pt.POST,data:t})},n5=(e,t,n="email")=>{const r=new URLSearchParams;return r.append("channel_type",n),nt({url:hr(`${UE}?${r.toString()}`,e),method:pt.POST,data:t})},r5=(e,t,n="email")=>{const r=new URLSearchParams;return r.append("channel_type",n),nt({url:`${e5.replace(":id",e)}?${r.toString()}`,method:pt.POST,data:{args:t}})},h0={optionsMap:null,createOptionApi:U.IDLE,dropdownOptionsApis:U.IDLE,previewCardData:null,previewCardApiStatus:U.IDLE,selectedSuggestionType:"basic"},g0=La({name:"commonSlice",initialState:h0,reducers:{resetState:()=>h0,resetPreviewCardData:e=>{e.previewCardData=null,e.previewCardApiStatus=U.IDLE},setSelectedSuggestionType:(e,t)=>{e.selectedSuggestionType=t.payload}},extraReducers:e=>{e.addCase(ei.pending,t=>{t.createOptionApi=U.LOADING}).addCase(ei.fulfilled,(t,n)=>{const r=t.optionsMap||{},{optionsList:o,key:s}=n.payload;t.createOptionApi=U.IDLE,t.optionsMap={...r,[s]:{...r[s],options:o}}}).addCase(ei.rejected,t=>{t.createOptionApi=U.FAILED}).addCase(Yn.pending,t=>{t.dropdownOptionsApis=U.LOADING}).addCase(Yn.fulfilled,(t,n)=>{const r=t.optionsMap||{},{optionsList:o,hasMore:s,currentPage:i,searchTerm:c,key:l}=n.payload;t.dropdownOptionsApis=U.IDLE,t.optionsMap={...r,[l]:{options:o,hasMore:s,currentPage:i,searchTerm:c}}}).addCase(Yn.rejected,t=>{t.dropdownOptionsApis=U.FAILED}).addCase(Ar.pending,t=>{t.previewCardApiStatus=U.LOADING}).addCase(Ar.fulfilled,(t,n)=>{const{data:r}=n.payload;r&&(t.previewCardData=r),t.previewCardApiStatus=U.IDLE}).addCase(Ar.rejected,t=>{t.previewCardApiStatus=U.FAILED})}}),ei=Bt("commonSlice/createDropDownOption",async(e,{getState:t,rejectWithValue:n})=>{var d,f,p;const{fieldName:r,label:o,formId:s,interfaceId:i,conversationId:c=null,args:l={},createArgs:a={},callback:u}=e,h=ac(l||{},s,r),{common:g}=t(),{options:x=[],...b}=((d=g.optionsMap)==null?void 0:d[h])||{};try{const y=await n5({fieldName:r,formId:i},{args:a,conversation_id:c});if(!y||!("data"in y)||!("output_variables"in y.data)||!("external_resource_id"in y.data.output_variables))throw y;const m=y.data.output_variables,{external_resource_id:E,...I}=m,A=[{label:o,value:E,prefillValues:I},...x],S=Sd(A,T=>T.value);return u==null||u(S),{optionsList:S,key:h,...b}}catch(y){u==null||u(x);const m=y,E=(f=m==null?void 0:m.response)==null?void 0:f.data,I=typeof E=="string"?E:(E==null?void 0:E.message)||ws;return Me({message:I,type:gt}),n((p=m==null?void 0:m.response)==null?void 0:p.status)}}),Yn=Bt("commonSlice/fetchDropDownOptions",async(e,{getState:t,rejectWithValue:n})=>{var A,S,T;const{fieldName:r,formId:o,searchTerm:s,fieldConfig:i,callback:c,args:l={},interfaceId:a="",pagination:u={enabled:!1},controller:h}=e,g=ac(l||{},o,r),{common:x}=t();let b=!1;i.meta&&"showAvatar"in i.meta&&typeof i.meta.showAvatar=="boolean"&&(b=i.meta.showAvatar);const d=((A=x.optionsMap)==null?void 0:A[g])||{},f=s===d.searchTerm?d:{},{options:p=[],hasMore:y=!0,currentPage:m=0}=f,{enabled:E,limit:I}=u,w=I||10;try{let R;const F=h==null?void 0:h.signal,D=E?{pageNumber:m+1,searchTerm:s,limit:w,enabled:E}:null;if(y&&(R=await t5({fieldName:r,formId:o},{pagination:D||{},args:l,interfaceId:a})),F!=null&&F.aborted)throw F.reason;if(!R||!R.data||!("data"in R.data)||!Array.isArray(R.data.data)||!R.data.data.length){const{common:J}=t(),z=(S=J.optionsMap)==null?void 0:S[g];return c==null||c(z.options??[]),{...z,optionsList:z.options??[],key:g,hasMore:!1}}const W=R.data.data.map(J=>b?{...J,avatarUrl:J.avatarUrl||Vv}:(delete J.avatarUrl,J)),X=[...p,...W],Y=E?X.length<=w:!1,K=Sd(X,J=>J.value);return c==null||c(K),{optionsList:K,fieldName:r,formId:o,searchTerm:s,currentPage:m+1,hasMore:Y,key:g}}catch(R){const{common:F}=t(),D=((T=F.optionsMap)==null?void 0:T[g])||{};return c==null||c(D.options??[]),n(R)}},{condition:(e,{getState:t})=>{var h;if(e.isScrollToBottomEvent)return!0;const{fieldName:n,formId:r,searchTerm:o,callback:s,args:i}=e,c=ac(i||{},r,n),{common:l}=t(),a=(h=l.optionsMap)==null?void 0:h[c];if((a==null?void 0:a.searchTerm)!==o)return!0;const u=(a==null?void 0:a.options)||[];return u&&u.length?(s==null||s(u),!1):!0}}),Ar=Bt("commonSlice/previewCard",async({id:e,args:t,channelType:n,isRefresh:r},{rejectWithValue:o})=>{var s;try{const i=await r5(e,t,n),c=i==null?void 0:i.data;return c?(r&&Me({message:xd,type:In}),{data:xu(c)}):(r&&Me({message:Id,type:gt}),{data:null})}catch(i){return o({status:(s=i.response)==null?void 0:s.status})}}),{resetState:pA,resetPreviewCardData:o5,setSelectedSuggestionType:s5}=g0.actions,i5=g0.reducer,wo="/v1/api",a5=`${wo}/connectors/forms/list`,c5=`${wo}/connectors/cards/:id/unlink`,l5=`${wo}/connectors/forms/:id/link`,u5=`${wo}/connectors/form/:formId`,d5=`${wo}/connectors/forms/:formId/data`,f5=({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)),nt({url:`${a5}?${r.toString()}`,method:pt.GET})},m0=(e,t,n="email")=>{const r=new URLSearchParams;return r.append("channel_type",n),nt({url:hr(`${u5}?${r.toString()}`,e),method:pt.POST,data:t})},p5=(e,t="email",n,r)=>{const o=new URLSearchParams;return o.append("channel_type",t),nt({url:`${c5.replace(":id",e)}?${o.toString()}`,method:pt.POST,data:{externalResourceId:n,conversationId:r}})},h5=(e,t,n="email",r)=>{const o=new URLSearchParams;return o.append("channel_type",n),nt({url:`${l5.replace(":id",e)}?${o.toString()}`,method:pt.POST,data:{externalResourceId:t,conversationId:r}})},g5=(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),nt({url:`${d5.replace(":formId",e)}?${s.toString()}`,method:pt.GET})},m5="Error in previewing the card",b0="Link format isn't recognized. Please check that you've entered a valid URL",b5="Item already linked",y5="Card linked successfully",v5="Error in linking the card",C5="New card created",I5="Card creation failed",x5="Create and link objects from different apps to this conversation",E5="Are you sure you want to change the primary object?",w5="Changing the primary object will reset all the information you’ve entered and all data will be lost and can’t be recovered.",A5="Are you sure you want to leave?",S5=`If you go back now, all the information you’ve entered will be lost and can’t be recovered.
|
|
1040
|
-
Do you want to continue?`,_5="Select an object to create",T5="Select an object to link",y0="Select object",O5="Paste URL or ID",L5="Object ID/Link",F5="Card updated",D5="Card updation failed",v0=3,C0=(e,t)=>{var r,o,s,i,c,l,a,u,h,g,x,b,d;let n={};switch(e.type){case"select":case"multi-select":{n={...e,defaultOptions:!!e.interfaceDetails,isInfiniteScrollable:((o=(r=e.interfaceDetails)==null?void 0:r.pagination)==null?void 0:o.enabled)||!1,loadOptionsOnFocus:Object.keys(((s=e.interfaceDetails)==null?void 0:s.args)||{}).length>0,isMultiSelect:e.type==="multi-select",type:e.interfaceDetails?"async-select":"select",isClearable:((i=e.meta)==null?void 0:i.isClearable)??!0};break}case"date":{n={...e,type:"date",disablePast:!!((c=e.validations)!=null&&c.disablePast)||!1,disableFuture:!!((l=e.validations)!=null&&l.disableFuture)||!1};break}case"number":{n={...e,type:"number",min:((u=(a=e.validations)==null?void 0:a.range)==null?void 0:u.min)||Number.MIN_SAFE_INTEGER,max:((g=(h=e.validations)==null?void 0:h.range)==null?void 0:g.max)||Number.MAX_SAFE_INTEGER};break}case"multiline":{n={...e,type:"text",maxRows:((x=e.validations)==null?void 0:x.maxRows)||5,limit:(b=e.validations)==null?void 0:b.maxCharacters,rows:5,multiline:!0};break}case"text":{n={...e,type:"text",limit:(d=e.validations)==null?void 0:d.maxCharacters};break}default:n={...e}}return"value"in n&&(n.defaultValue=n.value,delete n.value),{...n,...t}},I0=La({name:"writeCapability",initialState:Ed,reducers:{resetState:()=>Ed,resetCurrentResourceDetails:e=>{e.currentResourceDetails=null,e.currentResourceDetailsApiStatus=U.IDLE},setCurrentCardInEdit:(e,t)=>{e.currentCardInEdit=t.payload},setHasUnsavedChanges:(e,t)=>{e.hasUnsavedChanges=t.payload}},extraReducers:e=>{e.addCase(ti.pending,t=>{t.objectListApiStatus=U.LOADING}).addCase(ti.fulfilled,(t,n)=>{const{createObjectList:r,createObjectConnectorNamesList:o,linkObjectList:s,editObjectList:i,searchObjectList:c,formFields:l,objectDict:a,dependentFieldsMap:u}=n.payload;t.objectListApiStatus=U.IDLE,t.createObjectList=r,t.createObjectConnectorNamesList=o,t.linkObjectList=s,t.editObjectList=i,t.searchObjectList=c,t.formFields=l,t.objectDict=a,t.dependentFieldsMap=u}).addCase(ti.rejected,t=>{t.objectListApiStatus=U.FAILED}).addCase(Yn.pending,t=>{t.dropdownOptionsApis=U.LOADING}).addCase(Yn.fulfilled,(t,n)=>{const r=t.optionsMap||{},{optionsList:o,hasMore:s,currentPage:i,key:c}=n.payload;t.dropdownOptionsApis=U.IDLE,t.optionsMap={...r,[c]:{options:o,hasMore:s,currentPage:i}}}).addCase(Yn.rejected,t=>{t.dropdownOptionsApis=U.FAILED}).addCase(ni.pending,t=>{t.createFormApiStatus=U.LOADING}).addCase(ni.fulfilled,t=>{t.createFormApiStatus=U.IDLE}).addCase(ni.rejected,t=>{t.createFormApiStatus=U.FAILED}).addCase(si.pending,t=>{t.linkCardApiStatus=U.LOADING}).addCase(si.fulfilled,t=>{t.linkCardApiStatus=U.IDLE}).addCase(si.rejected,t=>{t.linkCardApiStatus=U.FAILED}).addCase(oi.pending,t=>{t.unlinkCardApiStatus=U.LOADING}).addCase(oi.fulfilled,t=>{t.unlinkCardApiStatus=U.IDLE}).addCase(oi.rejected,t=>{t.unlinkCardApiStatus=U.FAILED}).addCase(ri.pending,t=>{t.updateFormApiStatus=U.LOADING}).addCase(ri.fulfilled,t=>{t.updateFormApiStatus=U.IDLE}).addCase(ri.rejected,t=>{t.updateFormApiStatus=U.FAILED}).addCase(ii.pending,t=>{t.currentResourceDetailsApiStatus=U.LOADING}).addCase(ii.fulfilled,(t,n)=>{const{data:r}=n.payload;r&&(t.currentResourceDetails=r),t.currentResourceDetailsApiStatus=U.IDLE}).addCase(ii.rejected,t=>{t.currentResourceDetailsApiStatus=U.FAILED})}}),ti=Bt("writeCapability/fetchObjectList",async e=>{const{inboxIds:t,channelType:n,conversationId:r,isExpandedFormEnabled:o}=e,s=await f5({inboxIds:t,channelType:n,conversationId:r});if(!s||!s.data||!("formsList"in s.data)||!Array.isArray(s.data.formsList))return{createObjectList:[],createObjectConnectorNamesList:[],linkObjectList:[],editObjectList:[],searchObjectList:[],formFields:null,objectDict:null,dependentFieldsMap:{}};const i=s.data.formsList,c={},l=[],a=[],u=[],h=[],g=[],x={},b={};return i==null||i.forEach(d=>{var p,y;if(d.expandedView&&!o)return;const f={...d};"fieldList"in f&&delete f.fieldList,b[d.id]=f,c[d.id]||(c[d.id]={}),x[d.id]||(x[d.id]=[]),d.type==="create"&&d.authenticated?(l.push({value:d.id,label:d.name,avatarUrl:d.logoUrl,connectorKey:d.connectorName}),d.connectorName&&!a.includes(d.connectorName)&&a.push(d.connectorName)):d.type==="link"&&d.authenticated?u.push({value:d.id,label:d.name,avatarUrl:d.logoUrl}):d.type==="edit"&&d.authenticated?h.push({value:d.id,label:d.name,avatarUrl:d.logoUrl}):d.type==="search_and_link"&&d.authenticated&&g.push({value:d.id,label:d.name,avatarUrl:d.logoUrl}),(p=d.fieldList)==null||p.sort((m,E)=>m.priority-E.priority),(y=d.fieldList)==null||y.forEach(m=>{const E=C0(m);if(E.columns&&(E.columns=E.columns.map(I=>C0(I,{loadOptionsOnFocus:!0,defaultOptions:!1}))),x[d.id]=[...x[d.id],E],m.interfaceDetails&&(m.interfaceDetails.args||m.interfaceDetails.optionalArgs)){const I={...m.interfaceDetails.args,...m.interfaceDetails.optionalArgs};Object.values(I).forEach(w=>{c[d.id][w]?c[d.id][w]=[...c[d.id][w],m.name]:c[d.id][w]=[m.name]})}})}),{createObjectList:l,createObjectConnectorNamesList:a,linkObjectList:u,editObjectList:h,searchObjectList:g,formFields:x,objectDict:b,dependentFieldsMap:c}}),ni=Bt("writeCapability/createForm",async(e,{rejectWithValue:t})=>{var l;const{formId:n,successCallback:r,failureCallback:o,args:s={},interfaceId:i,conversationId:c}=e;try{await m0({formId:n},{args:s,interfaceId:i,conversationId:c}),r==null||r(),Me({message:C5,type:In})}catch(a){const u=a,h=(l=u==null?void 0:u.response)==null?void 0:l.data,g=(h==null?void 0:h.message)??I5;return o==null||o(a),Me({message:g,type:gt}),t(a)}}),ri=Bt("writeCapability/updateForm",async(e,{rejectWithValue:t})=>{const{formId:n,successCallback:r,failureCallback:o,args:s={},interfaceId:i,conversationId:c,externalResourceId:l,previousArgs:a={}}=e;try{await m0({formId:n},{args:s,interfaceId:i,conversationId:c,externalResourceId:l,previousArgs:a}),r==null||r(),Me({message:F5,type:In})}catch(u){return o==null||o(u),Me({message:D5,type:gt}),t(u)}}),oi=Bt("writeCapability/unlinkCard",async({id:e,channelType:t,externalResourceId:n,conversationId:r})=>{await p5(e,t,n,r)}),si=Bt("writeCapability/linkCard",async({id:e,externalResourceId:t,channelType:n,conversationId:r},{rejectWithValue:o})=>{var s;try{await h5(e,t,n,r)}catch(i){return o({status:(s=i.response)==null?void 0:s.status})}}),ii=Bt("connectorCardLibrary/fetchCurrentResourceDetails",async(e,{rejectWithValue:t})=>{const{id:n,channelType:r,conversationId:o,externalResourceId:s,contactEmail:i}=e;try{const c=await g5(n,r,o,s,i),l=c==null?void 0:c.data,a=c==null?void 0:c.status,u={values:{},errors:{}};return Object.entries(l.formData).forEach(([h,g])=>{"label"in g&&(g.type&&g.type==="date"?u.values[h]=g.label?new Date(parseInt(g.label)).toISOString():"":g.type&&g.type==="multi-select"&&"value"in g&&"label"in g&&g.value&&g.label?u.values[h]=[{value:g.value,label:g.label}]:g.value?u.values[h]={value:g.value,label:g.label}:u.values[h]=g.label)}),{data:u,status:a}}catch(c){return Me({message:ws,type:gt}),t(c)}}),{resetState:hA,setCurrentCardInEdit:Sr,resetCurrentResourceDetails:R5,setHasUnsavedChanges:x0}=I0.actions,k5=I0.reducer,N5=()=>{const[e,t]=_.useState(null),[n,r]=_.useState({isVertical:!1,isHorizontal:!1,isScrolling:!1}),o=_.useCallback(s=>{t(s)},[]);return _.useEffect(()=>{if(!e)return;e.dataset.prevScrollLeft="0",e.dataset.prevScrollTop="0";let s=null;const i=100;let c=null;const l=150,a=u=>{s||(s=window.setTimeout(()=>{const h=u.target,g=Number(e.dataset.prevScrollLeft)||0,x=Number(e.dataset.prevScrollTop)||0,b=h.scrollLeft,d=h.scrollTop,f=b-g,p=d-x,y=Math.abs(p)>Math.abs(f),m=Math.abs(f)>Math.abs(p);r({isVertical:y,isHorizontal:m,isScrolling:!0}),e.dataset.prevScrollLeft=String(b),e.dataset.prevScrollTop=String(d),s=null},i),c&&window.clearTimeout(c),c=window.setTimeout(()=>{r(h=>({...h,isScrolling:!1})),c=null},l))};return e.addEventListener("scroll",a),()=>{e.removeEventListener("scroll",a),s&&window.clearTimeout(s),c&&window.clearTimeout(c)}},[e]),[n,o]},P5="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",M5=({data:e,title:t,currentCard:n,setShowModal:r})=>{const o=Mt(),{sendTrackingEvent:s,currentSmIds:i}=_.useContext(He),{userGroupId:c}=zt()||{},[l,a]=N5(),{isScrolling:u,isVertical:h}=l,g=u&&h,x=_.useMemo(()=>(e==null?void 0:e[0].data.map(p=>p.label))||[],[e]),b=_.useMemo(()=>e.map(p=>{const y={cells:{},externalResourceId:p.externalResourceId};return p.data.forEach((m,E)=>{if(x[E]){let I=m.value?m.value:ds;I&&m.type==="date"&&(I=new Date(parseInt(I)).toLocaleDateString(navigator.language)),y.cells[x[E]]={label:I,deepLink:m==null?void 0:m.deepLink}}}),y}),[e,x]),d=(p,y)=>C.jsx(fb,{align:"left",children:p.deepLink?C.jsx(v.Link,{target:"_blank",underline:"none",href:p.deepLink,children:p.label}):C.jsx(v.Typography,{variant:"body2",color:"gray.black",children:p.label})},`${y}_${p.label}`),f=p=>{!p||!n||(r(!1),s(iu,{card_title:n.title,connector_name:n.connectorName,ug_id:c,sm_ids:i}),o(Sr({...n,externalResourceId:p})))};return C.jsxs(v.Stack,{maxHeight:"340px",maxWidth:"700px",padding:"32px 0px 32px 32px",overflow:"auto",children:[C.jsx(v.Typography,{variant:"h2",color:"gray.black",marginBottom:"16px",children:t}),C.jsx(v.TableContainer,{ref:a,children:C.jsxs(v.Table,{stickyHeader:!0,children:[C.jsx(lb,{children:C.jsxs(v.TableRow,{children:[x.map(p=>C.jsx(ub,{sx:{whiteSpace:"nowrap"},children:C.jsx(v.Typography,{variant:"overline",color:"gray.gray3",children:p})},p)),C.jsx(hb,{})]})}),C.jsx(v.TableBody,{children:b.map((p,y)=>C.jsxs(db,{children:[Object.values(p.cells).map((m,E)=>d(m,E)),C.jsx(pb,{children:!g&&p.externalResourceId&&C.jsx(v.Tooltip,{title:hu,placement:"bottom",children:C.jsx(v.IconButton,{className:"row-edit",onClick:()=>f(p.externalResourceId),children:C.jsx("img",{src:P5})})})})]},`id_${y}`))})]})})]})},B5=e=>e.cardList.connectorCards,j5=e=>e.cardList.connectorsEnabled,V5=e=>e.cardList.connectorApiStatus,G5=e=>e.cardList.cardSpecificData,H5=e=>e.cardList.specificConnectorApiStatus,W5=e=>e.cardList.specificConnectorErrorCode,Z5="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",E0=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}},X5=(e,t)=>`${bu} (Error code: ${e})`.replace(/{{connector_name}}/g,(t==null?void 0:t[0])||""),w0=e=>{const{value:t,error:n,deepLink:r,statusCode:o,isLoading:s,type:i,redirectToAdminTab:c,isFailed:l,connectorNames:a,cardTitle:u,currentCard:h,cardId:g,isCardLevelError:x,fieldName:b,showErrorIcon:d}=e,f=_.useRef(null),p=_.useRef(null),{email:y,currentSmIds:m,conversationId:E,sendTrackingEvent:I,connectorFunctions:w}=_.useContext(He),A=be(W5),S=A==null?void 0:A[g],[T,R]=_.useState(!1),F=_.useMemo(()=>{if(n&&x){const{error_message:z}=E0(n);return z}return l?bu.replace(/{{connector_name}}/g,(a==null?void 0:a[0])||""):cu},[n,l,a,x]),D=_.useCallback(()=>{const z=n||X5(S,a),{error_code:ae,error_message:le}=E0(z);I==null||I(R1,{sm_ids:m,frontend_req_params:{email:y,conversationId:E,externalResourceId:h==null?void 0:h.externalResourceId},card_title:u,connector_name:a!=null&&a.length?a:"",error_code:ae,error_message:le})},[n,S,I,m,y,E,u,a,h==null?void 0:h.externalResourceId]);_.useEffect(()=>{(n&&x||l&&S)&&D()},[D,S,l,n,x]),_.useEffect(()=>{const z=r?p.current:f.current;if(z){const ae=z.scrollHeight>z.clientHeight||z.scrollWidth>z.clientWidth;R(ae)}},[t,r]);const B=o==sa.NOT_FOUND;let W=B?ds:t;i==="date"&&W&&!B&&(W=new Date(parseInt(W)).toLocaleDateString(navigator.language));const X=!!n||l,Y=()=>{c?w==null||w.redirectToAdmin():window.open(gm,"_blank")},K=()=>{I==null||I(k1,{sm_ids:m,card_title:u,field_name:b})},J=z=>{const ae=/<>(.*?)<>/g,le=z.split(ae);return C.jsx(_.Fragment,{children:le.map((M,G)=>G%2===1?C.jsx(sb,{variant:"body2",onClick:Y,children:M},G):M)})};return s?C.jsx(yn,{variant:"rounded",width:"100%",height:16,animation:"wave",margin:"4px 0 0 0"}):X?C.jsxs(Ou,{gap:"7px",children:[d?C.jsx(v.Stack,{marginTop:"3px",flexShrink:"0",children:C.jsx("img",{src:Z5,width:"18px",height:"18px"})}):null,C.jsx(Lu,{variant:"body2",children:F?J(F):cu})]}):C.jsx(v.Tooltip,{title:T?W:null,placement:"bottom",children:r?C.jsx(Fu,{ref:p,target:"_blank",underline:"none",href:r,fontSize:"13px",onClick:K,children:W||ds}):C.jsx(ab,{ref:f,variant:"body2",children:W||ds})})},A0="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",lc=({shown:e,setShown:t,children:n,showCloseButton:r=!1,borderRadius:o=4})=>C.jsx(v.Dialog,{open:e,onClose:()=>t(!1),PaperProps:{style:{borderRadius:o,padding:0,height:"fit-content",width:"fit-content",maxWidth:"none"}},children:C.jsxs(v.Stack,{direction:"row",children:[r&&C.jsx(v.Box,{position:"absolute",right:10,top:10,children:C.jsx(v.Tooltip,{title:"Close",placement:"bottom",children:C.jsx(v.IconButton,{onClick:()=>t(!1),children:C.jsx("img",{src:A0})})})}),n]})}),S0=e=>{var M,G,j;const{id:t,cardTitle:n,specificCardData:r,specificConnectorApiStatus:o,isOpen:s,currentCard:i}=e,c=24,l=(o==null?void 0:o[t])===U.IDLE,a=(o==null?void 0:o[t])===U.LOADING,u=(o==null?void 0:o[t])===U.FAILED,{cardType:h,data:g,cardErrorMessage:x,redirectToAdminTab:b,connectorNames:d}=(r==null?void 0:r[t])||{},f=h==="flat",[p,y]=_.useState(!1),[m,E]=_.useState(!1),[I,w]=_.useState(!1),[A,S]=_.useState(!1),T=((M=g==null?void 0:g.listItems)==null?void 0:M.statusCode)!==401,R=_.useMemo(()=>{var Z,q,ee,re;return f&&((Z=g==null?void 0:g.flatDisplay)!=null&&Z.data)?g.flatDisplay.data:!f&&((re=(ee=(q=g==null?void 0:g.listItems)==null?void 0:q.fields)==null?void 0:ee[0])!=null&&re.data)?g.listItems.fields[0].data:[]},[f,g]),F=_.useMemo(()=>R==null?void 0:R.slice(0,5),[R]),[D,B]=_.useState([]),W=_.useRef(null),[X,Y]=_.useState(0),K=p?-180:0,J=f?!1:!!((G=g==null?void 0:g.listItems)!=null&&G.errorMessage),z=J||u||x,ae=l&&!J&&s&&(I||m);_.useLayoutEffect(()=>{var Z;(Z=W.current)!=null&&Z.scrollHeight&&Y(W.current.scrollHeight+c)},[o==null?void 0:o[t],D,W]),_.useEffect(()=>{var re,P;const Z=((R==null?void 0:R.length)||0)>5,q=!f&&(((P=(re=g==null?void 0:g.listItems)==null?void 0:re.fields)==null?void 0:P.length)||0)>1;w(Z&&!q),E(q)},[g,f,R==null?void 0:R.length]),_.useEffect(()=>{B(p?R:F)},[g,p,F,R]);const le=()=>{I?y(Z=>!Z):S(Z=>!Z)};return C.jsxs(C.Fragment,{children:[C.jsx(lc,{shown:A,setShown:S,showCloseButton:!0,borderRadius:12,children:C.jsx(M5,{data:((j=g==null?void 0:g.listItems)==null?void 0:j.fields)||[],title:n,currentCard:i,setShowModal:S})}),C.jsx(rb,{className:s?"":"slideUp",height:X,children:C.jsx(v.Stack,{ref:W,gap:1,margin:"12px",children:a&&!(D!=null&&D.length)?C.jsxs(C.Fragment,{children:[C.jsx(yn,{variant:"rounded",width:"100%",height:20,animation:"wave"}),C.jsx(yn,{variant:"rounded",width:"100%",height:20,animation:"wave"})]}):C.jsx(C.Fragment,{children:z?C.jsx(v.Box,{margin:"8px 0",children:C.jsx(w0,{error:x,isLoading:a,redirectToAdminTab:b,isFailed:u,showErrorIcon:!T,connectorNames:d,cardId:t,cardTitle:n,currentCard:i,isCardLevelError:!0})}):D!=null&&D.length?D==null?void 0:D.map(Z=>{const{value:q,label:ee,deepLink:re,type:P}=Z,te="errorMessage"in Z?Z.errorMessage:null,ye="statusCode"in Z?Z.statusCode:null;return C.jsxs("div",{children:[C.jsx(ob,{variant:"overline",children:ee}),C.jsx(w0,{value:q,error:te,deepLink:re,statusCode:ye,isLoading:a,type:P,cardTitle:n,currentCard:i,cardId:t,fieldName:ee})]},ee)}):C.jsx(v.Box,{margin:"8px 0",children:C.jsx(Lu,{children:om})})})})}),!x&&ae&&C.jsx(mb,{variant:"body2_medium",onClick:le,children:I?C.jsxs(C.Fragment,{children:[p?Ub:Vu,C.jsx(gb,{src:qb,transformAngle:K})]}):Vu})]})},z5={connectorCards:null,cardSpecificData:null,connectorApiStatus:U.IDLE,conversationMetaDataApiStatus:U.IDLE,specificConnectorApiStatus:null,threadId:null,connectorsEnabled:!1,specificConnectorErrorCode:null,conversationEmailHeaders:null},_0="/v1/api",Y5=`${_0}/connectors/cards`,J5=`${_0}/connectors/cards/:id/data`,Q5=({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||"")),nt({url:`${Y5}?${r.toString()}`,method:pt.GET})},$5=(e,t,n,r)=>{const o=new URLSearchParams;return o.append("senderEmail",t),o.append("conversation_id",String(n||"")),r&&o.append("externalResourceId",r),nt({url:`${J5.replace(":id",e)}?${o.toString()}`,method:pt.GET})},T0=La({name:"connectorCardLibrary",initialState:z5,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(ai.pending,t=>{t.connectorApiStatus=U.LOADING}).addCase(ai.fulfilled,(t,n)=>{t.connectorApiStatus=U.IDLE,t.connectorCards=n.payload.cards,t.connectorsEnabled=n.payload.connectorsEnabled}).addCase(ai.rejected,t=>{t.connectorApiStatus=U.FAILED}).addCase(Ao.pending,(t,n)=>{const{id:r,externalResourceId:o=""}=n.meta.arg;let s=r;o&&(s=`${s}_${o}`),t.specificConnectorApiStatus={...t.specificConnectorApiStatus??{},[s]:U.LOADING}}).addCase(Ao.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]:U.IDLE}}).addCase(Ao.rejected,(t,n)=>{const{id:r,externalResourceId:o=""}=n.meta.arg;let s=r;o&&(s=`${s}_${o}`),t.specificConnectorApiStatus={...t.specificConnectorApiStatus??{},[s]:U.FAILED};const i=n.payload&&typeof n.payload=="object"&&"code"in n.payload?String(n.payload.code):yu;t.specificConnectorErrorCode={...t.specificConnectorErrorCode??{},[s]:i}})}}),ai=Bt("connectorCardLibrary/fetchAllCard",async({inboxIds:e,channelType:t,conversationId:n})=>{var c;const r=await Q5({inboxIds:e,channelType:t,conversationId:n});if(!Array.isArray((c=r==null?void 0:r.data)==null?void 0:c.cards))return{cards:[],connectorsEnabled:!1};const{cards:o,connectorsEnabled:s=!1}=r.data;return{cards:o.sort((l,a)=>(l==null?void 0:l.priority)-(a==null?void 0:a.priority)),connectorsEnabled:s}}),Ao=Bt("connectorCardLibrary/fetchSpecificCard",async({id:e,email:t,conversationId:n,isRefresh:r,externalResourceId:o},s)=>{try{const i=await $5(e,t,n,o),c=i==null?void 0:i.data,l=i==null?void 0:i.status;return c?(r&&Me({message:xd,type:In}),{data:xu(c),status:l}):(r&&Me({message:Id,type:gt}),{data:{},status:l})}catch(i){const c=i;return s.rejectWithValue({...c,code:c.code||yu})}}),q5=T0.reducer,O0=T0.actions,L0="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",U5="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",K5="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",F0=e=>e.write.createObjectList,e4=e=>e.write.createObjectConnectorNamesList,D0=e=>e.write.linkObjectList,t4=e=>e.write.editObjectList,n4=e=>e.write.objectDict,r4=e=>e.write.formFields,o4=e=>e.write.linkCardApiStatus,s4=e=>e.write.unlinkCardApiStatus,i4=e=>e.write.dependentFieldsMap,a4=e=>e.write.createFormApiStatus,c4=e=>e.write.updateFormApiStatus,l4=e=>e.write.currentResourceDetails,u4=e=>e.write.currentResourceDetailsApiStatus,R0=e=>e.write.currentCardInEdit,k0=e=>e.write.hasUnsavedChanges,d4=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,N0=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)&&d4(e[r])?n[r]=(o=new Date(`${e[r]}`))==null?void 0:o.toString():n[r]=e[r],n},{}),f4=e=>um.replace("{{connectorName}}",e),p4=({showUnlinkModal:e,setShowUnlinkModal:t,cardId:n,onCardUnlinking:r,externalResourceId:o,conversationId:s,connectorName:i})=>{const c=Mt(),{sendTrackingEvent:l}=_.useContext(He),u=be(s4)===U.LOADING,h=()=>{s&&o&&c(oi({id:n,conversationId:s,externalResourceId:o})).unwrap().then(()=>{l(C1,{connector_name:i,conversation_id:s}),t(!1),r(),Me({message:vv,type:In})}).catch(()=>{Me({message:Cv,type:In})})};return C.jsx(lc,{shown:e,setShown:t,showCloseButton:!0,children:C.jsxs(v.Stack,{width:"400px",padding:"20px",gap:"8px",children:[C.jsx(v.Typography,{variant:"h2",children:lm}),C.jsx(v.Typography,{variant:"body2",children:f4(i)}),C.jsxs(v.Stack,{direction:"row",gap:"8px",marginTop:"20px",justifyContent:"flex-end",children:[C.jsx(v.Button,{variant:"text",onClick:()=>t(!1),children:ca}),C.jsx(v.Button,{disabled:u,color:"error",onClick:h,children:pu})]})]})})},h4=({actions:e,isHovered:t=!1})=>{const r=e.filter(c=>c.shown);if(r.length===0)return null;const o=r[r.length-1],s=r.slice(0,-1),i=t?(s.length+1)*32:32;return C.jsxs(cb,{width:i,isHovered:t,children:[C.jsx("div",{className:"hidden-actions",children:s.map(({id:c,disabled:l,label:a,iconSrc:u,action:h})=>C.jsx(v.Tooltip,{title:a,placement:"bottom",children:C.jsx(gr,{onClick:h,disabled:l,children:C.jsx("img",{src:u})})},c))}),o&&C.jsx(v.Tooltip,{title:o.label,placement:"bottom",children:C.jsx(gr,{onClick:o.action,disabled:o.disabled,children:C.jsx("img",{src:o.iconSrc})})},o.id)]})},g4=e=>{const{card:t,specificCardData:n,email:r,specificConnectorApiStatus:o,defaultOpenState:s=!1,onCardUnlinking:i}=e,c=Mt(),{availableFeatures:l,sendTrackingEvent:a,conversationId:u,currentSmIds:h}=_.useContext(He),{userGroupId:g}=zt()||{},[x,b]=_.useState(!!s),[d,f]=_.useState(!1),[p,y]=_.useState(!1),[m,E]=_.useState(!1),{id:I,title:w,externalResourceId:A="",forms:S=[],logoUrl:T}=t;let R=I;A&&(R=`${R}_${A}`);const{data:F,cardType:D,cardErrorMessage:B,connectorNames:W}=(n==null?void 0:n[R])??{},X=(W==null?void 0:W[0])||"",Y=(o==null?void 0:o[R])===U.LOADING,K=(o==null?void 0:o[R])===U.FAILED,J=!!(rt(l,au)&&A),z=_.useMemo(()=>{var P,te;if(B||K||!(rt(l,$1)&&S.some(ye=>ye.type==="edit")))return!1;switch(D){case"flat":return!!((F==null?void 0:F.flatDisplay.externalResourceId)??t.externalResourceId);case"flat_with_list":return((P=F==null?void 0:F.listItems)==null?void 0:P.fields.length)===1?(te=F==null?void 0:F.listItems)==null?void 0:te.fields.some(ye=>ye.externalResourceId):!1;default:return!1}},[F,D,l,S,t,B,K]),ae=_.useCallback((P=!1)=>{const te=P?A1:w1;r&&I&&u&&c(Ao({id:I,email:r,conversationId:u,externalResourceId:A})).unwrap().then(ye=>{const H={...Iu(ye,w,P,!0),sm_ids:h};a(te,H)}).catch(ye=>{const H={...Iu(ye,w,P,!1),sm_ids:h};a(te,H)})},[c,r,I,w,a,u,A,h]);_.useEffect(()=>{x&&ae(!0)},[x,ae]);const le=(P,te)=>{var H;P==null||P.stopPropagation(),c(Ao({id:te,email:r,conversationId:u,isRefresh:!0,externalResourceId:A})).unwrap().then(()=>{a(u1,{id:te})});const ye=P.target.tagName==="BUTTON"?(H=P.target)==null?void 0:H.firstChild:P.target;ye.className&&(ye.className=""),setTimeout(()=>ye.className="selected",1)},M=(P,te)=>{P.stopPropagation(),!(n!=null&&n[te])&&!Y&&ae(),a(x?l1:c1,{id:te}),b(ye=>!ye)},G=P=>{P.stopPropagation();const te=P.currentTarget.offsetWidth<P.currentTarget.scrollWidth;f(!!te)},j=P=>{var ye,H;P.stopPropagation(),a(iu,{card_title:w,connector_name:X,ug_id:g,sm_ids:h});let te;D==="flat"?te=(F==null?void 0:F.flatDisplay.externalResourceId)??t.externalResourceId:D==="flat_with_list"&&(te=(H=(ye=F==null?void 0:F.listItems)==null?void 0:ye.fields[0])==null?void 0:H.externalResourceId),te?c(Sr({...t,externalResourceId:te})):Me({message:ws,type:gt})},Z=P=>{P.stopPropagation(),y(!0)},q=()=>{E(!0)},ee=()=>{E(!1)},re=[{id:"unlink",label:pu,disabled:Y,shown:J,iconSrc:U5,action:P=>Z(P)},{id:"refresh",label:lu,disabled:Y,shown:!0,iconSrc:L0,action:P=>le(P,I)},{id:"edit",label:hu,disabled:Y,shown:z,iconSrc:K5,action:P=>j(P)}];return C.jsxs(Km,{"data-testid":`test_${I}`,onMouseEnter:q,onMouseLeave:ee,children:[C.jsxs(eb,{className:x?"hiver-card-expanded":"",onClick:P=>M(P,R),children:[C.jsxs(tb,{children:[T&&C.jsx("img",{src:T,alt:w}),C.jsx(v.Tooltip,{title:d?w:"",placement:"bottom",children:C.jsx(nb,{variant:"h4",onMouseOver:P=>G(P),onMouseLeave:P=>G(P),children:w})})]}),C.jsxs(Ou,{children:[C.jsx(h4,{actions:re,isHovered:m}),C.jsx(v.Tooltip,{title:x?uu:ia,placement:"bottom",children:C.jsx(gr,{onClick:P=>M(P,R),children:C.jsx(fa,{className:x?"":"hiver-up"})})})]})]}),C.jsx(S0,{id:R,cardTitle:t.title,currentCard:t,specificCardData:n,specificConnectorApiStatus:o,isOpen:x}),C.jsx(p4,{showUnlinkModal:p,setShowUnlinkModal:y,cardId:I,onCardUnlinking:i,conversationId:u,externalResourceId:A,connectorName:X})]})},m4=Number.MAX_SAFE_INTEGER,b4=({cards:e,email:t,specificCardData:n,specificConnectorApiStatus:r,onCardUnlinking:o})=>{const{availableFeatures:s}=_.useContext(He),c=rt(s,U1)?m4:1;return C.jsx(v.Box,{flexGrow:1,children:e.map((l,a)=>{const{id:u,externalResourceId:h}=l;let g=u;return h&&(g=`${g}_${h}`),C.jsx("div",{children:C.jsx(g4,{card:l,specificCardData:n,email:t??"",defaultOpenState:a<c,specificConnectorApiStatus:r,onCardUnlinking:o})},g)})})},uc=({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 _r({children:e,condition:t,fallback:n=!1}){return!t&&!n?null:e}uc.CaseView=_r;const y4="Bring your favourite tools into Hiver",v4="Plugin image",C4="Integrate tools like Salesforce, HubSpot, and Shopify to boost productivity",I4="Enable Connectors",x4="Enable Apps",E4="Learn more",w4="https://help.hiverhq.com/custom-connectors/hiver-s-custom-connectors",A4="Contact your admin to enable this",S4="https://youtu.be/ODcJnzZLb50",_4="connectors-module/assets/connectors-images/connector-mainpage.png",T4="connectors-module/assets/connectors-images/connector-mainpage-apps.png",O4="Explore connectors",L4="Connectors",F4=v.styled(v.Box)`
|
|
1039
|
+
`,YE=e=>k.createElement("svg",{width:35,height:35,viewBox:"0 0 35 35",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},k.createElement("rect",{x:9,y:9,width:15,height:17,fill:"white"}),k.createElement("g",{clipPath:"url(#clip0_7787_114457)"},k.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"})),k.createElement("defs",null,k.createElement("clipPath",{id:"clip0_7787_114457"},k.createElement("rect",{width:34.396,height:34.396,fill:"white"})))),JE=({aspectRatio:e="auto",...t})=>{const[n,r]=_.useState(!1);return n?null:C.jsxs(zE,{aspectRatio:e,children:[C.jsx("img",{className:"preview-img",onError:()=>r(!0),...t}),C.jsx(YE,{className:"play-icon"})]})},cc=(e,t,n)=>{let r=`${t}_${n}`;return Object.keys(e).forEach(o=>{r=`${r}_${o}:${e[o]}`}),r},QE=(e,t)=>t?Object.values(t).filter(r=>e.values[r]&&!e.errors[r]):[],wo=(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}},{}):{},lc=({formFields:e})=>{const t={};return e.forEach(n=>{var r,o,s,i,c,l;if(t[n.name]={},(r=n.validations)!=null&&r.isRequired&&(typeof n.validations.isRequired=="object"?t[n.name].isRequired=e3(n.validations.isRequired.msg):t[n.name].isRequired=!0),n.type==="date"){let a=typeof((o=n.validations)==null?void 0:o.disableFuture)=="object"?n.validations.disableFuture.msg:"";a=typeof((s=n.validations)==null?void 0:s.disablePast)=="object"?n.validations.disablePast.msg:a,t[n.name].validate=t3(a);return}if(n.type==="number"&&((i=n.validations)!=null&&i.range)){t[n.name].validate=n3();return}if(n.type==="text"&&n.limit){t[n.name].validate=r3();return}if(n.type==="table"){const a=lc({formFields:n.columns??[]});t[n.name].validations=a}if((c=n.validations)!=null&&c.isUrl){const a=typeof n.validations.isUrl=="object"?n.validations.isUrl.msg:"";t[n.name].validate=Uv(a)}else if((l=n.validations)!=null&&l.isEmail){const a=typeof n.validations.isEmail=="object"?n.validations.isEmail.msg:"";t[n.name].validate=Kv(a)}}),t},Us={isMultiSelect:e=>Array.isArray(e)?e.every(t=>typeof t=="object"&&"label"in t&&"value"in t):!1,isTable:e=>Array.isArray(e)?e.some(n=>!!n[qs.ROW_ID]):!1,isSelect:e=>!!e&&typeof e=="object"&&"label"in e,isDate:e=>!!e&&typeof e=="object"&&"toISOString"in e},Ks=(e,t)=>Object.keys(t).reduce((n,r)=>{const o=e.values[t[r]];let s;return Us.isMultiSelect(o)?s=o.map(i=>i.value):Us.isTable(o)?s=o.map(({...c})=>(delete c[qs.ROW_ID],c)).filter(c=>Object.keys(c).length>0):Us.isSelect(o)?s=o.value:Us.isDate(o)?s=o.toISOString():s=o||"",n[r]=s,n},{}),$E=(e,t)=>{const n={},r=new Set;let o="";for(const s of e)s.rowId?(n[s.rowId]||(n[s.rowId]=[]),n[s.rowId].push(s),r.add(s.rowId),o=""):!n[o]||n[o].length>=t?(r.add(s.name),n[s.name]=[s],o=s.name):n[o].push(s);return[...r].map(s=>({id:s,formFields:n[s]}))},g0=(e,t)=>{if(!t||!Array.isArray(e))return 0;let n=0;for(const r of e){const o=t[r.name];if(r.type==="table"&&Array.isArray(o)){let s=0;for(const i of o){const c=g0(r.columns,i);s+=c}s>0&&n++;continue}o===""||o===void 0||o===null||n++}return n},Tr="/v1/api",qE=`${Tr}/connectors/conversation/:conversationId/metadata`,UE=`${Tr}/connectors/forms/:formId/field/:fieldName/data`,KE=`${Tr}/connectors/form/:formId`,e5=`${Tr}/connectors/forms/:id/link`,t5=`${Tr}/connectors/forms/:id/preview`,n5=`${Tr}/connectors/conversation/:conversationId/selected-email`,r5=(e,t,n="email")=>{const r=new URLSearchParams;return r.append("channel_type",n),qe({url:br(`${UE}?${r.toString()}`,e),method:it.POST,data:t})},o5=(e,t,n="email")=>{const r=new URLSearchParams;return r.append("channel_type",n),qe({url:br(`${KE}?${r.toString()}`,e),method:it.POST,data:t})},s5=(e,t,n="email")=>{const r=new URLSearchParams;return r.append("channel_type",n),qe({url:`${t5.replace(":id",e)}?${r.toString()}`,method:it.POST,data:{args:t}})},m0={optionsMap:null,createOptionApi:U.IDLE,dropdownOptionsApis:U.IDLE,previewCardData:null,previewCardApiStatus:U.IDLE,selectedSuggestionType:"basic"},b0=Fa({name:"commonSlice",initialState:m0,reducers:{resetState:()=>m0,resetPreviewCardData:e=>{e.previewCardData=null,e.previewCardApiStatus=U.IDLE},setSelectedSuggestionType:(e,t)=>{e.selectedSuggestionType=t.payload}},extraReducers:e=>{e.addCase(ei.pending,t=>{t.createOptionApi=U.LOADING}).addCase(ei.fulfilled,(t,n)=>{const r=t.optionsMap||{},{optionsList:o,key:s}=n.payload;t.createOptionApi=U.IDLE,t.optionsMap={...r,[s]:{...r[s],options:o}}}).addCase(ei.rejected,t=>{t.createOptionApi=U.FAILED}).addCase(Yn.pending,t=>{t.dropdownOptionsApis=U.LOADING}).addCase(Yn.fulfilled,(t,n)=>{const r=t.optionsMap||{},{optionsList:o,hasMore:s,currentPage:i,searchTerm:c,key:l}=n.payload;t.dropdownOptionsApis=U.IDLE,t.optionsMap={...r,[l]:{options:o,hasMore:s,currentPage:i,searchTerm:c}}}).addCase(Yn.rejected,t=>{t.dropdownOptionsApis=U.FAILED}).addCase(Or.pending,t=>{t.previewCardApiStatus=U.LOADING}).addCase(Or.fulfilled,(t,n)=>{const{data:r}=n.payload;r&&(t.previewCardData=r),t.previewCardApiStatus=U.IDLE}).addCase(Or.rejected,t=>{t.previewCardApiStatus=U.FAILED})}}),ei=Vt("commonSlice/createDropDownOption",async(e,{getState:t,rejectWithValue:n})=>{var d,f,p;const{fieldName:r,label:o,formId:s,interfaceId:i,conversationId:c=null,args:l={},createArgs:a={},callback:u}=e,h=cc(l||{},s,r),{common:g}=t(),{options:x=[],...b}=((d=g.optionsMap)==null?void 0:d[h])||{};try{const y=await o5({fieldName:r,formId:i},{args:a,conversation_id:c});if(!y||!("data"in y)||!("output_variables"in y.data)||!("external_resource_id"in y.data.output_variables))throw y;const m=y.data.output_variables,{external_resource_id:E,...I}=m,A=[{label:o,value:E,prefillValues:I},...x],S=Td(A,T=>T.value);return u==null||u(S),{optionsList:S,key:h,...b}}catch(y){u==null||u(x);const m=y,E=(f=m==null?void 0:m.response)==null?void 0:f.data,I=typeof E=="string"?E:(E==null?void 0:E.message)||ws;return Me({message:I,type:ht}),n((p=m==null?void 0:m.response)==null?void 0:p.status)}}),Yn=Vt("commonSlice/fetchDropDownOptions",async(e,{getState:t,rejectWithValue:n})=>{var A,S,T;const{fieldName:r,formId:o,searchTerm:s,fieldConfig:i,callback:c,args:l={},interfaceId:a="",pagination:u={enabled:!1},controller:h}=e,g=cc(l||{},o,r),{common:x}=t();let b=!1;i.meta&&"showAvatar"in i.meta&&typeof i.meta.showAvatar=="boolean"&&(b=i.meta.showAvatar);const d=((A=x.optionsMap)==null?void 0:A[g])||{},f=s===d.searchTerm?d:{},{options:p=[],hasMore:y=!0,currentPage:m=0}=f,{enabled:E,limit:I}=u,w=I||10;try{let R;const F=h==null?void 0:h.signal,D=E?{pageNumber:m+1,searchTerm:s,limit:w,enabled:E}:null;if(y&&(R=await r5({fieldName:r,formId:o},{pagination:D||{},args:l,interfaceId:a})),F!=null&&F.aborted)throw F.reason;if(!R||!R.data||!("data"in R.data)||!Array.isArray(R.data.data)||!R.data.data.length){const{common:J}=t(),z=(S=J.optionsMap)==null?void 0:S[g];return c==null||c(z.options??[]),{...z,optionsList:z.options??[],key:g,hasMore:!1}}const W=R.data.data.map(J=>b?{...J,avatarUrl:J.avatarUrl||Gv}:(delete J.avatarUrl,J)),X=[...p,...W],Y=E?X.length<=w:!1,K=Td(X,J=>J.value);return c==null||c(K),{optionsList:K,fieldName:r,formId:o,searchTerm:s,currentPage:m+1,hasMore:Y,key:g}}catch(R){const{common:F}=t(),D=((T=F.optionsMap)==null?void 0:T[g])||{};return c==null||c(D.options??[]),n(R)}},{condition:(e,{getState:t})=>{var h;if(e.isScrollToBottomEvent)return!0;const{fieldName:n,formId:r,searchTerm:o,callback:s,args:i}=e,c=cc(i||{},r,n),{common:l}=t(),a=(h=l.optionsMap)==null?void 0:h[c];if((a==null?void 0:a.searchTerm)!==o)return!0;const u=(a==null?void 0:a.options)||[];return u&&u.length?(s==null||s(u),!1):!0}}),Or=Vt("commonSlice/previewCard",async({id:e,args:t,channelType:n,isRefresh:r},{rejectWithValue:o})=>{var s;try{const i=await s5(e,t,n),c=i==null?void 0:i.data;return c?(r&&Me({message:wd,type:In}),{data:wu(c)}):(r&&Me({message:Ed,type:ht}),{data:null})}catch(i){return o({status:(s=i.response)==null?void 0:s.status})}}),{resetState:gA,resetPreviewCardData:i5,setSelectedSuggestionType:a5}=b0.actions,c5=b0.reducer,Ao="/v1/api",l5=`${Ao}/connectors/forms/list`,u5=`${Ao}/connectors/cards/:id/unlink`,d5=`${Ao}/connectors/forms/:id/link`,f5=`${Ao}/connectors/form/:formId`,p5=`${Ao}/connectors/forms/:formId/data`,h5=({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)),qe({url:`${l5}?${r.toString()}`,method:it.GET})},y0=(e,t,n="email")=>{const r=new URLSearchParams;return r.append("channel_type",n),qe({url:br(`${f5}?${r.toString()}`,e),method:it.POST,data:t})},g5=(e,t="email",n,r)=>{const o=new URLSearchParams;return o.append("channel_type",t),qe({url:`${u5.replace(":id",e)}?${o.toString()}`,method:it.POST,data:{externalResourceId:n,conversationId:r}})},m5=(e,t,n="email",r)=>{const o=new URLSearchParams;return o.append("channel_type",n),qe({url:`${d5.replace(":id",e)}?${o.toString()}`,method:it.POST,data:{externalResourceId:t,conversationId:r}})},b5=(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),qe({url:`${p5.replace(":formId",e)}?${s.toString()}`,method:it.GET})},y5="Error in previewing the card",v0="Link format isn't recognized. Please check that you've entered a valid URL",v5="Item already linked",C5="Card linked successfully",I5="Error in linking the card",x5="New card created",E5="Card creation failed",w5="Create and link objects from different apps to this conversation",A5="Are you sure you want to change the primary object?",S5="Changing the primary object will reset all the information you’ve entered and all data will be lost and can’t be recovered.",_5="Are you sure you want to leave?",T5=`If you go back now, all the information you’ve entered will be lost and can’t be recovered.
|
|
1040
|
+
Do you want to continue?`,O5="Select an object to create",L5="Select an object to link",C0="Select object",F5="Paste URL or ID",D5="Object ID/Link",R5="Card updated",k5="Card updation failed",I0=3,x0=(e,t)=>{var r,o,s,i,c,l,a,u,h,g,x,b,d;let n={};switch(e.type){case"select":case"multi-select":{n={...e,defaultOptions:!!e.interfaceDetails,isInfiniteScrollable:((o=(r=e.interfaceDetails)==null?void 0:r.pagination)==null?void 0:o.enabled)||!1,loadOptionsOnFocus:Object.keys(((s=e.interfaceDetails)==null?void 0:s.args)||{}).length>0,isMultiSelect:e.type==="multi-select",type:e.interfaceDetails?"async-select":"select",isClearable:((i=e.meta)==null?void 0:i.isClearable)??!0};break}case"date":{n={...e,type:"date",disablePast:!!((c=e.validations)!=null&&c.disablePast)||!1,disableFuture:!!((l=e.validations)!=null&&l.disableFuture)||!1};break}case"number":{n={...e,type:"number",min:((u=(a=e.validations)==null?void 0:a.range)==null?void 0:u.min)||Number.MIN_SAFE_INTEGER,max:((g=(h=e.validations)==null?void 0:h.range)==null?void 0:g.max)||Number.MAX_SAFE_INTEGER};break}case"multiline":{n={...e,type:"text",maxRows:((x=e.validations)==null?void 0:x.maxRows)||5,limit:(b=e.validations)==null?void 0:b.maxCharacters,rows:5,multiline:!0};break}case"text":{n={...e,type:"text",limit:(d=e.validations)==null?void 0:d.maxCharacters};break}default:n={...e}}return"value"in n&&(n.defaultValue=n.value,delete n.value),{...n,...t}},E0=Fa({name:"writeCapability",initialState:Ad,reducers:{resetState:()=>Ad,resetCurrentResourceDetails:e=>{e.currentResourceDetails=null,e.currentResourceDetailsApiStatus=U.IDLE},setCurrentCardInEdit:(e,t)=>{e.currentCardInEdit=t.payload},setHasUnsavedChanges:(e,t)=>{e.hasUnsavedChanges=t.payload}},extraReducers:e=>{e.addCase(ti.pending,t=>{t.objectListApiStatus=U.LOADING}).addCase(ti.fulfilled,(t,n)=>{const{createObjectList:r,createObjectConnectorNamesList:o,linkObjectList:s,editObjectList:i,searchObjectList:c,formFields:l,objectDict:a,dependentFieldsMap:u}=n.payload;t.objectListApiStatus=U.IDLE,t.createObjectList=r,t.createObjectConnectorNamesList=o,t.linkObjectList=s,t.editObjectList=i,t.searchObjectList=c,t.formFields=l,t.objectDict=a,t.dependentFieldsMap=u}).addCase(ti.rejected,t=>{t.objectListApiStatus=U.FAILED}).addCase(Yn.pending,t=>{t.dropdownOptionsApis=U.LOADING}).addCase(Yn.fulfilled,(t,n)=>{const r=t.optionsMap||{},{optionsList:o,hasMore:s,currentPage:i,key:c}=n.payload;t.dropdownOptionsApis=U.IDLE,t.optionsMap={...r,[c]:{options:o,hasMore:s,currentPage:i}}}).addCase(Yn.rejected,t=>{t.dropdownOptionsApis=U.FAILED}).addCase(ni.pending,t=>{t.createFormApiStatus=U.LOADING}).addCase(ni.fulfilled,t=>{t.createFormApiStatus=U.IDLE}).addCase(ni.rejected,t=>{t.createFormApiStatus=U.FAILED}).addCase(si.pending,t=>{t.linkCardApiStatus=U.LOADING}).addCase(si.fulfilled,t=>{t.linkCardApiStatus=U.IDLE}).addCase(si.rejected,t=>{t.linkCardApiStatus=U.FAILED}).addCase(oi.pending,t=>{t.unlinkCardApiStatus=U.LOADING}).addCase(oi.fulfilled,t=>{t.unlinkCardApiStatus=U.IDLE}).addCase(oi.rejected,t=>{t.unlinkCardApiStatus=U.FAILED}).addCase(ri.pending,t=>{t.updateFormApiStatus=U.LOADING}).addCase(ri.fulfilled,t=>{t.updateFormApiStatus=U.IDLE}).addCase(ri.rejected,t=>{t.updateFormApiStatus=U.FAILED}).addCase(ii.pending,t=>{t.currentResourceDetailsApiStatus=U.LOADING}).addCase(ii.fulfilled,(t,n)=>{const{data:r}=n.payload;r&&(t.currentResourceDetails=r),t.currentResourceDetailsApiStatus=U.IDLE}).addCase(ii.rejected,t=>{t.currentResourceDetailsApiStatus=U.FAILED})}}),ti=Vt("writeCapability/fetchObjectList",async e=>{const{inboxIds:t,channelType:n,conversationId:r,isExpandedFormEnabled:o}=e,s=await h5({inboxIds:t,channelType:n,conversationId:r});if(!s||!s.data||!("formsList"in s.data)||!Array.isArray(s.data.formsList))return{createObjectList:[],createObjectConnectorNamesList:[],linkObjectList:[],editObjectList:[],searchObjectList:[],formFields:null,objectDict:null,dependentFieldsMap:{}};const i=s.data.formsList,c={},l=[],a=[],u=[],h=[],g=[],x={},b={};return i==null||i.forEach(d=>{var p,y;if(d.expandedView&&!o)return;const f={...d};"fieldList"in f&&delete f.fieldList,b[d.id]=f,c[d.id]||(c[d.id]={}),x[d.id]||(x[d.id]=[]),d.type==="create"&&d.authenticated?(l.push({value:d.id,label:d.name,avatarUrl:d.logoUrl,connectorKey:d.connectorName}),d.connectorName&&!a.includes(d.connectorName)&&a.push(d.connectorName)):d.type==="link"&&d.authenticated?u.push({value:d.id,label:d.name,avatarUrl:d.logoUrl}):d.type==="edit"&&d.authenticated?h.push({value:d.id,label:d.name,avatarUrl:d.logoUrl}):d.type==="search_and_link"&&d.authenticated&&g.push({value:d.id,label:d.name,avatarUrl:d.logoUrl}),(p=d.fieldList)==null||p.sort((m,E)=>m.priority-E.priority),(y=d.fieldList)==null||y.forEach(m=>{const E=x0(m);if(E.columns&&(E.columns=E.columns.map(I=>x0(I,{loadOptionsOnFocus:!0,defaultOptions:!1}))),x[d.id]=[...x[d.id],E],m.interfaceDetails&&(m.interfaceDetails.args||m.interfaceDetails.optionalArgs)){const I={...m.interfaceDetails.args,...m.interfaceDetails.optionalArgs};Object.values(I).forEach(w=>{c[d.id][w]?c[d.id][w]=[...c[d.id][w],m.name]:c[d.id][w]=[m.name]})}})}),{createObjectList:l,createObjectConnectorNamesList:a,linkObjectList:u,editObjectList:h,searchObjectList:g,formFields:x,objectDict:b,dependentFieldsMap:c}}),ni=Vt("writeCapability/createForm",async(e,{rejectWithValue:t})=>{var l;const{formId:n,successCallback:r,failureCallback:o,args:s={},interfaceId:i,conversationId:c}=e;try{await y0({formId:n},{args:s,interfaceId:i,conversationId:c}),r==null||r(),Me({message:x5,type:In})}catch(a){const u=a,h=(l=u==null?void 0:u.response)==null?void 0:l.data,g=(h==null?void 0:h.message)??E5;return o==null||o(a),Me({message:g,type:ht}),t(a)}}),ri=Vt("writeCapability/updateForm",async(e,{rejectWithValue:t})=>{const{formId:n,successCallback:r,failureCallback:o,args:s={},interfaceId:i,conversationId:c,externalResourceId:l,previousArgs:a={}}=e;try{await y0({formId:n},{args:s,interfaceId:i,conversationId:c,externalResourceId:l,previousArgs:a}),r==null||r(),Me({message:R5,type:In})}catch(u){return o==null||o(u),Me({message:k5,type:ht}),t(u)}}),oi=Vt("writeCapability/unlinkCard",async({id:e,channelType:t,externalResourceId:n,conversationId:r})=>{await g5(e,t,n,r)}),si=Vt("writeCapability/linkCard",async({id:e,externalResourceId:t,channelType:n,conversationId:r},{rejectWithValue:o})=>{var s;try{await m5(e,t,n,r)}catch(i){return o({status:(s=i.response)==null?void 0:s.status})}}),ii=Vt("connectorCardLibrary/fetchCurrentResourceDetails",async(e,{rejectWithValue:t})=>{const{id:n,channelType:r,conversationId:o,externalResourceId:s,contactEmail:i}=e;try{const c=await b5(n,r,o,s,i),l=c==null?void 0:c.data,a=c==null?void 0:c.status,u={values:{},errors:{}};return Object.entries(l.formData).forEach(([h,g])=>{"label"in g&&(g.type&&g.type==="date"?u.values[h]=g.label?new Date(parseInt(g.label)).toISOString():"":g.type&&g.type==="multi-select"&&"value"in g&&"label"in g&&g.value&&g.label?u.values[h]=[{value:g.value,label:g.label}]:g.value?u.values[h]={value:g.value,label:g.label}:u.values[h]=g.label)}),{data:u,status:a}}catch(c){return Me({message:ws,type:ht}),t(c)}}),{resetState:mA,setCurrentCardInEdit:Lr,resetCurrentResourceDetails:N5,setHasUnsavedChanges:w0}=E0.actions,P5=E0.reducer,M5=()=>{const[e,t]=_.useState(null),[n,r]=_.useState({isVertical:!1,isHorizontal:!1,isScrolling:!1}),o=_.useCallback(s=>{t(s)},[]);return _.useEffect(()=>{if(!e)return;e.dataset.prevScrollLeft="0",e.dataset.prevScrollTop="0";let s=null;const i=100;let c=null;const l=150,a=u=>{s||(s=window.setTimeout(()=>{const h=u.target,g=Number(e.dataset.prevScrollLeft)||0,x=Number(e.dataset.prevScrollTop)||0,b=h.scrollLeft,d=h.scrollTop,f=b-g,p=d-x,y=Math.abs(p)>Math.abs(f),m=Math.abs(f)>Math.abs(p);r({isVertical:y,isHorizontal:m,isScrolling:!0}),e.dataset.prevScrollLeft=String(b),e.dataset.prevScrollTop=String(d),s=null},i),c&&window.clearTimeout(c),c=window.setTimeout(()=>{r(h=>({...h,isScrolling:!1})),c=null},l))};return e.addEventListener("scroll",a),()=>{e.removeEventListener("scroll",a),s&&window.clearTimeout(s),c&&window.clearTimeout(c)}},[e]),[n,o]},B5="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",j5=({data:e,title:t,currentCard:n,setShowModal:r})=>{const o=jt(),{sendTrackingEvent:s,currentSmIds:i}=_.useContext(Ve),{userGroupId:c}=Yt()||{},[l,a]=M5(),{isScrolling:u,isVertical:h}=l,g=u&&h,x=_.useMemo(()=>(e==null?void 0:e[0].data.map(p=>p.label))||[],[e]),b=_.useMemo(()=>e.map(p=>{const y={cells:{},externalResourceId:p.externalResourceId};return p.data.forEach((m,E)=>{if(x[E]){let I=m.value?m.value:ds;I&&m.type==="date"&&(I=new Date(parseInt(I)).toLocaleDateString(navigator.language)),y.cells[x[E]]={label:I,deepLink:m==null?void 0:m.deepLink}}}),y}),[e,x]),d=(p,y)=>C.jsx(pb,{align:"left",children:p.deepLink?C.jsx(v.Link,{target:"_blank",underline:"none",href:p.deepLink,children:p.label}):C.jsx(v.Typography,{variant:"body2",color:"gray.black",children:p.label})},`${y}_${p.label}`),f=p=>{!p||!n||(r(!1),s(cu,{card_title:n.title,connector_name:n.connectorName,ug_id:c,sm_ids:i}),o(Lr({...n,externalResourceId:p})))};return C.jsxs(v.Stack,{maxHeight:"340px",maxWidth:"700px",padding:"32px 0px 32px 32px",overflow:"auto",children:[C.jsx(v.Typography,{variant:"h2",color:"gray.black",marginBottom:"16px",children:t}),C.jsx(v.TableContainer,{ref:a,children:C.jsxs(v.Table,{stickyHeader:!0,children:[C.jsx(ub,{children:C.jsxs(v.TableRow,{children:[x.map(p=>C.jsx(db,{sx:{whiteSpace:"nowrap"},children:C.jsx(v.Typography,{variant:"overline",color:"gray.gray3",children:p})},p)),C.jsx(gb,{})]})}),C.jsx(v.TableBody,{children:b.map((p,y)=>C.jsxs(fb,{children:[Object.values(p.cells).map((m,E)=>d(m,E)),C.jsx(hb,{children:!g&&p.externalResourceId&&C.jsx(v.Tooltip,{title:mu,placement:"bottom",children:C.jsx(v.IconButton,{className:"row-edit",onClick:()=>f(p.externalResourceId),children:C.jsx("img",{src:B5})})})})]},`id_${y}`))})]})})]})},V5=e=>e.cardList.connectorCards,G5=e=>e.cardList.connectorsEnabled,H5=e=>e.cardList.connectorApiStatus,W5=e=>e.cardList.cardSpecificData,Z5=e=>e.cardList.specificConnectorApiStatus,X5=e=>e.cardList.specificConnectorErrorCode,z5="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",A0=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}},Y5=(e,t)=>`${vu} (Error code: ${e})`.replace(/{{connector_name}}/g,(t==null?void 0:t[0])||""),S0=e=>{const{value:t,error:n,deepLink:r,statusCode:o,isLoading:s,type:i,redirectToAdminTab:c,isFailed:l,connectorNames:a,cardTitle:u,currentCard:h,cardId:g,isCardLevelError:x,fieldName:b,showErrorIcon:d}=e,f=_.useRef(null),p=_.useRef(null),{email:y,currentSmIds:m,conversationId:E,sendTrackingEvent:I,connectorFunctions:w}=_.useContext(Ve),A=be(X5),S=A==null?void 0:A[g],[T,R]=_.useState(!1),F=_.useMemo(()=>{if(n&&x){const{error_message:z}=A0(n);return z}return l?vu.replace(/{{connector_name}}/g,(a==null?void 0:a[0])||""):uu},[n,l,a,x]),D=_.useCallback(()=>{const z=n||Y5(S,a),{error_code:ae,error_message:le}=A0(z);I==null||I(k1,{sm_ids:m,frontend_req_params:{email:y,conversationId:E,externalResourceId:h==null?void 0:h.externalResourceId},card_title:u,connector_name:a!=null&&a.length?a:"",error_code:ae,error_message:le})},[n,S,I,m,y,E,u,a,h==null?void 0:h.externalResourceId]);_.useEffect(()=>{(n&&x||l&&S)&&D()},[D,S,l,n,x]),_.useEffect(()=>{const z=r?p.current:f.current;if(z){const ae=z.scrollHeight>z.clientHeight||z.scrollWidth>z.clientWidth;R(ae)}},[t,r]);const B=o==ia.NOT_FOUND;let W=B?ds:t;i==="date"&&W&&!B&&(W=new Date(parseInt(W)).toLocaleDateString(navigator.language));const X=!!n||l,Y=()=>{c?w==null||w.redirectToAdmin():window.open(mm,"_blank")},K=()=>{I==null||I(N1,{sm_ids:m,card_title:u,field_name:b})},J=z=>{const ae=/<>(.*?)<>/g,le=z.split(ae);return C.jsx(_.Fragment,{children:le.map((M,G)=>G%2===1?C.jsx(ib,{variant:"body2",onClick:Y,children:M},G):M)})};return s?C.jsx(yn,{variant:"rounded",width:"100%",height:16,animation:"wave",margin:"4px 0 0 0"}):X?C.jsxs(Fu,{gap:"7px",children:[d?C.jsx(v.Stack,{marginTop:"3px",flexShrink:"0",children:C.jsx("img",{src:z5,width:"18px",height:"18px"})}):null,C.jsx(Du,{variant:"body2",children:F?J(F):uu})]}):C.jsx(v.Tooltip,{title:T?W:null,placement:"bottom",children:r?C.jsx(Ru,{ref:p,target:"_blank",underline:"none",href:r,fontSize:"13px",onClick:K,children:W||ds}):C.jsx(cb,{ref:f,variant:"body2",children:W||ds})})},_0="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",uc=({shown:e,setShown:t,children:n,showCloseButton:r=!1,borderRadius:o=4})=>C.jsx(v.Dialog,{open:e,onClose:()=>t(!1),PaperProps:{style:{borderRadius:o,padding:0,height:"fit-content",width:"fit-content",maxWidth:"none"}},children:C.jsxs(v.Stack,{direction:"row",children:[r&&C.jsx(v.Box,{position:"absolute",right:10,top:10,children:C.jsx(v.Tooltip,{title:"Close",placement:"bottom",children:C.jsx(v.IconButton,{onClick:()=>t(!1),children:C.jsx("img",{src:_0})})})}),n]})}),T0=e=>{var M,G,j;const{id:t,cardTitle:n,specificCardData:r,specificConnectorApiStatus:o,isOpen:s,currentCard:i}=e,c=24,l=(o==null?void 0:o[t])===U.IDLE,a=(o==null?void 0:o[t])===U.LOADING,u=(o==null?void 0:o[t])===U.FAILED,{cardType:h,data:g,cardErrorMessage:x,redirectToAdminTab:b,connectorNames:d}=(r==null?void 0:r[t])||{},f=h==="flat",[p,y]=_.useState(!1),[m,E]=_.useState(!1),[I,w]=_.useState(!1),[A,S]=_.useState(!1),T=((M=g==null?void 0:g.listItems)==null?void 0:M.statusCode)!==401,R=_.useMemo(()=>{var Z,q,ee,re;return f&&((Z=g==null?void 0:g.flatDisplay)!=null&&Z.data)?g.flatDisplay.data:!f&&((re=(ee=(q=g==null?void 0:g.listItems)==null?void 0:q.fields)==null?void 0:ee[0])!=null&&re.data)?g.listItems.fields[0].data:[]},[f,g]),F=_.useMemo(()=>R==null?void 0:R.slice(0,5),[R]),[D,B]=_.useState([]),W=_.useRef(null),[X,Y]=_.useState(0),K=p?-180:0,J=f?!1:!!((G=g==null?void 0:g.listItems)!=null&&G.errorMessage),z=J||u||x,ae=l&&!J&&s&&(I||m);_.useLayoutEffect(()=>{var Z;(Z=W.current)!=null&&Z.scrollHeight&&Y(W.current.scrollHeight+c)},[o==null?void 0:o[t],D,W]),_.useEffect(()=>{var re,P;const Z=((R==null?void 0:R.length)||0)>5,q=!f&&(((P=(re=g==null?void 0:g.listItems)==null?void 0:re.fields)==null?void 0:P.length)||0)>1;w(Z&&!q),E(q)},[g,f,R==null?void 0:R.length]),_.useEffect(()=>{B(p?R:F)},[g,p,F,R]);const le=()=>{I?y(Z=>!Z):S(Z=>!Z)};return C.jsxs(C.Fragment,{children:[C.jsx(uc,{shown:A,setShown:S,showCloseButton:!0,borderRadius:12,children:C.jsx(j5,{data:((j=g==null?void 0:g.listItems)==null?void 0:j.fields)||[],title:n,currentCard:i,setShowModal:S})}),C.jsx(ob,{className:s?"":"slideUp",height:X,children:C.jsx(v.Stack,{ref:W,gap:1,margin:"12px",children:a&&!(D!=null&&D.length)?C.jsxs(C.Fragment,{children:[C.jsx(yn,{variant:"rounded",width:"100%",height:20,animation:"wave"}),C.jsx(yn,{variant:"rounded",width:"100%",height:20,animation:"wave"})]}):C.jsx(C.Fragment,{children:z?C.jsx(v.Box,{margin:"8px 0",children:C.jsx(S0,{error:x,isLoading:a,redirectToAdminTab:b,isFailed:u,showErrorIcon:!T,connectorNames:d,cardId:t,cardTitle:n,currentCard:i,isCardLevelError:!0})}):D!=null&&D.length?D==null?void 0:D.map(Z=>{const{value:q,label:ee,deepLink:re,type:P}=Z,te="errorMessage"in Z?Z.errorMessage:null,ye="statusCode"in Z?Z.statusCode:null;return C.jsxs("div",{children:[C.jsx(sb,{variant:"overline",children:ee}),C.jsx(S0,{value:q,error:te,deepLink:re,statusCode:ye,isLoading:a,type:P,cardTitle:n,currentCard:i,cardId:t,fieldName:ee})]},ee)}):C.jsx(v.Box,{margin:"8px 0",children:C.jsx(Du,{children:sm})})})})}),!x&&ae&&C.jsx(bb,{variant:"body2_medium",onClick:le,children:I?C.jsxs(C.Fragment,{children:[p?Kb:Hu,C.jsx(mb,{src:Ub,transformAngle:K})]}):Hu})]})},J5={connectorCards:null,cardSpecificData:null,connectorApiStatus:U.IDLE,conversationMetaDataApiStatus:U.IDLE,specificConnectorApiStatus:null,threadId:null,connectorsEnabled:!1,specificConnectorErrorCode:null,conversationEmailHeaders:null},O0="/v1/api",Q5=`${O0}/connectors/cards`,$5=`${O0}/connectors/cards/:id/data`,q5=({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||"")),qe({url:`${Q5}?${r.toString()}`,method:it.GET})},U5=(e,t,n,r)=>{const o=new URLSearchParams;return o.append("senderEmail",t),o.append("conversation_id",String(n||"")),r&&o.append("externalResourceId",r),qe({url:`${$5.replace(":id",e)}?${o.toString()}`,method:it.GET})},L0=Fa({name:"connectorCardLibrary",initialState:J5,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(ai.pending,t=>{t.connectorApiStatus=U.LOADING}).addCase(ai.fulfilled,(t,n)=>{t.connectorApiStatus=U.IDLE,t.connectorCards=n.payload.cards,t.connectorsEnabled=n.payload.connectorsEnabled}).addCase(ai.rejected,t=>{t.connectorApiStatus=U.FAILED}).addCase(So.pending,(t,n)=>{const{id:r,externalResourceId:o=""}=n.meta.arg;let s=r;o&&(s=`${s}_${o}`),t.specificConnectorApiStatus={...t.specificConnectorApiStatus??{},[s]:U.LOADING}}).addCase(So.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]:U.IDLE}}).addCase(So.rejected,(t,n)=>{const{id:r,externalResourceId:o=""}=n.meta.arg;let s=r;o&&(s=`${s}_${o}`),t.specificConnectorApiStatus={...t.specificConnectorApiStatus??{},[s]:U.FAILED};const i=n.payload&&typeof n.payload=="object"&&"code"in n.payload?String(n.payload.code):Cu;t.specificConnectorErrorCode={...t.specificConnectorErrorCode??{},[s]:i}})}}),ai=Vt("connectorCardLibrary/fetchAllCard",async({inboxIds:e,channelType:t,conversationId:n})=>{var c;const r=await q5({inboxIds:e,channelType:t,conversationId:n});if(!Array.isArray((c=r==null?void 0:r.data)==null?void 0:c.cards))return{cards:[],connectorsEnabled:!1};const{cards:o,connectorsEnabled:s=!1}=r.data;return{cards:o.sort((l,a)=>(l==null?void 0:l.priority)-(a==null?void 0:a.priority)),connectorsEnabled:s}}),So=Vt("connectorCardLibrary/fetchSpecificCard",async({id:e,email:t,conversationId:n,isRefresh:r,externalResourceId:o},s)=>{try{const i=await U5(e,t,n,o),c=i==null?void 0:i.data,l=i==null?void 0:i.status;return c?(r&&Me({message:wd,type:In}),{data:wu(c),status:l}):(r&&Me({message:Ed,type:ht}),{data:{},status:l})}catch(i){const c=i;return s.rejectWithValue({...c,code:c.code||Cu})}}),K5=L0.reducer,F0=L0.actions,D0="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",e4="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",t4="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",R0=e=>e.write.createObjectList,n4=e=>e.write.createObjectConnectorNamesList,k0=e=>e.write.linkObjectList,r4=e=>e.write.editObjectList,o4=e=>e.write.objectDict,s4=e=>e.write.formFields,i4=e=>e.write.linkCardApiStatus,a4=e=>e.write.unlinkCardApiStatus,c4=e=>e.write.dependentFieldsMap,l4=e=>e.write.createFormApiStatus,u4=e=>e.write.updateFormApiStatus,d4=e=>e.write.currentResourceDetails,f4=e=>e.write.currentResourceDetailsApiStatus,N0=e=>e.write.currentCardInEdit,P0=e=>e.write.hasUnsavedChanges,p4=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,M0=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)&&p4(e[r])?n[r]=(o=new Date(`${e[r]}`))==null?void 0:o.toString():n[r]=e[r],n},{}),h4=e=>dm.replace("{{connectorName}}",e),g4=({showUnlinkModal:e,setShowUnlinkModal:t,cardId:n,onCardUnlinking:r,externalResourceId:o,conversationId:s,connectorName:i})=>{const c=jt(),{sendTrackingEvent:l}=_.useContext(Ve),u=be(a4)===U.LOADING,h=()=>{s&&o&&c(oi({id:n,conversationId:s,externalResourceId:o})).unwrap().then(()=>{l(I1,{connector_name:i,conversation_id:s}),t(!1),r(),Me({message:Cv,type:In})}).catch(()=>{Me({message:Iv,type:In})})};return C.jsx(uc,{shown:e,setShown:t,showCloseButton:!0,children:C.jsxs(v.Stack,{width:"400px",padding:"20px",gap:"8px",children:[C.jsx(v.Typography,{variant:"h2",children:um}),C.jsx(v.Typography,{variant:"body2",children:h4(i)}),C.jsxs(v.Stack,{direction:"row",gap:"8px",marginTop:"20px",justifyContent:"flex-end",children:[C.jsx(v.Button,{variant:"text",onClick:()=>t(!1),children:la}),C.jsx(v.Button,{disabled:u,color:"error",onClick:h,children:gu})]})]})})},m4=({actions:e,isHovered:t=!1})=>{const r=e.filter(c=>c.shown);if(r.length===0)return null;const o=r[r.length-1],s=r.slice(0,-1),i=t?(s.length+1)*32:32;return C.jsxs(lb,{width:i,isHovered:t,children:[C.jsx("div",{className:"hidden-actions",children:s.map(({id:c,disabled:l,label:a,iconSrc:u,action:h})=>C.jsx(v.Tooltip,{title:a,placement:"bottom",children:C.jsx(yr,{onClick:h,disabled:l,children:C.jsx("img",{src:u})})},c))}),o&&C.jsx(v.Tooltip,{title:o.label,placement:"bottom",children:C.jsx(yr,{onClick:o.action,disabled:o.disabled,children:C.jsx("img",{src:o.iconSrc})})},o.id)]})},b4=e=>{const{card:t,specificCardData:n,email:r,specificConnectorApiStatus:o,defaultOpenState:s=!1,onCardUnlinking:i}=e,c=jt(),{availableFeatures:l,sendTrackingEvent:a,conversationId:u,currentSmIds:h}=_.useContext(Ve),{userGroupId:g}=Yt()||{},[x,b]=_.useState(!!s),[d,f]=_.useState(!1),[p,y]=_.useState(!1),[m,E]=_.useState(!1),{id:I,title:w,externalResourceId:A="",forms:S=[],logoUrl:T}=t;let R=I;A&&(R=`${R}_${A}`);const{data:F,cardType:D,cardErrorMessage:B,connectorNames:W}=(n==null?void 0:n[R])??{},X=(W==null?void 0:W[0])||"",Y=(o==null?void 0:o[R])===U.LOADING,K=(o==null?void 0:o[R])===U.FAILED,J=!!(tt(l,lu)&&A),z=_.useMemo(()=>{var P,te;if(B||K||!(tt(l,q1)&&S.some(ye=>ye.type==="edit")))return!1;switch(D){case"flat":return!!((F==null?void 0:F.flatDisplay.externalResourceId)??t.externalResourceId);case"flat_with_list":return((P=F==null?void 0:F.listItems)==null?void 0:P.fields.length)===1?(te=F==null?void 0:F.listItems)==null?void 0:te.fields.some(ye=>ye.externalResourceId):!1;default:return!1}},[F,D,l,S,t,B,K]),ae=_.useCallback((P=!1)=>{const te=P?S1:A1;r&&I&&u&&c(So({id:I,email:r,conversationId:u,externalResourceId:A})).unwrap().then(ye=>{const H={...Eu(ye,w,P,!0),sm_ids:h};a(te,H)}).catch(ye=>{const H={...Eu(ye,w,P,!1),sm_ids:h};a(te,H)})},[c,r,I,w,a,u,A,h]);_.useEffect(()=>{x&&ae(!0)},[x,ae]);const le=(P,te)=>{var H;P==null||P.stopPropagation(),c(So({id:te,email:r,conversationId:u,isRefresh:!0,externalResourceId:A})).unwrap().then(()=>{a(d1,{id:te})});const ye=P.target.tagName==="BUTTON"?(H=P.target)==null?void 0:H.firstChild:P.target;ye.className&&(ye.className=""),setTimeout(()=>ye.className="selected",1)},M=(P,te)=>{P.stopPropagation(),!(n!=null&&n[te])&&!Y&&ae(),a(x?u1:l1,{id:te}),b(ye=>!ye)},G=P=>{P.stopPropagation();const te=P.currentTarget.offsetWidth<P.currentTarget.scrollWidth;f(!!te)},j=P=>{var ye,H;P.stopPropagation(),a(cu,{card_title:w,connector_name:X,ug_id:g,sm_ids:h});let te;D==="flat"?te=(F==null?void 0:F.flatDisplay.externalResourceId)??t.externalResourceId:D==="flat_with_list"&&(te=(H=(ye=F==null?void 0:F.listItems)==null?void 0:ye.fields[0])==null?void 0:H.externalResourceId),te?c(Lr({...t,externalResourceId:te})):Me({message:ws,type:ht})},Z=P=>{P.stopPropagation(),y(!0)},q=()=>{E(!0)},ee=()=>{E(!1)},re=[{id:"unlink",label:gu,disabled:Y,shown:J,iconSrc:e4,action:P=>Z(P)},{id:"refresh",label:du,disabled:Y,shown:!0,iconSrc:D0,action:P=>le(P,I)},{id:"edit",label:mu,disabled:Y,shown:z,iconSrc:t4,action:P=>j(P)}];return C.jsxs(eb,{"data-testid":`test_${I}`,onMouseEnter:q,onMouseLeave:ee,children:[C.jsxs(tb,{className:x?"hiver-card-expanded":"",onClick:P=>M(P,R),children:[C.jsxs(nb,{children:[T&&C.jsx("img",{src:T,alt:w}),C.jsx(v.Tooltip,{title:d?w:"",placement:"bottom",children:C.jsx(rb,{variant:"h4",onMouseOver:P=>G(P),onMouseLeave:P=>G(P),children:w})})]}),C.jsxs(Fu,{children:[C.jsx(m4,{actions:re,isHovered:m}),C.jsx(v.Tooltip,{title:x?fu:aa,placement:"bottom",children:C.jsx(yr,{onClick:P=>M(P,R),children:C.jsx(pa,{className:x?"":"hiver-up"})})})]})]}),C.jsx(T0,{id:R,cardTitle:t.title,currentCard:t,specificCardData:n,specificConnectorApiStatus:o,isOpen:x}),C.jsx(g4,{showUnlinkModal:p,setShowUnlinkModal:y,cardId:I,onCardUnlinking:i,conversationId:u,externalResourceId:A,connectorName:X})]})},y4=Number.MAX_SAFE_INTEGER,v4=({cards:e,email:t,specificCardData:n,specificConnectorApiStatus:r,onCardUnlinking:o})=>{const{availableFeatures:s}=_.useContext(Ve),c=tt(s,K1)?y4:1;return C.jsx(v.Box,{flexGrow:1,children:e.map((l,a)=>{const{id:u,externalResourceId:h}=l;let g=u;return h&&(g=`${g}_${h}`),C.jsx("div",{children:C.jsx(b4,{card:l,specificCardData:n,email:t??"",defaultOpenState:a<c,specificConnectorApiStatus:r,onCardUnlinking:o})},g)})})},dc=({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 Fr({children:e,condition:t,fallback:n=!1}){return!t&&!n?null:e}dc.CaseView=Fr;const C4="Bring your favourite tools into Hiver",I4="Plugin image",x4="Integrate tools like Salesforce, HubSpot, and Shopify to boost productivity",E4="Enable Connectors",w4="Enable Apps",A4="Learn more",S4="https://help.hiverhq.com/custom-connectors/hiver-s-custom-connectors",_4="Contact your admin to enable this",T4="https://youtu.be/ODcJnzZLb50",O4="connectors-module/assets/connectors-images/connector-mainpage.png",L4="connectors-module/assets/connectors-images/connector-mainpage-apps.png",F4="Explore connectors",D4="Connectors",R4=v.styled(v.Box)`
|
|
1041
1041
|
padding-top: 20px;
|
|
1042
|
-
`,
|
|
1042
|
+
`,k4=v.styled(v.Stack)`
|
|
1043
1043
|
width: 100%;
|
|
1044
1044
|
height: 97px;
|
|
1045
1045
|
background-color: ${v.theme.palette.purple.light};
|
|
@@ -1055,21 +1055,21 @@ Do you want to continue?`,_5="Select an object to create",T5="Select an object t
|
|
|
1055
1055
|
height: 56px;
|
|
1056
1056
|
width: 102px;
|
|
1057
1057
|
}
|
|
1058
|
-
`,
|
|
1058
|
+
`,N4=v.styled(v.Typography)`
|
|
1059
1059
|
color: ${v.theme.palette.gray.gray1};
|
|
1060
1060
|
height: 54px;
|
|
1061
1061
|
width: 120px;
|
|
1062
1062
|
line-height: 18px;
|
|
1063
|
-
`,
|
|
1063
|
+
`,P4=v.styled(v.Link)`
|
|
1064
1064
|
display: block;
|
|
1065
1065
|
width: 100%;
|
|
1066
1066
|
margin-bottom: 20px;
|
|
1067
1067
|
margin-top: 12px;
|
|
1068
|
-
`,
|
|
1068
|
+
`,M4=v.styled(v.Typography)`
|
|
1069
1069
|
color: ${v.theme.palette.gray.gray1};
|
|
1070
1070
|
font-size: 13px;
|
|
1071
1071
|
margin-bottom: 24px;
|
|
1072
|
-
`,
|
|
1072
|
+
`,B0=v.styled(v.Button)`
|
|
1073
1073
|
width: 100%;
|
|
1074
1074
|
color: ${v.theme.palette.gray.black};
|
|
1075
1075
|
background-color: white;
|
|
@@ -1079,17 +1079,17 @@ Do you want to continue?`,_5="Select an object to create",T5="Select an object t
|
|
|
1079
1079
|
background-color: #e3dfff;
|
|
1080
1080
|
border: 1px solid ${v.theme.palette.purple.primary};
|
|
1081
1081
|
}
|
|
1082
|
-
`,
|
|
1082
|
+
`,B4=v.styled(v.Stack)`
|
|
1083
1083
|
margin-top: 16px;
|
|
1084
1084
|
justify-content: center;
|
|
1085
1085
|
align-items: center;
|
|
1086
1086
|
gap: 8px;
|
|
1087
|
-
`,
|
|
1087
|
+
`,j4=v.styled(v.icons.InfoOutlined)`
|
|
1088
1088
|
width: 18px;
|
|
1089
1089
|
color: ${v.theme.palette.gray.gray3};
|
|
1090
|
-
`,
|
|
1090
|
+
`,V4=v.styled(v.Typography)`
|
|
1091
1091
|
color: ${v.theme.palette.gray.gray3};
|
|
1092
|
-
`,
|
|
1092
|
+
`,G4="https://cdn.hiverhq.com/connectors-module/assets/PlugIn.svg",H4={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:W4}=H4,j0=({isAdmin:e=!0,hideHeading:t=!1})=>{const{sendTrackingEvent:n,availableFeatures:r,connectorFunctions:o}=_.useContext(Ve),s=tt(r,Q1),i=tt(r,us),c=h=>{h.stopPropagation(),n(a1),o==null||o.redirectToAdmin()},l=h=>{h.stopPropagation(),n(c1),window.open(S4,"_blank")},a=()=>{n(R1,{source:"main_tab"})},u=i?L4:O4;return C.jsxs(R4,{"data-testid":"noConnectors",children:[s?C.jsxs(C.Fragment,{children:[t?null:C.jsx(v.Typography,{variant:"h2",children:i?ca:D4}),C.jsx(P4,{onClick:a,href:T4,target:"_blank",children:C.jsx(JE,{src:W4+u,alt:F4,aspectRatio:"1000/783"})})]}):C.jsxs(k4,{children:[C.jsx(N4,{variant:"body1_medium",children:C4}),C.jsx("img",{src:G4,alt:I4})]}),C.jsx(M4,{variant:"body2",children:x4}),e?C.jsx(B0,{endIcon:C.jsx(v.icons.ArrowForward,{}),onClick:c,...s&&{size:"medium"},children:i?w4:E4}):C.jsxs(C.Fragment,{children:[C.jsx(B0,{onClick:l,children:A4}),C.jsxs(B4,{direction:"row",children:[C.jsx(j4,{}),C.jsx(V4,{variant:"caption",children:_4})]})]})]})},Z4=()=>{const{availableFeatures:e}=_.useContext(Ve),t=tt(e,us);return C.jsxs(Lu,{children:[C.jsxs(v.Stack,{direction:"row",boxSizing:"content-box",paddingTop:"20px",paddingBottom:"12px",height:"36px",gap:"8px",alignItems:"center",children:[t?C.jsx(Su,{width:"20px",height:"20px"}):C.jsx(Tu,{}),C.jsx(Ou,{variant:"h2",children:t?ca:pu})]}),C.jsxs(v.Stack,{gap:"12px",children:[C.jsx(yn,{variant:"rounded",width:"100%",height:"46px",animation:"wave"}),C.jsx(yn,{variant:"rounded",width:"100%",height:"46px",animation:"wave"}),C.jsx(yn,{variant:"rounded",width:"100%",height:"46px",animation:"wave"})]})]})},X4=()=>{const{metaData:e,sendTrackingEvent:t,isAdmin:n,connectorFunctions:r}=_.useContext(Ve),[o,s]=_.useState(!1),i=_.useRef(null),[c,l]=_.useState(0),{templateUpdates:a}=e||{},{sections:u=[],actionButtons:h=[],title:g}=a||{},{version:x=""}=a||{},b=vm(x),d=_.useMemo(()=>ym(x),[x]),f=_.useMemo(()=>(h==null?void 0:h.filter(({isAdminPanelLink:E})=>!(!n&&E)))??[],[h,n]);if(_.useEffect(()=>{!d&&a&&da(x,!0)},[d,x,a]),_.useLayoutEffect(()=>{var E;(E=i.current)!=null&&E.scrollHeight&&l(i.current.scrollHeight)},[i]),_.useEffect(()=>{a&&!b&&t(p1,{update_version_id:x})},[]),!a||b)return null;const p=E=>{var I;E.stopPropagation(),s(w=>!w),(I=i.current)!=null&&I.scrollHeight&&l(i.current.scrollHeight),da(x,!1,!0)},y=(E,I="",w=!1,A=!1)=>{var S;if(E.stopPropagation(),w&&A?t(h1,{update_version_id:x}):A&&t(g1,{update_version_id:x}),!w&&I){(S=window.open(I,"_blank"))==null||S.focus();return}m(E,!1),r==null||r.redirectToAdmin()},m=(E,I=!0)=>{E.stopPropagation(),da(x,!1),s(!1),I&&t(m1,{update_version_id:x})};return C.jsxs(vb,{children:[C.jsxs(Cb,{children:[C.jsx(yb,{variant:"h3",children:g}),C.jsxs(v.Box,{children:[o?C.jsx(v.Tooltip,{title:am,placement:"bottom",children:C.jsx(v.IconButton,{onClick:m,children:C.jsx(v.icons.Close,{sx:{height:"16px",width:"16px",opacity:"0.8"}})})}):null,C.jsx(v.Tooltip,{title:o?im:aa,placement:"bottom",children:C.jsx(yr,{onClick:p,children:C.jsx(pa,{className:o?"":"hiver-up"})})})]})]}),C.jsx(Ib,{className:o?"slideDown":"slideUp",ref:i,height:c,children:C.jsxs(xb,{children:[u.map(({title:E,items:I,type:w})=>C.jsxs(_b,{children:[C.jsx(v.Typography,{variant:"body2_medium",children:E}),I.map(A=>{const S=w===pm,{deeplink:T,textHtml:R,imageUrl:F}=A,D=()=>C.jsx(ab,{className:S?"":"ellipsisClass",component:"div",variant:"body2",dangerouslySetInnerHTML:{__html:R}});return C.jsx(Eb,{component:"ul",children:C.jsxs(wb,{component:S?"li":"div",marginLeft:F?"0":"14px",children:[F?C.jsx("img",{src:F}):null,T?C.jsx(Ru,{target:"_blank",underline:"none",onClick:B=>y(B,T),fontSize:"13px",children:D()}):D()]})},R)})]},E)),C.jsx(v.Stack,{flexDirection:"row",gap:"8px",marginBottom:"11.5px",children:f.map(({text:E,link:I,isAdminPanelLink:w})=>C.jsx(Ab,{variant:w?"contained":"text",children:C.jsx(Sb,{variant:"caption",onClick:A=>y(A,I,w,!0),children:E})},E))})]})})]})},z4=({selectedEmail:e,conversationId:t})=>qe({url:n5.replace(":conversationId",""+t),method:it.PATCH,data:{selectedEmail:e}}),Y4="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",V0=e=>{const t=_.useRef(null),[n,r]=_.useState(!1);return _.useEffect(()=>{t.current&&r(t.current.scrollWidth>t.current.clientWidth)},[e]),{textRef:t,isOverflow:n}},J4=e=>{const{textRef:t,isOverflow:n}=V0(e.data.label);return C.jsx(v.Tooltip,{title:n?e.data.value:null,placement:"bottom",children:C.jsx(Tb,{ref:t,variant:"body2",paddingTop:n?"5px":"0px",children:e.data.label})})},Q4=e=>C.jsxs(an.MenuList,{...e,children:[C.jsx(Ob,{children:C.jsx(v.Typography,{variant:"body2_medium",children:ny})}),e.children]}),$4=e=>{const{isSelected:t}=e,{textRef:n,isOverflow:r}=V0(e.data.label);return C.jsx(an.Option,{...e,children:C.jsxs(v.Stack,{direction:"row",gap:"5px",justifyContent:"space-between",alignItems:"center",children:[C.jsx(v.Tooltip,{title:r?e.data.value:null,placement:"bottom",children:C.jsx(Lb,{ref:n,className:"dropdown-item-text",variant:"body2",children:e.data.label})}),t?C.jsx("img",{src:Y4,width:"14px",height:"14px"}):null]})})},q4=e=>C.jsx(an.DropdownIndicator,{...e,children:e.selectProps.menuIsOpen?C.jsx(v.icons.ArrowDropUp,{sx:{height:"18px",width:"18px",color:v.theme.palette.gray.gray3}}):C.jsx(v.icons.ArrowDropDown,{sx:{height:"18px",width:"18px",color:v.theme.palette.gray.gray3}})}),U4={control:e=>({...e,border:"none",boxShadow:"none",marginTop:"12px","&:hover":{border:"none",cursor:"pointer",backgroundColor:v.theme.palette.gray.gray7},"& > :first-child":{"& > :first-child":{paddingTop:"0px"},"& > :nth-child(2)":{height:"0px"}}}),option:(e,t)=>({...e,backgroundColor:v.theme.palette.gray.white,color:v.theme.palette.gray.black,height:"36px",padding:"6px 16px","&:hover":{backgroundColor:t.isFocused?v.theme.palette.gray.gray7:v.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"})},K4=({selectedEmail:e,emailHeaders:t,root:n,isLoading:r,setSelectedEmail:o})=>{const{conversationId:s}=_.useContext(Ve),i=t?Object.entries(t).map(([l])=>({value:l,label:l})):e?[{value:e,label:e}]:[];_.useEffect(()=>{if(!e&&!r&&t&&Object.keys(t).length>0){const l=Object.keys(t)[0];l&&o(l)}},[t,o,e,r]);const c=l=>{const a=String((l==null?void 0:l.value)||"");a&&s&&z4({selectedEmail:a,conversationId:s}),o(a)};return C.jsx(Io,{options:i,value:e&&!r?{value:e,label:e}:null,placeholder:"Select an email",name:"email-selection",type:"select",onChange:c,components:{...Io.getDefaultComponents(),MenuList:Q4,Option:$4,SingleValue:J4,DropdownIndicator:q4},root:n,styles:U4,isSearchable:!1,menuPortalTarget:document.body,isLoading:r})},ew=v.styled(v.Paper)`
|
|
1093
1093
|
width: stretch;
|
|
1094
1094
|
height: 100%;
|
|
1095
1095
|
position: absolute;
|
|
@@ -1099,17 +1099,17 @@ Do you want to continue?`,_5="Select an object to create",T5="Select an object t
|
|
|
1099
1099
|
padding: 20px 14px;
|
|
1100
1100
|
box-sizing: border-box;
|
|
1101
1101
|
overflow: hidden;
|
|
1102
|
-
`,
|
|
1102
|
+
`,tw=v.styled("img")`
|
|
1103
1103
|
height: 16px;
|
|
1104
1104
|
width: 16px;
|
|
1105
|
-
`,
|
|
1105
|
+
`,nw=v.styled(v.Box)`
|
|
1106
1106
|
margin-top: 12px;
|
|
1107
1107
|
height: 100%;
|
|
1108
|
-
`,
|
|
1108
|
+
`,rw="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",fc=({children:e,isOpen:t,setIsOpen:n,onClose:r,title:o="Back",backButtonTooltip:s,portalId:i})=>{const c=_.useRef(null),[l,a]=_.useState(!1);return _.useEffect(()=>{i&&(c.current=document.querySelector(`[data-connectorid=${i}]`),a(!0))},[i,a]),_.useEffect(()=>()=>{n(!1)},[n]),t&&l&&c.current&&ke.createPortal(C.jsxs(ew,{className:"layover-paper",elevation:0,children:[C.jsxs(v.Stack,{direction:"row",alignItems:"center",marginLeft:"-8px",children:[C.jsx(v.Tooltip,{title:s,placement:"bottom",children:C.jsx(v.IconButton,{onClick:r,children:C.jsx(tw,{src:rw})})}),C.jsx(v.Typography,{children:o})]}),C.jsx(nw,{children:e})]}),c.current)},G0=e=>e.common.previewCardData,H0=e=>e.common.previewCardApiStatus,ow=e=>e.common.selectedSuggestionType,sw=v.styled(v.Stack)`
|
|
1109
1109
|
width: 100%;
|
|
1110
1110
|
border-radius: 8px;
|
|
1111
1111
|
border: 1px solid ${v.theme.palette.gray.gray5};
|
|
1112
|
-
`,
|
|
1112
|
+
`,iw=v.styled(v.Stack)`
|
|
1113
1113
|
padding: 11px;
|
|
1114
1114
|
height: 46px;
|
|
1115
1115
|
background: ${v.theme.palette.gray.gray6};
|
|
@@ -1119,7 +1119,7 @@ Do you want to continue?`,_5="Select an object to create",T5="Select an object t
|
|
|
1119
1119
|
white-space: nowrap;
|
|
1120
1120
|
overflow: hidden;
|
|
1121
1121
|
}
|
|
1122
|
-
`,
|
|
1122
|
+
`,aw=v.styled(v.Button)`
|
|
1123
1123
|
&:hover {
|
|
1124
1124
|
background-color: #e3e9ff !important;
|
|
1125
1125
|
color: ${v.theme.palette.purple.primary} !important;
|
|
@@ -1127,7 +1127,7 @@ Do you want to continue?`,_5="Select an object to create",T5="Select an object t
|
|
|
1127
1127
|
}
|
|
1128
1128
|
margin-top: 10px;
|
|
1129
1129
|
display: block;
|
|
1130
|
-
`,
|
|
1130
|
+
`,cw=v.styled(v.Stack)`
|
|
1131
1131
|
flex-direction: row;
|
|
1132
1132
|
flex-grow: 1;
|
|
1133
1133
|
align-items: center;
|
|
@@ -1138,8 +1138,8 @@ Do you want to continue?`,_5="Select an object to create",T5="Select an object t
|
|
|
1138
1138
|
height: 20px;
|
|
1139
1139
|
flex-shrink: 0;
|
|
1140
1140
|
}
|
|
1141
|
-
`,
|
|
1142
|
-
`).map((s,i)=>C.jsx(v.Typography,{variant:"body2",children:s},i))}),C.jsx(v.Stack,{direction:"row",justifyContent:"flex-end",gap:"8px",children:o.map(s=>C.jsx(v.Button,{variant:s.variant,size:"medium",onClick:s.action,children:s.label},s.label.split(" ").join("_").toLowerCase()))})]})}),
|
|
1141
|
+
`,W0=({cardData:e,cardDataApiStatus:t,objectToLink:n,args:r})=>{const o=jt(),[s,i]=_.useState(!1),[c,l]=_.useState(!0),{id:a="",cardTitle:u="",logoUrl:h}=e||{},g=t===U.LOADING,x=d=>{d.stopPropagation();const f=d.currentTarget.offsetWidth<d.currentTarget.scrollWidth;i(!!f)},b=d=>{var p;o(Or({id:n,args:r,isRefresh:!0}));const f=d.target.tagName==="BUTTON"?(p=d.target)==null?void 0:p.firstChild:d.target;f.className&&(f.className=""),setTimeout(()=>f.className="selected",1)};return C.jsxs(sw,{children:[C.jsxs(iw,{direction:"row",justifyContent:"space-between",children:[g?C.jsxs(v.Stack,{gap:"6px",direction:"row",children:[C.jsx(yn,{width:"16px",height:"24px"}),C.jsx(yn,{width:"100px",height:"24px"})]}):C.jsxs(cw,{children:[h&&C.jsx("img",{src:h,alt:u}),C.jsx(v.Tooltip,{title:s?u:"",children:C.jsx(v.Typography,{variant:"h4",onMouseOver:d=>x(d),onMouseLeave:d=>x(d),children:u})})]}),C.jsxs(v.Stack,{direction:"row",alignItems:"center",children:[c?C.jsx(v.Tooltip,{title:du,placement:"bottom",children:C.jsx(yr,{onClick:d=>b(d),children:C.jsx("img",{src:D0})})}):null,C.jsx(v.Tooltip,{title:c?fu:aa,placement:"bottom",children:C.jsx(yr,{onClick:()=>l(d=>!d),children:C.jsx(pa,{className:c?"":"hiver-up"})})})]})]}),C.jsx(T0,{id:a,cardTitle:u,specificCardData:{[a]:e},specificConnectorApiStatus:{[a]:t},isOpen:c})]})},Z0={values:{},errors:{}},qt={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"},lw=(e,t)=>{const{type:n,payload:r}=t;switch(n){case qt.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 qt.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 qt.CLEAR_ERROR:{if(!(r!=null&&r.value))return e;const{name:o}=r.value;return{...e,errors:{...e.errors,[o]:""}}}case qt.SET_FIELDS:{if(!(r!=null&&r.values))return e;const{values:o}=r;return{...e,values:o}}case qt.RESET_STATE:return Z0}return e},X0=()=>_.useReducer(lw,Z0),z0=({state:e,dispatch:t,validations:n})=>{const r=e.errors,o=(h,g)=>{t({type:qt.SET_FIELD_VALUE,payload:{value:{value:g,name:h}}})},s=_.useCallback(()=>Object.keys(r).filter(g=>!!r[g]).length>0,[r]),i=h=>{h.stopPropagation();const{name:g,value:x}=(h==null?void 0:h.target)||{};o(g,x)},c=(h,g)=>{h.stopPropagation();const{name:x}=(h==null?void 0:h.target)||{};o(x,g)},l=(h,g)=>{o(h,g||"")},a=(h,g)=>{e.errors[h]!==g&&t({type:qt.SET_FIELD_ERROR,payload:{value:{name:h,value:g}}})},u=(h,g)=>{if(g){const x=g[h];x==null||x.forEach(b=>{var d;o(b,""),g[b]&&u(b,g),(d=n[b])!=null&&d.isRequired&&a(b,!0)})}};return{setValue:o,isErrorInValidations:s,inputChangeHandler:i,checkboxChangeHandler:c,dateChangeHandler:l,handleValidationError:a,clearDependentFields:u}},Y0=({formFields:e,formId:t,formState:n,appDispatch:r})=>e.reduce((o,s)=>{if(s.type!=="async-select"||!s.interfaceDetails)return o;const i=s.interfaceDetails,c={loadOptions:(l,a,u,h)=>{let g=i;s.searchInterfaceDetails&&typeof l=="string"&&l.trim().length>0&&!u&&(g=s.searchInterfaceDetails);const x=QE(n,g==null?void 0:g.args),b=Object.values((g==null?void 0:g.args)||{});if(x.length===b.length){r(Yn({fieldName:s.name,formId:String(t),searchTerm:l,fieldConfig:s,interfaceId:g==null?void 0:g.id,pagination:g==null?void 0:g.pagination,callback:a,args:{...wo(n,g==null?void 0:g.args),...wo(n,g==null?void 0:g.optionalArgs)},isScrollToBottomEvent:u,controller:h}));return}return a([])}};return{...o,[s.name]:c}},{}),J0=({formFields:e,formId:t,formState:n,conversationId:r,appDispatch:o})=>e.reduce((s,i)=>{if(!i.createOptionInterfaceDetails)return s;const c=i.createOptionInterfaceDetails;return{...s,[i.name]:{createOption:(l,a)=>{var h,g;if(!l)return;const u={values:{name:i.name,value:l},errors:{}};o(ei({fieldName:i.name,formId:String(t),interfaceId:c.id,conversationId:r,label:l,callback:a,args:{...wo(n,(h=i==null?void 0:i.interfaceDetails)==null?void 0:h.args),...wo(n,(g=i==null?void 0:i.interfaceDetails)==null?void 0:g.optionalArgs)},createArgs:{...wo(u,c.args)}}))}}}},{}),Q0=({formFields:e,formState:t,formId:n,conversationId:r})=>{const o=jt(),s=_.useMemo(()=>{if(e&&e.length){const c=Y0({formFields:e,formId:n,formState:t,appDispatch:o});return e.reduce((a,u)=>{const h=u.columns;if(!h)return a;const g=Y0({formFields:h,formId:n,formState:t,appDispatch:o});return{...a,[u.name]:{loadOptionsList:g}}},c)}return null},[e,t,n,o]),i=_.useMemo(()=>{const c=J0({formFields:e,formId:n,formState:t,conversationId:r,appDispatch:o});return e.reduce((a,u)=>{const h=u.columns;if(!h)return a;const g=J0({formFields:h,formId:n,formState:t,conversationId:r,appDispatch:o});return{...a,[u.name]:{createOptionList:g}}},c)},[e,n,t,r,o]);return{fetchConfig:s,createConfig:i}},$0=({setShown:e,shown:t,title:n,description:r,buttons:o})=>C.jsx(uc,{shown:t,setShown:e,showCloseButton:!0,children:C.jsxs(v.Stack,{width:"400px",padding:"20px",children:[C.jsx(v.Typography,{variant:"h2",marginBottom:"8px",children:n}),C.jsx(v.Stack,{gap:"4px",marginBottom:"20px",children:r.split(`
|
|
1142
|
+
`).map((s,i)=>C.jsx(v.Typography,{variant:"body2",children:s},i))}),C.jsx(v.Stack,{direction:"row",justifyContent:"flex-end",gap:"8px",children:o.map(s=>C.jsx(v.Button,{variant:s.variant,size:"medium",onClick:s.action,children:s.label},s.label.split(" ").join("_").toLowerCase()))})]})}),q0="connector-agent-expanded-write-form",U0=({metaData:e,isEdit:t=!1,defaultOption:n,onClose:r,onCreateSuccess:o,setMetaData:s,connectors:i})=>{var sr;const{userGroupId:c,userId:l}=Yt()||{},[a,u]=_.useState(null),[h,g]=_.useState(!1),x=_.useRef(null),[b,d]=X0(),f=be(N0),p=be(t?r4:R0),y=be(s4),m=be(o4),E=be(c4),I=be(l4),w=be(u4),A=be(d4),S=be(f4),T=be(P0),R=m==null?void 0:m[(a==null?void 0:a.value)??""],F=R==null?void 0:R.expandedView,{formConfigs:D,formViewConfigs:B}=_.useMemo(()=>{if(a&&"value"in a&&y&&y[a.value]&&Array.isArray(y[a.value])){const _e=y[a.value],et=[{id:a.value,formFields:_e}];return{formConfigs:et,formViewConfigs:F?$E(_e,I0):et}}const ce=[{id:"emptyFormId",formFields:[]}];return{formConfigs:ce,formViewConfigs:ce}},[y,a,F]),W=_.useMemo(()=>{var _e;const ce=((_e=D==null?void 0:D[0])==null?void 0:_e.formFields)||[];return lc({formFields:ce})},[D]),{setValue:X,inputChangeHandler:Y,checkboxChangeHandler:K,dateChangeHandler:J,clearDependentFields:z,handleValidationError:ae,isErrorInValidations:le}=z0({state:b,dispatch:d,validations:W}),{conversationId:M,sendTrackingEvent:G,currentSmIds:j,connectorFunctions:{getFormElement:Z,toggleFormElement:q},stackingContext:ee,userEmail:re}=_.useContext(Ve),{userGroupId:P}=Yt()||{},{fetchConfig:te,createConfig:ye}=Q0({formFields:D[0].formFields,formId:D[0].id,formState:b,conversationId:M}),H=(sr=f==null?void 0:f.forms.find(ce=>ce.type==="edit"))==null?void 0:sr.id,{externalResourceId:Ne}=f??{},Re=[I,w,S].includes(U.LOADING),Ye=_.useMemo(()=>!F||!Z?null:Z(),[F,Z]),Je=jt();_.useEffect(()=>(F&&q&&q(!0),()=>{F&&q&&q(!1)}),[F,q]),_.useEffect(()=>{Je(w0(t?!(A&&"values"in A&&"values"in b&&JSON.stringify(M0(b.values))===JSON.stringify(M0(A.values))):(e==null?void 0:e.fields_filled)!==void 0&&e.fields_filled>0))},[t,e,A,b,Je]),_.useEffect(()=>(t&&A&&d({type:qt.SET_FIELDS,payload:A}),()=>{d({type:qt.SET_FIELDS,payload:{values:{}}})}),[t,d,A]),_.useEffect(()=>{a!==null&&s(ce=>({...ce,object_type:a.label}))},[a,s]),_.useEffect(()=>{if(b.values){const ce=g0(D[0].formFields,b.values);s(_e=>({..._e,fields_filled:ce}))}},[b,D,s]),_.useEffect(()=>{if(n&&!t)return u(n);p&&p.length&&u(t&&H?p.find(ce=>ce.value===H)??null:ce=>ce||!m?ce:p.length===1?p[0]:p.find(et=>!m[et.value].expandedView)??null)},[p,m,t,H,n]);const dn=()=>{u(x.current),g(!1),d({type:qt.RESET_STATE})},yt=(ce,_e)=>{X(ce,_e)},ot=(ce,_e,et)=>{if(_e.action==="clear"&&_e.name&&(X(_e.name,""),a!=null&&a.value&&z(_e.name,E==null?void 0:E[a.value]),W[_e.name].isRequired&&ae(_e.name,!0)),ce&&typeof ce=="object"&&"label"in ce&&typeof ce.label=="string"&&"value"in ce&&(typeof ce.value=="string"||typeof ce.value=="number")&&typeof _e.name<"u")if(_e.name==="form-object")x.current={value:ce.value,label:ce.label},b.values&&ce.value!==(a==null?void 0:a.value)&&(Object.values(b.values).filter(Ct=>Ct!=="").length>0?g(!0):dn());else{let vt=!1;et&&(vt=et.isMultiSelect||!1);const Ct=!vt&&"prefillValues"in ce&&ce.prefillValues,Rt=vt?[{value:ce.value,label:ce.label}]:{value:ce.value,label:ce.label};if(X(_e.name,Rt),Ct)for(const fn in Ct)X(fn,Ct[fn]);a!=null&&a.value&&z(_e.name,E==null?void 0:E[a.value])}},Ze=()=>{if(!le()&&H&&(m!=null&&m[H])&&M&&Ne){const{connectorName:ce,title:_e}=f;G(O1,{connector_name:ce,card_title:_e,sm_ids:j,ug_id:P});const et=m[H].interfaceDetails;if(!et||!A)return;const{id:vt,args:Ct={},previousArgs:Rt={}}=et,fn=Ks(A,Rt),Ro=Ks(b,Ct);Je(ri({formId:String(H),conversationId:M,args:Ro,previousArgs:fn,externalResourceId:Ne,interfaceId:vt,successCallback:()=>{o()}})).unwrap().then(()=>{G(D1,{connector_name:ce,card_title:_e,sm_ids:j,ug_id:P})}).finally(()=>{Je(Lr(null))})}},Fn=()=>{if(!le()&&a&&(m!=null&&m[a.value])&&M){const ce=m==null?void 0:m[a.value].interfaceDetails;if(!ce)return;const{id:_e,args:et={}}=ce,vt=Ks(b,et);Je(ni({formId:String(a.value),conversationId:M,args:vt,interfaceId:_e,successCallback:()=>{o()}})).unwrap().then(()=>{G(v1,{object_type:a})})}},Dt=[{label:"Cancel",action:()=>g(!1),variant:"text"},{label:"Continue",action:dn}],Yr=fs({url:s1,params:{email:re,user_id:l,ug_id:c,sm_ids:j.join(","),connector_names:i.join(","),form_object:R==null?void 0:R.name}}),Do=()=>{window.open(Yr,"_blank"),G(z1,{sm_ids:j,ug_id:c,connector_name:R==null?void 0:R.connectorName,form_object:R==null?void 0:R.name})},or=C.jsxs(tp,{className:F?q0:"",children:[C.jsx($0,{shown:h,setShown:g,title:A5,description:S5,buttons:Dt}),F?C.jsxs(uw,{children:[C.jsxs(v.Typography,{children:[t?"Edit":"Add"," to ",R.connectorName]}),C.jsx(v.Tooltip,{title:"Close Popup",placement:"bottom",children:C.jsx(v.IconButton,{onClick:r,children:C.jsx(dw,{src:_0})})})]}):null,C.jsxs(ep,{spacing:3,children:[!t&&!F?C.jsx(Eo,{type:"select",placeholder:C0,options:p,value:a,name:"form-object",selectChangeHandler:ot,label:O5,labelSpacing:.5,validation:{isRequired:!0}}):null,C.jsx(h0,{showGlobalLoader:S===U.LOADING,formConfig:B,selectChangeHandler:ot,inputChangeHandler:Y,checkboxChangeHandler:K,dateChangeHandler:J,tableChangeHandler:yt,onValidationError:ae,fieldsSpacing:3,labelSpacing:.5,fetchConfig:te,createConfig:ye,values:b.values,validations:W,...F?{cols:I0,stackIndex:ee.expandedForm}:null}),C.jsx(v.Stack,{marginTop:"28px",width:"100%",justifyContent:"center",children:C.jsx(fw,{variant:"text",onClick:Do,size:"small",children:bm})})]}),C.jsxs(K0,{children:[C.jsx(v.Button,{disabled:le()||Re||!T,onClick:t?Ze:Fn,size:"small",...F?{style:{order:2}}:null,children:t?lm:cm}),C.jsx(np,{variant:"outlined",color:"tertiary",size:"small",onClick:r,disabled:Re,children:la})]})]});return F&&Ye?ke.createPortal(or,Ye):or},K0=v.styled(v.Box)`
|
|
1143
1143
|
box-sizing: border-box;
|
|
1144
1144
|
height: 52px;
|
|
1145
1145
|
background-color: var(--form-background-color, inherit);
|
|
@@ -1151,7 +1151,7 @@ Do you want to continue?`,_5="Select an object to create",T5="Select an object t
|
|
|
1151
1151
|
display: flex;
|
|
1152
1152
|
justify-content: flex-end;
|
|
1153
1153
|
column-gap: 12px;
|
|
1154
|
-
`,
|
|
1154
|
+
`,ep=v.styled(v.Stack)`
|
|
1155
1155
|
margin-bottom: 25px;
|
|
1156
1156
|
padding-right: 12px;
|
|
1157
1157
|
flex-grow: 1;
|
|
@@ -1160,7 +1160,7 @@ Do you want to continue?`,_5="Select an object to create",T5="Select an object t
|
|
|
1160
1160
|
position: relative;
|
|
1161
1161
|
top: -5px;
|
|
1162
1162
|
}
|
|
1163
|
-
`,
|
|
1163
|
+
`,tp=v.styled(v.Stack)`
|
|
1164
1164
|
height: calc(100% - 44px);
|
|
1165
1165
|
position: relative;
|
|
1166
1166
|
overflow: auto;
|
|
@@ -1175,18 +1175,18 @@ Do you want to continue?`,_5="Select an object to create",T5="Select an object t
|
|
|
1175
1175
|
border-radius: 4px;
|
|
1176
1176
|
}
|
|
1177
1177
|
}
|
|
1178
|
-
&.${
|
|
1178
|
+
&.${q0} {
|
|
1179
1179
|
padding: 0 40px;
|
|
1180
1180
|
background-color: inherit;
|
|
1181
1181
|
--form-background-color: inherit;
|
|
1182
1182
|
}
|
|
1183
|
-
`,
|
|
1183
|
+
`,np=v.styled(v.Button)`
|
|
1184
1184
|
&:hover {
|
|
1185
1185
|
background-color: #e3e9ff !important;
|
|
1186
1186
|
color: ${v.theme.palette.purple.primary} !important;
|
|
1187
1187
|
border: 1px solid ${v.theme.palette.purple.primary} !important;
|
|
1188
1188
|
}
|
|
1189
|
-
`,
|
|
1189
|
+
`,uw=v.styled(v.Stack)`
|
|
1190
1190
|
box-sizing: border-box;
|
|
1191
1191
|
flex-flow: row nowrap;
|
|
1192
1192
|
justify-content: space-between;
|
|
@@ -1198,15 +1198,15 @@ Do you want to continue?`,_5="Select an object to create",T5="Select an object t
|
|
|
1198
1198
|
background-color: var(--form-background-color, inherit);
|
|
1199
1199
|
padding-top: 20px;
|
|
1200
1200
|
padding-bottom: 10px;
|
|
1201
|
-
`,
|
|
1201
|
+
`,dw=v.styled("img")`
|
|
1202
1202
|
height: 16px;
|
|
1203
1203
|
width: 16px;
|
|
1204
|
-
`,
|
|
1204
|
+
`,fw=v.styled(v.Button)`
|
|
1205
1205
|
color: ${v.theme.palette.gray.gray3};
|
|
1206
1206
|
&:hover {
|
|
1207
1207
|
color: ${v.theme.palette.purple.primary};
|
|
1208
1208
|
}
|
|
1209
|
-
`,
|
|
1209
|
+
`,pw=({setOpenTaskLinking:e,onLinkingSuccess:t})=>{const n=jt(),r=be(G0),o=be(H0),s=be(i4),i=be(k0),[c,l]=_.useState(!1),[a,u]=_.useState(null),[h,g]=_.useState(""),[x,b]=_.useState({}),{conversationId:d,sendTrackingEvent:f}=_.useContext(Ve);_.useEffect(()=>{i&&i.length&&u(i[0])},[i]);const p={externalResourceId:h},y=o===U.LOADING,m=s===U.LOADING,E=()=>{!c&&a&&"value"in a&&(f(x1,{object_type:a.label}),n(Or({id:String(a==null?void 0:a.value),args:p})).unwrap().catch(F=>{(F==null?void 0:F.status)===400?Me({message:v0,type:ht}):Me({message:y5,type:ht})})),l(F=>!F)},I=()=>{a&&"value"in a&&d&&n(si({id:String(a.value),externalResourceId:h,conversationId:d})).unwrap().then(()=>{f(C1,{object_type:a.label,input_type:h}),Me({message:C5,type:In}),e(!1),t()}).catch(F=>{(F==null?void 0:F.status)===400?Me({message:v0,type:ht}):(F==null?void 0:F.status)===409?Me({message:v5,type:ht}):Me({message:I5,type:ht})})},w=()=>{e(!1),l(!1)},A=(F,D)=>{F&&typeof F=="object"&&"label"in F&&typeof F.label=="string"&&"value"in F&&(typeof F.value=="string"||typeof F.value=="number")&&typeof D.name<"u"&&(u({value:F.value,label:F.label}),g(""))},S=F=>{F.stopPropagation();const{value:D}=(F==null?void 0:F.target)||{};g(D),l(!1)},T=(F,D)=>{b(B=>({...B,[F]:!!D}))},R=()=>Object.keys(x).filter(D=>x[D]).length>0;return C.jsxs(tp,{children:[C.jsxs(ep,{spacing:3,children:[C.jsx(Eo,{type:"select",placeholder:C0,options:i,value:a,name:"form-object",selectChangeHandler:A,label:L5,labelSpacing:.5,validation:{isRequired:!0},onValidationError:T}),C.jsx(Eo,{type:"text",placeholder:F5,value:h,name:"resourceId",inputChangeHandler:S,label:D5,labelSpacing:.5,validation:{isRequired:!0,validate:o3()},onValidationError:T}),c?C.jsx(W0,{cardData:r,cardDataApiStatus:o,objectToLink:String((a==null?void 0:a.value)||""),args:p}):null,C.jsx(aw,{fullWidth:!0,disabled:R()||y,color:"tertiary",variant:"outlined",size:"small",onClick:E,children:c?ty:ey})]}),C.jsxs(K0,{children:[C.jsx(v.Button,{onClick:I,disabled:R()||m,size:"small",children:hu}),C.jsx(np,{color:"tertiary",variant:"outlined",onClick:w,disabled:m,size:"small",children:la})]})]})},hw=v.styled(v.Button)`
|
|
1210
1210
|
&:hover {
|
|
1211
1211
|
background-color: #e3e9ff !important;
|
|
1212
1212
|
color: ${v.theme.palette.purple.primary} !important;
|
|
@@ -1220,14 +1220,14 @@ Do you want to continue?`,_5="Select an object to create",T5="Select an object t
|
|
|
1220
1220
|
& .content__btn {
|
|
1221
1221
|
margin-left: 8px;
|
|
1222
1222
|
}
|
|
1223
|
-
`,
|
|
1223
|
+
`,gw=v.styled(v.Button)`
|
|
1224
1224
|
& path {
|
|
1225
1225
|
fill: #fff;
|
|
1226
1226
|
}
|
|
1227
1227
|
& .content__btn {
|
|
1228
1228
|
margin-left: 8px;
|
|
1229
1229
|
}
|
|
1230
|
-
`,
|
|
1230
|
+
`,mw=e=>k.createElement("svg",{width:20,height:21,viewBox:"0 0 20 21",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},k.createElement("mask",{id:"mask0_4649_80352",style:{maskType:"alpha"},maskUnits:"userSpaceOnUse",x:0,y:0,width:20,height:21},k.createElement("rect",{y:.320312,width:20,height:20,fill:"#D9D9D9"})),k.createElement("g",{mask:"url(#mask0_4649_80352)"},k.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"}))),bw=e=>k.createElement("svg",{width:20,height:21,viewBox:"0 0 20 21",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},k.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"}),k.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"})),yw=({onCreateClick:e,onLinkClick:t,haveCreateObjects:n,haveLinkObjects:r})=>C.jsxs(v.Stack,{gap:2,marginTop:"12px",children:[C.jsx(v.Typography,{variant:"body2",color:v.theme.palette.gray.gray1,children:w5}),C.jsxs(v.Stack,{gap:"12px",children:[n?C.jsxs(gw,{fullWidth:!0,onClick:e,size:"medium",children:[C.jsx(mw,{}),C.jsx("span",{className:"content__btn",children:bu})]}):null,r?C.jsxs(hw,{fullWidth:!0,color:"tertiary",variant:"outlined",onClick:t,size:"medium",children:[C.jsx(bw,{}),C.jsx("span",{className:"content__btn",children:yu})]}):null]})]}),vw=e=>e.write.searchObjectList,rp=e=>e.write.objectDict,Cw=e=>e.write.formFields,Iw=e=>e.write.dependentFieldsMap,xw="Search in Connectors",Ew="Search in Apps",ww="Start typing to search..",Aw="Smart search suggestions",Sw=":count result:countSuffix found for :searchObject in :connectorName",_w="Back to search results",Tw="No search results found",Ow=e=>k.createElement("svg",{width:12,height:12,viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},k.createElement("g",{id:"icons/Actions/Search"},k.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"}))),Lw=v.styled(v.Stack)`
|
|
1231
1231
|
flex-flow: row nowrap;
|
|
1232
1232
|
align-items: center;
|
|
1233
1233
|
column-gap: 12px;
|
|
@@ -1237,28 +1237,28 @@ Do you want to continue?`,_5="Select an object to create",T5="Select an object t
|
|
|
1237
1237
|
&:hover {
|
|
1238
1238
|
background-color: ${({isSelected:e})=>e?"rgb(80, 109, 255, 0.12)":"rgba(0, 0, 0, 0.04)"};
|
|
1239
1239
|
}
|
|
1240
|
-
`,
|
|
1240
|
+
`,Fw=v.styled("img")`
|
|
1241
1241
|
flex-shrink: 0;
|
|
1242
1242
|
display: block;
|
|
1243
1243
|
width: 24px;
|
|
1244
1244
|
height: 24px;
|
|
1245
1245
|
border-radius: 50%;
|
|
1246
|
-
`,
|
|
1246
|
+
`,op=({data:e,suggestionType:t="basic",isSelected:n=!1,onSelect:r})=>{const o=jt(),{sendTrackingEvent:s,currentSmIds:i}=_.useContext(Ve),{label:c,description:l,avatarUrl:a,connectorName:u}=e,h=()=>{s(M1,{suggestion_type:t,search_keyword:c,sm_ids:i,connector_name:u}),r(e,t),o(a5(t))};return C.jsxs(Lw,{isSelected:n,onClick:h,children:[C.jsx(Fw,{src:a,alt:"option"}),C.jsxs(v.Stack,{children:[C.jsx(v.Typography,{color:v.theme.palette.gray.gray1,children:c}),C.jsx(v.Typography,{color:v.theme.palette.gray.gray3,fontSize:"12px",children:l})]})]})},Dw=v.styled(v.Stack)`
|
|
1247
1247
|
padding: 10px 0 10px 10px;
|
|
1248
|
-
`,{Control:
|
|
1248
|
+
`,{Control:Rw}=an,kw=({children:e,...t})=>C.jsxs(Rw,{...t,children:[C.jsx(Dw,{children:C.jsx(Ow,{})}),e]}),Nw=e=>{const{data:t,isSelected:n,selectOption:r}=e;return C.jsx(op,{data:t,isSelected:n,onSelect:r})},Pw={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})},Mw=({options:e,value:t,inputValue:n,root:r,onChange:o,onInputChange:s,onReset:i,NoOptionsMessage:c,menuOpen:l})=>{const{availableFeatures:a,sendTrackingEvent:u,currentSmIds:h}=_.useContext(Ve),g=tt(a,us),x=(f,{action:p})=>{p==="input-change"&&(s(f),f||i())},b=f=>{o(f),f||(s(""),i())},d=()=>{const f=[...new Set(e.map(p=>p.connectorName))];u(P1,{connector_names:f,sm_ids:h})};return C.jsx(Io,{name:"global-search",type:"select",value:t,inputValue:n,options:n?e:[],placeholder:g?Ew:xw,isSearchable:!0,filterOption:null,styles:Pw,onInputChange:x,onChange:b,isClearable:!0,menuPortalTarget:document.body,blurInputOnSelect:!0,onFocus:d,components:{DropdownIndicator:()=>null,IndicatorSeparator:()=>null,Option:Nw,Control:kw,...c&&{NoOptionsMessage:c}},root:r,...typeof l=="boolean"&&{menuIsOpen:l}})},Bw=v.styled(v.Stack)`
|
|
1249
1249
|
margin: ${({isEmpty:e})=>e?"0":"12px 0"};
|
|
1250
|
-
`,
|
|
1250
|
+
`,jw=({objectId:e,searchString:t,fetchSearchResults:n})=>{var E;const[r,o]=X0(),s=_.useRef(null),i=be(rp),c=be(Cw),l=be(Iw),a=_.useMemo(()=>e&&c&&c[e]&&Array.isArray(c[e])?{id:e,formFields:c[e]}:{id:"emptyFormId",formFields:[]},[c,e]),u=_.useMemo(()=>{const I=(a==null?void 0:a.formFields)||[];return lc({formFields:I})},[a]),{setValue:h,inputChangeHandler:g,dateChangeHandler:x,clearDependentFields:b,handleValidationError:d,isErrorInValidations:f}=z0({state:r,dispatch:o,validations:u}),{fetchConfig:p}=Q0({formState:r,formFields:a.formFields,formId:a.id}),y=_.useCallback(I=>{s.current&&clearTimeout(s.current),s.current=setTimeout(()=>{n(I)},500)},[n]);_.useEffect(()=>{const I=r.values,w=a.id,A=a.formFields;if(Object.values(I).filter(W=>!!W).length<A.length||!i||f()){s.current&&clearTimeout(s.current);return}const S=i[e].searchInterfaceDetails;if(!S)return;const T=i[e].connectorName,{id:R,args:F={}}=S,D=Ks(r,F);y({id:w,interfaceId:R,searchString:t,connectorName:T,args:D})},[r,a,i,e,t,f,y]),_.useEffect(()=>()=>{s.current&&clearTimeout(s.current)},[]);const m=(I,w,A)=>{if(w.action==="clear"&&w.name&&(h(w.name,""),b(w.name,l[e]),u[w.name].isRequired&&d(w.name,!0)),I&&typeof I=="object"&&"label"in I&&typeof I.label=="string"&&"value"in I&&(typeof I.value=="string"||typeof I.value=="number")&&typeof w.name<"u"){let S=!1;A&&(S=A.isMultiSelect||!1);const T=S?[{value:I.value,label:I.label}]:{value:I.value,label:I.label};h(w.name,T),b(w.name,l[e])}};return C.jsx(Bw,{isEmpty:((E=a.formFields)==null?void 0:E.length)===0,children:C.jsx(h0,{showGlobalLoader:!1,formConfig:[a],selectChangeHandler:m,inputChangeHandler:g,dateChangeHandler:x,onValidationError:d,labelSpacing:.5,fetchConfig:p,values:r.values,validations:u})})},pc="@connector-agent-global-search-priority",hc=Nv(),Vw=({objectList:e})=>({sortedObjectList:_.useMemo(()=>{const r=hc.getItem(pc);return r?[...e].sort((o,s)=>(r[o.value]??0)>(r[s.value]??0)?-1:1):e},[e]),updatePriority:r=>{const o=hc.getItem(pc)??{};o[r]||(o[r]=0),o[r]++,hc.setItem(pc,o)}}),Gw=v.styled(v.Stack)`
|
|
1251
1251
|
padding: 8px 0;
|
|
1252
|
-
`,
|
|
1252
|
+
`,Hw=v.styled(v.Typography)`
|
|
1253
1253
|
padding: 6px 16px;
|
|
1254
1254
|
color: ${v.theme.palette.gray.gray4};
|
|
1255
1255
|
font-size: 13px;
|
|
1256
|
-
`,
|
|
1256
|
+
`,Ww=v.styled(v.Typography)`
|
|
1257
1257
|
padding: 6px 16px;
|
|
1258
1258
|
color: ${v.theme.palette.gray.gray3};
|
|
1259
1259
|
font-size: 11px;
|
|
1260
1260
|
text-transform: uppercase;
|
|
1261
|
-
`,Gw=({onSelect:e,selectedOption:t,options:n})=>n.length?C.jsxs(Bw,{children:[C.jsx(jw,{children:Iw}),C.jsx(Vw,{children:xw}),n.map(r=>C.jsx(np,{suggestionType:"smart",data:r,isSelected:t===r,onSelect:e},r.label+r.description))]}):null;var Tr=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(){}},Jn=typeof window>"u"||"Deno"in globalThis;function Ot(){}function Hw(e,t){return typeof e=="function"?e(t):e}function hc(e){return typeof e=="number"&&e>=0&&e!==1/0}function rp(e,t){return Math.max(e+(t||0)-Date.now(),0)}function Or(e,t){return typeof e=="function"?e(t):e}function Vt(e,t){return typeof e=="function"?e(t):e}function op(e,t){const{type:n="all",exact:r,fetchStatus:o,predicate:s,queryKey:i,stale:c}=e;if(i){if(r){if(t.queryHash!==gc(i,t.options))return!1}else if(!So(t.queryKey,i))return!1}if(n!=="all"){const l=t.isActive();if(n==="active"&&!l||n==="inactive"&&l)return!1}return!(typeof c=="boolean"&&t.isStale()!==c||o&&o!==t.state.fetchStatus||s&&!s(t))}function sp(e,t){const{exact:n,status:r,predicate:o,mutationKey:s}=e;if(s){if(!t.options.mutationKey)return!1;if(n){if(Qn(t.options.mutationKey)!==Qn(s))return!1}else if(!So(t.options.mutationKey,s))return!1}return!(r&&t.state.status!==r||o&&!o(t))}function gc(e,t){return((t==null?void 0:t.queryKeyHashFn)||Qn)(e)}function Qn(e){return JSON.stringify(e,(t,n)=>bc(n)?Object.keys(n).sort().reduce((r,o)=>(r[o]=n[o],r),{}):n)}function So(e,t){return e===t?!0:typeof e!=typeof t?!1:e&&t&&typeof e=="object"&&typeof t=="object"?!Object.keys(t).some(n=>!So(e[n],t[n])):!1}function mc(e,t){if(e===t)return e;const n=ip(e)&&ip(t);if(n||bc(e)&&bc(t)){const r=n?e:Object.keys(e),o=r.length,s=n?t:Object.keys(t),i=s.length,c=n?[]:{};let l=0;for(let a=0;a<i;a++){const u=n?a:s[a];(!n&&r.includes(u)||n)&&e[u]===void 0&&t[u]===void 0?(c[u]=void 0,l++):(c[u]=mc(e[u],t[u]),c[u]===e[u]&&e[u]!==void 0&&l++)}return o===i&&l===o?e:c}return t}function ci(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 ip(e){return Array.isArray(e)&&e.length===Object.keys(e).length}function bc(e){if(!ap(e))return!1;const t=e.constructor;if(t===void 0)return!0;const n=t.prototype;return!(!ap(n)||!n.hasOwnProperty("isPrototypeOf")||Object.getPrototypeOf(e)!==Object.prototype)}function ap(e){return Object.prototype.toString.call(e)==="[object Object]"}function Ww(e){return new Promise(t=>{setTimeout(t,e)})}function yc(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 mc(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 mc(e,t)}return t}function Zw(e,t,n=0){const r=[...e,t];return n&&r.length>n?r.slice(1):r}function Xw(e,t,n=0){const r=[t,...e];return n&&r.length>n?r.slice(0,-1):r}var li=Symbol();function cp(e,t){return process.env.NODE_ENV!=="production"&&e.queryFn===li&&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===li?()=>Promise.reject(new Error(`Missing queryFn: '${e.queryHash}'`)):e.queryFn}var zw=(Op=class extends Tr{constructor(){super();se(this,$n);se(this,xn);se(this,Lr);$(this,Lr,t=>{if(!Jn&&window.addEventListener){const n=()=>t();return window.addEventListener("visibilitychange",n,!1),()=>{window.removeEventListener("visibilitychange",n)}}})}onSubscribe(){L(this,xn)||this.setEventListener(L(this,Lr))}onUnsubscribe(){var t;this.hasListeners()||((t=L(this,xn))==null||t.call(this),$(this,xn,void 0))}setEventListener(t){var n;$(this,Lr,t),(n=L(this,xn))==null||n.call(this),$(this,xn,t(r=>{typeof r=="boolean"?this.setFocused(r):this.onFocus()}))}setFocused(t){L(this,$n)!==t&&($(this,$n,t),this.onFocus())}onFocus(){const t=this.isFocused();this.listeners.forEach(n=>{n(t)})}isFocused(){var t;return typeof L(this,$n)=="boolean"?L(this,$n):((t=globalThis.document)==null?void 0:t.visibilityState)!=="hidden"}},$n=new WeakMap,xn=new WeakMap,Lr=new WeakMap,Op),vc=new zw,Yw=(Lp=class extends Tr{constructor(){super();se(this,Fr,!0);se(this,En);se(this,Dr);$(this,Dr,t=>{if(!Jn&&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,En)||this.setEventListener(L(this,Dr))}onUnsubscribe(){var t;this.hasListeners()||((t=L(this,En))==null||t.call(this),$(this,En,void 0))}setEventListener(t){var n;$(this,Dr,t),(n=L(this,En))==null||n.call(this),$(this,En,t(this.setOnline.bind(this)))}setOnline(t){L(this,Fr)!==t&&($(this,Fr,t),this.listeners.forEach(r=>{r(t)}))}isOnline(){return L(this,Fr)}},Fr=new WeakMap,En=new WeakMap,Dr=new WeakMap,Lp),ui=new Yw;function Cc(){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 Jw(e){return Math.min(1e3*2**e,3e4)}function lp(e){return(e??"online")==="online"?ui.isOnline():!0}var up=class extends Error{constructor(e){super("CancelledError"),this.revert=e==null?void 0:e.revert,this.silent=e==null?void 0:e.silent}};function Ic(e){return e instanceof up}function dp(e){let t=!1,n=0,r=!1,o;const s=Cc(),i=d=>{var f;r||(g(new up(d)),(f=e.abort)==null||f.call(e))},c=()=>{t=!0},l=()=>{t=!1},a=()=>vc.isFocused()&&(e.networkMode==="always"||ui.isOnline())&&e.canRun(),u=()=>lp(e.networkMode)&&e.canRun(),h=d=>{var f;r||(r=!0,(f=e.onSuccess)==null||f.call(e,d),o==null||o(),s.resolve(d))},g=d=>{var f;r||(r=!0,(f=e.onError)==null||f.call(e,d),o==null||o(),s.reject(d))},x=()=>new Promise(d=>{var f;o=p=>{(r||a())&&d(p)},(f=e.onPause)==null||f.call(e)}).then(()=>{var d;o=void 0,r||(d=e.onContinue)==null||d.call(e)}),b=()=>{if(r)return;let d;const f=n===0?e.initialPromise:void 0;try{d=f??e.fn()}catch(p){d=Promise.reject(p)}Promise.resolve(d).then(h).catch(p=>{var w;if(r)return;const y=e.retry??(Jn?0:3),m=e.retryDelay??Jw,E=typeof m=="function"?m(n,p):m,I=y===!0||typeof y=="number"&&n<y||typeof y=="function"&&y(n,p);if(t||!I){g(p);return}n++,(w=e.onFail)==null||w.call(e,n,p),Ww(E).then(()=>a()?void 0:x()).then(()=>{t?g(p):b()})})};return{promise:s,cancel:i,continue:()=>(o==null||o(),s),cancelRetry:c,continueRetry:l,canStart:u,start:()=>(u()?b():x().then(b),s)}}function Qw(){let e=[],t=0,n=c=>{c()},r=c=>{c()},o=c=>setTimeout(c,0);const s=c=>{t?e.push(c):o(()=>{n(c)})},i=()=>{const c=e;e=[],c.length&&o(()=>{r(()=>{c.forEach(l=>{n(l)})})})};return{batch:c=>{let l;t++;try{l=c()}finally{t--,t||i()}return l},batchCalls:c=>(...l)=>{s(()=>{c(...l)})},schedule:s,setNotifyFunction:c=>{n=c},setBatchNotifyFunction:c=>{r=c},setScheduler:c=>{o=c}}}var ze=Qw(),fp=(Fp=class{constructor(){se(this,qn)}destroy(){this.clearGcTimeout()}scheduleGc(){this.clearGcTimeout(),hc(this.gcTime)&&$(this,qn,setTimeout(()=>{this.optionalRemove()},this.gcTime))}updateGcTime(e){this.gcTime=Math.max(this.gcTime||0,e??(Jn?1/0:5*60*1e3))}clearGcTimeout(){L(this,qn)&&(clearTimeout(L(this,qn)),$(this,qn,void 0))}},qn=new WeakMap,Fp),$w=(Dp=class extends fp{constructor(t){super();se(this,Gt);se(this,Rr);se(this,kr);se(this,Lt);se(this,Un);se(this,st);se(this,_o);se(this,Kn);$(this,Kn,!1),$(this,_o,t.defaultOptions),this.setOptions(t.options),this.observers=[],$(this,Un,t.client),$(this,Lt,L(this,Un).getQueryCache()),this.queryKey=t.queryKey,this.queryHash=t.queryHash,$(this,Rr,qw(this.options)),this.state=t.state??L(this,Rr),this.scheduleGc()}get meta(){return this.options.meta}get promise(){var t;return(t=L(this,st))==null?void 0:t.promise}setOptions(t){this.options={...L(this,_o),...t},this.updateGcTime(this.options.gcTime)}optionalRemove(){!this.observers.length&&this.state.fetchStatus==="idle"&&L(this,Lt).remove(this)}setData(t,n){const r=yc(this.state.data,t,this.options);return he(this,Gt,pn).call(this,{data:r,type:"success",dataUpdatedAt:n==null?void 0:n.updatedAt,manual:n==null?void 0:n.manual}),r}setState(t,n){he(this,Gt,pn).call(this,{type:"setState",state:t,setStateOptions:n})}cancel(t){var r,o;const n=(r=L(this,st))==null?void 0:r.promise;return(o=L(this,st))==null||o.cancel(t),n?n.then(Ot).catch(Ot):Promise.resolve()}destroy(){super.destroy(),this.cancel({silent:!0})}reset(){this.destroy(),this.setState(L(this,Rr))}isActive(){return this.observers.some(t=>Vt(t.options.enabled,this)!==!1)}isDisabled(){return this.getObserversCount()>0?!this.isActive():this.options.queryFn===li||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||!rp(this.state.dataUpdatedAt,t)}onFocus(){var n;const t=this.observers.find(r=>r.shouldFetchOnWindowFocus());t==null||t.refetch({cancelRefetch:!1}),(n=L(this,st))==null||n.continue()}onOnline(){var n;const t=this.observers.find(r=>r.shouldFetchOnReconnect());t==null||t.refetch({cancelRefetch:!1}),(n=L(this,st))==null||n.continue()}addObserver(t){this.observers.includes(t)||(this.observers.push(t),this.clearGcTimeout(),L(this,Lt).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,st)&&(L(this,Kn)?L(this,st).cancel({revert:!0}):L(this,st).cancelRetry()),this.scheduleGc()),L(this,Lt).notify({type:"observerRemoved",query:this,observer:t}))}getObserversCount(){return this.observers.length}invalidate(){this.state.isInvalidated||he(this,Gt,pn).call(this,{type:"invalidate"})}fetch(t,n){var l,a,u;if(this.state.fetchStatus!=="idle"){if(this.state.data!==void 0&&(n!=null&&n.cancelRefetch))this.cancel({silent:!0});else if(L(this,st))return L(this,st).continueRetry(),L(this,st).promise}if(t&&this.setOptions(t),!this.options.queryFn){const h=this.observers.find(g=>g.options.queryFn);h&&this.setOptions(h.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=h=>{Object.defineProperty(h,"signal",{enumerable:!0,get:()=>($(this,Kn,!0),r.signal)})},s=()=>{const h=cp(this.options,n),g={client:L(this,Un),queryKey:this.queryKey,meta:this.meta};return o(g),$(this,Kn,!1),this.options.persister?this.options.persister(h,g,this):h(g)},i={fetchOptions:n,options:this.options,queryKey:this.queryKey,client:L(this,Un),state:this.state,fetchFn:s};o(i),(l=this.options.behavior)==null||l.onFetch(i,this),$(this,kr,this.state),(this.state.fetchStatus==="idle"||this.state.fetchMeta!==((a=i.fetchOptions)==null?void 0:a.meta))&&he(this,Gt,pn).call(this,{type:"fetch",meta:(u=i.fetchOptions)==null?void 0:u.meta});const c=h=>{var g,x,b,d;Ic(h)&&h.silent||he(this,Gt,pn).call(this,{type:"error",error:h}),Ic(h)||((x=(g=L(this,Lt).config).onError)==null||x.call(g,h,this),(d=(b=L(this,Lt).config).onSettled)==null||d.call(b,this.state.data,h,this)),this.scheduleGc()};return $(this,st,dp({initialPromise:n==null?void 0:n.initialPromise,fn:i.fetchFn,abort:r.abort.bind(r),onSuccess:h=>{var g,x,b,d;if(h===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}`),c(new Error(`${this.queryHash} data is undefined`));return}try{this.setData(h)}catch(f){c(f);return}(x=(g=L(this,Lt).config).onSuccess)==null||x.call(g,h,this),(d=(b=L(this,Lt).config).onSettled)==null||d.call(b,h,this.state.error,this),this.scheduleGc()},onError:c,onFail:(h,g)=>{he(this,Gt,pn).call(this,{type:"failed",failureCount:h,error:g})},onPause:()=>{he(this,Gt,pn).call(this,{type:"pause"})},onContinue:()=>{he(this,Gt,pn).call(this,{type:"continue"})},retry:i.options.retry,retryDelay:i.options.retryDelay,networkMode:i.options.networkMode,canRun:()=>!0})),L(this,st).start()}},Rr=new WeakMap,kr=new WeakMap,Lt=new WeakMap,Un=new WeakMap,st=new WeakMap,_o=new WeakMap,Kn=new WeakMap,Gt=new WeakSet,pn=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,...pp(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 Ic(o)&&o.revert&&L(this,kr)?{...L(this,kr),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),ze.batch(()=>{this.observers.forEach(r=>{r.onQueryUpdate()}),L(this,Lt).notify({query:this,type:"updated",action:t})})},Dp);function pp(e,t){return{fetchFailureCount:0,fetchFailureReason:null,fetchStatus:lp(t.networkMode)?"fetching":"paused",...e===void 0&&{error:null,status:"pending"}}}function qw(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 Uw=(Rp=class extends Tr{constructor(t={}){super();se(this,qt);this.config=t,$(this,qt,new Map)}build(t,n,r){const o=n.queryKey,s=n.queryHash??gc(o,n);let i=this.get(s);return i||(i=new $w({client:t,queryKey:o,queryHash:s,options:t.defaultQueryOptions(n),state:r,defaultOptions:t.getQueryDefaults(o)}),this.add(i)),i}add(t){L(this,qt).has(t.queryHash)||(L(this,qt).set(t.queryHash,t),this.notify({type:"added",query:t}))}remove(t){const n=L(this,qt).get(t.queryHash);n&&(t.destroy(),n===t&&L(this,qt).delete(t.queryHash),this.notify({type:"removed",query:t}))}clear(){ze.batch(()=>{this.getAll().forEach(t=>{this.remove(t)})})}get(t){return L(this,qt).get(t)}getAll(){return[...L(this,qt).values()]}find(t){const n={exact:!0,...t};return this.getAll().find(r=>op(n,r))}findAll(t={}){const n=this.getAll();return Object.keys(t).length>0?n.filter(r=>op(t,r)):n}notify(t){ze.batch(()=>{this.listeners.forEach(n=>{n(t)})})}onFocus(){ze.batch(()=>{this.getAll().forEach(t=>{t.onFocus()})})}onOnline(){ze.batch(()=>{this.getAll().forEach(t=>{t.onOnline()})})}},qt=new WeakMap,Rp),Kw=(kp=class extends fp{constructor(t){super();se(this,Kt);se(this,Ut);se(this,at);se(this,er);this.mutationId=t.mutationId,$(this,at,t.mutationCache),$(this,Ut,[]),this.state=t.state||hp(),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,Ut).includes(t)||(L(this,Ut).push(t),this.clearGcTimeout(),L(this,at).notify({type:"observerAdded",mutation:this,observer:t}))}removeObserver(t){$(this,Ut,L(this,Ut).filter(n=>n!==t)),this.scheduleGc(),L(this,at).notify({type:"observerRemoved",mutation:this,observer:t})}optionalRemove(){L(this,Ut).length||(this.state.status==="pending"?this.scheduleGc():L(this,at).remove(this))}continue(){var t;return((t=L(this,er))==null?void 0:t.continue())??this.execute(this.state.variables)}async execute(t){var o,s,i,c,l,a,u,h,g,x,b,d,f,p,y,m,E,I,w,A;$(this,er,dp({fn:()=>this.options.mutationFn?this.options.mutationFn(t):Promise.reject(new Error("No mutationFn found")),onFail:(S,T)=>{he(this,Kt,Rn).call(this,{type:"failed",failureCount:S,error:T})},onPause:()=>{he(this,Kt,Rn).call(this,{type:"pause"})},onContinue:()=>{he(this,Kt,Rn).call(this,{type:"continue"})},retry:this.options.retry??0,retryDelay:this.options.retryDelay,networkMode:this.options.networkMode,canRun:()=>L(this,at).canRun(this)}));const n=this.state.status==="pending",r=!L(this,er).canStart();try{if(!n){he(this,Kt,Rn).call(this,{type:"pending",variables:t,isPaused:r}),await((s=(o=L(this,at).config).onMutate)==null?void 0:s.call(o,t,this));const T=await((c=(i=this.options).onMutate)==null?void 0:c.call(i,t));T!==this.state.context&&he(this,Kt,Rn).call(this,{type:"pending",context:T,variables:t,isPaused:r})}const S=await L(this,er).start();return await((a=(l=L(this,at).config).onSuccess)==null?void 0:a.call(l,S,t,this.state.context,this)),await((h=(u=this.options).onSuccess)==null?void 0:h.call(u,S,t,this.state.context)),await((x=(g=L(this,at).config).onSettled)==null?void 0:x.call(g,S,null,this.state.variables,this.state.context,this)),await((d=(b=this.options).onSettled)==null?void 0:d.call(b,S,null,t,this.state.context)),he(this,Kt,Rn).call(this,{type:"success",data:S}),S}catch(S){try{throw await((p=(f=L(this,at).config).onError)==null?void 0:p.call(f,S,t,this.state.context,this)),await((m=(y=this.options).onError)==null?void 0:m.call(y,S,t,this.state.context)),await((I=(E=L(this,at).config).onSettled)==null?void 0:I.call(E,void 0,S,this.state.variables,this.state.context,this)),await((A=(w=this.options).onSettled)==null?void 0:A.call(w,void 0,S,t,this.state.context)),S}finally{he(this,Kt,Rn).call(this,{type:"error",error:S})}}finally{L(this,at).runNext(this)}}},Ut=new WeakMap,at=new WeakMap,er=new WeakMap,Kt=new WeakSet,Rn=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),ze.batch(()=>{L(this,Ut).forEach(r=>{r.onMutationUpdate(t)}),L(this,at).notify({mutation:this,type:"updated",action:t})})},kp);function hp(){return{context:void 0,data:void 0,error:null,failureCount:0,failureReason:null,isPaused:!1,status:"idle",variables:void 0,submittedAt:0}}var e9=(Np=class extends Tr{constructor(t={}){super();se(this,cn);se(this,Ht);se(this,To);this.config=t,$(this,cn,new Set),$(this,Ht,new Map),$(this,To,0)}build(t,n,r){const o=new Kw({mutationCache:this,mutationId:++bi(this,To)._,options:t.defaultMutationOptions(n),state:r});return this.add(o),o}add(t){L(this,cn).add(t);const n=di(t);if(typeof n=="string"){const r=L(this,Ht).get(n);r?r.push(t):L(this,Ht).set(n,[t])}this.notify({type:"added",mutation:t})}remove(t){if(L(this,cn).delete(t)){const n=di(t);if(typeof n=="string"){const r=L(this,Ht).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,Ht).delete(n)}}this.notify({type:"removed",mutation:t})}canRun(t){const n=di(t);if(typeof n=="string"){const r=L(this,Ht).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=di(t);if(typeof n=="string"){const o=(r=L(this,Ht).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(){ze.batch(()=>{L(this,cn).forEach(t=>{this.notify({type:"removed",mutation:t})}),L(this,cn).clear(),L(this,Ht).clear()})}getAll(){return Array.from(L(this,cn))}find(t){const n={exact:!0,...t};return this.getAll().find(r=>sp(n,r))}findAll(t={}){return this.getAll().filter(n=>sp(t,n))}notify(t){ze.batch(()=>{this.listeners.forEach(n=>{n(t)})})}resumePausedMutations(){const t=this.getAll().filter(n=>n.state.isPaused);return ze.batch(()=>Promise.all(t.map(n=>n.continue().catch(Ot))))}},cn=new WeakMap,Ht=new WeakMap,To=new WeakMap,Np);function di(e){var t;return(t=e.options.scope)==null?void 0:t.id}function gp(e){return{onFetch:(t,n)=>{var u,h,g,x,b;const r=t.options,o=(g=(h=(u=t.fetchOptions)==null?void 0:u.meta)==null?void 0:h.fetchMore)==null?void 0:g.direction,s=((x=t.state.data)==null?void 0:x.pages)||[],i=((b=t.state.data)==null?void 0:b.pageParams)||[];let c={pages:[],pageParams:[]},l=0;const a=async()=>{let d=!1;const f=m=>{Object.defineProperty(m,"signal",{enumerable:!0,get:()=>(t.signal.aborted?d=!0:t.signal.addEventListener("abort",()=>{d=!0}),t.signal)})},p=cp(t.options,t.fetchOptions),y=async(m,E,I)=>{if(d)return Promise.reject();if(E==null&&m.pages.length)return Promise.resolve(m);const w={client:t.client,queryKey:t.queryKey,pageParam:E,direction:I?"backward":"forward",meta:t.options.meta};f(w);const A=await p(w),{maxPages:S}=t.options,T=I?Xw:Zw;return{pages:T(m.pages,A,S),pageParams:T(m.pageParams,E,S)}};if(o&&s.length){const m=o==="backward",E=m?t9:mp,I={pages:s,pageParams:i},w=E(r,I);c=await y(I,w,m)}else{const m=e??s.length;do{const E=l===0?i[0]??r.initialPageParam:mp(r,c);if(l>0&&E==null)break;c=await y(c,E),l++}while(l<m)}return c};t.options.persister?t.fetchFn=()=>{var d,f;return(f=(d=t.options).persister)==null?void 0:f.call(d,a,{client:t.client,queryKey:t.queryKey,meta:t.options.meta,signal:t.signal},n)}:t.fetchFn=a}}}function mp(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 t9(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 n9=(Pp=class{constructor(e={}){se(this,je);se(this,wn);se(this,An);se(this,Nr);se(this,Pr);se(this,Sn);se(this,Mr);se(this,Br);$(this,je,e.queryCache||new Uw),$(this,wn,e.mutationCache||new e9),$(this,An,e.defaultOptions||{}),$(this,Nr,new Map),$(this,Pr,new Map),$(this,Sn,0)}mount(){bi(this,Sn)._++,L(this,Sn)===1&&($(this,Mr,vc.subscribe(async e=>{e&&(await this.resumePausedMutations(),L(this,je).onFocus())})),$(this,Br,ui.subscribe(async e=>{e&&(await this.resumePausedMutations(),L(this,je).onOnline())})))}unmount(){var e,t;bi(this,Sn)._--,L(this,Sn)===0&&((e=L(this,Mr))==null||e.call(this),$(this,Mr,void 0),(t=L(this,Br))==null||t.call(this),$(this,Br,void 0))}isFetching(e){return L(this,je).findAll({...e,fetchStatus:"fetching"}).length}isMutating(e){return L(this,wn).findAll({...e,status:"pending"}).length}getQueryData(e){var n;const t=this.defaultQueryOptions({queryKey:e});return(n=L(this,je).get(t.queryHash))==null?void 0:n.state.data}ensureQueryData(e){const t=this.defaultQueryOptions(e),n=L(this,je).build(this,t),r=n.state.data;return r===void 0?this.fetchQuery(e):(e.revalidateIfStale&&n.isStaleByTime(Or(t.staleTime,n))&&this.prefetchQuery(t),Promise.resolve(r))}getQueriesData(e){return L(this,je).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,je).get(r.queryHash),s=o==null?void 0:o.state.data,i=Hw(t,s);if(i!==void 0)return L(this,je).build(this,r).setData(i,{...n,manual:!0})}setQueriesData(e,t,n){return ze.batch(()=>L(this,je).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,je).get(t.queryHash))==null?void 0:n.state}removeQueries(e){const t=L(this,je);ze.batch(()=>{t.findAll(e).forEach(n=>{t.remove(n)})})}resetQueries(e,t){const n=L(this,je);return ze.batch(()=>(n.findAll(e).forEach(r=>{r.reset()}),this.refetchQueries({type:"active",...e},t)))}cancelQueries(e,t={}){const n={revert:!0,...t},r=ze.batch(()=>L(this,je).findAll(e).map(o=>o.cancel(n)));return Promise.all(r).then(Ot).catch(Ot)}invalidateQueries(e,t={}){return ze.batch(()=>(L(this,je).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=ze.batch(()=>L(this,je).findAll(e).filter(o=>!o.isDisabled()).map(o=>{let s=o.fetch(void 0,n);return n.throwOnError||(s=s.catch(Ot)),o.state.fetchStatus==="paused"?Promise.resolve():s}));return Promise.all(r).then(Ot)}fetchQuery(e){const t=this.defaultQueryOptions(e);t.retry===void 0&&(t.retry=!1);const n=L(this,je).build(this,t);return n.isStaleByTime(Or(t.staleTime,n))?n.fetch(t):Promise.resolve(n.state.data)}prefetchQuery(e){return this.fetchQuery(e).then(Ot).catch(Ot)}fetchInfiniteQuery(e){return e.behavior=gp(e.pages),this.fetchQuery(e)}prefetchInfiniteQuery(e){return this.fetchInfiniteQuery(e).then(Ot).catch(Ot)}ensureInfiniteQueryData(e){return e.behavior=gp(e.pages),this.ensureQueryData(e)}resumePausedMutations(){return ui.isOnline()?L(this,wn).resumePausedMutations():Promise.resolve()}getQueryCache(){return L(this,je)}getMutationCache(){return L(this,wn)}getDefaultOptions(){return L(this,An)}setDefaultOptions(e){$(this,An,e)}setQueryDefaults(e,t){L(this,Nr).set(Qn(e),{queryKey:e,defaultOptions:t})}getQueryDefaults(e){const t=[...L(this,Nr).values()],n={};return t.forEach(r=>{So(e,r.queryKey)&&Object.assign(n,r.defaultOptions)}),n}setMutationDefaults(e,t){L(this,Pr).set(Qn(e),{mutationKey:e,defaultOptions:t})}getMutationDefaults(e){const t=[...L(this,Pr).values()],n={};return t.forEach(r=>{So(e,r.mutationKey)&&Object.assign(n,r.defaultOptions)}),n}defaultQueryOptions(e){if(e._defaulted)return e;const t={...L(this,An).queries,...this.getQueryDefaults(e.queryKey),...e,_defaulted:!0};return t.queryHash||(t.queryHash=gc(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===li&&(t.enabled=!1),t}defaultMutationOptions(e){return e!=null&&e._defaulted?e:{...L(this,An).mutations,...(e==null?void 0:e.mutationKey)&&this.getMutationDefaults(e.mutationKey),...e,_defaulted:!0}}clear(){L(this,je).clear(),L(this,wn).clear()}},je=new WeakMap,wn=new WeakMap,An=new WeakMap,Nr=new WeakMap,Pr=new WeakMap,Sn=new WeakMap,Mr=new WeakMap,Br=new WeakMap,Pp),r9=(Mp=class extends Tr{constructor(t,n){super();se(this,Se);se(this,bt);se(this,me);se(this,Oo);se(this,ct);se(this,tr);se(this,jr);se(this,_n);se(this,en);se(this,Lo);se(this,Vr);se(this,Gr);se(this,nr);se(this,rr);se(this,Tn);se(this,Hr,new Set);this.options=n,$(this,bt,t),$(this,en,null),$(this,_n,Cc()),this.options.experimental_prefetchInRender||L(this,_n).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,me).addObserver(this),bp(L(this,me),this.options)?he(this,Se,Bo).call(this):this.updateResult(),he(this,Se,kc).call(this))}onUnsubscribe(){this.hasListeners()||this.destroy()}shouldFetchOnReconnect(){return xc(L(this,me),this.options,this.options.refetchOnReconnect)}shouldFetchOnWindowFocus(){return xc(L(this,me),this.options,this.options.refetchOnWindowFocus)}destroy(){this.listeners=new Set,he(this,Se,Nc).call(this),he(this,Se,Pc).call(this),L(this,me).removeObserver(this)}setOptions(t,n){const r=this.options,o=L(this,me);if(this.options=L(this,bt).defaultQueryOptions(t),this.options.enabled!==void 0&&typeof this.options.enabled!="boolean"&&typeof this.options.enabled!="function"&&typeof Vt(this.options.enabled,L(this,me))!="boolean")throw new Error("Expected enabled to be a boolean or a callback that returns a boolean");he(this,Se,Mc).call(this),L(this,me).setOptions(this.options),r._defaulted&&!ci(this.options,r)&&L(this,bt).getQueryCache().notify({type:"observerOptionsUpdated",query:L(this,me),observer:this});const s=this.hasListeners();s&&yp(L(this,me),o,this.options,r)&&he(this,Se,Bo).call(this),this.updateResult(n),s&&(L(this,me)!==o||Vt(this.options.enabled,L(this,me))!==Vt(r.enabled,L(this,me))||Or(this.options.staleTime,L(this,me))!==Or(r.staleTime,L(this,me)))&&he(this,Se,Fc).call(this);const i=he(this,Se,Dc).call(this);s&&(L(this,me)!==o||Vt(this.options.enabled,L(this,me))!==Vt(r.enabled,L(this,me))||i!==L(this,Tn))&&he(this,Se,Rc).call(this,i)}getOptimisticResult(t){const n=L(this,bt).getQueryCache().build(L(this,bt),t),r=this.createResult(n,t);return s9(this,r)&&($(this,ct,r),$(this,jr,this.options),$(this,tr,L(this,me).state)),r}getCurrentResult(){return L(this,ct)}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,Hr).add(t)}getCurrentQuery(){return L(this,me)}refetch({...t}={}){return this.fetch({...t})}fetchOptimistic(t){const n=L(this,bt).defaultQueryOptions(t),r=L(this,bt).getQueryCache().build(L(this,bt),n);return r.fetch().then(()=>this.createResult(r,n))}fetch(t){return he(this,Se,Bo).call(this,{...t,cancelRefetch:t.cancelRefetch??!0}).then(()=>(this.updateResult(),L(this,ct)))}createResult(t,n){var S;const r=L(this,me),o=this.options,s=L(this,ct),i=L(this,tr),c=L(this,jr),a=t!==r?t.state:L(this,Oo),{state:u}=t;let h={...u},g=!1,x;if(n._optimisticResults){const T=this.hasListeners(),R=!T&&bp(t,n),F=T&&yp(t,r,n,o);(R||F)&&(h={...h,...pp(u.data,t.options)}),n._optimisticResults==="isRestoring"&&(h.fetchStatus="idle")}let{error:b,errorUpdatedAt:d,status:f}=h;if(n.select&&h.data!==void 0)if(s&&h.data===(i==null?void 0:i.data)&&n.select===L(this,Lo))x=L(this,Vr);else try{$(this,Lo,n.select),x=n.select(h.data),x=yc(s==null?void 0:s.data,x,n),$(this,Vr,x),$(this,en,null)}catch(T){$(this,en,T)}else x=h.data;if(n.placeholderData!==void 0&&x===void 0&&f==="pending"){let T;if(s!=null&&s.isPlaceholderData&&n.placeholderData===(c==null?void 0:c.placeholderData))T=s.data;else if(T=typeof n.placeholderData=="function"?n.placeholderData((S=L(this,Gr))==null?void 0:S.state.data,L(this,Gr)):n.placeholderData,n.select&&T!==void 0)try{T=n.select(T),$(this,en,null)}catch(R){$(this,en,R)}T!==void 0&&(f="success",x=yc(s==null?void 0:s.data,T,n),g=!0)}L(this,en)&&(b=L(this,en),x=L(this,Vr),d=Date.now(),f="error");const p=h.fetchStatus==="fetching",y=f==="pending",m=f==="error",E=y&&p,I=x!==void 0,A={status:f,fetchStatus:h.fetchStatus,isPending:y,isSuccess:f==="success",isError:m,isInitialLoading:E,isLoading:E,data:x,dataUpdatedAt:h.dataUpdatedAt,error:b,errorUpdatedAt:d,failureCount:h.fetchFailureCount,failureReason:h.fetchFailureReason,errorUpdateCount:h.errorUpdateCount,isFetched:h.dataUpdateCount>0||h.errorUpdateCount>0,isFetchedAfterMount:h.dataUpdateCount>a.dataUpdateCount||h.errorUpdateCount>a.errorUpdateCount,isFetching:p,isRefetching:p&&!y,isLoadingError:m&&!I,isPaused:h.fetchStatus==="paused",isPlaceholderData:g,isRefetchError:m&&I,isStale:Ec(t,n),refetch:this.refetch,promise:L(this,_n)};if(this.options.experimental_prefetchInRender){const T=D=>{A.status==="error"?D.reject(A.error):A.data!==void 0&&D.resolve(A.data)},R=()=>{const D=$(this,_n,A.promise=Cc());T(D)},F=L(this,_n);switch(F.status){case"pending":t.queryHash===r.queryHash&&T(F);break;case"fulfilled":(A.status==="error"||A.data!==F.value)&&R();break;case"rejected":(A.status!=="error"||A.error!==F.reason)&&R();break}}return A}updateResult(t){const n=L(this,ct),r=this.createResult(L(this,me),this.options);if($(this,tr,L(this,me).state),$(this,jr,this.options),L(this,tr).data!==void 0&&$(this,Gr,L(this,me)),ci(r,n))return;$(this,ct,r);const o={},s=()=>{if(!n)return!0;const{notifyOnChangeProps:i}=this.options,c=typeof i=="function"?i():i;if(c==="all"||!c&&!L(this,Hr).size)return!0;const l=new Set(c??L(this,Hr));return this.options.throwOnError&&l.add("error"),Object.keys(L(this,ct)).some(a=>{const u=a;return L(this,ct)[u]!==n[u]&&l.has(u)})};(t==null?void 0:t.listeners)!==!1&&s()&&(o.listeners=!0),he(this,Se,Hp).call(this,{...o,...t})}onQueryUpdate(){this.updateResult(),this.hasListeners()&&he(this,Se,kc).call(this)}},bt=new WeakMap,me=new WeakMap,Oo=new WeakMap,ct=new WeakMap,tr=new WeakMap,jr=new WeakMap,_n=new WeakMap,en=new WeakMap,Lo=new WeakMap,Vr=new WeakMap,Gr=new WeakMap,nr=new WeakMap,rr=new WeakMap,Tn=new WeakMap,Hr=new WeakMap,Se=new WeakSet,Bo=function(t){he(this,Se,Mc).call(this);let n=L(this,me).fetch(this.options,t);return t!=null&&t.throwOnError||(n=n.catch(Ot)),n},Fc=function(){he(this,Se,Nc).call(this);const t=Or(this.options.staleTime,L(this,me));if(Jn||L(this,ct).isStale||!hc(t))return;const r=rp(L(this,ct).dataUpdatedAt,t)+1;$(this,nr,setTimeout(()=>{L(this,ct).isStale||this.updateResult()},r))},Dc=function(){return(typeof this.options.refetchInterval=="function"?this.options.refetchInterval(L(this,me)):this.options.refetchInterval)??!1},Rc=function(t){he(this,Se,Pc).call(this),$(this,Tn,t),!(Jn||Vt(this.options.enabled,L(this,me))===!1||!hc(L(this,Tn))||L(this,Tn)===0)&&$(this,rr,setInterval(()=>{(this.options.refetchIntervalInBackground||vc.isFocused())&&he(this,Se,Bo).call(this)},L(this,Tn)))},kc=function(){he(this,Se,Fc).call(this),he(this,Se,Rc).call(this,he(this,Se,Dc).call(this))},Nc=function(){L(this,nr)&&(clearTimeout(L(this,nr)),$(this,nr,void 0))},Pc=function(){L(this,rr)&&(clearInterval(L(this,rr)),$(this,rr,void 0))},Mc=function(){const t=L(this,bt).getQueryCache().build(L(this,bt),this.options);if(t===L(this,me))return;const n=L(this,me);$(this,me,t),$(this,Oo,t.state),this.hasListeners()&&(n==null||n.removeObserver(this),t.addObserver(this))},Hp=function(t){ze.batch(()=>{t.listeners&&this.listeners.forEach(n=>{n(L(this,ct))}),L(this,bt).getQueryCache().notify({query:L(this,me),type:"observerResultsUpdated"})})},Mp);function o9(e,t){return Vt(t.enabled,e)!==!1&&e.state.data===void 0&&!(e.state.status==="error"&&t.retryOnMount===!1)}function bp(e,t){return o9(e,t)||e.state.data!==void 0&&xc(e,t,t.refetchOnMount)}function xc(e,t,n){if(Vt(t.enabled,e)!==!1){const r=typeof n=="function"?n(e):n;return r==="always"||r!==!1&&Ec(e,t)}return!1}function yp(e,t,n,r){return(e!==t||Vt(r.enabled,e)===!1)&&(!n.suspense||e.state.status!=="error")&&Ec(e,n)}function Ec(e,t){return Vt(t.enabled,e)!==!1&&e.isStaleByTime(Or(t.staleTime,e))}function s9(e,t){return!ci(e.getCurrentResult(),t)}var i9=(Bp=class extends Tr{constructor(t,n){super();se(this,un);se(this,On);se(this,Ln);se(this,yt);se(this,ln);$(this,On,t),this.setOptions(n),this.bindMethods(),he(this,un,yi).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,On).defaultMutationOptions(t),ci(this.options,n)||L(this,On).getMutationCache().notify({type:"observerOptionsUpdated",mutation:L(this,yt),observer:this}),n!=null&&n.mutationKey&&this.options.mutationKey&&Qn(n.mutationKey)!==Qn(this.options.mutationKey)?this.reset():((r=L(this,yt))==null?void 0:r.state.status)==="pending"&&L(this,yt).setOptions(this.options)}onUnsubscribe(){var t;this.hasListeners()||(t=L(this,yt))==null||t.removeObserver(this)}onMutationUpdate(t){he(this,un,yi).call(this),he(this,un,Bc).call(this,t)}getCurrentResult(){return L(this,Ln)}reset(){var t;(t=L(this,yt))==null||t.removeObserver(this),$(this,yt,void 0),he(this,un,yi).call(this),he(this,un,Bc).call(this)}mutate(t,n){var r;return $(this,ln,n),(r=L(this,yt))==null||r.removeObserver(this),$(this,yt,L(this,On).getMutationCache().build(L(this,On),this.options)),L(this,yt).addObserver(this),L(this,yt).execute(t)}},On=new WeakMap,Ln=new WeakMap,yt=new WeakMap,ln=new WeakMap,un=new WeakSet,yi=function(){var n;const t=((n=L(this,yt))==null?void 0:n.state)??hp();$(this,Ln,{...t,isPending:t.status==="pending",isSuccess:t.status==="success",isError:t.status==="error",isIdle:t.status==="idle",mutate:this.mutate,reset:this.reset})},Bc=function(t){ze.batch(()=>{var n,r,o,s,i,c,l,a;if(L(this,ln)&&this.hasListeners()){const u=L(this,Ln).variables,h=L(this,Ln).context;(t==null?void 0:t.type)==="success"?((r=(n=L(this,ln)).onSuccess)==null||r.call(n,t.data,u,h),(s=(o=L(this,ln)).onSettled)==null||s.call(o,t.data,null,u,h)):(t==null?void 0:t.type)==="error"&&((c=(i=L(this,ln)).onError)==null||c.call(i,t.error,u,h),(a=(l=L(this,ln)).onSettled)==null||a.call(l,void 0,t.error,u,h))}this.listeners.forEach(u=>{u(L(this,Ln))})})},Bp),vp=k.createContext(void 0),Cp=e=>{const t=k.useContext(vp);if(!t)throw new Error("No QueryClient set, use QueryClientProvider to set one");return t},a9=({client:e,children:t})=>(k.useEffect(()=>(e.mount(),()=>{e.unmount()}),[e]),C.jsx(vp.Provider,{value:e,children:t})),Ip=k.createContext(!1),c9=()=>k.useContext(Ip);Ip.Provider;function l9(){let e=!1;return{clearReset:()=>{e=!1},reset:()=>{e=!0},isReset:()=>e}}var u9=k.createContext(l9()),d9=()=>k.useContext(u9);function xp(e,t){return typeof e=="function"?e(...t):!!e}function wc(){}var f9=(e,t)=>{(e.suspense||e.throwOnError||e.experimental_prefetchInRender)&&(t.isReset()||(e.retryOnMount=!1))},p9=e=>{k.useEffect(()=>{e.clearReset()},[e])},h9=({result:e,errorResetBoundary:t,throwOnError:n,query:r,suspense:o})=>e.isError&&!t.isReset()&&!e.isFetching&&r&&(o&&e.data===void 0||xp(n,[e.error,r])),g9=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)))},m9=(e,t)=>e.isLoading&&e.isFetching&&!t,b9=(e,t)=>(e==null?void 0:e.suspense)&&t.isPending,Ep=(e,t,n)=>t.fetchOptimistic(e).catch(()=>{n.clearReset()});function y9(e,t,n){var h,g,x,b,d;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=Cp(),o=c9(),s=d9(),i=r.defaultQueryOptions(e);(g=(h=r.getDefaultOptions().queries)==null?void 0:h._experimental_beforeQuery)==null||g.call(h,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",g9(i),f9(i,s),p9(s);const c=!r.getQueryCache().get(i.queryHash),[l]=k.useState(()=>new t(r,i)),a=l.getOptimisticResult(i),u=!o&&e.subscribed!==!1;if(k.useSyncExternalStore(k.useCallback(f=>{const p=u?l.subscribe(ze.batchCalls(f)):wc;return l.updateResult(),p},[l,u]),()=>l.getCurrentResult(),()=>l.getCurrentResult()),k.useEffect(()=>{l.setOptions(i,{listeners:!1})},[i,l]),b9(i,a))throw Ep(i,l,s);if(h9({result:a,errorResetBoundary:s,throwOnError:i.throwOnError,query:r.getQueryCache().get(i.queryHash),suspense:i.suspense}))throw a.error;if((b=(x=r.getDefaultOptions().queries)==null?void 0:x._experimental_afterQuery)==null||b.call(x,i,a),i.experimental_prefetchInRender&&!Jn&&m9(a,o)){const f=c?Ep(i,l,s):(d=r.getQueryCache().get(i.queryHash))==null?void 0:d.promise;f==null||f.catch(wc).finally(()=>{l.updateResult()})}return i.notifyOnChangeProps?a:l.trackResult(a)}function wp(e,t){return y9(e,r9)}function Ap(e,t){const n=Cp(),[r]=k.useState(()=>new i9(n,e));k.useEffect(()=>{r.setOptions(e)},[r,e]);const o=k.useSyncExternalStore(k.useCallback(i=>r.subscribe(ze.batchCalls(i)),[r]),()=>r.getCurrentResult(),()=>r.getCurrentResult()),s=k.useCallback((i,c)=>{r.mutate(i,c).catch(wc)},[r]);if(o.error&&xp(r.options.throwOnError,[o.error]))throw o.error;return{...o,mutate:s,mutateAsync:o.mutate}}const v9=e=>new Promise(t=>setTimeout(t,e)),C9=({apiFn:e,intervalMillis:t,maxRetries:n,isSatisfied:r})=>(...s)=>{const i=async(c=0)=>{const l=await e(...s);if(r(l))return l;if(c>=n)throw l;return c++,v9(t).then(()=>i(c))};return i()},I9=async({conversationId:e,senderEmail:t})=>{try{const n=await nt({url:hr($E,{conversationId:e}),params:{senderEmail:t},method:pt.GET});return n==null?void 0:n.data}catch(n){throw console.error(n),n}},Sp=({conversationId:e,senderEmail:t,enabled:n})=>wp({queryKey:["Global","ConversationMetaData",e,t],queryFn:()=>I9({conversationId:e,senderEmail:t}),refetchOnMount:!1,enabled:n}),_p="/v1/api",x9=`${_p}/connectors/forms/:formId/search`,E9=`${_p}/connectors/conversation/:conversationId/smart-suggestions`,w9=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}},A9=C9({apiFn:async({conversationId:e})=>{try{const t=await nt({url:hr(E9,{conversationId:e}),method:pt.GET}),n=t==null?void 0:t.data;return w9(n)}catch(t){throw console.error(t),t}},intervalMillis:1500,maxRetries:5,isSatisfied:e=>e.status!=="pending"}),S9=({conversationId:e,senderEmail:t,enabled:n})=>{const{isSuccess:r}=Sp({conversationId:e,senderEmail:t,enabled:n});return wp({queryKey:["GlobalSearch","SmartSuggestions",e],queryFn:()=>A9({conversationId:e}),enabled:n&&r})},_9=({selectedObject:e,root:t,setSelectedObject:n,fetchSearchResults:r,onReset:o})=>{const[s,i]=_.useState(""),{conversationId:c,email:l,availableFeatures:a}=_.useContext(He),u=be(mw),h=be(tp),g=rt(a,em),{sortedObjectList:x,updatePriority:b}=Mw({objectList:u}),{data:d}=S9({enabled:g&&!!c,conversationId:String(c),senderEmail:l}),f=(d==null?void 0:d.suggestedOptions)??[],p=_.useMemo(()=>!h||!x.length?[]:x.map(({value:m})=>{const E=h[m];return E?{description:`${E.connectorName??""} - ${E.searchObject}`,avatarUrl:E.logoUrl,label:"",value:m,connectorName:E.connectorName,objectName:E.searchObject}:null}).filter(m=>!!m),[x,h]),y=m=>{n(m),m&&b(""+m.value)};return p.length?C.jsxs(v.Stack,{children:[C.jsx(kw,{value:e,options:p.map(m=>({...m,label:s})),inputValue:s,root:t,onInputChange:i,onChange:y,onReset:o,NoOptionsMessage:({selectOption:m})=>C.jsx(Gw,{selectedOption:e,onSelect:m,options:f}),menuOpen:!s&&!f.length?!1:void 0}),e?C.jsx(Pw,{objectId:e.value,searchString:e.label,fetchSearchResults:r},e.value):null]}):null},T9="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",O9=async({id:e,externalResourceId:t,conversationId:n,channelType:r="email"})=>{const o=new URLSearchParams;o.append("channel_type",r),await nt({url:`${KE.replace(":id",e)}?${o.toString()}`,method:pt.POST,data:{externalResourceId:t,conversationId:n}})},L9=({onSuccess:e})=>Ap({mutationFn:O9,onSuccess:()=>{Me({message:bv,type:In}),e==null||e()},onError:()=>{Me({message:yv,type:gt})}}),F9="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",D9=v.styled(v.Stack)`
|
|
1261
|
+
`,Zw=({onSelect:e,selectedOption:t,options:n})=>n.length?C.jsxs(Gw,{children:[C.jsx(Hw,{children:ww}),C.jsx(Ww,{children:Aw}),n.map(r=>C.jsx(op,{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(){}},Jn=typeof window>"u"||"Deno"in globalThis;function Lt(){}function Xw(e,t){return typeof e=="function"?e(t):e}function gc(e){return typeof e=="number"&&e>=0&&e!==1/0}function sp(e,t){return Math.max(e+(t||0)-Date.now(),0)}function Rr(e,t){return typeof e=="function"?e(t):e}function Ht(e,t){return typeof e=="function"?e(t):e}function ip(e,t){const{type:n="all",exact:r,fetchStatus:o,predicate:s,queryKey:i,stale:c}=e;if(i){if(r){if(t.queryHash!==mc(i,t.options))return!1}else if(!_o(t.queryKey,i))return!1}if(n!=="all"){const l=t.isActive();if(n==="active"&&!l||n==="inactive"&&l)return!1}return!(typeof c=="boolean"&&t.isStale()!==c||o&&o!==t.state.fetchStatus||s&&!s(t))}function ap(e,t){const{exact:n,status:r,predicate:o,mutationKey:s}=e;if(s){if(!t.options.mutationKey)return!1;if(n){if(Qn(t.options.mutationKey)!==Qn(s))return!1}else if(!_o(t.options.mutationKey,s))return!1}return!(r&&t.state.status!==r||o&&!o(t))}function mc(e,t){return((t==null?void 0:t.queryKeyHashFn)||Qn)(e)}function Qn(e){return JSON.stringify(e,(t,n)=>yc(n)?Object.keys(n).sort().reduce((r,o)=>(r[o]=n[o],r),{}):n)}function _o(e,t){return e===t?!0:typeof e!=typeof t?!1:e&&t&&typeof e=="object"&&typeof t=="object"?!Object.keys(t).some(n=>!_o(e[n],t[n])):!1}function bc(e,t){if(e===t)return e;const n=cp(e)&&cp(t);if(n||yc(e)&&yc(t)){const r=n?e:Object.keys(e),o=r.length,s=n?t:Object.keys(t),i=s.length,c=n?[]:{};let l=0;for(let a=0;a<i;a++){const u=n?a:s[a];(!n&&r.includes(u)||n)&&e[u]===void 0&&t[u]===void 0?(c[u]=void 0,l++):(c[u]=bc(e[u],t[u]),c[u]===e[u]&&e[u]!==void 0&&l++)}return o===i&&l===o?e:c}return t}function ci(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 cp(e){return Array.isArray(e)&&e.length===Object.keys(e).length}function yc(e){if(!lp(e))return!1;const t=e.constructor;if(t===void 0)return!0;const n=t.prototype;return!(!lp(n)||!n.hasOwnProperty("isPrototypeOf")||Object.getPrototypeOf(e)!==Object.prototype)}function lp(e){return Object.prototype.toString.call(e)==="[object Object]"}function zw(e){return new Promise(t=>{setTimeout(t,e)})}function vc(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 bc(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 bc(e,t)}return t}function Yw(e,t,n=0){const r=[...e,t];return n&&r.length>n?r.slice(1):r}function Jw(e,t,n=0){const r=[t,...e];return n&&r.length>n?r.slice(0,-1):r}var li=Symbol();function up(e,t){return process.env.NODE_ENV!=="production"&&e.queryFn===li&&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===li?()=>Promise.reject(new Error(`Missing queryFn: '${e.queryHash}'`)):e.queryFn}var Qw=(Fp=class extends Dr{constructor(){super();se(this,$n);se(this,xn);se(this,kr);$(this,kr,t=>{if(!Jn&&window.addEventListener){const n=()=>t();return window.addEventListener("visibilitychange",n,!1),()=>{window.removeEventListener("visibilitychange",n)}}})}onSubscribe(){L(this,xn)||this.setEventListener(L(this,kr))}onUnsubscribe(){var t;this.hasListeners()||((t=L(this,xn))==null||t.call(this),$(this,xn,void 0))}setEventListener(t){var n;$(this,kr,t),(n=L(this,xn))==null||n.call(this),$(this,xn,t(r=>{typeof r=="boolean"?this.setFocused(r):this.onFocus()}))}setFocused(t){L(this,$n)!==t&&($(this,$n,t),this.onFocus())}onFocus(){const t=this.isFocused();this.listeners.forEach(n=>{n(t)})}isFocused(){var t;return typeof L(this,$n)=="boolean"?L(this,$n):((t=globalThis.document)==null?void 0:t.visibilityState)!=="hidden"}},$n=new WeakMap,xn=new WeakMap,kr=new WeakMap,Fp),Cc=new Qw,$w=(Dp=class extends Dr{constructor(){super();se(this,Nr,!0);se(this,En);se(this,Pr);$(this,Pr,t=>{if(!Jn&&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,En)||this.setEventListener(L(this,Pr))}onUnsubscribe(){var t;this.hasListeners()||((t=L(this,En))==null||t.call(this),$(this,En,void 0))}setEventListener(t){var n;$(this,Pr,t),(n=L(this,En))==null||n.call(this),$(this,En,t(this.setOnline.bind(this)))}setOnline(t){L(this,Nr)!==t&&($(this,Nr,t),this.listeners.forEach(r=>{r(t)}))}isOnline(){return L(this,Nr)}},Nr=new WeakMap,En=new WeakMap,Pr=new WeakMap,Dp),ui=new $w;function Ic(){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 qw(e){return Math.min(1e3*2**e,3e4)}function dp(e){return(e??"online")==="online"?ui.isOnline():!0}var fp=class extends Error{constructor(e){super("CancelledError"),this.revert=e==null?void 0:e.revert,this.silent=e==null?void 0:e.silent}};function xc(e){return e instanceof fp}function pp(e){let t=!1,n=0,r=!1,o;const s=Ic(),i=d=>{var f;r||(g(new fp(d)),(f=e.abort)==null||f.call(e))},c=()=>{t=!0},l=()=>{t=!1},a=()=>Cc.isFocused()&&(e.networkMode==="always"||ui.isOnline())&&e.canRun(),u=()=>dp(e.networkMode)&&e.canRun(),h=d=>{var f;r||(r=!0,(f=e.onSuccess)==null||f.call(e,d),o==null||o(),s.resolve(d))},g=d=>{var f;r||(r=!0,(f=e.onError)==null||f.call(e,d),o==null||o(),s.reject(d))},x=()=>new Promise(d=>{var f;o=p=>{(r||a())&&d(p)},(f=e.onPause)==null||f.call(e)}).then(()=>{var d;o=void 0,r||(d=e.onContinue)==null||d.call(e)}),b=()=>{if(r)return;let d;const f=n===0?e.initialPromise:void 0;try{d=f??e.fn()}catch(p){d=Promise.reject(p)}Promise.resolve(d).then(h).catch(p=>{var w;if(r)return;const y=e.retry??(Jn?0:3),m=e.retryDelay??qw,E=typeof m=="function"?m(n,p):m,I=y===!0||typeof y=="number"&&n<y||typeof y=="function"&&y(n,p);if(t||!I){g(p);return}n++,(w=e.onFail)==null||w.call(e,n,p),zw(E).then(()=>a()?void 0:x()).then(()=>{t?g(p):b()})})};return{promise:s,cancel:i,continue:()=>(o==null||o(),s),cancelRetry:c,continueRetry:l,canStart:u,start:()=>(u()?b():x().then(b),s)}}function Uw(){let e=[],t=0,n=c=>{c()},r=c=>{c()},o=c=>setTimeout(c,0);const s=c=>{t?e.push(c):o(()=>{n(c)})},i=()=>{const c=e;e=[],c.length&&o(()=>{r(()=>{c.forEach(l=>{n(l)})})})};return{batch:c=>{let l;t++;try{l=c()}finally{t--,t||i()}return l},batchCalls:c=>(...l)=>{s(()=>{c(...l)})},schedule:s,setNotifyFunction:c=>{n=c},setBatchNotifyFunction:c=>{r=c},setScheduler:c=>{o=c}}}var ze=Uw(),hp=(Rp=class{constructor(){se(this,qn)}destroy(){this.clearGcTimeout()}scheduleGc(){this.clearGcTimeout(),gc(this.gcTime)&&$(this,qn,setTimeout(()=>{this.optionalRemove()},this.gcTime))}updateGcTime(e){this.gcTime=Math.max(this.gcTime||0,e??(Jn?1/0:5*60*1e3))}clearGcTimeout(){L(this,qn)&&(clearTimeout(L(this,qn)),$(this,qn,void 0))}},qn=new WeakMap,Rp),Kw=(kp=class extends hp{constructor(t){super();se(this,Wt);se(this,Mr);se(this,Br);se(this,Ft);se(this,Un);se(this,rt);se(this,To);se(this,Kn);$(this,Kn,!1),$(this,To,t.defaultOptions),this.setOptions(t.options),this.observers=[],$(this,Un,t.client),$(this,Ft,L(this,Un).getQueryCache()),this.queryKey=t.queryKey,this.queryHash=t.queryHash,$(this,Mr,e9(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,rt))==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,Ft).remove(this)}setData(t,n){const r=vc(this.state.data,t,this.options);return he(this,Wt,pn).call(this,{data:r,type:"success",dataUpdatedAt:n==null?void 0:n.updatedAt,manual:n==null?void 0:n.manual}),r}setState(t,n){he(this,Wt,pn).call(this,{type:"setState",state:t,setStateOptions:n})}cancel(t){var r,o;const n=(r=L(this,rt))==null?void 0:r.promise;return(o=L(this,rt))==null||o.cancel(t),n?n.then(Lt).catch(Lt):Promise.resolve()}destroy(){super.destroy(),this.cancel({silent:!0})}reset(){this.destroy(),this.setState(L(this,Mr))}isActive(){return this.observers.some(t=>Ht(t.options.enabled,this)!==!1)}isDisabled(){return this.getObserversCount()>0?!this.isActive():this.options.queryFn===li||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||!sp(this.state.dataUpdatedAt,t)}onFocus(){var n;const t=this.observers.find(r=>r.shouldFetchOnWindowFocus());t==null||t.refetch({cancelRefetch:!1}),(n=L(this,rt))==null||n.continue()}onOnline(){var n;const t=this.observers.find(r=>r.shouldFetchOnReconnect());t==null||t.refetch({cancelRefetch:!1}),(n=L(this,rt))==null||n.continue()}addObserver(t){this.observers.includes(t)||(this.observers.push(t),this.clearGcTimeout(),L(this,Ft).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,rt)&&(L(this,Kn)?L(this,rt).cancel({revert:!0}):L(this,rt).cancelRetry()),this.scheduleGc()),L(this,Ft).notify({type:"observerRemoved",query:this,observer:t}))}getObserversCount(){return this.observers.length}invalidate(){this.state.isInvalidated||he(this,Wt,pn).call(this,{type:"invalidate"})}fetch(t,n){var l,a,u;if(this.state.fetchStatus!=="idle"){if(this.state.data!==void 0&&(n!=null&&n.cancelRefetch))this.cancel({silent:!0});else if(L(this,rt))return L(this,rt).continueRetry(),L(this,rt).promise}if(t&&this.setOptions(t),!this.options.queryFn){const h=this.observers.find(g=>g.options.queryFn);h&&this.setOptions(h.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=h=>{Object.defineProperty(h,"signal",{enumerable:!0,get:()=>($(this,Kn,!0),r.signal)})},s=()=>{const h=up(this.options,n),g={client:L(this,Un),queryKey:this.queryKey,meta:this.meta};return o(g),$(this,Kn,!1),this.options.persister?this.options.persister(h,g,this):h(g)},i={fetchOptions:n,options:this.options,queryKey:this.queryKey,client:L(this,Un),state:this.state,fetchFn:s};o(i),(l=this.options.behavior)==null||l.onFetch(i,this),$(this,Br,this.state),(this.state.fetchStatus==="idle"||this.state.fetchMeta!==((a=i.fetchOptions)==null?void 0:a.meta))&&he(this,Wt,pn).call(this,{type:"fetch",meta:(u=i.fetchOptions)==null?void 0:u.meta});const c=h=>{var g,x,b,d;xc(h)&&h.silent||he(this,Wt,pn).call(this,{type:"error",error:h}),xc(h)||((x=(g=L(this,Ft).config).onError)==null||x.call(g,h,this),(d=(b=L(this,Ft).config).onSettled)==null||d.call(b,this.state.data,h,this)),this.scheduleGc()};return $(this,rt,pp({initialPromise:n==null?void 0:n.initialPromise,fn:i.fetchFn,abort:r.abort.bind(r),onSuccess:h=>{var g,x,b,d;if(h===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}`),c(new Error(`${this.queryHash} data is undefined`));return}try{this.setData(h)}catch(f){c(f);return}(x=(g=L(this,Ft).config).onSuccess)==null||x.call(g,h,this),(d=(b=L(this,Ft).config).onSettled)==null||d.call(b,h,this.state.error,this),this.scheduleGc()},onError:c,onFail:(h,g)=>{he(this,Wt,pn).call(this,{type:"failed",failureCount:h,error:g})},onPause:()=>{he(this,Wt,pn).call(this,{type:"pause"})},onContinue:()=>{he(this,Wt,pn).call(this,{type:"continue"})},retry:i.options.retry,retryDelay:i.options.retryDelay,networkMode:i.options.networkMode,canRun:()=>!0})),L(this,rt).start()}},Mr=new WeakMap,Br=new WeakMap,Ft=new WeakMap,Un=new WeakMap,rt=new WeakMap,To=new WeakMap,Kn=new WeakMap,Wt=new WeakSet,pn=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,...gp(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 xc(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),ze.batch(()=>{this.observers.forEach(r=>{r.onQueryUpdate()}),L(this,Ft).notify({query:this,type:"updated",action:t})})},kp);function gp(e,t){return{fetchFailureCount:0,fetchFailureReason:null,fetchStatus:dp(t.networkMode)?"fetching":"paused",...e===void 0&&{error:null,status:"pending"}}}function e9(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 t9=(Np=class extends Dr{constructor(t={}){super();se(this,Ut);this.config=t,$(this,Ut,new Map)}build(t,n,r){const o=n.queryKey,s=n.queryHash??mc(o,n);let i=this.get(s);return i||(i=new Kw({client:t,queryKey:o,queryHash:s,options:t.defaultQueryOptions(n),state:r,defaultOptions:t.getQueryDefaults(o)}),this.add(i)),i}add(t){L(this,Ut).has(t.queryHash)||(L(this,Ut).set(t.queryHash,t),this.notify({type:"added",query:t}))}remove(t){const n=L(this,Ut).get(t.queryHash);n&&(t.destroy(),n===t&&L(this,Ut).delete(t.queryHash),this.notify({type:"removed",query:t}))}clear(){ze.batch(()=>{this.getAll().forEach(t=>{this.remove(t)})})}get(t){return L(this,Ut).get(t)}getAll(){return[...L(this,Ut).values()]}find(t){const n={exact:!0,...t};return this.getAll().find(r=>ip(n,r))}findAll(t={}){const n=this.getAll();return Object.keys(t).length>0?n.filter(r=>ip(t,r)):n}notify(t){ze.batch(()=>{this.listeners.forEach(n=>{n(t)})})}onFocus(){ze.batch(()=>{this.getAll().forEach(t=>{t.onFocus()})})}onOnline(){ze.batch(()=>{this.getAll().forEach(t=>{t.onOnline()})})}},Ut=new WeakMap,Np),n9=(Pp=class extends hp{constructor(t){super();se(this,en);se(this,Kt);se(this,at);se(this,er);this.mutationId=t.mutationId,$(this,at,t.mutationCache),$(this,Kt,[]),this.state=t.state||mp(),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,Kt).includes(t)||(L(this,Kt).push(t),this.clearGcTimeout(),L(this,at).notify({type:"observerAdded",mutation:this,observer:t}))}removeObserver(t){$(this,Kt,L(this,Kt).filter(n=>n!==t)),this.scheduleGc(),L(this,at).notify({type:"observerRemoved",mutation:this,observer:t})}optionalRemove(){L(this,Kt).length||(this.state.status==="pending"?this.scheduleGc():L(this,at).remove(this))}continue(){var t;return((t=L(this,er))==null?void 0:t.continue())??this.execute(this.state.variables)}async execute(t){var o,s,i,c,l,a,u,h,g,x,b,d,f,p,y,m,E,I,w,A;$(this,er,pp({fn:()=>this.options.mutationFn?this.options.mutationFn(t):Promise.reject(new Error("No mutationFn found")),onFail:(S,T)=>{he(this,en,Rn).call(this,{type:"failed",failureCount:S,error:T})},onPause:()=>{he(this,en,Rn).call(this,{type:"pause"})},onContinue:()=>{he(this,en,Rn).call(this,{type:"continue"})},retry:this.options.retry??0,retryDelay:this.options.retryDelay,networkMode:this.options.networkMode,canRun:()=>L(this,at).canRun(this)}));const n=this.state.status==="pending",r=!L(this,er).canStart();try{if(!n){he(this,en,Rn).call(this,{type:"pending",variables:t,isPaused:r}),await((s=(o=L(this,at).config).onMutate)==null?void 0:s.call(o,t,this));const T=await((c=(i=this.options).onMutate)==null?void 0:c.call(i,t));T!==this.state.context&&he(this,en,Rn).call(this,{type:"pending",context:T,variables:t,isPaused:r})}const S=await L(this,er).start();return await((a=(l=L(this,at).config).onSuccess)==null?void 0:a.call(l,S,t,this.state.context,this)),await((h=(u=this.options).onSuccess)==null?void 0:h.call(u,S,t,this.state.context)),await((x=(g=L(this,at).config).onSettled)==null?void 0:x.call(g,S,null,this.state.variables,this.state.context,this)),await((d=(b=this.options).onSettled)==null?void 0:d.call(b,S,null,t,this.state.context)),he(this,en,Rn).call(this,{type:"success",data:S}),S}catch(S){try{throw await((p=(f=L(this,at).config).onError)==null?void 0:p.call(f,S,t,this.state.context,this)),await((m=(y=this.options).onError)==null?void 0:m.call(y,S,t,this.state.context)),await((I=(E=L(this,at).config).onSettled)==null?void 0:I.call(E,void 0,S,this.state.variables,this.state.context,this)),await((A=(w=this.options).onSettled)==null?void 0:A.call(w,void 0,S,t,this.state.context)),S}finally{he(this,en,Rn).call(this,{type:"error",error:S})}}finally{L(this,at).runNext(this)}}},Kt=new WeakMap,at=new WeakMap,er=new WeakMap,en=new WeakSet,Rn=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),ze.batch(()=>{L(this,Kt).forEach(r=>{r.onMutationUpdate(t)}),L(this,at).notify({mutation:this,type:"updated",action:t})})},Pp);function mp(){return{context:void 0,data:void 0,error:null,failureCount:0,failureReason:null,isPaused:!1,status:"idle",variables:void 0,submittedAt:0}}var r9=(Mp=class extends Dr{constructor(t={}){super();se(this,cn);se(this,Zt);se(this,Oo);this.config=t,$(this,cn,new Set),$(this,Zt,new Map),$(this,Oo,0)}build(t,n,r){const o=new n9({mutationCache:this,mutationId:++yi(this,Oo)._,options:t.defaultMutationOptions(n),state:r});return this.add(o),o}add(t){L(this,cn).add(t);const n=di(t);if(typeof n=="string"){const r=L(this,Zt).get(n);r?r.push(t):L(this,Zt).set(n,[t])}this.notify({type:"added",mutation:t})}remove(t){if(L(this,cn).delete(t)){const n=di(t);if(typeof n=="string"){const r=L(this,Zt).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,Zt).delete(n)}}this.notify({type:"removed",mutation:t})}canRun(t){const n=di(t);if(typeof n=="string"){const r=L(this,Zt).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=di(t);if(typeof n=="string"){const o=(r=L(this,Zt).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(){ze.batch(()=>{L(this,cn).forEach(t=>{this.notify({type:"removed",mutation:t})}),L(this,cn).clear(),L(this,Zt).clear()})}getAll(){return Array.from(L(this,cn))}find(t){const n={exact:!0,...t};return this.getAll().find(r=>ap(n,r))}findAll(t={}){return this.getAll().filter(n=>ap(t,n))}notify(t){ze.batch(()=>{this.listeners.forEach(n=>{n(t)})})}resumePausedMutations(){const t=this.getAll().filter(n=>n.state.isPaused);return ze.batch(()=>Promise.all(t.map(n=>n.continue().catch(Lt))))}},cn=new WeakMap,Zt=new WeakMap,Oo=new WeakMap,Mp);function di(e){var t;return(t=e.options.scope)==null?void 0:t.id}function bp(e){return{onFetch:(t,n)=>{var u,h,g,x,b;const r=t.options,o=(g=(h=(u=t.fetchOptions)==null?void 0:u.meta)==null?void 0:h.fetchMore)==null?void 0:g.direction,s=((x=t.state.data)==null?void 0:x.pages)||[],i=((b=t.state.data)==null?void 0:b.pageParams)||[];let c={pages:[],pageParams:[]},l=0;const a=async()=>{let d=!1;const f=m=>{Object.defineProperty(m,"signal",{enumerable:!0,get:()=>(t.signal.aborted?d=!0:t.signal.addEventListener("abort",()=>{d=!0}),t.signal)})},p=up(t.options,t.fetchOptions),y=async(m,E,I)=>{if(d)return Promise.reject();if(E==null&&m.pages.length)return Promise.resolve(m);const w={client:t.client,queryKey:t.queryKey,pageParam:E,direction:I?"backward":"forward",meta:t.options.meta};f(w);const A=await p(w),{maxPages:S}=t.options,T=I?Jw:Yw;return{pages:T(m.pages,A,S),pageParams:T(m.pageParams,E,S)}};if(o&&s.length){const m=o==="backward",E=m?o9:yp,I={pages:s,pageParams:i},w=E(r,I);c=await y(I,w,m)}else{const m=e??s.length;do{const E=l===0?i[0]??r.initialPageParam:yp(r,c);if(l>0&&E==null)break;c=await y(c,E),l++}while(l<m)}return c};t.options.persister?t.fetchFn=()=>{var d,f;return(f=(d=t.options).persister)==null?void 0:f.call(d,a,{client:t.client,queryKey:t.queryKey,meta:t.options.meta,signal:t.signal},n)}:t.fetchFn=a}}}function yp(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 o9(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 s9=(Bp=class{constructor(e={}){se(this,je);se(this,wn);se(this,An);se(this,jr);se(this,Vr);se(this,Sn);se(this,Gr);se(this,Hr);$(this,je,e.queryCache||new t9),$(this,wn,e.mutationCache||new r9),$(this,An,e.defaultOptions||{}),$(this,jr,new Map),$(this,Vr,new Map),$(this,Sn,0)}mount(){yi(this,Sn)._++,L(this,Sn)===1&&($(this,Gr,Cc.subscribe(async e=>{e&&(await this.resumePausedMutations(),L(this,je).onFocus())})),$(this,Hr,ui.subscribe(async e=>{e&&(await this.resumePausedMutations(),L(this,je).onOnline())})))}unmount(){var e,t;yi(this,Sn)._--,L(this,Sn)===0&&((e=L(this,Gr))==null||e.call(this),$(this,Gr,void 0),(t=L(this,Hr))==null||t.call(this),$(this,Hr,void 0))}isFetching(e){return L(this,je).findAll({...e,fetchStatus:"fetching"}).length}isMutating(e){return L(this,wn).findAll({...e,status:"pending"}).length}getQueryData(e){var n;const t=this.defaultQueryOptions({queryKey:e});return(n=L(this,je).get(t.queryHash))==null?void 0:n.state.data}ensureQueryData(e){const t=this.defaultQueryOptions(e),n=L(this,je).build(this,t),r=n.state.data;return r===void 0?this.fetchQuery(e):(e.revalidateIfStale&&n.isStaleByTime(Rr(t.staleTime,n))&&this.prefetchQuery(t),Promise.resolve(r))}getQueriesData(e){return L(this,je).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,je).get(r.queryHash),s=o==null?void 0:o.state.data,i=Xw(t,s);if(i!==void 0)return L(this,je).build(this,r).setData(i,{...n,manual:!0})}setQueriesData(e,t,n){return ze.batch(()=>L(this,je).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,je).get(t.queryHash))==null?void 0:n.state}removeQueries(e){const t=L(this,je);ze.batch(()=>{t.findAll(e).forEach(n=>{t.remove(n)})})}resetQueries(e,t){const n=L(this,je);return ze.batch(()=>(n.findAll(e).forEach(r=>{r.reset()}),this.refetchQueries({type:"active",...e},t)))}cancelQueries(e,t={}){const n={revert:!0,...t},r=ze.batch(()=>L(this,je).findAll(e).map(o=>o.cancel(n)));return Promise.all(r).then(Lt).catch(Lt)}invalidateQueries(e,t={}){return ze.batch(()=>(L(this,je).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=ze.batch(()=>L(this,je).findAll(e).filter(o=>!o.isDisabled()).map(o=>{let s=o.fetch(void 0,n);return n.throwOnError||(s=s.catch(Lt)),o.state.fetchStatus==="paused"?Promise.resolve():s}));return Promise.all(r).then(Lt)}fetchQuery(e){const t=this.defaultQueryOptions(e);t.retry===void 0&&(t.retry=!1);const n=L(this,je).build(this,t);return n.isStaleByTime(Rr(t.staleTime,n))?n.fetch(t):Promise.resolve(n.state.data)}prefetchQuery(e){return this.fetchQuery(e).then(Lt).catch(Lt)}fetchInfiniteQuery(e){return e.behavior=bp(e.pages),this.fetchQuery(e)}prefetchInfiniteQuery(e){return this.fetchInfiniteQuery(e).then(Lt).catch(Lt)}ensureInfiniteQueryData(e){return e.behavior=bp(e.pages),this.ensureQueryData(e)}resumePausedMutations(){return ui.isOnline()?L(this,wn).resumePausedMutations():Promise.resolve()}getQueryCache(){return L(this,je)}getMutationCache(){return L(this,wn)}getDefaultOptions(){return L(this,An)}setDefaultOptions(e){$(this,An,e)}setQueryDefaults(e,t){L(this,jr).set(Qn(e),{queryKey:e,defaultOptions:t})}getQueryDefaults(e){const t=[...L(this,jr).values()],n={};return t.forEach(r=>{_o(e,r.queryKey)&&Object.assign(n,r.defaultOptions)}),n}setMutationDefaults(e,t){L(this,Vr).set(Qn(e),{mutationKey:e,defaultOptions:t})}getMutationDefaults(e){const t=[...L(this,Vr).values()],n={};return t.forEach(r=>{_o(e,r.mutationKey)&&Object.assign(n,r.defaultOptions)}),n}defaultQueryOptions(e){if(e._defaulted)return e;const t={...L(this,An).queries,...this.getQueryDefaults(e.queryKey),...e,_defaulted:!0};return t.queryHash||(t.queryHash=mc(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===li&&(t.enabled=!1),t}defaultMutationOptions(e){return e!=null&&e._defaulted?e:{...L(this,An).mutations,...(e==null?void 0:e.mutationKey)&&this.getMutationDefaults(e.mutationKey),...e,_defaulted:!0}}clear(){L(this,je).clear(),L(this,wn).clear()}},je=new WeakMap,wn=new WeakMap,An=new WeakMap,jr=new WeakMap,Vr=new WeakMap,Sn=new WeakMap,Gr=new WeakMap,Hr=new WeakMap,Bp),i9=(jp=class extends Dr{constructor(t,n){super();se(this,Se);se(this,mt);se(this,me);se(this,Lo);se(this,ct);se(this,tr);se(this,Wr);se(this,_n);se(this,tn);se(this,Fo);se(this,Zr);se(this,Xr);se(this,nr);se(this,rr);se(this,Tn);se(this,zr,new Set);this.options=n,$(this,mt,t),$(this,tn,null),$(this,_n,Ic()),this.options.experimental_prefetchInRender||L(this,_n).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,me).addObserver(this),vp(L(this,me),this.options)?he(this,Se,Bo).call(this):this.updateResult(),he(this,Se,Pc).call(this))}onUnsubscribe(){this.hasListeners()||this.destroy()}shouldFetchOnReconnect(){return Ec(L(this,me),this.options,this.options.refetchOnReconnect)}shouldFetchOnWindowFocus(){return Ec(L(this,me),this.options,this.options.refetchOnWindowFocus)}destroy(){this.listeners=new Set,he(this,Se,Mc).call(this),he(this,Se,Bc).call(this),L(this,me).removeObserver(this)}setOptions(t,n){const r=this.options,o=L(this,me);if(this.options=L(this,mt).defaultQueryOptions(t),this.options.enabled!==void 0&&typeof this.options.enabled!="boolean"&&typeof this.options.enabled!="function"&&typeof Ht(this.options.enabled,L(this,me))!="boolean")throw new Error("Expected enabled to be a boolean or a callback that returns a boolean");he(this,Se,jc).call(this),L(this,me).setOptions(this.options),r._defaulted&&!ci(this.options,r)&&L(this,mt).getQueryCache().notify({type:"observerOptionsUpdated",query:L(this,me),observer:this});const s=this.hasListeners();s&&Cp(L(this,me),o,this.options,r)&&he(this,Se,Bo).call(this),this.updateResult(n),s&&(L(this,me)!==o||Ht(this.options.enabled,L(this,me))!==Ht(r.enabled,L(this,me))||Rr(this.options.staleTime,L(this,me))!==Rr(r.staleTime,L(this,me)))&&he(this,Se,Rc).call(this);const i=he(this,Se,kc).call(this);s&&(L(this,me)!==o||Ht(this.options.enabled,L(this,me))!==Ht(r.enabled,L(this,me))||i!==L(this,Tn))&&he(this,Se,Nc).call(this,i)}getOptimisticResult(t){const n=L(this,mt).getQueryCache().build(L(this,mt),t),r=this.createResult(n,t);return c9(this,r)&&($(this,ct,r),$(this,Wr,this.options),$(this,tr,L(this,me).state)),r}getCurrentResult(){return L(this,ct)}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,zr).add(t)}getCurrentQuery(){return L(this,me)}refetch({...t}={}){return this.fetch({...t})}fetchOptimistic(t){const n=L(this,mt).defaultQueryOptions(t),r=L(this,mt).getQueryCache().build(L(this,mt),n);return r.fetch().then(()=>this.createResult(r,n))}fetch(t){return he(this,Se,Bo).call(this,{...t,cancelRefetch:t.cancelRefetch??!0}).then(()=>(this.updateResult(),L(this,ct)))}createResult(t,n){var S;const r=L(this,me),o=this.options,s=L(this,ct),i=L(this,tr),c=L(this,Wr),a=t!==r?t.state:L(this,Lo),{state:u}=t;let h={...u},g=!1,x;if(n._optimisticResults){const T=this.hasListeners(),R=!T&&vp(t,n),F=T&&Cp(t,r,n,o);(R||F)&&(h={...h,...gp(u.data,t.options)}),n._optimisticResults==="isRestoring"&&(h.fetchStatus="idle")}let{error:b,errorUpdatedAt:d,status:f}=h;if(n.select&&h.data!==void 0)if(s&&h.data===(i==null?void 0:i.data)&&n.select===L(this,Fo))x=L(this,Zr);else try{$(this,Fo,n.select),x=n.select(h.data),x=vc(s==null?void 0:s.data,x,n),$(this,Zr,x),$(this,tn,null)}catch(T){$(this,tn,T)}else x=h.data;if(n.placeholderData!==void 0&&x===void 0&&f==="pending"){let T;if(s!=null&&s.isPlaceholderData&&n.placeholderData===(c==null?void 0:c.placeholderData))T=s.data;else if(T=typeof n.placeholderData=="function"?n.placeholderData((S=L(this,Xr))==null?void 0:S.state.data,L(this,Xr)):n.placeholderData,n.select&&T!==void 0)try{T=n.select(T),$(this,tn,null)}catch(R){$(this,tn,R)}T!==void 0&&(f="success",x=vc(s==null?void 0:s.data,T,n),g=!0)}L(this,tn)&&(b=L(this,tn),x=L(this,Zr),d=Date.now(),f="error");const p=h.fetchStatus==="fetching",y=f==="pending",m=f==="error",E=y&&p,I=x!==void 0,A={status:f,fetchStatus:h.fetchStatus,isPending:y,isSuccess:f==="success",isError:m,isInitialLoading:E,isLoading:E,data:x,dataUpdatedAt:h.dataUpdatedAt,error:b,errorUpdatedAt:d,failureCount:h.fetchFailureCount,failureReason:h.fetchFailureReason,errorUpdateCount:h.errorUpdateCount,isFetched:h.dataUpdateCount>0||h.errorUpdateCount>0,isFetchedAfterMount:h.dataUpdateCount>a.dataUpdateCount||h.errorUpdateCount>a.errorUpdateCount,isFetching:p,isRefetching:p&&!y,isLoadingError:m&&!I,isPaused:h.fetchStatus==="paused",isPlaceholderData:g,isRefetchError:m&&I,isStale:wc(t,n),refetch:this.refetch,promise:L(this,_n)};if(this.options.experimental_prefetchInRender){const T=D=>{A.status==="error"?D.reject(A.error):A.data!==void 0&&D.resolve(A.data)},R=()=>{const D=$(this,_n,A.promise=Ic());T(D)},F=L(this,_n);switch(F.status){case"pending":t.queryHash===r.queryHash&&T(F);break;case"fulfilled":(A.status==="error"||A.data!==F.value)&&R();break;case"rejected":(A.status!=="error"||A.error!==F.reason)&&R();break}}return A}updateResult(t){const n=L(this,ct),r=this.createResult(L(this,me),this.options);if($(this,tr,L(this,me).state),$(this,Wr,this.options),L(this,tr).data!==void 0&&$(this,Xr,L(this,me)),ci(r,n))return;$(this,ct,r);const o={},s=()=>{if(!n)return!0;const{notifyOnChangeProps:i}=this.options,c=typeof i=="function"?i():i;if(c==="all"||!c&&!L(this,zr).size)return!0;const l=new Set(c??L(this,zr));return this.options.throwOnError&&l.add("error"),Object.keys(L(this,ct)).some(a=>{const u=a;return L(this,ct)[u]!==n[u]&&l.has(u)})};(t==null?void 0:t.listeners)!==!1&&s()&&(o.listeners=!0),he(this,Se,Wp).call(this,{...o,...t})}onQueryUpdate(){this.updateResult(),this.hasListeners()&&he(this,Se,Pc).call(this)}},mt=new WeakMap,me=new WeakMap,Lo=new WeakMap,ct=new WeakMap,tr=new WeakMap,Wr=new WeakMap,_n=new WeakMap,tn=new WeakMap,Fo=new WeakMap,Zr=new WeakMap,Xr=new WeakMap,nr=new WeakMap,rr=new WeakMap,Tn=new WeakMap,zr=new WeakMap,Se=new WeakSet,Bo=function(t){he(this,Se,jc).call(this);let n=L(this,me).fetch(this.options,t);return t!=null&&t.throwOnError||(n=n.catch(Lt)),n},Rc=function(){he(this,Se,Mc).call(this);const t=Rr(this.options.staleTime,L(this,me));if(Jn||L(this,ct).isStale||!gc(t))return;const r=sp(L(this,ct).dataUpdatedAt,t)+1;$(this,nr,setTimeout(()=>{L(this,ct).isStale||this.updateResult()},r))},kc=function(){return(typeof this.options.refetchInterval=="function"?this.options.refetchInterval(L(this,me)):this.options.refetchInterval)??!1},Nc=function(t){he(this,Se,Bc).call(this),$(this,Tn,t),!(Jn||Ht(this.options.enabled,L(this,me))===!1||!gc(L(this,Tn))||L(this,Tn)===0)&&$(this,rr,setInterval(()=>{(this.options.refetchIntervalInBackground||Cc.isFocused())&&he(this,Se,Bo).call(this)},L(this,Tn)))},Pc=function(){he(this,Se,Rc).call(this),he(this,Se,Nc).call(this,he(this,Se,kc).call(this))},Mc=function(){L(this,nr)&&(clearTimeout(L(this,nr)),$(this,nr,void 0))},Bc=function(){L(this,rr)&&(clearInterval(L(this,rr)),$(this,rr,void 0))},jc=function(){const t=L(this,mt).getQueryCache().build(L(this,mt),this.options);if(t===L(this,me))return;const n=L(this,me);$(this,me,t),$(this,Lo,t.state),this.hasListeners()&&(n==null||n.removeObserver(this),t.addObserver(this))},Wp=function(t){ze.batch(()=>{t.listeners&&this.listeners.forEach(n=>{n(L(this,ct))}),L(this,mt).getQueryCache().notify({query:L(this,me),type:"observerResultsUpdated"})})},jp);function a9(e,t){return Ht(t.enabled,e)!==!1&&e.state.data===void 0&&!(e.state.status==="error"&&t.retryOnMount===!1)}function vp(e,t){return a9(e,t)||e.state.data!==void 0&&Ec(e,t,t.refetchOnMount)}function Ec(e,t,n){if(Ht(t.enabled,e)!==!1){const r=typeof n=="function"?n(e):n;return r==="always"||r!==!1&&wc(e,t)}return!1}function Cp(e,t,n,r){return(e!==t||Ht(r.enabled,e)===!1)&&(!n.suspense||e.state.status!=="error")&&wc(e,n)}function wc(e,t){return Ht(t.enabled,e)!==!1&&e.isStaleByTime(Rr(t.staleTime,e))}function c9(e,t){return!ci(e.getCurrentResult(),t)}var l9=(Vp=class extends Dr{constructor(t,n){super();se(this,un);se(this,On);se(this,Ln);se(this,bt);se(this,ln);$(this,On,t),this.setOptions(n),this.bindMethods(),he(this,un,vi).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,On).defaultMutationOptions(t),ci(this.options,n)||L(this,On).getMutationCache().notify({type:"observerOptionsUpdated",mutation:L(this,bt),observer:this}),n!=null&&n.mutationKey&&this.options.mutationKey&&Qn(n.mutationKey)!==Qn(this.options.mutationKey)?this.reset():((r=L(this,bt))==null?void 0:r.state.status)==="pending"&&L(this,bt).setOptions(this.options)}onUnsubscribe(){var t;this.hasListeners()||(t=L(this,bt))==null||t.removeObserver(this)}onMutationUpdate(t){he(this,un,vi).call(this),he(this,un,Vc).call(this,t)}getCurrentResult(){return L(this,Ln)}reset(){var t;(t=L(this,bt))==null||t.removeObserver(this),$(this,bt,void 0),he(this,un,vi).call(this),he(this,un,Vc).call(this)}mutate(t,n){var r;return $(this,ln,n),(r=L(this,bt))==null||r.removeObserver(this),$(this,bt,L(this,On).getMutationCache().build(L(this,On),this.options)),L(this,bt).addObserver(this),L(this,bt).execute(t)}},On=new WeakMap,Ln=new WeakMap,bt=new WeakMap,ln=new WeakMap,un=new WeakSet,vi=function(){var n;const t=((n=L(this,bt))==null?void 0:n.state)??mp();$(this,Ln,{...t,isPending:t.status==="pending",isSuccess:t.status==="success",isError:t.status==="error",isIdle:t.status==="idle",mutate:this.mutate,reset:this.reset})},Vc=function(t){ze.batch(()=>{var n,r,o,s,i,c,l,a;if(L(this,ln)&&this.hasListeners()){const u=L(this,Ln).variables,h=L(this,Ln).context;(t==null?void 0:t.type)==="success"?((r=(n=L(this,ln)).onSuccess)==null||r.call(n,t.data,u,h),(s=(o=L(this,ln)).onSettled)==null||s.call(o,t.data,null,u,h)):(t==null?void 0:t.type)==="error"&&((c=(i=L(this,ln)).onError)==null||c.call(i,t.error,u,h),(a=(l=L(this,ln)).onSettled)==null||a.call(l,void 0,t.error,u,h))}this.listeners.forEach(u=>{u(L(this,Ln))})})},Vp),Ip=k.createContext(void 0),xp=e=>{const t=k.useContext(Ip);if(!t)throw new Error("No QueryClient set, use QueryClientProvider to set one");return t},u9=({client:e,children:t})=>(k.useEffect(()=>(e.mount(),()=>{e.unmount()}),[e]),C.jsx(Ip.Provider,{value:e,children:t})),Ep=k.createContext(!1),d9=()=>k.useContext(Ep);Ep.Provider;function f9(){let e=!1;return{clearReset:()=>{e=!1},reset:()=>{e=!0},isReset:()=>e}}var p9=k.createContext(f9()),h9=()=>k.useContext(p9);function wp(e,t){return typeof e=="function"?e(...t):!!e}function Ac(){}var g9=(e,t)=>{(e.suspense||e.throwOnError||e.experimental_prefetchInRender)&&(t.isReset()||(e.retryOnMount=!1))},m9=e=>{k.useEffect(()=>{e.clearReset()},[e])},b9=({result:e,errorResetBoundary:t,throwOnError:n,query:r,suspense:o})=>e.isError&&!t.isReset()&&!e.isFetching&&r&&(o&&e.data===void 0||wp(n,[e.error,r])),y9=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)))},v9=(e,t)=>e.isLoading&&e.isFetching&&!t,C9=(e,t)=>(e==null?void 0:e.suspense)&&t.isPending,Ap=(e,t,n)=>t.fetchOptimistic(e).catch(()=>{n.clearReset()});function I9(e,t,n){var h,g,x,b,d;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=xp(),o=d9(),s=h9(),i=r.defaultQueryOptions(e);(g=(h=r.getDefaultOptions().queries)==null?void 0:h._experimental_beforeQuery)==null||g.call(h,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",y9(i),g9(i,s),m9(s);const c=!r.getQueryCache().get(i.queryHash),[l]=k.useState(()=>new t(r,i)),a=l.getOptimisticResult(i),u=!o&&e.subscribed!==!1;if(k.useSyncExternalStore(k.useCallback(f=>{const p=u?l.subscribe(ze.batchCalls(f)):Ac;return l.updateResult(),p},[l,u]),()=>l.getCurrentResult(),()=>l.getCurrentResult()),k.useEffect(()=>{l.setOptions(i,{listeners:!1})},[i,l]),C9(i,a))throw Ap(i,l,s);if(b9({result:a,errorResetBoundary:s,throwOnError:i.throwOnError,query:r.getQueryCache().get(i.queryHash),suspense:i.suspense}))throw a.error;if((b=(x=r.getDefaultOptions().queries)==null?void 0:x._experimental_afterQuery)==null||b.call(x,i,a),i.experimental_prefetchInRender&&!Jn&&v9(a,o)){const f=c?Ap(i,l,s):(d=r.getQueryCache().get(i.queryHash))==null?void 0:d.promise;f==null||f.catch(Ac).finally(()=>{l.updateResult()})}return i.notifyOnChangeProps?a:l.trackResult(a)}function Sp(e,t){return I9(e,i9)}function _p(e,t){const n=xp(),[r]=k.useState(()=>new l9(n,e));k.useEffect(()=>{r.setOptions(e)},[r,e]);const o=k.useSyncExternalStore(k.useCallback(i=>r.subscribe(ze.batchCalls(i)),[r]),()=>r.getCurrentResult(),()=>r.getCurrentResult()),s=k.useCallback((i,c)=>{r.mutate(i,c).catch(Ac)},[r]);if(o.error&&wp(r.options.throwOnError,[o.error]))throw o.error;return{...o,mutate:s,mutateAsync:o.mutate}}const x9=e=>new Promise(t=>setTimeout(t,e)),E9=({apiFn:e,intervalMillis:t,maxRetries:n,isSatisfied:r})=>(...s)=>{const i=async(c=0)=>{const l=await e(...s);if(r(l))return l;if(c>=n)throw l;return c++,x9(t).then(()=>i(c))};return i()},w9=async({conversationId:e,senderEmail:t})=>{try{const n=await qe({url:br(qE,{conversationId:e}),params:{senderEmail:t},method:it.GET});return n==null?void 0:n.data}catch(n){throw console.error(n),n}},Tp=({conversationId:e,senderEmail:t,enabled:n})=>Sp({queryKey:["Global","ConversationMetaData",e,t],queryFn:()=>w9({conversationId:e,senderEmail:t}),refetchOnMount:!1,enabled:n}),Op="/v1/api",A9=`${Op}/connectors/forms/:formId/search`,S9=`${Op}/connectors/conversation/:conversationId/smart-suggestions`,_9=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}},T9=E9({apiFn:async({conversationId:e})=>{try{const t=await qe({url:br(S9,{conversationId:e}),method:it.GET}),n=t==null?void 0:t.data;return _9(n)}catch(t){throw console.error(t),t}},intervalMillis:1500,maxRetries:5,isSatisfied:e=>e.status!=="pending"}),O9=({conversationId:e,senderEmail:t,enabled:n})=>{const{isSuccess:r}=Tp({conversationId:e,senderEmail:t,enabled:n});return Sp({queryKey:["GlobalSearch","SmartSuggestions",e],queryFn:()=>T9({conversationId:e}),enabled:n&&r})},L9=({selectedObject:e,root:t,setSelectedObject:n,fetchSearchResults:r,onReset:o})=>{const[s,i]=_.useState(""),{conversationId:c,email:l,availableFeatures:a}=_.useContext(Ve),u=be(vw),h=be(rp),g=tt(a,tm),{sortedObjectList:x,updatePriority:b}=Vw({objectList:u}),{data:d}=O9({enabled:g&&!!c,conversationId:String(c),senderEmail:l}),f=(d==null?void 0:d.suggestedOptions)??[],p=_.useMemo(()=>!h||!x.length?[]:x.map(({value:m})=>{const E=h[m];return E?{description:`${E.connectorName??""} - ${E.searchObject}`,avatarUrl:E.logoUrl,label:"",value:m,connectorName:E.connectorName,objectName:E.searchObject}:null}).filter(m=>!!m),[x,h]),y=m=>{n(m),m&&b(""+m.value)};return p.length?C.jsxs(v.Stack,{children:[C.jsx(Mw,{value:e,options:p.map(m=>({...m,label:s})),inputValue:s,root:t,onInputChange:i,onChange:y,onReset:o,NoOptionsMessage:({selectOption:m})=>C.jsx(Zw,{selectedOption:e,onSelect:m,options:f}),menuOpen:!s&&!f.length?!1:void 0}),e?C.jsx(jw,{objectId:e.value,searchString:e.label,fetchSearchResults:r},e.value):null]}):null},F9="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",D9=async({id:e,externalResourceId:t,conversationId:n,channelType:r="email"})=>{const o=new URLSearchParams;o.append("channel_type",r),await qe({url:`${e5.replace(":id",e)}?${o.toString()}`,method:it.POST,data:{externalResourceId:t,conversationId:n}})},R9=({onSuccess:e})=>_p({mutationFn:D9,onSuccess:()=>{Me({message:yv,type:In}),e==null||e()},onError:()=>{Me({message:vv,type:ht})}}),k9="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",N9=v.styled(v.Stack)`
|
|
1262
1262
|
width: fit-content;
|
|
1263
1263
|
cursor: pointer;
|
|
1264
1264
|
gap: 8px;
|
|
@@ -1270,7 +1270,7 @@ Do you want to continue?`,_5="Select an object to create",T5="Select an object t
|
|
|
1270
1270
|
letter-spacing: 0.4px;
|
|
1271
1271
|
text-align: center;
|
|
1272
1272
|
vertical-align: middle;
|
|
1273
|
-
`,
|
|
1273
|
+
`,P9=({meta:{externalResourceId:e,formId:t,searchKeyword:n,searchResultLabel:r},onBack:o,onLink:s})=>{const i=jt(),{conversationId:c,currentSmIds:l,sendTrackingEvent:a}=_.useContext(Ve),u=be(G0),h=be(H0),{mutate:g,isPending:x}=R9({onSuccess:s}),b=h===U.LOADING,d={externalResourceId:e};_.useEffect(()=>{i(Or({id:t,args:{externalResourceId:e}}))},[e,t,i]);const f=()=>{a(H1,{search_keyword:n,search_result_label:r,sm_ids:l,card_title:u==null?void 0:u.cardTitle,connector_names:u==null?void 0:u.connectorNames}),g({id:t,externalResourceId:e,conversationId:c})};return C.jsxs(v.Stack,{gap:"12px",marginTop:"12px",children:[C.jsxs(N9,{onClick:o,children:[C.jsx("img",{src:k9,width:"16px",height:"16px"}),C.jsx(v.Typography,{children:_w})]}),C.jsxs(v.Stack,{gap:"24px",children:[C.jsx(W0,{cardData:u,cardDataApiStatus:h,objectToLink:t,args:d}),C.jsx(v.Stack,{alignItems:"flex-end",children:C.jsx(v.Button,{size:"small",disabled:b||x,onClick:f,children:hu})})]})]})},Lp=v.styled(v.Stack)`
|
|
1274
1274
|
padding: 12px 12px 12px 11px;
|
|
1275
1275
|
border: 1px solid ${v.theme.palette.gray.gray5};
|
|
1276
1276
|
border-radius: 8px;
|
|
@@ -1286,10 +1286,10 @@ Do you want to continue?`,_5="Select an object to create",T5="Select an object t
|
|
|
1286
1286
|
}
|
|
1287
1287
|
}
|
|
1288
1288
|
`};
|
|
1289
|
-
`,k9="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",N9=()=>C.jsxs(v.Box,{justifyItems:"center",marginTop:"40px",children:[C.jsx("img",{src:k9,width:124,height:107}),C.jsx(v.Typography,{variant:"body2",color:v.theme.palette.gray.gray3,children:Aw})]}),P9=({searchResults:e,selectedObject:t,onReset:n,fetchCards:r})=>{const o=Mt(),{sendTrackingEvent:s,currentSmIds:i}=_.useContext(He),[c,l]=_.useState(null),a=hr(Ew,{count:e.length.toString(),countSuffix:e.length>1?"s":"",searchObject:t.objectName,connectorName:t.connectorName}),u=(x,b)=>{s(V1,{search_keyword:t.label,search_result_label:b,sm_ids:i,connector_name:t.connectorName}),l({externalResourceId:x,formId:t.value.toString(),searchKeyword:t.label,searchResultLabel:b})},h=()=>{l(null),o(o5())},g=()=>{n(),r(),h()};return e.length?c?C.jsx(R9,{meta:c,onBack:h,onLink:g}):C.jsxs(v.Stack,{gap:"14px",marginTop:"12px",children:[C.jsx(v.Typography,{variant:"body2",children:a}),C.jsx(v.Stack,{gap:"17px",children:e==null?void 0:e.map(({externalResourceId:x,name:b,description:d})=>C.jsxs(Tp,{onClick:()=>u(x,b),direction:"row",children:[C.jsxs(v.Stack,{flexGrow:1,children:[C.jsx(v.Typography,{variant:"body2",color:v.theme.palette.gray.gray1,children:b}),C.jsx(v.Typography,{variant:"caption",color:v.theme.palette.gray.gray3,children:d})]}),C.jsx(v.Box,{alignSelf:"center",className:"search-item__chevron",width:"20px",height:"20px",children:C.jsx("img",{src:T9})})]},x))})]}):C.jsx(N9,{})},Ac=v.styled(v.Skeleton)`
|
|
1289
|
+
`,M9="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",B9=()=>C.jsxs(v.Box,{justifyItems:"center",marginTop:"40px",children:[C.jsx("img",{src:M9,width:124,height:107}),C.jsx(v.Typography,{variant:"body2",color:v.theme.palette.gray.gray3,children:Tw})]}),j9=({searchResults:e,selectedObject:t,onReset:n,fetchCards:r})=>{const o=jt(),{sendTrackingEvent:s,currentSmIds:i}=_.useContext(Ve),[c,l]=_.useState(null),a=br(Sw,{count:e.length.toString(),countSuffix:e.length>1?"s":"",searchObject:t.objectName,connectorName:t.connectorName}),u=(x,b)=>{s(G1,{search_keyword:t.label,search_result_label:b,sm_ids:i,connector_name:t.connectorName}),l({externalResourceId:x,formId:t.value.toString(),searchKeyword:t.label,searchResultLabel:b})},h=()=>{l(null),o(i5())},g=()=>{n(),r(),h()};return e.length?c?C.jsx(P9,{meta:c,onBack:h,onLink:g}):C.jsxs(v.Stack,{gap:"14px",marginTop:"12px",children:[C.jsx(v.Typography,{variant:"body2",children:a}),C.jsx(v.Stack,{gap:"17px",children:e==null?void 0:e.map(({externalResourceId:x,name:b,description:d})=>C.jsxs(Lp,{onClick:()=>u(x,b),direction:"row",children:[C.jsxs(v.Stack,{flexGrow:1,children:[C.jsx(v.Typography,{variant:"body2",color:v.theme.palette.gray.gray1,children:b}),C.jsx(v.Typography,{variant:"caption",color:v.theme.palette.gray.gray3,children:d})]}),C.jsx(v.Box,{alignSelf:"center",className:"search-item__chevron",width:"20px",height:"20px",children:C.jsx("img",{src:F9})})]},x))})]}):C.jsx(B9,{})},Sc=v.styled(v.Skeleton)`
|
|
1290
1290
|
display: block;
|
|
1291
1291
|
margin: ${e=>e.margin?e.margin:0};
|
|
1292
|
-
`,
|
|
1292
|
+
`,V9=()=>C.jsxs(v.Stack,{marginTop:"12px",children:[C.jsx(Sc,{variant:"rounded",width:"50%",height:"16px",animation:"wave",margin:"0 0 18px 0"}),C.jsx(v.Stack,{gap:"17px",children:C.jsxs(Lp,{gap:"8px",disableHover:!0,children:[C.jsx(Sc,{variant:"rounded",width:"30%",height:"16px",animation:"wave"}),C.jsx(Sc,{variant:"rounded",width:"70%",height:"16px",animation:"wave"})]})})]}),G9=async({id:e,searchString:t,args:n})=>{try{if(e===void 0||t===void 0)return[];const r=await qe({url:A9.replace(":formId",e.toString()),method:it.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){Me({message:ws,type:ht}),console.error(r)}},H9=(e,t)=>_p({mutationFn:G9,onMutate:({searchString:n,connectorName:r})=>{e(n,r)},onSuccess:(n,{searchString:r,connectorName:o})=>{t(r,n,o)}}),_c={OPEN_FORM_VIEW:"connector-agent-open-form-view"},W9=(e,t={})=>{const{delayAfterLoad:n=1e3}=t,r=_.useRef(!1),o=_.useRef(void 0),s=_.useCallback((l="auto")=>{const a=e.current;a&&a.scrollIntoView({behavior:l})},[e]),i=_.useCallback((l,a="smooth")=>{r.current||(o.current!==void 0&&clearTimeout(o.current),l&&(o.current=setTimeout(()=>{s(a),r.current=!0},n)))},[s,n]),c=_.useCallback(()=>{r.current=!1,o.current!==void 0&&clearTimeout(o.current)},[]);return _.useEffect(()=>()=>{o.current!==void 0&&clearTimeout(o.current)},[]),{scrollOnceAfterLoad:i,resetScrollState:c,hasScrolledOnce:r.current}},Z9=({isAdmin:e=!1})=>{var mi;const{email:t,currentSmIds:n,sendTrackingEvent:r,availableFeatures:o,conversationId:s}=_.useContext(Ve),i=jt(),{userGroupId:c,userId:l}=Yt()||{},a=_.useRef(!1),u=_.useRef(null),h=_.useRef(null),g=_.useRef(null),[x,b]=_.useState(!1),[d,f]=_.useState(!1),[p,y]=_.useState(!1),[m,E]=_.useState(!1),[I,w]=_.useState(),[A,S]=_.useState(!1),[T,R]=_.useState(null),[F,D]=_.useState(),[B,W]=_.useState(null),[X,Y]=_.useState(!1),[K,J]=_.useState(!1),z=be(V5),ae=be(G5),le=be(W5),M=be(Z5),G=be(H5),j=be(R0),Z=be(n4),q=be(k0),ee=be(N0),re=be(P0),P=be(ow),te=tt(o,J1),ye=tt(o,lu),H=tt(o,em),Ne=tt(o,nm),Re=tt(o,rm),Ye=tt(o,om),Je=Cm(le),{data:dn,isLoading:yt}=Tp({senderEmail:t,conversationId:String(s),enabled:Ne&&!!t}),{emailHeaders:ot,selectedEmail:Ze}=dn??{},{scrollOnceAfterLoad:Fn,resetScrollState:Dt}=W9(h),Yr=G!==U.LOADING&&(!M||!Object.values(M).some(Te=>Te===U.LOADING))&&z&&z.length>0;_.useLayoutEffect(()=>{var Te;X&&!x&&K&&((Te=g==null?void 0:g.current)!=null&&Te.scrollHeight)&&Fn(!!Yr,"smooth")},[X,x,K,Yr,Fn,(mi=g==null?void 0:g.current)==null?void 0:mi.scrollHeight,l]);const Do=(Te,Qe)=>{r(B1,{search_keyword:Te,sm_ids:n,connector_name:Qe,suggestion_type:P})},or=(Te,Qe,Ot)=>{!Array.isArray(Qe)||!Qe.length?r(j1,{search_keyword:Te,sm_ids:n,connector_name:Ot,suggestion_type:P}):Qe.length&&r(V1,{num_of_results:Qe.length,search_keyword:Te,sm_ids:n,connector_name:Ot,suggestion_type:P})},{mutate:sr,reset:ce,data:_e,isPending:et,isIdle:vt}=H9(Do,or),Ct=_.useCallback(()=>{ce(),R(null)},[ce,R]),Rt=_.useCallback(()=>{t&&n.length&&s&&i(ai({inboxIds:n,conversationId:s}))},[i,t,n,s]),fn=_.useCallback((Te,Qe)=>{Te&&s&&Qe&&i(ii({id:Te,channelType:"email",conversationId:s,externalResourceId:Qe,contactEmail:t})).unwrap().catch(()=>{i(Lr(null))})},[i,s,t]);if(_.useEffect(()=>{(async()=>{l&&(Y(await ki(l)),J(await sl(l)))})()},[l]),_.useEffect(()=>{yt||D(Ze||t)},[t,Ze,yt]),_.useEffect(()=>{K&&l&&il(l)},[K,l]),_.useEffect(()=>{var Te;if(ee){f(!0);const{externalResourceId:Qe}=ee,Ot=(Te=ee.forms.find(cr=>cr.type==="edit"))==null?void 0:Te.id;fn(Ot,Qe)}else f(!1),i(N5())},[ee,fn,i]),_.useEffect(()=>(Rt(),Dt(),()=>{i(F0.clearConnectorList())}),[i,Rt,Dt]),_.useEffect(()=>(z&&z.length&&!a.current&&(r(f1,{numOfCards:z.length,sm_ids:n}),a.current=!0),()=>{(!z||!n||a.current)&&(a.current=!1)}),[z,r,n]),_.useEffect(()=>{s&&n&&n.length&&i(ti({inboxIds:n,conversationId:s,channelType:"email",isExpandedFormEnabled:Ye}))},[i,n,s,Ye]),_.useEffect(()=>{const Te=Qe=>{var bi;if(!(Qe instanceof CustomEvent))return;const Ot=(bi=Qe.detail)==null?void 0:bi.connectorKey,cr=j.find(Oc=>{var Po;return((Po=Oc.connectorKey)==null?void 0:Po.toLowerCase())===(Ot==null?void 0:Ot.toLowerCase())});cr&&(W(cr),y(!0))};return window.addEventListener(_c.OPEN_FORM_VIEW,Te),()=>{window.removeEventListener(_c.OPEN_FORM_VIEW,Te)}},[j]),!t.length||G===U.LOADING)return C.jsx(Z4,{});const Ro=Te=>{r(b1,{connector_name:Z,source:Te,sm_ids:n})},fi=Te=>{y(!0),Ro(Te)},Tc=()=>{E(!0),r(y1)},pi=Te=>{r(Te,I),re?S(!0):(y(!1),W(null))},hi=Te=>{if(ee){const{connectorName:Qe,title:Ot}=ee;r(Te,{connector_name:Qe,card_title:Ot,sm_ids:n,ug_id:c})}re?S(!0):i(Lr(null))},ko=()=>{y(!1),i(Lr(null)),w(void 0),S(!1)},No=()=>{Rt(),i(F0.clearConnectorList())},Dn=[{label:"Go back",variant:"text",action:ko},{label:"Stay",variant:"contained",action:()=>S(!1)}],ir=j.length>0,ar=q.length>0,gi=()=>ir||ar?C.jsx(yw,{haveCreateObjects:ir,haveLinkObjects:ar,onCreateClick:()=>fi(Iu.MAIN_BUTTON),onLinkClick:()=>E(!0)}):C.jsx(j0,{isAdmin:e,hideHeading:!0});return C.jsxs(Lu,{ref:u,"data-testid":Array.isArray(z)?"connector-agent":"loading",id:"connector-agent-container",stopOverflow:p||m,children:[C.jsx($0,{shown:A,setShown:S,title:_5,description:T5,buttons:Dn}),C.jsx(Km,{onWheel:()=>b(!0),ref:g,children:ae?C.jsxs(C.Fragment,{children:[C.jsx(Fb,{connectors:Je,isWriteFlowEnabled:ye,haveCreateObjects:ir,haveLinkObjects:ar,cards:z,handleCreateNewObject:()=>fi(Iu.ICON),handleLinkNewObject:Tc}),H?C.jsx(L9,{selectedObject:T,setSelectedObject:R,fetchSearchResults:sr,onReset:Ct,root:u.current}):null,C.jsxs(dc,{children:[C.jsx(Fr,{condition:H&&et,children:C.jsx(V9,{})},"search"),C.jsx(Fr,{condition:H&&!!T&&!vt,children:C.jsx(j9,{searchResults:_e??[],selectedObject:T,onReset:Ct,fetchCards:Rt})},"results"),C.jsxs(Fr,{fallback:!0,children:[Ne&&(z!=null&&z.length)?C.jsx(K4,{emailHeaders:ot,selectedEmail:F,root:u.current,isLoading:yt,setSelectedEmail:D}):null,te?C.jsx(X4,{}):null,C.jsxs(dc,{children:[C.jsxs(Fr,{condition:!!z&&z.length>0,children:[C.jsx(v4,{cards:z,specificCardData:le,email:F??"",specificConnectorApiStatus:M,onCardUnlinking:Rt}),C.jsx("div",{ref:h,children:Re?C.jsx(Dm,{connectors:Je,expanded:X}):null})]},"cards-list"),C.jsx(Fr,{condition:!(z!=null&&z.length)&&ye,children:gi()},"create-banner")]})]},"cards")]})]}):C.jsx(j0,{isAdmin:e})}),C.jsx(fc,{onClose:()=>hi(F1),isOpen:d,setIsOpen:f,title:fm,portalId:"connector-layover-portal",backButtonTooltip:"Back",children:C.jsx(U0,{isEdit:!0,onClose:()=>hi(L1),onCreateSuccess:No,metaData:I,setMetaData:w,connectors:Je})}),C.jsx(fc,{onClose:()=>pi(w1),portalId:"connector-layover-portal",isOpen:p,setIsOpen:y,children:C.jsx(U0,{onClose:()=>pi(E1),onCreateSuccess:No,metaData:I,setMetaData:w,defaultOption:B,connectors:Je})}),C.jsx(fc,{onClose:()=>E(!1),portalId:"connector-layover-portal",isOpen:m,setIsOpen:E,children:C.jsx(pw,{setOpenTaskLinking:E,onLinkingSuccess:Rt})}),!ae&&C.jsx(Zm,{})]})},X9=({children:e,sendTrackingEvent:t,contactEmail:n,baseUrls:r={},currentSmIds:o=[],userEmail:s,metaData:i,availableFeatures:c,conversationId:l,connectorFunctions:a,stackingContext:u,isAdmin:h=!1})=>{const g=_.useMemo(()=>({userEmail:s,email:n,baseUrls:r,currentSmIds:o,metaData:i,conversationId:l,sendTrackingEvent:t||(()=>{}),availableFeatures:c,isAdmin:h,connectorFunctions:a,stackingContext:u}),[s,n,r,t,o,i,c,l,h,a,u]);return C.jsx(Ve.Provider,{value:g,children:e})},z9=new s9,Y9=({children:e})=>C.jsx(u9,{client:z9,children:e}),J9=zu({cardList:K5,write:P5,common:c5}),Q9=Uy({reducer:J9,devTools:!0}),$9=({children:e,userEmail:t,extraParams:n,contactEmail:r,baseUrls:o,availableFeatures:s,connectorFunctions:i,stackingContext:c})=>C.jsx(Jb,{store:Q9,children:C.jsx(v.HiverProvider,{custom:!0,children:C.jsx(Y9,{children:C.jsx(X9,{userEmail:t,availableFeatures:s,sendTrackingEvent:n==null?void 0:n.sendTrackingEvent,contactEmail:r,currentSmIds:n==null?void 0:n.currentSmIds,metaData:n==null?void 0:n.metaData,conversationId:n==null?void 0:n.conversationId,baseUrls:o,connectorFunctions:i,stackingContext:c,isAdmin:n==null?void 0:n.isAdmin,children:C.jsx(_.Suspense,{fallback:C.jsx(C.Fragment,{}),children:e})})})})}),q9=v.styled(v.Box)`
|
|
1293
1293
|
height: inherit;
|
|
1294
1294
|
.MuiScopedCssBaseline-root {
|
|
1295
1295
|
height: inherit;
|
|
@@ -1397,7 +1397,7 @@ Do you want to continue?`,_5="Select an object to create",T5="Select an object t
|
|
|
1397
1397
|
[hidden] {
|
|
1398
1398
|
display: none;
|
|
1399
1399
|
}
|
|
1400
|
-
`,
|
|
1400
|
+
`,U9=v.styled(v.Box)`
|
|
1401
1401
|
:root {
|
|
1402
1402
|
--toastify-color-light: #fff;
|
|
1403
1403
|
--toastify-color-dark: #121212;
|
|
@@ -2128,7 +2128,7 @@ Do you want to continue?`,_5="Select an object to create",T5="Select an object t
|
|
|
2128
2128
|
transform: rotate(360deg);
|
|
2129
2129
|
}
|
|
2130
2130
|
}
|
|
2131
|
-
|
|
2131
|
+
`,K9=v.styled(U9)`
|
|
2132
2132
|
.Toastify__toast-container {
|
|
2133
2133
|
min-width: 320px !important;
|
|
2134
2134
|
font-size: 16px;
|
|
@@ -2177,4 +2177,4 @@ Do you want to continue?`,_5="Select an object to create",T5="Select an object t
|
|
|
2177
2177
|
align-self: auto !important;
|
|
2178
2178
|
margin-left: 12px;
|
|
2179
2179
|
}
|
|
2180
|
-
`,
|
|
2180
|
+
`,eA=({userEmail:e="",contactEmail:t="",baseUrls:n={},extraParams:r={},availableFeatures:o={},connectorFunctions:s,stackingContext:i={}})=>C.jsx(q9,{children:C.jsxs($9,{userEmail:e,availableFeatures:o,extraParams:r,contactEmail:t,connectorFunctions:s,stackingContext:i,baseUrls:n,children:[C.jsx(Z9,{isAdmin:r==null?void 0:r.isAdmin}),ke.createPortal(C.jsx(K9,{id:"toast-message",children:C.jsx(rh,{position:"bottom-left",autoClose:5e3,hideProgressBar:!0,newestOnTop:!1,closeOnClick:!0,rtl:!1,draggable:!0,pauseOnHover:!0,...!!i.toastMessage&&{style:{zIndex:i.toastMessage}}})}),document.body),C.jsx("div",{"data-connectorid":"connector-layover-portal"})]})});ue.CONNECTORS_AGENT_EVENTS=_c,ue.ConnectorCardList=eA,ue.HiverConnectorBifrostAuth=qe,ue.addNewConnectors=Ah,ue.dismissNotification=il,ue.getConnectorsBifrostConfigs=Yt,ue.getMetaData=Fv,ue.initConnectorsBifrost=qg,ue.setCaptureFeedbackOnDemand=Sh,ue.shouldCaptureFeedback=ki,ue.shouldShowNotification=sl,Object.defineProperty(ue,Symbol.toStringTag,{value:"Module"})});
|