@sapui5/ts-types 1.101.0 → 1.102.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/package.json +1 -1
- package/types/index.d.ts +1 -0
- package/types/sap.apf.d.ts +89 -1
- package/types/sap.ca.ui.d.ts +1747 -124
- package/types/sap.chart.d.ts +375 -29
- package/types/sap.collaboration.d.ts +320 -40
- package/types/sap.esh.search.ui.d.ts +1 -669
- package/types/sap.f.d.ts +1785 -100
- package/types/sap.fe.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +70 -2
- package/types/sap.fe.macros.d.ts +78 -34
- package/types/sap.fe.navigation.d.ts +144 -4
- package/types/sap.fe.templates.d.ts +26 -5
- package/types/sap.fe.test.d.ts +497 -2
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +7203 -502
- package/types/sap.insights.d.ts +80 -0
- package/types/sap.landvisz.d.ts +1015 -66
- package/types/sap.m.d.ts +16686 -1152
- package/types/sap.makit.d.ts +575 -54
- package/types/sap.me.d.ts +578 -51
- package/types/sap.ndc.d.ts +63 -5
- package/types/sap.ovp.d.ts +5 -6
- package/types/sap.rules.ui.d.ts +171 -15
- package/types/sap.sac.df.d.ts +1430 -215
- package/types/sap.sac.grid.d.ts +91 -8
- package/types/sap.suite.ui.commons.d.ts +5515 -396
- package/types/sap.suite.ui.generic.template.d.ts +157 -69
- package/types/sap.suite.ui.microchart.d.ts +1801 -160
- package/types/sap.tnt.d.ts +279 -19
- package/types/sap.ui.codeeditor.d.ts +89 -8
- package/types/sap.ui.commons.d.ts +3784 -313
- package/types/sap.ui.comp.d.ts +3853 -276
- package/types/sap.ui.core.d.ts +6248 -313
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +61 -6
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.generic.app.d.ts +238 -64
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +316 -23
- package/types/sap.ui.layout.d.ts +1851 -199
- package/types/sap.ui.mdc.d.ts +1 -1
- package/types/sap.ui.richtexteditor.d.ts +340 -49
- package/types/sap.ui.rta.d.ts +5 -1
- package/types/sap.ui.suite.d.ts +87 -6
- package/types/sap.ui.support.d.ts +30 -1
- package/types/sap.ui.table.d.ts +1050 -80
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +2704 -202
- package/types/sap.ui.ux3.d.ts +2379 -181
- package/types/sap.ui.vbm.d.ts +2002 -197
- package/types/sap.ui.vk.d.ts +5353 -310
- package/types/sap.ui.vtm.d.ts +1130 -41
- package/types/sap.uiext.inbox.d.ts +423 -22
- package/types/sap.ushell.d.ts +1488 -49
- package/types/sap.ushell_abap.d.ts +4 -1
- package/types/sap.uxap.d.ts +902 -87
- package/types/sap.viz.d.ts +5514 -380
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +165 -20
- package/types/sap.zen.crosstab.d.ts +217 -21
- package/types/sap.zen.dsh.d.ts +227 -14
package/types/sap.sac.grid.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.102.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace sac {
|
|
@@ -12,7 +12,8 @@ declare namespace sap {
|
|
|
12
12
|
*/
|
|
13
13
|
alertLevel?:
|
|
14
14
|
| sap.sac.grid.AlertLevel
|
|
15
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
15
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
16
|
+
| `{${string}}`;
|
|
16
17
|
|
|
17
18
|
/**
|
|
18
19
|
* The value that is displayed in the cell
|
|
@@ -24,12 +25,16 @@ declare namespace sap {
|
|
|
24
25
|
*/
|
|
25
26
|
cellType?:
|
|
26
27
|
| sap.sac.grid.CellType
|
|
27
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
28
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
29
|
+
| `{${string}}`;
|
|
28
30
|
|
|
29
31
|
/**
|
|
30
32
|
* The Column of the `Cell`
|
|
31
33
|
*/
|
|
32
|
-
column?:
|
|
34
|
+
column?:
|
|
35
|
+
| int
|
|
36
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
37
|
+
| `{${string}}`;
|
|
33
38
|
|
|
34
39
|
/**
|
|
35
40
|
* The Icon to be displayed in the `Cell`
|
|
@@ -51,17 +56,24 @@ declare namespace sap {
|
|
|
51
56
|
*/
|
|
52
57
|
valueState?:
|
|
53
58
|
| sap.ui.core.ValueState
|
|
54
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
59
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
60
|
+
| `{${string}}`;
|
|
55
61
|
|
|
56
62
|
/**
|
|
57
63
|
* The row of the `Cell`.
|
|
58
64
|
*/
|
|
59
|
-
row?:
|
|
65
|
+
row?:
|
|
66
|
+
| int
|
|
67
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
68
|
+
| `{${string}}`;
|
|
60
69
|
|
|
61
70
|
/**
|
|
62
71
|
* The indent level of the `Cell`.
|
|
63
72
|
*/
|
|
64
|
-
displayLevel?:
|
|
73
|
+
displayLevel?:
|
|
74
|
+
| int
|
|
75
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
76
|
+
| `{${string}}`;
|
|
65
77
|
|
|
66
78
|
/**
|
|
67
79
|
* The semantic class of the Cell. The css class associated to the class is put into the cells td.
|
|
@@ -71,7 +83,10 @@ declare namespace sap {
|
|
|
71
83
|
/**
|
|
72
84
|
* Indicates whether the `Cell` is input enabled.
|
|
73
85
|
*/
|
|
74
|
-
inputEnabled?:
|
|
86
|
+
inputEnabled?:
|
|
87
|
+
| boolean
|
|
88
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
89
|
+
| `{${string}}`;
|
|
75
90
|
|
|
76
91
|
/**
|
|
77
92
|
* The Document Id of the `Cell`.
|
|
@@ -134,6 +149,8 @@ declare namespace sap {
|
|
|
134
149
|
* contained in `oClassInfo`.
|
|
135
150
|
*
|
|
136
151
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
152
|
+
*
|
|
153
|
+
* @returns Created class / constructor function
|
|
137
154
|
*/
|
|
138
155
|
static extend<T extends Record<string, unknown>>(
|
|
139
156
|
/**
|
|
@@ -152,18 +169,24 @@ declare namespace sap {
|
|
|
152
169
|
): Function;
|
|
153
170
|
/**
|
|
154
171
|
* Returns a metadata object for class sap.sac.grid.Cell.
|
|
172
|
+
*
|
|
173
|
+
* @returns Metadata object describing this class
|
|
155
174
|
*/
|
|
156
175
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
157
176
|
/**
|
|
158
177
|
* Gets current value of property {@link #getAlertLevel alertLevel}.
|
|
159
178
|
*
|
|
160
179
|
* The alert level (intensitiy of emphasis)
|
|
180
|
+
*
|
|
181
|
+
* @returns Value of property `alertLevel`
|
|
161
182
|
*/
|
|
162
183
|
getAlertLevel(): sap.sac.grid.AlertLevel;
|
|
163
184
|
/**
|
|
164
185
|
* Gets current value of property {@link #getCellType cellType}.
|
|
165
186
|
*
|
|
166
187
|
* The celltype of the cell. (HEADER, TITLE, RESULT, ...)
|
|
188
|
+
*
|
|
189
|
+
* @returns Value of property `cellType`
|
|
167
190
|
*/
|
|
168
191
|
getCellType(): sap.sac.grid.CellType;
|
|
169
192
|
/**
|
|
@@ -172,48 +195,64 @@ declare namespace sap {
|
|
|
172
195
|
* The Column of the `Cell`
|
|
173
196
|
*
|
|
174
197
|
* Default value is `0`.
|
|
198
|
+
*
|
|
199
|
+
* @returns Value of property `column`
|
|
175
200
|
*/
|
|
176
201
|
getColumn(): int;
|
|
177
202
|
/**
|
|
178
203
|
* Gets current value of property {@link #getContext context}.
|
|
179
204
|
*
|
|
180
205
|
* The context the `Cell`. Used for tagging a cell by the PivotTable.
|
|
206
|
+
*
|
|
207
|
+
* @returns Value of property `context`
|
|
181
208
|
*/
|
|
182
209
|
getContext(): string;
|
|
183
210
|
/**
|
|
184
211
|
* Gets current value of property {@link #getDisplayLevel displayLevel}.
|
|
185
212
|
*
|
|
186
213
|
* The indent level of the `Cell`.
|
|
214
|
+
*
|
|
215
|
+
* @returns Value of property `displayLevel`
|
|
187
216
|
*/
|
|
188
217
|
getDisplayLevel(): int;
|
|
189
218
|
/**
|
|
190
219
|
* Gets current value of property {@link #getDisplayValue displayValue}.
|
|
191
220
|
*
|
|
192
221
|
* The value that is displayed in the cell
|
|
222
|
+
*
|
|
223
|
+
* @returns Value of property `displayValue`
|
|
193
224
|
*/
|
|
194
225
|
getDisplayValue(): string;
|
|
195
226
|
/**
|
|
196
227
|
* Gets current value of property {@link #getDocumentId documentId}.
|
|
197
228
|
*
|
|
198
229
|
* The Document Id of the `Cell`.
|
|
230
|
+
*
|
|
231
|
+
* @returns Value of property `documentId`
|
|
199
232
|
*/
|
|
200
233
|
getDocumentId(): string;
|
|
201
234
|
/**
|
|
202
235
|
* Gets current value of property {@link #getHelpId helpId}.
|
|
203
236
|
*
|
|
204
237
|
* The Help Id of the `Cell`. Intended to be used by WebAssist/Enable Now.
|
|
238
|
+
*
|
|
239
|
+
* @returns Value of property `helpId`
|
|
205
240
|
*/
|
|
206
241
|
getHelpId(): string;
|
|
207
242
|
/**
|
|
208
243
|
* Gets current value of property {@link #getIcon icon}.
|
|
209
244
|
*
|
|
210
245
|
* The Icon to be displayed in the `Cell`
|
|
246
|
+
*
|
|
247
|
+
* @returns Value of property `icon`
|
|
211
248
|
*/
|
|
212
249
|
getIcon(): string;
|
|
213
250
|
/**
|
|
214
251
|
* Gets current value of property {@link #getInputEnabled inputEnabled}.
|
|
215
252
|
*
|
|
216
253
|
* Indicates whether the `Cell` is input enabled.
|
|
254
|
+
*
|
|
255
|
+
* @returns Value of property `inputEnabled`
|
|
217
256
|
*/
|
|
218
257
|
getInputEnabled(): boolean;
|
|
219
258
|
/**
|
|
@@ -222,18 +261,24 @@ declare namespace sap {
|
|
|
222
261
|
* The row of the `Cell`.
|
|
223
262
|
*
|
|
224
263
|
* Default value is `0`.
|
|
264
|
+
*
|
|
265
|
+
* @returns Value of property `row`
|
|
225
266
|
*/
|
|
226
267
|
getRow(): int;
|
|
227
268
|
/**
|
|
228
269
|
* Gets current value of property {@link #getSemanticClass semanticClass}.
|
|
229
270
|
*
|
|
230
271
|
* The semantic class of the Cell. The css class associated to the class is put into the cells td.
|
|
272
|
+
*
|
|
273
|
+
* @returns Value of property `semanticClass`
|
|
231
274
|
*/
|
|
232
275
|
getSemanticClass(): string;
|
|
233
276
|
/**
|
|
234
277
|
* Gets current value of property {@link #getValueState valueState}.
|
|
235
278
|
*
|
|
236
279
|
* The value state of the `Cell`. This property is used for entry ready cells.
|
|
280
|
+
*
|
|
281
|
+
* @returns Value of property `valueState`
|
|
237
282
|
*/
|
|
238
283
|
getValueState(): sap.ui.core.ValueState;
|
|
239
284
|
/**
|
|
@@ -242,6 +287,8 @@ declare namespace sap {
|
|
|
242
287
|
* The alert level (intensitiy of emphasis)
|
|
243
288
|
*
|
|
244
289
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
290
|
+
*
|
|
291
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
245
292
|
*/
|
|
246
293
|
setAlertLevel(
|
|
247
294
|
/**
|
|
@@ -255,6 +302,8 @@ declare namespace sap {
|
|
|
255
302
|
* The celltype of the cell. (HEADER, TITLE, RESULT, ...)
|
|
256
303
|
*
|
|
257
304
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
305
|
+
*
|
|
306
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
258
307
|
*/
|
|
259
308
|
setCellType(
|
|
260
309
|
/**
|
|
@@ -270,6 +319,8 @@ declare namespace sap {
|
|
|
270
319
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
271
320
|
*
|
|
272
321
|
* Default value is `0`.
|
|
322
|
+
*
|
|
323
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
273
324
|
*/
|
|
274
325
|
setColumn(
|
|
275
326
|
/**
|
|
@@ -283,6 +334,8 @@ declare namespace sap {
|
|
|
283
334
|
* The context the `Cell`. Used for tagging a cell by the PivotTable.
|
|
284
335
|
*
|
|
285
336
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
337
|
+
*
|
|
338
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
286
339
|
*/
|
|
287
340
|
setContext(
|
|
288
341
|
/**
|
|
@@ -296,6 +349,8 @@ declare namespace sap {
|
|
|
296
349
|
* The indent level of the `Cell`.
|
|
297
350
|
*
|
|
298
351
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
352
|
+
*
|
|
353
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
299
354
|
*/
|
|
300
355
|
setDisplayLevel(
|
|
301
356
|
/**
|
|
@@ -309,6 +364,8 @@ declare namespace sap {
|
|
|
309
364
|
* The value that is displayed in the cell
|
|
310
365
|
*
|
|
311
366
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
367
|
+
*
|
|
368
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
312
369
|
*/
|
|
313
370
|
setDisplayValue(
|
|
314
371
|
/**
|
|
@@ -322,6 +379,8 @@ declare namespace sap {
|
|
|
322
379
|
* The Document Id of the `Cell`.
|
|
323
380
|
*
|
|
324
381
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
382
|
+
*
|
|
383
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
325
384
|
*/
|
|
326
385
|
setDocumentId(
|
|
327
386
|
/**
|
|
@@ -335,6 +394,8 @@ declare namespace sap {
|
|
|
335
394
|
* The Help Id of the `Cell`. Intended to be used by WebAssist/Enable Now.
|
|
336
395
|
*
|
|
337
396
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
397
|
+
*
|
|
398
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
338
399
|
*/
|
|
339
400
|
setHelpId(
|
|
340
401
|
/**
|
|
@@ -348,6 +409,8 @@ declare namespace sap {
|
|
|
348
409
|
* The Icon to be displayed in the `Cell`
|
|
349
410
|
*
|
|
350
411
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
412
|
+
*
|
|
413
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
351
414
|
*/
|
|
352
415
|
setIcon(
|
|
353
416
|
/**
|
|
@@ -361,6 +424,8 @@ declare namespace sap {
|
|
|
361
424
|
* Indicates whether the `Cell` is input enabled.
|
|
362
425
|
*
|
|
363
426
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
427
|
+
*
|
|
428
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
364
429
|
*/
|
|
365
430
|
setInputEnabled(
|
|
366
431
|
/**
|
|
@@ -376,6 +441,8 @@ declare namespace sap {
|
|
|
376
441
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
377
442
|
*
|
|
378
443
|
* Default value is `0`.
|
|
444
|
+
*
|
|
445
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
379
446
|
*/
|
|
380
447
|
setRow(
|
|
381
448
|
/**
|
|
@@ -389,6 +456,8 @@ declare namespace sap {
|
|
|
389
456
|
* The semantic class of the Cell. The css class associated to the class is put into the cells td.
|
|
390
457
|
*
|
|
391
458
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
459
|
+
*
|
|
460
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
392
461
|
*/
|
|
393
462
|
setSemanticClass(
|
|
394
463
|
/**
|
|
@@ -402,6 +471,8 @@ declare namespace sap {
|
|
|
402
471
|
* The value state of the `Cell`. This property is used for entry ready cells.
|
|
403
472
|
*
|
|
404
473
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
474
|
+
*
|
|
475
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
405
476
|
*/
|
|
406
477
|
setValueState(
|
|
407
478
|
/**
|
|
@@ -431,6 +502,8 @@ declare namespace sap {
|
|
|
431
502
|
* the information contained in `oClassInfo`.
|
|
432
503
|
*
|
|
433
504
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
505
|
+
*
|
|
506
|
+
* @returns Created class / constructor function
|
|
434
507
|
*/
|
|
435
508
|
static extend<T extends Record<string, unknown>>(
|
|
436
509
|
/**
|
|
@@ -449,18 +522,24 @@ declare namespace sap {
|
|
|
449
522
|
): Function;
|
|
450
523
|
/**
|
|
451
524
|
* Returns a metadata object for class sap.sac.grid.SemanticStyle.
|
|
525
|
+
*
|
|
526
|
+
* @returns Metadata object describing this class
|
|
452
527
|
*/
|
|
453
528
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
454
529
|
/**
|
|
455
530
|
* Gets current value of property {@link #getClass class}.
|
|
456
531
|
*
|
|
457
532
|
* The associated css class
|
|
533
|
+
*
|
|
534
|
+
* @returns Value of property `class`
|
|
458
535
|
*/
|
|
459
536
|
getClass(): string;
|
|
460
537
|
/**
|
|
461
538
|
* Gets current value of property {@link #getMember member}.
|
|
462
539
|
*
|
|
463
540
|
* The value that is displayed in the cell
|
|
541
|
+
*
|
|
542
|
+
* @returns Value of property `member`
|
|
464
543
|
*/
|
|
465
544
|
getMember(): string;
|
|
466
545
|
/**
|
|
@@ -469,6 +548,8 @@ declare namespace sap {
|
|
|
469
548
|
* The associated css class
|
|
470
549
|
*
|
|
471
550
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
551
|
+
*
|
|
552
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
472
553
|
*/
|
|
473
554
|
setClass(
|
|
474
555
|
/**
|
|
@@ -482,6 +563,8 @@ declare namespace sap {
|
|
|
482
563
|
* The value that is displayed in the cell
|
|
483
564
|
*
|
|
484
565
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
566
|
+
*
|
|
567
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
485
568
|
*/
|
|
486
569
|
setMember(
|
|
487
570
|
/**
|