@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,697 +1,697 @@
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/balloonpanelview
7
- */
8
- import { View } from '../../view.js';
9
- import { type ViewCollection } from '../../viewcollection.js';
10
- import { type Locale, type DomOptimalPositionOptions, type PositioningFunction } from '@ckeditor/ckeditor5-utils';
11
- import '../../../theme/components/panel/balloonpanel.css';
6
+ * @module ui/panel/balloon/balloonpanelview
7
+ */
8
+ import { View } from "../../view.js";
9
+ import { type ViewCollection } from "../../viewcollection.js";
10
+ import { type Locale, type DomOptimalPositionOptions, type PositioningFunction } from "@ckeditor/ckeditor5-utils";
11
+ import "../../../theme/components/panel/balloonpanel.css";
12
12
  /**
13
- * The balloon panel view class.
14
- *
15
- * A floating container which can
16
- * {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView#pin pin} to any
17
- * {@link module:utils/dom/position~DomOptimalPositionOptions#target target} in the DOM and remain in that position
18
- * e.g. when the web page is scrolled.
19
- *
20
- * The balloon panel can be used to display contextual, non-blocking UI like forms, toolbars and
21
- * the like in its {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView#content} view
22
- * collection.
23
- *
24
- * There is a number of {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView.defaultPositions}
25
- * that the balloon can use, automatically switching from one to another when the viewport space becomes
26
- * scarce to keep the balloon visible to the user as long as it is possible. The balloon will also
27
- * accept any custom position set provided by the user compatible with the
28
- * {@link module:utils/dom/position~DomOptimalPositionOptions options}.
29
- *
30
- * ```ts
31
- * const panel = new BalloonPanelView( locale );
32
- * const childView = new ChildView();
33
- * const positions = BalloonPanelView.defaultPositions;
34
- *
35
- * panel.render();
36
- *
37
- * // Add a child view to the panel's content collection.
38
- * panel.content.add( childView );
39
- *
40
- * // Start pinning the panel to an element with the "target" id DOM.
41
- * // The balloon will remain pinned until unpin() is called.
42
- * panel.pin( {
43
- * target: document.querySelector( '#target' ),
44
- * positions: [
45
- * positions.northArrowSouth,
46
- * positions.southArrowNorth
47
- * ]
48
- * } );
49
- * ```
50
- */
13
+ * The balloon panel view class.
14
+ *
15
+ * A floating container which can
16
+ * {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView#pin pin} to any
17
+ * {@link module:utils/dom/position~DomOptimalPositionOptions#target target} in the DOM and remain in that position
18
+ * e.g. when the web page is scrolled.
19
+ *
20
+ * The balloon panel can be used to display contextual, non-blocking UI like forms, toolbars and
21
+ * the like in its {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView#content} view
22
+ * collection.
23
+ *
24
+ * There is a number of {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView.defaultPositions}
25
+ * that the balloon can use, automatically switching from one to another when the viewport space becomes
26
+ * scarce to keep the balloon visible to the user as long as it is possible. The balloon will also
27
+ * accept any custom position set provided by the user compatible with the
28
+ * {@link module:utils/dom/position~DomOptimalPositionOptions options}.
29
+ *
30
+ * ```ts
31
+ * const panel = new BalloonPanelView( locale );
32
+ * const childView = new ChildView();
33
+ * const positions = BalloonPanelView.defaultPositions;
34
+ *
35
+ * panel.render();
36
+ *
37
+ * // Add a child view to the panel's content collection.
38
+ * panel.content.add( childView );
39
+ *
40
+ * // Start pinning the panel to an element with the "target" id DOM.
41
+ * // The balloon will remain pinned until unpin() is called.
42
+ * panel.pin( {
43
+ * target: document.querySelector( '#target' ),
44
+ * positions: [
45
+ * positions.northArrowSouth,
46
+ * positions.southArrowNorth
47
+ * ]
48
+ * } );
49
+ * ```
50
+ */
51
51
  export declare class BalloonPanelView extends View {
52
- /**
53
- * A collection of the child views that creates the balloon panel contents.
54
- */
55
- readonly content: ViewCollection;
56
- /**
57
- * The absolute top position of the balloon panel in pixels.
58
- *
59
- * @observable
60
- * @default 0
61
- */
62
- top: number;
63
- /**
64
- * The absolute left position of the balloon panel in pixels.
65
- *
66
- * @observable
67
- * @default 0
68
- */
69
- left: number;
70
- /**
71
- * The balloon panel's current position. The position name is reflected in the CSS class set
72
- * to the balloon, i.e. `.ck-balloon-panel_arrow_nw` for the "arrow_nw" position. The class
73
- * controls the minor aspects of the balloon's visual appearance like the placement
74
- * of an {@link #withArrow arrow}. To support a new position, an additional CSS must be created.
75
- *
76
- * Default position names correspond with
77
- * {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView.defaultPositions}.
78
- *
79
- * See the {@link #attachTo} and {@link #pin} methods to learn about custom balloon positions.
80
- *
81
- * @observable
82
- * @default 'arrow_nw'
83
- */
84
- position: 'arrow_nw' | 'arrow_ne' | 'arrow_sw' | 'arrow_se';
85
- /**
86
- * Controls whether the balloon panel is visible or not.
87
- *
88
- * @observable
89
- * @default false
90
- */
91
- isVisible: boolean;
92
- /**
93
- * Controls whether the balloon panel has an arrow. The presence of the arrow
94
- * is reflected in the `ck-balloon-panel_with-arrow` CSS class.
95
- *
96
- * @observable
97
- * @default true
98
- */
99
- withArrow: boolean;
100
- /**
101
- * An additional CSS class added to the {@link #element}.
102
- *
103
- * @observable
104
- */
105
- class: string | undefined;
106
- /**
107
- * A callback that starts pinning the panel when {@link #isVisible} gets
108
- * `true`. Used by {@link #pin}.
109
- *
110
- * @private
111
- */
112
- private _pinWhenIsVisibleCallback;
113
- /**
114
- * An instance of resize observer used to detect if target element is still visible.
115
- */
116
- private _resizeObserver;
117
- /**
118
- * @inheritDoc
119
- */
120
- constructor(locale?: Locale);
121
- /**
122
- * @inheritDoc
123
- */
124
- destroy(): void;
125
- /**
126
- * Shows the panel.
127
- *
128
- * See {@link #isVisible}.
129
- */
130
- show(): void;
131
- /**
132
- * Hides the panel.
133
- *
134
- * See {@link #isVisible}.
135
- */
136
- hide(): void;
137
- /**
138
- * Attaches the panel to a specified {@link module:utils/dom/position~DomOptimalPositionOptions#target} with a
139
- * smart positioning heuristics that chooses from available positions to make sure the panel
140
- * is visible to the user i.e. within the limits of the viewport.
141
- *
142
- * This method accepts configuration {@link module:utils/dom/position~DomOptimalPositionOptions options}
143
- * to set the `target`, optional `limiter` and `positions` the balloon should choose from.
144
- *
145
- * ```ts
146
- * const panel = new BalloonPanelView( locale );
147
- * const positions = BalloonPanelView.defaultPositions;
148
- *
149
- * panel.render();
150
- *
151
- * // Attach the panel to an element with the "target" id DOM.
152
- * panel.attachTo( {
153
- * target: document.querySelector( '#target' ),
154
- * positions: [
155
- * positions.northArrowSouth,
156
- * positions.southArrowNorth
157
- * ]
158
- * } );
159
- * ```
160
- *
161
- * **Note**: Attaching the panel will also automatically {@link #show} it.
162
- *
163
- * **Note**: An attached panel will not follow its target when the window is scrolled or resized.
164
- * See the {@link #pin} method for a more permanent positioning strategy.
165
- *
166
- * @param options Positioning options compatible with {@link module:utils/dom/position~getOptimalPosition}.
167
- * Default `positions` array is {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView.defaultPositions}.
168
- * @returns Whether the balloon was shown and successfully attached or not. Attaching can fail if the target
169
- * provided in the options is invisible (e.g. element detached from DOM).
170
- */
171
- attachTo(options: Partial<DomOptimalPositionOptions>): boolean;
172
- /**
173
- * Works the same way as the {@link #attachTo} method except that the position of the panel is
174
- * continuously updated when:
175
- *
176
- * * any ancestor of the {@link module:utils/dom/position~DomOptimalPositionOptions#target}
177
- * or {@link module:utils/dom/position~DomOptimalPositionOptions#limiter} is scrolled,
178
- * * the browser window gets resized or scrolled.
179
- *
180
- * Thanks to that, the panel always sticks to the {@link module:utils/dom/position~DomOptimalPositionOptions#target}
181
- * and is immune to the changing environment.
182
- *
183
- * ```ts
184
- * const panel = new BalloonPanelView( locale );
185
- * const positions = BalloonPanelView.defaultPositions;
186
- *
187
- * panel.render();
188
- *
189
- * // Pin the panel to an element with the "target" id DOM.
190
- * panel.pin( {
191
- * target: document.querySelector( '#target' ),
192
- * positions: [
193
- * positions.northArrowSouth,
194
- * positions.southArrowNorth
195
- * ]
196
- * } );
197
- * ```
198
- *
199
- * To leave the pinned state, use the {@link #unpin} method.
200
- *
201
- * **Note**: Pinning the panel will also automatically {@link #show} it.
202
- *
203
- * @param options Positioning options compatible with {@link module:utils/dom/position~getOptimalPosition}.
204
- * Default `positions` array is {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView.defaultPositions}.
205
- */
206
- pin(options: Partial<DomOptimalPositionOptions>): void;
207
- /**
208
- * Stops pinning the panel, as set up by {@link #pin}.
209
- */
210
- unpin(): void;
211
- /**
212
- * Starts managing the pinned state of the panel. See {@link #pin}.
213
- *
214
- * @param options Positioning options compatible with {@link module:utils/dom/position~getOptimalPosition}.
215
- * @returns Whether the balloon was shown and successfully attached or not. Attaching can fail if the target
216
- * provided in the options is invisible (e.g. element detached from DOM).
217
- */
218
- private _startPinning;
219
- /**
220
- * Stops managing the pinned state of the panel. See {@link #pin}.
221
- */
222
- private _stopPinning;
223
- /**
224
- * Returns available {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView}
225
- * {@link module:utils/dom/position~PositioningFunction positioning functions} adjusted by the specific offsets.
226
- *
227
- * @internal
228
- * @param options Options to generate positions. If not specified, this helper will simply return
229
- * {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView.defaultPositions}.
230
- * @param options.sideOffset A custom side offset (in pixels) of each position. If
231
- * not specified, {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView.arrowSideOffset the default value}
232
- * will be used.
233
- * @param options.heightOffset A custom height offset (in pixels) of each position. If
234
- * not specified, {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView.arrowHeightOffset the default value}
235
- * will be used.
236
- * @param options.stickyVerticalOffset A custom offset (in pixels) of the `viewportStickyNorth` positioning function.
237
- * If not specified, {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView.stickyVerticalOffset the default value}
238
- * will be used.
239
- * @param options.config Additional configuration of the balloon balloon panel view.
240
- * Currently only {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView#withArrow} is supported. Learn more
241
- * about {@link module:utils/dom/position~PositioningFunction positioning functions}.
242
- */
243
- static generatePositions(options?: {
244
- sideOffset?: number;
245
- heightOffset?: number;
246
- stickyVerticalOffset?: number;
247
- config?: object;
248
- }): Record<string, PositioningFunction>;
249
- /**
250
- * A side offset of the arrow tip from the edge of the balloon. Controlled by CSS.
251
- *
252
- * ```
253
- * ┌───────────────────────┐
254
- * │ │
255
- * │ Balloon │
256
- * │ Content │
257
- * │ │
258
- * └──+ +───────────────┘
259
- * | \ /
260
- * | \/
261
- * >┼─────┼< ─────────────────────── side offset
262
- *
263
- * ```
264
- *
265
- * @default 25
266
- */
267
- static arrowSideOffset: number;
268
- /**
269
- * A height offset of the arrow from the edge of the balloon. Controlled by CSS.
270
- *
271
- * ```
272
- * ┌───────────────────────┐
273
- * │ │
274
- * │ Balloon │
275
- * │ Content │ ╱-- arrow height offset
276
- * │ │ V
277
- * └──+ +───────────────┘ --- ─┼───────
278
- * \ / │
279
- * \/ │
280
- * ────────────────────────────────┼───────
281
- * ^
282
- *
283
- *
284
- * >┼────┼< arrow height offset
285
- * │ │
286
- * │ ┌────────────────────────┐
287
- * │ │ │
288
- * │ ╱ │
289
- * │ ╱ Balloon │
290
- * │ ╲ Content │
291
- * │ ╲ │
292
- * │ │ │
293
- * │ └────────────────────────┘
294
- * ```
295
- *
296
- * @default 10
297
- */
298
- static arrowHeightOffset: number;
299
- /**
300
- * A vertical offset of the balloon panel from the edge of the viewport if sticky.
301
- * It helps in accessing toolbar buttons underneath the balloon panel.
302
- *
303
- * ```
304
- * ┌───────────────────────────────────────────────────┐
305
- * │ Target │
306
- * │ │
307
- * │ /── vertical offset │
308
- * ┌─────────────────────────────V─────────────────────────┐
309
- * │ Toolbar ┌─────────────┐ │
310
- * ├────────────────────│ Balloon │────────────────────┤
311
- * │ │ └─────────────┘ │ │
312
- * │ │ │ │
313
- * │ │ │ │
314
- * │ │ │ │
315
- * │ └───────────────────────────────────────────────────┘ │
316
- * │ Viewport │
317
- * └───────────────────────────────────────────────────────┘
318
- * ```
319
- *
320
- * @default 20
321
- */
322
- static stickyVerticalOffset: number;
323
- /**
324
- * Function used to calculate the optimal position for the balloon.
325
- */
326
- private static _getOptimalPosition;
327
- /**
328
- * A default set of positioning functions used by the balloon panel view
329
- * when attaching using the {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView#attachTo} method.
330
- *
331
- * The available positioning functions are as follows:
332
- *
333
- * **North west**
334
- *
335
- * * `northWestArrowSouthWest`
336
- *
337
- * ```
338
- * +-----------------+
339
- * | Balloon |
340
- * +-----------------+
341
- * V
342
- * [ Target ]
343
- * ```
344
- *
345
- * * `northWestArrowSouthMiddleWest`
346
- *
347
- * ```
348
- * +-----------------+
349
- * | Balloon |
350
- * +-----------------+
351
- * V
352
- * [ Target ]
353
- * ```
354
- *
355
- * * `northWestArrowSouth`
356
- *
357
- * ```
358
- * +-----------------+
359
- * | Balloon |
360
- * +-----------------+
361
- * V
362
- * [ Target ]
363
- * ```
364
- *
365
- * * `northWestArrowSouthMiddleEast`
366
- *
367
- * ```
368
- * +-----------------+
369
- * | Balloon |
370
- * +-----------------+
371
- * V
372
- * [ Target ]
373
- * ```
374
- *
375
- * * `northWestArrowSouthEast`
376
- *
377
- * ```
378
- * +-----------------+
379
- * | Balloon |
380
- * +-----------------+
381
- * V
382
- * [ Target ]
383
- * ```
384
- *
385
- * **North**
386
- *
387
- * * `northArrowSouthWest`
388
- *
389
- * ```
390
- * +-----------------+
391
- * | Balloon |
392
- * +-----------------+
393
- * V
394
- * [ Target ]
395
- * ```
396
- *
397
- * * `northArrowSouthMiddleWest`
398
- *
399
- * ```
400
- * +-----------------+
401
- * | Balloon |
402
- * +-----------------+
403
- * V
404
- * [ Target ]
405
- * ```
406
- * * `northArrowSouth`
407
- *
408
- * ```
409
- * +-----------------+
410
- * | Balloon |
411
- * +-----------------+
412
- * V
413
- * [ Target ]
414
- * ```
415
- *
416
- * * `northArrowSouthMiddleEast`
417
- *
418
- * ```
419
- * +-----------------+
420
- * | Balloon |
421
- * +-----------------+
422
- * V
423
- * [ Target ]
424
- * ```
425
- *
426
- * * `northArrowSouthEast`
427
- *
428
- * ```
429
- * +-----------------+
430
- * | Balloon |
431
- * +-----------------+
432
- * V
433
- * [ Target ]
434
- * ```
435
- *
436
- * **North east**
437
- *
438
- * * `northEastArrowSouthWest`
439
- *
440
- * ```
441
- * +-----------------+
442
- * | Balloon |
443
- * +-----------------+
444
- * V
445
- * [ Target ]
446
- * ```
447
- *
448
- * * `northEastArrowSouthMiddleWest`
449
- *
450
- * ```
451
- * +-----------------+
452
- * | Balloon |
453
- * +-----------------+
454
- * V
455
- * [ Target ]
456
- * ```
457
- *
458
- * * `northEastArrowSouth`
459
- *
460
- * ```
461
- * +-----------------+
462
- * | Balloon |
463
- * +-----------------+
464
- * V
465
- * [ Target ]
466
- * ```
467
- *
468
- * * `northEastArrowSouthMiddleEast`
469
- *
470
- * ```
471
- * +-----------------+
472
- * | Balloon |
473
- * +-----------------+
474
- * V
475
- * [ Target ]
476
- * ```
477
- *
478
- * * `northEastArrowSouthEast`
479
- *
480
- * ```
481
- * +-----------------+
482
- * | Balloon |
483
- * +-----------------+
484
- * V
485
- * [ Target ]
486
- * ```
487
- *
488
- * **South**
489
- *
490
- * * `southArrowNorthWest`
491
- *
492
- * ```
493
- * [ Target ]
494
- * ^
495
- * +-----------------+
496
- * | Balloon |
497
- * +-----------------+
498
- * ```
499
- *
500
- * * `southArrowNorthMiddleWest`
501
- *
502
- * ```
503
- * [ Target ]
504
- * ^
505
- * +-----------------+
506
- * | Balloon |
507
- * +-----------------+
508
- * ```
509
- *
510
- * * `southArrowNorth`
511
- *
512
- * ```
513
- * [ Target ]
514
- * ^
515
- * +-----------------+
516
- * | Balloon |
517
- * +-----------------+
518
- * ```
519
- *
520
- * * `southArrowNorthMiddleEast`
521
- *
522
- * ```
523
- * [ Target ]
524
- * ^
525
- * +-----------------+
526
- * | Balloon |
527
- * +-----------------+
528
- * ```
529
- *
530
- * * `southArrowNorthEast`
531
- *
532
- * ```
533
- * [ Target ]
534
- * ^
535
- * +-----------------+
536
- * | Balloon |
537
- * +-----------------+
538
- * ```
539
- *
540
- * **South west**
541
- *
542
- * * `southWestArrowNorthWest`
543
- *
544
- *
545
- * ```
546
- * [ Target ]
547
- * ^
548
- * +-----------------+
549
- * | Balloon |
550
- * +-----------------+
551
- * ```
552
- *
553
- * * `southWestArrowNorthMiddleWest`
554
- *
555
- * ```
556
- * [ Target ]
557
- * ^
558
- * +-----------------+
559
- * | Balloon |
560
- * +-----------------+
561
- * ```
562
- *
563
- * * `southWestArrowNorth`
564
- *
565
- * ```
566
- * [ Target ]
567
- * ^
568
- * +-----------------+
569
- * | Balloon |
570
- * +-----------------+
571
- * ```
572
- *
573
- * * `southWestArrowNorthMiddleEast`
574
- *
575
- * ```
576
- * [ Target ]
577
- * ^
578
- * +-----------------+
579
- * | Balloon |
580
- * +-----------------+
581
- * ```
582
- *
583
- * * `southWestArrowNorthEast`
584
- *
585
- * ```
586
- * [ Target ]
587
- * ^
588
- * +-----------------+
589
- * | Balloon |
590
- * +-----------------+
591
- * ```
592
- *
593
- * **South east**
594
- *
595
- * * `southEastArrowNorthWest`
596
- *
597
- * ```
598
- * [ Target ]
599
- * ^
600
- * +-----------------+
601
- * | Balloon |
602
- * +-----------------+
603
- * ```
604
- *
605
- * * `southEastArrowNorthMiddleWest`
606
- *
607
- * ```
608
- * [ Target ]
609
- * ^
610
- * +-----------------+
611
- * | Balloon |
612
- * +-----------------+
613
- * ```
614
- *
615
- * * `southEastArrowNorth`
616
- *
617
- * ```
618
- * [ Target ]
619
- * ^
620
- * +-----------------+
621
- * | Balloon |
622
- * +-----------------+
623
- * ```
624
- *
625
- * * `southEastArrowNorthMiddleEast`
626
- *
627
- * ```
628
- * [ Target ]
629
- * ^
630
- * +-----------------+
631
- * | Balloon |
632
- * +-----------------+
633
- * ```
634
- *
635
- * * `southEastArrowNorthEast`
636
- *
637
- * ```
638
- * [ Target ]
639
- * ^
640
- * +-----------------+
641
- * | Balloon |
642
- * +-----------------+
643
- * ```
644
- *
645
- * **West**
646
- *
647
- * * `westArrowEast`
648
- *
649
- * ```
650
- * +-----------------+
651
- * | Balloon |>[ Target ]
652
- * +-----------------+
653
- * ```
654
- *
655
- * **East**
656
- *
657
- * * `eastArrowWest`
658
- *
659
- * ```
660
- * +-----------------+
661
- * [ Target ]<| Balloon |
662
- * +-----------------+
663
- * ```
664
- *
665
- * **Sticky**
666
- *
667
- * * `viewportStickyNorth`
668
- *
669
- * ```
670
- * +---------------------------+
671
- * | [ Target ] |
672
- * | |
673
- * +-----------------------------------+
674
- * | | +-----------------+ | |
675
- * | | | Balloon | | |
676
- * | | +-----------------+ | |
677
- * | | | |
678
- * | | | |
679
- * | | | |
680
- * | | | |
681
- * | +---------------------------+ |
682
- * | Viewport |
683
- * +-----------------------------------+
684
- * ```
685
- *
686
- * See {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView#attachTo}.
687
- *
688
- * Positioning functions must be compatible with {@link module:utils/dom/position~DomPoint}.
689
- *
690
- * Default positioning functions with customized offsets can be generated using
691
- * {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView.generatePositions}.
692
- *
693
- * The name that the position function returns will be reflected in the balloon panel's class that
694
- * controls the placement of the "arrow". See {@link #position} to learn more.
695
- */
696
- static defaultPositions: Record<string, PositioningFunction>;
52
+ /**
53
+ * A collection of the child views that creates the balloon panel contents.
54
+ */
55
+ readonly content: ViewCollection;
56
+ /**
57
+ * The absolute top position of the balloon panel in pixels.
58
+ *
59
+ * @observable
60
+ * @default 0
61
+ */
62
+ top: number;
63
+ /**
64
+ * The absolute left position of the balloon panel in pixels.
65
+ *
66
+ * @observable
67
+ * @default 0
68
+ */
69
+ left: number;
70
+ /**
71
+ * The balloon panel's current position. The position name is reflected in the CSS class set
72
+ * to the balloon, i.e. `.ck-balloon-panel_arrow_nw` for the "arrow_nw" position. The class
73
+ * controls the minor aspects of the balloon's visual appearance like the placement
74
+ * of an {@link #withArrow arrow}. To support a new position, an additional CSS must be created.
75
+ *
76
+ * Default position names correspond with
77
+ * {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView.defaultPositions}.
78
+ *
79
+ * See the {@link #attachTo} and {@link #pin} methods to learn about custom balloon positions.
80
+ *
81
+ * @observable
82
+ * @default 'arrow_nw'
83
+ */
84
+ position: "arrow_nw" | "arrow_ne" | "arrow_sw" | "arrow_se";
85
+ /**
86
+ * Controls whether the balloon panel is visible or not.
87
+ *
88
+ * @observable
89
+ * @default false
90
+ */
91
+ isVisible: boolean;
92
+ /**
93
+ * Controls whether the balloon panel has an arrow. The presence of the arrow
94
+ * is reflected in the `ck-balloon-panel_with-arrow` CSS class.
95
+ *
96
+ * @observable
97
+ * @default true
98
+ */
99
+ withArrow: boolean;
100
+ /**
101
+ * An additional CSS class added to the {@link #element}.
102
+ *
103
+ * @observable
104
+ */
105
+ class: string | undefined;
106
+ /**
107
+ * A callback that starts pinning the panel when {@link #isVisible} gets
108
+ * `true`. Used by {@link #pin}.
109
+ *
110
+ * @private
111
+ */
112
+ private _pinWhenIsVisibleCallback;
113
+ /**
114
+ * An instance of resize observer used to detect if target element is still visible.
115
+ */
116
+ private _resizeObserver;
117
+ /**
118
+ * @inheritDoc
119
+ */
120
+ constructor(locale?: Locale);
121
+ /**
122
+ * @inheritDoc
123
+ */
124
+ override destroy(): void;
125
+ /**
126
+ * Shows the panel.
127
+ *
128
+ * See {@link #isVisible}.
129
+ */
130
+ show(): void;
131
+ /**
132
+ * Hides the panel.
133
+ *
134
+ * See {@link #isVisible}.
135
+ */
136
+ hide(): void;
137
+ /**
138
+ * Attaches the panel to a specified {@link module:utils/dom/position~DomOptimalPositionOptions#target} with a
139
+ * smart positioning heuristics that chooses from available positions to make sure the panel
140
+ * is visible to the user i.e. within the limits of the viewport.
141
+ *
142
+ * This method accepts configuration {@link module:utils/dom/position~DomOptimalPositionOptions options}
143
+ * to set the `target`, optional `limiter` and `positions` the balloon should choose from.
144
+ *
145
+ * ```ts
146
+ * const panel = new BalloonPanelView( locale );
147
+ * const positions = BalloonPanelView.defaultPositions;
148
+ *
149
+ * panel.render();
150
+ *
151
+ * // Attach the panel to an element with the "target" id DOM.
152
+ * panel.attachTo( {
153
+ * target: document.querySelector( '#target' ),
154
+ * positions: [
155
+ * positions.northArrowSouth,
156
+ * positions.southArrowNorth
157
+ * ]
158
+ * } );
159
+ * ```
160
+ *
161
+ * **Note**: Attaching the panel will also automatically {@link #show} it.
162
+ *
163
+ * **Note**: An attached panel will not follow its target when the window is scrolled or resized.
164
+ * See the {@link #pin} method for a more permanent positioning strategy.
165
+ *
166
+ * @param options Positioning options compatible with {@link module:utils/dom/position~getOptimalPosition}.
167
+ * Default `positions` array is {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView.defaultPositions}.
168
+ * @returns Whether the balloon was shown and successfully attached or not. Attaching can fail if the target
169
+ * provided in the options is invisible (e.g. element detached from DOM).
170
+ */
171
+ attachTo(options: Partial<DomOptimalPositionOptions>): boolean;
172
+ /**
173
+ * Works the same way as the {@link #attachTo} method except that the position of the panel is
174
+ * continuously updated when:
175
+ *
176
+ * * any ancestor of the {@link module:utils/dom/position~DomOptimalPositionOptions#target}
177
+ * or {@link module:utils/dom/position~DomOptimalPositionOptions#limiter} is scrolled,
178
+ * * the browser window gets resized or scrolled.
179
+ *
180
+ * Thanks to that, the panel always sticks to the {@link module:utils/dom/position~DomOptimalPositionOptions#target}
181
+ * and is immune to the changing environment.
182
+ *
183
+ * ```ts
184
+ * const panel = new BalloonPanelView( locale );
185
+ * const positions = BalloonPanelView.defaultPositions;
186
+ *
187
+ * panel.render();
188
+ *
189
+ * // Pin the panel to an element with the "target" id DOM.
190
+ * panel.pin( {
191
+ * target: document.querySelector( '#target' ),
192
+ * positions: [
193
+ * positions.northArrowSouth,
194
+ * positions.southArrowNorth
195
+ * ]
196
+ * } );
197
+ * ```
198
+ *
199
+ * To leave the pinned state, use the {@link #unpin} method.
200
+ *
201
+ * **Note**: Pinning the panel will also automatically {@link #show} it.
202
+ *
203
+ * @param options Positioning options compatible with {@link module:utils/dom/position~getOptimalPosition}.
204
+ * Default `positions` array is {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView.defaultPositions}.
205
+ */
206
+ pin(options: Partial<DomOptimalPositionOptions>): void;
207
+ /**
208
+ * Stops pinning the panel, as set up by {@link #pin}.
209
+ */
210
+ unpin(): void;
211
+ /**
212
+ * Starts managing the pinned state of the panel. See {@link #pin}.
213
+ *
214
+ * @param options Positioning options compatible with {@link module:utils/dom/position~getOptimalPosition}.
215
+ * @returns Whether the balloon was shown and successfully attached or not. Attaching can fail if the target
216
+ * provided in the options is invisible (e.g. element detached from DOM).
217
+ */
218
+ private _startPinning;
219
+ /**
220
+ * Stops managing the pinned state of the panel. See {@link #pin}.
221
+ */
222
+ private _stopPinning;
223
+ /**
224
+ * Returns available {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView}
225
+ * {@link module:utils/dom/position~PositioningFunction positioning functions} adjusted by the specific offsets.
226
+ *
227
+ * @internal
228
+ * @param options Options to generate positions. If not specified, this helper will simply return
229
+ * {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView.defaultPositions}.
230
+ * @param options.sideOffset A custom side offset (in pixels) of each position. If
231
+ * not specified, {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView.arrowSideOffset the default value}
232
+ * will be used.
233
+ * @param options.heightOffset A custom height offset (in pixels) of each position. If
234
+ * not specified, {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView.arrowHeightOffset the default value}
235
+ * will be used.
236
+ * @param options.stickyVerticalOffset A custom offset (in pixels) of the `viewportStickyNorth` positioning function.
237
+ * If not specified, {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView.stickyVerticalOffset the default value}
238
+ * will be used.
239
+ * @param options.config Additional configuration of the balloon balloon panel view.
240
+ * Currently only {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView#withArrow} is supported. Learn more
241
+ * about {@link module:utils/dom/position~PositioningFunction positioning functions}.
242
+ */
243
+ static generatePositions(options?: {
244
+ sideOffset?: number;
245
+ heightOffset?: number;
246
+ stickyVerticalOffset?: number;
247
+ config?: object;
248
+ }): Record<string, PositioningFunction>;
249
+ /**
250
+ * A side offset of the arrow tip from the edge of the balloon. Controlled by CSS.
251
+ *
252
+ * ```
253
+ * ┌───────────────────────┐
254
+ * │ │
255
+ * │ Balloon │
256
+ * │ Content │
257
+ * │ │
258
+ * └──+ +───────────────┘
259
+ * | \ /
260
+ * | \/
261
+ * >┼─────┼< ─────────────────────── side offset
262
+ *
263
+ * ```
264
+ *
265
+ * @default 25
266
+ */
267
+ static arrowSideOffset: number;
268
+ /**
269
+ * A height offset of the arrow from the edge of the balloon. Controlled by CSS.
270
+ *
271
+ * ```
272
+ * ┌───────────────────────┐
273
+ * │ │
274
+ * │ Balloon │
275
+ * │ Content │ ╱-- arrow height offset
276
+ * │ │ V
277
+ * └──+ +───────────────┘ --- ─┼───────
278
+ * \ / │
279
+ * \/ │
280
+ * ────────────────────────────────┼───────
281
+ * ^
282
+ *
283
+ *
284
+ * >┼────┼< arrow height offset
285
+ * │ │
286
+ * │ ┌────────────────────────┐
287
+ * │ │ │
288
+ * │ ╱ │
289
+ * │ ╱ Balloon │
290
+ * │ ╲ Content │
291
+ * │ ╲ │
292
+ * │ │ │
293
+ * │ └────────────────────────┘
294
+ * ```
295
+ *
296
+ * @default 10
297
+ */
298
+ static arrowHeightOffset: number;
299
+ /**
300
+ * A vertical offset of the balloon panel from the edge of the viewport if sticky.
301
+ * It helps in accessing toolbar buttons underneath the balloon panel.
302
+ *
303
+ * ```
304
+ * ┌───────────────────────────────────────────────────┐
305
+ * │ Target │
306
+ * │ │
307
+ * │ /── vertical offset │
308
+ * ┌─────────────────────────────V─────────────────────────┐
309
+ * │ Toolbar ┌─────────────┐ │
310
+ * ├────────────────────│ Balloon │────────────────────┤
311
+ * │ │ └─────────────┘ │ │
312
+ * │ │ │ │
313
+ * │ │ │ │
314
+ * │ │ │ │
315
+ * │ └───────────────────────────────────────────────────┘ │
316
+ * │ Viewport │
317
+ * └───────────────────────────────────────────────────────┘
318
+ * ```
319
+ *
320
+ * @default 20
321
+ */
322
+ static stickyVerticalOffset: number;
323
+ /**
324
+ * Function used to calculate the optimal position for the balloon.
325
+ */
326
+ private static _getOptimalPosition;
327
+ /**
328
+ * A default set of positioning functions used by the balloon panel view
329
+ * when attaching using the {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView#attachTo} method.
330
+ *
331
+ * The available positioning functions are as follows:
332
+ *
333
+ * **North west**
334
+ *
335
+ * * `northWestArrowSouthWest`
336
+ *
337
+ * ```
338
+ * +-----------------+
339
+ * | Balloon |
340
+ * +-----------------+
341
+ * V
342
+ * [ Target ]
343
+ * ```
344
+ *
345
+ * * `northWestArrowSouthMiddleWest`
346
+ *
347
+ * ```
348
+ * +-----------------+
349
+ * | Balloon |
350
+ * +-----------------+
351
+ * V
352
+ * [ Target ]
353
+ * ```
354
+ *
355
+ * * `northWestArrowSouth`
356
+ *
357
+ * ```
358
+ * +-----------------+
359
+ * | Balloon |
360
+ * +-----------------+
361
+ * V
362
+ * [ Target ]
363
+ * ```
364
+ *
365
+ * * `northWestArrowSouthMiddleEast`
366
+ *
367
+ * ```
368
+ * +-----------------+
369
+ * | Balloon |
370
+ * +-----------------+
371
+ * V
372
+ * [ Target ]
373
+ * ```
374
+ *
375
+ * * `northWestArrowSouthEast`
376
+ *
377
+ * ```
378
+ * +-----------------+
379
+ * | Balloon |
380
+ * +-----------------+
381
+ * V
382
+ * [ Target ]
383
+ * ```
384
+ *
385
+ * **North**
386
+ *
387
+ * * `northArrowSouthWest`
388
+ *
389
+ * ```
390
+ * +-----------------+
391
+ * | Balloon |
392
+ * +-----------------+
393
+ * V
394
+ * [ Target ]
395
+ * ```
396
+ *
397
+ * * `northArrowSouthMiddleWest`
398
+ *
399
+ * ```
400
+ * +-----------------+
401
+ * | Balloon |
402
+ * +-----------------+
403
+ * V
404
+ * [ Target ]
405
+ * ```
406
+ * * `northArrowSouth`
407
+ *
408
+ * ```
409
+ * +-----------------+
410
+ * | Balloon |
411
+ * +-----------------+
412
+ * V
413
+ * [ Target ]
414
+ * ```
415
+ *
416
+ * * `northArrowSouthMiddleEast`
417
+ *
418
+ * ```
419
+ * +-----------------+
420
+ * | Balloon |
421
+ * +-----------------+
422
+ * V
423
+ * [ Target ]
424
+ * ```
425
+ *
426
+ * * `northArrowSouthEast`
427
+ *
428
+ * ```
429
+ * +-----------------+
430
+ * | Balloon |
431
+ * +-----------------+
432
+ * V
433
+ * [ Target ]
434
+ * ```
435
+ *
436
+ * **North east**
437
+ *
438
+ * * `northEastArrowSouthWest`
439
+ *
440
+ * ```
441
+ * +-----------------+
442
+ * | Balloon |
443
+ * +-----------------+
444
+ * V
445
+ * [ Target ]
446
+ * ```
447
+ *
448
+ * * `northEastArrowSouthMiddleWest`
449
+ *
450
+ * ```
451
+ * +-----------------+
452
+ * | Balloon |
453
+ * +-----------------+
454
+ * V
455
+ * [ Target ]
456
+ * ```
457
+ *
458
+ * * `northEastArrowSouth`
459
+ *
460
+ * ```
461
+ * +-----------------+
462
+ * | Balloon |
463
+ * +-----------------+
464
+ * V
465
+ * [ Target ]
466
+ * ```
467
+ *
468
+ * * `northEastArrowSouthMiddleEast`
469
+ *
470
+ * ```
471
+ * +-----------------+
472
+ * | Balloon |
473
+ * +-----------------+
474
+ * V
475
+ * [ Target ]
476
+ * ```
477
+ *
478
+ * * `northEastArrowSouthEast`
479
+ *
480
+ * ```
481
+ * +-----------------+
482
+ * | Balloon |
483
+ * +-----------------+
484
+ * V
485
+ * [ Target ]
486
+ * ```
487
+ *
488
+ * **South**
489
+ *
490
+ * * `southArrowNorthWest`
491
+ *
492
+ * ```
493
+ * [ Target ]
494
+ * ^
495
+ * +-----------------+
496
+ * | Balloon |
497
+ * +-----------------+
498
+ * ```
499
+ *
500
+ * * `southArrowNorthMiddleWest`
501
+ *
502
+ * ```
503
+ * [ Target ]
504
+ * ^
505
+ * +-----------------+
506
+ * | Balloon |
507
+ * +-----------------+
508
+ * ```
509
+ *
510
+ * * `southArrowNorth`
511
+ *
512
+ * ```
513
+ * [ Target ]
514
+ * ^
515
+ * +-----------------+
516
+ * | Balloon |
517
+ * +-----------------+
518
+ * ```
519
+ *
520
+ * * `southArrowNorthMiddleEast`
521
+ *
522
+ * ```
523
+ * [ Target ]
524
+ * ^
525
+ * +-----------------+
526
+ * | Balloon |
527
+ * +-----------------+
528
+ * ```
529
+ *
530
+ * * `southArrowNorthEast`
531
+ *
532
+ * ```
533
+ * [ Target ]
534
+ * ^
535
+ * +-----------------+
536
+ * | Balloon |
537
+ * +-----------------+
538
+ * ```
539
+ *
540
+ * **South west**
541
+ *
542
+ * * `southWestArrowNorthWest`
543
+ *
544
+ *
545
+ * ```
546
+ * [ Target ]
547
+ * ^
548
+ * +-----------------+
549
+ * | Balloon |
550
+ * +-----------------+
551
+ * ```
552
+ *
553
+ * * `southWestArrowNorthMiddleWest`
554
+ *
555
+ * ```
556
+ * [ Target ]
557
+ * ^
558
+ * +-----------------+
559
+ * | Balloon |
560
+ * +-----------------+
561
+ * ```
562
+ *
563
+ * * `southWestArrowNorth`
564
+ *
565
+ * ```
566
+ * [ Target ]
567
+ * ^
568
+ * +-----------------+
569
+ * | Balloon |
570
+ * +-----------------+
571
+ * ```
572
+ *
573
+ * * `southWestArrowNorthMiddleEast`
574
+ *
575
+ * ```
576
+ * [ Target ]
577
+ * ^
578
+ * +-----------------+
579
+ * | Balloon |
580
+ * +-----------------+
581
+ * ```
582
+ *
583
+ * * `southWestArrowNorthEast`
584
+ *
585
+ * ```
586
+ * [ Target ]
587
+ * ^
588
+ * +-----------------+
589
+ * | Balloon |
590
+ * +-----------------+
591
+ * ```
592
+ *
593
+ * **South east**
594
+ *
595
+ * * `southEastArrowNorthWest`
596
+ *
597
+ * ```
598
+ * [ Target ]
599
+ * ^
600
+ * +-----------------+
601
+ * | Balloon |
602
+ * +-----------------+
603
+ * ```
604
+ *
605
+ * * `southEastArrowNorthMiddleWest`
606
+ *
607
+ * ```
608
+ * [ Target ]
609
+ * ^
610
+ * +-----------------+
611
+ * | Balloon |
612
+ * +-----------------+
613
+ * ```
614
+ *
615
+ * * `southEastArrowNorth`
616
+ *
617
+ * ```
618
+ * [ Target ]
619
+ * ^
620
+ * +-----------------+
621
+ * | Balloon |
622
+ * +-----------------+
623
+ * ```
624
+ *
625
+ * * `southEastArrowNorthMiddleEast`
626
+ *
627
+ * ```
628
+ * [ Target ]
629
+ * ^
630
+ * +-----------------+
631
+ * | Balloon |
632
+ * +-----------------+
633
+ * ```
634
+ *
635
+ * * `southEastArrowNorthEast`
636
+ *
637
+ * ```
638
+ * [ Target ]
639
+ * ^
640
+ * +-----------------+
641
+ * | Balloon |
642
+ * +-----------------+
643
+ * ```
644
+ *
645
+ * **West**
646
+ *
647
+ * * `westArrowEast`
648
+ *
649
+ * ```
650
+ * +-----------------+
651
+ * | Balloon |>[ Target ]
652
+ * +-----------------+
653
+ * ```
654
+ *
655
+ * **East**
656
+ *
657
+ * * `eastArrowWest`
658
+ *
659
+ * ```
660
+ * +-----------------+
661
+ * [ Target ]<| Balloon |
662
+ * +-----------------+
663
+ * ```
664
+ *
665
+ * **Sticky**
666
+ *
667
+ * * `viewportStickyNorth`
668
+ *
669
+ * ```
670
+ * +---------------------------+
671
+ * | [ Target ] |
672
+ * | |
673
+ * +-----------------------------------+
674
+ * | | +-----------------+ | |
675
+ * | | | Balloon | | |
676
+ * | | +-----------------+ | |
677
+ * | | | |
678
+ * | | | |
679
+ * | | | |
680
+ * | | | |
681
+ * | +---------------------------+ |
682
+ * | Viewport |
683
+ * +-----------------------------------+
684
+ * ```
685
+ *
686
+ * See {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView#attachTo}.
687
+ *
688
+ * Positioning functions must be compatible with {@link module:utils/dom/position~DomPoint}.
689
+ *
690
+ * Default positioning functions with customized offsets can be generated using
691
+ * {@link module:ui/panel/balloon/balloonpanelview~BalloonPanelView.generatePositions}.
692
+ *
693
+ * The name that the position function returns will be reflected in the balloon panel's class that
694
+ * controls the placement of the "arrow". See {@link #position} to learn more.
695
+ */
696
+ static defaultPositions: Record<string, PositioningFunction>;
697
697
  }