@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,108 +1,108 @@
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
- */
5
- import type { Editor } from '@ckeditor/ckeditor5-core';
6
- import type { Locale } from '@ckeditor/ckeditor5-utils';
7
- import { type ViewCollection } from './viewcollection.js';
8
- import { View } from './view.js';
9
- import '../theme/components/arialiveannouncer/arialiveannouncer.css';
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
+ import type { Editor } from "@ckeditor/ckeditor5-core";
6
+ import type { Locale } from "@ckeditor/ckeditor5-utils";
7
+ import { type ViewCollection } from "./viewcollection.js";
8
+ import { View } from "./view.js";
9
+ import "../theme/components/arialiveannouncer/arialiveannouncer.css";
10
10
  /**
11
- * The politeness level of an `aria-live` announcement.
12
- *
13
- * Available keys are:
14
- * * `AriaLiveAnnouncerPoliteness.POLITE`,
15
- * * `AriaLiveAnnouncerPoliteness.ASSERTIVE`
16
- *
17
- * [Learn more](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Live_Regions#Politeness_levels).
18
- */
11
+ * The politeness level of an `aria-live` announcement.
12
+ *
13
+ * Available keys are:
14
+ * * `AriaLiveAnnouncerPoliteness.POLITE`,
15
+ * * `AriaLiveAnnouncerPoliteness.ASSERTIVE`
16
+ *
17
+ * [Learn more](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Live_Regions#Politeness_levels).
18
+ */
19
19
  export declare const AriaLiveAnnouncerPoliteness: {
20
- readonly POLITE: "polite";
21
- readonly ASSERTIVE: "assertive";
20
+ readonly POLITE: "polite";
21
+ readonly ASSERTIVE: "assertive";
22
22
  };
23
23
  /**
24
- * An accessibility helper that manages all ARIA live regions associated with an editor instance. ARIA live regions announce changes
25
- * to the state of the editor features.
26
- *
27
- * These announcements are consumed and propagated by screen readers and give users a better understanding of the current
28
- * state of the editor.
29
- *
30
- * To announce a state change to an editor use the {@link #announce} method:
31
- *
32
- * ```ts
33
- * editor.ui.ariaLiveAnnouncer.announce( 'Text of an announcement.' );
34
- * ```
35
- */
24
+ * An accessibility helper that manages all ARIA live regions associated with an editor instance. ARIA live regions announce changes
25
+ * to the state of the editor features.
26
+ *
27
+ * These announcements are consumed and propagated by screen readers and give users a better understanding of the current
28
+ * state of the editor.
29
+ *
30
+ * To announce a state change to an editor use the {@link #announce} method:
31
+ *
32
+ * ```ts
33
+ * editor.ui.ariaLiveAnnouncer.announce( 'Text of an announcement.' );
34
+ * ```
35
+ */
36
36
  export declare class AriaLiveAnnouncer {
37
- /**
38
- * The editor instance.
39
- */
40
- readonly editor: Editor;
41
- /**
42
- * The view that aggregates all `aria-live` regions.
43
- */
44
- view?: AriaLiveAnnouncerView;
45
- /**
46
- * @inheritDoc
47
- */
48
- constructor(editor: Editor);
49
- /**
50
- * Sets an announcement text to an aria region that is then announced by a screen reader to the user.
51
- *
52
- * If the aria region of a specified politeness does not exist, it will be created and can be re-used later.
53
- *
54
- * The default announcement politeness level is `'polite'`.
55
- *
56
- * ```ts
57
- * // Most screen readers will queue announcements from multiple aria-live regions and read them out in the order they were emitted.
58
- * editor.ui.ariaLiveAnnouncer.announce( 'Image uploaded.' );
59
- * editor.ui.ariaLiveAnnouncer.announce( 'Connection lost. Reconnecting.' );
60
- * ```
61
- */
62
- announce(announcement: string, attributes?: AriaLiveAnnouncerPolitenessValue | AriaLiveAnnounceConfig): void;
37
+ /**
38
+ * The editor instance.
39
+ */
40
+ readonly editor: Editor;
41
+ /**
42
+ * The view that aggregates all `aria-live` regions.
43
+ */
44
+ view?: AriaLiveAnnouncerView;
45
+ /**
46
+ * @inheritDoc
47
+ */
48
+ constructor(editor: Editor);
49
+ /**
50
+ * Sets an announcement text to an aria region that is then announced by a screen reader to the user.
51
+ *
52
+ * If the aria region of a specified politeness does not exist, it will be created and can be re-used later.
53
+ *
54
+ * The default announcement politeness level is `'polite'`.
55
+ *
56
+ * ```ts
57
+ * // Most screen readers will queue announcements from multiple aria-live regions and read them out in the order they were emitted.
58
+ * editor.ui.ariaLiveAnnouncer.announce( 'Image uploaded.' );
59
+ * editor.ui.ariaLiveAnnouncer.announce( 'Connection lost. Reconnecting.' );
60
+ * ```
61
+ */
62
+ announce(announcement: string, attributes?: AriaLiveAnnouncerPolitenessValue | AriaLiveAnnounceConfig): void;
63
63
  }
64
64
  /**
65
- * The view that aggregates all `aria-live` regions.
66
- */
65
+ * The view that aggregates all `aria-live` regions.
66
+ */
67
67
  export declare class AriaLiveAnnouncerView extends View {
68
- /**
69
- * A collection of all views that represent individual `aria-live` regions.
70
- */
71
- readonly regionViews: ViewCollection<AriaLiveAnnouncerRegionView>;
72
- constructor(locale: Locale);
68
+ /**
69
+ * A collection of all views that represent individual `aria-live` regions.
70
+ */
71
+ readonly regionViews: ViewCollection<AriaLiveAnnouncerRegionView>;
72
+ constructor(locale: Locale);
73
73
  }
74
74
  /**
75
- * The view that represents a single `aria-live`.
76
- */
75
+ * The view that represents a single `aria-live`.
76
+ */
77
77
  export declare class AriaLiveAnnouncerRegionView extends View {
78
- /**
79
- * Current politeness level of the region.
80
- */
81
- readonly politeness: AriaLiveAnnouncerPolitenessValue;
82
- /**
83
- * DOM converter used to sanitize unsafe HTML passed to {@link #announce} method.
84
- */
85
- private _domConverter;
86
- /**
87
- * Interval used to remove additions. It prevents accumulation of added nodes in region.
88
- */
89
- private _pruneAnnouncementsInterval;
90
- constructor(editor: Editor, politeness: AriaLiveAnnouncerPolitenessValue);
91
- /**
92
- * Appends new announcement to region.
93
- */
94
- announce({ announcement, isUnsafeHTML }: AriaLiveAppendContentAttributes): void;
95
- /**
96
- * Return current announcements list HTML element.
97
- */
98
- private get _listElement();
78
+ /**
79
+ * Current politeness level of the region.
80
+ */
81
+ readonly politeness: AriaLiveAnnouncerPolitenessValue;
82
+ /**
83
+ * DOM converter used to sanitize unsafe HTML passed to {@link #announce} method.
84
+ */
85
+ private _domConverter;
86
+ /**
87
+ * Interval used to remove additions. It prevents accumulation of added nodes in region.
88
+ */
89
+ private _pruneAnnouncementsInterval;
90
+ constructor(editor: Editor, politeness: AriaLiveAnnouncerPolitenessValue);
91
+ /**
92
+ * Appends new announcement to region.
93
+ */
94
+ announce({ announcement, isUnsafeHTML }: AriaLiveAppendContentAttributes): void;
95
+ /**
96
+ * Return current announcements list HTML element.
97
+ */
98
+ private get _listElement();
99
99
  }
100
100
  export type AriaLiveAnnouncerPolitenessValue = typeof AriaLiveAnnouncerPoliteness[keyof typeof AriaLiveAnnouncerPoliteness];
101
101
  export type AriaLiveAppendContentAttributes = {
102
- announcement: string;
103
- isUnsafeHTML?: boolean;
102
+ announcement: string;
103
+ isUnsafeHTML?: boolean;
104
104
  };
105
105
  export type AriaLiveAnnounceConfig = {
106
- politeness: AriaLiveAnnouncerPolitenessValue;
107
- isUnsafeHTML?: boolean;
106
+ politeness: AriaLiveAnnouncerPolitenessValue;
107
+ isUnsafeHTML?: boolean;
108
108
  };
@@ -1,88 +1,88 @@
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
- */
5
- import type { BalloonToolbar, BlockToolbar, ContextualBalloon, Notification, Dialog, AccessibilityHelp } from './index.js';
6
- import type { ToolbarConfig } from '@ckeditor/ckeditor5-core';
7
- declare module '@ckeditor/ckeditor5-core' {
8
- interface EditorConfig {
9
- /**
10
- * Contextual toolbar configuration. Used by the {@link module:ui/toolbar/balloon/balloontoolbar~BalloonToolbar}
11
- * feature.
12
- *
13
- * ## Configuring toolbar items
14
- *
15
- * ```ts
16
- * const config = {
17
- * balloonToolbar: [ 'bold', 'italic', 'undo', 'redo' ]
18
- * };
19
- * ```
20
- *
21
- * You can also use `'|'` to create a separator between groups of items:
22
- *
23
- * ```ts
24
- * const config = {
25
- * balloonToolbar: [ 'bold', 'italic', '|', 'undo', 'redo' ]
26
- * };
27
- * ```
28
- *
29
- * Read also about configuring the main editor toolbar in {@link module:core/editor/editorconfig~EditorConfig#toolbar}.
30
- *
31
- * ## Configuring items grouping
32
- *
33
- * You can prevent automatic items grouping by setting the `shouldNotGroupWhenFull` option:
34
- *
35
- * ```ts
36
- * const config = {
37
- * balloonToolbar: {
38
- * items: [ 'bold', 'italic', 'undo', 'redo' ],
39
- * shouldNotGroupWhenFull: true
40
- * },
41
- * };
42
- * ```
43
- */
44
- balloonToolbar?: ToolbarConfig;
45
- /**
46
- * The block toolbar configuration. Used by the {@link module:ui/toolbar/block/blocktoolbar~BlockToolbar}
47
- * feature.
48
- *
49
- * ```ts
50
- * const config = {
51
- * blockToolbar: [ 'paragraph', 'heading1', 'heading2', 'bulletedList', 'numberedList' ]
52
- * };
53
- * ```
54
- *
55
- * You can also use `'|'` to create a separator between groups of items:
56
- *
57
- * ```ts
58
- * const config = {
59
- * blockToolbar: [ 'paragraph', 'heading1', 'heading2', '|', 'bulletedList', 'numberedList' ]
60
- * };
61
- * ```
62
- *
63
- * ## Configuring items grouping
64
- *
65
- * You can prevent automatic items grouping by setting the `shouldNotGroupWhenFull` option:
66
- *
67
- * ```ts
68
- * const config = {
69
- * blockToolbar: {
70
- * items: [ 'paragraph', 'heading1', 'heading2', '|', 'bulletedList', 'numberedList' ],
71
- * shouldNotGroupWhenFull: true
72
- * },
73
- * };
74
- * ```
75
- *
76
- * Read more about configuring the main editor toolbar in {@link module:core/editor/editorconfig~EditorConfig#toolbar}.
77
- */
78
- blockToolbar?: ToolbarConfig;
79
- }
80
- interface PluginsMap {
81
- [BalloonToolbar.pluginName]: BalloonToolbar;
82
- [BlockToolbar.pluginName]: BlockToolbar;
83
- [ContextualBalloon.pluginName]: ContextualBalloon;
84
- [Dialog.pluginName]: Dialog;
85
- [Notification.pluginName]: Notification;
86
- [AccessibilityHelp.pluginName]: AccessibilityHelp;
87
- }
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
+ import type { BalloonToolbar, BlockToolbar, ContextualBalloon, Notification, Dialog, AccessibilityHelp } from "./index.js";
6
+ import type { ToolbarConfig } from "@ckeditor/ckeditor5-core";
7
+ declare module "@ckeditor/ckeditor5-core" {
8
+ interface EditorConfig {
9
+ /**
10
+ * Contextual toolbar configuration. Used by the {@link module:ui/toolbar/balloon/balloontoolbar~BalloonToolbar}
11
+ * feature.
12
+ *
13
+ * ## Configuring toolbar items
14
+ *
15
+ * ```ts
16
+ * const config = {
17
+ * balloonToolbar: [ 'bold', 'italic', 'undo', 'redo' ]
18
+ * };
19
+ * ```
20
+ *
21
+ * You can also use `'|'` to create a separator between groups of items:
22
+ *
23
+ * ```ts
24
+ * const config = {
25
+ * balloonToolbar: [ 'bold', 'italic', '|', 'undo', 'redo' ]
26
+ * };
27
+ * ```
28
+ *
29
+ * Read also about configuring the main editor toolbar in {@link module:core/editor/editorconfig~EditorConfig#toolbar}.
30
+ *
31
+ * ## Configuring items grouping
32
+ *
33
+ * You can prevent automatic items grouping by setting the `shouldNotGroupWhenFull` option:
34
+ *
35
+ * ```ts
36
+ * const config = {
37
+ * balloonToolbar: {
38
+ * items: [ 'bold', 'italic', 'undo', 'redo' ],
39
+ * shouldNotGroupWhenFull: true
40
+ * },
41
+ * };
42
+ * ```
43
+ */
44
+ balloonToolbar?: ToolbarConfig;
45
+ /**
46
+ * The block toolbar configuration. Used by the {@link module:ui/toolbar/block/blocktoolbar~BlockToolbar}
47
+ * feature.
48
+ *
49
+ * ```ts
50
+ * const config = {
51
+ * blockToolbar: [ 'paragraph', 'heading1', 'heading2', 'bulletedList', 'numberedList' ]
52
+ * };
53
+ * ```
54
+ *
55
+ * You can also use `'|'` to create a separator between groups of items:
56
+ *
57
+ * ```ts
58
+ * const config = {
59
+ * blockToolbar: [ 'paragraph', 'heading1', 'heading2', '|', 'bulletedList', 'numberedList' ]
60
+ * };
61
+ * ```
62
+ *
63
+ * ## Configuring items grouping
64
+ *
65
+ * You can prevent automatic items grouping by setting the `shouldNotGroupWhenFull` option:
66
+ *
67
+ * ```ts
68
+ * const config = {
69
+ * blockToolbar: {
70
+ * items: [ 'paragraph', 'heading1', 'heading2', '|', 'bulletedList', 'numberedList' ],
71
+ * shouldNotGroupWhenFull: true
72
+ * },
73
+ * };
74
+ * ```
75
+ *
76
+ * Read more about configuring the main editor toolbar in {@link module:core/editor/editorconfig~EditorConfig#toolbar}.
77
+ */
78
+ blockToolbar?: ToolbarConfig;
79
+ }
80
+ interface PluginsMap {
81
+ [BalloonToolbar.pluginName]: BalloonToolbar;
82
+ [BlockToolbar.pluginName]: BlockToolbar;
83
+ [ContextualBalloon.pluginName]: ContextualBalloon;
84
+ [Dialog.pluginName]: Dialog;
85
+ [Notification.pluginName]: Notification;
86
+ [AccessibilityHelp.pluginName]: AccessibilityHelp;
87
+ }
88
88
  }
@@ -1,81 +1,81 @@
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/autocomplete/autocompleteview
6
+ * @module ui/autocomplete/autocompleteview
7
7
  */
8
- import { type PositioningFunction, type Locale } from '@ckeditor/ckeditor5-utils';
9
- import { SearchTextView, type SearchTextViewConfig } from '../search/text/searchtextview.js';
10
- import { type SearchResultsView } from '../search/searchresultsview.js';
11
- import { type InputBase } from '../input/inputbase.js';
12
- import '../../theme/components/autocomplete/autocomplete.css';
8
+ import { type PositioningFunction, type Locale } from "@ckeditor/ckeditor5-utils";
9
+ import { SearchTextView, type SearchTextViewConfig } from "../search/text/searchtextview.js";
10
+ import { type SearchResultsView } from "../search/searchresultsview.js";
11
+ import { type InputBase } from "../input/inputbase.js";
12
+ import "../../theme/components/autocomplete/autocomplete.css";
13
13
  /**
14
- * The autocomplete component's view class. It extends the {@link module:ui/search/text/searchtextview~SearchTextView} class
15
- * with a floating {@link #resultsView} that shows up when the user starts typing and hides when they blur
16
- * the component.
17
- */
14
+ * The autocomplete component's view class. It extends the {@link module:ui/search/text/searchtextview~SearchTextView} class
15
+ * with a floating {@link #resultsView} that shows up when the user starts typing and hides when they blur
16
+ * the component.
17
+ */
18
18
  export declare class AutocompleteView<TQueryFieldView extends InputBase<HTMLInputElement | HTMLTextAreaElement>> extends SearchTextView<TQueryFieldView> {
19
- /**
20
- * The configuration of the autocomplete view.
21
- */
22
- protected _config: AutocompleteViewConfig<TQueryFieldView>;
23
- resultsView: AutocompleteResultsView;
24
- /**
25
- * @inheritDoc
26
- */
27
- constructor(locale: Locale, config: AutocompleteViewConfig<TQueryFieldView>);
28
- /**
29
- * Updates the position of the results view on demand.
30
- */
31
- private _updateResultsViewWidthAndPosition;
32
- /**
33
- * Updates the visibility of the results view on demand.
34
- */
35
- private _updateResultsVisibility;
36
- /**
37
- * Positions for the autocomplete results view. Two positions are defined by default:
38
- * * `s` - below the search field,
39
- * * `n` - above the search field.
40
- */
41
- static defaultResultsPositions: Array<PositioningFunction>;
42
- /**
43
- * A function used to calculate the optimal position for the dropdown panel.
44
- */
45
- private static _getOptimalPosition;
19
+ /**
20
+ * The configuration of the autocomplete view.
21
+ */
22
+ protected override _config: AutocompleteViewConfig<TQueryFieldView>;
23
+ resultsView: AutocompleteResultsView;
24
+ /**
25
+ * @inheritDoc
26
+ */
27
+ constructor(locale: Locale, config: AutocompleteViewConfig<TQueryFieldView>);
28
+ /**
29
+ * Updates the position of the results view on demand.
30
+ */
31
+ private _updateResultsViewWidthAndPosition;
32
+ /**
33
+ * Updates the visibility of the results view on demand.
34
+ */
35
+ private _updateResultsVisibility;
36
+ /**
37
+ * Positions for the autocomplete results view. Two positions are defined by default:
38
+ * * `s` - below the search field,
39
+ * * `n` - above the search field.
40
+ */
41
+ static defaultResultsPositions: Array<PositioningFunction>;
42
+ /**
43
+ * A function used to calculate the optimal position for the dropdown panel.
44
+ */
45
+ private static _getOptimalPosition;
46
46
  }
47
47
  /**
48
- * An interface describing additional properties of the floating search results view used by the autocomplete plugin.
49
- */
48
+ * An interface describing additional properties of the floating search results view used by the autocomplete plugin.
49
+ */
50
50
  export interface AutocompleteResultsView extends SearchResultsView {
51
- /**
52
- * Controls the visibility of the results view.
53
- *
54
- * @observable
55
- */
56
- isVisible: boolean;
57
- /**
58
- * Controls the position (CSS class suffix) of the results view.
59
- *
60
- * @internal
61
- */
62
- _position?: string;
63
- /**
64
- * The observable property determining the CSS width of the results view.
65
- *
66
- * @internal
67
- */
68
- _width: number;
51
+ /**
52
+ * Controls the visibility of the results view.
53
+ *
54
+ * @observable
55
+ */
56
+ isVisible: boolean;
57
+ /**
58
+ * Controls the position (CSS class suffix) of the results view.
59
+ *
60
+ * @internal
61
+ */
62
+ _position?: string;
63
+ /**
64
+ * The observable property determining the CSS width of the results view.
65
+ *
66
+ * @internal
67
+ */
68
+ _width: number;
69
69
  }
70
70
  export interface AutocompleteViewConfig<TConfigInputCreator extends InputBase<HTMLInputElement | HTMLTextAreaElement>> extends SearchTextViewConfig<TConfigInputCreator> {
71
- /**
72
- * When set `true`, the query view will be reset when the autocomplete view loses focus.
73
- */
74
- resetOnBlur?: boolean;
75
- /**
76
- * Minimum number of characters that need to be typed before the search is performed.
77
- *
78
- * @default 0
79
- */
80
- queryMinChars?: number;
71
+ /**
72
+ * When set `true`, the query view will be reset when the autocomplete view loses focus.
73
+ */
74
+ resetOnBlur?: boolean;
75
+ /**
76
+ * Minimum number of characters that need to be typed before the search is performed.
77
+ *
78
+ * @default 0
79
+ */
80
+ queryMinChars?: number;
81
81
  }