@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
|
@@ -1,334 +1,334 @@
|
|
|
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 { View } from
|
|
9
|
-
import type { DropdownButton } from
|
|
10
|
-
import type { DropdownPanelView, PanelPosition } from
|
|
11
|
-
import type { FocusableView } from
|
|
12
|
-
import { type ListView } from
|
|
13
|
-
import { type ToolbarView } from
|
|
14
|
-
import { type DropdownMenuRootListView } from
|
|
15
|
-
import { KeystrokeHandler, FocusTracker, type Locale, type PositioningFunction } from
|
|
16
|
-
import
|
|
6
|
+
* @module ui/dropdown/dropdownview
|
|
7
|
+
*/
|
|
8
|
+
import { View } from "../view.js";
|
|
9
|
+
import type { DropdownButton } from "./button/dropdownbutton.js";
|
|
10
|
+
import type { DropdownPanelView, PanelPosition } from "./dropdownpanelview.js";
|
|
11
|
+
import type { FocusableView } from "../focuscycler.js";
|
|
12
|
+
import { type ListView } from "../list/listview.js";
|
|
13
|
+
import { type ToolbarView } from "../toolbar/toolbarview.js";
|
|
14
|
+
import { type DropdownMenuRootListView } from "./menu/dropdownmenurootlistview.js";
|
|
15
|
+
import { KeystrokeHandler, FocusTracker, type Locale, type PositioningFunction } from "@ckeditor/ckeditor5-utils";
|
|
16
|
+
import "../../theme/components/dropdown/dropdown.css";
|
|
17
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
|
-
|
|
68
|
-
|
|
18
|
+
* The dropdown view class. It manages the dropdown button and dropdown panel.
|
|
19
|
+
*
|
|
20
|
+
* In most cases, the easiest way to create a dropdown is by using the {@link module:ui/dropdown/utils~createDropdown}
|
|
21
|
+
* util:
|
|
22
|
+
*
|
|
23
|
+
* ```ts
|
|
24
|
+
* const dropdown = createDropdown( locale );
|
|
25
|
+
*
|
|
26
|
+
* // Configure dropdown's button properties:
|
|
27
|
+
* dropdown.buttonView.set( {
|
|
28
|
+
* label: 'A dropdown',
|
|
29
|
+
* withText: true
|
|
30
|
+
* } );
|
|
31
|
+
*
|
|
32
|
+
* dropdown.render();
|
|
33
|
+
*
|
|
34
|
+
* dropdown.panelView.element.textContent = 'Content of the panel';
|
|
35
|
+
*
|
|
36
|
+
* // Will render a dropdown with a panel containing a "Content of the panel" text.
|
|
37
|
+
* document.body.appendChild( dropdown.element );
|
|
38
|
+
* ```
|
|
39
|
+
*
|
|
40
|
+
* If you want to add a richer content to the dropdown panel, you can use the {@link module:ui/dropdown/utils~addListToDropdown}
|
|
41
|
+
* and {@link module:ui/dropdown/utils~addToolbarToDropdown} helpers. See more examples in
|
|
42
|
+
* {@link module:ui/dropdown/utils~createDropdown} documentation.
|
|
43
|
+
*
|
|
44
|
+
* If you want to create a completely custom dropdown, then you can compose it manually:
|
|
45
|
+
*
|
|
46
|
+
* ```ts
|
|
47
|
+
* const button = new DropdownButtonView( locale );
|
|
48
|
+
* const panel = new DropdownPanelView( locale );
|
|
49
|
+
* const dropdown = new DropdownView( locale, button, panel );
|
|
50
|
+
*
|
|
51
|
+
* button.set( {
|
|
52
|
+
* label: 'A dropdown',
|
|
53
|
+
* withText: true
|
|
54
|
+
* } );
|
|
55
|
+
*
|
|
56
|
+
* dropdown.render();
|
|
57
|
+
*
|
|
58
|
+
* panel.element.textContent = 'Content of the panel';
|
|
59
|
+
*
|
|
60
|
+
* // Will render a dropdown with a panel containing a "Content of the panel" text.
|
|
61
|
+
* document.body.appendChild( dropdown.element );
|
|
62
|
+
* ```
|
|
63
|
+
*
|
|
64
|
+
* However, dropdown created this way will contain little behavior. You will need to implement handlers for actions
|
|
65
|
+
* such as {@link module:ui/bindings/clickoutsidehandler~clickOutsideHandler clicking outside an open dropdown}
|
|
66
|
+
* (which should close it) and support for arrow keys inside the panel. Therefore, unless you really know what
|
|
67
|
+
* you do and you really need to do it, it is recommended to use the {@link module:ui/dropdown/utils~createDropdown} helper.
|
|
68
|
+
*/
|
|
69
69
|
export declare class DropdownView extends View<HTMLDivElement> {
|
|
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
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
70
|
+
/**
|
|
71
|
+
* Button of the dropdown view. Clicking the button opens the {@link #panelView}.
|
|
72
|
+
*/
|
|
73
|
+
readonly buttonView: DropdownButton & FocusableView;
|
|
74
|
+
/**
|
|
75
|
+
* Panel of the dropdown. It opens when the {@link #buttonView} is
|
|
76
|
+
* {@link module:ui/button/button~Button#event:execute executed} (i.e. clicked).
|
|
77
|
+
*
|
|
78
|
+
* Child views can be added to the panel's `children` collection:
|
|
79
|
+
*
|
|
80
|
+
* ```ts
|
|
81
|
+
* dropdown.panelView.children.add( childView );
|
|
82
|
+
* ```
|
|
83
|
+
*
|
|
84
|
+
* See {@link module:ui/dropdown/dropdownpanelview~DropdownPanelView#children} and
|
|
85
|
+
* {@link module:ui/viewcollection~ViewCollection#add}.
|
|
86
|
+
*/
|
|
87
|
+
readonly panelView: DropdownPanelView;
|
|
88
|
+
/**
|
|
89
|
+
* Tracks information about the DOM focus in the dropdown.
|
|
90
|
+
*/
|
|
91
|
+
readonly focusTracker: FocusTracker;
|
|
92
|
+
/**
|
|
93
|
+
* Instance of the {@link module:utils/keystrokehandler~KeystrokeHandler}. It manages
|
|
94
|
+
* keystrokes of the dropdown:
|
|
95
|
+
*
|
|
96
|
+
* * <kbd>▼</kbd> opens the dropdown,
|
|
97
|
+
* * <kbd>◀</kbd> and <kbd>Esc</kbd> closes the dropdown.
|
|
98
|
+
*/
|
|
99
|
+
readonly keystrokes: KeystrokeHandler;
|
|
100
|
+
/**
|
|
101
|
+
* A child {@link module:ui/list/listview~ListView list view} of the dropdown located
|
|
102
|
+
* in its {@link module:ui/dropdown/dropdownview~DropdownView#panelView panel}.
|
|
103
|
+
*
|
|
104
|
+
* **Note**: Only supported when dropdown has list view added using {@link module:ui/dropdown/utils~addListToDropdown}.
|
|
105
|
+
*/
|
|
106
|
+
listView?: ListView;
|
|
107
|
+
/**
|
|
108
|
+
* A child toolbar of the dropdown located in the
|
|
109
|
+
* {@link module:ui/dropdown/dropdownview~DropdownView#panelView panel}.
|
|
110
|
+
*
|
|
111
|
+
* **Note**: Only supported when dropdown has a toolbar added using {@link module:ui/dropdown/utils~addToolbarToDropdown}.
|
|
112
|
+
*/
|
|
113
|
+
toolbarView?: ToolbarView;
|
|
114
|
+
/**
|
|
115
|
+
* A child menu component of the dropdown located
|
|
116
|
+
* in its {@link module:ui/dropdown/dropdownview~DropdownView#panelView panel}.
|
|
117
|
+
*
|
|
118
|
+
* **Note**: Only supported when dropdown has a menu added using {@link module:ui/dropdown/utils~addMenuToDropdown}.
|
|
119
|
+
*/
|
|
120
|
+
menuView?: DropdownMenuRootListView;
|
|
121
|
+
/**
|
|
122
|
+
* Controls whether the dropdown view is open, i.e. shows or hides the {@link #panelView panel}.
|
|
123
|
+
*
|
|
124
|
+
* **Note**: When the dropdown gets open, it will attempt to call `focus()` on the first child of its {@link #panelView}.
|
|
125
|
+
* See {@link module:ui/dropdown/utils~addToolbarToDropdown}, {@link module:ui/dropdown/utils~addListToDropdown}, and
|
|
126
|
+
* {@link module:ui/dropdown/utils~focusChildOnDropdownOpen} to learn more about focus management in dropdowns.
|
|
127
|
+
*
|
|
128
|
+
* @observable
|
|
129
|
+
*/
|
|
130
|
+
isOpen: boolean;
|
|
131
|
+
/**
|
|
132
|
+
* Controls whether the dropdown is enabled, i.e. it can be clicked and execute an action.
|
|
133
|
+
*
|
|
134
|
+
* See {@link module:ui/button/buttonview~ButtonView#isEnabled}.
|
|
135
|
+
*
|
|
136
|
+
* @observable
|
|
137
|
+
*/
|
|
138
|
+
isEnabled: boolean;
|
|
139
|
+
/**
|
|
140
|
+
* (Optional) The additional CSS class set on the dropdown {@link #element}.
|
|
141
|
+
*
|
|
142
|
+
* @observable
|
|
143
|
+
*/
|
|
144
|
+
class: string | undefined;
|
|
145
|
+
/**
|
|
146
|
+
* (Optional) The `id` attribute of the dropdown (i.e. to pair with a `<label>` element).
|
|
147
|
+
*
|
|
148
|
+
* @observable
|
|
149
|
+
*/
|
|
150
|
+
id: string | undefined;
|
|
151
|
+
/**
|
|
152
|
+
* The position of the panel, relative to the dropdown.
|
|
153
|
+
*
|
|
154
|
+
* **Note**: When `'auto'`, the panel will use one of the remaining positions to stay
|
|
155
|
+
* in the viewport, visible to the user. The positions correspond directly to
|
|
156
|
+
* {@link module:ui/dropdown/dropdownview~DropdownView.defaultPanelPositions default panel positions}.
|
|
157
|
+
*
|
|
158
|
+
* **Note**: This value has an impact on the
|
|
159
|
+
* {@link module:ui/dropdown/dropdownpanelview~DropdownPanelView#position} property
|
|
160
|
+
* each time the panel becomes {@link #isOpen open}.
|
|
161
|
+
*
|
|
162
|
+
* @observable
|
|
163
|
+
* @default 'auto'
|
|
164
|
+
*/
|
|
165
|
+
panelPosition: PanelPosition | "auto";
|
|
166
|
+
/**
|
|
167
|
+
* @observable
|
|
168
|
+
*/
|
|
169
|
+
ariaDescribedById: string | undefined;
|
|
170
|
+
/**
|
|
171
|
+
* Creates an instance of the dropdown.
|
|
172
|
+
*
|
|
173
|
+
* Also see {@link #render}.
|
|
174
|
+
*
|
|
175
|
+
* @param locale The localization services instance.
|
|
176
|
+
*/
|
|
177
|
+
constructor(locale: Locale | undefined, buttonView: DropdownButton & FocusableView, panelView: DropdownPanelView);
|
|
178
|
+
/**
|
|
179
|
+
* @inheritDoc
|
|
180
|
+
*/
|
|
181
|
+
override render(): void;
|
|
182
|
+
/**
|
|
183
|
+
* Focuses the {@link #buttonView}.
|
|
184
|
+
*/
|
|
185
|
+
focus(): void;
|
|
186
|
+
/**
|
|
187
|
+
* Returns {@link #panelView panel} positions to be used by the
|
|
188
|
+
* {@link module:utils/dom/position~getOptimalPosition `getOptimalPosition()`}
|
|
189
|
+
* utility considering the direction of the language the UI of the editor is displayed in.
|
|
190
|
+
*/
|
|
191
|
+
private get _panelPositions();
|
|
192
|
+
/**
|
|
193
|
+
* Returns the default position of the dropdown panel based on the direction of the UI language.
|
|
194
|
+
* It is used when the {@link #panelPosition} is set to `'auto'` and the panel has not found a
|
|
195
|
+
* suitable position to fit into the viewport.
|
|
196
|
+
*/
|
|
197
|
+
private get _defaultPanelPositionName();
|
|
198
|
+
/**
|
|
199
|
+
* A set of positioning functions used by the dropdown view to determine
|
|
200
|
+
* the optimal position (i.e. fitting into the browser viewport) of its
|
|
201
|
+
* {@link module:ui/dropdown/dropdownview~DropdownView#panelView panel} when
|
|
202
|
+
* {@link module:ui/dropdown/dropdownview~DropdownView#panelPosition} is set to 'auto'`.
|
|
203
|
+
*
|
|
204
|
+
* The available positioning functions are as follow:
|
|
205
|
+
*
|
|
206
|
+
* **South**
|
|
207
|
+
*
|
|
208
|
+
* * `south`
|
|
209
|
+
*
|
|
210
|
+
* ```
|
|
211
|
+
* [ Button ]
|
|
212
|
+
* +-----------------+
|
|
213
|
+
* | Panel |
|
|
214
|
+
* +-----------------+
|
|
215
|
+
* ```
|
|
216
|
+
*
|
|
217
|
+
* * `southEast`
|
|
218
|
+
*
|
|
219
|
+
* ```
|
|
220
|
+
* [ Button ]
|
|
221
|
+
* +-----------------+
|
|
222
|
+
* | Panel |
|
|
223
|
+
* +-----------------+
|
|
224
|
+
* ```
|
|
225
|
+
*
|
|
226
|
+
* * `southWest`
|
|
227
|
+
*
|
|
228
|
+
* ```
|
|
229
|
+
* [ Button ]
|
|
230
|
+
* +-----------------+
|
|
231
|
+
* | Panel |
|
|
232
|
+
* +-----------------+
|
|
233
|
+
* ```
|
|
234
|
+
*
|
|
235
|
+
* * `southMiddleEast`
|
|
236
|
+
*
|
|
237
|
+
* ```
|
|
238
|
+
* [ Button ]
|
|
239
|
+
* +-----------------+
|
|
240
|
+
* | Panel |
|
|
241
|
+
* +-----------------+
|
|
242
|
+
* ```
|
|
243
|
+
*
|
|
244
|
+
* * `southMiddleWest`
|
|
245
|
+
*
|
|
246
|
+
* ```
|
|
247
|
+
* [ Button ]
|
|
248
|
+
* +-----------------+
|
|
249
|
+
* | Panel |
|
|
250
|
+
* +-----------------+
|
|
251
|
+
* ```
|
|
252
|
+
*
|
|
253
|
+
* **North**
|
|
254
|
+
*
|
|
255
|
+
* * `north`
|
|
256
|
+
*
|
|
257
|
+
* ```
|
|
258
|
+
* +-----------------+
|
|
259
|
+
* | Panel |
|
|
260
|
+
* +-----------------+
|
|
261
|
+
* [ Button ]
|
|
262
|
+
* ```
|
|
263
|
+
*
|
|
264
|
+
* * `northEast`
|
|
265
|
+
*
|
|
266
|
+
* ```
|
|
267
|
+
* +-----------------+
|
|
268
|
+
* | Panel |
|
|
269
|
+
* +-----------------+
|
|
270
|
+
* [ Button ]
|
|
271
|
+
* ```
|
|
272
|
+
*
|
|
273
|
+
* * `northWest`
|
|
274
|
+
*
|
|
275
|
+
* ```
|
|
276
|
+
* +-----------------+
|
|
277
|
+
* | Panel |
|
|
278
|
+
* +-----------------+
|
|
279
|
+
* [ Button ]
|
|
280
|
+
* ```
|
|
281
|
+
*
|
|
282
|
+
* * `northMiddleEast`
|
|
283
|
+
*
|
|
284
|
+
* ```
|
|
285
|
+
* +-----------------+
|
|
286
|
+
* | Panel |
|
|
287
|
+
* +-----------------+
|
|
288
|
+
* [ Button ]
|
|
289
|
+
* ```
|
|
290
|
+
*
|
|
291
|
+
* * `northMiddleWest`
|
|
292
|
+
*
|
|
293
|
+
* ```
|
|
294
|
+
* +-----------------+
|
|
295
|
+
* | Panel |
|
|
296
|
+
* +-----------------+
|
|
297
|
+
* [ Button ]
|
|
298
|
+
* ```
|
|
299
|
+
*
|
|
300
|
+
* Positioning functions are compatible with {@link module:utils/dom/position~DomPoint}.
|
|
301
|
+
*
|
|
302
|
+
* The name that position function returns will be reflected in dropdown panel's class that
|
|
303
|
+
* controls its placement. See {@link module:ui/dropdown/dropdownview~DropdownView#panelPosition}
|
|
304
|
+
* to learn more.
|
|
305
|
+
*/
|
|
306
|
+
static defaultPanelPositions: Record<string, PositioningFunction>;
|
|
307
|
+
/**
|
|
308
|
+
* A function used to calculate the optimal position for the dropdown panel.
|
|
309
|
+
*/
|
|
310
|
+
private static _getOptimalPosition;
|
|
311
311
|
}
|
|
312
312
|
/**
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
313
|
+
* Fired when an item inside the dropdown is executed.
|
|
314
|
+
*
|
|
315
|
+
* **Note**: Only supported when dropdown was integrated with its child view using one of the helper functions:
|
|
316
|
+
* {@link module:ui/dropdown/utils~addListToDropdown}, {@link module:ui/dropdown/utils~addToolbarToDropdown}, or
|
|
317
|
+
* {@link module:ui/dropdown/utils~addMenuToDropdown}.
|
|
318
|
+
*
|
|
319
|
+
* When integrated with a list, it fires when a child of one of {@link module:ui/list/listitemview~ListItemView}s
|
|
320
|
+
* fired `execute` event.
|
|
321
|
+
*
|
|
322
|
+
* When integrated with a toolbar, it fires when one of the buttons has been {@link module:ui/button/button~Button#event:execute executed}.
|
|
323
|
+
*
|
|
324
|
+
* When integrated with a nested menu, it fires when one of the menu buttons has been executed.
|
|
325
|
+
*
|
|
326
|
+
* In each case, the event is delegated from the component which fired it. It does not have additional parameters and `event.source` is the
|
|
327
|
+
* original component.
|
|
328
|
+
*
|
|
329
|
+
* @eventName ~DropdownView#execute
|
|
330
|
+
*/
|
|
331
331
|
export type DropdownViewEvent = {
|
|
332
|
-
|
|
333
|
-
|
|
332
|
+
name: "execute";
|
|
333
|
+
args: [];
|
|
334
334
|
};
|