@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.
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,118 +1,118 @@
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/menubar/menubarmenuview
7
- */
8
- import { FocusTracker, KeystrokeHandler, type Locale, type PositioningFunction } from '@ckeditor/ckeditor5-utils';
9
- import { MenuBarMenuButtonView } from './menubarmenubuttonview.js';
10
- import type { FocusableView } from '../focuscycler.js';
11
- import { View } from '../view.js';
12
- import { MenuBarMenuPanelView, type MenuBarMenuPanelPosition } from './menubarmenupanelview.js';
13
- import '../../theme/components/menubar/menubarmenu.css';
6
+ * @module ui/menubar/menubarmenuview
7
+ */
8
+ import { FocusTracker, KeystrokeHandler, type Locale, type PositioningFunction } from "@ckeditor/ckeditor5-utils";
9
+ import { MenuBarMenuButtonView } from "./menubarmenubuttonview.js";
10
+ import type { FocusableView } from "../focuscycler.js";
11
+ import { View } from "../view.js";
12
+ import { MenuBarMenuPanelView, type MenuBarMenuPanelPosition } from "./menubarmenupanelview.js";
13
+ import "../../theme/components/menubar/menubarmenu.css";
14
14
  /**
15
- * A menu view for the {@link module:ui/menubar/menubarview~MenuBarView}. Menus are building blocks of the menu bar,
16
- * they host other sub-menus and menu items (buttons) that users can interact with.
17
- */
15
+ * A menu view for the {@link module:ui/menubar/menubarview~MenuBarView}. Menus are building blocks of the menu bar,
16
+ * they host other sub-menus and menu items (buttons) that users can interact with.
17
+ */
18
18
  export declare class MenuBarMenuView extends View implements FocusableView {
19
- /**
20
- * Button of the menu view.
21
- */
22
- readonly buttonView: MenuBarMenuButtonView;
23
- /**
24
- * Panel of the menu. It hosts children of the menu.
25
- */
26
- readonly panelView: MenuBarMenuPanelView;
27
- /**
28
- * Tracks information about the DOM focus in the menu.
29
- */
30
- readonly focusTracker: FocusTracker;
31
- /**
32
- * Instance of the {@link module:utils/keystrokehandler~KeystrokeHandler}. It manages
33
- * keystrokes of the menu.
34
- */
35
- readonly keystrokes: KeystrokeHandler;
36
- /**
37
- * Controls whether the menu is open, i.e. shows or hides the {@link #panelView panel}.
38
- *
39
- * @observable
40
- */
41
- isOpen: boolean;
42
- /**
43
- * Controls whether the menu is enabled, i.e. its {@link #buttonView} can be clicked.
44
- *
45
- * @observable
46
- */
47
- isEnabled: boolean;
48
- /**
49
- * (Optional) The additional CSS class set on the menu {@link #element}.
50
- *
51
- * @observable
52
- */
53
- class: string | undefined;
54
- /**
55
- * The name of the position of the {@link #panelView}, relative to the menu.
56
- *
57
- * **Note**: The value is updated each time the panel gets {@link #isOpen open}.
58
- *
59
- * @observable
60
- * @default 'w'
61
- */
62
- panelPosition: MenuBarMenuPanelPosition;
63
- /**
64
- * The parent menu view of the menu. It is `null` for top-level menus.
65
- *
66
- * See {@link module:ui/menubar/menubarview~MenuBarView#registerMenu}.
67
- */
68
- parentMenuView: MenuBarMenuView | null;
69
- /**
70
- * Creates an instance of the menu view.
71
- *
72
- * @param locale The localization services instance.
73
- */
74
- constructor(locale: Locale);
75
- /**
76
- * @inheritDoc
77
- */
78
- render(): void;
79
- /**
80
- * Attach all keyboard behaviors for the menu bar view.
81
- *
82
- * @internal
83
- */
84
- _attachBehaviors(): void;
85
- /**
86
- * Fires `arrowright` and `arrowleft` events when the user pressed corresponding arrow keys.
87
- */
88
- private _propagateArrowKeystrokeEvents;
89
- /**
90
- * Closes the menu whenever it gets disabled to avoid leaving an open panel in a non-interactive state.
91
- */
92
- private _closeOnDisabled;
93
- /**
94
- * Sets the position of the panel when the menu opens. The panel is positioned
95
- * so that it optimally uses the available space in the viewport.
96
- */
97
- private _repositionPanelOnOpen;
98
- /**
99
- * @inheritDoc
100
- */
101
- focus(): void;
102
- /**
103
- * Positioning functions for the {@link #panelView} . They change depending on the role of the menu (top-level vs sub-menu) in
104
- * the {@link module:ui/menubar/menubarview~MenuBarView menu bar} and the UI language direction.
105
- */
106
- get _panelPositions(): Array<PositioningFunction>;
107
- /**
108
- * The default position of the panel when the menu is opened.
109
- * It is used when the optimal position cannot be calculated.
110
- */
111
- private get _defaultMenuPositionName();
112
- /**
113
- * A function used to calculate the optimal position for the dropdown panel.
114
- *
115
- * Referenced for unit testing purposes.
116
- */
117
- private static _getOptimalPosition;
19
+ /**
20
+ * Button of the menu view.
21
+ */
22
+ readonly buttonView: MenuBarMenuButtonView;
23
+ /**
24
+ * Panel of the menu. It hosts children of the menu.
25
+ */
26
+ readonly panelView: MenuBarMenuPanelView;
27
+ /**
28
+ * Tracks information about the DOM focus in the menu.
29
+ */
30
+ readonly focusTracker: FocusTracker;
31
+ /**
32
+ * Instance of the {@link module:utils/keystrokehandler~KeystrokeHandler}. It manages
33
+ * keystrokes of the menu.
34
+ */
35
+ readonly keystrokes: KeystrokeHandler;
36
+ /**
37
+ * Controls whether the menu is open, i.e. shows or hides the {@link #panelView panel}.
38
+ *
39
+ * @observable
40
+ */
41
+ isOpen: boolean;
42
+ /**
43
+ * Controls whether the menu is enabled, i.e. its {@link #buttonView} can be clicked.
44
+ *
45
+ * @observable
46
+ */
47
+ isEnabled: boolean;
48
+ /**
49
+ * (Optional) The additional CSS class set on the menu {@link #element}.
50
+ *
51
+ * @observable
52
+ */
53
+ class: string | undefined;
54
+ /**
55
+ * The name of the position of the {@link #panelView}, relative to the menu.
56
+ *
57
+ * **Note**: The value is updated each time the panel gets {@link #isOpen open}.
58
+ *
59
+ * @observable
60
+ * @default 'w'
61
+ */
62
+ panelPosition: MenuBarMenuPanelPosition;
63
+ /**
64
+ * The parent menu view of the menu. It is `null` for top-level menus.
65
+ *
66
+ * See {@link module:ui/menubar/menubarview~MenuBarView#registerMenu}.
67
+ */
68
+ parentMenuView: MenuBarMenuView | null;
69
+ /**
70
+ * Creates an instance of the menu view.
71
+ *
72
+ * @param locale The localization services instance.
73
+ */
74
+ constructor(locale: Locale);
75
+ /**
76
+ * @inheritDoc
77
+ */
78
+ override render(): void;
79
+ /**
80
+ * Attach all keyboard behaviors for the menu bar view.
81
+ *
82
+ * @internal
83
+ */
84
+ _attachBehaviors(): void;
85
+ /**
86
+ * Fires `arrowright` and `arrowleft` events when the user pressed corresponding arrow keys.
87
+ */
88
+ private _propagateArrowKeystrokeEvents;
89
+ /**
90
+ * Closes the menu whenever it gets disabled to avoid leaving an open panel in a non-interactive state.
91
+ */
92
+ private _closeOnDisabled;
93
+ /**
94
+ * Sets the position of the panel when the menu opens. The panel is positioned
95
+ * so that it optimally uses the available space in the viewport.
96
+ */
97
+ private _repositionPanelOnOpen;
98
+ /**
99
+ * @inheritDoc
100
+ */
101
+ focus(): void;
102
+ /**
103
+ * Positioning functions for the {@link #panelView} . They change depending on the role of the menu (top-level vs sub-menu) in
104
+ * the {@link module:ui/menubar/menubarview~MenuBarView menu bar} and the UI language direction.
105
+ */
106
+ get _panelPositions(): Array<PositioningFunction>;
107
+ /**
108
+ * The default position of the panel when the menu is opened.
109
+ * It is used when the optimal position cannot be calculated.
110
+ */
111
+ private get _defaultMenuPositionName();
112
+ /**
113
+ * A function used to calculate the optimal position for the dropdown panel.
114
+ *
115
+ * Referenced for unit testing purposes.
116
+ */
117
+ private static _getOptimalPosition;
118
118
  }
