@dxos/plugin-debug 0.8.4-main.c85a9c8dae → 0.8.4-main.dfabb4ec29

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 (198) hide show
  1. package/dist/lib/{browser/DebugGraph-7HXJ2PS2.mjs → neutral/DebugGraph-G4FWS57E.mjs} +4 -5
  2. package/dist/lib/neutral/DebugGraph-G4FWS57E.mjs.map +7 -0
  3. package/dist/lib/neutral/DebugObjectPanel-UJ63CV25.mjs +59 -0
  4. package/dist/lib/neutral/DebugObjectPanel-UJ63CV25.mjs.map +7 -0
  5. package/dist/lib/neutral/DebugPlugin.mjs +47 -0
  6. package/dist/lib/neutral/DebugPlugin.mjs.map +7 -0
  7. package/dist/lib/neutral/DebugPlugin.node.mjs +18 -0
  8. package/dist/lib/neutral/DebugPlugin.node.mjs.map +7 -0
  9. package/dist/lib/neutral/DebugSettings-Z3XADRNK.mjs +224 -0
  10. package/dist/lib/neutral/DebugSettings-Z3XADRNK.mjs.map +7 -0
  11. package/dist/lib/{browser/DebugSpaceObjectsPanel-7NRPLWZ4.mjs → neutral/DebugSpaceObjectsPanel-NISULU6U.mjs} +10 -26
  12. package/dist/lib/neutral/DebugSpaceObjectsPanel-NISULU6U.mjs.map +7 -0
  13. package/dist/lib/{browser/DebugStatus-COQGH37G.mjs → neutral/DebugStatus-YB3KFP7G.mjs} +35 -39
  14. package/dist/lib/neutral/DebugStatus-YB3KFP7G.mjs.map +7 -0
  15. package/dist/lib/{browser/DevtoolsOverviewContainer-C75NFVER.mjs → neutral/DevtoolsOverviewContainer-YX7Z3D2H.mjs} +9 -6
  16. package/dist/lib/neutral/DevtoolsOverviewContainer-YX7Z3D2H.mjs.map +7 -0
  17. package/dist/lib/neutral/SpaceGenerator-UBYB4NPD.mjs +143 -0
  18. package/dist/lib/neutral/SpaceGenerator-UBYB4NPD.mjs.map +7 -0
  19. package/dist/lib/{browser/Wireframe-KAGOKEFW.mjs → neutral/Wireframe-7SNRUKET.mjs} +8 -9
  20. package/dist/lib/neutral/Wireframe-7SNRUKET.mjs.map +7 -0
  21. package/dist/lib/{browser/app-graph-builder-LGUQNXHD.mjs → neutral/app-graph-builder-YPYHL2K5.mjs} +210 -258
  22. package/dist/lib/neutral/app-graph-builder-YPYHL2K5.mjs.map +7 -0
  23. package/dist/lib/neutral/capabilities/index.mjs +15 -0
  24. package/dist/lib/neutral/capabilities/index.mjs.map +7 -0
  25. package/dist/lib/{browser/chunk-A5H5GRV6.mjs → neutral/chunk-3OGPOE7H.mjs} +2 -2
  26. package/dist/lib/{browser/chunk-A5H5GRV6.mjs.map → neutral/chunk-3OGPOE7H.mjs.map} +3 -3
  27. package/dist/lib/neutral/chunk-J5LGTIGS.mjs +10 -0
  28. package/dist/lib/neutral/chunk-J5LGTIGS.mjs.map +7 -0
  29. package/dist/lib/{browser/chunk-4UFQXPP7.mjs → neutral/chunk-NFIOTQRZ.mjs} +23 -12
  30. package/dist/lib/neutral/chunk-NFIOTQRZ.mjs.map +7 -0
  31. package/dist/lib/{browser/SpaceGenerator-SWSGJEEL.mjs → neutral/components/index.mjs} +60 -253
  32. package/dist/lib/neutral/components/index.mjs.map +7 -0
  33. package/dist/lib/neutral/containers/index.mjs +21 -0
  34. package/dist/lib/neutral/containers/index.mjs.map +7 -0
  35. package/dist/lib/neutral/index.mjs +18 -0
  36. package/dist/lib/neutral/index.mjs.map +7 -0
  37. package/dist/lib/neutral/meta.json +1 -0
  38. package/dist/lib/neutral/meta.mjs +8 -0
  39. package/dist/lib/neutral/meta.mjs.map +7 -0
  40. package/dist/lib/neutral/plugin.mjs +12 -0
  41. package/dist/lib/neutral/plugin.mjs.map +7 -0
  42. package/dist/lib/{browser/react-context-I3USIAF6.mjs → neutral/react-context-MUZ3KVLU.mjs} +6 -6
  43. package/dist/lib/neutral/react-context-MUZ3KVLU.mjs.map +7 -0
  44. package/dist/lib/{browser/react-surface-BTVNKKVQ.mjs → neutral/react-surface-NH2H63KW.mjs} +153 -176
  45. package/dist/lib/neutral/react-surface-NH2H63KW.mjs.map +7 -0
  46. package/dist/lib/{browser/settings-SLTQJJNF.mjs → neutral/settings-MPM6YUP4.mjs} +7 -11
  47. package/dist/lib/neutral/settings-MPM6YUP4.mjs.map +7 -0
  48. package/dist/lib/neutral/translations.mjs +83 -0
  49. package/dist/lib/neutral/translations.mjs.map +7 -0
  50. package/dist/lib/neutral/types/index.mjs +14 -0
  51. package/dist/lib/neutral/types/index.mjs.map +7 -0
  52. package/dist/types/src/DebugPlugin.d.ts +2 -5
  53. package/dist/types/src/DebugPlugin.d.ts.map +1 -1
  54. package/dist/types/src/DebugPlugin.node.d.ts +5 -0
  55. package/dist/types/src/DebugPlugin.node.d.ts.map +1 -0
  56. package/dist/types/src/DebugPlugin.test.d.ts +2 -0
  57. package/dist/types/src/DebugPlugin.test.d.ts.map +1 -0
  58. package/dist/types/src/capabilities/app-graph-builder.d.ts.map +1 -0
  59. package/dist/types/src/capabilities/index.d.ts +11 -4
  60. package/dist/types/src/capabilities/index.d.ts.map +1 -1
  61. package/dist/types/src/capabilities/react-context.d.ts.map +1 -0
  62. package/dist/types/src/capabilities/{react-surface/react-surface.d.ts → react-surface.d.ts} +2 -2
  63. package/dist/types/src/capabilities/react-surface.d.ts.map +1 -0
  64. package/dist/types/src/capabilities/{settings/settings.d.ts → settings.d.ts} +2 -1
  65. package/dist/types/src/capabilities/settings.d.ts.map +1 -0
  66. package/dist/types/src/components/DebugSettings/DebugSettings.d.ts +11 -0
  67. package/dist/types/src/components/DebugSettings/DebugSettings.d.ts.map +1 -0
  68. package/dist/types/src/components/DebugSettings/DebugSettings.stories.d.ts +99 -0
  69. package/dist/types/src/components/DebugSettings/DebugSettings.stories.d.ts.map +1 -0
  70. package/dist/types/src/components/DebugSettings/index.d.ts +2 -0
  71. package/dist/types/src/components/DebugSettings/index.d.ts.map +1 -0
  72. package/dist/types/src/components/SchemaTable/SchemaTable.d.ts.map +1 -1
  73. package/dist/types/src/components/SpaceGenerator/ObjectGenerator.d.ts +2 -2
  74. package/dist/types/src/components/SpaceGenerator/ObjectGenerator.d.ts.map +1 -1
  75. package/dist/types/src/components/SpaceGenerator/draw-util.d.ts.map +1 -1
  76. package/dist/types/src/components/SpaceGenerator/presets.d.ts.map +1 -1
  77. package/dist/types/src/components/index.d.ts +2 -0
  78. package/dist/types/src/components/index.d.ts.map +1 -1
  79. package/dist/types/src/containers/DebugGraph/DebugGraph.d.ts +2 -2
  80. package/dist/types/src/containers/DebugGraph/DebugGraph.d.ts.map +1 -1
  81. package/dist/types/src/containers/DebugGraph/index.d.ts +1 -2
  82. package/dist/types/src/containers/DebugGraph/index.d.ts.map +1 -1
  83. package/dist/types/src/containers/DebugObjectPanel/DebugObjectPanel.d.ts +3 -4
  84. package/dist/types/src/containers/DebugObjectPanel/DebugObjectPanel.d.ts.map +1 -1
  85. package/dist/types/src/containers/DebugObjectPanel/index.d.ts +1 -2
  86. package/dist/types/src/containers/DebugObjectPanel/index.d.ts.map +1 -1
  87. package/dist/types/src/containers/DebugSpaceObjectsPanel/DebugSpaceObjectsPanel.d.ts +3 -1
  88. package/dist/types/src/containers/DebugSpaceObjectsPanel/DebugSpaceObjectsPanel.d.ts.map +1 -1
  89. package/dist/types/src/containers/DebugSpaceObjectsPanel/index.d.ts +1 -2
  90. package/dist/types/src/containers/DebugSpaceObjectsPanel/index.d.ts.map +1 -1
  91. package/dist/types/src/containers/DebugStatus/DebugStatus.d.ts.map +1 -1
  92. package/dist/types/src/containers/DebugStatus/index.d.ts +1 -2
  93. package/dist/types/src/containers/DebugStatus/index.d.ts.map +1 -1
  94. package/dist/types/src/containers/DevtoolsOverviewContainer/DevtoolsOverviewContainer.d.ts.map +1 -1
  95. package/dist/types/src/containers/DevtoolsOverviewContainer/index.d.ts +1 -2
  96. package/dist/types/src/containers/DevtoolsOverviewContainer/index.d.ts.map +1 -1
  97. package/dist/types/src/containers/SpaceGenerator/SpaceGenerator.d.ts +3 -1
  98. package/dist/types/src/containers/SpaceGenerator/SpaceGenerator.d.ts.map +1 -1
  99. package/dist/types/src/containers/SpaceGenerator/index.d.ts +1 -2
  100. package/dist/types/src/containers/SpaceGenerator/index.d.ts.map +1 -1
  101. package/dist/types/src/containers/Wireframe/Wireframe.d.ts.map +1 -1
  102. package/dist/types/src/containers/Wireframe/index.d.ts +1 -2
  103. package/dist/types/src/containers/Wireframe/index.d.ts.map +1 -1
  104. package/dist/types/src/containers/index.d.ts +0 -1
  105. package/dist/types/src/containers/index.d.ts.map +1 -1
  106. package/dist/types/src/index.d.ts +1 -1
  107. package/dist/types/src/index.d.ts.map +1 -1
  108. package/dist/types/src/plugin.d.ts +4 -0
  109. package/dist/types/src/plugin.d.ts.map +1 -0
  110. package/dist/types/src/translations.d.ts +80 -61
  111. package/dist/types/src/translations.d.ts.map +1 -1
  112. package/dist/types/src/types/Settings.d.ts +8 -0
  113. package/dist/types/src/types/Settings.d.ts.map +1 -0
  114. package/dist/types/src/types/index.d.ts +69 -0
  115. package/dist/types/src/types/index.d.ts.map +1 -0
  116. package/dist/types/tsconfig.tsbuildinfo +1 -1
  117. package/package.json +115 -64
  118. package/src/DebugPlugin.node.ts +18 -0
  119. package/src/DebugPlugin.test.ts +29 -0
  120. package/src/DebugPlugin.tsx +9 -11
  121. package/src/capabilities/app-graph-builder.ts +405 -0
  122. package/src/capabilities/index.ts +6 -4
  123. package/src/capabilities/{react-context/react-context.tsx → react-context.tsx} +7 -2
  124. package/src/capabilities/{react-surface/react-surface.tsx → react-surface.tsx} +169 -158
  125. package/src/capabilities/{settings/settings.ts → settings.ts} +4 -4
  126. package/src/components/DebugSettings/DebugSettings.stories.tsx +36 -0
  127. package/src/components/DebugSettings/DebugSettings.tsx +262 -0
  128. package/src/components/DebugSettings/index.ts +5 -0
  129. package/src/components/SpaceGenerator/ObjectGenerator.tsx +13 -15
  130. package/src/components/SpaceGenerator/draw-util.ts +8 -8
  131. package/src/components/SpaceGenerator/presets.ts +28 -50
  132. package/src/components/index.ts +4 -0
  133. package/src/containers/DebugGraph/DebugGraph.tsx +3 -2
  134. package/src/containers/DebugGraph/index.ts +1 -3
  135. package/src/containers/DebugObjectPanel/DebugObjectPanel.tsx +47 -16
  136. package/src/containers/DebugObjectPanel/index.ts +1 -3
  137. package/src/containers/DebugSpaceObjectsPanel/DebugSpaceObjectsPanel.tsx +10 -23
  138. package/src/containers/DebugSpaceObjectsPanel/index.ts +1 -3
  139. package/src/containers/DebugStatus/DebugStatus.tsx +41 -19
  140. package/src/containers/DebugStatus/index.ts +1 -3
  141. package/src/containers/DevtoolsOverviewContainer/DevtoolsOverviewContainer.tsx +8 -1
  142. package/src/containers/DevtoolsOverviewContainer/index.ts +1 -3
  143. package/src/containers/SpaceGenerator/SpaceGenerator.tsx +102 -103
  144. package/src/containers/SpaceGenerator/index.ts +1 -3
  145. package/src/containers/Wireframe/Wireframe.tsx +2 -6
  146. package/src/containers/Wireframe/index.ts +1 -3
  147. package/src/containers/index.ts +0 -1
  148. package/src/index.ts +1 -1
  149. package/src/meta.ts +1 -1
  150. package/src/plugin.ts +10 -0
  151. package/src/translations.ts +75 -60
  152. package/src/types/Settings.ts +16 -0
  153. package/src/{types.ts → types/index.ts} +15 -14
  154. package/dist/lib/browser/DebugGraph-7HXJ2PS2.mjs.map +0 -7
  155. package/dist/lib/browser/DebugObjectPanel-3TCDNUNW.mjs +0 -33
  156. package/dist/lib/browser/DebugObjectPanel-3TCDNUNW.mjs.map +0 -7
  157. package/dist/lib/browser/DebugSettings-JZMIUDYB.mjs +0 -174
  158. package/dist/lib/browser/DebugSettings-JZMIUDYB.mjs.map +0 -7
  159. package/dist/lib/browser/DebugSpaceObjectsPanel-7NRPLWZ4.mjs.map +0 -7
  160. package/dist/lib/browser/DebugStatus-COQGH37G.mjs.map +0 -7
  161. package/dist/lib/browser/DevtoolsOverviewContainer-C75NFVER.mjs.map +0 -7
  162. package/dist/lib/browser/SpaceGenerator-SWSGJEEL.mjs.map +0 -7
  163. package/dist/lib/browser/Wireframe-KAGOKEFW.mjs.map +0 -7
  164. package/dist/lib/browser/app-graph-builder-LGUQNXHD.mjs.map +0 -7
  165. package/dist/lib/browser/chunk-4UFQXPP7.mjs.map +0 -7
  166. package/dist/lib/browser/index.mjs +0 -132
  167. package/dist/lib/browser/index.mjs.map +0 -7
  168. package/dist/lib/browser/meta.json +0 -1
  169. package/dist/lib/browser/react-context-I3USIAF6.mjs.map +0 -7
  170. package/dist/lib/browser/react-surface-BTVNKKVQ.mjs.map +0 -7
  171. package/dist/lib/browser/settings-SLTQJJNF.mjs.map +0 -7
  172. package/dist/types/src/capabilities/app-graph-builder/app-graph-builder.d.ts.map +0 -1
  173. package/dist/types/src/capabilities/app-graph-builder/index.d.ts +0 -3
  174. package/dist/types/src/capabilities/app-graph-builder/index.d.ts.map +0 -1
  175. package/dist/types/src/capabilities/react-context/index.d.ts +0 -7
  176. package/dist/types/src/capabilities/react-context/index.d.ts.map +0 -1
  177. package/dist/types/src/capabilities/react-context/react-context.d.ts.map +0 -1
  178. package/dist/types/src/capabilities/react-surface/index.d.ts +0 -5
  179. package/dist/types/src/capabilities/react-surface/index.d.ts.map +0 -1
  180. package/dist/types/src/capabilities/react-surface/react-surface.d.ts.map +0 -1
  181. package/dist/types/src/capabilities/settings/index.d.ts +0 -3
  182. package/dist/types/src/capabilities/settings/index.d.ts.map +0 -1
  183. package/dist/types/src/capabilities/settings/settings.d.ts.map +0 -1
  184. package/dist/types/src/containers/DebugSettings/DebugSettings.d.ts +0 -10
  185. package/dist/types/src/containers/DebugSettings/DebugSettings.d.ts.map +0 -1
  186. package/dist/types/src/containers/DebugSettings/index.d.ts +0 -3
  187. package/dist/types/src/containers/DebugSettings/index.d.ts.map +0 -1
  188. package/dist/types/src/types.d.ts +0 -68
  189. package/dist/types/src/types.d.ts.map +0 -1
  190. package/src/capabilities/app-graph-builder/app-graph-builder.ts +0 -441
  191. package/src/capabilities/app-graph-builder/index.ts +0 -7
  192. package/src/capabilities/react-context/index.ts +0 -7
  193. package/src/capabilities/react-surface/index.ts +0 -7
  194. package/src/capabilities/settings/index.ts +0 -7
  195. package/src/containers/DebugSettings/DebugSettings.tsx +0 -201
  196. package/src/containers/DebugSettings/index.ts +0 -7
  197. /package/dist/types/src/capabilities/{app-graph-builder/app-graph-builder.d.ts → app-graph-builder.d.ts} +0 -0
  198. /package/dist/types/src/capabilities/{react-context/react-context.d.ts → react-context.d.ts} +0 -0
