@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,104 +1,104 @@
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/textarea/textareaview
7
- */
8
- import { type Locale } from '@ckeditor/ckeditor5-utils';
9
- import { InputBase } from '../input/inputbase.js';
10
- import '../../theme/components/input/input.css';
11
- import '../../theme/components/textarea/textarea.css';
6
+ * @module ui/textarea/textareaview
7
+ */
8
+ import { type Locale } from "@ckeditor/ckeditor5-utils";
9
+ import { InputBase } from "../input/inputbase.js";
10
+ import "../../theme/components/input/input.css";
11
+ import "../../theme/components/textarea/textarea.css";
12
12
  /**
13
- * The textarea view class.
14
- *
15
- * ```ts
16
- * const textareaView = new TextareaView();
17
- *
18
- * textareaView.minRows = 2;
19
- * textareaView.maxRows = 10;
20
- *
21
- * textareaView.render();
22
- *
23
- * document.body.append( textareaView.element );
24
- * ```
25
- */
13
+ * The textarea view class.
14
+ *
15
+ * ```ts
16
+ * const textareaView = new TextareaView();
17
+ *
18
+ * textareaView.minRows = 2;
19
+ * textareaView.maxRows = 10;
20
+ *
21
+ * textareaView.render();
22
+ *
23
+ * document.body.append( textareaView.element );
24
+ * ```
25
+ */
26
26
  export declare class TextareaView extends InputBase<HTMLTextAreaElement> {
27
- /**
28
- * Specifies the visible height of a text area, in lines.
29
- *
30
- * @observable
31
- * @default 2
32
- */
33
- minRows: number;
34
- /**
35
- * Specifies the maximum number of rows.
36
- *
37
- * @observable
38
- * @default 5
39
- */
40
- maxRows: number;
41
- /**
42
- * Specifies the value of HTML attribute that indicates whether the user can resize the element.
43
- *
44
- * @observable
45
- * @default 'none'
46
- */
47
- resize: 'both' | 'horizontal' | 'vertical' | 'none';
48
- /**
49
- * An internal property that stores the current height of the textarea. Used for the DOM binding.
50
- *
51
- * @observable
52
- * @default null
53
- * @internal
54
- */
55
- _height: number | null;
56
- /**
57
- * An instance of the resize observer used to detect when the view is visible or not and update
58
- * its height if any changes that affect it were made while it was invisible.
59
- *
60
- * **Note:** Created in {@link #render}.
61
- */
62
- private _resizeObserver;
63
- /**
64
- * A flag that indicates whether the {@link #_updateAutoGrowHeight} method should be called when the view becomes
65
- * visible again. See {@link #_resizeObserver}.
66
- */
67
- private _isUpdateAutoGrowHeightPending;
68
- /**
69
- * @inheritDoc
70
- */
71
- constructor(locale?: Locale);
72
- /**
73
- * @inheritDoc
74
- */
75
- render(): void;
76
- /**
77
- * @inheritDoc
78
- */
79
- destroy(): void;
80
- /**
81
- * @inheritDoc
82
- */
83
- reset(): void;
84
- /**
85
- * Updates the {@link #_height} of the view depending on {@link #minRows}, {@link #maxRows}, and the current content size.
86
- *
87
- * **Note**: This method overrides manual resize done by the user using a handle. It's a known bug.
88
- */
89
- private _updateAutoGrowHeight;
90
- /**
91
- * Validates the {@link #minRows} and {@link #maxRows} properties and warns in the console if the configuration is incorrect.
92
- */
93
- private _validateMinMaxRows;
27
+ /**
28
+ * Specifies the visible height of a text area, in lines.
29
+ *
30
+ * @observable
31
+ * @default 2
32
+ */
33
+ minRows: number;
34
+ /**
35
+ * Specifies the maximum number of rows.
36
+ *
37
+ * @observable
38
+ * @default 5
39
+ */
40
+ maxRows: number;
41
+ /**
42
+ * Specifies the value of HTML attribute that indicates whether the user can resize the element.
43
+ *
44
+ * @observable
45
+ * @default 'none'
46
+ */
47
+ resize: "both" | "horizontal" | "vertical" | "none";
48
+ /**
49
+ * An internal property that stores the current height of the textarea. Used for the DOM binding.
50
+ *
51
+ * @observable
52
+ * @default null
53
+ * @internal
54
+ */
55
+ _height: number | null;
56
+ /**
57
+ * An instance of the resize observer used to detect when the view is visible or not and update
58
+ * its height if any changes that affect it were made while it was invisible.
59
+ *
60
+ * **Note:** Created in {@link #render}.
61
+ */
62
+ private _resizeObserver;
63
+ /**
64
+ * A flag that indicates whether the {@link #_updateAutoGrowHeight} method should be called when the view becomes
65
+ * visible again. See {@link #_resizeObserver}.
66
+ */
67
+ private _isUpdateAutoGrowHeightPending;
68
+ /**
69
+ * @inheritDoc
70
+ */
71
+ constructor(locale?: Locale);
72
+ /**
73
+ * @inheritDoc
74
+ */
75
+ override render(): void;
76
+ /**
77
+ * @inheritDoc
78
+ */
79
+ override destroy(): void;
80
+ /**
81
+ * @inheritDoc
82
+ */
83
+ override reset(): void;
84
+ /**
85
+ * Updates the {@link #_height} of the view depending on {@link #minRows}, {@link #maxRows}, and the current content size.
86
+ *
87
+ * **Note**: This method overrides manual resize done by the user using a handle. It's a known bug.
88
+ */
89
+ private _updateAutoGrowHeight;
90
+ /**
91
+ * Validates the {@link #minRows} and {@link #maxRows} properties and warns in the console if the configuration is incorrect.
92
+ */
93
+ private _validateMinMaxRows;
94
94
  }
