@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
package/dist/dialog/dialog.d.ts
CHANGED
|
@@ -1,302 +1,325 @@
|
|
|
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 View } from
|
|
9
|
-
import { type Editor, Plugin } from
|
|
10
|
-
import { DialogView, DialogViewPosition } from
|
|
11
|
-
import type { DialogActionButtonDefinition } from
|
|
12
|
-
import type { KeystrokeHandlerOptions, Rect } from
|
|
6
|
+
* @module ui/dialog/dialog
|
|
7
|
+
*/
|
|
8
|
+
import { type View } from "../view.js";
|
|
9
|
+
import { type Editor, Plugin } from "@ckeditor/ckeditor5-core";
|
|
10
|
+
import { DialogView, DialogViewPosition } from "./dialogview.js";
|
|
11
|
+
import type { DialogActionButtonDefinition } from "./dialogactionsview.js";
|
|
12
|
+
import type { KeystrokeHandlerOptions, Rect } from "@ckeditor/ckeditor5-utils";
|
|
13
13
|
/**
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
* The dialog controller class. It is used to show and hide the {@link module:ui/dialog/dialogview~DialogView}.
|
|
15
|
+
*/
|
|
16
16
|
export declare class Dialog extends Plugin {
|
|
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
|
-
|
|
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
|
-
|
|
17
|
+
/**
|
|
18
|
+
* The name of the currently visible dialog view instance.
|
|
19
|
+
*
|
|
20
|
+
* @observable
|
|
21
|
+
*/
|
|
22
|
+
id: string | null;
|
|
23
|
+
/**
|
|
24
|
+
* The currently visible dialog view instance.
|
|
25
|
+
*/
|
|
26
|
+
view?: DialogView;
|
|
27
|
+
/**
|
|
28
|
+
* The `Dialog` plugin instance which most recently showed the dialog.
|
|
29
|
+
*
|
|
30
|
+
* Only one dialog can be visible at once, even if there are many editor instances on the page.
|
|
31
|
+
* If an editor wants to show a dialog, it should first hide the dialog that is already opened.
|
|
32
|
+
* But only the `Dialog` instance that showed the dialog is able able to properly hide it.
|
|
33
|
+
* This is why we need to store it in a globally available space (static property).
|
|
34
|
+
* This way every `Dialog` plugin in every editor is able to correctly close any open dialog window.
|
|
35
|
+
*/
|
|
36
|
+
private static _visibleDialogPlugin;
|
|
37
|
+
/**
|
|
38
|
+
* A flag indicating whether the dialog is currently visible.
|
|
39
|
+
*
|
|
40
|
+
* @observable
|
|
41
|
+
*/
|
|
42
|
+
isOpen: boolean;
|
|
43
|
+
/**
|
|
44
|
+
* A configurable callback called when the dialog is hidden.
|
|
45
|
+
*/
|
|
46
|
+
private _onHide;
|
|
47
|
+
/**
|
|
48
|
+
* @inheritDoc
|
|
49
|
+
*/
|
|
50
|
+
static get pluginName(): "Dialog";
|
|
51
|
+
/**
|
|
52
|
+
* @inheritDoc
|
|
53
|
+
*/
|
|
54
|
+
static override get isOfficialPlugin(): true;
|
|
55
|
+
/**
|
|
56
|
+
* @inheritDoc
|
|
57
|
+
*/
|
|
58
|
+
constructor(editor: Editor);
|
|
59
|
+
/**
|
|
60
|
+
* @inheritDoc
|
|
61
|
+
*/
|
|
62
|
+
override destroy(): void;
|
|
63
|
+
/**
|
|
64
|
+
* Initiates listeners for the `show` and `hide` events emitted by this plugin.
|
|
65
|
+
*
|
|
66
|
+
* We could not simply decorate the {@link #show} and {@link #hide} methods to fire events,
|
|
67
|
+
* because they would be fired in the wrong order – first would be `show` and then `hide`
|
|
68
|
+
* (because showing the dialog actually starts with hiding the previously visible one).
|
|
69
|
+
* Hence, we added private methods {@link #_show} and {@link #_hide} which are called on events
|
|
70
|
+
* in the desired sequence.
|
|
71
|
+
*/
|
|
72
|
+
private _initShowHideListeners;
|
|
73
|
+
/**
|
|
74
|
+
* Initiates keystroke handler for toggling the focus between the editor and the dialog view.
|
|
75
|
+
*/
|
|
76
|
+
private _initFocusToggler;
|
|
77
|
+
/**
|
|
78
|
+
* Provides an integration between the root attaching and detaching and positioning of the view.
|
|
79
|
+
*/
|
|
80
|
+
private _initMultiRootIntegration;
|
|
81
|
+
/**
|
|
82
|
+
* Displays a dialog window.
|
|
83
|
+
*
|
|
84
|
+
* This method requires a {@link ~DialogDefinition} that defines the dialog's content, title, icon, action buttons, etc.
|
|
85
|
+
*
|
|
86
|
+
* For example, the following definition will create a dialog with:
|
|
87
|
+
* * A header consisting of an icon, a title, and a "Close" button (it is added by default).
|
|
88
|
+
* * A content consisting of a view with a single paragraph.
|
|
89
|
+
* * A footer consisting of two buttons: "Yes" and "No".
|
|
90
|
+
*
|
|
91
|
+
* ```js
|
|
92
|
+
* // Create the view that will be used as the dialog's content.
|
|
93
|
+
* const textView = new View( locale );
|
|
94
|
+
*
|
|
95
|
+
* textView.setTemplate( {
|
|
96
|
+
* tag: 'div',
|
|
97
|
+
* attributes: {
|
|
98
|
+
* style: {
|
|
99
|
+
* padding: 'var(--ck-spacing-large)',
|
|
100
|
+
* whiteSpace: 'initial',
|
|
101
|
+
* width: '100%',
|
|
102
|
+
* maxWidth: '500px'
|
|
103
|
+
* },
|
|
104
|
+
* tabindex: -1
|
|
105
|
+
* },
|
|
106
|
+
* children: [
|
|
107
|
+
* 'Lorem ipsum dolor sit amet...'
|
|
108
|
+
* ]
|
|
109
|
+
* } );
|
|
110
|
+
*
|
|
111
|
+
* // Show the dialog.
|
|
112
|
+
* editor.plugins.get( 'Dialog' ).show( {
|
|
113
|
+
* id: 'myDialog',
|
|
114
|
+
* icon: 'myIcon', // This should be an SVG string.
|
|
115
|
+
* title: 'My dialog',
|
|
116
|
+
* content: textView,
|
|
117
|
+
* actionButtons: [
|
|
118
|
+
* {
|
|
119
|
+
* label: t( 'Yes' ),
|
|
120
|
+
* class: 'ck-button-action',
|
|
121
|
+
* withText: true,
|
|
122
|
+
* onExecute: () => dialog.hide()
|
|
123
|
+
* },
|
|
124
|
+
* {
|
|
125
|
+
* label: t( 'No' ),
|
|
126
|
+
* withText: true,
|
|
127
|
+
* onExecute: () => dialog.hide()
|
|
128
|
+
* }
|
|
129
|
+
* ]
|
|
130
|
+
* } );
|
|
131
|
+
* ```
|
|
132
|
+
*
|
|
133
|
+
* By specifying the {@link ~DialogDefinition#onShow} and {@link ~DialogDefinition#onHide} callbacks
|
|
134
|
+
* it is also possible to add callbacks that will be called when the dialog is shown or hidden.
|
|
135
|
+
*
|
|
136
|
+
* For example, the callbacks in the following definition:
|
|
137
|
+
* * Disable the default behavior of the <kbd>Esc</kbd> key.
|
|
138
|
+
* * Fire a custom event when the dialog gets hidden.
|
|
139
|
+
*
|
|
140
|
+
* ```js
|
|
141
|
+
* editor.plugins.get( 'Dialog' ).show( {
|
|
142
|
+
* // ...
|
|
143
|
+
* onShow: dialog => {
|
|
144
|
+
* dialog.view.on( 'close', ( evt, data ) => {
|
|
145
|
+
* // Only prevent the event from the "Esc" key - do not affect the other ways of closing the dialog.
|
|
146
|
+
* if ( data.source === 'escKeyPress' ) {
|
|
147
|
+
* evt.stop();
|
|
148
|
+
* }
|
|
149
|
+
* } );
|
|
150
|
+
* },
|
|
151
|
+
* onHide: dialog => {
|
|
152
|
+
* dialog.fire( 'dialogDestroyed' );
|
|
153
|
+
* }
|
|
154
|
+
* } );
|
|
155
|
+
* ```
|
|
156
|
+
*
|
|
157
|
+
* Internally, calling this method:
|
|
158
|
+
* 1. Hides the currently visible dialog (if any) calling the {@link #hide} method
|
|
159
|
+
* (fires the {@link ~DialogHideEvent hide event}).
|
|
160
|
+
* 2. Fires the {@link ~DialogShowEvent show event} which allows for adding callbacks that customize the
|
|
161
|
+
* behavior of the dialog.
|
|
162
|
+
* 3. Shows the dialog.
|
|
163
|
+
*/
|
|
164
|
+
show(dialogDefinition: DialogDefinition): void;
|
|
165
|
+
/**
|
|
166
|
+
* Handles creating the {@link module:ui/dialog/dialogview~DialogView} instance and making it visible.
|
|
167
|
+
*/
|
|
168
|
+
private _show;
|
|
169
|
+
/**
|
|
170
|
+
* Hides the dialog. This method is decorated to enable interacting on the {@link ~DialogHideEvent hide event}.
|
|
171
|
+
*
|
|
172
|
+
* See {@link #show}.
|
|
173
|
+
*/
|
|
174
|
+
hide(): void;
|
|
175
|
+
/**
|
|
176
|
+
* Destroys the {@link module:ui/dialog/dialogview~DialogView} and cleans up the stored dialog state.
|
|
177
|
+
*/
|
|
178
|
+
private _hide;
|
|
179
|
+
/**
|
|
180
|
+
* Makes the <body> unscrollable (e.g. when the modal shows up).
|
|
181
|
+
*/
|
|
182
|
+
private _lockBodyScroll;
|
|
183
|
+
/**
|
|
184
|
+
* Makes the <body> scrollable again (e.g. once the modal hides).
|
|
185
|
+
*/
|
|
186
|
+
private _unlockBodyScroll;
|
|
187
187
|
}
|
|
188
188
|
/**
|
|
189
|
-
|
|
190
|
-
|
|
189
|
+
* The definition that describes a dialog window and its content. Passed to the {@link module:ui/dialog/dialog~Dialog#show} method.
|
|
190
|
+
*/
|
|
191
191
|
export interface DialogDefinition {
|
|
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
|
-
|
|
192
|
+
/**
|
|
193
|
+
* A unique identifier of the dialog. It allows for distinguishing between different dialogs and their visibility.
|
|
194
|
+
* For instance, when open, the ID of the currently visible dialog is stored in {@link module:ui/dialog/dialog~Dialog#id}.
|
|
195
|
+
*
|
|
196
|
+
* The `id` is also passed along the {@link module:ui/dialog/dialog~DialogShowEvent} and {@link module:ui/dialog/dialog~DialogHideEvent}
|
|
197
|
+
* events.
|
|
198
|
+
*/
|
|
199
|
+
id: string;
|
|
200
|
+
/**
|
|
201
|
+
* The SVG string of an icon displayed in dialogs's header. Used only when {@link #title} is also set
|
|
202
|
+
* and the header is displayed.
|
|
203
|
+
*
|
|
204
|
+
* See more in {@link module:ui/icon/iconview~IconView#content}.
|
|
205
|
+
*/
|
|
206
|
+
icon?: string;
|
|
207
|
+
/**
|
|
208
|
+
* A title displayed in the dialogs's header. It also works as an accessible name of the dialog used by assistive technologies.
|
|
209
|
+
*
|
|
210
|
+
* When not set, the header is not displayed. Affects {@link #icon} and {@link #hasCloseButton}.
|
|
211
|
+
*/
|
|
212
|
+
title?: string;
|
|
213
|
+
/**
|
|
214
|
+
* A flag indicating whether the dialog should have a close button in the header.
|
|
215
|
+
* `true` by default. Works when {@link #title} is also set and the header is displayed.
|
|
216
|
+
*
|
|
217
|
+
* **Note**: If you hide the close button, make sure that the dialog can be closed in another way.
|
|
218
|
+
*/
|
|
219
|
+
hasCloseButton?: boolean;
|
|
220
|
+
/**
|
|
221
|
+
* The content of the dialog. It can be a single {@link module:ui/view~View} or an array of views.
|
|
222
|
+
*/
|
|
223
|
+
content?: View | Array<View>;
|
|
224
|
+
/**
|
|
225
|
+
* The action buttons displayed in the dialog's footer.
|
|
226
|
+
*/
|
|
227
|
+
actionButtons?: Array<DialogActionButtonDefinition>;
|
|
228
|
+
/**
|
|
229
|
+
* An additional CSS class set on the outermost (`.ck.ck-dialog`) container element allowing for visual customization.
|
|
230
|
+
*/
|
|
231
|
+
className?: string;
|
|
232
|
+
/**
|
|
233
|
+
* When set to `true`, the dialog will become a modal, that is, it will block the UI until it is closed.
|
|
234
|
+
*/
|
|
235
|
+
isModal?: boolean;
|
|
236
|
+
/**
|
|
237
|
+
* Available dialog positions. By default `DialogViewPosition.EDITOR_CENTER` is used for {@link #isModal non-modals}
|
|
238
|
+
* and `DialogViewPosition.SCREEN_CENTER` for modals.
|
|
239
|
+
*
|
|
240
|
+
* If set to a function, it will be fed dialog and DOM root geometry as arguments and should return the coordinates of the
|
|
241
|
+
* dialog's position.
|
|
242
|
+
*
|
|
243
|
+
* * Learn more about {@link module:ui/dialog/dialogview#DialogViewPosition available positions}.
|
|
244
|
+
* * Learn more about which editor root the dialog is positioned relative to in the
|
|
245
|
+
* {@link module:ui/dialog/dialog~DialogDefinition#getRootName} section.
|
|
246
|
+
*/
|
|
247
|
+
position?: typeof DialogViewPosition[keyof typeof DialogViewPosition] | DialogPositionCallback | null;
|
|
248
|
+
/**
|
|
249
|
+
* A callback executed whenever the dialog is about to show up that returns the DOM root name that the
|
|
250
|
+
* dialog should be {@link #position positioned} relative to.
|
|
251
|
+
*
|
|
252
|
+
* If not set, the dialog will be positioned relative to the DOM root the model selection is anchored to.
|
|
253
|
+
*/
|
|
254
|
+
getRootName?: () => string | null;
|
|
255
|
+
/**
|
|
256
|
+
* A callback called when the dialog shows up with a `low` priority. It allows for setting up the dialog's {@link #content}.
|
|
257
|
+
*/
|
|
258
|
+
onShow?: (dialog: Dialog) => void;
|
|
259
|
+
/**
|
|
260
|
+
* A callback called when the dialog hides with a `low` priority.
|
|
261
|
+
* It allows for cleaning up (for example, resetting) the dialog's {@link #content}.
|
|
262
|
+
*/
|
|
263
|
+
onHide?: (dialog: Dialog) => void;
|
|
264
|
+
/**
|
|
265
|
+
* Options that will be passed to the {@link module:utils/keystrokehandler~KeystrokeHandler keystroke handler} of the dialog view.
|
|
266
|
+
*
|
|
267
|
+
* See {@link module:utils/keystrokehandler~KeystrokeHandlerOptions KeystrokeHandlerOptions} to learn more about the available options.
|
|
268
|
+
*/
|
|
269
|
+
keystrokeHandlerOptions?: KeystrokeHandlerOptions;
|
|
264
270
|
}
|
|
265
271
|
/**
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
272
|
+
* A callback that returns the coordinates of the dialog's position. It can be used to customize the dialog's position.
|
|
273
|
+
*
|
|
274
|
+
* See {@link module:ui/dialog/dialog~DialogDefinition#getRootName} for more details on which DOM root is used as a source for
|
|
275
|
+
* the Rects passed as arguments.
|
|
276
|
+
*
|
|
277
|
+
* @param dialogRect The current `Rect` of the dialog view element.
|
|
278
|
+
* @param visibleDomRootRect The visible `Rect` of the DOM root element. This rect will be unavailable when the DOM root element is off the
|
|
279
|
+
* screen or cropped by overflowing parent.
|
|
280
|
+
* @param domRootRect The current `Rect` of the DOM root. This rect will be unavailable, e.g. when the DOM root element is completely hidden
|
|
281
|
+
* via CSS `display` property or detached from the DOM.
|
|
282
|
+
* @returns The coordinates of the dialog's position or `null` if the dialog should stay hidden.
|
|
283
|
+
*/
|
|
284
|
+
export type DialogPositionCallback = (dialogRect: Rect, visibleDomRootRect: Rect | null, domRootRect: Rect | null) => {
|
|
285
|
+
left: number;
|
|
286
|
+
top: number;
|
|
287
|
+
} | null;
|
|
288
|
+
/**
|
|
289
|
+
* An event fired after {@link module:ui/dialog/dialog~Dialog#show} is called. You can use it to customize the behavior
|
|
290
|
+
* of any dialog.
|
|
291
|
+
*
|
|
292
|
+
* ```js
|
|
293
|
+
* import { DialogViewPosition } from '@ckeditor/ckeditor5-ui';
|
|
294
|
+
*
|
|
295
|
+
* // ...
|
|
296
|
+
*
|
|
297
|
+
* // Changes the position of the "Find and Replace" dialog.
|
|
298
|
+
* editor.plugins.get( 'Dialog' ).on( 'show:findAndReplace', ( evt, data ) => {
|
|
299
|
+
* Object.assign( data, { position: DialogViewPosition.EDITOR_BOTTOM_CENTER } );
|
|
300
|
+
* }, { priority: 'high' } );
|
|
301
|
+
* ```
|
|
302
|
+
*
|
|
303
|
+
* @eventName ~Dialog#show
|
|
304
|
+
*/
|
|
282
305
|
export type DialogShowEvent = {
|
|
283
|
-
|
|
284
|
-
|
|
306
|
+
name: "show" | `show:${string}`;
|
|
307
|
+
args: [dialogDefinition: DialogDefinition];
|
|
285
308
|
};
|
|
286
309
|
/**
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
310
|
+
* An event fired after {@link module:ui/dialog/dialog~Dialog#hide} is called. You can use it to customize the behavior
|
|
311
|
+
* of any dialog.
|
|
312
|
+
*
|
|
313
|
+
* ```js
|
|
314
|
+
* // Logs after the "Find and Replace" dialog gets hidden
|
|
315
|
+
* editor.plugins.get( 'Dialog' ).on( 'hide:findAndReplace', () => {
|
|
316
|
+
* console.log( 'The "Find and Replace" dialog was hidden.' );
|
|
317
|
+
* } );
|
|
318
|
+
* ```
|
|
319
|
+
*
|
|
320
|
+
* @eventName ~Dialog#hide
|
|
321
|
+
*/
|
|
299
322
|
export type DialogHideEvent = {
|
|
300
|
-
|
|
301
|
-
|
|
323
|
+
name: "hide" | `hide:${string}`;
|
|
324
|
+
args: [];
|
|
302
325
|
};
|