@dxos/plugin-debug 0.8.4-main.9735255 → 0.8.4-main.abd8ff62ef

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 (180) hide show
  1. package/dist/lib/browser/index.mjs +19 -118
  2. package/dist/lib/browser/index.mjs.map +4 -4
  3. package/dist/lib/browser/meta.json +1 -1
  4. package/dist/lib/browser/translations.mjs +81 -0
  5. package/dist/lib/browser/translations.mjs.map +7 -0
  6. package/dist/types/src/DebugPlugin.d.ts +3 -1
  7. package/dist/types/src/DebugPlugin.d.ts.map +1 -1
  8. package/dist/types/src/DebugPlugin.node.d.ts +5 -0
  9. package/dist/types/src/DebugPlugin.node.d.ts.map +1 -0
  10. package/dist/types/src/DebugPlugin.test.d.ts +2 -0
  11. package/dist/types/src/DebugPlugin.test.d.ts.map +1 -0
  12. package/dist/types/src/capabilities/app-graph-builder.d.ts +6 -0
  13. package/dist/types/src/capabilities/app-graph-builder.d.ts.map +1 -0
  14. package/dist/types/src/capabilities/index.d.ts +11 -4
  15. package/dist/types/src/capabilities/index.d.ts.map +1 -1
  16. package/dist/types/src/capabilities/{react-context/react-context.d.ts → react-context.d.ts} +1 -1
  17. package/dist/types/src/capabilities/react-context.d.ts.map +1 -0
  18. package/dist/types/src/capabilities/react-surface.d.ts +9 -0
  19. package/dist/types/src/capabilities/react-surface.d.ts.map +1 -0
  20. package/dist/types/src/capabilities/settings.d.ts +7 -0
  21. package/dist/types/src/capabilities/settings.d.ts.map +1 -0
  22. package/dist/types/src/components/DebugSettings/DebugSettings.d.ts +11 -0
  23. package/dist/types/src/components/DebugSettings/DebugSettings.d.ts.map +1 -0
  24. package/dist/types/src/components/DebugSettings/DebugSettings.stories.d.ts +97 -0
  25. package/dist/types/src/components/DebugSettings/DebugSettings.stories.d.ts.map +1 -0
  26. package/dist/types/src/components/DebugSettings/index.d.ts +2 -0
  27. package/dist/types/src/components/DebugSettings/index.d.ts.map +1 -0
  28. package/dist/types/src/components/SchemaTable/SchemaTable.d.ts.map +1 -0
  29. package/dist/types/src/components/SchemaTable/index.d.ts +2 -0
  30. package/dist/types/src/components/SchemaTable/index.d.ts.map +1 -0
  31. package/dist/types/src/components/SpaceGenerator/ObjectGenerator.d.ts +2 -2
  32. package/dist/types/src/components/SpaceGenerator/ObjectGenerator.d.ts.map +1 -1
  33. package/dist/types/src/components/SpaceGenerator/draw-util.d.ts.map +1 -1
  34. package/dist/types/src/components/SpaceGenerator/index.d.ts +2 -2
  35. package/dist/types/src/components/SpaceGenerator/index.d.ts.map +1 -1
  36. package/dist/types/src/components/SpaceGenerator/presets.d.ts.map +1 -1
  37. package/dist/types/src/components/index.d.ts +4 -10
  38. package/dist/types/src/components/index.d.ts.map +1 -1
  39. package/dist/types/src/containers/DebugGraph/DebugGraph.d.ts +8 -0
  40. package/dist/types/src/containers/DebugGraph/DebugGraph.d.ts.map +1 -0
  41. package/dist/types/src/containers/DebugGraph/index.d.ts +2 -0
  42. package/dist/types/src/containers/DebugGraph/index.d.ts.map +1 -0
  43. package/dist/types/src/containers/DebugObjectPanel/DebugObjectPanel.d.ts +6 -0
  44. package/dist/types/src/containers/DebugObjectPanel/DebugObjectPanel.d.ts.map +1 -0
  45. package/dist/types/src/containers/DebugObjectPanel/index.d.ts +2 -0
  46. package/dist/types/src/containers/DebugObjectPanel/index.d.ts.map +1 -0
  47. package/dist/types/src/containers/DebugSpaceObjectsPanel/DebugSpaceObjectsPanel.d.ts +5 -0
  48. package/dist/types/src/containers/DebugSpaceObjectsPanel/DebugSpaceObjectsPanel.d.ts.map +1 -0
  49. package/dist/types/src/containers/DebugSpaceObjectsPanel/index.d.ts +2 -0
  50. package/dist/types/src/containers/DebugSpaceObjectsPanel/index.d.ts.map +1 -0
  51. package/dist/types/src/containers/DebugStatus/DebugStatus.d.ts.map +1 -0
  52. package/dist/types/src/containers/DebugStatus/index.d.ts +2 -0
  53. package/dist/types/src/containers/DebugStatus/index.d.ts.map +1 -0
  54. package/dist/types/src/{components → containers/DevtoolsOverviewContainer}/DevtoolsOverviewContainer.d.ts +0 -1
  55. package/dist/types/src/containers/DevtoolsOverviewContainer/DevtoolsOverviewContainer.d.ts.map +1 -0
  56. package/dist/types/src/containers/DevtoolsOverviewContainer/index.d.ts +2 -0
  57. package/dist/types/src/containers/DevtoolsOverviewContainer/index.d.ts.map +1 -0
  58. package/dist/types/src/containers/SpaceGenerator/SpaceGenerator.d.ts +11 -0
  59. package/dist/types/src/{components → containers}/SpaceGenerator/SpaceGenerator.d.ts.map +1 -1
  60. package/dist/types/src/containers/SpaceGenerator/index.d.ts +2 -0
  61. package/dist/types/src/containers/SpaceGenerator/index.d.ts.map +1 -0
  62. package/dist/types/src/containers/Wireframe/Wireframe.d.ts.map +1 -0
  63. package/dist/types/src/containers/Wireframe/index.d.ts +2 -0
  64. package/dist/types/src/containers/Wireframe/index.d.ts.map +1 -0
  65. package/dist/types/src/containers/index.d.ts +9 -0
  66. package/dist/types/src/containers/index.d.ts.map +1 -0
  67. package/dist/types/src/index.d.ts +3 -1
  68. package/dist/types/src/index.d.ts.map +1 -1
  69. package/dist/types/src/translations.d.ts +78 -59
  70. package/dist/types/src/translations.d.ts.map +1 -1
  71. package/dist/types/src/types/Settings.d.ts +8 -0
  72. package/dist/types/src/types/Settings.d.ts.map +1 -0
  73. package/dist/types/src/types/index.d.ts +69 -0
  74. package/dist/types/src/types/index.d.ts.map +1 -0
  75. package/dist/types/tsconfig.tsbuildinfo +1 -1
  76. package/package.json +89 -70
  77. package/src/DebugPlugin.node.ts +18 -0
  78. package/src/DebugPlugin.test.ts +29 -0
  79. package/src/DebugPlugin.tsx +20 -11
  80. package/src/capabilities/app-graph-builder.ts +405 -0
  81. package/src/capabilities/index.ts +6 -4
  82. package/src/capabilities/react-context.tsx +25 -0
  83. package/src/capabilities/react-surface.tsx +439 -0
  84. package/src/capabilities/{settings/settings.ts → settings.ts} +7 -6
  85. package/src/components/DebugSettings/DebugSettings.stories.tsx +36 -0
  86. package/src/components/DebugSettings/DebugSettings.tsx +262 -0
  87. package/src/components/DebugSettings/index.ts +5 -0
  88. package/src/components/{SpaceGenerator → SchemaTable}/SchemaTable.tsx +2 -2
  89. package/src/components/SchemaTable/index.ts +5 -0
  90. package/src/components/SpaceGenerator/ObjectGenerator.tsx +14 -15
  91. package/src/components/SpaceGenerator/draw-util.ts +8 -8
  92. package/src/components/SpaceGenerator/index.ts +2 -3
  93. package/src/components/SpaceGenerator/presets.ts +53 -73
  94. package/src/components/index.ts +4 -11
  95. package/src/{components → containers/DebugGraph}/DebugGraph.tsx +3 -4
  96. package/src/containers/DebugGraph/index.ts +5 -0
  97. package/src/containers/DebugObjectPanel/DebugObjectPanel.tsx +76 -0
  98. package/src/containers/DebugObjectPanel/index.ts +5 -0
  99. package/src/containers/DebugSpaceObjectsPanel/DebugSpaceObjectsPanel.tsx +47 -0
  100. package/src/containers/DebugSpaceObjectsPanel/index.ts +5 -0
  101. package/src/{components → containers/DebugStatus}/DebugStatus.tsx +41 -19
  102. package/src/containers/DebugStatus/index.ts +5 -0
  103. package/src/containers/DevtoolsOverviewContainer/DevtoolsOverviewContainer.tsx +25 -0
  104. package/src/containers/DevtoolsOverviewContainer/index.ts +5 -0
  105. package/src/containers/SpaceGenerator/SpaceGenerator.tsx +126 -0
  106. package/src/containers/SpaceGenerator/index.ts +5 -0
  107. package/src/{components → containers/Wireframe}/Wireframe.tsx +3 -7
  108. package/src/containers/Wireframe/index.ts +5 -0
  109. package/src/containers/index.ts +13 -0
  110. package/src/index.ts +7 -1
  111. package/src/meta.ts +1 -1
  112. package/src/translations.ts +75 -58
  113. package/src/types/Settings.ts +16 -0
  114. package/src/{types.ts → types/index.ts} +15 -14
  115. package/dist/lib/browser/DebugGraph-6VMEOKEV.mjs +0 -15
  116. package/dist/lib/browser/DebugGraph-6VMEOKEV.mjs.map +0 -7
  117. package/dist/lib/browser/DevtoolsOverviewContainer-77PKFLYV.mjs +0 -19
  118. package/dist/lib/browser/DevtoolsOverviewContainer-77PKFLYV.mjs.map +0 -7
  119. package/dist/lib/browser/SpaceGenerator-H33AEFGC.mjs +0 -1152
  120. package/dist/lib/browser/SpaceGenerator-H33AEFGC.mjs.map +0 -7
  121. package/dist/lib/browser/app-graph-builder-LV73R7HR.mjs +0 -598
  122. package/dist/lib/browser/app-graph-builder-LV73R7HR.mjs.map +0 -7
  123. package/dist/lib/browser/chunk-4UFQXPP7.mjs +0 -78
  124. package/dist/lib/browser/chunk-4UFQXPP7.mjs.map +0 -7
  125. package/dist/lib/browser/chunk-A5H5GRV6.mjs +0 -20
  126. package/dist/lib/browser/chunk-A5H5GRV6.mjs.map +0 -7
  127. package/dist/lib/browser/react-context-FSWBT3MH.mjs +0 -17
  128. package/dist/lib/browser/react-context-FSWBT3MH.mjs.map +0 -7
  129. package/dist/lib/browser/react-surface-2N6CPSHR.mjs +0 -757
  130. package/dist/lib/browser/react-surface-2N6CPSHR.mjs.map +0 -7
  131. package/dist/lib/browser/settings-KA4GN73K.mjs +0 -31
  132. package/dist/lib/browser/settings-KA4GN73K.mjs.map +0 -7
  133. package/dist/types/src/capabilities/app-graph-builder/app-graph-builder.d.ts +0 -6
  134. package/dist/types/src/capabilities/app-graph-builder/app-graph-builder.d.ts.map +0 -1
  135. package/dist/types/src/capabilities/app-graph-builder/index.d.ts +0 -3
  136. package/dist/types/src/capabilities/app-graph-builder/index.d.ts.map +0 -1
  137. package/dist/types/src/capabilities/react-context/index.d.ts +0 -7
  138. package/dist/types/src/capabilities/react-context/index.d.ts.map +0 -1
  139. package/dist/types/src/capabilities/react-context/react-context.d.ts.map +0 -1
  140. package/dist/types/src/capabilities/react-surface/index.d.ts +0 -3
  141. package/dist/types/src/capabilities/react-surface/index.d.ts.map +0 -1
  142. package/dist/types/src/capabilities/react-surface/react-surface.d.ts +0 -5
  143. package/dist/types/src/capabilities/react-surface/react-surface.d.ts.map +0 -1
  144. package/dist/types/src/capabilities/settings/index.d.ts +0 -3
  145. package/dist/types/src/capabilities/settings/index.d.ts.map +0 -1
  146. package/dist/types/src/capabilities/settings/settings.d.ts +0 -5
  147. package/dist/types/src/capabilities/settings/settings.d.ts.map +0 -1
  148. package/dist/types/src/components/Container.d.ts +0 -5
  149. package/dist/types/src/components/Container.d.ts.map +0 -1
  150. package/dist/types/src/components/DebugGraph.d.ts +0 -9
  151. package/dist/types/src/components/DebugGraph.d.ts.map +0 -1
  152. package/dist/types/src/components/DebugObjectPanel.d.ts +0 -7
  153. package/dist/types/src/components/DebugObjectPanel.d.ts.map +0 -1
  154. package/dist/types/src/components/DebugSettings.d.ts +0 -8
  155. package/dist/types/src/components/DebugSettings.d.ts.map +0 -1
  156. package/dist/types/src/components/DebugStatus.d.ts.map +0 -1
  157. package/dist/types/src/components/DevtoolsOverviewContainer.d.ts.map +0 -1
  158. package/dist/types/src/components/SpaceGenerator/SchemaTable.d.ts.map +0 -1
  159. package/dist/types/src/components/SpaceGenerator/SpaceGenerator.d.ts +0 -9
  160. package/dist/types/src/components/SpaceGenerator/SpaceGenerator.stories.d.ts +0 -15
  161. package/dist/types/src/components/SpaceGenerator/SpaceGenerator.stories.d.ts.map +0 -1
  162. package/dist/types/src/components/Wireframe.d.ts.map +0 -1
  163. package/dist/types/src/types.d.ts +0 -68
  164. package/dist/types/src/types.d.ts.map +0 -1
  165. package/src/capabilities/app-graph-builder/app-graph-builder.ts +0 -420
  166. package/src/capabilities/app-graph-builder/index.ts +0 -7
  167. package/src/capabilities/react-context/index.ts +0 -7
  168. package/src/capabilities/react-context/react-context.tsx +0 -20
  169. package/src/capabilities/react-surface/index.ts +0 -7
  170. package/src/capabilities/react-surface/react-surface.tsx +0 -409
  171. package/src/capabilities/settings/index.ts +0 -7
  172. package/src/components/Container.tsx +0 -15
  173. package/src/components/DebugObjectPanel.tsx +0 -33
  174. package/src/components/DebugSettings.tsx +0 -185
  175. package/src/components/DevtoolsOverviewContainer.tsx +0 -20
  176. package/src/components/SpaceGenerator/SpaceGenerator.stories.tsx +0 -54
  177. package/src/components/SpaceGenerator/SpaceGenerator.tsx +0 -127
  178. /package/dist/types/src/components/{SpaceGenerator → SchemaTable}/SchemaTable.d.ts +0 -0
  179. /package/dist/types/src/{components → containers/DebugStatus}/DebugStatus.d.ts +0 -0
  180. /package/dist/types/src/{components → containers/Wireframe}/Wireframe.d.ts +0 -0
