@dxos/plugin-debug 0.8.3 → 0.8.4-main.1c7ec43d41

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 (169) hide show
  1. package/dist/lib/browser/index.mjs +19 -123
  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 +4 -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 +4 -2
  13. package/dist/types/src/capabilities/app-graph-builder.d.ts.map +1 -1
  14. package/dist/types/src/capabilities/index.d.ts +8 -5
  15. package/dist/types/src/capabilities/index.d.ts.map +1 -1
  16. package/dist/types/src/capabilities/react-context.d.ts +4 -2
  17. package/dist/types/src/capabilities/react-context.d.ts.map +1 -1
  18. package/dist/types/src/capabilities/react-surface.d.ts +7 -2
  19. package/dist/types/src/capabilities/react-surface.d.ts.map +1 -1
  20. package/dist/types/src/capabilities/settings.d.ts +5 -2
  21. package/dist/types/src/capabilities/settings.d.ts.map +1 -1
  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 +99 -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 +6 -4
  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 +5 -8
  37. package/dist/types/src/components/SpaceGenerator/presets.d.ts.map +1 -1
  38. package/dist/types/src/components/index.d.ts +4 -9
  39. package/dist/types/src/components/index.d.ts.map +1 -1
  40. package/dist/types/src/containers/DebugGraph/DebugGraph.d.ts +8 -0
  41. package/dist/types/src/containers/DebugGraph/DebugGraph.d.ts.map +1 -0
  42. package/dist/types/src/containers/DebugGraph/index.d.ts +2 -0
  43. package/dist/types/src/containers/DebugGraph/index.d.ts.map +1 -0
  44. package/dist/types/src/containers/DebugObjectPanel/DebugObjectPanel.d.ts +6 -0
  45. package/dist/types/src/containers/DebugObjectPanel/DebugObjectPanel.d.ts.map +1 -0
  46. package/dist/types/src/containers/DebugObjectPanel/index.d.ts +2 -0
  47. package/dist/types/src/containers/DebugObjectPanel/index.d.ts.map +1 -0
  48. package/dist/types/src/containers/DebugSpaceObjectsPanel/DebugSpaceObjectsPanel.d.ts +5 -0
  49. package/dist/types/src/containers/DebugSpaceObjectsPanel/DebugSpaceObjectsPanel.d.ts.map +1 -0
  50. package/dist/types/src/containers/DebugSpaceObjectsPanel/index.d.ts +2 -0
  51. package/dist/types/src/containers/DebugSpaceObjectsPanel/index.d.ts.map +1 -0
  52. package/dist/types/src/containers/DebugStatus/DebugStatus.d.ts.map +1 -0
  53. package/dist/types/src/containers/DebugStatus/index.d.ts +2 -0
  54. package/dist/types/src/containers/DebugStatus/index.d.ts.map +1 -0
  55. package/dist/types/src/{components → containers/DevtoolsOverviewContainer}/DevtoolsOverviewContainer.d.ts +0 -1
  56. package/dist/types/src/containers/DevtoolsOverviewContainer/DevtoolsOverviewContainer.d.ts.map +1 -0
  57. package/dist/types/src/containers/DevtoolsOverviewContainer/index.d.ts +2 -0
  58. package/dist/types/src/containers/DevtoolsOverviewContainer/index.d.ts.map +1 -0
  59. package/dist/types/src/containers/SpaceGenerator/SpaceGenerator.d.ts +11 -0
  60. package/dist/types/src/containers/SpaceGenerator/SpaceGenerator.d.ts.map +1 -0
  61. package/dist/types/src/containers/SpaceGenerator/index.d.ts +2 -0
  62. package/dist/types/src/containers/SpaceGenerator/index.d.ts.map +1 -0
  63. package/dist/types/src/{components → containers/Wireframe}/Wireframe.d.ts +2 -2
  64. package/dist/types/src/containers/Wireframe/Wireframe.d.ts.map +1 -0
  65. package/dist/types/src/containers/Wireframe/index.d.ts +2 -0
  66. package/dist/types/src/containers/Wireframe/index.d.ts.map +1 -0
  67. package/dist/types/src/containers/index.d.ts +9 -0
  68. package/dist/types/src/containers/index.d.ts.map +1 -0
  69. package/dist/types/src/index.d.ts +3 -1
  70. package/dist/types/src/index.d.ts.map +1 -1
  71. package/dist/types/src/meta.d.ts +2 -3
  72. package/dist/types/src/meta.d.ts.map +1 -1
  73. package/dist/types/src/translations.d.ts +83 -60
  74. package/dist/types/src/translations.d.ts.map +1 -1
  75. package/dist/types/src/types/Settings.d.ts +8 -0
  76. package/dist/types/src/types/Settings.d.ts.map +1 -0
  77. package/dist/types/src/types/index.d.ts +69 -0
  78. package/dist/types/src/types/index.d.ts.map +1 -0
  79. package/dist/types/tsconfig.tsbuildinfo +1 -1
  80. package/package.json +99 -73
  81. package/src/DebugPlugin.node.ts +18 -0
  82. package/src/DebugPlugin.test.ts +29 -0
  83. package/src/DebugPlugin.tsx +30 -37
  84. package/src/capabilities/app-graph-builder.ts +361 -413
  85. package/src/capabilities/index.ts +5 -5
  86. package/src/capabilities/react-context.tsx +16 -7
  87. package/src/capabilities/react-surface.tsx +381 -339
  88. package/src/capabilities/settings.ts +24 -12
  89. package/src/components/DebugSettings/DebugSettings.stories.tsx +36 -0
  90. package/src/components/DebugSettings/DebugSettings.tsx +262 -0
  91. package/src/components/DebugSettings/index.ts +5 -0
  92. package/src/components/SchemaTable/index.ts +5 -0
  93. package/src/components/SpaceGenerator/ObjectGenerator.tsx +44 -46
  94. package/src/components/SpaceGenerator/draw-util.ts +13 -13
  95. package/src/components/SpaceGenerator/index.ts +2 -3
  96. package/src/components/SpaceGenerator/presets.ts +527 -263
  97. package/src/components/index.ts +4 -8
  98. package/src/containers/DebugGraph/DebugGraph.tsx +14 -0
  99. package/src/containers/DebugGraph/index.ts +5 -0
  100. package/src/containers/DebugObjectPanel/DebugObjectPanel.tsx +76 -0
  101. package/src/containers/DebugObjectPanel/index.ts +5 -0
  102. package/src/containers/DebugSpaceObjectsPanel/DebugSpaceObjectsPanel.tsx +47 -0
  103. package/src/containers/DebugSpaceObjectsPanel/index.ts +5 -0
  104. package/src/{components → containers/DebugStatus}/DebugStatus.tsx +43 -21
  105. package/src/containers/DebugStatus/index.ts +5 -0
  106. package/src/containers/DevtoolsOverviewContainer/DevtoolsOverviewContainer.tsx +25 -0
  107. package/src/containers/DevtoolsOverviewContainer/index.ts +5 -0
  108. package/src/containers/SpaceGenerator/SpaceGenerator.tsx +126 -0
  109. package/src/containers/SpaceGenerator/index.ts +5 -0
  110. package/src/{components → containers/Wireframe}/Wireframe.tsx +8 -12
  111. package/src/containers/Wireframe/index.ts +5 -0
  112. package/src/containers/index.ts +13 -0
  113. package/src/index.ts +7 -1
  114. package/src/meta.ts +8 -7
  115. package/src/translations.ts +80 -59
  116. package/src/types/Settings.ts +16 -0
  117. package/src/{types.ts → types/index.ts} +20 -11
  118. package/dist/lib/browser/DebugApp-WSEJPCKY.mjs +0 -225
  119. package/dist/lib/browser/DebugApp-WSEJPCKY.mjs.map +0 -7
  120. package/dist/lib/browser/DevtoolsOverviewContainer-IIIWO77Q.mjs +0 -25
  121. package/dist/lib/browser/DevtoolsOverviewContainer-IIIWO77Q.mjs.map +0 -7
  122. package/dist/lib/browser/SpaceGenerator-VB6IB2LL.mjs +0 -1238
  123. package/dist/lib/browser/SpaceGenerator-VB6IB2LL.mjs.map +0 -7
  124. package/dist/lib/browser/app-graph-builder-6HHJMKVU.mjs +0 -597
  125. package/dist/lib/browser/app-graph-builder-6HHJMKVU.mjs.map +0 -7
  126. package/dist/lib/browser/chunk-47JOZTT2.mjs +0 -18
  127. package/dist/lib/browser/chunk-47JOZTT2.mjs.map +0 -7
  128. package/dist/lib/browser/chunk-KS3YBEL7.mjs +0 -68
  129. package/dist/lib/browser/chunk-KS3YBEL7.mjs.map +0 -7
  130. package/dist/lib/browser/react-context-ZQRD2WG2.mjs +0 -16
  131. package/dist/lib/browser/react-context-ZQRD2WG2.mjs.map +0 -7
  132. package/dist/lib/browser/react-surface-UI6OK73H.mjs +0 -768
  133. package/dist/lib/browser/react-surface-UI6OK73H.mjs.map +0 -7
  134. package/dist/lib/browser/settings-SXQWSIM4.mjs +0 -22
  135. package/dist/lib/browser/settings-SXQWSIM4.mjs.map +0 -7
  136. package/dist/types/src/components/Container.d.ts +0 -5
  137. package/dist/types/src/components/Container.d.ts.map +0 -1
  138. package/dist/types/src/components/DebugApp/DebugApp.d.ts +0 -6
  139. package/dist/types/src/components/DebugApp/DebugApp.d.ts.map +0 -1
  140. package/dist/types/src/components/DebugApp/Tree.d.ts +0 -18
  141. package/dist/types/src/components/DebugApp/Tree.d.ts.map +0 -1
  142. package/dist/types/src/components/DebugApp/index.d.ts +0 -3
  143. package/dist/types/src/components/DebugApp/index.d.ts.map +0 -1
  144. package/dist/types/src/components/DebugObjectPanel.d.ts +0 -7
  145. package/dist/types/src/components/DebugObjectPanel.d.ts.map +0 -1
  146. package/dist/types/src/components/DebugSettings.d.ts +0 -6
  147. package/dist/types/src/components/DebugSettings.d.ts.map +0 -1
  148. package/dist/types/src/components/DebugStatus.d.ts.map +0 -1
  149. package/dist/types/src/components/DevtoolsOverviewContainer.d.ts.map +0 -1
  150. package/dist/types/src/components/SpaceGenerator/SchemaTable.d.ts.map +0 -1
  151. package/dist/types/src/components/SpaceGenerator/SpaceGenerator.d.ts +0 -9
  152. package/dist/types/src/components/SpaceGenerator/SpaceGenerator.d.ts.map +0 -1
  153. package/dist/types/src/components/SpaceGenerator/SpaceGenerator.stories.d.ts +0 -6
  154. package/dist/types/src/components/SpaceGenerator/SpaceGenerator.stories.d.ts.map +0 -1
  155. package/dist/types/src/components/Wireframe.d.ts.map +0 -1
  156. package/dist/types/src/types.d.ts +0 -63
  157. package/dist/types/src/types.d.ts.map +0 -1
  158. package/src/components/Container.tsx +0 -15
  159. package/src/components/DebugApp/DebugApp.tsx +0 -77
  160. package/src/components/DebugApp/Tree.tsx +0 -103
  161. package/src/components/DebugApp/index.ts +0 -7
  162. package/src/components/DebugObjectPanel.tsx +0 -35
  163. package/src/components/DebugSettings.tsx +0 -151
  164. package/src/components/DevtoolsOverviewContainer.tsx +0 -20
  165. package/src/components/SpaceGenerator/SpaceGenerator.stories.tsx +0 -52
  166. package/src/components/SpaceGenerator/SpaceGenerator.tsx +0 -179
  167. /package/dist/types/src/components/{SpaceGenerator → SchemaTable}/SchemaTable.d.ts +0 -0
  168. /package/dist/types/src/{components → containers/DebugStatus}/DebugStatus.d.ts +0 -0
  169. /package/src/components/{SpaceGenerator → SchemaTable}/SchemaTable.tsx +0 -0
