@sapui5/ts-types 1.97.1 → 1.99.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.
- package/package.json +1 -1
- package/types/index.d.ts +0 -4
- package/types/sap.apf.d.ts +2 -2
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +2 -240
- package/types/sap.f.d.ts +263 -636
- package/types/sap.fe.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +170 -25
- package/types/sap.fe.macros.d.ts +13 -1
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +5 -1
- package/types/sap.fe.test.d.ts +19 -14
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +119 -1
- package/types/sap.landvisz.d.ts +49 -1
- package/types/sap.m.d.ts +3688 -350
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +38 -3
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.grid.d.ts +3 -1
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +29 -7
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +31 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +267 -14
- package/types/sap.ui.core.d.ts +1377 -383
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +3 -3
- package/types/sap.ui.fl.d.ts +13 -5
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +29 -11
- package/types/sap.ui.layout.d.ts +7 -4
- package/types/sap.ui.mdc.d.ts +16 -6
- package/types/sap.ui.richtexteditor.d.ts +7 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +6 -6
- package/types/sap.ui.table.d.ts +30 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -3
- package/types/sap.ui.vk.d.ts +64 -31
- package/types/sap.ui.vtm.d.ts +4 -4
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +510 -139
- package/types/sap.ushell_abap.d.ts +1 -495
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -5
- package/types/sap.fe.placeholder.d.ts +0 -3
- package/types/sap.fe.plugins.d.ts +0 -3
- package/types/sap.fe.semantics.d.ts +0 -3
- package/types/sap.fe.tools.d.ts +0 -3
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -37,12 +37,8 @@
|
|
|
37
37
|
/// <reference path="./sap.fe.core.d.ts"/>
|
|
38
38
|
/// <reference path="./sap.fe.macros.d.ts"/>
|
|
39
39
|
/// <reference path="./sap.fe.navigation.d.ts"/>
|
|
40
|
-
/// <reference path="./sap.fe.placeholder.d.ts"/>
|
|
41
|
-
/// <reference path="./sap.fe.plugins.d.ts"/>
|
|
42
|
-
/// <reference path="./sap.fe.semantics.d.ts"/>
|
|
43
40
|
/// <reference path="./sap.fe.templates.d.ts"/>
|
|
44
41
|
/// <reference path="./sap.fe.test.d.ts"/>
|
|
45
|
-
/// <reference path="./sap.fe.tools.d.ts"/>
|
|
46
42
|
/// <reference path="./sap.feedback.ui.d.ts"/>
|
|
47
43
|
/// <reference path="./sap.landvisz.d.ts"/>
|
|
48
44
|
/// <reference path="./sap.rules.ui.d.ts"/>
|
package/types/sap.apf.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.99.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -770,7 +770,7 @@ declare namespace sap {
|
|
|
770
770
|
* identifies a request configuration, which is contained in the analytical configuration. or the request
|
|
771
771
|
* configuration is directly passed as an object oRequestConfiguration.
|
|
772
772
|
*/
|
|
773
|
-
requestConfiguration:
|
|
773
|
+
requestConfiguration: string | object
|
|
774
774
|
): sap.apf.core.ReadRequest;
|
|
775
775
|
/**
|
|
776
776
|
* helps to call customer defined custom formatter function(fnCallback).
|
package/types/sap.ca.ui.d.ts
CHANGED
package/types/sap.chart.d.ts
CHANGED
|
@@ -1,241 +1,3 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.99.0
|
|
2
2
|
|
|
3
|
-
declare namespace sap {
|
|
4
|
-
namespace esh {
|
|
5
|
-
namespace search {
|
|
6
|
-
/**
|
|
7
|
-
* UI5 library: sap.esh.search.ui.
|
|
8
|
-
*/
|
|
9
|
-
namespace ui {
|
|
10
|
-
interface $SearchCompositeControlSettings
|
|
11
|
-
extends sap.ui.core.$ControlSettings {
|
|
12
|
-
/**
|
|
13
|
-
* An additional CSS class to add to this control
|
|
14
|
-
*/
|
|
15
|
-
cssClass?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* Defines the initial search term for the search input
|
|
19
|
-
*/
|
|
20
|
-
searchTerm?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* Defines if the search control will search for the given term right on control instantiation.
|
|
24
|
-
*/
|
|
25
|
-
searchOnStart?:
|
|
26
|
-
| boolean
|
|
27
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* Control instances which are part of this composite control.
|
|
31
|
-
*/
|
|
32
|
-
content?:
|
|
33
|
-
| sap.ui.core.Control[]
|
|
34
|
-
| sap.ui.core.Control
|
|
35
|
-
| sap.ui.base.ManagedObject.AggregationBindingInfo;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
/**
|
|
39
|
-
* @SINCE 1.93.0
|
|
40
|
-
*
|
|
41
|
-
* This is the UI5 composite control by the Enterprise Search Team to make full use of the Enterprise Search
|
|
42
|
-
* Services. This composite control is a complete UI which includes a search input box including a suggestion
|
|
43
|
-
* dropdown, a result list which can have different styles including tiles and table, result facets and
|
|
44
|
-
* more. This control is ready to use with an enterprise search backend service but also allows deep modifications
|
|
45
|
-
* to match requirements of adopting applications.
|
|
46
|
-
*/
|
|
47
|
-
class SearchCompositeControl extends sap.ui.core.Control {
|
|
48
|
-
/**
|
|
49
|
-
* Constructs a new `SearchCompositeControl` to interact with a SAP Enterprise Search Service.
|
|
50
|
-
*
|
|
51
|
-
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
52
|
-
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
53
|
-
* of the syntax of the settings object.
|
|
54
|
-
*/
|
|
55
|
-
constructor(
|
|
56
|
-
/**
|
|
57
|
-
* Initial settings for the new control
|
|
58
|
-
*/
|
|
59
|
-
mSettings?: sap.esh.search.ui.$SearchCompositeControlSettings
|
|
60
|
-
);
|
|
61
|
-
/**
|
|
62
|
-
* Constructs a new `SearchCompositeControl` to interact with a SAP Enterprise Search Service.
|
|
63
|
-
*
|
|
64
|
-
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
65
|
-
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
66
|
-
* of the syntax of the settings object.
|
|
67
|
-
*/
|
|
68
|
-
constructor(
|
|
69
|
-
/**
|
|
70
|
-
* ID for the new control, generated automatically if no ID is given
|
|
71
|
-
*/
|
|
72
|
-
sId?: string,
|
|
73
|
-
/**
|
|
74
|
-
* Initial settings for the new control
|
|
75
|
-
*/
|
|
76
|
-
mSettings?: sap.esh.search.ui.$SearchCompositeControlSettings
|
|
77
|
-
);
|
|
78
|
-
|
|
79
|
-
/**
|
|
80
|
-
* Creates a new subclass of class sap.esh.search.ui.SearchCompositeControl with name `sClassName` and enriches
|
|
81
|
-
* it with the information contained in `oClassInfo`.
|
|
82
|
-
*
|
|
83
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
84
|
-
*/
|
|
85
|
-
static extend<T extends Record<string, unknown>>(
|
|
86
|
-
/**
|
|
87
|
-
* Name of the class being created
|
|
88
|
-
*/
|
|
89
|
-
sClassName: string,
|
|
90
|
-
/**
|
|
91
|
-
* Object literal with information about the class
|
|
92
|
-
*/
|
|
93
|
-
oClassInfo?: sap.ClassInfo<
|
|
94
|
-
T,
|
|
95
|
-
sap.esh.search.ui.SearchCompositeControl
|
|
96
|
-
>,
|
|
97
|
-
/**
|
|
98
|
-
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
99
|
-
* used by this class
|
|
100
|
-
*/
|
|
101
|
-
FNMetaImpl?: Function
|
|
102
|
-
): Function;
|
|
103
|
-
/**
|
|
104
|
-
* Returns a metadata object for class sap.esh.search.ui.SearchCompositeControl.
|
|
105
|
-
*/
|
|
106
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
107
|
-
/**
|
|
108
|
-
* Adds some content to the aggregation {@link #getContent content}.
|
|
109
|
-
*/
|
|
110
|
-
addContent(
|
|
111
|
-
/**
|
|
112
|
-
* The content to add; if empty, nothing is inserted
|
|
113
|
-
*/
|
|
114
|
-
oContent: sap.ui.core.Control
|
|
115
|
-
): this;
|
|
116
|
-
/**
|
|
117
|
-
* Destroys all the content in the aggregation {@link #getContent content}.
|
|
118
|
-
*/
|
|
119
|
-
destroyContent(): this;
|
|
120
|
-
/**
|
|
121
|
-
* Gets content of aggregation {@link #getContent content}.
|
|
122
|
-
*
|
|
123
|
-
* Control instances which are part of this composite control.
|
|
124
|
-
*/
|
|
125
|
-
getContent(): sap.ui.core.Control[];
|
|
126
|
-
/**
|
|
127
|
-
* Gets current value of property {@link #getCssClass cssClass}.
|
|
128
|
-
*
|
|
129
|
-
* An additional CSS class to add to this control
|
|
130
|
-
*/
|
|
131
|
-
getCssClass(): string;
|
|
132
|
-
/**
|
|
133
|
-
* Gets current value of property {@link #getSearchOnStart searchOnStart}.
|
|
134
|
-
*
|
|
135
|
-
* Defines if the search control will search for the given term right on control instantiation.
|
|
136
|
-
*
|
|
137
|
-
* Default value is `true`.
|
|
138
|
-
*/
|
|
139
|
-
getSearchOnStart(): boolean;
|
|
140
|
-
/**
|
|
141
|
-
* Gets current value of property {@link #getSearchTerm searchTerm}.
|
|
142
|
-
*
|
|
143
|
-
* Defines the initial search term for the search input
|
|
144
|
-
*
|
|
145
|
-
* Default value is `"*"`.
|
|
146
|
-
*/
|
|
147
|
-
getSearchTerm(): string;
|
|
148
|
-
/**
|
|
149
|
-
* Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getContent content}. and returns
|
|
150
|
-
* its index if found or -1 otherwise.
|
|
151
|
-
*/
|
|
152
|
-
indexOfContent(
|
|
153
|
-
/**
|
|
154
|
-
* The content whose index is looked for
|
|
155
|
-
*/
|
|
156
|
-
oContent: sap.ui.core.Control
|
|
157
|
-
): int;
|
|
158
|
-
/**
|
|
159
|
-
* Inserts a content into the aggregation {@link #getContent content}.
|
|
160
|
-
*/
|
|
161
|
-
insertContent(
|
|
162
|
-
/**
|
|
163
|
-
* The content to insert; if empty, nothing is inserted
|
|
164
|
-
*/
|
|
165
|
-
oContent: sap.ui.core.Control,
|
|
166
|
-
/**
|
|
167
|
-
* The `0`-based index the content should be inserted at; for a negative value of `iIndex`, the content
|
|
168
|
-
* is inserted at position 0; for a value greater than the current size of the aggregation, the content
|
|
169
|
-
* is inserted at the last position
|
|
170
|
-
*/
|
|
171
|
-
iIndex: int
|
|
172
|
-
): this;
|
|
173
|
-
/**
|
|
174
|
-
* Removes all the controls from the aggregation {@link #getContent content}.
|
|
175
|
-
*
|
|
176
|
-
* Additionally, it unregisters them from the hosting UIArea.
|
|
177
|
-
*/
|
|
178
|
-
removeAllContent(): sap.ui.core.Control[];
|
|
179
|
-
/**
|
|
180
|
-
* Removes a content from the aggregation {@link #getContent content}.
|
|
181
|
-
*/
|
|
182
|
-
removeContent(
|
|
183
|
-
/**
|
|
184
|
-
* The content to remove or its index or id
|
|
185
|
-
*/
|
|
186
|
-
vContent: int | string | sap.ui.core.Control
|
|
187
|
-
): sap.ui.core.Control;
|
|
188
|
-
/**
|
|
189
|
-
* Sets a new value for property {@link #getCssClass cssClass}.
|
|
190
|
-
*
|
|
191
|
-
* An additional CSS class to add to this control
|
|
192
|
-
*
|
|
193
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
194
|
-
*/
|
|
195
|
-
setCssClass(
|
|
196
|
-
/**
|
|
197
|
-
* New value for property `cssClass`
|
|
198
|
-
*/
|
|
199
|
-
sCssClass: string
|
|
200
|
-
): this;
|
|
201
|
-
/**
|
|
202
|
-
* Sets a new value for property {@link #getSearchOnStart searchOnStart}.
|
|
203
|
-
*
|
|
204
|
-
* Defines if the search control will search for the given term right on control instantiation.
|
|
205
|
-
*
|
|
206
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
207
|
-
*
|
|
208
|
-
* Default value is `true`.
|
|
209
|
-
*/
|
|
210
|
-
setSearchOnStart(
|
|
211
|
-
/**
|
|
212
|
-
* New value for property `searchOnStart`
|
|
213
|
-
*/
|
|
214
|
-
bSearchOnStart?: boolean
|
|
215
|
-
): this;
|
|
216
|
-
/**
|
|
217
|
-
* Sets a new value for property {@link #getSearchTerm searchTerm}.
|
|
218
|
-
*
|
|
219
|
-
* Defines the initial search term for the search input
|
|
220
|
-
*
|
|
221
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
222
|
-
*
|
|
223
|
-
* Default value is `"*"`.
|
|
224
|
-
*/
|
|
225
|
-
setSearchTerm(
|
|
226
|
-
/**
|
|
227
|
-
* New value for property `searchTerm`
|
|
228
|
-
*/
|
|
229
|
-
sSearchTerm?: string
|
|
230
|
-
): this;
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
interface IUI5DefineDependencyNames {
|
|
237
|
-
"sap/esh/search/ui/library": undefined;
|
|
238
|
-
|
|
239
|
-
"sap/esh/search/ui/SearchCompositeControl": undefined;
|
|
240
|
-
}
|
|
241
|
-
}
|
|
3
|
+
declare namespace sap {}
|