@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.
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,140 +1,140 @@
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/dropdown/menu/dropdownmenurootlistview
7
- */
8
- import { DropdownMenuListItemButtonView } from './dropdownmenulistitembuttonview.js';
9
- import { DropdownMenuNestedMenuView } from './dropdownmenunestedmenuview.js';
10
- import { DropdownMenuListView } from './dropdownmenulistview.js';
11
- import { type BodyCollection } from '../../editorui/bodycollection.js';
12
- import type { DropdownMenuDefinition } from './utils.js';
13
- import type { Locale, BaseEvent } from '@ckeditor/ckeditor5-utils';
6
+ * @module ui/dropdown/menu/dropdownmenurootlistview
7
+ */
8
+ import { DropdownMenuListItemButtonView } from "./dropdownmenulistitembuttonview.js";
9
+ import { DropdownMenuNestedMenuView } from "./dropdownmenunestedmenuview.js";
10
+ import { DropdownMenuListView } from "./dropdownmenulistview.js";
11
+ import { type BodyCollection } from "../../editorui/bodycollection.js";
12
+ import type { DropdownMenuDefinition } from "./utils.js";
13
+ import type { Locale, BaseEvent } from "@ckeditor/ckeditor5-utils";
14
14
  /**
15
- * Creates and manages a multi-level menu UI structure, suitable to be used inside dropdown components.
16
- *
17
- * This class creates a menu structure based on {@link module:ui/dropdown/menu/utils~DropdownMenuDefinition declarative definition}
18
- * passed in the constructor.
19
- *
20
- * Below is an example of a simple definition, that describes a menu with two sub-menus (Menu 1, Menu 2) and four buttons in total (Item A,
21
- * Item B, Item C, Item D):
22
- *
23
- * ```js
24
- * [
25
- * {
26
- * id: 'menu_1',
27
- * menu: 'Menu 1',
28
- * children: [
29
- * { id: 'menu_1_a', label: 'Item A' },
30
- * { id: 'menu_1_b', label: 'Item B' }
31
- * ]
32
- * },
33
- * {
34
- * id: 'menu_2',
35
- * menu: 'Menu 2',
36
- * children: [
37
- * { id: 'menu_2_c', label: 'Item C' },
38
- * ]
39
- * },
40
- * { id: 'item_d', label: 'Item D' }
41
- * ]
42
- * ```
43
- *
44
- * The menu is build using multiple view classes. The most important are:
45
- *
46
- * * {@link module:ui/dropdown/menu/dropdownmenunestedmenuview~DropdownMenuNestedMenuView `DropdownMenuNestedMenuView`} - "menu" - provides
47
- * a panel with a nested menu, and a button which opens the panel,
48
- * * {@link module:ui/dropdown/menu/dropdownmenulistitembuttonview~DropdownMenuListItemButtonView `DropdownMenuListItemButtonView`} -
49
- * "button" or "leaf button" (as opposed to buttons provided by `DropdownMenuNestedMenuView`) - should trigger some action when pressed.
50
- *
51
- * Instances of these two classes are created based on the data provided in definitions. They are assigned proper IDs and labels.
52
- * Other view classes build a proper DOM structure around menus and buttons.
53
- *
54
- * The `DropdownMenuNestedMenuView` instances provides panels, which may include further menus or buttons. These panels are added to
55
- * a `BodyCollection` view, which means they are appended outside the DOM editor and UI structure.
56
- *
57
- * When "leaf button" is pressed, it fires `execute` event which is delegated to `DropdownMenuRootListView` as `menu:execute` event. You
58
- * can listen to this event to perform an action:
59
- *
60
- * ```js
61
- * rootListView.on( 'menu:execute', evt => {
62
- * console.log( evt.source.id ); // E.g. will print 'menu_1_a' when 'Item A' is pressed.
63
- * } );
64
- * ```
65
- *
66
- * All menus and "leaf" buttons created from the definition can be easily accessed through {@link ~DropdownMenuRootListView#menus `menus`}
67
- * and {@link ~DropdownMenuRootListView#buttons `buttons`} properties.
68
- *
69
- * For performance reasons, the whole menu structure is created only when `DropdownMenuRootListView` is rendered for the first time.
70
- *
71
- * It is recommended to use this class together with {@link module:ui/dropdown/utils~addMenuToDropdown `addMenuToDropdown()` helper}.
72
- */
15
+ * Creates and manages a multi-level menu UI structure, suitable to be used inside dropdown components.
16
+ *
17
+ * This class creates a menu structure based on {@link module:ui/dropdown/menu/utils~DropdownMenuDefinition declarative definition}
18
+ * passed in the constructor.
19
+ *
20
+ * Below is an example of a simple definition, that describes a menu with two sub-menus (Menu 1, Menu 2) and four buttons in total (Item A,
21
+ * Item B, Item C, Item D):
22
+ *
23
+ * ```js
24
+ * [
25
+ * {
26
+ * id: 'menu_1',
27
+ * menu: 'Menu 1',
28
+ * children: [
29
+ * { id: 'menu_1_a', label: 'Item A' },
30
+ * { id: 'menu_1_b', label: 'Item B' }
31
+ * ]
32
+ * },
33
+ * {
34
+ * id: 'menu_2',
35
+ * menu: 'Menu 2',
36
+ * children: [
37
+ * { id: 'menu_2_c', label: 'Item C' },
38
+ * ]
39
+ * },
40
+ * { id: 'item_d', label: 'Item D' }
41
+ * ]
42
+ * ```
43
+ *
44
+ * The menu is build using multiple view classes. The most important are:
45
+ *
46
+ * * {@link module:ui/dropdown/menu/dropdownmenunestedmenuview~DropdownMenuNestedMenuView `DropdownMenuNestedMenuView`} - "menu" - provides
47
+ * a panel with a nested menu, and a button which opens the panel,
48
+ * * {@link module:ui/dropdown/menu/dropdownmenulistitembuttonview~DropdownMenuListItemButtonView `DropdownMenuListItemButtonView`} -
49
+ * "button" or "leaf button" (as opposed to buttons provided by `DropdownMenuNestedMenuView`) - should trigger some action when pressed.
50
+ *
51
+ * Instances of these two classes are created based on the data provided in definitions. They are assigned proper IDs and labels.
52
+ * Other view classes build a proper DOM structure around menus and buttons.
53
+ *
54
+ * The `DropdownMenuNestedMenuView` instances provides panels, which may include further menus or buttons. These panels are added to
55
+ * a `BodyCollection` view, which means they are appended outside the DOM editor and UI structure.
56
+ *
57
+ * When "leaf button" is pressed, it fires `execute` event which is delegated to `DropdownMenuRootListView` as `menu:execute` event. You
58
+ * can listen to this event to perform an action:
59
+ *
60
+ * ```js
61
+ * rootListView.on( 'menu:execute', evt => {
62
+ * console.log( evt.source.id ); // E.g. will print 'menu_1_a' when 'Item A' is pressed.
63
+ * } );
64
+ * ```
65
+ *
66
+ * All menus and "leaf" buttons created from the definition can be easily accessed through {@link ~DropdownMenuRootListView#menus `menus`}
67
+ * and {@link ~DropdownMenuRootListView#buttons `buttons`} properties.
68
+ *
69
+ * For performance reasons, the whole menu structure is created only when `DropdownMenuRootListView` is rendered for the first time.
70
+ *
71
+ * It is recommended to use this class together with {@link module:ui/dropdown/utils~addMenuToDropdown `addMenuToDropdown()` helper}.
72
+ */
73
73
  export declare class DropdownMenuRootListView extends DropdownMenuListView {
74
- /**
75
- * The CSS class to be applied to nested menu panels in this dropdown menu.
76
- *
77
- * It is necessary, as the panels are created in body collection, outside editor and UI structure.
78
- */
79
- menuPanelClass: string | undefined;
80
- /**
81
- * The definitions object used to create the whole menu structure.
82
- */
83
- private readonly _definition;
84
- /**
85
- * Cached array of all menus in the dropdown menu (including nested menus).
86
- */
87
- private _cachedMenus;
88
- /**
89
- * Cached array of all buttons in the dropdown menu (including buttons in nested menus).
90
- */
91
- private _cachedButtons;
92
- /**
93
- * Editor body collection into which nested menus panels will be appended.
94
- */
95
- private _bodyCollection;
96
- /**
97
- * Creates an instance of the DropdownMenuRootListView class.
98
- *
99
- * @param locale
100
- * @param bodyCollection
101
- * @param definition The definition object used to create the menu structure.
102
- */
103
- constructor(locale: Locale, bodyCollection: BodyCollection, definition: DropdownMenuDefinition);
104
- /**
105
- * Returns the array of all menus in the dropdown menu (including nested menus).
106
- */
107
- get menus(): Array<DropdownMenuNestedMenuView>;
108
- /**
109
- * Returns the array of all buttons in the dropdown menu (including buttons in nested menus).
110
- *
111
- * Note, that this includes only "leaf" buttons, as specified in the definition passed in constructor. Buttons created as a part of
112
- * the nested menus, that open nested menus when hovered or pressed, are not included.
113
- */
114
- get buttons(): Array<DropdownMenuListItemButtonView>;
115
- /**
116
- * @inheritDoc
117
- */
118
- render(): void;
119
- /**
120
- * Closes all nested menus.
121
- */
122
- closeMenus(): void;
123
- /**
124
- * Recursively creates the whole view tree structure for the dropdown menu, according to the passed `definitions`.
125
- *
126
- * @private
127
- */
128
- private _createStructure;
74
+ /**
75
+ * The CSS class to be applied to nested menu panels in this dropdown menu.
76
+ *
77
+ * It is necessary, as the panels are created in body collection, outside editor and UI structure.
78
+ */
79
+ menuPanelClass: string | undefined;
80
+ /**
81
+ * The definitions object used to create the whole menu structure.
82
+ */
83
+ private readonly _definition;
84
+ /**
85
+ * Cached array of all menus in the dropdown menu (including nested menus).
86
+ */
87
+ private _cachedMenus;
88
+ /**
89
+ * Cached array of all buttons in the dropdown menu (including buttons in nested menus).
90
+ */
91
+ private _cachedButtons;
92
+ /**
93
+ * Editor body collection into which nested menus panels will be appended.
94
+ */
95
+ private _bodyCollection;
96
+ /**
97
+ * Creates an instance of the DropdownMenuRootListView class.
98
+ *
99
+ * @param locale
100
+ * @param bodyCollection
101
+ * @param definition The definition object used to create the menu structure.
102
+ */
103
+ constructor(locale: Locale, bodyCollection: BodyCollection, definition: DropdownMenuDefinition);
104
+ /**
105
+ * Returns the array of all menus in the dropdown menu (including nested menus).
106
+ */
107
+ get menus(): Array<DropdownMenuNestedMenuView>;
108
+ /**
109
+ * Returns the array of all buttons in the dropdown menu (including buttons in nested menus).
110
+ *
111
+ * Note, that this includes only "leaf" buttons, as specified in the definition passed in constructor. Buttons created as a part of
112
+ * the nested menus, that open nested menus when hovered or pressed, are not included.
113
+ */
114
+ get buttons(): Array<DropdownMenuListItemButtonView>;
115
+ /**
116
+ * @inheritDoc
117
+ */
118
+ override render(): void;
119
+ /**
120
+ * Closes all nested menus.
121
+ */
122
+ closeMenus(): void;
123
+ /**
124
+ * Recursively creates the whole view tree structure for the dropdown menu, according to the passed `definitions`.
125
+ *
126
+ * @private
127
+ */
128
+ private _createStructure;
129
129
  }
130
130
  /**
131
- * Fired when one of the menu buttons is executed (through mouse click or keyboard).
132
- *
133
- * This event is a delegated `execute` event fired by the pressed button. The `event.source` is the button which was executed.
134
- *
135
- * @eventName ~DropdownMenuRootListView#menu:execute
136
- */
131
+ * Fired when one of the menu buttons is executed (through mouse click or keyboard).
132
+ *
133
+ * This event is a delegated `execute` event fired by the pressed button. The `event.source` is the button which was executed.
134
+ *
135
+ * @eventName ~DropdownMenuRootListView#menu:execute
136
+ */
137
137
  export interface DropdownMenuRootListViewExecuteEvent extends BaseEvent {
138
- name: 'menu:execute';
139
- args: [];
138
+ name: "menu:execute";
139
+ args: [];
140
140
  }
@@ -1,124 +1,124 @@
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/dropdown/menu/utils
7
- */
8
- import type { PositioningFunction } from '@ckeditor/ckeditor5-utils';
6
+ * @module ui/dropdown/menu/utils
7
+ */
8
+ import type { PositioningFunction } from "@ckeditor/ckeditor5-utils";
9
9
  /**
10
- * Contains every positioning function used by {@link module:ui/dropdown/menu/dropdownmenunestedmenuview~DropdownMenuNestedMenuView} that
11
- * decides where the {@link module:ui/dropdown/menu/dropdownmenunestedmenuview~DropdownMenuNestedMenuView#panelView} should be placed.
12
- *
13
- * Positioning functions:
14
- *
15
- * ┌──────┬───────────────┐
16
- * │ │ │
17
- * └──────┤ │
18
- * │ │
19
- * │ ES │
20
- * └───────────────┘
21
- *
22
- * ┌───────────────┬──────┐
23
- * │ │ │
24
- * │ ├──────┘
25
- * │ │
26
- * │ WS │
27
- * └───────────────┘
28
- *
29
- * ┌───────────────┐
30
- * │ EN │
31
- * │ │
32
- * ┌──────┤ │
33
- * │ │ │
34
- * └──────┴───────────────┘
35
- *
36
- * ┌───────────────┐
37
- * │ WN │
38
- * │ │
39
- * │ ├──────┐
40
- * │ │ │
41
- * └───────────────┴──────┘
42
- */
10
+ * Contains every positioning function used by {@link module:ui/dropdown/menu/dropdownmenunestedmenuview~DropdownMenuNestedMenuView} that
11
+ * decides where the {@link module:ui/dropdown/menu/dropdownmenunestedmenuview~DropdownMenuNestedMenuView#panelView} should be placed.
12
+ *
13
+ * Positioning functions:
14
+ *
15
+ * ┌──────┬───────────────┐
16
+ * │ │ │
17
+ * └──────┤ │
18
+ * │ │
19
+ * │ ES │
20
+ * └───────────────┘
21
+ *
22
+ * ┌───────────────┬──────┐
23
+ * │ │ │
24
+ * │ ├──────┘
25
+ * │ │
26
+ * │ WS │
27
+ * └───────────────┘
28
+ *
29
+ * ┌───────────────┐
30
+ * │ EN │
31
+ * │ │
32
+ * ┌──────┤ │
33
+ * │ │ │
34
+ * └──────┴───────────────┘
35
+ *
36
+ * ┌───────────────┐
37
+ * │ WN │
38
+ * │ │
39
+ * │ ├──────┐
40
+ * │ │ │
41
+ * └───────────────┴──────┘
42
+ */
43
43
  export declare const DropdownMenuPanelPositioningFunctions: Record<string, PositioningFunction>;
44
44
  /**
45
- * Represents the definition of a dropdown menu.
46
- */
45
+ * Represents the definition of a dropdown menu.
46
+ */
47
47
  export type DropdownNestedMenuDefinition = {
48
- /**
49
- * Unique ID for the menu.
50
- */
51
- id: string;
52
- /**
53
- * The menu name. It is used as a label for the button which opens the menu list.
54
- */
55
- menu: string;
56
- /**
57
- * The children of the dropdown menu.
58
- */
59
- children: DropdownMenuDefinition;
48
+ /**
49
+ * Unique ID for the menu.
50
+ */
51
+ id: string;
52
+ /**
53
+ * The menu name. It is used as a label for the button which opens the menu list.
54
+ */
55
+ menu: string;
56
+ /**
57
+ * The children of the dropdown menu.
58
+ */
59
+ children: DropdownMenuDefinition;
60
60
  };
61
61
  /**
62
- * Represents the definition of a dropdown menu item.
63
- */
62
+ * Represents the definition of a dropdown menu item.
63
+ */
64
64
  export type DropdownMenuButtonDefinition = {
65
- /**
66
- * Unique ID for the button.
67
- */
68
- id: string;
69
- /**
70
- * The label for the button.
71
- */
72
- label: string;
65
+ /**
66
+ * Unique ID for the button.
67
+ */
68
+ id: string;
69
+ /**
70
+ * The label for the button.
71
+ */
72
+ label: string;
73
73
  };
74
74
  /**
75
- * A definition for a nestable menu component.
76
- *
77
- * The menu can be flat and include only top-level items, or it can include multiple levels of nested sub-menus.
78
- *
79
- * Example:
80
- *
81
- * ```ts
82
- * [
83
- * {
84
- * id: 'menu_1',
85
- * menu: 'Menu 1',
86
- * children: [
87
- * {
88
- * id: 'menu_1_1',
89
- * menu: 'Nested menu 1',
90
- * children: [
91
- * {
92
- * id: 'item_x',
93
- * label: 'Item X'
94
- * }
95
- * ]
96
- * },
97
- * {
98
- * id: 'menu_1_2',
99
- * menu: 'Nested menu 2',
100
- * children: [
101
- * {
102
- * id: 'item_y',
103
- * label: 'Item Y'
104
- * },
105
- * {
106
- * id: 'item_z',
107
- * label: 'Item Z'
108
- * }
109
- * ]
110
- * }
111
- * ]
112
- * },
113
- * {
114
- * id: 'top_a',
115
- * label: 'Top Item A'
116
- * },
117
- * {
118
- * id: 'top_b',
119
- * label: 'Top Item B'
120
- * }
121
- * ];
122
- * ```
123
- */
75
+ * A definition for a nestable menu component.
76
+ *
77
+ * The menu can be flat and include only top-level items, or it can include multiple levels of nested sub-menus.
78
+ *
79
+ * Example:
80
+ *
81
+ * ```ts
82
+ * [
83
+ * {
84
+ * id: 'menu_1',
85
+ * menu: 'Menu 1',
86
+ * children: [
87
+ * {
88
+ * id: 'menu_1_1',
89
+ * menu: 'Nested menu 1',
90
+ * children: [
91
+ * {
92
+ * id: 'item_x',
93
+ * label: 'Item X'
94
+ * }
95
+ * ]
96
+ * },
97
+ * {
98
+ * id: 'menu_1_2',
99
+ * menu: 'Nested menu 2',
100
+ * children: [
101
+ * {
102
+ * id: 'item_y',
103
+ * label: 'Item Y'
104
+ * },
105
+ * {
106
+ * id: 'item_z',
107
+ * label: 'Item Z'
108
+ * }
109
+ * ]
110
+ * }
111
+ * ]
112
+ * },
113
+ * {
114
+ * id: 'top_a',
115
+ * label: 'Top Item A'
116
+ * },
117
+ * {
118
+ * id: 'top_b',
119
+ * label: 'Top Item B'
120
+ * }
121
+ * ];
122
+ * ```
123
+ */
124
124
  export type DropdownMenuDefinition = Array<DropdownNestedMenuDefinition | DropdownMenuButtonDefinition>;