@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.
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,310 +1,310 @@
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/panel/balloon/contextualballoon
7
- */
8
- import { BalloonPanelView } from './balloonpanelview.js';
9
- import { View } from '../../view.js';
10
- import { ButtonView } from '../../button/buttonview.js';
11
- import { type ViewCollection } from '../../viewcollection.js';
12
- import { Plugin, type Editor } from '@ckeditor/ckeditor5-core';
13
- import { FocusTracker, type Locale, type DomOptimalPositionOptions, type DecoratedMethodEvent } from '@ckeditor/ckeditor5-utils';
14
- import '../../../theme/components/panel/balloonrotator.css';
15
- import '../../../theme/components/panel/fakepanel.css';
6
+ * @module ui/panel/balloon/contextualballoon
7
+ */
8
+ import { BalloonPanelView } from "./balloonpanelview.js";
9
+ import { View } from "../../view.js";
10
+ import { ButtonView } from "../../button/buttonview.js";
11
+ import { type ViewCollection } from "../../viewcollection.js";
12
+ import { Plugin, type Editor } from "@ckeditor/ckeditor5-core";
13
+ import { FocusTracker, type Locale, type DomOptimalPositionOptions, type DecoratedMethodEvent } from "@ckeditor/ckeditor5-utils";
14
+ import "../../../theme/components/panel/balloonrotator.css";
15
+ import "../../../theme/components/panel/fakepanel.css";
16
16
  /**
17
- * Provides the common contextual balloon for the editor.
18
- *
19
- * The role of this plugin is to unify the contextual balloons logic, simplify views management and help
20
- * avoid the unnecessary complexity of handling multiple {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView}
21
- * instances in the editor.
22
- *
23
- * This plugin allows for creating single or multiple panel stacks.
24
- *
25
- * Each stack may have multiple views, with the one on the top being visible. When the visible view is removed from the stack,
26
- * the previous view becomes visible.
27
- *
28
- * It might be useful to implement nested navigation in a balloon. For instance, a toolbar view may contain a link button.
29
- * When you click it, a link view (which lets you set the URL) is created and put on top of the toolbar view, so the link panel
30
- * is displayed. When you finish editing the link and close (remove) the link view, the toolbar view is visible again.
31
- *
32
- * However, there are cases when there are multiple independent balloons to be displayed, for instance, if the selection
33
- * is inside two inline comments at the same time. For such cases, you can create two independent panel stacks.
34
- * The contextual balloon plugin will create a navigation bar to let the users switch between these panel stacks using the "Next"
35
- * and "Previous" buttons.
36
- *
37
- * If there are no views in the current stack, the balloon panel will try to switch to the next stack. If there are no
38
- * panels in any stack, the balloon panel will be hidden.
39
- *
40
- * **Note**: To force the balloon panel to show only one view, even if there are other stacks, use the `singleViewMode=true` option
41
- * when {@link module:ui/panel/balloon/contextualballoon~ContextualBalloon#add adding} a view to a panel.
42
- *
43
- * From the implementation point of view, the contextual ballon plugin is reusing a single
44
- * {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView} instance to display multiple contextual balloon
45
- * panels in the editor. It also creates a special {@link module:ui/panel/balloon/contextualballoon~RotatorView rotator view},
46
- * used to manage multiple panel stacks. Rotator view is a child of the balloon panel view and the parent of the specific
47
- * view you want to display. If there is more than one panel stack to be displayed, the rotator view will add a
48
- * navigation bar. If there is only one stack, the rotator view is transparent (it does not add any UI elements).
49
- */
17
+ * Provides the common contextual balloon for the editor.
18
+ *
19
+ * The role of this plugin is to unify the contextual balloons logic, simplify views management and help
20
+ * avoid the unnecessary complexity of handling multiple {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView}
21
+ * instances in the editor.
22
+ *
23
+ * This plugin allows for creating single or multiple panel stacks.
24
+ *
25
+ * Each stack may have multiple views, with the one on the top being visible. When the visible view is removed from the stack,
26
+ * the previous view becomes visible.
27
+ *
28
+ * It might be useful to implement nested navigation in a balloon. For instance, a toolbar view may contain a link button.
29
+ * When you click it, a link view (which lets you set the URL) is created and put on top of the toolbar view, so the link panel
30
+ * is displayed. When you finish editing the link and close (remove) the link view, the toolbar view is visible again.
31
+ *
32
+ * However, there are cases when there are multiple independent balloons to be displayed, for instance, if the selection
33
+ * is inside two inline comments at the same time. For such cases, you can create two independent panel stacks.
34
+ * The contextual balloon plugin will create a navigation bar to let the users switch between these panel stacks using the "Next"
35
+ * and "Previous" buttons.
36
+ *
37
+ * If there are no views in the current stack, the balloon panel will try to switch to the next stack. If there are no
38
+ * panels in any stack, the balloon panel will be hidden.
39
+ *
40
+ * **Note**: To force the balloon panel to show only one view, even if there are other stacks, use the `singleViewMode=true` option
41
+ * when {@link module:ui/panel/balloon/contextualballoon~ContextualBalloon#add adding} a view to a panel.
42
+ *
43
+ * From the implementation point of view, the contextual ballon plugin is reusing a single
44
+ * {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView} instance to display multiple contextual balloon
45
+ * panels in the editor. It also creates a special {@link module:ui/panel/balloon/contextualballoon~RotatorView rotator view},
46
+ * used to manage multiple panel stacks. Rotator view is a child of the balloon panel view and the parent of the specific
47
+ * view you want to display. If there is more than one panel stack to be displayed, the rotator view will add a
48
+ * navigation bar. If there is only one stack, the rotator view is transparent (it does not add any UI elements).
49
+ */
50
50
  export declare class ContextualBalloon extends Plugin {
51
- /**
52
- * The {@link module:utils/dom/position~DomOptimalPositionOptions#limiter position limiter}
53
- * for the {@link #view balloon}, used when no `limiter` has been passed into {@link #add}
54
- * or {@link #updatePosition}.
55
- *
56
- * By default, a function that obtains the farthest DOM
57
- * {@link module:engine/view/rooteditableelement~ViewRootEditableElement}
58
- * of the {@link module:engine/view/document~ViewDocument#selection}.
59
- */
60
- positionLimiter: DomOptimalPositionOptions['limiter'];
61
- visibleStack?: string;
62
- /**
63
- * The currently visible view or `null` when there are no views in any stack.
64
- *
65
- * @readonly
66
- * @observable
67
- */
68
- visibleView: View | null;
69
- /**
70
- * A total number of all stacks in the balloon.
71
- *
72
- * @private
73
- * @readonly
74
- * @observable
75
- */
76
- _numberOfStacks: number;
77
- /**
78
- * A flag that controls the single view mode.
79
- *
80
- * @private
81
- * @readonly
82
- * @observable
83
- */
84
- _singleViewMode: boolean;
85
- /**
86
- * The map of views and their stacks.
87
- */
88
- private _viewToStack;
89
- /**
90
- * The map of IDs and stacks.
91
- */
92
- private _idToStack;
93
- /**
94
- * The common balloon panel view.
95
- */
96
- private _view;
97
- /**
98
- * Rotator view embedded in the contextual balloon.
99
- * Displays the currently visible view in the balloon and provides navigation for switching stacks.
100
- */
101
- private _rotatorView;
102
- /**
103
- * Displays fake panels under the balloon panel view when multiple stacks are added to the balloon.
104
- */
105
- private _fakePanelsView;
106
- /**
107
- * @inheritDoc
108
- */
109
- static get pluginName(): "ContextualBalloon";
110
- /**
111
- * @inheritDoc
112
- */
113
- static get isOfficialPlugin(): true;
114
- /**
115
- * @inheritDoc
116
- */
117
- constructor(editor: Editor);
118
- /**
119
- * @inheritDoc
120
- */
121
- destroy(): void;
122
- /**
123
- * The common balloon panel view.
124
- */
125
- get view(): BalloonPanelView;
126
- /**
127
- * Returns `true` when the given view is in one of the stacks. Otherwise returns `false`.
128
- */
129
- hasView(view: View): boolean;
130
- /**
131
- * Adds a new view to the stack and makes it visible if the current stack is visible
132
- * or it is the first view in the balloon.
133
- *
134
- * @param data The configuration of the view.
135
- * @param data.stackId The ID of the stack that the view is added to. Defaults to `'main'`.
136
- * @param data.view The content of the balloon.
137
- * @param data.position Positioning options.
138
- * @param data.balloonClassName An additional CSS class added to the {@link #view balloon} when visible.
139
- * @param data.withArrow Whether the {@link #view balloon} should be rendered with an arrow. Defaults to `true`.
140
- * @param data.singleViewMode Whether the view should be the only visible view even if other stacks were added. Defaults to `false`.
141
- */
142
- add(data: ViewConfiguration): void;
143
- /**
144
- * Removes the given view from the stack. If the removed view was visible,
145
- * the view preceding it in the stack will become visible instead.
146
- * When there is no view in the stack, the next stack will be displayed.
147
- * When there are no more stacks, the balloon will hide.
148
- *
149
- * @param view A view to be removed from the balloon.
150
- */
151
- remove(view: View): void;
152
- /**
153
- * Updates the position of the balloon using the position data of the first visible view in the stack.
154
- * When new position data is given, the position data of the currently visible view will be updated.
155
- *
156
- * @param position Position options.
157
- */
158
- updatePosition(position?: Partial<DomOptimalPositionOptions>): void;
159
- /**
160
- * Returns position options of the last view in the stack.
161
- * This keeps the balloon in the same position when the view is changed.
162
- */
163
- getPositionOptions(): Partial<DomOptimalPositionOptions> | undefined;
164
- /**
165
- * Shows the last view from the stack of a given ID.
166
- */
167
- showStack(id: string): void;
168
- /**
169
- * Initializes view instances.
170
- */
171
- private _createPanelView;
172
- /**
173
- * Returns the stack of the currently visible view.
174
- */
175
- private get _visibleStack();
176
- /**
177
- * Returns the ID of the given stack.
178
- */
179
- private _getStackId;
180
- /**
181
- * Shows the last view from the next stack.
182
- */
183
- private _showNextStack;
184
- /**
185
- * Shows the last view from the previous stack.
186
- */
187
- private _showPrevStack;
188
- /**
189
- * Creates a rotator view.
190
- */
191
- private _createRotatorView;
192
- /**
193
- * Creates a fake panels view.
194
- */
195
- private _createFakePanelsView;
196
- /**
197
- * Sets the view as the content of the balloon and attaches the balloon using position
198
- * options of the first view.
199
- *
200
- * @param data Configuration.
201
- * @param data.view The view to show in the balloon.
202
- * @param data.balloonClassName Additional class name which will be added to the {@link #view balloon}.
203
- * @param data.withArrow Whether the {@link #view balloon} should be rendered with an arrow.
204
- */
205
- private _showView;
51
+ /**
52
+ * The {@link module:utils/dom/position~DomOptimalPositionOptions#limiter position limiter}
53
+ * for the {@link #view balloon}, used when no `limiter` has been passed into {@link #add}
54
+ * or {@link #updatePosition}.
55
+ *
56
+ * By default, a function that obtains the farthest DOM
57
+ * {@link module:engine/view/rooteditableelement~ViewRootEditableElement}
58
+ * of the {@link module:engine/view/document~ViewDocument#selection}.
59
+ */
60
+ positionLimiter: DomOptimalPositionOptions["limiter"];
61
+ visibleStack?: string;
62
+ /**
63
+ * The currently visible view or `null` when there are no views in any stack.
64
+ *
65
+ * @readonly
66
+ * @observable
67
+ */
68
+ visibleView: View | null;
69
+ /**
70
+ * A total number of all stacks in the balloon.
71
+ *
72
+ * @private
73
+ * @readonly
74
+ * @observable
75
+ */
76
+ _numberOfStacks: number;
77
+ /**
78
+ * A flag that controls the single view mode.
79
+ *
80
+ * @private
81
+ * @readonly
82
+ * @observable
83
+ */
84
+ _singleViewMode: boolean;
85
+ /**
86
+ * The map of views and their stacks.
87
+ */
88
+ private _viewToStack;
89
+ /**
90
+ * The map of IDs and stacks.
91
+ */
92
+ private _idToStack;
93
+ /**
94
+ * The common balloon panel view.
95
+ */
96
+ private _view;
97
+ /**
98
+ * Rotator view embedded in the contextual balloon.
99
+ * Displays the currently visible view in the balloon and provides navigation for switching stacks.
100
+ */
101
+ private _rotatorView;
102
+ /**
103
+ * Displays fake panels under the balloon panel view when multiple stacks are added to the balloon.
104
+ */
105
+ private _fakePanelsView;
106
+ /**
107
+ * @inheritDoc
108
+ */
109
+ static get pluginName(): "ContextualBalloon";
110
+ /**
111
+ * @inheritDoc
112
+ */
113
+ static override get isOfficialPlugin(): true;
114
+ /**
115
+ * @inheritDoc
116
+ */
117
+ constructor(editor: Editor);
118
+ /**
119
+ * @inheritDoc
120
+ */
121
+ override destroy(): void;
122
+ /**
123
+ * The common balloon panel view.
124
+ */
125
+ get view(): BalloonPanelView;
126
+ /**
127
+ * Returns `true` when the given view is in one of the stacks. Otherwise returns `false`.
128
+ */
129
+ hasView(view: View): boolean;
130
+ /**
131
+ * Adds a new view to the stack and makes it visible if the current stack is visible
132
+ * or it is the first view in the balloon.
133
+ *
134
+ * @param data The configuration of the view.
135
+ * @param data.stackId The ID of the stack that the view is added to. Defaults to `'main'`.
136
+ * @param data.view The content of the balloon.
137
+ * @param data.position Positioning options.
138
+ * @param data.balloonClassName An additional CSS class added to the {@link #view balloon} when visible.
139
+ * @param data.withArrow Whether the {@link #view balloon} should be rendered with an arrow. Defaults to `true`.
140
+ * @param data.singleViewMode Whether the view should be the only visible view even if other stacks were added. Defaults to `false`.
141
+ */
142
+ add(data: ViewConfiguration): void;
143
+ /**
144
+ * Removes the given view from the stack. If the removed view was visible,
145
+ * the view preceding it in the stack will become visible instead.
146
+ * When there is no view in the stack, the next stack will be displayed.
147
+ * When there are no more stacks, the balloon will hide.
148
+ *
149
+ * @param view A view to be removed from the balloon.
150
+ */
151
+ remove(view: View): void;
152
+ /**
153
+ * Updates the position of the balloon using the position data of the first visible view in the stack.
154
+ * When new position data is given, the position data of the currently visible view will be updated.
155
+ *
156
+ * @param position Position options.
157
+ */
158
+ updatePosition(position?: Partial<DomOptimalPositionOptions>): void;
159
+ /**
160
+ * Returns position options of the last view in the stack.
161
+ * This keeps the balloon in the same position when the view is changed.
162
+ */
163
+ getPositionOptions(): Partial<DomOptimalPositionOptions> | undefined;
164
+ /**
165
+ * Shows the last view from the stack of a given ID.
166
+ */
167
+ showStack(id: string): void;
168
+ /**
169
+ * Initializes view instances.
170
+ */
171
+ private _createPanelView;
172
+ /**
173
+ * Returns the stack of the currently visible view.
174
+ */
175
+ private get _visibleStack();
176
+ /**
177
+ * Returns the ID of the given stack.
178
+ */
179
+ private _getStackId;
180
+ /**
181
+ * Shows the last view from the next stack.
182
+ */
183
+ private _showNextStack;
184
+ /**
185
+ * Shows the last view from the previous stack.
186
+ */
187
+ private _showPrevStack;
188
+ /**
189
+ * Creates a rotator view.
190
+ */
191
+ private _createRotatorView;
192
+ /**
193
+ * Creates a fake panels view.
194
+ */
195
+ private _createFakePanelsView;
196
+ /**
197
+ * Sets the view as the content of the balloon and attaches the balloon using position
198
+ * options of the first view.
199
+ *
200
+ * @param data Configuration.
201
+ * @param data.view The view to show in the balloon.
202
+ * @param data.balloonClassName Additional class name which will be added to the {@link #view balloon}.
203
+ * @param data.withArrow Whether the {@link #view balloon} should be rendered with an arrow.
204
+ */
205
+ private _showView;
206
206
  }
207
207
  /**
208
- * An event fired when the {@link module:ui/panel/balloon/contextualballoon~ContextualBalloon} is about to get the position of the balloon.
209
- *
210
- * @eventName ~ContextualBalloon#getPositionOptions
211
- */
212
- export type ContextualBalloonGetPositionOptionsEvent = DecoratedMethodEvent<ContextualBalloon, 'getPositionOptions'>;
208
+ * An event fired when the {@link module:ui/panel/balloon/contextualballoon~ContextualBalloon} is about to get the position of the balloon.
209
+ *
210
+ * @eventName ~ContextualBalloon#getPositionOptions
211
+ */
212
+ export type ContextualBalloonGetPositionOptionsEvent = DecoratedMethodEvent<ContextualBalloon, "getPositionOptions">;
213
213
  /**
214
- * The configuration of the view.
215
- */
214
+ * The configuration of the view.
215
+ */
216
216
  export interface ViewConfiguration {
217
- /**
218
- * The ID of the stack that the view is added to.
219
- *
220
- * @default 'main'
221
- */
222
- stackId?: string;
223
- /**
224
- * The content of the balloon.
225
- */
226
- view: View;
227
- /**
228
- * Positioning options.
229
- */
230
- position?: Partial<DomOptimalPositionOptions>;
231
- /**
232
- * An additional CSS class added to the {@link #view balloon} when visible.
233
- */
234
- balloonClassName?: string;
235
- /**
236
- * Whether the {@link #view balloon} should be rendered with an arrow.
237
- *
238
- * @default true
239
- */
240
- withArrow?: boolean;
241
- /**
242
- * Whether the view should be the only visible view even if other stacks were added.
243
- *
244
- * @default false
245
- */
246
- singleViewMode?: boolean;
217
+ /**
218
+ * The ID of the stack that the view is added to.
219
+ *
220
+ * @default 'main'
221
+ */
222
+ stackId?: string;
223
+ /**
224
+ * The content of the balloon.
225
+ */
226
+ view: View;
227
+ /**
228
+ * Positioning options.
229
+ */
230
+ position?: Partial<DomOptimalPositionOptions>;
231
+ /**
232
+ * An additional CSS class added to the {@link #view balloon} when visible.
233
+ */
234
+ balloonClassName?: string;
235
+ /**
236
+ * Whether the {@link #view balloon} should be rendered with an arrow.
237
+ *
238
+ * @default true
239
+ */
240
+ withArrow?: boolean;
241
+ /**
242
+ * Whether the view should be the only visible view even if other stacks were added.
243
+ *
244
+ * @default false
245
+ */
246
+ singleViewMode?: boolean;
247
247
  }
248
248
  /**
249
- * Rotator view is a helper class for the {@link module:ui/panel/balloon/contextualballoon~ContextualBalloon ContextualBalloon}.
250
- * It is used for displaying the last view from the current stack and providing navigation buttons for switching stacks.
251
- * See the {@link module:ui/panel/balloon/contextualballoon~ContextualBalloon ContextualBalloon} documentation to learn more.
252
- * @internal
253
- */
249
+ * Rotator view is a helper class for the {@link module:ui/panel/balloon/contextualballoon~ContextualBalloon ContextualBalloon}.
250
+ * It is used for displaying the last view from the current stack and providing navigation buttons for switching stacks.
251
+ * See the {@link module:ui/panel/balloon/contextualballoon~ContextualBalloon ContextualBalloon} documentation to learn more.
252
+ * @internal
253
+ */
254
254
  export declare class RotatorView extends View {
255
- /**
256
- * Used for checking if a view is focused or not.
257
- */
258
- readonly focusTracker: FocusTracker;
259
- /**
260
- * Navigation button for switching the stack to the previous one.
261
- */
262
- readonly buttonPrevView: ButtonView;
263
- /**
264
- * Navigation button for switching the stack to the next one.
265
- */
266
- readonly buttonNextView: ButtonView;
267
- /**
268
- * A collection of the child views that creates the rotator content.
269
- */
270
- readonly content: ViewCollection;
271
- /**
272
- * Defines whether navigation is visible or not.
273
- *
274
- * @observable
275
- */
276
- isNavigationVisible: boolean;
277
- /**
278
- * @observable
279
- */
280
- counter: string;
281
- /**
282
- * @inheritDoc
283
- */
284
- constructor(locale: Locale);
285
- /**
286
- * @inheritDoc
287
- */
288
- render(): void;
289
- /**
290
- * @inheritDoc
291
- */
292
- destroy(): void;
293
- /**
294
- * Shows a given view.
295
- *
296
- * @param view The view to show.
297
- */
298
- showView(view: View): void;
299
- /**
300
- * Hides the currently displayed view.
301
- */
302
- hideView(): void;
303
- /**
304
- * Creates a navigation button view.
305
- *
306
- * @param label The button label.
307
- * @param icon The button icon.
308
- */
309
- private _createButtonView;
255
+ /**
256
+ * Used for checking if a view is focused or not.
257
+ */
258
+ readonly focusTracker: FocusTracker;
259
+ /**
260
+ * Navigation button for switching the stack to the previous one.
261
+ */
262
+ readonly buttonPrevView: ButtonView;
263
+ /**
264
+ * Navigation button for switching the stack to the next one.
265
+ */
266
+ readonly buttonNextView: ButtonView;
267
+ /**
268
+ * A collection of the child views that creates the rotator content.
269
+ */
270
+ readonly content: ViewCollection;
271
+ /**
272
+ * Defines whether navigation is visible or not.
273
+ *
274
+ * @observable
275
+ */
276
+ isNavigationVisible: boolean;
277
+ /**
278
+ * @observable
279
+ */
280
+ counter: string;
281
+ /**
282
+ * @inheritDoc
283
+ */
284
+ constructor(locale: Locale);
285
+ /**
286
+ * @inheritDoc
287
+ */
288
+ override render(): void;
289
+ /**
290
+ * @inheritDoc
291
+ */
292
+ override destroy(): void;
293
+ /**
294
+ * Shows a given view.
295
+ *
296
+ * @param view The view to show.
297
+ */
298
+ showView(view: View): void;
299
+ /**
300
+ * Hides the currently displayed view.
301
+ */
302
+ hideView(): void;
303
+ /**
304
+ * Creates a navigation button view.
305
+ *
306
+ * @param label The button label.
307
+ * @param icon The button icon.
308
+ */
309
+ private _createButtonView;
310
310
  }