@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,171 +1,171 @@
|
|
|
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 { Plugin, type Editor } from
|
|
9
|
-
import { BlockButtonView } from
|
|
10
|
-
import { BalloonPanelView } from
|
|
11
|
-
import { ToolbarView } from
|
|
6
|
+
* @module ui/toolbar/block/blocktoolbar
|
|
7
|
+
*/
|
|
8
|
+
import { Plugin, type Editor } from "@ckeditor/ckeditor5-core";
|
|
9
|
+
import { BlockButtonView } from "./blockbuttonview.js";
|
|
10
|
+
import { BalloonPanelView } from "../../panel/balloon/balloonpanelview.js";
|
|
11
|
+
import { ToolbarView } from "../toolbarview.js";
|
|
12
12
|
/**
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
13
|
+
* The block toolbar plugin.
|
|
14
|
+
*
|
|
15
|
+
* This plugin provides a button positioned next to the block of content where the selection is anchored.
|
|
16
|
+
* Upon clicking the button, a dropdown providing access to editor features shows up, as configured in
|
|
17
|
+
* {@link module:core/editor/editorconfig~EditorConfig#blockToolbar}.
|
|
18
|
+
*
|
|
19
|
+
* By default, the button is displayed next to all elements marked in {@link module:engine/model/schema~ModelSchema}
|
|
20
|
+
* as `$block` for which the toolbar provides at least one option.
|
|
21
|
+
*
|
|
22
|
+
* By default, the button is attached so its right boundary is touching the
|
|
23
|
+
* {@link module:engine/view/editableelement~ViewEditableElement}:
|
|
24
|
+
*
|
|
25
|
+
* ```
|
|
26
|
+
* __ |
|
|
27
|
+
* | || This is a block of content that the
|
|
28
|
+
* ¯¯ | button is attached to. This is a
|
|
29
|
+
* | block of content that the button is
|
|
30
|
+
* | attached to.
|
|
31
|
+
* ```
|
|
32
|
+
*
|
|
33
|
+
* The position of the button can be adjusted using the CSS `transform` property:
|
|
34
|
+
*
|
|
35
|
+
* ```css
|
|
36
|
+
* .ck-block-toolbar-button {
|
|
37
|
+
* transform: translateX( -10px );
|
|
38
|
+
* }
|
|
39
|
+
* ```
|
|
40
|
+
*
|
|
41
|
+
* ```
|
|
42
|
+
* __ |
|
|
43
|
+
* | | | This is a block of content that the
|
|
44
|
+
* ¯¯ | button is attached to. This is a
|
|
45
|
+
* | block of content that the button is
|
|
46
|
+
* | attached to.
|
|
47
|
+
* ```
|
|
48
|
+
*
|
|
49
|
+
* **Note**: If you plan to run the editor in a right–to–left (RTL) language, keep in mind the button
|
|
50
|
+
* will be attached to the **right** boundary of the editable area. In that case, make sure the
|
|
51
|
+
* CSS position adjustment works properly by adding the following styles:
|
|
52
|
+
*
|
|
53
|
+
* ```css
|
|
54
|
+
* .ck[dir="rtl"] .ck-block-toolbar-button {
|
|
55
|
+
* transform: translateX( 10px );
|
|
56
|
+
* }
|
|
57
|
+
* ```
|
|
58
|
+
*/
|
|
59
59
|
export declare class BlockToolbar extends Plugin {
|
|
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
|
-
|
|
60
|
+
/**
|
|
61
|
+
* The toolbar view.
|
|
62
|
+
*/
|
|
63
|
+
readonly toolbarView: ToolbarView;
|
|
64
|
+
/**
|
|
65
|
+
* The balloon panel view, containing the {@link #toolbarView}.
|
|
66
|
+
*/
|
|
67
|
+
readonly panelView: BalloonPanelView;
|
|
68
|
+
/**
|
|
69
|
+
* The button view that opens the {@link #toolbarView}.
|
|
70
|
+
*/
|
|
71
|
+
readonly buttonView: BlockButtonView;
|
|
72
|
+
/**
|
|
73
|
+
* An instance of the resize observer that allows to respond to changes in editable's geometry
|
|
74
|
+
* so the toolbar can stay within its boundaries (and group toolbar items that do not fit).
|
|
75
|
+
*
|
|
76
|
+
* **Note**: Used only when `shouldNotGroupWhenFull` was **not** set in the
|
|
77
|
+
* {@link module:core/editor/editorconfig~EditorConfig#blockToolbar configuration}.
|
|
78
|
+
*/
|
|
79
|
+
private _resizeObserver;
|
|
80
|
+
/**
|
|
81
|
+
* A cached and normalized `config.blockToolbar` object.
|
|
82
|
+
*/
|
|
83
|
+
private _blockToolbarConfig;
|
|
84
|
+
/**
|
|
85
|
+
* @inheritDoc
|
|
86
|
+
*/
|
|
87
|
+
static get pluginName(): "BlockToolbar";
|
|
88
|
+
/**
|
|
89
|
+
* @inheritDoc
|
|
90
|
+
*/
|
|
91
|
+
static override get isOfficialPlugin(): true;
|
|
92
|
+
/**
|
|
93
|
+
* @inheritDoc
|
|
94
|
+
*/
|
|
95
|
+
constructor(editor: Editor);
|
|
96
|
+
/**
|
|
97
|
+
* @inheritDoc
|
|
98
|
+
*/
|
|
99
|
+
init(): void;
|
|
100
|
+
/**
|
|
101
|
+
* @inheritDoc
|
|
102
|
+
*/
|
|
103
|
+
override destroy(): void;
|
|
104
|
+
/**
|
|
105
|
+
* Creates the {@link #toolbarView}.
|
|
106
|
+
*/
|
|
107
|
+
private _createToolbarView;
|
|
108
|
+
/**
|
|
109
|
+
* Creates the {@link #panelView}.
|
|
110
|
+
*/
|
|
111
|
+
private _createPanelView;
|
|
112
|
+
/**
|
|
113
|
+
* Creates the {@link #buttonView}.
|
|
114
|
+
*/
|
|
115
|
+
private _createButtonView;
|
|
116
|
+
/**
|
|
117
|
+
* Shows or hides the button.
|
|
118
|
+
* When all the conditions for displaying the button are matched, it shows the button. Hides otherwise.
|
|
119
|
+
*/
|
|
120
|
+
private _updateButton;
|
|
121
|
+
/**
|
|
122
|
+
* Hides the button.
|
|
123
|
+
*/
|
|
124
|
+
private _hideButton;
|
|
125
|
+
/**
|
|
126
|
+
* Shows the {@link #toolbarView} attached to the {@link #buttonView}.
|
|
127
|
+
* If the toolbar is already visible, then it simply repositions it.
|
|
128
|
+
*/
|
|
129
|
+
private _showPanel;
|
|
130
|
+
/**
|
|
131
|
+
* Returns currently selected editable, based on the model selection.
|
|
132
|
+
*/
|
|
133
|
+
private _getSelectedEditableElement;
|
|
134
|
+
/**
|
|
135
|
+
* Hides the {@link #toolbarView}.
|
|
136
|
+
*
|
|
137
|
+
* @param focusEditable When `true`, the editable will be focused after hiding the panel.
|
|
138
|
+
*/
|
|
139
|
+
private _hidePanel;
|
|
140
|
+
/**
|
|
141
|
+
* Repositions the button on scroll.
|
|
142
|
+
*/
|
|
143
|
+
private _repositionButtonOnScroll;
|
|
144
|
+
/**
|
|
145
|
+
* Attaches the {@link #buttonView} to the target block of content.
|
|
146
|
+
*
|
|
147
|
+
* @param targetElement Target element.
|
|
148
|
+
*/
|
|
149
|
+
private _attachButtonToElement;
|
|
150
|
+
/**
|
|
151
|
+
* Clips the button element to the viewport of the editable element.
|
|
152
|
+
*
|
|
153
|
+
* * If the button overflows the editable viewport, it is clipped to make it look like it's cut off by the editable scrollable region.
|
|
154
|
+
* * If the button is fully hidden by the top of the editable, it is not clickable but still visible in the DOM.
|
|
155
|
+
*
|
|
156
|
+
* @param buttonView The button view to clip.
|
|
157
|
+
* @param editableElement The editable element whose viewport is used for clipping.
|
|
158
|
+
*/
|
|
159
|
+
private _clipButtonToViewport;
|
|
160
|
+
/**
|
|
161
|
+
* Creates a resize observer that observes selected editable and resizes the toolbar panel accordingly.
|
|
162
|
+
*/
|
|
163
|
+
private _setupToolbarResize;
|
|
164
|
+
/**
|
|
165
|
+
* Gets the {@link #toolbarView} max-width, based on given `editableElement` width plus the distance between the farthest
|
|
166
|
+
* edge of the {@link #buttonView} and the editable.
|
|
167
|
+
*
|
|
168
|
+
* @returns A maximum width that toolbar can have, in pixels.
|
|
169
|
+
*/
|
|
170
|
+
private _getToolbarMaxWidth;
|
|
171
171
|
}
|
|
@@ -1,40 +1,40 @@
|
|
|
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 { ToolbarConfig, ToolbarConfigItem } from
|
|
6
|
+
* @module ui/toolbar/normalizetoolbarconfig
|
|
7
|
+
*/
|
|
8
|
+
import type { ToolbarConfig, ToolbarConfigItem } from "@ckeditor/ckeditor5-core";
|
|
9
9
|
/**
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
10
|
+
* Normalizes the toolbar configuration (`config.toolbar`), which:
|
|
11
|
+
*
|
|
12
|
+
* * may be defined as an `Array`:
|
|
13
|
+
*
|
|
14
|
+
* ```
|
|
15
|
+
* toolbar: [ 'heading', 'bold', 'italic', 'link', ... ]
|
|
16
|
+
* ```
|
|
17
|
+
*
|
|
18
|
+
* * or an `Object`:
|
|
19
|
+
*
|
|
20
|
+
* ```
|
|
21
|
+
* toolbar: {
|
|
22
|
+
* items: [ 'heading', 'bold', 'italic', 'link', ... ],
|
|
23
|
+
* removeItems: [ 'bold' ],
|
|
24
|
+
* ...
|
|
25
|
+
* }
|
|
26
|
+
* ```
|
|
27
|
+
*
|
|
28
|
+
* * or may not be defined at all (`undefined`)
|
|
29
|
+
*
|
|
30
|
+
* and returns it in the object form.
|
|
31
|
+
*
|
|
32
|
+
* @param config The value of `config.toolbar`.
|
|
33
|
+
* @returns A normalized toolbar config object.
|
|
34
|
+
*/
|
|
35
35
|
export declare function normalizeToolbarConfig(config: ToolbarConfig | undefined): {
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
36
|
+
items: Array<ToolbarConfigItem>;
|
|
37
|
+
removeItems: Array<string>;
|
|
38
|
+
shouldNotGroupWhenFull?: boolean;
|
|
39
|
+
icon?: string;
|
|
40
40
|
};
|
|
@@ -1,18 +1,18 @@
|
|
|
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 { Locale } from
|
|
6
|
+
* @module ui/toolbar/toolbarlinebreakview
|
|
7
|
+
*/
|
|
8
|
+
import { View } from "../view.js";
|
|
9
|
+
import type { Locale } from "@ckeditor/ckeditor5-utils";
|
|
10
10
|
/**
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
* The toolbar line break view class.
|
|
12
|
+
*/
|
|
13
13
|
export declare class ToolbarLineBreakView extends View {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
14
|
+
/**
|
|
15
|
+
* @inheritDoc
|
|
16
|
+
*/
|
|
17
|
+
constructor(locale?: Locale);
|
|
18
18
|
}
|
|
@@ -1,18 +1,18 @@
|
|
|
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 { Locale } from
|
|
6
|
+
* @module ui/toolbar/toolbarseparatorview
|
|
7
|
+
*/
|
|
8
|
+
import { View } from "../view.js";
|
|
9
|
+
import type { Locale } from "@ckeditor/ckeditor5-utils";
|
|
10
10
|
/**
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
* The toolbar separator view class.
|
|
12
|
+
*/
|
|
13
13
|
export declare class ToolbarSeparatorView extends View {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
14
|
+
/**
|
|
15
|
+
* @inheritDoc
|
|
16
|
+
*/
|
|
17
|
+
constructor(locale?: Locale);
|
|
18
18
|
}
|