@ckeditor/ckeditor5-ui 48.2.0 → 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,156 +1,156 @@
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/sticky/stickypanelview
7
- */
8
- import { View } from '../../view.js';
9
- import { type ViewCollection } from '../../viewcollection.js';
10
- import { type Locale } from '@ckeditor/ckeditor5-utils';
11
- import '../../../theme/components/panel/stickypanel.css';
6
+ * @module ui/panel/sticky/stickypanelview
7
+ */
8
+ import { View } from "../../view.js";
9
+ import { type ViewCollection } from "../../viewcollection.js";
10
+ import { type Locale } from "@ckeditor/ckeditor5-utils";
11
+ import "../../../theme/components/panel/stickypanel.css";
12
12
  /**
13
- * The sticky panel view class.
14
- */
13
+ * The sticky panel view class.
14
+ */
15
15
  export declare class StickyPanelView extends View {
16
- /**
17
- * Collection of the child views which creates balloon panel contents.
18
- */
19
- readonly content: ViewCollection;
20
- /**
21
- * Controls whether the sticky panel should be active.
22
- *
23
- * @readonly
24
- * @observable
25
- */
26
- isActive: boolean;
27
- /**
28
- * Controls whether the sticky panel is in the "sticky" state.
29
- *
30
- * @readonly
31
- * @observable
32
- */
33
- isSticky: boolean;
34
- /**
35
- * The limiter element for the sticky panel instance. Its bounding rect limits
36
- * the "stickyness" of the panel, i.e. when the panel reaches the bottom
37
- * edge of the limiter, it becomes sticky to that edge and does not float
38
- * off the limiter. It is mandatory for the panel to work properly and once
39
- * set, it cannot be changed.
40
- *
41
- * @readonly
42
- * @observable
43
- */
44
- limiterElement: HTMLElement | null;
45
- /**
46
- * The offset from the bottom edge of {@link #limiterElement}
47
- * which stops the panel from stickying any further to prevent limiter's content
48
- * from being completely covered.
49
- *
50
- * @readonly
51
- * @observable
52
- * @default 50
53
- */
54
- limiterBottomOffset: number;
55
- /**
56
- * The offset from the top edge of the web browser's viewport which makes the
57
- * panel become sticky. The default value is `0`, which means the panel becomes
58
- * sticky when it's upper edge touches the top of the page viewport.
59
- *
60
- * This attribute is useful when the web page has UI elements positioned to the top
61
- * either using `position: fixed` or `position: sticky`, which would cover the
62
- * sticky panel or vice–versa (depending on the `z-index` hierarchy).
63
- *
64
- * Bound to {@link module:ui/editorui/editorui~EditorUI#viewportOffset `EditorUI#viewportOffset`}.
65
- *
66
- * If {@link module:core/editor/editorconfig~EditorConfig#ui `EditorConfig#ui.viewportOffset.top`} is defined, then
67
- * it will override the default value.
68
- *
69
- * @observable
70
- * @default 0
71
- */
72
- viewportTopOffset: number;
73
- /**
74
- * The panel which accepts children into {@link #content} collection.
75
- * Also an element which is positioned when {@link #isSticky}.
76
- */
77
- contentPanelElement: HTMLElement;
78
- /**
79
- * Controls the `margin-left` CSS style of the panel.
80
- *
81
- * @private
82
- * @readonly
83
- * @observable
84
- */
85
- _marginLeft: string | null;
86
- /**
87
- * Set `true` if the sticky panel reached the bottom edge of the
88
- * {@link #limiterElement}.
89
- *
90
- * @private
91
- * @readonly
92
- * @observable
93
- */
94
- _isStickyToTheBottomOfLimiter: boolean;
95
- /**
96
- * The `top` CSS position of the panel when it is sticky to the top of the viewport or scrollable
97
- * ancestors of the {@link #limiterElement}.
98
- *
99
- * @private
100
- * @readonly
101
- * @observable
102
- */
103
- _stickyTopOffset: number | null;
104
- /**
105
- * The `bottom` CSS position of the panel when it is sticky to the bottom of the {@link #limiterElement}.
106
- *
107
- * @private
108
- * @readonly
109
- * @observable
110
- */
111
- _stickyBottomOffset: number | null;
112
- /**
113
- * A dummy element which visually fills the space as long as the
114
- * actual panel is sticky. It prevents flickering of the UI.
115
- */
116
- private _contentPanelPlaceholder;
117
- /**
118
- * @inheritDoc
119
- */
120
- constructor(locale?: Locale);
121
- /**
122
- * @inheritDoc
123
- */
124
- render(): void;
125
- /**
126
- * Analyzes the environment to decide whether the panel should be sticky or not.
127
- * Then handles the positioning of the panel.
128
- */
129
- checkIfShouldBeSticky(): void;
130
- /**
131
- * Sticks the panel at the given CSS `top` offset.
132
- *
133
- * @private
134
- * @param topOffset
135
- */
136
- private _stickToTopOfAncestors;
137
- /**
138
- * Sticks the panel at the bottom of the limiter with a given CSS `bottom` offset.
139
- *
140
- * @private
141
- * @param stickyBottomOffset
142
- */
143
- private _stickToBottomOfLimiter;
144
- /**
145
- * Unsticks the panel putting it back to its original position.
146
- *
147
- * @private
148
- */
149
- private _unstick;
150
- /**
151
- * Returns the bounding rect of the {@link #contentPanelElement}.
152
- *
153
- * @private
154
- */
155
- private get _contentPanelRect();
16
+ /**
17
+ * Collection of the child views which creates balloon panel contents.
18
+ */
19
+ readonly content: ViewCollection;
20
+ /**
21
+ * Controls whether the sticky panel should be active.
22
+ *
23
+ * @readonly
24
+ * @observable
25
+ */
26
+ isActive: boolean;
27
+ /**
28
+ * Controls whether the sticky panel is in the "sticky" state.
29
+ *
30
+ * @readonly
31
+ * @observable
32
+ */
33
+ isSticky: boolean;
34
+ /**
35
+ * The limiter element for the sticky panel instance. Its bounding rect limits
36
+ * the "stickyness" of the panel, i.e. when the panel reaches the bottom
37
+ * edge of the limiter, it becomes sticky to that edge and does not float
38
+ * off the limiter. It is mandatory for the panel to work properly and once
39
+ * set, it cannot be changed.
40
+ *
41
+ * @readonly
42
+ * @observable
43
+ */
44
+ limiterElement: HTMLElement | null;
45
+ /**
46
+ * The offset from the bottom edge of {@link #limiterElement}
47
+ * which stops the panel from stickying any further to prevent limiter's content
48
+ * from being completely covered.
49
+ *
50
+ * @readonly
51
+ * @observable
52
+ * @default 50
53
+ */
54
+ limiterBottomOffset: number;
55
+ /**
56
+ * The offset from the top edge of the web browser's viewport which makes the
57
+ * panel become sticky. The default value is `0`, which means the panel becomes
58
+ * sticky when it's upper edge touches the top of the page viewport.
59
+ *
60
+ * This attribute is useful when the web page has UI elements positioned to the top
61
+ * either using `position: fixed` or `position: sticky`, which would cover the
62
+ * sticky panel or vice–versa (depending on the `z-index` hierarchy).
63
+ *
64
+ * Bound to {@link module:ui/editorui/editorui~EditorUI#viewportOffset `EditorUI#viewportOffset`}.
65
+ *
66
+ * If {@link module:core/editor/editorconfig~EditorConfig#ui `EditorConfig#ui.viewportOffset.top`} is defined, then
67
+ * it will override the default value.
68
+ *
69
+ * @observable
70
+ * @default 0
71
+ */
72
+ viewportTopOffset: number;
73
+ /**
74
+ * The panel which accepts children into {@link #content} collection.
75
+ * Also an element which is positioned when {@link #isSticky}.
76
+ */
77
+ contentPanelElement: HTMLElement;
78
+ /**
79
+ * Controls the `margin-left` CSS style of the panel.
80
+ *
81
+ * @private
82
+ * @readonly
83
+ * @observable
84
+ */
85
+ _marginLeft: string | null;
86
+ /**
87
+ * Set `true` if the sticky panel reached the bottom edge of the
88
+ * {@link #limiterElement}.
89
+ *
90
+ * @private
91
+ * @readonly
92
+ * @observable
93
+ */
94
+ _isStickyToTheBottomOfLimiter: boolean;
95
+ /**
96
+ * The `top` CSS position of the panel when it is sticky to the top of the viewport or scrollable
97
+ * ancestors of the {@link #limiterElement}.
98
+ *
99
+ * @private
100
+ * @readonly
101
+ * @observable
102
+ */
103
+ _stickyTopOffset: number | null;
104
+ /**
105
+ * The `bottom` CSS position of the panel when it is sticky to the bottom of the {@link #limiterElement}.
106
+ *
107
+ * @private
108
+ * @readonly
109
+ * @observable
110
+ */
111
+ _stickyBottomOffset: number | null;
112
+ /**
113
+ * A dummy element which visually fills the space as long as the
114
+ * actual panel is sticky. It prevents flickering of the UI.
115
+ */
116
+ private _contentPanelPlaceholder;
117
+ /**
118
+ * @inheritDoc
119
+ */
120
+ constructor(locale?: Locale);
121
+ /**
122
+ * @inheritDoc
123
+ */
124
+ override render(): void;
125
+ /**
126
+ * Analyzes the environment to decide whether the panel should be sticky or not.
127
+ * Then handles the positioning of the panel.
128
+ */
129
+ checkIfShouldBeSticky(): void;
130
+ /**
131
+ * Sticks the panel at the given CSS `top` offset.
132
+ *
133
+ * @private
134
+ * @param topOffset
135
+ */
136
+ private _stickToTopOfAncestors;
137
+ /**
138
+ * Sticks the panel at the bottom of the limiter with a given CSS `bottom` offset.
139
+ *
140
+ * @private
141
+ * @param stickyBottomOffset
142
+ */
143
+ private _stickToBottomOfLimiter;
144
+ /**
145
+ * Unsticks the panel putting it back to its original position.
146
+ *
147
+ * @private
148
+ */
149
+ private _unstick;
150
+ /**
151
+ * Returns the bounding rect of the {@link #contentPanelElement}.
152
+ *
153
+ * @private
154
+ */
155
+ private get _contentPanelRect();
156
156
  }
