@atlaskit/editor-core 203.2.10 → 203.3.0
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 +17 -0
- package/dist/cjs/utils/extensions.js +1 -0
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/utils/extensions.js +1 -0
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/utils/extensions.js +1 -0
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/create-editor/create-universal-preset.d.ts +86 -18
- package/dist/types/presets/default.d.ts +50 -10
- package/dist/types/presets/universal.d.ts +85 -17
- package/dist/types/presets/useUniversalPreset.d.ts +86 -18
- package/dist/types/types/editor-instance.d.ts +2 -1
- package/dist/types-ts4.5/create-editor/create-universal-preset.d.ts +103 -18
- package/dist/types-ts4.5/presets/default.d.ts +60 -10
- package/dist/types-ts4.5/presets/universal.d.ts +102 -17
- package/dist/types-ts4.5/presets/useUniversalPreset.d.ts +103 -18
- package/dist/types-ts4.5/types/editor-instance.d.ts +2 -1
- package/package.json +4 -8
|
@@ -1178,7 +1178,12 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
1178
1178
|
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>
|
|
1179
1179
|
];
|
|
1180
1180
|
sharedState: import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginState;
|
|
1181
|
-
}, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig
|
|
1181
|
+
}, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig>>,
|
|
1182
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
1183
|
+
sharedState: {
|
|
1184
|
+
mode: "offline" | "online";
|
|
1185
|
+
};
|
|
1186
|
+
}, undefined>>
|
|
1182
1187
|
];
|
|
1183
1188
|
actions: {
|
|
1184
1189
|
stripNonExistingAnnotations: (slice: import("prosemirror-model").Slice, state: import("prosemirror-state").EditorState) => boolean | undefined;
|
|
@@ -1189,7 +1194,12 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
1189
1194
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
1190
1195
|
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
1191
1196
|
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
1192
|
-
}, import("@atlaskit/editor-common/types").FeatureFlags
|
|
1197
|
+
}, import("@atlaskit/editor-common/types").FeatureFlags>>,
|
|
1198
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
1199
|
+
sharedState: {
|
|
1200
|
+
mode: "offline" | "online";
|
|
1201
|
+
};
|
|
1202
|
+
}, undefined>>
|
|
1193
1203
|
];
|
|
1194
1204
|
sharedState: import("@atlaskit/editor-plugins/media/types").MediaPluginState | null;
|
|
1195
1205
|
actions: {
|
|
@@ -1402,7 +1412,12 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
1402
1412
|
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>
|
|
1403
1413
|
];
|
|
1404
1414
|
sharedState: import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginState;
|
|
1405
|
-
}, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig
|
|
1415
|
+
}, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig>>,
|
|
1416
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
1417
|
+
sharedState: {
|
|
1418
|
+
mode: "offline" | "online";
|
|
1419
|
+
};
|
|
1420
|
+
}, undefined>>
|
|
1406
1421
|
];
|
|
1407
1422
|
actions: {
|
|
1408
1423
|
stripNonExistingAnnotations: (slice: import("prosemirror-model").Slice, state: import("prosemirror-state").EditorState) => boolean | undefined;
|
|
@@ -1648,7 +1663,7 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
1648
1663
|
}, undefined>>
|
|
1649
1664
|
];
|
|
1650
1665
|
actions: {
|
|
1651
|
-
getToolbarItem: ({ inviteToEditHandler, isInviteToEditButtonSelected, inviteToEditComponent, }: import("@atlaskit/editor-
|
|
1666
|
+
getToolbarItem: ({ inviteToEditHandler, isInviteToEditButtonSelected, inviteToEditComponent, }: import("@atlaskit/editor-common/collab").CollabInviteToEditProps) => JSX.Element | null;
|
|
1652
1667
|
};
|
|
1653
1668
|
}, {
|
|
1654
1669
|
collabEdit?: import("@atlaskit/editor-common/collab").CollabEditOptions | undefined;
|
|
@@ -2689,7 +2704,12 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
2689
2704
|
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>
|
|
2690
2705
|
];
|
|
2691
2706
|
sharedState: import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginState;
|
|
2692
|
-
}, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig
|
|
2707
|
+
}, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig>>,
|
|
2708
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
2709
|
+
sharedState: {
|
|
2710
|
+
mode: "offline" | "online";
|
|
2711
|
+
};
|
|
2712
|
+
}, undefined>>
|
|
2693
2713
|
];
|
|
2694
2714
|
actions: {
|
|
2695
2715
|
stripNonExistingAnnotations: (slice: import("prosemirror-model").Slice, state: import("prosemirror-state").EditorState) => boolean | undefined;
|
|
@@ -2857,7 +2877,12 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
2857
2877
|
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>
|
|
2858
2878
|
];
|
|
2859
2879
|
sharedState: import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginState;
|
|
2860
|
-
}, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig
|
|
2880
|
+
}, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig>>,
|
|
2881
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
2882
|
+
sharedState: {
|
|
2883
|
+
mode: "offline" | "online";
|
|
2884
|
+
};
|
|
2885
|
+
}, undefined>>
|
|
2861
2886
|
];
|
|
2862
2887
|
actions: {
|
|
2863
2888
|
stripNonExistingAnnotations: (slice: import("prosemirror-model").Slice, state: import("prosemirror-state").EditorState) => boolean | undefined;
|
|
@@ -3707,7 +3732,12 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
3707
3732
|
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>
|
|
3708
3733
|
];
|
|
3709
3734
|
sharedState: import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginState;
|
|
3710
|
-
}, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig
|
|
3735
|
+
}, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig>>,
|
|
3736
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
3737
|
+
sharedState: {
|
|
3738
|
+
mode: "offline" | "online";
|
|
3739
|
+
};
|
|
3740
|
+
}, undefined>>
|
|
3711
3741
|
];
|
|
3712
3742
|
actions: {
|
|
3713
3743
|
stripNonExistingAnnotations: (slice: import("prosemirror-model").Slice, state: import("prosemirror-state").EditorState) => boolean | undefined;
|
|
@@ -3718,7 +3748,12 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
3718
3748
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
3719
3749
|
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
3720
3750
|
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
3721
|
-
}, import("@atlaskit/editor-common/types").FeatureFlags
|
|
3751
|
+
}, import("@atlaskit/editor-common/types").FeatureFlags>>,
|
|
3752
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
3753
|
+
sharedState: {
|
|
3754
|
+
mode: "offline" | "online";
|
|
3755
|
+
};
|
|
3756
|
+
}, undefined>>
|
|
3722
3757
|
];
|
|
3723
3758
|
sharedState: import("@atlaskit/editor-plugins/media/types").MediaPluginState | null;
|
|
3724
3759
|
actions: {
|
|
@@ -4890,7 +4925,12 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
4890
4925
|
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>
|
|
4891
4926
|
];
|
|
4892
4927
|
sharedState: import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginState;
|
|
4893
|
-
}, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig
|
|
4928
|
+
}, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig>>,
|
|
4929
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
4930
|
+
sharedState: {
|
|
4931
|
+
mode: "offline" | "online";
|
|
4932
|
+
};
|
|
4933
|
+
}, undefined>>
|
|
4894
4934
|
];
|
|
4895
4935
|
actions: {
|
|
4896
4936
|
stripNonExistingAnnotations: (slice: import("prosemirror-model").Slice, state: import("prosemirror-state").EditorState) => boolean | undefined;
|
|
@@ -4901,7 +4941,12 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
4901
4941
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
4902
4942
|
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
4903
4943
|
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
4904
|
-
}, import("@atlaskit/editor-common/types").FeatureFlags
|
|
4944
|
+
}, import("@atlaskit/editor-common/types").FeatureFlags>>,
|
|
4945
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
4946
|
+
sharedState: {
|
|
4947
|
+
mode: "offline" | "online";
|
|
4948
|
+
};
|
|
4949
|
+
}, undefined>>
|
|
4905
4950
|
];
|
|
4906
4951
|
sharedState: import("@atlaskit/editor-plugins/media/types").MediaPluginState | null;
|
|
4907
4952
|
actions: {
|
|
@@ -5505,7 +5550,12 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
5505
5550
|
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>
|
|
5506
5551
|
];
|
|
5507
5552
|
sharedState: import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginState;
|
|
5508
|
-
}, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig
|
|
5553
|
+
}, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig>>,
|
|
5554
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
5555
|
+
sharedState: {
|
|
5556
|
+
mode: "offline" | "online";
|
|
5557
|
+
};
|
|
5558
|
+
}, undefined>>
|
|
5509
5559
|
];
|
|
5510
5560
|
actions: {
|
|
5511
5561
|
stripNonExistingAnnotations: (slice: import("prosemirror-model").Slice, state: import("prosemirror-state").EditorState) => boolean | undefined;
|
|
@@ -5516,7 +5566,12 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
5516
5566
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
5517
5567
|
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
5518
5568
|
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
5519
|
-
}, import("@atlaskit/editor-common/types").FeatureFlags
|
|
5569
|
+
}, import("@atlaskit/editor-common/types").FeatureFlags>>,
|
|
5570
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
5571
|
+
sharedState: {
|
|
5572
|
+
mode: "offline" | "online";
|
|
5573
|
+
};
|
|
5574
|
+
}, undefined>>
|
|
5520
5575
|
];
|
|
5521
5576
|
sharedState: import("@atlaskit/editor-plugins/media/types").MediaPluginState | null;
|
|
5522
5577
|
actions: {
|
|
@@ -5668,7 +5723,12 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
5668
5723
|
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>
|
|
5669
5724
|
];
|
|
5670
5725
|
sharedState: import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginState;
|
|
5671
|
-
}, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig
|
|
5726
|
+
}, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig>>,
|
|
5727
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
5728
|
+
sharedState: {
|
|
5729
|
+
mode: "offline" | "online";
|
|
5730
|
+
};
|
|
5731
|
+
}, undefined>>
|
|
5672
5732
|
];
|
|
5673
5733
|
actions: {
|
|
5674
5734
|
stripNonExistingAnnotations: (slice: import("prosemirror-model").Slice, state: import("prosemirror-state").EditorState) => boolean | undefined;
|
|
@@ -7110,7 +7170,12 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
7110
7170
|
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>
|
|
7111
7171
|
];
|
|
7112
7172
|
sharedState: import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginState;
|
|
7113
|
-
}, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig
|
|
7173
|
+
}, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig>>,
|
|
7174
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
7175
|
+
sharedState: {
|
|
7176
|
+
mode: "offline" | "online";
|
|
7177
|
+
};
|
|
7178
|
+
}, undefined>>
|
|
7114
7179
|
];
|
|
7115
7180
|
actions: {
|
|
7116
7181
|
stripNonExistingAnnotations: (slice: import("prosemirror-model").Slice, state: import("prosemirror-state").EditorState) => boolean | undefined;
|
|
@@ -7121,7 +7186,12 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
7121
7186
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
7122
7187
|
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
7123
7188
|
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
7124
|
-
}, import("@atlaskit/editor-common/types").FeatureFlags
|
|
7189
|
+
}, import("@atlaskit/editor-common/types").FeatureFlags>>,
|
|
7190
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
7191
|
+
sharedState: {
|
|
7192
|
+
mode: "offline" | "online";
|
|
7193
|
+
};
|
|
7194
|
+
}, undefined>>
|
|
7125
7195
|
];
|
|
7126
7196
|
sharedState: import("@atlaskit/editor-plugins/media/types").MediaPluginState | null;
|
|
7127
7197
|
actions: {
|
|
@@ -9114,7 +9184,12 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
9114
9184
|
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>
|
|
9115
9185
|
];
|
|
9116
9186
|
sharedState: import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginState;
|
|
9117
|
-
}, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig
|
|
9187
|
+
}, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig>>,
|
|
9188
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
9189
|
+
sharedState: {
|
|
9190
|
+
mode: "offline" | "online";
|
|
9191
|
+
};
|
|
9192
|
+
}, undefined>>
|
|
9118
9193
|
];
|
|
9119
9194
|
actions: {
|
|
9120
9195
|
stripNonExistingAnnotations: (slice: import("prosemirror-model").Slice, state: import("prosemirror-state").EditorState) => boolean | undefined;
|
|
@@ -9125,7 +9200,12 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
9125
9200
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
9126
9201
|
pluginConfiguration: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
9127
9202
|
sharedState: import("@atlaskit/editor-common/types").FeatureFlags;
|
|
9128
|
-
}, import("@atlaskit/editor-common/types").FeatureFlags
|
|
9203
|
+
}, import("@atlaskit/editor-common/types").FeatureFlags>>,
|
|
9204
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
9205
|
+
sharedState: {
|
|
9206
|
+
mode: "offline" | "online";
|
|
9207
|
+
};
|
|
9208
|
+
}, undefined>>
|
|
9129
9209
|
];
|
|
9130
9210
|
sharedState: import("@atlaskit/editor-plugins/media/types").MediaPluginState | null;
|
|
9131
9211
|
actions: {
|
|
@@ -9338,7 +9418,12 @@ export declare function createUniversalPreset({ props, prevProps, initialPluginC
|
|
|
9338
9418
|
}, import("@atlaskit/editor-plugin-analytics").AnalyticsPluginOptions>>
|
|
9339
9419
|
];
|
|
9340
9420
|
sharedState: import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginState;
|
|
9341
|
-
}, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig
|
|
9421
|
+
}, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig>>,
|
|
9422
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
9423
|
+
sharedState: {
|
|
9424
|
+
mode: "offline" | "online";
|
|
9425
|
+
};
|
|
9426
|
+
}, undefined>>
|
|
9342
9427
|
];
|
|
9343
9428
|
actions: {
|
|
9344
9429
|
stripNonExistingAnnotations: (slice: import("prosemirror-model").Slice, state: import("prosemirror-state").EditorState) => boolean | undefined;
|
|
@@ -1083,7 +1083,12 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
1083
1083
|
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>
|
|
1084
1084
|
];
|
|
1085
1085
|
sharedState: import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginState;
|
|
1086
|
-
}, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig
|
|
1086
|
+
}, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig>>,
|
|
1087
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
1088
|
+
sharedState: {
|
|
1089
|
+
mode: "offline" | "online";
|
|
1090
|
+
};
|
|
1091
|
+
}, undefined>>
|
|
1087
1092
|
];
|
|
1088
1093
|
actions: {
|
|
1089
1094
|
stripNonExistingAnnotations: (slice: import("prosemirror-model").Slice, state: import("prosemirror-state").EditorState) => boolean | undefined;
|
|
@@ -1094,7 +1099,12 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
1094
1099
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
1095
1100
|
pluginConfiguration: FeatureFlags;
|
|
1096
1101
|
sharedState: FeatureFlags;
|
|
1097
|
-
}, FeatureFlags
|
|
1102
|
+
}, FeatureFlags>>,
|
|
1103
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
1104
|
+
sharedState: {
|
|
1105
|
+
mode: "offline" | "online";
|
|
1106
|
+
};
|
|
1107
|
+
}, undefined>>
|
|
1098
1108
|
];
|
|
1099
1109
|
sharedState: import("@atlaskit/editor-plugins/media/types").MediaPluginState | null;
|
|
1100
1110
|
actions: {
|
|
@@ -3087,7 +3097,12 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
3087
3097
|
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>
|
|
3088
3098
|
];
|
|
3089
3099
|
sharedState: import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginState;
|
|
3090
|
-
}, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig
|
|
3100
|
+
}, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig>>,
|
|
3101
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
3102
|
+
sharedState: {
|
|
3103
|
+
mode: "offline" | "online";
|
|
3104
|
+
};
|
|
3105
|
+
}, undefined>>
|
|
3091
3106
|
];
|
|
3092
3107
|
actions: {
|
|
3093
3108
|
stripNonExistingAnnotations: (slice: import("prosemirror-model").Slice, state: import("prosemirror-state").EditorState) => boolean | undefined;
|
|
@@ -3098,7 +3113,12 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
3098
3113
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
3099
3114
|
pluginConfiguration: FeatureFlags;
|
|
3100
3115
|
sharedState: FeatureFlags;
|
|
3101
|
-
}, FeatureFlags
|
|
3116
|
+
}, FeatureFlags>>,
|
|
3117
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
3118
|
+
sharedState: {
|
|
3119
|
+
mode: "offline" | "online";
|
|
3120
|
+
};
|
|
3121
|
+
}, undefined>>
|
|
3102
3122
|
];
|
|
3103
3123
|
sharedState: import("@atlaskit/editor-plugins/media/types").MediaPluginState | null;
|
|
3104
3124
|
actions: {
|
|
@@ -3311,7 +3331,12 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
3311
3331
|
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>
|
|
3312
3332
|
];
|
|
3313
3333
|
sharedState: import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginState;
|
|
3314
|
-
}, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig
|
|
3334
|
+
}, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig>>,
|
|
3335
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
3336
|
+
sharedState: {
|
|
3337
|
+
mode: "offline" | "online";
|
|
3338
|
+
};
|
|
3339
|
+
}, undefined>>
|
|
3315
3340
|
];
|
|
3316
3341
|
actions: {
|
|
3317
3342
|
stripNonExistingAnnotations: (slice: import("prosemirror-model").Slice, state: import("prosemirror-state").EditorState) => boolean | undefined;
|
|
@@ -4477,7 +4502,12 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
4477
4502
|
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>
|
|
4478
4503
|
];
|
|
4479
4504
|
sharedState: import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginState;
|
|
4480
|
-
}, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig
|
|
4505
|
+
}, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig>>,
|
|
4506
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
4507
|
+
sharedState: {
|
|
4508
|
+
mode: "offline" | "online";
|
|
4509
|
+
};
|
|
4510
|
+
}, undefined>>
|
|
4481
4511
|
];
|
|
4482
4512
|
actions: {
|
|
4483
4513
|
stripNonExistingAnnotations: (slice: import("prosemirror-model").Slice, state: import("prosemirror-state").EditorState) => boolean | undefined;
|
|
@@ -4488,7 +4518,12 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
4488
4518
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
4489
4519
|
pluginConfiguration: FeatureFlags;
|
|
4490
4520
|
sharedState: FeatureFlags;
|
|
4491
|
-
}, FeatureFlags
|
|
4521
|
+
}, FeatureFlags>>,
|
|
4522
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
4523
|
+
sharedState: {
|
|
4524
|
+
mode: "offline" | "online";
|
|
4525
|
+
};
|
|
4526
|
+
}, undefined>>
|
|
4492
4527
|
];
|
|
4493
4528
|
sharedState: import("@atlaskit/editor-plugins/media/types").MediaPluginState | null;
|
|
4494
4529
|
actions: {
|
|
@@ -6481,7 +6516,12 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
6481
6516
|
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>
|
|
6482
6517
|
];
|
|
6483
6518
|
sharedState: import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginState;
|
|
6484
|
-
}, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig
|
|
6519
|
+
}, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig>>,
|
|
6520
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
6521
|
+
sharedState: {
|
|
6522
|
+
mode: "offline" | "online";
|
|
6523
|
+
};
|
|
6524
|
+
}, undefined>>
|
|
6485
6525
|
];
|
|
6486
6526
|
actions: {
|
|
6487
6527
|
stripNonExistingAnnotations: (slice: import("prosemirror-model").Slice, state: import("prosemirror-state").EditorState) => boolean | undefined;
|
|
@@ -6492,7 +6532,12 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
6492
6532
|
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"featureFlags", {
|
|
6493
6533
|
pluginConfiguration: FeatureFlags;
|
|
6494
6534
|
sharedState: FeatureFlags;
|
|
6495
|
-
}, FeatureFlags
|
|
6535
|
+
}, FeatureFlags>>,
|
|
6536
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
6537
|
+
sharedState: {
|
|
6538
|
+
mode: "offline" | "online";
|
|
6539
|
+
};
|
|
6540
|
+
}, undefined>>
|
|
6496
6541
|
];
|
|
6497
6542
|
sharedState: import("@atlaskit/editor-plugins/media/types").MediaPluginState | null;
|
|
6498
6543
|
actions: {
|
|
@@ -6705,7 +6750,12 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
6705
6750
|
}, import("@atlaskit/editor-plugins/analytics").AnalyticsPluginOptions>>
|
|
6706
6751
|
];
|
|
6707
6752
|
sharedState: import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginState;
|
|
6708
|
-
}, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig
|
|
6753
|
+
}, import("@atlaskit/editor-plugin-engagement-platform").EngagementPlatformPluginConfig>>,
|
|
6754
|
+
import("@atlaskit/editor-common/types").OptionalPlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"connectivity", {
|
|
6755
|
+
sharedState: {
|
|
6756
|
+
mode: "offline" | "online";
|
|
6757
|
+
};
|
|
6758
|
+
}, undefined>>
|
|
6709
6759
|
];
|
|
6710
6760
|
actions: {
|
|
6711
6761
|
stripNonExistingAnnotations: (slice: import("prosemirror-model").Slice, state: import("prosemirror-state").EditorState) => boolean | undefined;
|