@dxos/plugin-client 0.8.4-main.84f28bd → 0.8.4-main.9735255
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,296 @@
|
|
|
1
|
+
import type * as Effect from 'effect/Effect';
|
|
2
|
+
import * as Schema from 'effect/Schema';
|
|
3
|
+
import { Capability } from '@dxos/app-framework';
|
|
4
|
+
import { type Client, type ClientOptions, PublicKey } from '@dxos/client';
|
|
5
|
+
export declare namespace ClientAction {
|
|
6
|
+
const CreateIdentity_base: Schema.TaggedClass<CreateIdentity, `${string}/action/create-identity`, {
|
|
7
|
+
readonly _tag: Schema.tag<`${string}/action/create-identity`>;
|
|
8
|
+
} & {
|
|
9
|
+
input: Schema.Struct<{
|
|
10
|
+
displayName: Schema.optional<typeof Schema.String>;
|
|
11
|
+
avatarCid: Schema.optional<typeof Schema.String>;
|
|
12
|
+
data: Schema.optional<Schema.Record$<typeof Schema.String, typeof Schema.Any>>;
|
|
13
|
+
}>;
|
|
14
|
+
output: Schema.Struct<{
|
|
15
|
+
identityKey: Schema.instanceOf<PublicKey>;
|
|
16
|
+
spaceKey: Schema.optional<Schema.instanceOf<PublicKey>>;
|
|
17
|
+
profile: Schema.optional<Schema.Struct<{
|
|
18
|
+
displayName: Schema.optional<typeof Schema.String>;
|
|
19
|
+
avatarCid: Schema.optional<typeof Schema.String>;
|
|
20
|
+
data: Schema.optional<Schema.Record$<typeof Schema.String, typeof Schema.Any>>;
|
|
21
|
+
}>>;
|
|
22
|
+
}>;
|
|
23
|
+
}>;
|
|
24
|
+
export class CreateIdentity extends CreateIdentity_base {
|
|
25
|
+
}
|
|
26
|
+
const JoinIdentity_base: Schema.TaggedClass<JoinIdentity, `${string}/action/join-identity`, {
|
|
27
|
+
readonly _tag: Schema.tag<`${string}/action/join-identity`>;
|
|
28
|
+
} & {
|
|
29
|
+
input: Schema.Struct<{
|
|
30
|
+
invitationCode: Schema.optional<typeof Schema.String>;
|
|
31
|
+
}>;
|
|
32
|
+
output: typeof Schema.Void;
|
|
33
|
+
}>;
|
|
34
|
+
export class JoinIdentity extends JoinIdentity_base {
|
|
35
|
+
}
|
|
36
|
+
const ShareIdentity_base: Schema.TaggedClass<ShareIdentity, `${string}/action/share-identity`, {
|
|
37
|
+
readonly _tag: Schema.tag<`${string}/action/share-identity`>;
|
|
38
|
+
} & {
|
|
39
|
+
input: typeof Schema.Void;
|
|
40
|
+
output: typeof Schema.Void;
|
|
41
|
+
}>;
|
|
42
|
+
export class ShareIdentity extends ShareIdentity_base {
|
|
43
|
+
}
|
|
44
|
+
const RecoverIdentity_base: Schema.TaggedClass<RecoverIdentity, `${string}/action/recover-identity`, {
|
|
45
|
+
readonly _tag: Schema.tag<`${string}/action/recover-identity`>;
|
|
46
|
+
} & {
|
|
47
|
+
input: typeof Schema.Void;
|
|
48
|
+
output: typeof Schema.Void;
|
|
49
|
+
}>;
|
|
50
|
+
export class RecoverIdentity extends RecoverIdentity_base {
|
|
51
|
+
}
|
|
52
|
+
const ResetStorage_base: Schema.TaggedClass<ResetStorage, `${string}/action/reset-storage`, {
|
|
53
|
+
readonly _tag: Schema.tag<`${string}/action/reset-storage`>;
|
|
54
|
+
} & {
|
|
55
|
+
input: Schema.Struct<{
|
|
56
|
+
mode: Schema.optional<typeof Schema.String>;
|
|
57
|
+
}>;
|
|
58
|
+
output: typeof Schema.Void;
|
|
59
|
+
}>;
|
|
60
|
+
export class ResetStorage extends ResetStorage_base {
|
|
61
|
+
}
|
|
62
|
+
const CreateAgent_base: Schema.TaggedClass<CreateAgent, `${string}/action/create-agent`, {
|
|
63
|
+
readonly _tag: Schema.tag<`${string}/action/create-agent`>;
|
|
64
|
+
} & {
|
|
65
|
+
input: typeof Schema.Void;
|
|
66
|
+
output: typeof Schema.Void;
|
|
67
|
+
}>;
|
|
68
|
+
export class CreateAgent extends CreateAgent_base {
|
|
69
|
+
}
|
|
70
|
+
const CreateRecoveryCode_base: Schema.TaggedClass<CreateRecoveryCode, `${string}/action/create-recovery-code`, {
|
|
71
|
+
readonly _tag: Schema.tag<`${string}/action/create-recovery-code`>;
|
|
72
|
+
} & {
|
|
73
|
+
input: typeof Schema.Void;
|
|
74
|
+
output: typeof Schema.Void;
|
|
75
|
+
}>;
|
|
76
|
+
export class CreateRecoveryCode extends CreateRecoveryCode_base {
|
|
77
|
+
}
|
|
78
|
+
const CreatePasskey_base: Schema.TaggedClass<CreatePasskey, `${string}/action/create-passkey`, {
|
|
79
|
+
readonly _tag: Schema.tag<`${string}/action/create-passkey`>;
|
|
80
|
+
} & {
|
|
81
|
+
input: typeof Schema.Void;
|
|
82
|
+
output: typeof Schema.Void;
|
|
83
|
+
}>;
|
|
84
|
+
export class CreatePasskey extends CreatePasskey_base {
|
|
85
|
+
}
|
|
86
|
+
const RedeemPasskey_base: Schema.TaggedClass<RedeemPasskey, `${string}/action/redeem-passkey`, {
|
|
87
|
+
readonly _tag: Schema.tag<`${string}/action/redeem-passkey`>;
|
|
88
|
+
} & {
|
|
89
|
+
input: typeof Schema.Void;
|
|
90
|
+
output: typeof Schema.Void;
|
|
91
|
+
}>;
|
|
92
|
+
export class RedeemPasskey extends RedeemPasskey_base {
|
|
93
|
+
}
|
|
94
|
+
const RedeemToken_base: Schema.TaggedClass<RedeemToken, `${string}/action/redeem-token`, {
|
|
95
|
+
readonly _tag: Schema.tag<`${string}/action/redeem-token`>;
|
|
96
|
+
} & {
|
|
97
|
+
input: Schema.Struct<{
|
|
98
|
+
token: typeof Schema.String;
|
|
99
|
+
}>;
|
|
100
|
+
output: typeof Schema.Void;
|
|
101
|
+
}>;
|
|
102
|
+
export class RedeemToken extends RedeemToken_base {
|
|
103
|
+
}
|
|
104
|
+
export {};
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* Operations for the Client plugin.
|
|
108
|
+
*/
|
|
109
|
+
export declare namespace ClientOperation {
|
|
110
|
+
const CreateIdentity: Omit<{
|
|
111
|
+
readonly meta: {
|
|
112
|
+
readonly key: `${string}/create-identity`;
|
|
113
|
+
readonly name: "Create Identity";
|
|
114
|
+
};
|
|
115
|
+
readonly services: readonly [typeof Capability.Service];
|
|
116
|
+
readonly schema: {
|
|
117
|
+
readonly input: Schema.Struct<{
|
|
118
|
+
displayName: Schema.optional<typeof Schema.String>;
|
|
119
|
+
avatarCid: Schema.optional<typeof Schema.String>;
|
|
120
|
+
data: Schema.optional<Schema.Record$<typeof Schema.String, typeof Schema.Any>>;
|
|
121
|
+
}>;
|
|
122
|
+
readonly output: Schema.Struct<{
|
|
123
|
+
identityKey: Schema.instanceOf<PublicKey>;
|
|
124
|
+
spaceKey: Schema.optional<Schema.instanceOf<PublicKey>>;
|
|
125
|
+
profile: Schema.optional<Schema.Struct<{
|
|
126
|
+
displayName: Schema.optional<typeof Schema.String>;
|
|
127
|
+
avatarCid: Schema.optional<typeof Schema.String>;
|
|
128
|
+
data: Schema.optional<Schema.Record$<typeof Schema.String, typeof Schema.Any>>;
|
|
129
|
+
}>>;
|
|
130
|
+
}>;
|
|
131
|
+
};
|
|
132
|
+
}, "executionMode"> & import("effect/Pipeable").Pipeable & {
|
|
133
|
+
readonly executionMode: "sync" | "async";
|
|
134
|
+
};
|
|
135
|
+
const JoinIdentity: Omit<{
|
|
136
|
+
readonly meta: {
|
|
137
|
+
readonly key: `${string}/join-identity`;
|
|
138
|
+
readonly name: "Join Identity";
|
|
139
|
+
};
|
|
140
|
+
readonly services: readonly [typeof Capability.Service];
|
|
141
|
+
readonly schema: {
|
|
142
|
+
readonly input: Schema.Struct<{
|
|
143
|
+
invitationCode: Schema.optional<typeof Schema.String>;
|
|
144
|
+
}>;
|
|
145
|
+
readonly output: typeof Schema.Void;
|
|
146
|
+
};
|
|
147
|
+
}, "executionMode"> & import("effect/Pipeable").Pipeable & {
|
|
148
|
+
readonly executionMode: "sync" | "async";
|
|
149
|
+
};
|
|
150
|
+
const ShareIdentity: Omit<{
|
|
151
|
+
readonly meta: {
|
|
152
|
+
readonly key: `${string}/share-identity`;
|
|
153
|
+
readonly name: "Share Identity";
|
|
154
|
+
};
|
|
155
|
+
readonly services: readonly [typeof Capability.Service];
|
|
156
|
+
readonly schema: {
|
|
157
|
+
readonly input: typeof Schema.Void;
|
|
158
|
+
readonly output: typeof Schema.Void;
|
|
159
|
+
};
|
|
160
|
+
}, "executionMode"> & import("effect/Pipeable").Pipeable & {
|
|
161
|
+
readonly executionMode: "sync" | "async";
|
|
162
|
+
};
|
|
163
|
+
const RecoverIdentity: Omit<{
|
|
164
|
+
readonly meta: {
|
|
165
|
+
readonly key: `${string}/recover-identity`;
|
|
166
|
+
readonly name: "Recover Identity";
|
|
167
|
+
};
|
|
168
|
+
readonly services: readonly [typeof Capability.Service];
|
|
169
|
+
readonly schema: {
|
|
170
|
+
readonly input: typeof Schema.Void;
|
|
171
|
+
readonly output: typeof Schema.Void;
|
|
172
|
+
};
|
|
173
|
+
}, "executionMode"> & import("effect/Pipeable").Pipeable & {
|
|
174
|
+
readonly executionMode: "sync" | "async";
|
|
175
|
+
};
|
|
176
|
+
const ResetStorage: Omit<{
|
|
177
|
+
readonly meta: {
|
|
178
|
+
readonly key: `${string}/reset-storage`;
|
|
179
|
+
readonly name: "Reset Storage";
|
|
180
|
+
};
|
|
181
|
+
readonly services: readonly [typeof Capability.Service];
|
|
182
|
+
readonly schema: {
|
|
183
|
+
readonly input: Schema.Struct<{
|
|
184
|
+
mode: Schema.optional<typeof Schema.String>;
|
|
185
|
+
}>;
|
|
186
|
+
readonly output: typeof Schema.Void;
|
|
187
|
+
};
|
|
188
|
+
}, "executionMode"> & import("effect/Pipeable").Pipeable & {
|
|
189
|
+
readonly executionMode: "sync" | "async";
|
|
190
|
+
};
|
|
191
|
+
const CreateAgent: Omit<{
|
|
192
|
+
readonly meta: {
|
|
193
|
+
readonly key: `${string}/create-agent`;
|
|
194
|
+
readonly name: "Create Agent";
|
|
195
|
+
};
|
|
196
|
+
readonly services: readonly [typeof Capability.Service];
|
|
197
|
+
readonly schema: {
|
|
198
|
+
readonly input: typeof Schema.Void;
|
|
199
|
+
readonly output: typeof Schema.Void;
|
|
200
|
+
};
|
|
201
|
+
}, "executionMode"> & import("effect/Pipeable").Pipeable & {
|
|
202
|
+
readonly executionMode: "sync" | "async";
|
|
203
|
+
};
|
|
204
|
+
const CreateRecoveryCode: Omit<{
|
|
205
|
+
readonly meta: {
|
|
206
|
+
readonly key: `${string}/create-recovery-code`;
|
|
207
|
+
readonly name: "Create Recovery Code";
|
|
208
|
+
};
|
|
209
|
+
readonly services: readonly [typeof Capability.Service];
|
|
210
|
+
readonly schema: {
|
|
211
|
+
readonly input: typeof Schema.Void;
|
|
212
|
+
readonly output: typeof Schema.Void;
|
|
213
|
+
};
|
|
214
|
+
}, "executionMode"> & import("effect/Pipeable").Pipeable & {
|
|
215
|
+
readonly executionMode: "sync" | "async";
|
|
216
|
+
};
|
|
217
|
+
const CreatePasskey: Omit<{
|
|
218
|
+
readonly meta: {
|
|
219
|
+
readonly key: `${string}/create-passkey`;
|
|
220
|
+
readonly name: "Create Passkey";
|
|
221
|
+
};
|
|
222
|
+
readonly services: readonly [typeof Capability.Service];
|
|
223
|
+
readonly schema: {
|
|
224
|
+
readonly input: typeof Schema.Void;
|
|
225
|
+
readonly output: typeof Schema.Void;
|
|
226
|
+
};
|
|
227
|
+
}, "executionMode"> & import("effect/Pipeable").Pipeable & {
|
|
228
|
+
readonly executionMode: "sync" | "async";
|
|
229
|
+
};
|
|
230
|
+
const RedeemPasskey: Omit<{
|
|
231
|
+
readonly meta: {
|
|
232
|
+
readonly key: `${string}/redeem-passkey`;
|
|
233
|
+
readonly name: "Redeem Passkey";
|
|
234
|
+
};
|
|
235
|
+
readonly services: readonly [typeof Capability.Service];
|
|
236
|
+
readonly schema: {
|
|
237
|
+
readonly input: typeof Schema.Void;
|
|
238
|
+
readonly output: typeof Schema.Void;
|
|
239
|
+
};
|
|
240
|
+
}, "executionMode"> & import("effect/Pipeable").Pipeable & {
|
|
241
|
+
readonly executionMode: "sync" | "async";
|
|
242
|
+
};
|
|
243
|
+
const RedeemToken: Omit<{
|
|
244
|
+
readonly meta: {
|
|
245
|
+
readonly key: `${string}/redeem-token`;
|
|
246
|
+
readonly name: "Redeem Token";
|
|
247
|
+
};
|
|
248
|
+
readonly services: readonly [typeof Capability.Service];
|
|
249
|
+
readonly schema: {
|
|
250
|
+
readonly input: Schema.Struct<{
|
|
251
|
+
token: typeof Schema.String;
|
|
252
|
+
}>;
|
|
253
|
+
readonly output: typeof Schema.Void;
|
|
254
|
+
};
|
|
255
|
+
}, "executionMode"> & import("effect/Pipeable").Pipeable & {
|
|
256
|
+
readonly executionMode: "sync" | "async";
|
|
257
|
+
};
|
|
258
|
+
}
|
|
259
|
+
export type ClientPluginOptions = ClientOptions & {
|
|
260
|
+
/**
|
|
261
|
+
* Base URL for the invitation link.
|
|
262
|
+
*/
|
|
263
|
+
invitationUrl?: string;
|
|
264
|
+
/**
|
|
265
|
+
* Query parameter for the invitation code.
|
|
266
|
+
*/
|
|
267
|
+
invitationProp?: string;
|
|
268
|
+
/**
|
|
269
|
+
* Run after the client has been initialized.
|
|
270
|
+
* Plugin context is provided so capabilities are accessible.
|
|
271
|
+
*/
|
|
272
|
+
onClientInitialized?: (params: {
|
|
273
|
+
client: Client;
|
|
274
|
+
}) => Effect.Effect<void, Error | never, Capability.Service | never>;
|
|
275
|
+
/**
|
|
276
|
+
* Called when spaces are ready.
|
|
277
|
+
* Plugin context is provided so capabilities are accessible.
|
|
278
|
+
*/
|
|
279
|
+
onSpacesReady?: (params: {
|
|
280
|
+
client: Client;
|
|
281
|
+
}) => Effect.Effect<void, Error | never, Capability.Service | never>;
|
|
282
|
+
/**
|
|
283
|
+
* Called when the client is reset.
|
|
284
|
+
* Plugin context is provided so capabilities are accessible.
|
|
285
|
+
*/
|
|
286
|
+
onReset?: (params: {
|
|
287
|
+
target?: string;
|
|
288
|
+
}) => Effect.Effect<void, Error | never, Capability.Service | never>;
|
|
289
|
+
};
|
|
290
|
+
export declare namespace Account {
|
|
291
|
+
const id = "!dxos.org.plugin.client.account";
|
|
292
|
+
const Profile = "dxos.org.plugin.client.account.profile";
|
|
293
|
+
const Devices = "dxos.org.plugin.client.account.devices";
|
|
294
|
+
const Security = "dxos.org.plugin.client.account.security";
|
|
295
|
+
}
|
|
296
|
+
//# sourceMappingURL=schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/types/schema.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,KAAK,MAAM,MAAM,eAAe,CAAC;AAC7C,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,aAAa,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAkB1E,yBAAiB,YAAY,CAAC;;;;;;;;;;;;;;;;;;;IAO5B,MAAM,OAAO,cAAe,SAAQ,mBAGlC;KAAG;;;;;;;;;IAEL,MAAM,OAAO,YAAa,SAAQ,iBAKhC;KAAG;;;;;;;IAEL,MAAM,OAAO,aAAc,SAAQ,kBAGjC;KAAG;;;;;;;IAEL,MAAM,OAAO,eAAgB,SAAQ,oBAGnC;KAAG;;;;;;;;;IAEL,MAAM,OAAO,YAAa,SAAQ,iBAKhC;KAAG;;;;;;;IAEL,MAAM,OAAO,WAAY,SAAQ,gBAG/B;KAAG;;;;;;;IAEL,MAAM,OAAO,kBAAmB,SAAQ,uBAMvC;KAAG;;;;;;;IAEJ,MAAM,OAAO,aAAc,SAAQ,kBAGjC;KAAG;;;;;;;IAEL,MAAM,OAAO,aAAc,SAAQ,kBAGjC;KAAG;;;;;;;;;IAEL,MAAM,OAAO,WAAY,SAAQ,gBAK/B;KAAG;;CACN;AAID;;GAEG;AACH,yBAAiB,eAAe,CAAC;IAOxB,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;KAOzB,CAAC;IAEI,MAAM,YAAY;;;;;;;;;;;;;;KASvB,CAAC;IAEI,MAAM,aAAa;;;;;;;;;;;;KAOxB,CAAC;IAEI,MAAM,eAAe;;;;;;;;;;;;KAO1B,CAAC;IAEI,MAAM,YAAY;;;;;;;;;;;;;;KASvB,CAAC;IAEI,MAAM,WAAW;;;;;;;;;;;;KAOtB,CAAC;IAEI,MAAM,kBAAkB;;;;;;;;;;;;KAO7B,CAAC;IAEI,MAAM,aAAa;;;;;;;;;;;;KAOxB,CAAC;IAEI,MAAM,aAAa;;;;;;;;;;;;KAOxB,CAAC;IAEI,MAAM,WAAW;;;;;;;;;;;;;;KAStB,CAAC;CACJ;AAED,MAAM,MAAM,mBAAmB,GAAG,aAAa,GAAG;IAChD;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,mBAAmB,CAAC,EAAE,CAAC,MAAM,EAAE;QAAE,MAAM,EAAE,MAAM,CAAA;KAAE,KAAK,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,GAAG,KAAK,EAAE,UAAU,CAAC,OAAO,GAAG,KAAK,CAAC,CAAC;IAErH;;;OAGG;IACH,aAAa,CAAC,EAAE,CAAC,MAAM,EAAE;QAAE,MAAM,EAAE,MAAM,CAAA;KAAE,KAAK,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,GAAG,KAAK,EAAE,UAAU,CAAC,OAAO,GAAG,KAAK,CAAC,CAAC;IAE/G;;;OAGG;IACH,OAAO,CAAC,EAAE,CAAC,MAAM,EAAE;QAAE,MAAM,CAAC,EAAE,MAAM,CAAA;KAAE,KAAK,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,GAAG,KAAK,EAAE,UAAU,CAAC,OAAO,GAAG,KAAK,CAAC,CAAC;CAC3G,CAAC;AAEF,yBAAiB,OAAO,CAAC;IAKhB,MAAM,EAAE,oCAAY,CAAC;IAErB,MAAM,OAAO,2CAAmB,CAAC;IACjC,MAAM,OAAO,2CAAmB,CAAC;IACjC,MAAM,QAAQ,4CAAoB,CAAC;CAC3C"}
|