@dxos/plugin-client 0.8.3 → 0.8.4-main.1068cf700f
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/dist/lib/browser/app-graph-builder-DTETNB5U.mjs +119 -0
- package/dist/lib/browser/app-graph-builder-DTETNB5U.mjs.map +7 -0
- package/dist/lib/browser/chunk-4BZGRIFS.mjs +293 -0
- package/dist/lib/browser/chunk-4BZGRIFS.mjs.map +7 -0
- package/dist/lib/browser/chunk-G7C3S2BE.mjs +15 -0
- package/dist/lib/browser/chunk-G7C3S2BE.mjs.map +7 -0
- package/dist/lib/browser/chunk-MY6BJCB6.mjs +18 -0
- package/dist/lib/browser/chunk-MY6BJCB6.mjs.map +7 -0
- package/dist/lib/browser/cli/index.mjs +1049 -0
- package/dist/lib/browser/cli/index.mjs.map +7 -0
- package/dist/lib/browser/client-XOQQ5POJ.mjs +86 -0
- package/dist/lib/browser/client-XOQQ5POJ.mjs.map +7 -0
- package/dist/lib/browser/index.mjs +81 -86
- package/dist/lib/browser/index.mjs.map +4 -4
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/migrations-YNQ7L5GT.mjs +24 -0
- package/dist/lib/browser/migrations-YNQ7L5GT.mjs.map +7 -0
- package/dist/lib/browser/operation-resolver-N4YCJ4KS.mjs +299 -0
- package/dist/lib/browser/operation-resolver-N4YCJ4KS.mjs.map +7 -0
- package/dist/lib/browser/react-context-FDXHIBZL.mjs +24 -0
- package/dist/lib/browser/react-context-FDXHIBZL.mjs.map +7 -0
- package/dist/lib/browser/react-surface-ZP3FLVRS.mjs +676 -0
- package/dist/lib/browser/react-surface-ZP3FLVRS.mjs.map +7 -0
- package/dist/lib/browser/schema-defs-AYXOYD2M.mjs +27 -0
- package/dist/lib/browser/schema-defs-AYXOYD2M.mjs.map +7 -0
- package/dist/lib/browser/types/index.mjs +15 -0
- package/dist/lib/node-esm/app-graph-builder-PFKVFRXI.mjs +120 -0
- package/dist/lib/node-esm/app-graph-builder-PFKVFRXI.mjs.map +7 -0
- package/dist/lib/node-esm/chunk-JAF64TFQ.mjs +295 -0
- package/dist/lib/node-esm/chunk-JAF64TFQ.mjs.map +7 -0
- package/dist/lib/node-esm/chunk-MUOMX53G.mjs +20 -0
- package/dist/lib/node-esm/chunk-MUOMX53G.mjs.map +7 -0
- package/dist/lib/node-esm/chunk-PRAFFO54.mjs +16 -0
- package/dist/lib/node-esm/chunk-PRAFFO54.mjs.map +7 -0
- package/dist/lib/node-esm/cli/index.mjs +1050 -0
- package/dist/lib/node-esm/cli/index.mjs.map +7 -0
- package/dist/lib/node-esm/client-3YIMWKR7.mjs +87 -0
- package/dist/lib/node-esm/client-3YIMWKR7.mjs.map +7 -0
- package/dist/lib/node-esm/index.mjs +81 -86
- package/dist/lib/node-esm/index.mjs.map +4 -4
- package/dist/lib/node-esm/meta.json +1 -1
- package/dist/lib/node-esm/migrations-ZH5GNG4U.mjs +25 -0
- package/dist/lib/node-esm/migrations-ZH5GNG4U.mjs.map +7 -0
- package/dist/lib/node-esm/operation-resolver-CHGWI5P2.mjs +300 -0
- package/dist/lib/node-esm/operation-resolver-CHGWI5P2.mjs.map +7 -0
- package/dist/lib/node-esm/react-context-7Z2TVUTV.mjs +25 -0
- package/dist/lib/node-esm/react-context-7Z2TVUTV.mjs.map +7 -0
- package/dist/lib/node-esm/react-surface-BHJMHIMH.mjs +677 -0
- package/dist/lib/node-esm/react-surface-BHJMHIMH.mjs.map +7 -0
- package/dist/lib/node-esm/schema-defs-TV2SCKSH.mjs +28 -0
- package/dist/lib/node-esm/schema-defs-TV2SCKSH.mjs.map +7 -0
- package/dist/lib/node-esm/types/index.mjs +16 -0
- package/dist/types/src/ClientPlugin.d.ts +2 -1
- package/dist/types/src/ClientPlugin.d.ts.map +1 -1
- package/dist/types/src/capabilities/app-graph-builder/app-graph-builder.d.ts +6 -0
- package/dist/types/src/capabilities/app-graph-builder/app-graph-builder.d.ts.map +1 -0
- package/dist/types/src/capabilities/app-graph-builder/index.d.ts +3 -0
- package/dist/types/src/capabilities/app-graph-builder/index.d.ts.map +1 -0
- package/dist/types/src/capabilities/client/client.d.ts +8 -0
- package/dist/types/src/capabilities/client/client.d.ts.map +1 -0
- package/dist/types/src/capabilities/client/index.d.ts +18 -0
- package/dist/types/src/capabilities/client/index.d.ts.map +1 -0
- package/dist/types/src/capabilities/index.d.ts +7 -19
- package/dist/types/src/capabilities/index.d.ts.map +1 -1
- package/dist/types/src/capabilities/migrations/index.d.ts +3 -0
- package/dist/types/src/capabilities/migrations/index.d.ts.map +1 -0
- package/dist/types/src/capabilities/migrations/migrations.d.ts +5 -0
- package/dist/types/src/capabilities/migrations/migrations.d.ts.map +1 -0
- package/dist/types/src/capabilities/operation-resolver/index.d.ts +5 -0
- package/dist/types/src/capabilities/operation-resolver/index.d.ts.map +1 -0
- package/dist/types/src/capabilities/operation-resolver/operation-resolver.d.ts +8 -0
- package/dist/types/src/capabilities/operation-resolver/operation-resolver.d.ts.map +1 -0
- package/dist/types/src/capabilities/react-context/index.d.ts +7 -0
- package/dist/types/src/capabilities/react-context/index.d.ts.map +1 -0
- package/dist/types/src/capabilities/react-context/react-context.d.ts +10 -0
- package/dist/types/src/capabilities/react-context/react-context.d.ts.map +1 -0
- package/dist/types/src/capabilities/react-surface/index.d.ts +5 -0
- package/dist/types/src/capabilities/react-surface/index.d.ts.map +1 -0
- package/dist/types/src/capabilities/react-surface/react-surface.d.ts +9 -0
- package/dist/types/src/capabilities/react-surface/react-surface.d.ts.map +1 -0
- package/dist/types/src/capabilities/schema-defs/index.d.ts +3 -0
- package/dist/types/src/capabilities/schema-defs/index.d.ts.map +1 -0
- package/dist/types/src/capabilities/schema-defs/schema-defs.d.ts +5 -0
- package/dist/types/src/capabilities/schema-defs/schema-defs.d.ts.map +1 -0
- package/dist/types/src/cli/commands/config/index.d.ts +5 -0
- package/dist/types/src/cli/commands/config/index.d.ts.map +1 -0
- package/dist/types/src/cli/commands/config/view.d.ts +5 -0
- package/dist/types/src/cli/commands/config/view.d.ts.map +1 -0
- package/dist/types/src/cli/commands/device/index.d.ts +7 -0
- package/dist/types/src/cli/commands/device/index.d.ts.map +1 -0
- package/dist/types/src/cli/commands/device/info/index.d.ts +2 -0
- package/dist/types/src/cli/commands/device/info/index.d.ts.map +1 -0
- package/dist/types/src/cli/commands/device/info/info.d.ts +7 -0
- package/dist/types/src/cli/commands/device/info/info.d.ts.map +1 -0
- package/dist/types/src/cli/commands/device/info/info.test.d.ts +2 -0
- package/dist/types/src/cli/commands/device/info/info.test.d.ts.map +1 -0
- package/dist/types/src/cli/commands/device/list/index.d.ts +2 -0
- package/dist/types/src/cli/commands/device/list/index.d.ts.map +1 -0
- package/dist/types/src/cli/commands/device/list/list.d.ts +7 -0
- package/dist/types/src/cli/commands/device/list/list.d.ts.map +1 -0
- package/dist/types/src/cli/commands/device/list/list.test.d.ts +2 -0
- package/dist/types/src/cli/commands/device/list/list.test.d.ts.map +1 -0
- package/dist/types/src/cli/commands/device/update/index.d.ts +2 -0
- package/dist/types/src/cli/commands/device/update/index.d.ts.map +1 -0
- package/dist/types/src/cli/commands/device/update/update.d.ts +11 -0
- package/dist/types/src/cli/commands/device/update/update.d.ts.map +1 -0
- package/dist/types/src/cli/commands/device/util.d.ts +16 -0
- package/dist/types/src/cli/commands/device/util.d.ts.map +1 -0
- package/dist/types/src/cli/commands/edge/index.d.ts +5 -0
- package/dist/types/src/cli/commands/edge/index.d.ts.map +1 -0
- package/dist/types/src/cli/commands/edge/status.d.ts +7 -0
- package/dist/types/src/cli/commands/edge/status.d.ts.map +1 -0
- package/dist/types/src/cli/commands/halo/create/create.d.ts +15 -0
- package/dist/types/src/cli/commands/halo/create/create.d.ts.map +1 -0
- package/dist/types/src/cli/commands/halo/create/create.test.d.ts +2 -0
- package/dist/types/src/cli/commands/halo/create/create.test.d.ts.map +1 -0
- package/dist/types/src/cli/commands/halo/create/index.d.ts +2 -0
- package/dist/types/src/cli/commands/halo/create/index.d.ts.map +1 -0
- package/dist/types/src/cli/commands/halo/credential/add/add.d.ts +13 -0
- package/dist/types/src/cli/commands/halo/credential/add/add.d.ts.map +1 -0
- package/dist/types/src/cli/commands/halo/credential/add/index.d.ts +2 -0
- package/dist/types/src/cli/commands/halo/credential/add/index.d.ts.map +1 -0
- package/dist/types/src/cli/commands/halo/credential/index.d.ts +12 -0
- package/dist/types/src/cli/commands/halo/credential/index.d.ts.map +1 -0
- package/dist/types/src/cli/commands/halo/credential/list/index.d.ts +2 -0
- package/dist/types/src/cli/commands/halo/credential/list/index.d.ts.map +1 -0
- package/dist/types/src/cli/commands/halo/credential/list/list.d.ts +19 -0
- package/dist/types/src/cli/commands/halo/credential/list/list.d.ts.map +1 -0
- package/dist/types/src/cli/commands/halo/credential/list/list.test.d.ts +2 -0
- package/dist/types/src/cli/commands/halo/credential/list/list.test.d.ts.map +1 -0
- package/dist/types/src/cli/commands/halo/identity/identity.d.ts +7 -0
- package/dist/types/src/cli/commands/halo/identity/identity.d.ts.map +1 -0
- package/dist/types/src/cli/commands/halo/identity/identity.test.d.ts +2 -0
- package/dist/types/src/cli/commands/halo/identity/identity.test.d.ts.map +1 -0
- package/dist/types/src/cli/commands/halo/identity/index.d.ts +2 -0
- package/dist/types/src/cli/commands/halo/identity/index.d.ts.map +1 -0
- package/dist/types/src/cli/commands/halo/index.d.ts +3 -0
- package/dist/types/src/cli/commands/halo/index.d.ts.map +1 -0
- package/dist/types/src/cli/commands/halo/join/index.d.ts +2 -0
- package/dist/types/src/cli/commands/halo/join/index.d.ts.map +1 -0
- package/dist/types/src/cli/commands/halo/join/join.d.ts +8 -0
- package/dist/types/src/cli/commands/halo/join/join.d.ts.map +1 -0
- package/dist/types/src/cli/commands/halo/join/join.test.d.ts +2 -0
- package/dist/types/src/cli/commands/halo/join/join.test.d.ts.map +1 -0
- package/dist/types/src/cli/commands/halo/keys/index.d.ts +2 -0
- package/dist/types/src/cli/commands/halo/keys/index.d.ts.map +1 -0
- package/dist/types/src/cli/commands/halo/keys/keys.d.ts +7 -0
- package/dist/types/src/cli/commands/halo/keys/keys.d.ts.map +1 -0
- package/dist/types/src/cli/commands/halo/keys/keys.test.d.ts +2 -0
- package/dist/types/src/cli/commands/halo/keys/keys.test.d.ts.map +1 -0
- package/dist/types/src/cli/commands/halo/recover/index.d.ts +2 -0
- package/dist/types/src/cli/commands/halo/recover/index.d.ts.map +1 -0
- package/dist/types/src/cli/commands/halo/recover/recover.d.ts +7 -0
- package/dist/types/src/cli/commands/halo/recover/recover.d.ts.map +1 -0
- package/dist/types/src/cli/commands/halo/recover/recover.test.d.ts +2 -0
- package/dist/types/src/cli/commands/halo/recover/recover.test.d.ts.map +1 -0
- package/dist/types/src/cli/commands/halo/seed/index.d.ts +2 -0
- package/dist/types/src/cli/commands/halo/seed/index.d.ts.map +1 -0
- package/dist/types/src/cli/commands/halo/seed/seed.d.ts +7 -0
- package/dist/types/src/cli/commands/halo/seed/seed.d.ts.map +1 -0
- package/dist/types/src/cli/commands/halo/share/index.d.ts +2 -0
- package/dist/types/src/cli/commands/halo/share/index.d.ts.map +1 -0
- package/dist/types/src/cli/commands/halo/share/share.d.ts +15 -0
- package/dist/types/src/cli/commands/halo/share/share.d.ts.map +1 -0
- package/dist/types/src/cli/commands/halo/update/index.d.ts +2 -0
- package/dist/types/src/cli/commands/halo/update/index.d.ts.map +1 -0
- package/dist/types/src/cli/commands/halo/update/update.d.ts +11 -0
- package/dist/types/src/cli/commands/halo/update/update.d.ts.map +1 -0
- package/dist/types/src/cli/commands/halo/update/update.test.d.ts +2 -0
- package/dist/types/src/cli/commands/halo/update/update.test.d.ts.map +1 -0
- package/dist/types/src/cli/commands/halo/util.d.ts +13 -0
- package/dist/types/src/cli/commands/halo/util.d.ts.map +1 -0
- package/dist/types/src/cli/commands/index.d.ts +6 -0
- package/dist/types/src/cli/commands/index.d.ts.map +1 -0
- package/dist/types/src/cli/commands/profile/create.d.ts +9 -0
- package/dist/types/src/cli/commands/profile/create.d.ts.map +1 -0
- package/dist/types/src/cli/commands/profile/delete.d.ts +8 -0
- package/dist/types/src/cli/commands/profile/delete.d.ts.map +1 -0
- package/dist/types/src/cli/commands/profile/import.d.ts +17 -0
- package/dist/types/src/cli/commands/profile/import.d.ts.map +1 -0
- package/dist/types/src/cli/commands/profile/index.d.ts +19 -0
- package/dist/types/src/cli/commands/profile/index.d.ts.map +1 -0
- package/dist/types/src/cli/commands/profile/inspect.d.ts +13 -0
- package/dist/types/src/cli/commands/profile/inspect.d.ts.map +1 -0
- package/dist/types/src/cli/commands/profile/list.d.ts +6 -0
- package/dist/types/src/cli/commands/profile/list.d.ts.map +1 -0
- package/dist/types/src/cli/commands/profile/reset.d.ts +8 -0
- package/dist/types/src/cli/commands/profile/reset.d.ts.map +1 -0
- package/dist/types/src/cli/commands/profile/util.d.ts +24 -0
- package/dist/types/src/cli/commands/profile/util.d.ts.map +1 -0
- package/dist/types/src/cli/index.d.ts +2 -0
- package/dist/types/src/cli/index.d.ts.map +1 -0
- package/dist/types/src/cli/plugin.d.ts +4 -0
- package/dist/types/src/cli/plugin.d.ts.map +1 -0
- package/dist/types/src/cli/testing/test-console.d.ts +37 -0
- package/dist/types/src/cli/testing/test-console.d.ts.map +1 -0
- package/dist/types/src/components/DevicesContainer.d.ts.map +1 -1
- package/dist/types/src/components/DevicesContainer.stories.d.ts +178 -5
- package/dist/types/src/components/DevicesContainer.stories.d.ts.map +1 -1
- package/dist/types/src/components/JoinDialog.d.ts +0 -1
- package/dist/types/src/components/JoinDialog.d.ts.map +1 -1
- package/dist/types/src/components/ProfileContainer.d.ts.map +1 -1
- package/dist/types/src/components/ProfileContainer.stories.d.ts +11 -5
- package/dist/types/src/components/ProfileContainer.stories.d.ts.map +1 -1
- package/dist/types/src/components/RecoveryCodeDialog.d.ts +0 -1
- package/dist/types/src/components/RecoveryCodeDialog.d.ts.map +1 -1
- package/dist/types/src/components/RecoveryCodeDialog.stories.d.ts +13 -5
- package/dist/types/src/components/RecoveryCodeDialog.stories.d.ts.map +1 -1
- package/dist/types/src/components/RecoveryCredentialsContainer.d.ts +1 -1
- package/dist/types/src/components/RecoveryCredentialsContainer.d.ts.map +1 -1
- package/dist/types/src/components/RecoveryCredentialsContainer.stories.d.ts +11 -5
- package/dist/types/src/components/RecoveryCredentialsContainer.stories.d.ts.map +1 -1
- package/dist/types/src/components/ResetDialog.d.ts +5 -3
- package/dist/types/src/components/ResetDialog.d.ts.map +1 -1
- package/dist/types/src/components/ResetDialog.stories.d.ts +13 -4
- package/dist/types/src/components/ResetDialog.stories.d.ts.map +1 -1
- package/dist/types/src/constants.d.ts +4 -0
- package/dist/types/src/constants.d.ts.map +1 -0
- package/dist/types/src/index.d.ts +3 -3
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/meta.d.ts +2 -3
- package/dist/types/src/meta.d.ts.map +1 -1
- package/dist/types/src/translations.d.ts +2 -48
- package/dist/types/src/translations.d.ts.map +1 -1
- package/dist/types/src/types/capabilities.d.ts +10 -0
- package/dist/types/src/types/capabilities.d.ts.map +1 -0
- package/dist/types/src/types/events.d.ts +9 -0
- package/dist/types/src/types/events.d.ts.map +1 -0
- package/dist/types/src/types/index.d.ts +4 -0
- package/dist/types/src/types/index.d.ts.map +1 -0
- package/dist/types/src/types/schema.d.ts +296 -0
- package/dist/types/src/types/schema.d.ts.map +1 -0
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +60 -46
- package/src/ClientPlugin.ts +42 -61
- package/src/capabilities/app-graph-builder/app-graph-builder.ts +96 -0
- package/src/capabilities/app-graph-builder/index.ts +7 -0
- package/src/capabilities/client/client.ts +75 -0
- package/src/capabilities/client/index.ts +7 -0
- package/src/capabilities/index.ts +7 -11
- package/src/capabilities/migrations/index.ts +7 -0
- package/src/capabilities/migrations/migrations.ts +30 -0
- package/src/capabilities/operation-resolver/index.ts +7 -0
- package/src/capabilities/operation-resolver/operation-resolver.ts +249 -0
- package/src/capabilities/react-context/index.ts +7 -0
- package/src/capabilities/react-context/react-context.tsx +25 -0
- package/src/capabilities/react-surface/index.ts +7 -0
- package/src/capabilities/react-surface/react-surface.tsx +75 -0
- package/src/capabilities/schema-defs/index.ts +7 -0
- package/src/capabilities/schema-defs/schema-defs.ts +36 -0
- package/src/cli/commands/config/index.ts +12 -0
- package/src/cli/commands/config/view.ts +26 -0
- package/src/cli/commands/device/index.ts +14 -0
- package/src/cli/commands/device/info/index.ts +5 -0
- package/src/cli/commands/device/info/info.test.ts +29 -0
- package/src/cli/commands/device/info/info.ts +50 -0
- package/src/cli/commands/device/list/index.ts +5 -0
- package/src/cli/commands/device/list/list.test.ts +31 -0
- package/src/cli/commands/device/list/list.ts +30 -0
- package/src/cli/commands/device/update/index.ts +5 -0
- package/src/cli/commands/device/update/update.ts +70 -0
- package/src/cli/commands/device/util.ts +55 -0
- package/src/cli/commands/edge/index.ts +12 -0
- package/src/cli/commands/edge/status.ts +45 -0
- package/src/cli/commands/halo/create/create.test.ts +52 -0
- package/src/cli/commands/halo/create/create.ts +75 -0
- package/src/cli/commands/halo/create/index.ts +5 -0
- package/src/cli/commands/halo/credential/add/add.ts +97 -0
- package/src/cli/commands/halo/credential/add/index.ts +5 -0
- package/src/cli/commands/halo/credential/index.ts +13 -0
- package/src/cli/commands/halo/credential/list/index.ts +5 -0
- package/src/cli/commands/halo/credential/list/list.test.ts +28 -0
- package/src/cli/commands/halo/credential/list/list.ts +118 -0
- package/src/cli/commands/halo/identity/identity.test.ts +40 -0
- package/src/cli/commands/halo/identity/identity.ts +46 -0
- package/src/cli/commands/halo/identity/index.ts +5 -0
- package/src/cli/commands/halo/index.ts +21 -0
- package/src/cli/commands/halo/join/index.ts +5 -0
- package/src/cli/commands/halo/join/join.test.ts +10 -0
- package/src/cli/commands/halo/join/join.ts +87 -0
- package/src/cli/commands/halo/keys/index.ts +5 -0
- package/src/cli/commands/halo/keys/keys.test.ts +29 -0
- package/src/cli/commands/halo/keys/keys.ts +42 -0
- package/src/cli/commands/halo/recover/index.ts +5 -0
- package/src/cli/commands/halo/recover/recover.test.ts +10 -0
- package/src/cli/commands/halo/recover/recover.ts +44 -0
- package/src/cli/commands/halo/seed/index.ts +5 -0
- package/src/cli/commands/halo/seed/seed.ts +38 -0
- package/src/cli/commands/halo/share/index.ts +5 -0
- package/src/cli/commands/halo/share/share.ts +97 -0
- package/src/cli/commands/halo/update/index.ts +5 -0
- package/src/cli/commands/halo/update/update.test.ts +29 -0
- package/src/cli/commands/halo/update/update.ts +69 -0
- package/src/cli/commands/halo/util.ts +18 -0
- package/src/cli/commands/index.ts +9 -0
- package/src/cli/commands/profile/create.ts +87 -0
- package/src/cli/commands/profile/delete.ts +33 -0
- package/src/cli/commands/profile/import.ts +101 -0
- package/src/cli/commands/profile/index.ts +17 -0
- package/src/cli/commands/profile/inspect.ts +64 -0
- package/src/cli/commands/profile/list.ts +54 -0
- package/src/cli/commands/profile/reset.ts +45 -0
- package/src/cli/commands/profile/util.ts +48 -0
- package/src/cli/index.ts +5 -0
- package/src/cli/plugin.ts +34 -0
- package/src/cli/testing/test-console.ts +88 -0
- package/src/components/DevicesContainer.stories.tsx +19 -18
- package/src/components/DevicesContainer.tsx +72 -92
- package/src/components/JoinDialog.tsx +15 -17
- package/src/components/ProfileContainer.stories.tsx +8 -9
- package/src/components/ProfileContainer.tsx +67 -64
- package/src/components/RecoveryCodeDialog.stories.tsx +10 -11
- package/src/components/RecoveryCodeDialog.tsx +5 -7
- package/src/components/RecoveryCredentialsContainer.stories.tsx +16 -16
- package/src/components/RecoveryCredentialsContainer.tsx +49 -54
- package/src/components/ResetDialog.stories.tsx +37 -18
- package/src/components/ResetDialog.tsx +26 -22
- package/src/constants.ts +9 -0
- package/src/index.ts +3 -3
- package/src/meta.ts +8 -5
- package/src/translations.ts +11 -6
- package/src/types/capabilities.ts +16 -0
- package/src/types/events.ts +15 -0
- package/src/types/index.ts +7 -0
- package/src/types/schema.ts +243 -0
- package/dist/lib/browser/app-graph-builder-CBRN2DMK.mjs +0 -123
- package/dist/lib/browser/app-graph-builder-CBRN2DMK.mjs.map +0 -7
- package/dist/lib/browser/chunk-5MC5HCIM.mjs +0 -693
- package/dist/lib/browser/chunk-5MC5HCIM.mjs.map +0 -7
- package/dist/lib/browser/chunk-IA3AVM4I.mjs +0 -111
- package/dist/lib/browser/chunk-IA3AVM4I.mjs.map +0 -7
- package/dist/lib/browser/chunk-MCEXD5XH.mjs +0 -12
- package/dist/lib/browser/chunk-MCEXD5XH.mjs.map +0 -7
- package/dist/lib/browser/chunk-PSSNS4C6.mjs +0 -18
- package/dist/lib/browser/chunk-PSSNS4C6.mjs.map +0 -7
- package/dist/lib/browser/chunk-UCVFWBKT.mjs +0 -19
- package/dist/lib/browser/chunk-UCVFWBKT.mjs.map +0 -7
- package/dist/lib/browser/client-NMS3MSFP.mjs +0 -37
- package/dist/lib/browser/client-NMS3MSFP.mjs.map +0 -7
- package/dist/lib/browser/intent-resolver-SLQZMO6I.mjs +0 -305
- package/dist/lib/browser/intent-resolver-SLQZMO6I.mjs.map +0 -7
- package/dist/lib/browser/migrations-QRQV6ZAM.mjs +0 -23
- package/dist/lib/browser/migrations-QRQV6ZAM.mjs.map +0 -7
- package/dist/lib/browser/react-context-IE2O2OYK.mjs +0 -24
- package/dist/lib/browser/react-context-IE2O2OYK.mjs.map +0 -7
- package/dist/lib/browser/react-surface-QFC2G27R.mjs +0 -66
- package/dist/lib/browser/react-surface-QFC2G27R.mjs.map +0 -7
- package/dist/lib/browser/schema-defs-DNRDVQQJ.mjs +0 -25
- package/dist/lib/browser/schema-defs-DNRDVQQJ.mjs.map +0 -7
- package/dist/lib/browser/types.mjs +0 -10
- package/dist/lib/node/app-graph-builder-BEEYM3A5.cjs +0 -134
- package/dist/lib/node/app-graph-builder-BEEYM3A5.cjs.map +0 -7
- package/dist/lib/node/chunk-BEJWU2NE.cjs +0 -718
- package/dist/lib/node/chunk-BEJWU2NE.cjs.map +0 -7
- package/dist/lib/node/chunk-BL6EBWOS.cjs +0 -131
- package/dist/lib/node/chunk-BL6EBWOS.cjs.map +0 -7
- package/dist/lib/node/chunk-CIYUKY3J.cjs +0 -37
- package/dist/lib/node/chunk-CIYUKY3J.cjs.map +0 -7
- package/dist/lib/node/chunk-DJKWB5L6.cjs +0 -35
- package/dist/lib/node/chunk-DJKWB5L6.cjs.map +0 -7
- package/dist/lib/node/chunk-DNKJCPU7.cjs +0 -38
- package/dist/lib/node/chunk-DNKJCPU7.cjs.map +0 -7
- package/dist/lib/node/client-Q3EQS4HA.cjs +0 -51
- package/dist/lib/node/client-Q3EQS4HA.cjs.map +0 -7
- package/dist/lib/node/index.cjs +0 -175
- package/dist/lib/node/index.cjs.map +0 -7
- package/dist/lib/node/intent-resolver-QURURONO.cjs +0 -312
- package/dist/lib/node/intent-resolver-QURURONO.cjs.map +0 -7
- package/dist/lib/node/meta.json +0 -1
- package/dist/lib/node/migrations-6FEWMF7U.cjs +0 -39
- package/dist/lib/node/migrations-6FEWMF7U.cjs.map +0 -7
- package/dist/lib/node/react-context-JS7Y5ZOK.cjs +0 -48
- package/dist/lib/node/react-context-JS7Y5ZOK.cjs.map +0 -7
- package/dist/lib/node/react-surface-RGRHOPVK.cjs +0 -82
- package/dist/lib/node/react-surface-RGRHOPVK.cjs.map +0 -7
- package/dist/lib/node/schema-defs-TA52ARBO.cjs +0 -41
- package/dist/lib/node/schema-defs-TA52ARBO.cjs.map +0 -7
- package/dist/lib/node/types.cjs +0 -32
- package/dist/lib/node/types.cjs.map +0 -7
- package/dist/lib/node-esm/app-graph-builder-OZEAAKNT.mjs +0 -124
- package/dist/lib/node-esm/app-graph-builder-OZEAAKNT.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-37E3EI46.mjs +0 -19
- package/dist/lib/node-esm/chunk-37E3EI46.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-FJYSQRBO.mjs +0 -20
- package/dist/lib/node-esm/chunk-FJYSQRBO.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-HM7VB4ZV.mjs +0 -14
- package/dist/lib/node-esm/chunk-HM7VB4ZV.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-STGGUFV2.mjs +0 -112
- package/dist/lib/node-esm/chunk-STGGUFV2.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-WHKQMAO5.mjs +0 -694
- package/dist/lib/node-esm/chunk-WHKQMAO5.mjs.map +0 -7
- package/dist/lib/node-esm/client-EBFQZRSF.mjs +0 -38
- package/dist/lib/node-esm/client-EBFQZRSF.mjs.map +0 -7
- package/dist/lib/node-esm/intent-resolver-MV55C5ED.mjs +0 -306
- package/dist/lib/node-esm/intent-resolver-MV55C5ED.mjs.map +0 -7
- package/dist/lib/node-esm/migrations-AK43ZE6G.mjs +0 -24
- package/dist/lib/node-esm/migrations-AK43ZE6G.mjs.map +0 -7
- package/dist/lib/node-esm/react-context-6N7NMUJE.mjs +0 -25
- package/dist/lib/node-esm/react-context-6N7NMUJE.mjs.map +0 -7
- package/dist/lib/node-esm/react-surface-JUYTGBEM.mjs +0 -67
- package/dist/lib/node-esm/react-surface-JUYTGBEM.mjs.map +0 -7
- package/dist/lib/node-esm/schema-defs-O2KQQXJH.mjs +0 -26
- package/dist/lib/node-esm/schema-defs-O2KQQXJH.mjs.map +0 -7
- package/dist/lib/node-esm/types.mjs +0 -11
- package/dist/types/src/capabilities/app-graph-builder.d.ts +0 -4
- package/dist/types/src/capabilities/app-graph-builder.d.ts.map +0 -1
- package/dist/types/src/capabilities/capabilities.d.ts +0 -10
- package/dist/types/src/capabilities/capabilities.d.ts.map +0 -1
- package/dist/types/src/capabilities/client.d.ts +0 -9
- package/dist/types/src/capabilities/client.d.ts.map +0 -1
- package/dist/types/src/capabilities/intent-resolver.d.ts +0 -8
- package/dist/types/src/capabilities/intent-resolver.d.ts.map +0 -1
- package/dist/types/src/capabilities/migrations.d.ts +0 -4
- package/dist/types/src/capabilities/migrations.d.ts.map +0 -1
- package/dist/types/src/capabilities/react-context.d.ts +0 -8
- package/dist/types/src/capabilities/react-context.d.ts.map +0 -1
- package/dist/types/src/capabilities/react-surface.d.ts +0 -8
- package/dist/types/src/capabilities/react-surface.d.ts.map +0 -1
- package/dist/types/src/capabilities/schema-defs.d.ts +0 -4
- package/dist/types/src/capabilities/schema-defs.d.ts.map +0 -1
- package/dist/types/src/events.d.ts +0 -8
- package/dist/types/src/events.d.ts.map +0 -1
- package/dist/types/src/types.d.ts +0 -136
- package/dist/types/src/types.d.ts.map +0 -1
- package/src/capabilities/app-graph-builder.ts +0 -113
- package/src/capabilities/capabilities.ts +0 -17
- package/src/capabilities/client.ts +0 -41
- package/src/capabilities/intent-resolver.ts +0 -250
- package/src/capabilities/migrations.ts +0 -25
- package/src/capabilities/react-context.tsx +0 -20
- package/src/capabilities/react-surface.tsx +0 -67
- package/src/capabilities/schema-defs.ts +0 -29
- package/src/events.ts +0 -15
- package/src/types.ts +0 -131
- /package/dist/lib/browser/{types.mjs.map → types/index.mjs.map} +0 -0
- /package/dist/lib/node-esm/{types.mjs.map → types/index.mjs.map} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"test-console.d.ts","sourceRoot":"","sources":["../../../../../src/cli/testing/test-console.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAC1C,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAE1C,OAAO,KAAK,KAAK,MAAM,cAAc,CAAC;AActC,cAAM,kBAAkB;IACtB,OAAO,CAAC,KAAK,CAAgE;IAE7E,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC,OAAO,CAAC;gBAEtB,OAAO,EAAE,OAAO,CAAC,OAAO;IAapC,IAAI,IAAI;eAjBsB,MAAM;cAAQ,OAAO;iBAAW,MAAM;QAmBnE;IAED,KAAK;CAGN;AAGD,yBAAiB,WAAW,CAAC;;IAC3B,MAAM,OAAO,WAAY,SAAQ,gBAA6D;KAAG;IAEjG;;;OAGG;IACH,MAAM,CAAC,MAAM,iBAAiB,GAAI,KAAK;QAAE,IAAI,EAAE,OAAO,CAAA;KAAE,KAAG,MAK1D,CAAC;IAEF;;;OAGG;IACH,MAAM,CAAC,MAAM,SAAS,GAAI,CAAC,GAAG,OAAO,EAAE,KAAK;QAAE,IAAI,EAAE,OAAO,CAAA;KAAE,KAAG,CAG/D,CAAC;IAcF,MAAM,CAAC,MAAM,KAAK,wCAA8C,CAAC;;CAClE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DevicesContainer.d.ts","sourceRoot":"","sources":["../../../../src/components/DevicesContainer.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DevicesContainer.d.ts","sourceRoot":"","sources":["../../../../src/components/DevicesContainer.tsx"],"names":[],"mappings":"AAIA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAkBhE,MAAM,MAAM,qBAAqB,GAAG;IAClC,mBAAmB,CAAC,EAAE,CAAC,cAAc,EAAE,MAAM,KAAK,MAAM,CAAC;CAC1D,CAAC;AAEF,eAAO,MAAM,gBAAgB,GAAI,yBAAyB,qBAAqB,sBAuE9E,CAAC"}
|
|
@@ -1,8 +1,181 @@
|
|
|
1
|
-
import '@
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { type StoryObj } from '@storybook/react-vite';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: ({ createInvitationUrl }: import("./DevicesContainer").DevicesContainerProps) => import("react").JSX.Element;
|
|
5
|
+
decorators: import("@storybook/react").Decorator[];
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
translations: (import("i18next").Resource | {
|
|
9
|
+
readonly 'en-US': {
|
|
10
|
+
readonly "dxos.org/i18n/shell": {
|
|
11
|
+
readonly "manage profile label": "Manage identity";
|
|
12
|
+
readonly "identity offline description": "Offline";
|
|
13
|
+
readonly "sidebar label": "DXOS sidebar";
|
|
14
|
+
readonly "copy invitation code label": "Copy URL";
|
|
15
|
+
readonly "copy success label": "Copied";
|
|
16
|
+
readonly "copy self did label": "Copy DID";
|
|
17
|
+
readonly "open share panel label": "View QR code";
|
|
18
|
+
readonly "manage credentials label": "Manage credentials";
|
|
19
|
+
readonly "joining space heading": "Joining space";
|
|
20
|
+
readonly "join space heading": "Enter space invitation";
|
|
21
|
+
readonly "halo heading": "Initialize device identity";
|
|
22
|
+
readonly "exit label": "Exit";
|
|
23
|
+
readonly "identity selector title": "Join as";
|
|
24
|
+
readonly "identity radio group title": "Select an identity that is already associated with this device";
|
|
25
|
+
readonly "add identity label": "Add";
|
|
26
|
+
readonly "continue label": "Continue";
|
|
27
|
+
readonly "pending label": "Pending";
|
|
28
|
+
readonly "back label": "Back";
|
|
29
|
+
readonly "next label": "Next";
|
|
30
|
+
readonly "close label": "Close";
|
|
31
|
+
readonly "auth choices label": "Choose an identity";
|
|
32
|
+
readonly "create identity label": "Create an identity";
|
|
33
|
+
readonly "create identity description": "Create a new identity.";
|
|
34
|
+
readonly "recover identity label": "Use a recovery code";
|
|
35
|
+
readonly "recover identity description": "Enter your recovery code to log in manually.";
|
|
36
|
+
readonly "invitation input placeholder": "Invitation code";
|
|
37
|
+
readonly "recovery code placeholder": "Recovery code";
|
|
38
|
+
readonly "display name placeholder": "Display name";
|
|
39
|
+
readonly "join identity label": "Use another device";
|
|
40
|
+
readonly "join identity description": "Add this device to an identity you\u2019re already logged into on another device.";
|
|
41
|
+
readonly "deselect identity label": "Back to identities";
|
|
42
|
+
readonly "addition method chooser title": "An identity is required to continue";
|
|
43
|
+
readonly "new identity input label": "Set display name";
|
|
44
|
+
readonly "recover identity input label": "Type or paste your recovery code";
|
|
45
|
+
readonly "failed to create identity message": "Failed to create an identity.";
|
|
46
|
+
readonly "failed to recover identity message": "Failed to recover an identity from the provided recovery code.";
|
|
47
|
+
readonly "failed to authenticate message": "Incorrect code.";
|
|
48
|
+
readonly "identity added label": "Created identity & added to this device:";
|
|
49
|
+
readonly "join space as identity heading": "<part>as </part><part><icon/><label>{{labelValue}}</label></part>";
|
|
50
|
+
readonly "error status label": "Failed";
|
|
51
|
+
readonly "timeout status label": "Timed out";
|
|
52
|
+
readonly "cancelled status label": "Cancelled";
|
|
53
|
+
readonly "init status label": "Ready to connect";
|
|
54
|
+
readonly "connecting status label": "Connecting\u2026";
|
|
55
|
+
readonly "connected status label": "Enter authentication code";
|
|
56
|
+
readonly "authenticating status label": "Enter authentication code";
|
|
57
|
+
readonly "success status label": "Success";
|
|
58
|
+
readonly "cancel label": "Cancel";
|
|
59
|
+
readonly "done label": "Done";
|
|
60
|
+
readonly "reset label": "Start over";
|
|
61
|
+
readonly "auth code input label": "Enter the verification code";
|
|
62
|
+
readonly "invitation input label": "Paste an invitation code or URL";
|
|
63
|
+
readonly "create device invitation label": "Add device";
|
|
64
|
+
readonly "create space invitation label": "Invite";
|
|
65
|
+
readonly "qr label": "Scan to accept invitation";
|
|
66
|
+
readonly "empty invitations message": "No pending invitations";
|
|
67
|
+
readonly "empty device list message": "No devices authenticated other than this device.";
|
|
68
|
+
readonly "show all spaces label": "All spaces";
|
|
69
|
+
readonly "all spaces label": "All spaces";
|
|
70
|
+
readonly "create space label": "Create a new space";
|
|
71
|
+
readonly "join space label": "Join a space";
|
|
72
|
+
readonly "show current space label": "Current space";
|
|
73
|
+
readonly "view space invitations label": "View space invitations";
|
|
74
|
+
readonly "toggle sidebar label": "Open/close sidebar";
|
|
75
|
+
readonly "open sidebar label": "Open sidebar";
|
|
76
|
+
readonly "close sidebar label": "Close sidebar";
|
|
77
|
+
readonly "welcome message": "Welcome";
|
|
78
|
+
readonly "selecting identity heading": "Selecting identity";
|
|
79
|
+
readonly "devices heading": "Devices";
|
|
80
|
+
readonly "identity heading": "Profile settings";
|
|
81
|
+
readonly "choose add device label": "Add device";
|
|
82
|
+
readonly "choose devices label": "Manage devices";
|
|
83
|
+
readonly "choose profile label": "Edit profile";
|
|
84
|
+
readonly "choose sign out label": "Reset storage";
|
|
85
|
+
readonly "choose join new identity label": "Join existing device";
|
|
86
|
+
readonly "empty space members message": "There is nobody in this space yet.";
|
|
87
|
+
readonly "back to all invitations label": "Back to all invitations";
|
|
88
|
+
readonly "invitation heading": "Invitation";
|
|
89
|
+
readonly "invitation list heading": "Invitations";
|
|
90
|
+
readonly "device invitation list heading": "Pending device invitations";
|
|
91
|
+
readonly "space invitation list heading": "Pending invitations";
|
|
92
|
+
readonly "device list heading": "Devices";
|
|
93
|
+
readonly "space member list heading": "Members";
|
|
94
|
+
readonly "space panel heading": "Space membership";
|
|
95
|
+
readonly "auth code message": "Enter the following auth code on the joining device. Click the code to copy\u00A0it.";
|
|
96
|
+
readonly "auth other device emoji message": "Be sure the other device shows the following\u00A0emoji.";
|
|
97
|
+
readonly "display name input label": "Display name";
|
|
98
|
+
readonly "display name input placeholder": "Enter a display name";
|
|
99
|
+
readonly "invite one label": "Create single-use invitation";
|
|
100
|
+
readonly "invite one description": "Only one user may join.";
|
|
101
|
+
readonly "invite one qr label": "Single-use invitation";
|
|
102
|
+
readonly "invite one list item label": "Active single-use invitation";
|
|
103
|
+
readonly "invite many label": "Create multi-use invitation";
|
|
104
|
+
readonly "invite many description": "Anyone with the link can join.";
|
|
105
|
+
readonly "invite many qr label": "Multi-use invitation";
|
|
106
|
+
readonly "invite many list item label": "Active multi-use invitation";
|
|
107
|
+
readonly "invite options label": "Change the active invite option.";
|
|
108
|
+
readonly "reset in progress label": "Resetting...";
|
|
109
|
+
readonly "confirm label": "Confirm";
|
|
110
|
+
readonly "delete label": "Delete";
|
|
111
|
+
readonly "reset storage input label": "WARNING: This will delete all data on this device. Type {{confirmationValue}} to continue.";
|
|
112
|
+
readonly "join new identity input label": "WARNING: To join an existing device all data on this device will be deleted. Type {{confirmationValue}} to continue.";
|
|
113
|
+
readonly "failed to reset identity message": "Failed to reset identity.";
|
|
114
|
+
readonly "confirmation value": "RESET";
|
|
115
|
+
readonly "confirmation placeholder": "Type {{confirmationValue}} to continue.";
|
|
116
|
+
readonly "sign out chooser title": "Danger zone";
|
|
117
|
+
readonly "sign out chooser message": "Proceeding with the action below will erase all data on this device.";
|
|
118
|
+
readonly "join new identity label": "Join an existing identity";
|
|
119
|
+
readonly "reset device label": "Reset storage";
|
|
120
|
+
readonly "reset device confirm message": "Are you sure you want to reset your device? All data will be lost.";
|
|
121
|
+
readonly "emoji and color label": "Emoji and color";
|
|
122
|
+
readonly "clear label": "Use default";
|
|
123
|
+
readonly "select emoji label": "Avatar emoji";
|
|
124
|
+
readonly "select hue label": "Avatar background color";
|
|
125
|
+
readonly "resetting message": "One moment while the device is reset\u2026";
|
|
126
|
+
readonly "expires label": "Expires {{timeLeft}}";
|
|
127
|
+
readonly "no expiration label": "Doesn\u2019t expire";
|
|
128
|
+
readonly "drag handle label": "Drag to rearrange";
|
|
129
|
+
readonly "expand label": "Expand";
|
|
130
|
+
readonly "collapse label": "Collapse";
|
|
131
|
+
readonly "add object to space label": "Add to a space";
|
|
132
|
+
readonly "red label": "Red";
|
|
133
|
+
readonly "orange label": "Orange";
|
|
134
|
+
readonly "amber label": "Amber";
|
|
135
|
+
readonly "yellow label": "Yellow";
|
|
136
|
+
readonly "lime label": "Lime";
|
|
137
|
+
readonly "green label": "Green";
|
|
138
|
+
readonly "emerald label": "Emerald";
|
|
139
|
+
readonly "teal label": "Teal";
|
|
140
|
+
readonly "cyan label": "Cyan";
|
|
141
|
+
readonly "sky label": "Sky";
|
|
142
|
+
readonly "blue label": "Blue";
|
|
143
|
+
readonly "indigo label": "Indigo";
|
|
144
|
+
readonly "violet label": "Violet";
|
|
145
|
+
readonly "purple label": "Purple";
|
|
146
|
+
readonly "fuchsia label": "Fuchsia";
|
|
147
|
+
readonly "pink label": "Pink";
|
|
148
|
+
readonly "rose label": "Rose";
|
|
149
|
+
readonly "select a hue label": "Select color";
|
|
150
|
+
readonly "hue label": "Hue";
|
|
151
|
+
readonly "icon label": "Icon";
|
|
152
|
+
readonly "current device tag label": "This device";
|
|
153
|
+
readonly "device name placeholder": "{{platform}} on {{os}}";
|
|
154
|
+
readonly "more options label": "More options";
|
|
155
|
+
readonly "disconnect label": "Go offline";
|
|
156
|
+
readonly "connect label": "Go online";
|
|
157
|
+
readonly "edit device label": "Edit device name & avatar";
|
|
158
|
+
readonly "agent heading": "Agent";
|
|
159
|
+
readonly "create agent clickwrap": "By creating an agent, you agree to our <tosLink href=\"https://dxos.org/tos\">Terms of\u00A0Service</tosLink>.";
|
|
160
|
+
readonly "create agent description": "Creating an agent helps keep your devices and peers in-sync. An agent is like any other device, but since it\u2019s always online your changes will sync even when all your physical devices are\u00A0asleep.";
|
|
161
|
+
readonly "create agent label": "Start an agent";
|
|
162
|
+
readonly "destroy agent label": "Shut down agent";
|
|
163
|
+
readonly "agent device label": "Your agent";
|
|
164
|
+
readonly "shell fallback title": "Shell failed to connect";
|
|
165
|
+
readonly "creating agent label": "Starting agent\u2026";
|
|
166
|
+
readonly "destroying agent label": "Stopping agent\u2026";
|
|
167
|
+
readonly "getting agent label": "Checking agent status\u2026";
|
|
168
|
+
readonly "agent requested label": "Agent requested";
|
|
169
|
+
readonly "agent requested description": "The agent service is creating an agent for you. Once the agent connects, it will display in the devices list.";
|
|
170
|
+
readonly "authenticating label": "Authenticating\u2026";
|
|
171
|
+
readonly "create recovery code label": "Create recovery code";
|
|
172
|
+
readonly "choose recover identity label": "Recover identity";
|
|
173
|
+
};
|
|
174
|
+
};
|
|
175
|
+
})[];
|
|
176
|
+
};
|
|
177
|
+
};
|
|
5
178
|
export default meta;
|
|
6
|
-
type Story = StoryObj<typeof
|
|
179
|
+
type Story = StoryObj<typeof meta>;
|
|
7
180
|
export declare const Default: Story;
|
|
8
181
|
//# sourceMappingURL=DevicesContainer.stories.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DevicesContainer.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/DevicesContainer.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,
|
|
1
|
+
{"version":3,"file":"DevicesContainer.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/DevicesContainer.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAajE,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsB+B,CAAC;AAE1C,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAIrB,CAAC"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { type JoinPanelProps } from '@dxos/shell/react';
|
|
3
|
-
export declare const JOIN_DIALOG = "dxos.org/plugin/client/JoinDialog";
|
|
4
3
|
export declare const JoinDialog: (props: JoinPanelProps) => React.JSX.Element;
|
|
5
4
|
//# sourceMappingURL=JoinDialog.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"JoinDialog.d.ts","sourceRoot":"","sources":["../../../../src/components/JoinDialog.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAsB,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"JoinDialog.d.ts","sourceRoot":"","sources":["../../../../src/components/JoinDialog.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAO3C,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAMnE,eAAO,MAAM,UAAU,GAAI,OAAO,cAAc,sBAiC/C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProfileContainer.d.ts","sourceRoot":"","sources":["../../../../src/components/ProfileContainer.tsx"],"names":[],"mappings":"AAKA,OAAO,KAA2D,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ProfileContainer.d.ts","sourceRoot":"","sources":["../../../../src/components/ProfileContainer.tsx"],"names":[],"mappings":"AAKA,OAAO,KAA2D,MAAM,OAAO,CAAC;AA6BhF,eAAO,MAAM,gBAAgB,yBA6I5B,CAAC"}
|
|
@@ -1,8 +1,14 @@
|
|
|
1
|
-
import '@
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { type StoryObj } from '@storybook/react-vite';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: () => import("react").JSX.Element;
|
|
5
|
+
decorators: import("@storybook/react").Decorator[];
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
translations: import("i18next").Resource[];
|
|
9
|
+
};
|
|
10
|
+
};
|
|
5
11
|
export default meta;
|
|
6
|
-
type Story = StoryObj<typeof
|
|
12
|
+
type Story = StoryObj<typeof meta>;
|
|
7
13
|
export declare const Default: Story;
|
|
8
14
|
//# sourceMappingURL=ProfileContainer.stories.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProfileContainer.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ProfileContainer.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,
|
|
1
|
+
{"version":3,"file":"ProfileContainer.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ProfileContainer.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AASjE,QAAA,MAAM,IAAI;;;;;;;;CAQ+B,CAAC;AAE1C,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RecoveryCodeDialog.d.ts","sourceRoot":"","sources":["../../../../src/components/RecoveryCodeDialog.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAMrD,
|
|
1
|
+
{"version":3,"file":"RecoveryCodeDialog.d.ts","sourceRoot":"","sources":["../../../../src/components/RecoveryCodeDialog.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAMrD,MAAM,MAAM,uBAAuB,GAAG;IACpC,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAAI,UAAU,uBAAuB,sBAoCnE,CAAC"}
|
|
@@ -1,8 +1,16 @@
|
|
|
1
|
-
import '@
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { type StoryObj } from '@storybook/react-vite';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: any;
|
|
6
|
+
render: () => React.JSX.Element;
|
|
7
|
+
decorators: import("@storybook/react").Decorator[];
|
|
8
|
+
parameters: {
|
|
9
|
+
layout: string;
|
|
10
|
+
translations: import("i18next").Resource[];
|
|
11
|
+
};
|
|
12
|
+
};
|
|
5
13
|
export default meta;
|
|
6
|
-
type Story = StoryObj<
|
|
14
|
+
type Story = StoryObj<typeof meta>;
|
|
7
15
|
export declare const Default: Story;
|
|
8
16
|
//# sourceMappingURL=RecoveryCodeDialog.stories.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RecoveryCodeDialog.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/RecoveryCodeDialog.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,
|
|
1
|
+
{"version":3,"file":"RecoveryCodeDialog.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/RecoveryCodeDialog.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,KAAmB,MAAM,OAAO,CAAC;AA4BxC,QAAA,MAAM,IAAI;;eAEyB,GAAG;;;;;;;CAOD,CAAC;AAEtC,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export declare const MANAGE_CREDENTIALS_DIALOG
|
|
2
|
+
export declare const MANAGE_CREDENTIALS_DIALOG: string;
|
|
3
3
|
export declare const RecoveryCredentialsContainer: () => React.JSX.Element;
|
|
4
4
|
//# sourceMappingURL=RecoveryCredentialsContainer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RecoveryCredentialsContainer.d.ts","sourceRoot":"","sources":["../../../../src/components/RecoveryCredentialsContainer.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"RecoveryCredentialsContainer.d.ts","sourceRoot":"","sources":["../../../../src/components/RecoveryCredentialsContainer.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,eAAO,MAAM,yBAAyB,QAAuC,CAAC;AAE9E,eAAO,MAAM,4BAA4B,yBAmDxC,CAAC"}
|
|
@@ -1,8 +1,14 @@
|
|
|
1
|
-
import '@
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { type StoryObj } from '@storybook/react-vite';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: () => import("react").JSX.Element;
|
|
5
|
+
decorators: import("@storybook/react").Decorator[];
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: string;
|
|
8
|
+
translations: import("i18next").Resource[];
|
|
9
|
+
};
|
|
10
|
+
};
|
|
5
11
|
export default meta;
|
|
6
|
-
type Story = StoryObj<typeof
|
|
12
|
+
type Story = StoryObj<typeof meta>;
|
|
7
13
|
export declare const Default: Story;
|
|
8
14
|
//# sourceMappingURL=RecoveryCredentialsContainer.stories.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RecoveryCredentialsContainer.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/RecoveryCredentialsContainer.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,
|
|
1
|
+
{"version":3,"file":"RecoveryCredentialsContainer.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/RecoveryCredentialsContainer.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAYjE,QAAA,MAAM,IAAI;;;;;;;;CAqB2C,CAAC;AAEtD,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
import { type CapabilityManager } from '@dxos/app-framework';
|
|
2
3
|
import { type ConfirmResetProps } from '@dxos/shell/react';
|
|
3
4
|
import { type ClientPluginOptions } from '../types';
|
|
4
|
-
export
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
export type ResetDialogProps = Pick<ConfirmResetProps, 'mode'> & Pick<ClientPluginOptions, 'onReset'> & {
|
|
6
|
+
capabilityManager: CapabilityManager.CapabilityManager;
|
|
7
|
+
};
|
|
8
|
+
export declare const ResetDialog: ({ mode, onReset, capabilityManager }: ResetDialogProps) => React.JSX.Element;
|
|
7
9
|
//# sourceMappingURL=ResetDialog.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResetDialog.d.ts","sourceRoot":"","sources":["../../../../src/components/ResetDialog.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ResetDialog.d.ts","sourceRoot":"","sources":["../../../../src/components/ResetDialog.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAE3C,OAAO,EAAc,KAAK,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAMzE,OAAO,EAAgB,KAAK,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAGzE,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,MAAM,MAAM,gBAAgB,GAAG,IAAI,CAAC,iBAAiB,EAAE,MAAM,CAAC,GAC5D,IAAI,CAAC,mBAAmB,EAAE,SAAS,CAAC,GAAG;IACrC,iBAAiB,EAAE,iBAAiB,CAAC,iBAAiB,CAAC;CACxD,CAAC;AAEJ,eAAO,MAAM,WAAW,GAAI,sCAAsC,gBAAgB,sBA6BjF,CAAC"}
|
|
@@ -1,9 +1,18 @@
|
|
|
1
|
-
import '@
|
|
2
|
-
import
|
|
1
|
+
import { type StoryObj } from '@storybook/react-vite';
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import { type ResetDialogProps } from './ResetDialog';
|
|
4
|
-
declare const meta:
|
|
4
|
+
declare const meta: {
|
|
5
|
+
title: string;
|
|
6
|
+
component: ({ mode, onReset, capabilityManager }: ResetDialogProps) => React.JSX.Element;
|
|
7
|
+
render: (props: Omit<ResetDialogProps, "capabilityManager">) => React.JSX.Element;
|
|
8
|
+
decorators: import("@storybook/react").Decorator[];
|
|
9
|
+
parameters: {
|
|
10
|
+
layout: string;
|
|
11
|
+
translations: import("i18next").Resource[];
|
|
12
|
+
};
|
|
13
|
+
};
|
|
5
14
|
export default meta;
|
|
6
|
-
type Story = StoryObj<
|
|
15
|
+
type Story = StoryObj<typeof meta>;
|
|
7
16
|
export declare const Default: Story;
|
|
8
17
|
export declare const JoinNewIdentity: Story;
|
|
9
18
|
export declare const Recover: Story;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ResetDialog.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ResetDialog.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,
|
|
1
|
+
{"version":3,"file":"ResetDialog.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ResetDialog.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEjE,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,OAAO,EAAe,KAAK,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAkBnE,QAAA,MAAM,IAAI;;;oBAhBmB,IAAI,CAAC,gBAAgB,EAAE,mBAAmB,CAAC;;;;;;CA8BpC,CAAC;AAErC,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAIrB,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAI7B,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAIrB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/constants.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,WAAW,QAA0B,CAAC;AACnD,eAAO,MAAM,oBAAoB,QAAkC,CAAC;AACpE,eAAO,MAAM,YAAY,QAA2B,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { ClientCapabilities, ClientEvents } from './types';
|
|
2
2
|
export * from './meta';
|
|
3
|
-
export
|
|
4
|
-
export
|
|
3
|
+
export * from './types';
|
|
4
|
+
export * from './ClientPlugin';
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAIA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,kBAAkB,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAC3D,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AAExB,cAAc,gBAAgB,CAAC"}
|
package/dist/types/src/meta.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { type
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const meta: PluginMeta;
|
|
1
|
+
import { type Plugin } from '@dxos/app-framework';
|
|
2
|
+
export declare const meta: Plugin.Meta;
|
|
4
3
|
//# sourceMappingURL=meta.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.d.ts","sourceRoot":"","sources":["../../../src/meta.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,
|
|
1
|
+
{"version":3,"file":"meta.d.ts","sourceRoot":"","sources":["../../../src/meta.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAGlD,eAAO,MAAM,IAAI,EAAE,MAAM,CAAC,IAOzB,CAAC"}
|
|
@@ -1,49 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
"dxos.org/plugin/client": {
|
|
4
|
-
'account label': string;
|
|
5
|
-
'profile label': string;
|
|
6
|
-
'profile description': string;
|
|
7
|
-
'devices label': string;
|
|
8
|
-
'devices verbose label': string;
|
|
9
|
-
'add device description': string;
|
|
10
|
-
'devices description': string;
|
|
11
|
-
'create device invitation label': string;
|
|
12
|
-
'qr code description': string;
|
|
13
|
-
'security label': string;
|
|
14
|
-
'reset device description': string;
|
|
15
|
-
'join new identity description': string;
|
|
16
|
-
'recover identity description': string;
|
|
17
|
-
'danger zone title': string;
|
|
18
|
-
'danger zone description': string;
|
|
19
|
-
'display name label': string;
|
|
20
|
-
'display name description': string;
|
|
21
|
-
'display name input placeholder': string;
|
|
22
|
-
'icon label': string;
|
|
23
|
-
'icon description': string;
|
|
24
|
-
'hue label': string;
|
|
25
|
-
'hue description': string;
|
|
26
|
-
'did label': string;
|
|
27
|
-
'did description': string;
|
|
28
|
-
'open user account label': string;
|
|
29
|
-
'manage credentials dialog title': string;
|
|
30
|
-
'credentials list label': string;
|
|
31
|
-
'no credentials title': string;
|
|
32
|
-
'no credentials message': string;
|
|
33
|
-
'recovery setup dialog title': string;
|
|
34
|
-
'recovery setup dialog description': string;
|
|
35
|
-
'create passkey label': string;
|
|
36
|
-
'create passkey description': string;
|
|
37
|
-
'create recovery code label': string;
|
|
38
|
-
'create recovery code description': string;
|
|
39
|
-
'recovery code dialog title': string;
|
|
40
|
-
'recovery code dialog description': string;
|
|
41
|
-
'recovery code dialog warning 1': string;
|
|
42
|
-
'recovery code dialog warning 2': string;
|
|
43
|
-
'recovery code confirmation label': string;
|
|
44
|
-
'continue label': string;
|
|
45
|
-
};
|
|
46
|
-
};
|
|
47
|
-
}[];
|
|
48
|
-
export default _default;
|
|
1
|
+
import { type Resource } from '@dxos/react-ui';
|
|
2
|
+
export declare const translations: Resource[];
|
|
49
3
|
//# sourceMappingURL=translations.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../src/translations.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../src/translations.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAoE/C,eAAO,MAAM,YAAY,EAAE,QAAQ,EAAkD,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Capability } from '@dxos/app-framework';
|
|
2
|
+
import { type Client } from '@dxos/client';
|
|
3
|
+
import { type ObjectMigration } from '@dxos/client/echo';
|
|
4
|
+
import { type Type } from '@dxos/echo';
|
|
5
|
+
export declare namespace ClientCapabilities {
|
|
6
|
+
const Client: Capability.InterfaceDef<Client>;
|
|
7
|
+
const Schema: Capability.InterfaceDef<Type.Entity.Any[]>;
|
|
8
|
+
const Migration: Capability.InterfaceDef<ObjectMigration[]>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=capabilities.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"capabilities.d.ts","sourceRoot":"","sources":["../../../../src/types/capabilities.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,KAAK,MAAM,EAAE,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,YAAY,CAAC;AAIvC,yBAAiB,kBAAkB,CAAC;IAC3B,MAAM,MAAM,iCAA0D,CAAC;IACvE,MAAM,MAAM,4CAAqE,CAAC;IAClF,MAAM,SAAS,4CAAwE,CAAC;CAChG"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ActivationEvent } from '@dxos/app-framework';
|
|
2
|
+
export declare namespace ClientEvents {
|
|
3
|
+
const ClientReady: ActivationEvent.ActivationEvent;
|
|
4
|
+
const SetupSchema: ActivationEvent.ActivationEvent;
|
|
5
|
+
const SetupMigration: ActivationEvent.ActivationEvent;
|
|
6
|
+
const IdentityCreated: ActivationEvent.ActivationEvent;
|
|
7
|
+
const SpacesReady: ActivationEvent.ActivationEvent;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=events.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../../src/types/events.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAItD,yBAAiB,YAAY,CAAC;IACrB,MAAM,WAAW,iCAAwD,CAAC;IAC1E,MAAM,WAAW,iCAAwD,CAAC;IAC1E,MAAM,cAAc,iCAA2D,CAAC;IAChF,MAAM,eAAe,iCAA4D,CAAC;IAClF,MAAM,WAAW,iCAAwD,CAAC;CAClF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/index.ts"],"names":[],"mappings":"AAIA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC"}
|