@dxos/plugin-debug 0.8.4-main.3eb6e50203 → 0.8.4-main.4a85c3132b

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. package/dist/lib/browser/{DebugGraph-6VMEOKEV.mjs → DebugGraph-7HXJ2PS2.mjs} +4 -3
  2. package/dist/lib/browser/{DebugGraph-6VMEOKEV.mjs.map → DebugGraph-7HXJ2PS2.mjs.map} +4 -4
  3. package/dist/lib/browser/DebugObjectPanel-3TCDNUNW.mjs +33 -0
  4. package/dist/lib/browser/DebugObjectPanel-3TCDNUNW.mjs.map +7 -0
  5. package/dist/lib/browser/DebugSettings-JZMIUDYB.mjs +174 -0
  6. package/dist/lib/browser/DebugSettings-JZMIUDYB.mjs.map +7 -0
  7. package/dist/lib/browser/DebugSpaceObjectsPanel-7NRPLWZ4.mjs +50 -0
  8. package/dist/lib/browser/DebugSpaceObjectsPanel-7NRPLWZ4.mjs.map +7 -0
  9. package/dist/lib/browser/DebugStatus-COQGH37G.mjs +125 -0
  10. package/dist/lib/browser/DebugStatus-COQGH37G.mjs.map +7 -0
  11. package/dist/lib/browser/{DevtoolsOverviewContainer-2C6XMJ3L.mjs → DevtoolsOverviewContainer-C75NFVER.mjs} +4 -3
  12. package/dist/lib/browser/{DevtoolsOverviewContainer-2C6XMJ3L.mjs.map → DevtoolsOverviewContainer-C75NFVER.mjs.map} +4 -4
  13. package/dist/lib/browser/{SpaceGenerator-W3LJORYT.mjs → SpaceGenerator-SWSGJEEL.mjs} +293 -271
  14. package/dist/lib/browser/SpaceGenerator-SWSGJEEL.mjs.map +7 -0
  15. package/dist/lib/browser/Wireframe-KAGOKEFW.mjs +53 -0
  16. package/dist/lib/browser/Wireframe-KAGOKEFW.mjs.map +7 -0
  17. package/dist/lib/browser/{app-graph-builder-DEBTVBQG.mjs → app-graph-builder-LGUQNXHD.mjs} +28 -2
  18. package/dist/lib/browser/{app-graph-builder-DEBTVBQG.mjs.map → app-graph-builder-LGUQNXHD.mjs.map} +2 -2
  19. package/dist/lib/browser/index.mjs +12 -6
  20. package/dist/lib/browser/index.mjs.map +3 -3
  21. package/dist/lib/browser/meta.json +1 -1
  22. package/dist/lib/browser/react-surface-BTVNKKVQ.mjs +443 -0
  23. package/dist/lib/browser/react-surface-BTVNKKVQ.mjs.map +7 -0
  24. package/dist/types/src/DebugPlugin.d.ts +6 -1
  25. package/dist/types/src/DebugPlugin.d.ts.map +1 -1
  26. package/dist/types/src/capabilities/app-graph-builder/app-graph-builder.d.ts +1 -1
  27. package/dist/types/src/capabilities/app-graph-builder/app-graph-builder.d.ts.map +1 -1
  28. package/dist/types/src/capabilities/react-context/react-context.d.ts +1 -1
  29. package/dist/types/src/capabilities/react-surface/index.d.ts +3 -1
  30. package/dist/types/src/capabilities/react-surface/index.d.ts.map +1 -1
  31. package/dist/types/src/capabilities/react-surface/react-surface.d.ts +5 -1
  32. package/dist/types/src/capabilities/react-surface/react-surface.d.ts.map +1 -1
  33. package/dist/types/src/capabilities/settings/settings.d.ts +1 -1
  34. package/dist/types/src/components/SchemaTable/SchemaTable.d.ts.map +1 -0
  35. package/dist/types/src/components/SchemaTable/index.d.ts +2 -0
  36. package/dist/types/src/components/SchemaTable/index.d.ts.map +1 -0
  37. package/dist/types/src/components/SpaceGenerator/ObjectGenerator.d.ts +1 -1
  38. package/dist/types/src/components/SpaceGenerator/ObjectGenerator.d.ts.map +1 -1
  39. package/dist/types/src/components/SpaceGenerator/index.d.ts +2 -2
  40. package/dist/types/src/components/SpaceGenerator/index.d.ts.map +1 -1
  41. package/dist/types/src/components/SpaceGenerator/presets.d.ts.map +1 -1
  42. package/dist/types/src/components/index.d.ts +2 -10
  43. package/dist/types/src/components/index.d.ts.map +1 -1
  44. package/dist/types/src/{components → containers/DebugGraph}/DebugGraph.d.ts +0 -1
  45. package/dist/types/src/containers/DebugGraph/DebugGraph.d.ts.map +1 -0
  46. package/dist/types/src/containers/DebugGraph/index.d.ts +3 -0
  47. package/dist/types/src/containers/DebugGraph/index.d.ts.map +1 -0
  48. package/dist/types/src/{components → containers/DebugObjectPanel}/DebugObjectPanel.d.ts +1 -1
  49. package/dist/types/src/containers/DebugObjectPanel/DebugObjectPanel.d.ts.map +1 -0
  50. package/dist/types/src/containers/DebugObjectPanel/index.d.ts +3 -0
  51. package/dist/types/src/containers/DebugObjectPanel/index.d.ts.map +1 -0
  52. package/dist/types/src/{components → containers/DebugSettings}/DebugSettings.d.ts +4 -2
  53. package/dist/types/src/containers/DebugSettings/DebugSettings.d.ts.map +1 -0
  54. package/dist/types/src/containers/DebugSettings/index.d.ts +3 -0
  55. package/dist/types/src/containers/DebugSettings/index.d.ts.map +1 -0
  56. package/dist/types/src/containers/DebugSpaceObjectsPanel/DebugSpaceObjectsPanel.d.ts +3 -0
  57. package/dist/types/src/containers/DebugSpaceObjectsPanel/DebugSpaceObjectsPanel.d.ts.map +1 -0
  58. package/dist/types/src/containers/DebugSpaceObjectsPanel/index.d.ts +3 -0
  59. package/dist/types/src/containers/DebugSpaceObjectsPanel/index.d.ts.map +1 -0
  60. package/dist/types/src/containers/DebugStatus/DebugStatus.d.ts.map +1 -0
  61. package/dist/types/src/containers/DebugStatus/index.d.ts +3 -0
  62. package/dist/types/src/containers/DebugStatus/index.d.ts.map +1 -0
  63. package/dist/types/src/{components → containers/DevtoolsOverviewContainer}/DevtoolsOverviewContainer.d.ts +0 -1
  64. package/dist/types/src/containers/DevtoolsOverviewContainer/DevtoolsOverviewContainer.d.ts.map +1 -0
  65. package/dist/types/src/containers/DevtoolsOverviewContainer/index.d.ts +3 -0
  66. package/dist/types/src/containers/DevtoolsOverviewContainer/index.d.ts.map +1 -0
  67. package/dist/types/src/{components → containers}/SpaceGenerator/SpaceGenerator.d.ts.map +1 -1
  68. package/dist/types/src/containers/SpaceGenerator/index.d.ts +3 -0
  69. package/dist/types/src/containers/SpaceGenerator/index.d.ts.map +1 -0
  70. package/dist/types/src/containers/Wireframe/Wireframe.d.ts.map +1 -0
  71. package/dist/types/src/containers/Wireframe/index.d.ts +3 -0
  72. package/dist/types/src/containers/Wireframe/index.d.ts.map +1 -0
  73. package/dist/types/src/containers/index.d.ts +10 -0
  74. package/dist/types/src/containers/index.d.ts.map +1 -0
  75. package/dist/types/src/translations.d.ts +2 -0
  76. package/dist/types/src/translations.d.ts.map +1 -1
  77. package/dist/types/tsconfig.tsbuildinfo +1 -1
  78. package/package.json +58 -59
  79. package/src/DebugPlugin.tsx +13 -3
  80. package/src/capabilities/app-graph-builder/app-graph-builder.ts +21 -1
  81. package/src/capabilities/react-surface/react-surface.tsx +27 -10
  82. package/src/components/{SpaceGenerator → SchemaTable}/SchemaTable.tsx +2 -2
  83. package/src/components/SchemaTable/index.ts +5 -0
  84. package/src/components/SpaceGenerator/ObjectGenerator.tsx +3 -2
  85. package/src/components/SpaceGenerator/index.ts +2 -3
  86. package/src/components/SpaceGenerator/presets.ts +32 -24
  87. package/src/components/index.ts +2 -13
  88. package/src/{components → containers/DebugGraph}/DebugGraph.tsx +0 -2
  89. package/src/containers/DebugGraph/index.ts +7 -0
  90. package/src/containers/DebugObjectPanel/DebugObjectPanel.tsx +45 -0
  91. package/src/containers/DebugObjectPanel/index.ts +7 -0
  92. package/src/{components → containers/DebugSettings}/DebugSettings.tsx +20 -4
  93. package/src/containers/DebugSettings/index.ts +7 -0
  94. package/src/containers/DebugSpaceObjectsPanel/DebugSpaceObjectsPanel.tsx +60 -0
  95. package/src/containers/DebugSpaceObjectsPanel/index.ts +7 -0
  96. package/src/containers/DebugStatus/index.ts +7 -0
  97. package/src/{components → containers/DevtoolsOverviewContainer}/DevtoolsOverviewContainer.tsx +0 -2
  98. package/src/containers/DevtoolsOverviewContainer/index.ts +7 -0
  99. package/src/{components → containers}/SpaceGenerator/SpaceGenerator.tsx +35 -34
  100. package/src/containers/SpaceGenerator/index.ts +7 -0
  101. package/src/{components → containers/Wireframe}/Wireframe.tsx +2 -2
  102. package/src/containers/Wireframe/index.ts +7 -0
  103. package/src/containers/index.ts +14 -0
  104. package/src/translations.ts +2 -0
  105. package/dist/lib/browser/SpaceGenerator-W3LJORYT.mjs.map +0 -7
  106. package/dist/lib/browser/react-surface-FMVC5GPV.mjs +0 -758
  107. package/dist/lib/browser/react-surface-FMVC5GPV.mjs.map +0 -7
  108. package/dist/types/src/components/Container.d.ts +0 -5
  109. package/dist/types/src/components/Container.d.ts.map +0 -1
  110. package/dist/types/src/components/DebugGraph.d.ts.map +0 -1
  111. package/dist/types/src/components/DebugObjectPanel.d.ts.map +0 -1
  112. package/dist/types/src/components/DebugSettings.d.ts.map +0 -1
  113. package/dist/types/src/components/DebugStatus.d.ts.map +0 -1
  114. package/dist/types/src/components/DevtoolsOverviewContainer.d.ts.map +0 -1
  115. package/dist/types/src/components/SpaceGenerator/SchemaTable.d.ts.map +0 -1
  116. package/dist/types/src/components/SpaceGenerator/SpaceGenerator.stories.d.ts +0 -15
  117. package/dist/types/src/components/SpaceGenerator/SpaceGenerator.stories.d.ts.map +0 -1
  118. package/dist/types/src/components/Wireframe.d.ts.map +0 -1
  119. package/src/components/Container.tsx +0 -15
  120. package/src/components/DebugObjectPanel.tsx +0 -32
  121. package/src/components/SpaceGenerator/SpaceGenerator.stories.tsx +0 -54
  122. /package/dist/types/src/components/{SpaceGenerator → SchemaTable}/SchemaTable.d.ts +0 -0
  123. /package/dist/types/src/{components → containers/DebugStatus}/DebugStatus.d.ts +0 -0
  124. /package/dist/types/src/{components → containers}/SpaceGenerator/SpaceGenerator.d.ts +0 -0
  125. /package/dist/types/src/{components → containers/Wireframe}/Wireframe.d.ts +0 -0
  126. /package/src/{components → containers/DebugStatus}/DebugStatus.tsx +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"presets.d.ts","sourceRoot":"","sources":["../../../../../src/components/SpaceGenerator/presets.ts"],"names":[],"mappings":"AAoCA,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEzD,oBAAY,UAAU;IACpB,SAAS,cAAc;IACvB,oBAAoB,yBAAyB;IAE7C,SAAS,sBAAsB;IAC/B,QAAQ,kBAAkB;IAE1B,mBAAmB,uBAAuB;IAC1C,gBAAgB,oBAAoB;IACpC,mBAAmB,wBAAwB;IAC3C,gBAAgB,qBAAqB;CAEtC;AAED,eAAO,MAAM,SAAS;aACmC,GAAG,EAAE;;;;WAyoBvD,CAAC,UAAU,EAAE,eAAe,CAAC,GAAG,CAAC,CAAC,EAAE;CACzC,CAAC"}
