@sapui5/ts-types 1.129.2 → 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.
Files changed (69) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +1 -0
  3. package/types/sap.apf.d.ts +1 -1
  4. package/types/sap.ca.ui.d.ts +1 -1
  5. package/types/sap.chart.d.ts +1 -1
  6. package/types/sap.collaboration.d.ts +1 -1
  7. package/types/sap.cux.home.d.ts +42 -41
  8. package/types/sap.esh.search.ui.d.ts +1 -1
  9. package/types/sap.f.d.ts +83 -1
  10. package/types/sap.fe.base.d.ts +1 -1
  11. package/types/sap.fe.controls.d.ts +3 -0
  12. package/types/sap.fe.core.d.ts +45 -6
  13. package/types/sap.fe.ina.d.ts +1 -1
  14. package/types/sap.fe.macros.d.ts +508 -233
  15. package/types/sap.fe.navigation.d.ts +1 -1
  16. package/types/sap.fe.placeholder.d.ts +1 -1
  17. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  18. package/types/sap.fe.templates.d.ts +5 -2
  19. package/types/sap.fe.test.d.ts +1 -1
  20. package/types/sap.fe.tools.d.ts +1 -1
  21. package/types/sap.feedback.ui.d.ts +1 -1
  22. package/types/sap.gantt.d.ts +727 -204
  23. package/types/sap.insights.d.ts +1 -1
  24. package/types/sap.m.d.ts +1291 -3674
  25. package/types/sap.makit.d.ts +1 -1
  26. package/types/sap.me.d.ts +1 -1
  27. package/types/sap.ndc.d.ts +1 -1
  28. package/types/sap.ovp.d.ts +1 -1
  29. package/types/sap.rules.ui.d.ts +1 -1
  30. package/types/sap.sac.df.d.ts +99 -16
  31. package/types/sap.suite.ui.commons.d.ts +232 -123
  32. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  33. package/types/sap.suite.ui.microchart.d.ts +251 -70
  34. package/types/sap.tnt.d.ts +1 -1
  35. package/types/sap.ui.codeeditor.d.ts +1 -1
  36. package/types/sap.ui.commons.d.ts +1 -1
  37. package/types/sap.ui.comp.d.ts +1 -25
  38. package/types/sap.ui.core.d.ts +116 -109
  39. package/types/sap.ui.dt.d.ts +1 -1
  40. package/types/sap.ui.export.d.ts +1 -1
  41. package/types/sap.ui.fl.d.ts +3 -1
  42. package/types/sap.ui.generic.app.d.ts +1 -1
  43. package/types/sap.ui.generic.template.d.ts +1 -1
  44. package/types/sap.ui.integration.d.ts +22 -5
  45. package/types/sap.ui.layout.d.ts +1 -1
  46. package/types/sap.ui.mdc.d.ts +269 -234
  47. package/types/sap.ui.richtexteditor.d.ts +1 -1
  48. package/types/sap.ui.rta.d.ts +1 -1
  49. package/types/sap.ui.suite.d.ts +1 -1
  50. package/types/sap.ui.support.d.ts +1 -1
  51. package/types/sap.ui.table.d.ts +6 -11
  52. package/types/sap.ui.testrecorder.d.ts +1 -1
  53. package/types/sap.ui.unified.d.ts +1 -1
  54. package/types/sap.ui.ux3.d.ts +1 -1
  55. package/types/sap.ui.vbm.d.ts +1 -1
  56. package/types/sap.ui.vk.d.ts +1 -1
  57. package/types/sap.ui.vtm.d.ts +1 -1
  58. package/types/sap.ui.webc.common.d.ts +1 -1
  59. package/types/sap.ui.webc.fiori.d.ts +1 -1
  60. package/types/sap.ui.webc.main.d.ts +1 -1
  61. package/types/sap.uiext.inbox.d.ts +1 -1
  62. package/types/sap.ushell.d.ts +1 -1
  63. package/types/sap.ushell_abap.d.ts +1 -1
  64. package/types/sap.uxap.d.ts +1 -1
  65. package/types/sap.viz.d.ts +1 -1
  66. package/types/sap.webanalytics.core.d.ts +1 -1
  67. package/types/sap.zen.commons.d.ts +1 -1
  68. package/types/sap.zen.crosstab.d.ts +1 -1
  69. package/types/sap.zen.dsh.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types",