@@ -0,0 +1,83 @@
1
+ import "./chunk-J5LGTIGS.mjs";
2
+
3
+ // src/translations.ts
4
+ import { translations as introspectTranslations } from "@dxos/react-ui-introspect/translations";
5
+ import { meta } from "#meta";
6
+ var translations = [
7
+ ...introspectTranslations,
8
+ {
9
+ "en-US": {
10
+ [meta.id]: {
11
+ "plugin.name": "Debug",
12
+ "settings.title": "Debug settings",
13
+ "open-devtools.label": "Open DevTools",
14
+ "devtools.label": "DevTools",
15
+ "devtools-overview.label": "Stats",
16
+ "space-objects.label": "Database",
17
+ "debug.label": "Debug",
18
+ "generate-objects.label": "Generate Objects",
19
+ "debug-app-graph.label": "App Graph",
20
+ "debug-tools-explorer.label": "Tools Explorer",
21
+ "settings.wireframe.label": "Show wireframes.",
22
+ "settings.wireframe.description": "Overlay wireframe outlines on UI components for debugging layout.",
23
+ "settings.trace-all.label": "Trace all requests (100% sampling).",
24
+ "settings.trace-all.description": "Override the default 30% sampling rate to capture all traces. Requires page reload to take effect.",
25
+ "settings.tracing-panel.label": "Open tracing panel.",
26
+ "settings.tracing-panel.description": "Open the tracing dashboard to inspect captured spans.",
27
+ "settings.repair.label": "Run repair tool.",
28
+ "settings.repair.description": "Attempt to detect and fix inconsistencies in local data storage.",
29
+ "settings.download-diagnostics.label": "Download diagnostics.",
30
+ "settings.download-diagnostics.description": "Export a JSON file containing client diagnostics for troubleshooting.",
31
+ "settings.download-logs.label": "Download log buffer.",
32
+ "settings.download-logs.description": "Export the in-memory log buffer as an NDJSON file.",
33
+ "settings.uploaded.message": "Settings uploaded.",
34
+ "settings.uploaded.description": "URL copied to clipboard.",
35
+ "settings.choose-storage-adaptor.label": "Storage adaptor (worker reload required).",
36
+ "settings.choose-storage-adaptor.description": "Select the browser storage backend. Changing this requires a worker reload and may make existing data unavailable.",
37
+ "settings.repair-success.message": "Repair succeeded",
38
+ "settings.repair-failed.message": "Repair failed",
39
+ "settings.storage-adaptor.idb.label": "IndexedDB",
40
+ "settings.storage-adaptor.opfs.label": "OPFS",
41
+ "settings.storage-adapter.changed-alert.message": "Warning: Swapping the storage adapter will make your data unavailable.",
42
+ "settings.data-store.label": "Data Store",
43
+ "open-debug-panel.label": "Show Debug",
44
+ "client.label": "Client",
45
+ "config.label": "Config",
46
+ "storage.label": "Storage",
47
+ "logs.label": "Logs",
48
+ "diagnostics.label": "Diagnostics",
49
+ "tracing.label": "Tracing",
50
+ "halo.label": "HALO",
51
+ "identity.label": "Identity",
52
+ "devices.label": "Devices",
53
+ "keyring.label": "Keyring",
54
+ "credentials.label": "Credentials",
55
+ "echo.label": "ECHO",
56
+ "spaces.label": "Spaces",
57
+ "space.label": "Space",
58
+ "feeds.label": "Feeds",
59
+ "objects.label": "Objects",
60
+ "schema.label": "Schema",
61
+ "automerge.label": "Automerge",
62
+ "queues.label": "Queues",
63
+ "members.label": "Members",
64
+ "metadata.label": "Metadata",
65
+ "mesh.label": "MESH",
66
+ "signal.label": "Signal",
67
+ "swarm.label": "Swarm",
68
+ "network.label": "Network",
69
+ "agent.label": "Agent",
70
+ "dashboard.label": "Dashboard",
71
+ "search.label": "Search",
72
+ "edge.label": "EDGE",
73
+ "workflows.label": "Workflows",
74
+ "traces.label": "Traces",
75
+ "testing.label": "Testing"
76
+ }
77
+ }
78
+ }
79
+ ];
80
+ export {
81
+ translations
82
+ };
83
+ //# sourceMappingURL=translations.mjs.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/translations.ts"],
4
+ "sourcesContent": ["//\n// Copyright 2023 DXOS.org\n//\n\nimport { type Resource } from '@dxos/react-ui';\nimport { translations as introspectTranslations } from '@dxos/react-ui-introspect/translations';\n\nimport { meta } from '#meta';\n\nexport const translations = [\n ...introspectTranslations,\n {\n 'en-US': {\n [meta.id]: {\n 'plugin.name': 'Debug',\n 'settings.title': 'Debug settings',\n 'open-devtools.label': 'Open DevTools',\n 'devtools.label': 'DevTools',\n 'devtools-overview.label': 'Stats',\n 'space-objects.label': 'Database',\n 'debug.label': 'Debug',\n 'generate-objects.label': 'Generate Objects',\n 'debug-app-graph.label': 'App Graph',\n 'debug-tools-explorer.label': 'Tools Explorer',\n\n 'settings.wireframe.label': 'Show wireframes.',\n 'settings.wireframe.description': 'Overlay wireframe outlines on UI components for debugging layout.',\n 'settings.trace-all.label': 'Trace all requests (100% sampling).',\n 'settings.trace-all.description':\n 'Override the default 30% sampling rate to capture all traces. Requires page reload to take effect.',\n 'settings.tracing-panel.label': 'Open tracing panel.',\n 'settings.tracing-panel.description': 'Open the tracing dashboard to inspect captured spans.',\n 'settings.repair.label': 'Run repair tool.',\n 'settings.repair.description': 'Attempt to detect and fix inconsistencies in local data storage.',\n 'settings.download-diagnostics.label': 'Download diagnostics.',\n 'settings.download-diagnostics.description':\n 'Export a JSON file containing client diagnostics for troubleshooting.',\n 'settings.download-logs.label': 'Download log buffer.',\n 'settings.download-logs.description': 'Export the in-memory log buffer as an NDJSON file.',\n 'settings.uploaded.message': 'Settings uploaded.',\n 'settings.uploaded.description': 'URL copied to clipboard.',\n 'settings.choose-storage-adaptor.label': 'Storage adaptor (worker reload required).',\n 'settings.choose-storage-adaptor.description':\n 'Select the browser storage backend. Changing this requires a worker reload and may make existing data unavailable.',\n 'settings.repair-success.message': 'Repair succeeded',\n 'settings.repair-failed.message': 'Repair failed',\n\n 'settings.storage-adaptor.idb.label': 'IndexedDB',\n 'settings.storage-adaptor.opfs.label': 'OPFS',\n 'settings.storage-adapter.changed-alert.message':\n 'Warning: Swapping the storage adapter will make your data unavailable.',\n\n 'settings.data-store.label': 'Data Store',\n\n 'open-debug-panel.label': 'Show Debug',\n 'client.label': 'Client',\n 'config.label': 'Config',\n 'storage.label': 'Storage',\n 'logs.label': 'Logs',\n 'diagnostics.label': 'Diagnostics',\n 'tracing.label': 'Tracing',\n 'halo.label': 'HALO',\n 'identity.label': 'Identity',\n 'devices.label': 'Devices',\n 'keyring.label': 'Keyring',\n 'credentials.label': 'Credentials',\n 'echo.label': 'ECHO',\n 'spaces.label': 'Spaces',\n 'space.label': 'Space',\n 'feeds.label': 'Feeds',\n 'objects.label': 'Objects',\n 'schema.label': 'Schema',\n 'automerge.label': 'Automerge',\n 'queues.label': 'Queues',\n 'members.label': 'Members',\n 'metadata.label': 'Metadata',\n 'mesh.label': 'MESH',\n 'signal.label': 'Signal',\n 'swarm.label': 'Swarm',\n 'network.label': 'Network',\n 'agent.label': 'Agent',\n 'dashboard.label': 'Dashboard',\n 'search.label': 'Search',\n 'edge.label': 'EDGE',\n 'workflows.label': 'Workflows',\n 'traces.label': 'Traces',\n 'testing.label': 'Testing',\n },\n },\n },\n] as const satisfies Resource[];\n"],
5
+ "mappings": ";;;AAKA,SAASA,gBAAgBC,8BAA8B;AAEvD,SAASC,YAAY;AAEd,IAAMF,eAAe;KACvBC;EACH;IACE,SAAS;MACP,CAACC,KAAKC,EAAE,GAAG;QACT,eAAe;QACf,kBAAkB;QAClB,uBAAuB;QACvB,kBAAkB;QAClB,2BAA2B;QAC3B,uBAAuB;QACvB,eAAe;QACf,0BAA0B;QAC1B,yBAAyB;QACzB,8BAA8B;QAE9B,4BAA4B;QAC5B,kCAAkC;QAClC,4BAA4B;QAC5B,kCACE;QACF,gCAAgC;QAChC,sCAAsC;QACtC,yBAAyB;QACzB,+BAA+B;QAC/B,uCAAuC;QACvC,6CACE;QACF,gCAAgC;QAChC,sCAAsC;QACtC,6BAA6B;QAC7B,iCAAiC;QACjC,yCAAyC;QACzC,+CACE;QACF,mCAAmC;QACnC,kCAAkC;QAElC,sCAAsC;QACtC,uCAAuC;QACvC,kDACE;QAEF,6BAA6B;QAE7B,0BAA0B;QAC1B,gBAAgB;QAChB,gBAAgB;QAChB,iBAAiB;QACjB,cAAc;QACd,qBAAqB;QACrB,iBAAiB;QACjB,cAAc;QACd,kBAAkB;QAClB,iBAAiB;QACjB,iBAAiB;QACjB,qBAAqB;QACrB,cAAc;QACd,gBAAgB;QAChB,eAAe;QACf,eAAe;QACf,iBAAiB;QACjB,gBAAgB;QAChB,mBAAmB;QACnB,gBAAgB;QAChB,iBAAiB;QACjB,kBAAkB;QAClB,cAAc;QACd,gBAAgB;QAChB,eAAe;QACf,iBAAiB;QACjB,eAAe;QACf,mBAAmB;QACnB,gBAAgB;QAChB,cAAc;QACd,mBAAmB;QACnB,gBAAgB;QAChB,iBAAiB;MACnB;IACF;EACF;;",
6
+ "names": ["translations", "introspectTranslations", "meta", "id"]
7
+ }
@@ -0,0 +1,14 @@
1
+ import {
2
+ DebugCapabilities,
3
+ DebugContext,
4
+ Devtools,
5
+ Settings_exports
6
+ } from "../chunk-NFIOTQRZ.mjs";
7
+ import "../chunk-J5LGTIGS.mjs";
8
+ export {
9
+ DebugCapabilities,
10
+ DebugContext,
11
+ Devtools,
12
+ Settings_exports as Settings
13
+ };
14
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": [],
4
+ "sourcesContent": [],
5
+ "mappings": "",
6
+ "names": []
7
+ }
@@ -1,8 +1,5 @@
1
1
  import { Plugin } from '@dxos/app-framework';
