@sapui5/types 1.113.0 → 1.115.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 +0 -1
- package/types/sap.apf.d.ts +70 -60
- package/types/sap.ca.ui.d.ts +207 -105
- package/types/sap.chart.d.ts +148 -129
- package/types/sap.collaboration.d.ts +98 -87
- package/types/sap.esh.search.ui.d.ts +133 -2
- package/types/sap.f.d.ts +1416 -1005
- package/types/sap.fe.core.d.ts +55 -166
- package/types/sap.fe.macros.d.ts +96 -20
- package/types/sap.fe.navigation.d.ts +42 -31
- package/types/sap.fe.templates.d.ts +15 -293
- package/types/sap.fe.test.d.ts +102 -46
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1987 -1251
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.landvisz.d.ts +75 -29
- package/types/sap.m.d.ts +7415 -5818
- package/types/sap.makit.d.ts +43 -18
- package/types/sap.me.d.ts +112 -69
- package/types/sap.ndc.d.ts +101 -39
- package/types/sap.ovp.d.ts +3 -3
- package/types/sap.rules.ui.d.ts +53 -24
- package/types/sap.sac.df.d.ts +39 -632
- package/types/sap.suite.ui.commons.d.ts +2094 -1437
- package/types/sap.suite.ui.generic.template.d.ts +47 -44
- package/types/sap.suite.ui.microchart.d.ts +242 -163
- package/types/sap.tnt.d.ts +138 -67
- package/types/sap.ui.codeeditor.d.ts +37 -30
- package/types/sap.ui.commons.d.ts +936 -708
- package/types/sap.ui.comp.d.ts +2707 -1862
- package/types/sap.ui.core.d.ts +6435 -3941
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +38 -32
- package/types/sap.ui.fl.d.ts +102 -82
- package/types/sap.ui.generic.app.d.ts +59 -50
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +2489 -2327
- package/types/sap.ui.layout.d.ts +378 -398
- package/types/sap.ui.mdc.d.ts +22041 -115
- package/types/sap.ui.richtexteditor.d.ts +55 -50
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +13 -11
- package/types/sap.ui.support.d.ts +7 -7
- package/types/sap.ui.table.d.ts +628 -478
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1013 -723
- package/types/sap.ui.ux3.d.ts +847 -592
- package/types/sap.ui.vbm.d.ts +1018 -760
- package/types/sap.ui.vk.d.ts +2897 -1896
- package/types/sap.ui.vtm.d.ts +650 -479
- package/types/sap.ui.webc.common.d.ts +5 -3
- package/types/sap.ui.webc.fiori.d.ts +530 -345
- package/types/sap.ui.webc.main.d.ts +1114 -835
- package/types/sap.uiext.inbox.d.ts +79 -37
- package/types/sap.ushell.d.ts +444 -212
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +309 -222
- package/types/sap.viz.d.ts +932 -521
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +15 -10
- package/types/sap.zen.crosstab.d.ts +7 -4
- package/types/sap.zen.dsh.d.ts +143 -87
- package/types/sap.sac.grid.d.ts +0 -774
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.115.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/suite/ui/generic/template/library" {
|
|
4
4
|
/**
|
|
@@ -161,7 +161,7 @@ declare module "sap/suite/ui/generic/template/AnalyticalListPage/controllerFrame
|
|
|
161
161
|
* This method is called by SAP Fiori elements when the table data is getting exported. Application developers
|
|
162
162
|
* can override this method to add/remove the filters in the exported file.
|
|
163
163
|
*
|
|
164
|
-
* To add new filter entries to the exported file, create an instance of {@link sap.ui.export.util.Filter}
|
|
164
|
+
* To add new filter entries to the exported file, create an instance of {@link sap.ui.export.util.Filter }
|
|
165
165
|
* and add it to "oExportParams.filterSettings"
|
|
166
166
|
*/
|
|
167
167
|
onBeforeExportTableExtension(
|
|
@@ -362,8 +362,7 @@ declare module "sap/suite/ui/generic/template/AnalyticalListPage/controllerFrame
|
|
|
362
362
|
*
|
|
363
363
|
* This method is called by SAP Fiori elements when a chevron navigation is triggered from a table. Application
|
|
364
364
|
* developers can override this method and perform conditional (internal or external) navigation from different
|
|
365
|
-
* rows of a table. Such custom navigation should be triggered via corresponding methods of {@link sap.suite.ui.generic.template.extensionAPI.NavigationController
|
|
366
|
-
* NavigationController}.
|
|
365
|
+
* rows of a table. Such custom navigation should be triggered via corresponding methods of {@link sap.suite.ui.generic.template.extensionAPI.NavigationController NavigationController}.
|
|
367
366
|
*
|
|
368
367
|
* @returns Method should return `true` if framework navigation should be suppressed (that means: extension
|
|
369
368
|
* code has taken over navigation)
|
|
@@ -432,7 +431,7 @@ declare module "sap/suite/ui/generic/template/AnalyticalListPage/extensionAPI/Ex
|
|
|
432
431
|
|
|
433
432
|
import Context from "sap/ui/model/Context";
|
|
434
433
|
|
|
435
|
-
|
|
434
|
+
class ExtensionAPI extends BaseObject {
|
|
436
435
|
/**
|
|
437
436
|
* API to be used in extensions of AnalyticalListPage. Breakout coding can access an instance of this class
|
|
438
437
|
* via `this.extensionAPI`. Do not instantiate yourself.
|
|
@@ -524,7 +523,7 @@ declare module "sap/suite/ui/generic/template/AnalyticalListPage/extensionAPI/Ex
|
|
|
524
523
|
* Secured execution of the given function. Ensures that the function is only executed when certain conditions
|
|
525
524
|
* are fulfilled.
|
|
526
525
|
* See:
|
|
527
|
-
* {@link topic
|
|
526
|
+
* {@link https://ui5.sap.com/#/topic/6a39150ad3e548a8b5304d32d560790a Using the SecuredExecutionMethod}
|
|
528
527
|
*
|
|
529
528
|
* @returns A `Promise` that is rejected, if execution is prohibited, and settled equivalent to the one
|
|
530
529
|
* returned by fnFunction.
|
|
@@ -614,6 +613,7 @@ declare module "sap/suite/ui/generic/template/AnalyticalListPage/extensionAPI/Ex
|
|
|
614
613
|
onClose?: Function
|
|
615
614
|
): void;
|
|
616
615
|
}
|
|
616
|
+
export default ExtensionAPI;
|
|
617
617
|
}
|
|
618
618
|
|
|
619
619
|
declare module "sap/suite/ui/generic/template/Canvas/extensionAPI/ExtensionAPI" {
|
|
@@ -635,7 +635,7 @@ declare module "sap/suite/ui/generic/template/Canvas/extensionAPI/ExtensionAPI"
|
|
|
635
635
|
|
|
636
636
|
import Context from "sap/ui/model/Context";
|
|
637
637
|
|
|
638
|
-
|
|
638
|
+
class ExtensionAPI extends BaseObject {
|
|
639
639
|
/**
|
|
640
640
|
* API to be used in extensions of Canvas. Breakout coding can access an instance of this class via `this.extensionAPI`.
|
|
641
641
|
* Do not instantiate yourself.
|
|
@@ -825,7 +825,7 @@ declare module "sap/suite/ui/generic/template/Canvas/extensionAPI/ExtensionAPI"
|
|
|
825
825
|
* Secured execution of the given function. Ensures that the function is only executed when certain conditions
|
|
826
826
|
* are fulfilled.
|
|
827
827
|
* See:
|
|
828
|
-
* {@link topic
|
|
828
|
+
* {@link https://ui5.sap.com/#/topic/6a39150ad3e548a8b5304d32d560790a Using the SecuredExecutionMethod}
|
|
829
829
|
*
|
|
830
830
|
* @returns A `Promise` that is rejected, if execution is prohibited, and settled equivalent to the one
|
|
831
831
|
* returned by fnFunction.
|
|
@@ -883,6 +883,7 @@ declare module "sap/suite/ui/generic/template/Canvas/extensionAPI/ExtensionAPI"
|
|
|
883
883
|
}
|
|
884
884
|
): Promise<any>;
|
|
885
885
|
}
|
|
886
|
+
export default ExtensionAPI;
|
|
886
887
|
}
|
|
887
888
|
|
|
888
889
|
declare module "sap/suite/ui/generic/template/extensionAPI/extensionAPI" {
|
|
@@ -963,10 +964,10 @@ declare module "sap/suite/ui/generic/template/extensionAPI/NavigationController"
|
|
|
963
964
|
|
|
964
965
|
import { displayMode } from "sap/suite/ui/generic/template/library";
|
|
965
966
|
|
|
966
|
-
|
|
967
|
+
class NavigationController extends BaseObject {
|
|
967
968
|
/**
|
|
968
969
|
* API to be used for navigation in extensions of Smart Template Applications. Breakout coding can access
|
|
969
|
-
* an instance of this class via {@link sap.suite.ui.generic.template.ListReport.extensionAPI.ExtensionAPI}
|
|
970
|
+
* an instance of this class via {@link sap.suite.ui.generic.template.ListReport.extensionAPI.ExtensionAPI }
|
|
970
971
|
* or {@link sap.suite.ui.generic.template.ObjectPage.extensionAPI.ExtensionAPI}. Do not instantiate yourself.
|
|
971
972
|
*/
|
|
972
973
|
constructor();
|
|
@@ -1067,7 +1068,7 @@ declare module "sap/suite/ui/generic/template/extensionAPI/NavigationController"
|
|
|
1067
1068
|
* only needs to be called in the exceptional case that the SmartLink control has been added in a custom
|
|
1068
1069
|
* fragment or a reuse component, since framework takes care for all other cases.
|
|
1069
1070
|
* See:
|
|
1070
|
-
* {@link topic
|
|
1071
|
+
* {@link https://ui5.sap.com/#/topic/3c65f2cc630c472da8328a6f3c193683 Refresh Entity Sets in keep alive mode}
|
|
1071
1072
|
*/
|
|
1072
1073
|
setRefreshBehaviour(
|
|
1073
1074
|
/**
|
|
@@ -1081,6 +1082,7 @@ declare module "sap/suite/ui/generic/template/extensionAPI/NavigationController"
|
|
|
1081
1082
|
mParameters: object
|
|
1082
1083
|
): void;
|
|
1083
1084
|
}
|
|
1085
|
+
export default NavigationController;
|
|
1084
1086
|
}
|
|
1085
1087
|
|
|
1086
1088
|
declare module "sap/suite/ui/generic/template/extensionAPI/ReuseComponentSupport" {
|
|
@@ -1097,11 +1099,11 @@ declare module "sap/suite/ui/generic/template/extensionAPI/ReuseComponentSupport
|
|
|
1097
1099
|
* By using the mixInto method the existing component is checked if it implements the following functions:
|
|
1098
1100
|
*
|
|
1099
1101
|
* - `stStart(oModel, oBindingContext, oExtensionAPI)` - is called when the model and the context is set
|
|
1100
|
-
*
|
|
1102
|
+
* for the first time above the compoenent
|
|
1101
1103
|
* - `stRefresh(oModel, oBindingContext, oExtensionAPI)` - is called everytime a new context is set above
|
|
1102
|
-
*
|
|
1103
|
-
*
|
|
1104
|
-
*
|
|
1104
|
+
* the component or the page context is forced to be refreshed Note that both functions can be called
|
|
1105
|
+
* with `oBindingContext` being empty. This happens in case the page the component is positioned on is opened
|
|
1106
|
+
* for creating a new object in a non-draft scenario.
|
|
1105
1107
|
*/
|
|
1106
1108
|
mixInto(
|
|
1107
1109
|
/**
|
|
@@ -1148,7 +1150,7 @@ declare module "sap/suite/ui/generic/template/lib/AppComponent" {
|
|
|
1148
1150
|
/**
|
|
1149
1151
|
* Smart Templates Application Component
|
|
1150
1152
|
*/
|
|
1151
|
-
|
|
1153
|
+
class AppComponent extends UIComponent {
|
|
1152
1154
|
/**
|
|
1153
1155
|
* Main class used for Smart Template(Fiori elements V2) Application Component
|
|
1154
1156
|
*
|
|
@@ -1551,6 +1553,7 @@ declare module "sap/suite/ui/generic/template/lib/AppComponent" {
|
|
|
1551
1553
|
bUseColumnLayoutForSmartForm?: boolean
|
|
1552
1554
|
): this;
|
|
1553
1555
|
}
|
|
1556
|
+
export default AppComponent;
|
|
1554
1557
|
|
|
1555
1558
|
export interface $AppComponentSettings extends $UIComponentSettings {
|
|
1556
1559
|
forceGlobalRefresh?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
@@ -1590,6 +1593,8 @@ declare module "sap/suite/ui/generic/template/lib/AppComponent" {
|
|
|
1590
1593
|
|
|
1591
1594
|
pageDataLoaded?: (oEvent: Event) => void;
|
|
1592
1595
|
}
|
|
1596
|
+
|
|
1597
|
+
export interface $AppComponentPageDataLoadedEventParameters {}
|
|
1593
1598
|
}
|
|
1594
1599
|
|
|
1595
1600
|
declare module "sap/suite/ui/generic/template/ListReport/controllerFrameworkExtensions" {
|
|
@@ -1763,8 +1768,7 @@ declare module "sap/suite/ui/generic/template/ListReport/controllerFrameworkExte
|
|
|
1763
1768
|
* data available (to allow the target app to select the part it is interested in), and thus the structure
|
|
1764
1769
|
* contained looks quite similar to the iAppState.)
|
|
1765
1770
|
*
|
|
1766
|
-
* For more information, see {@link topic
|
|
1767
|
-
* Bar}.
|
|
1771
|
+
* For more information, see {@link https://ui5.sap.com/#/topic/5fb9f57fcf12401bbe39a635e9a32a4e Adding Custom Fields to the Filter Bar}.
|
|
1768
1772
|
*/
|
|
1769
1773
|
getCustomAppStateDataExtension(
|
|
1770
1774
|
/**
|
|
@@ -1833,7 +1837,7 @@ declare module "sap/suite/ui/generic/template/ListReport/controllerFrameworkExte
|
|
|
1833
1837
|
* This method is called by SAP Fiori elements when the table data is getting exported. Application developers
|
|
1834
1838
|
* can override this method to add/remove the filters in the exported file.
|
|
1835
1839
|
*
|
|
1836
|
-
* To add new filter entries to the exported file, create an instance of {@link sap.ui.export.util.Filter}
|
|
1840
|
+
* To add new filter entries to the exported file, create an instance of {@link sap.ui.export.util.Filter }
|
|
1837
1841
|
* and add it to "oExportParams.filterSettings"
|
|
1838
1842
|
*/
|
|
1839
1843
|
onBeforeExportTableExtension(
|
|
@@ -1859,8 +1863,7 @@ declare module "sap/suite/ui/generic/template/ListReport/controllerFrameworkExte
|
|
|
1859
1863
|
* this method and programmatically modify parameters or filters before chart triggers a query to retrieve
|
|
1860
1864
|
* data.
|
|
1861
1865
|
*
|
|
1862
|
-
* For more information, see {@link topic
|
|
1863
|
-
* Bar}.
|
|
1866
|
+
* For more information, see {@link https://ui5.sap.com/#/topic/5fb9f57fcf12401bbe39a635e9a32a4e Adding Custom Fields to the Filter Bar}.
|
|
1864
1867
|
*
|
|
1865
1868
|
* **Note: **This method is called only when a chart is rebound, and not when it is refreshed.
|
|
1866
1869
|
*/
|
|
@@ -1877,8 +1880,7 @@ declare module "sap/suite/ui/generic/template/ListReport/controllerFrameworkExte
|
|
|
1877
1880
|
* this method and programmatically modify parameters or filters before the table triggers a query to retrieve
|
|
1878
1881
|
* data.
|
|
1879
1882
|
*
|
|
1880
|
-
* For more information, see {@link topic
|
|
1881
|
-
* Bar}.
|
|
1883
|
+
* For more information, see {@link https://ui5.sap.com/#/topic/5fb9f57fcf12401bbe39a635e9a32a4e Adding Custom Fields to the Filter Bar}.
|
|
1882
1884
|
*
|
|
1883
1885
|
* **Note: **This method is called only when a table is rebound, and not when it is refreshed.
|
|
1884
1886
|
*/
|
|
@@ -1939,8 +1941,7 @@ declare module "sap/suite/ui/generic/template/ListReport/controllerFrameworkExte
|
|
|
1939
1941
|
* Use this method to provide initial values for your extension filters if they deviate from the initial
|
|
1940
1942
|
* value according to the data type and cannot be provided in the view fragment.
|
|
1941
1943
|
*
|
|
1942
|
-
* For more information, see {@link topic
|
|
1943
|
-
* Bar}.
|
|
1944
|
+
* For more information, see {@link https://ui5.sap.com/#/topic/5fb9f57fcf12401bbe39a635e9a32a4e Adding Custom Fields to the Filter Bar}.
|
|
1944
1945
|
*/
|
|
1945
1946
|
onInitSmartFilterBarExtension(
|
|
1946
1947
|
/**
|
|
@@ -1971,8 +1972,7 @@ declare module "sap/suite/ui/generic/template/ListReport/controllerFrameworkExte
|
|
|
1971
1972
|
*
|
|
1972
1973
|
* This method is called by SAP Fiori elements when a chevron navigation is triggered from a table. Application
|
|
1973
1974
|
* developers can override this method and perform conditional (internal or external) navigation from different
|
|
1974
|
-
* rows of a table. Such custom navigation should be triggered via corresponding methods of {@link sap.suite.ui.generic.template.extensionAPI.NavigationController
|
|
1975
|
-
* NavigationController}.
|
|
1975
|
+
* rows of a table. Such custom navigation should be triggered via corresponding methods of {@link sap.suite.ui.generic.template.extensionAPI.NavigationController NavigationController}.
|
|
1976
1976
|
*
|
|
1977
1977
|
* @returns Method should return `true` if framework navigation should be suppressed (that means: extension
|
|
1978
1978
|
* code has taken over navigation)
|
|
@@ -2026,8 +2026,7 @@ declare module "sap/suite/ui/generic/template/ListReport/controllerFrameworkExte
|
|
|
2026
2026
|
* work). This usage is not recommended! Recommended: When called with an empty object, just return without
|
|
2027
2027
|
* doing anything.
|
|
2028
2028
|
*
|
|
2029
|
-
* For more information, see {@link topic
|
|
2030
|
-
* Bar}.
|
|
2029
|
+
* For more information, see {@link https://ui5.sap.com/#/topic/5fb9f57fcf12401bbe39a635e9a32a4e Adding Custom Fields to the Filter Bar}.
|
|
2031
2030
|
*/
|
|
2032
2031
|
restoreCustomAppStateDataExtension(
|
|
2033
2032
|
/**
|
|
@@ -2053,7 +2052,7 @@ declare module "sap/suite/ui/generic/template/ListReport/extensionAPI/ExtensionA
|
|
|
2053
2052
|
|
|
2054
2053
|
import NonDraftTransactionController from "sap/suite/ui/generic/template/ListReport/extensionAPI/NonDraftTransactionController";
|
|
2055
2054
|
|
|
2056
|
-
|
|
2055
|
+
class ExtensionAPI extends BaseObject {
|
|
2057
2056
|
/**
|
|
2058
2057
|
* API to be used in extensions of ListReport. Breakout coding can access an instance of this class via
|
|
2059
2058
|
* `this.extensionAPI`. Do not instantiate yourself.
|
|
@@ -2215,7 +2214,7 @@ declare module "sap/suite/ui/generic/template/ListReport/extensionAPI/ExtensionA
|
|
|
2215
2214
|
): void;
|
|
2216
2215
|
/**
|
|
2217
2216
|
* Secured execution of the given function. Ensures that the function is only executed when certain conditions
|
|
2218
|
-
* are fulfilled. For more information, see {@link topic
|
|
2217
|
+
* are fulfilled. For more information, see {@link https://ui5.sap.com/#/topic/6a39150ad3e548a8b5304d32d560790a Using the SecuredExecutionMethod}.
|
|
2219
2218
|
*
|
|
2220
2219
|
* @returns A `Promise` that is rejected, if execution is prohibited, and settled equivalent to the one
|
|
2221
2220
|
* returned by fnFunction.
|
|
@@ -2316,6 +2315,7 @@ declare module "sap/suite/ui/generic/template/ListReport/extensionAPI/ExtensionA
|
|
|
2316
2315
|
sKey: string
|
|
2317
2316
|
): void;
|
|
2318
2317
|
}
|
|
2318
|
+
export default ExtensionAPI;
|
|
2319
2319
|
}
|
|
2320
2320
|
|
|
2321
2321
|
declare module "sap/suite/ui/generic/template/ListReport/extensionAPI/NonDraftTransactionController" {
|
|
@@ -2325,7 +2325,7 @@ declare module "sap/suite/ui/generic/template/ListReport/extensionAPI/NonDraftTr
|
|
|
2325
2325
|
|
|
2326
2326
|
import Metadata from "sap/ui/base/Metadata";
|
|
2327
2327
|
|
|
2328
|
-
|
|
2328
|
+
class NonDraftTransactionController extends BaseObject {
|
|
2329
2329
|
/**
|
|
2330
2330
|
* Non draft transaction controller to be used in extensions of ListReport. Breakout coding can access an
|
|
2331
2331
|
* instance of this class via `ExtensionAPI.getTransactionController`. Do not instantiate yourself.
|
|
@@ -2370,7 +2370,7 @@ declare module "sap/suite/ui/generic/template/ListReport/extensionAPI/NonDraftTr
|
|
|
2370
2370
|
/**
|
|
2371
2371
|
* This method can be called when a new entry with predefined values should be created (e.g. in a copy scenario).
|
|
2372
2372
|
*
|
|
2373
|
-
* @returns a context representing the object to be created. It can be passed to {@link sap.suite.ui.generic.template.extensionAPI.NavigationController#navigateInternal}
|
|
2373
|
+
* @returns a context representing the object to be created. It can be passed to {@link sap.suite.ui.generic.template.extensionAPI.NavigationController#navigateInternal }
|
|
2374
2374
|
* in order to visit the corresponding object page.
|
|
2375
2375
|
*/
|
|
2376
2376
|
createEntry(
|
|
@@ -2403,6 +2403,7 @@ declare module "sap/suite/ui/generic/template/ListReport/extensionAPI/NonDraftTr
|
|
|
2403
2403
|
*/
|
|
2404
2404
|
save(): Promise<any>;
|
|
2405
2405
|
}
|
|
2406
|
+
export default NonDraftTransactionController;
|
|
2406
2407
|
}
|
|
2407
2408
|
|
|
2408
2409
|
declare module "sap/suite/ui/generic/template/ObjectPage/controllerFrameworkExtensions" {
|
|
@@ -2463,7 +2464,7 @@ declare module "sap/suite/ui/generic/template/ObjectPage/controllerFrameworkExte
|
|
|
2463
2464
|
* use this custom state for restoring the state of the custom control. To make a complete functionality,
|
|
2464
2465
|
* this method should be overridden with `provideCustomStateExtension`.
|
|
2465
2466
|
* See:
|
|
2466
|
-
* {@link topic
|
|
2467
|
+
* {@link https://ui5.sap.com/#/topic/89fa878945294931b15a581a99043005 Custom State Handling for Extended Apps}
|
|
2467
2468
|
*/
|
|
2468
2469
|
applyCustomStateExtension(
|
|
2469
2470
|
/**
|
|
@@ -2560,7 +2561,7 @@ declare module "sap/suite/ui/generic/template/ObjectPage/controllerFrameworkExte
|
|
|
2560
2561
|
* This method is called by SAP Fiori elements when the table data is getting exported. Application developers
|
|
2561
2562
|
* can override this method to add/remove the filters in the exported file.
|
|
2562
2563
|
*
|
|
2563
|
-
* To add new filter entries to the exported file, create an instance of {@link sap.ui.export.util.Filter}
|
|
2564
|
+
* To add new filter entries to the exported file, create an instance of {@link sap.ui.export.util.Filter }
|
|
2564
2565
|
* and add it to "oExportParams.filterSettings"
|
|
2565
2566
|
*/
|
|
2566
2567
|
onBeforeExportTableExtension(
|
|
@@ -2657,8 +2658,7 @@ declare module "sap/suite/ui/generic/template/ObjectPage/controllerFrameworkExte
|
|
|
2657
2658
|
*
|
|
2658
2659
|
* This method is called by SAP Fiori elements when a chevron navigation is triggered from a table. Application
|
|
2659
2660
|
* developers can override this method and perform conditional (internal or external) navigation from different
|
|
2660
|
-
* rows of a table. Such custom navigation should be triggered via corresponding methods of {@link sap.suite.ui.generic.template.extensionAPI.NavigationController
|
|
2661
|
-
* NavigationController}.
|
|
2661
|
+
* rows of a table. Such custom navigation should be triggered via corresponding methods of {@link sap.suite.ui.generic.template.extensionAPI.NavigationController NavigationController}.
|
|
2662
2662
|
*
|
|
2663
2663
|
* @returns Method should return `true` if framework navigation should be suppressed (that means: extension
|
|
2664
2664
|
* code has taken over navigation)
|
|
@@ -2720,7 +2720,7 @@ declare module "sap/suite/ui/generic/template/ObjectPage/controllerFrameworkExte
|
|
|
2720
2720
|
* be stored in the oState object passed as a parameter to this method. To make a complete functionality,
|
|
2721
2721
|
* this method should be overridden with `applyCustomStateExtension`.
|
|
2722
2722
|
* See:
|
|
2723
|
-
* {@link topic
|
|
2723
|
+
* {@link https://ui5.sap.com/#/topic/89fa878945294931b15a581a99043005 Custom State Handling for Extended Apps}
|
|
2724
2724
|
*/
|
|
2725
2725
|
provideCustomStateExtension(
|
|
2726
2726
|
/**
|
|
@@ -2738,7 +2738,7 @@ declare module "sap/suite/ui/generic/template/ObjectPage/extensionAPI/DraftTrans
|
|
|
2738
2738
|
|
|
2739
2739
|
import Metadata from "sap/ui/base/Metadata";
|
|
2740
2740
|
|
|
2741
|
-
|
|
2741
|
+
class DraftTransactionController extends BaseObject {
|
|
2742
2742
|
/**
|
|
2743
2743
|
* Draft transaction controller to be used in extensions of ObjectPage. Breakout coding can access an instance
|
|
2744
2744
|
* of this class via `ExtensionAPI.getTransactionController`. Do not instantiate yourself.
|
|
@@ -2889,6 +2889,7 @@ declare module "sap/suite/ui/generic/template/ObjectPage/extensionAPI/DraftTrans
|
|
|
2889
2889
|
fnFunction: Function
|
|
2890
2890
|
): void;
|
|
2891
2891
|
}
|
|
2892
|
+
export default DraftTransactionController;
|
|
2892
2893
|
}
|
|
2893
2894
|
|
|
2894
2895
|
declare module "sap/suite/ui/generic/template/ObjectPage/extensionAPI/ExtensionAPI" {
|
|
@@ -2906,7 +2907,7 @@ declare module "sap/suite/ui/generic/template/ObjectPage/extensionAPI/ExtensionA
|
|
|
2906
2907
|
|
|
2907
2908
|
import NonDraftTransactionController from "sap/suite/ui/generic/template/ObjectPage/extensionAPI/NonDraftTransactionController";
|
|
2908
2909
|
|
|
2909
|
-
|
|
2910
|
+
class ExtensionAPI extends BaseObject {
|
|
2910
2911
|
/**
|
|
2911
2912
|
* API to be used in extensions of ObjectPage. Breakout coding can access an instance of this class via
|
|
2912
2913
|
* `this.extensionAPI`. Do not instantiate yourself.
|
|
@@ -3079,7 +3080,7 @@ declare module "sap/suite/ui/generic/template/ObjectPage/extensionAPI/ExtensionA
|
|
|
3079
3080
|
* methods `provideCustomStateExtension` and `applyCustomStateExtension` have been overridden, such that
|
|
3080
3081
|
* the corresponding state can be stored and restored.
|
|
3081
3082
|
* See:
|
|
3082
|
-
* {@link topic
|
|
3083
|
+
* {@link https://ui5.sap.com/#/topic/89fa878945294931b15a581a99043005 Custom State Handling for Extended Apps}
|
|
3083
3084
|
*
|
|
3084
3085
|
* @returns A `Promise` that is resolved when the changed state is transferred to the URL and the corresponding
|
|
3085
3086
|
* busy session is ended.
|
|
@@ -3129,7 +3130,7 @@ declare module "sap/suite/ui/generic/template/ObjectPage/extensionAPI/ExtensionA
|
|
|
3129
3130
|
* Secured execution of the given function. Ensures that the function is only executed when certain conditions
|
|
3130
3131
|
* are fulfilled.
|
|
3131
3132
|
* See:
|
|
3132
|
-
* {@link topic
|
|
3133
|
+
* {@link https://ui5.sap.com/#/topic/6a39150ad3e548a8b5304d32d560790a Using the SecuredExecutionMethod}
|
|
3133
3134
|
*
|
|
3134
3135
|
* @returns A `Promise` that is rejected, if execution is prohibited, and settled equivalent to the one
|
|
3135
3136
|
* returned by fnFunction.
|
|
@@ -3259,6 +3260,7 @@ declare module "sap/suite/ui/generic/template/ObjectPage/extensionAPI/ExtensionA
|
|
|
3259
3260
|
sKey: string
|
|
3260
3261
|
): void;
|
|
3261
3262
|
}
|
|
3263
|
+
export default ExtensionAPI;
|
|
3262
3264
|
}
|
|
3263
3265
|
|
|
3264
3266
|
declare module "sap/suite/ui/generic/template/ObjectPage/extensionAPI/NonDraftTransactionController" {
|
|
@@ -3268,7 +3270,7 @@ declare module "sap/suite/ui/generic/template/ObjectPage/extensionAPI/NonDraftTr
|
|
|
3268
3270
|
|
|
3269
3271
|
import Metadata from "sap/ui/base/Metadata";
|
|
3270
3272
|
|
|
3271
|
-
|
|
3273
|
+
class NonDraftTransactionController extends BaseObject {
|
|
3272
3274
|
/**
|
|
3273
3275
|
* Non Draft transaction controller to be used in extensions of ObjectPage. Breakout coding can access an
|
|
3274
3276
|
* instance of this class via `ExtensionAPI.getTransactionController`. Do not instantiate yourself.
|
|
@@ -3343,7 +3345,7 @@ declare module "sap/suite/ui/generic/template/ObjectPage/extensionAPI/NonDraftTr
|
|
|
3343
3345
|
/**
|
|
3344
3346
|
* This method can be called when a new entry with predefined values should be created (e.g. in a copy scenario).
|
|
3345
3347
|
*
|
|
3346
|
-
* @returns a context representing the object to be created. It can be passed to {@link sap.suite.ui.generic.template.extensionAPI.NavigationController#navigateInternal}
|
|
3348
|
+
* @returns a context representing the object to be created. It can be passed to {@link sap.suite.ui.generic.template.extensionAPI.NavigationController#navigateInternal }
|
|
3347
3349
|
* in order to visit the corresponding object page.
|
|
3348
3350
|
*/
|
|
3349
3351
|
createEntry(
|
|
@@ -3394,6 +3396,7 @@ declare module "sap/suite/ui/generic/template/ObjectPage/extensionAPI/NonDraftTr
|
|
|
3394
3396
|
fnHasUnsavedData: Function
|
|
3395
3397
|
): void;
|
|
3396
3398
|
}
|
|
3399
|
+
export default NonDraftTransactionController;
|
|
3397
3400
|
}
|
|
3398
3401
|
|
|
3399
3402
|
declare namespace sap {
|