@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.
Files changed (117) hide show
  1. package/dist/arialiveannouncer.d.ts +90 -90
  2. package/dist/augmentation.d.ts +86 -86
  3. package/dist/autocomplete/autocompleteview.d.ts +70 -70
  4. package/dist/badge/badge.d.ts +119 -121
  5. package/dist/bindings/addkeyboardhandlingforgrid.d.ts +22 -22
  6. package/dist/bindings/clickoutsidehandler.d.ts +25 -25
  7. package/dist/bindings/csstransitiondisablermixin.d.ts +47 -36
  8. package/dist/bindings/draggableviewmixin.d.ts +45 -37
  9. package/dist/bindings/preventdefault.d.ts +30 -30
  10. package/dist/bindings/submithandler.d.ts +49 -49
  11. package/dist/button/button.d.ts +167 -167
  12. package/dist/button/buttonlabel.d.ts +28 -28
  13. package/dist/button/buttonlabelview.d.ts +26 -26
  14. package/dist/button/buttonview.d.ts +192 -192
  15. package/dist/button/filedialogbuttonview.d.ts +107 -99
  16. package/dist/button/listitembuttonview.d.ts +73 -73
  17. package/dist/button/switchbuttonview.d.ts +40 -40
  18. package/dist/collapsible/collapsibleview.d.ts +63 -63
  19. package/dist/colorgrid/colorgridview.d.ts +117 -117
  20. package/dist/colorgrid/colortileview.d.ts +21 -21
  21. package/dist/colorgrid/utils.d.ts +35 -35
  22. package/dist/colorpicker/colorpickerview.d.ts +155 -157
  23. package/dist/colorpicker/utils.d.ts +37 -37
  24. package/dist/colorselector/colorgridsfragmentview.d.ts +191 -191
  25. package/dist/colorselector/colorpickerfragmentview.d.ts +129 -129
  26. package/dist/colorselector/colorselectorview.d.ts +227 -229
  27. package/dist/colorselector/documentcolorcollection.d.ts +52 -59
  28. package/dist/componentfactory.d.ts +76 -76
  29. package/dist/dialog/dialog.d.ts +311 -288
  30. package/dist/dialog/dialogactionsview.d.ts +62 -62
  31. package/dist/dialog/dialogcontentview.d.ts +22 -22
  32. package/dist/dialog/dialogview.d.ts +255 -251
  33. package/dist/dropdown/button/dropdownbutton.d.ts +17 -17
  34. package/dist/dropdown/button/dropdownbuttonview.d.ts +41 -41
  35. package/dist/dropdown/button/splitbuttonview.d.ts +155 -155
  36. package/dist/dropdown/dropdownpanelfocusable.d.ts +16 -16
  37. package/dist/dropdown/dropdownpanelview.d.ts +56 -56
  38. package/dist/dropdown/dropdownview.d.ts +326 -326
  39. package/dist/dropdown/menu/dropdownmenubehaviors.d.ts +43 -43
  40. package/dist/dropdown/menu/dropdownmenubuttonview.d.ts +29 -29
  41. package/dist/dropdown/menu/dropdownmenulistitembuttonview.d.ts +12 -12
  42. package/dist/dropdown/menu/dropdownmenulistitemview.d.ts +17 -17
  43. package/dist/dropdown/menu/dropdownmenulistview.d.ts +19 -19
  44. package/dist/dropdown/menu/dropdownmenunestedmenupanelview.d.ts +28 -28
  45. package/dist/dropdown/menu/dropdownmenunestedmenuview.d.ts +126 -126
  46. package/dist/dropdown/menu/dropdownmenurootlistview.d.ts +132 -132
  47. package/dist/dropdown/menu/utils.d.ts +112 -112
  48. package/dist/dropdown/utils.d.ts +272 -272
  49. package/dist/editableui/editableuiview.d.ts +78 -78
  50. package/dist/editableui/inline/inlineeditableuiview.d.ts +38 -38
  51. package/dist/editorui/accessibilityhelp/accessibilityhelp.d.ts +50 -50
  52. package/dist/editorui/accessibilityhelp/accessibilityhelpcontentview.d.ts +30 -30
  53. package/dist/editorui/bodycollection.d.ts +86 -86
  54. package/dist/editorui/boxed/boxededitoruiview.d.ts +35 -35
  55. package/dist/editorui/editorui.d.ts +348 -351
  56. package/dist/editorui/editoruiview.d.ts +53 -53
  57. package/dist/editorui/evaluationbadge.d.ts +28 -28
  58. package/dist/editorui/poweredby.d.ts +25 -25
  59. package/dist/focuscycler.d.ts +265 -270
  60. package/dist/formheader/formheaderview.d.ts +53 -53
  61. package/dist/formrow/formrowview.d.ts +52 -52
  62. package/dist/highlightedtext/buttonlabelwithhighlightview.d.ts +25 -25
  63. package/dist/highlightedtext/highlightedtextview.d.ts +33 -33
  64. package/dist/highlightedtext/labelwithhighlightview.d.ts +21 -21
  65. package/dist/icon/iconview.d.ts +83 -83
  66. package/dist/iframe/iframeview.d.ts +42 -42
  67. package/dist/index.css.map +1 -1
  68. package/dist/index.d.ts +136 -136
  69. package/dist/index.js +16467 -17751
  70. package/dist/index.js.map +1 -1
  71. package/dist/input/inputbase.d.ts +114 -114
  72. package/dist/input/inputview.d.ts +28 -28
  73. package/dist/inputnumber/inputnumberview.d.ts +44 -44
  74. package/dist/inputtext/inputtextview.d.ts +13 -13
  75. package/dist/label/labelview.d.ts +31 -31
  76. package/dist/labeledfield/labeledfieldview.d.ts +180 -180
  77. package/dist/labeledfield/utils.d.ts +112 -112
  78. package/dist/labeledinput/labeledinputview.d.ts +120 -120
  79. package/dist/legacyerrors.d.ts +0 -4
  80. package/dist/list/listitemgroupview.d.ts +54 -54
  81. package/dist/list/listitemview.d.ts +31 -31
  82. package/dist/list/listseparatorview.d.ts +13 -13
  83. package/dist/list/listview.d.ts +119 -119
  84. package/dist/menubar/menubarmenubuttonview.d.ts +28 -28
  85. package/dist/menubar/menubarmenulistitembuttonview.d.ts +16 -16
  86. package/dist/menubar/menubarmenulistitemfiledialogbuttonview.d.ts +18 -18
  87. package/dist/menubar/menubarmenulistitemview.d.ts +20 -20
  88. package/dist/menubar/menubarmenulistview.d.ts +24 -24
  89. package/dist/menubar/menubarmenupanelview.d.ts +47 -47
  90. package/dist/menubar/menubarmenuview.d.ts +113 -113
  91. package/dist/menubar/menubarview.d.ts +145 -145
  92. package/dist/menubar/utils.d.ts +455 -455
  93. package/dist/model.d.ts +19 -18
  94. package/dist/notification/notification.d.ts +200 -200
  95. package/dist/panel/balloon/balloonpanelview.d.ts +692 -692
  96. package/dist/panel/balloon/contextualballoon.d.ts +298 -298
  97. package/dist/panel/sticky/stickypanelview.d.ts +151 -151
  98. package/dist/search/filteredview.d.ts +23 -23
  99. package/dist/search/filtergroupanditemnames.d.ts +11 -11
  100. package/dist/search/searchinfoview.d.ts +39 -39
  101. package/dist/search/searchresultsview.d.ts +49 -49
  102. package/dist/search/text/searchtextqueryview.d.ts +63 -63
  103. package/dist/search/text/searchtextview.d.ts +203 -203
  104. package/dist/spinner/spinnerview.d.ts +20 -20
  105. package/dist/template.d.ts +897 -902
  106. package/dist/textarea/textareaview.d.ts +96 -96
  107. package/dist/toolbar/balloon/balloontoolbar.d.ts +122 -122
  108. package/dist/toolbar/block/blockbuttonview.d.ts +30 -30
  109. package/dist/toolbar/block/blocktoolbar.d.ts +166 -166
  110. package/dist/toolbar/normalizetoolbarconfig.d.ts +35 -35
  111. package/dist/toolbar/toolbarlinebreakview.d.ts +13 -13
  112. package/dist/toolbar/toolbarseparatorview.d.ts +13 -13
  113. package/dist/toolbar/toolbarview.d.ts +271 -271
  114. package/dist/tooltipmanager.d.ts +190 -193
  115. package/dist/view.d.ts +385 -388
  116. package/dist/viewcollection.d.ts +134 -134
  117. package/package.json +6 -6
