@dxos/plugin-debug 0.8.4-main.937b3ca → 0.8.4-main.abd8ff62ef

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (180) hide show
  1. package/dist/lib/browser/index.mjs +19 -118
  2. package/dist/lib/browser/index.mjs.map +4 -4
  3. package/dist/lib/browser/meta.json +1 -1
  4. package/dist/lib/browser/translations.mjs +81 -0
  5. package/dist/lib/browser/translations.mjs.map +7 -0
  6. package/dist/types/src/DebugPlugin.d.ts +3 -1
  7. package/dist/types/src/DebugPlugin.d.ts.map +1 -1
  8. package/dist/types/src/DebugPlugin.node.d.ts +5 -0
  9. package/dist/types/src/DebugPlugin.node.d.ts.map +1 -0
  10. package/dist/types/src/DebugPlugin.test.d.ts +2 -0
  11. package/dist/types/src/DebugPlugin.test.d.ts.map +1 -0
  12. package/dist/types/src/capabilities/app-graph-builder.d.ts +6 -0
  13. package/dist/types/src/capabilities/app-graph-builder.d.ts.map +1 -0
  14. package/dist/types/src/capabilities/index.d.ts +11 -4
  15. package/dist/types/src/capabilities/index.d.ts.map +1 -1
  16. package/dist/types/src/capabilities/{react-context/react-context.d.ts → react-context.d.ts} +1 -1
  17. package/dist/types/src/capabilities/react-context.d.ts.map +1 -0
  18. package/dist/types/src/capabilities/react-surface.d.ts +9 -0
  19. package/dist/types/src/capabilities/react-surface.d.ts.map +1 -0
  20. package/dist/types/src/capabilities/settings.d.ts +7 -0
  21. package/dist/types/src/capabilities/settings.d.ts.map +1 -0
  22. package/dist/types/src/components/DebugSettings/DebugSettings.d.ts +11 -0
  23. package/dist/types/src/components/DebugSettings/DebugSettings.d.ts.map +1 -0
  24. package/dist/types/src/components/DebugSettings/DebugSettings.stories.d.ts +97 -0
  25. package/dist/types/src/components/DebugSettings/DebugSettings.stories.d.ts.map +1 -0
  26. package/dist/types/src/components/DebugSettings/index.d.ts +2 -0
  27. package/dist/types/src/components/DebugSettings/index.d.ts.map +1 -0
  28. package/dist/types/src/components/SchemaTable/SchemaTable.d.ts.map +1 -0
  29. package/dist/types/src/components/SchemaTable/index.d.ts +2 -0
  30. package/dist/types/src/components/SchemaTable/index.d.ts.map +1 -0
  31. package/dist/types/src/components/SpaceGenerator/ObjectGenerator.d.ts +2 -2
  32. package/dist/types/src/components/SpaceGenerator/ObjectGenerator.d.ts.map +1 -1
  33. package/dist/types/src/components/SpaceGenerator/draw-util.d.ts.map +1 -1
  34. package/dist/types/src/components/SpaceGenerator/index.d.ts +2 -2
  35. package/dist/types/src/components/SpaceGenerator/index.d.ts.map +1 -1
  36. package/dist/types/src/components/SpaceGenerator/presets.d.ts.map +1 -1
  37. package/dist/types/src/components/index.d.ts +4 -10
  38. package/dist/types/src/components/index.d.ts.map +1 -1
  39. package/dist/types/src/containers/DebugGraph/DebugGraph.d.ts +8 -0
  40. package/dist/types/src/containers/DebugGraph/DebugGraph.d.ts.map +1 -0
  41. package/dist/types/src/containers/DebugGraph/index.d.ts +2 -0
  42. package/dist/types/src/containers/DebugGraph/index.d.ts.map +1 -0
  43. package/dist/types/src/containers/DebugObjectPanel/DebugObjectPanel.d.ts +6 -0
  44. package/dist/types/src/containers/DebugObjectPanel/DebugObjectPanel.d.ts.map +1 -0
  45. package/dist/types/src/containers/DebugObjectPanel/index.d.ts +2 -0
  46. package/dist/types/src/containers/DebugObjectPanel/index.d.ts.map +1 -0
  47. package/dist/types/src/containers/DebugSpaceObjectsPanel/DebugSpaceObjectsPanel.d.ts +5 -0
  48. package/dist/types/src/containers/DebugSpaceObjectsPanel/DebugSpaceObjectsPanel.d.ts.map +1 -0
  49. package/dist/types/src/containers/DebugSpaceObjectsPanel/index.d.ts +2 -0
  50. package/dist/types/src/containers/DebugSpaceObjectsPanel/index.d.ts.map +1 -0
  51. package/dist/types/src/containers/DebugStatus/DebugStatus.d.ts.map +1 -0
  52. package/dist/types/src/containers/DebugStatus/index.d.ts +2 -0
  53. package/dist/types/src/containers/DebugStatus/index.d.ts.map +1 -0
  54. package/dist/types/src/{components → containers/DevtoolsOverviewContainer}/DevtoolsOverviewContainer.d.ts +0 -1
  55. package/dist/types/src/containers/DevtoolsOverviewContainer/DevtoolsOverviewContainer.d.ts.map +1 -0
  56. package/dist/types/src/containers/DevtoolsOverviewContainer/index.d.ts +2 -0
  57. package/dist/types/src/containers/DevtoolsOverviewContainer/index.d.ts.map +1 -0
  58. package/dist/types/src/containers/SpaceGenerator/SpaceGenerator.d.ts +11 -0
  59. package/dist/types/src/{components → containers}/SpaceGenerator/SpaceGenerator.d.ts.map +1 -1
  60. package/dist/types/src/containers/SpaceGenerator/index.d.ts +2 -0
  61. package/dist/types/src/containers/SpaceGenerator/index.d.ts.map +1 -0
  62. package/dist/types/src/containers/Wireframe/Wireframe.d.ts.map +1 -0
  63. package/dist/types/src/containers/Wireframe/index.d.ts +2 -0
  64. package/dist/types/src/containers/Wireframe/index.d.ts.map +1 -0
  65. package/dist/types/src/containers/index.d.ts +9 -0
  66. package/dist/types/src/containers/index.d.ts.map +1 -0
  67. package/dist/types/src/index.d.ts +3 -1
  68. package/dist/types/src/index.d.ts.map +1 -1
  69. package/dist/types/src/translations.d.ts +78 -59
  70. package/dist/types/src/translations.d.ts.map +1 -1
  71. package/dist/types/src/types/Settings.d.ts +8 -0
  72. package/dist/types/src/types/Settings.d.ts.map +1 -0
  73. package/dist/types/src/types/index.d.ts +69 -0
  74. package/dist/types/src/types/index.d.ts.map +1 -0
  75. package/dist/types/tsconfig.tsbuildinfo +1 -1
  76. package/package.json +89 -70
  77. package/src/DebugPlugin.node.ts +18 -0
  78. package/src/DebugPlugin.test.ts +29 -0
  79. package/src/DebugPlugin.tsx +20 -11
  80. package/src/capabilities/app-graph-builder.ts +405 -0
  81. package/src/capabilities/index.ts +6 -4
  82. package/src/capabilities/react-context.tsx +25 -0
  83. package/src/capabilities/react-surface.tsx +439 -0
  84. package/src/capabilities/{settings/settings.ts → settings.ts} +7 -6
  85. package/src/components/DebugSettings/DebugSettings.stories.tsx +36 -0
  86. package/src/components/DebugSettings/DebugSettings.tsx +262 -0
  87. package/src/components/DebugSettings/index.ts +5 -0
  88. package/src/components/{SpaceGenerator → SchemaTable}/SchemaTable.tsx +2 -2
  89. package/src/components/SchemaTable/index.ts +5 -0
  90. package/src/components/SpaceGenerator/ObjectGenerator.tsx +14 -15
  91. package/src/components/SpaceGenerator/draw-util.ts +8 -8
  92. package/src/components/SpaceGenerator/index.ts +2 -3
  93. package/src/components/SpaceGenerator/presets.ts +55 -73
  94. package/src/components/index.ts +4 -11
  95. package/src/{components → containers/DebugGraph}/DebugGraph.tsx +3 -4
  96. package/src/containers/DebugGraph/index.ts +5 -0
  97. package/src/containers/DebugObjectPanel/DebugObjectPanel.tsx +76 -0
  98. package/src/containers/DebugObjectPanel/index.ts +5 -0
  99. package/src/containers/DebugSpaceObjectsPanel/DebugSpaceObjectsPanel.tsx +47 -0
  100. package/src/containers/DebugSpaceObjectsPanel/index.ts +5 -0
  101. package/src/{components → containers/DebugStatus}/DebugStatus.tsx +41 -19
  102. package/src/containers/DebugStatus/index.ts +5 -0
  103. package/src/containers/DevtoolsOverviewContainer/DevtoolsOverviewContainer.tsx +25 -0
  104. package/src/containers/DevtoolsOverviewContainer/index.ts +5 -0
  105. package/src/containers/SpaceGenerator/SpaceGenerator.tsx +126 -0
  106. package/src/containers/SpaceGenerator/index.ts +5 -0
  107. package/src/{components → containers/Wireframe}/Wireframe.tsx +3 -7
  108. package/src/containers/Wireframe/index.ts +5 -0
  109. package/src/containers/index.ts +13 -0
  110. package/src/index.ts +7 -1
  111. package/src/meta.ts +1 -1
  112. package/src/translations.ts +75 -58
  113. package/src/types/Settings.ts +16 -0
  114. package/src/{types.ts → types/index.ts} +15 -14
  115. package/dist/lib/browser/DebugGraph-6VMEOKEV.mjs +0 -15
  116. package/dist/lib/browser/DebugGraph-6VMEOKEV.mjs.map +0 -7
  117. package/dist/lib/browser/DevtoolsOverviewContainer-77PKFLYV.mjs +0 -19
  118. package/dist/lib/browser/DevtoolsOverviewContainer-77PKFLYV.mjs.map +0 -7
  119. package/dist/lib/browser/SpaceGenerator-ZHVZWGM7.mjs +0 -1150
  120. package/dist/lib/browser/SpaceGenerator-ZHVZWGM7.mjs.map +0 -7
  121. package/dist/lib/browser/app-graph-builder-FBDRMMYF.mjs +0 -597
  122. package/dist/lib/browser/app-graph-builder-FBDRMMYF.mjs.map +0 -7
  123. package/dist/lib/browser/chunk-4UFQXPP7.mjs +0 -78
  124. package/dist/lib/browser/chunk-4UFQXPP7.mjs.map +0 -7
  125. package/dist/lib/browser/chunk-A5H5GRV6.mjs +0 -20
  126. package/dist/lib/browser/chunk-A5H5GRV6.mjs.map +0 -7
  127. package/dist/lib/browser/react-context-FSWBT3MH.mjs +0 -17
  128. package/dist/lib/browser/react-context-FSWBT3MH.mjs.map +0 -7
  129. package/dist/lib/browser/react-surface-W62RJ32U.mjs +0 -757
  130. package/dist/lib/browser/react-surface-W62RJ32U.mjs.map +0 -7
  131. package/dist/lib/browser/settings-KA4GN73K.mjs +0 -31
  132. package/dist/lib/browser/settings-KA4GN73K.mjs.map +0 -7
  133. package/dist/types/src/capabilities/app-graph-builder/app-graph-builder.d.ts +0 -6
  134. package/dist/types/src/capabilities/app-graph-builder/app-graph-builder.d.ts.map +0 -1
  135. package/dist/types/src/capabilities/app-graph-builder/index.d.ts +0 -3
  136. package/dist/types/src/capabilities/app-graph-builder/index.d.ts.map +0 -1
  137. package/dist/types/src/capabilities/react-context/index.d.ts +0 -7
  138. package/dist/types/src/capabilities/react-context/index.d.ts.map +0 -1
  139. package/dist/types/src/capabilities/react-context/react-context.d.ts.map +0 -1
  140. package/dist/types/src/capabilities/react-surface/index.d.ts +0 -3
  141. package/dist/types/src/capabilities/react-surface/index.d.ts.map +0 -1
  142. package/dist/types/src/capabilities/react-surface/react-surface.d.ts +0 -5
  143. package/dist/types/src/capabilities/react-surface/react-surface.d.ts.map +0 -1
  144. package/dist/types/src/capabilities/settings/index.d.ts +0 -3
  145. package/dist/types/src/capabilities/settings/index.d.ts.map +0 -1
  146. package/dist/types/src/capabilities/settings/settings.d.ts +0 -5
  147. package/dist/types/src/capabilities/settings/settings.d.ts.map +0 -1
  148. package/dist/types/src/components/Container.d.ts +0 -5
  149. package/dist/types/src/components/Container.d.ts.map +0 -1
  150. package/dist/types/src/components/DebugGraph.d.ts +0 -9
  151. package/dist/types/src/components/DebugGraph.d.ts.map +0 -1
  152. package/dist/types/src/components/DebugObjectPanel.d.ts +0 -7
  153. package/dist/types/src/components/DebugObjectPanel.d.ts.map +0 -1
  154. package/dist/types/src/components/DebugSettings.d.ts +0 -8
  155. package/dist/types/src/components/DebugSettings.d.ts.map +0 -1
  156. package/dist/types/src/components/DebugStatus.d.ts.map +0 -1
  157. package/dist/types/src/components/DevtoolsOverviewContainer.d.ts.map +0 -1
  158. package/dist/types/src/components/SpaceGenerator/SchemaTable.d.ts.map +0 -1
  159. package/dist/types/src/components/SpaceGenerator/SpaceGenerator.d.ts +0 -9
  160. package/dist/types/src/components/SpaceGenerator/SpaceGenerator.stories.d.ts +0 -15
  161. package/dist/types/src/components/SpaceGenerator/SpaceGenerator.stories.d.ts.map +0 -1
  162. package/dist/types/src/components/Wireframe.d.ts.map +0 -1
  163. package/dist/types/src/types.d.ts +0 -68
  164. package/dist/types/src/types.d.ts.map +0 -1
  165. package/src/capabilities/app-graph-builder/app-graph-builder.ts +0 -419
  166. package/src/capabilities/app-graph-builder/index.ts +0 -7
  167. package/src/capabilities/react-context/index.ts +0 -7
  168. package/src/capabilities/react-context/react-context.tsx +0 -20
  169. package/src/capabilities/react-surface/index.ts +0 -7
  170. package/src/capabilities/react-surface/react-surface.tsx +0 -409
  171. package/src/capabilities/settings/index.ts +0 -7
  172. package/src/components/Container.tsx +0 -15
  173. package/src/components/DebugObjectPanel.tsx +0 -33
  174. package/src/components/DebugSettings.tsx +0 -185
  175. package/src/components/DevtoolsOverviewContainer.tsx +0 -20
  176. package/src/components/SpaceGenerator/SpaceGenerator.stories.tsx +0 -54
  177. package/src/components/SpaceGenerator/SpaceGenerator.tsx +0 -127
  178. /package/dist/types/src/components/{SpaceGenerator → SchemaTable}/SchemaTable.d.ts +0 -0
  179. /package/dist/types/src/{components → containers/DebugStatus}/DebugStatus.d.ts +0 -0
  180. /package/dist/types/src/{components → containers/Wireframe}/Wireframe.d.ts +0 -0
