@ckeditor/ckeditor5-engine 44.0.0-alpha.9 → 44.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/controller/datacontroller.d.ts +1 -1
- package/dist/controller/editingcontroller.d.ts +1 -1
- package/dist/conversion/conversion.d.ts +1 -1
- package/dist/conversion/conversionhelpers.d.ts +1 -1
- package/dist/conversion/downcastdispatcher.d.ts +1 -1
- package/dist/conversion/downcasthelpers.d.ts +1 -1
- package/dist/conversion/mapper.d.ts +1 -1
- package/dist/conversion/modelconsumable.d.ts +1 -1
- package/dist/conversion/upcastdispatcher.d.ts +1 -1
- package/dist/conversion/upcasthelpers.d.ts +1 -1
- package/dist/conversion/viewconsumable.d.ts +1 -1
- package/dist/dataprocessor/basichtmlwriter.d.ts +1 -1
- package/dist/dataprocessor/dataprocessor.d.ts +1 -1
- package/dist/dataprocessor/htmldataprocessor.d.ts +1 -1
- package/dist/dataprocessor/htmlwriter.d.ts +1 -1
- package/dist/dataprocessor/xmldataprocessor.d.ts +1 -1
- package/dist/dev-utils/model.d.ts +1 -1
- package/dist/dev-utils/operationreplayer.d.ts +1 -1
- package/dist/dev-utils/utils.d.ts +1 -1
- package/dist/dev-utils/view.d.ts +1 -1
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1073 -974
- package/dist/index.js.map +1 -1
- package/dist/model/batch.d.ts +1 -1
- package/dist/model/differ.d.ts +1 -1
- package/dist/model/document.d.ts +1 -1
- package/dist/model/documentfragment.d.ts +13 -1
- package/dist/model/documentselection.d.ts +1 -1
- package/dist/model/element.d.ts +13 -1
- package/dist/model/history.d.ts +1 -1
- package/dist/model/item.d.ts +1 -1
- package/dist/model/liveposition.d.ts +1 -1
- package/dist/model/liverange.d.ts +1 -1
- package/dist/model/markercollection.d.ts +1 -1
- package/dist/model/model.d.ts +1 -1
- package/dist/model/node.d.ts +1 -1
- package/dist/model/nodelist.d.ts +10 -1
- package/dist/model/operation/attributeoperation.d.ts +1 -1
- package/dist/model/operation/detachoperation.d.ts +1 -1
- package/dist/model/operation/insertoperation.d.ts +1 -1
- package/dist/model/operation/markeroperation.d.ts +1 -1
- package/dist/model/operation/mergeoperation.d.ts +1 -1
- package/dist/model/operation/moveoperation.d.ts +1 -1
- package/dist/model/operation/nooperation.d.ts +1 -1
- package/dist/model/operation/operation.d.ts +1 -1
- package/dist/model/operation/operationfactory.d.ts +1 -1
- package/dist/model/operation/renameoperation.d.ts +1 -1
- package/dist/model/operation/rootattributeoperation.d.ts +1 -1
- package/dist/model/operation/rootoperation.d.ts +1 -1
- package/dist/model/operation/splitoperation.d.ts +1 -1
- package/dist/model/operation/transform.d.ts +1 -1
- package/dist/model/operation/utils.d.ts +1 -1
- package/dist/model/position.d.ts +1 -1
- package/dist/model/range.d.ts +1 -1
- package/dist/model/rootelement.d.ts +1 -1
- package/dist/model/schema.d.ts +1 -1
- package/dist/model/selection.d.ts +1 -1
- package/dist/model/text.d.ts +1 -1
- package/dist/model/textproxy.d.ts +1 -1
- package/dist/model/treewalker.d.ts +1 -1
- package/dist/model/typecheckable.d.ts +1 -1
- package/dist/model/utils/autoparagraphing.d.ts +1 -1
- package/dist/model/utils/deletecontent.d.ts +1 -1
- package/dist/model/utils/getselectedcontent.d.ts +1 -1
- package/dist/model/utils/insertcontent.d.ts +1 -1
- package/dist/model/utils/insertobject.d.ts +1 -1
- package/dist/model/utils/modifyselection.d.ts +1 -1
- package/dist/model/utils/selection-post-fixer.d.ts +1 -1
- package/dist/model/writer.d.ts +1 -1
- package/dist/view/attributeelement.d.ts +1 -1
- package/dist/view/containerelement.d.ts +1 -1
- package/dist/view/datatransfer.d.ts +1 -1
- package/dist/view/document.d.ts +1 -1
- package/dist/view/documentfragment.d.ts +1 -1
- package/dist/view/documentselection.d.ts +1 -1
- package/dist/view/domconverter.d.ts +1 -1
- package/dist/view/downcastwriter.d.ts +1 -1
- package/dist/view/editableelement.d.ts +1 -1
- package/dist/view/element.d.ts +1 -1
- package/dist/view/elementdefinition.d.ts +1 -1
- package/dist/view/emptyelement.d.ts +1 -1
- package/dist/view/filler.d.ts +1 -1
- package/dist/view/item.d.ts +1 -1
- package/dist/view/matcher.d.ts +1 -1
- package/dist/view/node.d.ts +1 -1
- package/dist/view/observer/arrowkeysobserver.d.ts +1 -1
- package/dist/view/observer/bubblingemittermixin.d.ts +1 -1
- package/dist/view/observer/bubblingeventinfo.d.ts +1 -1
- package/dist/view/observer/clickobserver.d.ts +1 -1
- package/dist/view/observer/compositionobserver.d.ts +1 -1
- package/dist/view/observer/domeventdata.d.ts +1 -1
- package/dist/view/observer/domeventobserver.d.ts +1 -1
- package/dist/view/observer/fakeselectionobserver.d.ts +1 -1
- package/dist/view/observer/focusobserver.d.ts +1 -1
- package/dist/view/observer/inputobserver.d.ts +1 -1
- package/dist/view/observer/keyobserver.d.ts +1 -1
- package/dist/view/observer/mouseobserver.d.ts +1 -1
- package/dist/view/observer/mutationobserver.d.ts +1 -1
- package/dist/view/observer/observer.d.ts +1 -1
- package/dist/view/observer/selectionobserver.d.ts +1 -1
- package/dist/view/observer/tabobserver.d.ts +1 -1
- package/dist/view/placeholder.d.ts +1 -1
- package/dist/view/position.d.ts +1 -1
- package/dist/view/range.d.ts +1 -1
- package/dist/view/rawelement.d.ts +1 -1
- package/dist/view/renderer.d.ts +1 -1
- package/dist/view/rooteditableelement.d.ts +1 -1
- package/dist/view/selection.d.ts +1 -1
- package/dist/view/styles/background.d.ts +1 -1
- package/dist/view/styles/border.d.ts +1 -1
- package/dist/view/styles/margin.d.ts +1 -1
- package/dist/view/styles/padding.d.ts +1 -1
- package/dist/view/styles/utils.d.ts +1 -1
- package/dist/view/stylesmap.d.ts +9 -1
- package/dist/view/text.d.ts +1 -1
- package/dist/view/textproxy.d.ts +1 -1
- package/dist/view/treewalker.d.ts +1 -1
- package/dist/view/typecheckable.d.ts +1 -1
- package/dist/view/uielement.d.ts +1 -1
- package/dist/view/upcastwriter.d.ts +1 -1
- package/dist/view/view.d.ts +1 -1
- package/package.json +2 -2
- package/src/controller/datacontroller.d.ts +1 -1
- package/src/controller/datacontroller.js +1 -1
- package/src/controller/editingcontroller.d.ts +1 -1
- package/src/controller/editingcontroller.js +1 -1
- package/src/conversion/conversion.d.ts +1 -1
- package/src/conversion/conversion.js +1 -1
- package/src/conversion/conversionhelpers.d.ts +1 -1
- package/src/conversion/conversionhelpers.js +1 -1
- package/src/conversion/downcastdispatcher.d.ts +1 -1
- package/src/conversion/downcastdispatcher.js +5 -7
- package/src/conversion/downcasthelpers.d.ts +1 -1
- package/src/conversion/downcasthelpers.js +1 -1
- package/src/conversion/mapper.d.ts +1 -1
- package/src/conversion/mapper.js +27 -22
- package/src/conversion/modelconsumable.d.ts +1 -1
- package/src/conversion/modelconsumable.js +1 -1
- package/src/conversion/upcastdispatcher.d.ts +1 -1
- package/src/conversion/upcastdispatcher.js +14 -8
- package/src/conversion/upcasthelpers.d.ts +1 -1
- package/src/conversion/upcasthelpers.js +1 -1
- package/src/conversion/viewconsumable.d.ts +1 -1
- package/src/conversion/viewconsumable.js +1 -1
- package/src/dataprocessor/basichtmlwriter.d.ts +1 -1
- package/src/dataprocessor/basichtmlwriter.js +1 -1
- package/src/dataprocessor/dataprocessor.d.ts +1 -1
- package/src/dataprocessor/dataprocessor.js +1 -1
- package/src/dataprocessor/htmldataprocessor.d.ts +1 -1
- package/src/dataprocessor/htmldataprocessor.js +1 -1
- package/src/dataprocessor/htmlwriter.d.ts +1 -1
- package/src/dataprocessor/htmlwriter.js +1 -1
- package/src/dataprocessor/xmldataprocessor.d.ts +1 -1
- package/src/dataprocessor/xmldataprocessor.js +1 -1
- package/src/dev-utils/model.d.ts +1 -1
- package/src/dev-utils/model.js +1 -1
- package/src/dev-utils/operationreplayer.d.ts +1 -1
- package/src/dev-utils/operationreplayer.js +1 -1
- package/src/dev-utils/utils.d.ts +1 -1
- package/src/dev-utils/utils.js +1 -1
- package/src/dev-utils/view.d.ts +1 -1
- package/src/dev-utils/view.js +1 -1
- package/src/index.d.ts +1 -1
- package/src/index.js +1 -1
- package/src/model/batch.d.ts +1 -1
- package/src/model/batch.js +1 -1
- package/src/model/differ.d.ts +1 -1
- package/src/model/differ.js +1 -1
- package/src/model/document.d.ts +1 -1
- package/src/model/document.js +1 -1
- package/src/model/documentfragment.d.ts +13 -1
- package/src/model/documentfragment.js +18 -1
- package/src/model/documentselection.d.ts +1 -1
- package/src/model/documentselection.js +1 -1
- package/src/model/element.d.ts +13 -1
- package/src/model/element.js +36 -10
- package/src/model/history.d.ts +1 -1
- package/src/model/history.js +1 -1
- package/src/model/item.d.ts +1 -1
- package/src/model/item.js +1 -1
- package/src/model/liveposition.d.ts +1 -1
- package/src/model/liveposition.js +1 -1
- package/src/model/liverange.d.ts +1 -1
- package/src/model/liverange.js +1 -1
- package/src/model/markercollection.d.ts +1 -1
- package/src/model/markercollection.js +1 -1
- package/src/model/model.d.ts +1 -1
- package/src/model/model.js +1 -1
- package/src/model/node.d.ts +1 -1
- package/src/model/node.js +1 -1
- package/src/model/nodelist.d.ts +10 -1
- package/src/model/nodelist.js +34 -8
- package/src/model/operation/attributeoperation.d.ts +1 -1
- package/src/model/operation/attributeoperation.js +1 -1
- package/src/model/operation/detachoperation.d.ts +1 -1
- package/src/model/operation/detachoperation.js +1 -1
- package/src/model/operation/insertoperation.d.ts +1 -1
- package/src/model/operation/insertoperation.js +1 -1
- package/src/model/operation/markeroperation.d.ts +1 -1
- package/src/model/operation/markeroperation.js +1 -1
- package/src/model/operation/mergeoperation.d.ts +1 -1
- package/src/model/operation/mergeoperation.js +1 -1
- package/src/model/operation/moveoperation.d.ts +1 -1
- package/src/model/operation/moveoperation.js +1 -1
- package/src/model/operation/nooperation.d.ts +1 -1
- package/src/model/operation/nooperation.js +1 -1
- package/src/model/operation/operation.d.ts +1 -1
- package/src/model/operation/operation.js +1 -1
- package/src/model/operation/operationfactory.d.ts +1 -1
- package/src/model/operation/operationfactory.js +1 -1
- package/src/model/operation/renameoperation.d.ts +1 -1
- package/src/model/operation/renameoperation.js +1 -1
- package/src/model/operation/rootattributeoperation.d.ts +1 -1
- package/src/model/operation/rootattributeoperation.js +1 -1
- package/src/model/operation/rootoperation.d.ts +1 -1
- package/src/model/operation/rootoperation.js +1 -1
- package/src/model/operation/splitoperation.d.ts +1 -1
- package/src/model/operation/splitoperation.js +1 -1
- package/src/model/operation/transform.d.ts +1 -1
- package/src/model/operation/transform.js +1 -1
- package/src/model/operation/utils.d.ts +1 -1
- package/src/model/operation/utils.js +1 -1
- package/src/model/position.d.ts +1 -1
- package/src/model/position.js +3 -3
- package/src/model/range.d.ts +1 -1
- package/src/model/range.js +1 -1
- package/src/model/rootelement.d.ts +1 -1
- package/src/model/rootelement.js +1 -1
- package/src/model/schema.d.ts +1 -1
- package/src/model/schema.js +1 -1
- package/src/model/selection.d.ts +1 -1
- package/src/model/selection.js +1 -1
- package/src/model/text.d.ts +1 -1
- package/src/model/text.js +1 -1
- package/src/model/textproxy.d.ts +1 -1
- package/src/model/textproxy.js +1 -1
- package/src/model/treewalker.d.ts +1 -1
- package/src/model/treewalker.js +5 -10
- package/src/model/typecheckable.d.ts +1 -1
- package/src/model/typecheckable.js +1 -1
- package/src/model/utils/autoparagraphing.d.ts +1 -1
- package/src/model/utils/autoparagraphing.js +1 -1
- package/src/model/utils/deletecontent.d.ts +1 -1
- package/src/model/utils/deletecontent.js +1 -1
- package/src/model/utils/getselectedcontent.d.ts +1 -1
- package/src/model/utils/getselectedcontent.js +1 -1
- package/src/model/utils/insertcontent.d.ts +1 -1
- package/src/model/utils/insertcontent.js +1 -1
- package/src/model/utils/insertobject.d.ts +1 -1
- package/src/model/utils/insertobject.js +1 -1
- package/src/model/utils/modifyselection.d.ts +1 -1
- package/src/model/utils/modifyselection.js +1 -1
- package/src/model/utils/selection-post-fixer.d.ts +1 -1
- package/src/model/utils/selection-post-fixer.js +1 -1
- package/src/model/writer.d.ts +1 -1
- package/src/model/writer.js +5 -2
- package/src/view/attributeelement.d.ts +1 -1
- package/src/view/attributeelement.js +1 -1
- package/src/view/containerelement.d.ts +1 -1
- package/src/view/containerelement.js +1 -1
- package/src/view/datatransfer.d.ts +1 -1
- package/src/view/datatransfer.js +1 -1
- package/src/view/document.d.ts +1 -1
- package/src/view/document.js +1 -1
- package/src/view/documentfragment.d.ts +1 -1
- package/src/view/documentfragment.js +1 -1
- package/src/view/documentselection.d.ts +1 -1
- package/src/view/documentselection.js +1 -1
- package/src/view/domconverter.d.ts +1 -1
- package/src/view/domconverter.js +1 -1
- package/src/view/downcastwriter.d.ts +1 -1
- package/src/view/downcastwriter.js +3 -3
- package/src/view/editableelement.d.ts +1 -1
- package/src/view/editableelement.js +1 -1
- package/src/view/element.d.ts +1 -1
- package/src/view/element.js +11 -9
- package/src/view/elementdefinition.d.ts +1 -1
- package/src/view/elementdefinition.js +1 -1
- package/src/view/emptyelement.d.ts +1 -1
- package/src/view/emptyelement.js +1 -1
- package/src/view/filler.d.ts +1 -1
- package/src/view/filler.js +1 -1
- package/src/view/item.d.ts +1 -1
- package/src/view/item.js +1 -1
- package/src/view/matcher.d.ts +1 -1
- package/src/view/matcher.js +21 -16
- package/src/view/node.d.ts +1 -1
- package/src/view/node.js +1 -1
- package/src/view/observer/arrowkeysobserver.d.ts +1 -1
- package/src/view/observer/arrowkeysobserver.js +1 -1
- package/src/view/observer/bubblingemittermixin.d.ts +1 -1
- package/src/view/observer/bubblingemittermixin.js +1 -1
- package/src/view/observer/bubblingeventinfo.d.ts +1 -1
- package/src/view/observer/bubblingeventinfo.js +1 -1
- package/src/view/observer/clickobserver.d.ts +1 -1
- package/src/view/observer/clickobserver.js +1 -1
- package/src/view/observer/compositionobserver.d.ts +1 -1
- package/src/view/observer/compositionobserver.js +1 -1
- package/src/view/observer/domeventdata.d.ts +1 -1
- package/src/view/observer/domeventdata.js +1 -1
- package/src/view/observer/domeventobserver.d.ts +1 -1
- package/src/view/observer/domeventobserver.js +1 -1
- package/src/view/observer/fakeselectionobserver.d.ts +1 -1
- package/src/view/observer/fakeselectionobserver.js +1 -1
- package/src/view/observer/focusobserver.d.ts +1 -1
- package/src/view/observer/focusobserver.js +1 -1
- package/src/view/observer/inputobserver.d.ts +1 -1
- package/src/view/observer/inputobserver.js +1 -1
- package/src/view/observer/keyobserver.d.ts +1 -1
- package/src/view/observer/keyobserver.js +1 -1
- package/src/view/observer/mouseobserver.d.ts +1 -1
- package/src/view/observer/mouseobserver.js +1 -1
- package/src/view/observer/mutationobserver.d.ts +1 -1
- package/src/view/observer/mutationobserver.js +1 -1
- package/src/view/observer/observer.d.ts +1 -1
- package/src/view/observer/observer.js +1 -1
- package/src/view/observer/selectionobserver.d.ts +1 -1
- package/src/view/observer/selectionobserver.js +1 -1
- package/src/view/observer/tabobserver.d.ts +1 -1
- package/src/view/observer/tabobserver.js +1 -1
- package/src/view/placeholder.d.ts +1 -1
- package/src/view/placeholder.js +1 -1
- package/src/view/position.d.ts +1 -1
- package/src/view/position.js +1 -1
- package/src/view/range.d.ts +1 -1
- package/src/view/range.js +1 -1
- package/src/view/rawelement.d.ts +1 -1
- package/src/view/rawelement.js +1 -1
- package/src/view/renderer.d.ts +1 -1
- package/src/view/renderer.js +1 -1
- package/src/view/rooteditableelement.d.ts +1 -1
- package/src/view/rooteditableelement.js +1 -1
- package/src/view/selection.d.ts +1 -1
- package/src/view/selection.js +1 -1
- package/src/view/styles/background.d.ts +1 -1
- package/src/view/styles/background.js +1 -1
- package/src/view/styles/border.d.ts +1 -1
- package/src/view/styles/border.js +1 -1
- package/src/view/styles/margin.d.ts +1 -1
- package/src/view/styles/margin.js +1 -1
- package/src/view/styles/padding.d.ts +1 -1
- package/src/view/styles/padding.js +1 -1
- package/src/view/styles/utils.d.ts +1 -1
- package/src/view/styles/utils.js +1 -1
- package/src/view/stylesmap.d.ts +9 -1
- package/src/view/stylesmap.js +19 -4
- package/src/view/text.d.ts +1 -1
- package/src/view/text.js +1 -1
- package/src/view/textproxy.d.ts +1 -1
- package/src/view/textproxy.js +1 -1
- package/src/view/treewalker.d.ts +1 -1
- package/src/view/treewalker.js +38 -43
- package/src/view/typecheckable.d.ts +1 -1
- package/src/view/typecheckable.js +1 -1
- package/src/view/uielement.d.ts +1 -1
- package/src/view/uielement.js +1 -1
- package/src/view/upcastwriter.d.ts +1 -1
- package/src/view/upcastwriter.js +1 -1
- package/src/view/view.d.ts +1 -1
- package/src/view/view.js +1 -1
- package/theme/placeholder.css +1 -1
- package/theme/renderer.css +1 -1
package/src/view/stylesmap.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* Styles map. Allows handling (adding, removing, retrieving) a set of style rules (usually, of an element).
|
|
@@ -13,6 +13,14 @@ export default class StylesMap {
|
|
|
13
13
|
* When no style processor rules are defined it acts as simple key-value storage.
|
|
14
14
|
*/
|
|
15
15
|
private _styles;
|
|
16
|
+
/**
|
|
17
|
+
* Cached list of style names for faster access.
|
|
18
|
+
*/
|
|
19
|
+
private _cachedStyleNames;
|
|
20
|
+
/**
|
|
21
|
+
* Cached list of expanded style names for faster access.
|
|
22
|
+
*/
|
|
23
|
+
private _cachedExpandedStyleNames;
|
|
16
24
|
/**
|
|
17
25
|
* An instance of the {@link module:engine/view/stylesmap~StylesProcessor}.
|
|
18
26
|
*/
|
package/src/view/stylesmap.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @module engine/view/stylesmap
|
|
@@ -14,6 +14,14 @@ export default class StylesMap {
|
|
|
14
14
|
* Creates Styles instance.
|
|
15
15
|
*/
|
|
16
16
|
constructor(styleProcessor) {
|
|
17
|
+
/**
|
|
18
|
+
* Cached list of style names for faster access.
|
|
19
|
+
*/
|
|
20
|
+
this._cachedStyleNames = null;
|
|
21
|
+
/**
|
|
22
|
+
* Cached list of expanded style names for faster access.
|
|
23
|
+
*/
|
|
24
|
+
this._cachedExpandedStyleNames = null;
|
|
17
25
|
this._styles = {};
|
|
18
26
|
this._styleProcessor = styleProcessor;
|
|
19
27
|
}
|
|
@@ -88,6 +96,8 @@ export default class StylesMap {
|
|
|
88
96
|
return Array.isArray(propertyDescriptor);
|
|
89
97
|
}
|
|
90
98
|
set(nameOrObject, valueOrObject) {
|
|
99
|
+
this._cachedStyleNames = null;
|
|
100
|
+
this._cachedExpandedStyleNames = null;
|
|
91
101
|
if (isObject(nameOrObject)) {
|
|
92
102
|
for (const [key, value] of Object.entries(nameOrObject)) {
|
|
93
103
|
this._styleProcessor.toNormalizedForm(key, value, this._styles);
|
|
@@ -126,6 +136,8 @@ export default class StylesMap {
|
|
|
126
136
|
* @param name Style name.
|
|
127
137
|
*/
|
|
128
138
|
remove(name) {
|
|
139
|
+
this._cachedStyleNames = null;
|
|
140
|
+
this._cachedExpandedStyleNames = null;
|
|
129
141
|
const path = toPath(name);
|
|
130
142
|
unset(this._styles, path);
|
|
131
143
|
delete this._styles[name];
|
|
@@ -286,16 +298,19 @@ export default class StylesMap {
|
|
|
286
298
|
return [];
|
|
287
299
|
}
|
|
288
300
|
if (expand) {
|
|
289
|
-
|
|
301
|
+
this._cachedExpandedStyleNames = this._cachedExpandedStyleNames || this._styleProcessor.getStyleNames(this._styles);
|
|
302
|
+
return this._cachedExpandedStyleNames;
|
|
290
303
|
}
|
|
291
|
-
|
|
292
|
-
return
|
|
304
|
+
this._cachedStyleNames = this._cachedStyleNames || this.getStylesEntries().map(([key]) => key);
|
|
305
|
+
return this._cachedStyleNames;
|
|
293
306
|
}
|
|
294
307
|
/**
|
|
295
308
|
* Removes all styles.
|
|
296
309
|
*/
|
|
297
310
|
clear() {
|
|
298
311
|
this._styles = {};
|
|
312
|
+
this._cachedStyleNames = null;
|
|
313
|
+
this._cachedExpandedStyleNames = null;
|
|
299
314
|
}
|
|
300
315
|
/**
|
|
301
316
|
* Returns normalized styles entries for further processing.
|
package/src/view/text.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @module engine/view/text
|
package/src/view/text.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @module engine/view/text
|
package/src/view/textproxy.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @module engine/view/textproxy
|
package/src/view/textproxy.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @module engine/view/textproxy
|
package/src/view/treewalker.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
5
|
import Position from './position.js';
|
|
6
6
|
import type Item from './item.js';
|
package/src/view/treewalker.js
CHANGED
|
@@ -1,12 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
|
-
/**
|
|
6
|
-
* @module engine/view/treewalker
|
|
7
|
-
*/
|
|
8
|
-
import Element from './element.js';
|
|
9
|
-
import Text from './text.js';
|
|
10
5
|
import TextProxy from './textproxy.js';
|
|
11
6
|
import Position from './position.js';
|
|
12
7
|
import { CKEditorError } from '@ckeditor/ckeditor5-utils';
|
|
@@ -120,7 +115,7 @@ export default class TreeWalker {
|
|
|
120
115
|
// Get node just after current position.
|
|
121
116
|
let node;
|
|
122
117
|
// Text is a specific parent because it contains string instead of child nodes.
|
|
123
|
-
if (parent
|
|
118
|
+
if (parent && parent.is('view:$text')) {
|
|
124
119
|
if (position.isAtEnd) {
|
|
125
120
|
// Prevent returning "elementEnd" for Text node. Skip that value and return the next walker step.
|
|
126
121
|
this._position = Position._createAfter(parent);
|
|
@@ -131,7 +126,22 @@ export default class TreeWalker {
|
|
|
131
126
|
else {
|
|
132
127
|
node = parent.getChild(position.offset);
|
|
133
128
|
}
|
|
134
|
-
if (node
|
|
129
|
+
if (typeof node == 'string') {
|
|
130
|
+
let textLength;
|
|
131
|
+
if (this.singleCharacters) {
|
|
132
|
+
textLength = 1;
|
|
133
|
+
}
|
|
134
|
+
else {
|
|
135
|
+
// Check if text stick out of walker range.
|
|
136
|
+
const endOffset = parent === this._boundaryEndParent ? this.boundaries.end.offset : parent.data.length;
|
|
137
|
+
textLength = endOffset - position.offset;
|
|
138
|
+
}
|
|
139
|
+
const textProxy = new TextProxy(parent, position.offset, textLength);
|
|
140
|
+
position.offset += textLength;
|
|
141
|
+
this._position = position;
|
|
142
|
+
return this._formatReturnValue('text', textProxy, previousPosition, position, textLength);
|
|
143
|
+
}
|
|
144
|
+
if (node && node.is('view:element')) {
|
|
135
145
|
if (!this.shallow) {
|
|
136
146
|
position = new Position(node, 0);
|
|
137
147
|
}
|
|
@@ -145,7 +155,7 @@ export default class TreeWalker {
|
|
|
145
155
|
this._position = position;
|
|
146
156
|
return this._formatReturnValue('elementStart', node, previousPosition, position, 1);
|
|
147
157
|
}
|
|
148
|
-
if (node
|
|
158
|
+
if (node && node.is('view:$text')) {
|
|
149
159
|
if (this.singleCharacters) {
|
|
150
160
|
position = new Position(node, 0);
|
|
151
161
|
this._position = position;
|
|
@@ -167,21 +177,6 @@ export default class TreeWalker {
|
|
|
167
177
|
this._position = position;
|
|
168
178
|
return this._formatReturnValue('text', item, previousPosition, position, charactersCount);
|
|
169
179
|
}
|
|
170
|
-
if (typeof node == 'string') {
|
|
171
|
-
let textLength;
|
|
172
|
-
if (this.singleCharacters) {
|
|
173
|
-
textLength = 1;
|
|
174
|
-
}
|
|
175
|
-
else {
|
|
176
|
-
// Check if text stick out of walker range.
|
|
177
|
-
const endOffset = parent === this._boundaryEndParent ? this.boundaries.end.offset : parent.data.length;
|
|
178
|
-
textLength = endOffset - position.offset;
|
|
179
|
-
}
|
|
180
|
-
const textProxy = new TextProxy(parent, position.offset, textLength);
|
|
181
|
-
position.offset += textLength;
|
|
182
|
-
this._position = position;
|
|
183
|
-
return this._formatReturnValue('text', textProxy, previousPosition, position, textLength);
|
|
184
|
-
}
|
|
185
180
|
// `node` is not set, we reached the end of current `parent`.
|
|
186
181
|
position = Position._createAfter(parent);
|
|
187
182
|
this._position = position;
|
|
@@ -208,7 +203,7 @@ export default class TreeWalker {
|
|
|
208
203
|
// Get node just before current position.
|
|
209
204
|
let node;
|
|
210
205
|
// Text {@link module:engine/view/text~Text} element is a specific parent because contains string instead of child nodes.
|
|
211
|
-
if (parent
|
|
206
|
+
if (parent.is('view:$text')) {
|
|
212
207
|
if (position.isAtStart) {
|
|
213
208
|
// Prevent returning "elementStart" for Text node. Skip that value and return the next walker step.
|
|
214
209
|
this._position = Position._createBefore(parent);
|
|
@@ -219,7 +214,22 @@ export default class TreeWalker {
|
|
|
219
214
|
else {
|
|
220
215
|
node = parent.getChild(position.offset - 1);
|
|
221
216
|
}
|
|
222
|
-
if (node
|
|
217
|
+
if (typeof node == 'string') {
|
|
218
|
+
let textLength;
|
|
219
|
+
if (!this.singleCharacters) {
|
|
220
|
+
// Check if text stick out of walker range.
|
|
221
|
+
const startOffset = parent === this._boundaryStartParent ? this.boundaries.start.offset : 0;
|
|
222
|
+
textLength = position.offset - startOffset;
|
|
223
|
+
}
|
|
224
|
+
else {
|
|
225
|
+
textLength = 1;
|
|
226
|
+
}
|
|
227
|
+
position.offset -= textLength;
|
|
228
|
+
const textProxy = new TextProxy(parent, position.offset, textLength);
|
|
229
|
+
this._position = position;
|
|
230
|
+
return this._formatReturnValue('text', textProxy, previousPosition, position, textLength);
|
|
231
|
+
}
|
|
232
|
+
if (node && node.is('view:element')) {
|
|
223
233
|
if (this.shallow) {
|
|
224
234
|
position.offset--;
|
|
225
235
|
this._position = position;
|
|
@@ -232,7 +242,7 @@ export default class TreeWalker {
|
|
|
232
242
|
}
|
|
233
243
|
return this._formatReturnValue('elementEnd', node, previousPosition, position);
|
|
234
244
|
}
|
|
235
|
-
if (node
|
|
245
|
+
if (node && node.is('view:$text')) {
|
|
236
246
|
if (this.singleCharacters) {
|
|
237
247
|
position = new Position(node, node.data.length);
|
|
238
248
|
this._position = position;
|
|
@@ -255,21 +265,6 @@ export default class TreeWalker {
|
|
|
255
265
|
this._position = position;
|
|
256
266
|
return this._formatReturnValue('text', item, previousPosition, position, charactersCount);
|
|
257
267
|
}
|
|
258
|
-
if (typeof node == 'string') {
|
|
259
|
-
let textLength;
|
|
260
|
-
if (!this.singleCharacters) {
|
|
261
|
-
// Check if text stick out of walker range.
|
|
262
|
-
const startOffset = parent === this._boundaryStartParent ? this.boundaries.start.offset : 0;
|
|
263
|
-
textLength = position.offset - startOffset;
|
|
264
|
-
}
|
|
265
|
-
else {
|
|
266
|
-
textLength = 1;
|
|
267
|
-
}
|
|
268
|
-
position.offset -= textLength;
|
|
269
|
-
const textProxy = new TextProxy(parent, position.offset, textLength);
|
|
270
|
-
this._position = position;
|
|
271
|
-
return this._formatReturnValue('text', textProxy, previousPosition, position, textLength);
|
|
272
|
-
}
|
|
273
268
|
// `node` is not set, we reached the beginning of current `parent`.
|
|
274
269
|
position = Position._createBefore(parent);
|
|
275
270
|
this._position = position;
|
|
@@ -289,7 +284,7 @@ export default class TreeWalker {
|
|
|
289
284
|
// Walker doesn't enter to the Text except situations when walker is iterating over every single character,
|
|
290
285
|
// or the bound starts/ends inside the Text. So when the position is at the beginning or at the end of the Text
|
|
291
286
|
// we move it just before or just after Text.
|
|
292
|
-
if (item
|
|
287
|
+
if (item.is('view:$textProxy')) {
|
|
293
288
|
// Position is at the end of Text.
|
|
294
289
|
if (item.offsetInText + item.data.length == item.textNode.data.length) {
|
|
295
290
|
if (this.direction == 'forward' && !(this.boundaries && this.boundaries.end.isEqual(this.position))) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
5
|
import type AttributeElement from './attributeelement.js';
|
|
6
6
|
import type ContainerElement from './containerelement.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @module engine/view/typecheckable
|
package/src/view/uielement.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @module engine/view/uielement
|
package/src/view/uielement.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @module engine/view/uielement
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @module engine/view/upcastwriter
|
package/src/view/upcastwriter.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @module engine/view/upcastwriter
|
package/src/view/view.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @module engine/view/view
|
package/src/view/view.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
5
|
/**
|
|
6
6
|
* @module engine/view/view
|
package/theme/placeholder.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
/* See ckeditor/ckeditor5#936. */
|
package/theme/renderer.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
-
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
/* Elements marked by the Renderer as hidden should be invisible in the editor. */
|