@sapui5/ts-types-esm 1.143.2 → 1.144.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 +7 -7
- package/types/sap.apf.d.ts +3 -1
- package/types/sap.ca.ui.d.ts +8 -1
- package/types/sap.chart.d.ts +4 -4
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +846 -285
- package/types/sap.f.d.ts +4 -4
- package/types/sap.fe.ariba.d.ts +1 -1
- 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 +33 -6
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +3591 -3495
- package/types/sap.fe.navigation.d.ts +7 -7
- 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 +18 -12
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +282 -10
- package/types/sap.insights.d.ts +1 -47
- package/types/{mobile-1.143.0-esm-d.ts → sap.m.d.ts} +298 -68
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +49 -21
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +732 -6
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/{tnt-1.143.0-esm-d.ts → sap.tnt.d.ts} +5 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/{commons-1.143.0-esm-d.ts → sap.ui.commons.d.ts} +3469 -306
- package/types/sap.ui.comp.d.ts +3 -3
- package/types/{core-1.143.0-esm-d.ts → sap.ui.core.d.ts} +621 -166
- package/types/{dt-1.143.0-esm-d.ts → sap.ui.dt.d.ts} +1 -1
- package/types/sap.ui.export.d.ts +4 -4
- package/types/sap.ui.fl.d.ts +5 -5
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.geomap.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +18 -18
- package/types/{mdc-1.143.0-esm-d.ts → sap.ui.mdc.d.ts} +105 -67
- package/types/sap.ui.richtexteditor.d.ts +3 -3
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +3 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +126 -4
- package/types/{ux3-1.143.0-esm-d.ts → sap.ui.ux3.d.ts} +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +139 -4
- package/types/sap.ui.vtm.d.ts +100 -1
- package/types/sap.ui.webc.common.d.ts +3 -1
- package/types/sap.ui.webc.fiori.d.ts +31 -1
- package/types/sap.ui.webc.main.d.ts +70 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +15 -1
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
- 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 +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.144.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/navigation/library" {
|
|
4
4
|
/**
|
|
@@ -738,7 +738,7 @@ declare module "sap/fe/navigation/PresentationVariant" {
|
|
|
738
738
|
/**
|
|
739
739
|
* Defines context URL.
|
|
740
740
|
*/
|
|
741
|
-
ContextUrl
|
|
741
|
+
ContextUrl?: string;
|
|
742
742
|
/**
|
|
743
743
|
* Defines presentation variant ID.
|
|
744
744
|
*/
|
|
@@ -746,15 +746,15 @@ declare module "sap/fe/navigation/PresentationVariant" {
|
|
|
746
746
|
/**
|
|
747
747
|
* Defines text.
|
|
748
748
|
*/
|
|
749
|
-
Text
|
|
749
|
+
Text?: string;
|
|
750
750
|
/**
|
|
751
751
|
* Defines version.
|
|
752
752
|
*/
|
|
753
|
-
Version
|
|
753
|
+
Version?: any;
|
|
754
754
|
/**
|
|
755
755
|
* Defines visualizations.
|
|
756
756
|
*/
|
|
757
|
-
Visualizations
|
|
757
|
+
Visualizations?: Visualization[];
|
|
758
758
|
};
|
|
759
759
|
|
|
760
760
|
/**
|
|
@@ -814,11 +814,11 @@ declare module "sap/fe/navigation/PresentationVariant" {
|
|
|
814
814
|
/**
|
|
815
815
|
* Defines content of the object.
|
|
816
816
|
*/
|
|
817
|
-
Content
|
|
817
|
+
Content?: VisChartContent | VisContentType[];
|
|
818
818
|
/**
|
|
819
819
|
* Defines type of the object.
|
|
820
820
|
*/
|
|
821
|
-
Type
|
|
821
|
+
Type?: string;
|
|
822
822
|
};
|
|
823
823
|
}
|
|
824
824
|
|
package/types/sap.fe.test.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.144.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/test/library" {}
|
|
4
4
|
|
|
@@ -2901,6 +2901,8 @@ declare module "sap/fe/test/BaseActions" {
|
|
|
2901
2901
|
|
|
2902
2902
|
import Metadata from "sap/ui/base/Metadata";
|
|
2903
2903
|
|
|
2904
|
+
import OpaBuilder from "sap/ui/test/OpaBuilder";
|
|
2905
|
+
|
|
2904
2906
|
/**
|
|
2905
2907
|
* All common actions (`When`) for all Opa tests are defined here.
|
|
2906
2908
|
*/
|
|
@@ -2950,14 +2952,14 @@ declare module "sap/fe/test/BaseActions" {
|
|
|
2950
2952
|
*
|
|
2951
2953
|
* @returns The result of the {@link sap.ui.test.Opa5#waitFor} function, to be used for chained statements
|
|
2952
2954
|
*/
|
|
2953
|
-
iClosePopover():
|
|
2955
|
+
iClosePopover(): OpaBuilder;
|
|
2954
2956
|
/**
|
|
2955
2957
|
* Simulates the pressing of the Esc key for the element in focus.
|
|
2956
2958
|
*
|
|
2957
2959
|
*
|
|
2958
2960
|
* @returns The result of the {@link sap.ui.test.Opa5#waitFor} function, to be used for chained statements
|
|
2959
2961
|
*/
|
|
2960
|
-
iPressEscape():
|
|
2962
|
+
iPressEscape(): OpaBuilder;
|
|
2961
2963
|
}
|
|
2962
2964
|
}
|
|
2963
2965
|
|
|
@@ -2966,6 +2968,8 @@ declare module "sap/fe/test/BaseArrangements" {
|
|
|
2966
2968
|
|
|
2967
2969
|
import Metadata from "sap/ui/base/Metadata";
|
|
2968
2970
|
|
|
2971
|
+
import OpaBuilder from "sap/ui/test/OpaBuilder";
|
|
2972
|
+
|
|
2969
2973
|
/**
|
|
2970
2974
|
* All common arrangements (`Given`) for all Opa tests are defined here.
|
|
2971
2975
|
*/
|
|
@@ -3041,7 +3045,7 @@ declare module "sap/fe/test/BaseArrangements" {
|
|
|
3041
3045
|
* before the application is started can be done by passing the ServiceUri.
|
|
3042
3046
|
*/
|
|
3043
3047
|
oAppInfo?: object
|
|
3044
|
-
):
|
|
3048
|
+
): OpaBuilder;
|
|
3045
3049
|
/**
|
|
3046
3050
|
* Resets the test data.
|
|
3047
3051
|
*
|
|
@@ -3053,14 +3057,14 @@ declare module "sap/fe/test/BaseArrangements" {
|
|
|
3053
3057
|
* Ignore the redeploy
|
|
3054
3058
|
*/
|
|
3055
3059
|
bIgnoreRedeploy?: boolean
|
|
3056
|
-
):
|
|
3060
|
+
): OpaBuilder;
|
|
3057
3061
|
/**
|
|
3058
3062
|
* Simulates a refresh of the page by tearing it down and then restarting it with the very same hash.
|
|
3059
3063
|
*
|
|
3060
3064
|
*
|
|
3061
3065
|
* @returns The result of the {@link sap.ui.test.Opa5#waitFor} function, to be used for chained statements
|
|
3062
3066
|
*/
|
|
3063
|
-
iRestartMyApp():
|
|
3067
|
+
iRestartMyApp(): OpaBuilder;
|
|
3064
3068
|
/**
|
|
3065
3069
|
* Starts the app in an IFrame, using the `launchUrl` and `launchParameters` provided via the settings object
|
|
3066
3070
|
* of the {@link sap.fe.test.BaseArrangements#constructor}.
|
|
@@ -3077,14 +3081,14 @@ declare module "sap/fe/test/BaseArrangements" {
|
|
|
3077
3081
|
* A map with additional URL parameters
|
|
3078
3082
|
*/
|
|
3079
3083
|
mInUrlParameters?: object
|
|
3080
|
-
):
|
|
3084
|
+
): OpaBuilder;
|
|
3081
3085
|
/**
|
|
3082
3086
|
* Tears down the current application.
|
|
3083
3087
|
*
|
|
3084
3088
|
*
|
|
3085
3089
|
* @returns The result of the {@link sap.ui.test.Opa5#waitFor} function, to be used for chained statements
|
|
3086
3090
|
*/
|
|
3087
|
-
iTearDownMyApp():
|
|
3091
|
+
iTearDownMyApp(): OpaBuilder;
|
|
3088
3092
|
/**
|
|
3089
3093
|
* Clears the browser's local storage and session storage.
|
|
3090
3094
|
*
|
|
@@ -3104,6 +3108,8 @@ declare module "sap/fe/test/BaseAssertions" {
|
|
|
3104
3108
|
|
|
3105
3109
|
import Metadata from "sap/ui/base/Metadata";
|
|
3106
3110
|
|
|
3111
|
+
import OpaBuilder from "sap/ui/test/OpaBuilder";
|
|
3112
|
+
|
|
3107
3113
|
/**
|
|
3108
3114
|
* All common assertions (`Then`) for all Opa tests are defined here.
|
|
3109
3115
|
*/
|
|
@@ -3155,7 +3161,7 @@ declare module "sap/fe/test/BaseAssertions" {
|
|
|
3155
3161
|
* The message shown on the page
|
|
3156
3162
|
*/
|
|
3157
3163
|
sMessage: string
|
|
3158
|
-
):
|
|
3164
|
+
): OpaBuilder;
|
|
3159
3165
|
/**
|
|
3160
3166
|
* Checks whether a {@link sap.m.MessagePage} with given message is shown.
|
|
3161
3167
|
*
|
|
@@ -3168,7 +3174,7 @@ declare module "sap/fe/test/BaseAssertions" {
|
|
|
3168
3174
|
* The message shown on the message page
|
|
3169
3175
|
*/
|
|
3170
3176
|
sMessage: string
|
|
3171
|
-
):
|
|
3177
|
+
): OpaBuilder;
|
|
3172
3178
|
/**
|
|
3173
3179
|
* Checks whether a {@link sap.m.MessageToast} with the given text is shown.
|
|
3174
3180
|
*
|
|
@@ -3180,14 +3186,14 @@ declare module "sap/fe/test/BaseAssertions" {
|
|
|
3180
3186
|
* The text shown in the MessageToast
|
|
3181
3187
|
*/
|
|
3182
3188
|
sText: string
|
|
3183
|
-
):
|
|
3189
|
+
): OpaBuilder;
|
|
3184
3190
|
/**
|
|
3185
3191
|
* Checks whether a {@link sap.m.Page} is shown.
|
|
3186
3192
|
*
|
|
3187
3193
|
*
|
|
3188
3194
|
* @returns The result of the {@link sap.ui.test.Opa5#waitFor} function, to be used for chained statements
|
|
3189
3195
|
*/
|
|
3190
|
-
iSeePage():
|
|
3196
|
+
iSeePage(): OpaBuilder;
|
|
3191
3197
|
}
|
|
3192
3198
|
}
|
|
3193
3199
|
|
package/types/sap.fe.tools.d.ts
CHANGED