@ckeditor/ckeditor5-engine 48.2.0-alpha.7 → 48.3.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 +329 -328
- package/dist/controller/editingcontroller.d.ts +95 -94
- package/dist/conversion/comparemarkers.d.ts +45 -45
- package/dist/conversion/conversion.d.ts +474 -474
- package/dist/conversion/conversionhelpers.d.ts +21 -21
- package/dist/conversion/downcastdispatcher.d.ts +539 -538
- package/dist/conversion/downcasthelpers.d.ts +1129 -1129
- package/dist/conversion/mapper.d.ts +692 -697
- package/dist/conversion/modelconsumable.d.ts +196 -196
- package/dist/conversion/upcastdispatcher.d.ts +483 -482
- package/dist/conversion/upcasthelpers.d.ts +491 -491
- package/dist/conversion/viewconsumable.d.ts +330 -330
- package/dist/dataprocessor/basichtmlwriter.d.ts +15 -15
- package/dist/dataprocessor/dataprocessor.d.ts +57 -57
- package/dist/dataprocessor/htmldataprocessor.d.ts +72 -72
- package/dist/dataprocessor/htmlwriter.d.ts +11 -11
- package/dist/dataprocessor/xmldataprocessor.d.ts +86 -86
- package/dist/dev-utils/model.d.ts +128 -123
- package/dist/dev-utils/operationreplayer.d.ts +49 -49
- package/dist/dev-utils/utils.d.ts +33 -33
- package/dist/dev-utils/view.d.ts +314 -309
- package/dist/engineconfig.d.ts +39 -39
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +150 -150
- package/dist/index.js +34026 -40107
- package/dist/index.js.map +1 -1
- package/dist/legacyerrors.d.ts +0 -4
- package/dist/model/batch.d.ts +86 -86
- package/dist/model/differ.d.ts +504 -504
- package/dist/model/document.d.ts +265 -268
- package/dist/model/documentfragment.d.ts +214 -214
- package/dist/model/documentselection.d.ts +406 -410
- package/dist/model/element.d.ts +182 -182
- package/dist/model/history.d.ts +109 -109
- package/dist/model/item.d.ts +9 -9
- package/dist/model/liveposition.d.ts +70 -69
- package/dist/model/liverange.d.ts +93 -92
- package/dist/model/markercollection.d.ts +317 -324
- package/dist/model/model.d.ts +889 -909
- package/dist/model/node.d.ts +254 -254
- package/dist/model/nodelist.d.ts +110 -110
- package/dist/model/operation/attributeoperation.d.ts +98 -98
- package/dist/model/operation/detachoperation.d.ts +57 -57
- package/dist/model/operation/insertoperation.d.ts +85 -85
- package/dist/model/operation/markeroperation.d.ts +87 -87
- package/dist/model/operation/mergeoperation.d.ts +95 -95
- package/dist/model/operation/moveoperation.d.ts +97 -97
- package/dist/model/operation/nooperation.d.ts +33 -33
- package/dist/model/operation/operation.d.ts +94 -94
- package/dist/model/operation/operationfactory.d.ts +14 -14
- package/dist/model/operation/renameoperation.d.ts +78 -78
- package/dist/model/operation/rootattributeoperation.d.ts +93 -93
- package/dist/model/operation/rootoperation.d.ts +71 -71
- package/dist/model/operation/splitoperation.d.ts +104 -104
- package/dist/model/operation/transform.d.ts +91 -91
- package/dist/model/operation/utils.d.ts +58 -58
- package/dist/model/position.d.ts +535 -535
- package/dist/model/range.d.ts +458 -453
- package/dist/model/rootelement.d.ts +55 -55
- package/dist/model/schema.d.ts +1325 -1327
- package/dist/model/selection.d.ts +452 -471
- package/dist/model/text.d.ts +62 -62
- package/dist/model/textproxy.d.ts +140 -140
- package/dist/model/treewalker.d.ts +190 -190
- package/dist/model/typecheckable.d.ts +281 -281
- package/dist/model/utils/autoparagraphing.d.ts +29 -29
- package/dist/model/utils/deletecontent.d.ts +68 -68
- package/dist/model/utils/getselectedcontent.d.ts +27 -27
- package/dist/model/utils/insertcontent.d.ts +42 -42
- package/dist/model/utils/insertobject.d.ts +41 -41
- package/dist/model/utils/modifyselection.d.ts +44 -44
- package/dist/model/utils/selection-post-fixer.d.ts +71 -71
- package/dist/model/writer.d.ts +854 -854
- package/dist/view/attributeelement.d.ts +123 -123
- package/dist/view/containerelement.d.ts +49 -49
- package/dist/view/datatransfer.d.ts +70 -70
- package/dist/view/document.d.ts +175 -177
- package/dist/view/documentfragment.d.ts +158 -157
- package/dist/view/documentselection.d.ts +308 -307
- package/dist/view/domconverter.d.ts +612 -657
- package/dist/view/downcastwriter.d.ts +1006 -1006
- package/dist/view/editableelement.d.ts +64 -63
- package/dist/view/element.d.ts +754 -754
- package/dist/view/elementdefinition.d.ts +79 -79
- package/dist/view/emptyelement.d.ts +42 -42
- package/dist/view/filler.d.ts +75 -75
- package/dist/view/item.d.ts +9 -9
- package/dist/view/matcher.d.ts +412 -487
- package/dist/view/node.d.ts +164 -163
- package/dist/view/observer/arrowkeysobserver.d.ts +37 -37
- package/dist/view/observer/bubblingemittermixin.d.ts +163 -153
- package/dist/view/observer/bubblingeventinfo.d.ts +45 -42
- package/dist/view/observer/clickobserver.d.ts +36 -36
- package/dist/view/observer/compositionobserver.d.ts +67 -67
- package/dist/view/observer/domeventdata.d.ts +46 -46
- package/dist/view/observer/domeventobserver.d.ts +77 -74
- package/dist/view/observer/fakeselectionobserver.d.ts +42 -42
- package/dist/view/observer/focusobserver.d.ts +84 -84
- package/dist/view/observer/inputobserver.d.ts +76 -76
- package/dist/view/observer/keyobserver.d.ts +53 -53
- package/dist/view/observer/mouseobserver.d.ts +73 -73
- package/dist/view/observer/mutationobserver.d.ts +101 -101
- package/dist/view/observer/observer.d.ts +84 -83
- package/dist/view/observer/pointerobserver.d.ts +63 -63
- package/dist/view/observer/selectionobserver.d.ts +136 -136
- package/dist/view/observer/tabobserver.d.ts +38 -38
- package/dist/view/observer/touchobserver.d.ts +60 -60
- package/dist/view/placeholder.d.ts +80 -80
- package/dist/view/position.d.ts +187 -187
- package/dist/view/range.d.ts +282 -282
- package/dist/view/rawelement.d.ts +72 -72
- package/dist/view/renderer.d.ts +270 -272
- package/dist/view/rooteditableelement.d.ts +43 -43
- package/dist/view/selection.d.ts +356 -369
- package/dist/view/styles/background.d.ts +15 -15
- package/dist/view/styles/border.d.ts +27 -27
- package/dist/view/styles/margin.d.ts +12 -12
- package/dist/view/styles/padding.d.ts +12 -12
- package/dist/view/styles/utils.d.ts +72 -72
- package/dist/view/stylesmap.d.ts +715 -715
- package/dist/view/text.d.ts +75 -75
- package/dist/view/textproxy.d.ts +92 -92
- package/dist/view/tokenlist.d.ts +104 -104
- package/dist/view/treewalker.d.ts +201 -201
- package/dist/view/typecheckable.d.ts +445 -445
- package/dist/view/uielement.d.ts +93 -93
- package/dist/view/upcastwriter.d.ts +412 -412
- package/dist/view/view.d.ts +466 -469
- package/package.json +2 -2
package/dist/view/range.d.ts
CHANGED
|
@@ -1,287 +1,287 @@
|
|
|
1
1
|
/**
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
|
+
*/
|
|
5
5
|
/**
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
import { ViewTypeCheckable } from
|
|
9
|
-
import { ViewPosition } from
|
|
10
|
-
import { type ViewDocumentFragment } from
|
|
11
|
-
import { type ViewElement } from
|
|
12
|
-
import { type ViewItem } from
|
|
13
|
-
import { type ViewNode } from
|
|
14
|
-
import { ViewTreeWalker, type ViewTreeWalkerValue, type ViewTreeWalkerOptions } from
|
|
6
|
+
* @module engine/view/range
|
|
7
|
+
*/
|
|
8
|
+
import { ViewTypeCheckable } from "./typecheckable.js";
|
|
9
|
+
import { ViewPosition } from "./position.js";
|
|
10
|
+
import { type ViewDocumentFragment } from "./documentfragment.js";
|
|
11
|
+
import { type ViewElement } from "./element.js";
|
|
12
|
+
import { type ViewItem } from "./item.js";
|
|
13
|
+
import { type ViewNode } from "./node.js";
|
|
14
|
+
import { ViewTreeWalker, type ViewTreeWalkerValue, type ViewTreeWalkerOptions } from "./treewalker.js";
|
|
15
15
|
/**
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
16
|
+
* Range in the view tree. A range is represented by its start and end {@link module:engine/view/position~ViewPosition positions}.
|
|
17
|
+
*
|
|
18
|
+
* In order to create a new position instance use the `createPosition*()` factory methods available in:
|
|
19
|
+
*
|
|
20
|
+
* * {@link module:engine/view/view~EditingView}
|
|
21
|
+
* * {@link module:engine/view/downcastwriter~ViewDowncastWriter}
|
|
22
|
+
* * {@link module:engine/view/upcastwriter~ViewUpcastWriter}
|
|
23
|
+
*/
|
|
24
24
|
export declare class ViewRange extends ViewTypeCheckable implements Iterable<ViewTreeWalkerValue> {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
25
|
+
/**
|
|
26
|
+
* Start position.
|
|
27
|
+
*/
|
|
28
|
+
readonly start: ViewPosition;
|
|
29
|
+
/**
|
|
30
|
+
* End position.
|
|
31
|
+
*/
|
|
32
|
+
readonly end: ViewPosition;
|
|
33
|
+
/**
|
|
34
|
+
* Creates a range spanning from `start` position to `end` position.
|
|
35
|
+
*
|
|
36
|
+
* **Note:** Constructor creates it's own {@link module:engine/view/position~ViewPosition} instances basing on passed values.
|
|
37
|
+
*
|
|
38
|
+
* @param start Start position.
|
|
39
|
+
* @param end End position. If not set, range will be collapsed at the `start` position.
|
|
40
|
+
*/
|
|
41
|
+
constructor(start: ViewPosition, end?: ViewPosition | null);
|
|
42
|
+
/**
|
|
43
|
+
* Iterable interface.
|
|
44
|
+
*
|
|
45
|
+
* Iterates over all {@link module:engine/view/item~ViewItem view items} that are in this range and returns
|
|
46
|
+
* them together with additional information like length or {@link module:engine/view/position~ViewPosition positions},
|
|
47
|
+
* grouped as {@link module:engine/view/treewalker~ViewTreeWalkerValue}.
|
|
48
|
+
*
|
|
49
|
+
* This iterator uses {@link module:engine/view/treewalker~ViewTreeWalker TreeWalker} with `boundaries` set to this range and
|
|
50
|
+
* `ignoreElementEnd` option
|
|
51
|
+
* set to `true`.
|
|
52
|
+
*/
|
|
53
|
+
[Symbol.iterator](): IterableIterator<ViewTreeWalkerValue>;
|
|
54
|
+
/**
|
|
55
|
+
* Returns whether the range is collapsed, that is it start and end positions are equal.
|
|
56
|
+
*/
|
|
57
|
+
get isCollapsed(): boolean;
|
|
58
|
+
/**
|
|
59
|
+
* Returns whether this range is flat, that is if {@link module:engine/view/range~ViewRange#start start} position and
|
|
60
|
+
* {@link module:engine/view/range~ViewRange#end end} position are in the same
|
|
61
|
+
* {@link module:engine/view/position~ViewPosition#parent parent}.
|
|
62
|
+
*/
|
|
63
|
+
get isFlat(): boolean;
|
|
64
|
+
/**
|
|
65
|
+
* Range root element.
|
|
66
|
+
*/
|
|
67
|
+
get root(): ViewNode | ViewDocumentFragment;
|
|
68
|
+
/**
|
|
69
|
+
* Creates a maximal range that has the same content as this range but is expanded in both ways (at the beginning
|
|
70
|
+
* and at the end).
|
|
71
|
+
*
|
|
72
|
+
* For example:
|
|
73
|
+
*
|
|
74
|
+
* ```html
|
|
75
|
+
* <p>Foo</p><p><b>{Bar}</b></p> -> <p>Foo</p>[<p><b>Bar</b>]</p>
|
|
76
|
+
* <p><b>foo</b>{bar}<span></span></p> -> <p><b>foo[</b>bar<span></span>]</p>
|
|
77
|
+
* ```
|
|
78
|
+
*
|
|
79
|
+
* Note that in the sample above:
|
|
80
|
+
*
|
|
81
|
+
* - `<p>` have type of {@link module:engine/view/containerelement~ViewContainerElement},
|
|
82
|
+
* - `<b>` have type of {@link module:engine/view/attributeelement~ViewAttributeElement},
|
|
83
|
+
* - `<span>` have type of {@link module:engine/view/uielement~ViewUIElement}.
|
|
84
|
+
*
|
|
85
|
+
* @returns Enlarged range.
|
|
86
|
+
*/
|
|
87
|
+
getEnlarged(): ViewRange;
|
|
88
|
+
/**
|
|
89
|
+
* Creates a minimum range that has the same content as this range but is trimmed in both ways (at the beginning
|
|
90
|
+
* and at the end).
|
|
91
|
+
*
|
|
92
|
+
* For example:
|
|
93
|
+
*
|
|
94
|
+
* ```html
|
|
95
|
+
* <p>Foo</p>[<p><b>Bar</b>]</p> -> <p>Foo</p><p><b>{Bar}</b></p>
|
|
96
|
+
* <p><b>foo[</b>bar<span></span>]</p> -> <p><b>foo</b>{bar}<span></span></p>
|
|
97
|
+
* ```
|
|
98
|
+
*
|
|
99
|
+
* Note that in the sample above:
|
|
100
|
+
*
|
|
101
|
+
* - `<p>` have type of {@link module:engine/view/containerelement~ViewContainerElement},
|
|
102
|
+
* - `<b>` have type of {@link module:engine/view/attributeelement~ViewAttributeElement},
|
|
103
|
+
* - `<span>` have type of {@link module:engine/view/uielement~ViewUIElement}.
|
|
104
|
+
*
|
|
105
|
+
* @returns Shrunk range.
|
|
106
|
+
*/
|
|
107
|
+
getTrimmed(): ViewRange;
|
|
108
|
+
/**
|
|
109
|
+
* Two ranges are equal if their start and end positions are equal.
|
|
110
|
+
*
|
|
111
|
+
* @param otherRange Range to compare with.
|
|
112
|
+
* @returns `true` if ranges are equal, `false` otherwise
|
|
113
|
+
*/
|
|
114
|
+
isEqual(otherRange: ViewRange): boolean;
|
|
115
|
+
/**
|
|
116
|
+
* Checks whether this range contains given {@link module:engine/view/position~ViewPosition position}.
|
|
117
|
+
*
|
|
118
|
+
* @param position Position to check.
|
|
119
|
+
* @returns `true` if given {@link module:engine/view/position~ViewPosition position} is contained in this range, `false` otherwise.
|
|
120
|
+
*/
|
|
121
|
+
containsPosition(position: ViewPosition): boolean;
|
|
122
|
+
/**
|
|
123
|
+
* Checks whether this range contains given {@link module:engine/view/range~ViewRange range}.
|
|
124
|
+
*
|
|
125
|
+
* @param otherRange Range to check.
|
|
126
|
+
* @param loose Whether the check is loose or strict. If the check is strict (`false`), compared range cannot
|
|
127
|
+
* start or end at the same position as this range boundaries. If the check is loose (`true`), compared range can start, end or
|
|
128
|
+
* even be equal to this range. Note that collapsed ranges are always compared in strict mode.
|
|
129
|
+
* @returns `true` if given {@link module:engine/view/range~ViewRange range} boundaries are contained by this range, `false`
|
|
130
|
+
* otherwise.
|
|
131
|
+
*/
|
|
132
|
+
containsRange(otherRange: ViewRange, loose?: boolean): boolean;
|
|
133
|
+
/**
|
|
134
|
+
* Computes which part(s) of this {@link module:engine/view/range~ViewRange range} is not a part of given
|
|
135
|
+
* {@link module:engine/view/range~ViewRange range}.
|
|
136
|
+
* Returned array contains zero, one or two {@link module:engine/view/range~ViewRange ranges}.
|
|
137
|
+
*
|
|
138
|
+
* Examples:
|
|
139
|
+
*
|
|
140
|
+
* ```ts
|
|
141
|
+
* let foo = downcastWriter.createText( 'foo' );
|
|
142
|
+
* let img = downcastWriter.createContainerElement( 'img' );
|
|
143
|
+
* let bar = downcastWriter.createText( 'bar' );
|
|
144
|
+
* let p = downcastWriter.createContainerElement( 'p', null, [ foo, img, bar ] );
|
|
145
|
+
*
|
|
146
|
+
* let range = view.createRange( view.createPositionAt( foo, 2 ), view.createPositionAt( bar, 1 ); // "o", img, "b" are in range.
|
|
147
|
+
* let otherRange = view.createRange( // "oo", img, "ba" are in range.
|
|
148
|
+
* view.createPositionAt( foo, 1 ),
|
|
149
|
+
* view.createPositionAt( bar, 2 )
|
|
150
|
+
* );
|
|
151
|
+
* let transformed = range.getDifference( otherRange );
|
|
152
|
+
* // transformed array has no ranges because `otherRange` contains `range`
|
|
153
|
+
*
|
|
154
|
+
* otherRange = view.createRange( view.createPositionAt( foo, 1 ), view.createPositionAt( p, 2 ); // "oo", img are in range.
|
|
155
|
+
* transformed = range.getDifference( otherRange );
|
|
156
|
+
* // transformed array has one range: from ( p, 2 ) to ( bar, 1 )
|
|
157
|
+
*
|
|
158
|
+
* otherRange = view.createRange( view.createPositionAt( p, 1 ), view.createPositionAt( p, 2 ) ); // img is in range.
|
|
159
|
+
* transformed = range.getDifference( otherRange );
|
|
160
|
+
* // transformed array has two ranges: from ( foo, 1 ) to ( p, 1 ) and from ( p, 2 ) to ( bar, 1 )
|
|
161
|
+
* ```
|
|
162
|
+
*
|
|
163
|
+
* @param otherRange Range to differentiate against.
|
|
164
|
+
* @returns The difference between ranges.
|
|
165
|
+
*/
|
|
166
|
+
getDifference(otherRange: ViewRange): Array<ViewRange>;
|
|
167
|
+
/**
|
|
168
|
+
* Returns an intersection of this {@link module:engine/view/range~ViewRange range}
|
|
169
|
+
* and given {@link module:engine/view/range~ViewRange range}.
|
|
170
|
+
* Intersection is a common part of both of those ranges. If ranges has no common part, returns `null`.
|
|
171
|
+
*
|
|
172
|
+
* Examples:
|
|
173
|
+
*
|
|
174
|
+
* ```ts
|
|
175
|
+
* let foo = downcastWriter.createText( 'foo' );
|
|
176
|
+
* let img = downcastWriter.createContainerElement( 'img' );
|
|
177
|
+
* let bar = downcastWriter.createText( 'bar' );
|
|
178
|
+
* let p = downcastWriter.createContainerElement( 'p', null, [ foo, img, bar ] );
|
|
179
|
+
*
|
|
180
|
+
* let range = view.createRange( view.createPositionAt( foo, 2 ), view.createPositionAt( bar, 1 ); // "o", img, "b" are in range.
|
|
181
|
+
* let otherRange = view.createRange( view.createPositionAt( foo, 1 ), view.createPositionAt( p, 2 ); // "oo", img are in range.
|
|
182
|
+
* let transformed = range.getIntersection( otherRange ); // range from ( foo, 1 ) to ( p, 2 ).
|
|
183
|
+
*
|
|
184
|
+
* otherRange = view.createRange( view.createPositionAt( bar, 1 ), view.createPositionAt( bar, 3 ); "ar" is in range.
|
|
185
|
+
* transformed = range.getIntersection( otherRange ); // null - no common part.
|
|
186
|
+
* ```
|
|
187
|
+
*
|
|
188
|
+
* @param otherRange Range to check for intersection.
|
|
189
|
+
* @returns A common part of given ranges or `null` if ranges have no common part.
|
|
190
|
+
*/
|
|
191
|
+
getIntersection(otherRange: ViewRange): ViewRange | null;
|
|
192
|
+
/**
|
|
193
|
+
* Creates a {@link module:engine/view/treewalker~ViewTreeWalker TreeWalker} instance with this range as a boundary.
|
|
194
|
+
*
|
|
195
|
+
* @param options Object with configuration options. See {@link module:engine/view/treewalker~ViewTreeWalker}.
|
|
196
|
+
*/
|
|
197
|
+
getWalker(options?: ViewTreeWalkerOptions): ViewTreeWalker;
|
|
198
|
+
/**
|
|
199
|
+
* Returns a {@link module:engine/view/node~ViewNode} or {@link module:engine/view/documentfragment~ViewDocumentFragment}
|
|
200
|
+
* which is a common ancestor of range's both ends (in which the entire range is contained).
|
|
201
|
+
*/
|
|
202
|
+
getCommonAncestor(): ViewNode | ViewDocumentFragment | null;
|
|
203
|
+
/**
|
|
204
|
+
* Returns an {@link module:engine/view/element~ViewElement Element} contained by the range.
|
|
205
|
+
* The element will be returned when it is the **only** node within the range and **fully–contained**
|
|
206
|
+
* at the same time.
|
|
207
|
+
*/
|
|
208
|
+
getContainedElement(): ViewElement | null;
|
|
209
|
+
/**
|
|
210
|
+
* Clones this range.
|
|
211
|
+
*/
|
|
212
|
+
clone(): ViewRange;
|
|
213
|
+
/**
|
|
214
|
+
* Returns an iterator that iterates over all {@link module:engine/view/item~ViewItem view items} that are in this range and returns
|
|
215
|
+
* them.
|
|
216
|
+
*
|
|
217
|
+
* This method uses {@link module:engine/view/treewalker~ViewTreeWalker} with `boundaries` set to this range
|
|
218
|
+
* and `ignoreElementEnd` option set to `true`. However it returns only {@link module:engine/view/item~ViewItem items},
|
|
219
|
+
* not {@link module:engine/view/treewalker~ViewTreeWalkerValue}.
|
|
220
|
+
*
|
|
221
|
+
* You may specify additional options for the tree walker. See {@link module:engine/view/treewalker~ViewTreeWalker} for
|
|
222
|
+
* a full list of available options.
|
|
223
|
+
*
|
|
224
|
+
* @param options Object with configuration options. See {@link module:engine/view/treewalker~ViewTreeWalker}.
|
|
225
|
+
*/
|
|
226
|
+
getItems(options?: ViewTreeWalkerOptions): IterableIterator<ViewItem>;
|
|
227
|
+
/**
|
|
228
|
+
* Returns an iterator that iterates over all {@link module:engine/view/position~ViewPosition positions} that are boundaries or
|
|
229
|
+
* contained in this range.
|
|
230
|
+
*
|
|
231
|
+
* This method uses {@link module:engine/view/treewalker~ViewTreeWalker} with `boundaries` set to this range. However it returns only
|
|
232
|
+
* {@link module:engine/view/position~ViewPosition positions}, not {@link module:engine/view/treewalker~ViewTreeWalkerValue}.
|
|
233
|
+
*
|
|
234
|
+
* You may specify additional options for the tree walker. See {@link module:engine/view/treewalker~ViewTreeWalker} for
|
|
235
|
+
* a full list of available options.
|
|
236
|
+
*
|
|
237
|
+
* @param options Object with configuration options. See {@link module:engine/view/treewalker~ViewTreeWalker}.
|
|
238
|
+
*/
|
|
239
|
+
getPositions(options?: ViewTreeWalkerOptions): IterableIterator<ViewPosition>;
|
|
240
|
+
/**
|
|
241
|
+
* Checks and returns whether this range intersects with the given range.
|
|
242
|
+
*
|
|
243
|
+
* @param otherRange Range to compare with.
|
|
244
|
+
* @returns True if ranges intersect.
|
|
245
|
+
*/
|
|
246
|
+
isIntersecting(otherRange: ViewRange): boolean;
|
|
247
|
+
/**
|
|
248
|
+
* Converts `ViewRange` instance to plain object and returns it.
|
|
249
|
+
*
|
|
250
|
+
* @returns `ViewRange` instance converted to plain object.
|
|
251
|
+
*/
|
|
252
|
+
toJSON(): unknown;
|
|
253
|
+
/**
|
|
254
|
+
* Creates a range from the given parents and offsets.
|
|
255
|
+
*
|
|
256
|
+
* @internal
|
|
257
|
+
* @param startElement Start position parent element.
|
|
258
|
+
* @param startOffset Start position offset.
|
|
259
|
+
* @param endElement End position parent element.
|
|
260
|
+
* @param endOffset End position offset.
|
|
261
|
+
* @returns Created range.
|
|
262
|
+
*/
|
|
263
|
+
static _createFromParentsAndOffsets(startElement: ViewElement | ViewDocumentFragment, startOffset: number, endElement: ViewElement | ViewDocumentFragment, endOffset: number): ViewRange;
|
|
264
|
+
/**
|
|
265
|
+
* Creates a new range, spreading from specified {@link module:engine/view/position~ViewPosition position} to a position moved by
|
|
266
|
+
* given `shift`. If `shift` is a negative value, shifted position is treated as the beginning of the range.
|
|
267
|
+
*
|
|
268
|
+
* @internal
|
|
269
|
+
* @param position Beginning of the range.
|
|
270
|
+
* @param shift How long the range should be.
|
|
271
|
+
*/
|
|
272
|
+
static _createFromPositionAndShift(position: ViewPosition, shift: number): ViewRange;
|
|
273
|
+
/**
|
|
274
|
+
* Creates a range inside an {@link module:engine/view/element~ViewElement element} which starts before the first child of
|
|
275
|
+
* that element and ends after the last child of that element.
|
|
276
|
+
*
|
|
277
|
+
* @internal
|
|
278
|
+
* @param element Element which is a parent for the range.
|
|
279
|
+
*/
|
|
280
|
+
static _createIn(element: ViewElement | ViewDocumentFragment): ViewRange;
|
|
281
|
+
/**
|
|
282
|
+
* Creates a range that starts before given {@link module:engine/view/item~ViewItem view item} and ends after it.
|
|
283
|
+
*
|
|
284
|
+
* @internal
|
|
285
|
+
*/
|
|
286
|
+
static _createOn(item: ViewItem): ViewRange;
|
|
287
287
|
}
|