@atlaskit/editor-core 193.24.15 → 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 +16 -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 +7 -8
|
@@ -251,6 +251,7 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
251
251
|
to: number;
|
|
252
252
|
mark: import("prosemirror-model").Mark;
|
|
253
253
|
}) => boolean;
|
|
254
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
254
255
|
};
|
|
255
256
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
256
257
|
];
|
|
@@ -378,6 +379,7 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
378
379
|
to: number;
|
|
379
380
|
mark: import("prosemirror-model").Mark;
|
|
380
381
|
}) => boolean;
|
|
382
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
381
383
|
};
|
|
382
384
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
383
385
|
];
|
|
@@ -562,6 +564,7 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
562
564
|
to: number;
|
|
563
565
|
mark: import("prosemirror-model").Mark;
|
|
564
566
|
}) => boolean;
|
|
567
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
565
568
|
};
|
|
566
569
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
567
570
|
];
|
|
@@ -674,6 +677,7 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
674
677
|
to: number;
|
|
675
678
|
mark: import("prosemirror-model").Mark;
|
|
676
679
|
}) => boolean;
|
|
680
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
677
681
|
};
|
|
678
682
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
679
683
|
];
|
|
@@ -948,6 +952,7 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
948
952
|
to: number;
|
|
949
953
|
mark: import("prosemirror-model").Mark;
|
|
950
954
|
}) => boolean;
|
|
955
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
951
956
|
};
|
|
952
957
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
953
958
|
];
|
|
@@ -1272,6 +1277,7 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
1272
1277
|
to: number;
|
|
1273
1278
|
mark: import("prosemirror-model").Mark;
|
|
1274
1279
|
}) => boolean;
|
|
1280
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1275
1281
|
};
|
|
1276
1282
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
1277
1283
|
];
|
|
@@ -1445,6 +1451,7 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
1445
1451
|
to: number;
|
|
1446
1452
|
mark: import("prosemirror-model").Mark;
|
|
1447
1453
|
}) => boolean;
|
|
1454
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1448
1455
|
};
|
|
1449
1456
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
1450
1457
|
];
|
|
@@ -1597,6 +1604,7 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
1597
1604
|
to: number;
|
|
1598
1605
|
mark: import("prosemirror-model").Mark;
|
|
1599
1606
|
}) => boolean;
|
|
1607
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1600
1608
|
};
|
|
1601
1609
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
1602
1610
|
];
|
|
@@ -1781,6 +1789,7 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
1781
1789
|
to: number;
|
|
1782
1790
|
mark: import("prosemirror-model").Mark;
|
|
1783
1791
|
}) => boolean;
|
|
1792
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1784
1793
|
};
|
|
1785
1794
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
1786
1795
|
];
|
|
@@ -1893,6 +1902,7 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
1893
1902
|
to: number;
|
|
1894
1903
|
mark: import("prosemirror-model").Mark;
|
|
1895
1904
|
}) => boolean;
|
|
1905
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1896
1906
|
};
|
|
1897
1907
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
1898
1908
|
];
|
|
@@ -2037,6 +2047,7 @@ export declare function createDefaultPreset(options: DefaultPresetPluginOptions)
|
|
|
2037
2047
|
to: number;
|
|
2038
2048
|
mark: import("prosemirror-model").Mark;
|
|
2039
2049
|
}) => boolean;
|
|
2050
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2040
2051
|
};
|
|
2041
2052
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
2042
2053
|
];
|
|
@@ -2298,6 +2309,7 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
2298
2309
|
to: number;
|
|
2299
2310
|
mark: import("prosemirror-model").Mark;
|
|
2300
2311
|
}) => boolean;
|
|
2312
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2301
2313
|
};
|
|
2302
2314
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
2303
2315
|
];
|
|
@@ -2425,6 +2437,7 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
2425
2437
|
to: number;
|
|
2426
2438
|
mark: import("prosemirror-model").Mark;
|
|
2427
2439
|
}) => boolean;
|
|
2440
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2428
2441
|
};
|
|
2429
2442
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
2430
2443
|
];
|
|
@@ -2609,6 +2622,7 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
2609
2622
|
to: number;
|
|
2610
2623
|
mark: import("prosemirror-model").Mark;
|
|
2611
2624
|
}) => boolean;
|
|
2625
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2612
2626
|
};
|
|
2613
2627
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
2614
2628
|
];
|
|
@@ -2721,6 +2735,7 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
2721
2735
|
to: number;
|
|
2722
2736
|
mark: import("prosemirror-model").Mark;
|
|
2723
2737
|
}) => boolean;
|
|
2738
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2724
2739
|
};
|
|
2725
2740
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
2726
2741
|
];
|
|
@@ -2995,6 +3010,7 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
2995
3010
|
to: number;
|
|
2996
3011
|
mark: import("prosemirror-model").Mark;
|
|
2997
3012
|
}) => boolean;
|
|
3013
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2998
3014
|
};
|
|
2999
3015
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
3000
3016
|
];
|
|
@@ -3319,6 +3335,7 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
3319
3335
|
to: number;
|
|
3320
3336
|
mark: import("prosemirror-model").Mark;
|
|
3321
3337
|
}) => boolean;
|
|
3338
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
3322
3339
|
};
|
|
3323
3340
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
3324
3341
|
];
|
|
@@ -3492,6 +3509,7 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
3492
3509
|
to: number;
|
|
3493
3510
|
mark: import("prosemirror-model").Mark;
|
|
3494
3511
|
}) => boolean;
|
|
3512
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
3495
3513
|
};
|
|
3496
3514
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
3497
3515
|
];
|
|
@@ -3644,6 +3662,7 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
3644
3662
|
to: number;
|
|
3645
3663
|
mark: import("prosemirror-model").Mark;
|
|
3646
3664
|
}) => boolean;
|
|
3665
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
3647
3666
|
};
|
|
3648
3667
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
3649
3668
|
];
|
|
@@ -3828,6 +3847,7 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
3828
3847
|
to: number;
|
|
3829
3848
|
mark: import("prosemirror-model").Mark;
|
|
3830
3849
|
}) => boolean;
|
|
3850
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
3831
3851
|
};
|
|
3832
3852
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
3833
3853
|
];
|
|
@@ -3940,6 +3960,7 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
3940
3960
|
to: number;
|
|
3941
3961
|
mark: import("prosemirror-model").Mark;
|
|
3942
3962
|
}) => boolean;
|
|
3963
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
3943
3964
|
};
|
|
3944
3965
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
3945
3966
|
];
|
|
@@ -4084,6 +4105,7 @@ export declare function useDefaultPreset(props: DefaultPresetPluginOptions): Edi
|
|
|
4084
4105
|
to: number;
|
|
4085
4106
|
mark: import("prosemirror-model").Mark;
|
|
4086
4107
|
}) => boolean;
|
|
4108
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
4087
4109
|
};
|
|
4088
4110
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
4089
4111
|
];
|
|
@@ -221,6 +221,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
221
221
|
to: number;
|
|
222
222
|
mark: import("prosemirror-model").Mark;
|
|
223
223
|
}) => boolean;
|
|
224
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
224
225
|
};
|
|
225
226
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>
|
|
226
227
|
];
|
|
@@ -394,6 +395,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
394
395
|
to: number;
|
|
395
396
|
mark: import("prosemirror-model").Mark;
|
|
396
397
|
}) => boolean;
|
|
398
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
397
399
|
};
|
|
398
400
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>
|
|
399
401
|
];
|
|
@@ -546,6 +548,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
546
548
|
to: number;
|
|
547
549
|
mark: import("prosemirror-model").Mark;
|
|
548
550
|
}) => boolean;
|
|
551
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
549
552
|
};
|
|
550
553
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>
|
|
551
554
|
];
|
|
@@ -730,6 +733,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
730
733
|
to: number;
|
|
731
734
|
mark: import("prosemirror-model").Mark;
|
|
732
735
|
}) => boolean;
|
|
736
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
733
737
|
};
|
|
734
738
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>
|
|
735
739
|
];
|
|
@@ -842,6 +846,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
842
846
|
to: number;
|
|
843
847
|
mark: import("prosemirror-model").Mark;
|
|
844
848
|
}) => boolean;
|
|
849
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
845
850
|
};
|
|
846
851
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>
|
|
847
852
|
];
|
|
@@ -986,6 +991,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
986
991
|
to: number;
|
|
987
992
|
mark: import("prosemirror-model").Mark;
|
|
988
993
|
}) => boolean;
|
|
994
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
989
995
|
};
|
|
990
996
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>
|
|
991
997
|
];
|
|
@@ -1111,6 +1117,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
1111
1117
|
to: number;
|
|
1112
1118
|
mark: import("prosemirror-model").Mark;
|
|
1113
1119
|
}) => boolean;
|
|
1120
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1114
1121
|
};
|
|
1115
1122
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>>
|
|
1116
1123
|
];
|
|
@@ -1427,6 +1434,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
1427
1434
|
to: number;
|
|
1428
1435
|
mark: import("prosemirror-model").Mark;
|
|
1429
1436
|
}) => boolean;
|
|
1437
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1430
1438
|
};
|
|
1431
1439
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>
|
|
1432
1440
|
];
|
|
@@ -1600,6 +1608,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
1600
1608
|
to: number;
|
|
1601
1609
|
mark: import("prosemirror-model").Mark;
|
|
1602
1610
|
}) => boolean;
|
|
1611
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1603
1612
|
};
|
|
1604
1613
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>
|
|
1605
1614
|
];
|
|
@@ -1860,6 +1869,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
1860
1869
|
to: number;
|
|
1861
1870
|
mark: import("prosemirror-model").Mark;
|
|
1862
1871
|
}) => boolean;
|
|
1872
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1863
1873
|
};
|
|
1864
1874
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>
|
|
1865
1875
|
];
|
|
@@ -2015,6 +2025,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
2015
2025
|
to: number;
|
|
2016
2026
|
mark: import("prosemirror-model").Mark;
|
|
2017
2027
|
}) => boolean;
|
|
2028
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2018
2029
|
};
|
|
2019
2030
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>>,
|
|
2020
2031
|
import("@atlaskit/editor-common/types").MaybePlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"media", {
|
|
@@ -2079,6 +2090,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
2079
2090
|
to: number;
|
|
2080
2091
|
mark: import("prosemirror-model").Mark;
|
|
2081
2092
|
}) => boolean;
|
|
2093
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2082
2094
|
};
|
|
2083
2095
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>
|
|
2084
2096
|
];
|
|
@@ -2263,6 +2275,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
2263
2275
|
to: number;
|
|
2264
2276
|
mark: import("prosemirror-model").Mark;
|
|
2265
2277
|
}) => boolean;
|
|
2278
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2266
2279
|
};
|
|
2267
2280
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>
|
|
2268
2281
|
];
|
|
@@ -2375,6 +2388,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
2375
2388
|
to: number;
|
|
2376
2389
|
mark: import("prosemirror-model").Mark;
|
|
2377
2390
|
}) => boolean;
|
|
2391
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2378
2392
|
};
|
|
2379
2393
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>
|
|
2380
2394
|
];
|
|
@@ -2723,6 +2737,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
2723
2737
|
to: number;
|
|
2724
2738
|
mark: import("prosemirror-model").Mark;
|
|
2725
2739
|
}) => boolean;
|
|
2740
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2726
2741
|
};
|
|
2727
2742
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>
|
|
2728
2743
|
];
|
|
@@ -2976,6 +2991,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
2976
2991
|
to: number;
|
|
2977
2992
|
mark: import("prosemirror-model").Mark;
|
|
2978
2993
|
}) => boolean;
|
|
2994
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2979
2995
|
};
|
|
2980
2996
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>
|
|
2981
2997
|
];
|
|
@@ -3160,6 +3176,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
3160
3176
|
to: number;
|
|
3161
3177
|
mark: import("prosemirror-model").Mark;
|
|
3162
3178
|
}) => boolean;
|
|
3179
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
3163
3180
|
};
|
|
3164
3181
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>
|
|
3165
3182
|
];
|
|
@@ -3272,6 +3289,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
3272
3289
|
to: number;
|
|
3273
3290
|
mark: import("prosemirror-model").Mark;
|
|
3274
3291
|
}) => boolean;
|
|
3292
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
3275
3293
|
};
|
|
3276
3294
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>
|
|
3277
3295
|
];
|
|
@@ -3360,6 +3378,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
3360
3378
|
to: number;
|
|
3361
3379
|
mark: import("prosemirror-model").Mark;
|
|
3362
3380
|
}) => boolean;
|
|
3381
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
3363
3382
|
};
|
|
3364
3383
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>
|
|
3365
3384
|
];
|
|
@@ -3666,6 +3685,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
3666
3685
|
to: number;
|
|
3667
3686
|
mark: import("prosemirror-model").Mark;
|
|
3668
3687
|
}) => boolean;
|
|
3688
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
3669
3689
|
};
|
|
3670
3690
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>
|
|
3671
3691
|
];
|
|
@@ -3889,6 +3909,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
3889
3909
|
to: number;
|
|
3890
3910
|
mark: import("prosemirror-model").Mark;
|
|
3891
3911
|
}) => boolean;
|
|
3912
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
3892
3913
|
};
|
|
3893
3914
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>
|
|
3894
3915
|
];
|
|
@@ -4016,6 +4037,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
4016
4037
|
to: number;
|
|
4017
4038
|
mark: import("prosemirror-model").Mark;
|
|
4018
4039
|
}) => boolean;
|
|
4040
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
4019
4041
|
};
|
|
4020
4042
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>
|
|
4021
4043
|
];
|
|
@@ -4200,6 +4222,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
4200
4222
|
to: number;
|
|
4201
4223
|
mark: import("prosemirror-model").Mark;
|
|
4202
4224
|
}) => boolean;
|
|
4225
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
4203
4226
|
};
|
|
4204
4227
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>
|
|
4205
4228
|
];
|
|
@@ -4312,6 +4335,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
4312
4335
|
to: number;
|
|
4313
4336
|
mark: import("prosemirror-model").Mark;
|
|
4314
4337
|
}) => boolean;
|
|
4338
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
4315
4339
|
};
|
|
4316
4340
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>
|
|
4317
4341
|
];
|
|
@@ -4586,6 +4610,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
4586
4610
|
to: number;
|
|
4587
4611
|
mark: import("prosemirror-model").Mark;
|
|
4588
4612
|
}) => boolean;
|
|
4613
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
4589
4614
|
};
|
|
4590
4615
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>
|
|
4591
4616
|
];
|
|
@@ -4910,6 +4935,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
4910
4935
|
to: number;
|
|
4911
4936
|
mark: import("prosemirror-model").Mark;
|
|
4912
4937
|
}) => boolean;
|
|
4938
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
4913
4939
|
};
|
|
4914
4940
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>
|
|
4915
4941
|
];
|
|
@@ -5083,6 +5109,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
5083
5109
|
to: number;
|
|
5084
5110
|
mark: import("prosemirror-model").Mark;
|
|
5085
5111
|
}) => boolean;
|
|
5112
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
5086
5113
|
};
|
|
5087
5114
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>
|
|
5088
5115
|
];
|
|
@@ -5235,6 +5262,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
5235
5262
|
to: number;
|
|
5236
5263
|
mark: import("prosemirror-model").Mark;
|
|
5237
5264
|
}) => boolean;
|
|
5265
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
5238
5266
|
};
|
|
5239
5267
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>
|
|
5240
5268
|
];
|
|
@@ -5419,6 +5447,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
5419
5447
|
to: number;
|
|
5420
5448
|
mark: import("prosemirror-model").Mark;
|
|
5421
5449
|
}) => boolean;
|
|
5450
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
5422
5451
|
};
|
|
5423
5452
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>
|
|
5424
5453
|
];
|
|
@@ -5531,6 +5560,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
5531
5560
|
to: number;
|
|
5532
5561
|
mark: import("prosemirror-model").Mark;
|
|
5533
5562
|
}) => boolean;
|
|
5563
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
5534
5564
|
};
|
|
5535
5565
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>
|
|
5536
5566
|
];
|
|
@@ -5675,6 +5705,7 @@ export default function createUniversalPreset(appearance: EditorAppearance | und
|
|
|
5675
5705
|
to: number;
|
|
5676
5706
|
mark: import("prosemirror-model").Mark;
|
|
5677
5707
|
}) => boolean;
|
|
5708
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
5678
5709
|
};
|
|
5679
5710
|
}, import("@atlaskit/editor-plugins/collab-edit").PrivateCollabEditOptions>
|
|
5680
5711
|
];
|