@sapui5/types 1.114.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/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 +92 -2
- package/types/sap.f.d.ts +1378 -1019
- package/types/sap.fe.core.d.ts +48 -163
- package/types/sap.fe.macros.d.ts +76 -16
- 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 +6945 -4884
- 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 +11 -8
- package/types/sap.suite.ui.commons.d.ts +2090 -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 +2336 -1606
- package/types/sap.ui.core.d.ts +4625 -2580
- 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 -80
- package/types/sap.ui.generic.app.d.ts +58 -49
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +219 -167
- package/types/sap.ui.layout.d.ts +378 -398
- package/types/sap.ui.mdc.d.ts +21983 -139
- 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 +594 -478
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +839 -587
- 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 +2858 -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 +441 -213
- 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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.115.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/generic/app/library" {
|
|
4
4
|
export namespace navigation {
|
|
@@ -9,6 +9,12 @@ declare module "sap/ui/generic/app/library" {
|
|
|
9
9
|
* A static enumeration type which indicates the type of inbound navigation
|
|
10
10
|
*/
|
|
11
11
|
enum NavType {
|
|
12
|
+
/**
|
|
13
|
+
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
14
|
+
*
|
|
15
|
+
* Passing iapp-state data within xapp state in addition to existing values
|
|
16
|
+
*/
|
|
17
|
+
hybrid = "undefined",
|
|
12
18
|
/**
|
|
13
19
|
* Back navigation with sap-iapp-state parameter
|
|
14
20
|
*/
|
|
@@ -55,9 +61,8 @@ declare module "sap/ui/generic/app/library" {
|
|
|
55
61
|
*
|
|
56
62
|
* A static enumeration type which indicates whether semantic attributes with values `null`, `undefined`
|
|
57
63
|
* or `""` (empty string) shall be suppressed, before they are mixed in to the selection variant in the
|
|
58
|
-
* method {@link sap.ui.generic.app.navigation.service.NavigationHandler.mixAttributesAndSelectionVariant
|
|
59
|
-
*
|
|
60
|
-
* NavigationHandler}
|
|
64
|
+
* method {@link sap.ui.generic.app.navigation.service.NavigationHandler.mixAttributesAndSelectionVariant mixAttributesAndSelectionVariant }
|
|
65
|
+
* of the {@link sap.ui.generic.app.navigation.service.NavigationHandler NavigationHandler}
|
|
61
66
|
*/
|
|
62
67
|
enum SuppressionBehavior {
|
|
63
68
|
/**
|
|
@@ -71,7 +76,7 @@ declare module "sap/ui/generic/app/library" {
|
|
|
71
76
|
*/
|
|
72
77
|
raiseErrorOnNull = "undefined",
|
|
73
78
|
/**
|
|
74
|
-
* Semantic attributes with an `undefined` value lead to an {@link sap.fin.central.lib.error.Error error}
|
|
79
|
+
* Semantic attributes with an `undefined` value lead to an {@link sap.fin.central.lib.error.Error error }
|
|
75
80
|
* of type NavigationHandler.INVALID_INPUT
|
|
76
81
|
*/
|
|
77
82
|
raiseErrorOnUndefined = "undefined",
|
|
@@ -104,7 +109,7 @@ declare module "sap/ui/generic/app/ApplicationController" {
|
|
|
104
109
|
*
|
|
105
110
|
* Application Controller.
|
|
106
111
|
*/
|
|
107
|
-
|
|
112
|
+
class ApplicationController extends BaseController {
|
|
108
113
|
/**
|
|
109
114
|
* Constructor for application controller.
|
|
110
115
|
*/
|
|
@@ -284,6 +289,7 @@ declare module "sap/ui/generic/app/ApplicationController" {
|
|
|
284
289
|
oView: View
|
|
285
290
|
): void;
|
|
286
291
|
}
|
|
292
|
+
export default ApplicationController;
|
|
287
293
|
}
|
|
288
294
|
|
|
289
295
|
declare module "sap/ui/generic/app/navigation/service/NavError" {
|
|
@@ -294,15 +300,14 @@ declare module "sap/ui/generic/app/navigation/service/NavError" {
|
|
|
294
300
|
*
|
|
295
301
|
* An object that provides error handling information during runtime.
|
|
296
302
|
*/
|
|
297
|
-
|
|
298
|
-
/* was: sap.fe.navigation.NavError */ extends Object {
|
|
303
|
+
class NavError /* was: sap.fe.navigation.NavError */ extends Object {
|
|
299
304
|
/**
|
|
300
305
|
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
301
306
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
302
307
|
* of the syntax of the settings object.
|
|
303
308
|
*
|
|
304
|
-
* This class does not have its own settings, but all settings applicable to the base type {@link sap.fe.navigation.NavError#constructor
|
|
305
|
-
*
|
|
309
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.fe.navigation.NavError#constructor sap.fe.navigation.NavError }
|
|
310
|
+
* can be used.
|
|
306
311
|
*/
|
|
307
312
|
constructor(
|
|
308
313
|
/**
|
|
@@ -349,6 +354,7 @@ declare module "sap/ui/generic/app/navigation/service/NavError" {
|
|
|
349
354
|
*/
|
|
350
355
|
getErrorCode(): string;
|
|
351
356
|
}
|
|
357
|
+
export default NavError;
|
|
352
358
|
}
|
|
353
359
|
|
|
354
360
|
declare module "sap/ui/generic/app/navigation/service/NavigationHandler" {
|
|
@@ -366,16 +372,15 @@ declare module "sap/ui/generic/app/navigation/service/NavigationHandler" {
|
|
|
366
372
|
* as the app state.
|
|
367
373
|
* Also, all properties annotated as `com.sap.vocabularies.Analytics.v1.Measure` will be removed from the
|
|
368
374
|
* data stored as the xapp state.
|
|
369
|
-
* To verify the information to be removed, the `NavigationHandler` requires an unnamed model of type {@link
|
|
370
|
-
*
|
|
371
|
-
* method.
|
|
375
|
+
* To verify the information to be removed, the `NavigationHandler` requires an unnamed model of type {@link sap.ui.model.odata.v2.ODataModel }
|
|
376
|
+
* on component level. It is possible to set such a model using the `setModel` method.
|
|
372
377
|
* **Note:** The check for excluded data requires that the OData metadata has already been loaded completely.
|
|
373
378
|
* If the OData metadata model has not been loaded completely, all properties are removed from the application
|
|
374
379
|
* context.
|
|
375
|
-
* **Note:** This class requires that the UShell {@link sap.ushell.services.CrossApplicationNavigation}
|
|
380
|
+
* **Note:** This class requires that the UShell {@link sap.ushell.services.CrossApplicationNavigation }
|
|
376
381
|
* is available and initialized.
|
|
377
382
|
*/
|
|
378
|
-
|
|
383
|
+
class NavigationHandler
|
|
379
384
|
/* was: sap.fe.navigation.NavigationHandler */ extends Object {
|
|
380
385
|
constructor(
|
|
381
386
|
/**
|
|
@@ -385,8 +390,7 @@ declare module "sap/ui/generic/app/navigation/service/NavigationHandler" {
|
|
|
385
390
|
*/
|
|
386
391
|
oController: object,
|
|
387
392
|
/**
|
|
388
|
-
* Mode to be used to handle conflicts when merging URL parameters and the SelectionVariant class, see {@link
|
|
389
|
-
* sap.ui.generic.app.navigation.service.ParamHandlingMode}
|
|
393
|
+
* Mode to be used to handle conflicts when merging URL parameters and the SelectionVariant class, see {@link sap.ui.generic.app.navigation.service.ParamHandlingMode}
|
|
390
394
|
*/
|
|
391
395
|
sParamHandlingMode?: string
|
|
392
396
|
);
|
|
@@ -396,9 +400,8 @@ declare module "sap/ui/generic/app/navigation/service/NavigationHandler" {
|
|
|
396
400
|
* @deprecated (since 1.83.0)
|
|
397
401
|
* @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
398
402
|
*
|
|
399
|
-
* The method creates a context url based on provided data. This context url can either be used as {@link
|
|
400
|
-
* sap.ui.generic.app.navigation.service.NavigationHandler#
|
|
401
|
-
* {@link sap.ui.generic.app.navigation.service.NavigationHandler#setFilterContextUrl FilterContextUrl}
|
|
403
|
+
* The method creates a context url based on provided data. This context url can either be used as {@link sap.ui.generic.app.navigation.service.NavigationHandler#setParameterContextUrl ParameterContextUrl }
|
|
404
|
+
* or {@link sap.ui.generic.app.navigation.service.NavigationHandler#setFilterContextUrl FilterContextUrl}
|
|
402
405
|
*
|
|
403
406
|
* @returns context url for the given entities
|
|
404
407
|
*/
|
|
@@ -460,7 +463,7 @@ declare module "sap/ui/generic/app/navigation/service/NavigationHandler" {
|
|
|
460
463
|
* Combines the given parameters and selection variant into a new selection variant containing properties
|
|
461
464
|
* from both, with the parameters overriding existing properties in the selection variant. The new selection
|
|
462
465
|
* variant does not contain any parameters. All parameters are merged into select options. The output of
|
|
463
|
-
* this function, converted to a JSON string, can be used for the {@link #.navigate NavigationHandler.navigate}
|
|
466
|
+
* this function, converted to a JSON string, can be used for the {@link #.navigate NavigationHandler.navigate }
|
|
464
467
|
* method.
|
|
465
468
|
*
|
|
466
469
|
* @returns Instance of {@link sap.ui.generic.app.navigation.service.SelectionVariant}
|
|
@@ -475,10 +478,9 @@ declare module "sap/ui/generic/app/navigation/service/NavigationHandler" {
|
|
|
475
478
|
*/
|
|
476
479
|
sSelectionVariant: string,
|
|
477
480
|
/**
|
|
478
|
-
* Indicates whether semantic attributes with special values (see {@link sap.ui.generic.app.navigation.service.SuppressionBehavior
|
|
479
|
-
*
|
|
480
|
-
*
|
|
481
|
-
* with the bitwise OR operator (|)
|
|
481
|
+
* Indicates whether semantic attributes with special values (see {@link sap.ui.generic.app.navigation.service.SuppressionBehavior suppression behavior})
|
|
482
|
+
* must be suppressed before they are combined with the selection variant; several {@link sap.ui.generic.app.navigation.service.SuppressionBehavior suppression behaviors }
|
|
483
|
+
* can be combined with the bitwise OR operator (|)
|
|
482
484
|
*/
|
|
483
485
|
iSuppressionBehavior?: int
|
|
484
486
|
): object;
|
|
@@ -1050,25 +1052,25 @@ declare module "sap/ui/generic/app/navigation/service/NavigationHandler" {
|
|
|
1050
1052
|
* execution is successful, the extracted app state, the startup parameters, and the type of navigation
|
|
1051
1053
|
* are returned, see also the example above. The app state is an object that contains the following information:
|
|
1052
1054
|
*
|
|
1053
|
-
* - `oAppData.oSelectionVariant`: An instance of {@link sap.ui.generic.app.navigation.service.SelectionVariant}
|
|
1054
|
-
*
|
|
1055
|
+
* - `oAppData.oSelectionVariant`: An instance of {@link sap.ui.generic.app.navigation.service.SelectionVariant }
|
|
1056
|
+
* containing only parameters/select options that are related to navigation
|
|
1055
1057
|
* - `oAppData.selectionVariant`: The navigation-related selection variant as a JSON-formatted string
|
|
1056
1058
|
*
|
|
1057
|
-
* - `oAppData.oDefaultedSelectionVariant`: An instance of {@link sap.ui.generic.app.navigation.service.SelectionVariant}
|
|
1058
|
-
*
|
|
1059
|
+
* - `oAppData.oDefaultedSelectionVariant`: An instance of {@link sap.ui.generic.app.navigation.service.SelectionVariant }
|
|
1060
|
+
* containing only the parameters/select options that are set by user default data
|
|
1059
1061
|
* - `oAppData.bNavSelVarHasDefaultsOnly`: A Boolean flag that indicates whether only defaulted parameters
|
|
1060
|
-
*
|
|
1062
|
+
* and no navigation parameters are present.
|
|
1061
1063
|
* **Note:** If no navigation parameters are available, `bNavSelVarHasDefaultsOnly` is set to `true`, even
|
|
1062
1064
|
* though parameters without default might be available as well. If the navigation-related selection
|
|
1063
1065
|
* variant is empty, it is replaced by a copy of the defaulted selection variant.
|
|
1064
|
-
* The navigation type is an enumeration type of type {@link sap.ui.generic.app.navigation.service.NavType}
|
|
1066
|
+
* The navigation type is an enumeration type of type {@link sap.ui.generic.app.navigation.service.NavType }
|
|
1065
1067
|
* (possible values are initial, URLParams, xAppState, and iAppState).
|
|
1066
|
-
* **Note:** If the navigation type is {@link sap.ui.generic.app.navigation.service.NavType.iAppState}
|
|
1068
|
+
* **Note:** If the navigation type is {@link sap.ui.generic.app.navigation.service.NavType.iAppState }
|
|
1067
1069
|
* oAppData has two additional properties
|
|
1068
1070
|
* - `oAppData.tableVariantId`
|
|
1069
|
-
* - `oAppData.customData` which return the inner app data as stored in {@link #.navigate navigate}
|
|
1070
|
-
*
|
|
1071
|
-
*
|
|
1071
|
+
* - `oAppData.customData` which return the inner app data as stored in {@link #.navigate navigate }
|
|
1072
|
+
* or {@link #.storeInnerAppState storeInnerAppState}. `oAppData.oDefaultedSelectionVariant` is an empty
|
|
1073
|
+
* selection variant and `oAppData.bNavSelVarHasDefaultsOnly` is `false` in this case.
|
|
1072
1074
|
* **Note:** If the navigation type is {@link sap.ui.generic.app.navigation.service.NavType.initial} oAppData
|
|
1073
1075
|
* is an empty object!
|
|
1074
1076
|
* If an error occurs, an error object of type {@link sap.ui.generic.app.navigation.service.NavError},
|
|
@@ -1087,13 +1089,13 @@ declare module "sap/ui/generic/app/navigation/service/NavigationHandler" {
|
|
|
1087
1089
|
* - If `mInnerAppData` is provided, this inner app state is saved for back navigation at a later time.
|
|
1088
1090
|
*
|
|
1089
1091
|
* - The table event parameters (semantic attributes) and the selection variant data are combined by calling
|
|
1090
|
-
*
|
|
1092
|
+
* the method {@link #.mixAttributesAndSelectionVariant mixAttributesAndSelectionVariant}.
|
|
1091
1093
|
* - The combined data is saved as the cross app state to be handed over to the target app, and the corresponding
|
|
1092
|
-
*
|
|
1094
|
+
* sap-xapp-state key is set in the URL.
|
|
1093
1095
|
* - All single selections ("including equal") of the combined selection data are passed to the SmartLink
|
|
1094
|
-
*
|
|
1096
|
+
* popover as semantic attributes.
|
|
1095
1097
|
* - The method `oTableEventParameters.open()` is called. Note that this does not really open the popover,
|
|
1096
|
-
*
|
|
1098
|
+
* but the SmartLink control proceeds with firing the event `navigationTargetsObtained`.
|
|
1097
1099
|
*
|
|
1098
1100
|
* @returns A Promise object to monitor when all actions of the function have been executed; if the execution
|
|
1099
1101
|
* is successful, the modified oTableEventParameters is returned; if an error occurs, an error object of
|
|
@@ -1206,8 +1208,8 @@ declare module "sap/ui/generic/app/navigation/service/NavigationHandler" {
|
|
|
1206
1208
|
* Changes the URL according to the current app state and stores the app state for later retrieval.
|
|
1207
1209
|
*
|
|
1208
1210
|
* @returns A Promise object to monitor when all the actions of the function have been executed; if the
|
|
1209
|
-
* execution is successful, the app state key is returned; if an error occurs, an object of type {@link
|
|
1210
|
-
*
|
|
1211
|
+
* execution is successful, the app state key is returned; if an error occurs, an object of type {@link sap.ui.generic.app.navigation.service.NavError }
|
|
1212
|
+
* is returned
|
|
1211
1213
|
*/
|
|
1212
1214
|
static storeInnerAppState(
|
|
1213
1215
|
/**
|
|
@@ -1293,6 +1295,7 @@ declare module "sap/ui/generic/app/navigation/service/NavigationHandler" {
|
|
|
1293
1295
|
bImmediateHashReplace?: boolean
|
|
1294
1296
|
): Object;
|
|
1295
1297
|
}
|
|
1298
|
+
export default NavigationHandler;
|
|
1296
1299
|
}
|
|
1297
1300
|
|
|
1298
1301
|
declare module "sap/ui/generic/app/navigation/service/PresentationVariant" {
|
|
@@ -1305,7 +1308,7 @@ declare module "sap/ui/generic/app/navigation/service/PresentationVariant" {
|
|
|
1305
1308
|
* is created whose ID has been set to `""`. Passing a JSON-serialized string complying to the Selection
|
|
1306
1309
|
* Variant Specification will parse it, and the newly created instance will contain the same information.
|
|
1307
1310
|
*/
|
|
1308
|
-
|
|
1311
|
+
class PresentationVariant
|
|
1309
1312
|
/* was: sap.fe.navigation.PresentationVariant */ extends Object {
|
|
1310
1313
|
constructor(
|
|
1311
1314
|
/**
|
|
@@ -1483,6 +1486,7 @@ declare module "sap/ui/generic/app/navigation/service/PresentationVariant" {
|
|
|
1483
1486
|
*/
|
|
1484
1487
|
static toJSONString(): string;
|
|
1485
1488
|
}
|
|
1489
|
+
export default PresentationVariant;
|
|
1486
1490
|
}
|
|
1487
1491
|
|
|
1488
1492
|
declare module "sap/ui/generic/app/navigation/service/SelectionVariant" {
|
|
@@ -1495,7 +1499,7 @@ declare module "sap/ui/generic/app/navigation/service/SelectionVariant" {
|
|
|
1495
1499
|
* is created whose ID has been set to `""`. Passing a JSON-serialized string complying to the Selection
|
|
1496
1500
|
* Variant Specification will parse it, and the newly created instance will contain the same information.
|
|
1497
1501
|
*/
|
|
1498
|
-
|
|
1502
|
+
class SelectionVariant
|
|
1499
1503
|
/* was: sap.fe.navigation.SelectionVariant */ extends Object {
|
|
1500
1504
|
constructor(
|
|
1501
1505
|
/**
|
|
@@ -1651,7 +1655,7 @@ declare module "sap/ui/generic/app/navigation/service/SelectionVariant" {
|
|
|
1651
1655
|
* - `Option`: The option of the range
|
|
1652
1656
|
* - `Low`: The low value of the range; returning value `null` is not possible
|
|
1653
1657
|
* - `High`: The high value of the range; if this value is not necessary, `null` is used For further
|
|
1654
|
-
*
|
|
1658
|
+
* information about the meaning of the attributes, refer to method `addSelectOption`.
|
|
1655
1659
|
*/
|
|
1656
1660
|
static getSelectOption(
|
|
1657
1661
|
/**
|
|
@@ -1691,7 +1695,7 @@ declare module "sap/ui/generic/app/navigation/service/SelectionVariant" {
|
|
|
1691
1695
|
* - `Option`: The option of the range
|
|
1692
1696
|
* - `Low`: The low value of the range; returning the value `null` is not possible
|
|
1693
1697
|
* - `High`: The high value of the range; if this value is not necessary, `null` (but does exist)
|
|
1694
|
-
*
|
|
1698
|
+
* For further information on the meaning of the attributes, refer to method {@link #.addSelectOption addSelectOption}.
|
|
1695
1699
|
*/
|
|
1696
1700
|
static getValue(
|
|
1697
1701
|
/**
|
|
@@ -1850,6 +1854,7 @@ declare module "sap/ui/generic/app/navigation/service/SelectionVariant" {
|
|
|
1850
1854
|
*/
|
|
1851
1855
|
static toJSONString(): string;
|
|
1852
1856
|
}
|
|
1857
|
+
export default SelectionVariant;
|
|
1853
1858
|
}
|
|
1854
1859
|
|
|
1855
1860
|
declare module "sap/ui/generic/app/transaction/BaseController" {
|
|
@@ -1866,7 +1871,7 @@ declare module "sap/ui/generic/app/transaction/BaseController" {
|
|
|
1866
1871
|
* which offers basic functionality to invoke OData functions and actions as well as OData CRUD functions
|
|
1867
1872
|
* in general.
|
|
1868
1873
|
*/
|
|
1869
|
-
|
|
1874
|
+
class BaseController extends EventProvider {
|
|
1870
1875
|
/**
|
|
1871
1876
|
* Constructor for base class for controller instances.
|
|
1872
1877
|
*/
|
|
@@ -1983,6 +1988,7 @@ declare module "sap/ui/generic/app/transaction/BaseController" {
|
|
|
1983
1988
|
}
|
|
1984
1989
|
): Promise<any>;
|
|
1985
1990
|
}
|
|
1991
|
+
export default BaseController;
|
|
1986
1992
|
}
|
|
1987
1993
|
|
|
1988
1994
|
declare module "sap/ui/generic/app/transaction/DraftContext" {
|
|
@@ -2000,7 +2006,7 @@ declare module "sap/ui/generic/app/transaction/DraftContext" {
|
|
|
2000
2006
|
* The class provides access to information on draft handling that is available in the OData service's metadata
|
|
2001
2007
|
* as it interprets draft-specific annotations.
|
|
2002
2008
|
*/
|
|
2003
|
-
|
|
2009
|
+
class DraftContext extends BaseObject {
|
|
2004
2010
|
/**
|
|
2005
2011
|
* Constructor for meta-model access class.
|
|
2006
2012
|
*/
|
|
@@ -2220,6 +2226,7 @@ declare module "sap/ui/generic/app/transaction/DraftContext" {
|
|
|
2220
2226
|
oKeys: object
|
|
2221
2227
|
): boolean;
|
|
2222
2228
|
}
|
|
2229
|
+
export default DraftContext;
|
|
2223
2230
|
}
|
|
2224
2231
|
|
|
2225
2232
|
declare module "sap/ui/generic/app/transaction/DraftController" {
|
|
@@ -2248,7 +2255,7 @@ declare module "sap/ui/generic/app/transaction/DraftController" {
|
|
|
2248
2255
|
* handling is provided to notify client implementations of error situations. The event `fatalError` is
|
|
2249
2256
|
* thrown, if fatal errors occur during execution of OData requests.
|
|
2250
2257
|
*/
|
|
2251
|
-
|
|
2258
|
+
class DraftController extends BaseController {
|
|
2252
2259
|
/**
|
|
2253
2260
|
* Constructor for a new draft controller instance.
|
|
2254
2261
|
*/
|
|
@@ -2490,6 +2497,7 @@ declare module "sap/ui/generic/app/transaction/DraftController" {
|
|
|
2490
2497
|
oContext: Context
|
|
2491
2498
|
): Promise<any>;
|
|
2492
2499
|
}
|
|
2500
|
+
export default DraftController;
|
|
2493
2501
|
}
|
|
2494
2502
|
|
|
2495
2503
|
declare module "sap/ui/generic/app/transaction/TransactionController" {
|
|
@@ -2515,7 +2523,7 @@ declare module "sap/ui/generic/app/transaction/TransactionController" {
|
|
|
2515
2523
|
* are provided to notify client implementations of error situations. The event `fatalError` is thrown,
|
|
2516
2524
|
* if fatal errors occur during execution of OData requests.
|
|
2517
2525
|
*/
|
|
2518
|
-
|
|
2526
|
+
class TransactionController extends BaseController {
|
|
2519
2527
|
/**
|
|
2520
2528
|
* Constructor for a new transaction controller instance.
|
|
2521
2529
|
*/
|
|
@@ -2656,6 +2664,7 @@ declare module "sap/ui/generic/app/transaction/TransactionController" {
|
|
|
2656
2664
|
aContextToBeUpdated: any[]
|
|
2657
2665
|
): Promise<any>;
|
|
2658
2666
|
}
|
|
2667
|
+
export default TransactionController;
|
|
2659
2668
|
}
|
|
2660
2669
|
|
|
2661
2670
|
declare namespace sap {
|