@ckeditor/ckeditor5-ui 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/arialiveannouncer.d.ts +90 -90
- package/dist/augmentation.d.ts +86 -86
- package/dist/autocomplete/autocompleteview.d.ts +70 -70
- package/dist/badge/badge.d.ts +119 -121
- package/dist/bindings/addkeyboardhandlingforgrid.d.ts +22 -22
- package/dist/bindings/clickoutsidehandler.d.ts +25 -25
- package/dist/bindings/csstransitiondisablermixin.d.ts +47 -36
- package/dist/bindings/draggableviewmixin.d.ts +45 -37
- package/dist/bindings/preventdefault.d.ts +30 -30
- package/dist/bindings/submithandler.d.ts +49 -49
- package/dist/button/button.d.ts +167 -167
- package/dist/button/buttonlabel.d.ts +28 -28
- package/dist/button/buttonlabelview.d.ts +26 -26
- package/dist/button/buttonview.d.ts +192 -192
- package/dist/button/filedialogbuttonview.d.ts +107 -99
- package/dist/button/listitembuttonview.d.ts +73 -73
- package/dist/button/switchbuttonview.d.ts +40 -40
- package/dist/collapsible/collapsibleview.d.ts +63 -63
- package/dist/colorgrid/colorgridview.d.ts +117 -117
- package/dist/colorgrid/colortileview.d.ts +21 -21
- package/dist/colorgrid/utils.d.ts +35 -35
- package/dist/colorpicker/colorpickerview.d.ts +155 -157
- package/dist/colorpicker/utils.d.ts +37 -37
- package/dist/colorselector/colorgridsfragmentview.d.ts +191 -191
- package/dist/colorselector/colorpickerfragmentview.d.ts +129 -129
- package/dist/colorselector/colorselectorview.d.ts +227 -229
- package/dist/colorselector/documentcolorcollection.d.ts +52 -59
- package/dist/componentfactory.d.ts +76 -76
- package/dist/dialog/dialog.d.ts +311 -288
- package/dist/dialog/dialogactionsview.d.ts +62 -62
- package/dist/dialog/dialogcontentview.d.ts +22 -22
- package/dist/dialog/dialogview.d.ts +255 -251
- package/dist/dropdown/button/dropdownbutton.d.ts +17 -17
- package/dist/dropdown/button/dropdownbuttonview.d.ts +41 -41
- package/dist/dropdown/button/splitbuttonview.d.ts +155 -155
- package/dist/dropdown/dropdownpanelfocusable.d.ts +16 -16
- package/dist/dropdown/dropdownpanelview.d.ts +56 -56
- package/dist/dropdown/dropdownview.d.ts +326 -326
- package/dist/dropdown/menu/dropdownmenubehaviors.d.ts +43 -43
- package/dist/dropdown/menu/dropdownmenubuttonview.d.ts +29 -29
- package/dist/dropdown/menu/dropdownmenulistitembuttonview.d.ts +12 -12
- package/dist/dropdown/menu/dropdownmenulistitemview.d.ts +17 -17
- package/dist/dropdown/menu/dropdownmenulistview.d.ts +19 -19
- package/dist/dropdown/menu/dropdownmenunestedmenupanelview.d.ts +28 -28
- package/dist/dropdown/menu/dropdownmenunestedmenuview.d.ts +126 -126
- package/dist/dropdown/menu/dropdownmenurootlistview.d.ts +132 -132
- package/dist/dropdown/menu/utils.d.ts +112 -112
- package/dist/dropdown/utils.d.ts +272 -272
- package/dist/editableui/editableuiview.d.ts +78 -78
- package/dist/editableui/inline/inlineeditableuiview.d.ts +38 -38
- package/dist/editorui/accessibilityhelp/accessibilityhelp.d.ts +50 -50
- package/dist/editorui/accessibilityhelp/accessibilityhelpcontentview.d.ts +30 -30
- package/dist/editorui/bodycollection.d.ts +86 -86
- package/dist/editorui/boxed/boxededitoruiview.d.ts +35 -35
- package/dist/editorui/editorui.d.ts +348 -351
- package/dist/editorui/editoruiview.d.ts +53 -53
- package/dist/editorui/evaluationbadge.d.ts +28 -28
- package/dist/editorui/poweredby.d.ts +25 -25
- package/dist/focuscycler.d.ts +265 -270
- package/dist/formheader/formheaderview.d.ts +53 -53
- package/dist/formrow/formrowview.d.ts +52 -52
- package/dist/highlightedtext/buttonlabelwithhighlightview.d.ts +25 -25
- package/dist/highlightedtext/highlightedtextview.d.ts +33 -33
- package/dist/highlightedtext/labelwithhighlightview.d.ts +21 -21
- package/dist/icon/iconview.d.ts +83 -83
- package/dist/iframe/iframeview.d.ts +42 -42
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +136 -136
- package/dist/index.js +16467 -17751
- package/dist/index.js.map +1 -1
- package/dist/input/inputbase.d.ts +114 -114
- package/dist/input/inputview.d.ts +28 -28
- package/dist/inputnumber/inputnumberview.d.ts +44 -44
- package/dist/inputtext/inputtextview.d.ts +13 -13
- package/dist/label/labelview.d.ts +31 -31
- package/dist/labeledfield/labeledfieldview.d.ts +180 -180
- package/dist/labeledfield/utils.d.ts +112 -112
- package/dist/labeledinput/labeledinputview.d.ts +120 -120
- package/dist/legacyerrors.d.ts +0 -4
- package/dist/list/listitemgroupview.d.ts +54 -54
- package/dist/list/listitemview.d.ts +31 -31
- package/dist/list/listseparatorview.d.ts +13 -13
- package/dist/list/listview.d.ts +119 -119
- package/dist/menubar/menubarmenubuttonview.d.ts +28 -28
- package/dist/menubar/menubarmenulistitembuttonview.d.ts +16 -16
- package/dist/menubar/menubarmenulistitemfiledialogbuttonview.d.ts +18 -18
- package/dist/menubar/menubarmenulistitemview.d.ts +20 -20
- package/dist/menubar/menubarmenulistview.d.ts +24 -24
- package/dist/menubar/menubarmenupanelview.d.ts +47 -47
- package/dist/menubar/menubarmenuview.d.ts +113 -113
- package/dist/menubar/menubarview.d.ts +145 -145
- package/dist/menubar/utils.d.ts +455 -455
- package/dist/model.d.ts +19 -18
- package/dist/notification/notification.d.ts +200 -200
- package/dist/panel/balloon/balloonpanelview.d.ts +692 -692
- package/dist/panel/balloon/contextualballoon.d.ts +298 -298
- package/dist/panel/sticky/stickypanelview.d.ts +151 -151
- package/dist/search/filteredview.d.ts +23 -23
- package/dist/search/filtergroupanditemnames.d.ts +11 -11
- package/dist/search/searchinfoview.d.ts +39 -39
- package/dist/search/searchresultsview.d.ts +49 -49
- package/dist/search/text/searchtextqueryview.d.ts +63 -63
- package/dist/search/text/searchtextview.d.ts +203 -203
- package/dist/spinner/spinnerview.d.ts +20 -20
- package/dist/template.d.ts +897 -902
- package/dist/textarea/textareaview.d.ts +96 -96
- package/dist/toolbar/balloon/balloontoolbar.d.ts +122 -122
- package/dist/toolbar/block/blockbuttonview.d.ts +30 -30
- package/dist/toolbar/block/blocktoolbar.d.ts +166 -166
- package/dist/toolbar/normalizetoolbarconfig.d.ts +35 -35
- package/dist/toolbar/toolbarlinebreakview.d.ts +13 -13
- package/dist/toolbar/toolbarseparatorview.d.ts +13 -13
- package/dist/toolbar/toolbarview.d.ts +271 -271
- package/dist/tooltipmanager.d.ts +190 -193
- package/dist/view.d.ts +385 -388
- package/dist/viewcollection.d.ts +134 -134
- package/package.json +6 -6
package/dist/focuscycler.d.ts
CHANGED
|
@@ -1,291 +1,286 @@
|
|
|
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 { type ArrayOrItem, type FocusTracker, type KeystrokeHandler, type KeystrokeHandlerOptions } from
|
|
9
|
-
import { type View } from
|
|
10
|
-
import { type ViewCollection } from
|
|
11
|
-
declare const
|
|
12
|
-
new (): import("@ckeditor/ckeditor5-utils").Emitter;
|
|
13
|
-
prototype: import("@ckeditor/ckeditor5-utils").Emitter;
|
|
14
|
-
};
|
|
6
|
+
* @module ui/focuscycler
|
|
7
|
+
*/
|
|
8
|
+
import { type ArrayOrItem, type FocusTracker, type KeystrokeHandler, type KeystrokeHandlerOptions, type EmitterMixinConstructor } from "@ckeditor/ckeditor5-utils";
|
|
9
|
+
import { type View } from "./view.js";
|
|
10
|
+
import { type ViewCollection } from "./viewcollection.js";
|
|
11
|
+
declare const FocusCyclerBase: EmitterMixinConstructor;
|
|
15
12
|
/**
|
|
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
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
export declare class FocusCycler extends
|
|
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
|
-
|
|
13
|
+
* A utility class that helps cycling over {@link module:ui/focuscycler~FocusableView focusable views} in a
|
|
14
|
+
* {@link module:ui/viewcollection~ViewCollection} when the focus is tracked by the
|
|
15
|
+
* {@link module:utils/focustracker~FocusTracker} instance. It helps implementing keyboard
|
|
16
|
+
* navigation in HTML forms, toolbars, lists and the like.
|
|
17
|
+
*
|
|
18
|
+
* To work properly it requires:
|
|
19
|
+
* * a collection of focusable (HTML `tabindex` attribute) views that implement the `focus()` method,
|
|
20
|
+
* * an associated focus tracker to determine which view is focused.
|
|
21
|
+
*
|
|
22
|
+
* A simple cycler setup can look like this:
|
|
23
|
+
*
|
|
24
|
+
* ```ts
|
|
25
|
+
* const focusables = new ViewCollection<FocusableView>();
|
|
26
|
+
* const focusTracker = new FocusTracker();
|
|
27
|
+
*
|
|
28
|
+
* // Add focusable views to the focus tracker.
|
|
29
|
+
* focusTracker.add( ... );
|
|
30
|
+
* ```
|
|
31
|
+
*
|
|
32
|
+
* Then, the cycler can be used manually:
|
|
33
|
+
*
|
|
34
|
+
* ```ts
|
|
35
|
+
* const cycler = new FocusCycler( { focusables, focusTracker } );
|
|
36
|
+
*
|
|
37
|
+
* // Will focus the first focusable view in #focusables.
|
|
38
|
+
* cycler.focusFirst();
|
|
39
|
+
*
|
|
40
|
+
* // Will log the next focusable item in #focusables.
|
|
41
|
+
* console.log( cycler.next );
|
|
42
|
+
* ```
|
|
43
|
+
*
|
|
44
|
+
* Alternatively, it can work side by side with the {@link module:utils/keystrokehandler~KeystrokeHandler}:
|
|
45
|
+
*
|
|
46
|
+
* ```ts
|
|
47
|
+
* const keystrokeHandler = new KeystrokeHandler();
|
|
48
|
+
*
|
|
49
|
+
* // Activate the keystroke handler.
|
|
50
|
+
* keystrokeHandler.listenTo( sourceOfEvents );
|
|
51
|
+
*
|
|
52
|
+
* const cycler = new FocusCycler( {
|
|
53
|
+
* focusables, focusTracker, keystrokeHandler,
|
|
54
|
+
* actions: {
|
|
55
|
+
* // When arrowup of arrowleft is detected by the #keystrokeHandler,
|
|
56
|
+
* // focusPrevious() will be called on the cycler.
|
|
57
|
+
* focusPrevious: [ 'arrowup', 'arrowleft' ],
|
|
58
|
+
* }
|
|
59
|
+
* } );
|
|
60
|
+
* ```
|
|
61
|
+
*
|
|
62
|
+
* Check out the {@glink framework/deep-dive/ui/focus-tracking "Deep dive into focus tracking"} guide to learn more.
|
|
63
|
+
*/
|
|
64
|
+
export declare class FocusCycler extends FocusCyclerBase {
|
|
65
|
+
/**
|
|
66
|
+
* A {@link module:ui/focuscycler~FocusableView focusable views} collection that the cycler operates on.
|
|
67
|
+
*/
|
|
68
|
+
readonly focusables: ViewCollection<FocusableView>;
|
|
69
|
+
/**
|
|
70
|
+
* A focus tracker instance that the cycler uses to determine the current focus
|
|
71
|
+
* state in {@link #focusables}.
|
|
72
|
+
*/
|
|
73
|
+
readonly focusTracker: FocusTracker;
|
|
74
|
+
/**
|
|
75
|
+
* An instance of the {@link module:utils/keystrokehandler~KeystrokeHandler}
|
|
76
|
+
* which can respond to certain keystrokes and cycle the focus.
|
|
77
|
+
*/
|
|
78
|
+
readonly keystrokeHandler?: KeystrokeHandler;
|
|
79
|
+
/**
|
|
80
|
+
* Actions that the cycler can take when a keystroke is pressed. Requires
|
|
81
|
+
* `options.keystrokeHandler` to be passed and working. When an action is
|
|
82
|
+
* performed, `preventDefault` and `stopPropagation` will be called on the event
|
|
83
|
+
* the keystroke fired in the DOM.
|
|
84
|
+
*
|
|
85
|
+
* ```ts
|
|
86
|
+
* actions: {
|
|
87
|
+
* // Will call #focusPrevious() when arrowleft or arrowup is pressed.
|
|
88
|
+
* focusPrevious: [ 'arrowleft', 'arrowup' ],
|
|
89
|
+
*
|
|
90
|
+
* // Will call #focusNext() when arrowdown is pressed.
|
|
91
|
+
* focusNext: 'arrowdown'
|
|
92
|
+
* }
|
|
93
|
+
* ```
|
|
94
|
+
*/
|
|
95
|
+
readonly actions?: FocusCyclerActions;
|
|
96
|
+
/**
|
|
97
|
+
* Creates an instance of the focus cycler utility.
|
|
98
|
+
*
|
|
99
|
+
* @param options Configuration options.
|
|
100
|
+
*/
|
|
101
|
+
constructor(options: {
|
|
102
|
+
focusables: ViewCollection<FocusableView>;
|
|
103
|
+
focusTracker: FocusTracker;
|
|
104
|
+
keystrokeHandler?: KeystrokeHandler;
|
|
105
|
+
keystrokeHandlerOptions?: KeystrokeHandlerOptions;
|
|
106
|
+
actions?: FocusCyclerActions;
|
|
107
|
+
});
|
|
108
|
+
/**
|
|
109
|
+
* Returns the first focusable view in {@link #focusables}.
|
|
110
|
+
* Returns `null` if there is none.
|
|
111
|
+
*
|
|
112
|
+
* **Note**: Hidden views (e.g. with `display: none`) are ignored.
|
|
113
|
+
*/
|
|
114
|
+
get first(): FocusableView | null;
|
|
115
|
+
/**
|
|
116
|
+
* Returns the last focusable view in {@link #focusables}.
|
|
117
|
+
* Returns `null` if there is none.
|
|
118
|
+
*
|
|
119
|
+
* **Note**: Hidden views (e.g. with `display: none`) are ignored.
|
|
120
|
+
*/
|
|
121
|
+
get last(): FocusableView | null;
|
|
122
|
+
/**
|
|
123
|
+
* Returns the next focusable view in {@link #focusables} based on {@link #current}.
|
|
124
|
+
* Returns `null` if there is none.
|
|
125
|
+
*
|
|
126
|
+
* **Note**: Hidden views (e.g. with `display: none`) are ignored.
|
|
127
|
+
*/
|
|
128
|
+
get next(): FocusableView | null;
|
|
129
|
+
/**
|
|
130
|
+
* Returns the previous focusable view in {@link #focusables} based on {@link #current}.
|
|
131
|
+
* Returns `null` if there is none.
|
|
132
|
+
*
|
|
133
|
+
* **Note**: Hidden views (e.g. with `display: none`) are ignored.
|
|
134
|
+
*/
|
|
135
|
+
get previous(): FocusableView | null;
|
|
136
|
+
/**
|
|
137
|
+
* An index of the view in the {@link #focusables} which is focused according
|
|
138
|
+
* to {@link #focusTracker}. Returns `null` when there is no such view.
|
|
139
|
+
*/
|
|
140
|
+
get current(): number | null;
|
|
141
|
+
/**
|
|
142
|
+
* Focuses the {@link #first} item in {@link #focusables}.
|
|
143
|
+
*
|
|
144
|
+
* **Note**: Hidden views (e.g. with `display: none`) are ignored.
|
|
145
|
+
*/
|
|
146
|
+
focusFirst(): void;
|
|
147
|
+
/**
|
|
148
|
+
* Focuses the {@link #last} item in {@link #focusables}.
|
|
149
|
+
*
|
|
150
|
+
* **Note**: Hidden views (e.g. with `display: none`) are ignored.
|
|
151
|
+
*/
|
|
152
|
+
focusLast(): void;
|
|
153
|
+
/**
|
|
154
|
+
* Focuses the {@link #next} item in {@link #focusables}.
|
|
155
|
+
*
|
|
156
|
+
* **Note**: Hidden views (e.g. with `display: none`) are ignored.
|
|
157
|
+
*/
|
|
158
|
+
focusNext(): void;
|
|
159
|
+
/**
|
|
160
|
+
* Focuses the {@link #previous} item in {@link #focusables}.
|
|
161
|
+
*
|
|
162
|
+
* **Note**: Hidden views (e.g. with `display: none`) are ignored.
|
|
163
|
+
*/
|
|
164
|
+
focusPrevious(): void;
|
|
165
|
+
/**
|
|
166
|
+
* Allows for creating continuous focus cycling across multiple focus cyclers and their collections of {@link #focusables}.
|
|
167
|
+
*
|
|
168
|
+
* It starts listening to the {@link module:ui/focuscycler~FocusCyclerForwardCycleEvent} and
|
|
169
|
+
* {@link module:ui/focuscycler~FocusCyclerBackwardCycleEvent} events of the chained focus cycler and engages,
|
|
170
|
+
* whenever the user reaches the last (forwards navigation) or first (backwards navigation) focusable view
|
|
171
|
+
* and would normally start over. Instead, the navigation continues on the higher level (flattens).
|
|
172
|
+
*
|
|
173
|
+
* For instance, for the following nested focus navigation structure, the focus would get stuck the moment
|
|
174
|
+
* the AB gets focused and its focus cycler starts managing it:
|
|
175
|
+
*
|
|
176
|
+
* ┌────────────┐ ┌──────────────────────────────────┐ ┌────────────┐
|
|
177
|
+
* │ AA │ │ AB │ │ AC │
|
|
178
|
+
* │ │ │ │ │ │
|
|
179
|
+
* │ │ │ ┌─────┐ ┌─────┐ ┌─────┐ │ │ │
|
|
180
|
+
* │ │ │ ┌──► ABA ├──► ABB ├──► ABC ├───┐ │ │ │
|
|
181
|
+
* │ ├───► │ └─────┘ └─────┘ └─────┘ │ │ │ │
|
|
182
|
+
* │ │ │ │ │ │ │ │
|
|
183
|
+
* │ │ │ │ │ │ │ │
|
|
184
|
+
* │ │ │ └──────────────────────────────┘ │ │ │
|
|
185
|
+
* │ │ │ │ │ │
|
|
186
|
+
* └────────────┘ └──────────────────────────────────┘ └────────────┘
|
|
187
|
+
*
|
|
188
|
+
* Chaining a focus tracker that manages AA, AB, and AC with the focus tracker that manages ABA, ABB, and ABC
|
|
189
|
+
* creates a seamless navigation experience instead:
|
|
190
|
+
*
|
|
191
|
+
* ┌────────────┐ ┌──────────────────────────────────┐ ┌────────────┐
|
|
192
|
+
* │ AA │ │ AB │ │ AC │
|
|
193
|
+
* │ │ │ │ │ │
|
|
194
|
+
* │ │ │ ┌─────┐ ┌─────┐ ┌─────┐ │ │ │
|
|
195
|
+
* │ │ │ ┌──► ABA ├──► ABB ├──► ABC ├──┐ │ │ │
|
|
196
|
+
* ┌──► ├───┼─┘ └─────┘ └─────┘ └─────┘ └──┼───► ├──┐
|
|
197
|
+
* │ │ │ │ │ │ │ │
|
|
198
|
+
* │ │ │ │ │ │ │ │
|
|
199
|
+
* │ │ │ │ │ │ │ │
|
|
200
|
+
* │ │ │ │ │ │ │ │
|
|
201
|
+
* │ └────────────┘ └──────────────────────────────────┘ └────────────┘ │
|
|
202
|
+
* │ │
|
|
203
|
+
* │ │
|
|
204
|
+
* └──────────────────────────────────────────────────────────────────────────┘
|
|
205
|
+
*
|
|
206
|
+
* See {@link #unchain} to reverse the chaining.
|
|
207
|
+
*/
|
|
208
|
+
chain(chainedFocusCycler: FocusCycler): void;
|
|
209
|
+
/**
|
|
210
|
+
* Reverses a chaining made by {@link #chain}.
|
|
211
|
+
*/
|
|
212
|
+
unchain(otherFocusCycler: FocusCycler): void;
|
|
213
|
+
/**
|
|
214
|
+
* Focuses the given view if it exists.
|
|
215
|
+
*
|
|
216
|
+
* @param view The view to be focused
|
|
217
|
+
* @param direction The direction of the focus if the view has focusable children.
|
|
218
|
+
* @returns
|
|
219
|
+
*/
|
|
220
|
+
private _focus;
|
|
221
|
+
/**
|
|
222
|
+
* Returns the next or previous focusable view in {@link #focusables} with respect
|
|
223
|
+
* to {@link #current}.
|
|
224
|
+
*
|
|
225
|
+
* @param step Either `1` for checking forward from {@link #current} or `-1` for checking backwards.
|
|
226
|
+
*/
|
|
227
|
+
private _getDomFocusableItem;
|
|
231
228
|
}
|
|
232
229
|
/**
|
|
233
|
-
|
|
234
|
-
|
|
230
|
+
* A {@link module:ui/view~View} that can be focused (e.g. has `focus()` method).
|
|
231
|
+
*/
|
|
235
232
|
export type FocusableView = View & {
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
233
|
+
/**
|
|
234
|
+
* Focuses the view.
|
|
235
|
+
*
|
|
236
|
+
* @param direction This optional parameter helps improve the UX by providing additional information about the direction the focus moved
|
|
237
|
+
* (e.g. in a complex view or a form). It is useful for views that host multiple focusable children (e.g. lists, toolbars):
|
|
238
|
+
* * `1` indicates that the focus moved forward and, in most cases, the first child of the focused view should get focused,
|
|
239
|
+
* * `-1` indicates that the focus moved backwards, and the last focusable child should get focused
|
|
240
|
+
*
|
|
241
|
+
* See {@link module:ui/focuscycler~FocusCycler#event:forwardCycle} and {@link module:ui/focuscycler~FocusCycler#event:backwardCycle}
|
|
242
|
+
* to learn more.
|
|
243
|
+
*/
|
|
244
|
+
focus(direction?: 1 | -1): void;
|
|
248
245
|
};
|
|
249
246
|
/**
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
247
|
+
* A {@link module:ui/view~View} that hosts one or more of focusable children being managed by a {@link module:ui/focuscycler~FocusCycler}
|
|
248
|
+
* instance exposed under `focusCycler` property.
|
|
249
|
+
*/
|
|
253
250
|
export type ViewWithFocusCycler = FocusableView & {
|
|
254
|
-
|
|
255
|
-
};
|
|
256
|
-
export type FocusCyclerActions = {
|
|
257
|
-
[key in 'focusFirst' | 'focusLast' | 'focusPrevious' | 'focusNext']?: ArrayOrItem<string>;
|
|
251
|
+
focusCycler: FocusCycler;
|
|
258
252
|
};
|
|
253
|
+
export type FocusCyclerActions = { [key in "focusFirst" | "focusLast" | "focusPrevious" | "focusNext"]?: ArrayOrItem<string> };
|
|
259
254
|
/**
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
255
|
+
* Fired when the focus cycler is about to move the focus from the last focusable item
|
|
256
|
+
* to the first one.
|
|
257
|
+
*
|
|
258
|
+
* @eventName ~FocusCycler#forwardCycle
|
|
259
|
+
*/
|
|
265
260
|
export type FocusCyclerForwardCycleEvent = {
|
|
266
|
-
|
|
267
|
-
|
|
261
|
+
name: "forwardCycle";
|
|
262
|
+
args: [];
|
|
268
263
|
};
|
|
269
264
|
/**
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
265
|
+
* Fired when the focus cycler is about to move the focus from the first focusable item
|
|
266
|
+
* to the last one.
|
|
267
|
+
*
|
|
268
|
+
* @eventName ~FocusCycler#backwardCycle
|
|
269
|
+
*/
|
|
275
270
|
export type FocusCyclerBackwardCycleEvent = {
|
|
276
|
-
|
|
277
|
-
|
|
271
|
+
name: "backwardCycle";
|
|
272
|
+
args: [];
|
|
278
273
|
};
|
|
279
274
|
/**
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
275
|
+
* Checks whether a view is {@link ~FocusableView}.
|
|
276
|
+
*
|
|
277
|
+
* @param view A view to be checked.
|
|
278
|
+
*/
|
|
284
279
|
export declare function isFocusable(view: View): view is FocusableView;
|
|
285
280
|
/**
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
281
|
+
* Checks whether a view is an instance of {@link ~ViewWithFocusCycler}.
|
|
282
|
+
*
|
|
283
|
+
* @param view A view to be checked.
|
|
284
|
+
*/
|
|
290
285
|
export declare function isViewWithFocusCycler(view: View): view is ViewWithFocusCycler;
|
|
291
286
|
export {};
|