@atlaskit/editor-plugin-avatar-group 2.0.11 → 2.0.13
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/CHANGELOG.md
CHANGED
|
@@ -84,6 +84,12 @@ declare const _default: React.FC<import("react-intl-next").WithIntlProps<{
|
|
|
84
84
|
mark: import("prosemirror-model").Mark;
|
|
85
85
|
}) => boolean;
|
|
86
86
|
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
87
|
+
getCurrentCollabState: () => {
|
|
88
|
+
version: number | undefined;
|
|
89
|
+
sendableSteps: import("@atlaskit/editor-plugin-collab-edit").CollabSendableSteps | null | undefined;
|
|
90
|
+
content: import("@atlaskit/editor-json-transformer").JSONNode | undefined;
|
|
91
|
+
};
|
|
92
|
+
validatePMJSONDocument: (doc: any) => boolean;
|
|
87
93
|
};
|
|
88
94
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"primaryToolbar", {
|
|
89
95
|
sharedState: import("@atlaskit/editor-plugin-primary-toolbar").PrimaryToolbarPluginState | undefined;
|
|
@@ -170,6 +176,12 @@ declare const _default: React.FC<import("react-intl-next").WithIntlProps<{
|
|
|
170
176
|
mark: import("prosemirror-model").Mark;
|
|
171
177
|
}) => boolean;
|
|
172
178
|
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
179
|
+
getCurrentCollabState: () => {
|
|
180
|
+
version: number | undefined;
|
|
181
|
+
sendableSteps: import("@atlaskit/editor-plugin-collab-edit").CollabSendableSteps | null | undefined;
|
|
182
|
+
content: import("@atlaskit/editor-json-transformer").JSONNode | undefined;
|
|
183
|
+
};
|
|
184
|
+
validatePMJSONDocument: (doc: any) => boolean;
|
|
173
185
|
};
|
|
174
186
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"primaryToolbar", {
|
|
175
187
|
sharedState: import("@atlaskit/editor-plugin-primary-toolbar").PrimaryToolbarPluginState | undefined;
|
|
@@ -67,6 +67,12 @@ declare const _default: import("memoize-one").MemoizedFn<(participant: CollabPar
|
|
|
67
67
|
mark: import("prosemirror-model").Mark;
|
|
68
68
|
}) => boolean;
|
|
69
69
|
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
70
|
+
getCurrentCollabState: () => {
|
|
71
|
+
version: number | undefined;
|
|
72
|
+
sendableSteps: import("@atlaskit/editor-plugin-collab-edit").CollabSendableSteps | null | undefined;
|
|
73
|
+
content: import("@atlaskit/editor-json-transformer").JSONNode | undefined;
|
|
74
|
+
};
|
|
75
|
+
validatePMJSONDocument: (doc: any) => boolean;
|
|
70
76
|
};
|
|
71
77
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>>, import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"primaryToolbar", {
|
|
72
78
|
sharedState: import("@atlaskit/editor-plugin-primary-toolbar").PrimaryToolbarPluginState | undefined;
|
|
@@ -96,6 +96,12 @@ declare const _default: React.FC<import("react-intl-next").WithIntlProps<{
|
|
|
96
96
|
mark: import("prosemirror-model").Mark;
|
|
97
97
|
}) => boolean;
|
|
98
98
|
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
99
|
+
getCurrentCollabState: () => {
|
|
100
|
+
version: number | undefined;
|
|
101
|
+
sendableSteps: import("@atlaskit/editor-plugin-collab-edit").CollabSendableSteps | null | undefined;
|
|
102
|
+
content: import("@atlaskit/editor-json-transformer").JSONNode | undefined;
|
|
103
|
+
};
|
|
104
|
+
validatePMJSONDocument: (doc: any) => boolean;
|
|
99
105
|
};
|
|
100
106
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>>,
|
|
101
107
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"primaryToolbar", {
|
|
@@ -196,6 +202,12 @@ declare const _default: React.FC<import("react-intl-next").WithIntlProps<{
|
|
|
196
202
|
mark: import("prosemirror-model").Mark;
|
|
197
203
|
}) => boolean;
|
|
198
204
|
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
205
|
+
getCurrentCollabState: () => {
|
|
206
|
+
version: number | undefined;
|
|
207
|
+
sendableSteps: import("@atlaskit/editor-plugin-collab-edit").CollabSendableSteps | null | undefined;
|
|
208
|
+
content: import("@atlaskit/editor-json-transformer").JSONNode | undefined;
|
|
209
|
+
};
|
|
210
|
+
validatePMJSONDocument: (doc: any) => boolean;
|
|
199
211
|
};
|
|
200
212
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>>,
|
|
201
213
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"primaryToolbar", {
|
|
@@ -79,6 +79,12 @@ declare const _default: import("memoize-one").MemoizedFn<(participant: CollabPar
|
|
|
79
79
|
mark: import("prosemirror-model").Mark;
|
|
80
80
|
}) => boolean;
|
|
81
81
|
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
82
|
+
getCurrentCollabState: () => {
|
|
83
|
+
version: number | undefined;
|
|
84
|
+
sendableSteps: import("@atlaskit/editor-plugin-collab-edit").CollabSendableSteps | null | undefined;
|
|
85
|
+
content: import("@atlaskit/editor-json-transformer").JSONNode | undefined;
|
|
86
|
+
};
|
|
87
|
+
validatePMJSONDocument: (doc: any) => boolean;
|
|
82
88
|
};
|
|
83
89
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>>,
|
|
84
90
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"primaryToolbar", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-avatar-group",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.13",
|
|
4
4
|
"description": "Avatar Group plugin for @atlaskit/editor-core.",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -37,16 +37,16 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@atlaskit/avatar-group": "^10.0.0",
|
|
40
|
-
"@atlaskit/editor-common": "^
|
|
40
|
+
"@atlaskit/editor-common": "^95.0.0",
|
|
41
41
|
"@atlaskit/editor-plugin-analytics": "^1.10.0",
|
|
42
|
-
"@atlaskit/editor-plugin-collab-edit": "^1.
|
|
42
|
+
"@atlaskit/editor-plugin-collab-edit": "^1.23.0",
|
|
43
43
|
"@atlaskit/editor-plugin-feature-flags": "^1.2.0",
|
|
44
44
|
"@atlaskit/editor-plugin-primary-toolbar": "^2.0.0",
|
|
45
45
|
"@atlaskit/editor-prosemirror": "6.0.0",
|
|
46
|
-
"@atlaskit/editor-shared-styles": "^3.
|
|
47
|
-
"@atlaskit/icon": "^22.
|
|
46
|
+
"@atlaskit/editor-shared-styles": "^3.2.0",
|
|
47
|
+
"@atlaskit/icon": "^22.24.0",
|
|
48
48
|
"@atlaskit/theme": "^14.0.0",
|
|
49
|
-
"@atlaskit/tokens": "^2.
|
|
49
|
+
"@atlaskit/tokens": "^2.3.0",
|
|
50
50
|
"@babel/runtime": "^7.0.0",
|
|
51
51
|
"@emotion/react": "^11.7.1",
|
|
52
52
|
"memoize-one": "^6.0.0",
|