@@ -1,31 +1,31 @@
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/search/filteredview
7
- */
8
- import type { FocusableView } from '../focuscycler.js';
6
+ * @module ui/search/filteredview
7
+ */
8
+ import type { FocusableView } from "../focuscycler.js";
9
9
  /**
10
- * A view that can be filtered by a {@link module:ui/search/text/searchtextview~SearchTextView}.
11
- */
10
+ * A view that can be filtered by a {@link module:ui/search/text/searchtextview~SearchTextView}.
11
+ */
12
12
  export interface FilteredView extends FocusableView {
13
- /**
14
- * Filters the view by the given regular expression.
15
- */
16
- filter(regExp: RegExp | null): {
17
- resultsCount: number;
18
- totalItemsCount: number;
19
- };
13
+ /**
14
+ * Filters the view by the given regular expression.
15
+ */
16
+ filter(regExp: RegExp | null): {
17
+ resultsCount: number;
18
+ totalItemsCount: number;
19
+ };
20
20
  }
21
21
  /**
22
- * Fired when the user selects an autocomplete option. The event data should contain the selected value.
23
- *
24
- * @eventName ~FilteredView#execute
25
- */
22
+ * Fired when the user selects an autocomplete option. The event data should contain the selected value.
23
+ *
24
+ * @eventName ~FilteredView#execute
25
+ */
26
26
  export interface FilteredViewExecuteEvent {
27
- name: 'execute';
28
- args: [{
29
- value: string;
30
- }];
27
+ name: "execute";
28
+ args: [{
29
+ value: string;
30
+ }];
31
31
  }
