@sapui5/ts-types 1.141.2 → 1.142.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 +8 -7
- 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 +1 -1
- package/types/sap.cux.base.d.ts +3 -0
- package/types/sap.esh.search.ui.d.ts +152 -3
- package/types/sap.f.d.ts +1 -1
- 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 +50 -32
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +2646 -125
- package/types/sap.fe.navigation.d.ts +2 -2
- 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 +23 -11
- package/types/sap.fe.test.d.ts +8 -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 +4 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/{mobile-1.141.0-d.ts → sap.m.d.ts} +401 -54
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +106 -2
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +13 -3587
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +30 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/{tnt-1.141.0-d.ts → sap.tnt.d.ts} +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/{commons-1.141.0-d.ts → sap.ui.commons.d.ts} +1 -1
- package/types/sap.ui.comp.d.ts +78 -9
- package/types/{core-1.141.0-d.ts → sap.ui.core.d.ts} +712 -187
- package/types/{dt-1.141.0-d.ts → sap.ui.dt.d.ts} +1 -1
- package/types/sap.ui.export.d.ts +56 -1
- package/types/sap.ui.fl.d.ts +1 -1
- 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 +100 -94
- package/types/{mdc-1.141.0-d.ts → sap.ui.mdc.d.ts} +1600 -260
- 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 +13 -41
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +34 -78
- package/types/{ux3-1.141.0-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 +1 -1
- package/types/sap.ui.vtm.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +13 -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 +326 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
/// <reference path="./sap.zen.dsh.d.ts"/>
|
|
18
18
|
/// <reference path="./sap.zen.commons.d.ts"/>
|
|
19
19
|
/// <reference path="./sap.sac.df.d.ts"/>
|
|
20
|
-
/// <reference path="./commons
|
|
20
|
+
/// <reference path="./sap.ui.commons.d.ts"/>
|
|
21
21
|
/// <reference path="./sap.ui.comp.d.ts"/>
|
|
22
|
-
/// <reference path="./core
|
|
23
|
-
/// <reference path="./dt
|
|
22
|
+
/// <reference path="./sap.ui.core.d.ts"/>
|
|
23
|
+
/// <reference path="./sap.ui.dt.d.ts"/>
|
|
24
24
|
/// <reference path="./sap.ui.export.d.ts"/>
|
|
25
25
|
/// <reference path="./sap.f.d.ts"/>
|
|
26
26
|
/// <reference path="./sap.ui.fl.d.ts"/>
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
/// <reference path="./sap.ui.integration.d.ts"/>
|
|
33
33
|
/// <reference path="./sap.ui.layout.d.ts"/>
|
|
34
34
|
/// <reference path="./sap.makit.d.ts"/>
|
|
35
|
-
/// <reference path="./mdc
|
|
36
|
-
/// <reference path="./
|
|
35
|
+
/// <reference path="./sap.ui.mdc.d.ts"/>
|
|
36
|
+
/// <reference path="./sap.m.d.ts"/>
|
|
37
37
|
/// <reference path="./sap.me.d.ts"/>
|
|
38
38
|
/// <reference path="./sap.ndc.d.ts"/>
|
|
39
39
|
/// <reference path="./sap.ovp.d.ts"/>
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
/// <reference path="./sap.cards.ap.common.d.ts"/>
|
|
43
43
|
/// <reference path="./sap.cards.ap.generator.d.ts"/>
|
|
44
44
|
/// <reference path="./sap.cards.ap.transpiler.d.ts"/>
|
|
45
|
+
/// <reference path="./sap.cux.base.d.ts"/>
|
|
45
46
|
/// <reference path="./sap.cux.home.d.ts"/>
|
|
46
47
|
/// <reference path="./sap.esh.search.ui.d.ts"/>
|
|
47
48
|
/// <reference path="./sap.fe.ariba.d.ts"/>
|
|
@@ -68,12 +69,12 @@
|
|
|
68
69
|
/// <reference path="./sap.ui.support.d.ts"/>
|
|
69
70
|
/// <reference path="./sap.ui.table.d.ts"/>
|
|
70
71
|
/// <reference path="./sap.ui.testrecorder.d.ts"/>
|
|
71
|
-
/// <reference path="./tnt
|
|
72
|
+
/// <reference path="./sap.tnt.d.ts"/>
|
|
72
73
|
/// <reference path="./sap.ca.ui.d.ts"/>
|
|
73
74
|
/// <reference path="./sap.ui.unified.d.ts"/>
|
|
74
75
|
/// <reference path="./sap.ushell.d.ts"/>
|
|
75
76
|
/// <reference path="./sap.ushell_abap.d.ts"/>
|
|
76
|
-
/// <reference path="./ux3
|
|
77
|
+
/// <reference path="./sap.ui.ux3.d.ts"/>
|
|
77
78
|
/// <reference path="./sap.uxap.d.ts"/>
|
|
78
79
|
/// <reference path="./sap.ui.vbm.d.ts"/>
|
|
79
80
|
/// <reference path="./sap.viz.d.ts"/>
|
package/types/sap.apf.d.ts
CHANGED
package/types/sap.ca.ui.d.ts
CHANGED
package/types/sap.chart.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.142.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace esh {
|
|
@@ -7,11 +7,156 @@ declare namespace sap {
|
|
|
7
7
|
* UI5 library: sap.esh.search.ui.
|
|
8
8
|
*/
|
|
9
9
|
namespace ui {
|
|
10
|
+
namespace controls {
|
|
11
|
+
namespace resultview {
|
|
12
|
+
/**
|
|
13
|
+
* Describes the settings that can be provided to the SearchText constructor.
|
|
14
|
+
*/
|
|
15
|
+
interface $SearchTextSettings extends sap.m.$TextSettings {}
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* This is the SAPUI5 search text control to display attributes of search results. For attribute with navigation
|
|
19
|
+
* use control sap.esh.search.ui.SearchLink. Use in combination with control SearchCompositeControl by the
|
|
20
|
+
* Enterprise Search Team.
|
|
21
|
+
*
|
|
22
|
+
* @since 1.93.0
|
|
23
|
+
*/
|
|
24
|
+
class SearchText extends sap.m.Text {
|
|
25
|
+
/**
|
|
26
|
+
* Constructs a new `SearchText` to display an attribute (text only, no navigation) on custom grid control
|
|
27
|
+
* tiles.
|
|
28
|
+
* See:
|
|
29
|
+
* https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.05/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
|
|
30
|
+
* https://help.sap.com/viewer/6522d0462aeb4909a79c3462b090ec51/1709%20002/en-US
|
|
31
|
+
*/
|
|
32
|
+
constructor(
|
|
33
|
+
/**
|
|
34
|
+
* ID for the new control, generated automatically if no ID is given
|
|
35
|
+
*/
|
|
36
|
+
sId?: string,
|
|
37
|
+
/**
|
|
38
|
+
* Text to be displayed
|
|
39
|
+
*/
|
|
40
|
+
text?: object,
|
|
41
|
+
/**
|
|
42
|
+
* Maximum number of text lines to be displayed
|
|
43
|
+
*/
|
|
44
|
+
maxlines?: object,
|
|
45
|
+
/**
|
|
46
|
+
* Text can wrap automatically within the given width
|
|
47
|
+
*/
|
|
48
|
+
wrapping?: object
|
|
49
|
+
);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Describes the settings that can be provided to the SearchLink constructor.
|
|
54
|
+
*/
|
|
55
|
+
interface $SearchLinkSettings extends sap.m.$LinkSettings {
|
|
56
|
+
/**
|
|
57
|
+
* An object containing all data needed to define navigation of a attribute (result item)
|
|
58
|
+
*
|
|
59
|
+
* @since 1.93.0
|
|
60
|
+
*/
|
|
61
|
+
navigationTarget?:
|
|
62
|
+
| object
|
|
63
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
64
|
+
| `{${string}}`;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* This is the SAPUI5 search link control to display attributes of search results. For attribute without
|
|
69
|
+
* navigation use control sap.esh.search.ui.controls.resultview.SearchText. Use in combination with control
|
|
70
|
+
* SearchCompositeControl by the Enterprise Search Team.
|
|
71
|
+
*
|
|
72
|
+
* @since 1.93.0
|
|
73
|
+
*/
|
|
74
|
+
class SearchLink extends sap.m.Link {
|
|
75
|
+
/**
|
|
76
|
+
* Constructs a new `SearchText` to display an attribute (with navigation) on custom grid control tiles.
|
|
77
|
+
* See:
|
|
78
|
+
* https://help.sap.com/viewer/691cb949c1034198800afde3e5be6570/2.0.05/en-US/ce86ef2fd97610149eaaaa0244ca4d36.html
|
|
79
|
+
* https://help.sap.com/viewer/6522d0462aeb4909a79c3462b090ec51/1709%20002/en-US
|
|
80
|
+
*/
|
|
81
|
+
constructor(
|
|
82
|
+
/**
|
|
83
|
+
* ID for the new control, generated automatically if no ID is given
|
|
84
|
+
*/
|
|
85
|
+
sId?: string,
|
|
86
|
+
/**
|
|
87
|
+
* Object instance of NavigationTarget which contains all relevant information for navigation
|
|
88
|
+
*/
|
|
89
|
+
navigationTarget?: object
|
|
90
|
+
);
|
|
91
|
+
|
|
92
|
+
/**
|
|
93
|
+
* Creates a new subclass of class sap.esh.search.ui.controls.SearchLink with name `sClassName` and enriches
|
|
94
|
+
* it with the information contained in `oClassInfo`.
|
|
95
|
+
*
|
|
96
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.m.Link.extend}.
|
|
97
|
+
*
|
|
98
|
+
*
|
|
99
|
+
* @returns Created class / constructor function
|
|
100
|
+
*/
|
|
101
|
+
static extend<T extends Record<string, unknown>>(
|
|
102
|
+
/**
|
|
103
|
+
* Name of the class being created
|
|
104
|
+
*/
|
|
105
|
+
sClassName: string,
|
|
106
|
+
/**
|
|
107
|
+
* Object literal with information about the class
|
|
108
|
+
*/
|
|
109
|
+
oClassInfo?: sap.ClassInfo<
|
|
110
|
+
T,
|
|
111
|
+
sap.esh.search.ui.controls.SearchLink
|
|
112
|
+
>,
|
|
113
|
+
/**
|
|
114
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
115
|
+
* used by this class
|
|
116
|
+
*/
|
|
117
|
+
FNMetaImpl?: Function
|
|
118
|
+
): Function;
|
|
119
|
+
/**
|
|
120
|
+
* Returns a metadata object for class sap.esh.search.ui.controls.SearchLink.
|
|
121
|
+
*
|
|
122
|
+
*
|
|
123
|
+
* @returns Metadata object describing this class
|
|
124
|
+
*/
|
|
125
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
126
|
+
/**
|
|
127
|
+
* Gets current value of property {@link #getNavigationTarget navigationTarget}.
|
|
128
|
+
*
|
|
129
|
+
* An object containing all data needed to define navigation of a attribute (result item)
|
|
130
|
+
*
|
|
131
|
+
* @since 1.93.0
|
|
132
|
+
*
|
|
133
|
+
* @returns Value of property `navigationTarget`
|
|
134
|
+
*/
|
|
135
|
+
getNavigationTarget(): object;
|
|
136
|
+
/**
|
|
137
|
+
* Sets a new value for property {@link #getNavigationTarget navigationTarget}.
|
|
138
|
+
*
|
|
139
|
+
* An object containing all data needed to define navigation of a attribute (result item)
|
|
140
|
+
*
|
|
141
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
142
|
+
*
|
|
143
|
+
* @since 1.93.0
|
|
144
|
+
*
|
|
145
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
146
|
+
*/
|
|
147
|
+
setNavigationTarget(
|
|
148
|
+
/**
|
|
149
|
+
* New value for property `navigationTarget`
|
|
150
|
+
*/
|
|
151
|
+
oNavigationTarget: object
|
|
152
|
+
): this;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
10
155
|
/**
|
|
11
156
|
* Describes the settings that can be provided to the SearchCompositeControl constructor.
|
|
12
157
|
*/
|
|
13
158
|
interface $SearchCompositeControlSettings
|
|
14
|
-
extends sap.ui.
|
|
159
|
+
extends sap.ui.layout.$VerticalLayoutSettings {
|
|
15
160
|
/**
|
|
16
161
|
* An additional CSS class to add to this control
|
|
17
162
|
*
|
|
@@ -620,7 +765,7 @@ declare namespace sap {
|
|
|
620
765
|
*
|
|
621
766
|
* @since 1.93.0
|
|
622
767
|
*/
|
|
623
|
-
class SearchCompositeControl extends sap.ui.
|
|
768
|
+
class SearchCompositeControl extends sap.ui.layout.VerticalLayout {
|
|
624
769
|
/**
|
|
625
770
|
* Constructs a new `SearchCompositeControl` to interact with SAP Enterprise Search Services.
|
|
626
771
|
* See:
|
|
@@ -2791,6 +2936,10 @@ declare namespace sap {
|
|
|
2791
2936
|
}
|
|
2792
2937
|
|
|
2793
2938
|
interface IUI5DefineDependencyNames {
|
|
2939
|
+
"sap/esh/search/ui/controls/resultview/SearchText": undefined;
|
|
2940
|
+
|
|
2941
|
+
"sap/esh/search/ui/controls/SearchLink": undefined;
|
|
2942
|
+
|
|
2794
2943
|
"sap/esh/search/ui/library": undefined;
|
|
2795
2944
|
|
|
2796
2945
|
"sap/esh/search/ui/SearchCompositeControl": undefined;
|
package/types/sap.f.d.ts
CHANGED
package/types/sap.fe.ariba.d.ts
CHANGED
package/types/sap.fe.base.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.142.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -16,7 +16,7 @@ declare namespace sap {
|
|
|
16
16
|
namespace controllerextensions {
|
|
17
17
|
namespace MessageHandler {
|
|
18
18
|
/**
|
|
19
|
-
* Defines the message
|
|
19
|
+
* Defines the message details relevant for the MessageButton building block to display a popover.
|
|
20
20
|
*/
|
|
21
21
|
type MessageDetail = {};
|
|
22
22
|
}
|
|
@@ -63,7 +63,22 @@ declare namespace sap {
|
|
|
63
63
|
* @since 1.118.0
|
|
64
64
|
*/
|
|
65
65
|
class BaseControllerExtension extends sap.ui.core.mvc
|
|
66
|
-
.ControllerExtension {
|
|
66
|
+
.ControllerExtension {
|
|
67
|
+
/**
|
|
68
|
+
* Create the overrides for the controller extension.
|
|
69
|
+
* This method is a helper to get the correct typing when implementing your own controller extension.
|
|
70
|
+
*
|
|
71
|
+
*
|
|
72
|
+
*
|
|
73
|
+
* @returns The overrides passed in as parameter with correct typing
|
|
74
|
+
*/
|
|
75
|
+
static createExtensionOverrides(
|
|
76
|
+
/**
|
|
77
|
+
* The overrides to apply
|
|
78
|
+
*/
|
|
79
|
+
overrides: object
|
|
80
|
+
): object;
|
|
81
|
+
}
|
|
67
82
|
/**
|
|
68
83
|
* A controller extension to handle collaborative draft scenarios.
|
|
69
84
|
*
|
|
@@ -74,7 +89,7 @@ declare namespace sap {
|
|
|
74
89
|
.BaseControllerExtension {
|
|
75
90
|
/**
|
|
76
91
|
* Sends a notification to other users that new contexts have been created by the current user.
|
|
77
|
-
* This notification must be sent after the new contexts have been created successfully in the back
|
|
92
|
+
* This notification must be sent after the new contexts have been created successfully in the back end.
|
|
78
93
|
*
|
|
79
94
|
*
|
|
80
95
|
* @since 1.141.0
|
|
@@ -82,13 +97,15 @@ declare namespace sap {
|
|
|
82
97
|
*/
|
|
83
98
|
sendContextsCreated(
|
|
84
99
|
/**
|
|
85
|
-
* The array of newly created contexts
|
|
100
|
+
* The array of newly created contexts, or the binding where the contexts were created
|
|
86
101
|
*/
|
|
87
|
-
|
|
102
|
+
contextsOrBinding:
|
|
103
|
+
| sap.ui.model.odata.v4.Context[]
|
|
104
|
+
| sap.ui.model.odata.v4.ODataListBinding
|
|
88
105
|
): void;
|
|
89
106
|
/**
|
|
90
107
|
* Sends a notification to other users that contexts have been deleted by the current user.
|
|
91
|
-
* This notification must be sent after the contexts have been deleted successfully in the back
|
|
108
|
+
* This notification must be sent after the contexts have been deleted successfully in the back end.
|
|
92
109
|
*
|
|
93
110
|
*
|
|
94
111
|
* @since 1.141.0
|
|
@@ -122,7 +139,7 @@ declare namespace sap {
|
|
|
122
139
|
): void;
|
|
123
140
|
/**
|
|
124
141
|
* Sends a notification to other users that property values have been changed by the current user.
|
|
125
|
-
* This notification must be sent after the changes have been sent successfully to the back
|
|
142
|
+
* This notification must be sent after the changes have been sent successfully to the back end.
|
|
126
143
|
*
|
|
127
144
|
*
|
|
128
145
|
* @since 1.141.0
|
|
@@ -371,7 +388,7 @@ declare namespace sap {
|
|
|
371
388
|
* An optional array of objects representing the action parameters, where each object has a name of string
|
|
372
389
|
* type and a value that can be of any data type.
|
|
373
390
|
*/
|
|
374
|
-
parameterValues?:
|
|
391
|
+
parameterValues?: any;
|
|
375
392
|
/**
|
|
376
393
|
* Boolean value indicating whether navigation is required after the action has been executed. Navigation
|
|
377
394
|
* takes place to the context returned by the action
|
|
@@ -382,7 +399,7 @@ declare namespace sap {
|
|
|
382
399
|
*/
|
|
383
400
|
skipParameterDialog?: boolean;
|
|
384
401
|
}
|
|
385
|
-
):
|
|
402
|
+
): any;
|
|
386
403
|
/**
|
|
387
404
|
* This function can be used to execute code after the 'Create' action.
|
|
388
405
|
* You can execute custom coding in this function.
|
|
@@ -758,13 +775,14 @@ declare namespace sap {
|
|
|
758
775
|
*/
|
|
759
776
|
class MessageHandler extends sap.ui.core.mvc.ControllerExtension {
|
|
760
777
|
/**
|
|
761
|
-
* Allows consumer of
|
|
762
|
-
*
|
|
763
|
-
*
|
|
764
|
-
*
|
|
778
|
+
* Allows the consumer of the MessageButton building block to decide which bound messages are shown and
|
|
779
|
+
* how.
|
|
780
|
+
* This hook is called when the MessageButton building block detects a change in the message model.
|
|
781
|
+
* The hooks allow you to define the behavior for messages in the MessageButton building block.
|
|
782
|
+
* Consumers are able to do the following with this hook:
|
|
765
783
|
* 1. Filter out messages so that they are not shown on the message button.
|
|
766
|
-
* 2.
|
|
767
|
-
* 3.
|
|
784
|
+
* 2. Group messages based on their UI.
|
|
785
|
+
* 3. Provide a presser handler if the message should display as a link.
|
|
768
786
|
*
|
|
769
787
|
*
|
|
770
788
|
*
|
|
@@ -887,7 +905,7 @@ declare namespace sap {
|
|
|
887
905
|
/**
|
|
888
906
|
* Parameters to be used with route to create the target hash
|
|
889
907
|
*/
|
|
890
|
-
oParameters?:
|
|
908
|
+
oParameters?: any
|
|
891
909
|
): Promise<boolean>;
|
|
892
910
|
/**
|
|
893
911
|
* This function is used to intercept the routing event after binding a page.
|
|
@@ -923,12 +941,12 @@ declare namespace sap {
|
|
|
923
941
|
* This function can be used to intercept the routing event during the normal navigation process, such as
|
|
924
942
|
* when a table row is clicked to navigate, pagination buttons are used, the Apply button in an object page
|
|
925
943
|
* is clicked, or a sub-object page in a flexible column layout is closed.
|
|
926
|
-
* The function is
|
|
927
|
-
*
|
|
944
|
+
* The function is not called during other means of external outbound navigation such as a navigation configured
|
|
945
|
+
* using a link or by using navigation buttons.
|
|
928
946
|
* If declared as an extension, it allows you to intercept and change the normal navigation flow.
|
|
929
|
-
* If you decide to
|
|
930
|
-
* behavior.
|
|
931
|
-
* This function is meant to be individually overridden by consuming controllers
|
|
947
|
+
* If you decide to implement your own navigation processing, you can return `true` to prevent the default
|
|
948
|
+
* routing behavior.
|
|
949
|
+
* This function is meant to be individually overridden by consuming controllers and not called directly.
|
|
932
950
|
* The override execution is: {@link sap.ui.core.mvc.OverrideExecution.After }.
|
|
933
951
|
*
|
|
934
952
|
*
|
|
@@ -956,8 +974,8 @@ declare namespace sap {
|
|
|
956
974
|
class Share extends sap.fe.core.controllerextensions
|
|
957
975
|
.BaseControllerExtension {
|
|
958
976
|
/**
|
|
959
|
-
* Adapts the metadata used while sharing the page URL
|
|
960
|
-
* Tile'.
|
|
977
|
+
* Adapts the metadata used while sharing the page URL using 'Send Email', 'Share in SAP Jam', and 'Save
|
|
978
|
+
* as Tile'.
|
|
961
979
|
*
|
|
962
980
|
* @since 1.93.0
|
|
963
981
|
*
|
|
@@ -1020,12 +1038,12 @@ declare namespace sap {
|
|
|
1020
1038
|
url?: string;
|
|
1021
1039
|
};
|
|
1022
1040
|
/**
|
|
1023
|
-
* Default title that will be used as 'email subject' in 'Send Email', 'share text' in 'Share in SAP
|
|
1024
|
-
* and 'title' in 'Save as Tile'
|
|
1041
|
+
* Default title that will be used as the 'email subject' in 'Send Email', 'share text' in 'Share in SAP
|
|
1042
|
+
* Jam' and 'title' in 'Save as Tile'
|
|
1025
1043
|
*/
|
|
1026
1044
|
title: string;
|
|
1027
1045
|
/**
|
|
1028
|
-
* Default URL that will be used
|
|
1046
|
+
* Default URL that will be used with 'Send Email', 'Share in SAP Jam', and 'Save as Tile'
|
|
1029
1047
|
*/
|
|
1030
1048
|
url: string;
|
|
1031
1049
|
}
|
|
@@ -1082,7 +1100,7 @@ declare namespace sap {
|
|
|
1082
1100
|
/**
|
|
1083
1101
|
* A plain object which can have one function: `refreshBinding`
|
|
1084
1102
|
*/
|
|
1085
|
-
_oControlHandler:
|
|
1103
|
+
_oControlHandler: any
|
|
1086
1104
|
): void;
|
|
1087
1105
|
/**
|
|
1088
1106
|
* Customize the `retrieve` and `apply` functions for a certain control.
|
|
@@ -1355,7 +1373,7 @@ declare namespace sap {
|
|
|
1355
1373
|
* Application developers using the templates and building blocks provided by SAP Fiori elements should
|
|
1356
1374
|
* create their apps by extending this component.
|
|
1357
1375
|
* This ensures that all the necessary services that you need for the building blocks and templates to work
|
|
1358
|
-
*
|
|
1376
|
+
* are started.
|
|
1359
1377
|
* When you use sap.fe.core.AppComponent as the base component, you also need to use a rootView. SAP Fiori
|
|
1360
1378
|
* elements provides two options:
|
|
1361
1379
|
*
|
|
@@ -1602,7 +1620,7 @@ declare namespace sap {
|
|
|
1602
1620
|
*
|
|
1603
1621
|
* @returns A promise that resolves with the new app state object.
|
|
1604
1622
|
*/
|
|
1605
|
-
updateAppState():
|
|
1623
|
+
updateAppState(): any;
|
|
1606
1624
|
/**
|
|
1607
1625
|
* Watch a property from the main page context and trigger a callback when the value changes.
|
|
1608
1626
|
*/
|
|
@@ -1619,8 +1637,8 @@ declare namespace sap {
|
|
|
1619
1637
|
}
|
|
1620
1638
|
/**
|
|
1621
1639
|
* Base controller class for your custom page used inside an SAP Fiori elements application.
|
|
1622
|
-
* This controller provides preconfigured extensions that
|
|
1623
|
-
*
|
|
1640
|
+
* This controller provides preconfigured extensions that ensure you have the basic functionalities required
|
|
1641
|
+
* to use the building blocks.
|
|
1624
1642
|
*
|
|
1625
1643
|
*
|
|
1626
1644
|
* @since 1.88.0
|
package/types/sap.fe.ina.d.ts
CHANGED