@amp-labs/react 1.17.1 → 1.17.3
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/build/amp-react.cjs.js +13 -13
- package/build/amp-react.es.js +2489 -2455
- package/package.json +3 -2
package/build/amp-react.cjs.js
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react/jsx-runtime"),g=require("react"),T=require("@chakra-ui/react");require("react-dom");function Fl(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 $=Fl(g),Ml={primary:{bg:"black",color:"white",_hover:{bg:"gray.700",_disabled:{bg:"gray.600"}},_disabled:{bg:"gray.600",color:"gray.300",cursor:"not-allowed",opacity:1}},
|
|
2
|
-
`).filter(n=>n.trim()!==""),ql=(e,t)=>(t==null?void 0:t.length)===0||!e?null:t.find(n=>n.name===e)??null,Ae=Ul("REACT_APP_ENABLE_CSS",!1)==="true",Wl="_box_1is6l_1",Ui={box:Wl};function bn({children:e,className:t,style:n}){return Ae?a.jsx("div",{className:t?`${Ui.box} ${t}`:Ui.box,style:n,children:e}):a.jsx(T.Box,{className:t,style:n,borderWidth:1,borderRadius:4,children:e})}const Jl="_container_1wvzr_1",qi={container:Jl};function Fn({children:e,className:t,style:n}){return Ae?a.jsx("div",{className:t?`${qi.container} ${t}`:qi.container,style:n,children:e}):a.jsx(T.Container,{className:t,style:n,children:e})}const zl="_errorBoxContainer_1qhwq_1",Xl="_errorBox_1qhwq_1",Gl="_errorText_1qhwq_20",io={errorBoxContainer:zl,errorBox:Xl,errorText:Gl};function qt({message:e}){return Ae?a.jsxs(Fn,{className:io.errorBoxContainer,children:[a.jsx(Bi,{}),a.jsx(bn,{className:io.errorBox,children:a.jsx("p",{className:io.errorText,children:e})})]}):a.jsxs(T.Box,{minHeight:"300px",padding:"30px",display:"flex",flexDirection:"column",justifyContent:"space-evenly",alignItems:"center",children:[a.jsx(Bi,{}),a.jsx(T.Box,{boxSizing:"border-box",display:"flex",justifyContent:"center",alignItems:"center","align-self":"stretch",padding:"12px 50px 12px 50px",borderRadius:"8px",border:"2px solid #FECACA",background:"#FEF2F2",children:a.jsx(T.Text,{color:"#991B1B",fontSize:"md",children:e})})]})}const Yl="https://api.withampersand.com/v1".replace(/\/+$/,"");class $s{constructor(t={}){this.configuration=t}set config(t){this.configuration=t}get basePath(){return this.configuration.basePath!=null?this.configuration.basePath:Yl}get fetchApi(){return this.configuration.fetchApi}get middleware(){return this.configuration.middleware||[]}get queryParamsStringify(){return this.configuration.queryParamsStringify||Vs}get username(){return this.configuration.username}get password(){return this.configuration.password}get apiKey(){const t=this.configuration.apiKey;if(t)return typeof t=="function"?t:()=>t}get accessToken(){const t=this.configuration.accessToken;if(t)return typeof t=="function"?t:async()=>t}get headers(){return this.configuration.headers}get credentials(){return this.configuration.credentials}}const Zl=new $s,Br=class Br{constructor(t=Zl){this.configuration=t,this.fetchApi=async(n,r)=>{let i={url:n,init:r};for(const s of this.middleware)s.pre&&(i=await s.pre({fetch:this.fetchApi,...i})||i);let o;try{o=await(this.configuration.fetchApi||fetch)(i.url,i.init)}catch(s){for(const c of this.middleware)c.onError&&(o=await c.onError({fetch:this.fetchApi,url:i.url,init:i.init,error:s,response:o?o.clone():void 0})||o);if(o===void 0)throw s instanceof Error?new tu(s,"The request failed and the interceptors did not return an alternative response"):s}for(const s of this.middleware)s.post&&(o=await s.post({fetch:this.fetchApi,url:i.url,init:i.init,response:o.clone()})||o);return o},this.middleware=t.middleware}withMiddleware(...t){const n=this.clone();return n.middleware=n.middleware.concat(...t),n}withPreMiddleware(...t){const n=t.map(r=>({pre:r}));return this.withMiddleware(...n)}withPostMiddleware(...t){const n=t.map(r=>({post:r}));return this.withMiddleware(...n)}isJsonMime(t){return t?Br.jsonRegex.test(t):!1}async request(t,n){const{url:r,init:i}=await this.createFetchParams(t,n),o=await this.fetchApi(r,i);if(o&&o.status>=200&&o.status<300)return o;throw new Ks(o,"Response returned an error code")}async createFetchParams(t,n){let r=this.configuration.basePath+t.path;t.query!==void 0&&Object.keys(t.query).length!==0&&(r+="?"+this.configuration.queryParamsStringify(t.query));const i=Object.assign({},this.configuration.headers,t.headers);Object.keys(i).forEach(u=>i[u]===void 0?delete i[u]:{});const o=typeof n=="function"?n:async()=>n,s={method:t.method,headers:i,body:t.body,credentials:this.configuration.credentials},c={...s,...await o({init:s,context:t})},l={...c,body:eu(c.body)||c.body instanceof URLSearchParams||Ql(c.body)?c.body:JSON.stringify(c.body)};return{url:r,init:l}}clone(){const t=this.constructor,n=new t(this.configuration);return n.middleware=this.middleware.slice(),n}};Br.jsonRegex=new RegExp("^(:?application/json|[^;/ ]+/[^;/ ]+[+]json)[ ]*(:?;.*)?$","i");let At=Br;function Ql(e){return typeof Blob<"u"&&e instanceof Blob}function eu(e){return typeof FormData<"u"&&e instanceof FormData}class Ks extends Error{constructor(t,n){super(n),this.response=t,this.name="ResponseError"}}class tu extends Error{constructor(t,n){super(n),this.cause=t,this.name="FetchError"}}class ie extends Error{constructor(t,n){super(n),this.field=t,this.name="RequiredError"}}function K(e,t){const n=e[t];return n!=null}function Vs(e,t=""){return Object.keys(e).map(n=>Hs(n,e[n],t)).filter(n=>n.length>0).join("&")}function Hs(e,t,n=""){const r=n+(n.length?`[${e}]`:e);if(t instanceof Array){const i=t.map(o=>encodeURIComponent(String(o))).join(`&${encodeURIComponent(r)}=`);return`${encodeURIComponent(r)}=${i}`}if(t instanceof Set){const i=Array.from(t);return Hs(e,i,n)}return t instanceof Date?`${encodeURIComponent(r)}=${encodeURIComponent(t.toISOString())}`:t instanceof Object?Vs(t,r):`${encodeURIComponent(r)}=${encodeURIComponent(String(t))}`}function Uo(e,t){return Object.keys(e).reduce((n,r)=>({...n,[r]:t(e[r])}),{})}class De{constructor(t,n=r=>r){this.raw=t,this.transformer=n}async value(){return this.transformer(await this.raw.json())}}class On{constructor(t){this.raw=t}async value(){}}class nu{constructor(t){this.raw=t}async value(){return await this.raw.text()}}function ru(e){return ou(e)}function ou(e,t){return e==null?e:{fieldUsed:K(e,"fieldUsed")?e.fieldUsed:void 0,keyFormat:K(e,"keyFormat")?e.keyFormat:void 0}}function iu(e){return su(e)}function su(e,t){return e==null?e:{name:e.name,valuePrefix:K(e,"valuePrefix")?e.valuePrefix:void 0}}function au(e){return cu(e)}function cu(e,t){return e==null?e:{name:e.name}}function lu(e){return uu(e)}function uu(e,t){return e==null?e:{attachmentType:e.attachmentType,query:K(e,"query")?au(e.query):void 0,header:K(e,"header")?iu(e.header):void 0,docsURL:K(e,"docsURL")?e.docsURL:void 0}}function du(e){return pu(e)}function pu(e,t){return e}function fu(e){return mu(e)}function mu(e,t){return e==null?e:{days:K(e,"days")?e.days:void 0,fullHistory:K(e,"fullHistory")?e.fullHistory:void 0}}function hu(e){if(e!==void 0)return e===null?null:{days:e.days,fullHistory:e.fullHistory}}function Bs(e){return gu(e)}function gu(e,t){return e==null?e:{defaultPeriod:fu(e.defaultPeriod)}}function vu(e){if(e!==void 0)return e===null?null:{defaultPeriod:hu(e.defaultPeriod)}}function yu(e){if(e!==void 0)return e===null?null:{days:e.days,fullHistory:e.fullHistory}}function wu(e){if(e!==void 0)return e===null?null:{defaultPeriod:yu(e.defaultPeriod)}}function Iu(e){return xu(e)}function xu(e,t){return e==null?e:{enabled:K(e,"enabled")?e.enabled:void 0}}function Us(e){if(e!==void 0)return e===null?null:{enabled:e.enabled}}function bu(e){if(e!==void 0)return e===null?null:{objectName:e.objectName,schedule:e.schedule,destination:e.destination,selectedFields:e.selectedFields,selectedFieldMappings:e.selectedFieldMappings,selectedFieldsAuto:e.selectedFieldsAuto,backfill:wu(e.backfill)}}function _u(e){if(e!==void 0)return e===null?null:{objects:e.objects===void 0?void 0:Uo(e.objects,bu)}}function Cu(e){if(e!==void 0)return e===null?null:{objectName:e.objectName}}function Su(e){if(e!==void 0)return e===null?null:{objects:e.objects===void 0?void 0:Uo(e.objects,Cu)}}function Eu(e){return Ou(e)}function Ou(e,t){return e==null?e:{apiKeyAsBasic:K(e,"apiKeyAsBasic")?e.apiKeyAsBasic:void 0,apiKeyAsBasicOpts:K(e,"apiKeyAsBasicOpts")?ru(e.apiKeyAsBasicOpts):void 0,docsURL:K(e,"docsURL")?e.docsURL:void 0}}function Nu(e){if(e!==void 0)return e===null?null:{sourceZipUrl:e.sourceZipUrl,sourceYaml:e.sourceYaml}}function hr(e){return Tu(e)}function Tu(e,t){return e==null?e:{id:e.id,name:e.name,appName:e.appName,orgId:K(e,"orgId")?e.orgId:void 0,createTime:new Date(e.createTime),updateTime:K(e,"updateTime")?new Date(e.updateTime):void 0}}function Ru(e){return Au(e)}function Au(e,t){return e==null?e:{insert:e.insert,update:e.update,upsert:e.upsert,_delete:e.delete}}function ju(e){return Pu(e)}function Pu(e,t){return e==null?e:{provider:e.provider,read:K(e,"read")?e.read:void 0,write:K(e,"write")?e.write:void 0,proxy:K(e,"proxy")?Iu(e.proxy):void 0}}function qs(e){if(e!==void 0)return e===null?null:{provider:e.provider,read:e.read,write:e.write,proxy:Us(e.proxy)}}function Du(e){return ku(e)}function ku(e,t){return e==null?e:{id:e.id,revisionId:e.revisionId,createTime:new Date(e.createTime),createdBy:e.createdBy,content:ju(e.content)}}function Fu(e){return Mu(e)}function Mu(e,t){return e==null?e:{consumerRef:e.consumerRef,consumerName:e.consumerName,projectId:e.projectId,createTime:new Date(e.createTime),updateTime:K(e,"updateTime")?new Date(e.updateTime):void 0}}function Ws(e){return Lu(e)}function Lu(e,t){return e==null?e:{groupRef:e.groupRef,groupName:e.groupName,projectId:e.projectId,createTime:new Date(e.createTime),updateTime:K(e,"updateTime")?new Date(e.updateTime):void 0}}function _r(e){return $u(e)}function $u(e,t){return e==null?e:{id:e.id,projectId:e.projectId,externalRef:K(e,"externalRef")?e.externalRef:void 0,provider:e.provider,clientId:e.clientId,scopes:K(e,"scopes")?e.scopes:void 0,createTime:new Date(e.createTime),updateTime:K(e,"updateTime")?new Date(e.updateTime):void 0}}function Cr(e){return Ku(e)}function Ku(e,t){return e==null?e:{id:e.id,projectId:e.projectId,providerApp:_r(e.providerApp),group:Ws(e.group),consumer:Fu(e.consumer),providerWorkspaceRef:e.providerWorkspaceRef,providerConsumerRef:K(e,"ProviderConsumerRef")?e.ProviderConsumerRef:void 0,createTime:new Date(e.createTime),updateTime:K(e,"updateTime")?new Date(e.updateTime):void 0}}function Vu(e){if(e!==void 0)return e===null?null:{revisionId:e.revisionId,createdBy:e.createdBy,content:qs(e.content)}}function Hu(e){if(e!==void 0)return e===null?null:{groupRef:e.groupRef,connectionId:e.connectionId,config:Vu(e.config)}}function Bu(e){return Uu(e)}function Uu(e,t){return e==null?e:{enabled:K(e,"enabled")?e.enabled:void 0}}function qu(e){if(e!==void 0)return e===null?null:{enabled:e.enabled}}function Wu(e){return Ju(e)}function Ju(e,t){return e==null?e:{mode:K(e,"mode")?e.mode:void 0,pageSize:K(e,"pageSize")?e.pageSize:void 0}}function zu(e){if(e!==void 0)return e===null?null:{mode:e.mode,pageSize:e.pageSize}}function Xu(e){let t=!0;return t=t&&"fieldName"in e,t}function Gu(e,t){return e==null?e:{fieldName:e.fieldName,mapToName:K(e,"mapToName")?e.mapToName:void 0,mapToDisplayName:K(e,"mapToDisplayName")?e.mapToDisplayName:void 0}}function Yu(e){if(e!==void 0)return e===null?null:{fieldName:e.fieldName,mapToName:e.mapToName,mapToDisplayName:e.mapToDisplayName}}function Zu(e){let t=!0;return t=t&&"mapToName"in e,t}function Js(e,t){return e==null?e:{mapToName:e.mapToName,mapToDisplayName:K(e,"mapToDisplayName")?e.mapToDisplayName:void 0,_default:K(e,"default")?e.default:void 0,prompt:K(e,"prompt")?e.prompt:void 0}}function Qu(e){if(e!==void 0)return e===null?null:{mapToName:e.mapToName,mapToDisplayName:e.mapToDisplayName,default:e._default,prompt:e.prompt}}function Wi(e){return ed(e)}function ed(e,t){return e==null?e:{...Gu(e),...Js(e)}}function Ji(e){if(e!==void 0)return e===null?null:Xu(e)?Yu(e):Zu(e)?Qu(e):{}}function zs(e){return td(e)}function td(e,t){return e}function nd(e){return rd(e)}function rd(e,t){return e==null?e:{objectName:e.objectName,destination:e.destination,schedule:e.schedule,mapToName:K(e,"mapToName")?e.mapToName:void 0,mapToDisplayName:K(e,"mapToDisplayName")?e.mapToDisplayName:void 0,requiredFields:K(e,"requiredFields")?e.requiredFields.map(Wi):void 0,optionalFields:K(e,"optionalFields")?e.optionalFields.map(Wi):void 0,optionalFieldsAuto:K(e,"optionalFieldsAuto")?zs(e.optionalFieldsAuto):void 0,backfill:K(e,"backfill")?Bs(e.backfill):void 0,delivery:K(e,"delivery")?Wu(e.delivery):void 0}}function od(e){if(e!==void 0)return e===null?null:{objectName:e.objectName,destination:e.destination,schedule:e.schedule,mapToName:e.mapToName,mapToDisplayName:e.mapToDisplayName,requiredFields:e.requiredFields===void 0?void 0:e.requiredFields.map(Ji),optionalFields:e.optionalFields===void 0?void 0:e.optionalFields.map(Ji),optionalFieldsAuto:e.optionalFieldsAuto,backfill:vu(e.backfill),delivery:zu(e.delivery)}}function id(e){return sd(e)}function sd(e,t){return e==null?e:{objects:K(e,"objects")?e.objects.map(nd):void 0}}function ad(e){if(e!==void 0)return e===null?null:{objects:e.objects===void 0?void 0:e.objects.map(od)}}function cd(e){return ld(e)}function ld(e,t){return e==null?e:{objectName:e.objectName,inheritMappingFromRead:K(e,"inheritMappingFromRead")?e.inheritMappingFromRead:void 0}}function ud(e){if(e!==void 0)return e===null?null:{objectName:e.objectName,inheritMappingFromRead:e.inheritMappingFromRead}}function dd(e){return pd(e)}function pd(e,t){return e==null?e:{objects:K(e,"objects")?e.objects.map(cd):void 0}}function fd(e){if(e!==void 0)return e===null?null:{objects:e.objects===void 0?void 0:e.objects.map(ud)}}function md(e){return hd(e)}function hd(e,t){return e==null?e:{name:e.name,displayName:K(e,"displayName")?e.displayName:void 0,provider:e.provider,read:K(e,"read")?id(e.read):void 0,write:K(e,"write")?dd(e.write):void 0,proxy:K(e,"proxy")?Bu(e.proxy):void 0}}function gd(e){if(e!==void 0)return e===null?null:{name:e.name,displayName:e.displayName,provider:e.provider,read:ad(e.read),write:fd(e.write),proxy:qu(e.proxy)}}function vd(e){if(e!==void 0)return e===null?null:{specVersion:e.specVersion,content:gd(e.content)}}function yd(e){if(e!==void 0)return e===null?null:{name:e.name,provider:e.provider,latestRevision:vd(e.latestRevision)}}function wd(e){if(e!==void 0)return e===null?null:{appName:e.appName,name:e.name,orgId:e.orgId}}function Id(e){if(e!==void 0)return e===null?null:{externalRef:e.externalRef,provider:e.provider,clientId:e.clientId,clientSecret:e.clientSecret,scopes:e.scopes}}function xd(e){if(e!==void 0)return e===null?null:{sourceZipUrl:e.sourceZipUrl,sourceYaml:e.sourceYaml}}function bd(e){if(e!==void 0)return e===null?null:{username:e.username,password:e.password}}function _d(e){if(e!==void 0)return e===null?null:{clientId:e.clientId,clientSecret:e.clientSecret,scopes:e.scopes}}function Cd(e){if(e!==void 0)return e===null?null:{username:e.username,password:e.password,clientId:e.clientId,clientSecret:e.clientSecret,scopes:e.scopes}}function Sd(e){if(e!==void 0)return e===null?null:{providerWorkspaceRef:e.providerWorkspaceRef,groupName:e.groupName,groupRef:e.groupRef,consumerName:e.consumerName,consumerRef:e.consumerRef,provider:e.provider,apiKey:e.apiKey,basicAuth:bd(e.basicAuth),oauth2ClientCredentials:_d(e.oauth2ClientCredentials),oauth2Password:Cd(e.oauth2Password)}}function Ed(e){return Od(e)}function Od(e,t){return e==null?e:{enabled:K(e,"enabled")?e.enabled:void 0}}function Nd(e,t){return e==null?e:{fieldName:e.fieldName,mapToName:K(e,"mapToName")?e.mapToName:void 0,displayName:e.displayName}}function so(e){return Td(e)}function Td(e,t){return e==null?e:{...Nd(e),...Js(e)}}function Rd(e){return Ad(e)}function Ad(e,t){return e==null?e:{objectName:e.objectName,displayName:e.displayName,mapToName:K(e,"mapToName")?e.mapToName:void 0,mapToDisplayName:K(e,"mapToDisplayName")?e.mapToDisplayName:void 0,destination:e.destination,schedule:e.schedule,requiredFields:K(e,"requiredFields")?e.requiredFields.map(so):void 0,optionalFields:K(e,"optionalFields")?e.optionalFields.map(so):void 0,optionalFieldsAuto:K(e,"optionalFieldsAuto")?zs(e.optionalFieldsAuto):void 0,allFields:K(e,"allFields")?e.allFields.map(so):void 0,backfill:K(e,"backfill")?Bs(e.backfill):void 0}}function jd(e){return Pd(e)}function Pd(e,t){return e==null?e:{objects:K(e,"objects")?e.objects.map(Rd):void 0}}function Dd(e){return kd(e)}function kd(e,t){return e==null?e:{objectName:e.objectName,displayName:e.displayName}}function Fd(e){return Md(e)}function Md(e,t){return e==null?e:{objects:K(e,"objects")?e.objects.map(Dd):void 0}}function Ld(e){return $d(e)}function $d(e,t){return e==null?e:{name:e.name,displayName:K(e,"displayName")?e.displayName:void 0,provider:e.provider,read:K(e,"read")?jd(e.read):void 0,write:K(e,"write")?Fd(e.write):void 0,proxy:K(e,"proxy")?Ed(e.proxy):void 0}}function Kd(e){return Vd(e)}function Vd(e,t){return e==null?e:{id:e.id,specVersion:e.specVersion,createTime:new Date(e.createTime),content:Ld(e.content)}}function Hd(e){if(e!==void 0)return e===null?null:{providerAppId:e.providerAppId,groupRef:e.groupRef,groupName:e.groupName,consumerRef:e.consumerRef,consumerName:e.consumerName,providerWorkspaceRef:e.providerWorkspaceRef,providerConsumerRef:e.providerConsumerRef,refreshToken:e.refreshToken,scopes:e.scopes}}function Bd(e){if(e!==void 0)return e===null?null:{revisionId:e.revisionId,content:qs(e.content)}}function Ud(e){if(e!==void 0)return e===null?null:{provider:e.provider,connection:Hd(e.connection),config:Bd(e.config)}}function Un(e){return qd(e)}function qd(e,t){return e==null?e:{id:e.id,projectId:e.projectId,integrationId:e.integrationId,group:K(e,"group")?Ws(e.group):void 0,healthStatus:e.healthStatus,connection:Cr(e.connection),createTime:new Date(e.createTime),createdBy:e.createdBy,updateTime:K(e,"updateTime")?new Date(e.updateTime):void 0,config:Du(e.config)}}function Wd(e){return Jd(e)}function Jd(e,t){return e==null?e:{id:e.id,specVersion:e.specVersion,createTime:new Date(e.createTime),content:md(e.content)}}function zi(e){return zd(e)}function zd(e,t){return e==null?e:{id:e.id,projectId:e.projectId,name:e.name,provider:e.provider,createTime:new Date(e.createTime),updateTime:K(e,"updateTime")?new Date(e.updateTime):void 0,latestRevision:Wd(e.latestRevision)}}function Xd(e){return Gd(e)}function Gd(e,t){return e==null?e:{iconURL:K(e,"iconURL")?e.iconURL:void 0,logoURL:K(e,"logoURL")?e.logoURL:void 0}}function Yd(e){return Zd(e)}function Zd(e,t){return e==null?e:{iconURL:K(e,"iconURL")?e.iconURL:void 0,logoURL:K(e,"logoURL")?e.logoURL:void 0}}function Qd(e){return ep(e)}function ep(e,t){return e==null?e:{regular:K(e,"regular")?Yd(e.regular):void 0,darkMode:K(e,"darkMode")?Xd(e.darkMode):void 0}}function tp(e){return np(e)}function np(e,t){return e==null?e:{workspaceRefField:K(e,"workspaceRefField")?e.workspaceRefField:void 0,consumerRefField:K(e,"consumerRefField")?e.consumerRefField:void 0,scopesField:K(e,"scopesField")?e.scopesField:void 0}}function rp(e){return op(e)}function op(e,t){return e==null?e:{grantType:e.grantType,authURL:K(e,"authURL")?e.authURL:void 0,tokenURL:e.tokenURL,explicitScopesRequired:e.explicitScopesRequired,explicitWorkspaceRequired:e.explicitWorkspaceRequired,audience:K(e,"audience")?e.audience:void 0,tokenMetadataFields:tp(e.tokenMetadataFields),docsURL:K(e,"docsURL")?e.docsURL:void 0,authURLParams:K(e,"authURLParams")?e.authURLParams:void 0}}function ip(e){if(e!==void 0)return e===null?null:{providerWorkspaceRef:e.providerWorkspaceRef,projectId:e.projectId,groupRef:e.groupRef,groupName:e.groupName,consumerRef:e.consumerRef,consumerName:e.consumerName,providerAppId:e.providerAppId,provider:e.provider}}function sp(e){return ap(e)}function ap(e,t){return e==null?e:{bulkWrite:Ru(e.bulkWrite),proxy:e.proxy,read:e.read,subscribe:e.subscribe,write:e.write}}function Xi(e){return cp(e)}function cp(e,t){return e==null?e:{name:e.name,authType:du(e.authType),baseURL:e.baseURL,oauth2Opts:K(e,"oauth2Opts")?rp(e.oauth2Opts):void 0,apiKeyOpts:K(e,"apiKeyOpts")?lu(e.apiKeyOpts):void 0,basicOpts:K(e,"basicOpts")?Eu(e.basicOpts):void 0,support:sp(e.support),providerOpts:e.providerOpts,displayName:K(e,"displayName")?e.displayName:void 0,postAuthInfoNeeded:K(e,"postAuthInfoNeeded")?e.postAuthInfoNeeded:void 0,media:K(e,"media")?Qd(e.media):void 0,labels:K(e,"labels")?e.labels:void 0}}function lp(e){if(e!==void 0)return e===null?null:{provider:e.provider,read:_u(e.read),write:Su(e.write),proxy:Us(e.proxy)}}function up(e){if(e!==void 0)return e===null?null:{revisionId:e.revisionId,createdBy:e.createdBy,content:lp(e.content)}}function dp(e){if(e!==void 0)return e===null?null:{connectionId:e.connectionId,config:up(e.config)}}function pp(e){if(e!==void 0)return e===null?null:{updateMask:e.updateMask,installation:dp(e.installation)}}function fp(e){if(e!==void 0)return e===null?null:{appName:e.appName,name:e.name}}function mp(e){if(e!==void 0)return e===null?null:{updateMask:e.updateMask,project:fp(e.project)}}function hp(e){if(e!==void 0)return e===null?null:{externalRef:e.externalRef,provider:e.provider,clientId:e.clientId,clientSecret:e.clientSecret,scopes:e.scopes}}function gp(e){if(e!==void 0)return e===null?null:{updateMask:e.updateMask,providerApp:hp(e.providerApp)}}class vp extends At{async generateConnectionRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling generateConnection.");const r={},i={};i["Content-Type"]="application/json",this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/connections:generate".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))),method:"POST",headers:i,query:r,body:Sd(t.generateConnectionParams)},n);return new De(o,s=>Cr(s))}async generateConnection(t,n){return await(await this.generateConnectionRaw(t,n)).value()}async getConnectionRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling getConnection.");if(t.connectionId===null||t.connectionId===void 0)throw new ie("connectionId","Required parameter requestParameters.connectionId was null or undefined when calling getConnection.");const r={},i={};this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/connections/{connectionId}".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))).replace("{connectionId}",encodeURIComponent(String(t.connectionId))),method:"GET",headers:i,query:r},n);return new De(o,s=>Cr(s))}async getConnection(t,n){return await(await this.getConnectionRaw(t,n)).value()}async listConnectionsRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling listConnections.");const r={};t.provider!==void 0&&(r.provider=t.provider),t.groupRef!==void 0&&(r.groupRef=t.groupRef),t.consumerRef!==void 0&&(r.consumerRef=t.consumerRef);const i={};this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/connections".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))),method:"GET",headers:i,query:r},n);return new De(o,s=>s.map(Cr))}async listConnections(t,n){return await(await this.listConnectionsRaw(t,n)).value()}}class yp extends At{async createInstallationRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling createInstallation.");if(t.integrationId===null||t.integrationId===void 0)throw new ie("integrationId","Required parameter requestParameters.integrationId was null or undefined when calling createInstallation.");if(t.installation===null||t.installation===void 0)throw new ie("installation","Required parameter requestParameters.installation was null or undefined when calling createInstallation.");const r={},i={};i["Content-Type"]="application/json",this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/integrations/{integrationId}/installations".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))).replace("{integrationId}",encodeURIComponent(String(t.integrationId))),method:"POST",headers:i,query:r,body:Hu(t.installation)},n);return new De(o,s=>Un(s))}async createInstallation(t,n){return await(await this.createInstallationRaw(t,n)).value()}async deleteInstallationRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling deleteInstallation.");if(t.integrationId===null||t.integrationId===void 0)throw new ie("integrationId","Required parameter requestParameters.integrationId was null or undefined when calling deleteInstallation.");if(t.installationId===null||t.installationId===void 0)throw new ie("installationId","Required parameter requestParameters.installationId was null or undefined when calling deleteInstallation.");const r={},i={};this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/integrations/{integrationId}/installations/{installationId}".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))).replace("{integrationId}",encodeURIComponent(String(t.integrationId))).replace("{installationId}",encodeURIComponent(String(t.installationId))),method:"DELETE",headers:i,query:r},n);return new On(o)}async deleteInstallation(t,n){await this.deleteInstallationRaw(t,n)}async getInstallationRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling getInstallation.");if(t.integrationId===null||t.integrationId===void 0)throw new ie("integrationId","Required parameter requestParameters.integrationId was null or undefined when calling getInstallation.");if(t.installationId===null||t.installationId===void 0)throw new ie("installationId","Required parameter requestParameters.installationId was null or undefined when calling getInstallation.");const r={},i={};this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/integrations/{integrationId}/installations/{installationId}".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))).replace("{integrationId}",encodeURIComponent(String(t.integrationId))).replace("{installationId}",encodeURIComponent(String(t.installationId))),method:"GET",headers:i,query:r},n);return new De(o,s=>Un(s))}async getInstallation(t,n){return await(await this.getInstallationRaw(t,n)).value()}async importInstallationRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling importInstallation.");if(t.integrationId===null||t.integrationId===void 0)throw new ie("integrationId","Required parameter requestParameters.integrationId was null or undefined when calling importInstallation.");if(t.installation===null||t.installation===void 0)throw new ie("installation","Required parameter requestParameters.installation was null or undefined when calling importInstallation.");const r={},i={};i["Content-Type"]="application/json",this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/integrations/{integrationId}/installations:import".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))).replace("{integrationId}",encodeURIComponent(String(t.integrationId))),method:"POST",headers:i,query:r,body:Ud(t.installation)},n);return new De(o,s=>Un(s))}async importInstallation(t,n){return await(await this.importInstallationRaw(t,n)).value()}async listInstallationsRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling listInstallations.");if(t.integrationId===null||t.integrationId===void 0)throw new ie("integrationId","Required parameter requestParameters.integrationId was null or undefined when calling listInstallations.");const r={};t.groupRef!==void 0&&(r.groupRef=t.groupRef);const i={};this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/integrations/{integrationId}/installations".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))).replace("{integrationId}",encodeURIComponent(String(t.integrationId))),method:"GET",headers:i,query:r},n);return new De(o,s=>s.map(Un))}async listInstallations(t,n){return await(await this.listInstallationsRaw(t,n)).value()}async updateInstallationRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling updateInstallation.");if(t.integrationId===null||t.integrationId===void 0)throw new ie("integrationId","Required parameter requestParameters.integrationId was null or undefined when calling updateInstallation.");if(t.installationId===null||t.installationId===void 0)throw new ie("installationId","Required parameter requestParameters.installationId was null or undefined when calling updateInstallation.");if(t.installationUpdate===null||t.installationUpdate===void 0)throw new ie("installationUpdate","Required parameter requestParameters.installationUpdate was null or undefined when calling updateInstallation.");const r={},i={};i["Content-Type"]="application/json",this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/integrations/{integrationId}/installations/{installationId}".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))).replace("{integrationId}",encodeURIComponent(String(t.integrationId))).replace("{installationId}",encodeURIComponent(String(t.installationId))),method:"PATCH",headers:i,query:r,body:pp(t.installationUpdate)},n);return new De(o,s=>Un(s))}async updateInstallation(t,n){return await(await this.updateInstallationRaw(t,n)).value()}}class wp extends At{async batchUpsertIntegrationsRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling batchUpsertIntegrations.");const r={},i={};i["Content-Type"]="application/json",this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/integrations:batch".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))),method:"PUT",headers:i,query:r,body:Nu(t.batchUpsertIntegrationsRequest)},n);return new De(o,s=>s.map(zi))}async batchUpsertIntegrations(t,n){return await(await this.batchUpsertIntegrationsRaw(t,n)).value()}async createIntegrationRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling createIntegration.");if(t.integration===null||t.integration===void 0)throw new ie("integration","Required parameter requestParameters.integration was null or undefined when calling createIntegration.");const r={},i={};i["Content-Type"]="application/json",this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/integrations".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))),method:"POST",headers:i,query:r,body:yd(t.integration)},n);return new On(o)}async createIntegration(t,n){await this.createIntegrationRaw(t,n)}async deleteIntegrationRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling deleteIntegration.");if(t.integrationId===null||t.integrationId===void 0)throw new ie("integrationId","Required parameter requestParameters.integrationId was null or undefined when calling deleteIntegration.");const r={},i={};this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/integrations/{integrationId}".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))).replace("{integrationId}",encodeURIComponent(String(t.integrationId))),method:"DELETE",headers:i,query:r},n);return new On(o)}async deleteIntegration(t,n){await this.deleteIntegrationRaw(t,n)}async listIntegrationsRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling listIntegrations.");const r={},i={};this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/integrations".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))),method:"GET",headers:i,query:r},n);return new De(o,s=>s.map(zi))}async listIntegrations(t,n){return await(await this.listIntegrationsRaw(t,n)).value()}}class Ip extends At{async oauthConnectRaw(t,n){if(t.connectOAuthParams===null||t.connectOAuthParams===void 0)throw new ie("connectOAuthParams","Required parameter requestParameters.connectOAuthParams was null or undefined when calling oauthConnect.");const r={},i={};i["Content-Type"]="application/json";const o=await this.request({path:"/oauth-connect",method:"POST",headers:i,query:r,body:ip(t.connectOAuthParams)},n);return this.isJsonMime(o.headers.get("content-type"))?new De(o):new nu(o)}async oauthConnect(t,n){return await(await this.oauthConnectRaw(t,n)).value()}}class xp extends At{async createProjectRaw(t,n){if(t.project===null||t.project===void 0)throw new ie("project","Required parameter requestParameters.project was null or undefined when calling createProject.");const r={},i={};i["Content-Type"]="application/json",this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects",method:"POST",headers:i,query:r,body:wd(t.project)},n);return new De(o,s=>hr(s))}async createProject(t,n){return await(await this.createProjectRaw(t,n)).value()}async deleteProjectRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling deleteProject.");const r={},i={};this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))),method:"DELETE",headers:i,query:r},n);return new On(o)}async deleteProject(t,n){await this.deleteProjectRaw(t,n)}async getProjectRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling getProject.");const r={},i={};this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))),method:"GET",headers:i,query:r},n);return new De(o,s=>hr(s))}async getProject(t,n){return await(await this.getProjectRaw(t,n)).value()}async listProjectsRaw(t){const n={},r={};this.configuration&&this.configuration.apiKey&&(r["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const i=await this.request({path:"/projects",method:"GET",headers:r,query:n},t);return new De(i,o=>o.map(hr))}async listProjects(t){return await(await this.listProjectsRaw(t)).value()}async updateProjectRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling updateProject.");if(t.projectUpdate===null||t.projectUpdate===void 0)throw new ie("projectUpdate","Required parameter requestParameters.projectUpdate was null or undefined when calling updateProject.");const r={},i={};i["Content-Type"]="application/json",this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))),method:"PATCH",headers:i,query:r,body:mp(t.projectUpdate)},n);return new De(o,s=>hr(s))}async updateProject(t,n){return await(await this.updateProjectRaw(t,n)).value()}}class bp extends At{async getProviderRaw(t,n){if(t.provider===null||t.provider===void 0)throw new ie("provider","Required parameter requestParameters.provider was null or undefined when calling getProvider.");const r={},i={};this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/providers/{provider}".replace("{provider}",encodeURIComponent(String(t.provider))),method:"GET",headers:i,query:r},n);return new De(o,s=>Xi(s))}async getProvider(t,n){return await(await this.getProviderRaw(t,n)).value()}async listProvidersRaw(t){const n={},r={};this.configuration&&this.configuration.apiKey&&(r["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const i=await this.request({path:"/providers",method:"GET",headers:r,query:n},t);return new De(i,o=>Uo(o,Xi))}async listProviders(t){return await(await this.listProvidersRaw(t)).value()}}class _p extends At{async createProviderAppRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling createProviderApp.");if(t.providerApp===null||t.providerApp===void 0)throw new ie("providerApp","Required parameter requestParameters.providerApp was null or undefined when calling createProviderApp.");const r={},i={};i["Content-Type"]="application/json",this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/provider-apps".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))),method:"POST",headers:i,query:r,body:Id(t.providerApp)},n);return new De(o,s=>_r(s))}async createProviderApp(t,n){return await(await this.createProviderAppRaw(t,n)).value()}async deleteProviderAppRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling deleteProviderApp.");if(t.providerAppId===null||t.providerAppId===void 0)throw new ie("providerAppId","Required parameter requestParameters.providerAppId was null or undefined when calling deleteProviderApp.");const r={},i={};this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/provider-apps/{providerAppId}".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))).replace("{providerAppId}",encodeURIComponent(String(t.providerAppId))),method:"DELETE",headers:i,query:r},n);return new On(o)}async deleteProviderApp(t,n){await this.deleteProviderAppRaw(t,n)}async listProviderAppsRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling listProviderApps.");const r={},i={};this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/provider-apps".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))),method:"GET",headers:i,query:r},n);return new De(o,s=>s.map(_r))}async listProviderApps(t,n){return await(await this.listProviderAppsRaw(t,n)).value()}async updateProviderAppRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling updateProviderApp.");if(t.providerAppId===null||t.providerAppId===void 0)throw new ie("providerAppId","Required parameter requestParameters.providerAppId was null or undefined when calling updateProviderApp.");if(t.providerAppUpdate===null||t.providerAppUpdate===void 0)throw new ie("providerAppUpdate","Required parameter requestParameters.providerAppUpdate was null or undefined when calling updateProviderApp.");const r={},i={};i["Content-Type"]="application/json",this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/provider-apps/{providerAppId}".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))).replace("{providerAppId}",encodeURIComponent(String(t.providerAppId))),method:"PATCH",headers:i,query:r,body:gp(t.providerAppUpdate)},n);return new De(o,s=>_r(s))}async updateProviderApp(t,n){return await(await this.updateProviderAppRaw(t,n)).value()}}class Cp extends At{async createRevisionRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling createRevision.");if(t.integrationId===null||t.integrationId===void 0)throw new ie("integrationId","Required parameter requestParameters.integrationId was null or undefined when calling createRevision.");const r={},i={};i["Content-Type"]="application/json",this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/integrations/{integrationId}/revisions".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))).replace("{integrationId}",encodeURIComponent(String(t.integrationId))),method:"POST",headers:i,query:r,body:xd(t.revision)},n);return new On(o)}async createRevision(t,n){await this.createRevisionRaw(t,n)}async getHydratedRevisionRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling getHydratedRevision.");if(t.integrationId===null||t.integrationId===void 0)throw new ie("integrationId","Required parameter requestParameters.integrationId was null or undefined when calling getHydratedRevision.");if(t.revisionId===null||t.revisionId===void 0)throw new ie("revisionId","Required parameter requestParameters.revisionId was null or undefined when calling getHydratedRevision.");if(t.connectionId===null||t.connectionId===void 0)throw new ie("connectionId","Required parameter requestParameters.connectionId was null or undefined when calling getHydratedRevision.");const r={};t.connectionId!==void 0&&(r.connectionId=t.connectionId);const i={};this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/integrations/{integrationId}/revisions/{revisionId}:hydrate".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))).replace("{integrationId}",encodeURIComponent(String(t.integrationId))).replace("{revisionId}",encodeURIComponent(String(t.revisionId))),method:"GET",headers:i,query:r},n);return new De(o,s=>Kd(s))}async getHydratedRevision(t,n){return await(await this.getHydratedRevisionRaw(t,n)).value()}}class Sp{constructor(t){this.connectionApi=new vp(t),this.installationApi=new yp(t),this.integrationApi=new wp(t),this.oAuthApi=new Ip(t),this.projectApi=new xp(t),this.providerApi=new bp(t),this.providerAppApi=new _p(t),this.revisionApi=new Cp(t)}}const Ep="1.17.1",Op="v1",gr="https://api.withampersand.com";function Xs(){try{const e=process.env.REACT_APP_AMP_SERVER;switch(e){case"local":return"http://localhost:8080";case"dev":return"https://dev-api.withampersand.com";case"staging":return"https://staging-api.withampersand.com";case"prod":return gr;case"mock":return"http://127.0.0.1:4010";case"":return gr;default:return e??gr}}catch{return gr}}const Np=(e,t)=>`${e}/${t}`;function Tp(){return Np(Xs(),Op)}const Rp=Xs(),Ap=Tp(),jp=new $s({basePath:Ap,headers:{"X-Amp-Client":"react","X-Amp-Client-Version":Ep}});let Pp=new Sp(jp);const Ee=()=>Pp;function Dp(){return a.jsx(T.Box,{className:"loading-icon",height:"100%",width:"100%",display:"flex",justifyContent:"center",marginTop:"20%",marginBottom:"20%",children:a.jsx(T.Stack,{alignItems:"center",children:a.jsx(T.Spinner,{height:"100px",width:"100px",alignSelf:"center",thickness:"8px",speed:"1s",emptyColor:"gray.200",color:"blue.500",size:"xl",margin:"20px"})})})}const kp="_loader_h78nh_1",Fp="_rotate_h78nh_1",Mp="_ball1_h78nh_1",Lp="_ball2_h78nh_1",$p={loader:kp,rotate:Fp,ball1:Mp,ball2:Lp};function Kp(){return a.jsx("span",{className:$p.loader})}function Nt(){return Ae?a.jsx("div",{style:{display:"flex",width:"100%",height:"100%",justifyContent:"center",marginTop:"20%",marginBottom:"20%"},children:a.jsx(Kp,{})}):a.jsx(Dp,{})}const Ge=async(e,t)=>{var n;if(e instanceof Ks){const{status:r,statusText:i}=e.response;console.error(r===500?"Internal Server Error (500):":r===400?"Bad Request (400):":`Error (${r}):`,i);const o=await e.response.json(),s=((n=o==null?void 0:o.causes)==null?void 0:n.join(`
|
|
3
|
-
`))||"[ERROR] Creating installation failed.";console.error("[Error Message]",s),t&&t(s)}else console.error("Unexpected error:",e.message)},Gs=g.createContext({integrations:null}),Ys=()=>{const e=g.useContext(Gs);if(!e)throw new Error("useIntegrationList must be used within a IntegrationListProvider");return e};function Vp({projectIdOrName:e,children:t}){const n=Ve(),{setError:r,isError:i}=
|
|
4
|
-
component is wrapped with AmpersandProvider`);return e}const qp=()=>{const[e,t]=g.useState(!1),n=g.useCallback(()=>{t(!0)},[t]);return{isIntegrationDeleted:e,setIntegrationDeleted:n}},ea=g.createContext({integrationId:"",provider:"",integrationObj:void 0,consumerRef:"",consumerName:"",groupRef:"",groupName:"",installation:void 0,setInstallation:()=>{},resetInstallations:()=>{},onInstallSuccess:void 0,onUpdateSuccess:void 0,onUninstallSuccess:void 0,isIntegrationDeleted:!1,setIntegrationDeleted:()=>{}});function dt(){const e=g.useContext(ea);if(!e)throw new Error("useInstallIntegrationProps must be used within an InstallIntegrationProvider");return e}function Wp({children:e,integration:t,consumerRef:n,consumerName:r,groupRef:i,groupName:o,onInstallSuccess:s,onUpdateSuccess:c,onUninstallSuccess:l,fieldMapping:u}){const d=Ve(),{projectId:f}=je(),{integrations:h}=Ys(),{setError:p,isError:m}=on(),{isIntegrationDeleted:v,setIntegrationDeleted:I}=qp(),[C,w]=g.useState([]),[_,b]=g.useState(!0),x=(C==null?void 0:C[0])||null,E=g.useMemo(()=>ql(t,h||[]),[t,h]);g.useEffect(()=>{E===null&&(h!=null&&h.length)&&console.error(`Integration "${t}" not found in integration list`)},[t,E,h]);const M=g.useCallback(X=>{w([X])},[w]),O=g.useCallback(()=>{E!=null&&E.id&&Ee().installationApi.listInstallations({projectIdOrName:f,integrationId:E.id,groupRef:i},{headers:{"X-Api-Key":d??""}}).then(X=>{b(!1),w(X||[])}).catch(X=>{p(Se.INSTALLATION_LIST,E.id),b(!1),console.error("Error retrieving installation information: ",X)})},[E,f,d,p,i]),V=(E==null?void 0:E.id)||"";g.useEffect(()=>{O()},[O]);const J=g.useMemo(()=>({integrationId:(E==null?void 0:E.id)||"",provider:(E==null?void 0:E.provider)||"",integrationObj:E,consumerRef:n,consumerName:r,groupRef:i,groupName:o,installation:x,setInstallation:M,resetInstallations:O,onInstallSuccess:s,onUpdateSuccess:c,onUninstallSuccess:l,isIntegrationDeleted:v,setIntegrationDeleted:I,fieldMapping:u}),[E,n,r,i,o,x,M,O,s,c,l,v,I,u]);if(E!==null){const X=`Error retrieving installation information for integration "${(E==null?void 0:E.name)||"unknown"}"`;return m(Se.INSTALLATION_LIST,V)?a.jsx(qt,{message:X}):a.jsx(ea.Provider,{value:J,children:_?a.jsx(Nt,{}):e})}return a.jsx(qt,{message:`Integration "${t}" not found`})}const ta=g.createContext({connections:null,selectedConnection:null,setConnections:()=>{},setSelectedConnection:()=>{}}),Mn=()=>{const e=g.useContext(ta);if(!e)throw new Error("useConnections must be used within a ConnectionsProvider");return e};function na({provider:e,groupRef:t,children:n}){const r=Ve(),{projectId:i}=je(),[o,s]=g.useState(null),[c,l]=g.useState(null),[u,d]=g.useState(!0),{setError:f,isError:h}=on(),{provider:p}=dt();if(!i)throw new Error("ConnectionsProvider must be used within AmpersandProvider");const m=e||p;if(!m)throw new Error("ConnectionsProvider must be given a provider prop or be used within InstallIntegrationProvider");g.useEffect(()=>{Ee().connectionApi.listConnections({projectIdOrName:i,groupRef:t,provider:m},{headers:{"X-Api-Key":r??""}}).then(I=>{d(!1),s(I)}).catch(I=>{console.error(`Error retrieving existing OAuth connections for group ID ${t}.`),Ge(I),d(!1),f(Se.CONNECTION_LIST,i)})},[i,r,t,m,f]);const v=g.useMemo(()=>({connections:o,selectedConnection:c,setConnections:s,setSelectedConnection:l}),[o,c,s,l]);return h(Se.CONNECTION_LIST,i)?a.jsx(qt,{message:"Error retrieving existing connections"}):a.jsx(ta.Provider,{value:v,children:u?a.jsx(Nt,{}):n})}var vr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function qo(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Nr={exports:{}};Nr.exports;(function(e,t){var n=200,r="__lodash_hash_undefined__",i=1,o=2,s=9007199254740991,c="[object Arguments]",l="[object Array]",u="[object AsyncFunction]",d="[object Boolean]",f="[object Date]",h="[object Error]",p="[object Function]",m="[object GeneratorFunction]",v="[object Map]",I="[object Number]",C="[object Null]",w="[object Object]",_="[object Promise]",b="[object Proxy]",x="[object RegExp]",E="[object Set]",M="[object String]",O="[object Symbol]",V="[object Undefined]",J="[object WeakMap]",X="[object ArrayBuffer]",Z="[object DataView]",te="[object Float32Array]",q="[object Float64Array]",ae="[object Int8Array]",re="[object Int16Array]",ee="[object Int32Array]",pe="[object Uint8Array]",me="[object Uint8ClampedArray]",N="[object Uint16Array]",P="[object Uint32Array]",L=/[\\^$.*+?()[\]{}|]/g,k=/^\[object .+?Constructor\]$/,D=/^(?:0|[1-9]\d*)$/,A={};A[te]=A[q]=A[ae]=A[re]=A[ee]=A[pe]=A[me]=A[N]=A[P]=!0,A[c]=A[l]=A[X]=A[d]=A[Z]=A[f]=A[h]=A[p]=A[v]=A[I]=A[w]=A[x]=A[E]=A[M]=A[J]=!1;var G=typeof vr=="object"&&vr&&vr.Object===Object&&vr,Y=typeof self=="object"&&self&&self.Object===Object&&self,H=G||Y||Function("return this")(),Q=t&&!t.nodeType&&t,W=Q&&!0&&e&&!e.nodeType&&e,ce=W&&W.exports===Q,j=ce&&G.process,fe=function(){try{return j&&j.binding&&j.binding("util")}catch{}}(),B=fe&&fe.isTypedArray;function Ie(y,S){for(var R=-1,z=y==null?0:y.length,_e=0,le=[];++R<z;){var Re=y[R];S(Re,R,y)&&(le[_e++]=Re)}return le}function ke(y,S){for(var R=-1,z=S.length,_e=y.length;++R<z;)y[_e+R]=S[R];return y}function qe(y,S){for(var R=-1,z=y==null?0:y.length;++R<z;)if(S(y[R],R,y))return!0;return!1}function Fe(y,S){for(var R=-1,z=Array(y);++R<y;)z[R]=S(R);return z}function he(y){return function(S){return y(S)}}function It(y,S){return y.has(S)}function We(y,S){return y==null?void 0:y[S]}function ot(y){var S=-1,R=Array(y.size);return y.forEach(function(z,_e){R[++S]=[_e,z]}),R}function xt(y,S){return function(R){return y(S(R))}}function bt(y){var S=-1,R=Array(y.size);return y.forEach(function(z){R[++S]=z}),R}var Je=Array.prototype,He=Function.prototype,Me=Object.prototype,Oe=H["__core-js_shared__"],_t=He.toString,Ye=Me.hasOwnProperty,Ft=function(){var y=/[^.]+$/.exec(Oe&&Oe.keys&&Oe.keys.IE_PROTO||"");return y?"Symbol(src)_1."+y:""}(),Wt=Me.toString,it=RegExp("^"+_t.call(Ye).replace(L,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Ne=ce?H.Buffer:void 0,Mt=H.Symbol,Jt=H.Uint8Array,Lt=Me.propertyIsEnumerable,cn=Je.splice,et=Mt?Mt.toStringTag:void 0,$t=Object.getOwnPropertySymbols,zt=Ne?Ne.isBuffer:void 0,ln=xt(Object.keys,Object),Xt=_n(H,"DataView"),Ce=_n(H,"Map"),Ze=_n(H,"Promise"),ne=_n(H,"Set"),de=_n(H,"WeakMap"),Le=_n(Object,"create"),Kt=pn(Xt),U=pn(Ce),oe=pn(Ze),se=pn(ne),Pe=pn(de),$e=Mt?Mt.prototype:void 0,tt=$e?$e.valueOf:void 0;function Be(y){var S=-1,R=y==null?0:y.length;for(this.clear();++S<R;){var z=y[S];this.set(z[0],z[1])}}function ze(){this.__data__=Le?Le(null):{},this.size=0}function nt(y){var S=this.has(y)&&delete this.__data__[y];return this.size-=S?1:0,S}function be(y){var S=this.__data__;if(Le){var R=S[y];return R===r?void 0:R}return Ye.call(S,y)?S[y]:void 0}function un(y){var S=this.__data__;return Le?S[y]!==void 0:Ye.call(S,y)}function no(y,S){var R=this.__data__;return this.size+=this.has(y)?0:1,R[y]=Le&&S===void 0?r:S,this}Be.prototype.clear=ze,Be.prototype.delete=nt,Be.prototype.get=be,Be.prototype.has=un,Be.prototype.set=no;function mt(y){var S=-1,R=y==null?0:y.length;for(this.clear();++S<R;){var z=y[S];this.set(z[0],z[1])}}function sr(){this.__data__=[],this.size=0}function ar(y){var S=this.__data__,R=ur(S,y);if(R<0)return!1;var z=S.length-1;return R==z?S.pop():cn.call(S,R,1),--this.size,!0}function cr(y){var S=this.__data__,R=ur(S,y);return R<0?void 0:S[R][1]}function xe(y){return ur(this.__data__,y)>-1}function Ct(y,S){var R=this.__data__,z=ur(R,y);return z<0?(++this.size,R.push([y,S])):R[z][1]=S,this}mt.prototype.clear=sr,mt.prototype.delete=ar,mt.prototype.get=cr,mt.prototype.has=xe,mt.prototype.set=Ct;function St(y){var S=-1,R=y==null?0:y.length;for(this.clear();++S<R;){var z=y[S];this.set(z[0],z[1])}}function dn(){this.size=0,this.__data__={hash:new Be,map:new(Ce||mt),string:new Be}}function ro(y){var S=dr(this,y).delete(y);return this.size-=S?1:0,S}function Vn(y){return dr(this,y).get(y)}function sl(y){return dr(this,y).has(y)}function al(y,S){var R=dr(this,y),z=R.size;return R.set(y,S),this.size+=R.size==z?0:1,this}St.prototype.clear=dn,St.prototype.delete=ro,St.prototype.get=Vn,St.prototype.has=sl,St.prototype.set=al;function lr(y){var S=-1,R=y==null?0:y.length;for(this.__data__=new St;++S<R;)this.add(y[S])}function cl(y){return this.__data__.set(y,r),this}function ll(y){return this.__data__.has(y)}lr.prototype.add=lr.prototype.push=cl,lr.prototype.has=ll;function Gt(y){var S=this.__data__=new mt(y);this.size=S.size}function ul(){this.__data__=new mt,this.size=0}function dl(y){var S=this.__data__,R=S.delete(y);return this.size=S.size,R}function pl(y){return this.__data__.get(y)}function fl(y){return this.__data__.has(y)}function ml(y,S){var R=this.__data__;if(R instanceof mt){var z=R.__data__;if(!Ce||z.length<n-1)return z.push([y,S]),this.size=++R.size,this;R=this.__data__=new St(z)}return R.set(y,S),this.size=R.size,this}Gt.prototype.clear=ul,Gt.prototype.delete=dl,Gt.prototype.get=pl,Gt.prototype.has=fl,Gt.prototype.set=ml;function hl(y,S){var R=pr(y),z=!R&&Rl(y),_e=!R&&!z&&oo(y),le=!R&&!z&&!_e&&Vi(y),Re=R||z||_e||le,Ue=Re?Fe(y.length,String):[],Xe=Ue.length;for(var Te in y)Ye.call(y,Te)&&!(Re&&(Te=="length"||_e&&(Te=="offset"||Te=="parent")||le&&(Te=="buffer"||Te=="byteLength"||Te=="byteOffset")||Sl(Te,Xe)))&&Ue.push(Te);return Ue}function ur(y,S){for(var R=y.length;R--;)if(Mi(y[R][0],S))return R;return-1}function gl(y,S,R){var z=S(y);return pr(y)?z:ke(z,R(y))}function Hn(y){return y==null?y===void 0?V:C:et&&et in Object(y)?_l(y):Tl(y)}function Pi(y){return Bn(y)&&Hn(y)==c}function Di(y,S,R,z,_e){return y===S?!0:y==null||S==null||!Bn(y)&&!Bn(S)?y!==y&&S!==S:vl(y,S,R,z,Di,_e)}function vl(y,S,R,z,_e,le){var Re=pr(y),Ue=pr(S),Xe=Re?l:Yt(y),Te=Ue?l:Yt(S);Xe=Xe==c?w:Xe,Te=Te==c?w:Te;var st=Xe==w,Et=Te==w,Qe=Xe==Te;if(Qe&&oo(y)){if(!oo(S))return!1;Re=!0,st=!1}if(Qe&&!st)return le||(le=new Gt),Re||Vi(y)?ki(y,S,R,z,_e,le):xl(y,S,Xe,R,z,_e,le);if(!(R&i)){var ht=st&&Ye.call(y,"__wrapped__"),gt=Et&&Ye.call(S,"__wrapped__");if(ht||gt){var Zt=ht?y.value():y,Vt=gt?S.value():S;return le||(le=new Gt),_e(Zt,Vt,R,z,le)}}return Qe?(le||(le=new Gt),bl(y,S,R,z,_e,le)):!1}function yl(y){if(!Ki(y)||Ol(y))return!1;var S=Li(y)?it:k;return S.test(pn(y))}function wl(y){return Bn(y)&&$i(y.length)&&!!A[Hn(y)]}function Il(y){if(!Nl(y))return ln(y);var S=[];for(var R in Object(y))Ye.call(y,R)&&R!="constructor"&&S.push(R);return S}function ki(y,S,R,z,_e,le){var Re=R&i,Ue=y.length,Xe=S.length;if(Ue!=Xe&&!(Re&&Xe>Ue))return!1;var Te=le.get(y);if(Te&&le.get(S))return Te==S;var st=-1,Et=!0,Qe=R&o?new lr:void 0;for(le.set(y,S),le.set(S,y);++st<Ue;){var ht=y[st],gt=S[st];if(z)var Zt=Re?z(gt,ht,st,S,y,le):z(ht,gt,st,y,S,le);if(Zt!==void 0){if(Zt)continue;Et=!1;break}if(Qe){if(!qe(S,function(Vt,fn){if(!It(Qe,fn)&&(ht===Vt||_e(ht,Vt,R,z,le)))return Qe.push(fn)})){Et=!1;break}}else if(!(ht===gt||_e(ht,gt,R,z,le))){Et=!1;break}}return le.delete(y),le.delete(S),Et}function xl(y,S,R,z,_e,le,Re){switch(R){case Z:if(y.byteLength!=S.byteLength||y.byteOffset!=S.byteOffset)return!1;y=y.buffer,S=S.buffer;case X:return!(y.byteLength!=S.byteLength||!le(new Jt(y),new Jt(S)));case d:case f:case I:return Mi(+y,+S);case h:return y.name==S.name&&y.message==S.message;case x:case M:return y==S+"";case v:var Ue=ot;case E:var Xe=z&i;if(Ue||(Ue=bt),y.size!=S.size&&!Xe)return!1;var Te=Re.get(y);if(Te)return Te==S;z|=o,Re.set(y,S);var st=ki(Ue(y),Ue(S),z,_e,le,Re);return Re.delete(y),st;case O:if(tt)return tt.call(y)==tt.call(S)}return!1}function bl(y,S,R,z,_e,le){var Re=R&i,Ue=Fi(y),Xe=Ue.length,Te=Fi(S),st=Te.length;if(Xe!=st&&!Re)return!1;for(var Et=Xe;Et--;){var Qe=Ue[Et];if(!(Re?Qe in S:Ye.call(S,Qe)))return!1}var ht=le.get(y);if(ht&&le.get(S))return ht==S;var gt=!0;le.set(y,S),le.set(S,y);for(var Zt=Re;++Et<Xe;){Qe=Ue[Et];var Vt=y[Qe],fn=S[Qe];if(z)var Hi=Re?z(fn,Vt,Qe,S,y,le):z(Vt,fn,Qe,y,S,le);if(!(Hi===void 0?Vt===fn||_e(Vt,fn,R,z,le):Hi)){gt=!1;break}Zt||(Zt=Qe=="constructor")}if(gt&&!Zt){var fr=y.constructor,mr=S.constructor;fr!=mr&&"constructor"in y&&"constructor"in S&&!(typeof fr=="function"&&fr instanceof fr&&typeof mr=="function"&&mr instanceof mr)&&(gt=!1)}return le.delete(y),le.delete(S),gt}function Fi(y){return gl(y,Pl,Cl)}function dr(y,S){var R=y.__data__;return El(S)?R[typeof S=="string"?"string":"hash"]:R.map}function _n(y,S){var R=We(y,S);return yl(R)?R:void 0}function _l(y){var S=Ye.call(y,et),R=y[et];try{y[et]=void 0;var z=!0}catch{}var _e=Wt.call(y);return z&&(S?y[et]=R:delete y[et]),_e}var Cl=$t?function(y){return y==null?[]:(y=Object(y),Ie($t(y),function(S){return Lt.call(y,S)}))}:Dl,Yt=Hn;(Xt&&Yt(new Xt(new ArrayBuffer(1)))!=Z||Ce&&Yt(new Ce)!=v||Ze&&Yt(Ze.resolve())!=_||ne&&Yt(new ne)!=E||de&&Yt(new de)!=J)&&(Yt=function(y){var S=Hn(y),R=S==w?y.constructor:void 0,z=R?pn(R):"";if(z)switch(z){case Kt:return Z;case U:return v;case oe:return _;case se:return E;case Pe:return J}return S});function Sl(y,S){return S=S??s,!!S&&(typeof y=="number"||D.test(y))&&y>-1&&y%1==0&&y<S}function El(y){var S=typeof y;return S=="string"||S=="number"||S=="symbol"||S=="boolean"?y!=="__proto__":y===null}function Ol(y){return!!Ft&&Ft in y}function Nl(y){var S=y&&y.constructor,R=typeof S=="function"&&S.prototype||Me;return y===R}function Tl(y){return Wt.call(y)}function pn(y){if(y!=null){try{return _t.call(y)}catch{}try{return y+""}catch{}}return""}function Mi(y,S){return y===S||y!==y&&S!==S}var Rl=Pi(function(){return arguments}())?Pi:function(y){return Bn(y)&&Ye.call(y,"callee")&&!Lt.call(y,"callee")},pr=Array.isArray;function Al(y){return y!=null&&$i(y.length)&&!Li(y)}var oo=zt||kl;function jl(y,S){return Di(y,S)}function Li(y){if(!Ki(y))return!1;var S=Hn(y);return S==p||S==m||S==u||S==b}function $i(y){return typeof y=="number"&&y>-1&&y%1==0&&y<=s}function Ki(y){var S=typeof y;return y!=null&&(S=="object"||S=="function")}function Bn(y){return y!=null&&typeof y=="object"}var Vi=B?he(B):wl;function Pl(y){return Al(y)?hl(y):Il(y)}function Dl(){return[]}function kl(){return!1}e.exports=jl})(Nr,Nr.exports);var Jp=Nr.exports;const zp=qo(Jp),tn="other";function jt(e){return e.mapToName!==void 0}function Xp(e,t){var n;return((n=e==null?void 0:e.objects)==null?void 0:n.find(r=>r.objectName===t))||null}function Gp(e){var t;return((t=e==null?void 0:e.requiredFields)==null?void 0:t.filter(n=>!jt(n)&&!!n.fieldName))||null}function Yp(e){var n;return((n=e==null?void 0:e.requiredFields)==null?void 0:n.filter(r=>jt(r)&&!!r.mapToName))||[]}function Zp(e){var t;return((t=e==null?void 0:e.optionalFields)==null?void 0:t.filter(n=>!jt(n)&&!!n.fieldName))||null}const ra=(e,t)=>{var n,r,i;return(i=(r=(n=e==null?void 0:e.content)==null?void 0:n.read)==null?void 0:r.objects)==null?void 0:i[t]};function Qp(e){return jt(e)?e.mapToName:e.fieldName}const Wo=(e,t)=>{var r,i,o;const n=[];return(o=(i=(r=t.content)==null?void 0:r.read)==null?void 0:i.objects)==null||o.forEach(s=>{n.push({name:s==null?void 0:s.objectName,completed:e?!!ra(e,s.objectName):!1})}),n},Jo=e=>{var n;return{name:tn,completed:e?!!((n=e==null?void 0:e.content)!=null&&n.write):!1}};function ef(e,t){var o;const n=Wo(e,t),i=!!((o=t==null?void 0:t.content)!=null&&o.write)?Jo(e):void 0;return i&&n.push(i),n}function oa(e,t,n){const r=(e==null?void 0:e.filter(o=>!(t!=null&&t[o==null?void 0:o.mapToName])))||[],i=r.map(o=>o.mapToName);return n(Se.MAPPING,i),r!=null&&r.length&&console.error("required fields not met",r.map(o=>o.mapToDisplayName)),{errorList:i}}function zo(e,t){return zp(e,t)}const tf=(e,t,n)=>{var p,m,v,I,C,w;if(!e)return null;const r=Xp(e,t),i=r&&Gp(r),o=r&&Zp(r),s=r&&Yp(r),c=(r==null?void 0:r.allFields)||[],l=n==null?void 0:n.content,u=((v=(m=(p=l==null?void 0:l.read)==null?void 0:p.objects)==null?void 0:m[t])==null?void 0:v.selectedFields)||{},d=((w=(C=(I=l==null?void 0:l.read)==null?void 0:I.objects)==null?void 0:C[t])==null?void 0:w.selectedFieldMappings)||{},f={...u},h={...d};return{allFields:c,requiredFields:i,optionalFields:o,requiredMapFields:s,selectedOptionalFields:u,selectedFieldMappings:d,isOptionalFieldsModified:!1,isRequiredMapFieldsModified:!1,savedConfig:{optionalFields:f,requiredMapFields:h}}},nf=(e,t)=>{var s,c;if(!e)return null;const n=(c=(s=t==null?void 0:t.content)==null?void 0:s.write)==null?void 0:c.objects,r=Object.keys(n||{}),i={};r.forEach(l=>{i[l]=!0});const o={...i};return{writeObjects:(e==null?void 0:e.objects)||[],selectedNonConfigurableWriteFields:i,isWriteModified:!1,savedConfig:{selectedNonConfigurableWriteFields:o}}};function ia(e,t,n){var o,s;const r=(o=e==null?void 0:e.content)==null?void 0:o.read,i=(s=e==null?void 0:e.content)==null?void 0:s.write;return{read:tf(r,t,n),write:nf(i,n)}}const sa=(e,t,n,r)=>{const i=ia(e,n,t);r(n,i)},rf=(e,t,n)=>{const r=ef(t,e),i={};r.forEach(({name:o,completed:s})=>{s&&(i[o]=ia(e,o,t))}),n(i)},aa=e=>{const{requiredFields:t,selectedOptionalFields:n}=(e==null?void 0:e.read)||{},r=new Set;return t==null||t.forEach(o=>r.add(Qp(o))),{...Array.from(r).reduce((o,s)=>({...o,[s]:!0}),{}),...n||{}}},ca=e=>{const{selectedFieldMappings:t}=(e==null?void 0:e.read)||{},n={};return t&&Object.keys(t).forEach(r=>{t[r]!==void 0?n[r]=t[r]||"":console.warn(`Error undefined when generating selectedRequiredMapFieldsSubmit for key: ${r}`)}),n};function la(e,t){return t[e]||void 0}async function Xo({createConfig:e,projectId:t,integrationId:n,groupRef:r,connectionId:i,apiKey:o,setError:s,setInstallation:c,onInstallSuccess:l}){const u={projectIdOrName:t,integrationId:n,installation:{groupRef:r,connectionId:i,config:e}};try{const d=await Ee().installationApi.createInstallation(u,{headers:{"X-Api-Key":o,"Content-Type":"application/json"}});c(d),l==null||l(d.id,d.config)}catch(d){Ge(d,s)}}function Ur(e){var t;return(t=e.content.proxy)==null?void 0:t.enabled}const of=(e,t)=>{const n=e.content.read,r=n==null?void 0:n.objects;return r==null?void 0:r.find(i=>i.objectName===t)},sf=(e,t,n,r)=>{const i=aa(e),o=ca(e),s=of(n,t);if(!s)return console.error(`Error when getting object from hydratedRevision for objectName: ${t}`),null;const c={revisionId:n.id,createdBy:`consumer:${r}`,content:{provider:n.content.provider,read:{objects:{[t]:{objectName:t,schedule:s.schedule,destination:s.destination,selectedFields:i,selectedFieldMappings:o,backfill:s.backfill}}}}};return Ur(n)&&(c.content.proxy={enabled:!0}),c},af=(e,t,n,r,i,o,s,c,l,u,d,f)=>{const h=sf(l,o,c,r);return h?Xo({createConfig:h,projectId:e,integrationId:t,groupRef:n,connectionId:i,apiKey:s,setError:u,setInstallation:d,onInstallSuccess:f}):(console.error("Error when generating createConfig from configureState"),Promise.resolve(null))},ua=e=>{var o,s;const t={},n=(o=e.write)==null?void 0:o.writeObjects,r=(s=e.write)==null?void 0:s.selectedNonConfigurableWriteFields,i=r?Object.keys(r):[];return n&&n.forEach(c=>{const l=c.objectName;i.includes(l)&&(t[l]={objectName:l})}),t},cf=e=>{const t=e.content.write;return t==null?void 0:t.objects},lf=(e,t,n)=>{if(!cf(t))return console.error("Error when getting write objects from hydratedRevision"),null;const i=ua(e),o={revisionId:t.id,createdBy:`consumer:${n}`,content:{provider:t.content.provider,read:{objects:{}},write:{objects:i}}};return Ur(t)&&(o.content.proxy={enabled:!0}),o},uf=(e,t,n,r,i,o,s,c,l,u,d)=>{const f=lf(c,s,r);return f?Xo({createConfig:f,projectId:e,integrationId:t,groupRef:n,connectionId:i,apiKey:o,setError:l,setInstallation:u,onInstallSuccess:d}):(console.error("Error when generating createConfig from configureState"),Promise.resolve(null))},df=getComputedStyle(document.documentElement).getPropertyValue("--amp-colors-error-background").trim()||"#FEF2F2",pf=getComputedStyle(document.documentElement).getPropertyValue("--amp-colors-error-border").trim()||"#FECACA",ff=getComputedStyle(document.documentElement).getPropertyValue("--amp-colors-error-text").trim()||"#991B1B",mf={backgroundColor:df,borderColor:pf,color:ff,padding:".5rem 1rem"};function da({children:e,style:t}){return a.jsx(bn,{style:{...mf,...t},children:e})}var pa={exports:{}};/*!
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react/jsx-runtime"),g=require("react"),T=require("@chakra-ui/react");require("react-dom");function Fl(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 $=Fl(g),Ml={primary:{bg:"black",color:"white",_hover:{bg:"gray.700",_disabled:{bg:"gray.600"}},_disabled:{bg:"gray.600",color:"gray.300",cursor:"not-allowed",opacity:1}},danger:{bg:"red.50",outline:"2px solid red.100",outlineOffset:"0",borderColor:"red.100",color:"red.800",_hover:{bg:"red.100"}}},Ll=T.extendTheme({components:{Tabs:{baseStyle:{tab:{width:"100%",borderRadius:"4px",_hover:{bg:"gray.200"},_selected:{color:"black",fontWeight:"500",bg:"gray.100",border:"none",_hover:{bg:"gray.200"}}},warningTab:{width:"100%",borderRadius:"4px",_hover:{bg:"red.100"},_selected:{color:"red.800",fontWeight:"500",bg:"red.50",border:"none",_hover:{bg:"red.100"}}}}},Button:{variants:Ml}}}),$l=T.extendTheme(Ll);function Kl({children:e}){return a.jsx(T.ChakraProvider,{theme:$l,children:e})}const Ms=g.createContext(null),Vl=Ms.Provider,Ve=()=>{const e=g.useContext(Ms);if(e===null)throw new Error("useApiKey must be used within an ApiKeyProvider");return e};var Se=(e=>(e.MAPPING="mappingError",e.INTEGRATION_LIST="integrationListError",e.PROJECT="projectError",e.CONNECTION_LIST="connectionListError",e.HYDRATED_REVISION="hydratedRevisionError",e.INSTALLATION_LIST="installationListError",e.INSTALLATION_MUTATION="installationMutationError",e))(Se||{});const Ls=g.createContext(void 0);function sn(){const e=g.useContext(Ls);if(!e)throw new Error("useErrorState must be used within a ErrorProvider");return e}const Hl=(()=>{const e={};return Object.values(Se).forEach(t=>{e[t]={}}),e})();function Bl({children:e}){const[t,n]=g.useState(Hl),r=g.useCallback((d,f,h=!0)=>{n(p=>{const m={...p};return m[d]=m[d]||{},m[d][f]=h,m})},[n]),i=g.useCallback((d,f)=>{var h;return!!((h=t[d])!=null&&h[f])},[t]),o=g.useCallback((d,f)=>{var h;return(h=t[d])==null?void 0:h[f]},[t]),s=g.useCallback((d,f)=>{n(h=>{var m;const p={...h};return(m=p[d])==null||delete m[f],p})},[n]),c=g.useCallback(d=>{n(f=>{const h={...f};return h[d]={},h})},[n]),l=g.useCallback((d,f)=>{n(h=>{const p={...h};return p[d]=p[d]||{},f.forEach(m=>{p[d][m]=!0}),p})},[n]),u=g.useMemo(()=>({errorState:t,setErrorState:n,setError:r,isError:i,removeError:s,resetBoundary:c,setErrors:l,getError:o}),[t,n,r,i,s,c,l,o]);return a.jsx(Ls.Provider,{value:u,children:e})}function Ui(){return a.jsxs("svg",{width:"48",height:"48",viewBox:"0 0 48 48",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[a.jsx("path",{d:"M20.5796 7.72236L3.63955 36.0024C3.29029 36.6072 3.10549 37.293 3.10353 37.9914C3.10158 38.6898 3.28254 39.3766 3.62841 39.9834C3.97428 40.5902 4.473 41.0959 5.07497 41.4501C5.67693 41.8043 6.36115 41.9947 7.05955 42.0024H40.9396C41.638 41.9947 42.3222 41.8043 42.9241 41.4501C43.5261 41.0959 44.0248 40.5902 44.3707 39.9834C44.7166 39.3766 44.8975 38.6898 44.8956 37.9914C44.8936 37.293 44.7088 36.6072 44.3596 36.0024L27.4196 7.72236C27.063 7.13458 26.561 6.6486 25.9619 6.31133C25.3629 5.97406 24.687 5.79688 23.9996 5.79688C23.3121 5.79688 22.6362 5.97406 22.0372 6.31133C21.4381 6.6486 20.9361 7.13458 20.5796 7.72236Z",stroke:"#7F1D1D",strokeWidth:"4",strokeLinecap:"round",strokeLinejoin:"round"}),a.jsx("path",{d:"M24 18V26",stroke:"#7F1D1D",strokeWidth:"4",strokeLinecap:"round",strokeLinejoin:"round"}),a.jsx("path",{d:"M24 34H24.02",stroke:"#7F1D1D",strokeWidth:"4",strokeLinecap:"round",strokeLinejoin:"round"})]})}function Ul(e,t){try{return process.env[e]}catch{return t}}function Xn(e){return e.charAt(0).toUpperCase()+e.slice(1)}function At(e,t){return(t==null?void 0:t.displayName)??Xn(e)}const Uo=e=>e.split(`
|
|
2
|
+
`).filter(n=>n.trim()!==""),ql=(e,t)=>(t==null?void 0:t.length)===0||!e?null:t.find(n=>n.name===e)??null,je=Ul("REACT_APP_ENABLE_CSS",!1)==="true",Wl="_box_1is6l_1",qi={box:Wl};function an({children:e,className:t,style:n}){return je?a.jsx("div",{className:t?`${qi.box} ${t}`:qi.box,style:n,children:e}):a.jsx(T.Box,{className:t,style:n,borderWidth:1,borderRadius:4,children:e})}const Jl="_container_1wvzr_1",Wi={container:Jl};function Mn({children:e,className:t,style:n}){return je?a.jsx("div",{className:t?`${Wi.container} ${t}`:Wi.container,style:n,children:e}):a.jsx(T.Container,{className:t,style:n,children:e})}const zl="_errorBoxContainer_1qhwq_1",Xl="_errorBox_1qhwq_1",Gl="_errorText_1qhwq_20",so={errorBoxContainer:zl,errorBox:Xl,errorText:Gl};function qt({message:e}){return je?a.jsxs(Mn,{className:so.errorBoxContainer,children:[a.jsx(Ui,{}),a.jsx(an,{className:so.errorBox,children:a.jsx("p",{className:so.errorText,children:e})})]}):a.jsxs(T.Box,{minHeight:"300px",padding:"30px",display:"flex",flexDirection:"column",justifyContent:"space-evenly",alignItems:"center",children:[a.jsx(Ui,{}),a.jsx(T.Box,{boxSizing:"border-box",display:"flex",justifyContent:"center",alignItems:"center","align-self":"stretch",padding:"12px 50px 12px 50px",borderRadius:"8px",border:"2px solid #FECACA",background:"#FEF2F2",children:a.jsx(T.Text,{color:"#991B1B",fontSize:"md",children:e})})]})}const Yl="https://api.withampersand.com/v1".replace(/\/+$/,"");class $s{constructor(t={}){this.configuration=t}set config(t){this.configuration=t}get basePath(){return this.configuration.basePath!=null?this.configuration.basePath:Yl}get fetchApi(){return this.configuration.fetchApi}get middleware(){return this.configuration.middleware||[]}get queryParamsStringify(){return this.configuration.queryParamsStringify||Vs}get username(){return this.configuration.username}get password(){return this.configuration.password}get apiKey(){const t=this.configuration.apiKey;if(t)return typeof t=="function"?t:()=>t}get accessToken(){const t=this.configuration.accessToken;if(t)return typeof t=="function"?t:async()=>t}get headers(){return this.configuration.headers}get credentials(){return this.configuration.credentials}}const Zl=new $s,Ur=class Ur{constructor(t=Zl){this.configuration=t,this.fetchApi=async(n,r)=>{let i={url:n,init:r};for(const s of this.middleware)s.pre&&(i=await s.pre({fetch:this.fetchApi,...i})||i);let o;try{o=await(this.configuration.fetchApi||fetch)(i.url,i.init)}catch(s){for(const c of this.middleware)c.onError&&(o=await c.onError({fetch:this.fetchApi,url:i.url,init:i.init,error:s,response:o?o.clone():void 0})||o);if(o===void 0)throw s instanceof Error?new tu(s,"The request failed and the interceptors did not return an alternative response"):s}for(const s of this.middleware)s.post&&(o=await s.post({fetch:this.fetchApi,url:i.url,init:i.init,response:o.clone()})||o);return o},this.middleware=t.middleware}withMiddleware(...t){const n=this.clone();return n.middleware=n.middleware.concat(...t),n}withPreMiddleware(...t){const n=t.map(r=>({pre:r}));return this.withMiddleware(...n)}withPostMiddleware(...t){const n=t.map(r=>({post:r}));return this.withMiddleware(...n)}isJsonMime(t){return t?Ur.jsonRegex.test(t):!1}async request(t,n){const{url:r,init:i}=await this.createFetchParams(t,n),o=await this.fetchApi(r,i);if(o&&o.status>=200&&o.status<300)return o;throw new Ks(o,"Response returned an error code")}async createFetchParams(t,n){let r=this.configuration.basePath+t.path;t.query!==void 0&&Object.keys(t.query).length!==0&&(r+="?"+this.configuration.queryParamsStringify(t.query));const i=Object.assign({},this.configuration.headers,t.headers);Object.keys(i).forEach(u=>i[u]===void 0?delete i[u]:{});const o=typeof n=="function"?n:async()=>n,s={method:t.method,headers:i,body:t.body,credentials:this.configuration.credentials},c={...s,...await o({init:s,context:t})},l={...c,body:eu(c.body)||c.body instanceof URLSearchParams||Ql(c.body)?c.body:JSON.stringify(c.body)};return{url:r,init:l}}clone(){const t=this.constructor,n=new t(this.configuration);return n.middleware=this.middleware.slice(),n}};Ur.jsonRegex=new RegExp("^(:?application/json|[^;/ ]+/[^;/ ]+[+]json)[ ]*(:?;.*)?$","i");let jt=Ur;function Ql(e){return typeof Blob<"u"&&e instanceof Blob}function eu(e){return typeof FormData<"u"&&e instanceof FormData}class Ks extends Error{constructor(t,n){super(n),this.response=t,this.name="ResponseError"}}class tu extends Error{constructor(t,n){super(n),this.cause=t,this.name="FetchError"}}class ie extends Error{constructor(t,n){super(n),this.field=t,this.name="RequiredError"}}function K(e,t){const n=e[t];return n!=null}function Vs(e,t=""){return Object.keys(e).map(n=>Hs(n,e[n],t)).filter(n=>n.length>0).join("&")}function Hs(e,t,n=""){const r=n+(n.length?`[${e}]`:e);if(t instanceof Array){const i=t.map(o=>encodeURIComponent(String(o))).join(`&${encodeURIComponent(r)}=`);return`${encodeURIComponent(r)}=${i}`}if(t instanceof Set){const i=Array.from(t);return Hs(e,i,n)}return t instanceof Date?`${encodeURIComponent(r)}=${encodeURIComponent(t.toISOString())}`:t instanceof Object?Vs(t,r):`${encodeURIComponent(r)}=${encodeURIComponent(String(t))}`}function qo(e,t){return Object.keys(e).reduce((n,r)=>({...n,[r]:t(e[r])}),{})}class De{constructor(t,n=r=>r){this.raw=t,this.transformer=n}async value(){return this.transformer(await this.raw.json())}}class Nn{constructor(t){this.raw=t}async value(){}}class nu{constructor(t){this.raw=t}async value(){return await this.raw.text()}}function ru(e){return ou(e)}function ou(e,t){return e==null?e:{fieldUsed:K(e,"fieldUsed")?e.fieldUsed:void 0,keyFormat:K(e,"keyFormat")?e.keyFormat:void 0}}function iu(e){return su(e)}function su(e,t){return e==null?e:{name:e.name,valuePrefix:K(e,"valuePrefix")?e.valuePrefix:void 0}}function au(e){return cu(e)}function cu(e,t){return e==null?e:{name:e.name}}function lu(e){return uu(e)}function uu(e,t){return e==null?e:{attachmentType:e.attachmentType,query:K(e,"query")?au(e.query):void 0,header:K(e,"header")?iu(e.header):void 0,docsURL:K(e,"docsURL")?e.docsURL:void 0}}function du(e){return pu(e)}function pu(e,t){return e}function fu(e){return mu(e)}function mu(e,t){return e==null?e:{days:K(e,"days")?e.days:void 0,fullHistory:K(e,"fullHistory")?e.fullHistory:void 0}}function hu(e){if(e!==void 0)return e===null?null:{days:e.days,fullHistory:e.fullHistory}}function Bs(e){return gu(e)}function gu(e,t){return e==null?e:{defaultPeriod:fu(e.defaultPeriod)}}function yu(e){if(e!==void 0)return e===null?null:{defaultPeriod:hu(e.defaultPeriod)}}function vu(e){if(e!==void 0)return e===null?null:{days:e.days,fullHistory:e.fullHistory}}function wu(e){if(e!==void 0)return e===null?null:{defaultPeriod:vu(e.defaultPeriod)}}function Iu(e){return xu(e)}function xu(e,t){return e==null?e:{enabled:K(e,"enabled")?e.enabled:void 0}}function Us(e){if(e!==void 0)return e===null?null:{enabled:e.enabled}}function bu(e){if(e!==void 0)return e===null?null:{objectName:e.objectName,schedule:e.schedule,destination:e.destination,selectedFields:e.selectedFields,selectedFieldMappings:e.selectedFieldMappings,selectedFieldsAuto:e.selectedFieldsAuto,backfill:wu(e.backfill)}}function _u(e){if(e!==void 0)return e===null?null:{objects:e.objects===void 0?void 0:qo(e.objects,bu)}}function Cu(e){if(e!==void 0)return e===null?null:{objectName:e.objectName}}function Su(e){if(e!==void 0)return e===null?null:{objects:e.objects===void 0?void 0:qo(e.objects,Cu)}}function Eu(e){return Ou(e)}function Ou(e,t){return e==null?e:{apiKeyAsBasic:K(e,"apiKeyAsBasic")?e.apiKeyAsBasic:void 0,apiKeyAsBasicOpts:K(e,"apiKeyAsBasicOpts")?ru(e.apiKeyAsBasicOpts):void 0,docsURL:K(e,"docsURL")?e.docsURL:void 0}}function Nu(e){if(e!==void 0)return e===null?null:{sourceZipUrl:e.sourceZipUrl,sourceYaml:e.sourceYaml}}function gr(e){return Tu(e)}function Tu(e,t){return e==null?e:{id:e.id,name:e.name,appName:e.appName,orgId:K(e,"orgId")?e.orgId:void 0,createTime:new Date(e.createTime),updateTime:K(e,"updateTime")?new Date(e.updateTime):void 0}}function Ru(e){return Au(e)}function Au(e,t){return e==null?e:{insert:e.insert,update:e.update,upsert:e.upsert,_delete:e.delete}}function ju(e){return Pu(e)}function Pu(e,t){return e==null?e:{provider:e.provider,read:K(e,"read")?e.read:void 0,write:K(e,"write")?e.write:void 0,proxy:K(e,"proxy")?Iu(e.proxy):void 0}}function qs(e){if(e!==void 0)return e===null?null:{provider:e.provider,read:e.read,write:e.write,proxy:Us(e.proxy)}}function Du(e){return ku(e)}function ku(e,t){return e==null?e:{id:e.id,revisionId:e.revisionId,createTime:new Date(e.createTime),createdBy:e.createdBy,content:ju(e.content)}}function Fu(e){return Mu(e)}function Mu(e,t){return e==null?e:{consumerRef:e.consumerRef,consumerName:e.consumerName,projectId:e.projectId,createTime:new Date(e.createTime),updateTime:K(e,"updateTime")?new Date(e.updateTime):void 0}}function Ws(e){return Lu(e)}function Lu(e,t){return e==null?e:{groupRef:e.groupRef,groupName:e.groupName,projectId:e.projectId,createTime:new Date(e.createTime),updateTime:K(e,"updateTime")?new Date(e.updateTime):void 0}}function Cr(e){return $u(e)}function $u(e,t){return e==null?e:{id:e.id,projectId:e.projectId,externalRef:K(e,"externalRef")?e.externalRef:void 0,provider:e.provider,clientId:e.clientId,scopes:K(e,"scopes")?e.scopes:void 0,createTime:new Date(e.createTime),updateTime:K(e,"updateTime")?new Date(e.updateTime):void 0}}function Sr(e){return Ku(e)}function Ku(e,t){return e==null?e:{id:e.id,projectId:e.projectId,providerApp:Cr(e.providerApp),group:Ws(e.group),consumer:Fu(e.consumer),providerWorkspaceRef:e.providerWorkspaceRef,providerConsumerRef:K(e,"ProviderConsumerRef")?e.ProviderConsumerRef:void 0,createTime:new Date(e.createTime),updateTime:K(e,"updateTime")?new Date(e.updateTime):void 0}}function Vu(e){if(e!==void 0)return e===null?null:{revisionId:e.revisionId,createdBy:e.createdBy,content:qs(e.content)}}function Hu(e){if(e!==void 0)return e===null?null:{groupRef:e.groupRef,connectionId:e.connectionId,config:Vu(e.config)}}function Bu(e){return Uu(e)}function Uu(e,t){return e==null?e:{enabled:K(e,"enabled")?e.enabled:void 0}}function qu(e){if(e!==void 0)return e===null?null:{enabled:e.enabled}}function Wu(e){return Ju(e)}function Ju(e,t){return e==null?e:{mode:K(e,"mode")?e.mode:void 0,pageSize:K(e,"pageSize")?e.pageSize:void 0}}function zu(e){if(e!==void 0)return e===null?null:{mode:e.mode,pageSize:e.pageSize}}function Xu(e){let t=!0;return t=t&&"fieldName"in e,t}function Gu(e,t){return e==null?e:{fieldName:e.fieldName,mapToName:K(e,"mapToName")?e.mapToName:void 0,mapToDisplayName:K(e,"mapToDisplayName")?e.mapToDisplayName:void 0}}function Yu(e){if(e!==void 0)return e===null?null:{fieldName:e.fieldName,mapToName:e.mapToName,mapToDisplayName:e.mapToDisplayName}}function Zu(e){let t=!0;return t=t&&"mapToName"in e,t}function Js(e,t){return e==null?e:{mapToName:e.mapToName,mapToDisplayName:K(e,"mapToDisplayName")?e.mapToDisplayName:void 0,_default:K(e,"default")?e.default:void 0,prompt:K(e,"prompt")?e.prompt:void 0}}function Qu(e){if(e!==void 0)return e===null?null:{mapToName:e.mapToName,mapToDisplayName:e.mapToDisplayName,default:e._default,prompt:e.prompt}}function Ji(e){return ed(e)}function ed(e,t){return e==null?e:{...Gu(e),...Js(e)}}function zi(e){if(e!==void 0)return e===null?null:Xu(e)?Yu(e):Zu(e)?Qu(e):{}}function zs(e){return td(e)}function td(e,t){return e}function nd(e){return rd(e)}function rd(e,t){return e==null?e:{objectName:e.objectName,destination:e.destination,schedule:e.schedule,mapToName:K(e,"mapToName")?e.mapToName:void 0,mapToDisplayName:K(e,"mapToDisplayName")?e.mapToDisplayName:void 0,requiredFields:K(e,"requiredFields")?e.requiredFields.map(Ji):void 0,optionalFields:K(e,"optionalFields")?e.optionalFields.map(Ji):void 0,optionalFieldsAuto:K(e,"optionalFieldsAuto")?zs(e.optionalFieldsAuto):void 0,backfill:K(e,"backfill")?Bs(e.backfill):void 0,delivery:K(e,"delivery")?Wu(e.delivery):void 0}}function od(e){if(e!==void 0)return e===null?null:{objectName:e.objectName,destination:e.destination,schedule:e.schedule,mapToName:e.mapToName,mapToDisplayName:e.mapToDisplayName,requiredFields:e.requiredFields===void 0?void 0:e.requiredFields.map(zi),optionalFields:e.optionalFields===void 0?void 0:e.optionalFields.map(zi),optionalFieldsAuto:e.optionalFieldsAuto,backfill:yu(e.backfill),delivery:zu(e.delivery)}}function id(e){return sd(e)}function sd(e,t){return e==null?e:{objects:K(e,"objects")?e.objects.map(nd):void 0}}function ad(e){if(e!==void 0)return e===null?null:{objects:e.objects===void 0?void 0:e.objects.map(od)}}function cd(e){return ld(e)}function ld(e,t){return e==null?e:{objectName:e.objectName,inheritMappingFromRead:K(e,"inheritMappingFromRead")?e.inheritMappingFromRead:void 0}}function ud(e){if(e!==void 0)return e===null?null:{objectName:e.objectName,inheritMappingFromRead:e.inheritMappingFromRead}}function dd(e){return pd(e)}function pd(e,t){return e==null?e:{objects:K(e,"objects")?e.objects.map(cd):void 0}}function fd(e){if(e!==void 0)return e===null?null:{objects:e.objects===void 0?void 0:e.objects.map(ud)}}function md(e){return hd(e)}function hd(e,t){return e==null?e:{name:e.name,displayName:K(e,"displayName")?e.displayName:void 0,provider:e.provider,read:K(e,"read")?id(e.read):void 0,write:K(e,"write")?dd(e.write):void 0,proxy:K(e,"proxy")?Bu(e.proxy):void 0}}function gd(e){if(e!==void 0)return e===null?null:{name:e.name,displayName:e.displayName,provider:e.provider,read:ad(e.read),write:fd(e.write),proxy:qu(e.proxy)}}function yd(e){if(e!==void 0)return e===null?null:{specVersion:e.specVersion,content:gd(e.content)}}function vd(e){if(e!==void 0)return e===null?null:{name:e.name,provider:e.provider,latestRevision:yd(e.latestRevision)}}function wd(e){if(e!==void 0)return e===null?null:{appName:e.appName,name:e.name,orgId:e.orgId}}function Id(e){if(e!==void 0)return e===null?null:{externalRef:e.externalRef,provider:e.provider,clientId:e.clientId,clientSecret:e.clientSecret,scopes:e.scopes}}function xd(e){if(e!==void 0)return e===null?null:{sourceZipUrl:e.sourceZipUrl,sourceYaml:e.sourceYaml}}function bd(e){if(e!==void 0)return e===null?null:{username:e.username,password:e.password}}function _d(e){if(e!==void 0)return e===null?null:{clientId:e.clientId,clientSecret:e.clientSecret,scopes:e.scopes}}function Cd(e){if(e!==void 0)return e===null?null:{username:e.username,password:e.password,clientId:e.clientId,clientSecret:e.clientSecret,scopes:e.scopes}}function Sd(e){if(e!==void 0)return e===null?null:{providerWorkspaceRef:e.providerWorkspaceRef,groupName:e.groupName,groupRef:e.groupRef,consumerName:e.consumerName,consumerRef:e.consumerRef,provider:e.provider,apiKey:e.apiKey,basicAuth:bd(e.basicAuth),oauth2ClientCredentials:_d(e.oauth2ClientCredentials),oauth2Password:Cd(e.oauth2Password)}}function Ed(e){return Od(e)}function Od(e,t){return e==null?e:{enabled:K(e,"enabled")?e.enabled:void 0}}function Nd(e,t){return e==null?e:{fieldName:e.fieldName,mapToName:K(e,"mapToName")?e.mapToName:void 0,mapToDisplayName:K(e,"mapToDisplayName")?e.mapToDisplayName:void 0,displayName:e.displayName}}function ao(e){return Td(e)}function Td(e,t){return e==null?e:{...Nd(e),...Js(e)}}function Rd(e){return Ad(e)}function Ad(e,t){return e==null?e:{objectName:e.objectName,displayName:e.displayName,mapToName:K(e,"mapToName")?e.mapToName:void 0,mapToDisplayName:K(e,"mapToDisplayName")?e.mapToDisplayName:void 0,destination:e.destination,schedule:e.schedule,requiredFields:K(e,"requiredFields")?e.requiredFields.map(ao):void 0,optionalFields:K(e,"optionalFields")?e.optionalFields.map(ao):void 0,optionalFieldsAuto:K(e,"optionalFieldsAuto")?zs(e.optionalFieldsAuto):void 0,allFields:K(e,"allFields")?e.allFields.map(ao):void 0,backfill:K(e,"backfill")?Bs(e.backfill):void 0}}function jd(e){return Pd(e)}function Pd(e,t){return e==null?e:{objects:K(e,"objects")?e.objects.map(Rd):void 0}}function Dd(e){return kd(e)}function kd(e,t){return e==null?e:{objectName:e.objectName,displayName:e.displayName}}function Fd(e){return Md(e)}function Md(e,t){return e==null?e:{objects:K(e,"objects")?e.objects.map(Dd):void 0}}function Ld(e){return $d(e)}function $d(e,t){return e==null?e:{name:e.name,displayName:K(e,"displayName")?e.displayName:void 0,provider:e.provider,read:K(e,"read")?jd(e.read):void 0,write:K(e,"write")?Fd(e.write):void 0,proxy:K(e,"proxy")?Ed(e.proxy):void 0}}function Kd(e){return Vd(e)}function Vd(e,t){return e==null?e:{id:e.id,specVersion:e.specVersion,createTime:new Date(e.createTime),content:Ld(e.content)}}function Hd(e){if(e!==void 0)return e===null?null:{providerAppId:e.providerAppId,groupRef:e.groupRef,groupName:e.groupName,consumerRef:e.consumerRef,consumerName:e.consumerName,providerWorkspaceRef:e.providerWorkspaceRef,providerConsumerRef:e.providerConsumerRef,refreshToken:e.refreshToken,scopes:e.scopes}}function Bd(e){if(e!==void 0)return e===null?null:{revisionId:e.revisionId,content:qs(e.content)}}function Ud(e){if(e!==void 0)return e===null?null:{provider:e.provider,connection:Hd(e.connection),config:Bd(e.config)}}function Un(e){return qd(e)}function qd(e,t){return e==null?e:{id:e.id,projectId:e.projectId,integrationId:e.integrationId,group:K(e,"group")?Ws(e.group):void 0,healthStatus:e.healthStatus,connection:Sr(e.connection),createTime:new Date(e.createTime),createdBy:e.createdBy,updateTime:K(e,"updateTime")?new Date(e.updateTime):void 0,config:Du(e.config)}}function Wd(e){return Jd(e)}function Jd(e,t){return e==null?e:{id:e.id,specVersion:e.specVersion,createTime:new Date(e.createTime),content:md(e.content)}}function Xi(e){return zd(e)}function zd(e,t){return e==null?e:{id:e.id,projectId:e.projectId,name:e.name,provider:e.provider,createTime:new Date(e.createTime),updateTime:K(e,"updateTime")?new Date(e.updateTime):void 0,latestRevision:Wd(e.latestRevision)}}function Xd(e){return Gd(e)}function Gd(e,t){return e==null?e:{iconURL:K(e,"iconURL")?e.iconURL:void 0,logoURL:K(e,"logoURL")?e.logoURL:void 0}}function Yd(e){return Zd(e)}function Zd(e,t){return e==null?e:{iconURL:K(e,"iconURL")?e.iconURL:void 0,logoURL:K(e,"logoURL")?e.logoURL:void 0}}function Qd(e){return ep(e)}function ep(e,t){return e==null?e:{regular:K(e,"regular")?Yd(e.regular):void 0,darkMode:K(e,"darkMode")?Xd(e.darkMode):void 0}}function tp(e){return np(e)}function np(e,t){return e==null?e:{workspaceRefField:K(e,"workspaceRefField")?e.workspaceRefField:void 0,consumerRefField:K(e,"consumerRefField")?e.consumerRefField:void 0,scopesField:K(e,"scopesField")?e.scopesField:void 0}}function rp(e){return op(e)}function op(e,t){return e==null?e:{grantType:e.grantType,authURL:K(e,"authURL")?e.authURL:void 0,tokenURL:e.tokenURL,explicitScopesRequired:e.explicitScopesRequired,explicitWorkspaceRequired:e.explicitWorkspaceRequired,audience:K(e,"audience")?e.audience:void 0,tokenMetadataFields:tp(e.tokenMetadataFields),docsURL:K(e,"docsURL")?e.docsURL:void 0,authURLParams:K(e,"authURLParams")?e.authURLParams:void 0}}function ip(e){if(e!==void 0)return e===null?null:{providerWorkspaceRef:e.providerWorkspaceRef,projectId:e.projectId,groupRef:e.groupRef,groupName:e.groupName,consumerRef:e.consumerRef,consumerName:e.consumerName,providerAppId:e.providerAppId,provider:e.provider,enableCSRFProtection:e.enableCSRFProtection}}function sp(e){return ap(e)}function ap(e,t){return e==null?e:{bulkWrite:Ru(e.bulkWrite),proxy:e.proxy,read:e.read,subscribe:e.subscribe,write:e.write}}function Gi(e){return cp(e)}function cp(e,t){return e==null?e:{name:e.name,authType:du(e.authType),baseURL:e.baseURL,oauth2Opts:K(e,"oauth2Opts")?rp(e.oauth2Opts):void 0,apiKeyOpts:K(e,"apiKeyOpts")?lu(e.apiKeyOpts):void 0,basicOpts:K(e,"basicOpts")?Eu(e.basicOpts):void 0,support:sp(e.support),providerOpts:e.providerOpts,displayName:K(e,"displayName")?e.displayName:void 0,postAuthInfoNeeded:K(e,"postAuthInfoNeeded")?e.postAuthInfoNeeded:void 0,media:K(e,"media")?Qd(e.media):void 0,labels:K(e,"labels")?e.labels:void 0}}function lp(e){if(e!==void 0)return e===null?null:{provider:e.provider,read:_u(e.read),write:Su(e.write),proxy:Us(e.proxy)}}function up(e){if(e!==void 0)return e===null?null:{revisionId:e.revisionId,createdBy:e.createdBy,content:lp(e.content)}}function dp(e){if(e!==void 0)return e===null?null:{connectionId:e.connectionId,config:up(e.config)}}function pp(e){if(e!==void 0)return e===null?null:{updateMask:e.updateMask,installation:dp(e.installation)}}function fp(e){if(e!==void 0)return e===null?null:{appName:e.appName,name:e.name}}function mp(e){if(e!==void 0)return e===null?null:{updateMask:e.updateMask,project:fp(e.project)}}function hp(e){if(e!==void 0)return e===null?null:{externalRef:e.externalRef,provider:e.provider,clientId:e.clientId,clientSecret:e.clientSecret,scopes:e.scopes}}function gp(e){if(e!==void 0)return e===null?null:{updateMask:e.updateMask,providerApp:hp(e.providerApp)}}class yp extends jt{async generateConnectionRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling generateConnection.");const r={},i={};i["Content-Type"]="application/json",this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/connections:generate".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))),method:"POST",headers:i,query:r,body:Sd(t.generateConnectionParams)},n);return new De(o,s=>Sr(s))}async generateConnection(t,n){return await(await this.generateConnectionRaw(t,n)).value()}async getConnectionRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling getConnection.");if(t.connectionId===null||t.connectionId===void 0)throw new ie("connectionId","Required parameter requestParameters.connectionId was null or undefined when calling getConnection.");const r={},i={};this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/connections/{connectionId}".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))).replace("{connectionId}",encodeURIComponent(String(t.connectionId))),method:"GET",headers:i,query:r},n);return new De(o,s=>Sr(s))}async getConnection(t,n){return await(await this.getConnectionRaw(t,n)).value()}async listConnectionsRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling listConnections.");const r={};t.provider!==void 0&&(r.provider=t.provider),t.groupRef!==void 0&&(r.groupRef=t.groupRef),t.consumerRef!==void 0&&(r.consumerRef=t.consumerRef);const i={};this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/connections".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))),method:"GET",headers:i,query:r},n);return new De(o,s=>s.map(Sr))}async listConnections(t,n){return await(await this.listConnectionsRaw(t,n)).value()}}class vp extends jt{async createInstallationRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling createInstallation.");if(t.integrationId===null||t.integrationId===void 0)throw new ie("integrationId","Required parameter requestParameters.integrationId was null or undefined when calling createInstallation.");if(t.installation===null||t.installation===void 0)throw new ie("installation","Required parameter requestParameters.installation was null or undefined when calling createInstallation.");const r={},i={};i["Content-Type"]="application/json",this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/integrations/{integrationId}/installations".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))).replace("{integrationId}",encodeURIComponent(String(t.integrationId))),method:"POST",headers:i,query:r,body:Hu(t.installation)},n);return new De(o,s=>Un(s))}async createInstallation(t,n){return await(await this.createInstallationRaw(t,n)).value()}async deleteInstallationRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling deleteInstallation.");if(t.integrationId===null||t.integrationId===void 0)throw new ie("integrationId","Required parameter requestParameters.integrationId was null or undefined when calling deleteInstallation.");if(t.installationId===null||t.installationId===void 0)throw new ie("installationId","Required parameter requestParameters.installationId was null or undefined when calling deleteInstallation.");const r={},i={};this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/integrations/{integrationId}/installations/{installationId}".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))).replace("{integrationId}",encodeURIComponent(String(t.integrationId))).replace("{installationId}",encodeURIComponent(String(t.installationId))),method:"DELETE",headers:i,query:r},n);return new Nn(o)}async deleteInstallation(t,n){await this.deleteInstallationRaw(t,n)}async getInstallationRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling getInstallation.");if(t.integrationId===null||t.integrationId===void 0)throw new ie("integrationId","Required parameter requestParameters.integrationId was null or undefined when calling getInstallation.");if(t.installationId===null||t.installationId===void 0)throw new ie("installationId","Required parameter requestParameters.installationId was null or undefined when calling getInstallation.");const r={},i={};this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/integrations/{integrationId}/installations/{installationId}".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))).replace("{integrationId}",encodeURIComponent(String(t.integrationId))).replace("{installationId}",encodeURIComponent(String(t.installationId))),method:"GET",headers:i,query:r},n);return new De(o,s=>Un(s))}async getInstallation(t,n){return await(await this.getInstallationRaw(t,n)).value()}async importInstallationRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling importInstallation.");if(t.integrationId===null||t.integrationId===void 0)throw new ie("integrationId","Required parameter requestParameters.integrationId was null or undefined when calling importInstallation.");if(t.installation===null||t.installation===void 0)throw new ie("installation","Required parameter requestParameters.installation was null or undefined when calling importInstallation.");const r={},i={};i["Content-Type"]="application/json",this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/integrations/{integrationId}/installations:import".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))).replace("{integrationId}",encodeURIComponent(String(t.integrationId))),method:"POST",headers:i,query:r,body:Ud(t.installation)},n);return new De(o,s=>Un(s))}async importInstallation(t,n){return await(await this.importInstallationRaw(t,n)).value()}async listInstallationsRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling listInstallations.");if(t.integrationId===null||t.integrationId===void 0)throw new ie("integrationId","Required parameter requestParameters.integrationId was null or undefined when calling listInstallations.");const r={};t.groupRef!==void 0&&(r.groupRef=t.groupRef);const i={};this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/integrations/{integrationId}/installations".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))).replace("{integrationId}",encodeURIComponent(String(t.integrationId))),method:"GET",headers:i,query:r},n);return new De(o,s=>s.map(Un))}async listInstallations(t,n){return await(await this.listInstallationsRaw(t,n)).value()}async updateInstallationRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling updateInstallation.");if(t.integrationId===null||t.integrationId===void 0)throw new ie("integrationId","Required parameter requestParameters.integrationId was null or undefined when calling updateInstallation.");if(t.installationId===null||t.installationId===void 0)throw new ie("installationId","Required parameter requestParameters.installationId was null or undefined when calling updateInstallation.");if(t.installationUpdate===null||t.installationUpdate===void 0)throw new ie("installationUpdate","Required parameter requestParameters.installationUpdate was null or undefined when calling updateInstallation.");const r={},i={};i["Content-Type"]="application/json",this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/integrations/{integrationId}/installations/{installationId}".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))).replace("{integrationId}",encodeURIComponent(String(t.integrationId))).replace("{installationId}",encodeURIComponent(String(t.installationId))),method:"PATCH",headers:i,query:r,body:pp(t.installationUpdate)},n);return new De(o,s=>Un(s))}async updateInstallation(t,n){return await(await this.updateInstallationRaw(t,n)).value()}}class wp extends jt{async batchUpsertIntegrationsRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling batchUpsertIntegrations.");const r={},i={};i["Content-Type"]="application/json",this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/integrations:batch".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))),method:"PUT",headers:i,query:r,body:Nu(t.batchUpsertIntegrationsRequest)},n);return new De(o,s=>s.map(Xi))}async batchUpsertIntegrations(t,n){return await(await this.batchUpsertIntegrationsRaw(t,n)).value()}async createIntegrationRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling createIntegration.");if(t.integration===null||t.integration===void 0)throw new ie("integration","Required parameter requestParameters.integration was null or undefined when calling createIntegration.");const r={},i={};i["Content-Type"]="application/json",this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/integrations".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))),method:"POST",headers:i,query:r,body:vd(t.integration)},n);return new Nn(o)}async createIntegration(t,n){await this.createIntegrationRaw(t,n)}async deleteIntegrationRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling deleteIntegration.");if(t.integrationId===null||t.integrationId===void 0)throw new ie("integrationId","Required parameter requestParameters.integrationId was null or undefined when calling deleteIntegration.");const r={},i={};this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/integrations/{integrationId}".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))).replace("{integrationId}",encodeURIComponent(String(t.integrationId))),method:"DELETE",headers:i,query:r},n);return new Nn(o)}async deleteIntegration(t,n){await this.deleteIntegrationRaw(t,n)}async listIntegrationsRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling listIntegrations.");const r={},i={};this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/integrations".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))),method:"GET",headers:i,query:r},n);return new De(o,s=>s.map(Xi))}async listIntegrations(t,n){return await(await this.listIntegrationsRaw(t,n)).value()}}class Ip extends jt{async oauthConnectRaw(t,n){if(t.connectOAuthParams===null||t.connectOAuthParams===void 0)throw new ie("connectOAuthParams","Required parameter requestParameters.connectOAuthParams was null or undefined when calling oauthConnect.");const r={},i={};i["Content-Type"]="application/json";const o=await this.request({path:"/oauth-connect",method:"POST",headers:i,query:r,body:ip(t.connectOAuthParams)},n);return this.isJsonMime(o.headers.get("content-type"))?new De(o):new nu(o)}async oauthConnect(t,n){return await(await this.oauthConnectRaw(t,n)).value()}}class xp extends jt{async createProjectRaw(t,n){if(t.project===null||t.project===void 0)throw new ie("project","Required parameter requestParameters.project was null or undefined when calling createProject.");const r={},i={};i["Content-Type"]="application/json",this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects",method:"POST",headers:i,query:r,body:wd(t.project)},n);return new De(o,s=>gr(s))}async createProject(t,n){return await(await this.createProjectRaw(t,n)).value()}async deleteProjectRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling deleteProject.");const r={},i={};this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))),method:"DELETE",headers:i,query:r},n);return new Nn(o)}async deleteProject(t,n){await this.deleteProjectRaw(t,n)}async getProjectRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling getProject.");const r={},i={};this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))),method:"GET",headers:i,query:r},n);return new De(o,s=>gr(s))}async getProject(t,n){return await(await this.getProjectRaw(t,n)).value()}async listProjectsRaw(t){const n={},r={};this.configuration&&this.configuration.apiKey&&(r["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const i=await this.request({path:"/projects",method:"GET",headers:r,query:n},t);return new De(i,o=>o.map(gr))}async listProjects(t){return await(await this.listProjectsRaw(t)).value()}async updateProjectRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling updateProject.");if(t.projectUpdate===null||t.projectUpdate===void 0)throw new ie("projectUpdate","Required parameter requestParameters.projectUpdate was null or undefined when calling updateProject.");const r={},i={};i["Content-Type"]="application/json",this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))),method:"PATCH",headers:i,query:r,body:mp(t.projectUpdate)},n);return new De(o,s=>gr(s))}async updateProject(t,n){return await(await this.updateProjectRaw(t,n)).value()}}class bp extends jt{async getProviderRaw(t,n){if(t.provider===null||t.provider===void 0)throw new ie("provider","Required parameter requestParameters.provider was null or undefined when calling getProvider.");const r={},i={};this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/providers/{provider}".replace("{provider}",encodeURIComponent(String(t.provider))),method:"GET",headers:i,query:r},n);return new De(o,s=>Gi(s))}async getProvider(t,n){return await(await this.getProviderRaw(t,n)).value()}async listProvidersRaw(t){const n={},r={};this.configuration&&this.configuration.apiKey&&(r["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const i=await this.request({path:"/providers",method:"GET",headers:r,query:n},t);return new De(i,o=>qo(o,Gi))}async listProviders(t){return await(await this.listProvidersRaw(t)).value()}}class _p extends jt{async createProviderAppRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling createProviderApp.");if(t.providerApp===null||t.providerApp===void 0)throw new ie("providerApp","Required parameter requestParameters.providerApp was null or undefined when calling createProviderApp.");const r={},i={};i["Content-Type"]="application/json",this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/provider-apps".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))),method:"POST",headers:i,query:r,body:Id(t.providerApp)},n);return new De(o,s=>Cr(s))}async createProviderApp(t,n){return await(await this.createProviderAppRaw(t,n)).value()}async deleteProviderAppRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling deleteProviderApp.");if(t.providerAppId===null||t.providerAppId===void 0)throw new ie("providerAppId","Required parameter requestParameters.providerAppId was null or undefined when calling deleteProviderApp.");const r={},i={};this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/provider-apps/{providerAppId}".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))).replace("{providerAppId}",encodeURIComponent(String(t.providerAppId))),method:"DELETE",headers:i,query:r},n);return new Nn(o)}async deleteProviderApp(t,n){await this.deleteProviderAppRaw(t,n)}async listProviderAppsRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling listProviderApps.");const r={},i={};this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/provider-apps".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))),method:"GET",headers:i,query:r},n);return new De(o,s=>s.map(Cr))}async listProviderApps(t,n){return await(await this.listProviderAppsRaw(t,n)).value()}async updateProviderAppRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling updateProviderApp.");if(t.providerAppId===null||t.providerAppId===void 0)throw new ie("providerAppId","Required parameter requestParameters.providerAppId was null or undefined when calling updateProviderApp.");if(t.providerAppUpdate===null||t.providerAppUpdate===void 0)throw new ie("providerAppUpdate","Required parameter requestParameters.providerAppUpdate was null or undefined when calling updateProviderApp.");const r={},i={};i["Content-Type"]="application/json",this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/provider-apps/{providerAppId}".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))).replace("{providerAppId}",encodeURIComponent(String(t.providerAppId))),method:"PATCH",headers:i,query:r,body:gp(t.providerAppUpdate)},n);return new De(o,s=>Cr(s))}async updateProviderApp(t,n){return await(await this.updateProviderAppRaw(t,n)).value()}}class Cp extends jt{async createRevisionRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling createRevision.");if(t.integrationId===null||t.integrationId===void 0)throw new ie("integrationId","Required parameter requestParameters.integrationId was null or undefined when calling createRevision.");const r={},i={};i["Content-Type"]="application/json",this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/integrations/{integrationId}/revisions".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))).replace("{integrationId}",encodeURIComponent(String(t.integrationId))),method:"POST",headers:i,query:r,body:xd(t.revision)},n);return new Nn(o)}async createRevision(t,n){await this.createRevisionRaw(t,n)}async getHydratedRevisionRaw(t,n){if(t.projectIdOrName===null||t.projectIdOrName===void 0)throw new ie("projectIdOrName","Required parameter requestParameters.projectIdOrName was null or undefined when calling getHydratedRevision.");if(t.integrationId===null||t.integrationId===void 0)throw new ie("integrationId","Required parameter requestParameters.integrationId was null or undefined when calling getHydratedRevision.");if(t.revisionId===null||t.revisionId===void 0)throw new ie("revisionId","Required parameter requestParameters.revisionId was null or undefined when calling getHydratedRevision.");if(t.connectionId===null||t.connectionId===void 0)throw new ie("connectionId","Required parameter requestParameters.connectionId was null or undefined when calling getHydratedRevision.");const r={};t.connectionId!==void 0&&(r.connectionId=t.connectionId);const i={};this.configuration&&this.configuration.apiKey&&(i["X-Api-Key"]=this.configuration.apiKey("X-Api-Key"));const o=await this.request({path:"/projects/{projectIdOrName}/integrations/{integrationId}/revisions/{revisionId}:hydrate".replace("{projectIdOrName}",encodeURIComponent(String(t.projectIdOrName))).replace("{integrationId}",encodeURIComponent(String(t.integrationId))).replace("{revisionId}",encodeURIComponent(String(t.revisionId))),method:"GET",headers:i,query:r},n);return new De(o,s=>Kd(s))}async getHydratedRevision(t,n){return await(await this.getHydratedRevisionRaw(t,n)).value()}}class Sp{constructor(t){this.connectionApi=new yp(t),this.installationApi=new vp(t),this.integrationApi=new wp(t),this.oAuthApi=new Ip(t),this.projectApi=new xp(t),this.providerApi=new bp(t),this.providerAppApi=new _p(t),this.revisionApi=new Cp(t)}}const Ep="1.17.3",Op="v1",yr="https://api.withampersand.com";function Xs(){try{const e=process.env.REACT_APP_AMP_SERVER;switch(e){case"local":return"http://localhost:8080";case"dev":return"https://dev-api.withampersand.com";case"staging":return"https://staging-api.withampersand.com";case"prod":return yr;case"mock":return"http://127.0.0.1:4010";case"":return yr;default:return e??yr}}catch{return yr}}const Np=(e,t)=>`${e}/${t}`;function Tp(){return Np(Xs(),Op)}const Rp=Xs(),Ap=Tp(),jp=new $s({basePath:Ap,headers:{"X-Amp-Client":"react","X-Amp-Client-Version":Ep}});let Pp=new Sp(jp);const Ee=()=>Pp;function Dp(){return a.jsx(T.Box,{className:"loading-icon",height:"100%",width:"100%",display:"flex",justifyContent:"center",marginTop:"20%",marginBottom:"20%",children:a.jsx(T.Stack,{alignItems:"center",children:a.jsx(T.Spinner,{height:"100px",width:"100px",alignSelf:"center",thickness:"8px",speed:"1s",emptyColor:"gray.200",color:"blue.500",size:"xl",margin:"20px"})})})}const kp="_loader_h78nh_1",Fp="_rotate_h78nh_1",Mp="_ball1_h78nh_1",Lp="_ball2_h78nh_1",$p={loader:kp,rotate:Fp,ball1:Mp,ball2:Lp};function Kp(){return a.jsx("span",{className:$p.loader})}function Nt(){return je?a.jsx("div",{style:{display:"flex",width:"100%",height:"100%",justifyContent:"center",marginTop:"20%",marginBottom:"20%"},children:a.jsx(Kp,{})}):a.jsx(Dp,{})}const Ge=async(e,t)=>{var n;if(e instanceof Ks){const{status:r,statusText:i}=e.response;console.error(r===500?"Internal Server Error (500):":r===400?"Bad Request (400):":`Error (${r}):`,i);const o=await e.response.json(),s=((n=o==null?void 0:o.causes)==null?void 0:n.join(`
|
|
3
|
+
`))||"[ERROR] Creating installation failed.";console.error("[Error Message]",s),t&&t(s)}else console.error("Unexpected error:",e.message)},Gs=g.createContext({integrations:null}),Ys=()=>{const e=g.useContext(Gs);if(!e)throw new Error("useIntegrationList must be used within a IntegrationListProvider");return e};function Vp({projectIdOrName:e,children:t}){const n=Ve(),{setError:r,isError:i}=sn(),[o,s]=g.useState(null),[c,l]=g.useState(!0);g.useEffect(()=>{Ee().integrationApi.listIntegrations({projectIdOrName:e},{headers:{"X-Api-Key":n??""}}).then(d=>{l(!1),s(d||[])}).catch(d=>{console.error("Error retrieving integration information."),Ge(d),l(!1),r(Se.INTEGRATION_LIST,e)})},[e,n,r]);const u=g.useMemo(()=>({integrations:o}),[o]);return i(Se.INTEGRATION_LIST,e)?a.jsx(qt,{message:"Error retrieving integrations for the project, double check the API key"}):a.jsx(Gs.Provider,{value:u,children:c?a.jsx(Nt,{}):t})}const Zs=g.createContext({project:null,appName:"",projectId:"",projectIdOrName:""}),Re=()=>{const e=g.useContext(Zs);if(!e)throw new Error("useProject must be used within a ProjectProvider");return e};function Hp({projectIdOrName:e,children:t}){const n=Ve(),{isError:r,setError:i}=sn(),[o,s]=g.useState(null),[c,l]=g.useState(!0);g.useEffect(()=>{Ee().projectApi.getProject({projectIdOrName:e},{headers:{"X-Api-Key":n??""}}).then(d=>{l(!1),s(d)}).catch(d=>{console.error("Error loading Ampersand project."),Ge(d),i(Se.PROJECT,e),l(!1)})},[e,n,l,i]);const u=g.useMemo(()=>({projectId:(o==null?void 0:o.id)||"",projectIdOrName:e,project:o,appName:(o==null?void 0:o.appName)||""}),[e,o]);return r(Se.PROJECT,e)?a.jsx(qt,{message:`Error loading project ${e}`}):a.jsx(Zs.Provider,{value:u,children:c?a.jsx(Nt,{}):t})}function Bp(e){const{options:{apiKey:t,projectId:n,project:r},children:i}=e,o=r||n;if(n&&r)throw new Error("Use AmpersandProvider either with projectId or project but not both.");if(!o)throw new Error("Cannot use AmpersandProvider without a projectId or name.");if(!t)throw new Error("Cannot use AmpersandProvider without an apiKey.");return a.jsx(Kl,{children:a.jsx(Bl,{children:a.jsx(Vl,{value:t,children:a.jsx(Hp,{projectIdOrName:o,children:a.jsx(Vp,{projectIdOrName:o,children:i})})})})})}const Qs=g.createContext(null);function Up(){const e=g.useContext(Qs);if(!e)throw new Error(`Cannot call useAmpersandProvider unless your
|
|
4
|
+
component is wrapped with AmpersandProvider`);return e}const qp=()=>{const[e,t]=g.useState(!1),n=g.useCallback(()=>{t(!0)},[t]);return{isIntegrationDeleted:e,setIntegrationDeleted:n}},ea=g.createContext({integrationId:"",provider:"",integrationObj:void 0,consumerRef:"",consumerName:"",groupRef:"",groupName:"",installation:void 0,setInstallation:()=>{},resetInstallations:()=>{},onInstallSuccess:void 0,onUpdateSuccess:void 0,onUninstallSuccess:void 0,isIntegrationDeleted:!1,setIntegrationDeleted:()=>{}});function ot(){const e=g.useContext(ea);if(!e)throw new Error("useInstallIntegrationProps must be used within an InstallIntegrationProvider");return e}function Wp({children:e,integration:t,consumerRef:n,consumerName:r,groupRef:i,groupName:o,onInstallSuccess:s,onUpdateSuccess:c,onUninstallSuccess:l,fieldMapping:u}){const d=Ve(),{projectId:f}=Re(),{integrations:h}=Ys(),{setError:p,isError:m}=sn(),{isIntegrationDeleted:y,setIntegrationDeleted:I}=qp(),[C,w]=g.useState([]),[_,b]=g.useState(!0),x=(C==null?void 0:C[0])||null,E=g.useMemo(()=>ql(t,h||[]),[t,h]);g.useEffect(()=>{E===null&&(h!=null&&h.length)&&console.error(`Integration "${t}" not found in integration list`)},[t,E,h]);const M=g.useCallback(X=>{w([X])},[w]),O=g.useCallback(()=>{E!=null&&E.id&&Ee().installationApi.listInstallations({projectIdOrName:f,integrationId:E.id,groupRef:i},{headers:{"X-Api-Key":d??""}}).then(X=>{b(!1),w(X||[])}).catch(X=>{p(Se.INSTALLATION_LIST,E.id),b(!1),console.error("Error retrieving installation information: ",X)})},[E,f,d,p,i]),V=(E==null?void 0:E.id)||"";g.useEffect(()=>{O()},[O]);const J=g.useMemo(()=>({integrationId:(E==null?void 0:E.id)||"",provider:(E==null?void 0:E.provider)||"",integrationObj:E,consumerRef:n,consumerName:r,groupRef:i,groupName:o,installation:x,setInstallation:M,resetInstallations:O,onInstallSuccess:s,onUpdateSuccess:c,onUninstallSuccess:l,isIntegrationDeleted:y,setIntegrationDeleted:I,fieldMapping:u}),[E,n,r,i,o,x,M,O,s,c,l,y,I,u]);if(E!==null){const X=`Error retrieving installation information for integration "${(E==null?void 0:E.name)||"unknown"}"`;return m(Se.INSTALLATION_LIST,V)?a.jsx(qt,{message:X}):a.jsx(ea.Provider,{value:J,children:_?a.jsx(Nt,{}):e})}return a.jsx(qt,{message:`Integration "${t}" not found`})}const ta=g.createContext({connections:null,selectedConnection:null,setConnections:()=>{},setSelectedConnection:()=>{}}),Ln=()=>{const e=g.useContext(ta);if(!e)throw new Error("useConnections must be used within a ConnectionsProvider");return e};function na({provider:e,groupRef:t,children:n}){const r=Ve(),{projectId:i}=Re(),[o,s]=g.useState(null),[c,l]=g.useState(null),[u,d]=g.useState(!0),{setError:f,isError:h}=sn(),{provider:p}=ot();if(!i)throw new Error("ConnectionsProvider must be used within AmpersandProvider");const m=e||p;if(!m)throw new Error("ConnectionsProvider must be given a provider prop or be used within InstallIntegrationProvider");g.useEffect(()=>{Ee().connectionApi.listConnections({projectIdOrName:i,groupRef:t,provider:m},{headers:{"X-Api-Key":r??""}}).then(I=>{d(!1),s(I)}).catch(I=>{console.error(`Error retrieving existing OAuth connections for group ID ${t}.`),Ge(I),d(!1),f(Se.CONNECTION_LIST,i)})},[i,r,t,m,f]);const y=g.useMemo(()=>({connections:o,selectedConnection:c,setConnections:s,setSelectedConnection:l}),[o,c,s,l]);return h(Se.CONNECTION_LIST,i)?a.jsx(qt,{message:"Error retrieving existing connections"}):a.jsx(ta.Provider,{value:y,children:u?a.jsx(Nt,{}):n})}var vr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Wo(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Tr={exports:{}};Tr.exports;(function(e,t){var n=200,r="__lodash_hash_undefined__",i=1,o=2,s=9007199254740991,c="[object Arguments]",l="[object Array]",u="[object AsyncFunction]",d="[object Boolean]",f="[object Date]",h="[object Error]",p="[object Function]",m="[object GeneratorFunction]",y="[object Map]",I="[object Number]",C="[object Null]",w="[object Object]",_="[object Promise]",b="[object Proxy]",x="[object RegExp]",E="[object Set]",M="[object String]",O="[object Symbol]",V="[object Undefined]",J="[object WeakMap]",X="[object ArrayBuffer]",Z="[object DataView]",te="[object Float32Array]",q="[object Float64Array]",ae="[object Int8Array]",re="[object Int16Array]",ee="[object Int32Array]",pe="[object Uint8Array]",me="[object Uint8ClampedArray]",N="[object Uint16Array]",P="[object Uint32Array]",L=/[\\^$.*+?()[\]{}|]/g,k=/^\[object .+?Constructor\]$/,D=/^(?:0|[1-9]\d*)$/,A={};A[te]=A[q]=A[ae]=A[re]=A[ee]=A[pe]=A[me]=A[N]=A[P]=!0,A[c]=A[l]=A[X]=A[d]=A[Z]=A[f]=A[h]=A[p]=A[y]=A[I]=A[w]=A[x]=A[E]=A[M]=A[J]=!1;var G=typeof vr=="object"&&vr&&vr.Object===Object&&vr,Y=typeof self=="object"&&self&&self.Object===Object&&self,H=G||Y||Function("return this")(),Q=t&&!t.nodeType&&t,W=Q&&!0&&e&&!e.nodeType&&e,ce=W&&W.exports===Q,j=ce&&G.process,fe=function(){try{return j&&j.binding&&j.binding("util")}catch{}}(),B=fe&&fe.isTypedArray;function Ie(v,S){for(var R=-1,z=v==null?0:v.length,_e=0,le=[];++R<z;){var Ae=v[R];S(Ae,R,v)&&(le[_e++]=Ae)}return le}function ke(v,S){for(var R=-1,z=S.length,_e=v.length;++R<z;)v[_e+R]=S[R];return v}function qe(v,S){for(var R=-1,z=v==null?0:v.length;++R<z;)if(S(v[R],R,v))return!0;return!1}function Fe(v,S){for(var R=-1,z=Array(v);++R<v;)z[R]=S(R);return z}function he(v){return function(S){return v(S)}}function It(v,S){return v.has(S)}function We(v,S){return v==null?void 0:v[S]}function it(v){var S=-1,R=Array(v.size);return v.forEach(function(z,_e){R[++S]=[_e,z]}),R}function xt(v,S){return function(R){return v(S(R))}}function bt(v){var S=-1,R=Array(v.size);return v.forEach(function(z){R[++S]=z}),R}var Je=Array.prototype,He=Function.prototype,Me=Object.prototype,Oe=H["__core-js_shared__"],_t=He.toString,Ye=Me.hasOwnProperty,Ft=function(){var v=/[^.]+$/.exec(Oe&&Oe.keys&&Oe.keys.IE_PROTO||"");return v?"Symbol(src)_1."+v:""}(),Jt=Me.toString,st=RegExp("^"+_t.call(Ye).replace(L,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Ne=ce?H.Buffer:void 0,Mt=H.Symbol,zt=H.Uint8Array,Lt=Me.propertyIsEnumerable,ln=Je.splice,et=Mt?Mt.toStringTag:void 0,$t=Object.getOwnPropertySymbols,Xt=Ne?Ne.isBuffer:void 0,un=xt(Object.keys,Object),Gt=Cn(H,"DataView"),Ce=Cn(H,"Map"),Ze=Cn(H,"Promise"),ne=Cn(H,"Set"),de=Cn(H,"WeakMap"),Le=Cn(Object,"create"),Kt=fn(Gt),U=fn(Ce),oe=fn(Ze),se=fn(ne),Pe=fn(de),$e=Mt?Mt.prototype:void 0,tt=$e?$e.valueOf:void 0;function Be(v){var S=-1,R=v==null?0:v.length;for(this.clear();++S<R;){var z=v[S];this.set(z[0],z[1])}}function ze(){this.__data__=Le?Le(null):{},this.size=0}function nt(v){var S=this.has(v)&&delete this.__data__[v];return this.size-=S?1:0,S}function be(v){var S=this.__data__;if(Le){var R=S[v];return R===r?void 0:R}return Ye.call(S,v)?S[v]:void 0}function dn(v){var S=this.__data__;return Le?S[v]!==void 0:Ye.call(S,v)}function ro(v,S){var R=this.__data__;return this.size+=this.has(v)?0:1,R[v]=Le&&S===void 0?r:S,this}Be.prototype.clear=ze,Be.prototype.delete=nt,Be.prototype.get=be,Be.prototype.has=dn,Be.prototype.set=ro;function mt(v){var S=-1,R=v==null?0:v.length;for(this.clear();++S<R;){var z=v[S];this.set(z[0],z[1])}}function ar(){this.__data__=[],this.size=0}function cr(v){var S=this.__data__,R=dr(S,v);if(R<0)return!1;var z=S.length-1;return R==z?S.pop():ln.call(S,R,1),--this.size,!0}function lr(v){var S=this.__data__,R=dr(S,v);return R<0?void 0:S[R][1]}function xe(v){return dr(this.__data__,v)>-1}function Ct(v,S){var R=this.__data__,z=dr(R,v);return z<0?(++this.size,R.push([v,S])):R[z][1]=S,this}mt.prototype.clear=ar,mt.prototype.delete=cr,mt.prototype.get=lr,mt.prototype.has=xe,mt.prototype.set=Ct;function St(v){var S=-1,R=v==null?0:v.length;for(this.clear();++S<R;){var z=v[S];this.set(z[0],z[1])}}function pn(){this.size=0,this.__data__={hash:new Be,map:new(Ce||mt),string:new Be}}function oo(v){var S=pr(this,v).delete(v);return this.size-=S?1:0,S}function Vn(v){return pr(this,v).get(v)}function sl(v){return pr(this,v).has(v)}function al(v,S){var R=pr(this,v),z=R.size;return R.set(v,S),this.size+=R.size==z?0:1,this}St.prototype.clear=pn,St.prototype.delete=oo,St.prototype.get=Vn,St.prototype.has=sl,St.prototype.set=al;function ur(v){var S=-1,R=v==null?0:v.length;for(this.__data__=new St;++S<R;)this.add(v[S])}function cl(v){return this.__data__.set(v,r),this}function ll(v){return this.__data__.has(v)}ur.prototype.add=ur.prototype.push=cl,ur.prototype.has=ll;function Yt(v){var S=this.__data__=new mt(v);this.size=S.size}function ul(){this.__data__=new mt,this.size=0}function dl(v){var S=this.__data__,R=S.delete(v);return this.size=S.size,R}function pl(v){return this.__data__.get(v)}function fl(v){return this.__data__.has(v)}function ml(v,S){var R=this.__data__;if(R instanceof mt){var z=R.__data__;if(!Ce||z.length<n-1)return z.push([v,S]),this.size=++R.size,this;R=this.__data__=new St(z)}return R.set(v,S),this.size=R.size,this}Yt.prototype.clear=ul,Yt.prototype.delete=dl,Yt.prototype.get=pl,Yt.prototype.has=fl,Yt.prototype.set=ml;function hl(v,S){var R=fr(v),z=!R&&Rl(v),_e=!R&&!z&&io(v),le=!R&&!z&&!_e&&Hi(v),Ae=R||z||_e||le,Ue=Ae?Fe(v.length,String):[],Xe=Ue.length;for(var Te in v)Ye.call(v,Te)&&!(Ae&&(Te=="length"||_e&&(Te=="offset"||Te=="parent")||le&&(Te=="buffer"||Te=="byteLength"||Te=="byteOffset")||Sl(Te,Xe)))&&Ue.push(Te);return Ue}function dr(v,S){for(var R=v.length;R--;)if(Li(v[R][0],S))return R;return-1}function gl(v,S,R){var z=S(v);return fr(v)?z:ke(z,R(v))}function Hn(v){return v==null?v===void 0?V:C:et&&et in Object(v)?_l(v):Tl(v)}function Di(v){return Bn(v)&&Hn(v)==c}function ki(v,S,R,z,_e){return v===S?!0:v==null||S==null||!Bn(v)&&!Bn(S)?v!==v&&S!==S:yl(v,S,R,z,ki,_e)}function yl(v,S,R,z,_e,le){var Ae=fr(v),Ue=fr(S),Xe=Ae?l:Zt(v),Te=Ue?l:Zt(S);Xe=Xe==c?w:Xe,Te=Te==c?w:Te;var at=Xe==w,Et=Te==w,Qe=Xe==Te;if(Qe&&io(v)){if(!io(S))return!1;Ae=!0,at=!1}if(Qe&&!at)return le||(le=new Yt),Ae||Hi(v)?Fi(v,S,R,z,_e,le):xl(v,S,Xe,R,z,_e,le);if(!(R&i)){var ht=at&&Ye.call(v,"__wrapped__"),gt=Et&&Ye.call(S,"__wrapped__");if(ht||gt){var Qt=ht?v.value():v,Vt=gt?S.value():S;return le||(le=new Yt),_e(Qt,Vt,R,z,le)}}return Qe?(le||(le=new Yt),bl(v,S,R,z,_e,le)):!1}function vl(v){if(!Vi(v)||Ol(v))return!1;var S=$i(v)?st:k;return S.test(fn(v))}function wl(v){return Bn(v)&&Ki(v.length)&&!!A[Hn(v)]}function Il(v){if(!Nl(v))return un(v);var S=[];for(var R in Object(v))Ye.call(v,R)&&R!="constructor"&&S.push(R);return S}function Fi(v,S,R,z,_e,le){var Ae=R&i,Ue=v.length,Xe=S.length;if(Ue!=Xe&&!(Ae&&Xe>Ue))return!1;var Te=le.get(v);if(Te&&le.get(S))return Te==S;var at=-1,Et=!0,Qe=R&o?new ur:void 0;for(le.set(v,S),le.set(S,v);++at<Ue;){var ht=v[at],gt=S[at];if(z)var Qt=Ae?z(gt,ht,at,S,v,le):z(ht,gt,at,v,S,le);if(Qt!==void 0){if(Qt)continue;Et=!1;break}if(Qe){if(!qe(S,function(Vt,mn){if(!It(Qe,mn)&&(ht===Vt||_e(ht,Vt,R,z,le)))return Qe.push(mn)})){Et=!1;break}}else if(!(ht===gt||_e(ht,gt,R,z,le))){Et=!1;break}}return le.delete(v),le.delete(S),Et}function xl(v,S,R,z,_e,le,Ae){switch(R){case Z:if(v.byteLength!=S.byteLength||v.byteOffset!=S.byteOffset)return!1;v=v.buffer,S=S.buffer;case X:return!(v.byteLength!=S.byteLength||!le(new zt(v),new zt(S)));case d:case f:case I:return Li(+v,+S);case h:return v.name==S.name&&v.message==S.message;case x:case M:return v==S+"";case y:var Ue=it;case E:var Xe=z&i;if(Ue||(Ue=bt),v.size!=S.size&&!Xe)return!1;var Te=Ae.get(v);if(Te)return Te==S;z|=o,Ae.set(v,S);var at=Fi(Ue(v),Ue(S),z,_e,le,Ae);return Ae.delete(v),at;case O:if(tt)return tt.call(v)==tt.call(S)}return!1}function bl(v,S,R,z,_e,le){var Ae=R&i,Ue=Mi(v),Xe=Ue.length,Te=Mi(S),at=Te.length;if(Xe!=at&&!Ae)return!1;for(var Et=Xe;Et--;){var Qe=Ue[Et];if(!(Ae?Qe in S:Ye.call(S,Qe)))return!1}var ht=le.get(v);if(ht&&le.get(S))return ht==S;var gt=!0;le.set(v,S),le.set(S,v);for(var Qt=Ae;++Et<Xe;){Qe=Ue[Et];var Vt=v[Qe],mn=S[Qe];if(z)var Bi=Ae?z(mn,Vt,Qe,S,v,le):z(Vt,mn,Qe,v,S,le);if(!(Bi===void 0?Vt===mn||_e(Vt,mn,R,z,le):Bi)){gt=!1;break}Qt||(Qt=Qe=="constructor")}if(gt&&!Qt){var mr=v.constructor,hr=S.constructor;mr!=hr&&"constructor"in v&&"constructor"in S&&!(typeof mr=="function"&&mr instanceof mr&&typeof hr=="function"&&hr instanceof hr)&&(gt=!1)}return le.delete(v),le.delete(S),gt}function Mi(v){return gl(v,Pl,Cl)}function pr(v,S){var R=v.__data__;return El(S)?R[typeof S=="string"?"string":"hash"]:R.map}function Cn(v,S){var R=We(v,S);return vl(R)?R:void 0}function _l(v){var S=Ye.call(v,et),R=v[et];try{v[et]=void 0;var z=!0}catch{}var _e=Jt.call(v);return z&&(S?v[et]=R:delete v[et]),_e}var Cl=$t?function(v){return v==null?[]:(v=Object(v),Ie($t(v),function(S){return Lt.call(v,S)}))}:Dl,Zt=Hn;(Gt&&Zt(new Gt(new ArrayBuffer(1)))!=Z||Ce&&Zt(new Ce)!=y||Ze&&Zt(Ze.resolve())!=_||ne&&Zt(new ne)!=E||de&&Zt(new de)!=J)&&(Zt=function(v){var S=Hn(v),R=S==w?v.constructor:void 0,z=R?fn(R):"";if(z)switch(z){case Kt:return Z;case U:return y;case oe:return _;case se:return E;case Pe:return J}return S});function Sl(v,S){return S=S??s,!!S&&(typeof v=="number"||D.test(v))&&v>-1&&v%1==0&&v<S}function El(v){var S=typeof v;return S=="string"||S=="number"||S=="symbol"||S=="boolean"?v!=="__proto__":v===null}function Ol(v){return!!Ft&&Ft in v}function Nl(v){var S=v&&v.constructor,R=typeof S=="function"&&S.prototype||Me;return v===R}function Tl(v){return Jt.call(v)}function fn(v){if(v!=null){try{return _t.call(v)}catch{}try{return v+""}catch{}}return""}function Li(v,S){return v===S||v!==v&&S!==S}var Rl=Di(function(){return arguments}())?Di:function(v){return Bn(v)&&Ye.call(v,"callee")&&!Lt.call(v,"callee")},fr=Array.isArray;function Al(v){return v!=null&&Ki(v.length)&&!$i(v)}var io=Xt||kl;function jl(v,S){return ki(v,S)}function $i(v){if(!Vi(v))return!1;var S=Hn(v);return S==p||S==m||S==u||S==b}function Ki(v){return typeof v=="number"&&v>-1&&v%1==0&&v<=s}function Vi(v){var S=typeof v;return v!=null&&(S=="object"||S=="function")}function Bn(v){return v!=null&&typeof v=="object"}var Hi=B?he(B):wl;function Pl(v){return Al(v)?hl(v):Il(v)}function Dl(){return[]}function kl(){return!1}e.exports=jl})(Tr,Tr.exports);var Jp=Tr.exports;const zp=Wo(Jp),nn="other";function Pt(e){return e.mapToName!==void 0}function Xp(e,t){var n;return((n=e==null?void 0:e.objects)==null?void 0:n.find(r=>r.objectName===t))||null}function Gp(e){var t;return((t=e==null?void 0:e.requiredFields)==null?void 0:t.filter(n=>!Pt(n)&&!!n.fieldName))||null}function Yp(e){var n;return((n=e==null?void 0:e.requiredFields)==null?void 0:n.filter(r=>Pt(r)&&!!r.mapToName))||[]}function Zp(e){var t;return((t=e==null?void 0:e.optionalFields)==null?void 0:t.filter(n=>!Pt(n)&&!!n.fieldName))||null}const ra=(e,t)=>{var n,r,i;return(i=(r=(n=e==null?void 0:e.content)==null?void 0:n.read)==null?void 0:r.objects)==null?void 0:i[t]};function Qp(e){return Pt(e)?e.mapToName:e.fieldName}const Jo=(e,t)=>{var r,i,o;const n=[];return(o=(i=(r=t.content)==null?void 0:r.read)==null?void 0:i.objects)==null||o.forEach(s=>{n.push({name:s==null?void 0:s.objectName,displayName:(s==null?void 0:s.mapToDisplayName)||(s==null?void 0:s.displayName)||(s==null?void 0:s.objectName)&&Xn(s==null?void 0:s.objectName),completed:e?!!ra(e,s.objectName):!1})}),n},zo=e=>{var n;return{name:nn,completed:e?!!((n=e==null?void 0:e.content)!=null&&n.write):!1}};function ef(e,t){var o;const n=Jo(e,t),i=!!((o=t==null?void 0:t.content)!=null&&o.write)?zo(e):void 0;return i&&n.push(i),n}function oa(e,t,n){const r=(e==null?void 0:e.filter(o=>!(t!=null&&t[o==null?void 0:o.mapToName])))||[],i=r.map(o=>o.mapToName);return n(Se.MAPPING,i),r!=null&&r.length&&console.error("required fields not met",r.map(o=>o.mapToDisplayName)),{errorList:i}}function Xo(e,t){return zp(e,t)}const tf=(e,t,n)=>{var p,m,y,I,C,w;if(!e)return null;const r=Xp(e,t),i=r&&Gp(r),o=r&&Zp(r),s=r&&Yp(r),c=(r==null?void 0:r.allFields)||[],l=n==null?void 0:n.content,u=((y=(m=(p=l==null?void 0:l.read)==null?void 0:p.objects)==null?void 0:m[t])==null?void 0:y.selectedFields)||{},d=((w=(C=(I=l==null?void 0:l.read)==null?void 0:I.objects)==null?void 0:C[t])==null?void 0:w.selectedFieldMappings)||{},f={...u},h={...d};return{allFields:c,requiredFields:i,optionalFields:o,requiredMapFields:s,selectedOptionalFields:u,selectedFieldMappings:d,isOptionalFieldsModified:!1,isRequiredMapFieldsModified:!1,savedConfig:{optionalFields:f,requiredMapFields:h}}},nf=(e,t)=>{var s,c;if(!e)return null;const n=(c=(s=t==null?void 0:t.content)==null?void 0:s.write)==null?void 0:c.objects,r=Object.keys(n||{}),i={};r.forEach(l=>{i[l]=!0});const o={...i};return{writeObjects:(e==null?void 0:e.objects)||[],selectedNonConfigurableWriteFields:i,isWriteModified:!1,savedConfig:{selectedNonConfigurableWriteFields:o}}};function ia(e,t,n){var o,s;const r=(o=e==null?void 0:e.content)==null?void 0:o.read,i=(s=e==null?void 0:e.content)==null?void 0:s.write;return{read:tf(r,t,n),write:nf(i,n)}}const sa=(e,t,n,r)=>{const i=ia(e,n,t);r(n,i)},rf=(e,t,n)=>{const r=ef(t,e),i={};r.forEach(({name:o,completed:s})=>{s&&(i[o]=ia(e,o,t))}),n(i)},aa=e=>{const{requiredFields:t,selectedOptionalFields:n}=(e==null?void 0:e.read)||{},r=new Set;return t==null||t.forEach(o=>r.add(Qp(o))),{...Array.from(r).reduce((o,s)=>({...o,[s]:!0}),{}),...n||{}}},ca=e=>{const{selectedFieldMappings:t}=(e==null?void 0:e.read)||{},n={};return t&&Object.keys(t).forEach(r=>{t[r]!==void 0?n[r]=t[r]||"":console.warn(`Error undefined when generating selectedRequiredMapFieldsSubmit for key: ${r}`)}),n};function la(e,t){return t[e]||void 0}async function Go({createConfig:e,projectId:t,integrationId:n,groupRef:r,connectionId:i,apiKey:o,setError:s,setInstallation:c,onInstallSuccess:l}){const u={projectIdOrName:t,integrationId:n,installation:{groupRef:r,connectionId:i,config:e}};try{const d=await Ee().installationApi.createInstallation(u,{headers:{"X-Api-Key":o,"Content-Type":"application/json"}});c(d),l==null||l(d.id,d.config)}catch(d){Ge(d,s)}}function qr(e){var t;return(t=e.content.proxy)==null?void 0:t.enabled}const of=(e,t)=>{const n=e.content.read,r=n==null?void 0:n.objects;return r==null?void 0:r.find(i=>i.objectName===t)},sf=(e,t,n,r)=>{const i=aa(e),o=ca(e),s=of(n,t);if(!s)return console.error(`Error when getting object from hydratedRevision for objectName: ${t}`),null;const c={revisionId:n.id,createdBy:`consumer:${r}`,content:{provider:n.content.provider,read:{objects:{[t]:{objectName:t,schedule:s.schedule,destination:s.destination,selectedFields:i,selectedFieldMappings:o,backfill:s.backfill}}}}};return qr(n)&&(c.content.proxy={enabled:!0}),c},af=(e,t,n,r,i,o,s,c,l,u,d,f)=>{const h=sf(l,o,c,r);return h?Go({createConfig:h,projectId:e,integrationId:t,groupRef:n,connectionId:i,apiKey:s,setError:u,setInstallation:d,onInstallSuccess:f}):(console.error("Error when generating createConfig from configureState"),Promise.resolve(null))},ua=e=>{var o,s;const t={},n=(o=e.write)==null?void 0:o.writeObjects,r=(s=e.write)==null?void 0:s.selectedNonConfigurableWriteFields,i=r?Object.keys(r):[];return n&&n.forEach(c=>{const l=c.objectName;i.includes(l)&&(t[l]={objectName:l})}),t},cf=e=>{const t=e.content.write;return t==null?void 0:t.objects},lf=(e,t,n)=>{if(!cf(t))return console.error("Error when getting write objects from hydratedRevision"),null;const i=ua(e),o={revisionId:t.id,createdBy:`consumer:${n}`,content:{provider:t.content.provider,read:{objects:{}},write:{objects:i}}};return qr(t)&&(o.content.proxy={enabled:!0}),o},uf=(e,t,n,r,i,o,s,c,l,u,d)=>{const f=lf(c,s,r);return f?Go({createConfig:f,projectId:e,integrationId:t,groupRef:n,connectionId:i,apiKey:o,setError:l,setInstallation:u,onInstallSuccess:d}):(console.error("Error when generating createConfig from configureState"),Promise.resolve(null))},df=getComputedStyle(document.documentElement).getPropertyValue("--amp-colors-error-background").trim()||"#FEF2F2",pf=getComputedStyle(document.documentElement).getPropertyValue("--amp-colors-error-border").trim()||"#FECACA",ff=getComputedStyle(document.documentElement).getPropertyValue("--amp-colors-error-text").trim()||"#991B1B",mf={backgroundColor:df,borderColor:pf,color:ff,padding:".5rem 1rem"};function da({children:e,style:t}){return a.jsx(an,{style:{...mf,...t},children:e})}var pa={exports:{}};/*!
|
|
5
5
|
Copyright (c) 2018 Jed Watson.
|
|
6
6
|
Licensed under the MIT License (MIT), see
|
|
7
7
|
http://jedwatson.github.io/classnames
|
|
8
|
-
*/(function(e){(function(){var t={}.hasOwnProperty;function n(){for(var o="",s=0;s<arguments.length;s++){var c=arguments[s];c&&(o=i(o,r(c)))}return o}function r(o){if(typeof o=="string"||typeof o=="number")return o;if(typeof o!="object")return"";if(Array.isArray(o))return n.apply(null,o);if(o.toString!==Object.prototype.toString&&!o.toString.toString().includes("[native code]"))return o.toString();var s="";for(var c in o)t.call(o,c)&&o[c]&&(s=i(s,c));return s}function i(o,s){return s?o?o+" "+s:o+s:o}e.exports?(n.default=n,e.exports=n):window.classNames=n})()})(pa);var hf=pa.exports;const
|
|
8
|
+
*/(function(e){(function(){var t={}.hasOwnProperty;function n(){for(var o="",s=0;s<arguments.length;s++){var c=arguments[s];c&&(o=i(o,r(c)))}return o}function r(o){if(typeof o=="string"||typeof o=="number")return o;if(typeof o!="object")return"";if(Array.isArray(o))return n.apply(null,o);if(o.toString!==Object.prototype.toString&&!o.toString.toString().includes("[native code]"))return o.toString();var s="";for(var c in o)t.call(o,c)&&o[c]&&(s=i(s,c));return s}function i(o,s){return s?o?o+" "+s:o+s:o}e.exports?(n.default=n,e.exports=n):window.classNames=n})()})(pa);var hf=pa.exports;const vt=Wo(hf),gf="_button_1bwj3_1",yf="_buttonError_1bwj3_21",vf="_danger_1bwj3_40",wf="_ghost_1bwj3_50",co={button:gf,buttonError:yf,danger:vf,ghost:wf};function wt({className:e,style:t,type:n,children:r,variant:i,...o}){const s=vt(co.button,{[co.danger]:i==="danger",[co.ghost]:i==="ghost",[e||""]:!!e});return a.jsx("button",{type:n,className:s,style:t,...o,children:r})}function fa(){return a.jsxs("svg",{width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[a.jsx("path",{d:"M2.25 4.5H3.75H15.75",stroke:"#991B1B",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),a.jsx("path",{d:"M14.25 4.5V15C14.25 15.3978 14.092 15.7794 13.8107 16.0607C13.5294 16.342 13.1478 16.5 12.75 16.5H5.25C4.85218 16.5 4.47064 16.342 4.18934 16.0607C3.90804 15.7794 3.75 15.3978 3.75 15V4.5M6 4.5V3C6 2.60218 6.15804 2.22064 6.43934 1.93934C6.72064 1.65804 7.10218 1.5 7.5 1.5H10.5C10.8978 1.5 11.2794 1.65804 11.5607 1.93934C11.842 2.22064 12 2.60218 12 3V4.5",stroke:"#991B1B",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),a.jsx("path",{d:"M7.5 8.25V12.75",stroke:"#991B1B",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),a.jsx("path",{d:"M10.5 8.25V12.75",stroke:"#991B1B",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})]})}const Gn="uninstall-installation",If=g.forwardRef(({text:e="Uninstall"},t)=>{const n=T.useTab({ref:t}),r=T.useMultiStyleConfig("Tabs",n);return a.jsxs(T.Button,{__css:r.warningTab,...n,minHeight:15,children:[a.jsxs(T.Box,{as:"span",display:"flex",alignItems:"center",gap:2,my:2,mx:4,children:[fa(),a.jsx(T.Box,{textAlign:"left",children:a.jsx(T.Text,{color:"red.800",children:e})})]}),n.children]})}),ma=g.createContext({hydratedRevision:null,loading:!1}),_n=()=>{const e=g.useContext(ma);if(!e)throw new Error("useHydratedRevision must be used within a HydratedRevisionProvider");return e};function xf({projectId:e,children:t}){var _;const{selectedConnection:n}=Ln(),{integrationId:r,integrationObj:i}=ot(),[o,s]=g.useState(null),[c,l]=g.useState(!0),{isError:u,removeError:d,setError:f}=sn(),h=Ve(),p=n==null?void 0:n.id,m=(_=i==null?void 0:i.latestRevision)==null?void 0:_.id,y=(i==null?void 0:i.name)||r;g.useEffect(()=>{e&&r&&m&&p&&h&&Ee().revisionApi.getHydratedRevision({projectIdOrName:e,integrationId:r,revisionId:m,connectionId:p},{headers:{"X-Api-Key":h??""}}).then(b=>{s(b),l(!1),d(Se.HYDRATED_REVISION,y)}).catch(b=>{console.error(`Error loading integration ${y}.`),Ge(b),l(!1),f(Se.HYDRATED_REVISION,y)})},[e,r,m,p,h,d,f,y]);const I=g.useMemo(()=>({hydratedRevision:o,loading:c}),[o,c]),w=`Error retrieving integration details for '${(i==null?void 0:i.name)||r||"unknown integration"}. This is sometimes caused by insufficient permissions with your credentials'`;return a.jsx(ma.Provider,{value:I,children:u(Se.HYDRATED_REVISION,y)?a.jsx(qt,{message:w}):t})}function Bt(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 ue(){return ue=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},ue.apply(null,arguments)}function Co(e,t){return Co=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,r){return n.__proto__=r,n},Co(e,t)}function bf(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,Co(e,t)}var So={exports:{}},wr={exports:{}},ge={};/** @license React v16.13.1
|
|
9
9
|
* react-is.production.min.js
|
|
10
10
|
*
|
|
11
11
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
12
12
|
*
|
|
13
13
|
* This source code is licensed under the MIT license found in the
|
|
14
14
|
* LICENSE file in the root directory of this source tree.
|
|
15
|
-
*/var
|
|
15
|
+
*/var Yi;function _f(){if(Yi)return ge;Yi=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,i=e?Symbol.for("react.strict_mode"):60108,o=e?Symbol.for("react.profiler"):60114,s=e?Symbol.for("react.provider"):60109,c=e?Symbol.for("react.context"):60110,l=e?Symbol.for("react.async_mode"):60111,u=e?Symbol.for("react.concurrent_mode"):60111,d=e?Symbol.for("react.forward_ref"):60112,f=e?Symbol.for("react.suspense"):60113,h=e?Symbol.for("react.suspense_list"):60120,p=e?Symbol.for("react.memo"):60115,m=e?Symbol.for("react.lazy"):60116,y=e?Symbol.for("react.block"):60121,I=e?Symbol.for("react.fundamental"):60117,C=e?Symbol.for("react.responder"):60118,w=e?Symbol.for("react.scope"):60119;function _(x){if(typeof x=="object"&&x!==null){var E=x.$$typeof;switch(E){case t:switch(x=x.type,x){case l:case u:case r:case o:case i:case f:return x;default:switch(x=x&&x.$$typeof,x){case c:case d:case m:case p:case s:return x;default:return E}}case n:return E}}}function b(x){return _(x)===u}return ge.AsyncMode=l,ge.ConcurrentMode=u,ge.ContextConsumer=c,ge.ContextProvider=s,ge.Element=t,ge.ForwardRef=d,ge.Fragment=r,ge.Lazy=m,ge.Memo=p,ge.Portal=n,ge.Profiler=o,ge.StrictMode=i,ge.Suspense=f,ge.isAsyncMode=function(x){return b(x)||_(x)===l},ge.isConcurrentMode=b,ge.isContextConsumer=function(x){return _(x)===c},ge.isContextProvider=function(x){return _(x)===s},ge.isElement=function(x){return typeof x=="object"&&x!==null&&x.$$typeof===t},ge.isForwardRef=function(x){return _(x)===d},ge.isFragment=function(x){return _(x)===r},ge.isLazy=function(x){return _(x)===m},ge.isMemo=function(x){return _(x)===p},ge.isPortal=function(x){return _(x)===n},ge.isProfiler=function(x){return _(x)===o},ge.isStrictMode=function(x){return _(x)===i},ge.isSuspense=function(x){return _(x)===f},ge.isValidElementType=function(x){return typeof x=="string"||typeof x=="function"||x===r||x===u||x===o||x===i||x===f||x===h||typeof x=="object"&&x!==null&&(x.$$typeof===m||x.$$typeof===p||x.$$typeof===s||x.$$typeof===c||x.$$typeof===d||x.$$typeof===I||x.$$typeof===C||x.$$typeof===w||x.$$typeof===y)},ge.typeOf=_,ge}var ye={};/** @license React v16.13.1
|
|
16
16
|
* react-is.development.js
|
|
17
17
|
*
|
|
18
18
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
19
19
|
*
|
|
20
20
|
* This source code is licensed under the MIT license found in the
|
|
21
21
|
* LICENSE file in the root directory of this source tree.
|
|
22
|
-
*/var
|
|
22
|
+
*/var Zi;function Cf(){return Zi||(Zi=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,i=e?Symbol.for("react.strict_mode"):60108,o=e?Symbol.for("react.profiler"):60114,s=e?Symbol.for("react.provider"):60109,c=e?Symbol.for("react.context"):60110,l=e?Symbol.for("react.async_mode"):60111,u=e?Symbol.for("react.concurrent_mode"):60111,d=e?Symbol.for("react.forward_ref"):60112,f=e?Symbol.for("react.suspense"):60113,h=e?Symbol.for("react.suspense_list"):60120,p=e?Symbol.for("react.memo"):60115,m=e?Symbol.for("react.lazy"):60116,y=e?Symbol.for("react.block"):60121,I=e?Symbol.for("react.fundamental"):60117,C=e?Symbol.for("react.responder"):60118,w=e?Symbol.for("react.scope"):60119;function _(j){return typeof j=="string"||typeof j=="function"||j===r||j===u||j===o||j===i||j===f||j===h||typeof j=="object"&&j!==null&&(j.$$typeof===m||j.$$typeof===p||j.$$typeof===s||j.$$typeof===c||j.$$typeof===d||j.$$typeof===I||j.$$typeof===C||j.$$typeof===w||j.$$typeof===y)}function b(j){if(typeof j=="object"&&j!==null){var fe=j.$$typeof;switch(fe){case t:var B=j.type;switch(B){case l:case u:case r:case o:case i:case f:return B;default:var Ie=B&&B.$$typeof;switch(Ie){case c:case d:case m:case p:case s:return Ie;default:return fe}}case n:return fe}}}var x=l,E=u,M=c,O=s,V=t,J=d,X=r,Z=m,te=p,q=n,ae=o,re=i,ee=f,pe=!1;function me(j){return pe||(pe=!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.")),N(j)||b(j)===l}function N(j){return b(j)===u}function P(j){return b(j)===c}function L(j){return b(j)===s}function k(j){return typeof j=="object"&&j!==null&&j.$$typeof===t}function D(j){return b(j)===d}function A(j){return b(j)===r}function G(j){return b(j)===m}function Y(j){return b(j)===p}function H(j){return b(j)===n}function Q(j){return b(j)===o}function W(j){return b(j)===i}function ce(j){return b(j)===f}ye.AsyncMode=x,ye.ConcurrentMode=E,ye.ContextConsumer=M,ye.ContextProvider=O,ye.Element=V,ye.ForwardRef=J,ye.Fragment=X,ye.Lazy=Z,ye.Memo=te,ye.Portal=q,ye.Profiler=ae,ye.StrictMode=re,ye.Suspense=ee,ye.isAsyncMode=me,ye.isConcurrentMode=N,ye.isContextConsumer=P,ye.isContextProvider=L,ye.isElement=k,ye.isForwardRef=D,ye.isFragment=A,ye.isLazy=G,ye.isMemo=Y,ye.isPortal=H,ye.isProfiler=Q,ye.isStrictMode=W,ye.isSuspense=ce,ye.isValidElementType=_,ye.typeOf=b}()),ye}var Qi;function ha(){return Qi||(Qi=1,process.env.NODE_ENV==="production"?wr.exports=_f():wr.exports=Cf()),wr.exports}/*
|
|
23
23
|
object-assign
|
|
24
24
|
(c) Sindre Sorhus
|
|
25
25
|
@license MIT
|
|
26
|
-
*/var
|
|
27
|
-
Valid keys: `+JSON.stringify(Object.keys(N),null," "));var j=ce(Y,W,D,A,G+"."+W,n);if(j)return j}return null}return I(P)}function q(N){switch(typeof N){case"number":case"string":case"undefined":return!0;case"boolean":return!N;case"object":if(Array.isArray(N))return N.every(q);if(N===null||c(N))return!0;var P=f(N);if(P){var L=P.call(N),k;if(P!==N.entries){for(;!(k=L.next()).done;)if(!q(k.value))return!1}else for(;!(k=L.next()).done;){var D=k.value;if(D&&!q(D[1]))return!1}}else return!1;return!0;default:return!1}}function ae(N,P){return N==="symbol"?!0:P?P["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&P instanceof Symbol:!1}function re(N){var P=typeof N;return Array.isArray(N)?"array":N instanceof RegExp?"object":ae(P,N)?"symbol":P}function ee(N){if(typeof N>"u"||N===null)return""+N;var P=re(N);if(P==="object"){if(N instanceof Date)return"date";if(N instanceof RegExp)return"regexp"}return P}function pe(N){var P=ee(N);switch(P){case"array":case"object":return"an "+P;case"boolean":case"date":case"regexp":return"a "+P;default:return P}}function me(N){return!N.constructor||!N.constructor.name?h:N.constructor.name}return p.checkPropTypes=i,p.resetWarningCache=i.resetWarningCache,p.PropTypes=p,p},
|
|
26
|
+
*/var lo,es;function Sf(){if(es)return lo;es=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;function r(o){if(o==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(o)}function i(){try{if(!Object.assign)return!1;var o=new String("abc");if(o[5]="de",Object.getOwnPropertyNames(o)[0]==="5")return!1;for(var s={},c=0;c<10;c++)s["_"+String.fromCharCode(c)]=c;var l=Object.getOwnPropertyNames(s).map(function(d){return s[d]});if(l.join("")!=="0123456789")return!1;var u={};return"abcdefghijklmnopqrst".split("").forEach(function(d){u[d]=d}),Object.keys(Object.assign({},u)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return lo=i()?Object.assign:function(o,s){for(var c,l=r(o),u,d=1;d<arguments.length;d++){c=Object(arguments[d]);for(var f in c)t.call(c,f)&&(l[f]=c[f]);if(e){u=e(c);for(var h=0;h<u.length;h++)n.call(c,u[h])&&(l[u[h]]=c[u[h]])}}return l},lo}var uo,ts;function Yo(){if(ts)return uo;ts=1;var e="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return uo=e,uo}var po,ns;function ga(){return ns||(ns=1,po=Function.call.bind(Object.prototype.hasOwnProperty)),po}var fo,rs;function Ef(){if(rs)return fo;rs=1;var e=function(){};if(process.env.NODE_ENV!=="production"){var t=Yo(),n={},r=ga();e=function(o){var s="Warning: "+o;typeof console<"u"&&console.error(s);try{throw new Error(s)}catch{}}}function i(o,s,c,l,u){if(process.env.NODE_ENV!=="production"){for(var d in o)if(r(o,d)){var f;try{if(typeof o[d]!="function"){var h=Error((l||"React class")+": "+c+" type `"+d+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof o[d]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw h.name="Invariant Violation",h}f=o[d](s,d,l,c,null,t)}catch(m){f=m}if(f&&!(f instanceof Error)&&e((l||"React class")+": type specification of "+c+" `"+d+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof f+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),f instanceof Error&&!(f.message in n)){n[f.message]=!0;var p=u?u():"";e("Failed "+c+" type: "+f.message+(p??""))}}}}return i.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(n={})},fo=i,fo}var mo,os;function Of(){if(os)return mo;os=1;var e=ha(),t=Sf(),n=Yo(),r=ga(),i=Ef(),o=function(){};process.env.NODE_ENV!=="production"&&(o=function(c){var l="Warning: "+c;typeof console<"u"&&console.error(l);try{throw new Error(l)}catch{}});function s(){return null}return mo=function(c,l){var u=typeof Symbol=="function"&&Symbol.iterator,d="@@iterator";function f(N){var P=N&&(u&&N[u]||N[d]);if(typeof P=="function")return P}var h="<<anonymous>>",p={array:C("array"),bigint:C("bigint"),bool:C("boolean"),func:C("function"),number:C("number"),object:C("object"),string:C("string"),symbol:C("symbol"),any:w(),arrayOf:_,element:b(),elementType:x(),instanceOf:E,node:J(),objectOf:O,oneOf:M,oneOfType:V,shape:Z,exact:te};function m(N,P){return N===P?N!==0||1/N===1/P:N!==N&&P!==P}function y(N,P){this.message=N,this.data=P&&typeof P=="object"?P:{},this.stack=""}y.prototype=Error.prototype;function I(N){if(process.env.NODE_ENV!=="production")var P={},L=0;function k(A,G,Y,H,Q,W,ce){if(H=H||h,W=W||Y,ce!==n){if(l){var j=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw j.name="Invariant Violation",j}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var fe=H+":"+Y;!P[fe]&&L<3&&(o("You are manually calling a React.PropTypes validation function for the `"+W+"` prop on `"+H+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),P[fe]=!0,L++)}}return G[Y]==null?A?G[Y]===null?new y("The "+Q+" `"+W+"` is marked as required "+("in `"+H+"`, but its value is `null`.")):new y("The "+Q+" `"+W+"` is marked as required in "+("`"+H+"`, but its value is `undefined`.")):null:N(G,Y,H,Q,W)}var D=k.bind(null,!1);return D.isRequired=k.bind(null,!0),D}function C(N){function P(L,k,D,A,G,Y){var H=L[k],Q=re(H);if(Q!==N){var W=ee(H);return new y("Invalid "+A+" `"+G+"` of type "+("`"+W+"` supplied to `"+D+"`, expected ")+("`"+N+"`."),{expectedType:N})}return null}return I(P)}function w(){return I(s)}function _(N){function P(L,k,D,A,G){if(typeof N!="function")return new y("Property `"+G+"` of component `"+D+"` has invalid PropType notation inside arrayOf.");var Y=L[k];if(!Array.isArray(Y)){var H=re(Y);return new y("Invalid "+A+" `"+G+"` of type "+("`"+H+"` supplied to `"+D+"`, expected an array."))}for(var Q=0;Q<Y.length;Q++){var W=N(Y,Q,D,A,G+"["+Q+"]",n);if(W instanceof Error)return W}return null}return I(P)}function b(){function N(P,L,k,D,A){var G=P[L];if(!c(G)){var Y=re(G);return new y("Invalid "+D+" `"+A+"` of type "+("`"+Y+"` supplied to `"+k+"`, expected a single ReactElement."))}return null}return I(N)}function x(){function N(P,L,k,D,A){var G=P[L];if(!e.isValidElementType(G)){var Y=re(G);return new y("Invalid "+D+" `"+A+"` of type "+("`"+Y+"` supplied to `"+k+"`, expected a single ReactElement type."))}return null}return I(N)}function E(N){function P(L,k,D,A,G){if(!(L[k]instanceof N)){var Y=N.name||h,H=me(L[k]);return new y("Invalid "+A+" `"+G+"` of type "+("`"+H+"` supplied to `"+D+"`, expected ")+("instance of `"+Y+"`."))}return null}return I(P)}function M(N){if(!Array.isArray(N))return process.env.NODE_ENV!=="production"&&(arguments.length>1?o("Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."):o("Invalid argument supplied to oneOf, expected an array.")),s;function P(L,k,D,A,G){for(var Y=L[k],H=0;H<N.length;H++)if(m(Y,N[H]))return null;var Q=JSON.stringify(N,function(ce,j){var fe=ee(j);return fe==="symbol"?String(j):j});return new y("Invalid "+A+" `"+G+"` of value `"+String(Y)+"` "+("supplied to `"+D+"`, expected one of "+Q+"."))}return I(P)}function O(N){function P(L,k,D,A,G){if(typeof N!="function")return new y("Property `"+G+"` of component `"+D+"` has invalid PropType notation inside objectOf.");var Y=L[k],H=re(Y);if(H!=="object")return new y("Invalid "+A+" `"+G+"` of type "+("`"+H+"` supplied to `"+D+"`, expected an object."));for(var Q in Y)if(r(Y,Q)){var W=N(Y,Q,D,A,G+"."+Q,n);if(W instanceof Error)return W}return null}return I(P)}function V(N){if(!Array.isArray(N))return process.env.NODE_ENV!=="production"&&o("Invalid argument supplied to oneOfType, expected an instance of array."),s;for(var P=0;P<N.length;P++){var L=N[P];if(typeof L!="function")return o("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+pe(L)+" at index "+P+"."),s}function k(D,A,G,Y,H){for(var Q=[],W=0;W<N.length;W++){var ce=N[W],j=ce(D,A,G,Y,H,n);if(j==null)return null;j.data&&r(j.data,"expectedType")&&Q.push(j.data.expectedType)}var fe=Q.length>0?", expected one of type ["+Q.join(", ")+"]":"";return new y("Invalid "+Y+" `"+H+"` supplied to "+("`"+G+"`"+fe+"."))}return I(k)}function J(){function N(P,L,k,D,A){return q(P[L])?null:new y("Invalid "+D+" `"+A+"` supplied to "+("`"+k+"`, expected a ReactNode."))}return I(N)}function X(N,P,L,k,D){return new y((N||"React class")+": "+P+" type `"+L+"."+k+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+D+"`.")}function Z(N){function P(L,k,D,A,G){var Y=L[k],H=re(Y);if(H!=="object")return new y("Invalid "+A+" `"+G+"` of type `"+H+"` "+("supplied to `"+D+"`, expected `object`."));for(var Q in N){var W=N[Q];if(typeof W!="function")return X(D,A,G,Q,ee(W));var ce=W(Y,Q,D,A,G+"."+Q,n);if(ce)return ce}return null}return I(P)}function te(N){function P(L,k,D,A,G){var Y=L[k],H=re(Y);if(H!=="object")return new y("Invalid "+A+" `"+G+"` of type `"+H+"` "+("supplied to `"+D+"`, expected `object`."));var Q=t({},L[k],N);for(var W in Q){var ce=N[W];if(r(N,W)&&typeof ce!="function")return X(D,A,G,W,ee(ce));if(!ce)return new y("Invalid "+A+" `"+G+"` key `"+W+"` supplied to `"+D+"`.\nBad object: "+JSON.stringify(L[k],null," ")+`
|
|
27
|
+
Valid keys: `+JSON.stringify(Object.keys(N),null," "));var j=ce(Y,W,D,A,G+"."+W,n);if(j)return j}return null}return I(P)}function q(N){switch(typeof N){case"number":case"string":case"undefined":return!0;case"boolean":return!N;case"object":if(Array.isArray(N))return N.every(q);if(N===null||c(N))return!0;var P=f(N);if(P){var L=P.call(N),k;if(P!==N.entries){for(;!(k=L.next()).done;)if(!q(k.value))return!1}else for(;!(k=L.next()).done;){var D=k.value;if(D&&!q(D[1]))return!1}}else return!1;return!0;default:return!1}}function ae(N,P){return N==="symbol"?!0:P?P["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&P instanceof Symbol:!1}function re(N){var P=typeof N;return Array.isArray(N)?"array":N instanceof RegExp?"object":ae(P,N)?"symbol":P}function ee(N){if(typeof N>"u"||N===null)return""+N;var P=re(N);if(P==="object"){if(N instanceof Date)return"date";if(N instanceof RegExp)return"regexp"}return P}function pe(N){var P=ee(N);switch(P){case"array":case"object":return"an "+P;case"boolean":case"date":case"regexp":return"a "+P;default:return P}}function me(N){return!N.constructor||!N.constructor.name?h:N.constructor.name}return p.checkPropTypes=i,p.resetWarningCache=i.resetWarningCache,p.PropTypes=p,p},mo}var ho,is;function Nf(){if(is)return ho;is=1;var e=Yo();function t(){}function n(){}return n.resetWarningCache=t,ho=function(){function r(s,c,l,u,d,f){if(f!==e){var h=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw h.name="Invariant Violation",h}}r.isRequired=r;function i(){return r}var o={array:r,bigint:r,bool:r,func:r,number:r,object:r,string:r,symbol:r,any:r,arrayOf:i,element:r,elementType:r,instanceOf:i,node:r,objectOf:i,oneOf:i,oneOfType:i,shape:i,exact:i,checkPropTypes:n,resetWarningCache:t};return o.PropTypes=o,o},ho}if(process.env.NODE_ENV!=="production"){var Tf=ha(),Rf=!0;So.exports=Of()(Tf.isElement,Rf)}else So.exports=Nf()();var Af=So.exports;const F=Wo(Af);var Eo={exports:{}},ve={};/**
|
|
28
28
|
* @license React
|
|
29
29
|
* react-is.production.min.js
|
|
30
30
|
*
|
|
@@ -32,7 +32,7 @@ Valid keys: `+JSON.stringify(Object.keys(N),null," "));var j=ce(Y,W,D,A,G+"."+W
|
|
|
32
32
|
*
|
|
33
33
|
* This source code is licensed under the MIT license found in the
|
|
34
34
|
* LICENSE file in the root directory of this source tree.
|
|
35
|
-
*/var
|
|
35
|
+
*/var ss;function jf(){if(ss)return ve;ss=1;var e=Symbol.for("react.element"),t=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),r=Symbol.for("react.strict_mode"),i=Symbol.for("react.profiler"),o=Symbol.for("react.provider"),s=Symbol.for("react.context"),c=Symbol.for("react.server_context"),l=Symbol.for("react.forward_ref"),u=Symbol.for("react.suspense"),d=Symbol.for("react.suspense_list"),f=Symbol.for("react.memo"),h=Symbol.for("react.lazy"),p=Symbol.for("react.offscreen"),m;m=Symbol.for("react.module.reference");function y(I){if(typeof I=="object"&&I!==null){var C=I.$$typeof;switch(C){case e:switch(I=I.type,I){case n:case i:case r:case u:case d:return I;default:switch(I=I&&I.$$typeof,I){case c:case s:case l:case h:case f:case o:return I;default:return C}}case t:return C}}}return ve.ContextConsumer=s,ve.ContextProvider=o,ve.Element=e,ve.ForwardRef=l,ve.Fragment=n,ve.Lazy=h,ve.Memo=f,ve.Portal=t,ve.Profiler=i,ve.StrictMode=r,ve.Suspense=u,ve.SuspenseList=d,ve.isAsyncMode=function(){return!1},ve.isConcurrentMode=function(){return!1},ve.isContextConsumer=function(I){return y(I)===s},ve.isContextProvider=function(I){return y(I)===o},ve.isElement=function(I){return typeof I=="object"&&I!==null&&I.$$typeof===e},ve.isForwardRef=function(I){return y(I)===l},ve.isFragment=function(I){return y(I)===n},ve.isLazy=function(I){return y(I)===h},ve.isMemo=function(I){return y(I)===f},ve.isPortal=function(I){return y(I)===t},ve.isProfiler=function(I){return y(I)===i},ve.isStrictMode=function(I){return y(I)===r},ve.isSuspense=function(I){return y(I)===u},ve.isSuspenseList=function(I){return y(I)===d},ve.isValidElementType=function(I){return typeof I=="string"||typeof I=="function"||I===n||I===i||I===r||I===u||I===d||I===p||typeof I=="object"&&I!==null&&(I.$$typeof===h||I.$$typeof===f||I.$$typeof===o||I.$$typeof===s||I.$$typeof===l||I.$$typeof===m||I.getModuleId!==void 0)},ve.typeOf=y,ve}var we={};/**
|
|
36
36
|
* @license React
|
|
37
37
|
* react-is.development.js
|
|
38
38
|
*
|
|
@@ -40,10 +40,10 @@ Valid keys: `+JSON.stringify(Object.keys(N),null," "));var j=ce(Y,W,D,A,G+"."+W
|
|
|
40
40
|
*
|
|
41
41
|
* This source code is licensed under the MIT license found in the
|
|
42
42
|
* LICENSE file in the root directory of this source tree.
|
|
43
|
-
*/var ss;function Pf(){return ss||(ss=1,process.env.NODE_ENV!=="production"&&function(){var e=Symbol.for("react.element"),t=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),r=Symbol.for("react.strict_mode"),i=Symbol.for("react.profiler"),o=Symbol.for("react.provider"),s=Symbol.for("react.context"),c=Symbol.for("react.server_context"),l=Symbol.for("react.forward_ref"),u=Symbol.for("react.suspense"),d=Symbol.for("react.suspense_list"),f=Symbol.for("react.memo"),h=Symbol.for("react.lazy"),p=Symbol.for("react.offscreen"),m=!1,v=!1,I=!1,C=!1,w=!1,_;_=Symbol.for("react.module.reference");function b(B){return!!(typeof B=="string"||typeof B=="function"||B===n||B===i||w||B===r||B===u||B===d||C||B===p||m||v||I||typeof B=="object"&&B!==null&&(B.$$typeof===h||B.$$typeof===f||B.$$typeof===o||B.$$typeof===s||B.$$typeof===l||B.$$typeof===_||B.getModuleId!==void 0))}function x(B){if(typeof B=="object"&&B!==null){var Ie=B.$$typeof;switch(Ie){case e:var ke=B.type;switch(ke){case n:case i:case r:case u:case d:return ke;default:var qe=ke&&ke.$$typeof;switch(qe){case c:case s:case l:case h:case f:case o:return qe;default:return Ie}}case t:return Ie}}}var E=s,M=o,O=e,V=l,J=n,X=h,Z=f,te=t,q=i,ae=r,re=u,ee=d,pe=!1,me=!1;function N(B){return pe||(pe=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")),!1}function P(B){return me||(me=!0,console.warn("The ReactIs.isConcurrentMode() alias has been deprecated, and will be removed in React 18+.")),!1}function L(B){return x(B)===s}function k(B){return x(B)===o}function D(B){return typeof B=="object"&&B!==null&&B.$$typeof===e}function A(B){return x(B)===l}function G(B){return x(B)===n}function Y(B){return x(B)===h}function H(B){return x(B)===f}function Q(B){return x(B)===t}function W(B){return x(B)===i}function ce(B){return x(B)===r}function j(B){return x(B)===u}function fe(B){return x(B)===d}we.ContextConsumer=E,we.ContextProvider=M,we.Element=O,we.ForwardRef=V,we.Fragment=J,we.Lazy=X,we.Memo=Z,we.Portal=te,we.Profiler=q,we.StrictMode=ae,we.Suspense=re,we.SuspenseList=ee,we.isAsyncMode=N,we.isConcurrentMode=P,we.isContextConsumer=L,we.isContextProvider=k,we.isElement=D,we.isForwardRef=A,we.isFragment=G,we.isLazy=Y,we.isMemo=H,we.isPortal=Q,we.isProfiler=W,we.isStrictMode=ce,we.isSuspense=j,we.isSuspenseList=fe,we.isValidElementType=b,we.typeOf=x}()),we}process.env.NODE_ENV==="production"?So.exports=jf():So.exports=Pf();var as=So.exports;const cs=e=>typeof e=="object"&&e!=null&&e.nodeType===1,ls=(e,t)=>(!t||e!=="hidden")&&e!=="visible"&&e!=="clip",ho=(e,t)=>{if(e.clientHeight<e.scrollHeight||e.clientWidth<e.scrollWidth){const n=getComputedStyle(e,null);return ls(n.overflowY,t)||ls(n.overflowX,t)||(r=>{const i=(o=>{if(!o.ownerDocument||!o.ownerDocument.defaultView)return null;try{return o.ownerDocument.defaultView.frameElement}catch{return null}})(r);return!!i&&(i.clientHeight<r.scrollHeight||i.clientWidth<r.scrollWidth)})(e)}return!1},wr=(e,t,n,r,i,o,s,c)=>o<e&&s>t||o>e&&s<t?0:o<=e&&c<=n||s>=t&&c>=n?o-e-r:s>t&&c<n||o<e&&c>n?s-t+i:0,Df=e=>{const t=e.parentElement;return t??(e.getRootNode().host||null)},kf=(e,t)=>{var n,r,i,o;if(typeof document>"u")return[];const{scrollMode:s,block:c,inline:l,boundary:u,skipOverflowHiddenElements:d}=t,f=typeof u=="function"?u:re=>re!==u;if(!cs(e))throw new TypeError("Invalid target");const h=document.scrollingElement||document.documentElement,p=[];let m=e;for(;cs(m)&&f(m);){if(m=Df(m),m===h){p.push(m);break}m!=null&&m===document.body&&ho(m)&&!ho(document.documentElement)||m!=null&&ho(m,d)&&p.push(m)}const v=(r=(n=window.visualViewport)==null?void 0:n.width)!=null?r:innerWidth,I=(o=(i=window.visualViewport)==null?void 0:i.height)!=null?o:innerHeight,{scrollX:C,scrollY:w}=window,{height:_,width:b,top:x,right:E,bottom:M,left:O}=e.getBoundingClientRect(),{top:V,right:J,bottom:X,left:Z}=(re=>{const ee=window.getComputedStyle(re);return{top:parseFloat(ee.scrollMarginTop)||0,right:parseFloat(ee.scrollMarginRight)||0,bottom:parseFloat(ee.scrollMarginBottom)||0,left:parseFloat(ee.scrollMarginLeft)||0}})(e);let te=c==="start"||c==="nearest"?x-V:c==="end"?M+X:x+_/2-V+X,q=l==="center"?O+b/2-Z+J:l==="end"?E+J:O-Z;const ae=[];for(let re=0;re<p.length;re++){const ee=p[re],{height:pe,width:me,top:N,right:P,bottom:L,left:k}=ee.getBoundingClientRect();if(s==="if-needed"&&x>=0&&O>=0&&M<=I&&E<=v&&x>=N&&M<=L&&O>=k&&E<=P)return ae;const D=getComputedStyle(ee),A=parseInt(D.borderLeftWidth,10),G=parseInt(D.borderTopWidth,10),Y=parseInt(D.borderRightWidth,10),H=parseInt(D.borderBottomWidth,10);let Q=0,W=0;const ce="offsetWidth"in ee?ee.offsetWidth-ee.clientWidth-A-Y:0,j="offsetHeight"in ee?ee.offsetHeight-ee.clientHeight-G-H:0,fe="offsetWidth"in ee?ee.offsetWidth===0?0:me/ee.offsetWidth:0,B="offsetHeight"in ee?ee.offsetHeight===0?0:pe/ee.offsetHeight:0;if(h===ee)Q=c==="start"?te:c==="end"?te-I:c==="nearest"?wr(w,w+I,I,G,H,w+te,w+te+_,_):te-I/2,W=l==="start"?q:l==="center"?q-v/2:l==="end"?q-v:wr(C,C+v,v,A,Y,C+q,C+q+b,b),Q=Math.max(0,Q+w),W=Math.max(0,W+C);else{Q=c==="start"?te-N-G:c==="end"?te-L+H+j:c==="nearest"?wr(N,L,pe,G,H+j,te,te+_,_):te-(N+pe/2)+j/2,W=l==="start"?q-k-A:l==="center"?q-(k+me/2)+ce/2:l==="end"?q-P+Y+ce:wr(k,P,me,A,Y+ce,q,q+b,b);const{scrollLeft:Ie,scrollTop:ke}=ee;Q=B===0?0:Math.max(0,Math.min(ke+Q/B,ee.scrollHeight-pe/B+j)),W=fe===0?0:Math.max(0,Math.min(Ie+W/fe,ee.scrollWidth-me/fe+ce)),te+=ke-Q,q+=Ie-W}ae.push({el:ee,top:Q,left:W})}return ae};var Nn=function(){return Nn=Object.assign||function(t){for(var n,r=1,i=arguments.length;r<i;r++){n=arguments[r];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(t[o]=n[o])}return t},Nn.apply(this,arguments)};var Ff=0;function us(e){return typeof e=="function"?e:at}function at(){}function va(e,t){if(e){var n=kf(e,{boundary:t,block:"nearest",scrollMode:"if-needed"});n.forEach(function(r){var i=r.el,o=r.top,s=r.left;i.scrollTop=o,i.scrollLeft=s})}}function ds(e,t,n){var r=e===t||t instanceof n.Node&&e.contains&&e.contains(t);return r}function Yo(e,t){var n;function r(){n&&clearTimeout(n)}function i(){for(var o=arguments.length,s=new Array(o),c=0;c<o;c++)s[c]=arguments[c];r(),n=setTimeout(function(){n=null,e.apply(void 0,s)},t)}return i.cancel=r,i}function Ke(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return function(r){for(var i=arguments.length,o=new Array(i>1?i-1:0),s=1;s<i;s++)o[s-1]=arguments[s];return t.some(function(c){return c&&c.apply(void 0,[r].concat(o)),r.preventDownshiftDefault||r.hasOwnProperty("nativeEvent")&&r.nativeEvent.preventDownshiftDefault})}}function Sn(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return function(r){t.forEach(function(i){typeof i=="function"?i(r):i&&(i.current=r)})}}function ya(){return String(Ff++)}function Mf(e){var t=e.isOpen,n=e.resultCount,r=e.previousResultCount;return t?n?n!==r?n+" result"+(n===1?" is":"s are")+" available, use up and down arrow keys to navigate. Press Enter key to select.":"":"No results are available.":""}function ps(e,t){return e=Array.isArray(e)?e[0]:e,!e&&t?t:e}function wa(e){return typeof e.type=="string"}function Ia(e){return e.props}function Lf(e,t){console.error('The property "'+t+'" is required in "'+e+'"')}var $f=["highlightedIndex","inputValue","isOpen","selectedItem","type"];function Ir(e){e===void 0&&(e={});var t={};return $f.forEach(function(n){e.hasOwnProperty(n)&&(t[n]=e[n])}),t}function Tr(e,t){return!e||!t?e:Object.keys(e).reduce(function(n,r){return n[r]=Rr(t,r)?t[r]:e[r],n},{})}function Rr(e,t){return e[t]!==void 0}function Eo(e){var t=e.key,n=e.keyCode;return n>=37&&n<=40&&t.indexOf("Arrow")!==0?"Arrow"+t:t}function Kf(e){return Object.prototype.toString.call(e)==="[object Object]"}function gn(e,t,n,r,i){var o=n.length;if(o===0)return-1;var s=o-1;(typeof e!="number"||e<0||e>s)&&(e=t>0?-1:s+1);var c=e+t;c<0?c=s:c>s&&(c=0);var l=Tn(c,t<0,n,r,i);return l===-1?e>=o?-1:e:l}function Tn(e,t,n,r,i){i===void 0&&(i=!1);var o=n.length;if(t){for(var s=e;s>=0;s--)if(!r(n[s],s))return s}else for(var c=e;c<o;c++)if(!r(n[c],c))return c;return i?Tn(t?o-1:0,t,n,r):-1}function Ar(e,t,n,r){return r===void 0&&(r=!0),n&&t.some(function(i){return i&&(ds(i,e,n)||r&&ds(i,n.document.activeElement,n))})}var Zo=at;process.env.NODE_ENV!=="production"&&(Zo=function(t,n,r){var i="This prop should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled Downshift element for the lifetime of the component. More info: https://github.com/downshift-js/downshift#control-props";Object.keys(t).forEach(function(o){n[o]!==void 0&&r[o]===void 0?console.error('downshift: A component has changed the controlled prop "'+o+'" to be uncontrolled. '+i):n[o]===void 0&&r[o]!==void 0&&console.error('downshift: A component has changed the uncontrolled prop "'+o+'" to be controlled. '+i)})});var Vf=Yo(function(e){xa(e).textContent=""},500);function xa(e){var t=e.getElementById("a11y-status-message");return t||(t=e.createElement("div"),t.setAttribute("id","a11y-status-message"),t.setAttribute("role","status"),t.setAttribute("aria-live","polite"),t.setAttribute("aria-relevant","additions text"),Object.assign(t.style,{border:"0",clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:"0",position:"absolute",width:"1px"}),e.body.appendChild(t),t)}function ba(e,t){if(!(!e||!t)){var n=xa(t);n.textContent=e,Vf(t)}}function Hf(e){var t=e==null?void 0:e.getElementById("a11y-status-message");t&&t.remove()}var _a=process.env.NODE_ENV!=="production"?"__autocomplete_unknown__":0,Ca=process.env.NODE_ENV!=="production"?"__autocomplete_mouseup__":1,Sa=process.env.NODE_ENV!=="production"?"__autocomplete_item_mouseenter__":2,Sr=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_arrow_up__":3,Er=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_arrow_down__":4,Ea=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_escape__":5,Oa=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_enter__":6,Na=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_home__":7,Ta=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_end__":8,Ra=process.env.NODE_ENV!=="production"?"__autocomplete_click_item__":9,Aa=process.env.NODE_ENV!=="production"?"__autocomplete_blur_input__":10,ja=process.env.NODE_ENV!=="production"?"__autocomplete_change_input__":11,Pa=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_space_button__":12,Oo=process.env.NODE_ENV!=="production"?"__autocomplete_click_button__":13,Da=process.env.NODE_ENV!=="production"?"__autocomplete_blur_button__":14,ka=process.env.NODE_ENV!=="production"?"__autocomplete_controlled_prop_updated_selected_item__":15,Fa=process.env.NODE_ENV!=="production"?"__autocomplete_touchend__":16,Bf=Object.freeze({__proto__:null,blurButton:Da,blurInput:Aa,changeInput:ja,clickButton:Oo,clickItem:Ra,controlledPropUpdatedSelectedItem:ka,itemMouseEnter:Sa,keyDownArrowDown:Er,keyDownArrowUp:Sr,keyDownEnd:Ta,keyDownEnter:Oa,keyDownEscape:Ea,keyDownHome:Na,keyDownSpaceButton:Pa,mouseUp:Ca,touchEnd:Fa,unknown:_a}),Uf=["refKey","ref"],qf=["onClick","onPress","onKeyDown","onKeyUp","onBlur"],Wf=["onKeyDown","onBlur","onChange","onInput","onChangeText"],Jf=["refKey","ref"],zf=["onMouseMove","onMouseDown","onClick","onPress","index","item"],Xf=function(){var e=function(t){function n(i){var o;o=t.call(this,i)||this,o.id=o.props.id||"downshift-"+ya(),o.menuId=o.props.menuId||o.id+"-menu",o.labelId=o.props.labelId||o.id+"-label",o.inputId=o.props.inputId||o.id+"-input",o.getItemId=o.props.getItemId||function(w){return o.id+"-item-"+w},o.items=[],o.itemCount=null,o.previousResultCount=0,o.timeoutIds=[],o.internalSetTimeout=function(w,_){var b=setTimeout(function(){o.timeoutIds=o.timeoutIds.filter(function(x){return x!==b}),w()},_);o.timeoutIds.push(b)},o.setItemCount=function(w){o.itemCount=w},o.unsetItemCount=function(){o.itemCount=null},o.isItemDisabled=function(w,_){var b=o.getItemNodeFromIndex(_);return b&&b.hasAttribute("disabled")},o.setHighlightedIndex=function(w,_){w===void 0&&(w=o.props.defaultHighlightedIndex),_===void 0&&(_={}),_=Ir(_),o.internalSetState(ue({highlightedIndex:w},_))},o.clearSelection=function(w){o.internalSetState({selectedItem:null,inputValue:"",highlightedIndex:o.props.defaultHighlightedIndex,isOpen:o.props.defaultIsOpen},w)},o.selectItem=function(w,_,b){_=Ir(_),o.internalSetState(ue({isOpen:o.props.defaultIsOpen,highlightedIndex:o.props.defaultHighlightedIndex,selectedItem:w,inputValue:o.props.itemToString(w)},_),b)},o.selectItemAtIndex=function(w,_,b){var x=o.items[w];x!=null&&o.selectItem(x,_,b)},o.selectHighlightedItem=function(w,_){return o.selectItemAtIndex(o.getState().highlightedIndex,w,_)},o.internalSetState=function(w,_){var b,x,E={},M=typeof w=="function";return!M&&w.hasOwnProperty("inputValue")&&o.props.onInputValueChange(w.inputValue,ue({},o.getStateAndHelpers(),w)),o.setState(function(O){var V;O=o.getState(O);var J=M?w(O):w;J=o.props.stateReducer(O,J),b=J.hasOwnProperty("selectedItem");var X={};return b&&J.selectedItem!==O.selectedItem&&(x=J.selectedItem),(V=J).type||(V.type=_a),Object.keys(J).forEach(function(Z){O[Z]!==J[Z]&&(E[Z]=J[Z]),Z!=="type"&&(J[Z],Rr(o.props,Z)||(X[Z]=J[Z]))}),M&&J.hasOwnProperty("inputValue")&&o.props.onInputValueChange(J.inputValue,ue({},o.getStateAndHelpers(),J)),X},function(){us(_)();var O=Object.keys(E).length>1;O&&o.props.onStateChange(E,o.getStateAndHelpers()),b&&o.props.onSelect(w.selectedItem,o.getStateAndHelpers()),x!==void 0&&o.props.onChange(x,o.getStateAndHelpers()),o.props.onUserAction(E,o.getStateAndHelpers())})},o.rootRef=function(w){return o._rootNode=w},o.getRootProps=function(w,_){var b,x=w===void 0?{}:w,E=x.refKey,M=E===void 0?"ref":E,O=x.ref,V=Bt(x,Uf),J=_===void 0?{}:_,X=J.suppressRefError,Z=X===void 0?!1:X;o.getRootProps.called=!0,o.getRootProps.refKey=M,o.getRootProps.suppressRefError=Z;var te=o.getState(),q=te.isOpen;return ue((b={},b[M]=Sn(O,o.rootRef),b.role="combobox",b["aria-expanded"]=q,b["aria-haspopup"]="listbox",b["aria-owns"]=q?o.menuId:void 0,b["aria-labelledby"]=o.labelId,b),V)},o.keyDownHandlers={ArrowDown:function(_){var b=this;if(_.preventDefault(),this.getState().isOpen){var x=_.shiftKey?5:1;this.moveHighlightedIndex(x,{type:Er})}else this.internalSetState({isOpen:!0,type:Er},function(){var E=b.getItemCount();if(E>0){var M=b.getState(),O=M.highlightedIndex,V=gn(O,1,{length:E},b.isItemDisabled,!0);b.setHighlightedIndex(V,{type:Er})}})},ArrowUp:function(_){var b=this;if(_.preventDefault(),this.getState().isOpen){var x=_.shiftKey?-5:-1;this.moveHighlightedIndex(x,{type:Sr})}else this.internalSetState({isOpen:!0,type:Sr},function(){var E=b.getItemCount();if(E>0){var M=b.getState(),O=M.highlightedIndex,V=gn(O,-1,{length:E},b.isItemDisabled,!0);b.setHighlightedIndex(V,{type:Sr})}})},Enter:function(_){if(_.which!==229){var b=this.getState(),x=b.isOpen,E=b.highlightedIndex;if(x&&E!=null){_.preventDefault();var M=this.items[E],O=this.getItemNodeFromIndex(E);if(M==null||O&&O.hasAttribute("disabled"))return;this.selectHighlightedItem({type:Oa})}}},Escape:function(_){_.preventDefault(),this.reset(ue({type:Ea},!this.state.isOpen&&{selectedItem:null,inputValue:""}))}},o.buttonKeyDownHandlers=ue({},o.keyDownHandlers,{" ":function(_){_.preventDefault(),this.toggleMenu({type:Pa})}}),o.inputKeyDownHandlers=ue({},o.keyDownHandlers,{Home:function(_){var b=this.getState(),x=b.isOpen;if(x){_.preventDefault();var E=this.getItemCount();if(!(E<=0||!x)){var M=Tn(0,!1,{length:E},this.isItemDisabled);this.setHighlightedIndex(M,{type:Na})}}},End:function(_){var b=this.getState(),x=b.isOpen;if(x){_.preventDefault();var E=this.getItemCount();if(!(E<=0||!x)){var M=Tn(E-1,!0,{length:E},this.isItemDisabled);this.setHighlightedIndex(M,{type:Ta})}}}}),o.getToggleButtonProps=function(w){var _=w===void 0?{}:w,b=_.onClick;_.onPress;var x=_.onKeyDown,E=_.onKeyUp,M=_.onBlur,O=Bt(_,qf),V=o.getState(),J=V.isOpen,X={onClick:Ke(b,o.buttonHandleClick),onKeyDown:Ke(x,o.buttonHandleKeyDown),onKeyUp:Ke(E,o.buttonHandleKeyUp),onBlur:Ke(M,o.buttonHandleBlur)},Z=O.disabled?{}:X;return ue({type:"button",role:"button","aria-label":J?"close menu":"open menu","aria-haspopup":!0,"data-toggle":!0},Z,O)},o.buttonHandleKeyUp=function(w){w.preventDefault()},o.buttonHandleKeyDown=function(w){var _=Eo(w);o.buttonKeyDownHandlers[_]&&o.buttonKeyDownHandlers[_].call(o,w)},o.buttonHandleClick=function(w){if(w.preventDefault(),o.props.environment){var _=o.props.environment.document,b=_.body,x=_.activeElement;b&&b===x&&w.target.focus()}process.env.NODE_ENV==="test"?o.toggleMenu({type:Oo}):o.internalSetTimeout(function(){return o.toggleMenu({type:Oo})})},o.buttonHandleBlur=function(w){var _=w.target;o.internalSetTimeout(function(){if(!(o.isMouseDown||!o.props.environment)){var b=o.props.environment.document.activeElement;(b==null||b.id!==o.inputId)&&b!==_&&o.reset({type:Da})}})},o.getLabelProps=function(w){return ue({htmlFor:o.inputId,id:o.labelId},w)},o.getInputProps=function(w){var _=w===void 0?{}:w,b=_.onKeyDown,x=_.onBlur,E=_.onChange,M=_.onInput;_.onChangeText;var O=Bt(_,Wf),V,J={};V="onChange";var X=o.getState(),Z=X.inputValue,te=X.isOpen,q=X.highlightedIndex;if(!O.disabled){var ae;J=(ae={},ae[V]=Ke(E,M,o.inputHandleChange),ae.onKeyDown=Ke(b,o.inputHandleKeyDown),ae.onBlur=Ke(x,o.inputHandleBlur),ae)}return ue({"aria-autocomplete":"list","aria-activedescendant":te&&typeof q=="number"&&q>=0?o.getItemId(q):void 0,"aria-controls":te?o.menuId:void 0,"aria-labelledby":O&&O["aria-label"]?void 0:o.labelId,autoComplete:"off",value:Z,id:o.inputId},J,O)},o.inputHandleKeyDown=function(w){var _=Eo(w);_&&o.inputKeyDownHandlers[_]&&o.inputKeyDownHandlers[_].call(o,w)},o.inputHandleChange=function(w){o.internalSetState({type:ja,isOpen:!0,inputValue:w.target.value,highlightedIndex:o.props.defaultHighlightedIndex})},o.inputHandleBlur=function(){o.internalSetTimeout(function(){var w;if(!(o.isMouseDown||!o.props.environment)){var _=o.props.environment.document.activeElement,b=(_==null||(w=_.dataset)==null?void 0:w.toggle)&&o._rootNode&&o._rootNode.contains(_);b||o.reset({type:Aa})}})},o.menuRef=function(w){o._menuNode=w},o.getMenuProps=function(w,_){var b,x=w===void 0?{}:w,E=x.refKey,M=E===void 0?"ref":E,O=x.ref,V=Bt(x,Jf),J=_===void 0?{}:_,X=J.suppressRefError,Z=X===void 0?!1:X;return o.getMenuProps.called=!0,o.getMenuProps.refKey=M,o.getMenuProps.suppressRefError=Z,ue((b={},b[M]=Sn(O,o.menuRef),b.role="listbox",b["aria-labelledby"]=V&&V["aria-label"]?void 0:o.labelId,b.id=o.menuId,b),V)},o.getItemProps=function(w){var _,b=w===void 0?{}:w,x=b.onMouseMove,E=b.onMouseDown,M=b.onClick;b.onPress;var O=b.index,V=b.item,J=V===void 0?process.env.NODE_ENV==="production"?void 0:Lf("getItemProps","item"):V,X=Bt(b,zf);O===void 0?(o.items.push(J),O=o.items.indexOf(J)):o.items[O]=J;var Z="onClick",te=M,q=(_={onMouseMove:Ke(x,function(){O!==o.getState().highlightedIndex&&(o.setHighlightedIndex(O,{type:Sa}),o.avoidScrolling=!0,o.internalSetTimeout(function(){return o.avoidScrolling=!1},250))}),onMouseDown:Ke(E,function(re){re.preventDefault()})},_[Z]=Ke(te,function(){o.selectItemAtIndex(O,{type:Ra})}),_),ae=X.disabled?{onMouseDown:q.onMouseDown}:q;return ue({id:o.getItemId(O),role:"option","aria-selected":o.getState().highlightedIndex===O},ae,X)},o.clearItems=function(){o.items=[]},o.reset=function(w,_){w===void 0&&(w={}),w=Ir(w),o.internalSetState(function(b){var x=b.selectedItem;return ue({isOpen:o.props.defaultIsOpen,highlightedIndex:o.props.defaultHighlightedIndex,inputValue:o.props.itemToString(x)},w)},_)},o.toggleMenu=function(w,_){w===void 0&&(w={}),w=Ir(w),o.internalSetState(function(b){var x=b.isOpen;return ue({isOpen:!x},x&&{highlightedIndex:o.props.defaultHighlightedIndex},w)},function(){var b=o.getState(),x=b.isOpen,E=b.highlightedIndex;x&&o.getItemCount()>0&&typeof E=="number"&&o.setHighlightedIndex(E,w),us(_)()})},o.openMenu=function(w){o.internalSetState({isOpen:!0},w)},o.closeMenu=function(w){o.internalSetState({isOpen:!1},w)},o.updateStatus=Yo(function(){var w;if((w=o.props)!=null&&(w=w.environment)!=null&&w.document){var _=o.getState(),b=o.items[_.highlightedIndex],x=o.getItemCount(),E=o.props.getA11yStatusMessage(ue({itemToString:o.props.itemToString,previousResultCount:o.previousResultCount,resultCount:x,highlightedItem:b},_));o.previousResultCount=x,ba(E,o.props.environment.document)}},200);var s=o.props,c=s.defaultHighlightedIndex,l=s.initialHighlightedIndex,u=l===void 0?c:l,d=s.defaultIsOpen,f=s.initialIsOpen,h=f===void 0?d:f,p=s.initialInputValue,m=p===void 0?"":p,v=s.initialSelectedItem,I=v===void 0?null:v,C=o.getState({highlightedIndex:u,isOpen:h,inputValue:m,selectedItem:I});return C.selectedItem!=null&&o.props.initialInputValue===void 0&&(C.inputValue=o.props.itemToString(C.selectedItem)),o.state=C,o}bf(n,t);var r=n.prototype;return r.internalClearTimeouts=function(){this.timeoutIds.forEach(function(o){clearTimeout(o)}),this.timeoutIds=[]},r.getState=function(o){return o===void 0&&(o=this.state),Tr(o,this.props)},r.getItemCount=function(){var o=this.items.length;return this.itemCount!=null?o=this.itemCount:this.props.itemCount!==void 0&&(o=this.props.itemCount),o},r.getItemNodeFromIndex=function(o){return this.props.environment?this.props.environment.document.getElementById(this.getItemId(o)):null},r.scrollHighlightedItemIntoView=function(){{var o=this.getItemNodeFromIndex(this.getState().highlightedIndex);this.props.scrollIntoView(o,this._menuNode)}},r.moveHighlightedIndex=function(o,s){var c=this.getItemCount(),l=this.getState(),u=l.highlightedIndex;if(c>0){var d=gn(u,o,{length:c},this.isItemDisabled,!0);this.setHighlightedIndex(d,s)}},r.getStateAndHelpers=function(){var o=this.getState(),s=o.highlightedIndex,c=o.inputValue,l=o.selectedItem,u=o.isOpen,d=this.props.itemToString,f=this.id,h=this.getRootProps,p=this.getToggleButtonProps,m=this.getLabelProps,v=this.getMenuProps,I=this.getInputProps,C=this.getItemProps,w=this.openMenu,_=this.closeMenu,b=this.toggleMenu,x=this.selectItem,E=this.selectItemAtIndex,M=this.selectHighlightedItem,O=this.setHighlightedIndex,V=this.clearSelection,J=this.clearItems,X=this.reset,Z=this.setItemCount,te=this.unsetItemCount,q=this.internalSetState;return{getRootProps:h,getToggleButtonProps:p,getLabelProps:m,getMenuProps:v,getInputProps:I,getItemProps:C,reset:X,openMenu:w,closeMenu:_,toggleMenu:b,selectItem:x,selectItemAtIndex:E,selectHighlightedItem:M,setHighlightedIndex:O,clearSelection:V,clearItems:J,setItemCount:Z,unsetItemCount:te,setState:q,itemToString:d,id:f,highlightedIndex:s,inputValue:c,isOpen:u,selectedItem:l}},r.componentDidMount=function(){var o=this;if(process.env.NODE_ENV!=="production"&&this.getMenuProps.called&&!this.getMenuProps.suppressRefError&&fs(this._menuNode,this.getMenuProps),!this.props.environment)this.cleanup=function(){o.internalClearTimeouts()};else{var s=function(){o.isMouseDown=!0},c=function(p){o.isMouseDown=!1;var m=Ar(p.target,[o._rootNode,o._menuNode],o.props.environment);!m&&o.getState().isOpen&&o.reset({type:Ca},function(){return o.props.onOuterClick(o.getStateAndHelpers())})},l=function(){o.isTouchMove=!1},u=function(){o.isTouchMove=!0},d=function(p){var m=Ar(p.target,[o._rootNode,o._menuNode],o.props.environment,!1);!o.isTouchMove&&!m&&o.getState().isOpen&&o.reset({type:Fa},function(){return o.props.onOuterClick(o.getStateAndHelpers())})},f=this.props.environment;f.addEventListener("mousedown",s),f.addEventListener("mouseup",c),f.addEventListener("touchstart",l),f.addEventListener("touchmove",u),f.addEventListener("touchend",d),this.cleanup=function(){o.internalClearTimeouts(),o.updateStatus.cancel(),f.removeEventListener("mousedown",s),f.removeEventListener("mouseup",c),f.removeEventListener("touchstart",l),f.removeEventListener("touchmove",u),f.removeEventListener("touchend",d)}}},r.shouldScroll=function(o,s){var c=this.props.highlightedIndex===void 0?this.getState():this.props,l=c.highlightedIndex,u=s.highlightedIndex===void 0?o:s,d=u.highlightedIndex,f=l&&this.getState().isOpen&&!o.isOpen,h=l!==d;return f||h},r.componentDidUpdate=function(o,s){process.env.NODE_ENV!=="production"&&(Zo(this.state,o,this.props),this.getMenuProps.called&&!this.getMenuProps.suppressRefError&&fs(this._menuNode,this.getMenuProps)),Rr(this.props,"selectedItem")&&this.props.selectedItemChanged(o.selectedItem,this.props.selectedItem)&&this.internalSetState({type:ka,inputValue:this.props.itemToString(this.props.selectedItem)}),!this.avoidScrolling&&this.shouldScroll(s,o)&&this.scrollHighlightedItemIntoView(),this.updateStatus()},r.componentWillUnmount=function(){this.cleanup()},r.render=function(){var o=ps(this.props.children,at);this.clearItems(),this.getRootProps.called=!1,this.getRootProps.refKey=void 0,this.getRootProps.suppressRefError=void 0,this.getMenuProps.called=!1,this.getMenuProps.refKey=void 0,this.getMenuProps.suppressRefError=void 0,this.getLabelProps.called=!1,this.getInputProps.called=!1;var s=ps(o(this.getStateAndHelpers()));if(!s)return null;if(this.getRootProps.called||this.props.suppressRefError)return process.env.NODE_ENV!=="production"&&!this.getRootProps.suppressRefError&&!this.props.suppressRefError&&Gf(s,this.getRootProps),s;if(wa(s))return g.cloneElement(s,this.getRootProps(Ia(s)));if(process.env.NODE_ENV!=="production")throw new Error("downshift: If you return a non-DOM element, you must apply the getRootProps function")},n}(g.Component);return e.defaultProps={defaultHighlightedIndex:null,defaultIsOpen:!1,getA11yStatusMessage:Mf,itemToString:function(n){return n==null?"":(process.env.NODE_ENV!=="production"&&Kf(n)&&!n.hasOwnProperty("toString")&&console.warn("downshift: An object was passed to the default implementation of `itemToString`. You should probably provide your own `itemToString` implementation. Please refer to the `itemToString` API documentation.","The object that was passed:",n),String(n))},onStateChange:at,onInputValueChange:at,onUserAction:at,onChange:at,onSelect:at,onOuterClick:at,selectedItemChanged:function(n,r){return n!==r},environment:typeof window>"u"?void 0:window,stateReducer:function(n,r){return r},suppressRefError:!1,scrollIntoView:va},e.stateChangeTypes=Bf,e}();process.env.NODE_ENV!=="production"&&(Xf.propTypes={children:F.func,defaultHighlightedIndex:F.number,defaultIsOpen:F.bool,initialHighlightedIndex:F.number,initialSelectedItem:F.any,initialInputValue:F.string,initialIsOpen:F.bool,getA11yStatusMessage:F.func,itemToString:F.func,onChange:F.func,onSelect:F.func,onStateChange:F.func,onInputValueChange:F.func,onUserAction:F.func,onOuterClick:F.func,selectedItemChanged:F.func,stateReducer:F.func,itemCount:F.number,id:F.string,environment:F.shape({addEventListener:F.func.isRequired,removeEventListener:F.func.isRequired,document:F.shape({createElement:F.func.isRequired,getElementById:F.func.isRequired,activeElement:F.any.isRequired,body:F.any.isRequired}).isRequired,Node:F.func.isRequired}),suppressRefError:F.bool,scrollIntoView:F.func,selectedItem:F.any,isOpen:F.bool,inputValue:F.string,highlightedIndex:F.number,labelId:F.string,inputId:F.string,menuId:F.string,getItemId:F.func});function fs(e,t){var n=t.refKey;e||console.error('downshift: The ref prop "'+n+'" from getMenuProps was not applied correctly on your menu element.')}function Gf(e,t){var n=t.refKey,r=n!=="ref",i=!wa(e);i&&!r&&!as.isForwardRef(e)?console.error("downshift: You returned a non-DOM element. You must specify a refKey in getRootProps"):!i&&r&&console.error('downshift: You returned a DOM element. You should not specify a refKey in getRootProps. You specified "'+n+'"'),!as.isForwardRef(e)&&!Ia(e)[n]&&console.error('downshift: You must apply the ref prop "'+n+'" from getRootProps onto your root element.')}var Ma={highlightedIndex:-1,isOpen:!1,selectedItem:null,inputValue:""};function Yf(e,t,n){var r=e.props,i=e.type,o={};Object.keys(t).forEach(function(s){Zf(s,e,t,n),n[s]!==t[s]&&(o[s]=n[s])}),r.onStateChange&&Object.keys(o).length&&r.onStateChange(ue({type:i},o))}function Zf(e,t,n,r){var i=t.props,o=t.type,s="on"+Qo(e)+"Change";i[s]&&r[e]!==void 0&&r[e]!==n[e]&&i[s](ue({type:o},r))}function Qf(e,t){return t.changes}var ms=Yo(function(e,t){ba(e,t)},200),em=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u"?g.useLayoutEffect:g.useEffect,tm="useId"in g?function(t){var n=t.id,r=t.labelId,i=t.menuId,o=t.getItemId,s=t.toggleButtonId,c=t.inputId,l="downshift-"+g.useId();n||(n=l);var u=g.useRef({labelId:r||n+"-label",menuId:i||n+"-menu",getItemId:o||function(d){return n+"-item-"+d},toggleButtonId:s||n+"-toggle-button",inputId:c||n+"-input"});return u.current}:function(t){var n=t.id,r=n===void 0?"downshift-"+ya():n,i=t.labelId,o=t.menuId,s=t.getItemId,c=t.toggleButtonId,l=t.inputId,u=g.useRef({labelId:i||r+"-label",menuId:o||r+"-menu",getItemId:s||function(d){return r+"-item-"+d},toggleButtonId:c||r+"-toggle-button",inputId:l||r+"-input"});return u.current};function nm(e,t,n,r){var i,o;if(e===void 0){if(t===void 0)throw new Error(r);i=n[t],o=t}else o=t===void 0?n.indexOf(e):t,i=e;return[i,o]}function Qo(e){return""+e.slice(0,1).toUpperCase()+e.slice(1)}function La(e){var t=g.useRef(e);return t.current=e,t}function rm(e,t,n,r){var i=g.useRef(),o=g.useRef(),s=g.useCallback(function(p,m){o.current=m,p=Tr(p,m.props);var v=e(p,m),I=m.props.stateReducer(p,ue({},m,{changes:v}));return I},[e]),c=g.useReducer(s,t,n),l=c[0],u=c[1],d=La(t),f=g.useCallback(function(p){return u(ue({props:d.current},p))},[d]),h=o.current;return g.useEffect(function(){var p=Tr(i.current,h==null?void 0:h.props),m=h&&i.current&&!r(p,l);m&&Yf(h,p,l),i.current=l},[l,h,r]),[l,f]}var Wn={itemToString:function(t){return t?String(t):""},itemToKey:function(t){return t},stateReducer:Qf,scrollIntoView:va,environment:typeof window>"u"?void 0:window};function Qt(e,t,n){n===void 0&&(n=Ma);var r=e["default"+Qo(t)];return r!==void 0?r:n[t]}function Jn(e,t,n){n===void 0&&(n=Ma);var r=e[t];if(r!==void 0)return r;var i=e["initial"+Qo(t)];return i!==void 0?i:Qt(e,t,n)}function om(e){var t=Jn(e,"selectedItem"),n=Jn(e,"isOpen"),r=lm(e),i=Jn(e,"inputValue");return{highlightedIndex:r<0&&t&&n?e.items.findIndex(function(o){return e.itemToKey(o)===e.itemToKey(t)}):r,isOpen:n,selectedItem:t,inputValue:i}}function zn(e,t,n){var r=e.items,i=e.initialHighlightedIndex,o=e.defaultHighlightedIndex,s=e.isItemDisabled,c=e.itemToKey,l=t.selectedItem,u=t.highlightedIndex;return r.length===0?-1:i!==void 0&&u===i&&!s(r[i],i)?i:o!==void 0&&!s(r[o],o)?o:l?r.findIndex(function(d){return c(l)===c(d)}):n<0&&!s(r[r.length-1],r.length-1)?r.length-1:n>0&&!s(r[0],0)?0:-1}function im(e,t,n){var r=g.useRef({isMouseDown:!1,isTouchMove:!1,isTouchEnd:!1});return g.useEffect(function(){if(!e)return at;var i=n.map(function(d){return d.current});function o(){r.current.isTouchEnd=!1,r.current.isMouseDown=!0}function s(d){r.current.isMouseDown=!1,Ar(d.target,i,e)||t()}function c(){r.current.isTouchEnd=!1,r.current.isTouchMove=!1}function l(){r.current.isTouchMove=!0}function u(d){r.current.isTouchEnd=!0,!r.current.isTouchMove&&!Ar(d.target,i,e,!1)&&t()}return e.addEventListener("mousedown",o),e.addEventListener("mouseup",s),e.addEventListener("touchstart",c),e.addEventListener("touchmove",l),e.addEventListener("touchend",u),function(){e.removeEventListener("mousedown",o),e.removeEventListener("mouseup",s),e.removeEventListener("touchstart",c),e.removeEventListener("touchmove",l),e.removeEventListener("touchend",u)}},[n,e,t]),r.current}var $a=function(){return at};process.env.NODE_ENV!=="production"&&($a=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];var i=g.useRef(n.reduce(function(s,c){return s[c]={},s},{}));g.useEffect(function(){Object.keys(i.current).forEach(function(s){var c=i.current[s];if(!Object.keys(c).length){console.error("downshift: You forgot to call the "+s+" getter function on your component / element.");return}var l=c.suppressRefError,u=c.refKey,d=c.elementRef;l||d!=null&&d.current||console.error('downshift: The ref prop "'+u+'" from '+s+" was not applied correctly on your element.")})},[]);var o=g.useCallback(function(s,c,l,u){i.current[s]={suppressRefError:c,refKey:l,elementRef:u}},[]);return o});function sm(e,t,n,r){r===void 0&&(r={});var i=r.document,o=qr();g.useEffect(function(){if(!(!e||o||!i)){var s=e(t);ms(s,i)}},n),g.useEffect(function(){return function(){ms.cancel(),Hf(i)}},[i])}function am(e){var t=e.highlightedIndex,n=e.isOpen,r=e.itemRefs,i=e.getItemNodeFromIndex,o=e.menuElement,s=e.scrollIntoView,c=g.useRef(!0);return em(function(){t<0||!n||!Object.keys(r.current).length||(c.current===!1?c.current=!0:s(i(t),o))},[t]),c}var Ka=at;process.env.NODE_ENV!=="production"&&(Ka=function(t){var n=t.props,r=t.state,i=g.useRef(n),o=qr();g.useEffect(function(){o||(Zo(r,i.current,n),i.current=n)},[r,n,o])});function hs(e,t,n){var r;n===void 0&&(n=!0);var i=((r=e.items)==null?void 0:r.length)&&t>=0;return ue({isOpen:!1,highlightedIndex:-1},i&&ue({selectedItem:e.items[t],isOpen:Qt(e,"isOpen"),highlightedIndex:Qt(e,"highlightedIndex")},n&&{inputValue:e.itemToString(e.items[t])}))}function cm(e,t){return e.isOpen===t.isOpen&&e.inputValue===t.inputValue&&e.highlightedIndex===t.highlightedIndex&&e.selectedItem===t.selectedItem}function qr(){var e=g.useRef(!0);return g.useEffect(function(){return e.current=!1,function(){e.current=!0}},[]),e.current}function No(e){var t=Qt(e,"highlightedIndex");return t>-1&&e.isItemDisabled(e.items[t],t)?-1:t}function lm(e){var t=Jn(e,"highlightedIndex");return t>-1&&e.isItemDisabled(e.items[t],t)?-1:t}var Or={environment:F.shape({addEventListener:F.func.isRequired,removeEventListener:F.func.isRequired,document:F.shape({createElement:F.func.isRequired,getElementById:F.func.isRequired,activeElement:F.any.isRequired,body:F.any.isRequired}).isRequired,Node:F.func.isRequired}),itemToString:F.func,itemToKey:F.func,stateReducer:F.func},Va=ue({},Or,{getA11yStatusMessage:F.func,highlightedIndex:F.number,defaultHighlightedIndex:F.number,initialHighlightedIndex:F.number,isOpen:F.bool,defaultIsOpen:F.bool,initialIsOpen:F.bool,selectedItem:F.any,initialSelectedItem:F.any,defaultSelectedItem:F.any,id:F.string,labelId:F.string,menuId:F.string,getItemId:F.func,toggleButtonId:F.string,onSelectedItemChange:F.func,onHighlightedIndexChange:F.func,onStateChange:F.func,onIsOpenChange:F.func,scrollIntoView:F.func});function um(e,t,n){var r=t.type,i=t.props,o;switch(r){case n.ItemMouseMove:o={highlightedIndex:t.disabled?-1:t.index};break;case n.MenuMouseLeave:o={highlightedIndex:-1};break;case n.ToggleButtonClick:case n.FunctionToggleMenu:o={isOpen:!e.isOpen,highlightedIndex:e.isOpen?-1:zn(i,e,0)};break;case n.FunctionOpenMenu:o={isOpen:!0,highlightedIndex:zn(i,e,0)};break;case n.FunctionCloseMenu:o={isOpen:!1};break;case n.FunctionSetHighlightedIndex:o={highlightedIndex:i.isItemDisabled(i.items[t.highlightedIndex],t.highlightedIndex)?-1:t.highlightedIndex};break;case n.FunctionSetInputValue:o={inputValue:t.inputValue};break;case n.FunctionReset:o={highlightedIndex:No(i),isOpen:Qt(i,"isOpen"),selectedItem:Qt(i,"selectedItem"),inputValue:Qt(i,"inputValue")};break;default:throw new Error("Reducer called without proper action type.")}return ue({},e,o)}Nn(Nn({},Va),{items:F.array.isRequired,isItemDisabled:F.func});Nn(Nn({},Wn),{isItemDisabled:function(){return!1}});process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;var ei=process.env.NODE_ENV!=="production"?"__input_keydown_arrow_down__":0,ti=process.env.NODE_ENV!=="production"?"__input_keydown_arrow_up__":1,ni=process.env.NODE_ENV!=="production"?"__input_keydown_escape__":2,ri=process.env.NODE_ENV!=="production"?"__input_keydown_home__":3,oi=process.env.NODE_ENV!=="production"?"__input_keydown_end__":4,ii=process.env.NODE_ENV!=="production"?"__input_keydown_page_up__":5,si=process.env.NODE_ENV!=="production"?"__input_keydown_page_down__":6,ai=process.env.NODE_ENV!=="production"?"__input_keydown_enter__":7,ci=process.env.NODE_ENV!=="production"?"__input_change__":8,jr=process.env.NODE_ENV!=="production"?"__input_blur__":9,li=process.env.NODE_ENV!=="production"?"__input_click__":10,Ha=process.env.NODE_ENV!=="production"?"__menu_mouse_leave__":11,Ba=process.env.NODE_ENV!=="production"?"__item_mouse_move__":12,ui=process.env.NODE_ENV!=="production"?"__item_click__":13,Ua=process.env.NODE_ENV!=="production"?"__togglebutton_click__":14,qa=process.env.NODE_ENV!=="production"?"__function_toggle_menu__":15,Wa=process.env.NODE_ENV!=="production"?"__function_open_menu__":16,Ja=process.env.NODE_ENV!=="production"?"__function_close_menu__":17,za=process.env.NODE_ENV!=="production"?"__function_set_highlighted_index__":18,di=process.env.NODE_ENV!=="production"?"__function_select_item__":19,Xa=process.env.NODE_ENV!=="production"?"__function_set_input_value__":20,Ga=process.env.NODE_ENV!=="production"?"__function_reset__":21,pi=process.env.NODE_ENV!=="production"?"__controlled_prop_updated_selected_item__":22,Ya=Object.freeze({__proto__:null,ControlledPropUpdatedSelectedItem:pi,FunctionCloseMenu:Ja,FunctionOpenMenu:Wa,FunctionReset:Ga,FunctionSelectItem:di,FunctionSetHighlightedIndex:za,FunctionSetInputValue:Xa,FunctionToggleMenu:qa,InputBlur:jr,InputChange:ci,InputClick:li,InputKeyDownArrowDown:ei,InputKeyDownArrowUp:ti,InputKeyDownEnd:oi,InputKeyDownEnter:ai,InputKeyDownEscape:ni,InputKeyDownHome:ri,InputKeyDownPageDown:si,InputKeyDownPageUp:ii,ItemClick:ui,ItemMouseMove:Ba,MenuMouseLeave:Ha,ToggleButtonClick:Ua});function dm(e){var t=om(e),n=t.selectedItem,r=t.inputValue;return r===""&&n&&e.defaultInputValue===void 0&&e.initialInputValue===void 0&&e.inputValue===void 0&&(r=e.itemToString(n)),ue({},t,{inputValue:r})}var pm=ue({},Va,{items:F.array.isRequired,isItemDisabled:F.func,inputValue:F.string,defaultInputValue:F.string,initialInputValue:F.string,inputId:F.string,onInputValueChange:F.func});function fm(e,t,n,r){var i=g.useRef(),o=rm(e,t,n,r),s=o[0],c=o[1],l=qr();return g.useEffect(function(){if(Rr(t,"selectedItem")){if(!l){var u=t.itemToKey(t.selectedItem)!==t.itemToKey(i.current);u&&c({type:pi,inputValue:t.itemToString(t.selectedItem)})}i.current=s.selectedItem===i.current?t.selectedItem:s.selectedItem}},[s.selectedItem,t.selectedItem]),[Tr(s,t),c]}var Za=at;process.env.NODE_ENV!=="production"&&(Za=function(t,n){F.checkPropTypes(pm,t,"prop",n.name)});var mm=ue({},Wn,{isItemDisabled:function(){return!1}});function hm(e,t){var n,r=t.type,i=t.props,o=t.altKey,s;switch(r){case ui:s={isOpen:Qt(i,"isOpen"),highlightedIndex:No(i),selectedItem:i.items[t.index],inputValue:i.itemToString(i.items[t.index])};break;case ei:e.isOpen?s={highlightedIndex:gn(e.highlightedIndex,1,i.items,i.isItemDisabled,!0)}:s={highlightedIndex:o&&e.selectedItem==null?-1:zn(i,e,1),isOpen:i.items.length>=0};break;case ti:e.isOpen?o?s=hs(i,e.highlightedIndex):s={highlightedIndex:gn(e.highlightedIndex,-1,i.items,i.isItemDisabled,!0)}:s={highlightedIndex:zn(i,e,-1),isOpen:i.items.length>=0};break;case ai:s=hs(i,e.highlightedIndex);break;case ni:s=ue({isOpen:!1,highlightedIndex:-1},!e.isOpen&&{selectedItem:null,inputValue:""});break;case ii:s={highlightedIndex:gn(e.highlightedIndex,-10,i.items,i.isItemDisabled,!0)};break;case si:s={highlightedIndex:gn(e.highlightedIndex,10,i.items,i.isItemDisabled,!0)};break;case ri:s={highlightedIndex:Tn(0,!1,i.items,i.isItemDisabled)};break;case oi:s={highlightedIndex:Tn(i.items.length-1,!0,i.items,i.isItemDisabled)};break;case jr:s=ue({isOpen:!1,highlightedIndex:-1},e.highlightedIndex>=0&&((n=i.items)==null?void 0:n.length)&&t.selectItem&&{selectedItem:i.items[e.highlightedIndex],inputValue:i.itemToString(i.items[e.highlightedIndex])});break;case ci:s={isOpen:!0,highlightedIndex:No(i),inputValue:t.inputValue};break;case li:s={isOpen:!e.isOpen,highlightedIndex:e.isOpen?-1:zn(i,e,0)};break;case di:s={selectedItem:t.selectedItem,inputValue:i.itemToString(t.selectedItem)};break;case pi:s={inputValue:t.inputValue};break;default:return um(e,t,Ya)}return ue({},e,s)}var gm=["onMouseLeave","refKey","ref"],vm=["item","index","refKey","ref","onMouseMove","onMouseDown","onClick","onPress","disabled"],ym=["onClick","onPress","refKey","ref"],wm=["onKeyDown","onChange","onInput","onBlur","onChangeText","onClick","refKey","ref"];fi.stateChangeTypes=Ya;function fi(e){e===void 0&&(e={}),Za(e,fi);var t=ue({},mm,e),n=t.items,r=t.scrollIntoView,i=t.environment,o=t.getA11yStatusMessage,s=fm(hm,t,dm,cm),c=s[0],l=s[1],u=c.isOpen,d=c.highlightedIndex,f=c.selectedItem,h=c.inputValue,p=g.useRef(null),m=g.useRef({}),v=g.useRef(null),I=g.useRef(null),C=qr(),w=tm(t),_=g.useRef(),b=La({state:c,props:t}),x=g.useCallback(function(L){return m.current[w.getItemId(L)]},[w]);sm(o,c,[u,d,f,h],i);var E=am({menuElement:p.current,highlightedIndex:d,isOpen:u,itemRefs:m,scrollIntoView:r,getItemNodeFromIndex:x});Ka({props:t,state:c}),g.useEffect(function(){var L=Jn(t,"isOpen");L&&v.current&&v.current.focus()},[]),g.useEffect(function(){C||(_.current=n.length)});var M=im(i,g.useCallback(function(){b.current.state.isOpen&&l({type:jr,selectItem:!1})},[l,b]),g.useMemo(function(){return[p,I,v]},[p.current,I.current,v.current])),O=$a("getInputProps","getMenuProps");g.useEffect(function(){u||(m.current={})},[u]),g.useEffect(function(){var L;!u||!(i!=null&&i.document)||!(v!=null&&(L=v.current)!=null&&L.focus)||i.document.activeElement!==v.current&&v.current.focus()},[u,i]);var V=g.useMemo(function(){return{ArrowDown:function(k){k.preventDefault(),l({type:ei,altKey:k.altKey})},ArrowUp:function(k){k.preventDefault(),l({type:ti,altKey:k.altKey})},Home:function(k){b.current.state.isOpen&&(k.preventDefault(),l({type:ri}))},End:function(k){b.current.state.isOpen&&(k.preventDefault(),l({type:oi}))},Escape:function(k){var D=b.current.state;(D.isOpen||D.inputValue||D.selectedItem||D.highlightedIndex>-1)&&(k.preventDefault(),l({type:ni}))},Enter:function(k){var D=b.current.state;!D.isOpen||k.which===229||(k.preventDefault(),l({type:ai}))},PageUp:function(k){b.current.state.isOpen&&(k.preventDefault(),l({type:ii}))},PageDown:function(k){b.current.state.isOpen&&(k.preventDefault(),l({type:si}))}}},[l,b]),J=g.useCallback(function(L){return ue({id:w.labelId,htmlFor:w.inputId},L)},[w]),X=g.useCallback(function(L,k){var D,A=L===void 0?{}:L,G=A.onMouseLeave,Y=A.refKey,H=Y===void 0?"ref":Y,Q=A.ref,W=Bt(A,gm),ce=k===void 0?{}:k,j=ce.suppressRefError,fe=j===void 0?!1:j;return O("getMenuProps",fe,H,p),ue((D={},D[H]=Sn(Q,function(B){p.current=B}),D.id=w.menuId,D.role="listbox",D["aria-labelledby"]=W&&W["aria-label"]?void 0:""+w.labelId,D.onMouseLeave=Ke(G,function(){l({type:Ha})}),D),W)},[l,O,w]),Z=g.useCallback(function(L){var k,D,A=L===void 0?{}:L,G=A.item,Y=A.index,H=A.refKey,Q=H===void 0?"ref":H,W=A.ref,ce=A.onMouseMove,j=A.onMouseDown,fe=A.onClick;A.onPress;var B=A.disabled,Ie=Bt(A,vm);B!==void 0&&console.warn('Passing "disabled" as an argument to getItemProps is not supported anymore. Please use the isItemDisabled prop from useCombobox.');var ke=b.current,qe=ke.props,Fe=ke.state,he=nm(G,Y,qe.items,"Pass either item or index to getItemProps!"),It=he[0],We=he[1],ot=qe.isItemDisabled(It,We),xt="onClick",bt=fe,Je=function(){M.isTouchEnd||We===Fe.highlightedIndex||(E.current=!1,l({type:Ba,index:We,disabled:ot}))},He=function(){l({type:ui,index:We})},Me=function(_t){return _t.preventDefault()};return ue((k={},k[Q]=Sn(W,function(Oe){Oe&&(m.current[w.getItemId(We)]=Oe)}),k["aria-disabled"]=ot,k["aria-selected"]=We===Fe.highlightedIndex,k.id=w.getItemId(We),k.role="option",k),!ot&&(D={},D[xt]=Ke(bt,He),D),{onMouseMove:Ke(ce,Je),onMouseDown:Ke(j,Me)},Ie)},[l,w,b,M,E]),te=g.useCallback(function(L){var k,D=L===void 0?{}:L,A=D.onClick;D.onPress;var G=D.refKey,Y=G===void 0?"ref":G,H=D.ref,Q=Bt(D,ym),W=b.current.state,ce=function(){l({type:Ua})};return ue((k={},k[Y]=Sn(H,function(j){I.current=j}),k["aria-controls"]=w.menuId,k["aria-expanded"]=W.isOpen,k.id=w.toggleButtonId,k.tabIndex=-1,k),!Q.disabled&&ue({},{onClick:Ke(A,ce)}),Q)},[l,b,w]),q=g.useCallback(function(L,k){var D,A=L===void 0?{}:L,G=A.onKeyDown,Y=A.onChange,H=A.onInput,Q=A.onBlur;A.onChangeText;var W=A.onClick,ce=A.refKey,j=ce===void 0?"ref":ce,fe=A.ref,B=Bt(A,wm),Ie=k===void 0?{}:k,ke=Ie.suppressRefError,qe=ke===void 0?!1:ke;O("getInputProps",qe,j,v);var Fe=b.current.state,he=function(Me){var Oe=Eo(Me);Oe&&V[Oe]&&V[Oe](Me)},It=function(Me){l({type:ci,inputValue:Me.target.value})},We=function(Me){if(i!=null&&i.document&&Fe.isOpen&&!M.isMouseDown){var Oe=Me.relatedTarget===null&&i.document.activeElement!==i.document.body;l({type:jr,selectItem:!Oe})}},ot=function(){l({type:li})},xt="onChange",bt={};if(!B.disabled){var Je;bt=(Je={},Je[xt]=Ke(Y,H,It),Je.onKeyDown=Ke(G,he),Je.onBlur=Ke(Q,We),Je.onClick=Ke(W,ot),Je)}return ue((D={},D[j]=Sn(fe,function(He){v.current=He}),D["aria-activedescendant"]=Fe.isOpen&&Fe.highlightedIndex>-1?w.getItemId(Fe.highlightedIndex):"",D["aria-autocomplete"]="list",D["aria-controls"]=w.menuId,D["aria-expanded"]=Fe.isOpen,D["aria-labelledby"]=B&&B["aria-label"]?void 0:w.labelId,D.autoComplete="off",D.id=w.inputId,D.role="combobox",D.value=Fe.inputValue,D),bt,B)},[l,w,i,V,b,M,O]),ae=g.useCallback(function(){l({type:qa})},[l]),re=g.useCallback(function(){l({type:Ja})},[l]),ee=g.useCallback(function(){l({type:Wa})},[l]),pe=g.useCallback(function(L){l({type:za,highlightedIndex:L})},[l]),me=g.useCallback(function(L){l({type:di,selectedItem:L})},[l]),N=g.useCallback(function(L){l({type:Xa,inputValue:L})},[l]),P=g.useCallback(function(){l({type:Ga})},[l]);return{getItemProps:Z,getLabelProps:J,getMenuProps:X,getInputProps:q,getToggleButtonProps:te,toggleMenu:ae,openMenu:ee,closeMenu:re,setHighlightedIndex:pe,setInputValue:N,selectItem:me,reset:P,highlightedIndex:d,isOpen:u,selectedItem:f,inputValue:h}}Or.stateReducer,Or.itemToKey,Or.environment,F.array,F.array,F.array,F.func,F.number,F.number,F.number,F.func,F.func,F.string,F.string;Wn.itemToKey,Wn.stateReducer,Wn.environment;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;const Im="_comboboxContainer_1yunp_1",xm="_label_1yunp_8",bm="_inputContainer_1yunp_12",_m="_input_1yunp_12",Cm="_toggleButton_1yunp_25",Sm="_menu_1yunp_30",Em="_menuItem_1yunp_43",Om="_highlighted_1yunp_50",Nm="_selected_1yunp_54",Tm="_hidden_1yunp_58",Ht={comboboxContainer:Im,label:xm,inputContainer:bm,input:_m,toggleButton:Cm,menu:Sm,menuItem:Em,highlighted:Om,selected:Nm,hidden:Tm};function Rm(e){const t=e.toLowerCase();return function(r){return!e||r.label.toLowerCase().includes(t)||r.value.toLowerCase().includes(t)}}function Am({items:e,selectedValue:t,onSelectedItemChange:n,placeholder:r}){const[i,o]=g.useState(e);g.useEffect(()=>o(e),[e]);const s=p=>{o(e.filter(Rm(p)))},{isOpen:c,getToggleButtonProps:l,getMenuProps:u,getInputProps:d,highlightedIndex:f,getItemProps:h}=fi({items:i,selectedItem:t?e.find(p=>p.value===t):null,itemToString:p=>(p==null?void 0:p.label)||"",onInputValueChange:({inputValue:p})=>s(p),onSelectedItemChange:({selectedItem:p})=>n(p)});return a.jsxs("div",{children:[a.jsx("div",{className:Ht.comboboxContainer,children:a.jsxs("div",{className:Ht.inputContainer,children:[a.jsx("input",{placeholder:r,className:Ht.input,...d()}),a.jsx("button",{"aria-label":"toggle menu",className:Ht.toggleButton,type:"button",...l(),children:c?a.jsx(a.Fragment,{children:"↑"}):a.jsx(a.Fragment,{children:"↓"})})]})}),a.jsx("ul",{className:`${Ht.menu} ${c&&e.length?"":Ht.hidden}`,...u(),children:c&&i.map((p,m)=>a.jsx("li",{className:`${Ht.menuItem} ${f===m?Ht.highlighted:""} ${t===(p==null?void 0:p.value)?Ht.selected:""}`,...h({item:p,index:m}),children:a.jsx("span",{children:p.label})},p.id))})]})}const Rn=Math.min,vn=Math.max,Pr=Math.round,xr=Math.floor,nn=e=>({x:e,y:e}),jm={left:"right",right:"left",bottom:"top",top:"bottom"},Pm={start:"end",end:"start"};function To(e,t,n){return vn(e,Rn(t,n))}function tr(e,t){return typeof e=="function"?e(t):e}function yn(e){return e.split("-")[0]}function nr(e){return e.split("-")[1]}function Qa(e){return e==="x"?"y":"x"}function mi(e){return e==="y"?"height":"width"}function An(e){return["top","bottom"].includes(yn(e))?"y":"x"}function hi(e){return Qa(An(e))}function Dm(e,t,n){n===void 0&&(n=!1);const r=nr(e),i=hi(e),o=mi(i);let s=i==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";return t.reference[o]>t.floating[o]&&(s=Dr(s)),[s,Dr(s)]}function km(e){const t=Dr(e);return[Ro(e),t,Ro(t)]}function Ro(e){return e.replace(/start|end/g,t=>Pm[t])}function Fm(e,t,n){const r=["left","right"],i=["right","left"],o=["top","bottom"],s=["bottom","top"];switch(e){case"top":case"bottom":return n?t?i:r:t?r:i;case"left":case"right":return t?o:s;default:return[]}}function Mm(e,t,n,r){const i=nr(e);let o=Fm(yn(e),n==="start",r);return i&&(o=o.map(s=>s+"-"+i),t&&(o=o.concat(o.map(Ro)))),o}function Dr(e){return e.replace(/left|right|bottom|top/g,t=>jm[t])}function Lm(e){return{top:0,right:0,bottom:0,left:0,...e}}function ec(e){return typeof e!="number"?Lm(e):{top:e,right:e,bottom:e,left:e}}function kr(e){const{x:t,y:n,width:r,height:i}=e;return{width:r,height:i,top:n,left:t,right:t+r,bottom:n+i,x:t,y:n}}function gs(e,t,n){let{reference:r,floating:i}=e;const o=An(t),s=hi(t),c=mi(s),l=yn(t),u=o==="y",d=r.x+r.width/2-i.width/2,f=r.y+r.height/2-i.height/2,h=r[c]/2-i[c]/2;let p;switch(l){case"top":p={x:d,y:r.y-i.height};break;case"bottom":p={x:d,y:r.y+r.height};break;case"right":p={x:r.x+r.width,y:f};break;case"left":p={x:r.x-i.width,y:f};break;default:p={x:r.x,y:r.y}}switch(nr(t)){case"start":p[s]-=h*(n&&u?-1:1);break;case"end":p[s]+=h*(n&&u?-1:1);break}return p}const $m=async(e,t,n)=>{const{placement:r="bottom",strategy:i="absolute",middleware:o=[],platform:s}=n,c=o.filter(Boolean),l=await(s.isRTL==null?void 0:s.isRTL(t));let u=await s.getElementRects({reference:e,floating:t,strategy:i}),{x:d,y:f}=gs(u,r,l),h=r,p={},m=0;for(let v=0;v<c.length;v++){const{name:I,fn:C}=c[v],{x:w,y:_,data:b,reset:x}=await C({x:d,y:f,initialPlacement:r,placement:h,strategy:i,middlewareData:p,rects:u,platform:s,elements:{reference:e,floating:t}});d=w??d,f=_??f,p={...p,[I]:{...p[I],...b}},x&&m<=50&&(m++,typeof x=="object"&&(x.placement&&(h=x.placement),x.rects&&(u=x.rects===!0?await s.getElementRects({reference:e,floating:t,strategy:i}):x.rects),{x:d,y:f}=gs(u,h,l)),v=-1)}return{x:d,y:f,placement:h,strategy:i,middlewareData:p}};async function tc(e,t){var n;t===void 0&&(t={});const{x:r,y:i,platform:o,rects:s,elements:c,strategy:l}=e,{boundary:u="clippingAncestors",rootBoundary:d="viewport",elementContext:f="floating",altBoundary:h=!1,padding:p=0}=tr(t,e),m=ec(p),I=c[h?f==="floating"?"reference":"floating":f],C=kr(await o.getClippingRect({element:(n=await(o.isElement==null?void 0:o.isElement(I)))==null||n?I:I.contextElement||await(o.getDocumentElement==null?void 0:o.getDocumentElement(c.floating)),boundary:u,rootBoundary:d,strategy:l})),w=f==="floating"?{x:r,y:i,width:s.floating.width,height:s.floating.height}:s.reference,_=await(o.getOffsetParent==null?void 0:o.getOffsetParent(c.floating)),b=await(o.isElement==null?void 0:o.isElement(_))?await(o.getScale==null?void 0:o.getScale(_))||{x:1,y:1}:{x:1,y:1},x=kr(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:c,rect:w,offsetParent:_,strategy:l}):w);return{top:(C.top-x.top+m.top)/b.y,bottom:(x.bottom-C.bottom+m.bottom)/b.y,left:(C.left-x.left+m.left)/b.x,right:(x.right-C.right+m.right)/b.x}}const Km=e=>({name:"arrow",options:e,async fn(t){const{x:n,y:r,placement:i,rects:o,platform:s,elements:c,middlewareData:l}=t,{element:u,padding:d=0}=tr(e,t)||{};if(u==null)return{};const f=ec(d),h={x:n,y:r},p=hi(i),m=mi(p),v=await s.getDimensions(u),I=p==="y",C=I?"top":"left",w=I?"bottom":"right",_=I?"clientHeight":"clientWidth",b=o.reference[m]+o.reference[p]-h[p]-o.floating[m],x=h[p]-o.reference[p],E=await(s.getOffsetParent==null?void 0:s.getOffsetParent(u));let M=E?E[_]:0;(!M||!await(s.isElement==null?void 0:s.isElement(E)))&&(M=c.floating[_]||o.floating[m]);const O=b/2-x/2,V=M/2-v[m]/2-1,J=Rn(f[C],V),X=Rn(f[w],V),Z=J,te=M-v[m]-X,q=M/2-v[m]/2+O,ae=To(Z,q,te),re=!l.arrow&&nr(i)!=null&&q!==ae&&o.reference[m]/2-(q<Z?J:X)-v[m]/2<0,ee=re?q<Z?q-Z:q-te:0;return{[p]:h[p]+ee,data:{[p]:ae,centerOffset:q-ae-ee,...re&&{alignmentOffset:ee}},reset:re}}}),Vm=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var n,r;const{placement:i,middlewareData:o,rects:s,initialPlacement:c,platform:l,elements:u}=t,{mainAxis:d=!0,crossAxis:f=!0,fallbackPlacements:h,fallbackStrategy:p="bestFit",fallbackAxisSideDirection:m="none",flipAlignment:v=!0,...I}=tr(e,t);if((n=o.arrow)!=null&&n.alignmentOffset)return{};const C=yn(i),w=An(c),_=yn(c)===c,b=await(l.isRTL==null?void 0:l.isRTL(u.floating)),x=h||(_||!v?[Dr(c)]:km(c)),E=m!=="none";!h&&E&&x.push(...Mm(c,v,m,b));const M=[c,...x],O=await tc(t,I),V=[];let J=((r=o.flip)==null?void 0:r.overflows)||[];if(d&&V.push(O[C]),f){const q=Dm(i,s,b);V.push(O[q[0]],O[q[1]])}if(J=[...J,{placement:i,overflows:V}],!V.every(q=>q<=0)){var X,Z;const q=(((X=o.flip)==null?void 0:X.index)||0)+1,ae=M[q];if(ae)return{data:{index:q,overflows:J},reset:{placement:ae}};let re=(Z=J.filter(ee=>ee.overflows[0]<=0).sort((ee,pe)=>ee.overflows[1]-pe.overflows[1])[0])==null?void 0:Z.placement;if(!re)switch(p){case"bestFit":{var te;const ee=(te=J.filter(pe=>{if(E){const me=An(pe.placement);return me===w||me==="y"}return!0}).map(pe=>[pe.placement,pe.overflows.filter(me=>me>0).reduce((me,N)=>me+N,0)]).sort((pe,me)=>pe[1]-me[1])[0])==null?void 0:te[0];ee&&(re=ee);break}case"initialPlacement":re=c;break}if(i!==re)return{reset:{placement:re}}}return{}}}};async function Hm(e,t){const{placement:n,platform:r,elements:i}=e,o=await(r.isRTL==null?void 0:r.isRTL(i.floating)),s=yn(n),c=nr(n),l=An(n)==="y",u=["left","top"].includes(s)?-1:1,d=o&&l?-1:1,f=tr(t,e);let{mainAxis:h,crossAxis:p,alignmentAxis:m}=typeof f=="number"?{mainAxis:f,crossAxis:0,alignmentAxis:null}:{mainAxis:f.mainAxis||0,crossAxis:f.crossAxis||0,alignmentAxis:f.alignmentAxis};return c&&typeof m=="number"&&(p=c==="end"?m*-1:m),l?{x:p*d,y:h*u}:{x:h*u,y:p*d}}const Bm=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var n,r;const{x:i,y:o,placement:s,middlewareData:c}=t,l=await Hm(t,e);return s===((n=c.offset)==null?void 0:n.placement)&&(r=c.arrow)!=null&&r.alignmentOffset?{}:{x:i+l.x,y:o+l.y,data:{...l,placement:s}}}}},Um=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:r,placement:i}=t,{mainAxis:o=!0,crossAxis:s=!1,limiter:c={fn:I=>{let{x:C,y:w}=I;return{x:C,y:w}}},...l}=tr(e,t),u={x:n,y:r},d=await tc(t,l),f=An(yn(i)),h=Qa(f);let p=u[h],m=u[f];if(o){const I=h==="y"?"top":"left",C=h==="y"?"bottom":"right",w=p+d[I],_=p-d[C];p=To(w,p,_)}if(s){const I=f==="y"?"top":"left",C=f==="y"?"bottom":"right",w=m+d[I],_=m-d[C];m=To(w,m,_)}const v=c.fn({...t,[h]:p,[f]:m});return{...v,data:{x:v.x-n,y:v.y-r,enabled:{[h]:o,[f]:s}}}}}};function Wr(){return typeof window<"u"}function $n(e){return nc(e)?(e.nodeName||"").toLowerCase():"#document"}function ct(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function kt(e){var t;return(t=(nc(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function nc(e){return Wr()?e instanceof Node||e instanceof ct(e).Node:!1}function Tt(e){return Wr()?e instanceof Element||e instanceof ct(e).Element:!1}function Pt(e){return Wr()?e instanceof HTMLElement||e instanceof ct(e).HTMLElement:!1}function vs(e){return!Wr()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof ct(e).ShadowRoot}function rr(e){const{overflow:t,overflowX:n,overflowY:r,display:i}=Rt(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&!["inline","contents"].includes(i)}function qm(e){return["table","td","th"].includes($n(e))}function Jr(e){return[":popover-open",":modal"].some(t=>{try{return e.matches(t)}catch{return!1}})}function gi(e){const t=vi(),n=Tt(e)?Rt(e):e;return n.transform!=="none"||n.perspective!=="none"||(n.containerType?n.containerType!=="normal":!1)||!t&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!t&&(n.filter?n.filter!=="none":!1)||["transform","perspective","filter"].some(r=>(n.willChange||"").includes(r))||["paint","layout","strict","content"].some(r=>(n.contain||"").includes(r))}function Wm(e){let t=rn(e);for(;Pt(t)&&!jn(t);){if(gi(t))return t;if(Jr(t))return null;t=rn(t)}return null}function vi(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function jn(e){return["html","body","#document"].includes($n(e))}function Rt(e){return ct(e).getComputedStyle(e)}function zr(e){return Tt(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function rn(e){if($n(e)==="html")return e;const t=e.assignedSlot||e.parentNode||vs(e)&&e.host||kt(e);return vs(t)?t.host:t}function rc(e){const t=rn(e);return jn(t)?e.ownerDocument?e.ownerDocument.body:e.body:Pt(t)&&rr(t)?t:rc(t)}function Gn(e,t,n){var r;t===void 0&&(t=[]),n===void 0&&(n=!0);const i=rc(e),o=i===((r=e.ownerDocument)==null?void 0:r.body),s=ct(i);if(o){const c=Ao(s);return t.concat(s,s.visualViewport||[],rr(i)?i:[],c&&n?Gn(c):[])}return t.concat(i,Gn(i,[],n))}function Ao(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function oc(e){const t=Rt(e);let n=parseFloat(t.width)||0,r=parseFloat(t.height)||0;const i=Pt(e),o=i?e.offsetWidth:n,s=i?e.offsetHeight:r,c=Pr(n)!==o||Pr(r)!==s;return c&&(n=o,r=s),{width:n,height:r,$:c}}function yi(e){return Tt(e)?e:e.contextElement}function En(e){const t=yi(e);if(!Pt(t))return nn(1);const n=t.getBoundingClientRect(),{width:r,height:i,$:o}=oc(t);let s=(o?Pr(n.width):n.width)/r,c=(o?Pr(n.height):n.height)/i;return(!s||!Number.isFinite(s))&&(s=1),(!c||!Number.isFinite(c))&&(c=1),{x:s,y:c}}const Jm=nn(0);function ic(e){const t=ct(e);return!vi()||!t.visualViewport?Jm:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function zm(e,t,n){return t===void 0&&(t=!1),!n||t&&n!==ct(e)?!1:t}function wn(e,t,n,r){t===void 0&&(t=!1),n===void 0&&(n=!1);const i=e.getBoundingClientRect(),o=yi(e);let s=nn(1);t&&(r?Tt(r)&&(s=En(r)):s=En(e));const c=zm(o,n,r)?ic(o):nn(0);let l=(i.left+c.x)/s.x,u=(i.top+c.y)/s.y,d=i.width/s.x,f=i.height/s.y;if(o){const h=ct(o),p=r&&Tt(r)?ct(r):r;let m=h,v=Ao(m);for(;v&&r&&p!==m;){const I=En(v),C=v.getBoundingClientRect(),w=Rt(v),_=C.left+(v.clientLeft+parseFloat(w.paddingLeft))*I.x,b=C.top+(v.clientTop+parseFloat(w.paddingTop))*I.y;l*=I.x,u*=I.y,d*=I.x,f*=I.y,l+=_,u+=b,m=ct(v),v=Ao(m)}}return kr({width:d,height:f,x:l,y:u})}function Xm(e){let{elements:t,rect:n,offsetParent:r,strategy:i}=e;const o=i==="fixed",s=kt(r),c=t?Jr(t.floating):!1;if(r===s||c&&o)return n;let l={scrollLeft:0,scrollTop:0},u=nn(1);const d=nn(0),f=Pt(r);if((f||!f&&!o)&&(($n(r)!=="body"||rr(s))&&(l=zr(r)),Pt(r))){const h=wn(r);u=En(r),d.x=h.x+r.clientLeft,d.y=h.y+r.clientTop}return{width:n.width*u.x,height:n.height*u.y,x:n.x*u.x-l.scrollLeft*u.x+d.x,y:n.y*u.y-l.scrollTop*u.y+d.y}}function Gm(e){return Array.from(e.getClientRects())}function jo(e,t){const n=zr(e).scrollLeft;return t?t.left+n:wn(kt(e)).left+n}function Ym(e){const t=kt(e),n=zr(e),r=e.ownerDocument.body,i=vn(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),o=vn(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight);let s=-n.scrollLeft+jo(e);const c=-n.scrollTop;return Rt(r).direction==="rtl"&&(s+=vn(t.clientWidth,r.clientWidth)-i),{width:i,height:o,x:s,y:c}}function Zm(e,t){const n=ct(e),r=kt(e),i=n.visualViewport;let o=r.clientWidth,s=r.clientHeight,c=0,l=0;if(i){o=i.width,s=i.height;const u=vi();(!u||u&&t==="fixed")&&(c=i.offsetLeft,l=i.offsetTop)}return{width:o,height:s,x:c,y:l}}function Qm(e,t){const n=wn(e,!0,t==="fixed"),r=n.top+e.clientTop,i=n.left+e.clientLeft,o=Pt(e)?En(e):nn(1),s=e.clientWidth*o.x,c=e.clientHeight*o.y,l=i*o.x,u=r*o.y;return{width:s,height:c,x:l,y:u}}function ys(e,t,n){let r;if(t==="viewport")r=Zm(e,n);else if(t==="document")r=Ym(kt(e));else if(Tt(t))r=Qm(t,n);else{const i=ic(e);r={...t,x:t.x-i.x,y:t.y-i.y}}return kr(r)}function sc(e,t){const n=rn(e);return n===t||!Tt(n)||jn(n)?!1:Rt(n).position==="fixed"||sc(n,t)}function eh(e,t){const n=t.get(e);if(n)return n;let r=Gn(e,[],!1).filter(c=>Tt(c)&&$n(c)!=="body"),i=null;const o=Rt(e).position==="fixed";let s=o?rn(e):e;for(;Tt(s)&&!jn(s);){const c=Rt(s),l=gi(s);!l&&c.position==="fixed"&&(i=null),(o?!l&&!i:!l&&c.position==="static"&&!!i&&["absolute","fixed"].includes(i.position)||rr(s)&&!l&&sc(e,s))?r=r.filter(d=>d!==s):i=c,s=rn(s)}return t.set(e,r),r}function th(e){let{element:t,boundary:n,rootBoundary:r,strategy:i}=e;const s=[...n==="clippingAncestors"?Jr(t)?[]:eh(t,this._c):[].concat(n),r],c=s[0],l=s.reduce((u,d)=>{const f=ys(t,d,i);return u.top=vn(f.top,u.top),u.right=Rn(f.right,u.right),u.bottom=Rn(f.bottom,u.bottom),u.left=vn(f.left,u.left),u},ys(t,c,i));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}}function nh(e){const{width:t,height:n}=oc(e);return{width:t,height:n}}function rh(e,t,n){const r=Pt(t),i=kt(t),o=n==="fixed",s=wn(e,!0,o,t);let c={scrollLeft:0,scrollTop:0};const l=nn(0);if(r||!r&&!o)if(($n(t)!=="body"||rr(i))&&(c=zr(t)),r){const p=wn(t,!0,o,t);l.x=p.x+t.clientLeft,l.y=p.y+t.clientTop}else i&&(l.x=jo(i));let u=0,d=0;if(i&&!r&&!o){const p=i.getBoundingClientRect();d=p.top+c.scrollTop,u=p.left+c.scrollLeft-jo(i,p)}const f=s.left+c.scrollLeft-l.x-u,h=s.top+c.scrollTop-l.y-d;return{x:f,y:h,width:s.width,height:s.height}}function go(e){return Rt(e).position==="static"}function ws(e,t){if(!Pt(e)||Rt(e).position==="fixed")return null;if(t)return t(e);let n=e.offsetParent;return kt(e)===n&&(n=n.ownerDocument.body),n}function ac(e,t){const n=ct(e);if(Jr(e))return n;if(!Pt(e)){let i=rn(e);for(;i&&!jn(i);){if(Tt(i)&&!go(i))return i;i=rn(i)}return n}let r=ws(e,t);for(;r&&qm(r)&&go(r);)r=ws(r,t);return r&&jn(r)&&go(r)&&!gi(r)?n:r||Wm(e)||n}const oh=async function(e){const t=this.getOffsetParent||ac,n=this.getDimensions,r=await n(e.floating);return{reference:rh(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function ih(e){return Rt(e).direction==="rtl"}const sh={convertOffsetParentRelativeRectToViewportRelativeRect:Xm,getDocumentElement:kt,getClippingRect:th,getOffsetParent:ac,getElementRects:oh,getClientRects:Gm,getDimensions:nh,getScale:En,isElement:Tt,isRTL:ih};function ah(e,t){let n=null,r;const i=kt(e);function o(){var c;clearTimeout(r),(c=n)==null||c.disconnect(),n=null}function s(c,l){c===void 0&&(c=!1),l===void 0&&(l=1),o();const{left:u,top:d,width:f,height:h}=e.getBoundingClientRect();if(c||t(),!f||!h)return;const p=xr(d),m=xr(i.clientWidth-(u+f)),v=xr(i.clientHeight-(d+h)),I=xr(u),w={rootMargin:-p+"px "+-m+"px "+-v+"px "+-I+"px",threshold:vn(0,Rn(1,l))||1};let _=!0;function b(x){const E=x[0].intersectionRatio;if(E!==l){if(!_)return s();E?s(!1,E):r=setTimeout(()=>{s(!1,1e-7)},1e3)}_=!1}try{n=new IntersectionObserver(b,{...w,root:i.ownerDocument})}catch{n=new IntersectionObserver(b,w)}n.observe(e)}return s(!0),o}function ch(e,t,n,r){r===void 0&&(r={});const{ancestorScroll:i=!0,ancestorResize:o=!0,elementResize:s=typeof ResizeObserver=="function",layoutShift:c=typeof IntersectionObserver=="function",animationFrame:l=!1}=r,u=yi(e),d=i||o?[...u?Gn(u):[],...Gn(t)]:[];d.forEach(C=>{i&&C.addEventListener("scroll",n,{passive:!0}),o&&C.addEventListener("resize",n)});const f=u&&c?ah(u,n):null;let h=-1,p=null;s&&(p=new ResizeObserver(C=>{let[w]=C;w&&w.target===u&&p&&(p.unobserve(t),cancelAnimationFrame(h),h=requestAnimationFrame(()=>{var _;(_=p)==null||_.observe(t)})),n()}),u&&!l&&p.observe(u),p.observe(t));let m,v=l?wn(e):null;l&&I();function I(){const C=wn(e);v&&(C.x!==v.x||C.y!==v.y||C.width!==v.width||C.height!==v.height)&&n(),v=C,m=requestAnimationFrame(I)}return n(),()=>{var C;d.forEach(w=>{i&&w.removeEventListener("scroll",n),o&&w.removeEventListener("resize",n)}),f==null||f(),(C=p)==null||C.disconnect(),p=null,l&&cancelAnimationFrame(m)}}const lh=Bm,uh=Um,dh=Vm,ph=Km,Is=(e,t,n)=>{const r=new Map,i={platform:sh,...n},o={...i.platform,_c:r};return $m(e,t,{...i,platform:o})};/*
|
|
43
|
+
*/var as;function Pf(){return as||(as=1,process.env.NODE_ENV!=="production"&&function(){var e=Symbol.for("react.element"),t=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),r=Symbol.for("react.strict_mode"),i=Symbol.for("react.profiler"),o=Symbol.for("react.provider"),s=Symbol.for("react.context"),c=Symbol.for("react.server_context"),l=Symbol.for("react.forward_ref"),u=Symbol.for("react.suspense"),d=Symbol.for("react.suspense_list"),f=Symbol.for("react.memo"),h=Symbol.for("react.lazy"),p=Symbol.for("react.offscreen"),m=!1,y=!1,I=!1,C=!1,w=!1,_;_=Symbol.for("react.module.reference");function b(B){return!!(typeof B=="string"||typeof B=="function"||B===n||B===i||w||B===r||B===u||B===d||C||B===p||m||y||I||typeof B=="object"&&B!==null&&(B.$$typeof===h||B.$$typeof===f||B.$$typeof===o||B.$$typeof===s||B.$$typeof===l||B.$$typeof===_||B.getModuleId!==void 0))}function x(B){if(typeof B=="object"&&B!==null){var Ie=B.$$typeof;switch(Ie){case e:var ke=B.type;switch(ke){case n:case i:case r:case u:case d:return ke;default:var qe=ke&&ke.$$typeof;switch(qe){case c:case s:case l:case h:case f:case o:return qe;default:return Ie}}case t:return Ie}}}var E=s,M=o,O=e,V=l,J=n,X=h,Z=f,te=t,q=i,ae=r,re=u,ee=d,pe=!1,me=!1;function N(B){return pe||(pe=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")),!1}function P(B){return me||(me=!0,console.warn("The ReactIs.isConcurrentMode() alias has been deprecated, and will be removed in React 18+.")),!1}function L(B){return x(B)===s}function k(B){return x(B)===o}function D(B){return typeof B=="object"&&B!==null&&B.$$typeof===e}function A(B){return x(B)===l}function G(B){return x(B)===n}function Y(B){return x(B)===h}function H(B){return x(B)===f}function Q(B){return x(B)===t}function W(B){return x(B)===i}function ce(B){return x(B)===r}function j(B){return x(B)===u}function fe(B){return x(B)===d}we.ContextConsumer=E,we.ContextProvider=M,we.Element=O,we.ForwardRef=V,we.Fragment=J,we.Lazy=X,we.Memo=Z,we.Portal=te,we.Profiler=q,we.StrictMode=ae,we.Suspense=re,we.SuspenseList=ee,we.isAsyncMode=N,we.isConcurrentMode=P,we.isContextConsumer=L,we.isContextProvider=k,we.isElement=D,we.isForwardRef=A,we.isFragment=G,we.isLazy=Y,we.isMemo=H,we.isPortal=Q,we.isProfiler=W,we.isStrictMode=ce,we.isSuspense=j,we.isSuspenseList=fe,we.isValidElementType=b,we.typeOf=x}()),we}process.env.NODE_ENV==="production"?Eo.exports=jf():Eo.exports=Pf();var cs=Eo.exports;const ls=e=>typeof e=="object"&&e!=null&&e.nodeType===1,us=(e,t)=>(!t||e!=="hidden")&&e!=="visible"&&e!=="clip",go=(e,t)=>{if(e.clientHeight<e.scrollHeight||e.clientWidth<e.scrollWidth){const n=getComputedStyle(e,null);return us(n.overflowY,t)||us(n.overflowX,t)||(r=>{const i=(o=>{if(!o.ownerDocument||!o.ownerDocument.defaultView)return null;try{return o.ownerDocument.defaultView.frameElement}catch{return null}})(r);return!!i&&(i.clientHeight<r.scrollHeight||i.clientWidth<r.scrollWidth)})(e)}return!1},Ir=(e,t,n,r,i,o,s,c)=>o<e&&s>t||o>e&&s<t?0:o<=e&&c<=n||s>=t&&c>=n?o-e-r:s>t&&c<n||o<e&&c>n?s-t+i:0,Df=e=>{const t=e.parentElement;return t??(e.getRootNode().host||null)},kf=(e,t)=>{var n,r,i,o;if(typeof document>"u")return[];const{scrollMode:s,block:c,inline:l,boundary:u,skipOverflowHiddenElements:d}=t,f=typeof u=="function"?u:re=>re!==u;if(!ls(e))throw new TypeError("Invalid target");const h=document.scrollingElement||document.documentElement,p=[];let m=e;for(;ls(m)&&f(m);){if(m=Df(m),m===h){p.push(m);break}m!=null&&m===document.body&&go(m)&&!go(document.documentElement)||m!=null&&go(m,d)&&p.push(m)}const y=(r=(n=window.visualViewport)==null?void 0:n.width)!=null?r:innerWidth,I=(o=(i=window.visualViewport)==null?void 0:i.height)!=null?o:innerHeight,{scrollX:C,scrollY:w}=window,{height:_,width:b,top:x,right:E,bottom:M,left:O}=e.getBoundingClientRect(),{top:V,right:J,bottom:X,left:Z}=(re=>{const ee=window.getComputedStyle(re);return{top:parseFloat(ee.scrollMarginTop)||0,right:parseFloat(ee.scrollMarginRight)||0,bottom:parseFloat(ee.scrollMarginBottom)||0,left:parseFloat(ee.scrollMarginLeft)||0}})(e);let te=c==="start"||c==="nearest"?x-V:c==="end"?M+X:x+_/2-V+X,q=l==="center"?O+b/2-Z+J:l==="end"?E+J:O-Z;const ae=[];for(let re=0;re<p.length;re++){const ee=p[re],{height:pe,width:me,top:N,right:P,bottom:L,left:k}=ee.getBoundingClientRect();if(s==="if-needed"&&x>=0&&O>=0&&M<=I&&E<=y&&x>=N&&M<=L&&O>=k&&E<=P)return ae;const D=getComputedStyle(ee),A=parseInt(D.borderLeftWidth,10),G=parseInt(D.borderTopWidth,10),Y=parseInt(D.borderRightWidth,10),H=parseInt(D.borderBottomWidth,10);let Q=0,W=0;const ce="offsetWidth"in ee?ee.offsetWidth-ee.clientWidth-A-Y:0,j="offsetHeight"in ee?ee.offsetHeight-ee.clientHeight-G-H:0,fe="offsetWidth"in ee?ee.offsetWidth===0?0:me/ee.offsetWidth:0,B="offsetHeight"in ee?ee.offsetHeight===0?0:pe/ee.offsetHeight:0;if(h===ee)Q=c==="start"?te:c==="end"?te-I:c==="nearest"?Ir(w,w+I,I,G,H,w+te,w+te+_,_):te-I/2,W=l==="start"?q:l==="center"?q-y/2:l==="end"?q-y:Ir(C,C+y,y,A,Y,C+q,C+q+b,b),Q=Math.max(0,Q+w),W=Math.max(0,W+C);else{Q=c==="start"?te-N-G:c==="end"?te-L+H+j:c==="nearest"?Ir(N,L,pe,G,H+j,te,te+_,_):te-(N+pe/2)+j/2,W=l==="start"?q-k-A:l==="center"?q-(k+me/2)+ce/2:l==="end"?q-P+Y+ce:Ir(k,P,me,A,Y+ce,q,q+b,b);const{scrollLeft:Ie,scrollTop:ke}=ee;Q=B===0?0:Math.max(0,Math.min(ke+Q/B,ee.scrollHeight-pe/B+j)),W=fe===0?0:Math.max(0,Math.min(Ie+W/fe,ee.scrollWidth-me/fe+ce)),te+=ke-Q,q+=Ie-W}ae.push({el:ee,top:Q,left:W})}return ae};var Tn=function(){return Tn=Object.assign||function(t){for(var n,r=1,i=arguments.length;r<i;r++){n=arguments[r];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(t[o]=n[o])}return t},Tn.apply(this,arguments)};var Ff=0;function ds(e){return typeof e=="function"?e:ct}function ct(){}function ya(e,t){if(e){var n=kf(e,{boundary:t,block:"nearest",scrollMode:"if-needed"});n.forEach(function(r){var i=r.el,o=r.top,s=r.left;i.scrollTop=o,i.scrollLeft=s})}}function ps(e,t,n){var r=e===t||t instanceof n.Node&&e.contains&&e.contains(t);return r}function Zo(e,t){var n;function r(){n&&clearTimeout(n)}function i(){for(var o=arguments.length,s=new Array(o),c=0;c<o;c++)s[c]=arguments[c];r(),n=setTimeout(function(){n=null,e.apply(void 0,s)},t)}return i.cancel=r,i}function Ke(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return function(r){for(var i=arguments.length,o=new Array(i>1?i-1:0),s=1;s<i;s++)o[s-1]=arguments[s];return t.some(function(c){return c&&c.apply(void 0,[r].concat(o)),r.preventDownshiftDefault||r.hasOwnProperty("nativeEvent")&&r.nativeEvent.preventDownshiftDefault})}}function En(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return function(r){t.forEach(function(i){typeof i=="function"?i(r):i&&(i.current=r)})}}function va(){return String(Ff++)}function Mf(e){var t=e.isOpen,n=e.resultCount,r=e.previousResultCount;return t?n?n!==r?n+" result"+(n===1?" is":"s are")+" available, use up and down arrow keys to navigate. Press Enter key to select.":"":"No results are available.":""}function fs(e,t){return e=Array.isArray(e)?e[0]:e,!e&&t?t:e}function wa(e){return typeof e.type=="string"}function Ia(e){return e.props}function Lf(e,t){console.error('The property "'+t+'" is required in "'+e+'"')}var $f=["highlightedIndex","inputValue","isOpen","selectedItem","type"];function xr(e){e===void 0&&(e={});var t={};return $f.forEach(function(n){e.hasOwnProperty(n)&&(t[n]=e[n])}),t}function Rr(e,t){return!e||!t?e:Object.keys(e).reduce(function(n,r){return n[r]=Ar(t,r)?t[r]:e[r],n},{})}function Ar(e,t){return e[t]!==void 0}function Oo(e){var t=e.key,n=e.keyCode;return n>=37&&n<=40&&t.indexOf("Arrow")!==0?"Arrow"+t:t}function Kf(e){return Object.prototype.toString.call(e)==="[object Object]"}function yn(e,t,n,r,i){var o=n.length;if(o===0)return-1;var s=o-1;(typeof e!="number"||e<0||e>s)&&(e=t>0?-1:s+1);var c=e+t;c<0?c=s:c>s&&(c=0);var l=Rn(c,t<0,n,r,i);return l===-1?e>=o?-1:e:l}function Rn(e,t,n,r,i){i===void 0&&(i=!1);var o=n.length;if(t){for(var s=e;s>=0;s--)if(!r(n[s],s))return s}else for(var c=e;c<o;c++)if(!r(n[c],c))return c;return i?Rn(t?o-1:0,t,n,r):-1}function jr(e,t,n,r){return r===void 0&&(r=!0),n&&t.some(function(i){return i&&(ps(i,e,n)||r&&ps(i,n.document.activeElement,n))})}var Qo=ct;process.env.NODE_ENV!=="production"&&(Qo=function(t,n,r){var i="This prop should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled Downshift element for the lifetime of the component. More info: https://github.com/downshift-js/downshift#control-props";Object.keys(t).forEach(function(o){n[o]!==void 0&&r[o]===void 0?console.error('downshift: A component has changed the controlled prop "'+o+'" to be uncontrolled. '+i):n[o]===void 0&&r[o]!==void 0&&console.error('downshift: A component has changed the uncontrolled prop "'+o+'" to be controlled. '+i)})});var Vf=Zo(function(e){xa(e).textContent=""},500);function xa(e){var t=e.getElementById("a11y-status-message");return t||(t=e.createElement("div"),t.setAttribute("id","a11y-status-message"),t.setAttribute("role","status"),t.setAttribute("aria-live","polite"),t.setAttribute("aria-relevant","additions text"),Object.assign(t.style,{border:"0",clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:"0",position:"absolute",width:"1px"}),e.body.appendChild(t),t)}function ba(e,t){if(!(!e||!t)){var n=xa(t);n.textContent=e,Vf(t)}}function Hf(e){var t=e==null?void 0:e.getElementById("a11y-status-message");t&&t.remove()}var _a=process.env.NODE_ENV!=="production"?"__autocomplete_unknown__":0,Ca=process.env.NODE_ENV!=="production"?"__autocomplete_mouseup__":1,Sa=process.env.NODE_ENV!=="production"?"__autocomplete_item_mouseenter__":2,Er=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_arrow_up__":3,Or=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_arrow_down__":4,Ea=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_escape__":5,Oa=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_enter__":6,Na=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_home__":7,Ta=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_end__":8,Ra=process.env.NODE_ENV!=="production"?"__autocomplete_click_item__":9,Aa=process.env.NODE_ENV!=="production"?"__autocomplete_blur_input__":10,ja=process.env.NODE_ENV!=="production"?"__autocomplete_change_input__":11,Pa=process.env.NODE_ENV!=="production"?"__autocomplete_keydown_space_button__":12,No=process.env.NODE_ENV!=="production"?"__autocomplete_click_button__":13,Da=process.env.NODE_ENV!=="production"?"__autocomplete_blur_button__":14,ka=process.env.NODE_ENV!=="production"?"__autocomplete_controlled_prop_updated_selected_item__":15,Fa=process.env.NODE_ENV!=="production"?"__autocomplete_touchend__":16,Bf=Object.freeze({__proto__:null,blurButton:Da,blurInput:Aa,changeInput:ja,clickButton:No,clickItem:Ra,controlledPropUpdatedSelectedItem:ka,itemMouseEnter:Sa,keyDownArrowDown:Or,keyDownArrowUp:Er,keyDownEnd:Ta,keyDownEnter:Oa,keyDownEscape:Ea,keyDownHome:Na,keyDownSpaceButton:Pa,mouseUp:Ca,touchEnd:Fa,unknown:_a}),Uf=["refKey","ref"],qf=["onClick","onPress","onKeyDown","onKeyUp","onBlur"],Wf=["onKeyDown","onBlur","onChange","onInput","onChangeText"],Jf=["refKey","ref"],zf=["onMouseMove","onMouseDown","onClick","onPress","index","item"],Xf=function(){var e=function(t){function n(i){var o;o=t.call(this,i)||this,o.id=o.props.id||"downshift-"+va(),o.menuId=o.props.menuId||o.id+"-menu",o.labelId=o.props.labelId||o.id+"-label",o.inputId=o.props.inputId||o.id+"-input",o.getItemId=o.props.getItemId||function(w){return o.id+"-item-"+w},o.items=[],o.itemCount=null,o.previousResultCount=0,o.timeoutIds=[],o.internalSetTimeout=function(w,_){var b=setTimeout(function(){o.timeoutIds=o.timeoutIds.filter(function(x){return x!==b}),w()},_);o.timeoutIds.push(b)},o.setItemCount=function(w){o.itemCount=w},o.unsetItemCount=function(){o.itemCount=null},o.isItemDisabled=function(w,_){var b=o.getItemNodeFromIndex(_);return b&&b.hasAttribute("disabled")},o.setHighlightedIndex=function(w,_){w===void 0&&(w=o.props.defaultHighlightedIndex),_===void 0&&(_={}),_=xr(_),o.internalSetState(ue({highlightedIndex:w},_))},o.clearSelection=function(w){o.internalSetState({selectedItem:null,inputValue:"",highlightedIndex:o.props.defaultHighlightedIndex,isOpen:o.props.defaultIsOpen},w)},o.selectItem=function(w,_,b){_=xr(_),o.internalSetState(ue({isOpen:o.props.defaultIsOpen,highlightedIndex:o.props.defaultHighlightedIndex,selectedItem:w,inputValue:o.props.itemToString(w)},_),b)},o.selectItemAtIndex=function(w,_,b){var x=o.items[w];x!=null&&o.selectItem(x,_,b)},o.selectHighlightedItem=function(w,_){return o.selectItemAtIndex(o.getState().highlightedIndex,w,_)},o.internalSetState=function(w,_){var b,x,E={},M=typeof w=="function";return!M&&w.hasOwnProperty("inputValue")&&o.props.onInputValueChange(w.inputValue,ue({},o.getStateAndHelpers(),w)),o.setState(function(O){var V;O=o.getState(O);var J=M?w(O):w;J=o.props.stateReducer(O,J),b=J.hasOwnProperty("selectedItem");var X={};return b&&J.selectedItem!==O.selectedItem&&(x=J.selectedItem),(V=J).type||(V.type=_a),Object.keys(J).forEach(function(Z){O[Z]!==J[Z]&&(E[Z]=J[Z]),Z!=="type"&&(J[Z],Ar(o.props,Z)||(X[Z]=J[Z]))}),M&&J.hasOwnProperty("inputValue")&&o.props.onInputValueChange(J.inputValue,ue({},o.getStateAndHelpers(),J)),X},function(){ds(_)();var O=Object.keys(E).length>1;O&&o.props.onStateChange(E,o.getStateAndHelpers()),b&&o.props.onSelect(w.selectedItem,o.getStateAndHelpers()),x!==void 0&&o.props.onChange(x,o.getStateAndHelpers()),o.props.onUserAction(E,o.getStateAndHelpers())})},o.rootRef=function(w){return o._rootNode=w},o.getRootProps=function(w,_){var b,x=w===void 0?{}:w,E=x.refKey,M=E===void 0?"ref":E,O=x.ref,V=Bt(x,Uf),J=_===void 0?{}:_,X=J.suppressRefError,Z=X===void 0?!1:X;o.getRootProps.called=!0,o.getRootProps.refKey=M,o.getRootProps.suppressRefError=Z;var te=o.getState(),q=te.isOpen;return ue((b={},b[M]=En(O,o.rootRef),b.role="combobox",b["aria-expanded"]=q,b["aria-haspopup"]="listbox",b["aria-owns"]=q?o.menuId:void 0,b["aria-labelledby"]=o.labelId,b),V)},o.keyDownHandlers={ArrowDown:function(_){var b=this;if(_.preventDefault(),this.getState().isOpen){var x=_.shiftKey?5:1;this.moveHighlightedIndex(x,{type:Or})}else this.internalSetState({isOpen:!0,type:Or},function(){var E=b.getItemCount();if(E>0){var M=b.getState(),O=M.highlightedIndex,V=yn(O,1,{length:E},b.isItemDisabled,!0);b.setHighlightedIndex(V,{type:Or})}})},ArrowUp:function(_){var b=this;if(_.preventDefault(),this.getState().isOpen){var x=_.shiftKey?-5:-1;this.moveHighlightedIndex(x,{type:Er})}else this.internalSetState({isOpen:!0,type:Er},function(){var E=b.getItemCount();if(E>0){var M=b.getState(),O=M.highlightedIndex,V=yn(O,-1,{length:E},b.isItemDisabled,!0);b.setHighlightedIndex(V,{type:Er})}})},Enter:function(_){if(_.which!==229){var b=this.getState(),x=b.isOpen,E=b.highlightedIndex;if(x&&E!=null){_.preventDefault();var M=this.items[E],O=this.getItemNodeFromIndex(E);if(M==null||O&&O.hasAttribute("disabled"))return;this.selectHighlightedItem({type:Oa})}}},Escape:function(_){_.preventDefault(),this.reset(ue({type:Ea},!this.state.isOpen&&{selectedItem:null,inputValue:""}))}},o.buttonKeyDownHandlers=ue({},o.keyDownHandlers,{" ":function(_){_.preventDefault(),this.toggleMenu({type:Pa})}}),o.inputKeyDownHandlers=ue({},o.keyDownHandlers,{Home:function(_){var b=this.getState(),x=b.isOpen;if(x){_.preventDefault();var E=this.getItemCount();if(!(E<=0||!x)){var M=Rn(0,!1,{length:E},this.isItemDisabled);this.setHighlightedIndex(M,{type:Na})}}},End:function(_){var b=this.getState(),x=b.isOpen;if(x){_.preventDefault();var E=this.getItemCount();if(!(E<=0||!x)){var M=Rn(E-1,!0,{length:E},this.isItemDisabled);this.setHighlightedIndex(M,{type:Ta})}}}}),o.getToggleButtonProps=function(w){var _=w===void 0?{}:w,b=_.onClick;_.onPress;var x=_.onKeyDown,E=_.onKeyUp,M=_.onBlur,O=Bt(_,qf),V=o.getState(),J=V.isOpen,X={onClick:Ke(b,o.buttonHandleClick),onKeyDown:Ke(x,o.buttonHandleKeyDown),onKeyUp:Ke(E,o.buttonHandleKeyUp),onBlur:Ke(M,o.buttonHandleBlur)},Z=O.disabled?{}:X;return ue({type:"button",role:"button","aria-label":J?"close menu":"open menu","aria-haspopup":!0,"data-toggle":!0},Z,O)},o.buttonHandleKeyUp=function(w){w.preventDefault()},o.buttonHandleKeyDown=function(w){var _=Oo(w);o.buttonKeyDownHandlers[_]&&o.buttonKeyDownHandlers[_].call(o,w)},o.buttonHandleClick=function(w){if(w.preventDefault(),o.props.environment){var _=o.props.environment.document,b=_.body,x=_.activeElement;b&&b===x&&w.target.focus()}process.env.NODE_ENV==="test"?o.toggleMenu({type:No}):o.internalSetTimeout(function(){return o.toggleMenu({type:No})})},o.buttonHandleBlur=function(w){var _=w.target;o.internalSetTimeout(function(){if(!(o.isMouseDown||!o.props.environment)){var b=o.props.environment.document.activeElement;(b==null||b.id!==o.inputId)&&b!==_&&o.reset({type:Da})}})},o.getLabelProps=function(w){return ue({htmlFor:o.inputId,id:o.labelId},w)},o.getInputProps=function(w){var _=w===void 0?{}:w,b=_.onKeyDown,x=_.onBlur,E=_.onChange,M=_.onInput;_.onChangeText;var O=Bt(_,Wf),V,J={};V="onChange";var X=o.getState(),Z=X.inputValue,te=X.isOpen,q=X.highlightedIndex;if(!O.disabled){var ae;J=(ae={},ae[V]=Ke(E,M,o.inputHandleChange),ae.onKeyDown=Ke(b,o.inputHandleKeyDown),ae.onBlur=Ke(x,o.inputHandleBlur),ae)}return ue({"aria-autocomplete":"list","aria-activedescendant":te&&typeof q=="number"&&q>=0?o.getItemId(q):void 0,"aria-controls":te?o.menuId:void 0,"aria-labelledby":O&&O["aria-label"]?void 0:o.labelId,autoComplete:"off",value:Z,id:o.inputId},J,O)},o.inputHandleKeyDown=function(w){var _=Oo(w);_&&o.inputKeyDownHandlers[_]&&o.inputKeyDownHandlers[_].call(o,w)},o.inputHandleChange=function(w){o.internalSetState({type:ja,isOpen:!0,inputValue:w.target.value,highlightedIndex:o.props.defaultHighlightedIndex})},o.inputHandleBlur=function(){o.internalSetTimeout(function(){var w;if(!(o.isMouseDown||!o.props.environment)){var _=o.props.environment.document.activeElement,b=(_==null||(w=_.dataset)==null?void 0:w.toggle)&&o._rootNode&&o._rootNode.contains(_);b||o.reset({type:Aa})}})},o.menuRef=function(w){o._menuNode=w},o.getMenuProps=function(w,_){var b,x=w===void 0?{}:w,E=x.refKey,M=E===void 0?"ref":E,O=x.ref,V=Bt(x,Jf),J=_===void 0?{}:_,X=J.suppressRefError,Z=X===void 0?!1:X;return o.getMenuProps.called=!0,o.getMenuProps.refKey=M,o.getMenuProps.suppressRefError=Z,ue((b={},b[M]=En(O,o.menuRef),b.role="listbox",b["aria-labelledby"]=V&&V["aria-label"]?void 0:o.labelId,b.id=o.menuId,b),V)},o.getItemProps=function(w){var _,b=w===void 0?{}:w,x=b.onMouseMove,E=b.onMouseDown,M=b.onClick;b.onPress;var O=b.index,V=b.item,J=V===void 0?process.env.NODE_ENV==="production"?void 0:Lf("getItemProps","item"):V,X=Bt(b,zf);O===void 0?(o.items.push(J),O=o.items.indexOf(J)):o.items[O]=J;var Z="onClick",te=M,q=(_={onMouseMove:Ke(x,function(){O!==o.getState().highlightedIndex&&(o.setHighlightedIndex(O,{type:Sa}),o.avoidScrolling=!0,o.internalSetTimeout(function(){return o.avoidScrolling=!1},250))}),onMouseDown:Ke(E,function(re){re.preventDefault()})},_[Z]=Ke(te,function(){o.selectItemAtIndex(O,{type:Ra})}),_),ae=X.disabled?{onMouseDown:q.onMouseDown}:q;return ue({id:o.getItemId(O),role:"option","aria-selected":o.getState().highlightedIndex===O},ae,X)},o.clearItems=function(){o.items=[]},o.reset=function(w,_){w===void 0&&(w={}),w=xr(w),o.internalSetState(function(b){var x=b.selectedItem;return ue({isOpen:o.props.defaultIsOpen,highlightedIndex:o.props.defaultHighlightedIndex,inputValue:o.props.itemToString(x)},w)},_)},o.toggleMenu=function(w,_){w===void 0&&(w={}),w=xr(w),o.internalSetState(function(b){var x=b.isOpen;return ue({isOpen:!x},x&&{highlightedIndex:o.props.defaultHighlightedIndex},w)},function(){var b=o.getState(),x=b.isOpen,E=b.highlightedIndex;x&&o.getItemCount()>0&&typeof E=="number"&&o.setHighlightedIndex(E,w),ds(_)()})},o.openMenu=function(w){o.internalSetState({isOpen:!0},w)},o.closeMenu=function(w){o.internalSetState({isOpen:!1},w)},o.updateStatus=Zo(function(){var w;if((w=o.props)!=null&&(w=w.environment)!=null&&w.document){var _=o.getState(),b=o.items[_.highlightedIndex],x=o.getItemCount(),E=o.props.getA11yStatusMessage(ue({itemToString:o.props.itemToString,previousResultCount:o.previousResultCount,resultCount:x,highlightedItem:b},_));o.previousResultCount=x,ba(E,o.props.environment.document)}},200);var s=o.props,c=s.defaultHighlightedIndex,l=s.initialHighlightedIndex,u=l===void 0?c:l,d=s.defaultIsOpen,f=s.initialIsOpen,h=f===void 0?d:f,p=s.initialInputValue,m=p===void 0?"":p,y=s.initialSelectedItem,I=y===void 0?null:y,C=o.getState({highlightedIndex:u,isOpen:h,inputValue:m,selectedItem:I});return C.selectedItem!=null&&o.props.initialInputValue===void 0&&(C.inputValue=o.props.itemToString(C.selectedItem)),o.state=C,o}bf(n,t);var r=n.prototype;return r.internalClearTimeouts=function(){this.timeoutIds.forEach(function(o){clearTimeout(o)}),this.timeoutIds=[]},r.getState=function(o){return o===void 0&&(o=this.state),Rr(o,this.props)},r.getItemCount=function(){var o=this.items.length;return this.itemCount!=null?o=this.itemCount:this.props.itemCount!==void 0&&(o=this.props.itemCount),o},r.getItemNodeFromIndex=function(o){return this.props.environment?this.props.environment.document.getElementById(this.getItemId(o)):null},r.scrollHighlightedItemIntoView=function(){{var o=this.getItemNodeFromIndex(this.getState().highlightedIndex);this.props.scrollIntoView(o,this._menuNode)}},r.moveHighlightedIndex=function(o,s){var c=this.getItemCount(),l=this.getState(),u=l.highlightedIndex;if(c>0){var d=yn(u,o,{length:c},this.isItemDisabled,!0);this.setHighlightedIndex(d,s)}},r.getStateAndHelpers=function(){var o=this.getState(),s=o.highlightedIndex,c=o.inputValue,l=o.selectedItem,u=o.isOpen,d=this.props.itemToString,f=this.id,h=this.getRootProps,p=this.getToggleButtonProps,m=this.getLabelProps,y=this.getMenuProps,I=this.getInputProps,C=this.getItemProps,w=this.openMenu,_=this.closeMenu,b=this.toggleMenu,x=this.selectItem,E=this.selectItemAtIndex,M=this.selectHighlightedItem,O=this.setHighlightedIndex,V=this.clearSelection,J=this.clearItems,X=this.reset,Z=this.setItemCount,te=this.unsetItemCount,q=this.internalSetState;return{getRootProps:h,getToggleButtonProps:p,getLabelProps:m,getMenuProps:y,getInputProps:I,getItemProps:C,reset:X,openMenu:w,closeMenu:_,toggleMenu:b,selectItem:x,selectItemAtIndex:E,selectHighlightedItem:M,setHighlightedIndex:O,clearSelection:V,clearItems:J,setItemCount:Z,unsetItemCount:te,setState:q,itemToString:d,id:f,highlightedIndex:s,inputValue:c,isOpen:u,selectedItem:l}},r.componentDidMount=function(){var o=this;if(process.env.NODE_ENV!=="production"&&this.getMenuProps.called&&!this.getMenuProps.suppressRefError&&ms(this._menuNode,this.getMenuProps),!this.props.environment)this.cleanup=function(){o.internalClearTimeouts()};else{var s=function(){o.isMouseDown=!0},c=function(p){o.isMouseDown=!1;var m=jr(p.target,[o._rootNode,o._menuNode],o.props.environment);!m&&o.getState().isOpen&&o.reset({type:Ca},function(){return o.props.onOuterClick(o.getStateAndHelpers())})},l=function(){o.isTouchMove=!1},u=function(){o.isTouchMove=!0},d=function(p){var m=jr(p.target,[o._rootNode,o._menuNode],o.props.environment,!1);!o.isTouchMove&&!m&&o.getState().isOpen&&o.reset({type:Fa},function(){return o.props.onOuterClick(o.getStateAndHelpers())})},f=this.props.environment;f.addEventListener("mousedown",s),f.addEventListener("mouseup",c),f.addEventListener("touchstart",l),f.addEventListener("touchmove",u),f.addEventListener("touchend",d),this.cleanup=function(){o.internalClearTimeouts(),o.updateStatus.cancel(),f.removeEventListener("mousedown",s),f.removeEventListener("mouseup",c),f.removeEventListener("touchstart",l),f.removeEventListener("touchmove",u),f.removeEventListener("touchend",d)}}},r.shouldScroll=function(o,s){var c=this.props.highlightedIndex===void 0?this.getState():this.props,l=c.highlightedIndex,u=s.highlightedIndex===void 0?o:s,d=u.highlightedIndex,f=l&&this.getState().isOpen&&!o.isOpen,h=l!==d;return f||h},r.componentDidUpdate=function(o,s){process.env.NODE_ENV!=="production"&&(Qo(this.state,o,this.props),this.getMenuProps.called&&!this.getMenuProps.suppressRefError&&ms(this._menuNode,this.getMenuProps)),Ar(this.props,"selectedItem")&&this.props.selectedItemChanged(o.selectedItem,this.props.selectedItem)&&this.internalSetState({type:ka,inputValue:this.props.itemToString(this.props.selectedItem)}),!this.avoidScrolling&&this.shouldScroll(s,o)&&this.scrollHighlightedItemIntoView(),this.updateStatus()},r.componentWillUnmount=function(){this.cleanup()},r.render=function(){var o=fs(this.props.children,ct);this.clearItems(),this.getRootProps.called=!1,this.getRootProps.refKey=void 0,this.getRootProps.suppressRefError=void 0,this.getMenuProps.called=!1,this.getMenuProps.refKey=void 0,this.getMenuProps.suppressRefError=void 0,this.getLabelProps.called=!1,this.getInputProps.called=!1;var s=fs(o(this.getStateAndHelpers()));if(!s)return null;if(this.getRootProps.called||this.props.suppressRefError)return process.env.NODE_ENV!=="production"&&!this.getRootProps.suppressRefError&&!this.props.suppressRefError&&Gf(s,this.getRootProps),s;if(wa(s))return g.cloneElement(s,this.getRootProps(Ia(s)));if(process.env.NODE_ENV!=="production")throw new Error("downshift: If you return a non-DOM element, you must apply the getRootProps function")},n}(g.Component);return e.defaultProps={defaultHighlightedIndex:null,defaultIsOpen:!1,getA11yStatusMessage:Mf,itemToString:function(n){return n==null?"":(process.env.NODE_ENV!=="production"&&Kf(n)&&!n.hasOwnProperty("toString")&&console.warn("downshift: An object was passed to the default implementation of `itemToString`. You should probably provide your own `itemToString` implementation. Please refer to the `itemToString` API documentation.","The object that was passed:",n),String(n))},onStateChange:ct,onInputValueChange:ct,onUserAction:ct,onChange:ct,onSelect:ct,onOuterClick:ct,selectedItemChanged:function(n,r){return n!==r},environment:typeof window>"u"?void 0:window,stateReducer:function(n,r){return r},suppressRefError:!1,scrollIntoView:ya},e.stateChangeTypes=Bf,e}();process.env.NODE_ENV!=="production"&&(Xf.propTypes={children:F.func,defaultHighlightedIndex:F.number,defaultIsOpen:F.bool,initialHighlightedIndex:F.number,initialSelectedItem:F.any,initialInputValue:F.string,initialIsOpen:F.bool,getA11yStatusMessage:F.func,itemToString:F.func,onChange:F.func,onSelect:F.func,onStateChange:F.func,onInputValueChange:F.func,onUserAction:F.func,onOuterClick:F.func,selectedItemChanged:F.func,stateReducer:F.func,itemCount:F.number,id:F.string,environment:F.shape({addEventListener:F.func.isRequired,removeEventListener:F.func.isRequired,document:F.shape({createElement:F.func.isRequired,getElementById:F.func.isRequired,activeElement:F.any.isRequired,body:F.any.isRequired}).isRequired,Node:F.func.isRequired}),suppressRefError:F.bool,scrollIntoView:F.func,selectedItem:F.any,isOpen:F.bool,inputValue:F.string,highlightedIndex:F.number,labelId:F.string,inputId:F.string,menuId:F.string,getItemId:F.func});function ms(e,t){var n=t.refKey;e||console.error('downshift: The ref prop "'+n+'" from getMenuProps was not applied correctly on your menu element.')}function Gf(e,t){var n=t.refKey,r=n!=="ref",i=!wa(e);i&&!r&&!cs.isForwardRef(e)?console.error("downshift: You returned a non-DOM element. You must specify a refKey in getRootProps"):!i&&r&&console.error('downshift: You returned a DOM element. You should not specify a refKey in getRootProps. You specified "'+n+'"'),!cs.isForwardRef(e)&&!Ia(e)[n]&&console.error('downshift: You must apply the ref prop "'+n+'" from getRootProps onto your root element.')}var Ma={highlightedIndex:-1,isOpen:!1,selectedItem:null,inputValue:""};function Yf(e,t,n){var r=e.props,i=e.type,o={};Object.keys(t).forEach(function(s){Zf(s,e,t,n),n[s]!==t[s]&&(o[s]=n[s])}),r.onStateChange&&Object.keys(o).length&&r.onStateChange(ue({type:i},o))}function Zf(e,t,n,r){var i=t.props,o=t.type,s="on"+ei(e)+"Change";i[s]&&r[e]!==void 0&&r[e]!==n[e]&&i[s](ue({type:o},r))}function Qf(e,t){return t.changes}var hs=Zo(function(e,t){ba(e,t)},200),em=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u"?g.useLayoutEffect:g.useEffect,tm="useId"in g?function(t){var n=t.id,r=t.labelId,i=t.menuId,o=t.getItemId,s=t.toggleButtonId,c=t.inputId,l="downshift-"+g.useId();n||(n=l);var u=g.useRef({labelId:r||n+"-label",menuId:i||n+"-menu",getItemId:o||function(d){return n+"-item-"+d},toggleButtonId:s||n+"-toggle-button",inputId:c||n+"-input"});return u.current}:function(t){var n=t.id,r=n===void 0?"downshift-"+va():n,i=t.labelId,o=t.menuId,s=t.getItemId,c=t.toggleButtonId,l=t.inputId,u=g.useRef({labelId:i||r+"-label",menuId:o||r+"-menu",getItemId:s||function(d){return r+"-item-"+d},toggleButtonId:c||r+"-toggle-button",inputId:l||r+"-input"});return u.current};function nm(e,t,n,r){var i,o;if(e===void 0){if(t===void 0)throw new Error(r);i=n[t],o=t}else o=t===void 0?n.indexOf(e):t,i=e;return[i,o]}function ei(e){return""+e.slice(0,1).toUpperCase()+e.slice(1)}function La(e){var t=g.useRef(e);return t.current=e,t}function rm(e,t,n,r){var i=g.useRef(),o=g.useRef(),s=g.useCallback(function(p,m){o.current=m,p=Rr(p,m.props);var y=e(p,m),I=m.props.stateReducer(p,ue({},m,{changes:y}));return I},[e]),c=g.useReducer(s,t,n),l=c[0],u=c[1],d=La(t),f=g.useCallback(function(p){return u(ue({props:d.current},p))},[d]),h=o.current;return g.useEffect(function(){var p=Rr(i.current,h==null?void 0:h.props),m=h&&i.current&&!r(p,l);m&&Yf(h,p,l),i.current=l},[l,h,r]),[l,f]}var Wn={itemToString:function(t){return t?String(t):""},itemToKey:function(t){return t},stateReducer:Qf,scrollIntoView:ya,environment:typeof window>"u"?void 0:window};function en(e,t,n){n===void 0&&(n=Ma);var r=e["default"+ei(t)];return r!==void 0?r:n[t]}function Jn(e,t,n){n===void 0&&(n=Ma);var r=e[t];if(r!==void 0)return r;var i=e["initial"+ei(t)];return i!==void 0?i:en(e,t,n)}function om(e){var t=Jn(e,"selectedItem"),n=Jn(e,"isOpen"),r=lm(e),i=Jn(e,"inputValue");return{highlightedIndex:r<0&&t&&n?e.items.findIndex(function(o){return e.itemToKey(o)===e.itemToKey(t)}):r,isOpen:n,selectedItem:t,inputValue:i}}function zn(e,t,n){var r=e.items,i=e.initialHighlightedIndex,o=e.defaultHighlightedIndex,s=e.isItemDisabled,c=e.itemToKey,l=t.selectedItem,u=t.highlightedIndex;return r.length===0?-1:i!==void 0&&u===i&&!s(r[i],i)?i:o!==void 0&&!s(r[o],o)?o:l?r.findIndex(function(d){return c(l)===c(d)}):n<0&&!s(r[r.length-1],r.length-1)?r.length-1:n>0&&!s(r[0],0)?0:-1}function im(e,t,n){var r=g.useRef({isMouseDown:!1,isTouchMove:!1,isTouchEnd:!1});return g.useEffect(function(){if(!e)return ct;var i=n.map(function(d){return d.current});function o(){r.current.isTouchEnd=!1,r.current.isMouseDown=!0}function s(d){r.current.isMouseDown=!1,jr(d.target,i,e)||t()}function c(){r.current.isTouchEnd=!1,r.current.isTouchMove=!1}function l(){r.current.isTouchMove=!0}function u(d){r.current.isTouchEnd=!0,!r.current.isTouchMove&&!jr(d.target,i,e,!1)&&t()}return e.addEventListener("mousedown",o),e.addEventListener("mouseup",s),e.addEventListener("touchstart",c),e.addEventListener("touchmove",l),e.addEventListener("touchend",u),function(){e.removeEventListener("mousedown",o),e.removeEventListener("mouseup",s),e.removeEventListener("touchstart",c),e.removeEventListener("touchmove",l),e.removeEventListener("touchend",u)}},[n,e,t]),r.current}var $a=function(){return ct};process.env.NODE_ENV!=="production"&&($a=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];var i=g.useRef(n.reduce(function(s,c){return s[c]={},s},{}));g.useEffect(function(){Object.keys(i.current).forEach(function(s){var c=i.current[s];if(!Object.keys(c).length){console.error("downshift: You forgot to call the "+s+" getter function on your component / element.");return}var l=c.suppressRefError,u=c.refKey,d=c.elementRef;l||d!=null&&d.current||console.error('downshift: The ref prop "'+u+'" from '+s+" was not applied correctly on your element.")})},[]);var o=g.useCallback(function(s,c,l,u){i.current[s]={suppressRefError:c,refKey:l,elementRef:u}},[]);return o});function sm(e,t,n,r){r===void 0&&(r={});var i=r.document,o=Wr();g.useEffect(function(){if(!(!e||o||!i)){var s=e(t);hs(s,i)}},n),g.useEffect(function(){return function(){hs.cancel(),Hf(i)}},[i])}function am(e){var t=e.highlightedIndex,n=e.isOpen,r=e.itemRefs,i=e.getItemNodeFromIndex,o=e.menuElement,s=e.scrollIntoView,c=g.useRef(!0);return em(function(){t<0||!n||!Object.keys(r.current).length||(c.current===!1?c.current=!0:s(i(t),o))},[t]),c}var Ka=ct;process.env.NODE_ENV!=="production"&&(Ka=function(t){var n=t.props,r=t.state,i=g.useRef(n),o=Wr();g.useEffect(function(){o||(Qo(r,i.current,n),i.current=n)},[r,n,o])});function gs(e,t,n){var r;n===void 0&&(n=!0);var i=((r=e.items)==null?void 0:r.length)&&t>=0;return ue({isOpen:!1,highlightedIndex:-1},i&&ue({selectedItem:e.items[t],isOpen:en(e,"isOpen"),highlightedIndex:en(e,"highlightedIndex")},n&&{inputValue:e.itemToString(e.items[t])}))}function cm(e,t){return e.isOpen===t.isOpen&&e.inputValue===t.inputValue&&e.highlightedIndex===t.highlightedIndex&&e.selectedItem===t.selectedItem}function Wr(){var e=g.useRef(!0);return g.useEffect(function(){return e.current=!1,function(){e.current=!0}},[]),e.current}function To(e){var t=en(e,"highlightedIndex");return t>-1&&e.isItemDisabled(e.items[t],t)?-1:t}function lm(e){var t=Jn(e,"highlightedIndex");return t>-1&&e.isItemDisabled(e.items[t],t)?-1:t}var Nr={environment:F.shape({addEventListener:F.func.isRequired,removeEventListener:F.func.isRequired,document:F.shape({createElement:F.func.isRequired,getElementById:F.func.isRequired,activeElement:F.any.isRequired,body:F.any.isRequired}).isRequired,Node:F.func.isRequired}),itemToString:F.func,itemToKey:F.func,stateReducer:F.func},Va=ue({},Nr,{getA11yStatusMessage:F.func,highlightedIndex:F.number,defaultHighlightedIndex:F.number,initialHighlightedIndex:F.number,isOpen:F.bool,defaultIsOpen:F.bool,initialIsOpen:F.bool,selectedItem:F.any,initialSelectedItem:F.any,defaultSelectedItem:F.any,id:F.string,labelId:F.string,menuId:F.string,getItemId:F.func,toggleButtonId:F.string,onSelectedItemChange:F.func,onHighlightedIndexChange:F.func,onStateChange:F.func,onIsOpenChange:F.func,scrollIntoView:F.func});function um(e,t,n){var r=t.type,i=t.props,o;switch(r){case n.ItemMouseMove:o={highlightedIndex:t.disabled?-1:t.index};break;case n.MenuMouseLeave:o={highlightedIndex:-1};break;case n.ToggleButtonClick:case n.FunctionToggleMenu:o={isOpen:!e.isOpen,highlightedIndex:e.isOpen?-1:zn(i,e,0)};break;case n.FunctionOpenMenu:o={isOpen:!0,highlightedIndex:zn(i,e,0)};break;case n.FunctionCloseMenu:o={isOpen:!1};break;case n.FunctionSetHighlightedIndex:o={highlightedIndex:i.isItemDisabled(i.items[t.highlightedIndex],t.highlightedIndex)?-1:t.highlightedIndex};break;case n.FunctionSetInputValue:o={inputValue:t.inputValue};break;case n.FunctionReset:o={highlightedIndex:To(i),isOpen:en(i,"isOpen"),selectedItem:en(i,"selectedItem"),inputValue:en(i,"inputValue")};break;default:throw new Error("Reducer called without proper action type.")}return ue({},e,o)}Tn(Tn({},Va),{items:F.array.isRequired,isItemDisabled:F.func});Tn(Tn({},Wn),{isItemDisabled:function(){return!1}});process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;var ti=process.env.NODE_ENV!=="production"?"__input_keydown_arrow_down__":0,ni=process.env.NODE_ENV!=="production"?"__input_keydown_arrow_up__":1,ri=process.env.NODE_ENV!=="production"?"__input_keydown_escape__":2,oi=process.env.NODE_ENV!=="production"?"__input_keydown_home__":3,ii=process.env.NODE_ENV!=="production"?"__input_keydown_end__":4,si=process.env.NODE_ENV!=="production"?"__input_keydown_page_up__":5,ai=process.env.NODE_ENV!=="production"?"__input_keydown_page_down__":6,ci=process.env.NODE_ENV!=="production"?"__input_keydown_enter__":7,li=process.env.NODE_ENV!=="production"?"__input_change__":8,Pr=process.env.NODE_ENV!=="production"?"__input_blur__":9,ui=process.env.NODE_ENV!=="production"?"__input_click__":10,Ha=process.env.NODE_ENV!=="production"?"__menu_mouse_leave__":11,Ba=process.env.NODE_ENV!=="production"?"__item_mouse_move__":12,di=process.env.NODE_ENV!=="production"?"__item_click__":13,Ua=process.env.NODE_ENV!=="production"?"__togglebutton_click__":14,qa=process.env.NODE_ENV!=="production"?"__function_toggle_menu__":15,Wa=process.env.NODE_ENV!=="production"?"__function_open_menu__":16,Ja=process.env.NODE_ENV!=="production"?"__function_close_menu__":17,za=process.env.NODE_ENV!=="production"?"__function_set_highlighted_index__":18,pi=process.env.NODE_ENV!=="production"?"__function_select_item__":19,Xa=process.env.NODE_ENV!=="production"?"__function_set_input_value__":20,Ga=process.env.NODE_ENV!=="production"?"__function_reset__":21,fi=process.env.NODE_ENV!=="production"?"__controlled_prop_updated_selected_item__":22,Ya=Object.freeze({__proto__:null,ControlledPropUpdatedSelectedItem:fi,FunctionCloseMenu:Ja,FunctionOpenMenu:Wa,FunctionReset:Ga,FunctionSelectItem:pi,FunctionSetHighlightedIndex:za,FunctionSetInputValue:Xa,FunctionToggleMenu:qa,InputBlur:Pr,InputChange:li,InputClick:ui,InputKeyDownArrowDown:ti,InputKeyDownArrowUp:ni,InputKeyDownEnd:ii,InputKeyDownEnter:ci,InputKeyDownEscape:ri,InputKeyDownHome:oi,InputKeyDownPageDown:ai,InputKeyDownPageUp:si,ItemClick:di,ItemMouseMove:Ba,MenuMouseLeave:Ha,ToggleButtonClick:Ua});function dm(e){var t=om(e),n=t.selectedItem,r=t.inputValue;return r===""&&n&&e.defaultInputValue===void 0&&e.initialInputValue===void 0&&e.inputValue===void 0&&(r=e.itemToString(n)),ue({},t,{inputValue:r})}var pm=ue({},Va,{items:F.array.isRequired,isItemDisabled:F.func,inputValue:F.string,defaultInputValue:F.string,initialInputValue:F.string,inputId:F.string,onInputValueChange:F.func});function fm(e,t,n,r){var i=g.useRef(),o=rm(e,t,n,r),s=o[0],c=o[1],l=Wr();return g.useEffect(function(){if(Ar(t,"selectedItem")){if(!l){var u=t.itemToKey(t.selectedItem)!==t.itemToKey(i.current);u&&c({type:fi,inputValue:t.itemToString(t.selectedItem)})}i.current=s.selectedItem===i.current?t.selectedItem:s.selectedItem}},[s.selectedItem,t.selectedItem]),[Rr(s,t),c]}var Za=ct;process.env.NODE_ENV!=="production"&&(Za=function(t,n){F.checkPropTypes(pm,t,"prop",n.name)});var mm=ue({},Wn,{isItemDisabled:function(){return!1}});function hm(e,t){var n,r=t.type,i=t.props,o=t.altKey,s;switch(r){case di:s={isOpen:en(i,"isOpen"),highlightedIndex:To(i),selectedItem:i.items[t.index],inputValue:i.itemToString(i.items[t.index])};break;case ti:e.isOpen?s={highlightedIndex:yn(e.highlightedIndex,1,i.items,i.isItemDisabled,!0)}:s={highlightedIndex:o&&e.selectedItem==null?-1:zn(i,e,1),isOpen:i.items.length>=0};break;case ni:e.isOpen?o?s=gs(i,e.highlightedIndex):s={highlightedIndex:yn(e.highlightedIndex,-1,i.items,i.isItemDisabled,!0)}:s={highlightedIndex:zn(i,e,-1),isOpen:i.items.length>=0};break;case ci:s=gs(i,e.highlightedIndex);break;case ri:s=ue({isOpen:!1,highlightedIndex:-1},!e.isOpen&&{selectedItem:null,inputValue:""});break;case si:s={highlightedIndex:yn(e.highlightedIndex,-10,i.items,i.isItemDisabled,!0)};break;case ai:s={highlightedIndex:yn(e.highlightedIndex,10,i.items,i.isItemDisabled,!0)};break;case oi:s={highlightedIndex:Rn(0,!1,i.items,i.isItemDisabled)};break;case ii:s={highlightedIndex:Rn(i.items.length-1,!0,i.items,i.isItemDisabled)};break;case Pr:s=ue({isOpen:!1,highlightedIndex:-1},e.highlightedIndex>=0&&((n=i.items)==null?void 0:n.length)&&t.selectItem&&{selectedItem:i.items[e.highlightedIndex],inputValue:i.itemToString(i.items[e.highlightedIndex])});break;case li:s={isOpen:!0,highlightedIndex:To(i),inputValue:t.inputValue};break;case ui:s={isOpen:!e.isOpen,highlightedIndex:e.isOpen?-1:zn(i,e,0)};break;case pi:s={selectedItem:t.selectedItem,inputValue:i.itemToString(t.selectedItem)};break;case fi:s={inputValue:t.inputValue};break;default:return um(e,t,Ya)}return ue({},e,s)}var gm=["onMouseLeave","refKey","ref"],ym=["item","index","refKey","ref","onMouseMove","onMouseDown","onClick","onPress","disabled"],vm=["onClick","onPress","refKey","ref"],wm=["onKeyDown","onChange","onInput","onBlur","onChangeText","onClick","refKey","ref"];mi.stateChangeTypes=Ya;function mi(e){e===void 0&&(e={}),Za(e,mi);var t=ue({},mm,e),n=t.items,r=t.scrollIntoView,i=t.environment,o=t.getA11yStatusMessage,s=fm(hm,t,dm,cm),c=s[0],l=s[1],u=c.isOpen,d=c.highlightedIndex,f=c.selectedItem,h=c.inputValue,p=g.useRef(null),m=g.useRef({}),y=g.useRef(null),I=g.useRef(null),C=Wr(),w=tm(t),_=g.useRef(),b=La({state:c,props:t}),x=g.useCallback(function(L){return m.current[w.getItemId(L)]},[w]);sm(o,c,[u,d,f,h],i);var E=am({menuElement:p.current,highlightedIndex:d,isOpen:u,itemRefs:m,scrollIntoView:r,getItemNodeFromIndex:x});Ka({props:t,state:c}),g.useEffect(function(){var L=Jn(t,"isOpen");L&&y.current&&y.current.focus()},[]),g.useEffect(function(){C||(_.current=n.length)});var M=im(i,g.useCallback(function(){b.current.state.isOpen&&l({type:Pr,selectItem:!1})},[l,b]),g.useMemo(function(){return[p,I,y]},[p.current,I.current,y.current])),O=$a("getInputProps","getMenuProps");g.useEffect(function(){u||(m.current={})},[u]),g.useEffect(function(){var L;!u||!(i!=null&&i.document)||!(y!=null&&(L=y.current)!=null&&L.focus)||i.document.activeElement!==y.current&&y.current.focus()},[u,i]);var V=g.useMemo(function(){return{ArrowDown:function(k){k.preventDefault(),l({type:ti,altKey:k.altKey})},ArrowUp:function(k){k.preventDefault(),l({type:ni,altKey:k.altKey})},Home:function(k){b.current.state.isOpen&&(k.preventDefault(),l({type:oi}))},End:function(k){b.current.state.isOpen&&(k.preventDefault(),l({type:ii}))},Escape:function(k){var D=b.current.state;(D.isOpen||D.inputValue||D.selectedItem||D.highlightedIndex>-1)&&(k.preventDefault(),l({type:ri}))},Enter:function(k){var D=b.current.state;!D.isOpen||k.which===229||(k.preventDefault(),l({type:ci}))},PageUp:function(k){b.current.state.isOpen&&(k.preventDefault(),l({type:si}))},PageDown:function(k){b.current.state.isOpen&&(k.preventDefault(),l({type:ai}))}}},[l,b]),J=g.useCallback(function(L){return ue({id:w.labelId,htmlFor:w.inputId},L)},[w]),X=g.useCallback(function(L,k){var D,A=L===void 0?{}:L,G=A.onMouseLeave,Y=A.refKey,H=Y===void 0?"ref":Y,Q=A.ref,W=Bt(A,gm),ce=k===void 0?{}:k,j=ce.suppressRefError,fe=j===void 0?!1:j;return O("getMenuProps",fe,H,p),ue((D={},D[H]=En(Q,function(B){p.current=B}),D.id=w.menuId,D.role="listbox",D["aria-labelledby"]=W&&W["aria-label"]?void 0:""+w.labelId,D.onMouseLeave=Ke(G,function(){l({type:Ha})}),D),W)},[l,O,w]),Z=g.useCallback(function(L){var k,D,A=L===void 0?{}:L,G=A.item,Y=A.index,H=A.refKey,Q=H===void 0?"ref":H,W=A.ref,ce=A.onMouseMove,j=A.onMouseDown,fe=A.onClick;A.onPress;var B=A.disabled,Ie=Bt(A,ym);B!==void 0&&console.warn('Passing "disabled" as an argument to getItemProps is not supported anymore. Please use the isItemDisabled prop from useCombobox.');var ke=b.current,qe=ke.props,Fe=ke.state,he=nm(G,Y,qe.items,"Pass either item or index to getItemProps!"),It=he[0],We=he[1],it=qe.isItemDisabled(It,We),xt="onClick",bt=fe,Je=function(){M.isTouchEnd||We===Fe.highlightedIndex||(E.current=!1,l({type:Ba,index:We,disabled:it}))},He=function(){l({type:di,index:We})},Me=function(_t){return _t.preventDefault()};return ue((k={},k[Q]=En(W,function(Oe){Oe&&(m.current[w.getItemId(We)]=Oe)}),k["aria-disabled"]=it,k["aria-selected"]=We===Fe.highlightedIndex,k.id=w.getItemId(We),k.role="option",k),!it&&(D={},D[xt]=Ke(bt,He),D),{onMouseMove:Ke(ce,Je),onMouseDown:Ke(j,Me)},Ie)},[l,w,b,M,E]),te=g.useCallback(function(L){var k,D=L===void 0?{}:L,A=D.onClick;D.onPress;var G=D.refKey,Y=G===void 0?"ref":G,H=D.ref,Q=Bt(D,vm),W=b.current.state,ce=function(){l({type:Ua})};return ue((k={},k[Y]=En(H,function(j){I.current=j}),k["aria-controls"]=w.menuId,k["aria-expanded"]=W.isOpen,k.id=w.toggleButtonId,k.tabIndex=-1,k),!Q.disabled&&ue({},{onClick:Ke(A,ce)}),Q)},[l,b,w]),q=g.useCallback(function(L,k){var D,A=L===void 0?{}:L,G=A.onKeyDown,Y=A.onChange,H=A.onInput,Q=A.onBlur;A.onChangeText;var W=A.onClick,ce=A.refKey,j=ce===void 0?"ref":ce,fe=A.ref,B=Bt(A,wm),Ie=k===void 0?{}:k,ke=Ie.suppressRefError,qe=ke===void 0?!1:ke;O("getInputProps",qe,j,y);var Fe=b.current.state,he=function(Me){var Oe=Oo(Me);Oe&&V[Oe]&&V[Oe](Me)},It=function(Me){l({type:li,inputValue:Me.target.value})},We=function(Me){if(i!=null&&i.document&&Fe.isOpen&&!M.isMouseDown){var Oe=Me.relatedTarget===null&&i.document.activeElement!==i.document.body;l({type:Pr,selectItem:!Oe})}},it=function(){l({type:ui})},xt="onChange",bt={};if(!B.disabled){var Je;bt=(Je={},Je[xt]=Ke(Y,H,It),Je.onKeyDown=Ke(G,he),Je.onBlur=Ke(Q,We),Je.onClick=Ke(W,it),Je)}return ue((D={},D[j]=En(fe,function(He){y.current=He}),D["aria-activedescendant"]=Fe.isOpen&&Fe.highlightedIndex>-1?w.getItemId(Fe.highlightedIndex):"",D["aria-autocomplete"]="list",D["aria-controls"]=w.menuId,D["aria-expanded"]=Fe.isOpen,D["aria-labelledby"]=B&&B["aria-label"]?void 0:w.labelId,D.autoComplete="off",D.id=w.inputId,D.role="combobox",D.value=Fe.inputValue,D),bt,B)},[l,w,i,V,b,M,O]),ae=g.useCallback(function(){l({type:qa})},[l]),re=g.useCallback(function(){l({type:Ja})},[l]),ee=g.useCallback(function(){l({type:Wa})},[l]),pe=g.useCallback(function(L){l({type:za,highlightedIndex:L})},[l]),me=g.useCallback(function(L){l({type:pi,selectedItem:L})},[l]),N=g.useCallback(function(L){l({type:Xa,inputValue:L})},[l]),P=g.useCallback(function(){l({type:Ga})},[l]);return{getItemProps:Z,getLabelProps:J,getMenuProps:X,getInputProps:q,getToggleButtonProps:te,toggleMenu:ae,openMenu:ee,closeMenu:re,setHighlightedIndex:pe,setInputValue:N,selectItem:me,reset:P,highlightedIndex:d,isOpen:u,selectedItem:f,inputValue:h}}Nr.stateReducer,Nr.itemToKey,Nr.environment,F.array,F.array,F.array,F.func,F.number,F.number,F.number,F.func,F.func,F.string,F.string;Wn.itemToKey,Wn.stateReducer,Wn.environment;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;process.env.NODE_ENV;const Im="_comboboxContainer_1yunp_1",xm="_label_1yunp_8",bm="_inputContainer_1yunp_12",_m="_input_1yunp_12",Cm="_toggleButton_1yunp_25",Sm="_menu_1yunp_30",Em="_menuItem_1yunp_43",Om="_highlighted_1yunp_50",Nm="_selected_1yunp_54",Tm="_hidden_1yunp_58",Ht={comboboxContainer:Im,label:xm,inputContainer:bm,input:_m,toggleButton:Cm,menu:Sm,menuItem:Em,highlighted:Om,selected:Nm,hidden:Tm};function Rm(e){const t=e.toLowerCase();return function(r){return!e||r.label.toLowerCase().includes(t)||r.value.toLowerCase().includes(t)}}function Am({items:e,selectedValue:t,onSelectedItemChange:n,placeholder:r}){const[i,o]=g.useState(e);g.useEffect(()=>o(e),[e]);const s=p=>{o(e.filter(Rm(p)))},{isOpen:c,getToggleButtonProps:l,getMenuProps:u,getInputProps:d,highlightedIndex:f,getItemProps:h}=mi({items:i,selectedItem:t?e.find(p=>p.value===t):null,itemToString:p=>(p==null?void 0:p.label)||"",onInputValueChange:({inputValue:p})=>s(p),onSelectedItemChange:({selectedItem:p})=>n(p)});return a.jsxs("div",{children:[a.jsx("div",{className:Ht.comboboxContainer,children:a.jsxs("div",{className:Ht.inputContainer,children:[a.jsx("input",{placeholder:r,className:Ht.input,...d()}),a.jsx("button",{"aria-label":"toggle menu",className:Ht.toggleButton,type:"button",...l(),children:c?a.jsx(a.Fragment,{children:"↑"}):a.jsx(a.Fragment,{children:"↓"})})]})}),a.jsx("ul",{className:`${Ht.menu} ${c&&e.length?"":Ht.hidden}`,...u(),children:c&&i.map((p,m)=>a.jsx("li",{className:`${Ht.menuItem} ${f===m?Ht.highlighted:""} ${t===(p==null?void 0:p.value)?Ht.selected:""}`,...h({item:p,index:m}),children:a.jsx("span",{children:p.label})},p.id))})]})}const An=Math.min,vn=Math.max,Dr=Math.round,br=Math.floor,rn=e=>({x:e,y:e}),jm={left:"right",right:"left",bottom:"top",top:"bottom"},Pm={start:"end",end:"start"};function Ro(e,t,n){return vn(e,An(t,n))}function nr(e,t){return typeof e=="function"?e(t):e}function wn(e){return e.split("-")[0]}function rr(e){return e.split("-")[1]}function Qa(e){return e==="x"?"y":"x"}function hi(e){return e==="y"?"height":"width"}function jn(e){return["top","bottom"].includes(wn(e))?"y":"x"}function gi(e){return Qa(jn(e))}function Dm(e,t,n){n===void 0&&(n=!1);const r=rr(e),i=gi(e),o=hi(i);let s=i==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";return t.reference[o]>t.floating[o]&&(s=kr(s)),[s,kr(s)]}function km(e){const t=kr(e);return[Ao(e),t,Ao(t)]}function Ao(e){return e.replace(/start|end/g,t=>Pm[t])}function Fm(e,t,n){const r=["left","right"],i=["right","left"],o=["top","bottom"],s=["bottom","top"];switch(e){case"top":case"bottom":return n?t?i:r:t?r:i;case"left":case"right":return t?o:s;default:return[]}}function Mm(e,t,n,r){const i=rr(e);let o=Fm(wn(e),n==="start",r);return i&&(o=o.map(s=>s+"-"+i),t&&(o=o.concat(o.map(Ao)))),o}function kr(e){return e.replace(/left|right|bottom|top/g,t=>jm[t])}function Lm(e){return{top:0,right:0,bottom:0,left:0,...e}}function ec(e){return typeof e!="number"?Lm(e):{top:e,right:e,bottom:e,left:e}}function Fr(e){const{x:t,y:n,width:r,height:i}=e;return{width:r,height:i,top:n,left:t,right:t+r,bottom:n+i,x:t,y:n}}function ys(e,t,n){let{reference:r,floating:i}=e;const o=jn(t),s=gi(t),c=hi(s),l=wn(t),u=o==="y",d=r.x+r.width/2-i.width/2,f=r.y+r.height/2-i.height/2,h=r[c]/2-i[c]/2;let p;switch(l){case"top":p={x:d,y:r.y-i.height};break;case"bottom":p={x:d,y:r.y+r.height};break;case"right":p={x:r.x+r.width,y:f};break;case"left":p={x:r.x-i.width,y:f};break;default:p={x:r.x,y:r.y}}switch(rr(t)){case"start":p[s]-=h*(n&&u?-1:1);break;case"end":p[s]+=h*(n&&u?-1:1);break}return p}const $m=async(e,t,n)=>{const{placement:r="bottom",strategy:i="absolute",middleware:o=[],platform:s}=n,c=o.filter(Boolean),l=await(s.isRTL==null?void 0:s.isRTL(t));let u=await s.getElementRects({reference:e,floating:t,strategy:i}),{x:d,y:f}=ys(u,r,l),h=r,p={},m=0;for(let y=0;y<c.length;y++){const{name:I,fn:C}=c[y],{x:w,y:_,data:b,reset:x}=await C({x:d,y:f,initialPlacement:r,placement:h,strategy:i,middlewareData:p,rects:u,platform:s,elements:{reference:e,floating:t}});d=w??d,f=_??f,p={...p,[I]:{...p[I],...b}},x&&m<=50&&(m++,typeof x=="object"&&(x.placement&&(h=x.placement),x.rects&&(u=x.rects===!0?await s.getElementRects({reference:e,floating:t,strategy:i}):x.rects),{x:d,y:f}=ys(u,h,l)),y=-1)}return{x:d,y:f,placement:h,strategy:i,middlewareData:p}};async function tc(e,t){var n;t===void 0&&(t={});const{x:r,y:i,platform:o,rects:s,elements:c,strategy:l}=e,{boundary:u="clippingAncestors",rootBoundary:d="viewport",elementContext:f="floating",altBoundary:h=!1,padding:p=0}=nr(t,e),m=ec(p),I=c[h?f==="floating"?"reference":"floating":f],C=Fr(await o.getClippingRect({element:(n=await(o.isElement==null?void 0:o.isElement(I)))==null||n?I:I.contextElement||await(o.getDocumentElement==null?void 0:o.getDocumentElement(c.floating)),boundary:u,rootBoundary:d,strategy:l})),w=f==="floating"?{x:r,y:i,width:s.floating.width,height:s.floating.height}:s.reference,_=await(o.getOffsetParent==null?void 0:o.getOffsetParent(c.floating)),b=await(o.isElement==null?void 0:o.isElement(_))?await(o.getScale==null?void 0:o.getScale(_))||{x:1,y:1}:{x:1,y:1},x=Fr(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:c,rect:w,offsetParent:_,strategy:l}):w);return{top:(C.top-x.top+m.top)/b.y,bottom:(x.bottom-C.bottom+m.bottom)/b.y,left:(C.left-x.left+m.left)/b.x,right:(x.right-C.right+m.right)/b.x}}const Km=e=>({name:"arrow",options:e,async fn(t){const{x:n,y:r,placement:i,rects:o,platform:s,elements:c,middlewareData:l}=t,{element:u,padding:d=0}=nr(e,t)||{};if(u==null)return{};const f=ec(d),h={x:n,y:r},p=gi(i),m=hi(p),y=await s.getDimensions(u),I=p==="y",C=I?"top":"left",w=I?"bottom":"right",_=I?"clientHeight":"clientWidth",b=o.reference[m]+o.reference[p]-h[p]-o.floating[m],x=h[p]-o.reference[p],E=await(s.getOffsetParent==null?void 0:s.getOffsetParent(u));let M=E?E[_]:0;(!M||!await(s.isElement==null?void 0:s.isElement(E)))&&(M=c.floating[_]||o.floating[m]);const O=b/2-x/2,V=M/2-y[m]/2-1,J=An(f[C],V),X=An(f[w],V),Z=J,te=M-y[m]-X,q=M/2-y[m]/2+O,ae=Ro(Z,q,te),re=!l.arrow&&rr(i)!=null&&q!==ae&&o.reference[m]/2-(q<Z?J:X)-y[m]/2<0,ee=re?q<Z?q-Z:q-te:0;return{[p]:h[p]+ee,data:{[p]:ae,centerOffset:q-ae-ee,...re&&{alignmentOffset:ee}},reset:re}}}),Vm=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var n,r;const{placement:i,middlewareData:o,rects:s,initialPlacement:c,platform:l,elements:u}=t,{mainAxis:d=!0,crossAxis:f=!0,fallbackPlacements:h,fallbackStrategy:p="bestFit",fallbackAxisSideDirection:m="none",flipAlignment:y=!0,...I}=nr(e,t);if((n=o.arrow)!=null&&n.alignmentOffset)return{};const C=wn(i),w=jn(c),_=wn(c)===c,b=await(l.isRTL==null?void 0:l.isRTL(u.floating)),x=h||(_||!y?[kr(c)]:km(c)),E=m!=="none";!h&&E&&x.push(...Mm(c,y,m,b));const M=[c,...x],O=await tc(t,I),V=[];let J=((r=o.flip)==null?void 0:r.overflows)||[];if(d&&V.push(O[C]),f){const q=Dm(i,s,b);V.push(O[q[0]],O[q[1]])}if(J=[...J,{placement:i,overflows:V}],!V.every(q=>q<=0)){var X,Z;const q=(((X=o.flip)==null?void 0:X.index)||0)+1,ae=M[q];if(ae)return{data:{index:q,overflows:J},reset:{placement:ae}};let re=(Z=J.filter(ee=>ee.overflows[0]<=0).sort((ee,pe)=>ee.overflows[1]-pe.overflows[1])[0])==null?void 0:Z.placement;if(!re)switch(p){case"bestFit":{var te;const ee=(te=J.filter(pe=>{if(E){const me=jn(pe.placement);return me===w||me==="y"}return!0}).map(pe=>[pe.placement,pe.overflows.filter(me=>me>0).reduce((me,N)=>me+N,0)]).sort((pe,me)=>pe[1]-me[1])[0])==null?void 0:te[0];ee&&(re=ee);break}case"initialPlacement":re=c;break}if(i!==re)return{reset:{placement:re}}}return{}}}};async function Hm(e,t){const{placement:n,platform:r,elements:i}=e,o=await(r.isRTL==null?void 0:r.isRTL(i.floating)),s=wn(n),c=rr(n),l=jn(n)==="y",u=["left","top"].includes(s)?-1:1,d=o&&l?-1:1,f=nr(t,e);let{mainAxis:h,crossAxis:p,alignmentAxis:m}=typeof f=="number"?{mainAxis:f,crossAxis:0,alignmentAxis:null}:{mainAxis:f.mainAxis||0,crossAxis:f.crossAxis||0,alignmentAxis:f.alignmentAxis};return c&&typeof m=="number"&&(p=c==="end"?m*-1:m),l?{x:p*d,y:h*u}:{x:h*u,y:p*d}}const Bm=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var n,r;const{x:i,y:o,placement:s,middlewareData:c}=t,l=await Hm(t,e);return s===((n=c.offset)==null?void 0:n.placement)&&(r=c.arrow)!=null&&r.alignmentOffset?{}:{x:i+l.x,y:o+l.y,data:{...l,placement:s}}}}},Um=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:r,placement:i}=t,{mainAxis:o=!0,crossAxis:s=!1,limiter:c={fn:I=>{let{x:C,y:w}=I;return{x:C,y:w}}},...l}=nr(e,t),u={x:n,y:r},d=await tc(t,l),f=jn(wn(i)),h=Qa(f);let p=u[h],m=u[f];if(o){const I=h==="y"?"top":"left",C=h==="y"?"bottom":"right",w=p+d[I],_=p-d[C];p=Ro(w,p,_)}if(s){const I=f==="y"?"top":"left",C=f==="y"?"bottom":"right",w=m+d[I],_=m-d[C];m=Ro(w,m,_)}const y=c.fn({...t,[h]:p,[f]:m});return{...y,data:{x:y.x-n,y:y.y-r,enabled:{[h]:o,[f]:s}}}}}};function Jr(){return typeof window<"u"}function $n(e){return nc(e)?(e.nodeName||"").toLowerCase():"#document"}function lt(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function kt(e){var t;return(t=(nc(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function nc(e){return Jr()?e instanceof Node||e instanceof lt(e).Node:!1}function Tt(e){return Jr()?e instanceof Element||e instanceof lt(e).Element:!1}function Dt(e){return Jr()?e instanceof HTMLElement||e instanceof lt(e).HTMLElement:!1}function vs(e){return!Jr()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof lt(e).ShadowRoot}function or(e){const{overflow:t,overflowX:n,overflowY:r,display:i}=Rt(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&!["inline","contents"].includes(i)}function qm(e){return["table","td","th"].includes($n(e))}function zr(e){return[":popover-open",":modal"].some(t=>{try{return e.matches(t)}catch{return!1}})}function yi(e){const t=vi(),n=Tt(e)?Rt(e):e;return n.transform!=="none"||n.perspective!=="none"||(n.containerType?n.containerType!=="normal":!1)||!t&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!t&&(n.filter?n.filter!=="none":!1)||["transform","perspective","filter"].some(r=>(n.willChange||"").includes(r))||["paint","layout","strict","content"].some(r=>(n.contain||"").includes(r))}function Wm(e){let t=on(e);for(;Dt(t)&&!Pn(t);){if(yi(t))return t;if(zr(t))return null;t=on(t)}return null}function vi(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function Pn(e){return["html","body","#document"].includes($n(e))}function Rt(e){return lt(e).getComputedStyle(e)}function Xr(e){return Tt(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function on(e){if($n(e)==="html")return e;const t=e.assignedSlot||e.parentNode||vs(e)&&e.host||kt(e);return vs(t)?t.host:t}function rc(e){const t=on(e);return Pn(t)?e.ownerDocument?e.ownerDocument.body:e.body:Dt(t)&&or(t)?t:rc(t)}function Yn(e,t,n){var r;t===void 0&&(t=[]),n===void 0&&(n=!0);const i=rc(e),o=i===((r=e.ownerDocument)==null?void 0:r.body),s=lt(i);if(o){const c=jo(s);return t.concat(s,s.visualViewport||[],or(i)?i:[],c&&n?Yn(c):[])}return t.concat(i,Yn(i,[],n))}function jo(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function oc(e){const t=Rt(e);let n=parseFloat(t.width)||0,r=parseFloat(t.height)||0;const i=Dt(e),o=i?e.offsetWidth:n,s=i?e.offsetHeight:r,c=Dr(n)!==o||Dr(r)!==s;return c&&(n=o,r=s),{width:n,height:r,$:c}}function wi(e){return Tt(e)?e:e.contextElement}function On(e){const t=wi(e);if(!Dt(t))return rn(1);const n=t.getBoundingClientRect(),{width:r,height:i,$:o}=oc(t);let s=(o?Dr(n.width):n.width)/r,c=(o?Dr(n.height):n.height)/i;return(!s||!Number.isFinite(s))&&(s=1),(!c||!Number.isFinite(c))&&(c=1),{x:s,y:c}}const Jm=rn(0);function ic(e){const t=lt(e);return!vi()||!t.visualViewport?Jm:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function zm(e,t,n){return t===void 0&&(t=!1),!n||t&&n!==lt(e)?!1:t}function In(e,t,n,r){t===void 0&&(t=!1),n===void 0&&(n=!1);const i=e.getBoundingClientRect(),o=wi(e);let s=rn(1);t&&(r?Tt(r)&&(s=On(r)):s=On(e));const c=zm(o,n,r)?ic(o):rn(0);let l=(i.left+c.x)/s.x,u=(i.top+c.y)/s.y,d=i.width/s.x,f=i.height/s.y;if(o){const h=lt(o),p=r&&Tt(r)?lt(r):r;let m=h,y=jo(m);for(;y&&r&&p!==m;){const I=On(y),C=y.getBoundingClientRect(),w=Rt(y),_=C.left+(y.clientLeft+parseFloat(w.paddingLeft))*I.x,b=C.top+(y.clientTop+parseFloat(w.paddingTop))*I.y;l*=I.x,u*=I.y,d*=I.x,f*=I.y,l+=_,u+=b,m=lt(y),y=jo(m)}}return Fr({width:d,height:f,x:l,y:u})}function Xm(e){let{elements:t,rect:n,offsetParent:r,strategy:i}=e;const o=i==="fixed",s=kt(r),c=t?zr(t.floating):!1;if(r===s||c&&o)return n;let l={scrollLeft:0,scrollTop:0},u=rn(1);const d=rn(0),f=Dt(r);if((f||!f&&!o)&&(($n(r)!=="body"||or(s))&&(l=Xr(r)),Dt(r))){const h=In(r);u=On(r),d.x=h.x+r.clientLeft,d.y=h.y+r.clientTop}return{width:n.width*u.x,height:n.height*u.y,x:n.x*u.x-l.scrollLeft*u.x+d.x,y:n.y*u.y-l.scrollTop*u.y+d.y}}function Gm(e){return Array.from(e.getClientRects())}function Po(e,t){const n=Xr(e).scrollLeft;return t?t.left+n:In(kt(e)).left+n}function Ym(e){const t=kt(e),n=Xr(e),r=e.ownerDocument.body,i=vn(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),o=vn(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight);let s=-n.scrollLeft+Po(e);const c=-n.scrollTop;return Rt(r).direction==="rtl"&&(s+=vn(t.clientWidth,r.clientWidth)-i),{width:i,height:o,x:s,y:c}}function Zm(e,t){const n=lt(e),r=kt(e),i=n.visualViewport;let o=r.clientWidth,s=r.clientHeight,c=0,l=0;if(i){o=i.width,s=i.height;const u=vi();(!u||u&&t==="fixed")&&(c=i.offsetLeft,l=i.offsetTop)}return{width:o,height:s,x:c,y:l}}function Qm(e,t){const n=In(e,!0,t==="fixed"),r=n.top+e.clientTop,i=n.left+e.clientLeft,o=Dt(e)?On(e):rn(1),s=e.clientWidth*o.x,c=e.clientHeight*o.y,l=i*o.x,u=r*o.y;return{width:s,height:c,x:l,y:u}}function ws(e,t,n){let r;if(t==="viewport")r=Zm(e,n);else if(t==="document")r=Ym(kt(e));else if(Tt(t))r=Qm(t,n);else{const i=ic(e);r={...t,x:t.x-i.x,y:t.y-i.y}}return Fr(r)}function sc(e,t){const n=on(e);return n===t||!Tt(n)||Pn(n)?!1:Rt(n).position==="fixed"||sc(n,t)}function eh(e,t){const n=t.get(e);if(n)return n;let r=Yn(e,[],!1).filter(c=>Tt(c)&&$n(c)!=="body"),i=null;const o=Rt(e).position==="fixed";let s=o?on(e):e;for(;Tt(s)&&!Pn(s);){const c=Rt(s),l=yi(s);!l&&c.position==="fixed"&&(i=null),(o?!l&&!i:!l&&c.position==="static"&&!!i&&["absolute","fixed"].includes(i.position)||or(s)&&!l&&sc(e,s))?r=r.filter(d=>d!==s):i=c,s=on(s)}return t.set(e,r),r}function th(e){let{element:t,boundary:n,rootBoundary:r,strategy:i}=e;const s=[...n==="clippingAncestors"?zr(t)?[]:eh(t,this._c):[].concat(n),r],c=s[0],l=s.reduce((u,d)=>{const f=ws(t,d,i);return u.top=vn(f.top,u.top),u.right=An(f.right,u.right),u.bottom=An(f.bottom,u.bottom),u.left=vn(f.left,u.left),u},ws(t,c,i));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}}function nh(e){const{width:t,height:n}=oc(e);return{width:t,height:n}}function rh(e,t,n){const r=Dt(t),i=kt(t),o=n==="fixed",s=In(e,!0,o,t);let c={scrollLeft:0,scrollTop:0};const l=rn(0);if(r||!r&&!o)if(($n(t)!=="body"||or(i))&&(c=Xr(t)),r){const p=In(t,!0,o,t);l.x=p.x+t.clientLeft,l.y=p.y+t.clientTop}else i&&(l.x=Po(i));let u=0,d=0;if(i&&!r&&!o){const p=i.getBoundingClientRect();d=p.top+c.scrollTop,u=p.left+c.scrollLeft-Po(i,p)}const f=s.left+c.scrollLeft-l.x-u,h=s.top+c.scrollTop-l.y-d;return{x:f,y:h,width:s.width,height:s.height}}function yo(e){return Rt(e).position==="static"}function Is(e,t){if(!Dt(e)||Rt(e).position==="fixed")return null;if(t)return t(e);let n=e.offsetParent;return kt(e)===n&&(n=n.ownerDocument.body),n}function ac(e,t){const n=lt(e);if(zr(e))return n;if(!Dt(e)){let i=on(e);for(;i&&!Pn(i);){if(Tt(i)&&!yo(i))return i;i=on(i)}return n}let r=Is(e,t);for(;r&&qm(r)&&yo(r);)r=Is(r,t);return r&&Pn(r)&&yo(r)&&!yi(r)?n:r||Wm(e)||n}const oh=async function(e){const t=this.getOffsetParent||ac,n=this.getDimensions,r=await n(e.floating);return{reference:rh(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function ih(e){return Rt(e).direction==="rtl"}const sh={convertOffsetParentRelativeRectToViewportRelativeRect:Xm,getDocumentElement:kt,getClippingRect:th,getOffsetParent:ac,getElementRects:oh,getClientRects:Gm,getDimensions:nh,getScale:On,isElement:Tt,isRTL:ih};function ah(e,t){let n=null,r;const i=kt(e);function o(){var c;clearTimeout(r),(c=n)==null||c.disconnect(),n=null}function s(c,l){c===void 0&&(c=!1),l===void 0&&(l=1),o();const{left:u,top:d,width:f,height:h}=e.getBoundingClientRect();if(c||t(),!f||!h)return;const p=br(d),m=br(i.clientWidth-(u+f)),y=br(i.clientHeight-(d+h)),I=br(u),w={rootMargin:-p+"px "+-m+"px "+-y+"px "+-I+"px",threshold:vn(0,An(1,l))||1};let _=!0;function b(x){const E=x[0].intersectionRatio;if(E!==l){if(!_)return s();E?s(!1,E):r=setTimeout(()=>{s(!1,1e-7)},1e3)}_=!1}try{n=new IntersectionObserver(b,{...w,root:i.ownerDocument})}catch{n=new IntersectionObserver(b,w)}n.observe(e)}return s(!0),o}function ch(e,t,n,r){r===void 0&&(r={});const{ancestorScroll:i=!0,ancestorResize:o=!0,elementResize:s=typeof ResizeObserver=="function",layoutShift:c=typeof IntersectionObserver=="function",animationFrame:l=!1}=r,u=wi(e),d=i||o?[...u?Yn(u):[],...Yn(t)]:[];d.forEach(C=>{i&&C.addEventListener("scroll",n,{passive:!0}),o&&C.addEventListener("resize",n)});const f=u&&c?ah(u,n):null;let h=-1,p=null;s&&(p=new ResizeObserver(C=>{let[w]=C;w&&w.target===u&&p&&(p.unobserve(t),cancelAnimationFrame(h),h=requestAnimationFrame(()=>{var _;(_=p)==null||_.observe(t)})),n()}),u&&!l&&p.observe(u),p.observe(t));let m,y=l?In(e):null;l&&I();function I(){const C=In(e);y&&(C.x!==y.x||C.y!==y.y||C.width!==y.width||C.height!==y.height)&&n(),y=C,m=requestAnimationFrame(I)}return n(),()=>{var C;d.forEach(w=>{i&&w.removeEventListener("scroll",n),o&&w.removeEventListener("resize",n)}),f==null||f(),(C=p)==null||C.disconnect(),p=null,l&&cancelAnimationFrame(m)}}const lh=Bm,uh=Um,dh=Vm,ph=Km,xs=(e,t,n)=>{const r=new Map,i={platform:sh,...n},o={...i.platform,_c:r};return $m(e,t,{...i,platform:o})};/*
|
|
44
44
|
* React Tooltip
|
|
45
45
|
* {@link https://github.com/ReactTooltip/react-tooltip}
|
|
46
46
|
* @copyright ReactTooltip Team
|
|
47
47
|
* @license MIT
|
|
48
|
-
*/const fh="react-tooltip-core-styles",mh="react-tooltip-base-styles",xs={core:!1,base:!1};function bs({css:e,id:t=mh,type:n="base",ref:r}){var i,o;if(!e||typeof document>"u"||xs[n]||n==="core"&&typeof process<"u"&&(!((i=process==null?void 0:process.env)===null||i===void 0)&&i.REACT_TOOLTIP_DISABLE_CORE_STYLES)||n!=="base"&&typeof process<"u"&&(!((o=process==null?void 0:process.env)===null||o===void 0)&&o.REACT_TOOLTIP_DISABLE_BASE_STYLES))return;n==="core"&&(t=fh),r||(r={});const{insertAt:s}=r;if(document.getElementById(t))return;const c=document.head||document.getElementsByTagName("head")[0],l=document.createElement("style");l.id=t,l.type="text/css",s==="top"&&c.firstChild?c.insertBefore(l,c.firstChild):c.appendChild(l),l.styleSheet?l.styleSheet.cssText=e:l.appendChild(document.createTextNode(e)),xs[n]=!0}const _s=async({elementReference:e=null,tooltipReference:t=null,tooltipArrowReference:n=null,place:r="top",offset:i=10,strategy:o="absolute",middlewares:s=[lh(Number(i)),dh({fallbackAxisSideDirection:"start"}),uh({padding:5})],border:c})=>{if(!e)return{tooltipStyles:{},tooltipArrowStyles:{},place:r};if(t===null)return{tooltipStyles:{},tooltipArrowStyles:{},place:r};const l=s;return n?(l.push(ph({element:n,padding:5})),Is(e,t,{placement:r,strategy:o,middleware:l}).then(({x:u,y:d,placement:f,middlewareData:h})=>{var p,m;const v={left:`${u}px`,top:`${d}px`,border:c},{x:I,y:C}=(p=h.arrow)!==null&&p!==void 0?p:{x:0,y:0},w=(m={top:"bottom",right:"left",bottom:"top",left:"right"}[f.split("-")[0]])!==null&&m!==void 0?m:"bottom",_=c&&{borderBottom:c,borderRight:c};let b=0;if(c){const x=`${c}`.match(/(\d+)px/);b=x!=null&&x[1]?Number(x[1]):1}return{tooltipStyles:v,tooltipArrowStyles:{left:I!=null?`${I}px`:"",top:C!=null?`${C}px`:"",right:"",bottom:"",..._,[w]:`-${4+b}px`},place:f}})):Is(e,t,{placement:"bottom",strategy:o,middleware:l}).then(({x:u,y:d,placement:f})=>({tooltipStyles:{left:`${u}px`,top:`${d}px`},tooltipArrowStyles:{},place:f}))},Cs=(e,t)=>!("CSS"in window&&"supports"in window.CSS)||window.CSS.supports(e,t),Ss=(e,t,n)=>{let r=null;const i=function(...o){const s=()=>{r=null};!r&&(e.apply(this,o),r=setTimeout(s,t))};return i.cancel=()=>{r&&(clearTimeout(r),r=null)},i},Es=e=>e!==null&&!Array.isArray(e)&&typeof e=="object",Po=(e,t)=>{if(e===t)return!0;if(Array.isArray(e)&&Array.isArray(t))return e.length===t.length&&e.every((i,o)=>Po(i,t[o]));if(Array.isArray(e)!==Array.isArray(t))return!1;if(!Es(e)||!Es(t))return e===t;const n=Object.keys(e),r=Object.keys(t);return n.length===r.length&&n.every(i=>Po(e[i],t[i]))},hh=e=>{if(!(e instanceof HTMLElement||e instanceof SVGElement))return!1;const t=getComputedStyle(e);return["overflow","overflow-x","overflow-y"].some(n=>{const r=t.getPropertyValue(n);return r==="auto"||r==="scroll"})},Os=e=>{if(!e)return null;let t=e.parentElement;for(;t;){if(hh(t))return t;t=t.parentElement}return document.scrollingElement||document.documentElement},gh=typeof window<"u"?g.useLayoutEffect:g.useEffect,vt=e=>{e.current&&(clearTimeout(e.current),e.current=null)},vh="DEFAULT_TOOLTIP_ID",yh={anchorRefs:new Set,activeAnchor:{current:null},attach:()=>{},detach:()=>{},setActiveAnchor:()=>{}},wh=g.createContext({getTooltipData:()=>yh});function cc(e=vh){return g.useContext(wh).getTooltipData(e)}var Cn={tooltip:"core-styles-module_tooltip__3vRRp",fixed:"core-styles-module_fixed__pcSol",arrow:"core-styles-module_arrow__cvMwQ",noArrow:"core-styles-module_noArrow__xock6",clickable:"core-styles-module_clickable__ZuTTB",show:"core-styles-module_show__Nt9eE",closing:"core-styles-module_closing__sGnxF"},vo={tooltip:"styles-module_tooltip__mnnfp",arrow:"styles-module_arrow__K0L3T",dark:"styles-module_dark__xNqje",light:"styles-module_light__Z6W-X",success:"styles-module_success__A2AKt",warning:"styles-module_warning__SCK0X",error:"styles-module_error__JvumD",info:"styles-module_info__BWdHW"};const Ih=({forwardRef:e,id:t,className:n,classNameArrow:r,variant:i="dark",anchorId:o,anchorSelect:s,place:c="top",offset:l=10,events:u=["hover"],openOnClick:d=!1,positionStrategy:f="absolute",middlewares:h,wrapper:p,delayShow:m=0,delayHide:v=0,float:I=!1,hidden:C=!1,noArrow:w=!1,clickable:_=!1,closeOnEsc:b=!1,closeOnScroll:x=!1,closeOnResize:E=!1,openEvents:M,closeEvents:O,globalCloseEvents:V,imperativeModeOnly:J,style:X,position:Z,afterShow:te,afterHide:q,disableTooltip:ae,content:re,contentWrapperRef:ee,isOpen:pe,defaultIsOpen:me=!1,setIsOpen:N,activeAnchor:P,setActiveAnchor:L,border:k,opacity:D,arrowColor:A,role:G="tooltip"})=>{var Y;const H=g.useRef(null),Q=g.useRef(null),W=g.useRef(null),ce=g.useRef(null),j=g.useRef(null),[fe,B]=g.useState({tooltipStyles:{},tooltipArrowStyles:{},place:c}),[Ie,ke]=g.useState(!1),[qe,Fe]=g.useState(!1),[he,It]=g.useState(null),We=g.useRef(!1),ot=g.useRef(null),{anchorRefs:xt,setActiveAnchor:bt}=cc(t),Je=g.useRef(!1),[He,Me]=g.useState([]),Oe=g.useRef(!1),_t=d||u.includes("click"),Ye=_t||(M==null?void 0:M.click)||(M==null?void 0:M.dblclick)||(M==null?void 0:M.mousedown),Ft=M?{...M}:{mouseover:!0,focus:!0,mouseenter:!1,click:!1,dblclick:!1,mousedown:!1};!M&&_t&&Object.assign(Ft,{mouseenter:!1,focus:!1,mouseover:!1,click:!0});const Wt=O?{...O}:{mouseout:!0,blur:!0,mouseleave:!1,click:!1,dblclick:!1,mouseup:!1};!O&&_t&&Object.assign(Wt,{mouseleave:!1,blur:!1,mouseout:!1});const it=V?{...V}:{escape:b||!1,scroll:x||!1,resize:E||!1,clickOutsideAnchor:Ye||!1};J&&(Object.assign(Ft,{mouseenter:!1,focus:!1,click:!1,dblclick:!1,mousedown:!1}),Object.assign(Wt,{mouseleave:!1,blur:!1,click:!1,dblclick:!1,mouseup:!1}),Object.assign(it,{escape:!1,scroll:!1,resize:!1,clickOutsideAnchor:!1})),gh(()=>(Oe.current=!0,()=>{Oe.current=!1}),[]);const Ne=U=>{Oe.current&&(U&&Fe(!0),setTimeout(()=>{Oe.current&&(N==null||N(U),pe===void 0&&ke(U))},10))};g.useEffect(()=>{if(pe===void 0)return()=>null;pe&&Fe(!0);const U=setTimeout(()=>{ke(pe)},10);return()=>{clearTimeout(U)}},[pe]),g.useEffect(()=>{if(Ie!==We.current)if(vt(j),We.current=Ie,Ie)te==null||te();else{const U=(oe=>{const se=oe.match(/^([\d.]+)(ms|s)$/);if(!se)return 0;const[,Pe,$e]=se;return Number(Pe)*($e==="ms"?1:1e3)})(getComputedStyle(document.body).getPropertyValue("--rt-transition-show-delay"));j.current=setTimeout(()=>{Fe(!1),It(null),q==null||q()},U+25)}},[Ie]);const Mt=U=>{B(oe=>Po(oe,U)?oe:U)},Jt=(U=m)=>{vt(W),qe?Ne(!0):W.current=setTimeout(()=>{Ne(!0)},U)},Lt=(U=v)=>{vt(ce),ce.current=setTimeout(()=>{Je.current||Ne(!1)},U)},cn=U=>{var oe;if(!U)return;const se=(oe=U.currentTarget)!==null&&oe!==void 0?oe:U.target;if(!(se!=null&&se.isConnected))return L(null),void bt({current:null});m?Jt():Ne(!0),L(se),bt({current:se}),vt(ce)},et=()=>{_?Lt(v||100):v?Lt():Ne(!1),vt(W)},$t=({x:U,y:oe})=>{var se;const Pe={getBoundingClientRect:()=>({x:U,y:oe,width:0,height:0,top:oe,left:U,right:U,bottom:oe})};_s({place:(se=he==null?void 0:he.place)!==null&&se!==void 0?se:c,offset:l,elementReference:Pe,tooltipReference:H.current,tooltipArrowReference:Q.current,strategy:f,middlewares:h,border:k}).then($e=>{Mt($e)})},zt=U=>{if(!U)return;const oe=U,se={x:oe.clientX,y:oe.clientY};$t(se),ot.current=se},ln=U=>{var oe;if(!Ie)return;const se=U.target;se.isConnected&&(!((oe=H.current)===null||oe===void 0)&&oe.contains(se)||[document.querySelector(`[id='${o}']`),...He].some(Pe=>Pe==null?void 0:Pe.contains(se))||(Ne(!1),vt(W)))},Xt=Ss(cn,50),Ce=Ss(et,50),Ze=U=>{Ce.cancel(),Xt(U)},ne=()=>{Xt.cancel(),Ce()},de=g.useCallback(()=>{var U,oe;const se=(U=he==null?void 0:he.position)!==null&&U!==void 0?U:Z;se?$t(se):I?ot.current&&$t(ot.current):P!=null&&P.isConnected&&_s({place:(oe=he==null?void 0:he.place)!==null&&oe!==void 0?oe:c,offset:l,elementReference:P,tooltipReference:H.current,tooltipArrowReference:Q.current,strategy:f,middlewares:h,border:k}).then(Pe=>{Oe.current&&Mt(Pe)})},[Ie,P,re,X,c,he==null?void 0:he.place,l,f,Z,he==null?void 0:he.position,I]);g.useEffect(()=>{var U,oe;const se=new Set(xt);He.forEach(xe=>{ae!=null&&ae(xe)||se.add({current:xe})});const Pe=document.querySelector(`[id='${o}']`);Pe&&!(ae!=null&&ae(Pe))&&se.add({current:Pe});const $e=()=>{Ne(!1)},tt=Os(P),Be=Os(H.current);it.scroll&&(window.addEventListener("scroll",$e),tt==null||tt.addEventListener("scroll",$e),Be==null||Be.addEventListener("scroll",$e));let ze=null;it.resize?window.addEventListener("resize",$e):P&&H.current&&(ze=ch(P,H.current,de,{ancestorResize:!0,elementResize:!0,layoutShift:!0}));const nt=xe=>{xe.key==="Escape"&&Ne(!1)};it.escape&&window.addEventListener("keydown",nt),it.clickOutsideAnchor&&window.addEventListener("click",ln);const be=[],un=xe=>{Ie&&(xe==null?void 0:xe.target)===P||cn(xe)},no=xe=>{Ie&&(xe==null?void 0:xe.target)===P&&et()},mt=["mouseover","mouseout","mouseenter","mouseleave","focus","blur"],sr=["click","dblclick","mousedown","mouseup"];Object.entries(Ft).forEach(([xe,Ct])=>{Ct&&(mt.includes(xe)?be.push({event:xe,listener:Ze}):sr.includes(xe)&&be.push({event:xe,listener:un}))}),Object.entries(Wt).forEach(([xe,Ct])=>{Ct&&(mt.includes(xe)?be.push({event:xe,listener:ne}):sr.includes(xe)&&be.push({event:xe,listener:no}))}),I&&be.push({event:"pointermove",listener:zt});const ar=()=>{Je.current=!0},cr=()=>{Je.current=!1,et()};return _&&!Ye&&((U=H.current)===null||U===void 0||U.addEventListener("mouseenter",ar),(oe=H.current)===null||oe===void 0||oe.addEventListener("mouseleave",cr)),be.forEach(({event:xe,listener:Ct})=>{se.forEach(St=>{var dn;(dn=St.current)===null||dn===void 0||dn.addEventListener(xe,Ct)})}),()=>{var xe,Ct;it.scroll&&(window.removeEventListener("scroll",$e),tt==null||tt.removeEventListener("scroll",$e),Be==null||Be.removeEventListener("scroll",$e)),it.resize?window.removeEventListener("resize",$e):ze==null||ze(),it.clickOutsideAnchor&&window.removeEventListener("click",ln),it.escape&&window.removeEventListener("keydown",nt),_&&!Ye&&((xe=H.current)===null||xe===void 0||xe.removeEventListener("mouseenter",ar),(Ct=H.current)===null||Ct===void 0||Ct.removeEventListener("mouseleave",cr)),be.forEach(({event:St,listener:dn})=>{se.forEach(ro=>{var Vn;(Vn=ro.current)===null||Vn===void 0||Vn.removeEventListener(St,dn)})})}},[P,de,qe,xt,He,M,O,V,_t,m,v]),g.useEffect(()=>{var U,oe;let se=(oe=(U=he==null?void 0:he.anchorSelect)!==null&&U!==void 0?U:s)!==null&&oe!==void 0?oe:"";!se&&t&&(se=`[data-tooltip-id='${t.replace(/'/g,"\\'")}']`);const Pe=new MutationObserver($e=>{const tt=[],Be=[];$e.forEach(ze=>{if(ze.type==="attributes"&&ze.attributeName==="data-tooltip-id"&&(ze.target.getAttribute("data-tooltip-id")===t?tt.push(ze.target):ze.oldValue===t&&Be.push(ze.target)),ze.type==="childList"){if(P){const nt=[...ze.removedNodes].filter(be=>be.nodeType===1);if(se)try{Be.push(...nt.filter(be=>be.matches(se))),Be.push(...nt.flatMap(be=>[...be.querySelectorAll(se)]))}catch{}nt.some(be=>{var un;return!!(!((un=be==null?void 0:be.contains)===null||un===void 0)&&un.call(be,P))&&(Fe(!1),Ne(!1),L(null),vt(W),vt(ce),!0)})}if(se)try{const nt=[...ze.addedNodes].filter(be=>be.nodeType===1);tt.push(...nt.filter(be=>be.matches(se))),tt.push(...nt.flatMap(be=>[...be.querySelectorAll(se)]))}catch{}}}),(tt.length||Be.length)&&Me(ze=>[...ze.filter(nt=>!Be.includes(nt)),...tt])});return Pe.observe(document.body,{childList:!0,subtree:!0,attributes:!0,attributeFilter:["data-tooltip-id"],attributeOldValue:!0}),()=>{Pe.disconnect()}},[t,s,he==null?void 0:he.anchorSelect,P]),g.useEffect(()=>{de()},[de]),g.useEffect(()=>{if(!(ee!=null&&ee.current))return()=>null;const U=new ResizeObserver(()=>{setTimeout(()=>de())});return U.observe(ee.current),()=>{U.disconnect()}},[re,ee==null?void 0:ee.current]),g.useEffect(()=>{var U;const oe=document.querySelector(`[id='${o}']`),se=[...He,oe];P&&se.includes(P)||L((U=He[0])!==null&&U!==void 0?U:oe)},[o,He,P]),g.useEffect(()=>(me&&Ne(!0),()=>{vt(W),vt(ce)}),[]),g.useEffect(()=>{var U;let oe=(U=he==null?void 0:he.anchorSelect)!==null&&U!==void 0?U:s;if(!oe&&t&&(oe=`[data-tooltip-id='${t.replace(/'/g,"\\'")}']`),oe)try{const se=Array.from(document.querySelectorAll(oe));Me(se)}catch{Me([])}},[t,s,he==null?void 0:he.anchorSelect]),g.useEffect(()=>{W.current&&(vt(W),Jt(m))},[m]);const Le=(Y=he==null?void 0:he.content)!==null&&Y!==void 0?Y:re,Kt=Ie&&Object.keys(fe.tooltipStyles).length>0;return g.useImperativeHandle(e,()=>({open:U=>{if(U!=null&&U.anchorSelect)try{document.querySelector(U.anchorSelect)}catch{return void console.warn(`[react-tooltip] "${U.anchorSelect}" is not a valid CSS selector`)}It(U??null),U!=null&&U.delay?Jt(U.delay):Ne(!0)},close:U=>{U!=null&&U.delay?Lt(U.delay):Ne(!1)},activeAnchor:P,place:fe.place,isOpen:!!(qe&&!C&&Le&&Kt)})),qe&&!C&&Le?g.createElement(p,{id:t,role:G,className:yt("react-tooltip",Cn.tooltip,vo.tooltip,vo[i],n,`react-tooltip__place-${fe.place}`,Cn[Kt?"show":"closing"],Kt?"react-tooltip__show":"react-tooltip__closing",f==="fixed"&&Cn.fixed,_&&Cn.clickable),onTransitionEnd:U=>{vt(j),Ie||U.propertyName!=="opacity"||(Fe(!1),It(null),q==null||q())},style:{...X,...fe.tooltipStyles,opacity:D!==void 0&&Kt?D:void 0},ref:H},Le,g.createElement(p,{className:yt("react-tooltip-arrow",Cn.arrow,vo.arrow,r,w&&Cn.noArrow),style:{...fe.tooltipArrowStyles,background:A?`linear-gradient(to right bottom, transparent 50%, ${A} 50%)`:void 0},ref:Q})):null},xh=({content:e})=>g.createElement("span",{dangerouslySetInnerHTML:{__html:e}}),bh=g.forwardRef(({id:e,anchorId:t,anchorSelect:n,content:r,html:i,render:o,className:s,classNameArrow:c,variant:l="dark",place:u="top",offset:d=10,wrapper:f="div",children:h=null,events:p=["hover"],openOnClick:m=!1,positionStrategy:v="absolute",middlewares:I,delayShow:C=0,delayHide:w=0,float:_=!1,hidden:b=!1,noArrow:x=!1,clickable:E=!1,closeOnEsc:M=!1,closeOnScroll:O=!1,closeOnResize:V=!1,openEvents:J,closeEvents:X,globalCloseEvents:Z,imperativeModeOnly:te=!1,style:q,position:ae,isOpen:re,defaultIsOpen:ee=!1,disableStyleInjection:pe=!1,border:me,opacity:N,arrowColor:P,setIsOpen:L,afterShow:k,afterHide:D,disableTooltip:A,role:G="tooltip"},Y)=>{const[H,Q]=g.useState(r),[W,ce]=g.useState(i),[j,fe]=g.useState(u),[B,Ie]=g.useState(l),[ke,qe]=g.useState(d),[Fe,he]=g.useState(C),[It,We]=g.useState(w),[ot,xt]=g.useState(_),[bt,Je]=g.useState(b),[He,Me]=g.useState(f),[Oe,_t]=g.useState(p),[Ye,Ft]=g.useState(v),[Wt,it]=g.useState(null),[Ne,Mt]=g.useState(null),Jt=g.useRef(pe),{anchorRefs:Lt,activeAnchor:cn}=cc(e),et=Ce=>Ce==null?void 0:Ce.getAttributeNames().reduce((Ze,ne)=>{var de;return ne.startsWith("data-tooltip-")&&(Ze[ne.replace(/^data-tooltip-/,"")]=(de=Ce==null?void 0:Ce.getAttribute(ne))!==null&&de!==void 0?de:null),Ze},{}),$t=Ce=>{const Ze={place:ne=>{var de;fe((de=ne)!==null&&de!==void 0?de:u)},content:ne=>{Q(ne??r)},html:ne=>{ce(ne??i)},variant:ne=>{var de;Ie((de=ne)!==null&&de!==void 0?de:l)},offset:ne=>{qe(ne===null?d:Number(ne))},wrapper:ne=>{var de;Me((de=ne)!==null&&de!==void 0?de:f)},events:ne=>{const de=ne==null?void 0:ne.split(" ");_t(de??p)},"position-strategy":ne=>{var de;Ft((de=ne)!==null&&de!==void 0?de:v)},"delay-show":ne=>{he(ne===null?C:Number(ne))},"delay-hide":ne=>{We(ne===null?w:Number(ne))},float:ne=>{xt(ne===null?_:ne==="true")},hidden:ne=>{Je(ne===null?b:ne==="true")},"class-name":ne=>{it(ne)}};Object.values(Ze).forEach(ne=>ne(null)),Object.entries(Ce).forEach(([ne,de])=>{var Le;(Le=Ze[ne])===null||Le===void 0||Le.call(Ze,de)})};g.useEffect(()=>{Q(r)},[r]),g.useEffect(()=>{ce(i)},[i]),g.useEffect(()=>{fe(u)},[u]),g.useEffect(()=>{Ie(l)},[l]),g.useEffect(()=>{qe(d)},[d]),g.useEffect(()=>{he(C)},[C]),g.useEffect(()=>{We(w)},[w]),g.useEffect(()=>{xt(_)},[_]),g.useEffect(()=>{Je(b)},[b]),g.useEffect(()=>{Ft(v)},[v]),g.useEffect(()=>{Jt.current!==pe&&console.warn("[react-tooltip] Do not change `disableStyleInjection` dynamically.")},[pe]),g.useEffect(()=>{typeof window<"u"&&window.dispatchEvent(new CustomEvent("react-tooltip-inject-styles",{detail:{disableCore:pe==="core",disableBase:pe}}))},[]),g.useEffect(()=>{var Ce;const Ze=new Set(Lt);let ne=n;if(!ne&&e&&(ne=`[data-tooltip-id='${e.replace(/'/g,"\\'")}']`),ne)try{document.querySelectorAll(ne).forEach(oe=>{Ze.add({current:oe})})}catch{console.warn(`[react-tooltip] "${ne}" is not a valid CSS selector`)}const de=document.querySelector(`[id='${t}']`);if(de&&Ze.add({current:de}),!Ze.size)return()=>null;const Le=(Ce=Ne??de)!==null&&Ce!==void 0?Ce:cn.current,Kt=new MutationObserver(oe=>{oe.forEach(se=>{var Pe;if(!Le||se.type!=="attributes"||!(!((Pe=se.attributeName)===null||Pe===void 0)&&Pe.startsWith("data-tooltip-")))return;const $e=et(Le);$t($e)})}),U={attributes:!0,childList:!1,subtree:!1};if(Le){const oe=et(Le);$t(oe),Kt.observe(Le,U)}return()=>{Kt.disconnect()}},[Lt,cn,Ne,t,n]),g.useEffect(()=>{q!=null&&q.border&&console.warn("[react-tooltip] Do not set `style.border`. Use `border` prop instead."),me&&!Cs("border",`${me}`)&&console.warn(`[react-tooltip] "${me}" is not a valid \`border\`.`),q!=null&&q.opacity&&console.warn("[react-tooltip] Do not set `style.opacity`. Use `opacity` prop instead."),N&&!Cs("opacity",`${N}`)&&console.warn(`[react-tooltip] "${N}" is not a valid \`opacity\`.`)},[]);let zt=h;const ln=g.useRef(null);if(o){const Ce=o({content:(Ne==null?void 0:Ne.getAttribute("data-tooltip-content"))||H||null,activeAnchor:Ne});zt=Ce?g.createElement("div",{ref:ln,className:"react-tooltip-content-wrapper"},Ce):null}else H&&(zt=H);W&&(zt=g.createElement(xh,{content:W}));const Xt={forwardRef:Y,id:e,anchorId:t,anchorSelect:n,className:yt(s,Wt),classNameArrow:c,content:zt,contentWrapperRef:ln,place:j,variant:B,offset:ke,wrapper:He,events:Oe,openOnClick:m,positionStrategy:Ye,middlewares:I,delayShow:Fe,delayHide:It,float:ot,hidden:bt,noArrow:x,clickable:E,closeOnEsc:M,closeOnScroll:O,closeOnResize:V,openEvents:J,closeEvents:X,globalCloseEvents:Z,imperativeModeOnly:te,style:q,position:ae,isOpen:re,defaultIsOpen:ee,border:me,opacity:N,arrowColor:P,setIsOpen:L,afterShow:k,afterHide:D,disableTooltip:A,activeAnchor:Ne,setActiveAnchor:Ce=>Mt(Ce),role:G};return g.createElement(Ih,{...Xt})});typeof window<"u"&&window.addEventListener("react-tooltip-inject-styles",e=>{e.detail.disableCore||bs({css:":root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:0.9;--rt-transition-show-delay:0.15s;--rt-transition-closing-delay:0.15s}.core-styles-module_tooltip__3vRRp{position:absolute;top:0;left:0;pointer-events:none;opacity:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{position:absolute;background:inherit}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:var(--rt-opacity);transition:opacity var(--rt-transition-show-delay)ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity var(--rt-transition-closing-delay)ease-in}",type:"core"}),e.detail.disableBase||bs({css:`
|
|
49
|
-
.styles-module_tooltip__mnnfp{padding:8px 16px;border-radius:3px;font-size:90%;width:max-content}.styles-module_arrow__K0L3T{width:8px;height:8px}[class*='react-tooltip__place-top']>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*='react-tooltip__place-right']>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*='react-tooltip__place-bottom']>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*='react-tooltip__place-left']>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}`,type:"base"})});function _h(){return a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",children:[a.jsxs("g",{clipPath:"url(#clip0_2896_16290)",children:[a.jsx("path",{d:"M8.00032 11.167L8.00032 7.83366M8.00032 1.83366C4.33366 1.83366 1.33366 4.83366 1.33366 8.50033C1.33366 12.167 4.33366 15.167 8.00033 15.167C11.667 15.167 14.667 12.167 14.667 8.50033C14.667 4.83366 11.667 1.83366 8.00032 1.83366Z",stroke:"#6B7280",strokeLinecap:"round",strokeLinejoin:"round"}),a.jsx("path",{d:"M8.00293 5.83301L7.99768 5.83301",stroke:"#6B7280",strokeLinecap:"round",strokeLinejoin:"round"})]}),a.jsx("defs",{children:a.jsx("clipPath",{id:"clip0_2896_16290",children:a.jsx("rect",{width:"16",height:"16",fill:"white",transform:"translate(16 16.5) rotate(180)"})})})]})}function Ch({id:e,tooltipText:t}){return a.jsxs(a.Fragment,{children:[a.jsx("span",{"data-tooltip-id":e,style:{maxWidth:"20rem"},children:_h()}),a.jsx(bh,{id:e,place:"top",content:t,style:{maxWidth:"30rem"}})]})}const wi=g.createContext(null);function lc(){const e=g.useContext(wi);if(e===null)throw new Error("useSelectedNavObjectName must be used within a SelectedNavObjectNameProvider");return{selectedObjectName:e}}const Ii=g.createContext(()=>{});function Sh(){const e=g.useContext(Ii);if(!e)throw new Error("useSetNextTabIndex must be used within a NextTabIndexProvider");return{onNextIncompleteTab:e}}var uc=Symbol.for("immer-nothing"),Ns=Symbol.for("immer-draftable"),lt=Symbol.for("immer-state"),Eh=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 rt(e,...t){if(process.env.NODE_ENV!=="production"){const n=Eh[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 Pn=Object.getPrototypeOf;function Dn(e){return!!e&&!!e[lt]}function In(e){var t;return e?dc(e)||Array.isArray(e)||!!e[Ns]||!!((t=e.constructor)!=null&&t[Ns])||Gr(e)||Yr(e):!1}var Oh=Object.prototype.constructor.toString();function dc(e){if(!e||typeof e!="object")return!1;const t=Pn(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)===Oh}function Fr(e,t){Xr(e)===0?Reflect.ownKeys(e).forEach(n=>{t(n,e[n],e)}):e.forEach((n,r)=>t(r,n,e))}function Xr(e){const t=e[lt];return t?t.type_:Array.isArray(e)?1:Gr(e)?2:Yr(e)?3:0}function Do(e,t){return Xr(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function pc(e,t,n){const r=Xr(e);r===2?e.set(t,n):r===3?e.add(n):e[t]=n}function Nh(e,t){return e===t?e!==0||1/e===1/t:e!==e&&t!==t}function Gr(e){return e instanceof Map}function Yr(e){return e instanceof Set}function hn(e){return e.copy_||e.base_}function ko(e,t){if(Gr(e))return new Map(e);if(Yr(e))return new Set(e);if(Array.isArray(e))return Array.prototype.slice.call(e);const n=dc(e);if(t===!0||t==="class_only"&&!n){const r=Object.getOwnPropertyDescriptors(e);delete r[lt];let i=Reflect.ownKeys(r);for(let o=0;o<i.length;o++){const s=i[o],c=r[s];c.writable===!1&&(c.writable=!0,c.configurable=!0),(c.get||c.set)&&(r[s]={configurable:!0,writable:!0,enumerable:c.enumerable,value:e[s]})}return Object.create(Pn(e),r)}else{const r=Pn(e);if(r!==null&&n)return{...e};const i=Object.create(r);return Object.assign(i,e)}}function xi(e,t=!1){return Zr(e)||Dn(e)||!In(e)||(Xr(e)>1&&(e.set=e.add=e.clear=e.delete=Th),Object.freeze(e),t&&Object.entries(e).forEach(([n,r])=>xi(r,!0))),e}function Th(){rt(2)}function Zr(e){return Object.isFrozen(e)}var Rh={};function xn(e){const t=Rh[e];return t||rt(0,e),t}var Yn;function fc(){return Yn}function Ah(e,t){return{drafts_:[],parent_:e,immer_:t,canAutoFreeze_:!0,unfinalizedDrafts_:0}}function Ts(e,t){t&&(xn("Patches"),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function Fo(e){Mo(e),e.drafts_.forEach(jh),e.drafts_=null}function Mo(e){e===Yn&&(Yn=e.parent_)}function Rs(e){return Yn=Ah(Yn,e)}function jh(e){const t=e[lt];t.type_===0||t.type_===1?t.revoke_():t.revoked_=!0}function As(e,t){t.unfinalizedDrafts_=t.drafts_.length;const n=t.drafts_[0];return e!==void 0&&e!==n?(n[lt].modified_&&(Fo(t),rt(4)),In(e)&&(e=Mr(t,e),t.parent_||Lr(t,e)),t.patches_&&xn("Patches").generateReplacementPatches_(n[lt].base_,e,t.patches_,t.inversePatches_)):e=Mr(t,n,[]),Fo(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==uc?e:void 0}function Mr(e,t,n){if(Zr(t))return t;const r=t[lt];if(!r)return Fr(t,(i,o)=>js(e,r,t,i,o,n)),t;if(r.scope_!==e)return t;if(!r.modified_)return Lr(e,r.base_,!0),r.base_;if(!r.finalized_){r.finalized_=!0,r.scope_.unfinalizedDrafts_--;const i=r.copy_;let o=i,s=!1;r.type_===3&&(o=new Set(i),i.clear(),s=!0),Fr(o,(c,l)=>js(e,r,i,c,l,n,s)),Lr(e,i,!1),n&&e.patches_&&xn("Patches").generatePatches_(r,n,e.patches_,e.inversePatches_)}return r.copy_}function js(e,t,n,r,i,o,s){if(process.env.NODE_ENV!=="production"&&i===n&&rt(5),Dn(i)){const c=o&&t&&t.type_!==3&&!Do(t.assigned_,r)?o.concat(r):void 0,l=Mr(e,i,c);if(pc(n,r,l),Dn(l))e.canAutoFreeze_=!1;else return}else s&&n.add(i);if(In(i)&&!Zr(i)){if(!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1)return;Mr(e,i),(!t||!t.scope_.parent_)&&typeof r!="symbol"&&Object.prototype.propertyIsEnumerable.call(n,r)&&Lr(e,i)}}function Lr(e,t,n=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&xi(t,n)}function Ph(e,t){const n=Array.isArray(e),r={type_:n?1:0,scope_:t?t.scope_:fc(),modified_:!1,finalized_:!1,assigned_:{},parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1};let i=r,o=bi;n&&(i=[r],o=Zn);const{revoke:s,proxy:c}=Proxy.revocable(i,o);return r.draft_=c,r.revoke_=s,c}var bi={get(e,t){if(t===lt)return e;const n=hn(e);if(!Do(n,t))return Dh(e,n,t);const r=n[t];return e.finalized_||!In(r)?r:r===yo(e.base_,t)?(wo(e),e.copy_[t]=$o(r,e)):r},has(e,t){return t in hn(e)},ownKeys(e){return Reflect.ownKeys(hn(e))},set(e,t,n){const r=mc(hn(e),t);if(r!=null&&r.set)return r.set.call(e.draft_,n),!0;if(!e.modified_){const i=yo(hn(e),t),o=i==null?void 0:i[lt];if(o&&o.base_===n)return e.copy_[t]=n,e.assigned_[t]=!1,!0;if(Nh(n,i)&&(n!==void 0||Do(e.base_,t)))return!0;wo(e),Lo(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 yo(e.base_,t)!==void 0||t in e.base_?(e.assigned_[t]=!1,wo(e),Lo(e)):delete e.assigned_[t],e.copy_&&delete e.copy_[t],!0},getOwnPropertyDescriptor(e,t){const n=hn(e),r=Reflect.getOwnPropertyDescriptor(n,t);return r&&{writable:!0,configurable:e.type_!==1||t!=="length",enumerable:r.enumerable,value:n[t]}},defineProperty(){rt(11)},getPrototypeOf(e){return Pn(e.base_)},setPrototypeOf(){rt(12)}},Zn={};Fr(bi,(e,t)=>{Zn[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}});Zn.deleteProperty=function(e,t){return process.env.NODE_ENV!=="production"&&isNaN(parseInt(t))&&rt(13),Zn.set.call(this,e,t,void 0)};Zn.set=function(e,t,n){return process.env.NODE_ENV!=="production"&&t!=="length"&&isNaN(parseInt(t))&&rt(14),bi.set.call(this,e[0],t,n,e[0])};function yo(e,t){const n=e[lt];return(n?hn(n):e)[t]}function Dh(e,t,n){var i;const r=mc(t,n);return r?"value"in r?r.value:(i=r.get)==null?void 0:i.call(e.draft_):void 0}function mc(e,t){if(!(t in e))return;let n=Pn(e);for(;n;){const r=Object.getOwnPropertyDescriptor(n,t);if(r)return r;n=Pn(n)}}function Lo(e){e.modified_||(e.modified_=!0,e.parent_&&Lo(e.parent_))}function wo(e){e.copy_||(e.copy_=ko(e.base_,e.scope_.immer_.useStrictShallowCopy_))}var kh=class{constructor(e){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.produce=(t,n,r)=>{if(typeof t=="function"&&typeof n!="function"){const o=n;n=t;const s=this;return function(l=o,...u){return s.produce(l,d=>n.call(this,d,...u))}}typeof n!="function"&&rt(6),r!==void 0&&typeof r!="function"&&rt(7);let i;if(In(t)){const o=Rs(this),s=$o(t,void 0);let c=!0;try{i=n(s),c=!1}finally{c?Fo(o):Mo(o)}return Ts(o,r),As(i,o)}else if(!t||typeof t!="object"){if(i=n(t),i===void 0&&(i=t),i===uc&&(i=void 0),this.autoFreeze_&&xi(i,!0),r){const o=[],s=[];xn("Patches").generateReplacementPatches_(t,i,o,s),r(o,s)}return i}else rt(1,t)},this.produceWithPatches=(t,n)=>{if(typeof t=="function")return(s,...c)=>this.produceWithPatches(s,l=>t(l,...c));let r,i;return[this.produce(t,n,(s,c)=>{r=s,i=c}),r,i]},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){In(e)||rt(8),Dn(e)&&(e=Fh(e));const t=Rs(this),n=$o(e,void 0);return n[lt].isManual_=!0,Mo(t),n}finishDraft(e,t){const n=e&&e[lt];(!n||!n.isManual_)&&rt(9);const{scope_:r}=n;return Ts(r,t),As(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 i=t[n];if(i.path.length===0&&i.op==="replace"){e=i.value;break}}n>-1&&(t=t.slice(n+1));const r=xn("Patches").applyPatches_;return Dn(e)?r(e,t):this.produce(e,i=>r(i,t))}};function $o(e,t){const n=Gr(e)?xn("MapSet").proxyMap_(e,t):Yr(e)?xn("MapSet").proxySet_(e,t):Ph(e,t);return(t?t.scope_:fc()).drafts_.push(n),n}function Fh(e){return Dn(e)||rt(10,e),hc(e)}function hc(e){if(!In(e)||Zr(e))return e;const t=e[lt];let n;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,n=ko(e,t.scope_.immer_.useStrictShallowCopy_)}else n=ko(e,!0);return Fr(n,(r,i)=>{pc(n,r,hc(i))}),t&&(t.finalized_=!1),n}var ut=new kh,qn=ut.produce;ut.produceWithPatches.bind(ut);ut.setAutoFreeze.bind(ut);ut.setUseStrictShallowCopy.bind(ut);ut.applyPatches.bind(ut);ut.createDraft.bind(ut);ut.finishDraft.bind(ut);const gc=g.createContext(void 0),Mh={};function Qr(){const e=g.useContext(gc);if(!e)throw new Error("useObjectsConfigureState must be used within a ConfigurationProvider");return e}function Lh({children:e}){const{installation:t}=dt(),{hydratedRevision:n,loading:r}=Ln(),[i,o]=g.useState(Mh),s=t==null?void 0:t.config;g.useEffect(()=>{n!=null&&n.content&&!r&&s&&!(Object.entries(i).length>0)&&rf(n,s,o)},[n,r,s,i]);const c=g.useCallback((p,m)=>{o(v=>qn(v,I=>{I[p]=qn(I[p],m)}))},[o]),l=g.useCallback((p,m)=>{o(v=>qn(v,I=>{I[p]=m}))},[o]),u=g.useCallback(()=>{o(qn(p=>{const m=p.other.write;m&&(m.isWriteModified=!1)}))},[o]),d=g.useCallback(p=>{o(qn(m=>{var I;const v=(I=m[p])==null?void 0:I.read;v&&(v.isOptionalFieldsModified=!1,v.isRequiredMapFieldsModified=!1)}))},[o]),f=g.useCallback(p=>{p===tn?u():d(p)},[d,u]),h=g.useMemo(()=>({objectConfigurationsState:i,setObjectConfigurationsState:o,setConfigureState:c,resetConfigureState:l,resetPendingConfigurationState:f}),[i,l,f,c]);return a.jsx(gc.Provider,{value:h,children:e})}const sn=()=>{const{appName:e}=je(),{objectConfigurationsState:t,setConfigureState:n}=Qr(),{selectedObjectName:r}=lc(),i=la(r||"",t);return{appName:e,configureState:i,setConfigureState:n,selectedObjectName:r}};function $h(e,t,n){var i;const r=((i=e==null?void 0:e.read)==null?void 0:i.selectedFieldMappings)||{};if(r[t]=n,e!=null&&e.read){const o=e.read.savedConfig.requiredMapFields,c=!zo(o,r);e.read.isRequiredMapFieldsModified=c}}function vc(e,t,n,r){t(e,i=>$h(i,n,r))}function Ko({field:e,onSelectChange:t,allFields:n}){var p;const{configureState:r,selectedObjectName:i,setConfigureState:o}=sn(),[s,c]=g.useState(!0),l=(p=r==null?void 0:r.read)==null?void 0:p.selectedFieldMappings,u=l==null?void 0:l[e.mapToName];g.useEffect(()=>{e._default&&!u&&i&&r&&vc(i,o,e.mapToName,e._default),c(!1)},[e,o,i,u,r]);const d=g.useMemo(()=>n==null?void 0:n.map(m=>a.jsx("option",{value:m.fieldName,children:m.displayName},m.fieldName)),[n]),f=g.useMemo(()=>n.map(m=>({id:m.fieldName,label:m.displayName,value:m.fieldName})),[n]),h=Ae?a.jsx(Am,{items:f,selectedValue:u||null,onSelectedItemChange:m=>{t({target:{name:e.mapToName,value:m==null?void 0:m.value}})},placeholder:u||"Please select one"}):a.jsx(T.Select,{name:e.mapToName,variant:"flushed",value:u||void 0,onChange:t,placeholder:u?void 0:"Please select one",disabled:s,children:d});return a.jsxs("div",{style:{display:"flex",flexDirection:"column"},children:[a.jsxs("div",{style:{display:"flex",flexDirection:"row",gap:".25rem",marginBottom:".25rem"},children:[a.jsx("span",{style:{fontWeight:500},children:e.mapToDisplayName}),a.jsx("span",{children:(e==null?void 0:e.prompt)&&a.jsx(Ch,{id:`tooltip-id-${e==null?void 0:e.prompt}`,tooltipText:e==null?void 0:e.prompt})})]}),h]},e.mapToName)}const Kh="_formControl_4arwu_1",Vh="_formLabel_4arwu_5",Hh="_formLabelRequired_4arwu_11",Bh="_formInput_4arwu_16",Uh="_formInputInvalid_4arwu_20",qh="_formError_4arwu_24",Wh="_disabled_4arwu_30",mn={formControl:Kh,formLabel:Vh,formLabelRequired:Hh,formInput:Bh,formInputInvalid:Uh,formError:qh,disabled:Wh};function Jh({id:e,label:t,isRequired:n=!1,isDisabled:r=!1,isInvalid:i=!1,errorMessage:o,children:s}){return a.jsxs("div",{className:yt(mn.formControl,{[mn.disabled]:r}),children:[t&&a.jsx("label",{htmlFor:e,className:yt(mn.formLabel,{[mn.formLabelRequired]:n}),children:t}),a.jsx("div",{id:e,className:yt(mn.formInput,{[mn.formInputInvalid]:i}),children:s}),i&&o&&a.jsx("div",{className:mn.formError,role:"alert",children:o})]})}const zh="_divider_j6suu_1",Ps={divider:zh};function or({className:e,style:t}){return Ae?a.jsx("hr",{className:e?`${Ps.divider} ${e}`:Ps.divider,style:t}):a.jsx(T.Divider,{className:e,style:t})}const Xh=getComputedStyle(document.documentElement).getPropertyValue("--amp-colors-text-secondary").trim()||"#737373";function Kn({string:e}){return a.jsxs("div",{style:{display:"flex",position:"relative",paddingTop:"1rem",paddingBottom:".5rem"},children:[a.jsx("h3",{style:{color:Xh,fontSize:"1rem",fontWeight:"500"},children:e}),a.jsx("div",{style:{display:"flex",flex:1,justifyContent:"flex-end",alignItems:"center"},children:a.jsx(or,{style:{marginLeft:"1rem"}})})]})}function Gh(){const{selectedObjectName:e,configureState:t,setConfigureState:n}=sn(),{fieldMapping:r}=dt(),{isError:i,removeError:o}=on(),s=l=>{const{value:u,name:d}=l.target;u&&(e&&vc(e,n,d,u),i(Se.MAPPING,d)&&o(Se.MAPPING,d))},c=g.useMemo(()=>{var f;const l=((f=t==null?void 0:t.read)==null?void 0:f.requiredMapFields)||[],u=e&&r?Object.values(r[e]||{}).flat():[];return l.concat(u).reduce((h,p)=>h.find(v=>v.mapToName===p.mapToName)?h.map(v=>v.mapToName===p.mapToName?p:v):h.concat(p),new Array).filter(jt)},[t,r,e]);return c!=null&&c.length?a.jsxs(a.Fragment,{children:[a.jsx(Kn,{string:"Map the following fields (required)"}),a.jsx("div",{style:{display:"flex",gap:"1rem",flexDirection:"column"},children:c.map(l=>{var u,d;return Ae?a.jsx(Jh,{id:l.mapToName,isInvalid:i(Se.MAPPING,l.mapToName),errorMessage:"* required",children:a.jsx(Ko,{allFields:((u=t==null?void 0:t.read)==null?void 0:u.allFields)||[],field:l,onSelectChange:s})},l.mapToName):a.jsxs(T.FormControl,{isInvalid:i(Se.MAPPING,l.mapToName),children:[a.jsx(Ko,{allFields:((d=t==null?void 0:t.read)==null?void 0:d.allFields)||[],field:l,onSelectChange:s}),a.jsx(T.FormErrorMessage,{children:" * required"})]},l.mapToName)})})]}):null}function Yh(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function yc(...e){return t=>e.forEach(n=>Yh(n,t))}function Qn(...e){return $.useCallback(yc(...e),e)}function Zh(e,t=[]){let n=[];function r(o,s){const c=$.createContext(s),l=n.length;n=[...n,s];const u=f=>{var C;const{scope:h,children:p,...m}=f,v=((C=h==null?void 0:h[e])==null?void 0:C[l])||c,I=$.useMemo(()=>m,Object.values(m));return a.jsx(v.Provider,{value:I,children:p})};u.displayName=o+"Provider";function d(f,h){var v;const p=((v=h==null?void 0:h[e])==null?void 0:v[l])||c,m=$.useContext(p);if(m)return m;if(s!==void 0)return s;throw new Error(`\`${f}\` must be used within \`${o}\``)}return[u,d]}const i=()=>{const o=n.map(s=>$.createContext(s));return function(c){const l=(c==null?void 0:c[e])||o;return $.useMemo(()=>({[`__scope${e}`]:{...c,[e]:l}}),[c,l])}};return i.scopeName=e,[r,Qh(i,...t)]}function Qh(...e){const t=e[0];if(e.length===1)return t;const n=()=>{const r=e.map(i=>({useScope:i(),scopeName:i.scopeName}));return function(o){const s=r.reduce((c,{useScope:l,scopeName:u})=>{const f=l(o)[`__scope${u}`];return{...c,...f}},{});return $.useMemo(()=>({[`__scope${t.scopeName}`]:s}),[s])}};return n.scopeName=t.scopeName,n}function Ot(e,t,{checkForDefaultPrevented:n=!0}={}){return function(i){if(e==null||e(i),n===!1||!i.defaultPrevented)return t==null?void 0:t(i)}}function _i(e){const t=$.useRef(e);return $.useEffect(()=>{t.current=e}),$.useMemo(()=>(...n)=>{var r;return(r=t.current)==null?void 0:r.call(t,...n)},[])}function Ci({prop:e,defaultProp:t,onChange:n=()=>{}}){const[r,i]=eg({defaultProp:t,onChange:n}),o=e!==void 0,s=o?e:r,c=_i(n),l=$.useCallback(u=>{if(o){const f=typeof u=="function"?u(e):u;f!==e&&c(f)}else i(u)},[o,e,i,c]);return[s,l]}function eg({defaultProp:e,onChange:t}){const n=$.useState(e),[r]=n,i=$.useRef(r),o=_i(t);return $.useEffect(()=>{i.current!==r&&(o(r),i.current=r)},[r,i,o]),n}function tg(e){const t=$.useRef({value:e,previous:e});return $.useMemo(()=>(t.current.value!==e&&(t.current.previous=t.current.value,t.current.value=e),t.current.previous),[e])}var $r=globalThis!=null&&globalThis.document?$.useLayoutEffect:()=>{};function ng(e){const[t,n]=$.useState(void 0);return $r(()=>{if(e){n({width:e.offsetWidth,height:e.offsetHeight});const r=new ResizeObserver(i=>{if(!Array.isArray(i)||!i.length)return;const o=i[0];let s,c;if("borderBoxSize"in o){const l=o.borderBoxSize,u=Array.isArray(l)?l[0]:l;s=u.inlineSize,c=u.blockSize}else s=e.offsetWidth,c=e.offsetHeight;n({width:s,height:c})});return r.observe(e,{box:"border-box"}),()=>r.unobserve(e)}else n(void 0)},[e]),t}function rg(e,t){return $.useReducer((n,r)=>t[n][r]??n,e)}var Si=e=>{const{present:t,children:n}=e,r=og(t),i=typeof n=="function"?n({present:r.isPresent}):$.Children.only(n),o=Qn(r.ref,ig(i));return typeof n=="function"||r.isPresent?$.cloneElement(i,{ref:o}):null};Si.displayName="Presence";function og(e){const[t,n]=$.useState(),r=$.useRef({}),i=$.useRef(e),o=$.useRef("none"),s=e?"mounted":"unmounted",[c,l]=rg(s,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return $.useEffect(()=>{const u=br(r.current);o.current=c==="mounted"?u:"none"},[c]),$r(()=>{const u=r.current,d=i.current;if(d!==e){const h=o.current,p=br(u);e?l("MOUNT"):p==="none"||(u==null?void 0:u.display)==="none"?l("UNMOUNT"):l(d&&h!==p?"ANIMATION_OUT":"UNMOUNT"),i.current=e}},[e,l]),$r(()=>{if(t){let u;const d=t.ownerDocument.defaultView??window,f=p=>{const v=br(r.current).includes(p.animationName);if(p.target===t&&v&&(l("ANIMATION_END"),!i.current)){const I=t.style.animationFillMode;t.style.animationFillMode="forwards",u=d.setTimeout(()=>{t.style.animationFillMode==="forwards"&&(t.style.animationFillMode=I)})}},h=p=>{p.target===t&&(o.current=br(r.current))};return t.addEventListener("animationstart",h),t.addEventListener("animationcancel",f),t.addEventListener("animationend",f),()=>{d.clearTimeout(u),t.removeEventListener("animationstart",h),t.removeEventListener("animationcancel",f),t.removeEventListener("animationend",f)}}else l("ANIMATION_END")},[t,l]),{isPresent:["mounted","unmountSuspended"].includes(c),ref:$.useCallback(u=>{u&&(r.current=getComputedStyle(u)),n(u)},[])}}function br(e){return(e==null?void 0:e.animationName)||"none"}function ig(e){var r,i;let t=(r=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:r.get,n=t&&"isReactWarning"in t&&t.isReactWarning;return n?e.ref:(t=(i=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:i.get,n=t&&"isReactWarning"in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}var Kr=$.forwardRef((e,t)=>{const{children:n,...r}=e,i=$.Children.toArray(n),o=i.find(ag);if(o){const s=o.props.children,c=i.map(l=>l===o?$.Children.count(s)>1?$.Children.only(null):$.isValidElement(s)?s.props.children:null:l);return a.jsx(Vo,{...r,ref:t,children:$.isValidElement(s)?$.cloneElement(s,void 0,c):null})}return a.jsx(Vo,{...r,ref:t,children:n})});Kr.displayName="Slot";var Vo=$.forwardRef((e,t)=>{const{children:n,...r}=e;if($.isValidElement(n)){const i=lg(n);return $.cloneElement(n,{...cg(r,n.props),ref:t?yc(t,i):i})}return $.Children.count(n)>1?$.Children.only(null):null});Vo.displayName="SlotClone";var sg=({children:e})=>a.jsx(a.Fragment,{children:e});function ag(e){return $.isValidElement(e)&&e.type===sg}function cg(e,t){const n={...t};for(const r in t){const i=e[r],o=t[r];/^on[A-Z]/.test(r)?i&&o?n[r]=(...c)=>{o(...c),i(...c)}:i&&(n[r]=i):r==="style"?n[r]={...i,...o}:r==="className"&&(n[r]=[i,o].filter(Boolean).join(" "))}return{...e,...n}}function lg(e){var r,i;let t=(r=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:r.get,n=t&&"isReactWarning"in t&&t.isReactWarning;return n?e.ref:(t=(i=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:i.get,n=t&&"isReactWarning"in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}var ug=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"],an=ug.reduce((e,t)=>{const n=$.forwardRef((r,i)=>{const{asChild:o,...s}=r,c=o?Kr:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),a.jsx(c,{...s,ref:i})});return n.displayName=`Primitive.${t}`,{...e,[t]:n}},{}),Ei="Checkbox",[dg,Uy]=Zh(Ei),[pg,fg]=dg(Ei),wc=$.forwardRef((e,t)=>{const{__scopeCheckbox:n,name:r,checked:i,defaultChecked:o,required:s,disabled:c,value:l="on",onCheckedChange:u,form:d,...f}=e,[h,p]=$.useState(null),m=Qn(t,b=>p(b)),v=$.useRef(!1),I=h?d||!!h.closest("form"):!0,[C=!1,w]=Ci({prop:i,defaultProp:o,onChange:u}),_=$.useRef(C);return $.useEffect(()=>{const b=h==null?void 0:h.form;if(b){const x=()=>w(_.current);return b.addEventListener("reset",x),()=>b.removeEventListener("reset",x)}},[h,w]),a.jsxs(pg,{scope:n,state:C,disabled:c,children:[a.jsx(an.button,{type:"button",role:"checkbox","aria-checked":en(C)?"mixed":C,"aria-required":s,"data-state":bc(C),"data-disabled":c?"":void 0,disabled:c,value:l,...f,ref:m,onKeyDown:Ot(e.onKeyDown,b=>{b.key==="Enter"&&b.preventDefault()}),onClick:Ot(e.onClick,b=>{w(x=>en(x)?!0:!x),I&&(v.current=b.isPropagationStopped(),v.current||b.stopPropagation())})}),I&&a.jsx(mg,{control:h,bubbles:!v.current,name:r,value:l,checked:C,required:s,disabled:c,form:d,style:{transform:"translateX(-100%)"},defaultChecked:en(o)?!1:o})]})});wc.displayName=Ei;var Ic="CheckboxIndicator",xc=$.forwardRef((e,t)=>{const{__scopeCheckbox:n,forceMount:r,...i}=e,o=fg(Ic,n);return a.jsx(Si,{present:r||en(o.state)||o.state===!0,children:a.jsx(an.span,{"data-state":bc(o.state),"data-disabled":o.disabled?"":void 0,...i,ref:t,style:{pointerEvents:"none",...e.style}})})});xc.displayName=Ic;var mg=e=>{const{control:t,checked:n,bubbles:r=!0,defaultChecked:i,...o}=e,s=$.useRef(null),c=tg(n),l=ng(t);$.useEffect(()=>{const d=s.current,f=window.HTMLInputElement.prototype,p=Object.getOwnPropertyDescriptor(f,"checked").set;if(c!==n&&p){const m=new Event("click",{bubbles:r});d.indeterminate=en(n),p.call(d,en(n)?!1:n),d.dispatchEvent(m)}},[c,n,r]);const u=$.useRef(en(n)?!1:n);return a.jsx("input",{type:"checkbox","aria-hidden":!0,defaultChecked:i??u.current,...o,tabIndex:-1,ref:s,style:{...e.style,...l,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})};function en(e){return e==="indeterminate"}function bc(e){return en(e)?"indeterminate":e?"checked":"unchecked"}var _c=wc,Cc=xc;function Sc(e,t){if(e==null)return{};var n={},r=Object.keys(e),i,o;for(o=0;o<r.length;o++)i=r[o],!(t.indexOf(i)>=0)&&(n[i]=e[i]);return n}var hg=["color"],Ec=g.forwardRef(function(e,t){var n=e.color,r=n===void 0?"currentColor":n,i=Sc(e,hg);return g.createElement("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},i,{ref:t}),g.createElement("path",{d:"M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z",fill:r,fillRule:"evenodd",clipRule:"evenodd"}))}),gg=["color"],vg=g.forwardRef(function(e,t){var n=e.color,r=n===void 0?"currentColor":n,i=Sc(e,gg);return g.createElement("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},i,{ref:t}),g.createElement("path",{d:"M2 7.5C2 7.22386 2.22386 7 2.5 7H12.5C12.7761 7 13 7.22386 13 7.5C13 7.77614 12.7761 8 12.5 8H2.5C2.22386 8 2 7.77614 2 7.5Z",fill:r,fillRule:"evenodd",clipRule:"evenodd"}))});const yg="_checkboxGroupContainer_19hkn_1",wg="_stack_19hkn_6",Ig="_selectAllContainer_19hkn_11",xg="_fieldContainer_19hkn_18",bg="_checkbox_19hkn_1",kn={checkboxGroupContainer:yg,stack:wg,selectAllContainer:Ig,fieldContainer:xg,checkbox:bg};function Oc({id:e,isChecked:t,label:n,onCheckedChange:r}){return a.jsxs("div",{className:kn.fieldContainer,children:[a.jsx(_c,{className:kn.checkbox,id:e,onCheckedChange:r,checked:t,children:a.jsx(Cc,{children:a.jsx(Ec,{})})}),a.jsx("label",{htmlFor:e,style:{overflowWrap:"anywhere"},children:n})]})}function Nc({id:e,isChecked:t,label:n,onCheckedChange:r,isIndeterminate:i}){return a.jsxs("div",{className:kn.selectAllContainer,children:[a.jsx(_c,{className:kn.checkbox,id:e,onCheckedChange:r,children:a.jsxs(Cc,{children:[i&&a.jsx(vg,{}),t===!0&&a.jsx(Ec,{})]})}),a.jsx("label",{htmlFor:e,children:n})]})}function Tc({children:e}){return a.jsx("div",{className:kn.checkboxGroupContainer,children:e})}function Rc({children:e}){return a.jsx("div",{className:kn.stack,children:e})}function _g(e,t,n){var i,o;const r=((i=e==null?void 0:e.read)==null?void 0:i.selectedOptionalFields)||{};if(r[t]=n,n||delete r[t],(o=e.read)!=null&&o.savedConfig.optionalFields){const s=e.read.savedConfig.optionalFields,l=!zo(s,r);e.read.isOptionalFieldsModified=l}else console.warn("read.savedConfig.optionalFields is undefined")}function Vr(e,t,n,r){t(e,i=>_g(i,n,r))}function Cg(){var f,h;const{appName:e,configureState:t,setConfigureState:n,selectedObjectName:r}=sn(),i=(f=t==null?void 0:t.read)==null?void 0:f.selectedOptionalFields,o=(p,m)=>{p!=="indeterminate"&&r&&t&&Vr(r,n,m,p)},s=(h=t==null?void 0:t.read)==null?void 0:h.optionalFields,c=p=>{r&&s&&s.forEach(m=>{jt(m)||Vr(r,n,m.fieldName,p)})},l=!!(s&&s.length>0),u=Object.keys(i||{}).length===(s==null?void 0:s.length),d=!u&&Object.keys(i||{}).length>0;return l&&a.jsxs(a.Fragment,{children:[a.jsx(Kn,{string:`${e} reads the following optional fields`}),a.jsxs(Tc,{children:[((s==null?void 0:s.length)||0)>=2&&a.jsx(Nc,{id:"select-all-fields",isChecked:u,label:"Select all",onCheckedChange:c,isIndeterminate:d}),a.jsx(Rc,{children:s.map(p=>jt(p)?null:a.jsx(Oc,{id:p.fieldName,isChecked:!!(i!=null&&i[p==null?void 0:p.fieldName]),label:p.displayName,onCheckedChange:m=>o(m,p.fieldName)},p.fieldName))})]})]})}function Sg(){var f,h;const{appName:e,configureState:t,setConfigureState:n,selectedObjectName:r}=sn(),i=(f=t==null?void 0:t.read)==null?void 0:f.selectedOptionalFields,o=p=>{const{name:m,checked:v}=p.target;r&&t&&Vr(r,n,m,v)},s=(h=t==null?void 0:t.read)==null?void 0:h.optionalFields,c=p=>{const{checked:m}=p.target;r&&s&&s.forEach(v=>{jt(v)||Vr(r,n,v.fieldName,m)})},l=!!(s&&s.length>0),u=Object.keys(i||{}).length===(s==null?void 0:s.length),d=!u&&Object.keys(i||{}).length>0;return l&&a.jsxs(a.Fragment,{children:[a.jsx(Kn,{string:`${e} reads the following optional fields`}),a.jsxs(T.Stack,{marginBottom:10,maxHeight:300,overflowY:"scroll",border:"2px solid #EFEFEF",borderRadius:8,gap:0,children:[((s==null?void 0:s.length)||0)>=2&&a.jsx(T.Box,{backgroundColor:"gray.50",paddingX:4,paddingY:2,children:a.jsx(T.Checkbox,{name:"selectAll",id:"selectAll",onChange:c,isIndeterminate:d,isChecked:u,children:"Select all"})}),s.map(p=>jt(p)?null:a.jsx(T.Box,{paddingX:4,paddingY:2,borderBottom:"1px",borderColor:"gray.100",children:a.jsx(T.Checkbox,{name:p.fieldName,id:p.fieldName,isChecked:!!(i!=null&&i[p==null?void 0:p.fieldName]),onChange:o,children:a.jsx("p",{style:{overflowWrap:"anywhere"},children:p.displayName})})},p.fieldName))]})]})}function Eg(){return Ae?a.jsx(Cg,{}):a.jsx(Sg,{})}const Og=getComputedStyle(document.documentElement).getPropertyValue("--amp-colors-badge").trim()||"#e5e5e5",Ng=getComputedStyle(document.documentElement).getPropertyValue("--amp-colors-badge-text").trim()||"#404040",Tg={color:Ng,backgroundColor:Og,borderRadius:"4px",display:"inline-block",fontSize:"0.75rem",fontWeight:500,lineHeight:"1.25",padding:"0.25rem 0.5rem"};function Rg({children:e,style:t,...n}){return a.jsx("span",{style:{...Tg,...t},...n,children:e})}function Ag(){var r,i,o;const{configureState:e,selectedObjectName:t}=sn(),{appName:n}=je();return a.jsxs(a.Fragment,{children:[a.jsx(Kn,{string:`${n} reads the following ${t} fields`}),a.jsx("div",{style:{display:"flex",gap:".5rem",marginBottom:".5rem",flexWrap:"wrap"},children:(i=(r=e==null?void 0:e.read)==null?void 0:r.requiredFields)!=null&&i.length?(o=e.read)==null?void 0:o.requiredFields.map(s=>jt(s)?null:a.jsx(Rg,{children:s.displayName},s.fieldName)):"There are no required fields."})]})}function jg(){return a.jsxs(a.Fragment,{children:[a.jsx(Ag,{}),a.jsx(Gh,{}),a.jsx(Eg,{})]})}function Pg(e,t,n){var r,i,o;if(((r=e==null?void 0:e.write)==null?void 0:r.selectedNonConfigurableWriteFields)===null&&(e.write.selectedNonConfigurableWriteFields={}),e!=null&&e.write){const s=e.write.selectedNonConfigurableWriteFields;if(s[t]=n,n||delete s[t],(o=(i=e==null?void 0:e.write)==null?void 0:i.savedConfig)!=null&&o.selectedNonConfigurableWriteFields){const c=e.write.savedConfig.selectedNonConfigurableWriteFields,u=!zo(c,s);e.write.isWriteModified=u}}}function Hr(e,t,n,r){t(e,i=>{Pg(i,n,r)})}function Dg(){var f,h,p,m;const{appName:e,selectedObjectName:t,configureState:n,setConfigureState:r}=sn(),i=(f=n==null?void 0:n.write)==null?void 0:f.selectedNonConfigurableWriteFields,o=(h=n==null?void 0:n.write)==null?void 0:h.writeObjects,s=(v,I)=>{v!=="indeterminate"&&t&&n&&Hr(t,r,I,v)},c=v=>{var I,C;t&&n&&((C=(I=n==null?void 0:n.write)==null?void 0:I.writeObjects)==null||C.forEach(w=>{Hr(t,r,w.objectName,v)}))},l=!!o,u=Object.keys(i||{}).length===((m=(p=n==null?void 0:n.write)==null?void 0:p.writeObjects)==null?void 0:m.length),d=!u&&Object.keys(i||{}).length>0;return l&&a.jsxs(a.Fragment,{children:[a.jsx(Kn,{string:`Allow ${e} to write to these objects`}),a.jsxs(Tc,{children:[((o==null?void 0:o.length)||0)>=2&&a.jsx(Nc,{id:"select-all-fields",onCheckedChange:c,isIndeterminate:d,isChecked:u,label:"Select all"}),a.jsx(Rc,{children:o.map(v=>a.jsx(Oc,{id:v.objectName,onCheckedChange:I=>s(I,v.objectName),isChecked:!!(i!=null&&i[v.objectName]),label:v.displayName},v.objectName))})]})]})}function kg(){var f,h,p,m;const{appName:e,selectedObjectName:t,configureState:n,setConfigureState:r}=sn(),i=(f=n==null?void 0:n.write)==null?void 0:f.selectedNonConfigurableWriteFields,o=(h=n==null?void 0:n.write)==null?void 0:h.writeObjects,s=v=>{const{name:I,checked:C}=v.target;t&&n&&Hr(t,r,I,C)},c=v=>{var C,w;const{checked:I}=v.target;t&&n&&((w=(C=n==null?void 0:n.write)==null?void 0:C.writeObjects)==null||w.forEach(_=>{Hr(t,r,_.objectName,I)}))},l=!!o,u=Object.keys(i||{}).length===((m=(p=n==null?void 0:n.write)==null?void 0:p.writeObjects)==null?void 0:m.length),d=!u&&Object.keys(i||{}).length>0;return l&&a.jsxs(a.Fragment,{children:[a.jsx(Kn,{string:`Allow ${e} to write to these objects`}),a.jsxs(T.Stack,{marginBottom:10,maxHeight:300,overflowY:"scroll",border:"2px solid #EFEFEF",borderRadius:8,gap:0,children:[((o==null?void 0:o.length)||0)>=2&&a.jsx(T.Box,{backgroundColor:"gray.50",paddingX:4,paddingY:2,children:a.jsx(T.Checkbox,{name:"selectAll",id:"selectAll",onChange:c,isIndeterminate:d,isChecked:u,children:"Select all"})}),o.map(v=>a.jsx(T.Box,{display:"flex",alignItems:"center",borderBottom:"1px",borderColor:"gray.100",paddingX:4,paddingY:2,children:a.jsx(T.Checkbox,{name:v.objectName,id:v.objectName,onChange:s,isChecked:!!(i!=null&&i[v.objectName]),children:a.jsx("p",{style:{overflowWrap:"anywhere"},children:v.displayName})})},v.objectName))]})]})}function Fg(){return Ae?a.jsx(Dg,{}):a.jsx(kg,{})}function Ac({buttonText:e,buttonVariant:t="secondary",buttonStyle:n={}}){const r=Ve(),{projectId:i}=je(),{integrationId:o,installation:s,resetInstallations:c,setIntegrationDeleted:l,onUninstallSuccess:u}=dt(),[d,f]=g.useState(!1),h=!i||!o||!(s!=null&&s.id)||d,p=async()=>{if(!h){f(!0),console.warn("uninstalling installation",{projectId:i,integrationId:o,installationId:s.id});try{await Ee().installationApi.deleteInstallation({projectIdOrName:i,integrationId:o,installationId:s.id},{headers:{"X-Api-Key":r,"Content-Type":"application/json"}}),console.warn("successfully uninstalled installation:",s.id),u==null||u(s==null?void 0:s.id),c(),l()}catch(I){console.error("Error uninstalling installation."),Ge(I)}finally{f(!1)}}},m=d?"Uninstalling...":e,v=Ae?a.jsx(wt,{type:"button",onClick:p,disabled:h,variant:t,style:n,children:m}):a.jsx(T.Button,{onClick:p,variant:t,isDisabled:h,style:n,children:m});return s!=null&&s.id?v:null}function Mg(){const{appName:e}=je(),{installation:t}=dt(),n=t!=null&&t.id?`Once you uninstall this integration, all your configuration will be lost, and "${e}" may stop working.`:"You've successfully uninstalled the integration.";return a.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"1rem"},children:[a.jsx("p",{children:n}),a.jsx(Ac,{buttonText:"Yes, uninstall",buttonVariant:"danger"})]})}const Lg=getComputedStyle(document.documentElement).getPropertyValue("--amp-colors-border").trim()||"#e5e5e5",$g=getComputedStyle(document.documentElement).getPropertyValue("--amp-colors-background").trim()||"white";function jc({onSave:e,onReset:t,isLoading:n,isCreateMode:r=!1,errorMsg:i}){var E,M,O;const{installation:o}=dt(),{hydratedRevision:s,loading:c}=Ln(),{configureState:l,selectedObjectName:u}=sn(),d=o==null?void 0:o.config,f=d&&u&&!!ra(d,u)||!1,h=((E=l==null?void 0:l.read)==null?void 0:E.isOptionalFieldsModified)||((M=l==null?void 0:l.read)==null?void 0:M.isRequiredMapFieldsModified),p=(O=l==null?void 0:l.write)==null?void 0:O.isWriteModified,C=c||n||!l||!u||!(h||p||r||u!==tn&&!f),w=u===tn,_=u===Xn,b=Ae?a.jsx(wt,{type:"submit",disabled:C,children:r?"Install":"Save"}):a.jsx(T.Button,{type:"submit",variant:"primary",isDisabled:C,children:r?"Install":"Save"}),x=Ae?a.jsx(wt,{type:"button",onClick:t,disabled:C,variant:"ghost",children:"Reset"}):a.jsx(T.Button,{isDisabled:C,onClick:t,children:"Reset"});return n?a.jsx(Nt,{}):a.jsxs("form",{style:{width:"34rem"},onSubmit:e,children:[a.jsxs("div",{style:{display:"flex",flexDirection:"row-reverse",gap:".8rem",marginBottom:"2rem"},children:[b,x]}),a.jsxs(bn,{style:{padding:"1rem 2rem",minHeight:"300px",backgroundColor:$g,borderColor:Lg},children:[i&&a.jsx(da,{children:typeof i=="string"?i:"Installation Failed."}),c&&a.jsx(Nt,{}),s&&!_&&!w&&a.jsx(jg,{}),s&&!_&&w&&a.jsx(Fg,{}),!c&&_&&a.jsx(Mg,{})]})]})}const Pc=()=>{const{integrationId:e,groupRef:t,consumerRef:n,setInstallation:r,onInstallSuccess:i,onUpdateSuccess:o}=dt(),{hydratedRevision:s,loading:c}=Ln(),{selectedObjectName:l}=lc(),{selectedConnection:u}=Mn(),d=Ve(),{projectId:f}=je(),{resetBoundary:h,setErrors:p,setError:m,getError:v}=on(),{resetConfigureState:I,objectConfigurationsState:C,resetPendingConfigurationState:w}=Qr(),_=la(l||"",C),{onNextIncompleteTab:b}=Sh(),x=g.useCallback(()=>{h(Se.INSTALLATION_MUTATION)},[h]),E=g.useCallback(O=>O?V=>{m(Se.INSTALLATION_MUTATION,O,V)}:V=>{console.error("objectName is required to set installation error: ",V)},[m]),M=g.useCallback(O=>O?v(Se.INSTALLATION_MUTATION,O):"",[v]);return{integrationId:e,groupRef:t,consumerRef:n,setInstallation:r,hydratedRevision:s,loading:c,selectedObjectName:l,selectedConnection:u,apiKey:d,projectId:f,resetBoundary:h,setErrors:p,setMutateInstallationError:E,getMutateInstallationError:M,resetMutateInstallationErrorState:x,resetConfigureState:I,objectConfigurationsState:C,resetPendingConfigurationState:w,configureState:_,onInstallSuccess:i,onUpdateSuccess:o,onNextIncompleteTab:b}},Kg=void 0;function Vg(){const{integrationId:e,groupRef:t,consumerRef:n,setInstallation:r,hydratedRevision:i,loading:o,selectedObjectName:s,selectedConnection:c,apiKey:l,projectId:u,resetBoundary:d,setErrors:f,setMutateInstallationError:h,getMutateInstallationError:p,resetMutateInstallationErrorState:m,resetConfigureState:v,objectConfigurationsState:I,resetPendingConfigurationState:C,configureState:w,onInstallSuccess:_,onNextIncompleteTab:b}=Pc(),[x,E]=g.useState(!1),M=s===tn,O=p(s),V=g.useCallback(()=>{d(Se.MAPPING),i!=null&&i.content&&!o&&s&&sa(i,Kg,s,v)},[d,i,o,s,v]);g.useEffect(()=>{!w&&(i!=null&&i.content)&&!o&&V()},[w,I,i,o,V]);const J=()=>{m();const{requiredMapFields:te,selectedFieldMappings:q}=(w==null?void 0:w.read)||{},{errorList:ae}=oa(te,q,f);ae.length>0||(s&&(c!=null&&c.id)&&l&&u&&e&&t&&n&&i?(E(!0),af(u,e,t,n,c.id,s,l,i,w,h(s),r,_).finally(()=>{E(!1),C(s),b()})):console.error("CreateInstallallation - onSaveReadCreate: missing required props"))},X=()=>{m(),s&&(c!=null&&c.id)&&l&&u&&e&&t&&n&&i?(E(!0),uf(u,e,t,n,c.id,l,i,w,h(s),r,_).finally(()=>{E(!1),C(s),b()})):console.error("CreateInstallallation - onSaveWriteCreate: missing required props")},Z=te=>{te.preventDefault(),M?X():J()};return a.jsx(jc,{errorMsg:O,isCreateMode:!0,isLoading:x,onSave:Z,onReset:V})}function Hg({updateConfig:e,projectId:t,integrationId:n,installationId:r,apiKey:i,selectedObjectName:o,setInstallation:s,onUpdateSuccess:c,setError:l}){const u={projectIdOrName:t,installationId:r,integrationId:n,installationUpdate:{updateMask:[`config.content.read.objects.${o}`],installation:{config:e}}};return Ee().installationApi.updateInstallation(u,{headers:{"X-Api-Key":i,"Content-Type":"application/json"}}).then(d=>{s(d),c==null||c(d.id,d.config)}).catch(d=>{Ge(d,l)})}const Bg=(e,t,n,r,i,o)=>{const s=aa(e),c=ca(e),l={content:{read:{objects:{[t]:{objectName:t,schedule:r,destination:(n==null?void 0:n.destination)||"",selectedFields:s,selectedFieldMappings:c,backfill:o}}}}};return Ur(i)&&(l.content||(l.content={}),l.content.proxy={enabled:!0}),l},Ug=(e,t,n,r,i,o,s,c,l,u,d)=>{const f=Bg(o,r||"",c,c.schedule,l,c.backfill);return f?Hg({updateConfig:f,projectId:e,integrationId:t,installationId:n,apiKey:i,selectedObjectName:r,setError:u,setInstallation:s,onUpdateSuccess:d}):(console.error("Error when generating updateConfig from configureState"),Promise.resolve(null))},qg=(e,t)=>{const r={content:{write:{objects:ua(e)}}};return Ur(t)&&(r.content||(r.content={}),r.content.proxy={enabled:!0}),r},Wg=(e,t,n,r,i,o,s,c,l)=>{const u=qg(i,o);if(!u)return console.error("Error when generating write updateConfig from configureState"),Promise.resolve(null);const d={projectIdOrName:e,installationId:n,integrationId:t,installationUpdate:{updateMask:["config.content.write.objects"],installation:{config:u}}};return Ee().installationApi.updateInstallation(d,{headers:{"X-Api-Key":r,"Content-Type":"application/json"}}).then(f=>{c(f),l==null||l(f.id,f.config)}).catch(f=>{Ge(f,s)})};function Jg({installation:e,integrationObj:t}){const{setInstallation:n,hydratedRevision:r,loading:i,selectedObjectName:o,apiKey:s,projectId:c,resetBoundary:l,setErrors:u,setMutateInstallationError:d,getMutateInstallationError:f,resetConfigureState:h,resetPendingConfigurationState:p,configureState:m,onUpdateSuccess:v,onNextIncompleteTab:I}=Pc(),[C,w]=g.useState(!1),_=o===tn,b=f(o),{config:x}=e,E=g.useCallback(()=>{l(Se.MAPPING),r!=null&&r.content&&!i&&o&&sa(r,x,o,h)},[l,r,i,o,x,h]);g.useEffect(()=>{m||E()},[m,E]),g.useEffect(()=>{e&&E()},[e,E]);const M=g.useMemo(()=>{var Z,te,q;return(q=(te=(Z=r==null?void 0:r.content)==null?void 0:Z.read)==null?void 0:te.objects)==null?void 0:q.find(ae=>(ae==null?void 0:ae.objectName)===o)},[r,o]),O=()=>{const{requiredMapFields:X,selectedFieldMappings:Z}=(m==null?void 0:m.read)||{},{errorList:te}=oa(X,Z,u);te.length>0||(r&&e&&o&&s&&c&&M?(w(!0),Ug(c,t.id,e.id,o,s,m,n,M,r,d(o),v).finally(()=>{w(!1),p(o),I()})):console.error("UpdateInstallation - onSaveUpdate missing required props"))},V=()=>{e&&o&&s&&c&&r?(w(!0),Wg(c,t.id,e.id,s,m,r,d(o),n,v).finally(()=>{w(!1),p(o),I()})):console.error("UpdateInstallation - onSaveUpdate missing required props")},J=X=>{X.preventDefault(),_?V():O()};return a.jsx(jc,{errorMsg:b,onSave:J,onReset:E,isLoading:C})}function zg(){const{integrationObj:e,installation:t}=dt();return e?t&&e?a.jsx(Jg,{installation:t,integrationObj:e}):a.jsx(Vg,{}):a.jsx(qt,{message:"We can't load the integration"})}function Xg(){return a.jsxs("svg",{width:"48",height:"48",viewBox:"0 0 48 48",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[a.jsx("circle",{cx:"24",cy:"24",r:"24",fill:"#BBF7D0"}),a.jsx("path",{d:"M34.6666 18.6667L20 32.0001L13.3333 25.9395",stroke:"#16A34A",strokeWidth:"5.33333",strokeLinecap:"round",strokeLinejoin:"round"})]})}function Oi({text:e,children:t}){return a.jsx(Fn,{children:a.jsxs(bn,{style:{display:"flex",flexDirection:"column",alignItems:"center",padding:"3rem",gap:"3rem"},children:[a.jsx(Xg,{}),a.jsx("p",{children:e}),t]})})}const Gg=(e,t)=>({revisionId:e.id,createdBy:`consumer:${t}`,content:{provider:e.content.provider,proxy:{enabled:!0}}});function Yg({projectId:e,integrationId:t,groupRef:n,consumerRef:r,connectionId:i,apiKey:o,hydratedRevision:s,setError:c,setInstallation:l,onInstallSuccess:u}){const d=Gg(s,r);return d?Xo({createConfig:d,projectId:e,integrationId:t,groupRef:n,connectionId:i,apiKey:o,setError:c,setInstallation:l,onInstallSuccess:u}):(console.error("Error when generating createConfig from configureState"),Promise.resolve(null))}function Zg({provider:e}){const t=`You have successfully installed your ${Dt(e)} integration.`;return a.jsx(Oi,{text:t,children:a.jsx("div",{style:{display:"flex",flexDirection:"column",gap:"1rem"},children:a.jsx(Ac,{buttonText:"Uninstall",buttonVariant:"outline",buttonStyle:{fontSize:"13px"}})})})}const Qg=e=>{const{read:t,write:n,proxy:r}=(e==null?void 0:e.content)??{};return!t&&!n&&(r==null?void 0:r.enabled)||!1};function ev({children:e,resetComponent:t}){var b;const{projectId:n}=je(),r=Ve(),{hydratedRevision:i,loading:o}=Ln(),{integrationObj:s,installation:c,groupRef:l,consumerRef:u,setInstallation:d,onInstallSuccess:f,isIntegrationDeleted:h}=dt(),{selectedConnection:p}=Mn(),[m,v]=g.useState(!1),I=o||m,C=(b=i==null?void 0:i.content)==null?void 0:b.provider,w=Qg(i),_=x=>{console.error("Error when creating proxy installation:",x)};return g.useEffect(()=>{!I&&i&&w&&!c&&p&&r&&(s!=null&&s.id)&&(v(!0),Yg({apiKey:r,projectId:n,integrationId:s==null?void 0:s.id,groupRef:l,consumerRef:u,connectionId:p==null?void 0:p.id,hydratedRevision:i,setError:_,setInstallation:d,onInstallSuccess:f}).then(()=>{v(!1)}).catch(x=>{v(!1),console.error("Error when creating proxy installation:",x)}))},[i,w,c,p,r,n,s==null?void 0:s.id,l,u,d,I,f]),h?a.jsx(Oi,{text:"Integration successfully uninstalled.",children:Ae&&a.jsx(wt,{type:"button",onClick:t,style:{width:"100%"},children:"Reinstall Integration"})}):s?I?a.jsx(Nt,{}):w&&C&&c?a.jsx(Zg,{provider:C}):a.jsx("div",{children:e}):a.jsx(qt,{message:"We can't load the integration"})}function Ni(){return a.jsxs("footer",{style:{backgroundColor:"#EFEFEF",padding:"1em",fontSize:"0.8em",color:"gray",display:"flex",justifyContent:"center",alignItems:"center",borderRadius:"0 0 4px 4px",gap:"0.4em"},children:[a.jsx("p",{children:"Secured by"}),a.jsx("a",{href:"https://www.withampersand.com/",target:"_blank","aria-label":"Go to Ampersand",rel:"noreferrer noopener",children:a.jsx("img",{style:{height:".8em"},src:"https://ampersand-website.vercel.app/logo-black.svg",alt:"Ampersand"})})]})}function pt({children:e}){return a.jsx(Fn,{children:a.jsxs(bn,{children:[a.jsx("div",{style:{padding:"3rem 2rem"},children:e}),a.jsx(Ni,{})]})})}function ir({children:e}){return a.jsx("h1",{style:{fontWeight:600,lineHeight:1.2,fontSize:"1.2em"},children:e})}function ft({error:e}){return e?a.jsx(da,{style:{marginTop:"2em"},children:e}):null}function Ti({handleSubmit:e,error:t,isButtonDisabled:n,providerName:r,children:i,title:o}){if(!o&&!r)throw new Error("Either title or providerName is required");return a.jsxs(pt,{children:[a.jsx(ir,{children:o||`Set up ${r} integration`}),a.jsx(ft,{error:t}),i,a.jsx(wt,{style:{marginTop:"1em",width:"100%"},disabled:n,type:"submit",onClick:e,children:"Next"})]})}const tv="_link_oo2kv_1",nv={link:tv};function Ri({href:e,className:t,style:n,label:r,children:i,newTab:o=!1}){return Ae?a.jsx("a",{className:nv.link,style:n,href:e,"aria-label":r||void 0,target:o?"_blank":"_self",rel:o?"noopener noreferrer":void 0,children:i}):a.jsx(T.Link,{href:e,className:t,style:n,"aria-label":r||void 0,target:o?"_blank":"_self",rel:o?"noopener noreferrer":void 0,color:"#737373",children:i})}const rv=getComputedStyle(document.documentElement).getPropertyValue("--amp-colors-text-secondary").trim()||"#737373";function eo({url:e,providerDisplayName:t,credentialName:n}){return a.jsxs("p",{style:{color:rv},children:[a.jsx(Ri,{href:e,newTab:!0,children:a.jsx("span",{style:{textDecoration:"underline"},children:"Learn more"})})," about where to find your ",t," ",n,"."]})}const ov="_input_19woe_1",iv="_inputError_19woe_17",sv="_error_19woe_31",Io={input:ov,inputError:iv,error:sv};function av({id:e,type:t,className:n,isError:r=!1,...i}){const o=r?yt(Io.inputError,Io.input):Io.input;return a.jsx("input",{id:e,type:t,className:yt(o,n),...i})}const cv="_textarea_1efhx_1",lv="_textareaError_1efhx_13",uv="_error_1efhx_27",xo={textarea:cv,textareaError:lv,error:uv};function dv({className:e,isError:t=!1,...n}){const r=t?yt(xo.textareaError,xo.textarea):xo.textarea;return a.jsx("textarea",{className:yt(e,r),...n})}const Ut={Input:av,Textarea:dv};function pv({provider:e,providerInfo:t,handleSubmit:n,error:r,isButtonDisabled:i}){var v;const[o,s]=g.useState(!1),c=()=>s(!o),[l,u]=g.useState(""),d=I=>u(I.currentTarget.value),f=l.length>0,h=i||!f,p=Dt(e,t),m=(v=t.apiKeyOpts)==null?void 0:v.docsURL;return a.jsx(pt,{children:a.jsxs(T.FormControl,{children:[a.jsx(T.FormLabel,{my:"6",children:a.jsx(T.Heading,{as:"h4",size:"md",children:`Set up ${p} integration`})}),a.jsx(ft,{error:r}),a.jsxs(T.Stack,{spacing:4,children:[m&&a.jsx(eo,{url:m,providerDisplayName:p,credentialName:"API key"}),a.jsxs(T.InputGroup,{size:"md",children:[a.jsx(T.Input,{onChange:d,pr:"4.5rem",type:o?"text":"password",placeholder:"API Key"}),a.jsx(T.InputRightElement,{width:"4.5rem",children:a.jsx(T.Button,{h:"1.75rem",size:"sm",onClick:c,children:o?"Hide":"Show"})})]})]}),a.jsx("br",{}),a.jsx(T.Button,{variant:"primary",isDisabled:h,width:"100%",type:"submit",onClick:()=>{n({apiKey:l})},children:"Next"})]})})}function fv({provider:e,providerInfo:t,handleSubmit:n,error:r,isButtonDisabled:i}){var v;const[o,s]=g.useState(!1),c=()=>s(I=>!I),[l,u]=g.useState(""),d=I=>u(I.currentTarget.value),f=l.length>0,h=i||!f,p=Dt(e,t),m=(v=t.apiKeyOpts)==null?void 0:v.docsURL;return a.jsx(Ti,{providerName:p,handleSubmit:()=>{n({apiKey:l})},error:r,isButtonDisabled:h,children:a.jsxs("div",{style:{display:"flex",gap:"1rem",flexDirection:"column",marginTop:"1rem"},children:[m&&a.jsx(eo,{url:m,providerDisplayName:p,credentialName:"API key"}),a.jsxs("div",{style:{display:"flex",gap:".5rem"},children:[a.jsx(Ut.Input,{id:"password",name:"password",type:o?"text":"password",placeholder:"Password",onChange:I=>d(I)}),a.jsx(wt,{type:"button",style:{height:"2.5rem",width:"5rem"},onClick:c,children:o?"Hide":"Show"})]})]})})}function mv({...e}){return Ae?a.jsx(fv,{...e}):a.jsx(pv,{...e})}function hv({provider:e,providerInfo:t,consumerRef:n,consumerName:r,groupRef:i,groupName:o,children:s,selectedConnection:c,setSelectedConnection:l}){const u=je(),[d,f]=g.useState(!1),[h,p]=g.useState(null),m=Ve();g.useEffect(()=>{if(e&&Ee&&d&&h!=null){const I={groupName:o,groupRef:i,consumerName:r,consumerRef:n,provider:e,apiKey:h};Ee().connectionApi.generateConnection({projectIdOrName:u.projectId,generateConnectionParams:I},{headers:{"X-Api-Key":m??"","Content-Type":"application/json"}}).then(C=>{l(C)}).catch(C=>{console.error("Error loading provider info."),Ge(C)})}},[m,e,d,r,n,o,i,u,l,h]);const v=I=>{p(I.apiKey),f(!0)};return c===null?a.jsx(mv,{provider:e,providerInfo:t,handleSubmit:v,error:null}):s}function gv({provider:e,providerInfo:t,handleSubmit:n,error:r,isButtonDisabled:i}){var w;const[o,s]=g.useState(!1),c=()=>s(!o),[l,u]=g.useState(""),[d,f]=g.useState(""),h=_=>u(_.currentTarget.value),p=_=>f(_.currentTarget.value),m=Dt(e,t),v=(w=t.basicOpts)==null?void 0:w.docsURL,I=l.length>0,C=i||!I;return a.jsx(pt,{children:a.jsxs(T.FormControl,{children:[a.jsx(T.FormLabel,{marginTop:"16",marginBottom:"0",children:a.jsx(T.Heading,{as:"h4",size:"md",children:`Set up ${m} integration`})}),a.jsx(ft,{error:r}),a.jsx("br",{}),a.jsxs(T.Stack,{spacing:4,children:[v&&a.jsx(eo,{url:v,providerDisplayName:m,credentialName:"credentials"}),a.jsx(T.Input,{placeholder:"Username",onChange:h}),a.jsxs(T.InputGroup,{size:"md",children:[a.jsx(T.Input,{onChange:p,pr:"4.5rem",type:o?"text":"password",placeholder:"Password"}),a.jsx(T.InputRightElement,{width:"4.5rem",children:a.jsx(T.Button,{h:"1.75rem",size:"sm",onClick:c,children:o?"Hide":"Show"})})]})]}),a.jsx("br",{}),a.jsx(T.Button,{variant:"primary",isDisabled:C,width:"100%",type:"submit",onClick:()=>{n({user:l,pass:d})},children:"Next"})]})})}function vv({provider:e,providerInfo:t,handleSubmit:n,error:r,isButtonDisabled:i}){var C;const[o,s]=g.useState(!1),c=()=>s(w=>!w),[l,u]=g.useState({username:"",password:""}),{username:d,password:f}=l,h=Dt(e,t),p=(C=t.basicOpts)==null?void 0:C.docsURL,m=d.length>0,v=i||!m,I=w=>{const{name:_,value:b}=w.currentTarget;u(x=>({...x,[_]:b}))};return a.jsx(Ti,{providerName:h,handleSubmit:()=>{n({user:d,pass:f})},error:r,isButtonDisabled:v,children:a.jsxs("div",{style:{display:"flex",gap:"1rem",flexDirection:"column",marginTop:"1rem"},children:[p&&a.jsx(eo,{url:p,providerDisplayName:h,credentialName:"credentials"}),a.jsx(Ut.Input,{id:"username",name:"username",type:"text",placeholder:"Username",onChange:w=>I(w)}),a.jsxs("div",{style:{display:"flex",gap:".5rem"},children:[a.jsx(Ut.Input,{id:"password",name:"password",type:o?"text":"password",placeholder:"Password",onChange:w=>I(w)}),a.jsx(wt,{type:"button",style:{height:"2.5rem",width:"5rem"},onClick:c,children:o?"Hide":"Show"})]})]})})}function yv({...e}){return Ae?a.jsx(vv,{...e}):a.jsx(gv,{...e})}function wv({provider:e,providerInfo:t,consumerRef:n,consumerName:r,groupRef:i,groupName:o,children:s,selectedConnection:c,setSelectedConnection:l}){const u=je(),[d,f]=g.useState(!1),[h,p]=g.useState(null),m=Ve();g.useEffect(()=>{if(e&&Ee&&d&&h!=null){const I={groupName:o,groupRef:i,consumerName:r,consumerRef:n,provider:e,basicAuth:{username:h.user,password:h.pass}};Ee().connectionApi.generateConnection({projectIdOrName:u.projectId,generateConnectionParams:I},{headers:{"X-Api-Key":m??"","Content-Type":"application/json"}}).then(C=>{l(C)}).catch(C=>{console.error("Error loading provider info."),Ge(C)})}},[m,e,d,r,n,o,i,u,h,l]);const v=I=>{const{user:C,pass:w}=I;p({user:C,pass:w}),f(!0)};return c===null?a.jsx(yv,{provider:e,providerInfo:t,handleSubmit:v,error:null}):s}function Iv({handleSubmit:e,error:t,isButtonDisabled:n,providerName:r}){return a.jsx(pt,{children:a.jsxs(T.FormControl,{children:[a.jsx(T.FormLabel,{marginTop:"16",marginBottom:"0",children:a.jsx(T.Heading,{as:"h4",size:"md",children:`Set up ${r} integration`})}),a.jsx(ft,{error:t}),a.jsx("br",{}),a.jsx(T.Button,{variant:"primary",isDisabled:n,width:"100%",type:"submit",onClick:e,children:"Next"})]})})}function xv({...e}){return Ae?a.jsx(Ti,{...e}):a.jsx(Iv,{...e})}function bv({provider:e,consumerRef:t,consumerName:n,groupRef:r,groupName:i,children:o,selectedConnection:s,setSelectedConnection:c,providerName:l}){const u=je(),d=Ve(),[f,h]=g.useState(!1);g.useEffect(()=>{if(e&&Ee&&f){const m={groupName:i,groupRef:r,consumerName:n,consumerRef:t,provider:e};Ee().connectionApi.generateConnection({projectIdOrName:u.projectId,generateConnectionParams:m},{headers:{"X-Api-Key":d??"","Content-Type":"application/json"}}).then(v=>{c(v)}).catch(v=>{console.error("Error loading provider info."),Ge(v)})}},[d,e,f,n,t,i,r,c,u]);const p=()=>{h(!0)};return s===null?a.jsx(xv,{handleSubmit:p,error:null,providerName:l}):o}const Dc=async(e,t,n,r,i,o,s,c)=>{var u;const l=await Ee().providerApi.getProvider({provider:i},{headers:{"X-Api-Key":r??""}});if(!l)throw new Error(`Provider ${i} not found`);if(l.authType==="oauth2"&&((u=l.oauth2Opts)==null?void 0:u.grantType)==="authorizationCode"){const f=(await Ee().providerAppApi.listProviderApps({projectIdOrName:e},{headers:{"X-Api-Key":r??""}})).find(v=>v.provider===i),h=Dt(i,l);if(!f)throw new Error(`You must first set up a ${h} Provider App using the Ampersand Console.`);const p={connectOAuthParams:{providerWorkspaceRef:o,projectId:e,groupRef:n,groupName:c,consumerRef:t,consumerName:s,providerAppId:f.id,provider:i}};return await Ee().oAuthApi.oauthConnect(p,{credentials:"include"})}throw new Error(`Provider ${i} does not support an OAuth2 web flow.`)},Ds=600,ks=600,_v="AUTHORIZATION_SUCCEEDED",Cv="AUTHORIZATION_FAILED";function Sv(e,t,n){return g.useCallback(async r=>{const i=await Ee().connectionApi.getConnection({projectIdOrName:e,connectionId:r},{headers:{"X-Api-Key":t??""}});n(i)},[e,t,n])}function Ev(e,t,n,r){return g.useCallback(()=>{if(!r)return;const i=window.screenX+(window.outerWidth-Ds)/2,o=window.screenY+(window.outerHeight-ks)/2.5,s=`width=${Ds},height=${ks},left=${i},top=${o}`,c=window.open(r,e,s);t(c),window.addEventListener("message",n,!1)},[r,e,t,n])}function Ov(e,t){return g.useCallback(n=>{var r,i;if(n.origin===Rp){if(n.data.eventType===_v){const o=(r=n.data.data)==null?void 0:r.connection;o?e(o):console.error("Connection ID not found in event data: ",{event:n})}n.data.eventType===Cv&&(console.error("OAuth failed: ",{event:n}),t==null||t(((i=n==null?void 0:n.data)==null?void 0:i.message)??"OAuth failed. Please try again."))}},[t,e])}function kc({children:e,oauthUrl:t,windowTitle:n="Connect to Provider",onError:r,error:i}){const o=Ve(),{projectId:s}=je(),[c,l]=g.useState(null),[u,d]=g.useState(null),{setSelectedConnection:f}=Mn(),h=Ov(l,r),p=Ev(n,d,h,t),m=Sv(s,o,f);return g.useEffect(()=>{t&&!u&&p()},[t,u,p,h,n]),g.useEffect(()=>{c&&m(c).then(()=>{u==null||u.close()}).catch(v=>{console.error("Error refreshing connection: ",v),r==null||r(v.message??"Unexpected error: not able to refresh connection")})},[c,o,f,m,u,r]),g.useEffect(()=>{if(!u)return;const v=setInterval(()=>{u.closed&&(clearInterval(v),window.removeEventListener("message",h),d(null),!c&&!i?(console.error("OAuth failed. Please try again."),r==null||r("OAuth failed. Please try again.")):c&&(r==null||r(null)))},500);return()=>{clearInterval(v),window.removeEventListener("message",h)}},[u,c,i,h,r]),a.jsx("div",{children:e})}function Nv({handleSubmit:e,error:t,isButtonDisabled:n,providerName:r}){return a.jsx(pt,{children:a.jsxs(T.FormControl,{children:[a.jsx(T.FormLabel,{marginTop:"16",marginBottom:"0",children:a.jsx(T.Heading,{as:"h4",size:"md",children:`Set up ${r} integration`})}),a.jsx(ft,{error:t}),a.jsx("br",{}),a.jsx(T.Button,{variant:"primary",isDisabled:n,width:"100%",type:"submit",onClick:e,children:"Next"})]})})}function Tv({handleSubmit:e,error:t,isButtonDisabled:n,providerName:r}){return Ae?a.jsxs(pt,{children:[a.jsx(ir,{children:`Set up ${r} integration`}),a.jsx(ft,{error:t}),a.jsx(wt,{style:{marginTop:"1em",width:"100%"},disabled:n,type:"submit",onClick:e,children:"Next"})]}):a.jsx(Nv,{handleSubmit:e,error:t,isButtonDisabled:n,providerName:r})}function Rv({provider:e,consumerRef:t,consumerName:n,groupRef:r,groupName:i,providerName:o}){const{projectId:s}=je(),c=Ve(),[l,u]=g.useState(null),[d,f]=g.useState(null),h=async()=>{f(null);try{const m=await Dc(s,t,r,c,e,void 0,n,i);u(m)}catch(m){console.error("Could not fetch OAuth popup URL."),Ge(m),f(m.message??"Unexpected error")}},p=g.useCallback(m=>{f(m),u(null)},[]);return a.jsx(kc,{windowTitle:`Connect to ${o}`,oauthUrl:l,onError:p,children:a.jsx(Tv,{handleSubmit:h,error:d,providerName:o})})}const Av=T.createIcon({displayName:"ExternalLinkIcon",path:a.jsxs("g",{fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeWidth:"2",children:[a.jsx("path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"}),a.jsx("path",{d:"M15 3h6v6"}),a.jsx("path",{d:"M10 14L21 3"})]})}),Fc="https://help.salesforce.com/s/articleView?id=sf.faq_domain_name_what.htm&type=5";function jv({handleSubmit:e,setWorkspace:t,error:n,isButtonDisabled:r}){return a.jsx(pt,{children:a.jsxs(T.FormControl,{children:[a.jsx(T.FormLabel,{children:a.jsx(T.Heading,{as:"h4",size:"md",children:"Enter your Salesforce subdomain"})}),a.jsxs(Ri,{href:Fc,newTab:!0,children:["What is my Salesforce subdomain? ",a.jsx(Av,{})]}),a.jsx(ft,{error:n}),a.jsxs("div",{style:{display:"flex",marginTop:"1em"},children:[a.jsx(T.Input,{placeholder:"my-domain",onChange:i=>t(i.currentTarget.value)}),a.jsx("p",{style:{lineHeight:"2.2em",marginLeft:"0.4em"},children:".my.salesforce.com"})]}),a.jsx("br",{}),a.jsx(T.Button,{variant:"primary",isDisabled:r,width:"100%",type:"submit",onClick:e,children:"Next"})]})})}function Pv({handleSubmit:e,setWorkspace:t,error:n,isButtonDisabled:r}){const i={handleSubmit:e,setWorkspace:t,error:n,isButtonDisabled:r};return Ae?a.jsxs(pt,{children:[a.jsx(ir,{children:"Enter your Salesforce subdomain"}),a.jsx(Ri,{href:Fc,newTab:!0,children:"What is my Salesforce subdomain?"}),a.jsx(ft,{error:n}),a.jsxs("div",{style:{display:"flex",marginTop:"1em"},children:[a.jsx(Ut.Input,{id:"salesforce-subdomain",type:"text",placeholder:"my-domain",onChange:o=>t(o.currentTarget.value)}),a.jsx("p",{style:{lineHeight:"2.2em",marginLeft:"0.4em"},children:".my.salesforce.com"})]}),a.jsx(wt,{style:{marginTop:"1em",width:"100%"},disabled:r,type:"submit",onClick:e,children:"Next"})]}):a.jsx(jv,{...i})}function Dv({handleSubmit:e,setWorkspace:t,error:n,isButtonDisabled:r,providerName:i}){return a.jsx(pt,{children:a.jsxs(T.FormControl,{children:[a.jsx(T.FormLabel,{marginTop:"16",marginBottom:"0",children:a.jsxs(T.Heading,{as:"h4",size:"md",children:["Enter your ",i," workspace"]})}),a.jsx(ft,{error:n}),a.jsx(T.Flex,{marginTop:"1em",children:a.jsx(T.Input,{placeholder:"MyWorkspace",onChange:o=>t(o.currentTarget.value)})}),a.jsx("br",{}),a.jsx(T.Button,{variant:"primary",isDisabled:r,width:"100%",type:"submit",onClick:e,children:"Next"})]})})}function kv({handleSubmit:e,setWorkspace:t,error:n,isButtonDisabled:r,providerName:i}){if(!Ae){const o={handleSubmit:e,setWorkspace:t,error:n,isButtonDisabled:r,providerName:i};return a.jsx(Dv,{...o})}return a.jsxs(pt,{children:[a.jsxs(ir,{children:["Enter your ",i," workspace"]}),a.jsx(ft,{error:n}),a.jsx("br",{}),a.jsx(Ut.Input,{id:"workspace",type:"text",placeholder:"MyWorkspace",onChange:o=>t(o.currentTarget.value)}),a.jsx("br",{}),a.jsx(wt,{style:{marginTop:"1em",width:"100%"},disabled:r,type:"submit",onClick:e,children:"Next"})]})}const Fv="salesforce";function Mv({provider:e,consumerRef:t,consumerName:n,groupRef:r,groupName:i,providerName:o}){const{projectId:s}=je(),c=Ve(),[l,u]=g.useState(""),[d,f]=g.useState(null),[h,p]=g.useState(null),m=async()=>{if(p(null),!l){p("Workspace is required");return}try{const C=await Dc(s,t,r,c,e,l,n,i);f(C)}catch(C){console.error(C),p((C==null?void 0:C.message)??"Unexpected error")}},v=g.useCallback(C=>{p(C),f(null)},[]),I=e===Fv?a.jsx(Pv,{handleSubmit:m,setWorkspace:u,error:h,isButtonDisabled:l.length===0}):a.jsx(kv,{handleSubmit:m,setWorkspace:u,error:h,isButtonDisabled:l.length===0,providerName:o});return a.jsx(kc,{windowTitle:`Connect to ${o}`,oauthUrl:d,onError:v,children:I})}function Lv({handleSubmit:e,error:t,explicitScopesRequired:n,isButtonDisabled:r,providerName:i}){const[o,s]=g.useState(!1),[c,l]=g.useState(""),[u,d]=g.useState(""),[f,h]=g.useState(""),p=()=>s(!o),m=x=>l(x.currentTarget.value),v=x=>d(x.currentTarget.value),I=x=>h(x.currentTarget.value),C=c.length>0,w=u.length>0,_=r||!C||!w,b=()=>{const x={clientId:u,clientSecret:c};n&&f.length>0&&(x.scopes=Bo(f)),e(x)};return a.jsx(pt,{children:a.jsxs(T.FormControl,{children:[a.jsx(T.FormLabel,{marginTop:"16",marginBottom:"0",children:a.jsx(T.Heading,{as:"h4",size:"md",children:`Set up ${i} integration`})}),a.jsx(ft,{error:t}),a.jsx("br",{}),a.jsxs(T.Stack,{spacing:4,children:[a.jsx(T.Input,{placeholder:"Client ID",onChange:v}),a.jsxs(T.InputGroup,{size:"md",children:[a.jsx(T.Input,{onChange:m,pr:"4.5rem",type:o?"text":"password",placeholder:"Client Secret"}),a.jsx(T.InputRightElement,{width:"4.5rem",children:a.jsx(T.Button,{h:"1.75rem",size:"sm",onClick:p,children:o?"Hide":"Show"})})]}),n&&a.jsx(T.Textarea,{placeholder:"Scopes separated by new line",onChange:I})]}),a.jsx("br",{}),a.jsx(T.Button,{variant:"primary",isDisabled:_,width:"100%",type:"submit",onClick:b,children:"Next"})]})})}function $v({provider:e,consumerRef:t,consumerName:n,groupRef:r,groupName:i,explicitScopesRequired:o,providerName:s,selectedConnection:c,setSelectedConnection:l}){const{projectId:u}=je(),d=Ve(),[f,h]=g.useState(null),p=async m=>{h(null);const v={groupName:i,groupRef:r,consumerName:n,consumerRef:t,provider:e,oauth2ClientCredentials:{clientId:m.clientId,clientSecret:m.clientSecret,scopes:m.scopes}};Ee().connectionApi.generateConnection({projectIdOrName:u,generateConnectionParams:v},{headers:{"X-Api-Key":d??"","Content-Type":"application/json"}}).then(I=>{l(I)}).catch(I=>{console.error("Error loading provider info."),Ge(I),h("Error loading provider info")})};return c===null?a.jsx(Lv,{providerName:s,handleSubmit:p,error:f,explicitScopesRequired:o}):a.jsx(Nt,{})}function Kv({handleSubmit:e,error:t,isButtonDisabled:n,providerName:r,explicitScopesRequired:i}){const[o,s]=g.useState(!1),[c,l]=g.useState(""),[u,d]=g.useState(""),[f,h]=g.useState(""),[p,m]=g.useState(""),v=()=>s(!o),I=V=>l(V.currentTarget.value),C=V=>d(V.currentTarget.value),w=V=>h(V.currentTarget.value),_=V=>m(V.currentTarget.value),b=c.length>0,x=u.length>0,E=f.length>0,M=n||!b||!x||!E,O=()=>{const V={workspace:f,clientId:u,clientSecret:c};i&&p.length>0&&(V.scopes=Bo(p)),e(V)};return a.jsx(pt,{children:a.jsxs(T.FormControl,{children:[a.jsx(T.FormLabel,{marginTop:"16",marginBottom:"0",children:a.jsx(T.Heading,{as:"h4",size:"md",children:`Set up ${r} integration`})}),a.jsx(ft,{error:t}),a.jsx("br",{}),a.jsxs(T.Stack,{spacing:4,children:[a.jsx(T.Input,{placeholder:"MyWorkspace",onChange:w}),a.jsx(T.Input,{placeholder:"Client ID",onChange:C}),a.jsxs(T.InputGroup,{size:"md",children:[a.jsx(T.Input,{onChange:I,pr:"4.5rem",type:o?"text":"password",placeholder:"Client Secret"}),a.jsx(T.InputRightElement,{width:"4.5rem",children:a.jsx(T.Button,{h:"1.75rem",size:"sm",onClick:v,children:o?"Hide":"Show"})})]}),i&&a.jsx(T.Textarea,{placeholder:"Scopes separated by new line",onChange:_})]}),a.jsx("br",{}),a.jsx(T.Button,{variant:"primary",isDisabled:M,width:"100%",type:"submit",onClick:O,children:"Next"})]})})}function Vv({provider:e,providerName:t,consumerRef:n,consumerName:r,groupRef:i,groupName:o,explicitScopesRequired:s,selectedConnection:c,setSelectedConnection:l}){const{projectId:u}=je(),d=Ve(),[f,h]=g.useState(null),p=async m=>{h(null);const v={groupName:o,groupRef:i,consumerName:r,consumerRef:n,provider:e,providerWorkspaceRef:m.workspace,oauth2ClientCredentials:{clientId:m.clientId,clientSecret:m.clientSecret,scopes:m.scopes}};Ee().connectionApi.generateConnection({projectIdOrName:u,generateConnectionParams:v},{headers:{"X-Api-Key":d??"","Content-Type":"application/json"}}).then(I=>{l(I)}).catch(I=>{console.error("Error loading provider info."),Ge(I),h("Error loading provider info")})};return c===null?a.jsx(Kv,{providerName:t,handleSubmit:p,error:f,explicitScopesRequired:s}):a.jsx(Nt,{})}function Hv({handleSubmit:e,error:t,isButtonDisabled:n,providerName:r,explicitScopesRequired:i,explicitWorkspaceRequired:o}){const[s,c]=g.useState(!1),[l,u]=g.useState({clientSecret:"",clientId:"",workspace:"",scopes:""}),d=()=>c(x=>!x),f=x=>{const{name:E,value:M}=x.currentTarget;u(O=>({...O,[E]:M}))},{clientSecret:h,clientId:p,workspace:m,scopes:v}=l,I=h.length>0,C=p.length>0,w=o?m.length>0:!0,_=n||!I||!C||!w,b=()=>{const x={clientId:p,clientSecret:h};o&&(x.workspace=m),i&&v.length>0&&(x.scopes=Bo(v)),e(x)};return a.jsxs(pt,{children:[a.jsx(ir,{children:`Set up ${r} integration`}),a.jsx(ft,{error:t}),a.jsx("br",{}),a.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"1.2rem"},children:[o&&a.jsx(Ut.Input,{id:"workspace",name:"workspace",type:"text",placeholder:"MyWorkspace",onChange:x=>f(x)}),a.jsx(Ut.Input,{id:"clientId",name:"clientId",type:"text",placeholder:"Client ID",onChange:x=>f(x)}),a.jsxs("div",{style:{display:"flex",gap:".5rem"},children:[a.jsx(Ut.Input,{id:"clientSecret",name:"clientSecret",type:s?"text":"password",placeholder:"Client Secret",onChange:x=>f(x)}),a.jsx(wt,{type:"button",style:{height:"2.5rem",width:"5rem"},onClick:d,children:s?"Hide":"Show"})]}),i&&a.jsx(Ut.Textarea,{name:"scopes",placeholder:"Scopes separated by new line",onChange:x=>f(x)})]}),a.jsx("br",{}),a.jsx(wt,{style:{marginTop:"1em",width:"100%"},disabled:_,type:"submit",onClick:b,children:"Next"})]})}function Bv({provider:e,providerName:t,consumerRef:n,consumerName:r,groupRef:i,groupName:o,explicitScopesRequired:s,explicitWorkspaceRequired:c,selectedConnection:l,setSelectedConnection:u}){const{projectId:d}=je(),f=Ve(),[h,p]=g.useState(null),m=async v=>{p(null);const I={groupName:o,groupRef:i,consumerName:r,consumerRef:n,provider:e,providerWorkspaceRef:v.workspace,oauth2ClientCredentials:{clientId:v.clientId,clientSecret:v.clientSecret,scopes:v.scopes}};Ee().connectionApi.generateConnection({projectIdOrName:d,generateConnectionParams:I},{headers:{"X-Api-Key":f??"","Content-Type":"application/json"}}).then(C=>{u(C)}).catch(C=>{console.error("Error loading provider info."),Ge(C),p("Error loading provider info")})};return l===null?a.jsx(Hv,{providerName:t,handleSubmit:m,error:h,explicitScopesRequired:s,explicitWorkspaceRequired:c}):a.jsx(Nt,{})}function Uv({...e}){return Ae?a.jsx(Bv,{...e}):e.explicitWorkspaceRequired?a.jsx(Vv,{...e}):a.jsx($v,{...e})}const qv="authorizationCode",Wv="clientCredentials";function Jv({provider:e,providerInfo:t,consumerRef:n,consumerName:r,groupRef:i,groupName:o,selectedConnection:s,setSelectedConnection:c}){if(t.oauth2Opts===void 0)return a.jsx("em",{children:"Provider is missing OAuth2 options"});const{grantType:l,explicitScopesRequired:u,explicitWorkspaceRequired:d}=t.oauth2Opts,f=Dt(e,t),h={provider:e,consumerRef:n,consumerName:r,groupRef:i,groupName:o,providerName:f};return l===qv?d?a.jsx(Mv,{...h}):a.jsx(Rv,{...h}):l===Wv?a.jsx(Uv,{...h,explicitWorkspaceRequired:d,explicitScopesRequired:u,selectedConnection:s,setSelectedConnection:c}):l==="password"?a.jsx("em",{children:"Password flow not supported yet"}):l==="PKCE"?a.jsx("em",{children:"PKCE flow not supported yet"}):a.jsxs("em",{children:["Unsupported grant type: ",l]})}function zv(e){const{selectedConnection:t}=Mn();g.useEffect(()=>{e&&t&&e(t.id)},[e,t])}function Xv({onSuccess:e}){zv(e)}const Gv=async(e,t)=>{const n=await Ee().providerApi.getProvider({provider:t},{headers:{"X-Api-Key":e??""}});if(!n)throw new Error(`Provider ${t} not found`);return n};function Mc({provider:e,consumerRef:t,consumerName:n,groupRef:r,groupName:i,children:o,onSuccess:s}){const c=Ve(),[l,u]=g.useState(null),{provider:d}=dt(),{selectedConnection:f,setSelectedConnection:h,connections:p}=Mn();Xv({onSuccess:s});const m=e||d,v=(l==null?void 0:l.displayName)??Ls(m);if(g.useEffect(()=>{if(!f&&p&&p.length>0){const[C]=p;h(C)}Gv(c,m).then(C=>{u(C)}).catch(C=>{console.error("Error loading provider info."),Ge(C)})},[p,f,h,c,m]),!e&&!d)throw new Error("ProtectedConnectionLayout must be given a provider prop or be used within InstallIntegrationProvider");if(f)return o;if(l==null)return a.jsx("strong",{children:"Provider not found"});const I={provider:m,consumerRef:t,consumerName:n,groupRef:r,groupName:i,selectedConnection:f,setSelectedConnection:h,providerName:v,providerInfo:l};return l.authType==="none"?a.jsx(bv,{...I,children:o}):l.authType==="basic"?a.jsx(wv,{...I,children:o}):l.authType==="apiKey"?a.jsx(hv,{...I,children:o}):a.jsx(Jv,{...I})}const Yv=a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",children:[a.jsx("circle",{cx:"9",cy:"9",r:"9",fill:"#BBF7D0"}),a.jsx("path",{d:"M13 7L7.5 12L5 9.72727",stroke:"#16A34A",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]});function Lc(e,t){return t?g.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 18 18",fill:"none"},g.createElement("circle",{cx:"9",cy:"9",r:"5",fill:"#FBD38D"})):e?Yv:a.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",children:a.jsx("circle",{cx:"9",cy:"9",r:"5",fill:"#BFDBFE"})})}const $c=g.forwardRef(({objectName:e,completed:t,pending:n,displayName:r},i)=>{const o=T.useTab({ref:i}),s=T.useMultiStyleConfig("Tabs",o);return a.jsxs(T.Button,{__css:s.tab,...o,variant:"outline",minHeight:15,children:[a.jsxs(T.Box,{as:"span",display:"flex",alignItems:"center",gap:2,mr:"3",children:[Lc(t,n),a.jsxs(T.Box,{textAlign:"left",children:[a.jsx(T.Text,{children:r||e}),n&&a.jsx(T.Text,{fontSize:10,fontStyle:"italic",children:"pending"})]})]}),o.children]})});function Zv({pending:e,completed:t,displayName:n}){return a.jsxs(a.Fragment,{children:[a.jsx(or,{style:{margin:"1rem 0"}}),a.jsx($c,{objectName:tn,completed:t,pending:e,displayName:n},"other-write")]})}function Qv(e,t=[]){let n=[];function r(o,s){const c=$.createContext(s),l=n.length;n=[...n,s];const u=f=>{var C;const{scope:h,children:p,...m}=f,v=((C=h==null?void 0:h[e])==null?void 0:C[l])||c,I=$.useMemo(()=>m,Object.values(m));return a.jsx(v.Provider,{value:I,children:p})};u.displayName=o+"Provider";function d(f,h){var v;const p=((v=h==null?void 0:h[e])==null?void 0:v[l])||c,m=$.useContext(p);if(m)return m;if(s!==void 0)return s;throw new Error(`\`${f}\` must be used within \`${o}\``)}return[u,d]}const i=()=>{const o=n.map(s=>$.createContext(s));return function(c){const l=(c==null?void 0:c[e])||o;return $.useMemo(()=>({[`__scope${e}`]:{...c,[e]:l}}),[c,l])}};return i.scopeName=e,[r,ey(i,...t)]}function ey(...e){const t=e[0];if(e.length===1)return t;const n=()=>{const r=e.map(i=>({useScope:i(),scopeName:i.scopeName}));return function(o){const s=r.reduce((c,{useScope:l,scopeName:u})=>{const f=l(o)[`__scope${u}`];return{...c,...f}},{});return $.useMemo(()=>({[`__scope${t.scopeName}`]:s}),[s])}};return n.scopeName=t.scopeName,n}function Kc(e,t=[]){let n=[];function r(o,s){const c=$.createContext(s),l=n.length;n=[...n,s];function u(f){const{scope:h,children:p,...m}=f,v=(h==null?void 0:h[e][l])||c,I=$.useMemo(()=>m,Object.values(m));return a.jsx(v.Provider,{value:I,children:p})}function d(f,h){const p=(h==null?void 0:h[e][l])||c,m=$.useContext(p);if(m)return m;if(s!==void 0)return s;throw new Error(`\`${f}\` must be used within \`${o}\``)}return u.displayName=o+"Provider",[u,d]}const i=()=>{const o=n.map(s=>$.createContext(s));return function(c){const l=(c==null?void 0:c[e])||o;return $.useMemo(()=>({[`__scope${e}`]:{...c,[e]:l}}),[c,l])}};return i.scopeName=e,[r,ty(i,...t)]}function ty(...e){const t=e[0];if(e.length===1)return t;const n=()=>{const r=e.map(i=>({useScope:i(),scopeName:i.scopeName}));return function(o){const s=r.reduce((c,{useScope:l,scopeName:u})=>{const f=l(o)[`__scope${u}`];return{...c,...f}},{});return $.useMemo(()=>({[`__scope${t.scopeName}`]:s}),[s])}};return n.scopeName=t.scopeName,n}function ny(e){const t=e+"CollectionProvider",[n,r]=Kc(t),[i,o]=n(t,{collectionRef:{current:null},itemMap:new Map}),s=p=>{const{scope:m,children:v}=p,I=g.useRef(null),C=g.useRef(new Map).current;return a.jsx(i,{scope:m,itemMap:C,collectionRef:I,children:v})};s.displayName=t;const c=e+"CollectionSlot",l=g.forwardRef((p,m)=>{const{scope:v,children:I}=p,C=o(c,v),w=Qn(m,C.collectionRef);return a.jsx(Kr,{ref:w,children:I})});l.displayName=c;const u=e+"CollectionItemSlot",d="data-radix-collection-item",f=g.forwardRef((p,m)=>{const{scope:v,children:I,...C}=p,w=g.useRef(null),_=Qn(m,w),b=o(u,v);return g.useEffect(()=>(b.itemMap.set(w,{ref:w,...C}),()=>void b.itemMap.delete(w))),a.jsx(Kr,{[d]:"",ref:_,children:I})});f.displayName=u;function h(p){const m=o(e+"CollectionConsumer",p);return g.useCallback(()=>{const I=m.collectionRef.current;if(!I)return[];const C=Array.from(I.querySelectorAll(`[${d}]`));return Array.from(m.itemMap.values()).sort((b,x)=>C.indexOf(b.ref.current)-C.indexOf(x.ref.current))},[m.collectionRef,m.itemMap])}return[{Provider:s,Slot:l,ItemSlot:f},h,r]}var ry=$.useId||(()=>{}),oy=0;function Vc(e){const[t,n]=$.useState(ry());return $r(()=>{e||n(r=>r??String(oy++))},[e]),e||(t?`radix-${t}`:"")}var iy=$.createContext(void 0);function Hc(e){const t=$.useContext(iy);return e||t||"ltr"}var bo="rovingFocusGroup.onEntryFocus",sy={bubbles:!1,cancelable:!0},to="RovingFocusGroup",[Ho,Bc,ay]=ny(to),[cy,Uc]=Kc(to,[ay]),[ly,uy]=cy(to),qc=$.forwardRef((e,t)=>a.jsx(Ho.Provider,{scope:e.__scopeRovingFocusGroup,children:a.jsx(Ho.Slot,{scope:e.__scopeRovingFocusGroup,children:a.jsx(dy,{...e,ref:t})})}));qc.displayName=to;var dy=$.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:n,orientation:r,loop:i=!1,dir:o,currentTabStopId:s,defaultCurrentTabStopId:c,onCurrentTabStopIdChange:l,onEntryFocus:u,preventScrollOnEntryFocus:d=!1,...f}=e,h=$.useRef(null),p=Qn(t,h),m=Hc(o),[v=null,I]=Ci({prop:s,defaultProp:c,onChange:l}),[C,w]=$.useState(!1),_=_i(u),b=Bc(n),x=$.useRef(!1),[E,M]=$.useState(0);return $.useEffect(()=>{const O=h.current;if(O)return O.addEventListener(bo,_),()=>O.removeEventListener(bo,_)},[_]),a.jsx(ly,{scope:n,orientation:r,dir:m,loop:i,currentTabStopId:v,onItemFocus:$.useCallback(O=>I(O),[I]),onItemShiftTab:$.useCallback(()=>w(!0),[]),onFocusableItemAdd:$.useCallback(()=>M(O=>O+1),[]),onFocusableItemRemove:$.useCallback(()=>M(O=>O-1),[]),children:a.jsx(an.div,{tabIndex:C||E===0?-1:0,"data-orientation":r,...f,ref:p,style:{outline:"none",...e.style},onMouseDown:Ot(e.onMouseDown,()=>{x.current=!0}),onFocus:Ot(e.onFocus,O=>{const V=!x.current;if(O.target===O.currentTarget&&V&&!C){const J=new CustomEvent(bo,sy);if(O.currentTarget.dispatchEvent(J),!J.defaultPrevented){const X=b().filter(re=>re.focusable),Z=X.find(re=>re.active),te=X.find(re=>re.id===v),ae=[Z,te,...X].filter(Boolean).map(re=>re.ref.current);zc(ae,d)}}x.current=!1}),onBlur:Ot(e.onBlur,()=>w(!1))})})}),Wc="RovingFocusGroupItem",Jc=$.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:n,focusable:r=!0,active:i=!1,tabStopId:o,...s}=e,c=Vc(),l=o||c,u=uy(Wc,n),d=u.currentTabStopId===l,f=Bc(n),{onFocusableItemAdd:h,onFocusableItemRemove:p}=u;return $.useEffect(()=>{if(r)return h(),()=>p()},[r,h,p]),a.jsx(Ho.ItemSlot,{scope:n,id:l,focusable:r,active:i,children:a.jsx(an.span,{tabIndex:d?0:-1,"data-orientation":u.orientation,...s,ref:t,onMouseDown:Ot(e.onMouseDown,m=>{r?u.onItemFocus(l):m.preventDefault()}),onFocus:Ot(e.onFocus,()=>u.onItemFocus(l)),onKeyDown:Ot(e.onKeyDown,m=>{if(m.key==="Tab"&&m.shiftKey){u.onItemShiftTab();return}if(m.target!==m.currentTarget)return;const v=my(m,u.orientation,u.dir);if(v!==void 0){if(m.metaKey||m.ctrlKey||m.altKey||m.shiftKey)return;m.preventDefault();let C=f().filter(w=>w.focusable).map(w=>w.ref.current);if(v==="last")C.reverse();else if(v==="prev"||v==="next"){v==="prev"&&C.reverse();const w=C.indexOf(m.currentTarget);C=u.loop?hy(C,w+1):C.slice(w+1)}setTimeout(()=>zc(C))}})})})});Jc.displayName=Wc;var py={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function fy(e,t){return t!=="rtl"?e:e==="ArrowLeft"?"ArrowRight":e==="ArrowRight"?"ArrowLeft":e}function my(e,t,n){const r=fy(e.key,n);if(!(t==="vertical"&&["ArrowLeft","ArrowRight"].includes(r))&&!(t==="horizontal"&&["ArrowUp","ArrowDown"].includes(r)))return py[r]}function zc(e,t=!1){const n=document.activeElement;for(const r of e)if(r===n||(r.focus({preventScroll:t}),document.activeElement!==n))return}function hy(e,t){return e.map((n,r)=>e[(t+r)%e.length])}var gy=qc,vy=Jc,Ai="Tabs",[yy,qy]=Qv(Ai,[Uc]),Xc=Uc(),[wy,ji]=yy(Ai),Gc=$.forwardRef((e,t)=>{const{__scopeTabs:n,value:r,onValueChange:i,defaultValue:o,orientation:s="horizontal",dir:c,activationMode:l="automatic",...u}=e,d=Hc(c),[f,h]=Ci({prop:r,onChange:i,defaultProp:o});return a.jsx(wy,{scope:n,baseId:Vc(),value:f,onValueChange:h,orientation:s,dir:d,activationMode:l,children:a.jsx(an.div,{dir:d,"data-orientation":s,...u,ref:t})})});Gc.displayName=Ai;var Yc="TabsList",Zc=$.forwardRef((e,t)=>{const{__scopeTabs:n,loop:r=!0,...i}=e,o=ji(Yc,n),s=Xc(n);return a.jsx(gy,{asChild:!0,...s,orientation:o.orientation,dir:o.dir,loop:r,children:a.jsx(an.div,{role:"tablist","aria-orientation":o.orientation,...i,ref:t})})});Zc.displayName=Yc;var Qc="TabsTrigger",el=$.forwardRef((e,t)=>{const{__scopeTabs:n,value:r,disabled:i=!1,...o}=e,s=ji(Qc,n),c=Xc(n),l=nl(s.baseId,r),u=rl(s.baseId,r),d=r===s.value;return a.jsx(vy,{asChild:!0,...c,focusable:!i,active:d,children:a.jsx(an.button,{type:"button",role:"tab","aria-selected":d,"aria-controls":u,"data-state":d?"active":"inactive","data-disabled":i?"":void 0,disabled:i,id:l,...o,ref:t,onMouseDown:Ot(e.onMouseDown,f=>{!i&&f.button===0&&f.ctrlKey===!1?s.onValueChange(r):f.preventDefault()}),onKeyDown:Ot(e.onKeyDown,f=>{[" ","Enter"].includes(f.key)&&s.onValueChange(r)}),onFocus:Ot(e.onFocus,()=>{const f=s.activationMode!=="manual";!d&&!i&&f&&s.onValueChange(r)})})})});el.displayName=Qc;var tl="TabsContent",Iy=$.forwardRef((e,t)=>{const{__scopeTabs:n,value:r,forceMount:i,children:o,...s}=e,c=ji(tl,n),l=nl(c.baseId,r),u=rl(c.baseId,r),d=r===c.value,f=$.useRef(d);return $.useEffect(()=>{const h=requestAnimationFrame(()=>f.current=!1);return()=>cancelAnimationFrame(h)},[]),a.jsx(Si,{present:i||d,children:({present:h})=>a.jsx(an.div,{"data-state":d?"active":"inactive","data-orientation":c.orientation,role:"tabpanel","aria-labelledby":l,hidden:!h,id:u,tabIndex:0,...s,ref:t,style:{...e.style,animationDuration:f.current?"0s":void 0},children:h&&o})})});Iy.displayName=tl;function nl(e,t){return`${e}-trigger-${t}`}function rl(e,t){return`${e}-content-${t}`}var xy=Gc,by=Zc,ol=el;const _y="_tabsRoot_bghy2_1",Cy="_tabsList_bghy2_6",Sy="_tabTrigger_bghy2_12",Ey="_danger_bghy2_29",er={tabsRoot:_y,tabsList:Cy,tabTrigger:Sy,danger:Ey};function il({objectName:e,completed:t,pending:n,displayName:r}){return a.jsx(ol,{value:e,className:er.tabTrigger,children:a.jsxs("div",{style:{display:"flex",alignItems:"center",gap:".5rem",marginRight:".5rem"},children:[Lc(t,n),a.jsxs("div",{style:{display:"flex",flexDirection:"column"},children:[a.jsx("span",{children:r||e}),n&&a.jsx("span",{style:{fontSize:".8rem",fontStyle:"italic"},children:"pending"})]})]})})}function Oy({completed:e,pending:t,displayName:n}){return a.jsxs(a.Fragment,{children:[a.jsx(or,{style:{margin:"1rem 0"}}),a.jsx(il,{objectName:tn,completed:e,pending:t,displayName:n},"other-write")]})}function Ny(){return a.jsxs(a.Fragment,{children:[a.jsx(or,{style:{margin:"3rem 0 1rem 0"}}),a.jsx(ol,{value:Xn,className:yt(er.tabTrigger,er.danger),children:a.jsxs("div",{style:{display:"flex",alignItems:"center",gap:".5rem",marginRight:".5rem"},children:[fa(),a.jsx("span",{children:"Uninstall"})]})})]})}function Ty({value:e,readNavObjects:t,onValueChange:n,objectConfigurationsState:r,otherNavObject:i,showUninstallButton:o}){var s,c;return a.jsx(xy,{value:e,className:er.tabsRoot,onValueChange:n,children:a.jsxs(by,{className:er.tabsList,children:[t.map(l=>{var u,d,f,h;return a.jsx(il,{objectName:l.name,completed:l.completed,pending:((d=(u=r==null?void 0:r[l.name])==null?void 0:u.read)==null?void 0:d.isOptionalFieldsModified)||((h=(f=r==null?void 0:r[l.name])==null?void 0:f.read)==null?void 0:h.isRequiredMapFieldsModified)||!1},l.name)}),i&&a.jsx(Oy,{completed:i.completed,pending:((c=(s=r==null?void 0:r.other)==null?void 0:s.write)==null?void 0:c.isWriteModified)||!1,displayName:t.length?"other":"write"}),o&&a.jsx(Ny,{})]})})}function Ry(e,t){return t===Xn?{name:Xn,completed:!1}:e.find(n=>n.name===t)}const Ay=getComputedStyle(document.documentElement).getPropertyValue("--amp-colors-background").trim()||"white";function jy({children:e}){var C;const{project:t}=je(),{installation:n,provider:r}=dt(),{hydratedRevision:i}=Ln(),{objectConfigurationsState:o}=Qr(),[s,c]=g.useState(""),l=(t==null?void 0:t.appName)||"",u=n==null?void 0:n.config,d=i&&Wo(u,i),f=d!==null,h=!!((C=i==null?void 0:i.content)!=null&&C.write),p=h?Jo(u):void 0,m=g.useMemo(()=>{const w=[...d||[]];return p&&h&&w.push(p),w},[d,p,h]),v=Ry(m,s),I=g.useCallback(()=>{const w=m.find(_=>v!==_&&!_.completed);w&&c(w.name)},[m,v]);return g.useEffect(()=>{!s&&m.length>0&&c(m[0].name)},[m,s,I]),a.jsx(Ii.Provider,{value:I,children:a.jsx(wi.Provider,{value:v==null?void 0:v.name,children:a.jsxs(Fn,{style:{maxWidth:"55rem"},children:[a.jsxs(bn,{style:{display:"flex",gap:"1rem",padding:"3rem",backgroundColor:Ay},children:[a.jsxs("div",{style:{width:"20rem"},children:[a.jsxs("h1",{children:[Dt(r)," integration"]}),a.jsx("h3",{style:{marginBottom:"20px",fontSize:"1.125rem",fontWeight:"500"},children:l}),f&&a.jsx(Ty,{value:s,readNavObjects:d,onValueChange:w=>c(w),objectConfigurationsState:o,otherNavObject:p,showUninstallButton:!!n})]}),e]}),a.jsx(Ni,{})]})})})}function Py(e,t){return e!=null&&e[t]?e[t]:{name:Xn,completed:!1}}const Dy=getComputedStyle(document.documentElement).getPropertyValue("--amp-colors-background").trim()||"white";function ky({children:e}){var C,w,_;const{project:t}=je(),{installation:n,provider:r}=dt(),{hydratedRevision:i}=Ln(),{objectConfigurationsState:o}=Qr(),[s,c]=g.useState(0),l=(t==null?void 0:t.appName)||"",u=n==null?void 0:n.config,d=i&&Wo(u,i),f=d!==null,h=!!((C=i==null?void 0:i.content)!=null&&C.write),p=h?Jo(u):void 0,m=g.useMemo(()=>{const b=[...d||[]];return p&&h&&b.push(p),b},[d,p,h]),v=Py(m,s),I=g.useCallback(()=>{const b=m.find(x=>v!==x&&!x.completed);b&&c(m.indexOf(b))},[m,v]);return a.jsx(Ii.Provider,{value:I,children:a.jsx(wi.Provider,{value:v==null?void 0:v.name,children:a.jsxs(Fn,{style:{maxWidth:"55rem"},children:[a.jsxs(bn,{style:{display:"flex",gap:"1rem",padding:"3rem",backgroundColor:Dy},children:[a.jsxs("div",{style:{width:"20rem"},children:[a.jsxs(T.Text,{children:[Dt(r)," integration"]}),a.jsx(T.Text,{marginBottom:"20px",fontSize:"1.125rem",fontWeight:"500",children:l}),f&&a.jsxs(T.Tabs,{index:s,onChange:c,orientation:"horizontal",children:[d.map(b=>{var x,E,M,O;return a.jsx($c,{objectName:b.name,completed:b.completed,pending:((E=(x=o[b.name])==null?void 0:x.read)==null?void 0:E.isOptionalFieldsModified)||((O=(M=o[b.name])==null?void 0:M.read)==null?void 0:O.isRequiredMapFieldsModified)},b.name)}),h&&p&&a.jsx(Zv,{completed:p.completed,pending:(_=(w=o==null?void 0:o.other)==null?void 0:w.write)==null?void 0:_.isWriteModified,displayName:d!=null&&d.length?"other":"write"}),n&&a.jsxs(a.Fragment,{children:[a.jsx(or,{style:{margin:"3rem 0 1rem 0"}}),a.jsx(If,{text:"Uninstall"},"uninstall-installation")]})]})]}),e]}),a.jsx(Ni,{})]})})})}function Fy({...e}){return Ae?a.jsx(jy,{...e}):a.jsx(ky,{...e})}function My(){const[e,t]=g.useState(1);return{seed:e,reset:()=>{t(Math.random())}}}function Ly({integration:e,consumerRef:t,consumerName:n,groupRef:r,groupName:i,onInstallSuccess:o,onUpdateSuccess:s,onUninstallSuccess:c,fieldMapping:l}){var p;const{projectId:u}=je(),{errorState:d}=on(),{seed:f,reset:h}=My();return(p=d[Se.INTEGRATION_LIST])!=null&&p.apiError?a.jsx(qt,{message:"Something went wrong, couldn't find integration information"}):a.jsx(Wp,{integration:e,consumerRef:t,consumerName:n,groupRef:r,groupName:i,onInstallSuccess:o,onUpdateSuccess:s,onUninstallSuccess:c,fieldMapping:l,children:a.jsx(na,{groupRef:r,children:a.jsx(Mc,{consumerRef:t,consumerName:n,groupRef:r,groupName:i,children:a.jsx(xf,{projectId:u,children:a.jsx(ev,{resetComponent:h,children:a.jsx(Lh,{children:a.jsx(Fy,{children:a.jsx(zg,{})})})})})})})},f)}function $y(){return a.jsxs(Fn,{style:{display:"flex",alignItems:"center",justifyContent:"center",flexDirection:"column"},children:[a.jsx(Nt,{}),a.jsx("p",{children:"Redirecting"})]})}function Ky({redirectURL:e,children:t}){return g.useEffect(()=>{e&&window.location.replace(e)},[e]),e?a.jsx($y,{}):t}function Vy({provider:e}){const{appName:t}=je(),n=`You have successfully connected your ${Dt(e)} account to ${t}.`;return a.jsx(Oi,{text:n})}function Hy({provider:e,consumerRef:t,consumerName:n,groupRef:r,groupName:i,redirectUrl:o,onSuccess:s}){return a.jsx(na,{provider:e,groupRef:r,children:a.jsx(Mc,{provider:e,consumerRef:t,consumerName:n,groupRef:r,groupName:i,onSuccess:s,children:a.jsx(Ky,{redirectURL:o,children:a.jsx(Vy,{provider:e})})})})}const By=(e,t)=>{const n=Ve(),{projectId:r}=je(),{integrations:i}=Ys(),[o,s]=g.useState(!1),[c,l]=g.useState(null);if(!n||!r)throw new Error("useIsIntegrationInstalled must be used within AmpersandProvider");if(!e)throw new Error("useIsIntegrationInstalled requires an integration name");if(!t)throw new Error("useIsIntegrationInstalled requires a groupRef");const u=g.useMemo(()=>i==null?void 0:i.reduce((d,f)=>(f==null?void 0:f.name)===e?f:d,{}),[i,e]);return g.useEffect(()=>{u&&Ee().installationApi.listInstallations({projectIdOrName:r,integrationId:u.id,groupRef:t},{headers:{"x-api-key":n}}).then(d=>{s(!0),l(d.length>0)}).catch(d=>{console.error("Error listing installations."),Ge(d),s(!0)})},[t,n,r,u]),{isLoaded:o,isIntegrationInstalled:c}};exports.AmpersandContext=Qs;exports.AmpersandProvider=Bp;exports.ConnectProvider=Hy;exports.FieldMapping=Ko;exports.InstallIntegration=Ly;exports.useAmpersandProvider=Up;exports.useIsIntegrationInstalled=By;
|
|
48
|
+
*/const fh="react-tooltip-core-styles",mh="react-tooltip-base-styles",bs={core:!1,base:!1};function _s({css:e,id:t=mh,type:n="base",ref:r}){var i,o;if(!e||typeof document>"u"||bs[n]||n==="core"&&typeof process<"u"&&(!((i=process==null?void 0:process.env)===null||i===void 0)&&i.REACT_TOOLTIP_DISABLE_CORE_STYLES)||n!=="base"&&typeof process<"u"&&(!((o=process==null?void 0:process.env)===null||o===void 0)&&o.REACT_TOOLTIP_DISABLE_BASE_STYLES))return;n==="core"&&(t=fh),r||(r={});const{insertAt:s}=r;if(document.getElementById(t))return;const c=document.head||document.getElementsByTagName("head")[0],l=document.createElement("style");l.id=t,l.type="text/css",s==="top"&&c.firstChild?c.insertBefore(l,c.firstChild):c.appendChild(l),l.styleSheet?l.styleSheet.cssText=e:l.appendChild(document.createTextNode(e)),bs[n]=!0}const Cs=async({elementReference:e=null,tooltipReference:t=null,tooltipArrowReference:n=null,place:r="top",offset:i=10,strategy:o="absolute",middlewares:s=[lh(Number(i)),dh({fallbackAxisSideDirection:"start"}),uh({padding:5})],border:c})=>{if(!e)return{tooltipStyles:{},tooltipArrowStyles:{},place:r};if(t===null)return{tooltipStyles:{},tooltipArrowStyles:{},place:r};const l=s;return n?(l.push(ph({element:n,padding:5})),xs(e,t,{placement:r,strategy:o,middleware:l}).then(({x:u,y:d,placement:f,middlewareData:h})=>{var p,m;const y={left:`${u}px`,top:`${d}px`,border:c},{x:I,y:C}=(p=h.arrow)!==null&&p!==void 0?p:{x:0,y:0},w=(m={top:"bottom",right:"left",bottom:"top",left:"right"}[f.split("-")[0]])!==null&&m!==void 0?m:"bottom",_=c&&{borderBottom:c,borderRight:c};let b=0;if(c){const x=`${c}`.match(/(\d+)px/);b=x!=null&&x[1]?Number(x[1]):1}return{tooltipStyles:y,tooltipArrowStyles:{left:I!=null?`${I}px`:"",top:C!=null?`${C}px`:"",right:"",bottom:"",..._,[w]:`-${4+b}px`},place:f}})):xs(e,t,{placement:"bottom",strategy:o,middleware:l}).then(({x:u,y:d,placement:f})=>({tooltipStyles:{left:`${u}px`,top:`${d}px`},tooltipArrowStyles:{},place:f}))},Ss=(e,t)=>!("CSS"in window&&"supports"in window.CSS)||window.CSS.supports(e,t),Es=(e,t,n)=>{let r=null;const i=function(...o){const s=()=>{r=null};!r&&(e.apply(this,o),r=setTimeout(s,t))};return i.cancel=()=>{r&&(clearTimeout(r),r=null)},i},Os=e=>e!==null&&!Array.isArray(e)&&typeof e=="object",Do=(e,t)=>{if(e===t)return!0;if(Array.isArray(e)&&Array.isArray(t))return e.length===t.length&&e.every((i,o)=>Do(i,t[o]));if(Array.isArray(e)!==Array.isArray(t))return!1;if(!Os(e)||!Os(t))return e===t;const n=Object.keys(e),r=Object.keys(t);return n.length===r.length&&n.every(i=>Do(e[i],t[i]))},hh=e=>{if(!(e instanceof HTMLElement||e instanceof SVGElement))return!1;const t=getComputedStyle(e);return["overflow","overflow-x","overflow-y"].some(n=>{const r=t.getPropertyValue(n);return r==="auto"||r==="scroll"})},Ns=e=>{if(!e)return null;let t=e.parentElement;for(;t;){if(hh(t))return t;t=t.parentElement}return document.scrollingElement||document.documentElement},gh=typeof window<"u"?g.useLayoutEffect:g.useEffect,yt=e=>{e.current&&(clearTimeout(e.current),e.current=null)},yh="DEFAULT_TOOLTIP_ID",vh={anchorRefs:new Set,activeAnchor:{current:null},attach:()=>{},detach:()=>{},setActiveAnchor:()=>{}},wh=g.createContext({getTooltipData:()=>vh});function cc(e=yh){return g.useContext(wh).getTooltipData(e)}var Sn={tooltip:"core-styles-module_tooltip__3vRRp",fixed:"core-styles-module_fixed__pcSol",arrow:"core-styles-module_arrow__cvMwQ",noArrow:"core-styles-module_noArrow__xock6",clickable:"core-styles-module_clickable__ZuTTB",show:"core-styles-module_show__Nt9eE",closing:"core-styles-module_closing__sGnxF"},vo={tooltip:"styles-module_tooltip__mnnfp",arrow:"styles-module_arrow__K0L3T",dark:"styles-module_dark__xNqje",light:"styles-module_light__Z6W-X",success:"styles-module_success__A2AKt",warning:"styles-module_warning__SCK0X",error:"styles-module_error__JvumD",info:"styles-module_info__BWdHW"};const Ih=({forwardRef:e,id:t,className:n,classNameArrow:r,variant:i="dark",anchorId:o,anchorSelect:s,place:c="top",offset:l=10,events:u=["hover"],openOnClick:d=!1,positionStrategy:f="absolute",middlewares:h,wrapper:p,delayShow:m=0,delayHide:y=0,float:I=!1,hidden:C=!1,noArrow:w=!1,clickable:_=!1,closeOnEsc:b=!1,closeOnScroll:x=!1,closeOnResize:E=!1,openEvents:M,closeEvents:O,globalCloseEvents:V,imperativeModeOnly:J,style:X,position:Z,afterShow:te,afterHide:q,disableTooltip:ae,content:re,contentWrapperRef:ee,isOpen:pe,defaultIsOpen:me=!1,setIsOpen:N,activeAnchor:P,setActiveAnchor:L,border:k,opacity:D,arrowColor:A,role:G="tooltip"})=>{var Y;const H=g.useRef(null),Q=g.useRef(null),W=g.useRef(null),ce=g.useRef(null),j=g.useRef(null),[fe,B]=g.useState({tooltipStyles:{},tooltipArrowStyles:{},place:c}),[Ie,ke]=g.useState(!1),[qe,Fe]=g.useState(!1),[he,It]=g.useState(null),We=g.useRef(!1),it=g.useRef(null),{anchorRefs:xt,setActiveAnchor:bt}=cc(t),Je=g.useRef(!1),[He,Me]=g.useState([]),Oe=g.useRef(!1),_t=d||u.includes("click"),Ye=_t||(M==null?void 0:M.click)||(M==null?void 0:M.dblclick)||(M==null?void 0:M.mousedown),Ft=M?{...M}:{mouseover:!0,focus:!0,mouseenter:!1,click:!1,dblclick:!1,mousedown:!1};!M&&_t&&Object.assign(Ft,{mouseenter:!1,focus:!1,mouseover:!1,click:!0});const Jt=O?{...O}:{mouseout:!0,blur:!0,mouseleave:!1,click:!1,dblclick:!1,mouseup:!1};!O&&_t&&Object.assign(Jt,{mouseleave:!1,blur:!1,mouseout:!1});const st=V?{...V}:{escape:b||!1,scroll:x||!1,resize:E||!1,clickOutsideAnchor:Ye||!1};J&&(Object.assign(Ft,{mouseenter:!1,focus:!1,click:!1,dblclick:!1,mousedown:!1}),Object.assign(Jt,{mouseleave:!1,blur:!1,click:!1,dblclick:!1,mouseup:!1}),Object.assign(st,{escape:!1,scroll:!1,resize:!1,clickOutsideAnchor:!1})),gh(()=>(Oe.current=!0,()=>{Oe.current=!1}),[]);const Ne=U=>{Oe.current&&(U&&Fe(!0),setTimeout(()=>{Oe.current&&(N==null||N(U),pe===void 0&&ke(U))},10))};g.useEffect(()=>{if(pe===void 0)return()=>null;pe&&Fe(!0);const U=setTimeout(()=>{ke(pe)},10);return()=>{clearTimeout(U)}},[pe]),g.useEffect(()=>{if(Ie!==We.current)if(yt(j),We.current=Ie,Ie)te==null||te();else{const U=(oe=>{const se=oe.match(/^([\d.]+)(ms|s)$/);if(!se)return 0;const[,Pe,$e]=se;return Number(Pe)*($e==="ms"?1:1e3)})(getComputedStyle(document.body).getPropertyValue("--rt-transition-show-delay"));j.current=setTimeout(()=>{Fe(!1),It(null),q==null||q()},U+25)}},[Ie]);const Mt=U=>{B(oe=>Do(oe,U)?oe:U)},zt=(U=m)=>{yt(W),qe?Ne(!0):W.current=setTimeout(()=>{Ne(!0)},U)},Lt=(U=y)=>{yt(ce),ce.current=setTimeout(()=>{Je.current||Ne(!1)},U)},ln=U=>{var oe;if(!U)return;const se=(oe=U.currentTarget)!==null&&oe!==void 0?oe:U.target;if(!(se!=null&&se.isConnected))return L(null),void bt({current:null});m?zt():Ne(!0),L(se),bt({current:se}),yt(ce)},et=()=>{_?Lt(y||100):y?Lt():Ne(!1),yt(W)},$t=({x:U,y:oe})=>{var se;const Pe={getBoundingClientRect:()=>({x:U,y:oe,width:0,height:0,top:oe,left:U,right:U,bottom:oe})};Cs({place:(se=he==null?void 0:he.place)!==null&&se!==void 0?se:c,offset:l,elementReference:Pe,tooltipReference:H.current,tooltipArrowReference:Q.current,strategy:f,middlewares:h,border:k}).then($e=>{Mt($e)})},Xt=U=>{if(!U)return;const oe=U,se={x:oe.clientX,y:oe.clientY};$t(se),it.current=se},un=U=>{var oe;if(!Ie)return;const se=U.target;se.isConnected&&(!((oe=H.current)===null||oe===void 0)&&oe.contains(se)||[document.querySelector(`[id='${o}']`),...He].some(Pe=>Pe==null?void 0:Pe.contains(se))||(Ne(!1),yt(W)))},Gt=Es(ln,50),Ce=Es(et,50),Ze=U=>{Ce.cancel(),Gt(U)},ne=()=>{Gt.cancel(),Ce()},de=g.useCallback(()=>{var U,oe;const se=(U=he==null?void 0:he.position)!==null&&U!==void 0?U:Z;se?$t(se):I?it.current&&$t(it.current):P!=null&&P.isConnected&&Cs({place:(oe=he==null?void 0:he.place)!==null&&oe!==void 0?oe:c,offset:l,elementReference:P,tooltipReference:H.current,tooltipArrowReference:Q.current,strategy:f,middlewares:h,border:k}).then(Pe=>{Oe.current&&Mt(Pe)})},[Ie,P,re,X,c,he==null?void 0:he.place,l,f,Z,he==null?void 0:he.position,I]);g.useEffect(()=>{var U,oe;const se=new Set(xt);He.forEach(xe=>{ae!=null&&ae(xe)||se.add({current:xe})});const Pe=document.querySelector(`[id='${o}']`);Pe&&!(ae!=null&&ae(Pe))&&se.add({current:Pe});const $e=()=>{Ne(!1)},tt=Ns(P),Be=Ns(H.current);st.scroll&&(window.addEventListener("scroll",$e),tt==null||tt.addEventListener("scroll",$e),Be==null||Be.addEventListener("scroll",$e));let ze=null;st.resize?window.addEventListener("resize",$e):P&&H.current&&(ze=ch(P,H.current,de,{ancestorResize:!0,elementResize:!0,layoutShift:!0}));const nt=xe=>{xe.key==="Escape"&&Ne(!1)};st.escape&&window.addEventListener("keydown",nt),st.clickOutsideAnchor&&window.addEventListener("click",un);const be=[],dn=xe=>{Ie&&(xe==null?void 0:xe.target)===P||ln(xe)},ro=xe=>{Ie&&(xe==null?void 0:xe.target)===P&&et()},mt=["mouseover","mouseout","mouseenter","mouseleave","focus","blur"],ar=["click","dblclick","mousedown","mouseup"];Object.entries(Ft).forEach(([xe,Ct])=>{Ct&&(mt.includes(xe)?be.push({event:xe,listener:Ze}):ar.includes(xe)&&be.push({event:xe,listener:dn}))}),Object.entries(Jt).forEach(([xe,Ct])=>{Ct&&(mt.includes(xe)?be.push({event:xe,listener:ne}):ar.includes(xe)&&be.push({event:xe,listener:ro}))}),I&&be.push({event:"pointermove",listener:Xt});const cr=()=>{Je.current=!0},lr=()=>{Je.current=!1,et()};return _&&!Ye&&((U=H.current)===null||U===void 0||U.addEventListener("mouseenter",cr),(oe=H.current)===null||oe===void 0||oe.addEventListener("mouseleave",lr)),be.forEach(({event:xe,listener:Ct})=>{se.forEach(St=>{var pn;(pn=St.current)===null||pn===void 0||pn.addEventListener(xe,Ct)})}),()=>{var xe,Ct;st.scroll&&(window.removeEventListener("scroll",$e),tt==null||tt.removeEventListener("scroll",$e),Be==null||Be.removeEventListener("scroll",$e)),st.resize?window.removeEventListener("resize",$e):ze==null||ze(),st.clickOutsideAnchor&&window.removeEventListener("click",un),st.escape&&window.removeEventListener("keydown",nt),_&&!Ye&&((xe=H.current)===null||xe===void 0||xe.removeEventListener("mouseenter",cr),(Ct=H.current)===null||Ct===void 0||Ct.removeEventListener("mouseleave",lr)),be.forEach(({event:St,listener:pn})=>{se.forEach(oo=>{var Vn;(Vn=oo.current)===null||Vn===void 0||Vn.removeEventListener(St,pn)})})}},[P,de,qe,xt,He,M,O,V,_t,m,y]),g.useEffect(()=>{var U,oe;let se=(oe=(U=he==null?void 0:he.anchorSelect)!==null&&U!==void 0?U:s)!==null&&oe!==void 0?oe:"";!se&&t&&(se=`[data-tooltip-id='${t.replace(/'/g,"\\'")}']`);const Pe=new MutationObserver($e=>{const tt=[],Be=[];$e.forEach(ze=>{if(ze.type==="attributes"&&ze.attributeName==="data-tooltip-id"&&(ze.target.getAttribute("data-tooltip-id")===t?tt.push(ze.target):ze.oldValue===t&&Be.push(ze.target)),ze.type==="childList"){if(P){const nt=[...ze.removedNodes].filter(be=>be.nodeType===1);if(se)try{Be.push(...nt.filter(be=>be.matches(se))),Be.push(...nt.flatMap(be=>[...be.querySelectorAll(se)]))}catch{}nt.some(be=>{var dn;return!!(!((dn=be==null?void 0:be.contains)===null||dn===void 0)&&dn.call(be,P))&&(Fe(!1),Ne(!1),L(null),yt(W),yt(ce),!0)})}if(se)try{const nt=[...ze.addedNodes].filter(be=>be.nodeType===1);tt.push(...nt.filter(be=>be.matches(se))),tt.push(...nt.flatMap(be=>[...be.querySelectorAll(se)]))}catch{}}}),(tt.length||Be.length)&&Me(ze=>[...ze.filter(nt=>!Be.includes(nt)),...tt])});return Pe.observe(document.body,{childList:!0,subtree:!0,attributes:!0,attributeFilter:["data-tooltip-id"],attributeOldValue:!0}),()=>{Pe.disconnect()}},[t,s,he==null?void 0:he.anchorSelect,P]),g.useEffect(()=>{de()},[de]),g.useEffect(()=>{if(!(ee!=null&&ee.current))return()=>null;const U=new ResizeObserver(()=>{setTimeout(()=>de())});return U.observe(ee.current),()=>{U.disconnect()}},[re,ee==null?void 0:ee.current]),g.useEffect(()=>{var U;const oe=document.querySelector(`[id='${o}']`),se=[...He,oe];P&&se.includes(P)||L((U=He[0])!==null&&U!==void 0?U:oe)},[o,He,P]),g.useEffect(()=>(me&&Ne(!0),()=>{yt(W),yt(ce)}),[]),g.useEffect(()=>{var U;let oe=(U=he==null?void 0:he.anchorSelect)!==null&&U!==void 0?U:s;if(!oe&&t&&(oe=`[data-tooltip-id='${t.replace(/'/g,"\\'")}']`),oe)try{const se=Array.from(document.querySelectorAll(oe));Me(se)}catch{Me([])}},[t,s,he==null?void 0:he.anchorSelect]),g.useEffect(()=>{W.current&&(yt(W),zt(m))},[m]);const Le=(Y=he==null?void 0:he.content)!==null&&Y!==void 0?Y:re,Kt=Ie&&Object.keys(fe.tooltipStyles).length>0;return g.useImperativeHandle(e,()=>({open:U=>{if(U!=null&&U.anchorSelect)try{document.querySelector(U.anchorSelect)}catch{return void console.warn(`[react-tooltip] "${U.anchorSelect}" is not a valid CSS selector`)}It(U??null),U!=null&&U.delay?zt(U.delay):Ne(!0)},close:U=>{U!=null&&U.delay?Lt(U.delay):Ne(!1)},activeAnchor:P,place:fe.place,isOpen:!!(qe&&!C&&Le&&Kt)})),qe&&!C&&Le?g.createElement(p,{id:t,role:G,className:vt("react-tooltip",Sn.tooltip,vo.tooltip,vo[i],n,`react-tooltip__place-${fe.place}`,Sn[Kt?"show":"closing"],Kt?"react-tooltip__show":"react-tooltip__closing",f==="fixed"&&Sn.fixed,_&&Sn.clickable),onTransitionEnd:U=>{yt(j),Ie||U.propertyName!=="opacity"||(Fe(!1),It(null),q==null||q())},style:{...X,...fe.tooltipStyles,opacity:D!==void 0&&Kt?D:void 0},ref:H},Le,g.createElement(p,{className:vt("react-tooltip-arrow",Sn.arrow,vo.arrow,r,w&&Sn.noArrow),style:{...fe.tooltipArrowStyles,background:A?`linear-gradient(to right bottom, transparent 50%, ${A} 50%)`:void 0},ref:Q})):null},xh=({content:e})=>g.createElement("span",{dangerouslySetInnerHTML:{__html:e}}),bh=g.forwardRef(({id:e,anchorId:t,anchorSelect:n,content:r,html:i,render:o,className:s,classNameArrow:c,variant:l="dark",place:u="top",offset:d=10,wrapper:f="div",children:h=null,events:p=["hover"],openOnClick:m=!1,positionStrategy:y="absolute",middlewares:I,delayShow:C=0,delayHide:w=0,float:_=!1,hidden:b=!1,noArrow:x=!1,clickable:E=!1,closeOnEsc:M=!1,closeOnScroll:O=!1,closeOnResize:V=!1,openEvents:J,closeEvents:X,globalCloseEvents:Z,imperativeModeOnly:te=!1,style:q,position:ae,isOpen:re,defaultIsOpen:ee=!1,disableStyleInjection:pe=!1,border:me,opacity:N,arrowColor:P,setIsOpen:L,afterShow:k,afterHide:D,disableTooltip:A,role:G="tooltip"},Y)=>{const[H,Q]=g.useState(r),[W,ce]=g.useState(i),[j,fe]=g.useState(u),[B,Ie]=g.useState(l),[ke,qe]=g.useState(d),[Fe,he]=g.useState(C),[It,We]=g.useState(w),[it,xt]=g.useState(_),[bt,Je]=g.useState(b),[He,Me]=g.useState(f),[Oe,_t]=g.useState(p),[Ye,Ft]=g.useState(y),[Jt,st]=g.useState(null),[Ne,Mt]=g.useState(null),zt=g.useRef(pe),{anchorRefs:Lt,activeAnchor:ln}=cc(e),et=Ce=>Ce==null?void 0:Ce.getAttributeNames().reduce((Ze,ne)=>{var de;return ne.startsWith("data-tooltip-")&&(Ze[ne.replace(/^data-tooltip-/,"")]=(de=Ce==null?void 0:Ce.getAttribute(ne))!==null&&de!==void 0?de:null),Ze},{}),$t=Ce=>{const Ze={place:ne=>{var de;fe((de=ne)!==null&&de!==void 0?de:u)},content:ne=>{Q(ne??r)},html:ne=>{ce(ne??i)},variant:ne=>{var de;Ie((de=ne)!==null&&de!==void 0?de:l)},offset:ne=>{qe(ne===null?d:Number(ne))},wrapper:ne=>{var de;Me((de=ne)!==null&&de!==void 0?de:f)},events:ne=>{const de=ne==null?void 0:ne.split(" ");_t(de??p)},"position-strategy":ne=>{var de;Ft((de=ne)!==null&&de!==void 0?de:y)},"delay-show":ne=>{he(ne===null?C:Number(ne))},"delay-hide":ne=>{We(ne===null?w:Number(ne))},float:ne=>{xt(ne===null?_:ne==="true")},hidden:ne=>{Je(ne===null?b:ne==="true")},"class-name":ne=>{st(ne)}};Object.values(Ze).forEach(ne=>ne(null)),Object.entries(Ce).forEach(([ne,de])=>{var Le;(Le=Ze[ne])===null||Le===void 0||Le.call(Ze,de)})};g.useEffect(()=>{Q(r)},[r]),g.useEffect(()=>{ce(i)},[i]),g.useEffect(()=>{fe(u)},[u]),g.useEffect(()=>{Ie(l)},[l]),g.useEffect(()=>{qe(d)},[d]),g.useEffect(()=>{he(C)},[C]),g.useEffect(()=>{We(w)},[w]),g.useEffect(()=>{xt(_)},[_]),g.useEffect(()=>{Je(b)},[b]),g.useEffect(()=>{Ft(y)},[y]),g.useEffect(()=>{zt.current!==pe&&console.warn("[react-tooltip] Do not change `disableStyleInjection` dynamically.")},[pe]),g.useEffect(()=>{typeof window<"u"&&window.dispatchEvent(new CustomEvent("react-tooltip-inject-styles",{detail:{disableCore:pe==="core",disableBase:pe}}))},[]),g.useEffect(()=>{var Ce;const Ze=new Set(Lt);let ne=n;if(!ne&&e&&(ne=`[data-tooltip-id='${e.replace(/'/g,"\\'")}']`),ne)try{document.querySelectorAll(ne).forEach(oe=>{Ze.add({current:oe})})}catch{console.warn(`[react-tooltip] "${ne}" is not a valid CSS selector`)}const de=document.querySelector(`[id='${t}']`);if(de&&Ze.add({current:de}),!Ze.size)return()=>null;const Le=(Ce=Ne??de)!==null&&Ce!==void 0?Ce:ln.current,Kt=new MutationObserver(oe=>{oe.forEach(se=>{var Pe;if(!Le||se.type!=="attributes"||!(!((Pe=se.attributeName)===null||Pe===void 0)&&Pe.startsWith("data-tooltip-")))return;const $e=et(Le);$t($e)})}),U={attributes:!0,childList:!1,subtree:!1};if(Le){const oe=et(Le);$t(oe),Kt.observe(Le,U)}return()=>{Kt.disconnect()}},[Lt,ln,Ne,t,n]),g.useEffect(()=>{q!=null&&q.border&&console.warn("[react-tooltip] Do not set `style.border`. Use `border` prop instead."),me&&!Ss("border",`${me}`)&&console.warn(`[react-tooltip] "${me}" is not a valid \`border\`.`),q!=null&&q.opacity&&console.warn("[react-tooltip] Do not set `style.opacity`. Use `opacity` prop instead."),N&&!Ss("opacity",`${N}`)&&console.warn(`[react-tooltip] "${N}" is not a valid \`opacity\`.`)},[]);let Xt=h;const un=g.useRef(null);if(o){const Ce=o({content:(Ne==null?void 0:Ne.getAttribute("data-tooltip-content"))||H||null,activeAnchor:Ne});Xt=Ce?g.createElement("div",{ref:un,className:"react-tooltip-content-wrapper"},Ce):null}else H&&(Xt=H);W&&(Xt=g.createElement(xh,{content:W}));const Gt={forwardRef:Y,id:e,anchorId:t,anchorSelect:n,className:vt(s,Jt),classNameArrow:c,content:Xt,contentWrapperRef:un,place:j,variant:B,offset:ke,wrapper:He,events:Oe,openOnClick:m,positionStrategy:Ye,middlewares:I,delayShow:Fe,delayHide:It,float:it,hidden:bt,noArrow:x,clickable:E,closeOnEsc:M,closeOnScroll:O,closeOnResize:V,openEvents:J,closeEvents:X,globalCloseEvents:Z,imperativeModeOnly:te,style:q,position:ae,isOpen:re,defaultIsOpen:ee,border:me,opacity:N,arrowColor:P,setIsOpen:L,afterShow:k,afterHide:D,disableTooltip:A,activeAnchor:Ne,setActiveAnchor:Ce=>Mt(Ce),role:G};return g.createElement(Ih,{...Gt})});typeof window<"u"&&window.addEventListener("react-tooltip-inject-styles",e=>{e.detail.disableCore||_s({css:":root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:0.9;--rt-transition-show-delay:0.15s;--rt-transition-closing-delay:0.15s}.core-styles-module_tooltip__3vRRp{position:absolute;top:0;left:0;pointer-events:none;opacity:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{position:absolute;background:inherit}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:var(--rt-opacity);transition:opacity var(--rt-transition-show-delay)ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity var(--rt-transition-closing-delay)ease-in}",type:"core"}),e.detail.disableBase||_s({css:`
|
|
49
|
+
.styles-module_tooltip__mnnfp{padding:8px 16px;border-radius:3px;font-size:90%;width:max-content}.styles-module_arrow__K0L3T{width:8px;height:8px}[class*='react-tooltip__place-top']>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*='react-tooltip__place-right']>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*='react-tooltip__place-bottom']>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*='react-tooltip__place-left']>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}`,type:"base"})});function _h(){return a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",children:[a.jsxs("g",{clipPath:"url(#clip0_2896_16290)",children:[a.jsx("path",{d:"M8.00032 11.167L8.00032 7.83366M8.00032 1.83366C4.33366 1.83366 1.33366 4.83366 1.33366 8.50033C1.33366 12.167 4.33366 15.167 8.00033 15.167C11.667 15.167 14.667 12.167 14.667 8.50033C14.667 4.83366 11.667 1.83366 8.00032 1.83366Z",stroke:"#6B7280",strokeLinecap:"round",strokeLinejoin:"round"}),a.jsx("path",{d:"M8.00293 5.83301L7.99768 5.83301",stroke:"#6B7280",strokeLinecap:"round",strokeLinejoin:"round"})]}),a.jsx("defs",{children:a.jsx("clipPath",{id:"clip0_2896_16290",children:a.jsx("rect",{width:"16",height:"16",fill:"white",transform:"translate(16 16.5) rotate(180)"})})})]})}function Ch({id:e,tooltipText:t}){return a.jsxs(a.Fragment,{children:[a.jsx("span",{"data-tooltip-id":e,style:{maxWidth:"20rem"},children:_h()}),a.jsx(bh,{id:e,place:"top",content:t,style:{maxWidth:"30rem"}})]})}const Ii=g.createContext(null);function lc(){const e=g.useContext(Ii);if(e===null)throw new Error("useSelectedNavObjectName must be used within a SelectedNavObjectNameProvider");return{selectedObjectName:e}}const xi=g.createContext(()=>{});function Sh(){const e=g.useContext(xi);if(!e)throw new Error("useSetNextTabIndex must be used within a NextTabIndexProvider");return{onNextIncompleteTab:e}}var uc=Symbol.for("immer-nothing"),Ts=Symbol.for("immer-draftable"),ut=Symbol.for("immer-state"),Eh=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 rt(e,...t){if(process.env.NODE_ENV!=="production"){const n=Eh[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 Dn=Object.getPrototypeOf;function kn(e){return!!e&&!!e[ut]}function xn(e){var t;return e?dc(e)||Array.isArray(e)||!!e[Ts]||!!((t=e.constructor)!=null&&t[Ts])||Yr(e)||Zr(e):!1}var Oh=Object.prototype.constructor.toString();function dc(e){if(!e||typeof e!="object")return!1;const t=Dn(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)===Oh}function Mr(e,t){Gr(e)===0?Reflect.ownKeys(e).forEach(n=>{t(n,e[n],e)}):e.forEach((n,r)=>t(r,n,e))}function Gr(e){const t=e[ut];return t?t.type_:Array.isArray(e)?1:Yr(e)?2:Zr(e)?3:0}function ko(e,t){return Gr(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function pc(e,t,n){const r=Gr(e);r===2?e.set(t,n):r===3?e.add(n):e[t]=n}function Nh(e,t){return e===t?e!==0||1/e===1/t:e!==e&&t!==t}function Yr(e){return e instanceof Map}function Zr(e){return e instanceof Set}function gn(e){return e.copy_||e.base_}function Fo(e,t){if(Yr(e))return new Map(e);if(Zr(e))return new Set(e);if(Array.isArray(e))return Array.prototype.slice.call(e);const n=dc(e);if(t===!0||t==="class_only"&&!n){const r=Object.getOwnPropertyDescriptors(e);delete r[ut];let i=Reflect.ownKeys(r);for(let o=0;o<i.length;o++){const s=i[o],c=r[s];c.writable===!1&&(c.writable=!0,c.configurable=!0),(c.get||c.set)&&(r[s]={configurable:!0,writable:!0,enumerable:c.enumerable,value:e[s]})}return Object.create(Dn(e),r)}else{const r=Dn(e);if(r!==null&&n)return{...e};const i=Object.create(r);return Object.assign(i,e)}}function bi(e,t=!1){return Qr(e)||kn(e)||!xn(e)||(Gr(e)>1&&(e.set=e.add=e.clear=e.delete=Th),Object.freeze(e),t&&Object.entries(e).forEach(([n,r])=>bi(r,!0))),e}function Th(){rt(2)}function Qr(e){return Object.isFrozen(e)}var Rh={};function bn(e){const t=Rh[e];return t||rt(0,e),t}var Zn;function fc(){return Zn}function Ah(e,t){return{drafts_:[],parent_:e,immer_:t,canAutoFreeze_:!0,unfinalizedDrafts_:0}}function Rs(e,t){t&&(bn("Patches"),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function Mo(e){Lo(e),e.drafts_.forEach(jh),e.drafts_=null}function Lo(e){e===Zn&&(Zn=e.parent_)}function As(e){return Zn=Ah(Zn,e)}function jh(e){const t=e[ut];t.type_===0||t.type_===1?t.revoke_():t.revoked_=!0}function js(e,t){t.unfinalizedDrafts_=t.drafts_.length;const n=t.drafts_[0];return e!==void 0&&e!==n?(n[ut].modified_&&(Mo(t),rt(4)),xn(e)&&(e=Lr(t,e),t.parent_||$r(t,e)),t.patches_&&bn("Patches").generateReplacementPatches_(n[ut].base_,e,t.patches_,t.inversePatches_)):e=Lr(t,n,[]),Mo(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==uc?e:void 0}function Lr(e,t,n){if(Qr(t))return t;const r=t[ut];if(!r)return Mr(t,(i,o)=>Ps(e,r,t,i,o,n)),t;if(r.scope_!==e)return t;if(!r.modified_)return $r(e,r.base_,!0),r.base_;if(!r.finalized_){r.finalized_=!0,r.scope_.unfinalizedDrafts_--;const i=r.copy_;let o=i,s=!1;r.type_===3&&(o=new Set(i),i.clear(),s=!0),Mr(o,(c,l)=>Ps(e,r,i,c,l,n,s)),$r(e,i,!1),n&&e.patches_&&bn("Patches").generatePatches_(r,n,e.patches_,e.inversePatches_)}return r.copy_}function Ps(e,t,n,r,i,o,s){if(process.env.NODE_ENV!=="production"&&i===n&&rt(5),kn(i)){const c=o&&t&&t.type_!==3&&!ko(t.assigned_,r)?o.concat(r):void 0,l=Lr(e,i,c);if(pc(n,r,l),kn(l))e.canAutoFreeze_=!1;else return}else s&&n.add(i);if(xn(i)&&!Qr(i)){if(!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1)return;Lr(e,i),(!t||!t.scope_.parent_)&&typeof r!="symbol"&&Object.prototype.propertyIsEnumerable.call(n,r)&&$r(e,i)}}function $r(e,t,n=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&bi(t,n)}function Ph(e,t){const n=Array.isArray(e),r={type_:n?1:0,scope_:t?t.scope_:fc(),modified_:!1,finalized_:!1,assigned_:{},parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1};let i=r,o=_i;n&&(i=[r],o=Qn);const{revoke:s,proxy:c}=Proxy.revocable(i,o);return r.draft_=c,r.revoke_=s,c}var _i={get(e,t){if(t===ut)return e;const n=gn(e);if(!ko(n,t))return Dh(e,n,t);const r=n[t];return e.finalized_||!xn(r)?r:r===wo(e.base_,t)?(Io(e),e.copy_[t]=Ko(r,e)):r},has(e,t){return t in gn(e)},ownKeys(e){return Reflect.ownKeys(gn(e))},set(e,t,n){const r=mc(gn(e),t);if(r!=null&&r.set)return r.set.call(e.draft_,n),!0;if(!e.modified_){const i=wo(gn(e),t),o=i==null?void 0:i[ut];if(o&&o.base_===n)return e.copy_[t]=n,e.assigned_[t]=!1,!0;if(Nh(n,i)&&(n!==void 0||ko(e.base_,t)))return!0;Io(e),$o(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 wo(e.base_,t)!==void 0||t in e.base_?(e.assigned_[t]=!1,Io(e),$o(e)):delete e.assigned_[t],e.copy_&&delete e.copy_[t],!0},getOwnPropertyDescriptor(e,t){const n=gn(e),r=Reflect.getOwnPropertyDescriptor(n,t);return r&&{writable:!0,configurable:e.type_!==1||t!=="length",enumerable:r.enumerable,value:n[t]}},defineProperty(){rt(11)},getPrototypeOf(e){return Dn(e.base_)},setPrototypeOf(){rt(12)}},Qn={};Mr(_i,(e,t)=>{Qn[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}});Qn.deleteProperty=function(e,t){return process.env.NODE_ENV!=="production"&&isNaN(parseInt(t))&&rt(13),Qn.set.call(this,e,t,void 0)};Qn.set=function(e,t,n){return process.env.NODE_ENV!=="production"&&t!=="length"&&isNaN(parseInt(t))&&rt(14),_i.set.call(this,e[0],t,n,e[0])};function wo(e,t){const n=e[ut];return(n?gn(n):e)[t]}function Dh(e,t,n){var i;const r=mc(t,n);return r?"value"in r?r.value:(i=r.get)==null?void 0:i.call(e.draft_):void 0}function mc(e,t){if(!(t in e))return;let n=Dn(e);for(;n;){const r=Object.getOwnPropertyDescriptor(n,t);if(r)return r;n=Dn(n)}}function $o(e){e.modified_||(e.modified_=!0,e.parent_&&$o(e.parent_))}function Io(e){e.copy_||(e.copy_=Fo(e.base_,e.scope_.immer_.useStrictShallowCopy_))}var kh=class{constructor(e){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.produce=(t,n,r)=>{if(typeof t=="function"&&typeof n!="function"){const o=n;n=t;const s=this;return function(l=o,...u){return s.produce(l,d=>n.call(this,d,...u))}}typeof n!="function"&&rt(6),r!==void 0&&typeof r!="function"&&rt(7);let i;if(xn(t)){const o=As(this),s=Ko(t,void 0);let c=!0;try{i=n(s),c=!1}finally{c?Mo(o):Lo(o)}return Rs(o,r),js(i,o)}else if(!t||typeof t!="object"){if(i=n(t),i===void 0&&(i=t),i===uc&&(i=void 0),this.autoFreeze_&&bi(i,!0),r){const o=[],s=[];bn("Patches").generateReplacementPatches_(t,i,o,s),r(o,s)}return i}else rt(1,t)},this.produceWithPatches=(t,n)=>{if(typeof t=="function")return(s,...c)=>this.produceWithPatches(s,l=>t(l,...c));let r,i;return[this.produce(t,n,(s,c)=>{r=s,i=c}),r,i]},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){xn(e)||rt(8),kn(e)&&(e=Fh(e));const t=As(this),n=Ko(e,void 0);return n[ut].isManual_=!0,Lo(t),n}finishDraft(e,t){const n=e&&e[ut];(!n||!n.isManual_)&&rt(9);const{scope_:r}=n;return Rs(r,t),js(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 i=t[n];if(i.path.length===0&&i.op==="replace"){e=i.value;break}}n>-1&&(t=t.slice(n+1));const r=bn("Patches").applyPatches_;return kn(e)?r(e,t):this.produce(e,i=>r(i,t))}};function Ko(e,t){const n=Yr(e)?bn("MapSet").proxyMap_(e,t):Zr(e)?bn("MapSet").proxySet_(e,t):Ph(e,t);return(t?t.scope_:fc()).drafts_.push(n),n}function Fh(e){return kn(e)||rt(10,e),hc(e)}function hc(e){if(!xn(e)||Qr(e))return e;const t=e[ut];let n;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,n=Fo(e,t.scope_.immer_.useStrictShallowCopy_)}else n=Fo(e,!0);return Mr(n,(r,i)=>{pc(n,r,hc(i))}),t&&(t.finalized_=!1),n}var dt=new kh,qn=dt.produce;dt.produceWithPatches.bind(dt);dt.setAutoFreeze.bind(dt);dt.setUseStrictShallowCopy.bind(dt);dt.applyPatches.bind(dt);dt.createDraft.bind(dt);dt.finishDraft.bind(dt);const gc=g.createContext(void 0),Mh={};function eo(){const e=g.useContext(gc);if(!e)throw new Error("useObjectsConfigureState must be used within a ConfigurationProvider");return e}function Lh({children:e}){const{installation:t}=ot(),{hydratedRevision:n,loading:r}=_n(),[i,o]=g.useState(Mh),s=t==null?void 0:t.config;g.useEffect(()=>{n!=null&&n.content&&!r&&s&&!(Object.entries(i).length>0)&&rf(n,s,o)},[n,r,s,i]);const c=g.useCallback((p,m)=>{o(y=>qn(y,I=>{I[p]=qn(I[p],m)}))},[o]),l=g.useCallback((p,m)=>{o(y=>qn(y,I=>{I[p]=m}))},[o]),u=g.useCallback(()=>{o(qn(p=>{const m=p.other.write;m&&(m.isWriteModified=!1)}))},[o]),d=g.useCallback(p=>{o(qn(m=>{var I;const y=(I=m[p])==null?void 0:I.read;y&&(y.isOptionalFieldsModified=!1,y.isRequiredMapFieldsModified=!1)}))},[o]),f=g.useCallback(p=>{p===nn?u():d(p)},[d,u]),h=g.useMemo(()=>({objectConfigurationsState:i,setObjectConfigurationsState:o,setConfigureState:c,resetConfigureState:l,resetPendingConfigurationState:f}),[i,l,f,c]);return a.jsx(gc.Provider,{value:h,children:e})}const Wt=()=>{const{appName:e}=Re(),{objectConfigurationsState:t,setConfigureState:n}=eo(),{selectedObjectName:r}=lc(),i=la(r||"",t);return{appName:e,configureState:i,setConfigureState:n,selectedObjectName:r}};function $h(e,t,n){var i;const r=((i=e==null?void 0:e.read)==null?void 0:i.selectedFieldMappings)||{};if(r[t]=n,e!=null&&e.read){const o=e.read.savedConfig.requiredMapFields,c=!Xo(o,r);e.read.isRequiredMapFieldsModified=c}}function yc(e,t,n,r){t(e,i=>$h(i,n,r))}function Vo({field:e,onSelectChange:t,allFields:n}){var p;const{configureState:r,selectedObjectName:i,setConfigureState:o}=Wt(),[s,c]=g.useState(!0),l=(p=r==null?void 0:r.read)==null?void 0:p.selectedFieldMappings,u=l==null?void 0:l[e.mapToName];g.useEffect(()=>{e._default&&!u&&i&&r&&yc(i,o,e.mapToName,e._default),c(!1)},[e,o,i,u,r]);const d=g.useMemo(()=>n==null?void 0:n.map(m=>a.jsx("option",{value:m.fieldName,children:m.displayName},m.fieldName)),[n]),f=g.useMemo(()=>n.map(m=>({id:m.fieldName,label:m.displayName,value:m.fieldName})),[n]),h=je?a.jsx(Am,{items:f,selectedValue:u||null,onSelectedItemChange:m=>{t({target:{name:e.mapToName,value:m==null?void 0:m.value}})},placeholder:u||"Please select one"}):a.jsx(T.Select,{name:e.mapToName,variant:"flushed",value:u||void 0,onChange:t,placeholder:u?void 0:"Please select one",disabled:s,children:d});return a.jsxs("div",{style:{display:"flex",flexDirection:"column"},children:[a.jsxs("div",{style:{display:"flex",flexDirection:"row",gap:".25rem",marginBottom:".25rem"},children:[a.jsx("span",{style:{fontWeight:500},children:e.mapToDisplayName}),a.jsx("span",{children:(e==null?void 0:e.prompt)&&a.jsx(Ch,{id:`tooltip-id-${e==null?void 0:e.prompt}`,tooltipText:e==null?void 0:e.prompt})})]}),h]},e.mapToName)}const Kh="_formControl_4arwu_1",Vh="_formLabel_4arwu_5",Hh="_formLabelRequired_4arwu_11",Bh="_formInput_4arwu_16",Uh="_formInputInvalid_4arwu_20",qh="_formError_4arwu_24",Wh="_disabled_4arwu_30",hn={formControl:Kh,formLabel:Vh,formLabelRequired:Hh,formInput:Bh,formInputInvalid:Uh,formError:qh,disabled:Wh};function Jh({id:e,label:t,isRequired:n=!1,isDisabled:r=!1,isInvalid:i=!1,errorMessage:o,children:s}){return a.jsxs("div",{className:vt(hn.formControl,{[hn.disabled]:r}),children:[t&&a.jsx("label",{htmlFor:e,className:vt(hn.formLabel,{[hn.formLabelRequired]:n}),children:t}),a.jsx("div",{id:e,className:vt(hn.formInput,{[hn.formInputInvalid]:i}),children:s}),i&&o&&a.jsx("div",{className:hn.formError,role:"alert",children:o})]})}const zh="_divider_j6suu_1",Ds={divider:zh};function ir({className:e,style:t}){return je?a.jsx("hr",{className:e?`${Ds.divider} ${e}`:Ds.divider,style:t}):a.jsx(T.Divider,{className:e,style:t})}const Xh=getComputedStyle(document.documentElement).getPropertyValue("--amp-colors-text-secondary").trim()||"#737373";function Kn({string:e}){return a.jsxs("div",{style:{display:"flex",position:"relative",paddingTop:"1rem",paddingBottom:".5rem"},children:[a.jsx("h3",{style:{color:Xh,fontSize:"1rem",fontWeight:"500"},children:e}),a.jsx("div",{style:{display:"flex",flex:1,justifyContent:"flex-end",alignItems:"center"},children:a.jsx(ir,{style:{marginLeft:"1rem"}})})]})}function Gh(){const{selectedObjectName:e,configureState:t,setConfigureState:n}=Wt(),{fieldMapping:r}=ot(),{isError:i,removeError:o}=sn(),s=l=>{const{value:u,name:d}=l.target;u&&(e&&yc(e,n,d,u),i(Se.MAPPING,d)&&o(Se.MAPPING,d))},c=g.useMemo(()=>{var f;const l=((f=t==null?void 0:t.read)==null?void 0:f.requiredMapFields)||[],u=e&&r?Object.values(r[e]||{}).flat():[];return l.concat(u).reduce((h,p)=>h.find(y=>y.mapToName===p.mapToName)?h.map(y=>y.mapToName===p.mapToName?p:y):h.concat(p),new Array).filter(Pt)},[t,r,e]);return c!=null&&c.length?a.jsxs(a.Fragment,{children:[a.jsx(Kn,{string:"Map the following fields (required)"}),a.jsx("div",{style:{display:"flex",gap:"1rem",flexDirection:"column"},children:c.map(l=>{var u,d;return je?a.jsx(Jh,{id:l.mapToName,isInvalid:i(Se.MAPPING,l.mapToName),errorMessage:"* required",children:a.jsx(Vo,{allFields:((u=t==null?void 0:t.read)==null?void 0:u.allFields)||[],field:l,onSelectChange:s})},l.mapToName):a.jsxs(T.FormControl,{isInvalid:i(Se.MAPPING,l.mapToName),children:[a.jsx(Vo,{allFields:((d=t==null?void 0:t.read)==null?void 0:d.allFields)||[],field:l,onSelectChange:s}),a.jsx(T.FormErrorMessage,{children:" * required"})]},l.mapToName)})})]}):null}const Yh=getComputedStyle(document.documentElement).getPropertyValue("--amp-colors-callout-background").trim()||"#f5f5f5",Zh={backgroundColor:Yh,border:"none",padding:".5rem 1rem"};function Qh({children:e,style:t}){return a.jsx(an,{style:{...Zh,...t},children:e})}function eg(){var d,f,h;const{project:e}=Re(),{hydratedRevision:t}=_n(),{selectedObjectName:n}=Wt(),{provider:r}=ot(),i=e==null?void 0:e.appName,o=At(r),s=(h=(f=(d=t==null?void 0:t.content)==null?void 0:d.read)==null?void 0:f.objects)==null?void 0:h.find(p=>p.objectName===n),c=(s==null?void 0:s.displayName)||n&&Xn(n),l=s==null?void 0:s.mapToName,u=(s==null?void 0:s.mapToDisplayName)||l&&Xn(l);return u&&i&&o?a.jsx(Qh,{style:{marginTop:"1rem"},children:a.jsxs("p",{children:[a.jsx("b",{children:u})," in ",i," is mapped to ",a.jsx("b",{children:c})," in ",o,"."]})}):null}function tg(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function vc(...e){return t=>e.forEach(n=>tg(n,t))}function er(...e){return $.useCallback(vc(...e),e)}function ng(e,t=[]){let n=[];function r(o,s){const c=$.createContext(s),l=n.length;n=[...n,s];const u=f=>{var C;const{scope:h,children:p,...m}=f,y=((C=h==null?void 0:h[e])==null?void 0:C[l])||c,I=$.useMemo(()=>m,Object.values(m));return a.jsx(y.Provider,{value:I,children:p})};u.displayName=o+"Provider";function d(f,h){var y;const p=((y=h==null?void 0:h[e])==null?void 0:y[l])||c,m=$.useContext(p);if(m)return m;if(s!==void 0)return s;throw new Error(`\`${f}\` must be used within \`${o}\``)}return[u,d]}const i=()=>{const o=n.map(s=>$.createContext(s));return function(c){const l=(c==null?void 0:c[e])||o;return $.useMemo(()=>({[`__scope${e}`]:{...c,[e]:l}}),[c,l])}};return i.scopeName=e,[r,rg(i,...t)]}function rg(...e){const t=e[0];if(e.length===1)return t;const n=()=>{const r=e.map(i=>({useScope:i(),scopeName:i.scopeName}));return function(o){const s=r.reduce((c,{useScope:l,scopeName:u})=>{const f=l(o)[`__scope${u}`];return{...c,...f}},{});return $.useMemo(()=>({[`__scope${t.scopeName}`]:s}),[s])}};return n.scopeName=t.scopeName,n}function Ot(e,t,{checkForDefaultPrevented:n=!0}={}){return function(i){if(e==null||e(i),n===!1||!i.defaultPrevented)return t==null?void 0:t(i)}}function Ci(e){const t=$.useRef(e);return $.useEffect(()=>{t.current=e}),$.useMemo(()=>(...n)=>{var r;return(r=t.current)==null?void 0:r.call(t,...n)},[])}function Si({prop:e,defaultProp:t,onChange:n=()=>{}}){const[r,i]=og({defaultProp:t,onChange:n}),o=e!==void 0,s=o?e:r,c=Ci(n),l=$.useCallback(u=>{if(o){const f=typeof u=="function"?u(e):u;f!==e&&c(f)}else i(u)},[o,e,i,c]);return[s,l]}function og({defaultProp:e,onChange:t}){const n=$.useState(e),[r]=n,i=$.useRef(r),o=Ci(t);return $.useEffect(()=>{i.current!==r&&(o(r),i.current=r)},[r,i,o]),n}function ig(e){const t=$.useRef({value:e,previous:e});return $.useMemo(()=>(t.current.value!==e&&(t.current.previous=t.current.value,t.current.value=e),t.current.previous),[e])}var Kr=globalThis!=null&&globalThis.document?$.useLayoutEffect:()=>{};function sg(e){const[t,n]=$.useState(void 0);return Kr(()=>{if(e){n({width:e.offsetWidth,height:e.offsetHeight});const r=new ResizeObserver(i=>{if(!Array.isArray(i)||!i.length)return;const o=i[0];let s,c;if("borderBoxSize"in o){const l=o.borderBoxSize,u=Array.isArray(l)?l[0]:l;s=u.inlineSize,c=u.blockSize}else s=e.offsetWidth,c=e.offsetHeight;n({width:s,height:c})});return r.observe(e,{box:"border-box"}),()=>r.unobserve(e)}else n(void 0)},[e]),t}function ag(e,t){return $.useReducer((n,r)=>t[n][r]??n,e)}var Ei=e=>{const{present:t,children:n}=e,r=cg(t),i=typeof n=="function"?n({present:r.isPresent}):$.Children.only(n),o=er(r.ref,lg(i));return typeof n=="function"||r.isPresent?$.cloneElement(i,{ref:o}):null};Ei.displayName="Presence";function cg(e){const[t,n]=$.useState(),r=$.useRef({}),i=$.useRef(e),o=$.useRef("none"),s=e?"mounted":"unmounted",[c,l]=ag(s,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return $.useEffect(()=>{const u=_r(r.current);o.current=c==="mounted"?u:"none"},[c]),Kr(()=>{const u=r.current,d=i.current;if(d!==e){const h=o.current,p=_r(u);e?l("MOUNT"):p==="none"||(u==null?void 0:u.display)==="none"?l("UNMOUNT"):l(d&&h!==p?"ANIMATION_OUT":"UNMOUNT"),i.current=e}},[e,l]),Kr(()=>{if(t){let u;const d=t.ownerDocument.defaultView??window,f=p=>{const y=_r(r.current).includes(p.animationName);if(p.target===t&&y&&(l("ANIMATION_END"),!i.current)){const I=t.style.animationFillMode;t.style.animationFillMode="forwards",u=d.setTimeout(()=>{t.style.animationFillMode==="forwards"&&(t.style.animationFillMode=I)})}},h=p=>{p.target===t&&(o.current=_r(r.current))};return t.addEventListener("animationstart",h),t.addEventListener("animationcancel",f),t.addEventListener("animationend",f),()=>{d.clearTimeout(u),t.removeEventListener("animationstart",h),t.removeEventListener("animationcancel",f),t.removeEventListener("animationend",f)}}else l("ANIMATION_END")},[t,l]),{isPresent:["mounted","unmountSuspended"].includes(c),ref:$.useCallback(u=>{u&&(r.current=getComputedStyle(u)),n(u)},[])}}function _r(e){return(e==null?void 0:e.animationName)||"none"}function lg(e){var r,i;let t=(r=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:r.get,n=t&&"isReactWarning"in t&&t.isReactWarning;return n?e.ref:(t=(i=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:i.get,n=t&&"isReactWarning"in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}var Vr=$.forwardRef((e,t)=>{const{children:n,...r}=e,i=$.Children.toArray(n),o=i.find(dg);if(o){const s=o.props.children,c=i.map(l=>l===o?$.Children.count(s)>1?$.Children.only(null):$.isValidElement(s)?s.props.children:null:l);return a.jsx(Ho,{...r,ref:t,children:$.isValidElement(s)?$.cloneElement(s,void 0,c):null})}return a.jsx(Ho,{...r,ref:t,children:n})});Vr.displayName="Slot";var Ho=$.forwardRef((e,t)=>{const{children:n,...r}=e;if($.isValidElement(n)){const i=fg(n);return $.cloneElement(n,{...pg(r,n.props),ref:t?vc(t,i):i})}return $.Children.count(n)>1?$.Children.only(null):null});Ho.displayName="SlotClone";var ug=({children:e})=>a.jsx(a.Fragment,{children:e});function dg(e){return $.isValidElement(e)&&e.type===ug}function pg(e,t){const n={...t};for(const r in t){const i=e[r],o=t[r];/^on[A-Z]/.test(r)?i&&o?n[r]=(...c)=>{o(...c),i(...c)}:i&&(n[r]=i):r==="style"?n[r]={...i,...o}:r==="className"&&(n[r]=[i,o].filter(Boolean).join(" "))}return{...e,...n}}function fg(e){var r,i;let t=(r=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:r.get,n=t&&"isReactWarning"in t&&t.isReactWarning;return n?e.ref:(t=(i=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:i.get,n=t&&"isReactWarning"in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}var mg=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"],cn=mg.reduce((e,t)=>{const n=$.forwardRef((r,i)=>{const{asChild:o,...s}=r,c=o?Vr:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),a.jsx(c,{...s,ref:i})});return n.displayName=`Primitive.${t}`,{...e,[t]:n}},{}),Oi="Checkbox",[hg,Xv]=ng(Oi),[gg,yg]=hg(Oi),wc=$.forwardRef((e,t)=>{const{__scopeCheckbox:n,name:r,checked:i,defaultChecked:o,required:s,disabled:c,value:l="on",onCheckedChange:u,form:d,...f}=e,[h,p]=$.useState(null),m=er(t,b=>p(b)),y=$.useRef(!1),I=h?d||!!h.closest("form"):!0,[C=!1,w]=Si({prop:i,defaultProp:o,onChange:u}),_=$.useRef(C);return $.useEffect(()=>{const b=h==null?void 0:h.form;if(b){const x=()=>w(_.current);return b.addEventListener("reset",x),()=>b.removeEventListener("reset",x)}},[h,w]),a.jsxs(gg,{scope:n,state:C,disabled:c,children:[a.jsx(cn.button,{type:"button",role:"checkbox","aria-checked":tn(C)?"mixed":C,"aria-required":s,"data-state":bc(C),"data-disabled":c?"":void 0,disabled:c,value:l,...f,ref:m,onKeyDown:Ot(e.onKeyDown,b=>{b.key==="Enter"&&b.preventDefault()}),onClick:Ot(e.onClick,b=>{w(x=>tn(x)?!0:!x),I&&(y.current=b.isPropagationStopped(),y.current||b.stopPropagation())})}),I&&a.jsx(vg,{control:h,bubbles:!y.current,name:r,value:l,checked:C,required:s,disabled:c,form:d,style:{transform:"translateX(-100%)"},defaultChecked:tn(o)?!1:o})]})});wc.displayName=Oi;var Ic="CheckboxIndicator",xc=$.forwardRef((e,t)=>{const{__scopeCheckbox:n,forceMount:r,...i}=e,o=yg(Ic,n);return a.jsx(Ei,{present:r||tn(o.state)||o.state===!0,children:a.jsx(cn.span,{"data-state":bc(o.state),"data-disabled":o.disabled?"":void 0,...i,ref:t,style:{pointerEvents:"none",...e.style}})})});xc.displayName=Ic;var vg=e=>{const{control:t,checked:n,bubbles:r=!0,defaultChecked:i,...o}=e,s=$.useRef(null),c=ig(n),l=sg(t);$.useEffect(()=>{const d=s.current,f=window.HTMLInputElement.prototype,p=Object.getOwnPropertyDescriptor(f,"checked").set;if(c!==n&&p){const m=new Event("click",{bubbles:r});d.indeterminate=tn(n),p.call(d,tn(n)?!1:n),d.dispatchEvent(m)}},[c,n,r]);const u=$.useRef(tn(n)?!1:n);return a.jsx("input",{type:"checkbox","aria-hidden":!0,defaultChecked:i??u.current,...o,tabIndex:-1,ref:s,style:{...e.style,...l,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})};function tn(e){return e==="indeterminate"}function bc(e){return tn(e)?"indeterminate":e?"checked":"unchecked"}var _c=wc,Cc=xc;function Sc(e,t){if(e==null)return{};var n={},r=Object.keys(e),i,o;for(o=0;o<r.length;o++)i=r[o],!(t.indexOf(i)>=0)&&(n[i]=e[i]);return n}var wg=["color"],Ec=g.forwardRef(function(e,t){var n=e.color,r=n===void 0?"currentColor":n,i=Sc(e,wg);return g.createElement("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},i,{ref:t}),g.createElement("path",{d:"M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z",fill:r,fillRule:"evenodd",clipRule:"evenodd"}))}),Ig=["color"],xg=g.forwardRef(function(e,t){var n=e.color,r=n===void 0?"currentColor":n,i=Sc(e,Ig);return g.createElement("svg",Object.assign({width:"15",height:"15",viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg"},i,{ref:t}),g.createElement("path",{d:"M2 7.5C2 7.22386 2.22386 7 2.5 7H12.5C12.7761 7 13 7.22386 13 7.5C13 7.77614 12.7761 8 12.5 8H2.5C2.22386 8 2 7.77614 2 7.5Z",fill:r,fillRule:"evenodd",clipRule:"evenodd"}))});const bg="_checkboxGroupContainer_19hkn_1",_g="_stack_19hkn_6",Cg="_selectAllContainer_19hkn_11",Sg="_fieldContainer_19hkn_18",Eg="_checkbox_19hkn_1",Fn={checkboxGroupContainer:bg,stack:_g,selectAllContainer:Cg,fieldContainer:Sg,checkbox:Eg};function Oc({id:e,isChecked:t,label:n,onCheckedChange:r}){return a.jsxs("div",{className:Fn.fieldContainer,children:[a.jsx(_c,{className:Fn.checkbox,id:e,onCheckedChange:r,checked:t,children:a.jsx(Cc,{children:a.jsx(Ec,{})})}),a.jsx("label",{htmlFor:e,style:{overflowWrap:"anywhere"},children:n})]})}function Nc({id:e,isChecked:t,label:n,onCheckedChange:r,isIndeterminate:i}){return a.jsxs("div",{className:Fn.selectAllContainer,children:[a.jsx(_c,{className:Fn.checkbox,id:e,onCheckedChange:r,children:a.jsxs(Cc,{children:[i&&a.jsx(xg,{}),t===!0&&a.jsx(Ec,{})]})}),a.jsx("label",{htmlFor:e,children:n})]})}function Tc({children:e}){return a.jsx("div",{className:Fn.checkboxGroupContainer,children:e})}function Rc({children:e}){return a.jsx("div",{className:Fn.stack,children:e})}function Og(e,t,n){var i,o;const r=((i=e==null?void 0:e.read)==null?void 0:i.selectedOptionalFields)||{};if(r[t]=n,n||delete r[t],(o=e.read)!=null&&o.savedConfig.optionalFields){const s=e.read.savedConfig.optionalFields,l=!Xo(s,r);e.read.isOptionalFieldsModified=l}else console.warn("read.savedConfig.optionalFields is undefined")}function Hr(e,t,n,r){t(e,i=>Og(i,n,r))}function Ng(){var f,h;const{appName:e,configureState:t,setConfigureState:n,selectedObjectName:r}=Wt(),i=(f=t==null?void 0:t.read)==null?void 0:f.selectedOptionalFields,o=(p,m)=>{p!=="indeterminate"&&r&&t&&Hr(r,n,m,p)},s=(h=t==null?void 0:t.read)==null?void 0:h.optionalFields,c=p=>{r&&s&&s.forEach(m=>{Pt(m)||Hr(r,n,m.fieldName,p)})},l=!!(s&&s.length>0),u=Object.keys(i||{}).length===(s==null?void 0:s.length),d=!u&&Object.keys(i||{}).length>0;return l&&a.jsxs(a.Fragment,{children:[a.jsx(Kn,{string:`${e} reads the following optional fields`}),a.jsxs(Tc,{children:[((s==null?void 0:s.length)||0)>=2&&a.jsx(Nc,{id:"select-all-fields",isChecked:u,label:"Select all",onCheckedChange:c,isIndeterminate:d}),a.jsx(Rc,{children:s.map(p=>Pt(p)?null:a.jsx(Oc,{id:p.fieldName,isChecked:!!(i!=null&&i[p==null?void 0:p.fieldName]),label:p.displayName,onCheckedChange:m=>o(m,p.fieldName)},p.fieldName))})]})]})}function Tg(){var f,h;const{appName:e,configureState:t,setConfigureState:n,selectedObjectName:r}=Wt(),i=(f=t==null?void 0:t.read)==null?void 0:f.selectedOptionalFields,o=p=>{const{name:m,checked:y}=p.target;r&&t&&Hr(r,n,m,y)},s=(h=t==null?void 0:t.read)==null?void 0:h.optionalFields,c=p=>{const{checked:m}=p.target;r&&s&&s.forEach(y=>{Pt(y)||Hr(r,n,y.fieldName,m)})},l=!!(s&&s.length>0),u=Object.keys(i||{}).length===(s==null?void 0:s.length),d=!u&&Object.keys(i||{}).length>0;return l&&a.jsxs(a.Fragment,{children:[a.jsx(Kn,{string:`${e} reads the following optional fields`}),a.jsxs(T.Stack,{marginBottom:10,maxHeight:300,overflowY:"scroll",border:"2px solid #EFEFEF",borderRadius:8,gap:0,children:[((s==null?void 0:s.length)||0)>=2&&a.jsx(T.Box,{backgroundColor:"gray.50",paddingX:4,paddingY:2,children:a.jsx(T.Checkbox,{name:"selectAll",id:"selectAll",onChange:c,isIndeterminate:d,isChecked:u,children:"Select all"})}),s.map(p=>Pt(p)?null:a.jsx(T.Box,{paddingX:4,paddingY:2,borderBottom:"1px",borderColor:"gray.100",children:a.jsx(T.Checkbox,{name:p.fieldName,id:p.fieldName,isChecked:!!(i!=null&&i[p==null?void 0:p.fieldName]),onChange:o,children:a.jsx("p",{style:{overflowWrap:"anywhere"},children:p.displayName})})},p.fieldName))]})]})}function Rg(){return je?a.jsx(Ng,{}):a.jsx(Tg,{})}const Ag=getComputedStyle(document.documentElement).getPropertyValue("--amp-colors-badge").trim()||"#e5e5e5",jg=getComputedStyle(document.documentElement).getPropertyValue("--amp-colors-badge-text").trim()||"#404040",Pg={color:jg,backgroundColor:Ag,borderRadius:"4px",display:"inline-block",fontSize:"0.75rem",fontWeight:500,lineHeight:"1.25",padding:"0.25rem 0.5rem"};function Dg({children:e,style:t,...n}){return a.jsx("span",{style:{...Pg,...t},...n,children:e})}function kg(){var r,i,o;const{configureState:e,selectedObjectName:t}=Wt(),{appName:n}=Re();return a.jsxs(a.Fragment,{children:[a.jsx(Kn,{string:`${n} reads the following ${t} fields`}),a.jsx("div",{style:{display:"flex",gap:".5rem",marginBottom:".5rem",flexWrap:"wrap"},children:(i=(r=e==null?void 0:e.read)==null?void 0:r.requiredFields)!=null&&i.length?(o=e.read)==null?void 0:o.requiredFields.map(s=>Pt(s)?null:a.jsx(Dg,{children:s.displayName},s.fieldName)):"There are no required fields."})]})}function Fg(){return a.jsxs(a.Fragment,{children:[a.jsx(eg,{}),a.jsx(kg,{}),a.jsx(Gh,{}),a.jsx(Rg,{})]})}function Mg(e,t,n){var r,i,o;if(((r=e==null?void 0:e.write)==null?void 0:r.selectedNonConfigurableWriteFields)===null&&(e.write.selectedNonConfigurableWriteFields={}),e!=null&&e.write){const s=e.write.selectedNonConfigurableWriteFields;if(s[t]=n,n||delete s[t],(o=(i=e==null?void 0:e.write)==null?void 0:i.savedConfig)!=null&&o.selectedNonConfigurableWriteFields){const c=e.write.savedConfig.selectedNonConfigurableWriteFields,u=!Xo(c,s);e.write.isWriteModified=u}}}function Br(e,t,n,r){t(e,i=>{Mg(i,n,r)})}function Lg(){var f,h,p,m;const{appName:e,selectedObjectName:t,configureState:n,setConfigureState:r}=Wt(),i=(f=n==null?void 0:n.write)==null?void 0:f.selectedNonConfigurableWriteFields,o=(h=n==null?void 0:n.write)==null?void 0:h.writeObjects,s=(y,I)=>{y!=="indeterminate"&&t&&n&&Br(t,r,I,y)},c=y=>{var I,C;t&&n&&((C=(I=n==null?void 0:n.write)==null?void 0:I.writeObjects)==null||C.forEach(w=>{Br(t,r,w.objectName,y)}))},l=!!o,u=Object.keys(i||{}).length===((m=(p=n==null?void 0:n.write)==null?void 0:p.writeObjects)==null?void 0:m.length),d=!u&&Object.keys(i||{}).length>0;return l&&a.jsxs(a.Fragment,{children:[a.jsx(Kn,{string:`Allow ${e} to write to these objects`}),a.jsxs(Tc,{children:[((o==null?void 0:o.length)||0)>=2&&a.jsx(Nc,{id:"select-all-fields",onCheckedChange:c,isIndeterminate:d,isChecked:u,label:"Select all"}),a.jsx(Rc,{children:o.map(y=>a.jsx(Oc,{id:y.objectName,onCheckedChange:I=>s(I,y.objectName),isChecked:!!(i!=null&&i[y.objectName]),label:y.displayName},y.objectName))})]})]})}function $g(){var f,h,p,m;const{appName:e,selectedObjectName:t,configureState:n,setConfigureState:r}=Wt(),i=(f=n==null?void 0:n.write)==null?void 0:f.selectedNonConfigurableWriteFields,o=(h=n==null?void 0:n.write)==null?void 0:h.writeObjects,s=y=>{const{name:I,checked:C}=y.target;t&&n&&Br(t,r,I,C)},c=y=>{var C,w;const{checked:I}=y.target;t&&n&&((w=(C=n==null?void 0:n.write)==null?void 0:C.writeObjects)==null||w.forEach(_=>{Br(t,r,_.objectName,I)}))},l=!!o,u=Object.keys(i||{}).length===((m=(p=n==null?void 0:n.write)==null?void 0:p.writeObjects)==null?void 0:m.length),d=!u&&Object.keys(i||{}).length>0;return l&&a.jsxs(a.Fragment,{children:[a.jsx(Kn,{string:`Allow ${e} to write to these objects`}),a.jsxs(T.Stack,{marginBottom:10,maxHeight:300,overflowY:"scroll",border:"2px solid #EFEFEF",borderRadius:8,gap:0,children:[((o==null?void 0:o.length)||0)>=2&&a.jsx(T.Box,{backgroundColor:"gray.50",paddingX:4,paddingY:2,children:a.jsx(T.Checkbox,{name:"selectAll",id:"selectAll",onChange:c,isIndeterminate:d,isChecked:u,children:"Select all"})}),o.map(y=>a.jsx(T.Box,{display:"flex",alignItems:"center",borderBottom:"1px",borderColor:"gray.100",paddingX:4,paddingY:2,children:a.jsx(T.Checkbox,{name:y.objectName,id:y.objectName,onChange:s,isChecked:!!(i!=null&&i[y.objectName]),children:a.jsx("p",{style:{overflowWrap:"anywhere"},children:y.displayName})})},y.objectName))]})]})}function Kg(){return je?a.jsx(Lg,{}):a.jsx($g,{})}function Ac({buttonText:e,buttonVariant:t="secondary",buttonStyle:n={}}){const r=Ve(),{projectId:i}=Re(),{integrationId:o,installation:s,resetInstallations:c,setIntegrationDeleted:l,onUninstallSuccess:u}=ot(),[d,f]=g.useState(!1),h=!i||!o||!(s!=null&&s.id)||d,p=async()=>{if(!h){f(!0),console.warn("uninstalling installation",{projectId:i,integrationId:o,installationId:s.id});try{await Ee().installationApi.deleteInstallation({projectIdOrName:i,integrationId:o,installationId:s.id},{headers:{"X-Api-Key":r,"Content-Type":"application/json"}}),console.warn("successfully uninstalled installation:",s.id),u==null||u(s==null?void 0:s.id),c(),l()}catch(I){console.error("Error uninstalling installation."),Ge(I)}finally{f(!1)}}},m=d?"Uninstalling...":e,y=je?a.jsx(wt,{type:"button",onClick:p,disabled:h,variant:t,style:n,children:m}):a.jsx(T.Button,{onClick:p,variant:t,isDisabled:h,style:n,children:m});return s!=null&&s.id?y:null}function Vg(){const{appName:e}=Re(),{installation:t}=ot(),n=t!=null&&t.id?`Once you uninstall this integration, all your configuration will be lost, and "${e}" may stop working.`:"You've successfully uninstalled the integration.";return a.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"1rem"},children:[a.jsx("p",{children:n}),a.jsx(Ac,{buttonText:"Yes, uninstall",buttonVariant:"danger"})]})}const Hg=getComputedStyle(document.documentElement).getPropertyValue("--amp-colors-border").trim()||"#e5e5e5",Bg=getComputedStyle(document.documentElement).getPropertyValue("--amp-colors-background").trim()||"white";function jc({onSave:e,onReset:t,isLoading:n,isCreateMode:r=!1,errorMsg:i}){var E,M,O;const{installation:o}=ot(),{hydratedRevision:s,loading:c}=_n(),{configureState:l,selectedObjectName:u}=Wt(),d=o==null?void 0:o.config,f=d&&u&&!!ra(d,u)||!1,h=((E=l==null?void 0:l.read)==null?void 0:E.isOptionalFieldsModified)||((M=l==null?void 0:l.read)==null?void 0:M.isRequiredMapFieldsModified),p=(O=l==null?void 0:l.write)==null?void 0:O.isWriteModified,C=c||n||!l||!u||!(h||p||r||u!==nn&&!f),w=u===nn,_=u===Gn,b=je?a.jsx(wt,{type:"submit",disabled:C,children:r?"Install":"Save"}):a.jsx(T.Button,{type:"submit",variant:"primary",isDisabled:C,children:r?"Install":"Save"}),x=je?a.jsx(wt,{type:"button",onClick:t,disabled:C,variant:"ghost",children:"Reset"}):a.jsx(T.Button,{isDisabled:C,onClick:t,children:"Reset"});return n?a.jsx(Nt,{}):a.jsxs("form",{style:{width:"34rem"},onSubmit:e,children:[a.jsxs("div",{style:{display:"flex",flexDirection:"row-reverse",gap:".8rem",marginBottom:"2rem"},children:[b,x]}),a.jsxs(an,{style:{padding:"1rem 2rem",minHeight:"300px",backgroundColor:Bg,borderColor:Hg},children:[i&&a.jsx(da,{children:typeof i=="string"?i:"Installation Failed."}),c&&a.jsx(Nt,{}),s&&!_&&!w&&a.jsx(Fg,{}),s&&!_&&w&&a.jsx(Kg,{}),!c&&_&&a.jsx(Vg,{})]})]})}const Pc=()=>{const{integrationId:e,groupRef:t,consumerRef:n,setInstallation:r,onInstallSuccess:i,onUpdateSuccess:o}=ot(),{hydratedRevision:s,loading:c}=_n(),{selectedObjectName:l}=lc(),{selectedConnection:u}=Ln(),d=Ve(),{projectId:f}=Re(),{resetBoundary:h,setErrors:p,setError:m,getError:y}=sn(),{resetConfigureState:I,objectConfigurationsState:C,resetPendingConfigurationState:w}=eo(),_=la(l||"",C),{onNextIncompleteTab:b}=Sh(),x=g.useCallback(()=>{h(Se.INSTALLATION_MUTATION)},[h]),E=g.useCallback(O=>O?V=>{m(Se.INSTALLATION_MUTATION,O,V)}:V=>{console.error("objectName is required to set installation error: ",V)},[m]),M=g.useCallback(O=>O?y(Se.INSTALLATION_MUTATION,O):"",[y]);return{integrationId:e,groupRef:t,consumerRef:n,setInstallation:r,hydratedRevision:s,loading:c,selectedObjectName:l,selectedConnection:u,apiKey:d,projectId:f,resetBoundary:h,setErrors:p,setMutateInstallationError:E,getMutateInstallationError:M,resetMutateInstallationErrorState:x,resetConfigureState:I,objectConfigurationsState:C,resetPendingConfigurationState:w,configureState:_,onInstallSuccess:i,onUpdateSuccess:o,onNextIncompleteTab:b}},Ug=void 0;function qg(){const{integrationId:e,groupRef:t,consumerRef:n,setInstallation:r,hydratedRevision:i,loading:o,selectedObjectName:s,selectedConnection:c,apiKey:l,projectId:u,resetBoundary:d,setErrors:f,setMutateInstallationError:h,getMutateInstallationError:p,resetMutateInstallationErrorState:m,resetConfigureState:y,objectConfigurationsState:I,resetPendingConfigurationState:C,configureState:w,onInstallSuccess:_,onNextIncompleteTab:b}=Pc(),[x,E]=g.useState(!1),M=s===nn,O=p(s),V=g.useCallback(()=>{d(Se.MAPPING),i!=null&&i.content&&!o&&s&&sa(i,Ug,s,y)},[d,i,o,s,y]);g.useEffect(()=>{!w&&(i!=null&&i.content)&&!o&&V()},[w,I,i,o,V]);const J=()=>{m();const{requiredMapFields:te,selectedFieldMappings:q}=(w==null?void 0:w.read)||{},{errorList:ae}=oa(te,q,f);ae.length>0||(s&&(c!=null&&c.id)&&l&&u&&e&&t&&n&&i?(E(!0),af(u,e,t,n,c.id,s,l,i,w,h(s),r,_).finally(()=>{E(!1),C(s),b()})):console.error("CreateInstallallation - onSaveReadCreate: missing required props"))},X=()=>{m(),s&&(c!=null&&c.id)&&l&&u&&e&&t&&n&&i?(E(!0),uf(u,e,t,n,c.id,l,i,w,h(s),r,_).finally(()=>{E(!1),C(s),b()})):console.error("CreateInstallallation - onSaveWriteCreate: missing required props")},Z=te=>{te.preventDefault(),M?X():J()};return a.jsx(jc,{errorMsg:O,isCreateMode:!0,isLoading:x,onSave:Z,onReset:V})}function Wg({updateConfig:e,projectId:t,integrationId:n,installationId:r,apiKey:i,selectedObjectName:o,setInstallation:s,onUpdateSuccess:c,setError:l}){const u={projectIdOrName:t,installationId:r,integrationId:n,installationUpdate:{updateMask:[`config.content.read.objects.${o}`],installation:{config:e}}};return Ee().installationApi.updateInstallation(u,{headers:{"X-Api-Key":i,"Content-Type":"application/json"}}).then(d=>{s(d),c==null||c(d.id,d.config)}).catch(d=>{Ge(d,l)})}const Jg=(e,t,n,r,i,o)=>{const s=aa(e),c=ca(e),l={content:{read:{objects:{[t]:{objectName:t,schedule:r,destination:(n==null?void 0:n.destination)||"",selectedFields:s,selectedFieldMappings:c,backfill:o}}}}};return qr(i)&&(l.content||(l.content={}),l.content.proxy={enabled:!0}),l},zg=(e,t,n,r,i,o,s,c,l,u,d)=>{const f=Jg(o,r||"",c,c.schedule,l,c.backfill);return f?Wg({updateConfig:f,projectId:e,integrationId:t,installationId:n,apiKey:i,selectedObjectName:r,setError:u,setInstallation:s,onUpdateSuccess:d}):(console.error("Error when generating updateConfig from configureState"),Promise.resolve(null))},Xg=(e,t)=>{const r={content:{write:{objects:ua(e)}}};return qr(t)&&(r.content||(r.content={}),r.content.proxy={enabled:!0}),r},Gg=(e,t,n,r,i,o,s,c,l)=>{const u=Xg(i,o);if(!u)return console.error("Error when generating write updateConfig from configureState"),Promise.resolve(null);const d={projectIdOrName:e,installationId:n,integrationId:t,installationUpdate:{updateMask:["config.content.write.objects"],installation:{config:u}}};return Ee().installationApi.updateInstallation(d,{headers:{"X-Api-Key":r,"Content-Type":"application/json"}}).then(f=>{c(f),l==null||l(f.id,f.config)}).catch(f=>{Ge(f,s)})};function Yg({installation:e,integrationObj:t}){const{setInstallation:n,hydratedRevision:r,loading:i,selectedObjectName:o,apiKey:s,projectId:c,resetBoundary:l,setErrors:u,setMutateInstallationError:d,getMutateInstallationError:f,resetConfigureState:h,resetPendingConfigurationState:p,configureState:m,onUpdateSuccess:y,onNextIncompleteTab:I}=Pc(),[C,w]=g.useState(!1),_=o===nn,b=f(o),{config:x}=e,E=g.useCallback(()=>{l(Se.MAPPING),r!=null&&r.content&&!i&&o&&sa(r,x,o,h)},[l,r,i,o,x,h]);g.useEffect(()=>{m||E()},[m,E]),g.useEffect(()=>{e&&E()},[e,E]);const M=g.useMemo(()=>{var Z,te,q;return(q=(te=(Z=r==null?void 0:r.content)==null?void 0:Z.read)==null?void 0:te.objects)==null?void 0:q.find(ae=>(ae==null?void 0:ae.objectName)===o)},[r,o]),O=()=>{const{requiredMapFields:X,selectedFieldMappings:Z}=(m==null?void 0:m.read)||{},{errorList:te}=oa(X,Z,u);te.length>0||(r&&e&&o&&s&&c&&M?(w(!0),zg(c,t.id,e.id,o,s,m,n,M,r,d(o),y).finally(()=>{w(!1),p(o),I()})):console.error("UpdateInstallation - onSaveUpdate missing required props"))},V=()=>{e&&o&&s&&c&&r?(w(!0),Gg(c,t.id,e.id,s,m,r,d(o),n,y).finally(()=>{w(!1),p(o),I()})):console.error("UpdateInstallation - onSaveUpdate missing required props")},J=X=>{X.preventDefault(),_?V():O()};return a.jsx(jc,{errorMsg:b,onSave:J,onReset:E,isLoading:C})}function Zg(){const{integrationObj:e,installation:t}=ot();return e?t&&e?a.jsx(Yg,{installation:t,integrationObj:e}):a.jsx(qg,{}):a.jsx(qt,{message:"We can't load the integration"})}function Qg(){return a.jsxs("svg",{width:"48",height:"48",viewBox:"0 0 48 48",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[a.jsx("circle",{cx:"24",cy:"24",r:"24",fill:"#BBF7D0"}),a.jsx("path",{d:"M34.6666 18.6667L20 32.0001L13.3333 25.9395",stroke:"#16A34A",strokeWidth:"5.33333",strokeLinecap:"round",strokeLinejoin:"round"})]})}function Ni({text:e,children:t}){return a.jsx(Mn,{children:a.jsxs(an,{style:{display:"flex",flexDirection:"column",alignItems:"center",padding:"3rem",gap:"3rem"},children:[a.jsx(Qg,{}),a.jsx("p",{children:e}),t]})})}const ey=(e,t)=>({revisionId:e.id,createdBy:`consumer:${t}`,content:{provider:e.content.provider,proxy:{enabled:!0}}});function ty({projectId:e,integrationId:t,groupRef:n,consumerRef:r,connectionId:i,apiKey:o,hydratedRevision:s,setError:c,setInstallation:l,onInstallSuccess:u}){const d=ey(s,r);return d?Go({createConfig:d,projectId:e,integrationId:t,groupRef:n,connectionId:i,apiKey:o,setError:c,setInstallation:l,onInstallSuccess:u}):(console.error("Error when generating createConfig from configureState"),Promise.resolve(null))}function ny({provider:e}){const t=`You have successfully installed your ${At(e)} integration.`;return a.jsx(Ni,{text:t,children:a.jsx("div",{style:{display:"flex",flexDirection:"column",gap:"1rem"},children:a.jsx(Ac,{buttonText:"Uninstall",buttonVariant:"outline",buttonStyle:{fontSize:"13px"}})})})}const ry=e=>{const{read:t,write:n,proxy:r}=(e==null?void 0:e.content)??{};return!t&&!n&&(r==null?void 0:r.enabled)||!1};function oy({children:e,resetComponent:t}){var b;const{projectId:n}=Re(),r=Ve(),{hydratedRevision:i,loading:o}=_n(),{integrationObj:s,installation:c,groupRef:l,consumerRef:u,setInstallation:d,onInstallSuccess:f,isIntegrationDeleted:h}=ot(),{selectedConnection:p}=Ln(),[m,y]=g.useState(!1),I=o||m,C=(b=i==null?void 0:i.content)==null?void 0:b.provider,w=ry(i),_=x=>{console.error("Error when creating proxy installation:",x)};return g.useEffect(()=>{!I&&i&&w&&!c&&p&&r&&(s!=null&&s.id)&&(y(!0),ty({apiKey:r,projectId:n,integrationId:s==null?void 0:s.id,groupRef:l,consumerRef:u,connectionId:p==null?void 0:p.id,hydratedRevision:i,setError:_,setInstallation:d,onInstallSuccess:f}).then(()=>{y(!1)}).catch(x=>{y(!1),console.error("Error when creating proxy installation:",x)}))},[i,w,c,p,r,n,s==null?void 0:s.id,l,u,d,I,f]),h?a.jsx(Ni,{text:"Integration successfully uninstalled.",children:je&&a.jsx(wt,{type:"button",onClick:t,style:{width:"100%"},children:"Reinstall Integration"})}):s?I?a.jsx(Nt,{}):w&&C&&c?a.jsx(ny,{provider:C}):a.jsx("div",{children:e}):a.jsx(qt,{message:"We can't load the integration"})}function Ti(){return a.jsxs("footer",{style:{backgroundColor:"#EFEFEF",padding:"1em",fontSize:"0.8em",color:"gray",display:"flex",justifyContent:"center",alignItems:"center",borderRadius:"0 0 4px 4px",gap:"0.4em"},children:[a.jsx("p",{children:"Secured by"}),a.jsx("a",{href:"https://www.withampersand.com/",target:"_blank","aria-label":"Go to Ampersand",rel:"noreferrer noopener",children:a.jsx("img",{style:{height:".8em"},src:"https://ampersand-website.vercel.app/logo-black.svg",alt:"Ampersand"})})]})}function pt({children:e}){return a.jsx(Mn,{children:a.jsxs(an,{children:[a.jsx("div",{style:{padding:"3rem 2rem"},children:e}),a.jsx(Ti,{})]})})}function sr({children:e}){return a.jsx("h1",{style:{fontWeight:600,lineHeight:1.2,fontSize:"1.2em"},children:e})}function ft({error:e}){return e?a.jsx(da,{style:{marginTop:"2em"},children:e}):null}function Ri({handleSubmit:e,error:t,isButtonDisabled:n,providerName:r,children:i,title:o}){if(!o&&!r)throw new Error("Either title or providerName is required");return a.jsxs(pt,{children:[a.jsx(sr,{children:o||`Set up ${r} integration`}),a.jsx(ft,{error:t}),i,a.jsx(wt,{style:{marginTop:"1em",width:"100%"},disabled:n,type:"submit",onClick:e,children:"Next"})]})}const iy="_link_oo2kv_1",sy={link:iy};function Ai({href:e,className:t,style:n,label:r,children:i,newTab:o=!1}){return je?a.jsx("a",{className:sy.link,style:n,href:e,"aria-label":r||void 0,target:o?"_blank":"_self",rel:o?"noopener noreferrer":void 0,children:i}):a.jsx(T.Link,{href:e,className:t,style:n,"aria-label":r||void 0,target:o?"_blank":"_self",rel:o?"noopener noreferrer":void 0,color:"#737373",children:i})}const ay=getComputedStyle(document.documentElement).getPropertyValue("--amp-colors-text-secondary").trim()||"#737373";function to({url:e,providerDisplayName:t,credentialName:n}){return a.jsxs("p",{style:{color:ay},children:[a.jsx(Ai,{href:e,newTab:!0,children:a.jsx("span",{style:{textDecoration:"underline"},children:"Learn more"})})," about where to find your ",t," ",n,"."]})}const cy="_input_19woe_1",ly="_inputError_19woe_17",uy="_error_19woe_31",xo={input:cy,inputError:ly,error:uy};function dy({id:e,type:t,className:n,isError:r=!1,...i}){const o=r?vt(xo.inputError,xo.input):xo.input;return a.jsx("input",{id:e,type:t,className:vt(o,n),...i})}const py="_textarea_1efhx_1",fy="_textareaError_1efhx_13",my="_error_1efhx_27",bo={textarea:py,textareaError:fy,error:my};function hy({className:e,isError:t=!1,...n}){const r=t?vt(bo.textareaError,bo.textarea):bo.textarea;return a.jsx("textarea",{className:vt(e,r),...n})}const Ut={Input:dy,Textarea:hy};function gy({provider:e,providerInfo:t,handleSubmit:n,error:r,isButtonDisabled:i}){var y;const[o,s]=g.useState(!1),c=()=>s(!o),[l,u]=g.useState(""),d=I=>u(I.currentTarget.value),f=l.length>0,h=i||!f,p=At(e,t),m=(y=t.apiKeyOpts)==null?void 0:y.docsURL;return a.jsx(pt,{children:a.jsxs(T.FormControl,{children:[a.jsx(T.FormLabel,{my:"6",children:a.jsx(T.Heading,{as:"h4",size:"md",children:`Set up ${p} integration`})}),a.jsx(ft,{error:r}),a.jsxs(T.Stack,{spacing:4,children:[m&&a.jsx(to,{url:m,providerDisplayName:p,credentialName:"API key"}),a.jsxs(T.InputGroup,{size:"md",children:[a.jsx(T.Input,{onChange:d,pr:"4.5rem",type:o?"text":"password",placeholder:"API Key"}),a.jsx(T.InputRightElement,{width:"4.5rem",children:a.jsx(T.Button,{h:"1.75rem",size:"sm",onClick:c,children:o?"Hide":"Show"})})]})]}),a.jsx("br",{}),a.jsx(T.Button,{variant:"primary",isDisabled:h,width:"100%",type:"submit",onClick:()=>{n({apiKey:l})},children:"Next"})]})})}function yy({provider:e,providerInfo:t,handleSubmit:n,error:r,isButtonDisabled:i}){var y;const[o,s]=g.useState(!1),c=()=>s(I=>!I),[l,u]=g.useState(""),d=I=>u(I.currentTarget.value),f=l.length>0,h=i||!f,p=At(e,t),m=(y=t.apiKeyOpts)==null?void 0:y.docsURL;return a.jsx(Ri,{providerName:p,handleSubmit:()=>{n({apiKey:l})},error:r,isButtonDisabled:h,children:a.jsxs("div",{style:{display:"flex",gap:"1rem",flexDirection:"column",marginTop:"1rem"},children:[m&&a.jsx(to,{url:m,providerDisplayName:p,credentialName:"API key"}),a.jsxs("div",{style:{display:"flex",gap:".5rem"},children:[a.jsx(Ut.Input,{id:"password",name:"password",type:o?"text":"password",placeholder:"Password",onChange:I=>d(I)}),a.jsx(wt,{type:"button",style:{height:"2.5rem",width:"5rem"},onClick:c,children:o?"Hide":"Show"})]})]})})}function vy({...e}){return je?a.jsx(yy,{...e}):a.jsx(gy,{...e})}function wy({provider:e,providerInfo:t,consumerRef:n,consumerName:r,groupRef:i,groupName:o,children:s,selectedConnection:c,setSelectedConnection:l}){const u=Re(),[d,f]=g.useState(!1),[h,p]=g.useState(null),m=Ve();g.useEffect(()=>{if(e&&Ee&&d&&h!=null){const I={groupName:o,groupRef:i,consumerName:r,consumerRef:n,provider:e,apiKey:h};Ee().connectionApi.generateConnection({projectIdOrName:u.projectId,generateConnectionParams:I},{headers:{"X-Api-Key":m??"","Content-Type":"application/json"}}).then(C=>{l(C)}).catch(C=>{console.error("Error loading provider info."),Ge(C)})}},[m,e,d,r,n,o,i,u,l,h]);const y=I=>{p(I.apiKey),f(!0)};return c===null?a.jsx(vy,{provider:e,providerInfo:t,handleSubmit:y,error:null}):s}function Iy({provider:e,providerInfo:t,handleSubmit:n,error:r,isButtonDisabled:i}){var w;const[o,s]=g.useState(!1),c=()=>s(!o),[l,u]=g.useState(""),[d,f]=g.useState(""),h=_=>u(_.currentTarget.value),p=_=>f(_.currentTarget.value),m=At(e,t),y=(w=t.basicOpts)==null?void 0:w.docsURL,I=l.length>0,C=i||!I;return a.jsx(pt,{children:a.jsxs(T.FormControl,{children:[a.jsx(T.FormLabel,{marginTop:"16",marginBottom:"0",children:a.jsx(T.Heading,{as:"h4",size:"md",children:`Set up ${m} integration`})}),a.jsx(ft,{error:r}),a.jsx("br",{}),a.jsxs(T.Stack,{spacing:4,children:[y&&a.jsx(to,{url:y,providerDisplayName:m,credentialName:"credentials"}),a.jsx(T.Input,{placeholder:"Username",onChange:h}),a.jsxs(T.InputGroup,{size:"md",children:[a.jsx(T.Input,{onChange:p,pr:"4.5rem",type:o?"text":"password",placeholder:"Password"}),a.jsx(T.InputRightElement,{width:"4.5rem",children:a.jsx(T.Button,{h:"1.75rem",size:"sm",onClick:c,children:o?"Hide":"Show"})})]})]}),a.jsx("br",{}),a.jsx(T.Button,{variant:"primary",isDisabled:C,width:"100%",type:"submit",onClick:()=>{n({user:l,pass:d})},children:"Next"})]})})}function xy({provider:e,providerInfo:t,handleSubmit:n,error:r,isButtonDisabled:i}){var C;const[o,s]=g.useState(!1),c=()=>s(w=>!w),[l,u]=g.useState({username:"",password:""}),{username:d,password:f}=l,h=At(e,t),p=(C=t.basicOpts)==null?void 0:C.docsURL,m=d.length>0,y=i||!m,I=w=>{const{name:_,value:b}=w.currentTarget;u(x=>({...x,[_]:b}))};return a.jsx(Ri,{providerName:h,handleSubmit:()=>{n({user:d,pass:f})},error:r,isButtonDisabled:y,children:a.jsxs("div",{style:{display:"flex",gap:"1rem",flexDirection:"column",marginTop:"1rem"},children:[p&&a.jsx(to,{url:p,providerDisplayName:h,credentialName:"credentials"}),a.jsx(Ut.Input,{id:"username",name:"username",type:"text",placeholder:"Username",onChange:w=>I(w)}),a.jsxs("div",{style:{display:"flex",gap:".5rem"},children:[a.jsx(Ut.Input,{id:"password",name:"password",type:o?"text":"password",placeholder:"Password",onChange:w=>I(w)}),a.jsx(wt,{type:"button",style:{height:"2.5rem",width:"5rem"},onClick:c,children:o?"Hide":"Show"})]})]})})}function by({...e}){return je?a.jsx(xy,{...e}):a.jsx(Iy,{...e})}function _y({provider:e,providerInfo:t,consumerRef:n,consumerName:r,groupRef:i,groupName:o,children:s,selectedConnection:c,setSelectedConnection:l}){const u=Re(),[d,f]=g.useState(!1),[h,p]=g.useState(null),m=Ve();g.useEffect(()=>{if(e&&Ee&&d&&h!=null){const I={groupName:o,groupRef:i,consumerName:r,consumerRef:n,provider:e,basicAuth:{username:h.user,password:h.pass}};Ee().connectionApi.generateConnection({projectIdOrName:u.projectId,generateConnectionParams:I},{headers:{"X-Api-Key":m??"","Content-Type":"application/json"}}).then(C=>{l(C)}).catch(C=>{console.error("Error loading provider info."),Ge(C)})}},[m,e,d,r,n,o,i,u,h,l]);const y=I=>{const{user:C,pass:w}=I;p({user:C,pass:w}),f(!0)};return c===null?a.jsx(by,{provider:e,providerInfo:t,handleSubmit:y,error:null}):s}function Cy({handleSubmit:e,error:t,isButtonDisabled:n,providerName:r}){return a.jsx(pt,{children:a.jsxs(T.FormControl,{children:[a.jsx(T.FormLabel,{marginTop:"16",marginBottom:"0",children:a.jsx(T.Heading,{as:"h4",size:"md",children:`Set up ${r} integration`})}),a.jsx(ft,{error:t}),a.jsx("br",{}),a.jsx(T.Button,{variant:"primary",isDisabled:n,width:"100%",type:"submit",onClick:e,children:"Next"})]})})}function Sy({...e}){return je?a.jsx(Ri,{...e}):a.jsx(Cy,{...e})}function Ey({provider:e,consumerRef:t,consumerName:n,groupRef:r,groupName:i,children:o,selectedConnection:s,setSelectedConnection:c,providerName:l}){const u=Re(),d=Ve(),[f,h]=g.useState(!1);g.useEffect(()=>{if(e&&Ee&&f){const m={groupName:i,groupRef:r,consumerName:n,consumerRef:t,provider:e};Ee().connectionApi.generateConnection({projectIdOrName:u.projectId,generateConnectionParams:m},{headers:{"X-Api-Key":d??"","Content-Type":"application/json"}}).then(y=>{c(y)}).catch(y=>{console.error("Error loading provider info."),Ge(y)})}},[d,e,f,n,t,i,r,c,u]);const p=()=>{h(!0)};return s===null?a.jsx(Sy,{handleSubmit:p,error:null,providerName:l}):o}const Dc=async(e,t,n,r,i,o,s,c)=>{var u,d;const l=await Ee().providerApi.getProvider({provider:i},{headers:{"X-Api-Key":r??""}});if(!l)throw new Error(`Provider ${i} not found`);if(l.authType==="oauth2"&&(((u=l.oauth2Opts)==null?void 0:u.grantType)==="authorizationCode"||((d=l.oauth2Opts)==null?void 0:d.grantType)==="authorizationCodePKCE")){const h=(await Ee().providerAppApi.listProviderApps({projectIdOrName:e},{headers:{"X-Api-Key":r??""}})).find(I=>I.provider===i),p=At(i,l);if(!h)throw new Error(`You must first set up a ${p} Provider App using the Ampersand Console.`);const m={connectOAuthParams:{providerWorkspaceRef:o,projectId:e,groupRef:n,groupName:c,consumerRef:t,consumerName:s,providerAppId:h.id,provider:i}};return await Ee().oAuthApi.oauthConnect(m,{credentials:"include",headers:{"X-Api-Key":r??"","Content-Type":"application/json"}})}throw new Error(`Provider ${i} does not support an OAuth2 web flow.`)},ks=600,Fs=600,Oy="AUTHORIZATION_SUCCEEDED",Ny="AUTHORIZATION_FAILED";function Ty(e,t,n){return g.useCallback(async r=>{const i=await Ee().connectionApi.getConnection({projectIdOrName:e,connectionId:r},{headers:{"X-Api-Key":t??""}});n(i)},[e,t,n])}function Ry(e,t,n,r){return g.useCallback(()=>{if(!r)return;const i=window.screenX+(window.outerWidth-ks)/2,o=window.screenY+(window.outerHeight-Fs)/2.5,s=`width=${ks},height=${Fs},left=${i},top=${o}`,c=window.open(r,e,s);t(c),window.addEventListener("message",n,!1)},[r,e,t,n])}function Ay(e,t){return g.useCallback(n=>{var r,i;if(n.origin===Rp){if(n.data.eventType===Oy){const o=(r=n.data.data)==null?void 0:r.connection;o?e(o):console.error("Connection ID not found in event data: ",{event:n})}n.data.eventType===Ny&&(console.error("OAuth failed: ",{event:n}),t==null||t(((i=n==null?void 0:n.data)==null?void 0:i.message)??"OAuth failed. Please try again."))}},[t,e])}function kc({children:e,oauthUrl:t,windowTitle:n="Connect to Provider",onError:r,error:i}){const o=Ve(),{projectId:s}=Re(),[c,l]=g.useState(null),[u,d]=g.useState(null),{setSelectedConnection:f}=Ln(),h=Ay(l,r),p=Ry(n,d,h,t),m=Ty(s,o,f);return g.useEffect(()=>{t&&!u&&p()},[t,u,p,h,n]),g.useEffect(()=>{c&&m(c).then(()=>{u==null||u.close()}).catch(y=>{console.error("Error refreshing connection: ",y),r==null||r(y.message??"Unexpected error: not able to refresh connection")})},[c,o,f,m,u,r]),g.useEffect(()=>{if(!u)return;const y=setInterval(()=>{u.closed&&(clearInterval(y),window.removeEventListener("message",h),d(null),!c&&!i?(console.error("OAuth failed. Please try again."),r==null||r("OAuth failed. Please try again.")):c&&(r==null||r(null)))},500);return()=>{clearInterval(y),window.removeEventListener("message",h)}},[u,c,i,h,r]),a.jsx("div",{children:e})}function jy({handleSubmit:e,error:t,isButtonDisabled:n,providerName:r}){return a.jsx(pt,{children:a.jsxs(T.FormControl,{children:[a.jsx(T.FormLabel,{marginTop:"16",marginBottom:"0",children:a.jsx(T.Heading,{as:"h4",size:"md",children:`Set up ${r} integration`})}),a.jsx(ft,{error:t}),a.jsx("br",{}),a.jsx(T.Button,{variant:"primary",isDisabled:n,width:"100%",type:"submit",onClick:e,children:"Next"})]})})}function Py({handleSubmit:e,error:t,isButtonDisabled:n,providerName:r}){return je?a.jsxs(pt,{children:[a.jsx(sr,{children:`Set up ${r} integration`}),a.jsx(ft,{error:t}),a.jsx(wt,{style:{marginTop:"1em",width:"100%"},disabled:n,type:"submit",onClick:e,children:"Next"})]}):a.jsx(jy,{handleSubmit:e,error:t,isButtonDisabled:n,providerName:r})}function Dy({provider:e,consumerRef:t,consumerName:n,groupRef:r,groupName:i,providerName:o}){const{projectId:s}=Re(),c=Ve(),[l,u]=g.useState(null),[d,f]=g.useState(null),h=async()=>{f(null);try{const m=await Dc(s,t,r,c,e,void 0,n,i);u(m)}catch(m){console.error("Could not fetch OAuth popup URL."),Ge(m),f(m.message??"Unexpected error")}},p=g.useCallback(m=>{f(m),u(null)},[]);return a.jsx(kc,{windowTitle:`Connect to ${o}`,oauthUrl:l,onError:p,children:a.jsx(Py,{handleSubmit:h,error:d,providerName:o})})}const ky=T.createIcon({displayName:"ExternalLinkIcon",path:a.jsxs("g",{fill:"none",stroke:"currentColor",strokeLinecap:"round",strokeWidth:"2",children:[a.jsx("path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"}),a.jsx("path",{d:"M15 3h6v6"}),a.jsx("path",{d:"M10 14L21 3"})]})}),Fc="https://help.salesforce.com/s/articleView?id=sf.faq_domain_name_what.htm&type=5";function Fy({handleSubmit:e,setWorkspace:t,error:n,isButtonDisabled:r}){return a.jsx(pt,{children:a.jsxs(T.FormControl,{children:[a.jsx(T.FormLabel,{children:a.jsx(T.Heading,{as:"h4",size:"md",children:"Enter your Salesforce subdomain"})}),a.jsxs(Ai,{href:Fc,newTab:!0,children:["What is my Salesforce subdomain? ",a.jsx(ky,{})]}),a.jsx(ft,{error:n}),a.jsxs("div",{style:{display:"flex",marginTop:"1em"},children:[a.jsx(T.Input,{placeholder:"my-domain",onChange:i=>t(i.currentTarget.value)}),a.jsx("p",{style:{lineHeight:"2.2em",marginLeft:"0.4em"},children:".my.salesforce.com"})]}),a.jsx("br",{}),a.jsx(T.Button,{variant:"primary",isDisabled:r,width:"100%",type:"submit",onClick:e,children:"Next"})]})})}function My({handleSubmit:e,setWorkspace:t,error:n,isButtonDisabled:r}){const i={handleSubmit:e,setWorkspace:t,error:n,isButtonDisabled:r};return je?a.jsxs(pt,{children:[a.jsx(sr,{children:"Enter your Salesforce subdomain"}),a.jsx(Ai,{href:Fc,newTab:!0,children:"What is my Salesforce subdomain?"}),a.jsx(ft,{error:n}),a.jsxs("div",{style:{display:"flex",marginTop:"1em"},children:[a.jsx(Ut.Input,{id:"salesforce-subdomain",type:"text",placeholder:"my-domain",onChange:o=>t(o.currentTarget.value)}),a.jsx("p",{style:{lineHeight:"2.2em",marginLeft:"0.4em"},children:".my.salesforce.com"})]}),a.jsx(wt,{style:{marginTop:"1em",width:"100%"},disabled:r,type:"submit",onClick:e,children:"Next"})]}):a.jsx(Fy,{...i})}function Ly({handleSubmit:e,setWorkspace:t,error:n,isButtonDisabled:r,providerName:i}){return a.jsx(pt,{children:a.jsxs(T.FormControl,{children:[a.jsx(T.FormLabel,{marginTop:"16",marginBottom:"0",children:a.jsxs(T.Heading,{as:"h4",size:"md",children:["Enter your ",i," workspace"]})}),a.jsx(ft,{error:n}),a.jsx(T.Flex,{marginTop:"1em",children:a.jsx(T.Input,{placeholder:"MyWorkspace",onChange:o=>t(o.currentTarget.value)})}),a.jsx("br",{}),a.jsx(T.Button,{variant:"primary",isDisabled:r,width:"100%",type:"submit",onClick:e,children:"Next"})]})})}function $y({handleSubmit:e,setWorkspace:t,error:n,isButtonDisabled:r,providerName:i}){if(!je){const o={handleSubmit:e,setWorkspace:t,error:n,isButtonDisabled:r,providerName:i};return a.jsx(Ly,{...o})}return a.jsxs(pt,{children:[a.jsxs(sr,{children:["Enter your ",i," workspace"]}),a.jsx(ft,{error:n}),a.jsx("br",{}),a.jsx(Ut.Input,{id:"workspace",type:"text",placeholder:"MyWorkspace",onChange:o=>t(o.currentTarget.value)}),a.jsx("br",{}),a.jsx(wt,{style:{marginTop:"1em",width:"100%"},disabled:r,type:"submit",onClick:e,children:"Next"})]})}const Ky="salesforce";function Vy({provider:e,consumerRef:t,consumerName:n,groupRef:r,groupName:i,providerName:o}){const{projectId:s}=Re(),c=Ve(),[l,u]=g.useState(""),[d,f]=g.useState(null),[h,p]=g.useState(null),m=async()=>{if(p(null),!l){p("Workspace is required");return}try{const C=await Dc(s,t,r,c,e,l,n,i);f(C)}catch(C){console.error(C),p((C==null?void 0:C.message)??"Unexpected error")}},y=g.useCallback(C=>{p(C),f(null)},[]),I=e===Ky?a.jsx(My,{handleSubmit:m,setWorkspace:u,error:h,isButtonDisabled:l.length===0}):a.jsx($y,{handleSubmit:m,setWorkspace:u,error:h,isButtonDisabled:l.length===0,providerName:o});return a.jsx(kc,{windowTitle:`Connect to ${o}`,oauthUrl:d,onError:y,children:I})}function Hy({handleSubmit:e,error:t,explicitScopesRequired:n,isButtonDisabled:r,providerName:i}){const[o,s]=g.useState(!1),[c,l]=g.useState(""),[u,d]=g.useState(""),[f,h]=g.useState(""),p=()=>s(!o),m=x=>l(x.currentTarget.value),y=x=>d(x.currentTarget.value),I=x=>h(x.currentTarget.value),C=c.length>0,w=u.length>0,_=r||!C||!w,b=()=>{const x={clientId:u,clientSecret:c};n&&f.length>0&&(x.scopes=Uo(f)),e(x)};return a.jsx(pt,{children:a.jsxs(T.FormControl,{children:[a.jsx(T.FormLabel,{marginTop:"16",marginBottom:"0",children:a.jsx(T.Heading,{as:"h4",size:"md",children:`Set up ${i} integration`})}),a.jsx(ft,{error:t}),a.jsx("br",{}),a.jsxs(T.Stack,{spacing:4,children:[a.jsx(T.Input,{placeholder:"Client ID",onChange:y}),a.jsxs(T.InputGroup,{size:"md",children:[a.jsx(T.Input,{onChange:m,pr:"4.5rem",type:o?"text":"password",placeholder:"Client Secret"}),a.jsx(T.InputRightElement,{width:"4.5rem",children:a.jsx(T.Button,{h:"1.75rem",size:"sm",onClick:p,children:o?"Hide":"Show"})})]}),n&&a.jsx(T.Textarea,{placeholder:"Scopes separated by new line",onChange:I})]}),a.jsx("br",{}),a.jsx(T.Button,{variant:"primary",isDisabled:_,width:"100%",type:"submit",onClick:b,children:"Next"})]})})}function By({provider:e,consumerRef:t,consumerName:n,groupRef:r,groupName:i,explicitScopesRequired:o,providerName:s,selectedConnection:c,setSelectedConnection:l}){const{projectId:u}=Re(),d=Ve(),[f,h]=g.useState(null),p=async m=>{h(null);const y={groupName:i,groupRef:r,consumerName:n,consumerRef:t,provider:e,oauth2ClientCredentials:{clientId:m.clientId,clientSecret:m.clientSecret,scopes:m.scopes}};Ee().connectionApi.generateConnection({projectIdOrName:u,generateConnectionParams:y},{headers:{"X-Api-Key":d??"","Content-Type":"application/json"}}).then(I=>{l(I)}).catch(I=>{console.error("Error loading provider info."),Ge(I),h("Error loading provider info")})};return c===null?a.jsx(Hy,{providerName:s,handleSubmit:p,error:f,explicitScopesRequired:o}):a.jsx(Nt,{})}function Uy({handleSubmit:e,error:t,isButtonDisabled:n,providerName:r,explicitScopesRequired:i}){const[o,s]=g.useState(!1),[c,l]=g.useState(""),[u,d]=g.useState(""),[f,h]=g.useState(""),[p,m]=g.useState(""),y=()=>s(!o),I=V=>l(V.currentTarget.value),C=V=>d(V.currentTarget.value),w=V=>h(V.currentTarget.value),_=V=>m(V.currentTarget.value),b=c.length>0,x=u.length>0,E=f.length>0,M=n||!b||!x||!E,O=()=>{const V={workspace:f,clientId:u,clientSecret:c};i&&p.length>0&&(V.scopes=Uo(p)),e(V)};return a.jsx(pt,{children:a.jsxs(T.FormControl,{children:[a.jsx(T.FormLabel,{marginTop:"16",marginBottom:"0",children:a.jsx(T.Heading,{as:"h4",size:"md",children:`Set up ${r} integration`})}),a.jsx(ft,{error:t}),a.jsx("br",{}),a.jsxs(T.Stack,{spacing:4,children:[a.jsx(T.Input,{placeholder:"MyWorkspace",onChange:w}),a.jsx(T.Input,{placeholder:"Client ID",onChange:C}),a.jsxs(T.InputGroup,{size:"md",children:[a.jsx(T.Input,{onChange:I,pr:"4.5rem",type:o?"text":"password",placeholder:"Client Secret"}),a.jsx(T.InputRightElement,{width:"4.5rem",children:a.jsx(T.Button,{h:"1.75rem",size:"sm",onClick:y,children:o?"Hide":"Show"})})]}),i&&a.jsx(T.Textarea,{placeholder:"Scopes separated by new line",onChange:_})]}),a.jsx("br",{}),a.jsx(T.Button,{variant:"primary",isDisabled:M,width:"100%",type:"submit",onClick:O,children:"Next"})]})})}function qy({provider:e,providerName:t,consumerRef:n,consumerName:r,groupRef:i,groupName:o,explicitScopesRequired:s,selectedConnection:c,setSelectedConnection:l}){const{projectId:u}=Re(),d=Ve(),[f,h]=g.useState(null),p=async m=>{h(null);const y={groupName:o,groupRef:i,consumerName:r,consumerRef:n,provider:e,providerWorkspaceRef:m.workspace,oauth2ClientCredentials:{clientId:m.clientId,clientSecret:m.clientSecret,scopes:m.scopes}};Ee().connectionApi.generateConnection({projectIdOrName:u,generateConnectionParams:y},{headers:{"X-Api-Key":d??"","Content-Type":"application/json"}}).then(I=>{l(I)}).catch(I=>{console.error("Error loading provider info."),Ge(I),h("Error loading provider info")})};return c===null?a.jsx(Uy,{providerName:t,handleSubmit:p,error:f,explicitScopesRequired:s}):a.jsx(Nt,{})}function Wy({handleSubmit:e,error:t,isButtonDisabled:n,providerName:r,explicitScopesRequired:i,explicitWorkspaceRequired:o}){const[s,c]=g.useState(!1),[l,u]=g.useState({clientSecret:"",clientId:"",workspace:"",scopes:""}),d=()=>c(x=>!x),f=x=>{const{name:E,value:M}=x.currentTarget;u(O=>({...O,[E]:M}))},{clientSecret:h,clientId:p,workspace:m,scopes:y}=l,I=h.length>0,C=p.length>0,w=o?m.length>0:!0,_=n||!I||!C||!w,b=()=>{const x={clientId:p,clientSecret:h};o&&(x.workspace=m),i&&y.length>0&&(x.scopes=Uo(y)),e(x)};return a.jsxs(pt,{children:[a.jsx(sr,{children:`Set up ${r} integration`}),a.jsx(ft,{error:t}),a.jsx("br",{}),a.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"1.2rem"},children:[o&&a.jsx(Ut.Input,{id:"workspace",name:"workspace",type:"text",placeholder:"MyWorkspace",onChange:x=>f(x)}),a.jsx(Ut.Input,{id:"clientId",name:"clientId",type:"text",placeholder:"Client ID",onChange:x=>f(x)}),a.jsxs("div",{style:{display:"flex",gap:".5rem"},children:[a.jsx(Ut.Input,{id:"clientSecret",name:"clientSecret",type:s?"text":"password",placeholder:"Client Secret",onChange:x=>f(x)}),a.jsx(wt,{type:"button",style:{height:"2.5rem",width:"5rem"},onClick:d,children:s?"Hide":"Show"})]}),i&&a.jsx(Ut.Textarea,{name:"scopes",placeholder:"Scopes separated by new line",onChange:x=>f(x)})]}),a.jsx("br",{}),a.jsx(wt,{style:{marginTop:"1em",width:"100%"},disabled:_,type:"submit",onClick:b,children:"Next"})]})}function Jy({provider:e,providerName:t,consumerRef:n,consumerName:r,groupRef:i,groupName:o,explicitScopesRequired:s,explicitWorkspaceRequired:c,selectedConnection:l,setSelectedConnection:u}){const{projectId:d}=Re(),f=Ve(),[h,p]=g.useState(null),m=async y=>{p(null);const I={groupName:o,groupRef:i,consumerName:r,consumerRef:n,provider:e,providerWorkspaceRef:y.workspace,oauth2ClientCredentials:{clientId:y.clientId,clientSecret:y.clientSecret,scopes:y.scopes}};Ee().connectionApi.generateConnection({projectIdOrName:d,generateConnectionParams:I},{headers:{"X-Api-Key":f??"","Content-Type":"application/json"}}).then(C=>{u(C)}).catch(C=>{console.error("Error loading provider info."),Ge(C),p("Error loading provider info")})};return l===null?a.jsx(Wy,{providerName:t,handleSubmit:m,error:h,explicitScopesRequired:s,explicitWorkspaceRequired:c}):a.jsx(Nt,{})}function zy({...e}){return je?a.jsx(Jy,{...e}):e.explicitWorkspaceRequired?a.jsx(qy,{...e}):a.jsx(By,{...e})}const Xy="authorizationCode",Gy="authorizationCodePKCE",Yy="clientCredentials";function Zy({provider:e,providerInfo:t,consumerRef:n,consumerName:r,groupRef:i,groupName:o,selectedConnection:s,setSelectedConnection:c}){if(t.oauth2Opts===void 0)return a.jsx("em",{children:"Provider is missing OAuth2 options"});const{grantType:l,explicitScopesRequired:u,explicitWorkspaceRequired:d}=t.oauth2Opts,f=At(e,t),h={provider:e,consumerRef:n,consumerName:r,groupRef:i,groupName:o,providerName:f};return l===Xy||l===Gy?d?a.jsx(Vy,{...h}):a.jsx(Dy,{...h}):l===Yy?a.jsx(zy,{...h,explicitWorkspaceRequired:d,explicitScopesRequired:u,selectedConnection:s,setSelectedConnection:c}):l==="password"?a.jsx("em",{children:"Password flow not supported yet"}):a.jsxs("em",{children:["Unsupported grant type: ",l]})}function Qy(e){const{selectedConnection:t}=Ln();g.useEffect(()=>{e&&t&&e(t.id)},[e,t])}function ev({onSuccess:e}){Qy(e)}const tv=async(e,t)=>{const n=await Ee().providerApi.getProvider({provider:t},{headers:{"X-Api-Key":e??""}});if(!n)throw new Error(`Provider ${t} not found`);return n};function Mc({provider:e,consumerRef:t,consumerName:n,groupRef:r,groupName:i,children:o,onSuccess:s}){const c=Ve(),[l,u]=g.useState(null),{provider:d}=ot(),{selectedConnection:f,setSelectedConnection:h,connections:p}=Ln();ev({onSuccess:s});const m=e||d,y=(l==null?void 0:l.displayName)??Xn(m);if(g.useEffect(()=>{if(!f&&p&&p.length>0){const[C]=p;h(C)}tv(c,m).then(C=>{u(C)}).catch(C=>{console.error("Error loading provider info."),Ge(C)})},[p,f,h,c,m]),!e&&!d)throw new Error("ProtectedConnectionLayout must be given a provider prop or be used within InstallIntegrationProvider");if(f)return o;if(l==null)return a.jsx("strong",{children:"Provider not found"});const I={provider:m,consumerRef:t,consumerName:n,groupRef:r,groupName:i,selectedConnection:f,setSelectedConnection:h,providerName:y,providerInfo:l};return l.authType==="none"?a.jsx(Ey,{...I,children:o}):l.authType==="basic"?a.jsx(_y,{...I,children:o}):l.authType==="apiKey"?a.jsx(wy,{...I,children:o}):a.jsx(Zy,{...I})}const nv=a.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",children:[a.jsx("circle",{cx:"9",cy:"9",r:"9",fill:"#BBF7D0"}),a.jsx("path",{d:"M13 7L7.5 12L5 9.72727",stroke:"#16A34A",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})]});function Lc(e,t){return t?g.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 18 18",fill:"none"},g.createElement("circle",{cx:"9",cy:"9",r:"5",fill:"#FBD38D"})):e?nv:a.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 18 18",fill:"none",children:a.jsx("circle",{cx:"9",cy:"9",r:"5",fill:"#BFDBFE"})})}const $c=g.forwardRef(({objectName:e,completed:t,pending:n,displayName:r},i)=>{const o=T.useTab({ref:i}),s=T.useMultiStyleConfig("Tabs",o);return a.jsxs(T.Button,{__css:s.tab,...o,variant:"outline",minHeight:15,children:[a.jsxs(T.Box,{as:"span",display:"flex",alignItems:"center",gap:2,mr:"3",children:[Lc(t,n),a.jsxs(T.Box,{textAlign:"left",children:[a.jsx(T.Text,{children:r||e}),n&&a.jsx(T.Text,{fontSize:10,fontStyle:"italic",children:"pending"})]})]}),o.children]})});function rv({pending:e,completed:t,displayName:n}){return a.jsxs(a.Fragment,{children:[a.jsx(ir,{style:{margin:"1rem 0"}}),a.jsx($c,{objectName:nn,completed:t,pending:e,displayName:n},"other-write")]})}function ov(e,t=[]){let n=[];function r(o,s){const c=$.createContext(s),l=n.length;n=[...n,s];const u=f=>{var C;const{scope:h,children:p,...m}=f,y=((C=h==null?void 0:h[e])==null?void 0:C[l])||c,I=$.useMemo(()=>m,Object.values(m));return a.jsx(y.Provider,{value:I,children:p})};u.displayName=o+"Provider";function d(f,h){var y;const p=((y=h==null?void 0:h[e])==null?void 0:y[l])||c,m=$.useContext(p);if(m)return m;if(s!==void 0)return s;throw new Error(`\`${f}\` must be used within \`${o}\``)}return[u,d]}const i=()=>{const o=n.map(s=>$.createContext(s));return function(c){const l=(c==null?void 0:c[e])||o;return $.useMemo(()=>({[`__scope${e}`]:{...c,[e]:l}}),[c,l])}};return i.scopeName=e,[r,iv(i,...t)]}function iv(...e){const t=e[0];if(e.length===1)return t;const n=()=>{const r=e.map(i=>({useScope:i(),scopeName:i.scopeName}));return function(o){const s=r.reduce((c,{useScope:l,scopeName:u})=>{const f=l(o)[`__scope${u}`];return{...c,...f}},{});return $.useMemo(()=>({[`__scope${t.scopeName}`]:s}),[s])}};return n.scopeName=t.scopeName,n}function Kc(e,t=[]){let n=[];function r(o,s){const c=$.createContext(s),l=n.length;n=[...n,s];function u(f){const{scope:h,children:p,...m}=f,y=(h==null?void 0:h[e][l])||c,I=$.useMemo(()=>m,Object.values(m));return a.jsx(y.Provider,{value:I,children:p})}function d(f,h){const p=(h==null?void 0:h[e][l])||c,m=$.useContext(p);if(m)return m;if(s!==void 0)return s;throw new Error(`\`${f}\` must be used within \`${o}\``)}return u.displayName=o+"Provider",[u,d]}const i=()=>{const o=n.map(s=>$.createContext(s));return function(c){const l=(c==null?void 0:c[e])||o;return $.useMemo(()=>({[`__scope${e}`]:{...c,[e]:l}}),[c,l])}};return i.scopeName=e,[r,sv(i,...t)]}function sv(...e){const t=e[0];if(e.length===1)return t;const n=()=>{const r=e.map(i=>({useScope:i(),scopeName:i.scopeName}));return function(o){const s=r.reduce((c,{useScope:l,scopeName:u})=>{const f=l(o)[`__scope${u}`];return{...c,...f}},{});return $.useMemo(()=>({[`__scope${t.scopeName}`]:s}),[s])}};return n.scopeName=t.scopeName,n}function av(e){const t=e+"CollectionProvider",[n,r]=Kc(t),[i,o]=n(t,{collectionRef:{current:null},itemMap:new Map}),s=p=>{const{scope:m,children:y}=p,I=g.useRef(null),C=g.useRef(new Map).current;return a.jsx(i,{scope:m,itemMap:C,collectionRef:I,children:y})};s.displayName=t;const c=e+"CollectionSlot",l=g.forwardRef((p,m)=>{const{scope:y,children:I}=p,C=o(c,y),w=er(m,C.collectionRef);return a.jsx(Vr,{ref:w,children:I})});l.displayName=c;const u=e+"CollectionItemSlot",d="data-radix-collection-item",f=g.forwardRef((p,m)=>{const{scope:y,children:I,...C}=p,w=g.useRef(null),_=er(m,w),b=o(u,y);return g.useEffect(()=>(b.itemMap.set(w,{ref:w,...C}),()=>void b.itemMap.delete(w))),a.jsx(Vr,{[d]:"",ref:_,children:I})});f.displayName=u;function h(p){const m=o(e+"CollectionConsumer",p);return g.useCallback(()=>{const I=m.collectionRef.current;if(!I)return[];const C=Array.from(I.querySelectorAll(`[${d}]`));return Array.from(m.itemMap.values()).sort((b,x)=>C.indexOf(b.ref.current)-C.indexOf(x.ref.current))},[m.collectionRef,m.itemMap])}return[{Provider:s,Slot:l,ItemSlot:f},h,r]}var cv=$.useId||(()=>{}),lv=0;function Vc(e){const[t,n]=$.useState(cv());return Kr(()=>{e||n(r=>r??String(lv++))},[e]),e||(t?`radix-${t}`:"")}var uv=$.createContext(void 0);function Hc(e){const t=$.useContext(uv);return e||t||"ltr"}var _o="rovingFocusGroup.onEntryFocus",dv={bubbles:!1,cancelable:!0},no="RovingFocusGroup",[Bo,Bc,pv]=av(no),[fv,Uc]=Kc(no,[pv]),[mv,hv]=fv(no),qc=$.forwardRef((e,t)=>a.jsx(Bo.Provider,{scope:e.__scopeRovingFocusGroup,children:a.jsx(Bo.Slot,{scope:e.__scopeRovingFocusGroup,children:a.jsx(gv,{...e,ref:t})})}));qc.displayName=no;var gv=$.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:n,orientation:r,loop:i=!1,dir:o,currentTabStopId:s,defaultCurrentTabStopId:c,onCurrentTabStopIdChange:l,onEntryFocus:u,preventScrollOnEntryFocus:d=!1,...f}=e,h=$.useRef(null),p=er(t,h),m=Hc(o),[y=null,I]=Si({prop:s,defaultProp:c,onChange:l}),[C,w]=$.useState(!1),_=Ci(u),b=Bc(n),x=$.useRef(!1),[E,M]=$.useState(0);return $.useEffect(()=>{const O=h.current;if(O)return O.addEventListener(_o,_),()=>O.removeEventListener(_o,_)},[_]),a.jsx(mv,{scope:n,orientation:r,dir:m,loop:i,currentTabStopId:y,onItemFocus:$.useCallback(O=>I(O),[I]),onItemShiftTab:$.useCallback(()=>w(!0),[]),onFocusableItemAdd:$.useCallback(()=>M(O=>O+1),[]),onFocusableItemRemove:$.useCallback(()=>M(O=>O-1),[]),children:a.jsx(cn.div,{tabIndex:C||E===0?-1:0,"data-orientation":r,...f,ref:p,style:{outline:"none",...e.style},onMouseDown:Ot(e.onMouseDown,()=>{x.current=!0}),onFocus:Ot(e.onFocus,O=>{const V=!x.current;if(O.target===O.currentTarget&&V&&!C){const J=new CustomEvent(_o,dv);if(O.currentTarget.dispatchEvent(J),!J.defaultPrevented){const X=b().filter(re=>re.focusable),Z=X.find(re=>re.active),te=X.find(re=>re.id===y),ae=[Z,te,...X].filter(Boolean).map(re=>re.ref.current);zc(ae,d)}}x.current=!1}),onBlur:Ot(e.onBlur,()=>w(!1))})})}),Wc="RovingFocusGroupItem",Jc=$.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:n,focusable:r=!0,active:i=!1,tabStopId:o,...s}=e,c=Vc(),l=o||c,u=hv(Wc,n),d=u.currentTabStopId===l,f=Bc(n),{onFocusableItemAdd:h,onFocusableItemRemove:p}=u;return $.useEffect(()=>{if(r)return h(),()=>p()},[r,h,p]),a.jsx(Bo.ItemSlot,{scope:n,id:l,focusable:r,active:i,children:a.jsx(cn.span,{tabIndex:d?0:-1,"data-orientation":u.orientation,...s,ref:t,onMouseDown:Ot(e.onMouseDown,m=>{r?u.onItemFocus(l):m.preventDefault()}),onFocus:Ot(e.onFocus,()=>u.onItemFocus(l)),onKeyDown:Ot(e.onKeyDown,m=>{if(m.key==="Tab"&&m.shiftKey){u.onItemShiftTab();return}if(m.target!==m.currentTarget)return;const y=wv(m,u.orientation,u.dir);if(y!==void 0){if(m.metaKey||m.ctrlKey||m.altKey||m.shiftKey)return;m.preventDefault();let C=f().filter(w=>w.focusable).map(w=>w.ref.current);if(y==="last")C.reverse();else if(y==="prev"||y==="next"){y==="prev"&&C.reverse();const w=C.indexOf(m.currentTarget);C=u.loop?Iv(C,w+1):C.slice(w+1)}setTimeout(()=>zc(C))}})})})});Jc.displayName=Wc;var yv={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function vv(e,t){return t!=="rtl"?e:e==="ArrowLeft"?"ArrowRight":e==="ArrowRight"?"ArrowLeft":e}function wv(e,t,n){const r=vv(e.key,n);if(!(t==="vertical"&&["ArrowLeft","ArrowRight"].includes(r))&&!(t==="horizontal"&&["ArrowUp","ArrowDown"].includes(r)))return yv[r]}function zc(e,t=!1){const n=document.activeElement;for(const r of e)if(r===n||(r.focus({preventScroll:t}),document.activeElement!==n))return}function Iv(e,t){return e.map((n,r)=>e[(t+r)%e.length])}var xv=qc,bv=Jc,ji="Tabs",[_v,Gv]=ov(ji,[Uc]),Xc=Uc(),[Cv,Pi]=_v(ji),Gc=$.forwardRef((e,t)=>{const{__scopeTabs:n,value:r,onValueChange:i,defaultValue:o,orientation:s="horizontal",dir:c,activationMode:l="automatic",...u}=e,d=Hc(c),[f,h]=Si({prop:r,onChange:i,defaultProp:o});return a.jsx(Cv,{scope:n,baseId:Vc(),value:f,onValueChange:h,orientation:s,dir:d,activationMode:l,children:a.jsx(cn.div,{dir:d,"data-orientation":s,...u,ref:t})})});Gc.displayName=ji;var Yc="TabsList",Zc=$.forwardRef((e,t)=>{const{__scopeTabs:n,loop:r=!0,...i}=e,o=Pi(Yc,n),s=Xc(n);return a.jsx(xv,{asChild:!0,...s,orientation:o.orientation,dir:o.dir,loop:r,children:a.jsx(cn.div,{role:"tablist","aria-orientation":o.orientation,...i,ref:t})})});Zc.displayName=Yc;var Qc="TabsTrigger",el=$.forwardRef((e,t)=>{const{__scopeTabs:n,value:r,disabled:i=!1,...o}=e,s=Pi(Qc,n),c=Xc(n),l=nl(s.baseId,r),u=rl(s.baseId,r),d=r===s.value;return a.jsx(bv,{asChild:!0,...c,focusable:!i,active:d,children:a.jsx(cn.button,{type:"button",role:"tab","aria-selected":d,"aria-controls":u,"data-state":d?"active":"inactive","data-disabled":i?"":void 0,disabled:i,id:l,...o,ref:t,onMouseDown:Ot(e.onMouseDown,f=>{!i&&f.button===0&&f.ctrlKey===!1?s.onValueChange(r):f.preventDefault()}),onKeyDown:Ot(e.onKeyDown,f=>{[" ","Enter"].includes(f.key)&&s.onValueChange(r)}),onFocus:Ot(e.onFocus,()=>{const f=s.activationMode!=="manual";!d&&!i&&f&&s.onValueChange(r)})})})});el.displayName=Qc;var tl="TabsContent",Sv=$.forwardRef((e,t)=>{const{__scopeTabs:n,value:r,forceMount:i,children:o,...s}=e,c=Pi(tl,n),l=nl(c.baseId,r),u=rl(c.baseId,r),d=r===c.value,f=$.useRef(d);return $.useEffect(()=>{const h=requestAnimationFrame(()=>f.current=!1);return()=>cancelAnimationFrame(h)},[]),a.jsx(Ei,{present:i||d,children:({present:h})=>a.jsx(cn.div,{"data-state":d?"active":"inactive","data-orientation":c.orientation,role:"tabpanel","aria-labelledby":l,hidden:!h,id:u,tabIndex:0,...s,ref:t,style:{...e.style,animationDuration:f.current?"0s":void 0},children:h&&o})})});Sv.displayName=tl;function nl(e,t){return`${e}-trigger-${t}`}function rl(e,t){return`${e}-content-${t}`}var Ev=Gc,Ov=Zc,ol=el;const Nv="_tabsRoot_bghy2_1",Tv="_tabsList_bghy2_6",Rv="_tabTrigger_bghy2_12",Av="_danger_bghy2_29",tr={tabsRoot:Nv,tabsList:Tv,tabTrigger:Rv,danger:Av};function il({objectName:e,completed:t,pending:n,displayName:r}){return a.jsx(ol,{value:e,className:tr.tabTrigger,children:a.jsxs("div",{style:{display:"flex",alignItems:"center",gap:".5rem",marginRight:".5rem"},children:[Lc(t,n),a.jsxs("div",{style:{display:"flex",flexDirection:"column"},children:[a.jsx("span",{children:r||e}),n&&a.jsx("span",{style:{fontSize:".8rem",fontStyle:"italic"},children:"pending"})]})]})})}function jv({completed:e,pending:t,displayName:n}){return a.jsxs(a.Fragment,{children:[a.jsx(ir,{style:{margin:"1rem 0"}}),a.jsx(il,{objectName:nn,completed:e,pending:t,displayName:n},"other-write")]})}function Pv(){return a.jsxs(a.Fragment,{children:[a.jsx(ir,{style:{margin:"3rem 0 1rem 0"}}),a.jsx(ol,{value:Gn,className:vt(tr.tabTrigger,tr.danger),children:a.jsxs("div",{style:{display:"flex",alignItems:"center",gap:".5rem",marginRight:".5rem"},children:[fa(),a.jsx("span",{children:"Uninstall"})]})})]})}function Dv({value:e,readNavObjects:t,onValueChange:n,objectConfigurationsState:r,otherNavObject:i,showUninstallButton:o}){var s,c;return a.jsx(Ev,{value:e,className:tr.tabsRoot,onValueChange:n,children:a.jsxs(Ov,{className:tr.tabsList,children:[t.map(l=>{var u,d,f,h;return a.jsx(il,{objectName:l.name,displayName:l.displayName,completed:l.completed,pending:((d=(u=r==null?void 0:r[l.name])==null?void 0:u.read)==null?void 0:d.isOptionalFieldsModified)||((h=(f=r==null?void 0:r[l.name])==null?void 0:f.read)==null?void 0:h.isRequiredMapFieldsModified)||!1},l.name)}),i&&a.jsx(jv,{completed:i.completed,pending:((c=(s=r==null?void 0:r.other)==null?void 0:s.write)==null?void 0:c.isWriteModified)||!1,displayName:t.length?"Other":"Write"}),o&&a.jsx(Pv,{})]})})}function kv(e,t){return t===Gn?{name:Gn,completed:!1}:e.find(n=>n.name===t)}const Fv=getComputedStyle(document.documentElement).getPropertyValue("--amp-colors-background").trim()||"white";function Mv({children:e}){var C;const{project:t}=Re(),{installation:n,provider:r}=ot(),{hydratedRevision:i}=_n(),{objectConfigurationsState:o}=eo(),[s,c]=g.useState(""),l=(t==null?void 0:t.appName)||"",u=n==null?void 0:n.config,d=i&&Jo(u,i),f=d!==null,h=!!((C=i==null?void 0:i.content)!=null&&C.write),p=h?zo(u):void 0,m=g.useMemo(()=>{const w=[...d||[]];return p&&h&&w.push(p),w},[d,p,h]),y=kv(m,s),I=g.useCallback(()=>{const w=m.find(_=>y!==_&&!_.completed);w&&c(w.name)},[m,y]);return g.useEffect(()=>{!s&&m.length>0&&c(m[0].name)},[m,s,I]),a.jsx(xi.Provider,{value:I,children:a.jsx(Ii.Provider,{value:y==null?void 0:y.name,children:a.jsxs(Mn,{style:{maxWidth:"55rem"},children:[a.jsxs(an,{style:{display:"flex",gap:"1rem",padding:"3rem",backgroundColor:Fv},children:[a.jsxs("div",{style:{width:"20rem"},children:[a.jsxs("h1",{children:[At(r)," integration"]}),a.jsx("h3",{style:{marginBottom:"20px",fontSize:"1.125rem",fontWeight:"500"},children:l}),f&&a.jsx(Dv,{value:s,readNavObjects:d,onValueChange:w=>c(w),objectConfigurationsState:o,otherNavObject:p,showUninstallButton:!!n})]}),e]}),a.jsx(Ti,{})]})})})}function Lv(e,t){return e!=null&&e[t]?e[t]:{name:Gn,completed:!1}}const $v=getComputedStyle(document.documentElement).getPropertyValue("--amp-colors-background").trim()||"white";function Kv({children:e}){var C,w,_;const{project:t}=Re(),{installation:n,provider:r}=ot(),{hydratedRevision:i}=_n(),{objectConfigurationsState:o}=eo(),[s,c]=g.useState(0),l=(t==null?void 0:t.appName)||"",u=n==null?void 0:n.config,d=i&&Jo(u,i),f=d!==null,h=!!((C=i==null?void 0:i.content)!=null&&C.write),p=h?zo(u):void 0,m=g.useMemo(()=>{const b=[...d||[]];return p&&h&&b.push(p),b},[d,p,h]),y=Lv(m,s),I=g.useCallback(()=>{const b=m.find(x=>y!==x&&!x.completed);b&&c(m.indexOf(b))},[m,y]);return a.jsx(xi.Provider,{value:I,children:a.jsx(Ii.Provider,{value:y==null?void 0:y.name,children:a.jsxs(Mn,{style:{maxWidth:"55rem"},children:[a.jsxs(an,{style:{display:"flex",gap:"1rem",padding:"3rem",backgroundColor:$v},children:[a.jsxs("div",{style:{width:"20rem"},children:[a.jsxs(T.Text,{children:[At(r)," integration"]}),a.jsx(T.Text,{marginBottom:"20px",fontSize:"1.125rem",fontWeight:"500",children:l}),f&&a.jsxs(T.Tabs,{index:s,onChange:c,orientation:"horizontal",children:[d.map(b=>{var x,E,M,O;return a.jsx($c,{objectName:b.name,displayName:b.displayName,completed:b.completed,pending:((E=(x=o[b.name])==null?void 0:x.read)==null?void 0:E.isOptionalFieldsModified)||((O=(M=o[b.name])==null?void 0:M.read)==null?void 0:O.isRequiredMapFieldsModified)},b.name)}),h&&p&&a.jsx(rv,{completed:p.completed,pending:(_=(w=o==null?void 0:o.other)==null?void 0:w.write)==null?void 0:_.isWriteModified,displayName:d!=null&&d.length?"Other":"Write"}),n&&a.jsxs(a.Fragment,{children:[a.jsx(ir,{style:{margin:"3rem 0 1rem 0"}}),a.jsx(If,{text:"Uninstall"},"uninstall-installation")]})]})]}),e]}),a.jsx(Ti,{})]})})})}function Vv({...e}){return je?a.jsx(Mv,{...e}):a.jsx(Kv,{...e})}function Hv(){const[e,t]=g.useState(1);return{seed:e,reset:()=>{t(Math.random())}}}function Bv({integration:e,consumerRef:t,consumerName:n,groupRef:r,groupName:i,onInstallSuccess:o,onUpdateSuccess:s,onUninstallSuccess:c,fieldMapping:l}){var p;const{projectId:u}=Re(),{errorState:d}=sn(),{seed:f,reset:h}=Hv();return(p=d[Se.INTEGRATION_LIST])!=null&&p.apiError?a.jsx(qt,{message:"Something went wrong, couldn't find integration information"}):a.jsx(Wp,{integration:e,consumerRef:t,consumerName:n,groupRef:r,groupName:i,onInstallSuccess:o,onUpdateSuccess:s,onUninstallSuccess:c,fieldMapping:l,children:a.jsx(na,{groupRef:r,children:a.jsx(Mc,{consumerRef:t,consumerName:n,groupRef:r,groupName:i,children:a.jsx(xf,{projectId:u,children:a.jsx(oy,{resetComponent:h,children:a.jsx(Lh,{children:a.jsx(Vv,{children:a.jsx(Zg,{})})})})})})})},f)}function Uv(){return a.jsxs(Mn,{style:{display:"flex",alignItems:"center",justifyContent:"center",flexDirection:"column"},children:[a.jsx(Nt,{}),a.jsx("p",{children:"Redirecting"})]})}function qv({redirectURL:e,children:t}){return g.useEffect(()=>{e&&window.location.replace(e)},[e]),e?a.jsx(Uv,{}):t}function Wv({provider:e}){const{appName:t}=Re(),n=`You have successfully connected your ${At(e)} account to ${t}.`;return a.jsx(Ni,{text:n})}function Jv({provider:e,consumerRef:t,consumerName:n,groupRef:r,groupName:i,redirectUrl:o,onSuccess:s}){return a.jsx(na,{provider:e,groupRef:r,children:a.jsx(Mc,{provider:e,consumerRef:t,consumerName:n,groupRef:r,groupName:i,onSuccess:s,children:a.jsx(qv,{redirectURL:o,children:a.jsx(Wv,{provider:e})})})})}const zv=(e,t)=>{const n=Ve(),{projectId:r}=Re(),{integrations:i}=Ys(),[o,s]=g.useState(!1),[c,l]=g.useState(null);if(!n||!r)throw new Error("useIsIntegrationInstalled must be used within AmpersandProvider");if(!e)throw new Error("useIsIntegrationInstalled requires an integration name");if(!t)throw new Error("useIsIntegrationInstalled requires a groupRef");const u=g.useMemo(()=>i==null?void 0:i.reduce((d,f)=>(f==null?void 0:f.name)===e?f:d,{}),[i,e]);return g.useEffect(()=>{u&&Ee().installationApi.listInstallations({projectIdOrName:r,integrationId:u.id,groupRef:t},{headers:{"x-api-key":n}}).then(d=>{s(!0),l(d.length>0)}).catch(d=>{console.error("Error listing installations."),Ge(d),s(!0)})},[t,n,r,u]),{isLoaded:o,isIntegrationInstalled:c}};exports.AmpersandContext=Qs;exports.AmpersandProvider=Bp;exports.ConnectProvider=Jv;exports.FieldMapping=Vo;exports.InstallIntegration=Bv;exports.useAmpersandProvider=Up;exports.useIsIntegrationInstalled=zv;
|