@ckeditor/ckeditor5-clipboard 45.0.0 → 45.1.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -283,7 +283,6 @@ const listElements = [
283
283
  * Do not use any other custom selection object within callback, as this will lead to out-of-bounds exceptions in rare scenarios.
284
284
  *
285
285
  * @param action Type of clipboard action.
286
- * @param writer An instance of the model writer.
287
286
  * @param selection Selection to be checked.
288
287
  * @param getCopiedFragment Callback that performs copy of selection and returns it as fragment.
289
288
  * @internal
@@ -338,7 +337,6 @@ const listElements = [
338
337
  * * Fake marker elements inside `getPastedDocumentElement` can be cloned, but their ranges cannot overlap.
339
338
  * * If `duplicateOnPaste` is `true` in marker config then associated marker ID is regenerated before pasting.
340
339
  *
341
- * @param action Type of clipboard action.
342
340
  * @param markers Object that maps marker name to corresponding range.
343
341
  * @param getPastedDocumentElement Getter used to get target markers element.
344
342
  * @internal
@@ -2208,5 +2206,5 @@ const toPx = /* #__PURE__ */ toUnit('px');
2208
2206
  }
2209
2207
  }
2210
2208
 
2211
- export { Clipboard, ClipboardMarkersUtils, ClipboardPipeline, DragDrop, DragDropBlockToolbar, DragDropTarget, PastePlainText, plainTextToHtml, viewToPlainText };
2209
+ export { Clipboard, ClipboardMarkersUtils, ClipboardObserver, ClipboardPipeline, DragDrop, DragDropBlockToolbar, DragDropTarget, PastePlainText, plainTextToHtml, viewToPlainText };
2212
2210
  //# sourceMappingURL=index.js.map