@dxos/plugin-client 0.7.5-labs.e27f9b9 → 0.7.5-main.2567c87
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/{chunk-PDSHZE3P.mjs → chunk-6IF6PREG.mjs} +7 -11
- package/dist/lib/browser/chunk-6IF6PREG.mjs.map +7 -0
- package/dist/lib/browser/{chunk-RGMLBYIF.mjs → chunk-R4Q6H7RD.mjs} +2 -2
- package/dist/lib/browser/{chunk-RGMLBYIF.mjs.map → chunk-R4Q6H7RD.mjs.map} +2 -2
- package/dist/lib/browser/{chunk-MSK3TLIH.mjs → chunk-SVBQRT7I.mjs} +1 -1
- package/dist/lib/browser/{chunk-MSK3TLIH.mjs.map → chunk-SVBQRT7I.mjs.map} +2 -2
- package/dist/lib/browser/{client-BEJK55IM.mjs → client-25GYH6TN.mjs} +7 -3
- package/dist/lib/browser/client-25GYH6TN.mjs.map +7 -0
- package/dist/lib/browser/index.mjs +12 -18
- package/dist/lib/browser/index.mjs.map +3 -3
- package/dist/lib/browser/intent-resolver-IWWLWOZD.mjs +132 -0
- package/dist/lib/browser/intent-resolver-IWWLWOZD.mjs.map +7 -0
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/{react-context-PHX2CVI7.mjs → react-context-M3RT6SSG.mjs} +2 -2
- package/dist/lib/browser/{react-surface-K5NKVCIB.mjs → react-surface-XXONPG5T.mjs} +5 -5
- package/dist/lib/browser/react-surface-XXONPG5T.mjs.map +7 -0
- package/dist/lib/node/{chunk-ZI7AV5RP.cjs → chunk-3OB25QN2.cjs} +4 -4
- package/dist/lib/node/{chunk-ZI7AV5RP.cjs.map → chunk-3OB25QN2.cjs.map} +2 -2
- package/dist/lib/node/{chunk-XPC4JOPP.cjs → chunk-IXVWJCYB.cjs} +5 -5
- package/dist/lib/node/{chunk-XPC4JOPP.cjs.map → chunk-IXVWJCYB.cjs.map} +2 -2
- package/dist/lib/node/{chunk-VUJ3ZPK3.cjs → chunk-N3U7KVO3.cjs} +10 -14
- package/dist/lib/node/chunk-N3U7KVO3.cjs.map +7 -0
- package/dist/lib/node/{client-AHIW24VM.cjs → client-52L4TUYU.cjs} +12 -8
- package/dist/lib/node/client-52L4TUYU.cjs.map +7 -0
- package/dist/lib/node/index.cjs +14 -20
- package/dist/lib/node/index.cjs.map +3 -3
- package/dist/lib/node/intent-resolver-H3Y64MIP.cjs +140 -0
- package/dist/lib/node/intent-resolver-H3Y64MIP.cjs.map +7 -0
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/{react-context-WMOFXPT4.cjs → react-context-B2DNULH4.cjs} +6 -6
- package/dist/lib/node/{react-surface-YQ2PKXNV.cjs → react-surface-7USN5NOO.cjs} +15 -15
- package/dist/lib/node/react-surface-7USN5NOO.cjs.map +7 -0
- package/dist/lib/node-esm/{chunk-QR72BXJK.mjs → chunk-73M5MK5Q.mjs} +2 -2
- package/dist/lib/node-esm/{chunk-QR72BXJK.mjs.map → chunk-73M5MK5Q.mjs.map} +2 -2
- package/dist/lib/node-esm/{chunk-WS4CKCUR.mjs → chunk-EHGD3UJH.mjs} +7 -11
- package/dist/lib/node-esm/chunk-EHGD3UJH.mjs.map +7 -0
- package/dist/lib/node-esm/{chunk-B73LKPGU.mjs → chunk-OBGRL3DF.mjs} +1 -1
- package/dist/lib/node-esm/{chunk-B73LKPGU.mjs.map → chunk-OBGRL3DF.mjs.map} +2 -2
- package/dist/lib/node-esm/{client-FY7IDNRL.mjs → client-K52NWOUN.mjs} +7 -3
- package/dist/lib/node-esm/client-K52NWOUN.mjs.map +7 -0
- package/dist/lib/node-esm/index.mjs +12 -18
- package/dist/lib/node-esm/index.mjs.map +3 -3
- package/dist/lib/node-esm/intent-resolver-JCKD6R6L.mjs +133 -0
- package/dist/lib/node-esm/intent-resolver-JCKD6R6L.mjs.map +7 -0
- package/dist/lib/node-esm/meta.json +1 -1
- package/dist/lib/node-esm/{react-context-EEGDXBWA.mjs → react-context-IGEHJQK5.mjs} +2 -2
- package/dist/lib/node-esm/{react-surface-H34XQPWC.mjs → react-surface-CXLBCMPN.mjs} +5 -5
- package/dist/lib/node-esm/react-surface-CXLBCMPN.mjs.map +7 -0
- package/dist/types/src/ClientPlugin.d.ts.map +1 -1
- package/dist/types/src/capabilities/app-graph-builder.d.ts +22 -22
- package/dist/types/src/capabilities/app-graph-builder.d.ts.map +1 -1
- package/dist/types/src/capabilities/capabilities.d.ts.map +1 -1
- package/dist/types/src/capabilities/client.d.ts.map +1 -1
- package/dist/types/src/capabilities/index.d.ts +29 -30
- package/dist/types/src/capabilities/index.d.ts.map +1 -1
- package/dist/types/src/capabilities/intent-resolver.d.ts.map +1 -1
- package/dist/types/src/events.d.ts +1 -1
- package/package.json +16 -17
- package/src/ClientPlugin.ts +5 -10
- package/src/capabilities/capabilities.ts +0 -1
- package/src/capabilities/client.ts +6 -0
- package/src/capabilities/index.ts +0 -1
- package/src/capabilities/intent-resolver.ts +66 -95
- package/src/capabilities/react-surface.tsx +6 -6
- package/src/components/IdentityDialog.tsx +3 -3
- package/src/components/JoinDialog.tsx +1 -1
- package/src/components/RecoveryCodeDialog.stories.tsx +2 -2
- package/src/events.ts +1 -1
- package/dist/lib/browser/chunk-PDSHZE3P.mjs.map +0 -7
- package/dist/lib/browser/client-BEJK55IM.mjs.map +0 -7
- package/dist/lib/browser/intent-resolver-E6TL7E24.mjs +0 -159
- package/dist/lib/browser/intent-resolver-E6TL7E24.mjs.map +0 -7
- package/dist/lib/browser/react-surface-K5NKVCIB.mjs.map +0 -7
- package/dist/lib/browser/schema-AL34NY2M.mjs +0 -33
- package/dist/lib/browser/schema-AL34NY2M.mjs.map +0 -7
- package/dist/lib/node/chunk-VUJ3ZPK3.cjs.map +0 -7
- package/dist/lib/node/client-AHIW24VM.cjs.map +0 -7
- package/dist/lib/node/intent-resolver-DUPICQ3F.cjs +0 -167
- package/dist/lib/node/intent-resolver-DUPICQ3F.cjs.map +0 -7
- package/dist/lib/node/react-surface-YQ2PKXNV.cjs.map +0 -7
- package/dist/lib/node/schema-HW4W3QYU.cjs +0 -49
- package/dist/lib/node/schema-HW4W3QYU.cjs.map +0 -7
- package/dist/lib/node-esm/chunk-WS4CKCUR.mjs.map +0 -7
- package/dist/lib/node-esm/client-FY7IDNRL.mjs.map +0 -7
- package/dist/lib/node-esm/intent-resolver-QUQH2LS2.mjs +0 -160
- package/dist/lib/node-esm/intent-resolver-QUQH2LS2.mjs.map +0 -7
- package/dist/lib/node-esm/react-surface-H34XQPWC.mjs.map +0 -7
- package/dist/lib/node-esm/schema-74LVJ3EU.mjs +0 -34
- package/dist/lib/node-esm/schema-74LVJ3EU.mjs.map +0 -7
- package/dist/types/src/capabilities/schema.d.ts +0 -4
- package/dist/types/src/capabilities/schema.d.ts.map +0 -1
- package/src/capabilities/schema.ts +0 -36
- /package/dist/lib/browser/{react-context-PHX2CVI7.mjs.map → react-context-M3RT6SSG.mjs.map} +0 -0
- /package/dist/lib/node/{react-context-WMOFXPT4.cjs.map → react-context-B2DNULH4.cjs.map} +0 -0
- /package/dist/lib/node-esm/{react-context-EEGDXBWA.mjs.map → react-context-IGEHJQK5.mjs.map} +0 -0
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
JoinDialog,
|
|
6
6
|
RECOVER_CODE_DIALOG,
|
|
7
7
|
RecoveryCodeDialog
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-6IF6PREG.mjs";
|
|
9
9
|
import "./chunk-E3OUNOEL.mjs";
|
|
10
10
|
import "./chunk-NHIL4T3L.mjs";
|
|
11
11
|
|
|
@@ -18,7 +18,7 @@ var react_surface_default = ({ createInvitationUrl }) => contributes(Capabilitie
|
|
|
18
18
|
role: "dialog",
|
|
19
19
|
filter: (data) => data.component === IDENTITY_DIALOG,
|
|
20
20
|
component: ({ data }) => /* @__PURE__ */ React.createElement(IdentityDialog, {
|
|
21
|
-
...data.
|
|
21
|
+
...data.subject,
|
|
22
22
|
createInvitationUrl
|
|
23
23
|
})
|
|
24
24
|
}),
|
|
@@ -26,16 +26,16 @@ var react_surface_default = ({ createInvitationUrl }) => contributes(Capabilitie
|
|
|
26
26
|
id: JOIN_DIALOG,
|
|
27
27
|
role: "dialog",
|
|
28
28
|
filter: (data) => data.component === JOIN_DIALOG,
|
|
29
|
-
component: ({ data }) => /* @__PURE__ */ React.createElement(JoinDialog, data.
|
|
29
|
+
component: ({ data }) => /* @__PURE__ */ React.createElement(JoinDialog, data.subject)
|
|
30
30
|
}),
|
|
31
31
|
createSurface({
|
|
32
32
|
id: RECOVER_CODE_DIALOG,
|
|
33
33
|
role: "dialog",
|
|
34
34
|
filter: (data) => data.component === RECOVER_CODE_DIALOG,
|
|
35
|
-
component: ({ data }) => /* @__PURE__ */ React.createElement(RecoveryCodeDialog, data.
|
|
35
|
+
component: ({ data }) => /* @__PURE__ */ React.createElement(RecoveryCodeDialog, data.subject)
|
|
36
36
|
})
|
|
37
37
|
]);
|
|
38
38
|
export {
|
|
39
39
|
react_surface_default as default
|
|
40
40
|
};
|
|
41
|
-
//# sourceMappingURL=react-surface-
|
|
41
|
+
//# sourceMappingURL=react-surface-XXONPG5T.mjs.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/capabilities/react-surface.tsx"],
|
|
4
|
+
"sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport React from 'react';\n\nimport { createSurface, Capabilities, contributes } from '@dxos/app-framework';\nimport { type IdentityPanelProps, type JoinPanelProps } from '@dxos/shell/react';\n\nimport {\n IDENTITY_DIALOG,\n IdentityDialog,\n JOIN_DIALOG,\n JoinDialog,\n RECOVER_CODE_DIALOG,\n RecoveryCodeDialog,\n type RecoveryCodeDialogProps,\n} from '../components';\n\ntype ReactSurfaceOptions = {\n createInvitationUrl: (invitationCode: string) => string;\n};\n\nexport default ({ createInvitationUrl }: ReactSurfaceOptions) =>\n contributes(Capabilities.ReactSurface, [\n createSurface({\n id: IDENTITY_DIALOG,\n role: 'dialog',\n filter: (data): data is { subject: IdentityPanelProps } => data.component === IDENTITY_DIALOG,\n component: ({ data }) => <IdentityDialog {...data.subject} createInvitationUrl={createInvitationUrl} />,\n }),\n createSurface({\n id: JOIN_DIALOG,\n role: 'dialog',\n filter: (data): data is { subject: JoinPanelProps } => data.component === JOIN_DIALOG,\n component: ({ data }) => <JoinDialog {...data.subject} />,\n }),\n createSurface({\n id: RECOVER_CODE_DIALOG,\n role: 'dialog',\n filter: (data): data is { subject: RecoveryCodeDialogProps } => data.component === RECOVER_CODE_DIALOG,\n component: ({ data }) => <RecoveryCodeDialog {...data.subject} />,\n }),\n ]);\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;AAIA,OAAOA,WAAW;AAElB,SAASC,eAAeC,cAAcC,mBAAmB;AAiBzD,IAAA,wBAAe,CAAC,EAAEC,oBAAmB,MACnCC,YAAYC,aAAaC,cAAc;EACrCC,cAAc;IACZC,IAAIC;IACJC,MAAM;IACNC,QAAQ,CAACC,SAAkDA,KAAKC,cAAcJ;IAC9EI,WAAW,CAAC,EAAED,KAAI,MAAO,sBAAA,cAACE,gBAAAA;MAAgB,GAAGF,KAAKG;MAASZ;;EAC7D,CAAA;EACAI,cAAc;IACZC,IAAIQ;IACJN,MAAM;IACNC,QAAQ,CAACC,SAA8CA,KAAKC,cAAcG;IAC1EH,WAAW,CAAC,EAAED,KAAI,MAAO,sBAAA,cAACK,YAAeL,KAAKG,OAAO;EACvD,CAAA;EACAR,cAAc;IACZC,IAAIU;IACJR,MAAM;IACNC,QAAQ,CAACC,SAAuDA,KAAKC,cAAcK;IACnFL,WAAW,CAAC,EAAED,KAAI,MAAO,sBAAA,cAACO,oBAAuBP,KAAKG,OAAO;EAC/D,CAAA;CACD;",
|
|
6
|
+
"names": ["React", "createSurface", "Capabilities", "contributes", "createInvitationUrl", "contributes", "Capabilities", "ReactSurface", "createSurface", "id", "IDENTITY_DIALOG", "role", "filter", "data", "component", "IdentityDialog", "subject", "JOIN_DIALOG", "JoinDialog", "RECOVER_CODE_DIALOG", "RecoveryCodeDialog"]
|
|
7
|
+
}
|
|
@@ -16,11 +16,11 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
16
|
return to;
|
|
17
17
|
};
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var
|
|
20
|
-
__export(
|
|
19
|
+
var chunk_3OB25QN2_exports = {};
|
|
20
|
+
__export(chunk_3OB25QN2_exports, {
|
|
21
21
|
ClientCapabilities: () => ClientCapabilities
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
23
|
+
module.exports = __toCommonJS(chunk_3OB25QN2_exports);
|
|
24
24
|
var import_chunk_OIFPM5ZW = require("./chunk-OIFPM5ZW.cjs");
|
|
25
25
|
var import_app_framework = require("@dxos/app-framework");
|
|
26
26
|
var ClientCapabilities;
|
|
@@ -33,4 +33,4 @@ var ClientCapabilities;
|
|
|
33
33
|
0 && (module.exports = {
|
|
34
34
|
ClientCapabilities
|
|
35
35
|
});
|
|
36
|
-
//# sourceMappingURL=chunk-
|
|
36
|
+
//# sourceMappingURL=chunk-3OB25QN2.cjs.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/capabilities/capabilities.ts"],
|
|
4
|
-
"sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport { defineCapability } from '@dxos/app-framework';\nimport { type TypedObject } from '@dxos/echo-schema';\nimport { type Client } from '@dxos/react-client';\n\nimport { CLIENT_PLUGIN } from '../meta';\n\nexport namespace ClientCapabilities {\n export const Client = defineCapability<Client>(`${CLIENT_PLUGIN}/capability/client`);\n export const Schema = defineCapability<TypedObject[]>(`${CLIENT_PLUGIN}/capability/schema`);\n
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;AAIA,2BAAiC;;UAMhBA,qBAAAA;sBACFC,aAASC,uCAAyB,GAAGC,mCAAAA,oBAAiC;sBACtEC,aAASF,uCAAgC,GAAGC,mCAAAA,oBAAiC;
|
|
4
|
+
"sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport { defineCapability } from '@dxos/app-framework';\nimport { type TypedObject } from '@dxos/echo-schema';\nimport { type Client } from '@dxos/react-client';\n\nimport { CLIENT_PLUGIN } from '../meta';\n\nexport namespace ClientCapabilities {\n export const Client = defineCapability<Client>(`${CLIENT_PLUGIN}/capability/client`);\n export const Schema = defineCapability<TypedObject[]>(`${CLIENT_PLUGIN}/capability/schema`);\n export const SystemSchema = defineCapability<TypedObject[]>(`${CLIENT_PLUGIN}/capability/system-schema`);\n}\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;AAIA,2BAAiC;;UAMhBA,qBAAAA;sBACFC,aAASC,uCAAyB,GAAGC,mCAAAA,oBAAiC;sBACtEC,aAASF,uCAAgC,GAAGC,mCAAAA,oBAAiC;sBAC7EE,mBAAeH,uCAAgC,GAAGC,mCAAAA,2BAAwC;AACzG,GAJiBH,uBAAAA,qBAAAA,CAAAA,EAAAA;",
|
|
6
6
|
"names": ["ClientCapabilities", "Client", "defineCapability", "CLIENT_PLUGIN", "Schema", "SystemSchema"]
|
|
7
7
|
}
|
|
@@ -16,17 +16,17 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
16
|
return to;
|
|
17
17
|
};
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var
|
|
20
|
-
__export(
|
|
19
|
+
var chunk_IXVWJCYB_exports = {};
|
|
20
|
+
__export(chunk_IXVWJCYB_exports, {
|
|
21
21
|
ClientEvents: () => ClientEvents
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
23
|
+
module.exports = __toCommonJS(chunk_IXVWJCYB_exports);
|
|
24
24
|
var import_chunk_OIFPM5ZW = require("./chunk-OIFPM5ZW.cjs");
|
|
25
25
|
var import_app_framework = require("@dxos/app-framework");
|
|
26
26
|
var ClientEvents;
|
|
27
27
|
(function(ClientEvents2) {
|
|
28
|
+
ClientEvents2.SetupClient = (0, import_app_framework.defineEvent)(`${import_chunk_OIFPM5ZW.CLIENT_PLUGIN}/event/setup-client`);
|
|
28
29
|
ClientEvents2.ClientReady = (0, import_app_framework.defineEvent)(`${import_chunk_OIFPM5ZW.CLIENT_PLUGIN}/event/client-ready`);
|
|
29
|
-
ClientEvents2.SetupSchema = (0, import_app_framework.defineEvent)(`${import_chunk_OIFPM5ZW.CLIENT_PLUGIN}/event/setup-schema`);
|
|
30
30
|
ClientEvents2.IdentityCreated = (0, import_app_framework.defineEvent)(`${import_chunk_OIFPM5ZW.CLIENT_PLUGIN}/event/identity-created`);
|
|
31
31
|
ClientEvents2.SpacesReady = (0, import_app_framework.defineEvent)(`${import_chunk_OIFPM5ZW.CLIENT_PLUGIN}/event/spaces-ready`);
|
|
32
32
|
})(ClientEvents || (ClientEvents = {}));
|
|
@@ -34,4 +34,4 @@ var ClientEvents;
|
|
|
34
34
|
0 && (module.exports = {
|
|
35
35
|
ClientEvents
|
|
36
36
|
});
|
|
37
|
-
//# sourceMappingURL=chunk-
|
|
37
|
+
//# sourceMappingURL=chunk-IXVWJCYB.cjs.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/events.ts"],
|
|
4
|
-
"sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport { defineEvent } from '@dxos/app-framework';\n\nimport { CLIENT_PLUGIN } from './meta';\n\nexport namespace ClientEvents {\n export const
|
|
4
|
+
"sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport { defineEvent } from '@dxos/app-framework';\n\nimport { CLIENT_PLUGIN } from './meta';\n\nexport namespace ClientEvents {\n export const SetupClient = defineEvent(`${CLIENT_PLUGIN}/event/setup-client`);\n export const ClientReady = defineEvent(`${CLIENT_PLUGIN}/event/client-ready`);\n export const IdentityCreated = defineEvent(`${CLIENT_PLUGIN}/event/identity-created`);\n export const SpacesReady = defineEvent(`${CLIENT_PLUGIN}/event/spaces-ready`);\n}\n"],
|
|
5
5
|
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;AAIA,2BAA4B;;UAIXA,eAAAA;gBACFC,kBAAcC,kCAAY,GAAGC,mCAAAA,qBAAkC;gBAC/DC,kBAAcF,kCAAY,GAAGC,mCAAAA,qBAAkC;gBAC/DE,sBAAkBH,kCAAY,GAAGC,mCAAAA,yBAAsC;gBACvEG,kBAAcJ,kCAAY,GAAGC,mCAAAA,qBAAkC;AAC9E,GALiBH,iBAAAA,eAAAA,CAAAA,EAAAA;",
|
|
6
|
-
"names": ["ClientEvents", "
|
|
6
|
+
"names": ["ClientEvents", "SetupClient", "defineEvent", "CLIENT_PLUGIN", "ClientReady", "IdentityCreated", "SpacesReady"]
|
|
7
7
|
}
|
|
@@ -26,8 +26,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var
|
|
30
|
-
__export(
|
|
29
|
+
var chunk_N3U7KVO3_exports = {};
|
|
30
|
+
__export(chunk_N3U7KVO3_exports, {
|
|
31
31
|
IDENTITY_DIALOG: () => IDENTITY_DIALOG,
|
|
32
32
|
IdentityDialog: () => IdentityDialog,
|
|
33
33
|
JOIN_DIALOG: () => JOIN_DIALOG,
|
|
@@ -35,7 +35,7 @@ __export(chunk_VUJ3ZPK3_exports, {
|
|
|
35
35
|
RECOVER_CODE_DIALOG: () => RECOVER_CODE_DIALOG,
|
|
36
36
|
RecoveryCodeDialog: () => RecoveryCodeDialog
|
|
37
37
|
});
|
|
38
|
-
module.exports = __toCommonJS(
|
|
38
|
+
module.exports = __toCommonJS(chunk_N3U7KVO3_exports);
|
|
39
39
|
var import_chunk_NVYWMDF3 = require("./chunk-NVYWMDF3.cjs");
|
|
40
40
|
var import_chunk_OIFPM5ZW = require("./chunk-OIFPM5ZW.cjs");
|
|
41
41
|
var import_react = __toESM(require("react"));
|
|
@@ -54,11 +54,9 @@ var IDENTITY_DIALOG = `${import_chunk_OIFPM5ZW.CLIENT_PLUGIN}/IdentityDialog`;
|
|
|
54
54
|
var IdentityDialog = (props) => {
|
|
55
55
|
const { dispatchPromise: dispatch } = (0, import_app_framework.useIntentDispatcher)();
|
|
56
56
|
const client = (0, import_react_client.useClient)();
|
|
57
|
-
const handleDone = (0, import_react.useCallback)(() => dispatch((0, import_app_framework.createIntent)(import_app_framework.LayoutAction.
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
state: false
|
|
61
|
-
}
|
|
57
|
+
const handleDone = (0, import_react.useCallback)(() => dispatch((0, import_app_framework.createIntent)(import_app_framework.LayoutAction.SetLayout, {
|
|
58
|
+
element: "dialog",
|
|
59
|
+
state: false
|
|
62
60
|
})), [
|
|
63
61
|
dispatch
|
|
64
62
|
]);
|
|
@@ -104,11 +102,9 @@ var JoinDialog = (props) => {
|
|
|
104
102
|
const handleDone = (0, import_react3.useCallback)(async (result) => {
|
|
105
103
|
if (result?.identityKey) {
|
|
106
104
|
await Promise.all([
|
|
107
|
-
dispatch((0, import_app_framework2.createIntent)(import_app_framework2.LayoutAction.
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
state: false
|
|
111
|
-
}
|
|
105
|
+
dispatch((0, import_app_framework2.createIntent)(import_app_framework2.LayoutAction.SetLayout, {
|
|
106
|
+
element: "dialog",
|
|
107
|
+
state: false
|
|
112
108
|
})),
|
|
113
109
|
dispatch((0, import_app_framework2.createIntent)(import_types.ObservabilityAction.SendEvent, {
|
|
114
110
|
name: props.initialDisposition === "recover-identity" ? "identity.recover" : "identity.join"
|
|
@@ -187,4 +183,4 @@ var Code = ({ code }) => {
|
|
|
187
183
|
RECOVER_CODE_DIALOG,
|
|
188
184
|
RecoveryCodeDialog
|
|
189
185
|
});
|
|
190
|
-
//# sourceMappingURL=chunk-
|
|
186
|
+
//# sourceMappingURL=chunk-N3U7KVO3.cjs.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/components/IdentityDialog.tsx", "../../../src/components/JoinDialog.tsx", "../../../src/components/RecoveryCodeDialog.tsx"],
|
|
4
|
+
"sourcesContent": ["//\n// Copyright 2024 DXOS.org\n//\n\nimport React, { useCallback } from 'react';\n\nimport { createIntent, LayoutAction, useIntentDispatcher } from '@dxos/app-framework';\nimport { useClient } from '@dxos/react-client';\nimport { Clipboard, Dialog } from '@dxos/react-ui';\nimport { IdentityPanel, type IdentityPanelProps } from '@dxos/shell/react';\n\nimport { CLIENT_PLUGIN } from '../meta';\nimport { ClientAction } from '../types';\n\nexport const IDENTITY_DIALOG = `${CLIENT_PLUGIN}/IdentityDialog`;\n\nexport const IdentityDialog = (props: IdentityPanelProps) => {\n const { dispatchPromise: dispatch } = useIntentDispatcher();\n const client = useClient();\n\n const handleDone = useCallback(\n () =>\n dispatch(\n createIntent(LayoutAction.SetLayout, {\n element: 'dialog',\n state: false,\n }),\n ),\n [dispatch],\n );\n\n const handleResetStorage = useCallback(async () => {\n await client.reset();\n await dispatch(createIntent(ClientAction.ResetStorage));\n }, [dispatch]);\n\n const handleRecover = useCallback(async () => {\n await client.reset();\n await dispatch(createIntent(ClientAction.ResetStorage, { target: 'recoverIdentity' }));\n }, [dispatch]);\n\n const handleJoinNewIdentity = useCallback(async () => {\n await client.reset();\n await dispatch(createIntent(ClientAction.ResetStorage, { target: 'deviceInvitation' }));\n }, [dispatch]);\n\n return (\n <Dialog.Content>\n <Clipboard.Provider>\n <IdentityPanel\n {...props}\n doneActionParent={<Dialog.Close asChild />}\n onDone={handleDone}\n onResetStorage={handleResetStorage}\n onRecover={handleRecover}\n onJoinNewIdentity={handleJoinNewIdentity}\n />\n </Clipboard.Provider>\n </Dialog.Content>\n );\n};\n", "//\n// Copyright 2024 DXOS.org\n//\n\nimport React, { useCallback } from 'react';\n\nimport { createIntent, LayoutAction, useIntentDispatcher } from '@dxos/app-framework';\nimport { ObservabilityAction } from '@dxos/plugin-observability/types';\nimport { type InvitationResult } from '@dxos/react-client/invitations';\nimport { Dialog } from '@dxos/react-ui';\nimport { JoinPanel, type JoinPanelProps } from '@dxos/shell/react';\n\nimport { CLIENT_PLUGIN } from '../meta';\nimport { ClientAction } from '../types';\n\nexport const JOIN_DIALOG = `${CLIENT_PLUGIN}/JoinDialog`;\n\nexport const JoinDialog = (props: JoinPanelProps) => {\n const { dispatchPromise: dispatch } = useIntentDispatcher();\n\n const handleCancelResetStorage = useCallback(() => dispatch(createIntent(ClientAction.ShareIdentity)), [dispatch]);\n\n const handleDone = useCallback(\n async (result: InvitationResult | null) => {\n if (result?.identityKey) {\n await Promise.all([\n dispatch(createIntent(LayoutAction.SetLayout, { element: 'dialog', state: false })),\n dispatch(\n createIntent(ObservabilityAction.SendEvent, {\n name: props.initialDisposition === 'recover-identity' ? 'identity.recover' : 'identity.join',\n }),\n ),\n ]);\n }\n },\n [dispatch],\n );\n\n return (\n <Dialog.Content>\n <JoinPanel\n mode='halo-only'\n {...props}\n exitActionParent={<Dialog.Close asChild />}\n doneActionParent={<Dialog.Close asChild />}\n onCancelResetStorage={handleCancelResetStorage}\n onDone={handleDone}\n />\n </Dialog.Content>\n );\n};\n", "//\n// Copyright 2024 DXOS.org\n//\n\nimport React, { useCallback, useState } from 'react';\n\nimport { AlertDialog, Button, Clipboard, Input, useTranslation } from '@dxos/react-ui';\n\nimport { CLIENT_PLUGIN } from '../meta';\n\nexport const RECOVER_CODE_DIALOG = `${CLIENT_PLUGIN}/RecoveryCodeDialog`;\n\nexport type RecoveryCodeDialogProps = {\n code: string;\n};\n\nexport const RecoveryCodeDialog = ({ code }: RecoveryCodeDialogProps) => {\n const { t } = useTranslation(CLIENT_PLUGIN);\n const [confirmation, setConfirmation] = useState(false);\n\n const handleConfirmation = useCallback((checked: boolean) => setConfirmation(checked), []);\n\n return (\n <AlertDialog.Content classNames='bs-content min-bs-[15rem] max-bs-full md:max-is-[40rem] overflow-hidden'>\n <AlertDialog.Title>{t('recovery code dialog title')}</AlertDialog.Title>\n <p className='py-4'>{t('recovery code dialog description')}</p>\n <Clipboard.Provider>\n <Code code={code} />\n </Clipboard.Provider>\n <div className='flex flex-col py-4 gap-2'>\n <p>{t('recovery code dialog warning 1')}</p>\n <p>{t('recovery code dialog warning 2')}</p>\n </div>\n <div className='flex items-center gap-2 pbe-4'>\n <Input.Root>\n <Input.Checkbox\n data-testid='recoveryCode.confirm'\n checked={confirmation}\n onCheckedChange={handleConfirmation}\n />\n <Input.Label>{t('recovery code confirmation label')}</Input.Label>\n </Input.Root>\n </div>\n <div className='flex justify-end'>\n <AlertDialog.Action asChild>\n <Button data-testid='recoveryCode.continue' variant='primary' disabled={!confirmation}>\n {t('continue label')}\n </Button>\n </AlertDialog.Action>\n </div>\n </AlertDialog.Content>\n );\n};\n\nconst Code = ({ code }: { code: string }) => {\n const words = code.split(' ');\n return (\n <div className='relative p-2 border border-separator rounded group'>\n <Clipboard.IconButton value={code} classNames='absolute top-2 right-2 invisible group-hover:visible' />\n <div className='grid grid-cols-4'>\n {words.map((word, i) => (\n <div key={i} className='flex items-center p-2 gap-2 items-center'>\n <div className='w-4 text-xs text-center text-subdued'>{i + 1}</div>\n <div className='text-sm'>{word}</div>\n </div>\n ))}\n </div>\n </div>\n );\n};\n"],
|
|
5
|
+
"mappings": "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",
|
|
6
|
+
"names": ["import_react", "import_app_framework", "import_react_ui", "IDENTITY_DIALOG", "CLIENT_PLUGIN", "IdentityDialog", "props", "dispatchPromise", "dispatch", "useIntentDispatcher", "client", "useClient", "handleDone", "useCallback", "createIntent", "LayoutAction", "SetLayout", "element", "state", "handleResetStorage", "reset", "ClientAction", "ResetStorage", "handleRecover", "target", "handleJoinNewIdentity", "React", "Dialog", "Content", "Clipboard", "Provider", "IdentityPanel", "doneActionParent", "Close", "asChild", "onDone", "onResetStorage", "onRecover", "onJoinNewIdentity", "JOIN_DIALOG", "JoinDialog", "handleCancelResetStorage", "ShareIdentity", "result", "identityKey", "Promise", "all", "ObservabilityAction", "SendEvent", "name", "initialDisposition", "JoinPanel", "mode", "exitActionParent", "onCancelResetStorage", "RECOVER_CODE_DIALOG", "RecoveryCodeDialog", "code", "t", "useTranslation", "confirmation", "setConfirmation", "useState", "handleConfirmation", "checked", "AlertDialog", "classNames", "Title", "p", "className", "Code", "div", "Input", "Root", "Checkbox", "data-testid", "onCheckedChange", "Label", "Action", "Button", "variant", "disabled", "words", "split", "IconButton", "value", "map", "word", "i", "key"]
|
|
7
|
+
}
|
|
@@ -16,13 +16,13 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
16
|
return to;
|
|
17
17
|
};
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var
|
|
20
|
-
__export(
|
|
19
|
+
var client_52L4TUYU_exports = {};
|
|
20
|
+
__export(client_52L4TUYU_exports, {
|
|
21
21
|
default: () => client_default
|
|
22
22
|
});
|
|
23
|
-
module.exports = __toCommonJS(
|
|
24
|
-
var
|
|
25
|
-
var
|
|
23
|
+
module.exports = __toCommonJS(client_52L4TUYU_exports);
|
|
24
|
+
var import_chunk_IXVWJCYB = require("./chunk-IXVWJCYB.cjs");
|
|
25
|
+
var import_chunk_3OB25QN2 = require("./chunk-3OB25QN2.cjs");
|
|
26
26
|
var import_chunk_OIFPM5ZW = require("./chunk-OIFPM5ZW.cjs");
|
|
27
27
|
var import_app_framework = require("@dxos/app-framework");
|
|
28
28
|
var import_config = require("@dxos/config");
|
|
@@ -35,6 +35,10 @@ var client_default = async ({ context, onClientInitialized, ...options }) => {
|
|
|
35
35
|
});
|
|
36
36
|
await client.initialize();
|
|
37
37
|
await onClientInitialized?.(context, client);
|
|
38
|
+
const systemSchemas = Array.from(new Set(context.requestCapabilities(import_chunk_3OB25QN2.ClientCapabilities.SystemSchema).flat()));
|
|
39
|
+
const schemas = Array.from(new Set(context.requestCapabilities(import_chunk_3OB25QN2.ClientCapabilities.Schema).flat()));
|
|
40
|
+
client.addTypes(systemSchemas);
|
|
41
|
+
client.addTypes(schemas);
|
|
38
42
|
client.reloaded.on(() => {
|
|
39
43
|
client.halo.identity.subscribe(async (identity) => {
|
|
40
44
|
if (identity) {
|
|
@@ -44,12 +48,12 @@ var client_default = async ({ context, onClientInitialized, ...options }) => {
|
|
|
44
48
|
});
|
|
45
49
|
const subscription = client.spaces.isReady.subscribe(async (ready) => {
|
|
46
50
|
if (ready) {
|
|
47
|
-
await context.activate(
|
|
51
|
+
await context.activate(import_chunk_IXVWJCYB.ClientEvents.SpacesReady);
|
|
48
52
|
}
|
|
49
53
|
});
|
|
50
|
-
return (0, import_app_framework.contributes)(
|
|
54
|
+
return (0, import_app_framework.contributes)(import_chunk_3OB25QN2.ClientCapabilities.Client, client, async () => {
|
|
51
55
|
subscription.unsubscribe();
|
|
52
56
|
await client.destroy();
|
|
53
57
|
});
|
|
54
58
|
};
|
|
55
|
-
//# sourceMappingURL=client-
|
|
59
|
+
//# sourceMappingURL=client-52L4TUYU.cjs.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/capabilities/client.ts"],
|
|
4
|
+
"sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport { contributes, type PluginsContext } from '@dxos/app-framework';\nimport { Config, Defaults, Envs, Local, Storage } from '@dxos/config';\nimport { Client } from '@dxos/react-client';\n\nimport { ClientCapabilities } from './capabilities';\nimport { ClientEvents } from '../events';\nimport { type ClientPluginOptions } from '../types';\n\ntype ClientCapabilityOptions = Omit<ClientPluginOptions, 'appKey' | 'invitationUrl' | 'invitationParam' | 'onReset'> & {\n context: PluginsContext;\n};\n\nexport default async ({ context, onClientInitialized, ...options }: ClientCapabilityOptions) => {\n const config = new Config(await Storage(), Envs(), Local(), Defaults());\n const client = new Client({ config, ...options });\n\n await client.initialize();\n await onClientInitialized?.(context, client);\n\n const systemSchemas = Array.from(new Set(context.requestCapabilities(ClientCapabilities.SystemSchema).flat()));\n const schemas = Array.from(new Set(context.requestCapabilities(ClientCapabilities.Schema).flat()));\n client.addTypes(systemSchemas);\n client.addTypes(schemas);\n\n // TODO(wittjosiah): Remove. This is a hack to get the app to boot with the new identity after a reset.\n client.reloaded.on(() => {\n client.halo.identity.subscribe(async (identity) => {\n if (identity) {\n window.location.href = window.location.origin;\n }\n });\n });\n\n const subscription = client.spaces.isReady.subscribe(async (ready) => {\n if (ready) {\n await context.activate(ClientEvents.SpacesReady);\n }\n });\n\n return contributes(ClientCapabilities.Client, client, async () => {\n subscription.unsubscribe();\n await client.destroy();\n });\n};\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,2BAAiD;AACjD,oBAAuD;AACvD,0BAAuB;AAUvB,IAAA,iBAAe,OAAO,EAAEA,SAASC,qBAAqB,GAAGC,QAAAA,MAAkC;AACzF,QAAMC,SAAS,IAAIC,qBAAO,UAAMC,uBAAAA,OAAWC,oBAAAA,OAAQC,qBAAAA,OAASC,wBAAAA,CAAAA;AAC5D,QAAMC,SAAS,IAAIC,2BAAO;IAAEP;IAAQ,GAAGD;EAAQ,CAAA;AAE/C,QAAMO,OAAOE,WAAU;AACvB,QAAMV,sBAAsBD,SAASS,MAAAA;AAErC,QAAMG,gBAAgBC,MAAMC,KAAK,IAAIC,IAAIf,QAAQgB,oBAAoBC,yCAAmBC,YAAY,EAAEC,KAAI,CAAA,CAAA;AAC1G,QAAMC,UAAUP,MAAMC,KAAK,IAAIC,IAAIf,QAAQgB,oBAAoBC,yCAAmBI,MAAM,EAAEF,KAAI,CAAA,CAAA;AAC9FV,SAAOa,SAASV,aAAAA;AAChBH,SAAOa,SAASF,OAAAA;AAGhBX,SAAOc,SAASC,GAAG,MAAA;AACjBf,WAAOgB,KAAKC,SAASC,UAAU,OAAOD,aAAAA;AACpC,UAAIA,UAAU;AACZE,eAAOC,SAASC,OAAOF,OAAOC,SAASE;MACzC;IACF,CAAA;EACF,CAAA;AAEA,QAAMC,eAAevB,OAAOwB,OAAOC,QAAQP,UAAU,OAAOQ,UAAAA;AAC1D,QAAIA,OAAO;AACT,YAAMnC,QAAQoC,SAASC,mCAAaC,WAAW;IACjD;EACF,CAAA;AAEA,aAAOC,kCAAYtB,yCAAmBP,QAAQD,QAAQ,YAAA;AACpDuB,iBAAaQ,YAAW;AACxB,UAAM/B,OAAOgC,QAAO;EACtB,CAAA;AACF;",
|
|
6
|
+
"names": ["context", "onClientInitialized", "options", "config", "Config", "Storage", "Envs", "Local", "Defaults", "client", "Client", "initialize", "systemSchemas", "Array", "from", "Set", "requestCapabilities", "ClientCapabilities", "SystemSchema", "flat", "schemas", "Schema", "addTypes", "reloaded", "on", "halo", "identity", "subscribe", "window", "location", "href", "origin", "subscription", "spaces", "isReady", "ready", "activate", "ClientEvents", "SpacesReady", "contributes", "unsubscribe", "destroy"]
|
|
7
|
+
}
|
package/dist/lib/node/index.cjs
CHANGED
|
@@ -29,23 +29,22 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
29
29
|
var node_exports = {};
|
|
30
30
|
__export(node_exports, {
|
|
31
31
|
CLIENT_PLUGIN: () => import_chunk_OIFPM5ZW.CLIENT_PLUGIN,
|
|
32
|
-
ClientCapabilities: () =>
|
|
33
|
-
ClientEvents: () =>
|
|
32
|
+
ClientCapabilities: () => import_chunk_3OB25QN2.ClientCapabilities,
|
|
33
|
+
ClientEvents: () => import_chunk_IXVWJCYB.ClientEvents,
|
|
34
34
|
ClientPlugin: () => ClientPlugin,
|
|
35
35
|
meta: () => import_chunk_OIFPM5ZW.meta
|
|
36
36
|
});
|
|
37
37
|
module.exports = __toCommonJS(node_exports);
|
|
38
|
-
var
|
|
39
|
-
var
|
|
38
|
+
var import_chunk_IXVWJCYB = require("./chunk-IXVWJCYB.cjs");
|
|
39
|
+
var import_chunk_3OB25QN2 = require("./chunk-3OB25QN2.cjs");
|
|
40
40
|
var import_chunk_OIFPM5ZW = require("./chunk-OIFPM5ZW.cjs");
|
|
41
41
|
var import_app_framework = require("@dxos/app-framework");
|
|
42
42
|
var import_app_framework2 = require("@dxos/app-framework");
|
|
43
43
|
var AppGraphBuilder = (0, import_app_framework2.lazy)(async () => import("./app-graph-builder-JCND3P6G.cjs"));
|
|
44
|
-
var Client = (0, import_app_framework2.lazy)(async () => import("./client-
|
|
45
|
-
var IntentResolver = (0, import_app_framework2.lazy)(async () => import("./intent-resolver-
|
|
46
|
-
var ReactContext = (0, import_app_framework2.lazy)(async () => import("./react-context-
|
|
47
|
-
var ReactSurface = (0, import_app_framework2.lazy)(async () => import("./react-surface-
|
|
48
|
-
var Schema = (0, import_app_framework2.lazy)(async () => import("./schema-HW4W3QYU.cjs"));
|
|
44
|
+
var Client = (0, import_app_framework2.lazy)(async () => import("./client-52L4TUYU.cjs"));
|
|
45
|
+
var IntentResolver = (0, import_app_framework2.lazy)(async () => import("./intent-resolver-H3Y64MIP.cjs"));
|
|
46
|
+
var ReactContext = (0, import_app_framework2.lazy)(async () => import("./react-context-B2DNULH4.cjs"));
|
|
47
|
+
var ReactSurface = (0, import_app_framework2.lazy)(async () => import("./react-surface-7USN5NOO.cjs"));
|
|
49
48
|
var translations_default = [
|
|
50
49
|
{
|
|
51
50
|
"en-US": {
|
|
@@ -70,23 +69,18 @@ var ClientPlugin = ({ invitationUrl = window.location.origin, invitationParam =
|
|
|
70
69
|
return (0, import_app_framework.definePlugin)(import_chunk_OIFPM5ZW.meta, [
|
|
71
70
|
(0, import_app_framework.defineModule)({
|
|
72
71
|
id: `${import_chunk_OIFPM5ZW.meta.id}/module/client`,
|
|
73
|
-
activatesOn:
|
|
72
|
+
activatesOn: import_app_framework.Events.Startup,
|
|
73
|
+
activatesBefore: [
|
|
74
|
+
import_chunk_IXVWJCYB.ClientEvents.SetupClient
|
|
75
|
+
],
|
|
74
76
|
activatesAfter: [
|
|
75
|
-
|
|
77
|
+
import_chunk_IXVWJCYB.ClientEvents.ClientReady
|
|
76
78
|
],
|
|
77
79
|
activate: (context) => Client({
|
|
78
80
|
...options,
|
|
79
81
|
context
|
|
80
82
|
})
|
|
81
83
|
}),
|
|
82
|
-
(0, import_app_framework.defineModule)({
|
|
83
|
-
id: `${import_chunk_OIFPM5ZW.meta.id}/module/schema`,
|
|
84
|
-
activatesOn: import_chunk_XPC4JOPP.ClientEvents.ClientReady,
|
|
85
|
-
activatesBefore: [
|
|
86
|
-
import_chunk_XPC4JOPP.ClientEvents.SetupSchema
|
|
87
|
-
],
|
|
88
|
-
activate: Schema
|
|
89
|
-
}),
|
|
90
84
|
(0, import_app_framework.defineModule)({
|
|
91
85
|
id: `${import_chunk_OIFPM5ZW.meta.id}/module/react-context`,
|
|
92
86
|
activatesOn: import_app_framework.Events.Startup,
|
|
@@ -94,7 +88,7 @@ var ClientPlugin = ({ invitationUrl = window.location.origin, invitationParam =
|
|
|
94
88
|
}),
|
|
95
89
|
(0, import_app_framework.defineModule)({
|
|
96
90
|
id: `${import_chunk_OIFPM5ZW.meta.id}/module/react-surface`,
|
|
97
|
-
activatesOn: import_app_framework.Events.
|
|
91
|
+
activatesOn: import_app_framework.Events.Startup,
|
|
98
92
|
activate: () => ReactSurface({
|
|
99
93
|
createInvitationUrl
|
|
100
94
|
})
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/ClientPlugin.ts", "../../../src/capabilities/index.ts", "../../../src/translations.ts"],
|
|
4
|
-
"sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport { Capabilities, contributes, defineModule, definePlugin, Events
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,
|
|
6
|
-
"names": ["import_app_framework", "AppGraphBuilder", "lazy", "Client", "IntentResolver", "ReactContext", "ReactSurface", "
|
|
4
|
+
"sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport { Capabilities, contributes, defineModule, definePlugin, Events } from '@dxos/app-framework';\n\nimport { Client, AppGraphBuilder, IntentResolver, ReactContext, ReactSurface } from './capabilities';\nimport { ClientEvents } from './events';\nimport { meta } from './meta';\nimport translations from './translations';\nimport { type ClientPluginOptions } from './types';\n\nexport const ClientPlugin = ({\n invitationUrl = window.location.origin,\n invitationParam = 'deviceInvitationCode',\n onReset,\n ...options\n}: ClientPluginOptions) => {\n const createInvitationUrl = (invitationCode: string) => {\n const baseUrl = new URL(invitationUrl);\n baseUrl.searchParams.set(invitationParam, invitationCode);\n return baseUrl.toString();\n };\n\n return definePlugin(meta, [\n defineModule({\n id: `${meta.id}/module/client`,\n activatesOn: Events.Startup,\n activatesBefore: [ClientEvents.SetupClient],\n activatesAfter: [ClientEvents.ClientReady],\n activate: (context) => Client({ ...options, context }),\n }),\n defineModule({\n id: `${meta.id}/module/react-context`,\n activatesOn: Events.Startup,\n activate: ReactContext,\n }),\n defineModule({\n id: `${meta.id}/module/react-surface`,\n activatesOn: Events.Startup,\n activate: () => ReactSurface({ createInvitationUrl }),\n }),\n defineModule({\n id: `${meta.id}/module/app-graph-builder`,\n activatesOn: Events.SetupAppGraph,\n activate: AppGraphBuilder,\n }),\n defineModule({\n id: `${meta.id}/module/intent-resolver`,\n activatesOn: Events.SetupIntents,\n activate: (context) => IntentResolver({ context, onReset }),\n }),\n defineModule({\n id: `${meta.id}/module/translations`,\n activatesOn: Events.SetupTranslations,\n activate: () => contributes(Capabilities.Translations, translations),\n }),\n ]);\n};\n", "//\n// Copyright 2025 DXOS.org\n//\n\nimport { lazy } from '@dxos/app-framework';\n\nexport const AppGraphBuilder = lazy(async () => import('./app-graph-builder'));\nexport const Client = lazy(async () => import('./client'));\nexport const IntentResolver = lazy(async () => import('./intent-resolver'));\nexport const ReactContext = lazy(async () => import('./react-context'));\nexport const ReactSurface = lazy(async () => import('./react-surface'));\n\nexport * from './capabilities';\n", "//\n// Copyright 2023 DXOS.org\n//\n\nimport { CLIENT_PLUGIN } from './meta';\n\nexport default [\n {\n 'en-US': {\n [CLIENT_PLUGIN]: {\n 'open shell label': 'Open HALO',\n 'recovery code dialog title': 'Account Recovery',\n 'recovery code dialog description':\n 'This is your identity recovery code, store it in a safe place. You can use it to recover your identity if you ever lose access to your devices.',\n 'recovery code dialog warning 1': 'NOTE: This code will not be displayed again.',\n 'recovery code dialog warning 2':\n 'It is your private key for recovering DXOS data. Anyone with this key will be able to gain access to your account.',\n 'recovery code confirmation label': 'Please confirm you have saved the code.',\n 'continue label': 'Continue',\n },\n },\n },\n];\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,2BAA8E;ACA9E,IAAAA,wBAAqB;AAEd,IAAMC,sBAAkBC,4BAAK,YAAY,OAAO,kCAAA,CAAA;AAChD,IAAMC,aAASD,4BAAK,YAAY,OAAO,uBAAA,CAAA;AACvC,IAAME,qBAAiBF,4BAAK,YAAY,OAAO,gCAAA,CAAA;AAC/C,IAAMG,mBAAeH,4BAAK,YAAY,OAAO,8BAAA,CAAA;AAC7C,IAAMI,mBAAeJ,4BAAK,YAAY,OAAO,8BAAA,CAAA;ACJpD,IAAA,uBAAe;EACb;IACE,SAAS;MACP,CAACK,mCAAAA,GAAgB;QACf,oBAAoB;QACpB,8BAA8B;QAC9B,oCACE;QACF,kCAAkC;QAClC,kCACE;QACF,oCAAoC;QACpC,kBAAkB;MACpB;IACF;EACF;;AFTK,IAAMC,eAAe,CAAC,EAC3BC,gBAAgBC,OAAOC,SAASC,QAChCC,kBAAkB,wBAClBC,SACA,GAAGC,QAAAA,MACiB;AACpB,QAAMC,sBAAsB,CAACC,mBAAAA;AAC3B,UAAMC,UAAU,IAAIC,IAAIV,aAAAA;AACxBS,YAAQE,aAAaC,IAAIR,iBAAiBI,cAAAA;AAC1C,WAAOC,QAAQI,SAAQ;EACzB;AAEA,aAAOC,mCAAaC,4BAAM;QACxBC,mCAAa;MACXC,IAAI,GAAGF,2BAAKE,EAAE;MACdC,aAAaC,4BAAOC;MACpBC,iBAAiB;QAACC,mCAAaC;;MAC/BC,gBAAgB;QAACF,mCAAaG;;MAC9BC,UAAU,CAACC,YAAYjC,OAAO;QAAE,GAAGY;QAASqB;MAAQ,CAAA;IACtD,CAAA;QACAX,mCAAa;MACXC,IAAI,GAAGF,2BAAKE,EAAE;MACdC,aAAaC,4BAAOC;MACpBM,UAAU9B;IACZ,CAAA;QACAoB,mCAAa;MACXC,IAAI,GAAGF,2BAAKE,EAAE;MACdC,aAAaC,4BAAOC;MACpBM,UAAU,MAAM7B,aAAa;QAAEU;MAAoB,CAAA;IACrD,CAAA;QACAS,mCAAa;MACXC,IAAI,GAAGF,2BAAKE,EAAE;MACdC,aAAaC,4BAAOS;MACpBF,UAAUlC;IACZ,CAAA;QACAwB,mCAAa;MACXC,IAAI,GAAGF,2BAAKE,EAAE;MACdC,aAAaC,4BAAOU;MACpBH,UAAU,CAACC,YAAYhC,eAAe;QAAEgC;QAAStB;MAAQ,CAAA;IAC3D,CAAA;QACAW,mCAAa;MACXC,IAAI,GAAGF,2BAAKE,EAAE;MACdC,aAAaC,4BAAOW;MACpBJ,UAAU,UAAMK,kCAAYC,kCAAaC,cAAcC,oBAAAA;IACzD,CAAA;GACD;AACH;",
|
|
6
|
+
"names": ["import_app_framework", "AppGraphBuilder", "lazy", "Client", "IntentResolver", "ReactContext", "ReactSurface", "CLIENT_PLUGIN", "ClientPlugin", "invitationUrl", "window", "location", "origin", "invitationParam", "onReset", "options", "createInvitationUrl", "invitationCode", "baseUrl", "URL", "searchParams", "set", "toString", "definePlugin", "meta", "defineModule", "id", "activatesOn", "Events", "Startup", "activatesBefore", "ClientEvents", "SetupClient", "activatesAfter", "ClientReady", "activate", "context", "SetupAppGraph", "SetupIntents", "SetupTranslations", "contributes", "Capabilities", "Translations", "translations"]
|
|
7
7
|
}
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var intent_resolver_H3Y64MIP_exports = {};
|
|
20
|
+
__export(intent_resolver_H3Y64MIP_exports, {
|
|
21
|
+
default: () => intent_resolver_default
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(intent_resolver_H3Y64MIP_exports);
|
|
24
|
+
var import_chunk_IXVWJCYB = require("./chunk-IXVWJCYB.cjs");
|
|
25
|
+
var import_chunk_3OB25QN2 = require("./chunk-3OB25QN2.cjs");
|
|
26
|
+
var import_chunk_N3U7KVO3 = require("./chunk-N3U7KVO3.cjs");
|
|
27
|
+
var import_chunk_NVYWMDF3 = require("./chunk-NVYWMDF3.cjs");
|
|
28
|
+
var import_chunk_OIFPM5ZW = require("./chunk-OIFPM5ZW.cjs");
|
|
29
|
+
var import_app_framework = require("@dxos/app-framework");
|
|
30
|
+
var import_invariant = require("@dxos/invariant");
|
|
31
|
+
var import_types = require("@dxos/plugin-observability/types");
|
|
32
|
+
var __dxlog_file = "/home/runner/work/dxos/dxos/packages/plugins/plugin-client/src/capabilities/intent-resolver.ts";
|
|
33
|
+
var intent_resolver_default = ({ context, onReset }) => (0, import_app_framework.contributes)(import_app_framework.Capabilities.IntentResolver, [
|
|
34
|
+
(0, import_app_framework.createResolver)(import_chunk_NVYWMDF3.ClientAction.CreateIdentity, async () => {
|
|
35
|
+
const manager = context.requestCapability(import_app_framework.Capabilities.PluginManager);
|
|
36
|
+
const client = context.requestCapability(import_chunk_3OB25QN2.ClientCapabilities.Client);
|
|
37
|
+
const data = await client.halo.createIdentity();
|
|
38
|
+
await manager.activate(import_chunk_IXVWJCYB.ClientEvents.IdentityCreated);
|
|
39
|
+
return {
|
|
40
|
+
data,
|
|
41
|
+
intents: [
|
|
42
|
+
(0, import_app_framework.createIntent)(import_types.ObservabilityAction.SendEvent, {
|
|
43
|
+
name: "identity.create"
|
|
44
|
+
})
|
|
45
|
+
]
|
|
46
|
+
};
|
|
47
|
+
}),
|
|
48
|
+
(0, import_app_framework.createResolver)(import_chunk_NVYWMDF3.ClientAction.JoinIdentity, async (data) => {
|
|
49
|
+
return {
|
|
50
|
+
intents: [
|
|
51
|
+
(0, import_app_framework.createIntent)(import_app_framework.LayoutAction.SetLayout, {
|
|
52
|
+
element: "dialog",
|
|
53
|
+
component: import_chunk_N3U7KVO3.JOIN_DIALOG,
|
|
54
|
+
dialogBlockAlign: "start",
|
|
55
|
+
subject: {
|
|
56
|
+
initialInvitationCode: data.invitationCode,
|
|
57
|
+
initialDisposition: "accept-halo-invitation"
|
|
58
|
+
}
|
|
59
|
+
})
|
|
60
|
+
]
|
|
61
|
+
};
|
|
62
|
+
}),
|
|
63
|
+
(0, import_app_framework.createResolver)(import_chunk_NVYWMDF3.ClientAction.ShareIdentity, async () => {
|
|
64
|
+
return {
|
|
65
|
+
intents: [
|
|
66
|
+
(0, import_app_framework.createIntent)(import_app_framework.LayoutAction.SetLayout, {
|
|
67
|
+
element: "dialog",
|
|
68
|
+
component: import_chunk_N3U7KVO3.IDENTITY_DIALOG,
|
|
69
|
+
dialogBlockAlign: "start"
|
|
70
|
+
}),
|
|
71
|
+
(0, import_app_framework.createIntent)(import_types.ObservabilityAction.SendEvent, {
|
|
72
|
+
name: "identity.share"
|
|
73
|
+
})
|
|
74
|
+
]
|
|
75
|
+
};
|
|
76
|
+
}),
|
|
77
|
+
(0, import_app_framework.createResolver)(import_chunk_NVYWMDF3.ClientAction.RecoverIdentity, async () => {
|
|
78
|
+
return {
|
|
79
|
+
intents: [
|
|
80
|
+
(0, import_app_framework.createIntent)(import_app_framework.LayoutAction.SetLayout, {
|
|
81
|
+
element: "dialog",
|
|
82
|
+
component: import_chunk_N3U7KVO3.JOIN_DIALOG,
|
|
83
|
+
dialogBlockAlign: "start",
|
|
84
|
+
subject: {
|
|
85
|
+
initialDisposition: "recover-identity"
|
|
86
|
+
}
|
|
87
|
+
})
|
|
88
|
+
]
|
|
89
|
+
};
|
|
90
|
+
}),
|
|
91
|
+
(0, import_app_framework.createResolver)(import_chunk_NVYWMDF3.ClientAction.ResetStorage, async (data) => {
|
|
92
|
+
await onReset?.({
|
|
93
|
+
target: data.target
|
|
94
|
+
});
|
|
95
|
+
return {};
|
|
96
|
+
}),
|
|
97
|
+
(0, import_app_framework.createResolver)(import_chunk_NVYWMDF3.ClientAction.CreateAgent, async () => {
|
|
98
|
+
const client = context.requestCapability(import_chunk_3OB25QN2.ClientCapabilities.Client);
|
|
99
|
+
(0, import_invariant.invariant)(client.services.services.EdgeAgentService, "Missing EdgeAgentService", {
|
|
100
|
+
F: __dxlog_file,
|
|
101
|
+
L: 80,
|
|
102
|
+
S: void 0,
|
|
103
|
+
A: [
|
|
104
|
+
"client.services.services.EdgeAgentService",
|
|
105
|
+
"'Missing EdgeAgentService'"
|
|
106
|
+
]
|
|
107
|
+
});
|
|
108
|
+
await client.services.services.EdgeAgentService.createAgent(null, {
|
|
109
|
+
timeout: 1e4
|
|
110
|
+
});
|
|
111
|
+
}),
|
|
112
|
+
(0, import_app_framework.createResolver)(import_chunk_NVYWMDF3.ClientAction.CreateRecoveryCode, async () => {
|
|
113
|
+
const client = context.requestCapability(import_chunk_3OB25QN2.ClientCapabilities.Client);
|
|
114
|
+
(0, import_invariant.invariant)(client.services.services.IdentityService, "IdentityService not available", {
|
|
115
|
+
F: __dxlog_file,
|
|
116
|
+
L: 85,
|
|
117
|
+
S: void 0,
|
|
118
|
+
A: [
|
|
119
|
+
"client.services.services.IdentityService",
|
|
120
|
+
"'IdentityService not available'"
|
|
121
|
+
]
|
|
122
|
+
});
|
|
123
|
+
const { seedphrase } = await client.services.services.IdentityService.createRecoveryPhrase();
|
|
124
|
+
return {
|
|
125
|
+
intents: [
|
|
126
|
+
(0, import_app_framework.createIntent)(import_app_framework.LayoutAction.SetLayout, {
|
|
127
|
+
element: "dialog",
|
|
128
|
+
dialogBlockAlign: "start",
|
|
129
|
+
dialogType: "alert",
|
|
130
|
+
state: true,
|
|
131
|
+
component: import_chunk_N3U7KVO3.RECOVER_CODE_DIALOG,
|
|
132
|
+
subject: {
|
|
133
|
+
code: seedphrase
|
|
134
|
+
}
|
|
135
|
+
})
|
|
136
|
+
]
|
|
137
|
+
};
|
|
138
|
+
})
|
|
139
|
+
]);
|
|
140
|
+
//# sourceMappingURL=intent-resolver-H3Y64MIP.cjs.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/capabilities/intent-resolver.ts"],
|
|
4
|
+
"sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport {\n Capabilities,\n contributes,\n createIntent,\n createResolver,\n LayoutAction,\n type PluginsContext,\n} from '@dxos/app-framework';\nimport { invariant } from '@dxos/invariant';\nimport { ObservabilityAction } from '@dxos/plugin-observability/types';\nimport { type JoinPanelProps } from '@dxos/shell/react';\n\nimport { ClientCapabilities } from './capabilities';\nimport { IDENTITY_DIALOG, JOIN_DIALOG, RECOVER_CODE_DIALOG } from '../components';\nimport { ClientEvents } from '../events';\nimport { ClientAction, type ClientPluginOptions } from '../types';\n\ntype IntentResolverOptions = Pick<ClientPluginOptions, 'onReset'> & {\n context: PluginsContext;\n};\n\nexport default ({ context, onReset }: IntentResolverOptions) =>\n contributes(Capabilities.IntentResolver, [\n createResolver(ClientAction.CreateIdentity, async () => {\n const manager = context.requestCapability(Capabilities.PluginManager);\n const client = context.requestCapability(ClientCapabilities.Client);\n const data = await client.halo.createIdentity();\n await manager.activate(ClientEvents.IdentityCreated);\n return { data, intents: [createIntent(ObservabilityAction.SendEvent, { name: 'identity.create' })] };\n }),\n createResolver(ClientAction.JoinIdentity, async (data) => {\n return {\n intents: [\n createIntent(LayoutAction.SetLayout, {\n element: 'dialog',\n component: JOIN_DIALOG,\n dialogBlockAlign: 'start',\n subject: {\n initialInvitationCode: data.invitationCode,\n initialDisposition: 'accept-halo-invitation',\n } satisfies Partial<JoinPanelProps>,\n }),\n ],\n };\n }),\n createResolver(ClientAction.ShareIdentity, async () => {\n return {\n intents: [\n createIntent(LayoutAction.SetLayout, {\n element: 'dialog',\n component: IDENTITY_DIALOG,\n dialogBlockAlign: 'start',\n }),\n createIntent(ObservabilityAction.SendEvent, { name: 'identity.share' }),\n ],\n };\n }),\n createResolver(ClientAction.RecoverIdentity, async () => {\n return {\n intents: [\n createIntent(LayoutAction.SetLayout, {\n element: 'dialog',\n component: JOIN_DIALOG,\n dialogBlockAlign: 'start',\n subject: { initialDisposition: 'recover-identity' } satisfies Partial<JoinPanelProps>,\n }),\n ],\n };\n }),\n createResolver(ClientAction.ResetStorage, async (data) => {\n await onReset?.({ target: data.target });\n return {};\n }),\n createResolver(ClientAction.CreateAgent, async () => {\n const client = context.requestCapability(ClientCapabilities.Client);\n invariant(client.services.services.EdgeAgentService, 'Missing EdgeAgentService');\n await client.services.services.EdgeAgentService.createAgent(null as any, { timeout: 10_000 });\n }),\n createResolver(ClientAction.CreateRecoveryCode, async () => {\n const client = context.requestCapability(ClientCapabilities.Client);\n invariant(client.services.services.IdentityService, 'IdentityService not available');\n // TODO(wittjosiah): This needs a proper api. Rename property.\n const { seedphrase } = await client.services.services.IdentityService.createRecoveryPhrase();\n return {\n intents: [\n createIntent(LayoutAction.SetLayout, {\n element: 'dialog',\n dialogBlockAlign: 'start',\n dialogType: 'alert',\n state: true,\n component: RECOVER_CODE_DIALOG,\n subject: { code: seedphrase },\n }),\n ],\n };\n }),\n ]);\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,2BAOO;AACP,uBAA0B;AAC1B,mBAAoC;;AAYpC,IAAA,0BAAe,CAAC,EAAEA,SAASC,QAAO,UAChCC,kCAAYC,kCAAaC,gBAAgB;MACvCC,qCAAeC,mCAAaC,gBAAgB,YAAA;AAC1C,UAAMC,UAAUR,QAAQS,kBAAkBN,kCAAaO,aAAa;AACpE,UAAMC,SAASX,QAAQS,kBAAkBG,yCAAmBC,MAAM;AAClE,UAAMC,OAAO,MAAMH,OAAOI,KAAKC,eAAc;AAC7C,UAAMR,QAAQS,SAASC,mCAAaC,eAAe;AACnD,WAAO;MAAEL;MAAMM,SAAS;YAACC,mCAAaC,iCAAoBC,WAAW;UAAEC,MAAM;QAAkB,CAAA;;IAAI;EACrG,CAAA;MACAnB,qCAAeC,mCAAamB,cAAc,OAAOX,SAAAA;AAC/C,WAAO;MACLM,SAAS;YACPC,mCAAaK,kCAAaC,WAAW;UACnCC,SAAS;UACTC,WAAWC;UACXC,kBAAkB;UAClBC,SAAS;YACPC,uBAAuBnB,KAAKoB;YAC5BC,oBAAoB;UACtB;QACF,CAAA;;IAEJ;EACF,CAAA;MACA9B,qCAAeC,mCAAa8B,eAAe,YAAA;AACzC,WAAO;MACLhB,SAAS;YACPC,mCAAaK,kCAAaC,WAAW;UACnCC,SAAS;UACTC,WAAWQ;UACXN,kBAAkB;QACpB,CAAA;YACAV,mCAAaC,iCAAoBC,WAAW;UAAEC,MAAM;QAAiB,CAAA;;IAEzE;EACF,CAAA;MACAnB,qCAAeC,mCAAagC,iBAAiB,YAAA;AAC3C,WAAO;MACLlB,SAAS;YACPC,mCAAaK,kCAAaC,WAAW;UACnCC,SAAS;UACTC,WAAWC;UACXC,kBAAkB;UAClBC,SAAS;YAAEG,oBAAoB;UAAmB;QACpD,CAAA;;IAEJ;EACF,CAAA;MACA9B,qCAAeC,mCAAaiC,cAAc,OAAOzB,SAAAA;AAC/C,UAAMb,UAAU;MAAEuC,QAAQ1B,KAAK0B;IAAO,CAAA;AACtC,WAAO,CAAC;EACV,CAAA;MACAnC,qCAAeC,mCAAamC,aAAa,YAAA;AACvC,UAAM9B,SAASX,QAAQS,kBAAkBG,yCAAmBC,MAAM;AAClE6B,oCAAU/B,OAAOgC,SAASA,SAASC,kBAAkB,4BAAA;;;;;;;;;AACrD,UAAMjC,OAAOgC,SAASA,SAASC,iBAAiBC,YAAY,MAAa;MAAEC,SAAS;IAAO,CAAA;EAC7F,CAAA;MACAzC,qCAAeC,mCAAayC,oBAAoB,YAAA;AAC9C,UAAMpC,SAASX,QAAQS,kBAAkBG,yCAAmBC,MAAM;AAClE6B,oCAAU/B,OAAOgC,SAASA,SAASK,iBAAiB,iCAAA;;;;;;;;;AAEpD,UAAM,EAAEC,WAAU,IAAK,MAAMtC,OAAOgC,SAASA,SAASK,gBAAgBE,qBAAoB;AAC1F,WAAO;MACL9B,SAAS;YACPC,mCAAaK,kCAAaC,WAAW;UACnCC,SAAS;UACTG,kBAAkB;UAClBoB,YAAY;UACZC,OAAO;UACPvB,WAAWwB;UACXrB,SAAS;YAAEsB,MAAML;UAAW;QAC9B,CAAA;;IAEJ;EACF,CAAA;CACD;",
|
|
6
|
+
"names": ["context", "onReset", "contributes", "Capabilities", "IntentResolver", "createResolver", "ClientAction", "CreateIdentity", "manager", "requestCapability", "PluginManager", "client", "ClientCapabilities", "Client", "data", "halo", "createIdentity", "activate", "ClientEvents", "IdentityCreated", "intents", "createIntent", "ObservabilityAction", "SendEvent", "name", "JoinIdentity", "LayoutAction", "SetLayout", "element", "component", "JOIN_DIALOG", "dialogBlockAlign", "subject", "initialInvitationCode", "invitationCode", "initialDisposition", "ShareIdentity", "IDENTITY_DIALOG", "RecoverIdentity", "ResetStorage", "target", "CreateAgent", "invariant", "services", "EdgeAgentService", "createAgent", "timeout", "CreateRecoveryCode", "IdentityService", "seedphrase", "createRecoveryPhrase", "dialogType", "state", "RECOVER_CODE_DIALOG", "code"]
|
|
7
|
+
}
|