@sapui5/types 1.123.2 → 1.124.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 +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +5 -3
- package/types/sap.esh.search.ui.d.ts +126 -1
- package/types/sap.f.d.ts +49 -12
- package/types/sap.fe.core.d.ts +14 -6
- package/types/sap.fe.macros.d.ts +2309 -463
- package/types/sap.fe.navigation.d.ts +1 -1
- 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 +31 -4
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +3 -2
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +4149 -474
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -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 +200 -82
- package/types/sap.suite.ui.commons.d.ts +5 -3
- package/types/sap.suite.ui.generic.template.d.ts +31 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +3 -2
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +17 -9
- package/types/sap.ui.comp.d.ts +171 -31
- package/types/sap.ui.core.d.ts +130 -231
- package/types/sap.ui.dt.d.ts +6 -2
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +3 -2
- 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 +1 -1
- package/types/sap.ui.layout.d.ts +7 -4
- package/types/sap.ui.mdc.d.ts +482 -755
- 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 +1 -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 +4 -3
- package/types/sap.ui.ux3.d.ts +3 -2
- package/types/sap.ui.vbm.d.ts +3 -2
- package/types/sap.ui.vk.d.ts +77 -26
- package/types/sap.ui.vtm.d.ts +23 -12
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +23 -12
- package/types/sap.ui.webc.main.d.ts +65 -33
- package/types/sap.uiext.inbox.d.ts +62 -1
- package/types/sap.ushell.d.ts +649 -198
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +11 -6
- 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.124.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/templates/library" {}
|
|
4
4
|
|
|
@@ -57,6 +57,16 @@ declare module "sap/fe/templates/ListReport/ExtensionAPI" {
|
|
|
57
57
|
* @returns Resolved once the data is refreshed or rejected if the request failed
|
|
58
58
|
*/
|
|
59
59
|
refresh(): Promise<void>;
|
|
60
|
+
/**
|
|
61
|
+
* Refreshes the count of the views in the MultiMode control.
|
|
62
|
+
*/
|
|
63
|
+
refreshTabsCount(
|
|
64
|
+
/**
|
|
65
|
+
* The list of the keys identifying the views defined in the manifest for which the views' count will be
|
|
66
|
+
* refreshed. If not provided, all the views' count will be refreshed
|
|
67
|
+
*/
|
|
68
|
+
keys?: string[]
|
|
69
|
+
): void;
|
|
60
70
|
/**
|
|
61
71
|
* Provide an option for showing a custom message in the message strip above the list report table.
|
|
62
72
|
*/
|
|
@@ -115,6 +125,17 @@ declare module "sap/fe/templates/ListReport/ExtensionAPI" {
|
|
|
115
125
|
*/
|
|
116
126
|
tabKey: string
|
|
117
127
|
): void;
|
|
128
|
+
/**
|
|
129
|
+
* Refreshes the content of the underlying views upon the next opening.
|
|
130
|
+
* Note: The content of the selected view, if part of the provided keys, will be refreshed immediately.
|
|
131
|
+
*/
|
|
132
|
+
setTabContentToBeRefreshedOnNextOpening(
|
|
133
|
+
/**
|
|
134
|
+
* The list of the keys identifying the views defined in the manifest for which the views' content will
|
|
135
|
+
* be refreshed. If not provided, all the views' content will be refreshed
|
|
136
|
+
*/
|
|
137
|
+
keys?: string[]
|
|
138
|
+
): void;
|
|
118
139
|
}
|
|
119
140
|
}
|
|
120
141
|
|
|
@@ -148,13 +169,15 @@ declare module "sap/fe/templates/ListReport/ListReportController.controller" {
|
|
|
148
169
|
/**
|
|
149
170
|
* Method called when the content of a custom view used in a list report needs to be refreshed.
|
|
150
171
|
* This happens either when there is a change on the FilterBar and the search is triggered,
|
|
151
|
-
* or when a tab with custom content is selected
|
|
172
|
+
* or when a tab with custom content is selected,
|
|
173
|
+
* or when the view is forced to be refreshed through the Extension API for the list report's public method
|
|
174
|
+
* setTabContentToBeRefreshedOnNextOpening.
|
|
152
175
|
* This method can be overwritten by the controller extension in case of customization.
|
|
153
176
|
*/
|
|
154
177
|
onViewNeedsRefresh(
|
|
155
178
|
/**
|
|
156
179
|
* Map containing the filter conditions of the FilterBar, the currentTabID
|
|
157
|
-
* and the view refresh cause (tabChanged or
|
|
180
|
+
* and the view refresh cause (tabChanged, search or forcedRefresh).
|
|
158
181
|
* The map looks like this:
|
|
159
182
|
*
|
|
160
183
|
* ```javascript
|
|
@@ -172,7 +195,7 @@ declare module "sap/fe/templates/ListReport/ListReportController.controller" {
|
|
|
172
195
|
* ...
|
|
173
196
|
* },
|
|
174
197
|
* currentTabId: "fe::CustomTab::tab1",
|
|
175
|
-
* refreshCause: "tabChanged" | "search"
|
|
198
|
+
* refreshCause: "tabChanged" | "search" | "forcedRefresh"
|
|
176
199
|
* }
|
|
177
200
|
* ```
|
|
178
201
|
*/
|
|
@@ -238,6 +261,10 @@ declare module "sap/fe/templates/ObjectPage/ExtensionAPI" {
|
|
|
238
261
|
*/
|
|
239
262
|
vPath?: string | string[]
|
|
240
263
|
): Promise<void>;
|
|
264
|
+
/**
|
|
265
|
+
* This function will treat the control as a single content in an object page section.
|
|
266
|
+
*/
|
|
267
|
+
setAsSectionTitleOwner(): void;
|
|
241
268
|
/**
|
|
242
269
|
* Displays the message strip between the title and the header of the ObjectPage.
|
|
243
270
|
*/
|
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.fe.tools.d.ts
CHANGED
package/types/sap.gantt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.124.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/gantt/library" {
|
|
4
4
|
import ChartScheme from "sap/gantt/config/ChartScheme";
|
|
@@ -38965,7 +38965,8 @@ declare module "sap/gantt/simple/ContainerToolbarPlaceholder" {
|
|
|
38965
38965
|
*/
|
|
38966
38966
|
export default class ContainerToolbarPlaceholder
|
|
38967
38967
|
extends Control
|
|
38968
|
-
implements IOverflowToolbarContent
|
|
38968
|
+
implements IOverflowToolbarContent
|
|
38969
|
+
{
|
|
38969
38970
|
__implements__sap_m_IOverflowToolbarContent: boolean;
|
|
38970
38971
|
/**
|
|
38971
38972
|
* Constructor for a new placeholder used in the container toolbar.
|
package/types/sap.insights.d.ts
CHANGED