1
+ {"version":3,"file":"presets.d.ts","sourceRoot":"","sources":["../../../../../src/components/SpaceGenerator/presets.ts"],"names":[],"mappings":"AAoCA,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEzD,oBAAY,UAAU;IACpB,SAAS,cAAc;IACvB,oBAAoB,yBAAyB;IAE7C,SAAS,sBAAsB;IAC/B,QAAQ,kBAAkB;IAE1B,mBAAmB,uBAAuB;IAC1C,gBAAgB,oBAAoB;IACpC,mBAAmB,wBAAwB;IAC3C,gBAAgB,qBAAqB;CAEtC;AAED,eAAO,MAAM,SAAS;aACmC,GAAG,EAAE;;;;WA+oBvD,CAAC,UAAU,EAAE,eAAe,CAAC,GAAG,CAAC,CAAC,EAAE;CACzC,CAAC"}
@@ -1,11 +1,3 @@
1
- import { lazy } from 'react';
2
- import { type FC } from 'react';
3
- import { type DebugGraphProps } from './DebugGraph';
4
- export declare const DebugGraph: ReturnType<typeof lazy<FC<DebugGraphProps>>>;
5
- export declare const DevtoolsOverviewContainer: import("react").LazyExoticComponent<() => import("react").JSX.Element>;
6
- export declare const SpaceGenerator: import("react").LazyExoticComponent<({ space, onCreateObjects }: import("./SpaceGenerator/SpaceGenerator").SpaceGeneratorProps) => import("react").JSX.Element>;
7
- export * from './DebugObjectPanel';
8
- export * from './DebugSettings';
9
- export * from './DebugStatus';
10
- export * from './Wireframe';
1
+ export * from './SchemaTable';
2
+ export * from './SpaceGenerator';
11
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAC7B,OAAO,EAAE,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,cAAc,CAAC;AAEpD,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,OAAO,IAAI,CAAC,EAAE,CAAC,eAAe,CAAC,CAAC,CAAsC,CAAC;AAC3G,eAAO,MAAM,yBAAyB,wEAAoD,CAAC;AAC3F,eAAO,MAAM,cAAc,iKAAyC,CAAC;AAErE,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/index.ts"],"names":[],"mappings":"AAIA,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC"}
@@ -5,5 +5,4 @@ export type DebugGraphProps = {
5
5
  root: string;
6
6
  };
