@sapui5/ts-types 1.114.0 → 1.115.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 +2 -0
- package/types/sap.apf.d.ts +2 -2
- package/types/sap.ca.ui.d.ts +135 -67
- package/types/sap.chart.d.ts +216 -144
- package/types/sap.collaboration.d.ts +80 -78
- package/types/sap.esh.search.ui.d.ts +93 -1
- package/types/sap.f.d.ts +1987 -1517
- package/types/sap.fe.core.d.ts +95 -209
- package/types/sap.fe.macros.d.ts +112 -10
- package/types/sap.fe.navigation.d.ts +39 -32
- package/types/sap.fe.placeholder.d.ts +3 -0
- package/types/sap.fe.templates.d.ts +10 -278
- package/types/sap.fe.test.d.ts +7 -13
- package/types/sap.fe.tools.d.ts +3 -0
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1716 -1087
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.landvisz.d.ts +35 -9
- package/types/sap.m.d.ts +26776 -22688
- package/types/sap.makit.d.ts +87 -28
- package/types/sap.me.d.ts +166 -74
- package/types/sap.ndc.d.ts +115 -43
- package/types/sap.ovp.d.ts +1 -2
- package/types/sap.rules.ui.d.ts +43 -19
- package/types/sap.sac.df.d.ts +3 -3
- package/types/sap.suite.ui.commons.d.ts +2056 -1282
- package/types/sap.suite.ui.generic.template.d.ts +99 -102
- package/types/sap.suite.ui.microchart.d.ts +503 -322
- package/types/sap.tnt.d.ts +160 -86
- package/types/sap.ui.codeeditor.d.ts +64 -38
- package/types/sap.ui.commons.d.ts +1377 -793
- package/types/sap.ui.comp.d.ts +4158 -2831
- package/types/sap.ui.core.d.ts +6006 -3642
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +71 -53
- package/types/sap.ui.fl.d.ts +162 -97
- package/types/sap.ui.generic.app.d.ts +40 -39
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +497 -373
- package/types/sap.ui.layout.d.ts +598 -631
- package/types/sap.ui.mdc.d.ts +21985 -6
- package/types/sap.ui.richtexteditor.d.ts +107 -70
- package/types/sap.ui.rta.d.ts +7 -8
- package/types/sap.ui.suite.d.ts +29 -14
- package/types/sap.ui.support.d.ts +15 -17
- package/types/sap.ui.table.d.ts +910 -628
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1775 -1166
- package/types/sap.ui.ux3.d.ts +1469 -759
- package/types/sap.ui.vbm.d.ts +1262 -710
- package/types/sap.ui.vk.d.ts +2981 -1751
- package/types/sap.ui.vtm.d.ts +704 -457
- package/types/sap.ui.webc.common.d.ts +9 -9
- package/types/sap.ui.webc.fiori.d.ts +812 -448
- package/types/sap.ui.webc.main.d.ts +2045 -1068
- package/types/sap.uiext.inbox.d.ts +168 -41
- package/types/sap.ushell.d.ts +722 -424
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +469 -343
- package/types/sap.viz.d.ts +2196 -833
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +5 -5
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +147 -81
package/types/sap.makit.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.115.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -699,8 +699,20 @@ declare namespace sap {
|
|
|
699
699
|
| `{${string}}`;
|
|
700
700
|
}
|
|
701
701
|
|
|
702
|
+
interface Chart$DoubletapEventParameters {}
|
|
703
|
+
|
|
704
|
+
interface Chart$LongpressEventParameters {}
|
|
705
|
+
|
|
706
|
+
interface Chart$TapEventParameters {}
|
|
707
|
+
|
|
708
|
+
interface CombinationChart$DoubletapEventParameters {}
|
|
709
|
+
|
|
710
|
+
interface CombinationChart$LongpressEventParameters {}
|
|
711
|
+
|
|
712
|
+
interface CombinationChart$TapEventParameters {}
|
|
713
|
+
|
|
702
714
|
/**
|
|
703
|
-
* @
|
|
715
|
+
* @since 1.8
|
|
704
716
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
|
|
705
717
|
* will not be supported anymore from 1.38.
|
|
706
718
|
*
|
|
@@ -906,7 +918,7 @@ declare namespace sap {
|
|
|
906
918
|
): this;
|
|
907
919
|
}
|
|
908
920
|
/**
|
|
909
|
-
* @
|
|
921
|
+
* @since 1.8
|
|
910
922
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
|
|
911
923
|
* will not be supported anymore from 1.38.
|
|
912
924
|
*
|
|
@@ -1046,7 +1058,7 @@ declare namespace sap {
|
|
|
1046
1058
|
): this;
|
|
1047
1059
|
}
|
|
1048
1060
|
/**
|
|
1049
|
-
* @
|
|
1061
|
+
* @since 1.8
|
|
1050
1062
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
|
|
1051
1063
|
* will not be supported anymore from 1.38.
|
|
1052
1064
|
*
|
|
@@ -1196,7 +1208,7 @@ declare namespace sap {
|
|
|
1196
1208
|
): this;
|
|
1197
1209
|
}
|
|
1198
1210
|
/**
|
|
1199
|
-
* @
|
|
1211
|
+
* @since 1.8
|
|
1200
1212
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and VizFrame in 1.38. This control
|
|
1201
1213
|
* will not be supported anymore from 1.38.
|
|
1202
1214
|
*
|
|
@@ -1561,7 +1573,7 @@ declare namespace sap {
|
|
|
1561
1573
|
oListener?: object
|
|
1562
1574
|
): this;
|
|
1563
1575
|
/**
|
|
1564
|
-
* @
|
|
1576
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1565
1577
|
*
|
|
1566
1578
|
* Fires event {@link #event:doubletap doubletap} to attached listeners.
|
|
1567
1579
|
*
|
|
@@ -1574,7 +1586,7 @@ declare namespace sap {
|
|
|
1574
1586
|
mParameters?: object
|
|
1575
1587
|
): this;
|
|
1576
1588
|
/**
|
|
1577
|
-
* @
|
|
1589
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1578
1590
|
*
|
|
1579
1591
|
* Fires event {@link #event:longpress longpress} to attached listeners.
|
|
1580
1592
|
*
|
|
@@ -1587,7 +1599,7 @@ declare namespace sap {
|
|
|
1587
1599
|
mParameters?: object
|
|
1588
1600
|
): this;
|
|
1589
1601
|
/**
|
|
1590
|
-
* @
|
|
1602
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1591
1603
|
*
|
|
1592
1604
|
* Fires event {@link #event:tap tap} to attached listeners.
|
|
1593
1605
|
*
|
|
@@ -2150,7 +2162,7 @@ declare namespace sap {
|
|
|
2150
2162
|
unbindRows(): this;
|
|
2151
2163
|
}
|
|
2152
2164
|
/**
|
|
2153
|
-
* @
|
|
2165
|
+
* @since 1.8
|
|
2154
2166
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
|
|
2155
2167
|
* will not be supported anymore from 1.38.
|
|
2156
2168
|
*
|
|
@@ -2292,7 +2304,7 @@ declare namespace sap {
|
|
|
2292
2304
|
): this;
|
|
2293
2305
|
}
|
|
2294
2306
|
/**
|
|
2295
|
-
* @
|
|
2307
|
+
* @since 1.12
|
|
2296
2308
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
|
|
2297
2309
|
* will not be supported anymore from 1.38.
|
|
2298
2310
|
*
|
|
@@ -2600,7 +2612,7 @@ declare namespace sap {
|
|
|
2600
2612
|
oListener?: object
|
|
2601
2613
|
): this;
|
|
2602
2614
|
/**
|
|
2603
|
-
* @
|
|
2615
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2604
2616
|
*
|
|
2605
2617
|
* Fires event {@link #event:doubletap doubletap} to attached listeners.
|
|
2606
2618
|
*
|
|
@@ -2613,7 +2625,7 @@ declare namespace sap {
|
|
|
2613
2625
|
mParameters?: object
|
|
2614
2626
|
): this;
|
|
2615
2627
|
/**
|
|
2616
|
-
* @
|
|
2628
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2617
2629
|
*
|
|
2618
2630
|
* Fires event {@link #event:longpress longpress} to attached listeners.
|
|
2619
2631
|
*
|
|
@@ -2626,7 +2638,7 @@ declare namespace sap {
|
|
|
2626
2638
|
mParameters?: object
|
|
2627
2639
|
): this;
|
|
2628
2640
|
/**
|
|
2629
|
-
* @
|
|
2641
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2630
2642
|
*
|
|
2631
2643
|
* Fires event {@link #event:tap tap} to attached listeners.
|
|
2632
2644
|
*
|
|
@@ -2977,7 +2989,7 @@ declare namespace sap {
|
|
|
2977
2989
|
): this;
|
|
2978
2990
|
}
|
|
2979
2991
|
/**
|
|
2980
|
-
* @
|
|
2992
|
+
* @since 1.12
|
|
2981
2993
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
|
|
2982
2994
|
* will not be supported anymore from 1.38.
|
|
2983
2995
|
*
|
|
@@ -3361,7 +3373,7 @@ declare namespace sap {
|
|
|
3361
3373
|
unbindRows(): this;
|
|
3362
3374
|
}
|
|
3363
3375
|
/**
|
|
3364
|
-
* @
|
|
3376
|
+
* @since 1.12
|
|
3365
3377
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
|
|
3366
3378
|
* will not be supported anymore from 1.38.
|
|
3367
3379
|
*
|
|
@@ -3375,8 +3387,8 @@ declare namespace sap {
|
|
|
3375
3387
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
3376
3388
|
* of the syntax of the settings object.
|
|
3377
3389
|
*
|
|
3378
|
-
* This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.Element#constructor
|
|
3379
|
-
*
|
|
3390
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.Element#constructor sap.ui.core.Element }
|
|
3391
|
+
* can be used.
|
|
3380
3392
|
*/
|
|
3381
3393
|
constructor(
|
|
3382
3394
|
/**
|
|
@@ -3391,8 +3403,8 @@ declare namespace sap {
|
|
|
3391
3403
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
3392
3404
|
* of the syntax of the settings object.
|
|
3393
3405
|
*
|
|
3394
|
-
* This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.Element#constructor
|
|
3395
|
-
*
|
|
3406
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.Element#constructor sap.ui.core.Element }
|
|
3407
|
+
* can be used.
|
|
3396
3408
|
*/
|
|
3397
3409
|
constructor(
|
|
3398
3410
|
/**
|
|
@@ -3436,7 +3448,7 @@ declare namespace sap {
|
|
|
3436
3448
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3437
3449
|
}
|
|
3438
3450
|
/**
|
|
3439
|
-
* @
|
|
3451
|
+
* @since 1.8
|
|
3440
3452
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
|
|
3441
3453
|
* will not be supported anymore from 1.38.
|
|
3442
3454
|
*
|
|
@@ -3577,7 +3589,7 @@ declare namespace sap {
|
|
|
3577
3589
|
): sap.makit.Column | null;
|
|
3578
3590
|
}
|
|
3579
3591
|
/**
|
|
3580
|
-
* @
|
|
3592
|
+
* @since 1.8
|
|
3581
3593
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
|
|
3582
3594
|
* will not be supported anymore from 1.38.
|
|
3583
3595
|
*
|
|
@@ -3717,7 +3729,7 @@ declare namespace sap {
|
|
|
3717
3729
|
): this;
|
|
3718
3730
|
}
|
|
3719
3731
|
/**
|
|
3720
|
-
* @
|
|
3732
|
+
* @since 1.8
|
|
3721
3733
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
|
|
3722
3734
|
* will not be supported anymore from 1.38.
|
|
3723
3735
|
*
|
|
@@ -3896,7 +3908,7 @@ declare namespace sap {
|
|
|
3896
3908
|
): this;
|
|
3897
3909
|
}
|
|
3898
3910
|
/**
|
|
3899
|
-
* @
|
|
3911
|
+
* @since 1.8
|
|
3900
3912
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
|
|
3901
3913
|
* will not be supported anymore from 1.38.
|
|
3902
3914
|
*
|
|
@@ -4015,7 +4027,7 @@ declare namespace sap {
|
|
|
4015
4027
|
): this;
|
|
4016
4028
|
}
|
|
4017
4029
|
/**
|
|
4018
|
-
* @
|
|
4030
|
+
* @since 1.8
|
|
4019
4031
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
|
|
4020
4032
|
* will not be supported anymore from 1.38.
|
|
4021
4033
|
*
|
|
@@ -4327,7 +4339,7 @@ declare namespace sap {
|
|
|
4327
4339
|
): this;
|
|
4328
4340
|
}
|
|
4329
4341
|
/**
|
|
4330
|
-
* @
|
|
4342
|
+
* @since 1.8
|
|
4331
4343
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
|
|
4332
4344
|
* will not be supported anymore from 1.38.
|
|
4333
4345
|
*
|
|
@@ -4404,7 +4416,7 @@ declare namespace sap {
|
|
|
4404
4416
|
Top = "Top",
|
|
4405
4417
|
}
|
|
4406
4418
|
/**
|
|
4407
|
-
* @
|
|
4419
|
+
* @since 1.8
|
|
4408
4420
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
|
|
4409
4421
|
* will not be supported anymore from 1.38.
|
|
4410
4422
|
*
|
|
@@ -4429,7 +4441,7 @@ declare namespace sap {
|
|
|
4429
4441
|
Partial = "Partial",
|
|
4430
4442
|
}
|
|
4431
4443
|
/**
|
|
4432
|
-
* @
|
|
4444
|
+
* @since 1.8
|
|
4433
4445
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
|
|
4434
4446
|
* will not be supported anymore from 1.38.
|
|
4435
4447
|
*
|
|
@@ -4446,7 +4458,7 @@ declare namespace sap {
|
|
|
4446
4458
|
Top = "Top",
|
|
4447
4459
|
}
|
|
4448
4460
|
/**
|
|
4449
|
-
* @
|
|
4461
|
+
* @since 1.8
|
|
4450
4462
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
|
|
4451
4463
|
* will not be supported anymore from 1.38.
|
|
4452
4464
|
*
|
|
@@ -4467,6 +4479,53 @@ declare namespace sap {
|
|
|
4467
4479
|
*/
|
|
4468
4480
|
Top = "Top",
|
|
4469
4481
|
}
|
|
4482
|
+
/**
|
|
4483
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Chart$DoubletapEventParameters'
|
|
4484
|
+
* in 1.115.1 and any later releases.
|
|
4485
|
+
*/
|
|
4486
|
+
type $ChartDoubletapEventParameters = sap.makit.Chart$DoubletapEventParameters;
|
|
4487
|
+
|
|
4488
|
+
type Chart$DoubletapEvent = sap.ui.base.Event<Chart$DoubletapEventParameters>;
|
|
4489
|
+
|
|
4490
|
+
/**
|
|
4491
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Chart$LongpressEventParameters'
|
|
4492
|
+
* in 1.115.1 and any later releases.
|
|
4493
|
+
*/
|
|
4494
|
+
type $ChartLongpressEventParameters = sap.makit.Chart$LongpressEventParameters;
|
|
4495
|
+
|
|
4496
|
+
type Chart$LongpressEvent = sap.ui.base.Event<Chart$LongpressEventParameters>;
|
|
4497
|
+
|
|
4498
|
+
/**
|
|
4499
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Chart$TapEventParameters'
|
|
4500
|
+
* in 1.115.1 and any later releases.
|
|
4501
|
+
*/
|
|
4502
|
+
type $ChartTapEventParameters = sap.makit.Chart$TapEventParameters;
|
|
4503
|
+
|
|
4504
|
+
type Chart$TapEvent = sap.ui.base.Event<Chart$TapEventParameters>;
|
|
4505
|
+
|
|
4506
|
+
/**
|
|
4507
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'CombinationChart$DoubletapEventParameters'
|
|
4508
|
+
* in 1.115.1 and any later releases.
|
|
4509
|
+
*/
|
|
4510
|
+
type $CombinationChartDoubletapEventParameters = sap.makit.CombinationChart$DoubletapEventParameters;
|
|
4511
|
+
|
|
4512
|
+
type CombinationChart$DoubletapEvent = sap.ui.base.Event<CombinationChart$DoubletapEventParameters>;
|
|
4513
|
+
|
|
4514
|
+
/**
|
|
4515
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'CombinationChart$LongpressEventParameters'
|
|
4516
|
+
* in 1.115.1 and any later releases.
|
|
4517
|
+
*/
|
|
4518
|
+
type $CombinationChartLongpressEventParameters = sap.makit.CombinationChart$LongpressEventParameters;
|
|
4519
|
+
|
|
4520
|
+
type CombinationChart$LongpressEvent = sap.ui.base.Event<CombinationChart$LongpressEventParameters>;
|
|
4521
|
+
|
|
4522
|
+
/**
|
|
4523
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'CombinationChart$TapEventParameters'
|
|
4524
|
+
* in 1.115.1 and any later releases.
|
|
4525
|
+
*/
|
|
4526
|
+
type $CombinationChartTapEventParameters = sap.makit.CombinationChart$TapEventParameters;
|
|
4527
|
+
|
|
4528
|
+
type CombinationChart$TapEvent = sap.ui.base.Event<CombinationChart$TapEventParameters>;
|
|
4470
4529
|
}
|
|
4471
4530
|
|
|
4472
4531
|
interface IUI5DefineDependencyNames {
|