@sapui5/ts-types 1.113.0 → 1.115.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +0 -1
  3. package/types/sap.apf.d.ts +2 -2
  4. package/types/sap.ca.ui.d.ts +135 -67
  5. package/types/sap.chart.d.ts +154 -125
  6. package/types/sap.collaboration.d.ts +80 -78
  7. package/types/sap.esh.search.ui.d.ts +137 -1
  8. package/types/sap.f.d.ts +1357 -926
  9. package/types/sap.fe.core.d.ts +45 -155
  10. package/types/sap.fe.macros.d.ts +80 -9
  11. package/types/sap.fe.navigation.d.ts +34 -27
  12. package/types/sap.fe.templates.d.ts +8 -275
  13. package/types/sap.fe.test.d.ts +4 -10
  14. package/types/sap.feedback.ui.d.ts +1 -1
  15. package/types/sap.gantt.d.ts +1716 -1087
  16. package/types/sap.insights.d.ts +1 -1
  17. package/types/sap.landvisz.d.ts +35 -9
  18. package/types/sap.m.d.ts +7689 -5451
  19. package/types/sap.makit.d.ts +17 -5
  20. package/types/sap.me.d.ts +122 -63
  21. package/types/sap.ndc.d.ts +99 -39
  22. package/types/sap.ovp.d.ts +1 -2
  23. package/types/sap.rules.ui.d.ts +43 -19
  24. package/types/sap.sac.df.d.ts +31 -579
  25. package/types/sap.suite.ui.commons.d.ts +2060 -1282
  26. package/types/sap.suite.ui.generic.template.d.ts +29 -40
  27. package/types/sap.suite.ui.microchart.d.ts +188 -136
  28. package/types/sap.tnt.d.ts +134 -54
  29. package/types/sap.ui.codeeditor.d.ts +51 -29
  30. package/types/sap.ui.commons.d.ts +1017 -599
  31. package/types/sap.ui.comp.d.ts +2755 -1772
  32. package/types/sap.ui.core.d.ts +5398 -3172
  33. package/types/sap.ui.dt.d.ts +1 -1
  34. package/types/sap.ui.export.d.ts +32 -29
  35. package/types/sap.ui.fl.d.ts +123 -82
  36. package/types/sap.ui.generic.app.d.ts +41 -40
  37. package/types/sap.ui.generic.template.d.ts +1 -1
  38. package/types/sap.ui.integration.d.ts +344 -163
  39. package/types/sap.ui.layout.d.ts +312 -355
  40. package/types/sap.ui.mdc.d.ts +21839 -8
  41. package/types/sap.ui.richtexteditor.d.ts +61 -49
  42. package/types/sap.ui.rta.d.ts +1 -2
  43. package/types/sap.ui.suite.d.ts +9 -9
  44. package/types/sap.ui.support.d.ts +5 -7
  45. package/types/sap.ui.table.d.ts +713 -452
  46. package/types/sap.ui.testrecorder.d.ts +1 -1
  47. package/types/sap.ui.unified.d.ts +1077 -727
  48. package/types/sap.ui.ux3.d.ts +1038 -549
  49. package/types/sap.ui.vbm.d.ts +1262 -710
  50. package/types/sap.ui.vk.d.ts +3020 -1751
  51. package/types/sap.ui.vtm.d.ts +704 -457
  52. package/types/sap.ui.webc.common.d.ts +1 -1
  53. package/types/sap.ui.webc.fiori.d.ts +532 -301
  54. package/types/sap.ui.webc.main.d.ts +1222 -720
  55. package/types/sap.uiext.inbox.d.ts +47 -24
  56. package/types/sap.ushell.d.ts +360 -174
  57. package/types/sap.ushell_abap.d.ts +1 -1
  58. package/types/sap.uxap.d.ts +287 -199
  59. package/types/sap.viz.d.ts +678 -391
  60. package/types/sap.webanalytics.core.d.ts +1 -1
  61. package/types/sap.zen.commons.d.ts +5 -5
  62. package/types/sap.zen.crosstab.d.ts +1 -1
  63. package/types/sap.zen.dsh.d.ts +147 -81
  64. package/types/sap.sac.grid.d.ts +0 -760
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.113.0
1
+ // For Library Version: 1.115.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -56,8 +56,7 @@ declare namespace sap {
56
56
  | `{${string}}`;
57
57
 
58
58
  /**
59
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns
60
- * MDN web docs: grid-template-columns}
59
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns MDN web docs: grid-template-columns}
61
60
  */
62
61
  gridTemplateColumns?:
63
62
  | sap.ui.layout.cssgrid.CSSGridTrack
