@dxos/plugin-debug 0.8.4-main.3fbcb4aa9b → 0.8.4-main.4668b7de9b
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +102 -5
- package/PLUGIN.mdl +373 -0
- package/README.md +1 -1
- package/dist/lib/neutral/{DebugObjectPanel-UJ63CV25.mjs → DebugObjectPanel-OS65NC4M.mjs} +1 -1
- package/dist/lib/neutral/{DebugObjectPanel-UJ63CV25.mjs.map → DebugObjectPanel-OS65NC4M.mjs.map} +1 -1
- package/dist/lib/neutral/DebugPlugin.mjs +12 -0
- package/dist/lib/neutral/DebugPlugin.mjs.map +4 -4
- package/dist/lib/neutral/DebugPlugin.workerd.mjs +12 -0
- package/dist/lib/neutral/DebugPlugin.workerd.mjs.map +7 -0
- package/dist/lib/neutral/{DebugSettings-Z3XADRNK.mjs → DebugSettings-RKYNQIKH.mjs} +5 -6
- package/dist/lib/neutral/DebugSettings-RKYNQIKH.mjs.map +7 -0
- package/dist/lib/neutral/{DebugSpaceObjectsPanel-NISULU6U.mjs → DebugSpaceObjectsPanel-BHOCFWDJ.mjs} +1 -1
- package/dist/lib/neutral/{DebugSpaceObjectsPanel-NISULU6U.mjs.map → DebugSpaceObjectsPanel-BHOCFWDJ.mjs.map} +1 -1
- package/dist/lib/neutral/{DebugStatus-YB3KFP7G.mjs → DebugStatus-H2BAHN26.mjs} +2 -1
- package/dist/lib/neutral/DebugStatus-H2BAHN26.mjs.map +7 -0
- package/dist/lib/neutral/GithubPanel-QJKDJRVQ.mjs +177 -0
- package/dist/lib/neutral/GithubPanel-QJKDJRVQ.mjs.map +7 -0
- package/dist/lib/neutral/RegistryPanel-64GIYJHN.mjs +161 -0
- package/dist/lib/neutral/RegistryPanel-64GIYJHN.mjs.map +7 -0
- package/dist/lib/neutral/{SpaceGenerator-UBYB4NPD.mjs → SpaceGenerator-Y35G6DRV.mjs} +9 -6
- package/dist/lib/neutral/SpaceGenerator-Y35G6DRV.mjs.map +7 -0
- package/dist/lib/neutral/{Wireframe-7SNRUKET.mjs → Wireframe-WD7S2AUU.mjs} +2 -2
- package/dist/lib/neutral/Wireframe-WD7S2AUU.mjs.map +7 -0
- package/dist/lib/neutral/{app-graph-builder-YPYHL2K5.mjs → app-graph-builder-XYLTBYKN.mjs} +46 -11
- package/dist/lib/neutral/app-graph-builder-XYLTBYKN.mjs.map +7 -0
- package/dist/lib/neutral/capabilities/index.mjs +2 -2
- package/dist/lib/neutral/chunk-HOV6MV5B.mjs +43 -0
- package/dist/lib/neutral/chunk-HOV6MV5B.mjs.map +7 -0
- package/dist/lib/neutral/{chunk-NFIOTQRZ.mjs → chunk-UAAGABXZ.mjs} +2 -1
- package/dist/lib/neutral/{chunk-NFIOTQRZ.mjs.map → chunk-UAAGABXZ.mjs.map} +3 -3
- package/dist/lib/neutral/components/index.mjs +39 -48
- package/dist/lib/neutral/components/index.mjs.map +3 -3
- package/dist/lib/neutral/containers/index.mjs +9 -5
- package/dist/lib/neutral/containers/index.mjs.map +3 -3
- package/dist/lib/neutral/index.mjs +2 -2
- package/dist/lib/neutral/meta.json +1 -1
- package/dist/lib/neutral/meta.mjs +1 -1
- package/dist/lib/neutral/plugin.mjs +1 -1
- package/dist/lib/neutral/{react-surface-NH2H63KW.mjs → react-surface-3MDMZGCA.mjs} +23 -18
- package/dist/lib/neutral/react-surface-3MDMZGCA.mjs.map +7 -0
- package/dist/lib/neutral/translations.mjs +10 -2
- package/dist/lib/neutral/translations.mjs.map +2 -2
- package/dist/lib/neutral/types/index.mjs +1 -1
- package/dist/types/src/DebugPlugin.d.ts.map +1 -1
- package/dist/types/src/DebugPlugin.workerd.d.ts +5 -0
- package/dist/types/src/DebugPlugin.workerd.d.ts.map +1 -0
- package/dist/types/src/capabilities/react-surface.d.ts.map +1 -1
- package/dist/types/src/components/DebugSettings/DebugSettings.d.ts.map +1 -1
- package/dist/types/src/components/DebugSettings/DebugSettings.stories.d.ts +8 -1
- package/dist/types/src/components/DebugSettings/DebugSettings.stories.d.ts.map +1 -1
- package/dist/types/src/components/SpaceGenerator/ObjectGenerator.d.ts +2 -3
- package/dist/types/src/components/SpaceGenerator/ObjectGenerator.d.ts.map +1 -1
- package/dist/types/src/components/SpaceGenerator/presets.d.ts.map +1 -1
- package/dist/types/src/containers/DebugStatus/DebugStatus.d.ts.map +1 -1
- package/dist/types/src/containers/GithubPanel/GithubComponent.d.ts +15 -0
- package/dist/types/src/containers/GithubPanel/GithubComponent.d.ts.map +1 -0
- package/dist/types/src/containers/GithubPanel/GithubComponent.stories.d.ts +106 -0
- package/dist/types/src/containers/GithubPanel/GithubComponent.stories.d.ts.map +1 -0
- package/dist/types/src/containers/GithubPanel/GithubPanel.d.ts +3 -0
- package/dist/types/src/containers/GithubPanel/GithubPanel.d.ts.map +1 -0
- package/dist/types/src/containers/GithubPanel/index.d.ts +2 -0
- package/dist/types/src/containers/GithubPanel/index.d.ts.map +1 -0
- package/dist/types/src/containers/RegistryPanel/RegistryPanel.d.ts +3 -0
- package/dist/types/src/containers/RegistryPanel/RegistryPanel.d.ts.map +1 -0
- package/dist/types/src/containers/RegistryPanel/index.d.ts +2 -0
- package/dist/types/src/containers/RegistryPanel/index.d.ts.map +1 -0
- package/dist/types/src/containers/SpaceGenerator/SpaceGenerator.d.ts.map +1 -1
- package/dist/types/src/containers/index.d.ts +2 -0
- package/dist/types/src/containers/index.d.ts.map +1 -1
- package/dist/types/src/meta.d.ts +1 -1
- package/dist/types/src/meta.d.ts.map +1 -1
- package/dist/types/src/translations.d.ts +8 -1
- package/dist/types/src/translations.d.ts.map +1 -1
- package/dist/types/src/types/index.d.ts +1 -0
- package/dist/types/src/types/index.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +56 -66
- package/src/DebugPlugin.tsx +6 -0
- package/src/DebugPlugin.workerd.ts +12 -0
- package/src/capabilities/app-graph-builder.ts +38 -10
- package/src/capabilities/react-surface.tsx +22 -15
- package/src/components/DebugSettings/DebugSettings.tsx +5 -8
- package/src/components/SpaceGenerator/ObjectGenerator.tsx +16 -14
- package/src/components/SpaceGenerator/presets.ts +13 -14
- package/src/containers/DebugObjectPanel/DebugObjectPanel.tsx +2 -2
- package/src/containers/DebugSpaceObjectsPanel/DebugSpaceObjectsPanel.tsx +2 -2
- package/src/containers/DebugStatus/DebugStatus.tsx +1 -0
- package/src/containers/GithubPanel/GithubComponent.stories.tsx +38 -0
- package/src/containers/GithubPanel/GithubComponent.tsx +192 -0
- package/src/containers/GithubPanel/GithubPanel.tsx +17 -0
- package/src/containers/GithubPanel/index.ts +5 -0
- package/src/containers/RegistryPanel/RegistryPanel.tsx +150 -0
- package/src/containers/RegistryPanel/index.ts +5 -0
- package/src/containers/SpaceGenerator/SpaceGenerator.tsx +6 -5
- package/src/containers/Wireframe/Wireframe.tsx +1 -1
- package/src/containers/index.ts +2 -0
- package/src/meta.ts +26 -6
- package/src/translations.ts +9 -1
- package/src/types/index.ts +1 -0
- package/src/vite-env.d.ts +10 -0
- package/dist/lib/neutral/DebugSettings-Z3XADRNK.mjs.map +0 -7
- package/dist/lib/neutral/DebugStatus-YB3KFP7G.mjs.map +0 -7
- package/dist/lib/neutral/SpaceGenerator-UBYB4NPD.mjs.map +0 -7
- package/dist/lib/neutral/Wireframe-7SNRUKET.mjs.map +0 -7
- package/dist/lib/neutral/app-graph-builder-YPYHL2K5.mjs.map +0 -7
- package/dist/lib/neutral/chunk-3OGPOE7H.mjs +0 -20
- package/dist/lib/neutral/chunk-3OGPOE7H.mjs.map +0 -7
- package/dist/lib/neutral/react-surface-NH2H63KW.mjs.map +0 -7
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/translations.ts"],
|
|
4
|
-
"sourcesContent": ["//\n// Copyright 2023 DXOS.org\n//\n\nimport { type Resource } from '@dxos/react-ui';\nimport { translations as introspectTranslations } from '@dxos/react-ui-introspect/translations';\n\nimport { meta } from '#meta';\n\nexport const translations = [\n ...introspectTranslations,\n {\n 'en-US': {\n [meta.id]: {\n 'plugin.name': 'Debug',\n 'settings.title': 'Debug settings',\n 'open-devtools.label': 'Open DevTools',\n 'devtools.label': 'DevTools',\n 'devtools-overview.label': 'Stats',\n 'space-objects.label': 'Database',\n 'debug.label': 'Debug',\n 'generate-objects.label': 'Generate Objects',\n 'debug-app-graph.label': 'App Graph',\n 'debug-tools-explorer.label': '
|
|
5
|
-
"mappings": ";;;AAKA,SAASA,gBAAgBC,8BAA8B;AAEvD,SAASC,YAAY;AAEd,IAAMF,eAAe;KACvBC;EACH;IACE,SAAS;MACP,CAACC,KAAKC,EAAE,GAAG;QACT,eAAe;QACf,kBAAkB;QAClB,uBAAuB;QACvB,kBAAkB;QAClB,2BAA2B;QAC3B,uBAAuB;QACvB,eAAe;QACf,0BAA0B;QAC1B,yBAAyB;QACzB,8BAA8B;QAE9B,4BAA4B;QAC5B,kCAAkC;QAClC,4BAA4B;QAC5B,kCACE;QACF,gCAAgC;QAChC,sCAAsC;QACtC,yBAAyB;QACzB,+BAA+B;QAC/B,uCAAuC;QACvC,6CACE;QACF,gCAAgC;QAChC,sCAAsC;QACtC,6BAA6B;QAC7B,iCAAiC;QACjC,yCAAyC;QACzC,+CACE;QACF,mCAAmC;QACnC,kCAAkC;QAElC,sCAAsC;QACtC,uCAAuC;QACvC,kDACE;QAEF,6BAA6B;QAE7B,0BAA0B;QAC1B,gBAAgB;QAChB,gBAAgB;QAChB,iBAAiB;QACjB,cAAc;QACd,qBAAqB;QACrB,iBAAiB;QACjB,cAAc;QACd,kBAAkB;QAClB,iBAAiB;QACjB,iBAAiB;QACjB,qBAAqB;QACrB,cAAc;QACd,gBAAgB;QAChB,eAAe;QACf,eAAe;QACf,iBAAiB;QACjB,gBAAgB;QAChB,mBAAmB;QACnB,gBAAgB;QAChB,iBAAiB;QACjB,kBAAkB;QAClB,cAAc;QACd,gBAAgB;QAChB,eAAe;QACf,iBAAiB;QACjB,eAAe;QACf,mBAAmB;QACnB,gBAAgB;QAChB,cAAc;QACd,mBAAmB;QACnB,gBAAgB;QAChB,iBAAiB;
|
|
4
|
+
"sourcesContent": ["//\n// Copyright 2023 DXOS.org\n//\n\nimport { type Resource } from '@dxos/react-ui';\nimport { translations as introspectTranslations } from '@dxos/react-ui-introspect/translations';\n\nimport { meta } from '#meta';\n\nexport const translations = [\n ...introspectTranslations,\n {\n 'en-US': {\n [meta.id]: {\n 'plugin.name': 'Debug',\n 'settings.title': 'Debug settings',\n 'open-devtools.label': 'Open DevTools',\n 'devtools.label': 'DevTools',\n 'devtools-overview.label': 'Stats',\n 'space-objects.label': 'Database',\n 'debug.label': 'Debug',\n 'generate-objects.label': 'Generate Objects',\n 'debug-app-graph.label': 'App Graph',\n 'debug-tools-explorer.label': 'SDK Explorer',\n\n 'settings.wireframe.label': 'Show wireframes.',\n 'settings.wireframe.description': 'Overlay wireframe outlines on UI components for debugging layout.',\n 'settings.trace-all.label': 'Trace all requests (100% sampling).',\n 'settings.trace-all.description':\n 'Override the default 30% sampling rate to capture all traces. Requires page reload to take effect.',\n 'settings.tracing-panel.label': 'Open tracing panel.',\n 'settings.tracing-panel.description': 'Open the tracing dashboard to inspect captured spans.',\n 'settings.repair.label': 'Run repair tool.',\n 'settings.repair.description': 'Attempt to detect and fix inconsistencies in local data storage.',\n 'settings.download-diagnostics.label': 'Download diagnostics.',\n 'settings.download-diagnostics.description':\n 'Export a JSON file containing client diagnostics for troubleshooting.',\n 'settings.download-logs.label': 'Download log buffer.',\n 'settings.download-logs.description': 'Export the in-memory log buffer as an NDJSON file.',\n 'settings.uploaded.message': 'Settings uploaded.',\n 'settings.uploaded.description': 'URL copied to clipboard.',\n 'settings.choose-storage-adaptor.label': 'Storage adaptor (worker reload required).',\n 'settings.choose-storage-adaptor.description':\n 'Select the browser storage backend. Changing this requires a worker reload and may make existing data unavailable.',\n 'settings.repair-success.message': 'Repair succeeded',\n 'settings.repair-failed.message': 'Repair failed',\n\n 'settings.storage-adaptor.idb.label': 'IndexedDB',\n 'settings.storage-adaptor.opfs.label': 'OPFS',\n 'settings.storage-adapter.changed-alert.message':\n 'Warning: Swapping the storage adapter will make your data unavailable.',\n\n 'settings.data-store.label': 'Data Store',\n\n 'reset-data.label': 'Reset data (ERASES ALL DATA)',\n 'open-debug-panel.label': 'Show Debug',\n 'client.label': 'Client',\n 'config.label': 'Config',\n 'storage.label': 'Storage',\n 'logs.label': 'Logs',\n 'diagnostics.label': 'Diagnostics',\n 'tracing.label': 'Tracing',\n 'halo.label': 'HALO',\n 'identity.label': 'Identity',\n 'devices.label': 'Devices',\n 'keyring.label': 'Keyring',\n 'credentials.label': 'Credentials',\n 'echo.label': 'ECHO',\n 'spaces.label': 'Spaces',\n 'space.label': 'Space',\n 'feeds.label': 'Feeds',\n 'objects.label': 'Objects',\n 'schema.label': 'Schema',\n 'registry.label': 'Registry',\n 'automerge.label': 'Automerge',\n 'queues.label': 'Queues',\n 'members.label': 'Members',\n 'metadata.label': 'Metadata',\n 'mesh.label': 'MESH',\n 'signal.label': 'Signal',\n 'swarm.label': 'Swarm',\n 'network.label': 'Network',\n 'agent.label': 'Agent',\n 'dashboard.label': 'Dashboard',\n 'search.label': 'Search',\n 'edge.label': 'EDGE',\n 'workflows.label': 'Workflows',\n 'traces.label': 'Traces',\n 'testing.label': 'Testing',\n // GitHub (deck-companion--github surface).\n 'github-loading.message': 'Loading…',\n 'github-unavailable.message': 'GitHub feed unavailable.',\n 'recent-prs.label_one': '{{count}} recent PR',\n 'recent-prs.label_other': '{{count}} recent PRs',\n 'view-on-github.button': 'View on GitHub',\n },\n },\n },\n] as const satisfies Resource[];\n"],
|
|
5
|
+
"mappings": ";;;AAKA,SAASA,gBAAgBC,8BAA8B;AAEvD,SAASC,YAAY;AAEd,IAAMF,eAAe;KACvBC;EACH;IACE,SAAS;MACP,CAACC,KAAKC,EAAE,GAAG;QACT,eAAe;QACf,kBAAkB;QAClB,uBAAuB;QACvB,kBAAkB;QAClB,2BAA2B;QAC3B,uBAAuB;QACvB,eAAe;QACf,0BAA0B;QAC1B,yBAAyB;QACzB,8BAA8B;QAE9B,4BAA4B;QAC5B,kCAAkC;QAClC,4BAA4B;QAC5B,kCACE;QACF,gCAAgC;QAChC,sCAAsC;QACtC,yBAAyB;QACzB,+BAA+B;QAC/B,uCAAuC;QACvC,6CACE;QACF,gCAAgC;QAChC,sCAAsC;QACtC,6BAA6B;QAC7B,iCAAiC;QACjC,yCAAyC;QACzC,+CACE;QACF,mCAAmC;QACnC,kCAAkC;QAElC,sCAAsC;QACtC,uCAAuC;QACvC,kDACE;QAEF,6BAA6B;QAE7B,oBAAoB;QACpB,0BAA0B;QAC1B,gBAAgB;QAChB,gBAAgB;QAChB,iBAAiB;QACjB,cAAc;QACd,qBAAqB;QACrB,iBAAiB;QACjB,cAAc;QACd,kBAAkB;QAClB,iBAAiB;QACjB,iBAAiB;QACjB,qBAAqB;QACrB,cAAc;QACd,gBAAgB;QAChB,eAAe;QACf,eAAe;QACf,iBAAiB;QACjB,gBAAgB;QAChB,kBAAkB;QAClB,mBAAmB;QACnB,gBAAgB;QAChB,iBAAiB;QACjB,kBAAkB;QAClB,cAAc;QACd,gBAAgB;QAChB,eAAe;QACf,iBAAiB;QACjB,eAAe;QACf,mBAAmB;QACnB,gBAAgB;QAChB,cAAc;QACd,mBAAmB;QACnB,gBAAgB;QAChB,iBAAiB;;QAEjB,0BAA0B;QAC1B,8BAA8B;QAC9B,wBAAwB;QACxB,0BAA0B;QAC1B,yBAAyB;MAC3B;IACF;EACF;;",
|
|
6
6
|
"names": ["translations", "introspectTranslations", "meta", "id"]
|
|
7
7
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DebugPlugin.d.ts","sourceRoot":"","sources":["../../../src/DebugPlugin.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAgC,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAO3E,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,QAAQ,CAAC;
|
|
1
|
+
{"version":3,"file":"DebugPlugin.d.ts","sourceRoot":"","sources":["../../../src/DebugPlugin.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAgC,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAO3E,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,QAAQ,CAAC;AAOjD,eAAO,MAAM,WAAW,0CAmBvB,CAAC;eAkBa,WAAW"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DebugPlugin.workerd.d.ts","sourceRoot":"","sources":["../../../src/DebugPlugin.workerd.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAG7C,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,QAAQ,CAAC;AAEjD,eAAO,MAAM,WAAW,0CAA4D,CAAC;eAEtE,WAAW"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"react-surface.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/react-surface.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"react-surface.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/react-surface.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAIxC,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAgC/D,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,qBAAqB,CAAC;AA0CvD,KAAK,mBAAmB,GAAG;IACzB,QAAQ,CAAC,EAAE,WAAW,CAAC;CACxB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DebugSettings.d.ts","sourceRoot":"","sources":["../../../../../src/components/DebugSettings/DebugSettings.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAoD,MAAM,OAAO,CAAC;AAEzE,OAAO,EAAE,eAAe,EAAoB,MAAM,mBAAmB,CAAC;AACtE,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAGvD,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAQvD,OAAO,EAAE,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAYvC,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,oBAAoB,CAC9D,QAAQ,CAAC,QAAQ,EACjB;IACE,QAAQ,EAAE,WAAW,CAAC;IACtB,QAAQ,CAAC,EAAE,eAAe,CAAC,YAAY,CAAC;CACzC,CACF,CAAC;AAEF,eAAO,MAAM,aAAa,uDAAwD,kBAAkB,
|
|
1
|
+
{"version":3,"file":"DebugSettings.d.ts","sourceRoot":"","sources":["../../../../../src/components/DebugSettings/DebugSettings.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAoD,MAAM,OAAO,CAAC;AAEzE,OAAO,EAAE,eAAe,EAAoB,MAAM,mBAAmB,CAAC;AACtE,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAGvD,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAQvD,OAAO,EAAE,KAAK,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAYvC,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,oBAAoB,CAC9D,QAAQ,CAAC,QAAQ,EACjB;IACE,QAAQ,EAAE,WAAW,CAAC;IACtB,QAAQ,CAAC,EAAE,eAAe,CAAC,YAAY,CAAC;CACzC,CACF,CAAC;AAEF,eAAO,MAAM,aAAa,uDAAwD,kBAAkB,sBAmNnG,CAAC"}
|
|
@@ -32,7 +32,7 @@ declare const meta: {
|
|
|
32
32
|
readonly 'debug.label': 'Debug';
|
|
33
33
|
readonly 'generate-objects.label': 'Generate Objects';
|
|
34
34
|
readonly 'debug-app-graph.label': 'App Graph';
|
|
35
|
-
readonly 'debug-tools-explorer.label': '
|
|
35
|
+
readonly 'debug-tools-explorer.label': 'SDK Explorer';
|
|
36
36
|
readonly 'settings.wireframe.label': 'Show wireframes.';
|
|
37
37
|
readonly 'settings.wireframe.description': 'Overlay wireframe outlines on UI components for debugging layout.';
|
|
38
38
|
readonly 'settings.trace-all.label': 'Trace all requests (100% sampling).';
|
|
@@ -55,6 +55,7 @@ declare const meta: {
|
|
|
55
55
|
readonly 'settings.storage-adaptor.opfs.label': 'OPFS';
|
|
56
56
|
readonly 'settings.storage-adapter.changed-alert.message': 'Warning: Swapping the storage adapter will make your data unavailable.';
|
|
57
57
|
readonly 'settings.data-store.label': 'Data Store';
|
|
58
|
+
readonly 'reset-data.label': 'Reset data (ERASES ALL DATA)';
|
|
58
59
|
readonly 'open-debug-panel.label': 'Show Debug';
|
|
59
60
|
readonly 'client.label': 'Client';
|
|
60
61
|
readonly 'config.label': 'Config';
|
|
@@ -73,6 +74,7 @@ declare const meta: {
|
|
|
73
74
|
readonly 'feeds.label': 'Feeds';
|
|
74
75
|
readonly 'objects.label': 'Objects';
|
|
75
76
|
readonly 'schema.label': 'Schema';
|
|
77
|
+
readonly 'registry.label': 'Registry';
|
|
76
78
|
readonly 'automerge.label': 'Automerge';
|
|
77
79
|
readonly 'queues.label': 'Queues';
|
|
78
80
|
readonly 'members.label': 'Members';
|
|
@@ -88,6 +90,11 @@ declare const meta: {
|
|
|
88
90
|
readonly 'workflows.label': 'Workflows';
|
|
89
91
|
readonly 'traces.label': 'Traces';
|
|
90
92
|
readonly 'testing.label': 'Testing';
|
|
93
|
+
readonly 'github-loading.message': 'Loading\u2026';
|
|
94
|
+
readonly 'github-unavailable.message': 'GitHub feed unavailable.';
|
|
95
|
+
readonly 'recent-prs.label_one': '{{count}} recent PR';
|
|
96
|
+
readonly 'recent-prs.label_other': '{{count}} recent PRs';
|
|
97
|
+
readonly 'view-on-github.button': 'View on GitHub';
|
|
91
98
|
};
|
|
92
99
|
};
|
|
93
100
|
}];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DebugSettings.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/DebugSettings/DebugSettings.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AASjE,QAAA,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"DebugSettings.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/DebugSettings/DebugSettings.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AASjE,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAS4B,CAAC;eAExB,IAAI;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAOrB,CAAC"}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { type Type } from '@dxos/echo';
|
|
1
|
+
import { Type } from '@dxos/echo';
|
|
3
2
|
import { OperationInvoker } from '@dxos/operation';
|
|
4
3
|
import { type Client } from '@dxos/react-client';
|
|
5
4
|
import { type Space } from '@dxos/react-client/echo';
|
|
6
5
|
export type ObjectGenerator<T> = (space: Space, n: number, cb?: (objects: T[]) => void) => Promise<T[]>;
|
|
7
|
-
export declare const createGenerator: <S extends Type.AnyObj>(client: Client, invokePromise: OperationInvoker.OperationInvoker['invokePromise'], schema: S) => ObjectGenerator<
|
|
6
|
+
export declare const createGenerator: <S extends Type.AnyObj>(client: Client, invokePromise: OperationInvoker.OperationInvoker['invokePromise'], schema: S) => ObjectGenerator<Type.InstanceType<S>>;
|
|
8
7
|
export declare const staticGenerators: Map<string, ObjectGenerator<any>>;
|
|
9
8
|
//# sourceMappingURL=ObjectGenerator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObjectGenerator.d.ts","sourceRoot":"","sources":["../../../../../src/components/SpaceGenerator/ObjectGenerator.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ObjectGenerator.d.ts","sourceRoot":"","sources":["../../../../../src/components/SpaceGenerator/ObjectGenerator.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAoB,IAAI,EAAQ,MAAM,YAAY,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAMnD,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,oBAAoB,CAAC;AACjD,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,yBAAyB,CAAC;AAWrD,MAAM,MAAM,eAAe,CAAC,CAAC,IAAI,CAAC,KAAK,EAAE,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE,EAAE,CAAC,EAAE,CAAC,OAAO,EAAE,CAAC,EAAE,KAAK,IAAI,KAAK,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;AAExG,eAAO,MAAM,eAAe,GAAI,CAAC,SAAS,IAAI,CAAC,MAAM,UAC3C,MAAM,iBACC,gBAAgB,CAAC,gBAAgB,CAAC,eAAe,CAAC,UACzD,CAAC,KACR,eAAe,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,CAqBtC,CAAC;AAEF,eAAO,MAAM,gBAAgB,mCA8F3B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"presets.d.ts","sourceRoot":"","sources":["../../../../../src/components/SpaceGenerator/presets.ts"],"names":[],"mappings":"
|
|
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;IACpB,OAAO,EAAgD,GAAG,EAAE;IAC5D,KAAK;;;IACL,KAAK,EAsnBA,CAAC,UAAU,EAAE,eAAe,CAAC,GAAG,CAAC,CAAC,EAAE;CACzC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DebugStatus.d.ts","sourceRoot":"","sources":["../../../../../src/containers/DebugStatus/DebugStatus.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAsC,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"DebugStatus.d.ts","sourceRoot":"","sources":["../../../../../src/containers/DebugStatus/DebugStatus.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAuM3D,eAAO,MAAM,WAAW,yBAQvB,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React, { type ReactNode } from 'react';
|
|
2
|
+
export type GithubComponentRootProps = {
|
|
3
|
+
/** `<owner>/<name>`. Defaults to `dxos/dxos`. */
|
|
4
|
+
repo?: string;
|
|
5
|
+
/** Maximum number of merged PRs to fetch. */
|
|
6
|
+
limit?: number;
|
|
7
|
+
children?: ReactNode;
|
|
8
|
+
};
|
|
9
|
+
export declare const GithubComponent: {
|
|
10
|
+
Root: ({ repo, limit, children }: GithubComponentRootProps) => React.JSX.Element;
|
|
11
|
+
Header: () => React.JSX.Element;
|
|
12
|
+
Content: () => React.JSX.Element;
|
|
13
|
+
StatusBar: () => React.JSX.Element;
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=GithubComponent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GithubComponent.d.ts","sourceRoot":"","sources":["../../../../../src/containers/GithubPanel/GithubComponent.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,EAAE,KAAK,SAAS,EAAkD,MAAM,OAAO,CAAC;AAuC9F,MAAM,MAAM,wBAAwB,GAAG;IACrC,iDAAiD;IACjD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,6CAA6C;IAC7C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAyIF,eAAO,MAAM,eAAe;sCAvI4C,wBAAwB;;;;CA4I/F,CAAC"}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
import { type StoryObj } from '@storybook/react-vite';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: () => React.JSX.Element;
|
|
6
|
+
decorators: import("@storybook/react").Decorator[];
|
|
7
|
+
parameters: {
|
|
8
|
+
layout: string;
|
|
9
|
+
translations: [{
|
|
10
|
+
readonly 'en-US': {
|
|
11
|
+
readonly "@dxos/react-ui-introspect": {
|
|
12
|
+
readonly 'run-tool.label': 'Run tool';
|
|
13
|
+
readonly 'tools.label': 'MCP tools';
|
|
14
|
+
readonly 'calling-tool.message': 'Calling tool\u2026';
|
|
15
|
+
readonly 'no-result.message': 'No results.';
|
|
16
|
+
readonly 'no-displayable-fields.message': '(no displayable fields)';
|
|
17
|
+
readonly 'no-matching-rows.message': 'No matching rows.';
|
|
18
|
+
readonly 'tool-result.label': 'Tool result';
|
|
19
|
+
readonly 'filter-results.placeholder': 'Filter results\u2026';
|
|
20
|
+
readonly 'connection-failed.title': 'MCP Server connection failed';
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
}, {
|
|
24
|
+
readonly 'en-US': {
|
|
25
|
+
readonly [x: string]: {
|
|
26
|
+
readonly 'plugin.name': 'Debug';
|
|
27
|
+
readonly 'settings.title': 'Debug settings';
|
|
28
|
+
readonly 'open-devtools.label': 'Open DevTools';
|
|
29
|
+
readonly 'devtools.label': 'DevTools';
|
|
30
|
+
readonly 'devtools-overview.label': 'Stats';
|
|
31
|
+
readonly 'space-objects.label': 'Database';
|
|
32
|
+
readonly 'debug.label': 'Debug';
|
|
33
|
+
readonly 'generate-objects.label': 'Generate Objects';
|
|
34
|
+
readonly 'debug-app-graph.label': 'App Graph';
|
|
35
|
+
readonly 'debug-tools-explorer.label': 'SDK Explorer';
|
|
36
|
+
readonly 'settings.wireframe.label': 'Show wireframes.';
|
|
37
|
+
readonly 'settings.wireframe.description': 'Overlay wireframe outlines on UI components for debugging layout.';
|
|
38
|
+
readonly 'settings.trace-all.label': 'Trace all requests (100% sampling).';
|
|
39
|
+
readonly 'settings.trace-all.description': 'Override the default 30% sampling rate to capture all traces. Requires page reload to take effect.';
|
|
40
|
+
readonly 'settings.tracing-panel.label': 'Open tracing panel.';
|
|
41
|
+
readonly 'settings.tracing-panel.description': 'Open the tracing dashboard to inspect captured spans.';
|
|
42
|
+
readonly 'settings.repair.label': 'Run repair tool.';
|
|
43
|
+
readonly 'settings.repair.description': 'Attempt to detect and fix inconsistencies in local data storage.';
|
|
44
|
+
readonly 'settings.download-diagnostics.label': 'Download diagnostics.';
|
|
45
|
+
readonly 'settings.download-diagnostics.description': 'Export a JSON file containing client diagnostics for troubleshooting.';
|
|
46
|
+
readonly 'settings.download-logs.label': 'Download log buffer.';
|
|
47
|
+
readonly 'settings.download-logs.description': 'Export the in-memory log buffer as an NDJSON file.';
|
|
48
|
+
readonly 'settings.uploaded.message': 'Settings uploaded.';
|
|
49
|
+
readonly 'settings.uploaded.description': 'URL copied to clipboard.';
|
|
50
|
+
readonly 'settings.choose-storage-adaptor.label': 'Storage adaptor (worker reload required).';
|
|
51
|
+
readonly 'settings.choose-storage-adaptor.description': 'Select the browser storage backend. Changing this requires a worker reload and may make existing data unavailable.';
|
|
52
|
+
readonly 'settings.repair-success.message': 'Repair succeeded';
|
|
53
|
+
readonly 'settings.repair-failed.message': 'Repair failed';
|
|
54
|
+
readonly 'settings.storage-adaptor.idb.label': 'IndexedDB';
|
|
55
|
+
readonly 'settings.storage-adaptor.opfs.label': 'OPFS';
|
|
56
|
+
readonly 'settings.storage-adapter.changed-alert.message': 'Warning: Swapping the storage adapter will make your data unavailable.';
|
|
57
|
+
readonly 'settings.data-store.label': 'Data Store';
|
|
58
|
+
readonly 'reset-data.label': 'Reset data (ERASES ALL DATA)';
|
|
59
|
+
readonly 'open-debug-panel.label': 'Show Debug';
|
|
60
|
+
readonly 'client.label': 'Client';
|
|
61
|
+
readonly 'config.label': 'Config';
|
|
62
|
+
readonly 'storage.label': 'Storage';
|
|
63
|
+
readonly 'logs.label': 'Logs';
|
|
64
|
+
readonly 'diagnostics.label': 'Diagnostics';
|
|
65
|
+
readonly 'tracing.label': 'Tracing';
|
|
66
|
+
readonly 'halo.label': 'HALO';
|
|
67
|
+
readonly 'identity.label': 'Identity';
|
|
68
|
+
readonly 'devices.label': 'Devices';
|
|
69
|
+
readonly 'keyring.label': 'Keyring';
|
|
70
|
+
readonly 'credentials.label': 'Credentials';
|
|
71
|
+
readonly 'echo.label': 'ECHO';
|
|
72
|
+
readonly 'spaces.label': 'Spaces';
|
|
73
|
+
readonly 'space.label': 'Space';
|
|
74
|
+
readonly 'feeds.label': 'Feeds';
|
|
75
|
+
readonly 'objects.label': 'Objects';
|
|
76
|
+
readonly 'schema.label': 'Schema';
|
|
77
|
+
readonly 'registry.label': 'Registry';
|
|
78
|
+
readonly 'automerge.label': 'Automerge';
|
|
79
|
+
readonly 'queues.label': 'Queues';
|
|
80
|
+
readonly 'members.label': 'Members';
|
|
81
|
+
readonly 'metadata.label': 'Metadata';
|
|
82
|
+
readonly 'mesh.label': 'MESH';
|
|
83
|
+
readonly 'signal.label': 'Signal';
|
|
84
|
+
readonly 'swarm.label': 'Swarm';
|
|
85
|
+
readonly 'network.label': 'Network';
|
|
86
|
+
readonly 'agent.label': 'Agent';
|
|
87
|
+
readonly 'dashboard.label': 'Dashboard';
|
|
88
|
+
readonly 'search.label': 'Search';
|
|
89
|
+
readonly 'edge.label': 'EDGE';
|
|
90
|
+
readonly 'workflows.label': 'Workflows';
|
|
91
|
+
readonly 'traces.label': 'Traces';
|
|
92
|
+
readonly 'testing.label': 'Testing';
|
|
93
|
+
readonly 'github-loading.message': 'Loading\u2026';
|
|
94
|
+
readonly 'github-unavailable.message': 'GitHub feed unavailable.';
|
|
95
|
+
readonly 'recent-prs.label_one': '{{count}} recent PR';
|
|
96
|
+
readonly 'recent-prs.label_other': '{{count}} recent PRs';
|
|
97
|
+
readonly 'view-on-github.button': 'View on GitHub';
|
|
98
|
+
};
|
|
99
|
+
};
|
|
100
|
+
}];
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
export default meta;
|
|
104
|
+
type Story = StoryObj<typeof meta>;
|
|
105
|
+
export declare const Default: Story;
|
|
106
|
+
//# sourceMappingURL=GithubComponent.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GithubComponent.stories.d.ts","sourceRoot":"","sources":["../../../../../src/containers/GithubPanel/GithubComponent.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,KAAK,MAAM,OAAO,CAAC;AAkB1B,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQ2B,CAAC;eAEvB,IAAI;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GithubPanel.d.ts","sourceRoot":"","sources":["../../../../../src/containers/GithubPanel/GithubPanel.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,eAAO,MAAM,WAAW,yBAQvB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/containers/GithubPanel/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,WAAW,IAAI,OAAO,EAAE,MAAM,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RegistryPanel.d.ts","sourceRoot":"","sources":["../../../../../src/containers/RegistryPanel/RegistryPanel.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAoD,MAAM,OAAO,CAAC;AAkFzE,eAAO,MAAM,aAAa,yBA+DzB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/containers/RegistryPanel/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,IAAI,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
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,
|
|
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,EAAQ,MAAM,YAAY,CAAC;AAK/C,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,yBAAyB,CAAC;AAYrD,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;;2HAgG1B,CAAC"}
|
|
@@ -6,4 +6,6 @@ export declare const DevtoolsOverviewContainer: ComponentType<any>;
|
|
|
6
6
|
export declare const SpaceGenerator: ComponentType<any>;
|
|
7
7
|
export declare const Wireframe: ComponentType<any>;
|
|
8
8
|
export declare const DebugSpaceObjectsPanel: ComponentType<any>;
|
|
9
|
+
export declare const GithubPanel: ComponentType<any>;
|
|
10
|
+
export declare const RegistryPanel: ComponentType<any>;
|
|
9
11
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +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,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"}
|
|
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,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;AACzG,eAAO,MAAM,WAAW,EAAE,aAAa,CAAC,GAAG,CAAuC,CAAC;AACnF,eAAO,MAAM,aAAa,EAAE,aAAa,CAAC,GAAG,CAAyC,CAAC"}
|
package/dist/types/src/meta.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.d.ts","sourceRoot":"","sources":["../../../src/meta.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"meta.d.ts","sourceRoot":"","sources":["../../../src/meta.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAI7C,eAAO,MAAM,IAAI,aA6Bf,CAAC"}
|
|
@@ -24,7 +24,7 @@ export declare const translations: [{
|
|
|
24
24
|
readonly 'debug.label': 'Debug';
|
|
25
25
|
readonly 'generate-objects.label': 'Generate Objects';
|
|
26
26
|
readonly 'debug-app-graph.label': 'App Graph';
|
|
27
|
-
readonly 'debug-tools-explorer.label': '
|
|
27
|
+
readonly 'debug-tools-explorer.label': 'SDK Explorer';
|
|
28
28
|
readonly 'settings.wireframe.label': 'Show wireframes.';
|
|
29
29
|
readonly 'settings.wireframe.description': 'Overlay wireframe outlines on UI components for debugging layout.';
|
|
30
30
|
readonly 'settings.trace-all.label': 'Trace all requests (100% sampling).';
|
|
@@ -47,6 +47,7 @@ export declare const translations: [{
|
|
|
47
47
|
readonly 'settings.storage-adaptor.opfs.label': 'OPFS';
|
|
48
48
|
readonly 'settings.storage-adapter.changed-alert.message': 'Warning: Swapping the storage adapter will make your data unavailable.';
|
|
49
49
|
readonly 'settings.data-store.label': 'Data Store';
|
|
50
|
+
readonly 'reset-data.label': 'Reset data (ERASES ALL DATA)';
|
|
50
51
|
readonly 'open-debug-panel.label': 'Show Debug';
|
|
51
52
|
readonly 'client.label': 'Client';
|
|
52
53
|
readonly 'config.label': 'Config';
|
|
@@ -65,6 +66,7 @@ export declare const translations: [{
|
|
|
65
66
|
readonly 'feeds.label': 'Feeds';
|
|
66
67
|
readonly 'objects.label': 'Objects';
|
|
67
68
|
readonly 'schema.label': 'Schema';
|
|
69
|
+
readonly 'registry.label': 'Registry';
|
|
68
70
|
readonly 'automerge.label': 'Automerge';
|
|
69
71
|
readonly 'queues.label': 'Queues';
|
|
70
72
|
readonly 'members.label': 'Members';
|
|
@@ -80,6 +82,11 @@ export declare const translations: [{
|
|
|
80
82
|
readonly 'workflows.label': 'Workflows';
|
|
81
83
|
readonly 'traces.label': 'Traces';
|
|
82
84
|
readonly 'testing.label': 'Testing';
|
|
85
|
+
readonly 'github-loading.message': 'Loading\u2026';
|
|
86
|
+
readonly 'github-unavailable.message': 'GitHub feed unavailable.';
|
|
87
|
+
readonly 'recent-prs.label_one': '{{count}} recent PR';
|
|
88
|
+
readonly 'recent-prs.label_other': '{{count}} recent PRs';
|
|
89
|
+
readonly 'view-on-github.button': 'View on GitHub';
|
|
83
90
|
};
|
|
84
91
|
};
|
|
85
92
|
}];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../src/translations.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;oCAKF,OAAO;uCACJ,gBAAgB;4CACX,eAAe;uCACpB,UAAU;gDACD,OAAO;4CACX,UAAU;oCAClB,OAAO;+CACI,kBAAkB;8CACnB,WAAW;mDACN,
|
|
1
|
+
{"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../src/translations.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;oCAKF,OAAO;uCACJ,gBAAgB;4CACX,eAAe;uCACpB,UAAU;gDACD,OAAO;4CACX,UAAU;oCAClB,OAAO;+CACI,kBAAkB;8CACnB,WAAW;mDACN,cAAc;iDAEhB,kBAAkB;uDACZ,mEAAmE;iDACzE,qCAAqC;uDAE/D,oGAAoG;qDACtE,qBAAqB;2DACf,uDAAuD;8CACpE,kBAAkB;oDACZ,kEAAkE;4DAC1D,uBAAuB;kEAE5D,uEAAuE;qDACzC,sBAAsB;2DAChB,oDAAoD;kDAC7D,oBAAoB;sDAChB,0BAA0B;8DAClB,2CAA2C;oEAElF,oHAAoH;wDACnF,kBAAkB;uDACnB,eAAe;2DAEX,WAAW;4DACV,MAAM;uEAE3C,wEAAwE;kDAE7C,YAAY;yCAErB,8BAA8B;+CACxB,YAAY;qCACtB,QAAQ;qCACR,QAAQ;sCACP,SAAS;mCACZ,MAAM;0CACC,aAAa;sCACjB,SAAS;mCACZ,MAAM;uCACF,UAAU;sCACX,SAAS;sCACT,SAAS;0CACL,aAAa;mCACpB,MAAM;qCACJ,QAAQ;oCACT,OAAO;oCACP,OAAO;sCACL,SAAS;qCACV,QAAQ;uCACN,UAAU;wCACT,WAAW;qCACd,QAAQ;sCACP,SAAS;uCACR,UAAU;mCACd,MAAM;qCACJ,QAAQ;oCACT,OAAO;sCACL,SAAS;oCACX,OAAO;wCACH,WAAW;qCACd,QAAQ;mCACV,MAAM;wCACD,WAAW;qCACd,QAAQ;sCACP,SAAS;+CAEA,eAAU;mDACN,0BAA0B;6CAChC,qBAAqB;+CACnB,sBAAsB;8CACvB,gBAAgB;;;EAIlB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,yBAAyB,CAAC;AACpD,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;AAC/D,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAIvD,OAAO,KAAK,QAAQ,MAAM,YAAY,CAAC;AAEvC,OAAO,KAAK,QAAQ,MAAM,YAAY,CAAC;AAEvC,MAAM,MAAM,kBAAkB,GAAG;IAC/B,sEAAsE;IACtE,QAAQ,CAAC,EAAE,WAAW,CAAC;CACxB,CAAC;AAEF,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,yBAAiB,iBAAiB,CAAC,CAAC;IAC3B,MAAM,QAAQ,8EAAsF,CAAC;CAC7G;AAED,yBAAiB,QAAQ,CAAC,CAAC;IAClB,MAAM,EAAE,QAAwB,CAAC;IAEjC,MAAM,aAAa,QAAkC,CAAC;IAE7D,UAAiB,MAAM,CAAC,CAAC;QAChB,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;KAChE;IAED,UAAiB,IAAI,CAAC,CAAC;QACd,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,CAAC;QACd,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,CAAC;QACd,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,CAAC;QACf,MAAM,EAAE,QAAyB,CAAC;QAClC,MAAM,SAAS,QAAmC,CAAC;QACnD,MAAM,MAAM,QAAgC,CAAC;KACrD;IAED,UAAiB,IAAI,CAAC,CAAC;QACd,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
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,yBAAyB,CAAC;AACpD,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;AAC/D,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAIvD,OAAO,KAAK,QAAQ,MAAM,YAAY,CAAC;AAEvC,OAAO,KAAK,QAAQ,MAAM,YAAY,CAAC;AAEvC,MAAM,MAAM,kBAAkB,GAAG;IAC/B,sEAAsE;IACtE,QAAQ,CAAC,EAAE,WAAW,CAAC;CACxB,CAAC;AAEF,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,yBAAiB,iBAAiB,CAAC,CAAC;IAC3B,MAAM,QAAQ,8EAAsF,CAAC;CAC7G;AAED,yBAAiB,QAAQ,CAAC,CAAC;IAClB,MAAM,EAAE,QAAwB,CAAC;IAEjC,MAAM,aAAa,QAAkC,CAAC;IAE7D,UAAiB,MAAM,CAAC,CAAC;QAChB,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;KAChE;IAED,UAAiB,IAAI,CAAC,CAAC;QACd,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,CAAC;QACd,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,QAAQ,QAAiC,CAAC;QAChD,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,CAAC;QACd,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,CAAC;QACf,MAAM,EAAE,QAAyB,CAAC;QAClC,MAAM,SAAS,QAAmC,CAAC;QACnD,MAAM,MAAM,QAAgC,CAAC;KACrD;IAED,UAAiB,IAAI,CAAC,CAAC;QACd,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"}
|