@openui5/types 1.115.0 → 1.115.1

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.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.115.0
1
+ // For Library Version: 1.115.1
2
2
 
3
3
  declare module "sap/ui/layout/library" {
4
4
  import Control from "sap/ui/core/Control";
@@ -6,7 +6,7 @@ declare module "sap/ui/layout/library" {
6
6
  import GridLayoutBase from "sap/ui/layout/cssgrid/GridLayoutBase";
7
7
 
8
8
  /**
9
- * @SINCE 1.36.0
9
+ * @since 1.36.0
10
10
  *
11
11
  * Available Background Design.
12
12
  */
@@ -54,7 +54,7 @@ declare module "sap/ui/layout/library" {
54
54
  Mixed = "Mixed",
55
55
  }
56
56
  /**
57
- * @SINCE 1.48
57
+ * @since 1.48
58
58
  *
59
59
  * A string type that is used inside the BlockLayoutCell to set a predefined set of colors for the cells.
60
60
  */
@@ -105,7 +105,7 @@ declare module "sap/ui/layout/library" {
105
105
  ColorSet9 = "ColorSet9",
106
106
  }
107
107
  /**
108
- * @SINCE 1.48
108
+ * @since 1.48
109
109
  *
110
110
  * A string type that is used inside the BlockLayoutCell to set a predefined set of color shades for the
111
111
  * cells. The colors are defined with sap.ui.layout.BlockLayoutCellColorSet. And this is for the shades
@@ -168,7 +168,7 @@ declare module "sap/ui/layout/library" {
168
168
  ColorSet4 = "ColorSet4",
169
169
  }
170
170
  /**
171
- * @SINCE 1.61.0
171
+ * @since 1.61.0
172
172
  *
173
173
  * A string type that represents how many boxes per row should be displayed for each screen size. The breakpoints
174
174
  * are for extra large (XL), large (L), medium (M) and small (S) screen sizes.
@@ -215,7 +215,7 @@ declare module "sap/ui/layout/library" {
215
215
  export type GridSpan = string;
216
216
 
217
217
  /**
218
- * @SINCE 1.30
218
+ * @since 1.30
219
219
  *
220
220
  * Types of the DynamicSideContent FallDown options
221
221
  */
@@ -253,7 +253,7 @@ declare module "sap/ui/layout/library" {
253
253
  End = "End",
254
254
  }
255
255
  /**
256
- * @SINCE 1.30
256
+ * @since 1.30
257
257
  *
258
258
  * Types of the DynamicSideContent Visibility options
259
259
  */
@@ -282,7 +282,7 @@ declare module "sap/ui/layout/library" {
282
282
 
283
283
  export namespace cssgrid {
284
284
  /**
285
- * @SINCE 1.60.0
285
+ * @since 1.60.0
286
286
  *
287
287
  * Defines the functions that need to be implemented by a Control which wants to have display:grid behavior
288
288
  * via sap.ui.layout.cssgrid.GridLayoutDelegate
@@ -291,7 +291,7 @@ declare module "sap/ui/layout/library" {
291
291
  __implements__sap_ui_layout_cssgrid_IGridConfigurable: boolean;
292
292
 
293
293
  /**
294
- * @SINCE 1.60.0
294
+ * @since 1.60.0
295
295
  *
296
296
  * The function is used by GridLayoutDelegate to determine on which HTML Elements the display:grid styles
297
297
  * should be applied
@@ -300,7 +300,7 @@ declare module "sap/ui/layout/library" {
300
300
  */
301
301
  getGridDomRefs(): Control[] | HTMLElement[];
302
302
  /**
303
- * @SINCE 1.60.0
303
+ * @since 1.60.0
304
304
  *
305
305
  * The function is used by GridLayoutDelegate to get the grid layout (display:grid styles) to apply
306
306
  *
@@ -310,7 +310,7 @@ declare module "sap/ui/layout/library" {
310
310
  }
311
311
 
312
312
  /**
313
- * @SINCE 1.88.0
313
+ * @since 1.88.0
314
314
  *
315
315
  * LayoutData for grid items
316
316
  */
@@ -319,7 +319,7 @@ declare module "sap/ui/layout/library" {
319
319
  }
320
320
 
321
321
  /**
322
- * @SINCE 1.60.0
322
+ * @since 1.60.0
323
323
  *
324
324
  * A string type that is used for CSS grid to control how the auto-placement algorithm works, specifying
325
325
  * exactly how auto-placed items get flowed into the grid.
@@ -345,7 +345,7 @@ declare module "sap/ui/layout/library" {
345
345
  RowDense = "RowDense",
346
346
  }
347
347
  /**
348
- * @SINCE 1.60.0
348
+ * @since 1.60.0
349
349
  *
350
350
  * A string type that represents a short hand CSS grid gap.
351
351
  * See:
@@ -354,7 +354,7 @@ declare module "sap/ui/layout/library" {
354
354
  type CSSGridGapShortHand = string;
355
355
 
356
356
  /**
357
- * @SINCE 1.60.0
357
+ * @since 1.60.0
358
358
  *
359
359
  * A string type that represents one or two grid lines. Used to define the position and size of a single
360
360
  * grid item.
@@ -375,7 +375,7 @@ declare module "sap/ui/layout/library" {
375
375
  type CSSGridLine = string;
376
376
 
377
377
  /**
378
- * @SINCE 1.60.0
378
+ * @since 1.60.0
379
379
  *
380
380
  * A string type that represents a grid track (the space between two grid lines)
381
381
  * See:
@@ -386,13 +386,13 @@ declare module "sap/ui/layout/library" {
386
386
 
387
387
  export namespace form {
388
388
  /**
389
- * @SINCE 1.16.0
389
+ * @since 1.16.0
390
390
  *
391
391
  * Available `FormLayouts` used to render a `SimpleForm`.
392
392
  */
393
393
  enum SimpleFormLayout {
394
394
  /**
395
- * @SINCE 1.56.0
395
+ * @since 1.56.0
396
396
  *
397
397
  * Uses the `ColumnLayout` layout to render the `SimpleForm` control
398
398
  */
@@ -405,7 +405,7 @@ declare module "sap/ui/layout/library" {
405
405
  */
406
406
  GridLayout = "GridLayout",
407
407
  /**
408
- * @SINCE 1.16.0
408
+ * @since 1.16.0
409
409
  *
410
410
  * Uses the `ResponsiveGridLayout` layout to render the `SimpleForm` control
411
411
  */
@@ -418,7 +418,7 @@ declare module "sap/ui/layout/library" {
418
418
  ResponsiveLayout = "ResponsiveLayout",
419
419
  }
420
420
  /**
421
- * @SINCE 1.56.0
421
+ * @since 1.56.0
422
422
  *
423
423
  * An `int` type that defines how many cells a control inside of a column of a `Form` control using the
424
424
  * `ColumnLayout` control as layout can use.
@@ -428,7 +428,7 @@ declare module "sap/ui/layout/library" {
428
428
  type ColumnCells = int;
429
429
 
430
430
  /**
431
- * @SINCE 1.56.0
431
+ * @since 1.56.0
432
432
  *
433
433
  * An `int` type that defines how many columns a `Form` control using the `ColumnLayout` as layout can have
434
434
  * if it has large size
@@ -438,7 +438,7 @@ declare module "sap/ui/layout/library" {
438
438
  type ColumnsL = int;
439
439
 
440
440
  /**
441
- * @SINCE 1.56.0
441
+ * @since 1.56.0
442
442
  *
443
443
  * An `int` type that defines how many columns a `Form` control using the `ColumnLayout` as layout can have
444
444
  * if it has medium size
@@ -448,7 +448,7 @@ declare module "sap/ui/layout/library" {
448
448
  type ColumnsM = int;
449
449
 
450
450
  /**
451
- * @SINCE 1.56.0
451
+ * @since 1.56.0
452
452
  *
453
453
  * An `int` type that defines how many columns a `Form` control using the `ColumnLayout` as layout can have
454
454
  * if it has extra-large size
@@ -458,7 +458,7 @@ declare module "sap/ui/layout/library" {
458
458
  type ColumnsXL = int;
459
459
 
460
460
  /**
461
- * @SINCE 1.56.0
461
+ * @since 1.56.0
462
462
  *
463
463
  * An `int` type that defines how many cells beside the controls inside of a column of a `Form` control
464
464
  * using the `ColumnLayout` control as layout are empty.
@@ -493,7 +493,7 @@ declare module "sap/ui/layout/BlockLayout" {
493
493
  } from "sap/ui/base/ManagedObject";
494
494
 
495
495
  /**
496
- * @SINCE 1.34
496
+ * @since 1.34
497
497
  *
498
498
  * The BlockLayout is used to display several objects in a section-based manner. Overview: The BlockLayout
499
499
  * uses horizontal and vertical subdivisions, and full-width banners to display a set of elements. By placing
@@ -529,7 +529,7 @@ declare module "sap/ui/layout/BlockLayout" {
529
529
  * screen size.
530
530
  * - On small screens all blocks will wrap to a single scrollable column
531
531
  */
532
- class BlockLayout extends Control {
532
+ export default class BlockLayout extends Control {
533
533
  /**
534
534
  * Constructor for a new BlockLayout.
535
535
  *
@@ -612,7 +612,7 @@ declare module "sap/ui/layout/BlockLayout" {
612
612
  */
613
613
  destroyContent(): this;
614
614
  /**
615
- * @SINCE 1.42
615
+ * @since 1.42
616
616
  *
617
617
  * Gets current value of property {@link #getBackground background}.
618
618
  *
@@ -630,7 +630,7 @@ declare module "sap/ui/layout/BlockLayout" {
630
630
  */
631
631
  getContent(): BlockLayoutRow[];
632
632
  /**
633
- * @SINCE 1.52
633
+ * @since 1.52
634
634
  *
635
635
  * Gets current value of property {@link #getKeepFontSize keepFontSize}.
636
636
  *
@@ -690,7 +690,7 @@ declare module "sap/ui/layout/BlockLayout" {
690
690
  vContent: int | string | BlockLayoutRow
691
691
  ): BlockLayoutRow | null;
692
692
  /**
693
- * @SINCE 1.42
693
+ * @since 1.42
694
694
  *
695
695
  * Sets a new value for property {@link #getBackground background}.
696
696
  *
@@ -709,7 +709,7 @@ declare module "sap/ui/layout/BlockLayout" {
709
709
  sBackground?: BlockBackgroundType | keyof typeof BlockBackgroundType
710
710
  ): this;
711
711
  /**
712
- * @SINCE 1.52
712
+ * @since 1.52
713
713
  *
714
714
  * Sets a new value for property {@link #getKeepFontSize keepFontSize}.
715
715
  *
@@ -728,11 +728,10 @@ declare module "sap/ui/layout/BlockLayout" {
728
728
  bKeepFontSize?: boolean
729
729
  ): this;
730
730
  }
731
- export default BlockLayout;
732
731
 
733
732
  export interface $BlockLayoutSettings extends $ControlSettings {
734
733
  /**
735
- * @SINCE 1.42
734
+ * @since 1.42
736
735
  *
737
736
  * Determines the background used for the Layout
738
737
  */
@@ -742,7 +741,7 @@ declare module "sap/ui/layout/BlockLayout" {
742
741
  | `{${string}}`;
743
742
 
744
743
  /**
745
- * @SINCE 1.52
744
+ * @since 1.52
746
745
  *
747
746
  * Keeps the font-size of the contents as is, independent from the screen size.
748
747
  */
@@ -777,12 +776,12 @@ declare module "sap/ui/layout/BlockLayoutCell" {
777
776
  } from "sap/ui/base/ManagedObject";
778
777
 
779
778
  /**
780
- * @SINCE 1.34
779
+ * @since 1.34
781
780
  *
782
781
  * The BlockLayoutCell is used as an aggregation of the BlockLayoutRow. It contains Controls. The BlockLayoutCell
783
782
  * should be used only as aggregation of the BlockLayoutRow.
784
783
  */
785
- class BlockLayoutCell extends Control {
784
+ export default class BlockLayoutCell extends Control {
786
785
  /**
787
786
  * Constructor for a new BlockLayoutCell.
788
787
  *
@@ -861,7 +860,7 @@ declare module "sap/ui/layout/BlockLayoutCell" {
861
860
  */
862
861
  destroyContent(): this;
863
862
  /**
864
- * @SINCE 1.56
863
+ * @since 1.56
865
864
  *
866
865
  * Destroys the titleLink in the aggregation {@link #getTitleLink titleLink}.
867
866
  *
@@ -869,7 +868,7 @@ declare module "sap/ui/layout/BlockLayoutCell" {
869
868
  */
870
869
  destroyTitleLink(): this;
871
870
  /**
872
- * @SINCE 1.48
871
+ * @since 1.48
873
872
  *
874
873
  * Gets current value of property {@link #getBackgroundColorSet backgroundColorSet}.
875
874
  *
@@ -882,7 +881,7 @@ declare module "sap/ui/layout/BlockLayoutCell" {
882
881
  | BlockLayoutCellColorSet
883
882
  | keyof typeof BlockLayoutCellColorSet;
884
883
  /**
885
- * @SINCE 1.48
884
+ * @since 1.48
886
885
  *
887
886
  * Gets current value of property {@link #getBackgroundColorShade backgroundColorShade}.
888
887
  *
@@ -931,7 +930,7 @@ declare module "sap/ui/layout/BlockLayoutCell" {
931
930
  */
932
931
  getTitleLevel(): TitleLevel | keyof typeof TitleLevel;
933
932
  /**
934
- * @SINCE 1.56
933
+ * @since 1.56
935
934
  *
936
935
  * Gets content of aggregation {@link #getTitleLink titleLink}.
937
936
  *
@@ -1007,7 +1006,7 @@ declare module "sap/ui/layout/BlockLayoutCell" {
1007
1006
  vContent: int | string | Control
1008
1007
  ): Control | null;
1009
1008
  /**
1010
- * @SINCE 1.48
1009
+ * @since 1.48
1011
1010
  *
1012
1011
  * Sets a new value for property {@link #getBackgroundColorSet backgroundColorSet}.
1013
1012
  *
@@ -1027,7 +1026,7 @@ declare module "sap/ui/layout/BlockLayoutCell" {
1027
1026
  | keyof typeof BlockLayoutCellColorSet
1028
1027
  ): this;
1029
1028
  /**
1030
- * @SINCE 1.48
1029
+ * @since 1.48
1031
1030
  *
1032
1031
  * Sets a new value for property {@link #getBackgroundColorShade backgroundColorShade}.
1033
1032
  *
@@ -1098,7 +1097,7 @@ declare module "sap/ui/layout/BlockLayoutCell" {
1098
1097
  sTitleLevel?: TitleLevel | keyof typeof TitleLevel
1099
1098
  ): this;
1100
1099
  /**
1101
- * @SINCE 1.56
1100
+ * @since 1.56
1102
1101
  *
1103
1102
  * Sets the aggregated {@link #getTitleLink titleLink}.
1104
1103
  *
@@ -1122,7 +1121,6 @@ declare module "sap/ui/layout/BlockLayoutCell" {
1122
1121
  iWidth: number
1123
1122
  ): this;
1124
1123
  }
1125
- export default BlockLayoutCell;
1126
1124
 
1127
1125
  export interface $BlockLayoutCellSettings extends $ControlSettings {
1128
1126
  /**
@@ -1163,7 +1161,7 @@ declare module "sap/ui/layout/BlockLayoutCell" {
1163
1161
  width?: int | PropertyBindingInfo | `{${string}}`;
1164
1162
 
1165
1163
  /**
1166
- * @SINCE 1.48
1164
+ * @since 1.48
1167
1165
  *
1168
1166
  * The Background color set from which the background color will be selected. **Note:** backgroundColorSet
1169
1167
  * should be used only in combination with backgroundColorShade.
@@ -1174,7 +1172,7 @@ declare module "sap/ui/layout/BlockLayoutCell" {
1174
1172
  | `{${string}}`;
1175
1173
 
1176
1174
  /**
1177
- * @SINCE 1.48
1175
+ * @since 1.48
1178
1176
  *
1179
1177
  * The index of the background color in the color set from which the color will be selected. **Note:** backgroundColorShade
1180
1178
  * should be used only in combination with backgroundColorSet.
@@ -1190,7 +1188,7 @@ declare module "sap/ui/layout/BlockLayoutCell" {
1190
1188
  content?: Control[] | Control | AggregationBindingInfo | `{${string}}`;
1191
1189
 
1192
1190
  /**
1193
- * @SINCE 1.56
1191
+ * @since 1.56
1194
1192
  *
1195
1193
  * The link that will replace the title of the cell. **Note:** The only possible value is the `sap.m.Link`
1196
1194
  * control.
@@ -1210,11 +1208,11 @@ declare module "sap/ui/layout/BlockLayoutCellData" {
1210
1208
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
1211
1209
 
1212
1210
  /**
1213
- * @SINCE 1.50.0
1211
+ * @since 1.50.0
1214
1212
  *
1215
1213
  * Holds layout data for the BlockLayoutCells contents.
1216
1214
  */
1217
- class BlockLayoutCellData extends LayoutData {
1215
+ export default class BlockLayoutCellData extends LayoutData {
1218
1216
  /**
1219
1217
  * Constructor for a new BlockLayoutCellData.
1220
1218
  *
@@ -1388,7 +1386,6 @@ declare module "sap/ui/layout/BlockLayoutCellData" {
1388
1386
  iXlSize?: int
1389
1387
  ): this;
1390
1388
  }
1391
- export default BlockLayoutCellData;
1392
1389
 
1393
1390
  export interface $BlockLayoutCellDataSettings extends $LayoutDataSettings {
1394
1391
  /**
@@ -1430,12 +1427,12 @@ declare module "sap/ui/layout/BlockLayoutRow" {
1430
1427
  } from "sap/ui/base/ManagedObject";
1431
1428
 
1432
1429
  /**
1433
- * @SINCE 1.34
1430
+ * @since 1.34
1434
1431
  *
1435
1432
  * The BlockLayoutRow is used as an aggregation to the BlockLayout. It aggregates Block Layout cells. The
1436
1433
  * BlockLayoutRow has 2 rendering modes - scrollable and non scrollable.
1437
1434
  */
1438
- class BlockLayoutRow extends Control {
1435
+ export default class BlockLayoutRow extends Control {
1439
1436
  /**
1440
1437
  * Constructor for a new BlockLayoutRow.
1441
1438
  *
@@ -1497,7 +1494,7 @@ declare module "sap/ui/layout/BlockLayoutRow" {
1497
1494
  */
1498
1495
  static getMetadata(): ElementMetadata;
1499
1496
  /**
1500
- * @SINCE 1.42
1497
+ * @since 1.42
1501
1498
  *
1502
1499
  * Adds some accentCell into the association {@link #getAccentCells accentCells}.
1503
1500
  *
@@ -1527,7 +1524,7 @@ declare module "sap/ui/layout/BlockLayoutRow" {
1527
1524
  */
1528
1525
  destroyContent(): this;
1529
1526
  /**
1530
- * @SINCE 1.42
1527
+ * @since 1.42
1531
1528
  *
1532
1529
  * Returns array of IDs of the elements which are the current targets of the association {@link #getAccentCells accentCells}.
1533
1530
  */
@@ -1539,7 +1536,7 @@ declare module "sap/ui/layout/BlockLayoutRow" {
1539
1536
  */
1540
1537
  getContent(): BlockLayoutCell[];
1541
1538
  /**
1542
- * @SINCE 1.42
1539
+ * @since 1.42
1543
1540
  *
1544
1541
  * Gets current value of property {@link #getRowColorSet rowColorSet}.
1545
1542
  *
@@ -1589,7 +1586,7 @@ declare module "sap/ui/layout/BlockLayoutRow" {
1589
1586
  iIndex: int
1590
1587
  ): this;
1591
1588
  /**
1592
- * @SINCE 1.42
1589
+ * @since 1.42
1593
1590
  *
1594
1591
  * Removes an accentCell from the association named {@link #getAccentCells accentCells}.
1595
1592
  *
@@ -1602,7 +1599,7 @@ declare module "sap/ui/layout/BlockLayoutRow" {
1602
1599
  vAccentCell: int | ID | BlockLayoutCell
1603
1600
  ): ID | null;
1604
1601
  /**
1605
- * @SINCE 1.42
1602
+ * @since 1.42
1606
1603
  *
1607
1604
  * Removes all the controls in the association named {@link #getAccentCells accentCells}.
1608
1605
  *
@@ -1629,7 +1626,7 @@ declare module "sap/ui/layout/BlockLayoutRow" {
1629
1626
  vContent: int | string | BlockLayoutCell
1630
1627
  ): BlockLayoutCell | null;
1631
1628
  /**
1632
- * @SINCE 1.42
1629
+ * @since 1.42
1633
1630
  *
1634
1631
  * Changes dynamically row color set Note: this might invalidate cells inside and also change color sets
1635
1632
  * of the other BlockLayoutRow-s below it.
@@ -1656,7 +1653,6 @@ declare module "sap/ui/layout/BlockLayoutRow" {
1656
1653
  bScrollable?: boolean
1657
1654
  ): this;
1658
1655
  }
1659
- export default BlockLayoutRow;
1660
1656
 
1661
1657
  export interface $BlockLayoutRowSettings extends $ControlSettings {
1662
1658
  /**
@@ -1666,7 +1662,7 @@ declare module "sap/ui/layout/BlockLayoutRow" {
1666
1662
  scrollable?: boolean | PropertyBindingInfo | `{${string}}`;
1667
1663
 
1668
1664
  /**
1669
- * @SINCE 1.42
1665
+ * @since 1.42
1670
1666
  *
1671
1667
  * Defines background type for that row. There might be several rows with the same type
1672
1668
  */
@@ -1685,7 +1681,7 @@ declare module "sap/ui/layout/BlockLayoutRow" {
1685
1681
  | `{${string}}`;
1686
1682
 
1687
1683
  /**
1688
- * @SINCE 1.42
1684
+ * @since 1.42
1689
1685
  *
1690
1686
  * Cells that would be accented. *Note:* This association has visual impact only for BlockLayouts with background
1691
1687
  * types "Mixed" and "Accent".
@@ -1717,7 +1713,7 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
1717
1713
  } from "sap/ui/base/ManagedObject";
1718
1714
 
1719
1715
  /**
1720
- * @SINCE 1.60
1716
+ * @since 1.60
1721
1717
  *
1722
1718
  * A layout control, used to create full page layouts or user interface elements.
1723
1719
  *
@@ -1780,7 +1776,9 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
1780
1776
  * - Alignment and ordering
1781
1777
  * - Named grid areas and lines
1782
1778
  */
1783
- class CSSGrid extends Control implements cssgrid.IGridConfigurable {
1779
+ export default class CSSGrid
1780
+ extends Control
1781
+ implements cssgrid.IGridConfigurable {
1784
1782
  __implements__sap_ui_layout_cssgrid_IGridConfigurable: boolean;
1785
1783
  /**
1786
1784
  * Constructor for a new CSSGrid.
@@ -1922,7 +1920,7 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
1922
1920
  */
1923
1921
  getGridColumnGap(): CSSSize;
1924
1922
  /**
1925
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1923
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
1926
1924
  *
1927
1925
  * Implements IGridConfigurable interface
1928
1926
  *
@@ -1942,7 +1940,7 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
1942
1940
  */
1943
1941
  getGridGap(): cssgrid.CSSGridGapShortHand;
1944
1942
  /**
1945
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1943
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
1946
1944
  *
1947
1945
  * Returns the layout configuration of the `CSSGrid`.
1948
1946
  *
@@ -2212,7 +2210,6 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
2212
2210
  sWidth?: CSSSize
2213
2211
  ): this;
2214
2212
  }
2215
- export default CSSGrid;
2216
2213
 
2217
2214
  export interface $CSSGridSettings extends $ControlSettings {
2218
2215
  /**
@@ -2301,11 +2298,11 @@ declare module "sap/ui/layout/cssgrid/GridBasicLayout" {
2301
2298
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
2302
2299
 
2303
2300
  /**
2304
- * @SINCE 1.60
2301
+ * @since 1.60
2305
2302
  *
2306
2303
  * Applies a sap.ui.layout.cssgrid.GridSettings to a provided DOM element or Control.
2307
2304
  */
2308
- class GridBasicLayout extends GridLayoutBase {
2305
+ export default class GridBasicLayout extends GridLayoutBase {
2309
2306
  /**
2310
2307
  * Constructor for a new GridBasicLayout.
2311
2308
  *
@@ -2587,7 +2584,6 @@ declare module "sap/ui/layout/cssgrid/GridBasicLayout" {
2587
2584
  sGridTemplateRows?: cssgrid.CSSGridTrack
2588
2585
  ): this;
2589
2586
  }
2590
- export default GridBasicLayout;
2591
2587
 
2592
2588
  export interface $GridBasicLayoutSettings extends $GridLayoutBaseSettings {
2593
2589
  /**
@@ -2659,11 +2655,11 @@ declare module "sap/ui/layout/cssgrid/GridBoxLayout" {
2659
2655
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
2660
2656
 
2661
2657
  /**
2662
- * @SINCE 1.60
2658
+ * @since 1.60
2663
2659
  *
2664
2660
  * Applies a sap.ui.layout.cssgrid.GridSettings to a provided DOM element or Control.
2665
2661
  */
2666
- class GridBoxLayout extends GridLayoutBase {
2662
+ export default class GridBoxLayout extends GridLayoutBase {
2667
2663
  /**
2668
2664
  * Constructor for a new GridBoxLayout.
2669
2665
  *
@@ -2725,7 +2721,7 @@ declare module "sap/ui/layout/cssgrid/GridBoxLayout" {
2725
2721
  */
2726
2722
  static getMetadata(): ManagedObjectMetadata;
2727
2723
  /**
2728
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2724
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
2729
2725
  *
2730
2726
  * Returns a gridTemplateColumns value based on boxWidth and boxMinWidth properties
2731
2727
  *
@@ -2823,7 +2819,6 @@ declare module "sap/ui/layout/cssgrid/GridBoxLayout" {
2823
2819
  sBoxWidth?: CSSSize
2824
2820
  ): this;
2825
2821
  }
2826
- export default GridBoxLayout;
2827
2822
 
2828
2823
  export interface $GridBoxLayoutSettings extends $GridLayoutBaseSettings {
2829
2824
  /**
@@ -2860,7 +2855,7 @@ declare module "sap/ui/layout/cssgrid/GridItemLayoutData" {
2860
2855
  /**
2861
2856
  * Holds layout data for a grid item.
2862
2857
  */
2863
- class GridItemLayoutData
2858
+ export default class GridItemLayoutData
2864
2859
  extends LayoutData
2865
2860
  implements cssgrid.IGridItemLayoutData {
2866
2861
  __implements__sap_ui_layout_cssgrid_IGridItemLayoutData: boolean;
@@ -3087,7 +3082,6 @@ declare module "sap/ui/layout/cssgrid/GridItemLayoutData" {
3087
3082
  sGridRowStart?: cssgrid.CSSGridLine
3088
3083
  ): this;
3089
3084
  }
3090
- export default GridItemLayoutData;
3091
3085
 
3092
3086
  export interface $GridItemLayoutDataSettings extends $LayoutDataSettings {
3093
3087
  /**
@@ -3137,11 +3131,11 @@ declare module "sap/ui/layout/cssgrid/GridLayoutBase" {
3137
3131
  import { cssgrid } from "sap/ui/layout/library";
3138
3132
 
3139
3133
  /**
3140
- * @SINCE 1.60
3134
+ * @since 1.60
3141
3135
  *
3142
3136
  * Applies a sap.ui.layout.cssgrid.GridSettings to a provided DOM element or Control.
3143
3137
  */
3144
- class GridLayoutBase extends ManagedObject {
3138
+ export default class GridLayoutBase extends ManagedObject {
3145
3139
  /**
3146
3140
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
3147
3141
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
@@ -3205,7 +3199,7 @@ declare module "sap/ui/layout/cssgrid/GridLayoutBase" {
3205
3199
  */
3206
3200
  static getMetadata(): ManagedObjectMetadata;
3207
3201
  /**
3208
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3202
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3209
3203
  *
3210
3204
  * Removes all display:grid styles from the provided HTML element
3211
3205
  */
@@ -3216,7 +3210,7 @@ declare module "sap/ui/layout/cssgrid/GridLayoutBase" {
3216
3210
  oElement: HTMLElement
3217
3211
  ): void;
3218
3212
  /**
3219
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3213
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3220
3214
  *
3221
3215
  * Sets all display:grid styles to the provided HTML element
3222
3216
  */
@@ -3249,7 +3243,7 @@ declare module "sap/ui/layout/cssgrid/GridLayoutBase" {
3249
3243
  */
3250
3244
  isResponsive(): boolean;
3251
3245
  /**
3252
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3246
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3253
3247
  *
3254
3248
  * Hook function for the Grid's onAfterRendering
3255
3249
  */
@@ -3260,7 +3254,7 @@ declare module "sap/ui/layout/cssgrid/GridLayoutBase" {
3260
3254
  oGrid: cssgrid.IGridConfigurable
3261
3255
  ): void;
3262
3256
  /**
3263
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3257
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3264
3258
  *
3265
3259
  * Hook function for the Grid's resize. Will be called if the grid layout is responsive.
3266
3260
  */
@@ -3271,7 +3265,6 @@ declare module "sap/ui/layout/cssgrid/GridLayoutBase" {
3271
3265
  oEvent: jQuery.Event
3272
3266
  ): void;
3273
3267
  }
3274
- export default GridLayoutBase;
3275
3268
 
3276
3269
  export interface $GridLayoutBaseSettings extends $ManagedObjectSettings {}
3277
3270
  }
@@ -3283,10 +3276,9 @@ declare module "sap/ui/layout/cssgrid/GridLayoutDelegate" {
3283
3276
  * Add handlers for a sap.ui.layout.cssgrid.IGridConfigurable control lifecycle events. Applies the grid
3284
3277
  * layout when necessary. Calls sap.ui.layout.cssgrid.GridLayoutBase hook functions.
3285
3278
  */
3286
- class GridLayoutDelegate extends BaseObject {
3279
+ export default class GridLayoutDelegate extends BaseObject {
3287
3280
  constructor();
3288
3281
  }
3289
- export default GridLayoutDelegate;
3290
3282
  }
3291
3283
 
3292
3284
  declare module "sap/ui/layout/cssgrid/GridResponsiveLayout" {
@@ -3295,21 +3287,21 @@ declare module "sap/ui/layout/cssgrid/GridResponsiveLayout" {
3295
3287
  $GridLayoutBaseSettings,
3296
3288
  } from "sap/ui/layout/cssgrid/GridLayoutBase";
3297
3289
 
3298
- import Event from "sap/ui/base/Event";
3299
-
3300
3290
  import GridSettings from "sap/ui/layout/cssgrid/GridSettings";
3301
3291
 
3302
3292
  import ManagedObjectMetadata from "sap/ui/base/ManagedObjectMetadata";
3303
3293
 
3304
3294
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
3305
3295
 
3296
+ import Event from "sap/ui/base/Event";
3297
+
3306
3298
  /**
3307
- * @SINCE 1.60
3299
+ * @since 1.60
3308
3300
  *
3309
3301
  * Applies a sap.ui.layout.cssgrid.GridSettings to a provided DOM element or Control. Have to possibility
3310
3302
  * to hold multiple sap.ui.layout.cssgrid.GridSettings and apply the currently active GridSettings.
3311
3303
  */
3312
- class GridResponsiveLayout extends GridLayoutBase {
3304
+ export default class GridResponsiveLayout extends GridLayoutBase {
3313
3305
  /**
3314
3306
  * Constructor for a new GridResponsiveLayout.
3315
3307
  *
@@ -3389,9 +3381,7 @@ declare module "sap/ui/layout/cssgrid/GridResponsiveLayout" {
3389
3381
  /**
3390
3382
  * The function to be called when the event occurs
3391
3383
  */
3392
- fnFunction: (
3393
- p1: Event<$GridResponsiveLayoutLayoutChangeEventParameters>
3394
- ) => void,
3384
+ fnFunction: (p1: GridResponsiveLayout$LayoutChangeEvent) => void,
3395
3385
  /**
3396
3386
  * Context object to call the event handler with. Defaults to this `sap.ui.layout.cssgrid.GridResponsiveLayout`
3397
3387
  * itself
@@ -3412,9 +3402,7 @@ declare module "sap/ui/layout/cssgrid/GridResponsiveLayout" {
3412
3402
  /**
3413
3403
  * The function to be called when the event occurs
3414
3404
  */
3415
- fnFunction: (
3416
- p1: Event<$GridResponsiveLayoutLayoutChangeEventParameters>
3417
- ) => void,
3405
+ fnFunction: (p1: GridResponsiveLayout$LayoutChangeEvent) => void,
3418
3406
  /**
3419
3407
  * Context object to call the event handler with. Defaults to this `sap.ui.layout.cssgrid.GridResponsiveLayout`
3420
3408
  * itself
@@ -3462,16 +3450,14 @@ declare module "sap/ui/layout/cssgrid/GridResponsiveLayout" {
3462
3450
  /**
3463
3451
  * The function to be called, when the event occurs
3464
3452
  */
3465
- fnFunction: (
3466
- p1: Event<$GridResponsiveLayoutLayoutChangeEventParameters>
3467
- ) => void,
3453
+ fnFunction: (p1: GridResponsiveLayout$LayoutChangeEvent) => void,
3468
3454
  /**
3469
3455
  * Context object on which the given function had to be called
3470
3456
  */
3471
3457
  oListener?: object
3472
3458
  ): this;
3473
3459
  /**
3474
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3460
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3475
3461
  *
3476
3462
  * Fires event {@link #event:layoutChange layoutChange} to attached listeners.
3477
3463
  *
@@ -3481,7 +3467,7 @@ declare module "sap/ui/layout/cssgrid/GridResponsiveLayout" {
3481
3467
  /**
3482
3468
  * Parameters to pass along with the event
3483
3469
  */
3484
- mParameters?: $GridResponsiveLayoutLayoutChangeEventParameters
3470
+ mParameters?: GridResponsiveLayout$LayoutChangeEventParameters
3485
3471
  ): this;
3486
3472
  /**
3487
3473
  * Gets current value of property {@link #getContainerQuery containerQuery}.
@@ -3598,7 +3584,6 @@ declare module "sap/ui/layout/cssgrid/GridResponsiveLayout" {
3598
3584
  oLayoutXL: GridSettings
3599
3585
  ): this;
3600
3586
  }
3601
- export default GridResponsiveLayout;
3602
3587
 
3603
3588
  export interface $GridResponsiveLayoutSettings
3604
3589
  extends $GridLayoutBaseSettings {
@@ -3637,16 +3622,24 @@ declare module "sap/ui/layout/cssgrid/GridResponsiveLayout" {
3637
3622
  * Fired when the currently active GridSettings changes
3638
3623
  */
3639
3624
  layoutChange?: (
3640
- oEvent: Event<$GridResponsiveLayoutLayoutChangeEventParameters>
3625
+ oEvent: Event<GridResponsiveLayout$LayoutChangeEventParameters>
3641
3626
  ) => void;
3642
3627
  }
3643
3628
 
3644
- export interface $GridResponsiveLayoutLayoutChangeEventParameters {
3629
+ export interface GridResponsiveLayout$LayoutChangeEventParameters {
3645
3630
  /**
3646
3631
  * The name of the newly active layout aggregation
3647
3632
  */
3648
3633
  layout?: string;
3649
3634
  }
3635
+
3636
+ /**
3637
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'GridResponsiveLayout$LayoutChangeEventParameters'
3638
+ * in 1.115.1 and any later releases.
3639
+ */
3640
+ export type $GridResponsiveLayoutLayoutChangeEventParameters = GridResponsiveLayout$LayoutChangeEventParameters;
3641
+
3642
+ export type GridResponsiveLayout$LayoutChangeEvent = Event<GridResponsiveLayout$LayoutChangeEventParameters>;
3650
3643
  }
3651
3644
 
3652
3645
  declare module "sap/ui/layout/cssgrid/GridSettings" {
@@ -3663,11 +3656,11 @@ declare module "sap/ui/layout/cssgrid/GridSettings" {
3663
3656
  import ManagedObjectMetadata from "sap/ui/base/ManagedObjectMetadata";
3664
3657
 
3665
3658
  /**
3666
- * @SINCE 1.60
3659
+ * @since 1.60
3667
3660
  *
3668
3661
  * Holds a set of CSS display:grid properties
3669
3662
  */
3670
- class GridSettings extends ManagedObject {
3663
+ export default class GridSettings extends ManagedObject {
3671
3664
  /**
3672
3665
  * Constructor for a new GridSettings.
3673
3666
  *
@@ -3949,7 +3942,6 @@ declare module "sap/ui/layout/cssgrid/GridSettings" {
3949
3942
  sGridTemplateRows?: cssgrid.CSSGridTrack
3950
3943
  ): this;
3951
3944
  }
3952
- export default GridSettings;
3953
3945
 
3954
3946
  export interface $GridSettingsSettings extends $ManagedObjectSettings {
3955
3947
  /**
@@ -4019,11 +4011,11 @@ declare module "sap/ui/layout/cssgrid/ResponsiveColumnItemLayoutData" {
4019
4011
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
4020
4012
 
4021
4013
  /**
4022
- * @SINCE 1.72
4014
+ * @since 1.72
4023
4015
  *
4024
4016
  * Holds layout data for an item inside a responsive column layout.
4025
4017
  */
4026
- class ResponsiveColumnItemLayoutData
4018
+ export default class ResponsiveColumnItemLayoutData
4027
4019
  extends LayoutData
4028
4020
  implements cssgrid.IGridItemLayoutData {
4029
4021
  __implements__sap_ui_layout_cssgrid_IGridItemLayoutData: boolean;
@@ -4142,7 +4134,6 @@ declare module "sap/ui/layout/cssgrid/ResponsiveColumnItemLayoutData" {
4142
4134
  iRows?: int
4143
4135
  ): this;
4144
4136
  }
4145
- export default ResponsiveColumnItemLayoutData;
4146
4137
 
4147
4138
  export interface $ResponsiveColumnItemLayoutDataSettings
4148
4139
  extends $LayoutDataSettings {
@@ -4164,12 +4155,12 @@ declare module "sap/ui/layout/cssgrid/ResponsiveColumnLayout" {
4164
4155
  $GridLayoutBaseSettings,
4165
4156
  } from "sap/ui/layout/cssgrid/GridLayoutBase";
4166
4157
 
4167
- import Event from "sap/ui/base/Event";
4168
-
4169
4158
  import ManagedObjectMetadata from "sap/ui/base/ManagedObjectMetadata";
4170
4159
 
4160
+ import Event from "sap/ui/base/Event";
4161
+
4171
4162
  /**
4172
- * @SINCE 1.72
4163
+ * @since 1.72
4173
4164
  *
4174
4165
  * Represents a layout which displays variable number of columns, depending on available screen size. With
4175
4166
  * that it achieves flexible layouts and line breaks for large, medium, and small-sized screens, such as
@@ -4177,7 +4168,7 @@ declare module "sap/ui/layout/cssgrid/ResponsiveColumnLayout" {
4177
4168
  *
4178
4169
  * Grid row's height is dynamically determined by the height of the highest grid element on this row.
4179
4170
  */
4180
- class ResponsiveColumnLayout extends GridLayoutBase {
4171
+ export default class ResponsiveColumnLayout extends GridLayoutBase {
4181
4172
  /**
4182
4173
  * Constructor for a new `ResponsiveColumnLayout`.
4183
4174
  *
@@ -4257,9 +4248,7 @@ declare module "sap/ui/layout/cssgrid/ResponsiveColumnLayout" {
4257
4248
  /**
4258
4249
  * The function to be called when the event occurs
4259
4250
  */
4260
- fnFunction: (
4261
- p1: Event<$ResponsiveColumnLayoutLayoutChangeEventParameters>
4262
- ) => void,
4251
+ fnFunction: (p1: ResponsiveColumnLayout$LayoutChangeEvent) => void,
4263
4252
  /**
4264
4253
  * Context object to call the event handler with. Defaults to this `sap.ui.layout.cssgrid.ResponsiveColumnLayout`
4265
4254
  * itself
@@ -4280,9 +4269,7 @@ declare module "sap/ui/layout/cssgrid/ResponsiveColumnLayout" {
4280
4269
  /**
4281
4270
  * The function to be called when the event occurs
4282
4271
  */
4283
- fnFunction: (
4284
- p1: Event<$ResponsiveColumnLayoutLayoutChangeEventParameters>
4285
- ) => void,
4272
+ fnFunction: (p1: ResponsiveColumnLayout$LayoutChangeEvent) => void,
4286
4273
  /**
4287
4274
  * Context object to call the event handler with. Defaults to this `sap.ui.layout.cssgrid.ResponsiveColumnLayout`
4288
4275
  * itself
@@ -4300,16 +4287,14 @@ declare module "sap/ui/layout/cssgrid/ResponsiveColumnLayout" {
4300
4287
  /**
4301
4288
  * The function to be called, when the event occurs
4302
4289
  */
4303
- fnFunction: (
4304
- p1: Event<$ResponsiveColumnLayoutLayoutChangeEventParameters>
4305
- ) => void,
4290
+ fnFunction: (p1: ResponsiveColumnLayout$LayoutChangeEvent) => void,
4306
4291
  /**
4307
4292
  * Context object on which the given function had to be called
4308
4293
  */
4309
4294
  oListener?: object
4310
4295
  ): this;
4311
4296
  /**
4312
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
4297
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
4313
4298
  *
4314
4299
  * Fires event {@link #event:layoutChange layoutChange} to attached listeners.
4315
4300
  *
@@ -4319,7 +4304,7 @@ declare module "sap/ui/layout/cssgrid/ResponsiveColumnLayout" {
4319
4304
  /**
4320
4305
  * Parameters to pass along with the event
4321
4306
  */
4322
- mParameters?: $ResponsiveColumnLayoutLayoutChangeEventParameters
4307
+ mParameters?: ResponsiveColumnLayout$LayoutChangeEventParameters
4323
4308
  ): this;
4324
4309
  /**
4325
4310
  * Returns if the Grid Layout is responsive.
@@ -4328,7 +4313,6 @@ declare module "sap/ui/layout/cssgrid/ResponsiveColumnLayout" {
4328
4313
  */
4329
4314
  isResponsive(): boolean;
4330
4315
  }
4331
- export default ResponsiveColumnLayout;
4332
4316
 
4333
4317
  export interface $ResponsiveColumnLayoutSettings
4334
4318
  extends $GridLayoutBaseSettings {
@@ -4336,23 +4320,29 @@ declare module "sap/ui/layout/cssgrid/ResponsiveColumnLayout" {
4336
4320
  * Fired when the currently active layout changes
4337
4321
  */
4338
4322
  layoutChange?: (
4339
- oEvent: Event<$ResponsiveColumnLayoutLayoutChangeEventParameters>
4323
+ oEvent: Event<ResponsiveColumnLayout$LayoutChangeEventParameters>
4340
4324
  ) => void;
4341
4325
  }
4342
4326
 
4343
- export interface $ResponsiveColumnLayoutLayoutChangeEventParameters {
4327
+ export interface ResponsiveColumnLayout$LayoutChangeEventParameters {
4344
4328
  /**
4345
4329
  * The name of the newly active layout - "S", "M", "ML", "L", "XL", "XXL" or "XXXL".
4346
4330
  */
4347
4331
  layout?: string;
4348
4332
  }
4333
+
4334
+ /**
4335
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ResponsiveColumnLayout$LayoutChangeEventParameters'
4336
+ * in 1.115.1 and any later releases.
4337
+ */
4338
+ export type $ResponsiveColumnLayoutLayoutChangeEventParameters = ResponsiveColumnLayout$LayoutChangeEventParameters;
4339
+
4340
+ export type ResponsiveColumnLayout$LayoutChangeEvent = Event<ResponsiveColumnLayout$LayoutChangeEventParameters>;
4349
4341
  }
4350
4342
 
4351
4343
  declare module "sap/ui/layout/DynamicSideContent" {
4352
4344
  import { default as Control, $ControlSettings } from "sap/ui/core/Control";
4353
4345
 
4354
- import Event from "sap/ui/base/Event";
4355
-
4356
4346
  import ElementMetadata from "sap/ui/core/ElementMetadata";
4357
4347
 
4358
4348
  import ScrollEnablement from "sap/ui/core/delegate/ScrollEnablement";
@@ -4368,8 +4358,10 @@ declare module "sap/ui/layout/DynamicSideContent" {
4368
4358
  AggregationBindingInfo,
4369
4359
  } from "sap/ui/base/ManagedObject";
4370
4360
 
4361
+ import Event from "sap/ui/base/Event";
4362
+
4371
4363
  /**
4372
- * @SINCE 1.30
4364
+ * @since 1.30
4373
4365
  *
4374
4366
  * Layout control that allows additional (side) content to be displayed dynamically.
4375
4367
  *
@@ -4428,7 +4420,7 @@ declare module "sap/ui/layout/DynamicSideContent" {
4428
4420
  * the sticky elements of the control from becoming fixed at the top of the viewport. This applies for example
4429
4421
  * to {@link sap.m.Table} and {@link sap.m.PlanningCalendar}.
4430
4422
  */
4431
- class DynamicSideContent extends Control {
4423
+ export default class DynamicSideContent extends Control {
4432
4424
  /**
4433
4425
  * Constructor for a new `DynamicSideContent`.
4434
4426
  *
@@ -4516,7 +4508,7 @@ declare module "sap/ui/layout/DynamicSideContent" {
4516
4508
  oControl: Control
4517
4509
  ): this;
4518
4510
  /**
4519
- * @SINCE 1.32
4511
+ * @since 1.32
4520
4512
  *
4521
4513
  * Attaches event handler `fnFunction` to the {@link #event:breakpointChanged breakpointChanged} event of
4522
4514
  * this `sap.ui.layout.DynamicSideContent`.
@@ -4537,16 +4529,14 @@ declare module "sap/ui/layout/DynamicSideContent" {
4537
4529
  /**
4538
4530
  * The function to be called when the event occurs
4539
4531
  */
4540
- fnFunction: (
4541
- p1: Event<$DynamicSideContentBreakpointChangedEventParameters>
4542
- ) => void,
4532
+ fnFunction: (p1: DynamicSideContent$BreakpointChangedEvent) => void,
4543
4533
  /**
4544
4534
  * Context object to call the event handler with. Defaults to this `sap.ui.layout.DynamicSideContent` itself
4545
4535
  */
4546
4536
  oListener?: object
4547
4537
  ): this;
4548
4538
  /**
4549
- * @SINCE 1.32
4539
+ * @since 1.32
4550
4540
  *
4551
4541
  * Attaches event handler `fnFunction` to the {@link #event:breakpointChanged breakpointChanged} event of
4552
4542
  * this `sap.ui.layout.DynamicSideContent`.
@@ -4562,9 +4552,7 @@ declare module "sap/ui/layout/DynamicSideContent" {
4562
4552
  /**
4563
4553
  * The function to be called when the event occurs
4564
4554
  */
4565
- fnFunction: (
4566
- p1: Event<$DynamicSideContentBreakpointChangedEventParameters>
4567
- ) => void,
4555
+ fnFunction: (p1: DynamicSideContent$BreakpointChangedEvent) => void,
4568
4556
  /**
4569
4557
  * Context object to call the event handler with. Defaults to this `sap.ui.layout.DynamicSideContent` itself
4570
4558
  */
@@ -4583,7 +4571,7 @@ declare module "sap/ui/layout/DynamicSideContent" {
4583
4571
  */
4584
4572
  destroySideContent(): this;
4585
4573
  /**
4586
- * @SINCE 1.32
4574
+ * @since 1.32
4587
4575
  *
4588
4576
  * Detaches event handler `fnFunction` from the {@link #event:breakpointChanged breakpointChanged} event
4589
4577
  * of this `sap.ui.layout.DynamicSideContent`.
@@ -4596,17 +4584,15 @@ declare module "sap/ui/layout/DynamicSideContent" {
4596
4584
  /**
4597
4585
  * The function to be called, when the event occurs
4598
4586
  */
4599
- fnFunction: (
4600
- p1: Event<$DynamicSideContentBreakpointChangedEventParameters>
4601
- ) => void,
4587
+ fnFunction: (p1: DynamicSideContent$BreakpointChangedEvent) => void,
4602
4588
  /**
4603
4589
  * Context object on which the given function had to be called
4604
4590
  */
4605
4591
  oListener?: object
4606
4592
  ): this;
4607
4593
  /**
4608
- * @SINCE 1.32
4609
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
4594
+ * @since 1.32
4595
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
4610
4596
  *
4611
4597
  * Fires event {@link #event:breakpointChanged breakpointChanged} to attached listeners.
4612
4598
  *
@@ -4616,7 +4602,7 @@ declare module "sap/ui/layout/DynamicSideContent" {
4616
4602
  /**
4617
4603
  * Parameters to pass along with the event
4618
4604
  */
4619
- mParameters?: $DynamicSideContentBreakpointChangedEventParameters
4605
+ mParameters?: DynamicSideContent$BreakpointChangedEventParameters
4620
4606
  ): this;
4621
4607
  /**
4622
4608
  * Gets current value of property {@link #getContainerQuery containerQuery}.
@@ -4657,7 +4643,7 @@ declare module "sap/ui/layout/DynamicSideContent" {
4657
4643
  */
4658
4644
  getMainContent(): Control[];
4659
4645
  /**
4660
- * @SINCE 1.78
4646
+ * @since 1.78
4661
4647
  *
4662
4648
  * Returns a scroll helper object used to handle scrolling.
4663
4649
  *
@@ -4711,7 +4697,7 @@ declare module "sap/ui/layout/DynamicSideContent" {
4711
4697
  | SideContentFallDown
4712
4698
  | keyof typeof SideContentFallDown;
4713
4699
  /**
4714
- * @SINCE 1.36
4700
+ * @since 1.36
4715
4701
  *
4716
4702
  * Gets current value of property {@link #getSideContentPosition sideContentPosition}.
4717
4703
  *
@@ -4923,7 +4909,7 @@ declare module "sap/ui/layout/DynamicSideContent" {
4923
4909
  | keyof typeof SideContentFallDown
4924
4910
  ): this;
4925
4911
  /**
4926
- * @SINCE 1.36
4912
+ * @since 1.36
4927
4913
  *
4928
4914
  * Sets a new value for property {@link #getSideContentPosition sideContentPosition}.
4929
4915
  *
@@ -4967,7 +4953,6 @@ declare module "sap/ui/layout/DynamicSideContent" {
4967
4953
  */
4968
4954
  toggle(): this;
4969
4955
  }
4970
- export default DynamicSideContent;
4971
4956
 
4972
4957
  export interface $DynamicSideContentSettings extends $ControlSettings {
4973
4958
  /**
@@ -5013,7 +4998,7 @@ declare module "sap/ui/layout/DynamicSideContent" {
5013
4998
  containerQuery?: boolean | PropertyBindingInfo | `{${string}}`;
5014
4999
 
5015
5000
  /**
5016
- * @SINCE 1.36
5001
+ * @since 1.36
5017
5002
  *
5018
5003
  * Determines whether the side content is on the left or on the right side of the main content.
5019
5004
  */
@@ -5033,18 +5018,26 @@ declare module "sap/ui/layout/DynamicSideContent" {
5033
5018
  sideContent?: Control[] | Control | AggregationBindingInfo | `{${string}}`;
5034
5019
 
5035
5020
  /**
5036
- * @SINCE 1.32
5021
+ * @since 1.32
5037
5022
  *
5038
5023
  * Fires when the current breakpoint has been changed.
5039
5024
  */
5040
5025
  breakpointChanged?: (
5041
- oEvent: Event<$DynamicSideContentBreakpointChangedEventParameters>
5026
+ oEvent: Event<DynamicSideContent$BreakpointChangedEventParameters>
5042
5027
  ) => void;
5043
5028
  }
5044
5029
 
5045
- export interface $DynamicSideContentBreakpointChangedEventParameters {
5030
+ export interface DynamicSideContent$BreakpointChangedEventParameters {
5046
5031
  currentBreakpoint?: string;
5047
5032
  }
5033
+
5034
+ /**
5035
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DynamicSideContent$BreakpointChangedEventParameters'
5036
+ * in 1.115.1 and any later releases.
5037
+ */
5038
+ export type $DynamicSideContentBreakpointChangedEventParameters = DynamicSideContent$BreakpointChangedEventParameters;
5039
+
5040
+ export type DynamicSideContent$BreakpointChangedEvent = Event<DynamicSideContent$BreakpointChangedEventParameters>;
5048
5041
  }
5049
5042
 
5050
5043
  declare module "sap/ui/layout/FixFlex" {
@@ -5060,7 +5053,7 @@ declare module "sap/ui/layout/FixFlex" {
5060
5053
  } from "sap/ui/base/ManagedObject";
5061
5054
 
5062
5055
  /**
5063
- * @SINCE 1.25.0
5056
+ * @since 1.25.0
5064
5057
  *
5065
5058
  * A layout container with a fixed and a flexible part. Overview: The FixFlex control builds the container
5066
5059
  * for a layout with a fixed and a flexible part. The flexible container adapts its size to the fix container.
@@ -5082,7 +5075,7 @@ declare module "sap/ui/layout/FixFlex" {
5082
5075
  * - If minFlexSize is set, then a scrollbar is shown in the flexible part, depending on the `vertical`
5083
5076
  * property.
5084
5077
  */
5085
- class FixFlex extends Control {
5078
+ export default class FixFlex extends Control {
5086
5079
  /**
5087
5080
  * Constructor for a new FixFlex.
5088
5081
  *
@@ -5202,7 +5195,7 @@ declare module "sap/ui/layout/FixFlex" {
5202
5195
  */
5203
5196
  getFlexContent(): Control;
5204
5197
  /**
5205
- * @SINCE 1.29
5198
+ * @since 1.29
5206
5199
  *
5207
5200
  * Gets current value of property {@link #getMinFlexSize minFlexSize}.
5208
5201
  *
@@ -5324,7 +5317,7 @@ declare module "sap/ui/layout/FixFlex" {
5324
5317
  oFlexContent: Control
5325
5318
  ): this;
5326
5319
  /**
5327
- * @SINCE 1.29
5320
+ * @since 1.29
5328
5321
  *
5329
5322
  * Sets a new value for property {@link #getMinFlexSize minFlexSize}.
5330
5323
  *
@@ -5364,7 +5357,6 @@ declare module "sap/ui/layout/FixFlex" {
5364
5357
  bVertical?: boolean
5365
5358
  ): this;
5366
5359
  }
5367
- export default FixFlex;
5368
5360
 
5369
5361
  export interface $FixFlexSettings extends $ControlSettings {
5370
5362
  /**
@@ -5387,7 +5379,7 @@ declare module "sap/ui/layout/FixFlex" {
5387
5379
  fixContentSize?: CSSSize | PropertyBindingInfo | `{${string}}`;
5388
5380
 
5389
5381
  /**
5390
- * @SINCE 1.29
5382
+ * @since 1.29
5391
5383
  *
5392
5384
  * Enables scrolling inside the flexible part. The given size is calculated in "px". If the child control
5393
5385
  * in the flexible part is larger than the available flexible size on the screen and if the available size
@@ -5421,14 +5413,14 @@ declare module "sap/ui/layout/form/ColumnContainerData" {
5421
5413
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
5422
5414
 
5423
5415
  /**
5424
- * @SINCE 1.56.0
5416
+ * @since 1.56.0
5425
5417
  *
5426
5418
  * The `ColumnLayout`-specific layout data for the `FormContainer` element.
5427
5419
  *
5428
5420
  * Depending on its size, the `Form` control is divided into 1, 2, 3 or 4 columns by the `ColumnLayout`
5429
5421
  * control. Using `ColumnContainerData`, the size of the `FormContainer` element can be influenced.
5430
5422
  */
5431
- class ColumnContainerData extends LayoutData {
5423
+ export default class ColumnContainerData extends LayoutData {
5432
5424
  /**
5433
5425
  * Constructor for a new sap.ui.layout.form.ColumnContainerData.
5434
5426
  *
@@ -5579,7 +5571,6 @@ declare module "sap/ui/layout/form/ColumnContainerData" {
5579
5571
  sColumnsXL?: form.ColumnsXL
5580
5572
  ): this;
5581
5573
  }
5582
- export default ColumnContainerData;
5583
5574
 
5584
5575
  export interface $ColumnContainerDataSettings extends $LayoutDataSettings {
5585
5576
  /**
@@ -5616,14 +5607,14 @@ declare module "sap/ui/layout/form/ColumnElementData" {
5616
5607
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
5617
5608
 
5618
5609
  /**
5619
- * @SINCE 1.56.0
5610
+ * @since 1.56.0
5620
5611
  *
5621
5612
  * The `ColumnLayout`-specific layout data for the `FormElement` content fields.
5622
5613
  *
5623
5614
  * One `FormElement` element contains 12 cells and has two sizes, small and large. Using `ColumnElementData`,
5624
5615
  * the default calculation of the cells used for a field or label can be overwritten.
5625
5616
  */
5626
- class ColumnElementData extends LayoutData {
5617
+ export default class ColumnElementData extends LayoutData {
5627
5618
  /**
5628
5619
  * Constructor for a new sap.ui.layout.form.ColumnElementData.
5629
5620
  *
@@ -5751,7 +5742,6 @@ declare module "sap/ui/layout/form/ColumnElementData" {
5751
5742
  sCellsSmall?: form.ColumnCells
5752
5743
  ): this;
5753
5744
  }
5754
- export default ColumnElementData;
5755
5745
 
5756
5746
  export interface $ColumnElementDataSettings extends $LayoutDataSettings {
5757
5747
  /**
@@ -5785,7 +5775,7 @@ declare module "sap/ui/layout/form/ColumnLayout" {
5785
5775
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
5786
5776
 
5787
5777
  /**
5788
- * @SINCE 1.56.0
5778
+ * @since 1.56.0
5789
5779
  *
5790
5780
  * The `ColumnLayout` control renders a `Form` control in a column-based responsive way. Depending on its
5791
5781
  * size, the `Form` control is divided into one or more columns. (XL - max. 4 columns, L - max. 3 columns,
@@ -5820,7 +5810,7 @@ declare module "sap/ui/layout/form/ColumnLayout" {
5820
5810
  * **Note:** This control cannot be used stand-alone, it just renders a `Form` control, so it must be assigned
5821
5811
  * to a `Form` control using the `layout` aggregation.
5822
5812
  */
5823
- class ColumnLayout extends FormLayout {
5813
+ export default class ColumnLayout extends FormLayout {
5824
5814
  /**
5825
5815
  * Constructor for a new `sap.ui.layout.form.ColumnLayout`.
5826
5816
  *
@@ -6027,7 +6017,6 @@ declare module "sap/ui/layout/form/ColumnLayout" {
6027
6017
  sLabelCellsLarge?: form.ColumnCells
6028
6018
  ): this;
6029
6019
  }
6030
- export default ColumnLayout;
6031
6020
 
6032
6021
  export interface $ColumnLayoutSettings extends $FormLayoutSettings {
6033
6022
  /**
@@ -6081,7 +6070,7 @@ declare module "sap/ui/layout/form/Form" {
6081
6070
  } from "sap/ui/base/ManagedObject";
6082
6071
 
6083
6072
  /**
6084
- * @SINCE 1.16.0
6073
+ * @since 1.16.0
6085
6074
  *
6086
6075
  * A `Form` control arranges labels and fields (like input fields) into groups and rows. There are different
6087
6076
  * ways to visualize forms for different screen sizes.
@@ -6104,7 +6093,7 @@ declare module "sap/ui/layout/form/Form" {
6104
6093
  * `false`. If the `editable` property is set incorrectly, there will be visual issues like wrong label
6105
6094
  * alignment or wrong spacing between the controls.
6106
6095
  */
6107
- class Form extends Control {
6096
+ export default class Form extends Control {
6108
6097
  /**
6109
6098
  * Constructor for a new sap.ui.layout.form.Form.
6110
6099
  *
@@ -6166,7 +6155,7 @@ declare module "sap/ui/layout/form/Form" {
6166
6155
  */
6167
6156
  static getMetadata(): ElementMetadata;
6168
6157
  /**
6169
- * @SINCE 1.28.0
6158
+ * @since 1.28.0
6170
6159
  *
6171
6160
  * Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
6172
6161
  *
@@ -6208,7 +6197,7 @@ declare module "sap/ui/layout/form/Form" {
6208
6197
  */
6209
6198
  destroyTitle(): this;
6210
6199
  /**
6211
- * @SINCE 1.36.0
6200
+ * @since 1.36.0
6212
6201
  *
6213
6202
  * Destroys the toolbar in the aggregation {@link #getToolbar toolbar}.
6214
6203
  *
@@ -6216,13 +6205,13 @@ declare module "sap/ui/layout/form/Form" {
6216
6205
  */
6217
6206
  destroyToolbar(): this;
6218
6207
  /**
6219
- * @SINCE 1.28.0
6208
+ * @since 1.28.0
6220
6209
  *
6221
6210
  * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
6222
6211
  */
6223
6212
  getAriaLabelledBy(): ID[];
6224
6213
  /**
6225
- * @SINCE 1.20.0
6214
+ * @since 1.20.0
6226
6215
  *
6227
6216
  * Gets current value of property {@link #getEditable editable}.
6228
6217
  *
@@ -6272,7 +6261,7 @@ declare module "sap/ui/layout/form/Form" {
6272
6261
  */
6273
6262
  getTitle(): Title | string;
6274
6263
  /**
6275
- * @SINCE 1.36.0
6264
+ * @since 1.36.0
6276
6265
  *
6277
6266
  * Gets content of aggregation {@link #getToolbar toolbar}.
6278
6267
  *
@@ -6321,7 +6310,7 @@ declare module "sap/ui/layout/form/Form" {
6321
6310
  iIndex: int
6322
6311
  ): this;
6323
6312
  /**
6324
- * @SINCE 1.28.0
6313
+ * @since 1.28.0
6325
6314
  *
6326
6315
  * Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
6327
6316
  *
@@ -6337,7 +6326,7 @@ declare module "sap/ui/layout/form/Form" {
6337
6326
  */
6338
6327
  removeAllFormContainers(): FormContainer[];
6339
6328
  /**
6340
- * @SINCE 1.28.0
6329
+ * @since 1.28.0
6341
6330
  *
6342
6331
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
6343
6332
  *
@@ -6361,7 +6350,7 @@ declare module "sap/ui/layout/form/Form" {
6361
6350
  vFormContainer: int | string | FormContainer
6362
6351
  ): FormContainer | null;
6363
6352
  /**
6364
- * @SINCE 1.20.0
6353
+ * @since 1.20.0
6365
6354
  *
6366
6355
  * Sets a new value for property {@link #getEditable editable}.
6367
6356
  *
@@ -6413,7 +6402,7 @@ declare module "sap/ui/layout/form/Form" {
6413
6402
  vTitle: Title | string
6414
6403
  ): this;
6415
6404
  /**
6416
- * @SINCE 1.36.0
6405
+ * @since 1.36.0
6417
6406
  *
6418
6407
  * Sets the aggregated {@link #getToolbar toolbar}.
6419
6408
  *
@@ -6441,7 +6430,6 @@ declare module "sap/ui/layout/form/Form" {
6441
6430
  sWidth?: CSSSize
6442
6431
  ): this;
6443
6432
  }
6444
- export default Form;
6445
6433
 
6446
6434
  export interface $FormSettings extends $ControlSettings {
6447
6435
  /**
@@ -6450,7 +6438,7 @@ declare module "sap/ui/layout/form/Form" {
6450
6438
  width?: CSSSize | PropertyBindingInfo | `{${string}}`;
6451
6439
 
6452
6440
  /**
6453
- * @SINCE 1.20.0
6441
+ * @since 1.20.0
6454
6442
  *
6455
6443
  * Applies a device-specific and theme-specific line height and label alignment to the form rows if the
6456
6444
  * form has editable content. If set, all (not only the editable) rows of the form will get the line height
@@ -6490,7 +6478,7 @@ declare module "sap/ui/layout/form/Form" {
6490
6478
  title?: string | Title | PropertyBindingInfo;
6491
6479
 
6492
6480
  /**
6493
- * @SINCE 1.36.0
6481
+ * @since 1.36.0
6494
6482
  *
6495
6483
  * Toolbar of the `Form`.
6496
6484
  *
@@ -6507,7 +6495,7 @@ declare module "sap/ui/layout/form/Form" {
6507
6495
  layout?: FormLayout;
6508
6496
 
6509
6497
  /**
6510
- * @SINCE 1.28.0
6498
+ * @since 1.28.0
6511
6499
  *
6512
6500
  * Association to controls / IDs that label this control (see WAI-ARIA attribute `aria-labelledby`).
6513
6501
  */
@@ -6534,12 +6522,12 @@ declare module "sap/ui/layout/form/FormContainer" {
6534
6522
  } from "sap/ui/base/ManagedObject";
6535
6523
 
6536
6524
  /**
6537
- * @SINCE 1.16.0
6525
+ * @since 1.16.0
6538
6526
  *
6539
6527
  * A `FormContainer` represents a group inside a `Form`. It consists of `FormElements`. The rendering of
6540
6528
  * the `FormContainer` is done by the `FormLayout` assigned to the `Form`.
6541
6529
  */
6542
- class FormContainer extends UI5Element {
6530
+ export default class FormContainer extends UI5Element {
6543
6531
  /**
6544
6532
  * Constructor for a new sap.ui.layout.form.FormContainer.
6545
6533
  *
@@ -6601,8 +6589,8 @@ declare module "sap/ui/layout/form/FormContainer" {
6601
6589
  */
6602
6590
  static getMetadata(): ElementMetadata;
6603
6591
  /**
6604
- * @SINCE 1.74.0
6605
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
6592
+ * @since 1.74.0
6593
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
6606
6594
  *
6607
6595
  * Sets the editable state of the `FormContainer`.
6608
6596
  *
@@ -6617,7 +6605,7 @@ declare module "sap/ui/layout/form/FormContainer" {
6617
6605
  bEditable: boolean
6618
6606
  ): void;
6619
6607
  /**
6620
- * @SINCE 1.36.0
6608
+ * @since 1.36.0
6621
6609
  *
6622
6610
  * Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
6623
6611
  *
@@ -6653,7 +6641,7 @@ declare module "sap/ui/layout/form/FormContainer" {
6653
6641
  */
6654
6642
  destroyTitle(): this;
6655
6643
  /**
6656
- * @SINCE 1.36.0
6644
+ * @since 1.36.0
6657
6645
  *
6658
6646
  * Destroys the toolbar in the aggregation {@link #getToolbar toolbar}.
6659
6647
  *
@@ -6661,7 +6649,7 @@ declare module "sap/ui/layout/form/FormContainer" {
6661
6649
  */
6662
6650
  destroyToolbar(): this;
6663
6651
  /**
6664
- * @SINCE 1.36.0
6652
+ * @since 1.36.0
6665
6653
  *
6666
6654
  * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
6667
6655
  */
@@ -6711,7 +6699,7 @@ declare module "sap/ui/layout/form/FormContainer" {
6711
6699
  */
6712
6700
  getTitle(): Title | string;
6713
6701
  /**
6714
- * @SINCE 1.36.0
6702
+ * @since 1.36.0
6715
6703
  *
6716
6704
  * Gets content of aggregation {@link #getToolbar toolbar}.
6717
6705
  *
@@ -6771,7 +6759,7 @@ declare module "sap/ui/layout/form/FormContainer" {
6771
6759
  */
6772
6760
  isVisible(): boolean;
6773
6761
  /**
6774
- * @SINCE 1.36.0
6762
+ * @since 1.36.0
6775
6763
  *
6776
6764
  * Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
6777
6765
  *
@@ -6787,7 +6775,7 @@ declare module "sap/ui/layout/form/FormContainer" {
6787
6775
  */
6788
6776
  removeAllFormElements(): FormElement[];
6789
6777
  /**
6790
- * @SINCE 1.36.0
6778
+ * @since 1.36.0
6791
6779
  *
6792
6780
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
6793
6781
  *
@@ -6860,7 +6848,7 @@ declare module "sap/ui/layout/form/FormContainer" {
6860
6848
  vTitle: Title | string
6861
6849
  ): this;
6862
6850
  /**
6863
- * @SINCE 1.36.0
6851
+ * @since 1.36.0
6864
6852
  *
6865
6853
  * Sets the aggregated {@link #getToolbar toolbar}.
6866
6854
  *
@@ -6890,7 +6878,6 @@ declare module "sap/ui/layout/form/FormContainer" {
6890
6878
  bVisible?: boolean
6891
6879
  ): this;
6892
6880
  }
6893
- export default FormContainer;
6894
6881
 
6895
6882
  export interface $FormContainerSettings extends $ElementSettings {
6896
6883
  /**
@@ -6935,7 +6922,7 @@ declare module "sap/ui/layout/form/FormContainer" {
6935
6922
  title?: string | Title | PropertyBindingInfo;
6936
6923
 
6937
6924
  /**
6938
- * @SINCE 1.36.0
6925
+ * @since 1.36.0
6939
6926
  *
6940
6927
  * Toolbar of the `FormContainer`.
6941
6928
  *
@@ -6946,7 +6933,7 @@ declare module "sap/ui/layout/form/FormContainer" {
6946
6933
  toolbar?: Toolbar;
6947
6934
 
6948
6935
  /**
6949
- * @SINCE 1.36.0
6936
+ * @since 1.36.0
6950
6937
  *
6951
6938
  * Association to controls / IDs that label this control (see WAI-ARIA attribute `aria-labelledby`).
6952
6939
  *
@@ -6972,12 +6959,12 @@ declare module "sap/ui/layout/form/FormElement" {
6972
6959
  } from "sap/ui/base/ManagedObject";
6973
6960
 
6974
6961
  /**
6975
- * @SINCE 1.16.0
6962
+ * @since 1.16.0
6976
6963
  *
6977
6964
  * A `FormElement` represents a row in a `FormContainer`. A `FormElement` is a combination of one label
6978
6965
  * and different controls associated to this label.
6979
6966
  */
6980
- class FormElement extends UI5Element {
6967
+ export default class FormElement extends UI5Element {
6981
6968
  /**
6982
6969
  * Constructor for a new sap.ui.layout.form.FormElement.
6983
6970
  *
@@ -7039,8 +7026,8 @@ declare module "sap/ui/layout/form/FormElement" {
7039
7026
  */
7040
7027
  static getMetadata(): ElementMetadata;
7041
7028
  /**
7042
- * @SINCE 1.74.0
7043
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7029
+ * @since 1.74.0
7030
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
7044
7031
  *
7045
7032
  * Sets the editable state of the `FormElement`.
7046
7033
  *
@@ -7143,7 +7130,7 @@ declare module "sap/ui/layout/form/FormElement" {
7143
7130
  iIndex: int
7144
7131
  ): this;
7145
7132
  /**
7146
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7133
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
7147
7134
  *
7148
7135
  * Labels inside of a Form must be invalidated if "editable" changed on Form
7149
7136
  */
@@ -7205,7 +7192,6 @@ declare module "sap/ui/layout/form/FormElement" {
7205
7192
  bVisible?: boolean
7206
7193
  ): this;
7207
7194
  }
7208
- export default FormElement;
7209
7195
 
7210
7196
  export interface $FormElementSettings extends $ElementSettings {
7211
7197
  /**
@@ -7242,14 +7228,14 @@ declare module "sap/ui/layout/form/FormLayout" {
7242
7228
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
7243
7229
 
7244
7230
  /**
7245
- * @SINCE 1.16.0
7231
+ * @since 1.16.0
7246
7232
  *
7247
7233
  * Base layout to render a `Form`. Other layouts to render a `Form` must inherit from this one.
7248
7234
  *
7249
7235
  * **Note:** This control must not be used to render a `Form` in productive applications as it does not
7250
7236
  * fulfill any design guidelines and usability standards.
7251
7237
  */
7252
- class FormLayout extends Control {
7238
+ export default class FormLayout extends Control {
7253
7239
  /**
7254
7240
  * Constructor for a new sap.ui.layout.form.FormLayout.
7255
7241
  *
@@ -7311,7 +7297,7 @@ declare module "sap/ui/layout/form/FormLayout" {
7311
7297
  */
7312
7298
  static getMetadata(): ElementMetadata;
7313
7299
  /**
7314
- * @SINCE 1.36.0
7300
+ * @since 1.36.0
7315
7301
  *
7316
7302
  * Gets current value of property {@link #getBackgroundDesign backgroundDesign}.
7317
7303
  *
@@ -7325,7 +7311,7 @@ declare module "sap/ui/layout/form/FormLayout" {
7325
7311
  */
7326
7312
  getBackgroundDesign(): BackgroundDesign | keyof typeof BackgroundDesign;
7327
7313
  /**
7328
- * @SINCE 1.36.0
7314
+ * @since 1.36.0
7329
7315
  *
7330
7316
  * Sets a new value for property {@link #getBackgroundDesign backgroundDesign}.
7331
7317
  *
@@ -7346,11 +7332,10 @@ declare module "sap/ui/layout/form/FormLayout" {
7346
7332
  sBackgroundDesign?: BackgroundDesign | keyof typeof BackgroundDesign
7347
7333
  ): this;
7348
7334
  }
7349
- export default FormLayout;
7350
7335
 
7351
7336
  export interface $FormLayoutSettings extends $ControlSettings {
7352
7337
  /**
7353
- * @SINCE 1.36.0
7338
+ * @since 1.36.0
7354
7339
  *
7355
7340
  * Specifies the background color of the `Form` content.
7356
7341
  *
@@ -7374,11 +7359,11 @@ declare module "sap/ui/layout/form/GridContainerData" {
7374
7359
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
7375
7360
 
7376
7361
  /**
7377
- * @SINCE 1.16.0
7362
+ * @since 1.16.0
7378
7363
  *
7379
7364
  * The `GridLayout`-specific layout data for `FormContainers`.
7380
7365
  */
7381
- class GridContainerData extends LayoutData {
7366
+ export default class GridContainerData extends LayoutData {
7382
7367
  /**
7383
7368
  * Constructor for a new sap.ui.layout.form.GridContainerData.
7384
7369
  *
@@ -7471,7 +7456,6 @@ declare module "sap/ui/layout/form/GridContainerData" {
7471
7456
  bHalfGrid?: boolean
7472
7457
  ): this;
7473
7458
  }
7474
- export default GridContainerData;
7475
7459
 
7476
7460
  export interface $GridContainerDataSettings extends $LayoutDataSettings {
7477
7461
  /**
@@ -7496,11 +7480,11 @@ declare module "sap/ui/layout/form/GridElementData" {
7496
7480
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
7497
7481
 
7498
7482
  /**
7499
- * @SINCE 1.16.0
7483
+ * @since 1.16.0
7500
7484
  *
7501
7485
  * The `GridLayout`-specific layout data for `FormElement` fields.
7502
7486
  */
7503
- class GridElementData extends LayoutData {
7487
+ export default class GridElementData extends LayoutData {
7504
7488
  /**
7505
7489
  * Constructor for a new sap.ui.layout.form.GridElementData.
7506
7490
  *
@@ -7636,7 +7620,6 @@ declare module "sap/ui/layout/form/GridElementData" {
7636
7620
  iVCells?: int
7637
7621
  ): this;
7638
7622
  }
7639
- export default GridElementData;
7640
7623
 
7641
7624
  export interface $GridElementDataSettings extends $LayoutDataSettings {
7642
7625
  /**
@@ -7672,7 +7655,7 @@ declare module "sap/ui/layout/form/GridLayout" {
7672
7655
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
7673
7656
 
7674
7657
  /**
7675
- * @SINCE 1.16.0
7658
+ * @since 1.16.0
7676
7659
  * @deprecated (since 1.67.0) - as `sap.ui.commons` library is deprecated and the `GridLayout` must not
7677
7660
  * be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
7678
7661
  *
@@ -7689,7 +7672,7 @@ declare module "sap/ui/layout/form/GridLayout" {
7689
7672
  * This control cannot be used stand-alone, it just renders a `Form`, so it must be assigned to a `Form`
7690
7673
  * using the `layout` aggregation.
7691
7674
  */
7692
- class GridLayout extends FormLayout {
7675
+ export default class GridLayout extends FormLayout {
7693
7676
  /**
7694
7677
  * Constructor for a new sap.ui.layout.form.GridLayout.
7695
7678
  *
@@ -7786,7 +7769,6 @@ declare module "sap/ui/layout/form/GridLayout" {
7786
7769
  bSingleColumn?: boolean
7787
7770
  ): this;
7788
7771
  }
7789
- export default GridLayout;
7790
7772
 
7791
7773
  export interface $GridLayoutSettings extends $FormLayoutSettings {
7792
7774
  /**
@@ -7811,7 +7793,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
7811
7793
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
7812
7794
 
7813
7795
  /**
7814
- * @SINCE 1.16.0
7796
+ * @since 1.16.0
7815
7797
  *
7816
7798
  * The `ResponsiveGridLayout` control renders a `Form` using a responsive grid. Internally the `Grid` control
7817
7799
  * is used for rendering. Using this layout, the `Form` is rendered in a responsive way. Depending on the
@@ -7829,7 +7811,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
7829
7811
  * This control cannot be used stand-alone, it just renders a `Form`, so it must be assigned to a `Form`
7830
7812
  * using the `layout` aggregation.
7831
7813
  */
7832
- class ResponsiveGridLayout extends FormLayout {
7814
+ export default class ResponsiveGridLayout extends FormLayout {
7833
7815
  /**
7834
7816
  * Constructor for a new `sap.ui.layout.form.ResponsiveGridLayout`.
7835
7817
  *
@@ -7891,7 +7873,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
7891
7873
  */
7892
7874
  static getMetadata(): ElementMetadata;
7893
7875
  /**
7894
- * @SINCE 1.34.0
7876
+ * @since 1.34.0
7895
7877
  *
7896
7878
  * Gets current value of property {@link #getAdjustLabelSpan adjustLabelSpan}.
7897
7879
  *
@@ -7910,7 +7892,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
7910
7892
  */
7911
7893
  getAdjustLabelSpan(): boolean;
7912
7894
  /**
7913
- * @SINCE 1.16.3
7895
+ * @since 1.16.3
7914
7896
  *
7915
7897
  * Gets current value of property {@link #getBreakpointL breakpointL}.
7916
7898
  *
@@ -7922,7 +7904,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
7922
7904
  */
7923
7905
  getBreakpointL(): int;
7924
7906
  /**
7925
- * @SINCE 1.16.3
7907
+ * @since 1.16.3
7926
7908
  *
7927
7909
  * Gets current value of property {@link #getBreakpointM breakpointM}.
7928
7910
  *
@@ -7934,7 +7916,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
7934
7916
  */
7935
7917
  getBreakpointM(): int;
7936
7918
  /**
7937
- * @SINCE 1.34.0
7919
+ * @since 1.34.0
7938
7920
  *
7939
7921
  * Gets current value of property {@link #getBreakpointXL breakpointXL}.
7940
7922
  *
@@ -7946,7 +7928,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
7946
7928
  */
7947
7929
  getBreakpointXL(): int;
7948
7930
  /**
7949
- * @SINCE 1.16.3
7931
+ * @since 1.16.3
7950
7932
  *
7951
7933
  * Gets current value of property {@link #getColumnsL columnsL}.
7952
7934
  *
@@ -7960,7 +7942,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
7960
7942
  */
7961
7943
  getColumnsL(): int;
7962
7944
  /**
7963
- * @SINCE 1.16.3
7945
+ * @since 1.16.3
7964
7946
  *
7965
7947
  * Gets current value of property {@link #getColumnsM columnsM}.
7966
7948
  *
@@ -7972,7 +7954,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
7972
7954
  */
7973
7955
  getColumnsM(): int;
7974
7956
  /**
7975
- * @SINCE 1.34.0
7957
+ * @since 1.34.0
7976
7958
  *
7977
7959
  * Gets current value of property {@link #getColumnsXL columnsXL}.
7978
7960
  *
@@ -7988,7 +7970,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
7988
7970
  */
7989
7971
  getColumnsXL(): int;
7990
7972
  /**
7991
- * @SINCE 1.16.3
7973
+ * @since 1.16.3
7992
7974
  *
7993
7975
  * Gets current value of property {@link #getEmptySpanL emptySpanL}.
7994
7976
  *
@@ -8000,7 +7982,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
8000
7982
  */
8001
7983
  getEmptySpanL(): int;
8002
7984
  /**
8003
- * @SINCE 1.16.3
7985
+ * @since 1.16.3
8004
7986
  *
8005
7987
  * Gets current value of property {@link #getEmptySpanM emptySpanM}.
8006
7988
  *
@@ -8012,7 +7994,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
8012
7994
  */
8013
7995
  getEmptySpanM(): int;
8014
7996
  /**
8015
- * @SINCE 1.16.3
7997
+ * @since 1.16.3
8016
7998
  *
8017
7999
  * Gets current value of property {@link #getEmptySpanS emptySpanS}.
8018
8000
  *
@@ -8024,7 +8006,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
8024
8006
  */
8025
8007
  getEmptySpanS(): int;
8026
8008
  /**
8027
- * @SINCE 1.34.0
8009
+ * @since 1.34.0
8028
8010
  *
8029
8011
  * Gets current value of property {@link #getEmptySpanXL emptySpanXL}.
8030
8012
  *
@@ -8039,7 +8021,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
8039
8021
  */
8040
8022
  getEmptySpanXL(): int;
8041
8023
  /**
8042
- * @SINCE 1.16.3
8024
+ * @since 1.16.3
8043
8025
  *
8044
8026
  * Gets current value of property {@link #getLabelSpanL labelSpanL}.
8045
8027
  *
@@ -8054,7 +8036,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
8054
8036
  */
8055
8037
  getLabelSpanL(): int;
8056
8038
  /**
8057
- * @SINCE 1.16.3
8039
+ * @since 1.16.3
8058
8040
  *
8059
8041
  * Gets current value of property {@link #getLabelSpanM labelSpanM}.
8060
8042
  *
@@ -8069,7 +8051,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
8069
8051
  */
8070
8052
  getLabelSpanM(): int;
8071
8053
  /**
8072
- * @SINCE 1.16.3
8054
+ * @since 1.16.3
8073
8055
  *
8074
8056
  * Gets current value of property {@link #getLabelSpanS labelSpanS}.
8075
8057
  *
@@ -8081,7 +8063,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
8081
8063
  */
8082
8064
  getLabelSpanS(): int;
8083
8065
  /**
8084
- * @SINCE 1.34.0
8066
+ * @since 1.34.0
8085
8067
  *
8086
8068
  * Gets current value of property {@link #getLabelSpanXL labelSpanXL}.
8087
8069
  *
@@ -8096,7 +8078,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
8096
8078
  */
8097
8079
  getLabelSpanXL(): int;
8098
8080
  /**
8099
- * @SINCE 1.34.0
8081
+ * @since 1.34.0
8100
8082
  *
8101
8083
  * Gets current value of property {@link #getSingleContainerFullSize singleContainerFullSize}.
8102
8084
  *
@@ -8112,7 +8094,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
8112
8094
  */
8113
8095
  getSingleContainerFullSize(): boolean;
8114
8096
  /**
8115
- * @SINCE 1.34.0
8097
+ * @since 1.34.0
8116
8098
  *
8117
8099
  * Sets a new value for property {@link #getAdjustLabelSpan adjustLabelSpan}.
8118
8100
  *
@@ -8138,7 +8120,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
8138
8120
  bAdjustLabelSpan?: boolean
8139
8121
  ): this;
8140
8122
  /**
8141
- * @SINCE 1.16.3
8123
+ * @since 1.16.3
8142
8124
  *
8143
8125
  * Sets a new value for property {@link #getBreakpointL breakpointL}.
8144
8126
  *
@@ -8157,7 +8139,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
8157
8139
  iBreakpointL?: int
8158
8140
  ): this;
8159
8141
  /**
8160
- * @SINCE 1.16.3
8142
+ * @since 1.16.3
8161
8143
  *
8162
8144
  * Sets a new value for property {@link #getBreakpointM breakpointM}.
8163
8145
  *
@@ -8176,7 +8158,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
8176
8158
  iBreakpointM?: int
8177
8159
  ): this;
8178
8160
  /**
8179
- * @SINCE 1.34.0
8161
+ * @since 1.34.0
8180
8162
  *
8181
8163
  * Sets a new value for property {@link #getBreakpointXL breakpointXL}.
8182
8164
  *
@@ -8195,7 +8177,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
8195
8177
  iBreakpointXL?: int
8196
8178
  ): this;
8197
8179
  /**
8198
- * @SINCE 1.16.3
8180
+ * @since 1.16.3
8199
8181
  *
8200
8182
  * Sets a new value for property {@link #getColumnsL columnsL}.
8201
8183
  *
@@ -8216,7 +8198,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
8216
8198
  iColumnsL?: int
8217
8199
  ): this;
8218
8200
  /**
8219
- * @SINCE 1.16.3
8201
+ * @since 1.16.3
8220
8202
  *
8221
8203
  * Sets a new value for property {@link #getColumnsM columnsM}.
8222
8204
  *
@@ -8235,7 +8217,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
8235
8217
  iColumnsM?: int
8236
8218
  ): this;
8237
8219
  /**
8238
- * @SINCE 1.34.0
8220
+ * @since 1.34.0
8239
8221
  *
8240
8222
  * Sets a new value for property {@link #getColumnsXL columnsXL}.
8241
8223
  *
@@ -8258,7 +8240,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
8258
8240
  iColumnsXL?: int
8259
8241
  ): this;
8260
8242
  /**
8261
- * @SINCE 1.16.3
8243
+ * @since 1.16.3
8262
8244
  *
8263
8245
  * Sets a new value for property {@link #getEmptySpanL emptySpanL}.
8264
8246
  *
@@ -8277,7 +8259,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
8277
8259
  iEmptySpanL?: int
8278
8260
  ): this;
8279
8261
  /**
8280
- * @SINCE 1.16.3
8262
+ * @since 1.16.3
8281
8263
  *
8282
8264
  * Sets a new value for property {@link #getEmptySpanM emptySpanM}.
8283
8265
  *
@@ -8296,7 +8278,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
8296
8278
  iEmptySpanM?: int
8297
8279
  ): this;
8298
8280
  /**
8299
- * @SINCE 1.16.3
8281
+ * @since 1.16.3
8300
8282
  *
8301
8283
  * Sets a new value for property {@link #getEmptySpanS emptySpanS}.
8302
8284
  *
@@ -8315,7 +8297,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
8315
8297
  iEmptySpanS?: int
8316
8298
  ): this;
8317
8299
  /**
8318
- * @SINCE 1.34.0
8300
+ * @since 1.34.0
8319
8301
  *
8320
8302
  * Sets a new value for property {@link #getEmptySpanXL emptySpanXL}.
8321
8303
  *
@@ -8337,7 +8319,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
8337
8319
  iEmptySpanXL?: int
8338
8320
  ): this;
8339
8321
  /**
8340
- * @SINCE 1.16.3
8322
+ * @since 1.16.3
8341
8323
  *
8342
8324
  * Sets a new value for property {@link #getLabelSpanL labelSpanL}.
8343
8325
  *
@@ -8359,7 +8341,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
8359
8341
  iLabelSpanL?: int
8360
8342
  ): this;
8361
8343
  /**
8362
- * @SINCE 1.16.3
8344
+ * @since 1.16.3
8363
8345
  *
8364
8346
  * Sets a new value for property {@link #getLabelSpanM labelSpanM}.
8365
8347
  *
@@ -8381,7 +8363,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
8381
8363
  iLabelSpanM?: int
8382
8364
  ): this;
8383
8365
  /**
8384
- * @SINCE 1.16.3
8366
+ * @since 1.16.3
8385
8367
  *
8386
8368
  * Sets a new value for property {@link #getLabelSpanS labelSpanS}.
8387
8369
  *
@@ -8400,7 +8382,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
8400
8382
  iLabelSpanS?: int
8401
8383
  ): this;
8402
8384
  /**
8403
- * @SINCE 1.34.0
8385
+ * @since 1.34.0
8404
8386
  *
8405
8387
  * Sets a new value for property {@link #getLabelSpanXL labelSpanXL}.
8406
8388
  *
@@ -8422,7 +8404,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
8422
8404
  iLabelSpanXL?: int
8423
8405
  ): this;
8424
8406
  /**
8425
- * @SINCE 1.34.0
8407
+ * @since 1.34.0
8426
8408
  *
8427
8409
  * Sets a new value for property {@link #getSingleContainerFullSize singleContainerFullSize}.
8428
8410
  *
@@ -8445,11 +8427,10 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
8445
8427
  bSingleContainerFullSize?: boolean
8446
8428
  ): this;
8447
8429
  }
8448
- export default ResponsiveGridLayout;
8449
8430
 
8450
8431
  export interface $ResponsiveGridLayoutSettings extends $FormLayoutSettings {
8451
8432
  /**
8452
- * @SINCE 1.34.0
8433
+ * @since 1.34.0
8453
8434
  *
8454
8435
  * Default span for labels in extra large size.
8455
8436
  *
@@ -8459,7 +8440,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
8459
8440
  labelSpanXL?: int | PropertyBindingInfo | `{${string}}`;
8460
8441
 
8461
8442
  /**
8462
- * @SINCE 1.16.3
8443
+ * @since 1.16.3
8463
8444
  *
8464
8445
  * Default span for labels in large size.
8465
8446
  *
@@ -8469,7 +8450,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
8469
8450
  labelSpanL?: int | PropertyBindingInfo | `{${string}}`;
8470
8451
 
8471
8452
  /**
8472
- * @SINCE 1.16.3
8453
+ * @since 1.16.3
8473
8454
  *
8474
8455
  * Default span for labels in medium size.
8475
8456
  *
@@ -8479,14 +8460,14 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
8479
8460
  labelSpanM?: int | PropertyBindingInfo | `{${string}}`;
8480
8461
 
8481
8462
  /**
8482
- * @SINCE 1.16.3
8463
+ * @since 1.16.3
8483
8464
  *
8484
8465
  * Default span for labels in small size.
8485
8466
  */
8486
8467
  labelSpanS?: int | PropertyBindingInfo | `{${string}}`;
8487
8468
 
8488
8469
  /**
8489
- * @SINCE 1.34.0
8470
+ * @since 1.34.0
8490
8471
  *
8491
8472
  * If set, the usage of `labelSpanL` and `labelSpanM` are dependent on the number of `FormContainers` in
8492
8473
  * one row. If only one `FormContainer` is displayed in one row, `labelSpanM` is used to define the size
@@ -8500,7 +8481,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
8500
8481
  adjustLabelSpan?: boolean | PropertyBindingInfo | `{${string}}`;
8501
8482
 
8502
8483
  /**
8503
- * @SINCE 1.34.0
8484
+ * @since 1.34.0
8504
8485
  *
8505
8486
  * Number of grid cells that are empty at the end of each line on extra large size.
8506
8487
  *
@@ -8510,28 +8491,28 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
8510
8491
  emptySpanXL?: int | PropertyBindingInfo | `{${string}}`;
8511
8492
 
8512
8493
  /**
8513
- * @SINCE 1.16.3
8494
+ * @since 1.16.3
8514
8495
  *
8515
8496
  * Number of grid cells that are empty at the end of each line on large size.
8516
8497
  */
8517
8498
  emptySpanL?: int | PropertyBindingInfo | `{${string}}`;
8518
8499
 
8519
8500
  /**
8520
- * @SINCE 1.16.3
8501
+ * @since 1.16.3
8521
8502
  *
8522
8503
  * Number of grid cells that are empty at the end of each line on medium size.
8523
8504
  */
8524
8505
  emptySpanM?: int | PropertyBindingInfo | `{${string}}`;
8525
8506
 
8526
8507
  /**
8527
- * @SINCE 1.16.3
8508
+ * @since 1.16.3
8528
8509
  *
8529
8510
  * Number of grid cells that are empty at the end of each line on small size.
8530
8511
  */
8531
8512
  emptySpanS?: int | PropertyBindingInfo | `{${string}}`;
8532
8513
 
8533
8514
  /**
8534
- * @SINCE 1.34.0
8515
+ * @since 1.34.0
8535
8516
  *
8536
8517
  * Number of columns for extra large size.
8537
8518
  *
@@ -8542,7 +8523,7 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
8542
8523
  columnsXL?: int | PropertyBindingInfo | `{${string}}`;
8543
8524
 
8544
8525
  /**
8545
- * @SINCE 1.16.3
8526
+ * @since 1.16.3
8546
8527
  *
8547
8528
  * Number of columns for large size.
8548
8529
  *
@@ -8551,14 +8532,14 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
8551
8532
  columnsL?: int | PropertyBindingInfo | `{${string}}`;
8552
8533
 
8553
8534
  /**
8554
- * @SINCE 1.16.3
8535
+ * @since 1.16.3
8555
8536
  *
8556
8537
  * Number of columns for medium size.
8557
8538
  */
8558
8539
  columnsM?: int | PropertyBindingInfo | `{${string}}`;
8559
8540
 
8560
8541
  /**
8561
- * @SINCE 1.34.0
8542
+ * @since 1.34.0
8562
8543
  *
8563
8544
  * If the `Form` contains only one single `FormContainer` and this property is set, the `FormContainer`
8564
8545
  * is displayed using the full size of the `Form`. In this case the properties `columnsXL`, `columnsL` and
@@ -8569,21 +8550,21 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
8569
8550
  singleContainerFullSize?: boolean | PropertyBindingInfo | `{${string}}`;
8570
8551
 
8571
8552
  /**
8572
- * @SINCE 1.34.0
8553
+ * @since 1.34.0
8573
8554
  *
8574
8555
  * Breakpoint (in pixel) between large size and extra large (XL) size.
8575
8556
  */
8576
8557
  breakpointXL?: int | PropertyBindingInfo | `{${string}}`;
8577
8558
 
8578
8559
  /**
8579
- * @SINCE 1.16.3
8560
+ * @since 1.16.3
8580
8561
  *
8581
8562
  * Breakpoint (in pixel) between Medium size and Large size.
8582
8563
  */
8583
8564
  breakpointL?: int | PropertyBindingInfo | `{${string}}`;
8584
8565
 
8585
8566
  /**
8586
- * @SINCE 1.16.3
8567
+ * @since 1.16.3
8587
8568
  *
8588
8569
  * Breakpoint (in pixel) between Small size and Medium size.
8589
8570
  */
@@ -8600,7 +8581,7 @@ declare module "sap/ui/layout/form/ResponsiveLayout" {
8600
8581
  import ElementMetadata from "sap/ui/core/ElementMetadata";
8601
8582
 
8602
8583
  /**
8603
- * @SINCE 1.16.0
8584
+ * @since 1.16.0
8604
8585
  * @deprecated (since 1.93) - replaced by {@link sap.ui.layout.form.ColumnLayout ColumnLayout}
8605
8586
  *
8606
8587
  * The `ResponsiveLayout` renders a `Form` with a responsive layout. Internally the `ResponsiveFlowLayout`
@@ -8621,7 +8602,7 @@ declare module "sap/ui/layout/form/ResponsiveLayout" {
8621
8602
  * This control cannot be used stand-alone, it just renders a `Form`, so it must be assigned to a `Form`
8622
8603
  * using the `layout` aggregation.
8623
8604
  */
8624
- class ResponsiveLayout extends FormLayout {
8605
+ export default class ResponsiveLayout extends FormLayout {
8625
8606
  /**
8626
8607
  * Constructor for a new sap.ui.layout.form.ResponsiveLayout.
8627
8608
  *
@@ -8689,7 +8670,6 @@ declare module "sap/ui/layout/form/ResponsiveLayout" {
8689
8670
  */
8690
8671
  static getMetadata(): ElementMetadata;
8691
8672
  }
8692
- export default ResponsiveLayout;
8693
8673
 
8694
8674
  export interface $ResponsiveLayoutSettings extends $FormLayoutSettings {}
8695
8675
  }
@@ -8710,8 +8690,8 @@ declare module "sap/ui/layout/form/SemanticFormElement" {
8710
8690
  } from "sap/ui/base/ManagedObject";
8711
8691
 
8712
8692
  /**
8713
- * @SINCE 1.86.0
8714
- * @EXPERIMENTAL (since 1.86)
8693
+ * @since 1.86.0
8694
+ * @experimental (since 1.86)
8715
8695
  *
8716
8696
  * A `SemanticFormElement` element is a special `FormElement` that contains semantically connected fields.
8717
8697
  * These field controls are divided by delimiter controls. In display mode, they are rendered as one condensed
@@ -8720,7 +8700,7 @@ declare module "sap/ui/layout/form/SemanticFormElement" {
8720
8700
  * **Note:** Please use the `ColumnLayout` as `layout` of the `Form`. For other layouts, the field arrangement
8721
8701
  * might not be suitable in every case.
8722
8702
  */
8723
- class SemanticFormElement extends FormElement {
8703
+ export default class SemanticFormElement extends FormElement {
8724
8704
  /**
8725
8705
  * Constructor for a new sap.ui.layout.form.SemanticFormElement.
8726
8706
  *
@@ -8889,7 +8869,6 @@ declare module "sap/ui/layout/form/SemanticFormElement" {
8889
8869
  sDelimiter?: string
8890
8870
  ): this;
8891
8871
  }
8892
- export default SemanticFormElement;
8893
8872
 
8894
8873
  export interface $SemanticFormElementSettings extends $FormElementSettings {
8895
8874
  /**
@@ -8932,7 +8911,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
8932
8911
  } from "sap/ui/base/ManagedObject";
8933
8912
 
8934
8913
  /**
8935
- * @SINCE 1.16.0
8914
+ * @since 1.16.0
8936
8915
  *
8937
8916
  * The `SimpleForm` control provides an easy-to-use API to create simple forms. Inside a `SimpleForm` control,
8938
8917
  * a `{@link sap.ui.layout.form.Form Form}` control is created along with its `{@link sap.ui.layout.form.FormContainer FormContainer}`
@@ -8948,7 +8927,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
8948
8927
  *
8949
8928
  * **Note:** If a more complex form is needed, use the `{@link sap.ui.layout.form.Form Form}` control instead.
8950
8929
  */
8951
- class SimpleForm extends Control {
8930
+ export default class SimpleForm extends Control {
8952
8931
  /**
8953
8932
  * Constructor for a new sap.ui.layout.form.SimpleForm.
8954
8933
  *
@@ -9010,7 +8989,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9010
8989
  */
9011
8990
  static getMetadata(): ElementMetadata;
9012
8991
  /**
9013
- * @SINCE 1.32.0
8992
+ * @since 1.32.0
9014
8993
  *
9015
8994
  * Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
9016
8995
  *
@@ -9040,7 +9019,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9040
9019
  */
9041
9020
  destroyContent(): this;
9042
9021
  /**
9043
- * @SINCE 1.16.3
9022
+ * @since 1.16.3
9044
9023
  *
9045
9024
  * Destroys the title in the aggregation {@link #getTitle title}.
9046
9025
  *
@@ -9048,7 +9027,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9048
9027
  */
9049
9028
  destroyTitle(): this;
9050
9029
  /**
9051
- * @SINCE 1.36.0
9030
+ * @since 1.36.0
9052
9031
  *
9053
9032
  * Destroys the toolbar in the aggregation {@link #getToolbar toolbar}.
9054
9033
  *
@@ -9056,7 +9035,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9056
9035
  */
9057
9036
  destroyToolbar(): this;
9058
9037
  /**
9059
- * @SINCE 1.34.0
9038
+ * @since 1.34.0
9060
9039
  *
9061
9040
  * Gets current value of property {@link #getAdjustLabelSpan adjustLabelSpan}.
9062
9041
  *
@@ -9077,13 +9056,13 @@ declare module "sap/ui/layout/form/SimpleForm" {
9077
9056
  */
9078
9057
  getAdjustLabelSpan(): boolean;
9079
9058
  /**
9080
- * @SINCE 1.32.0
9059
+ * @since 1.32.0
9081
9060
  *
9082
9061
  * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
9083
9062
  */
9084
9063
  getAriaLabelledBy(): ID[];
9085
9064
  /**
9086
- * @SINCE 1.36.0
9065
+ * @since 1.36.0
9087
9066
  *
9088
9067
  * Gets current value of property {@link #getBackgroundDesign backgroundDesign}.
9089
9068
  *
@@ -9097,7 +9076,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9097
9076
  */
9098
9077
  getBackgroundDesign(): BackgroundDesign | keyof typeof BackgroundDesign;
9099
9078
  /**
9100
- * @SINCE 1.16.3
9079
+ * @since 1.16.3
9101
9080
  *
9102
9081
  * Gets current value of property {@link #getBreakpointL breakpointL}.
9103
9082
  *
@@ -9111,7 +9090,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9111
9090
  */
9112
9091
  getBreakpointL(): int;
9113
9092
  /**
9114
- * @SINCE 1.16.3
9093
+ * @since 1.16.3
9115
9094
  *
9116
9095
  * Gets current value of property {@link #getBreakpointM breakpointM}.
9117
9096
  *
@@ -9125,7 +9104,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9125
9104
  */
9126
9105
  getBreakpointM(): int;
9127
9106
  /**
9128
- * @SINCE 1.34.0
9107
+ * @since 1.34.0
9129
9108
  *
9130
9109
  * Gets current value of property {@link #getBreakpointXL breakpointXL}.
9131
9110
  *
@@ -9139,7 +9118,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9139
9118
  */
9140
9119
  getBreakpointXL(): int;
9141
9120
  /**
9142
- * @SINCE 1.16.3
9121
+ * @since 1.16.3
9143
9122
  *
9144
9123
  * Gets current value of property {@link #getColumnsL columnsL}.
9145
9124
  *
@@ -9154,7 +9133,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9154
9133
  */
9155
9134
  getColumnsL(): int;
9156
9135
  /**
9157
- * @SINCE 1.16.3
9136
+ * @since 1.16.3
9158
9137
  *
9159
9138
  * Gets current value of property {@link #getColumnsM columnsM}.
9160
9139
  *
@@ -9168,7 +9147,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9168
9147
  */
9169
9148
  getColumnsM(): int;
9170
9149
  /**
9171
- * @SINCE 1.34.0
9150
+ * @since 1.34.0
9172
9151
  *
9173
9152
  * Gets current value of property {@link #getColumnsXL columnsXL}.
9174
9153
  *
@@ -9253,7 +9232,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9253
9232
  */
9254
9233
  getEditable(): boolean;
9255
9234
  /**
9256
- * @SINCE 1.16.3
9235
+ * @since 1.16.3
9257
9236
  *
9258
9237
  * Gets current value of property {@link #getEmptySpanL emptySpanL}.
9259
9238
  *
@@ -9268,7 +9247,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9268
9247
  */
9269
9248
  getEmptySpanL(): int;
9270
9249
  /**
9271
- * @SINCE 1.16.3
9250
+ * @since 1.16.3
9272
9251
  *
9273
9252
  * Gets current value of property {@link #getEmptySpanM emptySpanM}.
9274
9253
  *
@@ -9282,7 +9261,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9282
9261
  */
9283
9262
  getEmptySpanM(): int;
9284
9263
  /**
9285
- * @SINCE 1.16.3
9264
+ * @since 1.16.3
9286
9265
  *
9287
9266
  * Gets current value of property {@link #getEmptySpanS emptySpanS}.
9288
9267
  *
@@ -9296,7 +9275,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9296
9275
  */
9297
9276
  getEmptySpanS(): int;
9298
9277
  /**
9299
- * @SINCE 1.34.0
9278
+ * @since 1.34.0
9300
9279
  *
9301
9280
  * Gets current value of property {@link #getEmptySpanXL emptySpanXL}.
9302
9281
  *
@@ -9324,7 +9303,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9324
9303
  */
9325
9304
  getLabelMinWidth(): int;
9326
9305
  /**
9327
- * @SINCE 1.16.3
9306
+ * @since 1.16.3
9328
9307
  *
9329
9308
  * Gets current value of property {@link #getLabelSpanL labelSpanL}.
9330
9309
  *
@@ -9342,7 +9321,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9342
9321
  */
9343
9322
  getLabelSpanL(): int;
9344
9323
  /**
9345
- * @SINCE 1.16.3
9324
+ * @since 1.16.3
9346
9325
  *
9347
9326
  * Gets current value of property {@link #getLabelSpanM labelSpanM}.
9348
9327
  *
@@ -9359,7 +9338,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9359
9338
  */
9360
9339
  getLabelSpanM(): int;
9361
9340
  /**
9362
- * @SINCE 1.16.3
9341
+ * @since 1.16.3
9363
9342
  *
9364
9343
  * Gets current value of property {@link #getLabelSpanS labelSpanS}.
9365
9344
  *
@@ -9373,7 +9352,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9373
9352
  */
9374
9353
  getLabelSpanS(): int;
9375
9354
  /**
9376
- * @SINCE 1.34.0
9355
+ * @since 1.34.0
9377
9356
  *
9378
9357
  * Gets current value of property {@link #getLabelSpanXL labelSpanXL}.
9379
9358
  *
@@ -9439,7 +9418,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9439
9418
  */
9440
9419
  getMinWidth(): int;
9441
9420
  /**
9442
- * @SINCE 1.34.0
9421
+ * @since 1.34.0
9443
9422
  *
9444
9423
  * Gets current value of property {@link #getSingleContainerFullSize singleContainerFullSize}.
9445
9424
  *
@@ -9457,7 +9436,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9457
9436
  */
9458
9437
  getSingleContainerFullSize(): boolean;
9459
9438
  /**
9460
- * @SINCE 1.16.3
9439
+ * @since 1.16.3
9461
9440
  *
9462
9441
  * Gets content of aggregation {@link #getTitle title}.
9463
9442
  *
@@ -9465,7 +9444,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9465
9444
  */
9466
9445
  getTitle(): Title | string;
9467
9446
  /**
9468
- * @SINCE 1.36.0
9447
+ * @since 1.36.0
9469
9448
  *
9470
9449
  * Gets content of aggregation {@link #getToolbar toolbar}.
9471
9450
  *
@@ -9476,7 +9455,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9476
9455
  */
9477
9456
  getToolbar(): Toolbar;
9478
9457
  /**
9479
- * @SINCE 1.28.0
9458
+ * @since 1.28.0
9480
9459
  *
9481
9460
  * Gets current value of property {@link #getWidth width}.
9482
9461
  *
@@ -9515,7 +9494,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9515
9494
  iIndex: int
9516
9495
  ): this;
9517
9496
  /**
9518
- * @SINCE 1.32.0
9497
+ * @since 1.32.0
9519
9498
  *
9520
9499
  * Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
9521
9500
  *
@@ -9531,7 +9510,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9531
9510
  */
9532
9511
  removeAllContent(): UI5Element[];
9533
9512
  /**
9534
- * @SINCE 1.32.0
9513
+ * @since 1.32.0
9535
9514
  *
9536
9515
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
9537
9516
  *
@@ -9555,7 +9534,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9555
9534
  vContent: int | string | UI5Element
9556
9535
  ): UI5Element | null;
9557
9536
  /**
9558
- * @SINCE 1.34.0
9537
+ * @since 1.34.0
9559
9538
  *
9560
9539
  * Sets a new value for property {@link #getAdjustLabelSpan adjustLabelSpan}.
9561
9540
  *
@@ -9583,7 +9562,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9583
9562
  bAdjustLabelSpan?: boolean
9584
9563
  ): this;
9585
9564
  /**
9586
- * @SINCE 1.36.0
9565
+ * @since 1.36.0
9587
9566
  *
9588
9567
  * Sets a new value for property {@link #getBackgroundDesign backgroundDesign}.
9589
9568
  *
@@ -9604,7 +9583,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9604
9583
  sBackgroundDesign?: BackgroundDesign | keyof typeof BackgroundDesign
9605
9584
  ): this;
9606
9585
  /**
9607
- * @SINCE 1.16.3
9586
+ * @since 1.16.3
9608
9587
  *
9609
9588
  * Sets a new value for property {@link #getBreakpointL breakpointL}.
9610
9589
  *
@@ -9625,7 +9604,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9625
9604
  iBreakpointL?: int
9626
9605
  ): this;
9627
9606
  /**
9628
- * @SINCE 1.16.3
9607
+ * @since 1.16.3
9629
9608
  *
9630
9609
  * Sets a new value for property {@link #getBreakpointM breakpointM}.
9631
9610
  *
@@ -9646,7 +9625,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9646
9625
  iBreakpointM?: int
9647
9626
  ): this;
9648
9627
  /**
9649
- * @SINCE 1.34.0
9628
+ * @since 1.34.0
9650
9629
  *
9651
9630
  * Sets a new value for property {@link #getBreakpointXL breakpointXL}.
9652
9631
  *
@@ -9667,7 +9646,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9667
9646
  iBreakpointXL?: int
9668
9647
  ): this;
9669
9648
  /**
9670
- * @SINCE 1.16.3
9649
+ * @since 1.16.3
9671
9650
  *
9672
9651
  * Sets a new value for property {@link #getColumnsL columnsL}.
9673
9652
  *
@@ -9689,7 +9668,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9689
9668
  iColumnsL?: int
9690
9669
  ): this;
9691
9670
  /**
9692
- * @SINCE 1.16.3
9671
+ * @since 1.16.3
9693
9672
  *
9694
9673
  * Sets a new value for property {@link #getColumnsM columnsM}.
9695
9674
  *
@@ -9710,7 +9689,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9710
9689
  iColumnsM?: int
9711
9690
  ): this;
9712
9691
  /**
9713
- * @SINCE 1.34.0
9692
+ * @since 1.34.0
9714
9693
  *
9715
9694
  * Sets a new value for property {@link #getColumnsXL columnsXL}.
9716
9695
  *
@@ -9760,7 +9739,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9760
9739
  bEditable?: boolean
9761
9740
  ): this;
9762
9741
  /**
9763
- * @SINCE 1.16.3
9742
+ * @since 1.16.3
9764
9743
  *
9765
9744
  * Sets a new value for property {@link #getEmptySpanL emptySpanL}.
9766
9745
  *
@@ -9782,7 +9761,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9782
9761
  iEmptySpanL?: int
9783
9762
  ): this;
9784
9763
  /**
9785
- * @SINCE 1.16.3
9764
+ * @since 1.16.3
9786
9765
  *
9787
9766
  * Sets a new value for property {@link #getEmptySpanM emptySpanM}.
9788
9767
  *
@@ -9803,7 +9782,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9803
9782
  iEmptySpanM?: int
9804
9783
  ): this;
9805
9784
  /**
9806
- * @SINCE 1.16.3
9785
+ * @since 1.16.3
9807
9786
  *
9808
9787
  * Sets a new value for property {@link #getEmptySpanS emptySpanS}.
9809
9788
  *
@@ -9824,7 +9803,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9824
9803
  iEmptySpanS?: int
9825
9804
  ): this;
9826
9805
  /**
9827
- * @SINCE 1.34.0
9806
+ * @since 1.34.0
9828
9807
  *
9829
9808
  * Sets a new value for property {@link #getEmptySpanXL emptySpanXL}.
9830
9809
  *
@@ -9866,7 +9845,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9866
9845
  iLabelMinWidth?: int
9867
9846
  ): this;
9868
9847
  /**
9869
- * @SINCE 1.16.3
9848
+ * @since 1.16.3
9870
9849
  *
9871
9850
  * Sets a new value for property {@link #getLabelSpanL labelSpanL}.
9872
9851
  *
@@ -9891,7 +9870,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9891
9870
  iLabelSpanL?: int
9892
9871
  ): this;
9893
9872
  /**
9894
- * @SINCE 1.16.3
9873
+ * @since 1.16.3
9895
9874
  *
9896
9875
  * Sets a new value for property {@link #getLabelSpanM labelSpanM}.
9897
9876
  *
@@ -9915,7 +9894,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9915
9894
  iLabelSpanM?: int
9916
9895
  ): this;
9917
9896
  /**
9918
- * @SINCE 1.16.3
9897
+ * @since 1.16.3
9919
9898
  *
9920
9899
  * Sets a new value for property {@link #getLabelSpanS labelSpanS}.
9921
9900
  *
@@ -9936,7 +9915,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
9936
9915
  iLabelSpanS?: int
9937
9916
  ): this;
9938
9917
  /**
9939
- * @SINCE 1.34.0
9918
+ * @since 1.34.0
9940
9919
  *
9941
9920
  * Sets a new value for property {@link #getLabelSpanXL labelSpanXL}.
9942
9921
  *
@@ -10030,7 +10009,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
10030
10009
  iMinWidth?: int
10031
10010
  ): this;
10032
10011
  /**
10033
- * @SINCE 1.34.0
10012
+ * @since 1.34.0
10034
10013
  *
10035
10014
  * Sets a new value for property {@link #getSingleContainerFullSize singleContainerFullSize}.
10036
10015
  *
@@ -10055,7 +10034,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
10055
10034
  bSingleContainerFullSize?: boolean
10056
10035
  ): this;
10057
10036
  /**
10058
- * @SINCE 1.16.3
10037
+ * @since 1.16.3
10059
10038
  *
10060
10039
  * Sets the aggregated {@link #getTitle title}.
10061
10040
  *
@@ -10068,7 +10047,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
10068
10047
  vTitle: Title | string
10069
10048
  ): this;
10070
10049
  /**
10071
- * @SINCE 1.36.0
10050
+ * @since 1.36.0
10072
10051
  *
10073
10052
  * Sets the aggregated {@link #getToolbar toolbar}.
10074
10053
  *
@@ -10081,7 +10060,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
10081
10060
  oToolbar: Toolbar
10082
10061
  ): this;
10083
10062
  /**
10084
- * @SINCE 1.28.0
10063
+ * @since 1.28.0
10085
10064
  *
10086
10065
  * Sets a new value for property {@link #getWidth width}.
10087
10066
  *
@@ -10098,7 +10077,6 @@ declare module "sap/ui/layout/form/SimpleForm" {
10098
10077
  sWidth?: CSSSize
10099
10078
  ): this;
10100
10079
  }
10101
- export default SimpleForm;
10102
10080
 
10103
10081
  export interface $SimpleFormSettings extends $ControlSettings {
10104
10082
  /**
@@ -10123,7 +10101,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
10123
10101
  minWidth?: int | PropertyBindingInfo | `{${string}}`;
10124
10102
 
10125
10103
  /**
10126
- * @SINCE 1.28.0
10104
+ * @since 1.28.0
10127
10105
  *
10128
10106
  * Width of the form.
10129
10107
  */
@@ -10170,7 +10148,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
10170
10148
  | `{${string}}`;
10171
10149
 
10172
10150
  /**
10173
- * @SINCE 1.34.0
10151
+ * @since 1.34.0
10174
10152
  *
10175
10153
  * Default span for labels in extra large size.
10176
10154
  *
@@ -10181,7 +10159,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
10181
10159
  labelSpanXL?: int | PropertyBindingInfo | `{${string}}`;
10182
10160
 
10183
10161
  /**
10184
- * @SINCE 1.16.3
10162
+ * @since 1.16.3
10185
10163
  *
10186
10164
  * Default span for labels in large size.
10187
10165
  *
@@ -10194,7 +10172,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
10194
10172
  labelSpanL?: int | PropertyBindingInfo | `{${string}}`;
10195
10173
 
10196
10174
  /**
10197
- * @SINCE 1.16.3
10175
+ * @since 1.16.3
10198
10176
  *
10199
10177
  * Default span for labels in medium size.
10200
10178
  *
@@ -10206,7 +10184,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
10206
10184
  labelSpanM?: int | PropertyBindingInfo | `{${string}}`;
10207
10185
 
10208
10186
  /**
10209
- * @SINCE 1.16.3
10187
+ * @since 1.16.3
10210
10188
  *
10211
10189
  * Default span for labels in small size.
10212
10190
  *
@@ -10215,7 +10193,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
10215
10193
  labelSpanS?: int | PropertyBindingInfo | `{${string}}`;
10216
10194
 
10217
10195
  /**
10218
- * @SINCE 1.34.0
10196
+ * @since 1.34.0
10219
10197
  *
10220
10198
  * If set, the usage of `labelSpanL` and `labelSpanM` are dependent on the number of `FormContainers` in
10221
10199
  * one row. If only one `FormContainer` is displayed in one row, `labelSpanM` is used to define the size
@@ -10231,7 +10209,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
10231
10209
  adjustLabelSpan?: boolean | PropertyBindingInfo | `{${string}}`;
10232
10210
 
10233
10211
  /**
10234
- * @SINCE 1.34.0
10212
+ * @since 1.34.0
10235
10213
  *
10236
10214
  * Number of grid cells that are empty at the end of each line on extra large size.
10237
10215
  *
@@ -10242,7 +10220,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
10242
10220
  emptySpanXL?: int | PropertyBindingInfo | `{${string}}`;
10243
10221
 
10244
10222
  /**
10245
- * @SINCE 1.16.3
10223
+ * @since 1.16.3
10246
10224
  *
10247
10225
  * Number of grid cells that are empty at the end of each line on large size.
10248
10226
  *
@@ -10252,7 +10230,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
10252
10230
  emptySpanL?: int | PropertyBindingInfo | `{${string}}`;
10253
10231
 
10254
10232
  /**
10255
- * @SINCE 1.16.3
10233
+ * @since 1.16.3
10256
10234
  *
10257
10235
  * Number of grid cells that are empty at the end of each line on medium size.
10258
10236
  *
@@ -10261,7 +10239,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
10261
10239
  emptySpanM?: int | PropertyBindingInfo | `{${string}}`;
10262
10240
 
10263
10241
  /**
10264
- * @SINCE 1.16.3
10242
+ * @since 1.16.3
10265
10243
  *
10266
10244
  * Number of grid cells that are empty at the end of each line on small size.
10267
10245
  *
@@ -10270,7 +10248,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
10270
10248
  emptySpanS?: int | PropertyBindingInfo | `{${string}}`;
10271
10249
 
10272
10250
  /**
10273
- * @SINCE 1.34.0
10251
+ * @since 1.34.0
10274
10252
  *
10275
10253
  * Form columns for extra large size. The number of columns for extra large size must not be smaller than
10276
10254
  * the number of columns for large size.
@@ -10282,7 +10260,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
10282
10260
  columnsXL?: int | PropertyBindingInfo | `{${string}}`;
10283
10261
 
10284
10262
  /**
10285
- * @SINCE 1.16.3
10263
+ * @since 1.16.3
10286
10264
  *
10287
10265
  * Form columns for large size. The number of columns for large size must not be smaller than the number
10288
10266
  * of columns for medium size.
@@ -10292,7 +10270,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
10292
10270
  columnsL?: int | PropertyBindingInfo | `{${string}}`;
10293
10271
 
10294
10272
  /**
10295
- * @SINCE 1.16.3
10273
+ * @since 1.16.3
10296
10274
  *
10297
10275
  * Form columns for medium size.
10298
10276
  *
@@ -10301,7 +10279,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
10301
10279
  columnsM?: int | PropertyBindingInfo | `{${string}}`;
10302
10280
 
10303
10281
  /**
10304
- * @SINCE 1.34.0
10282
+ * @since 1.34.0
10305
10283
  *
10306
10284
  * If the `Form` contains only one single `FormContainer` and this property is set, the `FormContainer`
10307
10285
  * is displayed using the full size of the `Form`. In this case the properties `columnsL` and `columnsM`
@@ -10314,7 +10292,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
10314
10292
  singleContainerFullSize?: boolean | PropertyBindingInfo | `{${string}}`;
10315
10293
 
10316
10294
  /**
10317
- * @SINCE 1.34.0
10295
+ * @since 1.34.0
10318
10296
  *
10319
10297
  * Breakpoint between Medium size and Large size.
10320
10298
  *
@@ -10323,7 +10301,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
10323
10301
  breakpointXL?: int | PropertyBindingInfo | `{${string}}`;
10324
10302
 
10325
10303
  /**
10326
- * @SINCE 1.16.3
10304
+ * @since 1.16.3
10327
10305
  *
10328
10306
  * Breakpoint between Medium size and Large size.
10329
10307
  *
@@ -10332,7 +10310,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
10332
10310
  breakpointL?: int | PropertyBindingInfo | `{${string}}`;
10333
10311
 
10334
10312
  /**
10335
- * @SINCE 1.16.3
10313
+ * @since 1.16.3
10336
10314
  *
10337
10315
  * Breakpoint between Small size and Medium size.
10338
10316
  *
@@ -10341,7 +10319,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
10341
10319
  breakpointM?: int | PropertyBindingInfo | `{${string}}`;
10342
10320
 
10343
10321
  /**
10344
- * @SINCE 1.36.0
10322
+ * @since 1.36.0
10345
10323
  *
10346
10324
  * Specifies the background color of the `SimpleForm` content.
10347
10325
  *
@@ -10405,14 +10383,14 @@ declare module "sap/ui/layout/form/SimpleForm" {
10405
10383
  | `{${string}}`;
10406
10384
 
10407
10385
  /**
10408
- * @SINCE 1.16.3
10386
+ * @since 1.16.3
10409
10387
  *
10410
10388
  * Title element of the `SimpleForm`. Can either be a `Title` element, or a string.
10411
10389
  */
10412
10390
  title?: string | Title | PropertyBindingInfo;
10413
10391
 
10414
10392
  /**
10415
- * @SINCE 1.36.0
10393
+ * @since 1.36.0
10416
10394
  *
10417
10395
  * Toolbar of the `SimpleForm`.
10418
10396
  *
@@ -10422,7 +10400,7 @@ declare module "sap/ui/layout/form/SimpleForm" {
10422
10400
  toolbar?: Toolbar;
10423
10401
 
10424
10402
  /**
10425
- * @SINCE 1.32.0
10403
+ * @since 1.32.0
10426
10404
  *
10427
10405
  * Association to controls / IDs which label this control (see WAI-ARIA attribute `aria-labelledby`).
10428
10406
  */
@@ -10445,7 +10423,7 @@ declare module "sap/ui/layout/Grid" {
10445
10423
  } from "sap/ui/base/ManagedObject";
10446
10424
 
10447
10425
  /**
10448
- * @SINCE 1.15.0
10426
+ * @since 1.15.0
10449
10427
  *
10450
10428
  * A layout control which positions its child controls in a 12 column flow layout.
10451
10429
  *
@@ -10463,7 +10441,7 @@ declare module "sap/ui/layout/Grid" {
10463
10441
  * An additional `sapUiRespGridOverflowHidden` CSS class should be added to the control in order to hide
10464
10442
  * the overflowing part of it.
10465
10443
  */
10466
- class Grid extends Control {
10444
+ export default class Grid extends Control {
10467
10445
  /**
10468
10446
  * Constructor for a new `Grid`.
10469
10447
  *
@@ -10533,7 +10511,7 @@ declare module "sap/ui/layout/Grid" {
10533
10511
  */
10534
10512
  static getMetadata(): ElementMetadata;
10535
10513
  /**
10536
- * @SINCE 1.48.7
10514
+ * @since 1.48.7
10537
10515
  *
10538
10516
  * Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
10539
10517
  *
@@ -10563,7 +10541,7 @@ declare module "sap/ui/layout/Grid" {
10563
10541
  */
10564
10542
  destroyContent(): this;
10565
10543
  /**
10566
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10544
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
10567
10545
  *
10568
10546
  * Returns the `Grid` accessibility information.
10569
10547
  * See:
@@ -10573,7 +10551,7 @@ declare module "sap/ui/layout/Grid" {
10573
10551
  */
10574
10552
  getAccessibilityInfo(): object;
10575
10553
  /**
10576
- * @SINCE 1.48.7
10554
+ * @since 1.48.7
10577
10555
  *
10578
10556
  * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
10579
10557
  */
@@ -10696,7 +10674,7 @@ declare module "sap/ui/layout/Grid" {
10696
10674
  iIndex: int
10697
10675
  ): this;
10698
10676
  /**
10699
- * @SINCE 1.48.7
10677
+ * @since 1.48.7
10700
10678
  *
10701
10679
  * Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
10702
10680
  *
@@ -10712,7 +10690,7 @@ declare module "sap/ui/layout/Grid" {
10712
10690
  */
10713
10691
  removeAllContent(): Control[];
10714
10692
  /**
10715
- * @SINCE 1.48.7
10693
+ * @since 1.48.7
10716
10694
  *
10717
10695
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
10718
10696
  *
@@ -10867,7 +10845,6 @@ declare module "sap/ui/layout/Grid" {
10867
10845
  sWidth?: CSSSize
10868
10846
  ): this;
10869
10847
  }
10870
- export default Grid;
10871
10848
 
10872
10849
  export interface $GridSettings extends $ControlSettings {
10873
10850
  /**
@@ -10926,7 +10903,7 @@ declare module "sap/ui/layout/Grid" {
10926
10903
  content?: Control[] | Control | AggregationBindingInfo | `{${string}}`;
10927
10904
 
10928
10905
  /**
10929
- * @SINCE 1.48.7
10906
+ * @since 1.48.7
10930
10907
  *
10931
10908
  * Association to controls / IDs that label this control (see WAI-ARIA attribute `aria-labelledby`).
10932
10909
  */
@@ -10947,7 +10924,7 @@ declare module "sap/ui/layout/GridData" {
10947
10924
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
10948
10925
 
10949
10926
  /**
10950
- * @SINCE 1.15.0
10927
+ * @since 1.15.0
10951
10928
  *
10952
10929
  * Defines layout data for the {@link sap.ui.layout.Grid}.
10953
10930
  *
@@ -10955,7 +10932,7 @@ declare module "sap/ui/layout/GridData" {
10955
10932
  * to `true` if the next form element has to be displayed on a new line. Otherwise the `GridData` overrides
10956
10933
  * the layout provided by the `Form`.
10957
10934
  */
10958
- class GridData extends LayoutData {
10935
+ export default class GridData extends LayoutData {
10959
10936
  /**
10960
10937
  * Constructor for a new `GridData`.
10961
10938
  *
@@ -11855,7 +11832,6 @@ declare module "sap/ui/layout/GridData" {
11855
11832
  bVisibleXL?: boolean
11856
11833
  ): this;
11857
11834
  }
11858
- export default GridData;
11859
11835
 
11860
11836
  export interface $GridDataSettings extends $LayoutDataSettings {
11861
11837
  /**
@@ -12070,11 +12046,11 @@ declare module "sap/ui/layout/HorizontalLayout" {
12070
12046
  } from "sap/ui/base/ManagedObject";
12071
12047
 
12072
12048
  /**
12073
- * @SINCE 1.16.0
12049
+ * @since 1.16.0
12074
12050
  *
12075
12051
  * A layout that provides support for horizontal alignment of controls
12076
12052
  */
12077
- class HorizontalLayout extends Control {
12053
+ export default class HorizontalLayout extends Control {
12078
12054
  /**
12079
12055
  * Constructor for a new HorizontalLayout.
12080
12056
  *
@@ -12153,7 +12129,7 @@ declare module "sap/ui/layout/HorizontalLayout" {
12153
12129
  */
12154
12130
  destroyContent(): this;
12155
12131
  /**
12156
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12132
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
12157
12133
  *
12158
12134
  * See:
12159
12135
  * sap.ui.core.Control#getAccessibilityInfo
@@ -12245,7 +12221,6 @@ declare module "sap/ui/layout/HorizontalLayout" {
12245
12221
  bAllowWrapping?: boolean
12246
12222
  ): this;
12247
12223
  }
12248
- export default HorizontalLayout;
12249
12224
 
12250
12225
  export interface $HorizontalLayoutSettings extends $ControlSettings {
12251
12226
  /**
@@ -12264,8 +12239,6 @@ declare module "sap/ui/layout/HorizontalLayout" {
12264
12239
  declare module "sap/ui/layout/PaneContainer" {
12265
12240
  import { default as UI5Element, $ElementSettings } from "sap/ui/core/Element";
12266
12241
 
12267
- import Event from "sap/ui/base/Event";
12268
-
12269
12242
  import LayoutData from "sap/ui/core/LayoutData";
12270
12243
 
12271
12244
  import ElementMetadata from "sap/ui/core/ElementMetadata";
@@ -12278,14 +12251,16 @@ declare module "sap/ui/layout/PaneContainer" {
12278
12251
  AggregationBindingInfo,
12279
12252
  } from "sap/ui/base/ManagedObject";
12280
12253
 
12254
+ import Event from "sap/ui/base/Event";
12255
+
12281
12256
  /**
12282
- * @SINCE 1.38
12257
+ * @since 1.38
12283
12258
  *
12284
12259
  * PaneContainer is an abstraction of Splitter.
12285
12260
  *
12286
12261
  * Could be used as an aggregation of ResponsiveSplitter or nested in other PaneContainers.
12287
12262
  */
12288
- class PaneContainer extends UI5Element {
12263
+ export default class PaneContainer extends UI5Element {
12289
12264
  /**
12290
12265
  * Constructor for a new PaneContainer.
12291
12266
  *
@@ -12376,7 +12351,7 @@ declare module "sap/ui/layout/PaneContainer" {
12376
12351
  /**
12377
12352
  * The function to be called when the event occurs
12378
12353
  */
12379
- fnFunction: (p1: Event<$PaneContainerResizeEventParameters>) => void,
12354
+ fnFunction: (p1: PaneContainer$ResizeEvent) => void,
12380
12355
  /**
12381
12356
  * Context object to call the event handler with. Defaults to this `sap.ui.layout.PaneContainer` itself
12382
12357
  */
@@ -12396,7 +12371,7 @@ declare module "sap/ui/layout/PaneContainer" {
12396
12371
  /**
12397
12372
  * The function to be called when the event occurs
12398
12373
  */
12399
- fnFunction: (p1: Event<$PaneContainerResizeEventParameters>) => void,
12374
+ fnFunction: (p1: PaneContainer$ResizeEvent) => void,
12400
12375
  /**
12401
12376
  * Context object to call the event handler with. Defaults to this `sap.ui.layout.PaneContainer` itself
12402
12377
  */
@@ -12419,14 +12394,14 @@ declare module "sap/ui/layout/PaneContainer" {
12419
12394
  /**
12420
12395
  * The function to be called, when the event occurs
12421
12396
  */
12422
- fnFunction: (p1: Event<$PaneContainerResizeEventParameters>) => void,
12397
+ fnFunction: (p1: PaneContainer$ResizeEvent) => void,
12423
12398
  /**
12424
12399
  * Context object on which the given function had to be called
12425
12400
  */
12426
12401
  oListener?: object
12427
12402
  ): this;
12428
12403
  /**
12429
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12404
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
12430
12405
  *
12431
12406
  * Fires event {@link #event:resize resize} to attached listeners.
12432
12407
  *
@@ -12436,7 +12411,7 @@ declare module "sap/ui/layout/PaneContainer" {
12436
12411
  /**
12437
12412
  * Parameters to pass along with the event
12438
12413
  */
12439
- mParameters?: $PaneContainerResizeEventParameters
12414
+ mParameters?: PaneContainer$ResizeEventParameters
12440
12415
  ): this;
12441
12416
  /**
12442
12417
  * Getter for property layoutData.
@@ -12515,7 +12490,6 @@ declare module "sap/ui/layout/PaneContainer" {
12515
12490
  sOrientation: Orientation | keyof typeof Orientation
12516
12491
  ): this;
12517
12492
  }
12518
- export default PaneContainer;
12519
12493
 
12520
12494
  export interface $PaneContainerSettings extends $ElementSettings {
12521
12495
  /**
@@ -12534,10 +12508,10 @@ declare module "sap/ui/layout/PaneContainer" {
12534
12508
  /**
12535
12509
  * Fired when contents are resized.
12536
12510
  */
12537
- resize?: (oEvent: Event<$PaneContainerResizeEventParameters>) => void;
12511
+ resize?: (oEvent: Event<PaneContainer$ResizeEventParameters>) => void;
12538
12512
  }
12539
12513
 
12540
- export interface $PaneContainerResizeEventParameters {
12514
+ export interface PaneContainer$ResizeEventParameters {
12541
12515
  /**
12542
12516
  * An array of values representing the old (pixel)sizes of the split panes, which are inside the pane container.
12543
12517
  */
@@ -12548,6 +12522,14 @@ declare module "sap/ui/layout/PaneContainer" {
12548
12522
  */
12549
12523
  newSizes?: float[];
12550
12524
  }
12525
+
12526
+ /**
12527
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'PaneContainer$ResizeEventParameters'
12528
+ * in 1.115.1 and any later releases.
12529
+ */
12530
+ export type $PaneContainerResizeEventParameters = PaneContainer$ResizeEventParameters;
12531
+
12532
+ export type PaneContainer$ResizeEvent = Event<PaneContainer$ResizeEventParameters>;
12551
12533
  }
12552
12534
 
12553
12535
  declare module "sap/ui/layout/ResponsiveFlowLayout" {
@@ -12563,12 +12545,12 @@ declare module "sap/ui/layout/ResponsiveFlowLayout" {
12563
12545
  } from "sap/ui/base/ManagedObject";
12564
12546
 
12565
12547
  /**
12566
- * @SINCE 1.16.0
12548
+ * @since 1.16.0
12567
12549
  *
12568
12550
  * This is a layout where several controls can be added. These controls are blown up to fit in an entire
12569
12551
  * row. If the window resizes, the controls are moved between the rows and resized again.
12570
12552
  */
12571
- class ResponsiveFlowLayout extends Control {
12553
+ export default class ResponsiveFlowLayout extends Control {
12572
12554
  /**
12573
12555
  * Constructor for a new ResponsiveFlowLayout.
12574
12556
  *
@@ -12630,7 +12612,7 @@ declare module "sap/ui/layout/ResponsiveFlowLayout" {
12630
12612
  */
12631
12613
  static getMetadata(): ElementMetadata;
12632
12614
  /**
12633
- * @SINCE 1.48.7
12615
+ * @since 1.48.7
12634
12616
  *
12635
12617
  * Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
12636
12618
  *
@@ -12659,7 +12641,7 @@ declare module "sap/ui/layout/ResponsiveFlowLayout" {
12659
12641
  */
12660
12642
  destroyContent(): this;
12661
12643
  /**
12662
- * @SINCE 1.48.7
12644
+ * @since 1.48.7
12663
12645
  *
12664
12646
  * Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
12665
12647
  */
@@ -12709,7 +12691,7 @@ declare module "sap/ui/layout/ResponsiveFlowLayout" {
12709
12691
  iIndex: int
12710
12692
  ): void;
12711
12693
  /**
12712
- * @SINCE 1.48.7
12694
+ * @since 1.48.7
12713
12695
  *
12714
12696
  * Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
12715
12697
  *
@@ -12725,7 +12707,7 @@ declare module "sap/ui/layout/ResponsiveFlowLayout" {
12725
12707
  */
12726
12708
  removeAllContent(): Control[];
12727
12709
  /**
12728
- * @SINCE 1.48.7
12710
+ * @since 1.48.7
12729
12711
  *
12730
12712
  * Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
12731
12713
  *
@@ -12766,7 +12748,6 @@ declare module "sap/ui/layout/ResponsiveFlowLayout" {
12766
12748
  bResponsive?: boolean
12767
12749
  ): this;
12768
12750
  }
12769
- export default ResponsiveFlowLayout;
12770
12751
 
12771
12752
  export interface $ResponsiveFlowLayoutSettings extends $ControlSettings {
12772
12753
  /**
@@ -12782,7 +12763,7 @@ declare module "sap/ui/layout/ResponsiveFlowLayout" {
12782
12763
  content?: Control[] | Control | AggregationBindingInfo | `{${string}}`;
12783
12764
 
12784
12765
  /**
12785
- * @SINCE 1.48.7
12766
+ * @since 1.48.7
12786
12767
  *
12787
12768
  * Association to controls / IDs that label this control (see WAI-ARIA attribute `aria-labelledby`).
12788
12769
  */
@@ -12801,11 +12782,11 @@ declare module "sap/ui/layout/ResponsiveFlowLayoutData" {
12801
12782
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
12802
12783
 
12803
12784
  /**
12804
- * @SINCE 1.16.0
12785
+ * @since 1.16.0
12805
12786
  *
12806
12787
  * This is a LayoutData element that can be added to a control if this control is used within a ResponsiveFlowLayout.
12807
12788
  */
12808
- class ResponsiveFlowLayoutData extends LayoutData {
12789
+ export default class ResponsiveFlowLayoutData extends LayoutData {
12809
12790
  /**
12810
12791
  * Constructor for a new ResponsiveFlowLayoutData.
12811
12792
  *
@@ -13012,7 +12993,6 @@ declare module "sap/ui/layout/ResponsiveFlowLayoutData" {
13012
12993
  iWeight?: int
13013
12994
  ): this;
13014
12995
  }
13015
- export default ResponsiveFlowLayoutData;
13016
12996
 
13017
12997
  export interface $ResponsiveFlowLayoutDataSettings
13018
12998
  extends $LayoutDataSettings {
@@ -13062,7 +13042,7 @@ declare module "sap/ui/layout/ResponsiveSplitter" {
13062
13042
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
13063
13043
 
13064
13044
  /**
13065
- * @SINCE 1.38
13045
+ * @since 1.38
13066
13046
  *
13067
13047
  * A responsive splitter which divides the application into several areas. Overview: The responsive splitter
13068
13048
  * layout structures complex applications into defined areas. These areas may be resizable and are either
@@ -13087,7 +13067,7 @@ declare module "sap/ui/layout/ResponsiveSplitter" {
13087
13067
  * might lead to inconsistent layout. If it is necessary, you need to ensure the sum of all sizes of the
13088
13068
  * SplitPanes doesn't exceed the width of the PaneContainer.
13089
13069
  */
13090
- class ResponsiveSplitter extends Control {
13070
+ export default class ResponsiveSplitter extends Control {
13091
13071
  /**
13092
13072
  * Constructor for a new ResponsiveSplitter.
13093
13073
  *
@@ -13247,7 +13227,6 @@ declare module "sap/ui/layout/ResponsiveSplitter" {
13247
13227
  sWidth?: CSSSize
13248
13228
  ): this;
13249
13229
  }
13250
- export default ResponsiveSplitter;
13251
13230
 
13252
13231
  export interface $ResponsiveSplitterSettings extends $ControlSettings {
13253
13232
  /**
@@ -13283,7 +13262,7 @@ declare module "sap/ui/layout/SplitPane" {
13283
13262
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
13284
13263
 
13285
13264
  /**
13286
- * @SINCE 1.38
13265
+ * @since 1.38
13287
13266
  *
13288
13267
  * SplitPane is a container of a single control in a responsive splitter. Could be used as an aggregation
13289
13268
  * of a {@link sap.ui.layout.PaneContainer PaneContainer}.
@@ -13294,7 +13273,7 @@ declare module "sap/ui/layout/SplitPane" {
13294
13273
  * - `demandPane` - determines if the pane is reachable via the pagination bar after it has been hidden
13295
13274
  * from the screen.
13296
13275
  */
13297
- class SplitPane extends UI5Element {
13276
+ export default class SplitPane extends UI5Element {
13298
13277
  /**
13299
13278
  * Constructor for a new SplitPane.
13300
13279
  *
@@ -13441,7 +13420,6 @@ declare module "sap/ui/layout/SplitPane" {
13441
13420
  iRequiredParentWidth?: int
13442
13421
  ): this;
13443
13422
  }
13444
- export default SplitPane;
13445
13423
 
13446
13424
  export interface $SplitPaneSettings extends $ElementSettings {
13447
13425
  /**
@@ -13468,8 +13446,6 @@ declare module "sap/ui/layout/SplitPane" {
13468
13446
  declare module "sap/ui/layout/Splitter" {
13469
13447
  import { default as Control, $ControlSettings } from "sap/ui/core/Control";
13470
13448
 
13471
- import Event from "sap/ui/base/Event";
13472
-
13473
13449
  import { CSSSize, Orientation } from "sap/ui/core/library";
13474
13450
 
13475
13451
  import ElementMetadata from "sap/ui/core/ElementMetadata";
@@ -13479,8 +13455,10 @@ declare module "sap/ui/layout/Splitter" {
13479
13455
  AggregationBindingInfo,
13480
13456
  } from "sap/ui/base/ManagedObject";
13481
13457
 
13458
+ import Event from "sap/ui/base/Event";
13459
+
13482
13460
  /**
13483
- * @SINCE 1.22.0
13461
+ * @since 1.22.0
13484
13462
  *
13485
13463
  * Overview: A layout that contains several content areas. The content that is added to the splitter should
13486
13464
  * contain `layoutData` of type {@link sap.ui.layout.SplitterLayoutData SplitterLayoutData} which defines
@@ -13507,7 +13485,7 @@ declare module "sap/ui/layout/Splitter" {
13507
13485
  *
13508
13486
  * Responsive Behavior: On touch-enabled devices the bars of the splitter can be moved by touching the grip.
13509
13487
  */
13510
- class Splitter extends Control {
13488
+ export default class Splitter extends Control {
13511
13489
  /**
13512
13490
  * Constructor for a new Splitter.
13513
13491
  *
@@ -13598,7 +13576,7 @@ declare module "sap/ui/layout/Splitter" {
13598
13576
  /**
13599
13577
  * The function to be called when the event occurs
13600
13578
  */
13601
- fnFunction: (p1: Event<$SplitterResizeEventParameters>) => void,
13579
+ fnFunction: (p1: Splitter$ResizeEvent) => void,
13602
13580
  /**
13603
13581
  * Context object to call the event handler with. Defaults to this `sap.ui.layout.Splitter` itself
13604
13582
  */
@@ -13618,7 +13596,7 @@ declare module "sap/ui/layout/Splitter" {
13618
13596
  /**
13619
13597
  * The function to be called when the event occurs
13620
13598
  */
13621
- fnFunction: (p1: Event<$SplitterResizeEventParameters>) => void,
13599
+ fnFunction: (p1: Splitter$ResizeEvent) => void,
13622
13600
  /**
13623
13601
  * Context object to call the event handler with. Defaults to this `sap.ui.layout.Splitter` itself
13624
13602
  */
@@ -13641,7 +13619,7 @@ declare module "sap/ui/layout/Splitter" {
13641
13619
  /**
13642
13620
  * The function to be called, when the event occurs
13643
13621
  */
13644
- fnFunction: (p1: Event<$SplitterResizeEventParameters>) => void,
13622
+ fnFunction: (p1: Splitter$ResizeEvent) => void,
13645
13623
  /**
13646
13624
  * Context object on which the given function had to be called
13647
13625
  */
@@ -13651,7 +13629,7 @@ declare module "sap/ui/layout/Splitter" {
13651
13629
  * @deprecated (since 1.21) - This method is declared as protected in order to assess the need for this
13652
13630
  * feature. It is declared as deprecated because the API might change in case the need for this is high
13653
13631
  * enough to make it part of the official Splitter interface
13654
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13632
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
13655
13633
  *
13656
13634
  * Disables the resize handler for this control, this leads to an automatic resize of the contents whenever
13657
13635
  * the control changes its size. The resize handler is enabled in every control instance by default. For
@@ -13665,7 +13643,7 @@ declare module "sap/ui/layout/Splitter" {
13665
13643
  bTemporarily?: boolean
13666
13644
  ): void;
13667
13645
  /**
13668
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13646
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
13669
13647
  *
13670
13648
  * Disables the resizing of the Splitter contents via keyboard. This changes the Splitter bars to non-focusable
13671
13649
  * elements.
@@ -13675,7 +13653,7 @@ declare module "sap/ui/layout/Splitter" {
13675
13653
  * @deprecated (since 1.21) - This method is declared as protected in order to assess the need for this
13676
13654
  * feature. It is declared as deprecated because the API might change in case the need for this is high
13677
13655
  * enough to make it part of the official Splitter interface
13678
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13656
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
13679
13657
  *
13680
13658
  * Disables recalculation and resize of the splitter contents while dragging the splitter bar. This means
13681
13659
  * that the contents are resized only once after moving the splitter bar.
@@ -13685,7 +13663,7 @@ declare module "sap/ui/layout/Splitter" {
13685
13663
  * @deprecated (since 1.21) - This method is declared as protected in order to assess the need for this
13686
13664
  * feature. It is declared as deprecated because the API might change in case the need for this is high
13687
13665
  * enough to make it part of the official Splitter interface
13688
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13666
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
13689
13667
  *
13690
13668
  * Enables the resize handler for this control, this leads to an automatic resize of the contents whenever
13691
13669
  * the control changes its size. The resize handler is enabled in every control instance by default. For
@@ -13698,7 +13676,7 @@ declare module "sap/ui/layout/Splitter" {
13698
13676
  bTemporarily?: boolean
13699
13677
  ): void;
13700
13678
  /**
13701
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13679
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
13702
13680
  *
13703
13681
  * Enables the resizing of the Splitter contents via keyboard. This makes the Splitter bars focusable elements.
13704
13682
  */
@@ -13707,14 +13685,14 @@ declare module "sap/ui/layout/Splitter" {
13707
13685
  * @deprecated (since 1.21) - This method is declared as protected in order to assess the need for this
13708
13686
  * feature. It is declared as deprecated because the API might change in case the need for this is high
13709
13687
  * enough to make it part of the official Splitter interface
13710
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13688
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
13711
13689
  *
13712
13690
  * Enables recalculation and resize of the splitter contents while dragging the splitter bar. This means
13713
13691
  * that the contents are resized several times per second when moving the splitter bar.
13714
13692
  */
13715
13693
  enableLiveResize(): void;
13716
13694
  /**
13717
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13695
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
13718
13696
  *
13719
13697
  * Fires event {@link #event:resize resize} to attached listeners.
13720
13698
  *
@@ -13724,13 +13702,13 @@ declare module "sap/ui/layout/Splitter" {
13724
13702
  /**
13725
13703
  * Parameters to pass along with the event
13726
13704
  */
13727
- mParameters?: $SplitterResizeEventParameters
13705
+ mParameters?: Splitter$ResizeEventParameters
13728
13706
  ): this;
13729
13707
  /**
13730
13708
  * @deprecated (since 1.21) - This method is declared as protected in order to assess the need for this
13731
13709
  * feature. It is declared as deprecated because the API might change in case the need for this is high
13732
13710
  * enough to make it part of the official Splitter interface
13733
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13711
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
13734
13712
  *
13735
13713
  * Returns the current actual content sizes as pixel value - these values can change with every resize.
13736
13714
  *
@@ -13888,7 +13866,6 @@ declare module "sap/ui/layout/Splitter" {
13888
13866
  forceDirectly?: boolean
13889
13867
  ): void;
13890
13868
  }
13891
- export default Splitter;
13892
13869
 
13893
13870
  export interface $SplitterSettings extends $ControlSettings {
13894
13871
  /**
@@ -13917,10 +13894,10 @@ declare module "sap/ui/layout/Splitter" {
13917
13894
  /**
13918
13895
  * Event is fired when contents are resized.
13919
13896
  */
13920
- resize?: (oEvent: Event<$SplitterResizeEventParameters>) => void;
13897
+ resize?: (oEvent: Event<Splitter$ResizeEventParameters>) => void;
13921
13898
  }
13922
13899
 
13923
- export interface $SplitterResizeEventParameters {
13900
+ export interface Splitter$ResizeEventParameters {
13924
13901
  /**
13925
13902
  * The ID of the splitter control. The splitter control can also be accessed by calling getSource() on the
13926
13903
  * event.
@@ -13937,6 +13914,14 @@ declare module "sap/ui/layout/Splitter" {
13937
13914
  */
13938
13915
  newSizes?: int[];
13939
13916
  }
13917
+
13918
+ /**
13919
+ * @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Splitter$ResizeEventParameters'
13920
+ * in 1.115.1 and any later releases.
13921
+ */
13922
+ export type $SplitterResizeEventParameters = Splitter$ResizeEventParameters;
13923
+
13924
+ export type Splitter$ResizeEvent = Event<Splitter$ResizeEventParameters>;
13940
13925
  }
13941
13926
 
13942
13927
  declare module "sap/ui/layout/SplitterLayoutData" {
@@ -13952,14 +13937,14 @@ declare module "sap/ui/layout/SplitterLayoutData" {
13952
13937
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
13953
13938
 
13954
13939
  /**
13955
- * @SINCE 1.22.0
13956
- * @EXPERIMENTAL (since 1.22.0) - API is not yet finished and might change completely
13940
+ * @since 1.22.0
13941
+ * @experimental (since 1.22.0) - API is not yet finished and might change completely
13957
13942
  *
13958
13943
  * Holds layout data for the splitter contents. Allowed size values are numeric values ending in "px" and
13959
13944
  * "%" and the special case "auto". (The CSS value "auto" is used internally to recalculate the size of
13960
13945
  * the content dynamically and is not directly set as style property.)
13961
13946
  */
13962
- class SplitterLayoutData extends LayoutData {
13947
+ export default class SplitterLayoutData extends LayoutData {
13963
13948
  /**
13964
13949
  * Constructor for a new SplitterLayoutData.
13965
13950
  *
@@ -14108,7 +14093,6 @@ declare module "sap/ui/layout/SplitterLayoutData" {
14108
14093
  sSize?: CSSSize
14109
14094
  ): this;
14110
14095
  }
14111
- export default SplitterLayoutData;
14112
14096
 
14113
14097
  export interface $SplitterLayoutDataSettings extends $LayoutDataSettings {
14114
14098
  /**
@@ -14144,11 +14128,11 @@ declare module "sap/ui/layout/VerticalLayout" {
14144
14128
  } from "sap/ui/base/ManagedObject";
14145
14129
 
14146
14130
  /**
14147
- * @SINCE 1.16.0
14131
+ * @since 1.16.0
14148
14132
  *
14149
14133
  * In this layout the content controls are rendered one below the other.
14150
14134
  */
14151
- class VerticalLayout extends Control {
14135
+ export default class VerticalLayout extends Control {
14152
14136
  /**
14153
14137
  * Constructor for a new VerticalLayout.
14154
14138
  *
@@ -14227,7 +14211,7 @@ declare module "sap/ui/layout/VerticalLayout" {
14227
14211
  */
14228
14212
  destroyContent(): this;
14229
14213
  /**
14230
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14214
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
14231
14215
  *
14232
14216
  * See:
14233
14217
  * sap.ui.core.Control#getAccessibilityInfo
@@ -14342,7 +14326,6 @@ declare module "sap/ui/layout/VerticalLayout" {
14342
14326
  sWidth?: CSSSize
14343
14327
  ): this;
14344
14328
  }
14345
- export default VerticalLayout;
14346
14329
 
14347
14330
  export interface $VerticalLayoutSettings extends $ControlSettings {
14348
14331
  /**