@dxos/plugin-space 0.6.8-main.046e6cf
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +8 -0
- package/README.md +15 -0
- package/dist/lib/browser/chunk-DTVUOG2C.mjs +95 -0
- package/dist/lib/browser/chunk-DTVUOG2C.mjs.map +7 -0
- package/dist/lib/browser/chunk-LZEGRS7H.mjs +35 -0
- package/dist/lib/browser/chunk-LZEGRS7H.mjs.map +7 -0
- package/dist/lib/browser/index.mjs +2660 -0
- package/dist/lib/browser/index.mjs.map +7 -0
- package/dist/lib/browser/meta.json +1 -0
- package/dist/lib/browser/meta.mjs +13 -0
- package/dist/lib/browser/meta.mjs.map +7 -0
- package/dist/lib/browser/types/index.mjs +21 -0
- package/dist/lib/browser/types/index.mjs.map +7 -0
- package/dist/lib/node/chunk-6CNYF6YU.cjs +60 -0
- package/dist/lib/node/chunk-6CNYF6YU.cjs.map +7 -0
- package/dist/lib/node/chunk-CVZPI2P3.cjs +120 -0
- package/dist/lib/node/chunk-CVZPI2P3.cjs.map +7 -0
- package/dist/lib/node/index.cjs +2682 -0
- package/dist/lib/node/index.cjs.map +7 -0
- package/dist/lib/node/meta.cjs +34 -0
- package/dist/lib/node/meta.cjs.map +7 -0
- package/dist/lib/node/meta.json +1 -0
- package/dist/lib/node/types/index.cjs +43 -0
- package/dist/lib/node/types/index.cjs.map +7 -0
- package/dist/types/src/SpacePlugin.d.ts +27 -0
- package/dist/types/src/SpacePlugin.d.ts.map +1 -0
- package/dist/types/src/components/AwaitingObject.d.ts +5 -0
- package/dist/types/src/components/AwaitingObject.d.ts.map +1 -0
- package/dist/types/src/components/CollectionMain.d.ts +6 -0
- package/dist/types/src/components/CollectionMain.d.ts.map +1 -0
- package/dist/types/src/components/CollectionSection.d.ts +6 -0
- package/dist/types/src/components/CollectionSection.d.ts.map +1 -0
- package/dist/types/src/components/EmptySpace.d.ts +3 -0
- package/dist/types/src/components/EmptySpace.d.ts.map +1 -0
- package/dist/types/src/components/EmptyTree.d.ts +3 -0
- package/dist/types/src/components/EmptyTree.d.ts.map +1 -0
- package/dist/types/src/components/MenuFooter.d.ts +6 -0
- package/dist/types/src/components/MenuFooter.d.ts.map +1 -0
- package/dist/types/src/components/MissingObject.d.ts +5 -0
- package/dist/types/src/components/MissingObject.d.ts.map +1 -0
- package/dist/types/src/components/PersistenceStatus.d.ts +6 -0
- package/dist/types/src/components/PersistenceStatus.d.ts.map +1 -0
- package/dist/types/src/components/PopoverRenameObject.d.ts +6 -0
- package/dist/types/src/components/PopoverRenameObject.d.ts.map +1 -0
- package/dist/types/src/components/PopoverRenameSpace.d.ts +6 -0
- package/dist/types/src/components/PopoverRenameSpace.d.ts.map +1 -0
- package/dist/types/src/components/ShareSpaceButton.d.ts +8 -0
- package/dist/types/src/components/ShareSpaceButton.d.ts.map +1 -0
- package/dist/types/src/components/ShareSpaceButton.stories.d.ts +98 -0
- package/dist/types/src/components/ShareSpaceButton.stories.d.ts.map +1 -0
- package/dist/types/src/components/SpaceMain/SpaceMain.d.ts +10 -0
- package/dist/types/src/components/SpaceMain/SpaceMain.d.ts.map +1 -0
- package/dist/types/src/components/SpaceMain/SpaceMembersSection.d.ts +6 -0
- package/dist/types/src/components/SpaceMain/SpaceMembersSection.d.ts.map +1 -0
- package/dist/types/src/components/SpaceMain/index.d.ts +2 -0
- package/dist/types/src/components/SpaceMain/index.d.ts.map +1 -0
- package/dist/types/src/components/SpacePresence.d.ts +34 -0
- package/dist/types/src/components/SpacePresence.d.ts.map +1 -0
- package/dist/types/src/components/SpacePresence.stories.d.ts +97 -0
- package/dist/types/src/components/SpacePresence.stories.d.ts.map +1 -0
- package/dist/types/src/components/SpaceSettings.d.ts +6 -0
- package/dist/types/src/components/SpaceSettings.d.ts.map +1 -0
- package/dist/types/src/components/index.d.ts +15 -0
- package/dist/types/src/components/index.d.ts.map +1 -0
- package/dist/types/src/index.d.ts +9 -0
- package/dist/types/src/index.d.ts.map +1 -0
- package/dist/types/src/meta.d.ts +26 -0
- package/dist/types/src/meta.d.ts.map +1 -0
- package/dist/types/src/translations.d.ts +83 -0
- package/dist/types/src/translations.d.ts.map +1 -0
- package/dist/types/src/types/collection.d.ts +18 -0
- package/dist/types/src/types/collection.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/thread.d.ts +225 -0
- package/dist/types/src/types/thread.d.ts.map +1 -0
- package/dist/types/src/types/types.d.ts +54 -0
- package/dist/types/src/types/types.d.ts.map +1 -0
- package/dist/types/src/util.d.ts +85 -0
- package/dist/types/src/util.d.ts.map +1 -0
- package/package.json +101 -0
- package/src/SpacePlugin.tsx +1234 -0
- package/src/components/AwaitingObject.tsx +118 -0
- package/src/components/CollectionMain.tsx +33 -0
- package/src/components/CollectionSection.tsx +20 -0
- package/src/components/EmptySpace.tsx +25 -0
- package/src/components/EmptyTree.tsx +25 -0
- package/src/components/MenuFooter.tsx +33 -0
- package/src/components/MissingObject.tsx +54 -0
- package/src/components/PersistenceStatus.tsx +87 -0
- package/src/components/PopoverRenameObject.tsx +54 -0
- package/src/components/PopoverRenameSpace.tsx +44 -0
- package/src/components/ShareSpaceButton.stories.tsx +23 -0
- package/src/components/ShareSpaceButton.tsx +27 -0
- package/src/components/SpaceMain/SpaceMain.tsx +81 -0
- package/src/components/SpaceMain/SpaceMembersSection.tsx +205 -0
- package/src/components/SpaceMain/index.ts +5 -0
- package/src/components/SpacePresence.stories.tsx +102 -0
- package/src/components/SpacePresence.tsx +244 -0
- package/src/components/SpaceSettings.tsx +34 -0
- package/src/components/index.ts +18 -0
- package/src/index.ts +15 -0
- package/src/meta.ts +31 -0
- package/src/translations.ts +92 -0
- package/src/types/collection.ts +16 -0
- package/src/types/index.ts +7 -0
- package/src/types/thread.ts +68 -0
- package/src/types/types.ts +81 -0
- package/src/util.tsx +642 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export * from './AwaitingObject';
|
|
2
|
+
export * from './CollectionMain';
|
|
3
|
+
export * from './CollectionSection';
|
|
4
|
+
export * from './EmptySpace';
|
|
5
|
+
export * from './EmptyTree';
|
|
6
|
+
export * from './MenuFooter';
|
|
7
|
+
export * from './MissingObject';
|
|
8
|
+
export * from './PersistenceStatus';
|
|
9
|
+
export * from './PopoverRenameObject';
|
|
10
|
+
export * from './PopoverRenameSpace';
|
|
11
|
+
export * from './ShareSpaceButton';
|
|
12
|
+
export * from './SpaceMain';
|
|
13
|
+
export * from './SpacePresence';
|
|
14
|
+
export * from './SpaceSettings';
|
|
15
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/index.ts"],"names":[],"mappings":"AAIA,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { SpacePlugin } from './SpacePlugin';
|
|
2
|
+
export default SpacePlugin;
|
|
3
|
+
export * from './components';
|
|
4
|
+
export * from './meta';
|
|
5
|
+
export * from './types';
|
|
6
|
+
export * from './util';
|
|
7
|
+
export { default as translations } from './translations';
|
|
8
|
+
export * from './SpacePlugin';
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,eAAe,WAAW,CAAC;AAE3B,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAEzD,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export declare const SPACE_PLUGIN = "dxos.org/plugin/space";
|
|
2
|
+
export declare const SPACE_PLUGIN_SHORT_ID = "space";
|
|
3
|
+
declare const _default: {
|
|
4
|
+
id: string;
|
|
5
|
+
shortId: string;
|
|
6
|
+
name: string;
|
|
7
|
+
};
|
|
8
|
+
export default _default;
|
|
9
|
+
export declare enum SpaceAction {
|
|
10
|
+
CREATE = "dxos.org/plugin/space/action/create",
|
|
11
|
+
JOIN = "dxos.org/plugin/space/action/join",
|
|
12
|
+
SHARE = "dxos.org/plugin/space/action/share",
|
|
13
|
+
LOCK = "dxos.org/plugin/space/action/lock",
|
|
14
|
+
UNLOCK = "dxos.org/plugin/space/action/unlock",
|
|
15
|
+
RENAME = "dxos.org/plugin/space/action/rename",
|
|
16
|
+
OPEN = "dxos.org/plugin/space/action/open",
|
|
17
|
+
CLOSE = "dxos.org/plugin/space/action/close",
|
|
18
|
+
MIGRATE = "dxos.org/plugin/space/action/migrate",
|
|
19
|
+
ADD_OBJECT = "dxos.org/plugin/space/action/add-object",
|
|
20
|
+
REMOVE_OBJECT = "dxos.org/plugin/space/action/remove-object",
|
|
21
|
+
RENAME_OBJECT = "dxos.org/plugin/space/action/rename-object",
|
|
22
|
+
DUPLICATE_OBJECT = "dxos.org/plugin/space/action/duplicate-object",
|
|
23
|
+
WAIT_FOR_OBJECT = "dxos.org/plugin/space/action/wait-for-object",
|
|
24
|
+
TOGGLE_HIDDEN = "dxos.org/plugin/space/action/toggle-hidden"
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=meta.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.d.ts","sourceRoot":"","sources":["../../../src/meta.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,YAAY,0BAA0B,CAAC;AACpD,eAAO,MAAM,qBAAqB,UAAU,CAAC;;;;;;AAE7C,wBAIE;AAGF,oBAAY,WAAW;IACrB,MAAM,wCAA2B;IACjC,IAAI,sCAAyB;IAC7B,KAAK,uCAA0B;IAC/B,IAAI,sCAAyB;IAC7B,MAAM,wCAA2B;IACjC,MAAM,wCAA2B;IACjC,IAAI,sCAAyB;IAC7B,KAAK,uCAA0B;IAC/B,OAAO,yCAA4B;IACnC,UAAU,4CAA+B;IACzC,aAAa,+CAAkC;IAC/C,aAAa,+CAAkC;IAC/C,gBAAgB,kDAAqC;IACrD,eAAe,iDAAoC;IACnD,aAAa,+CAAkC;CAChD"}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
'en-US': {
|
|
3
|
+
"dxos.org/plugin/space": {
|
|
4
|
+
'plugin name': string;
|
|
5
|
+
'first run message': string;
|
|
6
|
+
'create space label': string;
|
|
7
|
+
'join space label': string;
|
|
8
|
+
'empty space message': string;
|
|
9
|
+
'empty tree message': string;
|
|
10
|
+
'unnamed space label': string;
|
|
11
|
+
'closed space label': string;
|
|
12
|
+
'loading space label': string;
|
|
13
|
+
'lock space label': string;
|
|
14
|
+
'unlock space label': string;
|
|
15
|
+
'rename space label': string;
|
|
16
|
+
'active space label': string;
|
|
17
|
+
'space name label': string;
|
|
18
|
+
'object name label': string;
|
|
19
|
+
'close space label': string;
|
|
20
|
+
'open space label': string;
|
|
21
|
+
'export data label': string;
|
|
22
|
+
'import data label': string;
|
|
23
|
+
'migrate space label': string;
|
|
24
|
+
'share space': string;
|
|
25
|
+
'save space to disk label': string;
|
|
26
|
+
'load space from disk label': string;
|
|
27
|
+
'confirm restore title': string;
|
|
28
|
+
'confirm restore body': string;
|
|
29
|
+
'upload file message': string;
|
|
30
|
+
'object title placeholder': string;
|
|
31
|
+
'personal space label': string;
|
|
32
|
+
'spaces label': string;
|
|
33
|
+
'show hidden spaces label': string;
|
|
34
|
+
'save files to directory label': string;
|
|
35
|
+
'select path label': string;
|
|
36
|
+
'rename collection label': string;
|
|
37
|
+
'rename object label': string;
|
|
38
|
+
'duplicate object label': string;
|
|
39
|
+
'delete collection label': string;
|
|
40
|
+
'delete object label': string;
|
|
41
|
+
'collection deleted label': string;
|
|
42
|
+
'object deleted label': string;
|
|
43
|
+
'go to object label': string;
|
|
44
|
+
'found object label': string;
|
|
45
|
+
'found object description': string;
|
|
46
|
+
'waiting for object label': string;
|
|
47
|
+
'waiting for object description': string;
|
|
48
|
+
'object not found label': string;
|
|
49
|
+
'object not found description': string;
|
|
50
|
+
'missing object message': string;
|
|
51
|
+
'missing object description': string;
|
|
52
|
+
'create collection label': string;
|
|
53
|
+
'unnamed object label': string;
|
|
54
|
+
'unnamed collection label': string;
|
|
55
|
+
'create object in space label': string;
|
|
56
|
+
'create object in collection label': string;
|
|
57
|
+
'share space label': string;
|
|
58
|
+
'space members label': string;
|
|
59
|
+
'active space members heading': string;
|
|
60
|
+
'inactive space members heading': string;
|
|
61
|
+
'presence label_zero': string;
|
|
62
|
+
'presence label_one': string;
|
|
63
|
+
'presence label_other': string;
|
|
64
|
+
'persisted locally label': string;
|
|
65
|
+
'persisted locally message': string;
|
|
66
|
+
'persistence pending label': string;
|
|
67
|
+
'persistence error label': string;
|
|
68
|
+
'more actions label': string;
|
|
69
|
+
'invitations heading': string;
|
|
70
|
+
'keyshortcuts label': string;
|
|
71
|
+
'menu footer label': string;
|
|
72
|
+
'location label': string;
|
|
73
|
+
'space limit label': string;
|
|
74
|
+
'space limit description': string;
|
|
75
|
+
'space limit close label': string;
|
|
76
|
+
'remove deleted objects label': string;
|
|
77
|
+
'remove deleted objects alt': string;
|
|
78
|
+
'copy link label': string;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
}[];
|
|
82
|
+
export default _default;
|
|
83
|
+
//# sourceMappingURL=translations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../src/translations.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAMA,wBAqFE"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Expando, ref, S } from '@dxos/echo-schema';
|
|
2
|
+
declare const CollectionType_base: import("@dxos/echo-schema").AbstractTypedObject<{
|
|
3
|
+
name?: string | undefined;
|
|
4
|
+
objects: import("@dxos/echo-schema").Ref<Expando>[];
|
|
5
|
+
views: {
|
|
6
|
+
[x: string]: import("@dxos/echo-schema").Ref<Expando>;
|
|
7
|
+
};
|
|
8
|
+
} & {
|
|
9
|
+
id: string;
|
|
10
|
+
}, S.Struct.Encoded<{
|
|
11
|
+
name: S.optional<typeof S.String>;
|
|
12
|
+
objects: S.mutable<S.Array$<ref<Expando>>>;
|
|
13
|
+
views: S.mutable<S.Record$<typeof S.String, ref<Expando>>>;
|
|
14
|
+
}>>;
|
|
15
|
+
export declare class CollectionType extends CollectionType_base {
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
18
|
+
//# sourceMappingURL=collection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"collection.d.ts","sourceRoot":"","sources":["../../../../src/types/collection.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,OAAO,EAAE,GAAG,EAAE,CAAC,EAAe,MAAM,mBAAmB,CAAC;;;;;;;;;;;;;;AAEjE,qBAAa,cAAe,SAAQ,mBASlC;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/index.ts"],"names":[],"mappings":"AAIA,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1,225 @@
|
|
|
1
|
+
import { Expando, ref, S } from '@dxos/echo-schema';
|
|
2
|
+
declare const ContactType_base: import("@dxos/echo-schema").AbstractTypedObject<{
|
|
3
|
+
name?: string | undefined;
|
|
4
|
+
identifiers: {
|
|
5
|
+
readonly value: string;
|
|
6
|
+
readonly type: string;
|
|
7
|
+
}[];
|
|
8
|
+
} & {
|
|
9
|
+
id: string;
|
|
10
|
+
}, S.Struct.Encoded<{
|
|
11
|
+
name: S.optional<typeof S.String>;
|
|
12
|
+
identifiers: S.mutable<S.Array$<S.Struct<{
|
|
13
|
+
type: typeof S.String;
|
|
14
|
+
value: typeof S.String;
|
|
15
|
+
}>>>;
|
|
16
|
+
}>>;
|
|
17
|
+
export declare class ContactType extends ContactType_base {
|
|
18
|
+
}
|
|
19
|
+
export declare const ActorSchema: S.mutable<S.Struct<{
|
|
20
|
+
contact: S.optional<ref<{
|
|
21
|
+
name?: string | undefined;
|
|
22
|
+
identifiers: {
|
|
23
|
+
readonly value: string;
|
|
24
|
+
readonly type: string;
|
|
25
|
+
}[];
|
|
26
|
+
} & {
|
|
27
|
+
id: string;
|
|
28
|
+
}>>;
|
|
29
|
+
identityKey: S.optional<typeof S.String>;
|
|
30
|
+
email: S.optional<typeof S.String>;
|
|
31
|
+
name: S.optional<typeof S.String>;
|
|
32
|
+
}>>;
|
|
33
|
+
export type ActorType = S.Schema.Type<typeof ActorSchema>;
|
|
34
|
+
declare const MessageType_base: import("@dxos/echo-schema").AbstractTypedObject<{
|
|
35
|
+
text: string;
|
|
36
|
+
timestamp: string;
|
|
37
|
+
sender: {
|
|
38
|
+
name?: string | undefined;
|
|
39
|
+
contact?: import("@dxos/echo-schema").Ref<{
|
|
40
|
+
name?: string | undefined;
|
|
41
|
+
identifiers: {
|
|
42
|
+
readonly value: string;
|
|
43
|
+
readonly type: string;
|
|
44
|
+
}[];
|
|
45
|
+
} & {
|
|
46
|
+
id: string;
|
|
47
|
+
}>;
|
|
48
|
+
identityKey?: string | undefined;
|
|
49
|
+
email?: string | undefined;
|
|
50
|
+
};
|
|
51
|
+
parts?: import("@dxos/echo-schema").Ref<Expando>[] | undefined;
|
|
52
|
+
properties?: {
|
|
53
|
+
[x: string]: any;
|
|
54
|
+
} | undefined;
|
|
55
|
+
context?: import("@dxos/echo-schema").Ref<Expando>;
|
|
56
|
+
} & {
|
|
57
|
+
id: string;
|
|
58
|
+
}, S.Struct.Encoded<{
|
|
59
|
+
/** ISO date string when the message was sent. */
|
|
60
|
+
timestamp: typeof S.String;
|
|
61
|
+
/** Identity of the message sender. */
|
|
62
|
+
sender: S.mutable<S.Struct<{
|
|
63
|
+
contact: S.optional<ref<{
|
|
64
|
+
name?: string | undefined;
|
|
65
|
+
identifiers: {
|
|
66
|
+
readonly value: string;
|
|
67
|
+
readonly type: string;
|
|
68
|
+
}[];
|
|
69
|
+
} & {
|
|
70
|
+
id: string;
|
|
71
|
+
}>>;
|
|
72
|
+
identityKey: S.optional<typeof S.String>;
|
|
73
|
+
email: S.optional<typeof S.String>;
|
|
74
|
+
name: S.optional<typeof S.String>;
|
|
75
|
+
}>>;
|
|
76
|
+
/** Text content of the message. */
|
|
77
|
+
text: typeof S.String;
|
|
78
|
+
/** Non-text content sent with a message (e.g. files, polls, etc.) */
|
|
79
|
+
parts: S.optional<S.mutable<S.Array$<ref<Expando>>>>;
|
|
80
|
+
/** Custom properties for specific message types (e.g. email subject or cc fields). */
|
|
81
|
+
properties: S.optional<S.mutable<S.Record$<typeof S.String, typeof S.Any>>>;
|
|
82
|
+
/** Context of the application when message was created. */
|
|
83
|
+
context: S.optional<ref<Expando>>;
|
|
84
|
+
}>>;
|
|
85
|
+
export declare class MessageType extends MessageType_base {
|
|
86
|
+
}
|
|
87
|
+
export declare const ThreadStatus: S.Union<[S.Literal<["staged"]>, S.Literal<["active"]>, S.Literal<["resolved"]>]>;
|
|
88
|
+
declare const ThreadType_base: import("@dxos/echo-schema").AbstractTypedObject<{
|
|
89
|
+
anchor?: string | undefined;
|
|
90
|
+
name?: string | undefined;
|
|
91
|
+
status?: "active" | "staged" | "resolved" | undefined;
|
|
92
|
+
messages: import("@dxos/echo-schema").Ref<{
|
|
93
|
+
text: string;
|
|
94
|
+
timestamp: string;
|
|
95
|
+
sender: {
|
|
96
|
+
name?: string | undefined;
|
|
97
|
+
contact?: import("@dxos/echo-schema").Ref<{
|
|
98
|
+
name?: string | undefined;
|
|
99
|
+
identifiers: {
|
|
100
|
+
readonly value: string;
|
|
101
|
+
readonly type: string;
|
|
102
|
+
}[];
|
|
103
|
+
} & {
|
|
104
|
+
id: string;
|
|
105
|
+
}>;
|
|
106
|
+
identityKey?: string | undefined;
|
|
107
|
+
email?: string | undefined;
|
|
108
|
+
};
|
|
109
|
+
parts?: import("@dxos/echo-schema").Ref<Expando>[] | undefined;
|
|
110
|
+
properties?: {
|
|
111
|
+
[x: string]: any;
|
|
112
|
+
} | undefined;
|
|
113
|
+
context?: import("@dxos/echo-schema").Ref<Expando>;
|
|
114
|
+
} & {
|
|
115
|
+
id: string;
|
|
116
|
+
}>[];
|
|
117
|
+
} & {
|
|
118
|
+
id: string;
|
|
119
|
+
}, S.Struct.Encoded<{
|
|
120
|
+
name: S.optional<typeof S.String>;
|
|
121
|
+
anchor: S.optional<typeof S.String>;
|
|
122
|
+
status: S.optional<S.Union<[S.Literal<["staged"]>, S.Literal<["active"]>, S.Literal<["resolved"]>]>>;
|
|
123
|
+
messages: S.mutable<S.Array$<ref<{
|
|
124
|
+
text: string;
|
|
125
|
+
timestamp: string;
|
|
126
|
+
sender: {
|
|
127
|
+
name?: string | undefined;
|
|
128
|
+
contact?: import("@dxos/echo-schema").Ref<{
|
|
129
|
+
name?: string | undefined;
|
|
130
|
+
identifiers: {
|
|
131
|
+
readonly value: string;
|
|
132
|
+
readonly type: string;
|
|
133
|
+
}[];
|
|
134
|
+
} & {
|
|
135
|
+
id: string;
|
|
136
|
+
}>;
|
|
137
|
+
identityKey?: string | undefined;
|
|
138
|
+
email?: string | undefined;
|
|
139
|
+
};
|
|
140
|
+
parts?: import("@dxos/echo-schema").Ref<Expando>[] | undefined;
|
|
141
|
+
properties?: {
|
|
142
|
+
[x: string]: any;
|
|
143
|
+
} | undefined;
|
|
144
|
+
context?: import("@dxos/echo-schema").Ref<Expando>;
|
|
145
|
+
} & {
|
|
146
|
+
id: string;
|
|
147
|
+
}>>>;
|
|
148
|
+
}>>;
|
|
149
|
+
export declare class ThreadType extends ThreadType_base {
|
|
150
|
+
}
|
|
151
|
+
declare const ChannelType_base: import("@dxos/echo-schema").AbstractTypedObject<{
|
|
152
|
+
name?: string | undefined;
|
|
153
|
+
threads: import("@dxos/echo-schema").Ref<{
|
|
154
|
+
anchor?: string | undefined;
|
|
155
|
+
name?: string | undefined;
|
|
156
|
+
status?: "active" | "staged" | "resolved" | undefined;
|
|
157
|
+
messages: import("@dxos/echo-schema").Ref<{
|
|
158
|
+
text: string;
|
|
159
|
+
timestamp: string;
|
|
160
|
+
sender: {
|
|
161
|
+
name?: string | undefined;
|
|
162
|
+
contact?: import("@dxos/echo-schema").Ref<{
|
|
163
|
+
name?: string | undefined;
|
|
164
|
+
identifiers: {
|
|
165
|
+
readonly value: string;
|
|
166
|
+
readonly type: string;
|
|
167
|
+
}[];
|
|
168
|
+
} & {
|
|
169
|
+
id: string;
|
|
170
|
+
}>;
|
|
171
|
+
identityKey?: string | undefined;
|
|
172
|
+
email?: string | undefined;
|
|
173
|
+
};
|
|
174
|
+
parts?: import("@dxos/echo-schema").Ref<Expando>[] | undefined;
|
|
175
|
+
properties?: {
|
|
176
|
+
[x: string]: any;
|
|
177
|
+
} | undefined;
|
|
178
|
+
context?: import("@dxos/echo-schema").Ref<Expando>;
|
|
179
|
+
} & {
|
|
180
|
+
id: string;
|
|
181
|
+
}>[];
|
|
182
|
+
} & {
|
|
183
|
+
id: string;
|
|
184
|
+
}>[];
|
|
185
|
+
} & {
|
|
186
|
+
id: string;
|
|
187
|
+
}, S.Struct.Encoded<{
|
|
188
|
+
name: S.optional<typeof S.String>;
|
|
189
|
+
threads: S.mutable<S.Array$<ref<{
|
|
190
|
+
anchor?: string | undefined;
|
|
191
|
+
name?: string | undefined;
|
|
192
|
+
status?: "active" | "staged" | "resolved" | undefined;
|
|
193
|
+
messages: import("@dxos/echo-schema").Ref<{
|
|
194
|
+
text: string;
|
|
195
|
+
timestamp: string;
|
|
196
|
+
sender: {
|
|
197
|
+
name?: string | undefined;
|
|
198
|
+
contact?: import("@dxos/echo-schema").Ref<{
|
|
199
|
+
name?: string | undefined;
|
|
200
|
+
identifiers: {
|
|
201
|
+
readonly value: string;
|
|
202
|
+
readonly type: string;
|
|
203
|
+
}[];
|
|
204
|
+
} & {
|
|
205
|
+
id: string;
|
|
206
|
+
}>;
|
|
207
|
+
identityKey?: string | undefined;
|
|
208
|
+
email?: string | undefined;
|
|
209
|
+
};
|
|
210
|
+
parts?: import("@dxos/echo-schema").Ref<Expando>[] | undefined;
|
|
211
|
+
properties?: {
|
|
212
|
+
[x: string]: any;
|
|
213
|
+
} | undefined;
|
|
214
|
+
context?: import("@dxos/echo-schema").Ref<Expando>;
|
|
215
|
+
} & {
|
|
216
|
+
id: string;
|
|
217
|
+
}>[];
|
|
218
|
+
} & {
|
|
219
|
+
id: string;
|
|
220
|
+
}>>>;
|
|
221
|
+
}>>;
|
|
222
|
+
export declare class ChannelType extends ChannelType_base {
|
|
223
|
+
}
|
|
224
|
+
export {};
|
|
225
|
+
//# sourceMappingURL=thread.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"thread.d.ts","sourceRoot":"","sources":["../../../../src/types/thread.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,OAAO,EAAE,GAAG,EAAE,CAAC,EAAe,MAAM,mBAAmB,CAAC;;;;;;;;;;;;;;;;AAMjE,qBAAa,WAAY,SAAQ,gBAU/B;CAAG;AAEL,eAAO,MAAM,WAAW;;;;;;;;;;;;;GAUvB,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,WAAW,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;IAGxD,iDAAiD;;IAEjD,sCAAsC;;;;;;;;;;;;;;;IAEtC,mCAAmC;;IAEnC,qEAAqE;;IAErE,sFAAsF;;IAKtF,2DAA2D;;;AAd7D,qBAAa,WAAY,SAAQ,gBAiB/B;CAAG;AAEL,eAAO,MAAM,YAAY,kFAA2E,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAErG,qBAAa,UAAW,SAAQ,eAK9B;CAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEL,qBAAa,WAAY,SAAQ,gBAG/B;CAAG"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import type { GraphBuilderProvides, GraphSerializerProvides, IntentResolverProvides, MetadataRecordsProvides, SettingsProvides, SurfaceProvides, TranslationsProvides } from '@dxos/app-framework';
|
|
2
|
+
import { type Expando } from '@dxos/echo-schema';
|
|
3
|
+
import { type SchemaProvides } from '@dxos/plugin-client';
|
|
4
|
+
import { type PublicKey } from '@dxos/react-client';
|
|
5
|
+
import { type ComplexMap } from '@dxos/util';
|
|
6
|
+
export declare const SPACE_DIRECTORY_HANDLE = "dxos.org/plugin/space/directory";
|
|
7
|
+
export type ObjectViewerProps = {
|
|
8
|
+
lastSeen: number;
|
|
9
|
+
currentlyAttended: boolean;
|
|
10
|
+
};
|
|
11
|
+
export type ObjectId = string;
|
|
12
|
+
export type PluginState = {
|
|
13
|
+
/**
|
|
14
|
+
* Which objects are currently being viewed by which peers.
|
|
15
|
+
*/
|
|
16
|
+
viewersByObject: Record<ObjectId, ComplexMap<PublicKey, ObjectViewerProps>>;
|
|
17
|
+
/**
|
|
18
|
+
* Which peers are currently viewing which objects.
|
|
19
|
+
*/
|
|
20
|
+
viewersByIdentity: ComplexMap<PublicKey, Set<ObjectId>>;
|
|
21
|
+
/**
|
|
22
|
+
* Object that was linked to directly but not found and is being awaited.
|
|
23
|
+
*/
|
|
24
|
+
awaiting: string | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* Cached space names, used when spaces are closed or loading.
|
|
27
|
+
*/
|
|
28
|
+
spaceNames: Record<string, string>;
|
|
29
|
+
/**
|
|
30
|
+
* Which spaces have an SDK migration running currently.
|
|
31
|
+
*/
|
|
32
|
+
sdkMigrationRunning: Record<string, boolean>;
|
|
33
|
+
};
|
|
34
|
+
export type SpaceSettingsProps = {
|
|
35
|
+
showHidden?: boolean;
|
|
36
|
+
};
|
|
37
|
+
export type SpacePluginProvides = SurfaceProvides & IntentResolverProvides & GraphBuilderProvides & GraphSerializerProvides & MetadataRecordsProvides & SettingsProvides<SpaceSettingsProps> & TranslationsProvides & SchemaProvides & {
|
|
38
|
+
space: Readonly<PluginState>;
|
|
39
|
+
};
|
|
40
|
+
export type SerializerMap = Record<string, TypedObjectSerializer>;
|
|
41
|
+
export interface TypedObjectSerializer<T extends Expando = Expando> {
|
|
42
|
+
serialize(params: {
|
|
43
|
+
object: T;
|
|
44
|
+
}): Promise<string>;
|
|
45
|
+
/**
|
|
46
|
+
* @param params.content
|
|
47
|
+
* @param params.newId Generate new ID for deserialized object.
|
|
48
|
+
*/
|
|
49
|
+
deserialize(params: {
|
|
50
|
+
content: string;
|
|
51
|
+
newId?: boolean;
|
|
52
|
+
}): Promise<T>;
|
|
53
|
+
}
|
|
54
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/types/types.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EACV,oBAAoB,EACpB,uBAAuB,EACvB,sBAAsB,EACtB,uBAAuB,EACvB,gBAAgB,EAChB,eAAe,EACf,oBAAoB,EACrB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,KAAK,OAAO,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,YAAY,CAAC;AAE7C,eAAO,MAAM,sBAAsB,oCAAoC,CAAC;AAExE,MAAM,MAAM,iBAAiB,GAAG;IAC9B,QAAQ,EAAE,MAAM,CAAC;IACjB,iBAAiB,EAAE,OAAO,CAAC;CAC5B,CAAC;AAEF,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC;AAE9B,MAAM,MAAM,WAAW,GAAG;IACxB;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC,QAAQ,EAAE,UAAU,CAAC,SAAS,EAAE,iBAAiB,CAAC,CAAC,CAAC;IAE5E;;OAEG;IACH,iBAAiB,EAAE,UAAU,CAAC,SAAS,EAAE,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC;IAExD;;OAEG;IACH,QAAQ,EAAE,MAAM,GAAG,SAAS,CAAC;IAE7B;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAEnC;;OAEG;IAEH,mBAAmB,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CAC9C,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAAE,UAAU,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;AAE1D,MAAM,MAAM,mBAAmB,GAAG,eAAe,GAC/C,sBAAsB,GACtB,oBAAoB,GACpB,uBAAuB,GACvB,uBAAuB,GACvB,gBAAgB,CAAC,kBAAkB,CAAC,GACpC,oBAAoB,GACpB,cAAc,GAAG;IACf,KAAK,EAAE,QAAQ,CAAC,WAAW,CAAC,CAAC;CAC9B,CAAC;AAIJ,MAAM,MAAM,aAAa,GAAG,MAAM,CAAC,MAAM,EAAE,qBAAqB,CAAC,CAAC;AAElE,MAAM,WAAW,qBAAqB,CAAC,CAAC,SAAS,OAAO,GAAG,OAAO;IAChE,SAAS,CAAC,MAAM,EAAE;QAAE,MAAM,EAAE,CAAC,CAAA;KAAE,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;IAElD;;;OAGG;IACH,WAAW,CAAC,MAAM,EAAE;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,OAAO,CAAA;KAAE,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC;CACvE"}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { type IconProps } from '@phosphor-icons/react';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { type MetadataResolver, type IntentDispatcher } from '@dxos/app-framework';
|
|
4
|
+
import { type EchoReactiveObject, type Expando } from '@dxos/echo-schema';
|
|
5
|
+
import { actionGroupSymbol, type ActionData, type Graph, type Node, type NodeArg } from '@dxos/plugin-graph';
|
|
6
|
+
import { type Echo, type FilterSource, type QueryOptions, type Space } from '@dxos/react-client/echo';
|
|
7
|
+
export declare const SPACES = "dxos.org/plugin/space-spaces";
|
|
8
|
+
export declare const SPACE_TYPE = "dxos.org/type/Space";
|
|
9
|
+
export declare const COMPOSER_SPACE_LOCK = "dxos.org/plugin/space/lock";
|
|
10
|
+
export declare const SHARED = "shared-spaces";
|
|
11
|
+
/**
|
|
12
|
+
*
|
|
13
|
+
* @param spaceOrEcho
|
|
14
|
+
* @param filter
|
|
15
|
+
* @param options
|
|
16
|
+
* @returns
|
|
17
|
+
*/
|
|
18
|
+
export declare const memoizeQuery: <T extends EchoReactiveObject<any>>(spaceOrEcho?: Space | Echo, filter?: FilterSource<T>, options?: QueryOptions) => T[];
|
|
19
|
+
export declare const getSpaceDisplayName: (space: Space, { personal, namesCache }?: {
|
|
20
|
+
personal?: boolean;
|
|
21
|
+
namesCache?: Record<string, string>;
|
|
22
|
+
}) => string | [string, {
|
|
23
|
+
ns: string;
|
|
24
|
+
}];
|
|
25
|
+
export declare const constructSpaceNode: ({ space, personal, namesCache, resolve, }: {
|
|
26
|
+
space: Space;
|
|
27
|
+
personal?: boolean;
|
|
28
|
+
namesCache?: Record<string, string>;
|
|
29
|
+
resolve: MetadataResolver;
|
|
30
|
+
}) => {
|
|
31
|
+
id: import("@dxos/react-client/echo").SpaceId;
|
|
32
|
+
type: string;
|
|
33
|
+
data: Space;
|
|
34
|
+
properties: {
|
|
35
|
+
label: string | [string, {
|
|
36
|
+
ns: string;
|
|
37
|
+
}];
|
|
38
|
+
description: any;
|
|
39
|
+
icon: (props: IconProps) => React.JSX.Element;
|
|
40
|
+
iconSymbol: string;
|
|
41
|
+
disabled: boolean;
|
|
42
|
+
testId: string;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
export declare const constructSpaceActionGroups: ({ space, dispatch }: {
|
|
46
|
+
space: Space;
|
|
47
|
+
dispatch: IntentDispatcher;
|
|
48
|
+
}) => NodeArg<typeof actionGroupSymbol>[];
|
|
49
|
+
export declare const constructSpaceActions: ({ space, dispatch, personal, migrating, }: {
|
|
50
|
+
space: Space;
|
|
51
|
+
dispatch: IntentDispatcher;
|
|
52
|
+
personal?: boolean;
|
|
53
|
+
migrating?: boolean;
|
|
54
|
+
}) => NodeArg<ActionData>[];
|
|
55
|
+
export declare const createObjectNode: ({ object, space, resolve, }: {
|
|
56
|
+
object: EchoReactiveObject<any>;
|
|
57
|
+
space: Space;
|
|
58
|
+
resolve: MetadataResolver;
|
|
59
|
+
}) => {
|
|
60
|
+
id: string;
|
|
61
|
+
type: string;
|
|
62
|
+
data: EchoReactiveObject<any>;
|
|
63
|
+
properties: any;
|
|
64
|
+
} | undefined;
|
|
65
|
+
export declare const constructObjectActionGroups: ({ object, dispatch, }: {
|
|
66
|
+
object: EchoReactiveObject<any>;
|
|
67
|
+
dispatch: IntentDispatcher;
|
|
68
|
+
}) => NodeArg<typeof actionGroupSymbol>[];
|
|
69
|
+
export declare const constructObjectActions: ({ node, dispatch, }: {
|
|
70
|
+
node: Node<EchoReactiveObject<any>>;
|
|
71
|
+
dispatch: IntentDispatcher;
|
|
72
|
+
}) => NodeArg<ActionData>[];
|
|
73
|
+
/**
|
|
74
|
+
* @deprecated
|
|
75
|
+
*/
|
|
76
|
+
export declare const getActiveSpace: (graph: Graph, active?: string) => Space | undefined;
|
|
77
|
+
/**
|
|
78
|
+
* @deprecated This is a temporary solution.
|
|
79
|
+
*/
|
|
80
|
+
export declare const getNestedObjects: (object: EchoReactiveObject<any>, resolve: MetadataResolver) => Promise<EchoReactiveObject<any>[]>;
|
|
81
|
+
/**
|
|
82
|
+
* @deprecated Workaround for ECHO not supporting clone.
|
|
83
|
+
*/
|
|
84
|
+
export declare const cloneObject: (object: Expando, resolve: MetadataResolver) => Promise<Expando>;
|
|
85
|
+
//# sourceMappingURL=util.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"util.d.ts","sourceRoot":"","sources":["../../../src/util.tsx"],"names":[],"mappings":"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"}
|