95
95
  /**
96
- * Fired every time the layout of the {@link module:ui/textarea/textareaview~TextareaView} possibly changed as a result
97
- * of the user input or the value change via {@link module:ui/textarea/textareaview~TextareaView#value}.
98
- *
99
- * @eventName ~TextareaView#update
100
- */
96
+ * Fired every time the layout of the {@link module:ui/textarea/textareaview~TextareaView} possibly changed as a result
97
+ * of the user input or the value change via {@link module:ui/textarea/textareaview~TextareaView#value}.
98
+ *
99
+ * @eventName ~TextareaView#update
100
+ */
101
101
  export type TextareaViewUpdateEvent = {
102
- name: 'update';
103
- args: [];
102
+ name: "update";
103
+ args: [];
104
104
  };
@@ -1,130 +1,130 @@
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/toolbar/balloon/balloontoolbar
7
- */
8
- import { ContextualBalloon } from '../../panel/balloon/contextualballoon.js';
9
- import { ToolbarView } from '../toolbarview.js';
10
- import { Plugin, type Editor } from '@ckeditor/ckeditor5-core';
11
- import { FocusTracker } from '@ckeditor/ckeditor5-utils';
6
+ * @module ui/toolbar/balloon/balloontoolbar
7
+ */
8
+ import { ContextualBalloon } from "../../panel/balloon/contextualballoon.js";
9
+ import { ToolbarView } from "../toolbarview.js";
10
+ import { Plugin, type Editor, type PluginDependenciesOf } from "@ckeditor/ckeditor5-core";
11
+ import { FocusTracker } from "@ckeditor/ckeditor5-utils";
12
12
  /**
13
- * The contextual toolbar.
14
- *
15
- * It uses the {@link module:ui/panel/balloon/contextualballoon~ContextualBalloon contextual balloon plugin}.
16
- */
13
+ * The contextual toolbar.
14
+ *
15
+ * It uses the {@link module:ui/panel/balloon/contextualballoon~ContextualBalloon contextual balloon plugin}.
16
+ */
17
17
  export declare class BalloonToolbar extends Plugin {
18
- /**
19
- * The toolbar view displayed in the balloon.
20
- */
21
- readonly toolbarView: ToolbarView;
22
- /**
23
- * Tracks the focus of the {@link module:ui/editorui/editorui~EditorUI#getEditableElement editable element}
24
- * and the {@link #toolbarView}. When both are blurred then the toolbar should hide.
25
- */
26
- readonly focusTracker: FocusTracker;
27
- /**
28
- * A cached and normalized `config.balloonToolbar` object.
29
- */
30
- private _balloonConfig;
31
- /**
32
- * An instance of the resize observer that allows to respond to changes in editable's geometry
33
- * so the toolbar can stay within its boundaries (and group toolbar items that do not fit).
34
- *
35
- * **Note**: Used only when `shouldNotGroupWhenFull` was **not** set in the
36
- * {@link module:core/editor/editorconfig~EditorConfig#balloonToolbar configuration}.
37
- *
38
- * **Note:** Created in {@link #init}.
39
- */
40
- private _resizeObserver;
41
- /**
42
- * The contextual balloon plugin instance.
43
- */
44
- private readonly _balloon;
45
- /**
46
- * Fires `_selectionChangeDebounced` event using `es-toolkit#debounce`.
47
- *
48
- * This event is an internal plugin event which is fired 200 ms after model selection last change.
49
- * This is to makes easy test debounced action without need to use `setTimeout`.
50
- *
51
- * This function is stored as a plugin property to make possible to cancel
52
- * trailing debounced invocation on destroy.
53
- */
54
- private readonly _fireSelectionChangeDebounced;
55
- /**
56
- * @inheritDoc
57
- */
58
- static get pluginName(): "BalloonToolbar";
59
- /**
60
- * @inheritDoc
61
- */
62
- static get isOfficialPlugin(): true;
63
- /**
64
- * @inheritDoc
65
- */
66
- static get requires(): readonly [typeof ContextualBalloon];
67
- /**
68
- * @inheritDoc
69
- */
70
- constructor(editor: Editor);
71
- /**
72
- * @inheritDoc
73
- */
74
- init(): void;
75
- /**
76
- * Returns whether the toolbar is visible in the ContextualBalloon.
77
- */
78
- private get _isToolbarVisible();
79
- /**
80
- * Creates the toolbar view instance.
81
- */
82
- private _createToolbarView;
83
- /**
84
- * Shows the toolbar and attaches it to the selection.
85
- *
86
- * Fires {@link #event:show} event which can be stopped to prevent the toolbar from showing up.
87
- *
88
- * @param showForCollapsedSelection When set `true`, the toolbar will show despite collapsed selection in the
89
- * editing view.
90
- */
91
- show(showForCollapsedSelection?: boolean): void;
92
- /**
93
- * Hides the toolbar.
94
- */
95
- hide(): void;
96
- /**
97
- * Add or remove editable elements to the focus tracker. It watches added and removed roots
98
- * and adds or removes their editable elements to the focus tracker.
99
- */
100
- private _trackFocusableEditableElements;
101
- /**
102
- * Returns positioning options for the {@link #_balloon}. They control the way balloon is attached
103
- * to the selection.
104
- */
105
- private _getBalloonPositionData;
106
- /**
107
- * Updates the position of the {@link #_balloon} to make up for changes:
108
- *
109
- * * in the geometry of the selection it is attached to (e.g. the selection moved in the viewport or expanded or shrunk),
110
- * * or the geometry of the balloon toolbar itself (e.g. the toolbar has grouped or ungrouped some items and it is shorter or longer).
111
- */
112
- private _updatePosition;
113
- /**
114
- * @inheritDoc
115
- */
116
- destroy(): void;
117
- /**
118
- * Returns toolbar positions for the given direction of the selection.
119
- */
120
- private _getBalloonPositions;
18
+ /**
19
+ * The toolbar view displayed in the balloon.
20
+ */
21
+ readonly toolbarView: ToolbarView;
22
+ /**
23
+ * Tracks the focus of the {@link module:ui/editorui/editorui~EditorUI#getEditableElement editable element}
24
+ * and the {@link #toolbarView}. When both are blurred then the toolbar should hide.
25
+ */
26
+ readonly focusTracker: FocusTracker;
27
+ /**
28
+ * A cached and normalized `config.balloonToolbar` object.
29
+ */
30
+ private _balloonConfig;
31
+ /**
32
+ * An instance of the resize observer that allows to respond to changes in editable's geometry
33
+ * so the toolbar can stay within its boundaries (and group toolbar items that do not fit).
34
+ *
35
+ * **Note**: Used only when `shouldNotGroupWhenFull` was **not** set in the
36
+ * {@link module:core/editor/editorconfig~EditorConfig#balloonToolbar configuration}.
37
+ *
38
+ * **Note:** Created in {@link #init}.
39
+ */
40
+ private _resizeObserver;
41
+ /**
42
+ * The contextual balloon plugin instance.
43
+ */
44
+ private readonly _balloon;
45
+ /**
46
+ * Fires `_selectionChangeDebounced` event using `es-toolkit#debounce`.
47
+ *
48
+ * This event is an internal plugin event which is fired 200 ms after model selection last change.
49
+ * This is to makes easy test debounced action without need to use `setTimeout`.
50
+ *
51
+ * This function is stored as a plugin property to make possible to cancel
52
+ * trailing debounced invocation on destroy.
53
+ */
54
+ private readonly _fireSelectionChangeDebounced;
55
+ /**
56
+ * @inheritDoc
57
+ */
58
+ static get pluginName(): "BalloonToolbar";
59
+ /**
60
+ * @inheritDoc
61
+ */
62
+ static override get isOfficialPlugin(): true;
63
+ /**
64
+ * @inheritDoc
65
+ */
66
+ static get requires(): PluginDependenciesOf<[ContextualBalloon]>;
67
+ /**
68
+ * @inheritDoc
69
+ */
70
+ constructor(editor: Editor);
71
+ /**
72
+ * @inheritDoc
73
+ */
74
+ init(): void;
75
+ /**
76
+ * Returns whether the toolbar is visible in the ContextualBalloon.
77
+ */
78
+ private get _isToolbarVisible();
79
+ /**
80
+ * Creates the toolbar view instance.
81
+ */
82
+ private _createToolbarView;
83
+ /**
84
+ * Shows the toolbar and attaches it to the selection.
85
+ *
86
+ * Fires {@link #event:show} event which can be stopped to prevent the toolbar from showing up.
87
+ *
88
+ * @param showForCollapsedSelection When set `true`, the toolbar will show despite collapsed selection in the
89
+ * editing view.
90
+ */
91
+ show(showForCollapsedSelection?: boolean): void;
92
+ /**
93
+ * Hides the toolbar.
94
+ */
95
+ hide(): void;
96
+ /**
97
+ * Add or remove editable elements to the focus tracker. It watches added and removed roots
98
+ * and adds or removes their editable elements to the focus tracker.
99
+ */
100
+ private _trackFocusableEditableElements;
101
+ /**
102
+ * Returns positioning options for the {@link #_balloon}. They control the way balloon is attached
103
+ * to the selection.
104
+ */
105
+ private _getBalloonPositionData;
106
+ /**
107
+ * Updates the position of the {@link #_balloon} to make up for changes:
108
+ *
109
+ * * in the geometry of the selection it is attached to (e.g. the selection moved in the viewport or expanded or shrunk),
110
+ * * or the geometry of the balloon toolbar itself (e.g. the toolbar has grouped or ungrouped some items and it is shorter or longer).
111
+ */
112
+ private _updatePosition;
113
+ /**
114
+ * @inheritDoc
115
+ */
116
+ override destroy(): void;
117
+ /**
118
+ * Returns toolbar positions for the given direction of the selection.
119
+ */
120
+ private _getBalloonPositions;
121
121
  }
122
122
  /**
123
- * This event is fired just before the toolbar shows up. Stopping this event will prevent this.
124
- *
125
- * @eventName ~BalloonToolbar#show
126
- */
123
+ * This event is fired just before the toolbar shows up. Stopping this event will prevent this.
124
+ *
125
+ * @eventName ~BalloonToolbar#show
126
+ */
127
127
  export type BalloonToolbarShowEvent = {
128
- name: 'show';
129
- args: [];
128
+ name: "show";
129
+ args: [];
130
130
  };
@@ -1,35 +1,35 @@
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/toolbar/block/blockbuttonview
7
- */
8
- import { ButtonView } from '../../button/buttonview.js';
9
- import { type Locale } from '@ckeditor/ckeditor5-utils';
10
- import '../../../theme/components/toolbar/blocktoolbar.css';
6
+ * @module ui/toolbar/block/blockbuttonview
7
+ */
8
+ import { ButtonView } from "../../button/buttonview.js";
9
+ import { type Locale } from "@ckeditor/ckeditor5-utils";
10
+ import "../../../theme/components/toolbar/blocktoolbar.css";
11
11
  /**
12
- * The block button view class.
13
- *
14
- * This view represents a button attached next to block element where the selection is anchored.
15
- *
16
- * See {@link module:ui/toolbar/block/blocktoolbar~BlockToolbar}.
17
- */
12
+ * The block button view class.
13
+ *
14
+ * This view represents a button attached next to block element where the selection is anchored.
15
+ *
16
+ * See {@link module:ui/toolbar/block/blocktoolbar~BlockToolbar}.
17
+ */
18
18
  export declare class BlockButtonView extends ButtonView {
19
- /**
20
- * Top offset.
21
- *
22
- * @observable
23
- */
24
- top: number;
25
- /**
26
- * Left offset.
27
- *
28
- * @observable
29
- */
30
- left: number;
31
- /**
32
- * @inheritDoc
33
- */
34
- constructor(locale?: Locale);
19
+ /**
20
+ * Top offset.
21
+ *
22
+ * @observable
23
+ */
24
+ top: number;
25
+ /**
26
+ * Left offset.
27
+ *
28
+ * @observable
29
+ */
30
+ left: number;
31
+ /**
32
+ * @inheritDoc
33
+ */
34
+ constructor(locale?: Locale);
35
35
  }