@powerhousedao/connect 5.1.0 → 5.2.0-staging.2

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.
Files changed (124) hide show
  1. package/.env +1 -0
  2. package/dist/assets/AddDriveModal-2J4OkOKe.js +1 -0
  3. package/dist/assets/ClearStorageModal-D-Trm4Bv.js +1 -0
  4. package/dist/assets/CookiesPolicyModal-TR7WVoSA.js +1 -0
  5. package/dist/assets/CreateDocumentModal-Cs-4k9rW.js +1 -0
  6. package/dist/assets/{DebugSettingsModal-CooFY-Go.js → DebugSettingsModal-Bp_xYviw.js} +1 -1
  7. package/dist/assets/{DeleteDriveModal-BOdu1bg5.js → DeleteDriveModal-CeCAWL_i.js} +1 -1
  8. package/dist/assets/DeleteItemModal-BLqrxHHr.js +1 -0
  9. package/dist/assets/DisclaimerModal-DV4OXJI1.js +1 -0
  10. package/dist/assets/DriveSettingsModal-BJJf_xXi.js +1 -0
  11. package/dist/assets/{ExportDocumentWithErrorsModal-BzgGSmxg.js → ExportDocumentWithErrorsModal-tuPYLvIE.js} +1 -1
  12. package/dist/assets/SettingsModal-CU5Mio6y.js +1 -0
  13. package/dist/assets/UpgradeDriveModal-CpKl7cbN.js +1 -0
  14. package/dist/assets/{design_system-DGYPpUGa.js → design_system-WuKyHXQN.js} +1 -1
  15. package/dist/assets/design_system_connect-DKWQSjBv.js +45 -0
  16. package/dist/assets/design_system_ui-DvlEeqfu.js +1 -0
  17. package/dist/assets/{document_drive-BEIKnuGM.js → document_drive-BuVpBb4l.js} +25 -14
  18. package/dist/assets/{document_engineering-B49PhCDR.js → document_engineering-C2PWdZDH.js} +1 -1
  19. package/dist/assets/{document_model-DXcLJEjZ.js → document_model-DB4SzBSe.js} +3 -3
  20. package/dist/assets/document_model_editor-Dxf_uko8.js +23 -0
  21. package/dist/assets/{drive_explorer-d0kn77Nx.js → drive_explorer-iLZp-dwy.js} +2 -2
  22. package/dist/assets/{graphql-editor-CSkqTexL.js → graphql-editor-BycuWm1l.js} +2 -2
  23. package/dist/assets/{hooks-D4Uas2SG.js → hooks-BdgCwg49.js} +1 -1
  24. package/dist/assets/index-BilHslhO.css +1 -0
  25. package/dist/assets/index-CS9DBC13.js +20 -0
  26. package/dist/assets/index-VIbDz3Cl.js +25 -0
  27. package/dist/assets/json-editor-BjVnk0-0.js +1 -0
  28. package/dist/assets/nodefs-Dk4wkJJa.js +1 -0
  29. package/dist/assets/opfs-ahp-BSB41eck.js +3 -0
  30. package/dist/assets/pg_dump-CW0pN9tG.wasm +0 -0
  31. package/dist/assets/postgres-CkP7QCDB.data +0 -0
  32. package/dist/assets/postgres-CyuUVpXN.wasm +0 -0
  33. package/dist/assets/reactor_browser-CmbGGv54.js +127 -0
  34. package/dist/assets/state-schemas-DS3WhvAN.js +2 -0
  35. package/dist/assets/zod-BpTyxkjy.js +20 -0
  36. package/dist/index.html +11 -11
  37. package/heroku/Dockerfile +4 -1
  38. package/lib/package.copy.json +14 -8
  39. package/lib/src/components/app-skeleton.js +1 -1
  40. package/lib/src/components/app-skeleton.js.map +1 -1
  41. package/lib/src/components/modal/modals/AddDriveModal.d.ts.map +1 -1
  42. package/lib/src/components/modal/modals/AddDriveModal.js +35 -27
  43. package/lib/src/components/modal/modals/AddDriveModal.js.map +1 -1
  44. package/lib/src/components/modal/modals/InspectorModal/InspectorModal.d.ts +2 -0
  45. package/lib/src/components/modal/modals/InspectorModal/InspectorModal.d.ts.map +1 -0
  46. package/lib/src/components/modal/modals/InspectorModal/InspectorModal.js +26 -0
  47. package/lib/src/components/modal/modals/InspectorModal/InspectorModal.js.map +1 -0
  48. package/lib/src/components/modal/modals/InspectorModal/index.d.ts +2 -0
  49. package/lib/src/components/modal/modals/InspectorModal/index.d.ts.map +1 -0
  50. package/lib/src/components/modal/modals/InspectorModal/index.js +2 -0
  51. package/lib/src/components/modal/modals/InspectorModal/index.js.map +1 -0
  52. package/lib/src/components/modal/modals/InspectorModal/useDbExplorer.d.ts +32 -0
  53. package/lib/src/components/modal/modals/InspectorModal/useDbExplorer.d.ts.map +1 -0
  54. package/lib/src/components/modal/modals/InspectorModal/useDbExplorer.js +108 -0
  55. package/lib/src/components/modal/modals/InspectorModal/useDbExplorer.js.map +1 -0
  56. package/lib/src/components/modal/modals/InspectorModal/useRemotesInspector.d.ts +4 -0
  57. package/lib/src/components/modal/modals/InspectorModal/useRemotesInspector.d.ts.map +1 -0
  58. package/lib/src/components/modal/modals/InspectorModal/useRemotesInspector.js +12 -0
  59. package/lib/src/components/modal/modals/InspectorModal/useRemotesInspector.js.map +1 -0
  60. package/lib/src/components/modal/modals-container.d.ts.map +1 -1
  61. package/lib/src/components/modal/modals-container.js +4 -0
  62. package/lib/src/components/modal/modals-container.js.map +1 -1
  63. package/lib/src/components/root.js +1 -1
  64. package/lib/src/components/root.js.map +1 -1
  65. package/lib/src/components/sidebar.d.ts.map +1 -1
  66. package/lib/src/components/sidebar.js +6 -2
  67. package/lib/src/components/sidebar.js.map +1 -1
  68. package/lib/src/connect.config.d.ts +2 -0
  69. package/lib/src/connect.config.d.ts.map +1 -1
  70. package/lib/src/connect.config.js +1 -0
  71. package/lib/src/connect.config.js.map +1 -1
  72. package/lib/src/feature-flags.d.ts +22 -3
  73. package/lib/src/feature-flags.d.ts.map +1 -1
  74. package/lib/src/feature-flags.js +48 -3
  75. package/lib/src/feature-flags.js.map +1 -1
  76. package/lib/src/hooks/useClientErrorHandler.d.ts.map +1 -1
  77. package/lib/src/hooks/useClientErrorHandler.js +13 -2
  78. package/lib/src/hooks/useClientErrorHandler.js.map +1 -1
  79. package/lib/src/pages/demo/atlas-import.js +2 -2
  80. package/lib/src/pages/demo/atlas-import.js.map +1 -1
  81. package/lib/src/store/reactor.d.ts.map +1 -1
  82. package/lib/src/store/reactor.js +102 -51
  83. package/lib/src/store/reactor.js.map +1 -1
  84. package/lib/src/utils/reactor.d.ts +7 -0
  85. package/lib/src/utils/reactor.d.ts.map +1 -1
  86. package/lib/src/utils/reactor.js +35 -2
  87. package/lib/src/utils/reactor.js.map +1 -1
  88. package/lib/src/utils/signer.d.ts +18 -0
  89. package/lib/src/utils/signer.d.ts.map +1 -0
  90. package/lib/src/utils/signer.js +215 -0
  91. package/lib/src/utils/signer.js.map +1 -0
  92. package/lib/test/utils/signer.test.d.ts +2 -0
  93. package/lib/test/utils/signer.test.d.ts.map +1 -0
  94. package/lib/test/utils/signer.test.js +319 -0
  95. package/lib/test/utils/signer.test.js.map +1 -0
  96. package/lib/tsconfig.tsbuildinfo +1 -1
  97. package/lib/vite.config.d.ts.map +1 -1
  98. package/lib/vite.config.js +4 -0
  99. package/lib/vite.config.js.map +1 -1
  100. package/lib/vitest.config.d.ts +3 -0
  101. package/lib/vitest.config.d.ts.map +1 -0
  102. package/lib/vitest.config.js +8 -0
  103. package/lib/vitest.config.js.map +1 -0
  104. package/nginx.conf +7 -0
  105. package/package.copy.json +14 -8
  106. package/package.json +21 -15
  107. package/dist/assets/AddDriveModal-_XSf2ZlN.js +0 -1
  108. package/dist/assets/ClearStorageModal-CbfJTlAo.js +0 -1
  109. package/dist/assets/CookiesPolicyModal-DTRuUeM_.js +0 -1
  110. package/dist/assets/CreateDocumentModal-DUTbfZYr.js +0 -1
  111. package/dist/assets/DeleteItemModal-D8MlQS3W.js +0 -1
  112. package/dist/assets/DisclaimerModal-RBBaiKyO.js +0 -1
  113. package/dist/assets/DriveSettingsModal-BHBZfzaY.js +0 -1
  114. package/dist/assets/SettingsModal-BXDXscnR.js +0 -1
  115. package/dist/assets/UpgradeDriveModal-15TBzq11.js +0 -1
  116. package/dist/assets/design_system_connect-Vb8XBnLs.js +0 -45
  117. package/dist/assets/design_system_ui-Dnwc_Xm9.js +0 -1
  118. package/dist/assets/document_model_editor-lmHQ6HZy.js +0 -23
  119. package/dist/assets/index-Br7E7qjt.css +0 -1
  120. package/dist/assets/index-CK2Jk_ho.js +0 -18
  121. package/dist/assets/json-editor-CQKAVxat.js +0 -1
  122. package/dist/assets/reactor_browser-BGn_P-dn.js +0 -25
  123. package/dist/assets/state-schemas-36mF-wEI.js +0 -2
  124. package/dist/assets/zod-C6yxFxyo.js +0 -1
