@dxos/plugin-debug 0.8.3 → 0.8.4-main.28f8d3d

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 (51) hide show
  1. package/dist/lib/browser/{DebugApp-WSEJPCKY.mjs → DebugApp-F4UFVW4Y.mjs} +64 -61
  2. package/dist/lib/browser/DebugApp-F4UFVW4Y.mjs.map +7 -0
  3. package/dist/lib/browser/{DevtoolsOverviewContainer-IIIWO77Q.mjs → DevtoolsOverviewContainer-EPD6EWT5.mjs} +2 -2
  4. package/dist/lib/browser/{SpaceGenerator-VB6IB2LL.mjs → SpaceGenerator-XJJAOTIT.mjs} +223 -481
  5. package/dist/lib/browser/SpaceGenerator-XJJAOTIT.mjs.map +7 -0
  6. package/dist/lib/browser/{app-graph-builder-6HHJMKVU.mjs → app-graph-builder-PXPZIIGY.mjs} +7 -7
  7. package/dist/lib/browser/{app-graph-builder-6HHJMKVU.mjs.map → app-graph-builder-PXPZIIGY.mjs.map} +3 -3
  8. package/dist/lib/browser/{chunk-47JOZTT2.mjs → chunk-5XPIRNQS.mjs} +2 -2
  9. package/dist/lib/browser/{chunk-KS3YBEL7.mjs → chunk-AJA6RYN3.mjs} +2 -2
  10. package/dist/lib/browser/index.mjs +13 -13
  11. package/dist/lib/browser/index.mjs.map +3 -3
  12. package/dist/lib/browser/meta.json +1 -1
  13. package/dist/lib/browser/{react-context-ZQRD2WG2.mjs → react-context-NVAGLAJD.mjs} +3 -3
  14. package/dist/lib/browser/{react-surface-UI6OK73H.mjs → react-surface-UNFNQFWK.mjs} +21 -21
  15. package/dist/lib/browser/react-surface-UNFNQFWK.mjs.map +7 -0
  16. package/dist/lib/browser/{settings-SXQWSIM4.mjs → settings-LSSWLM5I.mjs} +4 -4
  17. package/dist/types/src/capabilities/app-graph-builder.d.ts.map +1 -1
  18. package/dist/types/src/capabilities/react-surface.d.ts.map +1 -1
  19. package/dist/types/src/components/DebugApp/DebugApp.d.ts.map +1 -1
  20. package/dist/types/src/components/SpaceGenerator/ObjectGenerator.d.ts +3 -1
  21. package/dist/types/src/components/SpaceGenerator/ObjectGenerator.d.ts.map +1 -1
  22. package/dist/types/src/components/SpaceGenerator/SpaceGenerator.d.ts +1 -1
  23. package/dist/types/src/components/SpaceGenerator/SpaceGenerator.d.ts.map +1 -1
  24. package/dist/types/src/components/SpaceGenerator/SpaceGenerator.stories.d.ts +1 -1
  25. package/dist/types/src/components/SpaceGenerator/SpaceGenerator.stories.d.ts.map +1 -1
  26. package/dist/types/src/components/SpaceGenerator/draw-util.d.ts.map +1 -1
  27. package/dist/types/src/components/SpaceGenerator/presets.d.ts +1 -4
  28. package/dist/types/src/components/SpaceGenerator/presets.d.ts.map +1 -1
  29. package/dist/types/src/translations.d.ts +60 -60
  30. package/dist/types/src/translations.d.ts.map +1 -1
  31. package/dist/types/tsconfig.tsbuildinfo +1 -1
  32. package/package.json +57 -58
  33. package/src/DebugPlugin.tsx +2 -2
  34. package/src/capabilities/app-graph-builder.ts +3 -3
  35. package/src/capabilities/react-surface.tsx +5 -5
  36. package/src/components/DebugApp/DebugApp.tsx +21 -13
  37. package/src/components/DebugSettings.tsx +2 -2
  38. package/src/components/SpaceGenerator/ObjectGenerator.tsx +31 -25
  39. package/src/components/SpaceGenerator/SpaceGenerator.stories.tsx +2 -2
  40. package/src/components/SpaceGenerator/SpaceGenerator.tsx +14 -71
  41. package/src/components/SpaceGenerator/draw-util.ts +3 -3
  42. package/src/components/SpaceGenerator/presets.ts +217 -215
  43. package/src/translations.ts +6 -4
  44. package/dist/lib/browser/DebugApp-WSEJPCKY.mjs.map +0 -7
  45. package/dist/lib/browser/SpaceGenerator-VB6IB2LL.mjs.map +0 -7
  46. package/dist/lib/browser/react-surface-UI6OK73H.mjs.map +0 -7
  47. /package/dist/lib/browser/{DevtoolsOverviewContainer-IIIWO77Q.mjs.map → DevtoolsOverviewContainer-EPD6EWT5.mjs.map} +0 -0
  48. /package/dist/lib/browser/{chunk-47JOZTT2.mjs.map → chunk-5XPIRNQS.mjs.map} +0 -0
  49. /package/dist/lib/browser/{chunk-KS3YBEL7.mjs.map → chunk-AJA6RYN3.mjs.map} +0 -0
  50. /package/dist/lib/browser/{react-context-ZQRD2WG2.mjs.map → react-context-NVAGLAJD.mjs.map} +0 -0
  51. /package/dist/lib/browser/{settings-SXQWSIM4.mjs.map → settings-LSSWLM5I.mjs.map} +0 -0