@@ -1,180 +1,180 @@
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/menubar/menubarview
7
- */
8
- import { type BaseEvent, type Locale } from '@ckeditor/ckeditor5-utils';
9
- import { type FocusableView } from '../focuscycler.js';
10
- import { View } from '../view.js';
11
- import { type ViewCollection } from '../viewcollection.js';
12
- import { type ComponentFactory } from '../componentfactory.js';
13
- import { MenuBarMenuView } from './menubarmenuview.js';
14
- import '../../theme/components/menubar/menubar.css';
6
+ * @module ui/menubar/menubarview
7
+ */
8
+ import { type BaseEvent, type Locale } from "@ckeditor/ckeditor5-utils";
9
+ import { type FocusableView } from "../focuscycler.js";
10
+ import { View } from "../view.js";
11
+ import { type ViewCollection } from "../viewcollection.js";
12
+ import { type ComponentFactory } from "../componentfactory.js";
13
+ import { MenuBarMenuView } from "./menubarmenuview.js";
14
+ import "../../theme/components/menubar/menubar.css";
15
15
  /**
16
- * The application menu bar component. It brings a set of top-level menus (and sub-menus) that can be used
17
- * to organize and access a large number of buttons.
18
- */
16
+ * The application menu bar component. It brings a set of top-level menus (and sub-menus) that can be used
17
+ * to organize and access a large number of buttons.
18
+ */
19
19
  export declare class MenuBarView extends View implements FocusableView {
20
- /**
21
- * Collection of the child views inside the {@link #element}.
22
- */
23
- children: ViewCollection<MenuBarMenuView>;
24
- /**
25
- * Indicates whether any of top-level menus are open in the menu bar. To close
26
- * the menu bar use the {@link #close} method.
27
- *
28
- * @observable
29
- */
30
- isOpen: boolean;
31
- /**
32
- * Indicates whether the menu bar has been interacted with using the keyboard.
33
- *
34
- * It is useful for showing focus outlines while hovering over the menu bar when
35
- * interaction with the keyboard was detected.
36
- *
37
- * @observable
38
- */
39
- isFocusBorderEnabled: boolean;
40
- /**
41
- * A list of {@link module:ui/menubar/menubarmenuview~MenuBarMenuView} instances registered in the menu bar.
42
- *
43
- * @observable
44
- */
45
- menus: Array<MenuBarMenuView>;
46
- /**
47
- * Creates an instance of the menu bar view.
48
- *
49
- * @param locale The localization services instance.
50
- */
51
- constructor(locale: Locale);
52
- /**
53
- * A utility that expands a plain menu bar configuration into a structure of menus (also: sub-menus)
54
- * and items using a given {@link module:ui/componentfactory~ComponentFactory component factory}.
55
- *
56
- * See the {@link module:core/editor/editorconfig~EditorConfig#menuBar menu bar} in the editor
57
- * configuration reference to learn how to configure the menu bar.
58
- */
59
- fillFromConfig(config: NormalizedMenuBarConfigObject, componentFactory: ComponentFactory, extraItems?: Array<MenuBarConfigAddedItem | MenuBarConfigAddedGroup | MenuBarConfigAddedMenu>): void;
60
- /**
61
- * @inheritDoc
62
- */
63
- render(): void;
64
- /**
65
- * Focuses the menu bar.
66
- */
67
- focus(): void;
68
- /**
69
- * Closes all menus in the bar.
70
- */
71
- close(): void;
72
- /**
73
- * Disables all menus in the bar.
74
- */
75
- disable(): void;
76
- /**
77
- * Enables all menus in the bar.
78
- */
79
- enable(): void;
80
- /**
81
- * Registers a menu view in the menu bar. Every {@link module:ui/menubar/menubarmenuview~MenuBarMenuView} instance must be registered
82
- * in the menu bar to be properly managed.
83
- */
84
- registerMenu(menuView: MenuBarMenuView, parentMenuView?: MenuBarMenuView | null): void;
85
- /**
86
- * Creates a {@link module:ui/menubar/menubarmenuview~MenuBarMenuView} based on the given definition.
87
- */
88
- private _createMenu;
89
- /**
90
- * Creates a {@link module:ui/menubar/menubarmenuview~MenuBarMenuView} items based on the given definition.
91
- */
92
- private _createMenuItems;
93
- /**
94
- * Uses the component factory to create a content of the menu item (a button or a sub-menu).
95
- */
96
- private _createMenuItemContentFromFactory;
97
- /**
98
- * Checks component and its children recursively and calls {@link #registerMenu}
99
- * for each item that is {@link module:ui/menubar/menubarmenuview~MenuBarMenuView}.
100
- *
101
- * @internal
102
- */
103
- private _registerMenuTree;
104
- /**
105
- * Manages the state of the {@link #isOpen} property of the menu bar. Because the state is a sum of individual
106
- * top-level menus' states, it's necessary to listen to their changes and update the state accordingly.
107
- *
108
- * Additionally, it prevents from unnecessary changes of `isOpen` when one top-level menu opens and another closes
109
- * (regardless of in which order), maintaining a stable `isOpen === true` in that situation.
110
- */
111
- private _setupIsOpenUpdater;
20
+ /**
21
+ * Collection of the child views inside the {@link #element}.
22
+ */
23
+ children: ViewCollection<MenuBarMenuView>;
24
+ /**
25
+ * Indicates whether any of top-level menus are open in the menu bar. To close
26
+ * the menu bar use the {@link #close} method.
27
+ *
28
+ * @observable
29
+ */
30
+ isOpen: boolean;
31
+ /**
32
+ * Indicates whether the menu bar has been interacted with using the keyboard.
33
+ *
34
+ * It is useful for showing focus outlines while hovering over the menu bar when
35
+ * interaction with the keyboard was detected.
36
+ *
37
+ * @observable
38
+ */
39
+ isFocusBorderEnabled: boolean;
40
+ /**
41
+ * A list of {@link module:ui/menubar/menubarmenuview~MenuBarMenuView} instances registered in the menu bar.
42
+ *
43
+ * @observable
44
+ */
45
+ menus: Array<MenuBarMenuView>;
46
+ /**
47
+ * Creates an instance of the menu bar view.
48
+ *
49
+ * @param locale The localization services instance.
50
+ */
51
+ constructor(locale: Locale);
52
+ /**
53
+ * A utility that expands a plain menu bar configuration into a structure of menus (also: sub-menus)
54
+ * and items using a given {@link module:ui/componentfactory~ComponentFactory component factory}.
55
+ *
56
+ * See the {@link module:core/editor/editorconfig~EditorConfig#menuBar menu bar} in the editor
57
+ * configuration reference to learn how to configure the menu bar.
58
+ */
59
+ fillFromConfig(config: NormalizedMenuBarConfigObject, componentFactory: ComponentFactory, extraItems?: Array<MenuBarConfigAddedItem | MenuBarConfigAddedGroup | MenuBarConfigAddedMenu>): void;
60
+ /**
61
+ * @inheritDoc
62
+ */
63
+ override render(): void;
64
+ /**
65
+ * Focuses the menu bar.
66
+ */
67
+ focus(): void;
68
+ /**
69
+ * Closes all menus in the bar.
70
+ */
71
+ close(): void;
72
+ /**
73
+ * Disables all menus in the bar.
74
+ */
75
+ disable(): void;
76
+ /**
77
+ * Enables all menus in the bar.
78
+ */
79
+ enable(): void;
80
+ /**
81
+ * Registers a menu view in the menu bar. Every {@link module:ui/menubar/menubarmenuview~MenuBarMenuView} instance must be registered
82
+ * in the menu bar to be properly managed.
83
+ */
84
+ registerMenu(menuView: MenuBarMenuView, parentMenuView?: MenuBarMenuView | null): void;
85
+ /**
86
+ * Creates a {@link module:ui/menubar/menubarmenuview~MenuBarMenuView} based on the given definition.
87
+ */
88
+ private _createMenu;
89
+ /**
90
+ * Creates a {@link module:ui/menubar/menubarmenuview~MenuBarMenuView} items based on the given definition.
91
+ */
92
+ private _createMenuItems;
93
+ /**
94
+ * Uses the component factory to create a content of the menu item (a button or a sub-menu).
95
+ */
96
+ private _createMenuItemContentFromFactory;
97
+ /**
98
+ * Checks component and its children recursively and calls {@link #registerMenu}
99
+ * for each item that is {@link module:ui/menubar/menubarmenuview~MenuBarMenuView}.
100
+ *
101
+ * @internal
102
+ */
103
+ private _registerMenuTree;
104
+ /**
105
+ * Manages the state of the {@link #isOpen} property of the menu bar. Because the state is a sum of individual
106
+ * top-level menus' states, it's necessary to listen to their changes and update the state accordingly.
107
+ *
108
+ * Additionally, it prevents from unnecessary changes of `isOpen` when one top-level menu opens and another closes
109
+ * (regardless of in which order), maintaining a stable `isOpen === true` in that situation.
110
+ */
111
+ private _setupIsOpenUpdater;
112
112
  }
