@sapui5/ts-types-esm 1.143.1 → 1.144.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/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
package/types/sap.f.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/tnt/library" {
|
|
4
4
|
export interface IToolHeader {
|
|
@@ -10862,7 +10862,7 @@ declare module "sap/f/FlexibleColumnLayoutData" {
|
|
|
10862
10862
|
|
|
10863
10863
|
/**
|
|
10864
10864
|
* Holds layout data for `sap.f.FlexibleColumnLayout`. Allows LayoutData of type `sap.f.FlexibleColumnLayoutDataForDesktop`
|
|
10865
|
-
* or `sap.f.
|
|
10865
|
+
* or `sap.f.FlexibleColumnLayoutDataForTablet`
|
|
10866
10866
|
*
|
|
10867
10867
|
* @since 1.128
|
|
10868
10868
|
*/
|
|
@@ -18847,7 +18847,7 @@ declare module "sap/f/semantic/SemanticPage" {
|
|
|
18847
18847
|
/**
|
|
18848
18848
|
* Gets content of aggregation {@link #getLandmarkInfo landmarkInfo}.
|
|
18849
18849
|
*
|
|
18850
|
-
* Accessible landmark settings to be applied to the containers of the `sap.f.SemanticPage` control.
|
|
18850
|
+
* Accessible landmark settings to be applied to the containers of the `sap.f.semantic.SemanticPage` control.
|
|
18851
18851
|
*
|
|
18852
18852
|
* If not set, no landmarks will be written.
|
|
18853
18853
|
*
|
|
@@ -20575,7 +20575,7 @@ declare module "sap/f/semantic/SemanticPage" {
|
|
|
20575
20575
|
| `{${string}}`;
|
|
20576
20576
|
|
|
20577
20577
|
/**
|
|
20578
|
-
* Accessible landmark settings to be applied to the containers of the `sap.f.SemanticPage` control.
|
|
20578
|
+
* Accessible landmark settings to be applied to the containers of the `sap.f.semantic.SemanticPage` control.
|
|
20579
20579
|
*
|
|
20580
20580
|
* If not set, no landmarks will be written.
|
|
20581
20581
|
*
|
package/types/sap.fe.ariba.d.ts
CHANGED
package/types/sap.fe.base.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
|
@@ -418,7 +418,7 @@ declare module "sap/fe/core/controllerextensions/BaseControllerExtension" {
|
|
|
418
418
|
}
|
|
419
419
|
}
|
|
420
420
|
|
|
421
|
-
// For Library Version: 1.
|
|
421
|
+
// For Library Version: 1.144.0
|
|
422
422
|
|
|
423
423
|
declare module "sap/fe/core/AppComponent" {
|
|
424
424
|
import {
|
|
@@ -1093,11 +1093,15 @@ declare module "sap/fe/core/controllerextensions/EditFlow" {
|
|
|
1093
1093
|
/**
|
|
1094
1094
|
* Description of the object being deleted
|
|
1095
1095
|
*/
|
|
1096
|
-
description
|
|
1096
|
+
description?: string;
|
|
1097
|
+
/**
|
|
1098
|
+
* If true, prevents automatic navigation after the document is deleted.
|
|
1099
|
+
*/
|
|
1100
|
+
skipNavigation?: boolean;
|
|
1097
1101
|
/**
|
|
1098
1102
|
* Title of the object being deleted
|
|
1099
1103
|
*/
|
|
1100
|
-
title
|
|
1104
|
+
title?: string;
|
|
1101
1105
|
}
|
|
1102
1106
|
): Promise<void>;
|
|
1103
1107
|
/**
|
|
@@ -2111,15 +2115,15 @@ declare module "sap/fe/core/controllerextensions/ViewState" {
|
|
|
2111
2115
|
/**
|
|
2112
2116
|
* Defines whether the standard variant must be used in variant management
|
|
2113
2117
|
*/
|
|
2114
|
-
requiresStandardVariant
|
|
2118
|
+
requiresStandardVariant?: boolean;
|
|
2115
2119
|
/**
|
|
2116
2120
|
* The selectionVariant from the navigation.
|
|
2117
2121
|
*/
|
|
2118
|
-
selectionVariant
|
|
2122
|
+
selectionVariant?: SelectionVariant;
|
|
2119
2123
|
/**
|
|
2120
2124
|
* The selectionVariant defaults from the navigation
|
|
2121
2125
|
*/
|
|
2122
|
-
selectionVariantDefaults
|
|
2126
|
+
selectionVariantDefaults?: SelectionVariant;
|
|
2123
2127
|
};
|
|
2124
2128
|
}
|
|
2125
2129
|
|
|
@@ -2130,6 +2134,27 @@ declare module "sap/fe/core/controls/DataWatcher" {
|
|
|
2130
2134
|
export type WatcherCallback = {};
|
|
2131
2135
|
}
|
|
2132
2136
|
|
|
2137
|
+
declare module "sap/fe/core/converters/ManifestSettings" {
|
|
2138
|
+
/**
|
|
2139
|
+
* Definition of settings in the "sap.fe" section of the manifest
|
|
2140
|
+
*/
|
|
2141
|
+
export type ManifestSettingsSapFE = {
|
|
2142
|
+
/**
|
|
2143
|
+
* Application-specific settings
|
|
2144
|
+
*/
|
|
2145
|
+
app?: {
|
|
2146
|
+
/**
|
|
2147
|
+
* Enable lazy loading and lazy rendering for sections on the object page.
|
|
2148
|
+
*/
|
|
2149
|
+
enableLazyLoading?: boolean;
|
|
2150
|
+
/**
|
|
2151
|
+
* Enable Save and Leave functionality for draft-enabled object pages
|
|
2152
|
+
*/
|
|
2153
|
+
enableSaveAndLeave?: boolean;
|
|
2154
|
+
};
|
|
2155
|
+
};
|
|
2156
|
+
}
|
|
2157
|
+
|
|
2133
2158
|
declare module "sap/fe/core/fpm/Component" {
|
|
2134
2159
|
import AppComponent from "sap/fe/core/AppComponent";
|
|
2135
2160
|
|
|
@@ -2231,6 +2256,8 @@ declare namespace sap {
|
|
|
2231
2256
|
|
|
2232
2257
|
"sap/fe/core/controls/DataWatcher": undefined;
|
|
2233
2258
|
|
|
2259
|
+
"sap/fe/core/converters/ManifestSettings": undefined;
|
|
2260
|
+
|
|
2234
2261
|
"sap/fe/core/ExtensionAPI": undefined;
|
|
2235
2262
|
|
|
2236
2263
|
"sap/fe/core/fpm/Component": undefined;
|
package/types/sap.fe.ina.d.ts
CHANGED