@@ -0,0 +1,97 @@
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 result yet \u2014 fill the form and click Run tool.';
16
+ readonly 'no-displayable-fields.message': '(no displayable fields)';
17
+ readonly 'tool-result.label': 'Tool result';
18
+ readonly 'connection-failed.title': 'MCP Server connection failed';
19
+ };
20
+ };
21
+ }, {
22
+ readonly 'en-US': {
23
+ readonly [x: string]: {
24
+ readonly 'plugin.name': 'Debug';
25
+ readonly 'settings.title': 'Debug settings';
26
+ readonly 'open-devtools.label': 'Open DevTools';
27
+ readonly 'devtools.label': 'DevTools';
28
+ readonly 'devtools-overview.label': 'Stats';
29
+ readonly 'space-objects.label': 'Database';
30
+ readonly 'debug.label': 'Debug';
31
+ readonly 'generate-objects.label': 'Generate Objects';
32
+ readonly 'debug-app-graph.label': 'App Graph';
33
+ readonly 'debug-tools-explorer.label': 'Tools Explorer';
34
+ readonly 'settings.wireframe.label': 'Show wireframes.';
35
+ readonly 'settings.wireframe.description': 'Overlay wireframe outlines on UI components for debugging layout.';
36
+ readonly 'settings.trace-all.label': 'Trace all requests (100% sampling).';
37
+ readonly 'settings.trace-all.description': 'Override the default 30% sampling rate to capture all traces. Requires page reload to take effect.';
38
+ readonly 'settings.tracing-panel.label': 'Open tracing panel.';
39
+ readonly 'settings.tracing-panel.description': 'Open the tracing dashboard to inspect captured spans.';
40
+ readonly 'settings.repair.label': 'Run repair tool.';
41
+ readonly 'settings.repair.description': 'Attempt to detect and fix inconsistencies in local data storage.';
42
+ readonly 'settings.download-diagnostics.label': 'Download diagnostics.';
43
+ readonly 'settings.download-diagnostics.description': 'Export a JSON file containing client diagnostics for troubleshooting.';
44
+ readonly 'settings.download-logs.label': 'Download log buffer.';
45
+ readonly 'settings.download-logs.description': 'Export the in-memory log buffer as an NDJSON file.';
46
+ readonly 'settings.uploaded.message': 'Settings uploaded.';
47
+ readonly 'settings.uploaded.description': 'URL copied to clipboard.';
48
+ readonly 'settings.choose-storage-adaptor.label': 'Storage adaptor (worker reload required).';
49
+ readonly 'settings.choose-storage-adaptor.description': 'Select the browser storage backend. Changing this requires a worker reload and may make existing data unavailable.';
50
+ readonly 'settings.repair-success.message': 'Repair succeeded';
51
+ readonly 'settings.repair-failed.message': 'Repair failed';
52
+ readonly 'settings.storage-adaptor.idb.label': 'IndexedDB';
53
+ readonly 'settings.storage-adaptor.opfs.label': 'OPFS';
54
+ readonly 'settings.storage-adapter.changed-alert.message': 'Warning: Swapping the storage adapter will make your data unavailable.';
55
+ readonly 'settings.data-store.label': 'Data Store';
56
+ readonly 'open-debug-panel.label': 'Show Debug';
57
+ readonly 'client.label': 'Client';
58
+ readonly 'config.label': 'Config';
59
+ readonly 'storage.label': 'Storage';
60
+ readonly 'logs.label': 'Logs';
61
+ readonly 'diagnostics.label': 'Diagnostics';
62
+ readonly 'tracing.label': 'Tracing';
63
+ readonly 'halo.label': 'HALO';
64
+ readonly 'identity.label': 'Identity';
65
+ readonly 'devices.label': 'Devices';
66
+ readonly 'keyring.label': 'Keyring';
67
+ readonly 'credentials.label': 'Credentials';
68
+ readonly 'echo.label': 'ECHO';
69
+ readonly 'spaces.label': 'Spaces';
70
+ readonly 'space.label': 'Space';
71
+ readonly 'feeds.label': 'Feeds';
72
+ readonly 'objects.label': 'Objects';
73
+ readonly 'schema.label': 'Schema';
74
+ readonly 'automerge.label': 'Automerge';
75
+ readonly 'queues.label': 'Queues';
76
+ readonly 'members.label': 'Members';
77
+ readonly 'metadata.label': 'Metadata';
78
+ readonly 'mesh.label': 'MESH';
79
+ readonly 'signal.label': 'Signal';
80
+ readonly 'swarm.label': 'Swarm';
81
+ readonly 'network.label': 'Network';
82
+ readonly 'agent.label': 'Agent';
83
+ readonly 'dashboard.label': 'Dashboard';
84
+ readonly 'search.label': 'Search';
85
+ readonly 'edge.label': 'EDGE';
86
+ readonly 'workflows.label': 'Workflows';
87
+ readonly 'traces.label': 'Traces';
88
+ readonly 'testing.label': 'Testing';
89
+ };
90
+ };
91
+ }];
92
+ };
93
+ };
94
+ export default meta;
95
+ type Story = StoryObj<typeof meta>;
96
+ export declare const Default: Story;
97
+ //# 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"}
@@ -0,0 +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,uCAA6C,gBAAgB,sBAmBpF,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './SchemaTable';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/SchemaTable/index.ts"],"names":[],"mappings":"AAIA,cAAc,eAAe,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.Obj.Any>(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;AACzD,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,GAAG,CAAC,GAAG,EACpD,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,3 +1,3 @@
1
- import { SpaceGenerator } from './SpaceGenerator';
2
- export default SpaceGenerator;
1
+ export * from './presets';
2
+ export * from './ObjectGenerator';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/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/components/SpaceGenerator/index.ts"],"names":[],"mappings":"AAIA,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"presets.d.ts","sourceRoot":"","sources":["../../../../../src/components/SpaceGenerator/presets.ts"],"names":[],"mappings":"AA0CA,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;aAC2B,GAAG,EAAE;;;;WAyoB/C,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,11 +1,5 @@
1
- import { lazy } from 'react';
2
- import { type FC } from 'react';
3
- import { type DebugGraphProps } from './DebugGraph';
4
- export declare const DebugGraph: ReturnType<typeof lazy<FC<DebugGraphProps>>>;
5
- export declare const DevtoolsOverviewContainer: import("react").LazyExoticComponent<() => import("react").JSX.Element>;
6
- export declare const SpaceGenerator: import("react").LazyExoticComponent<({ space, onCreateObjects }: import("./SpaceGenerator/SpaceGenerator").SpaceGeneratorProps) => import("react").JSX.Element>;
7
- export * from './DebugObjectPanel';
8
- export * from './DebugSettings';
9
- export * from './DebugStatus';
10
- export * from './Wireframe';
1
+ import { type ComponentType } from 'react';
2
+ export declare const DebugSettings: ComponentType<any>;
3
+ export * from './SchemaTable';
4
+ export * from './SpaceGenerator';
11
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAC7B,OAAO,EAAE,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,cAAc,CAAC;AAEpD,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,OAAO,IAAI,CAAC,EAAE,CAAC,eAAe,CAAC,CAAC,CAAsC,CAAC;AAC3G,eAAO,MAAM,yBAAyB,wEAAoD,CAAC;AAC3F,eAAO,MAAM,cAAc,iKAAyC,CAAC;AAErE,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,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"}
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { Graph } from '@dxos/plugin-graph';
3
+ export type DebugGraphProps = {
4
+ graph: Graph.Graph;
5
+ root: string;
6
+ };
7
+ export declare const DebugGraph: ({ graph, root }: DebugGraphProps) => React.JSX.Element;
8
+ //# sourceMappingURL=DebugGraph.d.ts.map
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,2 @@
1
+ export { DebugGraph as default } from './DebugGraph';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { AppSurface } from '@dxos/app-toolkit/ui';
3
+ import { Obj } from '@dxos/echo';
4
+ export type DebugObjectPanelProps = Pick<AppSurface.ObjectArticleProps<Obj.Unknown, {}, Obj.Unknown>, 'role' | 'companionTo'>;
5
+ export declare const DebugObjectPanel: ({ role, companionTo }: DebugObjectPanelProps) => React.JSX.Element;
6
+ //# sourceMappingURL=DebugObjectPanel.d.ts.map
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,2 @@
1
+ export { DebugObjectPanel as default } from './DebugObjectPanel';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,5 @@
1
+ import React from 'react';
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;
5
+ //# sourceMappingURL=DebugSpaceObjectsPanel.d.ts.map
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,2 @@
1
+ export { DebugSpaceObjectsPanel as default } from './DebugSpaceObjectsPanel';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
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"}
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,2 @@
1
+ export { DebugStatus as default } from './DebugStatus';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
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,4 +1,3 @@
1
1
  import React from 'react';
2
2
  export declare const DevtoolsOverviewContainer: () => React.JSX.Element;
3
- export default DevtoolsOverviewContainer;
4
3
  //# sourceMappingURL=DevtoolsOverviewContainer.d.ts.map
@@ -0,0 +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,yBAerC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { DevtoolsOverviewContainer as default } from './DevtoolsOverviewContainer';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { Obj } from '@dxos/echo';
3
+ import { type Space } from '@dxos/react-client/echo';
4
+ export type SpaceGeneratorProps = {
5
+ space: Space;
6
+ onCreateObjects?: (objects: Obj.Unknown[]) => void;
7
+ };
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>>;
11
+ //# sourceMappingURL=SpaceGenerator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SpaceGenerator.d.ts","sourceRoot":"","sources":["../../../../../src/components/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;AAUrD,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,sBAkG7E,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"}
@@ -0,0 +1,2 @@
1
+ export { SpaceGenerator as default } from './SpaceGenerator';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
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"}
@@ -0,0 +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,kCAAmC,cAAc,sBAoBtE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { Wireframe as default } from './Wireframe';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,9 @@
1
+ import { type ComponentType } from 'react';
2
+ export declare const DebugGraph: ComponentType<any>;
3
+ export declare const DebugObjectPanel: ComponentType<any>;
4
+ export declare const DebugStatus: ComponentType<any>;
5
+ export declare const DevtoolsOverviewContainer: ComponentType<any>;
6
+ export declare const SpaceGenerator: ComponentType<any>;
7
+ export declare const Wireframe: ComponentType<any>;
8
+ export declare const DebugSpaceObjectsPanel: ComponentType<any>;
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/containers/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,aAAa,EAAQ,MAAM,OAAO,CAAC;AAEjD,eAAO,MAAM,UAAU,EAAE,aAAa,CAAC,GAAG,CAAsC,CAAC;AACjF,eAAO,MAAM,gBAAgB,EAAE,aAAa,CAAC,GAAG,CAA4C,CAAC;AAC7F,eAAO,MAAM,WAAW,EAAE,aAAa,CAAC,GAAG,CAAuC,CAAC;AACnF,eAAO,MAAM,yBAAyB,EAAE,aAAa,CAAC,GAAG,CAAqD,CAAC;AAC/G,eAAO,MAAM,cAAc,EAAE,aAAa,CAAC,GAAG,CAA0C,CAAC;AACzF,eAAO,MAAM,SAAS,EAAE,aAAa,CAAC,GAAG,CAAqC,CAAC;AAC/E,eAAO,MAAM,sBAAsB,EAAE,aAAa,CAAC,GAAG,CAAkD,CAAC"}
@@ -1,3 +1,5 @@
1
- export * from './DebugPlugin';
1
+ import { Plugin } from '@dxos/app-framework';
2
+ export declare const DebugPlugin: Plugin.PluginFactory<import("#types").DebugPluginOptions>;
3
+ export type { DebugPluginOptions } from '#types';
2
4
  export * from './meta';
3
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAIA,cAAc,eAAe,CAAC;AAC9B,cAAc,QAAQ,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAI7C,eAAO,MAAM,WAAW,2DAA6C,CAAC;AACtE,YAAY,EAAE,kBAAkB,EAAE,MAAM,QAAQ,CAAC;AAEjD,cAAc,QAAQ,CAAC"}
@@ -1,64 +1,83 @@
1
- import { meta } from './meta';
2
1
  export declare const translations: [{
3
2
  readonly 'en-US': {
4
- readonly [meta.id]: {
5
- readonly 'plugin name': "Debug";
6
- readonly 'settings title': "Debug settings";
7
- readonly 'mutation count': "Number of mutations";
8
- readonly 'mutation period': "Mutation period";
9
- readonly 'open devtools label': "Open DevTools";
10
- readonly 'devtools label': "DevTools";
11
- readonly 'devtools overview label': "Stats";
12
- readonly 'debug label': "Debug";
13
- readonly 'debug app graph label': "App Graph";
14
- readonly 'settings show debug panel': "Show Debug panel.";
15
- readonly 'settings show devtools panel': "Show DevTools panel.";
16
- readonly 'settings wireframe': "Show wireframes.";
17
- readonly 'settings repair': "Run repair tool.";
18
- readonly 'settings download diagnostics': "Download diagnostics.";
19
- readonly 'settings uploaded': "Uploaded to IPFS";
20
- readonly 'settings uploaded to clipboard': "URL copied to clipboard.";
21
- readonly 'settings repair success': "Repair succeeded";
22
- readonly 'settings repair failed': "Repair failed";
23
- readonly 'settings choose storage adaptor': "Storage adaptor (worker reload required).";
24
- readonly 'settings storage adaptor idb label': "IndexedDB";
25
- readonly 'settings storage adaptor opfs label': "OPFS";
26
- readonly 'settings data store label': "Data Store";
27
- readonly 'settings storage adapter changed alert': "Warning: Swapping the storage adapter will make your data unavailable.";
28
- readonly 'settings space fragmentation': "Enable AM space fragmentation";
29
- readonly 'open debug panel label': "Show Debug";
30
- readonly 'client label': "Client";
31
- readonly 'config label': "Config";
32
- readonly 'storage label': "Storage";
33
- readonly 'logs label': "Logs";
34
- readonly 'diagnostics label': "Diagnostics";
35
- readonly 'tracing label': "Tracing";
36
- readonly 'halo label': "HALO";
37
- readonly 'identity label': "Identity";
38
- readonly 'devices label': "Devices";
39
- readonly 'keyring label': "Keyring";
40
- readonly 'credentials label': "Credentials";
41
- readonly 'echo label': "ECHO";
42
- readonly 'spaces label': "Spaces";
43
- readonly 'space label': "Space";
44
- readonly 'feeds label': "Feeds";
45
- readonly 'objects label': "Objects";
46
- readonly 'schema label': "Schema";
47
- readonly 'automerge label': "Automerge";
48
- readonly 'queues label': "Queues";
49
- readonly 'members label': "Members";
50
- readonly 'metadata label': "Metadata";
51
- readonly 'mesh label': "MESH";
52
- readonly 'signal label': "Signal";
53
- readonly 'swarm label': "Swarm";
54
- readonly 'network label': "Network";
55
- readonly 'agent label': "Agent";
56
- readonly 'dashboard label': "Dashboard";
57
- readonly 'search label': "Search";
58
- readonly 'edge label': "EDGE";
59
- readonly 'workflows label': "Workflows";
60
- readonly 'traces label': "Traces";
61
- readonly 'testing label': "Testing";
3
+ readonly "@dxos/react-ui-introspect": {
4
+ readonly 'run-tool.label': 'Run tool';
5
+ readonly 'tools.label': 'MCP tools';
6
+ readonly 'calling-tool.message': 'Calling tool\u2026';
7
+ readonly 'no-result.message': 'No result yet \u2014 fill the form and click Run tool.';
8
+ readonly 'no-displayable-fields.message': '(no displayable fields)';
9
+ readonly 'tool-result.label': 'Tool result';
10
+ readonly 'connection-failed.title': 'MCP Server connection failed';
11
+ };
12
+ };
13
+ }, {
14
+ readonly 'en-US': {
15
+ readonly [x: string]: {
16
+ readonly 'plugin.name': 'Debug';
17
+ readonly 'settings.title': 'Debug settings';
18
+ readonly 'open-devtools.label': 'Open DevTools';
19
+ readonly 'devtools.label': 'DevTools';
20
+ readonly 'devtools-overview.label': 'Stats';
21
+ readonly 'space-objects.label': 'Database';
22
+ readonly 'debug.label': 'Debug';
23
+ readonly 'generate-objects.label': 'Generate Objects';
24
+ readonly 'debug-app-graph.label': 'App Graph';
25
+ readonly 'debug-tools-explorer.label': 'Tools Explorer';
26
+ readonly 'settings.wireframe.label': 'Show wireframes.';
27
+ readonly 'settings.wireframe.description': 'Overlay wireframe outlines on UI components for debugging layout.';
28
+ readonly 'settings.trace-all.label': 'Trace all requests (100% sampling).';
29
+ readonly 'settings.trace-all.description': 'Override the default 30% sampling rate to capture all traces. Requires page reload to take effect.';
30
+ readonly 'settings.tracing-panel.label': 'Open tracing panel.';
31
+ readonly 'settings.tracing-panel.description': 'Open the tracing dashboard to inspect captured spans.';
32
+ readonly 'settings.repair.label': 'Run repair tool.';
33
+ readonly 'settings.repair.description': 'Attempt to detect and fix inconsistencies in local data storage.';
34
+ readonly 'settings.download-diagnostics.label': 'Download diagnostics.';
35
+ readonly 'settings.download-diagnostics.description': 'Export a JSON file containing client diagnostics for troubleshooting.';
36
+ readonly 'settings.download-logs.label': 'Download log buffer.';
37
+ readonly 'settings.download-logs.description': 'Export the in-memory log buffer as an NDJSON file.';
38
+ readonly 'settings.uploaded.message': 'Settings uploaded.';
39
+ readonly 'settings.uploaded.description': 'URL copied to clipboard.';
40
+ readonly 'settings.choose-storage-adaptor.label': 'Storage adaptor (worker reload required).';
41
+ readonly 'settings.choose-storage-adaptor.description': 'Select the browser storage backend. Changing this requires a worker reload and may make existing data unavailable.';
42
+ readonly 'settings.repair-success.message': 'Repair succeeded';
43
+ readonly 'settings.repair-failed.message': 'Repair failed';
44
+ readonly 'settings.storage-adaptor.idb.label': 'IndexedDB';
45
+ readonly 'settings.storage-adaptor.opfs.label': 'OPFS';
46
+ readonly 'settings.storage-adapter.changed-alert.message': 'Warning: Swapping the storage adapter will make your data unavailable.';
47
+ readonly 'settings.data-store.label': 'Data Store';
48
+ readonly 'open-debug-panel.label': 'Show Debug';
49
+ readonly 'client.label': 'Client';
50
+ readonly 'config.label': 'Config';
51
+ readonly 'storage.label': 'Storage';
52
+ readonly 'logs.label': 'Logs';
53
+ readonly 'diagnostics.label': 'Diagnostics';
54
+ readonly 'tracing.label': 'Tracing';
55
+ readonly 'halo.label': 'HALO';
56
+ readonly 'identity.label': 'Identity';
57
+ readonly 'devices.label': 'Devices';
58
+ readonly 'keyring.label': 'Keyring';
59
+ readonly 'credentials.label': 'Credentials';
60
+ readonly 'echo.label': 'ECHO';
61
+ readonly 'spaces.label': 'Spaces';
62
+ readonly 'space.label': 'Space';
63
+ readonly 'feeds.label': 'Feeds';
64
+ readonly 'objects.label': 'Objects';
65
+ readonly 'schema.label': 'Schema';
66
+ readonly 'automerge.label': 'Automerge';
67
+ readonly 'queues.label': 'Queues';
68
+ readonly 'members.label': 'Members';
69
+ readonly 'metadata.label': 'Metadata';
70
+ readonly 'mesh.label': 'MESH';
71
+ readonly 'signal.label': 'Signal';
72
+ readonly 'swarm.label': 'Swarm';
73
+ readonly 'network.label': 'Network';
74
+ readonly 'agent.label': 'Agent';
75
+ readonly 'dashboard.label': 'Dashboard';
76
+ readonly 'search.label': 'Search';
77
+ readonly 'edge.label': 'EDGE';
78
+ readonly 'workflows.label': 'Workflows';
79
+ readonly 'traces.label': 'Traces';
80
+ readonly 'testing.label': 'Testing';
62
81
  };
63
82
  };
64
83
  }];
@@ -1 +1 @@
1
- {"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../src/translations.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B,eAAO,MAAM,YAAY;;QAGnB,SAAA,CAAC,IAAI,CAAC,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UA2DR;;EAGwB,CAAC"}
1
+ {"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../src/translations.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;oCAKF,OAAO;uCACJ,gBAAgB;4CACX,eAAe;uCACpB,UAAU;gDACD,OAAO;4CACX,UAAU;oCAClB,OAAO;+CACI,kBAAkB;8CACnB,WAAW;mDACN,gBAAgB;iDAElB,kBAAkB;uDACZ,mEAAmE;iDACzE,qCAAqC;uDAE/D,oGAAoG;qDACtE,qBAAqB;2DACf,uDAAuD;8CACpE,kBAAkB;oDACZ,kEAAkE;4DAC1D,uBAAuB;kEAE5D,uEAAuE;qDACzC,sBAAsB;2DAChB,oDAAoD;kDAC7D,oBAAoB;sDAChB,0BAA0B;8DAClB,2CAA2C;oEAElF,oHAAoH;wDACnF,kBAAkB;uDACnB,eAAe;2DAEX,WAAW;4DACV,MAAM;uEAE3C,wEAAwE;kDAE7C,YAAY;+CAEf,YAAY;qCACtB,QAAQ;qCACR,QAAQ;sCACP,SAAS;mCACZ,MAAM;0CACC,aAAa;sCACjB,SAAS;mCACZ,MAAM;uCACF,UAAU;sCACX,SAAS;sCACT,SAAS;0CACL,aAAa;mCACpB,MAAM;qCACJ,QAAQ;oCACT,OAAO;oCACP,OAAO;sCACL,SAAS;qCACV,QAAQ;wCACL,WAAW;qCACd,QAAQ;sCACP,SAAS;uCACR,UAAU;mCACd,MAAM;qCACJ,QAAQ;oCACT,OAAO;sCACL,SAAS;oCACX,OAAO;wCACH,WAAW;qCACd,QAAQ;mCACV,MAAM;wCACD,WAAW;qCACd,QAAQ;sCACP,SAAS;;;EAIH,CAAC"}
@@ -0,0 +1,8 @@
1
+ import * as Schema from 'effect/Schema';
2
+ export declare const Settings: Schema.mutable<Schema.Struct<{
3
+ wireframe: Schema.optional<typeof Schema.Boolean>;
4
+ traceAll: Schema.optional<typeof Schema.Boolean>;
5
+ }>>;
6
+ export interface Settings extends Schema.Schema.Type<typeof Settings> {
7
+ }
8
+ //# sourceMappingURL=Settings.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Settings.d.ts","sourceRoot":"","sources":["../../../../src/types/Settings.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,eAAO,MAAM,QAAQ;;;GAKpB,CAAC;AAEF,MAAM,WAAW,QAAS,SAAQ,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,QAAQ,CAAC;CAAG"}
@@ -0,0 +1,69 @@
1
+ import { type Atom } from '@effect-atom/atom-react';
2
+ import { type Context } from 'react';
3
+ import { Capability } from '@dxos/app-framework';
4
+ import type { TimerCallback, TimerOptions } from '@dxos/async';
5
+ import { type IdbLogStore } from '@dxos/log-store-idb';
6
+ import * as Settings from './Settings';
7
+ export * as Settings from './Settings';
8
+ export type DebugPluginOptions = {
9
+ /** Shared persistent log store for capturing and downloading logs. */
10
+ logStore?: IdbLogStore;
11
+ };
12
+ export type DebugContextType = {
13
+ running: boolean;
14
+ start: (cb: TimerCallback, options: TimerOptions) => void;
15
+ stop: () => void;
16
+ };
17
+ export declare const DebugContext: Context<DebugContextType>;
18
+ export declare namespace DebugCapabilities {
19
+ const Settings: Capability.InterfaceDef<Atom.Writable<Settings.Settings, Settings.Settings>>;
20
+ }
21
+ export declare namespace Devtools {
22
+ const id: string;
23
+ const ToolsExplorer: string;
24
+ namespace Client {
25
+ const id: string;
26
+ const Config: string;
27
+ const Storage: string;
28
+ const Logs: string;
29
+ const Diagnostics: string;
30
+ }
31
+ namespace Halo {
32
+ const id: string;
33
+ const Identity: string;
34
+ const Devices: string;
35
+ const Keyring: string;
36
+ const Credentials: string;
37
+ }
38
+ namespace Echo {
39
+ const id: string;
40
+ const Spaces: string;
41
+ const Space: string;
42
+ const Feeds: string;
43
+ const Objects: string;
44
+ const Schema: string;
45
+ const Automerge: string;
46
+ const Queues: string;
47
+ const Members: string;
48
+ const Metadata: string;
49
+ }
50
+ namespace Mesh {
51
+ const id: string;
52
+ const Signal: string;
53
+ const Swarm: string;
54
+ const Network: string;
55
+ }
56
+ namespace Agent {
57
+ const id: string;
58
+ const Dashboard: string;
59
+ const Search: string;
60
+ }
61
+ namespace Edge {
62
+ const id: string;
63
+ const Dashboard: string;
64
+ const Workflows: string;
65
+ const Traces: string;
66
+ const Testing: string;
67
+ }
68
+ }
69
+ //# sourceMappingURL=index.d.ts.map