113
113
  export type MenuBarConfig = MenuBarConfigObject;
114
114
  export type MenuBarConfigObject = {
115
- items?: Array<MenuBarMenuDefinition>;
116
- removeItems?: Array<string>;
117
- addItems?: Array<MenuBarConfigAddedItem | MenuBarConfigAddedGroup | MenuBarConfigAddedMenu>;
118
- isVisible?: boolean;
115
+ items?: Array<MenuBarMenuDefinition>;
116
+ removeItems?: Array<string>;
117
+ addItems?: Array<MenuBarConfigAddedItem | MenuBarConfigAddedGroup | MenuBarConfigAddedMenu>;
118
+ isVisible?: boolean;
119
119
  };
120
120
  export type NormalizedMenuBarConfigObject = Required<MenuBarConfigObject> & {
121
- isUsingDefaultConfig: boolean;
121
+ isUsingDefaultConfig: boolean;
122
122
  };
123
123
  export type MenuBarMenuGroupDefinition = {
124
- groupId: string;
125
- items: Array<MenuBarMenuDefinition | string>;
124
+ groupId: string;
125
+ items: Array<MenuBarMenuDefinition | string>;
126
126
  };
127
127
  export type MenuBarMenuDefinition = {
128
- menuId: string;
129
- label: string;
130
- groups: Array<MenuBarMenuGroupDefinition>;
128
+ menuId: string;
129
+ label: string;
130
+ groups: Array<MenuBarMenuGroupDefinition>;
131
131
  };
