@dxos/plugin-debug 0.8.4-main.3fbcb4aa9b → 0.8.4-main.4668b7de9b
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +102 -5
- package/PLUGIN.mdl +373 -0
- package/README.md +1 -1
- package/dist/lib/neutral/{DebugObjectPanel-UJ63CV25.mjs → DebugObjectPanel-OS65NC4M.mjs} +1 -1
- package/dist/lib/neutral/{DebugObjectPanel-UJ63CV25.mjs.map → DebugObjectPanel-OS65NC4M.mjs.map} +1 -1
- package/dist/lib/neutral/DebugPlugin.mjs +12 -0
- package/dist/lib/neutral/DebugPlugin.mjs.map +4 -4
- package/dist/lib/neutral/DebugPlugin.workerd.mjs +12 -0
- package/dist/lib/neutral/DebugPlugin.workerd.mjs.map +7 -0
- package/dist/lib/neutral/{DebugSettings-Z3XADRNK.mjs → DebugSettings-RKYNQIKH.mjs} +5 -6
- package/dist/lib/neutral/DebugSettings-RKYNQIKH.mjs.map +7 -0
- package/dist/lib/neutral/{DebugSpaceObjectsPanel-NISULU6U.mjs → DebugSpaceObjectsPanel-BHOCFWDJ.mjs} +1 -1
- package/dist/lib/neutral/{DebugSpaceObjectsPanel-NISULU6U.mjs.map → DebugSpaceObjectsPanel-BHOCFWDJ.mjs.map} +1 -1
- package/dist/lib/neutral/{DebugStatus-YB3KFP7G.mjs → DebugStatus-H2BAHN26.mjs} +2 -1
- package/dist/lib/neutral/DebugStatus-H2BAHN26.mjs.map +7 -0
- package/dist/lib/neutral/GithubPanel-QJKDJRVQ.mjs +177 -0
- package/dist/lib/neutral/GithubPanel-QJKDJRVQ.mjs.map +7 -0
- package/dist/lib/neutral/RegistryPanel-64GIYJHN.mjs +161 -0
- package/dist/lib/neutral/RegistryPanel-64GIYJHN.mjs.map +7 -0
- package/dist/lib/neutral/{SpaceGenerator-UBYB4NPD.mjs → SpaceGenerator-Y35G6DRV.mjs} +9 -6
- package/dist/lib/neutral/SpaceGenerator-Y35G6DRV.mjs.map +7 -0
- package/dist/lib/neutral/{Wireframe-7SNRUKET.mjs → Wireframe-WD7S2AUU.mjs} +2 -2
- package/dist/lib/neutral/Wireframe-WD7S2AUU.mjs.map +7 -0
- package/dist/lib/neutral/{app-graph-builder-YPYHL2K5.mjs → app-graph-builder-XYLTBYKN.mjs} +46 -11
- package/dist/lib/neutral/app-graph-builder-XYLTBYKN.mjs.map +7 -0
- package/dist/lib/neutral/capabilities/index.mjs +2 -2
- package/dist/lib/neutral/chunk-HOV6MV5B.mjs +43 -0
- package/dist/lib/neutral/chunk-HOV6MV5B.mjs.map +7 -0
- package/dist/lib/neutral/{chunk-NFIOTQRZ.mjs → chunk-UAAGABXZ.mjs} +2 -1
- package/dist/lib/neutral/{chunk-NFIOTQRZ.mjs.map → chunk-UAAGABXZ.mjs.map} +3 -3
- package/dist/lib/neutral/components/index.mjs +39 -48
- package/dist/lib/neutral/components/index.mjs.map +3 -3
- package/dist/lib/neutral/containers/index.mjs +9 -5
- package/dist/lib/neutral/containers/index.mjs.map +3 -3
- package/dist/lib/neutral/index.mjs +2 -2
- package/dist/lib/neutral/meta.json +1 -1
- package/dist/lib/neutral/meta.mjs +1 -1
- package/dist/lib/neutral/plugin.mjs +1 -1
- package/dist/lib/neutral/{react-surface-NH2H63KW.mjs → react-surface-3MDMZGCA.mjs} +23 -18
- package/dist/lib/neutral/react-surface-3MDMZGCA.mjs.map +7 -0
- package/dist/lib/neutral/translations.mjs +10 -2
- package/dist/lib/neutral/translations.mjs.map +2 -2
- package/dist/lib/neutral/types/index.mjs +1 -1
- package/dist/types/src/DebugPlugin.d.ts.map +1 -1
- package/dist/types/src/DebugPlugin.workerd.d.ts +5 -0
- package/dist/types/src/DebugPlugin.workerd.d.ts.map +1 -0
- package/dist/types/src/capabilities/react-surface.d.ts.map +1 -1
- package/dist/types/src/components/DebugSettings/DebugSettings.d.ts.map +1 -1
- package/dist/types/src/components/DebugSettings/DebugSettings.stories.d.ts +8 -1
- package/dist/types/src/components/DebugSettings/DebugSettings.stories.d.ts.map +1 -1
- package/dist/types/src/components/SpaceGenerator/ObjectGenerator.d.ts +2 -3
- package/dist/types/src/components/SpaceGenerator/ObjectGenerator.d.ts.map +1 -1
- package/dist/types/src/components/SpaceGenerator/presets.d.ts.map +1 -1
- package/dist/types/src/containers/DebugStatus/DebugStatus.d.ts.map +1 -1
- package/dist/types/src/containers/GithubPanel/GithubComponent.d.ts +15 -0
- package/dist/types/src/containers/GithubPanel/GithubComponent.d.ts.map +1 -0
- package/dist/types/src/containers/GithubPanel/GithubComponent.stories.d.ts +106 -0
- package/dist/types/src/containers/GithubPanel/GithubComponent.stories.d.ts.map +1 -0
- package/dist/types/src/containers/GithubPanel/GithubPanel.d.ts +3 -0
- package/dist/types/src/containers/GithubPanel/GithubPanel.d.ts.map +1 -0
- package/dist/types/src/containers/GithubPanel/index.d.ts +2 -0
- package/dist/types/src/containers/GithubPanel/index.d.ts.map +1 -0
- package/dist/types/src/containers/RegistryPanel/RegistryPanel.d.ts +3 -0
- package/dist/types/src/containers/RegistryPanel/RegistryPanel.d.ts.map +1 -0
- package/dist/types/src/containers/RegistryPanel/index.d.ts +2 -0
- package/dist/types/src/containers/RegistryPanel/index.d.ts.map +1 -0
- package/dist/types/src/containers/SpaceGenerator/SpaceGenerator.d.ts.map +1 -1
- package/dist/types/src/containers/index.d.ts +2 -0
- package/dist/types/src/containers/index.d.ts.map +1 -1
- package/dist/types/src/meta.d.ts +1 -1
- package/dist/types/src/meta.d.ts.map +1 -1
- package/dist/types/src/translations.d.ts +8 -1
- package/dist/types/src/translations.d.ts.map +1 -1
- package/dist/types/src/types/index.d.ts +1 -0
- package/dist/types/src/types/index.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +56 -66
- package/src/DebugPlugin.tsx +6 -0
- package/src/DebugPlugin.workerd.ts +12 -0
- package/src/capabilities/app-graph-builder.ts +38 -10
- package/src/capabilities/react-surface.tsx +22 -15
- package/src/components/DebugSettings/DebugSettings.tsx +5 -8
- package/src/components/SpaceGenerator/ObjectGenerator.tsx +16 -14
- package/src/components/SpaceGenerator/presets.ts +13 -14
- package/src/containers/DebugObjectPanel/DebugObjectPanel.tsx +2 -2
- package/src/containers/DebugSpaceObjectsPanel/DebugSpaceObjectsPanel.tsx +2 -2
- package/src/containers/DebugStatus/DebugStatus.tsx +1 -0
- package/src/containers/GithubPanel/GithubComponent.stories.tsx +38 -0
- package/src/containers/GithubPanel/GithubComponent.tsx +192 -0
- package/src/containers/GithubPanel/GithubPanel.tsx +17 -0
- package/src/containers/GithubPanel/index.ts +5 -0
- package/src/containers/RegistryPanel/RegistryPanel.tsx +150 -0
- package/src/containers/RegistryPanel/index.ts +5 -0
- package/src/containers/SpaceGenerator/SpaceGenerator.tsx +6 -5
- package/src/containers/Wireframe/Wireframe.tsx +1 -1
- package/src/containers/index.ts +2 -0
- package/src/meta.ts +26 -6
- package/src/translations.ts +9 -1
- package/src/types/index.ts +1 -0
- package/src/vite-env.d.ts +10 -0
- package/dist/lib/neutral/DebugSettings-Z3XADRNK.mjs.map +0 -7
- package/dist/lib/neutral/DebugStatus-YB3KFP7G.mjs.map +0 -7
- package/dist/lib/neutral/SpaceGenerator-UBYB4NPD.mjs.map +0 -7
- package/dist/lib/neutral/Wireframe-7SNRUKET.mjs.map +0 -7
- package/dist/lib/neutral/app-graph-builder-YPYHL2K5.mjs.map +0 -7
- package/dist/lib/neutral/chunk-3OGPOE7H.mjs +0 -20
- package/dist/lib/neutral/chunk-3OGPOE7H.mjs.map +0 -7
- package/dist/lib/neutral/react-surface-NH2H63KW.mjs.map +0 -7
|
@@ -1 +1 @@
|
|
|
1
|
-
{"inputs":{"src/meta.ts":{"bytes":1948,"imports":[{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/types/Settings.ts":{"bytes":1287,"imports":[{"path":"effect/Schema","kind":"import-statement","external":true}],"format":"esm"},"src/types/index.ts":{"bytes":10918,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"src/types/Settings.ts","kind":"import-statement","original":"./Settings"}],"format":"esm"},"src/index.ts":{"bytes":449,"imports":[{"path":"src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"src/types/index.ts","kind":"import-statement","original":"./types"}],"format":"esm"},"src/DebugPlugin.tsx":{"bytes":7092,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"#capabilities","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#translations","kind":"import-statement","external":true},{"path":"@dxos/echo-pipeline/testing","kind":"dynamic-import","external":true},{"path":"@dxos/client-services","kind":"dynamic-import","external":true}],"format":"esm"},"src/DebugPlugin.node.ts":{"bytes":1971,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"#capabilities","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"},"src/capabilities/app-graph-builder.ts":{"bytes":67303,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","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-space","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"format":"esm"},"src/capabilities/react-context.tsx":{"bytes":2472,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"},"src/capabilities/react-surface.tsx":{"bytes":53912,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit/ui","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/plugin-script","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-introspect","kind":"import-statement","external":true},{"path":"#components","kind":"import-statement","external":true},{"path":"#containers","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"format":"esm"},"src/capabilities/settings.ts":{"bytes":3044,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"format":"esm"},"src/capabilities/index.ts":{"bytes":1813,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/capabilities/app-graph-builder.ts","kind":"dynamic-import","original":"./app-graph-builder"},{"path":"src/capabilities/react-context.tsx","kind":"dynamic-import","original":"./react-context"},{"path":"src/capabilities/react-surface.tsx","kind":"dynamic-import","original":"./react-surface"},{"path":"src/capabilities/settings.ts","kind":"dynamic-import","original":"./settings"}],"format":"esm"},"src/components/SchemaTable/SchemaTable.tsx":{"bytes":3554,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true}],"format":"esm"},"src/components/SchemaTable/index.ts":{"bytes":387,"imports":[{"path":"src/components/SchemaTable/SchemaTable.tsx","kind":"import-statement","original":"./SchemaTable"}],"format":"esm"},"src/components/SpaceGenerator/presets.ts":{"bytes":103320,"imports":[{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/assistant-toolkit","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/invariant","kind":"import-statement","external":true},{"path":"@dxos/plugin-inbox","kind":"import-statement","external":true},{"path":"@dxos/plugin-inbox","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown","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/schema","kind":"import-statement","external":true},{"path":"@dxos/types","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/components/SpaceGenerator/ObjectGenerator.tsx":{"bytes":20062,"imports":[{"path":"@dxos/compute-hyperformula","kind":"import-statement","external":true},{"path":"@dxos/conductor","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown","kind":"import-statement","external":true},{"path":"@dxos/plugin-sheet","kind":"import-statement","external":true},{"path":"@dxos/plugin-sketch","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"@dxos/random","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"},"src/components/SpaceGenerator/index.ts":{"bytes":482,"imports":[{"path":"src/components/SpaceGenerator/presets.ts","kind":"import-statement","original":"./presets"},{"path":"src/components/SpaceGenerator/ObjectGenerator.tsx","kind":"import-statement","original":"./ObjectGenerator"}],"format":"esm"},"src/components/DebugSettings/DebugSettings.tsx":{"bytes":31222,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","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/tracing","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"},"src/components/DebugSettings/index.ts":{"bytes":512,"imports":[{"path":"src/components/DebugSettings/DebugSettings.tsx","kind":"import-statement","original":"./DebugSettings"}],"format":"esm"},"src/components/index.ts":{"bytes":913,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"src/components/SchemaTable/index.ts","kind":"import-statement","original":"./SchemaTable"},{"path":"src/components/SpaceGenerator/index.ts","kind":"import-statement","original":"./SpaceGenerator"},{"path":"src/components/DebugSettings/index.ts","kind":"dynamic-import","original":"./DebugSettings"}],"format":"esm"},"src/containers/DebugGraph/DebugGraph.tsx":{"bytes":1329,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true}],"format":"esm"},"src/containers/DebugGraph/index.ts":{"bytes":490,"imports":[{"path":"src/containers/DebugGraph/DebugGraph.tsx","kind":"import-statement","original":"./DebugGraph"}],"format":"esm"},"src/containers/DebugObjectPanel/DebugObjectPanel.tsx":{"bytes":9566,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true},{"path":"@dxos/echo","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/ui-theme","kind":"import-statement","external":true}],"format":"esm"},"src/containers/DebugObjectPanel/index.ts":{"bytes":530,"imports":[{"path":"src/containers/DebugObjectPanel/DebugObjectPanel.tsx","kind":"import-statement","original":"./DebugObjectPanel"}],"format":"esm"},"src/containers/DebugStatus/DebugStatus.tsx":{"bytes":18508,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/plugin-status-bar/components","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"},"src/containers/DebugStatus/index.ts":{"bytes":496,"imports":[{"path":"src/containers/DebugStatus/DebugStatus.tsx","kind":"import-statement","original":"./DebugStatus"}],"format":"esm"},"src/containers/DevtoolsOverviewContainer/DevtoolsOverviewContainer.tsx":{"bytes":2568,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true}],"format":"esm"},"src/containers/DevtoolsOverviewContainer/index.ts":{"bytes":584,"imports":[{"path":"src/containers/DevtoolsOverviewContainer/DevtoolsOverviewContainer.tsx","kind":"import-statement","original":"./DevtoolsOverviewContainer"}],"format":"esm"},"src/containers/SpaceGenerator/SpaceGenerator.tsx":{"bytes":17084,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","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","kind":"import-statement","external":true},{"path":"@dxos/plugin-sheet","kind":"import-statement","external":true},{"path":"@dxos/plugin-sketch","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/types","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"#components","kind":"import-statement","external":true}],"format":"esm"},"src/containers/SpaceGenerator/index.ts":{"bytes":518,"imports":[{"path":"src/containers/SpaceGenerator/SpaceGenerator.tsx","kind":"import-statement","original":"./SpaceGenerator"}],"format":"esm"},"src/containers/Wireframe/Wireframe.tsx":{"bytes":5811,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"react-resize-detector","kind":"import-statement","external":true},{"path":"@dxos/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/ui-theme","kind":"import-statement","external":true}],"format":"esm"},"src/containers/Wireframe/index.ts":{"bytes":484,"imports":[{"path":"src/containers/Wireframe/Wireframe.tsx","kind":"import-statement","original":"./Wireframe"}],"format":"esm"},"src/containers/DebugSpaceObjectsPanel/DebugSpaceObjectsPanel.tsx":{"bytes":5828,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true},{"path":"@dxos/echo","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}],"format":"esm"},"src/containers/DebugSpaceObjectsPanel/index.ts":{"bytes":566,"imports":[{"path":"src/containers/DebugSpaceObjectsPanel/DebugSpaceObjectsPanel.tsx","kind":"import-statement","original":"./DebugSpaceObjectsPanel"}],"format":"esm"},"src/containers/index.ts":{"bytes":2452,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"src/containers/DebugGraph/index.ts","kind":"dynamic-import","original":"./DebugGraph"},{"path":"src/containers/DebugObjectPanel/index.ts","kind":"dynamic-import","original":"./DebugObjectPanel"},{"path":"src/containers/DebugStatus/index.ts","kind":"dynamic-import","original":"./DebugStatus"},{"path":"src/containers/DevtoolsOverviewContainer/index.ts","kind":"dynamic-import","original":"./DevtoolsOverviewContainer"},{"path":"src/containers/SpaceGenerator/index.ts","kind":"dynamic-import","original":"./SpaceGenerator"},{"path":"src/containers/Wireframe/index.ts","kind":"dynamic-import","original":"./Wireframe"},{"path":"src/containers/DebugSpaceObjectsPanel/index.ts","kind":"dynamic-import","original":"./DebugSpaceObjectsPanel"}],"format":"esm"},"src/plugin.ts":{"bytes":918,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"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/neutral/DebugObjectPanel-UJ63CV25.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":5272},"dist/lib/neutral/DebugObjectPanel-UJ63CV25.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true},{"path":"@dxos/echo","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/ui-theme","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/containers/DebugObjectPanel/index.ts","inputs":{"src/containers/DebugObjectPanel/DebugObjectPanel.tsx":{"bytesInOutput":2488},"src/containers/DebugObjectPanel/index.ts":{"bytesInOutput":0}},"bytes":2673},"dist/lib/neutral/DebugStatus-YB3KFP7G.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":8530},"dist/lib/neutral/DebugStatus-YB3KFP7G.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/plugin-status-bar/components","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}],"exports":["default"],"entryPoint":"src/containers/DebugStatus/index.ts","inputs":{"src/containers/DebugStatus/DebugStatus.tsx":{"bytesInOutput":3814},"src/containers/DebugStatus/index.ts":{"bytesInOutput":0}},"bytes":3979},"dist/lib/neutral/DevtoolsOverviewContainer-YX7Z3D2H.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1384},"dist/lib/neutral/DevtoolsOverviewContainer-YX7Z3D2H.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/containers/DevtoolsOverviewContainer/index.ts","inputs":{"src/containers/DevtoolsOverviewContainer/DevtoolsOverviewContainer.tsx":{"bytesInOutput":608},"src/containers/DevtoolsOverviewContainer/index.ts":{"bytesInOutput":0}},"bytes":829},"dist/lib/neutral/SpaceGenerator-UBYB4NPD.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":8909},"dist/lib/neutral/SpaceGenerator-UBYB4NPD.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","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","kind":"import-statement","external":true},{"path":"@dxos/plugin-sheet","kind":"import-statement","external":true},{"path":"@dxos/plugin-sketch","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/types","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"#components","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/containers/SpaceGenerator/index.ts","inputs":{"src/containers/SpaceGenerator/SpaceGenerator.tsx":{"bytesInOutput":4372},"src/containers/SpaceGenerator/index.ts":{"bytesInOutput":0}},"bytes":4549},"dist/lib/neutral/Wireframe-7SNRUKET.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2951},"dist/lib/neutral/Wireframe-7SNRUKET.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"react-resize-detector","kind":"import-statement","external":true},{"path":"@dxos/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/ui-theme","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/containers/Wireframe/index.ts","inputs":{"src/containers/Wireframe/Wireframe.tsx":{"bytesInOutput":1620},"src/containers/Wireframe/index.ts":{"bytesInOutput":0}},"bytes":1777},"dist/lib/neutral/DebugSpaceObjectsPanel-NISULU6U.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":3157},"dist/lib/neutral/DebugSpaceObjectsPanel-NISULU6U.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true},{"path":"@dxos/echo","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}],"exports":["default"],"entryPoint":"src/containers/DebugSpaceObjectsPanel/index.ts","inputs":{"src/containers/DebugSpaceObjectsPanel/DebugSpaceObjectsPanel.tsx":{"bytesInOutput":1557},"src/containers/DebugSpaceObjectsPanel/index.ts":{"bytesInOutput":0}},"bytes":1766},"dist/lib/neutral/translations.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":5102},"dist/lib/neutral/translations.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"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":3854},"dist/lib/neutral/types/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/neutral/types/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-NFIOTQRZ.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"}],"exports":["DebugCapabilities","DebugContext","Devtools","Settings"],"entryPoint":"src/types/index.ts","inputs":{},"bytes":268},"dist/lib/neutral/app-graph-builder-YPYHL2K5.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":25779},"dist/lib/neutral/app-graph-builder-YPYHL2K5.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","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-space","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/app-graph-builder.ts","inputs":{"src/capabilities/app-graph-builder.ts":{"bytesInOutput":18797}},"bytes":18977},"dist/lib/neutral/react-context-MUZ3KVLU.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1330},"dist/lib/neutral/react-context-MUZ3KVLU.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/react-context.tsx","inputs":{"src/capabilities/react-context.tsx":{"bytesInOutput":589}},"bytes":758},"dist/lib/neutral/react-surface-NH2H63KW.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":23919},"dist/lib/neutral/react-surface-NH2H63KW.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit/ui","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/plugin-script","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-introspect","kind":"import-statement","external":true},{"path":"#components","kind":"import-statement","external":true},{"path":"#containers","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/react-surface.tsx","inputs":{"src/capabilities/react-surface.tsx":{"bytesInOutput":14880}},"bytes":15049},"dist/lib/neutral/settings-MPM6YUP4.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1558},"dist/lib/neutral/settings-MPM6YUP4.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/settings.ts","inputs":{"src/capabilities/settings.ts":{"bytesInOutput":704}},"bytes":857},"dist/lib/neutral/DebugSettings-Z3XADRNK.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":15257},"dist/lib/neutral/DebugSettings-Z3XADRNK.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","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/tracing","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/components/DebugSettings/index.ts","inputs":{"src/components/DebugSettings/DebugSettings.tsx":{"bytesInOutput":8745},"src/components/DebugSettings/index.ts":{"bytesInOutput":0}},"bytes":8918},"dist/lib/neutral/DebugGraph-G4FWS57E.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":738},"dist/lib/neutral/DebugGraph-G4FWS57E.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/containers/DebugGraph/index.ts","inputs":{"src/containers/DebugGraph/DebugGraph.tsx":{"bytesInOutput":248},"src/containers/DebugGraph/index.ts":{"bytesInOutput":0}},"bytes":409},"dist/lib/neutral/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/neutral/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-NFIOTQRZ.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-3OGPOE7H.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"}],"exports":["DebugCapabilities","DebugContext","Devtools","Settings","meta"],"entryPoint":"src/index.ts","inputs":{"src/index.ts":{"bytesInOutput":0}},"bytes":321},"dist/lib/neutral/chunk-NFIOTQRZ.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":6335},"dist/lib/neutral/chunk-NFIOTQRZ.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true}],"exports":["DebugCapabilities","DebugContext","Devtools","Settings_exports"],"inputs":{"src/types/index.ts":{"bytesInOutput":2574},"src/types/Settings.ts":{"bytesInOutput":269}},"bytes":3091},"dist/lib/neutral/DebugPlugin.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":3772},"dist/lib/neutral/DebugPlugin.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"#capabilities","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#translations","kind":"import-statement","external":true},{"path":"@dxos/echo-pipeline/testing","kind":"dynamic-import","external":true},{"path":"@dxos/client-services","kind":"dynamic-import","external":true}],"exports":["DebugPlugin","default"],"entryPoint":"src/DebugPlugin.tsx","inputs":{"src/DebugPlugin.tsx":{"bytesInOutput":1604}},"bytes":1760},"dist/lib/neutral/DebugPlugin.node.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1066},"dist/lib/neutral/DebugPlugin.node.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"#capabilities","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"exports":["DebugPlugin","default"],"entryPoint":"src/DebugPlugin.node.ts","inputs":{"src/DebugPlugin.node.ts":{"bytesInOutput":410}},"bytes":580},"dist/lib/neutral/capabilities/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":953},"dist/lib/neutral/capabilities/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"dist/lib/neutral/app-graph-builder-YPYHL2K5.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/react-context-MUZ3KVLU.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/react-surface-NH2H63KW.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/settings-MPM6YUP4.mjs","kind":"dynamic-import"}],"exports":["AppGraphBuilder","DebugSettings","ReactContext","ReactSurface"],"entryPoint":"src/capabilities/index.ts","inputs":{"src/capabilities/index.ts":{"bytesInOutput":453}},"bytes":629},"dist/lib/neutral/components/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":56537},"dist/lib/neutral/components/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/assistant-toolkit","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/invariant","kind":"import-statement","external":true},{"path":"@dxos/plugin-inbox","kind":"import-statement","external":true},{"path":"@dxos/plugin-inbox","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown","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/schema","kind":"import-statement","external":true},{"path":"@dxos/types","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/compute-hyperformula","kind":"import-statement","external":true},{"path":"@dxos/conductor","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown","kind":"import-statement","external":true},{"path":"@dxos/plugin-sheet","kind":"import-statement","external":true},{"path":"@dxos/plugin-sketch","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"@dxos/random","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":"dist/lib/neutral/DebugSettings-Z3XADRNK.mjs","kind":"dynamic-import"}],"exports":["DebugSettings","PresetName","SchemaTable","createGenerator","generator","staticGenerators"],"entryPoint":"src/components/index.ts","inputs":{"src/components/index.ts":{"bytesInOutput":103},"src/components/SchemaTable/SchemaTable.tsx":{"bytesInOutput":945},"src/components/SchemaTable/index.ts":{"bytesInOutput":0},"src/components/SpaceGenerator/presets.ts":{"bytesInOutput":28741},"src/components/SpaceGenerator/index.ts":{"bytesInOutput":0},"src/components/SpaceGenerator/ObjectGenerator.tsx":{"bytesInOutput":5109}},"bytes":35276},"dist/lib/neutral/containers/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1358},"dist/lib/neutral/containers/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"dist/lib/neutral/DebugGraph-G4FWS57E.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/DebugObjectPanel-UJ63CV25.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/DebugStatus-YB3KFP7G.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/DevtoolsOverviewContainer-YX7Z3D2H.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/SpaceGenerator-UBYB4NPD.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/Wireframe-7SNRUKET.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/DebugSpaceObjectsPanel-NISULU6U.mjs","kind":"dynamic-import"}],"exports":["DebugGraph","DebugObjectPanel","DebugSpaceObjectsPanel","DebugStatus","DevtoolsOverviewContainer","SpaceGenerator","Wireframe"],"entryPoint":"src/containers/index.ts","inputs":{"src/containers/index.ts":{"bytesInOutput":573}},"bytes":814},"dist/lib/neutral/meta.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/neutral/meta.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-3OGPOE7H.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"}],"exports":["meta"],"entryPoint":"src/meta.ts","inputs":{},"bytes":131},"dist/lib/neutral/plugin.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":489},"dist/lib/neutral/plugin.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-3OGPOE7H.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"#plugin","kind":"dynamic-import","external":true}],"exports":["DebugPlugin"],"entryPoint":"src/plugin.ts","inputs":{"src/plugin.ts":{"bytesInOutput":108}},"bytes":266},"dist/lib/neutral/chunk-3OGPOE7H.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":950},"dist/lib/neutral/chunk-3OGPOE7H.mjs":{"imports":[{"path":"@dxos/util","kind":"import-statement","external":true}],"exports":["meta"],"inputs":{"src/meta.ts":{"bytesInOutput":521}},"bytes":600},"dist/lib/neutral/chunk-J5LGTIGS.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/neutral/chunk-J5LGTIGS.mjs":{"imports":[],"exports":["__export"],"inputs":{},"bytes":235}}}
|
|
1
|
+
{"inputs":{"src/meta.ts":{"bytes":5033,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/types/Settings.ts":{"bytes":1287,"imports":[{"path":"effect/Schema","kind":"import-statement","external":true}],"format":"esm"},"src/types/index.ts":{"bytes":11146,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"src/types/Settings.ts","kind":"import-statement","original":"./Settings"}],"format":"esm"},"src/index.ts":{"bytes":449,"imports":[{"path":"src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"src/types/index.ts","kind":"import-statement","original":"./types"}],"format":"esm"},"raw-loader:/__w/dxos/dxos/packages/plugins/plugin-debug/PLUGIN.mdl?raw":{"bytes":12376,"imports":[]},"src/DebugPlugin.tsx":{"bytes":8026,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"#capabilities","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#translations","kind":"import-statement","external":true},{"path":"raw-loader:/__w/dxos/dxos/packages/plugins/plugin-debug/PLUGIN.mdl?raw","kind":"import-statement","original":"../PLUGIN.mdl?raw"},{"path":"@dxos/echo-pipeline/testing","kind":"dynamic-import","external":true},{"path":"@dxos/client-services","kind":"dynamic-import","external":true}],"format":"esm"},"src/DebugPlugin.node.ts":{"bytes":1971,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"#capabilities","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"},"src/DebugPlugin.workerd.ts":{"bytes":1078,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"},"src/capabilities/app-graph-builder.ts":{"bytes":70988,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","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-space","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"format":"esm"},"src/capabilities/react-context.tsx":{"bytes":2472,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"},"src/capabilities/react-surface.tsx":{"bytes":55070,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit/ui","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/plugin-script","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-introspect","kind":"import-statement","external":true},{"path":"#components","kind":"import-statement","external":true},{"path":"#containers","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"format":"esm"},"src/capabilities/settings.ts":{"bytes":3044,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"format":"esm"},"src/capabilities/index.ts":{"bytes":1813,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/capabilities/app-graph-builder.ts","kind":"dynamic-import","original":"./app-graph-builder"},{"path":"src/capabilities/react-context.tsx","kind":"dynamic-import","original":"./react-context"},{"path":"src/capabilities/react-surface.tsx","kind":"dynamic-import","original":"./react-surface"},{"path":"src/capabilities/settings.ts","kind":"dynamic-import","original":"./settings"}],"format":"esm"},"src/components/SchemaTable/SchemaTable.tsx":{"bytes":3554,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true}],"format":"esm"},"src/components/SchemaTable/index.ts":{"bytes":387,"imports":[{"path":"src/components/SchemaTable/SchemaTable.tsx","kind":"import-statement","original":"./SchemaTable"}],"format":"esm"},"src/components/SpaceGenerator/presets.ts":{"bytes":103009,"imports":[{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/assistant-toolkit","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/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/plugin-inbox","kind":"import-statement","external":true},{"path":"@dxos/plugin-inbox","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown","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/schema","kind":"import-statement","external":true},{"path":"@dxos/types","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/components/SpaceGenerator/ObjectGenerator.tsx":{"bytes":20341,"imports":[{"path":"@dxos/compute-hyperformula","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","kind":"import-statement","external":true},{"path":"@dxos/plugin-sheet","kind":"import-statement","external":true},{"path":"@dxos/plugin-sketch","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"@dxos/random","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"},"src/components/SpaceGenerator/index.ts":{"bytes":482,"imports":[{"path":"src/components/SpaceGenerator/presets.ts","kind":"import-statement","original":"./presets"},{"path":"src/components/SpaceGenerator/ObjectGenerator.tsx","kind":"import-statement","original":"./ObjectGenerator"}],"format":"esm"},"src/components/DebugSettings/DebugSettings.tsx":{"bytes":30801,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","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/tracing","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"},"src/components/DebugSettings/index.ts":{"bytes":512,"imports":[{"path":"src/components/DebugSettings/DebugSettings.tsx","kind":"import-statement","original":"./DebugSettings"}],"format":"esm"},"src/components/index.ts":{"bytes":913,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"src/components/SchemaTable/index.ts","kind":"import-statement","original":"./SchemaTable"},{"path":"src/components/SpaceGenerator/index.ts","kind":"import-statement","original":"./SpaceGenerator"},{"path":"src/components/DebugSettings/index.ts","kind":"dynamic-import","original":"./DebugSettings"}],"format":"esm"},"src/containers/DebugGraph/DebugGraph.tsx":{"bytes":1329,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true}],"format":"esm"},"src/containers/DebugGraph/index.ts":{"bytes":490,"imports":[{"path":"src/containers/DebugGraph/DebugGraph.tsx","kind":"import-statement","original":"./DebugGraph"}],"format":"esm"},"src/containers/DebugObjectPanel/DebugObjectPanel.tsx":{"bytes":9566,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true},{"path":"@dxos/echo","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/ui-theme","kind":"import-statement","external":true}],"format":"esm"},"src/containers/DebugObjectPanel/index.ts":{"bytes":530,"imports":[{"path":"src/containers/DebugObjectPanel/DebugObjectPanel.tsx","kind":"import-statement","original":"./DebugObjectPanel"}],"format":"esm"},"src/containers/DebugStatus/DebugStatus.tsx":{"bytes":18590,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/plugin-status-bar/components","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"},"src/containers/DebugStatus/index.ts":{"bytes":496,"imports":[{"path":"src/containers/DebugStatus/DebugStatus.tsx","kind":"import-statement","original":"./DebugStatus"}],"format":"esm"},"src/containers/DevtoolsOverviewContainer/DevtoolsOverviewContainer.tsx":{"bytes":2568,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true}],"format":"esm"},"src/containers/DevtoolsOverviewContainer/index.ts":{"bytes":584,"imports":[{"path":"src/containers/DevtoolsOverviewContainer/DevtoolsOverviewContainer.tsx","kind":"import-statement","original":"./DevtoolsOverviewContainer"}],"format":"esm"},"src/containers/SpaceGenerator/SpaceGenerator.tsx":{"bytes":17523,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","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","kind":"import-statement","external":true},{"path":"@dxos/plugin-sheet","kind":"import-statement","external":true},{"path":"@dxos/plugin-sketch","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","kind":"import-statement","external":true},{"path":"@dxos/types","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"#components","kind":"import-statement","external":true}],"format":"esm"},"src/containers/SpaceGenerator/index.ts":{"bytes":518,"imports":[{"path":"src/containers/SpaceGenerator/SpaceGenerator.tsx","kind":"import-statement","original":"./SpaceGenerator"}],"format":"esm"},"src/containers/Wireframe/Wireframe.tsx":{"bytes":5756,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"react-resize-detector","kind":"import-statement","external":true},{"path":"@dxos/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/ui-theme","kind":"import-statement","external":true}],"format":"esm"},"src/containers/Wireframe/index.ts":{"bytes":484,"imports":[{"path":"src/containers/Wireframe/Wireframe.tsx","kind":"import-statement","original":"./Wireframe"}],"format":"esm"},"src/containers/DebugSpaceObjectsPanel/DebugSpaceObjectsPanel.tsx":{"bytes":5828,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true},{"path":"@dxos/echo","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}],"format":"esm"},"src/containers/DebugSpaceObjectsPanel/index.ts":{"bytes":566,"imports":[{"path":"src/containers/DebugSpaceObjectsPanel/DebugSpaceObjectsPanel.tsx","kind":"import-statement","original":"./DebugSpaceObjectsPanel"}],"format":"esm"},"src/containers/GithubPanel/GithubComponent.tsx":{"bytes":19323,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"},"src/containers/GithubPanel/GithubPanel.tsx":{"bytes":1760,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"src/containers/GithubPanel/GithubComponent.tsx","kind":"import-statement","original":"./GithubComponent"}],"format":"esm"},"src/containers/GithubPanel/index.ts":{"bytes":496,"imports":[{"path":"src/containers/GithubPanel/GithubPanel.tsx","kind":"import-statement","original":"./GithubPanel"}],"format":"esm"},"src/containers/RegistryPanel/RegistryPanel.tsx":{"bytes":18207,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true},{"path":"@dxos/echo","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-table","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true}],"format":"esm"},"src/containers/RegistryPanel/index.ts":{"bytes":563,"imports":[{"path":"src/containers/RegistryPanel/RegistryPanel.tsx","kind":"import-statement","original":"./RegistryPanel"}],"format":"esm"},"src/containers/index.ts":{"bytes":2992,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"src/containers/DebugGraph/index.ts","kind":"dynamic-import","original":"./DebugGraph"},{"path":"src/containers/DebugObjectPanel/index.ts","kind":"dynamic-import","original":"./DebugObjectPanel"},{"path":"src/containers/DebugStatus/index.ts","kind":"dynamic-import","original":"./DebugStatus"},{"path":"src/containers/DevtoolsOverviewContainer/index.ts","kind":"dynamic-import","original":"./DevtoolsOverviewContainer"},{"path":"src/containers/SpaceGenerator/index.ts","kind":"dynamic-import","original":"./SpaceGenerator"},{"path":"src/containers/Wireframe/index.ts","kind":"dynamic-import","original":"./Wireframe"},{"path":"src/containers/DebugSpaceObjectsPanel/index.ts","kind":"dynamic-import","original":"./DebugSpaceObjectsPanel"},{"path":"src/containers/GithubPanel/index.ts","kind":"dynamic-import","original":"./GithubPanel"},{"path":"src/containers/RegistryPanel/index.ts","kind":"dynamic-import","original":"./RegistryPanel"}],"format":"esm"},"src/plugin.ts":{"bytes":918,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"#plugin","kind":"dynamic-import","external":true}],"format":"esm"},"src/translations.ts":{"bytes":12523,"imports":[{"path":"@dxos/react-ui-introspect/translations","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"}},"outputs":{"dist/lib/neutral/RegistryPanel-64GIYJHN.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":9754},"dist/lib/neutral/RegistryPanel-64GIYJHN.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true},{"path":"@dxos/echo","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-table","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true}],"exports":["RegistryPanel","default"],"entryPoint":"src/containers/RegistryPanel/index.ts","inputs":{"src/containers/RegistryPanel/RegistryPanel.tsx":{"bytesInOutput":4729},"src/containers/RegistryPanel/index.ts":{"bytesInOutput":0}},"bytes":4919},"dist/lib/neutral/DebugGraph-G4FWS57E.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":738},"dist/lib/neutral/DebugGraph-G4FWS57E.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/containers/DebugGraph/index.ts","inputs":{"src/containers/DebugGraph/DebugGraph.tsx":{"bytesInOutput":248},"src/containers/DebugGraph/index.ts":{"bytesInOutput":0}},"bytes":409},"dist/lib/neutral/DebugObjectPanel-OS65NC4M.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":5272},"dist/lib/neutral/DebugObjectPanel-OS65NC4M.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true},{"path":"@dxos/echo","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/ui-theme","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/containers/DebugObjectPanel/index.ts","inputs":{"src/containers/DebugObjectPanel/DebugObjectPanel.tsx":{"bytesInOutput":2488},"src/containers/DebugObjectPanel/index.ts":{"bytesInOutput":0}},"bytes":2673},"dist/lib/neutral/DebugStatus-H2BAHN26.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":8569},"dist/lib/neutral/DebugStatus-H2BAHN26.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/plugin-status-bar/components","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}],"exports":["default"],"entryPoint":"src/containers/DebugStatus/index.ts","inputs":{"src/containers/DebugStatus/DebugStatus.tsx":{"bytesInOutput":3838},"src/containers/DebugStatus/index.ts":{"bytesInOutput":0}},"bytes":4003},"dist/lib/neutral/DevtoolsOverviewContainer-YX7Z3D2H.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1384},"dist/lib/neutral/DevtoolsOverviewContainer-YX7Z3D2H.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/containers/DevtoolsOverviewContainer/index.ts","inputs":{"src/containers/DevtoolsOverviewContainer/DevtoolsOverviewContainer.tsx":{"bytesInOutput":608},"src/containers/DevtoolsOverviewContainer/index.ts":{"bytesInOutput":0}},"bytes":829},"dist/lib/neutral/SpaceGenerator-Y35G6DRV.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":9167},"dist/lib/neutral/SpaceGenerator-Y35G6DRV.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","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","kind":"import-statement","external":true},{"path":"@dxos/plugin-sheet","kind":"import-statement","external":true},{"path":"@dxos/plugin-sketch","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","kind":"import-statement","external":true},{"path":"@dxos/types","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"#components","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/containers/SpaceGenerator/index.ts","inputs":{"src/containers/SpaceGenerator/SpaceGenerator.tsx":{"bytesInOutput":4473},"src/containers/SpaceGenerator/index.ts":{"bytesInOutput":0}},"bytes":4650},"dist/lib/neutral/Wireframe-WD7S2AUU.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2918},"dist/lib/neutral/Wireframe-WD7S2AUU.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"react-resize-detector","kind":"import-statement","external":true},{"path":"@dxos/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/ui-theme","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/containers/Wireframe/index.ts","inputs":{"src/containers/Wireframe/Wireframe.tsx":{"bytesInOutput":1609},"src/containers/Wireframe/index.ts":{"bytesInOutput":0}},"bytes":1766},"dist/lib/neutral/DebugSpaceObjectsPanel-BHOCFWDJ.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":3157},"dist/lib/neutral/DebugSpaceObjectsPanel-BHOCFWDJ.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true},{"path":"@dxos/echo","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}],"exports":["default"],"entryPoint":"src/containers/DebugSpaceObjectsPanel/index.ts","inputs":{"src/containers/DebugSpaceObjectsPanel/DebugSpaceObjectsPanel.tsx":{"bytesInOutput":1557},"src/containers/DebugSpaceObjectsPanel/index.ts":{"bytesInOutput":0}},"bytes":1766},"dist/lib/neutral/GithubPanel-QJKDJRVQ.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":11166},"dist/lib/neutral/GithubPanel-QJKDJRVQ.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/containers/GithubPanel/index.ts","inputs":{"src/containers/GithubPanel/GithubPanel.tsx":{"bytesInOutput":470},"src/containers/GithubPanel/GithubComponent.tsx":{"bytesInOutput":5108},"src/containers/GithubPanel/index.ts":{"bytesInOutput":0}},"bytes":5841},"dist/lib/neutral/plugin.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":489},"dist/lib/neutral/plugin.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-HOV6MV5B.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"#plugin","kind":"dynamic-import","external":true}],"exports":["DebugPlugin"],"entryPoint":"src/plugin.ts","inputs":{"src/plugin.ts":{"bytesInOutput":108}},"bytes":266},"dist/lib/neutral/translations.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":5628},"dist/lib/neutral/translations.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"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":4159}},"bytes":4283},"dist/lib/neutral/types/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/neutral/types/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-UAAGABXZ.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"}],"exports":["DebugCapabilities","DebugContext","Devtools","Settings"],"entryPoint":"src/types/index.ts","inputs":{},"bytes":268},"dist/lib/neutral/app-graph-builder-XYLTBYKN.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":27251},"dist/lib/neutral/app-graph-builder-XYLTBYKN.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","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-space","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/app-graph-builder.ts","inputs":{"src/capabilities/app-graph-builder.ts":{"bytesInOutput":19788}},"bytes":19968},"dist/lib/neutral/react-context-MUZ3KVLU.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1330},"dist/lib/neutral/react-context-MUZ3KVLU.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/react-context.tsx","inputs":{"src/capabilities/react-context.tsx":{"bytesInOutput":589}},"bytes":758},"dist/lib/neutral/react-surface-3MDMZGCA.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":24448},"dist/lib/neutral/react-surface-3MDMZGCA.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"effect/Option","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit/ui","kind":"import-statement","external":true},{"path":"@dxos/devtools","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/plugin-script","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-introspect","kind":"import-statement","external":true},{"path":"#components","kind":"import-statement","external":true},{"path":"#containers","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/react-surface.tsx","inputs":{"src/capabilities/react-surface.tsx":{"bytesInOutput":15189}},"bytes":15358},"dist/lib/neutral/settings-MPM6YUP4.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1558},"dist/lib/neutral/settings-MPM6YUP4.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/settings.ts","inputs":{"src/capabilities/settings.ts":{"bytesInOutput":704}},"bytes":857},"dist/lib/neutral/DebugSettings-RKYNQIKH.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":15067},"dist/lib/neutral/DebugSettings-RKYNQIKH.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","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/tracing","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/components/DebugSettings/index.ts","inputs":{"src/components/DebugSettings/DebugSettings.tsx":{"bytesInOutput":8604},"src/components/DebugSettings/index.ts":{"bytesInOutput":0}},"bytes":8777},"dist/lib/neutral/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/neutral/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-UAAGABXZ.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-HOV6MV5B.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"}],"exports":["DebugCapabilities","DebugContext","Devtools","Settings","meta"],"entryPoint":"src/index.ts","inputs":{"src/index.ts":{"bytesInOutput":0}},"bytes":321},"dist/lib/neutral/chunk-UAAGABXZ.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":6445},"dist/lib/neutral/chunk-UAAGABXZ.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true}],"exports":["DebugCapabilities","DebugContext","Devtools","Settings_exports"],"inputs":{"src/types/index.ts":{"bytesInOutput":2627},"src/types/Settings.ts":{"bytesInOutput":269}},"bytes":3144},"dist/lib/neutral/DebugPlugin.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":17469},"dist/lib/neutral/DebugPlugin.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"#capabilities","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#translations","kind":"import-statement","external":true},{"path":"@dxos/echo-pipeline/testing","kind":"dynamic-import","external":true},{"path":"@dxos/client-services","kind":"dynamic-import","external":true}],"exports":["DebugPlugin","default"],"entryPoint":"src/DebugPlugin.tsx","inputs":{"src/DebugPlugin.tsx":{"bytesInOutput":1766},"raw-loader:/__w/dxos/dxos/packages/plugins/plugin-debug/PLUGIN.mdl?raw":{"bytesInOutput":13024}},"bytes":15045},"dist/lib/neutral/DebugPlugin.node.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1066},"dist/lib/neutral/DebugPlugin.node.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"#capabilities","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"exports":["DebugPlugin","default"],"entryPoint":"src/DebugPlugin.node.ts","inputs":{"src/DebugPlugin.node.ts":{"bytesInOutput":410}},"bytes":580},"dist/lib/neutral/DebugPlugin.workerd.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":591},"dist/lib/neutral/DebugPlugin.workerd.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"exports":["DebugPlugin","default"],"entryPoint":"src/DebugPlugin.workerd.ts","inputs":{"src/DebugPlugin.workerd.ts":{"bytesInOutput":180}},"bytes":359},"dist/lib/neutral/capabilities/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":953},"dist/lib/neutral/capabilities/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"dist/lib/neutral/app-graph-builder-XYLTBYKN.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/react-context-MUZ3KVLU.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/react-surface-3MDMZGCA.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/settings-MPM6YUP4.mjs","kind":"dynamic-import"}],"exports":["AppGraphBuilder","DebugSettings","ReactContext","ReactSurface"],"entryPoint":"src/capabilities/index.ts","inputs":{"src/capabilities/index.ts":{"bytesInOutput":453}},"bytes":629},"dist/lib/neutral/components/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":56705},"dist/lib/neutral/components/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/assistant-toolkit","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/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/plugin-inbox","kind":"import-statement","external":true},{"path":"@dxos/plugin-inbox","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown","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/schema","kind":"import-statement","external":true},{"path":"@dxos/types","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"@dxos/compute-hyperformula","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","kind":"import-statement","external":true},{"path":"@dxos/plugin-sheet","kind":"import-statement","external":true},{"path":"@dxos/plugin-sketch","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"@dxos/random","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":"dist/lib/neutral/DebugSettings-RKYNQIKH.mjs","kind":"dynamic-import"}],"exports":["DebugSettings","PresetName","SchemaTable","createGenerator","generator","staticGenerators"],"entryPoint":"src/components/index.ts","inputs":{"src/components/index.ts":{"bytesInOutput":103},"src/components/SchemaTable/SchemaTable.tsx":{"bytesInOutput":945},"src/components/SchemaTable/index.ts":{"bytesInOutput":0},"src/components/SpaceGenerator/presets.ts":{"bytesInOutput":28644},"src/components/SpaceGenerator/index.ts":{"bytesInOutput":0},"src/components/SpaceGenerator/ObjectGenerator.tsx":{"bytesInOutput":5148}},"bytes":35218},"dist/lib/neutral/containers/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1655},"dist/lib/neutral/containers/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"dist/lib/neutral/DebugGraph-G4FWS57E.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/DebugObjectPanel-OS65NC4M.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/DebugStatus-H2BAHN26.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/DevtoolsOverviewContainer-YX7Z3D2H.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/SpaceGenerator-Y35G6DRV.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/Wireframe-WD7S2AUU.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/DebugSpaceObjectsPanel-BHOCFWDJ.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/GithubPanel-QJKDJRVQ.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/RegistryPanel-64GIYJHN.mjs","kind":"dynamic-import"}],"exports":["DebugGraph","DebugObjectPanel","DebugSpaceObjectsPanel","DebugStatus","DevtoolsOverviewContainer","GithubPanel","RegistryPanel","SpaceGenerator","Wireframe"],"entryPoint":"src/containers/index.ts","inputs":{"src/containers/index.ts":{"bytesInOutput":715}},"bytes":988},"dist/lib/neutral/meta.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/neutral/meta.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-HOV6MV5B.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"}],"exports":["meta"],"entryPoint":"src/meta.ts","inputs":{},"bytes":131},"dist/lib/neutral/chunk-HOV6MV5B.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2314},"dist/lib/neutral/chunk-HOV6MV5B.mjs":{"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"exports":["meta"],"inputs":{"src/meta.ts":{"bytesInOutput":1750}},"bytes":1829},"dist/lib/neutral/chunk-J5LGTIGS.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/neutral/chunk-J5LGTIGS.mjs":{"imports":[],"exports":["__export"],"inputs":{},"bytes":235}}}
|
|
@@ -2,21 +2,21 @@ import "./chunk-J5LGTIGS.mjs";
|
|
|
2
2
|
|
|
3
3
|
// src/capabilities/react-surface.tsx
|
|
4
4
|
import * as Effect from "effect/Effect";
|
|
5
|
+
import * as Option from "effect/Option";
|
|
5
6
|
import React, { useCallback } from "react";
|
|
6
7
|
import { Capabilities, Capability } from "@dxos/app-framework";
|
|
7
8
|
import { Surface, useOperationInvoker, useSettingsState } from "@dxos/app-framework/ui";
|
|
8
|
-
import { AppCapabilities, LayoutOperation, getObjectPathFromObject } from "@dxos/app-toolkit";
|
|
9
|
+
import { AppCapabilities, LayoutOperation, RootCollectionAnnotation, getObjectPathFromObject } from "@dxos/app-toolkit";
|
|
9
10
|
import { AppSurface, useActiveSpace } from "@dxos/app-toolkit/ui";
|
|
10
11
|
import { AutomergePanel, ConfigPanel, CredentialsPanel, DeviceListPanel, DiagnosticsPanel, EdgeDashboardPanel, FeedsPanel, IdentityPanel, InvocationTraceContainer, KeyringPanel, LoggingPanel, MembersPanel, MetadataPanel, NetworkPanel, ObjectsPanel, QueuesPanel, SchemaPanel, SignalPanel, SpaceInfoPanel, SpaceListPanel, StoragePanel, SwarmPanel, TestingPanel, WorkflowPanel } from "@dxos/devtools";
|
|
11
|
-
import { Feed, Obj } from "@dxos/echo";
|
|
12
|
-
import { Collection } from "@dxos/echo";
|
|
12
|
+
import { Annotation, Collection, Feed, Obj } from "@dxos/echo";
|
|
13
13
|
import { log } from "@dxos/log";
|
|
14
14
|
import { ScriptOperation } from "@dxos/plugin-script";
|
|
15
15
|
import { SpaceOperation } from "@dxos/plugin-space";
|
|
16
16
|
import { SpaceState, isSpace } from "@dxos/react-client/echo";
|
|
17
17
|
import { ToolsExplorer } from "@dxos/react-ui-introspect";
|
|
18
18
|
import { DebugSettings } from "#components";
|
|
19
|
-
import { DebugGraph, DebugObjectPanel, DebugSpaceObjectsPanel, DebugStatus, DevtoolsOverviewContainer, SpaceGenerator, Wireframe } from "#containers";
|
|
19
|
+
import { DebugGraph, DebugObjectPanel, DebugSpaceObjectsPanel, DebugStatus, DevtoolsOverviewContainer, RegistryPanel, SpaceGenerator, Wireframe } from "#containers";
|
|
20
20
|
import { meta } from "#meta";
|
|
21
21
|
import { DebugCapabilities, Devtools } from "#types";
|
|
22
22
|
var __dxlog_file = "/__w/dxos/dxos/packages/plugins/plugin-debug/src/capabilities/react-surface.tsx";
|
|
@@ -33,7 +33,7 @@ var react_surface_default = Capability.makeModule(Effect.fnUntraced(function* ({
|
|
|
33
33
|
const fileUploader = capabilities.getAll(AppCapabilities.FileUploader)[0];
|
|
34
34
|
return Capability.contributes(Capabilities.ReactSurface, [
|
|
35
35
|
Surface.create({
|
|
36
|
-
id: "
|
|
36
|
+
id: "pluginSettings",
|
|
37
37
|
filter: AppSurface.settings(AppSurface.Article, meta.id),
|
|
38
38
|
component: ({ data: { subject } }) => {
|
|
39
39
|
const { settings, updateSettings } = useSettingsState(subject.atom);
|
|
@@ -55,7 +55,7 @@ var react_surface_default = Capability.makeModule(Effect.fnUntraced(function* ({
|
|
|
55
55
|
if (!isSpace(data.subject.space)) {
|
|
56
56
|
return;
|
|
57
57
|
}
|
|
58
|
-
const collection = data.subject.space.state.get() === SpaceState.SPACE_READY && data.subject.space.properties
|
|
58
|
+
const collection = data.subject.space.state.get() === SpaceState.SPACE_READY && Annotation.get(data.subject.space.properties, RootCollectionAnnotation).pipe(Option.getOrUndefined)?.target;
|
|
59
59
|
if (!Obj.instanceOf(Collection.Collection, collection)) {
|
|
60
60
|
return;
|
|
61
61
|
}
|
|
@@ -77,7 +77,7 @@ var react_surface_default = Capability.makeModule(Effect.fnUntraced(function* ({
|
|
|
77
77
|
}
|
|
78
78
|
}),
|
|
79
79
|
Surface.create({
|
|
80
|
-
id: "
|
|
80
|
+
id: "appGraph",
|
|
81
81
|
role: "article",
|
|
82
82
|
filter: (data) => isGraphDebug(data.subject),
|
|
83
83
|
component: ({ data }) => /* @__PURE__ */ React.createElement(DebugGraph, {
|
|
@@ -86,12 +86,17 @@ var react_surface_default = Capability.makeModule(Effect.fnUntraced(function* ({
|
|
|
86
86
|
})
|
|
87
87
|
}),
|
|
88
88
|
Surface.create({
|
|
89
|
-
id: "
|
|
89
|
+
id: "toolsExplorer",
|
|
90
90
|
filter: AppSurface.literal(AppSurface.Article, Devtools.ToolsExplorer),
|
|
91
91
|
component: () => /* @__PURE__ */ React.createElement(ToolsExplorer, {
|
|
92
92
|
serverUrl: MCP_SERVER_URL
|
|
93
93
|
})
|
|
94
94
|
}),
|
|
95
|
+
Surface.create({
|
|
96
|
+
id: "registry",
|
|
97
|
+
filter: AppSurface.literal(AppSurface.Article, Devtools.Echo.Registry),
|
|
98
|
+
component: () => /* @__PURE__ */ React.createElement(RegistryPanel, null)
|
|
99
|
+
}),
|
|
95
100
|
Surface.create({
|
|
96
101
|
id: "wireframe",
|
|
97
102
|
// TODO(wittjosiah): Split into multiple surfaces if this filter proves too strict for non-article roles.
|
|
@@ -99,7 +104,7 @@ var react_surface_default = Capability.makeModule(Effect.fnUntraced(function* ({
|
|
|
99
104
|
"article",
|
|
100
105
|
"section"
|
|
101
106
|
],
|
|
102
|
-
position: "
|
|
107
|
+
position: "first",
|
|
103
108
|
filter: (data) => {
|
|
104
109
|
const settings = registry.get(settingsAtom);
|
|
105
110
|
return Obj.isObject(data.subject) && !!settings.wireframe;
|
|
@@ -111,7 +116,7 @@ var react_surface_default = Capability.makeModule(Effect.fnUntraced(function* ({
|
|
|
111
116
|
})
|
|
112
117
|
}),
|
|
113
118
|
Surface.create({
|
|
114
|
-
id: "
|
|
119
|
+
id: "objectDebug",
|
|
115
120
|
filter: AppSurface.allOf(AppSurface.literal(AppSurface.Article, "debug"), AppSurface.companion(AppSurface.Article)),
|
|
116
121
|
component: ({ role, data }) => /* @__PURE__ */ React.createElement(DebugObjectPanel, {
|
|
117
122
|
role,
|
|
@@ -119,12 +124,12 @@ var react_surface_default = Capability.makeModule(Effect.fnUntraced(function* ({
|
|
|
119
124
|
})
|
|
120
125
|
}),
|
|
121
126
|
Surface.create({
|
|
122
|
-
id: "
|
|
127
|
+
id: "devtoolsOverview",
|
|
123
128
|
filter: AppSurface.literal(Surface.makeType("deck-companion--devtools"), "devtools"),
|
|
124
129
|
component: () => /* @__PURE__ */ React.createElement(DevtoolsOverviewContainer, null)
|
|
125
130
|
}),
|
|
126
131
|
Surface.create({
|
|
127
|
-
id: "
|
|
132
|
+
id: "spaceObjects",
|
|
128
133
|
filter: AppSurface.literal(Surface.makeType("deck-companion--space-objects"), "space-objects"),
|
|
129
134
|
component: () => {
|
|
130
135
|
const space = useActiveSpace();
|
|
@@ -137,9 +142,9 @@ var react_surface_default = Capability.makeModule(Effect.fnUntraced(function* ({
|
|
|
137
142
|
}
|
|
138
143
|
}),
|
|
139
144
|
Surface.create({
|
|
140
|
-
id: "
|
|
145
|
+
id: "debugStatus",
|
|
141
146
|
role: "status-indicator",
|
|
142
|
-
position: "
|
|
147
|
+
position: "first",
|
|
143
148
|
component: () => /* @__PURE__ */ React.createElement(DebugStatus, null)
|
|
144
149
|
}),
|
|
145
150
|
//
|
|
@@ -360,10 +365,10 @@ var react_surface_default = Capability.makeModule(Effect.fnUntraced(function* ({
|
|
|
360
365
|
return null;
|
|
361
366
|
}
|
|
362
367
|
const feed = space.properties.invocationTraceFeed?.target;
|
|
363
|
-
const
|
|
368
|
+
const feedDXN = feed ? Feed.getQueueUri(feed) : void 0;
|
|
364
369
|
return /* @__PURE__ */ React.createElement(InvocationTraceContainer, {
|
|
365
370
|
db: space.db,
|
|
366
|
-
|
|
371
|
+
feedDXN,
|
|
367
372
|
detailAxis: "block"
|
|
368
373
|
});
|
|
369
374
|
}
|
|
@@ -395,7 +400,7 @@ var react_surface_default = Capability.makeModule(Effect.fnUntraced(function* ({
|
|
|
395
400
|
}
|
|
396
401
|
log.info("script created", {
|
|
397
402
|
result: createResult
|
|
398
|
-
}, { "~LogMeta": "~LogMeta", F: __dxlog_file, L:
|
|
403
|
+
}, { "~LogMeta": "~LogMeta", F: __dxlog_file, L: 401, S: this });
|
|
399
404
|
if (createResult.data?.object) {
|
|
400
405
|
await invokePromise(LayoutOperation.Open, {
|
|
401
406
|
subject: [
|
|
@@ -417,4 +422,4 @@ var react_surface_default = Capability.makeModule(Effect.fnUntraced(function* ({
|
|
|
417
422
|
export {
|
|
418
423
|
react_surface_default as default
|
|
419
424
|
};
|
|
420
|
-
//# sourceMappingURL=react-surface-
|
|
425
|
+
//# sourceMappingURL=react-surface-3MDMZGCA.mjs.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/capabilities/react-surface.tsx"],
|
|
4
|
+
"sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport * as Effect from 'effect/Effect';\nimport * as Option from 'effect/Option';\nimport React, { useCallback } from 'react';\n\nimport { Capabilities, Capability } from '@dxos/app-framework';\nimport { Surface, useOperationInvoker, useSettingsState } from '@dxos/app-framework/ui';\nimport { AppCapabilities, LayoutOperation, RootCollectionAnnotation, getObjectPathFromObject } from '@dxos/app-toolkit';\nimport { AppSurface, useActiveSpace } from '@dxos/app-toolkit/ui';\nimport {\n AutomergePanel,\n ConfigPanel,\n CredentialsPanel,\n DeviceListPanel,\n DiagnosticsPanel,\n EdgeDashboardPanel,\n FeedsPanel,\n IdentityPanel,\n InvocationTraceContainer,\n KeyringPanel,\n LoggingPanel,\n MembersPanel,\n MetadataPanel,\n NetworkPanel,\n ObjectsPanel,\n QueuesPanel,\n SchemaPanel,\n SignalPanel,\n SpaceInfoPanel,\n SpaceListPanel,\n StoragePanel,\n SwarmPanel,\n TestingPanel,\n WorkflowPanel,\n} from '@dxos/devtools';\nimport { Annotation, Collection, Feed, Obj } from '@dxos/echo';\nimport { log } from '@dxos/log';\nimport { type IdbLogStore } from '@dxos/log-store-idb';\nimport { type Graph } from '@dxos/plugin-graph';\nimport { ScriptOperation } from '@dxos/plugin-script';\nimport { SpaceOperation } from '@dxos/plugin-space';\nimport { type Space, SpaceState, isSpace } from '@dxos/react-client/echo';\nimport { ToolsExplorer } from '@dxos/react-ui-introspect';\n\nimport { DebugSettings } from '#components';\nimport {\n DebugGraph,\n DebugObjectPanel,\n DebugSpaceObjectsPanel,\n DebugStatus,\n DevtoolsOverviewContainer,\n RegistryPanel,\n SpaceGenerator,\n Wireframe,\n} from '#containers';\nimport { meta } from '#meta';\nimport { DebugCapabilities, type Settings, Devtools } from '#types';\n\n// TODO(burdon): Move to config.\nconst MCP_SERVER_URL = 'https://introspect-service-labs.dxos.workers.dev/mcp';\n\ntype SpaceDebug = {\n type: string;\n space: Space;\n};\n\ntype GraphDebug = {\n graph: Graph.Graph;\n root: string;\n};\n\nconst isSpaceDebug = (data: any): data is SpaceDebug => data?.type === `${meta.id}.space` && isSpace(data.space);\nconst isGraphDebug = (data: any): data is GraphDebug => {\n const graph = data?.graph;\n return (\n graph != null && typeof graph === 'object' && typeof graph.json === 'function' && typeof data?.root === 'string'\n );\n};\n\ntype ReactSurfaceOptions = {\n logStore?: IdbLogStore;\n};\n\nexport default Capability.makeModule(\n Effect.fnUntraced(function* ({ logStore }: ReactSurfaceOptions) {\n const capabilities = yield* Capability.Service;\n const registry = capabilities.get(Capabilities.AtomRegistry);\n const settingsAtom = capabilities.get(DebugCapabilities.Settings);\n const fileUploader = capabilities.getAll(AppCapabilities.FileUploader)[0];\n\n return Capability.contributes(Capabilities.ReactSurface, [\n Surface.create({\n id: 'pluginSettings',\n filter: AppSurface.settings(AppSurface.Article, meta.id),\n component: ({ data: { subject } }) => {\n const { settings, updateSettings } = useSettingsState<Settings.Settings>(subject.atom);\n return (\n <DebugSettings\n settings={settings}\n onSettingsChange={updateSettings}\n logStore={logStore}\n onUpload={fileUploader}\n />\n );\n },\n }),\n Surface.create({\n id: 'space',\n role: 'article',\n filter: (data): data is { subject: SpaceDebug } => isSpaceDebug(data.subject),\n component: ({ role, data }) => {\n const { invokePromise } = useOperationInvoker();\n\n const handleCreateObject = useCallback(\n (objects: Obj.Unknown[]) => {\n if (!isSpace(data.subject.space)) {\n return;\n }\n\n const collection =\n data.subject.space.state.get() === SpaceState.SPACE_READY &&\n Annotation.get(data.subject.space.properties, RootCollectionAnnotation).pipe(Option.getOrUndefined)\n ?.target;\n if (!Obj.instanceOf(Collection.Collection, collection)) {\n return;\n }\n\n objects.forEach((object) => {\n void invokePromise(SpaceOperation.AddObject, {\n target: collection,\n object,\n });\n });\n },\n [data.subject.space, invokePromise],\n );\n\n return <SpaceGenerator role={role} space={data.subject.space} onCreateObjects={handleCreateObject} />;\n },\n }),\n Surface.create({\n id: 'appGraph',\n role: 'article',\n filter: (data): data is { subject: GraphDebug } => isGraphDebug(data.subject),\n component: ({ data }) => <DebugGraph graph={data.subject.graph} root={data.subject.root} />,\n }),\n Surface.create({\n id: 'toolsExplorer',\n filter: AppSurface.literal(AppSurface.Article, Devtools.ToolsExplorer),\n component: () => <ToolsExplorer serverUrl={MCP_SERVER_URL} />,\n }),\n Surface.create({\n id: 'registry',\n filter: AppSurface.literal(AppSurface.Article, Devtools.Echo.Registry),\n component: () => <RegistryPanel />,\n }),\n Surface.create({\n id: 'wireframe',\n // TODO(wittjosiah): Split into multiple surfaces if this filter proves too strict for non-article roles.\n role: ['article', 'section'],\n position: 'first',\n filter: (data): data is { subject: Obj.Unknown } => {\n const settings = registry.get(settingsAtom);\n return Obj.isObject(data.subject) && !!settings.wireframe;\n },\n component: ({ data, role, name }) => (\n <Wireframe label={`${role}:${name}`} object={data.subject} classNames='row-span-2 overflow-hidden' />\n ),\n }),\n Surface.create({\n id: 'objectDebug',\n filter: AppSurface.allOf(\n AppSurface.literal(AppSurface.Article, 'debug'),\n AppSurface.companion(AppSurface.Article),\n ),\n component: ({ role, data }) => <DebugObjectPanel role={role} companionTo={data.companionTo} />,\n }),\n Surface.create({\n id: 'devtoolsOverview',\n filter: AppSurface.literal(Surface.makeType<{ subject: string }>('deck-companion--devtools'), 'devtools'),\n component: () => <DevtoolsOverviewContainer />,\n }),\n Surface.create({\n id: 'spaceObjects',\n filter: AppSurface.literal(\n Surface.makeType<{ subject: string }>('deck-companion--space-objects'),\n 'space-objects',\n ),\n component: () => {\n const space = useActiveSpace();\n if (!space) {\n return null;\n }\n\n return <DebugSpaceObjectsPanel space={space} />;\n },\n }),\n\n Surface.create({\n id: 'debugStatus',\n role: 'status-indicator',\n position: 'first',\n component: () => <DebugStatus />,\n }),\n\n //\n // Devtools\n //\n\n Surface.create({\n id: 'client.config',\n filter: AppSurface.literal(AppSurface.Article, Devtools.Client.Config),\n component: () => <ConfigPanel vaultSelector={false} />,\n }),\n Surface.create({\n id: 'client.storage',\n filter: AppSurface.literal(AppSurface.Article, Devtools.Client.Storage),\n component: () => <StoragePanel />,\n }),\n Surface.create({\n id: 'client.logs',\n filter: AppSurface.literal(AppSurface.Article, Devtools.Client.Logs),\n component: () => <LoggingPanel />,\n }),\n Surface.create({\n id: 'client.diagnostics',\n filter: AppSurface.literal(AppSurface.Article, Devtools.Client.Diagnostics),\n component: () => <DiagnosticsPanel />,\n }),\n Surface.create({\n id: 'halo.identity',\n filter: AppSurface.literal(AppSurface.Article, Devtools.Halo.Identity),\n component: () => <IdentityPanel />,\n }),\n Surface.create({\n id: 'halo.devices',\n filter: AppSurface.literal(AppSurface.Article, Devtools.Halo.Devices),\n component: () => <DeviceListPanel />,\n }),\n Surface.create({\n id: 'halo.keyring',\n filter: AppSurface.literal(AppSurface.Article, Devtools.Halo.Keyring),\n component: () => <KeyringPanel />,\n }),\n Surface.create({\n id: 'halo.credentials',\n filter: AppSurface.literal(AppSurface.Article, Devtools.Halo.Credentials),\n component: () => {\n const space = useActiveSpace();\n if (!space) {\n return null;\n }\n\n return <CredentialsPanel space={space} />;\n },\n }),\n Surface.create({\n id: 'echo.spaces',\n filter: AppSurface.literal(AppSurface.Article, Devtools.Echo.Spaces),\n component: () => {\n const { invokePromise } = useOperationInvoker();\n const handleSelect = useCallback(\n () => invokePromise(LayoutOperation.Open, { subject: [Devtools.Echo.Space] }),\n [invokePromise],\n );\n return <SpaceListPanel onSelect={handleSelect} />;\n },\n }),\n Surface.create({\n id: 'echo.space',\n filter: AppSurface.literal(AppSurface.Article, Devtools.Echo.Space),\n component: () => {\n const space = useActiveSpace();\n const { invokePromise } = useOperationInvoker();\n const handleSelect = useCallback(\n () => invokePromise(LayoutOperation.Open, { subject: [Devtools.Echo.Feeds] }),\n [invokePromise],\n );\n if (!space) {\n return null;\n }\n\n return <SpaceInfoPanel space={space} onSelectFeed={handleSelect} onSelectPipeline={handleSelect} />;\n },\n }),\n Surface.create({\n id: 'echo.feeds',\n filter: AppSurface.literal(AppSurface.Article, Devtools.Echo.Feeds),\n component: () => {\n const space = useActiveSpace();\n if (!space) {\n return null;\n }\n\n return <FeedsPanel space={space} />;\n },\n }),\n Surface.create({\n id: 'echo.objects',\n filter: AppSurface.literal(AppSurface.Article, Devtools.Echo.Objects),\n component: () => {\n const space = useActiveSpace();\n if (!space) {\n return null;\n }\n\n return <ObjectsPanel space={space} />;\n },\n }),\n Surface.create({\n id: 'echo.schema',\n filter: AppSurface.literal(AppSurface.Article, Devtools.Echo.Schema),\n component: () => {\n const space = useActiveSpace();\n if (!space) {\n return null;\n }\n\n return <SchemaPanel space={space} />;\n },\n }),\n Surface.create({\n id: 'echo.automerge',\n filter: AppSurface.literal(AppSurface.Article, Devtools.Echo.Automerge),\n component: () => {\n const space = useActiveSpace();\n if (!space) {\n return null;\n }\n\n return <AutomergePanel space={space} />;\n },\n }),\n Surface.create({\n id: 'echo.queues',\n filter: AppSurface.literal(AppSurface.Article, Devtools.Echo.Queues),\n component: () => <QueuesPanel />,\n }),\n Surface.create({\n id: 'echo.members',\n filter: AppSurface.literal(AppSurface.Article, Devtools.Echo.Members),\n component: () => {\n const space = useActiveSpace();\n if (!space) {\n return null;\n }\n\n return <MembersPanel space={space} />;\n },\n }),\n Surface.create({\n id: 'echo.metadata',\n filter: AppSurface.literal(AppSurface.Article, Devtools.Echo.Metadata),\n component: () => <MetadataPanel />,\n }),\n Surface.create({\n id: 'mesh.signal',\n filter: AppSurface.literal(AppSurface.Article, Devtools.Mesh.Signal),\n component: () => <SignalPanel />,\n }),\n Surface.create({\n id: 'mesh.swarm',\n filter: AppSurface.literal(AppSurface.Article, Devtools.Mesh.Swarm),\n component: () => <SwarmPanel />,\n }),\n Surface.create({\n id: 'mesh.network',\n filter: AppSurface.literal(AppSurface.Article, Devtools.Mesh.Network),\n component: () => {\n const space = useActiveSpace();\n if (!space) {\n return null;\n }\n\n return <NetworkPanel space={space} />;\n },\n }),\n Surface.create({\n id: 'edge.dashboard',\n filter: AppSurface.literal(AppSurface.Article, Devtools.Edge.Dashboard),\n component: () => <EdgeDashboardPanel />,\n }),\n Surface.create({\n id: 'edge.workflows',\n filter: AppSurface.literal(AppSurface.Article, Devtools.Edge.Workflows),\n component: () => {\n const space = useActiveSpace();\n if (!space) {\n return null;\n }\n\n return <WorkflowPanel space={space} />;\n },\n }),\n Surface.create({\n id: 'edge.traces',\n filter: AppSurface.literal(AppSurface.Article, Devtools.Edge.Traces),\n component: () => {\n const space = useActiveSpace();\n if (!space) {\n return null;\n }\n\n const feed = space.properties.invocationTraceFeed?.target;\n const feedDXN = feed ? Feed.getQueueUri(feed) : undefined;\n return <InvocationTraceContainer db={space.db} feedDXN={feedDXN} detailAxis='block' />;\n },\n }),\n Surface.create({\n id: 'edge.testing',\n filter: AppSurface.literal(AppSurface.Article, Devtools.Edge.Testing),\n component: () => {\n const { invokePromise } = useOperationInvoker();\n const onSpaceCreate = useCallback(\n async (space: Space) => {\n await space.waitUntilReady();\n await invokePromise(SpaceOperation.Migrate, { space });\n await space.db.flush();\n },\n [invokePromise],\n );\n const onScriptPluginOpen = useCallback(\n async (space: Space) => {\n await space.waitUntilReady();\n const createResult = await invokePromise(ScriptOperation.CreateScript, { db: space.db });\n if (createResult.data?.object) {\n await invokePromise(SpaceOperation.AddObject, { target: space.db, object: createResult.data.object });\n }\n log.info('script created', { result: createResult });\n if (createResult.data?.object) {\n await invokePromise(LayoutOperation.Open, {\n subject: [getObjectPathFromObject(createResult.data.object)],\n });\n }\n },\n [invokePromise],\n );\n return <TestingPanel onSpaceCreate={onSpaceCreate} onScriptPluginOpen={onScriptPluginOpen} />;\n },\n }),\n ]);\n }),\n);\n"],
|
|
5
|
+
"mappings": "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",
|
|
6
|
+
"names": ["Effect", "Option", "React", "useCallback", "Capabilities", "Capability", "Surface", "useOperationInvoker", "useSettingsState", "AppCapabilities", "LayoutOperation", "RootCollectionAnnotation", "getObjectPathFromObject", "AppSurface", "useActiveSpace", "AutomergePanel", "ConfigPanel", "CredentialsPanel", "DeviceListPanel", "DiagnosticsPanel", "EdgeDashboardPanel", "FeedsPanel", "IdentityPanel", "InvocationTraceContainer", "KeyringPanel", "LoggingPanel", "MembersPanel", "MetadataPanel", "NetworkPanel", "ObjectsPanel", "QueuesPanel", "SchemaPanel", "SignalPanel", "SpaceInfoPanel", "SpaceListPanel", "StoragePanel", "SwarmPanel", "TestingPanel", "WorkflowPanel", "Annotation", "Collection", "Feed", "Obj", "log", "ScriptOperation", "SpaceOperation", "SpaceState", "isSpace", "ToolsExplorer", "DebugSettings", "DebugGraph", "DebugObjectPanel", "DebugSpaceObjectsPanel", "DebugStatus", "DevtoolsOverviewContainer", "RegistryPanel", "SpaceGenerator", "Wireframe", "meta", "DebugCapabilities", "Devtools", "isGraphDebug", "data", "graph", "makeModule", "fnUntraced", "logStore", "registry", "capabilities", "AtomRegistry", "settingsAtom", "fileUploader", "getAll", "FileUploader", "contributes", "filter", "component", "settings", "updateSettings", "onSettingsChange", "onUpload", "role", "invokePromise", "handleCreateObject", "subject", "objects", "target", "collection", "object", "space", "onCreateObjects", "root", "create", "serverUrl", "MCP_SERVER_URL", "position", "isObject", "name", "classNames", "companionTo", "vaultSelector", "handleSelect", "Echo", "onSelectPipeline", "feed", "db", "feedDXN", "detailAxis", "onSpaceCreate", "waitUntilReady", "Migrate", "createResult", "info", "Open", "onScriptPluginOpen"]
|
|
7
|
+
}
|
|
@@ -17,7 +17,7 @@ var translations = [
|
|
|
17
17
|
"debug.label": "Debug",
|
|
18
18
|
"generate-objects.label": "Generate Objects",
|
|
19
19
|
"debug-app-graph.label": "App Graph",
|
|
20
|
-
"debug-tools-explorer.label": "
|
|
20
|
+
"debug-tools-explorer.label": "SDK Explorer",
|
|
21
21
|
"settings.wireframe.label": "Show wireframes.",
|
|
22
22
|
"settings.wireframe.description": "Overlay wireframe outlines on UI components for debugging layout.",
|
|
23
23
|
"settings.trace-all.label": "Trace all requests (100% sampling).",
|
|
@@ -40,6 +40,7 @@ var translations = [
|
|
|
40
40
|
"settings.storage-adaptor.opfs.label": "OPFS",
|
|
41
41
|
"settings.storage-adapter.changed-alert.message": "Warning: Swapping the storage adapter will make your data unavailable.",
|
|
42
42
|
"settings.data-store.label": "Data Store",
|
|
43
|
+
"reset-data.label": "Reset data (ERASES ALL DATA)",
|
|
43
44
|
"open-debug-panel.label": "Show Debug",
|
|
44
45
|
"client.label": "Client",
|
|
45
46
|
"config.label": "Config",
|
|
@@ -58,6 +59,7 @@ var translations = [
|
|
|
58
59
|
"feeds.label": "Feeds",
|
|
59
60
|
"objects.label": "Objects",
|
|
60
61
|
"schema.label": "Schema",
|
|
62
|
+
"registry.label": "Registry",
|
|
61
63
|
"automerge.label": "Automerge",
|
|
62
64
|
"queues.label": "Queues",
|
|
63
65
|
"members.label": "Members",
|
|
@@ -72,7 +74,13 @@ var translations = [
|
|
|
72
74
|
"edge.label": "EDGE",
|
|
73
75
|
"workflows.label": "Workflows",
|
|
74
76
|
"traces.label": "Traces",
|
|
75
|
-
"testing.label": "Testing"
|
|
77
|
+
"testing.label": "Testing",
|
|
78
|
+
// GitHub (deck-companion--github surface).
|
|
79
|
+
"github-loading.message": "Loading\u2026",
|
|
80
|
+
"github-unavailable.message": "GitHub feed unavailable.",
|
|
81
|
+
"recent-prs.label_one": "{{count}} recent PR",
|
|
82
|
+
"recent-prs.label_other": "{{count}} recent PRs",
|
|
83
|
+
"view-on-github.button": "View on GitHub"
|
|
76
84
|
}
|
|
77
85
|
}
|
|
78
86
|
}
|