2
- import { type LogBuffer } from '@dxos/log';
3
- export type DebugPluginOptions = {
4
- /** Shared log buffer for capturing and downloading logs. */
5
- logBuffer: LogBuffer;
6
- };
2
+ import { type DebugPluginOptions } from '#types';
7
3
  export declare const DebugPlugin: Plugin.PluginFactory<DebugPluginOptions>;
4
+ export default DebugPlugin;
8
5
  //# sourceMappingURL=DebugPlugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DebugPlugin.d.ts","sourceRoot":"","sources":["../../../src/DebugPlugin.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAgC,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAE3E,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,WAAW,CAAC;AAO3C,MAAM,MAAM,kBAAkB,GAAG;IAC/B,4DAA4D;IAC5D,SAAS,EAAE,SAAS,CAAC;CACtB,CAAC;AAGF,eAAO,MAAM,WAAW,0CAgBvB,CAAC"}
1
+ {"version":3,"file":"DebugPlugin.d.ts","sourceRoot":"","sources":["../../../src/DebugPlugin.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAgC,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAO3E,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,QAAQ,CAAC;AAIjD,eAAO,MAAM,WAAW,0CAgBvB,CAAC;eAkBa,WAAW"}
@@ -0,0 +1,5 @@
1
+ import { Plugin } from '@dxos/app-framework';
2
+ import { type DebugPluginOptions } from '#types';
3
+ export declare const DebugPlugin: Plugin.PluginFactory<DebugPluginOptions>;
4
+ export default DebugPlugin;
5
+ //# sourceMappingURL=DebugPlugin.node.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DebugPlugin.node.d.ts","sourceRoot":"","sources":["../../../src/DebugPlugin.node.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAK7C,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,QAAQ,CAAC;AAEjD,eAAO,MAAM,WAAW,0CAIvB,CAAC;eAEa,WAAW"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=DebugPlugin.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DebugPlugin.test.d.ts","sourceRoot":"","sources":["../../../src/DebugPlugin.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app-graph-builder.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/app-graph-builder.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAGjD,OAAO,EAAE,YAAY,EAAqB,MAAM,oBAAoB,CAAC"}
@@ -1,5 +1,12 @@
1
- export * from './app-graph-builder';
2
- export * from './react-context';
3
- export * from './react-surface';
4
- export * from './settings';
1
+ import { Capability } from '@dxos/app-framework';
2
+ export declare const AppGraphBuilder: Capability.LazyCapability<void, Capability.Capability<Capability.InterfaceDef<import("@dxos/app-graph").BuilderExtensions>>, Error>;
3
+ export declare const ReactContext: Capability.LazyCapability<void, Capability.Capability<Capability.InterfaceDef<Readonly<{
4
+ id: string;
5
+ dependsOn?: string[];
6
+ context: import("react").FC<import("react").PropsWithChildren>;
7
+ }>>>, Error>;
8
+ export declare const ReactSurface: Capability.LazyCapability<{
9
+ logStore?: import("@dxos/log-store-idb").IdbLogStore;
10
+ }, Capability.Capability<Capability.InterfaceDef<import("@dxos/app-framework/Capabilities").ReactSurface>>, Error>;
11
+ export declare const DebugSettings: Capability.LazyCapability<void, [Capability.Capability<Capability.InterfaceDef<import("@effect-atom/atom/Atom").Writable<import("../types/Settings").Settings, import("../types/Settings").Settings>>>, Capability.Capability<Capability.InterfaceDef<import("@dxos/app-toolkit").AppCapabilities.Settings>>], Error>;
5
12
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/index.ts"],"names":[],"mappings":"AAIA,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjD,eAAO,MAAM,eAAe,qIAA0E,CAAC;AACvG,eAAO,MAAM,YAAY;;;;YAAmE,CAAC;AAC7F,eAAO,MAAM,YAAY;;kHAAmE,CAAC;AAC7F,eAAO,MAAM,aAAa,uTAA+D,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"react-context.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/react-context.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAgB,UAAU,EAAE,MAAM,qBAAqB,CAAC"}
@@ -1,8 +1,8 @@
1
1
  import * as Effect from 'effect/Effect';