@@ -1,15 +1,15 @@
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 ViewCollection } from '../viewcollection.js';
6
- import { type ListItemGroupView } from '../list/listitemgroupview.js';
7
- import { type ListItemView } from '../list/listitemview.js';
8
- import { type ListSeparatorView } from '../list/listseparatorview.js';
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 ViewCollection } from "../viewcollection.js";
6
+ import { type ListItemGroupView } from "../list/listitemgroupview.js";
7
+ import { type ListItemView } from "../list/listitemview.js";
8
+ import { type ListSeparatorView } from "../list/listseparatorview.js";
9
9
  /**
10
- * A filter function that returns matching item and group names in the list view.
11
- */
10
+ * A filter function that returns matching item and group names in the list view.
11
+ */
12
12
  export declare function filterGroupAndItemNames(regExp: RegExp | null, items: ViewCollection<ListItemGroupView | ListItemView | ListSeparatorView>): {
13
- resultsCount: number;
14
- totalItemsCount: number;
13
+ resultsCount: number;
14
+ totalItemsCount: number;
15
15
  };
@@ -1,45 +1,45 @@
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/search/searchinfoview
6
+ * @module ui/search/searchinfoview
7
7
  */
8
- import type { FocusableView } from '../focuscycler.js';
9
- import { View } from '../view.js';
8
+ import type { FocusableView } from "../focuscycler.js";
9
+ import { View } from "../view.js";
10
10
  /**
11
- * A view displaying an information text related to different states of {@link module:ui/search/text/searchtextview~SearchTextView}.
12
- *
13
- * @internal
14
- */
11
+ * A view displaying an information text related to different states of {@link module:ui/search/text/searchtextview~SearchTextView}.
12
+ *
13
+ * @internal
14
+ */
15
15
  export declare class SearchInfoView extends View implements FocusableView {
16
- /**
17
- * Controls whether the view is visible.
18
- *
19
- * @observable
20
- * @default false
21
- */
22
- isVisible: boolean;
23
- /**
24
- * Controls the primary line of text in the info.
25
- *
26
- * @observable
27
- * @default ''
28
- */
29
- primaryText: string;
30
- /**
31
- * Controls the secondary line of text in the info.
32
- *
33
- * @observable
34
- * @default ''
35
- */
36
- secondaryText: string;
37
- /**
38
- * @inheritDoc
39
- */
40
- constructor();
41
- /**
42
- * Focuses the view
43
- */
44
- focus(): void;
16
+ /**
17
+ * Controls whether the view is visible.
18
+ *
19
+ * @observable
20
+ * @default false
21
+ */
22
+ isVisible: boolean;
23
+ /**
24
+ * Controls the primary line of text in the info.
25
+ *
26
+ * @observable
27
+ * @default ''
28
+ */
29
+ primaryText: string;
30
+ /**
31
+ * Controls the secondary line of text in the info.
32
+ *
33
+ * @observable
34
+ * @default ''
35
+ */
36
+ secondaryText: string;
37
+ /**
38
+ * @inheritDoc
39
+ */
40
+ constructor();
41
+ /**
42
+ * Focuses the view
43
+ */
44
+ focus(): void;
45
45
  }