3
- "version": "1.129.2",
3
+ "version": "1.130.0",
4
4
  "description": "SAPUI5 TypeScript Definitions",
5
5
  "homepage": "https://ui5.sap.com",
6
6
  "author": "SAP SE (https://www.sap.com)",
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"/>
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.129.0
1
+ // For Library Version: 1.130.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.129.0
1
+ // For Library Version: 1.130.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ca {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.129.0
1
+ // For Library Version: 1.130.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.129.0
1
+ // For Library Version: 1.130.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -6,7 +6,7 @@ declare namespace sap {
6
6
  */
7
7
  namespace cux {
8
8
  /**
9
- * SAPUI5 library with controls specialized for Common User Experience.
9
+ * This is an SAPUI5 library with controls specialized for common user experience.
10
10
  */
11
11
  namespace home {
12
12
  /**
@@ -29,7 +29,7 @@ declare namespace sap {
29
29
  title?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
30
30
 
31
31
  /**
32
- * Type of menu item visualization in the menu list
32
+ * Type of the menu item visualization in the menu list
33
33
  */
34
34
  type?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
35
35
  }
@@ -40,18 +40,18 @@ declare namespace sap {
40
40
  interface MenuItem$PressEventParameters {}
41
41
 
42
42
  /**
43
- * Container class for managing and storing Apps.
43
+ * Container class for managing and storing apps.
44
44
  *
45
45
  * @since 1.121
46
46
  * @experimental (since 1.121)
47
47
  */
48
48
  class AppsContainer {
49
49
  /**
50
- * Constructor for a new Apps Container.
50
+ * Constructor for a new app container.
51
51
  */
52
52
  constructor(
53
53
  /**
54
- * ID for the new control, generated automatically if no ID is given
54
+ * ID for the new control, generated automatically if an ID is not provided
55
55
  */
56
56
  id?: string,
57
57
  /**
@@ -61,18 +61,18 @@ declare namespace sap {
61
61
  );
62
62
  }
63
63
  /**
64
- * Panel class for managing and storing Cards.
64
+ * Panel class for managing and storing Insights Cards.
65
65
  *
66
66
  * @since 1.122.0
67
67
  * @experimental (since 1.122.0)
68
68
  */
69
69
  class CardsPanel extends /* was: sap.cux.home.BasePanel */ Object {
70
70
  /**
71
- * Constructor for a new Cards Panel.
71
+ * Constructor for a new card panel.
72
72
  */
73
73
  constructor(
74
74
  /**
75
- * ID for the new control, generated automatically if no ID is given
75
+ * ID for the new control, generated automatically if an ID is not provided
76
76
  */
77
77
  id?: string,
78
78
  /**
@@ -89,11 +89,11 @@ declare namespace sap {
89
89
  */
90
90
  class FrequentAppPanel {
91
91
  /**
92
- * Constructor for a new Frequent Apps Panel.
92
+ * Constructor for a new frequent app panel.
93
93
  */
94
94
  constructor(
95
95
  /**
96
- * ID for the new control, generated automatically if no ID is given
96
+ * ID for the new control, generated automatically if an ID is not provided
97
97
  */
98
98
  id?: string,
99
99
  /**
@@ -103,18 +103,18 @@ declare namespace sap {
103
103
  );
104
104
  }
105
105
  /**
106
- * Container class for managing and storing Insights tiles and cards.
106
+ * Container class for managing and storing Insights Tiles and Insights Cards.
107
107
  *
108
108
  * @since 1.121
109
109
  * @experimental (since 1.121)
110
110
  */
111
111
  class InsightsContainer {
112
112
  /**
113
- * Constructor for a new Insights Container.
113
+ * Constructor for a new Insights container.
114
114
  */
115
115
  constructor(
116
116
  /**
117
- * ID for the new control, generated automatically if no ID is given
117
+ * ID for the new control, generated automatically if an ID is not provided
118
118
  */
119
119
  id?: string,
120
120
  /**
@@ -124,18 +124,18 @@ declare namespace sap {
124
124
  );
125
125
  }
126
126
  /**
127
- * Layout class for My Home layout.
127
+ * Layout class for the My Home layout.
128
128
  *
129
129
  * @since 1.121
130
130
  * @experimental (since 1.121)
131
131
  */
132
132
  class Layout {
133
133
  /**
134
- * Constructor for a new Layout.
134
+ * Constructor for a new layout.
135
135
  */
136
136
  constructor(
137
137
  /**
138
- * ID for the new control, generated automatically if no ID is given
138
+ * ID for the new control, generated automatically if an ID is not provided
139
139
  */
140
140
  id?: string,
141
141
  /**
@@ -145,18 +145,18 @@ declare namespace sap {
145
145
  );
146
146
  }
147
147
  /**
148
- * Class for managing and storing Menu items.
148
+ * Class for managing and storing menu items.
149
149
  *
150
150
  * @since 1.121
151
151
  * @experimental (since 1.121)
152
152
  */
153
153
  class MenuItem extends sap.ui.core.Element {
154
154
  /**
155
- * Constructor for a new Menu Item.
155
+ * Constructor for a new menu item.
156
156
  */
157
157
  constructor(
158
158
  /**
159
- * ID for the new control, generated automatically if no ID is given
159
+ * ID for the new control, generated automatically if an ID is not provided
160
160
  */
161
161
  id?: string,
162
162
  /**
@@ -173,11 +173,11 @@ declare namespace sap {
173
173
  */
174
174
  class NewsAndPagesContainer {
175
175
  /**
176
- * Constructor for a new News and Pages Container.
176
+ * Constructor for the new News and Pages container.
177
177
  */
178
178
  constructor(
179
179
  /**
180
- * ID for the new control, generated automatically if no ID is given
180
+ * ID for the new control, generated automatically if an ID is not provided
181
181
  */
182
182
  id?: string,
183
183
  /**
@@ -225,7 +225,7 @@ declare namespace sap {
225
225
  */
226
226
  constructor(
227
227
  /**
228
- * ID for the new control, generated automatically if no ID is given
228
+ * ID for the new control, generated automatically if an ID is not provided
229
229
  */
230
230
  id?: string,
231
231
  /**
@@ -250,11 +250,11 @@ declare namespace sap {
250
250
  */
251
251
  class PagePanel {
252
252
  /**
253
- * Constructor for a new Page Panel.
253
+ * Constructor for a new Page panel.
254
254
  */
255
255
  constructor(
256
256
  /**
257
- * ID for the new control, generated automatically if no ID is given
257
+ * ID for the new control, generated automatically if an ID is not provided
258
258
  */
259
259
  id?: string,
260
260
  /**
@@ -264,18 +264,18 @@ declare namespace sap {
264
264
  );
265
265
  }
266
266
  /**
267
- * Provides class for managing Recent apps.
267
+ * Provides class for managing Recently Used apps.
268
268
  *
269
269
  * @since 1.121.0
270
270
  * @experimental (since 1.121.0)
271
271
  */
272
272
  class RecentAppPanel {
273
273
  /**
274
- * Constructor for a new Recent Apps Panel.
274
+ * Constructor for a new Recently Used apps Panel.
275
275
  */
276
276
  constructor(
277
277
  /**
278
- * ID for the new control, generated automatically if no ID is given
278
+ * ID for the new control, generated automatically if an ID is not provided
279
279
  */
280
280
  id?: string,
281
281
  /**
@@ -299,7 +299,7 @@ declare namespace sap {
299
299
  */
300
300
  constructor(
301
301
  /**
302
- * ID for the new control, generated automatically if no ID is given
302
+ * ID for the new control, generated automatically if an ID is not provided
303
303
  */
304
304
  id?: string,
305
305
  /**
@@ -323,7 +323,7 @@ declare namespace sap {
323
323
  */
324
324
  constructor(
325
325
  /**
326
- * ID for the new control, generated automatically if no ID is given
326
+ * ID for the new control, generated automatically if an ID is not provided
327
327
  */
328
328
  id?: string,
329
329
  /**
@@ -333,7 +333,7 @@ declare namespace sap {
333
333
  );
334
334
  }
335
335
  /**
336
- * Tiles Panel class for managing and storing Tiles.
336
+ * Tiles Panel class for managing and storing Insights Tiles.
337
337
  *
338
338
  * @since 1.122.0
339
339
  * @experimental (since 1.122.0)
@@ -344,7 +344,7 @@ declare namespace sap {
344
344
  */
345
345
  constructor(
346
346
  /**
347
- * ID for the new control, generated automatically if no ID is given
347
+ * ID for the new control, generated automatically if an ID is not provided
348
348
  */
349
349
  id?: string,
350
350
  /**
@@ -365,11 +365,11 @@ declare namespace sap {
365
365
  {
366
366
  __implements__sap_cux_home_ToDoPanel_IToDoPanel: boolean;
367
367
  /**
368
- * Constructor for a new ToDo Panel.
368
+ * Constructor for a new To-Dos Panel.
369
369
  */
370
370
  constructor(
371
371
  /**
372
- * ID for the new control, generated automatically if no ID is given
372
+ * ID for the new control, generated automatically if an ID is not provided
373
373
  */
374
374
  id?: string,
375
375
  /**
@@ -405,11 +405,11 @@ declare namespace sap {
405
405
  */
406
406
  class ToDosContainer {
407
407
  /**
408
- * Constructor for a new ToDos Container.
408
+ * Constructor for a new To-Dos container.
409
409
  */
410
410
  constructor(
411
411
  /**
412
- * ID for the new control, generated automatically if no ID is given
412
+ * ID for the new control, generated automatically if an ID is not provided
413
413
  */
414
414
  id?: string,
415
415
  /**
@@ -419,7 +419,7 @@ declare namespace sap {
419
419
  );
420
420
 
421
421
  /**
422
- * Gets the selected key of the ToDosContainer.
422
+ * Gets the selected key of the To-Dos container.
423
423
  * If no selected key is set, it defaults to the first item.
424
424
  *
425
425
  *
@@ -435,22 +435,23 @@ declare namespace sap {
435
435
  refreshData(): Promise<void>;
436
436
  }
437
437
  /**
438
- * Supported Layout Types for {@link sap.cux.home.BaseContainer }.
438
+ * Supported layout types for {@link sap.cux.home.BaseContainer }.
439
439
  *
440
440
  * @since 1.121
441
441
  * @experimental (since 1.121)
442
442
  */
443
443
  enum LayoutType {
444
444
  /**
445
- * Panels are rendered horizontally example pages and news
445
+ * Panels are rendered horizontally, for example Pages and News
446
446
  */
447
447
  Horizontal = "undefined",
448
448
  /**
449
- * Panels are rendered side by side example todos and situaions, fav, recent and frequent apps
449
+ * Panels are rendered side by side, for example To-Dos and Situaions, and Favorites, Recently Used and
450
+ * Frequently Used apps
450
451
  */
451
452
  SideBySide = "undefined",
452
453
  /**
453
- * Panels are rendered vertically example insights cards and tiles
454
+ * Panels are rendered vertically, for example Insights Tiles and Insights Cards
454
455
  */
455
456
  Vertical = "undefined",
456
457
  }
@@ -462,7 +463,7 @@ declare namespace sap {
462
463
  */
463
464
  enum NewsType {
464
465
  /**
465
- * News is of type Custom news feed
466
+ * News is of type custom news feed
466
467
  */
467
468
  Custom = "undefined",
468
469
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.129.0
1
+ // For Library Version: 1.130.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace esh {
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.129.0
1
+ // For Library Version: 1.130.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -226,6 +226,16 @@ declare namespace sap {
226
226
  | sap.ui.base.ManagedObject.PropertyBindingInfo
227
227
  | `{${string}}`;
228
228
 
229
+ /**
230
+ * Defines how the image fits in the icon area.
231
+ *
232
+ * @since 1.130
233
+ */
234
+ iconFitType?:
235
+ | sap.m.AvatarImageFitType
236
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
237
+ | `{${string}}`;
238
+
229
239
  /**
230
240
  * Fires when the user presses the control.
231
241
  */
@@ -341,6 +351,16 @@ declare namespace sap {
341
351
  | sap.ui.base.ManagedObject.PropertyBindingInfo
342
352
  | `{${string}}`;
343
353
 
354
+ /**
355
+ * Defines how the image fits in the icon area.
356
+ *
357
+ * @since 1.130
358
+ */
359
+ iconFitType?:
360
+ | sap.m.AvatarImageFitType
361
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
362
+ | `{${string}}`;
363
+
344
364
  /**
345
365
  * General unit of measurement for the header. Displayed as side information to the subtitle.
346
366
  */
@@ -1270,6 +1290,18 @@ declare namespace sap {
1270
1290
  * @returns Value of property `iconDisplayShape`
1271
1291
  */
1272
1292
  getIconDisplayShape(): sap.m.AvatarShape;
1293
+ /**
1294
+ * Gets current value of property {@link #getIconFitType iconFitType}.
1295
+ *
1296
+ * Defines how the image fits in the icon area.
1297
+ *
1298
+ * Default value is `Cover`.
1299
+ *
1300
+ * @since 1.130
1301
+ *
1302
+ * @returns Value of property `iconFitType`
1303
+ */
1304
+ getIconFitType(): sap.m.AvatarImageFitType;
1273
1305
  /**
1274
1306
  * Gets current value of property {@link #getIconInitials iconInitials}.
1275
1307
  *
@@ -1429,6 +1461,25 @@ declare namespace sap {
1429
1461
  */
1430
1462
  sIconDisplayShape?: sap.m.AvatarShape
1431
1463
  ): this;
1464
+ /**
1465
+ * Sets a new value for property {@link #getIconFitType iconFitType}.
1466
+ *
1467
+ * Defines how the image fits in the icon area.
1468
+ *
1469
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1470
+ *
1471
+ * Default value is `Cover`.
1472
+ *
1473
+ * @since 1.130
1474
+ *
1475
+ * @returns Reference to `this` in order to allow method chaining
1476
+ */
1477
+ setIconFitType(
1478
+ /**
1479
+ * New value for property `iconFitType`
1480
+ */
1481
+ sIconFitType?: sap.m.AvatarImageFitType
1482
+ ): this;
1432
1483
  /**
1433
1484
  * Sets a new value for property {@link #getIconInitials iconInitials}.
1434
1485
  *
@@ -1881,6 +1932,18 @@ declare namespace sap {
1881
1932
  * @returns Value of property `iconDisplayShape`
1882
1933
  */
1883
1934
  getIconDisplayShape(): sap.m.AvatarShape;
1935
+ /**
1936
+ * Gets current value of property {@link #getIconFitType iconFitType}.
1937
+ *
1938
+ * Defines how the image fits in the icon area.
1939
+ *
1940
+ * Default value is `Cover`.
1941
+ *
1942
+ * @since 1.130
1943
+ *
1944
+ * @returns Value of property `iconFitType`
1945
+ */
1946
+ getIconFitType(): sap.m.AvatarImageFitType;
1884
1947
  /**
1885
1948
  * Gets current value of property {@link #getIconInitials iconInitials}.
1886
1949
  *
@@ -2255,6 +2318,25 @@ declare namespace sap {
2255
2318
  */
2256
2319
  sIconDisplayShape?: sap.m.AvatarShape
2257
2320
  ): this;
2321
+ /**
2322
+ * Sets a new value for property {@link #getIconFitType iconFitType}.
2323
+ *
2324
+ * Defines how the image fits in the icon area.
2325
+ *
2326
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2327
+ *
2328
+ * Default value is `Cover`.
2329
+ *
2330
+ * @since 1.130
2331
+ *
2332
+ * @returns Reference to `this` in order to allow method chaining
2333
+ */
2334
+ setIconFitType(
2335
+ /**
2336
+ * New value for property `iconFitType`
2337
+ */
2338
+ sIconFitType?: sap.m.AvatarImageFitType
2339
+ ): this;
2258
2340
  /**
2259
2341
  * Sets a new value for property {@link #getIconInitials iconInitials}.
2260
2342
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.129.1
1
+ // For Library Version: 1.130.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -0,0 +1,3 @@
1
+ // For Library Version: 1.130.0
2
+
3
+ declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.129.1
1
+ // For Library Version: 1.130.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -100,9 +100,12 @@ declare namespace sap {
100
100
  */
101
101
  createDocument(
102
102
  /**
103
- * ODataListBinding object or the binding path for a temporary list binding
103
+ * ODataListBinding object or the binding path or a table building block for a temporary list binding
104
104
  */
105
- vListBinding: sap.ui.model.odata.v4.ODataListBinding | string,
105
+ source: /* was: sap.fe.macros.Table */
106
+ | any
107
+ | sap.ui.model.odata.v4.ODataListBinding
108
+ | string,
106
109
  /**
107
110
  * Contains the following attributes:
108
111
  */
@@ -112,15 +115,24 @@ declare namespace sap {
112
115
  * 'Inline'
113
116
  */
114
117
  createAtEnd?: boolean;
118
+ /**
119
+ * Defines the list of properties that are displayed in the creation dialog when the creation mode is set
120
+ * to 'CreationDialog'.
121
+ * The value is a comma-separated list of property names
122
+ */
123
+ creationDialogFields?: string[];
115
124
  /**
116
125
  * The creation mode using one of the following:
117
126
  *
118
- * NewPage - the created document is shown in a new page, depending on whether metadata 'Sync', 'Async'
127
+ * NewPage - the created document is shown in a new page, depending on whether metadata 'Sync', 'Async',
119
128
  * or 'Deferred' is used
120
129
  *
121
130
  * Inline - The creation is done inline (in a table)
122
131
  *
123
- * External - The creation is done in a different application specified via the parameter 'outbound'
132
+ * External - The creation is done in a different application specified by the parameter 'outbound'
133
+ *
134
+ * CreationDialog - the creation is done in the table, with a dialog allowing to specify some initial property
135
+ * values (the properties are listed in `creationDialogFields`)
124
136
  */
125
137
  creationMode: string;
126
138
  /**
@@ -147,6 +159,33 @@ declare namespace sap {
147
159
  tableId?: string;
148
160
  }
149
161
  ): Promise<void>;
162
+ /**
163
+ * This function can be used to execute code on the mass edit save.
164
+ * You can execute custom coding in this function.
165
+ * If you decide to do your own save processing, you can return `true` to prevent the default save behavior.
166
+ * This function is meant to be individually overridden by consuming controllers but not to be called directly.
167
+ * The override execution is: {@link sap.ui.core.mvc.OverrideExecution.Instead }.
168
+ *
169
+ *
170
+ * @since 1.130.0
171
+ *
172
+ * @returns `true` to prevent the default execution, `false` to keep the standard behavior
173
+ */
174
+ customMassEditSave(
175
+ /**
176
+ * Object containing the parameters passed to customMassEditSave
177
+ */
178
+ _mParameters: {
179
+ /**
180
+ * Array containing the selected contexts for the mass edit
181
+ */
182
+ aContexts: sap.ui.model.odata.v4.Context[];
183
+ /**
184
+ * A dictionary containing the propertyPath and its value
185
+ */
186
+ oUpdateData: Record<string, any>;
187
+ }
188
+ ): Promise<boolean>;
150
189
  /**
151
190
  * Deletes the document.
152
191
  *
@@ -1200,7 +1239,7 @@ declare namespace sap {
1200
1239
  /**
1201
1240
  * Provides a hook to initialize feature toggles.
1202
1241
  * This hook is being called by the SAP Fiori elements AppComponent at the time feature toggles can be initialized.
1203
- * To change page configuration use the {@link sap.fe.core.AppComponent#changePageConfiguration } method.
1242
+ * To change page configuration, use the {@link sap.fe.core.AppComponent#changePageConfiguration } method.
1204
1243
  *
1205
1244
  *
1206
1245
  *
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.129.1
1
+ // For Library Version: 1.130.0
2
2
 
3
3
  declare namespace sap {}