2
2
  import { Capabilities, Capability } from '@dxos/app-framework';
3
- import { type LogBuffer } from '@dxos/log';
3
+ import { type IdbLogStore } from '@dxos/log-store-idb';
4
4
  type ReactSurfaceOptions = {
5
- logBuffer: LogBuffer;
5
+ logStore?: IdbLogStore;
6
6
  };
7
7
  declare const _default: (props: ReactSurfaceOptions) => Effect.Effect<Capability.Capability<Capability.InterfaceDef<Capabilities.ReactSurface>>, never, Capability.Service>;
8
8
  export default _default;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"react-surface.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/react-surface.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAiC/D,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAyCvD,KAAK,mBAAmB,GAAG;IACzB,QAAQ,CAAC,EAAE,WAAW,CAAC;CACxB,CAAC"}
@@ -1,6 +1,7 @@
1
1
  import * as Effect from 'effect/Effect';
2
2
  import { Capability } from '@dxos/app-framework';
3
3
  import { AppCapabilities } from '@dxos/app-toolkit';
4
- declare const _default: (props: void) => Effect.Effect<[Capability.Capability<Capability.InterfaceDef<import("@effect-atom/atom/Atom").Writable<import("../../types").DebugSettingsProps, import("../../types").DebugSettingsProps>>>, Capability.Capability<Capability.InterfaceDef<AppCapabilities.Settings>>], never, never>;
4
+ import { Settings } from '#types';
5
+ declare const _default: (props: void) => Effect.Effect<[Capability.Capability<Capability.InterfaceDef<import("@effect-atom/atom/Atom").Writable<Settings.Settings, Settings.Settings>>>, Capability.Capability<Capability.InterfaceDef<AppCapabilities.Settings>>], never, never>;
5
6
  export default _default;
