@sapui5/ts-types 1.127.2 → 1.128.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/sap.apf.d.ts +1 -1
- 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.cux.home.d.ts +225 -19
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +1366 -198
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.core.d.ts +11 -26
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +10 -1
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +14 -3
- package/types/sap.fe.test.d.ts +3 -3
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +123 -64
- package/types/sap.insights.d.ts +24 -1
- package/types/sap.m.d.ts +329 -23
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +96 -23
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +10 -4
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +1010 -4
- package/types/sap.ui.core.d.ts +48 -28
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +10 -4
- 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 +53 -4
- package/types/sap.ui.layout.d.ts +5 -5
- package/types/sap.ui.mdc.d.ts +426 -204
- package/types/sap.ui.richtexteditor.d.ts +1 -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 +1 -1
- package/types/sap.ui.table.d.ts +94 -23
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +601 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +47 -22
- package/types/sap.ui.vtm.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +16 -8
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +46 -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 -1
package/package.json
CHANGED
package/types/sap.apf.d.ts
CHANGED
package/types/sap.ca.ui.d.ts
CHANGED
package/types/sap.chart.d.ts
CHANGED
package/types/sap.cux.home.d.ts
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
// For Library Version: 0.0.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
|
+
/**
|
|
5
|
+
* Root namespace for all the libraries related to Common User Experience.
|
|
6
|
+
*/
|
|
4
7
|
namespace cux {
|
|
8
|
+
/**
|
|
9
|
+
* SAPUI5 library with controls specialized for Common User Experience.
|
|
10
|
+
*/
|
|
5
11
|
namespace home {
|
|
6
12
|
/**
|
|
7
13
|
* Describes the settings that can be provided to the MenuItem constructor.
|
|
@@ -39,75 +45,210 @@ declare namespace sap {
|
|
|
39
45
|
* @since 1.121
|
|
40
46
|
* @experimental (since 1.121)
|
|
41
47
|
*/
|
|
42
|
-
class AppsContainer
|
|
43
|
-
|
|
48
|
+
class AppsContainer {
|
|
49
|
+
/**
|
|
50
|
+
* Constructor for a new Apps Container.
|
|
51
|
+
*/
|
|
52
|
+
constructor(
|
|
53
|
+
/**
|
|
54
|
+
* ID for the new control, generated automatically if no ID is given
|
|
55
|
+
*/
|
|
56
|
+
id?: string,
|
|
57
|
+
/**
|
|
58
|
+
* Initial settings for the new control
|
|
59
|
+
*/
|
|
60
|
+
settings?: /* was: sap.cux.home.BaseContainer.$BaseContainerSettings */ any
|
|
61
|
+
);
|
|
62
|
+
}
|
|
44
63
|
/**
|
|
45
64
|
* Panel class for managing and storing Cards.
|
|
46
65
|
*
|
|
47
66
|
* @since 1.122.0
|
|
48
67
|
* @experimental (since 1.122.0)
|
|
49
68
|
*/
|
|
50
|
-
class CardsPanel extends /* was: sap.cux.home.BasePanel */ Object {
|
|
69
|
+
class CardsPanel extends /* was: sap.cux.home.BasePanel */ Object {
|
|
70
|
+
/**
|
|
71
|
+
* Constructor for a new Cards Panel.
|
|
72
|
+
*/
|
|
73
|
+
constructor(
|
|
74
|
+
/**
|
|
75
|
+
* ID for the new control, generated automatically if no ID is given
|
|
76
|
+
*/
|
|
77
|
+
id?: string,
|
|
78
|
+
/**
|
|
79
|
+
* Initial settings for the new control
|
|
80
|
+
*/
|
|
81
|
+
settings?: /* was: sap.cux.home.CardsPanel.$CardsPanelSettings */ any
|
|
82
|
+
);
|
|
83
|
+
}
|
|
51
84
|
/**
|
|
52
85
|
* Provides the class for managing frequent apps.
|
|
53
86
|
*
|
|
54
87
|
* @since 1.121.0
|
|
55
88
|
* @experimental (since 1.121.0)
|
|
56
89
|
*/
|
|
57
|
-
class FrequentAppPanel
|
|
58
|
-
|
|
90
|
+
class FrequentAppPanel {
|
|
91
|
+
/**
|
|
92
|
+
* Constructor for a new Frequent Apps Panel.
|
|
93
|
+
*/
|
|
94
|
+
constructor(
|
|
95
|
+
/**
|
|
96
|
+
* ID for the new control, generated automatically if no ID is given
|
|
97
|
+
*/
|
|
98
|
+
id?: string,
|
|
99
|
+
/**
|
|
100
|
+
* Initial settings for the new control
|
|
101
|
+
*/
|
|
102
|
+
settings?: /* was: sap.cux.home.BaseAppPersPanel.$BaseAppPersPanelSettings */ any
|
|
103
|
+
);
|
|
104
|
+
}
|
|
59
105
|
/**
|
|
60
106
|
* Container class for managing and storing Insights tiles and cards.
|
|
61
107
|
*
|
|
62
108
|
* @since 1.121
|
|
63
109
|
* @experimental (since 1.121)
|
|
64
110
|
*/
|
|
65
|
-
class InsightsContainer
|
|
66
|
-
|
|
111
|
+
class InsightsContainer {
|
|
112
|
+
/**
|
|
113
|
+
* Constructor for a new Insights Container.
|
|
114
|
+
*/
|
|
115
|
+
constructor(
|
|
116
|
+
/**
|
|
117
|
+
* ID for the new control, generated automatically if no ID is given
|
|
118
|
+
*/
|
|
119
|
+
id?: string,
|
|
120
|
+
/**
|
|
121
|
+
* Initial settings for the new control
|
|
122
|
+
*/
|
|
123
|
+
settings?: /* was: sap.cux.home.BaseContainer.$BaseContainerSettings */ any
|
|
124
|
+
);
|
|
125
|
+
}
|
|
67
126
|
/**
|
|
68
127
|
* Layout class for My Home layout.
|
|
69
128
|
*
|
|
70
129
|
* @since 1.121
|
|
71
130
|
* @experimental (since 1.121)
|
|
72
131
|
*/
|
|
73
|
-
class Layout
|
|
132
|
+
class Layout {
|
|
133
|
+
/**
|
|
134
|
+
* Constructor for a new Layout.
|
|
135
|
+
*/
|
|
136
|
+
constructor(
|
|
137
|
+
/**
|
|
138
|
+
* ID for the new control, generated automatically if no ID is given
|
|
139
|
+
*/
|
|
140
|
+
id?: string,
|
|
141
|
+
/**
|
|
142
|
+
* Initial settings for the new control
|
|
143
|
+
*/
|
|
144
|
+
settings?: /* was: sap.cux.home.BaseLayout.$BaseLayoutSettings */ any
|
|
145
|
+
);
|
|
146
|
+
}
|
|
74
147
|
/**
|
|
75
148
|
* Class for managing and storing Menu items.
|
|
76
149
|
*
|
|
77
150
|
* @since 1.121
|
|
78
151
|
* @experimental (since 1.121)
|
|
79
152
|
*/
|
|
80
|
-
class MenuItem extends sap.ui.core.Element {
|
|
153
|
+
class MenuItem extends sap.ui.core.Element {
|
|
154
|
+
/**
|
|
155
|
+
* Constructor for a new Menu Item.
|
|
156
|
+
*/
|
|
157
|
+
constructor(
|
|
158
|
+
/**
|
|
159
|
+
* ID for the new control, generated automatically if no ID is given
|
|
160
|
+
*/
|
|
161
|
+
id?: string,
|
|
162
|
+
/**
|
|
163
|
+
* Initial settings for the new control
|
|
164
|
+
*/
|
|
165
|
+
settings?: /* was: sap.cux.home.MenuItem.$MenuItemSettings */ any
|
|
166
|
+
);
|
|
167
|
+
}
|
|
81
168
|
/**
|
|
82
169
|
* Container class for managing and storing News and Pages.
|
|
83
170
|
*
|
|
84
171
|
* @since 1.121
|
|
85
172
|
* @experimental (since 1.121)
|
|
86
173
|
*/
|
|
87
|
-
class NewsAndPagesContainer
|
|
88
|
-
|
|
174
|
+
class NewsAndPagesContainer {
|
|
175
|
+
/**
|
|
176
|
+
* Constructor for a new News and Pages Container.
|
|
177
|
+
*/
|
|
178
|
+
constructor(
|
|
179
|
+
/**
|
|
180
|
+
* ID for the new control, generated automatically if no ID is given
|
|
181
|
+
*/
|
|
182
|
+
id?: string,
|
|
183
|
+
/**
|
|
184
|
+
* Initial settings for the new control
|
|
185
|
+
*/
|
|
186
|
+
settings?: /* was: sap.cux.home.BaseContainer.$BaseContainerSettings */ any
|
|
187
|
+
);
|
|
188
|
+
}
|
|
89
189
|
/**
|
|
90
190
|
* Panel class for managing and storing News.
|
|
91
191
|
*
|
|
92
192
|
* @since 1.121
|
|
93
193
|
* @experimental (since 1.121)
|
|
94
194
|
*/
|
|
95
|
-
class NewsPanel
|
|
195
|
+
class NewsPanel {
|
|
196
|
+
/**
|
|
197
|
+
* Constructor for a new News Panel.
|
|
198
|
+
*/
|
|
199
|
+
constructor(
|
|
200
|
+
/**
|
|
201
|
+
* ID for the new control, generated automatically if no ID is given
|
|
202
|
+
*/
|
|
203
|
+
id?: string,
|
|
204
|
+
/**
|
|
205
|
+
* Initial settings for the new control
|
|
206
|
+
*/
|
|
207
|
+
settings?: /* was: sap.cux.home.BaseNewsPanel.$BaseNewsPanelSettings */ any
|
|
208
|
+
);
|
|
209
|
+
}
|
|
96
210
|
/**
|
|
97
211
|
* Panel class for managing and storing Pages.
|
|
98
212
|
*
|
|
99
213
|
* @since 1.122
|
|
100
214
|
* @experimental (since 1.122)
|
|
101
215
|
*/
|
|
102
|
-
class PagePanel
|
|
216
|
+
class PagePanel {
|
|
217
|
+
/**
|
|
218
|
+
* Constructor for a new Page Panel.
|
|
219
|
+
*/
|
|
220
|
+
constructor(
|
|
221
|
+
/**
|
|
222
|
+
* ID for the new control, generated automatically if no ID is given
|
|
223
|
+
*/
|
|
224
|
+
id?: string,
|
|
225
|
+
/**
|
|
226
|
+
* Initial settings for the new control
|
|
227
|
+
*/
|
|
228
|
+
settings?: /* was: sap.cux.home.BasePagePanel.$BasePagePanelSettings */ any
|
|
229
|
+
);
|
|
230
|
+
}
|
|
103
231
|
/**
|
|
104
232
|
* Provides class for managing Recent apps.
|
|
105
233
|
*
|
|
106
234
|
* @since 1.121.0
|
|
107
235
|
* @experimental (since 1.121.0)
|
|
108
236
|
*/
|
|
109
|
-
class RecentAppPanel
|
|
110
|
-
|
|
237
|
+
class RecentAppPanel {
|
|
238
|
+
/**
|
|
239
|
+
* Constructor for a new Recent Apps Panel.
|
|
240
|
+
*/
|
|
241
|
+
constructor(
|
|
242
|
+
/**
|
|
243
|
+
* ID for the new control, generated automatically if no ID is given
|
|
244
|
+
*/
|
|
245
|
+
id?: string,
|
|
246
|
+
/**
|
|
247
|
+
* Initial settings for the new control
|
|
248
|
+
*/
|
|
249
|
+
settings?: /* was: sap.cux.home.BaseAppPersPanel.$BaseAppPersPanelSettings */ any
|
|
250
|
+
);
|
|
251
|
+
}
|
|
111
252
|
/**
|
|
112
253
|
* Panel class for managing and storing Situation cards.
|
|
113
254
|
*
|
|
@@ -118,6 +259,19 @@ declare namespace sap {
|
|
|
118
259
|
implements /* was: sap.cux.home.ToDoPanel.IToDoPanel */ Object
|
|
119
260
|
{
|
|
120
261
|
__implements__sap_cux_home_ToDoPanel_IToDoPanel: boolean;
|
|
262
|
+
/**
|
|
263
|
+
* Constructor for a new Situation Panel.
|
|
264
|
+
*/
|
|
265
|
+
constructor(
|
|
266
|
+
/**
|
|
267
|
+
* ID for the new control, generated automatically if no ID is given
|
|
268
|
+
*/
|
|
269
|
+
id?: string,
|
|
270
|
+
/**
|
|
271
|
+
* Initial settings for the new control
|
|
272
|
+
*/
|
|
273
|
+
settings?: /* was: sap.cux.home.ToDoPanel.$ToDoPanelSettings */ any
|
|
274
|
+
);
|
|
121
275
|
}
|
|
122
276
|
/**
|
|
123
277
|
* Panel class for managing and storing Task cards.
|
|
@@ -129,6 +283,19 @@ declare namespace sap {
|
|
|
129
283
|
implements /* was: sap.cux.home.ToDoPanel.IToDoPanel */ Object
|
|
130
284
|
{
|
|
131
285
|
__implements__sap_cux_home_ToDoPanel_IToDoPanel: boolean;
|
|
286
|
+
/**
|
|
287
|
+
* Constructor for a new Task Panel.
|
|
288
|
+
*/
|
|
289
|
+
constructor(
|
|
290
|
+
/**
|
|
291
|
+
* ID for the new control, generated automatically if no ID is given
|
|
292
|
+
*/
|
|
293
|
+
id?: string,
|
|
294
|
+
/**
|
|
295
|
+
* Initial settings for the new control
|
|
296
|
+
*/
|
|
297
|
+
settings?: /* was: sap.cux.home.TaskPanel.$TaskPanelSettings */ any
|
|
298
|
+
);
|
|
132
299
|
}
|
|
133
300
|
/**
|
|
134
301
|
* Tiles Panel class for managing and storing Tiles.
|
|
@@ -136,7 +303,21 @@ declare namespace sap {
|
|
|
136
303
|
* @since 1.122.0
|
|
137
304
|
* @experimental (since 1.122.0)
|
|
138
305
|
*/
|
|
139
|
-
class TilesPanel extends /* was: sap.cux.home.BasePanel */ Object {
|
|
306
|
+
class TilesPanel extends /* was: sap.cux.home.BasePanel */ Object {
|
|
307
|
+
/**
|
|
308
|
+
* Constructor for a new Tiles Panel.
|
|
309
|
+
*/
|
|
310
|
+
constructor(
|
|
311
|
+
/**
|
|
312
|
+
* ID for the new control, generated automatically if no ID is given
|
|
313
|
+
*/
|
|
314
|
+
id?: string,
|
|
315
|
+
/**
|
|
316
|
+
* Initial settings for the new control
|
|
317
|
+
*/
|
|
318
|
+
settings?: /* was: sap.cux.home.TilesPanel.$TilesPanelSettings */ any
|
|
319
|
+
);
|
|
320
|
+
}
|
|
140
321
|
/**
|
|
141
322
|
* Abstract Panel class for managing and storing To-Do cards.
|
|
142
323
|
*
|
|
@@ -148,6 +329,19 @@ declare namespace sap {
|
|
|
148
329
|
implements /* was: sap.cux.home.ToDoPanel.IToDoPanel */ Object
|
|
149
330
|
{
|
|
150
331
|
__implements__sap_cux_home_ToDoPanel_IToDoPanel: boolean;
|
|
332
|
+
/**
|
|
333
|
+
* Constructor for a new ToDo Panel.
|
|
334
|
+
*/
|
|
335
|
+
constructor(
|
|
336
|
+
/**
|
|
337
|
+
* ID for the new control, generated automatically if no ID is given
|
|
338
|
+
*/
|
|
339
|
+
id?: string,
|
|
340
|
+
/**
|
|
341
|
+
* Initial settings for the new control
|
|
342
|
+
*/
|
|
343
|
+
settings?: /* was: sap.cux.home.ToDoPanel.$ToDoPanelSettings */ any
|
|
344
|
+
);
|
|
151
345
|
|
|
152
346
|
/**
|
|
153
347
|
* Generate a default card template for the Current Panel.
|
|
@@ -174,9 +368,21 @@ declare namespace sap {
|
|
|
174
368
|
* @since 1.121
|
|
175
369
|
* @experimental (since 1.121)
|
|
176
370
|
*/
|
|
177
|
-
class ToDosContainer
|
|
178
|
-
|
|
179
|
-
|
|
371
|
+
class ToDosContainer {
|
|
372
|
+
/**
|
|
373
|
+
* Constructor for a new ToDos Container.
|
|
374
|
+
*/
|
|
375
|
+
constructor(
|
|
376
|
+
/**
|
|
377
|
+
* ID for the new control, generated automatically if no ID is given
|
|
378
|
+
*/
|
|
379
|
+
id?: string,
|
|
380
|
+
/**
|
|
381
|
+
* Initial settings for the new control
|
|
382
|
+
*/
|
|
383
|
+
settings?: /* was: sap.cux.home.BaseContainer.$BaseContainerSettings */ any
|
|
384
|
+
);
|
|
385
|
+
|
|
180
386
|
/**
|
|
181
387
|
* Gets the selected key of the ToDosContainer.
|
|
182
388
|
* If no selected key is set, it defaults to the first item.
|