@sapui5/ts-types-esm 1.129.1 → 1.130.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 +1 -1
- package/types/sap.cux.home.d.ts +41 -40
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +87 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +3 -0
- package/types/sap.fe.core.d.ts +42 -6
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +462 -200
- 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 +5 -2
- 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 +724 -204
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +1002 -3360
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +108 -16
- package/types/sap.suite.ui.commons.d.ts +264 -125
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +309 -79
- 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 +1 -25
- package/types/sap.ui.core.d.ts +119 -110
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +5 -2
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +22 -5
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +273 -234
- 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 +6 -11
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- 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 +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 +1 -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 +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
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
/// <reference path="./sap.cux.home.d.ts"/>
|
|
46
46
|
/// <reference path="./sap.esh.search.ui.d.ts"/>
|
|
47
47
|
/// <reference path="./sap.fe.base.d.ts"/>
|
|
48
|
+
/// <reference path="./sap.fe.controls.d.ts"/>
|
|
48
49
|
/// <reference path="./sap.fe.core.d.ts"/>
|
|
49
50
|
/// <reference path="./sap.fe.ina.d.ts"/>
|
|
50
51
|
/// <reference path="./sap.fe.macros.d.ts"/>
|
package/types/sap.apf.d.ts
CHANGED
package/types/sap.ca.ui.d.ts
CHANGED
package/types/sap.chart.d.ts
CHANGED
package/types/sap.cux.home.d.ts
CHANGED
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
declare module "sap/cux/home/AppsContainer" {
|
|
4
4
|
/**
|
|
5
|
-
* Container class for managing and storing
|
|
5
|
+
* Container class for managing and storing apps.
|
|
6
6
|
*
|
|
7
7
|
* @since 1.121
|
|
8
8
|
* @experimental (since 1.121)
|
|
9
9
|
*/
|
|
10
10
|
export default class AppsContainer {
|
|
11
11
|
/**
|
|
12
|
-
* Constructor for a new
|
|
12
|
+
* Constructor for a new app container.
|
|
13
13
|
*/
|
|
14
14
|
constructor(
|
|
15
15
|
/**
|
|
16
|
-
* ID for the new control, generated automatically if
|
|
16
|
+
* ID for the new control, generated automatically if an ID is not provided
|
|
17
17
|
*/
|
|
18
18
|
id?: string,
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ declare module "sap/cux/home/AppsContainer" {
|
|
|
26
26
|
|
|
27
27
|
declare module "sap/cux/home/CardsPanel" {
|
|
28
28
|
/**
|
|
29
|
-
* Panel class for managing and storing Cards.
|
|
29
|
+
* Panel class for managing and storing Insights Cards.
|
|
30
30
|
*
|
|
31
31
|
* @since 1.122.0
|
|
32
32
|
* @experimental (since 1.122.0)
|
|
@@ -35,11 +35,11 @@ declare module "sap/cux/home/CardsPanel" {
|
|
|
35
35
|
extends /* was: sap.cux.home.BasePanel */ Object
|
|
36
36
|
{
|
|
37
37
|
/**
|
|
38
|
-
* Constructor for a new
|
|
38
|
+
* Constructor for a new card panel.
|
|
39
39
|
*/
|
|
40
40
|
constructor(
|
|
41
41
|
/**
|
|
42
|
-
* ID for the new control, generated automatically if
|
|
42
|
+
* ID for the new control, generated automatically if an ID is not provided
|
|
43
43
|
*/
|
|
44
44
|
id?: string,
|
|
45
45
|
/**
|
|
@@ -59,11 +59,11 @@ declare module "sap/cux/home/FrequentAppPanel" {
|
|
|
59
59
|
*/
|
|
60
60
|
export default class FrequentAppPanel {
|
|
61
61
|
/**
|
|
62
|
-
* Constructor for a new
|
|
62
|
+
* Constructor for a new frequent app panel.
|
|
63
63
|
*/
|
|
64
64
|
constructor(
|
|
65
65
|
/**
|
|
66
|
-
* ID for the new control, generated automatically if
|
|
66
|
+
* ID for the new control, generated automatically if an ID is not provided
|
|
67
67
|
*/
|
|
68
68
|
id?: string,
|
|
69
69
|
/**
|
|
@@ -76,18 +76,18 @@ declare module "sap/cux/home/FrequentAppPanel" {
|
|
|
76
76
|
|
|
77
77
|
declare module "sap/cux/home/InsightsContainer" {
|
|
78
78
|
/**
|
|
79
|
-
* Container class for managing and storing Insights
|
|
79
|
+
* Container class for managing and storing Insights Tiles and Insights Cards.
|
|
80
80
|
*
|
|
81
81
|
* @since 1.121
|
|
82
82
|
* @experimental (since 1.121)
|
|
83
83
|
*/
|
|
84
84
|
export default class InsightsContainer {
|
|
85
85
|
/**
|
|
86
|
-
* Constructor for a new Insights
|
|
86
|
+
* Constructor for a new Insights container.
|
|
87
87
|
*/
|
|
88
88
|
constructor(
|
|
89
89
|
/**
|
|
90
|
-
* ID for the new control, generated automatically if
|
|
90
|
+
* ID for the new control, generated automatically if an ID is not provided
|
|
91
91
|
*/
|
|
92
92
|
id?: string,
|
|
93
93
|
/**
|
|
@@ -100,18 +100,18 @@ declare module "sap/cux/home/InsightsContainer" {
|
|
|
100
100
|
|
|
101
101
|
declare module "sap/cux/home/Layout" {
|
|
102
102
|
/**
|
|
103
|
-
* Layout class for My Home layout.
|
|
103
|
+
* Layout class for the My Home layout.
|
|
104
104
|
*
|
|
105
105
|
* @since 1.121
|
|
106
106
|
* @experimental (since 1.121)
|
|
107
107
|
*/
|
|
108
108
|
export default class Layout {
|
|
109
109
|
/**
|
|
110
|
-
* Constructor for a new
|
|
110
|
+
* Constructor for a new layout.
|
|
111
111
|
*/
|
|
112
112
|
constructor(
|
|
113
113
|
/**
|
|
114
|
-
* ID for the new control, generated automatically if
|
|
114
|
+
* ID for the new control, generated automatically if an ID is not provided
|
|
115
115
|
*/
|
|
116
116
|
id?: string,
|
|
117
117
|
/**
|
|
@@ -124,22 +124,23 @@ declare module "sap/cux/home/Layout" {
|
|
|
124
124
|
|
|
125
125
|
declare module "sap/cux/home/library" {
|
|
126
126
|
/**
|
|
127
|
-
* Supported
|
|
127
|
+
* Supported layout types for {@link sap.cux.home.BaseContainer }.
|
|
128
128
|
*
|
|
129
129
|
* @since 1.121
|
|
130
130
|
* @experimental (since 1.121)
|
|
131
131
|
*/
|
|
132
132
|
export enum LayoutType {
|
|
133
133
|
/**
|
|
134
|
-
* Panels are rendered horizontally example
|
|
134
|
+
* Panels are rendered horizontally, for example Pages and News
|
|
135
135
|
*/
|
|
136
136
|
Horizontal = "undefined",
|
|
137
137
|
/**
|
|
138
|
-
* Panels are rendered side by side example
|
|
138
|
+
* Panels are rendered side by side, for example To-Dos and Situaions, and Favorites, Recently Used and
|
|
139
|
+
* Frequently Used apps
|
|
139
140
|
*/
|
|
140
141
|
SideBySide = "undefined",
|
|
141
142
|
/**
|
|
142
|
-
* Panels are rendered vertically example
|
|
143
|
+
* Panels are rendered vertically, for example Insights Tiles and Insights Cards
|
|
143
144
|
*/
|
|
144
145
|
Vertical = "undefined",
|
|
145
146
|
}
|
|
@@ -151,7 +152,7 @@ declare module "sap/cux/home/library" {
|
|
|
151
152
|
*/
|
|
152
153
|
export enum NewsType {
|
|
153
154
|
/**
|
|
154
|
-
* News is of type
|
|
155
|
+
* News is of type custom news feed
|
|
155
156
|
*/
|
|
156
157
|
Custom = "undefined",
|
|
157
158
|
/**
|
|
@@ -175,18 +176,18 @@ declare module "sap/cux/home/MenuItem" {
|
|
|
175
176
|
import Event from "sap/ui/base/Event";
|
|
176
177
|
|
|
177
178
|
/**
|
|
178
|
-
* Class for managing and storing
|
|
179
|
+
* Class for managing and storing menu items.
|
|
179
180
|
*
|
|
180
181
|
* @since 1.121
|
|
181
182
|
* @experimental (since 1.121)
|
|
182
183
|
*/
|
|
183
184
|
export default class MenuItem extends UI5Element {
|
|
184
185
|
/**
|
|
185
|
-
* Constructor for a new
|
|
186
|
+
* Constructor for a new menu item.
|
|
186
187
|
*/
|
|
187
188
|
constructor(
|
|
188
189
|
/**
|
|
189
|
-
* ID for the new control, generated automatically if
|
|
190
|
+
* ID for the new control, generated automatically if an ID is not provided
|
|
190
191
|
*/
|
|
191
192
|
id?: string,
|
|
192
193
|
/**
|
|
@@ -212,7 +213,7 @@ declare module "sap/cux/home/MenuItem" {
|
|
|
212
213
|
title?: string | PropertyBindingInfo;
|
|
213
214
|
|
|
214
215
|
/**
|
|
215
|
-
* Type of menu item visualization in the menu list
|
|
216
|
+
* Type of the menu item visualization in the menu list
|
|
216
217
|
*/
|
|
217
218
|
type?: string | PropertyBindingInfo;
|
|
218
219
|
}
|
|
@@ -240,11 +241,11 @@ declare module "sap/cux/home/NewsAndPagesContainer" {
|
|
|
240
241
|
*/
|
|
241
242
|
export default class NewsAndPagesContainer {
|
|
242
243
|
/**
|
|
243
|
-
* Constructor for
|
|
244
|
+
* Constructor for the new News and Pages container.
|
|
244
245
|
*/
|
|
245
246
|
constructor(
|
|
246
247
|
/**
|
|
247
|
-
* ID for the new control, generated automatically if
|
|
248
|
+
* ID for the new control, generated automatically if an ID is not provided
|
|
248
249
|
*/
|
|
249
250
|
id?: string,
|
|
250
251
|
/**
|
|
@@ -295,7 +296,7 @@ declare module "sap/cux/home/NewsPanel" {
|
|
|
295
296
|
*/
|
|
296
297
|
constructor(
|
|
297
298
|
/**
|
|
298
|
-
* ID for the new control, generated automatically if
|
|
299
|
+
* ID for the new control, generated automatically if an ID is not provided
|
|
299
300
|
*/
|
|
300
301
|
id?: string,
|
|
301
302
|
/**
|
|
@@ -326,11 +327,11 @@ declare module "sap/cux/home/PagePanel" {
|
|
|
326
327
|
*/
|
|
327
328
|
export default class PagePanel {
|
|
328
329
|
/**
|
|
329
|
-
* Constructor for a new Page
|
|
330
|
+
* Constructor for a new Page panel.
|
|
330
331
|
*/
|
|
331
332
|
constructor(
|
|
332
333
|
/**
|
|
333
|
-
* ID for the new control, generated automatically if
|
|
334
|
+
* ID for the new control, generated automatically if an ID is not provided
|
|
334
335
|
*/
|
|
335
336
|
id?: string,
|
|
336
337
|
/**
|
|
@@ -343,18 +344,18 @@ declare module "sap/cux/home/PagePanel" {
|
|
|
343
344
|
|
|
344
345
|
declare module "sap/cux/home/RecentAppPanel" {
|
|
345
346
|
/**
|
|
346
|
-
* Provides class for managing
|
|
347
|
+
* Provides class for managing Recently Used apps.
|
|
347
348
|
*
|
|
348
349
|
* @since 1.121.0
|
|
349
350
|
* @experimental (since 1.121.0)
|
|
350
351
|
*/
|
|
351
352
|
export default class RecentAppPanel {
|
|
352
353
|
/**
|
|
353
|
-
* Constructor for a new
|
|
354
|
+
* Constructor for a new Recently Used apps Panel.
|
|
354
355
|
*/
|
|
355
356
|
constructor(
|
|
356
357
|
/**
|
|
357
|
-
* ID for the new control, generated automatically if
|
|
358
|
+
* ID for the new control, generated automatically if an ID is not provided
|
|
358
359
|
*/
|
|
359
360
|
id?: string,
|
|
360
361
|
/**
|
|
@@ -381,7 +382,7 @@ declare module "sap/cux/home/SituationPanel" {
|
|
|
381
382
|
*/
|
|
382
383
|
constructor(
|
|
383
384
|
/**
|
|
384
|
-
* ID for the new control, generated automatically if
|
|
385
|
+
* ID for the new control, generated automatically if an ID is not provided
|
|
385
386
|
*/
|
|
386
387
|
id?: string,
|
|
387
388
|
/**
|
|
@@ -408,7 +409,7 @@ declare module "sap/cux/home/TaskPanel" {
|
|
|
408
409
|
*/
|
|
409
410
|
constructor(
|
|
410
411
|
/**
|
|
411
|
-
* ID for the new control, generated automatically if
|
|
412
|
+
* ID for the new control, generated automatically if an ID is not provided
|
|
412
413
|
*/
|
|
413
414
|
id?: string,
|
|
414
415
|
/**
|
|
@@ -421,7 +422,7 @@ declare module "sap/cux/home/TaskPanel" {
|
|
|
421
422
|
|
|
422
423
|
declare module "sap/cux/home/TilesPanel" {
|
|
423
424
|
/**
|
|
424
|
-
* Tiles Panel class for managing and storing Tiles.
|
|
425
|
+
* Tiles Panel class for managing and storing Insights Tiles.
|
|
425
426
|
*
|
|
426
427
|
* @since 1.122.0
|
|
427
428
|
* @experimental (since 1.122.0)
|
|
@@ -434,7 +435,7 @@ declare module "sap/cux/home/TilesPanel" {
|
|
|
434
435
|
*/
|
|
435
436
|
constructor(
|
|
436
437
|
/**
|
|
437
|
-
* ID for the new control, generated automatically if
|
|
438
|
+
* ID for the new control, generated automatically if an ID is not provided
|
|
438
439
|
*/
|
|
439
440
|
id?: string,
|
|
440
441
|
/**
|
|
@@ -462,11 +463,11 @@ declare module "sap/cux/home/ToDoPanel" {
|
|
|
462
463
|
{
|
|
463
464
|
__implements__sap_cux_home_ToDoPanel_IToDoPanel: boolean;
|
|
464
465
|
/**
|
|
465
|
-
* Constructor for a new
|
|
466
|
+
* Constructor for a new To-Dos Panel.
|
|
466
467
|
*/
|
|
467
468
|
constructor(
|
|
468
469
|
/**
|
|
469
|
-
* ID for the new control, generated automatically if
|
|
470
|
+
* ID for the new control, generated automatically if an ID is not provided
|
|
470
471
|
*/
|
|
471
472
|
id?: string,
|
|
472
473
|
/**
|
|
@@ -505,11 +506,11 @@ declare module "sap/cux/home/ToDosContainer" {
|
|
|
505
506
|
*/
|
|
506
507
|
export default class ToDosContainer {
|
|
507
508
|
/**
|
|
508
|
-
* Constructor for a new
|
|
509
|
+
* Constructor for a new To-Dos container.
|
|
509
510
|
*/
|
|
510
511
|
constructor(
|
|
511
512
|
/**
|
|
512
|
-
* ID for the new control, generated automatically if
|
|
513
|
+
* ID for the new control, generated automatically if an ID is not provided
|
|
513
514
|
*/
|
|
514
515
|
id?: string,
|
|
515
516
|
/**
|
|
@@ -519,7 +520,7 @@ declare module "sap/cux/home/ToDosContainer" {
|
|
|
519
520
|
);
|
|
520
521
|
|
|
521
522
|
/**
|
|
522
|
-
* Gets the selected key of the
|
|
523
|
+
* Gets the selected key of the To-Dos container.
|
|
523
524
|
* If no selected key is set, it defaults to the first item.
|
|
524
525
|
*
|
|
525
526
|
*
|
package/types/sap.f.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.130.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/tnt/library" {
|
|
4
4
|
export interface IToolHeader {
|
|
@@ -2281,6 +2281,8 @@ declare module "sap/f/cards/Header" {
|
|
|
2281
2281
|
|
|
2282
2282
|
import AvatarShape from "sap/m/AvatarShape";
|
|
2283
2283
|
|
|
2284
|
+
import AvatarImageFitType from "sap/m/AvatarImageFitType";
|
|
2285
|
+
|
|
2284
2286
|
import AvatarSize from "sap/m/AvatarSize";
|
|
2285
2287
|
|
|
2286
2288
|
import { URI } from "sap/ui/core/library";
|
|
@@ -2497,6 +2499,18 @@ declare module "sap/f/cards/Header" {
|
|
|
2497
2499
|
* @returns Value of property `iconDisplayShape`
|
|
2498
2500
|
*/
|
|
2499
2501
|
getIconDisplayShape(): AvatarShape | keyof typeof AvatarShape;
|
|
2502
|
+
/**
|
|
2503
|
+
* Gets current value of property {@link #getIconFitType iconFitType}.
|
|
2504
|
+
*
|
|
2505
|
+
* Defines how the image fits in the icon area.
|
|
2506
|
+
*
|
|
2507
|
+
* Default value is `Cover`.
|
|
2508
|
+
*
|
|
2509
|
+
* @since 1.130
|
|
2510
|
+
*
|
|
2511
|
+
* @returns Value of property `iconFitType`
|
|
2512
|
+
*/
|
|
2513
|
+
getIconFitType(): AvatarImageFitType | keyof typeof AvatarImageFitType;
|
|
2500
2514
|
/**
|
|
2501
2515
|
* Gets current value of property {@link #getIconInitials iconInitials}.
|
|
2502
2516
|
*
|
|
@@ -2656,6 +2670,25 @@ declare module "sap/f/cards/Header" {
|
|
|
2656
2670
|
*/
|
|
2657
2671
|
sIconDisplayShape?: AvatarShape | keyof typeof AvatarShape
|
|
2658
2672
|
): this;
|
|
2673
|
+
/**
|
|
2674
|
+
* Sets a new value for property {@link #getIconFitType iconFitType}.
|
|
2675
|
+
*
|
|
2676
|
+
* Defines how the image fits in the icon area.
|
|
2677
|
+
*
|
|
2678
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2679
|
+
*
|
|
2680
|
+
* Default value is `Cover`.
|
|
2681
|
+
*
|
|
2682
|
+
* @since 1.130
|
|
2683
|
+
*
|
|
2684
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
2685
|
+
*/
|
|
2686
|
+
setIconFitType(
|
|
2687
|
+
/**
|
|
2688
|
+
* New value for property `iconFitType`
|
|
2689
|
+
*/
|
|
2690
|
+
sIconFitType?: AvatarImageFitType | keyof typeof AvatarImageFitType
|
|
2691
|
+
): this;
|
|
2659
2692
|
/**
|
|
2660
2693
|
* Sets a new value for property {@link #getIconInitials iconInitials}.
|
|
2661
2694
|
*
|
|
@@ -2914,6 +2947,16 @@ declare module "sap/f/cards/Header" {
|
|
|
2914
2947
|
| PropertyBindingInfo
|
|
2915
2948
|
| `{${string}}`;
|
|
2916
2949
|
|
|
2950
|
+
/**
|
|
2951
|
+
* Defines how the image fits in the icon area.
|
|
2952
|
+
*
|
|
2953
|
+
* @since 1.130
|
|
2954
|
+
*/
|
|
2955
|
+
iconFitType?:
|
|
2956
|
+
| (AvatarImageFitType | keyof typeof AvatarImageFitType)
|
|
2957
|
+
| PropertyBindingInfo
|
|
2958
|
+
| `{${string}}`;
|
|
2959
|
+
|
|
2917
2960
|
/**
|
|
2918
2961
|
* Fires when the user presses the control.
|
|
2919
2962
|
*/
|
|
@@ -2995,6 +3038,8 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
2995
3038
|
|
|
2996
3039
|
import AvatarShape from "sap/m/AvatarShape";
|
|
2997
3040
|
|
|
3041
|
+
import AvatarImageFitType from "sap/m/AvatarImageFitType";
|
|
3042
|
+
|
|
2998
3043
|
import AvatarSize from "sap/m/AvatarSize";
|
|
2999
3044
|
|
|
3000
3045
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
@@ -3285,6 +3330,18 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
3285
3330
|
* @returns Value of property `iconDisplayShape`
|
|
3286
3331
|
*/
|
|
3287
3332
|
getIconDisplayShape(): AvatarShape | keyof typeof AvatarShape;
|
|
3333
|
+
/**
|
|
3334
|
+
* Gets current value of property {@link #getIconFitType iconFitType}.
|
|
3335
|
+
*
|
|
3336
|
+
* Defines how the image fits in the icon area.
|
|
3337
|
+
*
|
|
3338
|
+
* Default value is `Cover`.
|
|
3339
|
+
*
|
|
3340
|
+
* @since 1.130
|
|
3341
|
+
*
|
|
3342
|
+
* @returns Value of property `iconFitType`
|
|
3343
|
+
*/
|
|
3344
|
+
getIconFitType(): AvatarImageFitType | keyof typeof AvatarImageFitType;
|
|
3288
3345
|
/**
|
|
3289
3346
|
* Gets current value of property {@link #getIconInitials iconInitials}.
|
|
3290
3347
|
*
|
|
@@ -3661,6 +3718,25 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
3661
3718
|
*/
|
|
3662
3719
|
sIconDisplayShape?: AvatarShape | keyof typeof AvatarShape
|
|
3663
3720
|
): this;
|
|
3721
|
+
/**
|
|
3722
|
+
* Sets a new value for property {@link #getIconFitType iconFitType}.
|
|
3723
|
+
*
|
|
3724
|
+
* Defines how the image fits in the icon area.
|
|
3725
|
+
*
|
|
3726
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3727
|
+
*
|
|
3728
|
+
* Default value is `Cover`.
|
|
3729
|
+
*
|
|
3730
|
+
* @since 1.130
|
|
3731
|
+
*
|
|
3732
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
3733
|
+
*/
|
|
3734
|
+
setIconFitType(
|
|
3735
|
+
/**
|
|
3736
|
+
* New value for property `iconFitType`
|
|
3737
|
+
*/
|
|
3738
|
+
sIconFitType?: AvatarImageFitType | keyof typeof AvatarImageFitType
|
|
3739
|
+
): this;
|
|
3664
3740
|
/**
|
|
3665
3741
|
* Sets a new value for property {@link #getIconInitials iconInitials}.
|
|
3666
3742
|
*
|
|
@@ -4091,6 +4167,16 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
4091
4167
|
| PropertyBindingInfo
|
|
4092
4168
|
| `{${string}}`;
|
|
4093
4169
|
|
|
4170
|
+
/**
|
|
4171
|
+
* Defines how the image fits in the icon area.
|
|
4172
|
+
*
|
|
4173
|
+
* @since 1.130
|
|
4174
|
+
*/
|
|
4175
|
+
iconFitType?:
|
|
4176
|
+
| (AvatarImageFitType | keyof typeof AvatarImageFitType)
|
|
4177
|
+
| PropertyBindingInfo
|
|
4178
|
+
| `{${string}}`;
|
|
4179
|
+
|
|
4094
4180
|
/**
|
|
4095
4181
|
* General unit of measurement for the header. Displayed as side information to the subtitle.
|
|
4096
4182
|
*/
|
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.130.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/core/AppComponent" {
|
|
4
4
|
import {
|
|
@@ -49,7 +49,7 @@ declare module "sap/fe/core/AppComponent" {
|
|
|
49
49
|
/**
|
|
50
50
|
* Provides a hook to initialize feature toggles.
|
|
51
51
|
* This hook is being called by the SAP Fiori elements AppComponent at the time feature toggles can be initialized.
|
|
52
|
-
* To change page configuration use the {@link sap.fe.core.AppComponent#changePageConfiguration } method.
|
|
52
|
+
* To change page configuration, use the {@link sap.fe.core.AppComponent#changePageConfiguration } method.
|
|
53
53
|
*
|
|
54
54
|
*
|
|
55
55
|
*
|
|
@@ -442,9 +442,9 @@ declare module "sap/fe/core/controllerextensions/EditFlow" {
|
|
|
442
442
|
*/
|
|
443
443
|
createDocument(
|
|
444
444
|
/**
|
|
445
|
-
* ODataListBinding object or the binding path for a temporary list binding
|
|
445
|
+
* ODataListBinding object or the binding path or a table building block for a temporary list binding
|
|
446
446
|
*/
|
|
447
|
-
|
|
447
|
+
source: /* was: sap.fe.macros.Table */ any | ODataListBinding | string,
|
|
448
448
|
/**
|
|
449
449
|
* Contains the following attributes:
|
|
450
450
|
*/
|
|
@@ -454,15 +454,24 @@ declare module "sap/fe/core/controllerextensions/EditFlow" {
|
|
|
454
454
|
* 'Inline'
|
|
455
455
|
*/
|
|
456
456
|
createAtEnd?: boolean;
|
|
457
|
+
/**
|
|
458
|
+
* Defines the list of properties that are displayed in the creation dialog when the creation mode is set
|
|
459
|
+
* to 'CreationDialog'.
|
|
460
|
+
* The value is a comma-separated list of property names
|
|
461
|
+
*/
|
|
462
|
+
creationDialogFields?: string[];
|
|
457
463
|
/**
|
|
458
464
|
* The creation mode using one of the following:
|
|
459
465
|
*
|
|
460
|
-
* NewPage - the created document is shown in a new page, depending on whether metadata 'Sync', 'Async'
|
|
466
|
+
* NewPage - the created document is shown in a new page, depending on whether metadata 'Sync', 'Async',
|
|
461
467
|
* or 'Deferred' is used
|
|
462
468
|
*
|
|
463
469
|
* Inline - The creation is done inline (in a table)
|
|
464
470
|
*
|
|
465
|
-
* External - The creation is done in a different application specified
|
|
471
|
+
* External - The creation is done in a different application specified by the parameter 'outbound'
|
|
472
|
+
*
|
|
473
|
+
* CreationDialog - the creation is done in the table, with a dialog allowing to specify some initial property
|
|
474
|
+
* values (the properties are listed in `creationDialogFields`)
|
|
466
475
|
*/
|
|
467
476
|
creationMode: string;
|
|
468
477
|
/**
|
|
@@ -489,6 +498,33 @@ declare module "sap/fe/core/controllerextensions/EditFlow" {
|
|
|
489
498
|
tableId?: string;
|
|
490
499
|
}
|
|
491
500
|
): Promise<void>;
|
|
501
|
+
/**
|
|
502
|
+
* This function can be used to execute code on the mass edit save.
|
|
503
|
+
* You can execute custom coding in this function.
|
|
504
|
+
* If you decide to do your own save processing, you can return `true` to prevent the default save behavior.
|
|
505
|
+
* This function is meant to be individually overridden by consuming controllers but not to be called directly.
|
|
506
|
+
* The override execution is: {@link sap.ui.core.mvc.OverrideExecution.Instead }.
|
|
507
|
+
*
|
|
508
|
+
*
|
|
509
|
+
* @since 1.130.0
|
|
510
|
+
*
|
|
511
|
+
* @returns `true` to prevent the default execution, `false` to keep the standard behavior
|
|
512
|
+
*/
|
|
513
|
+
customMassEditSave(
|
|
514
|
+
/**
|
|
515
|
+
* Object containing the parameters passed to customMassEditSave
|
|
516
|
+
*/
|
|
517
|
+
_mParameters: {
|
|
518
|
+
/**
|
|
519
|
+
* Array containing the selected contexts for the mass edit
|
|
520
|
+
*/
|
|
521
|
+
aContexts: Context[];
|
|
522
|
+
/**
|
|
523
|
+
* A dictionary containing the propertyPath and its value
|
|
524
|
+
*/
|
|
525
|
+
oUpdateData: Record<string, any>;
|
|
526
|
+
}
|
|
527
|
+
): Promise<boolean>;
|
|
492
528
|
/**
|
|
493
529
|
* Deletes the document.
|
|
494
530
|
*
|
package/types/sap.fe.ina.d.ts
CHANGED