@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,198 +1,195 @@
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/tooltipmanager
7
- */
8
- import { View } from './view.js';
9
- import { BalloonPanelView } from './panel/balloon/balloonpanelview.js';
10
- import { type PositioningFunction } from '@ckeditor/ckeditor5-utils';
11
- import type { Editor } from '@ckeditor/ckeditor5-core';
12
- import '../theme/components/tooltip/tooltip.css';
13
- declare const TooltipManager_base: {
14
- new (): import("@ckeditor/ckeditor5-utils").DomEmitter;
15
- prototype: import("@ckeditor/ckeditor5-utils").DomEmitter;
16
- };
6
+ * @module ui/tooltipmanager
7
+ */
8
+ import { View } from "./view.js";
9
+ import { BalloonPanelView } from "./panel/balloon/balloonpanelview.js";
10
+ import { type PositioningFunction, type DomEmitterMixinConstructor } from "@ckeditor/ckeditor5-utils";
11
+ import type { Editor } from "@ckeditor/ckeditor5-core";
12
+ import "../theme/components/tooltip/tooltip.css";
13
+ declare const TooltipManagerBase: DomEmitterMixinConstructor;
17
14
  /**
18
- * A tooltip manager class for the UI of the editor.
19
- *
20
- * **Note**: Most likely you do not have to use the `TooltipManager` API listed below in order to display tooltips. Popular
21
- * {@glink framework/architecture/ui-library UI components} support tooltips out-of-the-box via observable properties
22
- * (see {@link module:ui/button/buttonview~ButtonView#tooltip} and {@link module:ui/button/buttonview~ButtonView#tooltipPosition}).
23
- *
24
- * # Displaying tooltips
25
- *
26
- * To display a tooltip, set `data-cke-tooltip-text` attribute on any DOM element:
27
- *
28
- * ```ts
29
- * domElement.dataset.ckeTooltipText = 'My tooltip';
30
- * ```
31
- *
32
- * The tooltip will show up whenever the user moves the mouse over the element or the element gets focus in DOM.
33
- *
34
- * # Positioning tooltips
35
- *
36
- * To change the position of the tooltip, use the `data-cke-tooltip-position` attribute (`s`, `se`, `sw`, `n`, `e`, or `w`):
37
- *
38
- * ```ts
39
- * domElement.dataset.ckeTooltipText = 'Tooltip to the north';
40
- * domElement.dataset.ckeTooltipPosition = 'n';
41
- * ```
42
- *
43
- * # Disabling tooltips
44
- *
45
- * In order to disable the tooltip temporarily, use the `data-cke-tooltip-disabled` attribute:
46
- *
47
- * ```ts
48
- * domElement.dataset.ckeTooltipText = 'Disabled. For now.';
49
- * domElement.dataset.ckeTooltipDisabled = 'true';
50
- * ```
51
- *
52
- * # Instant tooltips
53
- *
54
- * To remove the delay before showing or hiding the tooltip, use the `data-cke-tooltip-instant` attribute:
55
- *
56
- * ```ts
57
- * domElement.dataset.ckeTooltipInstant = 'true';
58
- * ```
59
- *
60
- * # Styling tooltips
61
- *
62
- * By default, the tooltip has `.ck-tooltip` class and its text inner `.ck-tooltip__text`.
63
- *
64
- * If your tooltip requires custom styling, using `data-cke-tooltip-class` attribute will add additional class to the balloon
65
- * displaying the tooltip:
66
- *
67
- * ```ts
68
- * domElement.dataset.ckeTooltipText = 'Tooltip with a red text';
69
- * domElement.dataset.ckeTooltipClass = 'my-class';
70
- * ```
71
- *
72
- * ```css
73
- * .ck.ck-tooltip.my-class { color: red }
74
- * ```
75
- *
76
- * **Note**: This class is a singleton. All editor instances re-use the same instance loaded by
77
- * {@link module:ui/editorui/editorui~EditorUI} of the first editor.
78
- */
79
- export declare class TooltipManager extends /* #__PURE__ */ TooltipManager_base {
80
- /**
81
- * The view rendering text of the tooltip.
82
- */
83
- readonly tooltipTextView: View & {
84
- text: string;
85
- };
86
- /**
87
- * The instance of the balloon panel that renders and positions the tooltip.
88
- */
89
- readonly balloonPanelView: BalloonPanelView;
90
- /**
91
- * A set of default {@link module:utils/dom/position~PositioningFunction positioning functions} used by the `TooltipManager`
92
- * to pin tooltips in different positions.
93
- */
94
- static defaultBalloonPositions: Record<string, PositioningFunction>;
95
- /**
96
- * Stores the reference to the DOM element the tooltip is attached to. `null` when there's no tooltip
97
- * in the UI.
98
- */
99
- private _currentElementWithTooltip;
100
- /**
101
- * Stores the current tooltip position. `null` when there's no tooltip in the UI.
102
- */
103
- private _currentTooltipPosition;
104
- /**
105
- * An instance of the mutation observer that keeps track on target element attributes changes.
106
- */
107
- private _mutationObserver;
108
- /**
109
- * A debounced version of {@link #_pinTooltip}. Tooltips show with a delay to avoid flashing and
110
- * to improve the UX.
111
- */
112
- private _pinTooltipDebounced;
113
- /**
114
- * A debounced version of {@link #_unpinTooltip}. Tooltips hide with a delay to allow hovering of their titles.
115
- */
116
- private _unpinTooltipDebounced;
117
- private readonly _watchdogExcluded;
118
- /**
119
- * A set of editors the single tooltip manager instance must listen to.
120
- * This is mostly to handle `EditorUI#update` listeners from individual editors.
121
- */
122
- private static _editors;
123
- /**
124
- * A reference to the `TooltipManager` instance. The class is a singleton and as such,
125
- * successive attempts at creating instances should return this instance.
126
- */
127
- private static _instance;
128
- /**
129
- * Creates an instance of the tooltip manager.
130
- */
131
- constructor(editor: Editor);
132
- /**
133
- * Destroys the tooltip manager.
134
- *
135
- * **Note**: The manager singleton cannot be destroyed until all editors that use it are destroyed.
136
- *
137
- * @param editor The editor the manager was created for.
138
- */
139
- destroy(editor: Editor): void;
140
- /**
141
- * Returns {@link #balloonPanelView} {@link module:utils/dom/position~PositioningFunction positioning functions} for a given position
142
- * name.
143
- *
144
- * @param position Name of the position (`s`, `se`, `sw`, `n`, `e`, or `w`).
145
- * @returns Positioning functions to be used by the {@link #balloonPanelView}.
146
- */
147
- static getPositioningFunctions(position: TooltipPosition): Array<PositioningFunction>;
148
- /**
149
- * Handles hiding tooltips on `keydown` in DOM.
150
- *
151
- * @param evt An object containing information about the fired event.
152
- * @param domEvent The DOM event.
153
- */
154
- private _onKeyDown;
155
- /**
156
- * Handles displaying tooltips on `mouseenter` and `focus` in DOM.
157
- *
158
- * @param evt An object containing information about the fired event.
159
- * @param domEvent The DOM event.
160
- */
161
- private _onEnterOrFocus;
162
- /**
163
- * Handles hiding tooltips on `mouseleave` and `blur` in DOM.
164
- *
165
- * @param evt An object containing information about the fired event.
166
- * @param domEvent The DOM event.
167
- */
168
- private _onLeaveOrBlur;
169
- /**
170
- * Handles hiding tooltips on `scroll` in DOM.
171
- *
172
- * @param evt An object containing information about the fired event.
173
- * @param domEvent The DOM event.
174
- */
175
- private _onScroll;
176
- /**
177
- * Pins the tooltip to a specific DOM element.
178
- *
179
- * @param targetDomElement Element to be pinned to.
180
- * @param options Options for the tooltip.
181
- * @param options.text Text of the tooltip to display.
182
- * @param options.position The position of the tooltip.
183
- * @param options.cssClass Additional CSS class of the balloon with the tooltip.
184
- */
185
- private _pinTooltip;
186
- /**
187
- * Unpins the tooltip and cancels all queued pinning.
188
- */
189
- private _unpinTooltip;
190
- /**
191
- * Updates the position of the tooltip so it stays in sync with the element it is pinned to.
192
- *
193
- * Hides the tooltip when the element is no longer visible in DOM or the tooltip text was removed.
194
- */
195
- private _updateTooltipPosition;
15
+ * A tooltip manager class for the UI of the editor.
16
+ *
17
+ * **Note**: Most likely you do not have to use the `TooltipManager` API listed below in order to display tooltips. Popular
18
+ * {@glink framework/architecture/ui-library UI components} support tooltips out-of-the-box via observable properties
19
+ * (see {@link module:ui/button/buttonview~ButtonView#tooltip} and {@link module:ui/button/buttonview~ButtonView#tooltipPosition}).
20
+ *
21
+ * # Displaying tooltips
22
+ *
23
+ * To display a tooltip, set `data-cke-tooltip-text` attribute on any DOM element:
24
+ *
25
+ * ```ts
26
+ * domElement.dataset.ckeTooltipText = 'My tooltip';
27
+ * ```
28
+ *
29
+ * The tooltip will show up whenever the user moves the mouse over the element or the element gets focus in DOM.
30
+ *
31
+ * # Positioning tooltips
32
+ *
33
+ * To change the position of the tooltip, use the `data-cke-tooltip-position` attribute (`s`, `se`, `sw`, `n`, `e`, or `w`):
34
+ *
35
+ * ```ts
36
+ * domElement.dataset.ckeTooltipText = 'Tooltip to the north';
37
+ * domElement.dataset.ckeTooltipPosition = 'n';
38
+ * ```
39
+ *
40
+ * # Disabling tooltips
41
+ *
42
+ * In order to disable the tooltip temporarily, use the `data-cke-tooltip-disabled` attribute:
43
+ *
44
+ * ```ts
45
+ * domElement.dataset.ckeTooltipText = 'Disabled. For now.';
46
+ * domElement.dataset.ckeTooltipDisabled = 'true';
47
+ * ```
48
+ *
49
+ * # Instant tooltips
50
+ *
51
+ * To remove the delay before showing or hiding the tooltip, use the `data-cke-tooltip-instant` attribute:
52
+ *
53
+ * ```ts
54
+ * domElement.dataset.ckeTooltipInstant = 'true';
55
+ * ```
56
+ *
57
+ * # Styling tooltips
58
+ *
59
+ * By default, the tooltip has `.ck-tooltip` class and its text inner `.ck-tooltip__text`.
60
+ *
61
+ * If your tooltip requires custom styling, using `data-cke-tooltip-class` attribute will add additional class to the balloon
62
+ * displaying the tooltip:
63
+ *
64
+ * ```ts
65
+ * domElement.dataset.ckeTooltipText = 'Tooltip with a red text';
66
+ * domElement.dataset.ckeTooltipClass = 'my-class';
67
+ * ```
68
+ *
69
+ * ```css
70
+ * .ck.ck-tooltip.my-class { color: red }
71
+ * ```
72
+ *
73
+ * **Note**: This class is a singleton. All editor instances re-use the same instance loaded by
74
+ * {@link module:ui/editorui/editorui~EditorUI} of the first editor.
75
+ */
76
+ export declare class TooltipManager extends TooltipManagerBase {
77
+ /**
78
+ * The view rendering text of the tooltip.
79
+ */
80
+ readonly tooltipTextView: View & {
81
+ text: string;
82
+ };
83
+ /**
84
+ * The instance of the balloon panel that renders and positions the tooltip.
85
+ */
86
+ readonly balloonPanelView: BalloonPanelView;
87
+ /**
88
+ * A set of default {@link module:utils/dom/position~PositioningFunction positioning functions} used by the `TooltipManager`
89
+ * to pin tooltips in different positions.
90
+ */
91
+ static defaultBalloonPositions: Record<string, PositioningFunction>;
92
+ /**
93
+ * Stores the reference to the DOM element the tooltip is attached to. `null` when there's no tooltip
94
+ * in the UI.
95
+ */
96
+ private _currentElementWithTooltip;
97
+ /**
98
+ * Stores the current tooltip position. `null` when there's no tooltip in the UI.
99
+ */
100
+ private _currentTooltipPosition;
101
+ /**
102
+ * An instance of the mutation observer that keeps track on target element attributes changes.
103
+ */
104
+ private _mutationObserver;
105
+ /**
106
+ * A debounced version of {@link #_pinTooltip}. Tooltips show with a delay to avoid flashing and
107
+ * to improve the UX.
108
+ */
109
+ private _pinTooltipDebounced;
110
+ /**
111
+ * A debounced version of {@link #_unpinTooltip}. Tooltips hide with a delay to allow hovering of their titles.
112
+ */
113
+ private _unpinTooltipDebounced;
114
+ private readonly _watchdogExcluded;
115
+ /**
116
+ * A set of editors the single tooltip manager instance must listen to.
117
+ * This is mostly to handle `EditorUI#update` listeners from individual editors.
118
+ */
119
+ private static _editors;
120
+ /**
121
+ * A reference to the `TooltipManager` instance. The class is a singleton and as such,
122
+ * successive attempts at creating instances should return this instance.
123
+ */
124
+ private static _instance;
125
+ /**
126
+ * Creates an instance of the tooltip manager.
127
+ */
128
+ constructor(editor: Editor);
129
+ /**
130
+ * Destroys the tooltip manager.
131
+ *
132
+ * **Note**: The manager singleton cannot be destroyed until all editors that use it are destroyed.
133
+ *
134
+ * @param editor The editor the manager was created for.
135
+ */
136
+ destroy(editor: Editor): void;
137
+ /**
138
+ * Returns {@link #balloonPanelView} {@link module:utils/dom/position~PositioningFunction positioning functions} for a given position
139
+ * name.
140
+ *
141
+ * @param position Name of the position (`s`, `se`, `sw`, `n`, `e`, or `w`).
142
+ * @returns Positioning functions to be used by the {@link #balloonPanelView}.
143
+ */
144
+ static getPositioningFunctions(position: TooltipPosition): Array<PositioningFunction>;
145
+ /**
146
+ * Handles hiding tooltips on `keydown` in DOM.
147
+ *
148
+ * @param evt An object containing information about the fired event.
149
+ * @param domEvent The DOM event.
150
+ */
151
+ private _onKeyDown;
152
+ /**
153
+ * Handles displaying tooltips on `mouseenter` and `focus` in DOM.
154
+ *
155
+ * @param evt An object containing information about the fired event.
156
+ * @param domEvent The DOM event.
157
+ */
158
+ private _onEnterOrFocus;
159
+ /**
160
+ * Handles hiding tooltips on `mouseleave` and `blur` in DOM.
161
+ *
162
+ * @param evt An object containing information about the fired event.
163
+ * @param domEvent The DOM event.
164
+ */
165
+ private _onLeaveOrBlur;
166
+ /**
167
+ * Handles hiding tooltips on `scroll` in DOM.
168
+ *
169
+ * @param evt An object containing information about the fired event.
170
+ * @param domEvent The DOM event.
171
+ */
172
+ private _onScroll;
173
+ /**
174
+ * Pins the tooltip to a specific DOM element.
175
+ *
176
+ * @param targetDomElement Element to be pinned to.
177
+ * @param options Options for the tooltip.
178
+ * @param options.text Text of the tooltip to display.
179
+ * @param options.position The position of the tooltip.
180
+ * @param options.cssClass Additional CSS class of the balloon with the tooltip.
181
+ */
182
+ private _pinTooltip;
183
+ /**
184
+ * Unpins the tooltip and cancels all queued pinning.
185
+ */
186
+ private _unpinTooltip;
187
+ /**
188
+ * Updates the position of the tooltip so it stays in sync with the element it is pinned to.
189
+ *
190
+ * Hides the tooltip when the element is no longer visible in DOM or the tooltip text was removed.
191
+ */
192
+ private _updateTooltipPosition;
196
193
  }
197
- export type TooltipPosition = 's' | 'n' | 'e' | 'w' | 'sw' | 'se';
194
+ export type TooltipPosition = "s" | "n" | "e" | "w" | "sw" | "se";
198
195
  export {};