@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
|
@@ -1,82 +1,82 @@
|
|
|
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 { DomEventObserver } from
|
|
9
|
-
import { type EditingView } from
|
|
10
|
-
import { type ViewDocumentDomEventData } from
|
|
6
|
+
* @module engine/view/observer/compositionobserver
|
|
7
|
+
*/
|
|
8
|
+
import { DomEventObserver } from "./domeventobserver.js";
|
|
9
|
+
import { type EditingView } from "../view.js";
|
|
10
|
+
import { type ViewDocumentDomEventData } from "./domeventdata.js";
|
|
11
11
|
/**
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
export declare class CompositionObserver extends DomEventObserver<
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
12
|
+
* {@link module:engine/view/document~ViewDocument#event:compositionstart Compositionstart},
|
|
13
|
+
* {@link module:engine/view/document~ViewDocument#event:compositionupdate compositionupdate} and
|
|
14
|
+
* {@link module:engine/view/document~ViewDocument#event:compositionend compositionend} events observer.
|
|
15
|
+
*
|
|
16
|
+
* Note that this observer is attached by the {@link module:engine/view/view~EditingView} and is available by default.
|
|
17
|
+
*/
|
|
18
|
+
export declare class CompositionObserver extends DomEventObserver<"compositionstart" | "compositionupdate" | "compositionend"> {
|
|
19
|
+
/**
|
|
20
|
+
* @inheritDoc
|
|
21
|
+
*/
|
|
22
|
+
readonly domEventType: readonly ["compositionstart", "compositionupdate", "compositionend"];
|
|
23
|
+
/**
|
|
24
|
+
* @inheritDoc
|
|
25
|
+
*/
|
|
26
|
+
constructor(view: EditingView);
|
|
27
|
+
/**
|
|
28
|
+
* @inheritDoc
|
|
29
|
+
*/
|
|
30
|
+
onDomEvent(domEvent: CompositionEvent): void;
|
|
31
31
|
}
|
|
32
32
|
export interface ViewDocumentCompositionEventData extends ViewDocumentDomEventData<CompositionEvent> {
|
|
33
|
-
|
|
33
|
+
data: string | null;
|
|
34
34
|
}
|
|
35
35
|
/**
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
36
|
+
* Fired when composition starts inside one of the editables.
|
|
37
|
+
*
|
|
38
|
+
* Introduced by {@link module:engine/view/observer/compositionobserver~CompositionObserver}.
|
|
39
|
+
*
|
|
40
|
+
* Note that because {@link module:engine/view/observer/compositionobserver~CompositionObserver} is attached by the
|
|
41
|
+
* {@link module:engine/view/view~EditingView} this event is available by default.
|
|
42
|
+
*
|
|
43
|
+
* @see module:engine/view/observer/compositionobserver~CompositionObserver
|
|
44
|
+
* @eventName module:engine/view/document~ViewDocument#compositionstart
|
|
45
|
+
* @param data Event data.
|
|
46
|
+
*/
|
|
47
47
|
export type ViewDocumentCompositionStartEvent = {
|
|
48
|
-
|
|
49
|
-
|
|
48
|
+
name: "compositionstart";
|
|
49
|
+
args: [data: ViewDocumentCompositionEventData];
|
|
50
50
|
};
|
|
51
51
|
/**
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
52
|
+
* Fired when composition is updated inside one of the editables.
|
|
53
|
+
*
|
|
54
|
+
* Introduced by {@link module:engine/view/observer/compositionobserver~CompositionObserver}.
|
|
55
|
+
*
|
|
56
|
+
* Note that because {@link module:engine/view/observer/compositionobserver~CompositionObserver} is attached by the
|
|
57
|
+
* {@link module:engine/view/view~EditingView} this event is available by default.
|
|
58
|
+
*
|
|
59
|
+
* @see module:engine/view/observer/compositionobserver~CompositionObserver
|
|
60
|
+
* @eventName module:engine/view/document~ViewDocument#compositionupdate
|
|
61
|
+
* @param data Event data.
|
|
62
|
+
*/
|
|
63
63
|
export type ViewDocumentCompositionUpdateEvent = {
|
|
64
|
-
|
|
65
|
-
|
|
64
|
+
name: "compositionupdate";
|
|
65
|
+
args: [data: ViewDocumentCompositionEventData];
|
|
66
66
|
};
|
|
67
67
|
/**
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
68
|
+
* Fired when composition ends inside one of the editables.
|
|
69
|
+
*
|
|
70
|
+
* Introduced by {@link module:engine/view/observer/compositionobserver~CompositionObserver}.
|
|
71
|
+
*
|
|
72
|
+
* Note that because {@link module:engine/view/observer/compositionobserver~CompositionObserver} is attached by the
|
|
73
|
+
* {@link module:engine/view/view~EditingView} this event is available by default.
|
|
74
|
+
*
|
|
75
|
+
* @see module:engine/view/observer/compositionobserver~CompositionObserver
|
|
76
|
+
* @eventName module:engine/view/document~ViewDocument#compositionend
|
|
77
|
+
* @param data Event data.
|
|
78
|
+
*/
|
|
79
79
|
export type ViewDocumentCompositionEndEvent = {
|
|
80
|
-
|
|
81
|
-
|
|
80
|
+
name: "compositionend";
|
|
81
|
+
args: [data: ViewDocumentCompositionEventData];
|
|
82
82
|
};
|
|
@@ -1,50 +1,50 @@
|
|
|
1
1
|
/**
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import { type ViewDocument } from
|
|
6
|
-
import { type ViewElement } from
|
|
7
|
-
import { type EditingView } from
|
|
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
|
+
import { type ViewDocument } from "../document.js";
|
|
6
|
+
import { type ViewElement } from "../element.js";
|
|
7
|
+
import { type EditingView } from "../view.js";
|
|
8
8
|
/**
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
9
|
+
* Information about a DOM event in context of the {@link module:engine/view/document~ViewDocument}.
|
|
10
|
+
* It wraps the native event, which usually should not be used as the wrapper contains
|
|
11
|
+
* additional data (like key code for keyboard events).
|
|
12
|
+
*
|
|
13
|
+
* @typeParam TEvent The type of DOM Event that this class represents.
|
|
14
|
+
*/
|
|
15
15
|
export declare class ViewDocumentDomEventData<TEvent extends Event = Event> {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
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
|
-
|
|
16
|
+
/**
|
|
17
|
+
* Instance of the view controller.
|
|
18
|
+
*/
|
|
19
|
+
readonly view: EditingView;
|
|
20
|
+
/**
|
|
21
|
+
* The instance of the document.
|
|
22
|
+
*/
|
|
23
|
+
readonly document: ViewDocument;
|
|
24
|
+
/**
|
|
25
|
+
* The DOM event.
|
|
26
|
+
*/
|
|
27
|
+
readonly domEvent: TEvent;
|
|
28
|
+
/**
|
|
29
|
+
* The DOM target.
|
|
30
|
+
*/
|
|
31
|
+
readonly domTarget: HTMLElement;
|
|
32
|
+
/**
|
|
33
|
+
* @param view The instance of the view controller.
|
|
34
|
+
* @param domEvent The DOM event.
|
|
35
|
+
* @param additionalData Additional properties that the instance should contain.
|
|
36
|
+
*/
|
|
37
|
+
constructor(view: EditingView, domEvent: TEvent, additionalData?: object);
|
|
38
|
+
/**
|
|
39
|
+
* The tree view element representing the target.
|
|
40
|
+
*/
|
|
41
|
+
get target(): ViewElement;
|
|
42
|
+
/**
|
|
43
|
+
* Prevents the native's event default action.
|
|
44
|
+
*/
|
|
45
|
+
preventDefault(): void;
|
|
46
|
+
/**
|
|
47
|
+
* Stops native event propagation.
|
|
48
|
+
*/
|
|
49
|
+
stopPropagation(): void;
|
|
50
50
|
}
|
|
@@ -1,78 +1,81 @@
|
|
|
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 { Observer } from
|
|
9
|
-
import type { EventInfo } from
|
|
6
|
+
* @module engine/view/observer/domeventobserver
|
|
7
|
+
*/
|
|
8
|
+
import { Observer } from "./observer.js";
|
|
9
|
+
import type { EventInfo } from "@ckeditor/ckeditor5-utils";
|
|
10
10
|
/**
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
export declare abstract class DomEventObserver<
|
|
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
|
-
|
|
11
|
+
* Base class for DOM event observers. This class handles
|
|
12
|
+
* {@link module:engine/view/observer/observer~Observer#observe adding} listeners to DOM elements,
|
|
13
|
+
* {@link module:engine/view/observer/observer~Observer#disable disabling} and
|
|
14
|
+
* {@link module:engine/view/observer/observer~Observer#enable re-enabling} events.
|
|
15
|
+
* Child class needs to define
|
|
16
|
+
* {@link module:engine/view/observer/domeventobserver~DomEventObserver#domEventType DOM event type} and
|
|
17
|
+
* {@link module:engine/view/observer/domeventobserver~DomEventObserver#onDomEvent callback}.
|
|
18
|
+
*
|
|
19
|
+
* For instance:
|
|
20
|
+
*
|
|
21
|
+
* ```ts
|
|
22
|
+
* class ClickObserver extends DomEventObserver<'click'> {
|
|
23
|
+
* // It can also be defined as a normal property in the constructor.
|
|
24
|
+
* get domEventType(): 'click' {
|
|
25
|
+
* return 'click';
|
|
26
|
+
* }
|
|
27
|
+
*
|
|
28
|
+
* onDomEvent( domEvent: MouseEvent ): void {
|
|
29
|
+
* this.fire( 'click', domEvent );
|
|
30
|
+
* }
|
|
31
|
+
* }
|
|
32
|
+
* ```
|
|
33
|
+
*
|
|
34
|
+
* @typeParam EventType DOM Event type name or an union of those.
|
|
35
|
+
* @typeParam AdditionalData Additional data passed along with the event.
|
|
36
|
+
*/
|
|
37
|
+
export declare abstract class DomEventObserver<
|
|
38
|
+
EventType extends keyof HTMLElementEventMap,
|
|
39
|
+
AdditionalData extends object = object
|
|
40
|
+
> extends Observer {
|
|
41
|
+
/**
|
|
42
|
+
* Type of the DOM event the observer should listen to. Array of types can be defined
|
|
43
|
+
* if the observer should listen to multiple DOM events.
|
|
44
|
+
*/
|
|
45
|
+
abstract get domEventType(): EventType | ReadonlyArray<EventType>;
|
|
46
|
+
/**
|
|
47
|
+
* If set to `true` DOM events will be listened on the capturing phase.
|
|
48
|
+
* Default value is `false`.
|
|
49
|
+
*/
|
|
50
|
+
useCapture: boolean;
|
|
51
|
+
/**
|
|
52
|
+
* If set to `true`, indicates that the function specified by listener will never call `preventDefault()`.
|
|
53
|
+
* Default value is `false`.
|
|
54
|
+
*/
|
|
55
|
+
usePassive: boolean;
|
|
56
|
+
/**
|
|
57
|
+
* Callback which should be called when the DOM event occurred. Note that the callback will not be called if
|
|
58
|
+
* observer {@link #isEnabled is not enabled}.
|
|
59
|
+
*
|
|
60
|
+
* @see #domEventType
|
|
61
|
+
*/
|
|
62
|
+
abstract onDomEvent(event: HTMLElementEventMap[EventType]): void;
|
|
63
|
+
/**
|
|
64
|
+
* @inheritDoc
|
|
65
|
+
*/
|
|
66
|
+
override observe(domElement: HTMLElement): void;
|
|
67
|
+
/**
|
|
68
|
+
* @inheritDoc
|
|
69
|
+
*/
|
|
70
|
+
override stopObserving(domElement: HTMLElement): void;
|
|
71
|
+
/**
|
|
72
|
+
* Calls `Document#fire()` if observer {@link #isEnabled is enabled}.
|
|
73
|
+
*
|
|
74
|
+
* @see module:utils/emittermixin~Emitter#fire
|
|
75
|
+
* @param eventType The event type (name).
|
|
76
|
+
* @param domEvent The DOM event.
|
|
77
|
+
* @param additionalData The additional data which should extend the
|
|
78
|
+
* {@link module:engine/view/observer/domeventdata~ViewDocumentDomEventData event data} object.
|
|
79
|
+
*/
|
|
80
|
+
override fire(eventType: string | EventInfo, domEvent: Event, additionalData?: AdditionalData): void;
|
|
78
81
|
}
|
|
@@ -1,47 +1,47 @@
|
|
|
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 { Observer } from
|
|
9
|
-
import { type EditingView } from
|
|
6
|
+
* @module engine/view/observer/fakeselectionobserver
|
|
7
|
+
*/
|
|
8
|
+
import { Observer } from "./observer.js";
|
|
9
|
+
import { type EditingView } from "../view.js";
|
|
10
10
|
/**
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
11
|
+
* Fake selection observer class. If view selection is fake it is placed in dummy DOM container. This observer listens
|
|
12
|
+
* on {@link module:engine/view/document~ViewDocument#event:keydown keydown} events and handles moving
|
|
13
|
+
* fake view selection to the correct place if arrow keys are pressed.
|
|
14
|
+
* Fires {@link module:engine/view/document~ViewDocument#event:selectionChange selectionChange event} simulating natural behaviour of
|
|
15
|
+
* {@link module:engine/view/observer/selectionobserver~SelectionObserver SelectionObserver}.
|
|
16
|
+
*/
|
|
17
17
|
export declare class FakeSelectionObserver extends Observer {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
18
|
+
/**
|
|
19
|
+
* Fires debounced event `selectionChangeDone`. It uses `es-toolkit#debounce` method to delay function call.
|
|
20
|
+
*/
|
|
21
|
+
private readonly _fireSelectionChangeDoneDebounced;
|
|
22
|
+
/**
|
|
23
|
+
* Creates new FakeSelectionObserver instance.
|
|
24
|
+
*/
|
|
25
|
+
constructor(view: EditingView);
|
|
26
|
+
/**
|
|
27
|
+
* @inheritDoc
|
|
28
|
+
*/
|
|
29
|
+
override observe(): void;
|
|
30
|
+
/**
|
|
31
|
+
* @inheritDoc
|
|
32
|
+
*/
|
|
33
|
+
override stopObserving(): void;
|
|
34
|
+
/**
|
|
35
|
+
* @inheritDoc
|
|
36
|
+
*/
|
|
37
|
+
override destroy(): void;
|
|
38
|
+
/**
|
|
39
|
+
* Handles collapsing view selection according to given key code. If left or up key is provided - new selection will be
|
|
40
|
+
* collapsed to left. If right or down key is pressed - new selection will be collapsed to right.
|
|
41
|
+
*
|
|
42
|
+
* This method fires {@link module:engine/view/document~ViewDocument#event:selectionChange} and
|
|
43
|
+
* {@link module:engine/view/document~ViewDocument#event:selectionChangeDone} events imitating behaviour of
|
|
44
|
+
* {@link module:engine/view/observer/selectionobserver~SelectionObserver}.
|
|
45
|
+
*/
|
|
46
|
+
private _handleSelectionMove;
|
|
47
47
|
}
|