@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.ndc.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.102.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -11,20 +11,27 @@ declare namespace sap {
|
|
|
11
11
|
* If set to true, the button remains visible if the scanner is not available and triggers a dialog to enter
|
|
12
12
|
* bar code.
|
|
13
13
|
*/
|
|
14
|
-
provideFallback?:
|
|
14
|
+
provideFallback?:
|
|
15
|
+
| boolean
|
|
16
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
17
|
+
| `{${string}}`;
|
|
15
18
|
|
|
16
19
|
/**
|
|
17
20
|
* The invisible bar code scanner button is not rendered regardless of the availability of the native scan
|
|
18
21
|
* feature.
|
|
19
22
|
*/
|
|
20
|
-
visible?:
|
|
23
|
+
visible?:
|
|
24
|
+
| boolean
|
|
25
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
26
|
+
| `{${string}}`;
|
|
21
27
|
|
|
22
28
|
/**
|
|
23
29
|
* Defines the width of the scanner button.
|
|
24
30
|
*/
|
|
25
31
|
width?:
|
|
26
32
|
| sap.ui.core.CSSSize
|
|
27
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
33
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
34
|
+
| `{${string}}`;
|
|
28
35
|
|
|
29
36
|
/**
|
|
30
37
|
* Defines the bar code input dialog title. If unset, a predefined title will be used.
|
|
@@ -36,7 +43,8 @@ declare namespace sap {
|
|
|
36
43
|
*/
|
|
37
44
|
preferFrontCamera?:
|
|
38
45
|
| boolean
|
|
39
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
46
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
47
|
+
| `{${string}}`;
|
|
40
48
|
|
|
41
49
|
/**
|
|
42
50
|
* Event is fired when the scanning is finished or cancelled
|
|
@@ -80,6 +88,8 @@ declare namespace sap {
|
|
|
80
88
|
* Returns the status model of the BarcodeScanner. It is a JSON model which contains a single boolean property
|
|
81
89
|
* '`available`' indicating whether or not the bar code scanner feature is available. It can be used to
|
|
82
90
|
* bind to the `visible` property of UI controls which have to be hidden in case the feature is unavailable.
|
|
91
|
+
*
|
|
92
|
+
* @returns A JSON model containing the 'available' property
|
|
83
93
|
*/
|
|
84
94
|
getStatusModel(): sap.ui.model.json.JSONModel;
|
|
85
95
|
/**
|
|
@@ -185,6 +195,8 @@ declare namespace sap {
|
|
|
185
195
|
* the information contained in `oClassInfo`.
|
|
186
196
|
*
|
|
187
197
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
198
|
+
*
|
|
199
|
+
* @returns Created class / constructor function
|
|
188
200
|
*/
|
|
189
201
|
static extend<T extends Record<string, unknown>>(
|
|
190
202
|
/**
|
|
@@ -203,6 +215,8 @@ declare namespace sap {
|
|
|
203
215
|
): Function;
|
|
204
216
|
/**
|
|
205
217
|
* Returns a metadata object for class sap.ndc.BarcodeScannerButton.
|
|
218
|
+
*
|
|
219
|
+
* @returns Metadata object describing this class
|
|
206
220
|
*/
|
|
207
221
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
208
222
|
/**
|
|
@@ -213,6 +227,8 @@ declare namespace sap {
|
|
|
213
227
|
* otherwise it will be bound to this `sap.ndc.BarcodeScannerButton` itself.
|
|
214
228
|
*
|
|
215
229
|
* Event is fired when the text in the dialog's input field is changed.
|
|
230
|
+
*
|
|
231
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
216
232
|
*/
|
|
217
233
|
attachInputLiveUpdate(
|
|
218
234
|
/**
|
|
@@ -237,6 +253,8 @@ declare namespace sap {
|
|
|
237
253
|
* otherwise it will be bound to this `sap.ndc.BarcodeScannerButton` itself.
|
|
238
254
|
*
|
|
239
255
|
* Event is fired when the text in the dialog's input field is changed.
|
|
256
|
+
*
|
|
257
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
240
258
|
*/
|
|
241
259
|
attachInputLiveUpdate(
|
|
242
260
|
/**
|
|
@@ -255,6 +273,8 @@ declare namespace sap {
|
|
|
255
273
|
* otherwise it will be bound to this `sap.ndc.BarcodeScannerButton` itself.
|
|
256
274
|
*
|
|
257
275
|
* Event is fired when the native scanning process is failed.
|
|
276
|
+
*
|
|
277
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
258
278
|
*/
|
|
259
279
|
attachScanFail(
|
|
260
280
|
/**
|
|
@@ -278,6 +298,8 @@ declare namespace sap {
|
|
|
278
298
|
* otherwise it will be bound to this `sap.ndc.BarcodeScannerButton` itself.
|
|
279
299
|
*
|
|
280
300
|
* Event is fired when the native scanning process is failed.
|
|
301
|
+
*
|
|
302
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
281
303
|
*/
|
|
282
304
|
attachScanFail(
|
|
283
305
|
/**
|
|
@@ -296,6 +318,8 @@ declare namespace sap {
|
|
|
296
318
|
* otherwise it will be bound to this `sap.ndc.BarcodeScannerButton` itself.
|
|
297
319
|
*
|
|
298
320
|
* Event is fired when the scanning is finished or cancelled
|
|
321
|
+
*
|
|
322
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
299
323
|
*/
|
|
300
324
|
attachScanSuccess(
|
|
301
325
|
/**
|
|
@@ -319,6 +343,8 @@ declare namespace sap {
|
|
|
319
343
|
* otherwise it will be bound to this `sap.ndc.BarcodeScannerButton` itself.
|
|
320
344
|
*
|
|
321
345
|
* Event is fired when the scanning is finished or cancelled
|
|
346
|
+
*
|
|
347
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
322
348
|
*/
|
|
323
349
|
attachScanSuccess(
|
|
324
350
|
/**
|
|
@@ -335,6 +361,8 @@ declare namespace sap {
|
|
|
335
361
|
* this `sap.ndc.BarcodeScannerButton`.
|
|
336
362
|
*
|
|
337
363
|
* The passed function and listener object must match the ones used for event registration.
|
|
364
|
+
*
|
|
365
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
338
366
|
*/
|
|
339
367
|
detachInputLiveUpdate(
|
|
340
368
|
/**
|
|
@@ -350,6 +378,8 @@ declare namespace sap {
|
|
|
350
378
|
* Detaches event handler `fnFunction` from the {@link #event:scanFail scanFail} event of this `sap.ndc.BarcodeScannerButton`.
|
|
351
379
|
*
|
|
352
380
|
* The passed function and listener object must match the ones used for event registration.
|
|
381
|
+
*
|
|
382
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
353
383
|
*/
|
|
354
384
|
detachScanFail(
|
|
355
385
|
/**
|
|
@@ -365,6 +395,8 @@ declare namespace sap {
|
|
|
365
395
|
* Detaches event handler `fnFunction` from the {@link #event:scanSuccess scanSuccess} event of this `sap.ndc.BarcodeScannerButton`.
|
|
366
396
|
*
|
|
367
397
|
* The passed function and listener object must match the ones used for event registration.
|
|
398
|
+
*
|
|
399
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
368
400
|
*/
|
|
369
401
|
detachScanSuccess(
|
|
370
402
|
/**
|
|
@@ -378,6 +410,8 @@ declare namespace sap {
|
|
|
378
410
|
): this;
|
|
379
411
|
/**
|
|
380
412
|
* Fires event {@link #event:inputLiveUpdate inputLiveUpdate} to attached listeners.
|
|
413
|
+
*
|
|
414
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
381
415
|
*/
|
|
382
416
|
fireInputLiveUpdate(
|
|
383
417
|
/**
|
|
@@ -392,6 +426,8 @@ declare namespace sap {
|
|
|
392
426
|
): this;
|
|
393
427
|
/**
|
|
394
428
|
* Fires event {@link #event:scanFail scanFail} to attached listeners.
|
|
429
|
+
*
|
|
430
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
395
431
|
*/
|
|
396
432
|
fireScanFail(
|
|
397
433
|
/**
|
|
@@ -401,6 +437,8 @@ declare namespace sap {
|
|
|
401
437
|
): this;
|
|
402
438
|
/**
|
|
403
439
|
* Fires event {@link #event:scanSuccess scanSuccess} to attached listeners.
|
|
440
|
+
*
|
|
441
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
404
442
|
*/
|
|
405
443
|
fireScanSuccess(
|
|
406
444
|
/**
|
|
@@ -425,6 +463,8 @@ declare namespace sap {
|
|
|
425
463
|
* Gets current value of property {@link #getDialogTitle dialogTitle}.
|
|
426
464
|
*
|
|
427
465
|
* Defines the bar code input dialog title. If unset, a predefined title will be used.
|
|
466
|
+
*
|
|
467
|
+
* @returns Value of property `dialogTitle`
|
|
428
468
|
*/
|
|
429
469
|
getDialogTitle(): string;
|
|
430
470
|
/**
|
|
@@ -433,6 +473,8 @@ declare namespace sap {
|
|
|
433
473
|
* If set to true, the front camera will be used to decode.
|
|
434
474
|
*
|
|
435
475
|
* Default value is `false`.
|
|
476
|
+
*
|
|
477
|
+
* @returns Value of property `preferFrontCamera`
|
|
436
478
|
*/
|
|
437
479
|
getPreferFrontCamera(): boolean;
|
|
438
480
|
/**
|
|
@@ -442,6 +484,8 @@ declare namespace sap {
|
|
|
442
484
|
* bar code.
|
|
443
485
|
*
|
|
444
486
|
* Default value is `true`.
|
|
487
|
+
*
|
|
488
|
+
* @returns Value of property `provideFallback`
|
|
445
489
|
*/
|
|
446
490
|
getProvideFallback(): boolean;
|
|
447
491
|
/**
|
|
@@ -451,12 +495,16 @@ declare namespace sap {
|
|
|
451
495
|
* feature.
|
|
452
496
|
*
|
|
453
497
|
* Default value is `true`.
|
|
498
|
+
*
|
|
499
|
+
* @returns Value of property `visible`
|
|
454
500
|
*/
|
|
455
501
|
getVisible(): boolean;
|
|
456
502
|
/**
|
|
457
503
|
* Gets current value of property {@link #getWidth width}.
|
|
458
504
|
*
|
|
459
505
|
* Defines the width of the scanner button.
|
|
506
|
+
*
|
|
507
|
+
* @returns Value of property `width`
|
|
460
508
|
*/
|
|
461
509
|
getWidth(): sap.ui.core.CSSSize;
|
|
462
510
|
/**
|
|
@@ -465,6 +513,8 @@ declare namespace sap {
|
|
|
465
513
|
* Defines the bar code input dialog title. If unset, a predefined title will be used.
|
|
466
514
|
*
|
|
467
515
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
516
|
+
*
|
|
517
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
468
518
|
*/
|
|
469
519
|
setDialogTitle(
|
|
470
520
|
/**
|
|
@@ -480,6 +530,8 @@ declare namespace sap {
|
|
|
480
530
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
481
531
|
*
|
|
482
532
|
* Default value is `false`.
|
|
533
|
+
*
|
|
534
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
483
535
|
*/
|
|
484
536
|
setPreferFrontCamera(
|
|
485
537
|
/**
|
|
@@ -496,6 +548,8 @@ declare namespace sap {
|
|
|
496
548
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
497
549
|
*
|
|
498
550
|
* Default value is `true`.
|
|
551
|
+
*
|
|
552
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
499
553
|
*/
|
|
500
554
|
setProvideFallback(
|
|
501
555
|
/**
|
|
@@ -512,6 +566,8 @@ declare namespace sap {
|
|
|
512
566
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
513
567
|
*
|
|
514
568
|
* Default value is `true`.
|
|
569
|
+
*
|
|
570
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
515
571
|
*/
|
|
516
572
|
setVisible(
|
|
517
573
|
/**
|
|
@@ -525,6 +581,8 @@ declare namespace sap {
|
|
|
525
581
|
* Defines the width of the scanner button.
|
|
526
582
|
*
|
|
527
583
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
584
|
+
*
|
|
585
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
528
586
|
*/
|
|
529
587
|
setWidth(
|
|
530
588
|
/**
|
package/types/sap.ovp.d.ts
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.102.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
|
-
/**
|
|
5
|
-
* SAP library: sap.ovp
|
|
6
|
-
*/
|
|
7
4
|
namespace ovp {
|
|
8
5
|
namespace app {
|
|
9
6
|
/**
|
|
@@ -17,6 +14,8 @@ declare namespace sap {
|
|
|
17
14
|
* it with the information contained in `oClassInfo`.
|
|
18
15
|
*
|
|
19
16
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.mvc.ControllerExtension.extend}.
|
|
17
|
+
*
|
|
18
|
+
* @returns Created class / constructor function
|
|
20
19
|
*/
|
|
21
20
|
extend(
|
|
22
21
|
/**
|
|
@@ -35,6 +34,8 @@ declare namespace sap {
|
|
|
35
34
|
): Function;
|
|
36
35
|
/**
|
|
37
36
|
* Returns a metadata object for class sap.ovp.app.TemplateBaseExtension.
|
|
37
|
+
*
|
|
38
|
+
* @returns Metadata object describing this class
|
|
38
39
|
*/
|
|
39
40
|
getMetadata(): sap.ui.base.Metadata;
|
|
40
41
|
}
|
|
@@ -44,7 +45,5 @@ declare namespace sap {
|
|
|
44
45
|
|
|
45
46
|
interface IUI5DefineDependencyNames {
|
|
46
47
|
"sap/ovp/app/TemplateBaseExtension": undefined;
|
|
47
|
-
|
|
48
|
-
"sap/ovp/library": undefined;
|
|
49
48
|
}
|
|
50
49
|
}
|