@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
|
@@ -105,6 +105,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
105
105
|
to: number;
|
|
106
106
|
mark: import("prosemirror-model").Mark;
|
|
107
107
|
}) => boolean;
|
|
108
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
108
109
|
};
|
|
109
110
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
110
111
|
pluginConfiguration?: {
|
|
@@ -246,6 +247,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
246
247
|
to: number;
|
|
247
248
|
mark: import("prosemirror-model").Mark;
|
|
248
249
|
}) => boolean;
|
|
250
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
249
251
|
};
|
|
250
252
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
251
253
|
pluginConfiguration?: {
|
|
@@ -373,6 +375,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
373
375
|
to: number;
|
|
374
376
|
mark: import("prosemirror-model").Mark;
|
|
375
377
|
}) => boolean;
|
|
378
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
376
379
|
};
|
|
377
380
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
378
381
|
pluginConfiguration?: {
|
|
@@ -522,6 +525,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
522
525
|
to: number;
|
|
523
526
|
mark: import("prosemirror-model").Mark;
|
|
524
527
|
}) => boolean;
|
|
528
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
525
529
|
};
|
|
526
530
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
527
531
|
pluginConfiguration?: {
|
|
@@ -616,6 +620,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
616
620
|
to: number;
|
|
617
621
|
mark: import("prosemirror-model").Mark;
|
|
618
622
|
}) => boolean;
|
|
623
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
619
624
|
};
|
|
620
625
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
621
626
|
pluginConfiguration?: {
|
|
@@ -735,6 +740,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
735
740
|
to: number;
|
|
736
741
|
mark: import("prosemirror-model").Mark;
|
|
737
742
|
}) => boolean;
|
|
743
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
738
744
|
};
|
|
739
745
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
740
746
|
pluginConfiguration?: {
|
|
@@ -837,6 +843,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
837
843
|
to: number;
|
|
838
844
|
mark: import("prosemirror-model").Mark;
|
|
839
845
|
}) => boolean;
|
|
846
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
840
847
|
};
|
|
841
848
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>>];
|
|
842
849
|
actions: {
|
|
@@ -1098,6 +1105,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
1098
1105
|
to: number;
|
|
1099
1106
|
mark: import("prosemirror-model").Mark;
|
|
1100
1107
|
}) => boolean;
|
|
1108
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1101
1109
|
};
|
|
1102
1110
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
1103
1111
|
pluginConfiguration?: {
|
|
@@ -1239,6 +1247,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
1239
1247
|
to: number;
|
|
1240
1248
|
mark: import("prosemirror-model").Mark;
|
|
1241
1249
|
}) => boolean;
|
|
1250
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1242
1251
|
};
|
|
1243
1252
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
1244
1253
|
pluginConfiguration?: {
|
|
@@ -1456,6 +1465,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
1456
1465
|
to: number;
|
|
1457
1466
|
mark: import("prosemirror-model").Mark;
|
|
1458
1467
|
}) => boolean;
|
|
1468
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1459
1469
|
};
|
|
1460
1470
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
1461
1471
|
pluginConfiguration?: {
|
|
@@ -1584,6 +1594,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
1584
1594
|
to: number;
|
|
1585
1595
|
mark: import("prosemirror-model").Mark;
|
|
1586
1596
|
}) => boolean;
|
|
1597
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1587
1598
|
};
|
|
1588
1599
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>>, import("@atlaskit/editor-common/types").MaybePlugin<import("@atlaskit/editor-plugin-clear-marks-on-empty-doc").ClearMarksOnEmptyDocPlugin<"media", {
|
|
1589
1600
|
pluginConfiguration: import("@atlaskit/editor-plugins/media/types").MediaOptions | undefined;
|
|
@@ -1636,6 +1647,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
1636
1647
|
to: number;
|
|
1637
1648
|
mark: import("prosemirror-model").Mark;
|
|
1638
1649
|
}) => boolean;
|
|
1650
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1639
1651
|
};
|
|
1640
1652
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
1641
1653
|
pluginConfiguration?: {
|
|
@@ -1785,6 +1797,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
1785
1797
|
to: number;
|
|
1786
1798
|
mark: import("prosemirror-model").Mark;
|
|
1787
1799
|
}) => boolean;
|
|
1800
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1788
1801
|
};
|
|
1789
1802
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
1790
1803
|
pluginConfiguration?: {
|
|
@@ -1879,6 +1892,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
1879
1892
|
to: number;
|
|
1880
1893
|
mark: import("prosemirror-model").Mark;
|
|
1881
1894
|
}) => boolean;
|
|
1895
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1882
1896
|
};
|
|
1883
1897
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
1884
1898
|
pluginConfiguration?: {
|
|
@@ -2169,6 +2183,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
2169
2183
|
to: number;
|
|
2170
2184
|
mark: import("prosemirror-model").Mark;
|
|
2171
2185
|
}) => boolean;
|
|
2186
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2172
2187
|
};
|
|
2173
2188
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
2174
2189
|
pluginConfiguration?: {
|
|
@@ -2381,6 +2396,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
2381
2396
|
to: number;
|
|
2382
2397
|
mark: import("prosemirror-model").Mark;
|
|
2383
2398
|
}) => boolean;
|
|
2399
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2384
2400
|
};
|
|
2385
2401
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
2386
2402
|
pluginConfiguration?: {
|
|
@@ -2530,6 +2546,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
2530
2546
|
to: number;
|
|
2531
2547
|
mark: import("prosemirror-model").Mark;
|
|
2532
2548
|
}) => boolean;
|
|
2549
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2533
2550
|
};
|
|
2534
2551
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
2535
2552
|
pluginConfiguration?: {
|
|
@@ -2624,6 +2641,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
2624
2641
|
to: number;
|
|
2625
2642
|
mark: import("prosemirror-model").Mark;
|
|
2626
2643
|
}) => boolean;
|
|
2644
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2627
2645
|
};
|
|
2628
2646
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
2629
2647
|
pluginConfiguration?: {
|
|
@@ -2697,6 +2715,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
2697
2715
|
to: number;
|
|
2698
2716
|
mark: import("prosemirror-model").Mark;
|
|
2699
2717
|
}) => boolean;
|
|
2718
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2700
2719
|
};
|
|
2701
2720
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
2702
2721
|
pluginConfiguration?: {
|
|
@@ -2948,6 +2967,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
2948
2967
|
to: number;
|
|
2949
2968
|
mark: import("prosemirror-model").Mark;
|
|
2950
2969
|
}) => boolean;
|
|
2970
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2951
2971
|
};
|
|
2952
2972
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
2953
2973
|
pluginConfiguration?: {
|
|
@@ -3126,6 +3146,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
3126
3146
|
to: number;
|
|
3127
3147
|
mark: import("prosemirror-model").Mark;
|
|
3128
3148
|
}) => boolean;
|
|
3149
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
3129
3150
|
};
|
|
3130
3151
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
3131
3152
|
pluginConfiguration?: {
|
|
@@ -3231,6 +3252,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
3231
3252
|
to: number;
|
|
3232
3253
|
mark: import("prosemirror-model").Mark;
|
|
3233
3254
|
}) => boolean;
|
|
3255
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
3234
3256
|
};
|
|
3235
3257
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
3236
3258
|
pluginConfiguration?: {
|
|
@@ -3380,6 +3402,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
3380
3402
|
to: number;
|
|
3381
3403
|
mark: import("prosemirror-model").Mark;
|
|
3382
3404
|
}) => boolean;
|
|
3405
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
3383
3406
|
};
|
|
3384
3407
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
3385
3408
|
pluginConfiguration?: {
|
|
@@ -3474,6 +3497,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
3474
3497
|
to: number;
|
|
3475
3498
|
mark: import("prosemirror-model").Mark;
|
|
3476
3499
|
}) => boolean;
|
|
3500
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
3477
3501
|
};
|
|
3478
3502
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
3479
3503
|
pluginConfiguration?: {
|
|
@@ -3705,6 +3729,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
3705
3729
|
to: number;
|
|
3706
3730
|
mark: import("prosemirror-model").Mark;
|
|
3707
3731
|
}) => boolean;
|
|
3732
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
3708
3733
|
};
|
|
3709
3734
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
3710
3735
|
pluginConfiguration?: {
|
|
@@ -3974,6 +3999,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
3974
3999
|
to: number;
|
|
3975
4000
|
mark: import("prosemirror-model").Mark;
|
|
3976
4001
|
}) => boolean;
|
|
4002
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
3977
4003
|
};
|
|
3978
4004
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
3979
4005
|
pluginConfiguration?: {
|
|
@@ -4115,6 +4141,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
4115
4141
|
to: number;
|
|
4116
4142
|
mark: import("prosemirror-model").Mark;
|
|
4117
4143
|
}) => boolean;
|
|
4144
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
4118
4145
|
};
|
|
4119
4146
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
4120
4147
|
pluginConfiguration?: {
|
|
@@ -4242,6 +4269,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
4242
4269
|
to: number;
|
|
4243
4270
|
mark: import("prosemirror-model").Mark;
|
|
4244
4271
|
}) => boolean;
|
|
4272
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
4245
4273
|
};
|
|
4246
4274
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
4247
4275
|
pluginConfiguration?: {
|
|
@@ -4391,6 +4419,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
4391
4419
|
to: number;
|
|
4392
4420
|
mark: import("prosemirror-model").Mark;
|
|
4393
4421
|
}) => boolean;
|
|
4422
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
4394
4423
|
};
|
|
4395
4424
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
4396
4425
|
pluginConfiguration?: {
|
|
@@ -4485,6 +4514,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
4485
4514
|
to: number;
|
|
4486
4515
|
mark: import("prosemirror-model").Mark;
|
|
4487
4516
|
}) => boolean;
|
|
4517
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
4488
4518
|
};
|
|
4489
4519
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
4490
4520
|
pluginConfiguration?: {
|
|
@@ -4604,6 +4634,7 @@ export default function useUniversalPreset({ props }: PresetProps): import("@atl
|
|
|
4604
4634
|
to: number;
|
|
4605
4635
|
mark: import("prosemirror-model").Mark;
|
|
4606
4636
|
}) => boolean;
|
|
4637
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
4607
4638
|
};
|
|
4608
4639
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>];
|
|
4609
4640
|
pluginConfiguration?: {
|
|
@@ -92,7 +92,6 @@ export declare class ReactEditorView<T = {}> extends React.Component<EditorViewP
|
|
|
92
92
|
constructor(props: EditorViewProps & WrappedComponentProps & T, context: EditorReactContext);
|
|
93
93
|
getEditorState: () => EditorState | undefined;
|
|
94
94
|
getEditorView: () => EditorView | undefined;
|
|
95
|
-
getViewMode: () => 'edit' | 'view' | undefined;
|
|
96
95
|
UNSAFE_componentWillReceiveProps(nextProps: EditorViewProps): void;
|
|
97
96
|
formatFullWidthAppearance: (appearance: EditorAppearance | undefined) => FULL_WIDTH_MODE;
|
|
98
97
|
resetEditorState: ({ doc, shouldScrollToBottom, }: {
|
|
@@ -204,6 +204,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
204
204
|
to: number;
|
|
205
205
|
mark: import("prosemirror-model").Mark;
|
|
206
206
|
}) => boolean;
|
|
207
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
207
208
|
};
|
|
208
209
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
209
210
|
];
|
|
@@ -377,6 +378,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
377
378
|
to: number;
|
|
378
379
|
mark: import("prosemirror-model").Mark;
|
|
379
380
|
}) => boolean;
|
|
381
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
380
382
|
};
|
|
381
383
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
382
384
|
];
|
|
@@ -529,6 +531,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
529
531
|
to: number;
|
|
530
532
|
mark: import("prosemirror-model").Mark;
|
|
531
533
|
}) => boolean;
|
|
534
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
532
535
|
};
|
|
533
536
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
534
537
|
];
|
|
@@ -713,6 +716,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
713
716
|
to: number;
|
|
714
717
|
mark: import("prosemirror-model").Mark;
|
|
715
718
|
}) => boolean;
|
|
719
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
716
720
|
};
|
|
717
721
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
718
722
|
];
|
|
@@ -825,6 +829,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
825
829
|
to: number;
|
|
826
830
|
mark: import("prosemirror-model").Mark;
|
|
827
831
|
}) => boolean;
|
|
832
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
828
833
|
};
|
|
829
834
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
830
835
|
];
|
|
@@ -969,6 +974,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
969
974
|
to: number;
|
|
970
975
|
mark: import("prosemirror-model").Mark;
|
|
971
976
|
}) => boolean;
|
|
977
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
972
978
|
};
|
|
973
979
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
974
980
|
];
|
|
@@ -1094,6 +1100,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
1094
1100
|
to: number;
|
|
1095
1101
|
mark: import("prosemirror-model").Mark;
|
|
1096
1102
|
}) => boolean;
|
|
1103
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1097
1104
|
};
|
|
1098
1105
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>>
|
|
1099
1106
|
];
|
|
@@ -1410,6 +1417,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
1410
1417
|
to: number;
|
|
1411
1418
|
mark: import("prosemirror-model").Mark;
|
|
1412
1419
|
}) => boolean;
|
|
1420
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1413
1421
|
};
|
|
1414
1422
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
1415
1423
|
];
|
|
@@ -1583,6 +1591,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
1583
1591
|
to: number;
|
|
1584
1592
|
mark: import("prosemirror-model").Mark;
|
|
1585
1593
|
}) => boolean;
|
|
1594
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1586
1595
|
};
|
|
1587
1596
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
1588
1597
|
];
|
|
@@ -1843,6 +1852,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
1843
1852
|
to: number;
|
|
1844
1853
|
mark: import("prosemirror-model").Mark;
|
|
1845
1854
|
}) => boolean;
|
|
1855
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
1846
1856
|
};
|
|
1847
1857
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
1848
1858
|
];
|
|
@@ -1998,6 +2008,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
1998
2008
|
to: number;
|
|
1999
2009
|
mark: import("prosemirror-model").Mark;
|
|
2000
2010
|
}) => boolean;
|
|
2011
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2001
2012
|
};
|
|
2002
2013
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>>,
|
|
2003
2014
|
import("@atlaskit/editor-common/types").MaybePlugin<import("@atlaskit/editor-common/types").NextEditorPluginFunctionOptionalConfigDefinition<"media", {
|
|
@@ -2062,6 +2073,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
2062
2073
|
to: number;
|
|
2063
2074
|
mark: import("prosemirror-model").Mark;
|
|
2064
2075
|
}) => boolean;
|
|
2076
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2065
2077
|
};
|
|
2066
2078
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
2067
2079
|
];
|
|
@@ -2246,6 +2258,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
2246
2258
|
to: number;
|
|
2247
2259
|
mark: import("prosemirror-model").Mark;
|
|
2248
2260
|
}) => boolean;
|
|
2261
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2249
2262
|
};
|
|
2250
2263
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
2251
2264
|
];
|
|
@@ -2358,6 +2371,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
2358
2371
|
to: number;
|
|
2359
2372
|
mark: import("prosemirror-model").Mark;
|
|
2360
2373
|
}) => boolean;
|
|
2374
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2361
2375
|
};
|
|
2362
2376
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
2363
2377
|
];
|
|
@@ -2706,6 +2720,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
2706
2720
|
to: number;
|
|
2707
2721
|
mark: import("prosemirror-model").Mark;
|
|
2708
2722
|
}) => boolean;
|
|
2723
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2709
2724
|
};
|
|
2710
2725
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
2711
2726
|
];
|
|
@@ -2959,6 +2974,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
2959
2974
|
to: number;
|
|
2960
2975
|
mark: import("prosemirror-model").Mark;
|
|
2961
2976
|
}) => boolean;
|
|
2977
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
2962
2978
|
};
|
|
2963
2979
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
2964
2980
|
];
|
|
@@ -3143,6 +3159,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
3143
3159
|
to: number;
|
|
3144
3160
|
mark: import("prosemirror-model").Mark;
|
|
3145
3161
|
}) => boolean;
|
|
3162
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
3146
3163
|
};
|
|
3147
3164
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
3148
3165
|
];
|
|
@@ -3255,6 +3272,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
3255
3272
|
to: number;
|
|
3256
3273
|
mark: import("prosemirror-model").Mark;
|
|
3257
3274
|
}) => boolean;
|
|
3275
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
3258
3276
|
};
|
|
3259
3277
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
3260
3278
|
];
|
|
@@ -3343,6 +3361,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
3343
3361
|
to: number;
|
|
3344
3362
|
mark: import("prosemirror-model").Mark;
|
|
3345
3363
|
}) => boolean;
|
|
3364
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
3346
3365
|
};
|
|
3347
3366
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
3348
3367
|
];
|
|
@@ -3649,6 +3668,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
3649
3668
|
to: number;
|
|
3650
3669
|
mark: import("prosemirror-model").Mark;
|
|
3651
3670
|
}) => boolean;
|
|
3671
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
3652
3672
|
};
|
|
3653
3673
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
3654
3674
|
];
|
|
@@ -3872,6 +3892,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
3872
3892
|
to: number;
|
|
3873
3893
|
mark: import("prosemirror-model").Mark;
|
|
3874
3894
|
}) => boolean;
|
|
3895
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
3875
3896
|
};
|
|
3876
3897
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
3877
3898
|
];
|
|
@@ -3999,6 +4020,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
3999
4020
|
to: number;
|
|
4000
4021
|
mark: import("prosemirror-model").Mark;
|
|
4001
4022
|
}) => boolean;
|
|
4023
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
4002
4024
|
};
|
|
4003
4025
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
4004
4026
|
];
|
|
@@ -4183,6 +4205,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
4183
4205
|
to: number;
|
|
4184
4206
|
mark: import("prosemirror-model").Mark;
|
|
4185
4207
|
}) => boolean;
|
|
4208
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
4186
4209
|
};
|
|
4187
4210
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
4188
4211
|
];
|
|
@@ -4295,6 +4318,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
4295
4318
|
to: number;
|
|
4296
4319
|
mark: import("prosemirror-model").Mark;
|
|
4297
4320
|
}) => boolean;
|
|
4321
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
4298
4322
|
};
|
|
4299
4323
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
4300
4324
|
];
|
|
@@ -4569,6 +4593,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
4569
4593
|
to: number;
|
|
4570
4594
|
mark: import("prosemirror-model").Mark;
|
|
4571
4595
|
}) => boolean;
|
|
4596
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
4572
4597
|
};
|
|
4573
4598
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
4574
4599
|
];
|
|
@@ -4893,6 +4918,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
4893
4918
|
to: number;
|
|
4894
4919
|
mark: import("prosemirror-model").Mark;
|
|
4895
4920
|
}) => boolean;
|
|
4921
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
4896
4922
|
};
|
|
4897
4923
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
4898
4924
|
];
|
|
@@ -5066,6 +5092,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
5066
5092
|
to: number;
|
|
5067
5093
|
mark: import("prosemirror-model").Mark;
|
|
5068
5094
|
}) => boolean;
|
|
5095
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
5069
5096
|
};
|
|
5070
5097
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
5071
5098
|
];
|
|
@@ -5218,6 +5245,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
5218
5245
|
to: number;
|
|
5219
5246
|
mark: import("prosemirror-model").Mark;
|
|
5220
5247
|
}) => boolean;
|
|
5248
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
5221
5249
|
};
|
|
5222
5250
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
5223
5251
|
];
|
|
@@ -5402,6 +5430,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
5402
5430
|
to: number;
|
|
5403
5431
|
mark: import("prosemirror-model").Mark;
|
|
5404
5432
|
}) => boolean;
|
|
5433
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
5405
5434
|
};
|
|
5406
5435
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
5407
5436
|
];
|
|
@@ -5514,6 +5543,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
5514
5543
|
to: number;
|
|
5515
5544
|
mark: import("prosemirror-model").Mark;
|
|
5516
5545
|
}) => boolean;
|
|
5546
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
5517
5547
|
};
|
|
5518
5548
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
5519
5549
|
];
|
|
@@ -5658,6 +5688,7 @@ export declare function createPreset(props: EditorProps, prevProps?: EditorProps
|
|
|
5658
5688
|
to: number;
|
|
5659
5689
|
mark: import("prosemirror-model").Mark;
|
|
5660
5690
|
}) => boolean;
|
|
5691
|
+
isRemoteReplaceDocumentTransaction: (tr: import("prosemirror-state").Transaction) => boolean;
|
|
5661
5692
|
};
|
|
5662
5693
|
}, import("@atlaskit/editor-plugin-collab-edit").PrivateCollabEditOptions>
|
|
5663
5694
|
];
|