@atlaskit/editor-core 193.24.18 → 193.24.19
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 +8 -0
- package/dist/cjs/create-editor/ReactEditorView.js +44 -27
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/create-editor/ReactEditorView.js +44 -27
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/create-editor/ReactEditorView.js +44 -27
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/create-editor/ReactEditorView.d.ts +0 -1
- package/dist/types/create-editor/create-preset.d.ts +31 -0
- package/dist/types/presets/default.d.ts +22 -0
- package/dist/types/presets/universal.d.ts +31 -0
- package/dist/types/presets/useUniversalPreset.d.ts +31 -0
- package/dist/types-ts4.5/create-editor/ReactEditorView.d.ts +0 -1
- package/dist/types-ts4.5/create-editor/create-preset.d.ts +31 -0
- package/dist/types-ts4.5/presets/default.d.ts +22 -0
- package/dist/types-ts4.5/presets/universal.d.ts +31 -0
- package/dist/types-ts4.5/presets/useUniversalPreset.d.ts +31 -0
- package/package.json +4 -1
|
@@ -102,6 +102,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
102
102
|
to: number;
|
|
103
103
|
mark: import("prosemirror-model").Mark;
|
|
104
104
|
}) => boolean;
|
|
105
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
105
106
|
};
|
|
106
107
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
107
108
|
pluginConfiguration?: {
|
|
@@ -243,6 +244,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
243
244
|
to: number;
|
|
244
245
|
mark: import("prosemirror-model").Mark;
|
|
245
246
|
}) => boolean;
|
|
247
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
246
248
|
};
|
|
247
249
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
248
250
|
pluginConfiguration?: {
|
|
@@ -370,6 +372,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
370
372
|
to: number;
|
|
371
373
|
mark: import("prosemirror-model").Mark;
|
|
372
374
|
}) => boolean;
|
|
375
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
373
376
|
};
|
|
374
377
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
375
378
|
pluginConfiguration?: {
|
|
@@ -519,6 +522,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
519
522
|
to: number;
|
|
520
523
|
mark: import("prosemirror-model").Mark;
|
|
521
524
|
}) => boolean;
|
|
525
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
522
526
|
};
|
|
523
527
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
524
528
|
pluginConfiguration?: {
|
|
@@ -613,6 +617,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
613
617
|
to: number;
|
|
614
618
|
mark: import("prosemirror-model").Mark;
|
|
615
619
|
}) => boolean;
|
|
620
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
616
621
|
};
|
|
617
622
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
618
623
|
pluginConfiguration?: {
|
|
@@ -732,6 +737,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
732
737
|
to: number;
|
|
733
738
|
mark: import("prosemirror-model").Mark;
|
|
734
739
|
}) => boolean;
|
|
740
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
735
741
|
};
|
|
736
742
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
737
743
|
pluginConfiguration?: {
|
|
@@ -834,6 +840,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
834
840
|
to: number;
|
|
835
841
|
mark: import("prosemirror-model").Mark;
|
|
836
842
|
}) => boolean;
|
|
843
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
837
844
|
};
|
|
838
845
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>>];
|
|
839
846
|
actions: {
|
|
@@ -1095,6 +1102,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
1095
1102
|
to: number;
|
|
1096
1103
|
mark: import("prosemirror-model").Mark;
|
|
1097
1104
|
}) => boolean;
|
|
1105
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1098
1106
|
};
|
|
1099
1107
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
1100
1108
|
pluginConfiguration?: {
|
|
@@ -1236,6 +1244,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
1236
1244
|
to: number;
|
|
1237
1245
|
mark: import("prosemirror-model").Mark;
|
|
1238
1246
|
}) => boolean;
|
|
1247
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1239
1248
|
};
|
|
1240
1249
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
1241
1250
|
pluginConfiguration?: {
|
|
@@ -1453,6 +1462,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
1453
1462
|
to: number;
|
|
1454
1463
|
mark: import("prosemirror-model").Mark;
|
|
1455
1464
|
}) => boolean;
|
|
1465
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1456
1466
|
};
|
|
1457
1467
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
1458
1468
|
pluginConfiguration?: {
|
|
@@ -1581,6 +1591,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
1581
1591
|
to: number;
|
|
1582
1592
|
mark: import("prosemirror-model").Mark;
|
|
1583
1593
|
}) => boolean;
|
|
1594
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1584
1595
|
};
|
|
1585
1596
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>>, import("@atlaskit/editor-common/types").MaybePlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"media", {
|
|
1586
1597
|
pluginConfiguration: import("@atlaskit/editor-plugins/media/types").MediaOptions | undefined;
|
|
@@ -1633,6 +1644,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
1633
1644
|
to: number;
|
|
1634
1645
|
mark: import("prosemirror-model").Mark;
|
|
1635
1646
|
}) => boolean;
|
|
1647
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1636
1648
|
};
|
|
1637
1649
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
1638
1650
|
pluginConfiguration?: {
|
|
@@ -1782,6 +1794,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
1782
1794
|
to: number;
|
|
1783
1795
|
mark: import("prosemirror-model").Mark;
|
|
1784
1796
|
}) => boolean;
|
|
1797
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1785
1798
|
};
|
|
1786
1799
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
1787
1800
|
pluginConfiguration?: {
|
|
@@ -1876,6 +1889,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
1876
1889
|
to: number;
|
|
1877
1890
|
mark: import("prosemirror-model").Mark;
|
|
1878
1891
|
}) => boolean;
|
|
1892
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1879
1893
|
};
|
|
1880
1894
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
1881
1895
|
pluginConfiguration?: {
|
|
@@ -2166,6 +2180,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
2166
2180
|
to: number;
|
|
2167
2181
|
mark: import("prosemirror-model").Mark;
|
|
2168
2182
|
}) => boolean;
|
|
2183
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2169
2184
|
};
|
|
2170
2185
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
2171
2186
|
pluginConfiguration?: {
|
|
@@ -2378,6 +2393,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
2378
2393
|
to: number;
|
|
2379
2394
|
mark: import("prosemirror-model").Mark;
|
|
2380
2395
|
}) => boolean;
|
|
2396
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2381
2397
|
};
|
|
2382
2398
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
2383
2399
|
pluginConfiguration?: {
|
|
@@ -2527,6 +2543,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
2527
2543
|
to: number;
|
|
2528
2544
|
mark: import("prosemirror-model").Mark;
|
|
2529
2545
|
}) => boolean;
|
|
2546
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2530
2547
|
};
|
|
2531
2548
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
2532
2549
|
pluginConfiguration?: {
|
|
@@ -2621,6 +2638,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
2621
2638
|
to: number;
|
|
2622
2639
|
mark: import("prosemirror-model").Mark;
|
|
2623
2640
|
}) => boolean;
|
|
2641
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2624
2642
|
};
|
|
2625
2643
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
2626
2644
|
pluginConfiguration?: {
|
|
@@ -2694,6 +2712,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
2694
2712
|
to: number;
|
|
2695
2713
|
mark: import("prosemirror-model").Mark;
|
|
2696
2714
|
}) => boolean;
|
|
2715
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2697
2716
|
};
|
|
2698
2717
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
2699
2718
|
pluginConfiguration?: {
|
|
@@ -2945,6 +2964,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
2945
2964
|
to: number;
|
|
2946
2965
|
mark: import("prosemirror-model").Mark;
|
|
2947
2966
|
}) => boolean;
|
|
2967
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2948
2968
|
};
|
|
2949
2969
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
2950
2970
|
pluginConfiguration?: {
|
|
@@ -3123,6 +3143,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
3123
3143
|
to: number;
|
|
3124
3144
|
mark: import("prosemirror-model").Mark;
|
|
3125
3145
|
}) => boolean;
|
|
3146
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
3126
3147
|
};
|
|
3127
3148
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
3128
3149
|
pluginConfiguration?: {
|
|
@@ -3228,6 +3249,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
3228
3249
|
to: number;
|
|
3229
3250
|
mark: import("prosemirror-model").Mark;
|
|
3230
3251
|
}) => boolean;
|
|
3252
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
3231
3253
|
};
|
|
3232
3254
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
3233
3255
|
pluginConfiguration?: {
|
|
@@ -3377,6 +3399,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
3377
3399
|
to: number;
|
|
3378
3400
|
mark: import("prosemirror-model").Mark;
|
|
3379
3401
|
}) => boolean;
|
|
3402
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
3380
3403
|
};
|
|
3381
3404
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
3382
3405
|
pluginConfiguration?: {
|
|
@@ -3471,6 +3494,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
3471
3494
|
to: number;
|
|
3472
3495
|
mark: import("prosemirror-model").Mark;
|
|
3473
3496
|
}) => boolean;
|
|
3497
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
3474
3498
|
};
|
|
3475
3499
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
3476
3500
|
pluginConfiguration?: {
|
|
@@ -3702,6 +3726,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
3702
3726
|
to: number;
|
|
3703
3727
|
mark: import("prosemirror-model").Mark;
|
|
3704
3728
|
}) => boolean;
|
|
3729
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
3705
3730
|
};
|
|
3706
3731
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
3707
3732
|
pluginConfiguration?: {
|
|
@@ -3971,6 +3996,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
3971
3996
|
to: number;
|
|
3972
3997
|
mark: import("prosemirror-model").Mark;
|
|
3973
3998
|
}) => boolean;
|
|
3999
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
3974
4000
|
};
|
|
3975
4001
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
3976
4002
|
pluginConfiguration?: {
|
|
@@ -4112,6 +4138,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
4112
4138
|
to: number;
|
|
4113
4139
|
mark: import("prosemirror-model").Mark;
|
|
4114
4140
|
}) => boolean;
|
|
4141
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
4115
4142
|
};
|
|
4116
4143
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
4117
4144
|
pluginConfiguration?: {
|
|
@@ -4239,6 +4266,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
4239
4266
|
to: number;
|
|
4240
4267
|
mark: import("prosemirror-model").Mark;
|
|
4241
4268
|
}) => boolean;
|
|
4269
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
4242
4270
|
};
|
|
4243
4271
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
4244
4272
|
pluginConfiguration?: {
|
|
@@ -4388,6 +4416,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
4388
4416
|
to: number;
|
|
4389
4417
|
mark: import("prosemirror-model").Mark;
|
|
4390
4418
|
}) => boolean;
|
|
4419
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
4391
4420
|
};
|
|
4392
4421
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
4393
4422
|
pluginConfiguration?: {
|
|
@@ -4482,6 +4511,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
4482
4511
|
to: number;
|
|
4483
4512
|
mark: import("prosemirror-model").Mark;
|
|
4484
4513
|
}) => boolean;
|
|
4514
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
4485
4515
|
};
|
|
4486
4516
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
4487
4517
|
pluginConfiguration?: {
|
|
@@ -4601,6 +4631,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
4601
4631
|
to: number;
|
|
4602
4632
|
mark: import("prosemirror-model").Mark;
|
|
4603
4633
|
}) => boolean;
|
|
4634
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
4604
4635
|
};
|
|
4605
4636
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
4606
4637
|
pluginConfiguration?: {
|
|
@@ -186,6 +186,7 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
186
186
|
to: number;
|
|
187
187
|
mark: import("prosemirror-model").Mark;
|
|
188
188
|
}) => boolean;
|
|
189
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
189
190
|
};
|
|
190
191
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
191
192
|
pluginConfiguration?: {
|
|
@@ -291,6 +292,7 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
291
292
|
to: number;
|
|
292
293
|
mark: import("prosemirror-model").Mark;
|
|
293
294
|
}) => boolean;
|
|
295
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
294
296
|
};
|
|
295
297
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
296
298
|
pluginConfiguration?: {
|
|
@@ -440,6 +442,7 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
440
442
|
to: number;
|
|
441
443
|
mark: import("prosemirror-model").Mark;
|
|
442
444
|
}) => boolean;
|
|
445
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
443
446
|
};
|
|
444
447
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
445
448
|
pluginConfiguration?: {
|
|
@@ -534,6 +537,7 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
534
537
|
to: number;
|
|
535
538
|
mark: import("prosemirror-model").Mark;
|
|
536
539
|
}) => boolean;
|
|
540
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
537
541
|
};
|
|
538
542
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
539
543
|
pluginConfiguration?: {
|
|
@@ -765,6 +769,7 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
765
769
|
to: number;
|
|
766
770
|
mark: import("prosemirror-model").Mark;
|
|
767
771
|
}) => boolean;
|
|
772
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
768
773
|
};
|
|
769
774
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
770
775
|
pluginConfiguration?: {
|
|
@@ -1034,6 +1039,7 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
1034
1039
|
to: number;
|
|
1035
1040
|
mark: import("prosemirror-model").Mark;
|
|
1036
1041
|
}) => boolean;
|
|
1042
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1037
1043
|
};
|
|
1038
1044
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
1039
1045
|
pluginConfiguration?: {
|
|
@@ -1175,6 +1181,7 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
1175
1181
|
to: number;
|
|
1176
1182
|
mark: import("prosemirror-model").Mark;
|
|
1177
1183
|
}) => boolean;
|
|
1184
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1178
1185
|
};
|
|
1179
1186
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
1180
1187
|
pluginConfiguration?: {
|
|
@@ -1302,6 +1309,7 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
1302
1309
|
to: number;
|
|
1303
1310
|
mark: import("prosemirror-model").Mark;
|
|
1304
1311
|
}) => boolean;
|
|
1312
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1305
1313
|
};
|
|
1306
1314
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
1307
1315
|
pluginConfiguration?: {
|
|
@@ -1451,6 +1459,7 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
1451
1459
|
to: number;
|
|
1452
1460
|
mark: import("prosemirror-model").Mark;
|
|
1453
1461
|
}) => boolean;
|
|
1462
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1454
1463
|
};
|
|
1455
1464
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
1456
1465
|
pluginConfiguration?: {
|
|
@@ -1545,6 +1554,7 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
1545
1554
|
to: number;
|
|
1546
1555
|
mark: import("prosemirror-model").Mark;
|
|
1547
1556
|
}) => boolean;
|
|
1557
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1548
1558
|
};
|
|
1549
1559
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
1550
1560
|
pluginConfiguration?: {
|
|
@@ -1664,6 +1674,7 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
1664
1674
|
to: number;
|
|
1665
1675
|
mark: import("prosemirror-model").Mark;
|
|
1666
1676
|
}) => boolean;
|
|
1677
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1667
1678
|
};
|
|
1668
1679
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
1669
1680
|
pluginConfiguration?: {
|
|
@@ -1850,6 +1861,7 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
1850
1861
|
to: number;
|
|
1851
1862
|
mark: import("prosemirror-model").Mark;
|
|
1852
1863
|
}) => boolean;
|
|
1864
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1853
1865
|
};
|
|
1854
1866
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
1855
1867
|
pluginConfiguration?: {
|
|
@@ -1955,6 +1967,7 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
1955
1967
|
to: number;
|
|
1956
1968
|
mark: import("prosemirror-model").Mark;
|
|
1957
1969
|
}) => boolean;
|
|
1970
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1958
1971
|
};
|
|
1959
1972
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
1960
1973
|
pluginConfiguration?: {
|
|
@@ -2104,6 +2117,7 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
2104
2117
|
to: number;
|
|
2105
2118
|
mark: import("prosemirror-model").Mark;
|
|
2106
2119
|
}) => boolean;
|
|
2120
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2107
2121
|
};
|
|
2108
2122
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
2109
2123
|
pluginConfiguration?: {
|
|
@@ -2198,6 +2212,7 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
2198
2212
|
to: number;
|
|
2199
2213
|
mark: import("prosemirror-model").Mark;
|
|
2200
2214
|
}) => boolean;
|
|
2215
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2201
2216
|
};
|
|
2202
2217
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
2203
2218
|
pluginConfiguration?: {
|
|
@@ -2429,6 +2444,7 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
2429
2444
|
to: number;
|
|
2430
2445
|
mark: import("prosemirror-model").Mark;
|
|
2431
2446
|
}) => boolean;
|
|
2447
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2432
2448
|
};
|
|
2433
2449
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
2434
2450
|
pluginConfiguration?: {
|
|
@@ -2698,6 +2714,7 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
2698
2714
|
to: number;
|
|
2699
2715
|
mark: import("prosemirror-model").Mark;
|
|
2700
2716
|
}) => boolean;
|
|
2717
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2701
2718
|
};
|
|
2702
2719
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
2703
2720
|
pluginConfiguration?: {
|
|
@@ -2839,6 +2856,7 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
2839
2856
|
to: number;
|
|
2840
2857
|
mark: import("prosemirror-model").Mark;
|
|
2841
2858
|
}) => boolean;
|
|
2859
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2842
2860
|
};
|
|
2843
2861
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
2844
2862
|
pluginConfiguration?: {
|
|
@@ -2966,6 +2984,7 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
2966
2984
|
to: number;
|
|
2967
2985
|
mark: import("prosemirror-model").Mark;
|
|
2968
2986
|
}) => boolean;
|
|
2987
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2969
2988
|
};
|
|
2970
2989
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
2971
2990
|
pluginConfiguration?: {
|
|
@@ -3115,6 +3134,7 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
3115
3134
|
to: number;
|
|
3116
3135
|
mark: import("prosemirror-model").Mark;
|
|
3117
3136
|
}) => boolean;
|
|
3137
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
3118
3138
|
};
|
|
3119
3139
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
3120
3140
|
pluginConfiguration?: {
|
|
@@ -3209,6 +3229,7 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
3209
3229
|
to: number;
|
|
3210
3230
|
mark: import("prosemirror-model").Mark;
|
|
3211
3231
|
}) => boolean;
|
|
3232
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
3212
3233
|
};
|
|
3213
3234
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
3214
3235
|
pluginConfiguration?: {
|
|
@@ -3328,6 +3349,7 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
3328
3349
|
to: number;
|
|
3329
3350
|
mark: import("prosemirror-model").Mark;
|
|
3330
3351
|
}) => boolean;
|
|
3352
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
3331
3353
|
};
|
|
3332
3354
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
3333
3355
|
pluginConfiguration?: {
|
|
@@ -119,6 +119,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
119
119
|
to: number;
|
|
120
120
|
mark: import("prosemirror-model").Mark;
|
|
121
121
|
}) => boolean;
|
|
122
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
122
123
|
};
|
|
123
124
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>];
|
|
124
125
|
pluginConfiguration?: {
|
|
@@ -260,6 +261,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
260
261
|
to: number;
|
|
261
262
|
mark: import("prosemirror-model").Mark;
|
|
262
263
|
}) => boolean;
|
|
264
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
263
265
|
};
|
|
264
266
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>];
|
|
265
267
|
pluginConfiguration?: {
|
|
@@ -387,6 +389,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
387
389
|
to: number;
|
|
388
390
|
mark: import("prosemirror-model").Mark;
|
|
389
391
|
}) => boolean;
|
|
392
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
390
393
|
};
|
|
391
394
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>];
|
|
392
395
|
pluginConfiguration?: {
|
|
@@ -536,6 +539,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
536
539
|
to: number;
|
|
537
540
|
mark: import("prosemirror-model").Mark;
|
|
538
541
|
}) => boolean;
|
|
542
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
539
543
|
};
|
|
540
544
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>];
|
|
541
545
|
pluginConfiguration?: {
|
|
@@ -630,6 +634,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
630
634
|
to: number;
|
|
631
635
|
mark: import("prosemirror-model").Mark;
|
|
632
636
|
}) => boolean;
|
|
637
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
633
638
|
};
|
|
634
639
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>];
|
|
635
640
|
pluginConfiguration?: {
|
|
@@ -749,6 +754,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
749
754
|
to: number;
|
|
750
755
|
mark: import("prosemirror-model").Mark;
|
|
751
756
|
}) => boolean;
|
|
757
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
752
758
|
};
|
|
753
759
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>];
|
|
754
760
|
pluginConfiguration?: {
|
|
@@ -851,6 +857,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
851
857
|
to: number;
|
|
852
858
|
mark: import("prosemirror-model").Mark;
|
|
853
859
|
}) => boolean;
|
|
860
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
854
861
|
};
|
|
855
862
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>>];
|
|
856
863
|
actions: {
|
|
@@ -1112,6 +1119,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
1112
1119
|
to: number;
|
|
1113
1120
|
mark: import("prosemirror-model").Mark;
|
|
1114
1121
|
}) => boolean;
|
|
1122
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1115
1123
|
};
|
|
1116
1124
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>];
|
|
1117
1125
|
pluginConfiguration?: {
|
|
@@ -1253,6 +1261,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
1253
1261
|
to: number;
|
|
1254
1262
|
mark: import("prosemirror-model").Mark;
|
|
1255
1263
|
}) => boolean;
|
|
1264
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1256
1265
|
};
|
|
1257
1266
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>];
|
|
1258
1267
|
pluginConfiguration?: {
|
|
@@ -1470,6 +1479,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
1470
1479
|
to: number;
|
|
1471
1480
|
mark: import("prosemirror-model").Mark;
|
|
1472
1481
|
}) => boolean;
|
|
1482
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1473
1483
|
};
|
|
1474
1484
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>];
|
|
1475
1485
|
pluginConfiguration?: {
|
|
@@ -1598,6 +1608,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
1598
1608
|
to: number;
|
|
1599
1609
|
mark: import("prosemirror-model").Mark;
|
|
1600
1610
|
}) => boolean;
|
|
1611
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1601
1612
|
};
|
|
1602
1613
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>>, import("@atlaskit/editor-common/types").MaybePlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"media", {
|
|
1603
1614
|
pluginConfiguration: import("@atlaskit/editor-plugins/media/types").MediaOptions | undefined;
|
|
@@ -1650,6 +1661,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
1650
1661
|
to: number;
|
|
1651
1662
|
mark: import("prosemirror-model").Mark;
|
|
1652
1663
|
}) => boolean;
|
|
1664
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1653
1665
|
};
|
|
1654
1666
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>];
|
|
1655
1667
|
pluginConfiguration?: {
|
|
@@ -1799,6 +1811,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
1799
1811
|
to: number;
|
|
1800
1812
|
mark: import("prosemirror-model").Mark;
|
|
1801
1813
|
}) => boolean;
|
|
1814
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1802
1815
|
};
|
|
1803
1816
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>];
|
|
1804
1817
|
pluginConfiguration?: {
|
|
@@ -1893,6 +1906,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
1893
1906
|
to: number;
|
|
1894
1907
|
mark: import("prosemirror-model").Mark;
|
|
1895
1908
|
}) => boolean;
|
|
1909
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1896
1910
|
};
|
|
1897
1911
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>];
|
|
1898
1912
|
pluginConfiguration?: {
|
|
@@ -2183,6 +2197,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
2183
2197
|
to: number;
|
|
2184
2198
|
mark: import("prosemirror-model").Mark;
|
|
2185
2199
|
}) => boolean;
|
|
2200
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2186
2201
|
};
|
|
2187
2202
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>];
|
|
2188
2203
|
pluginConfiguration?: {
|
|
@@ -2395,6 +2410,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
2395
2410
|
to: number;
|
|
2396
2411
|
mark: import("prosemirror-model").Mark;
|
|
2397
2412
|
}) => boolean;
|
|
2413
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2398
2414
|
};
|
|
2399
2415
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>];
|
|
2400
2416
|
pluginConfiguration?: {
|
|
@@ -2544,6 +2560,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
2544
2560
|
to: number;
|
|
2545
2561
|
mark: import("prosemirror-model").Mark;
|
|
2546
2562
|
}) => boolean;
|
|
2563
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2547
2564
|
};
|
|
2548
2565
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>];
|
|
2549
2566
|
pluginConfiguration?: {
|
|
@@ -2638,6 +2655,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
2638
2655
|
to: number;
|
|
2639
2656
|
mark: import("prosemirror-model").Mark;
|
|
2640
2657
|
}) => boolean;
|
|
2658
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2641
2659
|
};
|
|
2642
2660
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>];
|
|
2643
2661
|
pluginConfiguration?: {
|
|
@@ -2711,6 +2729,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
2711
2729
|
to: number;
|
|
2712
2730
|
mark: import("prosemirror-model").Mark;
|
|
2713
2731
|
}) => boolean;
|
|
2732
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2714
2733
|
};
|
|
2715
2734
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>];
|
|
2716
2735
|
pluginConfiguration?: {
|
|
@@ -2962,6 +2981,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
2962
2981
|
to: number;
|
|
2963
2982
|
mark: import("prosemirror-model").Mark;
|
|
2964
2983
|
}) => boolean;
|
|
2984
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2965
2985
|
};
|
|
2966
2986
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>];
|
|
2967
2987
|
pluginConfiguration?: {
|
|
@@ -3140,6 +3160,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
3140
3160
|
to: number;
|
|
3141
3161
|
mark: import("prosemirror-model").Mark;
|
|
3142
3162
|
}) => boolean;
|
|
3163
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
3143
3164
|
};
|
|
3144
3165
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>];
|
|
3145
3166
|
pluginConfiguration?: {
|
|
@@ -3245,6 +3266,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
3245
3266
|
to: number;
|
|
3246
3267
|
mark: import("prosemirror-model").Mark;
|
|
3247
3268
|
}) => boolean;
|
|
3269
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
3248
3270
|
};
|
|
3249
3271
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>];
|
|
3250
3272
|
pluginConfiguration?: {
|
|
@@ -3394,6 +3416,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
3394
3416
|
to: number;
|
|
3395
3417
|
mark: import("prosemirror-model").Mark;
|
|
3396
3418
|
}) => boolean;
|
|
3419
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
3397
3420
|
};
|
|
3398
3421
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>];
|
|
3399
3422
|
pluginConfiguration?: {
|
|
@@ -3488,6 +3511,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
3488
3511
|
to: number;
|
|
3489
3512
|
mark: import("prosemirror-model").Mark;
|
|
3490
3513
|
}) => boolean;
|
|
3514
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
3491
3515
|
};
|
|
3492
3516
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>];
|
|
3493
3517
|
pluginConfiguration?: {
|
|
@@ -3719,6 +3743,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
3719
3743
|
to: number;
|
|
3720
3744
|
mark: import("prosemirror-model").Mark;
|
|
3721
3745
|
}) => boolean;
|
|
3746
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
3722
3747
|
};
|
|
3723
3748
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>];
|
|
3724
3749
|
pluginConfiguration?: {
|
|
@@ -3988,6 +4013,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
3988
4013
|
to: number;
|
|
3989
4014
|
mark: import("prosemirror-model").Mark;
|
|
3990
4015
|
}) => boolean;
|
|
4016
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
3991
4017
|
};
|
|
3992
4018
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>];
|
|
3993
4019
|
pluginConfiguration?: {
|
|
@@ -4129,6 +4155,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
4129
4155
|
to: number;
|
|
4130
4156
|
mark: import("prosemirror-model").Mark;
|
|
4131
4157
|
}) => boolean;
|
|
4158
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
4132
4159
|
};
|
|
4133
4160
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>];
|
|
4134
4161
|
pluginConfiguration?: {
|
|
@@ -4256,6 +4283,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
4256
4283
|
to: number;
|
|
4257
4284
|
mark: import("prosemirror-model").Mark;
|
|
4258
4285
|
}) => boolean;
|
|
4286
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
4259
4287
|
};
|
|
4260
4288
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>];
|
|
4261
4289
|
pluginConfiguration?: {
|
|
@@ -4405,6 +4433,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
4405
4433
|
to: number;
|
|
4406
4434
|
mark: import("prosemirror-model").Mark;
|
|
4407
4435
|
}) => boolean;
|
|
4436
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
4408
4437
|
};
|
|
4409
4438
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>];
|
|
4410
4439
|
pluginConfiguration?: {
|
|
@@ -4499,6 +4528,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
4499
4528
|
to: number;
|
|
4500
4529
|
mark: import("prosemirror-model").Mark;
|
|
4501
4530
|
}) => boolean;
|
|
4531
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
4502
4532
|
};
|
|
4503
4533
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>];
|
|
4504
4534
|
pluginConfiguration?: {
|
|
@@ -4618,6 +4648,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
4618
4648
|
to: number;
|
|
4619
4649
|
mark: import("prosemirror-model").Mark;
|
|
4620
4650
|
}) => boolean;
|
|
4651
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
4621
4652
|
};
|
|
4622
4653
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>];
|
|
4623
4654
|
pluginConfiguration?: {
|