@@ -65,8 +64,7 @@ declare namespace sap {
65
64
  | `{${string}}`;
66
65
 
67
66
  /**
68
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows
69
- * MDN web docs: grid-template-rows}
67
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows MDN web docs: grid-template-rows}
70
68
  */
71
69
  gridTemplateRows?:
72
70
  | sap.ui.layout.cssgrid.CSSGridTrack
@@ -74,8 +72,7 @@ declare namespace sap {
74
72
  | `{${string}}`;
75
73
 
76
74
  /**
77
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap
78
- * MDN web docs: grid-row-gap}
75
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap MDN web docs: grid-row-gap}
79
76
  */
80
77
  gridRowGap?:
81
78
  | sap.ui.core.CSSSize
@@ -83,8 +80,7 @@ declare namespace sap {
83
80
  | `{${string}}`;
84
81
 
85
82
  /**
86
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap
87
- * MDN web docs: grid-column-gap}
83
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap MDN web docs: grid-column-gap}
88
84
  */
89
85
  gridColumnGap?:
90
86
  | sap.ui.core.CSSSize
@@ -92,9 +88,9 @@ declare namespace sap {
92
88
  | `{${string}}`;
93
89
 
94
90
  /**
95
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap
96
- * MDN web docs: grid-gap} It is a shorthand for gridRowGap and gridColumnGap. If some of them is set, the
97
- * gridGap value will have less priority and will be overwritten.
91
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap MDN web docs: grid-gap }
92
+ * It is a shorthand for gridRowGap and gridColumnGap. If some of them is set, the gridGap value will have
93
+ * less priority and will be overwritten.
98
94
  */
99
95
  gridGap?:
100
96
  | sap.ui.layout.cssgrid.CSSGridGapShortHand
@@ -102,8 +98,7 @@ declare namespace sap {
102
98
  | `{${string}}`;
103
99
 
104
100
  /**
105
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows
106
- * MDN web docs: grid-auto-rows}
101
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows MDN web docs: grid-auto-rows}
107
102
  */
108
103
  gridAutoRows?:
109
104
  | sap.ui.layout.cssgrid.CSSGridTrack
@@ -111,8 +106,7 @@ declare namespace sap {
111
106
  | `{${string}}`;
112
107
 
113
108
  /**
114
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns
115
- * MDN web docs: grid-auto-columns}
109
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns MDN web docs: grid-auto-columns}
116
110
  */
117
111
  gridAutoColumns?:
118
112
  | sap.ui.layout.cssgrid.CSSGridTrack
@@ -120,8 +114,7 @@ declare namespace sap {
120
114
  | `{${string}}`;
121
115
 
122
116
  /**
123
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow
124
- * MDN web docs: grid-auto-flow}
117
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow MDN web docs: grid-auto-flow}
125
118
  */
126
119
  gridAutoFlow?:
127
120
  | sap.ui.layout.cssgrid.CSSGridAutoFlow
@@ -146,8 +139,7 @@ declare namespace sap {
146
139
  interface $GridBasicLayoutSettings
147
140
  extends sap.ui.layout.cssgrid.$GridLayoutBaseSettings {
148
141
  /**
149
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns
150
- * MDN web docs: grid-template-columns}
142
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns MDN web docs: grid-template-columns}
151
143
  */
152
144
  gridTemplateColumns?:
153
145
  | sap.ui.layout.cssgrid.CSSGridTrack
@@ -155,8 +147,7 @@ declare namespace sap {
155
147
  | `{${string}}`;
156
148
 
157
149
  /**
158
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows
159
- * MDN web docs: grid-template-rows}
150
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows MDN web docs: grid-template-rows}
160
151
  */
161
152
  gridTemplateRows?:
162
153
  | sap.ui.layout.cssgrid.CSSGridTrack
@@ -164,8 +155,7 @@ declare namespace sap {
164
155
  | `{${string}}`;
165
156
 
166
157
  /**
167
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap
168
- * MDN web docs: grid-row-gap}
158
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap MDN web docs: grid-row-gap}
169
159
  */
170
160
  gridRowGap?:
171
161
  | sap.ui.core.CSSSize
@@ -173,8 +163,7 @@ declare namespace sap {
173
163
  | `{${string}}`;
174
164
 
175
165
  /**
176
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap
177
- * MDN web docs: grid-column-gap}
166
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap MDN web docs: grid-column-gap}
178
167
  */
179
168
  gridColumnGap?:
180
169
  | sap.ui.core.CSSSize
@@ -182,8 +171,7 @@ declare namespace sap {
182
171
  | `{${string}}`;
183
172
 
184
173
  /**
185
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap
186
- * MDN web docs: grid-gap}
174
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap MDN web docs: grid-gap}
187
175
  */
188
176
  gridGap?:
189
177
  | sap.ui.layout.cssgrid.CSSGridGapShortHand
@@ -191,8 +179,7 @@ declare namespace sap {
191
179
  | `{${string}}`;
192
180
 
193
181
  /**
194
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows
195
- * MDN web docs: grid-auto-rows}
182
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows MDN web docs: grid-auto-rows}
196
183
  */
197
184
  gridAutoRows?:
198
185
  | sap.ui.layout.cssgrid.CSSGridTrack
@@ -200,8 +187,7 @@ declare namespace sap {
200
187
  | `{${string}}`;
201
188
 
202
189
  /**
203
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns
204
- * MDN web docs: grid-auto-columns}
190
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns MDN web docs: grid-auto-columns}
205
191
  */
206
192
  gridAutoColumns?:
207
193
  | sap.ui.layout.cssgrid.CSSGridTrack
@@ -209,8 +195,7 @@ declare namespace sap {
209
195
  | `{${string}}`;
210
196
 
211
197
  /**
212
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow
213
- * MDN web docs: grid-auto-flow}
198
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow MDN web docs: grid-auto-flow}
214
199
  */
215
200
  gridAutoFlow?:
216
201
  | sap.ui.layout.cssgrid.CSSGridAutoFlow
@@ -250,8 +235,7 @@ declare namespace sap {
250
235
  interface $GridItemLayoutDataSettings
251
236
  extends sap.ui.core.$LayoutDataSettings {
252
237
  /**
253
- * Sets the value for the CSS display:grid item property grid-column-start {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-start
254
- * MDN web docs: grid-column-start}
238
+ * Sets the value for the CSS display:grid item property grid-column-start {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-start MDN web docs: grid-column-start}
255
239
  */
256
240
  gridColumnStart?:
257
241
  | sap.ui.layout.cssgrid.CSSGridLine
@@ -259,8 +243,7 @@ declare namespace sap {
259
243
  | `{${string}}`;
260
244
 
261
245
  /**
262
- * Sets the value for the CSS display:grid item property grid-column-end {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-end
263
- * MDN web docs: grid-column-end}
246
+ * Sets the value for the CSS display:grid item property grid-column-end {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-end MDN web docs: grid-column-end}
264
247
  */
265
248
  gridColumnEnd?:
266
249
  | sap.ui.layout.cssgrid.CSSGridLine
@@ -268,8 +251,7 @@ declare namespace sap {
268
251
  | `{${string}}`;
269
252
 
270
253
  /**
271
- * Sets the value for the CSS display:grid item property grid-row-start {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-start
272
- * MDN web docs: grid-row-start}
254
+ * Sets the value for the CSS display:grid item property grid-row-start {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-start MDN web docs: grid-row-start}
273
255
  */
274
256
  gridRowStart?:
275
257
  | sap.ui.layout.cssgrid.CSSGridLine
@@ -277,8 +259,7 @@ declare namespace sap {
277
259
  | `{${string}}`;
278
260
 
279
261
  /**
280
- * Sets the value for the CSS display:grid item property grid-row-end {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-end
281
- * MDN web docs: grid-row-end}
262
+ * Sets the value for the CSS display:grid item property grid-row-end {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-end MDN web docs: grid-row-end}
282
263
  */
283
264
  gridRowEnd?:
284
265
  | sap.ui.layout.cssgrid.CSSGridLine
@@ -286,8 +267,7 @@ declare namespace sap {
286
267
  | `{${string}}`;
287
268
 
288
269
  /**
289
- * Sets the value for the CSS display:grid item property grid-column {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column
290
- * MDN web docs: grid-column}
270
+ * Sets the value for the CSS display:grid item property grid-column {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column MDN web docs: grid-column}
291
271
  */
292
272
  gridColumn?:
293
273
  | sap.ui.layout.cssgrid.CSSGridLine
@@ -295,8 +275,7 @@ declare namespace sap {
295
275
  | `{${string}}`;
296
276
 
297
277
  /**
298
- * Sets the value for the CSS display:grid item property grid-row {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row
299
- * MDN web docs: grid-row}
278
+ * Sets the value for the CSS display:grid item property grid-row {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row MDN web docs: grid-row}
300
279
  */
301
280
  gridRow?:
302
281
  | sap.ui.layout.cssgrid.CSSGridLine
@@ -346,14 +325,15 @@ declare namespace sap {
346
325
  /**
347
326
  * Fired when the currently active GridSettings changes
348
327
  */
349
- layoutChange?: (oEvent: sap.ui.base.Event) => void;
328
+ layoutChange?: (
329
+ oEvent: sap.ui.base.Event<sap.ui.layout.cssgrid.$GridResponsiveLayoutLayoutChangeEventParameters>
330
+ ) => void;
350
331
  }
351
332
 
352
333
  interface $GridSettingsSettings
353
334
  extends sap.ui.base.$ManagedObjectSettings {
354
335
  /**
355
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns
356
- * MDN web docs: grid-template-columns}
336
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns MDN web docs: grid-template-columns}
357
337
  */
358
338
  gridTemplateColumns?:
359
339
  | sap.ui.layout.cssgrid.CSSGridTrack
@@ -361,8 +341,7 @@ declare namespace sap {
361
341
  | `{${string}}`;
362
342
 
363
343
  /**
364
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows
365
- * MDN web docs: grid-template-rows}
344
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows MDN web docs: grid-template-rows}
366
345
  */
367
346
  gridTemplateRows?:
368
347
  | sap.ui.layout.cssgrid.CSSGridTrack
@@ -370,8 +349,7 @@ declare namespace sap {
370
349
  | `{${string}}`;
371
350
 
372
351
  /**
373
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap
374
- * MDN web docs: grid-row-gap}
352
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap MDN web docs: grid-row-gap}
375
353
  */
376
354
  gridRowGap?:
377
355
  | sap.ui.core.CSSSize
@@ -379,8 +357,7 @@ declare namespace sap {
379
357
  | `{${string}}`;
380
358
 
381
359
  /**
382
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap
383
- * MDN web docs: grid-column-gap}
360
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap MDN web docs: grid-column-gap}
384
361
  */
385
362
  gridColumnGap?:
386
363
  | sap.ui.core.CSSSize
@@ -388,8 +365,7 @@ declare namespace sap {
388
365
  | `{${string}}`;
389
366
 
390
367
  /**
391
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap
392
- * MDN web docs: grid-gap}
368
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap MDN web docs: grid-gap}
393
369
  */
394
370
  gridGap?:
395
371
  | sap.ui.layout.cssgrid.CSSGridGapShortHand
@@ -397,8 +373,7 @@ declare namespace sap {
397
373
  | `{${string}}`;
398
374
 
399
375
  /**
400
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows
401
- * MDN web docs: grid-auto-rows}
376
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows MDN web docs: grid-auto-rows}
402
377
  */
403
378
  gridAutoRows?:
404
379
  | sap.ui.layout.cssgrid.CSSGridTrack
@@ -406,8 +381,7 @@ declare namespace sap {
406
381
  | `{${string}}`;
407
382
 
408
383
  /**
409
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns
410
- * MDN web docs: grid-auto-columns}
384
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns MDN web docs: grid-auto-columns}
411
385
  */
412
386
  gridAutoColumns?:
413
387
  | sap.ui.layout.cssgrid.CSSGridTrack
@@ -415,8 +389,7 @@ declare namespace sap {
415
389
  | `{${string}}`;
416
390
 
417
391
  /**
418
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow
419
- * MDN web docs: grid-auto-flow}
392
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow MDN web docs: grid-auto-flow}
420
393
  */
421
394
  gridAutoFlow?:
422
395
  | sap.ui.layout.cssgrid.CSSGridAutoFlow
@@ -448,7 +421,23 @@ declare namespace sap {
448
421
  /**
449
422
  * Fired when the currently active layout changes
450
423
  */
451
- layoutChange?: (oEvent: sap.ui.base.Event) => void;
424
+ layoutChange?: (
425
+ oEvent: sap.ui.base.Event<sap.ui.layout.cssgrid.$ResponsiveColumnLayoutLayoutChangeEventParameters>
426
+ ) => void;
427
+ }
428
+
429
+ interface $GridResponsiveLayoutLayoutChangeEventParameters {
430
+ /**
431
+ * The name of the newly active layout aggregation
432
+ */
433
+ layout?: string;
434
+ }
435
+
436
+ interface $ResponsiveColumnLayoutLayoutChangeEventParameters {
437
+ /**
438
+ * The name of the newly active layout - "S", "M", "ML", "L", "XL", "XXL" or "XXXL".
439
+ */
440
+ layout?: string;
452
441
  }
453
442
 
454
443
  /**
@@ -480,10 +469,10 @@ declare namespace sap {
480
469
  * - Grid lines - The lines around and between the rows and columns
481
470
  * - Grid tracks - The space between any two lines in the grid
482
471
  * - "fr" Unit - A special grid unit (short from "fraction") which represents a fraction of the available
483
- * space in the grid
472
+ * space in the grid
484
473
  * - Implicit and Explicit grid - Explicit grid consists of rows and columns defined with `gridTemplateColumns`
485
- * and `gridTemplateRows`. The grid also creates rows and columns on its own when needed. Their dimensions
486
- * are defined with `gridAutoColumns` and `gridAutoRows`.
474
+ * and `gridTemplateRows`. The grid also creates rows and columns on its own when needed. Their dimensions
475
+ * are defined with `gridAutoColumns` and `gridAutoRows`.
487
476
  *
488
477
  * Structure: The `CSSGrid` has the following elements:
489
478
  * - `items` - The items of the `CSSGrid`
@@ -492,25 +481,24 @@ declare namespace sap {
492
481
  * Usage:
493
482
  *
494
483
  * For general cases, use the `CSSGrid` properties to configure how the layout should look. For Box case
495
- * (equal sized items), use `customLayout` aggregation with {@link sap.ui.layout.cssgrid.GridBoxLayout GridBoxLayout}
484
+ * (equal sized items), use `customLayout` aggregation with {@link sap.ui.layout.cssgrid.GridBoxLayout GridBoxLayout }
496
485
  * For Grids which need different configurations based on available width, use `customLayout` aggregation
497
486
  * with {@link sap.ui.layout.cssgrid.GridResponsiveLayout GridResponsiveLayout} To set a specific position
498
- * to an item or define its dimensions in the grid, pass `layoutData` of type {@link sap.ui.layout.cssgrid.GridItemLayoutData
499
- * GridItemLayoutData}
487
+ * to an item or define its dimensions in the grid, pass `layoutData` of type {@link sap.ui.layout.cssgrid.GridItemLayoutData GridItemLayoutData}
500
488
  *
501
489
  * When to use
502
490
  * - If a two-dimensional layout configuration is needed (both columns and rows are defined)
503
491
  *
504
492
  * When not to use
505
- * - If the layout needs to be defined only by one dimension (either column or row, not both). Use {@link
506
- * sap.m.FlexBox FlexBox} instead.
493
+ * - If the layout needs to be defined only by one dimension (either column or row, not both). Use {@link sap.m.FlexBox FlexBox }
494
+ * instead.
507
495
  *
508
496
  * Responsive behavior:
509
497
  * - Fully configurable by the developer. It is possible to create a "breathing" columns layout which
510
- * means columns width will grow/shrink depending on grid size.
511
- * - It is possible to pass a {@link sap.ui.layout.cssgrid.GridResponsiveLayout GridResponsiveLayout}
512
- * to the `customLayout` aggregation of the `CSSGrid` and configure how it will look in different breakpoints
513
- * (S, M, L, XL).
498
+ * means columns width will grow/shrink depending on grid size.
499
+ * - It is possible to pass a {@link sap.ui.layout.cssgrid.GridResponsiveLayout GridResponsiveLayout }
500
+ * to the `customLayout` aggregation of the `CSSGrid` and configure how it will look in different breakpoints
501
+ * (S, M, L, XL).
514
502
  *
515
503
  * Out of current scope::
516
504
  * - Alignment and ordering
@@ -527,7 +515,7 @@ declare namespace sap {
527
515
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
528
516
  * of the syntax of the settings object.
529
517
  * See:
530
- * {@link topic:32d4b9c2b981425dbc374d3e9d5d0c2e Grid Controls}
518
+ * {@link https://ui5.sap.com/#/topic/32d4b9c2b981425dbc374d3e9d5d0c2e Grid Controls}
531
519
  * {@link fiori:https://experience.sap.com/fiori-design-web/flexible-grid/ Flexible Grid}
532
520
  * {@link https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout MDN web docs: CSS Grid Layout}
533
521
  */
@@ -544,7 +532,7 @@ declare namespace sap {
544
532
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
545
533
  * of the syntax of the settings object.
546
534
  * See:
547
- * {@link topic:32d4b9c2b981425dbc374d3e9d5d0c2e Grid Controls}
535
+ * {@link https://ui5.sap.com/#/topic/32d4b9c2b981425dbc374d3e9d5d0c2e Grid Controls}
548
536
  * {@link fiori:https://experience.sap.com/fiori-design-web/flexible-grid/ Flexible Grid}
549
537
  * {@link https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout MDN web docs: CSS Grid Layout}
550
538
  */
@@ -620,8 +608,7 @@ declare namespace sap {
620
608
  /**
621
609
  * Gets current value of property {@link #getGridAutoColumns gridAutoColumns}.
622
610
  *
623
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns
624
- * MDN web docs: grid-auto-columns}
611
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns MDN web docs: grid-auto-columns}
625
612
  *
626
613
  * Default value is `empty string`.
627
614
  *
@@ -631,8 +618,7 @@ declare namespace sap {
631
618
  /**
632
619
  * Gets current value of property {@link #getGridAutoFlow gridAutoFlow}.
633
620
  *
634
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow
635
- * MDN web docs: grid-auto-flow}
621
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow MDN web docs: grid-auto-flow}
636
622
  *
637
623
  * Default value is `"Row"`.
638
624
  *
@@ -642,8 +628,7 @@ declare namespace sap {
642
628
  /**
643
629
  * Gets current value of property {@link #getGridAutoRows gridAutoRows}.
644
630
  *
645
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows
646
- * MDN web docs: grid-auto-rows}
631
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows MDN web docs: grid-auto-rows}
647
632
  *
648
633
  * Default value is `empty string`.
649
634
  *
@@ -653,8 +638,7 @@ declare namespace sap {
653
638
  /**
654
639
  * Gets current value of property {@link #getGridColumnGap gridColumnGap}.
655
640
  *
656
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap
657
- * MDN web docs: grid-column-gap}
641
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap MDN web docs: grid-column-gap}
658
642
  *
659
643
  * Default value is `empty string`.
660
644
  *
@@ -672,9 +656,9 @@ declare namespace sap {
672
656
  /**
673
657
  * Gets current value of property {@link #getGridGap gridGap}.
674
658
  *
675
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap
676
- * MDN web docs: grid-gap} It is a shorthand for gridRowGap and gridColumnGap. If some of them is set, the
677
- * gridGap value will have less priority and will be overwritten.
659
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap MDN web docs: grid-gap }
660
+ * It is a shorthand for gridRowGap and gridColumnGap. If some of them is set, the gridGap value will have
661
+ * less priority and will be overwritten.
678
662
  *
679
663
  * Default value is `empty string`.
680
664
  *
@@ -692,8 +676,7 @@ declare namespace sap {
692
676
  /**
693
677
  * Gets current value of property {@link #getGridRowGap gridRowGap}.
694
678
  *
695
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap
696
- * MDN web docs: grid-row-gap}
679
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap MDN web docs: grid-row-gap}
697
680
  *
698
681
  * Default value is `empty string`.
699
682
  *
@@ -703,8 +686,7 @@ declare namespace sap {
703
686
  /**
704
687
  * Gets current value of property {@link #getGridTemplateColumns gridTemplateColumns}.
705
688
  *
706
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns
707
- * MDN web docs: grid-template-columns}
689
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns MDN web docs: grid-template-columns}
708
690
  *
709
691
  * Default value is `empty string`.
710
692
  *
@@ -714,8 +696,7 @@ declare namespace sap {
714
696
  /**
715
697
  * Gets current value of property {@link #getGridTemplateRows gridTemplateRows}.
716
698
  *
717
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows
718
- * MDN web docs: grid-template-rows}
699
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows MDN web docs: grid-template-rows}
719
700
  *
720
701
  * Default value is `empty string`.
721
702
  *
@@ -800,8 +781,7 @@ declare namespace sap {
800
781
  /**
801
782
  * Sets a new value for property {@link #getGridAutoColumns gridAutoColumns}.
802
783
  *
803
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns
804
- * MDN web docs: grid-auto-columns}
784
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns MDN web docs: grid-auto-columns}
805
785
  *
806
786
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
807
787
  *
@@ -818,8 +798,7 @@ declare namespace sap {
818
798
  /**
819
799
  * Sets a new value for property {@link #getGridAutoFlow gridAutoFlow}.
820
800
  *
821
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow
822
- * MDN web docs: grid-auto-flow}
801
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow MDN web docs: grid-auto-flow}
823
802
  *
824
803
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
825
804
  *
@@ -836,8 +815,7 @@ declare namespace sap {
836
815
  /**
837
816
  * Sets a new value for property {@link #getGridAutoRows gridAutoRows}.
838
817
  *
839
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows
840
- * MDN web docs: grid-auto-rows}
818
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows MDN web docs: grid-auto-rows}
841
819
  *
842
820
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
843
821
  *
@@ -854,8 +832,7 @@ declare namespace sap {
854
832
  /**
855
833
  * Sets a new value for property {@link #getGridColumnGap gridColumnGap}.
856
834
  *
857
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap
858
- * MDN web docs: grid-column-gap}
835
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap MDN web docs: grid-column-gap}
859
836
  *
860
837
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
861
838
  *
@@ -872,9 +849,9 @@ declare namespace sap {
872
849
  /**
873
850
  * Sets a new value for property {@link #getGridGap gridGap}.
874
851
  *
875
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap
876
- * MDN web docs: grid-gap} It is a shorthand for gridRowGap and gridColumnGap. If some of them is set, the
877
- * gridGap value will have less priority and will be overwritten.
852
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap MDN web docs: grid-gap }
853
+ * It is a shorthand for gridRowGap and gridColumnGap. If some of them is set, the gridGap value will have
854
+ * less priority and will be overwritten.
878
855
  *
879
856
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
880
857
  *
@@ -891,8 +868,7 @@ declare namespace sap {
891
868
  /**
892
869
  * Sets a new value for property {@link #getGridRowGap gridRowGap}.
893
870
  *
894
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap
895
- * MDN web docs: grid-row-gap}
871
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap MDN web docs: grid-row-gap}
896
872
  *
897
873
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
898
874
  *
@@ -909,8 +885,7 @@ declare namespace sap {
909
885
  /**
910
886
  * Sets a new value for property {@link #getGridTemplateColumns gridTemplateColumns}.
911
887
  *
912
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns
913
- * MDN web docs: grid-template-columns}
888
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns MDN web docs: grid-template-columns}
914
889
  *
915
890
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
916
891
  *
@@ -927,8 +902,7 @@ declare namespace sap {
927
902
  /**
928
903
  * Sets a new value for property {@link #getGridTemplateRows gridTemplateRows}.
929
904
  *
930
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows
931
- * MDN web docs: grid-template-rows}
905
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows MDN web docs: grid-template-rows}
932
906
  *
933
907
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
934
908
  *
@@ -1032,8 +1006,7 @@ declare namespace sap {
1032
1006
  /**
1033
1007
  * Gets current value of property {@link #getGridAutoColumns gridAutoColumns}.
1034
1008
  *
1035
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns
1036
- * MDN web docs: grid-auto-columns}
1009
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns MDN web docs: grid-auto-columns}
1037
1010
  *
1038
1011
  * Default value is `empty string`.
1039
1012
  *
@@ -1043,8 +1016,7 @@ declare namespace sap {
1043
1016
  /**
1044
1017
  * Gets current value of property {@link #getGridAutoFlow gridAutoFlow}.
1045
1018
  *
1046
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow
1047
- * MDN web docs: grid-auto-flow}
1019
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow MDN web docs: grid-auto-flow}
1048
1020
  *
1049
1021
  * Default value is `"Row"`.
1050
1022
  *
@@ -1054,8 +1026,7 @@ declare namespace sap {
1054
1026
  /**
1055
1027
  * Gets current value of property {@link #getGridAutoRows gridAutoRows}.
1056
1028
  *
1057
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows
1058
- * MDN web docs: grid-auto-rows}
1029
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows MDN web docs: grid-auto-rows}
1059
1030
  *
1060
1031
  * Default value is `empty string`.
1061
1032
  *
@@ -1065,8 +1036,7 @@ declare namespace sap {
1065
1036
  /**
1066
1037
  * Gets current value of property {@link #getGridColumnGap gridColumnGap}.
1067
1038
  *
1068
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap
1069
- * MDN web docs: grid-column-gap}
1039
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap MDN web docs: grid-column-gap}
1070
1040
  *
1071
1041
  * Default value is `empty string`.
1072
1042
  *
@@ -1076,8 +1046,7 @@ declare namespace sap {
1076
1046
  /**
1077
1047
  * Gets current value of property {@link #getGridGap gridGap}.
1078
1048
  *
1079
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap
1080
- * MDN web docs: grid-gap}
1049
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap MDN web docs: grid-gap}
1081
1050
  *
1082
1051
  * Default value is `empty string`.
1083
1052
  *
@@ -1087,8 +1056,7 @@ declare namespace sap {
1087
1056
  /**
1088
1057
  * Gets current value of property {@link #getGridRowGap gridRowGap}.
1089
1058
  *
1090
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap
1091
- * MDN web docs: grid-row-gap}
1059
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap MDN web docs: grid-row-gap}
1092
1060
  *
1093
1061
  * Default value is `empty string`.
1094
1062
  *
@@ -1098,8 +1066,7 @@ declare namespace sap {
1098
1066
  /**
1099
1067
  * Gets current value of property {@link #getGridTemplateColumns gridTemplateColumns}.
1100
1068
  *
1101
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns
1102
- * MDN web docs: grid-template-columns}
1069
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns MDN web docs: grid-template-columns}
1103
1070
  *
1104
1071
  * Default value is `empty string`.
1105
1072
  *
@@ -1109,8 +1076,7 @@ declare namespace sap {
1109
1076
  /**
1110
1077
  * Gets current value of property {@link #getGridTemplateRows gridTemplateRows}.
1111
1078
  *
1112
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows
1113
- * MDN web docs: grid-template-rows}
1079
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows MDN web docs: grid-template-rows}
1114
1080
  *
1115
1081
  * Default value is `empty string`.
1116
1082
  *
@@ -1120,8 +1086,7 @@ declare namespace sap {
1120
1086
  /**
1121
1087
  * Sets a new value for property {@link #getGridAutoColumns gridAutoColumns}.
1122
1088
  *
1123
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns
1124
- * MDN web docs: grid-auto-columns}
1089
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns MDN web docs: grid-auto-columns}
1125
1090
  *
1126
1091
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1127
1092
  *
@@ -1138,8 +1103,7 @@ declare namespace sap {
1138
1103
  /**
1139
1104
  * Sets a new value for property {@link #getGridAutoFlow gridAutoFlow}.
1140
1105
  *
1141
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow
1142
- * MDN web docs: grid-auto-flow}
1106
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow MDN web docs: grid-auto-flow}
1143
1107
  *
1144
1108
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1145
1109
  *
@@ -1156,8 +1120,7 @@ declare namespace sap {
1156
1120
  /**
1157
1121
  * Sets a new value for property {@link #getGridAutoRows gridAutoRows}.
1158
1122
  *
1159
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows
1160
- * MDN web docs: grid-auto-rows}
1123
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows MDN web docs: grid-auto-rows}
1161
1124
  *
1162
1125
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1163
1126
  *
@@ -1174,8 +1137,7 @@ declare namespace sap {
1174
1137
  /**
1175
1138
  * Sets a new value for property {@link #getGridColumnGap gridColumnGap}.
1176
1139
  *
1177
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap
1178
- * MDN web docs: grid-column-gap}
1140
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap MDN web docs: grid-column-gap}
1179
1141
  *
1180
1142
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1181
1143
  *
@@ -1192,8 +1154,7 @@ declare namespace sap {
1192
1154
  /**
1193
1155
  * Sets a new value for property {@link #getGridGap gridGap}.
1194
1156
  *
1195
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap
1196
- * MDN web docs: grid-gap}
1157
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap MDN web docs: grid-gap}
1197
1158
  *
1198
1159
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1199
1160
  *
@@ -1210,8 +1171,7 @@ declare namespace sap {
1210
1171
  /**
1211
1172
  * Sets a new value for property {@link #getGridRowGap gridRowGap}.
1212
1173
  *
1213
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap
1214
- * MDN web docs: grid-row-gap}
1174
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap MDN web docs: grid-row-gap}
1215
1175
  *
1216
1176
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1217
1177
  *
@@ -1228,8 +1188,7 @@ declare namespace sap {
1228
1188
  /**
1229
1189
  * Sets a new value for property {@link #getGridTemplateColumns gridTemplateColumns}.
1230
1190
  *
1231
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns
1232
- * MDN web docs: grid-template-columns}
1191
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns MDN web docs: grid-template-columns}
1233
1192
  *
1234
1193
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1235
1194
  *
@@ -1246,8 +1205,7 @@ declare namespace sap {
1246
1205
  /**
1247
1206
  * Sets a new value for property {@link #getGridTemplateRows gridTemplateRows}.
1248
1207
  *
1249
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows
1250
- * MDN web docs: grid-template-rows}
1208
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows MDN web docs: grid-template-rows}
1251
1209
  *
1252
1210
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1253
1211
  *
@@ -1500,8 +1458,7 @@ declare namespace sap {
1500
1458
  /**
1501
1459
  * Gets current value of property {@link #getGridColumn gridColumn}.
1502
1460
  *
1503
- * Sets the value for the CSS display:grid item property grid-column {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column
1504
- * MDN web docs: grid-column}
1461
+ * Sets the value for the CSS display:grid item property grid-column {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column MDN web docs: grid-column}
1505
1462
  *
1506
1463
  * Default value is `empty string`.
1507
1464
  *
@@ -1511,8 +1468,7 @@ declare namespace sap {
1511
1468
  /**
1512
1469
  * Gets current value of property {@link #getGridColumnEnd gridColumnEnd}.
1513
1470
  *
1514
- * Sets the value for the CSS display:grid item property grid-column-end {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-end
1515
- * MDN web docs: grid-column-end}
1471
+ * Sets the value for the CSS display:grid item property grid-column-end {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-end MDN web docs: grid-column-end}
1516
1472
  *
1517
1473
  * Default value is `empty string`.
1518
1474
  *
@@ -1522,8 +1478,7 @@ declare namespace sap {
1522
1478
  /**
1523
1479
  * Gets current value of property {@link #getGridColumnStart gridColumnStart}.
1524
1480
  *
1525
- * Sets the value for the CSS display:grid item property grid-column-start {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-start
1526
- * MDN web docs: grid-column-start}
1481
+ * Sets the value for the CSS display:grid item property grid-column-start {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-start MDN web docs: grid-column-start}
1527
1482
  *
1528
1483
  * Default value is `empty string`.
1529
1484
  *
@@ -1533,8 +1488,7 @@ declare namespace sap {
1533
1488
  /**
1534
1489
  * Gets current value of property {@link #getGridRow gridRow}.
1535
1490
  *
1536
- * Sets the value for the CSS display:grid item property grid-row {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row
1537
- * MDN web docs: grid-row}
1491
+ * Sets the value for the CSS display:grid item property grid-row {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row MDN web docs: grid-row}
1538
1492
  *
1539
1493
  * Default value is `empty string`.
1540
1494
  *
@@ -1544,8 +1498,7 @@ declare namespace sap {
1544
1498
  /**
1545
1499
  * Gets current value of property {@link #getGridRowEnd gridRowEnd}.
1546
1500
  *
1547
- * Sets the value for the CSS display:grid item property grid-row-end {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-end
1548
- * MDN web docs: grid-row-end}
1501
+ * Sets the value for the CSS display:grid item property grid-row-end {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-end MDN web docs: grid-row-end}
1549
1502
  *
1550
1503
  * Default value is `empty string`.
1551
1504
  *
@@ -1555,8 +1508,7 @@ declare namespace sap {
1555
1508
  /**
1556
1509
  * Gets current value of property {@link #getGridRowStart gridRowStart}.
1557
1510
  *
1558
- * Sets the value for the CSS display:grid item property grid-row-start {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-start
1559
- * MDN web docs: grid-row-start}
1511
+ * Sets the value for the CSS display:grid item property grid-row-start {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-start MDN web docs: grid-row-start}
1560
1512
  *
1561
1513
  * Default value is `empty string`.
1562
1514
  *
@@ -1566,8 +1518,7 @@ declare namespace sap {
1566
1518
  /**
1567
1519
  * Sets a new value for property {@link #getGridColumn gridColumn}.
1568
1520
  *
1569
- * Sets the value for the CSS display:grid item property grid-column {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column
1570
- * MDN web docs: grid-column}
1521
+ * Sets the value for the CSS display:grid item property grid-column {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column MDN web docs: grid-column}
1571
1522
  *
1572
1523
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1573
1524
  *
@@ -1584,8 +1535,7 @@ declare namespace sap {
1584
1535
  /**
1585
1536
  * Sets a new value for property {@link #getGridColumnEnd gridColumnEnd}.
1586
1537
  *
1587
- * Sets the value for the CSS display:grid item property grid-column-end {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-end
1588
- * MDN web docs: grid-column-end}
1538
+ * Sets the value for the CSS display:grid item property grid-column-end {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-end MDN web docs: grid-column-end}
1589
1539
  *
1590
1540
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1591
1541
  *
@@ -1602,8 +1552,7 @@ declare namespace sap {
1602
1552
  /**
1603
1553
  * Sets a new value for property {@link #getGridColumnStart gridColumnStart}.
1604
1554
  *
1605
- * Sets the value for the CSS display:grid item property grid-column-start {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-start
1606
- * MDN web docs: grid-column-start}
1555
+ * Sets the value for the CSS display:grid item property grid-column-start {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-start MDN web docs: grid-column-start}
1607
1556
  *
1608
1557
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1609
1558
  *
@@ -1620,8 +1569,7 @@ declare namespace sap {
1620
1569
  /**
1621
1570
  * Sets a new value for property {@link #getGridRow gridRow}.
1622
1571
  *
1623
- * Sets the value for the CSS display:grid item property grid-row {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row
1624
- * MDN web docs: grid-row}
1572
+ * Sets the value for the CSS display:grid item property grid-row {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row MDN web docs: grid-row}
1625
1573
  *
1626
1574
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1627
1575
  *
@@ -1638,8 +1586,7 @@ declare namespace sap {
1638
1586
  /**
1639
1587
  * Sets a new value for property {@link #getGridRowEnd gridRowEnd}.
1640
1588
  *
1641
- * Sets the value for the CSS display:grid item property grid-row-end {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-end
1642
- * MDN web docs: grid-row-end}
1589
+ * Sets the value for the CSS display:grid item property grid-row-end {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-end MDN web docs: grid-row-end}
1643
1590
  *
1644
1591
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1645
1592
  *
@@ -1656,8 +1603,7 @@ declare namespace sap {
1656
1603
  /**
1657
1604
  * Sets a new value for property {@link #getGridRowStart gridRowStart}.
1658
1605
  *
1659
- * Sets the value for the CSS display:grid item property grid-row-start {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-start
1660
- * MDN web docs: grid-row-start}
1606
+ * Sets the value for the CSS display:grid item property grid-row-start {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-start MDN web docs: grid-row-start}
1661
1607
  *
1662
1608
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1663
1609
  *
@@ -1683,8 +1629,8 @@ declare namespace sap {
1683
1629
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
1684
1630
  * of the syntax of the settings object.
1685
1631
  *
1686
- * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.base.ManagedObject#constructor
1687
- * sap.ui.base.ManagedObject} can be used.
1632
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.base.ManagedObject#constructor sap.ui.base.ManagedObject }
1633
+ * can be used.
1688
1634
  */
1689
1635
  constructor(
1690
1636
  /**
@@ -1697,8 +1643,8 @@ declare namespace sap {
1697
1643
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
1698
1644
  * of the syntax of the settings object.
1699
1645
  *
1700
- * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.base.ManagedObject#constructor
1701
- * sap.ui.base.ManagedObject} can be used.
1646
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.base.ManagedObject#constructor sap.ui.base.ManagedObject }
1647
+ * can be used.
1702
1648
  */
1703
1649
  constructor(
1704
1650
  /**
@@ -1904,7 +1850,9 @@ declare namespace sap {
1904
1850
  /**
1905
1851
  * The function to be called when the event occurs
1906
1852
  */
1907
- fnFunction: (p1: sap.ui.base.Event) => void,
1853
+ fnFunction: (
1854
+ p1: sap.ui.base.Event<sap.ui.layout.cssgrid.$GridResponsiveLayoutLayoutChangeEventParameters>
1855
+ ) => void,
1908
1856
  /**
1909
1857
  * Context object to call the event handler with. Defaults to this `sap.ui.layout.cssgrid.GridResponsiveLayout`
1910
1858
  * itself
@@ -1925,7 +1873,9 @@ declare namespace sap {
1925
1873
  /**
1926
1874
  * The function to be called when the event occurs
1927
1875
  */
1928
- fnFunction: (p1: sap.ui.base.Event) => void,
1876
+ fnFunction: (
1877
+ p1: sap.ui.base.Event<sap.ui.layout.cssgrid.$GridResponsiveLayoutLayoutChangeEventParameters>
1878
+ ) => void,
1929
1879
  /**
1930
1880
  * Context object to call the event handler with. Defaults to this `sap.ui.layout.cssgrid.GridResponsiveLayout`
1931
1881
  * itself
@@ -1973,7 +1923,9 @@ declare namespace sap {
1973
1923
  /**
1974
1924
  * The function to be called, when the event occurs
1975
1925
  */
1976
- fnFunction: (p1: sap.ui.base.Event) => void,
1926
+ fnFunction: (
1927
+ p1: sap.ui.base.Event<sap.ui.layout.cssgrid.$GridResponsiveLayoutLayoutChangeEventParameters>
1928
+ ) => void,
1977
1929
  /**
1978
1930
  * Context object on which the given function had to be called
1979
1931
  */
@@ -1990,12 +1942,7 @@ declare namespace sap {
1990
1942
  /**
1991
1943
  * Parameters to pass along with the event
1992
1944
  */
1993
- mParameters?: {
1994
- /**
1995
- * The name of the newly active layout aggregation
1996
- */
1997
- layout?: string;
1998
- }
1945
+ mParameters?: sap.ui.layout.cssgrid.$GridResponsiveLayoutLayoutChangeEventParameters
1999
1946
  ): this;
2000
1947
  /**
2001
1948
  * Gets current value of property {@link #getContainerQuery containerQuery}.
@@ -2181,8 +2128,7 @@ declare namespace sap {
2181
2128
  /**
2182
2129
  * Gets current value of property {@link #getGridAutoColumns gridAutoColumns}.
2183
2130
  *
2184
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns
2185
- * MDN web docs: grid-auto-columns}
2131
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns MDN web docs: grid-auto-columns}
2186
2132
  *
2187
2133
  * Default value is `empty string`.
2188
2134
  *
@@ -2192,8 +2138,7 @@ declare namespace sap {
2192
2138
  /**
2193
2139
  * Gets current value of property {@link #getGridAutoFlow gridAutoFlow}.
2194
2140
  *
2195
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow
2196
- * MDN web docs: grid-auto-flow}
2141
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow MDN web docs: grid-auto-flow}
2197
2142
  *
2198
2143
  * Default value is `"Row"`.
2199
2144
  *
@@ -2203,8 +2148,7 @@ declare namespace sap {
2203
2148
  /**
2204
2149
  * Gets current value of property {@link #getGridAutoRows gridAutoRows}.
2205
2150
  *
2206
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows
2207
- * MDN web docs: grid-auto-rows}
2151
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows MDN web docs: grid-auto-rows}
2208
2152
  *
2209
2153
  * Default value is `empty string`.
2210
2154
  *
@@ -2214,8 +2158,7 @@ declare namespace sap {
2214
2158
  /**
2215
2159
  * Gets current value of property {@link #getGridColumnGap gridColumnGap}.
2216
2160
  *
2217
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap
2218
- * MDN web docs: grid-column-gap}
2161
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap MDN web docs: grid-column-gap}
2219
2162
  *
2220
2163
  * Default value is `empty string`.
2221
2164
  *
@@ -2225,8 +2168,7 @@ declare namespace sap {
2225
2168
  /**
2226
2169
  * Gets current value of property {@link #getGridGap gridGap}.
2227
2170
  *
2228
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap
2229
- * MDN web docs: grid-gap}
2171
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap MDN web docs: grid-gap}
2230
2172
  *
2231
2173
  * Default value is `empty string`.
2232
2174
  *
@@ -2236,8 +2178,7 @@ declare namespace sap {
2236
2178
  /**
2237
2179
  * Gets current value of property {@link #getGridRowGap gridRowGap}.
2238
2180
  *
2239
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap
2240
- * MDN web docs: grid-row-gap}
2181
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap MDN web docs: grid-row-gap}
2241
2182
  *
2242
2183
  * Default value is `empty string`.
2243
2184
  *
@@ -2247,8 +2188,7 @@ declare namespace sap {
2247
2188
  /**
2248
2189
  * Gets current value of property {@link #getGridTemplateColumns gridTemplateColumns}.
2249
2190
  *
2250
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns
2251
- * MDN web docs: grid-template-columns}
2191
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns MDN web docs: grid-template-columns}
2252
2192
  *
2253
2193
  * Default value is `empty string`.
2254
2194
  *
@@ -2258,8 +2198,7 @@ declare namespace sap {
2258
2198
  /**
2259
2199
  * Gets current value of property {@link #getGridTemplateRows gridTemplateRows}.
2260
2200
  *
2261
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows
2262
- * MDN web docs: grid-template-rows}
2201
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows MDN web docs: grid-template-rows}
2263
2202
  *
2264
2203
  * Default value is `empty string`.
2265
2204
  *
@@ -2269,8 +2208,7 @@ declare namespace sap {
2269
2208
  /**
2270
2209
  * Sets a new value for property {@link #getGridAutoColumns gridAutoColumns}.
2271
2210
  *
2272
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns
2273
- * MDN web docs: grid-auto-columns}
2211
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-columns MDN web docs: grid-auto-columns}
2274
2212
  *
2275
2213
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2276
2214
  *
@@ -2287,8 +2225,7 @@ declare namespace sap {
2287
2225
  /**
2288
2226
  * Sets a new value for property {@link #getGridAutoFlow gridAutoFlow}.
2289
2227
  *
2290
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow
2291
- * MDN web docs: grid-auto-flow}
2228
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow MDN web docs: grid-auto-flow}
2292
2229
  *
2293
2230
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2294
2231
  *
@@ -2305,8 +2242,7 @@ declare namespace sap {
2305
2242
  /**
2306
2243
  * Sets a new value for property {@link #getGridAutoRows gridAutoRows}.
2307
2244
  *
2308
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows
2309
- * MDN web docs: grid-auto-rows}
2245
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-rows MDN web docs: grid-auto-rows}
2310
2246
  *
2311
2247
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2312
2248
  *
@@ -2323,8 +2259,7 @@ declare namespace sap {
2323
2259
  /**
2324
2260
  * Sets a new value for property {@link #getGridColumnGap gridColumnGap}.
2325
2261
  *
2326
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap
2327
- * MDN web docs: grid-column-gap}
2262
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-gap MDN web docs: grid-column-gap}
2328
2263
  *
2329
2264
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2330
2265
  *
@@ -2341,8 +2276,7 @@ declare namespace sap {
2341
2276
  /**
2342
2277
  * Sets a new value for property {@link #getGridGap gridGap}.
2343
2278
  *
2344
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap
2345
- * MDN web docs: grid-gap}
2279
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-gap MDN web docs: grid-gap}
2346
2280
  *
2347
2281
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2348
2282
  *
@@ -2359,8 +2293,7 @@ declare namespace sap {
2359
2293
  /**
2360
2294
  * Sets a new value for property {@link #getGridRowGap gridRowGap}.
2361
2295
  *
2362
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap
2363
- * MDN web docs: grid-row-gap}
2296
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-row-gap MDN web docs: grid-row-gap}
2364
2297
  *
2365
2298
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2366
2299
  *
@@ -2377,8 +2310,7 @@ declare namespace sap {
2377
2310
  /**
2378
2311
  * Sets a new value for property {@link #getGridTemplateColumns gridTemplateColumns}.
2379
2312
  *
2380
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns
2381
- * MDN web docs: grid-template-columns}
2313
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns MDN web docs: grid-template-columns}
2382
2314
  *
2383
2315
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2384
2316
  *
@@ -2395,8 +2327,7 @@ declare namespace sap {
2395
2327
  /**
2396
2328
  * Sets a new value for property {@link #getGridTemplateRows gridTemplateRows}.
2397
2329
  *
2398
- * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows
2399
- * MDN web docs: grid-template-rows}
2330
+ * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-rows MDN web docs: grid-template-rows}
2400
2331
  *
2401
2332
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2402
2333
  *
@@ -2631,7 +2562,9 @@ declare namespace sap {
2631
2562
  /**
2632
2563
  * The function to be called when the event occurs
2633
2564
  */
2634
- fnFunction: (p1: sap.ui.base.Event) => void,
2565
+ fnFunction: (
2566
+ p1: sap.ui.base.Event<sap.ui.layout.cssgrid.$ResponsiveColumnLayoutLayoutChangeEventParameters>
2567
+ ) => void,
2635
2568
  /**
2636
2569
  * Context object to call the event handler with. Defaults to this `sap.ui.layout.cssgrid.ResponsiveColumnLayout`
2637
2570
  * itself
@@ -2652,7 +2585,9 @@ declare namespace sap {
2652
2585
  /**
2653
2586
  * The function to be called when the event occurs
2654
2587
  */
2655
- fnFunction: (p1: sap.ui.base.Event) => void,
2588
+ fnFunction: (
2589
+ p1: sap.ui.base.Event<sap.ui.layout.cssgrid.$ResponsiveColumnLayoutLayoutChangeEventParameters>
2590
+ ) => void,
2656
2591
  /**
2657
2592
  * Context object to call the event handler with. Defaults to this `sap.ui.layout.cssgrid.ResponsiveColumnLayout`
2658
2593
  * itself
@@ -2670,7 +2605,9 @@ declare namespace sap {
2670
2605
  /**
2671
2606
  * The function to be called, when the event occurs
2672
2607
  */
2673
- fnFunction: (p1: sap.ui.base.Event) => void,
2608
+ fnFunction: (
2609
+ p1: sap.ui.base.Event<sap.ui.layout.cssgrid.$ResponsiveColumnLayoutLayoutChangeEventParameters>
2610
+ ) => void,
2674
2611
  /**
2675
2612
  * Context object on which the given function had to be called
2676
2613
  */
@@ -2687,12 +2624,7 @@ declare namespace sap {
2687
2624
  /**
2688
2625
  * Parameters to pass along with the event
2689
2626
  */
2690
- mParameters?: {
2691
- /**
2692
- * The name of the newly active layout - "S", "M", "ML", "L", "XL", "XXL" or "XXXL".
2693
- */
2694
- layout?: string;
2695
- }
2627
+ mParameters?: sap.ui.layout.cssgrid.$ResponsiveColumnLayoutLayoutChangeEventParameters
2696
2628
  ): this;
2697
2629
  /**
2698
2630
  * Returns if the Grid Layout is responsive.
@@ -2919,8 +2851,8 @@ declare namespace sap {
2919
2851
  *
2920
2852
  * **Note:** If the title is provided as a string, the title is rendered with a theme-dependent default
2921
2853
  * level. As the `Form` control cannot know the structure of the page, this might not fit the page structure.
2922
- * In this case provide the title using a `Title` element and set its {@link sap.ui.core.Title#setLevel
2923
- * level} to the needed value.
2854
+ * In this case provide the title using a `Title` element and set its {@link sap.ui.core.Title#setLevel level }
2855
+ * to the needed value.
2924
2856
  */
2925
2857
  title?:
2926
2858
  | string
@@ -2939,9 +2871,8 @@ declare namespace sap {
2939
2871
  toolbar?: sap.ui.core.Toolbar;
2940
2872
 
2941
2873
  /**
2942
- * Layout of the `Form`. The assigned `Layout` renders the `Form`. We recommend using the {@link sap.ui.layout.form.ColumnLayout
2943
- * ColumnLayout} for rendering a `Form`, as its responsiveness allows the available space to be used in
2944
- * the best way possible.
2874
+ * Layout of the `Form`. The assigned `Layout` renders the `Form`. We recommend using the {@link sap.ui.layout.form.ColumnLayout ColumnLayout }
2875
+ * for rendering a `Form`, as its responsiveness allows the available space to be used in the best way possible.
2945
2876
  */
2946
2877
  layout?: sap.ui.layout.form.FormLayout;
2947
2878
 
@@ -2999,8 +2930,8 @@ declare namespace sap {
2999
2930
  *
3000
2931
  * **Note:** If the title is provided as a string, the title is rendered with a theme-dependent default
3001
2932
  * level. As the `Form` control cannot know the structure of the page, this might not fit the page structure.
3002
- * In this case provide the title using a `Title` element and set its {@link sap.ui.core.Title#setLevel
3003
- * level} to the needed value.
2933
+ * In this case provide the title using a `Title` element and set its {@link sap.ui.core.Title#setLevel level }
2934
+ * to the needed value.
3004
2935
  */
3005
2936
  title?:
3006
2937
  | string
@@ -3672,18 +3603,18 @@ declare namespace sap {
3672
3603
 
3673
3604
  /**
3674
3605
  * The content of the form is structured in the following way:
3675
- * - Add a `sap.ui.core.Title` element or `Toolbar` control to start a new group (`{@link sap.ui.layout.form.FormContainer
3676
- * FormContainer}`).
3606
+ * - Add a `sap.ui.core.Title` element or `Toolbar` control to start a new group (`{@link sap.ui.layout.form.FormContainer FormContainer}`).
3607
+ *
3677
3608
  * - Add a `Label` control to start a new row (`{@link sap.ui.layout.form.FormElement FormElement}`).
3678
3609
  *
3679
3610
  * - Add controls as input fields, text fields or other as needed.
3680
3611
  * - Use `LayoutData` to influence the layout for special cases in the single controls. For example, if
3681
- * a `ColumnLayout` is used as a layout, the form content is weighted using 4 cells for the labels and 8
3682
- * cells for the field part, for large size. If there is only little space, the labels are above the fields
3683
- * and each field uses 12 cells. If your input controls should influence their width, you can add `sap.ui.layout.ColumnElementData`
3684
- * to them via `setLayoutData` method. Ensure that the sum of the weights in the `ColumnElementData` is
3685
- * not more than 12, as this is the total width of the input control part of each form row. Example
3686
- * for a row where the `Input` uses 6 cells and the second `Input` uses 2 cells (using `ColumnElementData`):
3612
+ * a `ColumnLayout` is used as a layout, the form content is weighted using 4 cells for the labels and 8
3613
+ * cells for the field part, for large size. If there is only little space, the labels are above the fields
3614
+ * and each field uses 12 cells. If your input controls should influence their width, you can add `sap.ui.layout.ColumnElementData`
3615
+ * to them via `setLayoutData` method. Ensure that the sum of the weights in the `ColumnElementData` is
3616
+ * not more than 12, as this is the total width of the input control part of each form row. Example
3617
+ * for a row where the `Input` uses 6 cells and the second `Input` uses 2 cells (using `ColumnElementData`):
3687
3618
  *
3688
3619
  * ```javascript
3689
3620
  *
@@ -4429,8 +4360,7 @@ declare namespace sap {
4429
4360
  /**
4430
4361
  * @SINCE 1.28.0
4431
4362
  *
4432
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
4433
- * ariaLabelledBy}.
4363
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
4434
4364
  */
4435
4365
  getAriaLabelledBy(): sap.ui.core.ID[];
4436
4366
  /**
@@ -4465,9 +4395,8 @@ declare namespace sap {
4465
4395
  /**
4466
4396
  * Gets content of aggregation {@link #getLayout layout}.
4467
4397
  *
4468
- * Layout of the `Form`. The assigned `Layout` renders the `Form`. We recommend using the {@link sap.ui.layout.form.ColumnLayout
4469
- * ColumnLayout} for rendering a `Form`, as its responsiveness allows the available space to be used in
4470
- * the best way possible.
4398
+ * Layout of the `Form`. The assigned `Layout` renders the `Form`. We recommend using the {@link sap.ui.layout.form.ColumnLayout ColumnLayout }
4399
+ * for rendering a `Form`, as its responsiveness allows the available space to be used in the best way possible.
4471
4400
  */
4472
4401
  getLayout(): sap.ui.layout.form.FormLayout;
4473
4402
  /**
@@ -4480,8 +4409,8 @@ declare namespace sap {
4480
4409
  *
4481
4410
  * **Note:** If the title is provided as a string, the title is rendered with a theme-dependent default
4482
4411
  * level. As the `Form` control cannot know the structure of the page, this might not fit the page structure.
4483
- * In this case provide the title using a `Title` element and set its {@link sap.ui.core.Title#setLevel
4484
- * level} to the needed value.
4412
+ * In this case provide the title using a `Title` element and set its {@link sap.ui.core.Title#setLevel level }
4413
+ * to the needed value.
4485
4414
  */
4486
4415
  getTitle(): sap.ui.core.Title | string;
4487
4416
  /**
@@ -4505,8 +4434,8 @@ declare namespace sap {
4505
4434
  */
4506
4435
  getWidth(): sap.ui.core.CSSSize;
4507
4436
  /**
4508
- * Checks for the provided `sap.ui.layout.form.FormContainer` in the aggregation {@link #getFormContainers
4509
- * formContainers}. and returns its index if found or -1 otherwise.
4437
+ * Checks for the provided `sap.ui.layout.form.FormContainer` in the aggregation {@link #getFormContainers formContainers}.
4438
+ * and returns its index if found or -1 otherwise.
4510
4439
  *
4511
4440
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
4512
4441
  */
@@ -4784,8 +4713,7 @@ declare namespace sap {
4784
4713
  /**
4785
4714
  * @SINCE 1.36.0
4786
4715
  *
4787
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
4788
- * ariaLabelledBy}.
4716
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
4789
4717
  */
4790
4718
  getAriaLabelledBy(): sap.ui.core.ID[];
4791
4719
  /**
@@ -4828,8 +4756,8 @@ declare namespace sap {
4828
4756
  *
4829
4757
  * **Note:** If the title is provided as a string, the title is rendered with a theme-dependent default
4830
4758
  * level. As the `Form` control cannot know the structure of the page, this might not fit the page structure.
4831
- * In this case provide the title using a `Title` element and set its {@link sap.ui.core.Title#setLevel
4832
- * level} to the needed value.
4759
+ * In this case provide the title using a `Title` element and set its {@link sap.ui.core.Title#setLevel level }
4760
+ * to the needed value.
4833
4761
  */
4834
4762
  getTitle(): sap.ui.core.Title | string;
4835
4763
  /**
@@ -6373,8 +6301,8 @@ declare namespace sap {
6373
6301
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
6374
6302
  * of the syntax of the settings object.
6375
6303
  *
6376
- * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.layout.form.FormLayout#constructor
6377
- * sap.ui.layout.form.FormLayout} can be used.
6304
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.layout.form.FormLayout#constructor sap.ui.layout.form.FormLayout }
6305
+ * can be used.
6378
6306
  */
6379
6307
  constructor(
6380
6308
  /**
@@ -6389,8 +6317,8 @@ declare namespace sap {
6389
6317
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
6390
6318
  * of the syntax of the settings object.
6391
6319
  *
6392
- * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.layout.form.FormLayout#constructor
6393
- * sap.ui.layout.form.FormLayout} can be used.
6320
+ * This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.layout.form.FormLayout#constructor sap.ui.layout.form.FormLayout }
6321
+ * can be used.
6394
6322
  */
6395
6323
  constructor(
6396
6324
  /**
@@ -6620,16 +6548,16 @@ declare namespace sap {
6620
6548
  * @SINCE 1.16.0
6621
6549
  *
6622
6550
  * The `SimpleForm` control provides an easy-to-use API to create simple forms. Inside a `SimpleForm` control,
6623
- * a `{@link sap.ui.layout.form.Form Form}` control is created along with its `{@link sap.ui.layout.form.FormContainer
6624
- * FormContainer}` elements and `{@link sap.ui.layout.form.FormElement FormElement}` elements, but the complexity
6625
- * in the API is not exposed to the user.
6626
- * - A new `sap.ui.core.Title` element or `Toolbar` control starts a new group (`{@link sap.ui.layout.form.FormContainer
6627
- * FormContainer}`) in the form.
6551
+ * a `{@link sap.ui.layout.form.Form Form}` control is created along with its `{@link sap.ui.layout.form.FormContainer FormContainer}`
6552
+ * elements and `{@link sap.ui.layout.form.FormElement FormElement}` elements, but the complexity in the
6553
+ * API is not exposed to the user.
6554
+ * - A new `sap.ui.core.Title` element or `Toolbar` control starts a new group (`{@link sap.ui.layout.form.FormContainer FormContainer}`)
6555
+ * in the form.
6628
6556
  * - A new `Label` control starts a new row (`{@link sap.ui.layout.form.FormElement FormElement}`) in
6629
- * the form.
6557
+ * the form.
6630
6558
  * - All other controls will be assigned to the row (`{@link sap.ui.layout.form.FormElement FormElement}`)
6631
- * that started with the last label. Use `LayoutData` to influence the layout for special cases in
6632
- * the Input/Display controls.
6559
+ * that started with the last label. Use `LayoutData` to influence the layout for special cases in
6560
+ * the Input/Display controls.
6633
6561
  *
6634
6562
  * **Note:** If a more complex form is needed, use the `{@link sap.ui.layout.form.Form Form}` control instead.
6635
6563
  */
@@ -6764,8 +6692,7 @@ declare namespace sap {
6764
6692
  /**
6765
6693
  * @SINCE 1.32.0
6766
6694
  *
6767
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
6768
- * ariaLabelledBy}.
6695
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
6769
6696
  */
6770
6697
  getAriaLabelledBy(): sap.ui.core.ID[];
6771
6698
  /**
@@ -6874,18 +6801,18 @@ declare namespace sap {
6874
6801
  * Gets content of aggregation {@link #getContent content}.
6875
6802
  *
6876
6803
  * The content of the form is structured in the following way:
6877
- * - Add a `sap.ui.core.Title` element or `Toolbar` control to start a new group (`{@link sap.ui.layout.form.FormContainer
6878
- * FormContainer}`).
6804
+ * - Add a `sap.ui.core.Title` element or `Toolbar` control to start a new group (`{@link sap.ui.layout.form.FormContainer FormContainer}`).
6805
+ *
6879
6806
  * - Add a `Label` control to start a new row (`{@link sap.ui.layout.form.FormElement FormElement}`).
6880
6807
  *
6881
6808
  * - Add controls as input fields, text fields or other as needed.
6882
6809
  * - Use `LayoutData` to influence the layout for special cases in the single controls. For example, if
6883
- * a `ColumnLayout` is used as a layout, the form content is weighted using 4 cells for the labels and 8
6884
- * cells for the field part, for large size. If there is only little space, the labels are above the fields
6885
- * and each field uses 12 cells. If your input controls should influence their width, you can add `sap.ui.layout.ColumnElementData`
6886
- * to them via `setLayoutData` method. Ensure that the sum of the weights in the `ColumnElementData` is
6887
- * not more than 12, as this is the total width of the input control part of each form row. Example
6888
- * for a row where the `Input` uses 6 cells and the second `Input` uses 2 cells (using `ColumnElementData`):
6810
+ * a `ColumnLayout` is used as a layout, the form content is weighted using 4 cells for the labels and 8
6811
+ * cells for the field part, for large size. If there is only little space, the labels are above the fields
6812
+ * and each field uses 12 cells. If your input controls should influence their width, you can add `sap.ui.layout.ColumnElementData`
6813
+ * to them via `setLayoutData` method. Ensure that the sum of the weights in the `ColumnElementData` is
6814
+ * not more than 12, as this is the total width of the input control part of each form row. Example
6815
+ * for a row where the `Input` uses 6 cells and the second `Input` uses 2 cells (using `ColumnElementData`):
6889
6816
  *
6890
6817
  * ```javascript
6891
6818
  *
@@ -8154,7 +8081,9 @@ declare namespace sap {
8154
8081
  *
8155
8082
  * Fires when the current breakpoint has been changed.
8156
8083
  */
8157
- breakpointChanged?: (oEvent: sap.ui.base.Event) => void;
8084
+ breakpointChanged?: (
8085
+ oEvent: sap.ui.base.Event<sap.ui.layout.$DynamicSideContentBreakpointChangedEventParameters>
8086
+ ) => void;
8158
8087
  }
8159
8088
 
8160
8089
  interface $FixFlexSettings extends sap.ui.core.$ControlSettings {
@@ -8630,7 +8559,9 @@ declare namespace sap {
8630
8559
  /**
8631
8560
  * Fired when contents are resized.
8632
8561
  */
8633
- resize?: (oEvent: sap.ui.base.Event) => void;
8562
+ resize?: (
8563
+ oEvent: sap.ui.base.Event<sap.ui.layout.$PaneContainerResizeEventParameters>
8564
+ ) => void;
8634
8565
  }
8635
8566
 
8636
8567
  interface $ResponsiveFlowLayoutSettings
@@ -8804,7 +8735,9 @@ declare namespace sap {
8804
8735
  /**
8805
8736
  * Event is fired when contents are resized.
8806
8737
  */
8807
- resize?: (oEvent: sap.ui.base.Event) => void;
8738
+ resize?: (
8739
+ oEvent: sap.ui.base.Event<sap.ui.layout.$SplitterResizeEventParameters>
8740
+ ) => void;
8808
8741
  }
8809
8742
 
8810
8743
  interface $SplitterLayoutDataSettings
@@ -8865,6 +8798,40 @@ declare namespace sap {
8865
8798
  | `{${string}}`;
8866
8799
  }
8867
8800
 
8801
+ interface $DynamicSideContentBreakpointChangedEventParameters {
8802
+ currentBreakpoint?: string;
8803
+ }
8804
+
8805
+ interface $PaneContainerResizeEventParameters {
8806
+ /**
8807
+ * An array of values representing the old (pixel)sizes of the split panes, which are inside the pane container.
8808
+ */
8809
+ oldSizes?: float[];
8810
+
8811
+ /**
8812
+ * An array of values representing the new (pixel)sizes of the split panes, which are inside the pane container.
8813
+ */
8814
+ newSizes?: float[];
8815
+ }
8816
+
8817
+ interface $SplitterResizeEventParameters {
8818
+ /**
8819
+ * The ID of the splitter control. The splitter control can also be accessed by calling getSource() on the
8820
+ * event.
8821
+ */
8822
+ id?: string;
8823
+
8824
+ /**
8825
+ * An array of values representing the old (pixel-)sizes of the splitter contents
8826
+ */
8827
+ oldSizes?: int[];
8828
+
8829
+ /**
8830
+ * An array of values representing the new (pixel-)sizes of the splitter contents
8831
+ */
8832
+ newSizes?: int[];
8833
+ }
8834
+
8868
8835
  /**
8869
8836
  * @SINCE 1.34
8870
8837
  *
@@ -8881,12 +8848,12 @@ declare namespace sap {
8881
8848
  * - Light - a layout scheme with light colors
8882
8849
  * - Accent - a layout scheme with 11 pre-defined color sets
8883
8850
  * - Dashboard - a layout scheme with additional borders and no background colors Background colors
8884
- * are attached directly to the blocks of the layout.
8851
+ * are attached directly to the blocks of the layout.
8885
8852
  *
8886
- * **Note:** With version 1.48 colors can be set for each individual {@link sap.ui.layout.BlockLayoutCell
8887
- * cell}. There are 11 pre-defined color sets, each with 4 different shades for the SAP Belize theme and
8888
- * 6 different shades for the Quartz and Horizon themes. To change the background of a particular cell,
8889
- * set `backgroundColorSet` (main color) and `backgroundColorShade` (shade).
8853
+ * **Note:** With version 1.48 colors can be set for each individual {@link sap.ui.layout.BlockLayoutCell cell}.
8854
+ * There are 11 pre-defined color sets, each with 4 different shades for the SAP Belize theme and 6 different
8855
+ * shades for the Quartz and Horizon themes. To change the background of a particular cell, set `backgroundColorSet`
8856
+ * (main color) and `backgroundColorShade` (shade).
8890
8857
  *
8891
8858
  * **Note:** Usage of disabled, emphasized or subtle links as titles is not recommended. Dark background
8892
8859
  * designs, for example Accent, are not fully supported with regards to Accessibility when used with links
@@ -8895,11 +8862,11 @@ declare namespace sap {
8895
8862
  * Usage: When to use:
8896
8863
  * - You want to create a catalogue-like page with sections of blocks.
8897
8864
  * - The BlockLayout is intended for developing administrative tools and applications. When not
8898
- * to use:
8899
- * - You want to display properties or features of one content item. Use a {@link sap.uxap.ObjectPageLayout
8900
- * object page} or {@link sap.f.DynamicPage dynamic page} instead. Responsive Behavior:
8865
+ * to use:
8866
+ * - You want to display properties or features of one content item. Use a {@link sap.uxap.ObjectPageLayout object page }
8867
+ * or {@link sap.f.DynamicPage dynamic page} instead. Responsive Behavior:
8901
8868
  * - The breakpoints of the block layout react to the width of the control itself and not to the actual
8902
- * screen size.
8869
+ * screen size.
8903
8870
  * - On small screens all blocks will wrap to a single scrollable column
8904
8871
  */
8905
8872
  class BlockLayout extends sap.ui.core.Control {
@@ -9718,8 +9685,7 @@ declare namespace sap {
9718
9685
  /**
9719
9686
  * @SINCE 1.42
9720
9687
  *
9721
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAccentCells
9722
- * accentCells}.
9688
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAccentCells accentCells}.
9723
9689
  */
9724
9690
  getAccentCells(): sap.ui.core.ID[];
9725
9691
  /**
@@ -9883,16 +9849,16 @@ declare namespace sap {
9883
9849
  *
9884
9850
  *
9885
9851
  * - Main vs. side content ratio is 66.666 vs. 33.333 percent (with a minimum of 320px each). If the side
9886
- * content width falls below 320 px, it automatically slides under the main content, unless the app development
9887
- * team specifies that it should disappear.
9852
+ * content width falls below 320 px, it automatically slides under the main content, unless the app development
9853
+ * team specifies that it should disappear.
9888
9854
  *
9889
9855
  * Screen width <= 720 px (for example on a mobile device)
9890
9856
  *
9891
9857
  *
9892
9858
  * - In this case, the side content automatically disappears from the screen (unless specified to stay
9893
- * under the content) and can be triggered from a pre-set trigger (specified within the app). When the side
9894
- * content is triggered, it replaces the main content. We recommend that you always place the trigger for
9895
- * the side content in the same location, such as in the app footer.
9859
+ * under the content) and can be triggered from a pre-set trigger (specified within the app). When the side
9860
+ * content is triggered, it replaces the main content. We recommend that you always place the trigger for
9861
+ * the side content in the same location, such as in the app footer.
9896
9862
  *
9897
9863
  * A special case, allows for comparison mode between the main and side content. In this case, the screen
9898
9864
  * is split into 50:50 percent for main vs. side content. The responsive behavior of the equal split is
@@ -10013,7 +9979,9 @@ declare namespace sap {
10013
9979
  /**
10014
9980
  * The function to be called when the event occurs
10015
9981
  */
10016
- fnFunction: (p1: sap.ui.base.Event) => void,
9982
+ fnFunction: (
9983
+ p1: sap.ui.base.Event<sap.ui.layout.$DynamicSideContentBreakpointChangedEventParameters>
9984
+ ) => void,
10017
9985
  /**
10018
9986
  * Context object to call the event handler with. Defaults to this `sap.ui.layout.DynamicSideContent` itself
10019
9987
  */
@@ -10036,7 +10004,9 @@ declare namespace sap {
10036
10004
  /**
10037
10005
  * The function to be called when the event occurs
10038
10006
  */
10039
- fnFunction: (p1: sap.ui.base.Event) => void,
10007
+ fnFunction: (
10008
+ p1: sap.ui.base.Event<sap.ui.layout.$DynamicSideContentBreakpointChangedEventParameters>
10009
+ ) => void,
10040
10010
  /**
10041
10011
  * Context object to call the event handler with. Defaults to this `sap.ui.layout.DynamicSideContent` itself
10042
10012
  */
@@ -10068,7 +10038,9 @@ declare namespace sap {
10068
10038
  /**
10069
10039
  * The function to be called, when the event occurs
10070
10040
  */
10071
- fnFunction: (p1: sap.ui.base.Event) => void,
10041
+ fnFunction: (
10042
+ p1: sap.ui.base.Event<sap.ui.layout.$DynamicSideContentBreakpointChangedEventParameters>
10043
+ ) => void,
10072
10044
  /**
10073
10045
  * Context object on which the given function had to be called
10074
10046
  */
@@ -10086,9 +10058,7 @@ declare namespace sap {
10086
10058
  /**
10087
10059
  * Parameters to pass along with the event
10088
10060
  */
10089
- mParameters?: {
10090
- currentBreakpoint?: string;
10091
- }
10061
+ mParameters?: sap.ui.layout.$DynamicSideContentBreakpointChangedEventParameters
10092
10062
  ): this;
10093
10063
  /**
10094
10064
  * Gets current value of property {@link #getContainerQuery containerQuery}.
@@ -10438,19 +10408,19 @@ declare namespace sap {
10438
10408
  * - The fix container can hold any number of controls, while the flexible container can hold only one
10439
10409
  *
10440
10410
  * - In order for the FixFlex to stretch properly, the parent element, in which the control is placed,
10441
- * needs to have a specified height or needs to have an absolute position.
10411
+ * needs to have a specified height or needs to have an absolute position.
10442
10412
  * - Avoid nesting FixFlex in other flexbox-based layout controls ({@link sap.ui.layout.FixFlex FixFlex},
10443
- * {@link sap.m.FlexBox FlexBox}, Hbox, Vbox). Otherwise, contents may be not accessible or multiple scrollbars
10444
- * can appear. Structure: The behavior of the FixFlex is controlled by the following properties:
10413
+ * {@link sap.m.FlexBox FlexBox}, Hbox, Vbox). Otherwise, contents may be not accessible or multiple scrollbars
10414
+ * can appear. Structure: The behavior of the FixFlex is controlled by the following properties:
10445
10415
  *
10446
10416
  * - `fixContentSize` - The width/height of the fix part of the control
10447
10417
  * - `fixFirst` - The ordering of the fix and flex part
10448
10418
  * - `minFlexSize` - Scrolling inside the flex part, if its contents are large
10449
10419
  * - `vertical` - Alignment of the FixFlex control Responsive Behavior:
10450
10420
  * - If the child control of the flex or the fix container has width/height bigger than the container
10451
- * itself, the child control will be cropped in the view.
10421
+ * itself, the child control will be cropped in the view.
10452
10422
  * - If minFlexSize is set, then a scrollbar is shown in the flexible part, depending on the `vertical`
10453
- * property.
10423
+ * property.
10454
10424
  */
10455
10425
  class FixFlex extends sap.ui.core.Control {
10456
10426
  /**
@@ -10748,10 +10718,10 @@ declare namespace sap {
10748
10718
  *
10749
10719
  * **Notes:**
10750
10720
  * - The visibility of the child control does not affect the horizontal space it occupies, meaning that
10751
- * even if the control is not visible, its horizontal space still exists, even if it is empty.
10721
+ * even if the control is not visible, its horizontal space still exists, even if it is empty.
10752
10722
  * - If it gets wider, the content of the columns is designed to overflow outside of its dimensions.
10753
- * An additional `sapUiRespGridOverflowHidden` CSS class should be added to the control in order to hide
10754
- * the overflowing part of it.
10723
+ * An additional `sapUiRespGridOverflowHidden` CSS class should be added to the control in order to hide
10724
+ * the overflowing part of it.
10755
10725
  */
10756
10726
  class Grid extends sap.ui.core.Control {
10757
10727
  /**
@@ -10762,8 +10732,8 @@ declare namespace sap {
10762
10732
  * of the syntax of the settings object.
10763
10733
  * See:
10764
10734
  * {@link fiori:https://experience.sap.com/fiori-design-web/grid-layout/#responsive-grid Grid}
10765
- * {@link topic:43ae317cf39640a88bc8be979d2671df Grid}
10766
- * {@link topic:32d4b9c2b981425dbc374d3e9d5d0c2e Grid Controls}
10735
+ * {@link https://ui5.sap.com/#/topic/43ae317cf39640a88bc8be979d2671df Grid}
10736
+ * {@link https://ui5.sap.com/#/topic/32d4b9c2b981425dbc374d3e9d5d0c2e Grid Controls}
10767
10737
  */
10768
10738
  constructor(
10769
10739
  /**
@@ -10779,8 +10749,8 @@ declare namespace sap {
10779
10749
  * of the syntax of the settings object.
10780
10750
  * See:
10781
10751
  * {@link fiori:https://experience.sap.com/fiori-design-web/grid-layout/#responsive-grid Grid}
10782
- * {@link topic:43ae317cf39640a88bc8be979d2671df Grid}
10783
- * {@link topic:32d4b9c2b981425dbc374d3e9d5d0c2e Grid Controls}
10752
+ * {@link https://ui5.sap.com/#/topic/43ae317cf39640a88bc8be979d2671df Grid}
10753
+ * {@link https://ui5.sap.com/#/topic/32d4b9c2b981425dbc374d3e9d5d0c2e Grid Controls}
10784
10754
  */
10785
10755
  constructor(
10786
10756
  /**
@@ -10865,8 +10835,7 @@ declare namespace sap {
10865
10835
  /**
10866
10836
  * @SINCE 1.48.7
10867
10837
  *
10868
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
10869
- * ariaLabelledBy}.
10838
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
10870
10839
  */
10871
10840
  getAriaLabelledBy(): sap.ui.core.ID[];
10872
10841
  /**
@@ -11175,8 +11144,8 @@ declare namespace sap {
11175
11144
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
11176
11145
  * of the syntax of the settings object.
11177
11146
  * See:
11178
- * {@link topic:43ae317cf39640a88bc8be979d2671df Grid}
11179
- * {@link topic:32d4b9c2b981425dbc374d3e9d5d0c2e Grid Controls}
11147
+ * {@link https://ui5.sap.com/#/topic/43ae317cf39640a88bc8be979d2671df Grid}
11148
+ * {@link https://ui5.sap.com/#/topic/32d4b9c2b981425dbc374d3e9d5d0c2e Grid Controls}
11180
11149
  */
11181
11150
  constructor(
11182
11151
  /**
@@ -11191,8 +11160,8 @@ declare namespace sap {
11191
11160
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
11192
11161
  * of the syntax of the settings object.
11193
11162
  * See:
11194
- * {@link topic:43ae317cf39640a88bc8be979d2671df Grid}
11195
- * {@link topic:32d4b9c2b981425dbc374d3e9d5d0c2e Grid Controls}
11163
+ * {@link https://ui5.sap.com/#/topic/43ae317cf39640a88bc8be979d2671df Grid}
11164
+ * {@link https://ui5.sap.com/#/topic/32d4b9c2b981425dbc374d3e9d5d0c2e Grid Controls}
11196
11165
  */
11197
11166
  constructor(
11198
11167
  /**
@@ -12341,7 +12310,9 @@ declare namespace sap {
12341
12310
  /**
12342
12311
  * The function to be called when the event occurs
12343
12312
  */
12344
- fnFunction: (p1: sap.ui.base.Event) => void,
12313
+ fnFunction: (
12314
+ p1: sap.ui.base.Event<sap.ui.layout.$PaneContainerResizeEventParameters>
12315
+ ) => void,
12345
12316
  /**
12346
12317
  * Context object to call the event handler with. Defaults to this `sap.ui.layout.PaneContainer` itself
12347
12318
  */
@@ -12361,7 +12332,9 @@ declare namespace sap {
12361
12332
  /**
12362
12333
  * The function to be called when the event occurs
12363
12334
  */
12364
- fnFunction: (p1: sap.ui.base.Event) => void,
12335
+ fnFunction: (
12336
+ p1: sap.ui.base.Event<sap.ui.layout.$PaneContainerResizeEventParameters>
12337
+ ) => void,
12365
12338
  /**
12366
12339
  * Context object to call the event handler with. Defaults to this `sap.ui.layout.PaneContainer` itself
12367
12340
  */
@@ -12384,7 +12357,9 @@ declare namespace sap {
12384
12357
  /**
12385
12358
  * The function to be called, when the event occurs
12386
12359
  */
12387
- fnFunction: (p1: sap.ui.base.Event) => void,
12360
+ fnFunction: (
12361
+ p1: sap.ui.base.Event<sap.ui.layout.$PaneContainerResizeEventParameters>
12362
+ ) => void,
12388
12363
  /**
12389
12364
  * Context object on which the given function had to be called
12390
12365
  */
@@ -12401,16 +12376,7 @@ declare namespace sap {
12401
12376
  /**
12402
12377
  * Parameters to pass along with the event
12403
12378
  */
12404
- mParameters?: {
12405
- /**
12406
- * An array of values representing the old (pixel)sizes of the split panes, which are inside the pane container.
12407
- */
12408
- oldSizes?: float[];
12409
- /**
12410
- * An array of values representing the new (pixel)sizes of the split panes, which are inside the pane container.
12411
- */
12412
- newSizes?: float[];
12413
- }
12379
+ mParameters?: sap.ui.layout.$PaneContainerResizeEventParameters
12414
12380
  ): this;
12415
12381
  /**
12416
12382
  * Getter for property layoutData.
@@ -12588,8 +12554,7 @@ declare namespace sap {
12588
12554
  /**
12589
12555
  * @SINCE 1.48.7
12590
12556
  *
12591
- * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy
12592
- * ariaLabelledBy}.
12557
+ * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
12593
12558
  */
12594
12559
  getAriaLabelledBy(): sap.ui.core.ID[];
12595
12560
  /**
@@ -12916,15 +12881,15 @@ declare namespace sap {
12916
12881
  * The control is intended for developing administrative tools and applications. Structure: The responsive
12917
12882
  * splitter holds the following hierarchy of containers and controls:
12918
12883
  * - {@link sap.ui.layout.PaneContainer Pane Container} - holds one or more Split Panes and determines
12919
- * the pane orientation. The pane which is stored in `rootPaneContainer` holds all other pane containers
12920
- * and split panes.
12884
+ * the pane orientation. The pane which is stored in `rootPaneContainer` holds all other pane containers
12885
+ * and split panes.
12921
12886
  * - {@link sap.ui.layout.SplitPane Split Pane} - independent containers that may interact with one another.
12922
- * Each pane can hold only one control. Usage: When to use:
12887
+ * Each pane can hold only one control. Usage: When to use:
12923
12888
  * - The application has to display several areas side by side that must be resizable.
12924
12889
  * - The application must work on a range of different devices in a responsive manner. Responsive
12925
- * Behavior:
12890
+ * Behavior:
12926
12891
  * - As soon as views are in the off-canvas mode, the pagination bar at the bottom of the application
12927
- * allows the user to switch between them.
12892
+ * allows the user to switch between them.
12928
12893
  * - On touch-enabled devices the bars of the splitter can be moved by touching the grip.
12929
12894
  * - Double-clicking on a splitter will collapse or expand it back to its original position.
12930
12895
  *
@@ -13100,9 +13065,9 @@ declare namespace sap {
13100
13065
  *
13101
13066
  * The behavior of the Split Panes is handled by the following properties:
13102
13067
  * - `requiredParentWidth` - determines the minimum width of the parent container (in pixels). When it
13103
- * is reached, the pane will be hidden from the screen.
13068
+ * is reached, the pane will be hidden from the screen.
13104
13069
  * - `demandPane` - determines if the pane is reachable via the pagination bar after it has been hidden
13105
- * from the screen.
13070
+ * from the screen.
13106
13071
  */
13107
13072
  class SplitPane extends sap.ui.core.Element {
13108
13073
  /**
@@ -13370,7 +13335,9 @@ declare namespace sap {
13370
13335
  /**
13371
13336
  * The function to be called when the event occurs
13372
13337
  */
13373
- fnFunction: (p1: sap.ui.base.Event) => void,
13338
+ fnFunction: (
13339
+ p1: sap.ui.base.Event<sap.ui.layout.$SplitterResizeEventParameters>
13340
+ ) => void,
13374
13341
  /**
13375
13342
  * Context object to call the event handler with. Defaults to this `sap.ui.layout.Splitter` itself
13376
13343
  */
@@ -13390,7 +13357,9 @@ declare namespace sap {
13390
13357
  /**
13391
13358
  * The function to be called when the event occurs
13392
13359
  */
13393
- fnFunction: (p1: sap.ui.base.Event) => void,
13360
+ fnFunction: (
13361
+ p1: sap.ui.base.Event<sap.ui.layout.$SplitterResizeEventParameters>
13362
+ ) => void,
13394
13363
  /**
13395
13364
  * Context object to call the event handler with. Defaults to this `sap.ui.layout.Splitter` itself
13396
13365
  */
@@ -13413,7 +13382,9 @@ declare namespace sap {
13413
13382
  /**
13414
13383
  * The function to be called, when the event occurs
13415
13384
  */
13416
- fnFunction: (p1: sap.ui.base.Event) => void,
13385
+ fnFunction: (
13386
+ p1: sap.ui.base.Event<sap.ui.layout.$SplitterResizeEventParameters>
13387
+ ) => void,
13417
13388
  /**
13418
13389
  * Context object on which the given function had to be called
13419
13390
  */
@@ -13496,21 +13467,7 @@ declare namespace sap {
13496
13467
  /**
13497
13468
  * Parameters to pass along with the event
13498
13469
  */
13499
- mParameters?: {
13500
- /**
13501
- * The ID of the splitter control. The splitter control can also be accessed by calling getSource() on the
13502
- * event.
13503
- */
13504
- id?: string;
13505
- /**
13506
- * An array of values representing the old (pixel-)sizes of the splitter contents
13507
- */
13508
- oldSizes?: int[];
13509
- /**
13510
- * An array of values representing the new (pixel-)sizes of the splitter contents
13511
- */
13512
- newSizes?: int[];
13513
- }
13470
+ mParameters?: sap.ui.layout.$SplitterResizeEventParameters
13514
13471
  ): this;
13515
13472
  /**
13516
13473
  * @deprecated (since 1.21) - This method is declared as protected in order to assess the need for this