@ckeditor/ckeditor5-ui 48.2.0 → 48.3.0-alpha.1
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/list/listview.d.ts
CHANGED
|
@@ -1,124 +1,124 @@
|
|
|
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 FocusableView } from
|
|
10
|
-
import { ListItemView } from
|
|
11
|
-
import { ListItemGroupView } from
|
|
12
|
-
import { type ListSeparatorView } from
|
|
13
|
-
import { type DropdownPanelFocusable } from
|
|
14
|
-
import { ViewCollection } from
|
|
15
|
-
import { FocusTracker, KeystrokeHandler, type Locale } from
|
|
16
|
-
import
|
|
6
|
+
* @module ui/list/listview
|
|
7
|
+
*/
|
|
8
|
+
import { View } from "../view.js";
|
|
9
|
+
import { type FocusableView } from "../focuscycler.js";
|
|
10
|
+
import { ListItemView } from "./listitemview.js";
|
|
11
|
+
import { ListItemGroupView } from "./listitemgroupview.js";
|
|
12
|
+
import { type ListSeparatorView } from "./listseparatorview.js";
|
|
13
|
+
import { type DropdownPanelFocusable } from "../dropdown/dropdownpanelfocusable.js";
|
|
14
|
+
import { ViewCollection } from "../viewcollection.js";
|
|
15
|
+
import { FocusTracker, KeystrokeHandler, type Locale } from "@ckeditor/ckeditor5-utils";
|
|
16
|
+
import "../../theme/components/list/list.css";
|
|
17
17
|
/**
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
* The list view class.
|
|
19
|
+
*/
|
|
20
20
|
export declare class ListView extends View<HTMLUListElement> implements DropdownPanelFocusable {
|
|
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
|
-
|
|
21
|
+
/**
|
|
22
|
+
* The collection of focusable views in the list. It is used to determine accessible navigation
|
|
23
|
+
* between the {@link module:ui/list/listitemview~ListItemView list items} and
|
|
24
|
+
* {@link module:ui/list/listitemgroupview~ListItemGroupView list groups}.
|
|
25
|
+
*/
|
|
26
|
+
readonly focusables: ViewCollection<FocusableView>;
|
|
27
|
+
/**
|
|
28
|
+
* Collection of the child list views.
|
|
29
|
+
*/
|
|
30
|
+
readonly items: ViewCollection<ListItemView | ListItemGroupView | ListSeparatorView>;
|
|
31
|
+
/**
|
|
32
|
+
* Tracks information about DOM focus in the list.
|
|
33
|
+
*/
|
|
34
|
+
readonly focusTracker: FocusTracker;
|
|
35
|
+
/**
|
|
36
|
+
* Instance of the {@link module:utils/keystrokehandler~KeystrokeHandler}.
|
|
37
|
+
*/
|
|
38
|
+
readonly keystrokes: KeystrokeHandler;
|
|
39
|
+
/**
|
|
40
|
+
* Label used by assistive technologies to describe this list element.
|
|
41
|
+
*
|
|
42
|
+
* @observable
|
|
43
|
+
*/
|
|
44
|
+
ariaLabel: string | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* (Optional) The ARIA property reflected by the `aria-ariaLabelledBy` DOM attribute used by assistive technologies.
|
|
47
|
+
*
|
|
48
|
+
* @observable
|
|
49
|
+
*/
|
|
50
|
+
ariaLabelledBy?: string | undefined;
|
|
51
|
+
/**
|
|
52
|
+
* The property reflected by the `role` DOM attribute to be used by assistive technologies.
|
|
53
|
+
*
|
|
54
|
+
* @observable
|
|
55
|
+
*/
|
|
56
|
+
role: string | undefined;
|
|
57
|
+
/**
|
|
58
|
+
* Helps cycling over focusable {@link #items} in the list.
|
|
59
|
+
*/
|
|
60
|
+
private readonly _focusCycler;
|
|
61
|
+
/**
|
|
62
|
+
* A cached map of {@link module:ui/list/listitemgroupview~ListItemGroupView} to `change` event listeners for their `items`.
|
|
63
|
+
* Used for accessibility and keyboard navigation purposes.
|
|
64
|
+
*/
|
|
65
|
+
private readonly _listItemGroupToChangeListeners;
|
|
66
|
+
/**
|
|
67
|
+
* @inheritDoc
|
|
68
|
+
*/
|
|
69
|
+
constructor(locale?: Locale);
|
|
70
|
+
/**
|
|
71
|
+
* @inheritDoc
|
|
72
|
+
*/
|
|
73
|
+
override render(): void;
|
|
74
|
+
/**
|
|
75
|
+
* @inheritDoc
|
|
76
|
+
*/
|
|
77
|
+
override destroy(): void;
|
|
78
|
+
/**
|
|
79
|
+
* Focuses the first focusable in {@link #items}.
|
|
80
|
+
*/
|
|
81
|
+
focus(): void;
|
|
82
|
+
/**
|
|
83
|
+
* Focuses the first focusable in {@link #items}.
|
|
84
|
+
*/
|
|
85
|
+
focusFirst(): void;
|
|
86
|
+
/**
|
|
87
|
+
* Focuses the last focusable in {@link #items}.
|
|
88
|
+
*/
|
|
89
|
+
focusLast(): void;
|
|
90
|
+
/**
|
|
91
|
+
* Registers a list item view in the focus tracker.
|
|
92
|
+
*
|
|
93
|
+
* @param item The list item view to be registered.
|
|
94
|
+
* @param index Index of the list item view in the {@link #items} collection. If not specified, the item will be added at the end.
|
|
95
|
+
*/
|
|
96
|
+
private _registerFocusableListItem;
|
|
97
|
+
/**
|
|
98
|
+
* Removes a list item view from the focus tracker.
|
|
99
|
+
*
|
|
100
|
+
* @param item The list item view to be removed.
|
|
101
|
+
*/
|
|
102
|
+
private _deregisterFocusableListItem;
|
|
103
|
+
/**
|
|
104
|
+
* Gets a callback that will be called when the `items` collection of a {@link module:ui/list/listitemgroupview~ListItemGroupView}
|
|
105
|
+
* change.
|
|
106
|
+
*
|
|
107
|
+
* @param groupView The group view for which the callback will be created.
|
|
108
|
+
* @returns The callback function to be used for the items `change` event listener in a group.
|
|
109
|
+
*/
|
|
110
|
+
private _getOnGroupItemsChangeCallback;
|
|
111
|
+
/**
|
|
112
|
+
* Registers a list item group view (and its children) in the focus tracker.
|
|
113
|
+
*
|
|
114
|
+
* @param groupView A group view to be registered.
|
|
115
|
+
* @param groupIndex Index of the group view in the {@link #items} collection. If not specified, the group will be added at the end.
|
|
116
|
+
*/
|
|
117
|
+
private _registerFocusableItemsGroup;
|
|
118
|
+
/**
|
|
119
|
+
* Removes a list item group view (and its children) from the focus tracker.
|
|
120
|
+
*
|
|
121
|
+
* @param groupView The group view to be removed.
|
|
122
|
+
*/
|
|
123
|
+
private _deregisterFocusableItemsGroup;
|
|
124
124
|
}
|
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
/**
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import { IconView } from
|
|
6
|
-
import { ListItemButtonView } from
|
|
7
|
-
import type { Locale } from
|
|
8
|
-
import
|
|
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 { IconView } from "../icon/iconview.js";
|
|
6
|
+
import { ListItemButtonView } from "../button/listitembuttonview.js";
|
|
7
|
+
import type { Locale } from "@ckeditor/ckeditor5-utils";
|
|
8
|
+
import "../../theme/components/menubar/menubarmenubutton.css";
|
|
9
9
|
/**
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
* A menu {@link module:ui/menubar/menubarmenuview~MenuBarMenuView#buttonView} class. Buttons like this one
|
|
11
|
+
* open both top-level bar menus as well as sub-menus.
|
|
12
|
+
*/
|
|
13
13
|
export declare class MenuBarMenuButtonView extends ListItemButtonView {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
14
|
+
/**
|
|
15
|
+
* An icon that displays an arrow to indicate a direction of the menu.
|
|
16
|
+
*/
|
|
17
|
+
readonly arrowView: IconView;
|
|
18
|
+
/**
|
|
19
|
+
* Creates an instance of the menu bar button view.
|
|
20
|
+
*
|
|
21
|
+
* @param locale The localization services instance.
|
|
22
|
+
*/
|
|
23
|
+
constructor(locale: Locale);
|
|
24
|
+
/**
|
|
25
|
+
* @inheritDoc
|
|
26
|
+
*/
|
|
27
|
+
override render(): void;
|
|
28
|
+
/**
|
|
29
|
+
* Creates the {@link #arrowView} instance.
|
|
30
|
+
*/
|
|
31
|
+
private _createArrowView;
|
|
32
32
|
}
|
|
@@ -1,21 +1,21 @@
|
|
|
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 { Locale } from
|
|
9
|
-
import { ListItemButtonView } from
|
|
10
|
-
import
|
|
6
|
+
* @module ui/menubar/menubarmenulistitembuttonview
|
|
7
|
+
*/
|
|
8
|
+
import type { Locale } from "@ckeditor/ckeditor5-utils";
|
|
9
|
+
import { ListItemButtonView } from "../button/listitembuttonview.js";
|
|
10
|
+
import "../../theme/components/menubar/menubarmenulistitembutton.css";
|
|
11
11
|
/**
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
* A menu bar list button view. Buttons like this one execute user actions.
|
|
13
|
+
*/
|
|
14
14
|
export declare class MenuBarMenuListItemButtonView extends ListItemButtonView {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
15
|
+
/**
|
|
16
|
+
* Creates an instance of the menu bar list button view.
|
|
17
|
+
*
|
|
18
|
+
* @param locale The localization services instance.
|
|
19
|
+
*/
|
|
20
|
+
constructor(locale: Locale);
|
|
21
21
|
}
|
|
@@ -1,23 +1,23 @@
|
|
|
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 { Locale } from
|
|
9
|
-
import { FileDialogListItemButtonView } from
|
|
10
|
-
import
|
|
6
|
+
* @module ui/menubar/menubarmenulistitemfiledialogbuttonview
|
|
7
|
+
*/
|
|
8
|
+
import type { Locale } from "@ckeditor/ckeditor5-utils";
|
|
9
|
+
import { FileDialogListItemButtonView } from "../button/filedialogbuttonview.js";
|
|
10
|
+
import "../../theme/components/menubar/menubarmenulistitembutton.css";
|
|
11
11
|
/**
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
12
|
+
* A menu bar list file dialog button view. Buttons like this one execute user actions.
|
|
13
|
+
*
|
|
14
|
+
* This component provides a button that opens the native file selection dialog.
|
|
15
|
+
*/
|
|
16
16
|
export declare class MenuBarMenuListItemFileDialogButtonView extends FileDialogListItemButtonView {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
17
|
+
/**
|
|
18
|
+
* Creates an instance of the menu bar list button view.
|
|
19
|
+
*
|
|
20
|
+
* @param locale The localization services instance.
|
|
21
|
+
*/
|
|
22
|
+
constructor(locale: Locale);
|
|
23
23
|
}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
/**
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
|
|
4
|
+
*/
|
|
5
5
|
/**
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
import type { Locale } from
|
|
9
|
-
import { ListItemView } from
|
|
10
|
-
import { type MenuBarMenuView } from
|
|
11
|
-
import
|
|
6
|
+
* @module ui/menubar/menubarmenulistitemview
|
|
7
|
+
*/
|
|
8
|
+
import type { Locale } from "@ckeditor/ckeditor5-utils";
|
|
9
|
+
import { ListItemView } from "../list/listitemview.js";
|
|
10
|
+
import { type MenuBarMenuView } from "./menubarmenuview.js";
|
|
11
|
+
import "../../theme/components/menubar/menubarmenulistitem.css";
|
|
12
12
|
/**
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
13
|
+
* A menu bar list item view, a child of {@link module:ui/menubar/menubarmenulistview~MenuBarMenuListView}.
|
|
14
|
+
*
|
|
15
|
+
* Populate this item with a {@link module:ui/menubar/menubarmenulistitembuttonview~MenuBarMenuListItemButtonView} instance
|
|
16
|
+
* or a {@link module:ui/menubar/menubarmenuview~MenuBarMenuView} instance to create a sub-menu.
|
|
17
|
+
*/
|
|
18
18
|
export declare class MenuBarMenuListItemView extends ListItemView {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
19
|
+
/**
|
|
20
|
+
* Creates an instance of the list item view.
|
|
21
|
+
*
|
|
22
|
+
* @param locale The localization services instance.
|
|
23
|
+
*/
|
|
24
|
+
constructor(locale: Locale, parentMenuView: MenuBarMenuView);
|
|
25
25
|
}
|
|
@@ -1,29 +1,29 @@
|
|
|
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 { Locale } from
|
|
9
|
-
import { ListView } from
|
|
6
|
+
* @module ui/menubar/menubarmenulistview
|
|
7
|
+
*/
|
|
8
|
+
import type { Locale } from "@ckeditor/ckeditor5-utils";
|
|
9
|
+
import { ListView } from "../list/listview.js";
|
|
10
10
|
/**
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
11
|
+
* A list of menu bar items, a child of {@link module:ui/menubar/menubarmenuview~MenuBarMenuView#panelView}.
|
|
12
|
+
*
|
|
13
|
+
* Use this class to create a list of items (options, buttons) to be displayed in a menu bar.
|
|
14
|
+
*
|
|
15
|
+
* To populate this list, use {@link module:ui/menubar/menubarmenulistitemview~MenuBarMenuListItemView} instances.
|
|
16
|
+
*/
|
|
17
17
|
export declare class MenuBarMenuListView extends ListView {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
18
|
+
/**
|
|
19
|
+
* Creates an instance of the list view.
|
|
20
|
+
*
|
|
21
|
+
* @param locale The localization services instance.
|
|
22
|
+
*/
|
|
23
|
+
constructor(locale: Locale);
|
|
24
|
+
/**
|
|
25
|
+
* This method adds empty space if there is any toggleable item in the list.
|
|
26
|
+
* It makes the list properly aligned.
|
|
27
|
+
*/
|
|
28
|
+
private _setItemsCheckSpace;
|
|
29
29
|
}
|
|
@@ -1,53 +1,53 @@
|
|
|
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 Locale } from
|
|
9
|
-
import type { FocusableView } from
|
|
10
|
-
import { type ViewCollection } from
|
|
11
|
-
import { View } from
|
|
12
|
-
import
|
|
6
|
+
* @module ui/menubar/menubarmenupanelview
|
|
7
|
+
*/
|
|
8
|
+
import { type Locale } from "@ckeditor/ckeditor5-utils";
|
|
9
|
+
import type { FocusableView } from "../focuscycler.js";
|
|
10
|
+
import { type ViewCollection } from "../viewcollection.js";
|
|
11
|
+
import { View } from "../view.js";
|
|
12
|
+
import "../../theme/components/menubar/menubarmenupanel.css";
|
|
13
13
|
/**
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
* A view representing a {@link module:ui/menubar/menubarmenuview~MenuBarMenuView#panelView} of a menu.
|
|
15
|
+
*/
|
|
16
16
|
export declare class MenuBarMenuPanelView extends View implements FocusableView {
|
|
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
|
-
|
|
17
|
+
/**
|
|
18
|
+
* Collection of the child views in this panel.
|
|
19
|
+
*/
|
|
20
|
+
readonly children: ViewCollection<FocusableView>;
|
|
21
|
+
/**
|
|
22
|
+
* Controls whether the panel is visible.
|
|
23
|
+
*
|
|
24
|
+
* @observable
|
|
25
|
+
*/
|
|
26
|
+
isVisible: boolean;
|
|
27
|
+
/**
|
|
28
|
+
* The name of the position of the panel, relative to the parent.
|
|
29
|
+
*
|
|
30
|
+
* This property is reflected in the CSS class suffix set to {@link #element} that controls
|
|
31
|
+
* the position of the panel.
|
|
32
|
+
*
|
|
33
|
+
* @observable
|
|
34
|
+
* @default 'se'
|
|
35
|
+
*/
|
|
36
|
+
position: MenuBarMenuPanelPosition;
|
|
37
|
+
/**
|
|
38
|
+
* Creates an instance of the menu panel view.
|
|
39
|
+
*
|
|
40
|
+
* @param locale The localization services instance.
|
|
41
|
+
*/
|
|
42
|
+
constructor(locale?: Locale);
|
|
43
|
+
/**
|
|
44
|
+
* Focuses the first child of the panel (default) or the last one if the `direction` is `-1`.
|
|
45
|
+
*/
|
|
46
|
+
focus(direction?: -1 | 1): void;
|
|
47
47
|
}
|
|
48
48
|
/**
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
export type MenuBarMenuPanelPosition =
|
|
49
|
+
* The names of the positions of the {@link module:ui/menubar/menubarmenupanelview~MenuBarMenuPanelView}.
|
|
50
|
+
*
|
|
51
|
+
* They are reflected as CSS class suffixes on the panel view element.
|
|
52
|
+
*/
|
|
53
|
+
export type MenuBarMenuPanelPosition = "se" | "sw" | "ne" | "nw" | "w" | "ws" | "e" | "es";
|