@@ -2,15 +2,12 @@ import { FunctionTrigger } from '@dxos/functions';
2
2
  import { CanvasBoardType } from '@dxos/react-ui-canvas-editor';
3
3
  import { type ObjectGenerator } from './ObjectGenerator';
4
4
  export declare enum PresetName {
5
- EMAIL_TABLE = "email-table",
6
5
  GPT_QUEUE = "webhook-gpt-queue",
7
6
  CHAT_GPT = "chat-gpt-text",
8
- EMAIL_WITH_SUMMARY = "email-gptSummary-table",
9
7
  OBJECT_CHANGE_QUEUE = "objectChange-queue",
10
8
  FOREX_FUNCTION_CALL = "forex-function-call",
11
9
  TIMER_TICK_QUEUE = "timerTick-queue",
12
- DISCORD_MESSAGES = "discord-messages",
13
- KANBAN_QUEUE = "kanban-queue"
10
+ DISCORD_MESSAGES = "discord-messages"
14
11
  }
15
12
  export declare const generator: () => {
16
13
  schemas: (typeof CanvasBoardType | typeof FunctionTrigger)[];
@@ -1 +1 @@
1
- {"version":3,"file":"presets.d.ts","sourceRoot":"","sources":["../../../../../src/components/SpaceGenerator/presets.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,eAAe,EAAqD,MAAM,iBAAiB,CAAC;AAkBrG,OAAO,EACL,eAAe,EAKhB,MAAM,8BAA8B,CAAC;AAItC,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEzD,oBAAY,UAAU;IACpB,WAAW,gBAAgB;IAC3B,SAAS,sBAAsB;IAC/B,QAAQ,kBAAkB;IAC1B,kBAAkB,2BAA2B;IAC7C,mBAAmB,uBAAuB;IAC1C,mBAAmB,wBAAwB;IAC3C,gBAAgB,oBAAoB;IACpC,gBAAgB,qBAAqB;IACrC,YAAY,iBAAiB;CAC9B;AAED,eAAO,MAAM,SAAS;;;;;WA2Yf,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":"AAQA,OAAO,EAAE,eAAe,EAAiC,MAAM,iBAAiB,CAAC;AAkBjF,OAAO,EACL,eAAe,EAKhB,MAAM,8BAA8B,CAAC;AAGtC,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEzD,oBAAY,UAAU;IAEpB,SAAS,sBAAsB;IAC/B,QAAQ,kBAAkB;IAE1B,mBAAmB,uBAAuB;IAC1C,mBAAmB,wBAAwB;IAC3C,gBAAgB,oBAAoB;IACpC,gBAAgB,qBAAqB;CAEtC;AAED,eAAO,MAAM,SAAS;;;;;WA8Yf,CAAC,UAAU,EAAE,eAAe,CAAC,GAAG,CAAC,CAAC,EAAE;CACzC,CAAC"}
@@ -1,63 +1,63 @@
1
- declare const _default: {
2
- 'en-US': {
3
- "dxos.org/plugin/debug": {
4
- 'plugin name': string;
5
- 'mutation count': string;
6
- 'mutation period': string;
7
- 'open devtools label': string;
8
- 'devtools label': string;
9
- 'devtools overview label': string;
10
- 'debug label': string;
11
- 'settings show debug panel': string;
12
- 'settings show devtools panel': string;
13
- 'settings wireframe': string;
14
- 'settings repair': string;
15
- 'settings download diagnostics': string;
16
- 'settings uploaded': string;
17
- 'settings uploaded to clipboard': string;
18
- 'settings repair success': string;
19
- 'settings repair failed': string;
20
- 'settings choose storage adaptor': string;
21
- 'settings storage adaptor idb label': string;
22
- 'settings storage adaptor opfs label': string;
23
- 'settings data store label': string;
24
- 'settings storage adapter changed alert': string;
25
- 'settings space fragmentation': string;
26
- 'open debug panel label': string;
27
- 'client label': string;
28
- 'config label': string;
29
- 'storage label': string;
30
- 'logs label': string;
31
- 'diagnostics label': string;
32
- 'tracing label': string;
33
- 'halo label': string;
34
- 'identity label': string;
35
- 'devices label': string;
36
- 'keyring label': string;
37
- 'credentials label': string;
38
- 'echo label': string;
39
- 'spaces label': string;
40
- 'space label': string;
41
- 'feeds label': string;
42
- 'objects label': string;
43
- 'schema label': string;
44
- 'automerge label': string;
45
- 'queues label': string;
46
- 'members label': string;
47
- 'metadata label': string;
48
- 'mesh label': string;
49
- 'signal label': string;
50
- 'swarm label': string;
51
- 'network label': string;
52
- 'agent label': string;
53
- 'dashboard label': string;
54
- 'search label': string;
55
- 'edge label': string;
56
- 'workflows label': string;
57
- 'traces label': string;
58
- 'testing label': string;
1
+ import { meta } from './meta';
2
+ export declare const translations: [{
3
+ readonly 'en-US': {
4
+ readonly [meta.id]: {
5
+ readonly 'plugin name': "Debug";
6
+ readonly 'mutation count': "Number of mutations";
7
+ readonly 'mutation period': "Mutation period";
8
+ readonly 'open devtools label': "Open DevTools";
9
+ readonly 'devtools label': "DevTools";
10
+ readonly 'devtools overview label': "DevTools Stats";
11
+ readonly 'debug label': "Debug";
12
+ readonly 'settings show debug panel': "Show Debug panel.";
13
+ readonly 'settings show devtools panel': "Show DevTools panel.";
14
+ readonly 'settings wireframe': "Show wireframes.";
15
+ readonly 'settings repair': "Run repair tool.";
16
+ readonly 'settings download diagnostics': "Download diagnostics.";
17
+ readonly 'settings uploaded': "Uploaded to IPFS";
18
+ readonly 'settings uploaded to clipboard': "URL copied to clipboard.";
19
+ readonly 'settings repair success': "Repair succeeded";
20
+ readonly 'settings repair failed': "Repair failed";
21
+ readonly 'settings choose storage adaptor': "Storage adaptor (worker reload required).";
22
+ readonly 'settings storage adaptor idb label': "IndexedDB";
23
+ readonly 'settings storage adaptor opfs label': "OPFS";
24
+ readonly 'settings data store label': "Data Store";
25
+ readonly 'settings storage adapter changed alert': "Warning: Swapping the storage adapter will make your data unavailable.";
26
+ readonly 'settings space fragmentation': "Enable AM space fragmentation";
27
+ readonly 'open debug panel label': "Show Debug";
28
+ readonly 'client label': "Client";
29
+ readonly 'config label': "Config";
30
+ readonly 'storage label': "Storage";
31
+ readonly 'logs label': "Logs";
32
+ readonly 'diagnostics label': "Diagnostics";
33
+ readonly 'tracing label': "Tracing";
34
+ readonly 'halo label': "HALO";
35
+ readonly 'identity label': "Identity";
36
+ readonly 'devices label': "Devices";
37
+ readonly 'keyring label': "Keyring";
38
+ readonly 'credentials label': "Credentials";
39
+ readonly 'echo label': "ECHO";
40
+ readonly 'spaces label': "Spaces";
41
+ readonly 'space label': "Space";
42
+ readonly 'feeds label': "Feeds";
43
+ readonly 'objects label': "Objects";
44
+ readonly 'schema label': "Schema";
45
+ readonly 'automerge label': "Automerge";
46
+ readonly 'queues label': "Queues";
47
+ readonly 'members label': "Members";
48
+ readonly 'metadata label': "Metadata";
49
+ readonly 'mesh label': "MESH";
50
+ readonly 'signal label': "Signal";
51
+ readonly 'swarm label': "Swarm";
52
+ readonly 'network label': "Network";
53
+ readonly 'agent label': "Agent";
54
+ readonly 'dashboard label': "Dashboard";
55
+ readonly 'search label': "Search";
56
+ readonly 'edge label': "EDGE";
57
+ readonly 'workflows label': "Workflows";
58
+ readonly 'traces label': "Traces";
59
+ readonly 'testing label': "Testing";
59
60
  };
60
61
  };
61
- }[];
62
- export default _default;
62
+ }];
63
63
  //# sourceMappingURL=translations.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../src/translations.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAMA,wBA+DE"}
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAyDR;;EAGwB,CAAC"}