@sapui5/ts-types-esm 1.132.1 → 1.133.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.ui.commons.d.ts → commons-1.133.0-esm-d.ts} +326 -335
- package/types/{sap.ui.core.d.ts → core-1.133.0-esm-d.ts} +693 -718
- package/types/{sap.ui.dt.d.ts → dt-1.133.0-esm-d.ts} +1 -1
- package/types/index.d.ts +7 -7
- package/types/{sap.ui.mdc.d.ts → mdc-1.133.0-esm-d.ts} +167 -142
- package/types/{sap.m.d.ts → mobile-1.133.0-esm-d.ts} +1946 -1117
- package/types/sap.apf.d.ts +12 -11
- package/types/sap.ca.ui.d.ts +413 -415
- package/types/sap.chart.d.ts +6 -6
- package/types/sap.collaboration.d.ts +31 -31
- package/types/sap.cux.home.d.ts +937 -106
- package/types/sap.esh.search.ui.d.ts +39 -1
- package/types/sap.f.d.ts +159 -175
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +16 -11
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +81 -45
- package/types/sap.fe.navigation.d.ts +3 -3
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +3 -8
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +385 -329
- package/types/sap.insights.d.ts +3 -3
- package/types/sap.makit.d.ts +182 -182
- package/types/sap.me.d.ts +25 -27
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +41 -41
- package/types/sap.sac.df.d.ts +108 -98
- package/types/sap.suite.ui.commons.d.ts +432 -487
- package/types/sap.suite.ui.generic.template.d.ts +28 -8
- package/types/sap.suite.ui.microchart.d.ts +55 -79
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +427 -421
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +5 -5
- package/types/sap.ui.generic.app.d.ts +83 -66
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +324 -236
- package/types/sap.ui.layout.d.ts +87 -103
- package/types/sap.ui.richtexteditor.d.ts +48 -8
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +14 -14
- package/types/sap.ui.support.d.ts +2 -2
- package/types/sap.ui.table.d.ts +219 -197
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +130 -112
- package/types/sap.ui.vbm.d.ts +57 -57
- package/types/sap.ui.vk.d.ts +135 -132
- package/types/sap.ui.vtm.d.ts +112 -103
- package/types/sap.ui.webc.common.d.ts +7 -7
- package/types/sap.ui.webc.fiori.d.ts +164 -176
- package/types/sap.ui.webc.main.d.ts +527 -531
- package/types/sap.uiext.inbox.d.ts +43 -43
- package/types/sap.ushell.d.ts +206 -123
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +33 -51
- package/types/sap.viz.d.ts +2782 -2858
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +17 -17
- package/types/sap.zen.crosstab.d.ts +10 -10
- package/types/sap.zen.dsh.d.ts +11 -11
- package/types/{sap.tnt.d.ts → tnt-1.133.0-esm-d.ts} +229 -14
- package/types/{sap.ui.ux3.d.ts → ux3-1.133.0-esm-d.ts} +113 -117
package/types/sap.fe.test.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.133.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/test/library" {}
|
|
4
4
|
|
|
@@ -2477,12 +2477,7 @@ declare module "sap/fe/test/api/TableActions" {
|
|
|
2477
2477
|
/**
|
|
2478
2478
|
* Sorting (true=descending, false=ascending (default))
|
|
2479
2479
|
*/
|
|
2480
|
-
bDescending?: boolean
|
|
2481
|
-
/**
|
|
2482
|
-
* Set to `true` to clear previously set sortings (default), otherwise all previously set sorting fields
|
|
2483
|
-
* will be kept.
|
|
2484
|
-
*/
|
|
2485
|
-
bClearFirst?: boolean
|
|
2480
|
+
bDescending?: boolean
|
|
2486
2481
|
): object;
|
|
2487
2482
|
}
|
|
2488
2483
|
}
|
|
@@ -3137,7 +3132,7 @@ declare module "sap/fe/test/BaseAssertions" {
|
|
|
3137
3132
|
/**
|
|
3138
3133
|
* Checks whether a {@link sap.m.MessagePage} with given message is shown.
|
|
3139
3134
|
*
|
|
3140
|
-
* @deprecated
|
|
3135
|
+
* @deprecated As of version 1.118. use iSeePage() && iSeeIllustratedMessage(sMessage) instead
|
|
3141
3136
|
*
|
|
3142
3137
|
* @returns The result of the {@link sap.ui.test.Opa5#waitFor} function, to be used for chained statements
|
|
3143
3138
|
*/
|
package/types/sap.fe.tools.d.ts
CHANGED