7
7
  export declare const DebugGraph: FC<DebugGraphProps>;
8
- export default DebugGraph;
9
8
  //# sourceMappingURL=DebugGraph.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DebugGraph.d.ts","sourceRoot":"","sources":["../../../../../src/containers/DebugGraph/DebugGraph.tsx"],"names":[],"mappings":"AAIA,OAAc,EAAE,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAGvC,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAE3C,MAAM,MAAM,eAAe,GAAG;IAAE,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,CAAC;AACnE,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CAE1C,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { DebugGraph } from './DebugGraph';
2
+ export default DebugGraph;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/containers/DebugGraph/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,eAAe,UAAU,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { type Obj } from '@dxos/echo';
2
+ import { Obj } from '@dxos/echo';
3
3
  export type DebugObjectPanelProps = {
4
4
  object: Obj.Unknown;
5
5
  };
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DebugObjectPanel.d.ts","sourceRoot":"","sources":["../../../../../src/containers/DebugObjectPanel/DebugObjectPanel.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,OAAO,EAAU,GAAG,EAAS,MAAM,YAAY,CAAC;AAMhD,MAAM,MAAM,qBAAqB,GAAG;IAClC,MAAM,EAAE,GAAG,CAAC,OAAO,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAI,YAAY,qBAAqB,sBA2BjE,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { DebugObjectPanel } from './DebugObjectPanel';
2
+ export default DebugObjectPanel;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/containers/DebugObjectPanel/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,eAAe,gBAAgB,CAAC"}
@@ -1,8 +1,10 @@
1
1
  import React from 'react';