@@ -1,597 +0,0 @@
1
- import {
2
- Devtools
3
- } from "./chunk-4UFQXPP7.mjs";
4
- import {
5
- meta
6
- } from "./chunk-A5H5GRV6.mjs";
7
-
8
- // src/capabilities/app-graph-builder/app-graph-builder.ts
9
- import * as Effect from "effect/Effect";
10
- import { Capability, Common } from "@dxos/app-framework";
11
- import { ClientCapabilities } from "@dxos/plugin-client";
12
- import { ATTENDABLE_PATH_SEPARATOR, DECK_COMPANION_TYPE, PLANK_COMPANION_TYPE } from "@dxos/plugin-deck/types";
13
- import { GraphBuilder, Node, NodeMatcher } from "@dxos/plugin-graph";
14
- import { meta as spaceMeta } from "@dxos/plugin-space";
15
- import { parseId } from "@dxos/react-client/echo";
16
- var DEVTOOLS_TYPE = `${meta.id}/devtools`;
17
- var app_graph_builder_default = Capability.makeModule(Effect.fnUntraced(function* () {
18
- const extensions = yield* Effect.all([
19
- // Devtools node.
20
- GraphBuilder.createExtension({
21
- id: `${meta.id}/devtools`,
22
- match: NodeMatcher.whenAny(NodeMatcher.whenRoot, NodeMatcher.whenNodeType(`${spaceMeta.id}/settings`)),
23
- connector: (node, get) => Effect.gen(function* () {
24
- const client = yield* Capability.get(ClientCapabilities.Client);
25
- const layoutAtom = get(yield* Capability.atom(Common.Capability.Layout))[0];
26
- const layout = layoutAtom ? get(layoutAtom) : void 0;
27
- const { spaceId } = parseId(layout?.workspace);
28
- const space = spaceId ? client.spaces.get(spaceId) : void 0;
29
- const [graph] = get(yield* Capability.atom(Common.Capability.AppGraph));
30
- return [
31
- {
32
- id: `${Devtools.id}-${node.id}`,
33
- data: null,
34
- type: DEVTOOLS_TYPE,
35
- properties: {
36
- label: [
37
- "devtools label",
38
- {
39
- ns: meta.id
40
- }
41
- ],
42
- icon: "ph--hammer--regular",
43
- disposition: "pin-end",
44
- position: "fallback"
45
- },
46
- nodes: [
47
- ...space && node.type === `${spaceMeta.id}/settings` ? [
48
- {
49
- id: `debug-${node.id}`,
50
- type: `${meta.id}/space`,
51
- data: {
52
- space,
53
- type: `${meta.id}/space`
54
- },
55
- properties: {
56
- label: [
57
- "debug label",
58
- {
59
- ns: meta.id
60
- }
61
- ],
62
- icon: "ph--bug--regular"
63
- }
64
- }
65
- ] : [],
66
- {
67
- id: `app-graph-${node.id}`,
68
- type: `${meta.id}/app-graph`,
69
- data: {
70
- graph: graph?.graph,
71
- root: space ? space.id : Node.RootId
72
- },
73
- properties: {
74
- label: [
75
- "debug app graph label",
76
- {
77
- ns: meta.id
78
- }
79
- ],
80
- icon: "ph--graph--regular"
81
- }
82
- },
83
- {
84
- id: `${Devtools.Client.id}-${node.id}`,
85
- data: null,
86
- type: DEVTOOLS_TYPE,
87
- properties: {
88
- label: [
89
- "client label",
90
- {
91
- ns: meta.id
92
- }
93
- ],
94
- icon: "ph--users--regular"
95
- },
96
- nodes: [
97
- {
98
- id: `${Devtools.Client.Config}-${node.id}`,
99
- data: Devtools.Client.Config,
100
- type: DEVTOOLS_TYPE,
101
- properties: {
102
- label: [
103
- "config label",
104
- {
105
- ns: meta.id
106
- }
107
- ],
108
- icon: "ph--gear--regular"
109
- }
110
- },
111
- {
112
- id: `${Devtools.Client.Storage}-${node.id}`,
113
- data: Devtools.Client.Storage,
114
- type: DEVTOOLS_TYPE,
115
- properties: {
116
- label: [
117
- "storage label",
118
- {
119
- ns: meta.id
120
- }
121
- ],
122
- icon: "ph--hard-drives--regular"
123
- }
124
- },
125
- {
126
- id: `${Devtools.Client.Logs}-${node.id}`,
127
- data: Devtools.Client.Logs,
128
- type: DEVTOOLS_TYPE,
129
- properties: {
130
- label: [
131
- "logs label",
132
- {
133
- ns: meta.id
134
- }
135
- ],
136
- icon: "ph--file-text--regular"
137
- }
138
- },
139
- {
140
- id: `${Devtools.Client.Diagnostics}-${node.id}`,
141
- data: Devtools.Client.Diagnostics,
142
- type: DEVTOOLS_TYPE,
143
- properties: {
144
- label: [
145
- "diagnostics label",
146
- {
147
- ns: meta.id
148
- }
149
- ],
150
- icon: "ph--chart-line--regular"
151
- }
152
- },
153
- {
154
- id: `${Devtools.Client.Tracing}-${node.id}`,
155
- data: Devtools.Client.Tracing,
156
- type: DEVTOOLS_TYPE,
157
- properties: {
158
- label: [
159
- "tracing label",
160
- {
161
- ns: meta.id
162
- }
163
- ],
164
- icon: "ph--fire--regular"
165
- }
166
- }
167
- ]
168
- },
169
- {
170
- id: `${Devtools.Halo.id}-${node.id}`,
171
- data: null,
172
- type: DEVTOOLS_TYPE,
173
- properties: {
174
- label: [
175
- "halo label",
176
- {
177
- ns: meta.id
178
- }
179
- ],
180
- icon: "ph--identification-badge--regular"
181
- },
182
- nodes: [
183
- {
184
- id: `${Devtools.Halo.Identity}-${node.id}`,
185
- data: Devtools.Halo.Identity,
186
- type: DEVTOOLS_TYPE,
187
- properties: {
188
- label: [
189
- "identity label",
190
- {
191
- ns: meta.id
192
- }
193
- ],
194
- icon: "ph--identification-badge--regular"
195
- }
196
- },
197
- {
198
- id: `${Devtools.Halo.Devices}-${node.id}`,
199
- data: Devtools.Halo.Devices,
200
- type: DEVTOOLS_TYPE,
201
- properties: {
202
- label: [
203
- "devices label",
204
- {
205
- ns: meta.id
206
- }
207
- ],
208
- icon: "ph--devices--regular"
209
- }
210
- },
211
- {
212
- id: `${Devtools.Halo.Keyring}-${node.id}`,
213
- data: Devtools.Halo.Keyring,
214
- type: DEVTOOLS_TYPE,
215
- properties: {
216
- label: [
217
- "keyring label",
218
- {
219
- ns: meta.id
220
- }
221
- ],
222
- icon: "ph--key--regular"
223
- }
224
- },
225
- {
226
- id: `${Devtools.Halo.Credentials}-${node.id}`,
227
- data: Devtools.Halo.Credentials,
228
- type: DEVTOOLS_TYPE,
229
- properties: {
230
- label: [
231
- "credentials label",
232
- {
233
- ns: meta.id
234
- }
235
- ],
236
- icon: "ph--credit-card--regular"
237
- }
238
- }
239
- ]
240
- },
241
- {
242
- id: `${Devtools.Echo.id}-${node.id}`,
243
- data: null,
244
- type: DEVTOOLS_TYPE,
245
- properties: {
246
- label: [
247
- "echo label",
248
- {
249
- ns: meta.id
250
- }
251
- ],
252
- icon: "ph--database--regular"
253
- },
254
- nodes: [
255
- {
256
- id: `${Devtools.Echo.Spaces}-${node.id}`,
257
- data: Devtools.Echo.Spaces,
258
- type: DEVTOOLS_TYPE,
259
- properties: {
260
- label: [
261
- "spaces label",
262
- {
263
- ns: meta.id
264
- }
265
- ],
266
- icon: "ph--graph--regular"
267
- }
268
- },
269
- {
270
- id: `${Devtools.Echo.Space}-${node.id}`,
271
- data: Devtools.Echo.Space,
272
- type: DEVTOOLS_TYPE,
273
- properties: {
274
- label: [
275
- "space label",
276
- {
277
- ns: meta.id
278
- }
279
- ],
280
- icon: "ph--planet--regular"
281
- }
282
- },
283
- {
284
- id: `${Devtools.Echo.Feeds}-${node.id}`,
285
- data: Devtools.Echo.Feeds,
286
- type: DEVTOOLS_TYPE,
287
- properties: {
288
- label: [
289
- "feeds label",
290
- {
291
- ns: meta.id
292
- }
293
- ],
294
- icon: "ph--list-bullets--regular"
295
- }
296
- },
297
- {
298
- id: `${Devtools.Echo.Objects}-${node.id}`,
299
- data: Devtools.Echo.Objects,
300
- type: DEVTOOLS_TYPE,
301
- properties: {
302
- label: [
303
- "objects label",
304
- {
305
- ns: meta.id
306
- }
307
- ],
308
- icon: "ph--cube--regular"
309
- }
310
- },
311
- {
312
- id: `${Devtools.Echo.Schema}-${node.id}`,
313
- data: Devtools.Echo.Schema,
314
- type: DEVTOOLS_TYPE,
315
- properties: {
316
- label: [
317
- "schema label",
318
- {
319
- ns: meta.id
320
- }
321
- ],
322
- icon: "ph--database--regular"
323
- }
324
- },
325
- {
326
- id: `${Devtools.Echo.Automerge}-${node.id}`,
327
- data: Devtools.Echo.Automerge,
328
- type: DEVTOOLS_TYPE,
329
- properties: {
330
- label: [
331
- "automerge label",
332
- {
333
- ns: meta.id
334
- }
335
- ],
336
- icon: "ph--gear-six--regular"
337
- }
338
- },
339
- {
340
- id: `${Devtools.Echo.Queues}-${node.id}`,
341
- data: Devtools.Echo.Queues,
342
- type: DEVTOOLS_TYPE,
343
- properties: {
344
- label: [
345
- "queues label",
346
- {
347
- ns: meta.id
348
- }
349
- ],
350
- icon: "ph--queue--regular"
351
- }
352
- },
353
- {
354
- id: `${Devtools.Echo.Members}-${node.id}`,
355
- data: Devtools.Echo.Members,
356
- type: DEVTOOLS_TYPE,
357
- properties: {
358
- label: [
359
- "members label",
360
- {
361
- ns: meta.id
362
- }
363
- ],
364
- icon: "ph--users--regular"
365
- }
366
- },
367
- {
368
- id: `${Devtools.Echo.Metadata}-${node.id}`,
369
- data: Devtools.Echo.Metadata,
370
- type: DEVTOOLS_TYPE,
371
- properties: {
372
- label: [
373
- "metadata label",
374
- {
375
- ns: meta.id
376
- }
377
- ],
378
- icon: "ph--hard-drive--regular"
379
- }
380
- }
381
- ]
382
- },
383
- {
384
- id: `${Devtools.Mesh.id}-${node.id}`,
385
- data: null,
386
- type: DEVTOOLS_TYPE,
387
- properties: {
388
- label: [
389
- "mesh label",
390
- {
391
- ns: meta.id
392
- }
393
- ],
394
- icon: "ph--graph--regular"
395
- },
396
- nodes: [
397
- {
398
- id: `${Devtools.Mesh.Signal}-${node.id}`,
399
- data: Devtools.Mesh.Signal,
400
- type: DEVTOOLS_TYPE,
401
- properties: {
402
- label: [
403
- "signal label",
404
- {
405
- ns: meta.id
406
- }
407
- ],
408
- icon: "ph--wifi-high--regular"
409
- }
410
- },
411
- {
412
- id: `${Devtools.Mesh.Swarm}-${node.id}`,
413
- data: Devtools.Mesh.Swarm,
414
- type: DEVTOOLS_TYPE,
415
- properties: {
416
- label: [
417
- "swarm label",
418
- {
419
- ns: meta.id
420
- }
421
- ],
422
- icon: "ph--users-three--regular"
423
- }
424
- },
425
- {
426
- id: `${Devtools.Mesh.Network}-${node.id}`,
427
- data: Devtools.Mesh.Network,
428
- type: DEVTOOLS_TYPE,
429
- properties: {
430
- label: [
431
- "network label",
432
- {
433
- ns: meta.id
434
- }
435
- ],
436
- icon: "ph--polygon--regular"
437
- }
438
- }
439
- ]
440
- },
441
- // TODO(wittjosiah): Remove?
442
- // {
443
- // id: `${prefix}-${Devtools.Agent.id}`,
444
- // data: null,
445
- // type: DEVTOOLS_TYPE,
446
- // properties: {
447
- // label: ['agent label', { ns: meta.id }],
448
- // icon: 'ph--robot--regular',
449
- // },
450
- // nodes: [
451
- // {
452
- // id: `${prefix}-${Devtools.Agent.Dashboard}`,
453
- // data: Devtools.Agent.Dashboard,
454
- // type: DEVTOOLS_TYPE,
455
- // properties: {
456
- // label: ['dashboard label', { ns: meta.id }],
457
- // icon: 'ph--computer-tower--regular',
458
- // },
459
- // },
460
- // ],
461
- // },
462
- {
463
- id: `${Devtools.Edge.id}-${node.id}`,
464
- data: null,
465
- type: DEVTOOLS_TYPE,
466
- properties: {
467
- label: [
468
- "edge label",
469
- {
470
- ns: meta.id
471
- }
472
- ],
473
- icon: "ph--cloud--regular"
474
- },
475
- nodes: [
476
- {
477
- id: `${Devtools.Edge.Dashboard}-${node.id}`,
478
- data: Devtools.Edge.Dashboard,
479
- type: DEVTOOLS_TYPE,
480
- properties: {
481
- label: [
482
- "dashboard label",
483
- {
484
- ns: meta.id
485
- }
486
- ],
487
- icon: "ph--computer-tower--regular"
488
- }
489
- },
490
- {
491
- id: `${Devtools.Edge.Workflows}-${node.id}`,
492
- data: Devtools.Edge.Workflows,
493
- type: DEVTOOLS_TYPE,
494
- properties: {
495
- label: [
496
- "workflows label",
497
- {
498
- ns: meta.id
499
- }
500
- ],
501
- icon: "ph--function--regular"
502
- }
503
- },
504
- {
505
- id: `${Devtools.Edge.Traces}-${node.id}`,
506
- data: Devtools.Edge.Traces,
507
- type: DEVTOOLS_TYPE,
508
- properties: {
509
- label: [
510
- "traces label",
511
- {
512
- ns: meta.id
513
- }
514
- ],
515
- icon: "ph--line-segments--regular"
516
- }
517
- },
518
- {
519
- id: `${Devtools.Edge.Testing}-${node.id}`,
520
- data: Devtools.Edge.Testing,
521
- type: DEVTOOLS_TYPE,
522
- properties: {
523
- label: [
524
- "testing label",
525
- {
526
- ns: meta.id
527
- }
528
- ],
529
- icon: "ph--flask--regular"
530
- }
531
- }
532
- ]
533
- }
534
- ]
535
- }
536
- ];
537
- })
538
- }),
539
- // Debug object companion.
540
- GraphBuilder.createExtension({
541
- id: `${meta.id}/debug-object`,
542
- match: NodeMatcher.whenEchoObject,
543
- connector: (node) => Effect.succeed([
544
- {
545
- id: [
546
- node.id,
547
- "debug"
548
- ].join(ATTENDABLE_PATH_SEPARATOR),
549
- type: PLANK_COMPANION_TYPE,
550
- data: "debug",
551
- properties: {
552
- label: [
553
- "debug label",
554
- {
555
- ns: meta.id
556
- }
557
- ],
558
- icon: "ph--bug--regular",
559
- disposition: "hidden",
560
- position: "fallback"
561
- }
562
- }
563
- ])
564
- }),
565
- // Devtools deck companion.
566
- GraphBuilder.createExtension({
567
- id: `${meta.id}/devtools-overview`,
568
- match: NodeMatcher.whenRoot,
569
- connector: (node) => Effect.succeed([
570
- {
571
- id: [
572
- node.id,
573
- "devtools"
574
- ].join(ATTENDABLE_PATH_SEPARATOR),
575
- type: DECK_COMPANION_TYPE,
576
- data: null,
577
- properties: {
578
- label: [
579
- "devtools overview label",
580
- {
581
- ns: meta.id
582
- }
583
- ],
584
- icon: "ph--equalizer--regular",
585
- disposition: "hidden",
586
- position: "fallback"
587
- }
588
- }
589
- ])
590
- })
591
- ]);
592
- return Capability.contributes(Common.Capability.AppGraphBuilder, extensions);
593
- }));
594
- export {
595
- app_graph_builder_default as default
596
- };
597
- //# sourceMappingURL=app-graph-builder-FBDRMMYF.mjs.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/capabilities/app-graph-builder/app-graph-builder.ts"],
4
- "sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport * as Effect from 'effect/Effect';\n\nimport { Capability, Common } from '@dxos/app-framework';\nimport { ClientCapabilities } from '@dxos/plugin-client';\nimport { ATTENDABLE_PATH_SEPARATOR, DECK_COMPANION_TYPE, PLANK_COMPANION_TYPE } from '@dxos/plugin-deck/types';\nimport { GraphBuilder, Node, NodeMatcher } from '@dxos/plugin-graph';\nimport { meta as spaceMeta } from '@dxos/plugin-space';\nimport { parseId } from '@dxos/react-client/echo';\n\nimport { meta } from '../../meta';\nimport { Devtools } from '../../types';\n\nconst DEVTOOLS_TYPE = `${meta.id}/devtools`;\n\nexport default Capability.makeModule(\n Effect.fnUntraced(function* () {\n const extensions = yield* Effect.all([\n // Devtools node.\n GraphBuilder.createExtension({\n id: `${meta.id}/devtools`,\n match: NodeMatcher.whenAny(NodeMatcher.whenRoot, NodeMatcher.whenNodeType(`${spaceMeta.id}/settings`)),\n connector: (node, get) =>\n Effect.gen(function* () {\n const client = yield* Capability.get(ClientCapabilities.Client);\n const layoutAtom = get(yield* Capability.atom(Common.Capability.Layout))[0];\n const layout = layoutAtom ? get(layoutAtom) : undefined;\n const { spaceId } = parseId(layout?.workspace);\n const space = spaceId ? client.spaces.get(spaceId) : undefined;\n const [graph] = get(yield* Capability.atom(Common.Capability.AppGraph));\n\n return [\n {\n id: `${Devtools.id}-${node.id}`,\n data: null,\n type: DEVTOOLS_TYPE,\n properties: {\n label: ['devtools label', { ns: meta.id }],\n icon: 'ph--hammer--regular',\n disposition: 'pin-end',\n position: 'fallback',\n },\n nodes: [\n ...(space && node.type === `${spaceMeta.id}/settings`\n ? [\n {\n id: `debug-${node.id}`,\n type: `${meta.id}/space`,\n data: { space, type: `${meta.id}/space` },\n properties: {\n label: ['debug label', { ns: meta.id }],\n icon: 'ph--bug--regular',\n },\n },\n ]\n : []),\n {\n id: `app-graph-${node.id}`,\n type: `${meta.id}/app-graph`,\n data: { graph: graph?.graph, root: space ? space.id : Node.RootId },\n properties: {\n label: ['debug app graph label', { ns: meta.id }],\n icon: 'ph--graph--regular',\n },\n },\n {\n id: `${Devtools.Client.id}-${node.id}`,\n data: null,\n type: DEVTOOLS_TYPE,\n properties: {\n label: ['client label', { ns: meta.id }],\n icon: 'ph--users--regular',\n },\n nodes: [\n {\n id: `${Devtools.Client.Config}-${node.id}`,\n data: Devtools.Client.Config,\n type: DEVTOOLS_TYPE,\n properties: {\n label: ['config label', { ns: meta.id }],\n icon: 'ph--gear--regular',\n },\n },\n {\n id: `${Devtools.Client.Storage}-${node.id}`,\n data: Devtools.Client.Storage,\n type: DEVTOOLS_TYPE,\n properties: {\n label: ['storage label', { ns: meta.id }],\n icon: 'ph--hard-drives--regular',\n },\n },\n {\n id: `${Devtools.Client.Logs}-${node.id}`,\n data: Devtools.Client.Logs,\n type: DEVTOOLS_TYPE,\n properties: {\n label: ['logs label', { ns: meta.id }],\n icon: 'ph--file-text--regular',\n },\n },\n {\n id: `${Devtools.Client.Diagnostics}-${node.id}`,\n data: Devtools.Client.Diagnostics,\n type: DEVTOOLS_TYPE,\n properties: {\n label: ['diagnostics label', { ns: meta.id }],\n icon: 'ph--chart-line--regular',\n },\n },\n {\n id: `${Devtools.Client.Tracing}-${node.id}`,\n data: Devtools.Client.Tracing,\n type: DEVTOOLS_TYPE,\n properties: {\n label: ['tracing label', { ns: meta.id }],\n icon: 'ph--fire--regular',\n },\n },\n ],\n },\n {\n id: `${Devtools.Halo.id}-${node.id}`,\n data: null,\n type: DEVTOOLS_TYPE,\n properties: {\n label: ['halo label', { ns: meta.id }],\n icon: 'ph--identification-badge--regular',\n },\n nodes: [\n {\n id: `${Devtools.Halo.Identity}-${node.id}`,\n data: Devtools.Halo.Identity,\n type: DEVTOOLS_TYPE,\n properties: {\n label: ['identity label', { ns: meta.id }],\n icon: 'ph--identification-badge--regular',\n },\n },\n {\n id: `${Devtools.Halo.Devices}-${node.id}`,\n data: Devtools.Halo.Devices,\n type: DEVTOOLS_TYPE,\n properties: {\n label: ['devices label', { ns: meta.id }],\n icon: 'ph--devices--regular',\n },\n },\n {\n id: `${Devtools.Halo.Keyring}-${node.id}`,\n data: Devtools.Halo.Keyring,\n type: DEVTOOLS_TYPE,\n properties: {\n label: ['keyring label', { ns: meta.id }],\n icon: 'ph--key--regular',\n },\n },\n {\n id: `${Devtools.Halo.Credentials}-${node.id}`,\n data: Devtools.Halo.Credentials,\n type: DEVTOOLS_TYPE,\n properties: {\n label: ['credentials label', { ns: meta.id }],\n icon: 'ph--credit-card--regular',\n },\n },\n ],\n },\n {\n id: `${Devtools.Echo.id}-${node.id}`,\n data: null,\n type: DEVTOOLS_TYPE,\n properties: {\n label: ['echo label', { ns: meta.id }],\n icon: 'ph--database--regular',\n },\n nodes: [\n {\n id: `${Devtools.Echo.Spaces}-${node.id}`,\n data: Devtools.Echo.Spaces,\n type: DEVTOOLS_TYPE,\n properties: {\n label: ['spaces label', { ns: meta.id }],\n icon: 'ph--graph--regular',\n },\n },\n {\n id: `${Devtools.Echo.Space}-${node.id}`,\n data: Devtools.Echo.Space,\n type: DEVTOOLS_TYPE,\n properties: {\n label: ['space label', { ns: meta.id }],\n icon: 'ph--planet--regular',\n },\n },\n {\n id: `${Devtools.Echo.Feeds}-${node.id}`,\n data: Devtools.Echo.Feeds,\n type: DEVTOOLS_TYPE,\n properties: {\n label: ['feeds label', { ns: meta.id }],\n icon: 'ph--list-bullets--regular',\n },\n },\n {\n id: `${Devtools.Echo.Objects}-${node.id}`,\n data: Devtools.Echo.Objects,\n type: DEVTOOLS_TYPE,\n properties: {\n label: ['objects label', { ns: meta.id }],\n icon: 'ph--cube--regular',\n },\n },\n {\n id: `${Devtools.Echo.Schema}-${node.id}`,\n data: Devtools.Echo.Schema,\n type: DEVTOOLS_TYPE,\n properties: {\n label: ['schema label', { ns: meta.id }],\n icon: 'ph--database--regular',\n },\n },\n {\n id: `${Devtools.Echo.Automerge}-${node.id}`,\n data: Devtools.Echo.Automerge,\n type: DEVTOOLS_TYPE,\n properties: {\n label: ['automerge label', { ns: meta.id }],\n icon: 'ph--gear-six--regular',\n },\n },\n {\n id: `${Devtools.Echo.Queues}-${node.id}`,\n data: Devtools.Echo.Queues,\n type: DEVTOOLS_TYPE,\n properties: {\n label: ['queues label', { ns: meta.id }],\n icon: 'ph--queue--regular',\n },\n },\n {\n id: `${Devtools.Echo.Members}-${node.id}`,\n data: Devtools.Echo.Members,\n type: DEVTOOLS_TYPE,\n properties: {\n label: ['members label', { ns: meta.id }],\n icon: 'ph--users--regular',\n },\n },\n {\n id: `${Devtools.Echo.Metadata}-${node.id}`,\n data: Devtools.Echo.Metadata,\n type: DEVTOOLS_TYPE,\n properties: {\n label: ['metadata label', { ns: meta.id }],\n icon: 'ph--hard-drive--regular',\n },\n },\n ],\n },\n {\n id: `${Devtools.Mesh.id}-${node.id}`,\n data: null,\n type: DEVTOOLS_TYPE,\n properties: {\n label: ['mesh label', { ns: meta.id }],\n icon: 'ph--graph--regular',\n },\n nodes: [\n {\n id: `${Devtools.Mesh.Signal}-${node.id}`,\n data: Devtools.Mesh.Signal,\n type: DEVTOOLS_TYPE,\n properties: {\n label: ['signal label', { ns: meta.id }],\n icon: 'ph--wifi-high--regular',\n },\n },\n {\n id: `${Devtools.Mesh.Swarm}-${node.id}`,\n data: Devtools.Mesh.Swarm,\n type: DEVTOOLS_TYPE,\n properties: {\n label: ['swarm label', { ns: meta.id }],\n icon: 'ph--users-three--regular',\n },\n },\n {\n id: `${Devtools.Mesh.Network}-${node.id}`,\n data: Devtools.Mesh.Network,\n type: DEVTOOLS_TYPE,\n properties: {\n label: ['network label', { ns: meta.id }],\n icon: 'ph--polygon--regular',\n },\n },\n ],\n },\n // TODO(wittjosiah): Remove?\n // {\n // id: `${prefix}-${Devtools.Agent.id}`,\n // data: null,\n // type: DEVTOOLS_TYPE,\n // properties: {\n // label: ['agent label', { ns: meta.id }],\n // icon: 'ph--robot--regular',\n // },\n // nodes: [\n // {\n // id: `${prefix}-${Devtools.Agent.Dashboard}`,\n // data: Devtools.Agent.Dashboard,\n // type: DEVTOOLS_TYPE,\n // properties: {\n // label: ['dashboard label', { ns: meta.id }],\n // icon: 'ph--computer-tower--regular',\n // },\n // },\n // ],\n // },\n {\n id: `${Devtools.Edge.id}-${node.id}`,\n data: null,\n type: DEVTOOLS_TYPE,\n properties: {\n label: ['edge label', { ns: meta.id }],\n icon: 'ph--cloud--regular',\n },\n nodes: [\n {\n id: `${Devtools.Edge.Dashboard}-${node.id}`,\n data: Devtools.Edge.Dashboard,\n type: DEVTOOLS_TYPE,\n properties: {\n label: ['dashboard label', { ns: meta.id }],\n icon: 'ph--computer-tower--regular',\n },\n },\n {\n id: `${Devtools.Edge.Workflows}-${node.id}`,\n data: Devtools.Edge.Workflows,\n type: DEVTOOLS_TYPE,\n properties: {\n label: ['workflows label', { ns: meta.id }],\n icon: 'ph--function--regular',\n },\n },\n {\n id: `${Devtools.Edge.Traces}-${node.id}`,\n data: Devtools.Edge.Traces,\n type: DEVTOOLS_TYPE,\n properties: {\n label: ['traces label', { ns: meta.id }],\n icon: 'ph--line-segments--regular',\n },\n },\n {\n id: `${Devtools.Edge.Testing}-${node.id}`,\n data: Devtools.Edge.Testing,\n type: DEVTOOLS_TYPE,\n properties: {\n label: ['testing label', { ns: meta.id }],\n icon: 'ph--flask--regular',\n },\n },\n ],\n },\n ],\n },\n ];\n }),\n }),\n\n // Debug object companion.\n GraphBuilder.createExtension({\n id: `${meta.id}/debug-object`,\n match: NodeMatcher.whenEchoObject,\n connector: (node) =>\n Effect.succeed([\n {\n id: [node.id, 'debug'].join(ATTENDABLE_PATH_SEPARATOR),\n type: PLANK_COMPANION_TYPE,\n data: 'debug',\n properties: {\n label: ['debug label', { ns: meta.id }],\n icon: 'ph--bug--regular',\n disposition: 'hidden',\n position: 'fallback',\n },\n },\n ]),\n }),\n\n // Devtools deck companion.\n GraphBuilder.createExtension({\n id: `${meta.id}/devtools-overview`,\n match: NodeMatcher.whenRoot,\n connector: (node) =>\n Effect.succeed([\n {\n id: [node.id, 'devtools'].join(ATTENDABLE_PATH_SEPARATOR),\n type: DECK_COMPANION_TYPE,\n data: null,\n properties: {\n label: ['devtools overview label', { ns: meta.id }],\n icon: 'ph--equalizer--regular',\n disposition: 'hidden',\n position: 'fallback',\n },\n },\n ]),\n }),\n ]);\n\n return Capability.contributes(Common.Capability.AppGraphBuilder, extensions);\n }),\n);\n"],
5
- "mappings": "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",
6
- "names": ["Effect", "Capability", "Common", "ClientCapabilities", "ATTENDABLE_PATH_SEPARATOR", "DECK_COMPANION_TYPE", "PLANK_COMPANION_TYPE", "GraphBuilder", "Node", "NodeMatcher", "meta", "spaceMeta", "parseId", "DEVTOOLS_TYPE", "meta", "id", "Capability", "makeModule", "fnUntraced", "extensions", "all", "GraphBuilder", "createExtension", "match", "NodeMatcher", "whenAny", "whenRoot", "whenNodeType", "spaceMeta", "connector", "node", "get", "gen", "client", "ClientCapabilities", "Client", "layoutAtom", "atom", "Common", "Layout", "layout", "undefined", "spaceId", "parseId", "workspace", "space", "spaces", "graph", "AppGraph", "Devtools", "data", "type", "properties", "label", "ns", "icon", "disposition", "position", "nodes", "root", "Node", "RootId", "Config", "Storage", "Logs", "Diagnostics", "Tracing", "Halo", "Identity", "Devices", "Keyring", "Credentials", "Echo", "Spaces", "Space", "Feeds", "Objects", "Schema", "Automerge", "Queues", "Members", "Metadata", "Mesh", "Signal", "Swarm", "Network", "Edge", "Dashboard", "Workflows", "Traces", "Testing", "whenEchoObject", "succeed", "join", "ATTENDABLE_PATH_SEPARATOR", "PLANK_COMPANION_TYPE", "DECK_COMPANION_TYPE", "contributes", "AppGraphBuilder"]
7
- }