@@ -1,129 +1,25 @@
1
- import {
2
- DEBUG_PLUGIN,
3
- meta
4
- } from "./chunk-47JOZTT2.mjs";
5
-
6
- // packages/plugins/plugin-debug/src/DebugPlugin.tsx
7
- import { Capabilities, contributes, defineModule, definePlugin, Events } from "@dxos/app-framework";
8
-
9
- // packages/plugins/plugin-debug/src/capabilities/index.ts
10
- import { lazy } from "@dxos/app-framework";
11
- var AppGraphBuilder = lazy(() => import("./app-graph-builder-6HHJMKVU.mjs"));
12
- var ReactContext = lazy(() => import("./react-context-ZQRD2WG2.mjs"));
13
- var ReactSurface = lazy(() => import("./react-surface-UI6OK73H.mjs"));
14
- var DebugSettings = lazy(() => import("./settings-SXQWSIM4.mjs"));
1
+ // src/index.ts
2
+ import { Plugin } from "@dxos/app-framework";
15
3
 
16
- // packages/plugins/plugin-debug/src/translations.ts
17
- var translations_default = [
18
- {
19
- "en-US": {
20
- [DEBUG_PLUGIN]: {
21
- "plugin name": "Debug",
22
- "mutation count": "Number of mutations",
23
- "mutation period": "Mutation period",
24
- "open devtools label": "Open DevTools",
25
- "devtools label": "DevTools",
26
- "devtools overview label": "DevTools Stats",
27
- "debug label": "Debug",
28
- "settings show debug panel": "Show Debug panel.",
29
- "settings show devtools panel": "Show DevTools panel.",
30
- "settings wireframe": "Show wireframes.",
31
- "settings repair": "Run repair tool.",
32
- "settings download diagnostics": "Download diagnostics.",
33
- "settings uploaded": "Uploaded to IPFS",
34
- "settings uploaded to clipboard": "URL copied to clipboard.",
35
- "settings repair success": "Repair succeeded",
36
- "settings repair failed": "Repair failed",
37
- "settings choose storage adaptor": "Storage adaptor (worker reload required).",
38
- "settings storage adaptor idb label": "IndexedDB",
39
- "settings storage adaptor opfs label": "OPFS",
40
- "settings data store label": "Data Store",
41
- "settings storage adapter changed alert": "Warning: Swapping the storage adapter will make your data unavailable.",
42
- "settings space fragmentation": "Enable AM space fragmentation",
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
-
81
- // packages/plugins/plugin-debug/src/DebugPlugin.tsx
82
- var DebugPlugin = () => {
83
- setupDevtools();
84
- return definePlugin(meta, [
85
- defineModule({
86
- id: `${meta.id}/module/settings`,
87
- activatesOn: Events.SetupSettings,
88
- activate: DebugSettings
89
- }),
90
- defineModule({
91
- id: `${meta.id}/module/translations`,
92
- activatesOn: Events.SetupTranslations,
93
- activate: () => contributes(Capabilities.Translations, translations_default)
94
- }),
95
- defineModule({
96
- id: `${meta.id}/module/react-context`,
97
- activatesOn: Events.Startup,
98
- activate: ReactContext
99
- }),
100
- defineModule({
101
- id: `${meta.id}/module/react-surface`,
102
- activatesOn: Events.SetupReactSurface,
103
- activate: ReactSurface
104
- }),
105
- defineModule({
106
- id: `${meta.id}/module/app-graph-builder`,
107
- activatesOn: Events.SetupAppGraph,
108
- activate: AppGraphBuilder
109
- })
110
- ]);
111
- };
112
- var setupDevtools = () => {
113
- globalThis.composer ??= {};
114
- globalThis.composer.changeStorageVersionInMetadata = async (version) => {
115
- const { changeStorageVersionInMetadata } = await import("@dxos/echo-pipeline/testing");
116
- const { createStorageObjects } = await import("@dxos/client-services");
117
- const client = window.dxos.client;
118
- const config = client.config;
119
- await client.destroy();
120
- const { storage } = createStorageObjects(config.values?.runtime?.client?.storage ?? {});
121
- await changeStorageVersionInMetadata(storage, version);
122
- location.pathname = "/";
123
- };
4
+ // src/meta.ts
5
+ import { trim } from "@dxos/util";
6
+ var meta = {
7
+ id: "org.dxos.plugin.debug",
8
+ name: "Debug",
9
+ description: trim`
10
+ Comprehensive developer toolkit for troubleshooting applications, generating test data, and exploring automation capabilities.
11
+ Inspect objects, monitor events, and debug plugin behavior in real-time.
12
+ `,
13
+ icon: "ph--bug--regular",
14
+ source: "https://github.com/dxos/dxos/tree/main/packages/plugins/plugin-debug",
15
+ screenshots: [
16
+ "https://dxos.network/plugin-details-debug-dark.png"
17
+ ]
124
18
  };
19
+
20
+ // src/index.ts
21
+ var DebugPlugin = Plugin.lazy(meta, () => import("#plugin"));
125
22
  export {
126
- DEBUG_PLUGIN,
127
23
  DebugPlugin,
128
24
  meta
129
25
  };
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["../../../src/DebugPlugin.tsx", "../../../src/capabilities/index.ts", "../../../src/translations.ts"],
4
- "sourcesContent": ["//\n// Copyright 2023 DXOS.org\n//\n\nimport { Capabilities, contributes, defineModule, definePlugin, Events } from '@dxos/app-framework';\nimport { type Client } from '@dxos/react-client';\n\nimport { AppGraphBuilder, DebugSettings, ReactContext, ReactSurface } from './capabilities';\nimport { meta } from './meta';\nimport translations from './translations';\n\n// TODO(wittjosiah): Rename to DevtoolsPlugin?\nexport const DebugPlugin = () => {\n setupDevtools();\n\n return definePlugin(meta, [\n defineModule({\n id: `${meta.id}/module/settings`,\n activatesOn: Events.SetupSettings,\n activate: DebugSettings,\n }),\n defineModule({\n id: `${meta.id}/module/translations`,\n activatesOn: Events.SetupTranslations,\n activate: () => contributes(Capabilities.Translations, translations),\n }),\n defineModule({\n id: `${meta.id}/module/react-context`,\n activatesOn: Events.Startup,\n activate: ReactContext,\n }),\n defineModule({\n id: `${meta.id}/module/react-surface`,\n activatesOn: Events.SetupReactSurface,\n activate: ReactSurface,\n }),\n defineModule({\n id: `${meta.id}/module/app-graph-builder`,\n activatesOn: Events.SetupAppGraph,\n activate: AppGraphBuilder,\n }),\n ]);\n};\n\nconst setupDevtools = () => {\n (globalThis as any).composer ??= {};\n\n // Used to test how composer handles breaking protocol changes.\n (globalThis as any).composer.changeStorageVersionInMetadata = async (version: number) => {\n const { changeStorageVersionInMetadata } = await import('@dxos/echo-pipeline/testing');\n const { createStorageObjects } = await import('@dxos/client-services');\n const client: Client = (window as any).dxos.client;\n const config = client.config;\n await client.destroy();\n const { storage } = createStorageObjects(config.values?.runtime?.client?.storage ?? {});\n await changeStorageVersionInMetadata(storage, version);\n location.pathname = '/';\n };\n};\n", "//\n// Copyright 2025 DXOS.org\n//\n\nimport { lazy } from '@dxos/app-framework';\n\nexport const AppGraphBuilder = lazy(() => import('./app-graph-builder'));\nexport const ReactContext = lazy(() => import('./react-context'));\nexport const ReactSurface = lazy(() => import('./react-surface'));\nexport const DebugSettings = lazy(() => import('./settings'));\n", "//\n// Copyright 2023 DXOS.org\n//\n\nimport { DEBUG_PLUGIN } from './meta';\n\nexport default [\n {\n 'en-US': {\n [DEBUG_PLUGIN]: {\n 'plugin name': 'Debug',\n 'mutation count': 'Number of mutations',\n 'mutation period': 'Mutation period',\n 'open devtools label': 'Open DevTools',\n 'devtools label': 'DevTools',\n 'devtools overview label': 'DevTools Stats',\n 'debug label': 'Debug',\n 'settings show debug panel': 'Show Debug panel.',\n 'settings show devtools panel': 'Show DevTools panel.',\n 'settings wireframe': 'Show wireframes.',\n 'settings repair': 'Run repair tool.',\n 'settings download diagnostics': 'Download diagnostics.',\n 'settings uploaded': 'Uploaded to IPFS',\n 'settings uploaded to clipboard': 'URL copied to clipboard.',\n 'settings repair success': 'Repair succeeded',\n 'settings repair failed': 'Repair failed',\n 'settings choose storage adaptor': 'Storage adaptor (worker reload required).',\n 'settings storage adaptor idb label': 'IndexedDB',\n 'settings storage adaptor opfs label': 'OPFS',\n 'settings data store label': 'Data Store',\n 'settings storage adapter changed alert':\n 'Warning: Swapping the storage adapter will make your data unavailable.',\n 'settings space fragmentation': 'Enable AM space fragmentation',\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];\n"],
5
- "mappings": ";;;;;;AAIA,SAASA,cAAcC,aAAaC,cAAcC,cAAcC,cAAc;;;ACA9E,SAASC,YAAY;AAEd,IAAMC,kBAAkBC,KAAK,MAAM,OAAO,kCAAA,CAAA;AAC1C,IAAMC,eAAeD,KAAK,MAAM,OAAO,8BAAA,CAAA;AACvC,IAAME,eAAeF,KAAK,MAAM,OAAO,8BAAA,CAAA;AACvC,IAAMG,gBAAgBH,KAAK,MAAM,OAAO,yBAAA,CAAA;;;ACH/C,IAAA,uBAAe;EACb;IACE,SAAS;MACP,CAACI,YAAAA,GAAe;QACd,eAAe;QACf,kBAAkB;QAClB,mBAAmB;QACnB,uBAAuB;QACvB,kBAAkB;QAClB,2BAA2B;QAC3B,eAAe;QACf,6BAA6B;QAC7B,gCAAgC;QAChC,sBAAsB;QACtB,mBAAmB;QACnB,iCAAiC;QACjC,qBAAqB;QACrB,kCAAkC;QAClC,2BAA2B;QAC3B,0BAA0B;QAC1B,mCAAmC;QACnC,sCAAsC;QACtC,uCAAuC;QACvC,6BAA6B;QAC7B,0CACE;QACF,gCAAgC;QAChC,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;;;;AFxDK,IAAMC,cAAc,MAAA;AACzBC,gBAAAA;AAEA,SAAOC,aAAaC,MAAM;IACxBC,aAAa;MACXC,IAAI,GAAGF,KAAKE,EAAE;MACdC,aAAaC,OAAOC;MACpBC,UAAUC;IACZ,CAAA;IACAN,aAAa;MACXC,IAAI,GAAGF,KAAKE,EAAE;MACdC,aAAaC,OAAOI;MACpBF,UAAU,MAAMG,YAAYC,aAAaC,cAAcC,oBAAAA;IACzD,CAAA;IACAX,aAAa;MACXC,IAAI,GAAGF,KAAKE,EAAE;MACdC,aAAaC,OAAOS;MACpBP,UAAUQ;IACZ,CAAA;IACAb,aAAa;MACXC,IAAI,GAAGF,KAAKE,EAAE;MACdC,aAAaC,OAAOW;MACpBT,UAAUU;IACZ,CAAA;IACAf,aAAa;MACXC,IAAI,GAAGF,KAAKE,EAAE;MACdC,aAAaC,OAAOa;MACpBX,UAAUY;IACZ,CAAA;GACD;AACH;AAEA,IAAMpB,gBAAgB,MAAA;AACnBqB,aAAmBC,aAAa,CAAC;AAGjCD,aAAmBC,SAASC,iCAAiC,OAAOC,YAAAA;AACnE,UAAM,EAAED,+BAA8B,IAAK,MAAM,OAAO,6BAAA;AACxD,UAAM,EAAEE,qBAAoB,IAAK,MAAM,OAAO,uBAAA;AAC9C,UAAMC,SAAkBC,OAAeC,KAAKF;AAC5C,UAAMG,SAASH,OAAOG;AACtB,UAAMH,OAAOI,QAAO;AACpB,UAAM,EAAEC,QAAO,IAAKN,qBAAqBI,OAAOG,QAAQC,SAASP,QAAQK,WAAW,CAAC,CAAA;AACrF,UAAMR,+BAA+BQ,SAASP,OAAAA;AAC9CU,aAASC,WAAW;EACtB;AACF;",
6
- "names": ["Capabilities", "contributes", "defineModule", "definePlugin", "Events", "lazy", "AppGraphBuilder", "lazy", "ReactContext", "ReactSurface", "DebugSettings", "DEBUG_PLUGIN", "DebugPlugin", "setupDevtools", "definePlugin", "meta", "defineModule", "id", "activatesOn", "Events", "SetupSettings", "activate", "DebugSettings", "SetupTranslations", "contributes", "Capabilities", "Translations", "translations", "Startup", "ReactContext", "SetupReactSurface", "ReactSurface", "SetupAppGraph", "AppGraphBuilder", "globalThis", "composer", "changeStorageVersionInMetadata", "version", "createStorageObjects", "client", "window", "dxos", "config", "destroy", "storage", "values", "runtime", "location", "pathname"]
3
+ "sources": ["../../../src/index.ts", "../../../src/meta.ts"],
4
+ "sourcesContent": ["//\n// Copyright 2023 DXOS.org\n//\n\nimport { Plugin } from '@dxos/app-framework';\n\nimport { meta } from './meta';\n\nexport const DebugPlugin = Plugin.lazy(meta, () => import('#plugin'));\nexport type { DebugPluginOptions } from '#types';\n\nexport * from './meta';\n", "//\n// Copyright 2023 DXOS.org\n//\n\nimport { type Plugin } from '@dxos/app-framework';\nimport { trim } from '@dxos/util';\n\nexport const meta: Plugin.Meta = {\n id: 'org.dxos.plugin.debug',\n name: 'Debug',\n description: trim`\n Comprehensive developer toolkit for troubleshooting applications, generating test data, and exploring automation capabilities.\n Inspect objects, monitor events, and debug plugin behavior in real-time.\n `,\n icon: 'ph--bug--regular',\n source: 'https://github.com/dxos/dxos/tree/main/packages/plugins/plugin-debug',\n screenshots: ['https://dxos.network/plugin-details-debug-dark.png'],\n};\n"],
5
+ "mappings": ";AAIA,SAASA,cAAc;;;ACCvB,SAASC,YAAY;AAEd,IAAMC,OAAoB;EAC/BC,IAAI;EACJC,MAAM;EACNC,aAAaJ;;;;EAIbK,MAAM;EACNC,QAAQ;EACRC,aAAa;IAAC;;AAChB;;;ADTO,IAAMC,cAAcC,OAAOC,KAAKC,MAAM,MAAM,OAAO,SAAA,CAAA;",
6
+ "names": ["Plugin", "trim", "meta", "id", "name", "description", "icon", "source", "screenshots", "DebugPlugin", "Plugin", "lazy", "meta"]
7
7
  }
@@ -1 +1 @@
1
- {"inputs":{"packages/plugins/plugin-debug/src/meta.ts":{"bytes":2257,"imports":[],"format":"esm"},"packages/plugins/plugin-debug/src/types.ts":{"bytes":10520,"imports":[{"path":"effect","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/plugin-debug/src/capabilities/app-graph-builder.ts":{"bytes":76697,"imports":[{"path":"@effect-rx/rx-react","kind":"import-statement","external":true},{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/plugin-deck/types","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-debug/src/meta.ts","kind":"import-statement","original":"../meta"},{"path":"packages/plugins/plugin-debug/src/types.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"packages/plugins/plugin-debug/src/capabilities/react-context.tsx":{"bytes":1817,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-debug/src/meta.ts","kind":"import-statement","original":"../meta"}],"format":"esm"},"packages/plugins/plugin-debug/src/components/DebugObjectPanel.tsx":{"bytes":3924,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true},{"path":"@dxos/react-ui-syntax-highlighter","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/plugin-debug/src/components/DebugSettings.tsx":{"bytes":21076,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/config","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-debug/src/meta.ts","kind":"import-statement","original":"../meta"}],"format":"esm"},"packages/plugins/plugin-debug/src/components/DebugStatus.tsx":{"bytes":18951,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"@dxos/plugin-status-bar","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/react-client/mesh","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/plugin-debug/src/components/Wireframe.tsx":{"bytes":6645,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react-resize-detector","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"@dxos/react-ui-syntax-highlighter","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/plugin-debug/src/components/DebugApp/Tree.tsx":{"bytes":10724,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui-syntax-highlighter","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/plugin-debug/src/components/Container.tsx":{"bytes":1909,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/plugin-debug/src/components/DebugApp/DebugApp.tsx":{"bytes":11122,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"@phosphor-icons/react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-debug/src/components/DebugApp/Tree.tsx","kind":"import-statement","original":"./Tree"},{"path":"packages/plugins/plugin-debug/src/components/Container.tsx","kind":"import-statement","original":"../Container"}],"format":"esm"},"packages/plugins/plugin-debug/src/components/DebugApp/index.ts":{"bytes":629,"imports":[{"path":"packages/plugins/plugin-debug/src/components/DebugApp/DebugApp.tsx","kind":"import-statement","original":"./DebugApp"}],"format":"esm"},"packages/plugins/plugin-debug/src/components/DevtoolsOverviewContainer.tsx":{"bytes":2158,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/plugin-debug/src/components/SpaceGenerator/ObjectGenerator.tsx":{"bytes":21711,"imports":[{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/conductor","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","kind":"import-statement","external":true},{"path":"@dxos/plugin-sheet/types","kind":"import-statement","external":true},{"path":"@dxos/plugin-sheet/types","kind":"import-statement","external":true},{"path":"@dxos/plugin-sketch/types","kind":"import-statement","external":true},{"path":"@dxos/random","kind":"import-statement","external":true},{"path":"@dxos/react-ui-table","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@dxos/schema/testing","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/plugin-debug/src/components/SpaceGenerator/SchemaTable.tsx":{"bytes":3938,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/plugin-debug/src/components/SpaceGenerator/presets.ts":{"bytes":91218,"imports":[{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/conductor","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-canvas-compute","kind":"import-statement","external":true},{"path":"@dxos/react-ui-canvas-editor","kind":"import-statement","external":true},{"path":"@dxos/react-ui-table","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"packages/plugins/plugin-debug/src/components/SpaceGenerator/SpaceGenerator.tsx":{"bytes":26185,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/conductor","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","kind":"import-statement","external":true},{"path":"@dxos/plugin-sheet/types","kind":"import-statement","external":true},{"path":"@dxos/plugin-sketch/types","kind":"import-statement","external":true},{"path":"@dxos/plugin-space/types","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-syntax-highlighter","kind":"import-statement","external":true},{"path":"@dxos/react-ui-table","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-debug/src/components/SpaceGenerator/ObjectGenerator.tsx","kind":"import-statement","original":"./ObjectGenerator"},{"path":"packages/plugins/plugin-debug/src/components/SpaceGenerator/SchemaTable.tsx","kind":"import-statement","original":"./SchemaTable"},{"path":"packages/plugins/plugin-debug/src/components/SpaceGenerator/presets.ts","kind":"import-statement","original":"./presets"}],"format":"esm"},"packages/plugins/plugin-debug/src/components/SpaceGenerator/index.ts":{"bytes":689,"imports":[{"path":"packages/plugins/plugin-debug/src/components/SpaceGenerator/SpaceGenerator.tsx","kind":"import-statement","original":"./SpaceGenerator"}],"format":"esm"},"packages/plugins/plugin-debug/src/components/index.ts":{"bytes":1701,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-debug/src/components/DebugObjectPanel.tsx","kind":"import-statement","original":"./DebugObjectPanel"},{"path":"packages/plugins/plugin-debug/src/components/DebugSettings.tsx","kind":"import-statement","original":"./DebugSettings"},{"path":"packages/plugins/plugin-debug/src/components/DebugStatus.tsx","kind":"import-statement","original":"./DebugStatus"},{"path":"packages/plugins/plugin-debug/src/components/Wireframe.tsx","kind":"import-statement","original":"./Wireframe"},{"path":"packages/plugins/plugin-debug/src/components/DebugApp/index.ts","kind":"dynamic-import","original":"./DebugApp"},{"path":"packages/plugins/plugin-debug/src/components/DevtoolsOverviewContainer.tsx","kind":"dynamic-import","original":"./DevtoolsOverviewContainer"},{"path":"packages/plugins/plugin-debug/src/components/SpaceGenerator/index.ts","kind":"dynamic-import","original":"./SpaceGenerator"}],"format":"esm"},"packages/plugins/plugin-debug/src/capabilities/react-surface.tsx":{"bytes":49673,"imports":[{"path":"effect","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/local-storage","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/plugin-client","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/plugin-script/types","kind":"import-statement","external":true},{"path":"@dxos/plugin-space/types","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-debug/src/components/index.ts","kind":"import-statement","original":"../components"},{"path":"packages/plugins/plugin-debug/src/meta.ts","kind":"import-statement","original":"../meta"},{"path":"packages/plugins/plugin-debug/src/types.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"packages/plugins/plugin-debug/src/capabilities/settings.ts":{"bytes":1883,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-debug/src/meta.ts","kind":"import-statement","original":"../meta"},{"path":"packages/plugins/plugin-debug/src/types.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"packages/plugins/plugin-debug/src/capabilities/index.ts":{"bytes":1533,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-debug/src/capabilities/app-graph-builder.ts","kind":"dynamic-import","original":"./app-graph-builder"},{"path":"packages/plugins/plugin-debug/src/capabilities/react-context.tsx","kind":"dynamic-import","original":"./react-context"},{"path":"packages/plugins/plugin-debug/src/capabilities/react-surface.tsx","kind":"dynamic-import","original":"./react-surface"},{"path":"packages/plugins/plugin-debug/src/capabilities/settings.ts","kind":"dynamic-import","original":"./settings"}],"format":"esm"},"packages/plugins/plugin-debug/src/translations.ts":{"bytes":8043,"imports":[{"path":"packages/plugins/plugin-debug/src/meta.ts","kind":"import-statement","original":"./meta"}],"format":"esm"},"packages/plugins/plugin-debug/src/DebugPlugin.tsx":{"bytes":7348,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-debug/src/capabilities/index.ts","kind":"import-statement","original":"./capabilities"},{"path":"packages/plugins/plugin-debug/src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"packages/plugins/plugin-debug/src/translations.ts","kind":"import-statement","original":"./translations"},{"path":"@dxos/echo-pipeline/testing","kind":"dynamic-import","external":true},{"path":"@dxos/client-services","kind":"dynamic-import","external":true}],"format":"esm"},"packages/plugins/plugin-debug/src/index.ts":{"bytes":560,"imports":[{"path":"packages/plugins/plugin-debug/src/DebugPlugin.tsx","kind":"import-statement","original":"./DebugPlugin"},{"path":"packages/plugins/plugin-debug/src/meta.ts","kind":"import-statement","original":"./meta"}],"format":"esm"}},"outputs":{"packages/plugins/plugin-debug/dist/lib/browser/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":7848},"packages/plugins/plugin-debug/dist/lib/browser/index.mjs":{"imports":[{"path":"packages/plugins/plugin-debug/dist/lib/browser/chunk-47JOZTT2.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-debug/dist/lib/browser/app-graph-builder-6HHJMKVU.mjs","kind":"dynamic-import"},{"path":"packages/plugins/plugin-debug/dist/lib/browser/react-context-ZQRD2WG2.mjs","kind":"dynamic-import"},{"path":"packages/plugins/plugin-debug/dist/lib/browser/react-surface-UI6OK73H.mjs","kind":"dynamic-import"},{"path":"packages/plugins/plugin-debug/dist/lib/browser/settings-SXQWSIM4.mjs","kind":"dynamic-import"},{"path":"@dxos/echo-pipeline/testing","kind":"dynamic-import","external":true},{"path":"@dxos/client-services","kind":"dynamic-import","external":true}],"exports":["DEBUG_PLUGIN","DebugPlugin","meta"],"entryPoint":"packages/plugins/plugin-debug/src/index.ts","inputs":{"packages/plugins/plugin-debug/src/DebugPlugin.tsx":{"bytesInOutput":1545},"packages/plugins/plugin-debug/src/capabilities/index.ts":{"bytesInOutput":331},"packages/plugins/plugin-debug/src/translations.ts":{"bytesInOutput":2520},"packages/plugins/plugin-debug/src/index.ts":{"bytesInOutput":0}},"bytes":4766},"packages/plugins/plugin-debug/dist/lib/browser/app-graph-builder-6HHJMKVU.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":29135},"packages/plugins/plugin-debug/dist/lib/browser/app-graph-builder-6HHJMKVU.mjs":{"imports":[{"path":"packages/plugins/plugin-debug/dist/lib/browser/chunk-KS3YBEL7.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-debug/dist/lib/browser/chunk-47JOZTT2.mjs","kind":"import-statement"},{"path":"@effect-rx/rx-react","kind":"import-statement","external":true},{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/plugin-deck/types","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"packages/plugins/plugin-debug/src/capabilities/app-graph-builder.ts","inputs":{"packages/plugins/plugin-debug/src/capabilities/app-graph-builder.ts":{"bytesInOutput":19025}},"bytes":19310},"packages/plugins/plugin-debug/dist/lib/browser/react-context-ZQRD2WG2.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":946},"packages/plugins/plugin-debug/dist/lib/browser/react-context-ZQRD2WG2.mjs":{"imports":[{"path":"packages/plugins/plugin-debug/dist/lib/browser/chunk-47JOZTT2.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"packages/plugins/plugin-debug/src/capabilities/react-context.tsx","inputs":{"packages/plugins/plugin-debug/src/capabilities/react-context.tsx":{"bytesInOutput":355}},"bytes":578},"packages/plugins/plugin-debug/dist/lib/browser/DebugApp-WSEJPCKY.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":11830},"packages/plugins/plugin-debug/dist/lib/browser/DebugApp-WSEJPCKY.mjs":{"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"@phosphor-icons/react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui-syntax-highlighter","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"packages/plugins/plugin-debug/src/components/DebugApp/index.ts","inputs":{"packages/plugins/plugin-debug/src/components/DebugApp/DebugApp.tsx":{"bytesInOutput":3295},"packages/plugins/plugin-debug/src/components/DebugApp/Tree.tsx":{"bytesInOutput":3274},"packages/plugins/plugin-debug/src/components/Container.tsx":{"bytesInOutput":523},"packages/plugins/plugin-debug/src/components/DebugApp/index.ts":{"bytesInOutput":33}},"bytes":7552},"packages/plugins/plugin-debug/dist/lib/browser/DevtoolsOverviewContainer-IIIWO77Q.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1001},"packages/plugins/plugin-debug/dist/lib/browser/DevtoolsOverviewContainer-IIIWO77Q.mjs":{"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true}],"exports":["DevtoolsOverviewContainer","default"],"entryPoint":"packages/plugins/plugin-debug/src/components/DevtoolsOverviewContainer.tsx","inputs":{"packages/plugins/plugin-debug/src/components/DevtoolsOverviewContainer.tsx":{"bytesInOutput":639}},"bytes":869},"packages/plugins/plugin-debug/dist/lib/browser/SpaceGenerator-VB6IB2LL.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":65735},"packages/plugins/plugin-debug/dist/lib/browser/SpaceGenerator-VB6IB2LL.mjs":{"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/conductor","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","kind":"import-statement","external":true},{"path":"@dxos/plugin-sheet/types","kind":"import-statement","external":true},{"path":"@dxos/plugin-sketch/types","kind":"import-statement","external":true},{"path":"@dxos/plugin-space/types","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-syntax-highlighter","kind":"import-statement","external":true},{"path":"@dxos/react-ui-table","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/conductor","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","kind":"import-statement","external":true},{"path":"@dxos/plugin-sheet/types","kind":"import-statement","external":true},{"path":"@dxos/plugin-sheet/types","kind":"import-statement","external":true},{"path":"@dxos/plugin-sketch/types","kind":"import-statement","external":true},{"path":"@dxos/random","kind":"import-statement","external":true},{"path":"@dxos/react-ui-table","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@dxos/schema/testing","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"effect","kind":"import-statement","external":true},{"path":"@dxos/conductor","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-canvas-compute","kind":"import-statement","external":true},{"path":"@dxos/react-ui-canvas-editor","kind":"import-statement","external":true},{"path":"@dxos/react-ui-table","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"packages/plugins/plugin-debug/src/components/SpaceGenerator/index.ts","inputs":{"packages/plugins/plugin-debug/src/components/SpaceGenerator/SpaceGenerator.tsx":{"bytesInOutput":7250},"packages/plugins/plugin-debug/src/components/SpaceGenerator/ObjectGenerator.tsx":{"bytesInOutput":5387},"packages/plugins/plugin-debug/src/components/SpaceGenerator/SchemaTable.tsx":{"bytesInOutput":1136},"packages/plugins/plugin-debug/src/components/SpaceGenerator/presets.ts":{"bytesInOutput":26164},"packages/plugins/plugin-debug/src/components/SpaceGenerator/index.ts":{"bytesInOutput":45}},"bytes":40560},"packages/plugins/plugin-debug/dist/lib/browser/react-surface-UI6OK73H.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":50145},"packages/plugins/plugin-debug/dist/lib/browser/react-surface-UI6OK73H.mjs":{"imports":[{"path":"packages/plugins/plugin-debug/dist/lib/browser/chunk-KS3YBEL7.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-debug/dist/lib/browser/chunk-47JOZTT2.mjs","kind":"import-statement"},{"path":"effect","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/local-storage","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/plugin-client","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/plugin-script/types","kind":"import-statement","external":true},{"path":"@dxos/plugin-space/types","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true},{"path":"@dxos/react-ui-syntax-highlighter","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/config","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"@dxos/plugin-status-bar","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/react-client/mesh","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react-resize-detector","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"@dxos/react-ui-syntax-highlighter","kind":"import-statement","external":true},{"path":"@dxos/react-ui-theme","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-debug/dist/lib/browser/DebugApp-WSEJPCKY.mjs","kind":"dynamic-import"},{"path":"packages/plugins/plugin-debug/dist/lib/browser/DevtoolsOverviewContainer-IIIWO77Q.mjs","kind":"dynamic-import"},{"path":"packages/plugins/plugin-debug/dist/lib/browser/SpaceGenerator-VB6IB2LL.mjs","kind":"dynamic-import"}],"exports":["default"],"entryPoint":"packages/plugins/plugin-debug/src/capabilities/react-surface.tsx","inputs":{"packages/plugins/plugin-debug/src/capabilities/react-surface.tsx":{"bytesInOutput":13200},"packages/plugins/plugin-debug/src/components/index.ts":{"bytesInOutput":262},"packages/plugins/plugin-debug/src/components/DebugObjectPanel.tsx":{"bytesInOutput":1063},"packages/plugins/plugin-debug/src/components/DebugSettings.tsx":{"bytesInOutput":6035},"packages/plugins/plugin-debug/src/components/DebugStatus.tsx":{"bytesInOutput":4296},"packages/plugins/plugin-debug/src/components/Wireframe.tsx":{"bytesInOutput":1965}},"bytes":27545},"packages/plugins/plugin-debug/dist/lib/browser/settings-SXQWSIM4.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":961},"packages/plugins/plugin-debug/dist/lib/browser/settings-SXQWSIM4.mjs":{"imports":[{"path":"packages/plugins/plugin-debug/dist/lib/browser/chunk-KS3YBEL7.mjs","kind":"import-statement"},{"path":"packages/plugins/plugin-debug/dist/lib/browser/chunk-47JOZTT2.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/live-object","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"packages/plugins/plugin-debug/src/capabilities/settings.ts","inputs":{"packages/plugins/plugin-debug/src/capabilities/settings.ts":{"bytesInOutput":296}},"bytes":557},"packages/plugins/plugin-debug/dist/lib/browser/chunk-KS3YBEL7.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":5469},"packages/plugins/plugin-debug/dist/lib/browser/chunk-KS3YBEL7.mjs":{"imports":[{"path":"effect","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true}],"exports":["DebugSettingsSchema","Devtools"],"inputs":{"packages/plugins/plugin-debug/src/types.ts":{"bytesInOutput":2449}},"bytes":2586},"packages/plugins/plugin-debug/dist/lib/browser/chunk-47JOZTT2.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1060},"packages/plugins/plugin-debug/dist/lib/browser/chunk-47JOZTT2.mjs":{"imports":[],"exports":["DEBUG_PLUGIN","meta"],"inputs":{"packages/plugins/plugin-debug/src/meta.ts":{"bytesInOutput":609}},"bytes":734}}}
1
+ {"inputs":{"src/meta.ts":{"bytes":1948,"imports":[{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/index.ts":{"bytes":998,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"#plugin","kind":"dynamic-import","external":true}],"format":"esm"},"src/translations.ts":{"bytes":11305,"imports":[{"path":"@dxos/react-ui-introspect/translations","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"}},"outputs":{"dist/lib/browser/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1376},"dist/lib/browser/index.mjs":{"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"#plugin","kind":"dynamic-import","external":true}],"exports":["DebugPlugin","meta"],"entryPoint":"src/index.ts","inputs":{"src/index.ts":{"bytesInOutput":108},"src/meta.ts":{"bytesInOutput":521}},"bytes":747},"dist/lib/browser/translations.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":5100},"dist/lib/browser/translations.mjs":{"imports":[{"path":"@dxos/react-ui-introspect/translations","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"exports":["translations"],"entryPoint":"src/translations.ts","inputs":{"src/translations.ts":{"bytesInOutput":3730}},"bytes":3822}}}
@@ -0,0 +1,81 @@
1
+ // src/translations.ts
2
+ import { translations as introspectTranslations } from "@dxos/react-ui-introspect/translations";
3
+ import { meta } from "#meta";
4
+ var translations = [
5
+ ...introspectTranslations,
6
+ {
7
+ "en-US": {
8
+ [meta.id]: {
9
+ "plugin.name": "Debug",
10
+ "settings.title": "Debug settings",
11
+ "open-devtools.label": "Open DevTools",
12
+ "devtools.label": "DevTools",
13
+ "devtools-overview.label": "Stats",
14
+ "space-objects.label": "Database",
15
+ "debug.label": "Debug",
16
+ "generate-objects.label": "Generate Objects",
17
+ "debug-app-graph.label": "App Graph",
18
+ "debug-tools-explorer.label": "Tools Explorer",
19
+ "settings.wireframe.label": "Show wireframes.",
20
+ "settings.wireframe.description": "Overlay wireframe outlines on UI components for debugging layout.",
21
+ "settings.trace-all.label": "Trace all requests (100% sampling).",
22
+ "settings.trace-all.description": "Override the default 30% sampling rate to capture all traces. Requires page reload to take effect.",
23
+ "settings.tracing-panel.label": "Open tracing panel.",
24
+ "settings.tracing-panel.description": "Open the tracing dashboard to inspect captured spans.",
25
+ "settings.repair.label": "Run repair tool.",
26
+ "settings.repair.description": "Attempt to detect and fix inconsistencies in local data storage.",
27
+ "settings.download-diagnostics.label": "Download diagnostics.",
28
+ "settings.download-diagnostics.description": "Export a JSON file containing client diagnostics for troubleshooting.",
29
+ "settings.download-logs.label": "Download log buffer.",
30
+ "settings.download-logs.description": "Export the in-memory log buffer as an NDJSON file.",
31
+ "settings.uploaded.message": "Settings uploaded.",
32
+ "settings.uploaded.description": "URL copied to clipboard.",
33
+ "settings.choose-storage-adaptor.label": "Storage adaptor (worker reload required).",
34
+ "settings.choose-storage-adaptor.description": "Select the browser storage backend. Changing this requires a worker reload and may make existing data unavailable.",
35
+ "settings.repair-success.message": "Repair succeeded",
36
+ "settings.repair-failed.message": "Repair failed",
37
+ "settings.storage-adaptor.idb.label": "IndexedDB",
38
+ "settings.storage-adaptor.opfs.label": "OPFS",
39
+ "settings.storage-adapter.changed-alert.message": "Warning: Swapping the storage adapter will make your data unavailable.",
40
+ "settings.data-store.label": "Data Store",
41
+ "open-debug-panel.label": "Show Debug",
42
+ "client.label": "Client",
43
+ "config.label": "Config",
44
+ "storage.label": "Storage",
45
+ "logs.label": "Logs",
46
+ "diagnostics.label": "Diagnostics",
47
+ "tracing.label": "Tracing",
48
+ "halo.label": "HALO",
49
+ "identity.label": "Identity",
50
+ "devices.label": "Devices",
51
+ "keyring.label": "Keyring",
52
+ "credentials.label": "Credentials",
53
+ "echo.label": "ECHO",
54
+ "spaces.label": "Spaces",
55
+ "space.label": "Space",
56
+ "feeds.label": "Feeds",
57
+ "objects.label": "Objects",
58
+ "schema.label": "Schema",
59
+ "automerge.label": "Automerge",
60
+ "queues.label": "Queues",
61
+ "members.label": "Members",
62
+ "metadata.label": "Metadata",
63
+ "mesh.label": "MESH",
64
+ "signal.label": "Signal",
65
+ "swarm.label": "Swarm",
66
+ "network.label": "Network",
67
+ "agent.label": "Agent",
68
+ "dashboard.label": "Dashboard",
69
+ "search.label": "Search",
70
+ "edge.label": "EDGE",
71
+ "workflows.label": "Workflows",
72
+ "traces.label": "Traces",
73
+ "testing.label": "Testing"
74
+ }
75
+ }
76
+ }
77
+ ];
78
+ export {
79
+ translations
80
+ };
81
+ //# 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
+ }
@@ -1,2 +1,5 @@
1
- export declare const DebugPlugin: () => import("@dxos/app-framework").Plugin;
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;
2
5
  //# sourceMappingURL=DebugPlugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DebugPlugin.d.ts","sourceRoot":"","sources":["../../../src/DebugPlugin.tsx"],"names":[],"mappings":"AAYA,eAAO,MAAM,WAAW,4CA8BvB,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":""}
@@ -1,4 +1,6 @@
1
- import { type PluginContext } from '@dxos/app-framework';
2
- declare const _default: (context: PluginContext) => import("@dxos/app-framework").Capability<import("@dxos/app-graph").BuilderExtensions>;
1
+ import * as Effect from 'effect/Effect';
2
+ import { Capability } from '@dxos/app-framework';
3
+ import { GraphBuilder } from '@dxos/plugin-graph';
4
+ declare const _default: (props: void) => Effect.Effect<Capability.Capability<Capability.InterfaceDef<GraphBuilder.BuilderExtensions>>, never, Capability.Service>;
3
5
  export default _default;
4
6
  //# sourceMappingURL=app-graph-builder.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app-graph-builder.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/app-graph-builder.ts"],"names":[],"mappings":"AAOA,OAAO,EAA6B,KAAK,aAAa,EAAE,MAAM,qBAAqB,CAAC;yBAWpE,SAAS,aAAa;AAAtC,wBAsbK"}
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,9 +1,12 @@
1
- export declare const AppGraphBuilder: (props?: import("@dxos/app-framework").PluginContext | undefined) => Promise<() => Promise<import("@dxos/app-framework").Capability<import("@dxos/app-graph").BuilderExtensions> | import("@dxos/app-framework").AnyCapability[]>>;
2
- export declare const ReactContext: (props?: unknown) => Promise<() => Promise<import("@dxos/app-framework").Capability<Readonly<{
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<{
3
4
  id: string;
4
5
  dependsOn?: string[];
5
6
  context: import("react").FC<import("react").PropsWithChildren>;
6
- }>> | import("@dxos/app-framework").AnyCapability[]>>;
7
- export declare const ReactSurface: (props?: import("@dxos/app-framework").PluginContext | undefined) => Promise<() => Promise<import("@dxos/app-framework").Capability<import("@dxos/app-framework").Capabilities.ReactSurface> | import("@dxos/app-framework").AnyCapability[]>>;
8
- export declare const DebugSettings: (props?: unknown) => Promise<() => Promise<import("@dxos/app-framework").Capability<import("@dxos/app-framework").Capabilities.Settings> | import("@dxos/app-framework").AnyCapability[]>>;
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>;
9
12
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/index.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,eAAe,oOAA4C,CAAC;AACzE,eAAO,MAAM,YAAY;;;;qDAAwC,CAAC;AAClE,eAAO,MAAM,YAAY,gPAAwC,CAAC;AAClE,eAAO,MAAM,aAAa,4LAAmC,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"}
@@ -1,8 +1,10 @@
1
+ import * as Effect from 'effect/Effect';
1
2
  import React from 'react';
2
- declare const _default: () => import("@dxos/app-framework").Capability<Readonly<{
3
+ import { Capability } from '@dxos/app-framework';
4
+ declare const _default: (props: void) => Effect.Effect<Capability.Capability<Capability.InterfaceDef<Readonly<{
3
5
  id: string;
4
6
  dependsOn?: string[];
5
7
  context: React.FC<React.PropsWithChildren>;
6
- }>>;
8
+ }>>>, never, never>;
7
9
  export default _default;
8
10
  //# sourceMappingURL=react-context.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"react-context.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/react-context.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;;;;;;AAO1B,wBAIK"}
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,4 +1,9 @@
1
- import { Capabilities, type PluginContext } from '@dxos/app-framework';
2
- declare const _default: (context: PluginContext) => import("@dxos/app-framework").Capability<Capabilities.ReactSurface>;
1
+ import * as Effect from 'effect/Effect';
2
+ import { Capabilities, Capability } from '@dxos/app-framework';
3
+ import { type IdbLogStore } from '@dxos/log-store-idb';
4
+ type ReactSurfaceOptions = {
5
+ logStore?: IdbLogStore;
6
+ };
7
+ declare const _default: (props: ReactSurfaceOptions) => Effect.Effect<Capability.Capability<Capability.InterfaceDef<Capabilities.ReactSurface>>, never, Capability.Service>;
3
8
  export default _default;
4
9
  //# sourceMappingURL=react-surface.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"react-surface.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/react-surface.tsx"],"names":[],"mappings":"AAOA,OAAO,EACL,YAAY,EAQZ,KAAK,aAAa,EACnB,MAAM,qBAAqB,CAAC;yBAwEb,SAAS,aAAa;AAAtC,wBAmTK"}
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,4 +1,7 @@
1
- import { Capabilities } from '@dxos/app-framework';
2
- declare const _default: () => import("@dxos/app-framework").Capability<Capabilities.Settings>;
1
+ import * as Effect from 'effect/Effect';
2
+ import { Capability } from '@dxos/app-framework';
3
+ import { AppCapabilities } from '@dxos/app-toolkit';
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>;
3
6
  export default _default;
4
7
  //# sourceMappingURL=settings.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/settings.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,YAAY,EAAe,MAAM,qBAAqB,CAAC;;AAMhE,wBAQE"}
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"}