@@ -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-_XSf2ZlN.js","assets/document_model_editor-lmHQ6HZy.js","assets/graphql-BS4Brs_E.js","assets/drive_explorer-d0kn77Nx.js","assets/react/jsx-runtime-DldvXD6N.js","assets/document_model-DXcLJEjZ.js","assets/zod-C6yxFxyo.js","assets/design_system-DGYPpUGa.js","assets/tailwind_merge-Dr4f9Rms.js","assets/reactor_browser-BGn_P-dn.js","assets/document_drive-BEIKnuGM.js","assets/config-CU-aFfVJ.js","assets/react-dom-D6zQJsh6.js","assets/design_system_connect-Vb8XBnLs.js","assets/design_system_ui-Dnwc_Xm9.js","assets/react-dom/client-BVPiT_FE.js","assets/graphql_request-9RNJ00DB.js","assets/ClearStorageModal-CbfJTlAo.js","assets/CookiesPolicyModal-DTRuUeM_.js","assets/CreateDocumentModal-DUTbfZYr.js","assets/DebugSettingsModal-CooFY-Go.js","assets/DeleteDriveModal-BOdu1bg5.js","assets/DeleteItemModal-D8MlQS3W.js","assets/DisclaimerModal-RBBaiKyO.js","assets/DriveSettingsModal-BHBZfzaY.js","assets/ExportDocumentWithErrorsModal-BzgGSmxg.js","assets/SettingsModal-BXDXscnR.js","assets/UpgradeDriveModal-15TBzq11.js"])))=>i.map(i=>d[i]);
2
- import{j as y,g as vi,E as Ei}from"./document_model_editor-lmHQ6HZy.js";import{r as yi}from"./react-dom/client-BVPiT_FE.js";import{r as g,R as _i,a as Po}from"./sentry_react-cODD7zWc.js";import{o as Ae,a as Ao,s as ae,e as To,n as Ci,f as Si}from"./zod-C6yxFxyo.js";import{q as Ni,l as de,t as Io,B as bi,R as xi,I as Ri,E as Di,v as Vt,w as Oi}from"./document_drive-BEIKnuGM.js";import{_ as me,G as wi}from"./drive_explorer-d0kn77Nx.js";import{t as Li,c as ko,H as jo,A as Pi,W as Ai,d as Ti,e as Ii,f as ki,g as ji,h as Hi,i as Cn,F as Mi,j as Ho,k as Fi,B as Bi,l as Vi,m as Ui,S as $i,n as zi}from"./design_system_connect-Vb8XBnLs.js";import{x as Mo,y as Yr,w as et,z as Fo,i as Gr,j as Ki,A as Wi,B as Yi,C as Gi,D as Jr,E as Ji,f as Bo,F as Xi,G as qi,H as Vo,I as Zi,J as Qi,K as es,L as ts,h as rs,M as ns,N as os,O as as,P as is,Q as ss,R as ls,b as cs,S as us,T as ds,U as Uo,V as fs,W as $o,X as hs,Y as ps,Z as gs,_ as ms,$ as vs,a0 as Es,a1 as ys,a2 as _s,a3 as Cs,a4 as Ss,a5 as Sn,a6 as Ns,a7 as bs,a8 as xs,a9 as Rs,aa as Ds,ab as Os,ac as ws,ad as Ls,ae as Ps,af as As,ag as Ts,s as bt,ah as at,c as zo,ai as Is,aj as ks,ak as Ko,al as js,am as Nn,an as Hs,ao as Ms}from"./reactor_browser-BGn_P-dn.js";import{I as Tr,l as Wo,Q as Fs,c as Pt}from"./design_system-DGYPpUGa.js";import{a4 as Bs,a3 as Vs,a5 as Ut,j as Yo,h as Go,g as Us}from"./document_model-DXcLJEjZ.js";import{g as $s,r as zs}from"./graphql_request-9RNJ00DB.js";import{g as Ks,r as Ws}from"./react-DQSxOgtG.js";import{t as Ys}from"./tailwind_merge-Dr4f9Rms.js";import{an as Gs}from"./sentry_browser-B4YoBIIG.js";import"./graphql-BS4Brs_E.js";import"./react/jsx-runtime-DldvXD6N.js";import"./react-dom-D6zQJsh6.js";import"./config-CU-aFfVJ.js";import"./design_system_ui-Dnwc_Xm9.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 Js=yi();const Q=Ao([Si(),To(["true","false"])]).transform(t=>typeof t=="boolean"?t:t==="true"),Xt=Ao([Ci(),ae()]).transform(t=>typeof t=="number"?t:parseInt(t,10)),Xs=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()}),qs=Ae({PH_CONNECT_VERSION:ae().default("unknown"),PH_CONNECT_LOG_LEVEL:To(["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)}),Zs=Ae({PH_CONNECT_DISABLE_ADD_DRIVE:Q.default(!1),PH_CONNECT_SEARCH_BAR_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)}),Qs=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)}),el=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)}),tl=Ae({PH_CONNECT_RELATIONAL_PROCESSORS_ENABLED:Q.default(!0),PH_CONNECT_EXTERNAL_RELATIONAL_PROCESSORS_ENABLED:Q.default(!0)}),rl=Ae({PH_CONNECT_PROCESSORS_ENABLED:Q.default(!0),PH_CONNECT_EXTERNAL_PROCESSORS_ENABLED:Q.default(!0)}),nl=rl.merge(el).merge(tl),ol=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://auth.renown.id"),PH_CONNECT_RENOWN_NETWORK_ID:ae().default("eip155"),PH_CONNECT_RENOWN_CHAIN_ID:Xt.default(1)}),Kt=qs.merge(Zs).merge(Qs).merge(nl).merge(ol).merge(al);Xs.merge(Kt);function il(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 sl(t={}){const e=new Set(Object.keys(Kt.shape)),r=il(t,e,Kt);return Kt.parse(r)}function ll(t){let e=t;return e.startsWith(".")&&(e=e.slice(1)),e.startsWith("/")||(e=`/${e}`),e.endsWith("/")||(e=`${e}/`),e}const cl={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_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:"5.0.12",PH_CONNECT_VERSION_CHECK_INTERVAL:"3600000",PH_CONNECT_WARN_OUTDATED_APP:"false",PROD:!0,SSR:!1},O=sl({processEnv:cl});function ul(t){return t.endsWith("/")?t:t+"/"}function dl(){const t=O.PH_CONNECT_BASE_PATH||"/",e=ul(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 ft=dl(),fl={isExternalControlsEnabled:ft.isExternalControlsEnabled},hl={allowedDocumentTypes:ft.allowedDocumentTypes,isDragAndDropEnabled:ft.isDragAndDropEnabled};Ni(O.PH_CONNECT_LOG_LEVEL);de.debug(`Setting log level to ${O.PH_CONNECT_LOG_LEVEL}.`);const Jo=ll(O.PH_CONNECT_BASE_PATH||"/"),pl=O.PH_CONNECT_ANALYTICS_DATABASE_NAME||`${Jo.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:Jo,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:pl,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},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},gl=ce.routerBasename,Xo=`${gl}:acceptedCookies`,Ir=new Set;let Wt=ml();function ml(){try{const t=localStorage.getItem(Xo);return t?JSON.parse(t):{analytics:!1,marketing:!1,functional:!1}}catch{return{analytics:!1,marketing:!1,functional:!1}}}function bn(){return Wt}function vl(t){Wt=t(Wt),localStorage.setItem(Xo,JSON.stringify(Wt)),Ir.forEach(e=>e())}function El(t){return Ir.add(t),()=>Ir.delete(t)}const Xr=()=>[g.useSyncExternalStore(El,bn,bn),vl];async function qr(){try{return(await me(()=>import("./hmr-LMNkvzP7.js"),[])).hmr}catch{return}}async function _p(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 Cp(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 yl(){const t=g.useRef(void 0);g.useEffect(()=>{const e=async n=>{const o=window.ph?.vetraPackages||[],l=(await me(()=>import(`${n.url}?t=${n.timestamp}`),[])).default.map(Mo),d=[...o.filter(u=>u.id==="powerhouse/common"),...l];Yr(d)};async function r(){const n=await qr();t.current=n,n?.on("studio:external-packages-updated",e)}return r().catch(de.error),()=>{t.current?.off("studio:external-packages-updated",e)}},[])}const _l="connect";function Zr(t,e){const{type:r="default",containerId:n=_l,...o}=e||{};return Li(t,{type:r,containerId:n,...o})}const U=t=>typeof t=="string",Et=()=>{let t,e;const r=new Promise((n,o)=>{t=n,e=o});return r.resolve=t,r.reject=e,r},xn=t=>t==null?"":""+t,Cl=(t,e,r)=>{t.forEach(n=>{e[n]&&(r[n]=e[n])})},Sl=/###/g,Rn=t=>t&&t.indexOf("###")>-1?t.replace(Sl,"."):t,Dn=t=>!t||U(t),xt=(t,e,r)=>{const n=U(e)?e.split("."):e;let o=0;for(;o<n.length-1;){if(Dn(t))return{};const a=Rn(n[o]);!t[a]&&r&&(t[a]=new r),Object.prototype.hasOwnProperty.call(t,a)?t=t[a]:t={},++o}return Dn(t)?{}:{obj:t,k:Rn(n[o])}},On=(t,e,r)=>{const{obj:n,k:o}=xt(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=xt(t,i,Object);for(;s.obj===void 0&&i.length;)a=`${i[i.length-1]}.${a}`,i=i.slice(0,i.length-1),s=xt(t,i,Object),s?.obj&&typeof s.obj[`${s.k}.${a}`]<"u"&&(s.obj=void 0);s.obj[`${s.k}.${a}`]=r},Nl=(t,e,r,n)=>{const{obj:o,k:a}=xt(t,e,Object);o[a]=o[a]||[],o[a].push(r)},qt=(t,e)=>{const{obj:r,k:n}=xt(t,e);if(r&&Object.prototype.hasOwnProperty.call(r,n))return r[n]},bl=(t,e,r)=>{const n=qt(t,r);return n!==void 0?n:qt(e,r)},qo=(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]):qo(t[n],e[n],r):t[n]=e[n]);return t},it=t=>t.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&");var xl={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#x2F;"};const Rl=t=>U(t)?t.replace(/[&<>"'\/]/g,e=>xl[e]):t;class Dl{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 Ol=[" ",",","?","!",";"],wl=new Dl(20),Ll=(t,e,r)=>{e=e||"",r=r||"";const n=Ol.filter(i=>e.indexOf(i)<0&&r.indexOf(i)<0);if(n.length===0)return!0;const o=wl.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},kr=(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},Rt=t=>t?.replace("_","-"),Pl={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||Pl,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 De=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 wn 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:kr(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),On(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?qo(l,n,a):l={...l,...n},On(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 Zo={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 Qo=Symbol("i18next/PATH_KEY");function Al(){const t=[],e=Object.create(null);let r;return e.get=(n,o)=>(r?.revoke?.(),o===Qo?t:(t.push(o),r=Proxy.revocable(n,e),r.proxy)),Proxy.revocable(Object.create(null),e).proxy}function Qt(t,e){const{[Qo]:r}=t(Al());return r.join(e?.keySeparator??".")}const Ln={},mr=t=>!U(t)&&typeof t!="boolean"&&typeof t!="number";class er extends ar{constructor(e,r={}){super(),Cl(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],e,this),this.options=r,this.options.keySeparator===void 0&&(this.options.keySeparator="."),this.logger=De.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=mr(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&&!Ll(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,h=o.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(u?.toLowerCase()==="cimode")return h?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 f=this.resolve(e,o);let m=f?.res;const _=f?.usedKey||s,N=f?.exactUsedKey||s,C=["[object Number]","[object Function]","[object RegExp]"],b=o.joinArrays!==void 0?o.joinArrays:this.options.joinArrays,w=!this.i18nFormat||this.i18nFormat.handleAsObject,x=o.count!==void 0&&!U(o.count),P=er.hasDefaultValue(o),k=x?this.pluralResolver.getSuffix(u,o.count,o):"",E=o.ordinal&&x?this.pluralResolver.getSuffix(u,o.count,{ordinal:!1}):"",D=x&&!o.ordinal&&o.count===0,M=D&&o[`defaultValue${this.options.pluralSeparator}zero`]||o[`defaultValue${k}`]||o[`defaultValue${E}`]||o.defaultValue;let j=m;w&&!m&&P&&(j=M);const $=mr(j),B=Object.prototype.toString.apply(j);if(w&&j&&$&&C.indexOf(B)<0&&!(U(b)&&Array.isArray(j))){if(!o.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");const Y=this.options.returnedObjectHandler?this.options.returnedObjectHandler(_,j,{...o,ns:l}):`key '${s} (${this.language})' returned an object instead of string.`;return a?(f.res=Y,f.usedParams=this.getUsedParamsDetails(o),f):Y}if(i){const Y=Array.isArray(j),G=Y?[]:{},ge=Y?N:_;for(const ue in j)if(Object.prototype.hasOwnProperty.call(j,ue)){const q=`${ge}${i}${ue}`;P&&!m?G[ue]=this.translate(q,{...o,defaultValue:mr(M)?M[ue]:void 0,joinArrays:!1,ns:l}):G[ue]=this.translate(q,{...o,joinArrays:!1,ns:l}),G[ue]===q&&(G[ue]=j[ue])}m=G}}else if(w&&U(b)&&Array.isArray(m))m=m.join(b),m&&(m=this.extendTranslation(m,e,o,n));else{let Y=!1,G=!1;!this.isValidLookup(m)&&P&&(Y=!0,m=M),this.isValidLookup(m)||(G=!0,m=s);const ue=(o.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&G?void 0:m,q=P&&M!==m&&this.options.updateMissing;if(G||Y||q){if(this.logger.log(q?"updateKey":"missingKey",u,c,s,q?M: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 te=[];const Oe=this.languageUtils.getFallbackCodes(this.options.fallbackLng,o.lng||this.language);if(this.options.saveMissingTo==="fallback"&&Oe&&Oe[0])for(let ie=0;ie<Oe.length;ie++)te.push(Oe[ie]);else this.options.saveMissingTo==="all"?te=this.languageUtils.toResolveHierarchy(o.lng||this.language):te.push(o.lng||this.language);const Te=(ie,fe,_e)=>{const Ie=P&&_e!==m?_e:ue;this.options.missingKeyHandler?this.options.missingKeyHandler(ie,c,fe,Ie,q,o):this.backendConnector?.saveMissing&&this.backendConnector.saveMissing(ie,c,fe,Ie,q,o),this.emit("missingKey",ie,c,fe,m)};this.options.saveMissing&&(this.options.saveMissingPlurals&&x?te.forEach(ie=>{const fe=this.pluralResolver.getSuffixes(ie,o);D&&o[`defaultValue${this.options.pluralSeparator}zero`]&&fe.indexOf(`${this.options.pluralSeparator}zero`)<0&&fe.push(`${this.options.pluralSeparator}zero`),fe.forEach(_e=>{Te([ie],s+_e,o[`defaultValue${_e}`]||M)})}):Te(te,s,M))}m=this.extendTranslation(m,e,o,f,n),G&&m===s&&this.options.appendNamespaceToMissingKey&&(m=`${c}${d}${s}`),(G||Y)&&this.options.parseMissingKeyHandler&&(m=this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?`${c}${d}${s}`:s,Y?m:void 0,o))}return a?(f.res=m,f.usedParams=this.getUsedParamsDetails(o),f):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),h=u&&u.length;c<h&&(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=Zo.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 h=r.count!==void 0&&!U(r.count),f=h&&!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,!Ln[`${_[0]}-${N}`]&&this.utils?.hasLoadedNamespace&&!this.utils?.hasLoadedNamespace(s)&&(Ln[`${_[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;h&&(x=this.pluralResolver.getSuffix(C,r.count,r));const P=`${this.options.pluralSeparator}zero`,k=`${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;if(h&&(r.ordinal&&x.indexOf(k)===0&&b.push(d+x.replace(k,this.options.pluralSeparator)),b.push(d+x),f&&b.push(d+P)),m){const E=`${d}${this.options.contextSeparator||"_"}${r.context}`;b.push(E),h&&(r.ordinal&&x.indexOf(k)===0&&b.push(E+x.replace(k,this.options.pluralSeparator)),b.push(E+x),f&&b.push(E+P))}}let w;for(;w=b.pop();)this.isValidLookup(n)||(a=w,n=this.getResource(C,N,w,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 Pn{constructor(e){this.options=e,this.supportedLngs=this.options.supportedLngs||!1,this.logger=De.create("languageUtils")}getScriptPartFromCode(e){if(e=Rt(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=Rt(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 An={zero:0,one:1,two:2,few:3,many:4,other:5},Tn={select:t=>t===1?"one":"other",resolvedOptions:()=>({pluralCategories:["one","other"]})};class Tl{constructor(e,r={}){this.languageUtils=e,this.options=r,this.logger=De.create("pluralResolver"),this.pluralRulesCache={}}addRule(e,r){this.rules[e]=r}clearCache(){this.pluralRulesCache={}}getRule(e,r={}){const n=Rt(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!"),Tn;if(!e.match(/-|_/))return Tn;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)=>An[o]-An[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 In=(t,e,r,n=".",o=!0)=>{let a=bl(t,e,r);return!a&&o&&U(r)&&(a=kr(t,r,n),a===void 0&&(a=kr(e,r,n))),a},vr=t=>t.replace(/\$/g,"$$$$");class Il{constructor(e={}){this.logger=De.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:h,nestingPrefixEscaped:f,nestingSuffix:m,nestingSuffixEscaped:_,nestingOptionsSeparator:N,maxReplaces:C,alwaysFormat:b}=e.interpolation;this.escape=r!==void 0?r:Rl,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=h?it(h):f||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=f=>{if(f.indexOf(this.formatSeparator)<0){const C=In(r,l,f,this.options.keySeparator,this.options.ignoreJSONStructure);return this.alwaysFormat?this.format(C,void 0,n,{...o,...r,interpolationkey:f}):C}const m=f.split(this.formatSeparator),_=m.shift().trim(),N=m.join(this.formatSeparator).trim();return this.format(In(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:f=>vr(f)},{regex:this.regexp,safeValue:f=>this.escapeValue?vr(this.escape(f)):vr(f)}].forEach(f=>{for(s=0;a=f.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=xn(i));const _=f.safeValue(i);if(e=e.replace(a[0],_),u?(f.regex.lastIndex+=i.length,f.regex.lastIndex-=a[0].length):f.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 h=`{${u[1]}`;l=u[0],h=this.interpolate(h,i);const f=h.match(/'/g),m=h.match(/"/g);((f?.length??0)%2===0&&!m||m.length%2!==0)&&(h=h.replace(/'/g,'"'));try{i=JSON.parse(h),c&&(i={...c,...i})}catch(_){return this.logger.warn(`failed parsing options string in nesting for key ${l}`,_),`${l}${d}${h}`}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=xn(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 kl=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}},kn=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(Rt(n),o),e[i]=s),s(r)}},jl=t=>(e,r,n)=>t(Rt(r),n)(e);class Hl{constructor(e={}){this.logger=De.create("formatter"),this.options=e,this.init(e)}init(e,r={interpolation:{}}){this.formatSeparator=r.interpolation.formatSeparator||",";const n=r.cacheInBuiltFormats?kn:jl;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()]=kn(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}=kl(l);if(this.formats[c]){let u=s;try{const h=o?.formatParams?.[o.interpolationkey]||{},f=h.locale||h.lng||o.locale||o.lng||n;u=this.formats[c](s,f,{...d,...o,...h})}catch(h){this.logger.warn(h)}return u}else this.logger.warn(`there was no format function for ${c}`);return s},e)}}const Ml=(t,e)=>{t.pending[e]!==void 0&&(delete t.pending[e],t.pendingCount--)};class Fl 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=De.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 h=`${c}|${u}`;!n.reload&&this.store.hasResourceBundle(c,u)?this.state[h]=2:this.state[h]<0||(this.state[h]===1?i[h]===void 0&&(i[h]=!0):(this.state[h]=1,d=!1,i[h]===void 0&&(i[h]=!0),a[h]===void 0&&(a[h]=!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=>{Nl(l.loaded,[a],i),Ml(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}),Hn=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=()=>{},Bl=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=Hn(e),this.services={},this.logger=De,this.modules={external:[]},Bl(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,...Hn(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?De.init(o(this.modules.logger),this.options):De.init(null,this.options);let c;this.modules.formatter?c=this.modules.formatter:c=Hl;const d=new Pn(this.options);this.store=new wn(this.options.resources,this.options);const u=this.services;u.logger=De,u.resourceStore=this.store,u.languageUtils=d,u.pluralResolver=new Tl(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 Il(this.options),u.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},u.backendConnector=new Fl(o(this.modules.backend),u.resourceStore,u,this.options),u.backendConnector.on("*",(f,...m)=>{this.emit(f,...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("*",(f,...m)=>{this.emit(f,...m)}),this.modules.external.forEach(f=>{f.init&&f.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=Et(),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=Et();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"&&Zo.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=Et();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=Et();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=Et();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 Pn(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 wn(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 Sp=pe.t;pe.exists;pe.setDefaultNamespace;pe.hasLoadedNamespace;pe.loadNamespaces;pe.loadLanguages;var Er,Mn;function Vl(){return Mn||(Mn=1,Er={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}),Er}var Ul=Vl();const $l=Ks(Ul);var zl=/\s([^'"/\s><]+?)[\s/>]|([^\s=]+)=\s?(".*?"|'.*?')/g;function Fn(t){var e={type:"tag",name:"",voidElement:!1,attrs:{},children:[]},r=t.match(/<\/?([^\s]+?)[/\s>]/);if(r&&(e.name=r[1],($l[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(zl),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 Kl=/<[a-zA-Z0-9\-\!\/](?:"[^"]*"|'[^']*'|[^'">])*>/g,Wl=/^\s*$/,Yl=Object.create(null);function ea(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(ea,"")+"</"+e.name+">";case"comment":return t+"<!--"+e.comment+"-->"}}var Gl={parse:function(t,e){e||(e={}),e.components||(e.components=Yl);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(Kl,function(l,c){if(i){if(l!=="</"+r.name+">")return;i=!1}var d,u=l.charAt(1)!=="/",h=l.startsWith("<!--"),f=c+l.length,m=t.charAt(f);if(h){var _=Fn(l);return a<0?(n.push(_),n):((d=o[a]).children.push(_),n)}if(u&&(a++,(r=Fn(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(f,t.indexOf("<",f))}),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("<",f),C=t.slice(f,N===-1?void 0:N);Wl.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+ea("",r)},"")}};const Yt=(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);Ne(o[0])&&(o[0]=`react-i18next:: ${o[0]}`),t?.services?.logger?.warn?t.services.logger.warn(...o):console?.warn&&console.warn(...o)},Bn={},ir=(t,e,r,n)=>{Ne(r)&&Bn[r]||(Ne(r)&&(Bn[r]=new Date),Yt(t,e,r,n))},ta=(t,e)=>()=>{if(t.isInitialized)e();else{const r=()=>{setTimeout(()=>{t.off("initialized",r)},0),e()};t.on("initialized",r)}},jr=(t,e,r)=>{t.loadNamespaces(e,ta(t,r))},Vn=(t,e,r,n)=>{if(Ne(r)&&(r=[r]),t.options.preload&&t.options.preload.indexOf(e)>-1)return jr(t,r,n);r.forEach(o=>{t.options.ns.indexOf(o)<0&&t.options.ns.push(o)}),t.loadLanguages(e,ta(t,n))},Jl=(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}}),Ne=t=>typeof t=="string",Fe=t=>typeof t=="object"&&t!==null,Xl=/&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g,ql={"&amp;":"&","&#38;":"&","&lt;":"<","&#60;":"<","&gt;":">","&#62;":">","&apos;":"'","&#39;":"'","&quot;":'"',"&#34;":'"',"&nbsp;":" ","&#160;":" ","&copy;":"©","&#169;":"©","&reg;":"®","&#174;":"®","&hellip;":"…","&#8230;":"…","&#x2F;":"/","&#47;":"/"},Zl=t=>ql[t],Ql=t=>t.replace(Xl,Zl);let Hr={bindI18n:"languageChanged",bindI18nStore:"",transEmptyNodeValue:"",transSupportBasicHtmlNodes:!0,transWrapTextNodes:"",transKeepBasicHtmlNodesFor:["br","strong","i","p"],useSuspense:!0,unescape:Ql};const ec=(t={})=>{Hr={...Hr,...t}},ra=()=>Hr;let na;const tc=t=>{na=t},Qr=()=>na,yr=(t,e)=>{if(!t)return!1;const r=t.props?.children??t.children;return e?r.length>0:!!r},_r=t=>{if(!t)return[];const e=t.props?.children??t.children;return t.props?.i18nIsDynamicList?dt(e):e},rc=t=>Array.isArray(t)&&t.every(g.isValidElement),dt=t=>Array.isArray(t)?t:[t],nc=(t,e)=>{const r={...e};return r.props=Object.assign(t.props,e.props),r},oa=(t,e,r,n)=>{if(!t)return"";let o="";const a=dt(t),i=e?.transSupportBasicHtmlNodes?e.transKeepBasicHtmlNodesFor??[]:[];return a.forEach((s,l)=>{if(Ne(s)){o+=`${s}`;return}if(g.isValidElement(s)){const{props:c,type:d}=s,u=Object.keys(c).length,h=i.indexOf(d)>-1,f=c.children;if(!f&&h&&!u){o+=`<${d}/>`;return}if(!f&&(!h||u)||c.i18nIsDynamicList){o+=`<${l}></${l}>`;return}if(h&&u===1&&Ne(f)){o+=`<${d}>${f}</${d}>`;return}const m=oa(f,e,r,n);o+=`<${l}>${m}</${l}>`;return}if(s===null){Yt(r,"TRANS_NULL_VALUE","Passed in a null value as child",{i18nKey:n});return}if(Fe(s)){const{format:c,...d}=s,u=Object.keys(d);if(u.length===1){const h=c?`${u[0]}, ${c}`:u[0];o+=`{{${h}}}`;return}Yt(r,"TRANS_INVALID_OBJ","Invalid child - Object should only have keys {{ value, format }} (format is optional).",{i18nKey:n,child:s});return}Yt(r,"TRANS_INVALID_VAR","Passed in a variable like {number} - pass variables for interpolation as full objects like {{number}}.",{i18nKey:n,child:s})}),o},oc=(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+="&lt;",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=>{Ne(x)||(yr(x)?d(_r(x)):Fe(x)&&!g.isValidElement(x)&&Object.assign(c,x))})};d(t);const u=oc(r,s,c),h=Gl.parse(`<0>${u}</0>`),f={...c,...a},m=(b,w,x)=>{const P=_r(b),k=N(P,w.children,x);return rc(P)&&k.length===0||b.props?.i18nIsDynamicList?P:k},_=(b,w,x,P,k)=>{b.dummy?(b.children=w,x.push(g.cloneElement(b,{key:P},k?void 0:w))):x.push(...g.Children.map([b],E=>{const D={...E.props};return delete D.i18nIsDynamicList,g.createElement(E.type,{...D,key:P,ref:E.props.ref??E.ref},k?null:w)}))},N=(b,w,x)=>{const P=dt(b);return dt(w).reduce((E,D,M)=>{const j=D.children?.[0]?.content&&n.services.interpolator.interpolate(D.children[0].content,f,n.language);if(D.type==="tag"){let $=P[parseInt(D.name,10)];!$&&e&&($=e[D.name]),x.length===1&&!$&&($=x[0][D.name]),$||($={});const B=Object.keys(D.attrs).length!==0?nc({props:D.attrs},$):$,Y=g.isValidElement(B),G=Y&&yr(D,!0)&&!D.voidElement,ge=l&&Fe(B)&&B.dummy&&!Y,ue=Fe(e)&&Object.hasOwnProperty.call(e,D.name);if(Ne(B)){const q=n.services.interpolator.interpolate(B,f,n.language);E.push(q)}else if(yr(B)||G){const q=m(B,D,x);_(B,q,E,M)}else if(ge){const q=N(P,D.children,x);_(B,q,E,M)}else if(Number.isNaN(parseFloat(D.name)))if(ue){const q=m(B,D,x);_(B,q,E,M,D.voidElement)}else if(o.transSupportBasicHtmlNodes&&s.indexOf(D.name)>-1)if(D.voidElement)E.push(g.createElement(D.name,{key:`${D.name}-${M}`}));else{const q=N(P,D.children,x);E.push(g.createElement(D.name,{key:`${D.name}-${M}`},q))}else if(D.voidElement)E.push(`<${D.name} />`);else{const q=N(P,D.children,x);E.push(`<${D.name}>${q}</${D.name}>`)}else if(Fe(B)&&!Y){const q=D.children[0]?j:null;q&&E.push(q)}else _(B,j,E,M,D.children.length!==1||!j)}else if(D.type==="text"){const $=o.transWrapTextNodes,B=i?o.unescape(n.services.interpolator.interpolate(D.content,f,n.language)):n.services.interpolator.interpolate(D.content,f,n.language);$?E.push(g.createElement($,{key:`${D.name}-${M}`},B)):E.push(B)}return E},[])},C=N([{dummy:!0,children:t||[]}],h,dt(t||[]));return _r(C[0])},aa=(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})},ic=(t,e)=>t.map((r,n)=>aa(r,n,e)),sc=(t,e)=>{const r={};return Object.keys(t).forEach(n=>{Object.assign(r,{[n]:aa(t[n],n,e)})}),r},lc=(t,e,r,n)=>t?Array.isArray(t)?ic(t,e):Fe(t)?sc(t,e):(ir(r,"TRANS_INVALID_COMPONENTS",'<Trans /> "components" prop expects an object or array',{i18nKey:n}),null):null,cc=t=>!Fe(t)||Array.isArray(t)?!1:Object.keys(t).reduce((e,r)=>e&&Number.isNaN(Number.parseFloat(r)),!0);function uc({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:h,...f}){const m=d||Qr();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)||(G=>G),N={...ra(),...m.options?.react};let C=c||_.ns||m.options?.defaultNS;C=Ne(C)?[C]:C||["translation"];const b=oa(t,N,m,n),w=s||a?.defaultValue||b||N.transEmptyNodeValue||(typeof n=="function"?Qt(n):n),{hashTransKey:x}=N,P=n||(x?x(b||w):b||w);m.options?.interpolation?.defaultVariables&&(i=i&&Object.keys(i).length>0?{...i,...m.options.interpolation.defaultVariables}:{...m.options.interpolation.defaultVariables});const k=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,...k,defaultValue:s||a?.defaultValue,ns:C};let D=P?_(P,E):w;D===P&&w&&(D=w);const M=lc(l,D,m,n);let j=M||t,$=null;cc(M)&&($=M,j=t);const B=ac(j,$,D,m,N,E,h),Y=r??N.defaultTransParent;return Y?g.createElement(Y,f,B):B}const dc={type:"3rdParty",init(t){ec(t.options.react),tc(t)}},ia=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 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:h,...f}){const{i18n:m,defaultNS:_}=g.useContext(ia)||{},N=d||m||Qr(),C=u||N?.t.bind(N);return uc({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:h,...f})}var Cr={exports:{}},Sr={};var Un;function pc(){if(Un)return Sr;Un=1;var t=Ws();function e(u,h){return u===h&&(u!==0||1/u===1/h)||u!==u&&h!==h}var r=typeof Object.is=="function"?Object.is:e,n=t.useState,o=t.useEffect,a=t.useLayoutEffect,i=t.useDebugValue;function s(u,h){var f=h(),m=n({inst:{value:f,getSnapshot:h}}),_=m[0].inst,N=m[1];return a(function(){_.value=f,_.getSnapshot=h,l(_)&&N({inst:_})},[u,f,h]),o(function(){return l(_)&&N({inst:_}),u(function(){l(_)&&N({inst:_})})},[u]),i(f),f}function l(u){var h=u.getSnapshot;u=u.value;try{var f=h();return!r(u,f)}catch{return!0}}function c(u,h){return h()}var d=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?c:s;return Sr.useSyncExternalStore=t.useSyncExternalStore!==void 0?t.useSyncExternalStore:d,Sr}var $n;function gc(){return $n||($n=1,Cr.exports=pc()),Cr.exports}var mc=gc();const vc=(t,e)=>Ne(e)?e:Fe(e)&&Ne(e.defaultValue)?e.defaultValue:Array.isArray(t)?t[t.length-1]:t,Ec={t:vc,ready:!1},yc=()=>()=>{},sa=(t,e={})=>{const{i18n:r}=e,{i18n:n,defaultNS:o}=g.useContext(ia)||{},a=r||n||Qr();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(()=>({...ra(),...a?.options?.react,...e}),[a,e]),{useSuspense:s,keyPrefix:l}=i,c=g.useMemo(()=>{const x=o||a?.options?.defaultNS;return Ne(x)?[x]:x||["translation"]},[t,o,a]);a?.reportNamespaces?.addUsedNamespaces?.(c);const d=g.useRef(0),u=g.useCallback(x=>{if(!a)return yc;const{bindI18n:P,bindI18nStore:k}=i,E=()=>{d.current+=1,x()};return P&&a.on(P,E),k&&a.store.on(k,E),()=>{P&&P.split(" ").forEach(D=>a.off(D,E)),k&&k.split(" ").forEach(D=>a.store.off(D,E))}},[a,i]),h=g.useRef(),f=g.useCallback(()=>{if(!a)return Ec;const x=!!(a.isInitialized||a.initializedStoreOnce)&&c.every(j=>Jl(j,a,i)),P=e.lng||a.language,k=d.current,E=h.current;if(E&&E.ready===x&&E.lng===P&&E.keyPrefix===l&&E.revision===k)return E;const M={t:a.getFixedT(P,i.nsMode==="fallback"?c:c[0],l),ready:x,lng:P,keyPrefix:l,revision:k};return h.current=M,M},[a,c,l,i,e.lng]),[m,_]=g.useState(0),{t:N,ready:C}=mc.useSyncExternalStore(u,f,f);g.useEffect(()=>{if(a&&!C&&!s){const x=()=>_(P=>P+1);e.lng?Vn(a,e.lng,c,x):jr(a,c,x)}},[a,e.lng,c,C,s,m]);const b=a||{},w=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 P=()=>x();e.lng?Vn(a,e.lng,c,P):jr(a,c,P)});return w},_c=()=>{const{t}=sa();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")," 🔄"]})]})},Cc=()=>{async function t(){const e=await Rd();if(e!==null){if(e.isLatest||e.currentVersion.includes("-"))return!0;ce.studioMode||!ce.warnOutdatedApp?de.warn(`Connect is outdated:
3
- Current: ${e.currentVersion}
4
- Latest: ${e.latestVersion}`):Zr(g.createElement(_c),{type:"connect-warning",toastId:"outdated-app",autoClose:!1})}}g.useEffect(()=>{t().catch(console.error)},[])},Sc=ce.routerBasename,la=`${Sc}:display-cookie-banner`,zn=new Set;let ca=Nc();function Nc(){try{return localStorage.getItem(la)!=="false"}catch(t){return console.error(t),!0}}function Kn(){return ca}function bc(t){ca=t,localStorage.setItem(la,JSON.stringify(t))}function xc(t){return zn.add(t),()=>zn.delete(t)}const Rc=()=>[g.useSyncExternalStore(xc,Kn,Kn),bc];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 Wn="popstate";function Dc(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 wc(e,r,null,t)}function K(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 Oc(){return Math.random().toString(36).substr(2,8)}function Yn(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"?ze(e):e,{state:r,key:e&&e.key||n||Oc()})}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 ze(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 wc(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 h(N,C){s=le.Push;let b=Ot(_.location,N,C);c=d()+1;let w=Yn(b,c),x=_.createHref(b);try{i.pushState(w,"",x)}catch(P){if(P instanceof DOMException&&P.name==="DataCloneError")throw P;o.location.assign(x)}a&&l&&l({action:s,location:_.location,delta:1})}function f(N,C){s=le.Replace;let b=Ot(_.location,N,C);c=d();let w=Yn(b,c),x=_.createHref(b);i.replaceState(w,"",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"),K(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(Wn,u),l=N,()=>{o.removeEventListener(Wn,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:h,replace:f,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 Lc=new Set(["lazy","caseSensitive","path","id","index","children"]);function Pc(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(K(o.index!==!0||!o.children,"Cannot specify children on an index route"),K(!n[s],'Found a route id collision on id "'+s+`". Route id's must be globally unique within Data Router usages`),Pc(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 Me(t,e,r){return r===void 0&&(r="/"),Gt(t,e,r,!1)}function Gt(t,e,r,n){let o=typeof e=="string"?ze(e):e,a=Tt(o.pathname||"/",r);if(a==null)return null;let i=ua(t);Tc(i);let s=null;for(let l=0;s==null&&l<i.length;++l){let c=zc(a);s=Uc(i[l],c,n)}return s}function Ac(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 ua(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("/")&&(K(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=$e([n,l.relativePath]),d=r.concat(l);a.children&&a.children.length>0&&(K(a.index!==!0,"Index routes must not have child routes. Please remove "+('all child routes from route path "'+c+'".')),ua(a.children,e,d,c)),!(a.path==null&&!a.index)&&e.push({path:c,score:Bc(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 da(a.path))o(a,i,l)}),e}function da(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=da(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 Tc(t){t.sort((e,r)=>e.score!==r.score?r.score-e.score:Vc(e.routesMeta.map(n=>n.childrenIndex),r.routesMeta.map(n=>n.childrenIndex)))}const Ic=/^:[\w-]+$/,kc=3,jc=2,Hc=1,Mc=10,Fc=-2,Gn=t=>t==="*";function Bc(t,e){let r=t.split("/"),n=r.length;return r.some(Gn)&&(n+=Fc),e&&(n+=jc),r.filter(o=>!Gn(o)).reduce((o,a)=>o+(Ic.test(a)?kc:a===""?Hc:Mc),n)}function Vc(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 Uc(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=Jn({path:l.relativePath,caseSensitive:l.caseSensitive,end:c},d),h=l.route;if(!u&&c&&r&&!n[n.length-1].route.index&&(u=Jn({path:l.relativePath,caseSensitive:l.caseSensitive,end:!1},d)),!u)return null;Object.assign(o,u.params),i.push({params:o,pathname:$e([a,u.pathname]),pathnameBase:Yc($e([a,u.pathnameBase])),route:h}),u.pathnameBase!=="/"&&(a=$e([a,u.pathnameBase]))}return i}function Jn(t,e){typeof t=="string"&&(t={path:t,caseSensitive:!1,end:!0});let[r,n]=$c(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:h,isOptional:f}=d;if(h==="*"){let _=s[u]||"";i=a.slice(0,a.length-_.length).replace(/(.)\/+$/,"$1")}const m=s[u];return f&&!m?c[h]=void 0:c[h]=(m||"").replace(/%2F/g,"/"),c},{}),pathname:a,pathnameBase:i,pattern:t}}function $c(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 zc(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 Kc(t,e){e===void 0&&(e="/");let{pathname:r,search:n="",hash:o=""}=typeof t=="string"?ze(t):t;return{pathname:r?r.startsWith("/")?r:Wc(r,e):e,search:Gc(n),hash:Jc(o)}}function Wc(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 Nr(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 fa(t){return t.filter((e,r)=>r===0||e.route.path&&e.route.path.length>0)}function ha(t,e){let r=fa(t);return e?r.map((n,o)=>o===r.length-1?n.pathname:n.pathnameBase):r.map(n=>n.pathnameBase)}function pa(t,e,r,n){n===void 0&&(n=!1);let o;typeof t=="string"?o=ze(t):(o=re({},t),K(!o.pathname||!o.pathname.includes("?"),Nr("?","pathname","search",o)),K(!o.pathname||!o.pathname.includes("#"),Nr("#","pathname","hash",o)),K(!o.search||!o.search.includes("#"),Nr("#","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 h=i.split("/");for(;h[0]==="..";)h.shift(),u-=1;o.pathname=h.join("/")}s=u>=0?e[u]:"/"}let l=Kc(o,s),c=i&&i!=="/"&&i.endsWith("/"),d=(a||i===".")&&r.endsWith("/");return!l.pathname.endsWith("/")&&(c||d)&&(l.pathname+="/"),l}const $e=t=>t.join("/").replace(/\/\/+/g,"/"),Yc=t=>t.replace(/\/+$/,"").replace(/^\/*/,"/"),Gc=t=>!t||t==="?"?"":t.startsWith("?")?t:"?"+t,Jc=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 wt(t){return t!=null&&typeof t.status=="number"&&typeof t.statusText=="string"&&typeof t.internal=="boolean"&&"data"in t}const ga=["post","put","patch","delete"],Xc=new Set(ga),qc=["get",...ga],Zc=new Set(qc),Qc=new Set([301,302,303,307,308]),eu=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},tu={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},en=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,ru=t=>({hasErrorBoundary:!!t.hasErrorBoundary}),ma="remix-router-transitions";function nu(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;K(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=ru;let a={},i=tr(t.routes,o,void 0,a),s,l=t.basename||"/",c=t.dataStrategy||su,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),h=null,f=new Set,m=null,_=null,N=null,C=t.hydrationData!=null,b=Me(i,t.history.location,l),w=!1,x=null;if(b==null&&!d){let p=Ee(404,{pathname:t.history.location.pathname}),{matches:v,route:S}=io(i);b=v,x={[S.id]:p}}b&&!t.hydrationData&&Ht(b,i,t.history.location.pathname).active&&(b=null);let P;if(b)if(b.some(p=>p.route.lazy))P=!1;else if(!b.some(p=>p.route.loader))P=!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(R=>v[R.route.id]!==void 0);P=b.slice(0,S+1).every(R=>!Fr(R.route,p,v))}else P=b.every(S=>!Fr(S.route,p,v))}else P=t.hydrationData!=null;else if(P=!1,b=[],u.v7_partialHydration){let p=Ht(null,i,t.history.location.pathname);p.active&&p.matches&&(w=!0,b=p.matches)}let k,E={historyAction:t.history.action,location:t.history.location,matches:b,initialized:P,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},D=le.Pop,M=!1,j,$=!1,B=new Map,Y=null,G=!1,ge=!1,ue=[],q=new Set,te=new Map,Oe=0,Te=-1,ie=new Map,fe=new Set,_e=new Map,Ie=new Map,be=new Set,Ye=new Map,Ge=new Map,It;function ei(){if(h=t.history.listen(p=>{let{action:v,location:S,delta:R}=p;if(It){It(),It=void 0;return}ht(Ge.size===0||R!=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=vn({currentLocation:E.location,nextLocation:S,historyAction:v});if(L&&R!=null){let F=new Promise(V=>{It=V});t.history.go(R*-1),jt(L,{state:"blocked",location:S,proceed(){jt(L,{state:"proceeding",proceed:void 0,reset:void 0,location:S}),F.then(()=>t.history.go(R))},reset(){let V=new Map(E.blockers);V.set(L,yt),ve({blockers:V})}});return}return Je(v,S)}),r){Cu(e,B);let p=()=>Su(e,B);e.addEventListener("pagehide",p),Y=()=>e.removeEventListener("pagehide",p)}return E.initialized||Je(le.Pop,E.location,{initialHydration:!0}),k}function ti(){h&&h(),Y&&Y(),f.clear(),j&&j.abort(),E.fetchers.forEach((p,v)=>kt(v)),E.blockers.forEach((p,v)=>mn(v))}function ri(p){return f.add(p),()=>f.delete(p)}function ve(p,v){v===void 0&&(v={}),E=re({},E,p);let S=[],R=[];u.v7_fetcherPersist&&E.fetchers.forEach((L,F)=>{L.state==="idle"&&(be.has(F)?R.push(F):S.push(F))}),be.forEach(L=>{!E.fetchers.has(L)&&!te.has(L)&&R.push(L)}),[...f].forEach(L=>L(E,{deletedFetchers:R,viewTransitionOpts:v.viewTransitionOpts,flushSync:v.flushSync===!0})),u.v7_fetcherPersist?(S.forEach(L=>E.fetchers.delete(L)),R.forEach(L=>kt(L))):R.forEach(L=>be.delete(L))}function tt(p,v,S){var R,L;let{flushSync:F}=S===void 0?{}:S,V=E.actionData!=null&&E.navigation.formMethod!=null&&xe(E.navigation.formMethod)&&E.navigation.state==="loading"&&((R=p.state)==null?void 0:R._isRedirect)!==!0,T;v.actionData?Object.keys(v.actionData).length>0?T=v.actionData:T=null:V?T=E.actionData:T=null;let I=v.loaderData?oo(E.loaderData,v.loaderData,v.matches||[],v.errors):E.loaderData,A=E.blockers;A.size>0&&(A=new Map(A),A.forEach((W,he)=>A.set(he,yt)));let H=M===!0||E.navigation.formMethod!=null&&xe(E.navigation.formMethod)&&((L=p.state)==null?void 0:L._isRedirect)!==!0;s&&(i=s,s=void 0),G||D===le.Pop||(D===le.Push?t.history.push(p,p.state):D===le.Replace&&t.history.replace(p,p.state));let z;if(D===le.Pop){let W=B.get(E.location.pathname);W&&W.has(p.pathname)?z={currentLocation:E.location,nextLocation:p}:B.has(p.pathname)&&(z={currentLocation:p,nextLocation:E.location})}else if($){let W=B.get(E.location.pathname);W?W.add(p.pathname):(W=new Set([p.pathname]),B.set(E.location.pathname,W)),z={currentLocation:E.location,nextLocation:p}}ve(re({},v,{actionData:T,loaderData:I,historyAction:D,location:p,initialized:!0,navigation:br,revalidation:"idle",restoreScrollPosition:yn(p,v.matches||E.matches),preventScrollReset:H,blockers:A}),{viewTransitionOpts:z,flushSync:F===!0}),D=le.Pop,M=!1,$=!1,G=!1,ge=!1,ue=[]}async function cn(p,v){if(typeof p=="number"){t.history.go(p);return}let S=Mr(E.location,E.matches,l,u.v7_prependBasename,p,u.v7_relativeSplatPath,v?.fromRouteId,v?.relative),{path:R,submission:L,error:F}=Xn(u.v7_normalizeFormMethod,!1,S,v),V=E.location,T=Ot(E.location,R,v&&v.state);T=re({},T,t.history.encodeLocation(T));let I=v&&v.replace!=null?v.replace:void 0,A=le.Push;I===!0?A=le.Replace:I===!1||L!=null&&xe(L.formMethod)&&L.formAction===E.location.pathname+E.location.search&&(A=le.Replace);let H=v&&"preventScrollReset"in v?v.preventScrollReset===!0:void 0,z=(v&&v.flushSync)===!0,W=vn({currentLocation:V,nextLocation:T,historyAction:A});if(W){jt(W,{state:"blocked",location:T,proceed(){jt(W,{state:"proceeding",proceed:void 0,reset:void 0,location:T}),cn(p,v)},reset(){let he=new Map(E.blockers);he.set(W,yt),ve({blockers:he})}});return}return await Je(A,T,{submission:L,pendingError:F,preventScrollReset:H,replace:v&&v.replace,enableViewTransition:v&&v.viewTransition,flushSync:z})}function ni(){if(fr(),ve({revalidation:"loading"}),E.navigation.state!=="submitting"){if(E.navigation.state==="idle"){Je(E.historyAction,E.location,{startUninterruptedRevalidation:!0});return}Je(D||E.historyAction,E.navigation.location,{overrideNavigation:E.navigation,enableViewTransition:$===!0})}}async function Je(p,v,S){j&&j.abort(),j=null,D=p,G=(S&&S.startUninterruptedRevalidation)===!0,hi(E.location,E.matches),M=(S&&S.preventScrollReset)===!0,$=(S&&S.enableViewTransition)===!0;let R=s||i,L=S&&S.overrideNavigation,F=S!=null&&S.initialHydration&&E.matches&&E.matches.length>0&&!w?E.matches:Me(R,v,l),V=(S&&S.flushSync)===!0;if(F&&E.initialized&&!ge&&hu(E.location,v)&&!(S&&S.submission&&xe(S.submission.formMethod))){tt(v,{matches:F},{flushSync:V});return}let T=Ht(F,R,v.pathname);if(T.active&&T.matches&&(F=T.matches),!F){let{error:ee,notFoundMatches:X,route:ne}=hr(v.pathname);tt(v,{matches:X,loaderData:{},errors:{[ne.id]:ee}},{flushSync:V});return}j=new AbortController;let I=st(t.history,v,j.signal,S&&S.submission),A;if(S&&S.pendingError)A=[Ze(F).route.id,{type:Z.error,error:S.pendingError}];else if(S&&S.submission&&xe(S.submission.formMethod)){let ee=await oi(I,v,S.submission,F,T.active,{replace:S.replace,flushSync:V});if(ee.shortCircuited)return;if(ee.pendingActionResult){let[X,ne]=ee.pendingActionResult;if(ye(ne)&&wt(ne.error)&&ne.error.status===404){j=null,tt(v,{matches:ee.matches,loaderData:{},errors:{[X]:ne.error}});return}}F=ee.matches||F,A=ee.pendingActionResult,L=xr(v,S.submission),V=!1,T.active=!1,I=st(t.history,I.url,I.signal)}let{shortCircuited:H,matches:z,loaderData:W,errors:he}=await ai(I,v,F,T.active,L,S&&S.submission,S&&S.fetcherSubmission,S&&S.replace,S&&S.initialHydration===!0,V,A);H||(j=null,tt(v,re({matches:z||F},ao(A),{loaderData:W,errors:he})))}async function oi(p,v,S,R,L,F){F===void 0&&(F={}),fr();let V=yu(v,S);if(ve({navigation:V},{flushSync:F.flushSync===!0}),L){let A=await Mt(R,v.pathname,p.signal);if(A.type==="aborted")return{shortCircuited:!0};if(A.type==="error"){let H=Ze(A.partialMatches).route.id;return{matches:A.partialMatches,pendingActionResult:[H,{type:Z.error,error:A.error}]}}else if(A.matches)R=A.matches;else{let{notFoundMatches:H,error:z,route:W}=hr(v.pathname);return{matches:H,pendingActionResult:[W.id,{type:Z.error,error:z}]}}}let T,I=Nt(R,v);if(!I.route.action&&!I.route.lazy)T={type:Z.error,error:Ee(405,{method:p.method,pathname:v.pathname,routeId:I.route.id})};else if(T=(await pt("action",E,p,[I],R,null))[I.route.id],p.signal.aborted)return{shortCircuited:!0};if(Qe(T)){let A;return F&&F.replace!=null?A=F.replace:A=to(T.response.headers.get("Location"),new URL(p.url),l)===E.location.pathname+E.location.search,await Xe(p,T,!0,{submission:S,replace:A}),{shortCircuited:!0}}if(Be(T))throw Ee(400,{type:"defer-action"});if(ye(T)){let A=Ze(R,I.route.id);return(F&&F.replace)!==!0&&(D=le.Push),{matches:R,pendingActionResult:[A.route.id,T]}}return{matches:R,pendingActionResult:[I.route.id,T]}}async function ai(p,v,S,R,L,F,V,T,I,A,H){let z=L||xr(v,F),W=F||V||lo(z),he=!G&&(!u.v7_partialHydration||!I);if(R){if(he){let oe=un(H);ve(re({navigation:z},oe!==void 0?{actionData:oe}:{}),{flushSync:A})}let J=await Mt(S,v.pathname,p.signal);if(J.type==="aborted")return{shortCircuited:!0};if(J.type==="error"){let oe=Ze(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:nt,route:vt}=hr(v.pathname);return{matches:nt,loaderData:{},errors:{[vt.id]:oe}}}}let ee=s||i,[X,ne]=Zn(t.history,E,S,W,v,u.v7_partialHydration&&I===!0,u.v7_skipActionErrorRevalidation,ge,ue,q,be,_e,fe,ee,l,H);if(pr(J=>!(S&&S.some(oe=>oe.route.id===J))||X&&X.some(oe=>oe.route.id===J)),Te=++Oe,X.length===0&&ne.length===0){let J=pn();return tt(v,re({matches:S,loaderData:{},errors:H&&ye(H[1])?{[H[0]]:H[1].error}:null},ao(H),J?{fetchers:new Map(E.fetchers)}:{}),{flushSync:A}),{shortCircuited:!0}}if(he){let J={};if(!R){J.navigation=z;let oe=un(H);oe!==void 0&&(J.actionData=oe)}ne.length>0&&(J.fetchers=ii(ne)),ve(J,{flushSync:A})}ne.forEach(J=>{je(J.key),J.controller&&te.set(J.key,J.controller)});let rt=()=>ne.forEach(J=>je(J.key));j&&j.signal.addEventListener("abort",rt);let{loaderResults:gt,fetcherResults:Le}=await dn(E,S,X,ne,p);if(p.signal.aborted)return{shortCircuited:!0};j&&j.signal.removeEventListener("abort",rt),ne.forEach(J=>te.delete(J.key));let Re=zt(gt);if(Re)return await Xe(p,Re.result,!0,{replace:T}),{shortCircuited:!0};if(Re=zt(Le),Re)return fe.add(Re.key),await Xe(p,Re.result,!0,{replace:T}),{shortCircuited:!0};let{loaderData:gr,errors:mt}=no(E,S,gt,H,ne,Le,Ye);Ye.forEach((J,oe)=>{J.subscribe(nt=>{(nt||J.done)&&Ye.delete(oe)})}),u.v7_partialHydration&&I&&E.errors&&(mt=re({},E.errors,mt));let qe=pn(),Ft=gn(Te),Bt=qe||Ft||ne.length>0;return re({matches:S,loaderData:gr,errors:mt},Bt?{fetchers:new Map(E.fetchers)}:{})}function un(p){if(p&&!ye(p[1]))return{[p[0]]:p[1].data};if(E.actionData)return Object.keys(E.actionData).length===0?null:E.actionData}function ii(p){return p.forEach(v=>{let S=E.fetchers.get(v.key),R=_t(void 0,S?S.data:void 0);E.fetchers.set(v.key,R)}),new Map(E.fetchers)}function si(p,v,S,R){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.");je(p);let L=(R&&R.flushSync)===!0,F=s||i,V=Mr(E.location,E.matches,l,u.v7_prependBasename,S,u.v7_relativeSplatPath,v,R?.relative),T=Me(F,V,l),I=Ht(T,F,V);if(I.active&&I.matches&&(T=I.matches),!T){we(p,v,Ee(404,{pathname:V}),{flushSync:L});return}let{path:A,submission:H,error:z}=Xn(u.v7_normalizeFormMethod,!0,V,R);if(z){we(p,v,z,{flushSync:L});return}let W=Nt(T,A),he=(R&&R.preventScrollReset)===!0;if(H&&xe(H.formMethod)){li(p,v,A,W,T,I.active,L,he,H);return}_e.set(p,{routeId:v,path:A}),ci(p,v,A,W,T,I.active,L,he,H)}async function li(p,v,S,R,L,F,V,T,I){fr(),_e.delete(p);function A(se){if(!se.route.action&&!se.route.lazy){let ot=Ee(405,{method:I.formMethod,pathname:S,routeId:v});return we(p,v,ot,{flushSync:V}),!0}return!1}if(!F&&A(R))return;let H=E.fetchers.get(p);ke(p,_u(I,H),{flushSync:V});let z=new AbortController,W=st(t.history,S,z.signal,I);if(F){let se=await Mt(L,new URL(W.url).pathname,W.signal,p);if(se.type==="aborted")return;if(se.type==="error"){we(p,v,se.error,{flushSync:V});return}else if(se.matches){if(L=se.matches,R=Nt(L,S),A(R))return}else{we(p,v,Ee(404,{pathname:S}),{flushSync:V});return}}te.set(p,z);let he=Oe,X=(await pt("action",E,W,[R],L,p))[R.route.id];if(W.signal.aborted){te.get(p)===z&&te.delete(p);return}if(u.v7_fetcherPersist&&be.has(p)){if(Qe(X)||ye(X)){ke(p,He(void 0));return}}else{if(Qe(X))if(te.delete(p),Te>he){ke(p,He(void 0));return}else return fe.add(p),ke(p,_t(I)),Xe(W,X,!1,{fetcherSubmission:I,preventScrollReset:T});if(ye(X)){we(p,v,X.error);return}}if(Be(X))throw Ee(400,{type:"defer-action"});let ne=E.navigation.location||E.location,rt=st(t.history,ne,z.signal),gt=s||i,Le=E.navigation.state!=="idle"?Me(gt,E.navigation.location,l):E.matches;K(Le,"Didn't find any matches after fetcher action");let Re=++Oe;ie.set(p,Re);let gr=_t(I,X.data);E.fetchers.set(p,gr);let[mt,qe]=Zn(t.history,E,Le,I,ne,!1,u.v7_skipActionErrorRevalidation,ge,ue,q,be,_e,fe,gt,l,[R.route.id,X]);qe.filter(se=>se.key!==p).forEach(se=>{let ot=se.key,_n=E.fetchers.get(ot),mi=_t(void 0,_n?_n.data:void 0);E.fetchers.set(ot,mi),je(ot),se.controller&&te.set(ot,se.controller)}),ve({fetchers:new Map(E.fetchers)});let Ft=()=>qe.forEach(se=>je(se.key));z.signal.addEventListener("abort",Ft);let{loaderResults:Bt,fetcherResults:J}=await dn(E,Le,mt,qe,rt);if(z.signal.aborted)return;z.signal.removeEventListener("abort",Ft),ie.delete(p),te.delete(p),qe.forEach(se=>te.delete(se.key));let oe=zt(Bt);if(oe)return Xe(rt,oe.result,!1,{preventScrollReset:T});if(oe=zt(J),oe)return fe.add(oe.key),Xe(rt,oe.result,!1,{preventScrollReset:T});let{loaderData:nt,errors:vt}=no(E,Le,Bt,void 0,qe,J,Ye);if(E.fetchers.has(p)){let se=He(X.data);E.fetchers.set(p,se)}gn(Re),E.navigation.state==="loading"&&Re>Te?(K(D,"Expected pending action"),j&&j.abort(),tt(E.navigation.location,{matches:Le,loaderData:nt,errors:vt,fetchers:new Map(E.fetchers)})):(ve({errors:vt,loaderData:oo(E.loaderData,nt,Le,vt),fetchers:new Map(E.fetchers)}),ge=!1)}async function ci(p,v,S,R,L,F,V,T,I){let A=E.fetchers.get(p);ke(p,_t(I,A?A.data:void 0),{flushSync:V});let H=new AbortController,z=st(t.history,S,H.signal);if(F){let X=await Mt(L,new URL(z.url).pathname,z.signal,p);if(X.type==="aborted")return;if(X.type==="error"){we(p,v,X.error,{flushSync:V});return}else if(X.matches)L=X.matches,R=Nt(L,S);else{we(p,v,Ee(404,{pathname:S}),{flushSync:V});return}}te.set(p,H);let W=Oe,ee=(await pt("loader",E,z,[R],L,p))[R.route.id];if(Be(ee)&&(ee=await tn(ee,z.signal,!0)||ee),te.get(p)===H&&te.delete(p),!z.signal.aborted){if(be.has(p)){ke(p,He(void 0));return}if(Qe(ee))if(Te>W){ke(p,He(void 0));return}else{fe.add(p),await Xe(z,ee,!1,{preventScrollReset:T});return}if(ye(ee)){we(p,v,ee.error);return}K(!Be(ee),"Unhandled fetcher deferred data"),ke(p,He(ee.data))}}async function Xe(p,v,S,R){let{submission:L,fetcherSubmission:F,preventScrollReset:V,replace:T}=R===void 0?{}:R;v.response.headers.has("X-Remix-Revalidate")&&(ge=!0);let I=v.response.headers.get("Location");K(I,"Expected a Location header on the redirect Response"),I=to(I,new URL(p.url),l);let A=Ot(E.location,I,{_isRedirect:!0});if(r){let X=!1;if(v.response.headers.has("X-Remix-Reload-Document"))X=!0;else if(en.test(I)){const ne=t.history.createURL(I);X=ne.origin!==e.location.origin||Tt(ne.pathname,l)==null}if(X){T?e.location.replace(I):e.location.assign(I);return}}j=null;let H=T===!0||v.response.headers.has("X-Remix-Replace")?le.Replace:le.Push,{formMethod:z,formAction:W,formEncType:he}=E.navigation;!L&&!F&&z&&W&&he&&(L=lo(E.navigation));let ee=L||F;if(eu.has(v.response.status)&&ee&&xe(ee.formMethod))await Je(H,A,{submission:re({},ee,{formAction:I}),preventScrollReset:V||M,enableViewTransition:S?$:void 0});else{let X=xr(A,L);await Je(H,A,{overrideNavigation:X,fetcherSubmission:F,preventScrollReset:V||M,enableViewTransition:S?$:void 0})}}async function pt(p,v,S,R,L,F){let V,T={};try{V=await lu(c,p,v,S,R,L,F,a,o)}catch(I){return R.forEach(A=>{T[A.route.id]={type:Z.error,error:I}}),T}for(let[I,A]of Object.entries(V))if(pu(A)){let H=A.result;T[I]={type:Z.redirect,response:du(H,S,I,L,l,u.v7_relativeSplatPath)}}else T[I]=await uu(A);return T}async function dn(p,v,S,R,L){let F=p.matches,V=pt("loader",p,L,S,v,null),T=Promise.all(R.map(async H=>{if(H.matches&&H.match&&H.controller){let W=(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]:W}}else return Promise.resolve({[H.key]:{type:Z.error,error:Ee(404,{pathname:H.path})}})})),I=await V,A=(await T).reduce((H,z)=>Object.assign(H,z),{});return await Promise.all([vu(v,I,L.signal,F,p.loaderData),Eu(v,A,R)]),{loaderResults:I,fetcherResults:A}}function fr(){ge=!0,ue.push(...pr()),_e.forEach((p,v)=>{te.has(v)&&q.add(v),je(v)})}function ke(p,v,S){S===void 0&&(S={}),E.fetchers.set(p,v),ve({fetchers:new Map(E.fetchers)},{flushSync:(S&&S.flushSync)===!0})}function we(p,v,S,R){R===void 0&&(R={});let L=Ze(E.matches,v);kt(p),ve({errors:{[L.route.id]:S},fetchers:new Map(E.fetchers)},{flushSync:(R&&R.flushSync)===!0})}function fn(p){return Ie.set(p,(Ie.get(p)||0)+1),be.has(p)&&be.delete(p),E.fetchers.get(p)||tu}function kt(p){let v=E.fetchers.get(p);te.has(p)&&!(v&&v.state==="loading"&&ie.has(p))&&je(p),_e.delete(p),ie.delete(p),fe.delete(p),u.v7_fetcherPersist&&be.delete(p),q.delete(p),E.fetchers.delete(p)}function ui(p){let v=(Ie.get(p)||0)-1;v<=0?(Ie.delete(p),be.add(p),u.v7_fetcherPersist||kt(p)):Ie.set(p,v),ve({fetchers:new Map(E.fetchers)})}function je(p){let v=te.get(p);v&&(v.abort(),te.delete(p))}function hn(p){for(let v of p){let S=fn(v),R=He(S.data);E.fetchers.set(v,R)}}function pn(){let p=[],v=!1;for(let S of fe){let R=E.fetchers.get(S);K(R,"Expected fetcher: "+S),R.state==="loading"&&(fe.delete(S),p.push(S),v=!0)}return hn(p),v}function gn(p){let v=[];for(let[S,R]of ie)if(R<p){let L=E.fetchers.get(S);K(L,"Expected fetcher: "+S),L.state==="loading"&&(je(S),ie.delete(S),v.push(S))}return hn(v),v.length>0}function di(p,v){let S=E.blockers.get(p)||yt;return Ge.get(p)!==v&&Ge.set(p,v),S}function mn(p){E.blockers.delete(p),Ge.delete(p)}function jt(p,v){let S=E.blockers.get(p)||yt;K(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 R=new Map(E.blockers);R.set(p,v),ve({blockers:R})}function vn(p){let{currentLocation:v,nextLocation:S,historyAction:R}=p;if(Ge.size===0)return;Ge.size>1&&ht(!1,"A router only supports one blocker at a time");let L=Array.from(Ge.entries()),[F,V]=L[L.length-1],T=E.blockers.get(F);if(!(T&&T.state==="proceeding")&&V({currentLocation:v,nextLocation:S,historyAction:R}))return F}function hr(p){let v=Ee(404,{pathname:p}),S=s||i,{matches:R,route:L}=io(S);return pr(),{notFoundMatches:R,route:L,error:v}}function pr(p){let v=[];return Ye.forEach((S,R)=>{(!p||p(R))&&(S.cancel(),v.push(R),Ye.delete(R))}),v}function fi(p,v,S){if(m=p,N=v,_=S||null,!C&&E.navigation===br){C=!0;let R=yn(E.location,E.matches);R!=null&&ve({restoreScrollPosition:R})}return()=>{m=null,N=null,_=null}}function En(p,v){return _&&_(p,v.map(R=>Ac(R,E.loaderData)))||p.key}function hi(p,v){if(m&&N){let S=En(p,v);m[S]=N()}}function yn(p,v){if(m){let S=En(p,v),R=m[S];if(typeof R=="number")return R}return null}function Ht(p,v,S){if(d)if(p){if(Object.keys(p[0].params).length>0)return{active:!0,matches:Gt(v,S,l,!0)}}else return{active:!0,matches:Gt(v,S,l,!0)||[]};return{active:!1,matches:null}}async function Mt(p,v,S,R){if(!d)return{type:"success",matches:p};let L=p;for(;;){let F=s==null,V=s||i,T=a;try{await d({signal:S,path:v,matches:L,fetcherKey:R,patch:(H,z)=>{S.aborted||eo(H,z,V,T,o)}})}catch(H){return{type:"error",error:H,partialMatches:L}}finally{F&&!S.aborted&&(i=[...i])}if(S.aborted)return{type:"aborted"};let I=Me(V,v,l);if(I)return{type:"success",matches:I};let A=Gt(V,v,l,!0);if(!A||L.length===A.length&&L.every((H,z)=>H.route.id===A[z].route.id))return{type:"success",matches:null};L=A}}function pi(p){a={},s=tr(p,o,void 0,a)}function gi(p,v){let S=s==null;eo(p,v,s||i,a,o),S&&(i=[...i],ve({}))}return k={get basename(){return l},get future(){return u},get state(){return E},get routes(){return i},get window(){return e},initialize:ei,subscribe:ri,enableScrollRestoration:fi,navigate:cn,fetch:si,revalidate:ni,createHref:p=>t.history.createHref(p),encodeLocation:p=>t.history.encodeLocation(p),getFetcher:fn,deleteFetcher:ui,dispose:ti,getBlocker:di,deleteBlocker:mn,patchRoutes:gi,_internalFetchControllers:te,_internalActiveDeferreds:Ye,_internalSetRoutes:pi},k}function ou(t){return t!=null&&("formData"in t&&t.formData!=null||"body"in t&&t.body!==void 0)}function Mr(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=pa(o||".",ha(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=rn(d.search);if(c.route.index&&!u)d.search=d.search?d.search.replace(/^\?/,"?index&"):"?index";else if(!c.route.index&&u){let h=new URLSearchParams(d.search),f=h.getAll("index");h.delete("index"),f.filter(_=>_).forEach(_=>h.append("index",_));let m=h.toString();d.search=m?"?"+m:""}}return n&&r!=="/"&&(d.pathname=d.pathname==="/"?r:$e([r,d.pathname])),At(d)}function Xn(t,e,r,n){if(!n||!ou(n))return{path:r};if(n.formMethod&&!mu(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=ya(r);if(n.body!==void 0){if(n.formEncType==="text/plain"){if(!xe(i))return o();let h=typeof n.body=="string"?n.body:n.body instanceof FormData||n.body instanceof URLSearchParams?Array.from(n.body.entries()).reduce((f,m)=>{let[_,N]=m;return""+f+_+"="+N+`
5
- `},""):String(n.body);return{path:r,submission:{formMethod:i,formAction:s,formEncType:n.formEncType,formData:void 0,json:void 0,text:h}}}else if(n.formEncType==="application/json"){if(!xe(i))return o();try{let h=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:h,text:void 0}}}catch{return o()}}}K(typeof FormData=="function","FormData is not available in this environment");let l,c;if(n.formData)l=Br(n.formData),c=n.formData;else if(n.body instanceof FormData)l=Br(n.body),c=n.body;else if(n.body instanceof URLSearchParams)l=n.body,c=ro(l);else if(n.body==null)l=new URLSearchParams,c=new FormData;else try{l=new URLSearchParams(n.body),c=ro(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(xe(d.formMethod))return{path:r,submission:d};let u=ze(r);return e&&u.search&&rn(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 Zn(t,e,r,n,o,a,i,s,l,c,d,u,h,f,m,_){let N=_?ye(_[1])?_[1].error:_[1].data:void 0,C=t.createURL(e.location),b=t.createURL(o),w=r;a&&e.errors?w=qn(r,Object.keys(e.errors)[0],!0):_&&ye(_[1])&&(w=qn(r,_[0]));let x=_?_[1].statusCode:void 0,P=i&&x&&x>=400,k=w.filter((D,M)=>{let{route:j}=D;if(j.lazy)return!0;if(j.loader==null)return!1;if(a)return Fr(j,e.loaderData,e.errors);if(au(e.loaderData,e.matches[M],D)||l.some(Y=>Y===D.route.id))return!0;let $=e.matches[M],B=D;return Qn(D,re({currentUrl:C,currentParams:$.params,nextUrl:b,nextParams:B.params},n,{actionResult:N,actionStatus:x,defaultShouldRevalidate:P?!1:s||C.pathname+C.search===b.pathname+b.search||C.search!==b.search||va($,B)}))}),E=[];return u.forEach((D,M)=>{if(a||!r.some(G=>G.route.id===D.routeId)||d.has(M))return;let j=Me(f,D.path,m);if(!j){E.push({key:M,routeId:D.routeId,path:D.path,matches:null,match:null,controller:null});return}let $=e.fetchers.get(M),B=Nt(j,D.path),Y=!1;h.has(M)?Y=!1:c.has(M)?(c.delete(M),Y=!0):$&&$.state!=="idle"&&$.data===void 0?Y=s:Y=Qn(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:P?!1:s})),Y&&E.push({key:M,routeId:D.routeId,path:D.path,matches:j,match:B,controller:new AbortController})}),[k,E]}function Fr(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 va(t,e){let r=t.route.path;return t.pathname!==e.pathname||r!=null&&r.endsWith("*")&&t.params["*"]!==e.params["*"]}function Qn(t,e){if(t.route.shouldRevalidate){let r=t.route.shouldRevalidate(e);if(typeof r=="boolean")return r}return e.defaultShouldRevalidate}function eo(t,e,r,n,o){var a;let i;if(t){let c=n[t];K(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=>Ea(c,d))),l=tr(s,o,[t||"_","patch",String(((a=i)==null?void 0:a.length)||"0")],n);i.push(...l)}function Ea(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=>Ea(r,a))}):!1}async function iu(t,e,r){if(!t.lazy)return;let n=await t.lazy();if(!t.lazy)return;let o=r[t.id];K(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&&!Lc.has(i)&&(a[i]=n[i])}Object.assign(o,a),Object.assign(o,re({},e(o),{lazy:void 0}))}async function su(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 lu(t,e,r,n,o,a,i,s,l,c){let d=a.map(f=>f.route.lazy?iu(f.route,l,s):void 0),u=a.map((f,m)=>{let _=d[m],N=o.some(b=>b.route.id===f.route.id);return re({},f,{shouldLoad:N,resolve:async b=>(b&&n.method==="GET"&&(f.route.lazy||f.route.loader)&&(N=!0),N?cu(e,n,f,_,b,c):Promise.resolve({type:Z.data,result:void 0}))})}),h=await t({matches:u,request:n,params:a[0].params,fetcherKey:i,context:c});try{await Promise.all(d)}catch{}return h}async function cu(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 h=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]:[]),f=(async()=>{try{return{type:"data",result:await(o?o(_=>h(_)):h())}}catch(m){return{type:"error",result:m}}})();return Promise.race([f,u])};try{let c=r.route[t];if(n)if(c){let d,[u]=await Promise.all([l(c).catch(h=>{d=h}),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})}K(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 uu(t){let{result:e,type:r}=t;if(_a(e)){let u;try{let h=e.headers.get("Content-Type");h&&/\bapplication\/json\b/.test(h)?e.body==null?u=null:u=await e.json():u=await e.text()}catch(h){return{type:Z.error,error:h}}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(so(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:wt(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:wt(e)?e.status:void 0}}if(gu(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(so(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 du(t,e,r,n,o,a){let i=t.headers.get("Location");if(K(i,"Redirects returned/thrown from loaders/actions must have a Location header"),!en.test(i)){let s=n.slice(0,n.findIndex(l=>l.route.id===r)+1);i=Mr(new URL(e.url),s,o,!0,i,a),t.headers.set("Location",i)}return t}function to(t,e,r){if(en.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(ya(e)).toString(),a={signal:r};if(n&&xe(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=Br(n.formData):a.body=n.formData}return new Request(o,a)}function Br(t){let e=new URLSearchParams;for(let[r,n]of t.entries())e.append(r,typeof n=="string"?n:n.name);return e}function ro(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&&ye(r[1])?r[1].error:void 0;return t.forEach(u=>{if(!(u.route.id in e))return;let h=u.route.id,f=e[h];if(K(!Qe(f),"Cannot handle redirect results in processLoaderData"),ye(f)){let m=f.error;d!==void 0&&(m=d,d=void 0),i=i||{};{let _=Ze(t,h);i[_.route.id]==null&&(i[_.route.id]=m)}a[h]=void 0,l||(l=!0,s=wt(f.error)?f.error.status:500),f.headers&&(c[h]=f.headers)}else Be(f)?(n.set(h,f.deferredData),a[h]=f.deferredData.data,f.statusCode!=null&&f.statusCode!==200&&!l&&(s=f.statusCode),f.headers&&(c[h]=f.headers)):(a[h]=f.data,f.statusCode&&f.statusCode!==200&&!l&&(s=f.statusCode),f.headers&&(c[h]=f.headers))}),d!==void 0&&r&&(i={[r[0]]:d},a[r[0]]=void 0),{loaderData:a,errors:i,statusCode:s||200,loaderHeaders:c}}function no(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:h}=c,f=a[d];if(K(f,"Did not find corresponding fetcher result"),!(h&&h.signal.aborted))if(ye(f)){let m=Ze(t.matches,u?.route.id);l&&l[m.route.id]||(l=re({},l,{[m.route.id]:f.error})),t.fetchers.delete(d)}else if(Qe(f))K(!1,"Unhandled fetcher revalidation redirect");else if(Be(f))K(!1,"Unhandled fetcher deferred data");else{let m=He(f.data);t.fetchers.set(d,m)}}),{loaderData:s,errors:l}}function oo(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 ao(t){return t?ye(t[1])?{actionData:{}}:{actionData:{[t[0]]:t[1].data}}:{}}function Ze(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 io(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(Qe(o))return{key:n,result:o}}}function ya(t){let e=typeof t=="string"?ze(t):t;return At(re({},e,{hash:""}))}function hu(t,e){return t.pathname!==e.pathname||t.search!==e.search?!1:t.hash===""?e.hash!=="":t.hash===e.hash?!0:e.hash!==""}function pu(t){return _a(t.result)&&Qc.has(t.result.status)}function Be(t){return t.type===Z.deferred}function ye(t){return t.type===Z.error}function Qe(t){return(t&&t.type)===Z.redirect}function so(t){return typeof t=="object"&&t!=null&&"type"in t&&"data"in t&&"init"in t&&t.type==="DataWithResponseInit"}function gu(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 _a(t){return t!=null&&typeof t.status=="number"&&typeof t.statusText=="string"&&typeof t.headers=="object"&&typeof t.body<"u"}function mu(t){return Zc.has(t.toLowerCase())}function xe(t){return Xc.has(t.toLowerCase())}async function vu(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(h=>h?.route.id===s);if(!c)continue;let d=n.find(h=>h.route.id===c.route.id),u=d!=null&&!va(d,c)&&(o&&o[c.route.id])!==void 0;Be(l)&&u&&await tn(l,r,!1).then(h=>{h&&(e[s]=h)})}}async function Eu(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)&&Be(s)&&(K(i,"Expected an AbortController for revalidating fetcher deferred result"),await tn(s,i.signal,!0).then(c=>{c&&(e[o]=c)}))}}async function tn(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 rn(t){return new URLSearchParams(t).getAll("index").some(e=>e==="")}function Nt(t,e){let r=typeof e=="string"?ze(e).search:e.search;if(t[t.length-1].route.index&&rn(r||""))return t[t.length-1];let n=fa(t);return n[n.length-1]}function lo(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 yu(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 _u(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 Cu(t,e){try{let r=t.sessionStorage.getItem(ma);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 Su(t,e){if(e.size>0){let r={};for(let[n,o]of e)r[n]=[...o];try{t.sessionStorage.setItem(ma,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),Ca=g.createContext(null),lr=g.createContext(null),cr=g.createContext(null),Ke=g.createContext({outlet:null,matches:[],isDataRoute:!1}),Sa=g.createContext(null);function ur(){return g.useContext(cr)!=null}function dr(){return ur()||K(!1),g.useContext(cr).location}function Nu(){return g.useContext(cr).navigationType}function Na(t){g.useContext(lr).static||g.useLayoutEffect(t)}function bu(){let{isDataRoute:t}=g.useContext(Ke);return t?Fu():xu()}function xu(){ur()||K(!1);let t=g.useContext(sr),{basename:e,future:r,navigator:n}=g.useContext(lr),{matches:o}=g.useContext(Ke),{pathname:a}=dr(),i=JSON.stringify(ha(o,r.v7_relativeSplatPath)),s=g.useRef(!1);return Na(()=>{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=pa(c,JSON.parse(i),a,d.relative==="path");t==null&&e!=="/"&&(u.pathname=u.pathname==="/"?e:$e([e,u.pathname])),(d.replace?n.replace:n.push)(u,d.state,d)},[e,n,i,a,t])}const Ru=g.createContext(null);function Du(t){let e=g.useContext(Ke).outlet;return e&&g.createElement(Ru.Provider,{value:t},e)}function Ou(){let{matches:t}=g.useContext(Ke),e=t[t.length-1];return e?e.params:{}}function wu(t,e,r,n){ur()||K(!1);let{navigator:o}=g.useContext(lr),{matches:a}=g.useContext(Ke),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||"/",h=u;if(l!=="/"){let _=l.replace(/^\//,"").split("/");h="/"+u.replace(/^\//,"").split("/").slice(_.length).join("/")}let f=Me(t,{pathname:h});return Iu(f&&f.map(_=>Object.assign({},_,{params:Object.assign({},s,_.params),pathname:$e([l,o.encodeLocation?o.encodeLocation(_.pathname).pathname:_.pathname]),pathnameBase:_.pathnameBase==="/"?l:$e([l,o.encodeLocation?o.encodeLocation(_.pathnameBase).pathname:_.pathnameBase])})),a,r,n)}function Lu(){let t=Mu(),e=wt(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 Pu=g.createElement(Lu,null);class Au 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(Ke.Provider,{value:this.props.routeContext},g.createElement(Sa.Provider,{value:this.state.error,children:this.props.component})):this.props.children}}function Tu(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(Ke.Provider,{value:e},n)}function Iu(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||K(!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:h,errors:f}=r,m=u.route.loader&&h[u.route.id]===void 0&&(!f||f[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,h)=>{let f,m=!1,_=null,N=null;r&&(f=s&&u.route.id?s[u.route.id]:void 0,_=u.route.errorElement||Pu,l&&(c<0&&h===0?(Bu("route-fallback"),m=!0,N=null):c===h&&(m=!0,N=u.route.hydrateFallbackElement||null)));let C=e.concat(i.slice(0,h+1)),b=()=>{let w;return f?w=_:m?w=N:u.route.Component?w=g.createElement(u.route.Component,null):u.route.element?w=u.route.element:w=d,g.createElement(Tu,{match:u,routeContext:{outlet:d,matches:C,isDataRoute:r!=null},children:w})};return r&&(u.route.ErrorBoundary||u.route.errorElement||h===0)?g.createElement(Au,{location:r.location,revalidation:r.revalidation,component:_,error:f,children:b(),routeContext:{outlet:null,matches:C,isDataRoute:!0}}):b()},null)}var ba=(function(t){return t.UseBlocker="useBlocker",t.UseRevalidator="useRevalidator",t.UseNavigateStable="useNavigate",t})(ba||{}),xa=(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})(xa||{});function ku(t){let e=g.useContext(sr);return e||K(!1),e}function ju(t){let e=g.useContext(Ca);return e||K(!1),e}function Hu(t){let e=g.useContext(Ke);return e||K(!1),e}function Ra(t){let e=Hu(),r=e.matches[e.matches.length-1];return r.route.id||K(!1),r.route.id}function Mu(){var t;let e=g.useContext(Sa),r=ju(xa.UseRouteError),n=Ra();return e!==void 0?e:(t=r.errors)==null?void 0:t[n]}function Fu(){let{router:t}=ku(ba.UseNavigateStable),e=Ra(),r=g.useRef(!1);return Na(()=>{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 co={};function Bu(t,e,r){co[t]||(co[t]=!0)}function Vu(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 Uu(t){return Du(t.context)}function $u(t){K(!1)}function zu(t){let{basename:e="/",children:r=null,location:n,navigationType:o=le.Pop,navigator:a,static:i=!1,future:s}=t;ur()&&K(!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=ze(n));let{pathname:d="/",search:u="",hash:h="",state:f=null,key:m="default"}=n,_=g.useMemo(()=>{let N=Tt(d,l);return N==null?null:{location:{pathname:N,search:u,hash:h,state:f,key:m},navigationType:o}},[l,d,u,h,f,m,o]);return _==null?null:g.createElement(lr.Provider,{value:c},g.createElement(cr.Provider,{children:r,value:_}))}new Promise(()=>{});function Vr(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,Vr(n.props.children,a));return}n.type!==$u&&K(!1),!n.props.index||!n.props.children||K(!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=Vr(n.props.children,a)),r.push(i)}),r}function Ku(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 Wu="6";try{window.__reactRouterVersion=Wu}catch{}function Yu(t,e){return nu({basename:e?.basename,future:or({},e?.future,{v7_prependBasename:!0}),history:Dc({window:e?.window}),hydrationData:e?.hydrationData||Gu(),routes:t,mapRouteProperties:Ku,dataStrategy:e?.dataStrategy,patchRoutesOnNavigation:e?.patchRoutesOnNavigation,window:e?.window}).initialize()}function Gu(){var t;let e=(t=window)==null?void 0:t.__staticRouterHydrationData;return e&&e.errors&&(e=or({},e,{errors:Ju(e.errors)})),e}function Ju(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 Xu=g.createContext({isTransitioning:!1}),qu=g.createContext(new Map),Zu="startTransition",uo=_i[Zu],Qu="flushSync",fo=vi[Qu];function ed(t){uo?uo(t):t()}function Ct(t){fo?fo(t):t()}class td{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 rd(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(),[h,f]=g.useState(),[m,_]=g.useState(),N=g.useRef(new Map),{v7_startTransition:C}=n||{},b=g.useCallback(D=>{C?ed(D):D()},[C]),w=g.useCallback((D,M)=>{let{deletedFetchers:j,flushSync:$,viewTransitionOpts:B}=M;D.fetchers.forEach((G,ge)=>{G.data!==void 0&&N.current.set(ge,G.data)}),j.forEach(G=>N.current.delete(G));let Y=r.window==null||r.window.document==null||typeof r.window.document.startViewTransition!="function";if(!B||Y){$?Ct(()=>a(D)):b(()=>a(D));return}if($){Ct(()=>{h&&(d&&d.resolve(),h.skipTransition()),c({isTransitioning:!0,flushSync:!0,currentLocation:B.currentLocation,nextLocation:B.nextLocation})});let G=r.window.document.startViewTransition(()=>{Ct(()=>a(D))});G.finished.finally(()=>{Ct(()=>{u(void 0),f(void 0),s(void 0),c({isTransitioning:!1})})}),Ct(()=>f(G));return}h?(d&&d.resolve(),h.skipTransition(),_({state:D,currentLocation:B.currentLocation,nextLocation:B.nextLocation})):(s(D),c({isTransitioning:!0,flushSync:!1,currentLocation:B.currentLocation,nextLocation:B.nextLocation}))},[r.window,h,d,N,b]);g.useLayoutEffect(()=>r.subscribe(w),[r,w]),g.useEffect(()=>{l.isTransitioning&&!l.flushSync&&u(new td)},[l]),g.useEffect(()=>{if(d&&i&&r.window){let D=i,M=d.promise,j=r.window.document.startViewTransition(async()=>{b(()=>a(D)),await M});j.finished.finally(()=>{u(void 0),f(void 0),s(void 0),c({isTransitioning:!1})}),f(j)}},[b,i,d,r.window]),g.useEffect(()=>{d&&i&&o.location.key===i.location.key&&d.resolve()},[d,h,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:D=>r.navigate(D),push:(D,M,j)=>r.navigate(D,{state:M,preventScrollReset:j?.preventScrollReset}),replace:(D,M,j)=>r.navigate(D,{replace:!0,state:M,preventScrollReset:j?.preventScrollReset})}),[r]),P=r.basename||"/",k=g.useMemo(()=>({router:r,navigator:x,static:!1,basename:P}),[r,x,P]),E=g.useMemo(()=>({v7_relativeSplatPath:r.future.v7_relativeSplatPath}),[r.future.v7_relativeSplatPath]);return g.useEffect(()=>Vu(n,r.future),[n,r.future]),g.createElement(g.Fragment,null,g.createElement(sr.Provider,{value:k},g.createElement(Ca.Provider,{value:o},g.createElement(qu.Provider,{value:N.current},g.createElement(Xu.Provider,{value:l},g.createElement(zu,{basename:P,location:o.location,navigationType:o.historyAction,navigator:x,future:E},o.initialized||r.future.v7_partialHydration?g.createElement(nd,{routes:r.routes,future:r.future,state:o}):e))))),null)}const nd=g.memo(od);function od(t){let{routes:e,future:r,state:n}=t;return wu(e,void 0,n,r)}var ho;(function(t){t.UseScrollRestoration="useScrollRestoration",t.UseSubmit="useSubmit",t.UseSubmitFetcher="useSubmitFetcher",t.UseFetcher="useFetcher",t.useViewTransitionState="useViewTransitionState"})(ho||(ho={}));var po;(function(t){t.UseFetcher="useFetcher",t.UseFetchers="useFetchers",t.UseScrollRestoration="useScrollRestoration"})(po||(po={}));const go=Io(["sentry"]);let nn=!1;async function Da(){return await me(()=>import("./sentry_react-cODD7zWc.js").then(t=>t.i),__vite__mapDeps([0,1,2]))}async function ad(){const t=await Da(),e=[t.httpClientIntegration(),t.extraErrorDataIntegration({depth:5}),t.replayIntegration(),t.captureConsoleIntegration({levels:["error"]})];ce.sentry.tracing&&e.push(t.reactRouterV6BrowserTracingIntegration({useEffect:Po.useEffect,useLocation:dr,useNavigationType:Nu,createRoutesFromChildren:Vr,matchRoutes:Me})),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}}),nn=!0}async function id(){return nn?(await Da()).getClient()?.close():void 0}function sd(){const[t]=Xr(),{analytics:e}=t;g.useEffect(()=>{if(!e){id().catch(r=>go.error(r));return}nn||!ce.sentry.dsn||ce.sentry.dsn===""||ad().catch(r=>go.error(r))},[e])}function Ur(){return Ur=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},Ur.apply(null,arguments)}var Oa=["shift","alt","meta","mod","ctrl"],ld={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 Ve(t){return(t&&ld[t]||t||"").trim().toLowerCase().replace(/key|digit|numpad|arrow/,"")}function cd(t){return Oa.includes(t)}function Rr(t,e){return e===void 0&&(e=","),t.split(e)}function Dr(t,e,r){e===void 0&&(e="+");var n=t.toLocaleLowerCase().split(e).map(function(i){return Ve(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!Oa.includes(i)});return Ur({},o,{keys:a,description:r,hotkey:t})}(function(){typeof document<"u"&&(document.addEventListener("keydown",function(t){t.key!==void 0&&wa([Ve(t.key),Ve(t.code)])}),document.addEventListener("keyup",function(t){t.key!==void 0&&La([Ve(t.key),Ve(t.code)])})),typeof window<"u"&&window.addEventListener("blur",function(){Ue.clear()})})();var Ue=new Set;function on(t){return Array.isArray(t)}function ud(t,e){e===void 0&&(e=",");var r=on(t)?t:t.split(e);return r.every(function(n){return Ue.has(n.trim().toLowerCase())})}function wa(t){var e=Array.isArray(t)?t:[t];Ue.has("meta")&&Ue.forEach(function(r){return!cd(r)&&Ue.delete(r.toLowerCase())}),e.forEach(function(r){return Ue.add(r.toLowerCase())})}function La(t){var e=Array.isArray(t)?t:[t];t==="meta"?Ue.clear():e.forEach(function(r){return Ue.delete(r.toLowerCase())})}function dd(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 hd(t){return Pa(t,["input","textarea","select"])}function Pa(t,e){e===void 0&&(e=!1);var r=t.target,n=t.composed,o=null;return pd(r)&&n?o=t.composedPath()[0]&&t.composedPath()[0].tagName:o=r&&r.tagName,on(e)?!!(o&&e&&e.some(function(a){var i;return a.toLowerCase()===((i=o)==null?void 0:i.toLowerCase())})):!!(o&&e&&e)}function pd(t){return!!t.tagName&&!t.tagName.startsWith("-")&&t.tagName.includes("-")}function gd(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 md=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,h=e.ctrlKey,f=e.metaKey,m=e.shiftKey,_=e.altKey,N=Ve(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(!f&&!h)return!1}else if(a===!f&&C!=="meta"&&C!=="os"||l===!h&&C!=="ctrl"&&C!=="control")return!1}return c&&c.length===1&&(c.includes(C)||c.includes(N))?!0:c?ud(c):!c},vd=g.createContext(void 0),Ed=function(){return g.useContext(vd)};function Aa(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&&Aa(t[n],e[n])},!0):t===e}var yd=g.createContext({hotkeys:[],enabledScopes:[],toggleScope:function(){},enableScope:function(){},disableScope:function(){}}),_d=function(){return g.useContext(yd)};function Cd(t){var e=g.useRef(void 0);return Aa(e.current,t)||(e.current=t),e.current}var mo=function(e){e.stopPropagation(),e.preventDefault(),e.stopImmediatePropagation()},Sd=typeof window<"u"?g.useLayoutEffect:g.useEffect;function vo(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=on(t)?t.join(l?.splitKey):t,d=r instanceof Array?r:n instanceof Array?n:void 0,u=g.useCallback(e,d??[]),h=g.useRef(u);d?h.current=u:h.current=e;var f=Cd(l),m=_d(),_=m.enabledScopes,N=Ed();return Sd(function(){if(!(f?.enabled===!1||!gd(_,f?.scopes))){var C=function(k,E){var D;if(E===void 0&&(E=!1),!(hd(k)&&!Pa(k,f?.enableOnFormTags))){if(a!==null){var M=a.getRootNode();if((M instanceof Document||M instanceof ShadowRoot)&&M.activeElement!==a&&!a.contains(M.activeElement)){mo(k);return}}(D=k.target)!=null&&D.isContentEditable&&!(f!=null&&f.enableOnContentEditable)||Rr(c,f?.splitKey).forEach(function(j){var $,B=Dr(j,f?.combinationKey);if(md(k,B,f?.ignoreModifiers)||($=B.keys)!=null&&$.includes("*")){if(f!=null&&f.ignoreEventWhen!=null&&f.ignoreEventWhen(k)||E&&s.current)return;if(dd(k,B,f?.preventDefault),!fd(k,B,f?.enabled)){mo(k);return}h.current(k,B),E||(s.current=!0)}})}},b=function(k){k.key!==void 0&&(wa(Ve(k.code)),(f?.keydown===void 0&&f?.keyup!==!0||f!=null&&f.keydown)&&C(k))},w=function(k){k.key!==void 0&&(La(Ve(k.code)),s.current=!1,f!=null&&f.keyup&&C(k,!0))},x=a||l?.document||document;return x.addEventListener("keyup",w,l?.eventListenerOptions),x.addEventListener("keydown",b,l?.eventListenerOptions),N&&Rr(c,f?.splitKey).forEach(function(P){return N.addHotkey(Dr(P,f?.combinationKey,f?.description))}),function(){x.removeEventListener("keyup",w,l?.eventListenerOptions),x.removeEventListener("keydown",b,l?.eventListenerOptions),N&&Rr(c,f?.splitKey).forEach(function(P){return N.removeHotkey(Dr(P,f?.combinationKey,f?.description))})}}},[a,c,f,_]),i}const Nd=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"),vo(i,l=>{l.preventDefault(),o&&e()},{},[o,e]),vo(s,l=>{l.preventDefault(),n&&r()},{},[n,r])};window.navigator.appVersion.includes("Mac");const Eo={"staging/makerdao":"deployments/staging/makerdao","staging/arbitrum":"arb-ltip","staging/powerhouse":"staging",makerdao:"deployments/makerdao",arbitrum:"deployments/arbitrum",arbgrants:"deployments/arbitrum",localhost:"develop"},bd=()=>{const t="https://raw.githubusercontent.com/powerhouse-inc/connect",e=window.location.href,r=Object.keys(Eo).find(o=>e.includes(o)),n=r?Eo[r]:void 0;if(n)return`${t}/${n}/package.json`},xd=async()=>{const t=bd();if(!t)return;const r=await(await fetch(t)).json(),{version:n}=r;return n},Rd=async()=>{const t=ce.appVersion,e=await xd();return e?{isLatest:e===t,currentVersion:t,latestVersion:e}:null};function yo(...t){window.dataLayer?.push(...t)}const Dd=()=>{const t=ce.gaTrackingId,[{analytics:e}]=Xr(),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||[],yo("js",new Date),yo("config",t),()=>{document.head.removeChild(n)}}},[r,t]),null};function Od(){return typeof document>"u"?"/":document.querySelector("base")?.getAttribute("href")||"/"}const wd=["preserve-all","preserve-by-url-and-detach"],Ld=()=>{const t=ce.drives.preserveStrategy;return t&&(r=>wd.includes(r))(t)?t:"preserve-by-url-and-detach"},Pd=t=>{if(t.length===0)return{strategy:"preserve-all"};switch(Ld()){case"preserve-all":return{strategy:"preserve-all"};case"preserve-by-url-and-detach":return{strategy:"preserve-by-url-and-detach",urls:t};default:return{strategy:"preserve-by-url-and-detach",urls:t}}},Ad=t=>window.open(t,"_blank"),Td=Ad,_o=[],Id=()=>({defaultDrives:{remoteDrives:_o.map(e=>({url:e,options:{sharingType:"PUBLIC",availableOffline:!0,listeners:[{block:!0,callInfo:{data:e,name:"switchboard-push",transmitterType:"SwitchboardPush"},filter:{branch:["main"],documentId:["*"],documentType:["*"],scope:["global"]},label:"Switchboard Sync",listenerId:"1",system:!0}],triggers:[]}})),removeOldRemoteDrives:Pd(_o)}});function kd(t){return new bi(t)}function jd(t,e,r){return new xi(t).withStorage(e).withCache(new Ri).withQueueManager(new Di).withOptions({...r,...Id()}).build()}const Hd=ce.routerBasename,Md=[Hd,"service-worker.js"].join("/").replace(/\/{2,}/gm,"/");class Fd{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(Md);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 Bd=new Fd,Vd=250,Ud=({delay:t=Vd})=>{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(Pi,{})}),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]})},$d=()=>{const t=typeof window>"u",e=!t&&window.location.pathname===Od();return y.jsxs("div",{className:"flex h-screen bg-white",children:[y.jsx(ko,{className:"animate-pulse",onLogin:void 0,onDisconnect:void 0,onClickSettings:void 0,address:void 0}),y.jsx(jo,{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(Ud,{})]})};function zd({children:t}){return y.jsx(y.Fragment,{children:t})}const Kd=({children:t})=>(sd(),t),Wd=()=>(g.useEffect(()=>{Bd.registerServiceWorker(!1)},[]),y.jsx(Kd,{children:y.jsx(Ai,{children:y.jsxs(zd,{children:[y.jsx(Ti,{position:"bottom-right",containerId:"connect"}),y.jsx(qh,{}),y.jsx(Dd,{})]})})})),Yd={cancel:"Cancel",delete:"Delete",continue:"Continue",empty:"Empty",create:"Create",save:"Save",export:"Export",reload:"Reload",reloadConnect:"Click here to reload Connect"},Gd={placeholder:"Search Powerhouse",filterLabel:"File type"},Jd={sections:{folders:{title:"Folders",empty:"No folders 🗂️"},documents:{title:"Documents and files",empty:"No documents or files 📄"}}},Xd={options:{switchboardLink:"Switchboard Link"}},qd={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>"}},Zd={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."},Qd={cookiePolicy:"Cookie Policy",termsOfUse:"Terms of Use",disclaimer:"Disclaimer",builtWith:"Built with <icon /> Powerhouse"},ef={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"}},tf={common:Yd,searchbar:Gd,folderView:Jd,files:Xd,modals:qd,notifications:Zd,footer:Qd,cookieBanner:ef},rf={en:{code:"en",name:"English",translation:tf}};pe.use(dc).init({resources:rf,fallbackLng:"en",debug:!1,interpolation:{escapeValue:!1}}).catch(t=>{console.error(t)});const nf=(t,e)=>t.some(r=>r.id===e&&r.value),of=()=>{const{t}=sa(void 0,{useSuspense:!0,i18n:pe}),[e,r]=Rc(),[,n]=Xr(),o=[{id:"analytics-cookie",label:t("cookieBanner.cookies.analytics"),value:!0}],a=s=>{r(!1),nf(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(Ii,{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(hc,{i18nKey:"cookieBanner.message",components:{a:y.jsx("a",{onClick:()=>et({type:"cookiesPolicy"}),className:"cursor-pointer text-gray-900 hover:underline"},"cookieBanner.message-link")}},"cookieBanner.message")})})})]}):null};function af(){const[t]=Fo(),[e]=Gr(),r=Ki(e?.header.id),n=Wi(t),o=Yi(t),a=Gi(),i=Jr(),s=d=>{if(Xi(d).length)et({type:"exportDocumentWithErrors",documentId:d.header.id});else return qi(d)},l=()=>{if(e)return s(e)},c=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(o,i.address,!1,{expiresIn:600}):void 0,u=Ji(o,e.header.id,d);try{Td(u)}catch(h){console.error("Error opening switchboard link",h)}}:void 0,[n,o,e]);return e?y.jsx("div",{id:"document-editor-container",className:"flex-1 rounded-2xl bg-gray-50 p-4",children:y.jsx(ff,{document:e,onClose:()=>Bo(r),onExport:l,onOpenSwitchboardLink:c})}):null}const sf=g.createContext(null),Or={didCatch:!1,error:null};class an extends g.Component{constructor(e){super(e),this.resetErrorBoundary=this.resetErrorBoundary.bind(this),this.state=Or}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(Or)}}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&&lf(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(Or)}}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(sf.Provider,{value:{didCatch:a,error:i,resetErrorBoundary:this.resetErrorBoundary}},s)}}function lf(){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]))}function Jt(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(ki,{...o})}function cf({error: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:t instanceof Error?t.message:t}),y.jsx("pre",{children:JSON.stringify(t,null,2)})]})}function uf(){const[t]=Fo(),[e]=Gr(),r=Vo(t?.header.meta?.preferredEditor),n=Zi(),o=r?.Component??n?.Component??wi.Component;if(!o)throw new Error("No drive editor component found");return y.jsx(an,{fallbackRender:cf,children:y.jsx(g.Suspense,{fallback:y.jsx(Jt,{}),children:y.jsx(ji,{className:"flex h-full flex-col overflow-auto",children:y.jsx(o,{children:e?y.jsx(af,{}):null})})})},t.header.id)}function Ta({drive:t}){const e=Qi(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(Tr,{name:"Hdd",size:32}):y.jsx(Tr,{name:"Server",size:32})}function $r({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})})}function df(t){const e=t.error instanceof Error?t.error.message:t.error;return y.jsx($r,{message:e})}const ff=t=>{const{document:e,onClose:r,onExport:n,onOpenSwitchboardLink:o}=t,a=es(),i=ts(),[s,l]=rs(e.header.id),c=s?.header.id??void 0,d=s?.header.name??void 0,u=s?.header.documentType??void 0,h=s?.header.meta?.preferredEditor??void 0,f=s?.operations.global??[],m=s?.operations.local??[],_=s?.header.revision.global??0,N=s?.header.revision.local??0,C=ns(u),b=os(h),w=as(u),x=b??w,P=!s,k=x&&u&&!x.documentTypes.includes(u)&&!x.documentTypes.includes("*"),E=_>0||N>0,D=!!s?.clipboard.length;Nd({undo:()=>l(Bs()),redo:()=>l(Vs()),canUndo:E,canRedo:D}),g.useEffect(()=>()=>{window.documentEditorDebugTools?.clear()},[]);const[$,B]=g.useState(void 0);g.useEffect(()=>{$&&$.documentId!==c&&B(void 0)},[$,c]);const Y=(ge,ue)=>{B({error:ge,documentId:c,info:ue})};if(k)return y.jsx(Jt,{message:"Loading editor"});if(P)return y.jsx(Jt,{message:"Loading document"});if(!C)return y.jsx($r,{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:()=>{et({type:"settings"})},children:"package manager"})," ","to install this document model"]})]})});if(!x)return y.jsx($r,{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:()=>{et({type:"settings"})},children:"package manager"})," ",'an editor for the "$',u,'" document type']})]})});const G=x.Component;return y.jsx("div",{className:"relative h-full",id:"document-editor-context",children:i?y.jsx(Hi,{documentTitle:d??"",documentId:c??"",globalOperations:f,localOperations:m,onClose:()=>is(!1),documentState:s.state,onCopyState:()=>{Zr("Copied document state to clipboard",{type:"success"})}},c):y.jsx(g.Suspense,{fallback:y.jsx(Jt,{message:"Loading editor"}),name:"EditorLoader",children:y.jsx(an,{fallbackRender:df,onError:Y,children:!$?.error&&y.jsx(G,{context:{readMode:!!a,selectedTimelineRevision:ss(a?.startDate,a?.endDate,f)},documentId:s.header.id},c)},c)})})},hf=Io(["Connect","Modals"]);class pf extends g.Component{constructor(e){super(e),this.state={hasError:!1}}static getDerivedStateFromError(){return{hasError:!0}}componentDidCatch(e,r){hf.error(e,r)}render(){return this.state.hasError?null:this.props.children}}const gf=g.lazy(()=>me(()=>import("./AddDriveModal-_XSf2ZlN.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}))),mf=g.lazy(()=>me(()=>import("./ClearStorageModal-CbfJTlAo.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}))),vf=g.lazy(()=>me(()=>import("./CookiesPolicyModal-DTRuUeM_.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}))),Ef=g.lazy(()=>me(()=>import("./CreateDocumentModal-DUTbfZYr.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(()=>me(()=>import("./DebugSettingsModal-CooFY-Go.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}))),_f=g.lazy(()=>me(()=>import("./DeleteDriveModal-BOdu1bg5.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}))),Cf=g.lazy(()=>me(()=>import("./DeleteItemModal-D8MlQS3W.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}))),Sf=g.lazy(()=>me(()=>import("./DisclaimerModal-RBBaiKyO.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}))),Nf=g.lazy(()=>me(()=>import("./DriveSettingsModal-BHBZfzaY.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}))),bf=g.lazy(()=>me(()=>import("./ExportDocumentWithErrorsModal-BzgGSmxg.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}))),xf=g.lazy(()=>me(()=>import("./SettingsModal-BXDXscnR.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}))),Rf=g.lazy(()=>me(()=>import("./UpgradeDriveModal-15TBzq11.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}))),Df={addDrive:gf,clearStorage:mf,cookiesPolicy:vf,createDocument:Ef,debugSettings:yf,deleteDrive:_f,deleteItem:Cf,disclaimer:Sf,driveSettings:Nf,exportDocumentWithErrors:bf,settings:xf,upgradeDrive:Rf};function Of(){const t=ls();if(!t?.type)return null;const e=Df[t.type];return e?y.jsx(pf,{children:y.jsx(g.Suspense,{fallback:null,children:y.jsx(e,{})})}):null}function wf(t){return t.documentModel.global}function Lf(){const{isAllowedToCreateDocuments:t}=cs(),r=us()?.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=wf(n);return y.jsx(Wo,{color:"light",title:o.name,"aria-description":o.description,onClick:()=>ds(o.id),children:y.jsx("span",{className:"text-sm",children:o.name})},o.id)})})]}):null}const St=8,wr=256,Co=48,Pf=420;function Af(){const t=g.useRef(null),r=Fs().innerWidth-Pf,o=Uo().filter(h=>fs(h)),a=Math.floor(r/(wr+St))||1,i=Math.ceil(o.length/a),s=Cn({count:i,getScrollElement:()=>t.current,estimateSize:h=>h>0?Co+St:Co,overscan:5}),l=Cn({horizontal:!0,count:a,getScrollElement:()=>t.current,estimateSize:h=>h>0?wr+St:wr,overscan:5}),c=(h,f)=>h*a+f,d=(h,f)=>{const m=c(h,f);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=(h,f)=>{const m=d(h,f);return m?y.jsx("div",{style:{marginLeft:f===0?0:St},children:y.jsx(Mi,{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(h=>y.jsx(Po.Fragment,{children:l.getVirtualItems().map(f=>y.jsx("div",{style:{position:"absolute",top:0,left:0,marginTop:h.index===0?0:St,width:`${f.size}px`,height:`${h.size}px`,transform:`translateX(${f.start}px) translateY(${h.start}px)`},children:u(h.index,f.index)},f.key))},h.key))})})}function Se({children:t,className:e,...r}){return y.jsx(Se.Container,{className:e,...r,children:t})}Se.Container=function({children:e,className:r,containerProps:n,...o}){return y.jsx("div",{className:Pt("flex grow flex-col overflow-auto rounded-2xl bg-gray-50 p-2",r),...n,...o,children:e})};Se.Header=function({children:e,className:r,containerProps:n,...o}){return y.jsx("div",{className:Pt("flex-0",r),...n,...o,children:e})};Se.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})};Se.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})]})};Se.Footer=function({children:e,className:r,containerProps:n,...o}){return y.jsx("div",{className:Pt("flex-0",r),...n,...o,children:e})};function Tf(t){const{className:e}=t,r=Uo(),n=$o(),o=r.filter(s=>hs(s)),{isDropTarget:a,dropProps:i}=Ho({target:n});return y.jsxs("div",{className:Ys("rounded-md border-2 border-transparent p-2",a&&"border-dashed border-blue-100",e),...i,children:[y.jsx(Se.ContentSection,{title:"Folders",className:"mb-4",children:o.length>0?o.map(s=>y.jsx(Fi,{folderNode:s},s.id)):y.jsx("div",{className:"mb-8 text-sm text-gray-400",children:"No documents or files 📄"})}),y.jsx(Se.ContentSection,{title:"Documents and files",children:y.jsx("div",{className:"w-full",children:y.jsx(Af,{})})})]})}const If={allowedDocumentTypes:[],isDragAndDropEnabled:!0};function Ia(t){ps(If);const{className:e,children:r}=t,{isDropTarget:n,dropProps:o}=Ho(),a=!!r;return y.jsxs(Se,{className:e,children:[!a&&y.jsx(Se.Header,{children:y.jsx(Bi,{})}),a?r:y.jsx(Se.Content,{...o,className:n?"rounded-xl bg-blue-100":"",children:y.jsx(Tf,{})}),!a&&y.jsx(Se.Footer,{children:y.jsx(Lf,{})})]})}const Np=Object.freeze(Object.defineProperty({__proto__:null,default:Ia},Symbol.toStringTag,{value:"Module"}));function kf(){return{id:gs,name:"Generic Drive Explorer",documentTypes:["powerhouse/document-drive"],Component:Ia}}function jf(){return{id:"document-model-editor-v2",name:"Document Model Editor",documentTypes:["powerhouse/document-model"],Component:Ei}}async function Hf(){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:Yo(Go(),t)}}async function Mf(){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:Yo(Go(),t)}}async function Ff(){const t=await Hf(),e=await Mf(),r=jf(),n=kf();return{id:ms,name:"Common",description:"Common",category:"Common",author:{name:"Powerhouse",website:"https://powerhousedao.com"},modules:{documentModelModules:[t,e],editorModules:[r,n]}}}const{externalPackagesEnabled:Bf}=ce;function Vf(t){return t.loadExternalPackages().then(e=>e.map(Mo))}async function Uf(){try{if(!Bf)return[];const t=await me(()=>import("./_virtual_ph_external-packages-CM1tCR4L.js"),[]);return Vf(t)}catch(t){return console.error(t),[]}}var $f=Object.defineProperty,zf=Object.defineProperties,Kf=Object.getOwnPropertyDescriptors,So=Object.getOwnPropertySymbols,Wf=Object.prototype.hasOwnProperty,Yf=Object.prototype.propertyIsEnumerable,No=(t,e,r)=>e in t?$f(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,Lr=(t,e)=>{for(var r in e||(e={}))Wf.call(e,r)&&No(t,r,e[r]);if(So)for(var r of So(e))Yf.call(e,r)&&No(t,r,e[r]);return t},Pr=(t,e)=>zf(t,Kf(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())}),Gf=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()}},Jf={ERROR:"ERROR"},ka=(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))(ka||{}),We=class ja extends Error{constructor(e,r){super(e),Object.setPrototypeOf(this,ja.prototype),this.name="OpenFeatureError",this.cause=r?.cause}},Xf=class Ha extends We{constructor(e,r){super(e,r),Object.setPrototypeOf(this,Ha.prototype),this.name="FlagNotFoundError",this.code="FLAG_NOT_FOUND"}},Ma=class Fa extends We{constructor(e,r){super(e,r),Object.setPrototypeOf(this,Fa.prototype),this.name="GeneralError",this.code="GENERAL"}},qf=class Ba extends We{constructor(e,r){super(e,r),Object.setPrototypeOf(this,Ba.prototype),this.name="InvalidContextError",this.code="INVALID_CONTEXT"}},Zf=class Va extends We{constructor(e,r){super(e,r),Object.setPrototypeOf(this,Va.prototype),this.name="ParseError",this.code="PARSE_ERROR"}},Ua=class $a extends We{constructor(e,r){super(e,r),Object.setPrototypeOf(this,$a.prototype),this.name="ProviderFatalError",this.code="PROVIDER_FATAL"}},za=class Ka extends We{constructor(e,r){super(e,r),Object.setPrototypeOf(this,Ka.prototype),this.name="ProviderNotReadyError",this.code="PROVIDER_NOT_READY"}},Qf=class Wa extends We{constructor(e,r){super(e,r),Object.setPrototypeOf(this,Wa.prototype),this.name="TargetingKeyMissingError",this.code="TARGETING_KEY_MISSING"}},eh=class Ya extends We{constructor(e,r){super(e,r),Object.setPrototypeOf(this,Ya.prototype),this.name="TypeMismatchError",this.code="TYPE_MISMATCH"}},th=(t,e)=>{switch(t){case"FLAG_NOT_FOUND":return new Xf(e);case"PARSE_ERROR":return new Zf(e);case"TYPE_MISMATCH":return new eh(e);case"TARGETING_KEY_MISSING":return new Qf(e);case"INVALID_CONTEXT":return new qf(e);case"PROVIDER_NOT_READY":return new za(e);case"PROVIDER_FATAL":return new Ua(e);default:return new Ma(e)}},Lt=(t=>(t.NOT_READY="NOT_READY",t.READY="READY",t.ERROR="ERROR",t.STALE="STALE",t.FATAL="FATAL",t.RECONCILING="RECONCILING",t))(Lt||{}),Pe=(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))(Pe||{}),rh={READY:"PROVIDER_READY",ERROR:"PROVIDER_ERROR",FATAL:"PROVIDER_ERROR",STALE:"PROVIDER_STALE",RECONCILING:"PROVIDER_RECONCILING",NOT_READY:void 0},Ga=(t,e)=>!e&&t==="PROVIDER_READY"||rh[e]===t,Ja=class{error(...t){console.error(...t)}warn(...t){console.warn(...t)}info(){}debug(){}},nh=["error","warn","info","debug"],sn=class{constructor(t){this.fallbackLogger=new Ja;try{for(const e of nh)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)}}},oh=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 ah(t){return typeof t=="string"}function ut(t){return ah(t)?t:void 0}function ih(t){return typeof t=="object"}function Ce(t){return ih(t)?t:void 0}function bo(t){return typeof t<"u"&&t!==null}var zr=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--}},sh=class{constructor(t){this._hooks=[],this._context={},this._logger=new Ja,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(Ga(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=Ce(t))!=null?r:Ce(e);if(!u){this._logger.debug("No provider defined, ignoring setProvider call");return}const h=this.getProviderForClient(d),f=u.metadata.name;if(h===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 Ma(`Provider '${u.metadata.name}' is intended for use on the ${u.runsOn}.`);const m=this.getAssociatedEventEmitters(d);let _;const N=new zr(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:f})}),(C=this._apiEmitter)==null||C.emit("PROVIDER_READY",{clientName:d,domain:d,providerName:f})}))==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(w=>{w?.emit("PROVIDER_ERROR",{clientName:d,domain:d,providerName:f,message:C?.message})}),(b=this._apiEmitter)==null||b.emit("PROVIDER_ERROR",{clientName:d,domain:d,providerName:f,message:C?.message}),C}):(N.status=this._statusEnumType.READY,m.forEach(C=>{C?.emit("PROVIDER_READY",{clientName:d,domain:d,providerName:f})}),(s=this._apiEmitter)==null||s.emit("PROVIDER_READY",{clientName:d,domain:d,providerName:f})),d?this._domainScopedProviders.set(d,N):this._defaultProvider=N,this.transferListeners(h,u,d,m),this.allProviders.includes(h)||(c=(l=h?.onClose)==null?void 0:l.call(h))==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(Pe).forEach(o=>{var a;return(a=n.events)==null?void 0:a.addHandler(o,i=>ct(this,null,function*(){r.emit(o,Pr(Lr({},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(Pe).map(i=>[i,l=>ct(this,null,function*(){n.forEach(c=>{c?.emit(i,Pr(Lr({},l),{clientName:r,domain:r,providerName:e.metadata.name}))}),this._apiEmitter.emit(i,Pr(Lr({},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 zr(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)}},lh=Object.create,ln=Object.defineProperty,ch=Object.defineProperties,uh=Object.getOwnPropertyDescriptor,dh=Object.getOwnPropertyDescriptors,Xa=Object.getOwnPropertyNames,xo=Object.getOwnPropertySymbols,qa=Object.getPrototypeOf,Za=Object.prototype.hasOwnProperty,fh=Object.prototype.propertyIsEnumerable,hh=Reflect.get,Ro=(t,e,r)=>e in t?ln(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,Ar=(t,e)=>{for(var r in e||(e={}))Za.call(e,r)&&Ro(t,r,e[r]);if(xo)for(var r of xo(e))fh.call(e,r)&&Ro(t,r,e[r]);return t},ph=(t,e)=>ch(t,dh(e)),gh=(t,e)=>function(){return e||(0,t[Xa(t)[0]])((e={exports:{}}).exports,e),e.exports},mh=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of Xa(e))!Za.call(t,o)&&o!==r&&ln(t,o,{get:()=>e[o],enumerable:!(n=uh(e,o))||n.enumerable});return t},vh=(t,e,r)=>(r=t!=null?lh(qa(t)):{},mh(ln(r,"default",{value:t,enumerable:!0}),t)),Eh=(t,e,r)=>hh(qa(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())}),yh=gh({"../../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,h,f){if(typeof u!="function")throw new TypeError("The listener must be a function");var m=new a(u,h||c,f),_=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,h;if(this._eventsCount===0)return d;for(h in u=this._events)r.call(u,h)&&d.push(n?h.slice(1):h);return Object.getOwnPropertySymbols?d.concat(Object.getOwnPropertySymbols(u)):d},l.prototype.listeners=function(d){var u=n?n+d:d,h=this._events[u];if(!h)return[];if(h.fn)return[h.fn];for(var f=0,m=h.length,_=new Array(m);f<m;f++)_[f]=h[f].fn;return _},l.prototype.listenerCount=function(d){var u=n?n+d:d,h=this._events[u];return h?h.fn?1:h.length:0},l.prototype.emit=function(d,u,h,f,m,_){var N=n?n+d:d;if(!this._events[N])return!1;var C=this._events[N],b=arguments.length,w,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,h),!0;case 4:return C.fn.call(C.context,u,h,f),!0;case 5:return C.fn.call(C.context,u,h,f,m),!0;case 6:return C.fn.call(C.context,u,h,f,m,_),!0}for(x=1,w=new Array(b-1);x<b;x++)w[x-1]=arguments[x];C.fn.apply(C.context,w)}else{var P=C.length,k;for(x=0;x<P;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,h);break;case 4:C[x].fn.call(C[x].context,u,h,f);break;default:if(!w)for(k=1,w=new Array(b-1);k<b;k++)w[k-1]=arguments[k];C[x].fn.apply(C[x].context,w)}}return!0},l.prototype.on=function(d,u,h){return i(this,d,u,h,!1)},l.prototype.once=function(d,u,h){return i(this,d,u,h,!0)},l.prototype.removeListener=function(d,u,h,f){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&&(!f||_.once)&&(!h||_.context===h)&&s(this,m);else{for(var N=0,C=[],b=_.length;N<b;N++)(_[N].fn!==u||f&&!_[N].once||h&&_[N].context!==h)&&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)}}),_h="No-op",Ch=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:_h}}},Do=new Ch,Sh=vh(yh()),Oo=class extends oh{constructor(){super(),this.eventEmitter=new Sh.default}},Nh=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),Ga(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(Ar({},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=Ar({},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 Gf}));let u;try{this.beforeHooks(s,d,o),this.shortCircuitIfNotReady();const h=e.call(this._provider,t,r,c,this._logger),f=ph(Ar({},h),{flagMetadata:Object.freeze((i=h.flagMetadata)!=null?i:{}),flagKey:t});if(f.errorCode){const m=th(f.errorCode,f.errorMessage);this.errorHooks(l,d,m,o),u=this.getErrorEvaluationDetails(t,r,m,f.flagMetadata)}else this.afterHooks(l,d,f,o),u=f}catch(h){this.errorHooks(l,d,h,o),u=this.getErrorEvaluationDetails(t,r,h)}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===Lt.NOT_READY)throw new za("provider has not yet initialized");if(this.providerStatus===Lt.FATAL)throw new Ua("provider is in an irrecoverable error state")}getErrorEvaluationDetails(t,e,r,n={}){const o=r?.message;return{errorCode:r?.code||ka.GENERAL,errorMessage:o,value:e,reason:Jf.ERROR,flagMetadata:Object.freeze(n),flagKey:t}}},wo=Symbol.for("@openfeature/web-sdk/api"),Lo=globalThis,bh=class Kr extends sh{constructor(){super("client"),this._statusEnumType=Lt,this._apiEmitter=new Oo,this._defaultProvider=new zr(Do,Lt.NOT_READY,this._statusEnumType),this._domainScopedProviders=new Map,this._createEventEmitter=()=>new Oo}static getInstance(){const e=Lo[wo];if(e)return e;const r=new Kr;return Lo[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=Ce(o?r:e),i=Ce(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=Ce(o?r:e),i=Ce(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=Ce(e))!=null?n:Ce(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,h])=>(d.push({domain:u,wrapper:h}),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 Nh(()=>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 Eh(Kr.prototype,this,"clearProvidersAndSetDefault").call(this,Do),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 h=r.provider.onContextChange(n,o);h&&typeof h?.then=="function"&&(r.incrementPendingContextChanges(),r.status=this._statusEnumType.RECONCILING,this.getAssociatedEventEmitters(e).forEach(f=>{f?.emit(Pe.Reconciling,{domain:e,providerName:u})}),(s=this._apiEmitter)==null||s.emit(Pe.Reconciling,{domain:e,providerName:u}),yield h,r.decrementPendingContextChanges())}r.status=this._statusEnumType.READY,r.allContextChangesSettled&&(this.getAssociatedEventEmitters(e).forEach(h=>{h?.emit(Pe.ContextChanged,{clientName:e,domain:e,providerName:u})}),(l=this._apiEmitter)==null||l.emit(Pe.ContextChanged,{clientName:e,domain:e,providerName:u}))}catch(h){if(r.decrementPendingContextChanges(),r.status=this._statusEnumType.ERROR,r.allContextChangesSettled){const f=h,m=`Error running ${u}'s context change handler: ${f?.message}`;(c=this._logger)==null||c.error(`${m}`,h),this.getAssociatedEventEmitters(e).forEach(_=>{_?.emit(Pe.Error,{clientName:e,domain:e,providerName:u,message:m})}),(d=this._apiEmitter)==null||d.emit(Pe.Error,{clientName:e,domain:e,providerName:u,message:m})}}})}},Qa=bh.getInstance();class xh{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 Rh(t){const e=typeof window<"u"?new URLSearchParams(window.location.search):new URLSearchParams,r=new xh(e);await Qa.setProviderAndWait(r)}async function Dh(){const t=Qa.getClient();return Promise.resolve(t.getBooleanValue("FEATURE_DUAL_ACTION_CREATE_ENABLED",!1))}let Wr;function Oh(t){Wr=t}async function bp(){return await Wr?.clear(),!!Wr}async function wh(t){const e=await Ff(),r=[e,...t];return Yr([e,...t]),r}async function Lh(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:Us(),system:!0}],triggers:[]})}catch(o){de.error("Error adding remote drive",o)}}async function Ph(){if(window.ph||(window.ph={}),window.ph.reactor||window.ph.loading)return;window.ph.loading=!0,vs(),await Rh();const t=await Es(),e=await t.did(),r=ys(e,ft.routerBasename),n=kd(ft.routerBasename);Oh(n);const o=await Uf(),a=await wh(o),i=a.flatMap(w=>w.modules.documentModelModules).filter(w=>w!==void 0),s=await Dh(),l=_s(),c=jd(i,n,{...l,featureFlags:{enableDualActionCreate:s}});await Cs(c,r,t);const d=Ss(c),u=new Oi(c.listeners,c);let h=await Sn(c);const f=Th(),m=f?await Lh(f,c,h):void 0;m&&(h=await Sn(c));const _=window.location.pathname,N=m?.header.slug??Ns(_),C=m?"":bs(_),b=Ah();await xs(b,c,r,t),Rs(ft),Ds(c),Os(d),ws(t),Ls(e),Ps(r),As(u),Ts(h),Yr(a),bt(N),Bo(C),c.on("defaultRemoteDrive",(...w)=>{de.verbose("defaultRemoteDrive",...w),at(c).catch(de.error)}),c.on("clientStrandsError",(...w)=>{de.verbose("clientStrandsError",...w),at(c).catch(de.error)}),c.on("driveAdded",(...w)=>{de.verbose("driveAdded",...w),u.registerDrive(w[0].header.id).catch(de.error),at(c).catch(de.error)}),c.on("driveDeleted",(...w)=>{de.verbose("driveDeleted",...w),at(c).catch(de.error)}),c.on("documentModelModules",(...w)=>{de.verbose("documentModelModules",...w),at(c).catch(de.error)}),c.on("driveOperationsAdded",(...w)=>{de.verbose("driveOperationsAdded",...w),at(c).catch(de.error)}),window.ph.loading=!1}function Ah(){const e=new URLSearchParams(window.location.search).get("user");return e?decodeURIComponent(e):void 0}function Th(){const e=new URLSearchParams(window.location.search).get("driveUrl");return e?decodeURIComponent(e):void 0}function Ih(){const t=Jr();g.useEffect(()=>{let e=null;if(t){const{credential:r,...n}=t;e={id:n.did,username:n.ens?.name,...n}}Gs(e)},[t])}function kh(){return y.jsx("div",{className:"h-screen bg-white",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(Zh,{}),y.jsx("div",{className:"relative flex-1 overflow-auto",children:y.jsx(Uu,{})})]})})})}function jh(){const[t]=zo(),e=$o(),[r]=Gr();g.useEffect(()=>{r||Is(fl)},[r]),g.useEffect(()=>{t||ks(hl)},[t]);const n=!r&&!t&&!e;return y.jsx(Hh,{children:n?y.jsx(Fh,{}):y.jsx(uf,{})})}function Hh({children:t}){return y.jsx("div",{className:"flex h-full flex-col overflow-auto",id:"content-view",children:t})}function Mh({drive:t}){const r=Vo(t.header.meta?.preferredEditor)?.name||"Drive Explorer App";return y.jsx(Ui,{title:t.state.global.name,description:r,icon:y.jsx(Ta,{drive:t}),onClick:()=>bt(t)},t.header.id)}function Fh(){const t=Ko(),e=ce;return y.jsxs(jo,{children:[t?.map(r=>y.jsx(Mh,{drive:r},r.header.id)),e.drives.addDriveEnabled&&y.jsx(Vi,{})]})}const Bh=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"})))),Vh=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"})),Uh="https://apps.powerhouse.io/sky-atlas/staging/switchboard",$h=2e3;function zh(){const{search:t}=dr();return g.useMemo(()=>{const r=new URLSearchParams(t).get("reactorUrl")??Uh;return r.endsWith("/")?r:`${r}/`},[t])}async function Kh(t,e){const r=$s`
15
- mutation ForkAtlas($docId: PHID) {
16
- ForkAtlas(docId: $docId)
17
- }
18
- `;return await zs(`${e}graphql`,r,{docId:t})}function Wh(){const t=g.useRef("initial"),e=js(),{documentId:r}=Ou(),n=zh(),o=bu(),[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),Zr("Error forking Atlas",{type:"error"}))},[s]);async function h(_){const C=(await Kh(_,n)).ForkAtlas;t.current="forked",i(C)}const f=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 Nn(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)},$h)}catch(C){t.current="error",d(!1),l(C)}},[Nn,o,n]);return g.useEffect(()=>{!r||t.current!=="initial"||(t.current="forking",h(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(Bh,{})}),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(Wo,{onClick:u?window.location.reload.bind(window.location):f,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(Vh,{className:"animate-spin"}),"Loading"]}):"Continue"})]})})]})})}function Yh(t){const e=ce.routerBasename;return Yu(t,{basename:e,future:{v7_fetcherPersist:!0,v7_relativeSplatPath:!0}})}function Gh(){const t=[{index:!0,path:"d?/:driveId?/*?",element:y.jsx(g.Suspense,{name:"Drive",children:y.jsx(jh,{})})},{path:"import/:documentId",element:y.jsx(g.Suspense,{name:"AtlasImport",children:y.jsx(Wh,{})})}];return[{element:y.jsx(g.Suspense,{name:"RouteRoot",children:y.jsx(kh,{})}),children:t}]}const Jh=Gh(),Xh=Yh(Jh),qh=()=>y.jsx(rd,{router:Xh});function Zh(){const t=Jr(),e=Ko(),[r]=zo(),n=localStorage.getItem("CONNECT_DEBUG")==="true",o=()=>{et({type:"settings"})},a=()=>{et({type:"addDrive"})},i=y.jsxs("div",{className:"flex h-full items-center",children:[y.jsx(Tr,{name:"Connect",className:"!h-[30px] !w-[100px] cursor-pointer",onClick:()=>bt(void 0)}),n&&y.jsx("button",{"aria-label":"Home",id:"connect-debug-button",className:"ml-6",onClick:()=>et({type:"debugSettings"}),children:y.jsx("img",{src:"settings.png",className:"h-5 text-gray-600"})})]}),s=t?.address?`https://etherscan.io/address/${t.address}`:"";return y.jsx(ko,{id:"sidebar",onClick:()=>bt(void 0),onClickSettings:o,headerContent:i,address:t?.address,onLogin:Ms,onDisconnect:Hs,etherscanUrl:s,children:y.jsxs(an,{fallback:y.jsx("div",{className:"text-center",children:"There was an error loading drives"}),onError:de.error,children:[e?.map((l,c)=>y.jsx($i,{title:l.header.name,onClick:()=>bt(l),active:r?.header.id===l.header.id,icon:y.jsx(Ta,{drive:l})},c)),ce.drives.addDriveEnabled&&y.jsx(zi,{onClick:a})]})})}const Qh=g.lazy(async()=>(await Ph(),{default:({children:t})=>(yl(),Ih(),Cc(),t)})),ep=()=>y.jsxs(g.StrictMode,{children:[y.jsx(g.Suspense,{fallback:y.jsx($d,{}),name:"AppLoader",children:y.jsx(Qh,{children:y.jsx(Wd,{})})}),y.jsx(g.Suspense,{name:"CookieBanner",children:y.jsx(of,{})}),y.jsx(Of,{})]});Js.createRoot(document.getElementById("root")).render(y.jsx(ep,{}));export{hc as T,Sp as a,ce as b,bp as c,_p as d,Np as e,Cp as r,Bd as s,Zr as t,sa as u};
@@ -1 +0,0 @@
1
- import{j as l}from"./document_model_editor-lmHQ6HZy.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-D4Uas2SG.js";import{r as Q}from"./sentry_react-cODD7zWc.js";import"./graphql-BS4Brs_E.js";import"./drive_explorer-d0kn77Nx.js";import"./react/jsx-runtime-DldvXD6N.js";import"./document_model-DXcLJEjZ.js";import"./zod-C6yxFxyo.js";import"./react-DQSxOgtG.js";import"./design_system-DGYPpUGa.js";import"./tailwind_merge-Dr4f9Rms.js";import"./reactor_browser-BGn_P-dn.js";import"./document_drive-BEIKnuGM.js";import"./config-CU-aFfVJ.js";import"./react-dom-D6zQJsh6.js";import"./design_system_connect-Vb8XBnLs.js";import"./design_system_ui-Dnwc_Xm9.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};