@sapui5/ts-types 1.107.0 → 1.108.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 +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
|
@@ -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 uiext {
|
|
@@ -2431,7 +2431,7 @@ declare namespace sap {
|
|
|
2431
2431
|
|
|
2432
2432
|
/**
|
|
2433
2433
|
* @deprecated (since 1.38.0)
|
|
2434
|
-
* @EXPERIMENTAL (since 1.5.2)
|
|
2434
|
+
* @EXPERIMENTAL (since 1.5.2) - API is not yet finished and might change completely
|
|
2435
2435
|
*
|
|
2436
2436
|
* A comprehensive UI design approach with graphical and functional elements for search tasks, filter tasks,
|
|
2437
2437
|
* and take actions on the tasks ("Inbox Pattern").
|
|
@@ -3148,7 +3148,7 @@ declare namespace sap {
|
|
|
3148
3148
|
): void;
|
|
3149
3149
|
}
|
|
3150
3150
|
/**
|
|
3151
|
-
* @EXPERIMENTAL (since 1.7.0)
|
|
3151
|
+
* @EXPERIMENTAL (since 1.7.0) - API is not yet finished and might change completely
|
|
3152
3152
|
*
|
|
3153
3153
|
* InboxLaunchPad Documentation to be updated later
|
|
3154
3154
|
*/
|
|
@@ -3586,7 +3586,7 @@ declare namespace sap {
|
|
|
3586
3586
|
): void;
|
|
3587
3587
|
}
|
|
3588
3588
|
/**
|
|
3589
|
-
* @EXPERIMENTAL (since 1.7.0)
|
|
3589
|
+
* @EXPERIMENTAL (since 1.7.0) - API is not yet finished and might change completely
|
|
3590
3590
|
*
|
|
3591
3591
|
* Inbox Split App
|
|
3592
3592
|
*/
|
|
@@ -3852,7 +3852,7 @@ declare namespace sap {
|
|
|
3852
3852
|
): this;
|
|
3853
3853
|
}
|
|
3854
3854
|
/**
|
|
3855
|
-
* @EXPERIMENTAL (since 1.7.0)
|
|
3855
|
+
* @EXPERIMENTAL (since 1.7.0) - API is not yet finished and might change completely
|
|
3856
3856
|
*
|
|
3857
3857
|
* The SubstitutionRulesManager
|
|
3858
3858
|
*/
|