@ckeditor/ckeditor5-engine 42.0.1 → 42.0.2-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-editor.css +18 -22
- package/package.json +2 -2
- /package/dist/{types/controller → controller}/datacontroller.d.ts +0 -0
- /package/dist/{types/controller → controller}/editingcontroller.d.ts +0 -0
- /package/dist/{types/conversion → conversion}/conversion.d.ts +0 -0
- /package/dist/{types/conversion → conversion}/conversionhelpers.d.ts +0 -0
- /package/dist/{types/conversion → conversion}/downcastdispatcher.d.ts +0 -0
- /package/dist/{types/conversion → conversion}/downcasthelpers.d.ts +0 -0
- /package/dist/{types/conversion → conversion}/mapper.d.ts +0 -0
- /package/dist/{types/conversion → conversion}/modelconsumable.d.ts +0 -0
- /package/dist/{types/conversion → conversion}/upcastdispatcher.d.ts +0 -0
- /package/dist/{types/conversion → conversion}/upcasthelpers.d.ts +0 -0
- /package/dist/{types/conversion → conversion}/viewconsumable.d.ts +0 -0
- /package/dist/{types/dataprocessor → dataprocessor}/basichtmlwriter.d.ts +0 -0
- /package/dist/{types/dataprocessor → dataprocessor}/dataprocessor.d.ts +0 -0
- /package/dist/{types/dataprocessor → dataprocessor}/htmldataprocessor.d.ts +0 -0
- /package/dist/{types/dataprocessor → dataprocessor}/htmlwriter.d.ts +0 -0
- /package/dist/{types/dataprocessor → dataprocessor}/xmldataprocessor.d.ts +0 -0
- /package/dist/{types/dev-utils → dev-utils}/model.d.ts +0 -0
- /package/dist/{types/dev-utils → dev-utils}/operationreplayer.d.ts +0 -0
- /package/dist/{types/dev-utils → dev-utils}/utils.d.ts +0 -0
- /package/dist/{types/dev-utils → dev-utils}/view.d.ts +0 -0
- /package/dist/{types/index.d.ts → index.d.ts} +0 -0
- /package/dist/{types/model → model}/batch.d.ts +0 -0
- /package/dist/{types/model → model}/differ.d.ts +0 -0
- /package/dist/{types/model → model}/document.d.ts +0 -0
- /package/dist/{types/model → model}/documentfragment.d.ts +0 -0
- /package/dist/{types/model → model}/documentselection.d.ts +0 -0
- /package/dist/{types/model → model}/element.d.ts +0 -0
- /package/dist/{types/model → model}/history.d.ts +0 -0
- /package/dist/{types/model → model}/item.d.ts +0 -0
- /package/dist/{types/model → model}/liveposition.d.ts +0 -0
- /package/dist/{types/model → model}/liverange.d.ts +0 -0
- /package/dist/{types/model → model}/markercollection.d.ts +0 -0
- /package/dist/{types/model → model}/model.d.ts +0 -0
- /package/dist/{types/model → model}/node.d.ts +0 -0
- /package/dist/{types/model → model}/nodelist.d.ts +0 -0
- /package/dist/{types/model → model}/operation/attributeoperation.d.ts +0 -0
- /package/dist/{types/model → model}/operation/detachoperation.d.ts +0 -0
- /package/dist/{types/model → model}/operation/insertoperation.d.ts +0 -0
- /package/dist/{types/model → model}/operation/markeroperation.d.ts +0 -0
- /package/dist/{types/model → model}/operation/mergeoperation.d.ts +0 -0
- /package/dist/{types/model → model}/operation/moveoperation.d.ts +0 -0
- /package/dist/{types/model → model}/operation/nooperation.d.ts +0 -0
- /package/dist/{types/model → model}/operation/operation.d.ts +0 -0
- /package/dist/{types/model → model}/operation/operationfactory.d.ts +0 -0
- /package/dist/{types/model → model}/operation/renameoperation.d.ts +0 -0
- /package/dist/{types/model → model}/operation/rootattributeoperation.d.ts +0 -0
- /package/dist/{types/model → model}/operation/rootoperation.d.ts +0 -0
- /package/dist/{types/model → model}/operation/splitoperation.d.ts +0 -0
- /package/dist/{types/model → model}/operation/transform.d.ts +0 -0
- /package/dist/{types/model → model}/operation/utils.d.ts +0 -0
- /package/dist/{types/model → model}/position.d.ts +0 -0
- /package/dist/{types/model → model}/range.d.ts +0 -0
- /package/dist/{types/model → model}/rootelement.d.ts +0 -0
- /package/dist/{types/model → model}/schema.d.ts +0 -0
- /package/dist/{types/model → model}/selection.d.ts +0 -0
- /package/dist/{types/model → model}/text.d.ts +0 -0
- /package/dist/{types/model → model}/textproxy.d.ts +0 -0
- /package/dist/{types/model → model}/treewalker.d.ts +0 -0
- /package/dist/{types/model → model}/typecheckable.d.ts +0 -0
- /package/dist/{types/model → model}/utils/autoparagraphing.d.ts +0 -0
- /package/dist/{types/model → model}/utils/deletecontent.d.ts +0 -0
- /package/dist/{types/model → model}/utils/getselectedcontent.d.ts +0 -0
- /package/dist/{types/model → model}/utils/insertcontent.d.ts +0 -0
- /package/dist/{types/model → model}/utils/insertobject.d.ts +0 -0
- /package/dist/{types/model → model}/utils/modifyselection.d.ts +0 -0
- /package/dist/{types/model → model}/utils/selection-post-fixer.d.ts +0 -0
- /package/dist/{types/model → model}/writer.d.ts +0 -0
- /package/dist/{types/view → view}/attributeelement.d.ts +0 -0
- /package/dist/{types/view → view}/containerelement.d.ts +0 -0
- /package/dist/{types/view → view}/datatransfer.d.ts +0 -0
- /package/dist/{types/view → view}/document.d.ts +0 -0
- /package/dist/{types/view → view}/documentfragment.d.ts +0 -0
- /package/dist/{types/view → view}/documentselection.d.ts +0 -0
- /package/dist/{types/view → view}/domconverter.d.ts +0 -0
- /package/dist/{types/view → view}/downcastwriter.d.ts +0 -0
- /package/dist/{types/view → view}/editableelement.d.ts +0 -0
- /package/dist/{types/view → view}/element.d.ts +0 -0
- /package/dist/{types/view → view}/elementdefinition.d.ts +0 -0
- /package/dist/{types/view → view}/emptyelement.d.ts +0 -0
- /package/dist/{types/view → view}/filler.d.ts +0 -0
- /package/dist/{types/view → view}/item.d.ts +0 -0
- /package/dist/{types/view → view}/matcher.d.ts +0 -0
- /package/dist/{types/view → view}/node.d.ts +0 -0
- /package/dist/{types/view → view}/observer/arrowkeysobserver.d.ts +0 -0
- /package/dist/{types/view → view}/observer/bubblingemittermixin.d.ts +0 -0
- /package/dist/{types/view → view}/observer/bubblingeventinfo.d.ts +0 -0
- /package/dist/{types/view → view}/observer/clickobserver.d.ts +0 -0
- /package/dist/{types/view → view}/observer/compositionobserver.d.ts +0 -0
- /package/dist/{types/view → view}/observer/domeventdata.d.ts +0 -0
- /package/dist/{types/view → view}/observer/domeventobserver.d.ts +0 -0
- /package/dist/{types/view → view}/observer/fakeselectionobserver.d.ts +0 -0
- /package/dist/{types/view → view}/observer/focusobserver.d.ts +0 -0
- /package/dist/{types/view → view}/observer/inputobserver.d.ts +0 -0
- /package/dist/{types/view → view}/observer/keyobserver.d.ts +0 -0
- /package/dist/{types/view → view}/observer/mouseobserver.d.ts +0 -0
- /package/dist/{types/view → view}/observer/mutationobserver.d.ts +0 -0
- /package/dist/{types/view → view}/observer/observer.d.ts +0 -0
- /package/dist/{types/view → view}/observer/selectionobserver.d.ts +0 -0
- /package/dist/{types/view → view}/observer/tabobserver.d.ts +0 -0
- /package/dist/{types/view → view}/placeholder.d.ts +0 -0
- /package/dist/{types/view → view}/position.d.ts +0 -0
- /package/dist/{types/view → view}/range.d.ts +0 -0
- /package/dist/{types/view → view}/rawelement.d.ts +0 -0
- /package/dist/{types/view → view}/renderer.d.ts +0 -0
- /package/dist/{types/view → view}/rooteditableelement.d.ts +0 -0
- /package/dist/{types/view → view}/selection.d.ts +0 -0
- /package/dist/{types/view → view}/styles/background.d.ts +0 -0
- /package/dist/{types/view → view}/styles/border.d.ts +0 -0
- /package/dist/{types/view → view}/styles/margin.d.ts +0 -0
- /package/dist/{types/view → view}/styles/padding.d.ts +0 -0
- /package/dist/{types/view → view}/styles/utils.d.ts +0 -0
- /package/dist/{types/view → view}/stylesmap.d.ts +0 -0
- /package/dist/{types/view → view}/text.d.ts +0 -0
- /package/dist/{types/view → view}/textproxy.d.ts +0 -0
- /package/dist/{types/view → view}/treewalker.d.ts +0 -0
- /package/dist/{types/view → view}/typecheckable.d.ts +0 -0
- /package/dist/{types/view → view}/uielement.d.ts +0 -0
- /package/dist/{types/view → view}/upcastwriter.d.ts +0 -0
- /package/dist/{types/view → view}/view.d.ts +0 -0
package/dist/index-editor.css
CHANGED
|
@@ -2,27 +2,23 @@
|
|
|
2
2
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
4
4
|
*/
|
|
5
|
-
.ck.ck-placeholder
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
.ck.ck-placeholder,
|
|
6
|
+
.ck .ck-placeholder{
|
|
7
|
+
position:relative;
|
|
8
8
|
}
|
|
9
|
-
.ck.ck-placeholder::before {
|
|
10
|
-
position:
|
|
11
|
-
left:
|
|
12
|
-
right:
|
|
13
|
-
content:
|
|
14
|
-
pointer-events:
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
.ck.ck-reset_all .ck-placeholder {
|
|
22
|
-
position: relative;
|
|
23
|
-
|
|
24
|
-
}
|
|
25
|
-
.ck.ck-editor__editable span[data-ck-unsafe-element] {
|
|
26
|
-
display: none;
|
|
27
|
-
|
|
9
|
+
.ck.ck-placeholder::before, .ck .ck-placeholder::before{
|
|
10
|
+
position:absolute;
|
|
11
|
+
left:0;
|
|
12
|
+
right:0;
|
|
13
|
+
content:attr(data-placeholder);
|
|
14
|
+
pointer-events:none;
|
|
15
|
+
}
|
|
16
|
+
.ck.ck-read-only .ck-placeholder::before{
|
|
17
|
+
display:none;
|
|
18
|
+
}
|
|
19
|
+
.ck.ck-reset_all .ck-placeholder{
|
|
20
|
+
position:relative;
|
|
28
21
|
}
|
|
22
|
+
.ck.ck-editor__editable span[data-ck-unsafe-element]{
|
|
23
|
+
display:none;
|
|
24
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-engine",
|
|
3
|
-
"version": "42.0.
|
|
3
|
+
"version": "42.0.2-alpha.0",
|
|
4
4
|
"description": "The editing engine of CKEditor 5 – the best browser-based rich text editor.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"wysiwyg",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"type": "module",
|
|
25
25
|
"main": "src/index.js",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@ckeditor/ckeditor5-utils": "42.0.
|
|
27
|
+
"@ckeditor/ckeditor5-utils": "42.0.2-alpha.0",
|
|
28
28
|
"lodash-es": "4.17.21"
|
|
29
29
|
},
|
|
30
30
|
"author": "CKSource (http://cksource.com/)",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|