@ckeditor/ckeditor5-engine 41.3.0-alpha.1 → 41.3.0-alpha.3
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/types/controller/datacontroller.d.ts +4 -0
- package/dist/types/controller/editingcontroller.d.ts +4 -0
- package/dist/types/conversion/conversion.d.ts +4 -0
- package/dist/types/conversion/conversionhelpers.d.ts +4 -0
- package/dist/types/conversion/downcastdispatcher.d.ts +4 -0
- package/dist/types/conversion/downcasthelpers.d.ts +4 -0
- package/dist/types/conversion/mapper.d.ts +4 -0
- package/dist/types/conversion/modelconsumable.d.ts +4 -0
- package/dist/types/conversion/upcastdispatcher.d.ts +4 -0
- package/dist/types/conversion/upcasthelpers.d.ts +4 -0
- package/dist/types/conversion/viewconsumable.d.ts +4 -0
- package/dist/types/dataprocessor/basichtmlwriter.d.ts +4 -0
- package/dist/types/dataprocessor/dataprocessor.d.ts +4 -0
- package/dist/types/dataprocessor/htmldataprocessor.d.ts +4 -0
- package/dist/types/dataprocessor/htmlwriter.d.ts +4 -0
- package/dist/types/dataprocessor/xmldataprocessor.d.ts +4 -0
- package/dist/types/dev-utils/model.d.ts +4 -0
- package/dist/types/dev-utils/operationreplayer.d.ts +4 -0
- package/dist/types/dev-utils/utils.d.ts +4 -0
- package/dist/types/dev-utils/view.d.ts +4 -0
- package/dist/types/index.d.ts +4 -0
- package/dist/types/model/batch.d.ts +4 -0
- package/dist/types/model/differ.d.ts +4 -0
- package/dist/types/model/document.d.ts +4 -0
- package/dist/types/model/documentfragment.d.ts +4 -0
- package/dist/types/model/documentselection.d.ts +4 -0
- package/dist/types/model/element.d.ts +4 -0
- package/dist/types/model/history.d.ts +4 -0
- package/dist/types/model/item.d.ts +4 -0
- package/dist/types/model/liveposition.d.ts +4 -0
- package/dist/types/model/liverange.d.ts +4 -0
- package/dist/types/model/markercollection.d.ts +4 -0
- package/dist/types/model/model.d.ts +4 -0
- package/dist/types/model/node.d.ts +4 -0
- package/dist/types/model/nodelist.d.ts +4 -0
- package/dist/types/model/operation/attributeoperation.d.ts +4 -0
- package/dist/types/model/operation/detachoperation.d.ts +4 -0
- package/dist/types/model/operation/insertoperation.d.ts +4 -0
- package/dist/types/model/operation/markeroperation.d.ts +4 -0
- package/dist/types/model/operation/mergeoperation.d.ts +4 -0
- package/dist/types/model/operation/moveoperation.d.ts +4 -0
- package/dist/types/model/operation/nooperation.d.ts +4 -0
- package/dist/types/model/operation/operation.d.ts +4 -0
- package/dist/types/model/operation/operationfactory.d.ts +4 -0
- package/dist/types/model/operation/renameoperation.d.ts +4 -0
- package/dist/types/model/operation/rootattributeoperation.d.ts +4 -0
- package/dist/types/model/operation/rootoperation.d.ts +4 -0
- package/dist/types/model/operation/splitoperation.d.ts +4 -0
- package/dist/types/model/operation/transform.d.ts +4 -0
- package/dist/types/model/operation/utils.d.ts +4 -0
- package/dist/types/model/position.d.ts +4 -0
- package/dist/types/model/range.d.ts +4 -0
- package/dist/types/model/rootelement.d.ts +4 -0
- package/dist/types/model/schema.d.ts +4 -0
- package/dist/types/model/selection.d.ts +4 -0
- package/dist/types/model/text.d.ts +4 -0
- package/dist/types/model/textproxy.d.ts +4 -0
- package/dist/types/model/treewalker.d.ts +4 -0
- package/dist/types/model/typecheckable.d.ts +4 -0
- package/dist/types/model/utils/autoparagraphing.d.ts +4 -0
- package/dist/types/model/utils/deletecontent.d.ts +4 -0
- package/dist/types/model/utils/getselectedcontent.d.ts +4 -0
- package/dist/types/model/utils/insertcontent.d.ts +4 -0
- package/dist/types/model/utils/insertobject.d.ts +4 -0
- package/dist/types/model/utils/modifyselection.d.ts +4 -0
- package/dist/types/model/utils/selection-post-fixer.d.ts +4 -0
- package/dist/types/model/writer.d.ts +4 -0
- package/dist/types/view/attributeelement.d.ts +4 -0
- package/dist/types/view/containerelement.d.ts +4 -0
- package/dist/types/view/datatransfer.d.ts +4 -0
- package/dist/types/view/document.d.ts +4 -0
- package/dist/types/view/documentfragment.d.ts +4 -0
- package/dist/types/view/documentselection.d.ts +4 -0
- package/dist/types/view/domconverter.d.ts +4 -0
- package/dist/types/view/downcastwriter.d.ts +4 -0
- package/dist/types/view/editableelement.d.ts +4 -0
- package/dist/types/view/element.d.ts +4 -0
- package/dist/types/view/elementdefinition.d.ts +4 -0
- package/dist/types/view/emptyelement.d.ts +4 -0
- package/dist/types/view/filler.d.ts +4 -0
- package/dist/types/view/item.d.ts +4 -0
- package/dist/types/view/matcher.d.ts +4 -0
- package/dist/types/view/node.d.ts +4 -0
- package/dist/types/view/observer/arrowkeysobserver.d.ts +4 -0
- package/dist/types/view/observer/bubblingemittermixin.d.ts +4 -0
- package/dist/types/view/observer/bubblingeventinfo.d.ts +4 -0
- package/dist/types/view/observer/clickobserver.d.ts +4 -0
- package/dist/types/view/observer/compositionobserver.d.ts +4 -0
- package/dist/types/view/observer/domeventdata.d.ts +4 -0
- package/dist/types/view/observer/domeventobserver.d.ts +4 -0
- package/dist/types/view/observer/fakeselectionobserver.d.ts +4 -0
- package/dist/types/view/observer/focusobserver.d.ts +4 -0
- package/dist/types/view/observer/inputobserver.d.ts +4 -0
- package/dist/types/view/observer/keyobserver.d.ts +4 -0
- package/dist/types/view/observer/mouseobserver.d.ts +4 -0
- package/dist/types/view/observer/mutationobserver.d.ts +4 -0
- package/dist/types/view/observer/observer.d.ts +4 -0
- package/dist/types/view/observer/selectionobserver.d.ts +4 -0
- package/dist/types/view/observer/tabobserver.d.ts +4 -0
- package/dist/types/view/placeholder.d.ts +4 -0
- package/dist/types/view/position.d.ts +4 -0
- package/dist/types/view/range.d.ts +4 -0
- package/dist/types/view/rawelement.d.ts +4 -0
- package/dist/types/view/renderer.d.ts +4 -0
- package/dist/types/view/rooteditableelement.d.ts +4 -0
- package/dist/types/view/selection.d.ts +4 -0
- package/dist/types/view/styles/background.d.ts +4 -0
- package/dist/types/view/styles/border.d.ts +4 -0
- package/dist/types/view/styles/margin.d.ts +4 -0
- package/dist/types/view/styles/padding.d.ts +4 -0
- package/dist/types/view/styles/utils.d.ts +4 -0
- package/dist/types/view/stylesmap.d.ts +4 -0
- package/dist/types/view/text.d.ts +4 -0
- package/dist/types/view/textproxy.d.ts +4 -0
- package/dist/types/view/treewalker.d.ts +4 -0
- package/dist/types/view/typecheckable.d.ts +4 -0
- package/dist/types/view/uielement.d.ts +4 -0
- package/dist/types/view/upcastwriter.d.ts +4 -0
- package/dist/types/view/view.d.ts +4 -0
- package/package.json +2 -2
- package/src/model/differ.js +1 -1
- package/src/model/utils/insertcontent.js +1 -1
- package/dist/index.js +0 -36728
- package/dist/index.js.map +0 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.