@openui5/types 1.122.0 → 1.123.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.122.0
1
+ // For Library Version: 1.123.0
2
2
 
3
3
  declare module "sap/ui/layout/library" {
4
4
  import Control from "sap/ui/core/Control";
@@ -761,7 +761,9 @@ declare module "sap/ui/layout/BlockLayout" {
761
761
  bKeepFontSize?: boolean
762
762
  ): this;
763
763
  }
764
-
764
+ /**
765
+ * Describes the settings that can be provided to the BlockLayout constructor.
766
+ */
765
767
  export interface $BlockLayoutSettings extends $ControlSettings {
766
768
  /**
767
769
  * Determines the background used for the Layout
@@ -1170,7 +1172,9 @@ declare module "sap/ui/layout/BlockLayoutCell" {
1170
1172
  iWidth: number
1171
1173
  ): this;
1172
1174
  }
1173
-
1175
+ /**
1176
+ * Describes the settings that can be provided to the BlockLayoutCell constructor.
1177
+ */
1174
1178
  export interface $BlockLayoutCellSettings extends $ControlSettings {
1175
1179
  /**
1176
1180
  * Defines the title of the cell. **Note:** When the `titleLink` aggregation is provided, the title of the
@@ -1445,7 +1449,9 @@ declare module "sap/ui/layout/BlockLayoutCellData" {
1445
1449
  iXlSize?: int
1446
1450
  ): this;
1447
1451
  }
1448
-
1452
+ /**
1453
+ * Describes the settings that can be provided to the BlockLayoutCellData constructor.
1454
+ */
1449
1455
  export interface $BlockLayoutCellDataSettings extends $LayoutDataSettings {
1450
1456
  /**
1451
1457
  * Sets the width of the cell for S size of the BlockLayout.
@@ -1722,7 +1728,9 @@ declare module "sap/ui/layout/BlockLayoutRow" {
1722
1728
  bScrollable?: boolean
1723
1729
  ): this;
1724
1730
  }
1725
-
1731
+ /**
1732
+ * Describes the settings that can be provided to the BlockLayoutRow constructor.
1733
+ */
1726
1734
  export interface $BlockLayoutRowSettings extends $ControlSettings {
1727
1735
  /**
1728
1736
  * Sets the rendering mode of the BlockLayoutRow to scrollable. In scrollable mode, the cells get aligned
@@ -2307,7 +2315,9 @@ declare module "sap/ui/layout/cssgrid/CSSGrid" {
2307
2315
  sWidth?: CSSSize
2308
2316
  ): this;
2309
2317
  }
2310
-
2318
+ /**
2319
+ * Describes the settings that can be provided to the CSSGrid constructor.
2320
+ */
2311
2321
  export interface $CSSGridSettings extends $ControlSettings {
2312
2322
  /**
2313
2323
  * The width of the control
@@ -2699,7 +2709,9 @@ declare module "sap/ui/layout/cssgrid/GridBasicLayout" {
2699
2709
  sGridTemplateRows?: cssgrid.CSSGridTrack
2700
2710
  ): this;
2701
2711
  }
2702
-
2712
+ /**
2713
+ * Describes the settings that can be provided to the GridBasicLayout constructor.
2714
+ */
2703
2715
  export interface $GridBasicLayoutSettings extends $GridLayoutBaseSettings {
2704
2716
  /**
2705
2717
  * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns MDN web docs: grid-template-columns}
@@ -2942,7 +2954,9 @@ declare module "sap/ui/layout/cssgrid/GridBoxLayout" {
2942
2954
  sBoxWidth?: CSSSize
2943
2955
  ): this;
2944
2956
  }
2945
-
2957
+ /**
2958
+ * Describes the settings that can be provided to the GridBoxLayout constructor.
2959
+ */
2946
2960
  export interface $GridBoxLayoutSettings extends $GridLayoutBaseSettings {
2947
2961
  /**
2948
2962
  * Defines the minimum width of the Boxes
@@ -3219,7 +3233,9 @@ declare module "sap/ui/layout/cssgrid/GridItemLayoutData" {
3219
3233
  sGridRowStart?: cssgrid.CSSGridLine
3220
3234
  ): this;
3221
3235
  }
3222
-
3236
+ /**
3237
+ * Describes the settings that can be provided to the GridItemLayoutData constructor.
3238
+ */
3223
3239
  export interface $GridItemLayoutDataSettings extends $LayoutDataSettings {
3224
3240
  /**
3225
3241
  * Sets the value for the CSS display:grid item property grid-column-start {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column-start MDN web docs: grid-column-start}
@@ -3404,7 +3420,9 @@ declare module "sap/ui/layout/cssgrid/GridLayoutBase" {
3404
3420
  oEvent: jQuery.Event
3405
3421
  ): void;
3406
3422
  }
3407
-
3423
+ /**
3424
+ * Describes the settings that can be provided to the GridLayoutBase constructor.
3425
+ */
3408
3426
  export interface $GridLayoutBaseSettings extends $ManagedObjectSettings {}
3409
3427
  }
3410
3428
 
@@ -3740,7 +3758,9 @@ declare module "sap/ui/layout/cssgrid/GridResponsiveLayout" {
3740
3758
  oLayoutXL: GridSettings
3741
3759
  ): this;
3742
3760
  }
3743
-
3761
+ /**
3762
+ * Describes the settings that can be provided to the GridResponsiveLayout constructor.
3763
+ */
3744
3764
  export interface $GridResponsiveLayoutSettings
3745
3765
  extends $GridLayoutBaseSettings {
3746
3766
  /**
@@ -3780,6 +3800,9 @@ declare module "sap/ui/layout/cssgrid/GridResponsiveLayout" {
3780
3800
  layoutChange?: (oEvent: GridResponsiveLayout$LayoutChangeEvent) => void;
3781
3801
  }
3782
3802
 
3803
+ /**
3804
+ * Parameters of the GridResponsiveLayout#layoutChange event.
3805
+ */
3783
3806
  export interface GridResponsiveLayout$LayoutChangeEventParameters {
3784
3807
  /**
3785
3808
  * The name of the newly active layout aggregation
@@ -3787,6 +3810,9 @@ declare module "sap/ui/layout/cssgrid/GridResponsiveLayout" {
3787
3810
  layout?: string;
3788
3811
  }
3789
3812
 
3813
+ /**
3814
+ * Event object of the GridResponsiveLayout#layoutChange event.
3815
+ */
3790
3816
  export type GridResponsiveLayout$LayoutChangeEvent = Event<
3791
3817
  GridResponsiveLayout$LayoutChangeEventParameters,
3792
3818
  GridResponsiveLayout
@@ -4111,7 +4137,9 @@ declare module "sap/ui/layout/cssgrid/GridSettings" {
4111
4137
  sGridTemplateRows?: cssgrid.CSSGridTrack
4112
4138
  ): this;
4113
4139
  }
4114
-
4140
+ /**
4141
+ * Describes the settings that can be provided to the GridSettings constructor.
4142
+ */
4115
4143
  export interface $GridSettingsSettings extends $ManagedObjectSettings {
4116
4144
  /**
4117
4145
  * Sets the value for the CSS display:grid property {@link https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns MDN web docs: grid-template-columns}
@@ -4309,7 +4337,9 @@ declare module "sap/ui/layout/cssgrid/ResponsiveColumnItemLayoutData" {
4309
4337
  iRows?: int
4310
4338
  ): this;
4311
4339
  }
4312
-
4340
+ /**
4341
+ * Describes the settings that can be provided to the ResponsiveColumnItemLayoutData constructor.
4342
+ */
4313
4343
  export interface $ResponsiveColumnItemLayoutDataSettings
4314
4344
  extends $LayoutDataSettings {
4315
4345
  /**
@@ -4503,7 +4533,9 @@ declare module "sap/ui/layout/cssgrid/ResponsiveColumnLayout" {
4503
4533
  */
4504
4534
  isResponsive(): boolean;
4505
4535
  }
4506
-
4536
+ /**
4537
+ * Describes the settings that can be provided to the ResponsiveColumnLayout constructor.
4538
+ */
4507
4539
  export interface $ResponsiveColumnLayoutSettings
4508
4540
  extends $GridLayoutBaseSettings {
4509
4541
  /**
@@ -4512,6 +4544,9 @@ declare module "sap/ui/layout/cssgrid/ResponsiveColumnLayout" {
4512
4544
  layoutChange?: (oEvent: ResponsiveColumnLayout$LayoutChangeEvent) => void;
4513
4545
  }
4514
4546
 
4547
+ /**
4548
+ * Parameters of the ResponsiveColumnLayout#layoutChange event.
4549
+ */
4515
4550
  export interface ResponsiveColumnLayout$LayoutChangeEventParameters {
4516
4551
  /**
4517
4552
  * The name of the newly active layout - "S", "M", "ML", "L", "XL", "XXL" or "XXXL".
@@ -4519,6 +4554,9 @@ declare module "sap/ui/layout/cssgrid/ResponsiveColumnLayout" {
4519
4554
  layout?: string;
4520
4555
  }
4521
4556
 
4557
+ /**
4558
+ * Event object of the ResponsiveColumnLayout#layoutChange event.
4559
+ */
4522
4560
  export type ResponsiveColumnLayout$LayoutChangeEvent = Event<
4523
4561
  ResponsiveColumnLayout$LayoutChangeEventParameters,
4524
4562
  ResponsiveColumnLayout
@@ -5271,7 +5309,9 @@ declare module "sap/ui/layout/DynamicSideContent" {
5271
5309
  */
5272
5310
  toggle(): this;
5273
5311
  }
5274
-
5312
+ /**
5313
+ * Describes the settings that can be provided to the DynamicSideContent constructor.
5314
+ */
5275
5315
  export interface $DynamicSideContentSettings extends $ControlSettings {
5276
5316
  /**
5277
5317
  * Determines whether the side content is visible or hidden.
@@ -5377,10 +5417,16 @@ declare module "sap/ui/layout/DynamicSideContent" {
5377
5417
  ) => void;
5378
5418
  }
5379
5419
 
5420
+ /**
5421
+ * Parameters of the DynamicSideContent#breakpointChanged event.
5422
+ */
5380
5423
  export interface DynamicSideContent$BreakpointChangedEventParameters {
5381
5424
  currentBreakpoint?: string;
5382
5425
  }
5383
5426
 
5427
+ /**
5428
+ * Event object of the DynamicSideContent#breakpointChanged event.
5429
+ */
5384
5430
  export type DynamicSideContent$BreakpointChangedEvent = Event<
5385
5431
  DynamicSideContent$BreakpointChangedEventParameters,
5386
5432
  DynamicSideContent
@@ -5720,7 +5766,9 @@ declare module "sap/ui/layout/FixFlex" {
5720
5766
  bVertical?: boolean
5721
5767
  ): this;
5722
5768
  }
5723
-
5769
+ /**
5770
+ * Describes the settings that can be provided to the FixFlex constructor.
5771
+ */
5724
5772
  export interface $FixFlexSettings extends $ControlSettings {
5725
5773
  /**
5726
5774
  * Determines the direction of the layout of child elements. True for vertical and false for horizontal
@@ -5942,7 +5990,9 @@ declare module "sap/ui/layout/form/ColumnContainerData" {
5942
5990
  sColumnsXL?: form.ColumnsXL
5943
5991
  ): this;
5944
5992
  }
5945
-
5993
+ /**
5994
+ * Describes the settings that can be provided to the ColumnContainerData constructor.
5995
+ */
5946
5996
  export interface $ColumnContainerDataSettings extends $LayoutDataSettings {
5947
5997
  /**
5948
5998
  * Number of columns the `FormContainer` element uses if the `Form` control has extra-large size.
@@ -6119,7 +6169,9 @@ declare module "sap/ui/layout/form/ColumnElementData" {
6119
6169
  sCellsSmall?: form.ColumnCells
6120
6170
  ): this;
6121
6171
  }
6122
-
6172
+ /**
6173
+ * Describes the settings that can be provided to the ColumnElementData constructor.
6174
+ */
6123
6175
  export interface $ColumnElementDataSettings extends $LayoutDataSettings {
6124
6176
  /**
6125
6177
  * Number of cells used by a field if the `FormElement` element is large. The label is then beside the fields
@@ -6414,7 +6466,9 @@ declare module "sap/ui/layout/form/ColumnLayout" {
6414
6466
  sLabelCellsLarge?: form.ColumnCells
6415
6467
  ): this;
6416
6468
  }
6417
-
6469
+ /**
6470
+ * Describes the settings that can be provided to the ColumnLayout constructor.
6471
+ */
6418
6472
  export interface $ColumnLayoutSettings extends $FormLayoutSettings {
6419
6473
  /**
6420
6474
  * Number of columns for extra-large size.
@@ -6841,7 +6895,9 @@ declare module "sap/ui/layout/form/Form" {
6841
6895
  sWidth?: CSSSize
6842
6896
  ): this;
6843
6897
  }
6844
-
6898
+ /**
6899
+ * Describes the settings that can be provided to the Form constructor.
6900
+ */
6845
6901
  export interface $FormSettings extends $ControlSettings {
6846
6902
  /**
6847
6903
  * Width of the `Form`.
@@ -7306,7 +7362,9 @@ declare module "sap/ui/layout/form/FormContainer" {
7306
7362
  bVisible?: boolean
7307
7363
  ): this;
7308
7364
  }
7309
-
7365
+ /**
7366
+ * Describes the settings that can be provided to the FormContainer constructor.
7367
+ */
7310
7368
  export interface $FormContainerSettings extends $ElementSettings {
7311
7369
  /**
7312
7370
  * Container is expanded.
@@ -7618,7 +7676,9 @@ declare module "sap/ui/layout/form/FormElement" {
7618
7676
  bVisible?: boolean
7619
7677
  ): this;
7620
7678
  }
7621
-
7679
+ /**
7680
+ * Describes the settings that can be provided to the FormElement constructor.
7681
+ */
7622
7682
  export interface $FormElementSettings extends $ElementSettings {
7623
7683
  /**
7624
7684
  * If set to `false`, the `FormElement` is not rendered.
@@ -7811,7 +7871,9 @@ declare module "sap/ui/layout/form/FormLayout" {
7811
7871
  sBackgroundDesign?: BackgroundDesign | keyof typeof BackgroundDesign
7812
7872
  ): this;
7813
7873
  }
7814
-
7874
+ /**
7875
+ * Describes the settings that can be provided to the FormLayout constructor.
7876
+ */
7815
7877
  export interface $FormLayoutSettings extends $ControlSettings {
7816
7878
  /**
7817
7879
  * Specifies the background color of the `Form` content.
@@ -7941,7 +8003,12 @@ declare module "sap/ui/layout/form/GridContainerData" {
7941
8003
  bHalfGrid?: boolean
7942
8004
  ): this;
7943
8005
  }
7944
-
8006
+ /**
8007
+ * Describes the settings that can be provided to the GridContainerData constructor.
8008
+ *
8009
+ * @deprecated (since 1.67.0) - as `sap.ui.commons` library is deprecated and the `GridLayout` must not
8010
+ * be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
8011
+ */
7945
8012
  export interface $GridContainerDataSettings extends $LayoutDataSettings {
7946
8013
  /**
7947
8014
  * If set, the container takes half the width of the `Form` (8 cells), if not it takes the full width (16
@@ -8113,7 +8180,12 @@ declare module "sap/ui/layout/form/GridElementData" {
8113
8180
  iVCells?: int
8114
8181
  ): this;
8115
8182
  }
8116
-
8183
+ /**
8184
+ * Describes the settings that can be provided to the GridElementData constructor.
8185
+ *
8186
+ * @deprecated (since 1.67.0) - as `sap.ui.commons` library is deprecated and the `GridLayout` must not
8187
+ * be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
8188
+ */
8117
8189
  export interface $GridElementDataSettings extends $LayoutDataSettings {
8118
8190
  /**
8119
8191
  * Number of cells in horizontal direction.
@@ -8266,7 +8338,12 @@ declare module "sap/ui/layout/form/GridLayout" {
8266
8338
  bSingleColumn?: boolean
8267
8339
  ): this;
8268
8340
  }
8269
-
8341
+ /**
8342
+ * Describes the settings that can be provided to the GridLayout constructor.
8343
+ *
8344
+ * @deprecated (since 1.67.0) - as `sap.ui.commons` library is deprecated and the `GridLayout` must not
8345
+ * be used in responsive applications. Please use `ResponsiveGridLayout` or `ColumnLayout` instead.
8346
+ */
8270
8347
  export interface $GridLayoutSettings extends $FormLayoutSettings {
8271
8348
  /**
8272
8349
  * If set, the grid renders only one `FormContainer` per column. That means one `FormContainer` is below
@@ -8939,7 +9016,9 @@ declare module "sap/ui/layout/form/ResponsiveGridLayout" {
8939
9016
  bSingleContainerFullSize?: boolean
8940
9017
  ): this;
8941
9018
  }
8942
-
9019
+ /**
9020
+ * Describes the settings that can be provided to the ResponsiveGridLayout constructor.
9021
+ */
8943
9022
  export interface $ResponsiveGridLayoutSettings extends $FormLayoutSettings {
8944
9023
  /**
8945
9024
  * Default span for labels in extra large size.
@@ -9189,7 +9268,11 @@ declare module "sap/ui/layout/form/ResponsiveLayout" {
9189
9268
  */
9190
9269
  static getMetadata(): ElementMetadata;
9191
9270
  }
9192
-
9271
+ /**
9272
+ * Describes the settings that can be provided to the ResponsiveLayout constructor.
9273
+ *
9274
+ * @deprecated (since 1.93) - replaced by {@link sap.ui.layout.form.ColumnLayout ColumnLayout}
9275
+ */
9193
9276
  export interface $ResponsiveLayoutSettings extends $FormLayoutSettings {}
9194
9277
  }
9195
9278
 
@@ -9398,7 +9481,11 @@ declare module "sap/ui/layout/form/SemanticFormElement" {
9398
9481
  sDelimiter?: string
9399
9482
  ): this;
9400
9483
  }
9401
-
9484
+ /**
9485
+ * Describes the settings that can be provided to the SemanticFormElement constructor.
9486
+ *
9487
+ * @experimental (since 1.86)
9488
+ */
9402
9489
  export interface $SemanticFormElementSettings extends $FormElementSettings {
9403
9490
  /**
9404
9491
  * Delimiter symbol to separate the fields.
@@ -10634,7 +10721,9 @@ declare module "sap/ui/layout/form/SimpleForm" {
10634
10721
  sWidth?: CSSSize
10635
10722
  ): this;
10636
10723
  }
10637
-
10724
+ /**
10725
+ * Describes the settings that can be provided to the SimpleForm constructor.
10726
+ */
10638
10727
  export interface $SimpleFormSettings extends $ControlSettings {
10639
10728
  /**
10640
10729
  * The maximum amount of groups (`{@link sap.ui.layout.form.FormContainer FormContainers}`) per row that
@@ -11429,7 +11518,9 @@ declare module "sap/ui/layout/Grid" {
11429
11518
  sWidth?: CSSSize
11430
11519
  ): this;
11431
11520
  }
11432
-
11521
+ /**
11522
+ * Describes the settings that can be provided to the Grid constructor.
11523
+ */
11433
11524
  export interface $GridSettings extends $ControlSettings {
11434
11525
  /**
11435
11526
  * Optional. Defines the width of the `Grid`. If not specified, then 100%.
@@ -12460,7 +12551,9 @@ declare module "sap/ui/layout/GridData" {
12460
12551
  bVisibleXL?: boolean
12461
12552
  ): this;
12462
12553
  }
12463
-
12554
+ /**
12555
+ * Describes the settings that can be provided to the GridData constructor.
12556
+ */
12464
12557
  export interface $GridDataSettings extends $LayoutDataSettings {
12465
12558
  /**
12466
12559
  * A string type that represents the span values of the `Grid` for large, medium and small screens.
@@ -12859,7 +12952,9 @@ declare module "sap/ui/layout/HorizontalLayout" {
12859
12952
  bAllowWrapping?: boolean
12860
12953
  ): this;
12861
12954
  }
12862
-
12955
+ /**
12956
+ * Describes the settings that can be provided to the HorizontalLayout constructor.
12957
+ */
12863
12958
  export interface $HorizontalLayoutSettings extends $ControlSettings {
12864
12959
  /**
12865
12960
  * Specifies whether the content inside the Layout shall be line-wrapped in the case that there is less
@@ -13158,7 +13253,9 @@ declare module "sap/ui/layout/PaneContainer" {
13158
13253
  sOrientation: Orientation | keyof typeof Orientation
13159
13254
  ): this;
13160
13255
  }
13161
-
13256
+ /**
13257
+ * Describes the settings that can be provided to the PaneContainer constructor.
13258
+ */
13162
13259
  export interface $PaneContainerSettings extends $ElementSettings {
13163
13260
  /**
13164
13261
  * The orientation of the Splitter
@@ -13179,6 +13276,9 @@ declare module "sap/ui/layout/PaneContainer" {
13179
13276
  resize?: (oEvent: PaneContainer$ResizeEvent) => void;
13180
13277
  }
13181
13278
 
13279
+ /**
13280
+ * Parameters of the PaneContainer#resize event.
13281
+ */
13182
13282
  export interface PaneContainer$ResizeEventParameters {
13183
13283
  /**
13184
13284
  * An array of values representing the old (pixel)sizes of the split panes, which are inside the pane container.
@@ -13191,6 +13291,9 @@ declare module "sap/ui/layout/PaneContainer" {
13191
13291
  newSizes?: float[];
13192
13292
  }
13193
13293
 
13294
+ /**
13295
+ * Event object of the PaneContainer#resize event.
13296
+ */
13194
13297
  export type PaneContainer$ResizeEvent = Event<
13195
13298
  PaneContainer$ResizeEventParameters,
13196
13299
  PaneContainer
@@ -13420,7 +13523,9 @@ declare module "sap/ui/layout/ResponsiveFlowLayout" {
13420
13523
  bResponsive?: boolean
13421
13524
  ): this;
13422
13525
  }
13423
-
13526
+ /**
13527
+ * Describes the settings that can be provided to the ResponsiveFlowLayout constructor.
13528
+ */
13424
13529
  export interface $ResponsiveFlowLayoutSettings extends $ControlSettings {
13425
13530
  /**
13426
13531
  * If set to false, all added controls will keep their width, or otherwise, the controls will be stretched
@@ -13677,7 +13782,9 @@ declare module "sap/ui/layout/ResponsiveFlowLayoutData" {
13677
13782
  iWeight?: int
13678
13783
  ): this;
13679
13784
  }
13680
-
13785
+ /**
13786
+ * Describes the settings that can be provided to the ResponsiveFlowLayoutData constructor.
13787
+ */
13681
13788
  export interface $ResponsiveFlowLayoutDataSettings
13682
13789
  extends $LayoutDataSettings {
13683
13790
  /**
@@ -13920,7 +14027,9 @@ declare module "sap/ui/layout/ResponsiveSplitter" {
13920
14027
  sWidth?: CSSSize
13921
14028
  ): this;
13922
14029
  }
13923
-
14030
+ /**
14031
+ * Describes the settings that can be provided to the ResponsiveSplitter constructor.
14032
+ */
13924
14033
  export interface $ResponsiveSplitterSettings extends $ControlSettings {
13925
14034
  /**
13926
14035
  * The width of the control
@@ -14119,7 +14228,9 @@ declare module "sap/ui/layout/SplitPane" {
14119
14228
  iRequiredParentWidth?: int
14120
14229
  ): this;
14121
14230
  }
14122
-
14231
+ /**
14232
+ * Describes the settings that can be provided to the SplitPane constructor.
14233
+ */
14123
14234
  export interface $SplitPaneSettings extends $ElementSettings {
14124
14235
  /**
14125
14236
  * Determines whether the pane will be moved to the pagination
@@ -14582,7 +14693,9 @@ declare module "sap/ui/layout/Splitter" {
14582
14693
  forceDirectly?: boolean
14583
14694
  ): void;
14584
14695
  }
14585
-
14696
+ /**
14697
+ * Describes the settings that can be provided to the Splitter constructor.
14698
+ */
14586
14699
  export interface $SplitterSettings extends $ControlSettings {
14587
14700
  /**
14588
14701
  * Whether to split the contents horizontally (default) or vertically.
@@ -14613,6 +14726,9 @@ declare module "sap/ui/layout/Splitter" {
14613
14726
  resize?: (oEvent: Splitter$ResizeEvent) => void;
14614
14727
  }
14615
14728
 
14729
+ /**
14730
+ * Parameters of the Splitter#resize event.
14731
+ */
14616
14732
  export interface Splitter$ResizeEventParameters {
14617
14733
  /**
14618
14734
  * The ID of the splitter control. The splitter control can also be accessed by calling getSource() on the
@@ -14631,6 +14747,9 @@ declare module "sap/ui/layout/Splitter" {
14631
14747
  newSizes?: int[];
14632
14748
  }
14633
14749
 
14750
+ /**
14751
+ * Event object of the Splitter#resize event.
14752
+ */
14634
14753
  export type Splitter$ResizeEvent = Event<
14635
14754
  Splitter$ResizeEventParameters,
14636
14755
  Splitter
@@ -14650,11 +14769,9 @@ declare module "sap/ui/layout/SplitterLayoutData" {
14650
14769
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
14651
14770
 
14652
14771
  /**
14653
- * Holds layout data for the splitter contents. Allowed size values are numeric values ending in "px", "rem",
14654
- * "%" and "auto".
14772
+ * Holds layout data for the splitter contents.
14655
14773
  *
14656
14774
  * @since 1.22.0
14657
- * @experimental (since 1.22.0) - API is not yet finished and might change completely
14658
14775
  */
14659
14776
  export default class SplitterLayoutData extends LayoutData {
14660
14777
  /**
@@ -14744,7 +14861,8 @@ declare module "sap/ui/layout/SplitterLayoutData" {
14744
14861
  /**
14745
14862
  * Gets current value of property {@link #getSize size}.
14746
14863
  *
14747
- * The size of the splitter content. This property is updated when the area is resized by the user.
14864
+ * The size of the splitter content. This property is updated when the area is resized by the user. Allowed
14865
+ * size values are numeric values ending in "px", "rem", "%" and "auto".
14748
14866
  *
14749
14867
  * Default value is `'auto'`.
14750
14868
  *
@@ -14791,7 +14909,8 @@ declare module "sap/ui/layout/SplitterLayoutData" {
14791
14909
  /**
14792
14910
  * Sets a new value for property {@link #getSize size}.
14793
14911
  *
14794
- * The size of the splitter content. This property is updated when the area is resized by the user.
14912
+ * The size of the splitter content. This property is updated when the area is resized by the user. Allowed
14913
+ * size values are numeric values ending in "px", "rem", "%" and "auto".
14795
14914
  *
14796
14915
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
14797
14916
  *
@@ -14807,7 +14926,9 @@ declare module "sap/ui/layout/SplitterLayoutData" {
14807
14926
  sSize?: CSSSize
14808
14927
  ): this;
14809
14928
  }
14810
-
14929
+ /**
14930
+ * Describes the settings that can be provided to the SplitterLayoutData constructor.
14931
+ */
14811
14932
  export interface $SplitterLayoutDataSettings extends $LayoutDataSettings {
14812
14933
  /**
14813
14934
  * Determines whether the control in the splitter can be resized or not.
@@ -14815,7 +14936,8 @@ declare module "sap/ui/layout/SplitterLayoutData" {
14815
14936
  resizable?: boolean | PropertyBindingInfo | `{${string}}`;
14816
14937
 
14817
14938
  /**
14818
- * The size of the splitter content. This property is updated when the area is resized by the user.
14939
+ * The size of the splitter content. This property is updated when the area is resized by the user. Allowed
14940
+ * size values are numeric values ending in "px", "rem", "%" and "auto".
14819
14941
  */
14820
14942
  size?: CSSSize | PropertyBindingInfo | `{${string}}`;
14821
14943
 
@@ -15049,7 +15171,9 @@ declare module "sap/ui/layout/VerticalLayout" {
15049
15171
  sWidth?: CSSSize
15050
15172
  ): this;
15051
15173
  }
15052
-
15174
+ /**
15175
+ * Describes the settings that can be provided to the VerticalLayout constructor.
15176
+ */
15053
15177
  export interface $VerticalLayoutSettings extends $ControlSettings {
15054
15178
  /**
15055
15179
  * Width of the `VerticalLayout`. If no width is set, the width of the content is used. If the content of