@dxos/plugin-debug 0.8.4-main.7996785055 → 0.8.4-main.8baae0fced
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/README.md +1 -1
- package/dist/lib/{browser/DebugGraph-7HXJ2PS2.mjs → neutral/DebugGraph-G4FWS57E.mjs} +4 -5
- package/dist/lib/neutral/DebugGraph-G4FWS57E.mjs.map +7 -0
- package/dist/lib/neutral/DebugObjectPanel-UJ63CV25.mjs +59 -0
- package/dist/lib/neutral/DebugObjectPanel-UJ63CV25.mjs.map +7 -0
- package/dist/lib/neutral/DebugPlugin.mjs +47 -0
- package/dist/lib/neutral/DebugPlugin.mjs.map +7 -0
- package/dist/lib/neutral/DebugPlugin.node.mjs +18 -0
- package/dist/lib/neutral/DebugPlugin.node.mjs.map +7 -0
- 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 +224 -0
- package/dist/lib/neutral/DebugSettings-Z3XADRNK.mjs.map +7 -0
- package/dist/lib/{browser/DebugSpaceObjectsPanel-SIK72DXV.mjs → neutral/DebugSpaceObjectsPanel-NISULU6U.mjs} +9 -20
- package/dist/lib/neutral/DebugSpaceObjectsPanel-NISULU6U.mjs.map +7 -0
- package/dist/lib/{browser/DebugStatus-FWF3YFBA.mjs → neutral/DebugStatus-YB3KFP7G.mjs} +5 -8
- package/dist/lib/neutral/DebugStatus-YB3KFP7G.mjs.map +7 -0
- package/dist/lib/{browser/DevtoolsOverviewContainer-TBTTPXVF.mjs → neutral/DevtoolsOverviewContainer-YX7Z3D2H.mjs} +4 -5
- package/dist/lib/neutral/DevtoolsOverviewContainer-YX7Z3D2H.mjs.map +7 -0
- package/dist/lib/neutral/GithubPanel-DAIR6QSZ.mjs +177 -0
- package/dist/lib/neutral/GithubPanel-DAIR6QSZ.mjs.map +7 -0
- package/dist/lib/neutral/SpaceGenerator-UBYB4NPD.mjs +143 -0
- package/dist/lib/neutral/SpaceGenerator-UBYB4NPD.mjs.map +7 -0
- package/dist/lib/{browser/Wireframe-KAGOKEFW.mjs → neutral/Wireframe-7SNRUKET.mjs} +8 -9
- package/dist/lib/neutral/Wireframe-7SNRUKET.mjs.map +7 -0
- package/dist/lib/{browser/app-graph-builder-FBLOEOH5.mjs → neutral/app-graph-builder-OIC65GEP.mjs} +169 -186
- package/dist/lib/neutral/app-graph-builder-OIC65GEP.mjs.map +7 -0
- package/dist/lib/neutral/capabilities/index.mjs +15 -0
- package/dist/lib/neutral/capabilities/index.mjs.map +7 -0
- package/dist/lib/neutral/chunk-J5LGTIGS.mjs +10 -0
- package/dist/lib/neutral/chunk-J5LGTIGS.mjs.map +7 -0
- package/dist/lib/{browser/chunk-Q37TZWW5.mjs → neutral/chunk-NFIOTQRZ.mjs} +21 -10
- package/dist/lib/neutral/chunk-NFIOTQRZ.mjs.map +7 -0
- package/dist/lib/{browser/chunk-ZOM2FBHQ.mjs → neutral/chunk-SWW2QL66.mjs} +5 -1
- package/dist/lib/neutral/chunk-SWW2QL66.mjs.map +7 -0
- package/dist/lib/{browser/SpaceGenerator-UUQS6TYY.mjs → neutral/components/index.mjs} +61 -264
- package/dist/lib/neutral/components/index.mjs.map +7 -0
- package/dist/lib/neutral/containers/index.mjs +23 -0
- package/dist/lib/neutral/containers/index.mjs.map +7 -0
- package/dist/lib/neutral/index.mjs +18 -0
- package/dist/lib/neutral/index.mjs.map +7 -0
- package/dist/lib/neutral/meta.json +1 -0
- package/dist/lib/neutral/meta.mjs +8 -0
- package/dist/lib/neutral/meta.mjs.map +7 -0
- package/dist/lib/neutral/plugin.mjs +12 -0
- package/dist/lib/neutral/plugin.mjs.map +7 -0
- package/dist/lib/{browser/react-context-KBHXEMRS.mjs → neutral/react-context-MUZ3KVLU.mjs} +4 -5
- package/dist/lib/neutral/react-context-MUZ3KVLU.mjs.map +7 -0
- package/dist/lib/{browser/react-surface-HYT4HKZX.mjs → neutral/react-surface-UP747GQ7.mjs} +148 -157
- package/dist/lib/neutral/react-surface-UP747GQ7.mjs.map +7 -0
- package/dist/lib/{browser/settings-XXFUM3QJ.mjs → neutral/settings-MPM6YUP4.mjs} +7 -11
- package/dist/lib/neutral/settings-MPM6YUP4.mjs.map +7 -0
- package/dist/lib/neutral/translations.mjs +89 -0
- package/dist/lib/neutral/translations.mjs.map +7 -0
- package/dist/lib/neutral/types/index.mjs +14 -0
- package/dist/lib/neutral/types/index.mjs.map +7 -0
- package/dist/types/src/DebugPlugin.d.ts +2 -5
- package/dist/types/src/DebugPlugin.d.ts.map +1 -1
- package/dist/types/src/DebugPlugin.node.d.ts +5 -0
- package/dist/types/src/DebugPlugin.node.d.ts.map +1 -0
- package/dist/types/src/DebugPlugin.test.d.ts +2 -0
- package/dist/types/src/DebugPlugin.test.d.ts.map +1 -0
- 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/app-graph-builder.d.ts.map +1 -0
- package/dist/types/src/capabilities/index.d.ts +11 -4
- package/dist/types/src/capabilities/index.d.ts.map +1 -1
- package/dist/types/src/capabilities/react-context.d.ts.map +1 -0
- package/dist/types/src/capabilities/{react-surface/react-surface.d.ts → react-surface.d.ts} +2 -2
- package/dist/types/src/capabilities/react-surface.d.ts.map +1 -0
- package/dist/types/src/capabilities/{settings/settings.d.ts → settings.d.ts} +2 -1
- package/dist/types/src/capabilities/settings.d.ts.map +1 -0
- package/dist/types/src/components/DebugSettings/DebugSettings.d.ts +11 -0
- package/dist/types/src/components/DebugSettings/DebugSettings.d.ts.map +1 -0
- package/dist/types/src/components/DebugSettings/DebugSettings.stories.d.ts +104 -0
- package/dist/types/src/components/DebugSettings/DebugSettings.stories.d.ts.map +1 -0
- package/dist/types/src/components/DebugSettings/index.d.ts +2 -0
- package/dist/types/src/components/DebugSettings/index.d.ts.map +1 -0
- package/dist/types/src/components/SchemaTable/SchemaTable.d.ts.map +1 -1
- package/dist/types/src/components/SpaceGenerator/ObjectGenerator.d.ts +2 -2
- package/dist/types/src/components/SpaceGenerator/ObjectGenerator.d.ts.map +1 -1
- package/dist/types/src/components/SpaceGenerator/draw-util.d.ts.map +1 -1
- package/dist/types/src/components/SpaceGenerator/presets.d.ts.map +1 -1
- package/dist/types/src/components/index.d.ts +2 -0
- package/dist/types/src/components/index.d.ts.map +1 -1
- package/dist/types/src/containers/DebugGraph/DebugGraph.d.ts +2 -2
- package/dist/types/src/containers/DebugGraph/DebugGraph.d.ts.map +1 -1
- package/dist/types/src/containers/DebugGraph/index.d.ts +1 -2
- package/dist/types/src/containers/DebugGraph/index.d.ts.map +1 -1
- package/dist/types/src/containers/DebugObjectPanel/DebugObjectPanel.d.ts +3 -4
- package/dist/types/src/containers/DebugObjectPanel/DebugObjectPanel.d.ts.map +1 -1
- package/dist/types/src/containers/DebugObjectPanel/index.d.ts +1 -2
- package/dist/types/src/containers/DebugObjectPanel/index.d.ts.map +1 -1
- package/dist/types/src/containers/DebugSpaceObjectsPanel/DebugSpaceObjectsPanel.d.ts +3 -1
- package/dist/types/src/containers/DebugSpaceObjectsPanel/DebugSpaceObjectsPanel.d.ts.map +1 -1
- package/dist/types/src/containers/DebugSpaceObjectsPanel/index.d.ts +1 -2
- package/dist/types/src/containers/DebugSpaceObjectsPanel/index.d.ts.map +1 -1
- package/dist/types/src/containers/DebugStatus/DebugStatus.d.ts.map +1 -1
- package/dist/types/src/containers/DebugStatus/index.d.ts +1 -2
- package/dist/types/src/containers/DebugStatus/index.d.ts.map +1 -1
- package/dist/types/src/containers/DevtoolsOverviewContainer/index.d.ts +1 -2
- package/dist/types/src/containers/DevtoolsOverviewContainer/index.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 +104 -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/SpaceGenerator/SpaceGenerator.d.ts +1 -5
- package/dist/types/src/containers/SpaceGenerator/SpaceGenerator.d.ts.map +1 -1
- package/dist/types/src/containers/SpaceGenerator/index.d.ts +1 -2
- package/dist/types/src/containers/SpaceGenerator/index.d.ts.map +1 -1
- package/dist/types/src/containers/Wireframe/Wireframe.d.ts.map +1 -1
- package/dist/types/src/containers/Wireframe/index.d.ts +1 -2
- package/dist/types/src/containers/Wireframe/index.d.ts.map +1 -1
- package/dist/types/src/containers/index.d.ts +1 -1
- package/dist/types/src/containers/index.d.ts.map +1 -1
- package/dist/types/src/index.d.ts +1 -1
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/meta.d.ts.map +1 -1
- package/dist/types/src/plugin.d.ts +4 -0
- package/dist/types/src/plugin.d.ts.map +1 -0
- package/dist/types/src/translations.d.ts +85 -61
- package/dist/types/src/translations.d.ts.map +1 -1
- package/dist/types/src/types/Settings.d.ts +8 -0
- package/dist/types/src/types/Settings.d.ts.map +1 -0
- package/dist/types/src/{types.d.ts → types/index.d.ts} +10 -9
- package/dist/types/src/types/index.d.ts.map +1 -0
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +116 -63
- package/src/DebugPlugin.node.ts +18 -0
- package/src/DebugPlugin.test.ts +29 -0
- package/src/DebugPlugin.tsx +9 -11
- package/src/DebugPlugin.workerd.ts +12 -0
- package/src/capabilities/{app-graph-builder/app-graph-builder.ts → app-graph-builder.ts} +139 -153
- package/src/capabilities/index.ts +6 -4
- package/src/capabilities/{react-context/react-context.tsx → react-context.tsx} +1 -1
- package/src/capabilities/{react-surface/react-surface.tsx → react-surface.tsx} +163 -139
- package/src/capabilities/{settings/settings.ts → settings.ts} +4 -4
- package/src/components/DebugSettings/DebugSettings.stories.tsx +36 -0
- package/src/components/DebugSettings/DebugSettings.tsx +262 -0
- package/src/components/DebugSettings/index.ts +5 -0
- package/src/components/SpaceGenerator/ObjectGenerator.tsx +13 -14
- package/src/components/SpaceGenerator/draw-util.ts +8 -8
- package/src/components/SpaceGenerator/presets.ts +27 -52
- package/src/components/index.ts +4 -0
- package/src/containers/DebugGraph/DebugGraph.tsx +3 -2
- package/src/containers/DebugGraph/index.ts +1 -3
- package/src/containers/DebugObjectPanel/DebugObjectPanel.tsx +44 -15
- package/src/containers/DebugObjectPanel/index.ts +1 -3
- package/src/containers/DebugSpaceObjectsPanel/DebugSpaceObjectsPanel.tsx +9 -17
- package/src/containers/DebugSpaceObjectsPanel/index.ts +1 -3
- package/src/containers/DebugStatus/DebugStatus.tsx +1 -3
- package/src/containers/DebugStatus/index.ts +1 -3
- package/src/containers/DevtoolsOverviewContainer/index.ts +1 -3
- 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/SpaceGenerator/SpaceGenerator.tsx +16 -20
- package/src/containers/SpaceGenerator/index.ts +1 -3
- package/src/containers/Wireframe/Wireframe.tsx +2 -6
- package/src/containers/Wireframe/index.ts +1 -3
- package/src/containers/index.ts +1 -1
- package/src/index.ts +1 -1
- package/src/meta.ts +2 -0
- package/src/plugin.ts +10 -0
- package/src/translations.ts +81 -60
- package/src/types/Settings.ts +16 -0
- package/src/{types.ts → types/index.ts} +14 -12
- package/dist/lib/browser/DebugGraph-7HXJ2PS2.mjs.map +0 -7
- package/dist/lib/browser/DebugObjectPanel-KXVFOGU6.mjs +0 -35
- package/dist/lib/browser/DebugObjectPanel-KXVFOGU6.mjs.map +0 -7
- package/dist/lib/browser/DebugSettings-DQXOXF6A.mjs +0 -183
- package/dist/lib/browser/DebugSettings-DQXOXF6A.mjs.map +0 -7
- package/dist/lib/browser/DebugSpaceObjectsPanel-SIK72DXV.mjs.map +0 -7
- package/dist/lib/browser/DebugStatus-FWF3YFBA.mjs.map +0 -7
- package/dist/lib/browser/DevtoolsOverviewContainer-TBTTPXVF.mjs.map +0 -7
- package/dist/lib/browser/SpaceGenerator-UUQS6TYY.mjs.map +0 -7
- package/dist/lib/browser/Wireframe-KAGOKEFW.mjs.map +0 -7
- package/dist/lib/browser/app-graph-builder-FBLOEOH5.mjs.map +0 -7
- package/dist/lib/browser/chunk-Q37TZWW5.mjs.map +0 -7
- package/dist/lib/browser/chunk-ZOM2FBHQ.mjs.map +0 -7
- package/dist/lib/browser/index.mjs +0 -132
- package/dist/lib/browser/index.mjs.map +0 -7
- package/dist/lib/browser/meta.json +0 -1
- package/dist/lib/browser/react-context-KBHXEMRS.mjs.map +0 -7
- package/dist/lib/browser/react-surface-HYT4HKZX.mjs.map +0 -7
- package/dist/lib/browser/settings-XXFUM3QJ.mjs.map +0 -7
- package/dist/types/src/capabilities/app-graph-builder/app-graph-builder.d.ts.map +0 -1
- package/dist/types/src/capabilities/app-graph-builder/index.d.ts +0 -3
- package/dist/types/src/capabilities/app-graph-builder/index.d.ts.map +0 -1
- package/dist/types/src/capabilities/react-context/index.d.ts +0 -7
- package/dist/types/src/capabilities/react-context/index.d.ts.map +0 -1
- package/dist/types/src/capabilities/react-context/react-context.d.ts.map +0 -1
- package/dist/types/src/capabilities/react-surface/index.d.ts +0 -5
- package/dist/types/src/capabilities/react-surface/index.d.ts.map +0 -1
- package/dist/types/src/capabilities/react-surface/react-surface.d.ts.map +0 -1
- package/dist/types/src/capabilities/settings/index.d.ts +0 -3
- package/dist/types/src/capabilities/settings/index.d.ts.map +0 -1
- package/dist/types/src/capabilities/settings/settings.d.ts.map +0 -1
- package/dist/types/src/containers/DebugSettings/DebugSettings.d.ts +0 -10
- package/dist/types/src/containers/DebugSettings/DebugSettings.d.ts.map +0 -1
- package/dist/types/src/containers/DebugSettings/index.d.ts +0 -3
- package/dist/types/src/containers/DebugSettings/index.d.ts.map +0 -1
- package/dist/types/src/types.d.ts.map +0 -1
- package/src/capabilities/app-graph-builder/index.ts +0 -7
- package/src/capabilities/react-context/index.ts +0 -7
- package/src/capabilities/react-surface/index.ts +0 -7
- package/src/capabilities/settings/index.ts +0 -7
- package/src/containers/DebugSettings/DebugSettings.tsx +0 -206
- package/src/containers/DebugSettings/index.ts +0 -7
- /package/dist/types/src/capabilities/{app-graph-builder/app-graph-builder.d.ts → app-graph-builder.d.ts} +0 -0
- /package/dist/types/src/capabilities/{react-context/react-context.d.ts → react-context.d.ts} +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"inputs":{"src/meta.ts":{"bytes":2027,"imports":[{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/types.ts":{"bytes":11326,"imports":[{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"./meta"}],"format":"esm"},"src/capabilities/app-graph-builder/app-graph-builder.ts":{"bytes":67711,"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-deck/types","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../../meta"},{"path":"src/types.ts","kind":"import-statement","original":"../../types"},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true}],"format":"esm"},"src/capabilities/app-graph-builder/index.ts":{"bytes":943,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/capabilities/app-graph-builder/app-graph-builder.ts","kind":"dynamic-import","original":"./app-graph-builder"}],"format":"esm"},"src/capabilities/react-context/react-context.tsx":{"bytes":2601,"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":"src/meta.ts","kind":"import-statement","original":"../../meta"}],"format":"esm"},"src/capabilities/react-context/index.ts":{"bytes":909,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/capabilities/react-context/react-context.tsx","kind":"dynamic-import","original":"./react-context"}],"format":"esm"},"src/containers/DebugGraph/DebugGraph.tsx":{"bytes":1461,"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":636,"imports":[{"path":"src/containers/DebugGraph/DebugGraph.tsx","kind":"import-statement","original":"./DebugGraph"}],"format":"esm"},"src/containers/DebugObjectPanel/DebugObjectPanel.tsx":{"bytes":5439,"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/DebugObjectPanel/index.ts":{"bytes":700,"imports":[{"path":"src/containers/DebugObjectPanel/DebugObjectPanel.tsx","kind":"import-statement","original":"./DebugObjectPanel"}],"format":"esm"},"src/containers/DebugSettings/DebugSettings.tsx":{"bytes":25238,"imports":[{"path":"react","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/config","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../../meta"}],"format":"esm"},"src/containers/DebugSettings/index.ts":{"bytes":664,"imports":[{"path":"src/containers/DebugSettings/DebugSettings.tsx","kind":"import-statement","original":"./DebugSettings"}],"format":"esm"},"src/containers/DebugStatus/DebugStatus.tsx":{"bytes":18901,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"@dxos/plugin-status-bar","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/react-client/mesh","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true}],"format":"esm"},"src/containers/DebugStatus/index.ts":{"bytes":648,"imports":[{"path":"src/containers/DebugStatus/DebugStatus.tsx","kind":"import-statement","original":"./DebugStatus"}],"format":"esm"},"src/containers/DevtoolsOverviewContainer/DevtoolsOverviewContainer.tsx":{"bytes":2706,"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":784,"imports":[{"path":"src/containers/DevtoolsOverviewContainer/DevtoolsOverviewContainer.tsx","kind":"import-statement","original":"./DevtoolsOverviewContainer"}],"format":"esm"},"src/components/SchemaTable/SchemaTable.tsx":{"bytes":3664,"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":490,"imports":[{"path":"src/components/SchemaTable/SchemaTable.tsx","kind":"import-statement","original":"./SchemaTable"}],"format":"esm"},"src/components/SpaceGenerator/presets.ts":{"bytes":106454,"imports":[{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/assistant-toolkit","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/conductor","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/operation","kind":"import-statement","external":true},{"path":"@dxos/plugin-inbox","kind":"import-statement","external":true},{"path":"@dxos/plugin-inbox/types","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","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":20217,"imports":[{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/conductor","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","kind":"import-statement","external":true},{"path":"@dxos/plugin-sheet/types","kind":"import-statement","external":true},{"path":"@dxos/plugin-sketch/types","kind":"import-statement","external":true},{"path":"@dxos/plugin-space/operations","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":588,"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/index.ts":{"bytes":584,"imports":[{"path":"src/components/SchemaTable/index.ts","kind":"import-statement","original":"./SchemaTable"},{"path":"src/components/SpaceGenerator/index.ts","kind":"import-statement","original":"./SpaceGenerator"}],"format":"esm"},"src/containers/SpaceGenerator/SpaceGenerator.tsx":{"bytes":18212,"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/types","kind":"import-statement","external":true},{"path":"@dxos/plugin-sheet/types","kind":"import-statement","external":true},{"path":"@dxos/plugin-sketch/types","kind":"import-statement","external":true},{"path":"@dxos/react-client","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/types","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true},{"path":"src/components/index.ts","kind":"import-statement","original":"../../components"}],"format":"esm"},"src/containers/SpaceGenerator/index.ts":{"bytes":676,"imports":[{"path":"src/containers/SpaceGenerator/SpaceGenerator.tsx","kind":"import-statement","original":"./SpaceGenerator"}],"format":"esm"},"src/containers/Wireframe/Wireframe.tsx":{"bytes":6219,"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":624,"imports":[{"path":"src/containers/Wireframe/Wireframe.tsx","kind":"import-statement","original":"./Wireframe"}],"format":"esm"},"src/containers/DebugSpaceObjectsPanel/DebugSpaceObjectsPanel.tsx":{"bytes":6625,"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/plugin-space","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":756,"imports":[{"path":"src/containers/DebugSpaceObjectsPanel/DebugSpaceObjectsPanel.tsx","kind":"import-statement","original":"./DebugSpaceObjectsPanel"}],"format":"esm"},"src/containers/index.ts":{"bytes":2821,"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/DebugSettings/index.ts","kind":"dynamic-import","original":"./DebugSettings"},{"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/capabilities/react-surface/react-surface.tsx":{"bytes":54193,"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/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/operations","kind":"import-statement","external":true},{"path":"@dxos/plugin-space/operations","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","kind":"import-statement","external":true},{"path":"src/containers/index.ts","kind":"import-statement","original":"../../containers"},{"path":"src/meta.ts","kind":"import-statement","original":"../../meta"},{"path":"src/types.ts","kind":"import-statement","original":"../../types"}],"format":"esm"},"src/capabilities/react-surface/index.ts":{"bytes":909,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/capabilities/react-surface/react-surface.tsx","kind":"dynamic-import","original":"./react-surface"}],"format":"esm"},"src/capabilities/settings/settings.ts":{"bytes":3210,"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":"src/meta.ts","kind":"import-statement","original":"../../meta"},{"path":"src/types.ts","kind":"import-statement","original":"../../types"}],"format":"esm"},"src/capabilities/settings/index.ts":{"bytes":901,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/capabilities/settings/settings.ts","kind":"dynamic-import","original":"./settings"}],"format":"esm"},"src/capabilities/index.ts":{"bytes":788,"imports":[{"path":"src/capabilities/app-graph-builder/index.ts","kind":"import-statement","original":"./app-graph-builder"},{"path":"src/capabilities/react-context/index.ts","kind":"import-statement","original":"./react-context"},{"path":"src/capabilities/react-surface/index.ts","kind":"import-statement","original":"./react-surface"},{"path":"src/capabilities/settings/index.ts","kind":"import-statement","original":"./settings"}],"format":"esm"},"src/translations.ts":{"bytes":8724,"imports":[{"path":"src/meta.ts","kind":"import-statement","original":"./meta"}],"format":"esm"},"src/DebugPlugin.tsx":{"bytes":7268,"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":"src/capabilities/index.ts","kind":"import-statement","original":"./capabilities"},{"path":"src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"src/translations.ts","kind":"import-statement","original":"./translations"},{"path":"@dxos/echo-pipeline/testing","kind":"dynamic-import","external":true},{"path":"@dxos/client-services","kind":"dynamic-import","external":true}],"format":"esm"},"src/index.ts":{"bytes":547,"imports":[{"path":"src/DebugPlugin.tsx","kind":"import-statement","original":"./DebugPlugin"},{"path":"src/meta.ts","kind":"import-statement","original":"./meta"}],"format":"esm"}},"outputs":{"dist/lib/browser/SpaceGenerator-UUQS6TYY.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":69870},"dist/lib/browser/SpaceGenerator-UUQS6TYY.mjs":{"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/types","kind":"import-statement","external":true},{"path":"@dxos/plugin-sheet/types","kind":"import-statement","external":true},{"path":"@dxos/plugin-sketch/types","kind":"import-statement","external":true},{"path":"@dxos/react-client","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/types","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true},{"path":"@dxos/util","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/blueprints","kind":"import-statement","external":true},{"path":"@dxos/conductor","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/functions","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/operation","kind":"import-statement","external":true},{"path":"@dxos/plugin-inbox","kind":"import-statement","external":true},{"path":"@dxos/plugin-inbox/types","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","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","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/types","kind":"import-statement","external":true},{"path":"@dxos/plugin-sheet/types","kind":"import-statement","external":true},{"path":"@dxos/plugin-sketch/types","kind":"import-statement","external":true},{"path":"@dxos/plugin-space/operations","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}],"exports":["default"],"entryPoint":"src/containers/SpaceGenerator/index.ts","inputs":{"src/containers/SpaceGenerator/SpaceGenerator.tsx":{"bytesInOutput":4651},"src/components/SchemaTable/SchemaTable.tsx":{"bytesInOutput":945},"src/components/SchemaTable/index.ts":{"bytesInOutput":0},"src/components/index.ts":{"bytesInOutput":0},"src/components/SpaceGenerator/presets.ts":{"bytesInOutput":29550},"src/components/SpaceGenerator/index.ts":{"bytesInOutput":0},"src/components/SpaceGenerator/ObjectGenerator.tsx":{"bytesInOutput":5119},"src/containers/SpaceGenerator/index.ts":{"bytesInOutput":45}},"bytes":40705},"dist/lib/browser/Wireframe-KAGOKEFW.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":3427},"dist/lib/browser/Wireframe-KAGOKEFW.mjs":{"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}],"exports":["default"],"entryPoint":"src/containers/Wireframe/index.ts","inputs":{"src/containers/Wireframe/Wireframe.tsx":{"bytesInOutput":1663},"src/containers/Wireframe/index.ts":{"bytesInOutput":35}},"bytes":1869},"dist/lib/browser/DebugSpaceObjectsPanel-SIK72DXV.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":3852},"dist/lib/browser/DebugSpaceObjectsPanel-SIK72DXV.mjs":{"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/plugin-space","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":1810},"src/containers/DebugSpaceObjectsPanel/index.ts":{"bytesInOutput":61}},"bytes":2107},"dist/lib/browser/react-surface-HYT4HKZX.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":28506},"dist/lib/browser/react-surface-HYT4HKZX.mjs":{"imports":[{"path":"dist/lib/browser/chunk-Q37TZWW5.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-ZOM2FBHQ.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/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/operations","kind":"import-statement","external":true},{"path":"@dxos/plugin-space/operations","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","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"dist/lib/browser/DebugGraph-7HXJ2PS2.mjs","kind":"dynamic-import"},{"path":"dist/lib/browser/DebugObjectPanel-KXVFOGU6.mjs","kind":"dynamic-import"},{"path":"dist/lib/browser/DebugSettings-DQXOXF6A.mjs","kind":"dynamic-import"},{"path":"dist/lib/browser/DebugStatus-FWF3YFBA.mjs","kind":"dynamic-import"},{"path":"dist/lib/browser/DevtoolsOverviewContainer-TBTTPXVF.mjs","kind":"dynamic-import"},{"path":"dist/lib/browser/SpaceGenerator-UUQS6TYY.mjs","kind":"dynamic-import"},{"path":"dist/lib/browser/Wireframe-KAGOKEFW.mjs","kind":"dynamic-import"},{"path":"dist/lib/browser/DebugSpaceObjectsPanel-SIK72DXV.mjs","kind":"dynamic-import"}],"exports":["default"],"entryPoint":"src/capabilities/react-surface/react-surface.tsx","inputs":{"src/capabilities/react-surface/react-surface.tsx":{"bytesInOutput":14443},"src/containers/index.ts":{"bytesInOutput":638}},"bytes":15433},"dist/lib/browser/settings-XXFUM3QJ.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1614},"dist/lib/browser/settings-XXFUM3QJ.mjs":{"imports":[{"path":"dist/lib/browser/chunk-Q37TZWW5.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-ZOM2FBHQ.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}],"exports":["default"],"entryPoint":"src/capabilities/settings/settings.ts","inputs":{"src/capabilities/settings/settings.ts":{"bytesInOutput":624}},"bytes":885},"dist/lib/browser/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":9170},"dist/lib/browser/index.mjs":{"imports":[{"path":"dist/lib/browser/chunk-ZOM2FBHQ.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/app-framework","kind":"import-statement","external":true},{"path":"dist/lib/browser/app-graph-builder-FBLOEOH5.mjs","kind":"dynamic-import"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"dist/lib/browser/react-context-KBHXEMRS.mjs","kind":"dynamic-import"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"dist/lib/browser/react-surface-HYT4HKZX.mjs","kind":"dynamic-import"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"dist/lib/browser/settings-XXFUM3QJ.mjs","kind":"dynamic-import"},{"path":"@dxos/echo-pipeline/testing","kind":"dynamic-import","external":true},{"path":"@dxos/client-services","kind":"dynamic-import","external":true}],"exports":["DebugPlugin","meta"],"entryPoint":"src/index.ts","inputs":{"src/DebugPlugin.tsx":{"bytesInOutput":1415},"src/capabilities/app-graph-builder/index.ts":{"bytesInOutput":158},"src/capabilities/index.ts":{"bytesInOutput":0},"src/capabilities/react-context/index.ts":{"bytesInOutput":164},"src/capabilities/react-surface/index.ts":{"bytesInOutput":164},"src/capabilities/settings/index.ts":{"bytesInOutput":161},"src/translations.ts":{"bytesInOutput":2689},"src/index.ts":{"bytesInOutput":0}},"bytes":5114},"dist/lib/browser/app-graph-builder-FBLOEOH5.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":25697},"dist/lib/browser/app-graph-builder-FBLOEOH5.mjs":{"imports":[{"path":"dist/lib/browser/chunk-Q37TZWW5.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-ZOM2FBHQ.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-deck/types","kind":"import-statement","external":true},{"path":"@dxos/plugin-graph","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/app-graph-builder/app-graph-builder.ts","inputs":{"src/capabilities/app-graph-builder/app-graph-builder.ts":{"bytesInOutput":18877}},"bytes":19142},"dist/lib/browser/chunk-Q37TZWW5.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":5852},"dist/lib/browser/chunk-Q37TZWW5.mjs":{"imports":[{"path":"dist/lib/browser/chunk-ZOM2FBHQ.mjs","kind":"import-statement"},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true}],"exports":["DebugCapabilities","DebugSettingsSchema","Devtools"],"inputs":{"src/types.ts":{"bytesInOutput":2685}},"bytes":2861},"dist/lib/browser/react-context-KBHXEMRS.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1402},"dist/lib/browser/react-context-KBHXEMRS.mjs":{"imports":[{"path":"dist/lib/browser/chunk-ZOM2FBHQ.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}],"exports":["default"],"entryPoint":"src/capabilities/react-context/react-context.tsx","inputs":{"src/capabilities/react-context/react-context.tsx":{"bytesInOutput":559}},"bytes":758},"dist/lib/browser/DebugGraph-7HXJ2PS2.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":965},"dist/lib/browser/DebugGraph-7HXJ2PS2.mjs":{"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}],"exports":["default"],"entryPoint":"src/containers/DebugGraph/index.ts","inputs":{"src/containers/DebugGraph/DebugGraph.tsx":{"bytesInOutput":248},"src/containers/DebugGraph/index.ts":{"bytesInOutput":37}},"bytes":461},"dist/lib/browser/DebugObjectPanel-KXVFOGU6.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":3240},"dist/lib/browser/DebugObjectPanel-KXVFOGU6.mjs":{"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}],"exports":["default"],"entryPoint":"src/containers/DebugObjectPanel/index.ts","inputs":{"src/containers/DebugObjectPanel/DebugObjectPanel.tsx":{"bytesInOutput":1382},"src/containers/DebugObjectPanel/index.ts":{"bytesInOutput":49}},"bytes":1637},"dist/lib/browser/DebugSettings-DQXOXF6A.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":13777},"dist/lib/browser/DebugSettings-DQXOXF6A.mjs":{"imports":[{"path":"dist/lib/browser/chunk-ZOM2FBHQ.mjs","kind":"import-statement"},{"path":"react","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/config","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/containers/DebugSettings/index.ts","inputs":{"src/containers/DebugSettings/DebugSettings.tsx":{"bytesInOutput":6830},"src/containers/DebugSettings/index.ts":{"bytesInOutput":43}},"bytes":7112},"dist/lib/browser/chunk-ZOM2FBHQ.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":958},"dist/lib/browser/chunk-ZOM2FBHQ.mjs":{"imports":[{"path":"@dxos/util","kind":"import-statement","external":true}],"exports":["meta"],"inputs":{"src/meta.ts":{"bytesInOutput":521}},"bytes":600},"dist/lib/browser/DebugStatus-FWF3YFBA.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":8897},"dist/lib/browser/DebugStatus-FWF3YFBA.mjs":{"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"@dxos/plugin-status-bar","kind":"import-statement","external":true},{"path":"@dxos/protocols/proto/dxos/client/services","kind":"import-statement","external":true},{"path":"@dxos/react-client/mesh","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/containers/DebugStatus/index.ts","inputs":{"src/containers/DebugStatus/DebugStatus.tsx":{"bytesInOutput":3891},"src/containers/DebugStatus/index.ts":{"bytesInOutput":39}},"bytes":4111},"dist/lib/browser/DevtoolsOverviewContainer-TBTTPXVF.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1691},"dist/lib/browser/DevtoolsOverviewContainer-TBTTPXVF.mjs":{"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}],"exports":["default"],"entryPoint":"src/containers/DevtoolsOverviewContainer/index.ts","inputs":{"src/containers/DevtoolsOverviewContainer/DevtoolsOverviewContainer.tsx":{"bytesInOutput":608},"src/containers/DevtoolsOverviewContainer/index.ts":{"bytesInOutput":67}},"bytes":926}}}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../src/capabilities/react-context/react-context.tsx"],
|
|
4
|
-
"sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport * as Effect from 'effect/Effect';\nimport React from 'react';\n\nimport { Capabilities, Capability } from '@dxos/app-framework';\nimport { Surface } from '@dxos/app-framework/ui';\nimport { DevtoolsContextProvider } from '@dxos/devtools';\n\nimport { meta } from '../../meta';\n\nexport default Capability.makeModule(() =>\n Effect.succeed(\n Capability.contributes(Capabilities.ReactContext, {\n id: meta.id,\n context: ({ children }) => (\n <Surface.ProfilerProvider>\n <DevtoolsContextProvider>{children}</DevtoolsContextProvider>\n </Surface.ProfilerProvider>\n ),\n }),\n ),\n);\n"],
|
|
5
|
-
"mappings": ";;;;;AAIA,YAAYA,YAAY;AACxB,OAAOC,WAAW;AAElB,SAASC,cAAcC,kBAAkB;AACzC,SAASC,eAAe;AACxB,SAASC,+BAA+B;AAIxC,IAAA,wBAAeC,WAAWC,WAAW,MAC5BC,eACLF,WAAWG,YAAYC,aAAaC,cAAc;EAChDC,IAAIC,KAAKD;EACTE,SAAS,CAAC,EAAEC,SAAQ,MAClB,sBAAA,cAACC,QAAQC,kBAAgB,MACvB,sBAAA,cAACC,yBAAAA,MAAyBH,QAAAA,CAAAA;AAGhC,CAAA,CAAA,CAAA;",
|
|
6
|
-
"names": ["Effect", "React", "Capabilities", "Capability", "Surface", "DevtoolsContextProvider", "Capability", "makeModule", "succeed", "contributes", "Capabilities", "ReactContext", "id", "meta", "context", "children", "Surface", "ProfilerProvider", "DevtoolsContextProvider"]
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../src/capabilities/react-surface/react-surface.tsx", "../../../src/containers/index.ts"],
|
|
4
|
-
"sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport * as Effect from 'effect/Effect';\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, getObjectPathFromObject } from '@dxos/app-toolkit';\n\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 TracingPanel,\n WorkflowPanel,\n} from '@dxos/devtools';\nimport { Obj } from '@dxos/echo';\nimport { Collection } from '@dxos/echo';\nimport { type LogBuffer } from '@dxos/log';\nimport { log } from '@dxos/log';\n\nimport { type Graph } from '@dxos/plugin-graph';\nimport { ScriptOperation } from '@dxos/plugin-script/operations';\nimport { SpaceOperation } from '@dxos/plugin-space/operations';\nimport { useActiveSpace } from '@dxos/plugin-space';\nimport { type Space, SpaceState, isSpace } from '@dxos/react-client/echo';\nimport { Panel } from '@dxos/react-ui';\n\nimport {\n DebugGraph,\n DebugObjectPanel,\n DebugSettings,\n DebugSpaceObjectsPanel,\n DebugStatus,\n DevtoolsOverviewContainer,\n SpaceGenerator,\n Wireframe,\n} from '../../containers';\nimport { meta } from '../../meta';\nimport { DebugCapabilities, type DebugSettingsProps, Devtools } from '../../types';\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\nconst useCurrentSpace = useActiveSpace;\n\ntype ReactSurfaceOptions = {\n logBuffer: LogBuffer;\n};\n\nexport default Capability.makeModule(\n Effect.fnUntraced(function* ({ logBuffer }: ReactSurfaceOptions) {\n const capabilities = yield* Capability.Service;\n const registry = capabilities.get(Capabilities.AtomRegistry);\n const settingsAtom = capabilities.get(DebugCapabilities.Settings);\n\n return Capability.contributes(Capabilities.ReactSurface, [\n Surface.create({\n id: `${meta.id}.plugin-settings`,\n role: 'article',\n filter: (data): data is { subject: AppCapabilities.Settings } =>\n AppCapabilities.isSettings(data.subject) && data.subject.prefix === meta.id,\n component: ({ data: { subject } }) => {\n const { settings, updateSettings } = useSettingsState<DebugSettingsProps>(subject.atom);\n return <DebugSettings settings={settings} onSettingsChange={updateSettings} logBuffer={logBuffer} />;\n },\n }),\n Surface.create({\n id: `${meta.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 data.subject.space.properties[Collection.Collection.typename]?.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 (\n <Panel.Root role={role} className='dx-document'>\n <Panel.Content asChild>\n <SpaceGenerator space={data.subject.space} onCreateObjects={handleCreateObject} />\n </Panel.Content>\n </Panel.Root>\n );\n },\n }),\n Surface.create({\n id: `${meta.id}.app-graph`,\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: `${meta.id}.wireframe`,\n role: ['article', 'section'],\n position: 'hoist',\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: `${meta.id}.object-debug`,\n role: 'article',\n filter: (data): data is { companionTo: Obj.Unknown } =>\n data.subject === 'debug' && Obj.isObject(data.companionTo),\n component: ({ data }) => <DebugObjectPanel object={data.companionTo} />,\n }),\n Surface.create({\n id: `${meta.id}.devtools-overview`,\n role: 'deck-companion--devtools',\n filter: (data): data is { subject: 'devtools' } => data.subject === 'devtools',\n component: () => <DevtoolsOverviewContainer />,\n }),\n Surface.create({\n id: `${meta.id}.space-objects`,\n role: 'deck-companion--space-objects',\n filter: (data): data is { subject: 'space-objects' } => data.subject === 'space-objects',\n component: () => <DebugSpaceObjectsPanel />,\n }),\n\n Surface.create({\n id: `${meta.id}.status`,\n role: 'status-indicator',\n position: 'hoist',\n component: () => <DebugStatus />,\n }),\n //\n // Devtools\n //\n\n Surface.create({\n id: `${meta.id}.client.config`,\n role: 'article',\n filter: (data): data is any => data.subject === Devtools.Client.Config,\n component: () => <ConfigPanel vaultSelector={false} />,\n }),\n Surface.create({\n id: `${meta.id}.client.storage`,\n role: 'article',\n filter: (data): data is any => data.subject === Devtools.Client.Storage,\n component: () => <StoragePanel />,\n }),\n Surface.create({\n id: `${meta.id}.client.logs`,\n role: 'article',\n filter: (data): data is any => data.subject === Devtools.Client.Logs,\n component: () => <LoggingPanel />,\n }),\n Surface.create({\n id: `${meta.id}.client.diagnostics`,\n role: 'article',\n filter: (data): data is any => data.subject === Devtools.Client.Diagnostics,\n component: () => <DiagnosticsPanel />,\n }),\n Surface.create({\n id: `${meta.id}.client.tracing`,\n role: 'article',\n filter: (data): data is any => data.subject === Devtools.Client.Tracing,\n component: () => <TracingPanel />,\n }),\n Surface.create({\n id: `${meta.id}.halo.identity`,\n role: 'article',\n filter: (data): data is any => data.subject === Devtools.Halo.Identity,\n component: () => <IdentityPanel />,\n }),\n Surface.create({\n id: `${meta.id}.halo.devices`,\n role: 'article',\n filter: (data): data is any => data.subject === Devtools.Halo.Devices,\n component: () => <DeviceListPanel />,\n }),\n Surface.create({\n id: `${meta.id}.halo.keyring`,\n role: 'article',\n filter: (data): data is any => data.subject === Devtools.Halo.Keyring,\n component: () => <KeyringPanel />,\n }),\n Surface.create({\n id: `${meta.id}.halo.credentials`,\n role: 'article',\n filter: (data): data is any => data.subject === Devtools.Halo.Credentials,\n component: () => {\n const space = useCurrentSpace();\n return <CredentialsPanel space={space} />;\n },\n }),\n Surface.create({\n id: `${meta.id}.echo.spaces`,\n role: 'article',\n filter: (data): data is any => data.subject === 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: `${meta.id}.echo.space`,\n role: 'article',\n filter: (data): data is any => data.subject === Devtools.Echo.Space,\n component: () => {\n const space = useCurrentSpace();\n const { invokePromise } = useOperationInvoker();\n const handleSelect = useCallback(\n () => invokePromise(LayoutOperation.Open, { subject: [Devtools.Echo.Feeds] }),\n [invokePromise],\n );\n return <SpaceInfoPanel space={space} onSelectFeed={handleSelect} onSelectPipeline={handleSelect} />;\n },\n }),\n Surface.create({\n id: `${meta.id}.echo.feeds`,\n role: 'article',\n filter: (data): data is any => data.subject === Devtools.Echo.Feeds,\n component: () => {\n const space = useCurrentSpace();\n return <FeedsPanel space={space} />;\n },\n }),\n Surface.create({\n id: `${meta.id}.echo.objects`,\n role: 'article',\n filter: (data): data is any => data.subject === Devtools.Echo.Objects,\n component: () => {\n const space = useCurrentSpace();\n return <ObjectsPanel space={space} />;\n },\n }),\n Surface.create({\n id: `${meta.id}.echo.schema`,\n role: 'article',\n filter: (data): data is any => data.subject === Devtools.Echo.Schema,\n component: () => {\n const space = useCurrentSpace();\n return <SchemaPanel space={space} />;\n },\n }),\n Surface.create({\n id: `${meta.id}.echo.automerge`,\n role: 'article',\n filter: (data): data is any => data.subject === Devtools.Echo.Automerge,\n component: () => {\n const space = useCurrentSpace();\n return <AutomergePanel space={space} />;\n },\n }),\n Surface.create({\n id: `${meta.id}.echo.queues`,\n role: 'article',\n filter: (data): data is any => data.subject === Devtools.Echo.Queues,\n component: () => <QueuesPanel />,\n }),\n Surface.create({\n id: `${meta.id}.echo.members`,\n role: 'article',\n filter: (data): data is any => data.subject === Devtools.Echo.Members,\n component: () => {\n const space = useCurrentSpace();\n return <MembersPanel space={space} />;\n },\n }),\n Surface.create({\n id: `${meta.id}.echo.metadata`,\n role: 'article',\n filter: (data): data is any => data.subject === Devtools.Echo.Metadata,\n component: () => <MetadataPanel />,\n }),\n Surface.create({\n id: `${meta.id}.mesh.signal`,\n role: 'article',\n filter: (data): data is any => data.subject === Devtools.Mesh.Signal,\n component: () => <SignalPanel />,\n }),\n Surface.create({\n id: `${meta.id}.mesh.swarm`,\n role: 'article',\n filter: (data): data is any => data.subject === Devtools.Mesh.Swarm,\n component: () => <SwarmPanel />,\n }),\n Surface.create({\n id: `${meta.id}.mesh.network`,\n role: 'article',\n filter: (data): data is any => data.subject === Devtools.Mesh.Network,\n component: () => {\n const space = useCurrentSpace();\n return <NetworkPanel space={space} />;\n },\n }),\n Surface.create({\n id: `${meta.id}.edge.dashboard`,\n role: 'article',\n filter: (data): data is any => data.subject === Devtools.Edge.Dashboard,\n component: () => <EdgeDashboardPanel />,\n }),\n Surface.create({\n id: `${meta.id}.edge.workflows`,\n role: 'article',\n filter: (data): data is any => data.subject === Devtools.Edge.Workflows,\n component: () => {\n const space = useCurrentSpace();\n return <WorkflowPanel space={space} />;\n },\n }),\n Surface.create({\n id: `${meta.id}.edge.traces`,\n role: 'article',\n filter: (data): data is any => data.subject === Devtools.Edge.Traces,\n component: () => {\n const space = useCurrentSpace();\n const queueDxn = space?.properties.invocationTraceQueue?.dxn;\n return <InvocationTraceContainer db={space?.db} queueDxn={queueDxn} detailAxis='block' />;\n },\n }),\n Surface.create({\n id: `${meta.id}.edge.testing`,\n role: 'article',\n filter: (data): data is any => data.subject === 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", "//\n// Copyright 2023 DXOS.org\n//\n\nimport { type ComponentType, lazy } from 'react';\n\nexport const DebugGraph: ComponentType<any> = lazy(() => import('./DebugGraph'));\nexport const DebugObjectPanel: ComponentType<any> = lazy(() => import('./DebugObjectPanel'));\nexport const DebugSettings: ComponentType<any> = lazy(() => import('./DebugSettings'));\nexport const DebugStatus: ComponentType<any> = lazy(() => import('./DebugStatus'));\nexport const DevtoolsOverviewContainer: ComponentType<any> = lazy(() => import('./DevtoolsOverviewContainer'));\nexport const SpaceGenerator: ComponentType<any> = lazy(() => import('./SpaceGenerator'));\nexport const Wireframe: ComponentType<any> = lazy(() => import('./Wireframe'));\nexport const DebugSpaceObjectsPanel: ComponentType<any> = lazy(() => import('./DebugSpaceObjectsPanel'));\n"],
|
|
5
|
-
"mappings": "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",
|
|
6
|
-
"names": ["Effect", "React", "useCallback", "Capabilities", "Capability", "Surface", "useOperationInvoker", "useSettingsState", "AppCapabilities", "LayoutOperation", "getObjectPathFromObject", "AutomergePanel", "ConfigPanel", "CredentialsPanel", "DeviceListPanel", "DiagnosticsPanel", "EdgeDashboardPanel", "FeedsPanel", "IdentityPanel", "InvocationTraceContainer", "KeyringPanel", "LoggingPanel", "MembersPanel", "MetadataPanel", "NetworkPanel", "ObjectsPanel", "QueuesPanel", "SchemaPanel", "SignalPanel", "SpaceInfoPanel", "SpaceListPanel", "StoragePanel", "SwarmPanel", "TestingPanel", "TracingPanel", "WorkflowPanel", "Obj", "Collection", "log", "ScriptOperation", "SpaceOperation", "useActiveSpace", "SpaceState", "isSpace", "Panel", "lazy", "DebugGraph", "lazy", "DebugObjectPanel", "DebugSettings", "DebugStatus", "DevtoolsOverviewContainer", "SpaceGenerator", "Wireframe", "DebugSpaceObjectsPanel", "isSpaceDebug", "data", "type", "meta", "id", "isSpace", "space", "isGraphDebug", "graph", "json", "root", "useCurrentSpace", "useActiveSpace", "Capability", "makeModule", "fnUntraced", "logBuffer", "capabilities", "Service", "registry", "get", "Capabilities", "AtomRegistry", "settingsAtom", "DebugCapabilities", "Settings", "contributes", "ReactSurface", "Surface", "create", "role", "filter", "AppCapabilities", "isSettings", "subject", "prefix", "component", "settings", "updateSettings", "useSettingsState", "atom", "DebugSettings", "onSettingsChange", "invokePromise", "useOperationInvoker", "handleCreateObject", "useCallback", "objects", "collection", "state", "SpaceState", "SPACE_READY", "properties", "Collection", "typename", "target", "Obj", "instanceOf", "forEach", "object", "SpaceOperation", "AddObject", "Panel", "Root", "className", "Content", "asChild", "SpaceGenerator", "onCreateObjects", "DebugGraph", "position", "isObject", "wireframe", "name", "Wireframe", "label", "classNames", "companionTo", "DebugObjectPanel", "DevtoolsOverviewContainer", "DebugSpaceObjectsPanel", "DebugStatus", "Devtools", "Client", "Config", "ConfigPanel", "vaultSelector", "Storage", "StoragePanel", "Logs", "LoggingPanel", "Diagnostics", "DiagnosticsPanel", "Tracing", "TracingPanel", "Halo", "Identity", "IdentityPanel", "Devices", "DeviceListPanel", "Keyring", "KeyringPanel", "Credentials", "CredentialsPanel", "Echo", "Spaces", "handleSelect", "LayoutOperation", "Open", "Space", "SpaceListPanel", "onSelect", "Feeds", "SpaceInfoPanel", "onSelectFeed", "onSelectPipeline", "FeedsPanel", "Objects", "ObjectsPanel", "Schema", "SchemaPanel", "Automerge", "AutomergePanel", "Queues", "QueuesPanel", "Members", "MembersPanel", "Metadata", "MetadataPanel", "Mesh", "Signal", "SignalPanel", "Swarm", "SwarmPanel", "Network", "NetworkPanel", "Edge", "Dashboard", "EdgeDashboardPanel", "Workflows", "WorkflowPanel", "Traces", "queueDxn", "invocationTraceQueue", "dxn", "InvocationTraceContainer", "db", "detailAxis", "Testing", "onSpaceCreate", "waitUntilReady", "Migrate", "flush", "onScriptPluginOpen", "createResult", "ScriptOperation", "CreateScript", "log", "info", "result", "getObjectPathFromObject", "TestingPanel"]
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../src/capabilities/settings/settings.ts"],
|
|
4
|
-
"sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport * as Effect from 'effect/Effect';\n\nimport { Capability } from '@dxos/app-framework';\nimport { AppCapabilities } from '@dxos/app-toolkit';\nimport { createKvsStore } from '@dxos/effect';\n\nimport { meta } from '../../meta';\nimport { DebugCapabilities, DebugSettingsSchema } from '../../types';\n\nexport default Capability.makeModule(() =>\n Effect.sync(() => {\n const settingsAtom = createKvsStore({\n key: meta.id,\n schema: DebugSettingsSchema,\n defaultValue: () => ({}),\n });\n\n return [\n Capability.contributes(DebugCapabilities.Settings, settingsAtom),\n Capability.contributes(AppCapabilities.Settings, {\n prefix: meta.id,\n schema: DebugSettingsSchema,\n atom: settingsAtom,\n }),\n ];\n }),\n);\n"],
|
|
5
|
-
"mappings": ";;;;;;;;;AAIA,YAAYA,YAAY;AAExB,SAASC,kBAAkB;AAC3B,SAASC,uBAAuB;AAChC,SAASC,sBAAsB;AAK/B,IAAA,mBAAeC,WAAWC,WAAW,MAC5BC,YAAK,MAAA;AACV,QAAMC,eAAeC,eAAe;IAClCC,KAAKC,KAAKC;IACVC,QAAQC;IACRC,cAAc,OAAO,CAAC;EACxB,CAAA;AAEA,SAAO;IACLV,WAAWW,YAAYC,kBAAkBC,UAAUV,YAAAA;IACnDH,WAAWW,YAAYG,gBAAgBD,UAAU;MAC/CE,QAAQT,KAAKC;MACbC,QAAQC;MACRO,MAAMb;IACR,CAAA;;AAEJ,CAAA,CAAA;",
|
|
6
|
-
"names": ["Effect", "Capability", "AppCapabilities", "createKvsStore", "Capability", "makeModule", "sync", "settingsAtom", "createKvsStore", "key", "meta", "id", "schema", "DebugSettingsSchema", "defaultValue", "contributes", "DebugCapabilities", "Settings", "AppCapabilities", "prefix", "atom"]
|
|
7
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"app-graph-builder.d.ts","sourceRoot":"","sources":["../../../../../src/capabilities/app-graph-builder/app-graph-builder.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAIjD,OAAO,EAAE,YAAY,EAAqB,MAAM,oBAAoB,CAAC;;AASrE,wBA+YE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/capabilities/app-graph-builder/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjD,eAAO,MAAM,eAAe,qIAA0E,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Capability } from '@dxos/app-framework';
|
|
2
|
-
export declare const ReactContext: Capability.LazyCapability<void, Capability.Capability<Capability.InterfaceDef<Readonly<{
|
|
3
|
-
id: string;
|
|
4
|
-
dependsOn?: string[];
|
|
5
|
-
context: import("react").FC<import("react").PropsWithChildren>;
|
|
6
|
-
}>>>, Error>;
|
|
7
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/capabilities/react-context/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjD,eAAO,MAAM,YAAY;;;;YAAmE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"react-context.d.ts","sourceRoot":"","sources":["../../../../../src/capabilities/react-context/react-context.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAgB,UAAU,EAAE,MAAM,qBAAqB,CAAC;;;;;;AAM/D,wBAWE"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { Capability } from '@dxos/app-framework';
|
|
2
|
-
export declare const ReactSurface: Capability.LazyCapability<{
|
|
3
|
-
logBuffer: import("@dxos/log").LogBuffer;
|
|
4
|
-
}, Capability.Capability<Capability.InterfaceDef<import("@dxos/app-framework/Capabilities").ReactSurface>>, Error>;
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/capabilities/react-surface/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjD,eAAO,MAAM,YAAY;;kHAAmE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"react-surface.d.ts","sourceRoot":"","sources":["../../../../../src/capabilities/react-surface/react-surface.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAiC/D,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,WAAW,CAAC;AA2C3C,KAAK,mBAAmB,GAAG;IACzB,SAAS,EAAE,SAAS,CAAC;CACtB,CAAC;;AAEF,wBAsUE"}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { Capability } from '@dxos/app-framework';
|
|
2
|
-
export declare const DebugSettings: Capability.LazyCapability<void, [Capability.Capability<Capability.InterfaceDef<import("@effect-atom/atom/Atom").Writable<import("../../types").DebugSettingsProps, import("../../types").DebugSettingsProps>>>, Capability.Capability<Capability.InterfaceDef<import("@dxos/app-toolkit").AppCapabilities.Settings>>], Error>;
|
|
3
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/capabilities/settings/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjD,eAAO,MAAM,aAAa,+TAA+D,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../../../src/capabilities/settings/settings.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;;AAMpD,wBAiBE"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { type LogBuffer } from '@dxos/log';
|
|
3
|
-
import { type DebugSettingsProps } from '../../types';
|
|
4
|
-
export type DebugSettingsComponentProps = {
|
|
5
|
-
settings: DebugSettingsProps;
|
|
6
|
-
onSettingsChange: (fn: (current: DebugSettingsProps) => DebugSettingsProps) => void;
|
|
7
|
-
logBuffer: LogBuffer;
|
|
8
|
-
};
|
|
9
|
-
export declare const DebugSettings: ({ settings, onSettingsChange, logBuffer }: DebugSettingsComponentProps) => React.JSX.Element;
|
|
10
|
-
//# sourceMappingURL=DebugSettings.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DebugSettings.d.ts","sourceRoot":"","sources":["../../../../../src/containers/DebugSettings/DebugSettings.tsx"],"names":[],"mappings":"AAIA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAKnD,OAAO,EAAE,KAAK,SAAS,EAAO,MAAM,WAAW,CAAC;AAOhD,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAYtD,MAAM,MAAM,2BAA2B,GAAG;IACxC,QAAQ,EAAE,kBAAkB,CAAC;IAC7B,gBAAgB,EAAE,CAAC,EAAE,EAAE,CAAC,OAAO,EAAE,kBAAkB,KAAK,kBAAkB,KAAK,IAAI,CAAC;IACpF,SAAS,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,2CAA2C,2BAA2B,sBAkKnG,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/containers/DebugSettings/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAEhD,eAAe,aAAa,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/types.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,KAAK,OAAO,EAAiB,MAAM,OAAO,CAAC;AAEpD,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,KAAK,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAI/D,MAAM,MAAM,gBAAgB,GAAG;IAC7B,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,CAAC,EAAE,EAAE,aAAa,EAAE,OAAO,EAAE,YAAY,KAAK,IAAI,CAAC;IAC1D,IAAI,EAAE,MAAM,IAAI,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,OAAO,CAAC,gBAAgB,CAIjD,CAAC;AAEH,eAAO,MAAM,mBAAmB;;GAI/B,CAAC;AAEF,MAAM,WAAW,kBAAmB,SAAQ,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,mBAAmB,CAAC;CAAG;AAE7F,yBAAiB,iBAAiB,CAAC;IAC1B,MAAM,QAAQ,gFAAuF,CAAC;CAC9G;AAED,yBAAiB,QAAQ,CAAC;IACjB,MAAM,EAAE,QAAwB,CAAC;IAExC,UAAiB,MAAM,CAAC;QACf,MAAM,EAAE,QAA0B,CAAC;QACnC,MAAM,MAAM,QAAiC,CAAC;QAC9C,MAAM,OAAO,QAAkC,CAAC;QAChD,MAAM,IAAI,QAA+B,CAAC;QAC1C,MAAM,WAAW,QAAsC,CAAC;QACxD,MAAM,OAAO,QAAkC,CAAC;KACxD;IAED,UAAiB,IAAI,CAAC;QACb,MAAM,EAAE,QAAwB,CAAC;QACjC,MAAM,QAAQ,QAAiC,CAAC;QAChD,MAAM,OAAO,QAAgC,CAAC;QAC9C,MAAM,OAAO,QAAgC,CAAC;QAC9C,MAAM,WAAW,QAAoC,CAAC;KAC9D;IAED,UAAiB,IAAI,CAAC;QACb,MAAM,EAAE,QAAwB,CAAC;QACjC,MAAM,MAAM,QAA+B,CAAC;QAC5C,MAAM,KAAK,QAA8B,CAAC;QAC1C,MAAM,KAAK,QAA8B,CAAC;QAC1C,MAAM,OAAO,QAAgC,CAAC;QAC9C,MAAM,MAAM,QAA+B,CAAC;QAC5C,MAAM,SAAS,QAAkC,CAAC;QAClD,MAAM,MAAM,QAA+B,CAAC;QAC5C,MAAM,OAAO,QAAgC,CAAC;QAC9C,MAAM,QAAQ,QAAiC,CAAC;KACxD;IAED,UAAiB,IAAI,CAAC;QACb,MAAM,EAAE,QAAwB,CAAC;QACjC,MAAM,MAAM,QAA+B,CAAC;QAC5C,MAAM,KAAK,QAA8B,CAAC;QAC1C,MAAM,OAAO,QAAgC,CAAC;KACtD;IAED,UAAiB,KAAK,CAAC;QACd,MAAM,EAAE,QAAyB,CAAC;QAClC,MAAM,SAAS,QAAmC,CAAC;QACnD,MAAM,MAAM,QAAgC,CAAC;KACrD;IAED,UAAiB,IAAI,CAAC;QACb,MAAM,EAAE,QAAwB,CAAC;QACjC,MAAM,SAAS,QAAkC,CAAC;QAClD,MAAM,SAAS,QAAkC,CAAC;QAClD,MAAM,MAAM,QAA+B,CAAC;QAC5C,MAAM,OAAO,QAAgC,CAAC;KACtD;CACF"}
|
|
@@ -1,206 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Copyright 2023 DXOS.org
|
|
3
|
-
//
|
|
4
|
-
|
|
5
|
-
import React, { useEffect, useState } from 'react';
|
|
6
|
-
|
|
7
|
-
import { useCapabilities } from '@dxos/app-framework/ui';
|
|
8
|
-
import { AppCapabilities, getPersonalSpace } from '@dxos/app-toolkit';
|
|
9
|
-
import { type ConfigProto, SaveConfig, Storage, defs } from '@dxos/config';
|
|
10
|
-
import { type LogBuffer, log } from '@dxos/log';
|
|
11
|
-
import { useClient } from '@dxos/react-client';
|
|
12
|
-
import { Icon, IconButton, Input, Select, Toast, useFileDownload, useTranslation } from '@dxos/react-ui';
|
|
13
|
-
import { Settings } from '@dxos/react-ui-form';
|
|
14
|
-
import { setDeep } from '@dxos/util';
|
|
15
|
-
|
|
16
|
-
import { meta } from '../../meta';
|
|
17
|
-
import { type DebugSettingsProps } from '../../types';
|
|
18
|
-
|
|
19
|
-
type Toast = {
|
|
20
|
-
title: string;
|
|
21
|
-
description?: string;
|
|
22
|
-
};
|
|
23
|
-
|
|
24
|
-
const StorageAdapters = {
|
|
25
|
-
opfs: defs.Runtime.Client.Storage.StorageDriver.WEBFS,
|
|
26
|
-
idb: defs.Runtime.Client.Storage.StorageDriver.IDB,
|
|
27
|
-
} as const;
|
|
28
|
-
|
|
29
|
-
export type DebugSettingsComponentProps = {
|
|
30
|
-
settings: DebugSettingsProps;
|
|
31
|
-
onSettingsChange: (fn: (current: DebugSettingsProps) => DebugSettingsProps) => void;
|
|
32
|
-
logBuffer: LogBuffer;
|
|
33
|
-
};
|
|
34
|
-
|
|
35
|
-
export const DebugSettings = ({ settings, onSettingsChange, logBuffer }: DebugSettingsComponentProps) => {
|
|
36
|
-
const { t } = useTranslation(meta.id);
|
|
37
|
-
const [toast, setToast] = useState<Toast>();
|
|
38
|
-
const client = useClient();
|
|
39
|
-
const download = useFileDownload();
|
|
40
|
-
// TODO(mykola): Get updates from other places that change Config.
|
|
41
|
-
const [storageConfig, setStorageConfig] = useState<ConfigProto>({});
|
|
42
|
-
const [upload] = useCapabilities(AppCapabilities.FileUploader);
|
|
43
|
-
|
|
44
|
-
useEffect(() => {
|
|
45
|
-
void Storage().then((config) => setStorageConfig(config));
|
|
46
|
-
}, []);
|
|
47
|
-
|
|
48
|
-
const handleToast = (toast: Toast) => {
|
|
49
|
-
setToast(toast);
|
|
50
|
-
const t = setTimeout(() => setToast(undefined), 5_000);
|
|
51
|
-
return () => clearTimeout(t);
|
|
52
|
-
};
|
|
53
|
-
|
|
54
|
-
const handleDownload = async () => {
|
|
55
|
-
const data = await client.diagnostics();
|
|
56
|
-
const file = new Blob([JSON.stringify(data, undefined, 2)], {
|
|
57
|
-
type: 'text/plain',
|
|
58
|
-
});
|
|
59
|
-
const fileName = `composer-${new Date().toISOString().replace(/\W/g, '-')}.json`;
|
|
60
|
-
download(file, fileName);
|
|
61
|
-
|
|
62
|
-
if (upload) {
|
|
63
|
-
const personalSpace = getPersonalSpace(client);
|
|
64
|
-
if (!personalSpace) {
|
|
65
|
-
log.error('no personal space available for upload');
|
|
66
|
-
return;
|
|
67
|
-
}
|
|
68
|
-
const info = await upload(personalSpace.db, new File([file], fileName));
|
|
69
|
-
if (!info) {
|
|
70
|
-
log.error('diagnostics failed to upload to IPFS');
|
|
71
|
-
return;
|
|
72
|
-
}
|
|
73
|
-
handleToast({
|
|
74
|
-
title: t('settings uploaded'),
|
|
75
|
-
description: t('settings uploaded to clipboard'),
|
|
76
|
-
});
|
|
77
|
-
|
|
78
|
-
// TODO(nf): move to IpfsPlugin?
|
|
79
|
-
const url = client.config.values.runtime!.services!.ipfs!.gateway + '/' + info.cid;
|
|
80
|
-
void navigator.clipboard.writeText(url);
|
|
81
|
-
handleToast({
|
|
82
|
-
title: t('settings uploaded'),
|
|
83
|
-
description: t('settings uploaded to clipboard'),
|
|
84
|
-
});
|
|
85
|
-
log.info('diagnostics', { url });
|
|
86
|
-
}
|
|
87
|
-
};
|
|
88
|
-
|
|
89
|
-
const handleDownloadLogs = () => {
|
|
90
|
-
const ndjson = logBuffer.serialize();
|
|
91
|
-
const file = new Blob([ndjson], { type: 'application/x-ndjson' });
|
|
92
|
-
const fileName = `composer-logs-${new Date().toISOString().slice(0, 19).replace(/:/g, '-')}.ndjson`;
|
|
93
|
-
download(file, fileName);
|
|
94
|
-
};
|
|
95
|
-
|
|
96
|
-
const handleRepair = async () => {
|
|
97
|
-
try {
|
|
98
|
-
const info = await client.repair();
|
|
99
|
-
setStorageConfig(await Storage());
|
|
100
|
-
handleToast({
|
|
101
|
-
title: t('settings repair success'),
|
|
102
|
-
description: JSON.stringify(info, undefined, 2),
|
|
103
|
-
});
|
|
104
|
-
} catch (err: any) {
|
|
105
|
-
handleToast({
|
|
106
|
-
title: t('settings repair failed'),
|
|
107
|
-
description: err.message,
|
|
108
|
-
});
|
|
109
|
-
}
|
|
110
|
-
};
|
|
111
|
-
|
|
112
|
-
return (
|
|
113
|
-
<Settings.Root>
|
|
114
|
-
<Settings.Section title={t('settings title', { ns: meta.id })}>
|
|
115
|
-
<Settings.Group>
|
|
116
|
-
<Settings.ItemInput title={t('settings wireframe')}>
|
|
117
|
-
<Input.Switch
|
|
118
|
-
checked={settings.wireframe}
|
|
119
|
-
onCheckedChange={(checked) => onSettingsChange((s) => ({ ...s, wireframe: !!checked }))}
|
|
120
|
-
/>
|
|
121
|
-
</Settings.ItemInput>
|
|
122
|
-
<Settings.ItemInput title={t('settings download diagnostics')}>
|
|
123
|
-
<IconButton
|
|
124
|
-
icon='ph--download-simple--regular'
|
|
125
|
-
iconOnly
|
|
126
|
-
label={t('settings download diagnostics')}
|
|
127
|
-
onClick={handleDownload}
|
|
128
|
-
/>
|
|
129
|
-
</Settings.ItemInput>
|
|
130
|
-
<Settings.ItemInput title={t('settings download logs')}>
|
|
131
|
-
<IconButton
|
|
132
|
-
icon='ph--download-simple--regular'
|
|
133
|
-
iconOnly
|
|
134
|
-
label={t('settings download logs')}
|
|
135
|
-
onClick={handleDownloadLogs}
|
|
136
|
-
/>
|
|
137
|
-
</Settings.ItemInput>
|
|
138
|
-
<Settings.ItemInput title={t('settings repair')}>
|
|
139
|
-
<IconButton
|
|
140
|
-
icon='ph--first-aid-kit--regular'
|
|
141
|
-
iconOnly
|
|
142
|
-
label={t('settings repair')}
|
|
143
|
-
onClick={handleRepair}
|
|
144
|
-
/>
|
|
145
|
-
</Settings.ItemInput>
|
|
146
|
-
|
|
147
|
-
{/* TODO(burdon): Move to layout? */}
|
|
148
|
-
{toast && (
|
|
149
|
-
<Toast.Root>
|
|
150
|
-
<Toast.Body>
|
|
151
|
-
<Toast.Title>
|
|
152
|
-
<Icon icon='ph--gift--duotone' classNames='inline mr-1' />
|
|
153
|
-
<span>{toast.title}</span>
|
|
154
|
-
</Toast.Title>
|
|
155
|
-
{toast.description && <Toast.Description>{toast.description}</Toast.Description>}
|
|
156
|
-
</Toast.Body>
|
|
157
|
-
</Toast.Root>
|
|
158
|
-
)}
|
|
159
|
-
|
|
160
|
-
<Settings.ItemInput title={t('settings choose storage adaptor')}>
|
|
161
|
-
<Select.Root
|
|
162
|
-
value={
|
|
163
|
-
Object.entries(StorageAdapters).find(
|
|
164
|
-
([_name, value]) => value === storageConfig?.runtime?.client?.storage?.dataStore,
|
|
165
|
-
)?.[0]
|
|
166
|
-
}
|
|
167
|
-
onValueChange={(value) => {
|
|
168
|
-
if (confirm(t('settings storage adapter changed alert'))) {
|
|
169
|
-
updateConfig(
|
|
170
|
-
storageConfig,
|
|
171
|
-
setStorageConfig,
|
|
172
|
-
['runtime', 'client', 'storage', 'dataStore'],
|
|
173
|
-
StorageAdapters[value as keyof typeof StorageAdapters],
|
|
174
|
-
);
|
|
175
|
-
}
|
|
176
|
-
}}
|
|
177
|
-
>
|
|
178
|
-
<Select.TriggerButton placeholder={t('settings data store label')} />
|
|
179
|
-
<Select.Portal>
|
|
180
|
-
<Select.Content>
|
|
181
|
-
<Select.Viewport>
|
|
182
|
-
{Object.keys(StorageAdapters).map((key) => (
|
|
183
|
-
<Select.Option key={key} value={key}>
|
|
184
|
-
{t(`settings storage adaptor ${key} label`)}
|
|
185
|
-
</Select.Option>
|
|
186
|
-
))}
|
|
187
|
-
</Select.Viewport>
|
|
188
|
-
<Select.Arrow />
|
|
189
|
-
</Select.Content>
|
|
190
|
-
</Select.Portal>
|
|
191
|
-
</Select.Root>
|
|
192
|
-
</Settings.ItemInput>
|
|
193
|
-
</Settings.Group>
|
|
194
|
-
</Settings.Section>
|
|
195
|
-
</Settings.Root>
|
|
196
|
-
);
|
|
197
|
-
};
|
|
198
|
-
|
|
199
|
-
const updateConfig = (config: ConfigProto, setConfig: (newConfig: ConfigProto) => void, path: string[], value: any) => {
|
|
200
|
-
const storageConfigCopy = JSON.parse(JSON.stringify(config ?? {}));
|
|
201
|
-
setDeep(storageConfigCopy, path, value);
|
|
202
|
-
setConfig(storageConfigCopy);
|
|
203
|
-
queueMicrotask(async () => {
|
|
204
|
-
await SaveConfig(storageConfigCopy);
|
|
205
|
-
});
|
|
206
|
-
};
|
|
File without changes
|
/package/dist/types/src/capabilities/{react-context/react-context.d.ts → react-context.d.ts}
RENAMED
|
File without changes
|