2
- import { type DebugSettingsProps } from '../types';
2
+ import { type LogBuffer } from '@dxos/log';
3
+ import { type DebugSettingsProps } from '../../types';
3
4
  export type DebugSettingsComponentProps = {
4
5
  settings: DebugSettingsProps;
5
6
  onSettingsChange: (fn: (current: DebugSettingsProps) => DebugSettingsProps) => void;
7
+ logBuffer: LogBuffer;
6
8
  };
7
- export declare const DebugSettings: ({ settings, onSettingsChange }: DebugSettingsComponentProps) => React.JSX.Element;
9
+ export declare const DebugSettings: ({ settings, onSettingsChange, logBuffer }: DebugSettingsComponentProps) => React.JSX.Element;
8
10
  //# sourceMappingURL=DebugSettings.d.ts.map
@@ -0,0 +1 @@
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,sBA6JnG,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { DebugSettings } from './DebugSettings';
2
+ export default DebugSettings;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare const DebugSpaceObjectsPanel: () => React.JSX.Element | null;
3
+ //# sourceMappingURL=DebugSpaceObjectsPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DebugSpaceObjectsPanel.d.ts","sourceRoot":"","sources":["../../../../../src/containers/DebugSpaceObjectsPanel/DebugSpaceObjectsPanel.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAYxC,eAAO,MAAM,sBAAsB,gCAUlC,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { DebugSpaceObjectsPanel } from './DebugSpaceObjectsPanel';
2
+ export default DebugSpaceObjectsPanel;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/containers/DebugSpaceObjectsPanel/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAElE,eAAe,sBAAsB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DebugStatus.d.ts","sourceRoot":"","sources":["../../../../../src/containers/DebugStatus/DebugStatus.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAgL3D,eAAO,MAAM,WAAW,yBAQvB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { DebugStatus } from './DebugStatus';
2
+ export default DebugStatus;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/containers/DebugStatus/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,eAAe,WAAW,CAAC"}
@@ -1,4 +1,3 @@
1
1
  import React from 'react';
