@sapui5/ts-types 1.107.1 → 1.108.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/sap.apf.d.ts +8 -8
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +3 -2
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +111 -44
- package/types/sap.fe.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +64 -3
- package/types/sap.fe.macros.d.ts +32 -24
- package/types/sap.fe.navigation.d.ts +16 -897
- package/types/sap.fe.templates.d.ts +30 -4
- package/types/sap.fe.test.d.ts +30 -2
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +171 -47
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.landvisz.d.ts +1 -1
- package/types/sap.m.d.ts +200 -97
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +4 -4
- package/types/sap.ndc.d.ts +4 -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 +11 -8
- package/types/sap.sac.grid.d.ts +10 -2
- package/types/sap.suite.ui.commons.d.ts +40 -17
- 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 +1 -1
- package/types/sap.ui.commons.d.ts +12 -2
- package/types/sap.ui.comp.d.ts +68 -32
- package/types/sap.ui.core.d.ts +306 -103
- 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 +1 -1
- 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 +104 -58
- package/types/sap.ui.layout.d.ts +2 -2
- package/types/sap.ui.mdc.d.ts +1 -1
- 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 +8 -3
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +28 -20
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +198 -24
- package/types/sap.ui.ux3.d.ts +18 -9
- package/types/sap.ui.vbm.d.ts +9 -5
- package/types/sap.ui.vk.d.ts +78 -22
- package/types/sap.ui.vtm.d.ts +108 -59
- package/types/sap.ui.webc.common.d.ts +3 -3
- package/types/sap.ui.webc.fiori.d.ts +58 -58
- package/types/sap.ui.webc.main.d.ts +129 -129
- package/types/sap.uiext.inbox.d.ts +5 -5
- package/types/sap.ushell.d.ts +124 -1701
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +132 -132
- 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 +4 -4
- package/types/sap.zen.dsh.d.ts +2 -2
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.108.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -14,7 +14,7 @@ declare namespace sap {
|
|
|
14
14
|
namespace iconEditor {
|
|
15
15
|
/**
|
|
16
16
|
* @SINCE 1.81
|
|
17
|
-
* @EXPERIMENTAL
|
|
17
|
+
* @EXPERIMENTAL - 1.81
|
|
18
18
|
*
|
|
19
19
|
* Validates if the provided value belongs to the icon pool.
|
|
20
20
|
*/
|
|
@@ -37,7 +37,7 @@ declare namespace sap {
|
|
|
37
37
|
namespace validator {
|
|
38
38
|
/**
|
|
39
39
|
* @SINCE 1.81
|
|
40
|
-
* @EXPERIMENTAL
|
|
40
|
+
* @EXPERIMENTAL - 1.81
|
|
41
41
|
*
|
|
42
42
|
* Validates if the provided value is a boolean or binding string.
|
|
43
43
|
*/
|
|
@@ -58,7 +58,7 @@ declare namespace sap {
|
|
|
58
58
|
|
|
59
59
|
/**
|
|
60
60
|
* @SINCE 1.81
|
|
61
|
-
* @EXPERIMENTAL
|
|
61
|
+
* @EXPERIMENTAL - 1.81
|
|
62
62
|
*
|
|
63
63
|
* Validates if the provided value can be parsed to a valid date.
|
|
64
64
|
*/
|
|
@@ -79,7 +79,7 @@ declare namespace sap {
|
|
|
79
79
|
|
|
80
80
|
/**
|
|
81
81
|
* @SINCE 1.81
|
|
82
|
-
* @EXPERIMENTAL
|
|
82
|
+
* @EXPERIMENTAL - 1.81
|
|
83
83
|
*
|
|
84
84
|
* Validates if the provided value is an integer or binding string.
|
|
85
85
|
*/
|
|
@@ -100,7 +100,7 @@ declare namespace sap {
|
|
|
100
100
|
|
|
101
101
|
/**
|
|
102
102
|
* @SINCE 1.81
|
|
103
|
-
* @EXPERIMENTAL
|
|
103
|
+
* @EXPERIMENTAL - 1.81
|
|
104
104
|
*
|
|
105
105
|
* Validates if the provided value is a number or binding string.
|
|
106
106
|
*/
|
|
@@ -121,7 +121,7 @@ declare namespace sap {
|
|
|
121
121
|
|
|
122
122
|
/**
|
|
123
123
|
* @SINCE 1.81
|
|
124
|
-
* @EXPERIMENTAL
|
|
124
|
+
* @EXPERIMENTAL - 1.81
|
|
125
125
|
*
|
|
126
126
|
* Validates if the provided value is one of the given keys.
|
|
127
127
|
*/
|
|
@@ -151,7 +151,7 @@ declare namespace sap {
|
|
|
151
151
|
|
|
152
152
|
/**
|
|
153
153
|
* @SINCE 1.81
|
|
154
|
-
* @EXPERIMENTAL
|
|
154
|
+
* @EXPERIMENTAL - 1.81
|
|
155
155
|
*
|
|
156
156
|
* Validates if none of the provided values is an invalid binding.
|
|
157
157
|
*/
|
|
@@ -172,7 +172,7 @@ declare namespace sap {
|
|
|
172
172
|
|
|
173
173
|
/**
|
|
174
174
|
* @SINCE 1.81
|
|
175
|
-
* @EXPERIMENTAL
|
|
175
|
+
* @EXPERIMENTAL - 1.81
|
|
176
176
|
*
|
|
177
177
|
* Validates if the provided key is unique in a list of given keys.
|
|
178
178
|
*/
|
|
@@ -206,7 +206,7 @@ declare namespace sap {
|
|
|
206
206
|
|
|
207
207
|
/**
|
|
208
208
|
* @SINCE 1.81
|
|
209
|
-
* @EXPERIMENTAL
|
|
209
|
+
* @EXPERIMENTAL - 1.81
|
|
210
210
|
*
|
|
211
211
|
* Validates if the provided list contains no duplicates.
|
|
212
212
|
*/
|
|
@@ -227,7 +227,7 @@ declare namespace sap {
|
|
|
227
227
|
|
|
228
228
|
/**
|
|
229
229
|
* @SINCE 1.81
|
|
230
|
-
* @EXPERIMENTAL
|
|
230
|
+
* @EXPERIMENTAL - 1.81
|
|
231
231
|
*
|
|
232
232
|
* Validates if the provided value is a valid binding.
|
|
233
233
|
*/
|
|
@@ -257,7 +257,7 @@ declare namespace sap {
|
|
|
257
257
|
|
|
258
258
|
/**
|
|
259
259
|
* @SINCE 1.81
|
|
260
|
-
* @EXPERIMENTAL
|
|
260
|
+
* @EXPERIMENTAL - 1.81
|
|
261
261
|
*
|
|
262
262
|
* Validates if the provided value doesn't exceed the maximum length.
|
|
263
263
|
*/
|
|
@@ -278,7 +278,7 @@ declare namespace sap {
|
|
|
278
278
|
|
|
279
279
|
/**
|
|
280
280
|
* @SINCE 1.81
|
|
281
|
-
* @EXPERIMENTAL
|
|
281
|
+
* @EXPERIMENTAL - 1.81
|
|
282
282
|
*
|
|
283
283
|
* Validates if the provided value doesn't contain a binding.
|
|
284
284
|
*/
|
|
@@ -413,7 +413,8 @@ declare namespace sap {
|
|
|
413
413
|
|
|
414
414
|
/**
|
|
415
415
|
* @SINCE 1.85
|
|
416
|
-
* @EXPERIMENTAL (since 1.85)
|
|
416
|
+
* @EXPERIMENTAL (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
|
|
417
|
+
* may be done before its official public release. Use at your own discretion.
|
|
417
418
|
*
|
|
418
419
|
* Adds some actionDefinition to the aggregation {@link #getActionDefinitions actionDefinitions}.
|
|
419
420
|
*
|
|
@@ -467,7 +468,7 @@ declare namespace sap {
|
|
|
467
468
|
sPath: string
|
|
468
469
|
): Object;
|
|
469
470
|
/**
|
|
470
|
-
* @EXPERIMENTAL (since 1.65)
|
|
471
|
+
* @EXPERIMENTAL (since 1.65) - This property might be changed in future.
|
|
471
472
|
*
|
|
472
473
|
* Gets current value of property {@link #getParameters parameters}.
|
|
473
474
|
*
|
|
@@ -478,7 +479,7 @@ declare namespace sap {
|
|
|
478
479
|
*/
|
|
479
480
|
getParameters(): object;
|
|
480
481
|
/**
|
|
481
|
-
* @EXPERIMENTAL (since 1.83)
|
|
482
|
+
* @EXPERIMENTAL (since 1.83) - The API might change.
|
|
482
483
|
*
|
|
483
484
|
* Gets translated text from the i18n properties files configured for this card.
|
|
484
485
|
*
|
|
@@ -517,7 +518,8 @@ declare namespace sap {
|
|
|
517
518
|
): void;
|
|
518
519
|
/**
|
|
519
520
|
* @SINCE 1.85
|
|
520
|
-
* @EXPERIMENTAL (since 1.85)
|
|
521
|
+
* @EXPERIMENTAL (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
|
|
522
|
+
* may be done before its official public release. Use at your own discretion.
|
|
521
523
|
*
|
|
522
524
|
* Checks for the provided `sap.ui.integration.ActionDefinition` in the aggregation {@link #getActionDefinitions
|
|
523
525
|
* actionDefinitions}. and returns its index if found or -1 otherwise.
|
|
@@ -532,7 +534,8 @@ declare namespace sap {
|
|
|
532
534
|
): int;
|
|
533
535
|
/**
|
|
534
536
|
* @SINCE 1.85
|
|
535
|
-
* @EXPERIMENTAL (since 1.85)
|
|
537
|
+
* @EXPERIMENTAL (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
|
|
538
|
+
* may be done before its official public release. Use at your own discretion.
|
|
536
539
|
*
|
|
537
540
|
* Inserts a actionDefinition into the aggregation {@link #getActionDefinitions actionDefinitions}.
|
|
538
541
|
*
|
|
@@ -551,7 +554,7 @@ declare namespace sap {
|
|
|
551
554
|
iIndex: int
|
|
552
555
|
): this;
|
|
553
556
|
/**
|
|
554
|
-
* @EXPERIMENTAL (since 1.65)
|
|
557
|
+
* @EXPERIMENTAL (since 1.65) - The API might change.
|
|
555
558
|
*
|
|
556
559
|
* Refreshes the card by re-applying the manifest settings and triggering all data requests.
|
|
557
560
|
*/
|
|
@@ -564,7 +567,8 @@ declare namespace sap {
|
|
|
564
567
|
refreshData(): void;
|
|
565
568
|
/**
|
|
566
569
|
* @SINCE 1.85
|
|
567
|
-
* @EXPERIMENTAL (since 1.85)
|
|
570
|
+
* @EXPERIMENTAL (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
|
|
571
|
+
* may be done before its official public release. Use at your own discretion.
|
|
568
572
|
*
|
|
569
573
|
* Removes a actionDefinition from the aggregation {@link #getActionDefinitions actionDefinitions}.
|
|
570
574
|
*
|
|
@@ -726,7 +730,7 @@ declare namespace sap {
|
|
|
726
730
|
| `{${string}}`;
|
|
727
731
|
|
|
728
732
|
/**
|
|
729
|
-
* @EXPERIMENTAL (since 1.65)
|
|
733
|
+
* @EXPERIMENTAL (since 1.65) - This property might be changed in future.
|
|
730
734
|
*
|
|
731
735
|
* Overrides the default values of the parameters, which are defined in the manifest. The value is an object
|
|
732
736
|
* containing parameters in format `{parameterKey: parameterValue}`.
|
|
@@ -761,7 +765,8 @@ declare namespace sap {
|
|
|
761
765
|
|
|
762
766
|
/**
|
|
763
767
|
* @SINCE 1.76
|
|
764
|
-
* @EXPERIMENTAL (since 1.76)
|
|
768
|
+
* @EXPERIMENTAL (since 1.76) - This API might be removed when a permanent solution for flexibility changes
|
|
769
|
+
* is implemented.
|
|
765
770
|
*
|
|
766
771
|
* Defines a list of configuration settings, which will be merged into the original manifest.
|
|
767
772
|
*
|
|
@@ -806,7 +811,8 @@ declare namespace sap {
|
|
|
806
811
|
|
|
807
812
|
/**
|
|
808
813
|
* @SINCE 1.85
|
|
809
|
-
* @EXPERIMENTAL (since 1.85)
|
|
814
|
+
* @EXPERIMENTAL (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
|
|
815
|
+
* may be done before its official public release. Use at your own discretion.
|
|
810
816
|
*
|
|
811
817
|
* Actions definitions from which actions in the header menu of the card are created. **Note**: This aggregation
|
|
812
818
|
* is destroyed when the property `manifest` changes.
|
|
@@ -823,7 +829,8 @@ declare namespace sap {
|
|
|
823
829
|
host?: sap.ui.core.Control | string;
|
|
824
830
|
|
|
825
831
|
/**
|
|
826
|
-
* @EXPERIMENTAL (since 1.64)
|
|
832
|
+
* @EXPERIMENTAL (since 1.64) - Disclaimer: this event is in a beta state - incompatible API changes may
|
|
833
|
+
* be done before its official public release. Use at your own discretion.
|
|
827
834
|
*
|
|
828
835
|
* Fired when an action is triggered on the card.
|
|
829
836
|
*/
|
|
@@ -970,7 +977,8 @@ declare namespace sap {
|
|
|
970
977
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
971
978
|
/**
|
|
972
979
|
* @SINCE 1.85
|
|
973
|
-
* @EXPERIMENTAL (since 1.85)
|
|
980
|
+
* @EXPERIMENTAL (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
|
|
981
|
+
* may be done before its official public release. Use at your own discretion.
|
|
974
982
|
*
|
|
975
983
|
* Adds some actionDefinition to the aggregation {@link #getActionDefinitions actionDefinitions}.
|
|
976
984
|
*
|
|
@@ -983,7 +991,8 @@ declare namespace sap {
|
|
|
983
991
|
oActionDefinition: sap.ui.integration.ActionDefinition
|
|
984
992
|
): this;
|
|
985
993
|
/**
|
|
986
|
-
* @EXPERIMENTAL (since 1.64)
|
|
994
|
+
* @EXPERIMENTAL (since 1.64) - Disclaimer: this event is in a beta state - incompatible API changes may
|
|
995
|
+
* be done before its official public release. Use at your own discretion.
|
|
987
996
|
*
|
|
988
997
|
* Attaches event handler `fnFunction` to the {@link #event:action action} event of this `sap.ui.integration.widgets.Card`.
|
|
989
998
|
*
|
|
@@ -1010,7 +1019,8 @@ declare namespace sap {
|
|
|
1010
1019
|
oListener?: object
|
|
1011
1020
|
): this;
|
|
1012
1021
|
/**
|
|
1013
|
-
* @EXPERIMENTAL (since 1.64)
|
|
1022
|
+
* @EXPERIMENTAL (since 1.64) - Disclaimer: this event is in a beta state - incompatible API changes may
|
|
1023
|
+
* be done before its official public release. Use at your own discretion.
|
|
1014
1024
|
*
|
|
1015
1025
|
* Attaches event handler `fnFunction` to the {@link #event:action action} event of this `sap.ui.integration.widgets.Card`.
|
|
1016
1026
|
*
|
|
@@ -1239,7 +1249,8 @@ declare namespace sap {
|
|
|
1239
1249
|
): this;
|
|
1240
1250
|
/**
|
|
1241
1251
|
* @SINCE 1.85
|
|
1242
|
-
* @EXPERIMENTAL (since 1.85)
|
|
1252
|
+
* @EXPERIMENTAL (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
|
|
1253
|
+
* may be done before its official public release. Use at your own discretion.
|
|
1243
1254
|
*
|
|
1244
1255
|
* Destroys all the actionDefinitions in the aggregation {@link #getActionDefinitions actionDefinitions}.
|
|
1245
1256
|
*
|
|
@@ -1247,7 +1258,8 @@ declare namespace sap {
|
|
|
1247
1258
|
*/
|
|
1248
1259
|
destroyActionDefinitions(): this;
|
|
1249
1260
|
/**
|
|
1250
|
-
* @EXPERIMENTAL (since 1.64)
|
|
1261
|
+
* @EXPERIMENTAL (since 1.64) - Disclaimer: this event is in a beta state - incompatible API changes may
|
|
1262
|
+
* be done before its official public release. Use at your own discretion.
|
|
1251
1263
|
*
|
|
1252
1264
|
* Detaches event handler `fnFunction` from the {@link #event:action action} event of this `sap.ui.integration.widgets.Card`.
|
|
1253
1265
|
*
|
|
@@ -1343,7 +1355,8 @@ declare namespace sap {
|
|
|
1343
1355
|
oListener?: object
|
|
1344
1356
|
): this;
|
|
1345
1357
|
/**
|
|
1346
|
-
* @EXPERIMENTAL (since 1.64)
|
|
1358
|
+
* @EXPERIMENTAL (since 1.64) - Disclaimer: this event is in a beta state - incompatible API changes may
|
|
1359
|
+
* be done before its official public release. Use at your own discretion.
|
|
1347
1360
|
*
|
|
1348
1361
|
* Fires event {@link #event:action action} to attached listeners.
|
|
1349
1362
|
*
|
|
@@ -1441,7 +1454,8 @@ declare namespace sap {
|
|
|
1441
1454
|
): this;
|
|
1442
1455
|
/**
|
|
1443
1456
|
* @SINCE 1.85
|
|
1444
|
-
* @EXPERIMENTAL (since 1.85)
|
|
1457
|
+
* @EXPERIMENTAL (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
|
|
1458
|
+
* may be done before its official public release. Use at your own discretion.
|
|
1445
1459
|
*
|
|
1446
1460
|
* Gets content of aggregation {@link #getActionDefinitions actionDefinitions}.
|
|
1447
1461
|
*
|
|
@@ -1514,7 +1528,8 @@ declare namespace sap {
|
|
|
1514
1528
|
getManifest(): string | Object;
|
|
1515
1529
|
/**
|
|
1516
1530
|
* @SINCE 1.76
|
|
1517
|
-
* @EXPERIMENTAL (since 1.76)
|
|
1531
|
+
* @EXPERIMENTAL (since 1.76) - This API might be removed when a permanent solution for flexibility changes
|
|
1532
|
+
* is implemented.
|
|
1518
1533
|
*
|
|
1519
1534
|
* Gets current value of property {@link #getManifestChanges manifestChanges}.
|
|
1520
1535
|
*
|
|
@@ -1585,7 +1600,7 @@ declare namespace sap {
|
|
|
1585
1600
|
*/
|
|
1586
1601
|
getReferenceId(): string;
|
|
1587
1602
|
/**
|
|
1588
|
-
* @EXPERIMENTAL (since 1.83)
|
|
1603
|
+
* @EXPERIMENTAL (since 1.83) - The API might change.
|
|
1589
1604
|
*
|
|
1590
1605
|
* Gets translated text from the i18n properties files configured for this card.
|
|
1591
1606
|
*
|
|
@@ -1624,7 +1639,8 @@ declare namespace sap {
|
|
|
1624
1639
|
): void;
|
|
1625
1640
|
/**
|
|
1626
1641
|
* @SINCE 1.85
|
|
1627
|
-
* @EXPERIMENTAL (since 1.85)
|
|
1642
|
+
* @EXPERIMENTAL (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
|
|
1643
|
+
* may be done before its official public release. Use at your own discretion.
|
|
1628
1644
|
*
|
|
1629
1645
|
* Checks for the provided `sap.ui.integration.ActionDefinition` in the aggregation {@link #getActionDefinitions
|
|
1630
1646
|
* actionDefinitions}. and returns its index if found or -1 otherwise.
|
|
@@ -1639,7 +1655,8 @@ declare namespace sap {
|
|
|
1639
1655
|
): int;
|
|
1640
1656
|
/**
|
|
1641
1657
|
* @SINCE 1.85
|
|
1642
|
-
* @EXPERIMENTAL (since 1.85)
|
|
1658
|
+
* @EXPERIMENTAL (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
|
|
1659
|
+
* may be done before its official public release. Use at your own discretion.
|
|
1643
1660
|
*
|
|
1644
1661
|
* Inserts a actionDefinition into the aggregation {@link #getActionDefinitions actionDefinitions}.
|
|
1645
1662
|
*
|
|
@@ -1658,7 +1675,7 @@ declare namespace sap {
|
|
|
1658
1675
|
iIndex: int
|
|
1659
1676
|
): this;
|
|
1660
1677
|
/**
|
|
1661
|
-
* @EXPERIMENTAL (since 1.65)
|
|
1678
|
+
* @EXPERIMENTAL (since 1.65) - The API might change.
|
|
1662
1679
|
*
|
|
1663
1680
|
*
|
|
1664
1681
|
* @returns If the card is ready or not.
|
|
@@ -1678,7 +1695,7 @@ declare namespace sap {
|
|
|
1678
1695
|
*/
|
|
1679
1696
|
loadDesigntime(): Promise<any>;
|
|
1680
1697
|
/**
|
|
1681
|
-
* @EXPERIMENTAL (since 1.65)
|
|
1698
|
+
* @EXPERIMENTAL (since 1.65) - The API might change.
|
|
1682
1699
|
*
|
|
1683
1700
|
* Refreshes the card by re-applying the manifest settings and triggering all data requests.
|
|
1684
1701
|
*/
|
|
@@ -1691,7 +1708,8 @@ declare namespace sap {
|
|
|
1691
1708
|
refreshData(): void;
|
|
1692
1709
|
/**
|
|
1693
1710
|
* @SINCE 1.85
|
|
1694
|
-
* @EXPERIMENTAL (since 1.85)
|
|
1711
|
+
* @EXPERIMENTAL (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
|
|
1712
|
+
* may be done before its official public release. Use at your own discretion.
|
|
1695
1713
|
*
|
|
1696
1714
|
* Removes a actionDefinition from the aggregation {@link #getActionDefinitions actionDefinitions}.
|
|
1697
1715
|
*
|
|
@@ -1708,7 +1726,8 @@ declare namespace sap {
|
|
|
1708
1726
|
): sap.ui.integration.ActionDefinition | null;
|
|
1709
1727
|
/**
|
|
1710
1728
|
* @SINCE 1.85
|
|
1711
|
-
* @EXPERIMENTAL (since 1.85)
|
|
1729
|
+
* @EXPERIMENTAL (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
|
|
1730
|
+
* may be done before its official public release. Use at your own discretion.
|
|
1712
1731
|
*
|
|
1713
1732
|
* Removes all the controls from the aggregation {@link #getActionDefinitions actionDefinitions}.
|
|
1714
1733
|
*
|
|
@@ -1794,7 +1813,7 @@ declare namespace sap {
|
|
|
1794
1813
|
): this;
|
|
1795
1814
|
/**
|
|
1796
1815
|
* @SINCE 1.65
|
|
1797
|
-
* @EXPERIMENTAL (since 1.65)
|
|
1816
|
+
* @EXPERIMENTAL (since 1.65) - API might change.
|
|
1798
1817
|
*
|
|
1799
1818
|
* Sets a new value for the `dataMode` property.
|
|
1800
1819
|
*
|
|
@@ -1837,7 +1856,8 @@ declare namespace sap {
|
|
|
1837
1856
|
): this;
|
|
1838
1857
|
/**
|
|
1839
1858
|
* @SINCE 1.76
|
|
1840
|
-
* @EXPERIMENTAL (since 1.76)
|
|
1859
|
+
* @EXPERIMENTAL (since 1.76) - This API might be removed when a permanent solution for flexibility changes
|
|
1860
|
+
* is implemented.
|
|
1841
1861
|
*
|
|
1842
1862
|
* Sets a new value for property {@link #getManifestChanges manifestChanges}.
|
|
1843
1863
|
*
|
|
@@ -2049,7 +2069,8 @@ declare namespace sap {
|
|
|
2049
2069
|
interface $ExtensionSettings extends sap.ui.base.$ManagedObjectSettings {
|
|
2050
2070
|
/**
|
|
2051
2071
|
* @deprecated (since 1.85) - This property is replaced by the `actions` aggregation of the card;
|
|
2052
|
-
* @EXPERIMENTAL (since 1.75)
|
|
2072
|
+
* @EXPERIMENTAL (since 1.75) - Disclaimer: this property is in a beta state - incompatible API changes
|
|
2073
|
+
* may be done before its official public release. Use at your own discretion.
|
|
2053
2074
|
*
|
|
2054
2075
|
* The actions configuration.
|
|
2055
2076
|
*/
|
|
@@ -2069,7 +2090,8 @@ declare namespace sap {
|
|
|
2069
2090
|
| `{${string}}`;
|
|
2070
2091
|
|
|
2071
2092
|
/**
|
|
2072
|
-
* @EXPERIMENTAL (since 1.75)
|
|
2093
|
+
* @EXPERIMENTAL (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
|
|
2094
|
+
* be done before its official public release. Use at your own discretion.
|
|
2073
2095
|
*
|
|
2074
2096
|
* Fired when an action is triggered in the card.
|
|
2075
2097
|
*/
|
|
@@ -2078,7 +2100,8 @@ declare namespace sap {
|
|
|
2078
2100
|
|
|
2079
2101
|
interface $HostSettings extends sap.ui.core.$ElementSettings {
|
|
2080
2102
|
/**
|
|
2081
|
-
* @EXPERIMENTAL (since 1.75)
|
|
2103
|
+
* @EXPERIMENTAL (since 1.75) - Disclaimer: this property is in a beta state - incompatible API changes
|
|
2104
|
+
* may be done before its official public release. Use at your own discretion.
|
|
2082
2105
|
*
|
|
2083
2106
|
* The actions configuration.
|
|
2084
2107
|
*/
|
|
@@ -2104,7 +2127,8 @@ declare namespace sap {
|
|
|
2104
2127
|
| `{${string}}`;
|
|
2105
2128
|
|
|
2106
2129
|
/**
|
|
2107
|
-
* @EXPERIMENTAL (since 1.75)
|
|
2130
|
+
* @EXPERIMENTAL (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
|
|
2131
|
+
* be done before its official public release. Use at your own discretion.
|
|
2108
2132
|
*
|
|
2109
2133
|
* Fired when an action is triggered.
|
|
2110
2134
|
*/
|
|
@@ -2136,7 +2160,8 @@ declare namespace sap {
|
|
|
2136
2160
|
|
|
2137
2161
|
/**
|
|
2138
2162
|
* @SINCE 1.85
|
|
2139
|
-
* @EXPERIMENTAL (since 1.85)
|
|
2163
|
+
* @EXPERIMENTAL (since 1.85) - Disclaimer: this class is in a beta state - incompatible API changes may
|
|
2164
|
+
* be done before its official public release. Use at your own discretion.
|
|
2140
2165
|
*
|
|
2141
2166
|
* Represents an action, which appears in the header of {@link sap.ui.integration.widgets.Card}. Useful
|
|
2142
2167
|
* in `Component` card and `Extension`.
|
|
@@ -2606,7 +2631,8 @@ declare namespace sap {
|
|
|
2606
2631
|
*/
|
|
2607
2632
|
static getMetadata(): sap.ui.base.ManagedObjectMetadata;
|
|
2608
2633
|
/**
|
|
2609
|
-
* @EXPERIMENTAL (since 1.75)
|
|
2634
|
+
* @EXPERIMENTAL (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
|
|
2635
|
+
* be done before its official public release. Use at your own discretion.
|
|
2610
2636
|
*
|
|
2611
2637
|
* Attaches event handler `fnFunction` to the {@link #event:action action} event of this `sap.ui.integration.Extension`.
|
|
2612
2638
|
*
|
|
@@ -2633,7 +2659,8 @@ declare namespace sap {
|
|
|
2633
2659
|
oListener?: object
|
|
2634
2660
|
): this;
|
|
2635
2661
|
/**
|
|
2636
|
-
* @EXPERIMENTAL (since 1.75)
|
|
2662
|
+
* @EXPERIMENTAL (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
|
|
2663
|
+
* be done before its official public release. Use at your own discretion.
|
|
2637
2664
|
*
|
|
2638
2665
|
* Attaches event handler `fnFunction` to the {@link #event:action action} event of this `sap.ui.integration.Extension`.
|
|
2639
2666
|
*
|
|
@@ -2655,7 +2682,8 @@ declare namespace sap {
|
|
|
2655
2682
|
oListener?: object
|
|
2656
2683
|
): this;
|
|
2657
2684
|
/**
|
|
2658
|
-
* @EXPERIMENTAL (since 1.75)
|
|
2685
|
+
* @EXPERIMENTAL (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
|
|
2686
|
+
* be done before its official public release. Use at your own discretion.
|
|
2659
2687
|
*
|
|
2660
2688
|
* Detaches event handler `fnFunction` from the {@link #event:action action} event of this `sap.ui.integration.Extension`.
|
|
2661
2689
|
*
|
|
@@ -2674,7 +2702,8 @@ declare namespace sap {
|
|
|
2674
2702
|
oListener?: object
|
|
2675
2703
|
): this;
|
|
2676
2704
|
/**
|
|
2677
|
-
* @EXPERIMENTAL (since 1.75)
|
|
2705
|
+
* @EXPERIMENTAL (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
|
|
2706
|
+
* be done before its official public release. Use at your own discretion.
|
|
2678
2707
|
*
|
|
2679
2708
|
* Fires event {@link #event:action action} to attached listeners.
|
|
2680
2709
|
*
|
|
@@ -2712,7 +2741,8 @@ declare namespace sap {
|
|
|
2712
2741
|
): boolean;
|
|
2713
2742
|
/**
|
|
2714
2743
|
* @deprecated (since 1.85) - This property is replaced by the `actions` aggregation of the card;
|
|
2715
|
-
* @EXPERIMENTAL (since 1.75)
|
|
2744
|
+
* @EXPERIMENTAL (since 1.75) - Disclaimer: this property is in a beta state - incompatible API changes
|
|
2745
|
+
* may be done before its official public release. Use at your own discretion.
|
|
2716
2746
|
*
|
|
2717
2747
|
* Gets current value of property {@link #getActions actions}.
|
|
2718
2748
|
*
|
|
@@ -2737,6 +2767,15 @@ declare namespace sap {
|
|
|
2737
2767
|
* @returns Value of property `formatters`
|
|
2738
2768
|
*/
|
|
2739
2769
|
getFormatters(): object;
|
|
2770
|
+
/**
|
|
2771
|
+
* @EXPERIMENTAL (since 1.108)
|
|
2772
|
+
*
|
|
2773
|
+
* Override this method to lazy load dependencies for the extension.
|
|
2774
|
+
*
|
|
2775
|
+
* @returns Returns a promise. The card will wait for this promise to be resolved before continuing with
|
|
2776
|
+
* the initialization.
|
|
2777
|
+
*/
|
|
2778
|
+
loadDependencies(): Promise<any>;
|
|
2740
2779
|
/**
|
|
2741
2780
|
* Called when the card is ready.
|
|
2742
2781
|
*/
|
|
@@ -2812,7 +2851,8 @@ declare namespace sap {
|
|
|
2812
2851
|
*/
|
|
2813
2852
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
2814
2853
|
/**
|
|
2815
|
-
* @EXPERIMENTAL (since 1.75)
|
|
2854
|
+
* @EXPERIMENTAL (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
|
|
2855
|
+
* be done before its official public release. Use at your own discretion.
|
|
2816
2856
|
*
|
|
2817
2857
|
* Attaches event handler `fnFunction` to the {@link #event:action action} event of this `sap.ui.integration.Host`.
|
|
2818
2858
|
*
|
|
@@ -2839,7 +2879,8 @@ declare namespace sap {
|
|
|
2839
2879
|
oListener?: object
|
|
2840
2880
|
): this;
|
|
2841
2881
|
/**
|
|
2842
|
-
* @EXPERIMENTAL (since 1.75)
|
|
2882
|
+
* @EXPERIMENTAL (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
|
|
2883
|
+
* be done before its official public release. Use at your own discretion.
|
|
2843
2884
|
*
|
|
2844
2885
|
* Attaches event handler `fnFunction` to the {@link #event:action action} event of this `sap.ui.integration.Host`.
|
|
2845
2886
|
*
|
|
@@ -3042,7 +3083,8 @@ declare namespace sap {
|
|
|
3042
3083
|
pCSRFTokenValuePromise: Promise<any>
|
|
3043
3084
|
): void;
|
|
3044
3085
|
/**
|
|
3045
|
-
* @EXPERIMENTAL (since 1.75)
|
|
3086
|
+
* @EXPERIMENTAL (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
|
|
3087
|
+
* be done before its official public release. Use at your own discretion.
|
|
3046
3088
|
*
|
|
3047
3089
|
* Detaches event handler `fnFunction` from the {@link #event:action action} event of this `sap.ui.integration.Host`.
|
|
3048
3090
|
*
|
|
@@ -3120,7 +3162,8 @@ declare namespace sap {
|
|
|
3120
3162
|
oListener?: object
|
|
3121
3163
|
): this;
|
|
3122
3164
|
/**
|
|
3123
|
-
* @EXPERIMENTAL (since 1.75)
|
|
3165
|
+
* @EXPERIMENTAL (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
|
|
3166
|
+
* be done before its official public release. Use at your own discretion.
|
|
3124
3167
|
*
|
|
3125
3168
|
* Fires event {@link #event:action action} to attached listeners.
|
|
3126
3169
|
*
|
|
@@ -3221,7 +3264,8 @@ declare namespace sap {
|
|
|
3221
3264
|
}
|
|
3222
3265
|
): this;
|
|
3223
3266
|
/**
|
|
3224
|
-
* @EXPERIMENTAL (since 1.75)
|
|
3267
|
+
* @EXPERIMENTAL (since 1.75) - Disclaimer: this property is in a beta state - incompatible API changes
|
|
3268
|
+
* may be done before its official public release. Use at your own discretion.
|
|
3225
3269
|
*
|
|
3226
3270
|
* Gets current value of property {@link #getActions actions}.
|
|
3227
3271
|
*
|
|
@@ -3322,7 +3366,8 @@ declare namespace sap {
|
|
|
3322
3366
|
*/
|
|
3323
3367
|
getResolveDestination(): Function;
|
|
3324
3368
|
/**
|
|
3325
|
-
* @EXPERIMENTAL (since 1.75)
|
|
3369
|
+
* @EXPERIMENTAL (since 1.75) - Disclaimer: this property is in a beta state - incompatible API changes
|
|
3370
|
+
* may be done before its official public release. Use at your own discretion.
|
|
3326
3371
|
*
|
|
3327
3372
|
* Sets a new value for property {@link #getActions actions}.
|
|
3328
3373
|
*
|
|
@@ -3378,7 +3423,8 @@ declare namespace sap {
|
|
|
3378
3423
|
TwoColumns = "TwoColumns",
|
|
3379
3424
|
}
|
|
3380
3425
|
/**
|
|
3381
|
-
* @EXPERIMENTAL (since 1.64)
|
|
3426
|
+
* @EXPERIMENTAL (since 1.64) - Disclaimer: this property is in a beta state - incompatible API changes
|
|
3427
|
+
* may be done before its official public release. Use at your own discretion.
|
|
3382
3428
|
*
|
|
3383
3429
|
* Enumeration of possible card action types.
|
|
3384
3430
|
*/
|
package/types/sap.ui.layout.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.108.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -13636,7 +13636,7 @@ declare namespace sap {
|
|
|
13636
13636
|
}
|
|
13637
13637
|
/**
|
|
13638
13638
|
* @SINCE 1.22.0
|
|
13639
|
-
* @EXPERIMENTAL (since 1.22.0)
|
|
13639
|
+
* @EXPERIMENTAL (since 1.22.0) - API is not yet finished and might change completely
|
|
13640
13640
|
*
|
|
13641
13641
|
* Holds layout data for the splitter contents. Allowed size values are numeric values ending in "px" and
|
|
13642
13642
|
* "%" and the special case "auto". (The CSS value "auto" is used internally to recalculate the size of
|
package/types/sap.ui.mdc.d.ts
CHANGED
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.108.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
5
5
|
/**
|
|
6
6
|
* @SINCE 1.1
|
|
7
|
+
* @deprecated (since 1.108)
|
|
7
8
|
*
|
|
8
9
|
* Suite controls library.
|
|
9
10
|
*/
|
|
@@ -86,7 +87,9 @@ declare namespace sap {
|
|
|
86
87
|
}
|
|
87
88
|
|
|
88
89
|
/**
|
|
89
|
-
* @
|
|
90
|
+
* @deprecated (since 1.108) - there's no replacement for this functionality as no active use cases are
|
|
91
|
+
* known
|
|
92
|
+
* @EXPERIMENTAL (since 1.2) - The API may change. Use with care.
|
|
90
93
|
*
|
|
91
94
|
* This control shows a circle which radius and color depends on the given parameters
|
|
92
95
|
*/
|
|
@@ -406,7 +409,9 @@ declare namespace sap {
|
|
|
406
409
|
): this;
|
|
407
410
|
}
|
|
408
411
|
/**
|
|
409
|
-
* @
|
|
412
|
+
* @deprecated (since 1.108) - there's no replacement for this functionality as no active use cases are
|
|
413
|
+
* known
|
|
414
|
+
* @EXPERIMENTAL (since 1.2) - The API may change. Use with care.
|
|
410
415
|
*
|
|
411
416
|
* This control shows a vertical progress bar in dependency of the given percentage. Only values between
|
|
412
417
|
* 0 and 100 are valid.
|