@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.
- package/dist/arialiveannouncer.d.ts +90 -90
- package/dist/augmentation.d.ts +86 -86
- package/dist/autocomplete/autocompleteview.d.ts +70 -70
- package/dist/badge/badge.d.ts +119 -121
- package/dist/bindings/addkeyboardhandlingforgrid.d.ts +22 -22
- package/dist/bindings/clickoutsidehandler.d.ts +25 -25
- package/dist/bindings/csstransitiondisablermixin.d.ts +47 -36
- package/dist/bindings/draggableviewmixin.d.ts +45 -37
- package/dist/bindings/preventdefault.d.ts +30 -30
- package/dist/bindings/submithandler.d.ts +49 -49
- package/dist/button/button.d.ts +167 -167
- package/dist/button/buttonlabel.d.ts +28 -28
- package/dist/button/buttonlabelview.d.ts +26 -26
- package/dist/button/buttonview.d.ts +192 -192
- package/dist/button/filedialogbuttonview.d.ts +107 -99
- package/dist/button/listitembuttonview.d.ts +73 -73
- package/dist/button/switchbuttonview.d.ts +40 -40
- package/dist/collapsible/collapsibleview.d.ts +63 -63
- package/dist/colorgrid/colorgridview.d.ts +117 -117
- package/dist/colorgrid/colortileview.d.ts +21 -21
- package/dist/colorgrid/utils.d.ts +35 -35
- package/dist/colorpicker/colorpickerview.d.ts +155 -157
- package/dist/colorpicker/utils.d.ts +37 -37
- package/dist/colorselector/colorgridsfragmentview.d.ts +191 -191
- package/dist/colorselector/colorpickerfragmentview.d.ts +129 -129
- package/dist/colorselector/colorselectorview.d.ts +227 -229
- package/dist/colorselector/documentcolorcollection.d.ts +52 -59
- package/dist/componentfactory.d.ts +76 -76
- package/dist/dialog/dialog.d.ts +311 -288
- package/dist/dialog/dialogactionsview.d.ts +62 -62
- package/dist/dialog/dialogcontentview.d.ts +22 -22
- package/dist/dialog/dialogview.d.ts +255 -251
- package/dist/dropdown/button/dropdownbutton.d.ts +17 -17
- package/dist/dropdown/button/dropdownbuttonview.d.ts +41 -41
- package/dist/dropdown/button/splitbuttonview.d.ts +155 -155
- package/dist/dropdown/dropdownpanelfocusable.d.ts +16 -16
- package/dist/dropdown/dropdownpanelview.d.ts +56 -56
- package/dist/dropdown/dropdownview.d.ts +326 -326
- package/dist/dropdown/menu/dropdownmenubehaviors.d.ts +43 -43
- package/dist/dropdown/menu/dropdownmenubuttonview.d.ts +29 -29
- package/dist/dropdown/menu/dropdownmenulistitembuttonview.d.ts +12 -12
- package/dist/dropdown/menu/dropdownmenulistitemview.d.ts +17 -17
- package/dist/dropdown/menu/dropdownmenulistview.d.ts +19 -19
- package/dist/dropdown/menu/dropdownmenunestedmenupanelview.d.ts +28 -28
- package/dist/dropdown/menu/dropdownmenunestedmenuview.d.ts +126 -126
- package/dist/dropdown/menu/dropdownmenurootlistview.d.ts +132 -132
- package/dist/dropdown/menu/utils.d.ts +112 -112
- package/dist/dropdown/utils.d.ts +272 -272
- package/dist/editableui/editableuiview.d.ts +78 -78
- package/dist/editableui/inline/inlineeditableuiview.d.ts +38 -38
- package/dist/editorui/accessibilityhelp/accessibilityhelp.d.ts +50 -50
- package/dist/editorui/accessibilityhelp/accessibilityhelpcontentview.d.ts +30 -30
- package/dist/editorui/bodycollection.d.ts +86 -86
- package/dist/editorui/boxed/boxededitoruiview.d.ts +35 -35
- package/dist/editorui/editorui.d.ts +348 -351
- package/dist/editorui/editoruiview.d.ts +53 -53
- package/dist/editorui/evaluationbadge.d.ts +28 -28
- package/dist/editorui/poweredby.d.ts +25 -25
- package/dist/focuscycler.d.ts +265 -270
- package/dist/formheader/formheaderview.d.ts +53 -53
- package/dist/formrow/formrowview.d.ts +52 -52
- package/dist/highlightedtext/buttonlabelwithhighlightview.d.ts +25 -25
- package/dist/highlightedtext/highlightedtextview.d.ts +33 -33
- package/dist/highlightedtext/labelwithhighlightview.d.ts +21 -21
- package/dist/icon/iconview.d.ts +83 -83
- package/dist/iframe/iframeview.d.ts +42 -42
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +136 -136
- package/dist/index.js +16467 -17751
- package/dist/index.js.map +1 -1
- package/dist/input/inputbase.d.ts +114 -114
- package/dist/input/inputview.d.ts +28 -28
- package/dist/inputnumber/inputnumberview.d.ts +44 -44
- package/dist/inputtext/inputtextview.d.ts +13 -13
- package/dist/label/labelview.d.ts +31 -31
- package/dist/labeledfield/labeledfieldview.d.ts +180 -180
- package/dist/labeledfield/utils.d.ts +112 -112
- package/dist/labeledinput/labeledinputview.d.ts +120 -120
- package/dist/legacyerrors.d.ts +0 -4
- package/dist/list/listitemgroupview.d.ts +54 -54
- package/dist/list/listitemview.d.ts +31 -31
- package/dist/list/listseparatorview.d.ts +13 -13
- package/dist/list/listview.d.ts +119 -119
- package/dist/menubar/menubarmenubuttonview.d.ts +28 -28
- package/dist/menubar/menubarmenulistitembuttonview.d.ts +16 -16
- package/dist/menubar/menubarmenulistitemfiledialogbuttonview.d.ts +18 -18
- package/dist/menubar/menubarmenulistitemview.d.ts +20 -20
- package/dist/menubar/menubarmenulistview.d.ts +24 -24
- package/dist/menubar/menubarmenupanelview.d.ts +47 -47
- package/dist/menubar/menubarmenuview.d.ts +113 -113
- package/dist/menubar/menubarview.d.ts +145 -145
- package/dist/menubar/utils.d.ts +455 -455
- package/dist/model.d.ts +19 -18
- package/dist/notification/notification.d.ts +200 -200
- package/dist/panel/balloon/balloonpanelview.d.ts +692 -692
- package/dist/panel/balloon/contextualballoon.d.ts +298 -298
- package/dist/panel/sticky/stickypanelview.d.ts +151 -151
- package/dist/search/filteredview.d.ts +23 -23
- package/dist/search/filtergroupanditemnames.d.ts +11 -11
- package/dist/search/searchinfoview.d.ts +39 -39
- package/dist/search/searchresultsview.d.ts +49 -49
- package/dist/search/text/searchtextqueryview.d.ts +63 -63
- package/dist/search/text/searchtextview.d.ts +203 -203
- package/dist/spinner/spinnerview.d.ts +20 -20
- package/dist/template.d.ts +897 -902
- package/dist/textarea/textareaview.d.ts +96 -96
- package/dist/toolbar/balloon/balloontoolbar.d.ts +122 -122
- package/dist/toolbar/block/blockbuttonview.d.ts +30 -30
- package/dist/toolbar/block/blocktoolbar.d.ts +166 -166
- package/dist/toolbar/normalizetoolbarconfig.d.ts +35 -35
- package/dist/toolbar/toolbarlinebreakview.d.ts +13 -13
- package/dist/toolbar/toolbarseparatorview.d.ts +13 -13
- package/dist/toolbar/toolbarview.d.ts +271 -271
- package/dist/tooltipmanager.d.ts +190 -193
- package/dist/view.d.ts +385 -388
- package/dist/viewcollection.d.ts +134 -134
- package/package.json +6 -6
|
@@ -1,73 +1,73 @@
|
|
|
1
1
|
/**
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import { ButtonView } from
|
|
6
|
-
import { IconView } from
|
|
7
|
-
import { LabeledFieldView, type LabeledFieldViewCreator } from
|
|
8
|
-
import { type InputBase } from
|
|
9
|
-
import type { Locale } from
|
|
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 { ButtonView } from "../../button/buttonview.js";
|
|
6
|
+
import { IconView } from "../../icon/iconview.js";
|
|
7
|
+
import { LabeledFieldView, type LabeledFieldViewCreator } from "../../labeledfield/labeledfieldview.js";
|
|
8
|
+
import { type InputBase } from "../../input/inputbase.js";
|
|
9
|
+
import type { Locale } from "@ckeditor/ckeditor5-utils";
|
|
10
10
|
/**
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
11
|
+
* A search input field for the {@link module:ui/search/text/searchtextview~SearchTextView} component.
|
|
12
|
+
*
|
|
13
|
+
* @internal
|
|
14
|
+
* @extends module:ui/labeledfield/labeledfieldview~LabeledFieldView
|
|
15
|
+
*/
|
|
16
16
|
export declare class SearchTextQueryView<TQueryFieldView extends InputBase<HTMLInputElement | HTMLTextAreaElement>> extends LabeledFieldView<TQueryFieldView> {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
17
|
+
/**
|
|
18
|
+
* The loupe icon displayed next to the {@link #fieldView}.
|
|
19
|
+
*/
|
|
20
|
+
iconView?: IconView;
|
|
21
|
+
/**
|
|
22
|
+
* The button that clears and focuses the {@link #fieldView}.
|
|
23
|
+
*/
|
|
24
|
+
resetButtonView?: ButtonView;
|
|
25
|
+
/**
|
|
26
|
+
* A reference to the view configuration.
|
|
27
|
+
*/
|
|
28
|
+
private readonly _viewConfig;
|
|
29
|
+
/**
|
|
30
|
+
* @inheritDoc
|
|
31
|
+
*/
|
|
32
|
+
constructor(locale: Locale, config: SearchTextQueryViewConfig<TQueryFieldView>);
|
|
33
|
+
/**
|
|
34
|
+
* Resets the search field to its default state.
|
|
35
|
+
*/
|
|
36
|
+
reset(): void;
|
|
37
37
|
}
|
|
38
38
|
/**
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
39
|
+
* An event fired when the field is reset using the
|
|
40
|
+
* {@link module:ui/search/text/searchtextqueryview~SearchTextQueryView#resetButtonView}.
|
|
41
|
+
*
|
|
42
|
+
* @eventName ~SearchTextQueryView#reset
|
|
43
|
+
*/
|
|
44
44
|
export type SearchTextQueryViewResetEvent = {
|
|
45
|
-
|
|
46
|
-
|
|
45
|
+
name: "reset";
|
|
46
|
+
args: [];
|
|
47
47
|
};
|
|
48
48
|
/**
|
|
49
|
-
|
|
50
|
-
|
|
49
|
+
* The configuration of the {@link module:ui/search/text/searchtextqueryview~SearchTextQueryView} view.
|
|
50
|
+
*/
|
|
51
51
|
export interface SearchTextQueryViewConfig<TConfigSearchField extends InputBase<HTMLInputElement | HTMLTextAreaElement>> {
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
52
|
+
/**
|
|
53
|
+
* The human-readable label of the search field.
|
|
54
|
+
*/
|
|
55
|
+
label: string;
|
|
56
|
+
/**
|
|
57
|
+
* Determines whether the button that resets the search should be visible.
|
|
58
|
+
*
|
|
59
|
+
* @default true
|
|
60
|
+
*/
|
|
61
|
+
showResetButton?: boolean;
|
|
62
|
+
/**
|
|
63
|
+
* Determines whether the loupe icon should be visible.
|
|
64
|
+
*
|
|
65
|
+
* @default true
|
|
66
|
+
*/
|
|
67
|
+
showIcon?: boolean;
|
|
68
|
+
/**
|
|
69
|
+
* The function that creates the search field input view. By default, a plain
|
|
70
|
+
* {@link module:ui/inputtext/inputtextview~InputTextView} is used for this purpose.
|
|
71
|
+
*/
|
|
72
|
+
creator?: LabeledFieldViewCreator<TConfigSearchField>;
|
|
73
73
|
}
|
|
@@ -1,219 +1,219 @@
|
|
|
1
1
|
/**
|
|
2
|
-
|
|
3
|
-
|
|
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
|
-
|
|
6
|
+
* @module ui/search/text/searchtextview
|
|
7
7
|
*/
|
|
8
|
-
import { FocusTracker, KeystrokeHandler, type Locale } from
|
|
9
|
-
import { View } from
|
|
10
|
-
import { SearchTextQueryView, type SearchTextQueryViewConfig } from
|
|
11
|
-
import { SearchResultsView } from
|
|
12
|
-
import { FocusCycler, type FocusableView } from
|
|
13
|
-
import { type FilteredView } from
|
|
14
|
-
import { type ViewCollection } from
|
|
15
|
-
import { type InputBase } from
|
|
16
|
-
import { type InputTextView } from
|
|
17
|
-
import
|
|
8
|
+
import { FocusTracker, KeystrokeHandler, type Locale } from "@ckeditor/ckeditor5-utils";
|
|
9
|
+
import { View } from "../../view.js";
|
|
10
|
+
import { SearchTextQueryView, type SearchTextQueryViewConfig } from "./searchtextqueryview.js";
|
|
11
|
+
import { SearchResultsView } from "../searchresultsview.js";
|
|
12
|
+
import { FocusCycler, type FocusableView } from "../../focuscycler.js";
|
|
13
|
+
import { type FilteredView } from "../filteredview.js";
|
|
14
|
+
import { type ViewCollection } from "../../viewcollection.js";
|
|
15
|
+
import { type InputBase } from "../../input/inputbase.js";
|
|
16
|
+
import { type InputTextView } from "../../inputtext/inputtextview.js";
|
|
17
|
+
import "../../../theme/components/search/search.css";
|
|
18
18
|
/**
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
19
|
+
* A search component that allows filtering of an arbitrary view based on a search query
|
|
20
|
+
* specified by the user in a text field.
|
|
21
|
+
*
|
|
22
|
+
*```ts
|
|
23
|
+
* // This view must specify the `filter()` and `focus()` methods.
|
|
24
|
+
* const filteredView = ...;
|
|
25
|
+
*
|
|
26
|
+
* const searchView = new SearchTextView( locale, {
|
|
27
|
+
* searchFieldLabel: 'Search list items',
|
|
28
|
+
* filteredView
|
|
29
|
+
* } );
|
|
30
|
+
*
|
|
31
|
+
* view.render();
|
|
32
|
+
*
|
|
33
|
+
* document.body.append( view.element );
|
|
34
|
+
* ```
|
|
35
|
+
*/
|
|
36
36
|
export declare class SearchTextView<TQueryFieldView extends InputBase<HTMLInputElement | HTMLTextAreaElement> = InputTextView> extends View {
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
37
|
+
/**
|
|
38
|
+
* Tracks information about the DOM focus in the view.
|
|
39
|
+
*
|
|
40
|
+
* @readonly
|
|
41
|
+
*/
|
|
42
|
+
focusTracker: FocusTracker;
|
|
43
|
+
/**
|
|
44
|
+
* An instance of the keystroke handler managing user interaction and accessibility.
|
|
45
|
+
*
|
|
46
|
+
* @readonly
|
|
47
|
+
*/
|
|
48
|
+
keystrokes: KeystrokeHandler;
|
|
49
|
+
/**
|
|
50
|
+
* A view hosting the {@link #filteredView} passed in the configuration and the {@link #infoView}.
|
|
51
|
+
*/
|
|
52
|
+
resultsView: SearchResultsView;
|
|
53
|
+
/**
|
|
54
|
+
* The view that is filtered by the search query.
|
|
55
|
+
*/
|
|
56
|
+
filteredView: FilteredView;
|
|
57
|
+
/**
|
|
58
|
+
* The view that displays the information about the search results.
|
|
59
|
+
*/
|
|
60
|
+
infoView: FocusableView | undefined;
|
|
61
|
+
/**
|
|
62
|
+
* The view that allows the user to enter the search query.
|
|
63
|
+
*/
|
|
64
|
+
queryView: SearchTextQueryView<TQueryFieldView>;
|
|
65
|
+
/**
|
|
66
|
+
* Controls whether the component is in read-only mode.
|
|
67
|
+
*
|
|
68
|
+
* @default true
|
|
69
|
+
* @observable
|
|
70
|
+
*/
|
|
71
|
+
isEnabled: boolean;
|
|
72
|
+
/**
|
|
73
|
+
* The number of results found for the current search query. Updated upon the {@link #search} event.
|
|
74
|
+
*
|
|
75
|
+
* @default 0
|
|
76
|
+
* @observable
|
|
77
|
+
*/
|
|
78
|
+
resultsCount: number;
|
|
79
|
+
/**
|
|
80
|
+
* The number of the items that can be searched in the {@link #filteredView}. Updated upon the {@link #search} event.
|
|
81
|
+
*
|
|
82
|
+
* @default 0
|
|
83
|
+
* @observable
|
|
84
|
+
*/
|
|
85
|
+
totalItemsCount: number;
|
|
86
|
+
/**
|
|
87
|
+
* The collection of children of the view.
|
|
88
|
+
*
|
|
89
|
+
* @readonly
|
|
90
|
+
*/
|
|
91
|
+
readonly children: ViewCollection;
|
|
92
|
+
/**
|
|
93
|
+
* The collection of focusable children of the view. Used by the focus management logic.
|
|
94
|
+
*
|
|
95
|
+
* @readonly
|
|
96
|
+
*/
|
|
97
|
+
readonly focusableChildren: ViewCollection<FocusableView>;
|
|
98
|
+
locale: Locale;
|
|
99
|
+
/**
|
|
100
|
+
* Provides the focus management (keyboard navigation) between {@link #queryView} and {@link #filteredView}.
|
|
101
|
+
*
|
|
102
|
+
* @readonly
|
|
103
|
+
*/
|
|
104
|
+
focusCycler: FocusCycler;
|
|
105
|
+
/**
|
|
106
|
+
* The cached configuration object.
|
|
107
|
+
*
|
|
108
|
+
* @internal
|
|
109
|
+
*/
|
|
110
|
+
protected _config: SearchTextViewConfig<TQueryFieldView>;
|
|
111
|
+
/**
|
|
112
|
+
* Creates an instance of the {@link module:ui/search/text/searchtextview~SearchTextView} class.
|
|
113
|
+
*
|
|
114
|
+
* @param locale The localization services instance.
|
|
115
|
+
* @param config Configuration of the view.
|
|
116
|
+
*/
|
|
117
|
+
constructor(locale: Locale, config: SearchTextViewConfig<TQueryFieldView>);
|
|
118
|
+
/**
|
|
119
|
+
* @inheritDoc
|
|
120
|
+
*/
|
|
121
|
+
override render(): void;
|
|
122
|
+
/**
|
|
123
|
+
* Focuses the {@link #queryView}.
|
|
124
|
+
*/
|
|
125
|
+
focus(): void;
|
|
126
|
+
/**
|
|
127
|
+
* Resets the component to its initial state.
|
|
128
|
+
*/
|
|
129
|
+
reset(): void;
|
|
130
|
+
/**
|
|
131
|
+
* Searches the {@link #filteredView} for the given query.
|
|
132
|
+
*
|
|
133
|
+
* @internal
|
|
134
|
+
* @param query The search query string.
|
|
135
|
+
*/
|
|
136
|
+
search(query: string): void;
|
|
137
|
+
/**
|
|
138
|
+
* Creates a search field view based on configured creator..
|
|
139
|
+
*/
|
|
140
|
+
private _createSearchTextQueryView;
|
|
141
|
+
/**
|
|
142
|
+
* Initializes the default {@link #infoView} behavior with default text labels when no custom info view
|
|
143
|
+
* was specified in the view config.
|
|
144
|
+
*/
|
|
145
|
+
private _enableDefaultInfoViewBehavior;
|
|
146
146
|
}
|
|
147
147
|
/**
|
|
148
|
-
|
|
149
|
-
|
|
148
|
+
* The configuration of the {@link module:ui/search/text/searchtextview~SearchTextView} class.
|
|
149
|
+
*/
|
|
150
150
|
export interface SearchTextViewConfig<TConfigSearchField extends InputBase<HTMLInputElement | HTMLTextAreaElement>> {
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
151
|
+
/**
|
|
152
|
+
* The configuration of the view's query field.
|
|
153
|
+
*/
|
|
154
|
+
queryView: SearchTextQueryViewConfig<TConfigSearchField>;
|
|
155
|
+
/**
|
|
156
|
+
* The view that is filtered by the search query.
|
|
157
|
+
*/
|
|
158
|
+
filteredView: FilteredView;
|
|
159
|
+
/**
|
|
160
|
+
* The view that displays the information about the search results.
|
|
161
|
+
*/
|
|
162
|
+
infoView?: {
|
|
163
|
+
/**
|
|
164
|
+
* The view that displays the information about the search results. If not specified,
|
|
165
|
+
* {@link module:ui/search/searchinfoview~SearchInfoView} is used.
|
|
166
|
+
*/
|
|
167
|
+
instance?: FocusableView;
|
|
168
|
+
/**
|
|
169
|
+
* The configuration of text labels displayed in the {@link #infoView} in different states
|
|
170
|
+
* of the search component.
|
|
171
|
+
*
|
|
172
|
+
* **Note**: This configuration is only used when the {@link #infoView} is **not** specified.
|
|
173
|
+
* In other cases, please use the {@link module:ui/search/searchview~SearchTextViewSearchEvent} to bring about
|
|
174
|
+
* your own info text logic.
|
|
175
|
+
*/
|
|
176
|
+
text?: {
|
|
177
|
+
notFound?: {
|
|
178
|
+
primary: SearchTextViewDefaultInfoText;
|
|
179
|
+
secondary?: SearchTextViewDefaultInfoText;
|
|
180
|
+
};
|
|
181
|
+
noSearchableItems?: {
|
|
182
|
+
primary: SearchTextViewDefaultInfoText;
|
|
183
|
+
secondary?: SearchTextViewDefaultInfoText;
|
|
184
|
+
};
|
|
185
|
+
};
|
|
186
|
+
};
|
|
187
|
+
/**
|
|
188
|
+
* The custom CSS class name to be added to the search view element.
|
|
189
|
+
*/
|
|
190
|
+
class?: string;
|
|
191
191
|
}
|
|
192
192
|
/**
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
193
|
+
* Describes value of a info text configuration in {@link module:ui/search/text/searchtextview~SearchTextViewConfig}.
|
|
194
|
+
* A string or a function that returns a string with the information about the search results.
|
|
195
|
+
*/
|
|
196
196
|
export type SearchTextViewDefaultInfoText = string | ((query: string, resultsCount: number, totalItemsCount: number) => string);
|
|
197
197
|
/**
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
198
|
+
* An event fired when the search query changes fired by {@link module:ui/search/text/searchtextview~SearchTextView#search}.
|
|
199
|
+
*
|
|
200
|
+
* @eventName ~SearchTextView#search
|
|
201
|
+
*/
|
|
202
202
|
export type SearchTextViewSearchEvent = {
|
|
203
|
-
|
|
204
|
-
|
|
203
|
+
name: "search";
|
|
204
|
+
args: [SearchTextViewSearchEventData];
|
|
205
205
|
};
|
|
206
206
|
export type SearchTextViewSearchEventData = {
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
207
|
+
/**
|
|
208
|
+
* The search query string.
|
|
209
|
+
*/
|
|
210
|
+
query: string;
|
|
211
|
+
/**
|
|
212
|
+
* The number of results found for the current search query.
|
|
213
|
+
*/
|
|
214
|
+
resultsCount: number;
|
|
215
|
+
/**
|
|
216
|
+
* The number of the items that can be searched.
|
|
217
|
+
*/
|
|
218
|
+
totalItemsCount: number;
|
|
219
219
|
};
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
/**
|
|
2
|
-
|
|
3
|
-
|
|
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
|
-
|
|
7
|
-
|
|
8
|
-
import { View } from
|
|
9
|
-
import
|
|
6
|
+
* @module ui/spinner/spinnerview
|
|
7
|
+
*/
|
|
8
|
+
import { View } from "../view.js";
|
|
9
|
+
import "../../theme/components/spinner/spinner.css";
|
|
10
10
|
/**
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
* The spinner view class.
|
|
12
|
+
*/
|
|
13
13
|
export declare class SpinnerView extends View {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
14
|
+
/**
|
|
15
|
+
* Controls whether the spinner is visible.
|
|
16
|
+
*
|
|
17
|
+
* @observable
|
|
18
|
+
* @default false
|
|
19
|
+
*/
|
|
20
|
+
isVisible: boolean;
|
|
21
|
+
/**
|
|
22
|
+
* @inheritDoc
|
|
23
|
+
*/
|
|
24
|
+
constructor();
|
|
25
25
|
}
|