@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,57 +1,57 @@
|
|
|
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
|
|
6
|
+
* @module ui/bindings/submithandler
|
|
7
|
+
*/
|
|
8
|
+
import { type View } from "../view.js";
|
|
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
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
10
|
+
* A handler useful for {@link module:ui/view~View views} working as HTML forms. It intercepts a native DOM
|
|
11
|
+
* `submit` event, prevents the default web browser behavior (navigation and page reload) and
|
|
12
|
+
* fires the `submit` event on a view instead. Such a custom event can be then used by any
|
|
13
|
+
* {@link module:utils/dom/emittermixin~DomEmitter emitter}, e.g. to serialize the form data.
|
|
14
|
+
*
|
|
15
|
+
* ```ts
|
|
16
|
+
* import { submitHandler } from '@ckeditor/ckeditor5-ui/src/bindings/submithandler';
|
|
17
|
+
*
|
|
18
|
+
* // ...
|
|
19
|
+
*
|
|
20
|
+
* class AnyFormView extends View {
|
|
21
|
+
* constructor() {
|
|
22
|
+
* super();
|
|
23
|
+
*
|
|
24
|
+
* // ...
|
|
25
|
+
*
|
|
26
|
+
* submitHandler( {
|
|
27
|
+
* view: this
|
|
28
|
+
* } );
|
|
29
|
+
* }
|
|
30
|
+
* }
|
|
31
|
+
*
|
|
32
|
+
* // ...
|
|
33
|
+
*
|
|
34
|
+
* const view = new AnyFormView();
|
|
35
|
+
*
|
|
36
|
+
* // A sample listener attached by an emitter working with the view.
|
|
37
|
+
* this.listenTo( view, 'submit', () => {
|
|
38
|
+
* saveTheFormData();
|
|
39
|
+
* hideTheForm();
|
|
40
|
+
* } );
|
|
41
|
+
* ```
|
|
42
|
+
*
|
|
43
|
+
* @param options Configuration options.
|
|
44
|
+
* @param options.view The view which DOM `submit` events should be handled.
|
|
45
|
+
*/
|
|
46
46
|
export declare function submitHandler({ view }: {
|
|
47
|
-
|
|
47
|
+
view: View;
|
|
48
48
|
}): void;
|
|
49
49
|
/**
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
50
|
+
* Fired by {@link module:ui/bindings/submithandler~submitHandler} helper.
|
|
51
|
+
*
|
|
52
|
+
* @eventName module:ui/view~View#submit
|
|
53
|
+
*/
|
|
54
54
|
export type SubmitHandlerEvent = {
|
|
55
|
-
|
|
56
|
-
|
|
55
|
+
name: "submit";
|
|
56
|
+
args: [];
|
|
57
57
|
};
|
package/dist/button/button.d.ts
CHANGED
|
@@ -1,175 +1,175 @@
|
|
|
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
|
-
|
|
6
|
+
* @module ui/button/button
|
|
7
|
+
*/
|
|
8
8
|
/**
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
* The button interface. Implemented by, among others, {@link module:ui/button/buttonview~ButtonView},
|
|
10
|
+
* {@link module:ui/dropdown/button/splitbuttonview~SplitButtonView} and
|
|
11
|
+
* {@link module:ui/dropdown/button/dropdownbuttonview~DropdownButtonView}.
|
|
12
|
+
*/
|
|
13
13
|
export interface Button {
|
|
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
|
-
|
|
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
|
-
|
|
14
|
+
/**
|
|
15
|
+
* The label of the button view visible to the user when {@link #withText} is `true`.
|
|
16
|
+
* It can also be used to create a {@link #tooltip}.
|
|
17
|
+
*
|
|
18
|
+
* @observable
|
|
19
|
+
*/
|
|
20
|
+
label: string | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* (Optional) The keystroke associated with the button, i.e. <kbd>CTRL+B</kbd>,
|
|
23
|
+
* in the string format compatible with {@link module:utils/keyboard}.
|
|
24
|
+
*
|
|
25
|
+
* **Note**: Use {@link module:ui/button/button~Button#withKeystroke} if you want to display
|
|
26
|
+
* the keystroke information next to the {@link module:ui/button/button~Button#label label}.
|
|
27
|
+
*
|
|
28
|
+
* @observable
|
|
29
|
+
*/
|
|
30
|
+
keystroke: string | undefined;
|
|
31
|
+
/**
|
|
32
|
+
* (Optional) Tooltip of the button, i.e. displayed when hovering the button with the mouse cursor.
|
|
33
|
+
*
|
|
34
|
+
* * If defined as a `Boolean` (e.g. `true`), then combination of `label` and `keystroke` will be set as a tooltip.
|
|
35
|
+
* * If defined as a `String`, tooltip will equal the exact text of that `String`.
|
|
36
|
+
* * If defined as a `Function`, `label` and `keystroke` will be passed to that function, which is to return
|
|
37
|
+
* a string with the tooltip text.
|
|
38
|
+
*
|
|
39
|
+
* ```ts
|
|
40
|
+
* const view = new ButtonView( locale );
|
|
41
|
+
* view.tooltip = ( label, keystroke ) => `A tooltip for ${ label } and ${ keystroke }.`
|
|
42
|
+
* ```
|
|
43
|
+
*
|
|
44
|
+
* @observable
|
|
45
|
+
* @default false
|
|
46
|
+
*/
|
|
47
|
+
tooltip: boolean | string | ((label: string, keystroke: string | undefined) => string);
|
|
48
|
+
/**
|
|
49
|
+
* (Optional) The position of the tooltip. See {@link module:ui/tooltipmanager~TooltipManager}
|
|
50
|
+
* to learn more about the tooltip system.
|
|
51
|
+
*
|
|
52
|
+
* **Note:** It makes sense only when the {@link #tooltip `tooltip` attribute} is defined.
|
|
53
|
+
*
|
|
54
|
+
* @observable
|
|
55
|
+
* @default 's'
|
|
56
|
+
*/
|
|
57
|
+
tooltipPosition: "s" | "n" | "e" | "w" | "sw" | "se";
|
|
58
|
+
/**
|
|
59
|
+
* The HTML type of the button.
|
|
60
|
+
*
|
|
61
|
+
* @observable
|
|
62
|
+
* @default 'button'
|
|
63
|
+
*/
|
|
64
|
+
type: "button" | "submit" | "reset" | "menu";
|
|
65
|
+
/**
|
|
66
|
+
* Controls whether the button view is "on". It makes sense when a feature it represents
|
|
67
|
+
* is currently active, e.g. a bold button is "on" when the selection is in the bold text.
|
|
68
|
+
*
|
|
69
|
+
* To disable the button, use {@link #isEnabled} instead.
|
|
70
|
+
*
|
|
71
|
+
* @observable
|
|
72
|
+
* @default true
|
|
73
|
+
*/
|
|
74
|
+
isOn: boolean;
|
|
75
|
+
/**
|
|
76
|
+
* Controls whether the button view is enabled, i.e. it can be clicked and execute an action.
|
|
77
|
+
*
|
|
78
|
+
* To change the "on" state of the button, use {@link #isOn} instead.
|
|
79
|
+
*
|
|
80
|
+
* @observable
|
|
81
|
+
* @default true
|
|
82
|
+
*/
|
|
83
|
+
isEnabled: boolean;
|
|
84
|
+
/**
|
|
85
|
+
* Controls whether the button view is visible. Visible by default, buttons are hidden
|
|
86
|
+
* using a CSS class.
|
|
87
|
+
*
|
|
88
|
+
* @observable
|
|
89
|
+
* @default true
|
|
90
|
+
*/
|
|
91
|
+
isVisible: boolean;
|
|
92
|
+
/**
|
|
93
|
+
* Controls whether the button view is a toggle button (two–state) for assistive technologies.
|
|
94
|
+
*
|
|
95
|
+
* @observable
|
|
96
|
+
* @default false
|
|
97
|
+
*/
|
|
98
|
+
isToggleable: boolean;
|
|
99
|
+
/**
|
|
100
|
+
* (Optional) Controls whether the label of the button is hidden (e.g. an icon–only button).
|
|
101
|
+
*
|
|
102
|
+
* @observable
|
|
103
|
+
* @default false
|
|
104
|
+
*/
|
|
105
|
+
withText: boolean;
|
|
106
|
+
/**
|
|
107
|
+
* (Optional) Controls whether the keystroke of the button is displayed next to its
|
|
108
|
+
* {@link module:ui/button/button~Button#label label}.
|
|
109
|
+
*
|
|
110
|
+
* **Note**: This property requires a {@link module:ui/button/button~Button#keystroke keystroke}
|
|
111
|
+
* to be defined in the first place.
|
|
112
|
+
*
|
|
113
|
+
* @observable
|
|
114
|
+
* @default false
|
|
115
|
+
*/
|
|
116
|
+
withKeystroke: boolean;
|
|
117
|
+
/**
|
|
118
|
+
* (Optional) An XML {@link module:ui/icon/iconview~IconView#content content} of the icon.
|
|
119
|
+
* When defined, an `iconView` should be added to the button.
|
|
120
|
+
*
|
|
121
|
+
* The user must provide the entire XML string, not just the path. See the
|
|
122
|
+
* {@glink framework/architecture/ui-library#setting-label-icon-and-tooltip UI library} guide for details.
|
|
123
|
+
*
|
|
124
|
+
* @observable
|
|
125
|
+
*/
|
|
126
|
+
icon: string | undefined;
|
|
127
|
+
/**
|
|
128
|
+
* (Optional) Controls the `tabindex` HTML attribute of the button. By default, the button is focusable
|
|
129
|
+
* but does not included in the <kbd>Tab</kbd> order.
|
|
130
|
+
*
|
|
131
|
+
* @observable
|
|
132
|
+
* @default -1
|
|
133
|
+
*/
|
|
134
|
+
tabindex: number;
|
|
135
|
+
/**
|
|
136
|
+
* (Optional) The additional CSS class set on the button.
|
|
137
|
+
*
|
|
138
|
+
* @observable
|
|
139
|
+
*/
|
|
140
|
+
class: string | undefined;
|
|
141
|
+
/**
|
|
142
|
+
* (Optional) The ARIA property reflected by the `aria-label` DOM attribute used by assistive technologies.
|
|
143
|
+
*
|
|
144
|
+
* @observable
|
|
145
|
+
*/
|
|
146
|
+
ariaLabel?: string | undefined;
|
|
147
|
+
/**
|
|
148
|
+
* (Optional) The ARIA property reflected by the `aria-ariaLabelledBy` DOM attribute used by assistive technologies.
|
|
149
|
+
*
|
|
150
|
+
* @observable
|
|
151
|
+
*/
|
|
152
|
+
ariaLabelledBy?: string | undefined;
|
|
153
|
+
/**
|
|
154
|
+
* (Optional) The property reflected by the `role` DOM attribute to be used by assistive technologies.
|
|
155
|
+
*
|
|
156
|
+
* @observable
|
|
157
|
+
*/
|
|
158
|
+
role?: string | undefined;
|
|
159
|
+
/**
|
|
160
|
+
* (Optional) The value of the `style` attribute of the label.
|
|
161
|
+
*
|
|
162
|
+
* @observable
|
|
163
|
+
*/
|
|
164
|
+
labelStyle: string | undefined;
|
|
165
165
|
}
|
|
166
166
|
/**
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
167
|
+
* Fired when the button view is clicked. It won't be fired when the button {@link module:ui/button/button~Button#isEnabled}
|
|
168
|
+
* is `false`.
|
|
169
|
+
*
|
|
170
|
+
* @eventName ~Button#execute
|
|
171
|
+
*/
|
|
172
172
|
export type ButtonExecuteEvent = {
|
|
173
|
-
|
|
174
|
-
|
|
173
|
+
name: "execute";
|
|
174
|
+
args: [];
|
|
175
175
|
};
|
|
@@ -1,34 +1,34 @@
|
|
|
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
|
-
|
|
6
|
+
* @module ui/button/buttonlabel
|
|
7
7
|
*/
|
|
8
|
-
import { type View } from
|
|
8
|
+
import { type View } from "../view.js";
|
|
9
9
|
/**
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
* The button label interface. Implemented by the {@link module:ui/button/buttonlabelview~ButtonLabelView}
|
|
11
|
+
* and any label view that can be used with the {@link module:ui/button/buttonview~ButtonView}.
|
|
12
|
+
*/
|
|
13
13
|
export interface ButtonLabel extends View {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
14
|
+
/**
|
|
15
|
+
* The `id` attribute of the button label. It is used for accessibility purposes
|
|
16
|
+
* to describe the button.
|
|
17
|
+
*
|
|
18
|
+
* @observable
|
|
19
|
+
*/
|
|
20
|
+
id: string | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* The `style` attribute of the button label. It allows customizing the presentation
|
|
23
|
+
* of the label.
|
|
24
|
+
*
|
|
25
|
+
* @observable
|
|
26
|
+
*/
|
|
27
|
+
style: string | undefined;
|
|
28
|
+
/**
|
|
29
|
+
* The human-readable text of the label.
|
|
30
|
+
*
|
|
31
|
+
* @observable
|
|
32
|
+
*/
|
|
33
|
+
text: string | undefined;
|
|
34
34
|
}
|
|
@@ -1,31 +1,31 @@
|
|
|
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 ButtonLabel } from
|
|
6
|
+
* @module ui/button/buttonlabelview
|
|
7
|
+
*/
|
|
8
|
+
import { View } from "../view.js";
|
|
9
|
+
import { type ButtonLabel } from "./buttonlabel.js";
|
|
10
10
|
/**
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
* A default implementation of the button view's label. It comes with a dynamic text support
|
|
12
|
+
* via {@link module:ui/button/buttonlabelview~ButtonLabelView#text} property.
|
|
13
|
+
*/
|
|
14
14
|
export declare class ButtonLabelView extends View implements ButtonLabel {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
15
|
+
/**
|
|
16
|
+
* @inheritDoc
|
|
17
|
+
*/
|
|
18
|
+
id: string | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* @inheritDoc
|
|
21
|
+
*/
|
|
22
|
+
style: string | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* @inheritDoc
|
|
25
|
+
*/
|
|
26
|
+
text: string | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* @inheritDoc
|
|
29
|
+
*/
|
|
30
|
+
constructor();
|
|
31
31
|
}
|