@@ -1,54 +1,54 @@
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/search/searchresultsview
7
- */
8
- import { View } from '../view.js';
9
- import { type ViewCollection } from '../viewcollection.js';
10
- import { FocusTracker, type Locale } from '@ckeditor/ckeditor5-utils';
11
- import { FocusCycler, type FocusableView } from '../focuscycler.js';
6
+ * @module ui/search/searchresultsview
7
+ */
8
+ import { View } from "../view.js";
9
+ import { type ViewCollection } from "../viewcollection.js";
10
+ import { FocusTracker, type Locale } from "@ckeditor/ckeditor5-utils";
11
+ import { FocusCycler, type FocusableView } from "../focuscycler.js";
12
12
  /**
13
- * A sub-component of {@link module:ui/search/text/searchtextview~SearchTextView}. It hosts the filtered and the information views.
14
- */
13
+ * A sub-component of {@link module:ui/search/text/searchtextview~SearchTextView}. It hosts the filtered and the information views.
14
+ */
15
15
  export declare class SearchResultsView extends View implements FocusableView {
16
- /**
17
- * Tracks information about the DOM focus in the view.
18
- *
19
- * @readonly
20
- */
21
- focusTracker: FocusTracker;
22
- /**
23
- * The collection of the child views inside of the list item {@link #element}.
24
- *
25
- * @readonly
26
- */
27
- children: ViewCollection<FocusableView>;
28
- /**
29
- * Provides the focus management (keyboard navigation) in the view.
30
- *
31
- * @readonly
32
- */
33
- protected _focusCycler: FocusCycler;
34
- /**
35
- * @inheritDoc
36
- */
37
- constructor(locale: Locale);
38
- /**
39
- * @inheritDoc
40
- */
41
- render(): void;
42
- /**
43
- * Focuses the view.
44
- */
45
- focus(): void;
46
- /**
47
- * Focuses the first child view.
48
- */
49
- focusFirst(): void;
50
- /**
51
- * Focuses the last child view.
52
- */
53
- focusLast(): void;
16
+ /**
17
+ * Tracks information about the DOM focus in the view.
18
+ *
19
+ * @readonly
20
+ */
21
+ focusTracker: FocusTracker;
22
+ /**
23
+ * The collection of the child views inside of the list item {@link #element}.
24
+ *
25
+ * @readonly
26
+ */
27
+ children: ViewCollection<FocusableView>;
28
+ /**
29
+ * Provides the focus management (keyboard navigation) in the view.
30
+ *
31
+ * @readonly
32
+ */
33
+ protected _focusCycler: FocusCycler;
34
+ /**
35
+ * @inheritDoc
36
+ */
37
+ constructor(locale: Locale);
38
+ /**
39
+ * @inheritDoc
40
+ */
41
+ override render(): void;
42
+ /**
43
+ * Focuses the view.
44
+ */
45
+ focus(): void;
46
+ /**
47
+ * Focuses the first child view.
48
+ */
49
+ focusFirst(): void;
50
+ /**
51
+ * Focuses the last child view.
52
+ */
53
+ focusLast(): void;
54
54
  }