6
7
  //# sourceMappingURL=settings.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/settings.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAIpD,OAAO,EAAqB,QAAQ,EAAE,MAAM,QAAQ,CAAC"}
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { AppCapabilities } from '@dxos/app-toolkit';
3
+ import { type AppSurface } from '@dxos/app-toolkit/ui';
4
+ import { type IdbLogStore } from '@dxos/log-store-idb';
5
+ import { type Settings } from '#types';
6
+ export type DebugSettingsProps = AppSurface.SettingsArticleProps<Settings.Settings, {
7
+ logStore: IdbLogStore;
8
+ onUpload?: AppCapabilities.FileUploader;
9
+ }>;
10
+ export declare const DebugSettings: ({ settings, onSettingsChange, logStore, onUpload }: DebugSettingsProps) => React.JSX.Element;
11
+ //# sourceMappingURL=DebugSettings.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DebugSettings.d.ts","sourceRoot":"","sources":["../../../../../src/components/DebugSettings/DebugSettings.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAoD,MAAM,OAAO,CAAC;AAEzE,OAAO,EAAE,eAAe,EAAoB,MAAM,mBAAmB,CAAC;AACtE,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAGvD,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAQvD,OAAO,EAAE,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAYvC,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,oBAAoB,CAC9D,QAAQ,CAAC,QAAQ,EACjB;IACE,QAAQ,EAAE,WAAW,CAAC;IACtB,QAAQ,CAAC,EAAE,eAAe,CAAC,YAAY,CAAC;CACzC,CACF,CAAC;AAEF,eAAO,MAAM,aAAa,uDAAwD,kBAAkB,sBAsNnG,CAAC"}
@@ -0,0 +1,99 @@
1
+ import { type StoryObj } from '@storybook/react-vite';
2
+ declare const meta: {
3
+ title: string;
4
+ component: ({ settings, onSettingsChange, logStore, onUpload }: import("./DebugSettings").DebugSettingsProps) => import("react").JSX.Element;
5
+ decorators: import("@storybook/react").Decorator[];
6
+ tags: string[];
7
+ parameters: {
8
+ layout: string;
9
+ translations: [{
10
+ readonly 'en-US': {
11
+ readonly "@dxos/react-ui-introspect": {
12
+ readonly 'run-tool.label': 'Run tool';
13
+ readonly 'tools.label': 'MCP tools';
14
+ readonly 'calling-tool.message': 'Calling tool\u2026';
15
+ readonly 'no-result.message': 'No results.';
16
+ readonly 'no-displayable-fields.message': '(no displayable fields)';
17
+ readonly 'no-matching-rows.message': 'No matching rows.';
18
+ readonly 'tool-result.label': 'Tool result';
19
+ readonly 'filter-results.placeholder': 'Filter results\u2026';
20
+ readonly 'connection-failed.title': 'MCP Server connection failed';
21
+ };
22
+ };
23
+ }, {
24
+ readonly 'en-US': {
25
+ readonly [x: string]: {
26
+ readonly 'plugin.name': 'Debug';
27
+ readonly 'settings.title': 'Debug settings';
28
+ readonly 'open-devtools.label': 'Open DevTools';
29
+ readonly 'devtools.label': 'DevTools';
30
+ readonly 'devtools-overview.label': 'Stats';
31
+ readonly 'space-objects.label': 'Database';
32
+ readonly 'debug.label': 'Debug';
33
+ readonly 'generate-objects.label': 'Generate Objects';
34
+ readonly 'debug-app-graph.label': 'App Graph';
35
+ readonly 'debug-tools-explorer.label': 'Tools Explorer';
36
+ readonly 'settings.wireframe.label': 'Show wireframes.';
37
+ readonly 'settings.wireframe.description': 'Overlay wireframe outlines on UI components for debugging layout.';
38
+ readonly 'settings.trace-all.label': 'Trace all requests (100% sampling).';
39
+ readonly 'settings.trace-all.description': 'Override the default 30% sampling rate to capture all traces. Requires page reload to take effect.';
40
+ readonly 'settings.tracing-panel.label': 'Open tracing panel.';
41
+ readonly 'settings.tracing-panel.description': 'Open the tracing dashboard to inspect captured spans.';
42
+ readonly 'settings.repair.label': 'Run repair tool.';
43
+ readonly 'settings.repair.description': 'Attempt to detect and fix inconsistencies in local data storage.';
44
+ readonly 'settings.download-diagnostics.label': 'Download diagnostics.';
45
+ readonly 'settings.download-diagnostics.description': 'Export a JSON file containing client diagnostics for troubleshooting.';
46
+ readonly 'settings.download-logs.label': 'Download log buffer.';
47
+ readonly 'settings.download-logs.description': 'Export the in-memory log buffer as an NDJSON file.';
48
+ readonly 'settings.uploaded.message': 'Settings uploaded.';
49
+ readonly 'settings.uploaded.description': 'URL copied to clipboard.';
50
+ readonly 'settings.choose-storage-adaptor.label': 'Storage adaptor (worker reload required).';
51
+ readonly 'settings.choose-storage-adaptor.description': 'Select the browser storage backend. Changing this requires a worker reload and may make existing data unavailable.';
52
+ readonly 'settings.repair-success.message': 'Repair succeeded';
53
+ readonly 'settings.repair-failed.message': 'Repair failed';
54
+ readonly 'settings.storage-adaptor.idb.label': 'IndexedDB';
55
+ readonly 'settings.storage-adaptor.opfs.label': 'OPFS';
56
+ readonly 'settings.storage-adapter.changed-alert.message': 'Warning: Swapping the storage adapter will make your data unavailable.';
57
+ readonly 'settings.data-store.label': 'Data Store';
58
+ readonly 'open-debug-panel.label': 'Show Debug';
59
+ readonly 'client.label': 'Client';
60
+ readonly 'config.label': 'Config';
61
+ readonly 'storage.label': 'Storage';
62
+ readonly 'logs.label': 'Logs';
63
+ readonly 'diagnostics.label': 'Diagnostics';
64
+ readonly 'tracing.label': 'Tracing';
65
+ readonly 'halo.label': 'HALO';
66
+ readonly 'identity.label': 'Identity';
67
+ readonly 'devices.label': 'Devices';
68
+ readonly 'keyring.label': 'Keyring';
69
+ readonly 'credentials.label': 'Credentials';
70
+ readonly 'echo.label': 'ECHO';
71
+ readonly 'spaces.label': 'Spaces';
72
+ readonly 'space.label': 'Space';
73
+ readonly 'feeds.label': 'Feeds';
74
+ readonly 'objects.label': 'Objects';
75
+ readonly 'schema.label': 'Schema';
76
+ readonly 'automerge.label': 'Automerge';
77
+ readonly 'queues.label': 'Queues';
78
+ readonly 'members.label': 'Members';
79
+ readonly 'metadata.label': 'Metadata';
80
+ readonly 'mesh.label': 'MESH';
81
+ readonly 'signal.label': 'Signal';
82
+ readonly 'swarm.label': 'Swarm';
83
+ readonly 'network.label': 'Network';
84
+ readonly 'agent.label': 'Agent';
85
+ readonly 'dashboard.label': 'Dashboard';
86
+ readonly 'search.label': 'Search';
87
+ readonly 'edge.label': 'EDGE';
88
+ readonly 'workflows.label': 'Workflows';
89
+ readonly 'traces.label': 'Traces';
90
+ readonly 'testing.label': 'Testing';
91
+ };
92
+ };
93
+ }];
94
+ };
95
+ };
96
+ export default meta;
97
+ type Story = StoryObj<typeof meta>;
98
+ export declare const Default: Story;
99
+ //# sourceMappingURL=DebugSettings.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DebugSettings.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/DebugSettings/DebugSettings.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AASjE,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAS4B,CAAC;eAExB,IAAI;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAOrB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { DebugSettings as default } from './DebugSettings';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/DebugSettings/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,IAAI,OAAO,EAAE,MAAM,iBAAiB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"SchemaTable.d.ts","sourceRoot":"","sources":["../../../../../src/components/SchemaTable/SchemaTable.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,MAAM,gBAAgB,GAAG;IAC7B,KAAK,EAAE,GAAG,EAAE,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC,CAAC;IAC7C,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;CACrC,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,oCAAyC,gBAAgB,sBAmBpF,CAAC"}
1
+ {"version":3,"file":"SchemaTable.d.ts","sourceRoot":"","sources":["../../../../../src/components/SchemaTable/SchemaTable.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,MAAM,gBAAgB,GAAG;IAC7B,KAAK,EAAE,GAAG,EAAE,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC,CAAC;IAC7C,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;CACrC,CAAC;AAEF,eAAO,MAAM,WAAW,uCAA6C,gBAAgB,sBAmBpF,CAAC"}
@@ -1,9 +1,9 @@
1
1
  import type * as Schema from 'effect/Schema';
2
2
  import { type Type } from '@dxos/echo';
3
- import { type OperationInvoker } from '@dxos/operation';
3
+ import { OperationInvoker } from '@dxos/operation';
4
4
  import { type Client } from '@dxos/react-client';
5
5
  import { type Space } from '@dxos/react-client/echo';
6
6
  export type ObjectGenerator<T> = (space: Space, n: number, cb?: (objects: T[]) => void) => Promise<T[]>;
7
- export declare const createGenerator: <S extends Type.AnyObj>(client: Client, invokePromise: OperationInvoker.OperationInvoker["invokePromise"], schema: S) => ObjectGenerator<Schema.Schema.Type<S>>;
7
+ export declare const createGenerator: <S extends Type.AnyObj>(client: Client, invokePromise: OperationInvoker.OperationInvoker['invokePromise'], schema: S) => ObjectGenerator<Schema.Schema.Type<S>>;
8
8
  export declare const staticGenerators: Map<string, ObjectGenerator<any>>;
9
9
  //# sourceMappingURL=ObjectGenerator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ObjectGenerator.d.ts","sourceRoot":"","sources":["../../../../../src/components/SpaceGenerator/ObjectGenerator.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,KAAK,MAAM,MAAM,eAAe,CAAC;AAI7C,OAAO,EAAoB,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AAEzD,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAMxD,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,oBAAoB,CAAC;AACjD,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,yBAAyB,CAAC;AAWrD,MAAM,MAAM,eAAe,CAAC,CAAC,IAAI,CAAC,KAAK,EAAE,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE,EAAE,CAAC,EAAE,CAAC,OAAO,EAAE,CAAC,EAAE,KAAK,IAAI,KAAK,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;AAExG,eAAO,MAAM,eAAe,GAAI,CAAC,SAAS,IAAI,CAAC,MAAM,EACnD,QAAQ,MAAM,EACd,eAAe,gBAAgB,CAAC,gBAAgB,CAAC,eAAe,CAAC,EACjE,QAAQ,CAAC,KACR,eAAe,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,CAkBvC,CAAC;AAEF,eAAO,MAAM,gBAAgB,mCA8F3B,CAAC"}
1
+ {"version":3,"file":"ObjectGenerator.d.ts","sourceRoot":"","sources":["../../../../../src/components/SpaceGenerator/ObjectGenerator.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,KAAK,MAAM,MAAM,eAAe,CAAC;AAI7C,OAAO,EAAoB,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AAEzD,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAMnD,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,oBAAoB,CAAC;AACjD,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,yBAAyB,CAAC;AAWrD,MAAM,MAAM,eAAe,CAAC,CAAC,IAAI,CAAC,KAAK,EAAE,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE,EAAE,CAAC,EAAE,CAAC,OAAO,EAAE,CAAC,EAAE,KAAK,IAAI,KAAK,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;AAExG,eAAO,MAAM,eAAe,GAAI,CAAC,SAAS,IAAI,CAAC,MAAM,UAC3C,MAAM,iBACC,gBAAgB,CAAC,gBAAgB,CAAC,eAAe,CAAC,UACzD,CAAC,KACR,eAAe,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,CAgBvC,CAAC;AAEF,eAAO,MAAM,gBAAgB,mCA8F3B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"draw-util.d.ts","sourceRoot":"","sources":["../../../../../src/components/SpaceGenerator/draw-util.ts"],"names":[],"mappings":"AAKA,OAAO,EAAa,KAAK,EAAE,KAAK,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAUpE,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,eAAe,EAAE,KAAK,QAAQ,EAAkC,MAAM,gBAAgB,CAAC;AAalH;;GAEG;AAGH,eAAO,MAAM,aAAa,QAAO,KAAK,CAAC,WAAW,EAAE,WAAW,CAiD9D,CAAC;AAEF,eAAO,MAAM,SAAS,GACpB,QAAQ,MAAM,EACd,OAAO,KAAK,CAAC,WAAW,EAAE,WAAW,CAAC,KACrC,OAAO,CAAC,eAAe,CAAC,QAAQ,CAAC,CAuGnC,CAAC"}
1
+ {"version":3,"file":"draw-util.d.ts","sourceRoot":"","sources":["../../../../../src/components/SpaceGenerator/draw-util.ts"],"names":[],"mappings":"AAKA,OAAO,EAAa,KAAK,EAAE,KAAK,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAUpE,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,eAAe,EAAE,KAAK,QAAQ,EAAkC,MAAM,gBAAgB,CAAC;AAalH;;GAEG;AAGH,eAAO,MAAM,aAAa,QAAO,KAAK,CAAC,WAAW,EAAE,WAAW,CAiD9D,CAAC;AAEF,eAAO,MAAM,SAAS,WACZ,MAAM,SACP,KAAK,CAAC,WAAW,EAAE,WAAW,CAAC,KACrC,OAAO,CAAC,eAAe,CAAC,QAAQ,CAAC,CAuGnC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"presets.d.ts","sourceRoot":"","sources":["../../../../../src/components/SpaceGenerator/presets.ts"],"names":[],"mappings":"AAoCA,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEzD,oBAAY,UAAU;IACpB,SAAS,cAAc;IACvB,oBAAoB,yBAAyB;IAE7C,SAAS,sBAAsB;IAC/B,QAAQ,kBAAkB;IAE1B,mBAAmB,uBAAuB;IAC1C,gBAAgB,oBAAoB;IACpC,mBAAmB,wBAAwB;IAC3C,gBAAgB,qBAAqB;CAEtC;AAED,eAAO,MAAM,SAAS;aACmC,GAAG,EAAE;;;;WA+oBvD,CAAC,UAAU,EAAE,eAAe,CAAC,GAAG,CAAC,CAAC,EAAE;CACzC,CAAC"}
1
+ {"version":3,"file":"presets.d.ts","sourceRoot":"","sources":["../../../../../src/components/SpaceGenerator/presets.ts"],"names":[],"mappings":"AAmCA,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEzD,oBAAY,UAAU;IACpB,SAAS,cAAc;IACvB,oBAAoB,yBAAyB;IAE7C,SAAS,sBAAsB;IAC/B,QAAQ,kBAAkB;IAE1B,mBAAmB,uBAAuB;IAC1C,gBAAgB,oBAAoB;IACpC,mBAAmB,wBAAwB;IAC3C,gBAAgB,qBAAqB;CAEtC;AAED,eAAO,MAAM,SAAS;IACpB,OAAO,EAAgD,GAAG,EAAE;IAC5D,KAAK;;;IACL,KAAK,EAwnBA,CAAC,UAAU,EAAE,eAAe,CAAC,GAAG,CAAC,CAAC,EAAE;CACzC,CAAC"}
@@ -1,3 +1,5 @@
1
+ import { type ComponentType } from 'react';
2
+ export declare const DebugSettings: ComponentType<any>;
1
3
  export * from './SchemaTable';
2
4
  export * from './SpaceGenerator';
3
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/index.ts"],"names":[],"mappings":"AAIA,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,aAAa,EAAQ,MAAM,OAAO,CAAC;AAEjD,eAAO,MAAM,aAAa,EAAE,aAAa,CAAC,GAAG,CAAyC,CAAC;AAEvF,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC"}
@@ -1,8 +1,8 @@
1
- import { type FC } from 'react';
1
+ import React from 'react';
2
2
  import { Graph } from '@dxos/plugin-graph';
3
3
  export type DebugGraphProps = {
4
4
  graph: Graph.Graph;
5
5
  root: string;
6
6
  };
7
- export declare const DebugGraph: FC<DebugGraphProps>;
7
+ export declare const DebugGraph: ({ graph, root }: DebugGraphProps) => React.JSX.Element;
8
8
  //# sourceMappingURL=DebugGraph.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DebugGraph.d.ts","sourceRoot":"","sources":["../../../../../src/containers/DebugGraph/DebugGraph.tsx"],"names":[],"mappings":"AAIA,OAAc,EAAE,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAGvC,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAE3C,MAAM,MAAM,eAAe,GAAG;IAAE,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,CAAC;AACnE,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CAE1C,CAAC"}
1
+ {"version":3,"file":"DebugGraph.d.ts","sourceRoot":"","sources":["../../../../../src/containers/DebugGraph/DebugGraph.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAE3C,MAAM,MAAM,eAAe,GAAG;IAAE,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,CAAC;AAEnE,eAAO,MAAM,UAAU,oBAAqB,eAAe,sBAE1D,CAAC"}
@@ -1,3 +1,2 @@
1
- import { DebugGraph } from './DebugGraph';
2
- export default DebugGraph;
1
+ export { DebugGraph as default } from './DebugGraph';
3
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/containers/DebugGraph/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/containers/DebugGraph/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,IAAI,OAAO,EAAE,MAAM,cAAc,CAAC"}
@@ -1,7 +1,6 @@
1
1
  import React from 'react';
2
+ import { AppSurface } from '@dxos/app-toolkit/ui';
2
3
  import { Obj } from '@dxos/echo';
3
- export type DebugObjectPanelProps = {
4
- object: Obj.Unknown;
5
- };
6
- export declare const DebugObjectPanel: ({ object }: DebugObjectPanelProps) => React.JSX.Element;
4
+ export type DebugObjectPanelProps = Pick<AppSurface.ObjectArticleProps<Obj.Unknown, {}, Obj.Unknown>, 'role' | 'companionTo'>;
5
+ export declare const DebugObjectPanel: ({ role, companionTo }: DebugObjectPanelProps) => React.JSX.Element;
7
6
  //# sourceMappingURL=DebugObjectPanel.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DebugObjectPanel.d.ts","sourceRoot":"","sources":["../../../../../src/containers/DebugObjectPanel/DebugObjectPanel.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,OAAO,EAAU,GAAG,EAAS,MAAM,YAAY,CAAC;AAMhD,MAAM,MAAM,qBAAqB,GAAG;IAClC,MAAM,EAAE,GAAG,CAAC,OAAO,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAI,YAAY,qBAAqB,sBA2BjE,CAAC"}
1
+ {"version":3,"file":"DebugObjectPanel.d.ts","sourceRoot":"","sources":["../../../../../src/containers/DebugObjectPanel/DebugObjectPanel.tsx"],"names":[],"mappings":"AAIA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAEjD,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,OAAO,EAAgB,GAAG,EAAS,MAAM,YAAY,CAAC;AAOtD,MAAM,MAAM,qBAAqB,GAAG,IAAI,CACtC,UAAU,CAAC,kBAAkB,CAAC,GAAG,CAAC,OAAO,EAAE,EAAE,EAAE,GAAG,CAAC,OAAO,CAAC,EAC3D,MAAM,GAAG,aAAa,CACvB,CAAC;AAEF,eAAO,MAAM,gBAAgB,0BAA2B,qBAAqB,sBAuD5E,CAAC"}
@@ -1,3 +1,2 @@
1
- import { DebugObjectPanel } from './DebugObjectPanel';
2
- export default DebugObjectPanel;
1
+ export { DebugObjectPanel as default } from './DebugObjectPanel';
3
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/containers/DebugObjectPanel/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/containers/DebugObjectPanel/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,IAAI,OAAO,EAAE,MAAM,oBAAoB,CAAC"}
@@ -1,3 +1,5 @@
1
1
  import React from 'react';
2
- export declare const DebugSpaceObjectsPanel: () => React.JSX.Element | null;
2
+ import { type AppSurface } from '@dxos/app-toolkit/ui';
3
+ export type DebugSpaceObjectsPanelProps = AppSurface.SpaceArticleProps;
4
+ export declare const DebugSpaceObjectsPanel: ({ space }: DebugSpaceObjectsPanelProps) => React.JSX.Element;
3
5
  //# sourceMappingURL=DebugSpaceObjectsPanel.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DebugSpaceObjectsPanel.d.ts","sourceRoot":"","sources":["../../../../../src/containers/DebugSpaceObjectsPanel/DebugSpaceObjectsPanel.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAYxC,eAAO,MAAM,sBAAsB,gCAUlC,CAAC"}
1
+ {"version":3,"file":"DebugSpaceObjectsPanel.d.ts","sourceRoot":"","sources":["../../../../../src/containers/DebugSpaceObjectsPanel/DebugSpaceObjectsPanel.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAQvD,MAAM,MAAM,2BAA2B,GAAG,UAAU,CAAC,iBAAiB,CAAC;AAEvE,eAAO,MAAM,sBAAsB,cAAe,2BAA2B,sBA8B5E,CAAC"}
@@ -1,3 +1,2 @@
1
- import { DebugSpaceObjectsPanel } from './DebugSpaceObjectsPanel';
2
- export default DebugSpaceObjectsPanel;
1
+ export { DebugSpaceObjectsPanel as default } from './DebugSpaceObjectsPanel';
3
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/containers/DebugSpaceObjectsPanel/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAElE,eAAe,sBAAsB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/containers/DebugSpaceObjectsPanel/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,sBAAsB,IAAI,OAAO,EAAE,MAAM,0BAA0B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"DebugStatus.d.ts","sourceRoot":"","sources":["../../../../../src/containers/DebugStatus/DebugStatus.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAgL3D,eAAO,MAAM,WAAW,yBAQvB,CAAC"}
1
+ {"version":3,"file":"DebugStatus.d.ts","sourceRoot":"","sources":["../../../../../src/containers/DebugStatus/DebugStatus.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAsM3D,eAAO,MAAM,WAAW,yBAQvB,CAAC"}
@@ -1,3 +1,2 @@
1
- import { DebugStatus } from './DebugStatus';
2
- export default DebugStatus;
1
+ export { DebugStatus as default } from './DebugStatus';
3
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/containers/DebugStatus/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/containers/DebugStatus/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,WAAW,IAAI,OAAO,EAAE,MAAM,eAAe,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"DevtoolsOverviewContainer.d.ts","sourceRoot":"","sources":["../../../../../src/containers/DevtoolsOverviewContainer/DevtoolsOverviewContainer.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,eAAO,MAAM,yBAAyB,yBAQrC,CAAC"}
1
+ {"version":3,"file":"DevtoolsOverviewContainer.d.ts","sourceRoot":"","sources":["../../../../../src/containers/DevtoolsOverviewContainer/DevtoolsOverviewContainer.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,eAAO,MAAM,yBAAyB,yBAerC,CAAC"}
@@ -1,3 +1,2 @@
1
- import { DevtoolsOverviewContainer } from './DevtoolsOverviewContainer';
2
- export default DevtoolsOverviewContainer;
1
+ export { DevtoolsOverviewContainer as default } from './DevtoolsOverviewContainer';
3
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/containers/DevtoolsOverviewContainer/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AAExE,eAAe,yBAAyB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/containers/DevtoolsOverviewContainer/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,yBAAyB,IAAI,OAAO,EAAE,MAAM,6BAA6B,CAAC"}
@@ -5,5 +5,7 @@ export type SpaceGeneratorProps = {
5
5
  space: Space;
6
6
  onCreateObjects?: (objects: Obj.Unknown[]) => void;
7
7
  };
8
- export declare const SpaceGenerator: ({ space, onCreateObjects }: SpaceGeneratorProps) => React.JSX.Element;
8
+ export declare const SpaceGenerator: React.ForwardRefExoticComponent<Omit<SpaceGeneratorProps, "className"> & {
9
+ classNames?: import("@dxos/ui-types").ClassNameValue;
10
+ } & Pick<React.HTMLAttributes<Element>, "children" | "className" | "role" | "style"> & React.RefAttributes<HTMLDivElement>>;
9
11
  //# sourceMappingURL=SpaceGenerator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SpaceGenerator.d.ts","sourceRoot":"","sources":["../../../../../src/containers/SpaceGenerator/SpaceGenerator.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAI9D,OAAO,EAAU,GAAG,EAAa,MAAM,YAAY,CAAC;AAKpD,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,yBAAyB,CAAC;AAQrD,MAAM,MAAM,mBAAmB,GAAG;IAChC,KAAK,EAAE,KAAK,CAAC;IACb,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,GAAG,CAAC,OAAO,EAAE,KAAK,IAAI,CAAC;CACpD,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,4BAA4B,mBAAmB,sBAoG7E,CAAC"}
1
+ {"version":3,"file":"SpaceGenerator.d.ts","sourceRoot":"","sources":["../../../../../src/containers/SpaceGenerator/SpaceGenerator.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAI9D,OAAO,EAAU,GAAG,EAAa,MAAM,YAAY,CAAC;AAKpD,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,yBAAyB,CAAC;AAYrD,MAAM,MAAM,mBAAmB,GAAG;IAChC,KAAK,EAAE,KAAK,CAAC;IACb,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,GAAG,CAAC,OAAO,EAAE,KAAK,IAAI,CAAC;CACpD,CAAC;AAEF,eAAO,MAAM,cAAc;;2HA+F1B,CAAC"}
@@ -1,3 +1,2 @@
1
- import { SpaceGenerator } from './SpaceGenerator';
2
- export default SpaceGenerator;
1
+ export { SpaceGenerator as default } from './SpaceGenerator';
3
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/containers/SpaceGenerator/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/containers/SpaceGenerator/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,cAAc,IAAI,OAAO,EAAE,MAAM,kBAAkB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Wireframe.d.ts","sourceRoot":"","sources":["../../../../../src/containers/Wireframe/Wireframe.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,GAAG,EAAE,MAAM,YAAY,CAAC;AACjC,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAMtD,MAAM,MAAM,cAAc,GAAG,eAAe,CAAC;IAC3C,MAAM,EAAE,GAAG,CAAC,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC,CAAC;AAGH,eAAO,MAAM,SAAS,GAAI,+BAA+B,cAAc,sBAwBtE,CAAC"}
1
+ {"version":3,"file":"Wireframe.d.ts","sourceRoot":"","sources":["../../../../../src/containers/Wireframe/Wireframe.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,GAAG,EAAE,MAAM,YAAY,CAAC;AACjC,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAMtD,MAAM,MAAM,cAAc,GAAG,eAAe,CAAC;IAC3C,MAAM,EAAE,GAAG,CAAC,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC,CAAC;AAGH,eAAO,MAAM,SAAS,kCAAmC,cAAc,sBAoBtE,CAAC"}
@@ -1,3 +1,2 @@
1
- import { Wireframe } from './Wireframe';
2
- export default Wireframe;
1
+ export { Wireframe as default } from './Wireframe';
3
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/containers/Wireframe/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/containers/Wireframe/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,IAAI,OAAO,EAAE,MAAM,aAAa,CAAC"}
@@ -1,7 +1,6 @@
1
1
  import { type ComponentType } from 'react';
2
2
  export declare const DebugGraph: ComponentType<any>;
3
3
  export declare const DebugObjectPanel: ComponentType<any>;
4
- export declare const DebugSettings: ComponentType<any>;
5
4
  export declare const DebugStatus: ComponentType<any>;
6
5
  export declare const DevtoolsOverviewContainer: ComponentType<any>;
7
6
  export declare const SpaceGenerator: ComponentType<any>;