@powerhousedao/connect 6.0.0-dev.28 → 6.0.0-dev.29
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/dist/assets/AddDriveModal-Dt5q0uka.js +1 -0
- package/dist/assets/ClearStorageModal-C_M5yTs1.js +1 -0
- package/dist/assets/CookiesPolicyModal-CzyiJRJS.js +1 -0
- package/dist/assets/CreateDocumentModal-BELAsL1d.js +1 -0
- package/dist/assets/DebugSettingsModal-BhicwpD-.js +1 -0
- package/dist/assets/DeleteDriveModal-CYz_cQSY.js +1 -0
- package/dist/assets/DeleteItemModal-CbKn4r4Y.js +1 -0
- package/dist/assets/DisclaimerModal-hFJa5LTd.js +1 -0
- package/dist/assets/DriveSettingsModal-DBdYo8il.js +1 -0
- package/dist/assets/ExportDocumentWithErrorsModal-BWtlq3Qo.js +1 -0
- package/dist/assets/{SettingsModal-CD3VHrsK.js → SettingsModal-BWdcnssn.js} +1 -1
- package/dist/assets/UpgradeDriveModal-UxDphYm9.js +1 -0
- package/dist/assets/config-0mYxXHFp.js +1 -0
- package/dist/assets/{design_system-CnYyVrrE.js → design_system-DnmFrCiT.js} +1 -1
- package/dist/assets/design_system_connect-DjbnaM0E.js +47 -0
- package/dist/assets/{design_system_ui-Bdfol2bD.js → design_system_ui-DSQ3AfUp.js} +1 -1
- package/dist/assets/document_drive-BCSa7iW6.js +132 -0
- package/dist/assets/{document_engineering-BkWm2mt-.js → document_engineering-CiUgHzim.js} +1 -1
- package/dist/assets/document_model-CPsSXf7O.js +241 -0
- package/dist/assets/{document_model_editor-C09WrRJH.js → document_model_editor-e_zuSDRD.js} +4 -4
- package/dist/assets/{drive_explorer-Dow3SqMS.js → drive_explorer-i47fkF8K.js} +2 -2
- package/dist/assets/{graphql-AKTCpY7l.js → graphql-DwmBvzSo.js} +1 -1
- package/dist/assets/{graphql-editor-ZpZuYHNf.js → graphql-editor-CABXZrw2.js} +2 -2
- package/dist/assets/{graphql_request-BJtmW2JS.js → graphql_request-G5F4jsaa.js} +1 -1
- package/dist/assets/{hooks-CA3awePR.js → hooks-BDklGlWi.js} +1 -1
- package/dist/assets/index-BzquqEnX.js +28 -0
- package/dist/assets/index-D1Y0bMj1.js +18 -0
- package/dist/assets/json-editor-DZe0ZhXn.js +1 -0
- package/dist/assets/nodefs-DhB-l8C8.js +1 -0
- package/dist/assets/opfs-ahp-BuwlJ8N9.js +3 -0
- package/dist/assets/{reactor_browser-CuhstORM.js → reactor_browser-B4rDDzOL.js} +13 -13
- package/dist/assets/state-schemas-DFNuKZpm.js +2 -0
- package/dist/index.html +11 -12
- package/lib/package.copy.json +1 -1
- package/lib/src/components/document-editor-container.d.ts.map +1 -1
- package/lib/src/components/document-editor-container.js +6 -36
- package/lib/src/components/document-editor-container.js.map +1 -1
- package/lib/src/components/drive-icon.d.ts.map +1 -1
- package/lib/src/components/drive-icon.js +10 -3
- package/lib/src/components/drive-icon.js.map +1 -1
- package/lib/src/components/error-boundary.js +1 -1
- package/lib/src/components/error-boundary.js.map +1 -1
- package/lib/src/components/modal/modals/ClearStorageModal.js +1 -1
- package/lib/src/components/modal/modals/ClearStorageModal.js.map +1 -1
- package/lib/src/components/modal/modals/DriveSettingsModal.d.ts.map +1 -1
- package/lib/src/components/modal/modals/DriveSettingsModal.js +9 -4
- package/lib/src/components/modal/modals/DriveSettingsModal.js.map +1 -1
- package/lib/src/components/modal/modals/InspectorModal/useRemotesInspector.d.ts.map +1 -1
- package/lib/src/components/modal/modals/InspectorModal/useRemotesInspector.js +4 -1
- package/lib/src/components/modal/modals/InspectorModal/useRemotesInspector.js.map +1 -1
- package/lib/src/connect.config.js +1 -1
- package/lib/src/connect.config.js.map +1 -1
- package/lib/src/feature-flags.d.ts.map +1 -1
- package/lib/src/feature-flags.js +2 -2
- package/lib/src/feature-flags.js.map +1 -1
- package/lib/src/hooks/useCheckLatestVersion.d.ts.map +1 -1
- package/lib/src/hooks/useCheckLatestVersion.js +1 -1
- package/lib/src/hooks/useCheckLatestVersion.js.map +1 -1
- package/lib/src/hooks/useClientErrorHandler.js +2 -2
- package/lib/src/hooks/useClientErrorHandler.js.map +1 -1
- package/lib/src/hooks/useInitSentry.js +2 -2
- package/lib/src/hooks/useInitSentry.js.map +1 -1
- package/lib/src/pages/demo/atlas-import.js +2 -2
- package/lib/src/services/hmr.js +1 -1
- package/lib/src/services/hmr.js.map +1 -1
- package/lib/src/store/reactor.d.ts +1 -1
- package/lib/src/store/reactor.d.ts.map +1 -1
- package/lib/src/store/reactor.js +27 -112
- package/lib/src/store/reactor.js.map +1 -1
- package/lib/src/utils/reactor.d.ts +1 -9
- package/lib/src/utils/reactor.d.ts.map +1 -1
- package/lib/src/utils/reactor.js +8 -46
- package/lib/src/utils/reactor.js.map +1 -1
- package/lib/src/utils/signature.d.ts.map +1 -1
- package/lib/src/utils/signature.js +1 -1
- package/lib/src/utils/signature.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.copy.json +1 -1
- package/package.json +10 -10
- package/dist/assets/AddDriveModal-CTnQsruq.js +0 -1
- package/dist/assets/ClearStorageModal-nfBmpNW7.js +0 -1
- package/dist/assets/CookiesPolicyModal-B4krJHJE.js +0 -1
- package/dist/assets/CreateDocumentModal-BNVieDVb.js +0 -1
- package/dist/assets/DebugSettingsModal-BBL6aTb9.js +0 -1
- package/dist/assets/DeleteDriveModal-Cqk3PulA.js +0 -1
- package/dist/assets/DeleteItemModal-efyjeuM1.js +0 -1
- package/dist/assets/DisclaimerModal-DSWr8Cp8.js +0 -1
- package/dist/assets/DriveSettingsModal-DTkZ_5Mj.js +0 -1
- package/dist/assets/ExportDocumentWithErrorsModal-D3o2HFnZ.js +0 -1
- package/dist/assets/UpgradeDriveModal-BdXg86U7.js +0 -1
- package/dist/assets/config-CU-aFfVJ.js +0 -1
- package/dist/assets/design_system_connect-C_BjsOB4.js +0 -47
- package/dist/assets/document_drive-BqIOVraN.js +0 -316
- package/dist/assets/document_model-Cx5XyMoQ.js +0 -241
- package/dist/assets/index-C5stidzW.js +0 -28
- package/dist/assets/index-DuIde2By.js +0 -18
- package/dist/assets/json-editor-lxgeu_0A.js +0 -1
- package/dist/assets/nodefs-D649ZQy9.js +0 -1
- package/dist/assets/opfs-ahp-BTH1j3F0.js +0 -3
- package/dist/assets/state-schemas-BklVlXXh.js +0 -2
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/sentry_react-cODD7zWc.js","assets/react-DQSxOgtG.js","assets/sentry_browser-B4YoBIIG.js","assets/AddDriveModal-CTnQsruq.js","assets/document_model_editor-C09WrRJH.js","assets/graphql-AKTCpY7l.js","assets/drive_explorer-Dow3SqMS.js","assets/react/jsx-runtime-DldvXD6N.js","assets/document_model-Cx5XyMoQ.js","assets/zod-9j67vCAu.js","assets/design_system-CnYyVrrE.js","assets/tailwind_merge-Dr4f9Rms.js","assets/react-dom-D6zQJsh6.js","assets/reactor_browser-CuhstORM.js","assets/document_drive-BqIOVraN.js","assets/config-CU-aFfVJ.js","assets/design_system_connect-C_BjsOB4.js","assets/design_system_ui-Bdfol2bD.js","assets/react-dom/client-BVPiT_FE.js","assets/graphql_request-BJtmW2JS.js","assets/ClearStorageModal-nfBmpNW7.js","assets/CookiesPolicyModal-B4krJHJE.js","assets/CreateDocumentModal-BNVieDVb.js","assets/DebugSettingsModal-BBL6aTb9.js","assets/DeleteDriveModal-Cqk3PulA.js","assets/DeleteItemModal-efyjeuM1.js","assets/DisclaimerModal-DSWr8Cp8.js","assets/DriveSettingsModal-DTkZ_5Mj.js","assets/ExportDocumentWithErrorsModal-D3o2HFnZ.js","assets/SettingsModal-CD3VHrsK.js","assets/UpgradeDriveModal-BdXg86U7.js","assets/index-C5stidzW.js"])))=>i.map(i=>d[i]);
|
|
2
|
-
import{o as Ae,g as Mo,s as ae,h as Ho,n as Si,i as Ni,j as y,k as Ri,E as bi}from"./document_model_editor-C09WrRJH.js";import{r as xi}from"./react-dom/client-BVPiT_FE.js";import{r as g,R as Di,a as jo}from"./sentry_react-cODD7zWc.js";import{o as Fo,l as Pe,p as Jr,B as Oi,R as Li,I as wi,E as Pi,q as Vt,P as Ai}from"./document_drive-BqIOVraN.js";import{_ as he,G as Ti}from"./drive_explorer-Dow3SqMS.js";import{t as Ii,c as Bo,H as Vo,A as ki,W as Mi,d as Hi,e as ji,f as Fi,g as Bi,h as Vi,i as Cn,F as Ui,j as Uo,k as $i,B as zi,l as Ki,m as Wi,n as Gi,S as Yi,o as Ji}from"./design_system_connect-C_BjsOB4.js";import{y as $o,z as Xr,U as Xi,C as qi,R as Zi,A as Qi,B as es,D as ts,G as rs,K as ns,P as os,E as as,x as Fe,F as zo,H as is,l as ss,I as ls,J as cs,L as us,M as qr,N as ds,O as fs,Q as hs,g as Mr,T as Ko,V as Wo,W as ps,X as gs,Y as ms,Z as Es,i as vs,_ as ys,$ as _s,a0 as Cs,a1 as Ss,a2 as Ns,a3 as Rs,a4 as bs,c as xs,a5 as Ds,a6 as Os,a7 as Go,a8 as Ls,a9 as Yo,aa as ws,ab as Ps,ac as As,ad as Ts,ae as Is,af as ks,ag as Ms,ah as Hs,ai as js,aj as Fs,ak as Sn,al as Bs,am as Vs,an as Us,ao as $s,ap as zs,aq as Ks,ar as Ws,as as Gs,at as Ys,au as Js,av as Xs,aw as qs,ax as Zs,ay as Qs,az as el,aA as tl,aB as rl,aC as nl,s as Jt,aD as ol,aE as Nn,aF as al,d as Jo,aG as il,aH as sl,aI as Xo,aJ as ll,aK as Rn,aL as cl,aM as ul,aN as dl}from"./reactor_browser-CuhstORM.js";import{I as bn,l as qo,T as fl,c as Pt}from"./design_system-CnYyVrrE.js";import{a7 as hl,a6 as pl,a8 as Ut,j as Zo,h as Qo,g as gl}from"./document_model-Cx5XyMoQ.js";import{g as ml,r as El}from"./graphql_request-BJtmW2JS.js";import{g as vl,r as yl}from"./react-DQSxOgtG.js";import{t as _l}from"./tailwind_merge-Dr4f9Rms.js";import{an as Cl}from"./sentry_browser-B4YoBIIG.js";import"./graphql-AKTCpY7l.js";import"./react/jsx-runtime-DldvXD6N.js";import"./zod-9j67vCAu.js";import"./react-dom-D6zQJsh6.js";import"./config-CU-aFfVJ.js";import"./design_system_ui-Bdfol2bD.js";(function(){const e=document.createElement("link").relList;if(e&&e.supports&&e.supports("modulepreload"))return;for(const o of document.querySelectorAll('link[rel="modulepreload"]'))n(o);new MutationObserver(o=>{for(const a of o)if(a.type==="childList")for(const i of a.addedNodes)i.tagName==="LINK"&&i.rel==="modulepreload"&&n(i)}).observe(document,{childList:!0,subtree:!0});function r(o){const a={};return o.integrity&&(a.integrity=o.integrity),o.referrerPolicy&&(a.referrerPolicy=o.referrerPolicy),o.crossOrigin==="use-credentials"?a.credentials="include":o.crossOrigin==="anonymous"?a.credentials="omit":a.credentials="same-origin",a}function n(o){if(o.ep)return;o.ep=!0;const a=r(o);fetch(o.href,a)}})();var Sl=xi();const Q=Mo([Ni(),Ho(["true","false"])]).transform(t=>typeof t=="boolean"?t:t==="true"),Xt=Mo([Si(),ae()]).transform(t=>typeof t=="number"?t:parseInt(t,10)),Nl=Ae({PH_CONFIG_PATH:ae().optional(),PH_PACKAGES:ae().optional(),PH_LOCAL_PACKAGE:ae().optional(),PH_DISABLE_LOCAL_PACKAGE:Q.default(!1),PH_WATCH_TIMEOUT:Xt.default(300),PH_SENTRY_AUTH_TOKEN:ae().optional(),PH_SENTRY_ORG:ae().optional(),PH_SENTRY_PROJECT:ae().optional()}),Rl=Ae({PH_CONNECT_VERSION:ae().default("unknown"),PH_CONNECT_LOG_LEVEL:Ho(["debug","info","warn","error"]).default("info"),PH_CONNECT_REQUIRES_HARD_REFRESH:Q.default(!0),PH_CONNECT_WARN_OUTDATED_APP:Q.default(!1),PH_CONNECT_STUDIO_MODE:Q.default(!1),PH_CONNECT_BASE_PATH:ae().optional(),PH_CONNECT_DEFAULT_DRIVES_URL:ae().optional(),PH_CONNECT_DRIVES_PRESERVE_STRATEGY:ae().optional(),PH_CONNECT_VERSION_CHECK_INTERVAL:Xt.default(3600*1e3),PH_CONNECT_CLI_VERSION:ae().optional(),PH_CONNECT_FILE_UPLOAD_OPERATIONS_CHUNK_SIZE:Xt.default(50)}),bl=Ae({PH_CONNECT_DISABLE_ADD_DRIVE:Q.default(!1),PH_CONNECT_SEARCH_BAR_ENABLED:Q.default(!1),PH_CONNECT_INSPECTOR_ENABLED:Q.default(!1),PH_CONNECT_HIDE_DOCUMENT_MODEL_SELECTION_SETTINGS:Q.default(!0),PH_CONNECT_ENABLED_EDITORS:ae().optional(),PH_CONNECT_DISABLED_EDITORS:ae().default("powerhouse/document-drive"),PH_CONNECT_GA_TRACKING_ID:ae().optional(),PH_CONNECT_EXTERNAL_PACKAGES_DISABLED:Q.default(!1)}),xl=Ae({PH_CONNECT_PUBLIC_DRIVES_ENABLED:Q.default(!0),PH_CONNECT_DISABLE_ADD_PUBLIC_DRIVES:Q.default(!1),PH_CONNECT_DISABLE_DELETE_PUBLIC_DRIVES:Q.default(!1),PH_CONNECT_CLOUD_DRIVES_ENABLED:Q.default(!0),PH_CONNECT_DISABLE_ADD_CLOUD_DRIVES:Q.default(!1),PH_CONNECT_DISABLE_DELETE_CLOUD_DRIVES:Q.default(!1),PH_CONNECT_LOCAL_DRIVES_ENABLED:Q.default(!0),PH_CONNECT_DISABLE_ADD_LOCAL_DRIVES:Q.default(!1),PH_CONNECT_DISABLE_DELETE_LOCAL_DRIVES:Q.default(!1)}),Dl=Ae({PH_CONNECT_ANALYTICS_ENABLED:Q.default(!0),PH_CONNECT_ANALYTICS_DATABASE_NAME:ae().optional(),PH_CONNECT_ANALYTICS_DATABASE_WORKER_DISABLED:Q.default(!0),PH_CONNECT_DIFF_ANALYTICS_ENABLED:Q.default(!1),PH_CONNECT_DRIVE_ANALYTICS_ENABLED:Q.default(!0),PH_CONNECT_EXTERNAL_ANALYTICS_PROCESSORS_ENABLED:Q.default(!0)}),Ol=Ae({PH_CONNECT_RELATIONAL_PROCESSORS_ENABLED:Q.default(!0),PH_CONNECT_EXTERNAL_RELATIONAL_PROCESSORS_ENABLED:Q.default(!0)}),Ll=Ae({PH_CONNECT_PROCESSORS_ENABLED:Q.default(!0),PH_CONNECT_EXTERNAL_PROCESSORS_ENABLED:Q.default(!0)}),wl=Ll.merge(Dl).merge(Ol),Pl=Ae({PH_CONNECT_SENTRY_RELEASE:ae().optional(),PH_CONNECT_SENTRY_DSN:ae().optional(),PH_CONNECT_SENTRY_ENV:ae().default("dev"),PH_CONNECT_SENTRY_TRACING_ENABLED:Q.default(!1)}),Al=Ae({PH_CONNECT_RENOWN_URL:ae().default("https://www.renown.id"),PH_CONNECT_RENOWN_NETWORK_ID:ae().default("eip155"),PH_CONNECT_RENOWN_CHAIN_ID:Xt.default(1)}),Kt=Rl.merge(bl).merge(xl).merge(wl).merge(Pl).merge(Al);Nl.merge(Kt);function Tl(t,e,r){const{processEnv:n={},optionsEnv:o={},fileEnv:a={}}=t,i={};for(const s of e){const l=[{name:"process.env",value:n[s]},{name:"options",value:o[s]},{name:"fileEnv",value:a[s]}];for(const c of l){const d=c.value;if(!(d===void 0||d===""))try{const u=r.shape[s];if(u){u.parse(d),i[s]=d;break}console.warn(`Unknown environment variable: '${s}'`),i[s]=d;break}catch{const u=d===null?"null":typeof d=="object"?JSON.stringify(d):d;console.warn(`Invalid value for ${s} from ${c.name}: ${u}. Trying next source.`)}}}return i}function Il(t={}){const e=new Set(Object.keys(Kt.shape)),r=Tl(t,e,Kt);return Kt.parse(r)}function kl(t){let e=t;return e.startsWith(".")&&(e=e.slice(1)),e.startsWith("/")||(e=`/${e}`),e.endsWith("/")||(e=`${e}/`),e}const Ml={BASE_URL:"/",DEV:!1,MODE:"production",PH_CONNECT_ANALYTICS_DATABASE_WORKER_DISABLED:"true",PH_CONNECT_ANALYTICS_ENABLED:"true",PH_CONNECT_CLOUD_DRIVES_ENABLED:"true",PH_CONNECT_DIFF_ANALYTICS_ENABLED:"false",PH_CONNECT_DISABLED_EDITORS:"powerhouse/document-drive",PH_CONNECT_DISABLE_ADD_CLOUD_DRIVES:"false",PH_CONNECT_DISABLE_ADD_DRIVE:"false",PH_CONNECT_DISABLE_ADD_LOCAL_DRIVES:"false",PH_CONNECT_DISABLE_ADD_PUBLIC_DRIVES:"false",PH_CONNECT_DISABLE_DELETE_CLOUD_DRIVES:"false",PH_CONNECT_DISABLE_DELETE_LOCAL_DRIVES:"false",PH_CONNECT_DISABLE_DELETE_PUBLIC_DRIVES:"false",PH_CONNECT_DRIVE_ANALYTICS_ENABLED:"true",PH_CONNECT_EXTERNAL_ANALYTICS_PROCESSORS_ENABLED:"true",PH_CONNECT_EXTERNAL_PACKAGES_DISABLED:"false",PH_CONNECT_EXTERNAL_PROCESSORS_ENABLED:"true",PH_CONNECT_EXTERNAL_RELATIONAL_PROCESSORS_ENABLED:"true",PH_CONNECT_FILE_UPLOAD_OPERATIONS_CHUNK_SIZE:"50",PH_CONNECT_HIDE_DOCUMENT_MODEL_SELECTION_SETTINGS:"true",PH_CONNECT_INSPECTOR_ENABLED:"false",PH_CONNECT_LOCAL_DRIVES_ENABLED:"true",PH_CONNECT_LOG_LEVEL:"info",PH_CONNECT_PROCESSORS_ENABLED:"true",PH_CONNECT_PUBLIC_DRIVES_ENABLED:"true",PH_CONNECT_RELATIONAL_PROCESSORS_ENABLED:"true",PH_CONNECT_RENOWN_CHAIN_ID:"1",PH_CONNECT_RENOWN_NETWORK_ID:"eip155",PH_CONNECT_RENOWN_URL:"https://auth.renown.id",PH_CONNECT_REQUIRES_HARD_REFRESH:"true",PH_CONNECT_SEARCH_BAR_ENABLED:"false",PH_CONNECT_SENTRY_ENV:"prod",PH_CONNECT_SENTRY_TRACING_ENABLED:"false",PH_CONNECT_STUDIO_MODE:"false",PH_CONNECT_VERSION:"6.0.0-dev.27",PH_CONNECT_VERSION_CHECK_INTERVAL:"3600000",PH_CONNECT_WARN_OUTDATED_APP:"false",PROD:!0,SSR:!1},O=Il({processEnv:Ml});function Hl(t){return t.endsWith("/")?t:t+"/"}function jl(){const t=O.PH_CONNECT_BASE_PATH||"/",e=Hl(t);return{basePath:t,routerBasename:e,allowList:void 0,allowedDocumentTypes:[],isDragAndDropEnabled:!0,isEditorDebugModeEnabled:!1,isEditorReadModeEnabled:!1,isExternalControlsEnabled:!1,version:O.PH_CONNECT_VERSION,logLevel:O.PH_CONNECT_LOG_LEVEL,requiresHardRefresh:O.PH_CONNECT_REQUIRES_HARD_REFRESH,warnOutdatedApp:O.PH_CONNECT_WARN_OUTDATED_APP,studioMode:O.PH_CONNECT_STUDIO_MODE,versionCheckInterval:O.PH_CONNECT_VERSION_CHECK_INTERVAL,cliVersion:O.PH_CONNECT_CLI_VERSION,fileUploadOperationsChunkSize:O.PH_CONNECT_FILE_UPLOAD_OPERATIONS_CHUNK_SIZE,gaTrackingId:O.PH_CONNECT_GA_TRACKING_ID,defaultDrivesUrl:O.PH_CONNECT_DEFAULT_DRIVES_URL,drivesPreserveStrategy:O.PH_CONNECT_DRIVES_PRESERVE_STRATEGY,enabledEditors:O.PH_CONNECT_ENABLED_EDITORS?.split(","),disabledEditors:O.PH_CONNECT_DISABLED_EDITORS.split(","),isExternalProcessorsEnabled:O.PH_CONNECT_EXTERNAL_PROCESSORS_ENABLED,isAnalyticsEnabled:O.PH_CONNECT_ANALYTICS_ENABLED,isAnalyticsExternalProcessorsEnabled:O.PH_CONNECT_EXTERNAL_PROCESSORS_ENABLED&&O.PH_CONNECT_EXTERNAL_ANALYTICS_PROCESSORS_ENABLED,analyticsDatabaseName:O.PH_CONNECT_ANALYTICS_DATABASE_NAME,isRelationalProcessorsEnabled:O.PH_CONNECT_RELATIONAL_PROCESSORS_ENABLED,isExternalRelationalProcessorsEnabled:O.PH_CONNECT_EXTERNAL_PROCESSORS_ENABLED&&O.PH_CONNECT_EXTERNAL_RELATIONAL_PROCESSORS_ENABLED,renownUrl:O.PH_CONNECT_RENOWN_URL,renownNetworkId:O.PH_CONNECT_RENOWN_NETWORK_ID,renownChainId:O.PH_CONNECT_RENOWN_CHAIN_ID,sentryRelease:O.PH_CONNECT_SENTRY_RELEASE,sentryDsn:O.PH_CONNECT_SENTRY_DSN,sentryEnv:O.PH_CONNECT_SENTRY_ENV,isDiffAnalyticsEnabled:O.PH_CONNECT_DIFF_ANALYTICS_ENABLED,isDriveAnalyticsEnabled:O.PH_CONNECT_DRIVE_ANALYTICS_ENABLED,isPublicDrivesEnabled:O.PH_CONNECT_PUBLIC_DRIVES_ENABLED,isCloudDrivesEnabled:O.PH_CONNECT_CLOUD_DRIVES_ENABLED,isLocalDrivesEnabled:O.PH_CONNECT_LOCAL_DRIVES_ENABLED,isSentryTracingEnabled:O.PH_CONNECT_SENTRY_TRACING_ENABLED,isDocumentModelSelectionSettingsEnabled:!O.PH_CONNECT_HIDE_DOCUMENT_MODEL_SELECTION_SETTINGS,isAddDriveEnabled:!O.PH_CONNECT_DISABLE_ADD_DRIVE,isAddPublicDrivesEnabled:!O.PH_CONNECT_DISABLE_ADD_PUBLIC_DRIVES,isDeletePublicDrivesEnabled:!O.PH_CONNECT_DISABLE_DELETE_PUBLIC_DRIVES,isAddCloudDrivesEnabled:!O.PH_CONNECT_DISABLE_ADD_CLOUD_DRIVES,isDeleteCloudDrivesEnabled:!O.PH_CONNECT_DISABLE_DELETE_CLOUD_DRIVES,isAddLocalDrivesEnabled:!O.PH_CONNECT_DISABLE_ADD_LOCAL_DRIVES,isDeleteLocalDrivesEnabled:!O.PH_CONNECT_DISABLE_DELETE_LOCAL_DRIVES,isAnalyticsDatabaseWorkerEnabled:!O.PH_CONNECT_ANALYTICS_DATABASE_WORKER_DISABLED,isExternalPackagesEnabled:!O.PH_CONNECT_EXTERNAL_PACKAGES_DISABLED}}const et=jl(),Fl={isExternalControlsEnabled:et.isExternalControlsEnabled},Bl={allowedDocumentTypes:et.allowedDocumentTypes,isDragAndDropEnabled:et.isDragAndDropEnabled};Fo(O.PH_CONNECT_LOG_LEVEL);Pe.debug(`Setting log level to ${O.PH_CONNECT_LOG_LEVEL}.`);const ea=kl(O.PH_CONNECT_BASE_PATH||"/"),Vl=O.PH_CONNECT_ANALYTICS_DATABASE_NAME||`${ea.replace(/\//g,"")}:analytics`,ce={appVersion:O.PH_CONNECT_VERSION,studioMode:O.PH_CONNECT_STUDIO_MODE,warnOutdatedApp:O.PH_CONNECT_WARN_OUTDATED_APP,appVersionCheckInterval:O.PH_CONNECT_VERSION_CHECK_INTERVAL,routerBasename:ea,externalPackagesEnabled:!O.PH_CONNECT_EXTERNAL_PACKAGES_DISABLED,processors:{enabled:O.PH_CONNECT_PROCESSORS_ENABLED,externalProcessorsEnabled:O.PH_CONNECT_EXTERNAL_PROCESSORS_ENABLED},analytics:{enabled:O.PH_CONNECT_ANALYTICS_ENABLED,databaseName:Vl,useWorker:!O.PH_CONNECT_ANALYTICS_DATABASE_WORKER_DISABLED,driveAnalyticsEnabled:O.PH_CONNECT_DRIVE_ANALYTICS_ENABLED,diffProcessorEnabled:O.PH_CONNECT_DIFF_ANALYTICS_ENABLED,externalProcessorsEnabled:O.PH_CONNECT_EXTERNAL_PROCESSORS_ENABLED},relational:{enabled:O.PH_CONNECT_RELATIONAL_PROCESSORS_ENABLED,externalProcessorsEnabled:O.PH_CONNECT_EXTERNAL_RELATIONAL_PROCESSORS_ENABLED},renown:{url:O.PH_CONNECT_RENOWN_URL,networkId:O.PH_CONNECT_RENOWN_NETWORK_ID,chainId:O.PH_CONNECT_RENOWN_CHAIN_ID},sentry:{release:O.PH_CONNECT_SENTRY_RELEASE,dsn:O.PH_CONNECT_SENTRY_DSN,env:O.PH_CONNECT_SENTRY_ENV,tracing:O.PH_CONNECT_SENTRY_TRACING_ENABLED},content:{showSearchBar:O.PH_CONNECT_SEARCH_BAR_ENABLED,showDocumentModelSelectionSetting:!O.PH_CONNECT_HIDE_DOCUMENT_MODEL_SELECTION_SETTINGS,inspectorEnabled:O.PH_CONNECT_INSPECTOR_ENABLED},drives:{addDriveEnabled:!O.PH_CONNECT_DISABLE_ADD_DRIVE,preserveStrategy:O.PH_CONNECT_DRIVES_PRESERVE_STRATEGY,sections:{LOCAL:{enabled:O.PH_CONNECT_LOCAL_DRIVES_ENABLED,allowAdd:!O.PH_CONNECT_DISABLE_ADD_LOCAL_DRIVES,allowDelete:!O.PH_CONNECT_DISABLE_DELETE_LOCAL_DRIVES},CLOUD:{enabled:O.PH_CONNECT_CLOUD_DRIVES_ENABLED,allowAdd:!O.PH_CONNECT_DISABLE_ADD_CLOUD_DRIVES,allowDelete:!O.PH_CONNECT_DISABLE_DELETE_CLOUD_DRIVES},PUBLIC:{enabled:O.PH_CONNECT_PUBLIC_DRIVES_ENABLED,allowAdd:!O.PH_CONNECT_DISABLE_ADD_PUBLIC_DRIVES,allowDelete:!O.PH_CONNECT_DISABLE_DELETE_PUBLIC_DRIVES}}},gaTrackingId:O.PH_CONNECT_GA_TRACKING_ID,phCliVersion:O.PH_CONNECT_CLI_VERSION},Ul=ce.routerBasename,ta=`${Ul}:acceptedCookies`,Hr=new Set;let Wt=$l();function $l(){try{const t=localStorage.getItem(ta);return t?JSON.parse(t):{analytics:!1,marketing:!1,functional:!1}}catch{return{analytics:!1,marketing:!1,functional:!1}}}function xn(){return Wt}function zl(t){Wt=t(Wt),localStorage.setItem(ta,JSON.stringify(Wt)),Hr.forEach(e=>e())}function Kl(t){return Hr.add(t),()=>Hr.delete(t)}const Zr=()=>[g.useSyncExternalStore(Kl,xn,xn),zl];async function Qr(){try{return(await he(()=>import("./hmr-LMNkvzP7.js"),[])).hmr}catch{return}}async function eg(t){const e=await Qr();if(!e)throw new Error("HMR not available.");return new Promise(r=>{function n(o){t===o.name&&(r(),e?.off("studio:external-package-added",n))}e.on("studio:external-package-added",n),e.send("studio:add-external-package",{name:t})})}async function tg(t){const e=await Qr();if(!e)throw new Error("HMR not available.");return new Promise(r=>{function n(o){t===o.name&&(r(),e?.off("studio:external-package-removed",n))}e.on("studio:external-package-removed",n),e.send("studio:remove-external-package",{name:t})})}function Wl(){const t=g.useRef(void 0);g.useEffect(()=>{const e=async n=>{const o=window.ph?.vetraPackages||[],l=(await he(()=>import(`${n.url}?t=${n.timestamp}`),[])).default.map($o),d=[...o.filter(u=>u.id==="powerhouse/common"),...l];Xr(d)};async function r(){const n=await Qr();t.current=n,n?.on("studio:external-packages-updated",e)}return r().catch(Pe.error),()=>{t.current?.off("studio:external-packages-updated",e)}},[])}const Gl="connect";function ft(t,e){const{type:r="default",containerId:n=Gl,...o}=e||{};return Ii(t,{type:r,containerId:n,...o})}const U=t=>typeof t=="string",vt=()=>{let t,e;const r=new Promise((n,o)=>{t=n,e=o});return r.resolve=t,r.reject=e,r},Dn=t=>t==null?"":""+t,Yl=(t,e,r)=>{t.forEach(n=>{e[n]&&(r[n]=e[n])})},Jl=/###/g,On=t=>t&&t.indexOf("###")>-1?t.replace(Jl,"."):t,Ln=t=>!t||U(t),bt=(t,e,r)=>{const n=U(e)?e.split("."):e;let o=0;for(;o<n.length-1;){if(Ln(t))return{};const a=On(n[o]);!t[a]&&r&&(t[a]=new r),Object.prototype.hasOwnProperty.call(t,a)?t=t[a]:t={},++o}return Ln(t)?{}:{obj:t,k:On(n[o])}},wn=(t,e,r)=>{const{obj:n,k:o}=bt(t,e,Object);if(n!==void 0||e.length===1){n[o]=r;return}let a=e[e.length-1],i=e.slice(0,e.length-1),s=bt(t,i,Object);for(;s.obj===void 0&&i.length;)a=`${i[i.length-1]}.${a}`,i=i.slice(0,i.length-1),s=bt(t,i,Object),s?.obj&&typeof s.obj[`${s.k}.${a}`]<"u"&&(s.obj=void 0);s.obj[`${s.k}.${a}`]=r},Xl=(t,e,r,n)=>{const{obj:o,k:a}=bt(t,e,Object);o[a]=o[a]||[],o[a].push(r)},qt=(t,e)=>{const{obj:r,k:n}=bt(t,e);if(r&&Object.prototype.hasOwnProperty.call(r,n))return r[n]},ql=(t,e,r)=>{const n=qt(t,r);return n!==void 0?n:qt(e,r)},ra=(t,e,r)=>{for(const n in e)n!=="__proto__"&&n!=="constructor"&&(n in t?U(t[n])||t[n]instanceof String||U(e[n])||e[n]instanceof String?r&&(t[n]=e[n]):ra(t[n],e[n],r):t[n]=e[n]);return t},it=t=>t.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&");var Zl={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};const Ql=t=>U(t)?t.replace(/[&<>"'\/]/g,e=>Zl[e]):t;class ec{constructor(e){this.capacity=e,this.regExpMap=new Map,this.regExpQueue=[]}getRegExp(e){const r=this.regExpMap.get(e);if(r!==void 0)return r;const n=new RegExp(e);return this.regExpQueue.length===this.capacity&&this.regExpMap.delete(this.regExpQueue.shift()),this.regExpMap.set(e,n),this.regExpQueue.push(e),n}}const tc=[" ",",","?","!",";"],rc=new ec(20),nc=(t,e,r)=>{e=e||"",r=r||"";const n=tc.filter(i=>e.indexOf(i)<0&&r.indexOf(i)<0);if(n.length===0)return!0;const o=rc.getRegExp(`(${n.map(i=>i==="?"?"\\?":i).join("|")})`);let a=!o.test(t);if(!a){const i=t.indexOf(r);i>0&&!o.test(t.substring(0,i))&&(a=!0)}return a},jr=(t,e,r=".")=>{if(!t)return;if(t[e])return Object.prototype.hasOwnProperty.call(t,e)?t[e]:void 0;const n=e.split(r);let o=t;for(let a=0;a<n.length;){if(!o||typeof o!="object")return;let i,s="";for(let l=a;l<n.length;++l)if(l!==a&&(s+=r),s+=n[l],i=o[s],i!==void 0){if(["string","number","boolean"].indexOf(typeof i)>-1&&l<n.length-1)continue;a+=l-a+1;break}o=i}return o},xt=t=>t?.replace("_","-"),oc={type:"logger",log(t){this.output("log",t)},warn(t){this.output("warn",t)},error(t){this.output("error",t)},output(t,e){console?.[t]?.apply?.(console,e)}};class Zt{constructor(e,r={}){this.init(e,r)}init(e,r={}){this.prefix=r.prefix||"i18next:",this.logger=e||oc,this.options=r,this.debug=r.debug}log(...e){return this.forward(e,"log","",!0)}warn(...e){return this.forward(e,"warn","",!0)}error(...e){return this.forward(e,"error","")}deprecate(...e){return this.forward(e,"warn","WARNING DEPRECATED: ",!0)}forward(e,r,n,o){return o&&!this.debug?null:(U(e[0])&&(e[0]=`${n}${this.prefix} ${e[0]}`),this.logger[r](e))}create(e){return new Zt(this.logger,{prefix:`${this.prefix}:${e}:`,...this.options})}clone(e){return e=e||this.options,e.prefix=e.prefix||this.prefix,new Zt(this.logger,e)}}var xe=new Zt;class ar{constructor(){this.observers={}}on(e,r){return e.split(" ").forEach(n=>{this.observers[n]||(this.observers[n]=new Map);const o=this.observers[n].get(r)||0;this.observers[n].set(r,o+1)}),this}off(e,r){if(this.observers[e]){if(!r){delete this.observers[e];return}this.observers[e].delete(r)}}emit(e,...r){this.observers[e]&&Array.from(this.observers[e].entries()).forEach(([o,a])=>{for(let i=0;i<a;i++)o(...r)}),this.observers["*"]&&Array.from(this.observers["*"].entries()).forEach(([o,a])=>{for(let i=0;i<a;i++)o.apply(o,[e,...r])})}}class Pn extends ar{constructor(e,r={ns:["translation"],defaultNS:"translation"}){super(),this.data=e||{},this.options=r,this.options.keySeparator===void 0&&(this.options.keySeparator="."),this.options.ignoreJSONStructure===void 0&&(this.options.ignoreJSONStructure=!0)}addNamespaces(e){this.options.ns.indexOf(e)<0&&this.options.ns.push(e)}removeNamespaces(e){const r=this.options.ns.indexOf(e);r>-1&&this.options.ns.splice(r,1)}getResource(e,r,n,o={}){const a=o.keySeparator!==void 0?o.keySeparator:this.options.keySeparator,i=o.ignoreJSONStructure!==void 0?o.ignoreJSONStructure:this.options.ignoreJSONStructure;let s;e.indexOf(".")>-1?s=e.split("."):(s=[e,r],n&&(Array.isArray(n)?s.push(...n):U(n)&&a?s.push(...n.split(a)):s.push(n)));const l=qt(this.data,s);return!l&&!r&&!n&&e.indexOf(".")>-1&&(e=s[0],r=s[1],n=s.slice(2).join(".")),l||!i||!U(n)?l:jr(this.data?.[e]?.[r],n,a)}addResource(e,r,n,o,a={silent:!1}){const i=a.keySeparator!==void 0?a.keySeparator:this.options.keySeparator;let s=[e,r];n&&(s=s.concat(i?n.split(i):n)),e.indexOf(".")>-1&&(s=e.split("."),o=r,r=s[1]),this.addNamespaces(r),wn(this.data,s,o),a.silent||this.emit("added",e,r,n,o)}addResources(e,r,n,o={silent:!1}){for(const a in n)(U(n[a])||Array.isArray(n[a]))&&this.addResource(e,r,a,n[a],{silent:!0});o.silent||this.emit("added",e,r,n)}addResourceBundle(e,r,n,o,a,i={silent:!1,skipCopy:!1}){let s=[e,r];e.indexOf(".")>-1&&(s=e.split("."),o=n,n=r,r=s[1]),this.addNamespaces(r);let l=qt(this.data,s)||{};i.skipCopy||(n=JSON.parse(JSON.stringify(n))),o?ra(l,n,a):l={...l,...n},wn(this.data,s,l),i.silent||this.emit("added",e,r,n)}removeResourceBundle(e,r){this.hasResourceBundle(e,r)&&delete this.data[e][r],this.removeNamespaces(r),this.emit("removed",e,r)}hasResourceBundle(e,r){return this.getResource(e,r)!==void 0}getResourceBundle(e,r){return r||(r=this.options.defaultNS),this.getResource(e,r)}getDataByLanguage(e){return this.data[e]}hasLanguageSomeTranslations(e){const r=this.getDataByLanguage(e);return!!(r&&Object.keys(r)||[]).find(o=>r[o]&&Object.keys(r[o]).length>0)}toJSON(){return this.data}}var na={processors:{},addPostProcessor(t){this.processors[t.name]=t},handle(t,e,r,n,o){return t.forEach(a=>{e=this.processors[a]?.process(e,r,n,o)??e}),e}};const oa=Symbol("i18next/PATH_KEY");function ac(){const t=[],e=Object.create(null);let r;return e.get=(n,o)=>(r?.revoke?.(),o===oa?t:(t.push(o),r=Proxy.revocable(n,e),r.proxy)),Proxy.revocable(Object.create(null),e).proxy}function Qt(t,e){const{[oa]:r}=t(ac());return r.join(e?.keySeparator??".")}const An={},Er=t=>!U(t)&&typeof t!="boolean"&&typeof t!="number";class er extends ar{constructor(e,r={}){super(),Yl(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],e,this),this.options=r,this.options.keySeparator===void 0&&(this.options.keySeparator="."),this.logger=xe.create("translator")}changeLanguage(e){e&&(this.language=e)}exists(e,r={interpolation:{}}){const n={...r};if(e==null)return!1;const o=this.resolve(e,n);if(o?.res===void 0)return!1;const a=Er(o.res);return!(n.returnObjects===!1&&a)}extractFromKey(e,r){let n=r.nsSeparator!==void 0?r.nsSeparator:this.options.nsSeparator;n===void 0&&(n=":");const o=r.keySeparator!==void 0?r.keySeparator:this.options.keySeparator;let a=r.ns||this.options.defaultNS||[];const i=n&&e.indexOf(n)>-1,s=!this.options.userDefinedKeySeparator&&!r.keySeparator&&!this.options.userDefinedNsSeparator&&!r.nsSeparator&&!nc(e,n,o);if(i&&!s){const l=e.match(this.interpolator.nestingRegexp);if(l&&l.length>0)return{key:e,namespaces:U(a)?[a]:a};const c=e.split(n);(n!==o||n===o&&this.options.ns.indexOf(c[0])>-1)&&(a=c.shift()),e=c.join(o)}return{key:e,namespaces:U(a)?[a]:a}}translate(e,r,n){let o=typeof r=="object"?{...r}:r;if(typeof o!="object"&&this.options.overloadTranslationOptionHandler&&(o=this.options.overloadTranslationOptionHandler(arguments)),typeof o=="object"&&(o={...o}),o||(o={}),e==null)return"";typeof e=="function"&&(e=Qt(e,{...this.options,...o})),Array.isArray(e)||(e=[String(e)]);const a=o.returnDetails!==void 0?o.returnDetails:this.options.returnDetails,i=o.keySeparator!==void 0?o.keySeparator:this.options.keySeparator,{key:s,namespaces:l}=this.extractFromKey(e[e.length-1],o),c=l[l.length-1];let d=o.nsSeparator!==void 0?o.nsSeparator:this.options.nsSeparator;d===void 0&&(d=":");const u=o.lng||this.language,f=o.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(u?.toLowerCase()==="cimode")return f?a?{res:`${c}${d}${s}`,usedKey:s,exactUsedKey:s,usedLng:u,usedNS:c,usedParams:this.getUsedParamsDetails(o)}:`${c}${d}${s}`:a?{res:s,usedKey:s,exactUsedKey:s,usedLng:u,usedNS:c,usedParams:this.getUsedParamsDetails(o)}:s;const h=this.resolve(e,o);let m=h?.res;const _=h?.usedKey||s,N=h?.exactUsedKey||s,C=["[object Number]","[object Function]","[object RegExp]"],b=o.joinArrays!==void 0?o.joinArrays:this.options.joinArrays,T=!this.i18nFormat||this.i18nFormat.handleAsObject,x=o.count!==void 0&&!U(o.count),w=er.hasDefaultValue(o),P=x?this.pluralResolver.getSuffix(u,o.count,o):"",E=o.ordinal&&x?this.pluralResolver.getSuffix(u,o.count,{ordinal:!1}):"",R=x&&!o.ordinal&&o.count===0,j=R&&o[`defaultValue${this.options.pluralSeparator}zero`]||o[`defaultValue${P}`]||o[`defaultValue${E}`]||o.defaultValue;let M=m;T&&!m&&w&&(M=j);const K=Er(M),B=Object.prototype.toString.apply(M);if(T&&M&&K&&C.indexOf(B)<0&&!(U(b)&&Array.isArray(M))){if(!o.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");const W=this.options.returnedObjectHandler?this.options.returnedObjectHandler(_,M,{...o,ns:l}):`key '${s} (${this.language})' returned an object instead of string.`;return a?(h.res=W,h.usedParams=this.getUsedParamsDetails(o),h):W}if(i){const W=Array.isArray(M),Y=W?[]:{},ge=W?N:_;for(const ue in M)if(Object.prototype.hasOwnProperty.call(M,ue)){const X=`${ge}${i}${ue}`;w&&!m?Y[ue]=this.translate(X,{...o,defaultValue:Er(j)?j[ue]:void 0,joinArrays:!1,ns:l}):Y[ue]=this.translate(X,{...o,joinArrays:!1,ns:l}),Y[ue]===X&&(Y[ue]=M[ue])}m=Y}}else if(T&&U(b)&&Array.isArray(m))m=m.join(b),m&&(m=this.extendTranslation(m,e,o,n));else{let W=!1,Y=!1;!this.isValidLookup(m)&&w&&(W=!0,m=j),this.isValidLookup(m)||(Y=!0,m=s);const ue=(o.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&Y?void 0:m,X=w&&j!==m&&this.options.updateMissing;if(Y||W||X){if(this.logger.log(X?"updateKey":"missingKey",u,c,s,X?j:m),i){const ie=this.resolve(s,{...o,keySeparator:!1});ie&&ie.res&&this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.")}let ee=[];const De=this.languageUtils.getFallbackCodes(this.options.fallbackLng,o.lng||this.language);if(this.options.saveMissingTo==="fallback"&&De&&De[0])for(let ie=0;ie<De.length;ie++)ee.push(De[ie]);else this.options.saveMissingTo==="all"?ee=this.languageUtils.toResolveHierarchy(o.lng||this.language):ee.push(o.lng||this.language);const Te=(ie,de,ye)=>{const Ie=w&&ye!==m?ye:ue;this.options.missingKeyHandler?this.options.missingKeyHandler(ie,c,de,Ie,X,o):this.backendConnector?.saveMissing&&this.backendConnector.saveMissing(ie,c,de,Ie,X,o),this.emit("missingKey",ie,c,de,m)};this.options.saveMissing&&(this.options.saveMissingPlurals&&x?ee.forEach(ie=>{const de=this.pluralResolver.getSuffixes(ie,o);R&&o[`defaultValue${this.options.pluralSeparator}zero`]&&de.indexOf(`${this.options.pluralSeparator}zero`)<0&&de.push(`${this.options.pluralSeparator}zero`),de.forEach(ye=>{Te([ie],s+ye,o[`defaultValue${ye}`]||j)})}):Te(ee,s,j))}m=this.extendTranslation(m,e,o,h,n),Y&&m===s&&this.options.appendNamespaceToMissingKey&&(m=`${c}${d}${s}`),(Y||W)&&this.options.parseMissingKeyHandler&&(m=this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?`${c}${d}${s}`:s,W?m:void 0,o))}return a?(h.res=m,h.usedParams=this.getUsedParamsDetails(o),h):m}extendTranslation(e,r,n,o,a){if(this.i18nFormat?.parse)e=this.i18nFormat.parse(e,{...this.options.interpolation.defaultVariables,...n},n.lng||this.language||o.usedLng,o.usedNS,o.usedKey,{resolved:o});else if(!n.skipInterpolation){n.interpolation&&this.interpolator.init({...n,interpolation:{...this.options.interpolation,...n.interpolation}});const l=U(e)&&(n?.interpolation?.skipOnVariables!==void 0?n.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables);let c;if(l){const u=e.match(this.interpolator.nestingRegexp);c=u&&u.length}let d=n.replace&&!U(n.replace)?n.replace:n;if(this.options.interpolation.defaultVariables&&(d={...this.options.interpolation.defaultVariables,...d}),e=this.interpolator.interpolate(e,d,n.lng||this.language||o.usedLng,n),l){const u=e.match(this.interpolator.nestingRegexp),f=u&&u.length;c<f&&(n.nest=!1)}!n.lng&&o&&o.res&&(n.lng=this.language||o.usedLng),n.nest!==!1&&(e=this.interpolator.nest(e,(...u)=>a?.[0]===u[0]&&!n.context?(this.logger.warn(`It seems you are nesting recursively key: ${u[0]} in key: ${r[0]}`),null):this.translate(...u,r),n)),n.interpolation&&this.interpolator.reset()}const i=n.postProcess||this.options.postProcess,s=U(i)?[i]:i;return e!=null&&s?.length&&n.applyPostProcessor!==!1&&(e=na.handle(s,e,r,this.options&&this.options.postProcessPassResolved?{i18nResolved:{...o,usedParams:this.getUsedParamsDetails(n)},...n}:n,this)),e}resolve(e,r={}){let n,o,a,i,s;return U(e)&&(e=[e]),e.forEach(l=>{if(this.isValidLookup(n))return;const c=this.extractFromKey(l,r),d=c.key;o=d;let u=c.namespaces;this.options.fallbackNS&&(u=u.concat(this.options.fallbackNS));const f=r.count!==void 0&&!U(r.count),h=f&&!r.ordinal&&r.count===0,m=r.context!==void 0&&(U(r.context)||typeof r.context=="number")&&r.context!=="",_=r.lngs?r.lngs:this.languageUtils.toResolveHierarchy(r.lng||this.language,r.fallbackLng);u.forEach(N=>{this.isValidLookup(n)||(s=N,!An[`${_[0]}-${N}`]&&this.utils?.hasLoadedNamespace&&!this.utils?.hasLoadedNamespace(s)&&(An[`${_[0]}-${N}`]=!0,this.logger.warn(`key "${o}" for languages "${_.join(", ")}" won't get resolved as namespace "${s}" was not yet loaded`,"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")),_.forEach(C=>{if(this.isValidLookup(n))return;i=C;const b=[d];if(this.i18nFormat?.addLookupKeys)this.i18nFormat.addLookupKeys(b,d,C,N,r);else{let x;f&&(x=this.pluralResolver.getSuffix(C,r.count,r));const w=`${this.options.pluralSeparator}zero`,P=`${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;if(f&&(r.ordinal&&x.indexOf(P)===0&&b.push(d+x.replace(P,this.options.pluralSeparator)),b.push(d+x),h&&b.push(d+w)),m){const E=`${d}${this.options.contextSeparator||"_"}${r.context}`;b.push(E),f&&(r.ordinal&&x.indexOf(P)===0&&b.push(E+x.replace(P,this.options.pluralSeparator)),b.push(E+x),h&&b.push(E+w))}}let T;for(;T=b.pop();)this.isValidLookup(n)||(a=T,n=this.getResource(C,N,T,r))}))})}),{res:n,usedKey:o,exactUsedKey:a,usedLng:i,usedNS:s}}isValidLookup(e){return e!==void 0&&!(!this.options.returnNull&&e===null)&&!(!this.options.returnEmptyString&&e==="")}getResource(e,r,n,o={}){return this.i18nFormat?.getResource?this.i18nFormat.getResource(e,r,n,o):this.resourceStore.getResource(e,r,n,o)}getUsedParamsDetails(e={}){const r=["defaultValue","ordinal","context","replace","lng","lngs","fallbackLng","ns","keySeparator","nsSeparator","returnObjects","returnDetails","joinArrays","postProcess","interpolation"],n=e.replace&&!U(e.replace);let o=n?e.replace:e;if(n&&typeof e.count<"u"&&(o.count=e.count),this.options.interpolation.defaultVariables&&(o={...this.options.interpolation.defaultVariables,...o}),!n){o={...o};for(const a of r)delete o[a]}return o}static hasDefaultValue(e){const r="defaultValue";for(const n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&r===n.substring(0,r.length)&&e[n]!==void 0)return!0;return!1}}class Tn{constructor(e){this.options=e,this.supportedLngs=this.options.supportedLngs||!1,this.logger=xe.create("languageUtils")}getScriptPartFromCode(e){if(e=xt(e),!e||e.indexOf("-")<0)return null;const r=e.split("-");return r.length===2||(r.pop(),r[r.length-1].toLowerCase()==="x")?null:this.formatLanguageCode(r.join("-"))}getLanguagePartFromCode(e){if(e=xt(e),!e||e.indexOf("-")<0)return e;const r=e.split("-");return this.formatLanguageCode(r[0])}formatLanguageCode(e){if(U(e)&&e.indexOf("-")>-1){let r;try{r=Intl.getCanonicalLocales(e)[0]}catch{}return r&&this.options.lowerCaseLng&&(r=r.toLowerCase()),r||(this.options.lowerCaseLng?e.toLowerCase():e)}return this.options.cleanCode||this.options.lowerCaseLng?e.toLowerCase():e}isSupportedCode(e){return(this.options.load==="languageOnly"||this.options.nonExplicitSupportedLngs)&&(e=this.getLanguagePartFromCode(e)),!this.supportedLngs||!this.supportedLngs.length||this.supportedLngs.indexOf(e)>-1}getBestMatchFromCodes(e){if(!e)return null;let r;return e.forEach(n=>{if(r)return;const o=this.formatLanguageCode(n);(!this.options.supportedLngs||this.isSupportedCode(o))&&(r=o)}),!r&&this.options.supportedLngs&&e.forEach(n=>{if(r)return;const o=this.getScriptPartFromCode(n);if(this.isSupportedCode(o))return r=o;const a=this.getLanguagePartFromCode(n);if(this.isSupportedCode(a))return r=a;r=this.options.supportedLngs.find(i=>{if(i===a)return i;if(!(i.indexOf("-")<0&&a.indexOf("-")<0)&&(i.indexOf("-")>0&&a.indexOf("-")<0&&i.substring(0,i.indexOf("-"))===a||i.indexOf(a)===0&&a.length>1))return i})}),r||(r=this.getFallbackCodes(this.options.fallbackLng)[0]),r}getFallbackCodes(e,r){if(!e)return[];if(typeof e=="function"&&(e=e(r)),U(e)&&(e=[e]),Array.isArray(e))return e;if(!r)return e.default||[];let n=e[r];return n||(n=e[this.getScriptPartFromCode(r)]),n||(n=e[this.formatLanguageCode(r)]),n||(n=e[this.getLanguagePartFromCode(r)]),n||(n=e.default),n||[]}toResolveHierarchy(e,r){const n=this.getFallbackCodes((r===!1?[]:r)||this.options.fallbackLng||[],e),o=[],a=i=>{i&&(this.isSupportedCode(i)?o.push(i):this.logger.warn(`rejecting language code not found in supportedLngs: ${i}`))};return U(e)&&(e.indexOf("-")>-1||e.indexOf("_")>-1)?(this.options.load!=="languageOnly"&&a(this.formatLanguageCode(e)),this.options.load!=="languageOnly"&&this.options.load!=="currentOnly"&&a(this.getScriptPartFromCode(e)),this.options.load!=="currentOnly"&&a(this.getLanguagePartFromCode(e))):U(e)&&a(this.formatLanguageCode(e)),n.forEach(i=>{o.indexOf(i)<0&&a(this.formatLanguageCode(i))}),o}}const In={zero:0,one:1,two:2,few:3,many:4,other:5},kn={select:t=>t===1?"one":"other",resolvedOptions:()=>({pluralCategories:["one","other"]})};class ic{constructor(e,r={}){this.languageUtils=e,this.options=r,this.logger=xe.create("pluralResolver"),this.pluralRulesCache={}}addRule(e,r){this.rules[e]=r}clearCache(){this.pluralRulesCache={}}getRule(e,r={}){const n=xt(e==="dev"?"en":e),o=r.ordinal?"ordinal":"cardinal",a=JSON.stringify({cleanedCode:n,type:o});if(a in this.pluralRulesCache)return this.pluralRulesCache[a];let i;try{i=new Intl.PluralRules(n,{type:o})}catch{if(!Intl)return this.logger.error("No Intl support, please use an Intl polyfill!"),kn;if(!e.match(/-|_/))return kn;const l=this.languageUtils.getLanguagePartFromCode(e);i=this.getRule(l,r)}return this.pluralRulesCache[a]=i,i}needsPlural(e,r={}){let n=this.getRule(e,r);return n||(n=this.getRule("dev",r)),n?.resolvedOptions().pluralCategories.length>1}getPluralFormsOfKey(e,r,n={}){return this.getSuffixes(e,n).map(o=>`${r}${o}`)}getSuffixes(e,r={}){let n=this.getRule(e,r);return n||(n=this.getRule("dev",r)),n?n.resolvedOptions().pluralCategories.sort((o,a)=>In[o]-In[a]).map(o=>`${this.options.prepend}${r.ordinal?`ordinal${this.options.prepend}`:""}${o}`):[]}getSuffix(e,r,n={}){const o=this.getRule(e,n);return o?`${this.options.prepend}${n.ordinal?`ordinal${this.options.prepend}`:""}${o.select(r)}`:(this.logger.warn(`no plural rule found for: ${e}`),this.getSuffix("dev",r,n))}}const Mn=(t,e,r,n=".",o=!0)=>{let a=ql(t,e,r);return!a&&o&&U(r)&&(a=jr(t,r,n),a===void 0&&(a=jr(e,r,n))),a},vr=t=>t.replace(/\$/g,"$$$$");class sc{constructor(e={}){this.logger=xe.create("interpolator"),this.options=e,this.format=e?.interpolation?.format||(r=>r),this.init(e)}init(e={}){e.interpolation||(e.interpolation={escapeValue:!0});const{escape:r,escapeValue:n,useRawValueToEscape:o,prefix:a,prefixEscaped:i,suffix:s,suffixEscaped:l,formatSeparator:c,unescapeSuffix:d,unescapePrefix:u,nestingPrefix:f,nestingPrefixEscaped:h,nestingSuffix:m,nestingSuffixEscaped:_,nestingOptionsSeparator:N,maxReplaces:C,alwaysFormat:b}=e.interpolation;this.escape=r!==void 0?r:Ql,this.escapeValue=n!==void 0?n:!0,this.useRawValueToEscape=o!==void 0?o:!1,this.prefix=a?it(a):i||"{{",this.suffix=s?it(s):l||"}}",this.formatSeparator=c||",",this.unescapePrefix=d?"":u||"-",this.unescapeSuffix=this.unescapePrefix?"":d||"",this.nestingPrefix=f?it(f):h||it("$t("),this.nestingSuffix=m?it(m):_||it(")"),this.nestingOptionsSeparator=N||",",this.maxReplaces=C||1e3,this.alwaysFormat=b!==void 0?b:!1,this.resetRegExp()}reset(){this.options&&this.init(this.options)}resetRegExp(){const e=(r,n)=>r?.source===n?(r.lastIndex=0,r):new RegExp(n,"g");this.regexp=e(this.regexp,`${this.prefix}(.+?)${this.suffix}`),this.regexpUnescape=e(this.regexpUnescape,`${this.prefix}${this.unescapePrefix}(.+?)${this.unescapeSuffix}${this.suffix}`),this.nestingRegexp=e(this.nestingRegexp,`${this.nestingPrefix}((?:[^()"']+|"[^"]*"|'[^']*'|\\((?:[^()]|"[^"]*"|'[^']*')*\\))*?)${this.nestingSuffix}`)}interpolate(e,r,n,o){let a,i,s;const l=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{},c=h=>{if(h.indexOf(this.formatSeparator)<0){const C=Mn(r,l,h,this.options.keySeparator,this.options.ignoreJSONStructure);return this.alwaysFormat?this.format(C,void 0,n,{...o,...r,interpolationkey:h}):C}const m=h.split(this.formatSeparator),_=m.shift().trim(),N=m.join(this.formatSeparator).trim();return this.format(Mn(r,l,_,this.options.keySeparator,this.options.ignoreJSONStructure),N,n,{...o,...r,interpolationkey:_})};this.resetRegExp();const d=o?.missingInterpolationHandler||this.options.missingInterpolationHandler,u=o?.interpolation?.skipOnVariables!==void 0?o.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables;return[{regex:this.regexpUnescape,safeValue:h=>vr(h)},{regex:this.regexp,safeValue:h=>this.escapeValue?vr(this.escape(h)):vr(h)}].forEach(h=>{for(s=0;a=h.regex.exec(e);){const m=a[1].trim();if(i=c(m),i===void 0)if(typeof d=="function"){const N=d(e,a,o);i=U(N)?N:""}else if(o&&Object.prototype.hasOwnProperty.call(o,m))i="";else if(u){i=a[0];continue}else this.logger.warn(`missed to pass in variable ${m} for interpolating ${e}`),i="";else!U(i)&&!this.useRawValueToEscape&&(i=Dn(i));const _=h.safeValue(i);if(e=e.replace(a[0],_),u?(h.regex.lastIndex+=i.length,h.regex.lastIndex-=a[0].length):h.regex.lastIndex=0,s++,s>=this.maxReplaces)break}}),e}nest(e,r,n={}){let o,a,i;const s=(l,c)=>{const d=this.nestingOptionsSeparator;if(l.indexOf(d)<0)return l;const u=l.split(new RegExp(`${d}[ ]*{`));let f=`{${u[1]}`;l=u[0],f=this.interpolate(f,i);const h=f.match(/'/g),m=f.match(/"/g);((h?.length??0)%2===0&&!m||m.length%2!==0)&&(f=f.replace(/'/g,'"'));try{i=JSON.parse(f),c&&(i={...c,...i})}catch(_){return this.logger.warn(`failed parsing options string in nesting for key ${l}`,_),`${l}${d}${f}`}return i.defaultValue&&i.defaultValue.indexOf(this.prefix)>-1&&delete i.defaultValue,l};for(;o=this.nestingRegexp.exec(e);){let l=[];i={...n},i=i.replace&&!U(i.replace)?i.replace:i,i.applyPostProcessor=!1,delete i.defaultValue;const c=/{.*}/.test(o[1])?o[1].lastIndexOf("}")+1:o[1].indexOf(this.formatSeparator);if(c!==-1&&(l=o[1].slice(c).split(this.formatSeparator).map(d=>d.trim()).filter(Boolean),o[1]=o[1].slice(0,c)),a=r(s.call(this,o[1].trim(),i),i),a&&o[0]===e&&!U(a))return a;U(a)||(a=Dn(a)),a||(this.logger.warn(`missed to resolve ${o[1]} for nesting ${e}`),a=""),l.length&&(a=l.reduce((d,u)=>this.format(d,u,n.lng,{...n,interpolationkey:o[1].trim()}),a.trim())),e=e.replace(o[0],a),this.regexp.lastIndex=0}return e}}const lc=t=>{let e=t.toLowerCase().trim();const r={};if(t.indexOf("(")>-1){const n=t.split("(");e=n[0].toLowerCase().trim();const o=n[1].substring(0,n[1].length-1);e==="currency"&&o.indexOf(":")<0?r.currency||(r.currency=o.trim()):e==="relativetime"&&o.indexOf(":")<0?r.range||(r.range=o.trim()):o.split(";").forEach(i=>{if(i){const[s,...l]=i.split(":"),c=l.join(":").trim().replace(/^'+|'+$/g,""),d=s.trim();r[d]||(r[d]=c),c==="false"&&(r[d]=!1),c==="true"&&(r[d]=!0),isNaN(c)||(r[d]=parseInt(c,10))}})}return{formatName:e,formatOptions:r}},Hn=t=>{const e={};return(r,n,o)=>{let a=o;o&&o.interpolationkey&&o.formatParams&&o.formatParams[o.interpolationkey]&&o[o.interpolationkey]&&(a={...a,[o.interpolationkey]:void 0});const i=n+JSON.stringify(a);let s=e[i];return s||(s=t(xt(n),o),e[i]=s),s(r)}},cc=t=>(e,r,n)=>t(xt(r),n)(e);class uc{constructor(e={}){this.logger=xe.create("formatter"),this.options=e,this.init(e)}init(e,r={interpolation:{}}){this.formatSeparator=r.interpolation.formatSeparator||",";const n=r.cacheInBuiltFormats?Hn:cc;this.formats={number:n((o,a)=>{const i=new Intl.NumberFormat(o,{...a});return s=>i.format(s)}),currency:n((o,a)=>{const i=new Intl.NumberFormat(o,{...a,style:"currency"});return s=>i.format(s)}),datetime:n((o,a)=>{const i=new Intl.DateTimeFormat(o,{...a});return s=>i.format(s)}),relativetime:n((o,a)=>{const i=new Intl.RelativeTimeFormat(o,{...a});return s=>i.format(s,a.range||"day")}),list:n((o,a)=>{const i=new Intl.ListFormat(o,{...a});return s=>i.format(s)})}}add(e,r){this.formats[e.toLowerCase().trim()]=r}addCached(e,r){this.formats[e.toLowerCase().trim()]=Hn(r)}format(e,r,n,o={}){const a=r.split(this.formatSeparator);if(a.length>1&&a[0].indexOf("(")>1&&a[0].indexOf(")")<0&&a.find(s=>s.indexOf(")")>-1)){const s=a.findIndex(l=>l.indexOf(")")>-1);a[0]=[a[0],...a.splice(1,s)].join(this.formatSeparator)}return a.reduce((s,l)=>{const{formatName:c,formatOptions:d}=lc(l);if(this.formats[c]){let u=s;try{const f=o?.formatParams?.[o.interpolationkey]||{},h=f.locale||f.lng||o.locale||o.lng||n;u=this.formats[c](s,h,{...d,...o,...f})}catch(f){this.logger.warn(f)}return u}else this.logger.warn(`there was no format function for ${c}`);return s},e)}}const dc=(t,e)=>{t.pending[e]!==void 0&&(delete t.pending[e],t.pendingCount--)};class fc extends ar{constructor(e,r,n,o={}){super(),this.backend=e,this.store=r,this.services=n,this.languageUtils=n.languageUtils,this.options=o,this.logger=xe.create("backendConnector"),this.waitingReads=[],this.maxParallelReads=o.maxParallelReads||10,this.readingCalls=0,this.maxRetries=o.maxRetries>=0?o.maxRetries:5,this.retryTimeout=o.retryTimeout>=1?o.retryTimeout:350,this.state={},this.queue=[],this.backend?.init?.(n,o.backend,o)}queueLoad(e,r,n,o){const a={},i={},s={},l={};return e.forEach(c=>{let d=!0;r.forEach(u=>{const f=`${c}|${u}`;!n.reload&&this.store.hasResourceBundle(c,u)?this.state[f]=2:this.state[f]<0||(this.state[f]===1?i[f]===void 0&&(i[f]=!0):(this.state[f]=1,d=!1,i[f]===void 0&&(i[f]=!0),a[f]===void 0&&(a[f]=!0),l[u]===void 0&&(l[u]=!0)))}),d||(s[c]=!0)}),(Object.keys(a).length||Object.keys(i).length)&&this.queue.push({pending:i,pendingCount:Object.keys(i).length,loaded:{},errors:[],callback:o}),{toLoad:Object.keys(a),pending:Object.keys(i),toLoadLanguages:Object.keys(s),toLoadNamespaces:Object.keys(l)}}loaded(e,r,n){const o=e.split("|"),a=o[0],i=o[1];r&&this.emit("failedLoading",a,i,r),!r&&n&&this.store.addResourceBundle(a,i,n,void 0,void 0,{skipCopy:!0}),this.state[e]=r?-1:2,r&&n&&(this.state[e]=0);const s={};this.queue.forEach(l=>{Xl(l.loaded,[a],i),dc(l,e),r&&l.errors.push(r),l.pendingCount===0&&!l.done&&(Object.keys(l.loaded).forEach(c=>{s[c]||(s[c]={});const d=l.loaded[c];d.length&&d.forEach(u=>{s[c][u]===void 0&&(s[c][u]=!0)})}),l.done=!0,l.errors.length?l.callback(l.errors):l.callback())}),this.emit("loaded",s),this.queue=this.queue.filter(l=>!l.done)}read(e,r,n,o=0,a=this.retryTimeout,i){if(!e.length)return i(null,{});if(this.readingCalls>=this.maxParallelReads){this.waitingReads.push({lng:e,ns:r,fcName:n,tried:o,wait:a,callback:i});return}this.readingCalls++;const s=(c,d)=>{if(this.readingCalls--,this.waitingReads.length>0){const u=this.waitingReads.shift();this.read(u.lng,u.ns,u.fcName,u.tried,u.wait,u.callback)}if(c&&d&&o<this.maxRetries){setTimeout(()=>{this.read.call(this,e,r,n,o+1,a*2,i)},a);return}i(c,d)},l=this.backend[n].bind(this.backend);if(l.length===2){try{const c=l(e,r);c&&typeof c.then=="function"?c.then(d=>s(null,d)).catch(s):s(null,c)}catch(c){s(c)}return}return l(e,r,s)}prepareLoading(e,r,n={},o){if(!this.backend)return this.logger.warn("No backend was added via i18next.use. Will not load resources."),o&&o();U(e)&&(e=this.languageUtils.toResolveHierarchy(e)),U(r)&&(r=[r]);const a=this.queueLoad(e,r,n,o);if(!a.toLoad.length)return a.pending.length||o(),null;a.toLoad.forEach(i=>{this.loadOne(i)})}load(e,r,n){this.prepareLoading(e,r,{},n)}reload(e,r,n){this.prepareLoading(e,r,{reload:!0},n)}loadOne(e,r=""){const n=e.split("|"),o=n[0],a=n[1];this.read(o,a,"read",void 0,void 0,(i,s)=>{i&&this.logger.warn(`${r}loading namespace ${a} for language ${o} failed`,i),!i&&s&&this.logger.log(`${r}loaded namespace ${a} for language ${o}`,s),this.loaded(e,i,s)})}saveMissing(e,r,n,o,a,i={},s=()=>{}){if(this.services?.utils?.hasLoadedNamespace&&!this.services?.utils?.hasLoadedNamespace(r)){this.logger.warn(`did not save key "${n}" as the namespace "${r}" was not yet loaded`,"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!");return}if(!(n==null||n==="")){if(this.backend?.create){const l={...i,isUpdate:a},c=this.backend.create.bind(this.backend);if(c.length<6)try{let d;c.length===5?d=c(e,r,n,o,l):d=c(e,r,n,o),d&&typeof d.then=="function"?d.then(u=>s(null,u)).catch(s):s(null,d)}catch(d){s(d)}else c(e,r,n,o,s,l)}!e||!e[0]||this.store.addResource(e[0],r,n,o)}}}const jn=()=>({debug:!1,initAsync:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,supportedLngs:!1,nonExplicitSupportedLngs:!1,load:"all",preload:!1,simplifyPluralSuffix:!0,keySeparator:".",nsSeparator:":",pluralSeparator:"_",contextSeparator:"_",partialBundledLanguages:!1,saveMissing:!1,updateMissing:!1,saveMissingTo:"fallback",saveMissingPlurals:!0,missingKeyHandler:!1,missingInterpolationHandler:!1,postProcess:!1,postProcessPassResolved:!1,returnNull:!1,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:t=>{let e={};if(typeof t[1]=="object"&&(e=t[1]),U(t[1])&&(e.defaultValue=t[1]),U(t[2])&&(e.tDescription=t[2]),typeof t[2]=="object"||typeof t[3]=="object"){const r=t[3]||t[2];Object.keys(r).forEach(n=>{e[n]=r[n]})}return e},interpolation:{escapeValue:!0,format:t=>t,prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0},cacheInBuiltFormats:!0}),Fn=t=>(U(t.ns)&&(t.ns=[t.ns]),U(t.fallbackLng)&&(t.fallbackLng=[t.fallbackLng]),U(t.fallbackNS)&&(t.fallbackNS=[t.fallbackNS]),t.supportedLngs?.indexOf?.("cimode")<0&&(t.supportedLngs=t.supportedLngs.concat(["cimode"])),typeof t.initImmediate=="boolean"&&(t.initAsync=t.initImmediate),t),$t=()=>{},hc=t=>{Object.getOwnPropertyNames(Object.getPrototypeOf(t)).forEach(r=>{typeof t[r]=="function"&&(t[r]=t[r].bind(t))})};class Dt extends ar{constructor(e={},r){if(super(),this.options=Fn(e),this.services={},this.logger=xe,this.modules={external:[]},hc(this),r&&!this.isInitialized&&!e.isClone){if(!this.options.initAsync)return this.init(e,r),this;setTimeout(()=>{this.init(e,r)},0)}}init(e={},r){this.isInitializing=!0,typeof e=="function"&&(r=e,e={}),e.defaultNS==null&&e.ns&&(U(e.ns)?e.defaultNS=e.ns:e.ns.indexOf("translation")<0&&(e.defaultNS=e.ns[0]));const n=jn();this.options={...n,...this.options,...Fn(e)},this.options.interpolation={...n.interpolation,...this.options.interpolation},e.keySeparator!==void 0&&(this.options.userDefinedKeySeparator=e.keySeparator),e.nsSeparator!==void 0&&(this.options.userDefinedNsSeparator=e.nsSeparator);const o=c=>c?typeof c=="function"?new c:c:null;if(!this.options.isClone){this.modules.logger?xe.init(o(this.modules.logger),this.options):xe.init(null,this.options);let c;this.modules.formatter?c=this.modules.formatter:c=uc;const d=new Tn(this.options);this.store=new Pn(this.options.resources,this.options);const u=this.services;u.logger=xe,u.resourceStore=this.store,u.languageUtils=d,u.pluralResolver=new ic(d,{prepend:this.options.pluralSeparator,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),this.options.interpolation.format&&this.options.interpolation.format!==n.interpolation.format&&this.logger.deprecate("init: you are still using the legacy format function, please use the new approach: https://www.i18next.com/translation-function/formatting"),c&&(!this.options.interpolation.format||this.options.interpolation.format===n.interpolation.format)&&(u.formatter=o(c),u.formatter.init&&u.formatter.init(u,this.options),this.options.interpolation.format=u.formatter.format.bind(u.formatter)),u.interpolator=new sc(this.options),u.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},u.backendConnector=new fc(o(this.modules.backend),u.resourceStore,u,this.options),u.backendConnector.on("*",(h,...m)=>{this.emit(h,...m)}),this.modules.languageDetector&&(u.languageDetector=o(this.modules.languageDetector),u.languageDetector.init&&u.languageDetector.init(u,this.options.detection,this.options)),this.modules.i18nFormat&&(u.i18nFormat=o(this.modules.i18nFormat),u.i18nFormat.init&&u.i18nFormat.init(this)),this.translator=new er(this.services,this.options),this.translator.on("*",(h,...m)=>{this.emit(h,...m)}),this.modules.external.forEach(h=>{h.init&&h.init(this)})}if(this.format=this.options.interpolation.format,r||(r=$t),this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){const c=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);c.length>0&&c[0]!=="dev"&&(this.options.lng=c[0])}!this.services.languageDetector&&!this.options.lng&&this.logger.warn("init: no languageDetector is used and no lng is defined"),["getResource","hasResourceBundle","getResourceBundle","getDataByLanguage"].forEach(c=>{this[c]=(...d)=>this.store[c](...d)}),["addResource","addResources","addResourceBundle","removeResourceBundle"].forEach(c=>{this[c]=(...d)=>(this.store[c](...d),this)});const s=vt(),l=()=>{const c=(d,u)=>{this.isInitializing=!1,this.isInitialized&&!this.initializedStoreOnce&&this.logger.warn("init: i18next is already initialized. You should call init just once!"),this.isInitialized=!0,this.options.isClone||this.logger.log("initialized",this.options),this.emit("initialized",this.options),s.resolve(u),r(d,u)};if(this.languages&&!this.isInitialized)return c(null,this.t.bind(this));this.changeLanguage(this.options.lng,c)};return this.options.resources||!this.options.initAsync?l():setTimeout(l,0),s}loadResources(e,r=$t){let n=r;const o=U(e)?e:this.language;if(typeof e=="function"&&(n=e),!this.options.resources||this.options.partialBundledLanguages){if(o?.toLowerCase()==="cimode"&&(!this.options.preload||this.options.preload.length===0))return n();const a=[],i=s=>{if(!s||s==="cimode")return;this.services.languageUtils.toResolveHierarchy(s).forEach(c=>{c!=="cimode"&&a.indexOf(c)<0&&a.push(c)})};o?i(o):this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach(l=>i(l)),this.options.preload?.forEach?.(s=>i(s)),this.services.backendConnector.load(a,this.options.ns,s=>{!s&&!this.resolvedLanguage&&this.language&&this.setResolvedLanguage(this.language),n(s)})}else n(null)}reloadResources(e,r,n){const o=vt();return typeof e=="function"&&(n=e,e=void 0),typeof r=="function"&&(n=r,r=void 0),e||(e=this.languages),r||(r=this.options.ns),n||(n=$t),this.services.backendConnector.reload(e,r,a=>{o.resolve(),n(a)}),o}use(e){if(!e)throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");if(!e.type)throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");return e.type==="backend"&&(this.modules.backend=e),(e.type==="logger"||e.log&&e.warn&&e.error)&&(this.modules.logger=e),e.type==="languageDetector"&&(this.modules.languageDetector=e),e.type==="i18nFormat"&&(this.modules.i18nFormat=e),e.type==="postProcessor"&&na.addPostProcessor(e),e.type==="formatter"&&(this.modules.formatter=e),e.type==="3rdParty"&&this.modules.external.push(e),this}setResolvedLanguage(e){if(!(!e||!this.languages)&&!(["cimode","dev"].indexOf(e)>-1)){for(let r=0;r<this.languages.length;r++){const n=this.languages[r];if(!(["cimode","dev"].indexOf(n)>-1)&&this.store.hasLanguageSomeTranslations(n)){this.resolvedLanguage=n;break}}!this.resolvedLanguage&&this.languages.indexOf(e)<0&&this.store.hasLanguageSomeTranslations(e)&&(this.resolvedLanguage=e,this.languages.unshift(e))}}changeLanguage(e,r){this.isLanguageChangingTo=e;const n=vt();this.emit("languageChanging",e);const o=s=>{this.language=s,this.languages=this.services.languageUtils.toResolveHierarchy(s),this.resolvedLanguage=void 0,this.setResolvedLanguage(s)},a=(s,l)=>{l?this.isLanguageChangingTo===e&&(o(l),this.translator.changeLanguage(l),this.isLanguageChangingTo=void 0,this.emit("languageChanged",l),this.logger.log("languageChanged",l)):this.isLanguageChangingTo=void 0,n.resolve((...c)=>this.t(...c)),r&&r(s,(...c)=>this.t(...c))},i=s=>{!e&&!s&&this.services.languageDetector&&(s=[]);const l=U(s)?s:s&&s[0],c=this.store.hasLanguageSomeTranslations(l)?l:this.services.languageUtils.getBestMatchFromCodes(U(s)?[s]:s);c&&(this.language||o(c),this.translator.language||this.translator.changeLanguage(c),this.services.languageDetector?.cacheUserLanguage?.(c)),this.loadResources(c,d=>{a(d,c)})};return!e&&this.services.languageDetector&&!this.services.languageDetector.async?i(this.services.languageDetector.detect()):!e&&this.services.languageDetector&&this.services.languageDetector.async?this.services.languageDetector.detect.length===0?this.services.languageDetector.detect().then(i):this.services.languageDetector.detect(i):i(e),n}getFixedT(e,r,n){const o=(a,i,...s)=>{let l;typeof i!="object"?l=this.options.overloadTranslationOptionHandler([a,i].concat(s)):l={...i},l.lng=l.lng||o.lng,l.lngs=l.lngs||o.lngs,l.ns=l.ns||o.ns,l.keyPrefix!==""&&(l.keyPrefix=l.keyPrefix||n||o.keyPrefix);const c=this.options.keySeparator||".";let d;return l.keyPrefix&&Array.isArray(a)?d=a.map(u=>(typeof u=="function"&&(u=Qt(u,{...this.options,...i})),`${l.keyPrefix}${c}${u}`)):(typeof a=="function"&&(a=Qt(a,{...this.options,...i})),d=l.keyPrefix?`${l.keyPrefix}${c}${a}`:a),this.t(d,l)};return U(e)?o.lng=e:o.lngs=e,o.ns=r,o.keyPrefix=n,o}t(...e){return this.translator?.translate(...e)}exists(...e){return this.translator?.exists(...e)}setDefaultNamespace(e){this.options.defaultNS=e}hasLoadedNamespace(e,r={}){if(!this.isInitialized)return this.logger.warn("hasLoadedNamespace: i18next was not initialized",this.languages),!1;if(!this.languages||!this.languages.length)return this.logger.warn("hasLoadedNamespace: i18n.languages were undefined or empty",this.languages),!1;const n=r.lng||this.resolvedLanguage||this.languages[0],o=this.options?this.options.fallbackLng:!1,a=this.languages[this.languages.length-1];if(n.toLowerCase()==="cimode")return!0;const i=(s,l)=>{const c=this.services.backendConnector.state[`${s}|${l}`];return c===-1||c===0||c===2};if(r.precheck){const s=r.precheck(this,i);if(s!==void 0)return s}return!!(this.hasResourceBundle(n,e)||!this.services.backendConnector.backend||this.options.resources&&!this.options.partialBundledLanguages||i(n,e)&&(!o||i(a,e)))}loadNamespaces(e,r){const n=vt();return this.options.ns?(U(e)&&(e=[e]),e.forEach(o=>{this.options.ns.indexOf(o)<0&&this.options.ns.push(o)}),this.loadResources(o=>{n.resolve(),r&&r(o)}),n):(r&&r(),Promise.resolve())}loadLanguages(e,r){const n=vt();U(e)&&(e=[e]);const o=this.options.preload||[],a=e.filter(i=>o.indexOf(i)<0&&this.services.languageUtils.isSupportedCode(i));return a.length?(this.options.preload=o.concat(a),this.loadResources(i=>{n.resolve(),r&&r(i)}),n):(r&&r(),Promise.resolve())}dir(e){if(e||(e=this.resolvedLanguage||(this.languages?.length>0?this.languages[0]:this.language)),!e)return"rtl";try{const o=new Intl.Locale(e);if(o&&o.getTextInfo){const a=o.getTextInfo();if(a&&a.direction)return a.direction}}catch{}const r=["ar","shu","sqr","ssh","xaa","yhd","yud","aao","abh","abv","acm","acq","acw","acx","acy","adf","ads","aeb","aec","afb","ajp","apc","apd","arb","arq","ars","ary","arz","auz","avl","ayh","ayl","ayn","ayp","bbz","pga","he","iw","ps","pbt","pbu","pst","prp","prd","ug","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam","ckb"],n=this.services?.languageUtils||new Tn(jn());return e.toLowerCase().indexOf("-latn")>1?"ltr":r.indexOf(n.getLanguagePartFromCode(e))>-1||e.toLowerCase().indexOf("-arab")>1?"rtl":"ltr"}static createInstance(e={},r){return new Dt(e,r)}cloneInstance(e={},r=$t){const n=e.forkResourceStore;n&&delete e.forkResourceStore;const o={...this.options,...e,isClone:!0},a=new Dt(o);if((e.debug!==void 0||e.prefix!==void 0)&&(a.logger=a.logger.clone(e)),["store","services","language"].forEach(s=>{a[s]=this[s]}),a.services={...this.services},a.services.utils={hasLoadedNamespace:a.hasLoadedNamespace.bind(a)},n){const s=Object.keys(this.store.data).reduce((l,c)=>(l[c]={...this.store.data[c]},l[c]=Object.keys(l[c]).reduce((d,u)=>(d[u]={...l[c][u]},d),l[c]),l),{});a.store=new Pn(s,o),a.services.resourceStore=a.store}return a.translator=new er(a.services,o),a.translator.on("*",(s,...l)=>{a.emit(s,...l)}),a.init(o,r),a.translator.options=o,a.translator.backendConnector.services.utils={hasLoadedNamespace:a.hasLoadedNamespace.bind(a)},a}toJSON(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}const pe=Dt.createInstance();pe.createInstance=Dt.createInstance;pe.createInstance;pe.dir;pe.init;pe.loadResources;pe.reloadResources;pe.use;pe.changeLanguage;pe.getFixedT;const rg=pe.t;pe.exists;pe.setDefaultNamespace;pe.hasLoadedNamespace;pe.loadNamespaces;pe.loadLanguages;var yr,Bn;function pc(){return Bn||(Bn=1,yr={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0}),yr}var gc=pc();const mc=vl(gc);var Ec=/\s([^'"/\s><]+?)[\s/>]|([^\s=]+)=\s?(".*?"|'.*?')/g;function Vn(t){var e={type:"tag",name:"",voidElement:!1,attrs:{},children:[]},r=t.match(/<\/?([^\s]+?)[/\s>]/);if(r&&(e.name=r[1],(mc[r[1]]||t.charAt(t.length-2)==="/")&&(e.voidElement=!0),e.name.startsWith("!--"))){var n=t.indexOf("-->");return{type:"comment",comment:n!==-1?t.slice(4,n):""}}for(var o=new RegExp(Ec),a=null;(a=o.exec(t))!==null;)if(a[0].trim())if(a[1]){var i=a[1].trim(),s=[i,""];i.indexOf("=")>-1&&(s=i.split("=")),e.attrs[s[0]]=s[1],o.lastIndex--}else a[2]&&(e.attrs[a[2]]=a[3].trim().substring(1,a[3].length-1));return e}var vc=/<[a-zA-Z0-9\-\!\/](?:"[^"]*"|'[^']*'|[^'">])*>/g,yc=/^\s*$/,_c=Object.create(null);function aa(t,e){switch(e.type){case"text":return t+e.content;case"tag":return t+="<"+e.name+(e.attrs?(function(r){var n=[];for(var o in r)n.push(o+'="'+r[o]+'"');return n.length?" "+n.join(" "):""})(e.attrs):"")+(e.voidElement?"/>":">"),e.voidElement?t:t+e.children.reduce(aa,"")+"</"+e.name+">";case"comment":return t+"<!--"+e.comment+"-->"}}var Cc={parse:function(t,e){e||(e={}),e.components||(e.components=_c);var r,n=[],o=[],a=-1,i=!1;if(t.indexOf("<")!==0){var s=t.indexOf("<");n.push({type:"text",content:s===-1?t:t.substring(0,s)})}return t.replace(vc,function(l,c){if(i){if(l!=="</"+r.name+">")return;i=!1}var d,u=l.charAt(1)!=="/",f=l.startsWith("<!--"),h=c+l.length,m=t.charAt(h);if(f){var _=Vn(l);return a<0?(n.push(_),n):((d=o[a]).children.push(_),n)}if(u&&(a++,(r=Vn(l)).type==="tag"&&e.components[r.name]&&(r.type="component",i=!0),r.voidElement||i||!m||m==="<"||r.children.push({type:"text",content:t.slice(h,t.indexOf("<",h))}),a===0&&n.push(r),(d=o[a-1])&&d.children.push(r),o[a]=r),(!u||r.voidElement)&&(a>-1&&(r.voidElement||r.name===l.slice(2,-1))&&(a--,r=a===-1?n:o[a]),!i&&m!=="<"&&m)){d=a===-1?n:o[a].children;var N=t.indexOf("<",h),C=t.slice(h,N===-1?void 0:N);yc.test(C)&&(C=" "),(N>-1&&a+d.length>=0||C!==" ")&&d.push({type:"text",content:C})}}),n},stringify:function(t){return t.reduce(function(e,r){return e+aa("",r)},"")}};const Gt=(t,e,r,n)=>{const o=[r,{code:e,...n||{}}];if(t?.services?.logger?.forward)return t.services.logger.forward(o,"warn","react-i18next::",!0);Se(o[0])&&(o[0]=`react-i18next:: ${o[0]}`),t?.services?.logger?.warn?t.services.logger.warn(...o):console?.warn&&console.warn(...o)},Un={},ir=(t,e,r,n)=>{Se(r)&&Un[r]||(Se(r)&&(Un[r]=new Date),Gt(t,e,r,n))},ia=(t,e)=>()=>{if(t.isInitialized)e();else{const r=()=>{setTimeout(()=>{t.off("initialized",r)},0),e()};t.on("initialized",r)}},Fr=(t,e,r)=>{t.loadNamespaces(e,ia(t,r))},$n=(t,e,r,n)=>{if(Se(r)&&(r=[r]),t.options.preload&&t.options.preload.indexOf(e)>-1)return Fr(t,r,n);r.forEach(o=>{t.options.ns.indexOf(o)<0&&t.options.ns.push(o)}),t.loadLanguages(e,ia(t,n))},Sc=(t,e,r={})=>!e.languages||!e.languages.length?(ir(e,"NO_LANGUAGES","i18n.languages were undefined or empty",{languages:e.languages}),!0):e.hasLoadedNamespace(t,{lng:r.lng,precheck:(n,o)=>{if(r.bindI18n&&r.bindI18n.indexOf("languageChanging")>-1&&n.services.backendConnector.backend&&n.isLanguageChangingTo&&!o(n.isLanguageChangingTo,t))return!1}}),Se=t=>typeof t=="string",Be=t=>typeof t=="object"&&t!==null,Nc=/&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g,Rc={"&":"&","&":"&","<":"<","<":"<",">":">",">":">","'":"'","'":"'",""":'"',""":'"'," ":" "," ":" ","©":"©","©":"©","®":"®","®":"®","…":"…","…":"…","/":"/","/":"/"},bc=t=>Rc[t],xc=t=>t.replace(Nc,bc);let Br={bindI18n:"languageChanged",bindI18nStore:"",transEmptyNodeValue:"",transSupportBasicHtmlNodes:!0,transWrapTextNodes:"",transKeepBasicHtmlNodesFor:["br","strong","i","p"],useSuspense:!0,unescape:xc};const Dc=(t={})=>{Br={...Br,...t}},sa=()=>Br;let la;const Oc=t=>{la=t},en=()=>la,_r=(t,e)=>{if(!t)return!1;const r=t.props?.children??t.children;return e?r.length>0:!!r},Cr=t=>{if(!t)return[];const e=t.props?.children??t.children;return t.props?.i18nIsDynamicList?dt(e):e},Lc=t=>Array.isArray(t)&&t.every(g.isValidElement),dt=t=>Array.isArray(t)?t:[t],wc=(t,e)=>{const r={...e};return r.props=Object.assign(t.props,e.props),r},ca=(t,e,r,n)=>{if(!t)return"";let o="";const a=dt(t),i=e?.transSupportBasicHtmlNodes?e.transKeepBasicHtmlNodesFor??[]:[];return a.forEach((s,l)=>{if(Se(s)){o+=`${s}`;return}if(g.isValidElement(s)){const{props:c,type:d}=s,u=Object.keys(c).length,f=i.indexOf(d)>-1,h=c.children;if(!h&&f&&!u){o+=`<${d}/>`;return}if(!h&&(!f||u)||c.i18nIsDynamicList){o+=`<${l}></${l}>`;return}if(f&&u===1&&Se(h)){o+=`<${d}>${h}</${d}>`;return}const m=ca(h,e,r,n);o+=`<${l}>${m}</${l}>`;return}if(s===null){Gt(r,"TRANS_NULL_VALUE","Passed in a null value as child",{i18nKey:n});return}if(Be(s)){const{format:c,...d}=s,u=Object.keys(d);if(u.length===1){const f=c?`${u[0]}, ${c}`:u[0];o+=`{{${f}}}`;return}Gt(r,"TRANS_INVALID_OBJ","Invalid child - Object should only have keys {{ value, format }} (format is optional).",{i18nKey:n,child:s});return}Gt(r,"TRANS_INVALID_VAR","Passed in a variable like {number} - pass variables for interpolation as full objects like {{number}}.",{i18nKey:n,child:s})}),o},Pc=(t,e=[],r={})=>{if(!t)return t;const n=Object.keys(r),o=[...e,...n];let a="",i=0;for(;i<t.length;)if(t[i]==="<"){let s=!1;const l=t.slice(i).match(/^<\/(\d+|[a-zA-Z][a-zA-Z0-9-]*)>/);if(l){const c=l[1];(/^\d+$/.test(c)||o.includes(c))&&(s=!0,a+=l[0],i+=l[0].length)}if(!s){const c=t.slice(i).match(/^<(\d+|[a-zA-Z][a-zA-Z0-9-]*)(\s+[\w-]+(?:=(?:"[^"]*"|'[^']*'|[^\s>]+))?)*\s*(\/)?>/);if(c){const d=c[1];(/^\d+$/.test(d)||o.includes(d))&&(s=!0,a+=c[0],i+=c[0].length)}}s||(a+="<",i+=1)}else a+=t[i],i+=1;return a},Ac=(t,e,r,n,o,a,i)=>{if(r==="")return[];const s=o.transKeepBasicHtmlNodesFor||[],l=r&&new RegExp(s.map(b=>`<${b}`).join("|")).test(r);if(!t&&!e&&!l&&!i)return[r];const c=e??{},d=b=>{dt(b).forEach(x=>{Se(x)||(_r(x)?d(Cr(x)):Be(x)&&!g.isValidElement(x)&&Object.assign(c,x))})};d(t);const u=Pc(r,s,c),f=Cc.parse(`<0>${u}</0>`),h={...c,...a},m=(b,T,x)=>{const w=Cr(b),P=N(w,T.children,x);return Lc(w)&&P.length===0||b.props?.i18nIsDynamicList?w:P},_=(b,T,x,w,P)=>{b.dummy?(b.children=T,x.push(g.cloneElement(b,{key:w},P?void 0:T))):x.push(...g.Children.map([b],E=>{const R={...E.props};return delete R.i18nIsDynamicList,g.createElement(E.type,{...R,key:w,ref:E.props.ref??E.ref},P?null:T)}))},N=(b,T,x)=>{const w=dt(b);return dt(T).reduce((E,R,j)=>{const M=R.children?.[0]?.content&&n.services.interpolator.interpolate(R.children[0].content,h,n.language);if(R.type==="tag"){let K=w[parseInt(R.name,10)];!K&&e&&(K=e[R.name]),x.length===1&&!K&&(K=x[0][R.name]),K||(K={});const B=Object.keys(R.attrs).length!==0?wc({props:R.attrs},K):K,W=g.isValidElement(B),Y=W&&_r(R,!0)&&!R.voidElement,ge=l&&Be(B)&&B.dummy&&!W,ue=Be(e)&&Object.hasOwnProperty.call(e,R.name);if(Se(B)){const X=n.services.interpolator.interpolate(B,h,n.language);E.push(X)}else if(_r(B)||Y){const X=m(B,R,x);_(B,X,E,j)}else if(ge){const X=N(w,R.children,x);_(B,X,E,j)}else if(Number.isNaN(parseFloat(R.name)))if(ue){const X=m(B,R,x);_(B,X,E,j,R.voidElement)}else if(o.transSupportBasicHtmlNodes&&s.indexOf(R.name)>-1)if(R.voidElement)E.push(g.createElement(R.name,{key:`${R.name}-${j}`}));else{const X=N(w,R.children,x);E.push(g.createElement(R.name,{key:`${R.name}-${j}`},X))}else if(R.voidElement)E.push(`<${R.name} />`);else{const X=N(w,R.children,x);E.push(`<${R.name}>${X}</${R.name}>`)}else if(Be(B)&&!W){const X=R.children[0]?M:null;X&&E.push(X)}else _(B,M,E,j,R.children.length!==1||!M)}else if(R.type==="text"){const K=o.transWrapTextNodes,B=i?o.unescape(n.services.interpolator.interpolate(R.content,h,n.language)):n.services.interpolator.interpolate(R.content,h,n.language);K?E.push(g.createElement(K,{key:`${R.name}-${j}`},B)):E.push(B)}return E},[])},C=N([{dummy:!0,children:t||[]}],f,dt(t||[]));return Cr(C[0])},ua=(t,e,r)=>{const n=t.key||e,o=g.cloneElement(t,{key:n});if(!o.props||!o.props.children||r.indexOf(`${e}/>`)<0&&r.indexOf(`${e} />`)<0)return o;function a(){return g.createElement(g.Fragment,null,o)}return g.createElement(a,{key:n})},Tc=(t,e)=>t.map((r,n)=>ua(r,n,e)),Ic=(t,e)=>{const r={};return Object.keys(t).forEach(n=>{Object.assign(r,{[n]:ua(t[n],n,e)})}),r},kc=(t,e,r,n)=>t?Array.isArray(t)?Tc(t,e):Be(t)?Ic(t,e):(ir(r,"TRANS_INVALID_COMPONENTS",'<Trans /> "components" prop expects an object or array',{i18nKey:n}),null):null,Mc=t=>!Be(t)||Array.isArray(t)?!1:Object.keys(t).reduce((e,r)=>e&&Number.isNaN(Number.parseFloat(r)),!0);function Hc({children:t,count:e,parent:r,i18nKey:n,context:o,tOptions:a={},values:i,defaults:s,components:l,ns:c,i18n:d,t:u,shouldUnescape:f,...h}){const m=d||en();if(!m)return ir(m,"NO_I18NEXT_INSTANCE","Trans: You need to pass in an i18next instance using i18nextReactModule",{i18nKey:n}),t;const _=u||m.t.bind(m)||(Y=>Y),N={...sa(),...m.options?.react};let C=c||_.ns||m.options?.defaultNS;C=Se(C)?[C]:C||["translation"];const b=ca(t,N,m,n),T=s||a?.defaultValue||b||N.transEmptyNodeValue||(typeof n=="function"?Qt(n):n),{hashTransKey:x}=N,w=n||(x?x(b||T):b||T);m.options?.interpolation?.defaultVariables&&(i=i&&Object.keys(i).length>0?{...i,...m.options.interpolation.defaultVariables}:{...m.options.interpolation.defaultVariables});const P=i||e!==void 0&&!m.options?.interpolation?.alwaysFormat||!t?a.interpolation:{interpolation:{...a.interpolation,prefix:"#$?",suffix:"?$#"}},E={...a,context:o||a.context,count:e,...i,...P,defaultValue:s||a?.defaultValue,ns:C};let R=w?_(w,E):T;R===w&&T&&(R=T);const j=kc(l,R,m,n);let M=j||t,K=null;Mc(j)&&(K=j,M=t);const B=Ac(M,K,R,m,N,E,f),W=r??N.defaultTransParent;return W?g.createElement(W,h,B):B}const jc={type:"3rdParty",init(t){Dc(t.options.react),Oc(t)}},da=g.createContext();class Fc{constructor(){this.usedNamespaces={}}addUsedNamespaces(e){e.forEach(r=>{this.usedNamespaces[r]||(this.usedNamespaces[r]=!0)})}getUsedNamespaces(){return Object.keys(this.usedNamespaces)}}function Bc({children:t,count:e,parent:r,i18nKey:n,context:o,tOptions:a={},values:i,defaults:s,components:l,ns:c,i18n:d,t:u,shouldUnescape:f,...h}){const{i18n:m,defaultNS:_}=g.useContext(da)||{},N=d||m||en(),C=u||N?.t.bind(N);return Hc({children:t,count:e,parent:r,i18nKey:n,context:o,tOptions:a,values:i,defaults:s,components:l,ns:c||C?.ns||_||N?.options?.defaultNS,i18n:N,t:u,shouldUnescape:f,...h})}var Sr={exports:{}},Nr={};var zn;function Vc(){if(zn)return Nr;zn=1;var t=yl();function e(u,f){return u===f&&(u!==0||1/u===1/f)||u!==u&&f!==f}var r=typeof Object.is=="function"?Object.is:e,n=t.useState,o=t.useEffect,a=t.useLayoutEffect,i=t.useDebugValue;function s(u,f){var h=f(),m=n({inst:{value:h,getSnapshot:f}}),_=m[0].inst,N=m[1];return a(function(){_.value=h,_.getSnapshot=f,l(_)&&N({inst:_})},[u,h,f]),o(function(){return l(_)&&N({inst:_}),u(function(){l(_)&&N({inst:_})})},[u]),i(h),h}function l(u){var f=u.getSnapshot;u=u.value;try{var h=f();return!r(u,h)}catch{return!0}}function c(u,f){return f()}var d=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?c:s;return Nr.useSyncExternalStore=t.useSyncExternalStore!==void 0?t.useSyncExternalStore:d,Nr}var Kn;function Uc(){return Kn||(Kn=1,Sr.exports=Vc()),Sr.exports}var $c=Uc();const zc=(t,e)=>Se(e)?e:Be(e)&&Se(e.defaultValue)?e.defaultValue:Array.isArray(t)?t[t.length-1]:t,Kc={t:zc,ready:!1},Wc=()=>()=>{},fa=(t,e={})=>{const{i18n:r}=e,{i18n:n,defaultNS:o}=g.useContext(da)||{},a=r||n||en();a&&!a.reportNamespaces&&(a.reportNamespaces=new Fc),a||ir(a,"NO_I18NEXT_INSTANCE","useTranslation: You will need to pass in an i18next instance by using initReactI18next");const i=g.useMemo(()=>({...sa(),...a?.options?.react,...e}),[a,e]),{useSuspense:s,keyPrefix:l}=i,c=g.useMemo(()=>{const x=o||a?.options?.defaultNS;return Se(x)?[x]:x||["translation"]},[t,o,a]);a?.reportNamespaces?.addUsedNamespaces?.(c);const d=g.useRef(0),u=g.useCallback(x=>{if(!a)return Wc;const{bindI18n:w,bindI18nStore:P}=i,E=()=>{d.current+=1,x()};return w&&a.on(w,E),P&&a.store.on(P,E),()=>{w&&w.split(" ").forEach(R=>a.off(R,E)),P&&P.split(" ").forEach(R=>a.store.off(R,E))}},[a,i]),f=g.useRef(),h=g.useCallback(()=>{if(!a)return Kc;const x=!!(a.isInitialized||a.initializedStoreOnce)&&c.every(M=>Sc(M,a,i)),w=e.lng||a.language,P=d.current,E=f.current;if(E&&E.ready===x&&E.lng===w&&E.keyPrefix===l&&E.revision===P)return E;const j={t:a.getFixedT(w,i.nsMode==="fallback"?c:c[0],l),ready:x,lng:w,keyPrefix:l,revision:P};return f.current=j,j},[a,c,l,i,e.lng]),[m,_]=g.useState(0),{t:N,ready:C}=$c.useSyncExternalStore(u,h,h);g.useEffect(()=>{if(a&&!C&&!s){const x=()=>_(w=>w+1);e.lng?$n(a,e.lng,c,x):Fr(a,c,x)}},[a,e.lng,c,C,s,m]);const b=a||{},T=g.useMemo(()=>{const x=[N,b,C];return x.t=N,x.i18n=b,x.ready=C,x},[N,b,C]);if(a&&s&&!C)throw new Promise(x=>{const w=()=>x();e.lng?$n(a,e.lng,c,w):Fr(a,c,w)});return T},Gc=()=>{const{t}=fa();return y.jsxs("div",{children:[y.jsx("p",{className:"font-medium",children:t("notifications.reloadApp")}),y.jsxs("button",{onClick:()=>location.reload(),className:"underline decoration-solid underline-offset-2",children:[t("common.reloadConnect")," 🔄"]})]})},Yc=()=>{async function t(){const e=await Qd();if(e!==null){if(e.isLatest||e.currentVersion.includes("-"))return!0;ce.studioMode||!ce.warnOutdatedApp?Pe.warn(`Connect is outdated:
|
|
3
|
-
Current: ${e.currentVersion}
|
|
4
|
-
Latest: ${e.latestVersion}`):ft(g.createElement(Gc),{type:"connect-warning",toastId:"outdated-app",autoClose:!1})}}g.useEffect(()=>{t().catch(console.error)},[])},Jc=ce.routerBasename,ha=`${Jc}:display-cookie-banner`,Wn=new Set;let pa=Xc();function Xc(){try{return localStorage.getItem(ha)!=="false"}catch(t){return console.error(t),!0}}function Gn(){return pa}function qc(t){pa=t,localStorage.setItem(ha,JSON.stringify(t))}function Zc(t){return Wn.add(t),()=>Wn.delete(t)}const Qc=()=>[g.useSyncExternalStore(Zc,Gn,Gn),qc];function re(){return re=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var r=arguments[e];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(t[n]=r[n])}return t},re.apply(this,arguments)}var le;(function(t){t.Pop="POP",t.Push="PUSH",t.Replace="REPLACE"})(le||(le={}));const Yn="popstate";function eu(t){t===void 0&&(t={});function e(n,o){let{pathname:a,search:i,hash:s}=n.location;return Ot("",{pathname:a,search:i,hash:s},o.state&&o.state.usr||null,o.state&&o.state.key||"default")}function r(n,o){return typeof o=="string"?o:At(o)}return ru(e,r,null,t)}function z(t,e){if(t===!1||t===null||typeof t>"u")throw new Error(e)}function ht(t,e){if(!t){typeof console<"u"&&console.warn(e);try{throw new Error(e)}catch{}}}function tu(){return Math.random().toString(36).substr(2,8)}function Jn(t,e){return{usr:t.state,key:t.key,idx:e}}function Ot(t,e,r,n){return r===void 0&&(r=null),re({pathname:typeof t=="string"?t:t.pathname,search:"",hash:""},typeof e=="string"?Ke(e):e,{state:r,key:e&&e.key||n||tu()})}function At(t){let{pathname:e="/",search:r="",hash:n=""}=t;return r&&r!=="?"&&(e+=r.charAt(0)==="?"?r:"?"+r),n&&n!=="#"&&(e+=n.charAt(0)==="#"?n:"#"+n),e}function Ke(t){let e={};if(t){let r=t.indexOf("#");r>=0&&(e.hash=t.substr(r),t=t.substr(0,r));let n=t.indexOf("?");n>=0&&(e.search=t.substr(n),t=t.substr(0,n)),t&&(e.pathname=t)}return e}function ru(t,e,r,n){n===void 0&&(n={});let{window:o=document.defaultView,v5Compat:a=!1}=n,i=o.history,s=le.Pop,l=null,c=d();c==null&&(c=0,i.replaceState(re({},i.state,{idx:c}),""));function d(){return(i.state||{idx:null}).idx}function u(){s=le.Pop;let N=d(),C=N==null?null:N-c;c=N,l&&l({action:s,location:_.location,delta:C})}function f(N,C){s=le.Push;let b=Ot(_.location,N,C);c=d()+1;let T=Jn(b,c),x=_.createHref(b);try{i.pushState(T,"",x)}catch(w){if(w instanceof DOMException&&w.name==="DataCloneError")throw w;o.location.assign(x)}a&&l&&l({action:s,location:_.location,delta:1})}function h(N,C){s=le.Replace;let b=Ot(_.location,N,C);c=d();let T=Jn(b,c),x=_.createHref(b);i.replaceState(T,"",x),a&&l&&l({action:s,location:_.location,delta:0})}function m(N){let C=o.location.origin!=="null"?o.location.origin:o.location.href,b=typeof N=="string"?N:At(N);return b=b.replace(/ $/,"%20"),z(C,"No window.location.(origin|href) available to create URL for href: "+b),new URL(b,C)}let _={get action(){return s},get location(){return t(o,i)},listen(N){if(l)throw new Error("A history only accepts one active listener");return o.addEventListener(Yn,u),l=N,()=>{o.removeEventListener(Yn,u),l=null}},createHref(N){return e(o,N)},createURL:m,encodeLocation(N){let C=m(N);return{pathname:C.pathname,search:C.search,hash:C.hash}},push:f,replace:h,go(N){return i.go(N)}};return _}var Z;(function(t){t.data="data",t.deferred="deferred",t.redirect="redirect",t.error="error"})(Z||(Z={}));const nu=new Set(["lazy","caseSensitive","path","id","index","children"]);function ou(t){return t.index===!0}function tr(t,e,r,n){return r===void 0&&(r=[]),n===void 0&&(n={}),t.map((o,a)=>{let i=[...r,String(a)],s=typeof o.id=="string"?o.id:i.join("-");if(z(o.index!==!0||!o.children,"Cannot specify children on an index route"),z(!n[s],'Found a route id collision on id "'+s+`". Route id's must be globally unique within Data Router usages`),ou(o)){let l=re({},o,e(o),{id:s});return n[s]=l,l}else{let l=re({},o,e(o),{id:s,children:void 0});return n[s]=l,o.children&&(l.children=tr(o.children,e,i,n)),l}})}function je(t,e,r){return r===void 0&&(r="/"),Yt(t,e,r,!1)}function Yt(t,e,r,n){let o=typeof e=="string"?Ke(e):e,a=Tt(o.pathname||"/",r);if(a==null)return null;let i=ga(t);iu(i);let s=null;for(let l=0;s==null&&l<i.length;++l){let c=Eu(a);s=gu(i[l],c,n)}return s}function au(t,e){let{route:r,pathname:n,params:o}=t;return{id:r.id,pathname:n,params:o,data:e[r.id],handle:r.handle}}function ga(t,e,r,n){e===void 0&&(e=[]),r===void 0&&(r=[]),n===void 0&&(n="");let o=(a,i,s)=>{let l={relativePath:s===void 0?a.path||"":s,caseSensitive:a.caseSensitive===!0,childrenIndex:i,route:a};l.relativePath.startsWith("/")&&(z(l.relativePath.startsWith(n),'Absolute route path "'+l.relativePath+'" nested under path '+('"'+n+'" is not valid. An absolute child route path ')+"must start with the combined path of all its parent routes."),l.relativePath=l.relativePath.slice(n.length));let c=ze([n,l.relativePath]),d=r.concat(l);a.children&&a.children.length>0&&(z(a.index!==!0,"Index routes must not have child routes. Please remove "+('all child routes from route path "'+c+'".')),ga(a.children,e,d,c)),!(a.path==null&&!a.index)&&e.push({path:c,score:hu(c,a.index),routesMeta:d})};return t.forEach((a,i)=>{var s;if(a.path===""||!((s=a.path)!=null&&s.includes("?")))o(a,i);else for(let l of ma(a.path))o(a,i,l)}),e}function ma(t){let e=t.split("/");if(e.length===0)return[];let[r,...n]=e,o=r.endsWith("?"),a=r.replace(/\?$/,"");if(n.length===0)return o?[a,""]:[a];let i=ma(n.join("/")),s=[];return s.push(...i.map(l=>l===""?a:[a,l].join("/"))),o&&s.push(...i),s.map(l=>t.startsWith("/")&&l===""?"/":l)}function iu(t){t.sort((e,r)=>e.score!==r.score?r.score-e.score:pu(e.routesMeta.map(n=>n.childrenIndex),r.routesMeta.map(n=>n.childrenIndex)))}const su=/^:[\w-]+$/,lu=3,cu=2,uu=1,du=10,fu=-2,Xn=t=>t==="*";function hu(t,e){let r=t.split("/"),n=r.length;return r.some(Xn)&&(n+=fu),e&&(n+=cu),r.filter(o=>!Xn(o)).reduce((o,a)=>o+(su.test(a)?lu:a===""?uu:du),n)}function pu(t,e){return t.length===e.length&&t.slice(0,-1).every((n,o)=>n===e[o])?t[t.length-1]-e[e.length-1]:0}function gu(t,e,r){r===void 0&&(r=!1);let{routesMeta:n}=t,o={},a="/",i=[];for(let s=0;s<n.length;++s){let l=n[s],c=s===n.length-1,d=a==="/"?e:e.slice(a.length)||"/",u=qn({path:l.relativePath,caseSensitive:l.caseSensitive,end:c},d),f=l.route;if(!u&&c&&r&&!n[n.length-1].route.index&&(u=qn({path:l.relativePath,caseSensitive:l.caseSensitive,end:!1},d)),!u)return null;Object.assign(o,u.params),i.push({params:o,pathname:ze([a,u.pathname]),pathnameBase:_u(ze([a,u.pathnameBase])),route:f}),u.pathnameBase!=="/"&&(a=ze([a,u.pathnameBase]))}return i}function qn(t,e){typeof t=="string"&&(t={path:t,caseSensitive:!1,end:!0});let[r,n]=mu(t.path,t.caseSensitive,t.end),o=e.match(r);if(!o)return null;let a=o[0],i=a.replace(/(.)\/+$/,"$1"),s=o.slice(1);return{params:n.reduce((c,d,u)=>{let{paramName:f,isOptional:h}=d;if(f==="*"){let _=s[u]||"";i=a.slice(0,a.length-_.length).replace(/(.)\/+$/,"$1")}const m=s[u];return h&&!m?c[f]=void 0:c[f]=(m||"").replace(/%2F/g,"/"),c},{}),pathname:a,pathnameBase:i,pattern:t}}function mu(t,e,r){e===void 0&&(e=!1),r===void 0&&(r=!0),ht(t==="*"||!t.endsWith("*")||t.endsWith("/*"),'Route path "'+t+'" will be treated as if it were '+('"'+t.replace(/\*$/,"/*")+'" because the `*` character must ')+"always follow a `/` in the pattern. To get rid of this warning, "+('please change the route path to "'+t.replace(/\*$/,"/*")+'".'));let n=[],o="^"+t.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^${}|()[\]]/g,"\\$&").replace(/\/:([\w-]+)(\?)?/g,(i,s,l)=>(n.push({paramName:s,isOptional:l!=null}),l?"/?([^\\/]+)?":"/([^\\/]+)"));return t.endsWith("*")?(n.push({paramName:"*"}),o+=t==="*"||t==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):r?o+="\\/*$":t!==""&&t!=="/"&&(o+="(?:(?=\\/|$))"),[new RegExp(o,e?void 0:"i"),n]}function Eu(t){try{return t.split("/").map(e=>decodeURIComponent(e).replace(/\//g,"%2F")).join("/")}catch(e){return ht(!1,'The URL path "'+t+'" could not be decoded because it is is a malformed URL segment. This is probably due to a bad percent '+("encoding ("+e+").")),t}}function Tt(t,e){if(e==="/")return t;if(!t.toLowerCase().startsWith(e.toLowerCase()))return null;let r=e.endsWith("/")?e.length-1:e.length,n=t.charAt(r);return n&&n!=="/"?null:t.slice(r)||"/"}function vu(t,e){e===void 0&&(e="/");let{pathname:r,search:n="",hash:o=""}=typeof t=="string"?Ke(t):t;return{pathname:r?r.startsWith("/")?r:yu(r,e):e,search:Cu(n),hash:Su(o)}}function yu(t,e){let r=e.replace(/\/+$/,"").split("/");return t.split("/").forEach(o=>{o===".."?r.length>1&&r.pop():o!=="."&&r.push(o)}),r.length>1?r.join("/"):"/"}function Rr(t,e,r,n){return"Cannot include a '"+t+"' character in a manually specified "+("`to."+e+"` field ["+JSON.stringify(n)+"]. Please separate it out to the ")+("`to."+r+"` field. Alternatively you may provide the full path as ")+'a string in <Link to="..."> and the router will parse it for you.'}function Ea(t){return t.filter((e,r)=>r===0||e.route.path&&e.route.path.length>0)}function va(t,e){let r=Ea(t);return e?r.map((n,o)=>o===r.length-1?n.pathname:n.pathnameBase):r.map(n=>n.pathnameBase)}function ya(t,e,r,n){n===void 0&&(n=!1);let o;typeof t=="string"?o=Ke(t):(o=re({},t),z(!o.pathname||!o.pathname.includes("?"),Rr("?","pathname","search",o)),z(!o.pathname||!o.pathname.includes("#"),Rr("#","pathname","hash",o)),z(!o.search||!o.search.includes("#"),Rr("#","search","hash",o)));let a=t===""||o.pathname==="",i=a?"/":o.pathname,s;if(i==null)s=r;else{let u=e.length-1;if(!n&&i.startsWith("..")){let f=i.split("/");for(;f[0]==="..";)f.shift(),u-=1;o.pathname=f.join("/")}s=u>=0?e[u]:"/"}let l=vu(o,s),c=i&&i!=="/"&&i.endsWith("/"),d=(a||i===".")&&r.endsWith("/");return!l.pathname.endsWith("/")&&(c||d)&&(l.pathname+="/"),l}const ze=t=>t.join("/").replace(/\/\/+/g,"/"),_u=t=>t.replace(/\/+$/,"").replace(/^\/*/,"/"),Cu=t=>!t||t==="?"?"":t.startsWith("?")?t:"?"+t,Su=t=>!t||t==="#"?"":t.startsWith("#")?t:"#"+t;class rr{constructor(e,r,n,o){o===void 0&&(o=!1),this.status=e,this.statusText=r||"",this.internal=o,n instanceof Error?(this.data=n.toString(),this.error=n):this.data=n}}function Lt(t){return t!=null&&typeof t.status=="number"&&typeof t.statusText=="string"&&typeof t.internal=="boolean"&&"data"in t}const _a=["post","put","patch","delete"],Nu=new Set(_a),Ru=["get",..._a],bu=new Set(Ru),xu=new Set([301,302,303,307,308]),Du=new Set([307,308]),br={state:"idle",location:void 0,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0},Ou={state:"idle",data:void 0,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0},yt={state:"unblocked",proceed:void 0,reset:void 0,location:void 0},tn=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,Lu=t=>({hasErrorBoundary:!!t.hasErrorBoundary}),Ca="remix-router-transitions";function wu(t){const e=t.window?t.window:typeof window<"u"?window:void 0,r=typeof e<"u"&&typeof e.document<"u"&&typeof e.document.createElement<"u",n=!r;z(t.routes.length>0,"You must provide a non-empty routes array to createRouter");let o;if(t.mapRouteProperties)o=t.mapRouteProperties;else if(t.detectErrorBoundary){let p=t.detectErrorBoundary;o=v=>({hasErrorBoundary:p(v)})}else o=Lu;let a={},i=tr(t.routes,o,void 0,a),s,l=t.basename||"/",c=t.dataStrategy||Iu,d=t.patchRoutesOnNavigation,u=re({v7_fetcherPersist:!1,v7_normalizeFormMethod:!1,v7_partialHydration:!1,v7_prependBasename:!1,v7_relativeSplatPath:!1,v7_skipActionErrorRevalidation:!1},t.future),f=null,h=new Set,m=null,_=null,N=null,C=t.hydrationData!=null,b=je(i,t.history.location,l),T=!1,x=null;if(b==null&&!d){let p=Ee(404,{pathname:t.history.location.pathname}),{matches:v,route:S}=lo(i);b=v,x={[S.id]:p}}b&&!t.hydrationData&&Ht(b,i,t.history.location.pathname).active&&(b=null);let w;if(b)if(b.some(p=>p.route.lazy))w=!1;else if(!b.some(p=>p.route.loader))w=!0;else if(u.v7_partialHydration){let p=t.hydrationData?t.hydrationData.loaderData:null,v=t.hydrationData?t.hydrationData.errors:null;if(v){let S=b.findIndex(D=>v[D.route.id]!==void 0);w=b.slice(0,S+1).every(D=>!Ur(D.route,p,v))}else w=b.every(S=>!Ur(S.route,p,v))}else w=t.hydrationData!=null;else if(w=!1,b=[],u.v7_partialHydration){let p=Ht(null,i,t.history.location.pathname);p.active&&p.matches&&(T=!0,b=p.matches)}let P,E={historyAction:t.history.action,location:t.history.location,matches:b,initialized:w,navigation:br,restoreScrollPosition:t.hydrationData!=null?!1:null,preventScrollReset:!1,revalidation:"idle",loaderData:t.hydrationData&&t.hydrationData.loaderData||{},actionData:t.hydrationData&&t.hydrationData.actionData||null,errors:t.hydrationData&&t.hydrationData.errors||x,fetchers:new Map,blockers:new Map},R=le.Pop,j=!1,M,K=!1,B=new Map,W=null,Y=!1,ge=!1,ue=[],X=new Set,ee=new Map,De=0,Te=-1,ie=new Map,de=new Set,ye=new Map,Ie=new Map,Ne=new Set,Ye=new Map,Je=new Map,It;function ai(){if(f=t.history.listen(p=>{let{action:v,location:S,delta:D}=p;if(It){It(),It=void 0;return}ht(Je.size===0||D!=null,"You are trying to use a blocker on a POP navigation to a location that was not created by @remix-run/router. This will fail silently in production. This can happen if you are navigating outside the router via `window.history.pushState`/`window.location.hash` instead of using router navigation APIs. This can also happen if you are using createHashRouter and the user manually changes the URL.");let L=En({currentLocation:E.location,nextLocation:S,historyAction:v});if(L&&D!=null){let F=new Promise(V=>{It=V});t.history.go(D*-1),Mt(L,{state:"blocked",location:S,proceed(){Mt(L,{state:"proceeding",proceed:void 0,reset:void 0,location:S}),F.then(()=>t.history.go(D))},reset(){let V=new Map(E.blockers);V.set(L,yt),me({blockers:V})}});return}return Xe(v,S)}),r){Yu(e,B);let p=()=>Ju(e,B);e.addEventListener("pagehide",p),W=()=>e.removeEventListener("pagehide",p)}return E.initialized||Xe(le.Pop,E.location,{initialHydration:!0}),P}function ii(){f&&f(),W&&W(),h.clear(),M&&M.abort(),E.fetchers.forEach((p,v)=>kt(v)),E.blockers.forEach((p,v)=>mn(v))}function si(p){return h.add(p),()=>h.delete(p)}function me(p,v){v===void 0&&(v={}),E=re({},E,p);let S=[],D=[];u.v7_fetcherPersist&&E.fetchers.forEach((L,F)=>{L.state==="idle"&&(Ne.has(F)?D.push(F):S.push(F))}),Ne.forEach(L=>{!E.fetchers.has(L)&&!ee.has(L)&&D.push(L)}),[...h].forEach(L=>L(E,{deletedFetchers:D,viewTransitionOpts:v.viewTransitionOpts,flushSync:v.flushSync===!0})),u.v7_fetcherPersist?(S.forEach(L=>E.fetchers.delete(L)),D.forEach(L=>kt(L))):D.forEach(L=>Ne.delete(L))}function rt(p,v,S){var D,L;let{flushSync:F}=S===void 0?{}:S,V=E.actionData!=null&&E.navigation.formMethod!=null&&Re(E.navigation.formMethod)&&E.navigation.state==="loading"&&((D=p.state)==null?void 0:D._isRedirect)!==!0,I;v.actionData?Object.keys(v.actionData).length>0?I=v.actionData:I=null:V?I=E.actionData:I=null;let k=v.loaderData?io(E.loaderData,v.loaderData,v.matches||[],v.errors):E.loaderData,A=E.blockers;A.size>0&&(A=new Map(A),A.forEach((G,fe)=>A.set(fe,yt)));let H=j===!0||E.navigation.formMethod!=null&&Re(E.navigation.formMethod)&&((L=p.state)==null?void 0:L._isRedirect)!==!0;s&&(i=s,s=void 0),Y||R===le.Pop||(R===le.Push?t.history.push(p,p.state):R===le.Replace&&t.history.replace(p,p.state));let $;if(R===le.Pop){let G=B.get(E.location.pathname);G&&G.has(p.pathname)?$={currentLocation:E.location,nextLocation:p}:B.has(p.pathname)&&($={currentLocation:p,nextLocation:E.location})}else if(K){let G=B.get(E.location.pathname);G?G.add(p.pathname):(G=new Set([p.pathname]),B.set(E.location.pathname,G)),$={currentLocation:E.location,nextLocation:p}}me(re({},v,{actionData:I,loaderData:k,historyAction:R,location:p,initialized:!0,navigation:br,revalidation:"idle",restoreScrollPosition:yn(p,v.matches||E.matches),preventScrollReset:H,blockers:A}),{viewTransitionOpts:$,flushSync:F===!0}),R=le.Pop,j=!1,K=!1,Y=!1,ge=!1,ue=[]}async function cn(p,v){if(typeof p=="number"){t.history.go(p);return}let S=Vr(E.location,E.matches,l,u.v7_prependBasename,p,u.v7_relativeSplatPath,v?.fromRouteId,v?.relative),{path:D,submission:L,error:F}=Zn(u.v7_normalizeFormMethod,!1,S,v),V=E.location,I=Ot(E.location,D,v&&v.state);I=re({},I,t.history.encodeLocation(I));let k=v&&v.replace!=null?v.replace:void 0,A=le.Push;k===!0?A=le.Replace:k===!1||L!=null&&Re(L.formMethod)&&L.formAction===E.location.pathname+E.location.search&&(A=le.Replace);let H=v&&"preventScrollReset"in v?v.preventScrollReset===!0:void 0,$=(v&&v.flushSync)===!0,G=En({currentLocation:V,nextLocation:I,historyAction:A});if(G){Mt(G,{state:"blocked",location:I,proceed(){Mt(G,{state:"proceeding",proceed:void 0,reset:void 0,location:I}),cn(p,v)},reset(){let fe=new Map(E.blockers);fe.set(G,yt),me({blockers:fe})}});return}return await Xe(A,I,{submission:L,pendingError:F,preventScrollReset:H,replace:v&&v.replace,enableViewTransition:v&&v.viewTransition,flushSync:$})}function li(){if(hr(),me({revalidation:"loading"}),E.navigation.state!=="submitting"){if(E.navigation.state==="idle"){Xe(E.historyAction,E.location,{startUninterruptedRevalidation:!0});return}Xe(R||E.historyAction,E.navigation.location,{overrideNavigation:E.navigation,enableViewTransition:K===!0})}}async function Xe(p,v,S){M&&M.abort(),M=null,R=p,Y=(S&&S.startUninterruptedRevalidation)===!0,vi(E.location,E.matches),j=(S&&S.preventScrollReset)===!0,K=(S&&S.enableViewTransition)===!0;let D=s||i,L=S&&S.overrideNavigation,F=S!=null&&S.initialHydration&&E.matches&&E.matches.length>0&&!T?E.matches:je(D,v,l),V=(S&&S.flushSync)===!0;if(F&&E.initialized&&!ge&&Bu(E.location,v)&&!(S&&S.submission&&Re(S.submission.formMethod))){rt(v,{matches:F},{flushSync:V});return}let I=Ht(F,D,v.pathname);if(I.active&&I.matches&&(F=I.matches),!F){let{error:te,notFoundMatches:q,route:ne}=pr(v.pathname);rt(v,{matches:q,loaderData:{},errors:{[ne.id]:te}},{flushSync:V});return}M=new AbortController;let k=st(t.history,v,M.signal,S&&S.submission),A;if(S&&S.pendingError)A=[Qe(F).route.id,{type:Z.error,error:S.pendingError}];else if(S&&S.submission&&Re(S.submission.formMethod)){let te=await ci(k,v,S.submission,F,I.active,{replace:S.replace,flushSync:V});if(te.shortCircuited)return;if(te.pendingActionResult){let[q,ne]=te.pendingActionResult;if(ve(ne)&&Lt(ne.error)&&ne.error.status===404){M=null,rt(v,{matches:te.matches,loaderData:{},errors:{[q]:ne.error}});return}}F=te.matches||F,A=te.pendingActionResult,L=xr(v,S.submission),V=!1,I.active=!1,k=st(t.history,k.url,k.signal)}let{shortCircuited:H,matches:$,loaderData:G,errors:fe}=await ui(k,v,F,I.active,L,S&&S.submission,S&&S.fetcherSubmission,S&&S.replace,S&&S.initialHydration===!0,V,A);H||(M=null,rt(v,re({matches:$||F},so(A),{loaderData:G,errors:fe})))}async function ci(p,v,S,D,L,F){F===void 0&&(F={}),hr();let V=Wu(v,S);if(me({navigation:V},{flushSync:F.flushSync===!0}),L){let A=await jt(D,v.pathname,p.signal);if(A.type==="aborted")return{shortCircuited:!0};if(A.type==="error"){let H=Qe(A.partialMatches).route.id;return{matches:A.partialMatches,pendingActionResult:[H,{type:Z.error,error:A.error}]}}else if(A.matches)D=A.matches;else{let{notFoundMatches:H,error:$,route:G}=pr(v.pathname);return{matches:H,pendingActionResult:[G.id,{type:Z.error,error:$}]}}}let I,k=Nt(D,v);if(!k.route.action&&!k.route.lazy)I={type:Z.error,error:Ee(405,{method:p.method,pathname:v.pathname,routeId:k.route.id})};else if(I=(await pt("action",E,p,[k],D,null))[k.route.id],p.signal.aborted)return{shortCircuited:!0};if(tt(I)){let A;return F&&F.replace!=null?A=F.replace:A=no(I.response.headers.get("Location"),new URL(p.url),l)===E.location.pathname+E.location.search,await qe(p,I,!0,{submission:S,replace:A}),{shortCircuited:!0}}if(Ve(I))throw Ee(400,{type:"defer-action"});if(ve(I)){let A=Qe(D,k.route.id);return(F&&F.replace)!==!0&&(R=le.Push),{matches:D,pendingActionResult:[A.route.id,I]}}return{matches:D,pendingActionResult:[k.route.id,I]}}async function ui(p,v,S,D,L,F,V,I,k,A,H){let $=L||xr(v,F),G=F||V||uo($),fe=!Y&&(!u.v7_partialHydration||!k);if(D){if(fe){let oe=un(H);me(re({navigation:$},oe!==void 0?{actionData:oe}:{}),{flushSync:A})}let J=await jt(S,v.pathname,p.signal);if(J.type==="aborted")return{shortCircuited:!0};if(J.type==="error"){let oe=Qe(J.partialMatches).route.id;return{matches:J.partialMatches,loaderData:{},errors:{[oe]:J.error}}}else if(J.matches)S=J.matches;else{let{error:oe,notFoundMatches:ot,route:Et}=pr(v.pathname);return{matches:ot,loaderData:{},errors:{[Et.id]:oe}}}}let te=s||i,[q,ne]=eo(t.history,E,S,G,v,u.v7_partialHydration&&k===!0,u.v7_skipActionErrorRevalidation,ge,ue,X,Ne,ye,de,te,l,H);if(gr(J=>!(S&&S.some(oe=>oe.route.id===J))||q&&q.some(oe=>oe.route.id===J)),Te=++De,q.length===0&&ne.length===0){let J=pn();return rt(v,re({matches:S,loaderData:{},errors:H&&ve(H[1])?{[H[0]]:H[1].error}:null},so(H),J?{fetchers:new Map(E.fetchers)}:{}),{flushSync:A}),{shortCircuited:!0}}if(fe){let J={};if(!D){J.navigation=$;let oe=un(H);oe!==void 0&&(J.actionData=oe)}ne.length>0&&(J.fetchers=di(ne)),me(J,{flushSync:A})}ne.forEach(J=>{Me(J.key),J.controller&&ee.set(J.key,J.controller)});let nt=()=>ne.forEach(J=>Me(J.key));M&&M.signal.addEventListener("abort",nt);let{loaderResults:gt,fetcherResults:Le}=await dn(E,S,q,ne,p);if(p.signal.aborted)return{shortCircuited:!0};M&&M.signal.removeEventListener("abort",nt),ne.forEach(J=>ee.delete(J.key));let be=zt(gt);if(be)return await qe(p,be.result,!0,{replace:I}),{shortCircuited:!0};if(be=zt(Le),be)return de.add(be.key),await qe(p,be.result,!0,{replace:I}),{shortCircuited:!0};let{loaderData:mr,errors:mt}=ao(E,S,gt,H,ne,Le,Ye);Ye.forEach((J,oe)=>{J.subscribe(ot=>{(ot||J.done)&&Ye.delete(oe)})}),u.v7_partialHydration&&k&&E.errors&&(mt=re({},E.errors,mt));let Ze=pn(),Ft=gn(Te),Bt=Ze||Ft||ne.length>0;return re({matches:S,loaderData:mr,errors:mt},Bt?{fetchers:new Map(E.fetchers)}:{})}function un(p){if(p&&!ve(p[1]))return{[p[0]]:p[1].data};if(E.actionData)return Object.keys(E.actionData).length===0?null:E.actionData}function di(p){return p.forEach(v=>{let S=E.fetchers.get(v.key),D=_t(void 0,S?S.data:void 0);E.fetchers.set(v.key,D)}),new Map(E.fetchers)}function fi(p,v,S,D){if(n)throw new Error("router.fetch() was called during the server render, but it shouldn't be. You are likely calling a useFetcher() method in the body of your component. Try moving it to a useEffect or a callback.");Me(p);let L=(D&&D.flushSync)===!0,F=s||i,V=Vr(E.location,E.matches,l,u.v7_prependBasename,S,u.v7_relativeSplatPath,v,D?.relative),I=je(F,V,l),k=Ht(I,F,V);if(k.active&&k.matches&&(I=k.matches),!I){Oe(p,v,Ee(404,{pathname:V}),{flushSync:L});return}let{path:A,submission:H,error:$}=Zn(u.v7_normalizeFormMethod,!0,V,D);if($){Oe(p,v,$,{flushSync:L});return}let G=Nt(I,A),fe=(D&&D.preventScrollReset)===!0;if(H&&Re(H.formMethod)){hi(p,v,A,G,I,k.active,L,fe,H);return}ye.set(p,{routeId:v,path:A}),pi(p,v,A,G,I,k.active,L,fe,H)}async function hi(p,v,S,D,L,F,V,I,k){hr(),ye.delete(p);function A(se){if(!se.route.action&&!se.route.lazy){let at=Ee(405,{method:k.formMethod,pathname:S,routeId:v});return Oe(p,v,at,{flushSync:V}),!0}return!1}if(!F&&A(D))return;let H=E.fetchers.get(p);ke(p,Gu(k,H),{flushSync:V});let $=new AbortController,G=st(t.history,S,$.signal,k);if(F){let se=await jt(L,new URL(G.url).pathname,G.signal,p);if(se.type==="aborted")return;if(se.type==="error"){Oe(p,v,se.error,{flushSync:V});return}else if(se.matches){if(L=se.matches,D=Nt(L,S),A(D))return}else{Oe(p,v,Ee(404,{pathname:S}),{flushSync:V});return}}ee.set(p,$);let fe=De,q=(await pt("action",E,G,[D],L,p))[D.route.id];if(G.signal.aborted){ee.get(p)===$&&ee.delete(p);return}if(u.v7_fetcherPersist&&Ne.has(p)){if(tt(q)||ve(q)){ke(p,He(void 0));return}}else{if(tt(q))if(ee.delete(p),Te>fe){ke(p,He(void 0));return}else return de.add(p),ke(p,_t(k)),qe(G,q,!1,{fetcherSubmission:k,preventScrollReset:I});if(ve(q)){Oe(p,v,q.error);return}}if(Ve(q))throw Ee(400,{type:"defer-action"});let ne=E.navigation.location||E.location,nt=st(t.history,ne,$.signal),gt=s||i,Le=E.navigation.state!=="idle"?je(gt,E.navigation.location,l):E.matches;z(Le,"Didn't find any matches after fetcher action");let be=++De;ie.set(p,be);let mr=_t(k,q.data);E.fetchers.set(p,mr);let[mt,Ze]=eo(t.history,E,Le,k,ne,!1,u.v7_skipActionErrorRevalidation,ge,ue,X,Ne,ye,de,gt,l,[D.route.id,q]);Ze.filter(se=>se.key!==p).forEach(se=>{let at=se.key,_n=E.fetchers.get(at),Ci=_t(void 0,_n?_n.data:void 0);E.fetchers.set(at,Ci),Me(at),se.controller&&ee.set(at,se.controller)}),me({fetchers:new Map(E.fetchers)});let Ft=()=>Ze.forEach(se=>Me(se.key));$.signal.addEventListener("abort",Ft);let{loaderResults:Bt,fetcherResults:J}=await dn(E,Le,mt,Ze,nt);if($.signal.aborted)return;$.signal.removeEventListener("abort",Ft),ie.delete(p),ee.delete(p),Ze.forEach(se=>ee.delete(se.key));let oe=zt(Bt);if(oe)return qe(nt,oe.result,!1,{preventScrollReset:I});if(oe=zt(J),oe)return de.add(oe.key),qe(nt,oe.result,!1,{preventScrollReset:I});let{loaderData:ot,errors:Et}=ao(E,Le,Bt,void 0,Ze,J,Ye);if(E.fetchers.has(p)){let se=He(q.data);E.fetchers.set(p,se)}gn(be),E.navigation.state==="loading"&&be>Te?(z(R,"Expected pending action"),M&&M.abort(),rt(E.navigation.location,{matches:Le,loaderData:ot,errors:Et,fetchers:new Map(E.fetchers)})):(me({errors:Et,loaderData:io(E.loaderData,ot,Le,Et),fetchers:new Map(E.fetchers)}),ge=!1)}async function pi(p,v,S,D,L,F,V,I,k){let A=E.fetchers.get(p);ke(p,_t(k,A?A.data:void 0),{flushSync:V});let H=new AbortController,$=st(t.history,S,H.signal);if(F){let q=await jt(L,new URL($.url).pathname,$.signal,p);if(q.type==="aborted")return;if(q.type==="error"){Oe(p,v,q.error,{flushSync:V});return}else if(q.matches)L=q.matches,D=Nt(L,S);else{Oe(p,v,Ee(404,{pathname:S}),{flushSync:V});return}}ee.set(p,H);let G=De,te=(await pt("loader",E,$,[D],L,p))[D.route.id];if(Ve(te)&&(te=await rn(te,$.signal,!0)||te),ee.get(p)===H&&ee.delete(p),!$.signal.aborted){if(Ne.has(p)){ke(p,He(void 0));return}if(tt(te))if(Te>G){ke(p,He(void 0));return}else{de.add(p),await qe($,te,!1,{preventScrollReset:I});return}if(ve(te)){Oe(p,v,te.error);return}z(!Ve(te),"Unhandled fetcher deferred data"),ke(p,He(te.data))}}async function qe(p,v,S,D){let{submission:L,fetcherSubmission:F,preventScrollReset:V,replace:I}=D===void 0?{}:D;v.response.headers.has("X-Remix-Revalidate")&&(ge=!0);let k=v.response.headers.get("Location");z(k,"Expected a Location header on the redirect Response"),k=no(k,new URL(p.url),l);let A=Ot(E.location,k,{_isRedirect:!0});if(r){let q=!1;if(v.response.headers.has("X-Remix-Reload-Document"))q=!0;else if(tn.test(k)){const ne=t.history.createURL(k);q=ne.origin!==e.location.origin||Tt(ne.pathname,l)==null}if(q){I?e.location.replace(k):e.location.assign(k);return}}M=null;let H=I===!0||v.response.headers.has("X-Remix-Replace")?le.Replace:le.Push,{formMethod:$,formAction:G,formEncType:fe}=E.navigation;!L&&!F&&$&&G&&fe&&(L=uo(E.navigation));let te=L||F;if(Du.has(v.response.status)&&te&&Re(te.formMethod))await Xe(H,A,{submission:re({},te,{formAction:k}),preventScrollReset:V||j,enableViewTransition:S?K:void 0});else{let q=xr(A,L);await Xe(H,A,{overrideNavigation:q,fetcherSubmission:F,preventScrollReset:V||j,enableViewTransition:S?K:void 0})}}async function pt(p,v,S,D,L,F){let V,I={};try{V=await ku(c,p,v,S,D,L,F,a,o)}catch(k){return D.forEach(A=>{I[A.route.id]={type:Z.error,error:k}}),I}for(let[k,A]of Object.entries(V))if(Vu(A)){let H=A.result;I[k]={type:Z.redirect,response:ju(H,S,k,L,l,u.v7_relativeSplatPath)}}else I[k]=await Hu(A);return I}async function dn(p,v,S,D,L){let F=p.matches,V=pt("loader",p,L,S,v,null),I=Promise.all(D.map(async H=>{if(H.matches&&H.match&&H.controller){let G=(await pt("loader",p,st(t.history,H.path,H.controller.signal),[H.match],H.matches,H.key))[H.match.route.id];return{[H.key]:G}}else return Promise.resolve({[H.key]:{type:Z.error,error:Ee(404,{pathname:H.path})}})})),k=await V,A=(await I).reduce((H,$)=>Object.assign(H,$),{});return await Promise.all([zu(v,k,L.signal,F,p.loaderData),Ku(v,A,D)]),{loaderResults:k,fetcherResults:A}}function hr(){ge=!0,ue.push(...gr()),ye.forEach((p,v)=>{ee.has(v)&&X.add(v),Me(v)})}function ke(p,v,S){S===void 0&&(S={}),E.fetchers.set(p,v),me({fetchers:new Map(E.fetchers)},{flushSync:(S&&S.flushSync)===!0})}function Oe(p,v,S,D){D===void 0&&(D={});let L=Qe(E.matches,v);kt(p),me({errors:{[L.route.id]:S},fetchers:new Map(E.fetchers)},{flushSync:(D&&D.flushSync)===!0})}function fn(p){return Ie.set(p,(Ie.get(p)||0)+1),Ne.has(p)&&Ne.delete(p),E.fetchers.get(p)||Ou}function kt(p){let v=E.fetchers.get(p);ee.has(p)&&!(v&&v.state==="loading"&&ie.has(p))&&Me(p),ye.delete(p),ie.delete(p),de.delete(p),u.v7_fetcherPersist&&Ne.delete(p),X.delete(p),E.fetchers.delete(p)}function gi(p){let v=(Ie.get(p)||0)-1;v<=0?(Ie.delete(p),Ne.add(p),u.v7_fetcherPersist||kt(p)):Ie.set(p,v),me({fetchers:new Map(E.fetchers)})}function Me(p){let v=ee.get(p);v&&(v.abort(),ee.delete(p))}function hn(p){for(let v of p){let S=fn(v),D=He(S.data);E.fetchers.set(v,D)}}function pn(){let p=[],v=!1;for(let S of de){let D=E.fetchers.get(S);z(D,"Expected fetcher: "+S),D.state==="loading"&&(de.delete(S),p.push(S),v=!0)}return hn(p),v}function gn(p){let v=[];for(let[S,D]of ie)if(D<p){let L=E.fetchers.get(S);z(L,"Expected fetcher: "+S),L.state==="loading"&&(Me(S),ie.delete(S),v.push(S))}return hn(v),v.length>0}function mi(p,v){let S=E.blockers.get(p)||yt;return Je.get(p)!==v&&Je.set(p,v),S}function mn(p){E.blockers.delete(p),Je.delete(p)}function Mt(p,v){let S=E.blockers.get(p)||yt;z(S.state==="unblocked"&&v.state==="blocked"||S.state==="blocked"&&v.state==="blocked"||S.state==="blocked"&&v.state==="proceeding"||S.state==="blocked"&&v.state==="unblocked"||S.state==="proceeding"&&v.state==="unblocked","Invalid blocker state transition: "+S.state+" -> "+v.state);let D=new Map(E.blockers);D.set(p,v),me({blockers:D})}function En(p){let{currentLocation:v,nextLocation:S,historyAction:D}=p;if(Je.size===0)return;Je.size>1&&ht(!1,"A router only supports one blocker at a time");let L=Array.from(Je.entries()),[F,V]=L[L.length-1],I=E.blockers.get(F);if(!(I&&I.state==="proceeding")&&V({currentLocation:v,nextLocation:S,historyAction:D}))return F}function pr(p){let v=Ee(404,{pathname:p}),S=s||i,{matches:D,route:L}=lo(S);return gr(),{notFoundMatches:D,route:L,error:v}}function gr(p){let v=[];return Ye.forEach((S,D)=>{(!p||p(D))&&(S.cancel(),v.push(D),Ye.delete(D))}),v}function Ei(p,v,S){if(m=p,N=v,_=S||null,!C&&E.navigation===br){C=!0;let D=yn(E.location,E.matches);D!=null&&me({restoreScrollPosition:D})}return()=>{m=null,N=null,_=null}}function vn(p,v){return _&&_(p,v.map(D=>au(D,E.loaderData)))||p.key}function vi(p,v){if(m&&N){let S=vn(p,v);m[S]=N()}}function yn(p,v){if(m){let S=vn(p,v),D=m[S];if(typeof D=="number")return D}return null}function Ht(p,v,S){if(d)if(p){if(Object.keys(p[0].params).length>0)return{active:!0,matches:Yt(v,S,l,!0)}}else return{active:!0,matches:Yt(v,S,l,!0)||[]};return{active:!1,matches:null}}async function jt(p,v,S,D){if(!d)return{type:"success",matches:p};let L=p;for(;;){let F=s==null,V=s||i,I=a;try{await d({signal:S,path:v,matches:L,fetcherKey:D,patch:(H,$)=>{S.aborted||ro(H,$,V,I,o)}})}catch(H){return{type:"error",error:H,partialMatches:L}}finally{F&&!S.aborted&&(i=[...i])}if(S.aborted)return{type:"aborted"};let k=je(V,v,l);if(k)return{type:"success",matches:k};let A=Yt(V,v,l,!0);if(!A||L.length===A.length&&L.every((H,$)=>H.route.id===A[$].route.id))return{type:"success",matches:null};L=A}}function yi(p){a={},s=tr(p,o,void 0,a)}function _i(p,v){let S=s==null;ro(p,v,s||i,a,o),S&&(i=[...i],me({}))}return P={get basename(){return l},get future(){return u},get state(){return E},get routes(){return i},get window(){return e},initialize:ai,subscribe:si,enableScrollRestoration:Ei,navigate:cn,fetch:fi,revalidate:li,createHref:p=>t.history.createHref(p),encodeLocation:p=>t.history.encodeLocation(p),getFetcher:fn,deleteFetcher:gi,dispose:ii,getBlocker:mi,deleteBlocker:mn,patchRoutes:_i,_internalFetchControllers:ee,_internalActiveDeferreds:Ye,_internalSetRoutes:yi},P}function Pu(t){return t!=null&&("formData"in t&&t.formData!=null||"body"in t&&t.body!==void 0)}function Vr(t,e,r,n,o,a,i,s){let l,c;if(i){l=[];for(let u of e)if(l.push(u),u.route.id===i){c=u;break}}else l=e,c=e[e.length-1];let d=ya(o||".",va(l,a),Tt(t.pathname,r)||t.pathname,s==="path");if(o==null&&(d.search=t.search,d.hash=t.hash),(o==null||o===""||o===".")&&c){let u=nn(d.search);if(c.route.index&&!u)d.search=d.search?d.search.replace(/^\?/,"?index&"):"?index";else if(!c.route.index&&u){let f=new URLSearchParams(d.search),h=f.getAll("index");f.delete("index"),h.filter(_=>_).forEach(_=>f.append("index",_));let m=f.toString();d.search=m?"?"+m:""}}return n&&r!=="/"&&(d.pathname=d.pathname==="/"?r:ze([r,d.pathname])),At(d)}function Zn(t,e,r,n){if(!n||!Pu(n))return{path:r};if(n.formMethod&&!$u(n.formMethod))return{path:r,error:Ee(405,{method:n.formMethod})};let o=()=>({path:r,error:Ee(400,{type:"invalid-body"})}),a=n.formMethod||"get",i=t?a.toUpperCase():a.toLowerCase(),s=Ra(r);if(n.body!==void 0){if(n.formEncType==="text/plain"){if(!Re(i))return o();let f=typeof n.body=="string"?n.body:n.body instanceof FormData||n.body instanceof URLSearchParams?Array.from(n.body.entries()).reduce((h,m)=>{let[_,N]=m;return""+h+_+"="+N+`
|
|
5
|
-
`},""):String(n.body);return{path:r,submission:{formMethod:i,formAction:s,formEncType:n.formEncType,formData:void 0,json:void 0,text:f}}}else if(n.formEncType==="application/json"){if(!Re(i))return o();try{let f=typeof n.body=="string"?JSON.parse(n.body):n.body;return{path:r,submission:{formMethod:i,formAction:s,formEncType:n.formEncType,formData:void 0,json:f,text:void 0}}}catch{return o()}}}z(typeof FormData=="function","FormData is not available in this environment");let l,c;if(n.formData)l=$r(n.formData),c=n.formData;else if(n.body instanceof FormData)l=$r(n.body),c=n.body;else if(n.body instanceof URLSearchParams)l=n.body,c=oo(l);else if(n.body==null)l=new URLSearchParams,c=new FormData;else try{l=new URLSearchParams(n.body),c=oo(l)}catch{return o()}let d={formMethod:i,formAction:s,formEncType:n&&n.formEncType||"application/x-www-form-urlencoded",formData:c,json:void 0,text:void 0};if(Re(d.formMethod))return{path:r,submission:d};let u=Ke(r);return e&&u.search&&nn(u.search)&&l.append("index",""),u.search="?"+l,{path:At(u),submission:d}}function Qn(t,e,r){r===void 0&&(r=!1);let n=t.findIndex(o=>o.route.id===e);return n>=0?t.slice(0,r?n+1:n):t}function eo(t,e,r,n,o,a,i,s,l,c,d,u,f,h,m,_){let N=_?ve(_[1])?_[1].error:_[1].data:void 0,C=t.createURL(e.location),b=t.createURL(o),T=r;a&&e.errors?T=Qn(r,Object.keys(e.errors)[0],!0):_&&ve(_[1])&&(T=Qn(r,_[0]));let x=_?_[1].statusCode:void 0,w=i&&x&&x>=400,P=T.filter((R,j)=>{let{route:M}=R;if(M.lazy)return!0;if(M.loader==null)return!1;if(a)return Ur(M,e.loaderData,e.errors);if(Au(e.loaderData,e.matches[j],R)||l.some(W=>W===R.route.id))return!0;let K=e.matches[j],B=R;return to(R,re({currentUrl:C,currentParams:K.params,nextUrl:b,nextParams:B.params},n,{actionResult:N,actionStatus:x,defaultShouldRevalidate:w?!1:s||C.pathname+C.search===b.pathname+b.search||C.search!==b.search||Sa(K,B)}))}),E=[];return u.forEach((R,j)=>{if(a||!r.some(Y=>Y.route.id===R.routeId)||d.has(j))return;let M=je(h,R.path,m);if(!M){E.push({key:j,routeId:R.routeId,path:R.path,matches:null,match:null,controller:null});return}let K=e.fetchers.get(j),B=Nt(M,R.path),W=!1;f.has(j)?W=!1:c.has(j)?(c.delete(j),W=!0):K&&K.state!=="idle"&&K.data===void 0?W=s:W=to(B,re({currentUrl:C,currentParams:e.matches[e.matches.length-1].params,nextUrl:b,nextParams:r[r.length-1].params},n,{actionResult:N,actionStatus:x,defaultShouldRevalidate:w?!1:s})),W&&E.push({key:j,routeId:R.routeId,path:R.path,matches:M,match:B,controller:new AbortController})}),[P,E]}function Ur(t,e,r){if(t.lazy)return!0;if(!t.loader)return!1;let n=e!=null&&e[t.id]!==void 0,o=r!=null&&r[t.id]!==void 0;return!n&&o?!1:typeof t.loader=="function"&&t.loader.hydrate===!0?!0:!n&&!o}function Au(t,e,r){let n=!e||r.route.id!==e.route.id,o=t[r.route.id]===void 0;return n||o}function Sa(t,e){let r=t.route.path;return t.pathname!==e.pathname||r!=null&&r.endsWith("*")&&t.params["*"]!==e.params["*"]}function to(t,e){if(t.route.shouldRevalidate){let r=t.route.shouldRevalidate(e);if(typeof r=="boolean")return r}return e.defaultShouldRevalidate}function ro(t,e,r,n,o){var a;let i;if(t){let c=n[t];z(c,"No route found to patch children into: routeId = "+t),c.children||(c.children=[]),i=c.children}else i=r;let s=e.filter(c=>!i.some(d=>Na(c,d))),l=tr(s,o,[t||"_","patch",String(((a=i)==null?void 0:a.length)||"0")],n);i.push(...l)}function Na(t,e){return"id"in t&&"id"in e&&t.id===e.id?!0:t.index===e.index&&t.path===e.path&&t.caseSensitive===e.caseSensitive?(!t.children||t.children.length===0)&&(!e.children||e.children.length===0)?!0:t.children.every((r,n)=>{var o;return(o=e.children)==null?void 0:o.some(a=>Na(r,a))}):!1}async function Tu(t,e,r){if(!t.lazy)return;let n=await t.lazy();if(!t.lazy)return;let o=r[t.id];z(o,"No route found in manifest");let a={};for(let i in n){let l=o[i]!==void 0&&i!=="hasErrorBoundary";ht(!l,'Route "'+o.id+'" has a static property "'+i+'" defined but its lazy function is also returning a value for this property. '+('The lazy route property "'+i+'" will be ignored.')),!l&&!nu.has(i)&&(a[i]=n[i])}Object.assign(o,a),Object.assign(o,re({},e(o),{lazy:void 0}))}async function Iu(t){let{matches:e}=t,r=e.filter(o=>o.shouldLoad);return(await Promise.all(r.map(o=>o.resolve()))).reduce((o,a,i)=>Object.assign(o,{[r[i].route.id]:a}),{})}async function ku(t,e,r,n,o,a,i,s,l,c){let d=a.map(h=>h.route.lazy?Tu(h.route,l,s):void 0),u=a.map((h,m)=>{let _=d[m],N=o.some(b=>b.route.id===h.route.id);return re({},h,{shouldLoad:N,resolve:async b=>(b&&n.method==="GET"&&(h.route.lazy||h.route.loader)&&(N=!0),N?Mu(e,n,h,_,b,c):Promise.resolve({type:Z.data,result:void 0}))})}),f=await t({matches:u,request:n,params:a[0].params,fetcherKey:i,context:c});try{await Promise.all(d)}catch{}return f}async function Mu(t,e,r,n,o,a){let i,s,l=c=>{let d,u=new Promise((m,_)=>d=_);s=()=>d(),e.signal.addEventListener("abort",s);let f=m=>typeof c!="function"?Promise.reject(new Error("You cannot call the handler for a route which defines a boolean "+('"'+t+'" [routeId: '+r.route.id+"]"))):c({request:e,params:r.params,context:a},...m!==void 0?[m]:[]),h=(async()=>{try{return{type:"data",result:await(o?o(_=>f(_)):f())}}catch(m){return{type:"error",result:m}}})();return Promise.race([h,u])};try{let c=r.route[t];if(n)if(c){let d,[u]=await Promise.all([l(c).catch(f=>{d=f}),n]);if(d!==void 0)throw d;i=u}else if(await n,c=r.route[t],c)i=await l(c);else if(t==="action"){let d=new URL(e.url),u=d.pathname+d.search;throw Ee(405,{method:e.method,pathname:u,routeId:r.route.id})}else return{type:Z.data,result:void 0};else if(c)i=await l(c);else{let d=new URL(e.url),u=d.pathname+d.search;throw Ee(404,{pathname:u})}z(i.result!==void 0,"You defined "+(t==="action"?"an action":"a loader")+" for route "+('"'+r.route.id+"\" but didn't return anything from your `"+t+"` ")+"function. Please return a value or `null`.")}catch(c){return{type:Z.error,result:c}}finally{s&&e.signal.removeEventListener("abort",s)}return i}async function Hu(t){let{result:e,type:r}=t;if(ba(e)){let u;try{let f=e.headers.get("Content-Type");f&&/\bapplication\/json\b/.test(f)?e.body==null?u=null:u=await e.json():u=await e.text()}catch(f){return{type:Z.error,error:f}}return r===Z.error?{type:Z.error,error:new rr(e.status,e.statusText,u),statusCode:e.status,headers:e.headers}:{type:Z.data,data:u,statusCode:e.status,headers:e.headers}}if(r===Z.error){if(co(e)){var n,o;if(e.data instanceof Error){var a,i;return{type:Z.error,error:e.data,statusCode:(a=e.init)==null?void 0:a.status,headers:(i=e.init)!=null&&i.headers?new Headers(e.init.headers):void 0}}return{type:Z.error,error:new rr(((n=e.init)==null?void 0:n.status)||500,void 0,e.data),statusCode:Lt(e)?e.status:void 0,headers:(o=e.init)!=null&&o.headers?new Headers(e.init.headers):void 0}}return{type:Z.error,error:e,statusCode:Lt(e)?e.status:void 0}}if(Uu(e)){var s,l;return{type:Z.deferred,deferredData:e,statusCode:(s=e.init)==null?void 0:s.status,headers:((l=e.init)==null?void 0:l.headers)&&new Headers(e.init.headers)}}if(co(e)){var c,d;return{type:Z.data,data:e.data,statusCode:(c=e.init)==null?void 0:c.status,headers:(d=e.init)!=null&&d.headers?new Headers(e.init.headers):void 0}}return{type:Z.data,data:e}}function ju(t,e,r,n,o,a){let i=t.headers.get("Location");if(z(i,"Redirects returned/thrown from loaders/actions must have a Location header"),!tn.test(i)){let s=n.slice(0,n.findIndex(l=>l.route.id===r)+1);i=Vr(new URL(e.url),s,o,!0,i,a),t.headers.set("Location",i)}return t}function no(t,e,r){if(tn.test(t)){let n=t,o=n.startsWith("//")?new URL(e.protocol+n):new URL(n),a=Tt(o.pathname,r)!=null;if(o.origin===e.origin&&a)return o.pathname+o.search+o.hash}return t}function st(t,e,r,n){let o=t.createURL(Ra(e)).toString(),a={signal:r};if(n&&Re(n.formMethod)){let{formMethod:i,formEncType:s}=n;a.method=i.toUpperCase(),s==="application/json"?(a.headers=new Headers({"Content-Type":s}),a.body=JSON.stringify(n.json)):s==="text/plain"?a.body=n.text:s==="application/x-www-form-urlencoded"&&n.formData?a.body=$r(n.formData):a.body=n.formData}return new Request(o,a)}function $r(t){let e=new URLSearchParams;for(let[r,n]of t.entries())e.append(r,typeof n=="string"?n:n.name);return e}function oo(t){let e=new FormData;for(let[r,n]of t.entries())e.append(r,n);return e}function Fu(t,e,r,n,o){let a={},i=null,s,l=!1,c={},d=r&&ve(r[1])?r[1].error:void 0;return t.forEach(u=>{if(!(u.route.id in e))return;let f=u.route.id,h=e[f];if(z(!tt(h),"Cannot handle redirect results in processLoaderData"),ve(h)){let m=h.error;d!==void 0&&(m=d,d=void 0),i=i||{};{let _=Qe(t,f);i[_.route.id]==null&&(i[_.route.id]=m)}a[f]=void 0,l||(l=!0,s=Lt(h.error)?h.error.status:500),h.headers&&(c[f]=h.headers)}else Ve(h)?(n.set(f,h.deferredData),a[f]=h.deferredData.data,h.statusCode!=null&&h.statusCode!==200&&!l&&(s=h.statusCode),h.headers&&(c[f]=h.headers)):(a[f]=h.data,h.statusCode&&h.statusCode!==200&&!l&&(s=h.statusCode),h.headers&&(c[f]=h.headers))}),d!==void 0&&r&&(i={[r[0]]:d},a[r[0]]=void 0),{loaderData:a,errors:i,statusCode:s||200,loaderHeaders:c}}function ao(t,e,r,n,o,a,i){let{loaderData:s,errors:l}=Fu(e,r,n,i);return o.forEach(c=>{let{key:d,match:u,controller:f}=c,h=a[d];if(z(h,"Did not find corresponding fetcher result"),!(f&&f.signal.aborted))if(ve(h)){let m=Qe(t.matches,u?.route.id);l&&l[m.route.id]||(l=re({},l,{[m.route.id]:h.error})),t.fetchers.delete(d)}else if(tt(h))z(!1,"Unhandled fetcher revalidation redirect");else if(Ve(h))z(!1,"Unhandled fetcher deferred data");else{let m=He(h.data);t.fetchers.set(d,m)}}),{loaderData:s,errors:l}}function io(t,e,r,n){let o=re({},e);for(let a of r){let i=a.route.id;if(e.hasOwnProperty(i)?e[i]!==void 0&&(o[i]=e[i]):t[i]!==void 0&&a.route.loader&&(o[i]=t[i]),n&&n.hasOwnProperty(i))break}return o}function so(t){return t?ve(t[1])?{actionData:{}}:{actionData:{[t[0]]:t[1].data}}:{}}function Qe(t,e){return(e?t.slice(0,t.findIndex(n=>n.route.id===e)+1):[...t]).reverse().find(n=>n.route.hasErrorBoundary===!0)||t[0]}function lo(t){let e=t.length===1?t[0]:t.find(r=>r.index||!r.path||r.path==="/")||{id:"__shim-error-route__"};return{matches:[{params:{},pathname:"",pathnameBase:"",route:e}],route:e}}function Ee(t,e){let{pathname:r,routeId:n,method:o,type:a,message:i}=e===void 0?{}:e,s="Unknown Server Error",l="Unknown @remix-run/router error";return t===400?(s="Bad Request",o&&r&&n?l="You made a "+o+' request to "'+r+'" but '+('did not provide a `loader` for route "'+n+'", ')+"so there is no way to handle the request.":a==="defer-action"?l="defer() is not supported in actions":a==="invalid-body"&&(l="Unable to encode submission body")):t===403?(s="Forbidden",l='Route "'+n+'" does not match URL "'+r+'"'):t===404?(s="Not Found",l='No route matches URL "'+r+'"'):t===405&&(s="Method Not Allowed",o&&r&&n?l="You made a "+o.toUpperCase()+' request to "'+r+'" but '+('did not provide an `action` for route "'+n+'", ')+"so there is no way to handle the request.":o&&(l='Invalid request method "'+o.toUpperCase()+'"')),new rr(t||500,s,new Error(l),!0)}function zt(t){let e=Object.entries(t);for(let r=e.length-1;r>=0;r--){let[n,o]=e[r];if(tt(o))return{key:n,result:o}}}function Ra(t){let e=typeof t=="string"?Ke(t):t;return At(re({},e,{hash:""}))}function Bu(t,e){return t.pathname!==e.pathname||t.search!==e.search?!1:t.hash===""?e.hash!=="":t.hash===e.hash?!0:e.hash!==""}function Vu(t){return ba(t.result)&&xu.has(t.result.status)}function Ve(t){return t.type===Z.deferred}function ve(t){return t.type===Z.error}function tt(t){return(t&&t.type)===Z.redirect}function co(t){return typeof t=="object"&&t!=null&&"type"in t&&"data"in t&&"init"in t&&t.type==="DataWithResponseInit"}function Uu(t){let e=t;return e&&typeof e=="object"&&typeof e.data=="object"&&typeof e.subscribe=="function"&&typeof e.cancel=="function"&&typeof e.resolveData=="function"}function ba(t){return t!=null&&typeof t.status=="number"&&typeof t.statusText=="string"&&typeof t.headers=="object"&&typeof t.body<"u"}function $u(t){return bu.has(t.toLowerCase())}function Re(t){return Nu.has(t.toLowerCase())}async function zu(t,e,r,n,o){let a=Object.entries(e);for(let i=0;i<a.length;i++){let[s,l]=a[i],c=t.find(f=>f?.route.id===s);if(!c)continue;let d=n.find(f=>f.route.id===c.route.id),u=d!=null&&!Sa(d,c)&&(o&&o[c.route.id])!==void 0;Ve(l)&&u&&await rn(l,r,!1).then(f=>{f&&(e[s]=f)})}}async function Ku(t,e,r){for(let n=0;n<r.length;n++){let{key:o,routeId:a,controller:i}=r[n],s=e[o];t.find(c=>c?.route.id===a)&&Ve(s)&&(z(i,"Expected an AbortController for revalidating fetcher deferred result"),await rn(s,i.signal,!0).then(c=>{c&&(e[o]=c)}))}}async function rn(t,e,r){if(r===void 0&&(r=!1),!await t.deferredData.resolveData(e)){if(r)try{return{type:Z.data,data:t.deferredData.unwrappedData}}catch(o){return{type:Z.error,error:o}}return{type:Z.data,data:t.deferredData.data}}}function nn(t){return new URLSearchParams(t).getAll("index").some(e=>e==="")}function Nt(t,e){let r=typeof e=="string"?Ke(e).search:e.search;if(t[t.length-1].route.index&&nn(r||""))return t[t.length-1];let n=Ea(t);return n[n.length-1]}function uo(t){let{formMethod:e,formAction:r,formEncType:n,text:o,formData:a,json:i}=t;if(!(!e||!r||!n)){if(o!=null)return{formMethod:e,formAction:r,formEncType:n,formData:void 0,json:void 0,text:o};if(a!=null)return{formMethod:e,formAction:r,formEncType:n,formData:a,json:void 0,text:void 0};if(i!==void 0)return{formMethod:e,formAction:r,formEncType:n,formData:void 0,json:i,text:void 0}}}function xr(t,e){return e?{state:"loading",location:t,formMethod:e.formMethod,formAction:e.formAction,formEncType:e.formEncType,formData:e.formData,json:e.json,text:e.text}:{state:"loading",location:t,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0}}function Wu(t,e){return{state:"submitting",location:t,formMethod:e.formMethod,formAction:e.formAction,formEncType:e.formEncType,formData:e.formData,json:e.json,text:e.text}}function _t(t,e){return t?{state:"loading",formMethod:t.formMethod,formAction:t.formAction,formEncType:t.formEncType,formData:t.formData,json:t.json,text:t.text,data:e}:{state:"loading",formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0,data:e}}function Gu(t,e){return{state:"submitting",formMethod:t.formMethod,formAction:t.formAction,formEncType:t.formEncType,formData:t.formData,json:t.json,text:t.text,data:e?e.data:void 0}}function He(t){return{state:"idle",formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0,data:t}}function Yu(t,e){try{let r=t.sessionStorage.getItem(Ca);if(r){let n=JSON.parse(r);for(let[o,a]of Object.entries(n||{}))a&&Array.isArray(a)&&e.set(o,new Set(a||[]))}}catch{}}function Ju(t,e){if(e.size>0){let r={};for(let[n,o]of e)r[n]=[...o];try{t.sessionStorage.setItem(Ca,JSON.stringify(r))}catch(n){ht(!1,"Failed to save applied view transitions in sessionStorage ("+n+").")}}}function nr(){return nr=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var r=arguments[e];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(t[n]=r[n])}return t},nr.apply(this,arguments)}const sr=g.createContext(null),xa=g.createContext(null),lr=g.createContext(null),cr=g.createContext(null),We=g.createContext({outlet:null,matches:[],isDataRoute:!1}),Da=g.createContext(null);function ur(){return g.useContext(cr)!=null}function dr(){return ur()||z(!1),g.useContext(cr).location}function Xu(){return g.useContext(cr).navigationType}function Oa(t){g.useContext(lr).static||g.useLayoutEffect(t)}function qu(){let{isDataRoute:t}=g.useContext(We);return t?fd():Zu()}function Zu(){ur()||z(!1);let t=g.useContext(sr),{basename:e,future:r,navigator:n}=g.useContext(lr),{matches:o}=g.useContext(We),{pathname:a}=dr(),i=JSON.stringify(va(o,r.v7_relativeSplatPath)),s=g.useRef(!1);return Oa(()=>{s.current=!0}),g.useCallback(function(c,d){if(d===void 0&&(d={}),!s.current)return;if(typeof c=="number"){n.go(c);return}let u=ya(c,JSON.parse(i),a,d.relative==="path");t==null&&e!=="/"&&(u.pathname=u.pathname==="/"?e:ze([e,u.pathname])),(d.replace?n.replace:n.push)(u,d.state,d)},[e,n,i,a,t])}const Qu=g.createContext(null);function ed(t){let e=g.useContext(We).outlet;return e&&g.createElement(Qu.Provider,{value:t},e)}function td(){let{matches:t}=g.useContext(We),e=t[t.length-1];return e?e.params:{}}function rd(t,e,r,n){ur()||z(!1);let{navigator:o}=g.useContext(lr),{matches:a}=g.useContext(We),i=a[a.length-1],s=i?i.params:{};i&&i.pathname;let l=i?i.pathnameBase:"/";i&&i.route;let c=dr(),d;d=c;let u=d.pathname||"/",f=u;if(l!=="/"){let _=l.replace(/^\//,"").split("/");f="/"+u.replace(/^\//,"").split("/").slice(_.length).join("/")}let h=je(t,{pathname:f});return sd(h&&h.map(_=>Object.assign({},_,{params:Object.assign({},s,_.params),pathname:ze([l,o.encodeLocation?o.encodeLocation(_.pathname).pathname:_.pathname]),pathnameBase:_.pathnameBase==="/"?l:ze([l,o.encodeLocation?o.encodeLocation(_.pathnameBase).pathname:_.pathnameBase])})),a,r,n)}function nd(){let t=dd(),e=Lt(t)?t.status+" "+t.statusText:t instanceof Error?t.message:JSON.stringify(t),r=t instanceof Error?t.stack:null,o={padding:"0.5rem",backgroundColor:"rgba(200,200,200, 0.5)"};return g.createElement(g.Fragment,null,g.createElement("h2",null,"Unexpected Application Error!"),g.createElement("h3",{style:{fontStyle:"italic"}},e),r?g.createElement("pre",{style:o},r):null,null)}const od=g.createElement(nd,null);class ad extends g.Component{constructor(e){super(e),this.state={location:e.location,revalidation:e.revalidation,error:e.error}}static getDerivedStateFromError(e){return{error:e}}static getDerivedStateFromProps(e,r){return r.location!==e.location||r.revalidation!=="idle"&&e.revalidation==="idle"?{error:e.error,location:e.location,revalidation:e.revalidation}:{error:e.error!==void 0?e.error:r.error,location:r.location,revalidation:e.revalidation||r.revalidation}}componentDidCatch(e,r){console.error("React Router caught the following error during render",e,r)}render(){return this.state.error!==void 0?g.createElement(We.Provider,{value:this.props.routeContext},g.createElement(Da.Provider,{value:this.state.error,children:this.props.component})):this.props.children}}function id(t){let{routeContext:e,match:r,children:n}=t,o=g.useContext(sr);return o&&o.static&&o.staticContext&&(r.route.errorElement||r.route.ErrorBoundary)&&(o.staticContext._deepestRenderedBoundaryId=r.route.id),g.createElement(We.Provider,{value:e},n)}function sd(t,e,r,n){var o;if(e===void 0&&(e=[]),r===void 0&&(r=null),n===void 0&&(n=null),t==null){var a;if(!r)return null;if(r.errors)t=r.matches;else if((a=n)!=null&&a.v7_partialHydration&&e.length===0&&!r.initialized&&r.matches.length>0)t=r.matches;else return null}let i=t,s=(o=r)==null?void 0:o.errors;if(s!=null){let d=i.findIndex(u=>u.route.id&&s?.[u.route.id]!==void 0);d>=0||z(!1),i=i.slice(0,Math.min(i.length,d+1))}let l=!1,c=-1;if(r&&n&&n.v7_partialHydration)for(let d=0;d<i.length;d++){let u=i[d];if((u.route.HydrateFallback||u.route.hydrateFallbackElement)&&(c=d),u.route.id){let{loaderData:f,errors:h}=r,m=u.route.loader&&f[u.route.id]===void 0&&(!h||h[u.route.id]===void 0);if(u.route.lazy||m){l=!0,c>=0?i=i.slice(0,c+1):i=[i[0]];break}}}return i.reduceRight((d,u,f)=>{let h,m=!1,_=null,N=null;r&&(h=s&&u.route.id?s[u.route.id]:void 0,_=u.route.errorElement||od,l&&(c<0&&f===0?(hd("route-fallback"),m=!0,N=null):c===f&&(m=!0,N=u.route.hydrateFallbackElement||null)));let C=e.concat(i.slice(0,f+1)),b=()=>{let T;return h?T=_:m?T=N:u.route.Component?T=g.createElement(u.route.Component,null):u.route.element?T=u.route.element:T=d,g.createElement(id,{match:u,routeContext:{outlet:d,matches:C,isDataRoute:r!=null},children:T})};return r&&(u.route.ErrorBoundary||u.route.errorElement||f===0)?g.createElement(ad,{location:r.location,revalidation:r.revalidation,component:_,error:h,children:b(),routeContext:{outlet:null,matches:C,isDataRoute:!0}}):b()},null)}var La=(function(t){return t.UseBlocker="useBlocker",t.UseRevalidator="useRevalidator",t.UseNavigateStable="useNavigate",t})(La||{}),wa=(function(t){return t.UseBlocker="useBlocker",t.UseLoaderData="useLoaderData",t.UseActionData="useActionData",t.UseRouteError="useRouteError",t.UseNavigation="useNavigation",t.UseRouteLoaderData="useRouteLoaderData",t.UseMatches="useMatches",t.UseRevalidator="useRevalidator",t.UseNavigateStable="useNavigate",t.UseRouteId="useRouteId",t})(wa||{});function ld(t){let e=g.useContext(sr);return e||z(!1),e}function cd(t){let e=g.useContext(xa);return e||z(!1),e}function ud(t){let e=g.useContext(We);return e||z(!1),e}function Pa(t){let e=ud(),r=e.matches[e.matches.length-1];return r.route.id||z(!1),r.route.id}function dd(){var t;let e=g.useContext(Da),r=cd(wa.UseRouteError),n=Pa();return e!==void 0?e:(t=r.errors)==null?void 0:t[n]}function fd(){let{router:t}=ld(La.UseNavigateStable),e=Pa(),r=g.useRef(!1);return Oa(()=>{r.current=!0}),g.useCallback(function(o,a){a===void 0&&(a={}),r.current&&(typeof o=="number"?t.navigate(o):t.navigate(o,nr({fromRouteId:e},a)))},[t,e])}const fo={};function hd(t,e,r){fo[t]||(fo[t]=!0)}function pd(t,e){t?.v7_startTransition,t?.v7_relativeSplatPath===void 0&&(!e||e.v7_relativeSplatPath),e&&(e.v7_fetcherPersist,e.v7_normalizeFormMethod,e.v7_partialHydration,e.v7_skipActionErrorRevalidation)}function gd(t){return ed(t.context)}function md(t){z(!1)}function Ed(t){let{basename:e="/",children:r=null,location:n,navigationType:o=le.Pop,navigator:a,static:i=!1,future:s}=t;ur()&&z(!1);let l=e.replace(/^\/*/,"/"),c=g.useMemo(()=>({basename:l,navigator:a,static:i,future:nr({v7_relativeSplatPath:!1},s)}),[l,s,a,i]);typeof n=="string"&&(n=Ke(n));let{pathname:d="/",search:u="",hash:f="",state:h=null,key:m="default"}=n,_=g.useMemo(()=>{let N=Tt(d,l);return N==null?null:{location:{pathname:N,search:u,hash:f,state:h,key:m},navigationType:o}},[l,d,u,f,h,m,o]);return _==null?null:g.createElement(lr.Provider,{value:c},g.createElement(cr.Provider,{children:r,value:_}))}new Promise(()=>{});function zr(t,e){e===void 0&&(e=[]);let r=[];return g.Children.forEach(t,(n,o)=>{if(!g.isValidElement(n))return;let a=[...e,o];if(n.type===g.Fragment){r.push.apply(r,zr(n.props.children,a));return}n.type!==md&&z(!1),!n.props.index||!n.props.children||z(!1);let i={id:n.props.id||a.join("-"),caseSensitive:n.props.caseSensitive,element:n.props.element,Component:n.props.Component,index:n.props.index,path:n.props.path,loader:n.props.loader,action:n.props.action,errorElement:n.props.errorElement,ErrorBoundary:n.props.ErrorBoundary,hasErrorBoundary:n.props.ErrorBoundary!=null||n.props.errorElement!=null,shouldRevalidate:n.props.shouldRevalidate,handle:n.props.handle,lazy:n.props.lazy};n.props.children&&(i.children=zr(n.props.children,a)),r.push(i)}),r}function vd(t){let e={hasErrorBoundary:t.ErrorBoundary!=null||t.errorElement!=null};return t.Component&&Object.assign(e,{element:g.createElement(t.Component),Component:void 0}),t.HydrateFallback&&Object.assign(e,{hydrateFallbackElement:g.createElement(t.HydrateFallback),HydrateFallback:void 0}),t.ErrorBoundary&&Object.assign(e,{errorElement:g.createElement(t.ErrorBoundary),ErrorBoundary:void 0}),e}function or(){return or=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var r=arguments[e];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(t[n]=r[n])}return t},or.apply(this,arguments)}const yd="6";try{window.__reactRouterVersion=yd}catch{}function _d(t,e){return wu({basename:e?.basename,future:or({},e?.future,{v7_prependBasename:!0}),history:eu({window:e?.window}),hydrationData:e?.hydrationData||Cd(),routes:t,mapRouteProperties:vd,dataStrategy:e?.dataStrategy,patchRoutesOnNavigation:e?.patchRoutesOnNavigation,window:e?.window}).initialize()}function Cd(){var t;let e=(t=window)==null?void 0:t.__staticRouterHydrationData;return e&&e.errors&&(e=or({},e,{errors:Sd(e.errors)})),e}function Sd(t){if(!t)return null;let e=Object.entries(t),r={};for(let[n,o]of e)if(o&&o.__type==="RouteErrorResponse")r[n]=new rr(o.status,o.statusText,o.data,o.internal===!0);else if(o&&o.__type==="Error"){if(o.__subType){let a=window[o.__subType];if(typeof a=="function")try{let i=new a(o.message);i.stack="",r[n]=i}catch{}}if(r[n]==null){let a=new Error(o.message);a.stack="",r[n]=a}}else r[n]=o;return r}const Nd=g.createContext({isTransitioning:!1}),Rd=g.createContext(new Map),bd="startTransition",ho=Di[bd],xd="flushSync",po=Ri[xd];function Dd(t){ho?ho(t):t()}function Ct(t){po?po(t):t()}class Od{constructor(){this.status="pending",this.promise=new Promise((e,r)=>{this.resolve=n=>{this.status==="pending"&&(this.status="resolved",e(n))},this.reject=n=>{this.status==="pending"&&(this.status="rejected",r(n))}})}}function Ld(t){let{fallbackElement:e,router:r,future:n}=t,[o,a]=g.useState(r.state),[i,s]=g.useState(),[l,c]=g.useState({isTransitioning:!1}),[d,u]=g.useState(),[f,h]=g.useState(),[m,_]=g.useState(),N=g.useRef(new Map),{v7_startTransition:C}=n||{},b=g.useCallback(R=>{C?Dd(R):R()},[C]),T=g.useCallback((R,j)=>{let{deletedFetchers:M,flushSync:K,viewTransitionOpts:B}=j;R.fetchers.forEach((Y,ge)=>{Y.data!==void 0&&N.current.set(ge,Y.data)}),M.forEach(Y=>N.current.delete(Y));let W=r.window==null||r.window.document==null||typeof r.window.document.startViewTransition!="function";if(!B||W){K?Ct(()=>a(R)):b(()=>a(R));return}if(K){Ct(()=>{f&&(d&&d.resolve(),f.skipTransition()),c({isTransitioning:!0,flushSync:!0,currentLocation:B.currentLocation,nextLocation:B.nextLocation})});let Y=r.window.document.startViewTransition(()=>{Ct(()=>a(R))});Y.finished.finally(()=>{Ct(()=>{u(void 0),h(void 0),s(void 0),c({isTransitioning:!1})})}),Ct(()=>h(Y));return}f?(d&&d.resolve(),f.skipTransition(),_({state:R,currentLocation:B.currentLocation,nextLocation:B.nextLocation})):(s(R),c({isTransitioning:!0,flushSync:!1,currentLocation:B.currentLocation,nextLocation:B.nextLocation}))},[r.window,f,d,N,b]);g.useLayoutEffect(()=>r.subscribe(T),[r,T]),g.useEffect(()=>{l.isTransitioning&&!l.flushSync&&u(new Od)},[l]),g.useEffect(()=>{if(d&&i&&r.window){let R=i,j=d.promise,M=r.window.document.startViewTransition(async()=>{b(()=>a(R)),await j});M.finished.finally(()=>{u(void 0),h(void 0),s(void 0),c({isTransitioning:!1})}),h(M)}},[b,i,d,r.window]),g.useEffect(()=>{d&&i&&o.location.key===i.location.key&&d.resolve()},[d,f,o.location,i]),g.useEffect(()=>{!l.isTransitioning&&m&&(s(m.state),c({isTransitioning:!0,flushSync:!1,currentLocation:m.currentLocation,nextLocation:m.nextLocation}),_(void 0))},[l.isTransitioning,m]),g.useEffect(()=>{},[]);let x=g.useMemo(()=>({createHref:r.createHref,encodeLocation:r.encodeLocation,go:R=>r.navigate(R),push:(R,j,M)=>r.navigate(R,{state:j,preventScrollReset:M?.preventScrollReset}),replace:(R,j,M)=>r.navigate(R,{replace:!0,state:j,preventScrollReset:M?.preventScrollReset})}),[r]),w=r.basename||"/",P=g.useMemo(()=>({router:r,navigator:x,static:!1,basename:w}),[r,x,w]),E=g.useMemo(()=>({v7_relativeSplatPath:r.future.v7_relativeSplatPath}),[r.future.v7_relativeSplatPath]);return g.useEffect(()=>pd(n,r.future),[n,r.future]),g.createElement(g.Fragment,null,g.createElement(sr.Provider,{value:P},g.createElement(xa.Provider,{value:o},g.createElement(Rd.Provider,{value:N.current},g.createElement(Nd.Provider,{value:l},g.createElement(Ed,{basename:w,location:o.location,navigationType:o.historyAction,navigator:x,future:E},o.initialized||r.future.v7_partialHydration?g.createElement(wd,{routes:r.routes,future:r.future,state:o}):e))))),null)}const wd=g.memo(Pd);function Pd(t){let{routes:e,future:r,state:n}=t;return rd(e,void 0,n,r)}var go;(function(t){t.UseScrollRestoration="useScrollRestoration",t.UseSubmit="useSubmit",t.UseSubmitFetcher="useSubmitFetcher",t.UseFetcher="useFetcher",t.useViewTransitionState="useViewTransitionState"})(go||(go={}));var mo;(function(t){t.UseFetcher="useFetcher",t.UseFetchers="useFetchers",t.UseScrollRestoration="useScrollRestoration"})(mo||(mo={}));const Eo=Jr(["sentry"]);let on=!1;async function Aa(){return await he(()=>import("./sentry_react-cODD7zWc.js").then(t=>t.i),__vite__mapDeps([0,1,2]))}async function Ad(){const t=await Aa(),e=[t.httpClientIntegration(),t.extraErrorDataIntegration({depth:5}),t.replayIntegration(),t.captureConsoleIntegration({levels:["error"]})];ce.sentry.tracing&&e.push(t.reactRouterV6BrowserTracingIntegration({useEffect:jo.useEffect,useLocation:dr,useNavigationType:Xu,createRoutesFromChildren:zr,matchRoutes:je})),t.init({release:ce.sentry.release,dsn:ce.sentry.dsn,environment:ce.sentry.env,integrations:e,ignoreErrors:["User is not allowed to create files","User is not allowed to move documents","The user aborted a request."],sendDefaultPii:!0,tracesSampleRate:1,replaysSessionSampleRate:.1,replaysOnErrorSampleRate:1,beforeSend(r,n){const o=n.originalException;return o instanceof TypeError&&o.message.includes("Failed to fetch")&&!navigator.onLine?null:r}}),on=!0}async function Td(){return on?(await Aa()).getClient()?.close():void 0}function Id(){const[t]=Zr(),{analytics:e}=t;g.useEffect(()=>{if(!e){Td().catch(r=>Eo.error(r));return}on||!ce.sentry.dsn||ce.sentry.dsn===""||Ad().catch(r=>Eo.error(r))},[e])}function Kr(){return Kr=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var r=arguments[e];for(var n in r)({}).hasOwnProperty.call(r,n)&&(t[n]=r[n])}return t},Kr.apply(null,arguments)}var Ta=["shift","alt","meta","mod","ctrl"],kd={esc:"escape",return:"enter",".":"period",",":"comma","-":"slash"," ":"space","`":"backquote","#":"backslash","+":"bracketright",ShiftLeft:"shift",ShiftRight:"shift",AltLeft:"alt",AltRight:"alt",MetaLeft:"meta",MetaRight:"meta",OSLeft:"meta",OSRight:"meta",ControlLeft:"ctrl",ControlRight:"ctrl"};function Ue(t){return(t&&kd[t]||t||"").trim().toLowerCase().replace(/key|digit|numpad|arrow/,"")}function Md(t){return Ta.includes(t)}function Dr(t,e){return e===void 0&&(e=","),t.split(e)}function Or(t,e,r){e===void 0&&(e="+");var n=t.toLocaleLowerCase().split(e).map(function(i){return Ue(i)}),o={alt:n.includes("alt"),ctrl:n.includes("ctrl")||n.includes("control"),shift:n.includes("shift"),meta:n.includes("meta"),mod:n.includes("mod")},a=n.filter(function(i){return!Ta.includes(i)});return Kr({},o,{keys:a,description:r,hotkey:t})}(function(){typeof document<"u"&&(document.addEventListener("keydown",function(t){t.key!==void 0&&Ia([Ue(t.key),Ue(t.code)])}),document.addEventListener("keyup",function(t){t.key!==void 0&&ka([Ue(t.key),Ue(t.code)])})),typeof window<"u"&&window.addEventListener("blur",function(){$e.clear()})})();var $e=new Set;function an(t){return Array.isArray(t)}function Hd(t,e){e===void 0&&(e=",");var r=an(t)?t:t.split(e);return r.every(function(n){return $e.has(n.trim().toLowerCase())})}function Ia(t){var e=Array.isArray(t)?t:[t];$e.has("meta")&&$e.forEach(function(r){return!Md(r)&&$e.delete(r.toLowerCase())}),e.forEach(function(r){return $e.add(r.toLowerCase())})}function ka(t){var e=Array.isArray(t)?t:[t];t==="meta"?$e.clear():e.forEach(function(r){return $e.delete(r.toLowerCase())})}function jd(t,e,r){(typeof r=="function"&&r(t,e)||r===!0)&&t.preventDefault()}function Fd(t,e,r){return typeof r=="function"?r(t,e):r===!0||r===void 0}function Bd(t){return Ma(t,["input","textarea","select"])}function Ma(t,e){e===void 0&&(e=!1);var r=t.target,n=t.composed,o=null;return Vd(r)&&n?o=t.composedPath()[0]&&t.composedPath()[0].tagName:o=r&&r.tagName,an(e)?!!(o&&e&&e.some(function(a){var i;return a.toLowerCase()===((i=o)==null?void 0:i.toLowerCase())})):!!(o&&e&&e)}function Vd(t){return!!t.tagName&&!t.tagName.startsWith("-")&&t.tagName.includes("-")}function Ud(t,e){return t.length===0&&e?(console.warn('A hotkey has the "scopes" option set, however no active scopes were found. If you want to use the global scopes feature, you need to wrap your app in a <HotkeysProvider>'),!0):e?t.some(function(r){return e.includes(r)})||t.includes("*"):!0}var $d=function(e,r,n){n===void 0&&(n=!1);var o=r.alt,a=r.meta,i=r.mod,s=r.shift,l=r.ctrl,c=r.keys,d=e.key,u=e.code,f=e.ctrlKey,h=e.metaKey,m=e.shiftKey,_=e.altKey,N=Ue(u),C=d.toLowerCase();if(!(c!=null&&c.includes(N))&&!(c!=null&&c.includes(C))&&!["ctrl","control","unknown","meta","alt","shift","os"].includes(N))return!1;if(!n){if(o===!_&&C!=="alt"||s===!m&&C!=="shift")return!1;if(i){if(!h&&!f)return!1}else if(a===!h&&C!=="meta"&&C!=="os"||l===!f&&C!=="ctrl"&&C!=="control")return!1}return c&&c.length===1&&(c.includes(C)||c.includes(N))?!0:c?Hd(c):!c},zd=g.createContext(void 0),Kd=function(){return g.useContext(zd)};function Ha(t,e){return t&&e&&typeof t=="object"&&typeof e=="object"?Object.keys(t).length===Object.keys(e).length&&Object.keys(t).reduce(function(r,n){return r&&Ha(t[n],e[n])},!0):t===e}var Wd=g.createContext({hotkeys:[],enabledScopes:[],toggleScope:function(){},enableScope:function(){},disableScope:function(){}}),Gd=function(){return g.useContext(Wd)};function Yd(t){var e=g.useRef(void 0);return Ha(e.current,t)||(e.current=t),e.current}var vo=function(e){e.stopPropagation(),e.preventDefault(),e.stopImmediatePropagation()},Jd=typeof window<"u"?g.useLayoutEffect:g.useEffect;function yo(t,e,r,n){var o=g.useState(null),a=o[0],i=o[1],s=g.useRef(!1),l=r instanceof Array?n instanceof Array?void 0:n:r,c=an(t)?t.join(l?.splitKey):t,d=r instanceof Array?r:n instanceof Array?n:void 0,u=g.useCallback(e,d??[]),f=g.useRef(u);d?f.current=u:f.current=e;var h=Yd(l),m=Gd(),_=m.enabledScopes,N=Kd();return Jd(function(){if(!(h?.enabled===!1||!Ud(_,h?.scopes))){var C=function(P,E){var R;if(E===void 0&&(E=!1),!(Bd(P)&&!Ma(P,h?.enableOnFormTags))){if(a!==null){var j=a.getRootNode();if((j instanceof Document||j instanceof ShadowRoot)&&j.activeElement!==a&&!a.contains(j.activeElement)){vo(P);return}}(R=P.target)!=null&&R.isContentEditable&&!(h!=null&&h.enableOnContentEditable)||Dr(c,h?.splitKey).forEach(function(M){var K,B=Or(M,h?.combinationKey);if($d(P,B,h?.ignoreModifiers)||(K=B.keys)!=null&&K.includes("*")){if(h!=null&&h.ignoreEventWhen!=null&&h.ignoreEventWhen(P)||E&&s.current)return;if(jd(P,B,h?.preventDefault),!Fd(P,B,h?.enabled)){vo(P);return}f.current(P,B),E||(s.current=!0)}})}},b=function(P){P.key!==void 0&&(Ia(Ue(P.code)),(h?.keydown===void 0&&h?.keyup!==!0||h!=null&&h.keydown)&&C(P))},T=function(P){P.key!==void 0&&(ka(Ue(P.code)),s.current=!1,h!=null&&h.keyup&&C(P,!0))},x=a||l?.document||document;return x.addEventListener("keyup",T,l?.eventListenerOptions),x.addEventListener("keydown",b,l?.eventListenerOptions),N&&Dr(c,h?.splitKey).forEach(function(w){return N.addHotkey(Or(w,h?.combinationKey,h?.description))}),function(){x.removeEventListener("keyup",T,l?.eventListenerOptions),x.removeEventListener("keydown",b,l?.eventListenerOptions),N&&Dr(c,h?.splitKey).forEach(function(w){return N.removeHotkey(Or(w,h?.combinationKey,h?.description))})}}},[a,c,h,_]),i}const Xd=t=>{const{undo:e,redo:r,canRedo:n,canUndo:o}=t,a=window.navigator.userAgent.includes("Mac");let i="ctrl+z",s="ctrl+y";a&&(i="mod+z",s="mod+shift+z"),yo(i,l=>{l.preventDefault(),o&&e()},{},[o,e]),yo(s,l=>{l.preventDefault(),n&&r()},{},[n,r])};window.navigator.appVersion.includes("Mac");const _o={"staging/makerdao":"deployments/staging/makerdao","staging/arbitrum":"arb-ltip","staging/powerhouse":"staging",makerdao:"deployments/makerdao",arbitrum:"deployments/arbitrum",arbgrants:"deployments/arbitrum",localhost:"develop"},qd=()=>{const t="https://raw.githubusercontent.com/powerhouse-inc/connect",e=window.location.href,r=Object.keys(_o).find(o=>e.includes(o)),n=r?_o[r]:void 0;if(n)return`${t}/${n}/package.json`},Zd=async()=>{const t=qd();if(!t)return;const r=await(await fetch(t)).json(),{version:n}=r;return n},Qd=async()=>{const t=ce.appVersion,e=await Zd();return e?{isLatest:e===t,currentVersion:t,latestVersion:e}:null};function Co(...t){window.dataLayer?.push(...t)}const ef=()=>{const t=ce.gaTrackingId,[{analytics:e}]=Zr(),r=t&&e;return g.useEffect(()=>{if(r){const n=document.createElement("script");return n.src=`https://www.googletagmanager.com/gtag/js?id=${t}`,n.async=!0,document.head.appendChild(n),window.dataLayer=window.dataLayer||[],Co("js",new Date),Co("config",t),()=>{document.head.removeChild(n)}}},[r,t]),null};function tf(){return typeof document>"u"?"/":document.querySelector("base")?.getAttribute("href")||"/"}const rf=t=>window.open(t,"_blank"),nf=rf;function of(t){return new Oi(t)}function af(t,e,r){return new Li(t).withStorage(e).withCache(new wi).withQueueManager(new Pi).withOptions(r).build()}async function sf(t,e,r,n){const o={signer:n.signer,verifier:Qi()},a=new Xi("idb://reactor",{relaxedDurability:!0}),i=new qi(["reactor-client"]);return{...await new Zi().withLogger(i).withSigner(o).withReactorBuilder(new es().withDocumentModels(t).withUpgradeManifests(e).withLegacyStorage(r).withSync(new ts().withChannelFactory(new rs(i))).withKysely(new ns({dialect:new os(a)}))).buildModule(),pg:a}}function lf(){return[]}async function cf(t,e){const r=t.list(),n=new Set(r.map(o=>o.name));for(const o of e)try{const a=`default-drive-${o.driveId}`;if(n.has(a))continue;await t.add(a,as("main",o.driveId),{type:"gql",parameters:{url:o.graphqlEndpoint}})}catch(a){console.error(`Failed to add default drive ${o.url}:`,a)}}const uf=ce.routerBasename,df=[uf,"service-worker.js"].join("/").replace(/\/{2,}/gm,"/");class ff{ready=!1;debug=!1;registration=null;constructor(e=!1){this.debug=e}setDebug(e){this.debug=e}#t(e){this.debug&&console.log("ServiceWorker message: ",e);const r="type"in e.data?e:null;switch(r?.data.type){case"NEW_VERSION_AVAILABLE":{if(r.data.version===ce.appVersion)return;r.data.requiresHardRefresh&&(this.debug&&console.log("New version available"),window.location.reload());break}default:{console.warn("Unhandled message:",r);break}}}#e(e){this.debug&&console.log("ServiceWorker registered: ",e),navigator.serviceWorker.addEventListener("message",this.#t.bind(this)),this.registration=e,this.ready=!0}async#r(){try{const e=await navigator.serviceWorker.getRegistration();if(e)await e.update(),this.#e(e);else{const n=await navigator.serviceWorker.register(df);this.#e(n),n.addEventListener("updatefound",()=>{this.#e(n)})}const r=setInterval(async()=>{const n=await navigator.serviceWorker.getRegistration();n?await n.update():(clearInterval(r),this.registerServiceWorker())},ce.appVersionCheckInterval)}catch(e){console.error("ServiceWorker registration failed: ",e)}}registerServiceWorker(e=!1){if(this.debug=e,!("serviceWorker"in navigator)){console.warn("Service Worker not available");return}window.addEventListener("load",()=>{this.#r().catch(console.error)})}}const hf=new ff,pf=250,gf=({delay:t=pf})=>{const e=typeof window>"u",r=typeof document<"u"&&document.body.getAttribute("data-show-loader")==="true",[n,o]=g.useState(!t||r);return g.useEffect(()=>{const a=setTimeout(()=>{o(!0)},t);return()=>clearTimeout(a)},[]),y.jsxs("div",{className:`skeleton-loader absolute inset-0 z-10 flex items-center justify-center ${n?"":"hidden"}`,children:[y.jsx("div",{className:"animate-pulse overflow-hidden rounded-full shadow-lg",children:y.jsx(ki,{})}),e?y.jsx("script",{dangerouslySetInnerHTML:{__html:`setTimeout(() => {
|
|
6
|
-
document.querySelector('.skeleton-loader')?.classList.remove('hidden');
|
|
7
|
-
document.body.setAttribute('data-show-loader', 'true');
|
|
8
|
-
}, ${t})`}}):null]})},mf=()=>{const t=typeof window>"u",e=!t&&window.location.pathname===tf();return y.jsxs("div",{className:"flex h-screen",children:[y.jsx(Bo,{className:"animate-pulse",onLogin:void 0,onDisconnect:void 0,onClickSettings:void 0,address:void 0}),y.jsx(Vo,{containerClassName:t||!e?"hidden home-screen":void 0,children:null}),t?y.jsx("script",{dangerouslySetInnerHTML:{__html:`
|
|
9
|
-
const baseEl = document.querySelector('base');
|
|
10
|
-
const href = baseEl?.getAttribute('href');
|
|
11
|
-
const basePath = href || '/';
|
|
12
|
-
if (window.location.pathname === basePath) {
|
|
13
|
-
document.querySelector('.home-screen')?.classList.remove('hidden')
|
|
14
|
-
}`}}):null,y.jsx(gf,{})]})};function Ef({children:t}){return y.jsx(y.Fragment,{children:t})}const vf=({children:t})=>(Id(),t),yf=()=>(g.useEffect(()=>{const t=()=>{console.log("Outdated chunks detected, reloading page..."),window.location.reload()};return window.addEventListener("vite:preloadError",t),()=>{window.removeEventListener("vite:preloadError",t)}},[]),g.useEffect(()=>{hf.registerServiceWorker(!1)},[]),y.jsx(vf,{children:y.jsx(Mi,{children:y.jsxs(Ef,{children:[y.jsx(Hi,{position:"bottom-right",containerId:"connect"}),y.jsx(Pp,{}),y.jsx(ef,{})]})})})),_f={cancel:"Cancel",delete:"Delete",continue:"Continue",empty:"Empty",create:"Create",save:"Save",export:"Export",reload:"Reload",reloadConnect:"Click here to reload Connect"},Cf={placeholder:"Search Powerhouse",filterLabel:"File type"},Sf={sections:{folders:{title:"Folders",empty:"No folders 🗂️"},documents:{title:"Documents and files",empty:"No documents or files 📄"}}},Nf={options:{switchboardLink:"Switchboard Link"}},Rf={deleteItem:{folder:{header:"Delete “{{item}}” folder?",body:"Are you sure you want to delete this folder? All files and subfolders within it will be removed."},file:{header:"Delete “{{item}}” file?",body:"Are you sure you want to delete this file?"}},deleteDrive:{title:'Delete "{{label}}" drive?',body:"Are you sure you want to delete this drive? All files and subfolders within it will be removed. Do you want to proceed?",inputPlaceholder:"Enter drive name..."},upgradeDrive:{header:"Upgrade to cloud drive",body:"You are moving files from a private to a shared drive. These files will become accessible to others in the shared drive.Do you want to proceed?"},createDocument:{header:"Create a new document",placeholder:"Document name"},connectSettings:{title:"Settings",body:"These settings will apply to all drives.",clearStorage:{button:"Clear Storage",description:"Delete previous session data",confirmation:{title:"Clear Storage",body:"Are you sure you want to clear the storage? This will remove all previous session data.",clearButton:"Clear Storage"}},enabledDocumentTypes:{title:"Document Models",description:"Documents enabled",allSelected:"All documents are selected"}},exportDocumentWithErrors:{title:"Your document contains errors",body:"Your document contains structure errors. Do you want to export it anyway?"},disclaimer:{title:"Disclaimer",body:"All content provided herein our website, hyperlinked sites, associated applications, forums, blogs, social media accounts and other platforms (“Site”) is for your general information only, procured from third party sources. We make no warranties of any kind in relation to our content, including but not limited to accuracy and updatedness. No part of the content that we provide constitutes financial advice, legal advice or any other form of advice meant for your specific reliance for any purpose. Any use or reliance on our content is solely at your own risk and discretion. You should conduct your own research, review, analyse and verify our content before relying on them. Trading is a highly risky activity that can lead to major losses, please therefore consult your financial advisor before making any decision. No content on our Site is meant to be a solicitation or offer."},cookiesPolicy:{title:"Cookies Policy",body:"<subtitle>Use of Cookies and Similar Technologies</subtitle><p>The Site is using cookies. Cookies are small text files that are placed on your computer by websites that you visit. They are widely used in order to make websites work, or work more efficiently, as well as to provide information to the owners of the site. Cookies are typically stored on your computer´s hard drive.Information collected from cookies is used by us to evaluate the effectiveness of our Site and analyze trends. The information collected from cookies allows us to determine such things as which parts of the Site are most visited and difficulties our visitors may experience in accessing the SIte. With this knowledge, we can improve the quality of your experience on the Site by recognizing and delivering more of the most desired features and information, as well as by resolving access difficulties.</p><p>We use third party service providers, to assist us in better understanding the use of our Site. Our service providers will place cookies on the hard drive of your computer (or use similar technologies) and will receive information that we select that will educate us on such things as how visitors navigate around our Site. This information is aggregated to provide statistical data about our users browsing actions and patterns, and does not personally identify individuals. This information may include:</p><p>Computer or mobile device information, Website usage information, such as:<list></p><bullet>Page views,</bullet><bullet>Button clicks,</bullet><bullet>Input form changes (without the values being entered),</bullet><bullet>Errors.</bullet></list><p>Our service providers analyses this information and provides us with aggregate reports. The information and analysis provided by our service providers will be used to assist us in better understanding our visitors interests in our Site and how to better serve those interests. If you want to avoid using cookies altogether, you can disable cookies in your browser. However, disabling cookies might make it impossible for you to use certain features of the Site. Your use of the Site with a browser that is configured to accept cookies constitutes an acceptance of our and third-party cookies.</p>"}},bf={deleteDriveSuccess:"Drive successfully deleted",deleteFolderSuccess:"Folder deleted",fileDeleteSuccess:"File deleted",addDriveSuccess:"New drive successfully added",driveSyncSuccess:"Drive synced successfully",driveSyncError:"Error synchronizing drive {{drive}}",driveSyncConflict:"Conflict error detected in {{drive}}",reloadApp:"It seems like you're running an outdated version of the app. Please reload Connect to get the latest version."},xf={cookiePolicy:"Cookie Policy",termsOfUse:"Terms of Use",disclaimer:"Disclaimer",builtWith:"Built with <icon /> Powerhouse"},Df={message:"This website uses cookies for analytic purposes only. Cookies are anonymous and do not link to user data. We collect information to improve the user experience and validate UI changes. You can still use the page without cookies. For more information, please read our <a>cookies policy.</a>",accept:"Accept configured cookies",reject:"Reject all cookies",cookies:{functional:"Functional cookies",analytics:"Analytics cookies"}},Of={common:_f,searchbar:Cf,folderView:Sf,files:Nf,modals:Rf,notifications:bf,footer:xf,cookieBanner:Df},Lf={en:{code:"en",name:"English",translation:Of}};pe.use(jc).init({resources:Lf,fallbackLng:"en",debug:!1,interpolation:{escapeValue:!1}}).catch(t=>{console.error(t)});const wf=(t,e)=>t.some(r=>r.id===e&&r.value),Pf=()=>{const{t}=fa(void 0,{useSuspense:!0,i18n:pe}),[e,r]=Qc(),[,n]=Zr(),o=[{id:"analytics-cookie",label:t("cookieBanner.cookies.analytics"),value:!0}],a=s=>{r(!1),wf(s,"analytics-cookie")&&n(l=>({...l,analytics:!0}))},i=()=>{r(!1),n(()=>({analytics:!1,functional:!1,marketing:!1}))};return e?y.jsxs("div",{className:"absolute inset-0 z-[10000] backdrop-blur-sm",children:[y.jsx("div",{className:"absolute inset-0 bg-black opacity-15"}),y.jsx("div",{className:"absolute inset-x-0 bottom-0 flex justify-center bg-white px-10 pb-16 pt-10 shadow-lg",children:y.jsx(ji,{className:"max-w-[1024px]",cookies:o,onSubmit:a,onReject:i,submitLabel:t("cookieBanner.accept"),rejectLabel:t("cookieBanner.reject"),children:y.jsx("p",{className:"font-semibold text-gray-500",children:y.jsx(Bc,{i18nKey:"cookieBanner.message",components:{a:y.jsx("a",{onClick:()=>Fe({type:"cookiesPolicy"}),className:"cursor-pointer text-gray-900 hover:underline"},"cookieBanner.message-link")}},"cookieBanner.message")})})})]}):null};function Af(){const[t]=zo(),[e]=is(),r=ss(e.header.id),n=ls(t),o=cs(t),a=us(),i=qr(),s=g.useCallback(()=>{ds(e).length?Fe({type:"exportDocumentWithErrors",documentId:e.header.id}):fs(e).catch(u=>{console.error(u);const f=u instanceof Error?u.message:JSON.stringify(u,null,1);ft(`Failed to export document: ${f}`)})},[e]),l=g.useMemo(()=>n?async()=>{if(!e.header.id){console.error("No selected document");return}if(!o){console.error("No remote drive url found");return}const d=i?.address?await a?.getBearerToken({expiresIn:600,aud:o}):void 0,u=hs(o,e.header.id,d);try{nf(u)}catch(f){console.error("Error opening switchboard link",f)}}:void 0,[n,o,e]),c=g.useCallback(()=>{Mr(r)},[r,Mr]);return y.jsx("div",{id:"document-editor-container",className:"flex-1","data-document-type":e.header.documentType,children:y.jsx($f,{document:e,onClose:c,onExport:s,onOpenSwitchboardLink:l})})}function Rt(t){const[e,r]=g.useState(!1);if(g.useEffect(()=>{setTimeout(()=>{r(!0)},t.loadingTimeout??200)},[t]),!e)return null;const{customEditorLoader:n,...o}=t;return n?y.jsx(y.Fragment,{children:n}):y.jsx(Fi,{...o})}const Tf=g.createContext(null),Lr={didCatch:!1,error:null};let If=class extends g.Component{constructor(e){super(e),this.resetErrorBoundary=this.resetErrorBoundary.bind(this),this.state=Lr}static getDerivedStateFromError(e){return{didCatch:!0,error:e}}resetErrorBoundary(){const{error:e}=this.state;if(e!==null){for(var r,n,o=arguments.length,a=new Array(o),i=0;i<o;i++)a[i]=arguments[i];(r=(n=this.props).onReset)===null||r===void 0||r.call(n,{args:a,reason:"imperative-api"}),this.setState(Lr)}}componentDidCatch(e,r){var n,o;(n=(o=this.props).onError)===null||n===void 0||n.call(o,e,r)}componentDidUpdate(e,r){const{didCatch:n}=this.state,{resetKeys:o}=this.props;if(n&&r.error!==null&&kf(e.resetKeys,o)){var a,i;(a=(i=this.props).onReset)===null||a===void 0||a.call(i,{next:o,prev:e.resetKeys,reason:"keys"}),this.setState(Lr)}}render(){const{children:e,fallbackRender:r,FallbackComponent:n,fallback:o}=this.props,{didCatch:a,error:i}=this.state;let s=e;if(a){const l={error:i,resetErrorBoundary:this.resetErrorBoundary};if(typeof r=="function")s=r(l);else if(n)s=g.createElement(n,l);else if(o!==void 0)s=o;else throw i}return g.createElement(Tf.Provider,{value:{didCatch:a,error:i,resetErrorBoundary:this.resetErrorBoundary}},s)}};function kf(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[];return t.length!==e.length||t.some((r,n)=>!Object.is(r,e[n]))}const Mf=Jr(["Connect"]);function Hf(t){return"fallbackRender"in t}function jf(){return null}function Ff({message:t="Something went wrong"}){return y.jsx("div",{className:"text-center",children:t})}function Bf({error:t}){const e=t instanceof Error?t.message:String(t);return y.jsxs("div",{className:"mx-auto flex max-w-[80%] flex-1 flex-col items-center justify-center",children:[y.jsx("h1",{className:"mb-2 text-xl font-semibold",children:"Error"}),y.jsx("i",{children:e}),y.jsx("pre",{children:JSON.stringify(t,null,2)})]})}function ja({error:t}){const e=t instanceof Error?t.message:String(t);return y.jsx("div",{className:"flex size-full items-center justify-center",children:y.jsx("h3",{className:"text-lg font-semibold",children:e})})}function Vf(t,e){switch(t){case"silent":return jf;case"text":return()=>y.jsx(Ff,{message:e});case"detailed":return Bf;default:return ja}}function fr(t){const{children:e,onError:r,resetKeys:n,loggerContext:o}=t,a=(s,l)=>{if(s.message.includes("Failed to fetch dynamically imported module")&&s.message.includes("node_modules/.vite")){console.error(s),console.log("Outdated chunk detected, reloading page..."),window.location.reload();return}(o?Jr(o):Mf).error(s,l),r?.(s,l)},i=Hf(t)?t.fallbackRender:Vf(t.variant,t.fallbackMessage);return y.jsx(If,{fallbackRender:i,onError:a,resetKeys:n,children:e})}function Uf(){const[t]=zo(),e=Ko(),r=Wo(t.header.meta?.preferredEditor),n=ps(),o=r?.Component??n?.Component??Ti.Component;if(!o)throw new Error("No drive editor component found");return y.jsx(fr,{variant:"detailed",resetKeys:[t.header.id],loggerContext:["Connect","DriveEditor"],children:y.jsx(g.Suspense,{fallback:y.jsx(Rt,{}),children:y.jsx(Bi,{className:"flex h-full flex-col overflow-auto",children:y.jsx(o,{children:e?y.jsx(Af,{}):null})})})})}function Fa({drive:t}){const e=gs(t),r=t?.state.global.icon;return r?y.jsx("img",{src:r,alt:t.header.name,height:32,width:32}):e==="LOCAL"?y.jsx(bn,{name:"Hdd",size:32}):y.jsx(bn,{name:"Server",size:32})}function So({message:t}){return y.jsx("div",{className:"flex size-full items-center justify-center",children:y.jsx("h3",{className:"text-lg font-semibold",children:t})})}const $f=t=>{const{document:e,onClose:r,onExport:n,onOpenSwitchboardLink:o}=t,a=ms(),i=Es(),[s,l]=vs(e.header.id),c=s?.header.id??void 0,d=s?.header.name??void 0,u=s?.header.documentType??void 0,f=s?.header.meta?.preferredEditor??void 0,{globalOperations:h,localOperations:m,isLoading:_,refetch:N}=ys(c);g.useEffect(()=>{i&&N()},[i,N]);const C=s?.header.revision.global??0,b=s?.header.revision.local??0,T=_s(u),x=Cs(f),w=Ss(u),P=x??w,E=!s,R=P&&u&&!P.documentTypes.includes(u)&&!P.documentTypes.includes("*"),j=C>0||b>0,M=!!s?.clipboard.length;Xd({undo:()=>l(hl()),redo:()=>l(pl()),canUndo:j,canRedo:M}),g.useEffect(()=>()=>{window.documentEditorDebugTools?.clear()},[]);const[W,Y]=g.useState(void 0);g.useEffect(()=>{W&&W.documentId!==c&&Y(void 0)},[W,c]);const ge=(X,ee)=>{Y({error:X,documentId:c,info:ee})};if(R)return y.jsx(Rt,{message:"Loading editor"});if(E)return y.jsx(Rt,{message:"Loading document"});if(!T)return y.jsx(So,{message:y.jsxs("div",{className:"text-center leading-10",children:[y.jsxs("p",{children:['Unable to open the document because the document model "',u,'" is not supported.']}),y.jsxs("p",{children:["Go to the"," ",y.jsx("button",{type:"button",className:"cursor-pointer underline",onClick:()=>{Fe({type:"settings"})},children:"package manager"})," ","to install this document model"]})]})});if(!P)return y.jsx(So,{message:y.jsxs("div",{className:"text-center leading-10",children:[y.jsx("p",{children:"Unable to open the document because no editor has been found"}),y.jsxs("p",{children:["Go to the"," ",y.jsx("button",{type:"button",className:"cursor-pointer underline",onClick:()=>{Fe({type:"settings"})},children:"package manager"})," ",'an editor for the "$',u,'" document type']})]})});const ue=P.Component;return y.jsx("div",{className:"relative h-full",id:"document-editor-context","data-editor":P.id,"data-document-type":u,children:i?_?y.jsx(Rt,{message:"Loading operations"}):y.jsx(Vi,{documentTitle:d??"",documentId:c??"",globalOperations:h,localOperations:m,onClose:()=>Ns(!1),documentState:s.state,onCopyState:()=>{ft("Copied document state to clipboard",{type:"success"})},onCopyDocId:()=>{ft("Copied document ID to clipboard",{type:"success"})}},c):y.jsx(g.Suspense,{fallback:y.jsx(Rt,{message:"Loading editor"}),name:"EditorLoader",children:y.jsx(fr,{fallbackRender:ja,resetKeys:[c],onError:ge,loggerContext:["Connect","DocumentEditor"],children:!W?.error&&y.jsx(ue,{context:{readMode:!!a,selectedTimelineRevision:Rs(a?.startDate,a?.endDate,h)},documentId:s.header.id},c)})})})},zf=g.lazy(()=>he(()=>import("./AddDriveModal-CTnQsruq.js"),__vite__mapDeps([3,4,5,6,0,1,2,7,8,9,10,11,12,13,14,15,16,17,18,19])).then(t=>({default:t.AddDriveModal}))),Kf=g.lazy(()=>he(()=>import("./ClearStorageModal-nfBmpNW7.js"),__vite__mapDeps([20,4,5,6,0,1,2,7,8,9,10,11,12,13,14,15,16,17,18,19])).then(t=>({default:t.ClearStorageModal}))),Wf=g.lazy(()=>he(()=>import("./CookiesPolicyModal-B4krJHJE.js"),__vite__mapDeps([21,4,5,6,0,1,2,7,8,9,10,11,12,13,14,15,16,17,18,19])).then(t=>({default:t.CookiesPolicyModal}))),Gf=g.lazy(()=>he(()=>import("./CreateDocumentModal-BNVieDVb.js"),__vite__mapDeps([22,4,5,6,0,1,2,7,8,9,10,11,12,13,14,15,16,17])).then(t=>({default:t.CreateDocumentModal}))),Yf=g.lazy(()=>he(()=>import("./DebugSettingsModal-BBL6aTb9.js"),__vite__mapDeps([23,4,5,6,0,1,2,7,8,9,10,11,12,13,14,15,16,17,18,19])).then(t=>({default:t.DebugSettingsModal}))),Jf=g.lazy(()=>he(()=>import("./DeleteDriveModal-Cqk3PulA.js"),__vite__mapDeps([24,4,5,6,0,1,2,7,8,9,10,11,12,13,14,15,16,17,18,19])).then(t=>({default:t.DeleteDriveModal}))),Xf=g.lazy(()=>he(()=>import("./DeleteItemModal-efyjeuM1.js"),__vite__mapDeps([25,4,5,6,0,1,2,7,8,9,10,11,12,13,14,15,16,17,18,19])).then(t=>({default:t.DeleteItemModal}))),qf=g.lazy(()=>he(()=>import("./DisclaimerModal-DSWr8Cp8.js"),__vite__mapDeps([26,4,5,6,0,1,2,7,8,9,10,11,12,13,14,15,16,17,18,19])).then(t=>({default:t.DisclaimerModal}))),Zf=g.lazy(()=>he(()=>import("./DriveSettingsModal-DTkZ_5Mj.js"),__vite__mapDeps([27,4,5,6,0,1,2,7,8,9,10,11,12,13,14,15,16,17])).then(t=>({default:t.DriveSettingsModal}))),Qf=g.lazy(()=>he(()=>import("./ExportDocumentWithErrorsModal-D3o2HFnZ.js"),__vite__mapDeps([28,4,5,6,0,1,2,7,8,9,10,11,12,13,14,15,16,17,18,19])).then(t=>({default:t.ExportDocumentWithErrorsModal}))),eh=g.lazy(()=>he(()=>import("./SettingsModal-CD3VHrsK.js"),__vite__mapDeps([29,4,5,6,0,1,2,7,8,9,10,11,12,13,14,15,16,17,18,19])).then(t=>({default:t.SettingsModal}))),th=g.lazy(()=>he(()=>import("./UpgradeDriveModal-BdXg86U7.js"),__vite__mapDeps([30,4,5,6,0,1,2,7,8,9,10,11,12,13,14,15,16,17,18,19])).then(t=>({default:t.UpgradeDriveModal}))),rh=g.lazy(()=>he(()=>import("./index-C5stidzW.js"),__vite__mapDeps([31,4,5,6,0,1,2,7,8,9,10,11,12,13,14,15,16,17])).then(t=>({default:t.InspectorModal}))),nh={addDrive:zf,clearStorage:Kf,cookiesPolicy:Wf,createDocument:Gf,debugSettings:Yf,deleteDrive:Jf,deleteItem:Xf,disclaimer:qf,driveSettings:Zf,exportDocumentWithErrors:Qf,inspector:rh,settings:eh,upgradeDrive:th};function oh(){const t=bs();if(!t?.type)return null;const e=nh[t.type];return e?y.jsx(fr,{variant:"silent",loggerContext:["Connect","Modals"],children:y.jsx(g.Suspense,{fallback:null,children:y.jsx(e,{})})}):null}function ah(t){return t.documentModel.global}function ih(){const{isAllowedToCreateDocuments:t}=xs(),r=Ds()?.filter(n=>n.documentModel.global.id!=="powerhouse/document-drive");return t?y.jsxs("div",{className:"px-6 py-4",children:[y.jsx("h3",{className:"mb-3 text-xl font-bold text-gray-600",children:"New document"}),y.jsx("div",{className:"flex w-full flex-wrap gap-4",children:r?.map(n=>{const o=ah(n),a=n.version?` v${n.version}`:"";return y.jsx(qo,{color:"light",title:`${o.name}${a}`,"aria-description":o.description,onClick:()=>Os(o.id),children:y.jsxs("span",{className:"text-sm",children:[o.name,a]})},`${o.id}-v${n.version??1}`)})})]}):null}const St=8,wr=256,Pr=48,sh=420;function lh(){const t=g.useRef(null),r=fl().innerWidth-sh,o=Go().filter(f=>Ls(f)),a=Math.floor(r/(wr+St))||1,i=Math.ceil(o.length/a),s=Cn({count:i,getScrollElement:()=>t.current,estimateSize:f=>f>0?Pr+St:Pr,overscan:5}),l=Cn({horizontal:!0,count:a,getScrollElement:()=>t.current,estimateSize:f=>f>0?wr+St:wr,overscan:5}),c=(f,h)=>f*a+h,d=(f,h)=>{const m=c(f,h);return o[m]||null};if(o.length===0)return y.jsx("div",{className:"mb-8 text-sm text-gray-400",children:"No documents or files 📄"});const u=(f,h)=>{const m=d(f,h);return m?y.jsx("div",{style:{marginLeft:h===0?0:St},children:y.jsx(Ui,{fileNode:m},m.id)}):null};return y.jsx("div",{ref:t,style:{width:"100%",overflow:"auto"},children:y.jsx("div",{style:{height:`${s.getTotalSize()}px`,width:`${l.getTotalSize()}px`,position:"relative"},children:s.getVirtualItems().map(f=>y.jsx(jo.Fragment,{children:l.getVirtualItems().map(h=>y.jsx("div",{style:{position:"absolute",top:0,left:0,marginTop:f.index===0?0:St,width:`${h.size}px`,height:`${Pr}px`,overflow:"hidden",transform:`translateX(${h.start}px) translateY(${f.start}px)`},children:u(f.index,h.index)},h.key))},f.key))})})}function Ce({children:t,className:e,...r}){return y.jsx(Ce.Container,{className:e,...r,children:t})}Ce.Container=function({children:e,className:r,containerProps:n,...o}){return y.jsx("div",{className:Pt("flex grow flex-col overflow-auto",r),...n,...o,children:e})};Ce.Header=function({children:e,className:r,containerProps:n,...o}){return y.jsx("div",{className:Pt("flex-0",r),...n,...o,children:e})};Ce.Content=function({children:e,className:r,containerProps:n,...o}){return y.jsx("div",{className:Pt("mb-5 flex-1 px-4",r),...n,...o,children:e})};Ce.ContentSection=function({title:e,children:r,className:n,containerProps:o,...a}){return y.jsxs("div",{className:Pt(n),...o,...a,children:[e&&y.jsx("div",{className:"mb-4 text-base font-semibold text-gray-600",children:e}),y.jsx("div",{className:"flex flex-wrap gap-2",children:r})]})};Ce.Footer=function({children:e,className:r,containerProps:n,...o}){return y.jsx("div",{className:Pt("flex-0",r),...n,...o,children:e})};function ch(t){const{className:e}=t,r=Go(),n=Yo(),o=r.filter(s=>ws(s)),{isDropTarget:a,dropProps:i}=Uo({target:n});return y.jsxs("div",{className:_l("rounded-md border-2 border-transparent p-2",a&&"border-dashed border-blue-100",e),...i,children:[y.jsx(Ce.ContentSection,{title:"Folders",className:"mb-4",children:o.length>0?o.map(s=>y.jsx($i,{folderNode:s},s.id)):y.jsx("div",{className:"mb-8 text-sm text-gray-400",children:"No documents or files 📄"})}),y.jsx(Ce.ContentSection,{title:"Documents and files",children:y.jsx("div",{className:"w-full",children:y.jsx(lh,{})})})]})}const uh={allowedDocumentTypes:[],isDragAndDropEnabled:!0};function Ba(t){Ps(uh);const{className:e,children:r}=t,{isDropTarget:n,dropProps:o}=Uo(),a=!!r;return y.jsxs(Ce,{className:e,children:[!a&&y.jsx(Ce.Header,{children:y.jsx(zi,{})}),a?r:y.jsx(Ce.Content,{...o,className:n?"rounded-xl bg-blue-100":"",children:y.jsx(ch,{})}),!a&&y.jsx(Ce.Footer,{children:y.jsx(ih,{})})]})}const og=Object.freeze(Object.defineProperty({__proto__:null,default:Ba},Symbol.toStringTag,{value:"Module"}));function dh(){return{id:As,name:"Generic Drive Explorer",documentTypes:["powerhouse/document-drive"],Component:Ba}}function fh(){return{id:"document-model-editor-v2",name:"Document Model Editor",documentTypes:["powerhouse/document-model"],Component:bi}}async function hh(){const t=Ut.documentModel.global,e=t.name,r=t.id,n=r,o=t.extension,a=t.specifications,i=Ut.reducer,s=Ut.actions,l=Ut.utils;return{id:n,name:e,documentType:r,extension:o,specifications:a,reducer:i,actions:s,utils:l,documentModel:Zo(Qo(),t)}}async function ph(){const t=Vt.documentModel.global,e=t.name,r=t.id,n=r,o=t.extension,a=t.specifications,i=Vt.reducer,s=Vt.actions,l=Vt.utils;return{id:n,name:e,documentType:r,extension:o,specifications:a,reducer:i,actions:s,utils:l,documentModel:Zo(Qo(),t)}}async function gh(){const t=await hh(),e=await ph(),r=fh(),n=dh();return{id:Ts,name:"Common",description:"Common",category:"Common",author:{name:"Powerhouse",website:"https://powerhousedao.com"},modules:{documentModelModules:[t,e],editorModules:[r,n]},upgradeManifests:[]}}const{externalPackagesEnabled:mh}=ce;function Eh(t){return t.loadExternalPackages().then(e=>e.map($o))}async function vh(){try{if(!mh)return[];const t=await he(()=>import("./_virtual_ph_external-packages-CM1tCR4L.js"),[]);return Eh(t)}catch(t){return console.error(t),[]}}var yh=Object.defineProperty,_h=Object.defineProperties,Ch=Object.getOwnPropertyDescriptors,No=Object.getOwnPropertySymbols,Sh=Object.prototype.hasOwnProperty,Nh=Object.prototype.propertyIsEnumerable,Ro=(t,e,r)=>e in t?yh(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,Ar=(t,e)=>{for(var r in e||(e={}))Sh.call(e,r)&&Ro(t,r,e[r]);if(No)for(var r of No(e))Nh.call(e,r)&&Ro(t,r,e[r]);return t},Tr=(t,e)=>_h(t,Ch(e)),ct=(t,e,r)=>new Promise((n,o)=>{var a=l=>{try{s(r.next(l))}catch(c){o(c)}},i=l=>{try{s(r.throw(l))}catch(c){o(c)}},s=l=>l.done?n(l.value):Promise.resolve(l.value).then(a,i);s((r=r.apply(t,e)).next())}),Rh=class{constructor(){this.data=new Map}set(t,e){this.data.set(t,e)}get(t){return this.data.get(t)}has(t){return this.data.has(t)}delete(t){return this.data.delete(t)}clear(){this.data.clear()}},bh={ERROR:"ERROR"},Va=(t=>(t.PROVIDER_NOT_READY="PROVIDER_NOT_READY",t.PROVIDER_FATAL="PROVIDER_FATAL",t.FLAG_NOT_FOUND="FLAG_NOT_FOUND",t.PARSE_ERROR="PARSE_ERROR",t.TYPE_MISMATCH="TYPE_MISMATCH",t.TARGETING_KEY_MISSING="TARGETING_KEY_MISSING",t.INVALID_CONTEXT="INVALID_CONTEXT",t.GENERAL="GENERAL",t))(Va||{}),Ge=class Ua extends Error{constructor(e,r){super(e),Object.setPrototypeOf(this,Ua.prototype),this.name="OpenFeatureError",this.cause=r?.cause}},xh=class $a extends Ge{constructor(e,r){super(e,r),Object.setPrototypeOf(this,$a.prototype),this.name="FlagNotFoundError",this.code="FLAG_NOT_FOUND"}},za=class Ka extends Ge{constructor(e,r){super(e,r),Object.setPrototypeOf(this,Ka.prototype),this.name="GeneralError",this.code="GENERAL"}},Dh=class Wa extends Ge{constructor(e,r){super(e,r),Object.setPrototypeOf(this,Wa.prototype),this.name="InvalidContextError",this.code="INVALID_CONTEXT"}},Oh=class Ga extends Ge{constructor(e,r){super(e,r),Object.setPrototypeOf(this,Ga.prototype),this.name="ParseError",this.code="PARSE_ERROR"}},Ya=class Ja extends Ge{constructor(e,r){super(e,r),Object.setPrototypeOf(this,Ja.prototype),this.name="ProviderFatalError",this.code="PROVIDER_FATAL"}},Xa=class qa extends Ge{constructor(e,r){super(e,r),Object.setPrototypeOf(this,qa.prototype),this.name="ProviderNotReadyError",this.code="PROVIDER_NOT_READY"}},Lh=class Za extends Ge{constructor(e,r){super(e,r),Object.setPrototypeOf(this,Za.prototype),this.name="TargetingKeyMissingError",this.code="TARGETING_KEY_MISSING"}},wh=class Qa extends Ge{constructor(e,r){super(e,r),Object.setPrototypeOf(this,Qa.prototype),this.name="TypeMismatchError",this.code="TYPE_MISMATCH"}},Ph=(t,e)=>{switch(t){case"FLAG_NOT_FOUND":return new xh(e);case"PARSE_ERROR":return new Oh(e);case"TYPE_MISMATCH":return new wh(e);case"TARGETING_KEY_MISSING":return new Lh(e);case"INVALID_CONTEXT":return new Dh(e);case"PROVIDER_NOT_READY":return new Xa(e);case"PROVIDER_FATAL":return new Ya(e);default:return new za(e)}},wt=(t=>(t.NOT_READY="NOT_READY",t.READY="READY",t.ERROR="ERROR",t.STALE="STALE",t.FATAL="FATAL",t.RECONCILING="RECONCILING",t))(wt||{}),we=(t=>(t.Ready="PROVIDER_READY",t.Error="PROVIDER_ERROR",t.ConfigurationChanged="PROVIDER_CONFIGURATION_CHANGED",t.ContextChanged="PROVIDER_CONTEXT_CHANGED",t.Reconciling="PROVIDER_RECONCILING",t.Stale="PROVIDER_STALE",t))(we||{}),Ah={READY:"PROVIDER_READY",ERROR:"PROVIDER_ERROR",FATAL:"PROVIDER_ERROR",STALE:"PROVIDER_STALE",RECONCILING:"PROVIDER_RECONCILING",NOT_READY:void 0},ei=(t,e)=>!e&&t==="PROVIDER_READY"||Ah[e]===t,ti=class{error(...t){console.error(...t)}warn(...t){console.warn(...t)}info(){}debug(){}},Th=["error","warn","info","debug"],sn=class{constructor(t){this.fallbackLogger=new ti;try{for(const e of Th)if(!t[e]||typeof t[e]!="function")throw new Error(`The provided logger is missing the ${e} method.`);this.logger=t}catch(e){console.error(e),console.error("Falling back to the default logger."),this.logger=this.fallbackLogger}}error(...t){this.log("error",...t)}warn(...t){this.log("warn",...t)}info(...t){this.log("info",...t)}debug(...t){this.log("debug",...t)}log(t,...e){try{this.logger[t](...e)}catch{this.fallbackLogger[t](...e)}}},Ih=class{constructor(t){this.globalLogger=t,this._handlers={PROVIDER_CONFIGURATION_CHANGED:new WeakMap,PROVIDER_CONTEXT_CHANGED:new WeakMap,PROVIDER_READY:new WeakMap,PROVIDER_ERROR:new WeakMap,PROVIDER_STALE:new WeakMap,PROVIDER_RECONCILING:new WeakMap}}emit(t,e){this.eventEmitter.emit(t,e)}addHandler(t,e){const r=o=>ct(this,null,function*(){var a;try{yield e(o)}catch(i){(a=this._logger)==null||a.error("Error running event handler:",i)}}),n=this._handlers[t].get(e);this._handlers[t].set(e,[...n||[],r]),this.eventEmitter.on(t,r)}removeHandler(t,e){const r=this._handlers[t].get(e);if(r){const n=r.pop();n&&this.eventEmitter.removeListener(t,n)}}removeAllHandlers(t){t?this.eventEmitter.removeAllListeners(t):this.eventEmitter.removeAllListeners()}getHandlers(t){return this.eventEmitter.listeners(t)}setLogger(t){return this._eventLogger=new sn(t),this}get _logger(){var t,e;return(e=this._eventLogger)!=null?e:(t=this.globalLogger)==null?void 0:t.call(this)}};function kh(t){return typeof t=="string"}function ut(t){return kh(t)?t:void 0}function Mh(t){return typeof t=="object"}function _e(t){return Mh(t)?t:void 0}function bo(t){return typeof t<"u"&&t!==null}var Wr=class{constructor(t,e,r){this._provider=t,this._status=e,this._pendingContextChanges=0;var n,o,a;(n=t.events)==null||n.addHandler("PROVIDER_READY",()=>{this._status=r.READY}),(o=t.events)==null||o.addHandler("PROVIDER_STALE",()=>{this._status=r.STALE}),(a=t.events)==null||a.addHandler("PROVIDER_ERROR",i=>{i?.errorCode==="PROVIDER_FATAL"?this._status=r.FATAL:this._status=r.ERROR})}get provider(){return this._provider}set provider(t){this._provider=t}get status(){return this._status}set status(t){this._status=t}get allContextChangesSettled(){return this._pendingContextChanges===0}incrementPendingContextChanges(){this._pendingContextChanges++}decrementPendingContextChanges(){this._pendingContextChanges--}},Hh=class{constructor(t){this._hooks=[],this._context={},this._logger=new ti,this._clientEventHandlers=new Map,this._domainScopedContext=new Map,this._clientEvents=new Map,this._runsOn=t}addHooks(...t){return this._hooks=[...this._hooks,...t],this}getHooks(){return this._hooks}clearHooks(){return this._hooks=[],this}setLogger(t){return this._logger=new sn(t),this}get providerMetadata(){return this.getProviderMetadata()}getProviderMetadata(t){return this.getProviderForClient(t).metadata}addHandler(t,e,r){[...new Map([[void 0,this._defaultProvider]]),...this._domainScopedProviders].forEach(n=>{var o;const a=n[0],i=n[1].provider,s=n[1].status;if(ei(t,s))try{e({domain:a,providerName:i.metadata.name})}catch(c){(o=this._logger)==null||o.error("Error running event handler:",c)}}),this._apiEmitter.addHandler(t,e),r?.signal&&typeof r.signal.addEventListener=="function"&&r.signal.addEventListener("abort",()=>{this.removeHandler(t,e)})}removeHandler(t,e){this._apiEmitter.removeHandler(t,e)}clearHandlers(){this._apiEmitter.removeAllHandlers()}getHandlers(t){return this._apiEmitter.getHandlers(t)}setAwaitableProvider(t,e){var r,n,o,a,i,s,l,c;const d=ut(t),u=(r=_e(t))!=null?r:_e(e);if(!u){this._logger.debug("No provider defined, ignoring setProvider call");return}const f=this.getProviderForClient(d),h=u.metadata.name;if(f===u){this._logger.debug("Provider is already set, ignoring setProvider call");return}if(!u.runsOn)this._logger.debug(`Provider '${u.metadata.name}' has not defined its intended use.`);else if(u.runsOn!==this._runsOn)throw new za(`Provider '${u.metadata.name}' is intended for use on the ${u.runsOn}.`);const m=this.getAssociatedEventEmitters(d);let _;const N=new Wr(u,this._statusEnumType.NOT_READY,this._statusEnumType);return typeof u.initialize=="function"&&!this.allProviders.includes(u)?_=(i=(a=(o=u.initialize)==null?void 0:o.call(u,d?(n=this._domainScopedContext.get(d))!=null?n:this._context:this._context))==null?void 0:a.then(()=>{var C;N.status=this._statusEnumType.READY,this.getAssociatedEventEmitters(d).forEach(b=>{b?.emit("PROVIDER_READY",{clientName:d,domain:d,providerName:h})}),(C=this._apiEmitter)==null||C.emit("PROVIDER_READY",{clientName:d,domain:d,providerName:h})}))==null?void 0:i.catch(C=>{var b;throw C?.code==="PROVIDER_FATAL"?N.status=this._statusEnumType.FATAL:N.status=this._statusEnumType.ERROR,this.getAssociatedEventEmitters(d).forEach(T=>{T?.emit("PROVIDER_ERROR",{clientName:d,domain:d,providerName:h,message:C?.message})}),(b=this._apiEmitter)==null||b.emit("PROVIDER_ERROR",{clientName:d,domain:d,providerName:h,message:C?.message}),C}):(N.status=this._statusEnumType.READY,m.forEach(C=>{C?.emit("PROVIDER_READY",{clientName:d,domain:d,providerName:h})}),(s=this._apiEmitter)==null||s.emit("PROVIDER_READY",{clientName:d,domain:d,providerName:h})),d?this._domainScopedProviders.set(d,N):this._defaultProvider=N,this.transferListeners(f,u,d,m),this.allProviders.includes(f)||(c=(l=f?.onClose)==null?void 0:l.call(f))==null||c.catch(C=>{this._logger.error(`error closing provider: ${C?.message}, ${C?.stack}`)}),_}getProviderForClient(t){var e,r;return t?(r=(e=this._domainScopedProviders.get(t))==null?void 0:e.provider)!=null?r:this._defaultProvider.provider:this._defaultProvider.provider}buildAndCacheEventEmitterForClient(t){const e=this._clientEvents.get(t);if(e)return e;const r=this._createEventEmitter();this._clientEvents.set(t,r);const n=this.getProviderForClient(t);return Object.values(we).forEach(o=>{var a;return(a=n.events)==null?void 0:a.addHandler(o,i=>ct(this,null,function*(){r.emit(o,Tr(Ar({},i),{clientName:t,domain:t,providerName:n.metadata.name}))}))}),r}getUnboundEmitters(){const t=[...this._domainScopedProviders.keys()];return[...[...this._clientEvents.keys()].filter(bo).filter(n=>!t.includes(n)).map(n=>this._clientEvents.get(n)),this._clientEvents.get(void 0)].filter(bo)}getAssociatedEventEmitters(t){return t?[this.buildAndCacheEventEmitterForClient(t)]:this.getUnboundEmitters()}transferListeners(t,e,r,n){var o;(o=this._clientEventHandlers.get(r))==null||o.forEach(i=>{var s;return(s=t.events)==null?void 0:s.removeHandler(...i)});const a=Object.values(we).map(i=>[i,l=>ct(this,null,function*(){n.forEach(c=>{c?.emit(i,Tr(Ar({},l),{clientName:r,domain:r,providerName:e.metadata.name}))}),this._apiEmitter.emit(i,Tr(Ar({},l),{clientName:r,domain:r,providerName:e.metadata.name}))})]);this._clientEventHandlers.set(r,a),a.forEach(i=>{var s;return(s=e.events)==null?void 0:s.addHandler(...i)})}close(){return ct(this,null,function*(){var t,e;try{yield(e=(t=this==null?void 0:this._defaultProvider.provider)==null?void 0:t.onClose)==null?void 0:e.call(t)}catch(n){this.handleShutdownError(this._defaultProvider.provider,n)}const r=Array.from(this._domainScopedProviders);yield Promise.all(r.map(n=>ct(this,[n],function*([,o]){var a,i;try{yield(i=o==null?void 0:(a=o.provider).onClose)==null?void 0:i.call(a)}catch(s){this.handleShutdownError(o?.provider,s)}})))})}clearProvidersAndSetDefault(t){return ct(this,null,function*(){try{yield this.close()}catch{this._logger.error("Unable to cleanly close providers. Resetting to the default configuration.")}finally{this._domainScopedProviders.clear(),this._defaultProvider=new Wr(t,this._statusEnumType.NOT_READY,this._statusEnumType)}})}get allProviders(){return[...[...this._domainScopedProviders.values()].map(t=>t.provider),this._defaultProvider.provider]}handleShutdownError(t,e){this._logger.error(`Error during shutdown of provider ${t.metadata.name}: ${e}`),this._logger.error(e?.stack)}},jh=Object.create,ln=Object.defineProperty,Fh=Object.defineProperties,Bh=Object.getOwnPropertyDescriptor,Vh=Object.getOwnPropertyDescriptors,ri=Object.getOwnPropertyNames,xo=Object.getOwnPropertySymbols,ni=Object.getPrototypeOf,oi=Object.prototype.hasOwnProperty,Uh=Object.prototype.propertyIsEnumerable,$h=Reflect.get,Do=(t,e,r)=>e in t?ln(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,Ir=(t,e)=>{for(var r in e||(e={}))oi.call(e,r)&&Do(t,r,e[r]);if(xo)for(var r of xo(e))Uh.call(e,r)&&Do(t,r,e[r]);return t},zh=(t,e)=>Fh(t,Vh(e)),Kh=(t,e)=>function(){return e||(0,t[ri(t)[0]])((e={exports:{}}).exports,e),e.exports},Wh=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of ri(e))!oi.call(t,o)&&o!==r&&ln(t,o,{get:()=>e[o],enumerable:!(n=Bh(e,o))||n.enumerable});return t},Gh=(t,e,r)=>(r=t!=null?jh(ni(t)):{},Wh(ln(r,"default",{value:t,enumerable:!0}),t)),Yh=(t,e,r)=>$h(ni(t),r,e),lt=(t,e,r)=>new Promise((n,o)=>{var a=l=>{try{s(r.next(l))}catch(c){o(c)}},i=l=>{try{s(r.throw(l))}catch(c){o(c)}},s=l=>l.done?n(l.value):Promise.resolve(l.value).then(a,i);s((r=r.apply(t,e)).next())}),Jh=Kh({"../../node_modules/eventemitter3/index.js"(t,e){var r=Object.prototype.hasOwnProperty,n="~";function o(){}Object.create&&(o.prototype=Object.create(null),new o().__proto__||(n=!1));function a(c,d,u){this.fn=c,this.context=d,this.once=u||!1}function i(c,d,u,f,h){if(typeof u!="function")throw new TypeError("The listener must be a function");var m=new a(u,f||c,h),_=n?n+d:d;return c._events[_]?c._events[_].fn?c._events[_]=[c._events[_],m]:c._events[_].push(m):(c._events[_]=m,c._eventsCount++),c}function s(c,d){--c._eventsCount===0?c._events=new o:delete c._events[d]}function l(){this._events=new o,this._eventsCount=0}l.prototype.eventNames=function(){var d=[],u,f;if(this._eventsCount===0)return d;for(f in u=this._events)r.call(u,f)&&d.push(n?f.slice(1):f);return Object.getOwnPropertySymbols?d.concat(Object.getOwnPropertySymbols(u)):d},l.prototype.listeners=function(d){var u=n?n+d:d,f=this._events[u];if(!f)return[];if(f.fn)return[f.fn];for(var h=0,m=f.length,_=new Array(m);h<m;h++)_[h]=f[h].fn;return _},l.prototype.listenerCount=function(d){var u=n?n+d:d,f=this._events[u];return f?f.fn?1:f.length:0},l.prototype.emit=function(d,u,f,h,m,_){var N=n?n+d:d;if(!this._events[N])return!1;var C=this._events[N],b=arguments.length,T,x;if(C.fn){switch(C.once&&this.removeListener(d,C.fn,void 0,!0),b){case 1:return C.fn.call(C.context),!0;case 2:return C.fn.call(C.context,u),!0;case 3:return C.fn.call(C.context,u,f),!0;case 4:return C.fn.call(C.context,u,f,h),!0;case 5:return C.fn.call(C.context,u,f,h,m),!0;case 6:return C.fn.call(C.context,u,f,h,m,_),!0}for(x=1,T=new Array(b-1);x<b;x++)T[x-1]=arguments[x];C.fn.apply(C.context,T)}else{var w=C.length,P;for(x=0;x<w;x++)switch(C[x].once&&this.removeListener(d,C[x].fn,void 0,!0),b){case 1:C[x].fn.call(C[x].context);break;case 2:C[x].fn.call(C[x].context,u);break;case 3:C[x].fn.call(C[x].context,u,f);break;case 4:C[x].fn.call(C[x].context,u,f,h);break;default:if(!T)for(P=1,T=new Array(b-1);P<b;P++)T[P-1]=arguments[P];C[x].fn.apply(C[x].context,T)}}return!0},l.prototype.on=function(d,u,f){return i(this,d,u,f,!1)},l.prototype.once=function(d,u,f){return i(this,d,u,f,!0)},l.prototype.removeListener=function(d,u,f,h){var m=n?n+d:d;if(!this._events[m])return this;if(!u)return s(this,m),this;var _=this._events[m];if(_.fn)_.fn===u&&(!h||_.once)&&(!f||_.context===f)&&s(this,m);else{for(var N=0,C=[],b=_.length;N<b;N++)(_[N].fn!==u||h&&!_[N].once||f&&_[N].context!==f)&&C.push(_[N]);C.length?this._events[m]=C.length===1?C[0]:C:s(this,m)}return this},l.prototype.removeAllListeners=function(d){var u;return d?(u=n?n+d:d,this._events[u]&&s(this,u)):(this._events=new o,this._eventsCount=0),this},l.prototype.off=l.prototype.removeListener,l.prototype.addListener=l.prototype.on,l.prefixed=n,l.EventEmitter=l,typeof e<"u"&&(e.exports=l)}}),Xh="No-op",qh=class{constructor(){this.metadata={name:"No-op Provider"}}resolveBooleanEvaluation(t,e){return this.noOp(e)}resolveStringEvaluation(t,e){return this.noOp(e)}resolveNumberEvaluation(t,e){return this.noOp(e)}resolveObjectEvaluation(t,e){return this.noOp(e)}noOp(t){return{value:t,reason:Xh}}},Oo=new qh,Zh=Gh(Jh()),Lo=class extends Ih{constructor(){super(),this.eventEmitter=new Zh.default}},Qh=class{constructor(t,e,r,n,o,a,i){this.providerAccessor=t,this.providerStatusAccessor=e,this.emitterAccessor=r,this.apiContextAccessor=n,this.apiHooksAccessor=o,this.globalLogger=a,this.options=i,this._hooks=[]}get metadata(){var t,e;return{name:(t=this.options.domain)!=null?t:this.options.name,domain:(e=this.options.domain)!=null?e:this.options.name,version:this.options.version,providerMetadata:this.providerAccessor().metadata}}get providerStatus(){return this.providerStatusAccessor()}addHandler(t,e,r){var n;if(this.emitterAccessor().addHandler(t,e),ei(t,this.providerStatus))try{e({clientName:this.metadata.name,domain:this.metadata.domain,providerName:this._provider.metadata.name})}catch(a){(n=this._logger)==null||n.error("Error running event handler:",a)}r?.signal&&typeof r.signal.addEventListener=="function"&&r.signal.addEventListener("abort",()=>{this.removeHandler(t,e)})}removeHandler(t,e){this.emitterAccessor().removeHandler(t,e)}getHandlers(t){return this.emitterAccessor().getHandlers(t)}setLogger(t){return this._clientLogger=new sn(t),this}addHooks(...t){return this._hooks=[...this._hooks,...t],this}getHooks(){return this._hooks}clearHooks(){return this._hooks=[],this}getBooleanValue(t,e,r){return this.getBooleanDetails(t,e,r).value}getBooleanDetails(t,e,r){return this.evaluate(t,this._provider.resolveBooleanEvaluation,e,"boolean",r)}getStringValue(t,e,r){return this.getStringDetails(t,e,r).value}getStringDetails(t,e,r){return this.evaluate(t,this._provider.resolveStringEvaluation,e,"string",r)}getNumberValue(t,e,r){return this.getNumberDetails(t,e,r).value}getNumberDetails(t,e,r){return this.evaluate(t,this._provider.resolveNumberEvaluation,e,"number",r)}getObjectValue(t,e,r){return this.getObjectDetails(t,e,r).value}getObjectDetails(t,e,r){return this.evaluate(t,this._provider.resolveObjectEvaluation,e,"object",r)}track(t,e={}){var r,n,o;try{if(this.shortCircuitIfNotReady(),typeof this._provider.track=="function"){const a=Object.freeze(Ir({},this.apiContextAccessor((r=this==null?void 0:this.options)==null?void 0:r.domain)));return(o=(n=this._provider).track)==null?void 0:o.call(n,t,a,e)}else this._logger.debug("Provider does not support the track function; will no-op.")}catch(a){this._logger.debug("Error recording tracking event.",a)}}evaluate(t,e,r,n,o={}){var a,i;const s=[...this.apiHooksAccessor(),...this.getHooks(),...o.hooks||[],...this._provider.hooks||[]],l=[...s].reverse(),c=Ir({},this.apiContextAccessor((a=this==null?void 0:this.options)==null?void 0:a.domain)),d=l.map(()=>Object.freeze({flagKey:t,defaultValue:r,flagValueType:n,clientMetadata:this.metadata,providerMetadata:this._provider.metadata,context:c,logger:this._logger,hookData:new Rh}));let u;try{this.beforeHooks(s,d,o),this.shortCircuitIfNotReady();const f=e.call(this._provider,t,r,c,this._logger),h=zh(Ir({},f),{flagMetadata:Object.freeze((i=f.flagMetadata)!=null?i:{}),flagKey:t});if(h.errorCode){const m=Ph(h.errorCode,h.errorMessage);this.errorHooks(l,d,m,o),u=this.getErrorEvaluationDetails(t,r,m,h.flagMetadata)}else this.afterHooks(l,d,h,o),u=h}catch(f){this.errorHooks(l,d,f,o),u=this.getErrorEvaluationDetails(t,r,f)}return this.finallyHooks(l,d,u,o),u}beforeHooks(t,e,r){var n;for(const[o,a]of t.entries()){const i=t.length-1-o,s=e[i];Object.freeze(s),Object.freeze(s.context),(n=a?.before)==null||n.call(a,s,Object.freeze(r.hookHints))}}afterHooks(t,e,r,n){var o;for(const[a,i]of t.entries()){const s=e[a];(o=i?.after)==null||o.call(i,s,r,n.hookHints)}}errorHooks(t,e,r,n){var o;for(const[a,i]of t.entries())try{const s=e[a];(o=i?.error)==null||o.call(i,s,r,n.hookHints)}catch(s){this._logger.error(`Unhandled error during 'error' hook: ${s}`),s instanceof Error&&this._logger.error(s.stack),this._logger.error(s?.stack)}}finallyHooks(t,e,r,n){var o;for(const[a,i]of t.entries())try{const s=e[a];(o=i?.finally)==null||o.call(i,s,r,n.hookHints)}catch(s){this._logger.error(`Unhandled error during 'finally' hook: ${s}`),s instanceof Error&&this._logger.error(s.stack),this._logger.error(s?.stack)}}get _provider(){return this.providerAccessor()}get _logger(){return this._clientLogger||this.globalLogger()}shortCircuitIfNotReady(){if(this.providerStatus===wt.NOT_READY)throw new Xa("provider has not yet initialized");if(this.providerStatus===wt.FATAL)throw new Ya("provider is in an irrecoverable error state")}getErrorEvaluationDetails(t,e,r,n={}){const o=r?.message;return{errorCode:r?.code||Va.GENERAL,errorMessage:o,value:e,reason:bh.ERROR,flagMetadata:Object.freeze(n),flagKey:t}}},wo=Symbol.for("@openfeature/web-sdk/api"),Po=globalThis,ep=class Gr extends Hh{constructor(){super("client"),this._statusEnumType=wt,this._apiEmitter=new Lo,this._defaultProvider=new Wr(Oo,wt.NOT_READY,this._statusEnumType),this._domainScopedProviders=new Map,this._createEventEmitter=()=>new Lo}static getInstance(){const e=Po[wo];if(e)return e;const r=new Gr;return Po[wo]=r,r}getProviderStatus(e){var r,n;return e?(n=(r=this._domainScopedProviders.get(e))==null?void 0:r.status)!=null?n:this._defaultProvider.status:this._defaultProvider.status}setProviderAndWait(e,r,n){return lt(this,null,function*(){const o=ut(e),a=_e(o?r:e),i=_e(o?n:r);i&&(o?this._domainScopedContext.set(o,i):this._context=i),yield this.setAwaitableProvider(o,a)})}setProvider(e,r,n){const o=ut(e),a=_e(o?r:e),i=_e(o?n:r);i&&(o?this._domainScopedContext.set(o,i):this._context=i);const s=this.setAwaitableProvider(o,a);return Promise.resolve(s).catch(l=>{this._logger.error("Error during provider initialization:",l)}),this}getProvider(e){return this.getProviderForClient(e)}setContext(e,r){return lt(this,null,function*(){var n,o;const a=ut(e),i=(o=(n=_e(e))!=null?n:_e(r))!=null?o:{};if(a){const s=this._domainScopedProviders.get(a);if(s){const l=this.getContext(a);this._domainScopedContext.set(a,i),yield this.runProviderContextChangeHandler(a,s,l,i)}else this._domainScopedContext.set(a,i)}else{const s=this._context;this._context=i;const l=Array.from(this._domainScopedProviders.entries()).filter(([d])=>!this._domainScopedContext.has(d)).reduce((d,[u,f])=>(d.push({domain:u,wrapper:f}),d),[]),c=[{domain:void 0,wrapper:this._defaultProvider},...l];yield Promise.all(c.map(d=>this.runProviderContextChangeHandler(d.domain,d.wrapper,s,i)))}})}getContext(e){const r=ut(e);if(r){const n=this._domainScopedContext.get(r);if(n)return n;this._logger.debug(`Unable to find context for '${r}'.`)}return this._context}clearContext(e){return lt(this,null,function*(){const r=ut(e);if(r){const n=this._domainScopedProviders.get(r);if(n){const o=this.getContext(r);this._domainScopedContext.delete(r);const a=this.getContext();yield this.runProviderContextChangeHandler(r,n,o,a)}else this._domainScopedContext.delete(r)}else return this.setContext({})})}clearContexts(){return lt(this,null,function*(){yield this.clearContext(),yield Promise.allSettled(Array.from(this._domainScopedProviders.keys()).map(e=>this.clearContext(e)))})}getClient(e,r){return new Qh(()=>this.getProviderForClient(e),()=>this.getProviderStatus(e),()=>this.buildAndCacheEventEmitterForClient(e),n=>this.getContext(n),()=>this.getHooks(),()=>this._logger,{domain:e,version:r})}clearProviders(){return lt(this,null,function*(){yield Yh(Gr.prototype,this,"clearProvidersAndSetDefault").call(this,Oo),this._domainScopedContext.clear()})}runProviderContextChangeHandler(e,r,n,o){return lt(this,null,function*(){var a,i,s,l,c,d;const u=((i=(a=r.provider)==null?void 0:a.metadata)==null?void 0:i.name)||"unnamed-provider";try{if(typeof r.provider.onContextChange=="function"){const f=r.provider.onContextChange(n,o);f&&typeof f?.then=="function"&&(r.incrementPendingContextChanges(),r.status=this._statusEnumType.RECONCILING,this.getAssociatedEventEmitters(e).forEach(h=>{h?.emit(we.Reconciling,{domain:e,providerName:u})}),(s=this._apiEmitter)==null||s.emit(we.Reconciling,{domain:e,providerName:u}),yield f,r.decrementPendingContextChanges())}r.status=this._statusEnumType.READY,r.allContextChangesSettled&&(this.getAssociatedEventEmitters(e).forEach(f=>{f?.emit(we.ContextChanged,{clientName:e,domain:e,providerName:u})}),(l=this._apiEmitter)==null||l.emit(we.ContextChanged,{clientName:e,domain:e,providerName:u}))}catch(f){if(r.decrementPendingContextChanges(),r.status=this._statusEnumType.ERROR,r.allContextChangesSettled){const h=f,m=`Error running ${u}'s context change handler: ${h?.message}`;(c=this._logger)==null||c.error(`${m}`,f),this.getAssociatedEventEmitters(e).forEach(_=>{_?.emit(we.Error,{clientName:e,domain:e,providerName:u,message:m})}),(d=this._apiEmitter)==null||d.emit(we.Error,{clientName:e,domain:e,providerName:u,message:m})}}})}},Ao=ep.getInstance();class tp{runsOn="client";metadata={name:"QueryParamProvider"};flags;constructor(e){this.flags=new Map;for(const[r,n]of e.entries())this.flags.set(r,n)}resolveBooleanEvaluation(e,r){const n=this.flags.get(e);return n===void 0?{value:r,reason:"DEFAULT"}:{value:n.toLowerCase()==="true"||n==="1",reason:"STATIC",variant:n}}resolveStringEvaluation(e,r){const n=this.flags.get(e);return n===void 0?{value:r,reason:"DEFAULT"}:{value:n,reason:"STATIC",variant:n}}resolveNumberEvaluation(e,r){const n=this.flags.get(e);if(n===void 0)return{value:r,reason:"DEFAULT"};const o=Number(n);return isNaN(o)?{value:r,reason:"ERROR",errorCode:"PARSE_ERROR",errorMessage:`Failed to parse "${n}" as a number`}:{value:o,reason:"STATIC",variant:n}}resolveObjectEvaluation(e,r){const n=this.flags.get(e);if(n===void 0)return{value:r,reason:"DEFAULT"};try{return{value:JSON.parse(n),reason:"STATIC",variant:n}}catch(o){return{value:r,reason:"ERROR",errorCode:"PARSE_ERROR",errorMessage:`Failed to parse JSON: ${o instanceof Error?o.message:String(o)}`}}}}async function rp(t){const e=typeof window<"u"?new URLSearchParams(window.location.search):new URLSearchParams,r=new tp(e);await Ao.setProviderAndWait(r);const n=new Map,o=Ao.getClient();n.set(To,o.getBooleanValue(To,np)),n.set(Io,o.getBooleanValue(Io,op)),n.set(ko,o.getBooleanValue(ko,ap));const i=e.has(kr)?o.getBooleanValue(kr,ip):ce.content.inspectorEnabled;n.set(kr,i);const s=e.get("LOG_LEVEL");if(s){const l=["verbose","debug","info","warn","error"];l.includes(s.toLowerCase())?(Fo(s.toLowerCase()),Pe.info(`Log level set to ${s.toLowerCase()} via query param`)):Pe.warn(`Invalid LOG_LEVEL query param: ${s}. Valid values: ${l.join(", ")}`)}return n}const To="FEATURE_LEGACY_READ_ENABLED",np=!1,Io="FEATURE_LEGACY_WRITE_ENABLED",op=!1,ko="FEATURE_CHANNEL_SYNC_ENABLED",ap=!0,kr="FEATURE_INSPECTOR_ENABLED",ip=!1;let Yr;function sp(t){Yr=t}async function ag(){await Yr?.clear();const t=window.ph?.reactorClientModule?.pg;return t&&await al(t),!!Yr}async function lp(t){const e=await gh(),r=[e,...t];return Xr([e,...t]),r}function cp(t){const e=new Map;for(const r of t){const n=r.documentModel.global.id,o=r.documentModel.global.specifications?.[0]?.version??1,a=e.get(n),i=a?.documentModel.global.specifications?.[0]?.version??1;(!a||o>i)&&e.set(n,r)}return Array.from(e.values())}async function up(t,e,r){const n=r.find(o=>o.state.local.triggers.find(a=>a.type==="PullResponder"&&a.data?.url===t));if(n)return n;try{return await e.addRemoteDrive(t,{sharingType:"PUBLIC",availableOffline:!0,listeners:[{block:!0,callInfo:{data:t,name:"switchboard-push",transmitterType:"SwitchboardPush"},filter:{branch:["main"],documentId:["*"],documentType:["*"],scope:["global"]},label:"Switchboard Sync",listenerId:gl(),system:!0}],triggers:[]})}catch(o){Pe.error("Error adding remote drive",o)}}async function dp(){if(window.ph||(window.ph={}),window.ph.legacyReactor||window.ph.loading)return;window.ph.loading=!0,Is(),ks(ft);const t=await rp();Pe.info(`Features: ${JSON.stringify(Object.fromEntries(t),null,2)}`);const e=await Ms.create(),r=await new Hs().withKeyPairStorage(e).build(),n=await new js("connect",{basename:et.routerBasename,baseUrl:et.renownUrl}).withCrypto(r).build(),o=of(et.routerBasename);sp(o);const a=await vh(),i=await lp(a),s=i.flatMap(R=>R.modules.documentModelModules).filter(R=>R!==void 0),l=i.flatMap(R=>R.upgradeManifests).filter(R=>R!==void 0),c=cp(s),u=af(c,o,{featureFlags:{enableDualActionCreate:!0}}),f=await sf(s,l,o,n),h=lf();if(h.length>0){const R=f.reactorModule?.syncModule?.syncManager;R&&await cf(R,h)}await Fs(u,n);const m=new Ai(u.listeners,u);let _=await Sn(u);const N=hp(),C=N?await up(N,u,_):void 0;C&&(_=await Sn(u));const b=window.location.pathname,T=C?.header.slug??Bs(b),x=C?"":Vs(b),w=fp();await Us(w,u,n);const P=new $s(f.client);zs(et),Ks(u),Ws(f),Gs(f.client),Ys(f.reactorModule?.documentModelRegistry),Js(f.reactorModule?.syncModule?.syncManager),Xs(f.reactorModule?.database),qs(f.pg),Zs(P),Qs(r),el(n.did),tl(n),rl(m),nl(_),Xr(i),Jt(T),Mr(x),ol(t),f.client.subscribe({type:"powerhouse/document-drive"},R=>{Pe.verbose("ReactorClient subscription event",R),Nn(f.client).catch(Pe.error)}),await Nn(f.client),window.ph.loading=!1}function fp(){const e=new URLSearchParams(window.location.search).get("user");return e?decodeURIComponent(e):void 0}function hp(){const e=new URLSearchParams(window.location.search).get("driveUrl");return e?decodeURIComponent(e):void 0}function pp(){const t=qr();g.useEffect(()=>{let e=null;if(t){const{credential:r,...n}=t;e={id:n.did,username:n.ens?.name,...n}}Cl(e)},[t])}function gp(){return y.jsx("div",{className:"h-screen",children:y.jsx("div",{className:"flex h-screen items-stretch overflow-auto",role:"presentation",tabIndex:0,children:y.jsxs(g.Suspense,{name:"Root",children:[y.jsx(Ap,{}),y.jsx("div",{className:"relative flex-1 overflow-auto",children:y.jsx(gd,{})})]})})})}function mp(){const[t]=Jo(),e=Yo(),r=Ko();g.useEffect(()=>{r||il(Fl)},[r]),g.useEffect(()=>{t||sl(Bl)},[t]);const n=!r&&!t&&!e;return y.jsx(Ep,{children:n?y.jsx(yp,{}):y.jsx(Uf,{})})}function Ep({children:t}){return y.jsx("div",{className:"flex h-full flex-col overflow-auto",id:"content-view",children:t})}function vp({drive:t}){const r=Wo(t.header.meta?.preferredEditor)?.name||"Drive Explorer App";return y.jsx(Wi,{title:t.state.global.name,description:r,icon:y.jsx(Fa,{drive:t}),onClick:()=>Jt(t)},t.header.id)}function yp(){const t=Xo(),e=ce;return y.jsxs(Vo,{children:[t?.map(r=>y.jsx(vp,{drive:r},r.header.id)),e.drives.addDriveEnabled&&y.jsx(Ki,{})]})}const _p=t=>g.createElement("svg",{width:28,height:32,viewBox:"0 0 28 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},g.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.05092 23.7286L0.000163347 23.9993L0 23.9995L0.207853 24.067L27.6823 24.067L27.9995 23.9995L27.9161 23.6913L14.2182 0.209032L13.9998 0L13.749 0.246353L0.05092 23.7286ZM20.9994 11.9999L7.0003 11.9999L13.9998 23.999L20.9994 11.9999Z",fill:"url(#paint0_radial_319_20865)"}),g.createElement("path",{d:"M14 0L0 23.9998V7.99993L14 0Z",fill:"url(#paint1_linear_319_20865)"}),g.createElement("path",{d:"M28 24L7.82013e-05 24L14 31.9999L28 24Z",fill:"url(#paint2_linear_319_20865)"}),g.createElement("path",{d:"M14 0L28 23.9998V7.99993L14 0Z",fill:"url(#paint3_linear_319_20865)"}),g.createElement("defs",null,g.createElement("radialGradient",{id:"paint0_radial_319_20865",cx:0,cy:0,r:1,gradientUnits:"userSpaceOnUse",gradientTransform:"translate(13.9994 16.0344) rotate(-89.9988) scale(16.0344 16.201)"},g.createElement("stop",{offset:.181008,stopColor:"#FFCD6B"}),g.createElement("stop",{offset:1,stopColor:"#EB5EDF"})),g.createElement("linearGradient",{id:"paint1_linear_319_20865",x1:-.031454,y1:24.041,x2:13.801,y2:-.142908,gradientUnits:"userSpaceOnUse"},g.createElement("stop",{stopColor:"#4331E9"}),g.createElement("stop",{offset:1,stopColor:"#A273FF"})),g.createElement("linearGradient",{id:"paint2_linear_319_20865",x1:-.0310093,y1:24,x2:28.0444,y2:24,gradientUnits:"userSpaceOnUse"},g.createElement("stop",{stopColor:"#A273FF"}),g.createElement("stop",{offset:1,stopColor:"#4331E9"})),g.createElement("linearGradient",{id:"paint3_linear_319_20865",x1:28.0315,y1:24.041,x2:14.199,y2:-.142908,gradientUnits:"userSpaceOnUse"},g.createElement("stop",{stopColor:"#A273FF"}),g.createElement("stop",{offset:1,stopColor:"#4331E9"})))),Cp=t=>g.createElement("svg",{width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},g.createElement("path",{d:"M15.6867 8.03333C15.4933 7.83999 15.1733 7.83999 14.98 8.03333L14.6733 8.34001V8C14.6733 4.32 11.68 1.32666 7.99999 1.32666C5.96666 1.32666 4.06666 2.23999 2.79333 3.82666C2.61999 4.03999 2.65332 4.35999 2.87332 4.52665C3.08666 4.69999 3.40666 4.66666 3.57332 4.44666C4.65999 3.09332 6.27332 2.31999 7.99999 2.31999C11.1267 2.31999 13.6733 4.86666 13.6733 7.99333V8.32666L13.3667 8.02002C13.1733 7.82669 12.8533 7.82669 12.66 8.02002C12.4667 8.21335 12.4667 8.53335 12.66 8.72668L13.82 9.88668C13.8667 9.93334 13.92 9.96666 13.98 9.99333C14.04 10.02 14.1067 10.0333 14.1733 10.0333C14.24 10.0333 14.3 10.02 14.3667 9.99333C14.4267 9.96666 14.48 9.93334 14.5267 9.88668L15.6867 8.72668C15.88 8.54668 15.88 8.22666 15.6867 8.03333Z",fill:"#6C7275"}),g.createElement("path",{d:"M13.1267 11.4666C12.9133 11.2933 12.5933 11.3266 12.4267 11.5466C11.34 12.9 9.72665 13.6733 7.99998 13.6733C4.87332 13.6733 2.32665 11.1266 2.32665 7.99996V7.66663L2.63332 7.97331C2.73332 8.07331 2.85999 8.11996 2.98665 8.11996C3.11332 8.11996 3.23999 8.07331 3.33999 7.97331C3.53332 7.77998 3.53332 7.45998 3.33999 7.26664L2.17998 6.10661C2.13332 6.05994 2.07998 6.02663 2.01998 5.99996C1.89998 5.94663 1.75998 5.94663 1.63998 5.99996C1.57998 6.02663 1.52665 6.05994 1.47999 6.10661L0.319988 7.26664C0.126654 7.45998 0.126654 7.77998 0.319988 7.97331C0.513321 8.16664 0.833319 8.16664 1.02665 7.97331L1.33332 7.66663V7.99996C1.33332 11.68 4.32665 14.6733 8.00665 14.6733C10.04 14.6733 11.94 13.76 13.2133 12.1733C13.38 11.96 13.3467 11.64 13.1267 11.4666Z",fill:"#6C7275"})),Sp="https://apps.powerhouse.io/sky-atlas/staging/switchboard",Np=2e3;function Rp(){const{search:t}=dr();return g.useMemo(()=>{const r=new URLSearchParams(t).get("reactorUrl")??Sp;return r.endsWith("/")?r:`${r}/`},[t])}async function bp(t,e){const r=ml`
|
|
15
|
-
mutation ForkAtlas($docId: PHID) {
|
|
16
|
-
ForkAtlas(docId: $docId)
|
|
17
|
-
}
|
|
18
|
-
`;return await El(`${e}graphql`,r,{docId:t})}function xp(){const t=g.useRef("initial"),e=ll(),{documentId:r}=td(),n=Rp(),o=qu(),[a,i]=g.useState(void 0),[s,l]=g.useState(void 0),[c,d]=g.useState(!0),u=t.current==="error";g.useEffect(()=>{s&&(console.error("Error forking Atlas:",s),ft("Error forking Atlas",{type:"error"}))},[s]);async function f(_){const C=(await bp(_,n)).ForkAtlas;t.current="forked",i(C)}const h=g.useCallback(()=>{a&&!c&&o(`/d/${a}`,{replace:!0})},[a,o,c]),m=g.useCallback(async _=>{console.log("Adding remote drive:",_);const N=`${n}d/${_}`;try{const C=await Rn(N,{sharingType:"PUBLIC",availableOffline:!0,listeners:[{block:!0,callInfo:{data:N,name:"switchboard-push",transmitterType:"SwitchboardPush"},filter:{branch:["main"],documentId:["*"],documentType:["*"],scope:["global"]},label:"Switchboard Sync",listenerId:"1",system:!0}],triggers:[]});t.current="done",console.log("Added remote drive:",C),setTimeout(()=>{d(!1)},Np)}catch(C){t.current="error",d(!1),l(C)}},[Rn,o,n]);return g.useEffect(()=>{!r||t.current!=="initial"||(t.current="forking",f(r).catch(_=>{t.current="error",l(_)}))},[r,t]),g.useEffect(()=>{!a||!e||t.current!=="forked"||(t.current="addingDrive",new Promise(_=>{setTimeout(_,500)}).then(()=>m(a)).catch(_=>{t.current="error",l(_)}))},[a,e,t]),y.jsx("div",{className:"flex size-full justify-center gap-x-4 bg-gray-50",children:y.jsxs("div",{className:"w-full max-w-[850px] rounded-2xl bg-white p-6 drop-shadow-sm",children:[y.jsx("h1",{className:"text-lg font-medium text-gray-900",children:"Welcome to the Atlas Explorer"}),y.jsx("div",{className:"mt-4 rounded-xl border border-gray-200 bg-gray-50 p-6",children:y.jsxs("div",{className:"flex min-h-80 flex-col items-center justify-center rounded-2xl bg-slate-50",children:[y.jsx("div",{children:y.jsx(_p,{})}),u?y.jsx("div",{className:"mt-3 text-sm text-gray-800",children:"Error forking Atlas scope. Please try again."}):y.jsx("div",{className:"mt-3 text-sm text-gray-500",children:"Forking Atlas scope..."}),y.jsx(qo,{onClick:u?window.location.reload.bind(window.location):h,size:"small",color:"light",className:"mt-4 h-9 border border-gray-200 bg-white px-3 text-gray-600",children:u?"Retry":c?y.jsxs(y.Fragment,{children:[y.jsx(Cp,{className:"animate-spin"}),"Loading"]}):"Continue"})]})})]})})}function Dp(t){const e=ce.routerBasename;return _d(t,{basename:e,future:{v7_fetcherPersist:!0,v7_relativeSplatPath:!0}})}function Op(){const t=[{index:!0,path:"d?/:driveId?/*?",element:y.jsx(g.Suspense,{name:"Drive",children:y.jsx(mp,{})})},{path:"import/:documentId",element:y.jsx(g.Suspense,{name:"AtlasImport",children:y.jsx(xp,{})})}];return[{element:y.jsx(g.Suspense,{name:"RouteRoot",children:y.jsx(gp,{})}),children:t}]}const Lp=Op(),wp=Dp(Lp),Pp=()=>y.jsx(Ld,{router:wp});function Ap(){const t=qr(),e=Xo(),[r]=Jo(),n=cl(),o=localStorage.getItem("CONNECT_DEBUG")==="true",a=()=>{Fe({type:"settings"})},i=()=>{Fe({type:"addDrive"})},s=()=>{Fe({type:"inspector"})},l=t?.address?`https://etherscan.io/address/${t.address}`:"";return y.jsx(Gi,{children:y.jsx(Bo,{id:"sidebar",onClick:()=>Jt(void 0),onClickSettings:a,onInspectorClick:n?s:void 0,address:t?.address,onLogin:dl,onDisconnect:ul,etherscanUrl:l,showDebug:o,onDebugClick:()=>Fe({type:"debugSettings"}),children:y.jsxs(fr,{variant:"text",fallbackMessage:"There was an error loading drives",loggerContext:["Connect","Sidebar"],children:[e?.map((c,d)=>y.jsx(Yi,{title:c.header.name,onClick:()=>Jt(c),active:r?.header.id===c.header.id,icon:y.jsx(Fa,{drive:c})},d)),ce.drives.addDriveEnabled&&y.jsx(Ji,{onClick:i})]})})})}const Tp=g.lazy(async()=>(await dp(),{default:({children:t})=>(Wl(),pp(),Yc(),t)})),Ip=()=>y.jsxs(g.StrictMode,{children:[y.jsx(g.Suspense,{fallback:y.jsx(mf,{}),name:"AppLoader",children:y.jsx(Tp,{children:y.jsx(yf,{})})}),y.jsx(g.Suspense,{name:"CookieBanner",children:y.jsx(Pf,{})}),y.jsx(oh,{})]});Sl.createRoot(document.getElementById("root")).render(y.jsx(Ip,{}));export{Bc as T,rg as a,ce as b,ag as c,eg as d,og as e,tg as r,hf as s,ft as t,fa as u};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{j as l}from"./document_model_editor-C09WrRJH.js";import{b as g,s as f,t,L as R,i as y,f as T,x as u,c as h,a as S,u as b,E as k,g as m,h as j,k as C,j as E,l as x,m as $,n as N,o as V,p as Z,q as w,r as W,v as X,w as Y}from"./hooks-CA3awePR.js";import{r as Q}from"./sentry_react-cODD7zWc.js";import"./graphql-AKTCpY7l.js";import"./drive_explorer-Dow3SqMS.js";import"./react/jsx-runtime-DldvXD6N.js";import"./document_model-Cx5XyMoQ.js";import"./zod-9j67vCAu.js";import"./react-DQSxOgtG.js";import"./design_system-CnYyVrrE.js";import"./tailwind_merge-Dr4f9Rms.js";import"./react-dom-D6zQJsh6.js";import"./reactor_browser-CuhstORM.js";import"./document_drive-BqIOVraN.js";import"./config-CU-aFfVJ.js";import"./design_system_connect-C_BjsOB4.js";import"./design_system_ui-Bdfol2bD.js";import"./sentry_browser-B4YoBIIG.js";const L=f({String:t.string,Number:t.number,"True False":t.bool,PropertyName:t.propertyName,Null:t.null,", :":t.separator,"[ ]":t.squareBracket,"{ }":t.brace}),H=g.deserialize({version:14,states:"$bOVQPOOOOQO'#Cb'#CbOnQPO'#CeOvQPO'#ClOOQO'#Cr'#CrQOQPOOOOQO'#Cg'#CgO}QPO'#CfO!SQPO'#CtOOQO,59P,59PO![QPO,59PO!aQPO'#CuOOQO,59W,59WO!iQPO,59WOVQPO,59QOqQPO'#CmO!nQPO,59`OOQO1G.k1G.kOVQPO'#CnO!vQPO,59aOOQO1G.r1G.rOOQO1G.l1G.lOOQO,59X,59XOOQO-E6k-E6kOOQO,59Y,59YOOQO-E6l-E6l",stateData:"#O~OeOS~OQSORSOSSOTSOWQO_ROgPO~OVXOgUO~O^[O~PVO[^O~O]_OVhX~OVaO~O]bO^iX~O^dO~O]_OVha~O]bO^ia~O",goto:"!kjPPPPPPkPPkqwPPPPk{!RPPP!XP!e!hXSOR^bQWQRf_TVQ_Q`WRg`QcZRicQTOQZRQe^RhbRYQR]R",nodeNames:"⚠ JsonText True False Null Number String } { Object Property PropertyName : , ] [ Array",maxTerm:25,nodeProps:[["isolate",-2,6,11,""],["openedBy",7,"{",14,"["],["closedBy",8,"}",15,"]"]],propSources:[L],skippedNodes:[0],repeatNodeCount:2,tokenData:"(|~RaXY!WYZ!W]^!Wpq!Wrs!]|}$u}!O$z!Q!R%T!R![&c![!]&t!}#O&y#P#Q'O#Y#Z'T#b#c'r#h#i(Z#o#p(r#q#r(w~!]Oe~~!`Wpq!]qr!]rs!xs#O!]#O#P!}#P;'S!];'S;=`$o<%lO!]~!}Og~~#QXrs!]!P!Q!]#O#P!]#U#V!]#Y#Z!]#b#c!]#f#g!]#h#i!]#i#j#m~#pR!Q![#y!c!i#y#T#Z#y~#|R!Q![$V!c!i$V#T#Z$V~$YR!Q![$c!c!i$c#T#Z$c~$fR!Q![!]!c!i!]#T#Z!]~$rP;=`<%l!]~$zO]~~$}Q!Q!R%T!R![&c~%YRT~!O!P%c!g!h%w#X#Y%w~%fP!Q![%i~%nRT~!Q![%i!g!h%w#X#Y%w~%zR{|&T}!O&T!Q![&Z~&WP!Q![&Z~&`PT~!Q![&Z~&hST~!O!P%c!Q![&c!g!h%w#X#Y%w~&yO[~~'OO_~~'TO^~~'WP#T#U'Z~'^P#`#a'a~'dP#g#h'g~'jP#X#Y'm~'rOR~~'uP#i#j'x~'{P#`#a(O~(RP#`#a(U~(ZOS~~(^P#f#g(a~(dP#i#j(g~(jP#X#Y(m~(rOQ~~(wOW~~(|OV~",tokenizers:[0],topRules:{JsonText:[0,1]},tokenPrec:0}),q=()=>a=>{try{JSON.parse(a.state.doc.toString())}catch(r){if(!(r instanceof SyntaxError))throw r;const e=v(r,a.state.doc);return[{from:e,message:r.message,severity:"error",to:e}]}return[]};function v(a,r){let e;return(e=a.message.match(/at position (\d+)/))?Math.min(+e[1],r.length):(e=a.message.match(/at line (\d+) column (\d+)/))?Math.min(r.line(+e[1]).from+ +e[2]-1,r.length):0}const d=R.define({name:"json",parser:H.configure({props:[y.add({Object:u({except:/^\s*\}/}),Array:u({except:/^\s*\]/})}),T.add({"Object Array":h})]}),languageData:{closeBrackets:{brackets:["[","{",'"']},indentOnInput:/^\s*[\}\]]$/}});function G(){return new S(d)}const se=Q.memo(function(r){const{doc:e,readonly:o=!1,updateDocumentInModel:n}=r,{editorRef:i,viewRef:O,updateListenerCompartment:c,focusHandlerCompartment:p,pasteHandlerCompartment:P,timeoutRef:s}=b();return Q.useEffect(()=>{O.current||(O.current=new k({state:m.create({doc:e,extensions:[...j,C.of($),E,d,G(),x(q()),c.current.of(N(o,s,n)),p.current.of(V(o,s,n)),P.current.of(Z(o,s,n)),m.readOnly.of(o)]}),parent:i.current}),w(O.current))},[]),W(O),X(O.current,o,s,n,{updateListener:c.current,focusHandler:p.current,pasteHandler:P.current}),Y(O.current,e),l.jsx("div",{ref:i})});export{se as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{b9 as s,ba as o,bb as m}from"./reactor_browser-CuhstORM.js";import"./document_model-Cx5XyMoQ.js";import"./zod-9j67vCAu.js";import"./react-DQSxOgtG.js";import"./document_drive-BqIOVraN.js";import"./graphql-AKTCpY7l.js";import"./config-CU-aFfVJ.js";import"./sentry_react-cODD7zWc.js";import"./sentry_browser-B4YoBIIG.js";import"./drive_explorer-Dow3SqMS.js";import"./document_model_editor-C09WrRJH.js";import"./react/jsx-runtime-DldvXD6N.js";import"./design_system-CnYyVrrE.js";import"./tailwind_merge-Dr4f9Rms.js";import"./react-dom-D6zQJsh6.js";import"./design_system_connect-C_BjsOB4.js";import"./design_system_ui-Bdfol2bD.js";m();var O=class extends s{constructor(t){super(t),this.rootDir=(void 0)(t),(void 0)((void 0)(this.rootDir))||(void 0)(this.rootDir)}async init(t,r){return this.pg=t,{emscriptenOpts:{...r,preRun:[...r.preRun||[],i=>{let p=i.FS.filesystems.NODEFS;i.FS.mkdir(o),i.FS.mount(p,{root:this.rootDir},o)}]}}}async closeFs(){this.pg.Module.FS.quit()}};export{O as NodeFS};
|