@@ -1,263 +1,267 @@
1
1
  /**
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
- */
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
- * @module ui/dialog/dialogview
7
- */
8
- import { KeystrokeHandler, FocusTracker, Rect, 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 } 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';
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
- * Available dialog view positions:
20
- *
21
- * * `DialogViewPosition.SCREEN_CENTER` – A fixed position in the center of the screen.
22
- * * `DialogViewPosition.EDITOR_CENTER` – A dynamic position in the center of the editor editable area.
23
- * * `DialogViewPosition.EDITOR_TOP_SIDE` – A dynamic position at the top-right (for the left-to-right languages)
24
- * or top-left (for right-to-left languages) corner of the editor editable area.
25
- * * `DialogViewPosition.EDITOR_TOP_CENTER` – A dynamic position at the top-center of the editor editable area.
26
- * * `DialogViewPosition.EDITOR_BOTTOM_CENTER` – A dynamic position at the bottom-center of the editor editable area.
27
- * * `DialogViewPosition.EDITOR_ABOVE_CENTER` – A dynamic position centered above the editor editable area.
28
- * * `DialogViewPosition.EDITOR_BELOW_CENTER` – A dynamic position centered below the editor editable area.
29
- *
30
- * The position of a dialog is specified by a {@link module:ui/dialog/dialog~DialogDefinition#position `position` property} of a
31
- * definition passed to the {@link module:ui/dialog/dialog~Dialog#show} method.
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
- readonly SCREEN_CENTER: "screen-center";
35
- readonly EDITOR_CENTER: "editor-center";
36
- readonly EDITOR_TOP_SIDE: "editor-top-side";
37
- readonly EDITOR_TOP_CENTER: "editor-top-center";
38
- readonly EDITOR_BOTTOM_CENTER: "editor-bottom-center";
39
- readonly EDITOR_ABOVE_CENTER: "editor-above-center";
40
- readonly EDITOR_BELOW_CENTER: "editor-below-center";
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 DialogView_base: import("@ckeditor/ckeditor5-utils").Mixed<typeof View, DraggableView>;
43
+ declare const DialogViewBase: DraggableViewMixinConstructor<typeof View>;
43
44
  /**
44
- * A dialog view class.
45
- */
46
- export declare class DialogView extends /* #__PURE__ */ DialogView_base implements DraggableView {
47
- /**
48
- * A collection of the child views inside of the dialog.
49
- * A dialog can have 3 optional parts: header, content, and actions.
50
- */
51
- readonly parts: ViewCollection;
52
- /**
53
- * A header view of the dialog. It is also a drag handle of the dialog.
54
- */
55
- headerView?: FormHeaderView;
56
- /**
57
- * A close button view. It is automatically added to the header view if present.
58
- */
59
- closeButtonView?: ButtonView;
60
- /**
61
- * A view with the action buttons available to the user.
62
- */
63
- actionsView?: DialogActionsView;
64
- /**
65
- * A default dialog element offset from the reference element (e.g. editor editable area).
66
- */
67
- static defaultOffset: number;
68
- /**
69
- * A view with the dialog content.
70
- */
71
- contentView?: DialogContentView;
72
- /**
73
- * A keystroke handler instance.
74
- */
75
- readonly keystrokes: KeystrokeHandler;
76
- /**
77
- * A focus tracker instance.
78
- */
79
- readonly focusTracker: FocusTracker;
80
- /**
81
- * A flag indicating if the dialog was moved manually. If so, its position
82
- * will not be updated automatically upon window resize or document scroll.
83
- */
84
- wasMoved: boolean;
85
- /**
86
- * A flag indicating if this dialog view is a modal.
87
- *
88
- * @observable
89
- */
90
- isModal: boolean;
91
- /**
92
- * A label for the view dialog element to be used by the assistive technologies.
93
- *
94
- * @observable
95
- */
96
- ariaLabel: string;
97
- /**
98
- * A custom class name to be added to the dialog element.
99
- *
100
- * @observable
101
- */
102
- className: string | undefined;
103
- /**
104
- * The position of the dialog view.
105
- *
106
- * If set to a function, it will be called with the DOM root Rect and the dialog Rect as arguments.
107
- * It should return the coordinates of the dialog's position.
108
- *
109
- * @observable
110
- */
111
- position: typeof DialogViewPosition[keyof typeof DialogViewPosition] | null | ((dialogRect: Rect, domRootRect?: Rect | null) => {
112
- left: number;
113
- top: number;
114
- } | null);
115
- /**
116
- * A flag indicating that the dialog should be shown. Once set to `true`, the dialog will be shown
117
- * after its position is calculated. Until then, the dialog is transparent and not visible.
118
- *
119
- * See {@link #_isTransparent} property.
120
- *
121
- * @observable
122
- * @internal
123
- */
124
- _isVisible: boolean;
125
- /**
126
- * A flag indicating if a dialog is transparent. It is used to prevent the dialog from being visible
127
- * before its position is calculated.
128
- *
129
- * @observable
130
- * @internal
131
- */
132
- _isTransparent: boolean;
133
- /**
134
- * The calculated dialog `top` CSS property used for positioning.
135
- *
136
- * @observable
137
- * @internal
138
- */
139
- _top: number;
140
- /**
141
- * The calculated dialog `left` CSS property used for positioning.
142
- *
143
- * @observable
144
- * @internal
145
- */
146
- _left: number;
147
- /**
148
- * A callback returning the DOM root that requested the dialog.
149
- */
150
- private _getCurrentDomRoot;
151
- /**
152
- * A callback returning the configured editor viewport offset.
153
- */
154
- private _getViewportOffset;
155
- /**
156
- * The list of the focusable elements inside the dialog view.
157
- */
158
- private readonly _focusables;
159
- /**
160
- * The focus cycler instance.
161
- */
162
- private readonly _focusCycler;
163
- /**
164
- * @inheritDoc
165
- */
166
- constructor(locale: Locale, { getCurrentDomRoot, getViewportOffset, keystrokeHandlerOptions }: {
167
- getCurrentDomRoot: () => HTMLElement;
168
- getViewportOffset: () => EditorUI['viewportOffset'];
169
- keystrokeHandlerOptions?: KeystrokeHandlerOptions;
170
- });
171
- /**
172
- * @inheritDoc
173
- */
174
- render(): void;
175
- /**
176
- * Returns the element that should be used as a drag handle.
177
- */
178
- get dragHandleElement(): HTMLElement | null;
179
- /**
180
- * Creates the dialog parts. Which of them are created depends on the arguments passed to the method.
181
- * There are no rules regarding the dialog construction, that is, no part is mandatory.
182
- * Each part can only be created once.
183
- *
184
- * @internal
185
- */
186
- setupParts({ icon, title, hasCloseButton, content, actionButtons }: {
187
- icon?: string;
188
- title?: string;
189
- hasCloseButton?: boolean;
190
- content?: View | Array<View>;
191
- actionButtons?: Array<DialogActionButtonDefinition>;
192
- }): void;
193
- /**
194
- * Focuses the first focusable element inside the dialog.
195
- */
196
- focus(): void;
197
- /**
198
- * Normalizes the passed coordinates to make sure the dialog view
199
- * is displayed within the visible viewport and moves it there.
200
- *
201
- * @internal
202
- */
203
- moveTo(left: number, top: number): void;
204
- /**
205
- * Moves the dialog to the specified coordinates.
206
- */
207
- private _moveTo;
208
- /**
209
- * Moves the dialog by the specified offset.
210
- *
211
- * @internal
212
- */
213
- moveBy(left: number, top: number): void;
214
- /**
215
- * Moves the dialog view to the off-screen position.
216
- * Used when there is no space to display the dialog.
217
- */
218
- private _moveOffScreen;
219
- /**
220
- * Recalculates the dialog according to the set position and viewport,
221
- * and moves it to the new position.
222
- */
223
- updatePosition(): void;
224
- /**
225
- * Calculates the visible DOM root part.
226
- */
227
- private _getVisibleDomRootRect;
228
- /**
229
- * Calculates the dialog element rect.
230
- */
231
- private _getDialogRect;
232
- /**
233
- * Returns a viewport `Rect` shrunk by the viewport offset config from all sides.
234
- */
235
- private _getViewportRect;
236
- /**
237
- * Collects all focusable elements inside the dialog parts
238
- * and adds them to the focus tracker and focus cycler.
239
- */
240
- private _updateFocusCyclableItems;
241
- /**
242
- * Creates the close button view that is displayed in the header view corner.
243
- */
244
- private _createCloseButton;
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
- * An event fired when the dialog is closed.
248
- *
249
- * @eventName ~DialogView#close
250
- */
251
+ * An event fired when the dialog is closed.
252
+ *
253
+ * @eventName ~DialogView#close
254
+ */
251
255
  export type DialogViewCloseEvent = {
252
- name: 'close';
253
- args: [{
254
- source: 'closeButton' | 'escKeyPress';
255
- }];
256
+ name: "close";
257
+ args: [{
258
+ source: "closeButton" | "escKeyPress";
259
+ }];
256
260
  };
257
261
  /**
258
- * An event fired when the dialog is moved.
259
- *
260
- * @eventName ~DialogView#moveTo
261
- */
262
- export type DialogViewMoveToEvent = DecoratedMethodEvent<DialogView, 'moveTo'>;
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
- * @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
- */
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
- * @module ui/dropdown/button/dropdownbutton
7
- */
8
- import { type Button } from '../../button/button.js';
9
- import { type ViewCollection } from '../../viewcollection.js';
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
- * The dropdown button interface.
12
- */
11
+ * The dropdown button interface.
12
+ */
13
13
  export interface DropdownButton extends Button {
14
- children: ViewCollection;
14
+ children: ViewCollection;
15
15
  }
16
16
  /**
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
- */
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
- name: 'open';
24
- args: [];
23
+ name: "open";
24
+ args: [];
25
25
  };
@@ -1,45 +1,45 @@
1
1
  /**
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';
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
- * 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
- */
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
- * 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
- render(): void;
41
- /**
42
- * Creates a {@link module:ui/icon/iconview~IconView} instance as {@link #arrowView}.
43
- */
44
- private _createArrowView;
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
  }