132
- export type MenuBarConfigAddedPosition = `start:${string}` | `end:${string}` | 'start' | 'end' | `after:${string}` | `before:${string}`;
132
+ export type MenuBarConfigAddedPosition = `start:${string}` | `end:${string}` | "start" | "end" | `after:${string}` | `before:${string}`;
133
133
  export type MenuBarConfigAddedItem = {
134
- item: string;
135
- position: MenuBarConfigAddedPosition;
134
+ item: string;
135
+ position: MenuBarConfigAddedPosition;
136
136
  };
137
137
  export type MenuBarConfigAddedGroup = {
138
- group: MenuBarMenuGroupDefinition;
139
- position: MenuBarConfigAddedPosition;
138
+ group: MenuBarMenuGroupDefinition;
139
+ position: MenuBarConfigAddedPosition;
140
140
  };
141
141
  export type MenuBarConfigAddedMenu = {
142
- menu: MenuBarMenuDefinition;
143
- position: MenuBarConfigAddedPosition;
142
+ menu: MenuBarMenuDefinition;
143
+ position: MenuBarConfigAddedPosition;
144
144
  };
145
145
  /**
146
- * Any namespaced event fired by menu a {@link module:ui/menubar/menubarview~MenuBarView#menus menu view instance} of the
147
- * {@link module:ui/menubar/menubarview~MenuBarView menu bar}.
148
- */
146
+ * Any namespaced event fired by menu a {@link module:ui/menubar/menubarview~MenuBarView#menus menu view instance} of the
147
+ * {@link module:ui/menubar/menubarview~MenuBarView menu bar}.
148
+ */
149
149
  export interface MenuBarMenuEvent extends BaseEvent {
150
- name: `menu:${string}` | `menu:change:${string}`;
150
+ name: `menu:${string}` | `menu:change:${string}`;
151
151
  }
152
152
  /**
153
- * A `mouseenter` event originating from a {@link module:ui/menubar/menubarview~MenuBarView#menus menu view instance} of the
154
- * {@link module:ui/menubar/menubarview~MenuBarView menu bar}.
155
- */
153
+ * A `mouseenter` event originating from a {@link module:ui/menubar/menubarview~MenuBarView#menus menu view instance} of the
154
+ * {@link module:ui/menubar/menubarview~MenuBarView menu bar}.
155
+ */
156
156
  export interface MenuBarMenuMouseEnterEvent extends MenuBarMenuEvent {
157
- name: 'menu:mouseenter';
157
+ name: "menu:mouseenter";
158
158
  }
159
159
  /**
160
- * An `arrowleft` event originating from a {@link module:ui/menubar/menubarview~MenuBarView#menus menu view instance} of the
161
- * {@link module:ui/menubar/menubarview~MenuBarView menu bar}.
162
- */
160
+ * An `arrowleft` event originating from a {@link module:ui/menubar/menubarview~MenuBarView#menus menu view instance} of the
161
+ * {@link module:ui/menubar/menubarview~MenuBarView menu bar}.
162
+ */
163
163
  export interface MenuBarMenuArrowLeftEvent extends MenuBarMenuEvent {
164
- name: 'menu:arrowleft';
164
+ name: "menu:arrowleft";
165
165
  }
166
166
  /**
167
- * An `arrowright` event originating from a {@link module:ui/menubar/menubarview~MenuBarView#menus menu view instance} of the
168
- * {@link module:ui/menubar/menubarview~MenuBarView menu bar}.
169
- */
167
+ * An `arrowright` event originating from a {@link module:ui/menubar/menubarview~MenuBarView#menus menu view instance} of the
168
+ * {@link module:ui/menubar/menubarview~MenuBarView menu bar}.
169
+ */
170
170
  export interface MenuBarMenuArrowRightEvent extends MenuBarMenuEvent {
171
- name: 'menu:arrowright';
171
+ name: "menu:arrowright";
172
172
  }
173
173
  /**
174
- * A `change:isOpen` event originating from a {@link module:ui/menubar/menubarview~MenuBarView#menus menu view instance} of the
175
- * {@link module:ui/menubar/menubarview~MenuBarView menu bar}.
176
- */
174
+ * A `change:isOpen` event originating from a {@link module:ui/menubar/menubarview~MenuBarView#menus menu view instance} of the
175
+ * {@link module:ui/menubar/menubarview~MenuBarView menu bar}.
176
+ */
177
177
  export interface MenuBarMenuChangeIsOpenEvent extends MenuBarMenuEvent {
178
- name: 'menu:change:isOpen';
179
- args: [name: string, value: boolean, oldValue: boolean];
178
+ name: "menu:change:isOpen";
179
+ args: [name: string, value: boolean, oldValue: boolean];
180
180
  }