@sapui5/types 1.125.0 → 1.126.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 +1 -0
- 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 +75 -89
- package/types/sap.cux.home.d.ts +336 -0
- package/types/sap.esh.search.ui.d.ts +65 -144
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.core.d.ts +13 -3
- package/types/sap.fe.macros.d.ts +156 -126
- 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 +1 -1
- 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 +885 -21
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +510 -720
- 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 +25 -8
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +89 -250
- package/types/sap.suite.ui.commons.d.ts +6 -5
- package/types/sap.suite.ui.generic.template.d.ts +4 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +1699 -1226
- package/types/sap.ui.core.d.ts +356 -287
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +2 -2
- package/types/sap.ui.fl.d.ts +7 -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 +26 -117
- package/types/sap.ui.layout.d.ts +43 -32
- package/types/sap.ui.mdc.d.ts +830 -2992
- 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 +14 -3
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -153
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +16 -271
- 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 +1 -1
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +3 -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/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
/// <reference path="./sap.ovp.d.ts"/>
|
|
40
40
|
/// <reference path="./sap.ui.richtexteditor.d.ts"/>
|
|
41
41
|
/// <reference path="./sap.ui.rta.d.ts"/>
|
|
42
|
+
/// <reference path="./sap.cux.home.d.ts"/>
|
|
42
43
|
/// <reference path="./sap.esh.search.ui.d.ts"/>
|
|
43
44
|
/// <reference path="./sap.fe.base.d.ts"/>
|
|
44
45
|
/// <reference path="./sap.fe.core.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.126.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/collaboration/library" {
|
|
4
4
|
/**
|
|
@@ -102,6 +102,8 @@ declare module "sap/collaboration/components/feed/Component" {
|
|
|
102
102
|
|
|
103
103
|
import { IAsyncContentCreation, ID } from "sap/ui/core/library";
|
|
104
104
|
|
|
105
|
+
import Control from "sap/ui/core/Control";
|
|
106
|
+
|
|
105
107
|
import { TimelineAxisOrientation } from "sap/suite/ui/commons/library";
|
|
106
108
|
|
|
107
109
|
import ComponentMetadata from "sap/ui/core/ComponentMetadata";
|
|
@@ -158,18 +160,6 @@ declare module "sap/collaboration/components/feed/Component" {
|
|
|
158
160
|
mSettings?: $ComponentSettings
|
|
159
161
|
);
|
|
160
162
|
|
|
161
|
-
/**
|
|
162
|
-
* The method to create the Content (UI Control Tree) of the Component.
|
|
163
|
-
*
|
|
164
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
165
|
-
*/
|
|
166
|
-
static createContent(): void;
|
|
167
|
-
/**
|
|
168
|
-
* Cleans up the component instance before destruction.
|
|
169
|
-
*
|
|
170
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
171
|
-
*/
|
|
172
|
-
static exit(): void;
|
|
173
163
|
/**
|
|
174
164
|
* Creates a new subclass of class sap.collaboration.components.feed.Component with name `sClassName` and
|
|
175
165
|
* enriches it with the information contained in `oClassInfo`.
|
|
@@ -202,55 +192,17 @@ declare module "sap/collaboration/components/feed/Component" {
|
|
|
202
192
|
*/
|
|
203
193
|
static getMetadata(): ComponentMetadata;
|
|
204
194
|
/**
|
|
205
|
-
*
|
|
206
|
-
*
|
|
207
|
-
*
|
|
208
|
-
* @returns a map containing information about the selected Group (e.g. Id, Name, etc...)
|
|
209
|
-
*/
|
|
210
|
-
static getSelectedGroup(): Record<string, any>;
|
|
211
|
-
/**
|
|
212
|
-
* Initializes the Component instance after creation.
|
|
213
|
-
*
|
|
214
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
215
|
-
*/
|
|
216
|
-
static init(): void;
|
|
217
|
-
/**
|
|
218
|
-
* Function is called when the rendering of the Component Container is completed.
|
|
195
|
+
* The method to create the Content (UI Control Tree) of the Component.
|
|
219
196
|
*
|
|
220
197
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
221
198
|
*/
|
|
222
|
-
|
|
199
|
+
createContent(): Promise<Control>;
|
|
223
200
|
/**
|
|
224
|
-
*
|
|
201
|
+
* Cleans up the component instance before destruction.
|
|
225
202
|
*
|
|
226
203
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
227
204
|
*/
|
|
228
|
-
|
|
229
|
-
/**
|
|
230
|
-
* Set the axis orientation for the Timeline.
|
|
231
|
-
*/
|
|
232
|
-
static setAxisOrientation(
|
|
233
|
-
axisOrientation:
|
|
234
|
-
| TimelineAxisOrientation
|
|
235
|
-
| keyof typeof TimelineAxisOrientation
|
|
236
|
-
): void;
|
|
237
|
-
/**
|
|
238
|
-
* Sets the enableScroll property for the Timeline.
|
|
239
|
-
*/
|
|
240
|
-
static setEnableScroll(enableScroll: boolean): void;
|
|
241
|
-
/**
|
|
242
|
-
* Sets the sources for the feed. Array of strings representing the Jam group IDs (e.g. ["groupid1", "groupid2"]).
|
|
243
|
-
*/
|
|
244
|
-
static setFeedSources(feedSources: object): void;
|
|
245
|
-
/**
|
|
246
|
-
* Sets all the properties passed in oSettings.
|
|
247
|
-
*/
|
|
248
|
-
static setSettings(
|
|
249
|
-
/**
|
|
250
|
-
* key/value map for settings
|
|
251
|
-
*/
|
|
252
|
-
settings: Record<string, any>
|
|
253
|
-
): void;
|
|
205
|
+
exit(): void;
|
|
254
206
|
/**
|
|
255
207
|
* Getter for property `axisOrientation`.
|
|
256
208
|
*
|
|
@@ -276,6 +228,31 @@ declare module "sap/collaboration/components/feed/Component" {
|
|
|
276
228
|
* @returns the value of property `feedSources`
|
|
277
229
|
*/
|
|
278
230
|
getFeedSources(): Record<string, any> | string[];
|
|
231
|
+
/**
|
|
232
|
+
* Returns the selected Group.
|
|
233
|
+
*
|
|
234
|
+
*
|
|
235
|
+
* @returns a map containing information about the selected Group (e.g. Id, Name, etc...)
|
|
236
|
+
*/
|
|
237
|
+
getSelectedGroup(): Record<string, any>;
|
|
238
|
+
/**
|
|
239
|
+
* Initializes the Component instance after creation.
|
|
240
|
+
*
|
|
241
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
242
|
+
*/
|
|
243
|
+
init(): void;
|
|
244
|
+
/**
|
|
245
|
+
* Function is called when the rendering of the Component Container is completed.
|
|
246
|
+
*
|
|
247
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
248
|
+
*/
|
|
249
|
+
onAfterRendering(): void;
|
|
250
|
+
/**
|
|
251
|
+
* Function is called when the rendering of the Component Container is started.
|
|
252
|
+
*
|
|
253
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
254
|
+
*/
|
|
255
|
+
onBeforeRendering(): void;
|
|
279
256
|
/**
|
|
280
257
|
* Setter for property `axisOrientation`.
|
|
281
258
|
*
|
|
@@ -327,6 +304,15 @@ declare module "sap/collaboration/components/feed/Component" {
|
|
|
327
304
|
*/
|
|
328
305
|
oFeedSources: Record<string, any> | string[]
|
|
329
306
|
): this;
|
|
307
|
+
/**
|
|
308
|
+
* Sets all the properties passed in oSettings.
|
|
309
|
+
*/
|
|
310
|
+
setSettings(
|
|
311
|
+
/**
|
|
312
|
+
* key/value map for settings
|
|
313
|
+
*/
|
|
314
|
+
settings: Record<string, any>
|
|
315
|
+
): void;
|
|
330
316
|
}
|
|
331
317
|
/**
|
|
332
318
|
* Describes the settings that can be provided to the Component constructor.
|
|
@@ -2120,12 +2106,6 @@ declare module "sap/collaboration/components/socialprofile/Component" {
|
|
|
2120
2106
|
mSettings?: $ComponentSettings
|
|
2121
2107
|
);
|
|
2122
2108
|
|
|
2123
|
-
/**
|
|
2124
|
-
* Cleans up the component instance before destruction. [borrowed from sap.ui.core.Component]
|
|
2125
|
-
*
|
|
2126
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2127
|
-
*/
|
|
2128
|
-
static exit(): void;
|
|
2129
2109
|
/**
|
|
2130
2110
|
* Creates a new subclass of class sap.collaboration.components.socialprofile.Component with name `sClassName`
|
|
2131
2111
|
* and enriches it with the information contained in `oClassInfo`.
|
|
@@ -2158,37 +2138,11 @@ declare module "sap/collaboration/components/socialprofile/Component" {
|
|
|
2158
2138
|
*/
|
|
2159
2139
|
static getMetadata(): ComponentMetadata;
|
|
2160
2140
|
/**
|
|
2161
|
-
*
|
|
2162
|
-
*
|
|
2163
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2164
|
-
*/
|
|
2165
|
-
static init(): void;
|
|
2166
|
-
/**
|
|
2167
|
-
* Function is called when the rendering of the Component Container is completed. [borrowed from sap.ui.core.UIComponent]
|
|
2168
|
-
*
|
|
2169
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2170
|
-
*/
|
|
2171
|
-
static onAfterRendering(): void;
|
|
2172
|
-
/**
|
|
2173
|
-
* Function is called when the rendering of the Component Container is started. [borrowed from sap.ui.core.UIComponent]
|
|
2141
|
+
* Cleans up the component instance before destruction. [borrowed from sap.ui.core.Component]
|
|
2174
2142
|
*
|
|
2175
2143
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2176
2144
|
*/
|
|
2177
|
-
|
|
2178
|
-
/**
|
|
2179
|
-
* Opens the social profile component
|
|
2180
|
-
*/
|
|
2181
|
-
static open(): void;
|
|
2182
|
-
/**
|
|
2183
|
-
* Setter for the Component settings
|
|
2184
|
-
*/
|
|
2185
|
-
static setSettings(
|
|
2186
|
-
/**
|
|
2187
|
-
* A JSON object used to set the component settings, this object should contains the same properties used
|
|
2188
|
-
* in the constructor
|
|
2189
|
-
*/
|
|
2190
|
-
oSettings: object
|
|
2191
|
-
): void;
|
|
2145
|
+
exit(): void;
|
|
2192
2146
|
/**
|
|
2193
2147
|
* Getter for property `height`. Gets the height of the Social Profile
|
|
2194
2148
|
*
|
|
@@ -2237,6 +2191,28 @@ declare module "sap/collaboration/components/socialprofile/Component" {
|
|
|
2237
2191
|
* @returns the value of property `width`
|
|
2238
2192
|
*/
|
|
2239
2193
|
getWidth(): CSSSize;
|
|
2194
|
+
/**
|
|
2195
|
+
* Initializes the Component instance after creation. [borrowed from sap.ui.core.UIComponent]
|
|
2196
|
+
*
|
|
2197
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2198
|
+
*/
|
|
2199
|
+
init(): void;
|
|
2200
|
+
/**
|
|
2201
|
+
* Function is called when the rendering of the Component Container is completed. [borrowed from sap.ui.core.UIComponent]
|
|
2202
|
+
*
|
|
2203
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2204
|
+
*/
|
|
2205
|
+
onAfterRendering(): void;
|
|
2206
|
+
/**
|
|
2207
|
+
* Function is called when the rendering of the Component Container is started. [borrowed from sap.ui.core.UIComponent]
|
|
2208
|
+
*
|
|
2209
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2210
|
+
*/
|
|
2211
|
+
onBeforeRendering(): void;
|
|
2212
|
+
/**
|
|
2213
|
+
* Opens the social profile component
|
|
2214
|
+
*/
|
|
2215
|
+
open(): void;
|
|
2240
2216
|
/**
|
|
2241
2217
|
* Setter for property `height`. Sets the height of the Social Profile
|
|
2242
2218
|
*
|
|
@@ -2301,6 +2277,16 @@ declare module "sap/collaboration/components/socialprofile/Component" {
|
|
|
2301
2277
|
*/
|
|
2302
2278
|
sPlacement: PlacementType | keyof typeof PlacementType
|
|
2303
2279
|
): this;
|
|
2280
|
+
/**
|
|
2281
|
+
* Setter for the Component settings
|
|
2282
|
+
*/
|
|
2283
|
+
setSettings(
|
|
2284
|
+
/**
|
|
2285
|
+
* A JSON object used to set the component settings, this object should contains the same properties used
|
|
2286
|
+
* in the constructor
|
|
2287
|
+
*/
|
|
2288
|
+
oSettings: object
|
|
2289
|
+
): void;
|
|
2304
2290
|
/**
|
|
2305
2291
|
* Setter for property `width`. Sets the width of the Social Profile
|
|
2306
2292
|
*
|
|
@@ -0,0 +1,336 @@
|
|
|
1
|
+
// For Library Version: 0.0.1
|
|
2
|
+
|
|
3
|
+
declare module "sap/cux/home/AppsContainer" {
|
|
4
|
+
/**
|
|
5
|
+
* Container class for managing and storing Apps.
|
|
6
|
+
*
|
|
7
|
+
* @since 1.121
|
|
8
|
+
* @experimental (since 1.121)
|
|
9
|
+
*/
|
|
10
|
+
export default class AppsContainer
|
|
11
|
+
extends /* was: sap.cux.home.BaseContainer */ Object {}
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
declare module "sap/cux/home/CardsPanel" {
|
|
15
|
+
/**
|
|
16
|
+
* Panel class for managing and storing Cards.
|
|
17
|
+
*
|
|
18
|
+
* @since 1.122.0
|
|
19
|
+
* @experimental (since 1.122.0)
|
|
20
|
+
*/
|
|
21
|
+
export default class CardsPanel
|
|
22
|
+
extends /* was: sap.cux.home.BasePanel */ Object {}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
declare module "sap/cux/home/FrequentAppPanel" {
|
|
26
|
+
/**
|
|
27
|
+
* Provides the class for managing frequent apps.
|
|
28
|
+
*
|
|
29
|
+
* @since 1.121.0
|
|
30
|
+
* @experimental (since 1.121.0)
|
|
31
|
+
*/
|
|
32
|
+
export default class FrequentAppPanel
|
|
33
|
+
extends /* was: sap.cux.home.BaseAppPersPanel */ Object {}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
declare module "sap/cux/home/InsightsContainer" {
|
|
37
|
+
/**
|
|
38
|
+
* Container class for managing and storing Insights tiles and cards.
|
|
39
|
+
*
|
|
40
|
+
* @since 1.121
|
|
41
|
+
* @experimental (since 1.121)
|
|
42
|
+
*/
|
|
43
|
+
export default class InsightsContainer
|
|
44
|
+
extends /* was: sap.cux.home.BaseContainer */ Object {}
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
declare module "sap/cux/home/Layout" {
|
|
48
|
+
/**
|
|
49
|
+
* Layout class for My Home layout.
|
|
50
|
+
*
|
|
51
|
+
* @since 1.121
|
|
52
|
+
* @experimental (since 1.121)
|
|
53
|
+
*/
|
|
54
|
+
export default class Layout
|
|
55
|
+
extends /* was: sap.cux.home.BaseLayout */ Object {}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
declare module "sap/cux/home/library" {
|
|
59
|
+
/**
|
|
60
|
+
* Supported Layout Types for {@link sap.cux.home.BaseContainer }.
|
|
61
|
+
*
|
|
62
|
+
* @since 1.121
|
|
63
|
+
* @experimental (since 1.121)
|
|
64
|
+
*/
|
|
65
|
+
export enum LayoutType {
|
|
66
|
+
/**
|
|
67
|
+
* Panels are rendered horizontally example pages and news
|
|
68
|
+
*/
|
|
69
|
+
Horizontal = "undefined",
|
|
70
|
+
/**
|
|
71
|
+
* Panels are rendered side by side example todos and situaions, fav, recent and frequent apps
|
|
72
|
+
*/
|
|
73
|
+
SideBySide = "undefined",
|
|
74
|
+
/**
|
|
75
|
+
* Panels are rendered vertically example insights cards and tiles
|
|
76
|
+
*/
|
|
77
|
+
Vertical = "undefined",
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* Supported News Types for {@link sap.cux.home.NewsPanel }.
|
|
81
|
+
*
|
|
82
|
+
* @since 1.121
|
|
83
|
+
* @experimental (since 1.121)
|
|
84
|
+
*/
|
|
85
|
+
export enum NewsType {
|
|
86
|
+
/**
|
|
87
|
+
* News is of type Custom news feed
|
|
88
|
+
*/
|
|
89
|
+
Custom = "undefined",
|
|
90
|
+
/**
|
|
91
|
+
* Url is of type feed
|
|
92
|
+
*/
|
|
93
|
+
Feed = "undefined",
|
|
94
|
+
/**
|
|
95
|
+
* Url is of type RSS
|
|
96
|
+
*/
|
|
97
|
+
RSS = "undefined",
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
declare module "sap/cux/home/MenuItem" {
|
|
102
|
+
import { default as UI5Element, $ElementSettings } from "sap/ui/core/Element";
|
|
103
|
+
|
|
104
|
+
import { URI } from "sap/ui/core/library";
|
|
105
|
+
|
|
106
|
+
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
107
|
+
|
|
108
|
+
import Event from "sap/ui/base/Event";
|
|
109
|
+
|
|
110
|
+
/**
|
|
111
|
+
* Class for managing and storing Menu items.
|
|
112
|
+
*
|
|
113
|
+
* @since 1.121
|
|
114
|
+
* @experimental (since 1.121)
|
|
115
|
+
*/
|
|
116
|
+
export default class MenuItem extends UI5Element {}
|
|
117
|
+
/**
|
|
118
|
+
* Describes the settings that can be provided to the MenuItem constructor.
|
|
119
|
+
*
|
|
120
|
+
* @experimental (since 1.121)
|
|
121
|
+
*/
|
|
122
|
+
export interface $MenuItemSettings extends $ElementSettings {
|
|
123
|
+
/**
|
|
124
|
+
* Icon of the menu item.
|
|
125
|
+
*/
|
|
126
|
+
icon?: URI | PropertyBindingInfo | `{${string}}`;
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* Title of the menu item.
|
|
130
|
+
*/
|
|
131
|
+
title?: string | PropertyBindingInfo;
|
|
132
|
+
|
|
133
|
+
/**
|
|
134
|
+
* Type of menu item visualization in the menu list
|
|
135
|
+
*/
|
|
136
|
+
type?: string | PropertyBindingInfo;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
/**
|
|
140
|
+
* Parameters of the MenuItem#press event.
|
|
141
|
+
*/
|
|
142
|
+
export interface MenuItem$PressEventParameters {}
|
|
143
|
+
|
|
144
|
+
/**
|
|
145
|
+
* Event object of the MenuItem#press event.
|
|
146
|
+
*/
|
|
147
|
+
export type MenuItem$PressEvent = Event<
|
|
148
|
+
MenuItem$PressEventParameters,
|
|
149
|
+
MenuItem
|
|
150
|
+
>;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
declare module "sap/cux/home/NewsAndPagesContainer" {
|
|
154
|
+
/**
|
|
155
|
+
* Container class for managing and storing News and Pages.
|
|
156
|
+
*
|
|
157
|
+
* @since 1.121
|
|
158
|
+
* @experimental (since 1.121)
|
|
159
|
+
*/
|
|
160
|
+
export default class NewsAndPagesContainer
|
|
161
|
+
extends /* was: sap.cux.home.BaseContainer */ Object {}
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
declare module "sap/cux/home/NewsPanel" {
|
|
165
|
+
/**
|
|
166
|
+
* Panel class for managing and storing News.
|
|
167
|
+
*
|
|
168
|
+
* @since 1.121
|
|
169
|
+
* @experimental (since 1.121)
|
|
170
|
+
*/
|
|
171
|
+
export default class NewsPanel
|
|
172
|
+
extends /* was: sap.cux.home.BaseNewsPanel */ Object {}
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
declare module "sap/cux/home/PagePanel" {
|
|
176
|
+
/**
|
|
177
|
+
* Panel class for managing and storing Pages.
|
|
178
|
+
*
|
|
179
|
+
* @since 1.122
|
|
180
|
+
* @experimental (since 1.122)
|
|
181
|
+
*/
|
|
182
|
+
export default class PagePanel
|
|
183
|
+
extends /* was: sap.cux.home.BasePagePanel */ Object {}
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
declare module "sap/cux/home/RecentAppPanel" {
|
|
187
|
+
/**
|
|
188
|
+
* Provides class for managing Recent apps.
|
|
189
|
+
*
|
|
190
|
+
* @since 1.121.0
|
|
191
|
+
* @experimental (since 1.121.0)
|
|
192
|
+
*/
|
|
193
|
+
export default class RecentAppPanel
|
|
194
|
+
extends /* was: sap.cux.home.BaseAppPersPanel */ Object {}
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
declare module "sap/cux/home/SituationPanel" {
|
|
198
|
+
/**
|
|
199
|
+
* Panel class for managing and storing Situation cards.
|
|
200
|
+
*
|
|
201
|
+
* @since 1.121
|
|
202
|
+
* @experimental (since 1.121)
|
|
203
|
+
*/
|
|
204
|
+
export default class SituationPanel
|
|
205
|
+
implements /* was: sap.cux.home.ToDoPanel.IToDoPanel */ Object
|
|
206
|
+
{
|
|
207
|
+
__implements__sap_cux_home_ToDoPanel_IToDoPanel: boolean;
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
declare module "sap/cux/home/TaskPanel" {
|
|
212
|
+
/**
|
|
213
|
+
* Panel class for managing and storing Task cards.
|
|
214
|
+
*
|
|
215
|
+
* @since 1.121
|
|
216
|
+
* @experimental (since 1.121)
|
|
217
|
+
*/
|
|
218
|
+
export default class TaskPanel
|
|
219
|
+
implements /* was: sap.cux.home.ToDoPanel.IToDoPanel */ Object
|
|
220
|
+
{
|
|
221
|
+
__implements__sap_cux_home_ToDoPanel_IToDoPanel: boolean;
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
declare module "sap/cux/home/TilesPanel" {
|
|
226
|
+
/**
|
|
227
|
+
* Tiles Panel class for managing and storing Tiles.
|
|
228
|
+
*
|
|
229
|
+
* @since 1.122.0
|
|
230
|
+
* @experimental (since 1.122.0)
|
|
231
|
+
*/
|
|
232
|
+
export default class TilesPanel
|
|
233
|
+
extends /* was: sap.cux.home.BasePanel */ Object {}
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
declare module "sap/cux/home/ToDoPanel" {
|
|
237
|
+
import Context from "sap/ui/model/Context";
|
|
238
|
+
|
|
239
|
+
import Control from "sap/ui/core/Control";
|
|
240
|
+
|
|
241
|
+
/**
|
|
242
|
+
* Abstract Panel class for managing and storing To-Do cards.
|
|
243
|
+
*
|
|
244
|
+
* @since 1.121
|
|
245
|
+
* @experimental (since 1.121)
|
|
246
|
+
*/
|
|
247
|
+
export default class ToDoPanel
|
|
248
|
+
extends /* was: sap.cux.home.BasePanel */ Object
|
|
249
|
+
implements /* was: sap.cux.home.ToDoPanel.IToDoPanel */ Object
|
|
250
|
+
{
|
|
251
|
+
__implements__sap_cux_home_ToDoPanel_IToDoPanel: boolean;
|
|
252
|
+
|
|
253
|
+
/**
|
|
254
|
+
* Generate a default card template for the Current Panel.
|
|
255
|
+
* An extended panel can have it's own template by overridding
|
|
256
|
+
* this method and providing a custom card template.
|
|
257
|
+
*
|
|
258
|
+
*
|
|
259
|
+
* @returns The generated card template.
|
|
260
|
+
*/
|
|
261
|
+
generateCardTemplate(
|
|
262
|
+
/**
|
|
263
|
+
* The ID for the template.
|
|
264
|
+
*/
|
|
265
|
+
id: string,
|
|
266
|
+
/**
|
|
267
|
+
* The context for the template.
|
|
268
|
+
*/
|
|
269
|
+
context: Context
|
|
270
|
+
): Control;
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
declare module "sap/cux/home/ToDosContainer" {
|
|
275
|
+
/**
|
|
276
|
+
* Container class for managing and storing To-Do cards.
|
|
277
|
+
*
|
|
278
|
+
* @since 1.121
|
|
279
|
+
* @experimental (since 1.121)
|
|
280
|
+
*/
|
|
281
|
+
export default class ToDosContainer
|
|
282
|
+
extends /* was: sap.cux.home.BaseContainer */ Object
|
|
283
|
+
{
|
|
284
|
+
/**
|
|
285
|
+
* Gets the selected key of the ToDosContainer.
|
|
286
|
+
* If no selected key is set, it defaults to the first item.
|
|
287
|
+
*
|
|
288
|
+
*
|
|
289
|
+
* @returns The selected key.
|
|
290
|
+
*/
|
|
291
|
+
getSelectedKey(): string;
|
|
292
|
+
/**
|
|
293
|
+
* Asynchronously refreshes the section by forcing all inner panels to be reloaded.
|
|
294
|
+
*
|
|
295
|
+
*
|
|
296
|
+
* @returns A promise that resolves when the section is successfully refreshed.
|
|
297
|
+
*/
|
|
298
|
+
refreshData(): Promise<void>;
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
declare namespace sap {
|
|
303
|
+
interface IUI5DefineDependencyNames {
|
|
304
|
+
"sap/cux/home/AppsContainer": undefined;
|
|
305
|
+
|
|
306
|
+
"sap/cux/home/CardsPanel": undefined;
|
|
307
|
+
|
|
308
|
+
"sap/cux/home/FrequentAppPanel": undefined;
|
|
309
|
+
|
|
310
|
+
"sap/cux/home/InsightsContainer": undefined;
|
|
311
|
+
|
|
312
|
+
"sap/cux/home/Layout": undefined;
|
|
313
|
+
|
|
314
|
+
"sap/cux/home/library": undefined;
|
|
315
|
+
|
|
316
|
+
"sap/cux/home/MenuItem": undefined;
|
|
317
|
+
|
|
318
|
+
"sap/cux/home/NewsAndPagesContainer": undefined;
|
|
319
|
+
|
|
320
|
+
"sap/cux/home/NewsPanel": undefined;
|
|
321
|
+
|
|
322
|
+
"sap/cux/home/PagePanel": undefined;
|
|
323
|
+
|
|
324
|
+
"sap/cux/home/RecentAppPanel": undefined;
|
|
325
|
+
|
|
326
|
+
"sap/cux/home/SituationPanel": undefined;
|
|
327
|
+
|
|
328
|
+
"sap/cux/home/TaskPanel": undefined;
|
|
329
|
+
|
|
330
|
+
"sap/cux/home/TilesPanel": undefined;
|
|
331
|
+
|
|
332
|
+
"sap/cux/home/ToDoPanel": undefined;
|
|
333
|
+
|
|
334
|
+
"sap/cux/home/ToDosContainer": undefined;
|
|
335
|
+
}
|
|
336
|
+
}
|