@ckeditor/ckeditor5-ui 48.2.0 → 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,263 +1,267 @@
|
|
|
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 { KeystrokeHandler, FocusTracker,
|
|
9
|
-
import { ViewCollection } from
|
|
10
|
-
import { View } from
|
|
11
|
-
import { FormHeaderView } from
|
|
12
|
-
import { ButtonView } from
|
|
13
|
-
import { type DraggableView } from
|
|
14
|
-
import { DialogActionsView, type DialogActionButtonDefinition } from
|
|
15
|
-
import { DialogContentView } from
|
|
16
|
-
import { type EditorUI } from
|
|
17
|
-
import
|
|
6
|
+
* @module ui/dialog/dialogview
|
|
7
|
+
*/
|
|
8
|
+
import { KeystrokeHandler, FocusTracker, type Locale, type DecoratedMethodEvent, type KeystrokeHandlerOptions } from "@ckeditor/ckeditor5-utils";
|
|
9
|
+
import { ViewCollection } from "../viewcollection.js";
|
|
10
|
+
import { View } from "../view.js";
|
|
11
|
+
import { FormHeaderView } from "../formheader/formheaderview.js";
|
|
12
|
+
import { ButtonView } from "../button/buttonview.js";
|
|
13
|
+
import { type DraggableView, type DraggableViewMixinConstructor } from "../bindings/draggableviewmixin.js";
|
|
14
|
+
import { DialogActionsView, type DialogActionButtonDefinition } from "./dialogactionsview.js";
|
|
15
|
+
import { DialogContentView } from "./dialogcontentview.js";
|
|
16
|
+
import { type EditorUI } from "../editorui/editorui.js";
|
|
17
|
+
import "../../theme/components/dialog/dialog.css";
|
|
18
|
+
import type { DialogPositionCallback } from "./dialog.js";
|
|
18
19
|
/**
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
20
|
+
* Available dialog view positions:
|
|
21
|
+
*
|
|
22
|
+
* * `DialogViewPosition.SCREEN_CENTER` – A fixed position in the center of the screen.
|
|
23
|
+
* * `DialogViewPosition.EDITOR_CENTER` – A dynamic position in the center of the editor editable area.
|
|
24
|
+
* * `DialogViewPosition.EDITOR_TOP_SIDE` – A dynamic position at the top-right (for the left-to-right languages)
|
|
25
|
+
* or top-left (for right-to-left languages) corner of the editor editable area.
|
|
26
|
+
* * `DialogViewPosition.EDITOR_TOP_CENTER` – A dynamic position at the top-center of the editor editable area.
|
|
27
|
+
* * `DialogViewPosition.EDITOR_BOTTOM_CENTER` – A dynamic position at the bottom-center of the editor editable area.
|
|
28
|
+
* * `DialogViewPosition.EDITOR_ABOVE_CENTER` – A dynamic position centered above the editor editable area.
|
|
29
|
+
* * `DialogViewPosition.EDITOR_BELOW_CENTER` – A dynamic position centered below the editor editable area.
|
|
30
|
+
*
|
|
31
|
+
* The position of a dialog is specified by a {@link module:ui/dialog/dialog~DialogDefinition#position `position` property} of a
|
|
32
|
+
* definition passed to the {@link module:ui/dialog/dialog~Dialog#show} method.
|
|
33
|
+
*/
|
|
33
34
|
export declare const DialogViewPosition: {
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
35
|
+
readonly SCREEN_CENTER: "screen-center";
|
|
36
|
+
readonly EDITOR_CENTER: "editor-center";
|
|
37
|
+
readonly EDITOR_TOP_SIDE: "editor-top-side";
|
|
38
|
+
readonly EDITOR_TOP_CENTER: "editor-top-center";
|
|
39
|
+
readonly EDITOR_BOTTOM_CENTER: "editor-bottom-center";
|
|
40
|
+
readonly EDITOR_ABOVE_CENTER: "editor-above-center";
|
|
41
|
+
readonly EDITOR_BELOW_CENTER: "editor-below-center";
|
|
41
42
|
};
|
|
42
|
-
declare const
|
|
43
|
+
declare const DialogViewBase: DraggableViewMixinConstructor<typeof View>;
|
|
43
44
|
/**
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
export declare class DialogView extends
|
|
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
|
-
|
|
45
|
+
* A dialog view class.
|
|
46
|
+
*/
|
|
47
|
+
export declare class DialogView extends DialogViewBase implements DraggableView {
|
|
48
|
+
/**
|
|
49
|
+
* A collection of the child views inside of the dialog.
|
|
50
|
+
* A dialog can have 3 optional parts: header, content, and actions.
|
|
51
|
+
*/
|
|
52
|
+
readonly parts: ViewCollection;
|
|
53
|
+
/**
|
|
54
|
+
* A header view of the dialog. It is also a drag handle of the dialog.
|
|
55
|
+
*/
|
|
56
|
+
headerView?: FormHeaderView;
|
|
57
|
+
/**
|
|
58
|
+
* A close button view. It is automatically added to the header view if present.
|
|
59
|
+
*/
|
|
60
|
+
closeButtonView?: ButtonView;
|
|
61
|
+
/**
|
|
62
|
+
* A view with the action buttons available to the user.
|
|
63
|
+
*/
|
|
64
|
+
actionsView?: DialogActionsView;
|
|
65
|
+
/**
|
|
66
|
+
* A default dialog element offset from the reference element (e.g. editor editable area).
|
|
67
|
+
*/
|
|
68
|
+
static defaultOffset: number;
|
|
69
|
+
/**
|
|
70
|
+
* A view with the dialog content.
|
|
71
|
+
*/
|
|
72
|
+
contentView?: DialogContentView;
|
|
73
|
+
/**
|
|
74
|
+
* A keystroke handler instance.
|
|
75
|
+
*/
|
|
76
|
+
readonly keystrokes: KeystrokeHandler;
|
|
77
|
+
/**
|
|
78
|
+
* A focus tracker instance.
|
|
79
|
+
*/
|
|
80
|
+
readonly focusTracker: FocusTracker;
|
|
81
|
+
/**
|
|
82
|
+
* A flag indicating if the dialog was moved manually. If so, its position
|
|
83
|
+
* will not be updated automatically upon window resize or document scroll.
|
|
84
|
+
*/
|
|
85
|
+
wasMoved: boolean;
|
|
86
|
+
/**
|
|
87
|
+
* A flag indicating if this dialog view is a modal.
|
|
88
|
+
*
|
|
89
|
+
* @observable
|
|
90
|
+
*/
|
|
91
|
+
isModal: boolean;
|
|
92
|
+
/**
|
|
93
|
+
* A label for the view dialog element to be used by the assistive technologies.
|
|
94
|
+
*
|
|
95
|
+
* @observable
|
|
96
|
+
*/
|
|
97
|
+
ariaLabel: string;
|
|
98
|
+
/**
|
|
99
|
+
* A custom class name to be added to the dialog element.
|
|
100
|
+
*
|
|
101
|
+
* @observable
|
|
102
|
+
*/
|
|
103
|
+
className: string | undefined;
|
|
104
|
+
/**
|
|
105
|
+
* The position of the dialog view.
|
|
106
|
+
*
|
|
107
|
+
* If set to a function, it will be called with the DOM root Rects and the dialog Rect as arguments.
|
|
108
|
+
* It should return the coordinates of the dialog's position.
|
|
109
|
+
*
|
|
110
|
+
* @observable
|
|
111
|
+
*/
|
|
112
|
+
position: typeof DialogViewPosition[keyof typeof DialogViewPosition] | DialogPositionCallback | null;
|
|
113
|
+
/**
|
|
114
|
+
* A flag indicating that the dialog should be shown. Once set to `true`, the dialog will be shown
|
|
115
|
+
* after its position is calculated. Until then, the dialog is transparent and not visible.
|
|
116
|
+
*
|
|
117
|
+
* See {@link #_isTransparent} property.
|
|
118
|
+
*
|
|
119
|
+
* @observable
|
|
120
|
+
* @internal
|
|
121
|
+
*/
|
|
122
|
+
_isVisible: boolean;
|
|
123
|
+
/**
|
|
124
|
+
* A flag indicating if a dialog is transparent. It is used to prevent the dialog from being visible
|
|
125
|
+
* before its position is calculated.
|
|
126
|
+
*
|
|
127
|
+
* @observable
|
|
128
|
+
* @internal
|
|
129
|
+
*/
|
|
130
|
+
_isTransparent: boolean;
|
|
131
|
+
/**
|
|
132
|
+
* The calculated dialog `top` CSS property used for positioning.
|
|
133
|
+
*
|
|
134
|
+
* @observable
|
|
135
|
+
* @internal
|
|
136
|
+
*/
|
|
137
|
+
_top: number;
|
|
138
|
+
/**
|
|
139
|
+
* The calculated dialog `left` CSS property used for positioning.
|
|
140
|
+
*
|
|
141
|
+
* @observable
|
|
142
|
+
* @internal
|
|
143
|
+
*/
|
|
144
|
+
_left: number;
|
|
145
|
+
/**
|
|
146
|
+
* A callback returning the DOM root that requested the dialog.
|
|
147
|
+
*/
|
|
148
|
+
private _getDomRootElement;
|
|
149
|
+
/**
|
|
150
|
+
* A callback returning the configured editor viewport offset.
|
|
151
|
+
*/
|
|
152
|
+
private _getViewportOffset;
|
|
153
|
+
/**
|
|
154
|
+
* The list of the focusable elements inside the dialog view.
|
|
155
|
+
*/
|
|
156
|
+
private readonly _focusables;
|
|
157
|
+
/**
|
|
158
|
+
* The focus cycler instance.
|
|
159
|
+
*/
|
|
160
|
+
private readonly _focusCycler;
|
|
161
|
+
/**
|
|
162
|
+
* @inheritDoc
|
|
163
|
+
*/
|
|
164
|
+
constructor(locale: Locale, { getDomRootElement, getViewportOffset, keystrokeHandlerOptions }: {
|
|
165
|
+
getDomRootElement: () => HTMLElement | null;
|
|
166
|
+
getViewportOffset: () => EditorUI["viewportOffset"];
|
|
167
|
+
keystrokeHandlerOptions?: KeystrokeHandlerOptions;
|
|
168
|
+
});
|
|
169
|
+
/**
|
|
170
|
+
* @inheritDoc
|
|
171
|
+
*/
|
|
172
|
+
override render(): void;
|
|
173
|
+
/**
|
|
174
|
+
* Returns the element that should be used as a drag handle.
|
|
175
|
+
*/
|
|
176
|
+
override get dragHandleElement(): HTMLElement | null;
|
|
177
|
+
/**
|
|
178
|
+
* Creates the dialog parts. Which of them are created depends on the arguments passed to the method.
|
|
179
|
+
* There are no rules regarding the dialog construction, that is, no part is mandatory.
|
|
180
|
+
* Each part can only be created once.
|
|
181
|
+
*
|
|
182
|
+
* @internal
|
|
183
|
+
*/
|
|
184
|
+
setupParts({ icon, title, hasCloseButton, content, actionButtons }: {
|
|
185
|
+
icon?: string;
|
|
186
|
+
title?: string;
|
|
187
|
+
hasCloseButton?: boolean;
|
|
188
|
+
content?: View | Array<View>;
|
|
189
|
+
actionButtons?: Array<DialogActionButtonDefinition>;
|
|
190
|
+
}): void;
|
|
191
|
+
/**
|
|
192
|
+
* Focuses the first focusable element inside the dialog.
|
|
193
|
+
*/
|
|
194
|
+
focus(): void;
|
|
195
|
+
/**
|
|
196
|
+
* Normalizes the passed coordinates to make sure the dialog view
|
|
197
|
+
* is displayed within the visible viewport and moves it there.
|
|
198
|
+
*
|
|
199
|
+
* @internal
|
|
200
|
+
*/
|
|
201
|
+
moveTo(left: number, top: number): void;
|
|
202
|
+
/**
|
|
203
|
+
* Moves the dialog to the specified coordinates.
|
|
204
|
+
*/
|
|
205
|
+
private _moveTo;
|
|
206
|
+
/**
|
|
207
|
+
* Moves the dialog by the specified offset.
|
|
208
|
+
*
|
|
209
|
+
* @internal
|
|
210
|
+
*/
|
|
211
|
+
moveBy(left: number, top: number): void;
|
|
212
|
+
/**
|
|
213
|
+
* Moves the dialog view to the off-screen position.
|
|
214
|
+
* Used when there is no space to display the dialog.
|
|
215
|
+
*/
|
|
216
|
+
private _moveOffScreen;
|
|
217
|
+
/**
|
|
218
|
+
* Recalculates the dialog according to the set position and viewport,
|
|
219
|
+
* and moves it to the new position.
|
|
220
|
+
*/
|
|
221
|
+
updatePosition(): void;
|
|
222
|
+
/**
|
|
223
|
+
* Calculates the {@link #_getDomRootElement DOM root element's} Rect and its corresponding visible DOM root Rect.
|
|
224
|
+
*
|
|
225
|
+
* The visible Rect is the part of the DOM root Rect that is actually visible to the user
|
|
226
|
+
* (see {@link module:utils/dom/rect~Rect#getVisible}), and overlaps with the viewport.
|
|
227
|
+
*
|
|
228
|
+
* **Note**: It might be that the visible DOM root Rect is not available (root off the screen, cropped by parent elements, etc.)
|
|
229
|
+
* but its general DOM root Rect is still available.
|
|
230
|
+
*/
|
|
231
|
+
private _getDomRootRects;
|
|
232
|
+
/**
|
|
233
|
+
* Calculates the dialog element rect.
|
|
234
|
+
*/
|
|
235
|
+
private _getDialogRect;
|
|
236
|
+
/**
|
|
237
|
+
* Returns a viewport `Rect` shrunk by the viewport offset config from all sides.
|
|
238
|
+
*/
|
|
239
|
+
private _getViewportRect;
|
|
240
|
+
/**
|
|
241
|
+
* Collects all focusable elements inside the dialog parts
|
|
242
|
+
* and adds them to the focus tracker and focus cycler.
|
|
243
|
+
*/
|
|
244
|
+
private _updateFocusCyclableItems;
|
|
245
|
+
/**
|
|
246
|
+
* Creates the close button view that is displayed in the header view corner.
|
|
247
|
+
*/
|
|
248
|
+
private _createCloseButton;
|
|
245
249
|
}
|
|
246
250
|
/**
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
+
* An event fired when the dialog is closed.
|
|
252
|
+
*
|
|
253
|
+
* @eventName ~DialogView#close
|
|
254
|
+
*/
|
|
251
255
|
export type DialogViewCloseEvent = {
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
+
name: "close";
|
|
257
|
+
args: [{
|
|
258
|
+
source: "closeButton" | "escKeyPress";
|
|
259
|
+
}];
|
|
256
260
|
};
|
|
257
261
|
/**
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
export type DialogViewMoveToEvent = DecoratedMethodEvent<DialogView,
|
|
262
|
+
* An event fired when the dialog is moved.
|
|
263
|
+
*
|
|
264
|
+
* @eventName ~DialogView#moveTo
|
|
265
|
+
*/
|
|
266
|
+
export type DialogViewMoveToEvent = DecoratedMethodEvent<DialogView, "moveTo">;
|
|
263
267
|
export {};
|
|
@@ -1,25 +1,25 @@
|
|
|
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 Button } from
|
|
9
|
-
import { type ViewCollection } from
|
|
6
|
+
* @module ui/dropdown/button/dropdownbutton
|
|
7
|
+
*/
|
|
8
|
+
import { type Button } from "../../button/button.js";
|
|
9
|
+
import { type ViewCollection } from "../../viewcollection.js";
|
|
10
10
|
/**
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
* The dropdown button interface.
|
|
12
|
+
*/
|
|
13
13
|
export interface DropdownButton extends Button {
|
|
14
|
-
|
|
14
|
+
children: ViewCollection;
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
17
|
+
* Fired when the dropdown should be opened.
|
|
18
|
+
* It will not be fired when the button {@link module:ui/dropdown/button/dropdownbutton~DropdownButton#isEnabled is disabled}.
|
|
19
|
+
*
|
|
20
|
+
* @eventName ~DropdownButton#open
|
|
21
|
+
*/
|
|
22
22
|
export type DropdownButtonOpenEvent = {
|
|
23
|
-
|
|
24
|
-
|
|
23
|
+
name: "open";
|
|
24
|
+
args: [];
|
|
25
25
|
};
|
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
/**
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import { ButtonView } from
|
|
6
|
-
import { type DropdownButton } from
|
|
7
|
-
import { IconView } from
|
|
8
|
-
import type { Locale } 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 { ButtonView } from "../../button/buttonview.js";
|
|
6
|
+
import { type DropdownButton } from "./dropdownbutton.js";
|
|
7
|
+
import { IconView } from "../../icon/iconview.js";
|
|
8
|
+
import type { Locale } from "@ckeditor/ckeditor5-utils";
|
|
9
9
|
/**
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
10
|
+
* The default dropdown button view class.
|
|
11
|
+
*
|
|
12
|
+
* ```ts
|
|
13
|
+
* const view = new DropdownButtonView();
|
|
14
|
+
*
|
|
15
|
+
* view.set( {
|
|
16
|
+
* label: 'A button',
|
|
17
|
+
* keystroke: 'Ctrl+B',
|
|
18
|
+
* tooltip: true
|
|
19
|
+
* } );
|
|
20
|
+
*
|
|
21
|
+
* view.render();
|
|
22
|
+
*
|
|
23
|
+
* document.body.append( view.element );
|
|
24
|
+
* ```
|
|
25
|
+
*
|
|
26
|
+
* Also see the {@link module:ui/dropdown/utils~createDropdown `createDropdown()` util}.
|
|
27
|
+
*/
|
|
28
28
|
export declare class DropdownButtonView extends ButtonView implements DropdownButton {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
29
|
+
/**
|
|
30
|
+
* An icon that displays arrow to indicate a dropdown button.
|
|
31
|
+
*/
|
|
32
|
+
readonly arrowView: IconView;
|
|
33
|
+
/**
|
|
34
|
+
* @inheritDoc
|
|
35
|
+
*/
|
|
36
|
+
constructor(locale?: Locale);
|
|
37
|
+
/**
|
|
38
|
+
* @inheritDoc
|
|
39
|
+
*/
|
|
40
|
+
override render(): void;
|
|
41
|
+
/**
|
|
42
|
+
* Creates a {@link module:ui/icon/iconview~IconView} instance as {@link #arrowView}.
|
|
43
|
+
*/
|
|
44
|
+
private _createArrowView;
|
|
45
45
|
}
|