2
2
  export declare const DevtoolsOverviewContainer: () => React.JSX.Element;
3
- export default DevtoolsOverviewContainer;
4
3
  //# sourceMappingURL=DevtoolsOverviewContainer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DevtoolsOverviewContainer.d.ts","sourceRoot":"","sources":["../../../../../src/containers/DevtoolsOverviewContainer/DevtoolsOverviewContainer.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,eAAO,MAAM,yBAAyB,yBAQrC,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { DevtoolsOverviewContainer } from './DevtoolsOverviewContainer';
2
+ export default DevtoolsOverviewContainer;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/containers/DevtoolsOverviewContainer/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AAExE,eAAe,yBAAyB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"SpaceGenerator.d.ts","sourceRoot":"","sources":["../../../../../src/components/SpaceGenerator/SpaceGenerator.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAI9D,OAAO,EAAU,GAAG,EAAa,MAAM,YAAY,CAAC;AAKpD,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,yBAAyB,CAAC;AAUrD,MAAM,MAAM,mBAAmB,GAAG;IAChC,KAAK,EAAE,KAAK,CAAC;IACb,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,GAAG,CAAC,OAAO,EAAE,KAAK,IAAI,CAAC;CACpD,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,4BAA4B,mBAAmB,sBAiG7E,CAAC"}
1
+ {"version":3,"file":"SpaceGenerator.d.ts","sourceRoot":"","sources":["../../../../../src/containers/SpaceGenerator/SpaceGenerator.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAI9D,OAAO,EAAU,GAAG,EAAa,MAAM,YAAY,CAAC;AAKpD,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,yBAAyB,CAAC;AAQrD,MAAM,MAAM,mBAAmB,GAAG;IAChC,KAAK,EAAE,KAAK,CAAC;IACb,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,GAAG,CAAC,OAAO,EAAE,KAAK,IAAI,CAAC;CACpD,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,4BAA4B,mBAAmB,sBAoG7E,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { SpaceGenerator } from './SpaceGenerator';
2
+ export default SpaceGenerator;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/containers/SpaceGenerator/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,eAAe,cAAc,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Wireframe.d.ts","sourceRoot":"","sources":["../../../../../src/containers/Wireframe/Wireframe.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,GAAG,EAAE,MAAM,YAAY,CAAC;AACjC,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAMtD,MAAM,MAAM,cAAc,GAAG,eAAe,CAAC;IAC3C,MAAM,EAAE,GAAG,CAAC,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC,CAAC;AAGH,eAAO,MAAM,SAAS,GAAI,+BAA+B,cAAc,sBAwBtE,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { Wireframe } from './Wireframe';
2
+ export default Wireframe;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/containers/Wireframe/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,eAAe,SAAS,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { type ComponentType } from 'react';
2
+ export declare const DebugGraph: ComponentType<any>;
3
+ export declare const DebugObjectPanel: ComponentType<any>;
4
+ export declare const DebugSettings: ComponentType<any>;
5
+ export declare const DebugStatus: ComponentType<any>;
6
+ export declare const DevtoolsOverviewContainer: ComponentType<any>;
7
+ export declare const SpaceGenerator: ComponentType<any>;
8
+ export declare const Wireframe: ComponentType<any>;
9
+ export declare const DebugSpaceObjectsPanel: ComponentType<any>;
10
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/containers/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,aAAa,EAAQ,MAAM,OAAO,CAAC;AAEjD,eAAO,MAAM,UAAU,EAAE,aAAa,CAAC,GAAG,CAAsC,CAAC;AACjF,eAAO,MAAM,gBAAgB,EAAE,aAAa,CAAC,GAAG,CAA4C,CAAC;AAC7F,eAAO,MAAM,aAAa,EAAE,aAAa,CAAC,GAAG,CAAyC,CAAC;AACvF,eAAO,MAAM,WAAW,EAAE,aAAa,CAAC,GAAG,CAAuC,CAAC;AACnF,eAAO,MAAM,yBAAyB,EAAE,aAAa,CAAC,GAAG,CAAqD,CAAC;AAC/G,eAAO,MAAM,cAAc,EAAE,aAAa,CAAC,GAAG,CAA0C,CAAC;AACzF,eAAO,MAAM,SAAS,EAAE,aAAa,CAAC,GAAG,CAAqC,CAAC;AAC/E,eAAO,MAAM,sBAAsB,EAAE,aAAa,CAAC,GAAG,CAAkD,CAAC"}
@@ -9,6 +9,7 @@ export declare const translations: [{
9
9
  readonly 'open devtools label': "Open DevTools";
10
10
  readonly 'devtools label': "DevTools";
11
11
  readonly 'devtools overview label': "Stats";
12
+ readonly 'space objects label': "Database";
12
13
  readonly 'debug label': "Debug";
13
14
  readonly 'debug app graph label': "App Graph";
14
15
  readonly 'settings show debug panel': "Show Debug panel.";
@@ -16,6 +17,7 @@ export declare const translations: [{
16
17
  readonly 'settings wireframe': "Show wireframes.";
17
18
  readonly 'settings repair': "Run repair tool.";
18
19
  readonly 'settings download diagnostics': "Download diagnostics.";
20
+ readonly 'settings download logs': "Download log buffer.";
19
21
  readonly 'settings uploaded': "Uploaded to IPFS";
20
22
  readonly 'settings uploaded to clipboard': "URL copied to clipboard.";
21
23
  readonly 'settings repair success': "Repair succeeded";
@@ -1 +1 @@
1
- {"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../src/translations.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B,eAAO,MAAM,YAAY;;QAGnB,SAAA,CAAC,IAAI,CAAC,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UA2DR;;EAGwB,CAAC"}
1
+ {"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../src/translations.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B,eAAO,MAAM,YAAY;;QAGnB,SAAA,CAAC,IAAI,CAAC,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UA6DR;;EAGwB,CAAC"}