@dxos/plugin-client 0.8.4-main.84f28bd → 0.8.4-main.937b3ca
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-3FGBMLTF.mjs +118 -0
- package/dist/lib/browser/app-graph-builder-3FGBMLTF.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-F7H2Y3Z2.mjs +18 -0
- package/dist/lib/browser/chunk-F7H2Y3Z2.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/cli/index.mjs +1048 -0
- package/dist/lib/browser/cli/index.mjs.map +7 -0
- package/dist/lib/browser/client-IX5LMWV4.mjs +86 -0
- package/dist/lib/browser/client-IX5LMWV4.mjs.map +7 -0
- package/dist/lib/browser/index.mjs +75 -81
- package/dist/lib/browser/index.mjs.map +4 -4
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/migrations-3EBTAW3N.mjs +24 -0
- package/dist/lib/browser/migrations-3EBTAW3N.mjs.map +7 -0
- package/dist/lib/browser/operation-resolver-2NT3ISVP.mjs +298 -0
- package/dist/lib/browser/operation-resolver-2NT3ISVP.mjs.map +7 -0
- package/dist/lib/browser/react-context-4UABG3GP.mjs +24 -0
- package/dist/lib/browser/react-context-4UABG3GP.mjs.map +7 -0
- package/dist/lib/browser/react-surface-RSQ74XCT.mjs +675 -0
- package/dist/lib/browser/react-surface-RSQ74XCT.mjs.map +7 -0
- package/dist/lib/browser/schema-defs-O7VLP745.mjs +26 -0
- package/dist/lib/browser/schema-defs-O7VLP745.mjs.map +7 -0
- package/dist/lib/browser/types/index.mjs +15 -0
- package/dist/lib/node-esm/app-graph-builder-2PIYVUNC.mjs +119 -0
- package/dist/lib/node-esm/app-graph-builder-2PIYVUNC.mjs.map +7 -0
- package/dist/lib/node-esm/chunk-BCELGXRI.mjs +20 -0
- package/dist/lib/node-esm/chunk-BCELGXRI.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-PRAFFO54.mjs +16 -0
- package/dist/lib/node-esm/chunk-PRAFFO54.mjs.map +7 -0
- package/dist/lib/node-esm/cli/index.mjs +1049 -0
- package/dist/lib/node-esm/cli/index.mjs.map +7 -0
- package/dist/lib/node-esm/client-FFPK5UFP.mjs +87 -0
- package/dist/lib/node-esm/client-FFPK5UFP.mjs.map +7 -0
- package/dist/lib/node-esm/index.mjs +75 -81
- 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-WSZSFGDK.mjs +25 -0
- package/dist/lib/node-esm/migrations-WSZSFGDK.mjs.map +7 -0
- package/dist/lib/node-esm/operation-resolver-VW5R2BE4.mjs +299 -0
- package/dist/lib/node-esm/operation-resolver-VW5R2BE4.mjs.map +7 -0
- package/dist/lib/node-esm/react-context-UVXMGPW4.mjs +25 -0
- package/dist/lib/node-esm/react-context-UVXMGPW4.mjs.map +7 -0
- package/dist/lib/node-esm/react-surface-KBHANGGC.mjs +676 -0
- package/dist/lib/node-esm/react-surface-KBHANGGC.mjs.map +7 -0
- package/dist/lib/node-esm/schema-defs-QLRGBIKY.mjs +27 -0
- package/dist/lib/node-esm/schema-defs-QLRGBIKY.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 +17 -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 +59 -45
- package/src/ClientPlugin.ts +40 -60
- package/src/capabilities/app-graph-builder/app-graph-builder.ts +95 -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 +248 -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 +74 -0
- package/src/capabilities/schema-defs/index.ts +7 -0
- package/src/capabilities/schema-defs/schema-defs.ts +35 -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 +33 -0
- package/src/cli/testing/test-console.ts +88 -0
- package/src/components/DevicesContainer.stories.tsx +15 -15
- package/src/components/DevicesContainer.tsx +72 -82
- package/src/components/JoinDialog.tsx +15 -17
- package/src/components/ProfileContainer.stories.tsx +8 -9
- package/src/components/ProfileContainer.tsx +61 -50
- package/src/components/RecoveryCodeDialog.stories.tsx +9 -10
- package/src/components/RecoveryCodeDialog.tsx +5 -7
- package/src/components/RecoveryCredentialsContainer.stories.tsx +15 -15
- package/src/components/RecoveryCredentialsContainer.tsx +48 -53
- package/src/components/ResetDialog.stories.tsx +25 -18
- package/src/components/ResetDialog.tsx +19 -18
- package/src/constants.ts +9 -0
- package/src/index.ts +3 -3
- package/src/meta.ts +8 -5
- package/src/translations.ts +5 -2
- 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-3EILEBWW.mjs +0 -123
- package/dist/lib/browser/app-graph-builder-3EILEBWW.mjs.map +0 -7
- package/dist/lib/browser/chunk-64ANQXYZ.mjs +0 -693
- package/dist/lib/browser/chunk-64ANQXYZ.mjs.map +0 -7
- package/dist/lib/browser/chunk-AWXKL4UR.mjs +0 -18
- package/dist/lib/browser/chunk-AWXKL4UR.mjs.map +0 -7
- package/dist/lib/browser/chunk-CAF2COXW.mjs +0 -19
- package/dist/lib/browser/chunk-CAF2COXW.mjs.map +0 -7
- package/dist/lib/browser/chunk-GS3LDHYD.mjs +0 -12
- package/dist/lib/browser/chunk-GS3LDHYD.mjs.map +0 -7
- package/dist/lib/browser/chunk-Q7TFRFHI.mjs +0 -111
- package/dist/lib/browser/chunk-Q7TFRFHI.mjs.map +0 -7
- package/dist/lib/browser/client-JFNMEFOK.mjs +0 -37
- package/dist/lib/browser/client-JFNMEFOK.mjs.map +0 -7
- package/dist/lib/browser/intent-resolver-YGAQVXI2.mjs +0 -305
- package/dist/lib/browser/intent-resolver-YGAQVXI2.mjs.map +0 -7
- package/dist/lib/browser/migrations-5COKGS4E.mjs +0 -23
- package/dist/lib/browser/migrations-5COKGS4E.mjs.map +0 -7
- package/dist/lib/browser/react-context-GBNYT5QK.mjs +0 -24
- package/dist/lib/browser/react-context-GBNYT5QK.mjs.map +0 -7
- package/dist/lib/browser/react-surface-YKQAUE2M.mjs +0 -66
- package/dist/lib/browser/react-surface-YKQAUE2M.mjs.map +0 -7
- package/dist/lib/browser/schema-defs-6L7W2RHL.mjs +0 -25
- package/dist/lib/browser/schema-defs-6L7W2RHL.mjs.map +0 -7
- package/dist/lib/browser/types.mjs +0 -10
- package/dist/lib/node-esm/app-graph-builder-GINHOE7A.mjs +0 -124
- package/dist/lib/node-esm/app-graph-builder-GINHOE7A.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-3BUB64JB.mjs +0 -19
- package/dist/lib/node-esm/chunk-3BUB64JB.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-GDJMDBWM.mjs +0 -112
- package/dist/lib/node-esm/chunk-GDJMDBWM.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-K4PIKBQQ.mjs +0 -694
- package/dist/lib/node-esm/chunk-K4PIKBQQ.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-SZLX4BVJ.mjs +0 -14
- package/dist/lib/node-esm/chunk-SZLX4BVJ.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-UMO3ETDV.mjs +0 -20
- package/dist/lib/node-esm/chunk-UMO3ETDV.mjs.map +0 -7
- package/dist/lib/node-esm/client-XDYQARBL.mjs +0 -38
- package/dist/lib/node-esm/client-XDYQARBL.mjs.map +0 -7
- package/dist/lib/node-esm/intent-resolver-IN7YG7N7.mjs +0 -306
- package/dist/lib/node-esm/intent-resolver-IN7YG7N7.mjs.map +0 -7
- package/dist/lib/node-esm/migrations-FE4PDX6W.mjs +0 -24
- package/dist/lib/node-esm/migrations-FE4PDX6W.mjs.map +0 -7
- package/dist/lib/node-esm/react-context-UCK43H3Z.mjs +0 -25
- package/dist/lib/node-esm/react-context-UCK43H3Z.mjs.map +0 -7
- package/dist/lib/node-esm/react-surface-HDHC6XHQ.mjs +0 -67
- package/dist/lib/node-esm/react-surface-HDHC6XHQ.mjs.map +0 -7
- package/dist/lib/node-esm/schema-defs-GZIVMHLW.mjs +0 -26
- package/dist/lib/node-esm/schema-defs-GZIVMHLW.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,675 @@
|
|
|
1
|
+
import {
|
|
2
|
+
JOIN_DIALOG,
|
|
3
|
+
RECOVERY_CODE_DIALOG,
|
|
4
|
+
RESET_DIALOG
|
|
5
|
+
} from "./chunk-G7C3S2BE.mjs";
|
|
6
|
+
import {
|
|
7
|
+
Account,
|
|
8
|
+
ClientOperation,
|
|
9
|
+
meta
|
|
10
|
+
} from "./chunk-4BZGRIFS.mjs";
|
|
11
|
+
|
|
12
|
+
// src/capabilities/react-surface/react-surface.tsx
|
|
13
|
+
import * as Effect2 from "effect/Effect";
|
|
14
|
+
import React7 from "react";
|
|
15
|
+
import { Capability as Capability2, Common as Common3 } from "@dxos/app-framework";
|
|
16
|
+
|
|
17
|
+
// src/components/DevicesContainer.tsx
|
|
18
|
+
import React, { useCallback, useEffect, useState } from "react";
|
|
19
|
+
import { QR } from "react-qr-rounded";
|
|
20
|
+
import { useOperationInvoker } from "@dxos/app-framework/react";
|
|
21
|
+
import { log } from "@dxos/log";
|
|
22
|
+
import { useClient, useMulticastObservable } from "@dxos/react-client";
|
|
23
|
+
import { useDevices } from "@dxos/react-client/halo";
|
|
24
|
+
import { Invitation, InvitationEncoder } from "@dxos/react-client/invitations";
|
|
25
|
+
import { useNetworkStatus } from "@dxos/react-client/mesh";
|
|
26
|
+
import { Button, Clipboard, Icon, IconButton, List, useId, useTranslation } from "@dxos/react-ui";
|
|
27
|
+
import { ControlFrame, ControlFrameItem, ControlGroup, ControlItem, ControlPage, ControlSection } from "@dxos/react-ui-form";
|
|
28
|
+
import { translationKey } from "@dxos/shell/react";
|
|
29
|
+
import { AuthCode, Centered, DeviceListItem, Emoji, Viewport } from "@dxos/shell/react";
|
|
30
|
+
import { osTranslations } from "@dxos/ui-theme";
|
|
31
|
+
import { hexToEmoji } from "@dxos/util";
|
|
32
|
+
var __dxlog_file = "/__w/dxos/dxos/packages/plugins/plugin-client/src/components/DevicesContainer.tsx";
|
|
33
|
+
var DevicesContainer = ({ createInvitationUrl }) => {
|
|
34
|
+
const { t } = useTranslation(translationKey);
|
|
35
|
+
const { invokePromise } = useOperationInvoker();
|
|
36
|
+
const devices = useDevices();
|
|
37
|
+
const { swarm: connectionState } = useNetworkStatus();
|
|
38
|
+
const handleResetStorage = useCallback(() => invokePromise(ClientOperation.ResetStorage, {}), [
|
|
39
|
+
invokePromise
|
|
40
|
+
]);
|
|
41
|
+
const handleRecover = useCallback(() => invokePromise(ClientOperation.ResetStorage, {
|
|
42
|
+
mode: "recover"
|
|
43
|
+
}), [
|
|
44
|
+
invokePromise
|
|
45
|
+
]);
|
|
46
|
+
const handleJoinNewIdentity = useCallback(() => invokePromise(ClientOperation.ResetStorage, {
|
|
47
|
+
mode: "join new identity"
|
|
48
|
+
}), [
|
|
49
|
+
invokePromise
|
|
50
|
+
]);
|
|
51
|
+
return /* @__PURE__ */ React.createElement(Clipboard.Provider, null, /* @__PURE__ */ React.createElement(ControlPage, null, /* @__PURE__ */ React.createElement(ControlSection, {
|
|
52
|
+
title: t("devices verbose label", {
|
|
53
|
+
ns: meta.id
|
|
54
|
+
}),
|
|
55
|
+
description: t("devices description", {
|
|
56
|
+
ns: meta.id
|
|
57
|
+
})
|
|
58
|
+
}, /* @__PURE__ */ React.createElement(ControlFrame, null, /* @__PURE__ */ React.createElement(ControlFrameItem, {
|
|
59
|
+
title: t("devices label", {
|
|
60
|
+
ns: meta.id
|
|
61
|
+
})
|
|
62
|
+
}, /* @__PURE__ */ React.createElement(List, null, devices.map((device) => {
|
|
63
|
+
return /* @__PURE__ */ React.createElement(DeviceListItem, {
|
|
64
|
+
key: device.deviceKey.toHex(),
|
|
65
|
+
device,
|
|
66
|
+
connectionState
|
|
67
|
+
});
|
|
68
|
+
}))), createInvitationUrl && /* @__PURE__ */ React.createElement(ControlFrameItem, {
|
|
69
|
+
title: "Add device"
|
|
70
|
+
}, /* @__PURE__ */ React.createElement(DeviceInvitation, {
|
|
71
|
+
createInvitationUrl
|
|
72
|
+
})))), /* @__PURE__ */ React.createElement(ControlSection, {
|
|
73
|
+
title: t("danger zone title", {
|
|
74
|
+
ns: meta.id
|
|
75
|
+
}),
|
|
76
|
+
description: t("danger zone description", {
|
|
77
|
+
ns: meta.id
|
|
78
|
+
})
|
|
79
|
+
}, /* @__PURE__ */ React.createElement(ControlGroup, null, /* @__PURE__ */ React.createElement(ControlItem, {
|
|
80
|
+
title: t("reset device label"),
|
|
81
|
+
description: t("reset device description", {
|
|
82
|
+
ns: meta.id
|
|
83
|
+
})
|
|
84
|
+
}, /* @__PURE__ */ React.createElement(Button, {
|
|
85
|
+
variant: "destructive",
|
|
86
|
+
onClick: handleResetStorage,
|
|
87
|
+
"data-testid": "devicesContainer.reset"
|
|
88
|
+
}, t("reset device label"))), /* @__PURE__ */ React.createElement(ControlItem, {
|
|
89
|
+
title: t("recover identity label"),
|
|
90
|
+
description: t("recover identity description", {
|
|
91
|
+
ns: meta.id
|
|
92
|
+
})
|
|
93
|
+
}, /* @__PURE__ */ React.createElement(Button, {
|
|
94
|
+
variant: "destructive",
|
|
95
|
+
onClick: handleRecover,
|
|
96
|
+
"data-testid": "devicesContainer.recover"
|
|
97
|
+
}, t("recover identity label"))), /* @__PURE__ */ React.createElement(ControlItem, {
|
|
98
|
+
title: t("join new identity label"),
|
|
99
|
+
description: t("join new identity description", {
|
|
100
|
+
ns: meta.id
|
|
101
|
+
})
|
|
102
|
+
}, /* @__PURE__ */ React.createElement(Button, {
|
|
103
|
+
variant: "destructive",
|
|
104
|
+
onClick: handleJoinNewIdentity,
|
|
105
|
+
"data-testid": "devicesContainer.joinExisting"
|
|
106
|
+
}, t("join new identity label")))))));
|
|
107
|
+
};
|
|
108
|
+
var DeviceInvitation = (props) => {
|
|
109
|
+
const client = useClient();
|
|
110
|
+
const [invitation, setInvitation] = useState();
|
|
111
|
+
const onInvitationCreate = useCallback(() => {
|
|
112
|
+
const invitation2 = client.halo.share();
|
|
113
|
+
if (client.config.values.runtime?.app?.env?.DX_ENVIRONMENT !== "production") {
|
|
114
|
+
const subscription = invitation2.subscribe((invitation3) => {
|
|
115
|
+
const invitationCode = InvitationEncoder.encode(invitation3);
|
|
116
|
+
if (invitation3.state === Invitation.State.CONNECTING) {
|
|
117
|
+
log.info(JSON.stringify({
|
|
118
|
+
invitationCode,
|
|
119
|
+
authCode: invitation3.authCode
|
|
120
|
+
}), void 0, {
|
|
121
|
+
F: __dxlog_file,
|
|
122
|
+
L: 127,
|
|
123
|
+
S: void 0,
|
|
124
|
+
C: (f, a) => f(...a)
|
|
125
|
+
});
|
|
126
|
+
subscription.unsubscribe();
|
|
127
|
+
}
|
|
128
|
+
});
|
|
129
|
+
}
|
|
130
|
+
setInvitation(invitation2);
|
|
131
|
+
}, [
|
|
132
|
+
client
|
|
133
|
+
]);
|
|
134
|
+
const onInvitationDone = useCallback(() => {
|
|
135
|
+
setInvitation(void 0);
|
|
136
|
+
}, []);
|
|
137
|
+
if (invitation) {
|
|
138
|
+
return /* @__PURE__ */ React.createElement(DeviceInvitationImpl, {
|
|
139
|
+
...props,
|
|
140
|
+
invitation,
|
|
141
|
+
onInvitationCreate,
|
|
142
|
+
onInvitationDone
|
|
143
|
+
});
|
|
144
|
+
} else {
|
|
145
|
+
return /* @__PURE__ */ React.createElement(InvitationSection, {
|
|
146
|
+
...props,
|
|
147
|
+
onInvitationCreate,
|
|
148
|
+
onInvitationDone
|
|
149
|
+
});
|
|
150
|
+
}
|
|
151
|
+
};
|
|
152
|
+
var DeviceInvitationImpl = ({ invitation: invitationObservable, createInvitationUrl, onInvitationDone, onInvitationCreate }) => {
|
|
153
|
+
const invitation = useMulticastObservable(invitationObservable);
|
|
154
|
+
const url = createInvitationUrl(InvitationEncoder.encode(invitation));
|
|
155
|
+
useEffect(() => {
|
|
156
|
+
if (invitation.state >= Invitation.State.SUCCESS) {
|
|
157
|
+
onInvitationDone();
|
|
158
|
+
}
|
|
159
|
+
}, [
|
|
160
|
+
invitation.state
|
|
161
|
+
]);
|
|
162
|
+
return /* @__PURE__ */ React.createElement(InvitationSection, {
|
|
163
|
+
...invitation,
|
|
164
|
+
url,
|
|
165
|
+
onInvitationDone,
|
|
166
|
+
onInvitationCreate
|
|
167
|
+
});
|
|
168
|
+
};
|
|
169
|
+
var InvitationSection = ({ state = -1, authCode, invitationId = "never", url = "never", onInvitationDone = () => {
|
|
170
|
+
}, onInvitationCreate = () => {
|
|
171
|
+
} }) => {
|
|
172
|
+
const { t } = useTranslation(meta.id);
|
|
173
|
+
const activeView = state < 0 ? "init" : state >= Invitation.State.CANCELLED ? "complete" : state >= Invitation.State.READY_FOR_AUTHENTICATION && authCode ? "auth-code" : "qr-code";
|
|
174
|
+
return activeView === "init" ? /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("p", {
|
|
175
|
+
className: "text-description mbe-2"
|
|
176
|
+
}, t("add device description")), /* @__PURE__ */ React.createElement(IconButton, {
|
|
177
|
+
icon: "ph--plus--regular",
|
|
178
|
+
label: t("create device invitation label"),
|
|
179
|
+
disabled: state >= 0,
|
|
180
|
+
classNames: "is-full",
|
|
181
|
+
"data-testid": "devicesContainer.createInvitation",
|
|
182
|
+
onClick: onInvitationCreate
|
|
183
|
+
})) : /* @__PURE__ */ React.createElement(Viewport.Root, {
|
|
184
|
+
activeView
|
|
185
|
+
}, /* @__PURE__ */ React.createElement(Viewport.Views, null, /* @__PURE__ */ React.createElement(Viewport.View, {
|
|
186
|
+
id: "init"
|
|
187
|
+
}), /* @__PURE__ */ React.createElement(Viewport.View, {
|
|
188
|
+
id: "complete"
|
|
189
|
+
}, /* @__PURE__ */ React.createElement(InvitationComplete, {
|
|
190
|
+
statusValue: state
|
|
191
|
+
})), /* @__PURE__ */ React.createElement(Viewport.View, {
|
|
192
|
+
id: "auth-code"
|
|
193
|
+
}, /* @__PURE__ */ React.createElement(InvitationAuthCode, {
|
|
194
|
+
id: invitationId,
|
|
195
|
+
code: authCode ?? "never",
|
|
196
|
+
onCancel: onInvitationDone
|
|
197
|
+
})), /* @__PURE__ */ React.createElement(Viewport.View, {
|
|
198
|
+
id: "qr-code"
|
|
199
|
+
}, /* @__PURE__ */ React.createElement(InvitationQR, {
|
|
200
|
+
id: invitationId,
|
|
201
|
+
url,
|
|
202
|
+
onCancel: onInvitationDone
|
|
203
|
+
}))));
|
|
204
|
+
};
|
|
205
|
+
var InvitationQR = ({ id, url, onCancel }) => {
|
|
206
|
+
const { t } = useTranslation(osTranslations);
|
|
207
|
+
const qrLabel = useId("devices-container__qr-code");
|
|
208
|
+
const emoji = hexToEmoji(id);
|
|
209
|
+
return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("p", {
|
|
210
|
+
className: "text-description"
|
|
211
|
+
}, t("qr code description", {
|
|
212
|
+
ns: meta.id
|
|
213
|
+
})), /* @__PURE__ */ React.createElement("div", {
|
|
214
|
+
role: "group",
|
|
215
|
+
className: "grid grid-cols-[1fr_min-content] mlb-2 gap-2"
|
|
216
|
+
}, /* @__PURE__ */ React.createElement("div", {
|
|
217
|
+
role: "none",
|
|
218
|
+
className: "is-full aspect-square relative text-description"
|
|
219
|
+
}, /* @__PURE__ */ React.createElement(QR, {
|
|
220
|
+
rounding: 100,
|
|
221
|
+
backgroundColor: "transparent",
|
|
222
|
+
color: "currentColor",
|
|
223
|
+
"aria-labelledby": qrLabel,
|
|
224
|
+
errorCorrectionLevel: "Q",
|
|
225
|
+
cutout: true
|
|
226
|
+
}, url ?? "never"), /* @__PURE__ */ React.createElement(Centered, null, /* @__PURE__ */ React.createElement(Emoji, {
|
|
227
|
+
text: emoji
|
|
228
|
+
}))), /* @__PURE__ */ React.createElement("span", {
|
|
229
|
+
id: qrLabel,
|
|
230
|
+
className: "sr-only"
|
|
231
|
+
}, t("qr label"))), /* @__PURE__ */ React.createElement("div", {
|
|
232
|
+
className: "flex justify-center"
|
|
233
|
+
}, /* @__PURE__ */ React.createElement("div", {
|
|
234
|
+
className: "flex gap-2"
|
|
235
|
+
}, /* @__PURE__ */ React.createElement(Clipboard.Button, {
|
|
236
|
+
value: url ?? "never"
|
|
237
|
+
}), /* @__PURE__ */ React.createElement(Button, {
|
|
238
|
+
variant: "ghost",
|
|
239
|
+
onClick: onCancel
|
|
240
|
+
}, t("cancel label")))));
|
|
241
|
+
};
|
|
242
|
+
var InvitationAuthCode = ({ id, code, onCancel }) => {
|
|
243
|
+
const { t } = useTranslation(osTranslations);
|
|
244
|
+
const emoji = hexToEmoji(id);
|
|
245
|
+
return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("p", {
|
|
246
|
+
className: "text-description"
|
|
247
|
+
}, t("auth other device emoji message")), emoji && /* @__PURE__ */ React.createElement(Emoji, {
|
|
248
|
+
text: emoji,
|
|
249
|
+
className: "mli-auto mlb-2 text-center"
|
|
250
|
+
}), /* @__PURE__ */ React.createElement("p", {
|
|
251
|
+
className: "text-description"
|
|
252
|
+
}, t("auth code message")), /* @__PURE__ */ React.createElement(AuthCode, {
|
|
253
|
+
code,
|
|
254
|
+
large: true,
|
|
255
|
+
classNames: "mli-auto mlb-2 text-center grow"
|
|
256
|
+
}), /* @__PURE__ */ React.createElement(Button, {
|
|
257
|
+
variant: "ghost",
|
|
258
|
+
onClick: onCancel
|
|
259
|
+
}, t("cancel label")));
|
|
260
|
+
};
|
|
261
|
+
var InvitationComplete = ({ statusValue }) => {
|
|
262
|
+
return statusValue > 0 ? /* @__PURE__ */ React.createElement(Icon, {
|
|
263
|
+
icon: "ph--check--regular",
|
|
264
|
+
size: 6,
|
|
265
|
+
classNames: "m-1.5"
|
|
266
|
+
}) : /* @__PURE__ */ React.createElement(Icon, {
|
|
267
|
+
icon: "ph--x--regular",
|
|
268
|
+
size: 6,
|
|
269
|
+
classNames: "m-1.5"
|
|
270
|
+
});
|
|
271
|
+
};
|
|
272
|
+
|
|
273
|
+
// src/components/JoinDialog.tsx
|
|
274
|
+
import React2, { useCallback as useCallback2 } from "react";
|
|
275
|
+
import { Common } from "@dxos/app-framework";
|
|
276
|
+
import { useOperationInvoker as useOperationInvoker2 } from "@dxos/app-framework/react";
|
|
277
|
+
import { ObservabilityOperation } from "@dxos/plugin-observability/types";
|
|
278
|
+
import { Dialog, useTranslation as useTranslation2 } from "@dxos/react-ui";
|
|
279
|
+
import { JoinPanel } from "@dxos/shell/react";
|
|
280
|
+
import { osTranslations as osTranslations2 } from "@dxos/ui-theme";
|
|
281
|
+
var JoinDialog = (props) => {
|
|
282
|
+
const { invokePromise } = useOperationInvoker2();
|
|
283
|
+
const { t } = useTranslation2(meta.id);
|
|
284
|
+
const handleCancelResetStorage = useCallback2(() => invokePromise(ClientOperation.ShareIdentity), [
|
|
285
|
+
invokePromise
|
|
286
|
+
]);
|
|
287
|
+
const handleDone = useCallback2(async (result) => {
|
|
288
|
+
if (result?.identityKey) {
|
|
289
|
+
await Promise.all([
|
|
290
|
+
invokePromise(Common.LayoutOperation.UpdateDialog, {
|
|
291
|
+
state: false
|
|
292
|
+
}),
|
|
293
|
+
invokePromise(ObservabilityOperation.SendEvent, {
|
|
294
|
+
name: props.initialDisposition === "recover-identity" ? "identity.recover" : "identity.join"
|
|
295
|
+
})
|
|
296
|
+
]);
|
|
297
|
+
}
|
|
298
|
+
}, [
|
|
299
|
+
invokePromise
|
|
300
|
+
]);
|
|
301
|
+
return /* @__PURE__ */ React2.createElement(Dialog.Content, null, /* @__PURE__ */ React2.createElement(Dialog.Title, {
|
|
302
|
+
classNames: "sr-only"
|
|
303
|
+
}, t("join space label", {
|
|
304
|
+
ns: osTranslations2
|
|
305
|
+
})), /* @__PURE__ */ React2.createElement(JoinPanel, {
|
|
306
|
+
mode: "halo-only",
|
|
307
|
+
...props,
|
|
308
|
+
exitActionParent: /* @__PURE__ */ React2.createElement(Dialog.Close, {
|
|
309
|
+
asChild: true
|
|
310
|
+
}),
|
|
311
|
+
doneActionParent: /* @__PURE__ */ React2.createElement(Dialog.Close, {
|
|
312
|
+
asChild: true
|
|
313
|
+
}),
|
|
314
|
+
onCancelResetStorage: handleCancelResetStorage,
|
|
315
|
+
onDone: handleDone
|
|
316
|
+
}));
|
|
317
|
+
};
|
|
318
|
+
|
|
319
|
+
// src/components/ProfileContainer.tsx
|
|
320
|
+
import * as Schema from "effect/Schema";
|
|
321
|
+
import React3, { useCallback as useCallback3, useMemo, useState as useState2 } from "react";
|
|
322
|
+
import { debounce } from "@dxos/async";
|
|
323
|
+
import { useClient as useClient2 } from "@dxos/react-client";
|
|
324
|
+
import { useIdentity } from "@dxos/react-client/halo";
|
|
325
|
+
import { ButtonGroup, Clipboard as Clipboard2, Input, useTranslation as useTranslation3 } from "@dxos/react-ui";
|
|
326
|
+
import { ControlItem as ControlItem2, ControlItemInput, ControlPage as ControlPage2, ControlSection as ControlSection2, Form } from "@dxos/react-ui-form";
|
|
327
|
+
import { EmojiPickerBlock, HuePicker } from "@dxos/react-ui-pickers";
|
|
328
|
+
import { hexToEmoji as hexToEmoji2, hexToHue } from "@dxos/util";
|
|
329
|
+
var UserProfile = Schema.Struct({
|
|
330
|
+
did: Schema.String.annotations({
|
|
331
|
+
title: "DID"
|
|
332
|
+
}),
|
|
333
|
+
displayName: Schema.String.annotations({
|
|
334
|
+
title: "Display name"
|
|
335
|
+
}),
|
|
336
|
+
emoji: Schema.String.annotations({
|
|
337
|
+
title: "Avatar"
|
|
338
|
+
}),
|
|
339
|
+
hue: Schema.String.annotations({
|
|
340
|
+
title: "Color"
|
|
341
|
+
})
|
|
342
|
+
});
|
|
343
|
+
var getDefaultHueValue = (identity) => hexToHue(identity?.identityKey.toHex() ?? "0");
|
|
344
|
+
var getHueValue = (identity) => identity?.profile?.data?.hue || getDefaultHueValue(identity);
|
|
345
|
+
var getDefaultEmojiValue = (identity) => hexToEmoji2(identity?.identityKey.toHex() ?? "0");
|
|
346
|
+
var getEmojiValue = (identity) => identity?.profile?.data?.emoji || getDefaultEmojiValue(identity);
|
|
347
|
+
var ProfileContainer = () => {
|
|
348
|
+
const { t } = useTranslation3(meta.id);
|
|
349
|
+
const client = useClient2();
|
|
350
|
+
const identity = useIdentity();
|
|
351
|
+
const [displayName, setDisplayNameDirectly] = useState2(identity?.profile?.displayName ?? "");
|
|
352
|
+
const [emoji, setEmojiDirectly] = useState2(getEmojiValue(identity));
|
|
353
|
+
const [hue, setHueDirectly] = useState2(getHueValue(identity));
|
|
354
|
+
const updateProfile = useMemo(() => debounce((profile) => client.halo.updateProfile({
|
|
355
|
+
displayName: profile.displayName,
|
|
356
|
+
data: {
|
|
357
|
+
emoji: profile.emoji,
|
|
358
|
+
hue: profile.hue
|
|
359
|
+
}
|
|
360
|
+
}), 2e3), []);
|
|
361
|
+
const handleChange = useCallback3((profile, meta2) => {
|
|
362
|
+
for (const [path, changed] of Object.entries(meta2.changed)) {
|
|
363
|
+
if (changed) {
|
|
364
|
+
switch (path) {
|
|
365
|
+
case "displayName":
|
|
366
|
+
setDisplayNameDirectly(profile.displayName ?? "");
|
|
367
|
+
break;
|
|
368
|
+
case "emoji":
|
|
369
|
+
setEmojiDirectly(profile.emoji ?? getDefaultEmojiValue(identity));
|
|
370
|
+
break;
|
|
371
|
+
case "hue":
|
|
372
|
+
setHueDirectly(profile.hue ?? getDefaultHueValue(identity));
|
|
373
|
+
break;
|
|
374
|
+
default:
|
|
375
|
+
break;
|
|
376
|
+
}
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
void updateProfile(profile);
|
|
380
|
+
}, [
|
|
381
|
+
identity
|
|
382
|
+
]);
|
|
383
|
+
const values = useMemo(() => ({
|
|
384
|
+
did: identity?.did,
|
|
385
|
+
displayName,
|
|
386
|
+
emoji,
|
|
387
|
+
hue
|
|
388
|
+
}), [
|
|
389
|
+
identity,
|
|
390
|
+
displayName,
|
|
391
|
+
emoji,
|
|
392
|
+
hue
|
|
393
|
+
]);
|
|
394
|
+
const fieldMap = useMemo(() => ({
|
|
395
|
+
displayName: ({ type, label, getValue, onValueChange }) => {
|
|
396
|
+
const handleChange2 = useCallback3(({ target: { value } }) => onValueChange(type, value), [
|
|
397
|
+
onValueChange,
|
|
398
|
+
type
|
|
399
|
+
]);
|
|
400
|
+
return /* @__PURE__ */ React3.createElement(ControlItemInput, {
|
|
401
|
+
title: label,
|
|
402
|
+
description: t("display name description")
|
|
403
|
+
}, /* @__PURE__ */ React3.createElement(Input.TextInput, {
|
|
404
|
+
value: getValue(),
|
|
405
|
+
onChange: handleChange2,
|
|
406
|
+
placeholder: t("display name input placeholder"),
|
|
407
|
+
classNames: "min-is-64"
|
|
408
|
+
}));
|
|
409
|
+
},
|
|
410
|
+
emoji: ({ type, label, getValue, onValueChange }) => {
|
|
411
|
+
const handleChange2 = useCallback3((nextEmoji) => onValueChange(type, nextEmoji), [
|
|
412
|
+
onValueChange,
|
|
413
|
+
type
|
|
414
|
+
]);
|
|
415
|
+
const handleEmojiReset = useCallback3(() => onValueChange(type, getDefaultEmojiValue(identity)), [
|
|
416
|
+
onValueChange,
|
|
417
|
+
type
|
|
418
|
+
]);
|
|
419
|
+
return /* @__PURE__ */ React3.createElement(ControlItem2, {
|
|
420
|
+
title: label,
|
|
421
|
+
description: t("icon description")
|
|
422
|
+
}, /* @__PURE__ */ React3.createElement(EmojiPickerBlock, {
|
|
423
|
+
triggerVariant: "default",
|
|
424
|
+
emoji: getValue(),
|
|
425
|
+
onChangeEmoji: handleChange2,
|
|
426
|
+
onClickClear: handleEmojiReset,
|
|
427
|
+
classNames: "justify-self-end"
|
|
428
|
+
}));
|
|
429
|
+
},
|
|
430
|
+
hue: ({ type, label, getValue, onValueChange }) => {
|
|
431
|
+
const handleChange2 = useCallback3((nextHue) => onValueChange(type, nextHue), [
|
|
432
|
+
onValueChange,
|
|
433
|
+
type
|
|
434
|
+
]);
|
|
435
|
+
const handleHueReset = useCallback3(() => onValueChange(type, getDefaultHueValue(identity)), [
|
|
436
|
+
onValueChange,
|
|
437
|
+
type
|
|
438
|
+
]);
|
|
439
|
+
return /* @__PURE__ */ React3.createElement(ControlItem2, {
|
|
440
|
+
title: label,
|
|
441
|
+
description: t("hue description")
|
|
442
|
+
}, /* @__PURE__ */ React3.createElement("div", {
|
|
443
|
+
role: "none",
|
|
444
|
+
className: "flex justify-self-end"
|
|
445
|
+
}, /* @__PURE__ */ React3.createElement(HuePicker, {
|
|
446
|
+
value: getValue(),
|
|
447
|
+
onChange: handleChange2,
|
|
448
|
+
onReset: handleHueReset
|
|
449
|
+
})));
|
|
450
|
+
},
|
|
451
|
+
// TODO(wittjosiah): We need text input annotations for disabled and copyable.
|
|
452
|
+
did: ({ label, getValue }) => {
|
|
453
|
+
return /* @__PURE__ */ React3.createElement(ControlItemInput, {
|
|
454
|
+
title: label,
|
|
455
|
+
description: t("did description")
|
|
456
|
+
}, /* @__PURE__ */ React3.createElement(ButtonGroup, null, /* @__PURE__ */ React3.createElement(Input.TextInput, {
|
|
457
|
+
value: getValue(),
|
|
458
|
+
disabled: true,
|
|
459
|
+
classNames: "min-is-64"
|
|
460
|
+
}), /* @__PURE__ */ React3.createElement(Clipboard2.IconButton, {
|
|
461
|
+
value: getValue() ?? ""
|
|
462
|
+
})));
|
|
463
|
+
}
|
|
464
|
+
}), [
|
|
465
|
+
t
|
|
466
|
+
]);
|
|
467
|
+
return /* @__PURE__ */ React3.createElement(ControlPage2, null, /* @__PURE__ */ React3.createElement(Clipboard2.Provider, null, /* @__PURE__ */ React3.createElement(ControlSection2, {
|
|
468
|
+
title: t("profile label"),
|
|
469
|
+
description: t("profile description")
|
|
470
|
+
}, /* @__PURE__ */ React3.createElement(Form.Root, {
|
|
471
|
+
schema: UserProfile,
|
|
472
|
+
values,
|
|
473
|
+
fieldMap,
|
|
474
|
+
onValuesChanged: handleChange
|
|
475
|
+
}, /* @__PURE__ */ React3.createElement(Form.Content, null, /* @__PURE__ */ React3.createElement(Form.FieldSet, {
|
|
476
|
+
classNames: "container-max-width grid grid-cols-1 md:grid-cols-[1fr_min-content]"
|
|
477
|
+
}))))));
|
|
478
|
+
};
|
|
479
|
+
|
|
480
|
+
// src/components/RecoveryCodeDialog.tsx
|
|
481
|
+
import React4, { useCallback as useCallback4, useState as useState3 } from "react";
|
|
482
|
+
import { AlertDialog, Button as Button2, Clipboard as Clipboard3, Input as Input2, useTranslation as useTranslation4 } from "@dxos/react-ui";
|
|
483
|
+
var RecoveryCodeDialog = ({ code }) => {
|
|
484
|
+
const { t } = useTranslation4(meta.id);
|
|
485
|
+
const [confirmation, setConfirmation] = useState3(false);
|
|
486
|
+
const handleConfirmation = useCallback4((checked) => setConfirmation(checked), []);
|
|
487
|
+
return /* @__PURE__ */ React4.createElement(AlertDialog.Content, {
|
|
488
|
+
classNames: "bs-content min-bs-[15rem] max-bs-full md:max-is-[40rem] overflow-hidden"
|
|
489
|
+
}, /* @__PURE__ */ React4.createElement(AlertDialog.Title, null, t("recovery code dialog title")), /* @__PURE__ */ React4.createElement("p", {
|
|
490
|
+
className: "plb-4"
|
|
491
|
+
}, t("recovery code dialog description")), /* @__PURE__ */ React4.createElement(Clipboard3.Provider, null, /* @__PURE__ */ React4.createElement(Code, {
|
|
492
|
+
code
|
|
493
|
+
})), /* @__PURE__ */ React4.createElement("div", {
|
|
494
|
+
className: "flex flex-col plb-4 gap-2"
|
|
495
|
+
}, /* @__PURE__ */ React4.createElement("p", null, t("recovery code dialog warning 1")), /* @__PURE__ */ React4.createElement("p", null, t("recovery code dialog warning 2"))), /* @__PURE__ */ React4.createElement("div", {
|
|
496
|
+
className: "flex items-center gap-2 pbe-4"
|
|
497
|
+
}, /* @__PURE__ */ React4.createElement(Input2.Root, null, /* @__PURE__ */ React4.createElement(Input2.Checkbox, {
|
|
498
|
+
"data-testid": "recoveryCode.confirm",
|
|
499
|
+
checked: confirmation,
|
|
500
|
+
onCheckedChange: handleConfirmation
|
|
501
|
+
}), /* @__PURE__ */ React4.createElement(Input2.Label, null, t("recovery code confirmation label")))), /* @__PURE__ */ React4.createElement("div", {
|
|
502
|
+
className: "flex justify-end"
|
|
503
|
+
}, /* @__PURE__ */ React4.createElement(AlertDialog.Action, {
|
|
504
|
+
asChild: true
|
|
505
|
+
}, /* @__PURE__ */ React4.createElement(Button2, {
|
|
506
|
+
"data-testid": "recoveryCode.continue",
|
|
507
|
+
variant: "primary",
|
|
508
|
+
disabled: !confirmation
|
|
509
|
+
}, t("continue label")))));
|
|
510
|
+
};
|
|
511
|
+
var Code = ({ code }) => {
|
|
512
|
+
const words = code.split(" ");
|
|
513
|
+
return /* @__PURE__ */ React4.createElement("div", {
|
|
514
|
+
className: "relative p-2 border border-separator rounded group"
|
|
515
|
+
}, /* @__PURE__ */ React4.createElement(Clipboard3.IconButton, {
|
|
516
|
+
value: code,
|
|
517
|
+
classNames: "absolute top-2 right-2 invisible group-hover:visible"
|
|
518
|
+
}), /* @__PURE__ */ React4.createElement("div", {
|
|
519
|
+
className: "grid grid-cols-4"
|
|
520
|
+
}, words.map((word, i) => /* @__PURE__ */ React4.createElement("div", {
|
|
521
|
+
key: i,
|
|
522
|
+
className: "flex items-center p-2 gap-2"
|
|
523
|
+
}, /* @__PURE__ */ React4.createElement("div", {
|
|
524
|
+
className: "is-4 text-xs text-center text-subdued"
|
|
525
|
+
}, i + 1), /* @__PURE__ */ React4.createElement("div", {
|
|
526
|
+
className: "text-sm"
|
|
527
|
+
}, word)))));
|
|
528
|
+
};
|
|
529
|
+
|
|
530
|
+
// src/components/RecoveryCredentialsContainer.tsx
|
|
531
|
+
import React5 from "react";
|
|
532
|
+
import { useOperationInvoker as useOperationInvoker3 } from "@dxos/app-framework/react";
|
|
533
|
+
import { useCredentials } from "@dxos/react-client/halo";
|
|
534
|
+
import { Icon as Icon2, IconButton as IconButton2, List as List2, ListItem, Message, useTranslation as useTranslation5 } from "@dxos/react-ui";
|
|
535
|
+
import { ControlGroup as ControlGroup2, ControlItem as ControlItem3, ControlPage as ControlPage3, ControlSection as ControlSection3 } from "@dxos/react-ui-form";
|
|
536
|
+
var MANAGE_CREDENTIALS_DIALOG = `${meta.id}/ManageCredentialsDialog`;
|
|
537
|
+
var RecoveryCredentialsContainer = () => {
|
|
538
|
+
const { t } = useTranslation5(meta.id);
|
|
539
|
+
const { invokePromise } = useOperationInvoker3();
|
|
540
|
+
const credentials = useCredentials();
|
|
541
|
+
const recoveryCredentials = credentials.filter((credential) => credential.subject.assertion["@type"] === "dxos.halo.credentials.IdentityRecovery");
|
|
542
|
+
return /* @__PURE__ */ React5.createElement(ControlPage3, null, /* @__PURE__ */ React5.createElement(ControlSection3, {
|
|
543
|
+
title: t("recovery setup dialog title"),
|
|
544
|
+
description: t("recovery setup dialog description")
|
|
545
|
+
}, /* @__PURE__ */ React5.createElement(ControlGroup2, null, /* @__PURE__ */ React5.createElement(ControlItem3, {
|
|
546
|
+
title: t("create passkey label"),
|
|
547
|
+
description: t("create passkey description")
|
|
548
|
+
}, /* @__PURE__ */ React5.createElement(IconButton2, {
|
|
549
|
+
label: t("create passkey label"),
|
|
550
|
+
icon: "ph--key--duotone",
|
|
551
|
+
variant: "primary",
|
|
552
|
+
onClick: () => invokePromise(ClientOperation.CreatePasskey)
|
|
553
|
+
})), /* @__PURE__ */ React5.createElement(ControlItem3, {
|
|
554
|
+
title: t("create recovery code label"),
|
|
555
|
+
description: t("create recovery code description")
|
|
556
|
+
}, /* @__PURE__ */ React5.createElement(IconButton2, {
|
|
557
|
+
label: t("create recovery code label"),
|
|
558
|
+
icon: "ph--receipt--duotone",
|
|
559
|
+
variant: "default",
|
|
560
|
+
onClick: () => invokePromise(ClientOperation.CreateRecoveryCode)
|
|
561
|
+
})))), /* @__PURE__ */ React5.createElement(ControlSection3, {
|
|
562
|
+
title: t("credentials list label")
|
|
563
|
+
}, recoveryCredentials.length < 1 ? /* @__PURE__ */ React5.createElement(Message.Root, {
|
|
564
|
+
valence: "error",
|
|
565
|
+
classNames: "container-max-width"
|
|
566
|
+
}, /* @__PURE__ */ React5.createElement(Message.Title, {
|
|
567
|
+
icon: "ph--shield-warning--duotone"
|
|
568
|
+
}, t("no credentials title")), /* @__PURE__ */ React5.createElement(Message.Content, null, t("no credentials message"))) : /* @__PURE__ */ React5.createElement(List2, {
|
|
569
|
+
classNames: "container-max-width pli-2"
|
|
570
|
+
}, recoveryCredentials.map((credential) => /* @__PURE__ */ React5.createElement(ListItem.Root, {
|
|
571
|
+
key: credential.id?.toHex()
|
|
572
|
+
}, /* @__PURE__ */ React5.createElement(ListItem.Endcap, null, /* @__PURE__ */ React5.createElement(Icon2, {
|
|
573
|
+
icon: "ph--key--regular"
|
|
574
|
+
})), /* @__PURE__ */ React5.createElement(ListItem.Heading, null, credential.issuanceDate.toLocaleString()))))));
|
|
575
|
+
};
|
|
576
|
+
|
|
577
|
+
// src/components/ResetDialog.tsx
|
|
578
|
+
import * as Effect from "effect/Effect";
|
|
579
|
+
import React6, { useCallback as useCallback5 } from "react";
|
|
580
|
+
import { Capability, Common as Common2 } from "@dxos/app-framework";
|
|
581
|
+
import { useOperationInvoker as useOperationInvoker4 } from "@dxos/app-framework/react";
|
|
582
|
+
import { runAndForwardErrors } from "@dxos/effect";
|
|
583
|
+
import { useClient as useClient3 } from "@dxos/react-client";
|
|
584
|
+
import { Dialog as Dialog2, useTranslation as useTranslation6 } from "@dxos/react-ui";
|
|
585
|
+
import { ConfirmReset } from "@dxos/shell/react";
|
|
586
|
+
var ResetDialog = ({ mode, onReset, capabilityManager }) => {
|
|
587
|
+
const { t } = useTranslation6(meta.id);
|
|
588
|
+
const { invokePromise } = useOperationInvoker4();
|
|
589
|
+
const client = useClient3();
|
|
590
|
+
const handleReset = useCallback5(async () => {
|
|
591
|
+
await client.reset();
|
|
592
|
+
const target = mode === "join new identity" ? "deviceInvitation" : mode === "recover" ? "recoverIdentity" : void 0;
|
|
593
|
+
if (onReset) {
|
|
594
|
+
await runAndForwardErrors(onReset({
|
|
595
|
+
target
|
|
596
|
+
}).pipe(Effect.provideService(Capability.Service, capabilityManager)));
|
|
597
|
+
}
|
|
598
|
+
}, [
|
|
599
|
+
client,
|
|
600
|
+
mode,
|
|
601
|
+
onReset,
|
|
602
|
+
capabilityManager
|
|
603
|
+
]);
|
|
604
|
+
const handleCancel = useCallback5(() => {
|
|
605
|
+
void invokePromise(Common2.LayoutOperation.UpdateDialog, {
|
|
606
|
+
state: false
|
|
607
|
+
});
|
|
608
|
+
}, [
|
|
609
|
+
invokePromise
|
|
610
|
+
]);
|
|
611
|
+
return /* @__PURE__ */ React6.createElement(Dialog2.Content, null, /* @__PURE__ */ React6.createElement(Dialog2.Title, {
|
|
612
|
+
classNames: "sr-only"
|
|
613
|
+
}, t("reset dialog title")), /* @__PURE__ */ React6.createElement(Dialog2.Description, {
|
|
614
|
+
classNames: "sr-only"
|
|
615
|
+
}, t("reset dialog description")), /* @__PURE__ */ React6.createElement(ConfirmReset, {
|
|
616
|
+
active: true,
|
|
617
|
+
mode,
|
|
618
|
+
onConfirm: handleReset,
|
|
619
|
+
onCancel: handleCancel
|
|
620
|
+
}));
|
|
621
|
+
};
|
|
622
|
+
|
|
623
|
+
// src/capabilities/react-surface/react-surface.tsx
|
|
624
|
+
var react_surface_default = Capability2.makeModule(Effect2.fnUntraced(function* (props) {
|
|
625
|
+
const { createInvitationUrl, onReset } = props;
|
|
626
|
+
const capabilityManager = yield* Capability2.Service;
|
|
627
|
+
return Capability2.contributes(Common3.Capability.ReactSurface, [
|
|
628
|
+
Common3.createSurface({
|
|
629
|
+
id: Account.Profile,
|
|
630
|
+
role: "article",
|
|
631
|
+
filter: (data) => data.subject === Account.Profile,
|
|
632
|
+
component: () => /* @__PURE__ */ React7.createElement(ProfileContainer, null)
|
|
633
|
+
}),
|
|
634
|
+
Common3.createSurface({
|
|
635
|
+
id: Account.Devices,
|
|
636
|
+
role: "article",
|
|
637
|
+
filter: (data) => data.subject === Account.Devices,
|
|
638
|
+
component: () => /* @__PURE__ */ React7.createElement(DevicesContainer, {
|
|
639
|
+
createInvitationUrl
|
|
640
|
+
})
|
|
641
|
+
}),
|
|
642
|
+
Common3.createSurface({
|
|
643
|
+
id: Account.Security,
|
|
644
|
+
role: "article",
|
|
645
|
+
filter: (data) => data.subject === Account.Security,
|
|
646
|
+
component: () => /* @__PURE__ */ React7.createElement(RecoveryCredentialsContainer, null)
|
|
647
|
+
}),
|
|
648
|
+
Common3.createSurface({
|
|
649
|
+
id: JOIN_DIALOG,
|
|
650
|
+
role: "dialog",
|
|
651
|
+
filter: (data) => data.component === JOIN_DIALOG,
|
|
652
|
+
component: ({ data }) => /* @__PURE__ */ React7.createElement(JoinDialog, data.props)
|
|
653
|
+
}),
|
|
654
|
+
Common3.createSurface({
|
|
655
|
+
id: RECOVERY_CODE_DIALOG,
|
|
656
|
+
role: "dialog",
|
|
657
|
+
filter: (data) => data.component === RECOVERY_CODE_DIALOG,
|
|
658
|
+
component: ({ data }) => /* @__PURE__ */ React7.createElement(RecoveryCodeDialog, data.props)
|
|
659
|
+
}),
|
|
660
|
+
Common3.createSurface({
|
|
661
|
+
id: RESET_DIALOG,
|
|
662
|
+
role: "dialog",
|
|
663
|
+
filter: (data) => data.component === RESET_DIALOG,
|
|
664
|
+
component: ({ data }) => /* @__PURE__ */ React7.createElement(ResetDialog, {
|
|
665
|
+
...data.props,
|
|
666
|
+
onReset,
|
|
667
|
+
capabilityManager
|
|
668
|
+
})
|
|
669
|
+
})
|
|
670
|
+
]);
|
|
671
|
+
}));
|
|
672
|
+
export {
|
|
673
|
+
react_surface_default as default
|
|
674
|
+
};
|
|
675
|
+
//# sourceMappingURL=react-surface-RSQ74XCT.mjs.map
|